From 6c3233bfd4d23e352dee0c297d4724cb125a417c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 23 Feb 2010 10:35:23 +0100 Subject: vitomation01: #i108621 - Reworked tEditFields to use InsertFieldsTime which should insert a valid field for all languages/locales without the need to update the tst each time a new language is added to the testtool environment. Removed test for HTML document as it was a copy of tEditFields just running with different gApplication. If it should be desired to have a separate test for HTML documents it is sufficient to call the new test with gApplication HTML. --- testautomation/writer/required/includes/w_002_.inc | 265 +++------------------ 1 file changed, 33 insertions(+), 232 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 1665b9aed268..b5020717dc99 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -66,11 +66,6 @@ sub w_002_ Call tEditImageMap Call tEditObjectEdit - 'Writer Web - gApplication = "HTML" - Call tHtmlDocEditFields - gApplication = "WRITER" - 'Writer Master Document gApplication = "MASTERDOCUMENT" Call tMasterDocEditNavigator @@ -984,148 +979,51 @@ endcase '---------------------------------------------------------------- testcase tEditFields - PrintLog "- Edit/Fields" - PrintLog "Open new document" - Call hNewDocument + PrintLog( "Edit/Fields: Edit Fields dialog: " & gApplication ) - PrintLog "Select Insert / Fields Other" - InsertFieldsOther - Kontext - Active.Setpage TabDokumentFeldbefehle - Kontext "TabDokumentFeldbefehle" - Sleep 1 - PrintLog "Insert Field 'Sender -> Company'" - Select Case gApplication - Case "HTML" - Select case iSprache - case 01 : Feldtyp.Select 5 'Sender - Auswahl.Select 1 'Company - case 03 : Feldtyp.Select 8 - Auswahl.Select 1 - case 07 : Feldtyp.Select 5 - Auswahl.Select 1 - case 31 : Feldtyp.Select 1 - Auswahl.Select 1 - case 33 : Feldtyp.Select 2 - Auswahl.Select 1 - case 34 : Feldtyp.Select 6 - Auswahl.Select 1 - case 36 : Feldtyp.Select 3 - Auswahl.Select 1 - case 39 : Feldtyp.Select 3 - Auswahl.Select 1 - case 45 : Feldtyp.Select 1 - Auswahl.Select 1 - case 46 : Feldtyp.Select 2 - Auswahl.Select 1 - case 48 : Feldtyp.Select 3 - Auswahl.Select 1 - case 49 : Feldtyp.Select 1 - Auswahl.Select 1 - case 51 : Feldtyp.Select 5 - Auswahl.Select 1 - case 52 : Feldtyp.Select 5 - Auswahl.Select 1 - case 55 : Feldtyp.Select 7 - Auswahl.Select 1 - case 81 : Feldtyp.Select 4 - Auswahl.Select 1 - case 82 : Feldtyp.Select 2 - Auswahl.Select 1 - case 84 : Feldtyp.Select 3 - Auswahl.Select 1 - case 86 : Feldtyp.Select 1 - Auswahl.Select 1 - case 88 : Feldtyp.Select 2 - Auswahl.Select 1 - - case else : Warnlog "Missing language support!" - TabDokumentFeldbefehle.Cancel - PrintLog "Close active document" - Call hCloseDocument - goto endsub - end select - Case else - Select case iSprache - case 01 : Feldtyp.Select 6 'Sender - Auswahl.Select 1 'Company - case 03 : Feldtyp.Select 9 - Auswahl.Select 1 - case 07 : Feldtyp.Select 6 - Auswahl.Select 1 - case 31 : Feldtyp.Select 1 - Auswahl.Select 1 - case 33 : Feldtyp.Select 3 - Auswahl.Select 1 - case 34 : Feldtyp.Select 8 - Auswahl.Select 1 - case 36 : Feldtyp.Select 4 - Auswahl.Select 1 - case 39 : Feldtyp.Select 4 - Auswahl.Select 1 - case 45 : Feldtyp.Select 1 - Auswahl.Select 1 - case 46 : Feldtyp.Select 2 - Auswahl.Select 1 - case 48 : Feldtyp.Select 3 - Auswahl.Select 1 - case 49 : Feldtyp.Select 1 - Auswahl.Select 1 - case 51 : Feldtyp.Select 6 - Auswahl.Select 1 - case 52 : Feldtyp.Select 6 - Auswahl.Select 1 - case 55 : Feldtyp.Select 9 - Auswahl.Select 1 - case 81 : Feldtyp.Select 5 - Auswahl.Select 1 - case 82 : Feldtyp.Select 2 - Auswahl.Select 2 - case 84 : Feldtyp.Select 5 - Auswahl.Select 1 - case 86 : Feldtyp.Select 1 - Auswahl.Select 1 - case 88 : Feldtyp.Select 2 - Auswahl.Select 1 - - case else : Warnlog "Missing language support!" - TabDokumentFeldbefehle.Cancel - PrintLog "Close active document" - Call hCloseDocument - goto endsub - end select - end select + PrintLog( "Open new document" ) + Call hNewDocument() - Einfuegen.Click - Wait (400) - PrintLog "Close Fields dialog" - Schliessen.Click + InsertFieldsTime + WaitSlot() - PrintLog "Put cursor in front of field" + PrintLog( "Move cursor infront of field (start of document)" ) Call wTypeKeys("") - PrintLog "Edit / Fields" + PrintLog( "Edit / Fields" ) EditFields - WaitSlot (2000) - + Kontext "FeldbefehlBearbeitenDokument" - Call DialogTest ( FeldbefehlBearbeitenDokument ) + if ( FeldbefehlBearbeitenDokument.exists( 2 ) ) then + Call DialogTest ( FeldbefehlBearbeitenDokument ) + + PrintLog( "In 'Edit Fields' dialog select 'Edit'" ) + if ( Bearbeiten.IsVisible() and Bearbeiten.IsEnabled() ) then + Bearbeiten.Click() + + Kontext "TabBenutzerdaten" + if ( TabBenutzerdaten.exists( 2 ) ) then + printlog( " is open. Good." ) + call DialogTest( TabBenutzerdaten ) + hCloseDialog( TabBenutzerdaten, "cancel", 1 ) + else + warnlog( " did not open" ) + endif + else + Warnlog( "Button 'Edit' in Dialog disabled!" ) + endif - PrintLog "In 'Edit Fields' dialog select 'Edit'" - if Bearbeiten.IsVisible and Bearbeiten.IsEnabled then - Bearbeiten.Click - Kontext "TabBenutzerdaten" - TabBenutzerdaten.Cancel + PrintLog( "Close dialog" ) Kontext "FeldbefehlBearbeitenDokument" + hCloseDialog( FeldbefehlBearbeitenDokument, "cancel", 1 ) else - Warnlog "Button 'Edit' in Dialog disabled!" - end if + warnlog( " did not open" ) + endif + + PrintLog( "Close active document" ) + Call hCloseDocument() - PrintLog "Close dialog" - FeldbefehlBearbeitenDokument.Cancel - PrintLog "Close active document" - Call hCloseDocument endcase '---------------------------------------------------------------- @@ -1380,103 +1278,6 @@ endcase '---------------------------------------------------------------- -testcase tHtmlDocEditFields - PrintLog "- Edit/Fields" - - gApplication = "HTML" - PrintLog "Open new document" - Call hNewDocument - - PrintLog "Select Insert / Fields Other" - InsertFieldsOther - Kontext - Active.Setpage TabDokumentFeldbefehle - Kontext "TabDokumentFeldbefehle" - Sleep 1 - PrintLog "Insert Field 'Sender -> Company'" - Select case iSprache - case 01 : Feldtyp.Select 5 'Sender - Auswahl.Select 1 'Company - case 03 : Feldtyp.Select 8 - Auswahl.Select 1 - case 07 : Feldtyp.Select 5 - Auswahl.Select 1 - case 31 : Feldtyp.Select 1 - Auswahl.Select 1 - case 33 : Feldtyp.Select 2 - Auswahl.Select 1 - case 34 : Feldtyp.Select 6 - Auswahl.Select 1 - case 36 : Feldtyp.Select 3 - Auswahl.Select 1 - case 39 : Feldtyp.Select 3 - Auswahl.Select 1 - case 45 : Feldtyp.Select 1 - Auswahl.Select 1 - case 46 : Feldtyp.Select 2 - Auswahl.Select 1 - case 48 : Feldtyp.Select 3 - Auswahl.Select 1 - case 49 : Feldtyp.Select 1 - Auswahl.Select 1 - case 51 : Feldtyp.Select 5 - Auswahl.Select 1 - case 52 : Feldtyp.Select 5 - Auswahl.Select 1 - case 55 : Feldtyp.Select 7 - Auswahl.Select 1 - case 81 : Feldtyp.Select 4 - Auswahl.Select 1 - case 82 : Feldtyp.Select 2 - Auswahl.Select 1 - case 84 : Feldtyp.Select 3 - Auswahl.Select 1 - case 86 : Feldtyp.Select 1 - Auswahl.Select 1 - case 88 : Feldtyp.Select 2 - Auswahl.Select 1 - - case else : Warnlog "Missing language support!" - TabDokumentFeldbefehle.Cancel - PrintLog "Close active document" - Call hCloseDocument - goto endsub - end select - - Einfuegen.Click - Wait (400) - PrintLog "Close Fields dialog" - Schliessen.Click - - PrintLog "Put cursor in front of field" - Call wTypeKeys("") - - PrintLog "Edit / Fields" - EditFields - WaitSlot (2000) - - Kontext "FeldbefehlBearbeitenDokument" - Call DialogTest ( FeldbefehlBearbeitenDokument ) - - PrintLog "In 'Edit Fields' dialog select 'Edit'" - if Bearbeiten.IsVisible and Bearbeiten.IsEnabled then - Bearbeiten.Click - Kontext "TabBenutzerdaten" - TabBenutzerdaten.Cancel - Kontext "FeldbefehlBearbeitenDokument" - else - Warnlog "Button 'Edit' in Dialog disabled!" - end if - - PrintLog "Close dialog" - FeldbefehlBearbeitenDokument.Cancel - PrintLog "Close active document" - Call hCloseDocument - gApplication = "WRITER" -endcase - -'---------------------------------------------------------------- - testcase tMasterDocEditNavigator printlog "- View/Navigator" Dim ToolboxOk as boolean -- cgit From 7b987f633142d3acb3ba6dc3d0eca3b6af425873 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 23 Feb 2010 10:49:35 +0100 Subject: vitomation01: #i108621 - Added function to close a dialog with timeout using three different methods. Using this function removes the need to use sleep() and can significantly reduce the coding effort. --- .../global/tools/includes/required/t_tools3.inc | 37 ++++++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index c2e976659e2b..0c19a993e9c7 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1,5 +1,5 @@ 'encoding UTF-8 Do not remove or change this line! -'************************************************************************** +'******************************************************************************* '* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. '* '* Copyright 2008 by Sun Microsystems, Inc. @@ -29,13 +29,13 @@ '* '* for a copy of the LGPLv3 License. '* -'/************************************************************************ +'/****************************************************************************** '* '* owner : helge.delfs@sun.com '* '* short description : Global Tools III '* -'\************************************************************************************* +'\****************************************************************************** sub hToolbarSelect( sType as string, sOpen as boolean, optional SetToDefault as boolean ) @@ -979,3 +979,34 @@ function hIsAccessbridgeInstalled() as boolean hIsAccessbridgeInstalled = AccessbridgeIsInstalled end function + +'------------------------------------------------------------------------------- + +function hCloseDialog( oDialog as object, sMethod as string, iTimeout as integer ) as boolean + + ' this function closes a dialog providing three different methods while + ' removing the need for static sleep statements + + const CFN = "global::tools::includes::required::t_tools3.inc:hCloseDialog" + + dim sClosingMethod as string : sClosingMethod = lcase( _sMethod ) + hCloseDialog() = FALSE ' Set default returnvalue, assume failure + + printlog( "Closing dialog <" & oDialog.name() & "." & sClosingMethod ) + + ' prevent misuse + if ( iTimeout < 1 or iTimeout > 10 ) then + warnlog( CFN & "Please select a timeout between 1 and 10 seconds" ) + exit function + endif + + select case( sClosingMethod ) + case "close" : oDialog.close() + case "cancel": oDialog.cancel() + case "ok" : oDialog.ok() + case else : warnlog( CFN & " Allowed closing methods are , and " ) + end case + + if ( oDialog.notExists( iTimeout ) ) then hCloseDialog() = TRUE + +end function \ No newline at end of file -- cgit From b67a6169fa8a1499701403c39b4d96eba1434c7c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 08:20:31 +0100 Subject: vitomation01: #i108621 - simplified function interface of hClodeDialog() --- .../global/tools/includes/required/t_tools3.inc | 15 +++++---------- testautomation/writer/required/includes/w_002_.inc | 4 ++-- 2 files changed, 7 insertions(+), 12 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 0c19a993e9c7..ef3564d7d835 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -982,31 +982,26 @@ end function '------------------------------------------------------------------------------- -function hCloseDialog( oDialog as object, sMethod as string, iTimeout as integer ) as boolean +function hCloseDialog( oDialog as object, sMethod as string ) as boolean ' this function closes a dialog providing three different methods while ' removing the need for static sleep statements const CFN = "global::tools::includes::required::t_tools3.inc:hCloseDialog" + const TIMEOUT = 2 ' Maximum time to wait for a dialog to close dim sClosingMethod as string : sClosingMethod = lcase( _sMethod ) hCloseDialog() = FALSE ' Set default returnvalue, assume failure printlog( "Closing dialog <" & oDialog.name() & "." & sClosingMethod ) - ' prevent misuse - if ( iTimeout < 1 or iTimeout > 10 ) then - warnlog( CFN & "Please select a timeout between 1 and 10 seconds" ) - exit function - endif - select case( sClosingMethod ) case "close" : oDialog.close() case "cancel": oDialog.cancel() case "ok" : oDialog.ok() - case else : warnlog( CFN & " Allowed closing methods are , and " ) + case else : warnlog( CFN & " Script error: Allowed closing methods are , and " ) end case - if ( oDialog.notExists( iTimeout ) ) then hCloseDialog() = TRUE + if ( oDialog.notExists( TIMEOUT ) ) then hCloseDialog() = TRUE -end function \ No newline at end of file +end function diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index b5020717dc99..71df467f65a8 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -1006,7 +1006,7 @@ testcase tEditFields if ( TabBenutzerdaten.exists( 2 ) ) then printlog( " is open. Good." ) call DialogTest( TabBenutzerdaten ) - hCloseDialog( TabBenutzerdaten, "cancel", 1 ) + hCloseDialog( TabBenutzerdaten, "cancel" ) else warnlog( " did not open" ) endif @@ -1016,7 +1016,7 @@ testcase tEditFields PrintLog( "Close dialog" ) Kontext "FeldbefehlBearbeitenDokument" - hCloseDialog( FeldbefehlBearbeitenDokument, "cancel", 1 ) + hCloseDialog( FeldbefehlBearbeitenDokument, "cancel" ) else warnlog( " did not open" ) endif -- cgit From 444d76214a0f7e9c4d19a8b0d6ca41e31bc286f9 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 08:51:28 +0100 Subject: vitomation01: #i108621 - Minor fix in hCloseDialog() --- testautomation/global/tools/includes/required/t_tools3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index ef3564d7d835..ec17433e7430 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -990,7 +990,7 @@ function hCloseDialog( oDialog as object, sMethod as string ) as boolean const CFN = "global::tools::includes::required::t_tools3.inc:hCloseDialog" const TIMEOUT = 2 ' Maximum time to wait for a dialog to close - dim sClosingMethod as string : sClosingMethod = lcase( _sMethod ) + dim sClosingMethod as string : sClosingMethod = lcase( sMethod ) hCloseDialog() = FALSE ' Set default returnvalue, assume failure printlog( "Closing dialog <" & oDialog.name() & "." & sClosingMethod ) -- cgit From 150e09c7a559ec9bb123c9cfdb146970f7d70477 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 09:12:00 +0100 Subject: vitomation01: #i108621 - Fix incorrect select case syntax --- testautomation/global/tools/includes/required/t_tools3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index ec17433e7430..6adacdb83168 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1000,7 +1000,7 @@ function hCloseDialog( oDialog as object, sMethod as string ) as boolean case "cancel": oDialog.cancel() case "ok" : oDialog.ok() case else : warnlog( CFN & " Script error: Allowed closing methods are , and " ) - end case + end select if ( oDialog.notExists( TIMEOUT ) ) then hCloseDialog() = TRUE -- cgit From 8b6472feef87f3aa55f6d6a68c97f357b4c76338 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 10:04:14 +0100 Subject: vitomation01: #i109562 - Remove ritual dialog-closing stuff, call hCloseDialog() instead --- .../global/tools/includes/optional/t_docfuncs.inc | 20 +++----------------- .../global/tools/includes/required/t_tools3.inc | 14 ++++++++------ 2 files changed, 11 insertions(+), 23 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index 8a9c143f7179..d53f500dde59 100755 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -79,8 +79,8 @@ function hUseImpressAutopilot( bEnable as boolean ) as boolean '///+
  • Close Tools/Options
  • Kontext "OptionenDlg" - OptionenDlg.OK() - + hCloseDialog( OptioneDlg, "ok" ) + '///+
  • Close IMPRESS document
  • hDestroyDocument() @@ -100,21 +100,7 @@ function hCloseNavigator() as boolean if ( VERBOSE ) then printlog( CFN & "Enter" ) Kontext "Navigator" - if ( Navigator.Exists() ) then - Navigator.Close() - Navigator.notExists( 2 ) - if ( VERBOSE ) then printlog( CFN & "Closed Navigator" ) - else - if ( VERBOSE ) then printlog( CFN & "Navigator not present" ) - endif - - Kontext "Navigator" - if ( Navigator.exists() ) then - hCloseNavigator() = false - warnlog( CFN & "Failed to close Navigator, it is still open." ) - else - hCloseNavigator() = true - endif + hCloseNavigator() = hCloseDialog( Navigator , "close" ) if ( VERBOSE ) then printlog( CFN & "Exit" ) diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 6adacdb83168..94c5e1c968d7 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -995,12 +995,14 @@ function hCloseDialog( oDialog as object, sMethod as string ) as boolean printlog( "Closing dialog <" & oDialog.name() & "." & sClosingMethod ) - select case( sClosingMethod ) - case "close" : oDialog.close() - case "cancel": oDialog.cancel() - case "ok" : oDialog.ok() - case else : warnlog( CFN & " Script error: Allowed closing methods are , and " ) - end select + if ( oDialog.exists() ) then + select case( sClosingMethod ) + case "close" : oDialog.close() + case "cancel": oDialog.cancel() + case "ok" : oDialog.ok() + case else : warnlog( CFN & " Script error: Allowed closing methods are , and " ) + end select + endif if ( oDialog.notExists( TIMEOUT ) ) then hCloseDialog() = TRUE -- cgit From 1bad7cb053548d274f79f6f2d3a157da81071ffe Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 10:07:25 +0100 Subject: vitomation01: #i109562 - Call hCloseDialog() in extension_manager_tools.inc --- .../includes/optional/t_extension_manager_tools.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc b/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc index 2dfc30ad52a8..daa8bd4a5ee4 100755 --- a/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc +++ b/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc @@ -286,7 +286,7 @@ function hExtensionAddGUI( _path as string, _flags as string ) as integer hExtensionAddGUI() = BrowsePackages.getItemCount() '///+
  • Close the Extension Manager
  • - PackageManager.close() + hCloseDialog( PackageManager , "close" ) if ( bLogs ) then printlog( "********** Installing extension end **********" ) @@ -355,7 +355,7 @@ function hExtensionRemoveGUI( cExtensionName as string ) as integer endcatch kontext "PackageManager" - PackageManager.close() + hCloseDialog( PackageManager , "close" ) else hExtensionRemoveGUI() = 1 endif @@ -462,7 +462,7 @@ function hExtensionGetItemList( cItemList() as string ) as integer hExtensionGetItemList() = iItemCount cItemList( 0 ) = iItemCount - PackageManager.close() + hCloseDialog( PackageManager , "close" ) else @@ -502,7 +502,7 @@ function hSelectExtensionID( iPos as integer ) as string catch hSelectExtensionID() = "" endcatch - PackageManager.close() + hCloseDialog( PackageManager , "close" ) else hSelectExtensionID() = "" endif @@ -547,7 +547,7 @@ function hSelectExtensionName( cName as string ) as integer catch hSelectExtensionName() = 0 endcatch - PackageManager.close() + hCloseDialog( PackageManager , "close" ) else hSelectExtensionName() = -1 endif @@ -697,7 +697,7 @@ function hIsExtensionAlreadyInstalled( cName as string ) as boolean endif next - PackageManager.close() + hCloseDialog( PackageManager , "close" ) end function @@ -747,7 +747,7 @@ function hDisableUserExtensionGUI( extension_name as string ) as integer else hDisableUserExtensionGUI() = 2 endif - PackageManager.close() + hCloseDialog( PackageManager , "close" ) catch hDisableUserExtensionGUI() = 1 endcatch @@ -768,7 +768,7 @@ function hGetExtensionCount() as integer if ( PackageManager.exists( 2 ) ) then try hGetExtensionCount() = BrowsePackages.getItemCount() - PackageManager.close() + hCloseDialog( PackageManager , "close" ) catch hGetExtensionCount() = -2 endcatch -- cgit From 7eac9034fe1e21cbedde9f3474d3efc3ea20194d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 10:24:16 +0100 Subject: vitomation01: #i108621 - Need to revert to use a field from the user data as other fields do not allow editing --- .../global/tools/includes/required/t_tools3.inc | 2 +- testautomation/writer/required/includes/w_002_.inc | 67 +++++++++++++--------- 2 files changed, 40 insertions(+), 29 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 94c5e1c968d7..6477786e56cb 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -993,7 +993,7 @@ function hCloseDialog( oDialog as object, sMethod as string ) as boolean dim sClosingMethod as string : sClosingMethod = lcase( sMethod ) hCloseDialog() = FALSE ' Set default returnvalue, assume failure - printlog( "Closing dialog <" & oDialog.name() & "." & sClosingMethod ) + printlog( "Closing dialog <" & oDialog.name() & ">." & sClosingMethod ) if ( oDialog.exists() ) then select case( sClosingMethod ) diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 71df467f65a8..6d4987abbacf 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -985,40 +985,51 @@ testcase tEditFields PrintLog( "Open new document" ) Call hNewDocument() - InsertFieldsTime - WaitSlot() - - PrintLog( "Move cursor infront of field (start of document)" ) - Call wTypeKeys("") + InsertFieldsOther - PrintLog( "Edit / Fields" ) - EditFields - - Kontext "FeldbefehlBearbeitenDokument" - if ( FeldbefehlBearbeitenDokument.exists( 2 ) ) then - Call DialogTest ( FeldbefehlBearbeitenDokument ) - - PrintLog( "In 'Edit Fields' dialog select 'Edit'" ) - if ( Bearbeiten.IsVisible() and Bearbeiten.IsEnabled() ) then - Bearbeiten.Click() - - Kontext "TabBenutzerdaten" - if ( TabBenutzerdaten.exists( 2 ) ) then - printlog( " is open. Good." ) - call DialogTest( TabBenutzerdaten ) - hCloseDialog( TabBenutzerdaten, "cancel" ) + printlog( "Insert a field from the user data" ) + kontext "TabDokumentFeldbefehle" + if ( TabDokumentFeldbefehle.exists( 2 ) ) then + Feldtyp.select( 1 ) + Auswahl.select( 1 ) + Einfuegen.click() + hCloseDialog( TabDokumentFeldbefehle , "close" ) + + + PrintLog( "Move cursor infront of field (start of document)" ) + Call wTypeKeys("") + + PrintLog( "Edit / Fields" ) + EditFields + + Kontext "FeldbefehlBearbeitenDokument" + if ( FeldbefehlBearbeitenDokument.exists( 2 ) ) then + Call DialogTest ( FeldbefehlBearbeitenDokument ) + + PrintLog( "In 'Edit Fields' dialog select 'Edit'" ) + if ( Bearbeiten.IsVisible() and Bearbeiten.IsEnabled() ) then + Bearbeiten.Click() + + Kontext "TabBenutzerdaten" + if ( TabBenutzerdaten.exists( 2 ) ) then + printlog( " is open. Good." ) + call DialogTest( TabBenutzerdaten ) + hCloseDialog( TabBenutzerdaten, "cancel" ) + else + warnlog( " did not open" ) + endif else - warnlog( " did not open" ) + Warnlog( "Button 'Edit' in Dialog disabled!" ) endif + + PrintLog( "Close dialog" ) + Kontext "FeldbefehlBearbeitenDokument" + hCloseDialog( FeldbefehlBearbeitenDokument, "cancel" ) else - Warnlog( "Button 'Edit' in Dialog disabled!" ) + warnlog( " did not open" ) endif - - PrintLog( "Close dialog" ) - Kontext "FeldbefehlBearbeitenDokument" - hCloseDialog( FeldbefehlBearbeitenDokument, "cancel" ) else - warnlog( " did not open" ) + warnlog( "Unable to open ") endif PrintLog( "Close active document" ) -- cgit From 73098889d36fb8618b89a1531290de942cb7b96d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 11:06:50 +0100 Subject: vitomation01: #i109562 - Modify hCloseDialog() as it needs to handle optional dialogs correctly as well, adjusted a few other routines to reflect the enhancement --- .../global/tools/includes/optional/t_docfuncs.inc | 2 +- .../global/tools/includes/required/t_tools3.inc | 37 ++++++++++++++++------ 2 files changed, 29 insertions(+), 10 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index d53f500dde59..eb4b21cd5724 100755 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -100,7 +100,7 @@ function hCloseNavigator() as boolean if ( VERBOSE ) then printlog( CFN & "Enter" ) Kontext "Navigator" - hCloseNavigator() = hCloseDialog( Navigator , "close" ) + hCloseNavigator() = hCloseDialog( Navigator , "close, optional" ) if ( VERBOSE ) then printlog( CFN & "Exit" ) diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 6477786e56cb..da29a6ab56df 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -982,26 +982,45 @@ end function '------------------------------------------------------------------------------- -function hCloseDialog( oDialog as object, sMethod as string ) as boolean +function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean ' this function closes a dialog providing three different methods while ' removing the need for static sleep statements const CFN = "global::tools::includes::required::t_tools3.inc:hCloseDialog" - const TIMEOUT = 2 ' Maximum time to wait for a dialog to close + const METHOD_CLOSE = 1 + const METHOD_CANCEL = 2 + const METHOD_OK = 3 + const TIMEOUT = 2 ' Maximum time to wait for a dialog to close - dim sClosingMethod as string : sClosingMethod = lcase( sMethod ) + dim sFlags as string : sFlagList = lcase( sUserFlags ) + dim iClosingMethod as integer + dim bDialogMustExist as boolean : bDialogMustExist = TRUE + hCloseDialog() = FALSE ' Set default returnvalue, assume failure - printlog( "Closing dialog <" & oDialog.name() & ">." & sClosingMethod ) + ' Find out which closing method was provided + if ( instr( sFlags, "close" ) > 0 ) then iClosingMethod = METHOD_CLOSE + elseif ( instr( sFlags, "cancel" ) > 0 ) then iClosingMethod = METHOD_CANCEL + else ( instr( sFlags, "ok" ) > 0 ) then iClosingMethod = METHOD_OK + endif + + ' Find out whether the dialog must exist or is just closed as a precaution (optional)) + if ( instr( sFlags, "optional") > 0 ) then bDialogMustExist = FALSE + + printlog( CFN & "Closing dialog <" & oDialog.name() & "> using flags<" & sClosingMethod & ">.") if ( oDialog.exists() ) then - select case( sClosingMethod ) - case "close" : oDialog.close() - case "cancel": oDialog.cancel() - case "ok" : oDialog.ok() - case else : warnlog( CFN & " Script error: Allowed closing methods are , and " ) + select case( iClosingMethod ) + case METHOD_CLOSE : oDialog.close() + case METHOD_CANCEL : oDialog.cancel() + case METHOD_OK : oDialog.ok() + case else : warnlog( CFN & " Script error: Allowed closing methods are , and ." ) end select + else + if ( bDialogMustExist ) then + warnlog( CFN & "The requested dialog is not available, no action taken" ) + endif endif if ( oDialog.notExists( TIMEOUT ) ) then hCloseDialog() = TRUE -- cgit From 7d32b52bf5bab67074766e5ca6c0f33659637d58 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 11:16:40 +0100 Subject: vitomation01: #i108621 - Simplified code in tEditCompareDocument, it checked for a number of prerequisites which are required and enforced at the start of each test. The test did not complain about missing dialogs and did not use timeouts --- testautomation/writer/required/includes/w_002_.inc | 73 +++++++++++----------- 1 file changed, 38 insertions(+), 35 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 6d4987abbacf..53f5d8dd3ced 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -369,49 +369,52 @@ endcase '---------------------------------------------------- testcase tEditCompareDocument + PrintLog "- Edit/Compare Document" - Select Case gApplication - Case "WRITER" - Call hNewDocument - PrintLog "Open new document" - EditCompareDocumentCalc - PrintLog "Edit / Compare document" - Case "MASTERDOCUMENT" - printlog "Comparing documents not in Masterdocument!" - goto endsub - Case "HTML" - printlog "Comparing documents not in WriterWeb!" + + if ( gAppliction <> "WRITER" ) then + printlog( "Test only designed for WRITER, skipping" ) goto endsub - end select + endif - if gUseSysDlg = False then - Kontext "OeffnenDlg" + printlog( "Open test document") + EditCompareDocumentCalc + + Kontext "OeffnenDlg" + if ( OeffnenDlg.exists( 2 ) then + Dateiname.SetText ConvertPath ( gTesttoolPath & "writer\required\input\bt.sxw" ) PrintLog "in File-Open-dialog load ..\writer\required\input\bt.sxw" - Oeffnen.Click - end if - Kontext "FilterAuswahl" - if Filterauswahl.Exists then Filterauswahl.OK - Sleep 1 - Kontext "Active" - if Active.Exists then - Warnlog Active.Gettext - Active.Ok - end if + Oeffnen.Click() + + Kontext "FilterAuswahl" + if Filterauswahl.Exists( 2 ) then + Filterauswahl.OK() + else + qaerrorlog( "Dialog did not open. Good or bad?" ) + endif + + Kontext "Active" + if Active.Exists( 1 ) then + Warnlog Active.Gettext() + Active.Ok() + end if - Kontext "Redlining" - PrintLog "Dialog 'Accept and Reject changes' has to come up" - if Redlining.Exists then - TabControl.SetPage TabListe - wait 200 - Kontext "Redlining" - TabControl.SetPage TabFilter Kontext "Redlining" - Redlining.Close - PrintLog "Close dialog" + PrintLog "Dialog 'Accept and Reject changes' has to come up" + if Redlining.Exists( 1 ) then + TabControl.SetPage TabListe + wait 200 + Kontext "Redlining" + TabControl.SetPage TabFilter + Kontext "Redlining" + hCloseDialog( Redlining, "close" ) + else + Warnlog "- Dialog 'Redlining' does not exist!" + end if else - Warnlog "- Dialog 'Redlining' does not exist!" - end if + warnlog( "Dialog did not open") + endif Call hCloseDocument PrintLog "Close active document" -- cgit From 24b59a136fe0fdf07aa5d25fe2b93b5e5640562e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 11:38:13 +0100 Subject: vitomation01: #i109562 - Modify hCloseDialog() again, syntax of if-statement was bogus --- .../global/tools/includes/required/t_tools3.inc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index da29a6ab56df..64572021c61d 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -999,16 +999,19 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean hCloseDialog() = FALSE ' Set default returnvalue, assume failure - ' Find out which closing method was provided - if ( instr( sFlags, "close" ) > 0 ) then iClosingMethod = METHOD_CLOSE - elseif ( instr( sFlags, "cancel" ) > 0 ) then iClosingMethod = METHOD_CANCEL - else ( instr( sFlags, "ok" ) > 0 ) then iClosingMethod = METHOD_OK + ' Find out which closing method was provided, "close" ist the default + if ( instr( sFlags, "cancel" ) > 0 ) then + iClosingMethod = METHOD_CANCEL + elseif ( instr( sFlags, "ok" ) > 0 ) then + iClosingMethod = METHOD_OK + else + iClosingMethod = METHOD_CLOSE endif - ' Find out whether the dialog must exist or is just closed as a precaution (optional)) + ' Find out whether the dialog must exist (default) or is just closed as a precaution ("optional") if ( instr( sFlags, "optional") > 0 ) then bDialogMustExist = FALSE - printlog( CFN & "Closing dialog <" & oDialog.name() & "> using flags<" & sClosingMethod & ">.") + printlog( CFN & "Closing dialog <" & oDialog.name() & "> using flags <" & sFlags & ">.") if ( oDialog.exists() ) then select case( iClosingMethod ) @@ -1020,6 +1023,8 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean else if ( bDialogMustExist ) then warnlog( CFN & "The requested dialog is not available, no action taken" ) + hCloseDialog() = FALSE + exit function endif endif -- cgit From 3f075908e3e2d572acde37a0cfa803c7b31d148c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 12:25:17 +0100 Subject: vitomation01: #i109562 - Fixed typos etc. --- testautomation/writer/required/includes/w_002_.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 53f5d8dd3ced..48e647cec20c 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -381,7 +381,7 @@ testcase tEditCompareDocument EditCompareDocumentCalc Kontext "OeffnenDlg" - if ( OeffnenDlg.exists( 2 ) then + if ( OeffnenDlg.exists( 2 ) ) then Dateiname.SetText ConvertPath ( gTesttoolPath & "writer\required\input\bt.sxw" ) PrintLog "in File-Open-dialog load ..\writer\required\input\bt.sxw" @@ -391,7 +391,7 @@ testcase tEditCompareDocument if Filterauswahl.Exists( 2 ) then Filterauswahl.OK() else - qaerrorlog( "Dialog did not open. Good or bad?" ) + qaerrorlog( "Dialog did not open. Good or bad?" ) endif Kontext "Active" -- cgit From 6fe1415ae9f9e1f0a17ab0345df9bc120d365492 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 24 Feb 2010 12:38:02 +0100 Subject: vitomation01: #i109562 - Even more so --- testautomation/writer/required/includes/w_002_.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 48e647cec20c..50dcb997b1c5 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -372,7 +372,7 @@ testcase tEditCompareDocument PrintLog "- Edit/Compare Document" - if ( gAppliction <> "WRITER" ) then + if ( gApplication <> "WRITER" ) then printlog( "Test only designed for WRITER, skipping" ) goto endsub endif -- cgit From 101b420e71b13189c36a81f1ce35702da84b161d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 25 Feb 2010 10:52:07 +0100 Subject: vitomation01: #i109562 - removed invalid issue id #i158646 from test case tEditIndexEntry - the crash(!) was marked as qaerrorlog and excluded the entire test case. Refactored tEditCompareDocument (the test silently closed the filter selection dialog (if it appears that would be a bug!). --- testautomation/writer/required/includes/w_002_.inc | 81 +++++++++++++--------- 1 file changed, 47 insertions(+), 34 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 50dcb997b1c5..fcbeb4b4484e 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -377,6 +377,8 @@ testcase tEditCompareDocument goto endsub endif + call hNewDocument() + printlog( "Open test document") EditCompareDocumentCalc @@ -389,16 +391,19 @@ testcase tEditCompareDocument Kontext "FilterAuswahl" if Filterauswahl.Exists( 2 ) then + warnlog( "Dialog was not expected at this point" ) Filterauswahl.OK() else - qaerrorlog( "Dialog did not open. Good or bad?" ) + printlog( "No dialog , good" ) endif Kontext "Active" if Active.Exists( 1 ) then Warnlog Active.Gettext() Active.Ok() - end if + else + printlog( "No unexpected messageboxes, good." ) + endif Kontext "Redlining" PrintLog "Dialog 'Accept and Reject changes' has to come up" @@ -411,7 +416,7 @@ testcase tEditCompareDocument hCloseDialog( Redlining, "close" ) else Warnlog "- Dialog 'Redlining' does not exist!" - end if + endif else warnlog( "Dialog did not open") endif @@ -988,41 +993,51 @@ testcase tEditFields PrintLog( "Open new document" ) Call hNewDocument() + printlog( "Insert->Field->Other" ) InsertFieldsOther - printlog( "Insert a field from the user data" ) - kontext "TabDokumentFeldbefehle" - if ( TabDokumentFeldbefehle.exists( 2 ) ) then - Feldtyp.select( 1 ) - Auswahl.select( 1 ) - Einfuegen.click() - hCloseDialog( TabDokumentFeldbefehle , "close" ) - + ' Note that the tabdialog does not have a unique ID yet, so we treat it as "Active" + kontext + if ( Active.exists( 2 ) ) then - PrintLog( "Move cursor infront of field (start of document)" ) - Call wTypeKeys("") + printlog( "Switch to tab" ) + Active.setPage( TabDokumentFeldbefehle ) - PrintLog( "Edit / Fields" ) - EditFields - - Kontext "FeldbefehlBearbeitenDokument" - if ( FeldbefehlBearbeitenDokument.exists( 2 ) ) then - Call DialogTest ( FeldbefehlBearbeitenDokument ) - - PrintLog( "In 'Edit Fields' dialog select 'Edit'" ) - if ( Bearbeiten.IsVisible() and Bearbeiten.IsEnabled() ) then - Bearbeiten.Click() - - Kontext "TabBenutzerdaten" - if ( TabBenutzerdaten.exists( 2 ) ) then - printlog( " is open. Good." ) - call DialogTest( TabBenutzerdaten ) - hCloseDialog( TabBenutzerdaten, "cancel" ) + kontext "TabDokumentFeldbefehle" + printlog( "Select any item from the user data, insert the field, close the dialog" ) + if ( TabDokumentFeldbefehle.isVisible() ) then + Feldtyp.select( 1 ) + Auswahl.select( 1 ) + Einfuegen.click() + hCloseDialog( TabDokumentFeldbefehle , "close" ) + + PrintLog( "Move cursor infront of field (start of document)" ) + Call wTypeKeys("") + + PrintLog( "Edit / Fields" ) + EditFields + + Kontext "FeldbefehlBearbeitenDokument" + if ( FeldbefehlBearbeitenDokument.exists( 2 ) ) then + Call DialogTest ( FeldbefehlBearbeitenDokument ) + + PrintLog( "In 'Edit Fields' dialog select 'Edit'" ) + if ( Bearbeiten.IsVisible() and Bearbeiten.IsEnabled() ) then + Bearbeiten.Click() + + Kontext "TabBenutzerdaten" + if ( TabBenutzerdaten.exists( 2 ) ) then + printlog( " is open. Good." ) + call DialogTest( TabBenutzerdaten ) + hCloseDialog( TabBenutzerdaten, "cancel" ) + else + warnlog( " did not open" ) + endif else - warnlog( " did not open" ) + Warnlog( "Button 'Edit' in Dialog disabled!" ) endif else - Warnlog( "Button 'Edit' in Dialog disabled!" ) + warnlog( " is not visible" ) endif PrintLog( "Close dialog" ) @@ -1125,9 +1140,7 @@ endcase '---------------------------------------------------------------- testcase tEditIndexEntry - qaErrorLog "#158646# - Insert Indexes Entry causes crash." - goto endsub - + PrintLog "- Edit/Index Entry" if gApplication = "HTML" then printlog "Not in WriterWeb!" -- cgit From ec9c8b3d76fd18e654b0fcaa8fdb226508d3d6ec Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 25 Feb 2010 10:57:01 +0100 Subject: vitomation01: #i109562 - hCloseDIalog() - Finally the function appears to be stable and relieable. --- testautomation/global/tools/includes/required/t_tools3.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 64572021c61d..659258507587 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -993,7 +993,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean const METHOD_OK = 3 const TIMEOUT = 2 ' Maximum time to wait for a dialog to close - dim sFlags as string : sFlagList = lcase( sUserFlags ) + dim sFlags as string : sFlags = lcase( sUserFlags ) dim iClosingMethod as integer dim bDialogMustExist as boolean : bDialogMustExist = TRUE @@ -1018,7 +1018,8 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean case METHOD_CLOSE : oDialog.close() case METHOD_CANCEL : oDialog.cancel() case METHOD_OK : oDialog.ok() - case else : warnlog( CFN & " Script error: Allowed closing methods are , and ." ) + case else : + warnlog( CFN & " Script error: Allowed closing methods are , and ." ) end select else if ( bDialogMustExist ) then @@ -1028,6 +1029,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean endif endif + ' Any other outcome until now returned FALSE. If we get here, we have a success. if ( oDialog.notExists( TIMEOUT ) ) then hCloseDialog() = TRUE end function -- cgit From 39cfacd0736d0b579234e6688ee30cec262700cf Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 25 Feb 2010 15:07:34 +0100 Subject: vitomation01: #i109562# - Massive refactoring in places with many sleep() statements. Removed invalid issue-ids (and re-enabled the tests), added issue #i109605# (ImageMap). --- testautomation/writer/required/includes/w_002_.inc | 476 +++++++++++---------- 1 file changed, 261 insertions(+), 215 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 50dcb997b1c5..7b1c88f43440 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -1,5 +1,5 @@ 'encoding UTF-8 Do not remove or change this line! -'************************************************************************** +'******************************************************************************* '* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. '* '* Copyright 2008 by Sun Microsystems, Inc. @@ -29,13 +29,13 @@ '* '* for a copy of the LGPLv3 License. '* -'/************************************************************************ -'* ** -'* owner : helge.delfs@sun.com ** -'* ** -'* short description : ** -'* ** -'\****************************************************************** +'/****************************************************************************** +'* ** +'* owner : helge.delfs@sun.com ** +'* ** +'* short description : ** +'* ** +'\****************************************************************************** sub w_002_ @@ -83,6 +83,7 @@ testcase tEditUndoRedo PrintLog "Insert table" Call hTabelleEinfuegen + PrintLog "Edit / Undo" hUseAsyncSlot( "EditUndo" ) @@ -94,13 +95,14 @@ testcase tEditUndoRedo PrintLog "File / Close" hUseAsyncSlot( "FileClose" ) - Kontext - if ( Active.Exists ) then - if Active.GetRT = 304 then - WarnLog ( "Messagebox: '" & Active.Gettext & "' should not appear" ) - Active.No - end if + + Kontext "Active" + if ( Active.Exists( 1 ) ) then + warnlog( "No messagebox was expected upon file close" ) + printlog( Active.getText ) + Active.no() end if + endcase '---------------------------------------------------- @@ -173,64 +175,62 @@ testcase tEditPasteSpecial PrintLog "Open new document" Call hNewDocument - if gSamePC = TRUE then - PrintLog " - External Clipboard" - PrintLog "Enter some text in external clipboard" - SetClipboard "Text from external clipboard!" + PrintLog " - External Clipboard" + PrintLog "Enter some text in external clipboard" + SetClipboard "Text from external clipboard!" - PrintLog "Paste from external clipboard with Edit / Paste in Office" - hUseAsyncSlot( "EditPaste" ) + PrintLog "Paste from external clipboard with Edit / Paste in Office" + hUseAsyncSlot( "EditPaste" ) - Call wTypeKeys("") - Wait(200) - hUseAsyncSlot( "EditCopy" ) + Call wTypeKeys("") + Wait(200) + hUseAsyncSlot( "EditCopy" ) - if GetClipboardText <> "Text from external clipboard!" then - Warnlog "External Clipboard not available!" - Warnlog "Is: " & GetClipboardText - end if - Call wTypeKeys("") - SetClipboard "" - SetClipboard "2nd Text from external clipboard!" - try - PrintLog "Edit / Paste / Special" - hUseAsyncSlot( "EditPasteSpecialWriter" ) - - Kontext "InhaltEinfuegen" - if ( InhaltEinfuegen.Exists( 2 ) ) then - try - Auswahl.Select 1 - catch - Warnlog "Unable to select entry in format list !" - InhaltEinfuegen.Close - Call hCloseDocument - goto endsub - endcatch - InhaltEinfuegen.OK - Wait(200) - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - Warnlog "Maybe Bug#109331" - Warnlog Active.Gettext - try - Active.Ok - catch - Active.No - endcatch - end if - else - Call wTypeKeys("") - hUseAsyncSlot( "EditCopy" ) - if GetClipboardText <> "2nd Text from external clipboard!" then Warnlog "Wrong Text inserted! Is: " & GetClipboardText + if GetClipboardText <> "Text from external clipboard!" then + Warnlog "External Clipboard not available!" + Warnlog "Is: " & GetClipboardText + end if + Call wTypeKeys("") + SetClipboard "" + SetClipboard "2nd Text from external clipboard!" + try + PrintLog "Edit / Paste / Special" + hUseAsyncSlot( "EditPasteSpecialWriter" ) + + Kontext "InhaltEinfuegen" + if ( InhaltEinfuegen.Exists( 2 ) ) then + try + Auswahl.Select 1 + catch + Warnlog "Unable to select entry in format list !" + InhaltEinfuegen.Close + Call hCloseDocument + goto endsub + endcatch + InhaltEinfuegen.OK + Wait(200) + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + Warnlog "Maybe Bug#109331" + Warnlog Active.Gettext + try + Active.Ok + catch + Active.No + endcatch end if else - Warnlog "Dialog 'Paste Special' is not up!" + Call wTypeKeys("") + hUseAsyncSlot( "EditCopy" ) + if GetClipboardText <> "2nd Text from external clipboard!" then Warnlog "Wrong Text inserted! Is: " & GetClipboardText end if - catch - Exceptlog - endcatch - end if + else + Warnlog "Dialog 'Paste Special' is not up!" + end if + catch + Exceptlog + endcatch PrintLog " - Internal Clipboard with StarOffice Writer-Text" PrintLog "Enter some text in writer and copy it" @@ -317,11 +317,7 @@ testcase tEditChanges PrintLog "Passwort-dialog has to come up, cancel it" Kontext "Passwort" - if ( Passwort.Exists( 1 ) ) then - Passwort.Close - else - Warnlog "Password-dialog is not up!" - end if + hCloseDialog( Passwort, "close" ) PrintLog "Edit / Changes / Accept or Reject" EditChangesAcceptOrReject @@ -372,33 +368,44 @@ testcase tEditCompareDocument PrintLog "- Edit/Compare Document" + dim sFile as string + sFile = gTesttoolPath & "writer\required\input\bt.sxw" + if ( gApplication <> "WRITER" ) then printlog( "Test only designed for WRITER, skipping" ) goto endsub endif + call hNewDocument() + printlog( "Open test document") EditCompareDocumentCalc Kontext "OeffnenDlg" + printlog( "File Open dialog" ) if ( OeffnenDlg.exists( 2 ) ) then - - Dateiname.SetText ConvertPath ( gTesttoolPath & "writer\required\input\bt.sxw" ) - PrintLog "in File-Open-dialog load ..\writer\required\input\bt.sxw" + + printlog( "Load file: " & sFile ) + Dateiname.SetText ConvertPath ( sFile ) Oeffnen.Click() Kontext "FilterAuswahl" + printlog( "Check for filterselection dialog (comes up e.g. if file is broken)" ) if Filterauswahl.Exists( 2 ) then + warnlog( "Dialog was not expected at this point" ) Filterauswahl.OK() else - qaerrorlog( "Dialog did not open. Good or bad?" ) + printlog( "No dialog , good" ) endif Kontext "Active" if Active.Exists( 1 ) then - Warnlog Active.Gettext() + warnlog( "Unexpected messagebox displayed:" ) + printlog( Active.getText() ) Active.Ok() - end if + else + printlog( "No unexpected messageboxes, good." ) + endif Kontext "Redlining" PrintLog "Dialog 'Accept and Reject changes' has to come up" @@ -411,13 +418,14 @@ testcase tEditCompareDocument hCloseDialog( Redlining, "close" ) else Warnlog "- Dialog 'Redlining' does not exist!" - end if + endif else warnlog( "Dialog did not open") endif - Call hCloseDocument PrintLog "Close active document" + Call hCloseDocument + endcase '---------------------------------------------------- @@ -533,24 +541,15 @@ testcase tViewNavigator Kontext "NavigatorWriter" Umschalten.Click - Kontext "NavigatorGlobalDoc" - Sleep (1) - printlog " - Bearbeiten" - try - Bearbeiten.Click - catch - Sleep (2) - try - Bearbeiten.Click - catch - Warnlog " Either taking more than three seconds to switch Navigator-modes, or something has gone wrong." - endcatch - endcatch - wait (300) + Kontext "NavigatorGlobalDoc" + printlog( "Click " ) + if ( hClickButton( Bearbeiten ) = -1 ) then + warnlog( "Unable to click button, cannot switch Navigator-Mode" ) + endif Kontext "Navigator" - Navigator.Close + hCloseDialog( Navigator, "close" ) Call hCloseDocument PrintLog "Close active document" goto endsub @@ -683,9 +682,9 @@ testcase tEditAutotext PrintLog "Click Categories" Bereiche.Click - Sleep 1 + Kontext "BereicheBearbeitenAutoText" - if BereicheBearbeitenAutoText.Exists then + if BereicheBearbeitenAutoText.Exists( 2 ) then DialogTest ( BereicheBearbeitenAutoText ) PrintLog "Create a new categorie" Bereich.SetText "Hallo" @@ -698,12 +697,11 @@ testcase tEditAutotext if Neu.IsEnabled then Neu.Click Wait (200) - if Loeschen.IsEnabled then - PrintLog "Delete created categorie" - Loeschen.Click - else - Warnlog "- Not able to delete new category. Button disabled!" - end if + + printlog( "Click " ) + if ( hClickButton( Loeschen ) = -1 ) then + warnlog( "Unable to delete category, the button is disabled" ) + endif else if gNetzInst = False then Warnlog "- Category cannot be created!" @@ -723,20 +721,19 @@ testcase tEditAutotext Kontext "PfadeAuswaehlen" PrintLog "On 'Select Paths' dialog click 'add'" Hinzufuegen.Click - wait 200 + Kontext "OeffnenDlg" - if OeffnenDlg.Exists then + if OeffnenDlg.Exists( 2 ) then PrintLog "Cancel File-Open dialog" - OeffnenDlg.Cancel + hCloseDialog( OeffnenDlg, "cancel" ) else Warnlog "Dialog ' Select Paths' not up!" end if - wait 200 + Kontext "PfadeAuswaehlen" PrintLog "Cancel dialog 'Select Paths'" - PfadeAuswaehlen.Cancel + hCloseDialog( PfadeAuswaehlen, "cancel" ) - Wait (300) Kontext "AutoText" PrintLog "We have to create an autotext first" PrintLog "to assure the 'Autotext'-Button enabled" @@ -791,6 +788,7 @@ testcase tEditAutotext Call hCloseDocument goto endsub end if + printlog "Select created autotext" EditAutotext WaitSlot (2000) @@ -859,14 +857,16 @@ testcase tEditAutotext exit do end if Loop + ' Dialog needs some time to be opened Kontext "MakroZuweisen" - if NOT MakroZuweisen.Exists(5) then - warnlog "AutoText-Macro - Assign Macro took longer than 5 seconds to load. Check why." + printlog( "Close dialog" ) + if ( MakroZuweisen.exists( 5 ) ) then + call Dialogtest( MakroZuweisen ) + hCloseDialog( MakroZuweisen, "close" ) else - PrintLog "Cancel 'Macro' dialog" - MakroZuweisen.Cancel - end if + warnlog "AutoText-Macro - Assign Macro took longer than 5 seconds to load. Check why." + endif catch Warnlog "Menu Autotext->'Macro' disabled !" Call hMenuClose @@ -918,8 +918,7 @@ testcase tEditAutotext if wDeleteAutotext("DummyAutotext") = false then Warnlog "Unable to delete created autotext" end if - Kontext "Autotext" - if Autotext.Exists then Autotext.Close + endcatch PrintLog "Close active document" @@ -930,50 +929,58 @@ endcase testcase tEditHyperlink Printlog "- Edit / Hyperlink" - Call hNewDocument + PrintLog "Open new document" - InsertHyperlink + Call hNewDocument + PrintLog "Insert / Hyperlink" - WaitSlot(5000) - Kontext "Hyperlink" + InsertHyperlink - Call wEinfuegenHyperlink(1) - Kontext "TabHyperlinkInternet" - Internet.Check - ZielUrl.Settext "http://www.sonor.de" - PrintLog "Enter URL " Kontext "Hyperlink" - PrintLog "Click 'Apply'" - Uebernehmen.Click - PrintLog "Close Hyperlink dialog" - Hyperlink.Close + if ( Hyperlink.exists( 2 ) ) then + + Call wEinfuegenHyperlink(1) + Kontext "TabHyperlinkInternet" + + printlog( "Check " ) + Internet.Check() + + PrintLog "Enter URL " + ZielUrl.Settext "http://www.sonor.de" + + Kontext "Hyperlink" + PrintLog "Click 'Apply'" + Uebernehmen.Click + + PrintLog "Close Hyperlink dialog" + hCloseDialog( Hyperlink, "close" ) + else + warnlog( "Dialog did not open" ) + hCloseDocument() + goto endsub + endif Call wDocSetContext - try - PrintLog "Check if correct URL has been set to document" - hUseAsyncSlot( "EditCopy" ) + + PrintLog "Check if correct URL has been set to document" + if ( hUseAsyncSlot( "EditCopy" ) > -1 ) then if GetClipBoardtext = "" then Warnlog "No Hyperlink or wrong hyperlink in document!" & GetClipBoardtext end if - catch - Warnlog "No Hyperlink in document!" - goto endsub - endcatch + else + warnlog( "Slot could not be executed. Most likely the hyperlink was not selected" ) + endif PrintLog "Set cursor into link" Call wTypeKeys("") - try - PrintLog "Edit / Hyperlink has to be enabled" - EditHyperlink + + PrintLog "Edit / Hyperlink has to be enabled" + if ( hUseAsyncSlot( "EditHyperlink" ) > -1 ) then Kontext "Hyperlink" - if Hyperlink.Exists then - Hyperlink.Close - else - Warnlog "- Hyperlinkdialog not up" - end if - catch - Warnlog "- Not able to edit Hyperlink!" - endcatch + hCloseDialog( Hyperlink, "close" ) + else + warnlog( "Slot could not be called" ) + endif PrintLog "Close active document" Call hCloseDocument @@ -988,41 +995,51 @@ testcase tEditFields PrintLog( "Open new document" ) Call hNewDocument() + printlog( "Insert->Field->Other" ) InsertFieldsOther - printlog( "Insert a field from the user data" ) - kontext "TabDokumentFeldbefehle" - if ( TabDokumentFeldbefehle.exists( 2 ) ) then - Feldtyp.select( 1 ) - Auswahl.select( 1 ) - Einfuegen.click() - hCloseDialog( TabDokumentFeldbefehle , "close" ) - + ' Note that the tabdialog does not have a unique ID yet, so we treat it as "Active" + kontext + if ( Active.exists( 2 ) ) then - PrintLog( "Move cursor infront of field (start of document)" ) - Call wTypeKeys("") + printlog( "Switch to tab" ) + Active.setPage( TabDokumentFeldbefehle ) - PrintLog( "Edit / Fields" ) - EditFields - - Kontext "FeldbefehlBearbeitenDokument" - if ( FeldbefehlBearbeitenDokument.exists( 2 ) ) then - Call DialogTest ( FeldbefehlBearbeitenDokument ) - - PrintLog( "In 'Edit Fields' dialog select 'Edit'" ) - if ( Bearbeiten.IsVisible() and Bearbeiten.IsEnabled() ) then - Bearbeiten.Click() - - Kontext "TabBenutzerdaten" - if ( TabBenutzerdaten.exists( 2 ) ) then - printlog( " is open. Good." ) - call DialogTest( TabBenutzerdaten ) - hCloseDialog( TabBenutzerdaten, "cancel" ) + kontext "TabDokumentFeldbefehle" + printlog( "Select any item from the user data, insert the field, close the dialog" ) + if ( TabDokumentFeldbefehle.isVisible() ) then + Feldtyp.select( 1 ) + Auswahl.select( 1 ) + Einfuegen.click() + hCloseDialog( TabDokumentFeldbefehle , "close" ) + + PrintLog( "Move cursor infront of field (start of document)" ) + Call wTypeKeys("") + + PrintLog( "Edit / Fields" ) + EditFields + + Kontext "FeldbefehlBearbeitenDokument" + if ( FeldbefehlBearbeitenDokument.exists( 2 ) ) then + Call DialogTest ( FeldbefehlBearbeitenDokument ) + + PrintLog( "In 'Edit Fields' dialog select 'Edit'" ) + if ( Bearbeiten.IsVisible() and Bearbeiten.IsEnabled() ) then + Bearbeiten.Click() + + Kontext "TabBenutzerdaten" + if ( TabBenutzerdaten.exists( 2 ) ) then + printlog( " is open. Good." ) + call DialogTest( TabBenutzerdaten ) + hCloseDialog( TabBenutzerdaten, "cancel" ) + else + warnlog( " did not open" ) + endif else - warnlog( " did not open" ) + Warnlog( "Button 'Edit' in Dialog disabled!" ) endif else - Warnlog( "Button 'Edit' in Dialog disabled!" ) + warnlog( " is not visible" ) endif PrintLog( "Close dialog" ) @@ -1125,9 +1142,7 @@ endcase '---------------------------------------------------------------- testcase tEditIndexEntry - qaErrorLog "#158646# - Insert Indexes Entry causes crash." - goto endsub - + PrintLog "- Edit/Index Entry" if gApplication = "HTML" then printlog "Not in WriterWeb!" @@ -1171,53 +1186,66 @@ endcase testcase tEditLinks PrintLog "- Edit/Links" - if gApplication = "HTML" then + + dim sFile as string + sFile = gTesttoolPath & "writer\required\input\graphics\jolink.jpg" + + if ( gApplication = "HTML" ) then printlog "Not in WriterWeb!" goto endsub end if + printlog( "Open a new document" ) Call hNewDocument - Call hGrafikVerknuepftEinfuegen ( gTesttoolPath & "writer\required\input\graphics\jolink.jpg" ) - Wait 200 - try - EditLinksWriter - catch + + printlog( "Insert graphic file (linked): " & sFile ) + Call hGrafikVerknuepftEinfuegen ( sFile ) + + printlog( "Edit->Links" ) + if ( hUseAsyncSlot( "EditLinksWriter" ) = -1 ) then Warnlog "Error on calling Edit / Links ! (disabled)" Call hCloseDocument goto endsub - endcatch + endif Kontext "VerknuepfungenBearbeiten" - if VerknuepfungenBearbeiten.Exists then + if ( VerknuepfungenBearbeiten.Exists( 1 ) ) then Call DialogTest ( VerknuepfungenBearbeiten ) - Wait 200 - try - Aendern.Click + + Kontext "VerknuepfungenBearbeiten" + printlog( "Click " ) + if ( hClickButton( Aendern ) > -1 ) then Kontext "GrafikEinfuegenDlg" - GrafikEinfuegenDlg.Cancel - catch + call DialogTest( GrafikEinfuegenDlg ) + hCloseDialog( GrafikEinfuegenDlg, "cancel" ) + else Warnlog "Error modifying the link!" - endcatch + endif Kontext "VerknuepfungenBearbeiten" - Wait 200 - try - Aktualisieren.Click - catch + printlog( "Click " ) + if ( hClickButton( Aktualisieren ) = -1 ) then Warnlog "Error on updating the link!" - endcatch - Wait 200 + endif - try - Loesen.Click + Kontext "VerknuepfungenBearbeiten" + printlog( "Click " ) + if ( hClickButton( Loesen ) > -1 ) then Kontext "Active" - if Active.Exists then Active.No - catch - Warnlog "- Error on breaking the link!" - endcatch + printlog( "Check for confirmation message" ) + if ( Active.Exists( 1 ) ) then + printlog( "Message displayed, good. Closing with " ) + printlog( Active.getText() ) + Active.No + else + Warnlog( "The message is missing" ) + endif + else + Warnlog( "Unable to break the link to the file" ) + endif Kontext "VerknuepfungenBearbeiten" - VerknuepfungenBearbeiten.Close + hCloseDialog( VerknuepfungenBearbeiten, "close" ) else Warnlog "Dialog Edit / Links not opened!" end if @@ -1243,23 +1271,41 @@ endcase '------------------------------------------------------ testcase tEditImageMap - PrintLog "- Edit / ImageMap" + PrintLog "- Edit / ImageMap" + + dim sFile as string + sFile = gTesttoolPath & "writer\required\input\graphics\jolink.jpg" + PrintLog "Open new document" Call hNewDocument - if hGrafikEinfuegen ( gTesttoolPath & "writer\required\input\graphics\jolink.jpg" )=true then + printlog( "Insert graphics file: " & sFile ) + if ( hGrafikEinfuegen( sFile ) ) then + + printlog( "Edit->Imagemap" ) + EditImageMap + Kontext "ImageMapEditor" - if ImageMapEditor.Exists then ImageMapEditor.Close - try - EditImageMap - Kontext "ImageMapEditor" + if ( ImageMapEditor.exists( 1 ) ) then Call DialogTest (ImageMapEditor) - Sleep 1 - ImageMapEditor.Close - catch - Warnlog "Edit/ImageMap disabled!" - endcatch + hCloseDialog( ImageMapEditor, "close" ) + + printlog( "Check for messagebox (should not appear)" ) + kontext "Active" + if ( Active.exists( 1 ) ) then + qaerrorlog( "#i109605# - message displayed." ) + printlog( Active.getText ) + Active.no() + else + printlog( "No messagebox on close, good." ) + endif + + else + warnlog( "Dialog did not open" ) + endif + else + warnlog( "Insert graphics failed" ) end if PrintLog "Close active document" -- cgit From 16c1536f89210d2b78dafaf3a86068dd88377646 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 09:17:14 +0100 Subject: vitomation01: #i109562 - collect hCloseDialog(), hUseAsyncSlot() and hClickButton() in t_tools3.inc to have them together in one place and to reduce filesize (there is a limit to the max number of lines per file somehow) --- .../global/tools/includes/required/t_tools1.inc | 141 -------------------- .../global/tools/includes/required/t_tools3.inc | 147 ++++++++++++++++++++- 2 files changed, 145 insertions(+), 143 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools1.inc b/testautomation/global/tools/includes/required/t_tools1.inc index 6fbfd5358e52..bba3e098f108 100755 --- a/testautomation/global/tools/includes/required/t_tools1.inc +++ b/testautomation/global/tools/includes/required/t_tools1.inc @@ -1202,144 +1202,3 @@ sub raiseApplication end if end sub -'******************************************************************************* - -function hUseAsyncSlot( cSlot as string ) as integer - - dim iWait as integer - dim iTime as integer : iTime = 0 - const MAX_WAIT = 100 - const DELAY = 100 - const CFN = "global::tools::includes::required::hUseAsyncSlot():" - - if ( VERBOSE ) then printlog( CFN & "Using slot: " & cSlot ) - WaitSlot() - for iWait = 1 to MAX_WAIT - try - select case ( lcase( cSlot ) ) - case "fileclose" : FileClose - case "filesaveas" : FileSaveAs( "SynchronMode", TRUE ) - case "filesaveall" : FileSaveAll( "SynchronMode", TRUE ) - case "fileexport" : FileExport - case "filereload" : FileReload( "SynchronMode", TRUE ) - case "fileopen" : FileOpen - - case "editdoc" : EditDoc - case "editcopy" : EditCopy - case "editchangesrecord" : EditChangesRecord - case "editchangesshow" : EditChangesShow - case "editchangesprotecttrace" : EditChangesProtectTrace - case "editchangescomment" : EditChangesComment - - case "editpaste" : EditPaste - case "editcopy" : EditCopy - case "editcut" : EditCut - case "editselectall" : EditSelectAll - case "editselectallmath" : EditSelectAllMath - case "editselectionmodeblock" : EditSelectionModeBlock - case "editselectionmodestandard" : EditSelectionModeStandard - case "editdeletecontents" : EditDeleteContents - case "editundo" : EditUndo - case "editredo" : EditRedo - case "editrepeat" : EditRepeat - case "editpastespecial" : EditPasteSpecial - case "editpastespecialwriter" : EditPasteSpecialWriter - case "editsearchandreplace" : EditSearchAndReplace - case "editduplicate" : EditDuplicate - case "editgluepoints" : EditGluePoints - case "editdeleteslide" : EditDeleteSlide - case "editobjectproperties" : EditObjectProperties - case "editobjectedit" : EditObjectEdit - case "editobjectsavecopyas" : EditObjectSaveCopyAs - - case "formatcharttype" : FormatChartType - case "formatcontrol" : FormatControl - case "formateditpoints" : FormatEditPoints - case "formatsections" : FormatSections - case "formatchangecaseupper" : FormatChangeCaseUpper - case "formatchangecaselower" : FormatChangeCaseLower - case "formatarea" : FormatArea - case "formatarrangebringtofrontcalc" : FormatArrangeBringToFrontCalc - case "formatflipvertically" : FormatFlipVertically - case "formatfliphorizontally" : FormatFlipHorizontally - case "formatline" : FormatLine - case "formatpositionandsize" : FormatPositionAndSize - case "formatfontwork" : FormatFontwork - case "formatparagraph" : FormatParagraph - case "formatstylebold" : FormatStyleBold - case "formatungroupdraw" : FormatUngroupDraw - case "formatexitgroupdraw" : FormatExitGroupDraw - case "formatgroupgroup" : FormatGroupGroup - case "formatgroupeditgroupcalc" : FormatGroupEditGroupCalc - case "formatalignmentlefttext" : FormatAlignmentLeftText - case "formatgraphics" : FormatGraphics - case "formatanchortopage" : FormatAnchorToPage - case "formatwrapcontour" : FormatWrapContour - case "formatwrapeditcontour" : FormatWrapEditContour - case "formatpagewriter" : FormatPageWriter - - case "insertindexesbibliographyentry" : InsertIndexesBibliographyEntry - - case "contextpositionandsize" : ContextPositionAndSize - - case "toolslanguagehyphenate" : ToolsLanguageHyphenate - case "toolsupdateallindexes" : ToolsUpdateAllIndexes - case "toolsupdatefields" : ToolsUpdateFields - case "toolsupdatelinks" : ToolsUpdateLinks - case "toolslanguagehangulhanjaconversion" : ToolsLanguageHangulHanjaConversion - - case else : warnlog( "Unknown slot called: " & cSlot ) - end select - - exit for - catch - wait( DELAY ) - iTime = iWait * DELAY - endcatch - next iWait - - ' Timeout is -1 - if ( iTime = MAX_WAIT * DELAY ) then - iTime = -1 - endif - if ( VERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) - hUseAsyncSlot() = iTime - - -end function - -'******************************************************************************* - -function hClickButton( oButton as object ) as integer - - dim iWait as integer - dim iTime as integer : iTime = 0 - const MAX_WAIT = 50 - const CFN = "global::tools::includes::required::hClickButton():" - - if ( VERBOSE ) then printlog( CFN & "Click button: " & oButton.name() ) - WaitSlot() - for iWait = 1 to MAX_WAIT - try - if ( oButton.exists() ) then - if ( VERBOSE ) then printlog( CFN & "Button exists" ) - if ( oButton.isEnabled() ) then - if ( VERBOSE ) then printlog( "Button is enabled" ) - oButton.click() - endif - endif - exit for - catch - wait( 100 ) - iTime = iWait * 100 - endcatch - next iWait - if ( iTime = 5000 ) then - iTime = -1 - endif - if ( VERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) - hClickButton() = iTime - -end function - - diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 659258507587..ed053f63684e 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -980,7 +980,150 @@ function hIsAccessbridgeInstalled() as boolean end function -'------------------------------------------------------------------------------- +'******************************************************************************* + +function hUseAsyncSlot( cSlot as string ) as integer + + dim iWait as integer : iWait = 0 + dim iTime as integer : iTime = 0 + + const MAX_RETRIES = 100 ' Number of time we try to call the slot + const DELAY = 100 ' 100ms delay to wait between retries + const RETVAL_TIMEOUT = -1 ' Returnvalue if slot is not available + const CFN = "global::tools::includes::required::hUseAsyncSlot(): " + + if ( VERBOSE ) then printlog( CFN & "Using slot: " & cSlot ) + WaitSlot() + + for iWait = 1 to MAX_RETRIES + try + select case ( lcase( cSlot ) ) + case "fileclose" : FileClose + case "filesaveas" : FileSaveAs( "SynchronMode", TRUE ) + case "filesaveall" : FileSaveAll( "SynchronMode", TRUE ) + case "fileexport" : FileExport + case "filereload" : FileReload( "SynchronMode", TRUE ) + case "fileopen" : FileOpen + + case "editdoc" : EditDoc + case "editcopy" : EditCopy + case "editchangesrecord" : EditChangesRecord + case "editchangesshow" : EditChangesShow + case "editchangesprotecttrace" : EditChangesProtectTrace + case "editchangescomment" : EditChangesComment + + case "editpaste" : EditPaste + case "editcopy" : EditCopy + case "editcut" : EditCut + case "editselectall" : EditSelectAll + case "editselectallmath" : EditSelectAllMath + case "editselectionmodeblock" : EditSelectionModeBlock + case "editselectionmodestandard" : EditSelectionModeStandard + case "editdeletecontents" : EditDeleteContents + case "editundo" : EditUndo + case "editredo" : EditRedo + case "editrepeat" : EditRepeat + case "editpastespecial" : EditPasteSpecial + case "editpastespecialwriter" : EditPasteSpecialWriter + case "editsearchandreplace" : EditSearchAndReplace + case "editduplicate" : EditDuplicate + case "editgluepoints" : EditGluePoints + case "editdeleteslide" : EditDeleteSlide + case "editobjectproperties" : EditObjectProperties + case "editobjectedit" : EditObjectEdit + case "editobjectsavecopyas" : EditObjectSaveCopyAs + + case "formatcharttype" : FormatChartType + case "formatcontrol" : FormatControl + case "formateditpoints" : FormatEditPoints + case "formatsections" : FormatSections + case "formatchangecaseupper" : FormatChangeCaseUpper + case "formatchangecaselower" : FormatChangeCaseLower + case "formatarea" : FormatArea + case "formatarrangebringtofrontcalc" : FormatArrangeBringToFrontCalc + case "formatflipvertically" : FormatFlipVertically + case "formatfliphorizontally" : FormatFlipHorizontally + case "formatline" : FormatLine + case "formatpositionandsize" : FormatPositionAndSize + case "formatfontwork" : FormatFontwork + case "formatparagraph" : FormatParagraph + case "formatstylebold" : FormatStyleBold + case "formatungroupdraw" : FormatUngroupDraw + case "formatexitgroupdraw" : FormatExitGroupDraw + case "formatgroupgroup" : FormatGroupGroup + case "formatgroupeditgroupcalc" : FormatGroupEditGroupCalc + case "formatalignmentlefttext" : FormatAlignmentLeftText + case "formatgraphics" : FormatGraphics + case "formatanchortopage" : FormatAnchorToPage + case "formatwrapcontour" : FormatWrapContour + case "formatwrapeditcontour" : FormatWrapEditContour + case "formatpagewriter" : FormatPageWriter + + case "insertindexesbibliographyentry" : InsertIndexesBibliographyEntry + + case "contextpositionandsize" : ContextPositionAndSize + + case "toolslanguagehyphenate" : ToolsLanguageHyphenate + case "toolsupdateallindexes" : ToolsUpdateAllIndexes + case "toolsupdatefields" : ToolsUpdateFields + case "toolsupdatelinks" : ToolsUpdateLinks + case "toolslanguagehangulhanjaconversion" : ToolsLanguageHangulHanjaConversion + + case else : warnlog( "Unknown slot called: " & cSlot ) + end select + + exit for ' This is only executed if the slot was called successfully + catch + wait( DELAY ) + endcatch + next iWait + + ' Total time used + iTime = iWait * DELAY + + ' Timeout is -1 + if ( iTime = MAX_RETRIES * DELAY ) then iTime = RETVAL_TIMEOUT + + if ( VERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) + hUseAsyncSlot() = iTime + +end function + +'******************************************************************************* + +function hClickButton( oButton as object ) as integer + + dim iWait as integer : iWait = 0 + dim iTime as integer : iTime = 0 + + const MAX_RETRIES = 50 ' Try to click the button max 50 times + const DELAY = 100 ' 100ms wait between retries + const RETVAL_TIMEOUT = -1 ' Return -1 if the button is not available + const CFN = "global::tools::includes::required::hClickButton(): " + + if ( VERBOSE ) then printlog( CFN & "Click button: " & oButton.name() ) + WaitSlot() + + for iWait = 1 to MAX_RETRIES + try + oButton.click() + exit for + catch + wait( DELAY ) + endcatch + next iWait + + ' Total time used + iTime = iWait * DELAY + + if ( iTime = MAX_RETRIES * DELAY ) then iTime = RETVAL_TIMEOUT + + if ( VERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) + hClickButton() = iTime + +end function + +'******************************************************************************* function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean @@ -996,7 +1139,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean dim sFlags as string : sFlags = lcase( sUserFlags ) dim iClosingMethod as integer dim bDialogMustExist as boolean : bDialogMustExist = TRUE - + hCloseDialog() = FALSE ' Set default returnvalue, assume failure ' Find out which closing method was provided, "close" ist the default -- cgit From 21710c84e0028a2847a9b88d9ca3f5791e1d7bd5 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 09:28:32 +0100 Subject: vitomation01: #i109562 - Added EditLinksWriter and EditHyperlink slots to hUseAsyncSlot() --- testautomation/global/tools/includes/required/t_tools3.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index ed053f63684e..46a0b5fdf832 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1032,6 +1032,8 @@ function hUseAsyncSlot( cSlot as string ) as integer case "editobjectproperties" : EditObjectProperties case "editobjectedit" : EditObjectEdit case "editobjectsavecopyas" : EditObjectSaveCopyAs + case "edithyperlink" : EditHyperlink + case "editlinkswriter" : EditLinksWriter case "formatcharttype" : FormatChartType case "formatcontrol" : FormatControl -- cgit From 746e40deb20031255f85d847b15eedb0df847fd3 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 09:50:26 +0100 Subject: vitomation01: #i109696 - Removed unused function hListIntegrityTest() --- .../global/tools/includes/required/t_lists.inc | 26 ---------------------- 1 file changed, 26 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_lists.inc b/testautomation/global/tools/includes/required/t_lists.inc index b13c6c0b786f..870891bdb12b 100755 --- a/testautomation/global/tools/includes/required/t_lists.inc +++ b/testautomation/global/tools/includes/required/t_lists.inc @@ -601,31 +601,5 @@ function hListClearBlank( lsList() as string ) as integer end function -'******************************************************************************* - -function hListIntegrityTest( sList() as string ) as boolean - - const CFN = "global::tools::inc::t_list.inc::hListIntegrityTest:" - - '///

    Verify that listcount( array ) < ubound( array )

    - ' NOTE: some listfunctions fail if ubound = listcount - - dim iListCount as integer - dim iUbound as integer - - iListCount = listcount( sList() ) - iUbound = ubound( sList() ) - - if ( iListCount >= iUbound ) then - warnlog( CFN & "ListCount points beyond array boundary" ) - warnlog( CFN & "ListCount: " & iListCount ) - warnlog( CFN & "UBOUND...: " & iUbound ) - hListIntegrityTest() = false - exit function - end if - - hListIntegrityTest() = true - -end function -- cgit From c64252acb157aa248b7188661014def86e9d8be3 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 09:57:25 +0100 Subject: vitomation01: #i109696 - Removed unused function IsItSaved --- .../global/tools/includes/required/t_files.inc | 25 ---------------------- 1 file changed, 25 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index ffcc0d4045df..c425b7ffe752 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -152,31 +152,6 @@ end function ' '------------------------------------------------------------------------------- ' -function IsItSaved as boolean - '/// IsItSaved - '/// Wait until document is saved. - Dim iLoop as integer - - IsItSaved = FALSE - sleep(3) - for iLoop =1 to 20 - try - 'Calling slot 'IsDocSaving' - IsItSaved = IsDocSaving - catch - IsItSaved = FALSE - endcatch - - if IsItSaved = TRUE then - exit for - end if - sleep(1) - next iLoop - sleep(2) -end function -' -'------------------------------------------------------------------------------- -' function IsItLoaded as boolean '/// IsItLoaded '/// Wait until document is loaded -- cgit From 3697606dbd03af835a2186562175e56312003faa Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 10:01:37 +0100 Subject: vitomation01: #i109696 - Moved function IsItSaved() to c_import_general.inc as this is the only test still using this function --- .../global/tools/includes/required/t_files.inc | 24 --------------------- .../includes/import_general/c_import_general.inc | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 24 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index c425b7ffe752..14e1f99a8105 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -149,31 +149,7 @@ function hGrafikVerknuepftEinfuegen ( Grafik$ ) as Boolean 'GrafikEinfuegenDlg not open endif end function -' -'------------------------------------------------------------------------------- -' -function IsItLoaded as boolean - '/// IsItLoaded - '/// Wait until document is loaded - Dim iLoop as integer - IsItLoaded = FALSE - sleep(3) - for iLoop =1 to 20 - try - 'Calling slot 'IsDocLoading' - IsItLoaded = IsDocLoading - catch - IsItLoaded = FALSE - endcatch - - if IsItLoaded = TRUE then - exit for - end if - sleep(1) - next iLoop - sleep(2) -end function ' '------------------------------------------------------------------------------- ' diff --git a/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc b/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc index e10ae90d4d18..115e8db17be7 100755 --- a/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc +++ b/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc @@ -61,6 +61,31 @@ end sub ' '------------------------------------------------------------------------------- ' +function IsItLoaded as boolean + '/// IsItLoaded + '/// Wait until document is loaded + Dim iLoop as integer + + IsItLoaded = FALSE + sleep(3) + for iLoop =1 to 20 + try + 'Calling slot 'IsDocLoading' + IsItLoaded = IsDocLoading + catch + IsItLoaded = FALSE + endcatch + + if IsItLoaded = TRUE then + exit for + end if + sleep(1) + next iLoop + sleep(2) +end function +' +'------------------------------------------------------------------------------- +' testcase tLoadSpreadsheetDocument (SourceFile) Dim sOnlyFileName as string Dim sOnlyFileExtension as string -- cgit From b0a41696cf00133655d552dbed4765eb0e1553a1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 10:08:22 +0100 Subject: vitomation01: #i109696 - hIsWebPageLoaded() is not called, removed the function --- .../global/tools/includes/required/t_files.inc | 31 ++++------------------ 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index 14e1f99a8105..656af24133d5 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -186,6 +186,11 @@ end function '------------------------------------------------------------------------------- ' function IsImageLoaded + +' used by: +' - hGrafikEinfuegen = IsImageLoaded +' - hGrafikVerknuepftEinfuegen = IsImageLoaded + '/// IsImageLoaded '/// Wait until images in document are loaded Dim i% : Dim Herbert as Boolean @@ -211,32 +216,6 @@ end function ' '------------------------------------------------------------------------------- ' -sub hIsWebPageLoaded as boolean - 'Author: Joerg Sievers - '/// If a document in StarOffice Writer is loaded all 9 items in the - '///+ statusbar are visible otherwise not. - '///+ This sub checks the state of these items. - Dim i as integer - Dim iGibtdenStatusraus as integer - printlog "- global::tools::inc::tfiles.inc::hIsWebPageLoaded" - hIsWebPageLoaded = FALSE - for i = 1 to 20 - Kontext "DocumentWriter" - if DocumentWriter.Exists(3) then - 'Count the items on the status bar. - iGibtdenStatusraus = DocumentWriter.StatusGetItemCount - 'There are nine items on the status bar if the web page has been loaded. - if iGibtdenStatusraus = 9 then - hIsWebPageLoaded = TRUE - exit for - end If - end if - WaitSlot( 3000 ) - next i -end sub -' -'------------------------------------------------------------------------------- -' sub hSys2IntDlg '/// Change from system to StarOffice-internal file-dialog (only for Win32) if gPlatgroup <> "unx" then -- cgit From 81ebe1acc86163cccf9de3c32be965590108dba3 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 10:19:02 +0100 Subject: vitomation01: #i109696 - removed unused functions hSys2IntDlg(), hInt2SysDlg() and hhSysToInt() --- .../global/tools/includes/required/t_files.inc | 37 ---------------------- 1 file changed, 37 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index 656af24133d5..67a51b287caf 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -216,43 +216,6 @@ end function ' '------------------------------------------------------------------------------- ' -sub hSys2IntDlg - '/// Change from system to StarOffice-internal file-dialog (only for Win32) - if gPlatgroup <> "unx" then - Call hhSysToInt ( TRUE ) - endif - gUseSysDlg = FALSE -end sub -' -'------------------------------------------------------------------------------- -' -sub hInt2SysDlg - '/// Change from StarOffice-internal to system file-dialog (only for Win32) - if gPlatgroup <> "unx" then - Call hhSysToInt ( FALSE ) - endif - gUseSysDlg = TRUE -end sub -' -'------------------------------------------------------------------------------- -' -sub hhSysToInt ( bwhats as Boolean ) - '/// subroutine for hSys2IntDlg and hInt2SysDlg - ToolsOptions - hToolsOptions ( "StarOffice", "General" ) - if bwhats = TRUE then - StarOfficeDialogeBenutzen.Check - else - StarOfficeDialogeBenutzen.Uncheck - end if - Sleep 1 - Kontext "OptionenDlg" - OptionenDlg.OK - WaitSlot( 3000 ) -end sub -' -'------------------------------------------------------------------------------- -' function hGetUsedFilter () as string '/// Get used filter for loaded file. try -- cgit From f1d43cb2637dd0cdc0077f8a30d63d98b7ca49c1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 10:23:47 +0100 Subject: vitomation01: #i109696 - removed hFileExport(), it is unused --- .../global/tools/includes/required/t_files.inc | 24 ++-------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index 67a51b287caf..7327609b8820 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -217,6 +217,8 @@ end function '------------------------------------------------------------------------------- ' function hGetUsedFilter () as string + + ' used in math and graphics modules '/// Get used filter for loaded file. try FileSaveAs @@ -230,28 +232,6 @@ end function ' '------------------------------------------------------------------------------- ' -function hFileExport (sName as string, sFilter as string) as boolean - '/// Wrapper function to simplify the use of the export functions, just give a filename and export format. - '///+ INPUT:
    • sName: filename
    • sFilter: "PDF": call export for PDF
    - '///+ RETURN: execution success? - select case sFilter - case "PDF" : '/// use the function 'hExportAsPDF' with RECOMMENDED values /// ' - hFileExport = hExportAsPDFmulti (3, TRUE, sName, FALSE, TRUE, 1, 1) - end select - kontext - if active.exists(5) then - try - printlog active.getText - active.ok - warnLog "i26820 - errormessage about saving" - catch - printlog "pdf unexpected error in hFileExport()" - endcatch - endif -end function -' -'------------------------------------------------------------------------------- -' function hExportAsPDFmulti (iTypeOfCall as integer, bExecute as boolean, sFileName as string, bAutoExtension as boolean, bOverwriteFile as boolean, iRange as integer, iConpression as integer, optional sRange as string) as boolean '/// Export a document to PDF with various options. '///+ INPUT -- cgit From 794a6d5cd52a37d557accff9070971e372bae77f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 10:49:49 +0100 Subject: vitomation01: #i109696 - Added VERBOSE constant (private) to file t_tools3.inc --- testautomation/global/tools/includes/required/t_tools3.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 46a0b5fdf832..d453a6b4e6fc 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -37,6 +37,8 @@ '* '\****************************************************************************** +private const VERBOSE = FALSE + sub hToolbarSelect( sType as string, sOpen as boolean, optional SetToDefault as boolean ) Dim sDefault as integer, sKontext as string, sPosition as integer -- cgit From 66d4e14f1200ea49715da4b6867e0055b2699e9b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 11:13:15 +0100 Subject: vitomation01: #i109696 - experiment: Replace hCloseScriptOrganizer() and hCloseNavigator() with hCloseDIalog() --- .../framework/optional/includes/scripting_organizers.inc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/scripting_organizers.inc b/testautomation/framework/optional/includes/scripting_organizers.inc index c2ea798f6b68..304fa79119d5 100755 --- a/testautomation/framework/optional/includes/scripting_organizers.inc +++ b/testautomation/framework/optional/includes/scripting_organizers.inc @@ -184,7 +184,7 @@ testcase tScriptingOrganizers( iDialog as integer ) endif kontext "ScriptOrganizer" - brc = hCloseScriptOrganizer() + hCloseDialog( ScriptOrganizer, "close" ) printlog( "" ) printlog( "Test 3: Script storage in documents (save/load)" ) @@ -231,7 +231,7 @@ testcase tScriptingOrganizers( iDialog as integer ) endif kontext "ScriptOrganizer" - brc = hCloseScriptOrganizer() + hCloseDialog( ScriptOrganizer, "close" ) try hFileSave @@ -256,7 +256,8 @@ testcase tScriptingOrganizers( iDialog as integer ) iItemCount = hGetNodeCount( ScriptTreeList ) if ( iItemCount <> IDOCPOS ) then warnlog( "Treelist not populated, the test cannot continue" ) - brc = hCloseScriptOrganizer() + kontext "ScriptOrganizer" + hCloseDialog( ScriptOrganizer, "close" ) brc = hDestroyDocument() goto endsub endif @@ -266,9 +267,11 @@ testcase tScriptingOrganizers( iDialog as integer ) warnlog( "Not all libraries/scripts have been deleted" ) endif - brc = hCloseScriptOrganizer() + kontext "ScriptOrganizer" + hCloseDialog( ScriptOrganizer, "close" ) - brc = hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) brc = hDestroyDocument() -- cgit From 00acc2d4a3020ac54a7d7f0aede1677b865a419a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 11:37:44 +0100 Subject: vitomation01: #i109696 - remove hCloseScriptOrganizer(), hCloseDialog() is better --- .../tools/includes/scriptorganizer_tools.inc | 37 ---------------------- 1 file changed, 37 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/scriptorganizer_tools.inc b/testautomation/framework/tools/includes/scriptorganizer_tools.inc index 4ba94454f64c..bd508c23333c 100755 --- a/testautomation/framework/tools/includes/scriptorganizer_tools.inc +++ b/testautomation/framework/tools/includes/scriptorganizer_tools.inc @@ -353,43 +353,6 @@ end function '******************************************************************************* -function hCloseScriptOrganizer() as boolean - - '///

    Close a Script Organizer (Cancel)

    - '///Starting point: Any open Script Organizer
    - '///Input: - '///
      - '///+
    1. Nothing
    2. - '///
    - '///Returns: - '///
      - '///+
    1. Errorcondition (boolean)
    2. - '///
        - '///+
      • TRUE if the Script Organizer was closed
      • - '///+
      • FALSE if the Script Organizer is still open
      • - '///
      - '///
    - '///Description: - '///
      - - - const CFN = "hCloseScriptOrganizer::" - - hCloseScriptOrganizer() = false - - '///+
    • Try to close the script
    • - kontext "ScriptOrganizer" - if ( ScriptOrganizer.exists( 5 ) ) then - ScriptOrganizer.cancel() - hCloseScriptOrganizer() = true - endif - - '///
    - -end function - -'******************************************************************************* - function hOpenRunMacroDialog() as boolean '///

    Open the "Run Macro" dialog

    -- cgit From a91a5fee4e2596d578907c260dbd83c4da4c95eb Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 11:47:49 +0100 Subject: vitomation01: #i109696 - Remove hCloseNavigator(), use hCloseDialog() instead, eliminated function --- .../framework/optional/includes/basic_macros.inc | 9 ++---- .../optional/includes/extras_file_open.inc | 6 ++-- .../optional/includes/extras_modify_objects.inc | 6 ++-- .../optional/includes/filedlg_cjk_files.inc | 3 +- .../optional/includes/filedlg_passwords.inc | 9 ++++-- .../optional/includes/options_ooo_general.inc | 12 ++----- .../framework/optional/includes/standardbar2.inc | 5 +-- .../framework/optional/includes/w_grid_layout1.inc | 37 +++++++++------------- .../required/includes/basic_dialog_i18n.inc | 3 +- .../required/includes/standard_toolbar_6.inc | 6 ++-- .../framework/tools/includes/fileoperations.inc | 3 +- .../framework/tools/includes/toolbar_tools.inc | 3 +- 12 files changed, 49 insertions(+), 53 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index 8a8b3bb1a236..eca589b6f175 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -70,7 +70,8 @@ testcase tMakro_In_All_Apps brc = hCloseBasicIde() printlog( "Close the navigator (Master-doc)" ) - brc = hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) printlog( "Close the document" ) FileClose @@ -94,12 +95,6 @@ endcase testcase tMakro_Dialog - if ( gBuild < 9305 ) then - warnlog( "#i87457# - Application macros assigned to userlayer" ) - goto endsub - endif - - dim brc as boolean dim cMsg as string diff --git a/testautomation/framework/optional/includes/extras_file_open.inc b/testautomation/framework/optional/includes/extras_file_open.inc index 62ad0b7e6587..87bd47fcebbb 100755 --- a/testautomation/framework/optional/includes/extras_file_open.inc +++ b/testautomation/framework/optional/includes/extras_file_open.inc @@ -179,7 +179,8 @@ testcase tOpenObjectsWithFileDialog( cCategory as string ) else printlog( "Close navigator, if open" ) - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) sFileOut = cCategory & "_" & iCurrentTemplate sFileOut = convertpath( sPathOut & sFileOut ) @@ -202,7 +203,8 @@ testcase tOpenObjectsWithFileDialog( cCategory as string ) hHandleActivesOnLoad( 0 , 2 ) printlog( "Close navigator, if open" ) - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) printlog( "Close document" ) hDestroyDocument() diff --git a/testautomation/framework/optional/includes/extras_modify_objects.inc b/testautomation/framework/optional/includes/extras_modify_objects.inc index a2593b321aea..78031855ca16 100755 --- a/testautomation/framework/optional/includes/extras_modify_objects.inc +++ b/testautomation/framework/optional/includes/extras_modify_objects.inc @@ -149,12 +149,14 @@ testcase tModifyObjects( iMode as integer, cCategory as string, sVer as string ) else printlog( "Build filename; save, reload and delete" ) sFile = sPath & cCategory & iObjectFolder & "_" & iObject - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) hFileSaveAsKill( sFile ) hDestroyDocument() hFileOpen( sFile ) hHandleActivesOnLoad( 1 , 2 ) - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) hDestroyDocument() hDeleteFile( sFile ) printlog( "Test cycle done, going for next object." ) diff --git a/testautomation/framework/optional/includes/filedlg_cjk_files.inc b/testautomation/framework/optional/includes/filedlg_cjk_files.inc index f616c6d4567a..4c16d24bb74b 100755 --- a/testautomation/framework/optional/includes/filedlg_cjk_files.inc +++ b/testautomation/framework/optional/includes/filedlg_cjk_files.inc @@ -77,7 +77,8 @@ testcase tSaveLoadDelFilesCJK() hDeleteFile( hGetWorkPath() & cStrangeName ) printlog( "Close navigator, if it exists" ) - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) next iCounter diff --git a/testautomation/framework/optional/includes/filedlg_passwords.inc b/testautomation/framework/optional/includes/filedlg_passwords.inc index 336d075ecf21..1230e3c3fc22 100755 --- a/testautomation/framework/optional/includes/filedlg_passwords.inc +++ b/testautomation/framework/optional/includes/filedlg_passwords.inc @@ -64,7 +64,8 @@ testcase tFiledlgPasswords() hCreateDocument() - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) call hChangeDoc() @@ -170,13 +171,15 @@ testcase tFiledlgPasswords() warnlog( "File Open dislog did not come up" ) endif - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) hDestroyDocument() hDeleteFile( workpath & workfile ) - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) next iCurrentFileFormat diff --git a/testautomation/framework/optional/includes/options_ooo_general.inc b/testautomation/framework/optional/includes/options_ooo_general.inc index bda3b9a24d8f..f4a7892cd60f 100755 --- a/testautomation/framework/optional/includes/options_ooo_general.inc +++ b/testautomation/framework/optional/includes/options_ooo_general.inc @@ -124,10 +124,8 @@ testcase tTextGridDialog_2 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator + hCloseDialog( Navigator, "close" ) '/// In No Grid mode, there should be only 1 page, the focus is before the first line Kontext "DocumentWriter" @@ -173,10 +171,8 @@ testcase tTextGridDialog_3 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator + hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" @@ -224,10 +220,8 @@ testcase tTextGridDialog_4 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator + hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" diff --git a/testautomation/framework/optional/includes/standardbar2.inc b/testautomation/framework/optional/includes/standardbar2.inc index c91a71b1a808..facecea769b0 100755 --- a/testautomation/framework/optional/includes/standardbar2.inc +++ b/testautomation/framework/optional/includes/standardbar2.inc @@ -96,9 +96,10 @@ testcase tStandardBar_2 sleep( 1 ) hMenuselectNr ( iNewButtonItem ) - sleep( 3 ) + hFileWait() ' was sleep( 3 ) - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) select case iNewButtonItem case 1 : Kontext "DocumentWriter" diff --git a/testautomation/framework/optional/includes/w_grid_layout1.inc b/testautomation/framework/optional/includes/w_grid_layout1.inc index b467a7be3ae1..c0d0180ba46c 100644 --- a/testautomation/framework/optional/includes/w_grid_layout1.inc +++ b/testautomation/framework/optional/includes/w_grid_layout1.inc @@ -115,10 +115,9 @@ testcase tTextGridDialog_2 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator + kontext "Navigator" + hCloseDialog( Navigator, "close" ) '/// In No Grid mode, there should be only 1 page, the focus is before the first line Kontext "DocumentWriter" @@ -164,10 +163,9 @@ testcase tTextGridDialog_3 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator + kontext "Navigator" + hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" @@ -215,10 +213,9 @@ testcase tTextGridDialog_4 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator + kontext "Navigator" + hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" @@ -413,13 +410,9 @@ testcase tFontSizeChanges_1 Kontext ViewNavigator Kontext "NavigatorWriter" - if NavigatorWriter.exists(5) then - Seitennummer.SetText "2" - Sleep 5 - else - warnlog "Navigator not available" - endif - hCloseNavigator + Seitennummer.SetText "2" + kontext "Navigator" + hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" sleep 3 @@ -505,7 +498,7 @@ testcase tIndentsTest_1 ViewNavigator Kontext "NavigatorWriter" if Seitennummer.GetText <> sCorrectPage1 then Warnlog "First test :Something wrong in indents test!" - hCloseNavigator + hCloseDialog( Navigator, "close" ) '/// press TAB in second line again Kontext "DocumentWriter" @@ -521,7 +514,7 @@ testcase tIndentsTest_1 ViewNavigator Kontext "NavigatorWriter" if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Second test :Something wrong in indents test!" - hCloseNavigator + hCloseDialog( Navigator, "close" ) Call hCloseDocument endcase @@ -547,7 +540,7 @@ testcase tObjectsTest_1 Sleep 1 Auswahlliste.TypeKeys "" Sleep 1 - hCloseNavigator + hCloseDialog( Navigator, "close" ) Kontext FormatAnchorAsCharacter @@ -559,12 +552,12 @@ testcase tObjectsTest_1 Seitennummer.SetText sCorrectPage2 Sleep 5 if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Something wrong when object is anchored as Character!" - hCloseNavigator + hCloseDialog( Navigator, "close" ) '/// If object is anchored to Character , check if it will NOT snap to the appropriate grid cell fStartupNavigator( "OLEObject" , 1 ) Auswahlliste.TypeKeys "" - hCloseNavigator + hCloseDialog( Navigator, "close" ) Kontext FormatAnchorToCharacter @@ -574,7 +567,7 @@ testcase tObjectsTest_1 Seitennummer.SetText sCorrectPage2 Sleep 5 if Seitennummer.GetText <> sCorrectPage1 then Warnlog "Something wrong when object is anchored to Character!" - hCloseNavigator + hCloseDialog( Navigator, "close" ) Kontext Call hCloseDocument diff --git a/testautomation/framework/required/includes/basic_dialog_i18n.inc b/testautomation/framework/required/includes/basic_dialog_i18n.inc index 5ac437ea1795..5da4420ae7e5 100755 --- a/testautomation/framework/required/includes/basic_dialog_i18n.inc +++ b/testautomation/framework/required/includes/basic_dialog_i18n.inc @@ -43,7 +43,8 @@ testcase tUpdtBasicDialogI18n dim brc as boolean - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) hCreateDocument()' brc = hInitFormControls( "tDialogI18n" ) diff --git a/testautomation/framework/required/includes/standard_toolbar_6.inc b/testautomation/framework/required/includes/standard_toolbar_6.inc index cefde7e900e8..acb7bcd60a71 100755 --- a/testautomation/framework/required/includes/standard_toolbar_6.inc +++ b/testautomation/framework/required/includes/standard_toolbar_6.inc @@ -122,10 +122,12 @@ testcase tStandardBar_6 kontext "documentwriter" DocumentWriter.TypeKeys( "Hallo" ) - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) hDestroyDocument() - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) hDestroyDocument() printlog " - Math" diff --git a/testautomation/framework/tools/includes/fileoperations.inc b/testautomation/framework/tools/includes/fileoperations.inc index 16f57f5cce6a..87416614af8f 100755 --- a/testautomation/framework/tools/includes/fileoperations.inc +++ b/testautomation/framework/tools/includes/fileoperations.inc @@ -70,7 +70,8 @@ function hSaveLoadDelSuccess( cFile as string ) as integer printlog( CFN & "Enter with option: " & cFile & "/" & cFileExt ) '///+
  • Close the navigator if it exists
  • - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) '///+
  • Save the current file, overwriting existing
  • brc = hSaveFileExpectSuccess( cFile , TRUE ) ' save and overwrite diff --git a/testautomation/framework/tools/includes/toolbar_tools.inc b/testautomation/framework/tools/includes/toolbar_tools.inc index 8f7eafc1572b..d8061963f2d9 100755 --- a/testautomation/framework/tools/includes/toolbar_tools.inc +++ b/testautomation/framework/tools/includes/toolbar_tools.inc @@ -79,7 +79,8 @@ function hAccessStandardBar() as boolean endif '///+
  • Close the navigator
  • - hCloseNavigator() + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) '///+
  • Close the document
  • hDestroyDocument() -- cgit From c312b4a184ed8336f9347c58de06d0018bed415e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 11:48:39 +0100 Subject: vitomation01: #i109696 - Remove hCloseNavigator(), use hCloseDialog() instead, eliminated function --- .../global/tools/includes/optional/t_docfuncs.inc | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index eb4b21cd5724..52e25d012b72 100755 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -92,22 +92,6 @@ end function '******************************************************************************* -function hCloseNavigator() as boolean - - '///

    Function to close the navigator

    - const CFN = "global::tools::includes::optional::t_docfuncs.inc::hCloseNavigator::" - - if ( VERBOSE ) then printlog( CFN & "Enter" ) - - Kontext "Navigator" - hCloseNavigator() = hCloseDialog( Navigator , "close, optional" ) - - if ( VERBOSE ) then printlog( CFN & "Exit" ) - -end function - -'******************************************************************************* - function hNumericDocType( doctype as integer ) as string '///

    Convert a numeric expression to a gApplication

    -- cgit From 31523434d2a21afea59178ffae90baaa2962811d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 11:54:16 +0100 Subject: vitomation01: #i109696 - Code simplification in t_docfuncs.inc --- .../global/tools/includes/optional/t_docfuncs.inc | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index 52e25d012b72..7b2ac72f041c 100755 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -229,14 +229,8 @@ function hIdentifyWriterDoc( cString as string, bWarn as boolean ) as boolean DocumentWriter.typeKeys( "" ) '///+
  • copy the string to the clipboard and store it into a variable
  • - try - editcopy - cIdentifier = getClipboardText() - catch - warnlog( "EditCopy failed. Probably the document is empty" ) - cIdentifier = "**** invalid ****" - endcatch - + hUseAsyncSlot( "EditCopy" ) + cIdentifier = getClipboardText() '///+
  • compare the string to the reference (given as parameter)
  • irc = hCompareSubstrings( cIdentifier, cString ) @@ -278,10 +272,8 @@ function hCreateDocument() as boolean iDocCountBefore = getDocumentCount if ( VERBOSE ) then printlog( CFN & "Number of open documents before: " & iDocCountBefore ) - if ( ucase( gApplication ) = "BACKGROUND" ) then - do while( getDocumentCount > 0 ) - hCloseDocument() - loop + if ( gApplication = "BACKGROUND" ) then + hFileCloseAll() hCreateDocument() = true else -- cgit From 4b22ea17247e87b3c2b1c15c645480e64018911f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 12:49:09 +0100 Subject: vitomation01: #i109696 - Code simplification, more slots to hUseAsyncSlot(), more removal of hCloseNavigator --- .../optional/includes/options_ooo_general.inc | 99 ++++++++++------------ .../global/tools/includes/required/t_tools3.inc | 4 + 2 files changed, 48 insertions(+), 55 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/options_ooo_general.inc b/testautomation/framework/optional/includes/options_ooo_general.inc index f4a7892cd60f..4b8437d4e839 100755 --- a/testautomation/framework/optional/includes/options_ooo_general.inc +++ b/testautomation/framework/optional/includes/options_ooo_general.inc @@ -45,7 +45,7 @@ testcase tTextGridDialog_1 if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then Call CheckAsianLanguageSupport("Off") hNewDocument() - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) try Kontext Active.SetPage TabGrid @@ -87,10 +87,8 @@ testcase tTextGridDialog_1 StyleSheet.Select 3 Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - if ( ExtrasOptionenDlg.notExists( 3 ) ) then - printlog( "Options closed" ) - endif + hCloseDialog( ExtrasOptionenDlg, "ok" ) + hCloseDocument() endcase @@ -109,16 +107,15 @@ testcase tTextGridDialog_2 Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) sMakeReadOnlyDocumentEditable - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid endif Kontext "TabGrid" NoGrid.Check - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) + '/// Active navigator dialogue , set page to '2' and wait for a while Kontext @@ -155,7 +152,7 @@ testcase tTextGridDialog_3 '/// + set 10 line/page Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) sMakeReadOnlyDocumentEditable - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -163,9 +160,7 @@ testcase tTextGridDialog_3 Kontext "TabGrid" LinesGrid.Check LinesPerPage.SetText sLinesPerPage - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) '/// Active navigator dialogue , set page to '2' and wait for a while Kontext @@ -203,7 +198,7 @@ testcase tTextGridDialog_4 '/// + set 10 line/page and 9 characters/line Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) sMakeReadOnlyDocumentEditable - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -212,9 +207,7 @@ testcase tTextGridDialog_4 CharsGrid.Check LinesPerPage.SetText sLinesPerPage CharsPerLine.SetText sCharsPerLine - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) '/// Active navigator dialogue , set page to '2' and wait for a while Kontext @@ -242,7 +235,7 @@ testcase tGridDisplay_1 '/// format / page / tabpage Text grid '/// + check "display grid" and check "print grid" - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -250,14 +243,12 @@ testcase tGridDisplay_1 Kontext "TabGrid" CharsGrid.Check Display.Check - Sleep 1 PrintGrid.Check - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) + '/// Print to printer - FilePrint + hUseAsyncSlot( "FilePrint" ) Kontext "Active" if ( Active.Exists( 5 ) ) then if Active.GetRT() = 304 then @@ -292,11 +283,8 @@ testcase tGridDisplay_1 Kontext "TabGrid" CharsGrid.Check Display.Check - Sleep 1 PrintGrid.UnCheck - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) '/// Print to printer FilePrint @@ -342,7 +330,7 @@ testcase tUserDefineLayout_1 '/// Format/page , set lines per page to 20, and set charsets per line to 2 '/// + wait for a moment , then check the the number of lines per page. - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -351,9 +339,7 @@ testcase tUserDefineLayout_1 CharsGrid.Check LinesPerPage.SetText sLinesPerPage - Sleep 2 CharsPerLine.SetText sCharsPerLine - Sleep 2 'This step is no use, just let the LinesPerPage change the number CharsGrid.Check @@ -388,10 +374,9 @@ testcase tFontSizeChanges_1 Kontext "FormatObjectbar" Schriftgroesse.Select "60" Schriftgroesse.TypeKeys "" - Sleep 1 Kontext "DocumentWriter" - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -416,11 +401,11 @@ testcase tFontSizeChanges_1 Kontext "NavigatorWriter" if NavigatorWriter.exists(5) then Seitennummer.SetText "2" - Sleep 5 + kontext "Navigator" + hCloseDialog( Navigator, "close" ) else - warnlog "Navigator not available" + warnlog( "Navigator not open" ) endif - hCloseNavigator Kontext "DocumentWriter" sleep 3 @@ -451,21 +436,20 @@ testcase tRubyText_1 sMakeReadOnlyDocumentEditable Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" - Sleep 1 - FormatRuby + hUseAsyncSlot( "FormatRuby" ) Kontext "RubyDialog" - Sleep 3 - RubyText1.setText sRubyText - Sleep 2 - RubyDialog.OK - Sleep 2 - DialogClose.Click - Sleep 1 + if ( RubyDialog.exists( 3 ) ) then + RubyText1.setText sRubyText + RubyDialog.OK + DialogClose.Click + else + warnlog( "Ruby dialog not open" ) + endif Kontext "DocumentWriter" - FormatAutoformatApply - Sleep 2 + hUseAsyncSlot( "FormatAutoformatApply" ) + WaitSlot( 3000 ) Call DocumentWriter.TypeKeys "" Sleep 2 Call DocumentWriter.TypeKeys "" @@ -506,7 +490,8 @@ testcase tIndentsTest_1 ViewNavigator Kontext "NavigatorWriter" if Seitennummer.GetText <> sCorrectPage1 then Warnlog "First test :Something wrong in indents test!" - hCloseNavigator + kontext "Navigator" + hCloseDialog( Navigator, "cancel" ) '/// press TAB in second line again Kontext "DocumentWriter" @@ -522,7 +507,8 @@ testcase tIndentsTest_1 ViewNavigator Kontext "NavigatorWriter" if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Second test :Something wrong in indents test!" - hCloseNavigator + kontext "Navigator" + hCloseDialog( Navigator, "cancel" ) Call hCloseDocument endcase @@ -548,7 +534,8 @@ testcase tObjectsTest_1 Sleep 1 Auswahlliste.TypeKeys "" Sleep 1 - hCloseNavigator + kontext "Navigator" + hCloseDialog( Navigator, "close" ) Kontext FormatAnchorAsCharacter @@ -558,14 +545,16 @@ testcase tObjectsTest_1 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText sCorrectPage2 - Sleep 5 + WaitSlot( 5000 ) ' Sleep 5 if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Something wrong when object is anchored as Character!" - hCloseNavigator + kontext "Navigator" + hCloseDialog( Navigator, "close" ) '/// If object is anchored to Character , check if it will NOT snap to the appropriate grid cell fStartupNavigator( "OLEObject" , 1 ) Auswahlliste.TypeKeys "" - hCloseNavigator + kontext "Navigator" + hCloseDialog( Navigator, "close" ) Kontext FormatAnchorToCharacter @@ -573,10 +562,10 @@ testcase tObjectsTest_1 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText sCorrectPage2 - Sleep 5 + WaitSlot( 5000 ) ' Sleep 5 if Seitennummer.GetText <> sCorrectPage1 then Warnlog "Something wrong when object is anchored to Character!" - hCloseNavigator - Kontext + kontext "Navigator" + hCloseDialog( Navigator, "close" ) Call hCloseDocument endcase diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index d453a6b4e6fc..e9a4235ff085 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1006,6 +1006,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "fileexport" : FileExport case "filereload" : FileReload( "SynchronMode", TRUE ) case "fileopen" : FileOpen + case "fileprint" : FilePrint case "editdoc" : EditDoc case "editcopy" : EditCopy @@ -1050,7 +1051,9 @@ function hUseAsyncSlot( cSlot as string ) as integer case "formatline" : FormatLine case "formatpositionandsize" : FormatPositionAndSize case "formatfontwork" : FormatFontwork + case "formatpagewriter" : FormatPageWriter case "formatparagraph" : FormatParagraph + case "formatruby" : FormatRuby case "formatstylebold" : FormatStyleBold case "formatungroupdraw" : FormatUngroupDraw case "formatexitgroupdraw" : FormatExitGroupDraw @@ -1062,6 +1065,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "formatwrapcontour" : FormatWrapContour case "formatwrapeditcontour" : FormatWrapEditContour case "formatpagewriter" : FormatPageWriter + case "formatautoformatapply" : FormatAutoformatApply case "insertindexesbibliographyentry" : InsertIndexesBibliographyEntry -- cgit From 0f0cbba8972e742dddff7bbeb5aef882c5d5c632 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 13:02:43 +0100 Subject: vitomation01: #i109696 - Desaster: The content of w_gridlayout was accidentially copied into options_ooo_general.inc (whose content is lost). Moving changes from options_ooo_general into w_grid_layout1.inc before restoring old options_ooo_general.inc --- .../framework/optional/includes/w_grid_layout1.inc | 153 ++++++++++----------- 1 file changed, 75 insertions(+), 78 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/w_grid_layout1.inc b/testautomation/framework/optional/includes/w_grid_layout1.inc index c0d0180ba46c..c160cdd406cd 100644 --- a/testautomation/framework/optional/includes/w_grid_layout1.inc +++ b/testautomation/framework/optional/includes/w_grid_layout1.inc @@ -45,7 +45,7 @@ testcase tTextGridDialog_1 if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then Call CheckAsianLanguageSupport("Off") hNewDocument() - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) try Kontext Active.SetPage TabGrid @@ -63,25 +63,32 @@ testcase tTextGridDialog_1 '/// Check if tabpage 'Text Grid' appears when "Asian Language support" is checked Call CheckAsianLanguageSupport("On") - sleep 5 - FormatPageWriter - Kontext - if Active.exists (10) then - try - Kontext - Active.SetPage TabGrid - Kontext "TabGrid" - TabGrid.Cancel - catch - Kontext - Active.SetPage TabSeite - Kontext "TabSeite" - TabSeite.Cancel - warnlog "Couldn't get Tabpage: Grid Text" - endcatch - else - warnlog "FormatPageWriter didn't bring up ndialog" - endif + hNewDocument + ToolsOptions + hToolsOptions ( "StarOffice", "General" ) + + printlog " - save old data" + lsSave ( 1 ) = Zweistellig.GetText + lbSave ( 1 ) = Aktivieren.IsChecked + Aktivieren.Check + if gPlatgroup = "w95" then + lbSave (2) = StarOfficeDialogeBenutzen.IsChecked + end if + lbSave ( 3 ) = DruckenStatus.IsChecked + lsSave ( 3 ) = StyleSheet.GetSelText + + printlog " - invert/change data" + Zweistellig.SetText "1950" + Zuruecksetzen.Click + if gPlatgroup = "w95" then + if lbSave (2) = TRUE then StarOfficeDialogeBenutzen.Uncheck else StarOfficeDialogeBenutzen.Check + end if + If lbSave ( 3 ) = TRUE then DruckenStatus.Uncheck else DruckenStatus.Check + StyleSheet.Select 3 + + Kontext "ExtrasOptionenDlg" + hCloseDialog( ExtrasOptionenDlg, "ok" ) + hCloseDocument() endcase @@ -100,23 +107,21 @@ testcase tTextGridDialog_2 Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) sMakeReadOnlyDocumentEditable - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid endif Kontext "TabGrid" NoGrid.Check - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) + '/// Active navigator dialogue , set page to '2' and wait for a while Kontext ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText "2" - kontext "Navigator" hCloseDialog( Navigator, "close" ) '/// In No Grid mode, there should be only 1 page, the focus is before the first line @@ -147,7 +152,7 @@ testcase tTextGridDialog_3 '/// + set 10 line/page Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) sMakeReadOnlyDocumentEditable - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -155,16 +160,13 @@ testcase tTextGridDialog_3 Kontext "TabGrid" LinesGrid.Check LinesPerPage.SetText sLinesPerPage - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) '/// Active navigator dialogue , set page to '2' and wait for a while Kontext ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText "2" - kontext "Navigator" hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" @@ -196,7 +198,7 @@ testcase tTextGridDialog_4 '/// + set 10 line/page and 9 characters/line Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) sMakeReadOnlyDocumentEditable - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -205,16 +207,13 @@ testcase tTextGridDialog_4 CharsGrid.Check LinesPerPage.SetText sLinesPerPage CharsPerLine.SetText sCharsPerLine - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) '/// Active navigator dialogue , set page to '2' and wait for a while Kontext ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText "2" - kontext "Navigator" hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" @@ -236,7 +235,7 @@ testcase tGridDisplay_1 '/// format / page / tabpage Text grid '/// + check "display grid" and check "print grid" - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -244,14 +243,12 @@ testcase tGridDisplay_1 Kontext "TabGrid" CharsGrid.Check Display.Check - Sleep 1 PrintGrid.Check - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) + '/// Print to printer - FilePrint + hUseAsyncSlot( "FilePrint" ) Kontext "Active" if ( Active.Exists( 5 ) ) then if Active.GetRT() = 304 then @@ -265,7 +262,7 @@ testcase tGridDisplay_1 else Kontext "Printing" if ( Printing.exists( 2 )) then - printing.cancel() + Printing.OK() Printing.notExists( 5 ) endif @@ -286,11 +283,8 @@ testcase tGridDisplay_1 Kontext "TabGrid" CharsGrid.Check Display.Check - Sleep 1 PrintGrid.UnCheck - Sleep 1 - TabGrid.OK - Sleep 1 + hCloseDialog( TabGrid, "ok" ) '/// Print to printer FilePrint @@ -307,7 +301,7 @@ testcase tGridDisplay_1 else Kontext "Printing" if( Printing.exists( 1 )) then - printing.cancel() + Printing.OK Printing.notExists( 5 ) endif kontext @@ -336,7 +330,7 @@ testcase tUserDefineLayout_1 '/// Format/page , set lines per page to 20, and set charsets per line to 2 '/// + wait for a moment , then check the the number of lines per page. - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -345,16 +339,13 @@ testcase tUserDefineLayout_1 CharsGrid.Check LinesPerPage.SetText sLinesPerPage - Sleep 2 CharsPerLine.SetText sCharsPerLine - Sleep 2 'This step is no use, just let the LinesPerPage change the number CharsGrid.Check if LinesPerPage.GetText <> sExpectLinesPerPage AND LinesPerPage.GetText <> sExpectLinesPerPage1 then - Warnlog( "#i106381# - LInes per page changed" ) - printlog( "The lines per page should be" + sExpectLinesPerPage & " OR " & sExpectLinesPerPage1 & " but get " &LinesPerPage.GetText ) + Warnlog "The lines per page should be" + sExpectLinesPerPage + " OR " + sExpectLinesPerPage1 +" but get " +LinesPerPage.GetText endif TabGrid.Cancel @@ -365,7 +356,6 @@ endcase '------------------------------------------------------------------------- testcase tFontSizeChanges_1 - '/// Change the font size to bigger enough will change the layout Dim testFile , sCorrectResult as String Dim sLinesPerPage , sCharsPerLine as String @@ -384,10 +374,9 @@ testcase tFontSizeChanges_1 Kontext "FormatObjectbar" Schriftgroesse.Select "60" Schriftgroesse.TypeKeys "" - Sleep 1 Kontext "DocumentWriter" - FormatPageWriter + hUseAsyncSlot( "FormatPageWriter" ) Kontext if active.exists(5) then Active.SetPage TabGrid @@ -396,11 +385,11 @@ testcase tFontSizeChanges_1 if TabGrid.exists(5) then sTemp = LinesPerPage.GetText if sTemp <> sLinesPerPage then - Warnlog "The lines per page should be: '" & sLinesPerPage & "'; but get: '" & sTemp & "'" + Warnlog "The lines per page should be: '" + sLinesPerPage + "'; but get: '" + sTemp + "'" endif sTemp = CharsPerLine.GetText if sTemp <> sCharsPerLine then - Warnlog "The chars per line should be: '" & sCharsPerLine & "'; but get: '" &sTemp & "'" + Warnlog "The chars per line should be: '" + sCharsPerLine + "'; but get: '" +sTemp + "'" endif TabGrid.Cancel else @@ -410,9 +399,13 @@ testcase tFontSizeChanges_1 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" - kontext "Navigator" - hCloseDialog( Navigator, "close" ) + if NavigatorWriter.exists(5) then + Seitennummer.SetText "2" + kontext "Navigator" + hCloseDialog( Navigator, "close" ) + else + warnlog( "Navigator not open" ) + endif Kontext "DocumentWriter" sleep 3 @@ -421,7 +414,7 @@ testcase tFontSizeChanges_1 hUseAsyncSlot( "EditCopy" ) sTemp = GetClipboardText if sTemp <> sCorrectResult then - Warnlog "Don't get the expected result , hope to be: '" & sCorrectResult & "'; but get: '" & sTemp & "'" + Warnlog "Don't get the expected result , hope to be: '" + sCorrectResult + "'; but get: '" + sTemp + "'" endif Call hCloseDocument @@ -443,28 +436,27 @@ testcase tRubyText_1 sMakeReadOnlyDocumentEditable Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" - Sleep 1 - FormatRuby + hUseAsyncSlot( "FormatRuby" ) Kontext "RubyDialog" - Sleep 3 - RubyText1.setText sRubyText - Sleep 2 - RubyDialog.OK - Sleep 2 - DialogClose.Click - Sleep 1 + if ( RubyDialog.exists( 3 ) ) then + RubyText1.setText sRubyText + RubyDialog.OK + DialogClose.Click + else + warnlog( "Ruby dialog not open" ) + endif Kontext "DocumentWriter" - FormatAutoformatApply - Sleep 2 + hUseAsyncSlot( "FormatAutoformatApply" ) + WaitSlot( 3000 ) Call DocumentWriter.TypeKeys "" Sleep 2 Call DocumentWriter.TypeKeys "" hUseAsyncSlot( "EditCopy" ) if NOT(GetClipboardText = "5" OR GetClipboardText = "6") then - Warnlog "Don't get the correct result after inserting ruby text! Get " & GetClipboardText + Warnlog "Don't get the correct result after inserting ruby text! Get " + GetClipboardText endif Call hCloseDocument @@ -498,7 +490,8 @@ testcase tIndentsTest_1 ViewNavigator Kontext "NavigatorWriter" if Seitennummer.GetText <> sCorrectPage1 then Warnlog "First test :Something wrong in indents test!" - hCloseDialog( Navigator, "close" ) + kontext "Navigator" + hCloseDialog( Navigator, "cancel" ) '/// press TAB in second line again Kontext "DocumentWriter" @@ -514,7 +507,8 @@ testcase tIndentsTest_1 ViewNavigator Kontext "NavigatorWriter" if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Second test :Something wrong in indents test!" - hCloseDialog( Navigator, "close" ) + kontext "Navigator" + hCloseDialog( Navigator, "cancel" ) Call hCloseDocument endcase @@ -540,6 +534,7 @@ testcase tObjectsTest_1 Sleep 1 Auswahlliste.TypeKeys "" Sleep 1 + kontext "Navigator" hCloseDialog( Navigator, "close" ) Kontext @@ -550,13 +545,15 @@ testcase tObjectsTest_1 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText sCorrectPage2 - Sleep 5 + WaitSlot( 5000 ) ' Sleep 5 if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Something wrong when object is anchored as Character!" + kontext "Navigator" hCloseDialog( Navigator, "close" ) '/// If object is anchored to Character , check if it will NOT snap to the appropriate grid cell fStartupNavigator( "OLEObject" , 1 ) Auswahlliste.TypeKeys "" + kontext "Navigator" hCloseDialog( Navigator, "close" ) Kontext @@ -565,10 +562,10 @@ testcase tObjectsTest_1 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText sCorrectPage2 - Sleep 5 + WaitSlot( 5000 ) ' Sleep 5 if Seitennummer.GetText <> sCorrectPage1 then Warnlog "Something wrong when object is anchored to Character!" + kontext "Navigator" hCloseDialog( Navigator, "close" ) - Kontext Call hCloseDocument endcase -- cgit From 2d4bea112f25b56053c668b779df39a2d68e0205 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 13:08:46 +0100 Subject: vitomation01: #i109696 - restored options_ooo_general.inc from OOO320 branch --- .../optional/includes/options_ooo_general.inc | 603 ++++----------------- 1 file changed, 107 insertions(+), 496 deletions(-) mode change 100755 => 100644 testautomation/framework/optional/includes/options_ooo_general.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/options_ooo_general.inc b/testautomation/framework/optional/includes/options_ooo_general.inc old mode 100755 new mode 100644 index 4b8437d4e839..4bb1ac17c35b --- a/testautomation/framework/optional/includes/options_ooo_general.inc +++ b/testautomation/framework/optional/includes/options_ooo_general.inc @@ -1,16 +1,16 @@ 'encoding UTF-8 Do not remove or change this line! '************************************************************************** '* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -'* +'* '* Copyright 2008 by Sun Microsystems, Inc. '* '* OpenOffice.org - a multi-platform office productivity suite '* -'* $RCSfile: w_grid_layout1.inc,v $ +'* $RCSfile: options_ooo_general.inc,v $ '* -'* $Revision: 1.2 $ +'* $Revision: 1.1 $ '* -'* last change: $Author: jsk $ $Date: 2008-06-17 07:50:24 $ +'* last change: $Author: jsi $ $Date: 2008-06-16 12:18:15 $ '* '* This file is part of OpenOffice.org. '* @@ -31,39 +31,19 @@ '* '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : joerg.skottke@sun.com '* -'* short description : Grid Layout for CJK test in Writer +'* short description : 1. test for general group userdata '* -'\*********************************************************************** - -private const SOURCE_PATH = "framework\optional\input\CJK\" +'\****************************************************************************** -testcase tTextGridDialog_1 +testcase tOOoGeneral - '/// Check if tabpage 'Text Grid' disappears when "Asian Language support" is NOT checked - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then - Call CheckAsianLanguageSupport("Off") - hNewDocument() - hUseAsyncSlot( "FormatPageWriter" ) - try - Kontext - Active.SetPage TabGrid - Kontext "TabGrid" - TabGrid.Cancel - warnlog "Shouldn't get Tabpage: Grid Text" - catch - Kontext - Active.SetPage TabSeite - Kontext "TabSeite" - TabSeite.Cancel - endcatch - endif + dim lsSave (4) as String + dim lbSave (3) as Boolean - '/// Check if tabpage 'Text Grid' appears when "Asian Language support" is checked - Call CheckAsianLanguageSupport("On") + hNewDocument - hNewDocument ToolsOptions hToolsOptions ( "StarOffice", "General" ) @@ -88,485 +68,116 @@ testcase tTextGridDialog_1 Kontext "ExtrasOptionenDlg" hCloseDialog( ExtrasOptionenDlg, "ok" ) - - hCloseDocument() -endcase - -'------------------------------------------------------------------------- - -testcase tTextGridDialog_2 - '/// No grid is active, no changes to existing version - Dim testFile , sCorrectResult as String - - testFile = "gridtest.sxw" - sCorrectResult = "1" - - Call hNewDocument - - '/// open a test file , and check No Grid checkbox - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - - hUseAsyncSlot( "FormatPageWriter" ) - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - NoGrid.Check - hCloseDialog( TabGrid, "ok" ) - - - '/// Active navigator dialogue , set page to '2' and wait for a while - Kontext - ViewNavigator - Kontext "NavigatorWriter" - Seitennummer.SetText "2" - hCloseDialog( Navigator, "close" ) - - '/// In No Grid mode, there should be only 1 page, the focus is before the first line - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - hUseAsyncSlot( "EditCopy" ) - - if GetClipboardText <> sCorrectResult then Warnlog "Something wrong when choosing NoGrid option!" - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tTextGridDialog_3 - '/// Grid (lines only): The page is set up with a defined number of lines - Dim testFile , sCorrectResult , sLinesPerPage as String - - testFile = "gridtest.sxw" - sCorrectResult = "G" - sLinesPerPage = "10" - - Call hNewDocument - - '/// open a test file and check Grid(lines onle) checkbox , - '/// + set 10 line/page - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - hUseAsyncSlot( "FormatPageWriter" ) - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - LinesGrid.Check - LinesPerPage.SetText sLinesPerPage - hCloseDialog( TabGrid, "ok" ) - - '/// Active navigator dialogue , set page to '2' and wait for a while - Kontext - ViewNavigator - Kontext "NavigatorWriter" - Seitennummer.SetText "2" - hCloseDialog( Navigator, "close" ) - - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - hUseAsyncSlot( "EditCopy" ) - - if GetClipboardText <> sCorrectResult then Warnlog "Something wrong when choosing Grid(lines only) option!" - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tTextGridDialog_4 - '/// Grid (lines and characters): The page is set up with a defined number of lines and a defined number of characters in each line - Dim testFile , sCorrectResult as String - Dim sLinesPerPage , sCharsPerLine as String + hCloseDocument - testFile = "gridtest.sxw" - sCorrectResult = "E" - sLinesPerPage = "10" - sCharsPerLine = "9" + printlog " - exit/restart StarOffice" + ExitRestartTheOffice - Call hNewDocument - - '/// open a test file and check Grid(lines and characters) checkbox - '/// + set 10 line/page and 9 characters/line - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - hUseAsyncSlot( "FormatPageWriter" ) - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - CharsGrid.Check - LinesPerPage.SetText sLinesPerPage - CharsPerLine.SetText sCharsPerLine - hCloseDialog( TabGrid, "ok" ) - - '/// Active navigator dialogue , set page to '2' and wait for a while - Kontext - ViewNavigator - Kontext "NavigatorWriter" - Seitennummer.SetText "2" - hCloseDialog( Navigator, "close" ) - - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - hUseAsyncSlot( "EditCopy" ) - - if GetClipboardText <> sCorrectResult then Warnlog "Something wrong when choosing Grid(lines and characters) option!" - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- + printlog " - check data" + ToolsOptions + hToolsOptions ( "StarOffice", "General" ) -testcase tGridDisplay_1 - '/// Print grid: The grid lines will be printed. Inactive if "Display grid" is inactive. - Call hNewDocument + if Zweistellig.GetText <> "1950" then Warnlog "Year ( 2 digits ) => changes not saved: '" + Zweistellig.GetText +"' #i29810" + if Aktivieren.IsChecked <> TRUE then Warnlog "Enable HelpAgent => changes not saved" + Zuruecksetzen.Click + if gPlatgroup = "w95" then + if StarOfficeDialogeBenutzen.IsChecked = lbSave (2) then Warnlog "Use StarOffice dialogs => changes not saved!" + end if + If DruckenStatus.IsChecked = lbSave ( 3 ) then Warnlog "Printing sets 'Document modified' status => changes not saved!" - '/// format / page / tabpage Text grid - '/// + check "display grid" and check "print grid" - hUseAsyncSlot( "FormatPageWriter" ) - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - CharsGrid.Check - Display.Check - PrintGrid.Check - hCloseDialog( TabGrid, "ok" ) + printlog " - 2. change data" + Zweistellig.SetText "1800" + DruckenStatus.UnCheck + Kontext "ExtrasOptionenDlg" + hCloseDialog( ExtrasOptionenDlg, "ok" ) - '/// Print to printer - hUseAsyncSlot( "FilePrint" ) - Kontext "Active" - if ( Active.Exists( 5 ) ) then - if Active.GetRT() = 304 then - Active.Ok() - QAErrorLog "No Default-Printer!" - Kontext "Printing" - if ( Printing.exists( 1 )) then - Printing.Cancel + 'It's a little tricky to reproduce. + if gPlatgroup = "unx" then + hNewDocument() + FilePrint + Kontext "DruckenDLG" + if DruckenDLG.exists(5) then + if gPlatform <> "osx" then + Eigenschaften.click + kontext + active.setPage TabSPAPaper + Kontext "TabSPAPaper" + if TabSPAPaper.exists (5) then + TabSPAPaper.OK + sleep 5 + else + qaErrorlog "Properties of Printer didn't come up." + endif + end if + Kontext "DruckenDLG" + DruckenDLG.OK + ' check state + kontext + if active.exists(5) then + printlog "active: printing failed? '" + active.gettext + "'" + active.ok endif - endif - else - Kontext "Printing" - if ( Printing.exists( 2 )) then - Printing.OK() - Printing.notExists( 5 ) - endif - - kontext "Active" - if active.exists(5) then - qaErrorLog active.getText() - active.ok() - endif - endif - - '/// format / page / tabpage Text grid - '/// + check "display grid" and uncheck "print grid" - FormatPageWriter - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - CharsGrid.Check - Display.Check - PrintGrid.UnCheck - hCloseDialog( TabGrid, "ok" ) - - '/// Print to printer - FilePrint - Kontext "Active" - if ( Active.Exists( 5 ) )then - if Active.GetRT() = 304 then - Active.Ok() - QAErrorLog "No Default-Printer!" - Kontext "Printing" - if ( Printing.exists( 1 )) then - Printing.Cancel() + try + FileSave + qaErrorlog "#i52248# Modify flag is set after printing though option is not set." + kontext "SpeichernDlg" + if SpeichernDlg.exists(5) then + SpeichernDlg.cancel + endif + catch + printlog "#i52248# doesn't come up." + endcatch + else + qaErrorLog "No printer available - resuming." + kontext + if active.exists(5) then + printlog active.getText + active.ok endif - endif - else - Kontext "Printing" - if( Printing.exists( 1 )) then - Printing.OK - Printing.notExists( 5 ) - endif - kontext - if ( active.exists( 2 ) ) then - qaErrorLog active.getText - active.ok - endif - endif - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tUserDefineLayout_1 - '/// Decrease characters per line will cause lines per page decrease accordingly - Dim sLinesPerPage , sCharsPerLine as String - Dim sExpectLinesPerPage , sExpectLinesPerPage1 as String - - sLinesPerPage = "20" - sCharsPerLine = "2" - sExpectLinesPerPage = "2" - sExpectLinesPerPage1 = "3" - - Call hNewDocument - - '/// Format/page , set lines per page to 20, and set charsets per line to 2 - '/// + wait for a moment , then check the the number of lines per page. - hUseAsyncSlot( "FormatPageWriter" ) - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - CharsGrid.Check - - LinesPerPage.SetText sLinesPerPage - CharsPerLine.SetText sCharsPerLine - - 'This step is no use, just let the LinesPerPage change the number - CharsGrid.Check - - if LinesPerPage.GetText <> sExpectLinesPerPage AND LinesPerPage.GetText <> sExpectLinesPerPage1 then - Warnlog "The lines per page should be" + sExpectLinesPerPage + " OR " + sExpectLinesPerPage1 +" but get " +LinesPerPage.GetText - endif - - TabGrid.Cancel - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tFontSizeChanges_1 - '/// Change the font size to bigger enough will change the layout - Dim testFile , sCorrectResult as String - Dim sLinesPerPage , sCharsPerLine as String - dim sTemp as string - - testFile = "FontSizeChanges_1.sxw" - sCorrectResult = "1" - sLinesPerPage = "2" - sCharsPerLine = "9" - - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - - Kontext "FormatObjectbar" - Schriftgroesse.Select "60" - Schriftgroesse.TypeKeys "" - - Kontext "DocumentWriter" - hUseAsyncSlot( "FormatPageWriter" ) - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - if TabGrid.exists(5) then - sTemp = LinesPerPage.GetText - if sTemp <> sLinesPerPage then - Warnlog "The lines per page should be: '" + sLinesPerPage + "'; but get: '" + sTemp + "'" - endif - sTemp = CharsPerLine.GetText - if sTemp <> sCharsPerLine then - Warnlog "The chars per line should be: '" + sCharsPerLine + "'; but get: '" +sTemp + "'" - endif - TabGrid.Cancel - else - warnlog "TabGrid is not available." - endif - - Kontext - ViewNavigator - Kontext "NavigatorWriter" - if NavigatorWriter.exists(5) then - Seitennummer.SetText "2" - kontext "Navigator" - hCloseDialog( Navigator, "close" ) - else - warnlog( "Navigator not open" ) - endif - - Kontext "DocumentWriter" - sleep 3 - Call DocumentWriter.TypeKeys "" - - hUseAsyncSlot( "EditCopy" ) - sTemp = GetClipboardText - if sTemp <> sCorrectResult then - Warnlog "Don't get the expected result , hope to be: '" + sCorrectResult + "'; but get: '" + sTemp + "'" - endif - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tRubyText_1 - '/// If Ruby Text is applied and longer than its Base Text it will stretch over more grid cells than the base text itself. - Dim testFile , sRubyText as String - - testFile = "rubytest.sxw" - sRubyText = "Ruby Test Text ....................." - - Call hNewDocument - - '/// open a test file , and insert long ruby test text - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - - hUseAsyncSlot( "FormatRuby" ) - Kontext "RubyDialog" - if ( RubyDialog.exists( 3 ) ) then - RubyText1.setText sRubyText - RubyDialog.OK - DialogClose.Click - else - warnlog( "Ruby dialog not open" ) - endif - - Kontext "DocumentWriter" - hUseAsyncSlot( "FormatAutoformatApply" ) - WaitSlot( 3000 ) - Call DocumentWriter.TypeKeys "" - Sleep 2 - Call DocumentWriter.TypeKeys "" - hUseAsyncSlot( "EditCopy" ) - - if NOT(GetClipboardText = "5" OR GetClipboardText = "6") then - Warnlog "Don't get the correct result after inserting ruby text! Get " + GetClipboardText - endif - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tIndentsTest_1 - '/// Indents should work and always indenting as close as possible to their measurements by snapping to the appropriate grid cell. Tabs therefore will be ignored. - Dim testFile , sCorrectPage1 , sCorrectPage2 as String - - testFile = "IndentsTest.sxw" - sCorrectPage1 = "1" - sCorrectPage2 = "2" - - Call hNewDocument - - '/// open a test file , and press TAB in second line - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - Sleep 1 - - '/// Active navigator dialogue , check if the page number is 1 - Kontext - ViewNavigator - Kontext "NavigatorWriter" - if Seitennummer.GetText <> sCorrectPage1 then Warnlog "First test :Something wrong in indents test!" - kontext "Navigator" - hCloseDialog( Navigator, "cancel" ) - - '/// press TAB in second line again - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - Sleep 1 - - '/// Active navigator dialogue , check if the page number is 2 - Kontext - ViewNavigator - Kontext "NavigatorWriter" - if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Second test :Something wrong in indents test!" - kontext "Navigator" - hCloseDialog( Navigator, "cancel" ) - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tObjectsTest_1 - '/// If objects are anchored to text they will "wander" with its surrounding text. - '/// If they are anchored as character they will snap to the appropriate grid cell (since they are a character). - Dim testFile , sCorrectPage1 , sCorrectPage2 as String - - testFile = "objectsTest.sxw" - sCorrectPage1 = "1" - sCorrectPage2 = "2" - - Call hNewDocument - - '/// open a test file , and press TAB in second line - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - - '/// If object is anchored as Character , check if it will snap to the appropriate grid cell - fStartupNavigator( "OLEObject" , 1 ) - Sleep 1 - Auswahlliste.TypeKeys "" - Sleep 1 - kontext "Navigator" - hCloseDialog( Navigator, "close" ) + endif + hCloseDocument + endif + + printlog " - check data" + ToolsOptions + hToolsOptions ( "StarOffice", "General" ) - Kontext - FormatAnchorAsCharacter - WaitSlot() + if Zweistellig.GetText <> "1800" then Warnlog "Year ( 2 digits ) => changes not saved : '" + Zweistellig.GetText +"'" + If DruckenStatus.IsChecked <> FALSE then Warnlog "Printing sets 'Document modified' status => changes not saved!" + if StyleSheet.GetSelIndex <> 3 then Warnlog "Style sheet for StarOffice Help => changes not saved!" + printlog " - reset to saved data" + Zweistellig.SetText lsSave ( 1 ) + Aktivieren.Check + Zuruecksetzen.Click + if lbSave (1) = TRUE then Aktivieren.Check else Aktivieren.Uncheck + if gPlatgroup = "w95" then + if lbSave (2) = TRUE then StarOfficeDialogeBenutzen.Check else StarOfficeDialogeBenutzen.UnCheck + end if + If lbSave(3)= TRUE then DruckenStatus.Check else DruckenStatus.UnCheck + StyleSheet.Select lsSave(3) - ViewNavigator - Kontext "NavigatorWriter" - Seitennummer.SetText sCorrectPage2 - WaitSlot( 5000 ) ' Sleep 5 - if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Something wrong when object is anchored as Character!" - kontext "Navigator" - hCloseDialog( Navigator, "close" ) + Kontext "ExtrasOptionenDlg" + hCloseDialog( ExtrasOptionenDlg, "ok" ) - '/// If object is anchored to Character , check if it will NOT snap to the appropriate grid cell - fStartupNavigator( "OLEObject" , 1 ) - Auswahlliste.TypeKeys "" - kontext "Navigator" - hCloseDialog( Navigator, "close" ) + ToolsOptions + hToolsOptions ( "StarOffice", "General" ) - Kontext - FormatAnchorToCharacter + printlog " - check the reset data" + if Zweistellig.GetText <> lsSave ( 1 ) then Warnlog "Year ( 2 digits ) => changes not saved" + if Aktivieren.IsChecked <> lbSave (1) then Warnlog "Enable HelpAgent => changes not saved" + Aktivieren.Check + Zuruecksetzen.Click + if lbSave (1) = TRUE then Aktivieren.Check else Aktivieren.Uncheck + if gPlatgroup = "w95" then + if StarOfficeDialogeBenutzen.IsChecked <> lbSave (2) then Warnlog "Use StarOffice dialogs => changes not saved!" + end if + If DruckenStatus.IsChecked <> lbSave(3) then Warnlog "Printing sets 'Document modified' status => changes not saved!" + if StyleSheet.GetSelText <> lsSave (3) then Warnlog "Style sheet for StarOffice Help => changes not saved!" - ViewNavigator - Kontext "NavigatorWriter" - Seitennummer.SetText sCorrectPage2 - WaitSlot( 5000 ) ' Sleep 5 - if Seitennummer.GetText <> sCorrectPage1 then Warnlog "Something wrong when object is anchored to Character!" - kontext "Navigator" - hCloseDialog( Navigator, "close" ) + Kontext "ExtrasOptionenDlg" + hCloseDialog( ExtrasOptionenDlg, "ok" ) - Call hCloseDocument endcase -- cgit From 8f6c70ecb761aa0f477ab2478c72750cd9297edf Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 13:18:05 +0100 Subject: vitomation01: #i109696 - experiment: Make hClosePropertyBrowser() obsolete --- testautomation/framework/tools/includes/pbrowser_tools.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index dbf91221b1bc..379f8870d66e 100755 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -131,6 +131,11 @@ function hClosePropertyBrowser() as boolean const CFN = "hClosePropertyBrowser::" + kontext "ControlPropertiesTabControl" + hClosePropertyBrowser() = hCloseDialog( ControlPropertiesTabControl, "close" ) + +goto skipall + '///+
  • Verify that the property browser is open
  • kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 1 ) ) then @@ -151,6 +156,7 @@ function hClosePropertyBrowser() as boolean hClosePropertyBrowser() = false endif '/// +skipall: end function -- cgit From 39098a579bf6a7af2f50d0765006d91197c3ed16 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 13:20:52 +0100 Subject: vitomation01: #i109696 - CWS printerpullpages replaced the old DruckenDlg, removed code. --- .../optional/includes/options_ooo_general.inc | 47 ---------------------- 1 file changed, 47 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/options_ooo_general.inc b/testautomation/framework/optional/includes/options_ooo_general.inc index 4bb1ac17c35b..b78621835b33 100644 --- a/testautomation/framework/optional/includes/options_ooo_general.inc +++ b/testautomation/framework/optional/includes/options_ooo_general.inc @@ -92,53 +92,6 @@ testcase tOOoGeneral Kontext "ExtrasOptionenDlg" hCloseDialog( ExtrasOptionenDlg, "ok" ) - 'It's a little tricky to reproduce. - if gPlatgroup = "unx" then - hNewDocument() - FilePrint - Kontext "DruckenDLG" - if DruckenDLG.exists(5) then - if gPlatform <> "osx" then - Eigenschaften.click - kontext - active.setPage TabSPAPaper - Kontext "TabSPAPaper" - if TabSPAPaper.exists (5) then - TabSPAPaper.OK - sleep 5 - else - qaErrorlog "Properties of Printer didn't come up." - endif - end if - Kontext "DruckenDLG" - DruckenDLG.OK - ' check state - kontext - if active.exists(5) then - printlog "active: printing failed? '" + active.gettext + "'" - active.ok - endif - try - FileSave - qaErrorlog "#i52248# Modify flag is set after printing though option is not set." - kontext "SpeichernDlg" - if SpeichernDlg.exists(5) then - SpeichernDlg.cancel - endif - catch - printlog "#i52248# doesn't come up." - endcatch - else - qaErrorLog "No printer available - resuming." - kontext - if active.exists(5) then - printlog active.getText - active.ok - endif - endif - hCloseDocument - endif - printlog " - check data" ToolsOptions hToolsOptions ( "StarOffice", "General" ) -- cgit From 2d58371a77300c8dc80fb8cc0e7b851b7eebc0de Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 13:50:24 +0100 Subject: vitomation01: #i109562 - Use hFileCloseAll() to close multiple windows in a row (was explicitly coded and copied multiple times). Medium risk change, might have to revert --- testautomation/global/system/includes/master.inc | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index 718a7cf066cc..5e87e0ccbf43 100755 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -568,11 +568,11 @@ sub ExitRestartTheOffice (optional sProfPath as String, optional sProfParameter catch endcatch 'Disable Quickstarter internaly - hDisableQuickstarterAPI + hDisableQuickstarterAPI + ' Recover to backingwindow, until resetApplication can handle this - for i = 1 to getDocumentCount - hCloseDocument() - next i + hFileCloseAll() + end sub '------------------------------------------------------------------------- @@ -706,15 +706,7 @@ sub PleaseRecover (sWhat as String) Kontext ' Recover to backingwindow, until resetApplication can handle this - a = getDocumentCount - for i = 1 to a - qaErrorLog "Needed to close window: (" + i + "/"+a+") on " + sWhat - hCloseDocument() - next i - a = getDocumentCount - if a > 0 then - warnlog "Failed to close window; There are still open: " + a - endif + hFileCloseAll() end sub '------------------------------------------------------------------------- -- cgit From 41f008ce7f99d3e4ceffa372f7336d3f7a5b5338 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:11:19 +0100 Subject: vitomation01: #i109562 - Reverted to hClosePropertyBrowser(), the function hCloseDialog() is not usabe in this case. --- testautomation/framework/tools/includes/pbrowser_tools.inc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index 379f8870d66e..b3a00e94b96b 100755 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -128,14 +128,6 @@ function hClosePropertyBrowser() as boolean '///Description: '///
      - - const CFN = "hClosePropertyBrowser::" - - kontext "ControlPropertiesTabControl" - hClosePropertyBrowser() = hCloseDialog( ControlPropertiesTabControl, "close" ) - -goto skipall - '///+
    • Verify that the property browser is open
    • kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 1 ) ) then @@ -156,8 +148,7 @@ goto skipall hClosePropertyBrowser() = false endif '///
    -skipall: - + end function '******************************************************************************* -- cgit From e6edfa9a94a773d3a2eb93b6ce399124b4981d63 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:20:25 +0100 Subject: vitomation01: #i109696 - Removed functions hKillFile() and hKillFileLocal(), they are unused --- .../global/tools/includes/required/t_dir.inc | 21 --------------------- .../global/tools/includes/required/t_dirloc.inc | 21 --------------------- 2 files changed, 42 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dir.inc b/testautomation/global/tools/includes/required/t_dir.inc index 31f9bc210a34..2f2e9503fa2a 100755 --- a/testautomation/global/tools/includes/required/t_dir.inc +++ b/testautomation/global/tools/includes/required/t_dir.inc @@ -65,27 +65,6 @@ end function ' '------------------------------------------------------------------------------- ' -function hKillFile ( Dat as String ) as Boolean - '/// Delete a file - '/// Input: File with complete path - '/// Return: TRUE or FALSE success on deleting? - if app.Dir ( Dat ) <> "" then - try - app.kill ( Dat ) - catch - endcatch - if app.Dir ( Dat ) <> "" then - hKillFile = FALSE - else - hKillFile = TRUE - end if - else - hKillFile = TRUE - end if -end function -' -'------------------------------------------------------------------------------- -' function DirNameList (ByVal sPfad$ , lsDirName() as String ) as Integer '/// seperate a path in its parts '/// Input: Path to seperate; Empty list, because it get's reset in this function!; diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index 6f64df945e64..d050b1de1069 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -64,27 +64,6 @@ end function ' '------------------------------------------------------------------------------- ' -function hKillFileLocal ( Dat as String ) as Boolean - '/// Delete a file - '/// Input: File with complete path - '/// Return: TRUE or FALSE success on deleting? - if Dir ( Dat ) <> "" then - try - kill ( Dat ) - catch - endcatch - if Dir ( Dat ) <> "" then - hKillFileLocal = FALSE - else - hKillFileLocal = TRUE - end if - else - hKillFileLocal = TRUE - end if -end function -' -'------------------------------------------------------------------------------- -' function DirNameListLocal (ByVal sPfad$ , lsDirName() as String ) as Integer '/// seperate a path in its parts '/// Input: Path to seperate; Empty list, because it get's reset in this function!; -- cgit From 8a795875088c2f0d3db245d354b6c68e9e22c393 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:30:39 +0100 Subject: vitomation01: #i109696 - Removed function DirNameListLocal() from t_dirloc.inc. It is unused and contains hard coded path separators - and is maximum badly coded. --- .../global/tools/includes/required/t_dirloc.inc | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index d050b1de1069..79cc8beceed4 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -64,27 +64,6 @@ end function ' '------------------------------------------------------------------------------- ' -function DirNameListLocal (ByVal sPfad$ , lsDirName() as String ) as Integer - '/// seperate a path in its parts - '/// Input: Path to seperate; Empty list, because it get's reset in this function!; - '/// Return: Number on entries in the list; list with entries - Dim i% - Dim Pos% - - lsDirName(0) = 0 - do - Pos% = InStr(1, sPfad$, "\") ' got a path - i% = Val(lsDirName(0) ) + 1 - lsDirName(0) = i% - lsDirName( i% ) = Left( sPfad$, Pos% ) ' .. put in list - sPfad = Mid( sPfad$, Pos% + 1 ) ' ...cut off - loop while Pos%>0 - lsDirName( i% ) = sPfad$ - DirNameListLocal = i% ' count of -end function -' -'------------------------------------------------------------------------------- -' function GetFileNameListLocal ( sPath$, sMatch$ ,lsFile() as String ) as integer '/// Get files from a directory that match the pattern and append them to a list (without path) '/// Input: Directory with complete path; Search Pattern, e.g *.*; List -- cgit From 45bb5029da69123b7a4f0074d0c50b13136cd39b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:39:37 +0100 Subject: vitomation01: #i109696 - Removed GetAllFileListLocal(), it is unused and duplicates GetAllFileList() from t_dir.inc --- .../global/tools/includes/required/t_dirloc.inc | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index 79cc8beceed4..c6f2aef7e387 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -160,27 +160,6 @@ end function ' '------------------------------------------------------------------------------- ' -function GetAllFileListLocal ( byVal sPath$, byVal sMatch$ ,lsFile() as String ) as integer - '/// Get all Files recursiv (including in subdirectories) that match the pattern and append them to a list - '/// Input: Directory with complete path; Search Pattern, e.g *.*; Empty list, because it get's reset in this function!; - '/// Return: Count of appended entries (1. entry is the whole path); updated list - Dim DirCount% : Dim FileCount% : Dim Count% - Dim lsDir(1000) as String - - DirCount% = GetAllDirListLocal ( sPath$, "*", lsDir() ) ' just all directories - FileCount% = 0 - lsFile(0) = 1 - lsFile(1) = sPath$ - - For Count% = 1 to Val( lsDir(0) ) - FileCount% = FileCount% + GetFileListLocal ( lsDir( Count% ), sMatch$, lsFile() ) - next Count% - - GetAllFileListLocal = FileCount% ' count of files -end function -' -'------------------------------------------------------------------------------- -' function KillFileListLocal ( lsList() as String ) as Boolean '/// Delete all files in the list '/// Input: List with files -- cgit From 838a562fbf8cd500f97cfceddbcc7c17e3a54600 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:41:16 +0100 Subject: vitomation01: #i109696 - Removed GetFileSizesLocal(), the function cannot work because filesizes must be retrieved as long integers, integers will not do. --- .../global/tools/includes/required/t_dirloc.inc | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index c6f2aef7e387..5190ea03556b 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -209,23 +209,3 @@ function KillDirListLocal ( lsList() as String ) as Boolean ListAppend ( lsList(), FehlerListe (i) ) next i end function -' -'------------------------------------------------------------------------------- -' -function GetFileSizesLocal ( lsList() as String ) as long - '/// Computes the total Filesize of the files in the list - '/// Input: List with files - '/// Return: Filesize in bytes - Dim iSum - Dim i as Integer - - iSum = 0 - for i=1 to ListCount ( lsList() ) - try - iSum = iSum + FileLen ( lsList(i) ) - catch - endcatch - next i - - GetFileSizesLocal = iSum -end function -- cgit From 9fcccb4d7a274495821e08e8f05252f4ba6dc67d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:44:59 +0100 Subject: vitomation01: #i109696 - Removed KillDirListLocal(), it is unused --- .../global/tools/includes/required/t_dirloc.inc | 23 ---------------------- 1 file changed, 23 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index 5190ea03556b..432eae717710 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -186,26 +186,3 @@ end function ' '------------------------------------------------------------------------------- ' -function KillDirListLocal ( lsList() as String ) as Boolean - '/// Delete all directories in the list - '/// Input: List with directories - '/// Return: TRUE or FALSE if directories are killed; modified list with not deleted directories. - Dim i as Integer - Dim FehlerListe ( 1000 ) as String - - FehlerListe ( 0 ) = 0 - for i=1 to ListCount ( lsList() ) - try - rmDir ( lsList(i) ) - catch - ListAppend ( FehlerListe (), lsList(i) ) - endcatch - next i - - lsList(0) = 0 ' delete old list - KillDirListLocal = TRUE - for i=1 to ListCount ( FehlerListe () ) - KillDirListLocal = FALSE - ListAppend ( lsList(), FehlerListe (i) ) - next i -end function -- cgit From 1ca389cdd3372bbc4e2f4268fa486d482e943420 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:46:41 +0100 Subject: vitomation01: #i109696 - Removed KillFileListLocal(), it is unused --- .../global/tools/includes/required/t_dirloc.inc | 29 ---------------------- 1 file changed, 29 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index 432eae717710..7d81f8e31ab8 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -157,32 +157,3 @@ function GetAllDirListLocal ( byVal sPath$, byVal sMatch$ ,lsFile() as String ) GetAllDirListLocal = Count% - 1 ' count of listelements end function -' -'------------------------------------------------------------------------------- -' -function KillFileListLocal ( lsList() as String ) as Boolean - '/// Delete all files in the list - '/// Input: List with files - '/// Return: TRUE or FALSE if files are killed; modified list with not deleted files. - Dim i as Integer - Dim FehlerListe ( 1000 ) as String - - FehlerListe ( 0 ) = 0 - for i=1 to ListCount ( lsList() ) - try - kill ( lsList(i) ) - catch - ListAppend ( FehlerListe (), lsList(i) ) - endcatch - next i - - lsList(0) = 0 ' delete old list - KillFileListLocal = TRUE - for i=1 to ListCount ( FehlerListe () ) - KillFileListLocal = FALSE - ListAppend ( lsList(), FehlerListe (i) ) - next i -end function -' -'------------------------------------------------------------------------------- -' -- cgit From 64decee4dae0d42de71294518e5730562cd92fb9 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:47:43 +0100 Subject: vitomation01: #i109696 - Removed GetAllDirListLocal(), it is unused --- .../global/tools/includes/required/t_dirloc.inc | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index 7d81f8e31ab8..231a4fa968f9 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -136,24 +136,3 @@ function GetDirListLocal ( sPath$, sMatch$ ,lsFile() as String ) as integer GetDirListLocal = Count% end function -' -'------------------------------------------------------------------------------- -' -function GetAllDirListLocal ( byVal sPath$, byVal sMatch$ ,lsFile() as String ) as integer - '/// Get all directorys recursiv that match the pattern and append them to a list - '/// Input: Directory with complete path; Search Pattern, e.g *; Empty list, because it get's reset in this function!; - '/// Return: Count of appended entries (1. entry is the whole path); updated list - Dim Count% : Dim DirCount% - - DirCount% = 1 ' dummy - Count% = 1 - lsFile(0) = 1 'new list - lsFile(1) = sPath$ 'first path is the calling path - - do until Count%>Val(lsFile(0)) ' get first generation - DirCount% = GetDirListLocal ( lsFile(Count%) , sMatch$, lsFile() ) ' append all subdirectories - Count% = Count% +1 - loop - - GetAllDirListLocal = Count% - 1 ' count of listelements -end function -- cgit From 691d291e49050e0083122c4413117b7827807fba Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:48:28 +0100 Subject: vitomation01: #i109696 - Removed GetDirListLocal(), it is unused --- .../global/tools/includes/required/t_dirloc.inc | 26 ---------------------- 1 file changed, 26 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index 231a4fa968f9..f62ac9725aad 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -110,29 +110,3 @@ function GetFileListLocal ( sPath$, sMatch$ ,lsFile() as String ) as integer loop GetFileListLocal = Count% end function -' -'------------------------------------------------------------------------------- -' -function GetDirListLocal ( sPath$, sMatch$ ,lsFile() as String ) as integer - '/// Get Subdirectories from a directory and append them to a list (with path) - '/// Input: Directory with complete path; Search Pattern, e.g *; List - '/// Return: count of appended entries; updated list - Dim Count% - Dim Verzeichnis as String - - if right ( sPath$, 1 ) <> gPathSigne then sPath$ = sPath$ + gPathSigne - ' at the end of the string has to be teh path seperator, else the dir-command doesn't work - Verzeichnis = Dir( sPath$ + sMatch$ , 16) - Count% = 0 - - do until Len(Verzeichnis) = 0 - if Verzeichnis <>"." AND Verzeichnis <> ".." then - lsFile(0) = Val(lsFile(0)) + 1 - lsFile( lsFile(0) ) = sPath$ + Verzeichnis + gPathSigne - Count% = Count% + 1 - end if - Verzeichnis = Dir - loop - - GetDirListLocal = Count% -end function -- cgit From c17d7ba7691fde3cf36d7e4c8ae96a23c3d67e39 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:49:21 +0100 Subject: vitomation01: #i109696 - Removed GetFileListLocal(), it is unused --- .../global/tools/includes/required/t_dirloc.inc | 24 ---------------------- 1 file changed, 24 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index f62ac9725aad..9ce177afc3ac 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -86,27 +86,3 @@ function GetFileNameListLocal ( sPath$, sMatch$ ,lsFile() as String ) as intege GetFileNameListLocal = Count% ' all files end function -' -'------------------------------------------------------------------------------- -' -function GetFileListLocal ( sPath$, sMatch$ ,lsFile() as String ) as integer - '/// Get files from a directory that match the pattern and append them to a list (with path) - '/// Input: Directory with complete path; Search Pattern, e.g *.*; List - '/// Return: count of appended entries; updated list - Dim Count% - Dim Datname as String - - Count% = 0 - - if right ( sPath$, 1 ) <> gPathSigne then sPath$ = sPath$ + gPathSigne - ' at the end of the string has to be teh path seperator, else the dir-command doesn't work - Datname = Dir( sPath$ + sMatch$ , 0) - - do until Len(Datname) = 0 - lsFile(0) = Val(lsFile(0)) + 1 - lsFile( lsFile(0) ) =sPath$ + Datname - Count% = Count% + 1 - Datname = Dir - loop - GetFileListLocal = Count% -end function -- cgit From 17c2049214df66676062682b27bb238530c5b577 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:51:16 +0100 Subject: vitomation01: #i109696 - Removed hDirectoryExistsLocal(), it is unused --- .../global/tools/includes/required/t_dirloc.inc | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index 9ce177afc3ac..91d4192b3992 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -49,22 +49,10 @@ end function ' '------------------------------------------------------------------------------- ' -function hDirectoryExistsLocal ( Verz as String ) as Boolean - '/// Checks if a directory exists - '/// Input: Directory with complete path - '/// Return: TRUE or FALSE if the directory exists. - ' at the end of the string has to be teh path seperator, else the dir-command doesn't work - if right ( Verz, 1 ) <> gPathSigne then Verz = Verz + gPathSigne - if Dir ( Verz, 16 ) = "" then - hDirectoryExistsLocal = FALSE - else - hDirectoryExistsLocal = TRUE - end if -end function -' -'------------------------------------------------------------------------------- -' function GetFileNameListLocal ( sPath$, sMatch$ ,lsFile() as String ) as integer + + ' DUPLICATE FUNCTION but used in ./global/tools/compressstatus.bas + '/// Get files from a directory that match the pattern and append them to a list (without path) '/// Input: Directory with complete path; Search Pattern, e.g *.*; List '/// Return: count of appended entries; updated list -- cgit From 818d896ed110618b916599e6b2fe87b4557f3f24 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:52:17 +0100 Subject: vitomation01: #i109696 - Removed hFileExistsLocal(), it is unused --- testautomation/global/tools/includes/required/t_dirloc.inc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index 91d4192b3992..fd40b60a21fb 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -36,19 +36,6 @@ '* '\************************************************************************ -function hFileExistsLocal ( Dat as String ) as Boolean - '/// Checks if a file exists - '/// Input: Filename with complete path - '/// Return: TRUE or FALSE if the file exists. - if Dir ( Dat ) = "" then - hFileExistsLocal = FALSE - else - hFileExistsLocal = TRUE - end if -end function -' -'------------------------------------------------------------------------------- -' function GetFileNameListLocal ( sPath$, sMatch$ ,lsFile() as String ) as integer ' DUPLICATE FUNCTION but used in ./global/tools/compressstatus.bas -- cgit From 2b023e15e11fe56eb827b4fedb455ed391773b4e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:54:23 +0100 Subject: vitomation01: #i109696 - Removed GetFileNameListLocal(), it is unused --- .../global/tools/includes/required/t_dirloc.inc | 25 ---------------------- 1 file changed, 25 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc index fd40b60a21fb..5488d55a749a 100755 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ b/testautomation/global/tools/includes/required/t_dirloc.inc @@ -36,28 +36,3 @@ '* '\************************************************************************ -function GetFileNameListLocal ( sPath$, sMatch$ ,lsFile() as String ) as integer - - ' DUPLICATE FUNCTION but used in ./global/tools/compressstatus.bas - - '/// Get files from a directory that match the pattern and append them to a list (without path) - '/// Input: Directory with complete path; Search Pattern, e.g *.*; List - '/// Return: count of appended entries; updated list - Dim Count% - Dim Datname as String - - Count% = 0 - - if right ( sPath$, 1 ) <> gPathSigne then sPath$ = sPath$ + gPathSigne - ' at the end of the string has to be teh path seperator, else the dir-command doesn't work - Datname = Dir( sPath$ + sMatch$ , 0) - - do until Len(Datname) = 0 - Count% = Count% + 1 - lsFile(Count%) = Datname ' append - lsFile(0) = Count% - Datname = Dir - loop - - GetFileNameListLocal = Count% ' all files -end function -- cgit From 0fbd40e3945955145b66a968b8ae214db4c0379d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:56:22 +0100 Subject: vitomation01: #i109696 - Replaced call to GetFileNameListLocal() with GetFileNameList(). --- testautomation/global/tools/compressstatus.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/compressstatus.bas b/testautomation/global/tools/compressstatus.bas index a4166e8f9c7f..365fd985b62f 100755 --- a/testautomation/global/tools/compressstatus.bas +++ b/testautomation/global/tools/compressstatus.bas @@ -148,7 +148,7 @@ function fZip(sDirectory as string, sZipFileName as string) as integer oInfo.Attributes = 0 ' get all files in a directory - getFileNameListLocal (sDirectory+"/","*.txt",lsFile()) + getFileNameList (sDirectory+"/","*.txt",lsFile()) printlog "Going to zip Directory: '" + sDirectory + "'" for i = 1 to listCount(lsFile()) printlog "Going to add: " + i + ": '" + lsFile(i) + "'" -- cgit From 374886bce64f89e6d1f0c13d860bd18bb051d7e7 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:57:43 +0100 Subject: DEL: The file contained exclusively functions that were duplicates to those in t_dir.inc. --- .../global/tools/includes/required/t_dirloc.inc | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100755 testautomation/global/tools/includes/required/t_dirloc.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dirloc.inc b/testautomation/global/tools/includes/required/t_dirloc.inc deleted file mode 100755 index 5488d55a749a..000000000000 --- a/testautomation/global/tools/includes/required/t_dirloc.inc +++ /dev/null @@ -1,38 +0,0 @@ -'************************************************************************** -'* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -'* -'* Copyright 2008 by Sun Microsystems, Inc. -'* -'* OpenOffice.org - a multi-platform office productivity suite -'* -'* $RCSfile: t_dirloc.inc,v $ -'* -'* $Revision: 1.1 $ -'* -'* last change: $Author: jsi $ $Date: 2008-06-13 10:27:10 $ -'* -'* This file is part of OpenOffice.org. -'* -'* OpenOffice.org is free software: you can redistribute it and/or modify -'* it under the terms of the GNU Lesser General Public License version 3 -'* only, as published by the Free Software Foundation. -'* -'* OpenOffice.org is distributed in the hope that it will be useful, -'* but WITHOUT ANY WARRANTY; without even the implied warranty of -'* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -'* GNU Lesser General Public License version 3 for more details -'* (a copy is included in the LICENSE file that accompanied this code). -'* -'* You should have received a copy of the GNU Lesser General Public License -'* version 3 along with OpenOffice.org. If not, see -'* -'* for a copy of the LGPLv3 License. -'* -'/************************************************************************ -'* -'* owner : thorsten.bosbach@sun.com -'* -'* short description : functions for directories and files; execution happens in the testtool -'* -'\************************************************************************ - -- cgit From 7c514e603e8a13b7501b5c710338e75914199348 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 1 Mar 2010 14:59:55 +0100 Subject: vitomation01: #i109696 - Removed any reference to deleted file t_dirloc.inc --- testautomation/global/system/includes/master.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index 5e87e0ccbf43..17dc3982192c 100755 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -316,7 +316,6 @@ end sub sub LoadGlobalIncludeFiles '///Load all important global files. use "global\tools\includes\required\t_dir.inc" '///+
  • t_dir: Routines to parse directories (methods execute on the office side)
  • - use "global\tools\includes\required\t_dirloc.inc" '///+
  • t_dirloc: Routines to parse directories (execute on the testtool side)
  • use "global\tools\includes\required\t_doc1.inc" '///+
  • t_doc1: Global routines to work on office documents (I)
  • use "global\tools\includes\required\t_doc2.inc" '///+
  • t_doc2: Global routines to work on office documents (II)
  • use "global\tools\includes\required\t_files.inc" '///+
    • t_files: Routines to open/save/print files
    • -- cgit From 4e81c9a7435d287477934e2a4d0c60ad0cf7ddb1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 08:50:17 +0100 Subject: vitomation01: #i109696 - Removed wrapper function hDirectoryExists(). This function - in addition to the built in function FileExists() also checked for the file type (verifying that the object is a rela directory, not a file) but this functionality was not explicitly requested by any function call. The function was only used to determine whether an object of given name exists. If this is not the case it is created. So the function provided unused functionality. --- .../global/tools/includes/required/t_dir.inc | 23 ++-------------------- .../global/tools/includes/required/t_tools1.inc | 6 +++--- .../xml/optional/includes/docbook_001.inc | 2 +- testautomation/xml/tools/includes/xmltool1.inc | 2 +- 4 files changed, 7 insertions(+), 26 deletions(-) mode change 100644 => 100755 testautomation/xml/optional/includes/docbook_001.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dir.inc b/testautomation/global/tools/includes/required/t_dir.inc index 2f2e9503fa2a..8fa858faf3c2 100755 --- a/testautomation/global/tools/includes/required/t_dir.inc +++ b/testautomation/global/tools/includes/required/t_dir.inc @@ -37,30 +37,11 @@ '* '\************************************************************************ -function hFileExists ( Dat as String ) as Boolean +function hFileExists ( file as String ) as Boolean '/// Checks if a file exists '/// Input: Filename with complete path '/// Return: TRUE or FALSE if the file exists. - if app.Dir ( Dat ) = "" then - hFileExists = FALSE - else - hFileExists = TRUE - end if -end function -' -'------------------------------------------------------------------------------- -' -function hDirectoryExists ( Verz as String ) as Boolean - '/// Checks if a directory exists - '/// Input: Directory with complete path - '/// Return: TRUE or FALSE if the directory exists. - ' at the end of the string has to be teh path seperator, else the dir-command doesn't work - if right ( Verz, 1 ) <> gPathSigne then Verz = Verz + gPathsigne - if app.Dir ( Verz, 16 ) = "" then - hDirectoryExists = FALSE - else - hDirectoryExists = TRUE - end if + hFileExists() = FileExists( file ) end function ' '------------------------------------------------------------------------------- diff --git a/testautomation/global/tools/includes/required/t_tools1.inc b/testautomation/global/tools/includes/required/t_tools1.inc index bba3e098f108..4f7cf969fe0a 100755 --- a/testautomation/global/tools/includes/required/t_tools1.inc +++ b/testautomation/global/tools/includes/required/t_tools1.inc @@ -418,10 +418,10 @@ sub DialogTest( Window, optional iNumber as integer) 'save with respect to application and language sCapturePath = ConvertPath (gOfficePath + "user\work\screenshots"+iSprache+"\") sPicName = sCapturePath + lCase(gApplication) + 'create directory if it doesn't exist - if hDirectoryExists(sPicName) <> TRUE then - mkdir (sPicName) - end if + if ( not FileExists(sPicName) ) then mkdir sPicName + sPicName = sPicName + sName try sleep 1 diff --git a/testautomation/xml/optional/includes/docbook_001.inc b/testautomation/xml/optional/includes/docbook_001.inc old mode 100644 new mode 100755 index a084fdee59fd..38f13921478b --- a/testautomation/xml/optional/includes/docbook_001.inc +++ b/testautomation/xml/optional/includes/docbook_001.inc @@ -49,7 +49,7 @@ sub tDocBookXMLtestdocs exit sub end if 'Calculating how many documents are in that directory (max. 500) - if hDirectoryExists(sSourcePath) then + if FileExists(sSourcePath) then 'Get the file list and put it in a list (max. 500 per directory!) call GetAllFileList(sSourcePath, "*.xml" , sSourceDocuments()) iNumberOfDocuments = ListCount(sSourceDocuments()) diff --git a/testautomation/xml/tools/includes/xmltool1.inc b/testautomation/xml/tools/includes/xmltool1.inc index 4adbabb78fc1..0c240d1b4b09 100755 --- a/testautomation/xml/tools/includes/xmltool1.inc +++ b/testautomation/xml/tools/includes/xmltool1.inc @@ -49,7 +49,7 @@ sub CreateWorkXMLExportDir ( DirName as string ) Dim Isliste(200) as string Dim i, BornToKill printlog "Checking work-dir & creating '" & gOfficePath & ConvertPath(DirName) & "'." - if hDirectoryExists ( gOfficePath & ConvertPath(DirName) ) = TRUE then + if ( FileExists( gOfficePath & ConvertPath( DirName) ) then OutputPath = gOfficePath & ConvertPath(DirName) IsListe(0) = 0 GetFileList ( OutputPath , "*", IsListe() ) -- cgit From 263994914d04267498f202dd0a4b528c7dc12800 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 09:10:47 +0100 Subject: vitomation01: #i109696 - Removed wrapper function hFileExists() - it does exactly the same as the builtin function FileExists() plus some overhead. --- testautomation/global/system/includes/inivalue.inc | 4 +-- .../global/tools/includes/required/t_dir.inc | 9 ------- .../global/tools/includes/required/t_tools3.inc | 2 +- .../optional/includes/global/g_autocorrection.inc | 2 +- .../graphics/optional/includes/global/id_006.inc | 2 +- .../graphics/required/includes/global/id_006.inc | 2 +- testautomation/math/optional/includes/m_101_.inc | 20 +++++---------- .../includes/import_general/c_import_general.inc | 2 +- .../optional/includes/drawing/w_drawing_tools1.inc | 4 +-- .../optional/includes/drawing/w_drawing_tools2.inc | 2 +- .../writer/optional/includes/fields/w_fields2.inc | 2 +- .../writer/optional/includes/fields/w_fields4.inc | 30 +++++++++++----------- .../writer/optional/includes/fields/w_fields5.inc | 8 +++--- .../writer/optional/includes/fields/w_fields7.inc | 4 +-- .../optional/includes/loadsave/w_loadsave.inc | 2 +- .../optional/includes/section/w_section_4.inc | 8 +++--- .../optional/includes/spellcheck/w_spellcheck.inc | 10 ++++---- testautomation/writer/required/includes/w_007_.inc | 8 +++--- testautomation/writer/tools/includes/w_tool4.inc | 2 +- 19 files changed, 53 insertions(+), 70 deletions(-) mode change 100644 => 100755 testautomation/writer/optional/includes/loadsave/w_loadsave.inc (limited to 'testautomation') diff --git a/testautomation/global/system/includes/inivalue.inc b/testautomation/global/system/includes/inivalue.inc index db575562b39e..b283be6d5aac 100755 --- a/testautomation/global/system/includes/inivalue.inc +++ b/testautomation/global/system/includes/inivalue.inc @@ -248,7 +248,7 @@ sub DateiSperren( Datei$ ) '///+ OUTPUT: - ///' Dim i% - if hFileExists ( Datei$ ) <> TRUE then + if FileExists ( Datei$ ) <> TRUE then Warnlog "File '" + Datei$ + "' doesn't exist; exiting now!" exit sub end if @@ -270,7 +270,7 @@ sub DateiFreigeben( Datei$ ) '///+ OUTPUT: - ///' Dim i% - if hFileExists ( Datei$ ) <> TRUE then + if FileExists ( Datei$ ) <> TRUE then Warnlog "File '" + Datei$ + "' doesn't exist; exiting now!" exit sub end if diff --git a/testautomation/global/tools/includes/required/t_dir.inc b/testautomation/global/tools/includes/required/t_dir.inc index 8fa858faf3c2..0f2929f8187f 100755 --- a/testautomation/global/tools/includes/required/t_dir.inc +++ b/testautomation/global/tools/includes/required/t_dir.inc @@ -37,15 +37,6 @@ '* '\************************************************************************ -function hFileExists ( file as String ) as Boolean - '/// Checks if a file exists - '/// Input: Filename with complete path - '/// Return: TRUE or FALSE if the file exists. - hFileExists() = FileExists( file ) -end function -' -'------------------------------------------------------------------------------- -' function DirNameList (ByVal sPfad$ , lsDirName() as String ) as Integer '/// seperate a path in its parts '/// Input: Path to seperate; Empty list, because it get's reset in this function!; diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index e9a4235ff085..cbd634dbe4ed 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -950,7 +950,7 @@ function hIsAccessbridgeInstalled() as boolean sAccessBridgeFolder = "Java Access Bridge" sCompareString = sProgramFiles & "\" & sAccessBridgeFolder & "\AccessBridgeTester.class" sAccessibilityCompare = "with accessibility support" - if hFileExists(sCompareString) = True then + if ( FileExists( sCompareString ) ) then AccessbridgeIsInstalled = True else ToolsOptions diff --git a/testautomation/graphics/optional/includes/global/g_autocorrection.inc b/testautomation/graphics/optional/includes/global/g_autocorrection.inc index 21cda12dc6f4..b4104e8be4f8 100755 --- a/testautomation/graphics/optional/includes/global/g_autocorrection.inc +++ b/testautomation/graphics/optional/includes/global/g_autocorrection.inc @@ -153,7 +153,7 @@ testcase tToolsAutocorrectCustomQuotes(bSimple as boolean) sFileName = (ConvertPath ( gTesttoolPath + "graphics\required\input\rightfont." + ExtensionString)) endif - if hFileExists ( sFileName ) = FALSE then + if FileExists ( sFileName ) = FALSE then warnlog "The language-file was not found or accessible! The test ends." goto endsub endif diff --git a/testautomation/graphics/optional/includes/global/id_006.inc b/testautomation/graphics/optional/includes/global/id_006.inc index fb774c22acb2..63c010b73eab 100755 --- a/testautomation/graphics/optional/includes/global/id_006.inc +++ b/testautomation/graphics/optional/includes/global/id_006.inc @@ -110,7 +110,7 @@ testcase tiToolsThesaurus else sFileName = (ConvertPath (gTesttoolPath + "graphics\required\input\engtext.odg")) end if - if hFileExists ( sFileName ) = FALSE then + if FileExists ( sFileName ) = FALSE then warnlog "The language-file was not found or accessible! The test ends." goto endsub end if diff --git a/testautomation/graphics/required/includes/global/id_006.inc b/testautomation/graphics/required/includes/global/id_006.inc index d7a3834f64b7..bdb389356bdd 100755 --- a/testautomation/graphics/required/includes/global/id_006.inc +++ b/testautomation/graphics/required/includes/global/id_006.inc @@ -126,7 +126,7 @@ testcase tiToolsThesaurus else sFileName = (ConvertPath (gTesttoolPath + "graphics\required\input\engtext.odg")) end if - if hFileExists ( sFileName ) = FALSE then + if FileExists ( sFileName ) = FALSE then warnlog "The language-file was not found or accessible! The test ends." goto endsub end if diff --git a/testautomation/math/optional/includes/m_101_.inc b/testautomation/math/optional/includes/m_101_.inc index 4139e688f1f5..99975aae1dfe 100755 --- a/testautomation/math/optional/includes/m_101_.inc +++ b/testautomation/math/optional/includes/m_101_.inc @@ -435,7 +435,7 @@ testcase tFilePrint DokumentWriter.MouseUp 99,99 sFileName = convertpath( gOfficePath + "user/work/math/level1/ftc_a.odt") - if (hFileExists(sFileName)) then + if (FileExists(sFileName)) then '/// goto end of page; insert page break ///' kontext "DokumentWriter" DokumentWriter.typeKeys "" @@ -666,20 +666,12 @@ function hSpeichernUnterMitFilterKillTBO (sFileName as String, sFilterName, opti Dim bAlienNotAllowed as boolean sDerName = ConvertPath (sFileName) - - if hFileExists (sDerName) = TRUE then - try - app.kill (sDerName) - catch - Exceptlog - endcatch - end if - - if FileExists(sDerName) then - warnlog "file '" & sDerName & "' couldn't be deleted. Exiting function now..." + if ( not hDeleteFile( sDerName ) ) then + warnlog( "Aborting function because the file could not be deleted: " & sDerName ) + hSpeichernUnterMitFilterKillTBO() = FALSE exit function - end if - + endif + sleep (1) FileSaveAs Kontext "SpeichernDlg" diff --git a/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc b/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc index 115e8db17be7..d30270217d74 100755 --- a/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc +++ b/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc @@ -146,7 +146,7 @@ function fCalcFileOpen (sDocName as string, optional bLinked as boolean) as bool sSourceFile = ConvertPath ( sDocName ) fCalcFileOpen = TRUE - if hFileExists (sSourceFile) = FALSE then + if FileExists (sSourceFile) = FALSE then warnlog "fCalcFileOpen: '" + sSourceFile + "' does not exists!" fCalcFileOpen = FALSE else diff --git a/testautomation/writer/optional/includes/drawing/w_drawing_tools1.inc b/testautomation/writer/optional/includes/drawing/w_drawing_tools1.inc index 5c65be67cb2d..d2f2a6038a74 100755 --- a/testautomation/writer/optional/includes/drawing/w_drawing_tools1.inc +++ b/testautomation/writer/optional/includes/drawing/w_drawing_tools1.inc @@ -931,7 +931,7 @@ testcase tLine_6 soeFile = ConvertPath(gOfficePath + "user\work\standard_reserver.soe") soeDefaultFile = ConvertPath(gOfficePath + "user\config\standard.soe") - if hFileExists ( soeFile ) then app.kill ( soeFile ) + if FileExists ( soeFile ) then app.kill ( soeFile ) PrintLog "- check the attributes in format/line/arrow styles" @@ -1013,7 +1013,7 @@ testcase tLine_6 Kontext Kontext "TabLinienenden" - if hFileExists ( soeDefaultFile ) then app.kill ( soeDefaultFile ) + if FileExists ( soeDefaultFile ) then app.kill ( soeDefaultFile ) Speichern.Click Kontext diff --git a/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc b/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc index 463ef593930c..8034ea4de275 100755 --- a/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc +++ b/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc @@ -616,7 +616,7 @@ testcase tGroup_12 PrintLog "- Edit object group via Menu Format/Group/Edit Group" sDocument = ConvertPath ( gOfficePath +"user\work\tGroup_12.odt") - if hFileExists ( sDocument ) then app.kill ( sDocument ) + if FileExists ( sDocument ) then app.kill ( sDocument ) Call hNewDocument diff --git a/testautomation/writer/optional/includes/fields/w_fields2.inc b/testautomation/writer/optional/includes/fields/w_fields2.inc index 06f5df39a68d..357110518806 100755 --- a/testautomation/writer/optional/includes/fields/w_fields2.inc +++ b/testautomation/writer/optional/includes/fields/w_fields2.inc @@ -407,7 +407,7 @@ testcase tDocumentFilename ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if diff --git a/testautomation/writer/optional/includes/fields/w_fields4.inc b/testautomation/writer/optional/includes/fields/w_fields4.inc index 0331c701032d..cf72bd3edce1 100755 --- a/testautomation/writer/optional/includes/fields/w_fields4.inc +++ b/testautomation/writer/optional/includes/fields/w_fields4.inc @@ -283,7 +283,7 @@ testcase tDocInformationUserDefined ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if @@ -367,7 +367,7 @@ testcase tDocInformationCreated ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if @@ -481,7 +481,7 @@ testcase tDocInformationModified ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if @@ -497,7 +497,7 @@ testcase tDocInformationModified printlog "Doc Information - Modified" '/// Doc Information - Modified - if hFileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) + if FileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) Call hNewDocument @@ -591,7 +591,7 @@ testcase tDocInformationModified endcatch end if - if hFileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) + if FileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) endcase @@ -618,7 +618,7 @@ testcase tDocInformationModifiedSavefile ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if @@ -631,7 +631,7 @@ testcase tDocInformationModifiedSavefile sFixResult(1) = "08/18/2000" sFixResult(2) = "11:40:11" - if hFileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) + if FileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) printlog "Doc Information - Modified (save file)" '/// Doc Information - Modified (save file) @@ -713,7 +713,7 @@ testcase tDocInformationModifiedSavefile endcatch end if - if hFileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) + if FileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) endcase @@ -737,7 +737,7 @@ testcase tDocInformationPrinted ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if @@ -866,13 +866,13 @@ testcase tDocInformationRevisionnumber ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if sSaveasFile = ConvertPath (gOfficePath + "user\work\tDocInformationRevisionnumber.sxw" ) - if hFileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) + if FileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) printlog "Doc Information - Revision number" '/// Doc Information - Revision number @@ -945,7 +945,7 @@ testcase tDocInformationRevisionnumber endcatch end if - if hFileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) + if FileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) endcase @@ -965,13 +965,13 @@ testcase tDocInformationTotaleditingtime ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if sSaveasFile = ConvertPath (gOfficePath + "user\work\tDocInformationRevisionnumber.sxw" ) - if hFileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) + if FileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) printlog "Doc Information - Tatal editing time" '/// Doc Information - Tatal editing time @@ -1033,7 +1033,7 @@ testcase tDocInformationTotaleditingtime endcatch end if - if hFileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) + if FileExists ( sSaveAsFile ) then app.kill ( sSaveAsFile ) endcase diff --git a/testautomation/writer/optional/includes/fields/w_fields5.inc b/testautomation/writer/optional/includes/fields/w_fields5.inc index 2dd0be24a5cc..3c9834ef90fe 100755 --- a/testautomation/writer/optional/includes/fields/w_fields5.inc +++ b/testautomation/writer/optional/includes/fields/w_fields5.inc @@ -691,7 +691,7 @@ testcase tVariablesDDEFieldManual printlog "DDE field - manual" '/// DDE field - manual - if hFileExists ( sDDEFile ) then app.kill ( sDDEFile ) + if FileExists ( sDDEFile ) then app.kill ( sDDEFile ) Call hNewDocument @@ -759,7 +759,7 @@ testcase tVariablesDDEFieldManual Call hCloseDocument - if hFileExists ( sDDEFile ) then app.kill ( sDDEFile ) + if FileExists ( sDDEFile ) then app.kill ( sDDEFile ) endcase @@ -784,7 +784,7 @@ testcase tVariablesDDEFieldAutomatic printlog "DDE field - automatic" '/// DDE field - automatic - if hFileExists ( sDDEFile ) then app.kill ( sDDEFile ) + if FileExists ( sDDEFile ) then app.kill ( sDDEFile ) Call hNewDocument @@ -838,7 +838,7 @@ testcase tVariablesDDEFieldAutomatic Call hCloseDocument - if hFileExists ( sDDEFile ) then app.kill ( sDDEFile ) + if FileExists ( sDDEFile ) then app.kill ( sDDEFile ) endcase diff --git a/testautomation/writer/optional/includes/fields/w_fields7.inc b/testautomation/writer/optional/includes/fields/w_fields7.inc index c73408d4702f..264d3ccb7240 100755 --- a/testautomation/writer/optional/includes/fields/w_fields7.inc +++ b/testautomation/writer/optional/includes/fields/w_fields7.inc @@ -226,7 +226,7 @@ testcase tL10NtestDate ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if @@ -349,7 +349,7 @@ testcase tL10NtestTime ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if diff --git a/testautomation/writer/optional/includes/loadsave/w_loadsave.inc b/testautomation/writer/optional/includes/loadsave/w_loadsave.inc old mode 100644 new mode 100755 index fd927b339685..9544b37ffbbc --- a/testautomation/writer/optional/includes/loadsave/w_loadsave.inc +++ b/testautomation/writer/optional/includes/loadsave/w_loadsave.inc @@ -454,7 +454,7 @@ testcase tExportTop5FormatsIntoTop5 Call hCloseDocument Loop printlog " - check if file exists" - if hFileExists (sCurrentSaveFile) then + if FileExists (sCurrentSaveFile) then printlog " - success" printlog " - reload previously saved file" if hFileOpenWithFilter(sCurrentSaveFile, sCurrentSaveFilter) = true then diff --git a/testautomation/writer/optional/includes/section/w_section_4.inc b/testautomation/writer/optional/includes/section/w_section_4.inc index 64b91832a41d..8c7270da0cbe 100755 --- a/testautomation/writer/optional/includes/section/w_section_4.inc +++ b/testautomation/writer/optional/includes/section/w_section_4.inc @@ -1196,11 +1196,11 @@ testcase tScenarioSection_1 j = UBound(SectionName) - if hFileExists ( MasterDoc ) then app.kill ( MasterDoc ) + if FileExists ( MasterDoc ) then app.kill ( MasterDoc ) For i = 0 to j tempFile = Convertpath( gOfficePath + "user\work\" + SectionName(i) ) - if hFileExists ( tempFile ) then app.kill ( tempFile ) + if FileExists ( tempFile ) then app.kill ( tempFile ) next i '/// open testdocument (tScenarioSection_1.sxw) /// @@ -1316,11 +1316,11 @@ testcase tScenarioSection_2 j = UBound(SectionName) - if hFileExists ( MasterDoc ) then app.kill ( MasterDoc ) + if FileExists ( MasterDoc ) then app.kill ( MasterDoc ) For i = 0 to j tempFile = Convertpath( gOfficePath + "user\work\" + SectionName(i) ) - if hFileExists ( tempFile ) then app.kill ( tempFile ) + if FileExists ( tempFile ) then app.kill ( tempFile ) next i '/// open testdocument (tScenarioSection_2.sxw) /// diff --git a/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc b/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc index f455d37e6c8a..4ad243236cfa 100755 --- a/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc +++ b/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc @@ -58,7 +58,7 @@ testcase tToolsSpellcheckWithShortcut '/// Check if Spellcheck dialog comes up with shortcut 'F7' printlog " Open document where the formatting is set to the language we wish to test." TheFile = Convertpath (gTesttoolpath + "writer\optional\input\spellcheck\spellcheck_" + iSprache + ".odt") - if hFileExists ( TheFile ) <> TRUE then + if FileExists ( TheFile ) <> TRUE then Warnlog "Found no Document for the language you're testing in, Please inform the Test-Developer." exit sub end if @@ -126,7 +126,7 @@ testcase tToolsSpellcheckCorrect Dim FFText as String TheFile = Convertpath (gTesttoolpath + "writer\optional\input\spellcheck\spellcheck_" + iSprache + ".odt") - if hFileExists ( TheFile ) <> TRUE then + if FileExists ( TheFile ) <> TRUE then Warnlog "Found no Document for the language you're testing in, Please inform the Test-Developer." exit sub end if @@ -225,7 +225,7 @@ testcase tToolsSpellcheck1Mistake Dim TheFile as String TheFile = Convertpath (gTesttoolpath + "writer\optional\input\spellcheck\spellcheck_" + iSprache + ".odt") - if hFileExists ( TheFile ) <> TRUE then + if FileExists ( TheFile ) <> TRUE then Warnlog "Found no Document for the language you're testing in, Please inform the Test-Developer." exit sub end if @@ -732,7 +732,7 @@ testcase tToolsSpellcheckAutomatic Dim TheFile as String TheFile = Convertpath (gTesttoolpath + "writer\optional\input\spellcheck\spellcheck_" + iSprache + ".odt") - if hFileExists ( TheFile ) <> TRUE then + if FileExists ( TheFile ) <> TRUE then Warnlog "Found no Document for the language you're testing in, Please inform the Test-Developer." exit sub end if @@ -1244,7 +1244,7 @@ testcase tToolsThesaurus printlog " Open document where the formatting is set to the language we wish to test." TheFile = Convertpath (gTesttoolpath + "writer\optional\input\spellcheck\spellcheck_" + iSprache + ".odt") - if hFileExists ( TheFile ) <> TRUE then + if FileExists ( TheFile ) <> TRUE then Warnlog "Found no Document for the language you're testing in, Please inform the Test-Developer." exit sub end if diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc index 056145bdbf37..3796efda4c59 100755 --- a/testautomation/writer/required/includes/w_007_.inc +++ b/testautomation/writer/required/includes/w_007_.inc @@ -86,7 +86,7 @@ testcase tToolsSpellcheck printlog " Open document where the formatting is set to the language we wish to test." TheFile = Convertpath (gTesttoolpath + "writer\optional\input\spellcheck\spellcheck_" + iSprache + ".odt") - if ( not hFileExists ( TheFile ) ) then + if ( not FileExists ( TheFile ) ) then Warnlog "Found no Document for the language you're testing in, Please inform the Test-Developer." goto endsub end if @@ -249,7 +249,7 @@ testcase tToolsThesaurus printlog " Open document where the formatting is set to the language we wish to test." TheFile = Convertpath (gTesttoolpath + "writer\optional\input\spellcheck\spellcheck_" + iSprache + ".odt") - if ( not hFileExists ( TheFile ) ) then + if ( not FileExists ( TheFile ) ) then Warnlog "Found no Document for the language you're testing in, Please inform the Test-Developer." goto endsub end if @@ -345,7 +345,7 @@ testcase tToolsHyphenation LingFile = str$(iSprache) + "-hyph.dat" end select - if ( not hFileExists( DieDatei ) ) then + if ( not FileExists( DieDatei ) ) then Warnlog "No defined Errortext for language: " + isprache + "! Exit!" goto endsub end if @@ -1238,7 +1238,7 @@ testcase tMasterDocToolsHyphenation end select sTestFile = convertpath( sTestFile ) - if ( not hFileExists( sTestFile ) )then + if ( not FileExists( sTestFile ) )then Warnlog "No defined Errortext for language: " + isprache + "! Exit!" goto endsub end if diff --git a/testautomation/writer/tools/includes/w_tool4.inc b/testautomation/writer/tools/includes/w_tool4.inc index c14ab5c33649..32a0b8143200 100755 --- a/testautomation/writer/tools/includes/w_tool4.inc +++ b/testautomation/writer/tools/includes/w_tool4.inc @@ -149,7 +149,7 @@ function wGetSpellcheckDocumentName(xCategory as integer) as string end select if sReturn <> "None" then - if hFileExists(sTemp) then + if FileExists(sTemp) then sReturn = sTemp else sReturn = "Empty" -- cgit From 979c68ead0c3cf791cac87df14d1ef5e81b89fac Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 09:39:55 +0100 Subject: vitomation01: #i109696 - Removed unused function PfadExtract() --- .../global/tools/includes/required/t_dir.inc | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dir.inc b/testautomation/global/tools/includes/required/t_dir.inc index 0f2929f8187f..f71bbf5ff070 100755 --- a/testautomation/global/tools/includes/required/t_dir.inc +++ b/testautomation/global/tools/includes/required/t_dir.inc @@ -250,25 +250,6 @@ end function ' '------------------------------------------------------------------------------- ' -function PfadExtract ( sFiledat$ ) as string - '/// Get the path from a file - '/// Input: file with path - '/// Return: path without the filename - Dim s$ : Dim i% : Dim k% - dim ls(25) as String - - s$ = "" - i% = DirNameList( sFileDat$, ls() ) - k% = 2 - do until K%>=i% - ls( 1 ) = ls( 1 ) + ls(k%) - k% = k% +1 - loop - PfadExtract = Left( ls(1), Len(ls( 1 ))-1) -end function -' -'------------------------------------------------------------------------------- -' function hPfadname (Dateipfad$) as string '/// Get the path from a file '/// Input: file with path -- cgit From 2fe513e9f29c3989b2a3d6d2f6ec2703dd4ba8dd Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 09:40:36 +0100 Subject: vitomation01: #i109696 - Removed unused function PfadName() --- .../global/tools/includes/required/t_dir.inc | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dir.inc b/testautomation/global/tools/includes/required/t_dir.inc index f71bbf5ff070..6ab56512494e 100755 --- a/testautomation/global/tools/includes/required/t_dir.inc +++ b/testautomation/global/tools/includes/required/t_dir.inc @@ -250,24 +250,6 @@ end function ' '------------------------------------------------------------------------------- ' -function hPfadname (Dateipfad$) as string - '/// Get the path from a file - '/// Input: file with path - '/// Return: path without the filename - dim wh as integer - - for wh = len(Dateipfad$) to 1 step -1 - if mid(Dateipfad$,wh,1) = gPathSigne then - hpfadname = left(Dateipfad$,wh) - exit for - else - hpfadname = Dateipfad$ - end if - next wh -end function -' -'------------------------------------------------------------------------------- -' function DateiExtract ( sFileDat$ ) '/// Get the filename from a path '/// Input: path with file -- cgit From 61fa83db2355e2d9ed92bbbfdf70ac8e8401dcec Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 09:46:18 +0100 Subject: vitomation01: #i109696 - Done removing unused functions. --- testautomation/global/tools/includes/required/t_dir.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_dir.inc b/testautomation/global/tools/includes/required/t_dir.inc index 6ab56512494e..cff9b9456642 100755 --- a/testautomation/global/tools/includes/required/t_dir.inc +++ b/testautomation/global/tools/includes/required/t_dir.inc @@ -251,7 +251,7 @@ end function '------------------------------------------------------------------------------- ' function DateiExtract ( sFileDat$ ) - '/// Get the filename from a path + '/// Get the filename from a path '/// Input: path with file '/// Return: filename without the path Dim i% -- cgit From e3cc573b75daad5fbe87f3b59f738aaf269a05cf Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 10:48:34 +0100 Subject: vitomation01: Removed testcase func_LoadSaveGeneral_1 (it is broken and not called anywhere anymore) alongside with three other global functions only used herein --- .../framework/optional/includes/options_ls_2.inc | 313 --------------------- .../global/tools/includes/required/t_tools2.inc | 63 ----- 2 files changed, 376 deletions(-) delete mode 100755 testautomation/framework/optional/includes/options_ls_2.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/options_ls_2.inc b/testautomation/framework/optional/includes/options_ls_2.inc deleted file mode 100755 index bf6fba5ab953..000000000000 --- a/testautomation/framework/optional/includes/options_ls_2.inc +++ /dev/null @@ -1,313 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -'* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -'* -'* Copyright 2008 by Sun Microsystems, Inc. -'* -'* OpenOffice.org - a multi-platform office productivity suite -'* -'* $RCSfile: options_ls_2.inc,v $ -'* -'* $Revision: 1.1 $ -'* -'* last change: $Author: jsi $ $Date: 2008-06-16 12:18:15 $ -'* -'* This file is part of OpenOffice.org. -'* -'* OpenOffice.org is free software: you can redistribute it and/or modify -'* it under the terms of the GNU Lesser General Public License version 3 -'* only, as published by the Free Software Foundation. -'* -'* OpenOffice.org is distributed in the hope that it will be useful, -'* but WITHOUT ANY WARRANTY; without even the implied warranty of -'* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -'* GNU Lesser General Public License version 3 for more details -'* (a copy is included in the LICENSE file that accompanied this code). -'* -'* You should have received a copy of the GNU Lesser General Public License -'* version 3 along with OpenOffice.org. If not, see -'* -'* for a copy of the LGPLv3 License. -'* -'/************************************************************************ -'* -'* owner : thorsten.bosbach@sun.com -'* -'* short description : (functionality test for load/save group) -'* -'\****************************************************************************** - -testcase func_LoadSaveGeneral_1 - - warnlog( "#i95523# - cannot access custom tabpage on document info dialog" ) - goto endsub - - Dim bSave as boolean, bPromptSave as boolean - Dim sSaveTime as String - Dim sFilename, sFilebak as String - Dim i as Integer - - gApplication = "WRITER" - - - sFilename = ConvertPath ( gOfficePath + "user\work\o_save.sxw" ) - sFilebak = ConvertPath ( gOfficePath + "user\backup\o_save.bak" ) - - if app.Dir ( sFilename ) <> "" then app.kill ( sFilename ) - if app.Dir ( sFilebak ) <> "" then app.kill ( sFilebak ) - - printlog " - save" - printlog " - document properties before saving" - printlog " open a new document" - hNewDocument - - Kontext "DocumentWriter" - DocumentWriter.TypeKeys "tools/options/load-save/general: save-> edit document properties before saving" - printlog " open tools / options / load & save / general" - ToolsOptions - hToolsOptions ( "LoadSave", "General" ) - - printlog " check 'document properties before saving'" - bSave = DokumenteigenschaftenBearbeiten.IsChecked - DokumenteigenschaftenBearbeiten.Check - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (2) - printlog " save the document" - - FileSaveAs - Kontext "SpeichernDlg" - Dateiname.SetText sFilename - Sleep (1) - Speichern.Click - Sleep (1) - kontext - 'overwrite warning on rerun - if active.exists(3) then - active.yes - endif - - printlog " activate all tabpages on properties dialog and cancel it" - try - Kontext - active.SetPage( TabDokument) - active.SetPage TabDokumentinfo - active.SetPage TabBenutzer - active.SetPage TabInternet - active.SetPage TabStatistik - Kontext "TabStatistik" - TabStatistik.Cancel - catch - Warnlog "Perhaps the document properties aren't active after saving => the dialog come not up after file save!" - endcatch - - printlog " - always create backup copy" - Kontext "DocumentWriter" - DocumentWriter.TypeKeys "tools/options/load-save/general: save-> always create backup copy" - printlog " open tools / options / load & save / general" - ToolsOptions - hToolsOptions ( "LoadSave", "General" ) - - if bSave = TRUE then DokumenteigenschaftenBearbeiten.Check else DokumenteigenschaftenBearbeiten.UnCheck - bSave = Sicherungskopie.IsChecked - Sicherungskopie.Check - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) - - if app.Dir ( sFilebak ) <> "" then Warnlog "Before saving the document the backup-file exists!" - hFileSave - if app.Dir ( sFilebak ) = "" then Warnlog "After saving the document the backup-file doesn't exists => BUG!" - - printlog " - autosave : after 1 min, with prompt" - Kontext "DocumentWriter" - DocumentWriter.TypeKeys "tools/options/load-save/general: save-> autosave after 1 min with prompt" - ToolsOptions - hToolsOptions ( "LoadSave", "General" ) - - if bSave = TRUE then Sicherungskopie.Check else Sicherungskopie.UnCheck - bSave = AutomatischSpeichern.IsChecked - AutomatischSpeichern.Check - sSaveTime = 15 'debug - - Minuten.SetText "2" - - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (130) - - for i=1 to 2 - Kontext "Active" - if Active.Exists (3) then - Active.Yes - Kontext "SpeichernDlg" - if SpeichernDlg.Exists then SpeichernDlg.Cancel - Sleep (2) - printlog "Active came up :-) " + i - else - printlog "Active didn't come up :-( " + i - end if - next i - - printlog " - close the document and check the saved data" - hCloseDocument ' closes the document with 'discard' - hFileOpen ( sFilename ) -kontext -if active.exists(5) then -warnlog active.gettext -goto endsub -endif - ' This part compares the content of the file after reload with text entered - ' during the entire test. It should contain three lines of text. - printlog( " - Compare the content of the file with the text entered during the test." ) - printlog( " First line..." ) - Kontext "DocumentWriter" - DocumentWriter.TypeKeys "", 5 - DocumentWriter.TypeKeys "" - DocumentWriter.TypeKeys "" - EditCopy - WaitSlot() - if lcase ( GetClipboardText ) <> "tools/options/load-save/general: save-> edit document properties before saving" then Warnlog "The first sentence is wrong!" - - printlog( " Second line..." ) - DocumentWriter.TypeKeys "" - DocumentWriter.TypeKeys "" - DocumentWriter.TypeKeys "" - EditCopy - WaitSlot() - if lcase ( GetClipboardText ) <> "tools/options/load-save/general: save-> always create backup copy" then Warnlog "The second sentence is wrong!" - - printlog( " Third line..." ) - DocumentWriter.TypeKeys "" - DocumentWriter.TypeKeys "" - DocumentWriter.TypeKeys "" - EditCopy - WaitSlot() - if lcase ( GetClipboardText ) <> "tools/options/load-save/general: save-> autosave after 1 min with prompt" then Warnlog "The third sentence is wrong!" - - hCloseDocument - - printlog " - load the backup-file" - hOpenFile ( sFilebak ) - - Kontext "Filterauswahl" - if Filterauswahl.Exists(2) then - warnlog "Is bugId 107399 present? => Detection of our own fileformar fails when the extension is not the standard extension!" - Filterauswahl.Close - else - Kontext "DocumentWriter" - DocumentWriter.TypeKeys "", 5 - DocumentWriter.TypeKeys "" - DocumentWriter.TypeKeys "" - EditCopy - - WaitSlot() - - if GetClipboardText <> "" then - call hCloseDocument - else - warnlog "Perhaps the bak-file was not loaded. => Verify BugID 86607!" - end if - end if - - printlog " - reset options" - ToolsOptions - hToolsOptions ( "LoadSave", "General" ) - AutomatischSpeichern.Check - Minuten.SetText sSaveTime - if bSave = TRUE then AutomatischSpeichern.Check else AutomatischSpeichern.UnCheck - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - -endcase - -' > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * -' > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * > * -testcase func_LoadSaveGeneral_2 - Dim bSave as Boolean - Dim sFilename, sFilename2, sCharSet as String - - const ICWAIT as integer = 1 - - - sFilename = ConvertPath ( gOfficePath + "user\work\o_save_1.html" ) - sFilename2 = ConvertPath ( gOfficePath + "user\work\o_save_2.html" ) - - if app.dir ( sFilename ) <> "" then app.kill ( sFilename ) - if app.dir ( sFilename2 ) <> "" then app.kill ( sFilename2 ) - - printlog " - save" - printlog " - save URL relative to" - - if bAsianLan = TRUE then - sCharSet = GetHTMLCharSet - if SetHTMLCharSetToUTF8 = FALSE then - Warnlog "The test cannot find the UTF8 Character Set for HTML-Export. The test can have many errors at saving HTML-Files!" - else - printlog "The Character Set for HTML-Export is now Unicode UTF8!" - end if - end if - - gApplication = "HTML" - hNewDocument - - if gNetzInst = TRUE then - hGrafikEinfuegen ( ConvertPath ( gNetzOfficePath + "share\gallery\photos\desert1.jpg" ) ) - else - hGrafikEinfuegen ( ConvertPath ( gOfficePath + "share\gallery\photos\desert1.jpg" ) ) - end if - - printlog " - relative to filesystem" - ToolsOptions - hToolsOptions ( "LoadSave", "General" ) - - bSave = URLimDateisystem.IsChecked - URLimDateisystem.Check - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (2) - - printlog " save the HTML file" - hFileSaveAs ( sFilename ) - - printlog " check the relativ path in source code of HTML file" - Call URLGraphicCheck ( TRUE, sFilename ) - - printlog " - relative to filesystem ( unchecked )" - ToolsOptions - hToolsOptions ( "LoadSave", "General" ) - - URLimDateisystem.UnCheck - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (2) - - printlog " save the HTML file" - hFileSaveAs ( sFilename2 ) - - printlog " check the hard coded path in source code of HTML file" - Call URLGraphicCheck ( FALSE, sFilename2 ) - - hCloseDocument - - printlog " - reset the options" - ToolsOptions - hToolsOptions ( "LoadSave", "General" ) - - if bSave = TRUE then URLimDateisystem.Check else URLimDateisystem.UnCheck - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (2) - - printlog "No test for 'relative to internet'" - - if bAsianLan = TRUE then - printlog Chr(13 ) + "Reset the Character Set back to default : " + sCharSet - SetHTMLCharSet ( sCharSet ) - end if - - gApplication = "WRITER" -endcase - - diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc index f5fa7bb01cf7..d4084b7e119a 100755 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -148,69 +148,6 @@ function hSetLocaleStrings (fLocale as String, TBOstringLocale() as String ) as hSetLocaleStrings = bFoundLanguage end function -'------------------------------------------------------------------------- - -sub GetHTMLCharSet as String -'///function to get the Character Set for HTML export -'///+(tools/options/load&save/HTML compatibility -> Character Set) - ToolsOptions - hToolsOptions ( "LoadSave", "HTMLCompatibility" ) - GetHTMLCharSet = Zeichensatz.GetSelText - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK -end sub - -'------------------------------------------------------------------------- - -sub SetHTMLCharSet ( CharSet as String ) -'///routine to set the Character Set for HTML export -'///+( tools/options/load&save/HTML compatibility -> Character Set ) - ToolsOptions - hToolsOptions ( "LoadSave", "HTMLCompatibility" ) - Zeichensatz.Select CharSet - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK -end sub - -'------------------------------------------------------------------------- - -sub SetHTMLCharSetToUTF8 as Boolean -'///function to set the Character Set for HTML export to 'Unicode UTF8' -'///+( tools/options/load&save/HTML compatibility -> Character Set ) - Dim i as Integer - Dim sDum as String - - ToolsOptions - hToolsOptions ( "LoadSave", "HTMLCompatibility" ) - - for i=1 to Zeichensatz.GetItemCount - sDum = Zeichensatz.GetItemText (i) - if Instr ( lcase (sDum), "utf-8" ) <> 0 then - Zeichensatz.Select (i) - i=1000 - else - if Instr ( lcase (sDum), "utf8" ) <> 0 then - Zeichensatz.Select (i) - i=1000 - else - if Instr ( lcase (sDum), "utf 8" ) <> 0 then - Zeichensatz.Select (i) - i=1000 - end if - end if - end if - next i - if i<1000 then - SetHTMLCharSetToUTF8 = FALSE - else - SetHTMLCharSetToUTF8 = TRUE - end if - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK -end sub - -'------------------------------------------------------------------------- - function dec(Ref as integer) '/// decrement variable, call it like 'dec variable' ///' ' reference or value .-) an excursion :-)) -- cgit From dc24fd35904c844c3d6384168a7305cd207bf154 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 13:04:10 +0100 Subject: vitomation01: #i109696 - t_tools2.inc - removed unused function ActivateAutoPilot --- .../global/tools/includes/required/t_tools2.inc | 125 --------------------- 1 file changed, 125 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc index d4084b7e119a..70d2a173fb25 100755 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -164,131 +164,6 @@ function inc(Ref as integer) Ref = Ref + 1 end function -'------------------------------------------------------------------------- - -function ActivateAutoPilot ( sWhichOne as String ) as Boolean -'Author: TZ -'///Routine to activate (WebPage Autopilot, Form Autopilot, Documentconverter and Euroconveter) -'///Open via menu items (not via SlotID or Macro URL) -'///input: Which Autopilot (webpage, form, documentconverter, euroconverter,addressdatasource) -'///output:
      • TRUE: Autopilot is open
      • FALSE: Autopilot can not be opened
      - Dim bIsLoaded as boolean, LoadTime as integer, PrintTime as Integer - - bIsLoaded = FALSE - LoadTime = 0 - - select case gApplication - case "WRITER" - Kontext "DocumentWriter" - DocumentWriter.UseMenu - case "HTML" - Kontext "DocumentWriterWeb" - DocumentWriterWeb.UseMenu - case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - DocumentMasterDoc.UseMenu - case "CALC" - Kontext "DocumentCalc" - DocumentCalc.UseMenu - case "IMPRESS" - Kontext "DocumentImpress" - DocumentImpress.UseMenu - case "DRAW" - Kontext "DocumentDraw" - DocumentDraw.UseMenu - case "MATH" - Kontext "DocumentMath" - DocumentMath.UseMenu - case else - Kontext "DocumentWriter" - DocumentWriter.UseMenu - end select - sleep(2) - hMenuSelectNr(1) - sleep(2) - hMenuSelectNr(4) - sleep(2) - - select case lcase (sWhichOne) - case "webpage" : hMenuSelectNr(5) - case "documentconverter" : hMenuSelectNr(6) - case "euroconverter" : hMenuSelectNr(7) - case "addressdatasource" : hMenuSelectNr(8) - end select - sleep(5) - - while bIsLoaded = False - while LoadTime < 20 - PrintTime = LoadTime * 3 - select case lcase ( sWhichOne ) - case "webpage" : Kontext "AutopilotWebPage" - if AutopilotWebPage.Exists(1) then - bIsLoaded = true - printlog "Autopilot is loaded in " + PrintTime + " seconds!" - LoadTime = 20 - ActivateAutoPilot = TRUE - end if - case "report" : Kontext "AutoPilotReport" - if AutoPilotReport.Exists(1) then - bIsLoaded = true - printlog "Autopilot is loaded in " + PrintTime + " seconds!" - LoadTime = 20 - ActivateAutoPilot = TRUE - end if - case "form" : Kontext "ChooseDatabase" - if ChooseDatabase.Exists(1) then - bIsLoaded = true - printlog "Autopilot is loaded in " + PrintTime + " seconds!" - LoadTime = 20 - ActivateAutoPilot = TRUE - end if - case "documentconverter" : Kontext "DocumentConverter" - if DocumentConverter.Exists(1) then - bIsLoaded = true - printlog "Autopilot is loaded in " + PrintTime + " seconds!" - LoadTime = 20 - ActivateAutoPilot = TRUE - end if - case "euroconverter" : Kontext "AutoPilotEuroKonverter" - if AutoPilotEuroKonverter.Exists(1) then - bIsLoaded = true - printlog "Autopilot is loaded in " + PrintTime + " seconds!" - LoadTime = 20 - ActivateAutoPilot = TRUE - end if - case "addressdatasource" : Kontext "AddressSourceAutopilot" - if AddressSourceAutopilot.Exists(1) then - bIsLoaded = true - printlog "Autopilot is loaded in " + PrintTime + " seconds!" - LoadTime = 20 - ActivateAutoPilot = TRUE - end if - - end select - 'NOTE: Maybe a messagebox occurs. - Kontext "Active" - if Active.Exists (1) then - warnlog Active.GetText - try - Active.OK - catch - Active.Cancel - endcatch - ActivateAutoPilot = FALSE - end if - sleep(1) - LoadTime = LoadTime + 1 - if LoadTime = 20 and bIsLoaded = False then - warnlog "Autopilot has not been loaded!" - ActivateAutoPilot = FALSE - bIsLoaded = TRUE - end if - wend - wend -end function - -'------------------------------------------------------------------------- - function SetURL ( sURL as String ) 'Author: TZ '/// Routine to open a special URL with file open-dialog -- cgit From 1e03fc40cc5223b1901a7aa0549c2224f9d6506c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 13:05:04 +0100 Subject: vitomation01: #i109696 - t_tools2.inc - removed unused function SetURL() --- testautomation/global/tools/includes/required/t_tools2.inc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc index 70d2a173fb25..c67727679471 100755 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -164,17 +164,6 @@ function inc(Ref as integer) Ref = Ref + 1 end function -function SetURL ( sURL as String ) -'Author: TZ -'/// Routine to open a special URL with file open-dialog -'/// input: The URL as string - FileOpen - Kontext "OeffnenDlg" - Dateiname.SetText sURL - Oeffnen.Click - wait 500 -end function - '------------------------------------------------------------------------- function fGetFileText (sFilename as string, iCount as long) as string -- cgit From 1be5a10cf34b26e5c432d59e2fde881bccada5eb Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 13:08:38 +0100 Subject: vitomation01: #i109696 - t_tools2.inc - moved function fGetFileText() to graphics/optional/includes/global/export_graphic_2.inc, this is the only test that uses this function. --- .../global/tools/includes/required/t_tools2.inc | 90 ---------------------- .../optional/includes/global/export_graphic_2.inc | 88 +++++++++++++++++++++ 2 files changed, 88 insertions(+), 90 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc index c67727679471..d01270f95360 100755 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -166,96 +166,6 @@ end function '------------------------------------------------------------------------- -function fGetFileText (sFilename as string, iCount as long) as string -'/// This function is for getting the first or last n characters of a file -'///+Input:
      • filename
      • number
      If the number greater 0 then get n characters from start. -'///+A number smaller 0 get from end of file. -'///+Output:
      • string with n characters
      - - dim iFile as integer ' filehandle - dim iTem as integer ' get 2 bytes of the file - dim iTemByte(2) as integer ' move 1 byte from iTem in each item - dim sTemp as string ' string of file - dim iSize as long ' size in bytes of file - dim i as long ' runner :-) - - iFile = FreeFile -' Printlog "FreeFile: " + iFile - if (dir (sFilename) <> "") then -' Printlog "FileLen: " + FileLen(sFile) - Open sFilename For binary access read shared As #iFile -' Printlog "Loc: " + Loc(#iFile) ' LONG! where am i in the file? - - iSize = Lof(#iFile) ' get size in bytes of file - if (iSize > 65530) then '65536 = 64kB - 'Warnlog "fGetFileText: file '" + sFilename + "' might get problems on reading it? size is > 65530 Byte: '" + iSize + "'" - else -' printlog "iSize: " + iSize - endif - - sTemp = "" - if (iCount >= 0) then ' get bytes from file start - get iFile,1,sTemp ' get max 64kByte; but not the 1st 2 bytes :-( - get iFile,1,iTem ' get the first 2 bytes of the file - iTemByte(2) = (iTem AND &H0000FF00) \ &H100 ' and seperate the bytes - iTemByte(1) = (iTem AND &H000000FF) - sTemp = chr(iTemByte(1)) + chr(iTemByte(2)) + sTemp ' put them together - else ' get bytes from file end - if ((iSize+iCount) > 0) then - select case (iSize+iCount) - case 1: get iFile,1,sTemp ' take bytes from the end of the file - get iFile,1,iTem ' get the first 2 bytes of the file - sTemp = chr(iTemByte(2)) + sTemp ' put them together - case else: get iFile,(iSize+iCount)-1,sTemp ' take bytes from the end of the file - end select - else - get iFile,1,sTemp ' take bytes from the end of the file - get iFile,1,iTem ' get the first 2 bytes of the file - iTemByte(2) = (iTem AND &H0000FF00) \ &H100 ' and seperate the bytes - iTemByte(1) = (iTem AND &H000000FF) - sTemp = chr(iTemByte(1)) + chr(iTemByte(2)) + sTemp ' put them together - endif - endif -' printlog "'"+left(sTemp,iSize)+"'" ' gotcha! - - if (iSize-(Abs(iCount)) >= 0) then - fGetFileText = left(sTemp,Abs(iCount)) - else - 'Warnlog "fGetFileText: file '" + sFilename + "' isn't as big as expected; will only return '" + iSize+ "' bytes fom: " + iCount - fGetFileText = left(sTemp,iSize) - endif - - ' debugging routine -------------------------------------- - ' iSize = Lof(#iFile) - ' printlog "iSize: " + iSize - ' sTemp = "" - ' if iSize > 0 then - ' printlog "iSize \ 2: " + (iSize \ 2) - ' for i = 0 to ((iSize \ 2)-1) - ' get iFile,(i*2)+1,iTem - ' Printlog "i: " + i + ": 0x" + hex(iTem) - ' iTemByte(2) = (iTem AND &H0000FF00) \ &H100 - ' iTemByte(1) = (iTem AND &H000000FF) - ' sTemp = sTemp + chr(iTemByte(1)) + chr(iTemByte(2)) - ' next i - ' if (iSize MOD 2) = 1 then - ' get iFile,iSize,iTem - ' Printlog "i: " + iSize + ": 0x" + hex(iTem) - ' iTemByte(1) = (iTem AND &H000000FF) - ' sTemp = sTemp + chr(iTemByte(1)) - ' endif - ' endif - ' printlog "'"+sTemp+"'" - ' debugging routine -------------------------------------- - Close #iFile - else ' does file exist - Warnlog "fGetFileText: file '" + sFilename + "' doesn't exist" - fGetFileText = "" - endif -end function -' -'------------------------------------------------------------------------- -' function fSetMeasurementToCM() as string '/// Sets the measurement unit to centimeter (cm) and returns the unit. Dim i as integer diff --git a/testautomation/graphics/optional/includes/global/export_graphic_2.inc b/testautomation/graphics/optional/includes/global/export_graphic_2.inc index a053bc2dfe64..3540db37ec56 100755 --- a/testautomation/graphics/optional/includes/global/export_graphic_2.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic_2.inc @@ -1422,3 +1422,91 @@ testcase tWMF endcase 'tWMF '------------------------------------------------------------------------- + +function fGetFileText (sFilename as string, iCount as long) as string +'/// This function is for getting the first or last n characters of a file +'///+Input:
      • filename
      • number
      If the number greater 0 then get n characters from start. +'///+A number smaller 0 get from end of file. +'///+Output:
      • string with n characters
      + + dim iFile as integer ' filehandle + dim iTem as integer ' get 2 bytes of the file + dim iTemByte(2) as integer ' move 1 byte from iTem in each item + dim sTemp as string ' string of file + dim iSize as long ' size in bytes of file + dim i as long ' runner :-) + + iFile = FreeFile +' Printlog "FreeFile: " + iFile + if (dir (sFilename) <> "") then +' Printlog "FileLen: " + FileLen(sFile) + Open sFilename For binary access read shared As #iFile +' Printlog "Loc: " + Loc(#iFile) ' LONG! where am i in the file? + + iSize = Lof(#iFile) ' get size in bytes of file + if (iSize > 65530) then '65536 = 64kB + 'Warnlog "fGetFileText: file '" + sFilename + "' might get problems on reading it? size is > 65530 Byte: '" + iSize + "'" + else +' printlog "iSize: " + iSize + endif + + sTemp = "" + if (iCount >= 0) then ' get bytes from file start + get iFile,1,sTemp ' get max 64kByte; but not the 1st 2 bytes :-( + get iFile,1,iTem ' get the first 2 bytes of the file + iTemByte(2) = (iTem AND &H0000FF00) \ &H100 ' and seperate the bytes + iTemByte(1) = (iTem AND &H000000FF) + sTemp = chr(iTemByte(1)) + chr(iTemByte(2)) + sTemp ' put them together + else ' get bytes from file end + if ((iSize+iCount) > 0) then + select case (iSize+iCount) + case 1: get iFile,1,sTemp ' take bytes from the end of the file + get iFile,1,iTem ' get the first 2 bytes of the file + sTemp = chr(iTemByte(2)) + sTemp ' put them together + case else: get iFile,(iSize+iCount)-1,sTemp ' take bytes from the end of the file + end select + else + get iFile,1,sTemp ' take bytes from the end of the file + get iFile,1,iTem ' get the first 2 bytes of the file + iTemByte(2) = (iTem AND &H0000FF00) \ &H100 ' and seperate the bytes + iTemByte(1) = (iTem AND &H000000FF) + sTemp = chr(iTemByte(1)) + chr(iTemByte(2)) + sTemp ' put them together + endif + endif +' printlog "'"+left(sTemp,iSize)+"'" ' gotcha! + + if (iSize-(Abs(iCount)) >= 0) then + fGetFileText = left(sTemp,Abs(iCount)) + else + 'Warnlog "fGetFileText: file '" + sFilename + "' isn't as big as expected; will only return '" + iSize+ "' bytes fom: " + iCount + fGetFileText = left(sTemp,iSize) + endif + + ' debugging routine -------------------------------------- + ' iSize = Lof(#iFile) + ' printlog "iSize: " + iSize + ' sTemp = "" + ' if iSize > 0 then + ' printlog "iSize \ 2: " + (iSize \ 2) + ' for i = 0 to ((iSize \ 2)-1) + ' get iFile,(i*2)+1,iTem + ' Printlog "i: " + i + ": 0x" + hex(iTem) + ' iTemByte(2) = (iTem AND &H0000FF00) \ &H100 + ' iTemByte(1) = (iTem AND &H000000FF) + ' sTemp = sTemp + chr(iTemByte(1)) + chr(iTemByte(2)) + ' next i + ' if (iSize MOD 2) = 1 then + ' get iFile,iSize,iTem + ' Printlog "i: " + iSize + ": 0x" + hex(iTem) + ' iTemByte(1) = (iTem AND &H000000FF) + ' sTemp = sTemp + chr(iTemByte(1)) + ' endif + ' endif + ' printlog "'"+sTemp+"'" + ' debugging routine -------------------------------------- + Close #iFile + else ' does file exist + Warnlog "fGetFileText: file '" + sFilename + "' doesn't exist" + fGetFileText = "" + endif +end function -- cgit From cc7c4e3677b190ba105b0e3b7e8178b8a401d925 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 13:11:08 +0100 Subject: vitomation01: #i109696 - t_tools2.inc - Removed unused function fRemoveDoubleSpace() --- testautomation/global/tools/includes/required/t_tools2.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc index d01270f95360..348f90a56796 100755 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -261,12 +261,6 @@ End Function '------------------------------------------------------------------------- -function fRemoveDoubleSpace(stringToChange as string) As String - fRemoveDoubleSpace = fRemoveDoubleCharacter(stringToChange, " ") -End Function - -'------------------------------------------------------------------------- - function writeCrashRepFile() '/// Creates a file (gOfficePath)/user/work/crashrep.txt with two lines: '///+
      1. name of .bas file
      2. -- cgit From c3449c0446fdd77d71fc3bf4ae85ecaafe169948 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 2 Mar 2010 13:15:28 +0100 Subject: vitomation01: #i109696 - t_tools1.inc - Removed unused functionErgebnis Schreiben() --- .../global/tools/includes/required/t_tools1.inc | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools1.inc b/testautomation/global/tools/includes/required/t_tools1.inc index 4f7cf969fe0a..c4b156f54921 100755 --- a/testautomation/global/tools/includes/required/t_tools1.inc +++ b/testautomation/global/tools/includes/required/t_tools1.inc @@ -703,28 +703,6 @@ end function '******************************************************************************* -sub ErgebnisSchreiben ( Window, Name$ ) - - '/// ErgebnisSchreiben - '///+ Used in context with making screenshots. - - Dim FileNum% : Dim i% - Dim Datei$ - Dim Text$ : Dim Text2$ - - Datei$ = sCapturePath + "Ergebis.txt" - Text2$ = Window.Name - Text$ = Text2$ + " => " + Name$ - - FileNum% = FreeFile - Open Datei$ for Append as #FileNum% - Print #FileNum%, Text$ - Close #FileNum% - -end sub - -'******************************************************************************* - sub TextInDatei ( TextText$, Datei$ ) '/// TextInDatei -- cgit From fcde44a049226efd57de631e380d01c067e819b7 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 13:49:36 +0100 Subject: vitomation01: #i109696 - qaerrorlogs -> printlogs, these are no errors really --- .../optional/includes/basic_vba-compat_import_disabled.inc | 2 +- .../framework/optional/includes/basic_vba-compat_import_enabled.inc | 6 +++--- .../framework/optional/includes/basic_vba-compat_import_nothing.inc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc index fea6742d5917..e25d25c554cf 100644 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc @@ -90,7 +90,7 @@ testcase tBasicVBACompatImportDisabled() printlog( "Verify position of the document node" ) MakroAus.select( cNodeCount + DOCUMENT_POSITION_OFFSET ) if ( MakroAus.getSelText() <> "vba-test.xls" ) then - qaerrorlog( "The document node is not at the expected position" ) + printlog( "The document node is not at the expected position, searching..." ) endif for iCurrentModule = 2 to 7 diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc index f5e9c0c4f515..75b36daf17b0 100644 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc @@ -96,7 +96,7 @@ testcase tBasicVBACompatImportEnabled() MakroAus.select( cNodeCount + DOCUMENT_POSITION_OFFSET ) cTempString = MakroAus.getSelText() if ( cTempString <> cFile ) then - qaerrorlog( "The filename does not match. File may be read-only." ) + printlog( "The filename does not match. File may be read-only." ) if ( instr( cTempString, cFile ) > 1 ) then printlog( "Filename is contained in the UI string." ) select case ( getAttr( cTestFile ) ) @@ -108,8 +108,8 @@ testcase tBasicVBACompatImportEnabled() printlog( "RC from getAttr() is: " & getAttr( cTestFile ) ) end select else - qaerrorlog( "The document node is not at the expected position." ) - qaerrorlog( "Object at this position is: " & MakroAus.getSelText() ) + printlog( "The document node is not at the expected position." ) + printlog( "Object at this position is: " & MakroAus.getSelText() ) endif endif diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc index f61064e28e0d..94870cfa5bf6 100644 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc @@ -76,7 +76,7 @@ testcase tBasicVBACompatImportNothing() printlog( "Verify position of the document node" ) MakroAus.select( cNodeCount + DOCUMENT_POSITION_OFFSET ) if ( MakroAus.getSelText() <> "vba-test.xls" ) then - qaerrorlog( "The document node is not at the expected position" ) + printlog( "The document node is not at the expected position, searching" ) endif printlog( "Select the last node, this should be the standard Library for the document" ) -- cgit From 5a7a38fa7cc2e8968535ceb561c367a822f433f2 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 13:55:56 +0100 Subject: Removed arrayfuncs (unused) --- .../framework/tools/includes/arrayfuncs.inc | 163 --------------------- 1 file changed, 163 deletions(-) delete mode 100644 testautomation/framework/tools/includes/arrayfuncs.inc (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/arrayfuncs.inc b/testautomation/framework/tools/includes/arrayfuncs.inc deleted file mode 100644 index df33885da4cd..000000000000 --- a/testautomation/framework/tools/includes/arrayfuncs.inc +++ /dev/null @@ -1,163 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : misc functions for simpler listhandling. uses t_lists.inc -'* -'\****************************************************************************** - -function listdebug( lsList() as string , cComment as string ) as integer - - '///

        Write the content of a list plus a comment out to a file.

        - '///It is required that following global variables are defined - '///
          - '///+
        • LDN = ListDebugName (char) = the basename of the debugfiles
        • - '///+
        • LDC = ListDebugCounter (int) = a number added to the filename
        • - '///
        - - dim cFile as string - - LDC = LDC + 1 - cFile = LDN & LDC & ".log" - - dim sList( 5 ) as string - sList( 0 ) = "5" - sList( 1 ) = "" - sList( 2 ) = "---------------------------------------------------------------" - sList( 3 ) = cComment & " - Listsize: " & listcount( lsList() ) - sList( 4 ) = "---------------------------------------------------------------" - sList( 5 ) = "" - - ListWrite( sList() , cFile , "utf8" ) - ListWriteAppend( lsList() , cFile , "utf8" ) - -end function - -'******************************************************************************* - -function initlistdebug( cComment as string ) as integer - - '///

        Print leading text to a file and an index of the current debug session

        - '///It is required that following global variables are defined - '///
          - '///+
        • LDN = ListDebugName (char) = the basename of the debugfiles
        • - '///+
        • LDC = ListDebugCounter (int) = a number added to the filename
        • - '///
        - dim cFile as string - cFile = LDN & ".log" - - dim sList( 5 ) as string - sList( 0 ) = "5" - sList( 1 ) = "" - sList( 2 ) = "===============================================================" - sList( 3 ) = cComment & " ---- Debug-Offset is at: " & LDC - sList( 4 ) = "===============================================================" - sList( 5 ) = "" - - ListWrite( sList() , cFile , "utf8" ) - - printlog( "" ) - printlog( " *** Debug is enabled ***" ) - printlog( "" ) - -end function - -'******************************************************************************* - -function listmoveitem( source() as string, _ - target() as string, _ - itemid as integer ) as integer - - '///

        Move one item from one list to another by index

        - '///
          - - '///+
        • copy the list-item from list A to the end of list B, update listcount
        • - listappend( target() , source( itemid ) ) - - '///+
        • Delete the entry from the old list, reindex and update listcount
        • - listdelete( source() , itemid ) - - '///+
        • Return then updated listcount of the source list
        • - listmoveitem() = listcount( source() ) - - '///
        - -end function - -'******************************************************************************* - -function listconvertpath( lsList() as string ) as integer - - '///

        Execute convertpath on a list containing filepaths

        - '///
          - - dim iCurrentPath as integer - - '///+
        • Convert all listitems with convertpath
        • - for iCurrentPath = 1 to listcount( lsList() ) - lsList( iCurrentPath ) = convertpath( lsList( iCurrentPath ) ) - next iCurrentPath - - '///+
        • Return the number of processed paths (listcount)
        • - listconvertpath() = listcount( lsList() ) - - '///
        - -end function - -'******************************************************************************* - -function listInsertSection( lsList() as string, _ - cSection as string ) as integer - - '///

        Appends a section (as ordinary list element) to a list

        - '///
          - - dim iPos as integer - dim sSectionString as string - - '///+
        • Get the current number of entries from the list
        • - iPos = listcount( lsList() ) - - '///+
        • Insert a blank list-entry if we are not at the beginning of the list
        • - if ( iPos > 2 ) then - listappend( lsList() , "" ) - end if - - '///+
        • Build the section string of type [section-name]
        • - sSectionString = "[" & cSection & "]" - - '///+
        • Append the new section to the list
        • - listappend( lsList() , sSectionString ) - - '///+
        • Return the new number of entries in the list (listcount)
        • - listInsertSection() = listcount( lsList() ) - - '///
        - -end function -- cgit From b44612fed10db05660efa3e0e1c8d62ef8a8202b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 13:56:30 +0100 Subject: Removed apicalls (unused) --- .../framework/tools/includes/apicalls.inc | 116 --------------------- 1 file changed, 116 deletions(-) delete mode 100644 testautomation/framework/tools/includes/apicalls.inc (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/apicalls.inc b/testautomation/framework/tools/includes/apicalls.inc deleted file mode 100644 index fca300c5eda7..000000000000 --- a/testautomation/framework/tools/includes/apicalls.inc +++ /dev/null @@ -1,116 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Various calls to the API -'* -'\****************************************************************************** - -function hGetFileLocationAPI() as string - - '///

        Get the location of the current file from API - experimental, do not use

        - - dim oUnoConnect as object - dim oUnoService as object - dim oDocument as object - dim cDocument as string - - const CFN = "hGetFileLocationAPI::" - - oUnoConnect = GetUNOApp - if ( isNull( oUnoConnect ) ) then - warnlog( CFN & "No UNO connection established" ) - else - oUnoService = oUnoConnect.createInstance( "com.sun.star.frame.Desktop" ) - if ( isNull( oUnoService ) ) then - warnlog( CFN & "No UNO Service available" ) - else - oDocument = oUnoService.getCurrentComponent() - if ( isNull( oDocument ) ) then - warnlog( CFN & "No current component available" ) - else - if ( oDocument.hasLocation() ) then - cDocument = oDocument.getLocation() - hGetFileLocationAPI() = cDocument - printlog( CFN & cDocument ) - else - warnlog( "Document has no storage location" ) - hGetFileLocationAPI() = "" - endif - endif - endif - endif - -end function - -'******************************************************************************* - -function hGetDocTypeAPI() as string - - '///

        Get the current document via API - experimental, do not use

        - - dim oUnoConnect as object - dim oUnoService as object - dim oDocument as object - dim cDocument as string - - const CFN = "hGetDocTypeAPI::" - - oUnoConnect = GetUNOApp - if ( isNull( oUnoConnect ) ) then - warnlog( CFN & "No UNO connection established" ) - else - oUnoService = oUnoConnect.createInstance( "com.sun.star.frame.Desktop" ) - if ( isNull( oUnoService ) ) then - warnlog( CFN & "No UNO Service available" ) - else - oDocument = oUnoService.getCurrentComponent() - if ( isNull( oDocument ) ) then - warnlog( CFN & "No current component available" ) - else - if ( oDocument.SupportsService( "com.sun.star.sheet.SpreadsheetDocument" ) )then - hGetDoctypeAPI() = "CALC" - elseif( oDocument.SupportsService( "com.sun.star.text.TextDocument" ) ) then - hGetDocTypeAPI() = "WRITER" - elseif( oDocument.SupportsService( "com.sun.star.drawing.DrawingDocument" ) ) then - hGetDocTypeAPI() = "DRAW" - elseif( oDocument.SupportsService( "com.sun.star.formula.FormulaProperties" ) ) then - hGetDocTypeAPI() = "MATH" - elseif( oDocument.SupportsService("com.sun.star.presentation.PresentationDocument") ) then - hGetDocTypeAPI() = "IMPRESS" - else - warnlog( "Unknown document type" ) - hGetDocTypeAPI() = "" - endif - endif - endif - endif - - -end function - -- cgit From 9a2d3950ad5fdb664f498be62e81474bba3fadeb Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:05:07 +0100 Subject: vitomation01: #i109696 - customize_tools.inc simplification --- .../framework/tools/includes/customize_tools.inc | 51 +++++----------------- 1 file changed, 10 insertions(+), 41 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/customize_tools.inc b/testautomation/framework/tools/includes/customize_tools.inc index 2d6d17443913..62a95635cf2d 100644 --- a/testautomation/framework/tools/includes/customize_tools.inc +++ b/testautomation/framework/tools/includes/customize_tools.inc @@ -33,42 +33,20 @@ function hToolsCustomizeOpen() as boolean - '///

        Open Tools/Customize

        - '///Starting point: Any plain document
        - '///Input: - '///
          - '///+
        1. Nothing
        2. - '///
        - '///Returns: - '///
          - '///+
        1. Errorstatus (boolean)
        2. - '///
            - '///+
          • TRUE if the Keyboard-Tab is open
          • - '///+
          • FALSE on any other case
          • - '///
          - '///
        - '///Description: - '///
          - const CFN = "hToolsCustomizeOpen::" + hToolsCustomizeOpen() = FALSE - '///+
        • Open Tools/Customize using the ToolsCustomize slot
        • - ToolsCustomize + printlog( "Open Tools/Customize dialog" ) - '///+
        • Switch to the Events Tab
        • + ToolsCustomize hToolsCustomizeSelectTab( "Events" ) - '///+
        • Verify that the requested tabpage is open
        • Kontext TabCustomizeEvents - if ( TabCustomizeEvents.exists() ) then - hToolsCustomizeOpen() = true - printlog( CFN & "Successfully opened ToolsCustomize" ) + if ( TabCustomizeEvents.exists( 2 ) ) then + hToolsCustomizeOpen() = TRUE else - hToolsCustomizeOpen() = false - printlog( CFN & "Failed to open ToolsCustomize" ) + warnlog( CFN & "Unable to open Tools/Customize dialog" ) endif - '///+
        • Return TRUE on success
        • - '///
        end function @@ -184,7 +162,7 @@ function hToolsCustomizeClose( iMode as integer ) as boolean '///
          const CFN = "hToolsCustomizeClose::" - dim brc as boolean : brc = true + hToolsCustomizeClose() = FALSE kontext @@ -203,23 +181,14 @@ function hToolsCustomizeClose( iMode as integer ) as boolean end select '///
      - - '///+
    • Verify that the dialog has indeed been closed
    • kontext "TabCustomizeEvents" - TabCustomizeEvents.notExists( 3 ) - if ( TabCustomizeEvents.exists() ) then - brc = false - endif - - if ( brc ) then - printlog( CFN & "Closed Tools/Customize" ) + if ( TabCustomizeEvents.notExists( 3 ) ) then + hToolsCustomizeClose() = TRUE else - printlog( CFN & "Failed to close Tools/Customize" ) + warnlog( "Unable to close Tools/Customize dialog" ) endif - '///
    - hToolsCustomizeClose() = brc end function '******************************************************************************* -- cgit From 49329828e6526aa3bea1b65ed43b1e4892cc2029 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:06:17 +0100 Subject: Removed filedlg_tools (unused) --- .../framework/tools/includes/filedlg_tools.inc | 117 --------------------- 1 file changed, 117 deletions(-) delete mode 100644 testautomation/framework/tools/includes/filedlg_tools.inc (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/filedlg_tools.inc b/testautomation/framework/tools/includes/filedlg_tools.inc deleted file mode 100644 index 68d46216ed4d..000000000000 --- a/testautomation/framework/tools/includes/filedlg_tools.inc +++ /dev/null @@ -1,117 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Special tasks on filedialogs -'* -'\****************************************************************************** - -function hFileOpenMultiSelect( iArray() as integer ) as integer - - - '///

    Multiselect files with the fileopen dialog

    - '///This function uses keyboard navigation to select a number of files - '///+ (multiselection).
    - '///Starting point: FileOpen dialog has context, workdirectory is - '///+ open

    - - '///Input value(s):
    - '///
      - '///+
    1. Array (integer)
    2. - '///
        - '///+
      • if ( array( n ) = 1 ) select the file at pos n, starting at n = 1
      • - '///+
      • Any other value: Do not select, preferably preset with 0!
      • - '///+
      • The size of the array must less or equal the number of files in the filepicker
        - '///+ Array( 0 ) is ignored
      • - '///
      - '///
    - - '///Return Value:
    - '///
      - '///+
    1. Number of selected files (integer)
    2. - '///
        - '///+
      • = 0: any error
      • - '///+
      • > 0: Number of selected files (Sum of Array( n ) = 1)
      • - '///
      - '///
    - - const CFN = "hFileOpenMultiSelect::" - dim brc as boolean 'a multi purpose boolean returnvalue - - dim iArraySize as integer - dim iCurrentFile as integer - dim cCurrentFile as string - dim iSelectedFilesCount as integer - iSelectedFilesCount = 0 - - '///Description: - '///
      - '///+
    • Get the size of the array
    • - iArraySize = ubound( iArray() ) - - '///+
    • Get the number of items from the filepicker
    • - kontext "OeffnenDlg" - iFileCount = Dateiauswahl.getItemCount() - - '///+
    • Verify that the array size is equal or less the number of files
      - '///+ Exit with rc = 0 on error
    • - ' Note: This can be done because it is quite simply expected that we know the - ' number of files within the workdirectory. Take one input-dir. - if ( iFileCount < iArraySize ) then - qaerrorlog( CFN & "Array too large. Array must be <= file count" ) - printlog( CFN & "Files present in dialog: " & iFileCount ) - printlog( CFN & "Arraysize..............: " & iArraySize ) - hFileOpenMultiSelect() = 0 - exit function - endif - - '///+
    • Select the first object in the filelist
    • - kontext "OeffnenDlg" - DateiAuswahl.typeKeys( "" ) - - '///+
    • Run through the filelist and select all items that are marked in the array
    • - '///
        - for iCurrentFile = 1 to iArraySize - - '///+
      • Select a file with CTRL+SPACE
      • - if ( iArray( iCurrentFile ) = 1 ) then - DateiAuswahl.typeKeys( "" ) - cCurrentFile = DateiAuswahl.getSelText() ' does this work? - printlog( CFN & "Select: " & cCurrentFile & " at pos: " & iCurrentFile ) - iSelectedFilesCount = iSelectedFilesCount + 1 - endif - - '///+
      • Move one down with CTRL key pressed
      • - DateiAuswahl.typekeys( "" ) - - next iCurrentFile - '///
      - '///
    - hFileOpenMultiSelect() = 0 - -end function -- cgit From b7c11c014068ac81cba5ad7fc95a7c6482603876 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:10:52 +0100 Subject: vitomation01: #i109696 - remove ,ultiple unused functions --- .../framework/tools/includes/fileoperations.inc | 223 --------------------- 1 file changed, 223 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/fileoperations.inc b/testautomation/framework/tools/includes/fileoperations.inc index 6c679097d30e..dd91cc08f498 100644 --- a/testautomation/framework/tools/includes/fileoperations.inc +++ b/testautomation/framework/tools/includes/fileoperations.inc @@ -204,90 +204,6 @@ end function '******************************************************************************* -function hLoadFileExpectFailure( fpath as string ) as boolean - - '///

    Load a file where failure is expected

    - '///Uses: framework\tools\t_stringtools.inc

    - '///Input: - '///
      - '///+
    1. Filename incl. extension (string)
    2. - '///
    - '///Returns: - '///
      - '///+
    1. Errorcondition (boolean)
    2. - '///
        - '///+
      • TRUE = There was an error loading the file (as expected)
      • - '///+
      • FALSE = The file was loaded without problems/any other error
      • - '///
      - '///
    - '///Description: - '///
      - - const CFN = "hLoadFileExpectFailure::" - - dim brc as boolean : brc = true - - printlog( CFN & "Enter with option: " & fpath ) - - '///+
    • Click FileOpen
    • - hUseAsyncSlot( "FileOpen" ) - Kontext "OeffnenDLG" - - '///+
    • Enter filepath
    • - DateiName.setText( convertpath( fpath ) ) - - '///+
    • Click "Open"
    • - oeffnen.click() - - '///+
    • Close the expected warning dialog, return to FileOpen
    • - Kontext "Active" - if ( Active.Exists( 1 ) ) then - printlog( CFN & "Expected active: " & active.getText() ) - active.ok() - - Kontext "OeffnenDLG" - if ( OeffnenDlg.exists( 1 ) ) then - OeffnenDLG.cancel() - brc = true - else - warnlog( CFN & "File Open dialog is not open" ) - brc = false - endif - endif - - '///+
    • Verify that we are on FileOpen dialog, set errorcondition true
    • - if ( brc ) then - Kontext "OeffnenDLG" - if ( Oeffnen.exists( 1 ) ) then - printlog( CFN & "File is not loaded, still in File/Open. Good, cancelling" ) - OeffnenDLG.cancel() - brc = true - else - brc = false - endif - endif - - '///+
    • If the document is loaded, set errorcondition to false
    • - if ( not brc ) then - hFileWait( FALSE ) - warnlog( CFN & "The file appears to have loaded correctly. Not good" ) - - '///+
    • Click away possible messagebox to recover
    • - Kontext "Active" - if ( active.exists( 1 ) ) then - printlog( CFN & "Unexpected active: " & active.getText() ) - Active.OK() - endif - endif - - '///+
    • Return errorcondition
    • - hLoadFileExpectFailure() = brc - '///
    - -end function - -'******************************************************************************* - function hSaveFileExpectSuccess( fpath as string , bReplace as boolean ) as boolean '///

    Save a file with optional replace where success is expected

    @@ -515,80 +431,6 @@ end function '******************************************************************************* -function hCreateDirectoryExpectSuccess( dirname as string ) as boolean - - '///

    Create a directory where success is expected

    - '///Uses: framework\tools\t_stringtools.inc

    - '///Input: - '///
      - '///+
    1. Name of the directory (string)
    2. - '///
        - '///+
      • Relative or absolute, absolute is recommended
      • - '///
      - '///
    - '///Returns: - '///
      - '///+
    1. Errorcondition (boolean)
    2. - '///
        - '///+
      • TRUE = The directory wass created
      • - '///+
      • FALSE = On any error (Unable to create or file already exists)
      • - '///
      - '///
    - '///Description: - '///
      - - dim brc as boolean : brc = true - - const CFN = "hCreateDirectoryExpectSuccess::" - printlog( CFN & "Enter with option: " & dirname ) - - '///+
    • Click "File Open"
    • - hUseAsyncSlot( "FileOpen" ) - - '///+
    • Click on "New folder"
    • - Kontext "OeffnenDlg" - if ( OeffnenDlg.exists( 2 ) ) then - - NeuerOrdner.click() - - '///+
    • Enter a name for the folder into the dialog
    • - Kontext "NeuerOrdner" - if ( NeuerOrdner.exists( 1 ) ) then - OrdnerName.setText( dirname ) - - '///+
    • Click "OK"
    • - NeuerOrdner.OK() - else - warnlog( CFN & "New folder dialog did not open." ) - brc = false - endif - - '///+
    • Handle possible messagebox (unexpected)
    • - Kontext "Active" - if Active.Exists( 1 ) then - printlog( CFN & "Unexpected active: " & active.getText() ) - brc = false - try - Active.YES() - catch - Active.OK() - endcatch - endif - else - warnlog( CFN & "File Open dialog is not open." ) - brc = false - endif - - '///+
    • Return errorcondition
    • - printlog( CFN & "Exit with result: " & brc ) - hCreateDirectoryExpectSuccess() = brc - - '///
    - -end function - -'******************************************************************************* - function hDeleteFileViaFileOpen( cFile as String ) as boolean '///

    Delete a file using the File Open dialog

    @@ -694,38 +536,6 @@ function hDeleteFileViaFileOpen( cFile as String ) as boolean end function -'****************************************************************************** - -function hGetFileCountViaFileOpen() as integer - - '///

    Get the number of items listed in the FilePicker (File Open)

    - '///Note: This function works on the current workdirectory

    - '///Input: - '///
      - '///+
    1. Nothing
    2. - '///
    - '///Returns: - '///
      - '///+
    1. Number of items listed in filepicker
    2. - '///
    - '///Description: - '///
      - - '///+
    • Click "File open"
    • - hUseAsyncSlot( "FileOpen" ) - - '///+
    • Retrieve the number of items in the filepicker window
    • - Kontext "OeffnenDLG" - if ( OeffnenDlg.exists( 2 ) ) then - hGetFileCountViaFileOpen() = DateiAuswahl.getItemCount() - OeffnenDLG.cancel() - else - hGetFileCountViaFileOpen() = -1 - endif - '///
    - -end function - '******************************************************************************* function hNameGen_append( iDecChar as long ) as string @@ -802,39 +612,6 @@ end function '******************************************************************************* -function hGetRelPath( cStartDir, cFileName as String ) as string - - '///

    Remove the absolute component from a path specification

    - '///Usually you do not need this function, avoid using it

    - '///Input: - '///
      - '///+
    1. Absolute part of a filespec (startdirectory) (string)
    2. - '///
        - '///+
      • e.g. "/home/oscar/mydir"
      • - '///
      - '///+
    3. Fully qualified path to the file/directory (string)
    4. - '///
        - '///+
      • e.g. "/home/oscar/mydir/somedir/myfile.txt"
      • - '///
      - '///
    - '///Returns: - '///
      - '///+
    1. Remaining part of the fully qualified path minus startdirectory (string)
    2. - '///
        - '///+
      • e.g. "/somedir/myfile.txt"
      • - '///
      - '///
    - '///Description: - '///
      - - '///+
    • Find the end of startdir within the FQ filename
    • - hGetRelPath() = mid( cFileName , len( cStartDir + 1 ) ) - '///
    - -end function - -'******************************************************************************* - function hFindFileObjectViaFileOpen( cName as string ) as integer '///

    Get the position of a filesystem object in filelist of fileopen dialog

    -- cgit From 4f843366a12c70789ce6d5f3b05a46c410391543 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:22:44 +0100 Subject: vitomation01: #i109696 - Refactored help_tools --- .../framework/tools/includes/help_tools.inc | 187 ++++----------------- 1 file changed, 31 insertions(+), 156 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/help_tools.inc b/testautomation/framework/tools/includes/help_tools.inc index 613aadc17393..c834a55cc34a 100644 --- a/testautomation/framework/tools/includes/help_tools.inc +++ b/testautomation/framework/tools/includes/help_tools.inc @@ -33,121 +33,37 @@ function hOpenHelp() as boolean - '///

    Function to open the Help Browser

    - '///Input: - '///
      - '///+
    1. Nothing
    2. - '///
    - - '///Returns: - '///
      - '///+
    1. Errorcondition (boolean)
    2. - '///
        - '///+
      • TRUE if the help is open
      • - '///+
      • FALSE if the help did not open
      • - '///
      - '///
    - - '///Description: - '///
      - const CFN = "hOpenHelp::" - - dim iTry as integer - dim brc as boolean - brc = false - - printlog( CFN & "Enter" ) - - '///+
    • Open the help Browser using the slot
    • - try - HelpContents - catch - printlog( CFN & "Failed to open help, slot failed" ) - hOpenHelp() = false - exit function - endcatch - - '///+
    • Verify that the help is indeed open (max 10 sec.)
    • - Kontext "StarOfficeHelp" - for iTry = 1 to 10 - - if ( StarOfficeHelp.exists() ) then - brc = true - exit for - endif + printlog( "Open Help Browser" ) - sleep( 1 ) + HelpContents - next iTry - - '///+
    • Print a status to the log, return TRUE or FALSE
    • - if ( brc ) then - printlog( CFN & "Exit: Help is open" ) + kontext "StarOfficeHelp" + if ( StarOfficeHelp.exists( 5 ) ) then + hOpenHelp() = TRUE else - printlog( CFN & "Exit: Help is not open" ) - kontext "Active" - if ( Active.exists( 2 ) ) then - printlog( "Msgbox: " & Active.getText() - Active.ok() - endif + warnlog( "Unable to open help browser" ) + hOpenHelp() = FALSE endif - '///
    - hOpenHelp() = brc - + end function '******************************************************************************* function hCloseHelp() as boolean - '///

    Function to close the Help Browser

    - '///Input: - '///
      - '///+
    1. Nothing
    2. - '///
    - - '///Returns: - '///
      - '///+
    1. Errorcondition (boolean)
    2. - '///
        - '///+
      • TRUE if the help is closed
      • - '///+
      • FALSE if the help did not close
      • - '///
      - '///
    - - '///Description: - '///
      - const CFN = "hCloseHelp::" - dim brc as boolean - - printlog( CFN & "Enter" ) + printlog( "Close Help Browser" ) - '///+
    • Verify that the Help Browser is Open
    • kontext "StarOfficeHelp" - if ( not StarOfficeHelp.exists() ) then - printlog( CFN & "Help is not open" ) - hCloseHelp() = false - exit function - endif - - '///+
    • Close the Help Browser by typing CTRL+F4
    • StarOfficeHelp.typeKeys( "" ) - '///+
    • Verify that the Help Browser is not open (anymore)
    • - kontext "StarOfficeHelp" - if ( StarOfficeHelp.exists() ) then - printlog( CFN & "Exit: Help is still open" ) - brc = false + if ( StarOfficeHelp.notExists( 3 ) ) then + hCloseHelp() = TRUE else - printlog( CFN & "Exit: Help has been closed" ) - brc = true + warnlog( "Help browser could not be closed" ) + hCloseHelp() = FALSE endif - '///+
    • Return TRUE or FALSE
    • - '///
    - hCloseHelp() = brc - end function '****************************************************************************** @@ -179,11 +95,8 @@ function hSelectHelpTab( cTab as string ) as boolean '///
      const CFN = "hSelectHelpTab::" - dim brc as boolean - brc = false - - dim cTabName as string - cTabName = lcase( cTab ) + dim brc as boolean : brc = false + dim cTabName as string : cTabName = lcase( cTab ) kontext "StarOfficeHelp" @@ -301,65 +214,27 @@ end function function hHelpGetAboutItemCount() as integer - '///

      Get the number of applications listed in the Help ListBox

      - - '///Input: - '///
        - '///+
      1. Nothing
      2. - '///
      - - '///Returns: - '///
        - '///+
      1. Number of applications listed (integer)
      2. - '///
          - '///+
        • The default is 7
        • - '///
        - '///
      Description: - '///
        - + printlog( "Get the number of applications listed in the help listbox (should be 8) const I_ABOUT_ITEMS = 8 - const CFN = "hHelpGetAboutItemCount::" - - dim iItem as integer - dim cItemName as string - dim iAboutItems as integer - dim brc as boolean - - printlog( CFN & "Enter" ) - - '///+
      • Open Help
      • - brc = hOpenHelp() - if ( not brc ) then - qaerrorlog( CFN & "Help not open, aborting" ) - hHelpGetAboutItemCount() = 0 - exit function - endif - + + dim itemcount as integer + + hOpenHelp() hSelectHelpTab( "index" ) + Kontext "IndexPage" - - '///+
      • get the number of applications from the drop down box
      • - iAboutItems = HelpAbout.getItemCount() - if ( iAboutItems <> I_ABOUT_ITEMS ) then - warnlog( "The list of topics is incomplete:" ) + itemcount = HelpAbout.getItemCount() + + if ( itemcount <> ABOUT_ITEMS ) then + warnlog( "Number of applications is incorrect" ) + printlog( "Found...: " & itemcount ) + printlog( "Expected: " & ABOUT_ITEMS endif - - '///+
      • Print the list of items to the log
      • - printlog( CFN & "Items listed in Application Listbox (HelpAbout)" ) - for iItem = 1 to iAboutItems - cItemName = HelpAbout.getItemText( iItem ) - printlog( " " & cItemName ) - next iItem - - '///+
      • close help
      • + hCloseHelp() - '///
      - - printlog( CFN & "Exit with item count = " & iAboutItems ) - hHelpGetAboutItemCount() = iAboutItems - + + hHelpGetAboutItemCount() = itemcount + end function '******************************************************************************* -- cgit From b0f489eccf6989c97f167b20df1f44bb54b90017 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:24:18 +0100 Subject: vitomation01: #i109696 - Removed two more unused functions --- .../framework/tools/includes/help_tools.inc | 105 --------------------- 1 file changed, 105 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/help_tools.inc b/testautomation/framework/tools/includes/help_tools.inc index c834a55cc34a..2fea27089030 100644 --- a/testautomation/framework/tools/includes/help_tools.inc +++ b/testautomation/framework/tools/includes/help_tools.inc @@ -237,108 +237,3 @@ function hHelpGetAboutItemCount() as integer end function -'******************************************************************************* - -function hHelpGetSearchIndexItemCount() as integer - - '///

      Get the number of items in the Help Search Index

      - '///Starting point: Help / Index page
      - '///Note: Workaround for incorrect value returned by .getItemCount()
      - - '///Input: - '///
        - '///+
      1. Nothing
      2. - '///
      - - '///Returns: - '///
        - '///+
      1. Number of items in the list (integer)
      2. - '///
      - - '///Description: - '///
        - - const CFN = "hHelpGetSearchIndexItemCount:" - - dim iItem as integer - printlog( CFN & "Enter" ) - - '///+
      • Run through the list and count the items, break on error
      • - for iItem = 1 to 10000 - - try - SearchIndex.select( iItem ) - catch - iItem = iItem - 1 - exit for - endcatch - - next iItem - - printlog( CFN & "Exit with item count = " & iItem ) - hHelpGetSearchIndexItemCount() = iItem - '///
      - -end function - -'******************************************************************************* - -function hGetHelpContentHeader( iLength as integer ) as string - - - '///

      Get the header of the content in the help browser

      - '///This is the first line of the content page, truncated (if desired)

      - - '///Parameter(s):
      - '///
        - '///+
      1. Length of the requested string (Integer)
      2. - '///
          - '///+
        • The max length of the string to be returned
        • - '///+
        • ≤ 0 = do not truncate
        • - '///
        - '///
      - - - '///Returns:
      - '///
        - '///+
      1. Header (String)
      2. - '///
          - '///+
        • A string containing the content header
        • - '///+
        • The header is the first line of the content page
        • - '///
        - '///
      - - const CFN = "hGetHelpContentHeader::" - printlog( CFN & "Enter with option (iLength): " & iLength ) - dim cHeaderString as string - - '///Description: - '///
        - '///+
      • Maximize the help viewer (required to avoid cut off strings)
      • - kontext "HelpContent" - 'StarOfficeHelp.maximize() - - '///+
      • Go to the top left position in the help browser
      • - HelpContent.typeKeys( "" ) - - '///+
      • Mark the entire line - note that this ends at the linebreak
      • - HelpContent.typeKeys( "" ) - - '///+
      • Copy the string to the clipboard
      • - EditCopy - - '///+
      • Assign the string to a variable
      • - cHeaderString = getClipboardText - - '///+
      • Truncate string
      • - if ( iLength > 0 ) then - if ( len( cHeaderString ) > iLength ) then - cHeaderString = left( cHeaderString, iLength ) - endif - endif - '///
      - - printlog( CFN & "Exit: " & cHeaderString ) - hGetHelpContentHeader() = cHeaderString - -end function -- cgit From b8f24428dba745551cd1648bb7316d38d05ee928 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:27:06 +0100 Subject: vitomation01: #i109696 - Removed two more unused functions (hGetTwoDIgitLangCode, hGetI18nData) --- .../framework/tools/includes/i18n_tools.inc | 84 ---------------------- 1 file changed, 84 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/i18n_tools.inc b/testautomation/framework/tools/includes/i18n_tools.inc index a2b65e12b736..131f162c8436 100644 --- a/testautomation/framework/tools/includes/i18n_tools.inc +++ b/testautomation/framework/tools/includes/i18n_tools.inc @@ -31,90 +31,6 @@ '* '\****************************************************************************** -function hGetI18nData( cSection as string, cLanguage as string ) as string - - '///

      Retrieve various information about i18n

      - '///Uses datafile: framework/tools/input/i18ndata.txt
      - '///Input: - '///
        - '///+
      1. Section from which to retrieve the data (string)
      2. - '///
          - '///+
        • Any name of a section existing in the datafile
        • - '///
        - '///+
      3. Language code as string
      4. - '///
          - '///+
        • Use hGetTwoDigitLangCode(...) to ensure proper string formatting
        • - '///
        - '///
      - '///Returns: - '///
        - '///+
      1. Language identifier (string)
      2. - '///
      - '///Description: - '///
        - - '///+
      • Create the path to the datafile
      • - dim cPath as string - cPath = gTesttoolPath & "framework\tools\input\i18ndata.txt" - cPath = convertpath( cPath ) - - '///+
      • Find out the required size of the array to hold the entire file
      • - dim iFileSize as integer - iFileSize = hListFileGetSize( cPath ) - - '///+
      • Define an array to hold the datafile
      • - dim aFileContent( iFileSize ) as string - - '///+
      • Retrieve the requested section from the datafile
      • - hGetDatafileSection( cPath, aFileContent(), cSection, "", "" ) - - '///+
      • Isolate the requested language item
      • - hGetI18nData() = hGetValueForKeyAsString( aFileContent(), cLanguage ) - - '///
      - -end function - -'******************************************************************************* - -function hGetTwoDigitLangCode( iLanguage as integer ) as string - - '///

      Retrieve a two digit language code from integer

      - '///Replaces and enhances deprecated sub "siSpracheSetzen"
      - '///Input: - '///
        - '///+
      1. Language Code (integer)
      2. - '///
          - '///+
        • Any number between (and including) 1 and 99
        • - '///
        - '///
      - '///Returns: - '///
        - '///+
      1. Language Code (string)
      2. - '///
          - '///+
        • 1 - 9 -> "01" - "09"
        • - '///+
        • 10 - 99 -> "10" - "99"
        • - '///
        - '///
      - '///Description: - '///
        - dim cLanguage as string - - '///+
      • Convert single digit language code to two digit language string
      • - if ( ( iLanguage > 0 ) and ( iLanguage < 10 ) ) then - cLanguage = "0" & iLanguage - else - cLanguage = iLanguage - endif - - hGetTwoDigitLangCode() = cLanguage - '///
      - -end function - - -'******************************************************************************* - function hTestLocale() as boolean -- cgit From b6acb8c25ca8c7ac999b769b91a1e4fb7c5e18ec Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:28:31 +0100 Subject: Removed javatools (unused) --- .../framework/tools/includes/javatools.inc | 151 --------------------- 1 file changed, 151 deletions(-) delete mode 100644 testautomation/framework/tools/includes/javatools.inc (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/javatools.inc b/testautomation/framework/tools/includes/javatools.inc deleted file mode 100644 index d5ac6fd36148..000000000000 --- a/testautomation/framework/tools/includes/javatools.inc +++ /dev/null @@ -1,151 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.Skottke@Sun.Com -'* -'* short description : Tools to ease working with files including Java -'* -'\****************************************************************************** - -function hBatchLoadJavaFiles( aFileList() , cIdent as string ) - - '///

      Load and close a list of files with recovery on error

      - '///Input: A list containing files to load
      - '///Returns: No returnvalue - '///
        - - const CFN = "hBatchLoadJavaFiles::" - - dim iSourceFiles as integer - iSourceFiles = listcount( aFileList() ) - - dim iCurrentFile as integer - dim cCurrentFile as string - dim brc as boolean - - '///+
      • Loop through the list, starting at index 2
      • - for iCurrentFile = 2 to iSourceFiles - - cCurrentFile = aFileList( iCurrentFile ) - - printlog( "" ) - printlog( "Processing file: " & cCurrentFile ) - - '///+
      • Load a file, verify
      • - brc = hFileOpen( aFileList( iCurrentFile ) ) - if ( not brc ) then - warnlog( "Error while loading: " & cCurrentFile ) - endif - - '///+
      • close the file, verify
      • - brc = hDestroyDocument() - if ( not brc ) then - warnlog( "Error while closing: " & cCurrentFile ) - endif - - '///+
      • There should be one document left: The first doc
      • - if ( getDocumentCount() = 1 ) then - brc = hIdentifyWriterDoc( cIdent , false ) - if ( not brc ) then - warnlog( "Document <" & cIdent & "> is missing, restarting" ) - call ExitRestartTheOffice() - endif - - elseif ( getDocumentCount() <> 1 ) then - warnlog( "The number of open documents is incorrect, restarting" ) - call ExitRestartTheOffice() - - endif - - '///+
      • Check for hs_err_pidXXXX.log files (Java Exceptions)
      • - brc = hFindCopyRemoveJavaLogs( aFileList( 1 ) ) - if ( not brc ) then - warnlog( "Java Exceptions were created." ) - printlog( "Find the files in your local OOo-work directory." ) - endif - - next iCurrentFile - '///
      - -end function - -'******************************************************************************* - -function hFindCopyRemoveJavaLogs( cSourcePath as string ) as boolean - - '///

      Search/move hs_err_pidXXXX.log files within a directory recursively

      - '///Input: Start directory
      - '///Returns: TRUE if no errors were found - '///
        - - ' Reason 1: The files are createn in the CVS tree and must be removed - ' Reason 2: The files have to be analyzed so the bugs can be fixed - ' Reason 3: The files must be moved away after each error so they can be - ' assigned to the correct documents - - const CFN = "hFindCopyRemoveJavaLogs::" - - dim aSourceFiles( 1000 ) as string - dim iSourceFiles as integer - dim aTargetPath as string - aTargetPath = hGetWorkPath() - - dim iCurrentFile as integer - dim brc as boolean - brc = true - - dim iSPLen as integer ' length of the source-path string + "/" + next letter - iSPLen = len( cSourcePath ) + 2 - - '///+
      • Look for leftover hs_err_pidXXXX.log files
      • - iSourceFiles = GetAllFileList( cSourcePath, "hs_err*.log", aSourceFiles() ) - if ( iSourceFiles > 1 ) then - - '///+
      • Print the list to the log
      • - hListPrint( aSourceFiles(), "New hs_err_pidXXXX.log files exist" ) - brc = false - - '///+
      • Copy the hs_err...log files to the local work directory
      • - for iCurrentFile = 2 to listcount( aSourceFiles() ) - - ' Create the name of the file we want to copy the hs_err...log to - aTargetPath = aTargetPath & mid( aSourceFiles( iCurrentFile ) , iSPLen ) - FileCopy( aSourceFiles( iCurrentFile ) , aTargetPath ) - - '///+
      • Delete the original log file(s)
      • - hDeleteFile( aSourceFiles( iCurrentFile ) ) - - next iCurrentFile - - else - Printlog( CFN & "No hs_err_pidXXXX.log file(s) found. Good." - endif - '///
      - - hFindCopyRemoveJavaLogs() = brc - -end function -- cgit From 2b5a557caff0a99d39a54226a89531e22999af11 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:31:05 +0100 Subject: vitomation01: #i109696 - Removed URLGraphicCheck, DialogTestForViewOptions --- .../framework/tools/includes/options_tools.inc | 78 ---------------------- 1 file changed, 78 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/options_tools.inc b/testautomation/framework/tools/includes/options_tools.inc index baffbc968406..27969686dea6 100644 --- a/testautomation/framework/tools/includes/options_tools.inc +++ b/testautomation/framework/tools/includes/options_tools.inc @@ -145,84 +145,6 @@ end sub '******************************************************************************* -function URLGraphicCheck ( bRelativ as Boolean, sFile as String ) - - Dim sGraphicPath, sTestString, sDummy as String - Dim lsFile ( 200 ) as String - Dim i as Integer - '///check if the pathname of a linked file is relative or not ( only for func_LoadSaveGeneral_2 ) - sGraphicPath = ( "/share/gallery/photos/desert1.jpg" ) - ListRead ( lsFile(), sFile ) - - for i=1 to ListCount ( lsFile() ) - - if Instr( lsFile(i), "IMG SRC" ) <> 0 then - sTestString = lsFile(i) - i=1000 - end if - - next i - - if bRelativ = TRUE then - - if Instr( sTestString, "../.." ) = 0 then - Warnlog "Bug => The path is not relativ!" - endif - - if Instr( sTestString, "file:///" ) <> 0 then - Warnlog "Bug => The relativ path contains 'file:///'" - endif - - else - if Instr( sTestString, "file:///" ) = 0 then - Warnlog "Bug => The path is relativ!" - endif - - if Instr( sTestString, "../.." ) <> 0 then - Warnlog "Bug => The nonrelativ path ( file:/// ) is not correct. It contains '../..'!" - endif - - end if - - if Instr( sTestString, sGraphicPath ) = 0 then - Warnlog "Wrong path to file, the graphic-part in filename is not correct!" - endif - -end function - -'******************************************************************************* - -sub DialogTestForViewOptions - - FormatParagraph - - Kontext - active.SetPage TabEinzuegeUndAbstaende - Active.SetPage TabAusrichtungAbsatz - active.SetPage TabTextfluss - - try - active.SetPage TabAsianTypography - catch - endcatch - - active.SetPage TabNumerierungAbsatz - active.SetPage TabTabulator - active.SetPage TabInitialen - active.SetPage TabUmrandung - active.SetPage TabHintergrund - - kontext "TabHintergrund" - TabHintergrund.Close - EditSearchAndReplace - - Kontext "FindAndReplace" - FindAndReplace.Close - -end sub - -'******************************************************************************* - sub Make3D '///test with 3D-objects when 3D-options are changed ( view page ) -- cgit From 0179ec3ac63633a474477cde1cccef06d3ec9f73 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:33:49 +0100 Subject: vitomation01: #i109696 - Removed hCheckPropertyPresence() and hSetLabelName() --- .../framework/tools/includes/pbrowser_tools.inc | 98 ---------------------- 1 file changed, 98 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index e07304bb69b7..fab2fe1de299 100644 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -280,64 +280,6 @@ end function '******************************************************************************* -function hCheckPropertyPresence ( cSetting as string , iPos as integer ) as boolean - - '///

      Function to determine whether a property is available for a control or not

      - '///This function takes a string (provided by controlcfg.dat) and looks for an 'x' at. - '///+ a given position. If it is found it returns TRUE, FALSE if it is a '-'
      - '///+Note that this function is a terrible workaround for a missing feature: In the current - '///+ version of the Testtool we cannot ask which controls are present on a dialog. So this - '///+ has to be kept in a list of some sort. This is especially bad for a property browser - '///+ test as we need to maintain such a list for 21 controls and a total of 76 (IIRC) - '///+ possible properties whereof only a small number (eight, i think) are common for all - '///+ controls. The test is barely maintainable, issues have been written but there is - '///+ no solution so far.


      - - '///Input: - '///
        - - '///+
      1. Configuration string (string)
      2. - '///
          - '///+
        • The string must be taken from file "controlcfg.dat"
        • - '///
        - - '///+
      3. Position of the control (integer)
      4. - '///
          - '///+
        • > 0 and < 74 (all possible control config items)
        • - '///
        - - '///
      - - '///Returns: - '///
        - '///+
      1. Status (boolean)
      2. - '///
          - '///+
        • TRUE: The property should exist for the current control
        • - '///+
        • FALSE: The property is not expected to exist for this control
        • - '///
        - - '///
      - - '///Description: - '///
        - - ' this function looks at a given position in the string cSetting for either - ' a "x" or a "-". - ' if "x" is found, the function returns true, else false. - - - '///+
      • Find the requested position in the string, set TRUE if it is an "x"
      • - if ( mid( cSetting , iPos , 1 ) = "x" ) then - hCheckPropertyPresence() = true - else - hCheckPropertyPresence() = false - endif - '///
      - -end function - -'******************************************************************************* - function hSetPBTabPage( iPage as integer ) as boolean '///

      A small helper to switch between tabpages in the property-browser

      @@ -429,43 +371,3 @@ end function '******************************************************************************* -function hSetLabelName( sLabelName as string ) as boolean - - '///

      Name a control, with limited errorhandling

      - - '///This function was introduced due to a problem with the property- - '///browser not being open fast enough or just refusing to accept input

      - - '///Input: - '///
        - '///+
      1. Text to be inserted in the control "NameText" (string)
      2. - '///
      - - '///Returns: - '///
        - - '///+
      1. Errorcondition
      2. - '///
          - '///+
        • TRUE: The control name was successfully updated
        • - '///+
        • FALSE: Control is not visible within current context
        • - '///
        - - '///
      - - '///Description: - '///
        - '///+
      • Test that the control "NameText" exists
      • - kontext "TabGeneralControl" - if ( Label.exists() ) then - '///+
      • Set the new name
      • - Label.setText( sLabelName ) - TabGeneralControl.TypeKeys ("" , true) - hSetLabelName() = true - else - warnlog( "Unable to name the control." ) - hSetLabelName() = false - endif - '///
      - -end function - -- cgit From d2a2fb2a4d19cb5cef9544b93b9922e19aeb7f31 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:35:19 +0100 Subject: vitomation01: #i109696 - Removed unused function hOpenRunMacroDialog() --- .../tools/includes/scriptorganizer_tools.inc | 36 ---------------------- 1 file changed, 36 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/scriptorganizer_tools.inc b/testautomation/framework/tools/includes/scriptorganizer_tools.inc index 59d4df0dbbce..9137dac0241b 100644 --- a/testautomation/framework/tools/includes/scriptorganizer_tools.inc +++ b/testautomation/framework/tools/includes/scriptorganizer_tools.inc @@ -344,39 +344,3 @@ function hOpenScriptOrganizer( iDialog as integer ) as boolean '///
    end function - -'******************************************************************************* - -function hOpenRunMacroDialog() as boolean - - '///

    Open the "Run Macro" dialog

    - '///Starting point: Any document
    - '///Input: - '///
      - '///+
    1. Nothing
    2. - '///
    - '///Returns: - '///
      - '///+
    1. Errorcondition
    2. - '///
        - '///+
      • TRUE if dialog is open
      • - '///+
      • FALSE if the Script Selector does not exist
      • - '///
      - '///
    - '///Description: - '///
      - - - '///+
    • Execute the ToolsMacrosRunMacro slot
    • - ToolsMacrosRunMacro - - '///+
    • Verify that the dialog is present
    • - kontext "ScriptSelector" - if ( ScriptSelector.exists( 2 ) ) then - hOpenRunMacroDialog() = true - else - hOpenRunMacroDialog() = false - endif - '///
    - -end function -- cgit From 66a86878241f3d10fd43b452969fc0a84cc3bdae Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 4 Mar 2010 14:37:44 +0100 Subject: vitomation01: #i109696 - hGetRefFilePath() --- .../framework/tools/includes/template_tools.inc | 80 ---------------------- 1 file changed, 80 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/template_tools.inc b/testautomation/framework/tools/includes/template_tools.inc index 6363bae7aaf9..5a1370b77262 100644 --- a/testautomation/framework/tools/includes/template_tools.inc +++ b/testautomation/framework/tools/includes/template_tools.inc @@ -127,86 +127,6 @@ end function '******************************************************************************* -function hGetRefFilePath( cCategory as string, location as string) as string - - '///

    Retrieve the location of the reference files for filename comparision

    - '///Input: - '///
      - '///+
    1. Category (string)
    2. - '///
        - '///+
      • "NEWDOCUMENTS" for New Documents
      • - '///+
      • "TEMPLATES" for Templates
      • - '///+
      • "SAMPLES" for Samples
      • - '///
      - '///+
    3. Location (string)
    4. - '///
        - '///+
      • "TESTTOOL" to use files below gTesttoolPath
      • - '///+
      • "LOCAL" to use files below gOfficePath/user/work
      • - '///
      - '///
    - '///Returns: - '///
      - '///+
    1. Fully qualified path to workfile (string)
    2. - '///
    - - '///Description: - '///
      - - dim cFile as string - - cCategory = ucase( cCategory ) - - '///+
    • Retrieve the location
    • - '///
        - '///+
      • For TESTTOOL
      • - '///
          - if ( ucase( location ) = "TESTTOOL" ) then - - '///+
        • Prepend path within testtool-environment
        • - cFile = "framework\update\input\templdoc\" & gProductName - - '///+
        • Build a name containing langcode and .txt suffix
        • - if ( cCategory = "NEWDOCUMENTS" ) then - cFile = cFile & "\new_" & iSprache & ".txt" - elseif ( cCategory = "TEMPLATES" ) then - cFile = cFile & "\tem_" & iSprache & ".txt" - elseif ( cCategory = "SAMPLES" ) then - cFile = cFile & "\sam_" & iSprache & ".txt" - else - warnlog( "Invalid category passed to hGetRefFilePath" ) - endif - - '///+
        • Set returnvalue
        • - hGetRefFilePath() = convertpath( gTesttoolPath & cFile ) - - '///
        - '///+
      • For LOCAL
      • - '///
          - elseif ( ucase( location ) = "LOCAL" ) then - - '///+
        • Build a name containing langcode and .txt suffix
        • - if ( cCategory = "NEWDOCUMENTS" ) then - cFile = "new_" & iSprache & ".txt" - elseif ( cCategory = "TEMPLATES" ) then - cFile = "tem_" & iSprache & ".txt" - elseif ( cCategory = "SAMPLES" ) then - cFile = "sam_" & iSprache & ".txt" - else - warnlog( "Invalid category passed to hGetRefFilePath" ) - endif - - '///+
        • Set returnvalue
        • - hGetRefFilePath() = convertpath( hGetWorkPath() & cFile ) - - end if - '///
        - '///
      - '///
    - -end function - -'******************************************************************************* - function hSelectCategory( cCategory as string ) as boolean '///

    Select a category from the left pane of the templates dialog

    -- cgit From 1ff86fe358641901314c7266ef250603c28a3406 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 5 Mar 2010 13:14:32 +0100 Subject: vitomation01: #i109696 - Added slot ContextProperties to hUseAsyncSlot(), should make test much more stable. Modified hClosePropertyBrowser() and hOpenPropertyBrowser() --- .../framework/tools/includes/pbrowser_tools.inc | 102 ++++----------------- .../global/tools/includes/required/t_tools3.inc | 1 + 2 files changed, 19 insertions(+), 84 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index fab2fe1de299..8323f7652429 100644 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -34,64 +34,25 @@ private const DEBUG_ENABLE = false function hOpenPropertyBrowser() as boolean - - '///

    Function to open the properties of a selected control

    - '///The function verifies that the property browser is really open and - '///+ ensures that we are on the General tabpage

    - - '///Input: - '///
      - - '///+
    1. Nothing
    2. - - '///
    - - '///Returns: - '///
      - - '///+
    1. Errorcondition (boolean)
    2. - '///
        - '///+
      • TRUE on successful open of the property browser
      • - '///+
      • FALSE on any error
      • - '///
      - - '///
    - - '///Description: - '///
      - + + '///

      Open the BASIC property browser

      + const CFN = "hOpenPropertyBrowser::" - - '///+
    • Open the property browser (call slot)
    • - try - ContextProperties - - '///+
    • Verify that the property browser is open
    • + + if ( hUseAsyncSlot( "ContextProperties" ) <> -1 ) then kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 2 ) ) then - - '///+
    • Activate General-tabpage
    • ControlPropertiesTabControl.setPage( TabGeneralControl ) - - '///+
    • Verify that the General-tabpage is visible
    • - kontext "TabGeneralControl" - if ( TabGeneralControl.isVisible() ) then - printlog( CFN & "ok" ) - hOpenPropertyBrowser() = true - else - printlog( CFN & "General-tab is not visible." ) - hOpenPropertyBrowser() = false - endif + printlog( "Property browser is open" ) + hOpenPropertyBrowser() = true else - printlog( CFN & "Could not open property browser" ) - hOpenPropertyBrowser() = false + warnlog( CFN & "Dialog is not available" ) + hOpenPropertyBrowser() = false endif - catch + else + warnlog( CFN & "Could not execute slot" ) hOpenPropertyBrowser() = false - printlog( CFN & "Slot not available" ) - endcatch - - '///
    + endif end function @@ -99,49 +60,22 @@ end function function hClosePropertyBrowser() as boolean - '///

    A function that closes the Property-Browser

    - '///The property browser is closed by executing the slot (the slot - '///+ toggles the dialog).

    - - '///Input: - '///
      - '///+
    1. Nothing
    2. - '///
    - - '///Returns: - '///
      - - '///+
    1. Errorcondition (boolean)
    2. - '///
        - '///+
      • TRUE if the Property Browser has been closed
      • - '///+
      • FALSE if the property browser is not open
      • - '///+
      • FALSE if the property browser could not be closed
      • - '///
      - - '///
    - - '///Description: - '///
      - '///+
    • Verify that the property browser is open
    • kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 1 ) ) then + if ( ControlPropertiesTabControl.exists() ) then - '///+
    • Execute the ContextProperties slot
    • - ContextProperties + hUseAsyncSlot( "ContextProperties" ) - '///+
    • Verify that the property browser is closed
    • - if ( ControlPropertiesTabControl.exists() ) then + if ( ControlPropertiesTabControl.notExists( 2 ) ) then printlog( CFN & "Property browser could not be closed" ) - hClosePropertyBrowser() = false + hClosePropertyBrowser() = true else printlog( CFN & "ok" ) - hClosePropertyBrowser() = true + hClosePropertyBrowser() = false endif else printlog( CFN & "Property browser is not open" ) - hClosePropertyBrowser() = false + hClosePropertyBrowser() = true endif - '///
    end function diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 25b85559b117..b523adaaeb90 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1064,6 +1064,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "insertindexesbibliographyentry" : InsertIndexesBibliographyEntry case "contextpositionandsize" : ContextPositionAndSize + case "contextproperties" : ContextProperties case "toolslanguagehyphenate" : ToolsLanguageHyphenate case "toolsupdateallindexes" : ToolsUpdateAllIndexes -- cgit From 19dffcdb039b57cd3dead1689492db65a352221d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 5 Mar 2010 14:19:49 +0100 Subject: vitomation01: #i109696 - Removed hToolsCustomizeAddNewMenu(), it is unused --- .../framework/tools/includes/customize_tools.inc | 59 ---------------------- 1 file changed, 59 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/customize_tools.inc b/testautomation/framework/tools/includes/customize_tools.inc index 62a95635cf2d..31dd243d438a 100644 --- a/testautomation/framework/tools/includes/customize_tools.inc +++ b/testautomation/framework/tools/includes/customize_tools.inc @@ -193,65 +193,6 @@ end function '******************************************************************************* -function hToolsCustomizeAddNewMenu( cName as string, bMode as boolean ) as boolean - - '///

    Add a new menu via Tools/Customize/Menu

    - '///Starting point: Tools/Customize with Menu-Tab open
    - '///Input: - '///
      - '///+
    1. Name of the new menu (string)
    2. - '///+
    3. Mode (boolean). Options:
    4. - '///
        - '///+
      • TRUE = The entry will be created (OK)
      • - '///+
      • FALSE = The entry will not be created (Cancel)
      • - '///
      - '///
    - '///Returns: - '///
      - '///+
    1. Errorstatus (boolean)
    2. - '///
        - '///+
      • TRUE on success
      • - '///+
      • FALSE on failure
      • - '///
      - '///
    - '///Description: - '///
      - - const CFN = "hToolsCustomizeAddNewMenu::" - dim brc as boolean - brc = false - - '///+
    • Click the "New..." button
    • - kontext "TabCustomizeMenu" - BtnNew.click() - - '///+
    • Verify that the menu organizer exists
    • - Kontext "MenuOrganiser" - if ( not MenuName.exists() ) then - printlog( CFN & "MenuOrganiser is not open" ) - exit function - endif - - '///+
    • Name the new menu if we intend to create the new entry
    • - if ( bMode ) then - printlog( CFN & "Naming menu: " & cName ) - MenuName.setText( cName ) - MenuOrganiser.OK() - brc = true - else - call DialogTest( MenuOrganiser ) - printlog( CFN & "Opened and closed MenuOrganiser" ) - MenuOrganiser.cancel() - brc = true - endif - - hToolsCustomizeAddNewMenu() = brc - '///
    - -end function - -'******************************************************************************* - function hDeselectSeparator() as integer '///

    Make sure that we do not work on a separator item (Toolbars)

    -- cgit From 51e1223dbe494ddf13b0b8b34b218c4ec77eb63b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 09:00:13 +0100 Subject: vitomation01: #i109696 - Removed functions hChangeControlSettings() and hCheckControlSettings() and the containing files t_ctrl_1.inc and t_ctrl_2.inc, they are unused --- .../global/tools/includes/optional/t_ctrl_1.inc | 955 --------------------- .../global/tools/includes/optional/t_ctrl_2.inc | 355 -------- 2 files changed, 1310 deletions(-) delete mode 100644 testautomation/global/tools/includes/optional/t_ctrl_1.inc delete mode 100644 testautomation/global/tools/includes/optional/t_ctrl_2.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_ctrl_1.inc b/testautomation/global/tools/includes/optional/t_ctrl_1.inc deleted file mode 100644 index d7fd3ac42f81..000000000000 --- a/testautomation/global/tools/includes/optional/t_ctrl_1.inc +++ /dev/null @@ -1,955 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : marc.neumann@sun.com -'* -'* short description : -'* -'******************************************************************* -'* -' #1 hChangeControlSettings -'* -'\****************************************************************** - -function hChangeControlSettings ( sType as String, lsProps( ) ) as Boolean - - if bAsianLan = TRUE then - printlog " ******************************************* " - printlog " *** running on asian office version *** " - printlog " ******************************************* " - else - printlog " ******************************************* " - printlog " *** running on non-asian office version *** " - printlog " ******************************************* " - endif - - Kontext "TabGeneralControl" - if TabGeneralControl.Exists = FALSE then - Kontext "TB_MacroControls" - printlog " activate properties for '" + sType + "'" - Properties.Click - Kontext "TabGeneralControl" - Sleep (1) - end if - - printlog "- change global settings" - NameText.SetText "tt_" + sType + "_tt" - ListAppend ( lsProps(), NameText.GetText ) - - if Enabled.GetSelIndex = 1 then - Enabled.Select 2 - else - Enabled.Select 1 - end if - - ListAppend ( lsProps(), Enabled.GetSelText ) - - if sType <> "dialog" then - if Printable.GetSelIndex = 1 then - Printable.Select 2 - else - Printable.Select 1 - end if - ListAppend ( lsProps(), Printable.GetSelText ) - else - ListAppend ( lsProps(), "not testable" ) ' dummy entry - end if - -' PageStep.More 2 -' ListAppend ( lsProps(), PageStep.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - Order.More 2 - Height.Less 3 - ListAppend ( lsProps(), Order.GetText ) ' have to be checked after another control is changed ( it depends on the number of controls ) - ListAppend ( lsProps(), Height.GetText ) - Width.More 4 - ListAppend ( lsProps(), Width.GetText ) -' PositionX.More 3 -' ListAppend ( lsProps(), PositionX.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' PositionY.Less 2 -' ListAppend ( lsProps(), PositionY.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - Information.SetText "tt info" - ListAppend ( lsProps(), Information.GetText ) - Help.SetText "tt help" - ListAppend ( lsProps(), Help.GetText ) - HelpURL.SetText "www.mopo.de" - ListAppend ( lsProps(), HelpURL.GetText ) - - printlog "- change special settings for '" + sType + "'" -'##### CommandButton ##### - if instr ( lcase ( sType ), "commandbutton" ) then -' SetControlType CTBrowseBox -' Label.TypeKeys "tt_label_tt" -' ListAppend ( lsProps(), Label.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - TabStop.Select 3 - ListAppend ( lsProps(), TabStop.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 5 ) - else - Font.Select ( 5 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 17 - ListAppend ( lsProps(), Background.GetSelText ) -' ButtonType.Select 3 -' ListAppend ( lsProps(), ButtonType.GetSelText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' if State.GetSelIndex = 1 then -' State.Select 2 -' else -' State.Select 1 -' end if -' ListAppend ( lsProps(), State.GetSelText ) - - ListAppend ( lsProps(), "not testable" ) ' dummy entry - if DefaultButton.GetSelIndex = 1 then - DefaultButton.Select 2 - else - DefaultButton.Select 2 - end if - - ListAppend ( lsProps(), DefaultButton.GetSelText ) - GraphicsButton.Click - - Kontext "GrafikEinfuegenDlg" - Dateiname.SetText ( ConvertPath ( gTesttoolPath + "global\input\graf_inp\baer.tif" ) ) - DateiTyp.Select 1 ' set the filter to 'all formats' - Oeffnen.Click - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), Graphics.GetText ) - GraphicsAlignment.Select 4 - ListAppend ( lsProps(), GraphicsAlignment.GetSelText ) - end if - -'##### ImageControl ##### - if instr ( lcase ( sType ), "imagecontrol" ) then - Background.Select 14 - ListAppend ( lsProps(), Background.GetSelText ) - GraphicsButton.Click - - Kontext "GrafikEinfuegenDlg" - Dateiname.SetText ( ConvertPath ( gTesttoolPath + "global\input\graf_inp\baer.tif" ) ) - DateiTyp.Select 1 ' set the filter to 'all formats' - Oeffnen.Click - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), Graphics.GetText ) -' if Scale.GetSelIndex = 1 then -' Scale.Select 2 -' else -' Scale.Select 1 -' end if -' ListAppend ( lsProps(), Scale.GetSelText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - end if - -'##### CheckBox ##### - if instr ( lcase ( sType ), "checkbox" ) then -' SetControlType CTBrowseBox -' Label.TypeKeys "tt_label_tt" -' ListAppend ( lsProps(), Label.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - TabStop.Select 3 - ListAppend ( lsProps(), TabStop.GetSelText ) - -' if State.GetSelIndex = 1 then -' State.Select 2 -' else -' State.Select 1 -' end if -' ListAppend ( lsProps(), State.GetSelText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - -' if TriState.GetSelIndex = 1 then -' TriState.Select 2 -' else -' TriState.Select 1 -' end if -' ListAppend ( lsProps(), TriState.GetSelText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - end if - -'##### OptionButton ##### - if instr ( lcase ( sType ), "optionbutton" ) then -' SetControlType CTBrowseBox -' Label.TypeKeys "tt_label_tt" -' ListAppend ( lsProps(), Label.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - TabStop.Select 3 - ListAppend ( lsProps(), TabStop.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 5 ) - else - Font.Select ( 5 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - -' if State.GetSelIndex = 1 then -' State.Select 2 -' else -' State.Select 1 -' end if -' ListAppend ( lsProps(), State.GetSelText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - end if - -'##### Label ##### - if instr ( lcase ( sType ), "label" ) then -' SetControlType CTBrowseBox -' Label.TypeKeys "tt_label_tt" -' ListAppend ( lsProps(), Label.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - TabStop.Select 3 - ListAppend ( lsProps(), TabStop.GetSelText ) - - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 5 ) - else - Font.Select ( 5 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - - Align.Select 4 - ListAppend ( lsProps(), Align.GetSelText ) - Background.Select 20 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 3 - ListAppend ( lsProps(), Border.GetSelText ) - - if MultiLine.GetSelIndex = 1 then - MultiLine.Select 2 - else - MultiLine.Select 1 - end if - - ListAppend ( lsProps(), MultiLine.GetSelText ) - end if - -'##### TextField ##### - if instr ( lcase ( sType ), "textfield" ) then -' SetControlType CTBrowseBox -' TextText.TypeKeys "tt_text_tt" -' ListAppend ( lsProps(), TextText.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - MaxTextLen.More 5 - ListAppend ( lsProps(), MaxTextLen.GetText ) - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 3 - ListAppend ( lsProps(), TabStop.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 5 ) - else - Font.Select ( 5 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Align.Select 1 - ListAppend ( lsProps(), Align.GetSelText ) - Background.Select 20 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 3 - ListAppend ( lsProps(), Border.GetSelText ) - - if MultiLine.GetSelIndex = 1 then - MultiLine.Select 2 - else - MultiLine.Select 1 - end if - - ListAppend ( lsProps(), MultiLine.GetSelText ) - - if ManualLineBreak.GetSelIndex = 1 then - ManualLineBreak.Select 2 - else - ManualLineBreak.Select 1 - end if - - ListAppend ( lsProps(), ManualLineBreak.GetSelText ) - - if HorizontalScroll.GetSelIndex = 1 then - HorizontalScroll.Select 2 - else - HorizontalScroll.Select 1 - end if - - ListAppend ( lsProps(), HorizontalScroll.GetSelText ) - - if VerticalScroll.GetSelIndex = 1 then - VerticalScroll.Select 2 - else - VerticalScroll.Select 1 - end if - - ListAppend ( lsProps(), VerticalScroll.GetSelText ) - Password.SetText "t" - ListAppend ( lsProps(), Password.GetText ) - - end if - -'##### Listbox ##### - if instr ( lcase ( sType ), "listbox" ) then - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 3 - ListAppend ( lsProps(), TabStop.GetSelText ) -' SetControlType CTBrowseBox -' ListEntries.TypeKeys "tt_text_tt" -' ListAppend ( lsProps(), ListEntries.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 5 ) - else - Font.Select ( 5 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - - if DropDown.GetSelIndex = 1 then - DropDown.Select 2 - else - DropDown.Select 1 - end if - - ListAppend ( lsProps(), DropDown.GetSelText ) - LineCount.Less 1 - ListAppend ( lsProps(), LineCount.GetText ) - - if MultiSelection.GetSelIndex = 1 then - MultiSelection.Select 2 - else - MultiSelection.Select 1 - end if - - ListAppend ( lsProps(), MultiSelection.GetSelText ) - end if - -'##### Combobox ##### - if instr ( lcase ( sType ), "combobox" ) then - - TextText.SetText "tt_text_tt" - ListAppend ( lsProps(), TextText.GetText ) - MaxTextLen.More 2 - ListAppend ( lsProps(), MaxTextLen.GetText ) - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 3 - ListAppend ( lsProps(), TabStop.GetSelText ) -' SetControlType CTBrowseBox -' ListEntries.TypeKeys "tt_text_tt" -' ListAppend ( lsProps(), ListEntries.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 5 ) - else - Font.Select ( 5 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - - if DropDown.GetSelIndex = 1 then - DropDown.Select 2 - else - DropDown.Select 1 - end if - - ListAppend ( lsProps(), DropDown.GetSelText ) - - if AutoComplete.GetSelIndex = 1 then - AutoComplete.Select 2 - else - AutoComplete.Select 1 - end if - - ListAppend ( lsProps(), AutoComplete.GetSelText ) - LineCount.More 5 - ListAppend ( lsProps(), LineCount.GetText ) - Border.Select 2 ' sometimes the line count is not saved correctly, when it was changed as last property - Border.Select 1 ' as work-around : change another property and then set it to the last entry - - end if - -'##### Scrollbar ##### - if instr ( lcase ( sType ), "scrollbar" ) then - -' ScrollValue.More 5 -' ListAppend ( lsProps(), ScrollValue.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' ScrollValueMax.Less 5 -' ListAppend ( lsProps(), ScrollValueMax.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' LineIncrement.More 1 -' ListAppend ( lsProps(), LineIncrement.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' BlockIncrement.Less 1 -' ListAppend ( lsProps(), BlockIncrement.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' VisibleSize.Less 2 -' ListAppend ( lsProps(), VisibleSize.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' if Orientation.GetSelIndex = 1 then -' Orientation.Select 2 -' else -' Orientation.Select 1 -' end if -' ListAppend ( lsProps(), Orientation.GetSelText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - Border.Select 2 - ListAppend ( lsProps(), Border.GetSelText ) - end if - -'##### FrameControl ##### - if instr ( lcase ( sType ), "framecontrol" ) then -' SetControlType CTBrowseBox -' Label.TypeKeys "tt_label_tt" -' ListAppend ( lsProps(), Label.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - - end if - -'##### progressBar ##### - if instr ( lcase ( sType ), "progressbar" ) then - -' ScrollValue.More 5 -' ListAppend ( lsProps(), ScrollValue.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' ScrollValueMax.Less 5 -' ListAppend ( lsProps(), ScrollValueMax.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' LineIncrement.More 1 -' ListAppend ( lsProps(), LineIncrement.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' BlockIncrement.Less 1 -' ListAppend ( lsProps(), BlockIncrement.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' VisibleSize.Less 2 -' ListAppend ( lsProps(), VisibleSize.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' if Orientation.GetSelIndex = 1 then -' Orientation.Select 2 -' else -' Orientation.Select 1 -' end if -' ListAppend ( lsProps(), Orientation.GetSelText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - Background.Select 4 - ListAppend ( lsProps(), Background.GetSelText ) - end if - -'##### FixedLine ##### - if instr ( lcase ( sType ), "fixedline" ) then -' SetControlType CTBrowseBox -' Label.TypeKeys "tt_label_tt" -' ListAppend ( lsProps(), Label.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry -' if Orientation.GetSelIndex = 1 then -' Orientation.Select 2 -' else -' Orientation.Select 1 -' end if -' ListAppend ( lsProps(), Orientation.GetSelText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - end if - - -'##### DateField ##### - if instr ( lcase ( sType ), "datefield" ) then - if StrictFormat.GetSelIndex = 1 then - StrictFormat.Select 2 - else - StrictFormat.Select 1 - end if - ListAppend ( lsProps(), StrictFormat.GetSelText ) - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 2 - ListAppend ( lsProps(), TabStop.GetSelText ) - DateField.More 3 - ListAppend ( lsProps(), DateField.GetText ) - DateMin.More 3 - ListAppend ( lsProps(), DateMin.GetText ) - DateMax.Less 3 - ListAppend ( lsProps(), DateMax.GetText ) - DateFormat.Select 7 - ListAppend ( lsProps(), DateFormat.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - if DropDown.GetSelIndex = 1 then - DropDown.Select 2 - else - DropDown.Select 1 - end if - ListAppend ( lsProps(), DropDown.GetSelText ) - if Spin.GetSelIndex = 1 then - Spin.Select 2 - else - Spin.Select 1 - end if - ListAppend ( lsProps(), Spin.GetSelText ) - end if - -'##### TimeField ##### - if instr ( lcase ( sType ), "timefield" ) then - - if StrictFormat.GetSelIndex = 1 then - StrictFormat.Select 2 - else - StrictFormat.Select 1 - end if - - ListAppend ( lsProps(), StrictFormat.GetSelText ) - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 1 - ListAppend ( lsProps(), TabStop.GetSelText ) - TimeField.Less 3 - ListAppend ( lsProps(), TimeField.GetText ) - TimeMin.More 2 - ListAppend ( lsProps(), TimeMin.GetText ) - TimeMax.Less 3 - ListAppend ( lsProps(), TimeMax.GetText ) - TimeFormat.Select 3 - ListAppend ( lsProps(), TimeFormat.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - - if Spin.GetSelIndex = 1 then - Spin.Select 2 - else - Spin.Select 1 - end if - - ListAppend ( lsProps(), Spin.GetSelText ) - end if - -'##### NumericField ##### - if instr ( lcase ( sType ), "numericfield" ) then - - if StrictFormat.GetSelIndex = 1 then - StrictFormat.Select 2 - else - StrictFormat.Select 1 - end if - - ListAppend ( lsProps(), StrictFormat.GetSelText ) - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 1 - ListAppend ( lsProps(), TabStop.GetSelText ) - Value.Less 3 - ListAppend ( lsProps(), Value.GetText ) - ValueMin.Less 2 - ListAppend ( lsProps(), ValueMin.GetText ) - ValueMax.Less 3 - ListAppend ( lsProps(), ValueMax.GetText ) - ValueStep.More 5 - ListAppend ( lsProps(), ValueStep.GetText ) - Accuray.More 3 - ListAppend ( lsProps(), Accuray.GetText ) - - if ThousandSeperator.GetSelIndex = 1 then - ThousandSeperator.Select 2 - else - ThousandSeperator.Select 1 - end if - - ListAppend ( lsProps(), ThousandSeperator.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - if Spin.GetSelIndex = 1 then - Spin.Select 2 - else - Spin.Select 1 - end if - ListAppend ( lsProps(), Spin.GetSelText ) - end if - - -'##### CurrencyField ##### - if instr ( lcase ( sType ), "currencyfield" ) then - - if StrictFormat.GetSelIndex = 1 then - StrictFormat.Select 2 - else - StrictFormat.Select 1 - end if - - ListAppend ( lsProps(), StrictFormat.GetSelText ) - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 1 - ListAppend ( lsProps(), TabStop.GetSelText ) - Value.Less 3 - ListAppend ( lsProps(), Value.GetText ) - ValueMin.Less 2 - ListAppend ( lsProps(), ValueMin.GetText ) - ValueMax.Less 3 - ListAppend ( lsProps(), ValueMax.GetText ) - ValueStep.More 5 - ListAppend ( lsProps(), ValueStep.GetText ) - Accuray.More 2 - ListAppend ( lsProps(), Accuray.GetText ) - - if ThousandSeperator.GetSelIndex = 1 then - ThousandSeperator.Select 2 - else - ThousandSeperator.Select 1 - end if - - ListAppend ( lsProps(), ThousandSeperator.GetSelText ) - CurrencySymbol.SetText "#" - ListAppend ( lsProps(), CurrencySymbol.GetText ) - - if CurrSymPosition.GetSelIndex = 1 then - CurrSymPosition.Select 2 - else - CurrSymPosition.Select 1 - end if - - ListAppend ( lsProps(), CurrSymPosition.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - - if Spin.GetSelIndex = 1 then - Spin.Select 2 - else - Spin.Select 1 - end if - - ListAppend ( lsProps(), Spin.GetSelText ) - end if - -'##### FormattedField ##### - if instr ( lcase ( sType ), "formattedfield" ) then - MaxTextLen.More 4 - ListAppend ( lsProps(), MaxTextLen.GetText ) - - if StrictFormat.GetSelIndex = 1 then - StrictFormat.Select 2 - else - StrictFormat.Select 1 - end if - - ListAppend ( lsProps(), StrictFormat.GetSelText ) - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 1 - ListAppend ( lsProps(), TabStop.GetSelText ) -' Effective.SetText "2" -' ListAppend ( lsProps(), Effective.GetText ) - ListAppend ( lsProps(), "not testable" ) ' dummy entry - EffectiveMin.SetText "1" - ListAppend ( lsProps(), EffectiveMin.GetText ) - EffectiveMax.SetText "1" - ListAppend ( lsProps(), EffectiveMax.GetText ) - FormatkeyButton.Click - - Kontext "ZahlenFormat" - Kategorie.Select 3 - Kategorieformat.Select ( Kategorieformat.GetItemCount ) - ZahlenFormat.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), FormatKey.GetText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Align.Select 1 - ListAppend ( lsProps(), Align.GetSelText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - - if Spin.GetSelIndex = 1 then - Spin.Select 2 - else - Spin.Select 1 - end if - - ListAppend ( lsProps(), Spin.GetSelText ) - end if - -'##### PatternField ##### - if instr ( lcase ( sType ), "patternfield" ) then - TextText.SetText "tt_text_tt" - ListAppend ( lsProps(), TextText.GetText ) - MaxTextLen.More 4 - ListAppend ( lsProps(), MaxTextLen.GetText ) - EditMask.SetText "aeiopu" - ListAppend ( lsProps(), EditMask.GetText ) - LiteralMask.SetText "upqpsd" - ListAppend ( lsProps(), LiteralMask.GetText ) - - if StrictFormat.GetSelIndex = 1 then - StrictFormat.Select 2 - else - StrictFormat.Select 1 - end if - - ListAppend ( lsProps(), StrictFormat.GetSelText ) - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 1 - ListAppend ( lsProps(), TabStop.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - end if - -'##### FileControl ##### - if instr ( lcase ( sType ), "filecontrol" ) then - TextText.SetText "tt_text_tt" - ListAppend ( lsProps(), TextText.GetText ) - - if Readonly.GetSelIndex = 1 then - Readonly.Select 2 - else - Readonly.Select 1 - end if - - ListAppend ( lsProps(), Readonly.GetSelText ) - TabStop.Select 1 - ListAppend ( lsProps(), TabStop.GetSelText ) - CharacterSetButton.Click - - Kontext "TabFont" - if bAsianLan = TRUE then - FontEast.Select ( 3 ) - else - Font.Select ( 3 ) - endif - TabFont.OK - - Kontext "TabGeneralControl" - ListAppend ( lsProps(), CharacterSet.GetText ) - Background.Select 1 - ListAppend ( lsProps(), Background.GetSelText ) - Border.Select 1 - ListAppend ( lsProps(), Border.GetSelText ) - end if - -end function diff --git a/testautomation/global/tools/includes/optional/t_ctrl_2.inc b/testautomation/global/tools/includes/optional/t_ctrl_2.inc deleted file mode 100644 index 498f6f9f33ce..000000000000 --- a/testautomation/global/tools/includes/optional/t_ctrl_2.inc +++ /dev/null @@ -1,355 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : marc.neumann@sun.com -'* -'* short description : -'* -'******************************************************************* -'* -' #1 hCheckControlSettings -'* -'\****************************************************************** - -function hCheckControlSettings ( sType as String, lsProps( ) ) as Boolean - - Kontext "TabGeneralControl" - if TabGeneralControl.Exists = FALSE then - Kontext "TB_MacroControls" - printlog " activate properties for '" + sType + "'" - Properties.Click - Kontext "TabGeneralControl" - Sleep (1) - end if - - printlog "- check global settings" - if NameText.GetText <> lsProps(1) then Warnlog "Name => changes not saved! should : '" + lsProps(1) + "' is : '" + NameText.GetText + "'" - if Enabled.GetSelText <> lsProps(2) then Warnlog "Enabled => changes not saved! should : '" + lsProps(2) + "' is : '" + Enabled.GetSelText + "'" - if sType <> "dialog" then - if Printable.GetSelText <> lsProps(3) then Warnlog "Printable => changes not saved! should : '" + lsProps(3) + "' is : '" + Printable.GetSelText + "'" - end if -' if PageStep.GetText <> lsProps(4) then Warnlog "Page Step => changes not saved! should : '" + lsProps(4) + "' is : '" + PageStep.GetText + "'" - if Order.GetText <> lsProps(5) then Warnlog "Order => changes not saved! should : '" + lsProps(5) + "' is : '" + Order.GetText + "'" - if Height.GetText <> lsProps(6) then Warnlog "Height => changes not saved! should : '" + lsProps(6) + "' is : '" + Height.GetText + "'" - if Width.GetText <> lsProps(7) then Warnlog "Width => changes not saved! should : '" + lsProps(7) + "' is : '" + Width.GetText + "'" -' if PositionX.GetText <> lsProps(8) then Warnlog "Position x => changes not saved! should : '" + lsProps(8) + "' is : '" + PositionX.GetText + "'" -' if PositionY.GetText <> lsProps(9) then Warnlog "Position y => changes not saved! should : '" + lsProps(9) + "' is : '" + PositionY.GetText + "'" - if Information.GetText <> lsProps(10) then Warnlog "Information => changes not saved! should : '" + lsProps(10) + "' is : '" + Information.GetText + "'" - if Help.GetText <> lsProps(11) then Warnlog "Help => changes not saved! should : '" + lsProps(11) + "' is : '" + Help.GetText + "'" - if HelpURL.GetText <> lsProps(12) then Warnlog "Help URL => changes not saved! should : '" + lsProps(12) + "' is : '" + HelpURL.GetText + "'" - - printlog "- check special settings for " + sType - -'##### CommandButton ##### - if instr ( lcase ( sType ), "commandbutton" ) then -' if Label.GetText <> lsProps(13) then Warnlog "Label => changes not saved! should : '" + lsProps(13) + "' is : '" + Label.GetText + "'" - if TabStop.GetSelText <> lsProps(14) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(14) + "' is : '" + TabStop.GetSelText + "'" - if CharacterSet.GetText <> lsProps(15) then Warnlog "Character set => changes not saved! should : '" + lsProps(15) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(16) then Warnlog "Background => changes not saved! should : '" + lsProps(16) + "' is : '" + Background.GetSelText + "'" -' if ButtonType.GetSelText <> lsProps(17) then Warnlog "Button type => changes not saved! should : '" + lsProps(17) + "' is : '" + ButtonType.GetSelText + "'" -' if State.GetSelText <> lsProps(18) then Warnlog "State => changes not saved! should : '" + lsProps(18) + "' is : '" + State.GetSelText + "'" - if DefaultButton.GetSelText <> lsProps(19) then Warnlog "Default button => changes not saved! should : '" + lsProps(19) + "' is : '" + DefaultButton.GetSelText + "'" - if Graphics.GetText <> lsProps(20) then Warnlog "Graphics => changes not saved! should : '" + lsProps(20) + "' is : '" + Graphics.GetText + "'" - if GraphicsAlignment.GetSelText <> lsProps(21) then Warnlog "Graphics alignment => changes not saved! should : '" + lsProps(21) + "' is : '" + GraphicsAlignment.GetSelText + "'" - end if - -'##### ImageControl ##### - if instr ( lcase ( sType ), "imagecontrol" ) then - if Background.GetSelText <> lsProps(13) then Warnlog "Background => changes not saved! should : '" + lsProps(13) + "' is : '" + Background.GetSelText + "'" - if Graphics.GetText <> lsProps(14) then Warnlog "Graphics => changes not saved! should : '" + lsProps(14) + "' is : '" + Graphics.GetText + "'" -' if Scale.GetSelText <> lsProps(15) then Warnlog "Scale => changes not saved! should : '" + lsProps(15) + "' is : '" + Scale.GetSelText + "'" - end if - -'##### CheckBox ##### - if instr ( lcase ( sType ), "checkbox" ) then -' if Label.GetText <> lsProps(13) then Warnlog "Label => changes not saved! should : '" + lsProps(13) + "' is : '" + Label.GetText + "'" - if TabStop.GetSelText <> lsProps(14) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(14) + "' is : '" + TabStop.GetSelText + "'" -' if State.GetSelText <> lsProps(15) then Warnlog "State => changes not saved! should : '" + lsProps(15) + "' is : '" + State.GetSelText + "'" -' if TriState.GetSelText <> lsProps(16) then Warnlog "TriState => changes not saved! should : '" + lsProps(16) + "' is : '" + TriState.GetSelText + "'" - end if - -'##### OptionButton ##### - if instr ( lcase ( sType ), "optionbutton" ) then -' if Label.GetText <> lsProps(13) then Warnlog "Label => changes not saved! should : '" + lsProps(13) + "' is : '" + Label.GetText + "'" - if TabStop.GetSelText <> lsProps(14) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(14) + "' is : '" + TabStop.GetSelText + "'" - if CharacterSet.GetText <> lsProps(15) then Warnlog "Character set => changes not saved! should : '" + lsProps(15) + "' is : '" + CharacterSet.GetText + "'" -' if State.GetSelText <> lsProps(16) then Warnlog "State => changes not saved! should : '" + lsProps(16) + "' is : '" + State.GetSelText + "'" - end if - -'##### Label ##### - if instr ( lcase ( sType ), "label" ) then -' if Label.GetText <> lsProps(13) then Warnlog "Label => changes not saved! should : '" + lsProps(13) + "' is : '" + Label.GetText + "'" - if TabStop.GetSelText <> lsProps(14) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(14) + "' is : '" + TabStop.GetSelText + "'" - if CharacterSet.GetText <> lsProps(15) then Warnlog "Character set => changes not saved! should : '" + lsProps(15) + "' is : '" + CharacterSet.GetText + "'" - if Align.GetSelText <> lsProps(16) then Warnlog "Alignment => changes not saved! should : '" + lsProps(16) + "' is : '" + Align.GetSelText + "'" - if Background.GetSelText <> lsProps(17) then Warnlog "Background => changes not saved! should : '" + lsProps(17) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(18) then Warnlog "Border => changes not saved! should : '" + lsProps(18) + "' is : '" + Border.GetSelText + "'" - if MultiLine.GetSelText <> lsProps(19) then Warnlog "MultiLine => changes not saved! should : '" + lsProps(19) + "' is : '" + MultiLine.GetSelText + "'" - end if - -'##### TextField ##### - if instr ( lcase ( sType ), "textfield" ) then -' if TextText.GetText <> lsProps(13) then Warnlog "Text => changes not saved! should : '" + lsProps(13) + "' is : '" + TextText.GetText + "'" - if MaxTextLen.GetText <> lsProps(14) then Warnlog "Max text lengh => changes not saved! should : '" + lsProps(14) + "' is : '" + MaxTextLen.GetText + "'" - if Readonly.GetSelText <> lsProps(15) then Warnlog "Readonly => changes not saved! should : '" + lsProps(15) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(16) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(16) + "' is : '" + TabStop.GetSelText + "'" - if CharacterSet.GetText <> lsProps(17) then Warnlog "Character set => changes not saved! should : '" + lsProps(17) + "' is : '" + CharacterSet.GetText + "'" - if Align.GetSelText <> lsProps(18) then Warnlog "Alignment => changes not saved! should : '" + lsProps(18) + "' is : '" + Align.GetSelText + "'" - if Background.GetSelText <> lsProps(19) then Warnlog "Background => changes not saved! should : '" + lsProps(19) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(20) then Warnlog "Border => changes not saved! should : '" + lsProps(20) + "' is : '" + Border.GetSelText + "'" - if MultiLine.GetSelText <> lsProps(21) then Warnlog "MultiLine => changes not saved! should : '" + lsProps(21) + "' is : '" + MultiLine.GetSelText + "'" - if ManualLineBreak.GetSelText <> lsProps(22) then Warnlog "Manual line break => changes not saved! should : '" + lsProps(22) + "' is : '" + ManualLineBreak.GetSelText + "'" - if HorizontalScroll.GetSelText <> lsProps(23) then Warnlog "Horizontal scrollbar => changes not saved! should : '" + lsProps(23) + "' is : '" + HorizontalScroll.GetSelText + "'" - if VerticalScroll.GetSelText <> lsProps(24) then Warnlog "Vertical scrollbar => changes not saved! should : '" + lsProps(24) + "' is : '" + VerticalScroll.GetSelText + "'" - if Password.GetText <> lsProps(25) then Warnlog "Password => changes not saved! should : '" + lsProps(25) + "' is : '" + Password.GetText + "'" - end if - -'##### Listbox ##### - if instr ( lcase ( sType ), "listbox" ) then - if Readonly.GetSelText <> lsProps(13) then Warnlog "Readonly => changes not saved! should : '" + lsProps(13) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(14) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(14) + "' is : '" + TabStop.GetSelText + "'" -' if ListEntries.GetText <> lsProps(15) then Warnlog "List entries => changes not saved! should : '" + lsProps(15) + "' is : '" + ListEntries.GetText + "'" - if CharacterSet.GetText <> lsProps(16) then Warnlog "Character set => changes not saved! should : '" + lsProps(16) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(17) then Warnlog "Background => changes not saved! should : '" + lsProps(17) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(18) then Warnlog "Border => changes not saved! should : '" + lsProps(18) + "' is : '" + Border.GetSelText + "'" - if DropDown.GetSelText <> lsProps(19) then Warnlog "Drop Down => changes not saved! should : '" + lsProps(19) + "' is : '" + DropDown.GetSelText + "'" - if LineCount.GetText <> lsProps(20) then Warnlog "Line counte => changes not saved! should : '" + lsProps(20) + "' is : '" + LineCount.GetText + "'" - if MultiSelection.GetSelText <> lsProps(21) then Warnlog "Multi selection. => changes not saved! should : '" + lsProps(21) + "' is : '" + MultiSelection.GetSelText + "'" - end if - -'##### Combobox ##### - if instr ( lcase ( sType ), "combobox" ) then - if TextText.GetText <> lsProps(13) then Warnlog "Text => changes not saved! should : '" + lsProps(13) + "' is : '" + TextText.GetText + "'" - if MaxTextLen.GetText <> lsProps(14) then Warnlog "Max text lenght => changes not saved! should : '" + lsProps(14) + "' is : '" + MaxTextLen.GetText + "'" - if Readonly.GetSelText <> lsProps(15) then Warnlog "Readonly => changes not saved! should : '" + lsProps(15) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(16) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(16) + "' is : '" + TabStop.GetSelText + "'" -' if ListEntries.GetText <> lsProps(17) then Warnlog "List entries => changes not saved! should : '" + lsProps(17) + "' is : '" + ListEntries.GetText + "'" - if CharacterSet.GetText <> lsProps(18) then Warnlog "Character set => changes not saved! should : '" + lsProps(18) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(19) then Warnlog "Background => changes not saved! should : '" + lsProps(19) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(20) then Warnlog "Border => changes not saved! should : '" + lsProps(20) + "' is : '" + Border.GetSelText + "'" - if DropDown.GetSelText <> lsProps(21) then Warnlog "Drop Down => changes not saved! should : '" + lsProps(21) + "' is : '" + DropDown.GetSelText + "'" - if AutoComplete.GetSelText <> lsProps(22) then Warnlog "Auto complete => changes not saved! should : '" + lsProps(22) + "' is : '" + AutoComplete.GetSelText + "'" - if LineCount.GetText <> lsProps(23) then Warnlog "Line count => changes not saved! should : '" + lsProps(23) + "' is : '" + LineCount.GetText + "'" - end if - -'##### Scrollbar ##### - if instr ( lcase ( sType ), "scrollbar" ) then -' if ScrollValue.GetText <> lsProps(13) then Warnlog "Scroll value => changes not saved! should : '" + lsProps(13) + "' is : '" + ScrollValue.GetText + "'" -' if ScrollValueMax.GetText <> lsProps(14) then Warnlog "Scroll value max => changes not saved! should : '" + lsProps(14) + "' is : '" + ScrollValueMax.GetText + "'" -' if LineIncrement.GetText <> lsProps(15) then Warnlog "Line increment => changes not saved! should : '" + lsProps(15) + "' is : '" + LineIncrement.GetText + "'" -' if BlockIncrement.GetText <> lsProps(16) then Warnlog "Block increment => changes not saved! should : '" + lsProps(16) + "' is : '" + BlockIncrement.GetText + "'" -' if VisibleSize.GetText <> lsProps(17) then Warnlog "Visible size => changes not saved! should : '" + lsProps(17) + "' is : '" + VisibleSize.GetText + "'" -' if Orientation.GetSelText <> lsProps(18) then Warnlog "Orientation => changes not saved! should : '" + lsProps(18) + "' is : '" + Orientation.GetSelText + "'" - if Border.GetSelText <> lsProps(19) then Warnlog "Border => changes not saved! should : '" + lsProps(19) + "' is : '" + Border.GetSelText + "'" - end if - -'##### FrameControl ##### - if instr ( lcase ( sType ), "framecontrol" ) then -' if Label.GetText <> lsProps(13) then Warnlog "Label => changes not saved! should : '" + lsProps(13) + "' is : '" + Label.GetText + "'" - if CharacterSet.GetText <> lsProps(14) then Warnlog "Character set => changes not saved! should : '" + lsProps(14) + "' is : '" + CharacterSet.GetText + "'" - end if - - -'##### progressBar ##### - if instr ( lcase ( sType ), "progressbar" ) then -' if ScrollValue.GetText <> lsProps(13) then Warnlog "Scroll value => changes not saved! should : '" + lsProps(13) + "' is : '" + ScrollValue.GetText + "'" -' if ScrollValueMax.GetText <> lsProps(14) then Warnlog "Scroll value max. => changes not saved! should : '" + lsProps(14) + "' is : '" + ScrollValueMax.GetText + "'"' -' if LineIncrement.GetText <> lsProps(15) then Warnlog "Line increment => changes not saved! should : '" + lsProps(15) + "' is : '" + LineIncrement.GetText + "'"' -' if BlockIncrement.GetText <> lsProps(16) then Warnlog "Block increment => changes not saved! should : '" + lsProps(16) + "' is : '" + BlockIncrement.GetText + "'"' -' if VisibleSize.GetText <> lsProps(17) then Warnlog "Visible size => changes not saved! should : '" + lsProps(17) + "' is : '" + VisibleSize.GetText + "'"' -' if Orientation.GetSelText <> lsProps(18) then Warnlog "Orientation => changes not saved! should : '" + lsProps(18) + "' is : '" + Orientation.GetSelTextGetText + "'"' - if Background.GetSelText <> lsProps(19) then Warnlog "Background => changes not saved! should : '" + lsProps(19) + "' is : '" + Background.GetSelText + "'" - end if - -'##### FixedLine ##### - if instr ( lcase ( sType ), "fixedline" ) then -' if Label.GetText <> lsProps(13) then Warnlog "Label => changes not saved! should : '" + lsProps(13) + "' is : '" + Label.GetText + "'" -' if Orientation.GetSelText <> lsProps(14) then Warnlog "Orientation => changes not saved! should : '" + lsProps(14) + "' is : '" + Orientation.GetSelTextGetText + "'"' - if CharacterSet.GetText <> lsProps(15) then Warnlog "Character set => changes not saved! should : '" + lsProps(15) + "' is : '" + CharacterSet.GetText + "'" - end if - -'##### DateField ##### - if instr ( lcase ( sType ), "datefield" ) then - if StrictFormat.GetSelText <> lsProps(13) then Warnlog "Strict format => changes not saved! should : '" + lsProps(13) + "' is : '" + StrictFormat.GetSelText + "'"' - if Readonly.GetSelText <> lsProps(14) then Warnlog "Read only => changes not saved! should : '" + lsProps(14) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(15) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(15) + "' is : '" + TabStop.GetSelText + "'" - if DateField.GetText <> lsProps(16) then Warnlog "Date => changes not saved! should : '" + lsProps(16) + "' is : '" + DateField.GetSelText + "'" - if DateMin.GetText <> lsProps(17) then Warnlog "Date min. => changes not saved! should : '" + lsProps(17) + "' is : '" + DateMin.GetSelText + "'" - if DateMax.GetText <> lsProps(18) then Warnlog "Date max => changes not saved! should : '" + lsProps(18) + "' is : '" + DateMax.GetSelText + "'" - if DateFormat.GetSelText <> lsProps(19) then Warnlog "Date format => changes not saved! should : '" + lsProps(19) + "' is : '" + DateFormat.GetSelText + "'" - if CharacterSet.GetText <> lsProps(20) then Warnlog "Character set => changes not saved! should : '" + lsProps(20) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(21) then Warnlog "Background => changes not saved! should : '" + lsProps(21) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(22) then Warnlog "Border => changes not saved! should : '" + lsProps(22) + "' is : '" + Border.GetSelText + "'" - if DropDown.GetSelText <> lsProps(23) then Warnlog "Drop Down => changes not saved! should : '" + lsProps(23) + "' is : '" + DropDown.GetSelText + "'" - if Spin.GetSelText <> lsProps(24) then Warnlog "Spin button => changes not saved! should : '" + lsProps(24) + "' is : '" + Spin.GetSelText + "'" - end if - -'##### TimeField ##### - if instr ( lcase ( sType ), "timefield" ) then - if StrictFormat.GetSelText <> lsProps(13) then Warnlog "Strict format => changes not saved! should : '" + lsProps(13) + "' is : '" + StrictFormat.GetSelText + "'"' - if Readonly.GetSelText <> lsProps(14) then Warnlog "Read only => changes not saved! should : '" + lsProps(14) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(15) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(15) + "' is : '" + TabStop.GetSelText + "'" - if TimeField.GetText <> lsProps(16) then Warnlog "Time => changes not saved! should : '" + lsProps(16) + "' is : '" + TimeField.GetText + "'" - if TimeMin.GetText <> lsProps(17) then Warnlog "Time min. => changes not saved! should : '" + lsProps(17) + "' is : '" + TimeMin.GetText + "'" - if TimeMax.GetText <> lsProps(18) then Warnlog "Time max => changes not saved! should : '" + lsProps(18) + "' is : '" + TimeMax.Getext + "'" - if TimeFormat.GetSelText <> lsProps(19) then Warnlog "Time format => changes not saved! should : '" + lsProps(19) + "' is : '" + TimeFormat.GetSelText + "'" - if CharacterSet.GetText <> lsProps(20) then Warnlog "Character set => changes not saved! should : '" + lsProps(20) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(21) then Warnlog "Background => changes not saved! should : '" + lsProps(21) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(22) then Warnlog "Border => changes not saved! should : '" + lsProps(22) + "' is : '" + Border.GetSelText + "'" - if Spin.GetSelText <> lsProps(23) then Warnlog "Spin button => changes not saved! should : '" + lsProps(23) + "' is : '" + Spin.GetSelText + "'" - end if - -'##### NumericField ##### - if instr ( lcase ( sType ), "numericfield" ) then - if StrictFormat.GetSelText <> lsProps(13) then Warnlog "Strict format => changes not saved! should : '" + lsProps(13) + "' is : '" + StrictFormat.GetSelText + "'"' - if Readonly.GetSelText <> lsProps(14) then Warnlog "Read only => changes not saved! should : '" + lsProps(14) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(15) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(15) + "' is : '" + TabStop.GetSelText + "'" - - if Value.GetText <> lsProps(16) then - if Value.GetText <> lsProps(16) + "000" then - Warnlog "Value => changes not saved! should : '" + lsProps(16) + "' is : '" + Value.GetText + "'" - else - Warnlog "Value => changes not saved! should : '" + lsProps(16) + "' is : '" + Value.GetText + "'" - end if - end if - if ValueMin.GetText <> lsProps(17) then - if ValueMin.GetText <> "-1,000,002.00000" then - Warnlog "Value min. => changes not saved! should : '-1,000,002.00000' is : '" + ValueMin.GetText + "'" - else - Warnlog "Value min. => changes not saved! should : '" + lsProps(17) + "' is : '" + ValueMin.GetText + "'" - end if - end if - if ValueMax.GetText <> lsProps(18) then - if ValueMax.GetText <> "999,997.00000" then - Warnlog "Value max => changes not saved! should : '999,997.00000' is : '" + ValueMax.GetText + "'" - else - Warnlog "Value max => changes not saved! should : '" + lsProps(18) + "' is : '" + ValueMax.GetText + "'" - end if - end if - if ValueStep.GetText <> lsProps(19) then Warnlog "Incr./decrement value => changes not saved! should : '" + lsProps(19) + "' is : '" + ValueStep.GetText + "'" - if Accuray.GetText <> lsProps(20) then Warnlog "Dec. accuracy => changes not saved! should : '" + lsProps(20) + "' is : '" + Accuray.GetText + "' Bugid #106852#" - if ThousandSeperator.GetSelText <> lsProps(21) then Warnlog "Thousands seperator => changes not saved! should : '" + lsProps(21) + "' is : '" + ThousandSeperator.GetSelText + "' Bugid #106852#" - if CharacterSet.GetText <> lsProps(22) then Warnlog "Character set => changes not saved! should : '" + lsProps(22) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(23) then Warnlog "Background => changes not saved! should : '" + lsProps(23) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(24) then Warnlog "Border => changes not saved! should : '" + lsProps(24) + "' is : '" + Border.GetSelText + "'" - if Spin.GetSelText <> lsProps(25) then Warnlog "Spin button => changes not saved! should : '" + lsProps(25) + "' is : '" + Spin.GetSelText + "'" - end if - -'##### CurrencyField ##### - if instr ( lcase ( sType ), "currencyfield" ) then - if StrictFormat.GetSelText <> lsProps(13) then Warnlog "Strict format => changes not saved! should : '" + lsProps(13) + "' is : '" + StrictFormat.GetSelText + "'"' - if Readonly.GetSelText <> lsProps(14) then Warnlog "Read only => changes not saved! should : '" + lsProps(14) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(15) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(15) + "' is : '" + TabStop.GetSelText + "'" - if Value.GetText <> lsProps(16) then - if Value.GetText <> lsProps(16) + "000" then - Warnlog "Value => changes not saved! should : '" + lsProps(16) + "' is : '" + Value.GetText + "'" - else - Warnlog "Value => changes not saved! should : '" + lsProps(16) + "' is : '" + Value.GetText + "'" - end if - end if - if ValueMin.GetText <> lsProps(17) then - if ValueMin.GetText <> "-1,000,002.00000" then - Warnlog "Value min. => changes not saved! should : '-1,000,002.00000' is : '" + ValueMin.GetText + "'" - else - Warnlog "Value min. => changes not saved! should : '" + lsProps(17) + "' is : '" + ValueMin.GetText + "'" - end if - end if - if ValueMax.GetText <> lsProps(18) then - if ValueMax.GetText <> "999,997.00000" then - Warnlog "Value max => changes not saved! should : '999,997.00000' is : '" + ValueMax.GetText + "'" - else - Warnlog "Value max => changes not saved! should : '" + lsProps(18) + "' is : '" + ValueMax.GetText + "'" - end if - end if - if ValueStep.GetText <> lsProps(19) then Warnlog "Incr./decrement value => changes not saved! should : '" + lsProps(19) + "' is : '" + ValueStep.GetText + "'" - if Accuray.GetText <> lsProps(20) then Warnlog "Dec. accuracy => changes not saved! should : '" + lsProps(20) + "' is : '" + Accuray.GetText + "' Bugid #106852#" - if ThousandSeperator.GetSelText <> lsProps(21) then Warnlog "Thousands seperator => changes not saved! should : '" + lsProps(21) + "' is : '" + ThousandSeperator.GetSelText + "' Bugid #106852#" - if CurrencySymbol.GetText <> lsProps(22) then Warnlog "Currency symbol => changes not saved! should : '" + lsProps(22) + "' is : '" + CurrencySymbol.GetSelText + "'" - if CurrSymPosition.GetSelText <> lsProps(23) then Warnlog "Prefix symbol => changes not saved! should : '" + lsProps(23) + "' is : '" + CurrSymPosition.GetSelText + "'" - if CharacterSet.GetText <> lsProps(24) then Warnlog "Character set => changes not saved! should : '" + lsProps(24) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(25) then Warnlog "Background => changes not saved! should : '" + lsProps(25) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(26) then Warnlog "Border => changes not saved! should : '" + lsProps(26) + "' is : '" + Border.GetSelText + "'" - if Spin.GetSelText <> lsProps(27) then Warnlog "Spin button => changes not saved! should : '" + lsProps(27) + "' is : '" + Spin.GetSelText + "'" - end if - -'##### FormattedField ##### - if instr ( lcase ( sType ), "formattedfield" ) then - if MaxTextLen.GetText <> lsProps(13) then Warnlog "Max text lenght => changes not saved! should : '" + lsProps(13) + "' is : '" + MaxTextLen.GetText + "'" - if StrictFormat.GetSelText <> lsProps(14) then Warnlog "Strict format => changes not saved! should : '" + lsProps(14) + "' is : '" + StrictFormat.GetSelText + "'"' - if Readonly.GetSelText <> lsProps(15) then Warnlog "Read only => changes not saved! should : '" + lsProps(15) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(16) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(16) + "' is : '" + TabStop.GetSelText + "'" -' if Effective.GetText <> lsProps(17) then Warnlog "Value => changes not saved! should : '" + lsProps(17) + "' is : '" + Effective.GetText + "'" - if EffectiveMin.GetText <> lsProps(18) then - printlog " Bugid #106852#:" - if EffectiveMin.GetText <> "1.00" then - Warnlog "Value min => changes not saved! should : '" + lsProps(18) + "' is : '" + EffectiveMin.GetText + "'" - else - Warnlog "Value min => changes not saved! should : '1.00' is : '" + EffectiveMin.GetText + "'" - end if - end if - if EffectiveMax.GetText <> lsProps(19) then - printlog " Bugid #106852#:" - if EffectiveMax.GetText <> "1.00" then - Warnlog "Value max => changes not saved! should : '1.00' is : '" + EffectiveMax.GetText + "'" - else - Warnlog "Value max => changes not saved! should : '" + lsProps(19) + "' is : '" + EffectiveMax.GetText + "'" - end if - end if - if FormatKey.GetText <> lsProps(20) then Warnlog "Format key => changes not saved! should : '" + lsProps(20) + "' is : '" + FormatKey.GetText + "'" - if CharacterSet.GetText <> lsProps(21) then Warnlog "Character set => changes not saved! should : '" + lsProps(21) + "' is : '" + CharacterSet.GetText + "'" - if Align.GetSelText <> lsProps(22) then Warnlog "Alignment => changes not saved! should : '" + lsProps(22) + "' is : '" + Align.GetSelText + "' BugId #106872#" - if Background.GetSelText <> lsProps(23) then Warnlog "Background => changes not saved! should : '" + lsProps(23) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(24) then Warnlog "Border => changes not saved! should : '" + lsProps(24) + "' is : '" + Border.GetSelText + "'" - if Spin.GetSelText <> lsProps(25) then Warnlog "Spin button => changes not saved! should : '" + lsProps(25) + "' is : '" + Spin.GetSelText + "'" - end if - -'##### PatternField ##### - if instr ( lcase ( sType ), "patternfield" ) then - if TextText.GetText <> lsProps(13) then Warnlog "Text => changes not saved! should : '" + lsProps(13) + "' is : '" + TextText.GetText + "'" - if MaxTextLen.GetText <> lsProps(14) then Warnlog "Max text lenght => changes not saved! should : '" + lsProps(14) + "' is : '" + MaxTextLen.GetText + "'" - if EditMask.GetText <> lsProps(15) then Warnlog "Edit mask => changes not saved! should : '" + lsProps(15) + "' is : '" + EditMask.GetText + "'" - if LiteralMask.GetText <> lsProps(16) then Warnlog "Literal mask => changes not saved! should : '" + lsProps(16) + "' is : '" + LiteralMask.GetText + "'" - if StrictFormat.GetSelText <> lsProps(17) then Warnlog "Strict format => changes not saved! should : '" + lsProps(17) + "' is : '" + StrictFormat.GetSelText + "'"' - if Readonly.GetSelText <> lsProps(18) then Warnlog "Read only => changes not saved! should : '" + lsProps(18) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(19) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(19) + "' is : '" + TabStop.GetSelText + "'" - if CharacterSet.GetText <> lsProps(20) then Warnlog "Character set => changes not saved! should : '" + lsProps(20) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(21) then Warnlog "Background => changes not saved! should : '" + lsProps(21) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(22) then Warnlog "Border => changes not saved! should : '" + lsProps(22) + "' is : '" + Border.GetSelText + "'" - end if - -'##### FileControl ##### - if instr ( lcase ( sType ), "filecontrol" ) then - if TextText.GetText <> lsProps(13) then Warnlog "Text => changes not saved! should : '" + lsProps(13) + "' is : '" + TextText.GetText + "'" - if Readonly.GetSelText <> lsProps(14) then Warnlog "Read only => changes not saved! should : '" + lsProps(14) + "' is : '" + Readonly.GetSelText + "'" - if TabStop.GetSelText <> lsProps(15) then Warnlog "Tab stop => changes not saved! should : '" + lsProps(15) + "' is : '" + TabStop.GetSelText + "'" - if CharacterSet.GetText <> lsProps(16) then Warnlog "Character set => changes not saved! should : '" + lsProps(16) + "' is : '" + CharacterSet.GetText + "'" - if Background.GetSelText <> lsProps(17) then Warnlog "Background => changes not saved! should : '" + lsProps(17) + "' is : '" + Background.GetSelText + "'" - if Border.GetSelText <> lsProps(18) then Warnlog "Border => changes not saved! should : '" + lsProps(18) + "' is : '" + Border.GetSelText + "'" - end if - - -end function -- cgit From da64dd99e323c7491269c5f3645a148a86cc39f4 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 09:21:39 +0100 Subject: vitomation01: #i109696 - Removed hToolsCustomizeClose() from customize_tools.inc --- .../framework/optional/includes/basic_macros.inc | 15 +++--- .../required/includes/tools_customize.inc | 3 +- .../framework/tools/includes/customize_tools.inc | 55 ---------------------- 3 files changed, 8 insertions(+), 65 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index 30c0f47ed473..551d65075cc8 100644 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -325,25 +325,24 @@ testcase tMakro_Dialog kontext "makro" iPos = hSelectTheLastNode( MakroAus ) - try - printlog( "Assign the macro, Tools/customize dialog should open" ) - Zuordnen.Click () - catch + printlog( "Assign the macro, Tools/customize dialog should open" ) + if ( not hClickButton( Zuordnen ) ) then warnlog( "#i106853# Assign-Button is disabled or macro is missing" ) - endcatch + endif printlog( "Activate all tapages and cancel the Tools/Customize dialog" ) brc = hToolsCustomizeSelectTab( "menu" ) - brc = hToolsCustomizeSelectTab( "keyboard" + brc = hToolsCustomizeSelectTab( "keyboard" ) if ( not brc ) then qaerrorlog( "#i61765# Keyboard tab missing when called via Tools/Macros->Assign" ) endif brc = hToolsCustomizeSelectTab( "events" ) brc = hToolsCustomizeSelectTab( "toolbars" ) - printlog( "Cancel Tools/Customize dialog -> Macro Organizer should be open" ) - brc = hToolsCustomizeClose( 2 ) + printlog( "Cancel Tools/Customize dialog -> Macro Organizer should be open" ) + kontext "TabCustomizeToolbars" + hCloseDialog( TabCustomizeToolbars, "cancel" ) printlog "Click to run macro" diff --git a/testautomation/framework/required/includes/tools_customize.inc b/testautomation/framework/required/includes/tools_customize.inc index 0db4af9fc487..6382db2ee4ca 100644 --- a/testautomation/framework/required/includes/tools_customize.inc +++ b/testautomation/framework/required/includes/tools_customize.inc @@ -34,7 +34,6 @@ testcase tUpdtCustomize( cApp as string ) printlog( "Tools/Customize dialog" ) - const CLOSE_METHOD = 1 ' 1 = Cancel button if ( hCreateDocument() ) then if ( hToolsCustomizeOpen() ) then @@ -42,7 +41,7 @@ testcase tUpdtCustomize( cApp as string ) hUpdtToolsCustomizeMenu() hUpdtToolsCustomizeToolbars() hUpdtToolsCustomizeEvents() - hToolsCustomizeClose( CLOSE_METHOD ) + hCloseDialog( TabCustomizeEvents, "cancel" ) else warnlog( "Tools/Customize dialog did not open" ) endif diff --git a/testautomation/framework/tools/includes/customize_tools.inc b/testautomation/framework/tools/includes/customize_tools.inc index 31dd243d438a..166aed91438f 100644 --- a/testautomation/framework/tools/includes/customize_tools.inc +++ b/testautomation/framework/tools/includes/customize_tools.inc @@ -138,61 +138,6 @@ end function '******************************************************************************* -function hToolsCustomizeClose( iMode as integer ) as boolean - - '///

    Close the ToolsCustomize-Dialog

    - '///Starting point: Tools/Customize dialog
    - '///Input: - '///
      - '///+
    1. Closing mode (integer)
    2. - '///
        - '///+
      • 1: Use OK-button
      • - '///+
      • 2: Use Cancel-button
      • - '///
      - '///
    - '///Returns: - '///
      - '///+
    1. Errorstatus (boolean)
    2. - '///
        - '///+
      • TRUE if executing close action succeeded
      • - '///+
      • FALSE on any other condition
      • - '///
      - '///
    - '///Description: - '///
      - - const CFN = "hToolsCustomizeClose::" - hToolsCustomizeClose() = FALSE - - kontext - - '///+
    • Switch to the Events page by default
    • - active.setPage( TabCustomizeEvents ) - - '///+
    • Close dialog by OK or CANCEL
    • - '///
        - select case iMode - '///+
      1. OK
      2. - case 1 : TabCustomizeEvents.OK() - '///+
      3. Cancel
      4. - case 2 : TabCustomizeEvents.Cancel() - case else - brc = false - end select - '///
      - - '///+
    • Verify that the dialog has indeed been closed
    • - kontext "TabCustomizeEvents" - if ( TabCustomizeEvents.notExists( 3 ) ) then - hToolsCustomizeClose() = TRUE - else - warnlog( "Unable to close Tools/Customize dialog" ) - endif - -end function - -'******************************************************************************* - function hDeselectSeparator() as integer '///

      Make sure that we do not work on a separator item (Toolbars)

      -- cgit From 802c2badbe1fd08d560f3f883ea45e00e0025db1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 09:27:48 +0100 Subject: vitomation01: #i109562 - Code compression, removed overhead --- .../framework/tools/includes/customize_tools.inc | 40 +++++----------------- 1 file changed, 9 insertions(+), 31 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/customize_tools.inc b/testautomation/framework/tools/includes/customize_tools.inc index 166aed91438f..b6d2d3f7e8f7 100644 --- a/testautomation/framework/tools/includes/customize_tools.inc +++ b/testautomation/framework/tools/includes/customize_tools.inc @@ -33,21 +33,10 @@ function hToolsCustomizeOpen() as boolean - const CFN = "hToolsCustomizeOpen::" - hToolsCustomizeOpen() = FALSE - printlog( "Open Tools/Customize dialog" ) - ToolsCustomize - hToolsCustomizeSelectTab( "Events" ) + hToolsCustomizeOpen() = hToolsCustomizeSelectTab( "Events" ) - Kontext TabCustomizeEvents - if ( TabCustomizeEvents.exists( 2 ) ) then - hToolsCustomizeOpen() = TRUE - else - warnlog( CFN & "Unable to open Tools/Customize dialog" ) - endif - end function '******************************************************************************* @@ -78,13 +67,14 @@ function hToolsCustomizeSelectTab( cTab as string ) as boolean '///
        const CFN = "hToolsCustomizeSelectTab::" - dim brc as boolean - brc = false + dim brc as boolean : brc = false ctab = lcase( ctab ) '///+
      • Switch to one of the four available tabpages
      • '///
          + + printlog( "Open Tools/Customize: <" & ctab & ">" ) kontext try @@ -93,27 +83,19 @@ function hToolsCustomizeSelectTab( cTab as string ) as boolean '///+
        1. Keyboard
        2. case "keyboard" : active.setPage TabTastatur kontext "TabTastatur" - if ( Aendern.isVisible() ) then - brc = true - endif + if ( Aendern.isVisible() ) then brc = true '///+
        3. Menu
        4. case "menu" : active.setPage TabCustomizeMenu kontext "TabCustomizeMenu" - if ( Entries.isVisible() ) then - brc = true - endif + if ( Entries.isVisible() ) then brc = true '///+
        5. Toolbars
        6. case "toolbars" : active.setPage TabCustomizeToolbars kontext "TabCustomizeToolbars" - if ( ToolbarContents.isVisible() ) then - brc = true - endif + if ( ToolbarContents.isVisible() ) then brc = true '///+
        7. Events
        8. case "events" : active.setPage TabCustomizeEvents kontext "TabCustomizeEvents" - if ( AssignMacro.isVisible() ) then - brc = true - endif + if ( AssignMacro.isVisible() ) then brc = true end select '///
        @@ -124,11 +106,7 @@ function hToolsCustomizeSelectTab( cTab as string ) as boolean endcatch - if ( brc ) then - printlog( CFN & "Opened Tab: " & cTab ) - else - printlog( CFN & "Failed to open Tab: " & cTab ) - endif + if ( not brc ) then printlog( CFN & "Failed to open Tab: " & cTab ) '///+
      • Return TRUE on success
      • '///
      -- cgit From 09ba07171556dee9efd7bbda5a7ff29867325d32 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 09:41:23 +0100 Subject: vitomation01: #i109562 - Code compression, removed overhead --- .../framework/tools/includes/wizards.inc | 47 ++++++---------------- 1 file changed, 12 insertions(+), 35 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/wizards.inc b/testautomation/framework/tools/includes/wizards.inc index f8890f0e5a4f..8544f4b98f71 100644 --- a/testautomation/framework/tools/includes/wizards.inc +++ b/testautomation/framework/tools/includes/wizards.inc @@ -182,8 +182,7 @@ function hFinishWizard( iMode as integer ) as boolean dim cAccel as string dim iWait as integer - dim brc as boolean - brc = false + dim brc as boolean : brc = false '///+
    • Try to close the wizard
    • @@ -538,25 +537,20 @@ function hHandleSaveError() as integer '///
    • Close the dialog either with YES or OK
    • '///
    - dim iErr as integer - kontext "active" if ( active.exists( 2 ) ) then printlog( CFN & "Unexpected MsgBox: " & active.getText() ) try active.ok() - iErr = 2 + hHandleSaveError() = 2 catch active.yes() - iErr = 1 + hHandleSaveError() = 1 endcatch else - iErr = 0 + hHandleSaveError() = 0 endif - hHandleSaveError() = iErr - - end function '******************************************************************************* @@ -583,35 +577,18 @@ function hClickNextButton() as boolean const CFN = "hClickNextButton::" - dim irc as integer - dim brc as boolean - brc = false - dim iBreak as integer - iBreak = 0 + hClickNextButton() = true '///+
  • Click the "Next"-button
  • - irc = hWaitForObject( NextButton, 5000 ) - if ( irc >= 0 ) then - printlog( CFN & "Next..." ) - NextButton.click() - brc = true + if ( hClickButton( NextButton ) = -1 ) then + hClickNextButton() = false else - qaerrorlog( CFN & "Button not available within specified time -> bad" ) - endif - - '///+
  • Handle the "Document Creation"-dialog (Mailmerge Wizard)
  • - kontext "active" - do while ( active.exists( 1 ) ) - iBreak = iBreak + 1 - printlog( CFN & "Waiting for document creation to complete..." ) - if ( iBreak = 10 ) then - warnlog( "DocumentCreation (MailMergeWizard) not complete within 10 seconds" ) - brc = false - exit do + '///+
  • Handle the "Document Creation"-dialog (Mailmerge Wizard)
  • + kontext "active" + if ( active.exists( 1 ) ) then + if ( not active.notExists( 10 ) ) then hClickNextButton() = false endif - loop - - hClickNextButton() = brc + endif '/// end function -- cgit From 34b5312962a33eb6e2a77cd2b07307a013670593 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 09:55:32 +0100 Subject: vitomation01: #i109562 - Use hClickButton whereever possible (get rid of duplicate functionality from hClickNextButton()) --- testautomation/framework/tools/includes/wizards.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/wizards.inc b/testautomation/framework/tools/includes/wizards.inc index 8544f4b98f71..a140401c1202 100644 --- a/testautomation/framework/tools/includes/wizards.inc +++ b/testautomation/framework/tools/includes/wizards.inc @@ -586,6 +586,7 @@ function hClickNextButton() as boolean '///+
  • Handle the "Document Creation"-dialog (Mailmerge Wizard)
  • kontext "active" if ( active.exists( 1 ) ) then + ' The dialog must disappear within 10 seconds if ( not active.notExists( 10 ) ) then hClickNextButton() = false endif endif -- cgit From 4489d58d5bf1a9eaf70b2c46f48dfb2373ab30bf Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 10:50:31 +0100 Subject: vitomation01: #i109562 - Use hClickButton whereever possible (get rid of duplicate functionality from hClickNextButton()) --- .../framework/required/includes/wizard_agenda.inc | 22 ++++++++-------------- .../framework/required/includes/wizard_fax.inc | 16 ++++++---------- .../framework/required/includes/wizard_letter.inc | 18 +++++++----------- .../required/includes/wizard_mailmerge.inc | 18 +++++++++--------- .../required/includes/wizard_presentation.inc | 10 +++------- 5 files changed, 33 insertions(+), 51 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/wizard_agenda.inc b/testautomation/framework/required/includes/wizard_agenda.inc index b1b099e07c88..d320234fd40b 100644 --- a/testautomation/framework/required/includes/wizard_agenda.inc +++ b/testautomation/framework/required/includes/wizard_agenda.inc @@ -56,23 +56,23 @@ testcase tUpdtWizardAgenda Kontext "AutopilotAgenda" call DialogTest( AutopilotAgenda, 1 ) PageDesignList.select( 3 ) - hClickNextButton() + hClickButton( NextButton ) Kontext "AutopilotAgenda" call DialogTest( AutopilotAgenda, 2 ) - hClickNextButton() + hClickButton( NextButton ) Kontext "AutopilotAgenda" call DialogTest( AutopilotAgenda, 3 ) - hClickNextButton() + hClickButton( NextButton ) Kontext "AutopilotAgenda" call DialogTest( AutopilotAgenda, 4 ) - hClickNextButton() + hClickButton( NextButton ) Kontext "AutopilotAgenda" call DialogTest( AutopilotAgenda, 5 ) - hClickNextButton() + hClickButton( NextButton ) Kontext "AutopilotAgenda" call DialogTest( AutopilotAgenda, 6 ) @@ -91,15 +91,9 @@ testcase tUpdtWizardAgenda endif brc = hDestroyDocument() - if ( not brc ) then - qaerrorlog( "#i59233# The wizard does not display the new template" ) - endif - - do while( getDocumentCount() > 0 ) - call hCloseDocument() - loop - - + if ( not brc ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) + + hFileCloseAll() hDeleteFile( cTemplatePath ) else warnlog ( "The Agenda wizard did not open/timelimit exceeded" ) diff --git a/testautomation/framework/required/includes/wizard_fax.inc b/testautomation/framework/required/includes/wizard_fax.inc index 433a9bb7a593..b970d8754c5d 100644 --- a/testautomation/framework/required/includes/wizard_fax.inc +++ b/testautomation/framework/required/includes/wizard_fax.inc @@ -53,19 +53,19 @@ testcase tUpdtWizardFax kontext "AutopilotFax" call DialogTest( AutopilotFax, 1 ) - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotFax" call DialogTest( AutopilotFax, 2 ) - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotFax" call DialogTest( AutopilotFax, 3 ) - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotFax" call DialogTest( AutopilotFax, 4 ) - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotFax" call DialogTest( AutopilotFax, 5 ) @@ -81,9 +81,7 @@ testcase tUpdtWizardFax hWaitForObject( Speichern, 5000 ) brc = hDestroyDocument() - if ( not brc ) then - qaerrorlog( "#i59233# The wizard does not display the new template" ) - endif + if ( not brc ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) printlog( "Delete the user-template: " & cTemplatePath ) hDeleteFile( cTemplatePath ) @@ -92,9 +90,7 @@ testcase tUpdtWizardFax warnlog( "Fax wizard did not open/exceeded timeout" ) endif - while( getDocumentCount() > 0 ) - hDestroyDocument() - wend + hFileCloseAll() endcase diff --git a/testautomation/framework/required/includes/wizard_letter.inc b/testautomation/framework/required/includes/wizard_letter.inc index 19afe2a96f90..267efcefd18a 100644 --- a/testautomation/framework/required/includes/wizard_letter.inc +++ b/testautomation/framework/required/includes/wizard_letter.inc @@ -89,7 +89,7 @@ testcase tUpdtWizardLetter kontext "AutopilotLetter" LetterHead.Check() - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotLetter" call DialogTest( AutopilotLetter, 2 ) @@ -123,7 +123,7 @@ testcase tUpdtWizardLetter warnlog( "FooterHeight should not be enabled in this configuration" ) endif - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotLetter" call DialogTest( AutopilotLetter, 3 ) @@ -136,11 +136,11 @@ testcase tUpdtWizardLetter printlog( " * change Complimentary Close to second entry" ) ListGreetings.select( 2 ) - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotLetter" call DialogTest( AutopilotLetter, 4 ) - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotLetter" call DialogTest( AutopilotLetter, 5 ) @@ -150,7 +150,7 @@ testcase tUpdtWizardLetter printlog( " * check Include only on second ..." ) IncludeFromPage2.check() - hClickNextButton() + hClickButton( NextButton ) kontext "AutopilotLetter" call DialogTest( AutopilotLetter, 6 ) @@ -178,9 +178,7 @@ testcase tUpdtWizardLetter endif brc = hDestroyDocument() - if ( not brc ) then - qaerrorlog( "#i59233# The wizard does not display the new template" ) - endif + if ( not brc ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) else warnlog( "Autopilot Letter not open/exceeded timeout" ) endif @@ -192,9 +190,7 @@ testcase tUpdtWizardLetter printlog( "Unexpectedly deleted user template(s), please check") endif - do while( getDocumentCount() > 0 ) - call hCloseDocument() - loop + hFileCloseAll() endcase diff --git a/testautomation/framework/required/includes/wizard_mailmerge.inc b/testautomation/framework/required/includes/wizard_mailmerge.inc index d6dbe9ae826c..45b8947eec38 100644 --- a/testautomation/framework/required/includes/wizard_mailmerge.inc +++ b/testautomation/framework/required/includes/wizard_mailmerge.inc @@ -60,36 +60,36 @@ testcase tUpdtWizardMailMerge endif Kontext "MailMergeWizard" - brc = hClickNextButton() + hClickButton( NextButton ) hUpdtMMWPage2() Kontext "MailMergeWizard" - brc = hClickNextButton() - hUpdtMMWpage3() + hClickButton( NextButton ) + hUpdtMMWpage3() Kontext "MailMergeWizard" - brc = hClickNextButton() + hClickButton( NextButton ) hUpdtMMWPage4() Kontext "MailMergeWizard" - brc = hClickNextButton() + hClickButton( NextButton ) hUpdtMMWPage5() Kontext "MailMergeWizard" - brc = hClickNextButton() + hClickButton( NextButton ) hUpdtMMWPage6() Kontext "MailMergeWizard" - brc = hClickNextButton() + hClickButton( NextButton ) hUpdtMMWPage7() Kontext "MailMergeWizard" - brc = hClickNextButton() + hClickNextButton() hUpdtMMWPage8() printlog( "close the wizard" ) Kontext "MailMergeWizard" - MailMergeWizard.cancel() + hCloseDialog( MailMergeWizard, "cancel" ) hRemoveDatabaseConnections() hCloseDocument() diff --git a/testautomation/framework/required/includes/wizard_presentation.inc b/testautomation/framework/required/includes/wizard_presentation.inc index 2c06a00e1971..59544e0fb48e 100644 --- a/testautomation/framework/required/includes/wizard_presentation.inc +++ b/testautomation/framework/required/includes/wizard_presentation.inc @@ -47,14 +47,12 @@ testcase tUpdtWizardPresentation printlog( "Page 1" ) call Dialogtest( AutopilotPraesentation1 ) - - hClickNextButton() + hClickButton( NextButton ) printlog( "Page 2" ) kontext "AutopilotPraesentation2" call DialogTest( AutopilotPraesentation2 ) - - hClickNextButton() + hClickButton( NextButton ) printlog( "Page 3" ) kontext "AutopilotPraesentation3" @@ -65,9 +63,7 @@ testcase tUpdtWizardPresentation warnlog( "Presentation wizard not open/exceeded timeout" ) endif - do while( getDocumentCount() > 0 ) - call hCloseDocument() - loop + hFileCloseAll() gApplication = "WRITER" -- cgit From 06d16717e6c3f0b907ff0f555911ace6a0ea4367 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 10:56:05 +0100 Subject: vitomation01: #i109606 - Removed t_proxy_info.inc, it is unused --- .../framework/tools/includes/customize_tools.inc | 58 +++++---- .../tools/includes/optional/t_proxy_info.inc | 138 --------------------- 2 files changed, 34 insertions(+), 162 deletions(-) delete mode 100644 testautomation/global/tools/includes/optional/t_proxy_info.inc (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/customize_tools.inc b/testautomation/framework/tools/includes/customize_tools.inc index b6d2d3f7e8f7..386c5423ee3a 100644 --- a/testautomation/framework/tools/includes/customize_tools.inc +++ b/testautomation/framework/tools/includes/customize_tools.inc @@ -67,8 +67,7 @@ function hToolsCustomizeSelectTab( cTab as string ) as boolean '///
      const CFN = "hToolsCustomizeSelectTab::" - dim brc as boolean : brc = false - + hToolsCustomizeSelectTab() = true ctab = lcase( ctab ) '///+
    • Switch to one of the four available tabpages
    • @@ -78,39 +77,50 @@ function hToolsCustomizeSelectTab( cTab as string ) as boolean kontext try - select case ctab '///+
    • Keyboard
    • - case "keyboard" : active.setPage TabTastatur - kontext "TabTastatur" - if ( Aendern.isVisible() ) then brc = true + case "keyboard" : + active.setPage TabTastatur + WaitSlot + kontext "TabTastatur" + if ( not Aendern.isVisible() ) then + printlog( CFN & "Keyboard tabpage is not available" ) + hToolsCustomizeSelectTab() = false + endif '///+
    • Menu
    • - case "menu" : active.setPage TabCustomizeMenu - kontext "TabCustomizeMenu" - if ( Entries.isVisible() ) then brc = true + case "menu" : + active.setPage TabCustomizeMenu + WaitSlot + kontext "TabCustomizeMenu" + if ( not Entries.isVisible() ) then + printlog( CFN & "Menu tabpage is not available" ) + hToolsCustomizeSelectTab() = false + endif '///+
    • Toolbars
    • - case "toolbars" : active.setPage TabCustomizeToolbars - kontext "TabCustomizeToolbars" - if ( ToolbarContents.isVisible() ) then brc = true + case "toolbars" : + active.setPage TabCustomizeToolbars + WaitSlot + kontext "TabCustomizeToolbars" + if ( not ToolbarContents.isVisible() ) then + printlog( CFN & "Toolbar tabpage is not available" ) + hToolsCustomizeSelectTab() = false + endif '///+
    • Events
    • - case "events" : active.setPage TabCustomizeEvents - kontext "TabCustomizeEvents" - if ( AssignMacro.isVisible() ) then brc = true + case "events" : + active.setPage TabCustomizeEvents + WaitSlot + kontext "TabCustomizeEvents" + if ( not AssignMacro.isVisible() ) then + printlog( CFN & "Assign Macro tabpage is not available" ) + hToolsCustomizeSelectTab() = false + endif end select '/// - catch - printlog( CFN & "Could not access requested tabpage" ) - brc = false - + hToolsCustomizeSelectTab() = false endcatch - - if ( not brc ) then printlog( CFN & "Failed to open Tab: " & cTab ) - - '///+
    • Return TRUE on success
    • '///
    - hToolsCustomizeSelectTab() = brc end function diff --git a/testautomation/global/tools/includes/optional/t_proxy_info.inc b/testautomation/global/tools/includes/optional/t_proxy_info.inc deleted file mode 100644 index 90fe1cfe3e48..000000000000 --- a/testautomation/global/tools/includes/optional/t_proxy_info.inc +++ /dev/null @@ -1,138 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Tools to retrieve auxilary environment information -'* -'******************************************************************************* -'** -' #1 hGetProxyInfo ' Retrieve the names and ports of the proxies -' #0 hPrintProxyInstructions ' print instructions to the log -'** -'\****************************************************************************** - -function hGetProxyInfo( sSection as string, sItem as string ) as string - - - '///

    Retrieve the names and ports of the proxies

    - '///This function retrieves the names and ports of the proxies used - '///+ in your local network. The data is taken from a textfile that is - '///+ not visible on OpenOffice.org (Sun security policy)
    - '///+ If the file is not found a message is printed to the log that - '///+ gives instructions on how to create and format such a file and - '///+ what other steps must be taken to make this work for your local - '///+ network (don't panic, it's simple!).


    - - '///Input values:
    - '///
      - - '///+
    1. Section (string). Valid options:
    2. - '///
        - '///+
      • "http_proxy"
      • - '///+
      • "ftp_proxy"
      • - '///+
      • "socks_proxy"
      • - '///+
      • "no_proxy_for"
      • - '///
      - - '///+
    3. Item (string). Valid options:
    4. - '///
        - '///+
      • "Name"
      • - '///+
      • "Port" (not for "no_proxy_for")
      • - '///
      - - '///
    - - - '///Return Value:
    - '///
      - '///+
    1. Name or port of an item (string)
    2. - '///
        - '///+
      • Empty String on error
      • - '///
      - '///
    - - const CFN = "hGetProxyInfo::" - - dim irc as integer ' some integer returnvalue - dim crc as string ' some string returnvalue - - ' This is the workfile. Make sure it exists and contains valid data - dim cFile as string - cFile = gTesttoolPath & "sun_global\input\proxies.txt" - ' cFile = gTesttoolPath & "global\input\proxies.txt" - cFile = convertpath ( cFile ) - - ' this is a temporary list that holds the workfile - dim acList( 50 ) as string - - '///Description: - '///
      - '///+
    • Open the file, read the section, abort on error
    • - irc = hGetDataFileSection( cFile, acList(), sSection , "" , "" ) - if ( irc = 0 ) then - qaerrorlog( CFN & "File or section not found" ) - hGetProxyInfo() = "" - hPrintProxyInstructions() - exit function - endif - - '///+
    • Isolate the key
    • - crc = hGetValueForKeyAsString( acList(), sItem ) - if ( instr( crc , "Error:" ) > 0 ) then - qaerrorlog( CFN & "The requested item could not be found" ) - hGetProxyInfo() = "" - hPrintProxyInstructions() - exit function - endif - - '///+
    • Return the requested item
    • - - '///
    - - hGetProxyInfo() = crc - -end function - -'******************************************************************************* - -function hPrintProxyInstructions() - - printlog( "" ) - printlog( "How to configure proxy settings for your local network" ) - printlog( "" ) - printlog( "1. Edit the sample configuration file" ) - printlog( " Location: global/input/proxies.txt" ) - printlog( " Replace servernames and ports with valid entries" ) - printlog( "" ) - printlog( "2. Edit the function hGetProxyInfo" ) - printlog( " Make the first line with cFile = ... a comment" - printlog( " Make the second line with cFile = ... active" - printlog( " Save the file" ) - printlog( "" ) - -end function -- cgit From 98819f3505cb6f4ddf2c5e250bd45a8a303523bd Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 10:56:55 +0100 Subject: vitomation01: #i109606 - Removed t_server_info.inc, it is unused --- .../tools/includes/optional/t_server_info.inc | 148 --------------------- 1 file changed, 148 deletions(-) delete mode 100644 testautomation/global/tools/includes/optional/t_server_info.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_server_info.inc b/testautomation/global/tools/includes/optional/t_server_info.inc deleted file mode 100644 index 75ff6ab8a8b4..000000000000 --- a/testautomation/global/tools/includes/optional/t_server_info.inc +++ /dev/null @@ -1,148 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Tools to retrieve information about available servers -'* -'******************************************************************************* -'** -' #1 hGetServerInfo ' Retrieve names and services of some servers -' #0 hPrintServerInstructions ' print instructions to the log -'** -'\****************************************************************************** - -function hGetServerInfo( sType as string, sItem as string ) as string - - - '///

    Retrieve names and services of some servers

    - '///This function retrieves some information about available - '///+ servers within the LAN. These services can be anything like - '///+ http-server, ftp etc.
    - '///+ Please make sure you read the comments in the configuration - '///+ file to fully understand what this thing does.


    - - '///Input values:
    - '///
      - - '///+
    1. Type (string). Valid options:
    2. - '///
        - '///+
      • "http_internal"
      • - '///+
      • "http_external"
      • - '///+
      • "ftp_internal"
      • - '///+
      • "ftp_external"
      • - '///
      - - '///+
    3. Item (string). Valid options:
    4. - '///
        - '///+
      • "Name" to get a name for the server
      • - '///+
      • "Port" to get the server's port
      • - '///+
      • "Protocol" to get the supported protocol
      • - '///+
      • "URL" to get the url (e.g. www.heise.de)
      • - '///+
      • "UseProxy" to find out whether proxies are needed or not
      • - '///+
      • "User" to get a loginname
      • - '///+
      • "Pass" to get a password
      • - '///
      - - '///
    - - - '///Return Value:
    - '///
      - '///+
    1. Name, port or other info of an item (string)
    2. - '///
        - '///+
      • Empty String on error
      • - '///+
      • Unique name for a server (can be NIS name)
      • - '///+
      • Port (optional, e.g. 80 for http, 21 for ftp ...)
      • - '///+
      • Protocol (e.g. "http://" or "ftp://"
      • - '///+
      • URL like www.mydomain.de
      • - '///+
      • UseProxy ("yes"/"no")
      • - '///+
      • User (some username)
      • - '///+
      • Password (some password, plain text!) - '///
      - '///
    - - const CFN = "hGetServerInfo::" - - dim irc as integer ' some integer returnvalue - dim crc as string ' some string returnvalue - - ' This is the workfile. Make sure it exists and contains valid data - dim cFile as string - cFile = gTesttoolPath & "sun_global\input\servers.txt" - ' cFile = gTesttoolPath & "global\input\servers.txt" - cFile = convertpath ( cFile ) - - ' this is a temporary list that holds the workfile - dim acList( 50 ) as string - - '///Description: - '///
      - '///+
    • Open the file, read the section, abort on error
    • - irc = hGetDataFileSection( cFile, acList(), sType , "" , "" ) - if ( irc = 0 ) then - qaerrorlog( CFN & "File or section not found" ) - hGetServerInfo() = "" - hPrintServerInstructions() - exit function - endif - - '///+
    • Isolate the key
    • - crc = hGetValueForKeyAsString( acList(), sItem ) - if ( instr( crc , "Error:" ) > 0 ) then - qaerrorlog( CFN & "The requested item could not be found" ) - hGetServerInfo() = "" - hPrintServerInstructions() - exit function - endif - - '///+
    • Return the requested item
    • - - '///
    - - hGetServerInfo() = crc - -end function - -'******************************************************************************* - -function hPrintServerInstructions() - - printlog( "" ) - printlog( "How to configure server settings for your local network" ) - printlog( "" ) - printlog( "1. Edit the sample configuration file" ) - printlog( " Location: global/input/servers.txt" ) - printlog( " Replace servernames, ports etc. with valid entries" ) - printlog( "" ) - printlog( "2. Edit the function hGetServerInfo" ) - printlog( " Make the first line with cFile = ... a comment" - printlog( " Make the second line with cFile = ... active" - printlog( " Save the file" ) - printlog( "" ) - -end function -- cgit From 900ebeb6b992087a4ec0ce6284ac8719b87e82cd Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 10:58:49 +0100 Subject: vitomation01: #i109606 - Removed t_toolbar_calc.inc, it is unused --- .../tools/includes/optional/t_toolbar_calc.inc | 300 --------------------- 1 file changed, 300 deletions(-) delete mode 100644 testautomation/global/tools/includes/optional/t_toolbar_calc.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_toolbar_calc.inc b/testautomation/global/tools/includes/optional/t_toolbar_calc.inc deleted file mode 100644 index 30c2b7e7e11c..000000000000 --- a/testautomation/global/tools/includes/optional/t_toolbar_calc.inc +++ /dev/null @@ -1,300 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : helge.delfs@sun.com -'* -'* short description : Toolbar tools - Calc -'* -'*************************************************************************************** -'* -' #0 fGetObjectCalc -'* -'\************************************************************************************* - -'******************************************************* -'* This function will get the location for image button -'* in Commands in Tools/Customize/Toolbars from Calc -'******************************************************* -function fGetObjectCalc(sToolbar as String , sObject as String) as Integer - - Select case sToolbar - case "3D-Settings" - Select case sObject - case "Extrusion On/Off" : fGetObjectCalc = 1 - '----------------- 2 - case "Tilt Down" : fGetObjectCalc = 3 - case "Tilt Up" : fGetObjectCalc = 4 - case "Tilt Left" : fGetObjectCalc = 5 - case "Tilt Right" : fGetObjectCalc = 6 - '----------------- 7 - case "Depth" : fGetObjectCalc = 8 - case "Direction" : fGetObjectCalc = 9 - case "Lighting" : fGetObjectCalc = 10 - case "Surfact" : fGetObjectCalc = 11 - case "3D Color" : fGetObjectCalc = 12 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectCalc = 0 - end select - - case "Align" - Select case sObject - case "Left" : fGetObjectCalc = 1 - case "Centered" : fGetObjectCalc = 2 - case "Right" : fGetObjectCalc = 3 - case "Top" : fGetObjectCalc = 4 - case "Center" : fGetObjectCalc = 5 - case "Bottom" : fGetObjectCalc = 6 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectCalc = 0 - end select - - case "Basic Shapes" - Select case sObject - end select - - case "Block Arrows" - Select case sObject - end select - - case "Callouts" - Select case sObject - end select - - case "Color" - Select case sObject - end select - - case "Controls" - Select case sObject - end select - - case "Drawing" - Select case sObject - case "Select" : fGetObjectCalc = 1 - '----------------- 2 - case "Line" : fGetObjectCalc = 3 - case "Rectangle" : fGetObjectCalc = 4 - case "Ellipse" : fGetObjectCalc = 5 - case "Polygon" : fGetObjectCalc = 6 - case "Curve" : fGetObjectCalc = 7 - case "Freeform Line" : fGetObjectCalc = 8 - case "Arc" : fGetObjectCalc = 9 - case "Ellipse Pie" : fGetObjectCalc = 10 - case "Circle Segment" : fGetObjectCalc = 11 - case "Text" : fGetObjectCalc = 12 - case "Vertical Text" : fGetObjectCalc = 13 - case "Text Animation" : fGetObjectCalc = 14 - case "Callouts" : fGetObjectCalc = 15 - case "Vertical Callouts" : fGetObjectCalc = 16 - '----------------- 17 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectCalc = 0 - end select - - case "Drawing Object Properties" - Select case sObject - case "Display Grid" : fGetObjectCalc = 21 - case "Snap to Grid" : fGetObjectCalc = 22 - case "Guides When Moving" : fGetObjectCalc = 23 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectCalc = 0 - end select - - case "Flowchart" - Select case sObject - end select - - case "Fontwork" - Select case sObject - end select - - case "Fontwork Shape" - Select case sObject - end select - - case "Form Design" - Select case sObject - case "Bring to Front" : fGetObjectCalc = 14 - case "Send to Back" : fGetObjectCalc = 15 - case "Group" : fGetObjectCalc = 17 - case "UnGroup" : fGetObjectCalc = 18 - case "Enter Group" : fGetObjectCalc = 19 - case "Exit Group" : fGetObjectCalc = 20 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectCalc = 0 - end select - - case "Form Filter" - Select case sObject - end select - - case "Form Navigation" - Select case sObject - end select - - case "Form Object" - Select case sObject - end select - - case "Formatting" : - Select case sObject - case "Styles and Formatting" : fGetObjectCalc = 1 - case "Apply Style" : fGetObjectCalc = 2 - '---------------------- 3 - case "Font Name" : fGetObjectCalc = 4 - '---------------------- 5 - case "Font Size" : fGetObjectCalc = 6 - '---------------------- 7 - case "Bold" : fGetObjectCalc = 8 - case "Italic" : fGetObjectCalc = 9 - case "Underline" : fGetObjectCalc = 10 - case "Underline:Double" : fGetObjectCalc = 11 - '---------------------- 12 - case "Align Left" : fGetObjectCalc = 13 - case "Align Center Horizontally" : fGetObjectCalc = 14 - case "Align Right" : fGetObjectCalc = 15 - case "Justified" : fGetObjectCalc = 16 - case "Merge Cells" : fGetObjectCalc = 17 - '---------------------- 18 - case "Left-To-Right" : fGetObjectCalc = 19 - case "Right-To-Left" : fGetObjectCalc = 20 - '---------------------- 21 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectCalc = 0 - end select - - case "Full Screen" - Select case sObject - case "Full Screen" : fGetObjectCalc = 1 - end select - - case "Graphic Filter" - Select case sObject - end select - - case "Insert" - Select case sObject - case "Chart" : fGetObjectCalc = 18 - case "Insert Object" : fGetObjectCalc = 19 - case "Controls" : fGetObjectCalc = 20 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectCalc = 0 - end select - - case "Insert Cell" - Select case sObject - end select - - case "Insert Object" - Select case sObject - end select - - case "Media Playback" - Select case sObject - end select - - case "More Controls" - Select case sObject - end select - - case "Picture" - Select case sObject - end select - - case "Standard" - Select case sObject - case "Load URL" : fGetObjectCalc = 1 - case "New" : fGetObjectCalc = 2 - case "New Document From Template" : fGetObjectCalc = 3 - case "Open" : fGetObjectCalc = 4 - case "Save" : fGetObjectCalc = 5 - case "Save As" : fGetObjectCalc = 6 - case "Document as E-mail" : fGetObjectCalc = 7 - '----------------- 8 - case "Edit File" : fGetObjectCalc = 9 - '----------------- 10 - case "Export Directly as PDF" : fGetObjectCalc = 11 - case "Print File Directly" : fGetObjectCalc = 12 - case "Page Rreview" : fGetObjectCalc = 13 - '----------------- 14 - case "Spellcheck" : fGetObjectCalc = 15 - case "AutoSpellcheck" : fGetObjectCalc = 16 - '----------------- 17 - case "Cut" : fGetObjectCalc = 18 - case "Copy" : fGetObjectCalc = 19 - case "Paste" : fGetObjectCalc = 20 - case "Format Paintbrush" : fGetObjectCalc = 21 - '----------------- 22 - case "Can't Undo" : fGetObjectCalc = 23 - case "Can't Restore" : fGetObjectCalc = 24 - '----------------- 25 - case "Hyperlink" : fGetObjectCalc = 26 - case "Sort Ascending" : fGetObjectCalc = 27 - case "Sort Descending" : fGetObjectCalc = 28 - '----------------- 29 - case "Insert Chart" : fGetObjectCalc = 30 - case "Show Draw Functions" : fGetObjectCalc = 31 - '----------------- 32 - case "Find & Replace" : fGetObjectCalc = 33 - case "Navigator" : fGetObjectCalc = 34 - case "Gallery" : fGetObjectCalc = 35 - case "Data Sources" : fGetObjectCalc = 36 - case "Zoom" : fGetObjectCalc = 37 - '----------------- 38 - case "StarOffice Help" : fGetObjectCalc = 39 - case "What's This?" : fGetObjectCalc = 40 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectCalc = 0 - end select - - case "Standard(Viewing Mode)" - Select case sObject - end select - - case "Stars and Banners" - Select case sObject - end select - - case "Symbol Shapes" - Select case sObject - end select - - case "Text Formatting" - Select case sObject - end select - - case "Tools" - Select case sObject - end select - - case "previewbar" - Select case sObject - end select - - end select - -end function -- cgit From a1aceffdf0bf928fc423c3a298744d3df81f8ccc Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 11:00:09 +0100 Subject: vitomation01: #i109606 - Removed t_toolbar_impress.inc, it is unused --- .../tools/includes/optional/t_toolbar_impress.inc | 290 --------------------- 1 file changed, 290 deletions(-) delete mode 100644 testautomation/global/tools/includes/optional/t_toolbar_impress.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_toolbar_impress.inc b/testautomation/global/tools/includes/optional/t_toolbar_impress.inc deleted file mode 100644 index 433c83f23515..000000000000 --- a/testautomation/global/tools/includes/optional/t_toolbar_impress.inc +++ /dev/null @@ -1,290 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : helge.delfs@sun.com -'* -'* short description : Toolbar tools - Impress -'* -'*************************************************************************************** -'* -' #0 fGetObjectImpress -'* -'\************************************************************************************* - -'******************************************************* -'* This function will get the location for image button -'* in Commands in Tools/Customize/Toolbars from Impress -'******************************************************* -function fGetObjectImpress(sToolbar as String , sObject as String) as Integer - - Select case sToolbar - case "3D-Objects" - Select case sObject - end select - - case "3D-Settings" - Select case sObject - case "Extrusion On/Off" : fGetObjectImpress = 1 - '----------------- 2 - case "Tilt Down" : fGetObjectImpress = 3 - case "Tilt Up" : fGetObjectImpress = 4 - case "Tilt Left" : fGetObjectImpress = 5 - case "Tilt Right" : fGetObjectImpress = 6 - '----------------- 7 - case "Depth" : fGetObjectImpress = 8 - case "Direction" : fGetObjectImpress = 9 - case "Lighting" : fGetObjectImpress = 10 - case "Surfact" : fGetObjectImpress = 11 - case "3D Color" : fGetObjectImpress = 12 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectImpress = 0 - end select - - case "Align" - Select case sObject - case "Left" : fGetObjectImpress = 1 - case "Centered" : fGetObjectImpress = 2 - case "Right" : fGetObjectImpress = 3 - '----------------- 4 - case "Top" : fGetObjectImpress = 5 - case "Center" : fGetObjectImpress = 6 - case "Bottom" : fGetObjectImpress = 7 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectImpress = 0 - end select - - case "Arrows" - Select case sObject - end select - - case "Basic Shapes" - Select case sObject - end select - - case "Block Arrows" - Select case sObject - end select - - case "Bullets and Numbering" - Select case sObject - end select - - case "Callouts" - Select case sObject - end select - - case "Color" - Select case sObject - end select - - case "Connectors" - Select case sObject - end select - - case "Controls" - Select case sObject - end select - - case "Drawing" - Select case sObject - case "Select" : fGetObjectImpress = 1 - '----------------- 2 - case "Line" : fGetObjectImpress = 3 - case "Rectangle" : fGetObjectImpress = 4 - case "Ellipse" : fGetObjectImpress = 5 - case "Text" : fGetObjectImpress = 6 - case "Vertical Text" : fGetObjectImpress = 7 - '----------------- 8 - case "Curve" : fGetObjectImpress = 9 - case "Connector" : fGetObjectImpress = 10 - case "3D Objects" : fGetObjectImpress = 11 - case "Basic Shapes" : fGetObjectImpress = 12 - case "Symbol Shapes" : fGetObjectImpress = 13 - case "Block Arrows" : fGetObjectImpress = 14 - case "Flowcharts" : fGetObjectImpress = 15 - case "Callouts" : fGetObjectImpress = 16 - case "Stars" : fGetObjectImpress = 17 - '----------------- 18 - case "Points" : fGetObjectImpress = 19 - case "Glue Points" : fGetObjectImpress = 20 - case "To Curve" : fGetObjectImpress = 21 - case "To Polygon" : fGetObjectImpress = 22 - case "To 3D" : fGetObjectImpress = 23 - case "To 3D Rotation Objet" : fGetObjectImpress = 24 - '----------------- 25 - case "Fontwork Gallery" : fGetObjectImpress = 26 - case "From File" : fGetObjectImpress = 27 - case "Gallerty" : fGetObjectImpress = 28 - '----------------- 29 - case "Rotate" : fGetObjectImpress = 30 - case "Rotation and Size" : fGetObjectImpress = 31 - case "Flip" : fGetObjectImpress = 32 - case "Alignment" : fGetObjectImpress = 33 - case "Arrange" : fGetObjectImpress = 34 - '----------------- 35 - case "Insert" : fGetObjectImpress = 36 - case "Controls" : fGetObjectImpress = 37 - '----------------- 38 - case "Extrusion On/Off" : fGetObjectImpress = 39 - case "Custom Animation" : fGetObjectImpress = 40 - case "Interaction" : fGetObjectImpress = 41 - case "Animated Image" : fGetObjectImpress = 42 - case "3D Effects" : fGetObjectImpress = 43 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectImpress = 0 - end select - - case "Edit Points" - Select case sObject - end select - - case "Flowchart" - Select case sObject - end select - - case "Fontwork" - Select case sObject - end select - - case "Fontwork Shape" - Select case sObject - end select - - case "Form Design" - Select case sObject - end select - - case "Form Filter" - Select case sObject - end select - - case "Form Navigation" - Select case sObject - end select - - case "Full Screen" - Select case sObject - end select - - case "Gluepoints" - Select case sObject - end select - - case "Graphic Filter" - Select case sObject - end select - - case "Insert" - Select case sObject - case "Floating Frame" : fGetObjectImpress = 6 - case "Plug-in" : fGetObjectImpress = 8 - case "Applet" : fGetObjectImpress = 9 - case "File" : fGetObjectImpress = 11 - case "Sound" : fGetObjectImpress = 14 - case "Video" : fGetObjectImpress = 15 - end select - - case "OLE-Object" - Select case sObject - case "Wrap Left" : fGetObjectImpress = 11 - case "Wrap Right" : fGetObjectImpress = 12 - case "Optimal Page Wrap" : fGetObjectImpress = 16 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectImpress = 0 - end select - - case "Standard" - Select case sObject - case "Load URL" : fGetObjectImpress = 1 - case "New" : fGetObjectImpress = 2 - case "New Document From Template" : fGetObjectImpress = 3 - case "Open" : fGetObjectImpress = 4 - case "Save" : fGetObjectImpress = 5 - case "Save As" : fGetObjectImpress = 6 - case "Document as E-mail" : fGetObjectImpress = 7 - '----------------- 8 - case "Edit File" : fGetObjectImpress = 9 - '----------------- 10 - case "Export Directly as PDF" : fGetObjectImpress = 11 - case "Print File Directly" : fGetObjectImpress = 12 - '----------------- 13 - case "Spellcheck" : fGetObjectImpress = 14 - case "AutoSpellcheck" : fGetObjectImpress = 15 - '----------------- 16 - case "Cut" : fGetObjectImpress = 17 - case "Copy" : fGetObjectImpress = 18 - case "Paste" : fGetObjectImpress = 19 - case "Format Paintbrush" : fGetObjectImpress = 20 - '----------------- 21 - case "Can't Undo" : fGetObjectImpress = 22 - case "Can't Restore" : fGetObjectImpress = 23 - '----------------- 24 - case "Chart" : fGetObjectImpress = 25 - case "CALC" : fGetObjectImpress = 26 - case "Hyperlink" : fGetObjectImpress = 27 - '----------------- 28 - case "Display Grid" : fGetObjectImpress = 29 - '----------------- 30 - case "Navigator" : fGetObjectImpress = 31 - case "Zoom" : fGetObjectImpress = 32 - '----------------- 33 - case "StarOffice Help" : fGetObjectImpress = 34 - case "What's This?" : fGetObjectImpress = 35 - case else : QAErrorLog "The test does not support Object : " + sObject - fGetObjectImpress = 0 - end select - - case "Table" - Select case sObject - case "Table" : fGetObjectImpress = 22 - case "Columns" : fGetObjectImpress = 23 - case "Rows" : fGetObjectImpress = 24 - end select - - case "Text Object" - Select case sObject - case "Line Spacing 1" : fGetObjectImpress = 16 - case "Line Spacing 1.5" : fGetObjectImpress = 17 - case "Line Spacing 2" : fGetObjectImpress = 18 - case "Font Color" : fGetObjectImpress = 20 - case "Left-To-Right" : fGetObjectImpress = 22 - case "Right-To-Left" : fGetObjectImpress = 23 - end select - - case "XML Form Design" - Select case sObject - case "Bring to Front" : fGetObjectImpress = 14 - case "Send to Back" : fGetObjectImpress = 15 - case "Group" : fGetObjectImpress = 17 - case "UnGroup" : fGetObjectImpress = 18 - case "Enter Group" : fGetObjectImpress = 19 - case "Exit Group" : fGetObjectImpress = 20 - end select - - end select - -end function -- cgit From fc989a5db858c76c0a8b11e3ccc985d4a920c007 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 13:46:19 +0100 Subject: vitomation01: #i109562 - Make hClickButton() a little verbose by default --- testautomation/global/tools/includes/required/t_tools3.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index b523adaaeb90..96c8006732d0 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1096,7 +1096,7 @@ end function function hClickButton( oButton as object ) as integer - dim iWait as integer : iWait = 0 + dim iRetries as integer : iWait = 0 dim iTime as integer : iTime = 0 const MAX_RETRIES = 50 ' Try to click the button max 50 times @@ -1104,10 +1104,10 @@ function hClickButton( oButton as object ) as integer const RETVAL_TIMEOUT = -1 ' Return -1 if the button is not available const CFN = "global::tools::includes::required::hClickButton(): " - if ( VERBOSE ) then printlog( CFN & "Click button: " & oButton.name() ) + printlog( "Click button: <" & oButton.name() & ">" ) WaitSlot() - for iWait = 1 to MAX_RETRIES + for iRetries = 1 to MAX_RETRIES try oButton.click() exit for @@ -1117,9 +1117,9 @@ function hClickButton( oButton as object ) as integer next iWait ' Total time used - iTime = iWait * DELAY + iTime = iRetries * DELAY - if ( iTime = MAX_RETRIES * DELAY ) then iTime = RETVAL_TIMEOUT + if ( iWait = MAX_RETRIES ) then iTime = RETVAL_TIMEOUT if ( VERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hClickButton() = iTime @@ -1146,9 +1146,9 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean hCloseDialog() = FALSE ' Set default returnvalue, assume failure ' Find out which closing method was provided, "close" ist the default - if ( instr( sFlags, "cancel" ) > 0 ) then + if ( instr( sFlags, "cancel" ) ) then iClosingMethod = METHOD_CANCEL - elseif ( instr( sFlags, "ok" ) > 0 ) then + elseif ( instr( sFlags, "ok" ) ) then iClosingMethod = METHOD_OK else iClosingMethod = METHOD_CLOSE -- cgit From a807af661ba4ba1b20be66e3a959f882004e1925 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 13:52:30 +0100 Subject: vitomation01: #i109562 - hClickButton() minor fix --- testautomation/global/tools/includes/required/t_tools3.inc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 96c8006732d0..6e921a5ce005 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -918,6 +918,7 @@ sub hCloseAllToolbars endif end sub +'******************************************************************************* function hIsAccessbridgeInstalled() as boolean '/// created by HDE @@ -980,7 +981,7 @@ end function function hUseAsyncSlot( cSlot as string ) as integer - dim iWait as integer : iWait = 0 + dim iRetries as integer : iRetries = 0 dim iTime as integer : iTime = 0 const MAX_RETRIES = 100 ' Number of time we try to call the slot @@ -988,10 +989,10 @@ function hUseAsyncSlot( cSlot as string ) as integer const RETVAL_TIMEOUT = -1 ' Returnvalue if slot is not available const CFN = "global::tools::includes::required::hUseAsyncSlot(): " - if ( VERBOSE ) then printlog( CFN & "Using slot: " & cSlot ) + printlog( "Executing slot: <" & cSlot & ">" ) WaitSlot() - for iWait = 1 to MAX_RETRIES + for iRetries = 1 to MAX_RETRIES try select case ( lcase( cSlot ) ) case "fileclose" : FileClose @@ -1082,10 +1083,10 @@ function hUseAsyncSlot( cSlot as string ) as integer next iWait ' Total time used - iTime = iWait * DELAY + iTime = iRetries * DELAY ' Timeout is -1 - if ( iTime = MAX_RETRIES * DELAY ) then iTime = RETVAL_TIMEOUT + if ( iRetries = MAX_RETRIES ) then iTime = RETVAL_TIMEOUT if ( VERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hUseAsyncSlot() = iTime @@ -1096,7 +1097,7 @@ end function function hClickButton( oButton as object ) as integer - dim iRetries as integer : iWait = 0 + dim iRetries as integer : iRetries = 0 dim iTime as integer : iTime = 0 const MAX_RETRIES = 50 ' Try to click the button max 50 times -- cgit From db06eaa2b6265cdd7249eeae985928eec7369461 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 13:57:54 +0100 Subject: vitomation01: #i109562 - hClickButton() minor fix --- testautomation/global/tools/includes/required/t_tools3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 6e921a5ce005..1f245fce0f51 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1115,7 +1115,7 @@ function hClickButton( oButton as object ) as integer catch wait( DELAY ) endcatch - next iWait + next iRetries ' Total time used iTime = iRetries * DELAY -- cgit From 94c6a28f10df79a05530dafbef966116df07043f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 14:05:54 +0100 Subject: vitomation01: #i109562 - hClickButton() only convert cSlot to lowercase once --- testautomation/global/tools/includes/required/t_tools3.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 1f245fce0f51..36a803531782 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -984,6 +984,8 @@ function hUseAsyncSlot( cSlot as string ) as integer dim iRetries as integer : iRetries = 0 dim iTime as integer : iTime = 0 + dim slot as string : slot = lcase( cSlot ) + const MAX_RETRIES = 100 ' Number of time we try to call the slot const DELAY = 100 ' 100ms delay to wait between retries const RETVAL_TIMEOUT = -1 ' Returnvalue if slot is not available @@ -994,7 +996,7 @@ function hUseAsyncSlot( cSlot as string ) as integer for iRetries = 1 to MAX_RETRIES try - select case ( lcase( cSlot ) ) + select case ( slot ) case "fileclose" : FileClose case "filesaveas" : FileSaveAs( "SynchronMode", TRUE ) case "filesaveall" : FileSaveAll( "SynchronMode", TRUE ) @@ -1080,7 +1082,7 @@ function hUseAsyncSlot( cSlot as string ) as integer catch wait( DELAY ) endcatch - next iWait + next iRetries ' Total time used iTime = iRetries * DELAY -- cgit From 649f9edb33b5901b5bd796fcffb0320bc317cae1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 14:59:32 +0100 Subject: vitomation01: #i109562 - Fix typo --- testautomation/global/tools/includes/optional/t_docfuncs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index 9f88dbbe8ca2..234351f98475 100644 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -73,7 +73,7 @@ function hUseImpressAutopilot( bEnable as boolean ) as boolean '///+
  • Close Tools/Options
  • Kontext "OptionenDlg" - hCloseDialog( OptioneDlg, "ok" ) + hCloseDialog( OptionenDlg, "ok" ) '///+
  • Close IMPRESS document
  • hDestroyDocument() -- cgit From 2b564de7959dba0082fa86effb15c5e468396a5e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 15:57:28 +0100 Subject: vitomation01: #i109562 - Some time ago it was decided that a global variable be introduced which switches on and off between verbose mode for functions. THis is needed for profiling. The variable is called GVERBOSE and is set to FALSE in master.inc::getUseFiles() --- testautomation/dbaccess/tools/dbcreatetools.inc | 6 ++--- .../framework/tools/includes/performance.inc | 6 ++--- testautomation/global/system/includes/gvariabl.inc | 3 +++ testautomation/global/system/includes/master.inc | 2 ++ .../global/tools/includes/optional/t_docfuncs.inc | 30 ++++++++++------------ .../global/tools/includes/optional/t_filetools.inc | 12 ++++----- .../global/tools/includes/optional/t_ole.inc | 10 +++----- .../global/tools/includes/required/t_doc2.inc | 14 +++++----- .../global/tools/includes/required/t_files.inc | 24 ++++++++--------- .../global/tools/includes/required/t_tools1.inc | 4 +-- .../global/tools/includes/required/t_tools3.inc | 15 +++++------ 11 files changed, 56 insertions(+), 70 deletions(-) (limited to 'testautomation') diff --git a/testautomation/dbaccess/tools/dbcreatetools.inc b/testautomation/dbaccess/tools/dbcreatetools.inc index ff45ad2ead8b..63ca4208705b 100644 --- a/testautomation/dbaccess/tools/dbcreatetools.inc +++ b/testautomation/dbaccess/tools/dbcreatetools.inc @@ -1453,8 +1453,8 @@ function fSetJDBCDriverFiles(sClassPath) as boolean call hCloseDocument end function + '------------------------------------------------------------------------- -private const VERBOSE = false function hGetInstalledDatabaseDrivers( dbDriverList() as string ) as integer @@ -1502,7 +1502,7 @@ function hGetInstalledDatabaseDrivers( dbDriverList() as string ) as integer endif - if ( VERBOSE ) then + if ( GVERBOSE ) then printlog( CFN & "Returning " & iDriverCount & " drivers" ) endif hGetInstalledDatabaseDrivers() = iDriverCount @@ -1579,7 +1579,7 @@ function hGetDatabaseDisplayName( dbDriverURL as string ) as string endif - if ( VERBOSE ) then + if ( GVERBOSE ) then printlog( CFN & "Database display string: " & sDatabaseName ) endif hGetDataBaseDisplayName() = sDatabaseName diff --git a/testautomation/framework/tools/includes/performance.inc b/testautomation/framework/tools/includes/performance.inc index 01d46d7df415..7970cb260e32 100644 --- a/testautomation/framework/tools/includes/performance.inc +++ b/testautomation/framework/tools/includes/performance.inc @@ -31,14 +31,12 @@ '* '\****************************************************************************** -private const VERBOSE = true - function hWaitForObject( oControl as object, iTime as integer ) as integer const CFN = "hWaitForObject()::" dim iWait as integer - if ( VERBOSE ) then printlog( CFN & "Entering function for control: " & oControl.name() ) + if ( GVERBOSE ) then printlog( CFN & "Entering function for control: " & oControl.name() ) WaitSlot( 2000 ) @@ -49,7 +47,7 @@ function hWaitForObject( oControl as object, iTime as integer ) as integer hWaitForObject() = 0 exit function else - if ( VERBOSE ) then printlog( "Waiting..." ) + if ( GVERBOSE ) then printlog( "Waiting..." ) endif catch wait( 1 ) diff --git a/testautomation/global/system/includes/gvariabl.inc b/testautomation/global/system/includes/gvariabl.inc index 9bd9754f9a24..a654ec22d7bc 100644 --- a/testautomation/global/system/includes/gvariabl.inc +++ b/testautomation/global/system/includes/gvariabl.inc @@ -173,6 +173,9 @@ Global gOOoImprovementIsEnabled as boolean '///* Performance flags Global GLOBAL_USE_NEW_SLEEP as boolean ' keep the old sleep() behavior +'///* If set to TRUE in master.inc many functions become more talkative +Global GVERBOSE as boolean + sub OnlyForDocuGVariables '///System for the installed Office '///gPlatform: Operatingsystem (internal shortkey) diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index 6e5dc7e9d2af..d67de29994bd 100644 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -70,6 +70,8 @@ sub GetUseFiles gTestcaseStart = Now() ' get start time of test preparation phase + GVERBOSE = FALSE + use "global\system\includes\sysinfo.inc" '///+ sysinfo.inc : routines to get all system informations use "global\system\includes\inivalue.inc" '///+ inivalue.inc : routines to work with ini-files use "global\system\includes\iniinfo.inc" '///+ iniinfo.inc : routines to get all informations about OpenOffice.org diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index 234351f98475..470e7b1c0b15 100644 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -31,8 +31,6 @@ '* '\****************************************************************************** -private const VERBOSE = FALSE - function hUseImpressAutopilot( bEnable as boolean ) as boolean '///

    Enable/disable the Impress Autopilot in Tools/Options

    @@ -40,7 +38,7 @@ function hUseImpressAutopilot( bEnable as boolean ) as boolean '///
      const CFN = "global::tools::includes::optional::t_docfuncs.inc::hUseImpressAutopilot::" - if ( VERBOSE ) then printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) '///+
    • Create a new IMPRESS document
    • gApplication = "IMPRESS" @@ -56,10 +54,10 @@ function hUseImpressAutopilot( bEnable as boolean ) as boolean if ( bEnable ) then mitAutopilotStarten.check() - if ( VERBOSE ) then printlog( CFN & "Enable Impress Autopilot" ) + if ( GVERBOSE ) then printlog( CFN & "Enable Impress Autopilot" ) else mitAutopilotStarten.uncheck() - if ( VERBOSE ) then printlog( CFN & "Disable Impress Autopilot" ) + if ( GVERBOSE ) then printlog( CFN & "Disable Impress Autopilot" ) endif '///+
    • Return Status of Checkbox (checked=TRUE)
    • @@ -79,7 +77,7 @@ function hUseImpressAutopilot( bEnable as boolean ) as boolean hDestroyDocument() '///+
    • Returncode is undefined
    • - if ( VERBOSE ) then printlog( CFN & "Exit" ) + if ( GVERBOSE ) then printlog( CFN & "Exit" ) '///
    end function @@ -102,7 +100,7 @@ function hNumericDocType( doctype as integer ) as string dim sList( 100 ) as string dim iDocTypes as integer - if ( VERBOSE ) then printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) '///+
  • Retrieve matching list from file
  • hGetDataFileSection( sFile , sList() , "application" , "" , "" ) @@ -121,7 +119,7 @@ function hNumericDocType( doctype as integer ) as string '///+
  • Set a plain text name as returnvalue for the function
  • hGetDataFileSection( sFile , sList() , "application_names" , "" , "" ) hNumericDocType() = hGetValueForKeyAsString( sList() , gApplication ) - if ( VERBOSE ) then printlog( CFN & "Exit" ) + if ( GVERBOSE ) then printlog( CFN & "Exit" ) '/// end function @@ -196,7 +194,7 @@ function hIdentifyWriterDoc( cString as string, bWarn as boolean ) as boolean dim cIdentifier as string dim irc as integer ' some temporary returnvalue - if ( VERBOSE ) then printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) '///+
  • Test the function parameter
  • if ( cString = "" ) then @@ -235,7 +233,7 @@ function hIdentifyWriterDoc( cString as string, bWarn as boolean ) as boolean if ( bWarn ) then warnlog ( CFN & "The focus is not on the expected document" ) else - if ( VERBOSE ) then printlog( CFN & "The focus is not on the expected document" ) + if ( GVERBOSE ) then printlog( CFN & "The focus is not on the expected document" ) endif printlog( CFN & "Expected: " & cString ) @@ -247,7 +245,7 @@ function hIdentifyWriterDoc( cString as string, bWarn as boolean ) as boolean endif '///+
  • Return TRUE only if the current document is the expected one
  • - if ( VERBOSE ) then printlog( CFN & "Exit" ) + if ( GVERBOSE ) then printlog( CFN & "Exit" ) '/// end function @@ -264,7 +262,7 @@ function hCreateDocument() as boolean dim iDocCountAfter as integer iDocCountBefore = getDocumentCount - if ( VERBOSE ) then printlog( CFN & "Number of open documents before: " & iDocCountBefore ) + if ( GVERBOSE ) then printlog( CFN & "Number of open documents before: " & iDocCountBefore ) if ( gApplication = "BACKGROUND" ) then hFileCloseAll() @@ -279,7 +277,7 @@ function hCreateDocument() as boolean hCreateDocument() = false endif endif - if ( VERBOSE ) then printlog( CFN & "New document created. Open: " & iDocCountAfter ) + if ( GVERBOSE ) then printlog( CFN & "New document created. Open: " & iDocCountAfter ) '/// end function @@ -316,7 +314,7 @@ function hDocumentTypeKeys( cString as string ) as boolean dim brc as boolean brc = true - if ( VERBOSE ) then printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) '///+
  • Set focus to the current documenttype determined by gApplication
  • '///+
  • Type the string passed as function parameter
  • @@ -360,7 +358,7 @@ function hDestroyDocument() as boolean hDestroyDocument() = false if ( iDocCount = 0 ) then exit function - if ( VERBOSE ) then printlog( CFN & "In.: Open: " & iDocCount ) + if ( GVERBOSE ) then printlog( CFN & "In.: Open: " & iDocCount ) hUseAsyncSlot( "FileClose" ) @@ -377,7 +375,7 @@ function hDestroyDocument() as boolean if ( getDocumentCount() = iDocCount ) then hCloseDocument() if ( getDocumentCount() = iDocCount - 1 ) then hDestroyDocument() = true - if ( VERBOSE ) then printlog( CFN & "Out: Open: " & getDocumentCount() ) + if ( GVERBOSE ) then printlog( CFN & "Out: Open: " & getDocumentCount() ) end function diff --git a/testautomation/global/tools/includes/optional/t_filetools.inc b/testautomation/global/tools/includes/optional/t_filetools.inc index c113c6f2e353..8ca271545a16 100644 --- a/testautomation/global/tools/includes/optional/t_filetools.inc +++ b/testautomation/global/tools/includes/optional/t_filetools.inc @@ -31,8 +31,6 @@ '* '\****************************************************************************** -private const VERBOSE = false - function hHandleActivesOnLoad( iTries as integer , iAdd as integer ) as boolean '///

    Handle any dialogs that might pop up when loading a file

    @@ -74,7 +72,7 @@ function hHandleActivesOnLoad( iTries as integer , iAdd as integer ) as boolean dim cMessage as string dim bSkip as boolean - if ( VERBOSE ) then printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) ' not good but apparently required - else hDestroyDocument will handle the ' dialogs and warn about them. @@ -169,7 +167,7 @@ function hHandleActivesOnLoad( iTries as integer , iAdd as integer ) as boolean printlog( CFN & "Exit: The test closed more dialogs than expected" ) hHandleActivesOnLoad() = false else - if ( VERBOSE ) then printlog( CFN & "Exit" ) + if ( GVERBOSE ) then printlog( CFN & "Exit" ) endif end function @@ -208,7 +206,7 @@ function hHandleInitialDialogs() as integer dim incident as integer incident = 0 - if ( VERBOSE ) then printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) try '///+
  • Test for UseOfThisTemplate-dialog
  • @@ -254,7 +252,7 @@ function hHandleInitialDialogs() as integer endcatch hHandleInitialDialogs() = incident - if ( VERBOSE ) then printlog( CFN & "Exit" ) + if ( GVERBOSE ) then printlog( CFN & "Exit" ) '/// @@ -325,7 +323,7 @@ function hGetWorkPath() as string sPath = convertpath( sPath ) '///+
  • Print info to the log and return the path
  • - if ( VERBOSE ) then + if ( GVERBOSE ) then if ( bPathIsFromAPI ) then printlog( CFN & "(From API): " & sPath ) else diff --git a/testautomation/global/tools/includes/optional/t_ole.inc b/testautomation/global/tools/includes/optional/t_ole.inc index 28268ef5394e..52ccc90848a3 100644 --- a/testautomation/global/tools/includes/optional/t_ole.inc +++ b/testautomation/global/tools/includes/optional/t_ole.inc @@ -31,10 +31,6 @@ '* '\****************************************************************************** -private const VERBOSE = FALSE - -'******************************************************************************* - function hGetOfficeVersion() as string dim cPath as string @@ -44,7 +40,7 @@ function hGetOfficeVersion() as string ' Path to info file cPath = convertpath( gTesttoolPath & "global/input/officeinfo.txt" ) - if ( VERBOSE ) then printlog( CFN & "Reading: " & cPath ) + if ( GVERBOSE ) then printlog( CFN & "Reading: " & cPath ) ' Read the file hGetDatafileSection( cPath, aItemList(), "", "", "" ) @@ -86,7 +82,7 @@ function hGetOleObjectName( ObjectType as string ) as string exit function end select - if ( VERBOSE ) then printlog( CFN & "Retrieving OLE name for: " & ObjectType ) + if ( GVERBOSE ) then printlog( CFN & "Retrieving OLE name for: " & ObjectType ) ' ...Embedding is physical path, ObjectNames the top node aPropertyValue( 0 ).Name = "nodepath" @@ -125,7 +121,7 @@ end function function GetOleDefaultNames() const CFN = "global::tools::includes::optional::t_ole.inc::GetOleDefaultNames(): " - if ( VERBOSE ) then printlog( CFN & "Retrieving OLE names" ) + if ( GVERBOSE ) then printlog( CFN & "Retrieving OLE names" ) hGetOfficeVersion() gOLEWriter = hGetOleObjectName( "Writer" ) diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 1c4b2305b1fe..449dce551582 100644 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -31,8 +31,6 @@ '* '\*********************************************************************** -private const VERBOSE = TRUE - sub hTabelleEinfuegen '/// WRITER only ///' '/// hTabelleEinfuegen hInsertTable ///' @@ -124,7 +122,7 @@ function sMakeReadOnlyDocumentEditable() as boolean dim rc as integer const CFN = "sMakeReadOnlyDocumentEditable::" - if ( VERBOSE ) then printlog( CFN & "Making document editable (create a copy) if it is readonly" ) + if ( GVERBOSE ) then printlog( CFN & "Making document editable (create a copy) if it is readonly" ) Kontext "Standardbar" if ( Bearbeiten.IsEnabled() ) then @@ -143,11 +141,11 @@ function sMakeReadOnlyDocumentEditable() as boolean printlog( CFN & "Messagebox: " & Active.getText() ) try - if ( VERBOSE ) then printlog( CFN & "Document was read-only. A copy will be used." ) + if ( GVERBOSE ) then printlog( CFN & "Document was read-only. A copy will be used." ) Active.Yes() - if ( VERBOSE ) then printlog( CFN & "Closed 'use copy' message" ) + if ( GVERBOSE ) then printlog( CFN & "Closed 'use copy' message" ) catch - if ( VERBOSE ) then printlog( CFN & "Probing for unexpected messagebox..." ) + if ( GVERBOSE ) then printlog( CFN & "Probing for unexpected messagebox..." ) active.ok() qaerrorlog( "#i100701 - Object not found message" ) endcatch @@ -160,11 +158,11 @@ function sMakeReadOnlyDocumentEditable() as boolean printlog( CFN & "Document appears to be editable" ) endif else - if ( VERBOSE ) then printlog( CFN & "Button is pressed, document is editable" ) + if ( GVERBOSE ) then printlog( CFN & "Button is pressed, document is editable" ) sMakeReadOnlyDocumentEditable() = FALSE endif else - if ( VERBOSE ) then printlog( CFN & "Control is not enabled" ) + if ( GVERBOSE ) then printlog( CFN & "Control is not enabled" ) endif end function diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index 6b6cafff6c51..7859e6495cf1 100644 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -31,8 +31,6 @@ '* '\****************************************************************************** -private const VERBOSE = FALSE ' set to TRUE for debugging - function hGrafikEinfuegen ( Grafik$ ) as Boolean '/// hGrafikEinfuegen hGraphicInsert '/// A graphic will be inserted (not linked). @@ -538,7 +536,7 @@ function hDeleteFile( cFileOrig as string ) as boolean warnlog( CFN & "File was not deleted: " & cFile ) hDeleteFile() = false else - if ( VERBOSE ) then printlog( CFN & "File successfully deleted: " & cFile ) + if ( GVERBOSE ) then printlog( CFN & "File successfully deleted: " & cFile ) hDeleteFile() = true endif catch @@ -572,7 +570,7 @@ function hFileOpen( cFile as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) hFileOpen() = FALSE const CFN = "global::tools::inc::t_files.inc::hFileOpen():" - if ( VERBOSE ) then printlog( CFN & "Load: " & sFile ) + if ( GVERBOSE ) then printlog( CFN & "Load: " & sFile ) FileOpen( "URL", sFile, "FrameName", "_default" ) if ( hFileWait( FALSE ) >= 0 ) then hFileOpen() = TRUE @@ -590,7 +588,7 @@ function hFileOpenSpecial( cFile as string, cFlag as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) const CFN = "global::tools::inc::t_files.inc::hFileOpenSpecial():" hFileOpenSpecial() = FALSE - if ( VERBOSE ) then printlog( "Load (Flag): " & sFile & " (" & cFlag & ")" ) + if ( GVERBOSE ) then printlog( "Load (Flag): " & sFile & " (" & cFlag & ")" ) select case( lcase( cFlag ) ) case "readonly" @@ -615,7 +613,7 @@ function hFileOpenWithFilter( cFile as string, cFilter as string ) dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) const CFN = "global::tools::inc::t_files.inc::hFileOpenWithFilter():" hFileOpenWithFilter() = FALSE - if ( VERBOSE ) then printlog( CFN & "Load (Filter): " & sFile & " (" & cFilter & ")" ) + if ( GVERBOSE ) then printlog( CFN & "Load (Filter): " & sFile & " (" & cFilter & ")" ) FileOpen( "URL", sFile, "FrameName", "_default", "FilterName", cFilter ) if ( hFileWait( FALSE ) >= 0 ) then hFileOpenWithFilter() = TRUE @@ -627,7 +625,7 @@ function hFileSave() as boolean const CFN = "global::tools::inc::t_files.inc::hFileSave():" hFileSave() = FALSE - if ( VERBOSE ) then printlog( CFN & "Save file." ) + if ( GVERBOSE ) then printlog( CFN & "Save file." ) FileSave( "SynchronMode", TRUE ) if ( hFileWait( TRUE ) >= 0 ) then hFileSave() = TRUE @@ -640,7 +638,7 @@ function hFileSaveAs( cFile as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) const CFN = "global::tools::inc::t_files.inc::hFileSaveAs():" hFileSaveAs() = FALSE - if ( VERBOSE ) then printlog( CFN & "Save: " & sFile ) + if ( GVERBOSE ) then printlog( CFN & "Save: " & sFile ) FileSaveAs( "URL", sFile, "Overwrite", FALSE ) if ( hFileWait( TRUE ) >= 0 ) then hFileSaveAs() = TRUE @@ -653,7 +651,7 @@ function hFileSaveAsKill( cFile as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) const CFN = "global::tools::inc::t_files.inc::hFileSaveAsKill():" hFileSaveAsKill() = FALSE - if ( VERBOSE ) then printlog( CFN & "Save, replacing: " & sFile ) + if ( GVERBOSE ) then printlog( CFN & "Save, replacing: " & sFile ) FileSaveAs( "URL", sFile, "Overwrite", TRUE ) if ( hFileWait( TRUE ) >= 0 ) then hFileSaveAsKill() = TRUE @@ -666,7 +664,7 @@ function hFileSaveAsKillWithPassword( cFile as string, cPassword as string ) as dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) const CFN = "global::tools::inc::t_files.inc::hFileSaveAsKillWithPassword():" hFileSaveAsKillWithPassword() = FALSE - if ( VERBOSE ) then printlog( CFN & "Save with password, replacing: " & sFile & "::" & cPassword ) + if ( GVERBOSE ) then printlog( CFN & "Save with password, replacing: " & sFile & "::" & cPassword ) FileSaveAs( "URL", sFile, "Overwrite", TRUE, "Password", cPassword ) if ( hFileWait( TRUE ) >= 0 ) then hFileSaveAsKillWithPassword() = TRUE @@ -679,7 +677,7 @@ function hFileSaveAsWithFilter( cFile as string, cFilter as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) const CFN = "global::tools::inc::t_files.inc::hFileSaveAsWithFilter():" hFileSaveAsWithFilter() = FALSE - if ( VERBOSE ) then printlog( CFN & "Save with filter: " & sFile & "::" & cFilter ) + if ( GVERBOSE ) then printlog( CFN & "Save with filter: " & sFile & "::" & cFilter ) FileSaveAs( "URL", sFile, "FilterName", cFilter, "Overwrite", FALSE ) if ( hFileWait( TRUE ) >= 0 ) then hFileSaveAsWithFilter() = TRUE @@ -692,7 +690,7 @@ function hFileSaveAsWithFilterKill( cFile as string, cFilter as string ) as bool dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) const CFN = "global::tools::inc::t_files.inc::hFileSaveAsWithFilterKill():" hFileSaveAsWithFilterKill() = FALSE - if ( VERBOSE ) then printlog( CFN & "Save with filter, replacing: " & sFile & "::" & cFilter ) + if ( GVERBOSE ) then printlog( CFN & "Save with filter, replacing: " & sFile & "::" & cFilter ) FileSaveAs( "URL", sFile, "FilterName", cFilter, "Overwrite", TRUE ) if ( hFileWait( TRUE ) >= 0 ) then hFileSaveAsWithFilterKill() = TRUE @@ -797,7 +795,7 @@ function hFileWait( optional bWarn as boolean ) as integer loop - if ( VERBOSE ) then + if ( GVERBOSE ) then select case iWait case -1 : printlog( CFN & "Timeout reached, rc = " & iWait ) case -2 : printlog( CFN & "Macro security warning displayed, rc = " & iWait ) diff --git a/testautomation/global/tools/includes/required/t_tools1.inc b/testautomation/global/tools/includes/required/t_tools1.inc index 715f181eda78..e11b6b01f209 100644 --- a/testautomation/global/tools/includes/required/t_tools1.inc +++ b/testautomation/global/tools/includes/required/t_tools1.inc @@ -35,8 +35,6 @@ private SLEEP_TIME_REQUESTED as integer private SLEEP_CALLS_SUM as integer private SLEEP_TIME_USED as integer -private const VERBOSE = FALSE - function GetClipboardText as string '/// Returns the correct clipboard text (also if there is a 'RETURN' at it's end. @@ -318,7 +316,7 @@ function Sleep( optional _iSeconds as integer ) as integer printlog( CFN & "Zero time. Please consider removing Sleep() statement" ) endif - if ( VERBOSE ) then + if ( GVERBOSE ) then SLEEP_CALLS_SUM = SLEEP_CALLS_SUM + 1 SLEEP_TIME_USED = SLEEP_TIME_USED + iTimeDiff / 1000 ' good enough SLEEP_TIME_REQUESTED = SLEEP_TIME_REQUESTED + iSeconds diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 36a803531782..9d83f5d09e82 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -31,9 +31,6 @@ '* '\****************************************************************************** -private const VERBOSE = FALSE - - sub hToolbarSelect( sType as string, sOpen as boolean, optional SetToDefault as boolean ) Dim sDefault as integer, sKontext as string, sPosition as integer Dim SteppedThrough as boolean @@ -968,7 +965,7 @@ function hIsAccessbridgeInstalled() as boolean endif endif Kontext "OptionenDlg" - OptionenDlg.Cancel + hCloseDialog( OptionenDlg, "Cancel" ) endif end select endif @@ -991,7 +988,7 @@ function hUseAsyncSlot( cSlot as string ) as integer const RETVAL_TIMEOUT = -1 ' Returnvalue if slot is not available const CFN = "global::tools::includes::required::hUseAsyncSlot(): " - printlog( "Executing slot: <" & cSlot & ">" ) + printlog( "Executing <" & cSlot & ">" ) WaitSlot() for iRetries = 1 to MAX_RETRIES @@ -1090,7 +1087,7 @@ function hUseAsyncSlot( cSlot as string ) as integer ' Timeout is -1 if ( iRetries = MAX_RETRIES ) then iTime = RETVAL_TIMEOUT - if ( VERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) + if ( GVERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hUseAsyncSlot() = iTime end function @@ -1107,7 +1104,7 @@ function hClickButton( oButton as object ) as integer const RETVAL_TIMEOUT = -1 ' Return -1 if the button is not available const CFN = "global::tools::includes::required::hClickButton(): " - printlog( "Click button: <" & oButton.name() & ">" ) + printlog( "Clicking <" & oButton.name() & ">" ) WaitSlot() for iRetries = 1 to MAX_RETRIES @@ -1124,7 +1121,7 @@ function hClickButton( oButton as object ) as integer if ( iWait = MAX_RETRIES ) then iTime = RETVAL_TIMEOUT - if ( VERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) + if ( GVERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hClickButton() = iTime end function @@ -1160,7 +1157,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean ' Find out whether the dialog must exist (default) or is just closed as a precaution ("optional") if ( instr( sFlags, "optional") > 0 ) then bDialogMustExist = FALSE - printlog( CFN & "Closing dialog <" & oDialog.name() & "> using flags <" & sFlags & ">.") + printlog( "Closing dialog <" & oDialog.name() & ">. Flags <" & sFlags & ">.") if ( oDialog.exists() ) then select case( iClosingMethod ) -- cgit From 32dccd98bf5994ae454c3ccae08d96647fc7f006 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 16:01:11 +0100 Subject: vitomation01: #i109562 - removed record_macro.bas, it is unused --- testautomation/global/tools/record_macro.bas | 54 ---------------------------- 1 file changed, 54 deletions(-) delete mode 100755 testautomation/global/tools/record_macro.bas (limited to 'testautomation') diff --git a/testautomation/global/tools/record_macro.bas b/testautomation/global/tools/record_macro.bas deleted file mode 100755 index d4d7095e9efc..000000000000 --- a/testautomation/global/tools/record_macro.bas +++ /dev/null @@ -1,54 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : thorsten.bosbach@sun.com -'* -'* short description : Records your actions in the Office at the cursorposition in the TestTool window -'* -'\************************************************************************************* - -sub main -' start with ; wait until it got runned, -' open a new window in testtool, -' perform some actions in the office, -' take a look into the testtool window - - RecordMacro true - -' if you're done, comment the above line and uncomment the following line, -' run it and the macromodus is left - -' RecordMacro false - -end sub - -sub LoadIncludeFiles - use "global\system\includes\declare.inc" - use "global\system\includes\gvariabl.inc" - Call GetUseFiles() -end sub - -- cgit From 1aa6378840f695f51f4a3b93f987e291fe279864 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 8 Mar 2010 20:49:36 +0100 Subject: vitomation01: #i109696 - fix two more incorrect lcase-usages (funny thing, really. Could have been me ) --- testautomation/global/system/includes/master.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index d67de29994bd..45e9696559ea 100644 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -364,7 +364,7 @@ sub hStartTheOffice (optional sProfPath as String, optional sProfParameter as St sErrorInformation = "global::systen::inc::master.inc:hStartTheOffice: " - if gPlatform = lcase("osx") then + if lcase( gPlatform ) = "osx" then sPlatformProgramPath = "MacOS" else sPlatformProgramPath = "program" @@ -1164,7 +1164,7 @@ sub sStartUpOffice (optional sProfPath as String, optional sProfParameter as Str ' Set a valid URE_BOOTSTRAP path for soffice, else the invalid one from this testtool instance ' will get used i86718 - would result in a message about vcl stuff and a not starting soffice - if gPlatform = lcase("osx") then + if lcase( gPlatform ) = "osx" then sPlatformProgramPath = "MacOS" sPlatformBinExt = "rc" else -- cgit From 99884388880ee725e65b285cbe50c2e0ae595e22 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 08:52:47 +0100 Subject: vitomation01: #i109562 - Removed calls to required files t_doc1.inc and t_tools1.inc, the files are loaded multiple times already when the test is started. --- testautomation/framework/optional/f_CJK_GridLayout.bas | 2 -- testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas | 2 -- 2 files changed, 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_CJK_GridLayout.bas b/testautomation/framework/optional/f_CJK_GridLayout.bas index 030fa64e6dfd..1569816cd3a5 100755 --- a/testautomation/framework/optional/f_CJK_GridLayout.bas +++ b/testautomation/framework/optional/f_CJK_GridLayout.bas @@ -72,8 +72,6 @@ end sub sub LoadIncludeFiles use "global\system\includes\master.inc" use "global\system\includes\gvariabl.inc" - use "global\tools\includes\required\t_doc1.inc" - use "global\tools\includes\required\t_tools1.inc" use "global\tools\includes\optional\t_docfuncs.inc" use "framework\tools\includes\CJK_tools.inc" diff --git a/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas b/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas index 2e7d9e80ecef..2bf56608181b 100755 --- a/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas +++ b/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas @@ -63,8 +63,6 @@ end sub sub LoadIncludeFiles use "global\system\includes\master.inc" use "global\system\includes\gvariabl.inc" - use "global\tools\includes\required\t_doc1.inc" - use "global\tools\includes\required\t_tools1.inc" use "framework\tools\includes\CJK_tools.inc" -- cgit From f80714706a432613472e0671586abdc7ee7e68f6 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 08:57:25 +0100 Subject: vitomation01: #i109562 - replaced a number of loops for document deletion, there is a function for this (hFileCloseAll) --- testautomation/global/system/includes/master.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index 45e9696559ea..6a76212d5c87 100644 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -70,7 +70,7 @@ sub GetUseFiles gTestcaseStart = Now() ' get start time of test preparation phase - GVERBOSE = FALSE + GVERBOSE = FALSE ' global switch to make some functions more talkative for profiling purposes use "global\system\includes\sysinfo.inc" '///+ sysinfo.inc : routines to get all system informations use "global\system\includes\inivalue.inc" '///+ inivalue.inc : routines to work with ini-files @@ -344,9 +344,7 @@ sub FirstOfficeStart 'Needs to get executed everytime after a 'ResetApplication' command catchGPF false ' Recover to backingwindow, until resetApplication can handle this - for i = 1 to getDocumentCount - hCloseDocument() - next i + hFileCloseAll() end sub '------------------------------------------------------------------------- -- cgit From f205522489e80871174f128a1f44103be967d8ab Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 13:10:14 +0100 Subject: vitomation01: #i109562 - Remove debug stuff --- testautomation/global/tools/includes/optional/t_docfuncs.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index 470e7b1c0b15..ed9af1025d22 100644 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -422,7 +422,7 @@ function hInitSingleDoc() as boolean '///+
  • Verify that exactly one document is open
  • if ( getDocumentCount = 1 ) then - printlog( CFN & "A single unchanged writer document is open" ) + printlog( "One single unchanged writer document is open" ) hInitSingleDoc() = true else printlog( CFN & "Failed to open just one single writer document" ) @@ -466,10 +466,10 @@ function hInitBackingMode() as boolean '///+
  • verify that we do not have any open documents left (redundant check)
  • if ( getDocumentCount = 0 ) then - printlog( CFN & "Office is in backing mode." ) + printlog( "Program is in backing mode" ) hInitBackingMode() = true else - printlog( CFN & "Office is in undefined state." ) + printlog( CFN & "Office is in undefined state" ) hInitBackingMode() = false endif '/// -- cgit From 74e0179fb609179322c68006218b059f33901da4 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 13:16:15 +0100 Subject: vitomation01: #i109562 - fix --- testautomation/framework/tools/includes/help_tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/help_tools.inc b/testautomation/framework/tools/includes/help_tools.inc index 2fea27089030..456647604a77 100644 --- a/testautomation/framework/tools/includes/help_tools.inc +++ b/testautomation/framework/tools/includes/help_tools.inc @@ -214,7 +214,7 @@ end function function hHelpGetAboutItemCount() as integer - printlog( "Get the number of applications listed in the help listbox (should be 8) + printlog( "Get the number of applications listed in the help listbox (should be 8)" ) const I_ABOUT_ITEMS = 8 dim itemcount as integer -- cgit From 689a0f11b54a9f282b29bad3fe1bc369baaaf2f2 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 13:40:42 +0100 Subject: vitomation01: #i109562 - Re-enable Autotest --- .../optional/f_basic_templatedocuments.bas | 2 ++ .../optional/includes/basic_spectemplate.inc | 39 +++------------------- 2 files changed, 6 insertions(+), 35 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_templatedocuments.bas b/testautomation/framework/optional/f_basic_templatedocuments.bas index 576de3006b2e..cbe07a434f7d 100755 --- a/testautomation/framework/optional/f_basic_templatedocuments.bas +++ b/testautomation/framework/optional/f_basic_templatedocuments.bas @@ -38,8 +38,10 @@ sub main call hStatusIn( "framework" , "f_basic_templatedocuments.bas" ) + hSetMacroSecurityAPI( GC_GC_MACRO_SECURITY_LEVEL_MEDIUM ) call tMacroUserTemplate() call tBasicSpecTemplate() + hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_DEFAULT ) call hStatusOut() diff --git a/testautomation/framework/optional/includes/basic_spectemplate.inc b/testautomation/framework/optional/includes/basic_spectemplate.inc index 92a792cd5797..15175b180568 100644 --- a/testautomation/framework/optional/includes/basic_spectemplate.inc +++ b/testautomation/framework/optional/includes/basic_spectemplate.inc @@ -33,30 +33,9 @@ testcase tBasicSpecTemplate - qaerrorlog( "#i89554# Macro dialog not displayed / document not loaded" ) - goto endsub - - const cFile = "http://specs.openoffice.org/collaterals/template/2.0/OpenOffice-org-Specification-Template.ott" - dim brc as boolean - dim cProxy as string - dim cPort as string - - dim cWorkFile as string - - cWorkFile = hGetWorkPath() & "SpecTemplate" & hGetSuffix( "current" ) + dim cWorkFile as string : cWorkFile = hGetWorkPath() & "SpecTemplate" & hGetSuffix( "current" ) - - hGetPrivateHttpServer( cProxy, cPort ) - - printlog( "Init: Set proxy (requires private environment to be set)" ) - hSetProxies( cProxy, cPort, "", "", "" ) - if ( WaitSlot() <> WSFinished ) then - warnlog( "Slot not finished after 1000 msec." ) - else - printlog( "Slot free in less than 1000 msec." ) - endif - printlog( "FileOpen" ) hFileOpen( cFile ) @@ -68,17 +47,14 @@ testcase tBasicSpecTemplate kontext "OeffnenDlg" if ( OeffnenDlg.exists( 1 ) ) then printlog( "Recovering - closing File Open dialog" ) - OeffnenDlg.cancel() + hCloseDialog( OeffnenDlg, "cancel" ) endif goto endsub endif printlog( "Accept to execute macros" ) - brc = hAllowMacroExecution() - if ( not brc ) then - warnlog( "Missing Macro execution dialog. Please check the file/security settings" ) - endif + if ( hAllowMacroExecution() ) then warnlog( "Missing Macro execution dialog." ) kontext "Active" if ( Active.exists( 5 ) ) then @@ -87,7 +63,7 @@ testcase tBasicSpecTemplate kontext "OeffnenDlg" if ( OeffnenDlg.exists( 2 ) ) then - OeffnenDlg.close() + hCloseDialog( OeffnenDlg, "close" ) goto endsub endif endif @@ -102,21 +78,14 @@ testcase tBasicSpecTemplate hMenuSelectNr( 10 ) hMenuSelectNr( 2 ) - hFileSaveAsKill( cWorkFile ) - hDestroyDocument() hFileOpen( cWorkFile ) - hAllowMacroExecution() printlog( "Cleanup: Close the document" ) hDestroyDocument() - - printlog( "Cleanup: Delete proxy settings" ) - hSetProxies( "", "", "", "", "" ) - hDeleteFile( cWorkFile ) endcase -- cgit From 745bcce64f99b38975e7d95e7afb36b0855ecf4f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 13:54:01 +0100 Subject: vitomation01: #i109562 - Adjustments to autotest (to find the problem causing the runtime exception) --- .../framework/optional/f_basic_templatedocuments.bas | 2 +- .../optional/includes/basic_spectemplate.inc | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_templatedocuments.bas b/testautomation/framework/optional/f_basic_templatedocuments.bas index cbe07a434f7d..28f1ee6e7613 100755 --- a/testautomation/framework/optional/f_basic_templatedocuments.bas +++ b/testautomation/framework/optional/f_basic_templatedocuments.bas @@ -38,7 +38,7 @@ sub main call hStatusIn( "framework" , "f_basic_templatedocuments.bas" ) - hSetMacroSecurityAPI( GC_GC_MACRO_SECURITY_LEVEL_MEDIUM ) + hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_MEDIUM ) call tMacroUserTemplate() call tBasicSpecTemplate() hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_DEFAULT ) diff --git a/testautomation/framework/optional/includes/basic_spectemplate.inc b/testautomation/framework/optional/includes/basic_spectemplate.inc index 15175b180568..326aed750e8a 100644 --- a/testautomation/framework/optional/includes/basic_spectemplate.inc +++ b/testautomation/framework/optional/includes/basic_spectemplate.inc @@ -54,10 +54,13 @@ testcase tBasicSpecTemplate endif printlog( "Accept to execute macros" ) - if ( hAllowMacroExecution() ) then warnlog( "Missing Macro execution dialog." ) - + if ( hAllowMacroExecution() ) then + warnlog( "Missing Macro execution dialog. Aborting test" ) + goto endsub + endif + kontext "Active" - if ( Active.exists( 5 ) ) then + if ( Active.exists( 10 ) ) then warnlog( "Fatal: Unexpected active: " & Active.getText() ) active.ok @@ -77,14 +80,18 @@ testcase tBasicSpecTemplate hUseMenu() hMenuSelectNr( 10 ) hMenuSelectNr( 2 ) - + + printlog( "Save the file, overwriting" ) hFileSaveAsKill( cWorkFile ) + + printlog( "Close the document" ) hDestroyDocument() - + + printlog( "Load the file again" ) hFileOpen( cWorkFile ) hAllowMacroExecution() - printlog( "Cleanup: Close the document" ) + printlog( "Cleanup: Close the document and delete the file" ) hDestroyDocument() hDeleteFile( cWorkFile ) -- cgit From 3a18ddc1580d93132ab3f7b6e04f6aad02bc991b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 13:54:51 +0100 Subject: vitomation01: #i109562 - logic error fixed --- testautomation/framework/optional/includes/basic_spectemplate.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_spectemplate.inc b/testautomation/framework/optional/includes/basic_spectemplate.inc index 326aed750e8a..8686f6a2e5e2 100644 --- a/testautomation/framework/optional/includes/basic_spectemplate.inc +++ b/testautomation/framework/optional/includes/basic_spectemplate.inc @@ -54,7 +54,7 @@ testcase tBasicSpecTemplate endif printlog( "Accept to execute macros" ) - if ( hAllowMacroExecution() ) then + if ( not hAllowMacroExecution() ) then warnlog( "Missing Macro execution dialog. Aborting test" ) goto endsub endif -- cgit From 6d018f02fae67071f3687f98117ae941fd79b1b3 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 14:43:51 +0100 Subject: vitomation01: #i109562 - workaround a timing problem --- .../optional/includes/basic_spectemplate.inc | 4 ++++ .../tools/includes/optional/t_security_tools.inc | 26 +++++++++------------- 2 files changed, 14 insertions(+), 16 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_spectemplate.inc b/testautomation/framework/optional/includes/basic_spectemplate.inc index 8686f6a2e5e2..35e541a642a2 100644 --- a/testautomation/framework/optional/includes/basic_spectemplate.inc +++ b/testautomation/framework/optional/includes/basic_spectemplate.inc @@ -81,6 +81,10 @@ testcase tBasicSpecTemplate hMenuSelectNr( 10 ) hMenuSelectNr( 2 ) + ' This one is required as the document is rendering for a while and we cannot + ' tell when it is finished (WaitSlot does not work here) + wait( 5000 ) + printlog( "Save the file, overwriting" ) hFileSaveAsKill( cWorkFile ) diff --git a/testautomation/global/tools/includes/optional/t_security_tools.inc b/testautomation/global/tools/includes/optional/t_security_tools.inc index 0a0a48a42a40..26ab6b9fc727 100644 --- a/testautomation/global/tools/includes/optional/t_security_tools.inc +++ b/testautomation/global/tools/includes/optional/t_security_tools.inc @@ -194,12 +194,11 @@ function hAllowMacroExecution() as boolean if ( SecurityWarning.exists( 5 ) ) then '///+
  • Click "Run" to allow macro execution
  • - SecurityWarning.ok() - hAllowMacroExecution() = true - printlog( CFN & "Allowed macro execution" ) + printlog( CFN & "Allowing macro execution" ) + hAllowMacroExecution() = hCloseDialog( SecurityWarning, "ok" ) else - hAllowMacroExecution() = false printlog( CFN & "Macro dialog not displayed" ) + hAllowMacroExecution() = false endif '/// @@ -234,12 +233,11 @@ function hDenyMacroExecution() as boolean if ( SecurityWarning.exists() ) then '///+
  • Click "Cancel" to deny execution
  • - SecurityWarning.cancel() - hDenyMacroExecution() = true printlog( CFN & "Denied macro execution" ) + hDenyMacroExecution() = hCloseDialog( SecurityWarning, "cancel" ) else - hDenyMacroExecution() = false printlog( CFN & "Macro dialog not displayed" ) + hDenyMacroExecution() = false endif '/// @@ -301,7 +299,6 @@ function hAddTrustedPath( cPath as string ) as boolean const CFN = "hAddTrustedPath::" dim iPathCount as integer - dim brc as boolean '///Description: '///
      @@ -336,21 +333,18 @@ function hAddTrustedPath( cPath as string ) as boolean kontext "TabTrustedSources" if ( LocationsListBox.getItemCount() <> ( iPathCount + 1 ) ) then warnlog( CFN & "Incorrect number of items in locations listbox" ) - brc = false + hAddTrustedPath() = false else - printlog( CFN & "Added: " & cPath ) - brc = true + printlog( "Added: " & cPath ) + hAddTrustedPath() = true endif '///+
    • Close the dialog
    • - TabTrustedSources.ok() + hCloseDialog( TabTrustedSources, "ok" ) '///+
    • Close Tools/Options
    • Kontext "OptionenDlg" - OptionenDlg.ok() - - hAddTrustedPath() = brc - + hCloseDialog( OptionenDlg, "ok" ) '///
    end function -- cgit From e2773721c12bc0f11c0d5f4d550aa787796fd7d1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 15:03:12 +0100 Subject: vitomation01: #i109562 - Fixed lost CFN string --- testautomation/framework/tools/includes/pbrowser_tools.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index 8323f7652429..4f78e54f8d01 100644 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -37,13 +37,12 @@ function hOpenPropertyBrowser() as boolean '///

    Open the BASIC property browser

    - const CFN = "hOpenPropertyBrowser::" + const CFN = "framework::tools::includes::pbrowser_tools.inc::hOpenPropertyBrowser(): " if ( hUseAsyncSlot( "ContextProperties" ) <> -1 ) then kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 2 ) ) then ControlPropertiesTabControl.setPage( TabGeneralControl ) - printlog( "Property browser is open" ) hOpenPropertyBrowser() = true else warnlog( CFN & "Dialog is not available" ) @@ -59,7 +58,10 @@ end function '******************************************************************************* function hClosePropertyBrowser() as boolean - + + const CFN = "framework::tools::includes::pbrowser_tools.inc::hClosePropertyBrowser(): " + printlog( "Closing Property-Browser" ) + kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists() ) then @@ -69,7 +71,6 @@ function hClosePropertyBrowser() as boolean printlog( CFN & "Property browser could not be closed" ) hClosePropertyBrowser() = true else - printlog( CFN & "ok" ) hClosePropertyBrowser() = false endif else -- cgit From fc5ae4471d7f6d1bfeba58fd95269173f3cca429 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 15:08:03 +0100 Subject: vitomation01: #i109562 - Fixed logic error --- testautomation/framework/tools/includes/pbrowser_tools.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index 4f78e54f8d01..0d05766a2b73 100644 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -60,7 +60,7 @@ end function function hClosePropertyBrowser() as boolean const CFN = "framework::tools::includes::pbrowser_tools.inc::hClosePropertyBrowser(): " - printlog( "Closing Property-Browser" ) + printlog( "Closing Property-Browser (if open)" ) kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists() ) then @@ -68,13 +68,13 @@ function hClosePropertyBrowser() as boolean hUseAsyncSlot( "ContextProperties" ) if ( ControlPropertiesTabControl.notExists( 2 ) ) then - printlog( CFN & "Property browser could not be closed" ) hClosePropertyBrowser() = true else + warnlog( CFN & "Failed to close dialog" ) hClosePropertyBrowser() = false endif else - printlog( CFN & "Property browser is not open" ) + printlog( "Property browser is not open" ) hClosePropertyBrowser() = true endif -- cgit From d9617645e0703bd2d4bfcb29fd8b6c6178ea895f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 19:25:08 +0100 Subject: vitomation01: #i109562 - Fixed documentation in the file accelerators.txt --- testautomation/global/input/accelerators.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/input/accelerators.txt b/testautomation/global/input/accelerators.txt index cb518c9e3335..679599b0fbc3 100755 --- a/testautomation/global/input/accelerators.txt +++ b/testautomation/global/input/accelerators.txt @@ -1,7 +1,7 @@ # This file contains a list of most commonly used accelerators. # These accelerators are language dependent -# Include framework/tools/inc/accels.inc and use hGetAccel( string ) -# to retrieve one specific accelerator, where string is one of the sections +# Include global/tools/includes/optional/t_accels.inc and use hGetAccel( ) +# to retrieve one specific accelerator, where is one of the sections # from this file. # mod1 = CTRL -- cgit From a75b04a606ec378cfb3fbc5976b3925a0796096d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 9 Mar 2010 19:50:29 +0100 Subject: vitomation01: #i109562 - Fixed documentation in the file macros.txt --- testautomation/global/input/macros.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/input/macros.txt b/testautomation/global/input/macros.txt index f34e54f607d1..32d22d503d44 100755 --- a/testautomation/global/input/macros.txt +++ b/testautomation/global/input/macros.txt @@ -1,5 +1,5 @@ # This is a collection of BASIC macros that can cause Syntax errors, Exceptions, -# Runtime Errors. +# Runtime Errors. They are loaded in the test framework/optional/f_basic_issues.bas # ---------------------------------------------------------------------------- # @@ -163,7 +163,7 @@ End Sub # ---------------------------------------------------------------------------- # [i86265] -' There should be no "Paramtheses do not match" warning +' There should be no "Parantheses do not match" warning OPTION EXPLICIT Public Const cMAX = 256 -- cgit From 102178d3659a41661b4e8890277b322622d001b8 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 10 Mar 2010 10:55:17 +0100 Subject: vitomation01: #i109562 - Code compression --- .../required/includes/script_organizers.inc | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/script_organizers.inc b/testautomation/framework/required/includes/script_organizers.inc index 4f0781ebd598..40359d1fc366 100644 --- a/testautomation/framework/required/includes/script_organizers.inc +++ b/testautomation/framework/required/includes/script_organizers.inc @@ -46,13 +46,7 @@ testcase tUpdtScriptCount dim iCurrentDialog as integer dim iCurrentScriptCount as integer - - - do while ( getDocumentCount > 0 ) - hDestroyDocument() - loop - - hNewDocument() + hInitSingleDoc() for iCurrentDialog = 1 to SCRIPTING_DIALOGS @@ -104,13 +98,13 @@ endcase function hGetScriptCount( oTree as object, oList as object ) as integer - dim iTreeItem as integer - dim iScript as integer : iScript = 0 + dim iCurrentTreeItem as integer + dim iScriptCount as integer : iScriptCount = 0 - for iTreeItem = 1 to oTree.getItemCount() - oTree.select( iTreeItem ) - iScript = iScript + oList.getItemCount() - next iTreeItem - hGetScriptCount() = iScript + for iCurrentTreeItem = 1 to oTree.getItemCount() + oTree.select( iCurrentTreeItem ) + iScriptCount = iScriptCount + oList.getItemCount() + next iCurrentTreeItem + hGetScriptCount() = iScriptCount end function -- cgit From ca8c2f758ff6e98eecf01120f7e9400ce123e476 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 10 Mar 2010 11:17:12 +0100 Subject: vitomation01: #i109606 - hInitSingleDoc(), hInitBackingMode() existed twice. This renders init_tools.inc useles, removed. --- .../optional/includes/scripting_basics.inc | 2 +- .../framework/required/f_script_organizers.bas | 1 + .../required/includes/standard_toolbar_4.inc | 2 +- .../framework/tools/includes/init_tools.inc | 205 --------------------- .../global/tools/includes/optional/t_docfuncs.inc | 43 +---- 5 files changed, 4 insertions(+), 249 deletions(-) delete mode 100644 testautomation/framework/tools/includes/init_tools.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/scripting_basics.inc b/testautomation/framework/optional/includes/scripting_basics.inc index 36f5ce44feec..879597852d98 100644 --- a/testautomation/framework/optional/includes/scripting_basics.inc +++ b/testautomation/framework/optional/includes/scripting_basics.inc @@ -36,7 +36,7 @@ testcase tScripting const ORGANIZER_ITEMS = 2 - hInitBackingMode() + hFileCloseAll() ToolsMacrosOrganizeMacrosBeanShell diff --git a/testautomation/framework/required/f_script_organizers.bas b/testautomation/framework/required/f_script_organizers.bas index dcdc8a995563..5d0a1e8d3b91 100755 --- a/testautomation/framework/required/f_script_organizers.bas +++ b/testautomation/framework/required/f_script_organizers.bas @@ -48,6 +48,7 @@ sub LoadIncludeFiles use "global\system\includes\master.inc" use "global\system\includes\gvariabl.inc" + use "global\tools\includes\optional\t_docfuncs.inc" use "global\tools\includes\optional\t_treelist_tools.inc" gApplication = "WRITER" diff --git a/testautomation/framework/required/includes/standard_toolbar_4.inc b/testautomation/framework/required/includes/standard_toolbar_4.inc index d853e98d0b03..b1a820769ceb 100644 --- a/testautomation/framework/required/includes/standard_toolbar_4.inc +++ b/testautomation/framework/required/includes/standard_toolbar_4.inc @@ -49,7 +49,7 @@ testcase tStandardBar_4 hStandardbarSaveAs() - brc = hInitBackingMode() + hFileCloseAll() endcase diff --git a/testautomation/framework/tools/includes/init_tools.inc b/testautomation/framework/tools/includes/init_tools.inc deleted file mode 100644 index e7b90fa75523..000000000000 --- a/testautomation/framework/tools/includes/init_tools.inc +++ /dev/null @@ -1,205 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Tools to put the office into a defined state -'* -'\****************************************************************************** - -function hInitSingleDoc() as boolean - - '///

    Make sure exactly one single writer document is open

    - '///The wizards cannot be triggered correctly from the backing window. - '///+ As a workaround this function checks the amount of open documents and - '///+ creates exactly one unchanged Writer document

    - - '///Parameter(s):
    - '///
      - '///+
    1. No input parameters
    2. - '///
    - - - '///Returns:
    - '///
      - '///+
    1. Errorcondition (Boolean)
    2. - '///
        - '///+
      • TRUE: Exactly one Writer document is open
      • - '///+
      • FALSE: Any error
      • - '///
      - '///
    - - const CFN = "hInitSingleDoc::" - dim cOldApplication as string - - '///Description: - '///
      - '///+
    • Close all documents until we are on the backing window
    • - do while ( getDocumentCount > 0 ) - call hCloseDocument() - loop - - '///+
    • Save the previous gApplication
    • - cOldApplication = gApplication - - '///+
    • Set gApplication to WRITER
    • - gApplication = "WRITER" - - '///+
    • Open one new Writer document
    • - call hNewDocument() - - '///+
    • Verify that exactly one document is open
    • - if ( getDocumentCount = 1 ) then - printlog( CFN & "A single unchanged writer document is open" ) - hInitSingleDoc() = true - else - printlog( CFN & "Failed to open just one single writer document" ) - hInitSingleDoc() = false - endif - - '///+
    • Restore gApplication
    • - gApplication = cOldApplication - '///
    - -end function - -'******************************************************************************* - -function hInitBackingMode() as boolean - - use "global\tools\includes\optional\t_docfuncs.inc" - - '///

    Make that we are on the backing window (no open documents)

    - '///Close all open documents

    - - '///Parameter(s):
    - '///
      - '///+
    1. No input parameters
    2. - '///
    - - - '///Returns:
    - '///
      - '///+
    1. Errorcondition (Boolean)
    2. - '///
        - '///+
      • TRUE: No open documents are present
      • - '///+
      • FALSE: Any error
      • - '///
      - '///
    - - const CFN = "hInitBackingMode::" - - '///Description: - '///
      - '///+
    • Close all documents until we are on the backing window
    • - do while ( getDocumentCount > 0 ) - hCloseDocument() - loop - - '///+
    • verify that we do not have any open documents left (redundant check)
    • - if ( getDocumentCount = 0 ) then - printlog( CFN & "Office is in backing mode." ) - hInitBackingMode() = true - else - printlog( CFN & "Office is in undefined state." ) - hInitBackingMode() = false - endif - '///
    - -end function - -'******************************************************************************* - -function hInitWriteDocIdentifier( cString as string ) as boolean - - - '///

    Write a specific string to an open writer document

    - '///This function verifies that exactly one document is open, that this is a - '///+ Writer document and writes the string to the document

    - - '///Parameter(s):
    - '///
      - - '///+
    1. A free form string (String) which serves as identifier for the document
    2. - '///
        - '///+
      • The first character should be uppercase
      • - '///
      - - '///
    - - - '///Returns:
    - '///
      - '///+
    1. Errorcondition (Boolean)
    2. - '///
        - '///+
      • TRUE: The string was written correctly
      • - '///+
      • FALSE: Too many open documents
      • - '///+
      • FALSE: Not a Writer document
      • - '///+
      • FALSE: Any other error
      • - '///
      - '///
    - - const CFN = "hInitWriteDocIdentifier::" - - '///Description: - '///
      - '///+
    • Verify number of open documents
    • - if ( getDocumentCount <> 1 ) then - printlog( CFN & "Incorrect document count" ) - hInitWriteDocIdentifier() = false - exit function - endif - - '///+
    • Verify that it is a writer document
    • - kontext "DocumentWriter" - if ( not DocumentWriter.exists() ) then - printlog( CFN & "Open document is not a text document" ) - hInitWriteDocIdentifier() = false - exit function - endif - - '///+
    • Write the string
    • - kontext "DocumentWriter" - DocumentWriter.typeKeys( "" ) - DocumentWriter.typeKeys( "" ) - DocumentWriter.typeKeys( "" ) - DocumentWriter.typekeys( cString ) - - '///+
    • Verify the string
    • - DocumentWriter.typeKeys( "" ) - DocumentWriter.typeKeys( "" ) - EditCopy - if ( getClipboardText = cString ) then - printlog( CFN & "Document has been successfully modified." ) - hInitWriteDocIdentifier() = true - else - printlog( CFN & "Could not verify document identification string" ) - hInitWriteDocIdentifier() = false - endif - '///
    - -end function diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index ed9af1025d22..f8bab19b12dc 100644 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -435,48 +435,7 @@ function hInitSingleDoc() as boolean end function -'******************************************************************************* - -function hInitBackingMode() as boolean - - '///

    Make that we are on the backing window (no open documents)

    - '///Close all open documents

    - - '///Parameter(s):
    - '///
      - '///+
    1. No input parameters
    2. - '///
    - - - '///Returns:
    - '///
      - '///+
    1. Errorcondition (Boolean)
    2. - '///
        - '///+
      • TRUE: No open documents are present
      • - '///+
      • FALSE: Any error
      • - '///
      - '///
    - - const CFN = "global::tools::includes::optional::t_docfuncs.inc::hInitBackingMode::" - - '///Description: - '///
      - '///+
    • Close all documents until we are on the backing window
    • - hFileCloseAll() - - '///+
    • verify that we do not have any open documents left (redundant check)
    • - if ( getDocumentCount = 0 ) then - printlog( "Program is in backing mode" ) - hInitBackingMode() = true - else - printlog( CFN & "Office is in undefined state" ) - hInitBackingMode() = false - endif - '///
    - -end function - -'******************************************************************************* +'*******************************************************************************'******************************************************************************* function hInitWriteDocIdentifier( cString as string ) as boolean -- cgit From 236213114a1c7b2d6a462e302f8fd8f40433ccf3 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 10 Mar 2010 13:17:36 +0100 Subject: vitomation01: #i109606 - code compression --- .../framework/tools/includes/spadmin_tools.inc | 94 ++++------------------ 1 file changed, 17 insertions(+), 77 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/spadmin_tools.inc b/testautomation/framework/tools/includes/spadmin_tools.inc index f444b4821a5f..b31e5dbe5a58 100644 --- a/testautomation/framework/tools/includes/spadmin_tools.inc +++ b/testautomation/framework/tools/includes/spadmin_tools.inc @@ -109,8 +109,6 @@ function hDelPrinter( cPrinterName as string ) as integer endif dim iPrinterPos as integer - dim iErr as integer - iErr = 1 Kontext "SpAdmin" iPrinterPos = hGetPrinterPosition( cPrinterName , true ) @@ -125,25 +123,24 @@ function hDelPrinter( cPrinterName as string ) as integer if ( active.exists( 2 ) ) then Active.Yes() printlog( CFN & "Printer Queue deleted" ) - iErr = 0 + hDelPrinter() = 0 else warnlog( CFN & "Confirm Delete Dialog is missing" ) - iErr = 1 + hDelPrinter() = 1 endif catch warnlog( CFN & "Unable to confirm printer deletion" ) - iErr = 2 + hDelPrinter() = 2 endcatch else printlog( CFN & "The printer queue does not exist" ) - iErr = 3 + hDelPrinter() = 3 endif Kontext "SpAdmin" - hDelPrinter() = iErr end function @@ -151,55 +148,17 @@ end function function hGetSpadminPath() as string - '///

    Retrieve the path to the SpAdmin script/binary

    - const CFN = "hGetSpadminPath::" - const C_REL_PATH = "program\spadmin" - - dim sPath as string - - sPath = gNetzOfficePath & C_REL_PATH - sPath = convertpath( sPath ) - - printlog( CFN & "Using SPAdmin from: " & sPath - - hGetSpadminPath() = sPath + hGetSpadminPath() = convertpath( gNetzOfficePath & "program\spadmin" ) end function '******************************************************************************* -function hShutdownOffice() as integer +function hShutdownOffice() - '///

    Shutdown the office by closing all docs and the backing window

    - const CFN = "hShutdownOffice::" - - dim iOpenDocs as integer - iOpenDocs = getDocumentCount() - dim iThisDoc as integer - - ' close all open documents (One open document to remain) - for iThisDoc = 1 to iOpenDocs - call hCloseDocument() - next iThisDoc - - ' see how many documents are still open - should be exactly one - iOpenDocs = getDocumentCount() - if ( iOpenDocs <> 0 ) then - warnlog( CFN & "No open documents expected but found: " & iOpenDocs ) - endif - - ' shutdown the backing window, do not test with getDocumentCount() because - ' this would inevitably restart the office - ' we need some additional parameter for FileExit, this is a bug + hFileCloseAll() FileExit( "SynchronMode", TRUE ) - - ' wait long enough to ensure all office threads are removed from memory - sleep( 5 ) - - ' Print a somehow fuzzy message, we do not know for sure whether the office - ' has been shutdown or not - printlog( CFN & "The office should have been closed by now." ) - hShutdownOffice() = iOpenDocs + Wait( 5000 ) end function @@ -207,27 +166,16 @@ end function function hOpenSpadmin() as boolean - '///

    Execute the SpAdmin binary/Script and verify that it is open

    - ' Return TRUE if hWaitForSpadmin() completes successfully - - const CFN = "hOpenSpadmin::" - - dim cSpadminPath as string - cSpadminPath = hGetSpadminPath() + dim cSpadminPath as string : cSpadminPath = hGetSpadminPath() - dim brc as boolean - - ' start SPAdmin in automation mode. try start( cSpadminPath , "-enableautomation" ) - printlog( CFN & "SpAdmin command executed successfully" ) - brc = true + printlog( "Printer administration start-command was dispatched correctly" ) + hOpenSpAdmin() = true catch - warnlog( CFN & "Failure: SpAdmin command did not succeed" ) - brc = false + warnlog( "hOpenSpAdmin(): Failed to open printer administration tool" ) + hOpenSpAdmin() = false endcatch - - hOpenSpAdmin() = brc end function @@ -235,23 +183,15 @@ end function function hWaitForSpAdmin() as boolean - '///

    Wait for SpAdmin to be loaded and displayed

    - const CFN = "hWaitForSpAdmin::" - - dim bOpen as boolean - - ' Wait for SpAdmin to open kontext "SpAdmin" if ( SpAdmin.exists( 10 ) ) then - printlog( CFN & "SpAdmin is open. Good." ) + printlog( "Printer administration tool is open" ) + hWaitForSpadmin() = true sleep( 10 ) - bOpen = true else - warnlog( CFN & "SpAdmin is not open, the test cannot continue" ) - bOpen = false + warnlog( "hWaitForSpAdmin(): The dialog did not open within 10 seconds, aborting" ) + hWaitForSpadmin() = false endif - - hWaitForSpadmin() = bOpen end function -- cgit From 26ec644ba23fc082629cdb0a5eaf0c2cb345bbd7 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 10 Mar 2010 13:50:58 +0100 Subject: vitomation01: #i109606 - code compression --- .../tools/includes/scriptorganizer_tools.inc | 125 ++++++--------------- 1 file changed, 35 insertions(+), 90 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/scriptorganizer_tools.inc b/testautomation/framework/tools/includes/scriptorganizer_tools.inc index 9137dac0241b..0b09ed6270ac 100644 --- a/testautomation/framework/tools/includes/scriptorganizer_tools.inc +++ b/testautomation/framework/tools/includes/scriptorganizer_tools.inc @@ -55,28 +55,12 @@ function hCreateScriptingObject( cName as string ) as boolean const CFN = "hNewScriptingObject::" - dim brc as boolean - '///+
  • Verify the function parameter
  • - if ( cName = "" ) then - warnlog( CFN & "Empty Name for scripting object passed to function" ) - hCreateScriptingObject() = false - exit function - endif - - '///+
  • Verify that the "Create..." button exists
  • - Kontext "ScriptOrganizer" - if ( not PBCreate.exists( 2 ) ) then - warnlog( CFN & "Create-button does not exist" ) - hCreateScriptingObject() = false - exit function - endif - '///+
  • Verify that the "Create..." button is enabled
  • if ( PBCreate.isEnabled() ) then '///+
  • Click "Create..." to open the naming dialog
  • - PBCreate.click() + hClickButton( PBCreate ) '///+
  • Name the new script
  • Kontext "ScriptNameDlg" @@ -84,23 +68,22 @@ function hCreateScriptingObject( cName as string ) as boolean EFObjectName.setText( cName ) ScriptNameDlg.OK() - brc = true + hCreateScriptingObject() = true endif else printlog( CFN & "Button is disabled" ) - brc = false + hCreateScriptingObject() = false endif '///+
  • Verify that we are back on the script organizer
  • kontext "ScriptOrganizer" if ( not ScriptOrganizer.exists( 2 ) ) then warnlog( CFN & "Could not return to ScriptOrganizer" ) - brc = false + hCreateScriptingObject() = false endif - hCreateScriptingObject() = brc '/// end function @@ -129,63 +112,35 @@ function hRenameScriptingObject( cName as string ) as boolean '///Description: '///
      - use "global\tools\includes\optional\t_stringtools.inc" - const CFN = "hRenameScriptingObject::" - dim cMessage as string - dim brc as boolean - - brc = true + hRenameScriptingObject() = true - '///+
    • Verify the function parameter
    • - if ( cName = "" ) then - warnlog( CFN & "Empty Name for scripting object passed to function" ) - hRenameScriptingObject() = false - exit function - endif - - '///+
    • Verify that the "Rename..." button exists
    • - Kontext "ScriptOrganizer" - if ( not PBRename.exists( 2 ) ) then - warnlog( CFN & "Rename button does not exist, aborting" ) - hRenameScriptingObject() = false - exit function - endif - - '///+
    • Verify that the "Rename..." button is enabled
    • - if ( PBRename.isEnabled() ) then - - '///+
    • Click "Rename..." to open the renaming dialog
    • - PBRename.click() - - '///+
    • Name the new script
    • - Kontext "ScriptNameDlg" - if ( ScriptNameDlg.exists( 2 ) ) then - - EFObjectName.setText( cName ) - ScriptNameDlg.OK() - - '///+
    • Test for any messagebox, try to close it with OK
    • - kontext "active" - if ( active.exists( 1 ) ) then - cMessage = hRemoveLineBreaks( active.getText ) - printlog( CFN & cMessage ) - brc = false - active.OK() - endif - + '///+
    • Click "Rename..." to open the renaming dialog
    • + hClickButton( PBRename ) + + '///+
    • Name the new script
    • + Kontext "ScriptNameDlg" + if ( ScriptNameDlg.exists( 2 ) ) then + + EFObjectName.setText( cName ) + hCloseDialog( ScriptNameDlg, "ok" ) + + '///+
    • Test for any messagebox, try to close it with OK
    • + kontext "active" + if ( active.exists( 1 ) ) then + printlog( CFN & active.getText() ) + hRenameScriptingObject() = false + active.OK() endif - + endif '///+
    • Verify that we are back on the script organizer
    • kontext "ScriptOrganizer" if ( not ScriptOrganizer.exists( 2 ) ) then warnlog( CFN & "Could not return to ScriptOrganizer" ) - brc = false + hRenameScriptingObject() = false endif - - hRenameScriptingObject() = brc '///
    end function @@ -220,11 +175,7 @@ function hDeleteScript( cName as string , bSuccess as boolean ) as boolean '///Description: '///
      - use "global\tools\includes\optional\t_stringtools.inc" - const CFN = "hDeleteScript::" - dim iPos as integer - dim cMessage as string '///+
    • Test for the possible conditions:
    • '///
        @@ -232,19 +183,17 @@ function hDeleteScript( cName as string , bSuccess as boolean ) as boolean kontext "ScriptOrganizer" if ( PBDelete.isEnabled() and bSuccess ) then - PBDelete.click() + hClickButton( PBDelete ) kontext "active" - cMessage = active.getText() - cMessage = hRemoveLineBreaks( cMessage ) - printlog( CFN & cMessage ) - active.yes() + if ( Active.exists( 1 ) ) then + printlog( CFN & active.getText() ) + active.yes() + endif kontext "active" if ( active.exists( 1 ) ) then - cMessage = active.getText() - cMessage = hRemoveLineBreaks( cMessage ) qaerrorlog( CFN & "Message: Failed to delete object: " & cName ) - printlog( CFN & cMessage ) + printlog( CFN & active.getText() ) active.ok() endif hDeleteScript() = true @@ -257,24 +206,20 @@ function hDeleteScript( cName as string , bSuccess as boolean ) as boolean '///+
      1. Delete is enabled but should not be (failure)
      2. elseif ( PBDelete.isEnabled() and ( not bSuccess ) ) then - - PBDelete.click() + + hClickButton( PBDelete ) kontext "active" if ( active.exists( 1 ) ) then - cMessage = active.getText() - cMessage = hRemoveLineBreaks( cMessage ) printlog( CFN & "Delete-Button enabled for non deletable object" ) - printlog( CFN & cMessage ) + printlog( CFN & active.getText() ) active.yes() endif kontext "active" if ( active.exists( 2 ) ) then - cMessage = active.getText() - cMessage = hRemoveLineBreaks( cMessage ) printlog( CFN & "Message: Failed to delete object" ) - printlog( CFN & cMessage ) + printlog( CFN & active.getText() ) active.ok() endif hDeleteScript() = false @@ -335,9 +280,9 @@ function hOpenScriptOrganizer( iDialog as integer ) as boolean kontext "ScriptOrganizer" if ( ScriptOrganizer.exists( 5 ) ) then hOpenScriptOrganizer() = true - printlog( CFN & "Dialog is open" ) + printlog( "Script Organizer is open" ) else - hopenScriptOrganizer() = false + hOpenScriptOrganizer() = false warnlog( CFN & "Slot failed, dialog not open" ) endif -- cgit From 37917c34fd9b8110bdd4f802f0d63f692b204526 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 10 Mar 2010 14:21:58 +0100 Subject: vitomation01: #i109562 - removed init_tools.inc, performance.inc and all calls to those --- .../framework/optional/f_basic_documents.bas | 2 - .../optional/f_basic_library_export_import.bas | 2 - .../optional/f_basic_package_export_import.bas | 2 - .../framework/optional/f_basic_shared_modules.bas | 2 - .../optional/f_basic_templatedocuments.bas | 1 - .../framework/optional/f_options_ooo.bas | 1 - .../framework/optional/f_scripting_basics.bas | 2 - .../optional/f_security_incorrect_password.bas | 2 - .../framework/optional/f_toolbar_items.bas | 2 - .../framework/required/f_standard_toolbar.bas | 2 - .../framework/required/f_window_functions.bas | 2 - testautomation/framework/required/f_wizards.bas | 2 - .../framework/tools/includes/performance.inc | 67 ---------------------- .../framework/tools/includes/toolbar_tools.inc | 6 +- .../global/tools/includes/required/t_tools3.inc | 30 ++++++++++ 15 files changed, 31 insertions(+), 94 deletions(-) delete mode 100644 testautomation/framework/tools/includes/performance.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_documents.bas b/testautomation/framework/optional/f_basic_documents.bas index 87f022d4e74e..9572aac6e2dd 100755 --- a/testautomation/framework/optional/f_basic_documents.bas +++ b/testautomation/framework/optional/f_basic_documents.bas @@ -56,8 +56,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_accels.inc" use "global\tools\includes\optional\t_security_tools.inc" use "global\tools\includes\optional\t_listfuncs.inc" - - use "framework\tools\includes\init_tools.inc" gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/optional/f_basic_library_export_import.bas b/testautomation/framework/optional/f_basic_library_export_import.bas index e09742c2e3dc..a03e4bfe4804 100755 --- a/testautomation/framework/optional/f_basic_library_export_import.bas +++ b/testautomation/framework/optional/f_basic_library_export_import.bas @@ -68,8 +68,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_listfuncs.inc" use "global\tools\includes\optional\t_stringtools.inc" use "global\tools\includes\optional\t_macro_tools.inc" - - use "framework\tools\includes\init_tools.inc" gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/optional/f_basic_package_export_import.bas b/testautomation/framework/optional/f_basic_package_export_import.bas index b8c392dd38b8..db1b43c9f76d 100755 --- a/testautomation/framework/optional/f_basic_package_export_import.bas +++ b/testautomation/framework/optional/f_basic_package_export_import.bas @@ -65,8 +65,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_listfuncs.inc" use "global\tools\includes\optional\t_macro_tools.inc" - use "framework\tools\includes\init_tools.inc" - gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/optional/f_basic_shared_modules.bas b/testautomation/framework/optional/f_basic_shared_modules.bas index 1bdb59eb2218..aef11a739c8a 100755 --- a/testautomation/framework/optional/f_basic_shared_modules.bas +++ b/testautomation/framework/optional/f_basic_shared_modules.bas @@ -52,8 +52,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_treelist_tools.inc" use "global\tools\includes\optional\t_docfuncs.inc" - use "framework\tools\includes\init_tools.inc" - gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/optional/f_basic_templatedocuments.bas b/testautomation/framework/optional/f_basic_templatedocuments.bas index 28f1ee6e7613..064502e96e33 100755 --- a/testautomation/framework/optional/f_basic_templatedocuments.bas +++ b/testautomation/framework/optional/f_basic_templatedocuments.bas @@ -66,7 +66,6 @@ sub LoadIncludeFiles use "framework\tools\includes\private_environment.inc" use "framework\tools\includes\webtools.inc" use "framework\tools\includes\template_tools.inc" - use "framework\tools\includes\init_tools.inc" use "framework\tools\includes\scriptorganizer_tools.inc" gApplication = "WRITER" diff --git a/testautomation/framework/optional/f_options_ooo.bas b/testautomation/framework/optional/f_options_ooo.bas index b280a4427b05..6f18669466f1 100755 --- a/testautomation/framework/optional/f_options_ooo.bas +++ b/testautomation/framework/optional/f_options_ooo.bas @@ -79,7 +79,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_control_objects.inc" use "global\tools\includes\optional\t_key_tools.inc" - use "framework\tools\includes\init_tools.inc" use "framework\tools\includes\options_tools.inc" Call GetUseFiles diff --git a/testautomation/framework/optional/f_scripting_basics.bas b/testautomation/framework/optional/f_scripting_basics.bas index 494dc1e21ad5..444544251aa0 100755 --- a/testautomation/framework/optional/f_scripting_basics.bas +++ b/testautomation/framework/optional/f_scripting_basics.bas @@ -48,8 +48,6 @@ sub LoadIncludeFiles use "global\system\includes\master.inc" use "global\system\includes\gvariabl.inc" - use "framework\tools\includes\init_tools.inc" - gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/optional/f_security_incorrect_password.bas b/testautomation/framework/optional/f_security_incorrect_password.bas index d88a390e3306..334d1f4ff80a 100755 --- a/testautomation/framework/optional/f_security_incorrect_password.bas +++ b/testautomation/framework/optional/f_security_incorrect_password.bas @@ -67,8 +67,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_security_tools.inc" use "global\tools\includes\optional\t_filetools.inc" use "global\tools\includes\optional\t_docfuncs.inc" - - use "framework\tools\includes\init_tools.inc" gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/optional/f_toolbar_items.bas b/testautomation/framework/optional/f_toolbar_items.bas index b9e0550f6296..4277ce17d7aa 100755 --- a/testautomation/framework/optional/f_toolbar_items.bas +++ b/testautomation/framework/optional/f_toolbar_items.bas @@ -53,8 +53,6 @@ sub LoadIncludeFiles use "framework\tools\includes\toolbar_tools.inc" use "framework\tools\includes\customize_tools.inc" - use "framework\tools\includes\performance.inc" - use "framework\tools\includes\init_tools.inc" gApplication = "WRITER" call GetUseFiles diff --git a/testautomation/framework/required/f_standard_toolbar.bas b/testautomation/framework/required/f_standard_toolbar.bas index cbecb16bd0a5..3fdcc8fde55f 100755 --- a/testautomation/framework/required/f_standard_toolbar.bas +++ b/testautomation/framework/required/f_standard_toolbar.bas @@ -62,8 +62,6 @@ sub LoadIncludeFiles use "framework\tools\includes\toolbar_tools.inc" use "framework\tools\includes\customize_tools.inc" - use "framework\tools\includes\performance.inc" - use "framework\tools\includes\init_tools.inc" gApplication = "WRITER" call GetUseFiles diff --git a/testautomation/framework/required/f_window_functions.bas b/testautomation/framework/required/f_window_functions.bas index dadfeb2eb71c..2b6bd8e5a5ad 100755 --- a/testautomation/framework/required/f_window_functions.bas +++ b/testautomation/framework/required/f_window_functions.bas @@ -52,8 +52,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_docfuncs.inc" use "global\tools\includes\optional\t_filetools.inc" - use "framework\tools\includes\init_tools.inc" - gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/required/f_wizards.bas b/testautomation/framework/required/f_wizards.bas index dd26c4885568..d1f7c3e4797b 100755 --- a/testautomation/framework/required/f_wizards.bas +++ b/testautomation/framework/required/f_wizards.bas @@ -75,9 +75,7 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_accels.inc" use "framework\tools\includes\wizards.inc" - use "framework\tools\includes\init_tools.inc" use "framework\tools\includes\template_tools.inc" - use "framework\tools\includes\performance.inc" gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/tools/includes/performance.inc b/testautomation/framework/tools/includes/performance.inc deleted file mode 100644 index 7970cb260e32..000000000000 --- a/testautomation/framework/tools/includes/performance.inc +++ /dev/null @@ -1,67 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Tools to speed up test case performance -'* -'\****************************************************************************** - -function hWaitForObject( oControl as object, iTime as integer ) as integer - - const CFN = "hWaitForObject()::" - dim iWait as integer - - if ( GVERBOSE ) then printlog( CFN & "Entering function for control: " & oControl.name() ) - - WaitSlot( 2000 ) - - for iWait = 0 to iTime - try - if ( oControl.isEnabled() ) then - printlog( CFN & "Control is enabled: " & oControl.name() ) - hWaitForObject() = 0 - exit function - else - if ( GVERBOSE ) then printlog( "Waiting..." ) - endif - catch - wait( 1 ) - endcatch - next iWait - - printlog( CFN & "Control not found or not enabled, timeout reached" ) - hWaitForObject() = -1 - -end function - - - - - - - diff --git a/testautomation/framework/tools/includes/toolbar_tools.inc b/testautomation/framework/tools/includes/toolbar_tools.inc index 5ea50f862289..0ffe30d294a0 100644 --- a/testautomation/framework/tools/includes/toolbar_tools.inc +++ b/testautomation/framework/tools/includes/toolbar_tools.inc @@ -385,11 +385,7 @@ function hStandardbarNewDialog() '///+
      3. click the button
      4. Kontext "Standardbar" - sleep( 1 ) - try - NeuDialog.click() - catch - endcatch + hClickButton( NeuDialog ) '///+
      5. handle possible dialogs (there should never be one)
      6. kontext "Active" diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 9d83f5d09e82..c56929ed7b90 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1179,3 +1179,33 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean if ( oDialog.notExists( TIMEOUT ) ) then hCloseDialog() = TRUE end function + +'******************************************************************************* + +function hWaitForObject( oControl as object, iTime as integer ) as integer + + const CFN = "hWaitForObject()::" + dim iWait as integer + + if ( GVERBOSE ) then printlog( CFN & "Entering function for control: " & oControl.name() ) + + WaitSlot( 2000 ) + + for iWait = 0 to iTime + try + if ( oControl.isEnabled() ) then + printlog( CFN & "Control is enabled: " & oControl.name() ) + hWaitForObject() = iWait + exit function + else + if ( GVERBOSE ) then printlog( "Waiting..." ) + endif + catch + wait( 1 ) + endcatch + next iWait + + printlog( CFN & "Control not found or not enabled, timeout reached" ) + hWaitForObject() = -1 + +end function -- cgit From 6d5ba1bc574fd06b4d6c5fda9959c02f6bb0f510 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 11 Mar 2010 10:51:49 +0100 Subject: vitomation01: #i109562 - Removed unexpected ***** Warning: Indention error ***** strings --- testautomation/global/tools/includes/required/t_menu.inc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_menu.inc b/testautomation/global/tools/includes/required/t_menu.inc index abb6c719c1a4..baf9d5f373fe 100644 --- a/testautomation/global/tools/includes/required/t_menu.inc +++ b/testautomation/global/tools/includes/required/t_menu.inc @@ -866,13 +866,8 @@ function fSplitWindowTitle(sInString as string) qaErrorLog "t_menu.inc::fSplitWindowTitle: Unknown count of Window Title Strings! 3" bError = TRUE endif - - '***** Warning: Indention error ***** case 4: if ((NOT bTestToolCommunication) OR (NOT bDebugVersion)) then - - - '***** Warning: Indention error ***** qaErrorLog "t_menu.inc::fSplitWindowTitle: Unknown count of Window Title Strings! 4" bError = TRUE endif @@ -888,32 +883,26 @@ function fSplitWindowTitle(sInString as string) if (x > 1) then ' there is more to evaluate ' save the current computed values for i=0 to 2 - '***** Warning: Indention error ***** sTempReturn2(i) = sTempReturn(i) next i ' make return array bigger redim sTempReturn(4) as string ' copy data back for i=0 to 2 - '***** Warning: Indention error ***** sTempReturn(i) = sTempReturn2(i) next i ' set remaining values, if exist ' debug version string if bDebugVersion then - '***** Warning: Indention error ***** sTempReturn(3) = mid(sTemp(2),2,len(sTemp(2))-2) ' optional (3) Debug Version else - '***** Warning: Indention error ***** sTempReturn(3) = "" endif ' TestTool Communication string if bTestToolCommunication then - '***** Warning: Indention error ***** ' if true, then always the two last strings sTempReturn(4) = sTemp(x-1) + " " + sTemp(x) ' optional (4) TestTool Communication else - '***** Warning: Indention error ***** sTempReturn(4) = "" endif endif -- cgit From 52567a6df2127313f49bf6ffd02523269ffe694c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 11 Mar 2010 13:10:47 +0100 Subject: vitomation01: #i109562 - Allow using gApplication as parameter for hGetOLEObjectName() in t_OLE.inc --- .../global/tools/includes/optional/t_ole.inc | 26 ++++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_ole.inc b/testautomation/global/tools/includes/optional/t_ole.inc index 52ccc90848a3..17756386e787 100644 --- a/testautomation/global/tools/includes/optional/t_ole.inc +++ b/testautomation/global/tools/includes/optional/t_ole.inc @@ -55,8 +55,11 @@ end function '******************************************************************************* -function hGetOleObjectName( ObjectType as string ) as string +function hGetOleObjectName( cApplication as string ) as string + ' for cApplication you may pass gApplication. + + dim Application_API_Name as string dim oUnoOfficeConnection as object dim oUnoConfigurationAccess as object dim aPropertyValue(1) as new com.sun.star.beans.PropertyValue @@ -66,27 +69,26 @@ function hGetOleObjectName( ObjectType as string ) as string const CFN = "global::tools::includes::optional::t_ole.inc::hGetOleObjectName(): " - ' Test function parameters. They are <> gApplication as the API is case sensitive - select case ObjectType - case "Writer" - case "Calc" - case "Impress" - case "Draw" - case "Math" - case "Chart" + select case ( cApplication ) + case "WRITER" : Application_API_Name = "Writer + case "CALC" : Application_API_Name = "Calc" + case "IMPRESS": Application_API_Name = "Impress" + case "DRAW" : Application_API_Name = "Draw" + case "MATH" : Application_API_Name = "Math" + case "CHART" : Application_API_Name = "Chart" case else - warnlog( CFN & "Invalid object type passed to function: " & ObjectType ) + warnlog( CFN & "Invalid object type passed to function: " & Application_API_Name ) warnlog( CFN & "This function is case sensitive." ) warnlog( CFN & "Supported are: Writer, Calc, Impress, Draw, Math, Chart" ) hGetOleObjectName() = "" exit function end select - if ( GVERBOSE ) then printlog( CFN & "Retrieving OLE name for: " & ObjectType ) + if ( GVERBOSE ) then printlog( CFN & "Retrieving OLE name for: " & Application_API_Name ) ' ...Embedding is physical path, ObjectNames the top node aPropertyValue( 0 ).Name = "nodepath" - aPropertyValue( 0 ).Value = "/org.openoffice.Office.Embedding/ObjectNames/" & ObjectType + aPropertyValue( 0 ).Value = "/org.openoffice.Office.Embedding/ObjectNames/" & Application_API_Name ' Connect to remote UNO oUnoOfficeConnection = hGetUnoService( TRUE ) -- cgit From 602278943f12ddedcddd4cb40a04826c844e8b0e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 11 Mar 2010 13:13:14 +0100 Subject: vitomation01: #i109562 - Fixed documentation in hGetOLEObjectName() --- testautomation/global/tools/includes/optional/t_ole.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_ole.inc b/testautomation/global/tools/includes/optional/t_ole.inc index 17756386e787..dc1a4baa0fa9 100644 --- a/testautomation/global/tools/includes/optional/t_ole.inc +++ b/testautomation/global/tools/includes/optional/t_ole.inc @@ -77,14 +77,12 @@ function hGetOleObjectName( cApplication as string ) as string case "MATH" : Application_API_Name = "Math" case "CHART" : Application_API_Name = "Chart" case else - warnlog( CFN & "Invalid object type passed to function: " & Application_API_Name ) - warnlog( CFN & "This function is case sensitive." ) - warnlog( CFN & "Supported are: Writer, Calc, Impress, Draw, Math, Chart" ) + warnlog( CFN & "Invalid object type passed to function: " & cApplication ) hGetOleObjectName() = "" exit function end select - if ( GVERBOSE ) then printlog( CFN & "Retrieving OLE name for: " & Application_API_Name ) + if ( GVERBOSE ) then printlog( CFN & "Retrieving OLE name for: " & cApplication ) ' ...Embedding is physical path, ObjectNames the top node aPropertyValue( 0 ).Name = "nodepath" -- cgit From 4d326ce5901b13418ea005421f1e018ccc5f5a9b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 11 Mar 2010 13:29:34 +0100 Subject: vitomation01: #i109562 - Bring Office version info up to date. --- testautomation/global/input/officeinfo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 testautomation/global/input/officeinfo.txt (limited to 'testautomation') diff --git a/testautomation/global/input/officeinfo.txt b/testautomation/global/input/officeinfo.txt old mode 100644 new mode 100755 index dc334737d048..51528f3241a6 --- a/testautomation/global/input/officeinfo.txt +++ b/testautomation/global/input/officeinfo.txt @@ -1,6 +1,6 @@ [Current program versions] StarOffice=9 StarSuite=9 -OpenOffice.org=3.1 -BrOffice.org=3.1 +OpenOffice.org=3.3 +BrOffice.org=3.3 -- cgit From 243bf1856ba1705fdcf42861cef4f82e692f40f5 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 11 Mar 2010 13:32:26 +0100 Subject: vitomation01: #i109562 - chmod -R 777 on all files below framework --- testautomation/framework/optional/f_basic_gridcontrol.bas | 0 testautomation/framework/optional/includes/CJK_CollationDialogue_1.inc | 0 testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc | 0 testautomation/framework/optional/includes/CJK_RubyDialogueProposal_1.inc | 0 .../framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc | 0 testautomation/framework/optional/includes/basic_delete_modules.inc | 0 .../framework/optional/includes/basic_dialog_i18n_copy_control.inc | 0 testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc | 0 testautomation/framework/optional/includes/basic_documents.inc | 0 testautomation/framework/optional/includes/basic_eventbinding.inc | 0 testautomation/framework/optional/includes/basic_formcontrols.inc | 0 testautomation/framework/optional/includes/basic_gridcontrol.inc | 0 testautomation/framework/optional/includes/basic_ide.inc | 0 testautomation/framework/optional/includes/basic_issues.inc | 0 testautomation/framework/optional/includes/basic_library_export.inc | 0 testautomation/framework/optional/includes/basic_library_import.inc | 0 testautomation/framework/optional/includes/basic_macros.inc | 0 testautomation/framework/optional/includes/basic_modulehide.inc | 0 testautomation/framework/optional/includes/basic_modulenames.inc | 0 testautomation/framework/optional/includes/basic_modules.inc | 0 testautomation/framework/optional/includes/basic_package_export.inc | 0 testautomation/framework/optional/includes/basic_package_import.inc | 0 testautomation/framework/optional/includes/basic_protected_libraries.inc | 0 testautomation/framework/optional/includes/basic_shared_modules.inc | 0 testautomation/framework/optional/includes/basic_spectemplate.inc | 0 testautomation/framework/optional/includes/basic_usertemplate.inc | 0 .../framework/optional/includes/basic_vba-compat_import_disabled.inc | 0 .../framework/optional/includes/basic_vba-compat_import_enabled.inc | 0 .../framework/optional/includes/basic_vba-compat_import_nothing.inc | 0 testautomation/framework/optional/includes/basic_vba_compat_tools.inc | 0 testautomation/framework/optional/includes/configuration.inc | 0 testautomation/framework/optional/includes/extras_file_open.inc | 0 testautomation/framework/optional/includes/extras_labels.inc | 0 testautomation/framework/optional/includes/extras_modify_objects.inc | 0 testautomation/framework/optional/includes/extras_preview.inc | 0 testautomation/framework/optional/includes/extras_table_autoformat.inc | 0 testautomation/framework/optional/includes/f_usage_tracking.inc | 0 testautomation/framework/optional/includes/filedlg_allowed_names.inc | 0 testautomation/framework/optional/includes/filedlg_autocomplete.inc | 0 testautomation/framework/optional/includes/filedlg_cjk_files.inc | 0 testautomation/framework/optional/includes/filedlg_cjk_folders.inc | 0 .../framework/optional/includes/filedlg_document_properties.inc | 0 testautomation/framework/optional/includes/filedlg_filternames.inc | 0 testautomation/framework/optional/includes/filedlg_folders1.inc | 0 testautomation/framework/optional/includes/filedlg_folders2.inc | 0 testautomation/framework/optional/includes/filedlg_folders3.inc | 0 testautomation/framework/optional/includes/filedlg_folders4.inc | 0 testautomation/framework/optional/includes/filedlg_folders5.inc | 0 testautomation/framework/optional/includes/filedlg_folders6.inc | 0 testautomation/framework/optional/includes/filedlg_folders7.inc | 0 .../framework/optional/includes/filedlg_forbidden_names_windows.inc | 0 testautomation/framework/optional/includes/filedlg_multiselection.inc | 0 testautomation/framework/optional/includes/filedlg_passwords.inc | 0 testautomation/framework/optional/includes/filedlg_rename.inc | 0 .../framework/optional/includes/filedlg_reserved_names_unix.inc | 0 .../framework/optional/includes/filedlg_reserved_names_windows.inc | 0 testautomation/framework/optional/includes/filedlg_tools.inc | 0 testautomation/framework/optional/includes/filedlg_triggers.inc | 0 testautomation/framework/optional/includes/fontworkgallery.inc | 0 testautomation/framework/optional/includes/help_bookmarks.inc | 0 testautomation/framework/optional/includes/help_compare_applications.inc | 0 testautomation/framework/optional/includes/help_compare_content.inc | 0 testautomation/framework/optional/includes/help_compare_topics.inc | 0 testautomation/framework/optional/includes/help_search.inc | 0 testautomation/framework/optional/includes/help_view_topics.inc | 0 testautomation/framework/optional/includes/loadsave_files.inc | 0 testautomation/framework/optional/includes/loadsave_new.inc | 0 testautomation/framework/optional/includes/menuentries.inc | 0 testautomation/framework/optional/includes/ole_1.inc | 0 testautomation/framework/optional/includes/ole_2.inc | 0 testautomation/framework/optional/includes/ole_3.inc | 0 testautomation/framework/optional/includes/ole_tools.inc | 0 testautomation/framework/optional/includes/options_asia.inc | 0 testautomation/framework/optional/includes/options_data.inc | 0 testautomation/framework/optional/includes/options_int1.inc | 0 testautomation/framework/optional/includes/options_lan1.inc | 0 testautomation/framework/optional/includes/options_loadsave_general.inc | 0 testautomation/framework/optional/includes/options_loadsave_html.inc | 0 testautomation/framework/optional/includes/options_loadsave_msoffice.inc | 0 testautomation/framework/optional/includes/options_loadsave_vba.inc | 0 testautomation/framework/optional/includes/options_ooo_accessibility.inc | 0 testautomation/framework/optional/includes/options_ooo_appearance.inc | 0 testautomation/framework/optional/includes/options_ooo_colors.inc | 0 .../framework/optional/includes/options_ooo_fontreplacement.inc | 0 testautomation/framework/optional/includes/options_ooo_general.inc | 0 testautomation/framework/optional/includes/options_ooo_java.inc | 0 testautomation/framework/optional/includes/options_ooo_memory.inc | 0 testautomation/framework/optional/includes/options_ooo_paths.inc | 0 testautomation/framework/optional/includes/options_ooo_print.inc | 0 testautomation/framework/optional/includes/options_ooo_security.inc | 0 testautomation/framework/optional/includes/options_ooo_userdata.inc | 0 testautomation/framework/optional/includes/options_ooo_view.inc | 0 testautomation/framework/optional/includes/scripting_basics.inc | 0 testautomation/framework/optional/includes/scripting_organizers.inc | 0 testautomation/framework/optional/includes/security_broken_signature.inc | 0 .../framework/optional/includes/security_certification_dialogs.inc | 0 testautomation/framework/optional/includes/security_certified_docs.inc | 0 testautomation/framework/optional/includes/security_evilmacro1.inc | 0 testautomation/framework/optional/includes/security_evilmacro2.inc | 0 testautomation/framework/optional/includes/security_evilmacro3.inc | 0 .../framework/optional/includes/security_incorrect_password.inc | 0 testautomation/framework/optional/includes/security_macrosecurity.inc | 0 .../framework/optional/includes/security_recommend_password.inc | 0 testautomation/framework/optional/includes/security_trusted_path.inc | 0 testautomation/framework/optional/includes/standardbar2.inc | 0 testautomation/framework/optional/includes/toolbar_behavior.inc | 0 testautomation/framework/optional/includes/w_grid_layout1.inc | 0 testautomation/framework/required/includes/basic_dialog_export.inc | 0 testautomation/framework/required/includes/basic_dialog_i18n.inc | 0 testautomation/framework/required/includes/basic_dialog_i18n_import.inc | 0 testautomation/framework/required/includes/basic_macroassignment.inc | 0 testautomation/framework/required/includes/basic_organizer.inc | 0 testautomation/framework/required/includes/first.inc | 0 testautomation/framework/required/includes/graphics_import.inc | 0 testautomation/framework/required/includes/help_browser.inc | 0 testautomation/framework/required/includes/printer_administration.inc | 0 testautomation/framework/required/includes/script_organizers.inc | 0 testautomation/framework/required/includes/security_dialogs.inc | 0 testautomation/framework/required/includes/smoketest.inc | 0 testautomation/framework/required/includes/standard_toolbar_1.inc | 0 testautomation/framework/required/includes/standard_toolbar_3.inc | 0 testautomation/framework/required/includes/standard_toolbar_4.inc | 0 testautomation/framework/required/includes/standard_toolbar_5.inc | 0 testautomation/framework/required/includes/standard_toolbar_6.inc | 0 testautomation/framework/required/includes/tools_customize.inc | 0 testautomation/framework/required/includes/tools_options.inc | 0 testautomation/framework/required/includes/topten.inc | 0 testautomation/framework/required/includes/window_functions.inc | 0 testautomation/framework/required/includes/wizard_agenda.inc | 0 testautomation/framework/required/includes/wizard_documentconverter.inc | 0 testautomation/framework/required/includes/wizard_euroconverter.inc | 0 testautomation/framework/required/includes/wizard_fax.inc | 0 testautomation/framework/required/includes/wizard_firsttime.inc | 0 testautomation/framework/required/includes/wizard_letter.inc | 0 testautomation/framework/required/includes/wizard_mailmerge.inc | 0 testautomation/framework/required/includes/wizard_presentation.inc | 0 testautomation/framework/required/includes/wizard_webpage.inc | 0 testautomation/framework/tools/includes/CJK_tools.inc | 0 testautomation/framework/tools/includes/customize_tools.inc | 0 testautomation/framework/tools/includes/fileoperations.inc | 0 testautomation/framework/tools/includes/formcontrols.inc | 0 testautomation/framework/tools/includes/help_tools.inc | 0 testautomation/framework/tools/includes/i18n_tools.inc | 0 testautomation/framework/tools/includes/options_tools.inc | 0 testautomation/framework/tools/includes/pbrowser_tools.inc | 0 testautomation/framework/tools/includes/private_environment.inc | 0 testautomation/framework/tools/includes/scriptorganizer_tools.inc | 0 testautomation/framework/tools/includes/signature_tools.inc | 0 testautomation/framework/tools/includes/spadmin_tools.inc | 0 testautomation/framework/tools/includes/tabpages.inc | 0 testautomation/framework/tools/includes/template_tools.inc | 0 testautomation/framework/tools/includes/toolbar_tools.inc | 0 testautomation/framework/tools/includes/webtools.inc | 0 testautomation/framework/tools/includes/window_tools.inc | 0 testautomation/framework/tools/includes/wizards.inc | 0 155 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 testautomation/framework/optional/f_basic_gridcontrol.bas mode change 100644 => 100755 testautomation/framework/optional/includes/CJK_CollationDialogue_1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/CJK_RubyDialogueProposal_1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_delete_modules.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_documents.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_eventbinding.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_formcontrols.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_gridcontrol.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_ide.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_issues.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_library_export.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_library_import.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_macros.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_modulehide.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_modulenames.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_modules.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_package_export.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_package_import.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_protected_libraries.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_shared_modules.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_spectemplate.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_usertemplate.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_vba_compat_tools.inc mode change 100644 => 100755 testautomation/framework/optional/includes/configuration.inc mode change 100644 => 100755 testautomation/framework/optional/includes/extras_file_open.inc mode change 100644 => 100755 testautomation/framework/optional/includes/extras_labels.inc mode change 100644 => 100755 testautomation/framework/optional/includes/extras_modify_objects.inc mode change 100644 => 100755 testautomation/framework/optional/includes/extras_preview.inc mode change 100644 => 100755 testautomation/framework/optional/includes/extras_table_autoformat.inc mode change 100644 => 100755 testautomation/framework/optional/includes/f_usage_tracking.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_allowed_names.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_autocomplete.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_cjk_files.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_cjk_folders.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_document_properties.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_filternames.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders2.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders3.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders4.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders5.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders6.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders7.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_forbidden_names_windows.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_multiselection.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_passwords.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_rename.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_reserved_names_windows.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_tools.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_triggers.inc mode change 100644 => 100755 testautomation/framework/optional/includes/fontworkgallery.inc mode change 100644 => 100755 testautomation/framework/optional/includes/help_bookmarks.inc mode change 100644 => 100755 testautomation/framework/optional/includes/help_compare_applications.inc mode change 100644 => 100755 testautomation/framework/optional/includes/help_compare_content.inc mode change 100644 => 100755 testautomation/framework/optional/includes/help_compare_topics.inc mode change 100644 => 100755 testautomation/framework/optional/includes/help_search.inc mode change 100644 => 100755 testautomation/framework/optional/includes/help_view_topics.inc mode change 100644 => 100755 testautomation/framework/optional/includes/loadsave_files.inc mode change 100644 => 100755 testautomation/framework/optional/includes/loadsave_new.inc mode change 100644 => 100755 testautomation/framework/optional/includes/menuentries.inc mode change 100644 => 100755 testautomation/framework/optional/includes/ole_1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/ole_2.inc mode change 100644 => 100755 testautomation/framework/optional/includes/ole_3.inc mode change 100644 => 100755 testautomation/framework/optional/includes/ole_tools.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_asia.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_data.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_int1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_lan1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_loadsave_general.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_loadsave_html.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_loadsave_msoffice.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_loadsave_vba.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_accessibility.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_appearance.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_colors.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_fontreplacement.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_general.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_java.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_memory.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_paths.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_print.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_security.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_userdata.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_view.inc mode change 100644 => 100755 testautomation/framework/optional/includes/scripting_basics.inc mode change 100644 => 100755 testautomation/framework/optional/includes/scripting_organizers.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_broken_signature.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_certification_dialogs.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_certified_docs.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_evilmacro1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_evilmacro2.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_evilmacro3.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_incorrect_password.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_macrosecurity.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_recommend_password.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_trusted_path.inc mode change 100644 => 100755 testautomation/framework/optional/includes/standardbar2.inc mode change 100644 => 100755 testautomation/framework/optional/includes/toolbar_behavior.inc mode change 100644 => 100755 testautomation/framework/optional/includes/w_grid_layout1.inc mode change 100644 => 100755 testautomation/framework/required/includes/basic_dialog_export.inc mode change 100644 => 100755 testautomation/framework/required/includes/basic_dialog_i18n.inc mode change 100644 => 100755 testautomation/framework/required/includes/basic_dialog_i18n_import.inc mode change 100644 => 100755 testautomation/framework/required/includes/basic_macroassignment.inc mode change 100644 => 100755 testautomation/framework/required/includes/basic_organizer.inc mode change 100644 => 100755 testautomation/framework/required/includes/first.inc mode change 100644 => 100755 testautomation/framework/required/includes/graphics_import.inc mode change 100644 => 100755 testautomation/framework/required/includes/help_browser.inc mode change 100644 => 100755 testautomation/framework/required/includes/printer_administration.inc mode change 100644 => 100755 testautomation/framework/required/includes/script_organizers.inc mode change 100644 => 100755 testautomation/framework/required/includes/security_dialogs.inc mode change 100644 => 100755 testautomation/framework/required/includes/smoketest.inc mode change 100644 => 100755 testautomation/framework/required/includes/standard_toolbar_1.inc mode change 100644 => 100755 testautomation/framework/required/includes/standard_toolbar_3.inc mode change 100644 => 100755 testautomation/framework/required/includes/standard_toolbar_4.inc mode change 100644 => 100755 testautomation/framework/required/includes/standard_toolbar_5.inc mode change 100644 => 100755 testautomation/framework/required/includes/standard_toolbar_6.inc mode change 100644 => 100755 testautomation/framework/required/includes/tools_customize.inc mode change 100644 => 100755 testautomation/framework/required/includes/tools_options.inc mode change 100644 => 100755 testautomation/framework/required/includes/topten.inc mode change 100644 => 100755 testautomation/framework/required/includes/window_functions.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_agenda.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_documentconverter.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_euroconverter.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_fax.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_firsttime.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_letter.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_mailmerge.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_presentation.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_webpage.inc mode change 100644 => 100755 testautomation/framework/tools/includes/CJK_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/customize_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/fileoperations.inc mode change 100644 => 100755 testautomation/framework/tools/includes/formcontrols.inc mode change 100644 => 100755 testautomation/framework/tools/includes/help_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/i18n_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/options_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/pbrowser_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/private_environment.inc mode change 100644 => 100755 testautomation/framework/tools/includes/scriptorganizer_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/signature_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/spadmin_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/tabpages.inc mode change 100644 => 100755 testautomation/framework/tools/includes/template_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/toolbar_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/webtools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/window_tools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/wizards.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_gridcontrol.bas b/testautomation/framework/optional/f_basic_gridcontrol.bas old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/CJK_CollationDialogue_1.inc b/testautomation/framework/optional/includes/CJK_CollationDialogue_1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc b/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/CJK_RubyDialogueProposal_1.inc b/testautomation/framework/optional/includes/CJK_RubyDialogueProposal_1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc b/testautomation/framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_delete_modules.inc b/testautomation/framework/optional/includes/basic_delete_modules.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc b/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc b/testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_documents.inc b/testautomation/framework/optional/includes/basic_documents.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_eventbinding.inc b/testautomation/framework/optional/includes/basic_eventbinding.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_gridcontrol.inc b/testautomation/framework/optional/includes/basic_gridcontrol.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_ide.inc b/testautomation/framework/optional/includes/basic_ide.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_issues.inc b/testautomation/framework/optional/includes/basic_issues.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_library_export.inc b/testautomation/framework/optional/includes/basic_library_export.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_library_import.inc b/testautomation/framework/optional/includes/basic_library_import.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_modulehide.inc b/testautomation/framework/optional/includes/basic_modulehide.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_modulenames.inc b/testautomation/framework/optional/includes/basic_modulenames.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_modules.inc b/testautomation/framework/optional/includes/basic_modules.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_package_export.inc b/testautomation/framework/optional/includes/basic_package_export.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_package_import.inc b/testautomation/framework/optional/includes/basic_package_import.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_protected_libraries.inc b/testautomation/framework/optional/includes/basic_protected_libraries.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_shared_modules.inc b/testautomation/framework/optional/includes/basic_shared_modules.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_spectemplate.inc b/testautomation/framework/optional/includes/basic_spectemplate.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_usertemplate.inc b/testautomation/framework/optional/includes/basic_usertemplate.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/basic_vba_compat_tools.inc b/testautomation/framework/optional/includes/basic_vba_compat_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/configuration.inc b/testautomation/framework/optional/includes/configuration.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/extras_file_open.inc b/testautomation/framework/optional/includes/extras_file_open.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/extras_labels.inc b/testautomation/framework/optional/includes/extras_labels.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/extras_modify_objects.inc b/testautomation/framework/optional/includes/extras_modify_objects.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/extras_preview.inc b/testautomation/framework/optional/includes/extras_preview.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/extras_table_autoformat.inc b/testautomation/framework/optional/includes/extras_table_autoformat.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/f_usage_tracking.inc b/testautomation/framework/optional/includes/f_usage_tracking.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_allowed_names.inc b/testautomation/framework/optional/includes/filedlg_allowed_names.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_autocomplete.inc b/testautomation/framework/optional/includes/filedlg_autocomplete.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_cjk_files.inc b/testautomation/framework/optional/includes/filedlg_cjk_files.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_cjk_folders.inc b/testautomation/framework/optional/includes/filedlg_cjk_folders.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_document_properties.inc b/testautomation/framework/optional/includes/filedlg_document_properties.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_filternames.inc b/testautomation/framework/optional/includes/filedlg_filternames.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_folders1.inc b/testautomation/framework/optional/includes/filedlg_folders1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_folders2.inc b/testautomation/framework/optional/includes/filedlg_folders2.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_folders3.inc b/testautomation/framework/optional/includes/filedlg_folders3.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_folders4.inc b/testautomation/framework/optional/includes/filedlg_folders4.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_folders5.inc b/testautomation/framework/optional/includes/filedlg_folders5.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_folders6.inc b/testautomation/framework/optional/includes/filedlg_folders6.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_folders7.inc b/testautomation/framework/optional/includes/filedlg_folders7.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_forbidden_names_windows.inc b/testautomation/framework/optional/includes/filedlg_forbidden_names_windows.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_multiselection.inc b/testautomation/framework/optional/includes/filedlg_multiselection.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_passwords.inc b/testautomation/framework/optional/includes/filedlg_passwords.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_rename.inc b/testautomation/framework/optional/includes/filedlg_rename.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc b/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_reserved_names_windows.inc b/testautomation/framework/optional/includes/filedlg_reserved_names_windows.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_tools.inc b/testautomation/framework/optional/includes/filedlg_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/filedlg_triggers.inc b/testautomation/framework/optional/includes/filedlg_triggers.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/fontworkgallery.inc b/testautomation/framework/optional/includes/fontworkgallery.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/help_bookmarks.inc b/testautomation/framework/optional/includes/help_bookmarks.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/help_compare_applications.inc b/testautomation/framework/optional/includes/help_compare_applications.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/help_compare_content.inc b/testautomation/framework/optional/includes/help_compare_content.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/help_compare_topics.inc b/testautomation/framework/optional/includes/help_compare_topics.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/help_search.inc b/testautomation/framework/optional/includes/help_search.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/help_view_topics.inc b/testautomation/framework/optional/includes/help_view_topics.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/loadsave_files.inc b/testautomation/framework/optional/includes/loadsave_files.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/loadsave_new.inc b/testautomation/framework/optional/includes/loadsave_new.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/menuentries.inc b/testautomation/framework/optional/includes/menuentries.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/ole_1.inc b/testautomation/framework/optional/includes/ole_1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/ole_2.inc b/testautomation/framework/optional/includes/ole_2.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/ole_3.inc b/testautomation/framework/optional/includes/ole_3.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/ole_tools.inc b/testautomation/framework/optional/includes/ole_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_asia.inc b/testautomation/framework/optional/includes/options_asia.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_data.inc b/testautomation/framework/optional/includes/options_data.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_int1.inc b/testautomation/framework/optional/includes/options_int1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_lan1.inc b/testautomation/framework/optional/includes/options_lan1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_loadsave_general.inc b/testautomation/framework/optional/includes/options_loadsave_general.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_loadsave_html.inc b/testautomation/framework/optional/includes/options_loadsave_html.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_loadsave_msoffice.inc b/testautomation/framework/optional/includes/options_loadsave_msoffice.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_loadsave_vba.inc b/testautomation/framework/optional/includes/options_loadsave_vba.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_accessibility.inc b/testautomation/framework/optional/includes/options_ooo_accessibility.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_appearance.inc b/testautomation/framework/optional/includes/options_ooo_appearance.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_colors.inc b/testautomation/framework/optional/includes/options_ooo_colors.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_fontreplacement.inc b/testautomation/framework/optional/includes/options_ooo_fontreplacement.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_general.inc b/testautomation/framework/optional/includes/options_ooo_general.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_java.inc b/testautomation/framework/optional/includes/options_ooo_java.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_memory.inc b/testautomation/framework/optional/includes/options_ooo_memory.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_paths.inc b/testautomation/framework/optional/includes/options_ooo_paths.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_print.inc b/testautomation/framework/optional/includes/options_ooo_print.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_security.inc b/testautomation/framework/optional/includes/options_ooo_security.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_userdata.inc b/testautomation/framework/optional/includes/options_ooo_userdata.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/options_ooo_view.inc b/testautomation/framework/optional/includes/options_ooo_view.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/scripting_basics.inc b/testautomation/framework/optional/includes/scripting_basics.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/scripting_organizers.inc b/testautomation/framework/optional/includes/scripting_organizers.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_broken_signature.inc b/testautomation/framework/optional/includes/security_broken_signature.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_certification_dialogs.inc b/testautomation/framework/optional/includes/security_certification_dialogs.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_certified_docs.inc b/testautomation/framework/optional/includes/security_certified_docs.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_evilmacro1.inc b/testautomation/framework/optional/includes/security_evilmacro1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_evilmacro2.inc b/testautomation/framework/optional/includes/security_evilmacro2.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_evilmacro3.inc b/testautomation/framework/optional/includes/security_evilmacro3.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_incorrect_password.inc b/testautomation/framework/optional/includes/security_incorrect_password.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_macrosecurity.inc b/testautomation/framework/optional/includes/security_macrosecurity.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_recommend_password.inc b/testautomation/framework/optional/includes/security_recommend_password.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/security_trusted_path.inc b/testautomation/framework/optional/includes/security_trusted_path.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/standardbar2.inc b/testautomation/framework/optional/includes/standardbar2.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/toolbar_behavior.inc b/testautomation/framework/optional/includes/toolbar_behavior.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/includes/w_grid_layout1.inc b/testautomation/framework/optional/includes/w_grid_layout1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/basic_dialog_export.inc b/testautomation/framework/required/includes/basic_dialog_export.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/basic_dialog_i18n.inc b/testautomation/framework/required/includes/basic_dialog_i18n.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/basic_dialog_i18n_import.inc b/testautomation/framework/required/includes/basic_dialog_i18n_import.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/basic_macroassignment.inc b/testautomation/framework/required/includes/basic_macroassignment.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/basic_organizer.inc b/testautomation/framework/required/includes/basic_organizer.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/first.inc b/testautomation/framework/required/includes/first.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/graphics_import.inc b/testautomation/framework/required/includes/graphics_import.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/help_browser.inc b/testautomation/framework/required/includes/help_browser.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/printer_administration.inc b/testautomation/framework/required/includes/printer_administration.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/script_organizers.inc b/testautomation/framework/required/includes/script_organizers.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/security_dialogs.inc b/testautomation/framework/required/includes/security_dialogs.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/smoketest.inc b/testautomation/framework/required/includes/smoketest.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/standard_toolbar_1.inc b/testautomation/framework/required/includes/standard_toolbar_1.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/standard_toolbar_3.inc b/testautomation/framework/required/includes/standard_toolbar_3.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/standard_toolbar_4.inc b/testautomation/framework/required/includes/standard_toolbar_4.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/standard_toolbar_5.inc b/testautomation/framework/required/includes/standard_toolbar_5.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/standard_toolbar_6.inc b/testautomation/framework/required/includes/standard_toolbar_6.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/tools_customize.inc b/testautomation/framework/required/includes/tools_customize.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/tools_options.inc b/testautomation/framework/required/includes/tools_options.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/topten.inc b/testautomation/framework/required/includes/topten.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/window_functions.inc b/testautomation/framework/required/includes/window_functions.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_agenda.inc b/testautomation/framework/required/includes/wizard_agenda.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_documentconverter.inc b/testautomation/framework/required/includes/wizard_documentconverter.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_euroconverter.inc b/testautomation/framework/required/includes/wizard_euroconverter.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_fax.inc b/testautomation/framework/required/includes/wizard_fax.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_firsttime.inc b/testautomation/framework/required/includes/wizard_firsttime.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_letter.inc b/testautomation/framework/required/includes/wizard_letter.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_mailmerge.inc b/testautomation/framework/required/includes/wizard_mailmerge.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_presentation.inc b/testautomation/framework/required/includes/wizard_presentation.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/required/includes/wizard_webpage.inc b/testautomation/framework/required/includes/wizard_webpage.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/CJK_tools.inc b/testautomation/framework/tools/includes/CJK_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/customize_tools.inc b/testautomation/framework/tools/includes/customize_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/fileoperations.inc b/testautomation/framework/tools/includes/fileoperations.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/help_tools.inc b/testautomation/framework/tools/includes/help_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/i18n_tools.inc b/testautomation/framework/tools/includes/i18n_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/options_tools.inc b/testautomation/framework/tools/includes/options_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/private_environment.inc b/testautomation/framework/tools/includes/private_environment.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/scriptorganizer_tools.inc b/testautomation/framework/tools/includes/scriptorganizer_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/signature_tools.inc b/testautomation/framework/tools/includes/signature_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/spadmin_tools.inc b/testautomation/framework/tools/includes/spadmin_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/tabpages.inc b/testautomation/framework/tools/includes/tabpages.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/template_tools.inc b/testautomation/framework/tools/includes/template_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/toolbar_tools.inc b/testautomation/framework/tools/includes/toolbar_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/webtools.inc b/testautomation/framework/tools/includes/webtools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/window_tools.inc b/testautomation/framework/tools/includes/window_tools.inc old mode 100644 new mode 100755 diff --git a/testautomation/framework/tools/includes/wizards.inc b/testautomation/framework/tools/includes/wizards.inc old mode 100644 new mode 100755 -- cgit From 4b2b4aead73289b3530ae345de4d4319bca5abf6 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 11 Mar 2010 16:30:25 +0100 Subject: vitomation01: #i109562 - Removed DateiFreigeben() and DateiSperren(), they are unused --- testautomation/global/system/includes/inivalue.inc | 361 +++++++++------------ 1 file changed, 159 insertions(+), 202 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/inivalue.inc b/testautomation/global/system/includes/inivalue.inc index 88848c4fd61e..cf70fa365f7e 100644 --- a/testautomation/global/system/includes/inivalue.inc +++ b/testautomation/global/system/includes/inivalue.inc @@ -37,243 +37,200 @@ ' #1 SetIniValue2 ' subroutine for SetIniValue ' #1 ChangeExt ' change the extension of an file ' #1 AnhaengenAnDatei ' add a string into a file -' #1 DateiSperren ' set the hidden flag for file -' #1 DateiFreigeben ' reset the hidden flag for file '* '\**************************************************************** function GetIniValue ( Datei$, Gruppe$, Variable$ ) as String -'/// wrapper for GetIniValue2 ///' -'///+ reads a value from an ini-file ///' -'///+ INPUT : name of ini-file; name of group (the one in braces []); the item (left of '=') ///' -'///+ OUTPUT: value (the right of the '=') ///' - if Dir(Datei$) = "" then - Warnlog "Error in GetIniValue(...):" + Datei$ + " not found" - exit function - end if - - GetIniValue = GetIniValue2( Datei$, Gruppe$, Variable$ ) ' Arbeiten + '/// wrapper for GetIniValue2 ///' + '///+ reads a value from an ini-file ///' + '///+ INPUT : name of ini-file; name of group (the one in braces []); the item (left of '=') ///' + '///+ OUTPUT: value (the right of the '=') ///' + if Dir(Datei$) = "" then + Warnlog "Error in GetIniValue(...):" + Datei$ + " not found" + exit function + end if + + GetIniValue = GetIniValue2( Datei$, Gruppe$, Variable$ ) ' Arbeiten end function function SetIniValue( Datei$, Gruppe$, Variable$, Value$ ) as String -'/// wrapper for SetIniValue2 ///' -'///+ writes a value to an ini-file ///' -'///+ INPUT : name of ini-file; name of group (the one in braces []); the item (left of '='); value (the right of the '=') ///' -'///+ OUTPUT: - ///' - Dim FileNum as Integer - - if Dir(Datei$) = "" then - WarnLog "Error in SetIniValue(...):" + Datei$ + " not found. File will be created now!" - FileNum = FreeFile - Open Datei$ For Output As #FileNum ' make empty file - Print #FileNum, "" - Close #FileNum - end if - - SetIniValue = SetIniValue2( Datei$, Gruppe$, Variable$, Value$ ) + '/// wrapper for SetIniValue2 ///' + '///+ writes a value to an ini-file ///' + '///+ INPUT : name of ini-file; name of group (the one in braces []); the item (left of '='); value (the right of the '=') ///' + '///+ OUTPUT: - ///' + Dim FileNum as Integer + + if Dir(Datei$) = "" then + WarnLog "Error in SetIniValue(...):" + Datei$ + " not found. File will be created now!" + FileNum = FreeFile + Open Datei$ For Output As #FileNum ' make empty file + Print #FileNum, "" + Close #FileNum + end if + + SetIniValue = SetIniValue2( Datei$, Gruppe$, Variable$, Value$ ) end function function GetIniValue2( Datei$, Gruppe$, Variable$ ) as String -'/// see the wrapper for it : GetIniValue ///' - Dim FileNum% : Dim GruppeOK% : Dim Pos% : Dim IniZeile$ : Dim IniZeile2$ - - FileNum% = FreeFile - - GruppeOK%=FALSE - - GetIniValue2 = "" - - Open Datei$ For Input As #FileNum% - do until EOF(#FileNum%) = True - Line input #FileNum%, IniZeile$ - - IniZeile$ = TRIM(IniZeile$) - iniZeile2$ = UCASE( IniZeile$ ) ' compare case insensitive - if GruppeOK% = FALSE then ' still no group - if IniZeile2$= "[" + UCASE( Gruppe$ ) + "]" then 'Is it the wanted group? - GruppeOK% = TRUE - end if - else - If Left(IniZeile2$, 1) = "[" then 'sadly new group - goodby - Exit do - else - Pos% = Instr( IniZeile2$, "=" ) 'is the item valid? - if Pos%>0 then ' '=' not found - if Left( IniZeile2$ , Pos%-1 ) = UCASE( Variable$ ) then 'compare leftvalue - GetIniValue2 = Trim(Mid$( IniZeile$ , Pos%+ 1 )) 'return part right of '=' : with initial case - exit do - end if - end if - end if - end if - - loop - - Close #FileNum% - wait 1000 -end function - - -sub SetIniValue2( Datei$, Gruppe$, Variable$, Value$ ) as String -'/// see the wrapper for it : SetIniValue ///' - Dim DateiBak$ : Dim D$ : Dim IniZeile$ : Dim IniZeile2$ - Dim FileBak% : Dim GruppeOK% : Dim Gefunden% : Dim FileNum% : Dim Pos% + '/// see the wrapper for it : GetIniValue ///' + Dim FileNum% : Dim GruppeOK% : Dim Pos% : Dim IniZeile$ : Dim IniZeile2$ -' rename - DateiBak$ = ChangeExt( Datei$, "BAK" ) + FileNum% = FreeFile - GruppeOK% = FALSE - Gefunden% = FALSE + GruppeOK%=FALSE - if Dir(DateiBak$)<>"" then - kill DateiBak$ - end if + GetIniValue2 = "" - if Dir( Datei$ )<>"" then - D$ = CurDir - name Datei$ as DateiBak$ - else - FileNum% = FreeFile - Open Datei$ For Output As #FileNum% - Print #FileNum%, "[" + Trim(Gruppe$) + "]" - Print #FileNum%, Variable$ + "=" + Trim(Value$) - Close #FileNum% ' finished here - Exit sub - endif + Open Datei$ For Input As #FileNum% + do until EOF(#FileNum%) = True + Line input #FileNum%, IniZeile$ - FileNum% = FreeFile - Open Datei$ For Output As #FileNum% - - FileBak% = FreeFile - Open DateiBak$ For Input As #FileBak% - - do until EOF(#FileBak%) = True - - Line input #FileBak%, IniZeile$ + IniZeile$ = TRIM(IniZeile$) + iniZeile2$ = UCASE( IniZeile$ ) ' compare case insensitive + if GruppeOK% = FALSE then ' still no group + if IniZeile2$= "[" + UCASE( Gruppe$ ) + "]" then 'Is it the wanted group? + GruppeOK% = TRUE + end if + else + If Left(IniZeile2$, 1) = "[" then 'sadly new group - goodby + Exit do + else + Pos% = Instr( IniZeile2$, "=" ) 'is the item valid? + if Pos%>0 then ' '=' not found + if Left( IniZeile2$ , Pos%-1 ) = UCASE( Variable$ ) then 'compare leftvalue + GetIniValue2 = Trim(Mid$( IniZeile$ , Pos%+ 1 )) 'return part right of '=' : with initial case + exit do + end if + end if + end if + end if - IniZeile$ = TRIM(IniZeile$) + loop - if IniZeile$ <> "" then + Close #FileNum% + wait 1000 +end function - IniZeile2$ = UCASE( IniZeile$ ) - if Left(IniZeile$, 1) = "[" then - if GruppeOK% = TRUE then 'groupchange - if Gefunden%=FALSE then - Print #FileNum%, Variable$ + "=" + Trim(Value$) - Gefunden% = TRUE - end if - GruppeOK% = FALSE - end if - Print #FileNum%, "" 'empty line - Print #FileNum%, IniZeile$ - if IniZeile2$= "[" + UCASE( Gruppe$ ) + "]" then - GruppeOK% = TRUE - end if - else - if GruppeOK% = TRUE then ' found group - - Pos% = Instr( IniZeile$, "=" ) - if Left( IniZeile2$ , Pos%-1 ) = UCASE( Variable$ ) then - IniZeile$ = Left( IniZeile$ , Pos% ) +Trim( Value$ )' after the '=' - Gefunden% = TRUE - end if +sub SetIniValue2( Datei$, Gruppe$, Variable$, Value$ ) as String + '/// see the wrapper for it : SetIniValue ///' + Dim DateiBak$ : Dim D$ : Dim IniZeile$ : Dim IniZeile2$ + Dim FileBak% : Dim GruppeOK% : Dim Gefunden% : Dim FileNum% : Dim Pos% + + ' rename + DateiBak$ = ChangeExt( Datei$, "BAK" ) + + GruppeOK% = FALSE + Gefunden% = FALSE + + if Dir(DateiBak$)<>"" then + kill DateiBak$ + end if + + if Dir( Datei$ )<>"" then + D$ = CurDir + name Datei$ as DateiBak$ + else + FileNum% = FreeFile + Open Datei$ For Output As #FileNum% + Print #FileNum%, "[" + Trim(Gruppe$) + "]" + Print #FileNum%, Variable$ + "=" + Trim(Value$) + Close #FileNum% ' finished here + Exit sub + endif + + FileNum% = FreeFile + Open Datei$ For Output As #FileNum% + + FileBak% = FreeFile + Open DateiBak$ For Input As #FileBak% + + do until EOF(#FileBak%) = True + + Line input #FileBak%, IniZeile$ + + IniZeile$ = TRIM(IniZeile$) + + if IniZeile$ <> "" then + + IniZeile2$ = UCASE( IniZeile$ ) + + if Left(IniZeile$, 1) = "[" then + if GruppeOK% = TRUE then 'groupchange + if Gefunden%=FALSE then + Print #FileNum%, Variable$ + "=" + Trim(Value$) + Gefunden% = TRUE + end if + GruppeOK% = FALSE + end if + Print #FileNum%, "" 'empty line + Print #FileNum%, IniZeile$ + if IniZeile2$= "[" + UCASE( Gruppe$ ) + "]" then + GruppeOK% = TRUE + end if + else + if GruppeOK% = TRUE then ' found group + + Pos% = Instr( IniZeile$, "=" ) + if Left( IniZeile2$ , Pos%-1 ) = UCASE( Variable$ ) then + IniZeile$ = Left( IniZeile$ , Pos% ) +Trim( Value$ )' after the '=' + Gefunden% = TRUE + end if + end if + Print #FileNum%, IniZeile$ end if - Print #FileNum%, IniZeile$ - end if - end if + end if - loop + loop - if Gefunden% = FALSE then - ' set new group and value - if GruppeOK%=FALSE then - Print #FileNum%, "" - Print #FileNum%, "[" + Trim(Gruppe$) + "]" - end if - Print #FileNum%, Variable$ + "=" + Value$ - end if + if Gefunden% = FALSE then + ' set new group and value + if GruppeOK%=FALSE then + Print #FileNum%, "" + Print #FileNum%, "[" + Trim(Gruppe$) + "]" + end if + Print #FileNum%, Variable$ + "=" + Value$ + end if - Close #FileNum% - Close #FileBak% + Close #FileNum% + Close #FileBak% - wait 1000 + wait 1000 end sub sub AnhaengenAnDatei ( Datei as String, Texte as String ) -'/// append a string at the end of the file ///' -'///+ INPUT : filename; string///' -'///+ OUTPUT: - ///' - Dim FileNum% + '/// append a string at the end of the file ///' + '///+ INPUT : filename; string///' + '///+ OUTPUT: - ///' + Dim FileNum% - FileNum% = FreeFile - Open Datei for Append as #FileNum% + FileNum% = FreeFile + Open Datei for Append as #FileNum% - Print #FileNum%, Texte - Close #FileNum% + Print #FileNum%, Texte + Close #FileNum% end sub function ChangeExt( Datei$, Ext$ )as String -'/// change the extension of a file ///' -'///+ INPUT : filename; extension ///' -'///+ OUTPUT: - ///' - Dim i% - - i% = InStr( Right(Datei$, 4 ) , "." ) - if Ext$<>"" then - if i%=0 then - ChangeExt = Datei$ +"."+Ext$ - else - ChangeExt = Left( Datei$, Len(Datei$)-4+i% ) + Ext$ - end if - - elseif i%<>0 then - ChangeExt = Left( Datei$, Len(Datei$)-5+i% ) - end if + '/// change the extension of a file ///' + '///+ INPUT : filename; extension ///' + '///+ OUTPUT: - ///' + Dim i% + + i% = InStr( Right(Datei$, 4 ) , "." ) + if Ext$<>"" then + if i%=0 then + ChangeExt = Datei$ +"."+Ext$ + else + ChangeExt = Left( Datei$, Len(Datei$)-4+i% ) + Ext$ + end if + + elseif i%<>0 then + ChangeExt = Left( Datei$, Len(Datei$)-5+i% ) + end if end function -sub DateiSperren( Datei$ ) -'/// set the hidden flag of a file; lock the file ///' -'///+ INPUT : filename ///' -'///+ OUTPUT: - ///' - Dim i% - - if FileExists ( Datei$ ) <> TRUE then - Warnlog "File '" + Datei$ + "' doesn't exist; exiting now!" - exit sub - end if - - i% = GetAttr( Datei$ ) - do while (i% AND 2) = 2 ' is file already locked? - Wait( int( 400 * Rnd + 5 ) - i% = GetAttr( Datei$ ) - loop - SetAttr( Datei$ , i% OR 2 ) ' Lock - - exit sub - -end sub - -sub DateiFreigeben( Datei$ ) -'/// reset the hidden flag of a file; release the file ///' -'///+ INPUT : filename ///' -'///+ OUTPUT: - ///' - Dim i% - - if FileExists ( Datei$ ) <> TRUE then - Warnlog "File '" + Datei$ + "' doesn't exist; exiting now!" - exit sub - end if - - i% = GetAttr( Datei$ ) - SetAttr( Datei$ , i% AND NOT 2 ) ' release - exit sub - -end Sub - - - -- cgit From 11734cf6ac7bf5edcb58517cc1e7f42c950ad1b0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 11 Mar 2010 16:44:12 +0100 Subject: vitomation01: #i109562 - Indention according to coding guidelines --- testautomation/global/system/includes/iniinfo.inc | 1014 ++++++++++----------- 1 file changed, 504 insertions(+), 510 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index a5ef11521e5f..4f32125ec07f 100644 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -47,7 +47,7 @@ sub GetIniInformation dim bOOo(3) as string dim iSoffice(3) as integer dim sTemp as string - + gPathSigne = hGetPathSigne(gPLatform) gTTProfileName = hfGetTTProfileName() @@ -61,10 +61,10 @@ sub GetIniInformation gOfficePath = GetIniValue ( gTesttoolIni, "Office IniPath", "Current" ) + gPathSigne gRemotePath = GetIniValue ( gTesttoolIni, "RemoteBaseDir", "Current" ) + gPathSigne else - '/// The part of getting the location of the executable OOo is put into seperated functions. - '/// The first OOo executeable is being used. - '///+
        1. Entry in TestTool control file (.testtoolrc on UNIX; testtool.ini on Win32)
        2. - '///+
        3. or
          • Win32: Entry in registry
          • UNIX: If link
            /usr/bin/soffice
            or
            $HOME/soffice
            exists
        + '/// The part of getting the location of the executable OOo is put into seperated functions. + '/// The first OOo executeable is being used. + '///+
        1. Entry in TestTool control file (.testtoolrc on UNIX; testtool.ini on Win32)
        2. + '///+
        3. or
          • Win32: Entry in registry
          • UNIX: If link
            /usr/bin/soffice
            or
            $HOME/soffice
            exists
        sSoffice(0) = getSofficeTesttool() : bOOO(0) = gOOO ' DEBUG: If you need more detailed information about the installation environment ' enable the next line. @@ -73,73 +73,73 @@ sub GetIniInformation sSoffice(0) = getSofficeNative() : bOOO(0) = gOOO if (sSoffice(0) <> "") then gOfficePath = sSoffice(0) - gVersionsnummer = FindBuildID() + gVersionsnummer = FindBuildID() call hSetBuildVersionInformation(TRUE) iSoffice(0) = gBuild end if ' DEBUG: If you need more detailed information about the installation environment - ' enable the next line. + ' enable the next line. ' printlog "RESULT from Native : '" + sSoffice(0) + "' - OOo? " + bOOO(0) + " - BuildID: " + iSoffice(0) if sSoffice(0) = "" then warnlog "No OOo version found on this computer. - Please look into documentation, how to select an OOo version to test." end if else - printlog "----------------------------------------------------------------------------------------------------" - printlog "** Using [OOoProgramDir] value : " & sSoffice(0) + printlog "----------------------------------------------------------------------------------------------------" + printlog "** Using [OOoProgramDir] value : " & sSoffice(0) printlog "----------------------------------------------------------------------------------------------------" end if gOfficePath = sSoffice(0) gOOO = bOOO(0) end if - if ((gSamePC = TRUE) AND (gOfficePath = "")) then + if ((gSamePC = TRUE) AND (gOfficePath = "")) then MsgBox ("The test ends, because no OOo version was found on this computer. - Please look into documentation, how to select an OOo version to test.", 1, "No OOo program installed") end - end if - - gtHidLstPath = GetIniValue ( gTesttoolIni, gTTProfileName, "HIDDir" ) + hGetPathSigne(gtPlatform) - gPort = GetIniValue ( gTesttoolIni, "Communication", "TTPort" ) - '-------- - gPCName = GetIniValue ( gTesttoolIni, "Others", "PCname" ) - if (gPCName = "NOT_SET!" OR gPCName = "") then - gPCName = environ ( "HOSTNAME" ) - if (gPCName = "") then - gPCName = environ ( "COMPUTERNAME" ) - if (gPCName = "") then - gPCName = environ ( "hostname" ) - ' If testtool.ini/rc is unmodified, the default value is NOT_SET! - if gPCName = "" then - qaErrorLog "Please insert the computername in section [Others] on the line 'PCname=' in the TestTool confguration file at: '" + gTesttoolIni + "'" - end if - end if - end if - end if - '-------- - - call GetTheInstallationType ' gNetzInst and gNetzOfficePath will be set if StarOffice is a Network-Installation - gOfficeBasisPath = getOfficeBasisPath() - gOOoStartupTimeOut = fgetOOoStartupTimeOut() - gOOoShutdownTimeOut = fgetOOoShutdownTimeOut() - call sCheckValgrindStatus() - gPrivateEnvironmentLocation = getIniValue(gTesttoolIni, "PrivateEnvironment", "Current") - sTemp = ConvertPath (gTestToolPath + gPrivateEnvironmentLocation + "inc/privateenvironment.inc") - if fileExists(sTemp) then - use sTemp - call getUseFilesPrivateEnvironment - else - gPrivateEnvironmentLocation = "" - end if + end if + + gtHidLstPath = GetIniValue ( gTesttoolIni, gTTProfileName, "HIDDir" ) + hGetPathSigne(gtPlatform) + gPort = GetIniValue ( gTesttoolIni, "Communication", "TTPort" ) + '-------- + gPCName = GetIniValue ( gTesttoolIni, "Others", "PCname" ) + if (gPCName = "NOT_SET!" OR gPCName = "") then + gPCName = environ ( "HOSTNAME" ) + if (gPCName = "") then + gPCName = environ ( "COMPUTERNAME" ) + if (gPCName = "") then + gPCName = environ ( "hostname" ) + ' If testtool.ini/rc is unmodified, the default value is NOT_SET! + if gPCName = "" then + qaErrorLog "Please insert the computername in section [Others] on the line 'PCname=' in the TestTool confguration file at: '" + gTesttoolIni + "'" + end if + end if + end if + end if + '-------- + + call GetTheInstallationType ' gNetzInst and gNetzOfficePath will be set if StarOffice is a Network-Installation + gOfficeBasisPath = getOfficeBasisPath() + gOOoStartupTimeOut = fgetOOoStartupTimeOut() + gOOoShutdownTimeOut = fgetOOoShutdownTimeOut() + call sCheckValgrindStatus() + gPrivateEnvironmentLocation = getIniValue(gTesttoolIni, "PrivateEnvironment", "Current") + sTemp = ConvertPath (gTestToolPath + gPrivateEnvironmentLocation + "inc/privateenvironment.inc") + if fileExists(sTemp) then + use sTemp + call getUseFilesPrivateEnvironment + else + gPrivateEnvironmentLocation = "" + end if end sub '------------------------------------------------------------------------- sub GetOfficeInformation -'/// Generates the path to the StarOffice executable. -'/// Output: sAppExe variable is the StarOffice executable or the client executable (StarOffice server, StarPortal™, Sun™ ONE Webtop, ...) + '/// Generates the path to the StarOffice executable. + '/// Output: sAppExe variable is the StarOffice executable or the client executable (StarOffice server, StarPortal™, Sun™ ONE Webtop, ...) Dim sProgramNeu as String Dim iClient as Integer Dim sPlatformProgramPath as string - Dim sPlatformBinExt as string - + Dim sPlatformBinExt as string + if ( lcase( gPlatform ) = "osx" ) then sPlatformProgramPath = "MacOS" sPlatformBinExt = "" @@ -151,154 +151,154 @@ sub GetOfficeInformation sPlatformBinExt = "" end if end if - - 'if it's a client on the same PC - if gClient = TRUE AND gClientUser <> "" then - if gtPlatform <> "w95" AND gtPlatform <> "wnt" AND gPlatform <> "w2k" AND gtPlatform <> "os2" AND gtPlatform <> "os4" then + + 'if it's a client on the same PC + if gClient = TRUE AND gClientUser <> "" then + if gtPlatform <> "w95" AND gtPlatform <> "wnt" AND gPlatform <> "w2k" AND gtPlatform <> "os2" AND gtPlatform <> "os4" then sAppExe = gsClient + "/bin/sclient" - else + else if right( lcase ( sAppExe ), 3 ) <> "exe" then sAppExe = gsClient + "\sclient.exe" - end if - sAppParameter = " -remote -connect=portal,service=soffice,host=" + gHost + ",port=8208,user=" + gClientUser + ",password=" + gClientUserPWD + ",type=compressed_secure" - else - if gNetzInst = TRUE then ' wenn es sich um eine Netzwerkinstallation handelt - select case UCase(gApplication) - case "WRITER" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-writer" - case "CALC" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-calc" - case "IMPRESS" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "private:factory/simpress" - case "DRAW" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-draw" - case "MASTERDOCUMENT": sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-global" - case "MATH" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-math" - case "HTML" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-web" - case else : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - end select - 'If it's a normal (FAT) office - else + end if + sAppParameter = " -remote -connect=portal,service=soffice,host=" + gHost + ",port=8208,user=" + gClientUser + ",password=" + gClientUserPWD + ",type=compressed_secure" + else + if gNetzInst = TRUE then ' wenn es sich um eine Netzwerkinstallation handelt + select case UCase(gApplication) + case "WRITER" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-writer" + case "CALC" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-calc" + case "IMPRESS" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "private:factory/simpress" + case "DRAW" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-draw" + case "MASTERDOCUMENT": sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-global" + case "MATH" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-math" + case "HTML" : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-web" + case else : sAppExe = gNetzOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + end select + 'If it's a normal (FAT) office + else 'If it's a RVP-Office if gClient = TRUE then - if gPlatgroup <> "unx" then - sAppExe = gOfficePath + "client\sclient.exe" - else - sAppExe = gOfficePath + "client/sclient" - end if + if gPlatgroup <> "unx" then + sAppExe = gOfficePath + "client\sclient.exe" + else + sAppExe = gOfficePath + "client/sclient" + end if else - select case UCase(gApplication) - case "WRITER" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-writer" - case "CALC" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-calc" - case "IMPRESS" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "private:factory/simpress" - case "DRAW" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-draw" - case "MASTERDOCUMENT": sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-global" - case "MATH" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-math" - case "HTML" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - sFactory = "-web" - case else : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt - end select + select case ( gApplication ) + case "WRITER" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-writer" + case "CALC" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-calc" + case "IMPRESS" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "private:factory/simpress" + case "DRAW" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-draw" + case "MASTERDOCUMENT": sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-global" + case "MATH" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-math" + case "HTML" : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + sFactory = "-web" + case else : sAppExe = gOfficePath & sPlatformProgramPath & gPathSigne & "soffice" & sPlatformBinExt + end select end if - end if - end if + end if + end if end sub '------------------------------------------------------------------------- function hGetPathSigne(sPlatform as string) as string -'/// Seperators for the different platforms. -'/// Input: string of class gPlatform -'/// Output: string which can be used as seperator in directories + '/// Seperators for the different platforms. + '/// Input: string of class gPlatform + '/// Output: string which can be used as seperator in directories select case sPlatform - case "w95" : hGetPathSigne = "\" - case "w98" : hGetPathSigne = "\" - case "wnt" : hGetPathSigne = "\" - case "wme" : hGetPathSigne = "\" - case "wse" : hGetPathSigne = "\" - case "w2k" : hGetPathSigne = "\" - case "wxp" : hGetPathSigne = "\" - case "ecs" : hGetPathSigne = "\" - case "os4" : hGetPathSigne = "\" - case "os5" : hGetPathSigne = "\" - case "osx" : hGetPathSigne = "/" - case "ppc" : hGetPathSigne = "/" - case "sol" : hGetPathSigne = "/" - case "lin" : hGetPathSigne = "/" - case "x86" : hGetPathSigne = "/" - case "fbsd": hGetPathSigne = "/" - case "nbsd": hGetPathSigne = "/" - case "lin64": hGetPathSigne= "/" - case "linsparc": hGetPathSigne = "/" - case else : hGetPathSigne = "" - qaErrorLog " No pathseperator is defined for this platform : " + sPlatform + case "w95" : hGetPathSigne = "\" + case "w98" : hGetPathSigne = "\" + case "wnt" : hGetPathSigne = "\" + case "wme" : hGetPathSigne = "\" + case "wse" : hGetPathSigne = "\" + case "w2k" : hGetPathSigne = "\" + case "wxp" : hGetPathSigne = "\" + case "ecs" : hGetPathSigne = "\" + case "os4" : hGetPathSigne = "\" + case "os5" : hGetPathSigne = "\" + case "osx" : hGetPathSigne = "/" + case "ppc" : hGetPathSigne = "/" + case "sol" : hGetPathSigne = "/" + case "lin" : hGetPathSigne = "/" + case "x86" : hGetPathSigne = "/" + case "fbsd": hGetPathSigne = "/" + case "nbsd": hGetPathSigne = "/" + case "lin64": hGetPathSigne= "/" + case "linsparc": hGetPathSigne = "/" + case else : hGetPathSigne = "" + qaErrorLog " No pathseperator is defined for this platform : " + sPlatform end select end function '------------------------------------------------------------------------- function ConvertPath ( sDatei$, optional sPlatform as string ) as String -'/// Path conversion -'/// Input: path as string; OPTIONAL: string of class gPlatform -'/// Output: converted path respected to gPlatform; if optional paramter: to that Platform -'/// Convert the pathsigne '\' to '/' when a test runs under UNIX - Dim iW32 as Integer : Dim iUNX as Integer - Dim i as Integer : Dim Ende as Integer - Dim s1$ : Dim s2$ : Dim s3$ - dim sLocalPlatGroup as string - dim sLocalPathSigne as string - - if (isMissing(sPlatform)) then + '/// Path conversion + '/// Input: path as string; OPTIONAL: string of class gPlatform + '/// Output: converted path respected to gPlatform; if optional paramter: to that Platform + '/// Convert the pathsigne '\' to '/' when a test runs under UNIX + Dim iW32 as Integer : Dim iUNX as Integer + Dim i as Integer : Dim Ende as Integer + Dim s1$ : Dim s2$ : Dim s3$ + dim sLocalPlatGroup as string + dim sLocalPathSigne as string + + if (isMissing(sPlatform)) then sLocalPlatGroup = gPlatGroup sLocalPathSigne = gPathSigne - else + else sLocalPlatGroup = hPlatformToGroup(sPlatform) sLocalPathSigne = hGetPathSigne(sPlatform) - end if - - s3$ = "" : iW32 = 0 : iUNX = 0 - s1$ = sDatei$ - Ende = len ( s1$ ) - -' convert all / to \ if WIN - if sLocalPlatGroup <> "unx" then - do - i = InStr( s1$, "/" ) - if i = 0 then exit do - s2$ = Left( s1$ , i-1 ) - s1$ = Mid( s1$ , i+1 ) - s3$ = s3$ + s2$ + "\" - loop until s1$="" - s1$ = s3$ + s1$ - s3$ = "" : s2$ = "" - end if - - ' convert all \ to gPathSigne => WIN -> XXX - do - i = InStr( s1$, "\" ) - if i = 0 then exit do - s2$ = Left( s1$ , i-1 ) - s1$ = Mid( s1$ , i+1 ) - s3$ = s3$ + s2$ + sLocalPathSigne - loop until s1$="" - - ConvertPath = s3$ + s1$ + end if + + s3$ = "" : iW32 = 0 : iUNX = 0 + s1$ = sDatei$ + Ende = len ( s1$ ) + + ' convert all / to \ if WIN + if sLocalPlatGroup <> "unx" then + do + i = InStr( s1$, "/" ) + if i = 0 then exit do + s2$ = Left( s1$ , i-1 ) + s1$ = Mid( s1$ , i+1 ) + s3$ = s3$ + s2$ + "\" + loop until s1$="" + s1$ = s3$ + s1$ + s3$ = "" : s2$ = "" + end if + + ' convert all \ to gPathSigne => WIN -> XXX + do + i = InStr( s1$, "\" ) + if i = 0 then exit do + s2$ = Left( s1$ , i-1 ) + s1$ = Mid( s1$ , i+1 ) + s3$ = s3$ + s2$ + sLocalPathSigne + loop until s1$="" + + ConvertPath = s3$ + s1$ end function '------------------------------------------------------------------------- sub GetLanguageInformation -'/// Extracts the language information from Setup.xcu. -'/// note: It uses the fgetL10Nvalue. - Dim sLanOutIni as string + '/// Extracts the language information from Setup.xcu. + '/// note: It uses the fgetL10Nvalue. + Dim sLanOutIni as string ' function 'fgetL10Nvalue' is also in this library sLanOutIni = fgetL10Nvalue() @@ -308,59 +308,59 @@ sub GetLanguageInformation warnlog "=> default is now 01 = en_US" end if - 'language Code ISO 639 (and ISO 3166 for en language) is now gLangCode - 'ISO 639 http://www.oasis-open.org/cover/iso639a.html - 'ISO 3166: http://xml.coverpages.org/country3166.html - - gISOLang = sLanOutIni - - select case lcase ( sLanOutIni ) - case "en_us", "en-us", "en" : iSprache = 01 ' English (USA) - case "pt_pt", "pt-pt", "pt" : iSprache = 03 ' Portuguese - case "ru_ru", "ru-ru", "ru" : iSprache = 07 ' Russian - case "el_gr", "el-gr", "el" : iSprache = 30 ' Greek - case "nl_nl", "nl-nl", "nl" : iSprache = 31 ' Dutch - case "fr_fr", "fr-fr", "fr" : iSprache = 33 ' French - case "es_es", "es-es", "es" : iSprache = 34 ' Spanish - case "fi_fi", "fi-fi", "fi" : iSprache = 35 ' Finnish - case "hu_hu", "hu-hu", "hu" : iSprache = 36 ' Hungaria - case "ca_ad", "ca-ad", "ca" : iSprache = 37 ' Catalan - case "it_it", "it-it", "it" : iSprache = 39 ' Italian - case "cs_cz", "cs-cz", "cs" : iSprache = 42 ' Czech - case "sk_sk", "sk-sk", "sk" : iSprache = 43 ' Slowak - case "en_gb", "en-gb" : iSprache = 44 ' English (GB) - case "da_dk", "da-dk", "da" : iSprache = 45 ' Danish - case "sv_se", "sv-se", "sv" : iSprache = 46 ' Swedish - case "no_no", "no-no", "no" : iSprache = 47 ' Norwegian - case "pl_pl", "pl-pl", "pl" : iSprache = 48 ' Polish - case "de_de", "de-de", "de" : iSprache = 49 ' German - case "sr_rs", "sr-rs", "sr" : iSprache = 51 ' Serbian (Cyrillic) - case "sh_rs", "sh-rs", "sh" : iSprache = 52 ' Serbian (Latin) - case "pt_br", "pt-br", "br" : iSprache = 55 ' Portuguese (Brazil) - case "th_th", "th-th", "th" : iSprache = 66 ' Thai - case "ja_jp", "ja-jp", "ja" : iSprache = 81 ' Japanese - case "ko_kr", "ko-kr", "ko" : iSprache = 82 ' Korean - case "vi_vi", "vi-vi", "vi" : iSprache = 84 ' Vietnamese - case "zh_cn", "zh-cn", "zh" : iSprache = 86 ' Chinese (simplified) - case "zh_tw", "zh-tw" : iSprache = 88 ' Chinese (traditional) - case "tr_tr", "tr-tr", "tr" : iSprache = 90 ' Turkish - case "hi_in", "hi-in", "hi" : iSprache = 91 ' Hindi - case "ar_ar", "ar-ar", "ar" : iSprache = 96 ' Arabic - case "he_he", "he-he", "he" : iSprache = 97 ' Hebrew - case "sl_si", "sl-si", "sl" : iSprache = 386 ' Slovenian - case "zz_zz", "zz-zz", "zz" : iSprache = 01 ' unknown - warnlog "iniinfo.inc::GetLanguageInformation()" - warnlog "- sLanOutIni = " & sLanOutIni & " (unknown language)" - warnlog "- iSprache has been set 01!" - case "" : iSprache = 01 ' empty - warnlog "iniinfo.inc::GetLanguageInformation()" - warnlog "- empty sLanOutIni = " & sLanOutIni - warnlog "- iSprache has been set 01!" - case else : iSprache = 01 - warnlog "iniinfo.inc::GetLanguageInformation()" - warnlog "- sLanOutIni = " & sLanOutIni & " (fallback mode; unknown language)" - warnlog "- iSprache has been set 01!" - end select + 'language Code ISO 639 (and ISO 3166 for en language) is now gLangCode + 'ISO 639 http://www.oasis-open.org/cover/iso639a.html + 'ISO 3166: http://xml.coverpages.org/country3166.html + + gISOLang = sLanOutIni + + select case lcase ( sLanOutIni ) + case "en_us", "en-us", "en" : iSprache = 01 ' English (USA) + case "pt_pt", "pt-pt", "pt" : iSprache = 03 ' Portuguese + case "ru_ru", "ru-ru", "ru" : iSprache = 07 ' Russian + case "el_gr", "el-gr", "el" : iSprache = 30 ' Greek + case "nl_nl", "nl-nl", "nl" : iSprache = 31 ' Dutch + case "fr_fr", "fr-fr", "fr" : iSprache = 33 ' French + case "es_es", "es-es", "es" : iSprache = 34 ' Spanish + case "fi_fi", "fi-fi", "fi" : iSprache = 35 ' Finnish + case "hu_hu", "hu-hu", "hu" : iSprache = 36 ' Hungaria + case "ca_ad", "ca-ad", "ca" : iSprache = 37 ' Catalan + case "it_it", "it-it", "it" : iSprache = 39 ' Italian + case "cs_cz", "cs-cz", "cs" : iSprache = 42 ' Czech + case "sk_sk", "sk-sk", "sk" : iSprache = 43 ' Slowak + case "en_gb", "en-gb" : iSprache = 44 ' English (GB) + case "da_dk", "da-dk", "da" : iSprache = 45 ' Danish + case "sv_se", "sv-se", "sv" : iSprache = 46 ' Swedish + case "no_no", "no-no", "no" : iSprache = 47 ' Norwegian + case "pl_pl", "pl-pl", "pl" : iSprache = 48 ' Polish + case "de_de", "de-de", "de" : iSprache = 49 ' German + case "sr_rs", "sr-rs", "sr" : iSprache = 51 ' Serbian (Cyrillic) + case "sh_rs", "sh-rs", "sh" : iSprache = 52 ' Serbian (Latin) + case "pt_br", "pt-br", "br" : iSprache = 55 ' Portuguese (Brazil) + case "th_th", "th-th", "th" : iSprache = 66 ' Thai + case "ja_jp", "ja-jp", "ja" : iSprache = 81 ' Japanese + case "ko_kr", "ko-kr", "ko" : iSprache = 82 ' Korean + case "vi_vi", "vi-vi", "vi" : iSprache = 84 ' Vietnamese + case "zh_cn", "zh-cn", "zh" : iSprache = 86 ' Chinese (simplified) + case "zh_tw", "zh-tw" : iSprache = 88 ' Chinese (traditional) + case "tr_tr", "tr-tr", "tr" : iSprache = 90 ' Turkish + case "hi_in", "hi-in", "hi" : iSprache = 91 ' Hindi + case "ar_ar", "ar-ar", "ar" : iSprache = 96 ' Arabic + case "he_he", "he-he", "he" : iSprache = 97 ' Hebrew + case "sl_si", "sl-si", "sl" : iSprache = 386 ' Slovenian + case "zz_zz", "zz-zz", "zz" : iSprache = 01 ' unknown + warnlog "iniinfo.inc::GetLanguageInformation()" + warnlog "- sLanOutIni = " & sLanOutIni & " (unknown language)" + warnlog "- iSprache has been set 01!" + case "" : iSprache = 01 ' empty + warnlog "iniinfo.inc::GetLanguageInformation()" + warnlog "- empty sLanOutIni = " & sLanOutIni + warnlog "- iSprache has been set 01!" + case else : iSprache = 01 + warnlog "iniinfo.inc::GetLanguageInformation()" + warnlog "- sLanOutIni = " & sLanOutIni & " (fallback mode; unknown language)" + warnlog "- iSprache has been set 01!" + end select if iSprache = 81 OR iSprache = 82 OR iSprache = 86 OR iSprache = 88 then bAsianLan = TRUE @@ -378,180 +378,181 @@ end sub '------------------------------------------------------------------------- function ConvertLanguage ( Sprache as String ) as Integer -'/// Sets international language code for the whole language name. - - select case lCase ( Sprache ) - case "deutsch", "german" : ConvertLanguage = 49 - case "englisch", "english" : ConvertLanguage = 01 - case "portugisisch", "portugiesisch", "portuguese" : ConvertLanguage = 03 - case "russisch", "russian" : ConvertLanguage = 07 - case "czech", "tschechisch" : ConvertLanguage = 29 - case "griechisch", "greek" : ConvertLanguage = 30 - case "niederlaendisch", "hollaendisch", "netherlands" : ConvertLanguage = 31 - case "franzoesisch", "french" : ConvertLanguage = 33 - case "spanisch", "spanish" : ConvertLanguage = 34 - case "finisch", "finnish" : ConvertLanguage = 35 - case "hungaria", "ungarisch" : ConvertLanguage = 36 - case "italienisch", "italian" : ConvertLanguage = 39 - case "slowak", "slovakisch" : ConvertLanguage = 43 - case "daenisch", "danish" : ConvertLanguage = 45 - case "schwedisch", "swedish" : ConvertLanguage = 46 - case "norwegian", "norwegisch" : ConvertLanguage = 47 - case "polnisch", "polish" : ConvertLanguage = 48 - case "serbisch kyrillisch", "serbian cyrillic" : ConvertLanguage = 51 - case "serbisch latein", "serbian latin" : ConvertLanguage = 52 - case "japanisch", "japanese" : ConvertLanguage = 81 - case "koreanisch", "korean" : ConvertLanguage = 82 - case "vietnamesisch", "vietnamese" : ConvertLanguage = 84 - case "chinesisch", "chinese" : ConvertLanguage = 86 - case "chinesisch trad.", "chinese trad." : ConvertLanguage = 88 - case "tuerkisch", "turkish" : ConvertLanguage = 90 - case "arabisch", "arab" : ConvertLanguage = 96 - case "catalan", "katalanisch" : ConvertLanguage = 99 - case "slovenian", "slovenisch" : ConvertLanguage = 386 - end select + '/// Sets international language code for the whole language name. + + select case lCase ( Sprache ) + case "deutsch", "german" : ConvertLanguage = 49 + case "englisch", "english" : ConvertLanguage = 01 + case "portugisisch", "portugiesisch", "portuguese" : ConvertLanguage = 03 + case "russisch", "russian" : ConvertLanguage = 07 + case "czech", "tschechisch" : ConvertLanguage = 29 + case "griechisch", "greek" : ConvertLanguage = 30 + case "niederlaendisch", "hollaendisch", "netherlands" : ConvertLanguage = 31 + case "franzoesisch", "french" : ConvertLanguage = 33 + case "spanisch", "spanish" : ConvertLanguage = 34 + case "finisch", "finnish" : ConvertLanguage = 35 + case "hungaria", "ungarisch" : ConvertLanguage = 36 + case "italienisch", "italian" : ConvertLanguage = 39 + case "slowak", "slovakisch" : ConvertLanguage = 43 + case "daenisch", "danish" : ConvertLanguage = 45 + case "schwedisch", "swedish" : ConvertLanguage = 46 + case "norwegian", "norwegisch" : ConvertLanguage = 47 + case "polnisch", "polish" : ConvertLanguage = 48 + case "serbisch kyrillisch", "serbian cyrillic" : ConvertLanguage = 51 + case "serbisch latein", "serbian latin" : ConvertLanguage = 52 + case "japanisch", "japanese" : ConvertLanguage = 81 + case "koreanisch", "korean" : ConvertLanguage = 82 + case "vietnamesisch", "vietnamese" : ConvertLanguage = 84 + case "chinesisch", "chinese" : ConvertLanguage = 86 + case "chinesisch trad.", "chinese trad." : ConvertLanguage = 88 + case "tuerkisch", "turkish" : ConvertLanguage = 90 + case "arabisch", "arab" : ConvertLanguage = 96 + case "catalan", "katalanisch" : ConvertLanguage = 99 + case "slovenian", "slovenisch" : ConvertLanguage = 386 + end select end function '------------------------------------------------------------------------- function GetLanguageText ( iLan ) as String -'/// Sets the language name for the international language-code. - select case iLan - case 01 : GetLanguageText = "English (USA)" - case 03 : GetLanguageText = "Portuguese" - case 07 : GetLanguageText = "Russian" - case 30 : GetLanguageText = "Greek" - case 31 : GetLanguageText = "Dutch" - case 33 : GetLanguageText = "French" - case 34 : GetLanguageText = "Spanish" - case 35 : GetLanguageText = "Finnish" - case 36 : GetLanguageText = "Hungarian" - case 37 : GetLanguageText = "Catalan" - case 39 : GetLanguageText = "Italian" - case 42 : GetLanguageText = "Czech" - case 43 : GetLanguageText = "Slowak" - case 44 : GetLanguageText = "English (GB)" - case 45 : GetLanguageText = "Danish" - case 46 : GetLanguageText = "Swedish" - case 47 : GetLanguageText = "Norwegian" - case 48 : GetLanguageText = "Polnish" - case 49 : GetLanguageText = "German" - case 51 : GetlanguageText = "Serbian (Cyrillic)" - case 52 : GetlanguageText = "Serbian (Latin)" - case 55 : GetLanguageText = "Portuguese (Brazil)" - case 66 : GetLanguageText = "Thai" - case 81 : GetLanguageText = "Japanese" - case 82 : GetLanguageText = "Korean" - case 84 : GetLanguageText = "Vietnamese" - case 86 : GetLanguageText = "Chinese (simplified)" - case 88 : GetLanguageText = "Chinese (traditional)" - case 90 : GetLanguageText = "Turkish" - case 91 : GetLanguageText = "Hindi" - case 96 : GetLanguageText = "Arabic" - case 97 : GetLanguageText = "Hebrew" - case 99 : GetLanguageText = "Unknown" - case 386 : GetlanguageText = "Slovenian" - case else : GetLanguageText = "detection failed" - end select + '/// Sets the language name for the international language-code. + select case iLan + case 01 : GetLanguageText = "English (USA)" + case 03 : GetLanguageText = "Portuguese" + case 07 : GetLanguageText = "Russian" + case 30 : GetLanguageText = "Greek" + case 31 : GetLanguageText = "Dutch" + case 33 : GetLanguageText = "French" + case 34 : GetLanguageText = "Spanish" + case 35 : GetLanguageText = "Finnish" + case 36 : GetLanguageText = "Hungarian" + case 37 : GetLanguageText = "Catalan" + case 39 : GetLanguageText = "Italian" + case 42 : GetLanguageText = "Czech" + case 43 : GetLanguageText = "Slowak" + case 44 : GetLanguageText = "English (GB)" + case 45 : GetLanguageText = "Danish" + case 46 : GetLanguageText = "Swedish" + case 47 : GetLanguageText = "Norwegian" + case 48 : GetLanguageText = "Polnish" + case 49 : GetLanguageText = "German" + case 51 : GetlanguageText = "Serbian (Cyrillic)" + case 52 : GetlanguageText = "Serbian (Latin)" + case 55 : GetLanguageText = "Portuguese (Brazil)" + case 66 : GetLanguageText = "Thai" + case 81 : GetLanguageText = "Japanese" + case 82 : GetLanguageText = "Korean" + case 84 : GetLanguageText = "Vietnamese" + case 86 : GetLanguageText = "Chinese (simplified)" + case 88 : GetLanguageText = "Chinese (traditional)" + case 90 : GetLanguageText = "Turkish" + case 91 : GetLanguageText = "Hindi" + case 96 : GetLanguageText = "Arabic" + case 97 : GetLanguageText = "Hebrew" + case 99 : GetLanguageText = "Unknown" + case 386 : GetlanguageText = "Slovenian" + case else : GetLanguageText = "detection failed" + end select end function '------------------------------------------------------------------------- function ConvertLanguage2 ( sSprache as String, optional bExact ) as Integer -'/// Sets the international language code for the international language shortcut. -'/// optional bExact: If language not available, 'shut up' and return '0' - select case lCase ( sSprache ) - case "en_us", "en-us", "en" : ConvertLanguage2 = 01 ' English (USA) - case "pt_pt", "pt-pt", "pt" : ConvertLanguage2 = 03 ' Portuguese - case "ru_ru", "ru-ru", "ru" : ConvertLanguage2 = 07 ' Russian - case "el_gr", "el-gr", "el" : ConvertLanguage2 = 30 ' Greek - case "nl_nl", "nl-nl", "nl" : ConvertLanguage2 = 31 ' Dutch - case "fr_fr", "fr-fr", "fr" : ConvertLanguage2 = 33 ' French - case "es_es", "es-es", "es" : ConvertLanguage2 = 34 ' Spanish - case "fi_fi", "fi-fi", "fi" : ConvertLanguage2 = 35 ' Finnish - case "hu_hu", "hu-hu", "hu" : ConvertLanguage2 = 36 ' Hungaria - case "ca_ad", "ca-ad", "ca" : ConvertLanguage2 = 37 ' Catalan - case "it_it", "it-it", "it" : ConvertLanguage2 = 39 ' Italian - case "cs_cz", "cs-cz", "cs" : ConvertLanguage2 = 42 ' Czech - case "sk_sk", "sk-sk", "sk" : ConvertLanguage2 = 43 ' Slowak - case "en_gb", "en-gb" : ConvertLanguage2 = 44 ' English (GB) - case "da_dk", "da-dk", "da" : ConvertLanguage2 = 45 ' Danish - case "sv_se", "sv-se", "sv" : ConvertLanguage2 = 46 ' Swedish - case "no_no", "no-no", "no" : ConvertLanguage2 = 47 ' Norwegian - case "pl_pl", "pl-pl", "pl" : ConvertLanguage2 = 48 ' Polish - case "de_de", "de-de", "de" : ConvertLanguage2 = 49 ' German - case "sr_rs", "sr_rs", "sr" : ConvertLanguage2 = 51 ' Serbian (Cyrillic) - case "sh_rs", "sh_rs", "sh" : ConvertLanguage2 = 52 ' Serbian (Latin) - case "pt_br", "pt-br", "br" : ConvertLanguage2 = 55 ' Portuguese (Brazil) - case "th_th", "th-th", "th" : ConvertLanguage2 = 66 ' Thai - case "ja_jp", "ja-jp", "ja" : ConvertLanguage2 = 81 ' Japanese - case "ko_kr", "ko-kr", "ko" : ConvertLanguage2 = 82 ' Korean - case "vi_vi", "vi_vi", "vi" : ConvertLanguage2 = 84 ' Vietnamese - case "zh_cn", "zh-cn", "zh" : ConvertLanguage2 = 86 ' Chinese (simplified) - case "zh_tw", "zh-tw" : ConvertLanguage2 = 88 ' Chinese (traditional) - case "tr_tr", "tr-tr", "tr" : ConvertLanguage2 = 90 ' Turkish - case "hi_in", "hi-in", "hi" : ConvertLanguage2 = 91 ' Hindi - case "ar_ar", "ar-ar", "ar" : ConvertLanguage2 = 96 ' Arabic - case "he_he", "he-he", "he" : ConvertLanguage2 = 97 ' Hebrew - case "sl_si", "sl-si", "sl" : ConvertLanguage2 = 386 - case "zz_zz", "zz-zz", "zz" : ConvertLanguage2 = 01 ' unknown - case else : if isMissing (bExact) then - printlog "iniinfo.inc::ConvertLanguage2(): Unknown systemlanguage '" & sSprache & "'!" - printlog "Default will be set to 01!" - ConvertLanguage2 = 01 - else - printlog "iniinfo.inc::ConvertLanguage2(): Unknown systemlanguage '" & sSprache & "'!" - if bExact = TRUE then - printlog "Default will be set to 00!" - ConvertLanguage2 = 00 - end if - end if - end select + '/// Sets the international language code for the international language shortcut. + '/// optional bExact: If language not available, 'shut up' and return '0' + select case lCase ( sSprache ) + case "en_us", "en-us", "en" : ConvertLanguage2 = 01 ' English (USA) + case "pt_pt", "pt-pt", "pt" : ConvertLanguage2 = 03 ' Portuguese + case "ru_ru", "ru-ru", "ru" : ConvertLanguage2 = 07 ' Russian + case "el_gr", "el-gr", "el" : ConvertLanguage2 = 30 ' Greek + case "nl_nl", "nl-nl", "nl" : ConvertLanguage2 = 31 ' Dutch + case "fr_fr", "fr-fr", "fr" : ConvertLanguage2 = 33 ' French + case "es_es", "es-es", "es" : ConvertLanguage2 = 34 ' Spanish + case "fi_fi", "fi-fi", "fi" : ConvertLanguage2 = 35 ' Finnish + case "hu_hu", "hu-hu", "hu" : ConvertLanguage2 = 36 ' Hungaria + case "ca_ad", "ca-ad", "ca" : ConvertLanguage2 = 37 ' Catalan + case "it_it", "it-it", "it" : ConvertLanguage2 = 39 ' Italian + case "cs_cz", "cs-cz", "cs" : ConvertLanguage2 = 42 ' Czech + case "sk_sk", "sk-sk", "sk" : ConvertLanguage2 = 43 ' Slowak + case "en_gb", "en-gb" : ConvertLanguage2 = 44 ' English (GB) + case "da_dk", "da-dk", "da" : ConvertLanguage2 = 45 ' Danish + case "sv_se", "sv-se", "sv" : ConvertLanguage2 = 46 ' Swedish + case "no_no", "no-no", "no" : ConvertLanguage2 = 47 ' Norwegian + case "pl_pl", "pl-pl", "pl" : ConvertLanguage2 = 48 ' Polish + case "de_de", "de-de", "de" : ConvertLanguage2 = 49 ' German + case "sr_rs", "sr_rs", "sr" : ConvertLanguage2 = 51 ' Serbian (Cyrillic) + case "sh_rs", "sh_rs", "sh" : ConvertLanguage2 = 52 ' Serbian (Latin) + case "pt_br", "pt-br", "br" : ConvertLanguage2 = 55 ' Portuguese (Brazil) + case "th_th", "th-th", "th" : ConvertLanguage2 = 66 ' Thai + case "ja_jp", "ja-jp", "ja" : ConvertLanguage2 = 81 ' Japanese + case "ko_kr", "ko-kr", "ko" : ConvertLanguage2 = 82 ' Korean + case "vi_vi", "vi_vi", "vi" : ConvertLanguage2 = 84 ' Vietnamese + case "zh_cn", "zh-cn", "zh" : ConvertLanguage2 = 86 ' Chinese (simplified) + case "zh_tw", "zh-tw" : ConvertLanguage2 = 88 ' Chinese (traditional) + case "tr_tr", "tr-tr", "tr" : ConvertLanguage2 = 90 ' Turkish + case "hi_in", "hi-in", "hi" : ConvertLanguage2 = 91 ' Hindi + case "ar_ar", "ar-ar", "ar" : ConvertLanguage2 = 96 ' Arabic + case "he_he", "he-he", "he" : ConvertLanguage2 = 97 ' Hebrew + case "sl_si", "sl-si", "sl" : ConvertLanguage2 = 386 + case "zz_zz", "zz-zz", "zz" : ConvertLanguage2 = 01 ' unknown + case else : + if isMissing (bExact) then + printlog "iniinfo.inc::ConvertLanguage2(): Unknown systemlanguage '" & sSprache & "'!" + printlog "Default will be set to 01!" + ConvertLanguage2 = 01 + else + printlog "iniinfo.inc::ConvertLanguage2(): Unknown systemlanguage '" & sSprache & "'!" + if bExact = TRUE then + printlog "Default will be set to 00!" + ConvertLanguage2 = 00 + end if + end if + end select end function '------------------------------------------------------------------------- function ConvertCodeToLanguage ( sSprache as String ) as Integer -'/// Converts the old language code to international language code - - select case lCase ( sSprache ) - case "1033" : ConvertCodeToLanguage = 01 ' English (USA) - case "2070" : ConvertCodeToLanguage = 03 ' Portuguese - case "1049" : ConvertCodeToLanguage = 07 ' Russian - case "1032" : ConvertCodeToLanguage = 30 ' Greek - case "1043" : ConvertCodeToLanguage = 31 ' Dutch - case "1036" : ConvertCodeToLanguage = 33 ' French - case "3082" : ConvertCodeToLanguage = 34 ' Spanish - case "1034" : ConvertCodeToLanguage = 34 ' Spanish - case "1035" : ConvertCodeToLanguage = 35 ' Finnish - case "1038" : ConvertCodeToLanguage = 36 ' Hungaria - case "2099" : ConvertCodeToLanguage = 37 ' Catalan - case "1040" : ConvertCodeToLanguage = 39 ' Italian - case "1029" : ConvertCodeToLanguage = 42 ' Czech - case "1051" : ConvertCodeToLanguage = 43 ' Slowak - case "2057" : ConvertCodeToLanguage = 44 ' English (GB) - case "1030" : ConvertCodeToLanguage = 45 ' Danish - case "1053" : ConvertCodeToLanguage = 46 ' Swedish - case "2047" : ConvertCodeToLanguage = 47 ' Norwegian - case "1045" : ConvertCodeToLanguage = 48 ' Polish - case "1031" : ConvertCodeToLanguage = 49 ' German - case " " : ConvertCodeToLanguage = 55 ' Portuguese (Brazil) - case "3098" : ConvertCodeToLanguage = 51 ' Serbian (Cyriliic) - case "2074" : ConvertCodeToLanguage = 52 ' Serbian (Latin) - case " " : ConvertCodeToLanguage = 66 ' Thai - case "1041" : ConvertCodeToLanguage = 81 ' Japanese - case "1042" : ConvertCodeToLanguage = 82 ' Korean - case "1066" : ConvertCodeToLanguage = 84 ' Vietnamese - case "2052" : ConvertCodeToLanguage = 86 ' Chinese (simplified) - case "1028" : ConvertCodeToLanguage = 88 ' Chinese (traditional) - case "1055" : ConvertCodeToLanguage = 90 ' Turkish -' case " " : ConvertCodeToLanguage = 91 ' Hindi - case "1025" : ConvertCodeToLanguage = 96 ' Arabic -' case " " : ConvertCodeToLanguage = 97 ' Hebrew - case "1060" : ConvertCodeToLanguage = 386 ' Slovenian - case else : printlog "iniinfo.inc::ConvertCodeToLanguage(): Num. Code could not be detect or is unknown and will be set to 01 (English (USA))!" - ConvertCodeToLanguage = 01 - end select + '/// Converts the old language code to international language code + + select case lCase ( sSprache ) + case "1033" : ConvertCodeToLanguage = 01 ' English (USA) + case "2070" : ConvertCodeToLanguage = 03 ' Portuguese + case "1049" : ConvertCodeToLanguage = 07 ' Russian + case "1032" : ConvertCodeToLanguage = 30 ' Greek + case "1043" : ConvertCodeToLanguage = 31 ' Dutch + case "1036" : ConvertCodeToLanguage = 33 ' French + case "3082" : ConvertCodeToLanguage = 34 ' Spanish + case "1034" : ConvertCodeToLanguage = 34 ' Spanish + case "1035" : ConvertCodeToLanguage = 35 ' Finnish + case "1038" : ConvertCodeToLanguage = 36 ' Hungaria + case "2099" : ConvertCodeToLanguage = 37 ' Catalan + case "1040" : ConvertCodeToLanguage = 39 ' Italian + case "1029" : ConvertCodeToLanguage = 42 ' Czech + case "1051" : ConvertCodeToLanguage = 43 ' Slowak + case "2057" : ConvertCodeToLanguage = 44 ' English (GB) + case "1030" : ConvertCodeToLanguage = 45 ' Danish + case "1053" : ConvertCodeToLanguage = 46 ' Swedish + case "2047" : ConvertCodeToLanguage = 47 ' Norwegian + case "1045" : ConvertCodeToLanguage = 48 ' Polish + case "1031" : ConvertCodeToLanguage = 49 ' German + case " " : ConvertCodeToLanguage = 55 ' Portuguese (Brazil) + case "3098" : ConvertCodeToLanguage = 51 ' Serbian (Cyriliic) + case "2074" : ConvertCodeToLanguage = 52 ' Serbian (Latin) + case " " : ConvertCodeToLanguage = 66 ' Thai + case "1041" : ConvertCodeToLanguage = 81 ' Japanese + case "1042" : ConvertCodeToLanguage = 82 ' Korean + case "1066" : ConvertCodeToLanguage = 84 ' Vietnamese + case "2052" : ConvertCodeToLanguage = 86 ' Chinese (simplified) + case "1028" : ConvertCodeToLanguage = 88 ' Chinese (traditional) + case "1055" : ConvertCodeToLanguage = 90 ' Turkish + ' case " " : ConvertCodeToLanguage = 91 ' Hindi + case "1025" : ConvertCodeToLanguage = 96 ' Arabic + ' case " " : ConvertCodeToLanguage = 97 ' Hebrew + case "1060" : ConvertCodeToLanguage = 386 ' Slovenian + case else : printlog "iniinfo.inc::ConvertCodeToLanguage(): Num. Code could not be detect or is unknown and will be set to 01 (English (USA))!" + ConvertCodeToLanguage = 01 + end select end function '------------------------------------------------------------------------- @@ -567,18 +568,18 @@ sub GetTheInstallationType dim aTemp3 dim i,x as integer dim sPlatformProgramPath as string - + if ( lcase( gPlatform ) = "osx" ) then - sPlatformProgramPath = "MacOS" + sPlatformProgramPath = "MacOS" else - sPlatformProgramPath = "program" + sPlatformProgramPath = "program" endif - + if gSamePC = TRUE then gNetzInst = TRUE gNetzOfficePath = gOfficePath if (gSamePC = TRUE) then - if gPlatgroup = "unx" then + if gPlatgroup = "unx" then sTemp = GetIniValue (gOfficePath & sPlatformProgramPath & "/bootstraprc", "Bootstrap", "UserInstallation") else sTemp = GetIniValue (gOfficePath & sPlatformProgramPath & "\bootstrap.ini", "Bootstrap", "UserInstallation") @@ -597,8 +598,8 @@ sub GetTheInstallationType gOfficePath = sURL + gPathSigne else if inStr(sURL,"$BRAND_BASE_DIR") > 0 then - gOfficePath = gOfficePath & right(sURL, len(sURL) - (inStr(sURL,"$BRAND_BASE_DIR")+len("$BRAND_BASE_DIR"))) - else + gOfficePath = gOfficePath & right(sURL, len(sURL) - (inStr(sURL,"$BRAND_BASE_DIR")+len("$BRAND_BASE_DIR"))) + else qaErrorLog "ininfo.inc::GetTheInstallationType:: Unexpected entry in bootstrap file.(Entry UserInstallation not starting with: $SYSUSERCONFIG or $ORIGIN or file://; Using entry as absolute path!)" printlog "ininfo.inc::GetTheInstallationType:: original UserInstallation entry from 'bootstrap' file: '" + sTemp + "'" printlog "ininfo.inc::GetTheInstallationType:: using now converted from URL for 'gOfficePath': '" + sURL + "'" @@ -612,7 +613,7 @@ sub GetTheInstallationType ' to support some developer bootstraprc/ini's: gOfficePath = fRelativeToAbsolutePath(gOfficePath) gOfficePath = fRemoveDoubleCharacter(gOfficePath + gPathSigne, gPathSigne) - else + else gNetzInst = GetIniValue ( gTesttoolIni, "Network", "Net" ) gNetzOfficePath = GetIniValue ( gTesttoolIni, "Network", "Current" ) if Right ( gNetzOfficePath,1 ) <> gPathSigne then gNetzOfficePath = gNetzOfficePath + gPathSigne @@ -622,8 +623,8 @@ end sub '------------------------------------------------------------------------- function ReplaceCharacter(stringToChange$, charToReplace$, replaceWith$) As String -'/// Replaces a specified character in a string with another character that you specify -'///+ INPUT: <string> , <which characterto replace> , <which caracter the old one should be replaced> + '/// Replaces a specified character in a string with another character that you specify + '///+ INPUT: <string> , <which characterto replace> , <which caracter the old one should be replaced> Dim ln, n As Long Dim NextLetter As String Dim FinalString As String @@ -658,36 +659,32 @@ function fgetL10Nvalue() as string dim args(0) as new com.sun.star.beans.NamedValue args(0).Name = "nodepath" args(0).Value = "/org.openoffice.Setup/L10N" - fgetL10Nvalue = hGetUNOService()._ - createInstance("com.sun.star.configuration.DefaultProvider")._ - createInstanceWithArguments(_ - "com.sun.star.configuration.ConfigurationAccess", args())._ - getByName("ooLocale") + fgetL10Nvalue = hGetUNOService().createInstance("com.sun.star.configuration.DefaultProvider").createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess", args()).getByName("ooLocale") end function '------------------------------------------------------------------------- function hPlatformToGroup(sPLatform as string) as string -'/// Input: string of class gPlatform -'/// Output: string of class gPlatGroup + '/// Input: string of class gPlatform + '/// Output: string of class gPlatGroup select case sPLatform - case "w95":hPlatformToGroup = "w95" - case "w98":hPlatformToGroup = "w95" - case "wse":hPlatformToGroup = "w95" - case "wme":hPlatformToGroup = "w95" - case "wnt":hPlatformToGroup = "w95" - case "w2k":hPlatformToGroup = "w95" - case "wxp":hPlatformToGroup = "w95" - case "mac":hPlatformToGroup = "mac" - case "ppc":hPlatformToGroup = "unx" - case "sol":hPlatformToGroup = "unx" - case "x86":hPlatformToGroup = "unx" - case "lin":hPlatformToGroup = "unx" - case "fbsd":hPlatformToGroup= "unx" - case "nbsd":hPlatformToGroup= "unx" - case "lin64":hPlatformToGroup= "unx" - case "linsparc":hPlatformToGroup = "unx" - case "ecs":hPlatformToGroup = "ecs" + case "w95":hPlatformToGroup = "w95" + case "w98":hPlatformToGroup = "w95" + case "wse":hPlatformToGroup = "w95" + case "wme":hPlatformToGroup = "w95" + case "wnt":hPlatformToGroup = "w95" + case "w2k":hPlatformToGroup = "w95" + case "wxp":hPlatformToGroup = "w95" + case "mac":hPlatformToGroup = "mac" + case "ppc":hPlatformToGroup = "unx" + case "sol":hPlatformToGroup = "unx" + case "x86":hPlatformToGroup = "unx" + case "lin":hPlatformToGroup = "unx" + case "fbsd":hPlatformToGroup= "unx" + case "nbsd":hPlatformToGroup= "unx" + case "lin64":hPlatformToGroup= "unx" + case "linsparc":hPlatformToGroup = "unx" + case "ecs":hPlatformToGroup = "ecs" end select end function @@ -697,72 +694,69 @@ sub sGetCrashreporterValues as boolean '/// This routine reads the values of the [Crashreporter] section '///+ in the TestTool control file (testtool.ini / .testtoolrc). '///It returns FALSE if one of the required - '///+ information is missing in testtool.ini. - + '///+ information is missing in testtool.ini. + sGetCrashreporterValues = FALSE '/// gUseProxy should be TRUE if you need a proxy or FALSE - '///+ if you have a direct connection to the (inter)net. - gUseProxy = GetIniValue ( gTesttoolIni, "Crashreporter" , "UseProxy" ) + '///+ if you have a direct connection to the (inter)net. + gUseProxy = GetIniValue ( gTesttoolIni, "Crashreporter" , "UseProxy" ) 'If there's no value (=no entries at all...) exit the routine. 'sGetCrashreporterValues = FALSE so the routine in master.inc 'will stop testing. - if gUseProxy = "" then + if gUseProxy = "" then exit sub else 'Making a boolean value from it. - gUseProxy = cBool(gUseProxy) + gUseProxy = cBool(gUseProxy) '/// gConnectiontype has the value DIRECT or MANUALPROXY in dependency '///+ of gUseProxy. If gUseProxy = TRUE then the value of '///+ gConnectiontype is MANUALPROXY otherwiese DIRECT. - if gUseProxy = FALSE then - gConnectionType = "DIRECT" + if gUseProxy = FALSE then + gConnectionType = "DIRECT" sGetCrashreporterValues = TRUE - else + else gConnectionType = "MANUALPROXY" end if - - if gUseProxy then - '/// gProxyServer should be the proxy server which is needed to send - '///+ the crashreporter data via the net. - gProxyServer = GetIniValue ( gTesttoolIni, "Crashreporter" , "ProxyServer" ) - 'Verifying that a proxy server has been entered if - 'gUseProxy has been set to TRUE. - if gUseProxy = TRUE AND gProxyServer = "" then - warnlog "qatesttool::global::system::inc::iniinfo.inc::sGetCrashReporterValue: " _ - & "In the [Crashreporter]-section of TestTool control file 'UseProxy=true' but 'ProxyServer=' (empty). Please correct it!" - sGetCrashreporterValues = FALSE - else - sGetCrashreporterValues = TRUE - end if - - '/// gProxyPort should be the proxy server port which is needed to send - '///+ the crashreporter data via the net. - gProxyPort = GetIniValue ( gTesttoolIni, "Crashreporter" , "ProxyPort" ) - 'Verifying that a proxy server port has been entered if - 'gUseProxy has been set to TRUE. - if gUseProxy = TRUE AND gProxyPort = "" then - sGetCrashreporterValues = FALSE - warnlog "qatesttool::global::system::inc::iniinfo.inc::sGetCrashReporterValue: " _ - & "In the [Crashreporter]-section of TestTool control file 'UseProxy=true' but 'ProxyPort=' (empty). Please correct it!" - end if - else - ' to workaround issue i94779 set server and port to empty in case of direkt access - gProxyServer = "" - gProxyPort = "" - endif - + + if gUseProxy then + '/// gProxyServer should be the proxy server which is needed to send + '///+ the crashreporter data via the net. + gProxyServer = GetIniValue ( gTesttoolIni, "Crashreporter" , "ProxyServer" ) + 'Verifying that a proxy server has been entered if + 'gUseProxy has been set to TRUE. + if gUseProxy = TRUE AND gProxyServer = "" then + warnlog "qatesttool::global::system::inc::iniinfo.inc::sGetCrashReporterValue: " & "In the [Crashreporter]-section of TestTool control file 'UseProxy=true' but 'ProxyServer=' (empty). Please correct it!" + sGetCrashreporterValues = FALSE + else + sGetCrashreporterValues = TRUE + end if + + '/// gProxyPort should be the proxy server port which is needed to send + '///+ the crashreporter data via the net. + gProxyPort = GetIniValue ( gTesttoolIni, "Crashreporter" , "ProxyPort" ) + 'Verifying that a proxy server port has been entered if + 'gUseProxy has been set to TRUE. + if gUseProxy = TRUE AND gProxyPort = "" then + sGetCrashreporterValues = FALSE + warnlog "qatesttool::global::system::inc::iniinfo.inc::sGetCrashReporterValue: " & "In the [Crashreporter]-section of TestTool control file 'UseProxy=true' but 'ProxyPort=' (empty). Please correct it!" + end if + else + ' to workaround issue i94779 set server and port to empty in case of direkt access + gProxyServer = "" + gProxyPort = "" + endif + '/// gAllowContact should be TRUE or FALSE gAllowContact = GetIniValue ( gTesttoolIni, "Crashreporter" , "AllowContact" ) gAllowContact = cBool(gAllowContact) - - '/// gReturnAddress should be the E-Mail address which can be used - '///+ to contact the user who has run the test scripts for additional information . + + '/// gReturnAddress should be the E-Mail address which can be used + '///+ to contact the user who has run the test scripts for additional information . gReturnAddress = GetIniValue ( gTesttoolIni, "Crashreporter" , "ReturnAddress" ) 'Verifying that a mail address has been entered if 'gAllowContact has been set to TRUE. if gAllowContact = TRUE AND gReturnAddress = "" then - warnlog "qatesttool::global::system::inc::iniinfo.inc::sGetCrashReporterValue: " _ - & "In the [Crashreporter]-section of TestTool control file 'AllowContact=true' but 'ReturnAddress=' (empty). Please correct it!" + warnlog "qatesttool::global::system::inc::iniinfo.inc::sGetCrashReporterValue: " & "In the [Crashreporter]-section of TestTool control file 'AllowContact=true' but 'ReturnAddress=' (empty). Please correct it!" sGetCrashreporterValues = FALSE end if end if @@ -798,7 +792,7 @@ function getSofficeNative() as string dim bError as boolean bError = false - + '/// separated handling between Linux/Unix and Win32 platforms ///' if ("unx" = gPlatGroup) then '/// on Linux/Unix systems we need to check/resolv 2 possible links which point to the directory with the 'soffice' executable ///' @@ -829,30 +823,30 @@ function getSofficeNative() as string sCandidates(2) = sTemp + "/" + sCandidates(2) end if ' DEBUG: If you need more detailed information about the installation environment - ' enable the next line. + ' enable the next line. ' printlog "getSofficeNative() - : $HOME/soffice : '" + sCandidates(2) + "' destination exists?: " +fileExists(sCandidates(2)) catch ' DEBUG: If you need more detailed information about the installation environment - ' enable the next line. + ' enable the next line. ' printlog "getSofficeNative() - : $HOME/soffice : NOT AVAILABLE" sCandidates(2) = "" endcatch - for i = 1 to 2 - if fileExists(sCandidates(i)) then - '/// cut off program//soffice from link destination ///' - y = instr(sCandidates(i), "program/soffice") - if ( lcase( gPlatform ) = "osx" AND y < 1 ) then - ' Accept also MacOS in link to soffice binary - y = instr(sCandidates(i), "MacOS/soffice") - end if - if (y > 0) then - sCandidates(i) = left(sCandidates(i), y-1) - else - qaErrorLog "master.inc::getSofficeNative():: expected 'program/soffice' at end of link destination: '" + sCandidates(i) + "'" - sCandidates(i) = "" - end if + for i = 1 to 2 + if fileExists(sCandidates(i)) then + '/// cut off program//soffice from link destination ///' + y = instr(sCandidates(i), "program/soffice") + if ( lcase( gPlatform ) = "osx" AND y < 1 ) then + ' Accept also MacOS in link to soffice binary + y = instr(sCandidates(i), "MacOS/soffice") end if - next i + if (y > 0) then + sCandidates(i) = left(sCandidates(i), y-1) + else + qaErrorLog "master.inc::getSofficeNative():: expected 'program/soffice' at end of link destination: '" + sCandidates(i) + "'" + sCandidates(i) = "" + end if + end if + next i if (("" = sCandidates(1)) or ("" = sCandidates(2))) then ' if one candidate doesn't exist '/// If only one candidate exist, take him. ///' @@ -871,17 +865,17 @@ function getSofficeNative() as string end if next i ' DEBUG: If you need more detailed information about the installation environment - ' enable the next line. + ' enable the next line. ' printlog "getSofficeNative() - : BildId (1): " + iBuildId(1) + " (2): " + iBuildId(2) '/// - Take the candidate which exists and comes from $HOME ///' - if (iBuildId(1) > iBuildId(2)) then + if (iBuildId(1) > iBuildId(2)) then gOfficePath = sCandidates(1) else '/// - If BuildIds are equal, the candidate from $HOME wins ///' gOfficePath = sCandidates(2) end if end if - if (not fileExists(gOfficePath)) then + if (not fileExists(gOfficePath)) then '/// - check if resulting candidate exist; No: error ///' bError = true end if @@ -903,12 +897,12 @@ function getSofficeNative() as string iVendorEntries = 1 sVendor(iVendorEntries) = "Sun Microsystems": inc (iVendorEntries) sVendor(iVendorEntries) = "OpenOffice.org" : inc (iVendorEntries) - + iOfficeEntries = 1 sOffice(iOfficeEntries) = "StarOffice" : inc (iOfficeEntries) sOffice(iOfficeEntries) = "StarSuite" : inc (iOfficeEntries) sOffice(iOfficeEntries) = "OpenOffice.org": inc (iOfficeEntries) - + iVersionEntries = 1 sVersion(iVersionEntries) = "9" : inc (iVersionEntries) sVersion(iVersionEntries) = "8" : inc (iVersionEntries) @@ -916,10 +910,10 @@ function getSofficeNative() as string sVersion(iVersionEntries) = "2.0.0" : inc (iVersionEntries) sVersion(iVersionEntries) = "680" : inc (iVersionEntries) sVersion(iVersionEntries) = "2.2" : inc (iVersionEntries) - + ' put new versions ABOVE THIS LINE! ^^^^^^^^^^^ sVersion(iVersionEntries) ="NotFound": inc (iVersionEntries) ' HAS TO Stay at LAST - + ' I have to walk over both sPath(z), ' over all sOffice(y)-1 ' over all sVersion(x)-2 @@ -934,15 +928,15 @@ function getSofficeNative() as string sTemp = sPath(z) + sVendor(j) + "\" + sOffice(y) + "\" + sVersion(x) sOfficePath(z) = getRegistryValue(sTemp, sKey) iOffice(z) = z*1000 + j*100 + y*10 + x - if (sOfficePath(z) <> "") AND fileExists(sOfficePath(z)) then + if (sOfficePath(z) <> "") AND fileExists(sOfficePath(z)) then ' DEBUG: If you need more detailed information about the installation environment - ' enable the next line. + ' enable the next line. ' printlog "getSofficeNative() - : A " + z + ":" + j + ":" + y + ":" + x + " " + sTemp + " +++++++++++ " + sOfficePath(z) - else - ' printlog "getSofficeNative() - : C " + z + ":" + j + ":" + y + ":" + x + " " + sTemp + " +++++++++++ " + sOfficePath(z) - sOfficePath(z) = "" - iOffice(z) = 0 - end if + else + ' printlog "getSofficeNative() - : C " + z + ":" + j + ":" + y + ":" + x + " " + sTemp + " +++++++++++ " + sOfficePath(z) + sOfficePath(z) = "" + iOffice(z) = 0 + end if else ' This is just for completeness. B has no effect, A counts. sTemp = sPath(z) + sVendor(j) + "\" + sOffice(y) + "\" + sVersion(x) @@ -950,7 +944,7 @@ function getSofficeNative() as string sTemp2 = getRegistryValue(sTemp, sKey) if (sTemp2 <> "") then ' DEBUG: If you need more detailed information about the installation environment - ' enable the next line. + ' enable the next line. ' printlog "getSofficeNative() - : B " + z + ":" + j + ":" + y + ":" + x + " " + sTemp + " +++++++++++ "+sTemp2 end if end if @@ -992,14 +986,14 @@ function getSofficeNative() as string end if end if ' now we have gOfficePath set. - + if (not bError) then ' needed input for function: fGetProductName() '/// Look, if we got an OpenOffice.org version ///' gNetzOfficePath = gOfficePath - '/// Setting the global gProductName variable here. + '/// Setting the global gProductName variable here. gProductName = fGetProductName - ' A special build of OpenOffice.org is OOo-dev; #i56804# + ' A special build of OpenOffice.org is OOo-dev; #i56804# if (gProductName = "OOo-dev") then gProductName = "OpenOffice.org" PrintLog "This is a 'OOo-dev' product build." @@ -1019,11 +1013,11 @@ end function '------------------------------------------------------------------------- function getSofficeTesttool() as string - dim sTemp as string - + dim sTemp as string + sTemp = "" '///
        1. Look into the current profile section of the TestTool control file
        2. - '/// deprecated, just kept here for compatibility + '/// deprecated, just kept here for compatibility sTemp = GetIniValue ( gTesttoolIni, gTTProfileName, "OOoProgramDir" ) if (sTemp = "") then '///+
        3. Look into the global section of the TestTool control file OOoProgramDir section
        @@ -1031,7 +1025,7 @@ function getSofficeTesttool() as string end if ' Throw error, if the default '.' from first startup is found if fileExists(sTemp) AND NOT (sTemp = "." )then - ' make sure path ends with path seperator + ' make sure path ends with path seperator if (right(sTemp,1) <> gPathSigne) then sTemp = sTemp + gPathSigne end if @@ -1055,9 +1049,9 @@ function getSofficeTesttool() as string gOfficePath = sTemp gNetzOfficePath = gOfficePath '/// Setting the global gProductName variable here because GetSofficeNative() - '///+ won't fill this global variable if [OOoProgramDir] is being used. + '///+ won't fill this global variable if [OOoProgramDir] is being used. gProductName = fGetProductName - ' A special build of OpenOffice.org is OOo-dev; #i56804# + ' A special build of OpenOffice.org is OOo-dev; #i56804# if (gProductName = "OOo-dev") then gProductName = "OpenOffice.org" PrintLog "This is a 'OOo-dev' product build." @@ -1067,9 +1061,9 @@ function getSofficeTesttool() as string else gOOO = FALSE end if - getSofficeTesttool = sTemp + getSofficeTesttool = sTemp else - '/// No valid path will return an empty string. + '/// No valid path will return an empty string. getSofficeTesttool = "" end if end function @@ -1150,7 +1144,7 @@ function getOfficeBasisPath as string sTemp = gNetzOfficePath sFile = gNetzOfficePath & "basis-link" - + if FileExists( sFile ) then if ( lcase( gPlatform ) = "osx" ) then 'MacOS X @@ -1158,12 +1152,12 @@ function getOfficeBasisPath as string else if ( gPlatGroup = "unx" ) then 'Unixes - sPath = getLinkDestination( sFile ) - sTemp = fRelativeToAbsolutePath( gNetzOfficePath & sPath ) - if ( NOT FileExists( sTemp ) ) then + sPath = getLinkDestination( sFile ) + sTemp = fRelativeToAbsolutePath( gNetzOfficePath & sPath ) + if ( NOT FileExists( sTemp ) ) then sTemp = fRelativeToAbsolutePath( sPath ) - endif - + endif + else 'all other platforms are Windows/DOS style ListRead( lTemp, sFile ) @@ -1176,7 +1170,7 @@ function getOfficeBasisPath as string else warnlog( CFN & "Basis-link could not be found" ) endif - + if ( NOT FileExists( sTemp ) ) then warnlog( CFN & "Retrieved invalid path" ) endif -- cgit From 5888746523c6032931996b116ef487cb0915b67d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 11 Mar 2010 16:53:49 +0100 Subject: vitomation01: #i109562 - Indention according to coding guidelines --- testautomation/global/required/includes/g_001.inc | 134 +++++++++++----------- testautomation/global/required/includes/g_009.inc | 50 ++++---- 2 files changed, 92 insertions(+), 92 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/required/includes/g_001.inc b/testautomation/global/required/includes/g_001.inc index 3d22b6b8a1df..07c294f44e2f 100644 --- a/testautomation/global/required/includes/g_001.inc +++ b/testautomation/global/required/includes/g_001.inc @@ -50,73 +50,73 @@ testcase tFileExportAsPDF ' The file dialog has to come up Kontext "SpeichernDlg" if SpeichernDlg.exists(5) then - '/// the selected file type should be: 'PDF - Portable Document Format (.pdf)' ///' - sTemp = Dateityp.GetSelText - if (sTemp <> sPDF) then - Warnlog "filter for PDF export is missing :-( should: '" + sPDF + "'; is: '" + sTemp + "'" - endif - '///+ - set Textbox 'File name' to "abc" ///' - Dateiname.SetText "abc" - speichern.click - kontext - if active.exists(5) then - ' catch active about already existing file name - if active.getrt = 304 then - active.yes - endif - endif + '/// the selected file type should be: 'PDF - Portable Document Format (.pdf)' ///' + sTemp = Dateityp.GetSelText + if (sTemp <> sPDF) then + Warnlog "filter for PDF export is missing :-( should: '" + sPDF + "'; is: '" + sTemp + "'" + endif + '///+ - set Textbox 'File name' to "abc" ///' + Dateiname.SetText "abc" + speichern.click + kontext + if active.exists(5) then + ' catch active about already existing file name + if active.getrt = 304 then + active.yes + endif + endif else - ' changed with SRC680m210 - first options, then file dialog... - ' kept for testcase backwards compatibility - 'warnlog "Export dialog didn't come up." + ' changed with SRC680m210 - first options, then file dialog... + ' kept for testcase backwards compatibility + 'warnlog "Export dialog didn't come up." endif kontext '/// dialog 'PDF Options' comes up ///' if active.exists(5) then - '/// select the tab page 'General' ///' - active.setPage PDFOptions - kontext "PDFOptions" - if PDFOptions.exists(5) then - dialogTest(PDFOptions) - else - warnlog "Tab page 'PDF Options - General' isn't available." - endif + '/// select the tab page 'General' ///' + active.setPage PDFOptions + kontext "PDFOptions" + if PDFOptions.exists(5) then + dialogTest(PDFOptions) + else + warnlog "Tab page 'PDF Options - General' isn't available." + endif else - warnlog "Dialog 'PDF Options' didn't come up" + warnlog "Dialog 'PDF Options' didn't come up" endif kontext if active.exists(5) then - '/// select the tab page 'Initial View' ///' - active.setPage PDFOptionsInitialView - kontext "PDFOptionsInitialView" - if PDFOptionsInitialView.exists(5) then - dialogTest(PDFOptionsInitialView) - else - warnlog "Tab page 'PDF Options - Initial View' isn't available." - endif + '/// select the tab page 'Initial View' ///' + active.setPage PDFOptionsInitialView + kontext "PDFOptionsInitialView" + if PDFOptionsInitialView.exists(5) then + dialogTest(PDFOptionsInitialView) + else + warnlog "Tab page 'PDF Options - Initial View' isn't available." + endif endif kontext if active.exists(5) then - '/// select the tab page 'User Interface' ///' - active.setPage PDFOptionsUserInterface - kontext "PDFOptionsUserInterface" - if PDFOptionsUserInterface.exists(5) then - dialogTest(PDFOptionsUserInterface) - else - warnlog "Tab page 'PDF Options - User Interface' isn't available." - endif + '/// select the tab page 'User Interface' ///' + active.setPage PDFOptionsUserInterface + kontext "PDFOptionsUserInterface" + if PDFOptionsUserInterface.exists(5) then + dialogTest(PDFOptionsUserInterface) + else + warnlog "Tab page 'PDF Options - User Interface' isn't available." + endif endif kontext if active.exists(5) then - '/// select the tab page 'General' ///' - active.setPage PDFOptions - kontext "PDFOptions" - '/// close the dialog with 'Cancel' ///' - if PDFOptions.exists(5) then - PDFOptions.cancel - else - warnlog "Tab page 'PDF Options - General' isn't available." - endif + '/// select the tab page 'General' ///' + active.setPage PDFOptions + kontext "PDFOptions" + '/// close the dialog with 'Cancel' ///' + if PDFOptions.exists(5) then + PDFOptions.cancel + else + warnlog "Tab page 'PDF Options - General' isn't available." + endif endif '/// close application ///' Call hCloseDocument @@ -125,24 +125,24 @@ endcase '------------------------------------------------------------------------------- ' testcase tExportAsPDFButton - Dim sTemp as string + Dim sTemp as string '/// Create new document Call hNewDocument - '/// Click the button 'Export Directly as PDF' on the standard toolbar. - Kontext "Standardbar" - ExportAsPDF.click - '/// The 'Export as PDF' dialog has to come up, with the only 'File type' 'PDF - Portable Document Format' - Kontext "SpeichernDlg" - if SpeichernDlg.exists(1) then - sTemp = Dateityp.GetSelText - if InStr(sTemp, "PDF") = 0 then - warnlog "Filter for PDF export seems to be wrong or is missing in selection." - endif - '/// Leave dialog with CANCEL button - SpeichernDlg.Cancel - else - warnlog "SaveAsPDF dialog did not come up." + '/// Click the button 'Export Directly as PDF' on the standard toolbar. + Kontext "Standardbar" + ExportAsPDF.click + '/// The 'Export as PDF' dialog has to come up, with the only 'File type' 'PDF - Portable Document Format' + Kontext "SpeichernDlg" + if SpeichernDlg.exists(1) then + sTemp = Dateityp.GetSelText + if InStr(sTemp, "PDF") = 0 then + warnlog "Filter for PDF export seems to be wrong or is missing in selection." endif + '/// Leave dialog with CANCEL button + SpeichernDlg.Cancel + else + warnlog "SaveAsPDF dialog did not come up." + endif '/// Close spreadsheet document. Call hCloseDocument endcase diff --git a/testautomation/global/required/includes/g_009.inc b/testautomation/global/required/includes/g_009.inc index 1e6372bbdb7f..17b31cf3fd08 100644 --- a/testautomation/global/required/includes/g_009.inc +++ b/testautomation/global/required/includes/g_009.inc @@ -43,10 +43,10 @@ testcase tHelpCheckForUpdates dim bOnceAgain as boolean dim sProxyFile as string dim iOldProxy as integer - + bProxy = FALSE bOnceAgain = TRUE - + '/// open application ///' Call hNewDocument @@ -56,7 +56,7 @@ testcase tHelpCheckForUpdates sIniFile = convertPath(gNetzOfficePath+"program\version.ini") endif sTemp = GetIniValue (sIniFile, "Version", "UpdateURL") - if (sTemp <> "" AND NOT gOOO) then + if (sTemp <> "" AND NOT gOOO) then '/// choose Help -> Check for Updates... ///' while (bOnceAgain) if bProxy AND bOnceAgain then @@ -70,14 +70,14 @@ testcase tHelpCheckForUpdates printlog "This could be a (patched) installation on Solaris Sparc/Intel or OOo - No Online Update Feature available." hCloseDocument else - warnlog "Help->Check for Updates failed" - hCloseDocument + warnlog "Help->Check for Updates failed" + hCloseDocument endif goto endsub endcatch ' The dialog has to come up: 'Check for Updates' Kontext "CheckForUpdates" -' if CheckForUpdates.exists(10) then ' id not in build for dialog workaround: ' not working due to i 80859 + ' if CheckForUpdates.exists(10) then ' id not in build for dialog workaround: ' not working due to i 80859 if Status.exists(10) then if sTemp <> "" then printlog "'Check for Updates' came up" @@ -103,25 +103,25 @@ testcase tHelpCheckForUpdates bOnceAgain = FALSE Kontext "CheckForUpdates" try - CheckForUpdates.cancel + CheckForUpdates.cancel catch - 'cancel button is no more availabale - printlog "cancel wasnt possible" - try - 'CheckForUpdates.close - ' close method doesn't work - printlog "1:"+status.gettext - printlog "2:"+description.gettext - closebtn.click - catch - printlog "close wasnt possible" - ' last fallback - 'printlog resetapplication - 'hNewDocument - printlog "1:"+status.gettext - printlog "2:"+description.gettext - cancel.click - endcatch + 'cancel button is no more availabale + printlog "cancel wasnt possible" + try + 'CheckForUpdates.close + ' close method doesn't work + printlog "1:"+status.gettext + printlog "2:"+description.gettext + closebtn.click + catch + printlog "close wasnt possible" + ' last fallback + 'printlog resetapplication + 'hNewDocument + printlog "1:"+status.gettext + printlog "2:"+description.gettext + cancel.click + endcatch endcatch endif else @@ -167,7 +167,7 @@ testcase tHelpCheckForUpdates bOnceAgain = FALSE endif endif - bOnceAgain = FALSE + bOnceAgain = FALSE wend else qaErrorlog "Test disabled, because it is OOo build and UpdateURL is empty and calling the slot would succeed" -- cgit From 40081e3e9830f4df6bf7dd86a0f71ab069af6685 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 12 Mar 2010 09:10:12 +0100 Subject: vitomation01: #i110065 - Enhanced hManageComaprisionList(), hListCompare(), introduced hListResultEvaluation() and adjusted all calling test cases. --- .../framework/optional/includes/extras_labels.inc | 6 +- .../optional/includes/extras_table_autoformat.inc | 9 +- .../optional/includes/filedlg_filternames.inc | 12 +-- .../includes/help_compare_applications.inc | 4 +- .../optional/includes/help_compare_content.inc | 4 +- .../optional/includes/help_compare_topics.inc | 4 +- .../framework/optional/includes/help_search.inc | 4 +- .../optional/includes/security_certified_docs.inc | 14 +-- .../required/includes/graphics_import.inc | 4 +- .../global/tools/includes/optional/t_listfuncs.inc | 115 +++++++++++---------- 10 files changed, 76 insertions(+), 100 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/extras_labels.inc b/testautomation/framework/optional/includes/extras_labels.inc index 11badbd0ba07..b6a05e6e6a1d 100755 --- a/testautomation/framework/optional/includes/extras_labels.inc +++ b/testautomation/framework/optional/includes/extras_labels.inc @@ -98,10 +98,6 @@ testcase tLabelTypes() TabEtiketten.Cancel() irc = hManageComparisionList( sFileIn, sFileOut, al_UI_Labels() ) - if ( irc <> 0 ) then - warnlog( "The list of labels (Brand/Types) has changed, please review." ) - else - printlog( "The lists of labels are unchanged. Good." ) - endif + hListResultEvaluation( irc , 0 ) endcase diff --git a/testautomation/framework/optional/includes/extras_table_autoformat.inc b/testautomation/framework/optional/includes/extras_table_autoformat.inc index 2de2c491c528..892b33ca27fb 100755 --- a/testautomation/framework/optional/includes/extras_table_autoformat.inc +++ b/testautomation/framework/optional/includes/extras_table_autoformat.inc @@ -39,8 +39,7 @@ testcase tAutoformatTable( iApp as integer ) endif - dim al_UI_formats( 1000 ) as string - al_UI_formats( 0 ) = "0" + dim al_UI_formats( 1000 ) as string : al_UI_formats( 0 ) = "0" dim iFormatCount as integer dim iCurrentFormat as integer @@ -113,11 +112,7 @@ testcase tAutoformatTable( iApp as integer ) hDestroyDocument() irc = hManageComparisionList( sFileIn, sFileOut, al_UI_formats() ) - if ( irc <> 0 ) then - warnlog( "The list of table autoformats has changed, please review." ) - else - printlog( "The list of table autoformats is unchanged. Good." ) - endif + hListResultEvaluation( irc , 0 ) endcase diff --git a/testautomation/framework/optional/includes/filedlg_filternames.inc b/testautomation/framework/optional/includes/filedlg_filternames.inc index 6c41ef444b61..6dd8c68e74ad 100755 --- a/testautomation/framework/optional/includes/filedlg_filternames.inc +++ b/testautomation/framework/optional/includes/filedlg_filternames.inc @@ -46,7 +46,7 @@ testcase tVerifyFilterNames dim iCurrentItem as integer dim cFile as string - dim iErr as integer + dim irc as integer ' For Windows and Solaris Sparc there exists additional commercial filters @@ -105,7 +105,8 @@ testcase tVerifyFilterNames OeffnenDlg.cancel() - iErr = hManageComparisionList( cFileIn, cFileOut, asFilterNames() ) + irc = hManageComparisionList( cFileIn, cFileOut, asFilterNames() ) + hListResultEvaluation( irc , 0 ) else warnlog( "File Open dialog not present." ) @@ -113,11 +114,6 @@ testcase tVerifyFilterNames printlog( "Close the document" ) hDestroyDocument() - - if ( iErr <> 0 ) then - warnlog( "Filterlist differs from reference, please review" ) - endif - - + endcase diff --git a/testautomation/framework/optional/includes/help_compare_applications.inc b/testautomation/framework/optional/includes/help_compare_applications.inc index 240535bed85b..5fa8bc46bbe3 100755 --- a/testautomation/framework/optional/includes/help_compare_applications.inc +++ b/testautomation/framework/optional/includes/help_compare_applications.inc @@ -90,9 +90,7 @@ testcase tCompareHelpApps() printlog( "Beginning comparision" ) irc = hManageComparisionList( sFileIn, sFileOut, aTopicsFromUI() ) - if ( irc <> 0 ) then - warnlog( "Something went wrong, please review the log" ) - endif + hListResultEvaluation( irc , 0 ) endcase diff --git a/testautomation/framework/optional/includes/help_compare_content.inc b/testautomation/framework/optional/includes/help_compare_content.inc index 15874b0bd758..2331a6a5969c 100755 --- a/testautomation/framework/optional/includes/help_compare_content.inc +++ b/testautomation/framework/optional/includes/help_compare_content.inc @@ -85,9 +85,7 @@ testcase tCompareHelpContent() printlog( "" ) printlog( "Beginning comparision" ) irc = hManageComparisionList( sFileIn, sFileOut, aTopicsFromUI() ) - if ( irc <> 0 ) then - warnlog( "Something went wrong, please review the log." ) - endif + hListResultEvaluation( irc , 0 ) endcase diff --git a/testautomation/framework/optional/includes/help_compare_topics.inc b/testautomation/framework/optional/includes/help_compare_topics.inc index 75dd76625b88..c49c96e5ccd2 100755 --- a/testautomation/framework/optional/includes/help_compare_topics.inc +++ b/testautomation/framework/optional/includes/help_compare_topics.inc @@ -120,9 +120,7 @@ testcase tCompareHelpTopics() printlog( "Beginning comparision. This will take a while ..." ) irc = hManageComparisionList( sFileIn, sFileOut, aTopicsFromUI() ) - if ( irc <> 0 ) then - warnlog( "The list has changed, please review" ) - endif + hListResultEvaluation( irc , 0 ) endcase diff --git a/testautomation/framework/optional/includes/help_search.inc b/testautomation/framework/optional/includes/help_search.inc index 2e37fe58562e..c050e67ad4b3 100755 --- a/testautomation/framework/optional/includes/help_search.inc +++ b/testautomation/framework/optional/includes/help_search.inc @@ -81,9 +81,7 @@ testcase tHelpSearch sFileIn = convertpath( cBasePath & cDataFile ) irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) - if ( irc <> 0 ) then - warnlog( "Lists are not identical, please review the log" ) - endif + hListResultEvaluation( irc , 0 ) ' ------------ Search whole words only ------------------------------------- printlog( "" ) diff --git a/testautomation/framework/optional/includes/security_certified_docs.inc b/testautomation/framework/optional/includes/security_certified_docs.inc index 59f74e809c6f..b00e5460e3fb 100755 --- a/testautomation/framework/optional/includes/security_certified_docs.inc +++ b/testautomation/framework/optional/includes/security_certified_docs.inc @@ -52,14 +52,14 @@ testcase tLoadCertifiedFile( cBuildID as string ) sFileOut = hGetWorkPath() & "certificate_data.txt" ' Variable to store boolean returncodes from functions - dim brc as boolean - brc = true + dim brc as boolean : brc = true + dim irc as boolean : irc = 0 ' the number of certificates attached to the current document dim iCertCount as integer printlog( "Load the file" ) - brc = hFileOpen( cFile ) + hFileOpen( cFile ) brc = hHandleActivesOnLoad( 0 , 2 ) ' in case the file did not get loaded, handle the problem by aborting the test @@ -122,12 +122,8 @@ testcase tLoadCertifiedFile( cBuildID as string ) kontext "TabXMLSecDetails" hGetListItems( XMLSecDetailsListBox, sCertData() ) - brc = hManageComparisionList( sFileIn, sFileOut, sCertData() ) - if ( not brc ) then - warnlog( "The data of the certificate appears to be incorrect" ) - else - printlog( "Verification of the certificate succeeded" ) - endif + irc = hManageComparisionList( sFileIn, sFileOut, sCertData() ) + hListResultEvaluation( irc , 0 ) SkipEditBrowseBox: diff --git a/testautomation/framework/required/includes/graphics_import.inc b/testautomation/framework/required/includes/graphics_import.inc index a2a92f961274..f9567037ddde 100755 --- a/testautomation/framework/required/includes/graphics_import.inc +++ b/testautomation/framework/required/includes/graphics_import.inc @@ -262,9 +262,7 @@ testcase tInFilterCountCompare() next iCurrentFilter irc = hManageComparisionList( cReferencePath, cUIFiltersPath, caUIFilters() ) - if ( irc <> 0 ) then - warnlog( "The list of graphic format filters has changed" ) - endif + hListResultEvaluation( irc , 0 ) printlog( "" ) printlog( "Verify -string" ) diff --git a/testautomation/global/tools/includes/optional/t_listfuncs.inc b/testautomation/global/tools/includes/optional/t_listfuncs.inc index 2e9b6e20e1a3..3f766f176c2a 100644 --- a/testautomation/global/tools/includes/optional/t_listfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_listfuncs.inc @@ -324,35 +324,13 @@ function hManageComparisionList( sFileIn as string, sFileOut as string, sListOut '///
          const CFN = "hManageComparisionList::" - - '///+
        • The name of the input file may not be empty
        • - if ( sFileIn = "" ) then - warnlog( CFN & "Invalid parameter: Input filename is empty string" ) - hManageComparisionList() = 2 - exit function - endif - - '///+
        • The name of the output-file may not be empty
        • - if ( sFileOut = "" ) then - warnlog( CFN & "Invalid parameter: Output filename is empty string" ) - hManageComparisionList() = 3 - exit function - endif - - '///+
        • the list should not claim to be empty / be empty
        • - if ( listcount( sListOut() ) = 0 ) then - qaerrorlog( CFN & "Invalid parameter: Array claims to be empty" ) - hManageComparisionList() = 4 - exit function - endif + const RC_SUCCESS = 0 ' hListFileGetSize will return -1 if the list does not exist or the number ' of lines in the reference file plus additional 10 lines. '///+
        • Verify that the reference file exists and is non-empty
        • - dim iFileSize as integer - iFileSize = hListFileGetSize( sFileIn ) - dim brc as boolean - brc = false + dim iFileSize as integer : iFileSize = hListFileGetSize( sFileIn ) + dim irc as integer : irc = 0 '///+
        • Read the reference list and compare
        • if ( iFileSize > -1 ) then @@ -365,7 +343,7 @@ function hManageComparisionList( sFileIn as string, sFileOut as string, sListOut ' to other functions both in framework and global module 'hgetDataFileSection( sFileIn , aReferenceList() , "" , "" , "" ) listread( aReferenceList(), sFileIn, "utf8" ) - brc = hListCompare( sListOut() , aReferenceList() ) + irc = hListCompare( sListOut() , aReferenceList() ) endif @@ -373,28 +351,22 @@ function hManageComparisionList( sFileIn as string, sFileOut as string, sListOut ' a) the reference list does not exist ' b) the comparision failed ' c) the comparision succeeded - ' only if hListCompare() returns TRUE the testrun is successful. + ' only if hListCompare() returns 0 the testrun is successful. ' This means that on any error, the ref-list will be written so it can be ' directly reviewed/compared to the "faulty" list without having to run this ' test again (after deleting the ref-file) '///+
        • In case the lists are not identical, write the new one to the local work directory
        • - if ( brc ) then + if ( irc = 0 ) then printlog( CFN & "Comparision succeeded" ) - hManageComparisionList() = 0 + hManageComparisionList() = RC_SUCCESS else - printlog( CFN & "Writing: " & sFileOut ) - listwrite( sListOut(), sFileOut, "UTF8" ) - qaerrorlog ( CFN & "Reference file review required:" ) - printlog( "" ) - printlog( CFN & "Two possible reasons:" ) + printlog( CFN & "The two compared lists differ. There are two likely reasons:" ) printlog( CFN & "1) The reference file does not exist at all" ) printlog( CFN & "2) Reference and actual UI-Content do not match." ) - printlog( CFN & "Location: " & sFileOut ) - printlog( CFN & "Target..: " & sFileIn ) - printlog( CFn & "Verify the content and copy the file to " ) - printlog( "" ) - printlog( CFN & "Comparision failed" ) - hManageComparisionList() = 1 + printlog( CFN & "Verify and copy the file: " & sFileOut ) + printlog( CFN & "to this location........: " & sFileIn ) + listwrite( sListOut(), sFileOut, "UTF8" ) + hManageComparisionList() = irc endif '///+
        • Return 0 if the lists are identical, 1 if not and 2-4 on any other error
        • @@ -423,26 +395,27 @@ function hListFileGetSize( sFileIn as string ) as integer const CFN = "hListFileGetSize::" const I_EXTRA_SIZE = 10 + const RC_FILE_MISSING = -1 + const RC_FILE_INVALID = -2 + dim iFile as integer + dim sLine as string + dim iLineCount as integer : iLineCount = 0 + '///+
        • Verify that the filename is non-empty
        • if ( sFileIn = "" ) then warnlog( CFN & "Invalid parameter: Filename is empty string" ) - hListFileGetSize() = -1 + hListFileGetSize() = RC_FILE_INVALID exit function endif '///+
        • Verify that the file exists
        • if ( dir( sFileIn ) = "" ) then warnlog( CFN & "File not found: " & sFileIn ) - hListFileGetSize() = -1 + hListFileGetSize() = RC_FILE_MISSING exit function endif - dim iFile as integer - dim sLine as string - dim iLineCount as integer - iLineCount = 0 - '///+
        • Open the file (standard BASIC calls)
        • iFile = freefile open sFileIn for input as iFile @@ -466,7 +439,7 @@ end function '******************************************************************************* -function hListCompare( aListOne() as String, aListTwo() as String ) as boolean +function hListCompare( aListOne() as String, aListTwo() as String ) as integer const CFN = "hListcompare::" @@ -496,8 +469,7 @@ function hListCompare( aListOne() as String, aListTwo() as String ) as boolean dim iListOneSize as integer dim bFound as boolean - dim brc as boolean ' returncode: true only if lists are identical - brc = true + dim irc as integer : irc = 0 '///+
        • Create a copy of list two so we do not change the original list
        • ListCopy( aListTwo() , aTwoOnlyList() ) @@ -529,9 +501,7 @@ function hListCompare( aListOne() as String, aListTwo() as String ) as boolean next iListTwoIndex '///+
        • If there is no match, the item exists in list one only -> copy
        • - if ( not bFound ) then - hListAppend( aListOne( iListOneIndex ), aOneOnlyList() ) - end if + if ( not bFound ) then hListAppend( aListOne( iListOneIndex ), aOneOnlyList() ) next iListOneIndex @@ -542,17 +512,17 @@ function hListCompare( aListOne() as String, aListTwo() as String ) as boolean if ( ListCount( aOneOnlyList() ) > 0 ) then printlog( CFN & "Objects have been added to the list" ) hListPrint( aOneOnlyList() , "Items found in list ONE only (NEW)" ) - brc = false + irc = ListCount( aOneOnlyList() ) end if '///+
        • List all items that exist in List Two only
        • if ( ListCount( aTwoOnlyList() ) > 0 ) then printlog( CFN & "Objects have been removed from the list" ) hListPrint( aTwoOnlyList() , "Items found in list TWO only (MISSING)" ) - brc = false + irc = ListCount( aOneOnlyList() ) * -1 end if - hListCompare() = brc + hListCompare() = irc '///
        end function @@ -731,3 +701,36 @@ function hCountMatchesInList( acItemList() as string, cSearchTerm as string ) as hCountMatchesInList() = iHitCount end function + +'******************************************************************************* + +function hListResultEvaluation( i_diffcount as integer, i_allowed_delta as integer ) as boolean + + ' This function evaluates the outcome of hManageComaprisionList() or + ' hListCompare(). This extra step is done because in some cases the + ' program installations might differ slightly - in some CWS (when using the + ' archive) we can end up having a different set of import/export filters. + ' So the evaluation must allow for a specific number of mismatches which is + ' specified in i_allowed_delta. + + hListResultEvaluation() = true + + ' If lists are identical we return directly. + if ( i_diffcount = 0 ) then + printlog( "The lists are identical. Good" ) + exit function + endif + + ' if we have differences we need to have a closer look. + ' Note that the difference is optional. + if ( i_allowed_delta <> 0 ) then + if ( i_diffcount = i_allowed_delta ) then + printlog( "The lists have the allowed delta of " & i_allowed_delta ) + exit function + endif + endif + + warnlog( "The list check failed, please review the test." ) + hListResultEvaluation() = false + +end function -- cgit From 21c6a7d2a22172882738b21437df29e5f7246dc7 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 16 Mar 2010 06:44:11 +0100 Subject: vitomation01: #i109562 - The test did not append a suffix to the filename causing the test to fail loading the file again. By reducing the number of filepath components (path, filename and suffix are now stored in one single variable) it was possible to simplify the test significantly. --- .../includes/security_incorrect_password.inc | 44 +++++++++------------- 1 file changed, 18 insertions(+), 26 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/security_incorrect_password.inc b/testautomation/framework/optional/includes/security_incorrect_password.inc index c3f90cb4fbd0..6af0a44f8f63 100755 --- a/testautomation/framework/optional/includes/security_incorrect_password.inc +++ b/testautomation/framework/optional/includes/security_incorrect_password.inc @@ -32,46 +32,39 @@ '\****************************************************************************** testcase tIncorrectPassword( filetypeID as string ) - - const WORKFILE = "password" - dim suffix as string - dim workpath as string - dim rc as integer dim brc as boolean dim iCurrentFilter as integer dim cCurrentFilter as string + dim filepath as string const PASSWORD_VALID = "MyPasswd09#+1" const PASSWORD_FALSE = "MyPasswd00#+1" const DOC_ID = "f_sec_incorrect_password.bas testdocument" - - workpath = hGetWorkPath() - - suffix = hGetSuffix( filetypeID ) + + printlog( "Build a valid filename with full path and suffix" ) + filepath = hGetWorkPath() & "password" & hGetSuffix( filetypeID ) + printlog( "The workfile is: " & filepath ) printlog( "Delete the workfile - if it was left over by a former testrun" ) - hDeleteFile( workpath & WORKFILE & suffix ) + hDeleteFile( filepath ) printlog( "Make sure we have exactly one single document open" ) - do while( getDocumentCount > 0 ) - hDestroyDocument() - loop - hCreateDocument() + hInitSingleDoc() printlog( "Change the document" ) hChangeDoc() printlog( "Click on FileSave" ) - FileSave + hUseAsyncSlot( "FileSave" ) Kontext "SpeichernDlg" printlog( "Check the password checkbox" ) Passwort.check() - printlog( "Name the file as " & workpath & WORKFILE ) - Dateiname.settext( workpath & WORKFILE ) + printlog( "Name the file as " & filepath ) + Dateiname.settext( filepath ) if ( filetypeID <> "current" ) then for iCurrentFilter = 1 to DateiTyp.getItemCount() @@ -115,21 +108,20 @@ testcase tIncorrectPassword( filetypeID as string ) endif printlog( "Load the file again" ) - hFileOpen( workpath & WORKFILE & suffix ) + hFileOpen( filepath ) + + printlog( "Enter incorrect password" ) brc = hSecurityEnterPasswordOnLoad( PASSWORD_FALSE , false ) - if ( not brc ) then - warnlog( "Something went wrong while using the password dialog" ) - endif - + if ( not brc ) then warnlog( "Something went wrong while using the password dialog" ) + + printlog( "Close the document" ) hDestroyDocument() printlog( "Verify that we have no open documents" ) - if ( getDocumentCount <> 0 ) then - warnlog( "No documents should be open at this point" ) - endif + if ( getDocumentCount > 0 ) then warnlog( "No documents should be open at this point" ) printlog( "Delete the workfile" ) - hDeleteFile( workpath & WORKFILE & suffix ) + hDeleteFile( filepath ) endcase -- cgit From fbca9f51a891efce8d5b7df0e8b2623378710a36 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 08:11:07 +0100 Subject: vitomation01: Fix the fixes - where refactoring went too far --- testautomation/framework/tools/includes/help_tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/help_tools.inc b/testautomation/framework/tools/includes/help_tools.inc index b3d2f2c2c5d4..8552954f4f34 100755 --- a/testautomation/framework/tools/includes/help_tools.inc +++ b/testautomation/framework/tools/includes/help_tools.inc @@ -215,7 +215,7 @@ end function function hHelpGetAboutItemCount() as integer printlog( "Get the number of applications listed in the help listbox (should be 8)" ) - const I_ABOUT_ITEMS = 8 + const ABOUT_ITEMS = 8 dim itemcount as integer -- cgit From 58a921b765f9f1e4df48683995d73888d223c703 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 10:44:46 +0100 Subject: vitomation01: Fix the fixes - where refactoring went too far - removed usage of no longer existing apicalls.inc --- testautomation/framework/optional/f_extras_samplefileopen.bas | 1 - testautomation/framework/optional/f_extras_sampleopen.bas | 1 - testautomation/framework/optional/f_extras_templatefileopen.bas | 1 - testautomation/framework/optional/f_extras_templateopen.bas | 1 - 4 files changed, 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_extras_samplefileopen.bas b/testautomation/framework/optional/f_extras_samplefileopen.bas index 8f57fe7e2242..a07609135c62 100755 --- a/testautomation/framework/optional/f_extras_samplefileopen.bas +++ b/testautomation/framework/optional/f_extras_samplefileopen.bas @@ -57,7 +57,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_filetools.inc" use "global\tools\includes\optional\t_listfuncs.inc" - use "framework\tools\includes\apicalls.inc" use "framework\tools\includes\template_tools.inc" gApplication = "WRITER" diff --git a/testautomation/framework/optional/f_extras_sampleopen.bas b/testautomation/framework/optional/f_extras_sampleopen.bas index e1dfee91afed..ac11a9f330d1 100755 --- a/testautomation/framework/optional/f_extras_sampleopen.bas +++ b/testautomation/framework/optional/f_extras_sampleopen.bas @@ -59,7 +59,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_filetools.inc" use "global\tools\includes\optional\t_key_tools.inc" - use "framework\tools\includes\apicalls.inc" use "framework\tools\includes\template_tools.inc" gApplication = "WRITER" diff --git a/testautomation/framework/optional/f_extras_templatefileopen.bas b/testautomation/framework/optional/f_extras_templatefileopen.bas index e4121b8df960..037dcaa6c166 100755 --- a/testautomation/framework/optional/f_extras_templatefileopen.bas +++ b/testautomation/framework/optional/f_extras_templatefileopen.bas @@ -57,7 +57,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_security_tools.inc" use "global\tools\includes\optional\t_listfuncs.inc" - use "framework\tools\includes\apicalls.inc" use "framework\tools\includes\template_tools.inc" gApplication = "WRITER" diff --git a/testautomation/framework/optional/f_extras_templateopen.bas b/testautomation/framework/optional/f_extras_templateopen.bas index f78e023b5e33..e4fc9a1abe96 100755 --- a/testautomation/framework/optional/f_extras_templateopen.bas +++ b/testautomation/framework/optional/f_extras_templateopen.bas @@ -59,7 +59,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_filetools.inc" use "global\tools\includes\optional\t_security_tools.inc" - use "framework\tools\includes\apicalls.inc" use "framework\tools\includes\template_tools.inc" gApplication = "WRITER" -- cgit From f88c1ef5cf2b5ff158602852af692eabbbaa8af6 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 10:50:30 +0100 Subject: vitomation01: Fix the fixes - where refactoring went too far - hClickButton() still has iWait variable, removed it --- testautomation/global/tools/includes/required/t_tools3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index c56929ed7b90..f8351e8b5e93 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1119,7 +1119,7 @@ function hClickButton( oButton as object ) as integer ' Total time used iTime = iRetries * DELAY - if ( iWait = MAX_RETRIES ) then iTime = RETVAL_TIMEOUT + if ( iRetries = MAX_RETRIES ) then iTime = RETVAL_TIMEOUT if ( GVERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hClickButton() = iTime -- cgit From 875c064765f3ec383f118b8a513baa52cf8d5c15 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 11:25:32 +0100 Subject: vitomation01: Fix the fixes - Add issue id for problem when loading documentbound macros via api (#i110184) --- .../optional/includes/security_macrosecurity.inc | 81 +++++++++++----------- 1 file changed, 42 insertions(+), 39 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/security_macrosecurity.inc b/testautomation/framework/optional/includes/security_macrosecurity.inc index b996ff4a2cf8..f6f0d0cb66d0 100755 --- a/testautomation/framework/optional/includes/security_macrosecurity.inc +++ b/testautomation/framework/optional/includes/security_macrosecurity.inc @@ -59,7 +59,10 @@ testcase tMacroSecurityLevels( cFileFormat ) cWorkFile = convertToURL( cWorkFile ) dim iSecLevel as integer - dim brc as boolean + + const EXPECTED_MESSAGECOUNT = 1 + const ALLOW_ONE_EXTRA_MESSAGEBOX = 1 + const ALLOW_NO_EXTRA_MESSAGEBOXES = 0 ' We have quite a bunch of possible combinations here. Some trigger a security warning ' others do not. Depending on the security level we either get no warning at all, the @@ -76,7 +79,7 @@ testcase tMacroSecurityLevels( cFileFormat ) ' *) Covered by test "f_sec_trusted_path.bas" printlog( "Load a document with macro for each of the four security levels" ) - for iSecLevel = 0 to 3 + for iSecLevel = GC_MACRO_SECURITY_LEVEL_LOW to GC_MACRO_SECURITY_LEVEL_VERYHIGH printlog( "Set macro security level to " & iSecLevel ) hSetMacroSecurityAPI( iSecLevel ) @@ -86,46 +89,46 @@ testcase tMacroSecurityLevels( cFileFormat ) printlog( "Check security level dependent behavior" ) select case iSecLevel - case 0 : brc = hIdentifyExecutedMacro() - if ( not brc ) then - if ( gApplication = "MATH" ) then - qaerrorlog( "#i68291# Math document forgets eventbinding" ) - else - warnlog( "#i53711# Macro was not found/executed" ) - endif - endif - - case 1 : brc = hAllowMacroExecution() - if ( not brc ) then - warnlog( "Macro execution warning missing, chek the file/security settings" ) - endif - brc = hIdentifyExecutedMacro() - if ( not brc ) then - if ( gApplication = "MATH" ) then - qaerrorlog( "#i68291# Math document forgets eventbinding" ) - else - warnlog( "#i53711# Macro was not found/executed" ) - endif - endif - - case 2 : brc = hHandleActivesOnLoad( 1 , 1 ) - if ( not brc ) then - qaerrorlog( "#i53710# unexpected second messagebox" ) - endif - brc = hIdentifyExecutedMacro() - if ( brc ) then - warnlog( "Macro was executed" ) - endif - - case 3 : brc = hHandleActivesOnLoad( 1 , 0 ) - brc = hIdentifyExecutedMacro() - if ( brc ) then - warnlog( "Macro was executed" ) - endif + case 0 : + + if ( not hIdentifyExecutedMacro() ) then + warnlog( "#i110184# - Macro was not executed" ) + endif + + case 1 : + + if ( not hAllowMacroExecution() ) then + warnlog( "Macro execution warning missing, chek the file/security settings" ) + endif + + if ( not hIdentifyExecutedMacro() ) then + warnlog( "#i110184# - Macro was not executed" ) + endif + + case 2 : + + if ( not hHandleActivesOnLoad( EXPECTED_MESSAGECOUNT , ALLOW_ONE_EXTRA_MESSAGEBOX ) ) then + warnlog( "#i53710# unexpected second messagebox" ) + endif + + if ( hIdentifyExecutedMacro() ) then + warnlog( "Macro was executed" ) + endif + + case 3 : + + if ( not hHandleActivesOnLoad( EXPECTED_MESSAGECOUNT , ALLOW_NO_EXTRA_MESSAGEBOXES ) ) then + warnlog( "#i53710# unexpected second messagebox" ) + endif + + if ( hIdentifyExecutedMacro() ) then + warnlog( "Macro was executed" ) + endif + end select printlog( "Close document" ) - brc = hDestroyDocument() + hDestroyDocument() next iSecLevel -- cgit From ed73e4c2b30d2fc70bd13dc025be6d4236a9b376 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 11:34:28 +0100 Subject: vitomation01: Fix the fixes - make VERBOSE to GVERBOSE --- testautomation/global/tools/includes/required/t_doc2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index ece7e3238b6d..12d08bfbf554 100644 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -130,13 +130,13 @@ function sMakeReadOnlyDocumentEditable() as boolean ' One thing appears to work though: Try to execute the slot using hUseAsyncSlot. ' This is a little bit tricky because the state of the document is altered but if ' the slot has been executed once we know for sure that the button on the toolbar is - ' available and can check its state and - if need be - chenge the document state back. + ' available and can check its state and - if need be - change the document state back. ' ========== Workaround begin ========== hUseAsyncSlot( "EditDoc" ) kontext "Active" if ( Active.exists() ) then - if ( VERBOSE ) then printlog( "Handling create copy message" ) + if ( GVERBOSE ) then printlog( "Handling create copy message" ) Active.yes() wait( 1000 ) endif -- cgit From 0980e38fc35ba71ad13b73ddbb2ea804a1450fee Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 14:32:46 +0100 Subject: vitomation01: #i109696 - Removed stupid function hWaitForTreeList() - Good idea, bad execution. --- .../tools/includes/optional/t_treelist_tools.inc | 79 ++++------------------ 1 file changed, 12 insertions(+), 67 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_treelist_tools.inc b/testautomation/global/tools/includes/optional/t_treelist_tools.inc index b459b2c0f4a0..683c8ebbaff9 100644 --- a/testautomation/global/tools/includes/optional/t_treelist_tools.inc +++ b/testautomation/global/tools/includes/optional/t_treelist_tools.inc @@ -31,8 +31,6 @@ '* '\****************************************************************************** -private const DEBUG_ENABLE = false - function hGetNodeCount( oControl as object ) as integer '///

        Retrieve the number of visible (open) nodes from a treelist

        @@ -64,9 +62,7 @@ function hGetNodeCount( oControl as object ) as integer '///+
      7. Verify that the control is enabled
      8. if ( oControl.isEnabled() ) then - if ( DEBUG_ENABLE ) then - printlog( CFN & "Regular access, control available and enabled" ) - endif + if ( GVERBOSE ) then printlog( CFN & "Regular access, control available and enabled" ) '///+
      9. get the number of items from the control
      10. iCount = oControl.getItemCount() @@ -83,9 +79,9 @@ function hGetNodeCount( oControl as object ) as integer iCount = 0 endcatch endif - if ( DEBUG_ENABLE ) then - printlog( CFN & "Exit with nodecount = " & iCount ) - endif + + if ( GVERBOSE ) then printlog( CFN & "Exit with nodecount = " & iCount ) + hGetNodeCount = iCount '///
    @@ -111,9 +107,7 @@ function hSelectTopNode( oControl as object ) as boolean hSelectTopNode() = false endcatch - if ( DEBUG_ENABLE ) then - printlog( CFN & "Selected Node: " & oControl.getText() ) - endif + if ( GVERBOSE ) then printlog( CFN & "Selected Node: " & oControl.getText() ) end function @@ -137,13 +131,9 @@ function hSelectNextNode( oControl as object ) as integer iPosAfter = oControl.getSelIndex() - if ( iPosAfter = iPosBefore ) then - hSelectNextNode() = 0 - endif + if ( iPosAfter = iPosBefore ) then hSelectNextNode() = 0 - if ( iPosAfter = ( iPosBefore + 1 ) ) then - hSelectnextNode() = iPosAfter - endif + if ( iPosAfter = ( iPosBefore + 1 ) ) then hSelectNextNode() = iPosAfter printlog( CFN & "Selected node: " & oControl.getText() ) @@ -184,7 +174,7 @@ function hExpandNode( oControl as object, iNode as integer ) as integer dim iOldNodeCount as integer - if ( DEBUG_ENABLE ) then + if ( GVERBOSE ) then printlog( CFN & "Enter with option (Control): " & oControl.name() ) printlog( CFN & "Enter with option (iNode): " & iNode ) endif @@ -229,7 +219,7 @@ function hExpandAllNodes( oControl as object ) as integer iNodeRefCount = -1 iIteration = 0 - if ( DEBUG_ENABLE ) then + if ( GVERBOSE ) then printlog( CFN & "Initial iNodeCurCount: " & iNodeCurCount ) printlog( CFN & "Initial iNodeRefCount: " & iNodeRefCount ) endif @@ -245,7 +235,7 @@ function hExpandAllNodes( oControl as object ) as integer iNodeCurCount = hGetNodeCount( oControl ) - if ( DEBUG_ENABLE ) then + if ( GVERBOSE ) then printlog( "" ) printlog( CFN & "Exit iteration....: " & iIteration ) printlog( CFN & "Exit iNodeCurCount: " & iNodeCurCount ) @@ -254,7 +244,7 @@ function hExpandAllNodes( oControl as object ) as integer loop - if ( DEBUG_ENABLE ) then + if ( GVERBOSE ) then printlog( CFN & "Exit with " & iNodeCurCount & _ " items after " & iIteration & " iterations" ) endif @@ -392,7 +382,7 @@ function hSelectTheLastNode( oControl as object ) as integer iCurrentNodeCount = hGetNodeCount( oControl ) hExpandNode( oControl, iCurrentNodeCount ) - if ( DEBUG_ENABLE ) then + if ( GVERBOSE ) then printlog( CFN & "Nodename.....: " & oControl.getText() ) printlog( CFN & "Node position: " & iCurrentNodeCount ) endif @@ -418,51 +408,6 @@ function hVerifyNodeName( oControl as object , cName as string ) as boolean end function -'******************************************************************************* - -function hWaitForTreelist( oTreeList as object, cContext as string, iItemCount as integer ) as boolean - - '///

    Wait for a treelist to get populated (java related delay)

    - '///IMPORTANT: Do not use unless absolutely necessary - '///+

    Retrieve the number of items from the treelist until a specified - '///+ number has been reached.

    - - const CFN = "hWaitForTreelist::" - dim iTry as integer - dim iObjects as integer - dim brc as boolean - - brc = false - iTry = 0 - - kontext cContext - - qaerrorlog( CFN & "Stupid function, do not use" ) - - iObjects = 0 - do while ( iObjects < iItemCount ) - - iTry = iTry + 1 - iObjects = hGetNodeCount( oTreeList ) - - if ( iObjects >= iItemCount ) then - brc = true - exit do - endif - - ' Failsafe mechanism - if ( iTry = 10 ) then - qaerrorlog( CFN & "Requested number of items never reached" ) - brc = false - exit do - endif - - loop - - hWaitForTreelist() = brc - -end function - '****************************************************************************** function hGetListItems( oControl as object, aList() as string ) as integer -- cgit From 8a424181f6fd8752494c8739d338f20347a1dcc0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 14:49:05 +0100 Subject: vitomation01: #i109696 - Compressed t_security_tools.inc --- .../tools/includes/optional/t_security_tools.inc | 104 ++++++++------------- 1 file changed, 39 insertions(+), 65 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_security_tools.inc b/testautomation/global/tools/includes/optional/t_security_tools.inc index 26ab6b9fc727..9ba335b48ed0 100644 --- a/testautomation/global/tools/includes/optional/t_security_tools.inc +++ b/testautomation/global/tools/includes/optional/t_security_tools.inc @@ -127,19 +127,23 @@ function hOpenDigitalSignaturesDialog() as boolean '///Description: '///
      - dim brc as boolean const CFN = "hOpenDigitalSignaturesDialog::" + const FILE_MENU_POSITION = 1 + const SIGNATURES_MENU_POSITION_OTHER = 15 + const SIGNATURES_MENU_POSITION_MATH = 14 + + hOpenDigitalSignaturesDialog() = false '///+
    • Open the file-menu
    • call hUseMenu() - call hMenuSelectNr( 1 ) + call hMenuSelectNr( FILE_MENU_POSITION ) '///+
    • Select "Digital signatures..."
    • try - if ( ucase( gApplication ) = "MATH" ) then - call hMenuSelectNr( 14 ) + if ( gApplication = "MATH" ) then + call hMenuSelectNr( SIGNATURES_MENU_POSITION_MATH ) else - call hMenuSelectNr( 15 ) + call hMenuSelectNr( SIGNATURES_MENU_POSITION_OTHER ) endif catch warnlog( CFN & "Failed to execute menuitem " ) @@ -155,13 +159,9 @@ function hOpenDigitalSignaturesDialog() as boolean kontext "DigitalSignature" if ( DigitalSignature.exists() ) then printlog( CFN & "Digital signatures is open" ) - brc = true - else - brc = false + hOpenDigitalSignaturesDialog() = true endif - '///
    - hOpenDigitalSignaturesDialog() = brc end function @@ -188,10 +188,11 @@ function hAllowMacroExecution() as boolean '///
      const CFN = "hAllowMacroExecution::" + const MAX_WAIT_FOR_SECURITY_DIALOG = 5 '///+
    • Verify that the Macro security Warning is displayed
    • kontext "SecurityWarning" - if ( SecurityWarning.exists( 5 ) ) then + if ( SecurityWarning.exists( MAX_WAIT_FOR_SECURITY_DIALOG ) ) then '///+
    • Click "Run" to allow macro execution
    • printlog( CFN & "Allowing macro execution" ) @@ -373,8 +374,7 @@ function hRemoveTrustedPath( cPath as string ) as boolean dim iPathCount as integer dim iCurrentPathItem as integer - dim brc as boolean - brc = false + dim brc as boolean : brc = false '///Description: '///
        @@ -386,7 +386,7 @@ function hRemoveTrustedPath( cPath as string ) as boolean hToolsOptions( "StarOffice" , "Security" ) '///+
      • Click Macro Security
      • - MacroSecurity.click() + hClickButton( MacroSecurity ) '///+
      • Switch to the Trusted Paths tab
      • hSwitchMacroSecurityTab( "trustedpaths" ) @@ -410,16 +410,13 @@ function hRemoveTrustedPath( cPath as string ) as boolean next iCurrentPathItem '///+
      • Close the dialog
      • - TabTrustedSources.ok() + hCloseDialog( TabTrustedSources, "ok" ) '///+
      • Close Tools/Options
      • Kontext "OptionenDlg" - OptionenDlg.ok() - - if ( not brc ) then - printlog( CFN & "The trusted path was not found in the list" ) - endif + hCloseDialog( OptionenDlg, "ok" ) + if ( not brc ) then printlog( CFN & "The trusted path was not found in the list" ) hRemoveTrustedPath() = brc '///
      @@ -462,9 +459,8 @@ function hSecurityEnterPasswordOnSave( cPassword as string ) as boolean '/// const CFN = "hSecurityEnterPasswordOnSave::" - printlog( CFN & "Enter" ) - dim brc as boolean 'a multi purpose boolean returnvalue - brc = true + if ( GVERBOSE ) then printlog( CFN & "Enter" ) + hSecurityEnterPasswordOnSave() = true '///Description: '///
        @@ -492,7 +488,7 @@ function hSecurityEnterPasswordOnSave( cPassword as string ) as boolean Active.OK() else qaerrorlog( CFN & "Warning about faulty password confirmation is missing" ) - brc = false + hSecurityEnterPasswordOnSave() = false endif '///+
      • We should now be back on the password dialog
      • @@ -513,14 +509,14 @@ function hSecurityEnterPasswordOnSave( cPassword as string ) as boolean else qaerrorlog( CFN & "The password dialog is missing after confirmation error" ) - brc = false + hSecurityEnterPasswordOnSave() = false endif else qaerrorlog( CFN & "The password dialog did not open" ) - brc = false + hSecurityEnterPasswordOnSave() = false endif @@ -529,12 +525,11 @@ function hSecurityEnterPasswordOnSave( cPassword as string ) as boolean if ( SpeichernDlg.exists() ) then qaerrorlog( CFN & "File Save dialog is open, cancelling." ) SpeichernDlg.cancel() - brc = false + hSecurityEnterPasswordOnSave() = false endif '///
      - printlog( CFN & "Exit with result: " & brc ) - hSecurityEnterPasswordOnSave() = brc + if ( GVERBOSE ) then printlog( CFN & "Exit" ) end function @@ -575,11 +570,12 @@ function hSecurityEnterPasswordOnLoad( cPassword as string, bValid as boolean ) '/// const CFN = "hSecurityEnterPasswordOnLoad::" - printlog( CFN & "Enter with option (Password): " & cPassword ) - printlog( CFN & "Enter with option (Validity): " & bValid ) - dim brc as boolean 'a multi purpose boolean returnvalue - brc = true - dim cMsg as string + if ( GVERBOSE ) then + printlog( CFN & "Enter with option (Password): " & cPassword ) + printlog( CFN & "Enter with option (Validity): " & bValid ) + endif + + hSecurityEnterPasswordOnLoad() = true '///Description: '///
        @@ -598,14 +594,7 @@ function hSecurityEnterPasswordOnLoad( cPassword as string, bValid as boolean ) '///+
      • Look for a warning message
      • kontext "Active" if ( Active.exists( 1 ) ) then - - cMsg = Active.getText() - cMsg = hRemoveLineBreaks( cMsg ) - if ( bValid ) then - warnlog( CFN & "Message: " & cMsg ) - else - printlog( CFN & "Message: " & cMsg ) - endif + printlog( CFN & "Message: " & Active.getText() ) '///+
      • Close the messagebox
      • Active.ok() @@ -613,46 +602,31 @@ function hSecurityEnterPasswordOnLoad( cPassword as string, bValid as boolean ) '///+
      • Close the Password dialog with "Cancel"
      • kontext "PasswordFileOpen" if ( PasswordFileopen.exists( 2 ) ) then - - PasswordFileOpen.cancel() - + hCloseDialog( PasswordFileOpen, "cancel" ) else - qaerrorlog( CFN & "Password dialog is not present" ) - brc = false - + hSecurityEnterPasswordOnLoad() = false endif else - qaerrorlog( CFN & "Warning about incorrect password is missing" ) - brc = false - + hSecurityEnterPasswordOnLoad() = false endif else - kontext "Active" if ( Active.exists( 1 ) ) then - - cMsg = Active.getText() - cMsg = hRemoveLIneBreaks( cMsg ) - qaerrorlog( CFN & "Unexpected messagebox: " & cMsg ) - brc = false - + warnlog( CFN & "Unexpected messagebox: " & Active.getText() ) + hSecurityEnterPasswordOnLoad() = false endif - endif '///
      else - - qaerrorlog( CFN & "Password dialog is missing" ) - brc = false - + warnlog( CFN & "Password dialog is missing" ) + hSecurityEnterPasswordOnLoad() = false endif '///
    printlog( CFN & "Exit with result:" & brc ) - hSecurityEnterPasswordOnLoad() = brc - + end function -- cgit From 1351f78ce343cf5951ddd859c69ccb73b574a906 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 14:59:57 +0100 Subject: vitomation01: #i109696 - Compressed t_stringtools.inc --- .../tools/includes/optional/t_stringtools.inc | 60 +++++++++++----------- 1 file changed, 31 insertions(+), 29 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_stringtools.inc b/testautomation/global/tools/includes/optional/t_stringtools.inc index 0fc34d89ecf6..65290e23967d 100644 --- a/testautomation/global/tools/includes/optional/t_stringtools.inc +++ b/testautomation/global/tools/includes/optional/t_stringtools.inc @@ -101,35 +101,41 @@ function hCompareSubStrings( cRef as string, cSub as string ) as integer '///
      const CFN = "hCompareSubStrings::" + const RETVAL_INVALID_PARAMETER = -1 + const RETVAL_MATCH_NONE = 0 + const RETVAL_MATCH_EXACT = 1 + const RETVAL_MATCH_SUBSTRING = 2 '///+
    • Test function parameters
    • if ( ( cRef = "" ) or ( cSub = "" ) ) then warnlog( CFN & "invalid parameter(s): Empty string passed." ) - hCompareSubStrings() = -1 + hCompareSubStrings() = RETVAL_INVALID_PARAMETER exit function endif dim irc as integer '///+
    • Test if we have a substring
    • - if ( instr( cRef, cSub ) > 0 ) then - irc = 2 + if ( instr( cRef, cSub ) ) then + irc = RETVAL_MATCH_SUBSTRING else - irc = 0 + irc = RETVAL_MATCH_NONE endif '///+
    • Test if we have an exact match
    • - if ( irc = 2 ) then + if ( irc = RETVAL_MATCH_SUBSTRING ) then if ( ( cRef = cSub ) and ( len( cRef ) = len( cSub ) ) ) then - irc = 1 + irc = RETVAL_MATCH_EXACT endif endif - - select case irc - case 0 : printlog( CFN & "No matching substring found" ) - case 1 : printlog( CFN & "Strings are identical" ) - case 2 : printlog( CFN & "String is substring" ) - end select + + if ( GVERBOSE ) then + select case irc + case RETVAL_MATCH_NONE : printlog( CFN & "No matching substring found" ) + case RETVAL_MATCH_EXACT : printlog( CFN & "Strings are identical" ) + case RETVAL_MATCH_SUBSTRING : printlog( CFN & "String is substring" ) + end select + endif hCompareSubStrings() = irc '///
    @@ -162,8 +168,7 @@ function hGetDirTreeLevel( cFullPath as string ) as integer dim iCurrentChar as integer dim cCurrentChar as string - dim iSeparatorCount as integer - iSeparatorCount = 0 + dim iSeparatorCount as integer : iSeparatorCount = 0 '///+
  • Walk through the string
  • '///
      @@ -173,9 +178,7 @@ function hGetDirTreeLevel( cFullPath as string ) as integer cCurrentChar = mid( cFullPath , iCurrentChar , 1 ) '///+
    • If it is a separtator, increase the counter
    • - if ( cCurrentChar = gPathSigne ) then - iSeparatorCount = iSeparatorCount + 1 - endif + if ( cCurrentChar = gPathSigne ) then iSeparatorCount = iSeparatorCount + 1 next iCurrentChar '///
    @@ -232,7 +235,7 @@ function hGetStringFromStaticTextField( oControl as object ) as string dim cCopy as string dim cText as string - printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) '///Description: '///
      @@ -250,14 +253,14 @@ function hGetStringFromStaticTextField( oControl as object ) as string oControl.typeKeys( cCopy ) cText = getClipboardText() - printlog( CFN & "Exit with result: " & cText ) + if ( GVERBOSE ) then printlog( CFN & "Exit with result: " & cText ) else ctext = "" - qaerrorlog( CFN & "Exit: Control exists but is not visible" ) + warnlog( CFN & "Exit: Control exists but is not visible" ) endif else cText = "" - qaerrorlog( CFN & "Exit: Control does not exist in this context" ) + warnlog( CFN & "Exit: Control does not exist in this context" ) endif '///
    @@ -304,17 +307,16 @@ function hConvertStringToLong( cValue as string ) as long '/// const CFN = "hConvertStringToLong::" - printlog( CFN & "Enter with option: " & cValue ) - dim brc as boolean 'a multi purpose boolean returnvalue + const ONE_CHARACTER = 1 + + if ( GVERBOSE ) then printlog( CFN & "Enter with option: " & cValue ) - dim iLen as integer - iLen = len( cValue ) + dim iLen as integer : iLen = len( cValue ) dim iChar as integer dim cChar as string - dim cStringValue as string - cStringValue = "" + dim cStringValue as string : cStringValue = "" '///Description: '///
      @@ -323,7 +325,7 @@ function hConvertStringToLong( cValue as string ) as long for iChar = 1 to iLen '///+
    • Get the current character
    • - cChar = mid( cValue , iChar , 1 ) + cChar = mid( cValue , iChar , ONE_CHARACTER ) '///+
    • Copy valid characters to temporary string, drop invalid, exit on first space or other character
    • select case cChar @@ -344,7 +346,7 @@ function hConvertStringToLong( cValue as string ) as long next iChar '///
    - printlog( CFN & "Exit with value: " & cStringValue ) + if ( GVERBOSE ) then printlog( CFN & "Exit with value: " & cStringValue ) '///+
  • Convert string to long integer and return to calling function
  • hConvertStringToLong() = val( cStringValue ) -- cgit From 1732f9436be9fc6cb3e2f6986191e49c3f0ea02f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 15:57:47 +0100 Subject: vitomation01: #i109696 - Compressed t_macro_tools.inc and t_treelist_tools.inc --- .../tools/includes/optional/t_macro_tools.inc | 87 +++++++--------------- .../tools/includes/optional/t_treelist_tools.inc | 29 ++++---- 2 files changed, 44 insertions(+), 72 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_macro_tools.inc b/testautomation/global/tools/includes/optional/t_macro_tools.inc index 825a1f98bef2..007ec4b1df64 100644 --- a/testautomation/global/tools/includes/optional/t_macro_tools.inc +++ b/testautomation/global/tools/includes/optional/t_macro_tools.inc @@ -56,6 +56,7 @@ function hInsertMacroFromFile( cMacroId as string, optional cSource as string ) '///
      const CFN = "hInsertMacroFromFile::" + const RETVAL_FAILURE = 0 '///+
    • Find the path to the source file
    • dim cFile as string @@ -66,8 +67,7 @@ function hInsertMacroFromFile( cMacroId as string, optional cSource as string ) endif '///+
    • Determine the required array size
    • - dim iArraySize as integer - iArraySize = hListFileGetSize( cFile ) + dim iArraySize as integer : iArraySize = hListFileGetSize( cFile ) dim aInstructionList( iArraySize ) as string @@ -82,10 +82,8 @@ function hInsertMacroFromFile( cMacroId as string, optional cSource as string ) cMacroId, "", "" ) '///+
    • Delete all content from the BASIC IDE edit window
    • - brc = hDeleteMacro() - '///+
    • Insert the code into the IDE line by line
    • - if ( brc ) then + if ( hDeleteMacro() ) then for iCurrentInstruction = 1 to iInstructionCount @@ -100,7 +98,7 @@ function hInsertMacroFromFile( cMacroId as string, optional cSource as string ) else printlog( CFN & "IDE is not empty, will not insert macro" ) - hInsertMacroFromFile() = 0 + hInsertMacroFromFile() = RETVAL_FAILURE endif '///
    @@ -111,66 +109,37 @@ end function function hMacroOrganizerRunMacro( cMacroName as string ) as integer - '///

    Execute a macro by name

    - '///Starting point: Any document
    - '///+The function runs silent
    - '///Input: - '///
      - '///+
    1. Name of the macro to be run (string)
    2. - '///
        - '///+
      • Any macro that can run by itself (main)
      • - '///
      - '///
    - '///Returns: - '///
      - '///+
    1. Position of the macro in the treelist (integer)
    2. - '///
        - '///+
      • 0 = error
      • - '///+
      • 1-n = position of macro
      • - '///
      - '///
    - '///Description: - '///
      - - dim irc as integer + ' Run a macro by name. Returnvalues as follows: + ' = 0: any error + ' > 0: position of macro in the list, success. + const CFN = "hMacroOrganizerRunMacro::" + const RETVAL_FAILURE = 0 - '///+
    • Go to Tools/Macros/Organize Macros/OpenOffice.org Basic
    • - printlog( CFN & "Enter with option: " & cMacroName ) - ToolsMacro_uno - - '///+
    • Find the Macro
    • - kontext "Makro" - hExpandAllNodes( MakroAus ) - irc = hSelectNodeByName( MakroAus , cMacroName ) - hExpandNode( MakroAus, irc ) - hSelectNextNode( MakroAus ) + dim iMacroPosition as integer + + ToolsMacro_uno - if ( MakroAus.getSelText() = cMacroName ) then - printlog( CFN & "Matching object found: " & cMacroName ) - else - irc = 0 - endif - - - '///+
    • Run the macro
    • kontext "Makro" - if ( Ausfuehren.exists( 1 ) ) then - if ( Ausfuehren.isEnabled( 1 ) ) then - Ausfuehren.click() + if ( Makro.exists( 2 ) ) then + hExpandAllNodes( MakroAus ) + iMacroPosition = hSelectNodeByName( MakroAus, cMacroName ) + if ( iMacroPosition ) then + if ( hClickButton( Ausfuehren ) ) then + hMacroOrganizerRunMacro() = iMacroPosition + else + ' run macro button not enabled + warnlog( CFN & "Unable to click button" ) + hMacroOrganizerRunMacro() = RETVAL_FAILURE + endif else - printlog( CFN & "Could not execute macro, button is disabled" ) - Makro.close() - irc = 0 + warnlog( CFN & "Macro was not found" ) + hMacroOrganizerRunMacro() = RETVAL_FAILURE endif else - printlog( CFN & "Control does not exist/context failed" ) - Makro.close() - irc = 0 + warnlog( CFN & "Failed to open Macro Organizer" ) + hMacroOrganizerRunMacro() = RETVAL_FAILURE endif - - hMacroOrganizerRunMacro() = irc - printlog( CFN & "Exit with result: " & irc ) - '///
    + end function diff --git a/testautomation/global/tools/includes/optional/t_treelist_tools.inc b/testautomation/global/tools/includes/optional/t_treelist_tools.inc index 683c8ebbaff9..a983510352e4 100644 --- a/testautomation/global/tools/includes/optional/t_treelist_tools.inc +++ b/testautomation/global/tools/includes/optional/t_treelist_tools.inc @@ -54,6 +54,7 @@ function hGetNodeCount( oControl as object ) as integer const CFN = "hGetNodeCount::" + const RETVAL_FAILURE = 0 dim iCount as integer '///+
  • Verify that the control exists
  • @@ -68,7 +69,7 @@ function hGetNodeCount( oControl as object ) as integer iCount = oControl.getItemCount() else printlog( CFN & "Failure: Control claims to be disabled." ) - iCount = 0 + iCount = RETVAL_FAILURE endif else try @@ -76,7 +77,7 @@ function hGetNodeCount( oControl as object ) as integer iCount = oControl.getItemCount() catch printlog( CFN & "Failure: Control not available." ) - iCount = 0 + iCount = RETVAL_FAILURE endcatch endif @@ -272,7 +273,7 @@ function hGetVisibleNodeNames( oControl as object , lsList() as string ) as inte dim iNodeCount as integer dim iThisNode as integer - printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) iNodeCount = hGetNodeCount( oControl ) @@ -288,7 +289,7 @@ function hGetVisibleNodeNames( oControl as object , lsList() as string ) as inte endif hGetVisibleNodeNames() = listcount( lsList() ) - printlog( CFN & "Exit" ) + if ( GVERBOSE ) then printlog( CFN & "Exit" ) end function @@ -317,6 +318,7 @@ function hSelectNodeByName( oControl as object , _name as string ) as integer '/// const CFN = "hSelectNodeByName::" + const RETVAL_FAILURE = 0 dim iThisNode as integer dim iCurrentNode as integer @@ -324,9 +326,9 @@ function hSelectNodeByName( oControl as object , _name as string ) as integer dim cNodeName as string - printlog( CFN & "Enter with option (NodeName): " & _name ) + if ( GVERBOSE ) then printlog( CFN & "Enter with option (NodeName): " & _name ) - iThisNode = 0 + iThisNode = RETVAL_FAILURE ' First we try to jump to the node directly, if this fails we use the ' slower but safer method (expand all nodes and step through) @@ -349,10 +351,10 @@ function hSelectNodeByName( oControl as object , _name as string ) as integer next iCurrentNode endcatch - if ( iThisNode = 0 ) then + if ( iThisNode = RETVAL_FAILURE ) then printlog( CFN & "Exit: Node not found." ) else - printlog( CFN & "Exit: Node selected at pos: " & iThisNode ) + if ( GVERBOSE ) then printlog( CFN & "Exit: Node selected at pos: " & iThisNode ) endif hSelectNodeByName() = iThisNode @@ -373,7 +375,7 @@ function hSelectTheLastNode( oControl as object ) as integer const CFN = "hSelectTheLastNode::" dim iCurrentNodeCount as integer - printlog( CFN & "Enter with option (control): " & oControl.name() ) + if ( GVERBOSE ) then printlog( CFN & "Enter with option (control): " & oControl.name() ) iCurrentNodeCount = -1 @@ -389,7 +391,7 @@ function hSelectTheLastNode( oControl as object ) as integer loop - printlog( CFN & "Exit with result: " & iCurrentNodeCount ) + if ( GVERBOSE ) then printlog( CFN & "Exit with result: " & iCurrentNodeCount ) hSelectTheLastNode() = iCurrentNodeCount end function @@ -419,8 +421,9 @@ function hGetListItems( oControl as object, aList() as string ) as integer '/// const CFN = "hGetListItems::" + const RETVAL_FAILURE = 0 - printlog( CFN & "Enter with option (control): " & oControl.name() ) + if ( GVERBOSE ) then printlog( CFN & "Enter with option (control): " & oControl.name() ) dim iItemCount as integer dim iCurrentItem as integer @@ -429,7 +432,7 @@ function hGetListItems( oControl as object, aList() as string ) as integer iItemCount = oControl.getItemCount() if ( iItemCount > ubound( aList() ) ) then printlog( CFN & "Array too small, needed: " & iItemCount ) - hGetListItems() = 0 + hGetListItems() = RETVAL_FAILURE exit function endif @@ -441,7 +444,7 @@ function hGetListItems( oControl as object, aList() as string ) as integer next iCurrentItem - printlog( CFN & "Exit with number of items: " & iItemCount ) + if ( GVERBOSE ) then printlog( CFN & "Exit with number of items: " & iItemCount ) hGetListItems() = iItemCount end function -- cgit From 302048c4c9b5f59872cc4404642fcbbe1f6defa2 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 17 Mar 2010 16:12:26 +0100 Subject: vitomation01: #i109696 - Compressed t_macro_tools.inc and t_treelist_tools.inc --- testautomation/global/tools/includes/optional/t_macro_tools.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_macro_tools.inc b/testautomation/global/tools/includes/optional/t_macro_tools.inc index 007ec4b1df64..8126e3257c5c 100644 --- a/testautomation/global/tools/includes/optional/t_macro_tools.inc +++ b/testautomation/global/tools/includes/optional/t_macro_tools.inc @@ -125,6 +125,7 @@ function hMacroOrganizerRunMacro( cMacroName as string ) as integer hExpandAllNodes( MakroAus ) iMacroPosition = hSelectNodeByName( MakroAus, cMacroName ) if ( iMacroPosition ) then + iMacroPosition = hSelectNextNode( MakroAus ) if ( hClickButton( Ausfuehren ) ) then hMacroOrganizerRunMacro() = iMacroPosition else -- cgit From 1598fdb7a8c8fc11fde92ebff4832388a876e2bc Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 08:31:20 +0100 Subject: vitomation01: #i109562 - Removed all_interfaces.txt, it has become too inaccurate --- .../framework/tools/includes/all_interfaces.txt | 125 --------------------- 1 file changed, 125 deletions(-) delete mode 100755 testautomation/framework/tools/includes/all_interfaces.txt (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/all_interfaces.txt b/testautomation/framework/tools/includes/all_interfaces.txt deleted file mode 100755 index e81f5b7834fa..000000000000 --- a/testautomation/framework/tools/includes/all_interfaces.txt +++ /dev/null @@ -1,125 +0,0 @@ -function hGetFileLocationAPI() as string -function hGetDocTypeAPI() as string -function listdebug( lsList() as string , cComment as string ) as integer -function initlistdebug( cComment as string ) as integer -function listmoveitem( source() as string, target() as string, itemid as integer ) as integer -function listconvertpath( lsList() as string ) as integer -function listInsertSection( lsList() as string, cSection as string ) as integer -function CheckAsianLanguageSupport( sSupport as String ) as String -function fStartupNavigator(navigatorItem as String , subItemNum as Integer) -function fCloseNavigator -function fGetCountryName( CountryID as Integer ) as String -function hToolsCustomizeOpen() as boolean -function hToolsCustomizeSelectTab( cTab as string ) as boolean -function hToolsCustomizeClose( iMode as integer ) as boolean -function hToolsCustomizeAddNewMenu( cName as string, bMode as boolean ) as boolean -function hDeselectSeparator() as integer -function hClickCommandButton( iItemToClick as integer ) as boolean -function hFileOpenMultiSelect( iArray() as integer ) as integer -function hSaveLoadDelSuccess( cFile as string ) as integer -function hLoadFileExpectSuccess( fpath as string ) as boolean -function hLoadFileExpectFailure( fpath as string ) as boolean -function hSaveFileExpectSuccess( fpath as string , bReplace as boolean ) as boolean -function hSaveFileExpectFailure( fpath as string , errortype as integer ) as boolean -function hCreateDirectoryExpectSuccess( dirname as string ) as boolean -function hDeleteFileViaFileOpen( cFile as String ) as boolean -function hGetFileCountViaFileOpen() as integer -function hNameGen_append( iDecChar as long ) as string -function hNameGen_lead( iDecChar as long ) as string -function hGetRelPath( cStartDir, cFileName as String ) as string -function hFindFileObjectViaFileOpen( cName as string ) as integer -function hGetControlParams( cParam as string ) as integer -function hGetControlName( iControl as integer ) as string -function hInsertControl( iControl as integer ) as string -function hDrawControlOnDialog( iControl as integer ) as string -function hDrawControl( xPos as integer, yPos as integer, xEnd as integer, yEnd as integer ) as boolean -function hGetControlPosXO( iControl as integer ) as integer -function hGetControlPosYO( iControl as integer ) as integer -function hGetControlPosXE( iControl as integer ) as integer -function hGetControlPosYE( iControl as integer ) as integer -function hGetControlPosXM( iControl as integer ) as integer -function hGetControlPosYM( iControl as integer ) as integer -function hSelectControl( iControl as integer ) as boolean -function hOpenHelp() as boolean -function hCloseHelp() as boolean -function hSelectHelpTab( cTab as string ) as boolean -function hUseBookmarksContextMenu( cAction as string ) as boolean -function hHelpGetAboutItemCount() as integer -function hHelpGetSearchIndexItemCount() as integer -function hGetHelpContentHeader( iLength as integer ) as string -function hGetI18nData( cSection as string, cLanguage as string ) as string -function hGetTwoDigitLangCode( iLanguage as integer ) as string -function hTestLocale() as boolean -function hInitSingleDoc() as boolean -function hInitBackingMode() as boolean -function hInitWriteDocIdentifier( cString as string ) as boolean -function hBatchLoadJavaFiles( aFileList() , cIdent as string ) -function hFindCopyRemoveJavaLogs( cSourcePath as string ) as boolean -sub GetPathList ( ls1 () as String, ls2 () as String, ls3 () as String ) -sub CreatePathList -function URLGraphicCheck ( bRelativ as Boolean, sFile as String ) -sub DialogTestForViewOptions -sub DialogTextForViewOptions_move -sub MouseTestForViewOptions -sub Make3D -sub hResetAutosave() -sub DeleteColor( cColorName as String ) -sub modifyColorRGB_PGUP( iColor as Integer ) -sub createNewColor( aColor() as String ) -sub getColorRGB( aColor() as String ) -sub compareTwoColorsRGB( aColor() as String ) -sub ModifyColorRGB( aColor() as String ) -function hOpenPropertyBrowser() as boolean -function hClosePropertyBrowser() as boolean -function hPBSetControlName( cControl as string ) as boolean -function hPBGetControlName( cControl as string ) as boolean -function hCheckPropertyPresence ( cSetting as string , iPos as integer ) as boolean -function hSetPBTabPage( iPage as integer ) as boolean -function hSetLabelName( sLabelName as string ) as boolean -function hWaitForObject( oControl as object, iTime as integer ) as integer -function hGetPrivateHttpServer( _proxy as string, _port as string ) as boolean -function hGetPrivateFtpServer( _proxy as string, _port as string ) as boolean -function hGetPrivateSocksServer( _proxy as string, _port as string ) as boolean -function hGetPrivateInputPath( bVerbose as boolean ) as string -function hGetPrivateInputFile( bVerbose as boolean ) as string -function hCreateScriptingObject( cName as string ) as boolean -function hRenameScriptingObject( cName as string ) as boolean -function hDeleteScript( cName as string , bSuccess as boolean ) as boolean -function hOpenScriptOrganizer( iDialog as integer ) as boolean -function hCloseScriptOrganizer() as boolean -function hOpenRunMacroDialog() as boolean -function hSelectXMLSecTab( cTab as string ) as boolean -function hGetPrinterPosition( cName as string, bWarn as boolean ) as integer -function hDelPrinter( cPrinterName as string ) as integer -function hGetSpadminPath() as string -function hShutdownOffice() as integer -function hOpenSpadmin() as boolean -function hWaitForSpAdmin() as boolean -function hCreateFaxDevice( cName as string ) as boolean -function hDocumentInfoSelectTab( cTabPage as string ) as boolean -function hFindTemplate( sTemplateName as string ) as integer -function hGetRefFilePath( cCategory as string, location as string) as string -function hSelectCategory( cCategory as string ) as boolean -function hSelectFileFolder( iFolder as integer , bVerbose as boolean ) as integer -function hGetFileFolderName( iFolder as integer ) as string -function hSelectDocumentObject( iTitle as integer , iMode as integer ) as string -function hIsTemplateDialogClosed() as boolean -function hIsObjectAFolder( iObjects as integer ) as boolean -function hDeleteUserTemplates() as integer -function hAccessStandardBar() as boolean -function hResetStandardBar() as boolean -function hStandardbarItemGetCount() as integer -function hToggleToolbarItem( iMenuPos as integer ) -function hStandardbarLoadUrl() as boolean -function hStandardbarNewDialog() -function hStandardbarSaveAs() -function hSetProxies( HTTP_Server as string, HTTP_Port as string, FTP_Server as string, FTP_Port as string, NoProxyFor as string ) as integer -function hMaximizeDocument() as boolean -function hOpenWizardWithMenu( cType as string ) as integer -function hFinishWizard( iMode as integer ) as boolean -function hGetWizardParams( cType as string, cParam as string ) as integer -function hWaitForWizard() as integer -function hSetTemplateSavePath( cFile as string ) as integer -function hHandleSaveError() as integer -function hClickNextButton() as boolean - -- cgit From 5b185459a4eb4c76c8b517dc368adbe198087402 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 08:35:59 +0100 Subject: vitomation01: #i109562 - Removed tabpages.inc, moved function hDocumentInfoSelectTab() to the only include file that uses it. --- .../includes/filedlg_document_properties.inc | 66 +++++++++++++++ .../framework/tools/includes/tabpages.inc | 95 ---------------------- 2 files changed, 66 insertions(+), 95 deletions(-) delete mode 100755 testautomation/framework/tools/includes/tabpages.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/filedlg_document_properties.inc b/testautomation/framework/optional/includes/filedlg_document_properties.inc index 089a1d131338..0fd8a0a79f55 100755 --- a/testautomation/framework/optional/includes/filedlg_document_properties.inc +++ b/testautomation/framework/optional/includes/filedlg_document_properties.inc @@ -104,3 +104,69 @@ testcase tFiledlgDocumentProperties() endcase +'******************************************************************************* + +function hDocumentInfoSelectTab( cTabPage as string ) as boolean + + + '///

    Switch between the tabpages in the document info dialog

    + '///The declaration of the document info dialog is not complete which + '///+ enforces special treatment

    + + '///Parameter(s):
    + '///
      + + '///+
    1. The name of the tabpage to be activated (String)
    2. + '///
        + '///+
      • "General"
      • + '///+
      • "Description"
      • + '///+
      • "User"
      • + '///+
      • "Internet"
      • + '///+
      • "Statistics"
      • + '///+
      • The string is case insensitive
      • + + '///
      + + '///
    + + + '///Returns:
    + '///
      + '///+
    1. Errorcondition (Boolean)
    2. + '///
        + '///+
      • TRUE if tabpage is known and switching worked
      • + '///+
      • FALSE on icorrect input parameter
      • + '///+
      • FALSE on any other error
      • + '///
      + '///
    + + const CFN = "hDocumentInfoSelectTab::" + printlog( CFN & "Enter with option (tabpage): " & cTabPage ) + dim brc as boolean 'a multi purpose boolean returnvalue + brc = true + + '///Description: + '///
      + '///+
    • Kontext to the dialog
    • + Kontext + + '///+
    • Select the page to switch to, context to the new page
    • + select case ( ucase( cTabPage ) ) + case "GENERAL" : active.setPage TabDokument : kontext "TabDokument" + case "DESCRIPTION" : active.setPage TabBeschreibung : kontext "TabBeschreibung" + case "USER" : warnlog( "#i95523# - Cannot access controls on Custom page" ) + brc = false + 'active.setPage TabBenutzer : kontext "TabBenutzer" + case "INTERNET" : active.setPage TabInternet : kontext "TabInternet" + case "STATISTICS" : active.setPage TabStatistik : kontext "TabStatistik" + case default : brc = false + end select + + '///
    + + printlog( CFN & "Exit with result: " & brc ) + hDocumentInfoSelectTab() = brc + +end function + + diff --git a/testautomation/framework/tools/includes/tabpages.inc b/testautomation/framework/tools/includes/tabpages.inc deleted file mode 100755 index f22b8bd5a206..000000000000 --- a/testautomation/framework/tools/includes/tabpages.inc +++ /dev/null @@ -1,95 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Tools to access special tabpages -'* -'\****************************************************************************** - -function hDocumentInfoSelectTab( cTabPage as string ) as boolean - - - '///

    Switch between the tabpages in the document info dialog

    - '///The declaration of the document info dialog is not complete which - '///+ enforces special treatment

    - - '///Parameter(s):
    - '///
      - - '///+
    1. The name of the tabpage to be activated (String)
    2. - '///
        - '///+
      • "General"
      • - '///+
      • "Description"
      • - '///+
      • "User"
      • - '///+
      • "Internet"
      • - '///+
      • "Statistics"
      • - '///+
      • The string is case insensitive
      • - - '///
      - - '///
    - - - '///Returns:
    - '///
      - '///+
    1. Errorcondition (Boolean)
    2. - '///
        - '///+
      • TRUE if tabpage is known and switching worked
      • - '///+
      • FALSE on icorrect input parameter
      • - '///+
      • FALSE on any other error
      • - '///
      - '///
    - - const CFN = "hDocumentInfoSelectTab::" - printlog( CFN & "Enter with option (tabpage): " & cTabPage ) - dim brc as boolean 'a multi purpose boolean returnvalue - brc = true - - '///Description: - '///
      - '///+
    • Kontext to the dialog
    • - Kontext - - '///+
    • Select the page to switch to, context to the new page
    • - select case ( ucase( cTabPage ) ) - case "GENERAL" : active.setPage TabDokument : kontext "TabDokument" - case "DESCRIPTION" : active.setPage TabBeschreibung : kontext "TabBeschreibung" - case "USER" : warnlog( "#i95523# - Cannot access controls on Custom page" ) - brc = false - 'active.setPage TabBenutzer : kontext "TabBenutzer" - case "INTERNET" : active.setPage TabInternet : kontext "TabInternet" - case "STATISTICS" : active.setPage TabStatistik : kontext "TabStatistik" - case default : brc = false - end select - - '///
    - - printlog( CFN & "Exit with result: " & brc ) - hDocumentInfoSelectTab() = brc - -end function -- cgit From 3ab6ec6d38dd373499c8dc23310ca32a4d5a2ba8 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 09:06:46 +0100 Subject: vitomation01: #i109562 - Simplified formcontrols.inc - there was little to do because these functions are pretty fancy already. --- .../framework/tools/includes/formcontrols.inc | 178 ++++++++++----------- 1 file changed, 84 insertions(+), 94 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index 49c8dbaff943..f0f2c2a63b76 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -31,7 +31,9 @@ ' ** '\****************************************************************************** -public const ICONTROLCOUNT = 22 +private const ICONTROLCOUNT = 22 + +'******************************************************************************* function hGetControlParams( cParam as string ) as integer @@ -72,7 +74,7 @@ function hGetControlParams( cParam as string ) as integer '///+
  • Currently following values are defined:
  • '///
      - select case cParam + select case ( cParam ) '///+
    • XOREGO = 31
    • case "XOREGO" : hGetControlParams() = 31 '///+
    • XDIST = 8
    • @@ -123,62 +125,57 @@ function hGetControlName( iControl as integer ) as string '///Description: '///
        - - dim sControl as string - '///+
      • Currently following control are defined:
      • '///
          select case iControl '///+
        1. Push Button
        2. - case 1 : sControl = "Push Button" + case 1 : hGetControlName() = "Push Button" '///+
        3. Image Control
        4. - case 2 : sControl = "Image Control" + case 2 : hGetControlName() = "Image Control" '///+
        5. Check Box
        6. - case 3 : sControl = "Check Box" + case 3 : hGetControlName() = "Check Box" '///+
        7. Radio Button
        8. - case 4 : sControl = "Radio Button" + case 4 : hGetControlName() = "Radio Button" '///+
        9. Fixed Text
        10. - case 5 : sControl = "Fixed Text" + case 5 : hGetControlName() = "Fixed Text" '///+
        11. Edit Field
        12. - case 6 : sControl = "Edit Field" + case 6 : hGetControlName() = "Edit Field" '///+
        13. List Box
        14. - case 7 : sControl = "List Box" + case 7 : hGetControlName() = "List Box" '///+
        15. Combo Box
        16. - case 8 : sControl = "Combo Box" + case 8 : hGetControlName() = "Combo Box" '///+
        17. Vertical ScrollBar
        18. - case 9 : sControl = "Vertical ScrollBar" + case 9 : hGetControlName() = "Vertical ScrollBar" '///+
        19. Horizontal ScrollBar
        20. - case 10 : sControl = "Horizontal ScrollBar" + case 10 : hGetControlName() = "Horizontal ScrollBar" '///+
        21. Frame
        22. - case 11 : sControl = "Frame" + case 11 : hGetControlName() = "Frame" '///+
        23. Progress Bar
        24. - case 12 : sControl = "Progress Bar" + case 12 : hGetControlName() = "Progress Bar" '///+
        25. Vertical Fixed Line
        26. - case 13 : sControl = "Vertical Fixed Line" + case 13 : hGetControlName() = "Vertical Fixed Line" '///+
        27. Horizontal Fixed Line
        28. - case 14 : sControl = "Horizontal Fixed Line" + case 14 : hGetControlName() = "Horizontal Fixed Line" '///+
        29. Date Field
        30. - case 15 : sControl = "Date Field" + case 15 : hGetControlName() = "Date Field" '///+
        31. Time Field
        32. - case 16 : sControl = "Time Field" + case 16 : hGetControlName() = "Time Field" '///+
        33. Numeric Field
        34. - case 17 : sControl = "Numeric Field" + case 17 : hGetControlName() = "Numeric Field" '///+
        35. Currency Field
        36. - case 18 : sControl = "Currency Field" + case 18 : hGetControlName() = "Currency Field" '///+
        37. Form Field
        38. - case 19 : sControl = "Form Field" + case 19 : hGetControlName() = "Form Field" '///+
        39. Pattern Field
        40. - case 20 : sControl = "Pattern Field" + case 20 : hGetControlName() = "Pattern Field" '///+
        41. File Control
        42. - case 21 : sControl = "File Control" + case 21 : hGetControlName() = "File Control" '///+
        43. Tree Control
        44. - case 22 : sControl = "Tree Control" + case 22 : hGetControlName() = "Tree Control" '///
        '///+
      • "" for function parameter < 1 or > 22
      • case else : sControl = "" end select - - hGetControlName() = sControl '///
      end function @@ -459,18 +456,15 @@ function hGetControlPosXO( iControl as integer ) as integer '///+
    • 13 ... 18 : Column three
    • '///+
    • > 18 : Column four
    • '///
    - '/// - - if ( iControl <= 6 ) then - hGetControlPosXO() = xOffset - elseif( ( iControl >= 7 ) and ( iControl <= 12 ) ) then - hGetControlPosXO() = xOffset + 1 * xDistance - elseif( ( iControl >= 13 ) and ( iControl <= 18 ) ) then - hGetControlPosXO() = xOffset + 2 * xDistance - else - hGetControlPosXO() = xOffset + 3 * xDistance - endif - + '/// + + select case ( iControl ) + case 1, 2, 3, 4, 5, 6 : hGetControlPosXO() = xOffset + case 7, 8, 9, 10, 11, 12 : hGetControlPosXO() = xOffset + 1 * xDistance + case 13, 14, 15, 16, 17, 18 : hGetControlPosXO() = xOffset + 2 * xDistance + case 19, 20, 21, 22, 23, 24 : hGetControlPosXO() = xOffset + 3 * xDistance + end select + end function '******************************************************************************* @@ -515,12 +509,12 @@ function hGetControlPosYO( iControl as integer ) as integer '/// select case iControl - case 1 , 7 , 13 , 19 : hGetControlPosYO() = yOffset - case 2 , 8 , 14 , 20 : hGetControlPosYO() = yOffset + 1 * yDistance - case 3 , 9 , 15 , 21 : hGetControlPosYO() = yOffset + 2 * yDistance - case 4 , 10 , 16 , 22 : hGetControlPosYO() = yOffset + 3 * yDistance - case 5 , 11 , 17 : hGetControlPosYO() = yOffset + 4 * yDistance - case 6 , 12 , 18 : hGetControlPosYO() = yOffset + 5 * yDistance + case 1, 7, 13, 19 : hGetControlPosYO() = yOffset + case 2, 8, 14, 20 : hGetControlPosYO() = yOffset + 1 * yDistance + case 3, 9, 15, 21 : hGetControlPosYO() = yOffset + 2 * yDistance + case 4, 10, 16, 22 : hGetControlPosYO() = yOffset + 3 * yDistance + case 5, 11, 17, 23 : hGetControlPosYO() = yOffset + 4 * yDistance + case 6, 12, 18, 24 : hGetControlPosYO() = yOffset + 5 * yDistance end select end function @@ -701,16 +695,16 @@ function hSelectControl( iControl as integer ) as boolean dim xPos as integer dim yPos as integer - dim iTry as integer ' we try five times to grab the control - dim iTab as integer + dim iCurrentSelectionMethod as integer - hSelectControl() = false + const SELECT_MIDDLE = 1 + const SELECT_UPPER_LEFT = 2 + const SELECT_LOWER_RIGHT = 3 + const SELECT_FRAME_AROUND = 4 + const EXTRA_FRAME_SIZE = 2 + const SELECTION_METHODS = 4 - '///+
  • Check function parameter, this is a top level function
  • - if ( ( iControl < 1 ) or ( iControl > ICONTROLCOUNT ) ) then - warnlog( "Incorrect index passed to function" ) - exit function - endif + hSelectControl() = false '///+
  • Verify that the ToolsCollectionBar is visible. if not: Abort
  • kontext "ToolsCollectionBar" @@ -737,10 +731,6 @@ function hSelectControl( iControl as integer ) as boolean ' Method 4 is dangerous because it might accidentially select the ' background window which is the reason why this is not the default. - ' New: Method 5 is troublesome as well because #i79126 does not enable the - ' OpenProperties-button on the Macro Controls Float. Currently it is just used - ' to see what happens if we hack alog using keystrokes. Experimental. - '///+
  • Try four different ways of selecting the control before giving up
  • '///
      '///+
    1. Mouse-Click in the middle
    2. @@ -749,66 +739,66 @@ function hSelectControl( iControl as integer ) as boolean '///+
    3. Rubberband around the control (Mouse movement)
    4. '///+
    5. Deselct everything and use to activate the control
    6. '///
    - for iTry = 1 to 5 + for iCurrentSelectionMethod = 1 to SELECTION_METHODS Kontext "BasicIDE" - select case iTry - case 1 + select case ( iCurrentSelectionMethod ) + case SELECT_MIDDLE + xPos = hGetControlPosXM( iControl ) yPos = hGetControlPosYM( iControl ) DialogWindow.MouseMove( xPos, yPos ) DialogWindow.MouseDown( xPos, yPos ) - DialogWindow.MouseUp ( xPos, yPos ) - case 2 + DialogWindow.MouseUp ( xPos, yPos ) + + case SELECT_UPPER_LEFT + xPos = hGetControlPosXO( iControl ) yPos = hGetControlPosYO( iControl ) DialogWindow.MouseMove( xPos, yPos ) DialogWindow.MouseDown( xPos, yPos ) - DialogWindow.MouseUp ( xPos, yPos ) - case 3 + DialogWindow.MouseUp ( xPos, yPos ) + + case SELECT_LOWER_RIGHT + xPos = hGetControlPosXE( iControl ) yPos = hGetControlPosYE( iControl ) DialogWindow.MouseMove( xPos, yPos ) DialogWindow.MouseDown( xPos, yPos ) - DialogWindow.MouseUp ( xPos, yPos ) - case 4 - xPos = hGetControlPosXO( iControl ) - 2 - yPos = hGetControlPosYO( iControl ) - 2 + DialogWindow.MouseUp ( xPos, yPos ) + + case SELECT_FRAME_AROUND + + xPos = hGetControlPosXO( iControl ) - EXTRA_FRAME_SIZE + yPos = hGetControlPosYO( iControl ) - EXTRA_FRAME_SIZE DialogWindow.MouseMove( xPos, yPos ) DialogWindow.MouseDown( xPos, yPos ) DialogWindow.MouseUp ( xPos, yPos ) - xPos = hGetControlPosXE( iControl ) + 2 - yPos = hGetControlPosYE( iControl ) + 2 + xPos = hGetControlPosXE( iControl ) + EXTRA_FRAME_SIZE + yPos = hGetControlPosYE( iControl ) + EXTRA_FRAME_SIZE DialogWindow.MouseMove( xPos, yPos ) - DialogWindow.MouseUp ( xPos, yPos ) - case 5 - qaerrorlog( "#i79126# - OpenProperties disabled when selecting control via tab" ) - 'xPos = 80 - 'yPos = 20 - 'DialogWindow.MouseDown( xPos, yPos ) - 'DialogWindow.MouseUp ( xPos, yPos ) - 'for iTab = 1 to iControl + 1 - ' DialogWindow.typeKeys( "" ) - 'next iTab + DialogWindow.MouseUp ( xPos, yPos ) + end select - + hUseAsyncSlot( "ContextProperties" ) + '///+
  • Check that the ToolsCollectionBar is open
  • - kontext "ToolsCollectionBar" - if ( ToolsCollectionBar.exists() ) then - wait( 300 ) - if ( OpenProperties.isEnabled() ) then - hSelectControl() = true - exit for - else - wait( 500 ) - endif - endif + 'kontext "ToolsCollectionBar" + 'if ( ToolsCollectionBar.exists() ) then + ' wait( 300 ) + ' if ( OpenProperties.isEnabled() ) then + ' hSelectControl() = true + ' exit for + ' else + ' wait( 500 ) + ' endif + 'endif - next iTry + next iCurrentSelectionMethod '/// end function -- cgit From 085789aaf5cc00a197c99efbc95adde1bef96869 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 09:54:12 +0100 Subject: vitomation01: #i109562 - Simplified formcontrols.inc - exit for-next on first success. --- testautomation/framework/tools/includes/formcontrols.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index f0f2c2a63b76..11877273fcc2 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -783,8 +783,9 @@ function hSelectControl( iControl as integer ) as boolean end select - - hUseAsyncSlot( "ContextProperties" ) + ' We exit the loop as soon as the control is selected. Only then the slot + ' ContextProperties becomes available + if ( hUseAsyncSlot( "ContextProperties" ) <> -1 ) then exit for '///+
  • Check that the ToolsCollectionBar is open
  • 'kontext "ToolsCollectionBar" -- cgit From 886fb4fc936a0a49a7a20702b5f79d82c13853c2 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 09:55:19 +0100 Subject: vitomation01: #i109562 - Added ICONTROLCOUNT to basic_formcontrols.inc --- testautomation/framework/optional/includes/basic_formcontrols.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 01af07357d52..5c781c1c9812 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -31,6 +31,8 @@ '* '\****************************************************************************** +private const ICONTROLCOUNT = 22 + testcase tAllControlsOnDialog( cMajor as string ) printlog( "Insert all available controls into a BASIC dialog and verify that changed settings persist a save/load cycle" ) -- cgit From ba7b2f270ae986d6754166b9042f55aef1cf79a1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 10:27:03 +0100 Subject: vitomation01: #i109562 - Test: try to remove calls to hOpenPropertyBrowser() and hClosePropertyBrowser(), using hUseAsyncSlot() instead --- .../framework/optional/includes/basic_formcontrols.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 5c781c1c9812..735a39dc3aa3 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -98,9 +98,9 @@ testcase tAllControlsOnDialog( cMajor as string ) sCurrentControl = hDrawControlOnDialog( iCurrentControl ) listappend( lsControlNames() , sCurrentControl ) - hOpenPropertyBrowser() + hUseAsyncSlot( "ContextProperties" ) hPBSetControlName( sCurrentControl ) - hClosePropertyBrowser() + hUseAsyncSlot( "ContextProperties" ) next iCurrentControl @@ -168,10 +168,10 @@ testcase tAllControlsOnDialog( cMajor as string ) qaerrorlog( "Skipping frame control on Solaris" ) else hSelectControl( iCurrentControl ) - hOpenPropertyBrowser() + hUseAsyncSlot( "ContextProperties" ) sCurrentControl = lsControlNames( iCurrentControl ) hPBGetControlName( sCurrentControl ) - hClosePropertyBrowser() + hUseAsyncSlot( "ContextProperties" ) endif next iCurrentControl @@ -259,10 +259,10 @@ testcase tAllControlsOnDialog( cMajor as string ) qaerrorlog( "Skipping frame control on Solaris" ) else hSelectControl( iCurrentControl ) - hOpenPropertyBrowser() + hUseAsyncSlot( "ContextProperties" ) sCurrentControl = lsControlNames( iCurrentControl ) hPBGetControlName( sCurrentControl ) - hClosePropertyBrowser() + hUseAsyncSlot( "ContextProperties" ) endif next iCurrentControl -- cgit From e9d45027a29a275bff32e3375276057cfc27e969 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 10:52:14 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- .../optional/includes/basic_formcontrols.inc | 98 ++++++++++------------ 1 file changed, 44 insertions(+), 54 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 735a39dc3aa3..64b915a8b276 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -67,8 +67,7 @@ testcase tAllControlsOnDialog( cMajor as string ) cApplication = hNumericDoctype( iApplication ) printlog( "Build the filename" ) - sFile = hGetWorkPath() & "basic" & hGetSuffix( cMajor ) - sFile = ConvertPath( sFile ) + sFile = convertpath( hGetWorkPath() & "basic" & hGetSuffix( cMajor ) ) printlog( "Using file: " & sFile ) printlog( "Delete the file, if it exists" ) @@ -77,19 +76,14 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Open a second document" ) printlog( "" ) printlog( cApplication ) - brc = hCreateDocument() - if ( not brc ) then - warnlog( "Failed to create a new document, aborting" ) - goto endsub - endif + hCreateDocument() printlog( "Create a new module for the new document" ) printlog( "Create a new dialog in BasicIDE" ) printlog( "Open the macro controls float" ) - bOpen = hInitFormControls( CMODULE ) - if ( not bOpen ) then + if ( not hInitFormControls( CMODULE ) ) then printlog( "Aborting due to previous errors" ) - call hCloseDocument() + hDestroyDocument() goto endsub endif @@ -115,16 +109,17 @@ testcase tAllControlsOnDialog( cMajor as string ) ToolsMacro_uno kontext "Makro" - irc = hSelectNodeByName( MakroAus , CMODULE ) - if ( irc = 0 ) then + irc = + if ( hSelectNodeByName( MakroAus , CMODULE ) ) then + printlog( "The node was found. Good." ) + else qaerrorlog( "Searching node by name failed. Using fallback" ) hSelectTheLastnode( MakroAus ) - else - printlog( "The node was found. Good." ) endif - brc = hIsMacroEditButtonEnabled() - if ( not brc ) then + if ( hIsMacroEditButtonEnabled() ) then + printlog( "Edit Macro-Button is enabled. Good." ) + endif warnlog( "Edit-Button is not enabled, the test cannot continue" ) kontext "Makro" Makro.cancel() @@ -134,32 +129,30 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Click 'Edit' to edit the module" ) printlog( "Edit the module" ) - Bearbeiten.Click() - if ( WaitSlot <> WSFinished ) then - warnlog( "Slot not finished after 1 second" ) - endif + hClickButton( Bearbeiten ) kontext "BasicIDE" printlog( "Find the dialog we created before" ) ' try to find our dialog again by stepping through the tabbar - bOpen = hFindFirstDialog() - if ( not bOpen ) then + if ( hFindFirstDialog() ) then + printlog( "First dialog found. Good." ) + else warnlog( "Could access dialog, aborting test" ) hCloseBasicIde() - brc = hDestroyDocument() + hDestroyDocument() goto endsub endif printlog( "Open the macro controls float" ) ' if the dialog is open, open the macro controls toolbar as well, ' we need access to the "properties" button - bOpen = hShowMacroControls() - if ( not bOpen ) then - warnlog( "Could not open macro controls, aborting" ) - hCloseBasicIde() - brc = hDestroyDocument() - goto endsub - endif + 'bOpen = hShowMacroControls() + 'if ( not bOpen ) then + ' warnlog( "Could not open macro controls, aborting" ) + ' hCloseBasicIde() + ' brc = hDestroyDocument() + ' goto endsub + 'endif printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT @@ -205,52 +198,51 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog "Open tools/macro and select the last module for the current document" printlog( "open the basic-IDE of this document, open controls, activate 'Select-mode' and open the properties" ) ToolsMacro_uno + kontext "Makro" - irc = hSelectNodeByName( MakroAus , CMODULE ) - if ( irc = 0 ) then + if ( hSelectNodeByName( MakroAus , CMODULE ) ) then + printlog( "The node was found. Good." ) + else qaerrorlog( "Searching node by name failed. Using fallback" ) hSelectTheLastnode( MakroAus ) - else - printlog( "The node was found. Good." ) endif - brc = hIsMacroEditButtonEnabled() - if ( not brc ) then + if ( hIsMacroEditButtonEnabled() ) then + printlog( "Edit button is enabled. Good." ) + else warnlog( "Edit-Button is not enabled, the test cannot continue" ) kontext "Makro" Makro.cancel() - brc = hDestroyDocument() + hDestroyDocument() goto endsub endif printlog( "Click 'Edit' to edit the module" ) printlog( "Edit the module" ) - Bearbeiten.Click() - if ( WaitSlot <> WSFinished ) then - warnlog( "Slot not finished after 1 second" ) - endif + hClickButton( Bearbeiten ) kontext "BasicIDE" printlog( "Find the dialog we created before" ) ' try to find our dialog again by stepping through the tabbar - bOpen = hFindFirstDialog() - if ( not bOpen ) then + if ( hFindFirstDialog() ) then + printlog( "First dialog found. Good." ) + else warnlog( "Could access dialog, aborting test" ) hCloseBasicIde() - brc = hDestroyDocument() + hDestroyDocument() goto endsub endif printlog( "Open the macro controls float" ) ' if the dialog is open, open the macro controls toolbar as well, ' we need access to the "properties" button - bOpen = hShowMacroControls() - if ( not bOpen ) then - warnlog( "Could not open macro controls, aborting" ) - hCloseBasicIde() - brc = hDestroyDocument() - goto endsub - endif + 'bOpen = hShowMacroControls() + 'if ( not bOpen ) then + ' warnlog( "Could not open macro controls, aborting" ) + ' hCloseBasicIde() + ' hDestroyDocument() + ' goto endsub + 'endif printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT @@ -276,13 +268,11 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Cleanup: Close the document" ) printlog( "Close the document" ) - brc = hDestroyDocument() + hDestroyDocument() printlog( "Cleanup: Delete the file we created" ) hDeleteFile( sFile ) - printlog( "Repeat this for every application" ) - next iApplication endcase -- cgit From 5e2a510124abbc9b751f0101723eb6b5f8a0251e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 11:14:14 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- .../optional/includes/basic_formcontrols.inc | 111 ++++++++------------- 1 file changed, 40 insertions(+), 71 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 64b915a8b276..74c9d95bd8ce 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -37,8 +37,8 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Insert all available controls into a BASIC dialog and verify that changed settings persist a save/load cycle" ) - qaerrorlog( "#i105685# - Test disabled" ) - goto endsub + 'qaerrorlog( "#i105685# - Test disabled" ) + 'goto endsub dim iApplication as Integer ' numeric expression for gApplication dim cApplication as string ' Name of the current application @@ -59,14 +59,14 @@ testcase tAllControlsOnDialog( cMajor as string ) dim irc as integer const CMODULE = "tacod" ' abbreviation for tAllControlsOnDialog + const BUTTON_TIMEOUT = -1 printlog( "Perform the test for one application only: WRITER" ) for iApplication = 1 to 1 - printlog( "Set document type" ) cApplication = hNumericDoctype( iApplication ) + printlog( "Document type: " & cApplication ) - printlog( "Build the filename" ) sFile = convertpath( hGetWorkPath() & "basic" & hGetSuffix( cMajor ) ) printlog( "Using file: " & sFile ) @@ -74,13 +74,9 @@ testcase tAllControlsOnDialog( cMajor as string ) hDeleteFile( sFile ) printlog( "Open a second document" ) - printlog( "" ) - printlog( cApplication ) hCreateDocument() - printlog( "Create a new module for the new document" ) - printlog( "Create a new dialog in BasicIDE" ) - printlog( "Open the macro controls float" ) + printlog( "Create a new module for the new document, new Dialog, open macro controls" ) if ( not hInitFormControls( CMODULE ) ) then printlog( "Aborting due to previous errors" ) hDestroyDocument() @@ -93,23 +89,25 @@ testcase tAllControlsOnDialog( cMajor as string ) sCurrentControl = hDrawControlOnDialog( iCurrentControl ) listappend( lsControlNames() , sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) - hPBSetControlName( sCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists( 1 ) then + hPBSetControlName( sCurrentControl ) + hUseAsyncSlot( "ContextProperties" ) + else + warnlog( "Property browser not open" ) + endif next iCurrentControl - Kontext "BASICIDE" printlog( "close the BASIC-IDE" ) hCloseBasicIde() - printlog( "" ) printlog( "Test case 1: Verify that settings survive a close and reopen of the BASIC IDE" ) ToolsMacro_uno kontext "Makro" - irc = if ( hSelectNodeByName( MakroAus , CMODULE ) ) then printlog( "The node was found. Good." ) else @@ -117,19 +115,14 @@ testcase tAllControlsOnDialog( cMajor as string ) hSelectTheLastnode( MakroAus ) endif - if ( hIsMacroEditButtonEnabled() ) then - printlog( "Edit Macro-Button is enabled. Good." ) - endif + printlog( "Edit the module" ) + if ( hClickButton( Bearbeiten ) = BUTTON_TIMEOUT ) then warnlog( "Edit-Button is not enabled, the test cannot continue" ) kontext "Makro" - Makro.cancel() - brc = hDestroyDocument() + hCloseDialog( Makro, "cancel" ) + hDestroyDocument() goto endsub endif - - printlog( "Click 'Edit' to edit the module" ) - printlog( "Edit the module" ) - hClickButton( Bearbeiten ) kontext "BasicIDE" printlog( "Find the dialog we created before" ) @@ -143,28 +136,23 @@ testcase tAllControlsOnDialog( cMajor as string ) goto endsub endif - printlog( "Open the macro controls float" ) - ' if the dialog is open, open the macro controls toolbar as well, - ' we need access to the "properties" button - 'bOpen = hShowMacroControls() - 'if ( not bOpen ) then - ' warnlog( "Could not open macro controls, aborting" ) - ' hCloseBasicIde() - ' brc = hDestroyDocument() - ' goto endsub - 'endif - printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT - if ( instr( gtSysName, "Solaris" ) > 0 ) then + if ( instr( gtSysName, "Solaris" ) ) then qaerrorlog( "Skipping frame control on Solaris" ) else hSelectControl( iCurrentControl ) hUseAsyncSlot( "ContextProperties" ) - sCurrentControl = lsControlNames( iCurrentControl ) - hPBGetControlName( sCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists( 1 ) then + sCurrentControl = lsControlNames( iCurrentControl ) + hPBGetControlName( sCurrentControl ) + hUseAsyncSlot( "ContextProperties" ) + else + warnlog( "Property browser not open" ) + endif + endif next iCurrentControl @@ -173,29 +161,22 @@ testcase tAllControlsOnDialog( cMajor as string ) ListAllDelete( lsControlNames() ) printlog( "Cleanup: Close the BASIC-IDE" ) - printlog( "Close the BASIC IDE" ) hCloseBasicIde() - if ( getDocumentCount <> 1 ) then - warnlog( "Number of open documents is incorrect, expected one only" ) - endif + if ( getDocumentCount <> 1 ) then warnlog( "Number of open documents is incorrect, expected one only" ) - printlog "Save the document" printlog( "save the document" ) Call hFileSaveAsKill( sFile ) - printlog "Close it" printlog( "close the document" ) - brc = hDestroyDocument() + hDestroyDocument() printlog( "" ) printlog( "Test case 2: Verify that all items keep their names after close and reload of the document" ) printlog( "Open the file again" ) - printlog( "Open the document" ) hFileOpen( sFile ) - printlog "Open tools/macro and select the last module for the current document" printlog( "open the basic-IDE of this document, open controls, activate 'Select-mode' and open the properties" ) ToolsMacro_uno @@ -207,19 +188,14 @@ testcase tAllControlsOnDialog( cMajor as string ) hSelectTheLastnode( MakroAus ) endif - if ( hIsMacroEditButtonEnabled() ) then - printlog( "Edit button is enabled. Good." ) - else + printlog( "Edit the module" ) + if ( hClickButton( Bearbeiten ) = BUTTON_TIMEOUT ) then warnlog( "Edit-Button is not enabled, the test cannot continue" ) kontext "Makro" - Makro.cancel() + hCloseDialog( Makro, "cancel" ) hDestroyDocument() goto endsub endif - - printlog( "Click 'Edit' to edit the module" ) - printlog( "Edit the module" ) - hClickButton( Bearbeiten ) kontext "BasicIDE" printlog( "Find the dialog we created before" ) @@ -233,17 +209,6 @@ testcase tAllControlsOnDialog( cMajor as string ) goto endsub endif - printlog( "Open the macro controls float" ) - ' if the dialog is open, open the macro controls toolbar as well, - ' we need access to the "properties" button - 'bOpen = hShowMacroControls() - 'if ( not bOpen ) then - ' warnlog( "Could not open macro controls, aborting" ) - ' hCloseBasicIde() - ' hDestroyDocument() - ' goto endsub - 'endif - printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT @@ -252,9 +217,15 @@ testcase tAllControlsOnDialog( cMajor as string ) else hSelectControl( iCurrentControl ) hUseAsyncSlot( "ContextProperties" ) - sCurrentControl = lsControlNames( iCurrentControl ) - hPBGetControlName( sCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists( 1 ) then + sCurrentControl = lsControlNames( iCurrentControl ) + hPBGetControlName( sCurrentControl ) + hUseAsyncSlot( "ContextProperties" ) + else + warnlog( "Property browser not open" ) + endif + endif next iCurrentControl @@ -263,11 +234,9 @@ testcase tAllControlsOnDialog( cMajor as string ) ListAllDelete( lsControlNames() ) printlog( "Cleanup: Close the BASIC-IDE" ) - printlog( "Close the BASIC IDE" ) hCloseBasicIde() printlog( "Cleanup: Close the document" ) - printlog( "Close the document" ) hDestroyDocument() printlog( "Cleanup: Delete the file we created" ) -- cgit From e6a3f6c55ee1935dc62457047cdd573fad205c0d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 11:50:54 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- .../optional/includes/basic_formcontrols.inc | 28 ++++++++----------- .../framework/tools/includes/formcontrols.inc | 15 ++--------- .../tools/includes/optional/t_basic_ide_tools.inc | 31 ++++++++++------------ 3 files changed, 27 insertions(+), 47 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 74c9d95bd8ce..16b74490da73 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -52,17 +52,13 @@ testcase tAllControlsOnDialog( cMajor as string ) ' the workfile and the filter (Tested for 569, 645, 680) dim sFile as string - ' errorstatus: if false, something went wrong and the test cancels - ' trying to recover somehow - dim bOpen as boolean - dim brc as boolean - dim irc as integer - const CMODULE = "tacod" ' abbreviation for tAllControlsOnDialog const BUTTON_TIMEOUT = -1 + const UPPER_BOUNDARY = 1 - printlog( "Perform the test for one application only: WRITER" ) - for iApplication = 1 to 1 + ' Currently set to test writer only. Increase upper boundary to add applications + ' Up to 4 should be useful + for iApplication = 1 to UPPER_BOUNDARY cApplication = hNumericDoctype( iApplication ) printlog( "Document type: " & cApplication ) @@ -76,7 +72,7 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Open a second document" ) hCreateDocument() - printlog( "Create a new module for the new document, new Dialog, open macro controls" ) + printlog( "Create a new module for the new document, new dialog, open macro controls" ) if ( not hInitFormControls( CMODULE ) ) then printlog( "Aborting due to previous errors" ) hDestroyDocument() @@ -90,7 +86,7 @@ testcase tAllControlsOnDialog( cMajor as string ) listappend( lsControlNames() , sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 1 ) then + if ( ControlPropertiesTabControl.exists( 1 ) ) then hPBSetControlName( sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) else @@ -126,11 +122,10 @@ testcase tAllControlsOnDialog( cMajor as string ) kontext "BasicIDE" printlog( "Find the dialog we created before" ) - ' try to find our dialog again by stepping through the tabbar if ( hFindFirstDialog() ) then printlog( "First dialog found. Good." ) else - warnlog( "Could access dialog, aborting test" ) + warnlog( "Could not access dialog, aborting test" ) hCloseBasicIde() hDestroyDocument() goto endsub @@ -145,7 +140,7 @@ testcase tAllControlsOnDialog( cMajor as string ) hSelectControl( iCurrentControl ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 1 ) then + if ( ControlPropertiesTabControl.exists( 1 ) ) then sCurrentControl = lsControlNames( iCurrentControl ) hPBGetControlName( sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) @@ -199,11 +194,10 @@ testcase tAllControlsOnDialog( cMajor as string ) kontext "BasicIDE" printlog( "Find the dialog we created before" ) - ' try to find our dialog again by stepping through the tabbar if ( hFindFirstDialog() ) then printlog( "First dialog found. Good." ) else - warnlog( "Could access dialog, aborting test" ) + warnlog( "Could not access dialog, aborting test" ) hCloseBasicIde() hDestroyDocument() goto endsub @@ -212,13 +206,13 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT - if ( instr( gtSysName, "Solaris" ) > 0 ) then + if ( instr( gtSysName, "Solaris" ) ) then qaerrorlog( "Skipping frame control on Solaris" ) else hSelectControl( iCurrentControl ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 1 ) then + if ( ControlPropertiesTabControl.exists( 1 ) ) then sCurrentControl = lsControlNames( iCurrentControl ) hPBGetControlName( sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index 11877273fcc2..5303bdf8c87d 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -703,6 +703,7 @@ function hSelectControl( iControl as integer ) as boolean const SELECT_FRAME_AROUND = 4 const EXTRA_FRAME_SIZE = 2 const SELECTION_METHODS = 4 + const BUTTON_TIMEOUT = -1 hSelectControl() = false @@ -785,19 +786,7 @@ function hSelectControl( iControl as integer ) as boolean ' We exit the loop as soon as the control is selected. Only then the slot ' ContextProperties becomes available - if ( hUseAsyncSlot( "ContextProperties" ) <> -1 ) then exit for - - '///+
  • Check that the ToolsCollectionBar is open
  • - 'kontext "ToolsCollectionBar" - 'if ( ToolsCollectionBar.exists() ) then - ' wait( 300 ) - ' if ( OpenProperties.isEnabled() ) then - ' hSelectControl() = true - ' exit for - ' else - ' wait( 500 ) - ' endif - 'endif + if ( hUseAsyncSlot( "ContextProperties" ) <> BUTTON_TIMEOUT ) then exit for next iCurrentSelectionMethod '/// diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index c13cb2ac1a04..68d5de9550a8 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -227,39 +227,36 @@ function hFindFirstDialog() as boolean '///Starting point: Basic IDE must be open and has the focus '///
      - dim iPosOverTabbar as integer - dim brc as boolean const CFN = "hFindFirstDialog::" + const REPEAT_COUNT = 5 ' number of times to send a keystroke to BASIC IDE + const PROBE_STEPPING = 5 + const VERTICALLY_CENTERED = 50 + const MAX_NUMBER_OF_RETRIES = 20 + + dim iPosOverTabbar as integer '///+
    • Set focus to Basic IDE, maximize it
    • kontext "BasicIde" BasicIde.maximize() - brc = false + hFindFirstDialog() = false '///+
    • move pointer over the tabbar and click until a dialog opens (hopefully)
    • - for iPosOverTabbar = 1 to 20 + for iPosOverTabbar = 1 to MAX_NUMBER_OF_RETRIES - Tabbar.MouseDown ( 5 * iPosOverTabbar , 50 ) - Tabbar.MouseUp ( 5 * iPosOverTabbar , 50 ) + Tabbar.MouseDown ( PROBE_STEPPING * iPosOverTabbar , VERTICALLY_CENTERED ) + Tabbar.MouseUp ( PROBE_STEPPING * iPosOverTabbar , VERTICALLY_CENTERED ) if ( DialogWindow.Exists() ) then - brc = true - DialogWindow.typeKeys( "", 5 ) + printlog( "BASIC Dialog window found" ) + hFindFirstDialog() = true + DialogWindow.typeKeys( "" , REPEAT_COUNT ) exit for endif next iPosOverTabbar - - '///+
    • Return TRUE on success, FALSE on failure
    • - if ( brc ) then - printlog( CFN & "Found dialog" ) - else - printlog( CFN & "Could not find the first dialog via tabbar" ) - endif - hFindFirstDialog() = brc - '///
    + '/// end function -- cgit From ad520aec8398e8a82bf8addd5774f905937cc1d1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 12:11:12 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- .../optional/includes/basic_formcontrols.inc | 6 +- .../tools/includes/optional/t_basic_ide_tools.inc | 85 ++++++++++++---------- 2 files changed, 48 insertions(+), 43 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 16b74490da73..91cedeb08b98 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -137,8 +137,7 @@ testcase tAllControlsOnDialog( cMajor as string ) if ( instr( gtSysName, "Solaris" ) ) then qaerrorlog( "Skipping frame control on Solaris" ) else - hSelectControl( iCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) + hSelectControl( iCurrentControl ) ' opens the property browser kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 1 ) ) then sCurrentControl = lsControlNames( iCurrentControl ) @@ -209,8 +208,7 @@ testcase tAllControlsOnDialog( cMajor as string ) if ( instr( gtSysName, "Solaris" ) ) then qaerrorlog( "Skipping frame control on Solaris" ) else - hSelectControl( iCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) + hSelectControl( iCurrentControl ) ' opens the property browser kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 1 ) ) then sCurrentControl = lsControlNames( iCurrentControl ) diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 68d5de9550a8..6190381f4b04 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -107,7 +107,7 @@ function hGetBasicWorkFile( cMajorID as string ) as string printlog( CFN & sFile & " for " & gApplication & " (" & cMajorID & ")" ) '///+
  • Return the path as string
  • - hGetBasicWorkFile() = convertpath( sFile ) + hGetBasicWorkFile() = sFile '/// @@ -122,25 +122,30 @@ function hOpenBasicIDE() as boolean '///
      const CFN = "hOpenBasicIDE::" + const BUTTON_TIMEOUT = -1 '///+
    • Select the last module in the treelist, verify that it can be edited
    • - hSelectTheLastModule( true ) + if ( hSelectTheLastModule( true ) ) then - '///+
    • Click the Edit-button
    • - Bearbeiten.click() - - '///+
    • Maximize the Basic IDE (required to ensure proper operation of mousemovements)
    • - sleep( 2 ) - kontext "BasicIde" - BasicIde.maximize() - - '///+
    • Verify that the Basic IDE is open, return TRUE on success
    • - if ( BasicIde.exists() ) then - printlog( CFN & "Open Basic-IDE for existing module: success" ) - hOpenBasicIDE() = true + '///+
    • Click the Edit-button
    • + if ( hClickButton( Bearbeiten) <> BUTTON_TIMEOUT ) then + + kontext "BASICIDE" + if ( BasicIDE.exists( 2 ) ) then + printlog( "Basic IDE is open" ) + BasicIDE.maximize() + hOpenBasicIDE() = true + else + warnlog( CFN & "Failed to open BASIC IDE" ) + hOpenBasicIDE() = false + endif + else + warnlog( CFN & "Edit button is not enabled, cannot open BASIC IDE" + hOpenBasicIDE() = false + endif else - printlog( CFN & "Open Basic-IDE for existing module: failure" ) - hOpenBasicIDE() = false + warnlog( CFN & "Unable to select the last module" ) + hOpenBasicIDE() = false endif '///
    @@ -161,16 +166,12 @@ function hCloseBasicIDE() as boolean '///
      use "global\tools\includes\optional\t_docfuncs.inc" - - const CFN = "hCloseBasicIDE::" - dim brc as boolean '///+
    • Close the macro controls float
    • hCloseCollectionBar() '///+
    • Try to close the current document
    • - brc = hDestroyDocument() - if ( brc ) then + if ( hDestroyDocument() ) then hCloseBasicIDE() = true else hCloseBasicIDE() = false @@ -188,31 +189,37 @@ function hReOpenBasicDialog() as boolean '///Starting point: Focus on document containing at least one macro
      '///IMPORTANT: Errorhandling is incomplete, test may end up in undefined state '///
        - - dim brc as boolean + const CFN = "hReopenBasicDialog: " + const BUTTON_TIMEOUT = -1 + '///+
      • open the macro dialog, select the last module
      • - brc = hSelectTheLastModule( true ) - if ( not brc ) then - warnlog( "Could not open the last module for editing." ) - hReOpenBasicDialog() = false - exit function - endif + if ( hSelectTheLastModule( true ) ) then - '///+
      • edit the module
      • - Bearbeiten.Click() + '///+
      • edit the module
      • + if ( hClickButton( Bearbeiten ) <> BUTTON_TIMEOUT ) then - '///+
      • find the dialog window.
      • - kontext "BasicIDE" - BasicIde.maximize() + '///+
      • find the dialog window.
      • + kontext "BasicIDE" + BasicIde.maximize() - brc = hFindFirstDialog() - if ( not brc ) then - warnlog( "Could not find any dialog" ) - hReOpenBasicDialog() = false + if ( hFindFirstDialog() ) then + printlog( "BASIC IDE is open." ) + hReOpenBasicDialog() = true + else + warnlog( CFN & "Could not find any dialog" ) + hReOpenBasicDialog() = false + endif + else + warnlog( CFN & "Unable to click Edit button, BASIC IDE not open" ) + hReOpenBasicDialog() = false + endif else - hReOpenBasicDialog() = true + warnlog( CFN & "Could not open the last module for editing." ) + hReOpenBasicDialog() = false + exit function endif + '///+
      • Return TRUE on success, FALSE on failure
      • '///
      -- cgit From 4afee5dbb4047178255ea055ea2959ea0b6d4532 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 12:19:07 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- .../tools/includes/optional/t_basic_ide_tools.inc | 33 ++++++++-------------- 1 file changed, 11 insertions(+), 22 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 6190381f4b04..eadbfc694d87 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -301,33 +301,22 @@ end function function hCloseCollectionBar() as boolean - '///

      Close the ToolsCollectionBar (Macro Controls Float)

      - '///Starting point: Basic Dialog editor is open, ToolsCollectionBar is open - '///
        - const CFN = "hCloseCollectionBar::" - const RETRIES = 3 - - dim iTry as integer - iTry = 0 - - '///+
      • Try to close the ToolsCollectionBar max 3 times
      • + kontext "ToolsCollectionBar" - while ( ToolsCollectionBar.exists( 1 ) ) - iTry = iTry + 1 - printlog( CFN & "Closing ToolsCollectionBar..." ) - ToolsCollectionBar.close() - - if ( iTry = RETRIES ) then - printlog( CFN & "Failed to close ToolsCollectionBar" ) + if ( ToolsCollectionBar.exists() ) then + + if ( hCloseDialog( ToolsCollectionBar, "close" ) ) then + printlog( "Closed Macro Controls Float" ) + hCloseCollectionBar() = true + else hCloseCollectionBar() = false - exit function endif - wend + else + printlog( "Macro Controls Float not open" ) + hCloseCollectionBar() = true + endif - hCloseCollectionBar() = true - '///
      - end function '******************************************************************************* -- cgit From 3368ca12eb96b85e6f68ccdee9ab389c1b27b2bd Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 12:37:44 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- .../global/tools/includes/optional/t_docfuncs.inc | 17 ++++++----------- .../global/tools/includes/required/t_tools3.inc | 6 +++++- 2 files changed, 11 insertions(+), 12 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index f8bab19b12dc..2f94f67ba527 100644 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -311,10 +311,9 @@ function hDocumentTypeKeys( cString as string ) as boolean '///
        const CFN = "global::tools::includes::optional::t_docfuncs.inc::hDocumentTypeKeys::" - dim brc as boolean - brc = true if ( GVERBOSE ) then printlog( CFN & "Enter" ) + hDocumentTypeKeys() = true '///+
      • Set focus to the current documenttype determined by gApplication
      • '///+
      • Type the string passed as function parameter
      • @@ -335,15 +334,12 @@ function hDocumentTypeKeys( cString as string ) as boolean DocumentWriter.typeKeys( cString ) case else warnlog( CFN & "Exit: Unknown gApplication: " & gApplication ) - brc = false + hDocumentTypeKeys() = false + exit function end select '///+
      • Print some message to the log on success
      • - if ( brc ) then - printlog( CFN & "Exit: Sent keystroke to " & gApplication ) - endif - - hDocumentTypeKeys() = brc + printlog( CFN & "Exit: Sent keystroke to " & gApplication ) '///
      end function @@ -366,11 +362,10 @@ function hDestroyDocument() as boolean if ( Active.Exists( 2 ) ) then printlog( "Msgbox: " & Active.getText() ) try - Active.No + hCloseDialog( Active, "no" ) catch - Active.Click ( 202 ) + hCloseDialog( Active, "202" ) endcatch - wait( 1000 ) end if if ( getDocumentCount() = iDocCount ) then hCloseDocument() diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index f8351e8b5e93..0da5a7069c37 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1137,6 +1137,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean const METHOD_CLOSE = 1 const METHOD_CANCEL = 2 const METHOD_OK = 3 + const METHOD_202 = 4 const TIMEOUT = 2 ' Maximum time to wait for a dialog to close dim sFlags as string : sFlags = lcase( sUserFlags ) @@ -1148,6 +1149,8 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean ' Find out which closing method was provided, "close" ist the default if ( instr( sFlags, "cancel" ) ) then iClosingMethod = METHOD_CANCEL + elseif ( instr( sFlags, "202" ) ) then + iClosingMethod = METHOD_202 elseif ( instr( sFlags, "ok" ) ) then iClosingMethod = METHOD_OK else @@ -1157,13 +1160,14 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean ' Find out whether the dialog must exist (default) or is just closed as a precaution ("optional") if ( instr( sFlags, "optional") > 0 ) then bDialogMustExist = FALSE - printlog( "Closing dialog <" & oDialog.name() & ">. Flags <" & sFlags & ">.") + printlog( "Closing dialog <" & oDialog.name() & "> using the flags <" & sFlags & ">.") if ( oDialog.exists() ) then select case( iClosingMethod ) case METHOD_CLOSE : oDialog.close() case METHOD_CANCEL : oDialog.cancel() case METHOD_OK : oDialog.ok() + case METHOD_202 : oDialog.click( 202 ) case else : warnlog( CFN & " Script error: Allowed closing methods are , and ." ) end select -- cgit From 2db05df6ff07ef30a13990173869e3a1a4e2d07c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 12:42:23 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- testautomation/framework/tools/includes/formcontrols.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index 5303bdf8c87d..68f15d649946 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -406,6 +406,7 @@ function hDrawControl( xPos as integer, _ DialogWindow.MouseUp( 20 , 20 ) try + DialogWindow.MouseMove ( xPos, yPos ) DialogWindow.MouseDown ( xPos, yPos ) DialogWindow.MouseMove ( xEnd, yEnd ) DialogWindow.MouseUp ( xEnd, yEnd ) @@ -740,6 +741,7 @@ function hSelectControl( iControl as integer ) as boolean '///+
    • Rubberband around the control (Mouse movement)
    • '///+
    • Deselct everything and use to activate the control
    • '/// + for iCurrentSelectionMethod = 1 to SELECTION_METHODS Kontext "BasicIDE" -- cgit From 2efc3bc5eeabc04952aff0f614391ec081c32b8d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 13:20:18 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- .../optional/includes/basic_formcontrols.inc | 42 ++++++++++------------ .../framework/tools/includes/formcontrols.inc | 15 ++++---- 2 files changed, 27 insertions(+), 30 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 91cedeb08b98..b0cb71d30f9d 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -134,19 +134,16 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT - if ( instr( gtSysName, "Solaris" ) ) then - qaerrorlog( "Skipping frame control on Solaris" ) + hSelectControl( iCurrentControl ) ' opens the property browser + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists( 5 ) ) then + wait( 300 ) + sCurrentControl = lsControlNames( iCurrentControl ) + hPBGetControlName( sCurrentControl ) + hUseAsyncSlot( "ContextProperties" ) + kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) else - hSelectControl( iCurrentControl ) ' opens the property browser - kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 1 ) ) then - sCurrentControl = lsControlNames( iCurrentControl ) - hPBGetControlName( sCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) - else - warnlog( "Property browser not open" ) - endif - + warnlog( "Property browser not open" ) endif next iCurrentControl @@ -205,19 +202,16 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT - if ( instr( gtSysName, "Solaris" ) ) then - qaerrorlog( "Skipping frame control on Solaris" ) + hSelectControl( iCurrentControl ) ' opens the property browser + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists( 5 ) ) then + wait( 300 ) + sCurrentControl = lsControlNames( iCurrentControl ) + hPBGetControlName( sCurrentControl ) + hUseAsyncSlot( "ContextProperties" ) + kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) else - hSelectControl( iCurrentControl ) ' opens the property browser - kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 1 ) ) then - sCurrentControl = lsControlNames( iCurrentControl ) - hPBGetControlName( sCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) - else - warnlog( "Property browser not open" ) - endif - + warnlog( "Property browser not open" ) endif next iCurrentControl diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index 68f15d649946..bcf6fd3e6377 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -403,13 +403,13 @@ function hDrawControl( xPos as integer, _ '/// '///
    - DialogWindow.MouseUp( 20 , 20 ) + DialogWindow.MouseUp( 20 , 20 ) : wait 100 try - DialogWindow.MouseMove ( xPos, yPos ) - DialogWindow.MouseDown ( xPos, yPos ) - DialogWindow.MouseMove ( xEnd, yEnd ) - DialogWindow.MouseUp ( xEnd, yEnd ) + DialogWindow.MouseMove ( xPos, yPos ) : wait 100 + DialogWindow.MouseDown ( xPos, yPos ) : wait 100 + DialogWindow.MouseMove ( xEnd, yEnd ) : wait 100 + DialogWindow.MouseUp ( xEnd, yEnd ) : wait 100 hDrawControl() = true catch warnlog( "#i39852# " & CFN & "Unable to complete mouseactions on dialog" ) @@ -788,7 +788,10 @@ function hSelectControl( iControl as integer ) as boolean ' We exit the loop as soon as the control is selected. Only then the slot ' ContextProperties becomes available - if ( hUseAsyncSlot( "ContextProperties" ) <> BUTTON_TIMEOUT ) then exit for + if ( hUseAsyncSlot( "ContextProperties" ) <> BUTTON_TIMEOUT ) then + hSelectControl() = true + exit for + endif next iCurrentSelectionMethod '/// -- cgit From 2ec6fe59bc3140641c856d3f1eafc77a6940df80 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 13:22:18 +0100 Subject: vitomation01: #i109562 - more attempted code compression --- .../optional/includes/basic_formcontrols.inc | 42 ++++++++++++---------- 1 file changed, 24 insertions(+), 18 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index b0cb71d30f9d..c34ebcb9ac02 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -134,16 +134,19 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT - hSelectControl( iCurrentControl ) ' opens the property browser - kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 5 ) ) then - wait( 300 ) - sCurrentControl = lsControlNames( iCurrentControl ) - hPBGetControlName( sCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) - kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) + if ( hSelectControl( iCurrentControl ) ) then + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists( 5 ) ) then + wait( 300 ) + sCurrentControl = lsControlNames( iCurrentControl ) + hPBGetControlName( sCurrentControl ) + hUseAsyncSlot( "ContextProperties" ) + kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) + else + warnlog( "Property browser not open" ) + endif else - warnlog( "Property browser not open" ) + warnlog( "Failed to select control: " & sCurrentControl ) endif next iCurrentControl @@ -202,16 +205,19 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT - hSelectControl( iCurrentControl ) ' opens the property browser - kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 5 ) ) then - wait( 300 ) - sCurrentControl = lsControlNames( iCurrentControl ) - hPBGetControlName( sCurrentControl ) - hUseAsyncSlot( "ContextProperties" ) - kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) + if ( hSelectControl( iCurrentControl ) ) then + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists( 5 ) ) then + wait( 300 ) + sCurrentControl = lsControlNames( iCurrentControl ) + hPBGetControlName( sCurrentControl ) + hUseAsyncSlot( "ContextProperties" ) + kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) + else + warnlog( "Property browser not open" ) + endif else - warnlog( "Property browser not open" ) + warnlog( "Failed to select control: " & sCurrentControl ) endif next iCurrentControl -- cgit From dcec0092866494b77fec8b727a88cf1d3331e6be Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 13:40:53 +0100 Subject: vitomation01: #i109562 - try to get the entryfiled of the property browser filled with a new string as fast as possible --- .../framework/optional/includes/basic_formcontrols.inc | 15 +++------------ .../framework/tools/includes/pbrowser_tools.inc | 18 ++++++++++++++++-- 2 files changed, 19 insertions(+), 14 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index c34ebcb9ac02..199c4ed2ad2b 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -43,8 +43,6 @@ testcase tAllControlsOnDialog( cMajor as string ) dim iApplication as Integer ' numeric expression for gApplication dim cApplication as string ' Name of the current application - dim lsControlNames( 30 ) as string ' list containing the names of the controls - ' number of controls and the name of the current control dim iCurrentControl as integer dim sCurrentControl as string @@ -83,7 +81,6 @@ testcase tAllControlsOnDialog( cMajor as string ) for iCurrentControl = 1 to ICONTROLCOUNT sCurrentControl = hDrawControlOnDialog( iCurrentControl ) - listappend( lsControlNames() , sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 1 ) ) then @@ -138,7 +135,7 @@ testcase tAllControlsOnDialog( cMajor as string ) kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 5 ) ) then wait( 300 ) - sCurrentControl = lsControlNames( iCurrentControl ) + sCurrentControl = hGetControlName( iCurrentControl ) hPBGetControlName( sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) @@ -150,9 +147,6 @@ testcase tAllControlsOnDialog( cMajor as string ) endif next iCurrentControl - - ' we need to delete the list-content otherwise we run into index-problems - ListAllDelete( lsControlNames() ) printlog( "Cleanup: Close the BASIC-IDE" ) hCloseBasicIde() @@ -209,7 +203,7 @@ testcase tAllControlsOnDialog( cMajor as string ) kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 5 ) ) then wait( 300 ) - sCurrentControl = lsControlNames( iCurrentControl ) + sCurrentControl = hGetControlName( iCurrentControl ) hPBGetControlName( sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) @@ -221,10 +215,7 @@ testcase tAllControlsOnDialog( cMajor as string ) endif next iCurrentControl - - ' we need to delete the list-content otherwise we run into index-problems - ListAllDelete( lsControlNames() ) - + printlog( "Cleanup: Close the BASIC-IDE" ) hCloseBasicIde() diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index dcf6d4a71d13..2ac1501ddfe6 100755 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -111,12 +111,12 @@ function hPBSetControlName( cControl as string ) as boolean kontext "TabGeneralControl" if ( NameText.exists() ) then '///+
  • Set the new name
  • - WaitSlot() + hDeleteEntryFieldContent( NameText ) ' Name the control and append some Spaces which should be truncated. printlog( CFN & "Naming control: " & cControl ) NameText.setText( cControl ) - TabGeneralControl.typeKeys( " " ) + TabGeneralControl.typeKeys( "" ) WaitSlot() printlog( CFN & "Verifying rename..." ) @@ -301,3 +301,17 @@ function hSetPBTabPage( iPage as integer ) as boolean '/// end function + +function hDeleteEntryFieldContent( oControl as object ) as boolean + + oControl.typeKeys( "" ) + oControl.typeKeys( "" ) + oControl.typeKeys( "" ) + + if ( oControl.getText() = "" ) then + hDeleteEntryFieldContent() = true + else + hDeleteEntryFieldContent() = false + endif + +exit function \ No newline at end of file -- cgit From 2dbd0a0a9838cedd9306d134f6fdee0d40f08897 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 14:00:12 +0100 Subject: vitomation01: #i109562 - fixed one potentially faulty errormessage (very confusing!) --- testautomation/framework/optional/includes/basic_formcontrols.inc | 8 ++++---- testautomation/framework/tools/includes/formcontrols.inc | 3 ++- testautomation/framework/tools/includes/pbrowser_tools.inc | 8 ++++++-- 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 199c4ed2ad2b..56154e2d5f83 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -131,16 +131,16 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT + sCurrentControl = hGetControlName( iCurrentControl ) if ( hSelectControl( iCurrentControl ) ) then kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 5 ) ) then wait( 300 ) - sCurrentControl = hGetControlName( iCurrentControl ) hPBGetControlName( sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) else - warnlog( "Property browser not open" ) + warnlog( "Property browser not open for " & ) endif else warnlog( "Failed to select control: " & sCurrentControl ) @@ -199,16 +199,16 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Select every control, open its properties and verify its name, close properties" ) for iCurrentControl = 1 to ICONTROLCOUNT + sCurrentControl = hGetControlName( iCurrentControl ) if ( hSelectControl( iCurrentControl ) ) then kontext "ControlPropertiesTabControl" if ( ControlPropertiesTabControl.exists( 5 ) ) then wait( 300 ) - sCurrentControl = hGetControlName( iCurrentControl ) hPBGetControlName( sCurrentControl ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) else - warnlog( "Property browser not open" ) + warnlog( "Property browser not open for " & ) endif else warnlog( "Failed to select control: " & sCurrentControl ) diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index bcf6fd3e6377..ba9fc00be5a1 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -327,7 +327,8 @@ function hDrawControlOnDialog( iControl as integer ) as string '///+
  • click the desired control
  • sControl = hInsertControl( iControl ) - printlog( CFN & " at XO=" & iXO & _ + printlog( CFN & " Index=" & iControl & _ + " at XO=" & iXO & _ " XE=" & iXE & _ " YO=" & iYO & _ " YE=" & iYE & _ diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index 2ac1501ddfe6..65b14f810a95 100755 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -108,6 +108,9 @@ function hPBSetControlName( cControl as string ) as boolean '///Description: '///
      '///+
    • Test that the control "NameText" exists
    • + + ' Note: A number of fallbacks are used here because the entryfield "NameText" + ' is less than reliable. My hope is that one of the methods succeeds. kontext "TabGeneralControl" if ( NameText.exists() ) then '///+
    • Set the new name
    • @@ -119,7 +122,6 @@ function hPBSetControlName( cControl as string ) as boolean TabGeneralControl.typeKeys( "" ) WaitSlot() - printlog( CFN & "Verifying rename..." ) if ( NameText.getText() = cControl ) then printlog( CFN & "Name is set ok: " & cControl ) hPBSetControlName() = true @@ -302,6 +304,8 @@ function hSetPBTabPage( iPage as integer ) as boolean end function +'******************************************************************************* + function hDeleteEntryFieldContent( oControl as object ) as boolean oControl.typeKeys( "" ) @@ -314,4 +318,4 @@ function hDeleteEntryFieldContent( oControl as object ) as boolean hDeleteEntryFieldContent() = false endif -exit function \ No newline at end of file +end function \ No newline at end of file -- cgit From 60c53b3beef89a874e79be4f135ffe4017324900 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 14:11:51 +0100 Subject: vitomation01: #i109562 - add some debugging info to find out why the horizontal line always returns an error - the test is too fast to watch and a breakpoint doesn't help either --- testautomation/framework/tools/includes/pbrowser_tools.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index 65b14f810a95..bca9453a0600 100755 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -308,6 +308,8 @@ end function function hDeleteEntryFieldContent( oControl as object ) as boolean + printlog( "Original name is: " & oControl.getText() ) + oControl.typeKeys( "" ) oControl.typeKeys( "" ) oControl.typeKeys( "" ) @@ -318,4 +320,4 @@ function hDeleteEntryFieldContent( oControl as object ) as boolean hDeleteEntryFieldContent() = false endif -end function \ No newline at end of file +end function -- cgit From dc50d719d4f35b85741bf7b76b75654b39552934 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 14:24:16 +0100 Subject: vitomation01: #i109562 - slowly homing in on the real problem... --- .../framework/optional/includes/basic_formcontrols.inc | 12 ++++++------ testautomation/framework/tools/includes/formcontrols.inc | 2 ++ testautomation/framework/tools/includes/pbrowser_tools.inc | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 56154e2d5f83..5210f329ad6f 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -140,7 +140,7 @@ testcase tAllControlsOnDialog( cMajor as string ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) else - warnlog( "Property browser not open for " & ) + warnlog( "Property browser not open for " & sCurrentControl ) endif else warnlog( "Failed to select control: " & sCurrentControl ) @@ -148,15 +148,15 @@ testcase tAllControlsOnDialog( cMajor as string ) next iCurrentControl - printlog( "Cleanup: Close the BASIC-IDE" ) + printlog( "Close the BASIC-IDE" ) hCloseBasicIde() if ( getDocumentCount <> 1 ) then warnlog( "Number of open documents is incorrect, expected one only" ) - printlog( "save the document" ) + printlog( "Save the document" ) Call hFileSaveAsKill( sFile ) - printlog( "close the document" ) + printlog( "Close the document" ) hDestroyDocument() printlog( "" ) @@ -165,7 +165,7 @@ testcase tAllControlsOnDialog( cMajor as string ) printlog( "Open the file again" ) hFileOpen( sFile ) - printlog( "open the basic-IDE of this document, open controls, activate 'Select-mode' and open the properties" ) + printlog( "Open the basic-IDE from this document, open controls, activate 'Select-mode' and open the properties" ) ToolsMacro_uno kontext "Makro" @@ -208,7 +208,7 @@ testcase tAllControlsOnDialog( cMajor as string ) hUseAsyncSlot( "ContextProperties" ) kontext "ControlPropertiesTabControl" : ControlPropertiesTabControl.notExists( 3 ) else - warnlog( "Property browser not open for " & ) + warnlog( "Property browser not open for " & sCurrentControl ) endif else warnlog( "Failed to select control: " & sCurrentControl ) diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index ba9fc00be5a1..0bb2bdcb37c5 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -792,6 +792,8 @@ function hSelectControl( iControl as integer ) as boolean if ( hUseAsyncSlot( "ContextProperties" ) <> BUTTON_TIMEOUT ) then hSelectControl() = true exit for + else + printlog( "hSelectControl(): Method " & iCurrentSelectionMethod & " failed." ) endif next iCurrentSelectionMethod diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index bca9453a0600..d00b372aa8f0 100755 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -188,7 +188,7 @@ function hPBGetControlName( cControl as string ) as boolean kontext "TabGeneralControl" if ( TabGeneralControl.exists( 1 ) ) then if ( TabGeneralControl.isVisible() ) then - + wait( 300 ) cControlName = NameText.getText() '///+
    • Verify that the name is correct
    • -- cgit From c0b7791a4c964721e0be67a0d5e5f09c25e1a768 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 15:02:20 +0100 Subject: vitomation01: #i109562 - another try --- .../framework/tools/includes/formcontrols.inc | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index 0bb2bdcb37c5..c091022859bc 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -510,7 +510,7 @@ function hGetControlPosYO( iControl as integer ) as integer '///
    '/// - select case iControl + select case ( iControl ) case 1, 7, 13, 19 : hGetControlPosYO() = yOffset case 2, 8, 14, 20 : hGetControlPosYO() = yOffset + 1 * yDistance case 3, 9, 15, 21 : hGetControlPosYO() = yOffset + 2 * yDistance @@ -703,7 +703,7 @@ function hSelectControl( iControl as integer ) as boolean const SELECT_UPPER_LEFT = 2 const SELECT_LOWER_RIGHT = 3 const SELECT_FRAME_AROUND = 4 - const EXTRA_FRAME_SIZE = 2 + const EXTRA_FRAME_SIZE = 1 const SELECTION_METHODS = 4 const BUTTON_TIMEOUT = -1 @@ -746,7 +746,6 @@ function hSelectControl( iControl as integer ) as boolean for iCurrentSelectionMethod = 1 to SELECTION_METHODS Kontext "BasicIDE" - select case ( iCurrentSelectionMethod ) case SELECT_MIDDLE @@ -758,16 +757,16 @@ function hSelectControl( iControl as integer ) as boolean case SELECT_UPPER_LEFT - xPos = hGetControlPosXO( iControl ) - yPos = hGetControlPosYO( iControl ) + xPos = hGetControlPosXO( iControl ) + EXTRA_FRAME_SIZE + yPos = hGetControlPosYO( iControl ) + EXTRA_FRAME_SIZE DialogWindow.MouseMove( xPos, yPos ) DialogWindow.MouseDown( xPos, yPos ) DialogWindow.MouseUp ( xPos, yPos ) case SELECT_LOWER_RIGHT - xPos = hGetControlPosXE( iControl ) - yPos = hGetControlPosYE( iControl ) + xPos = hGetControlPosXE( iControl ) - EXTRA_FRAME_SIZE + yPos = hGetControlPosYE( iControl ) - EXTRA_FRAME_SIZE DialogWindow.MouseMove( xPos, yPos ) DialogWindow.MouseDown( xPos, yPos ) DialogWindow.MouseUp ( xPos, yPos ) @@ -778,7 +777,7 @@ function hSelectControl( iControl as integer ) as boolean yPos = hGetControlPosYO( iControl ) - EXTRA_FRAME_SIZE DialogWindow.MouseMove( xPos, yPos ) DialogWindow.MouseDown( xPos, yPos ) - DialogWindow.MouseUp ( xPos, yPos ) + 'DialogWindow.MouseUp ( xPos, yPos ) xPos = hGetControlPosXE( iControl ) + EXTRA_FRAME_SIZE yPos = hGetControlPosYE( iControl ) + EXTRA_FRAME_SIZE @@ -792,8 +791,6 @@ function hSelectControl( iControl as integer ) as boolean if ( hUseAsyncSlot( "ContextProperties" ) <> BUTTON_TIMEOUT ) then hSelectControl() = true exit for - else - printlog( "hSelectControl(): Method " & iCurrentSelectionMethod & " failed." ) endif next iCurrentSelectionMethod -- cgit From f623695fc7c4d108dae36bbab81c0be73e8b0078 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 18 Mar 2010 15:37:44 +0100 Subject: vitomation01: #i109562 - looks like i am getting it! --- .../framework/tools/includes/formcontrols.inc | 42 ++++++++++------------ 1 file changed, 19 insertions(+), 23 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index c091022859bc..6f456f675dee 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -302,14 +302,6 @@ function hDrawControlOnDialog( iControl as integer ) as string const CFN = "hDrawControlOnDialog::" - '///+
  • Verify function parameter (this is a top level function)
  • - if ( ( iControl < 1 ) or ( iControl > ICONTROLCOUNT ) ) then - warnlog( CFN & "Invalid control-number (iControl) passed: " & iControl ) - hDrawControlOnDialog() = false - exit function - endif - - dim sControl as string ' The name of the current control dim brc as boolean ' some returnvalue @@ -675,8 +667,7 @@ function hSelectControl( iControl as integer ) as boolean '///+ dialog pane. To prevent the controls from overlapping each other '///+ they are arranged in rows and columns. Each control is identified '///+ by a unique number (see description for hInsertControl(...)). The - '///+ dimensions are defined in hGetControlParams(...). The coordinates - '///+ returned by this function can be used to draw and to select a control.
    + '///+ dimensions are defined in hGetControlParams(...).
    '///Input: '///
      '///+
    1. Number of the control (integer)
    2. @@ -699,13 +690,14 @@ function hSelectControl( iControl as integer ) as boolean dim yPos as integer dim iCurrentSelectionMethod as integer - const SELECT_MIDDLE = 1 - const SELECT_UPPER_LEFT = 2 - const SELECT_LOWER_RIGHT = 3 - const SELECT_FRAME_AROUND = 4 - const EXTRA_FRAME_SIZE = 1 - const SELECTION_METHODS = 4 - const BUTTON_TIMEOUT = -1 + const SELECT_MIDDLE = 1 ' click into the middle of the control + const SELECT_UPPER_LEFT = 2 ' click the upper left corner of the control + const SELECT_LOWER_RIGHT = 3 ' click the lower right corner of the control + const SELECT_FRAME_AROUND = 4 ' select by drawing a frame around the control + + const EXTRA_FRAME_SIZE = 1 ' one percent in-/outside the border of the control + const SELECTION_METHODS = 4 ' this function sports four ways of seleting a control + const REPEAT_COUNT = 5 ' number of times to send a keystroke to the dialog window hSelectControl() = false @@ -744,8 +736,13 @@ function hSelectControl( iControl as integer ) as boolean '///
    for iCurrentSelectionMethod = 1 to SELECTION_METHODS + + select case ( iControl ) + case 11 : iCurrentSelectionMethod = 4 + end select Kontext "BasicIDE" + DialogWindow.typeKeys( "" , REPEAT_COUNT ) select case ( iCurrentSelectionMethod ) case SELECT_MIDDLE @@ -777,7 +774,6 @@ function hSelectControl( iControl as integer ) as boolean yPos = hGetControlPosYO( iControl ) - EXTRA_FRAME_SIZE DialogWindow.MouseMove( xPos, yPos ) DialogWindow.MouseDown( xPos, yPos ) - 'DialogWindow.MouseUp ( xPos, yPos ) xPos = hGetControlPosXE( iControl ) + EXTRA_FRAME_SIZE yPos = hGetControlPosYE( iControl ) + EXTRA_FRAME_SIZE @@ -785,13 +781,13 @@ function hSelectControl( iControl as integer ) as boolean DialogWindow.MouseUp ( xPos, yPos ) end select - - ' We exit the loop as soon as the control is selected. Only then the slot - ' ContextProperties becomes available - if ( hUseAsyncSlot( "ContextProperties" ) <> BUTTON_TIMEOUT ) then + + try + ContextProperties hSelectControl() = true exit for - endif + catch + endcatch next iCurrentSelectionMethod '/// -- cgit From c5a9dbf621ff75665cf87ee4a1e5013a32995157 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 08:11:13 +0100 Subject: vitomation01: #i109696 - Better readability --- .../framework/optional/includes/security_macrosecurity.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/security_macrosecurity.inc b/testautomation/framework/optional/includes/security_macrosecurity.inc index f6f0d0cb66d0..1c9d360da9e6 100755 --- a/testautomation/framework/optional/includes/security_macrosecurity.inc +++ b/testautomation/framework/optional/includes/security_macrosecurity.inc @@ -89,23 +89,23 @@ testcase tMacroSecurityLevels( cFileFormat ) printlog( "Check security level dependent behavior" ) select case iSecLevel - case 0 : + case GC_MACRO_SECURITY_LEVEL_LOW : if ( not hIdentifyExecutedMacro() ) then warnlog( "#i110184# - Macro was not executed" ) endif - case 1 : + case GC_MACRO_SECURITY_LEVEL_MEDIUM : if ( not hAllowMacroExecution() ) then - warnlog( "Macro execution warning missing, chek the file/security settings" ) + warnlog( "#i110184# - Macro execution warning missing, check the file/security settings" ) endif if ( not hIdentifyExecutedMacro() ) then warnlog( "#i110184# - Macro was not executed" ) endif - case 2 : + case GC_MACRO_SECURITY_LEVEL_HIGH : if ( not hHandleActivesOnLoad( EXPECTED_MESSAGECOUNT , ALLOW_ONE_EXTRA_MESSAGEBOX ) ) then warnlog( "#i53710# unexpected second messagebox" ) @@ -115,7 +115,7 @@ testcase tMacroSecurityLevels( cFileFormat ) warnlog( "Macro was executed" ) endif - case 3 : + case GC_MACRO_SECURITY_LEVEL_VERYHIGH : if ( not hHandleActivesOnLoad( EXPECTED_MESSAGECOUNT , ALLOW_NO_EXTRA_MESSAGEBOXES ) ) then warnlog( "#i53710# unexpected second messagebox" ) -- cgit From e182a3911a29250664f9fb370619b12bd1ce19f8 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 08:37:08 +0100 Subject: vitomation01: #i109696 - Removed one more file (moved included function to another file) --- .../optional/f_security_certified_docs.bas | 2 - .../framework/tools/includes/signature_tools.inc | 90 ----------------- .../tools/includes/optional/t_security_tools.inc | 107 ++++++++++++++------- 3 files changed, 72 insertions(+), 127 deletions(-) delete mode 100755 testautomation/framework/tools/includes/signature_tools.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_security_certified_docs.bas b/testautomation/framework/optional/f_security_certified_docs.bas index 52a5693a9920..26d76b74ee7d 100755 --- a/testautomation/framework/optional/f_security_certified_docs.bas +++ b/testautomation/framework/optional/f_security_certified_docs.bas @@ -69,8 +69,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_docfuncs.inc" use "global\tools\includes\optional\t_treelist_tools.inc" use "global\tools\includes\optional\t_listfuncs.inc" - - use "framework\tools\includes\signature_tools.inc" gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/tools/includes/signature_tools.inc b/testautomation/framework/tools/includes/signature_tools.inc deleted file mode 100755 index de9c56389eb0..000000000000 --- a/testautomation/framework/tools/includes/signature_tools.inc +++ /dev/null @@ -1,90 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Tools to ease working with digital signatures -'* -'\****************************************************************************** - -function hSelectXMLSecTab( cTab as string ) as boolean - - - '///

    Switch between tabpages on the Ceritficates/XML-Security Tabpage

    - - '///Input value(s):
    - '///
      - '///+
    1. Identifier for the requested tabpage (string). Valid options are:
    2. - '///
        - '///+
      • "GENERAL" for the general (first page)
      • - '///+
      • "DETAILS" for the details (second page)
      • - '///+
      • "PATH" for the certification path (third page)
      • - '///
      - '///
    - - - '///Return Value:
    - '///
      - '///+
    1. Nothing
    2. - '///
    - - - '///Description: - '///
      - - dim brc as boolean - brc = false - const CFN = "hSelectXMLSecTab::" - - '///+
    • Switch page
    • - kontext - - select case ( ucase( cTab ) ) - case "GENERAL" : active.setpage TabXMLSecGeneral - if ( TabXMLSecGeneral.exists() ) then - brc = true - printlog( CFN & "Switched to General page" ) - endif - - case "DETAILS" : active.setpage TabXMLSecDetails - if ( TabXMLSecDetails.exists() ) then - brc = true - printlog( CFN & "Switched to Details page" ) - endif - - case "PATH" : active.setpage TabXMLSecCertPath - if ( TabXMLSecCertPath.exists() ) then - brc = true - printlog( CFN & "Switched to Certification Path page" ) - endif - end select - - '///+
    • Set returnvalue
    • - hSelectXMLSecTab() = brc - '///
    - -end function diff --git a/testautomation/global/tools/includes/optional/t_security_tools.inc b/testautomation/global/tools/includes/optional/t_security_tools.inc index 9ba335b48ed0..02324d66235e 100644 --- a/testautomation/global/tools/includes/optional/t_security_tools.inc +++ b/testautomation/global/tools/includes/optional/t_security_tools.inc @@ -68,7 +68,7 @@ function hSetPasswordRecommendation( bEnable as boolean ) as boolean '///+
  • Click on the "Options..." button
  • kontext "TabSecurity" - Options.click() + hClickButton( Options ) kontext "TabSecurityOptionsAndWarnings" if ( TabSecurityOptionsAndWarnings.exists( 1 ) ) then @@ -89,14 +89,14 @@ function hSetPasswordRecommendation( bEnable as boolean ) as boolean RecommendPasswordProtectionOnSaving.uncheck() endif - TabSecurityOptionsAndWarnings.ok() + hCloseDialog( TabSecurityOptionsAndWarnings, "ok" ) else warnlog( "Failed to open security options page" ) endif '///+
  • Close Tools/Options
  • Kontext "ToolsOptionsDlg" - ToolsOptionsDlg.ok() + hCloseDialog( ToolsOptionsDlg, "ok" ) else warnlog( "Failed to open Tools/Options" ) @@ -311,7 +311,7 @@ function hAddTrustedPath( cPath as string ) as boolean hToolsOptions( "StarOffice" , "Security" ) '///+
  • Click Macro Security
  • - MacroSecurity.click() + hClickButton( MacroSecurity ) '///+
  • Switch to the Trusted Paths tab
  • hSwitchMacroSecurityTab( "trustedpaths" ) @@ -321,14 +321,14 @@ function hAddTrustedPath( cPath as string ) as boolean iPathCount = LocationsListBox.getItemCount() '///+
  • Click the "Add" button
  • - LocationsAdd.click() + hClickButton( LocationsAdd ) '///+
  • Enter a path to some files containing macros
  • kontext "OeffnenDlg" DateiName.setText( cPath ) '///+
  • Click "Select"
  • - Oeffnen.click() + hClickButton( Oeffnen ) '///+
  • Verify that the item has been added to the list
  • kontext "TabTrustedSources" @@ -374,7 +374,7 @@ function hRemoveTrustedPath( cPath as string ) as boolean dim iPathCount as integer dim iCurrentPathItem as integer - dim brc as boolean : brc = false + hRemoveTrustedPath() = false '///Description: '///
      @@ -392,33 +392,37 @@ function hRemoveTrustedPath( cPath as string ) as boolean hSwitchMacroSecurityTab( "trustedpaths" ) kontext "TabTrustedSources" - '///+
    • Get the number of currently listed items from the list
    • - iPathCount = LocationsListBox.getItemCount() + if ( TabTrustedSources.exists() ) then - '///+
    • Find the entry in the list
    • - for iCurrentPathItem = 1 to iPathCount + '///+
    • Get the number of currently listed items from the list
    • + iPathCount = LocationsListBox.getItemCount() - '///+
    • If it is there, delete it
    • - LocationsListBox.select( iCurrentPathItem ) - if ( LocationsListBox.getSelText() = cPath ) then - LocationsRemove.click() - printlog( CFN & "Removed item at pos. " & iCurrentPathItem ) - brc = true - exit for - endif + '///+
    • Find the entry in the list
    • + for iCurrentPathItem = 1 to iPathCount - next iCurrentPathItem - - '///+
    • Close the dialog
    • - hCloseDialog( TabTrustedSources, "ok" ) + '///+
    • If it is there, delete it
    • + LocationsListBox.select( iCurrentPathItem ) + if ( LocationsListBox.getSelText() = cPath ) then + LocationsRemove.click() + printlog( CFN & "Removed item at pos. " & iCurrentPathItem ) + hRemoveTrustedPath() = true + exit for + endif + + next iCurrentPathItem + + '///+
    • Close the dialog
    • + hCloseDialog( TabTrustedSources, "ok" ) + + else + warnlog( CFN & "Trusted Sources Tab did not open" ) + hRemoveTrustedPath() = false + endif '///+
    • Close Tools/Options
    • Kontext "OptionenDlg" hCloseDialog( OptionenDlg, "ok" ) - if ( not brc ) then printlog( CFN & "The trusted path was not found in the list" ) - hRemoveTrustedPath() = brc - '///
    end function @@ -460,7 +464,6 @@ function hSecurityEnterPasswordOnSave( cPassword as string ) as boolean const CFN = "hSecurityEnterPasswordOnSave::" if ( GVERBOSE ) then printlog( CFN & "Enter" ) - hSecurityEnterPasswordOnSave() = true '///Description: '///
      @@ -477,7 +480,7 @@ function hSecurityEnterPasswordOnSave( cPassword as string ) as boolean PasswordConfirm.setText( cPassword & "1" ) '///+
    • Click on OK
    • - PasswordFileSave.ok() + hCloseDialog( PasswordFileSave, "ok" ) '///+
    • There should be a warning about a faulty password confirmation
    • kontext "Active" @@ -504,7 +507,8 @@ function hSecurityEnterPasswordOnSave( cPassword as string ) as boolean PasswordConfirm.setText( cPassword ) '///+
    • Click on OK
    • - PasswordFileSave.ok() + hCloseDialog( PasswordFileSave, "ok" ) + hSecurityEnterPasswordOnSave() = true else @@ -538,8 +542,6 @@ end function function hSecurityEnterPasswordOnLoad( cPassword as string, bValid as boolean ) as boolean - use "global\tools\includes\optional\t_stringtools.inc" - '///

      Enter a password while loading a document

      '///Enters a valid or invalid password while loading a passworded file

      @@ -585,7 +587,7 @@ function hSecurityEnterPasswordOnLoad( cPassword as string, bValid as boolean ) '///+
    • Enter password, click OK
    • PasswortName.setText( cPassword ) - PasswordFileOpen.ok() + hCloseDialog( PasswordFileOpen, "ok" ) '///+
    • If the password was incorrect:
    • '///
        @@ -597,7 +599,7 @@ function hSecurityEnterPasswordOnLoad( cPassword as string, bValid as boolean ) printlog( CFN & "Message: " & Active.getText() ) '///+
      • Close the messagebox
      • - Active.ok() + hCloseDialog( Active, "ok" ) '///+
      • Close the Password dialog with "Cancel"
      • kontext "PasswordFileOpen" @@ -626,7 +628,42 @@ function hSecurityEnterPasswordOnLoad( cPassword as string, bValid as boolean ) hSecurityEnterPasswordOnLoad() = false endif '///
      - - printlog( CFN & "Exit with result:" & brc ) end function + +'******************************************************************************* + +function hSelectXMLSecTab( cTab as string ) as boolean + + const CFN = "hSelectXMLSecTab::" + hSelectXMLSecTab() = false + + kontext + + select case ( ucase( cTab ) ) + case "GENERAL" : active.setpage TabXMLSecGeneral + if ( TabXMLSecGeneral.exists() and TabXMLSecGeneral.isVisible() ) then + printlog( CFN & "Switched to General page" ) + hSelectXMLSecTab() = true + exit function + endif + + case "DETAILS" : active.setpage TabXMLSecDetails + if ( TabXMLSecDetails.exists() and TabXMLSecDetails.isVisible() ) then + printlog( CFN & "Switched to Details page" ) + hSelectXMLSecTab() = true + exit function + endif + + case "PATH" : active.setpage TabXMLSecCertPath + if ( TabXMLSecCertPath.exists() and TabXMLSecCertPath.isVisible() ) then + printlog( CFN & "Switched to Certification Path page" ) + hSelectXMLSecTab() = true + exit function + endif + end select + + warnlog( CFN & "Failed to switch XML Security Tabpage" ) + +end function + -- cgit From 6dd917ec2bb8ad58183722465319c613c18f604e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 08:47:15 +0100 Subject: vitomation01: #i109696 - Use hClickbutton() and hUseAsyncSlot() wherever possible --- .../global/tools/includes/required/t_tools3.inc | 7 +++--- testautomation/writer/required/includes/w_002_.inc | 26 +++++++++------------- 2 files changed, 15 insertions(+), 18 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 0da5a7069c37..87bb05c12e58 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -988,7 +988,7 @@ function hUseAsyncSlot( cSlot as string ) as integer const RETVAL_TIMEOUT = -1 ' Returnvalue if slot is not available const CFN = "global::tools::includes::required::hUseAsyncSlot(): " - printlog( "Executing <" & cSlot & ">" ) + printlog( "Execute <" & cSlot & ">" ) WaitSlot() for iRetries = 1 to MAX_RETRIES @@ -1010,7 +1010,6 @@ function hUseAsyncSlot( cSlot as string ) as integer case "editchangescomment" : EditChangesComment case "editpaste" : EditPaste - case "editcopy" : EditCopy case "editcut" : EditCut case "editselectall" : EditSelectAll case "editselectallmath" : EditSelectAllMath @@ -1031,6 +1030,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "editobjectsavecopyas" : EditObjectSaveCopyAs case "edithyperlink" : EditHyperlink case "editlinkswriter" : EditLinksWriter + case "editfields" : EditFields case "formatcharttype" : FormatChartType case "formatcontrol" : FormatControl @@ -1061,6 +1061,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "formatpagewriter" : FormatPageWriter case "formatautoformatapply" : FormatAutoformatApply + case "insertfieldsother" : InsertFieldsOther case "insertindexesbibliographyentry" : InsertIndexesBibliographyEntry case "contextpositionandsize" : ContextPositionAndSize @@ -1104,7 +1105,7 @@ function hClickButton( oButton as object ) as integer const RETVAL_TIMEOUT = -1 ' Return -1 if the button is not available const CFN = "global::tools::includes::required::hClickButton(): " - printlog( "Clicking <" & oButton.name() & ">" ) + printlog( "Click <" & oButton.name() & ">" ) WaitSlot() for iRetries = 1 to MAX_RETRIES diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 9d124ebaa775..317a37263617 100644 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -990,7 +990,7 @@ testcase tEditFields Call hNewDocument() printlog( "Insert->Field->Other" ) - InsertFieldsOther + hUseAsyncSlot( "InsertFieldsOther" ) ' Note that the tabdialog does not have a unique ID yet, so we treat it as "Active" kontext @@ -1004,33 +1004,29 @@ testcase tEditFields if ( TabDokumentFeldbefehle.isVisible() ) then Feldtyp.select( 1 ) Auswahl.select( 1 ) - Einfuegen.click() + hClickButton( Einfuegen ) hCloseDialog( TabDokumentFeldbefehle , "close" ) PrintLog( "Move cursor infront of field (start of document)" ) Call wTypeKeys("") PrintLog( "Edit / Fields" ) - EditFields + hUseAsyncSlot( "EditFields" ) Kontext "FeldbefehlBearbeitenDokument" if ( FeldbefehlBearbeitenDokument.exists( 2 ) ) then Call DialogTest ( FeldbefehlBearbeitenDokument ) PrintLog( "In 'Edit Fields' dialog select 'Edit'" ) - if ( Bearbeiten.IsVisible() and Bearbeiten.IsEnabled() ) then - Bearbeiten.Click() - - Kontext "TabBenutzerdaten" - if ( TabBenutzerdaten.exists( 2 ) ) then - printlog( " is open. Good." ) - call DialogTest( TabBenutzerdaten ) - hCloseDialog( TabBenutzerdaten, "cancel" ) - else - warnlog( " did not open" ) - endif + hClickButton( Bearbeiten ) + + Kontext "TabBenutzerdaten" + if ( TabBenutzerdaten.exists( 2 ) ) then + printlog( " is open. Good." ) + call DialogTest( TabBenutzerdaten ) + hCloseDialog( TabBenutzerdaten, "cancel" ) else - Warnlog( "Button 'Edit' in Dialog disabled!" ) + warnlog( " did not open" ) endif else warnlog( " is not visible" ) -- cgit From 9b92743c0f276002850f03f5799b040535539bc1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 08:58:56 +0100 Subject: vitomation01: #i109696 - formcontrol still not selected reliably (what works on one platform must not necessarily work on another) --- testautomation/framework/optional/includes/basic_formcontrols.inc | 2 +- testautomation/framework/tools/includes/formcontrols.inc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index 5210f329ad6f..f755d645b888 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -52,7 +52,7 @@ testcase tAllControlsOnDialog( cMajor as string ) const CMODULE = "tacod" ' abbreviation for tAllControlsOnDialog const BUTTON_TIMEOUT = -1 - const UPPER_BOUNDARY = 1 + const UPPER_BOUNDARY = 1 ' 1 = only writer, increase to add Calc, Impress, Draw... ' Currently set to test writer only. Increase upper boundary to add applications ' Up to 4 should be useful diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index 6f456f675dee..1085e03869d3 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -737,10 +737,6 @@ function hSelectControl( iControl as integer ) as boolean for iCurrentSelectionMethod = 1 to SELECTION_METHODS - select case ( iControl ) - case 11 : iCurrentSelectionMethod = 4 - end select - Kontext "BasicIDE" DialogWindow.typeKeys( "" , REPEAT_COUNT ) select case ( iCurrentSelectionMethod ) @@ -783,6 +779,10 @@ function hSelectControl( iControl as integer ) as boolean end select try + if ( iControl = 11 ) then + wait( 100 ) + printlog( "tried method: " & iCurrentSelectionMethod ) + endif ContextProperties hSelectControl() = true exit for -- cgit From 29f26441d9aa5d1bd4a61ea1cf1fa692d7bff9ea Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 11:07:26 +0100 Subject: vitomation01: #i108621 - the default field did not work in all languages. Implemented another approach to make sure that we have a filed that makes the edit... button show on the Edit Fields dialog. --- testautomation/writer/required/includes/w_002_.inc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 317a37263617..b8cfe17a932a 100644 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -985,6 +985,7 @@ endcase testcase tEditFields PrintLog( "Edit/Fields: Edit Fields dialog: " & gApplication ) + dim iCurrentType as integer PrintLog( "Open new document" ) Call hNewDocument() @@ -1000,10 +1001,21 @@ testcase tEditFields Active.setPage( TabDokumentFeldbefehle ) kontext "TabDokumentFeldbefehle" - printlog( "Select any item from the user data, insert the field, close the dialog" ) + printlog( "Select sender item from the user data, insert the field, close the dialog" ) if ( TabDokumentFeldbefehle.isVisible() ) then - Feldtyp.select( 1 ) - Auswahl.select( 1 ) + + ' Search for the sender item in the "Type" listbox by counting the + ' number of items in the "Select" box. Only the sender item has + ' more than 12 (usually 15) selectable options. + ' This is done to make sure that we have an enabled "Edit..." button + ' in the "Edit Fields" dialog called later in this test + for iCurrentTypeCount = 1 to FeldTyp.getItemCount() + FeldTyp.select( iCurrentTypeCount ) + if ( Auswahl.isEnabled() and Auswahl.getItemCount() > 12 ) then + exit for + endif + next iCurrentTypeCount + hClickButton( Einfuegen ) hCloseDialog( TabDokumentFeldbefehle , "close" ) -- cgit From 278176c970d6edcaa0c6cd92d404eb7a628ae4e7 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 12:07:08 +0100 Subject: vitomation01: #i108621 - Completed method to retrieve suitable field type, added printlog --- testautomation/writer/required/includes/w_002_.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index b8cfe17a932a..d26e1d2785da 100644 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -1009,12 +1009,13 @@ testcase tEditFields ' more than 12 (usually 15) selectable options. ' This is done to make sure that we have an enabled "Edit..." button ' in the "Edit Fields" dialog called later in this test - for iCurrentTypeCount = 1 to FeldTyp.getItemCount() - FeldTyp.select( iCurrentTypeCount ) + printlog( "Search for suitable field type" ) + for iCurrentType = 1 to FeldTyp.getItemCount() + FeldTyp.select( iCurrentType ) if ( Auswahl.isEnabled() and Auswahl.getItemCount() > 12 ) then exit for endif - next iCurrentTypeCount + next iCurrentType hClickButton( Einfuegen ) hCloseDialog( TabDokumentFeldbefehle , "close" ) -- cgit From 11cbd58514355a30f146fa8f4f9a1b86681f454a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 12:49:04 +0100 Subject: vitomation01: #i109562 - silence performance helper functions --- testautomation/global/tools/includes/required/t_tools3.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 87bb05c12e58..96e8c43f9c76 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -988,7 +988,7 @@ function hUseAsyncSlot( cSlot as string ) as integer const RETVAL_TIMEOUT = -1 ' Returnvalue if slot is not available const CFN = "global::tools::includes::required::hUseAsyncSlot(): " - printlog( "Execute <" & cSlot & ">" ) + if ( GVERBOSE ) then printlog( "Execute <" & cSlot & ">" ) WaitSlot() for iRetries = 1 to MAX_RETRIES @@ -1105,7 +1105,7 @@ function hClickButton( oButton as object ) as integer const RETVAL_TIMEOUT = -1 ' Return -1 if the button is not available const CFN = "global::tools::includes::required::hClickButton(): " - printlog( "Click <" & oButton.name() & ">" ) + if ( GVERBOSE ) then printlog( "Click <" & oButton.name() & ">" ) WaitSlot() for iRetries = 1 to MAX_RETRIES @@ -1161,7 +1161,9 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean ' Find out whether the dialog must exist (default) or is just closed as a precaution ("optional") if ( instr( sFlags, "optional") > 0 ) then bDialogMustExist = FALSE - printlog( "Closing dialog <" & oDialog.name() & "> using the flags <" & sFlags & ">.") + if ( GVERBOSE ) then + printlog( "Closing dialog <" & oDialog.name() & "> using the flags <" & sFlags & ">.") + endif if ( oDialog.exists() ) then select case( iClosingMethod ) -- cgit From e3cbc70aec917d2eba2b4b0dbff7003e1e3d5bfd Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 13:12:10 +0100 Subject: vitomation01: #i109562 - silence hGetUNOService() --- testautomation/global/tools/includes/required/t_tools2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc index 4604843f61b8..c7fdb865a979 100644 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -264,7 +264,7 @@ function hGetUNOService(optional bSilent as boolean, optional byRef sUnoPortExte ' To not to change the old behaviour, set variable if parameter is not given if (isMissing(bSilent)) then - bSilent = FALSE + bSilent = TRUE end if ' master.inc::sStartUpOffice needs just the Port Numberr from UNO, to pass it to first start up -- cgit From 6cddbf018bc99ac82675b8e3bf90e76e6b01b367 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 19 Mar 2010 13:18:42 +0100 Subject: vitomation01: #i109562 - find out how frequently we call hGetPathSigne() --- testautomation/global/system/includes/iniinfo.inc | 2 ++ testautomation/global/tools/includes/required/t_tools2.inc | 14 ++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 4f32125ec07f..1d5953bae614 100644 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -218,6 +218,8 @@ function hGetPathSigne(sPlatform as string) as string '/// Input: string of class gPlatform '/// Output: string which can be used as seperator in directories + printlog( " *** CALLED HGETPATHSIGNE *** " ) + select case sPlatform case "w95" : hGetPathSigne = "\" case "w98" : hGetPathSigne = "\" diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc index c7fdb865a979..449977d9329d 100644 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -117,6 +117,8 @@ end function function fSetMeasurementToCM() as string '/// Sets the measurement unit to centimeter (cm) and returns the unit. Dim i as integer + + const LANGUAGE_CODE_JAPANESE = 81 Call hNewDocument ToolsOptions @@ -124,7 +126,7 @@ function fSetMeasurementToCM() as string case "WRITER" Call hToolsOptions("WRITER","GENERAL") Masseinheit.Select(2) - if iSprache = 81 then + if iSprache = LANGUAGE_CODE_JAPANESE then fSetMeasurementToCM = Right$( Tabulatorenabstand.Gettext, 3 ) else fSetMeasurementToCM = Right$( Tabulatorenabstand.Gettext, 2 ) @@ -132,7 +134,7 @@ function fSetMeasurementToCM() as string case "CALC" Call hToolsOptions("CALC","GENERAL") Masseinheit.Select(2) - if iSprache = 81 then + if iSprache = LANGUAGE_CODE_JAPANESE then fSetMeasurementToCM = Right$( Tabulator.Gettext , 3 ) else fSetMeasurementToCM = Right$( Tabulator.Gettext , 2 ) @@ -140,7 +142,7 @@ function fSetMeasurementToCM() as string case "IMPRESS" Call hToolsOptions("IMPRESS","GENERAL") Masseinheit.Select(2) - if iSprache = 81 then + if iSprache = LANGUAGE_CODE_JAPANESE then fSetMeasurementToCM = Right$( Tabulatorabstand.Gettext, 3 ) else fSetMeasurementToCM = Right$( Tabulatorabstand.Gettext, 2 ) @@ -148,7 +150,7 @@ function fSetMeasurementToCM() as string case "DRAW" Call hToolsOptions("DRAW","GENERAL") Masseinheit.Select(2) - if iSprache = 81 then + if iSprache = LANGUAGE_CODE_JAPANESE then fSetMeasurementToCM = Right$( Tabulatorabstand.Gettext, 3 ) else fSetMeasurementToCM = Right$( Tabulatorabstand.Gettext, 2 ) @@ -156,7 +158,7 @@ function fSetMeasurementToCM() as string case "MASTERDOCUMENT" Call hToolsOptions("WRITER","GENERAL") Masseinheit.Select(2) - if iSprache = 81 then + if iSprache = LANGUAGE_CODE_JAPANESE then fSetMeasurementToCM = Right$( Tabulatorenabstand.Gettext, 3 ) else fSetMeasurementToCM = Right$( Tabulatorenabstand.Gettext, 2 ) @@ -168,7 +170,7 @@ function fSetMeasurementToCM() as string 'because .sdw, .sxw etc. export to HTML depends on it. Call hToolsOptions("WRITER","GENERAL") Masseinheit.Select(2) - if iSprache = 81 then + if iSprache = LANGUAGE_CODE_JAPANESE then fSetMeasurementToCM = Right$( Tabulatorenabstand.Gettext, 3 ) else fSetMeasurementToCM = Right$( Tabulatorenabstand.Gettext, 2 ) -- cgit From b66fbbe2b9c5f8a4013bcb8e69370f90aa07848e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 07:52:54 +0100 Subject: vitomation01: Local merge --- .../includes/optional/t_basic_organizer_tools.inc | 182 ++++----------------- .../tools/includes/optional/t_security_tools.inc | 43 +++-- .../tools/includes/optional/t_ui_filters.inc | 11 +- .../global/tools/includes/required/t_tools3.inc | 4 + 4 files changed, 63 insertions(+), 177 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc index cb348d3c1c3f..76c6b514a5d0 100644 --- a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc @@ -81,48 +81,39 @@ function hCreateModuleForDoc( optional cName as string ) as boolean dim iWait as integer ' how long we had to wait for the IDE to open dim iPos as integer - dim brc as boolean ' boolean returncode, a temporary variable - brc = false + dim brc as boolean : brc = false dim cMsg as string ' make sure that we have a name for the module - if ( isMissing( cName ) ) Then - cName = "TTModule" - endif + if ( isMissing( cName ) ) then cName = "TTModule" '///+
    • Select the last module (it should belong to the current document)
    • kontext "Makro" iPos = hSelectTheLastNode( MakroAus ) '///+
    • Click the New-Button, name the module
    • - if ( Neu.isEnabled() ) then - 'printlog( CFN & "New-button is enabled" ) - else + if ( not hClickButton( Neu ) ) then warnlog( CFN & "New-button is disabled" ) hCreateModuleForDoc() = false exit function endif - Neu.Click() - '///+
    • If the module already exists we end up on the Deletion dialog
    • kontext "Active" if ( Active.exists() ) then - cMsg = active.getText() - cMsg = hRemoveLineBreaks( cMsg ) - printlog( "Module seems to exist, deleting Main: " & cMsg ) - Active.Yes() + printlog( "Module seems to exist, deleting Main: " & active.getText() ) + hCloseDialog( Active, "yes" ) endif Kontext "NeuesModul" - if ( NeuesModul.exists() ) then + if ( NeuesModul.exists( 1 ) ) then Modulname.SetText( cName ) - NeuesModul.OK() + hCloseDialog( NeuesModul, "ok" ) else warnlog( CFN & "Failed create a new module, aborting" ) hCreateModuleForDoc() = false kontext "Makro" - Makro.cancel() + hCloseDialog( Makro, "cancel" ) exit function endif @@ -131,13 +122,12 @@ function hCreateModuleForDoc( optional cName as string ) as boolean kontext "MacroBar" if ( MacroBar.exists( 3 ) ) then printlog( CFN & "Exit: New module: " & cName & ". IDE is open" ) - brc = true + hCreateModuleForDoc() = true else warnlog( CFN & "Exit: Failed to create the Module" ) - brc = false + hCreateModuleForDoc() = false endif - hCreateModuleForDoc() = brc '///+
    • Return TRUE on success, FALSE on failure
    • '///
    @@ -157,17 +147,12 @@ function hOpenBasicObjectOrganizer( iTabPage as integer ) as boolean ' BASIC-IDE ' NOTE: This is the organizer for libraries, modules and dialogs, ' not the one to run or assign macros! - - dim iMenuSize as integer - dim brc as boolean - '///+
  • Open the context menu of the tabbar
  • kontext "basicide" - Tabbar.OpenContextMenu + Tabbar.OpenContextMenu() '///+
  • Select the last entry of the context menu (dynamic menu!)
  • - iMenuSize = hMenuItemgetCount() - if ( iMenuSize = 2 ) then + if ( hMenuItemGetCount() = 2 ) then printlog( " * short context menu (no edit-window)" ) hMenuSelectNr( 2 ) else @@ -178,13 +163,12 @@ function hOpenBasicObjectOrganizer( iTabPage as integer ) as boolean WaitSlot() '///+
  • On the basic object organizer switch to the Modules tab
  • - brc = hSelectBasicObjectOrganizerTab( 1 ) - if ( not brc ) then + if ( hSelectBasicObjectOrganizerTab( 1 ) ) then + printlog( CFN & "Requested page is open" ) + hOpenBasicObjectOrganizer() = true + else warnlog( CFN & "Failed to open requested Tabpage" ) hOpenBasicObjectOrganizer() = false - else - printlog( CFN & "Requested page is open" ) - hOpenBasicObjectOrganizer = true endif '///+
  • Return TRUE on success, FALSE on failure
  • '/// @@ -201,24 +185,14 @@ function hOpenBasicOrganizerFromDoc() as boolean '///
      const CFN = "hOpenBasicOrganizerFromDoc::" + hOpenBasicOrganizerFromDoc() = false '///+
    • Use the slot ToolsMacro_uno to open the Basic Macro organizer
    • ToolsMacro_uno '///+
    • Verify that the dialog is open
    • kontext "Makro" - if ( not Makro.exists() ) then - warnlog( CFN & "Could not open Macro Organizer" ) - hOpenBasicOrganizerFromDoc() = false - exit function - endif - - call dialogtest( Makro ) - - '///+
    • Return TRUE on success, FALSE on failure
    • - printlog( CFN & "Basic Organizer is open" ) - hOpenBasicOrganizerFromDoc() = true - kontext "Makro" + if ( Makro.exists( 2 ) ) then hOpenBasicOrganizerFromDoc() = true '///
    end function @@ -239,13 +213,6 @@ function hSelectBasicObjectOrganizerTab( iTabPage as integer ) as boolean '///Description: '///
      - '///+
    • Verify function parameters
    • - if ( ( iTabPage < 1 ) or ( iTabPage > 3 ) ) then - warnlog( CFN & "Illegal argument passed to function: " & iTabPage ) - hSelectBasicObjectOrganizerTab() = false - exit function - endif - '///+
    • Switch between tabpages 1, 2 or 3
    • select case iTabPage case 1 : @@ -295,12 +262,6 @@ function hDeleteLibrary( iLocation as integer, cLibName as string ) as boolean const CFN = "hDeleteLibrary::" const ITABPOS = 3 - '///+
    • Verify function parameters
    • - if ( ( iLocation < 1 ) or ( iLocation > 3 ) ) then - warnlog( CFN & "Invalid parameter passed to function" ) - hDeleteLibrary() = false - endif - dim iObjectCount as integer dim iCurrentObject as integer dim cCurrentObjectName as string @@ -310,7 +271,7 @@ function hDeleteLibrary( iLocation as integer, cLibName as string ) as boolean '///+
    • Click Manage-button
    • Kontext "Makro" - Verwalten.click() + hClickButton( Verwalten ) '///+
    • Go to the Libraries Tab on the Macro Object Organizer
    • hSelectBasicObjectOrganizerTab( ITABPOS ) @@ -329,7 +290,7 @@ function hDeleteLibrary( iLocation as integer, cLibName as string ) as boolean if ( cCurrentObjectName = cLibName ) then '///+
    • Click Delete
    • - Loeschen.click() + hClickButton( Loeschen ) exit for endif @@ -337,7 +298,7 @@ function hDeleteLibrary( iLocation as integer, cLibName as string ) as boolean '///+
    • Confirm to delete library
    • Kontext "Active" - if ( Active.exists() ) then + if ( Active.exists( 1 ) ) then active.yes() else warnlog( CFN & "No confirmation for delete" ) @@ -354,11 +315,11 @@ function hDeleteLibrary( iLocation as integer, cLibName as string ) as boolean endif '///+
    • Cancel Macro Object Organizer
    • - TabBibliotheken.cancel() + hCloseDialog( TabBibliotheken, "cancel" ) '///+
    • Cancel Basic Macro Organizer
    • Kontext "Makro" - Makro.cancel() + hCloseDialog( Makro, "cancel" ) '///+
    • Return TRUE on success, FALSE on failure
    • '///
    @@ -366,84 +327,6 @@ end function '******************************************************************************* -function hIsMacroEditButtonEnabled() as boolean - - '///

    Test whether the "Edit..." button is enabled or not

    - '///Starting point: Basic Macro Organizer - '///
      - - const CFN = "hIsMacroEditButtonEnabled::" - dim brc as boolean - - '///+
    • Check that the macro dialog is open
    • - Kontext "Makro" - if ( not Makro.exists() ) then - warnlog( "Macro organizer is not open, aborting function" ) - hIsMacroEditButtonEnabled() = false - exit function - endif - - '///+
    • Verify that the Edit...-Button exists and is enabled
    • - if ( bearbeiten.exists() ) then - if ( bearbeiten.isEnabled() ) then - printlog( CFN & "Button exists and is enabled" ) - brc = true - else - printlog( CFN & "Button exists but is disabled" ) - brc = false - endif - else - warnlog( CFN & "Button does not exist" ) - brc = false - endif - - '///+
    • Return TRUE if button exists and is enabled
    • - '///
    - hIsMacroEditButtonEnabled() = brc - -end function - -'******************************************************************************* - -function hIsMacroNewButtonEnabled() as boolean - - '///

    Find out whether the "New..." button is enabled or not

    - '///Starting point: Basic Macro Organizer - '///
      - - const CFN = "hIsMacroNewButtonEnabled::" - dim brc as boolean - - '///+
    • Check that the macro dialog is open
    • - Kontext "Makro" - if ( not Makro.exists() ) then - warnlog( "Macro organizer is not open, aborting function" ) - hIsMacroNewButtonEnabled() = false - exit function - endif - - '///+
    • Verify that the New...-Button exists and is enabled
    • - if ( neu.exists() ) then - if ( neu.isEnabled() ) then - printlog( CFN & "Button exists and is enabled" ) - brc = true - else - printlog( CFN & "Button exists but is disabled" ) - brc = false - endif - else - warnlog( CFN & "Button does not exist" ) - brc = false - endif - - '///+
    • Return TRUE if button exists and is enabled
    • - '///
    - hIsMacroNewButtonEnabled() = brc - -end function - -'******************************************************************************* - function hNameBasicModule( cName as string ) as boolean '///

    Name a Basic Module

    @@ -466,12 +349,7 @@ function hNameBasicModule( cName as string ) as boolean '///Description: '///
      - use "global\tools\includes\optional\t_stringtools.inc" - const CFN = "hNameBasicModule::" - dim brc as boolean - brc = true - dim cMsg as string '///+
    • Verify that the naming dialog is open
    • kontext "NeuesModul" @@ -484,22 +362,20 @@ function hNameBasicModule( cName as string ) as boolean Modulname.SetText( cName ) '///+
    • Accept the name with OK
    • - NeuesModul.OK() + hCloseDialog( NeuesModul, "ok" ) '///+
    • If there is no warning, the name should be valid.
    • kontext "BasicIDE" if ( BasicIde.exists( 2 ) ) then - brc = true + hNameBasicModule() = true printlog( CFN & "Name accepted, Basic-Ide is open" ) else - brc = false + hNameBasicModule() = false '///+
    • Look for invalid name warning, close it
    • kontext "active" if ( active.exists() ) then - cMsg = active.getText() - cMsg = hRemoveLineBreaks( cMsg - printlog( CFN & "Msgbox: " & cMsg ) - active.ok() + printlog( CFN & "Msgbox: " & active.exists() ) + hCloseDialog( active, "ok" ) endif '///+
    • If the name is invalid, get back to the naming-dialog
    • @@ -510,8 +386,6 @@ function hNameBasicModule( cName as string ) as boolean warnlog( CFN & "Naming failed but we are not on the naming dialog" ) endif endif - - hNameBasicModule() = brc '///
    end function diff --git a/testautomation/global/tools/includes/optional/t_security_tools.inc b/testautomation/global/tools/includes/optional/t_security_tools.inc index 02324d66235e..19f93392c0e9 100644 --- a/testautomation/global/tools/includes/optional/t_security_tools.inc +++ b/testautomation/global/tools/includes/optional/t_security_tools.inc @@ -68,30 +68,37 @@ function hSetPasswordRecommendation( bEnable as boolean ) as boolean '///+
  • Click on the "Options..." button
  • kontext "TabSecurity" - hClickButton( Options ) + if ( hClickButton( Options ) ) then - kontext "TabSecurityOptionsAndWarnings" - if ( TabSecurityOptionsAndWarnings.exists( 1 ) ) then - - '///+
  • Retrieve the current setting for passwor recommendation
  • - if ( RecommendPasswordProtectionOnSaving.isChecked() ) then - hSetPasswordRecommendation() = true + kontext "TabSecurityOptionsAndWarnings" + if ( TabSecurityOptionsAndWarnings.exists( 1 ) ) then + + '///+
  • Retrieve the current setting for passwor recommendation
  • + if ( RecommendPasswordProtectionOnSaving.isChecked() ) then + hSetPasswordRecommendation() = true + else + hSetPasswordRecommendation() = false + endif + + '///+
  • Set the requested state
  • + if ( bEnable ) then + printlog( CFN & "Enabled password recommendation" ) + RecommendPasswordProtectionOnSaving.check() + else + printlog( CFN & "Disabled password recommendation" ) + RecommendPasswordProtectionOnSaving.uncheck() + endif + + hCloseDialog( TabSecurityOptionsAndWarnings, "ok" ) + else + warnlog( "Failed to open security options page" ) hSetPasswordRecommendation() = false endif - - '///+
  • Set the requested state
  • - if ( bEnable ) then - printlog( CFN & "Enabled password recommendation" ) - RecommendPasswordProtectionOnSaving.check() - else - printlog( CFN & "Disabled password recommendation" ) - RecommendPasswordProtectionOnSaving.uncheck() - endif - hCloseDialog( TabSecurityOptionsAndWarnings, "ok" ) else - warnlog( "Failed to open security options page" ) + warnlog( CFN & "Unable to click options button" ) + hSetPasswordRecommendation() = false endif '///+
  • Close Tools/Options
  • diff --git a/testautomation/global/tools/includes/optional/t_ui_filters.inc b/testautomation/global/tools/includes/optional/t_ui_filters.inc index 0b22b8a94141..b76765e05069 100644 --- a/testautomation/global/tools/includes/optional/t_ui_filters.inc +++ b/testautomation/global/tools/includes/optional/t_ui_filters.inc @@ -99,8 +99,7 @@ function hGetFilterGroup( api_filters() as string, ui_filters() as string ) dim iCurrentFilter as integer - dim iFilterCount as integer - iFilterCount = ubound( api_filters() ) + dim iFilterCount as integer : iFilterCount = ubound( api_filters() ) dim iAPIfilterList as integer @@ -115,9 +114,11 @@ function hGetFilterGroup( api_filters() as string, ui_filters() as string ) if ( oFilter( iAPIFilterList ).Name = "UIName" ) then ui_filters( iCurrentFilter ) = oFilter( iAPIFilterList ).Value() - 'printlog( CFN & "DEBUG: Index (iCurrentFilter): " & iCurrentFilter ) - 'printlog( CFN & "DEBUG: API Filter: " & api_filters( iCurrentFilter ) ) - 'printlog( CFN & "DEBUG: UI Filter.: " & ui_filters( iCurrentFilter ) ) + if ( GVERBOSE ) then + 'printlog( CFN & "DEBUG: Index (iCurrentFilter): " & iCurrentFilter ) + 'printlog( CFN & "DEBUG: API Filter: " & api_filters( iCurrentFilter ) ) + 'printlog( CFN & "DEBUG: UI Filter.: " & ui_filters( iCurrentFilter ) ) + endif endif next iAPIFilterList diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 96e8c43f9c76..d0c4ae5e47fd 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1139,6 +1139,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean const METHOD_CANCEL = 2 const METHOD_OK = 3 const METHOD_202 = 4 + const METHOD_YES = 5 const TIMEOUT = 2 ' Maximum time to wait for a dialog to close dim sFlags as string : sFlags = lcase( sUserFlags ) @@ -1152,6 +1153,8 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean iClosingMethod = METHOD_CANCEL elseif ( instr( sFlags, "202" ) ) then iClosingMethod = METHOD_202 + elseif ( instr( sFlags, "yes" ) ) then + iClosingMethod = METHOD_YES elseif ( instr( sFlags, "ok" ) ) then iClosingMethod = METHOD_OK else @@ -1171,6 +1174,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean case METHOD_CANCEL : oDialog.cancel() case METHOD_OK : oDialog.ok() case METHOD_202 : oDialog.click( 202 ) + case METHOD_YES : oDialog.yes() case else : warnlog( CFN & " Script error: Allowed closing methods are , and ." ) end select -- cgit From 55a7ce220cb7312e534c216e6865d775aafd2f72 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 10:44:42 +0100 Subject: vitomation01: #i109562 - Use parameters where possible, removed weird code constructs --- .../global/tools/includes/required/t_doc2.inc | 84 +++++++++++----------- .../global/tools/includes/required/t_option2.inc | 22 +++--- 2 files changed, 57 insertions(+), 49 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 12d08bfbf554..1e622efda3d8 100644 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -36,28 +36,29 @@ sub hTabelleEinfuegen '/// hTabelleEinfuegen hInsertTable ///' '/// insert a dummy table in writer/writerweb/masterdocument ///' TableInsertTable - sleep(2) + Kontext "TabelleEinfuegenWriter" - wait 500 - TabelleEinfuegenWriter.OK - sleep(1) + if ( TabelleEinfuegenWriter.exists( 2 ) ) then - Kontext "TableObjectbar" - sleep(1) - if TableObjectbar.NotExists then - Kontext "TextObjectbar" - TextObjectbar.SetNextToolBox - end if + hCloseDialog( TabelleEinfuegenWriter, "ok" ) + + Kontext "TableObjectbar" + if ( TableObjectbar.exists( 1 ) ) then + ' We are happy then, do nothing + else + Kontext "TextObjectbar" + TextObjectbar.SetNextToolBox + end if + + select case ( gApplication ) + Case "WRITER" : Kontext "DocumentWriter" + Case "MASTERDOCUMENT" : Kontext "DocumentMasterDoc" + Case "HTML" : Kontext "DocumentWriterWeb" + end select + else + warnlog( "hTabelleEinfuegen: Failed to open dialog" ) + endif - select case uCASE(gApplication) - Case "WRITER" - Kontext "DocumentWriter" - Case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - Case "HTML" - Kontext "DocumentWriterWeb" - end select - sleep(1) end sub ' '------------------------------------------------------------------------------- @@ -107,8 +108,7 @@ sub SchreibenInMathdok ( Eingabe as String ) warnlog "--No Clipboard available :-(--" printlog "---ClipTest--- should: "+Eingabe +", is: "+GetClipboard endif - EditPaste - sleep(3) + hUseAsyncSlot( "EditPaste" ) end sub ' '------------------------------------------------------------------------------- @@ -147,7 +147,7 @@ function sMakeReadOnlyDocumentEditable() as boolean if ( Bearbeiten.getState( 2 ) = 0 ) then - rc = hUseAsyncSlot("editdoc") + rc = hUseAsyncSlot("editdoc") if ( rc >= 0 ) then for iTry = 1 to 2 @@ -193,16 +193,20 @@ function fSelectFirstOLE() as integer '+ 0 := Sucess '- 1 := unknown application - dim bNavigatorWasVisible as boolean - bNavigatorWasVisible = FALSE - dim iIndex + const RETVAL_SUCCESS = 0 + const RETVAL_UNKNOWN_APPLICATION = -1 + + const MAX_WAIT_FOR_NAVIGATOR = 10 + + dim bNavigatorWasVisible as boolean : bNavigatorWasVisible = FALSE + dim iIndex as integer - fSelectFirstOLE = -1 + fSelectFirstOLE() = RETVAL_UNKNOWN_APPLICATION - select case uCASE(gApplication) + select case ( gApplication ) case "CALC" : Kontext "NavigatorCalc" 'First check if Navigator is visible and remember result - if NavigatorCalc.exists (10) then + if NavigatorCalc.exists ( MAX_WAIT_FOR_NAVIGATOR ) then bNavigatorWasVisible = TRUE else try @@ -218,7 +222,7 @@ function fSelectFirstOLE() as integer endcatch end if Kontext "NavigatorCalc" - if NavigatorCalc.exists (10) then + if NavigatorCalc.exists ( MAX_WAIT_FOR_NAVIGATOR ) then 'Select first OLE in list Liste.TypeKeys "" for iIndex = 1 to 8 @@ -230,12 +234,12 @@ function fSelectFirstOLE() as integer Liste.select(6) Liste.TypeKeys "+" Liste.TypeKeys "" - fSelectFirstOLE = 0 + fSelectFirstOLE() = RETVAL_SUCCESS else QAErrorLog "Navigator couldn't be opened!" end if case "DRAW" , "IMPRESS" : Kontext "NavigatorDraw" - if NavigatorDraw.Exists(10) then + if NavigatorDraw.Exists( MAX_WAIT_FOR_NAVIGATOR ) then bNavigatorWasVisible = TRUE else try @@ -250,21 +254,21 @@ function fSelectFirstOLE() as integer ViewNavigator endcatch Kontext "NavigatorDraw" - if NavigatorDraw.exists(10) then + if NavigatorDraw.exists( MAX_WAIT_FOR_NAVIGATOR ) then 'Select first OLE in list Liste.TypeKeys "" Liste.select(1) Liste.TypeKeys "+" - fSelectFirstOLE = 0 + fSelectFirstOLE() = RETVAL_SUCCESS else - QAErrorLog "Navigator did not occoured!" + QAErrorLog "Navigator did not open!" end if end if case "WRITER" , "HTML" , "MASTERDOCUMENT" : - select case uCASE(gApplication) + select case ( gApplication ) case "MASTERDOCUMENT" : Kontext "NavigatorGlobalDoc" - if NavigatorGlobalDoc.Exists(10) then + if NavigatorGlobalDoc.Exists( MAX_WAIT_FOR_NAVIGATOR ) then bNavigatorWasVisible = TRUE else ViewNavigator @@ -277,7 +281,7 @@ function fSelectFirstOLE() as integer endif case else : Kontext "NavigatorWriter" 'First check if Navigator is visible and remember result - if NavigatorWriter.Exists (10) then + if NavigatorWriter.Exists ( MAX_WAIT_FOR_NAVIGATOR ) then bNavigatorWasVisible = TRUE else try @@ -295,7 +299,7 @@ function fSelectFirstOLE() as integer end if end select Kontext "NavigatorWriter" - if NavigatorWriter.Exists(10) then + if NavigatorWriter.Exists( MAX_WAIT_FOR_NAVIGATOR ) then ' Check if all content is visible if Auswahlliste.GetItemCount < 2 then Inhaltsansicht.Click @@ -307,7 +311,7 @@ function fSelectFirstOLE() as integer next iIndex Auswahlliste.select(5) Auswahlliste.TypeKeys "+" - fSelectFirstOLE = 0 + fSelectFirstOLE() = RETVAL_SUCCESS else QAErrorLog "Navigator did not occoured!" end if @@ -318,7 +322,7 @@ function fSelectFirstOLE() as integer if bNavigatorWasVisible = TRUE then printlog "Leaving navigator open as initially found" else - if fSelectFirstOLE = 0 then + if ( fSelectFirstOLE = RETVAL_SUCCESS ) then ViewNavigator printlog "Closing navigator as initially found" else diff --git a/testautomation/global/tools/includes/required/t_option2.inc b/testautomation/global/tools/includes/required/t_option2.inc index 174048985c59..2b10f50ce00a 100644 --- a/testautomation/global/tools/includes/required/t_option2.inc +++ b/testautomation/global/tools/includes/required/t_option2.inc @@ -196,6 +196,9 @@ function hSetMacroSecurity( iLevel as integer ) as integer '///Switch between macro security levels in Tools/Options '///
      const CFN = "hSetMacroSecurity::" + const RETVAL_FAILURE = -1 + const DEFAULT_WAIT_TIME = 2 + dim iOldSecurityLevel as integer dim caLevel( 3 ) as string @@ -206,7 +209,7 @@ function hSetMacroSecurity( iLevel as integer ) as integer if ( ( iLevel < GC_MACRO_SECURITY_LEVEL_LOW ) or ( iLevel > GC_MACRO_SECURITY_LEVEL_VERYHIGH ) ) then warnlog( CFN & "Invalid index (0...3) passed to function: " & ilevel ) - hSetMacroSecurity() = -1 + hSetMacroSecurity() = RETVAL_FAILURE exit function end if @@ -216,12 +219,12 @@ function hSetMacroSecurity( iLevel as integer ) as integer '///+
    • Click on the macro security button
    • Kontext "TabSecurity" - if ( MacroSecurity.exists( 2 ) ) then + if ( MacroSecurity.exists( DEFAULT_WAIT_TIME ) ) then MacroSecurity.click() '///+
    • Ensure we are on the Security Level page
    • kontext "Active" - if ( Active.exists( 2 ) ) then + if ( Active.exists( DEFAULT_WAIT_TIME ) ) then Kontext active.setpage TabSecurityLevel @@ -241,12 +244,12 @@ function hSetMacroSecurity( iLevel as integer ) as integer else printlog( CFN & "Security Tabpage not available. Aborting." ) kontext "OptionenDlg" - if ( OptionenDlg.exists( 2 ) ) then + if ( OptionenDlg.exists( DEFAULT_WAIT_TIME ) ) then OptionenDlg.cancel() else warnlog( CFN & "Unrecoverable error, status unknown." ) endif - hSetMacroSecurity() = -1 + hSetMacroSecurity() = RETVAL_FAILURE exit function endif @@ -263,12 +266,12 @@ function hSetMacroSecurity( iLevel as integer ) as integer else printlog( CFN & "Macro Security Dialog did not open. Aborting." ) kontext "OptionenDlg" - if ( OptionenDlg.exists( 2 ) ) then + if ( OptionenDlg.exists( DEFAULT_WAIT_TIME ) ) then OptionenDlg.cancel() else warnlog( CFN & "Unrecoverable error, status unknown." ) endif - hSetMacroSecurity() = -1 + hSetMacroSecurity() = RETVAL_FAILURE exit function endif @@ -276,7 +279,7 @@ function hSetMacroSecurity( iLevel as integer ) as integer TabSecurityLevel.ok() else warnlog( CFN & "The Macro Security Button is not available" ) - iOldSecurityLevel = -1 + iOldSecurityLevel = RETVAL_FAILURE end if Kontext "OptionenDLG" OptionenDLG.OK() @@ -312,6 +315,7 @@ function hGetMacroSecurityAPI() as integer '/// const CFN = "hGetMacroSecurityAPI::" + const RETVAL_FAILURE = -1 dim oUnoOfficeConnection as object dim oUnoConfigurationAccess as object @@ -336,7 +340,7 @@ function hGetMacroSecurityAPI() as integer catch warnlog( CFN & "Failed to retrieve macro security Level via API" ) - iLevel = -1 + iLevel = RETVAL_FAILURE endcatch -- cgit From 58fb8a85dd07b77dc6c30a4c9a23a08e03b38a30 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 10:48:53 +0100 Subject: vitomation01: #i109562 - remove unnecessary ucase( gApplication ) statements, the string is always uppercase --- testautomation/global/tools/includes/required/t_menu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_menu.inc b/testautomation/global/tools/includes/required/t_menu.inc index baf9d5f373fe..3bf5adbde574 100644 --- a/testautomation/global/tools/includes/required/t_menu.inc +++ b/testautomation/global/tools/includes/required/t_menu.inc @@ -585,7 +585,7 @@ function hUseMenu () '/// function hUseMenu () ///' '///+ very global function: depends on 'gApplication' just activates the menu-bar ///' - Select Case Ucase(gApplication) + Select Case ( gApplication ) Case "WRITER" Kontext "DocumentWriter" @@ -646,7 +646,7 @@ function hOpenContextMenu() '/// very global function: depends on 'gApplication' just opens the Context Menu ///' - Select Case Ucase(gApplication) + Select Case ( gApplication ) Case "WRITER" Kontext "DocumentWriter" -- cgit From b87c0fc3bf848aca77333314466af2072a670438 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 11:26:31 +0100 Subject: vitomation01: #i109562 - My dirtiest - a few minor cleanups but the code could probably use a real facelift --- .../tools/includes/optional/t_basic_ide_tools.inc | 196 ++++++--------------- 1 file changed, 51 insertions(+), 145 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index eadbfc694d87..9dc4eb7a313c 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -38,12 +38,12 @@ function hShowMacroControls() as boolean '///
        const CFN = "hShowMacroControls::" - printlog( CFN & "Enter" ) + if ( GVERBOSE ) then printlog( CFN & "Enter" ) '///+
      • Test whether the ToolsCollectionBar is already open. If yes, exit directly
      • kontext "ToolsCollectionBar" if ( ToolsCollectionBar.exists( 3 ) ) then - printlog( CFN & "Exit: ToolsCollectionBar is already open." ) + printlog( CFN & "ToolsCollectionBar is already open." ) hShowMacroControls() = true exit function endif @@ -66,23 +66,19 @@ function hShowMacroControls() as boolean '///+
      • Move it to the upper left corner at pos 50/50
      • ToolsCollectionBar.Move ( 50 , 50 ) - printlog( CFN & "Exit: ToolsCollectionBar is open and has been placed" ) + printlog( CFN & "ToolsCollectionBar is open and has been placed" ) hShowMacroControls() = true - exit function else - printlog( CFN & "Exit: ToolsCollectionBar is not available. Aborting." ) + printlog( CFN & "ToolsCollectionBar is not available. Aborting." ) hShowMacroControls() = false - exit function endif catch - printlog( CFN & "Exit: The Controls-Button is not enabled. Aborting." ) + printlog( CFN & "The Controls-Button is not enabled. Aborting." ) hShowMacroControls() = false - exit function endcatch else - printlog( CFN & "Exit: The Dialog Bar is not available. Aborting." ) + printlog( CFN & "The Dialog Bar is not available. Aborting." ) hShowMacroControls() = false - exit function endif '///
      @@ -94,22 +90,10 @@ function hGetBasicWorkFile( cMajorID as string ) as string '///

      Retrieve a filename, depending on gApplication and Build-ID

      '///Structure: work-directory/basic[.suffix] - '///
        - const CFN = "hGetBasicWorkFile::" - - dim sFile as string - - '///+
      • Build a path and a filename (path from UNO, Suffix from global-module)
      • - sFile = hGetWorkPath() & "basic" & hGetSuffix( cMajorId ) - sFile = ConvertPath( sFile ) - + dim sFile as string : sFile = hGetWorkPath() & "basic" & hGetSuffix( cMajorId ) printlog( CFN & sFile & " for " & gApplication & " (" & cMajorID & ")" ) - - '///+
      • Return the path as string
      • hGetBasicWorkFile() = sFile - - '///
      end function @@ -156,28 +140,10 @@ end function function hCloseBasicIDE() as boolean - '///

      Close the BASIC-IDE with best effort verification

      - '///Starting point: Basic IDE is open and has the focus - '///
        - '///+
      1. File-menu
      2. - '///+
      3. Slot FileClose
      4. - '///+
      5. hCloseDocument()/hDestroyDocument()
      6. - '///
      - '///
        - - use "global\tools\includes\optional\t_docfuncs.inc" - - '///+
      • Close the macro controls float
      • + '///

        Close the BASIC-IDE

        hCloseCollectionBar() - - '///+
      • Try to close the current document
      • - if ( hDestroyDocument() ) then - hCloseBasicIDE() = true - else - hCloseBasicIDE() = false - qaerrorlog( "#i54135# Failed to close BASIC IDE" ) - endif - '///
      + kontext "BasicIDE" + hCloseBasicIDE() = hDestroyDocument() end function @@ -273,27 +239,19 @@ function hSelectDialogPane() as boolean '///

      Select the dialog pane in the Basic dialog editor

      '///Starting point: Basic dialog editor is open and has the focus - '///
        - const CFN = "hSelectDialogPane::" - printlog( CFN & "Enter" ) + const UP_LEFT = 10 + const DOWN_RIGHT = 90 + + if ( GVERBOSE ) then printlog( CFN & "Enter" ) - '///+
      • Select background dialog by rubberband
      • kontext "BasicIDE" + DialogWindow.mouseDown( DOWN_RIGHT , DOWN_RIGHT ) + DialogWindow.mouseMove( UP_LEFT , UP_LEFT ) + DialogWindow.mouseUp ( UP_LEFT , UP_LEFT ) - '///+
      • Set the mousepointer down at 90/90
      • - DialogWindow.mouseDown( 90 , 90 ) - - '///+
      • Move it to 10/10
      • - DialogWindow.mouseMove( 10 , 10 ) - - '///+
      • Release the mouse pointer at 10/10
      • - DialogWindow.mouseUp ( 10 , 10 ) - - '///+
      • Return TRUE, currently no verification is implemented
      • - printlog( CFN & "Exit: Selected dialog pane (not verified)" ) + printlog( CFN & "Selected dialog pane (not verified)" ) hSelectDialogPane() = true - '///
      end function @@ -301,7 +259,7 @@ end function function hCloseCollectionBar() as boolean - const CFN = "hCloseCollectionBar::" + const CFN = "hCloseCollectionBar(): " kontext "ToolsCollectionBar" if ( ToolsCollectionBar.exists() ) then @@ -310,6 +268,7 @@ function hCloseCollectionBar() as boolean printlog( "Closed Macro Controls Float" ) hCloseCollectionBar() = true else + warnlog( CFN & "Failed to close Macro Controls Float" ) hCloseCollectionBar() = false endif else @@ -325,49 +284,13 @@ function hDeleteMacro() as boolean '///

      Delete all text in the Basic IDE editor

      '///Starting point: Basic IDE is open, has focus, code can be edited - '///
        - - use "global\tools\includes\optional\t_accels.inc" - - '///+
      • Verify all prerequisites are met (BasicIDE must be open)
      • - kontext "BasicIDE" - if ( not BasicIde.exists() ) then - warnlog( "hDeleteMacro::BasicIDE is not visible/active. Aborting" ) - hDeleteMacro() = false - exit function - endif - - dim brc as boolean - - '///+
      • get the languagespecific accelerator for "Edit->Select All"
      • - dim cAccelerator as string - cAccelerator = hGetAccel( "SelectAll" ) - - printlog( "hDeleteMacro::Using Accel: " & cAccelerator ) - ' Common for all actions is that we delete the existing macro before ' inserting the new one. This fails if the accelerator for SelectAll ' is incorrect, we try to recover by doing this manually then. '///+
      • Delete the entire content of the Basic IDE editor
      • - EditWindow.TypeKeys( cAccelerator ) - EditWindow.TypeKeys( "" ) - - ' Verify that the EditWindow is empty, if not use a method that - ' should work for all languages/locales - '///+
      • Verify that the editor window is indeed empty
      • - brc = hIsEditWindowEmpty() - if ( not brc ) then - qaerrorlog( "#i52430# hDeleteMacro::Accelerator " & cAccelerator & " failed" ) - printlog( "hDeleteMacro::Trying alternative method" ) - EditWindow.TypeKeys( "" ) - EditWindow.TypeKeys( "" ) - EditWindow.TypeKeys( "" ) - brc = hIsEditWindowEmpty() - endif - - '///+
      • Return TRUE on success, FALSE on failure
      • - hDeleteMacro() = brc - '///
      + hUseAsyncSlot( "EditSelectAll" ) + hUseAsyncSlot( "EditCut" ) + hDeleteMacro() = hIsEditWindowEmpty() end function @@ -377,38 +300,22 @@ function hIsEditWindowEmpty() as boolean '///

      Test if the Basic-EditWindow is empty

      '///Starting point: Basic IDE editor is open and has the focus - '///
        + const CFN & "hIsEditWindowEmpty(): " + const SLOT_TIMEOUT = -1 - '///+
      • Verify that prerequisites are met: Basic IDE must be open
      • - kontext "BasicIDE" - if ( not BasicIDE.exists() ) then - warnlog( "hIsEditWindowEmpty::BasicIde is not open/visible" ) - hIsEditWindowEmpty() = false - exit function + hUseAsyncSlot( "EditSelectAll" ) + if ( hUseAsyncSlot( "EditCopy" ) <> SLOT_TIMEOUT ) then + qaerrorlog( "EditCopy should not be enabled for empty Basic IDE editor" ) endif - '///+
      • Verify that the EditWindow is empty. EditCopy is disabled when empty
      • - EditWindow.TypeKeys( "" ) - EditWindow.TypeKeys( "" ) - try - EditCopy - printlog( "EditCopy should be enabled for empty Basic IDE editor" ) - catch - setClipboard( "" ) - endcatch - - if ( getClipBoardText() <> "" ) then - hIsEditWindowEmpty() = false - printlog( "hIsEditWindowEmpty::no - content follows:" ) + if ( GetClipBoardText() <> "" ) then + warnlog( CFN & "Edit window is not empty" ) printlog( GetClipboardText ) + hIsEditWindowEmpty() = false else hIsEditWindowEmpty() = true - printlog( "hIsEditWindowEmpty::yes" ) endif - '///+
      • Return TRUE on success, FALSE on failure
      • - '///
      - end function '******************************************************************************* @@ -427,13 +334,16 @@ function hRenameTab( cTabName as string ) as integer '///Description '///
        - const CFN = "hRenameTab::" + const CFN = "hRenameTab(): " + const RETVAL_SUCCESS = 0 + const RETVAL_UNKNOWN_MESSAGE = 1 + const RETVAL_UNKNOWN_ERROR = 2 + const RETVAL_NO_CONTEXT_MENU = 3 dim cString as string dim iWait as integer dim iTry as integer - dim brc as boolean - brc = false + dim brc as boolean : brc = false cString = "" & cTabName & "" kontext "basicide" @@ -442,7 +352,7 @@ function hRenameTab( cTabName as string ) as integer for iTry = 1 to 5 try kontext "basicide" - Tabbar.OpenContextMenu + Tabbar.OpenContextMenu hMenuSelectNr( 3 ) sleep( 2 ) brc = true @@ -454,7 +364,7 @@ function hRenameTab( cTabName as string ) as integer '///+
      • Select to rename the tab
      • if ( not brc ) then warnlog( CFN & "Unable to access Context Menu" ) - hRenameTab() = 3 + hRenameTab() = RETVAL_NO_CONTEXT_MENU exit function endif @@ -462,20 +372,19 @@ function hRenameTab( cTabName as string ) as integer '///+
      • Overwrite the old name of the tab
      • kontext "basicide" Tabbar.TypeKeys( cString , true ) - hRenameTab() = 0 + hRenameTab() = RETVAL_SUCCESS printlog( CFN & "Tab renamed: " & cTabName ) catch '///+
      • Handle possible errors
      • - hRenameTab() = 2 + hRenameTab() = RETVAL_UNKNOWN_ERROR warnlog( CFN & "Failed to rename tab: " & cTabName ) exit function endcatch kontext "active" for iWait = 1 to 3 - sleep( 1 ) - if ( active.exists() ) then - hRenameTab() = 1 + if ( active.exists( 1 ) ) then + hRenameTab() = RETVAL_UNKNOWN_MESSAGE printlog( CFN & "Invalid name for tab: Warning is displayed" ) exit for endif @@ -542,10 +451,10 @@ function hNewDialog() as boolean if ( DialogWindow.Exists() ) then printlog( CFN & "New dialog is open" ) hNewDialog() = true - if ( DialogWindow.IsMax() = false ) then - DialogWindow.Maximize() - Wait( 2000 ) - end if + if ( DialogWindow.IsMax() = false ) then + DialogWindow.Maximize() + Wait( 2000 ) + end if else warnlog( CFN & "New dialog is not open" ) hNewDialog() = false @@ -637,10 +546,9 @@ function hInitFormControls( cModule as string ) as boolean '///
          const CFN = "hInitFormControls::" - dim brc as boolean '///+
        • Create and edit a new module for the current document
        • - brc = hInitBasicIde( cModule ) - if ( not brc ) then + + if ( not hInitBasicIde( cModule ) ) then warnlog( "Could not create new module" ) hCloseBasicIde() hInitFormControls() = false @@ -651,8 +559,7 @@ function hInitFormControls( cModule as string ) as boolean BasicIde.maximize() '///+
        • Create a new dialog.
        • - brc = hNewDialog() - if ( not brc ) then + if ( not hNewDialog() ) then warnlog( "Could not create Basic-Dialog" ) hCloseBasicIde() hInitFormControls() = false @@ -660,8 +567,7 @@ function hInitFormControls( cModule as string ) as boolean endif '///+
        • Open the macro controls float.
        • - brc = hShowMacroControls() - if ( not brc ) then + if ( not hShowMacroControls() ) then warnlog( CFN & "Could not tear off the macro controls float" ) hCloseBasicIde() hInitFormControls() = false -- cgit From 7caa6abf90640e524c9f1f745da14d5fbe935f87 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 11:43:32 +0100 Subject: vitomation01: #i109562 - My dirtiest - hard coded accelerators for tabswitching in BASIC IDE, these are not language dependent for all i know. Remove the accelerators from accelerators.txt --- testautomation/global/input/accelerators.txt | 45 ------------ .../tools/includes/optional/t_basic_ide_tools.inc | 84 ++++++++-------------- 2 files changed, 28 insertions(+), 101 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/input/accelerators.txt b/testautomation/global/input/accelerators.txt index 679599b0fbc3..c46dc31f9dae 100755 --- a/testautomation/global/input/accelerators.txt +++ b/testautomation/global/input/accelerators.txt @@ -159,48 +159,3 @@ zh-CN=mod2 u zh-TW=mod2 u sl=mod2 i cs=mod2 a - - -# This is the accelerator that switches tabs in the BASIC IDE. I found it by accident -# and i'm not at all certain that it is documented somewhere. -[IDE_SWITCH_TAB+] -en-US=MOD1 PAGEUP -pt-PT=MOD1 PAGEUP -ru-RU=MOD1 PAGEUP -nl-NL=MOD1 PAGEUP -fr-FR=MOD1 PAGEUP -es=MOD1 PAGEUP -hu-HU=MOD1 PAGEUP -it=MOD1 PAGEUP -da-DK=MOD1 PAGEUP -sv=MOD1 PAGEUP -pl-PL=MOD1 PAGEUP -de=MOD1 PAGEUP -pt-BR=MOD1 PAGEUP -ja-JP=MOD1 PAGEUP -ko-KR=MOD1 PAGEUP -zh-CN=MOD1 PAGEUP -zh-TW=MOD1 PAGEUP -sl=MOD1 PAGEUP - -# This is the accelerator that switches tabs in the BASIC IDE. I found it by accident -# and i'm not at all certain that it is documented somewhere. -[IDE_SWITCH_TAB-] -en-US=MOD1 PAGEDOWN -pt-PT=MOD1 PAGEDOWN -ru-RU=MOD1 PAGEDOWN -nl-NL=MOD1 PAGEDOWN -fr-FR=MOD1 PAGEDOWN -es=MOD1 PAGEDOWN -hu-HU=MOD1 PAGEDOWN -it=MOD1 PAGEDOWN -da-DK=MOD1 PAGEDOWN -sv=MOD1 PAGEDOWN -pl-PL=MOD1 PAGEDOWN -de=MOD1 PAGEDOWN -pt-BR=MOD1 PAGEDOWN -ja-JP=MOD1 PAGEDOWN -ko-KR=MOD1 PAGEDOWN -zh-CN=MOD1 PAGEDOWN -zh-TW=MOD1 PAGEDOWN -sl=MOD1 PAGEDOWN diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 9dc4eb7a313c..a64a9aff1b69 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -545,13 +545,13 @@ function hInitFormControls( cModule as string ) as boolean '///Description: '///
            - const CFN = "hInitFormControls::" + const CFN = "hInitFormControls::" + hInitFormControls() = false '///+
          • Create and edit a new module for the current document
          • if ( not hInitBasicIde( cModule ) ) then warnlog( "Could not create new module" ) hCloseBasicIde() - hInitFormControls() = false exit function endif @@ -562,7 +562,6 @@ function hInitFormControls( cModule as string ) as boolean if ( not hNewDialog() ) then warnlog( "Could not create Basic-Dialog" ) hCloseBasicIde() - hInitFormControls() = false exit function endif @@ -570,7 +569,6 @@ function hInitFormControls( cModule as string ) as boolean if ( not hShowMacroControls() ) then warnlog( CFN & "Could not tear off the macro controls float" ) hCloseBasicIde() - hInitFormControls() = false exit function endif @@ -600,20 +598,15 @@ function hInitBasicIde( cModule as string ) as boolean exit function endif - ' some multi-purpose return code - dim brc as boolean - '///+
          • Open the basic Organizer
          • - brc = hOpenBasicOrganizerFromDoc() - if ( not brc ) then + if ( not hOpenBasicOrganizerFromDoc() ) then warnlog( CFN & "Could not open the Basic Organizer, aborting" ) hInitBasicIde() = false exit function endif '///+
          • Create a new module for the current document
          • - brc = hCreateModuleForDoc( cModule ) - if ( not brc ) then + if ( not hCreateModuleForDoc( cModule ) ) then warnlog( CFN & "The Basic-IDE is not open, aborting" ) hInitBasicIde() = false @@ -645,19 +638,12 @@ function hInsertMacro( _id as integer ) as boolean '///
              const CFN = "hInsertMacro::" - dim brc as boolean - - if ( ( _id < 1 ) or ( _id > 3 ) ) then - warnlog( CFN & "Invalid parameter passed to function: " & _id ) - hInsertMacro() = false - exit function - endif - kontext "basicide" + + qaerrorlog( CFN & "This function is deprecated, remove me!" ) '///+
            • Delete the content of the edit window
            • - brc = hDeleteMacro() - if ( not brc ) then + if ( not hDeleteMacro() ) then warnlog( CFN & "Content of Basic-IDE was not deleted" ) hInsertMacro() = false exit function @@ -702,6 +688,7 @@ function hTestMacro( _id as integer ) as integer '///
                const CFN = "hTestMacro::" + qaerrorlog( CFN & "This function is deprecated, remove me!" ) kontext "basicide" @@ -747,54 +734,44 @@ function hCreateBasicWorkFiles() as string const CFN = "hCreateBasicWorkFiles::" const CMACRO = "TestMacro" - ' some returncodes - dim brc as boolean - dim irc as integer - dim crc as string - - dim sFile as string - sFile = hGetBasicWorkFile( "CURRENT" ) + dim sFile as string : sFile = hGetBasicWorkFile( "CURRENT" ) '///+
              • Open a new document
              • - call hCreateDocument() + hCreateDocument() '///+
              • Change the document (to save it)
              • - crc = hChangeDoc() - printlog( CFN & crc ) + printlog( CFN & hChangeDoc() ) '///+
              • Open Basic-Organizer, select the document and create a module
              • - brc = hInitBasicIde( CMACRO ) - if ( not brc ) then + if ( not hInitBasicIde( CMACRO ) ) then printlog( CFN & "Unable to create a module, aborting" ) - call hDestroyDocument() + hDestroyDocument() hCreateBasicWorkFiles() = "" exit function endif '///+
              • Insert a macro that triggers a messagebox
              • - brc = hInsertMacro( 3 ) - if ( not brc ) then + if ( not hInsertMacro( 3 ) ) then printlog( CFN & "Unable to insert macro, aborting" ) hCloseBasicIde() - call hDestroyDocument() + hDestroyDocument() hCreateBasicWorkFiles() = "" exit function endif '///+
              • Close the Basic-IDE
              • - brc = hCloseBasicIde() + hCloseBasicIde() '///+
              • Save the file without autoextension, overwrite existing
              • - brc = hFileSaveAsKill( sFile ) - if ( not brc ) then + if ( not hFileSaveAsKill( sFile ) ) then printlog( CFN & "Unknown error while saving the file. Resetting" ) - call ExitRestartTheOffice + ExitRestartTheOffice hCreateBasicWorkFiles() = "" exit function endif '///+
              • Close the document
              • - call hDestroyDocument() + hDestroyDocument() '///
              @@ -805,9 +782,6 @@ end function function hIDESelectTabByIndex( iIndex as integer ) as string - use "global\tools\includes\optional\t_accels.inc" - - '///

              Select a tab within the BASIC-IDE by index

              '///The BASIC-IDE has to be open and has the focus. This function '///+ selects the tab by sending CTRL+PAGEUP or CTRL+PAGEDOWN to the IDE using @@ -846,7 +820,6 @@ function hIDESelectTabByIndex( iIndex as integer ) as string dim cTabName as string dim iCurrentTab as integer - dim cAccel as string '///Description: '///
                @@ -856,15 +829,14 @@ function hIDESelectTabByIndex( iIndex as integer ) as string '///+
              • Retrieve the accelerator to switch tabs
              • '///+
              • Switch tabs
              • select case iIndex - case 0 : cAccel = "" - case 1 : cAccel = hGetAccel( "IDE_SWITCH_TAB-" ) - for iTab = 1 to 20 - BasicIDE.typeKeys( cAccel ) - next iTab - case else: cAccel = hGetAccel( "IDE_SWITCH_TAB+" ) - for iTab = 1 to iIndex - BasicIDE.typeKeys( cAccel ) - next iTab + case 1 : + for iTab = 1 to 20 + BasicIDE.typeKeys( "" ) + next iTab + case else: + for iTab = 1 to iIndex + BasicIDE.typeKeys( "" ) + next iTab end select '///+
              • Select the Tabbar
              • @@ -887,7 +859,7 @@ function hIDESelectTabByIndex( iIndex as integer ) as string cTabName = getClipboardText '///+
              • Print exit message, set return value
              • - printlog( CFN & "Exit with result: " & cTabName ) + if ( GVERBOSE ) then printlog( CFN & "Exit with result: " & cTabName ) hIDESelectTabByIndex() = cTabName '///
              -- cgit From 62d28aee0d1684f4b2d71a4ed6754fbbefbda620 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 11:51:24 +0100 Subject: vitomation01: #i109562 - remove printlog from hGetPathSigne, added printlogs to convertpath() to track usage --- testautomation/global/system/includes/iniinfo.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 1d5953bae614..479d9ffada1b 100644 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -218,8 +218,6 @@ function hGetPathSigne(sPlatform as string) as string '/// Input: string of class gPlatform '/// Output: string which can be used as seperator in directories - printlog( " *** CALLED HGETPATHSIGNE *** " ) - select case sPlatform case "w95" : hGetPathSigne = "\" case "w98" : hGetPathSigne = "\" @@ -258,6 +256,7 @@ function ConvertPath ( sDatei$, optional sPlatform as string ) as String dim sLocalPlatGroup as string dim sLocalPathSigne as string + printlog( " *** convertpath( in ): " & sDatei$ ) if (isMissing(sPlatform)) then sLocalPlatGroup = gPlatGroup sLocalPathSigne = gPathSigne @@ -292,6 +291,8 @@ function ConvertPath ( sDatei$, optional sPlatform as string ) as String s3$ = s3$ + s2$ + sLocalPathSigne loop until s1$="" + printlog( " *** convertpath( out): " & s3$ + s1$ ) + ConvertPath = s3$ + s1$ end function -- cgit From 6bd64681297d43f05a4172f553f567ae8f6b3e2c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 14:13:50 +0100 Subject: vitomation01: #i109562 - get rid of hBasicModuleCreateNew() as it does basically the same as hCreateModuleForDoc(). Had to clean up hCreateModuleForDoc() as well for that --- .../framework/optional/f_basic_issues.bas | 1 + .../optional/includes/basic_delete_modules.inc | 6 +- .../optional/includes/basic_documents.inc | 2 +- .../framework/optional/includes/basic_ide.inc | 4 +- .../framework/optional/includes/basic_macros.inc | 15 +- .../optional/includes/basic_modulehide.inc | 4 +- .../optional/includes/basic_modulenames.inc | 176 ++++++--------------- .../includes/basic_protected_libraries.inc | 2 +- .../optional/includes/basic_usertemplate.inc | 2 +- .../includes/basic_vba-compat_import_disabled.inc | 2 +- .../includes/basic_vba-compat_import_enabled.inc | 2 +- .../includes/basic_vba-compat_import_nothing.inc | 2 +- .../required/includes/basic_macroassignment.inc | 2 +- .../tools/includes/optional/t_basic_ide_tools.inc | 10 +- .../includes/optional/t_basic_organizer_tools.inc | 97 +++--------- .../global/tools/includes/required/t_tools3.inc | 4 + 16 files changed, 101 insertions(+), 230 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_issues.bas b/testautomation/framework/optional/f_basic_issues.bas index b6be47be72c4..54f64bafe7db 100755 --- a/testautomation/framework/optional/f_basic_issues.bas +++ b/testautomation/framework/optional/f_basic_issues.bas @@ -49,6 +49,7 @@ sub LoadIncludeFiles use "global\system\includes\master.inc" use "global\tools\includes\optional\t_basic_ide_tools.inc" + use "global\tools\includes\optional\t_treelist_tools.inc" use "global\tools\includes\optional\t_macro_tools.inc" gApplication = "WRITER" diff --git a/testautomation/framework/optional/includes/basic_delete_modules.inc b/testautomation/framework/optional/includes/basic_delete_modules.inc index 3fe642ea8ec6..c3bdc3368dd8 100755 --- a/testautomation/framework/optional/includes/basic_delete_modules.inc +++ b/testautomation/framework/optional/includes/basic_delete_modules.inc @@ -44,11 +44,7 @@ testcase tDeleteModulesAtRunningBasic Call hNewDocument() printlog( "Open the BASIC Organizer" ) - brc = hOpenBasicOrganizerFromDoc() - if ( not brc ) then - warnlog( "Unable to open BASIC organizer for the document" ) - goto endsub - endif + ToolsMacro_uno printlog( "Create a new module for the current document" ) brc = hCreateModuleForDoc() diff --git a/testautomation/framework/optional/includes/basic_documents.inc b/testautomation/framework/optional/includes/basic_documents.inc index d5d12b1aa12f..09c223117f5d 100755 --- a/testautomation/framework/optional/includes/basic_documents.inc +++ b/testautomation/framework/optional/includes/basic_documents.inc @@ -85,7 +85,7 @@ testcase tBasicDocuments endif printlog( "Open the BASIC organizer" ) - brc = hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Retreive the names of all nodes from the treelist" ) hGetVisibleNodeNames( MakroAus , cNodeListA() ) diff --git a/testautomation/framework/optional/includes/basic_ide.inc b/testautomation/framework/optional/includes/basic_ide.inc index 799260201257..43e47cc77ad0 100755 --- a/testautomation/framework/optional/includes/basic_ide.inc +++ b/testautomation/framework/optional/includes/basic_ide.inc @@ -47,8 +47,8 @@ testcase tBasic_IDE_Toolbar_Module gApplication = "WRITER" hCreateDocument() - brc = hOpenBasicOrganizerFromDoc() - brc = hCreateModuleForDoc() + ToolsMacro_uno + hCreateModuleForDoc() kontext "macrobar" diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index 551d65075cc8..b13be34c505a 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -51,32 +51,29 @@ testcase tMakro_In_All_Apps printlog( cApp ) printlog( "Open a new document" ) - brc = hCreateDocument() + hCreateDocument() - brc = hInitBasicIde( CMACRO ) - if ( not brc ) then + if ( not hInitBasicIde( CMACRO ) ) then warnlog( "Could not open the BASIC Macro Organizer, aborting" ) call hDestroyDocument() goto endsub endif printlog "Close the BASIC-IDE" - brc = hCloseBasicIde() + hCloseBasicIde() printlog( "Close the navigator (Master-doc)" ) kontext "Navigator" hCloseDialog( Navigator, "close,optional" ) printlog( "Close the document" ) - FileClose + hUseAsyncSlot( "FileClose" ) printlog( "Close the messagebox (document changed)" ) kontext "messagebox" if ( MessageBox.Exists( 1 ) ) then - cMsg = MessageBox.getText() - cMsg = hRemoveLineBreaks( cMsg ) - printlog( "MessageBox: " & cMsg ) - MessageBox.No() + printlog( "MessageBox: " & MessageBox.getText() ) + hCloseDialog( Messagebox, "no" ) else warnlog( "No warning for changed document" ) end if diff --git a/testautomation/framework/optional/includes/basic_modulehide.inc b/testautomation/framework/optional/includes/basic_modulehide.inc index 130915ffec46..88ab89227869 100755 --- a/testautomation/framework/optional/includes/basic_modulehide.inc +++ b/testautomation/framework/optional/includes/basic_modulehide.inc @@ -43,8 +43,8 @@ testcase tBasicIdeModuleHide gApplication = "WRITER" call hNewDocument() - brc = hOpenBasicOrganizerFromDoc() - brc = hCreateModuleForDoc() + ToolsMacro_uno + hCreateModuleForDoc() brc = hInsertMacro( 1 ) if ( brc ) then diff --git a/testautomation/framework/optional/includes/basic_modulenames.inc b/testautomation/framework/optional/includes/basic_modulenames.inc index 28c260642482..b881dd69febd 100755 --- a/testautomation/framework/optional/includes/basic_modulenames.inc +++ b/testautomation/framework/optional/includes/basic_modulenames.inc @@ -102,169 +102,89 @@ endcase testcase tInvalidModuleNames + printlog( "Try to give BASIC modules invalid names (which should fail)" ) - dim brc as boolean - dim cMsg as string dim iCurrentName as Integer - dim sSeparator as String dim cModuleName as string - hBasicModuleCreateNew() - - Randomize iCurrentName = Int( 24 * RND ) + 1 ' Range from 1 to 24 - cModuleName = hCreateInvalidModuleName( iCurrentName ) - printlog( "" ) printlog( "Trying module name: " & cModuleName ) - brc = hNameBasicModule( cModuleName ) - - if ( brc ) then + if ( hCreateModuleForDoc( cModuleName ) ) then warnlog( "Basic-Ide should not open for invalid module names" ) ' try to recover and continue for other names - brc = hCloseBasicIde() - brc = hDestroyDocument - brc = hBasicModuleCreateNew() - - ' if we cannot recover, exit the test - if ( not brc ) then - goto endsub + hCloseBasicIde() + hDestroyDocument + else + kontext "Active" + if ( Active.exists( 2 ) ) then + if( Active.getButtonCount() = 1 ) then + printlog( "Invalid module name warning displayed, good." ) + printlog( Active.getText() ) + hCloseDialog( Active, "ok" ) + + kontext "NeuesModul" + if ( NeuesModul.exists( 2 ) ) then + hCloseDialog( NeuesModul, "cancel" ) + else + warnlog( " dialog should show after failed naming attempt" ) + endif + else + warnlog( "Unexpected messagebox" ) + printlog( Active.getText() ) + hCloseDialog( Active, "close" ) + endif + else + warnlog( " Messagebox missing" ) endif endif + kontext "Makro" + hCloseDialog( Makro, "close" ) + hDestroyDocument() - printlog( "Close the naming dialog (cancel)" ) - kontext "neuesmodul" - if ( NeuesModul.Exists() ) then - NeuesModul.Cancel() - endif - - printlog( "Clsoe macro dialog (if it exists)" ) - kontext "makro" - if ( Makro.Exists() ) then - Makro.Close() - endif - - printlog( "Close the document" ) - brc = hDestroyDocument() - endcase '******************************************************************************* testcase tValidModuleNames + printlog( "Try using BASIC reserved names (and others) as module names (which should work)" ) - dim brc as boolean - dim cMsg as string dim iCurrentName as Integer - - dim sKeyword as String - - hBasicModuleCreateNew() + dim sModuleName as String Randomize iCurrentName = Int( 8 * RND ) + 1 ' Range from 1 to 8 select case iCurrentName - case 1 : sKeyword = "option" - case 2 : sKeyword = "sub" - case 3 : sKeyword = "function" - case 4 : sKeyword = "end" - case 5 : sKeyword = "exit" - case 6 : sKeyword = "_underscore1" - case 7 : sKeyword = "underscore_2" - case 8 : sKeyWord = "ThisIsQuiteALongNameForAModuleDontYouThink" + case 1 : sModuleName = "option" + case 2 : sModuleName = "sub" + case 3 : sModuleName = "function" + case 4 : sModuleName = "end" + case 5 : sModuleName = "exit" + case 6 : sModuleName = "_underscore1" + case 7 : sModuleName = "underscore_2" + case 8 : sModuleName = "ThisIsQuiteALongNameForAModuleDontYouThink" end select - printlog( "" ) - printlog( "Trying module name: " & sKeyword ) - - brc = hNameBasicModule( sKeyword ) - - if ( brc ) then - - ' try to recover and continue for other names - brc = hCloseBasicIde() - brc = hDestroyDocument - brc = hBasicModuleCreateNew() - - ' if we cannot recover, exit the test - if ( not brc ) then - goto endsub - endif - endif - - printlog( "Close the naming dialog (cancel)" ) - kontext "neuesmodul" - if ( NeuesModul.Exists() ) then - NeuesModul.Cancel() - endif - - printlog( "Clsoe macro dialog (if it exists)" ) - kontext "makro" - if ( Makro.Exists() ) then - Makro.Close() + if ( hCreateModuleForDoc( sModuleName ) ) then + printlog( "The module name was accepted: " & sModuleName ) + hCloseBasicIDE() + hDestroyDocument() + else + warnlog( "The module name was not accepted: " & sModuleName ) + goto endsub endif - printlog( "Close the document" ) - brc = hDestroyDocument() - endcase '******************************************************************************* -function hBasicModuleCreateNew() as boolean - - - dim brc as boolean - brc = false - - dim iPos as integer - - const CFN = "hBasicModuleCreateNew::" - - gApplication = "WRITER" - brc = hCreateDocument() - - brc = hOpenBasicOrganizerFromDoc() - if ( not brc ) then - warnlog( CFN & "Could not open the BASIC Macro Organizer, aborting" ) - hDestroyDocument() - endif - - if ( brc ) then - iPos = hSelectTheLastNode( MakroAus ) - if ( not Neu.isEnabled() ) then - warnlog( CFN & "New button is disabled for the current module, aborting" ) - kontext "Makro" - Makro.cancel() - brc = hDestroyDocument() - endif - endif - - if ( brc ) then - - printlog( "Click 'New'" ) - Neu.Click() - - kontext "NeuesModul" - if ( Neuesmodul.exists() ) then - brc = true - printlog( CFN & "Naming dialog is open" - endif - endif - - hBasicModuleCreateNew() = brc - -end function - -'******************************************************************************* - function hHandleInvalidNameWarning( cTabName as string ) as boolean @@ -284,13 +204,13 @@ function hHandleInvalidNameWarning( cTabName as string ) as boolean printlog( CFN & "Message: " & active.getText() ) - active.ok() + active.ok() brc = true else - if ( not brc ) then - warnlog( CFN & "Invalid name warning missing" ) + if ( not brc ) then + warnlog( CFN & "Invalid name warning missing" ) endif endif diff --git a/testautomation/framework/optional/includes/basic_protected_libraries.inc b/testautomation/framework/optional/includes/basic_protected_libraries.inc index 132549c16d8d..083e81f1bc7a 100755 --- a/testautomation/framework/optional/includes/basic_protected_libraries.inc +++ b/testautomation/framework/optional/includes/basic_protected_libraries.inc @@ -47,7 +47,7 @@ testcase tProtectedLibraries dim iCurrentLib as integer dim cMsg as string - hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Select My Macros" ) kontext "Makro" diff --git a/testautomation/framework/optional/includes/basic_usertemplate.inc b/testautomation/framework/optional/includes/basic_usertemplate.inc index de3b605ed510..21119a8698ab 100755 --- a/testautomation/framework/optional/includes/basic_usertemplate.inc +++ b/testautomation/framework/optional/includes/basic_usertemplate.inc @@ -65,7 +65,7 @@ testcase tMacroUsertemplate brc = hCreateDocument() - brc = hOpenBasicOrganizerFromDoc() + ToolsMacro_uno iCurrentNode = hSelectNodeByName( MakroAus, "Module1" ) if ( iCurrentNode = 0 ) then diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc index e25d25c554cf..b0dc26ba1606 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc @@ -77,7 +77,7 @@ testcase tBasicVBACompatImportDisabled() hFileOpen( cTestFile ) printlog( "Open the Basic organizer" ) - hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Expand all nodes" ) cNodeCount = hExpandAllNodes( MakroAus ) diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc index 75b36daf17b0..5edd56604a8e 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc @@ -81,7 +81,7 @@ testcase tBasicVBACompatImportEnabled() hFileOpen( cTestFile ) printlog( "Open the Basic organizer" ) - hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Expand all nodes" ) cNodeCount = hExpandAllNodes( MakroAus ) diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc index 94870cfa5bf6..49657cb15b93 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc @@ -63,7 +63,7 @@ testcase tBasicVBACompatImportNothing() hFileOpen( cTestFile ) printlog( "Open the Basic organizer" ) - hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Expand all nodes" ) cNodeCount = hExpandAllNodes( MakroAus ) diff --git a/testautomation/framework/required/includes/basic_macroassignment.inc b/testautomation/framework/required/includes/basic_macroassignment.inc index 2db0c680967c..347167346ddd 100755 --- a/testautomation/framework/required/includes/basic_macroassignment.inc +++ b/testautomation/framework/required/includes/basic_macroassignment.inc @@ -41,7 +41,7 @@ testcase tUpdtMacroAssignment printlog( "Create a new BASIC-module for this document" ) - brc = hOpenBasicOrganizerFromDoc() + ToolsMacro_uno brc = hCreateModuleForDoc( "tUpdtBasicIde" ) if ( not brc ) then diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index a64a9aff1b69..bfacae0d2214 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -207,19 +207,17 @@ function hFindFirstDialog() as boolean const MAX_NUMBER_OF_RETRIES = 20 dim iPosOverTabbar as integer + hFindFirstDialog() = false '///+
            • Set focus to Basic IDE, maximize it
            • kontext "BasicIde" BasicIde.maximize() - - hFindFirstDialog() = false '///+
            • move pointer over the tabbar and click until a dialog opens (hopefully)
            • for iPosOverTabbar = 1 to MAX_NUMBER_OF_RETRIES - Tabbar.MouseDown ( PROBE_STEPPING * iPosOverTabbar , VERTICALLY_CENTERED ) - Tabbar.MouseUp ( PROBE_STEPPING * iPosOverTabbar , VERTICALLY_CENTERED ) + BASICIDE.typeKeys( "" ) if ( DialogWindow.Exists() ) then printlog( "BASIC Dialog window found" ) @@ -300,7 +298,7 @@ function hIsEditWindowEmpty() as boolean '///

              Test if the Basic-EditWindow is empty

              '///Starting point: Basic IDE editor is open and has the focus - const CFN & "hIsEditWindowEmpty(): " + const CFN = "hIsEditWindowEmpty(): " const SLOT_TIMEOUT = -1 hUseAsyncSlot( "EditSelectAll" ) @@ -849,7 +847,7 @@ function hIDESelectTabByIndex( iIndex as integer ) as string hSelectMenuNr( 3 ) '///+
            • Copy the selected string to the clipboard
            • - EditCopy + hUseAsyncSlot( "EditCopy" ) '///+
            • Send ESC to the tabbar to deselect the tab
            • Kontext "Tabbar" diff --git a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc index 76c6b514a5d0..7ff19bd74027 100644 --- a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc @@ -70,66 +70,42 @@ end function function hCreateModuleForDoc( optional cName as string ) as boolean - use "global\tools\includes\optional\t_treelist_tools.inc" - use "global\tools\includes\optional\t_stringtools.inc" - '///

              Create a new Basic module for the current document

              '///Starting point: Basic Macro Organizer is visible and has focus - '///
                - const CFN = "hCreateModuleForDoc::" - - dim iWait as integer ' how long we had to wait for the IDE to open - dim iPos as integer - dim brc as boolean : brc = false - dim cMsg as string - - ' make sure that we have a name for the module + const DEFAULT_WAIT = 2 if ( isMissing( cName ) ) then cName = "TTModule" - '///+
              • Select the last module (it should belong to the current document)
              • kontext "Makro" - iPos = hSelectTheLastNode( MakroAus ) - - '///+
              • Click the New-Button, name the module
              • - if ( not hClickButton( Neu ) ) then - warnlog( CFN & "New-button is disabled" ) - hCreateModuleForDoc() = false - exit function - endif - - '///+
              • If the module already exists we end up on the Deletion dialog
              • - kontext "Active" - if ( Active.exists() ) then - printlog( "Module seems to exist, deleting Main: " & active.getText() ) - hCloseDialog( Active, "yes" ) - endif - - Kontext "NeuesModul" - if ( NeuesModul.exists( 1 ) ) then - Modulname.SetText( cName ) - hCloseDialog( NeuesModul, "ok" ) - else - warnlog( CFN & "Failed create a new module, aborting" ) - hCreateModuleForDoc() = false + if ( hSelectTheLastNode( MakroAus ) > 0 ) then + kontext "Makro" - hCloseDialog( Makro, "cancel" ) - exit function - endif - - '///+
              • Wait for the BASIC_IDE to open, verify
              • - ' BasicIDE is bad for "Kontexting", using the default toolbar instead - kontext "MacroBar" - if ( MacroBar.exists( 3 ) ) then - printlog( CFN & "Exit: New module: " & cName & ". IDE is open" ) - hCreateModuleForDoc() = true + if ( hClickButton( Neu ) ) then + + Kontext "NeuesModul" + if ( NeuesModul.exists( DEFAULT_WAIT ) ) then + Modulname.SetText( cName ) + hCloseDialog( NeuesModul, "ok" ) + + kontext "BasicIDE" + if ( BasicIde.exists( DEFAULT_WAIT ) ) then + hCreateModuleForDoc() = true + else + warnlog( CFN & "BASIC IDE is not open" ) + hCreateModuleForDoc() = false + endif + else + warnlog( CFN & "Dialog did not open" ) + hCreateModuleForDoc() = false + endif + else + warnlog( CFN & "Failed to click button" ) + hCreateModuleForDoc() = false + endif else - warnlog( CFN & "Exit: Failed to create the Module" ) + warnlog( CFN & "Failed to select the last node" ) hCreateModuleForDoc() = false endif - - '///+
              • Return TRUE on success, FALSE on failure
              • - '///
              end function @@ -178,27 +154,6 @@ end function '******************************************************************************* -function hOpenBasicOrganizerFromDoc() as boolean - - '///

              Open the Basic Macro Organizer from a plain document

              - '///Starting point: Plain document - '///
                - - const CFN = "hOpenBasicOrganizerFromDoc::" - hOpenBasicOrganizerFromDoc() = false - - '///+
              • Use the slot ToolsMacro_uno to open the Basic Macro organizer
              • - ToolsMacro_uno - - '///+
              • Verify that the dialog is open
              • - kontext "Makro" - if ( Makro.exists( 2 ) ) then hOpenBasicOrganizerFromDoc() = true - '///
              - -end function - -'******************************************************************************* - function hSelectBasicObjectOrganizerTab( iTabPage as integer ) as boolean const CFN = "hSelectBasicObjectOrganizerTab::" diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index d0c4ae5e47fd..84d261ec5fca 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1140,6 +1140,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean const METHOD_OK = 3 const METHOD_202 = 4 const METHOD_YES = 5 + const METHOD_NO = 6 const TIMEOUT = 2 ' Maximum time to wait for a dialog to close dim sFlags as string : sFlags = lcase( sUserFlags ) @@ -1157,6 +1158,8 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean iClosingMethod = METHOD_YES elseif ( instr( sFlags, "ok" ) ) then iClosingMethod = METHOD_OK + elseif ( instr( sFlags, "no" ) ) then + iClosingMethod = METHOD_NO else iClosingMethod = METHOD_CLOSE endif @@ -1175,6 +1178,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean case METHOD_OK : oDialog.ok() case METHOD_202 : oDialog.click( 202 ) case METHOD_YES : oDialog.yes() + case METHOD_NO : oDialog.no() case else : warnlog( CFN & " Script error: Allowed closing methods are , and ." ) end select -- cgit From c1b005bd305123d338545db0d9672d3acbbb4e7d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 14:30:11 +0100 Subject: vitomation01: #i109562 - Fix missing occurrences of deleted functions --- .../framework/optional/includes/basic_ide.inc | 2 +- .../framework/optional/includes/basic_macros.inc | 6 +-- .../includes/basic_protected_libraries.inc | 2 +- .../tools/includes/optional/t_basic_ide_tools.inc | 56 ++++++++-------------- .../includes/optional/t_basic_organizer_tools.inc | 2 +- 5 files changed, 27 insertions(+), 41 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_ide.inc b/testautomation/framework/optional/includes/basic_ide.inc index 43e47cc77ad0..9aaced60940f 100755 --- a/testautomation/framework/optional/includes/basic_ide.inc +++ b/testautomation/framework/optional/includes/basic_ide.inc @@ -160,7 +160,7 @@ testcase tBasic_IDE_Toolbar_Dialogs hCreateDocument() printlog "create a new module " - brc = hOpenBasicOrganizerFromDoc() + ToolsMacro_uno brc = hCreateModuleForDoc() kontext "basicide" diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index b13be34c505a..39d89a8a79a6 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -115,7 +115,7 @@ testcase tMakro_Dialog hCloseBasicIde() printlog( "Open the Basic Macro Organizer" ) - brc = hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Select the last Module for the current document" ) iPos = hSelectTheLastNode( MakroAus ) @@ -316,7 +316,7 @@ testcase tMakro_Dialog endif printlog( "Open the BASIC Macro Organizer" ) - brc = hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Select the last macro from the list" ) kontext "makro" @@ -365,7 +365,7 @@ testcase tMakro_Dialog endif printlog( "Open macro organizer from the current document" ) - brc = hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Select the last item in the treelist" ) brc = hSelectTheLastNode( MakroAus ) diff --git a/testautomation/framework/optional/includes/basic_protected_libraries.inc b/testautomation/framework/optional/includes/basic_protected_libraries.inc index 083e81f1bc7a..03a9aea72834 100755 --- a/testautomation/framework/optional/includes/basic_protected_libraries.inc +++ b/testautomation/framework/optional/includes/basic_protected_libraries.inc @@ -97,7 +97,7 @@ testcase tProtectedLibraries printlog( "Restart the application" ) call ExitRestartTheOffice() - hOpenBasicOrganizerFromDoc() + ToolsMacro_uno printlog( "Select the protected library" ) Kontext "Makro" diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index bfacae0d2214..2b177f8d889b 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -583,48 +583,34 @@ function hInitBasicIde( cModule as string ) as boolean '///

              Get from a new document to the Basic IDE in one go

              '///Starting point: New, plain document - '///
                - - use "global\tools\includes\optional\t_basic_organizer_tools.inc" - use "global\tools\includes\optional\t_listfuncs.inc" const CFN = "hInitBasicIde::" - if ( cModule = "" ) then - warnlog( CFN & "Invalid parameter passed to function" ) - hInitBasicIde() = false - exit function - endif - - '///+
              • Open the basic Organizer
              • - if ( not hOpenBasicOrganizerFromDoc() ) then - warnlog( CFN & "Could not open the Basic Organizer, aborting" ) - hInitBasicIde() = false - exit function - endif + ToolsMacro_uno - '///+
              • Create a new module for the current document
              • - if ( not hCreateModuleForDoc( cModule ) ) then - warnlog( CFN & "The Basic-IDE is not open, aborting" ) - hInitBasicIde() = false - - kontext "Makro" - if ( Makro.exists() ) then - printlog( CFN & "Closed Macro Organizer" ) - Makro.cancel() + kontext "Makro" + if ( Makro.exists( 2 ) ) then + + if ( hCreateModuleForDoc( cModule ) ) then + + kontext "BasicIDE" + if ( BasicIDE.exists( 2 ) ) then + + BasicIDE.maximize() + hInitBasicIde() = true + else + warnlog( CFN & "Failed to open BASIC IDE" ) + hInitBasicIde() = false + endif + else + warnlog( CFN & "Failed to create a module for the current document" ) + hInitBasicIde() = false endif - exit function + else + warnlog( CFN & "Failed to open macro organizer" ) + hInitBasicIde() = false endif - '///+
              • Maximize the BasicIDE
              • - kontext "BasicIde" - BasicIde.maximize() - - '///+
              • Verify that the Basic IDE is open, return TRUE on success, FASLE on failure
              • - hInitBasicIde() = true - '///
              - '///NOTE: The function will try to to clean up after itself in case of any error - end function '******************************************************************************* diff --git a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc index 7ff19bd74027..a041089da25d 100644 --- a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc @@ -222,7 +222,7 @@ function hDeleteLibrary( iLocation as integer, cLibName as string ) as boolean dim cCurrentObjectName as string '///+
            • Open Macro Organizer
            • - hOpenBasicOrganizerFromDoc() + ToolsMakro_uno '///+
            • Click Manage-button
            • Kontext "Makro" -- cgit From 5ab42af873556285d95f0812f4adf39a6a72357a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 14:35:33 +0100 Subject: vitomation01: #i109562 - More cleanup --- .../tools/includes/optional/t_basic_ide_tools.inc | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 2b177f8d889b..182dbfd09ff0 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -103,15 +103,12 @@ function hOpenBasicIDE() as boolean '///

              Open the Basic IDE for the last module listed in the Macro Organizer

              '///Starting point: Basic Macro Organizer has focus - '///
                const CFN = "hOpenBasicIDE::" const BUTTON_TIMEOUT = -1 - '///+
              • Select the last module in the treelist, verify that it can be edited
              • if ( hSelectTheLastModule( true ) ) then - '///+
              • Click the Edit-button
              • if ( hClickButton( Bearbeiten) <> BUTTON_TIMEOUT ) then kontext "BASICIDE" @@ -131,8 +128,6 @@ function hOpenBasicIDE() as boolean warnlog( CFN & "Unable to select the last module" ) hOpenBasicIDE() = false endif - - '///
              end function @@ -153,19 +148,13 @@ function hReOpenBasicDialog() as boolean '///

              Open BASIC-IDE after loading a workfile with documentbound macro

              '///Starting point: Focus on document containing at least one macro
              - '///IMPORTANT: Errorhandling is incomplete, test may end up in undefined state - '///
                - const CFN = "hReopenBasicDialog: " const BUTTON_TIMEOUT = -1 - '///+
              • open the macro dialog, select the last module
              • if ( hSelectTheLastModule( true ) ) then - '///+
              • edit the module
              • if ( hClickButton( Bearbeiten ) <> BUTTON_TIMEOUT ) then - '///+
              • find the dialog window.
              • kontext "BasicIDE" BasicIde.maximize() @@ -183,13 +172,8 @@ function hReOpenBasicDialog() as boolean else warnlog( CFN & "Could not open the last module for editing." ) hReOpenBasicDialog() = false - exit function endif - - '///+
              • Return TRUE on success, FALSE on failure
              • - '///
              - end function '******************************************************************************* @@ -595,7 +579,6 @@ function hInitBasicIde( cModule as string ) as boolean kontext "BasicIDE" if ( BasicIDE.exists( 2 ) ) then - BasicIDE.maximize() hInitBasicIde() = true else -- cgit From 37c96e20efeab4777520b09bea44ab76269010f9 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 14:57:12 +0100 Subject: vitomation01: #i109562 - More cleanup --- .../framework/optional/includes/basic_macros.inc | 65 ++++++++-------------- 1 file changed, 22 insertions(+), 43 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index 39d89a8a79a6..ff663dcd8c34 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -34,16 +34,12 @@ testcase tMakro_In_All_Apps - - dim brc as boolean + printlog( "Attach a macro to all application types" ) + dim cApp as string dim iApp as Integer - dim bBug as Boolean - dim cMsg as string - bBug = FALSE const CMACRO = "AppMakro" - for iApp = 1 to 7 @@ -86,9 +82,6 @@ endcase testcase tMakro_Dialog - dim brc as boolean - dim cMsg as string - dim iPos as integer dim iLibraryItemCount as integer @@ -100,12 +93,12 @@ testcase tMakro_Dialog gApplication = "WRITER" + printlog( "Open a new document" ) - brc = hCreateDocument() + hCreateDocument() printlog( "Create a new library, a new module, open Basic-Ide" ) - brc = hInitBasicIde( CMACRO ) - if ( not brc ) then + if ( not hInitBasicIde( CMACRO ) ) then warnlog( CFN & "Could not open BASIC-IDE, aborting" ) goto endsub endif @@ -115,8 +108,9 @@ testcase tMakro_Dialog hCloseBasicIde() printlog( "Open the Basic Macro Organizer" ) - ToolsMacro_uno + ToolsMacro_uno : WaitSlot() + kontext "Makro" printlog( "Select the last Module for the current document" ) iPos = hSelectTheLastNode( MakroAus ) @@ -124,8 +118,7 @@ testcase tMakro_Dialog Verwalten.Click() printlog( "Select Modules-tab" ) - brc = hSelectBasicObjectOrganizerTab( 1 ) - + hSelectBasicObjectOrganizerTab( 1 ) printlog( "Press 'new module'" ) kontext "tabmodule" @@ -135,7 +128,7 @@ testcase tMakro_Dialog printlog( "Cancel the dialog" ) NeuesModul.Cancel() - brc = hSelectBasicObjectOrganizerTab( 2 ) + hSelectBasicObjectOrganizerTab( 2 ) kontext "tabdialogs" printlog( "Press 'new dialog'" ) @@ -147,7 +140,7 @@ testcase tMakro_Dialog kontext printlog( "Select the libraries Tab" ) - brc = hSelectBasicObjectOrganizerTab( 3 ) + hSelectBasicObjectOrganizerTab( 3 ) printlog( "Press 'New' on the libraries tab" ) @@ -166,9 +159,7 @@ testcase tMakro_Dialog printlog( "Close the warning" ) kontext "active" if ( Active.Exists() ) then - cMsg = active.getText() - cMsg = hRemoveLineBreaks( cMsg ) - printlog( "MessageBox: " & cMsg ) + printlog( "MessageBox: " & active.getText() ) Active.Yes() else warnlog( "Deletion warning is missing" ) @@ -281,9 +272,7 @@ testcase tMakro_Dialog printlog( "Close the warning with YES" ) kontext "active" if ( Active.Exists() ) then - cMsg = active.getText() - cMsg = hRemoveLineBreaks( cMsg ) - printlog( "MessageBox: " & cMsg ) + printlog( "MessageBox: " & active.getText() ) Active.Yes() else warnlog( "Expected confirmation dialog for delete" ) @@ -299,13 +288,11 @@ testcase tMakro_Dialog hInsertMacro( 3 ) printlog( "Close the basic-document" ) - brc = hCloseBasicIde() + hCloseBasicIde() kontext "active" if ( Active.Exists ( 2 ) ) then - cMsg = active.getText() - cMsg = hRemoveLineBreaks( cMsg ) - warnlog( "Unexpected MessageBox: " & cMsg ) + warnlog( "Unexpected MessageBox: " & active.getText() ) Active.NO() endif @@ -320,7 +307,7 @@ testcase tMakro_Dialog printlog( "Select the last macro from the list" ) kontext "makro" - iPos = hSelectTheLastNode( MakroAus ) + hSelectTheLastNode( MakroAus ) printlog( "Assign the macro, Tools/customize dialog should open" ) if ( not hClickButton( Zuordnen ) ) then @@ -328,14 +315,11 @@ testcase tMakro_Dialog endif printlog( "Activate all tapages and cancel the Tools/Customize dialog" ) - - brc = hToolsCustomizeSelectTab( "menu" ) - brc = hToolsCustomizeSelectTab( "keyboard" ) - if ( not brc ) then + if ( not hToolsCustomizeSelectTab( "keyboard" ) ) then qaerrorlog( "#i61765# Keyboard tab missing when called via Tools/Macros->Assign" ) endif - brc = hToolsCustomizeSelectTab( "events" ) - brc = hToolsCustomizeSelectTab( "toolbars" ) + hToolsCustomizeSelectTab( "events" ) + hToolsCustomizeSelectTab( "toolbars" ) printlog( "Cancel Tools/Customize dialog -> Macro Organizer should be open" ) kontext "TabCustomizeToolbars" @@ -354,12 +338,10 @@ testcase tMakro_Dialog kontext "active" if ( active.exists() ) then - cMsg = active.getText() - cMsg = hRemoveLineBreaks( cMsg ) - if ( cMsg = "TTMacro3" ) then + if ( active.getText() = "TTMacro3" ) then printlog( "The correct macro has been executed" ) else - warnlog( "Unknown Messagebox: " & cMsg ) + warnlog( "Unknown Messagebox: " & active.getText() ) endif Active.OK() endif @@ -368,7 +350,7 @@ testcase tMakro_Dialog ToolsMacro_uno printlog( "Select the last item in the treelist" ) - brc = hSelectTheLastNode( MakroAus ) + hSelectTheLastNode( MakroAus ) printlog( "Delete the new module" ) Loeschen.Click() @@ -376,9 +358,7 @@ testcase tMakro_Dialog printlog( "Close the deletion warning" ) kontext "active" if ( active.exists() ) then - cMsg = active.getText() - cMsg = hRemoveLineBreaks( cMsg ) - printlog( "MessageBox: " & cMsg ) + printlog( "MessageBox: " & active.getText() ) Active.Yes() else warnlog( "No confirmation dialog for delete" ) @@ -391,7 +371,6 @@ testcase tMakro_Dialog printlog( "Close the document" ) Call hDestroyDocument() - endcase -- cgit From 8836e1ae220a26be7fda946759a5c38eca3fb753 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 15:06:41 +0100 Subject: vitomation01: #i109562 - More cleanup --- .../framework/optional/includes/basic_ide.inc | 401 ++++++++++----------- 1 file changed, 200 insertions(+), 201 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_ide.inc b/testautomation/framework/optional/includes/basic_ide.inc index 9aaced60940f..4a7b8fad047a 100755 --- a/testautomation/framework/optional/includes/basic_ide.inc +++ b/testautomation/framework/optional/includes/basic_ide.inc @@ -33,108 +33,106 @@ testcase tBasic_IDE_Toolbar_Module - qaerrorlog( "Replace this test asap, the approach is unusable" ) + printlog( "BASIC toolbars for modules" ) dim brc as boolean dim cSourceFile as string cSourceFile = gTesttoolpath & "framework\optional\input\resetregistration.txt" cSourceFile = convertpath( cSourceFile ) - - - printlog "open a new writer-doc" gApplication = "WRITER" hCreateDocument() - ToolsMacro_uno - hCreateModuleForDoc() + if ( hInitBasicIDE( "tBasic_IDE_Toolbar_Module" ) ) then + kontext "macrobar" + printlog "- compile" + hClickToolbarButton( Compile ) - kontext "macrobar" - printlog "- compile" - hClickToolbarButton( Compile ) + printlog "- Run Basic" + hClickToolbarButton( BasicRun ) - printlog "- Run Basic" - hClickToolbarButton( BasicRun ) + printlog "- Step Procedure" + hClickToolbarButton( ProcedureStep ) - printlog "- Step Procedure" - hClickToolbarButton( ProcedureStep ) + printlog "- Stop Basic" + hClickToolbarButton( BasicStop ) - printlog "- Stop Basic" - hClickToolbarButton( BasicStop ) + printlog "- Single Step" + hClickToolbarButton( SingleStep ) - printlog "- Single Step" - hClickToolbarButton( SingleStep ) + printlog "- Step Back" + hClickToolbarButton( StepBack ) - printlog "- Step Back" - hClickToolbarButton( StepBack ) + printlog "- Breakpoint => activate" + hClickToolbarButton( Breakpoint ) - printlog "- Breakpoint => activate" - hClickToolbarButton( Breakpoint ) + printlog "- Breakpoint => deactivate" + hClickToolbarButton( Breakpoint ) - printlog "- Breakpoint => deactivate" - hClickToolbarButton( Breakpoint ) + printlog "- Add Watch => deactivate" + hClickToolbarButton( AddWatch ) - printlog "- Add Watch => deactivate" - hClickToolbarButton( AddWatch ) + printlog "- Find Paranthese" - printlog "- Find Paranthese" + kontext "macrobar" + hClickToolbarButton( FindParanthese ) - kontext "macrobar" - hClickToolbarButton( FindParanthese ) + try + Controls.TearOff() + warnlog "Controls are active in a module window => bug!" + catch + printlog( "Controls are not active->OK" ) + endcatch + if ( WaitSlot <> WSFinished ) then + warnlog( "Slot not finished within 1 second" ) + endif - try - Controls.TearOff() - warnlog "Controls are active in a module window => bug!" - catch - printlog( "Controls are not active->OK" ) - endcatch - if ( WaitSlot <> WSFinished ) then - warnlog( "Slot not finished within 1 second" ) - endif + printlog( "- Insert Source Text (" & cSourceFile & ")" ) - printlog( "- Insert Source Text (" & cSourceFile & ")" ) + InsertSourceText.Click() + kontext "oeffnendlg" + if ( OeffnenDlg.exists( 1 ) ) then + Dateiname.SetText( cSourceFile ) + Oeffnen.click() + else + warnlog( "File Open dialog did not open" ) + endif - InsertSourceText.Click() - kontext "oeffnendlg" - if ( OeffnenDlg.exists( 1 ) ) then - Dateiname.SetText( cSourceFile ) - Oeffnen.click() - else - warnlog( "File Open dialog did not open" ) - endif - - ' possible 'could not read from file' error-message -> this is a bug - kontext "Active" - if ( Active.exists( 1 ) ) then - warnlog( "Unexpected active: " & active.gettext() ) - active.ok() - endif + ' possible 'could not read from file' error-message -> this is a bug + kontext "Active" + if ( Active.exists( 1 ) ) then + warnlog( "Unexpected active: " & active.gettext() ) + active.ok() + endif - kontext "macrobar" - printlog "- Save Source Test " + kontext "macrobar" + printlog "- Save Source Test " - hClickToolbarButton( SaveSourceTest ) + hClickToolbarButton( SaveSourceTest ) - kontext "speicherndlg" - if ( SpeichernDlg.exists( 1 ) ) then - Dateiname.SetText ConvertPath (gOfficepath + "user\work\global_test.bas") - Speichern.click() - else - warnlog( "File Save dialog is missing" ) - endif + kontext "speicherndlg" + if ( SpeichernDlg.exists( 1 ) ) then + Dateiname.SetText ConvertPath (gOfficepath + "user\work\global_test.bas") + Speichern.click() + else + warnlog( "File Save dialog is missing" ) + endif - kontext "active" - if ( Active.Exists( 1 ) ) then - printlog( "Closing Messagebox with ") - Active.Yes() - endif + kontext "active" + if ( Active.Exists( 1 ) ) then + printlog( "Closing Messagebox with ") + Active.Yes() + endif - hDestroyDocument() ' for Basic-IDE - hDestroyDocument() ' the new writer-doc + hCloseBasicIDE() + hDestroyDocument() + else + warnlog( "Unable to init BASIC IDE" ) + endif endcase @@ -142,7 +140,7 @@ endcase testcase tBasic_IDE_Toolbar_Dialogs - qaerrorlog( "Replace this test asap, the approach is unusable" ) + printlog( "BASIC toolbar for Dialogs" ) dim bIsOpen as boolean dim brc as boolean @@ -159,144 +157,145 @@ testcase tBasic_IDE_Toolbar_Dialogs gApplication = "WRITER" hCreateDocument() - printlog "create a new module " - ToolsMacro_uno - brc = hCreateModuleForDoc() - - kontext "basicide" - Tabbar.OpenContextMenu - hMenuSelectNr ( 1 ) - hMenuSelectNr ( 2 ) - if ( DialogWindow.Exists ( 2 ) ) then - printlog( "Dialog Editor window is open. Good." ) - else - warnlog "No dialog window is shown!" - end if - - try - kontext "MacroBar" - Compile.Click() - warnlog( """Compile"" is enabled" ) - catch - printlog( """Compile"" is disabled" ) - endcatch - - try - kontext "MacroBar" - BasicRun.Click() - warnlog( """Run Basic"" is enabled" ) - catch - printlog( """Run Basic"" is disabled" ) - endcatch - - printlog "- Step Procedure (disabled)" - try - kontext "MacroBar" - ProcedureStep.Click() - warnlog( """Step Procedure"" is enabled" ) - catch - printlog( """Step Procedure"" is disabled" ) - endcatch - - try - kontext "MacroBar" - BasicStop.Click() - warnlog( """Stop Basic"" is enabled" ) - catch - printlog( """Stop Basic"" is disabled" ) - endcatch - - try - kontext "MacroBar" - SingleStep.Click() - warnlog( """Single Step"" is enabled" ) - catch - printlog( """Single Step"" is enabled" ) - endcatch - - try - kontext "MacroBar" - StepBack.Click() - warnlog( """Single Step Back"" is enabled" ) - catch - printlog( """Single Step Back"" is enabled" ) - endcatch - - try - kontext "MacroBar" - Breakpoint.Click() - warnlog( """Breakpoint"" is enabled" ) - catch - printlog( """Breakpoint"" is disabled" ) - endcatch - - - try - kontext "MacroBar" - AddWatch.Click() - warnlog( """Add Watch"" is enabled" ) - catch - printlog( """Add Watch"" is disabled" ) - endcatch - - - try - kontext "MacroBar" - FindParanthese.Click() - warnlog( """Find Paranthese"" is enabled" ) - catch - printlog( """Find Paranthese"" is disabled" ) - endcatch - - - try - kontext "macrobar" - InsertSourceText.Click() - warnlog( """Insert Source Text"" is enabled" ) + if ( hInitBasicIDE( "tBasic_IDE_Toolbar_Dialogs" ) ) then - kontext "oeffnendlg" - if ( OeffnenDlg.exists( 2 ) ) then - Dateiname.SetText( sBasFile1 ) - Oeffnen.Click() + kontext "basicide" + Tabbar.OpenContextMenu + hMenuSelectNr ( 1 ) + hMenuSelectNr ( 2 ) + if ( DialogWindow.Exists ( 2 ) ) then + printlog( "Dialog Editor window is open. Good." ) else - warnlog( "File Open dialog missing" ) - endif - catch - printlog( """Insert Source Text"" is disabled" ) - endcatch + warnlog "No dialog window is shown!" + end if - - printlog "- Save Source Test (disabled)" + try + kontext "MacroBar" + Compile.Click() + warnlog( """Compile"" is enabled" ) + catch + printlog( """Compile"" is disabled" ) + endcatch - try - kontext "macrobar" - SaveSourceTest.Click() - warnlog( """Save Source Text"" is enabled" ) + try + kontext "MacroBar" + BasicRun.Click() + warnlog( """Run Basic"" is enabled" ) + catch + printlog( """Run Basic"" is disabled" ) + endcatch - kontext "speicherndlg" - if ( SpeichernDlg.exists( 2 ) ) then - Dateiname.SetText( sBasFile2 ) - Speichern.Click() - else - warnlog( "File Save dialog is missing" ) - endif + printlog "- Step Procedure (disabled)" + try + kontext "MacroBar" + ProcedureStep.Click() + warnlog( """Step Procedure"" is enabled" ) + catch + printlog( """Step Procedure"" is disabled" ) + endcatch - kontext "active" - if ( Active.Exists( 1 ) ) then - Active.Yes() - endif - catch - printlog( """Save Source Text"" is disabled" ) - endcatch + try + kontext "MacroBar" + BasicStop.Click() + warnlog( """Stop Basic"" is enabled" ) + catch + printlog( """Stop Basic"" is disabled" ) + endcatch + + try + kontext "MacroBar" + SingleStep.Click() + warnlog( """Single Step"" is enabled" ) + catch + printlog( """Single Step"" is enabled" ) + endcatch + + try + kontext "MacroBar" + StepBack.Click() + warnlog( """Single Step Back"" is enabled" ) + catch + printlog( """Single Step Back"" is enabled" ) + endcatch + + try + kontext "MacroBar" + Breakpoint.Click() + warnlog( """Breakpoint"" is enabled" ) + catch + printlog( """Breakpoint"" is disabled" ) + endcatch - - bIsOpen = hShowMacroControls() - if ( bIsOpen ) then - ToolsCollectionBar.Close() - end if - Call hDestroyDocument() ' for Basic-IDE - Call hDestroyDocument() ' the new writer-doc + try + kontext "MacroBar" + AddWatch.Click() + warnlog( """Add Watch"" is enabled" ) + catch + printlog( """Add Watch"" is disabled" ) + endcatch + + + try + kontext "MacroBar" + FindParanthese.Click() + warnlog( """Find Paranthese"" is enabled" ) + catch + printlog( """Find Paranthese"" is disabled" ) + endcatch + + + try + kontext "macrobar" + InsertSourceText.Click() + warnlog( """Insert Source Text"" is enabled" ) + + kontext "oeffnendlg" + if ( OeffnenDlg.exists( 2 ) ) then + Dateiname.SetText( sBasFile1 ) + Oeffnen.Click() + else + warnlog( "File Open dialog missing" ) + endif + catch + printlog( """Insert Source Text"" is disabled" ) + endcatch + + + printlog "- Save Source Test (disabled)" + + try + kontext "macrobar" + SaveSourceTest.Click() + warnlog( """Save Source Text"" is enabled" ) + + kontext "speicherndlg" + if ( SpeichernDlg.exists( 2 ) ) then + Dateiname.SetText( sBasFile2 ) + Speichern.Click() + else + warnlog( "File Save dialog is missing" ) + endif + + kontext "active" + if ( Active.Exists( 1 ) ) then + Active.Yes() + endif + catch + printlog( """Save Source Text"" is disabled" ) + endcatch + + + bIsOpen = hShowMacroControls() + if ( bIsOpen ) then + ToolsCollectionBar.Close() + end if + + hCloseBasicIDE() + hDestroyDocument() + else + warnlog( "Unable to open BASIC IDE" ) + endif endcase -- cgit From 04467bff3d504218972d74f66e977f6ba3efcb77 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 15:07:25 +0100 Subject: vitomation01: #i109562 - More cleanup --- testautomation/framework/optional/includes/basic_ide.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_ide.inc b/testautomation/framework/optional/includes/basic_ide.inc index 4a7b8fad047a..cec3e348c6b6 100755 --- a/testautomation/framework/optional/includes/basic_ide.inc +++ b/testautomation/framework/optional/includes/basic_ide.inc @@ -285,12 +285,6 @@ testcase tBasic_IDE_Toolbar_Dialogs printlog( """Save Source Text"" is disabled" ) endcatch - - bIsOpen = hShowMacroControls() - if ( bIsOpen ) then - ToolsCollectionBar.Close() - end if - hCloseBasicIDE() hDestroyDocument() else -- cgit From 7c9093d07e653cf559501373ee7d5b72bfd9b22a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 22 Mar 2010 15:07:41 +0100 Subject: vitomation01: #i109562 - More cleanup --- testautomation/framework/optional/includes/basic_modulenames.inc | 1 - testautomation/global/tools/includes/optional/t_basic_ide_tools.inc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_modulenames.inc b/testautomation/framework/optional/includes/basic_modulenames.inc index b881dd69febd..5d41641735bd 100755 --- a/testautomation/framework/optional/includes/basic_modulenames.inc +++ b/testautomation/framework/optional/includes/basic_modulenames.inc @@ -33,7 +33,6 @@ testcase tBasicIdeModuleNames - dim rc as integer dim brc as boolean dim i as integer diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 182dbfd09ff0..8f71285bb99d 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -696,7 +696,7 @@ end function function hCreateBasicWorkFiles() as string '///

              Create a macro, attach it to a file, save the file

              - '///Starting point: The first doc or any other plain document + '///Starting point: Any plain document or the backing window '///
                const CFN = "hCreateBasicWorkFiles::" const CMACRO = "TestMacro" -- cgit From 6b73a07946310f04d6a8217bcd5163f50798a527 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 23 Mar 2010 08:39:22 +0100 Subject: vitomation01: #i109562 - Provide missing includes, reworked hDeleteMacro() --- .../framework/optional/f_basic_dialog_i18n.bas | 1 + .../includes/basic_dialog_i18n_copy_control.inc | 249 ++++++++++----------- testautomation/global/system/includes/iniinfo.inc | 3 - .../tools/includes/optional/t_basic_ide_tools.inc | 16 +- 4 files changed, 131 insertions(+), 138 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_dialog_i18n.bas b/testautomation/framework/optional/f_basic_dialog_i18n.bas index e3b50ffd188a..291894eb6296 100755 --- a/testautomation/framework/optional/f_basic_dialog_i18n.bas +++ b/testautomation/framework/optional/f_basic_dialog_i18n.bas @@ -56,6 +56,7 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_docfuncs.inc" use "global\tools\includes\optional\t_control_objects.inc" use "global\tools\includes\optional\t_stringtools.inc" + use "global\tools\includes\optional\t_treelist_tools.inc" use "framework\tools\includes\formcontrols.inc" use "framework\tools\includes\pbrowser_tools.inc" diff --git a/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc b/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc index 1a47c8296588..8f7db31fed08 100755 --- a/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc +++ b/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc @@ -38,6 +38,7 @@ testcase tBasicDialogI18nCopyControl const DIALOG_NAME = "DialogExport" ' Name of the first module const LANGUAGES_TO_COPY = 5 ' Only copy n languages const TARGET_DIALOG = "Target" ' The name of the dialog the control is pasted to + const DEFAULT_TIMEOUT = 2 dim cLanguageList( LANGUAGES_TO_COPY ) as string ' Note: Index 0 is used dim iCurrentLanguage as integer @@ -56,146 +57,140 @@ testcase tBasicDialogI18nCopyControl ' These are the IDE internal coordinates of the control, used to restore ' identical coordinates in the source and target dialogs dim iOriginalCoordinates( 4 ) as integer - - ' Some multi purpose returncode - dim brc as boolean hCreateDocument() printlog( "Test init: Setting up environment" ) - brc = hInitFormControls( DIALOG_NAME ) - if ( not brc ) then - warnlog( "Failed to initialize BASIC IDE/Dialog editor, aborting" ) - goto endsub - endif - - hDrawControlOnDialog( COMMAND_BUTTON ) - - hOpenPropertyBrowser() - kontext "TabGeneralControl" - printlog( "Get internal coordinates for the control" ) - iOriginalCoordinates( 1 ) = height.getText() - iOriginalCoordinates( 2 ) = width.getText() - iOriginalCoordinates( 3 ) = PosX.getText() - iOriginalCoordinates( 4 ) = PosY.getText() - printlog( "Height: " & iOriginalCoordinates( 1 ) ) - printlog( "Width.: " & iOriginalCoordinates( 2 ) ) - printlog( "Pos X.: " & iOriginalCoordinates( 3 ) ) - printlog( "Pos Y.: " & iOriginalCoordinates( 4 ) ) - hClosePropertyBrowser() + if ( hInitFormControls( DIALOG_NAME ) ) then - qaerrorlog( "#i80456# properties button not enabled when a formcontrol is inserted via keyboard" ) - - kontext "ToolsCollectionBar" - ManageLanguage.click() - - kontext "ManageUILanguages" - if ( ManageUILanguages.exists( 2 ) ) then - - add.click() - - kontext "SetDefaultLanguage" - if ( SetDefaultLanguage.exists( 1 ) ) then - SetDefaultLanguage.ok() + hDrawControlOnDialog( COMMAND_BUTTON ) + + hOpenPropertyBrowser() + kontext "TabGeneralControl" + printlog( "Get internal coordinates for the control" ) + iOriginalCoordinates( 1 ) = height.getText() + iOriginalCoordinates( 2 ) = width.getText() + iOriginalCoordinates( 3 ) = PosX.getText() + iOriginalCoordinates( 4 ) = PosY.getText() + printlog( "Height: " & iOriginalCoordinates( 1 ) ) + printlog( "Width.: " & iOriginalCoordinates( 2 ) ) + printlog( "Pos X.: " & iOriginalCoordinates( 3 ) ) + printlog( "Pos Y.: " & iOriginalCoordinates( 4 ) ) + hClosePropertyBrowser() + + qaerrorlog( "#i80456# properties button not enabled when a formcontrol is inserted via keyboard" ) + + kontext "ToolsCollectionBar" + ManageLanguage.click() + + kontext "ManageUILanguages" + if ( ManageUILanguages.exists( DEFAULT_TIMEOUT ) ) then + + hClickButton( Add ) + + kontext "SetDefaultLanguage" + if ( SetDefaultLanguage.exists( DEFAULT_TIMEOUT ) ) then + hCloseDialog( SetDefaultLanguage, "ok" ) + else + warnlog( "Set Default Language dialog is missing" ) + endif else - warnlog( "Set Default Language dialog is missing" ) + warnlog( "Unable to open Manage UI Languages dialog" ) endif - else - warnlog( "Unable to open Manage UI Languages dialog" ) - endif - - kontext "ManageUILanguages" - if ( ManageUILanguages.exists( 1 ) ) then - - add.click() - - kontext "AddUserInterface" - if ( AddUserInterface.exists( 1 ) ) then - for iCurrentLanguage = 1 to LANGUAGES_TO_COPY - AddNewControl.select( iCurrentLanguage ) - AddNewControl.check() - next iCurrentLanguage - AddUserInterface.ok() + + kontext "ManageUILanguages" + if ( ManageUILanguages.exists( DEFAULT_TIMEOUT ) ) then + + hClickButton( Add ) + + kontext "AddUserInterface" + if ( AddUserInterface.exists( DEFAULT_TIMEOUT ) ) then + for iCurrentLanguage = 1 to LANGUAGES_TO_COPY + AddNewControl.select( iCurrentLanguage ) + AddNewControl.check() + next iCurrentLanguage + hCloseDialog( AddUserInterface, "ok" ) + else + warnlog( "Add User Interface Language dialog is missing" ) + endif else - warnlog( "Add User Interface Language dialog is missing" ) + warnlog( "Unable to open Manage UI Languages dialog" ) endif - else - warnlog( "Unable to open Manage UI Languages dialog" ) - endif - - kontext "ManageUILanguages" - for iCurrentLanguage = 0 to LANGUAGES_TO_COPY - PresentLanguages.select( iCurrentLanguage + 1 ) - cLanguageList( iCurrentLanguage ) = PresentLanguages.getSelText() - printlog( iCurrentLanguage & ": " & cLanguageList( iCurrentLanguage ) ) - next iCurrentLanguage - - kontext "ManageUILanguages" - ManageUILanguages.close() - - printlog( "Localizing control" ) - for iCurrentLanguage = 0 to LANGUAGES_TO_COPY - kontext "TranslationBar" - CurrentLanguage.select( iCurrentLanguage + 1 ) - kontext "BasicIde" - hSelectControl( COMMAND_BUTTON ) + + kontext "ManageUILanguages" + for iCurrentLanguage = 0 to LANGUAGES_TO_COPY + PresentLanguages.select( iCurrentLanguage + 1 ) + cLanguageList( iCurrentLanguage ) = PresentLanguages.getSelText() + printlog( iCurrentLanguage & ": " & cLanguageList( iCurrentLanguage ) ) + next iCurrentLanguage + + kontext "ManageUILanguages" + hCloseDialog( ManageUILanguages, "close" ) + + printlog( "Localizing control" ) + for iCurrentLanguage = 0 to LANGUAGES_TO_COPY + kontext "TranslationBar" + CurrentLanguage.select( iCurrentLanguage + 1 ) + kontext "BasicIde" + hSelectControl( COMMAND_BUTTON ) + hOpenPropertyBrowser() + printlog( "Setting string: " & cIDStrings( iCurrentLanguage ) ) + kontext "TabGeneralControl" + NameText.typeKeys( cIDStrings( iCurrentLanguage ) & "" ) + hClosePropertyBrowser() + next iCurrentLanguage + + printlog( "Copy control" ) + hUseAsyncSlot( "EditCopy" ) + + printlog( "New dialog" ) + hNewDialog() + + printlog( "Paste control" ) + hUseAsyncSlot( "EditPaste" ) + hOpenPropertyBrowser() - printlog( "Setting string: " & cIDStrings( iCurrentLanguage ) ) kontext "TabGeneralControl" - NameText.typeKeys( cIDStrings( iCurrentLanguage ) & "" ) + printlog( "Set coordinates to be identical with those from the source control" ) + PosX.typeKeys ( ) + PosX.typeKeys ( "" & iOriginalCoordinates( 3 ) & "" ) + PosY.typeKeys ( "" & iOriginalCoordinates( 4 ) & "" ) + Height.typeKeys( "" & iOriginalCoordinates( 1 ) & "" ) + Width.typeKeys ( "" & iOriginalCoordinates( 2 ) & "" ) + hClosePropertyBrowser + + + hOpenPropertyBrowser() + kontext "TabGeneralControl" + printlog( "Get internal coordinates for the control" ) + iOriginalCoordinates( 1 ) = height.getText() + iOriginalCoordinates( 2 ) = width.getText() + iOriginalCoordinates( 3 ) = PosX.getText() + iOriginalCoordinates( 4 ) = PosY.getText() + printlog( "Height: " & iOriginalCoordinates( 1 ) ) + printlog( "Width.: " & iOriginalCoordinates( 2 ) ) + printlog( "Pos X.: " & iOriginalCoordinates( 3 ) ) + printlog( "Pos Y.: " & iOriginalCoordinates( 4 ) ) hClosePropertyBrowser() - next iCurrentLanguage - - printlog( "Copy control" ) - EditCopy - - printlog( "New dialog" ) - Call hNewDialog() - - printlog( "Paste control" ) - EditPaste - - hOpenPropertyBrowser() - kontext "TabGeneralControl" - printlog( "Set coordinates to be identical with those from the source control" ) - PosX.typeKeys ( ) - PosX.typeKeys ( "" & iOriginalCoordinates( 3 ) & "" ) - PosY.typeKeys ( "" & iOriginalCoordinates( 4 ) & "" ) - Height.typeKeys( "" & iOriginalCoordinates( 1 ) & "" ) - Width.typeKeys ( "" & iOriginalCoordinates( 2 ) & "" ) - hClosePropertyBrowser - - - hOpenPropertyBrowser() - kontext "TabGeneralControl" - printlog( "Get internal coordinates for the control" ) - iOriginalCoordinates( 1 ) = height.getText() - iOriginalCoordinates( 2 ) = width.getText() - iOriginalCoordinates( 3 ) = PosX.getText() - iOriginalCoordinates( 4 ) = PosY.getText() - printlog( "Height: " & iOriginalCoordinates( 1 ) ) - printlog( "Width.: " & iOriginalCoordinates( 2 ) ) - printlog( "Pos X.: " & iOriginalCoordinates( 3 ) ) - printlog( "Pos Y.: " & iOriginalCoordinates( 4 ) ) - hClosePropertyBrowser() - - kontext "TranslationBar" - for iCurrentLanguage = 0 to LANGUAGES_TO_COPY - CurrentLanguage.select( iCurrentLanguage + 1 ) - cTempString = CurrentLanguage.getSelText() - if ( cTempString = cLanguageList( iCurrentLanguage ) ) then - printlog( "Language <" & cTempString & "> was successfully copied" ) - else - warnlog( "Either a language was lost or the sort order changed" ) - printlog( "Expected: " & cLanguageList( iCurrentLanguage ) ) - printlog( "Found...: " & cTempString ) - endif - next iCurrentLanguage - - - kontext "BasicIde" - hDestroyDocument() + + kontext "TranslationBar" + for iCurrentLanguage = 0 to LANGUAGES_TO_COPY + CurrentLanguage.select( iCurrentLanguage + 1 ) + cTempString = CurrentLanguage.getSelText() + if ( cTempString = cLanguageList( iCurrentLanguage ) ) then + printlog( "Language <" & cTempString & "> was successfully copied" ) + else + warnlog( "Either a language was lost or the sort order changed" ) + printlog( "Expected: " & cLanguageList( iCurrentLanguage ) ) + printlog( "Found...: " & cTempString ) + endif + next iCurrentLanguage + + hCloseBasicIDE() + else + warnlog( "Failed to initialize dialog" ) + endif hDestroyDocument() endcase diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 479d9ffada1b..4f32125ec07f 100644 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -256,7 +256,6 @@ function ConvertPath ( sDatei$, optional sPlatform as string ) as String dim sLocalPlatGroup as string dim sLocalPathSigne as string - printlog( " *** convertpath( in ): " & sDatei$ ) if (isMissing(sPlatform)) then sLocalPlatGroup = gPlatGroup sLocalPathSigne = gPathSigne @@ -291,8 +290,6 @@ function ConvertPath ( sDatei$, optional sPlatform as string ) as String s3$ = s3$ + s2$ + sLocalPathSigne loop until s1$="" - printlog( " *** convertpath( out): " & s3$ + s1$ ) - ConvertPath = s3$ + s1$ end function diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 8f71285bb99d..8a00d8ec5cde 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -270,8 +270,9 @@ function hDeleteMacro() as boolean ' inserting the new one. This fails if the accelerator for SelectAll ' is incorrect, we try to recover by doing this manually then. '///+
              • Delete the entire content of the Basic IDE editor
              • + kontext "BasicIDE" hUseAsyncSlot( "EditSelectAll" ) - hUseAsyncSlot( "EditCut" ) + BasicIDE.typeKeys( "" ) hDeleteMacro() = hIsEditWindowEmpty() end function @@ -284,18 +285,17 @@ function hIsEditWindowEmpty() as boolean '///Starting point: Basic IDE editor is open and has the focus const CFN = "hIsEditWindowEmpty(): " const SLOT_TIMEOUT = -1 - + + SetClipboard( "" ) hUseAsyncSlot( "EditSelectAll" ) - if ( hUseAsyncSlot( "EditCopy" ) <> SLOT_TIMEOUT ) then - qaerrorlog( "EditCopy should not be enabled for empty Basic IDE editor" ) - endif + hUseAsyncSlot( "EditCopy" ) - if ( GetClipBoardText() <> "" ) then + if ( GetClipBoardText() = "" ) then + hIsEditWindowEmpty() = true + else warnlog( CFN & "Edit window is not empty" ) printlog( GetClipboardText ) hIsEditWindowEmpty() = false - else - hIsEditWindowEmpty() = true endif end function -- cgit From e620cd7db1cf55de98dcace69642b2061a5f841e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 23 Mar 2010 09:01:01 +0100 Subject: vitomation01: #i109562 - More cleanup --- .../optional/includes/basic_documents.inc | 31 +++++++++++----------- .../framework/tools/includes/pbrowser_tools.inc | 26 +++++++++++------- .../tools/includes/optional/t_basic_ide_tools.inc | 2 +- 3 files changed, 32 insertions(+), 27 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_documents.inc b/testautomation/framework/optional/includes/basic_documents.inc index 09c223117f5d..f83e961cac57 100755 --- a/testautomation/framework/optional/includes/basic_documents.inc +++ b/testautomation/framework/optional/includes/basic_documents.inc @@ -37,7 +37,6 @@ testcase tBasicDocuments const CFN = "tBasicDocuments::" - dim brc as boolean dim sFileWriter as string dim sFileCalc as string dim iDocumentCount as integer @@ -62,32 +61,32 @@ testcase tBasicDocuments gApplication = "WRITER" printlog( "Create a Writer workfilename (build path and filename)" ) - brc = hCreateBasicWorkFiles() + hCreateBasicWorkFiles() sFileWriter = hGetBasicWorkFile( "current" ) gApplication = "CALC" printlog( "Create a Calc workfilename (build path and filename)" ) - brc = hCreateBasicWorkFiles() + hCreateBasicWorkFiles() sFileCalc = hGetBasicWorkFile( "current" ) printlog( "Open the writer file" ) - brc = hFileOpen( sFileWriter ) - brc = hAllowMacroExecution() - if ( not brc ) then + hFileOpen( sFileWriter ) + if ( not hAllowMacroExecution() ) then warnlog( "Missing Macro execution dialog. Please check the file/security settings" ) endif printlog( "Open the Calc file" ) - brc = hFileOpen( sFileCalc ) - brc = hAllowMacroExecution() - if ( not brc ) then + hFileOpen( sFileCalc ) + if ( not hAllowMacroExecution() ) then warnlog( "Missing Macro execution dialog. Please check the file/security settings" ) endif printlog( "Open the BASIC organizer" ) ToolsMacro_uno + WaitSlot() printlog( "Retreive the names of all nodes from the treelist" ) + kontext "Makro" hGetVisibleNodeNames( MakroAus , cNodeListA() ) printlog( "Verify that both documents are listed - one Writer, one Calc with identical names" ) @@ -97,10 +96,10 @@ testcase tBasicDocuments endif printlog( "Click Manage..." ) - verwalten.click() + hClickButton( verwalten ) printlog( "Get the nodes list from the object organizer tabs - first tab" ) - brc = hSelectBasicObjectOrganizerTab( 1 ) + hSelectBasicObjectOrganizerTab( 1 ) ListAllDelete( cNodeListB() ) hGetVisibleNodeNames( ModulListe , cNodeListB() ) @@ -111,7 +110,7 @@ testcase tBasicDocuments endif printlog( "Switch to second tab" ) - brc = hSelectBasicObjectOrganizerTab( 2 ) + hSelectBasicObjectOrganizerTab( 2 ) ListAllDelete( cNodeListB() ) hGetVisibleNodeNames( ModuleList , cNodeListB() ) if ( listcount( cNodeListB() ) <> 5 ) then @@ -126,15 +125,15 @@ testcase tBasicDocuments endif printlog( "Third tab (should not list the document" ) - brc = hSelectBasicObjectOrganizerTab( 3 ) - brc = hTestLibraryListBox( cNodeListA() ) + hSelectBasicObjectOrganizerTab( 3 ) + hTestLibraryListBox( cNodeListA() ) printlog( CFN & "Closing dialogs..." ) - TabBibliotheken.cancel() + hCloseDialog( TabBibliotheken, "cancel" ) printlog( "Cleanup: Close macro organizer" ) Kontext "Makro" - Makro.cancel() + hCloseDialog( Makro, "cancel" ) printlog( "Cleanup: Close all files" ) hFileCloseAll() diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index d00b372aa8f0..912b3f85aec2 100755 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -37,18 +37,24 @@ function hOpenPropertyBrowser() as boolean const CFN = "framework::tools::includes::pbrowser_tools.inc::hOpenPropertyBrowser(): " - if ( hUseAsyncSlot( "ContextProperties" ) <> -1 ) then - kontext "ControlPropertiesTabControl" - if ( ControlPropertiesTabControl.exists( 2 ) ) then - ControlPropertiesTabControl.setPage( TabGeneralControl ) - hOpenPropertyBrowser() = true + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists() ) then + printlog( "Property Browser is already open, no action taken" ) + hOpenPropertyBrowser() = true + else + if ( hUseAsyncSlot( "ContextProperties" ) <> -1 ) then + kontext "ControlPropertiesTabControl" + if ( ControlPropertiesTabControl.exists( 2 ) ) then + ControlPropertiesTabControl.setPage( TabGeneralControl ) + hOpenPropertyBrowser() = true + else + warnlog( CFN & "Dialog is not available" ) + hOpenPropertyBrowser() = false + endif else - warnlog( CFN & "Dialog is not available" ) + warnlog( CFN & "Could not execute slot" ) hOpenPropertyBrowser() = false endif - else - warnlog( CFN & "Could not execute slot" ) - hOpenPropertyBrowser() = false endif end function @@ -72,7 +78,7 @@ function hClosePropertyBrowser() as boolean hClosePropertyBrowser() = false endif else - printlog( "Property browser is not open" ) + printlog( "Property browser is not open, no action taken." ) hClosePropertyBrowser() = true endif diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 8a00d8ec5cde..8f2afa88d4b8 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -607,7 +607,7 @@ function hInsertMacro( _id as integer ) as boolean const CFN = "hInsertMacro::" kontext "basicide" - qaerrorlog( CFN & "This function is deprecated, remove me!" ) + printlog( CFN & "This function is deprecated" ) '///+
              • Delete the content of the edit window
              • if ( not hDeleteMacro() ) then -- cgit From 9046b60f84ba84c021039f5043167dd8772f36e0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 23 Mar 2010 09:08:02 +0100 Subject: vitomation01: #i109562 - context error --- testautomation/framework/optional/includes/basic_macros.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index ff663dcd8c34..f50d9bd52868 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -303,7 +303,7 @@ testcase tMakro_Dialog endif printlog( "Open the BASIC Macro Organizer" ) - ToolsMacro_uno + ToolsMacro_uno : WaitSlot() printlog( "Select the last macro from the list" ) kontext "makro" @@ -347,9 +347,10 @@ testcase tMakro_Dialog endif printlog( "Open macro organizer from the current document" ) - ToolsMacro_uno + ToolsMacro_uno : WaitSlot() printlog( "Select the last item in the treelist" ) + kontext "Makro" hSelectTheLastNode( MakroAus ) printlog( "Delete the new module" ) -- cgit From 2992b6fb5b1c84da46598ccfcd17afa53dfe9c69 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 23 Mar 2010 09:30:19 +0100 Subject: vitomation01: #i109562 - Fix incorrect interpretation of returnvalue, added workaround for non-working EditSelectAll slot in BASIC IDE --- testautomation/framework/optional/includes/basic_macros.inc | 2 +- .../global/tools/includes/optional/t_basic_ide_tools.inc | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index f50d9bd52868..cff6a64c4f93 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -310,7 +310,7 @@ testcase tMakro_Dialog hSelectTheLastNode( MakroAus ) printlog( "Assign the macro, Tools/customize dialog should open" ) - if ( not hClickButton( Zuordnen ) ) then + if ( hClickButton( Zuordnen ) = -1 ) then warnlog( "#i106853# Assign-Button is disabled or macro is missing" ) endif diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 8f2afa88d4b8..9e1344c67bf1 100644 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -266,12 +266,13 @@ function hDeleteMacro() as boolean '///

                Delete all text in the Basic IDE editor

                '///Starting point: Basic IDE is open, has focus, code can be edited - ' Common for all actions is that we delete the existing macro before - ' inserting the new one. This fails if the accelerator for SelectAll - ' is incorrect, we try to recover by doing this manually then. - '///+
              • Delete the entire content of the Basic IDE editor
              • + const TIMEOUT = -1 kontext "BasicIDE" - hUseAsyncSlot( "EditSelectAll" ) + if ( hUseAsyncSlot( "EditSelectAll" ) = TIMEOUT ) then + qaerrorlog( " is not enabled in BASIC IDE" ) + BasicIDE.typeKeys( "" ) + BasicIDE.typeKeys( "" ) + endif BasicIDE.typeKeys( "" ) hDeleteMacro() = hIsEditWindowEmpty() -- cgit From 546dc2e09a52946937d642077cb948f92822506c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 12 Apr 2010 11:07:58 +0200 Subject: vitomation01: #i109562 - Code cleanup, use parameters where possible --- .../optional/includes/basic_delete_modules.inc | 4 ++- .../optional/includes/basic_library_export.inc | 6 ++-- .../optional/includes/basic_library_import.inc | 32 +++++++++++--------- .../optional/includes/basic_modulehide.inc | 7 +++-- .../optional/includes/basic_package_export.inc | 30 ++++++++++--------- .../optional/includes/basic_package_import.inc | 34 +++++++++++----------- .../includes/security_recommend_password.inc | 8 ++--- .../global/tools/includes/required/t_tools3.inc | 4 +-- 8 files changed, 67 insertions(+), 58 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_delete_modules.inc b/testautomation/framework/optional/includes/basic_delete_modules.inc index c3bdc3368dd8..3a639f01e728 100755 --- a/testautomation/framework/optional/includes/basic_delete_modules.inc +++ b/testautomation/framework/optional/includes/basic_delete_modules.inc @@ -35,6 +35,8 @@ testcase tDeleteModulesAtRunningBasic printlog( "Delete BASIC module while BASIC is running" ) + const RAISE_MESSAGEBOX = 1 + dim brc as boolean const MAX_WAIT = 3000 dim iMenuItemCount as integer @@ -54,7 +56,7 @@ testcase tDeleteModulesAtRunningBasic endif printlog( "Insert a short script (1. page)" ) - brc = hInsertMacro( 1 ) + brc = hInsertMacro( RAISE_MESSAGEBOX ) if ( not brc ) then warnlog( "Unable to create a basic module for the document" ) goto endsub diff --git a/testautomation/framework/optional/includes/basic_library_export.inc b/testautomation/framework/optional/includes/basic_library_export.inc index 18bb4af4441c..6f5acacbdb24 100755 --- a/testautomation/framework/optional/includes/basic_library_export.inc +++ b/testautomation/framework/optional/includes/basic_library_export.inc @@ -38,7 +38,9 @@ testcase tBasicLibraryExport ' Assumption: All actions take place in the user/work directory ' macro taken from framework/tools/input/macros.txt::tBasicLibraryExport - ' For constants (UPPERCASE) see .BAS-file + ' For test specific global constants (UPPERCASE) see .BAS-file + + const LIBRARIES_TAB = 3 dim cDocumentName as string dim cLibraryName as string @@ -124,7 +126,7 @@ testcase tBasicLibraryExport Verwalten.click() printlog( "Go to the libraries-tab" ) - hSelectBasicObjectOrganizerTab( 3 ) + hSelectBasicObjectOrganizerTab( LIBRARIES_TAB ) kontext "TabBibliotheken" printlog( "Select the document at pos. " & DOCUMENT_POSITION ) diff --git a/testautomation/framework/optional/includes/basic_library_import.inc b/testautomation/framework/optional/includes/basic_library_import.inc index ec4cc8fa3b53..9d5dae88ff40 100755 --- a/testautomation/framework/optional/includes/basic_library_import.inc +++ b/testautomation/framework/optional/includes/basic_library_import.inc @@ -35,21 +35,29 @@ testcase tBasicLibraryImport printlog( "Import a BASIC library" ) + const MY_MACROS = 1 + const LIBRARIES_TAB = 3 + const STANDARD_LIBRARY = 1 + + const XLB_DIALOG_FILE = "dialog.xlb" + dim cMsg as string dim iCurrentLib as integer + dim cPath as string : cPath = hGetWorkPath() & LIBRARY_NAME + ToolsMacro_uno kontext "Makro" - MakroAus.Select( 1 ) + MakroAus.Select( MY_MACROS ) Verwalten.click() - hSelectBasicObjectOrganizerTab( 3 ) + hSelectBasicObjectOrganizerTab( LIBRARIES_TAB ) printlog( "Select My macros" ) kontext "TabBibliotheken" - Bibliothek.select( 1 ) + Bibliothek.select( STANDARD_LIBRARY ) printlog( "Click to add a library" ) Hinzufuegen.click() @@ -62,20 +70,18 @@ testcase tBasicLibraryImport OeffnenDlg.typeKeys( "" ) printlog( "Enter "dialog.xlb"" ) - DateiName.setText( "dialog.xlb" ) + DateiName.setText( XLB_DIALOG_FILE ) - printlog( "Open dialog.xlb" ) + printlog( "Open " & XLB_DIALOG_FILE ) Oeffnen.click() kontext "active" if ( active.exists( 1 ) ) then if ( active.getRT() <> 373 ) then - cMSG = Active.getText() - cMsg = hRemoveLineBreaks( cMsg ) - warnlog( "Autocompletion failed: " & cMsg ) + warnlog( "Autocompletion failed: " & Active.getText() ) Active.ok() Kontext "OeffnenDlg" - DateiName.setText( "dialog.xlb" ) + DateiName.setText( XLB_DIALOG_FILE ) Oeffnen.click() endif endif @@ -114,10 +120,10 @@ testcase tBasicLibraryImport hDestroyDocument() - hDeleteFile( hGetWorkPath() & LIBRARY_NAME & gPathSigne & "dialog.xlb" ) - hDeleteFile( hGetWorkPath() & LIBRARY_NAME & gPathSigne & "Module1.xba" ) - hDeleteFile( hGetWorkPath() & LIBRARY_NAME & gPathSigne & "script.xlb" ) - rmdir( hGetWorkPath() & LIBRARY_NAME ) : printlog( "Remove directory" ) + hDeleteFile( cPath & GetPathSeparator & XLB_DIALOG_FILE ) + hDeleteFile( cPath & GetPathSeparator & "Module1.xba" ) + hDeleteFile( cPath & GetPathSeparator & "script.xlb" ) + rmdir( cPath ) : printlog( "Remove directory" ) endcase diff --git a/testautomation/framework/optional/includes/basic_modulehide.inc b/testautomation/framework/optional/includes/basic_modulehide.inc index 88ab89227869..fb2ef75b31f5 100755 --- a/testautomation/framework/optional/includes/basic_modulehide.inc +++ b/testautomation/framework/optional/includes/basic_modulehide.inc @@ -35,6 +35,7 @@ testcase tBasicIdeModuleHide const CFN = "tBasicIdeModuleHide::" + const RAISE_MESSAGEBOX = 1 dim rc as integer dim brc as boolean @@ -46,7 +47,7 @@ testcase tBasicIdeModuleHide ToolsMacro_uno hCreateModuleForDoc() - brc = hInsertMacro( 1 ) + brc = hInsertMacro( RAISE_MESSAGEBOX ) if ( brc ) then printlog( CFN & "Macro has been written successfully" ) else @@ -60,7 +61,7 @@ testcase tBasicIdeModuleHide try ' hTestMacro is expected to fail, so we jump to the catch statement - rc = hTestMacro( 1 ) + rc = hTestMacro( RAISE_MESSAGEBOX ) if ( rc = 0 ) then warnlog( "For some reason the original module is still visible" ) else @@ -80,7 +81,7 @@ testcase tBasicIdeModuleHide endcatch - rc = hTestMacro( 1 ) + rc = hTestMacro( RAISE_MESSAGEBOX ) if ( rc = 1 ) then printlog( " * the correct macro-module is open. Good." ) else diff --git a/testautomation/framework/optional/includes/basic_package_export.inc b/testautomation/framework/optional/includes/basic_package_export.inc index a8a2ae00459d..28e214102dbb 100755 --- a/testautomation/framework/optional/includes/basic_package_export.inc +++ b/testautomation/framework/optional/includes/basic_package_export.inc @@ -40,6 +40,10 @@ testcase tBasicPackageExport const LIBRARY_NAME = "tBasicExport" const DOCUMENT_POSITION = 4 const PACKAGE_SIZE = 1325 + + const LIBRARIES_TAB = 3 + const LONG_WAIT = 3 + const SHORT_WAIT = 1 dim cDocumentName as string dim cLibraryName as string @@ -69,7 +73,7 @@ testcase tBasicPackageExport printlog( "Select the second document" ) kontext "Makro" - if ( Makro.exists( 1 ) ) then + if ( Makro.exists( SHORT_WAIT ) ) then iNodeCount = hGetNodeCount( MakroAus ) cDocumentName = hSelectNode( MakroAus, iNodeCount ) @@ -77,7 +81,7 @@ testcase tBasicPackageExport Verwalten.click() printlog( "Go to the libraries tabpage" ) - hSelectBasicObjectOrganizerTab( 3 ) + hSelectBasicObjectOrganizerTab( LIBRARIES_TAB ) kontext "TabBibliotheken" printlog( "Select the document at pos. " & DOCUMENT_POSITION ) @@ -93,7 +97,7 @@ testcase tBasicPackageExport Neu.click() kontext "NeueBibliothek" - if ( NeueBibliothek.exists( 1 ) ) then + if ( NeueBibliothek.exists( SHORT_WAIT ) ) then printlog( "Name the new library: " & LIBRARY_NAME ) BibliotheksName.setText( LIBRARY_NAME ) NeueBibliothek.ok() @@ -128,7 +132,7 @@ testcase tBasicPackageExport printlog( "Select the work document" ) kontext "Makro" - if ( Makro.exists( 1 ) ) then + if ( Makro.exists( SHORT_WAIT ) ) then iNodeCount = hGetNodeCount( MakroAus ) hSelectNode( MakroAus, iNodeCount ) @@ -136,10 +140,10 @@ testcase tBasicPackageExport Verwalten.click() printlog( "Libraries tab" ) - hSelectBasicObjectOrganizerTab( 3 ) + hSelectBasicObjectOrganizerTab( LIBRARIES_TAB ) kontext "TabBibliotheken" - if ( TabBibliotheken.exists( 1 ) and TabBibliotheken.isVisible() ) then + if ( TabBibliotheken.exists( SHORT_WAIT ) and TabBibliotheken.isVisible() ) then Bibliothek.select( DOCUMENT_POSITION ) printlog( "Select the new library" ) @@ -156,17 +160,17 @@ testcase tBasicPackageExport Export.click() kontext "ExportBasicLibraryDlg" - if ( ExportBasicLibraryDlg.exists( 3 ) ) then + if ( ExportBasicLibraryDlg.exists( LONG_WAIT ) ) then printlog( "Select to export as extension" ) ExportAsPackage.check() - ExportBasicLibraryDlg.ok() + hCloseDialog( ExportBasicLibraryDlg, "ok" ) kontext "SpeichernDlg" - if ( SpeichernDlg.exists( 3 ) ) then + if ( SpeichernDlg.exists( LONG_WAIT ) ) then printlog( "Save the file, suffix will be added automatically." ) DateiName.setText( hGetWorkPath() & LIBRARY_NAME ) Speichern.click() - Speichern.notExists( 1 ) + Speichern.notExists( SHORT_WAIT ) else warnlog( "Dialog did not open" ) endif @@ -176,16 +180,14 @@ testcase tBasicPackageExport kontext "TabBibliotheken" printlog( "Close libraires tabpage" ) - TabBibliotheken.cancel() - TabBibliotheken.notExists( 1 ) + hCloseDialog( TabBibliotheken, "cancel" ) else warnlog( "Dialog is not available" ) endif kontext "Makro" printlog( "Close BASIC organizer" ) - Makro.cancel() - Makro.notExists( 1 ) + hCloseDialog( Makro, "cancel" ) else warnlog( "Dialog did not open" ) endif diff --git a/testautomation/framework/optional/includes/basic_package_import.inc b/testautomation/framework/optional/includes/basic_package_import.inc index 4ef74de4f112..a16b9e4e50e2 100755 --- a/testautomation/framework/optional/includes/basic_package_import.inc +++ b/testautomation/framework/optional/includes/basic_package_import.inc @@ -41,6 +41,9 @@ testcase tBasicPackageImport dim package_name as string : package_name = "tBasicExport.oxt" const LIBRARY_NAME = "tBasicExport" + const MY_MACROS = 1 + const LIBRARIES_TAB = 3 + const SHORT_WAIT = 1 dim cDocumentName as string dim cLibraryName as string @@ -49,9 +52,9 @@ testcase tBasicPackageImport dim iCurrentLib as integer dim iStatus as integer - dim cFile as string - cFile = hGetWorkPath() & package_name - + dim cFile as string : cFile = hGetWorkPath() & package_name + + printlog( "Probe for test extension created by basic_packege_export" ) if ( Not FileExists( cFile ) or ( FileLen( cFile ) = 0 ) ) then warnlog( "#i105719# - Test extension is missing or has zero size. This is most likely" & _ " a follow-up error from the prior test case. Test stopped." ) @@ -80,14 +83,14 @@ testcase tBasicPackageImport ToolsMacro_uno kontext "Makro" - MakroAus.select( 1 ) + MakroAus.select( MY_MACROS ) Verwalten.click() - hSelectBasicObjectOrganizerTab( 3 ) + hSelectBasicObjectOrganizerTab( LIBRARIES_TAB ) kontext "TabBibliotheken" - Bibliothek.select( 1 ) + Bibliothek.select( SHORT_WAIT ) printlog( "Select the new library" ) kontext "TabBibliotheken" @@ -98,15 +101,13 @@ testcase tBasicPackageImport endif next iCurrentLib cLibraryName = BibliotheksListe.getSelText() - - try - Hinzufuegen.click() - catch + + if ( not hClickButton( Hinzufuegen ) ) then warnlog( "#i64007 - Office crashes on clicking import button" ) - endcatch + endif kontext "OeffnenDlg" - OeffnenDlg.cancel() + hCloseDialog( OeffnenDlg, "cancel" ) printlog( "Cleanup: Delete Library, close dialogs and remove package" ) @@ -119,19 +120,18 @@ testcase tBasicPackageImport Loeschen.click() kontext "active" - if ( active.exists( 1 ) ) then + if ( active.exists( SHORT_WAIT ) ) then active.yes() else warnlog( "No warning for library deletion" ) endif - endif - + endif kontext "TabBibliotheken" - TabBibliotheken.cancel() + hCloseDialog( TabBibliotheken, "cancel" ) kontext "Makro" - Makro.cancel() + hCloseDialog( Makro, "cancel" ) hExtensionRemoveGUI( package_name ) diff --git a/testautomation/framework/optional/includes/security_recommend_password.inc b/testautomation/framework/optional/includes/security_recommend_password.inc index eaceab3691b9..628fdecd7ae5 100755 --- a/testautomation/framework/optional/includes/security_recommend_password.inc +++ b/testautomation/framework/optional/includes/security_recommend_password.inc @@ -80,11 +80,8 @@ testcase tRecommendPassword( filetypeID as string ) if ( rc = 0 ) then - if AutomatischeDateinamenserweiterung.Exists then - AutomatischeDateinamenserweiterung.Uncheck - endif - - + AutomatischeDateinamenserweiterung.Uncheck + printlog( "Name the file" ) Dateiname.settext( workpath & workfile ) @@ -117,6 +114,5 @@ testcase tRecommendPassword( filetypeID as string ) printlog( "Close the current document" ) call hCloseDocument() - endcase diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 84d261ec5fca..b57fd9495e5c 100644 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1165,7 +1165,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean endif ' Find out whether the dialog must exist (default) or is just closed as a precaution ("optional") - if ( instr( sFlags, "optional") > 0 ) then bDialogMustExist = FALSE + if ( instr( sFlags, "optional") ) then bDialogMustExist = FALSE if ( GVERBOSE ) then printlog( "Closing dialog <" & oDialog.name() & "> using the flags <" & sFlags & ">.") @@ -1180,7 +1180,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean case METHOD_YES : oDialog.yes() case METHOD_NO : oDialog.no() case else : - warnlog( CFN & " Script error: Allowed closing methods are , and ." ) + warnlog( CFN & " Script error: Allowed closing methods are cancel, close, ok, yes, no and 202" ) end select else if ( bDialogMustExist ) then -- cgit From 3a6a8cec4b90ae657f08aed7f2dd63264deee6ec Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 12 Apr 2010 14:34:06 +0200 Subject: vitomation01: #i109562 - Modifications to OLE tests, remove function DisableNavigator() as it was identical to hCloseNavigator() which again now is just a call to hCloseDialog... --- .../framework/optional/includes/ole_3.inc | 39 +++++++----------- .../framework/optional/includes/ole_tools.inc | 47 +++++++++++----------- .../global/tools/includes/optional/t_ole.inc | 19 +++++---- .../global/tools/includes/required/t_tools3.inc | 2 + 4 files changed, 50 insertions(+), 57 deletions(-) mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_ole.inc mode change 100644 => 100755 testautomation/global/tools/includes/required/t_tools3.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/ole_3.inc b/testautomation/framework/optional/includes/ole_3.inc index 22cab57056f6..9f1d0ac28d6b 100755 --- a/testautomation/framework/optional/includes/ole_3.inc +++ b/testautomation/framework/optional/includes/ole_3.inc @@ -81,15 +81,11 @@ endcase '******************************************************************************* -sub hInsertOLEObject( bRemoveFocus as boolean, cOLEObject as string, cOleType as string ) +function hInsertOLEObject( bRemoveFocus as boolean, cOLEObject as string, cOleType as string ) as beoolean dim sFile as String dim bOleAvailable as boolean - - - - printlog( "" ) printlog( "Beginning testcase with options: " ) printlog( "* Remove focus...: " & bRemoveFocus ) @@ -102,12 +98,14 @@ sub hInsertOLEObject( bRemoveFocus as boolean, cOLEObject as string, cOleType as ' So writer/writer, calc/calc, masterdoc/writer is skipped ... if ( gApplication = cOleType ) then printlog( "Skipping " & cOleType & " as OLE object" ) - goto testend + hInsertOLEObject() = false + exit function endif if ( gApplication = "MASTERDOCUMENT" and cOleType = "WRITER" ) then printlog( "Skipping " & cOleType & " as OLE object" ) - goto testend + hInsertOLEObject() = false + exit function endif hCreateDocument() @@ -125,12 +123,12 @@ sub hInsertOLEObject( bRemoveFocus as boolean, cOLEObject as string, cOleType as ObjektTyp.Select( cOLEObject ) printlog( "Click OK" ) - OLEObjektEinfuegen.OK() - WaitSlot( 3000 ) + hCloseDialog( OLEObjektEinfuegen, "ok" ) else warnlog( "Insert OLE object dialog is missing, test ends" ) hDestroyDocument() - goto testend + hInsertOLEObject() = false + exit function endif if ( bRemoveFocus ) then @@ -149,14 +147,8 @@ sub hInsertOLEObject( bRemoveFocus as boolean, cOLEObject as string, cOleType as sFile = ConvertPath ( gOfficePath + "user\work\ole_" & cOleType ) printlog( "Save the file; File to be written (w/o extension): " & sFile ) - if fileexists(sFile) then - kill(sFile) - qaerrorlog("killed file from former test run") - endif - - hFileSaveAsKill( sFile ) - - printlog( "Close the document" ) + hDeleteFile( sFile ) + hFileSaveAs( sFile ) hDestroyDocument() printlog( "Reopen the file: " & sFile ) @@ -165,7 +157,8 @@ sub hInsertOLEObject( bRemoveFocus as boolean, cOLEObject as string, cOleType as bOleAvailable = isOleAvailable() if ( bOleAvailable ) then - call DisableNavigator() + kontext "Navigator" + if ( Navigator.exists() ) then hCloseDialog( Navigator, "close,optional" ) call OLESetFocus() @@ -174,14 +167,10 @@ sub hInsertOLEObject( bRemoveFocus as boolean, cOLEObject as string, cOleType as qaErrorLog( "#i44725# OLE Object not saved in Master Document" ) endif - printlog( "Cleanup: Close the document" ) + printlog( "Cleanup: Close the document, delete workfile" ) hDestroyDocument() - - printlog( "Cleanup: Delete the workfile" ) hDeleteFile( sFile ) - - ' We end up here when the test has been skipped or aborted - testend: + hInsertOLEObject() = true end sub diff --git a/testautomation/framework/optional/includes/ole_tools.inc b/testautomation/framework/optional/includes/ole_tools.inc index 0428f758cb3d..03b921fc95d3 100755 --- a/testautomation/framework/optional/includes/ole_tools.inc +++ b/testautomation/framework/optional/includes/ole_tools.inc @@ -74,22 +74,38 @@ end sub '******************************************************************************* -sub hSetToStandardView ( DieApp$ ) - select case DieApp$ +function hSetToStandardView ( cApplication as string ) as boolean + + const MAX_WAIT_FOR_DIALOG = 2 + + select case ( cApplication ) case "WRITER" - gApplication = "WRITER" + gApplication = cApplication Call hNewDocument Kontext "DocumentWriter" case "MASTERDOCUMENT" - gApplication = "MASTERDOCUMENT" + gApplication = cApplication Call hNewDocument Kontext "DocumentMasterDoc" + case else + printlog( "Application not supported by this function: " & cApplication ) + hSetToStandardView() = false + exit function end select - ViewZoom + + hUseAsyncSlot( "ViewZoom" ) + Kontext "Massstab" - Optimal.Check - Massstab.ok() + if ( Massstab.exists( MAX_WAIT_FOR_DIALOG ) ) then + Optimal.Check() + hCloseDialog( Massstab, "ok" ) + else + warnlog( "Zoom-Dialog did not open" ) + endif + Call hCloseDocument + hSetToStandardView() = true + end sub '******************************************************************************* @@ -140,23 +156,6 @@ end sub '******************************************************************************* -sub DisableNavigator() - printlog( " - disable the navigator in globaldoc/writer" ) - select case gApplication - case "MASTERDOCUMENT" : Kontext "NavigatorGlobalDoc" - if NavigatorGlobalDoc.Exists() then - ViewNavigator - endif - case "WRITER" : Kontext "NavigatorWriter" - if NavigatorWriter.Exists() then - ViewNavigator - endif - end select - sleep( 1) -end sub - -'******************************************************************************* - sub UncheckAutoFileExtension() Kontext "SpeichernDlg" if SpeichernDlg.exists(5) then diff --git a/testautomation/global/tools/includes/optional/t_ole.inc b/testautomation/global/tools/includes/optional/t_ole.inc old mode 100644 new mode 100755 index dc1a4baa0fa9..f31798c37bbc --- a/testautomation/global/tools/includes/optional/t_ole.inc +++ b/testautomation/global/tools/includes/optional/t_ole.inc @@ -33,22 +33,24 @@ function hGetOfficeVersion() as string - dim cPath as string - dim aItemList( 20 ) as string - const CFN = "global::tools::includes::optional::t_ole.inc::hGetOfficeVersion(): " + const DATAFILE = "global/input/officeinfo.txt" + const MAX_LINES_IN_DATAFILE = 20 + dim cPath as string + dim aItemList( MAX_LINES_IN_DATAFILE ) as string + ' Path to info file - cPath = convertpath( gTesttoolPath & "global/input/officeinfo.txt" ) + cPath = convertpath( gTesttoolPath & DATAFILE ) if ( GVERBOSE ) then printlog( CFN & "Reading: " & cPath ) - ' Read the file + ' Read the file, store the list of known office versions hGetDatafileSection( cPath, aItemList(), "", "", "" ) - ' Set global variable + ' Search for the version number matching the product name, store value in global variable gOfficeVersion = hGetValueForKeyAsString( aItemList(), gProductName ) - ' Set returnvalue + ' Return content of the global variable as well hGetOfficeVersion() = gOfficeVersion end function @@ -68,7 +70,8 @@ function hGetOleObjectName( cApplication as string ) as string dim cString as string const CFN = "global::tools::includes::optional::t_ole.inc::hGetOleObjectName(): " - + + ' The application names for the API are case sensitive so we cannot use gApplication select case ( cApplication ) case "WRITER" : Application_API_Name = "Writer case "CALC" : Application_API_Name = "Calc" diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc old mode 100644 new mode 100755 index b57fd9495e5c..43c5ef4125ee --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1073,6 +1073,8 @@ function hUseAsyncSlot( cSlot as string ) as integer case "toolsupdatelinks" : ToolsUpdateLinks case "toolslanguagehangulhanjaconversion" : ToolsLanguageHangulHanjaConversion + case "viewzoom" : ViewZoom + case else : warnlog( "Unknown slot called: " & cSlot ) end select -- cgit From 0730a20f33ed8425e2b2a38b8fcd75f9fa663dab Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 13 Apr 2010 12:03:29 +0200 Subject: vitomation01: #i109562 - ConvertPath was far too complex, cleaned up. Introduced unified functions to replace single characters or small substrings within a string, still need to remove countless clones --- testautomation/global/system/includes/iniinfo.inc | 62 ++++++----------- .../tools/includes/optional/t_stringtools.inc | 79 +++++++++++----------- 2 files changed, 58 insertions(+), 83 deletions(-) mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_stringtools.inc (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index a67c7554c8d5..8e8c2374d05d 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -245,55 +245,31 @@ end function '------------------------------------------------------------------------- -function ConvertPath ( sDatei$, optional sPlatform as string ) as String - '/// Path conversion - '/// Input: path as string; OPTIONAL: string of class gPlatform - '/// Output: converted path respected to gPlatform; if optional paramter: to that Platform - '/// Convert the pathsigne '\' to '/' when a test runs under UNIX - Dim iW32 as Integer : Dim iUNX as Integer - Dim i as Integer : Dim Ende as Integer - Dim s1$ : Dim s2$ : Dim s3$ - dim sLocalPlatGroup as string - dim sLocalPathSigne as string - - if (isMissing(sPlatform)) then - sLocalPlatGroup = gPlatGroup - sLocalPathSigne = gPathSigne +function ConvertPath ( sPath as string ) as String + + if ( getPathSeparator = "/" ) then + sPath = hStringReplace( sPath, "\", "/" ) else - sLocalPlatGroup = hPlatformToGroup(sPlatform) - sLocalPathSigne = hGetPathSigne(sPlatform) - end if + sPath = hStringReplace( sPath, "/", "\" ) + endif - s3$ = "" : iW32 = 0 : iUNX = 0 - s1$ = sDatei$ - Ende = len ( s1$ ) - - ' convert all / to \ if WIN - if sLocalPlatGroup <> "unx" then - do - i = InStr( s1$, "/" ) - if i = 0 then exit do - s2$ = Left( s1$ , i-1 ) - s1$ = Mid( s1$ , i+1 ) - s3$ = s3$ + s2$ + "\" - loop until s1$="" - s1$ = s3$ + s1$ - s3$ = "" : s2$ = "" - end if + convertpath() = sPath - ' convert all \ to gPathSigne => WIN -> XXX - do - i = InStr( s1$, "\" ) - if i = 0 then exit do - s2$ = Left( s1$ , i-1 ) - s1$ = Mid( s1$ , i+1 ) - s3$ = s3$ + s2$ + sLocalPathSigne - loop until s1$="" +end function + +'------------------------------------------------------------------------------- + +function hStringReplaceChar( myString as string, old_char as string, new_char as string ) as string + + dim iChar as integer + for iChar = 1 to len( myString ) + if ( mid( myString, iChar, 1 ) = old_char ) then mid( myString, iChar, 1, new_char ) + next iChar + hStringReplaceChar() = myString - ConvertPath = s3$ + s1$ end function -'------------------------------------------------------------------------- +'------------------------------------------------------------------------------- sub GetLanguageInformation '/// Extracts the language information from Setup.xcu. diff --git a/testautomation/global/tools/includes/optional/t_stringtools.inc b/testautomation/global/tools/includes/optional/t_stringtools.inc old mode 100644 new mode 100755 index 65290e23967d..200cbb2b8724 --- a/testautomation/global/tools/includes/optional/t_stringtools.inc +++ b/testautomation/global/tools/includes/optional/t_stringtools.inc @@ -33,46 +33,11 @@ function hRemoveLineBreaks( cString as string ) as string - '///

                Remove linebreaks and tabs from a string

                - '///Used to "beautify" content of messageboxes when printed to the log

                - '///Parameter(s): - '///
                  - '///+
                1. Content of a messagebox as captured with .getText() (string)
                2. - '///
                - '///Returns: - '///
                  - '///+
                1. A string without tabs, linebreaks and linefeed (string)
                2. - '///
                - '///Description: - '///
                  - '///+
                • Walk through the string, replace linebreaks, tabs etc. with spaces
                • - - ' Function (undocumented) to remove LF and CR from strings. - ' When a messagebox appears with multiple lines of text this usually - ' breaks the output of the printlog into multiple lines making it - ' hard to read. So this function puts the entire text in one line. - - dim iCharPos as integer - dim cCurrentChar as string - dim cNewString as string - - ' walk through the string character by character and replace those - ' characters that break the line. Tabs and linebreaks become spaces - for iCharPos = 1 to len( cString ) - - cCurrentChar = mid( cString , iCharPos , 1 ) - - select case cCurrentChar - case CHR$(13) : cNewString = cNewString & " " ' replace linebreak - case CHR$(10) : ' Simply ignore linefeed - case CHR$(09) : cNewString = cNewString & " " ' replace tab with space - case else : cNewString = cNewString & cCurrentChar ' append char - end select - - next iCharPos - - hRemoveLineBreaks() = cNewString - '///
                + dim myString as string : myString = cString + myString = hStringReplaceChar( myString, CHR$(09), " " ) + myString = hStringReplaceChar( myString, CHR$(13), " " ) + myString = hStringReplaceChar( myString, CHR$(10), "" ) + hRemoveLineBreaks() = myString end function @@ -353,3 +318,37 @@ function hConvertStringToLong( cValue as string ) as long '///
              end function + +'******************************************************************************* + +function hStringReplace( myString as string, search_string as string, replace_with as string ) as string + + const CFN = "hStringReplace(): " + + dim search_string_position as string + dim search_string_found as boolean : search_string_found = true + dim len_search_string as integer : len_search_string = len( search_string ) + dim len_replace_with as integer : len_replace_with = len( replace_with ) + + if ( GVERBOSE ) then printlog( CFN & "Replace all <" & search_string & "> with <" & replace_with & "> in <" & myString & ">" ) + + if ( not instr( replace_with, search_string ) and len_search_string >= len_replace_with ) then + do while( search_string_found ) + search_string_position = instr( myString, search_string ) + if ( search_string_position > 0 ) then + mid( myString, search_string_position, len( search_string ), replace_with ) + else + search_string_found = false + endif + loop + else + warnlog( CFN & "Function used incorrectly" ) + warnlog( CFN & "Replace all <" & search_string & "> with <" & replace_with & "> in <" & myString & ">" ) + warnlog( CFN & "The new string must be of equal length or shorter than the string to be replaced" ) + warnlog( CFN & "The new string may not contain the string to be replaced (e.g. replace 'a' with 'ha' is not allowed)" ) + endif + + if ( GVERBOSE ) then printlog( CFN & "Return string is <" & myString & ">" ) + hStringReplace() = myString + +end function -- cgit From add9c12f09f580856316924366fb7a2141388eec Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 13 Apr 2010 12:19:56 +0200 Subject: vitomation01: #i109562 - Protect function parameters, they should not be changed (ConvertPath behaves differently, though ) --- testautomation/global/system/includes/iniinfo.inc | 15 ++++++--------- .../global/tools/includes/optional/t_stringtools.inc | 3 ++- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 8e8c2374d05d..14c29bd345e2 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -245,23 +245,20 @@ end function '------------------------------------------------------------------------- -function ConvertPath ( sPath as string ) as String - +sub ConvertPath( sPath as string ) if ( getPathSeparator = "/" ) then - sPath = hStringReplace( sPath, "\", "/" ) + sPath = hStringReplaceChar( sPath, "\", "/" ) else - sPath = hStringReplace( sPath, "/", "\" ) + sPath = hStringReplaceChar( sPath, "/", "\" ) endif - - convertpath() = sPath - -end function +end sub '------------------------------------------------------------------------------- -function hStringReplaceChar( myString as string, old_char as string, new_char as string ) as string +function hStringReplaceChar( cString as string, old_char as string, new_char as string ) as string dim iChar as integer + dim myString as string : myString = cString for iChar = 1 to len( myString ) if ( mid( myString, iChar, 1 ) = old_char ) then mid( myString, iChar, 1, new_char ) next iChar diff --git a/testautomation/global/tools/includes/optional/t_stringtools.inc b/testautomation/global/tools/includes/optional/t_stringtools.inc index 200cbb2b8724..914d8b7c6ab4 100755 --- a/testautomation/global/tools/includes/optional/t_stringtools.inc +++ b/testautomation/global/tools/includes/optional/t_stringtools.inc @@ -321,7 +321,7 @@ end function '******************************************************************************* -function hStringReplace( myString as string, search_string as string, replace_with as string ) as string +function hStringReplace( cString as string, search_string as string, replace_with as string ) as string const CFN = "hStringReplace(): " @@ -329,6 +329,7 @@ function hStringReplace( myString as string, search_string as string, replace_wi dim search_string_found as boolean : search_string_found = true dim len_search_string as integer : len_search_string = len( search_string ) dim len_replace_with as integer : len_replace_with = len( replace_with ) + dim myString as string : myString = cString if ( GVERBOSE ) then printlog( CFN & "Replace all <" & search_string & "> with <" & replace_with & "> in <" & myString & ">" ) -- cgit From 45980c18c34f53c0f9cb7633d126db27ada4d1cb Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 13 Apr 2010 12:26:44 +0200 Subject: vitomation01: #i109562 - ConvertPath is a function! Fixed. --- testautomation/global/system/includes/iniinfo.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 14c29bd345e2..46dccba381c0 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -245,13 +245,13 @@ end function '------------------------------------------------------------------------- -sub ConvertPath( sPath as string ) +function ConvertPath( sPath as string ) as string if ( getPathSeparator = "/" ) then - sPath = hStringReplaceChar( sPath, "\", "/" ) + ConvertPath() = hStringReplaceChar( sPath, "\", "/" ) else - sPath = hStringReplaceChar( sPath, "/", "\" ) + ConvertPath() = hStringReplaceChar( sPath, "/", "\" ) endif -end sub +end function '------------------------------------------------------------------------------- -- cgit From 8791c8522c267c28b1513bf0bb66f03ebb8ca819 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 14 Apr 2010 09:48:30 +0200 Subject: vitomation01: Regression fixing - Repair f_topten.bas --- .../global/tools/includes/optional/t_docfuncs.inc | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_docfuncs.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc old mode 100644 new mode 100755 index 2f94f67ba527..921879a80759 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -152,28 +152,34 @@ function hChangeDoc() as string case "WRITER", "HTML", "MASTERDOCUMENT" Kontext "DocumentWriter" DocumentWriter.TypeKeys "This doc is changed!" - hChangeDoc() = "Changed WRITER/HTML/MASTERDOC" + hChangeDoc() = "Changed WRITER/HTML/MASTERDOC" + 'DocumentWriter.typeKeys( "" ) '///+
            • CALC: Write some text into the current location (usually A1)
            • case "CALC" : Kontext "DocumentCalc" DocumentCalc.TypeKeys "This doc is changed!" - hChangeDoc() = "Changed CALC" + hChangeDoc() = "Changed CALC" + 'DocumentWriter.typeKeys( "" ) '///+
            • DRAW: Draw a rectangle
            • case "DRAW" : Kontext "DocumentDraw" hRechteckErstellen ( 20, 20, 25, 25 ) gMouseClick ( 1, 1 ) - hChangeDoc() = "Changed DRAW" + hChangeDoc() = "Changed DRAW" + 'DocumentWriter.typeKeys( "" ) '///+
            • IMPRESS: Draw a rectangle
            • case "IMPRESS": Kontext "DocumentImpress" hRechteckErstellen ( 20, 20, 25, 25 ) gMouseClick ( 1, 1 ) - hChangeDoc() = "Changed IMPRESS" + hChangeDoc() = "Changed IMPRESS" + 'DocumentWriter.typeKeys( "" ) '///+
            • MATH: Create a simple formaula
            • case "MATH" : SchreibenInMathdok( "b over c" ) - hChangeDoc() = "Changed MATH" + kontext "DocumentMath" + hChangeDoc() = "Changed MATH" + gMouseClick( 50 , 50 ) end select '///
            -- cgit From 9742b2c31d03e6722eddfbc724fc5d8ef6c74cd7 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 15 Apr 2010 11:14:44 +0200 Subject: vitomation01: #i109562 - More stability fixes --- .../required/includes/tools_customize.inc | 276 +++++++++++---------- .../framework/tools/includes/toolbar_tools.inc | 60 +++-- .../global/tools/includes/required/t_tools3.inc | 1 + .../graphics/required/includes/impress/im_003_.inc | 77 +++--- 4 files changed, 217 insertions(+), 197 deletions(-) mode change 100644 => 100755 testautomation/graphics/required/includes/impress/im_003_.inc (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/tools_customize.inc b/testautomation/framework/required/includes/tools_customize.inc index 6382db2ee4ca..aa726ab7af19 100755 --- a/testautomation/framework/required/includes/tools_customize.inc +++ b/testautomation/framework/required/includes/tools_customize.inc @@ -56,10 +56,19 @@ endcase function hUpdtToolsCustomizeMenu() - - const CFN = "hUpdtToolsCustomizeMenu::" + + const MENUITEM_MOVE = 1 + const MENUITEM_ADDSUBMENU = 1 + const MENUITEM_RENAME = 2 + const MENUITEM_DELETE = 3 + const MENUITEM_MODIFY = 2 + const MENUITEM_MODIFY_LARGE_MENU = 4 + + const APPLICATION_ONLY = 1 + const APPLICATION_AND_DOCUMENT = 2 const ITEMNAME = "tUpdtCustomize" + dim brc as boolean dim iItems as integer @@ -78,48 +87,56 @@ function hUpdtToolsCustomizeMenu() BtnNew.click() Kontext "MenuOrganiser" - printlog( CFN & "MenuOrganiser" ) - call DialogTest( MenuOrganiser ) - - printlog( CFN & "Down..." ) - ButtonDown.click() - - printlog( CFN & "Up..." ) - ButtonUp.click() - - printlog( CFN & "Name the new menu" ) - MenuName.setText( "tUpdtCustomize" ) - - 'qaerrorlog( "#i60609# Undeclared listbox in menu organiser" ) - printlog( "TODO: Access the listbox in menuorganizer" ) - - printlog( CFN & "Close the menu with ok" ) - MenuOrganiser.ok() + if ( MenuOrganiser.exists( 2 ) ) then + printlog( CFN & "MenuOrganiser" ) + call DialogTest( MenuOrganiser ) + + printlog( CFN & "Down..." ) + ButtonDown.click() + + printlog( CFN & "Up..." ) + ButtonUp.click() + + printlog( CFN & "Name the new menu" ) + MenuName.setText( "tUpdtCustomize" ) + + 'qaerrorlog( "#i60609# Undeclared listbox in menu organiser" ) + printlog( "TODO: Access the listbox in menuorganizer" ) + + printlog( CFN & "Close the menu with ok" ) + hCloseDialog( MenuOrganiser, "ok" ) + else + warnlog( "Dialog did not open" ) + endif printlog( CFN & "Click the menu listbutton" ) kontext "TabCustomizeMenu" hOpenMenuButton( MenuBtn ) ' MenuBtn.OpenMenu() printlog( CFN & "Select Move..." ) - hMenuSelectNr( 1 ) + hMenuSelectNr( MENUITEM_MOVE ) kontext "MenuOrganiser" - printlog( CFN & "Click UP" ) - ButtonUp.click() - - kontext "MenuOrganiser" - printlog( CFN & "Click DOWN" ) - ButtonDown.click() + if ( MenuOrganiser.exists( 2 ) ) then + printlog( CFN & "Click UP" ) + ButtonUp.click() - printlog( CFN & "Cancel the dialog" ) - MenuOrganiser.cancel() + kontext "MenuOrganiser" + printlog( CFN & "Click DOWN" ) + ButtonDown.click() + + printlog( CFN & "Cancel the dialog" ) + hCloseDialog( MenuOrganiser, "cancel" ) + else + warnlog( "Dialog did not open" ) + endif printlog( CFN & "Click the menu listbutton" ) kontext "TabCustomizeMenu" hOpenMenuButton( MenuBtn ) ' MenuBtn.OpenMenu() printlog( CFN & "Select Rename..." ) - hMenuSelectNr( 2 ) + hMenuSelectNr( MENUITEM_RENAME ) printlog( CFN & "Cancel the renaming-dialog" ) kontext "RenameMenu" @@ -130,7 +147,7 @@ function hUpdtToolsCustomizeMenu() hOpenMenuButton( MenuBtn ) ' MenuBtn.OpenMenu() printlog( CFN & "Select Delete" ) - hMenuSelectNr( 3 ) + hMenuSelectNr( MENUITEM_DELETE ) kontext "TabCustomizeMenu" hUpdtToolsCustomizeScriptSelector( 3 ) @@ -138,8 +155,8 @@ function hUpdtToolsCustomizeMenu() printlog( CFN & "Check itemcount in SaveIn List" ) kontext "TabCustomizeMenu" select case gApplication - case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( 1 ) - case else : brc = hToolsCustomizeTestSaveIn( 2 ) + case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( APPLICATION_ONLY ) + case else : brc = hToolsCustomizeTestSaveIn( APPLICATION_AND_DOCUMENT ) end select if ( not brc ) then warnlog( "Incorrect itemcount in listbox, see above" ) @@ -153,7 +170,7 @@ function hUpdtToolsCustomizeMenu() printlog( CFN & "Click the Modify-Button and select item 1 (Add submenu)" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( 1 ) + brc = hClickCommandButton( MENUITEM_ADDSUBMENU ) if ( not brc ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function @@ -201,7 +218,7 @@ function hUpdtToolsCustomizeMenu() printlog( CFN & "Click the Modify-Button and delete the current item" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( 4 ) + brc = hClickCommandButton( MENUITEM_MODIFY_LARGE_MENU ) if ( not brc ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function @@ -209,7 +226,7 @@ function hUpdtToolsCustomizeMenu() printlog( CFN & "Click the Modify-Button and create a new group" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( 2 ) + brc = hClickCommandButton( MENUITEM_MODIFY ) if ( not brc ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function @@ -218,7 +235,7 @@ function hUpdtToolsCustomizeMenu() ' Note: The current index for the delete-function is at pos 2. printlog( CFN & "Click the Modify-Button and delete the new group" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( 2 ) + brc = hClickCommandButton( MENUITEM_MODIFY ) if ( not brc ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function @@ -230,10 +247,6 @@ end function function hUpdtToolsCustomizeToolbars() - - - - const CFN = "hUpdtToolsCustomizeToolbars::" dim brc as boolean @@ -266,7 +279,7 @@ function hUpdtToolsCustomizeToolbars() ToolbarName.setText( "tUpdtCustomize" ) printlog( CFN & "Close NewToolbar dialog with OK" ) - NewToolbar.ok() + hCloseDialog( NewToolbar, "ok" ) else warnlog( CFN & "Could not access New Toolbar dialog" ) endif @@ -282,7 +295,7 @@ function hUpdtToolsCustomizeToolbars() kontext "RenameToolbar" if ( RenameToolbar.exists( 2 ) ) then call dialogtest( RenameToolbar ) - RenameToolbar.Cancel() + hCloseDialog( RenameToolbar, "Cancel" ) else warnlog( CFN & "Could not access Toolbar renaming dialog" ) endif @@ -302,9 +315,7 @@ function hUpdtToolsCustomizeToolbars() case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( 1 ) case else : brc = hToolsCustomizeTestSaveIn( 2 ) end select - if ( not brc ) then - warnlog( "Incorrect itemcount in listbox, see above" ) - endif + if ( not brc ) then warnlog( "Incorrect itemcount in listbox, see above" ) printlog( CFN & "Down..." ) if ( BtnDown.isEnabled() ) then @@ -338,14 +349,11 @@ function hUpdtToolsCustomizeToolbars() printlog( CFN & "Add the default item" ) try kontext "ScriptSelector" - ScriptSelector.ok() + hCloseDialog( ScriptSelector, "ok" ) catch qaerrorlog( "#i79207# Could not access ok button on ScriptSelector" ) kontext "ScriptSelector" - if ( ScriptSelector.exists( 2 ) ) then - printlog( "Scriptselector is open" ) - endif - + if ( ScriptSelector.exists( 2 ) ) then printlog( "Scriptselector is open" ) endcatch else @@ -353,23 +361,16 @@ function hUpdtToolsCustomizeToolbars() for iCurrentItem = 1 to 5 printlog( CFN & "LibraryTreeList: Moving down..." ) LibraryTreeList.typeKeys( "" ) - if ( ScriptSelector.isEnabled() ) then - exit for - endif + if ( ScriptSelector.isEnabled() ) then exit for next iCurrentItem endif ' Note: The Customize dialog in the background is updated immediately. This ' means that the cancel-button is active but blocked for a moment - WaitSlot( 2000 ) + 'WaitSlot( 2000 ) printlog( CFN & "Close the Script Selector, back to ToolsCustomize dialog" ) - ScriptSelector.cancel() - - ' make sure the dialog is really closed. At times it just refuses to do so?? - if ( ScriptSelector.exists( 1 ) ) then - ScriptSelector.close() - endif + hCloseDialog( ScriptSelector, "cancel" ) kontext "TabCustomizeToolbars" printlog( CFN & "Click the Modify-button" ) @@ -380,13 +381,14 @@ function hUpdtToolsCustomizeToolbars() endif printlog( CFN & "Rename the item" ) + UseBindings kontext "CustomizeToolbarsRename" if ( CustomizeToolbarsRename.exists( 2 ) ) then call dialogtest( CustomizeToolbarsRename ) EingabeFeld.setText( "Renamed item" ) printlog( CFN & "Close the dialog" ) - CustomizeToolbarsRename.ok() + hCloseDialog( CustomizeToolbarsRename, "ok" ) else warnlog( CFN & "CustomizeToolbarsRename could not be accessed" ) endif @@ -449,11 +451,11 @@ function hUpdtToolsCustomizeToolbars() printlog( CFN & "Cancel the FileOpen-dialog" ) kontext "OeffnenDlg" call dialogtest( OeffnenDlg ) - OeffnenDlg.cancel() + hCloseDialog( OeffnenDlg, "cancel" ) - printlog( CFN & "Cancel the Change Icon dialog" ) + printlog( CFN & "Close the Change Icon dialog with " ) kontext "ChangeIcon" - ChangeIcon.ok() + hCloseDialog( ChangeIcon, "ok" ) else warnlog( CFN & "Could not access Change Icon dialog" ) endif @@ -474,28 +476,36 @@ end function function hUpdtToolsCustomizeEvents() - - - - const CFN = "hUpdtToolsCustomizeEvents::" + const APPLICATION_ONLY = 1 + const APPLICATION_AND_DOCUMENT = 2 + const TAB_EVENTS = 1 + dim brc as boolean printlog( "" ) printlog( "Events" ) - brc = hToolsCustomizeSelectTab( "events" ) - call DialogTest( TabCustomizeEvents ) - - hUpdtToolsCustomizeScriptSelector( 1 ) - - kontext "TabCustomizeEvents" - select case gApplication - case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( 1 ) - case else : brc = hToolsCustomizeTestSaveIn( 2 ) - end select - if ( not brc ) then - warnlog( "Incorrect itemcount in listbox, see above" ) + hToolsCustomizeSelectTab( "events" ) + if ( TabCustomizeEvents.exists() ) then + if ( TabCustomizeEvents.isVisible() ) then + call DialogTest( TabCustomizeEvents ) + + hUpdtToolsCustomizeScriptSelector( TAB_EVENTS ) + + kontext "TabCustomizeEvents" + select case gApplication + case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( APPLICATION_ONLY ) + case else : brc = hToolsCustomizeTestSaveIn( APPLICATION_AND_DOCUMENT ) + end select + if ( not brc ) then + warnlog( "Incorrect itemcount in listbox, see above" ) + endif + else + warnlog( " is not visible" ) + endif + else + warnlog( " did not open" ) endif end function @@ -504,29 +514,27 @@ end function function hUpdtToolsCustomizeKeyboard() as boolean - - - - const CFN = "hUpdtToolsCustomizeKeyboard::" - dim brc as boolean printlog( "" ) printlog( "Keyboard" ) - - brc = hToolsCustomizeSelectTab( "keyboard" ) - if ( not brc and gApplication = "BACKGROUND" ) then - qaerrorlog( "#i61765# TabTastatur is missing when called from Backing Window" ) - exit function + + if ( gApplication = "BACKGROUND" ) then + if ( not hToolsCustomizeSelectTab( "keyboard" ) ) then + qaerrorlog( "#i61765# TabTastatur is missing when called from Backing Window" ) + hUpdtToolsCustomizeKeyboard() = false + exit function + endif endif - + + kontext "TabTastatur" call DialogTest( TabTastatur ) ' no verification of functionality, this is an update test! + kontext "TabTastatur" StarOffice.check() hSelectNode( Tastatur , 2 ) hSelectTopNode( bereich ) - waitslot ' Workaround: It might still happen that the currently selected accelerator ' is "fixed" so we need to find another one that can be modified. @@ -536,12 +544,8 @@ function hUpdtToolsCustomizeKeyboard() as boolean loop Aendern.click() - - Zuruecksetzen.click() - hSelectNode( Tastatur , 2 ) - waitslot ' Workaround: It might still happen that the currently selected accelerator ' is "fixed" so we need to find another one that can be modified. @@ -551,64 +555,64 @@ function hUpdtToolsCustomizeKeyboard() as boolean loop Aendern.click() - Loeschen.click() - Speichern.click() kontext "SpeichernDlg" - SpeichernDlg.cancel() + hCloseDialog( SpeichernDlg, "cancel" ) kontext "TabTastatur" Laden.click() kontext "OeffnenDlg" - OeffnenDlg.cancel() - + hCloseDialog( OeffnenDlg, "cancel" ) end function '******************************************************************************* -function hUpdtToolsCustomizeScriptSelector( iBtn as integer ) as boolean - - - - +function hUpdtToolsCustomizeScriptSelector( iPageButton as integer ) as boolean const CFN = "hUpdtToolsCustomizeScriptSelector::" - dim brc as boolean - brc = true - - select case iBtn - case 1 : kontext "TabCustomizeEvents" - printlog( CFN & "Assign Macro... (1)" ) - AssignMacro.click() - case 2 : kontext "TabCustomizeToolbars" - printlog( CFN & "Add... (2)" ) - AddCommands.click() - case 3 : kontext "TabCustomizeMenu" - printlog( CFN & "Add... (3)" ) - AddCommands.click() + dim brc as boolean : brc = true + const TAB_EVENTS = 1 + const TAB_TOOLBARS = 2 + const TAB_MENU = 3 + + select case iPageButton + case TAB_EVENTS + kontext "TabCustomizeEvents" + printlog( CFN & "Assign Macro... (1)" ) + AssignMacro.click() + case TAB_TOOLBARS + kontext "TabCustomizeToolbars" + printlog( CFN & "Add... (2)" ) + AddCommands.click() + case TAB_MENU + kontext "TabCustomizeMenu" + printlog( CFN & "Add... (3)" ) + AddCommands.click() case else - warnlog( CFN & "Invalid function parameter" ) - brc = false + warnlog( CFN & "Invalid function parameter" ) + hUpdtToolsCustomizeScriptSelector() = false + exit function end select - if ( brc ) then - kontext "ScriptSelector" + kontext "ScriptSelector" + if ( ScriptSelector.exists( 2 ) ) then call DialogTest( ScriptSelector ) - + kontext "ScriptSelector" - ScriptSelector.cancel() - + hCloseDialog( ScriptSelector, "cancel" ) + else + warnlog( CFN & "Dialog did not open" ) endif select case iBtn - case 1 : kontext "TabCustomizeEvents" - case 2 : kontext "TabCustomizeToolbars" - case 3 : kontext "TabCustomizeMenu" + case TAB_EVENTS : kontext "TabCustomizeEvents" + case TAB_TOOLBARS : kontext "TabCustomizeToolbars" + case TAB_MENU : kontext "TabCustomizeMenu" end select hUpdtToolsCustomizeScriptSelector() = brc @@ -618,9 +622,6 @@ end function '******************************************************************************* function hToolsCustomizeTestSaveIn( iItems as integer ) as boolean - - - const CFN = "hToolsCustomizeTestSaveIn::" dim iPresentItems as integer @@ -660,15 +661,18 @@ function hOpenMenuButton( oControl as object ) as integer dim bUseSlowMethod as boolean : bUseSlowMethod = false const CFN = "hOpenMenuButton: " + const RC_FAILURE = -1 + const MAX_RETRIES = 3 + const DEFAULT_DELAY = 1000 - hOpenMenuButton() = -1 ' this is the general failure returnvalue + hOpenMenuButton() = RC_FAILURE - for iClick = 1 to 3 + for iClick = 1 to MAX_RETRIES if ( bUseSlowMethod ) then - wait( 1000 ) + wait( DEFAULT_DELAY ) oControl.OpenMenu() - wait( 3000 ) + wait( DEFAULT_DELAY * 3 ) else oControl.click() endif diff --git a/testautomation/framework/tools/includes/toolbar_tools.inc b/testautomation/framework/tools/includes/toolbar_tools.inc index 0ffe30d294a0..104af556fbca 100755 --- a/testautomation/framework/tools/includes/toolbar_tools.inc +++ b/testautomation/framework/tools/includes/toolbar_tools.inc @@ -104,6 +104,13 @@ function hResetStandardBar() as boolean '///
              const CFN = "hResetStandardBar::" + const MIN_STATIC_DELAY = 1 + const DEFAULT_DELAY = 2 + const MENUITEM_RESTORE = 1 + const MENUITEM_CLOSEMENU = 0 + const TOOLBAR_MENUITEM_CUSTOMIZE = 2 + const EXPECTED_RESOURCE_ID = 304 + printlog( CFN & "Enter" ) @@ -116,36 +123,36 @@ function hResetStandardBar() as boolean '///+
            • Open the context menu on Standardbar
            • Standardbar.OpenContextmenu - sleep( 1 ) + sleep( MIN_STATIC_DELAY ) '///+
            • Click on 2. entry (Cutomize Toolbar)
            • - hMenuselectNr (2) - sleep( 1 ) + hMenuselectNr ( TOOLBAR_MENUITEM_CUSTOMIZE ) + sleep( MIN_STATIC_DELAY ) kontext Active.SetPage TabCustomizeToolbars - sleep( 1 ) + sleep( MIN_STATIC_DELAY ) '///+
            • Toggle to 'Toolbars' tab page.
            • kontext "TabCustomizeToolbars" - if TabCustomizeToolbars.Exists( 2 ) then - sleep( 1 ) + if TabCustomizeToolbars.Exists( DEFAULT_DELAY ) then + sleep( MIN_STATIC_DELAY ) '///+
            • Press in first section '... Toolbars' the 'toolbar'-button
            • MenuBtn.Click - sleep( 1 ) + sleep( MIN_STATIC_DELAY ) '///+
            • A drop down menu will be opened.
            • '///+
            • Select the first enabled menu entry which should be 'Restore...'
            • - hMenuSelectNr(1) - sleep( 1 ) + hMenuSelectNr( MENUITEM_RESTORE ) + sleep( MIN_STATIC_DELAY ) kontext - if ( active.exists( 2 ) ) then - if Active.GetRT = 304 then + if ( active.exists( DEFAULT_DELAY ) ) then + if ( Active.GetRT = EXPECTED_RESOURCE_ID ) then '///+
            • Press Yes button on verification dialog.
            • - Active.Yes + Active.Yes() end if else warnlog( "No verification comes up if the RESET button has been pressed!" ) @@ -153,11 +160,11 @@ function hResetStandardBar() as boolean '///+
            • Close 'Toolbars' tab page and the dialog with OK.
            • kontext "tabcustomizetoolbars" - TabCustomizeToolbars.OK + hCloseDialog( TabCustomizeToolbars, "ok" ) else warnlog( "Cutomuze Toolbar not open (from context menu)" ) 'Closing the Context menu if the dialog does not come up. - Menuselect(0) + Menuselect( MENUITEM_CLOSEMENU ) endif else @@ -193,8 +200,7 @@ function hStandardbarItemGetCount() as integer '///
                dim iToolbarItemsCurrent as integer - dim iToolbarItemsExpected as integer - iToolbarItemsExpected = 30 + const EXPECTED_TOOLBAR_ITEMCOUNT = 30 const CFN = "hStandardbarItemGetCount::" @@ -221,10 +227,10 @@ function hStandardbarItemGetCount() as integer ' items on the standardbar, OOo and its spinoffs have 30. - if ( iToolbarItemsCurrent = iToolbarItemsExpected ) then + if ( iToolbarItemsCurrent = EXPECTED_TOOLBAR_ITEMCOUNT ) then printlog( CFN & "Correct number of items on the StandardBar. Good" ) else - warnlog( CFN & "Expected: " & iToolbarItemsExpected & _ + warnlog( CFN & "Expected: " & EXPECTED_TOOLBAR_ITEMCOUNT & _ " entries, found: " & iToolbarItemsCurrent ) endif @@ -253,7 +259,8 @@ function hToggleToolbarItem( iMenuPos as integer ) '///Description: '///
                  - const CFN = "hToggleToolbarItem::" + const CFN = "hToggleToolbarItem::" + const INVISIBLE_ITEMS_MODIFIER = 3 dim iItemsInMenu as integer printlog( CFN & "Enter with option (Menu position): " & iMenuPos ) @@ -269,7 +276,7 @@ function hToggleToolbarItem( iMenuPos as integer ) ' (those that are invisible will be listed as context menu entries), ' the menuitem (invisible items) is placed at position nItems - 3 '///+
                • Take the number of items -3, select the entry
                • - hMenuselectNr( iItemsInMenu - 3 ) + hMenuselectNr( iItemsInMenu - INVISIBLE_ITEMS_MODIFIER ) '///+
                • Select the provided menu position
                • hMenuselectNr( iMenuPos ) @@ -301,8 +308,7 @@ function hStandardbarLoadUrl() as boolean ' written to and disabled again (no use of reset toolbar here, this is ' done in another testcase - dim iItemMenuPos as integer - iItemMenuPos = 1 + dim iItemMenuPos as integer : iItemMenuPos = 1 const ITEM_MENU_POSITION = 1 const CFN = "hStandardbarLoadUrl::" @@ -403,8 +409,8 @@ function hStandardbarNewDialog() '///+
                • close the templates and samples dialog
                • printlog( CFN & "Close templates and samples (cancel)" ) Kontext "TemplateAndDocuments" - if ( TemplateAndDocuments.Exists( 5 ) ) then - TemplateAndDocuments.cancel() + if ( TemplateAndDocuments.Exists( 10 ) ) then + hCloseDialog( TemplateAndDocuments, "cancel" ) else warnlog( CFN & "The 'Template and Documents'-dialog was not activated" ) endif @@ -452,7 +458,7 @@ function hStandardbarSaveAs() kontext "SpeichernDlg" if ( SpeichernDlg.exists( 1 ) ) then warnlog( "#i46363# (?)The 'SaveAs'-button should be invisible." ) - SpeichernDlg.cancel() + hCloseDialog( SpeichernDlg, "cancel" ) else '///+
                • Add the control to the standardbar
                • @@ -468,7 +474,7 @@ function hStandardbarSaveAs() printlog( CFN & "Close Save As (cancel)" ) Kontext "SpeichernDlg" if ( SpeichernDlg.Exists( 2 ) ) then - SpeichernDlg.cancel() + hCloseDialog( SpeichernDlg, "cancel" ) else qaerrorlog( "Retrying" ) Kontext "Standardbar" @@ -476,7 +482,7 @@ function hStandardbarSaveAs() Kontext "SpeichernDlg" if ( SpeichernDlg.exists( 1 ) ) then printlog( "FileSaveAs dialog is open" ) - SpeichernDlg.cancel() + hCloseDialog( SpeichernDlg, "cancel" ) else warnlog( CFN & "The 'Save As'-dialog was not activated" ) endif diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 43c5ef4125ee..721d7470bc13 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1062,6 +1062,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "formatautoformatapply" : FormatAutoformatApply case "insertfieldsother" : InsertFieldsOther + case "insertgraphicsfromfile" : InsertGraphicsFromFile case "insertindexesbibliographyentry" : InsertIndexesBibliographyEntry case "contextpositionandsize" : ContextPositionAndSize diff --git a/testautomation/graphics/required/includes/impress/im_003_.inc b/testautomation/graphics/required/includes/impress/im_003_.inc old mode 100644 new mode 100755 index 280dae56b1d1..02f6dae3b2b1 --- a/testautomation/graphics/required/includes/impress/im_003_.inc +++ b/testautomation/graphics/required/includes/impress/im_003_.inc @@ -204,46 +204,55 @@ testcase tiViewSlideMaster endcase 'tiViewSlideMaster '-------------------------------------------------------- testcase tiViewToolbar_1 + + const DEFAULT_DELAY = 3 - Dim Zaehler as integer - Dim i as integer - + Dim NumberOfGraphicModes as integer + Dim iCurrentGraphicsMode as integer + + dim TestFile as string + TestFile = ConvertPath (gTesttoolPath + "global\input\graf_inp\desp.bmp") + printlog "open application " Call hNewDocument - sleep 2 + printlog "Insert->Graphic... : global\input\graf_inp\desp.bmp " - InsertGraphicsFromFile - sleep 2 + hUseAsyncSlot( "InsertGraphicsFromFile" ) + Kontext "GrafikEinfuegenDlg" - sleep 1 - Dateiname.SetText ConvertPath (gTesttoolPath + "global\input\graf_inp\desp.bmp") - sleep 1 - Oeffnen.Click - sleep 3 - Kontext "Messagebox" - if Messagebox.Exists then - Warnlog Messagebox.GetText - Messagebox.OK - end if - Kontext "DocumentImpress" - printlog "select graphic " - EditSelectAll - sleep 2 - Kontext "GraphicObjectbar" - sleep 1 - printlog "The Graphics Toolbar has to be visible now; If not -> ERROR " - if GraphicObjectbar.Exists Then - Printlog "- graphic object toolbar exists" - Zaehler=Grafikmodus.GetItemCount - for i = 1 to Zaehler - Printlog "- access all controls in the toolbar (" +i+"/"+Zaehler+")" - Grafikmodus.Select i - sleep 3 - next i - sleep 3 + if ( GrafikEinfuegenDlg.exists( DEFAULT_DELAY ) ) then + Dateiname.SetText( TestFile ) + Oeffnen.Click + + Kontext "Messagebox" + if ( Messagebox.Exists( DEFAULT_DELAY ) ) then + Warnlog Messagebox.GetText + hCloseDialog( Messagebox, "ok" ) + end if + + Kontext "DocumentImpress" + printlog "select graphic " + hUseAsyncSlot( "EditSelectAll" ) + + Kontext "GraphicObjectbar" + printlog "The Graphics Toolbar has to be visible now; If not -> ERROR " + if ( GraphicObjectbar.Exists( DEFAULT_DELAY ) ) Then + + Printlog "- graphic object toolbar exists" + NumberOfGraphicModes=Grafikmodus.GetItemCount + + for iCurrentGraphicsMode = 1 to NumberOfGraphicModes + Printlog( "- access all controls in the toolbar (" & iCurrentGraphicsMode & "/" & NumberOfGraphicModes & ")" ) + Grafikmodus.Select( iCurrentGraphicsMode ) + sleep ( DEFAULT_DELAY ) + next iCurrentGraphicsMode + else + Warnlog "- No graphic function toolbar visible" + end if else - Warnlog "- No graphic function toolbar visible" - end if + warnlog( "Insert Graphics dialog did not open" ) + endif + printlog "close application " Call hCloseDocument -- cgit From a7318af41893e773032907982f7cee3565457415 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 15 Apr 2010 13:55:40 +0200 Subject: vitomation01: #i109562 - Restructured test --- .../required/includes/basic_macroassignment.inc | 167 ++++++++++----------- 1 file changed, 76 insertions(+), 91 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/basic_macroassignment.inc b/testautomation/framework/required/includes/basic_macroassignment.inc index 347167346ddd..2833dac7485f 100755 --- a/testautomation/framework/required/includes/basic_macroassignment.inc +++ b/testautomation/framework/required/includes/basic_macroassignment.inc @@ -33,109 +33,94 @@ testcase tUpdtMacroAssignment - printlog( "Update-Test for some dialogs in Basic-IDE" ) - - dim brc as boolean + printlog( "Update test all dialogs from plain document via assign macro dialog to scriptselector" ) + const TABPAGE_EVENTS = 2 + const BASIC_MODULE = "tUpdtMacroAssignment" + const MAX_DELAY = 1 + const RC_TIMEOUT = -1 + + printlog( "New document" ) hCreateDocument() printlog( "Create a new BASIC-module for this document" ) - - ToolsMacro_uno - - brc = hCreateModuleForDoc( "tUpdtBasicIde" ) - if ( not brc ) then - warnlog( "Failed to create a new BASIC module for this document" ) - brc = hDestroyDocument() - goto endsub - endif + hInitBasicIDE( BASIC_MODULE ) printlog( "Create a new BASIC-dialog" ) - brc = hNewDialog() - if ( not brc ) then - warnlog( "Failed to create a new BASIC-dialog" ) - hCloseBasicIde() - brc = hDestroyDocument() - goto endsub - endif - - printlog( "Select the Dialog-Pane from the DialogWindow" ) - brc = hSelectDialogPane() - if ( not brc ) then - warnlog( "Selecting failed: ToolsCollectionBar is in the way." ) - hCloseBasicIde() - else - - printlog( "Show ToolsCollectionBar" ) - brc = hShowMacroControls() - if ( not brc ) then - warnlog( "ToolsCollectionBar is not open" ) - endif - - printlog( "Open the Property-Browser: TabGeneralControl" ) - brc = hOpenPropertyBrowser() - if ( brc ) then - call dialogtest( TabGeneralControl ) - else - warnlog( "Property-Browser is not open, skipping further testing" ) - endif - - if ( brc ) then - brc = hSetPBTabPage( 2 ) - endif - - if ( brc ) then - - printlog( "Current Dialog: Property-Browser / Events-Page" ) - call dialogtest( TabEventsControl ) - - Kontext "TabEventsControl" - printlog( "Click the button for the FocusGained-Event" ) - try - PBFocusGained.click() - catch - warnlog( "#i64196# - Events missing on properties tab-page" ) - goto skipevents - endcatch - - Kontext "AssignMacro" - printlog( "Current Dialog: Assign Macro" ) - if ( AssignMacro.exists( 1 ) ) then - call dialogtest( AssignMacro ) - printlog( "Click the Assign-Button on the Macro-Assignment-Dialog" ) - AssignButton.click() - - Kontext "ScriptSelector" - printlog( "Current Dialog: ScriptSelector" ) - if ( ScriptSelector.exists( 1 ) ) then - call dialogtest( ScriptSelector ) - printlog( "Cancel the scriptselector" ) - ScriptSelector.cancel() + if ( hNewDialog() ) then + + printlog( "Select the Dialog-Pane from the DialogWindow" ) + if ( hSelectDialogPane() ) then + + printlog( "Show ToolsCollectionBar" ) + if ( hShowMacroControls() ) then + + printlog( "Open the Property-Browser" ) + if ( hOpenPropertyBrowser() ) then + + kontext "TabGeneralControl" + call dialogtest( TabGeneralControl ) + + printlog( "Switch to events-tab" ) + if ( hSetPBTabPage( TABPAGE_EVENTS ) ) then + + printlog( "Current Dialog: Property-Browser / Events-Page" ) + call dialogtest( TabEventsControl ) + + Kontext "TabEventsControl" + printlog( "Click the button for the FocusGained-Event" ) + if ( hClickButton( PBFocusGained ) <> RC_TIMEOUT ) then + + Kontext "AssignMacro" + printlog( "Current Dialog: Assign Macro" ) + if ( AssignMacro.exists( MAX_DELAY ) ) then + + call dialogtest( AssignMacro ) + + printlog( "Click the Assign-Button on the Macro-Assignment-Dialog to open Script Selector" ) + if ( hClickButton( AssignButton ) <> RC_TIMEOUT ) then + + Kontext "ScriptSelector" + if ( ScriptSelector.exists( MAX_DELAY ) ) then + + call dialogtest( ScriptSelector ) + + printlog( "Close Script Selector" ) + hCloseDialog( ScriptSelector, "cancel" ) + + printlog( "Close all remaining dialogs and documents" ) + Kontext "AssignMacro" + hCloseDialog( AssignMacro, "cancel" ) + hClosePropertyBrowser() + hCloseBasicIDE() + hDestroyDocument() + else + warnlog( "Failed to open/access " ) + endif + else + warnlog( "Assign-button is not enabled" ) + endif + else + warnlog( "Failed to open/access dialog" ) + endif + else + warnlog( "#i64196# - Events missing on properties tab-page" ) + endif + else + warnlog( "Failed to switch tabpage to Tab-Events" ) + endif else - warnlog( "Failed to open/access " ) + warnlog( "Property-Browser is not open, skipping further testing" ) endif - - Kontext "AssignMacro" - printlog( "Current Dialog: Assign Macro" ) - printlog( "Cancel the Script-Assignement-Dialog" ) - AssignMacro.cancel() else - warnlog( "Failed to open/access dialog" ) + warnlog( "ToolsCollectionBar is not open" ) endif - + else + warnlog( "Selecting failed: ToolsCollectionBar is in the way." ) endif - - skipevents: - - printlog( "Current Dialog: Property-Browser" ) - printlog( "Close the Property-Browser, return to the document" ) - brc = hClosePropertyBrowser() - - brc = hCloseBasicIde() - + else + warnlog( "Failed to create a new BASIC-dialog" ) endif - - brc = hDestroyDocument() endcase -- cgit From 11b259b2ca49d7929d4fbb4f092180dc1077403f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 15 Apr 2010 14:39:42 +0200 Subject: vitomation01: #i109562 - Restructured test, code cleanup --- .../required/includes/basic_dialog_i18n.inc | 51 +++++++++------------- .../required/includes/basic_dialog_i18n_import.inc | 38 ++++++++-------- .../required/includes/basic_macroassignment.inc | 6 +-- .../required/includes/basic_organizer.inc | 14 +++--- 4 files changed, 50 insertions(+), 59 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/basic_dialog_i18n.inc b/testautomation/framework/required/includes/basic_dialog_i18n.inc index 4db17d90a15e..590c45a5f58a 100755 --- a/testautomation/framework/required/includes/basic_dialog_i18n.inc +++ b/testautomation/framework/required/includes/basic_dialog_i18n.inc @@ -34,55 +34,53 @@ testcase tUpdtBasicDialogI18n printlog( "BASIC IDE Dialog i18n." ) + const MODULE_NAME = "tUpdtBasicDialogI18n" + const DIALOG_DEFAULT_TIMEOUT = 2 - dim brc as boolean - kontext "Navigator" hCloseDialog( Navigator, "close,optional" ) - hCreateDocument()' + hCreateDocument() - brc = hInitFormControls( "tDialogI18n" ) - if ( not brc ) then + if ( not hInitFormControls( MODULE_NAME ) ) then warnlog( "Failed to open Basic IDE / Dialogs / ToolsCollectionBar" ) goto endsub endif printlog( "Click Manage Languages on ToolsCollectionBar") kontext "ToolsCollectionBar" - sleep(1) - if ( ToolsCollectionBar.exists() ) then - ManageLanguage.click() + if ( ToolsCollectionBar.exists( DIALOG_DEFAULT_TIMEOUT ) ) then + hClickButton( ManageLanguage ) else warnlog( " is not open, is the test environment dirty?" ) endif kontext "ManageUILanguages" - if ( ManageUILanguages.exists( 2 ) ) then + if ( ManageUILanguages.exists( DIALOG_DEFAULT_TIMEOUT ) ) then call dialogtest( ManageUILanguages ) printlog( "Add default language, choose preselection") kontext "ManageUILanguages" - Add.click() + hClickButton( Add ) kontext "SetDefaultLanguage" - if ( SetDefaultLanguage.exists( 2 ) ) then + if ( SetDefaultLanguage.exists( DIALOG_DEFAULT_TIMEOUT ) ) then call dialogtest( SetDefaultLanguage ) kontext "SetDefaultLanguage" DefaultLanguageListbox.select( 3 ) kontext "SetDefaultLanguage" - SetDefaultLanguage.ok() + hCloseDialog( SetDefaultLanguage, "ok" ) else warnlog( "Dialog did not open" ) - endif + endif printlog( "Back on Manage UI Languages Dialog we click ") kontext "ManageUILanguages" - Add.click() + hClickButton( Add ) kontext "AddUserInterface" - if ( AddUserInterface.exists( 2 ) ) then + if ( AddUserInterface.exists( DIALOG_DEFAULT_TIMEOUT ) ) then call dialogtest( AddUserInterface ) printlog( "Add just another language at random") @@ -91,7 +89,7 @@ testcase tUpdtBasicDialogI18n AddNewControl.typeKeys( "" ) ' check it kontext "AddUserInterface" - AddUserInterface.ok() + hCloseDialog( AddUserInterface, "ok" ) else warnlog( "Dialog did not open" ) endif @@ -101,39 +99,32 @@ testcase tUpdtBasicDialogI18n printlog( "Back on Manage UI Languages Dialog, delete selected language") kontext "ManageUILanguages" - Delete.click() - sleep(1) + hClickButton( Delete ) + printlog( "Confirm delete") kontext "active" - if ( Active.exists( 1 ) ) then + if ( Active.exists( DIALOG_DEFAULT_TIMEOUT ) ) then call dialogtest( active ) kontext "active" - active.ok() + hCloseDialog( active, "ok" ) else warnlog( "Confirm delete messagebox is missing" ) endif printlog( "Leave Manage UI Languages Dialog") kontext "ManageUILanguages" - ManageUILanguages.ok() + hCloseDialog( ManageUILanguages, "ok" ) else warnlog( "Manage UI languages did not open" ) endif printlog( "Verify that the translationbar is visible") kontext "TranslationBar" - if ( not TranslationBar.exists() ) then - warnlog( "The IDE Translation Toolbar is not visible" ) - endif + if ( not TranslationBar.exists() ) then warnlog( "The IDE Translation Toolbar is not visible" ) kontext "ToolsCollectionBar" - if ( not ToolsCollectionBar.exists() ) then - warnlog( "The ToolsCollectionBar is not visible" ) - endif - - printlog( "Cleanup" ) - ToolsCollectionBar.Close + hCloseDialog( ToolsCollectionBar, "close" ) hClosebasicIDE() hDestroyDocument() diff --git a/testautomation/framework/required/includes/basic_dialog_i18n_import.inc b/testautomation/framework/required/includes/basic_dialog_i18n_import.inc index d4069484a0ab..db72863173b8 100755 --- a/testautomation/framework/required/includes/basic_dialog_i18n_import.inc +++ b/testautomation/framework/required/includes/basic_dialog_i18n_import.inc @@ -43,15 +43,19 @@ testcase tBasicDialogI18nImport dim iTry as integer const LANGUAGE_COUNT = 5 + const MAX_RETRIES = 5 + const WAIT_TIME = 100 + const MODULE_NAME = "tDialogI18nImport" + const DIALOG_WAIT_TIMEOUT = 2 + const MSG_LOCALE_CLASH_WARNING_BUTTONCOUNT = 4 + const MSG_DIALOG_REPLACE_WARNING_BUTTONCOUNT = 3 printlog( "Open BASIC-IDE" ) hCreateDocument() - hInitFormControls( "tDialogI18nImport" ) + hInitFormControls( MODULE_NAME ) kontext "ToolsCollectionBar" - if ( ToolsCollectionBar.exists() ) then - ToolsCollectionBar.close() - endif + if ( ToolsCollectionBar.exists() ) then ToolsCollectionBar.close() Kontext "DialogBar" if ( DialogBar.exists() ) then @@ -60,7 +64,7 @@ testcase tBasicDialogI18nImport Import.click() kontext "OeffnenDlg" - if ( OeffnenDlg.exists( 2 ) ) then + if ( OeffnenDlg.exists( DIALOG_WAIT_TIMEOUT ) ) then printlog( "Enter path to test dialog" ) DateiName.setText( cDialogPath ) @@ -68,27 +72,25 @@ testcase tBasicDialogI18nImport printlog( "Test messagebox" ) kontext "active" - if ( Active.exists( 2 ) ) then + if ( Active.exists( DIALOG_WAIT_TIMEOUT ) ) then printlog( "Messagebox: " & Active.getText() ) - if ( Active.getButtonCount() <> 4 ) then + if ( Active.getButtonCount() <> MSG_LOCALE_CLASH_WARNING_BUTTONCOUNT ) then warnlog( "Incorrect messagebox, expected locale clash warning" ) endif call DialogTest( Active ) printlog( "Accept with yes" ) - Active.Yes() - sleep(1) + hCloseDialog( Active, "yes" ) + Kontext "TranslationBar" if ( TranslationBar.exists() ) then - for iTry = 1 to 5 + for iTry = 1 to MAX_RETRIES iNumberOfLanguages = CurrentLanguage.getItemCount() - if ( iNumberOfLanguages = LANGUAGE_COUNT ) then - exit for - endif - wait( 100 ) + if ( iNumberOfLanguages = LANGUAGE_COUNT ) then exit for + wait( WAIT_TIME ) next iTry printlog( "Check number of imported languages" ) @@ -105,7 +107,7 @@ testcase tBasicDialogI18nImport Import.click() kontext "OeffnenDlg" - if ( OeffnenDlg.exists( 2 ) ) then + if ( OeffnenDlg.exists( DIALOG_WAIT_TIMEOUT ) ) then printlog( "Enter path to test dialog" ) DateiName.setText( cDialogPath ) @@ -113,17 +115,17 @@ testcase tBasicDialogI18nImport printlog( "Test messagebox" ) kontext "Active" - if ( Active.exists( 2 ) ) then + if ( Active.exists( DIALOG_WAIT_TIMEOUT ) ) then printlog( "Messagebox: " & Active.getText() ) - if ( Active.getButtonCount() <> 3 ) then + if ( Active.getButtonCount() <> MSG_DIALOG_REPLACE_WARNING_BUTTONCOUNT ) then warnlog( "Incorrect messagebox, expected dialog replace warning" ) endif call DialogTest( Active ) Printlog( "Rename the new dialog" ) - Active.Yes() + hCloseDialog( Active, "yes" ) else warnlog( "Overwrite warning missing" ) endif diff --git a/testautomation/framework/required/includes/basic_macroassignment.inc b/testautomation/framework/required/includes/basic_macroassignment.inc index 2833dac7485f..05967fcfd008 100755 --- a/testautomation/framework/required/includes/basic_macroassignment.inc +++ b/testautomation/framework/required/includes/basic_macroassignment.inc @@ -37,7 +37,7 @@ testcase tUpdtMacroAssignment const TABPAGE_EVENTS = 2 const BASIC_MODULE = "tUpdtMacroAssignment" - const MAX_DELAY = 1 + const DEFAULT_DIALOG_TIMEOUT = 1 const RC_TIMEOUT = -1 printlog( "New document" ) @@ -73,7 +73,7 @@ testcase tUpdtMacroAssignment Kontext "AssignMacro" printlog( "Current Dialog: Assign Macro" ) - if ( AssignMacro.exists( MAX_DELAY ) ) then + if ( AssignMacro.exists( DEFAULT_DIALOG_TIMEOUT ) ) then call dialogtest( AssignMacro ) @@ -81,7 +81,7 @@ testcase tUpdtMacroAssignment if ( hClickButton( AssignButton ) <> RC_TIMEOUT ) then Kontext "ScriptSelector" - if ( ScriptSelector.exists( MAX_DELAY ) ) then + if ( ScriptSelector.exists( DEFAULT_DIALOG_TIMEOUT ) ) then call dialogtest( ScriptSelector ) diff --git a/testautomation/framework/required/includes/basic_organizer.inc b/testautomation/framework/required/includes/basic_organizer.inc index eb33d3a554e3..789d870cb9a6 100755 --- a/testautomation/framework/required/includes/basic_organizer.inc +++ b/testautomation/framework/required/includes/basic_organizer.inc @@ -35,7 +35,6 @@ testcase tUpdtBasicOrganizer printlog( "Update test for the Basic Organizer dialog" ) - dim brc as boolean dim cTempString as string const TESTLIB = "zzzz" @@ -48,7 +47,7 @@ testcase tUpdtBasicOrganizer kontext "Makro" if ( not makro.exists() ) then warnlog( "Macro Organizer is not open, aborting test" ) - brc = hDestroyDocument() + hDestroyDocument() goto endsub else printlog( "Successfully opened the MacroOrganizer" ) @@ -68,7 +67,7 @@ testcase tUpdtBasicOrganizer printlog( "TabModule is not open, the test cannot continue" ) kontext "Makro" Makro.cancel() - brc = hDestroyDocument() + hDestroyDocument() goto endsub endif @@ -125,7 +124,7 @@ testcase tUpdtBasicOrganizer Neu.click() kontext "NeueBibliothek" call DialogTest( NeueBibliothek ) - Bibliotheksname.setText( "zzzz" ) + Bibliotheksname.setText( TESTLIB ) NeueBibliothek.ok() else warnlog( "There is a problem accessing the New Libraries dialog" ) @@ -138,7 +137,7 @@ testcase tUpdtBasicOrganizer Neu.click() kontext "NeueBibliothek" call DialogTest( NeueBibliothek ) - Bibliotheksname.setText( "zzzz" ) + Bibliotheksname.setText( TESTLIB ) NeueBibliothek.ok() else warnlog( "There is a problem accessing the New Libraries dialog" ) @@ -192,7 +191,7 @@ testcase tUpdtBasicOrganizer printlog( "Try to delete the library" ) cTempString = BibliotheksListe.getSelText() - if ( cTempString = "zzzz" ) then + if ( cTempString = TESTLIB ) then printlog( "Delete" ) Loeschen.click() Kontext "Active" @@ -223,8 +222,7 @@ testcase tUpdtBasicOrganizer Makro.cancel() printlog( "Close the document" ) - brc = hDestroyDocument() - + hDestroyDocument() endcase -- cgit From 99f82aa1deb36c052238ece7937a29e508f36d4f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 16 Apr 2010 14:10:35 +0200 Subject: vitomation01: #i108622 - w_updt.bas:tZORest() - This is a bug tracked as issue #i56594 now assigned to development. The test has been modified to recover by using a single mouseclick to select the graphics object to prevent later issue to get masked. --- testautomation/writer/required/includes/w_011_.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 testautomation/writer/required/includes/w_011_.inc (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_011_.inc b/testautomation/writer/required/includes/w_011_.inc old mode 100644 new mode 100755 index 754d4c58e538..15b8036826be --- a/testautomation/writer/required/includes/w_011_.inc +++ b/testautomation/writer/required/includes/w_011_.inc @@ -465,8 +465,10 @@ testcase tZORest wait 500 catch Warnlog "#i56594#Shortcut selecting objects doesn't work" - Call hCloseDocument - goto endsub + Call gMouseClick ( 40, 40 ) + Kontext "DrawingObjectbar" + Drehen.Click + wait 500 endcatch printlog " - Change Anchor" -- cgit From 423e318711575b9c70d6f99583087f773bb29185 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 08:23:28 +0200 Subject: vitomation01: #i109562 - tools_customize.inc was broken after partial refactoring. --- .../required/includes/tools_customize.inc | 113 +++++++++++---------- 1 file changed, 62 insertions(+), 51 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/tools_customize.inc b/testautomation/framework/required/includes/tools_customize.inc index aa726ab7af19..a3aa70c0b02d 100755 --- a/testautomation/framework/required/includes/tools_customize.inc +++ b/testautomation/framework/required/includes/tools_customize.inc @@ -79,7 +79,7 @@ function hUpdtToolsCustomizeMenu() printlog( "" ) printlog( "Menu" ) - brc = hToolsCustomizeSelectTab( "Menu" ) + hToolsCustomizeSelectTab( "Menu" ) call DialogTest( TabCustomizeMenu ) printlog( CFN & "Click New..." ) @@ -158,9 +158,7 @@ function hUpdtToolsCustomizeMenu() case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( APPLICATION_ONLY ) case else : brc = hToolsCustomizeTestSaveIn( APPLICATION_AND_DOCUMENT ) end select - if ( not brc ) then - warnlog( "Incorrect itemcount in listbox, see above" ) - endif + if ( not brc ) then warnlog( "Incorrect itemcount in listbox, see above" ) printlog( CFN & "Down..." ) BtnDown.click() @@ -170,8 +168,8 @@ function hUpdtToolsCustomizeMenu() printlog( CFN & "Click the Modify-Button and select item 1 (Add submenu)" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( MENUITEM_ADDSUBMENU ) - if ( not brc ) then + + if ( not hClickCommandButton( MENUITEM_ADDSUBMENU ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -198,8 +196,8 @@ function hUpdtToolsCustomizeMenu() printlog( CFN & "Click the Modify-Button and select to rename the item" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( 3 ) - if ( not brc ) then + + if ( not hClickCommandButton( 3 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -218,16 +216,16 @@ function hUpdtToolsCustomizeMenu() printlog( CFN & "Click the Modify-Button and delete the current item" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( MENUITEM_MODIFY_LARGE_MENU ) - if ( not brc ) then + + if ( not hClickCommandButton( MENUITEM_MODIFY_LARGE_MENU ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif printlog( CFN & "Click the Modify-Button and create a new group" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( MENUITEM_MODIFY ) - if ( not brc ) then + + if ( not hClickCommandButton( MENUITEM_MODIFY ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -235,8 +233,8 @@ function hUpdtToolsCustomizeMenu() ' Note: The current index for the delete-function is at pos 2. printlog( CFN & "Click the Modify-Button and delete the new group" ) kontext "TabCustomizeMenu" - brc = hClickCommandButton( MENUITEM_MODIFY ) - if ( not brc ) then + + if ( not hClickCommandButton( MENUITEM_MODIFY ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -248,8 +246,17 @@ end function function hUpdtToolsCustomizeToolbars() const CFN = "hUpdtToolsCustomizeToolbars::" + + const DOCUMENT_ONLY = 1 + const APPLICATION_AND_DOCUMENT = 2 + + const MENUITEM_RENAME = 1 + const MENUITEM_DELETE = 2 + const MENUITEM_MODIFY = 4 + + const DIALOG_DELAY = 3 + dim brc as boolean - dim iCurrentItem as integer printlog( "" ) @@ -263,17 +270,16 @@ function hUpdtToolsCustomizeToolbars() BtnNew.click() kontext "NewToolbar" - if ( NewToolbar.exists( 2 ) ) then + if ( NewToolbar.exists( DIALOG_DELAY ) ) then printlog( CFN & "NewToolbar" ) call DialogTest( NewToolbar ) select case gApplication - case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( 1 ) - case else : brc = hToolsCustomizeTestSaveIn( 2 ) + case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( DOCUMENT_ONLY ) + case else : brc = hToolsCustomizeTestSaveIn( APPLICATION_AND_DOCUMENT ) end select - if ( not brc ) then - warnlog( "Incorrect itemcount in listbox, see above" ) - endif + + if ( not brc ) then warnlog( "Incorrect itemcount in listbox, see above" ) printlog( CFN & "Name the new toolbar for further usage" ) ToolbarName.setText( "tUpdtCustomize" ) @@ -289,11 +295,11 @@ function hUpdtToolsCustomizeToolbars() hOpenMenuButton( MenuBtn ) ' MenuBtn.OpenMenu() printlog( "Select rename" ) - hMenuSelectNr( 1 ) + hMenuSelectNr( MENUITEM_RENAME ) printlog( CFN & "Cancel the dialog" ) kontext "RenameToolbar" - if ( RenameToolbar.exists( 2 ) ) then + if ( RenameToolbar.exists( DIALOG_DELAY ) ) then call dialogtest( RenameToolbar ) hCloseDialog( RenameToolbar, "Cancel" ) else @@ -305,16 +311,17 @@ function hUpdtToolsCustomizeToolbars() hOpenMenuButton( MenuBtn ) ' MenuBtn.OpenMenu() printlog( "Select delete" ) - hMenuSelectNr( 2 ) + hMenuSelectNr( MENUITEM_DELETE ) kontext "TabCustomizeToolbars" hUpdtToolsCustomizeScriptSelector( 2 ) kontext "TabCustomizeToolbars" select case gApplication - case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( 1 ) - case else : brc = hToolsCustomizeTestSaveIn( 2 ) + case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( DOCUMENT_ONLY ) + case else : brc = hToolsCustomizeTestSaveIn( APPLICATION_AND_DOCUMENT ) end select + if ( not brc ) then warnlog( "Incorrect itemcount in listbox, see above" ) printlog( CFN & "Down..." ) @@ -336,7 +343,7 @@ function hUpdtToolsCustomizeToolbars() AddCommands.click() kontext "ScriptSelector" - if ( ScriptSelector.exists( 5 ) ) then + if ( ScriptSelector.exists( DIALOG_DELAY ) ) then call dialogtest( ScriptSelector ) @@ -353,7 +360,7 @@ function hUpdtToolsCustomizeToolbars() catch qaerrorlog( "#i79207# Could not access ok button on ScriptSelector" ) kontext "ScriptSelector" - if ( ScriptSelector.exists( 2 ) ) then printlog( "Scriptselector is open" ) + if ( ScriptSelector.exists( DIALOG_DELAY ) ) then printlog( "Scriptselector is open" ) endcatch else @@ -374,8 +381,8 @@ function hUpdtToolsCustomizeToolbars() kontext "TabCustomizeToolbars" printlog( CFN & "Click the Modify-button" ) - brc = hClickCommandButton( 1 ) - if ( not brc ) then + + if ( not hClickCommandButton( 1 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -383,7 +390,7 @@ function hUpdtToolsCustomizeToolbars() printlog( CFN & "Rename the item" ) UseBindings kontext "CustomizeToolbarsRename" - if ( CustomizeToolbarsRename.exists( 2 ) ) then + if ( CustomizeToolbarsRename.exists( DIALOG_DELAY ) ) then call dialogtest( CustomizeToolbarsRename ) EingabeFeld.setText( "Renamed item" ) @@ -394,8 +401,8 @@ function hUpdtToolsCustomizeToolbars() endif kontext "TabCustomizeToolbars" - brc = hClickCommandButton( 2 ) - if ( not brc ) then + + if ( not hClickCommandButton( 2 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -406,8 +413,8 @@ function hUpdtToolsCustomizeToolbars() printlog( "******************** 1 ********************" ) hDeselectSeparator() printlog( "******************** 2 ********************" ) - brc = hClickCommandButton( 3 ) - if ( not brc ) then + + if ( not hClickCommandButton( 3 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -415,8 +422,8 @@ function hUpdtToolsCustomizeToolbars() kontext "TabCustomizeToolbars" waitslot printlog( CFN & "Click the Modify-button" ) - brc = hClickCommandButton( 4 ) - if ( not brc ) then + +if ( not hClickCommandButton( MENUITEM_MODIFY ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -424,8 +431,8 @@ function hUpdtToolsCustomizeToolbars() kontext "TabCustomizeToolbars" WaitSlot printlog( CFN & "Click the Modify-button" ) - brc = hClickCommandButton( 1 ) - if ( not brc ) then + + if ( not hClickCommandButton( 1 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -436,15 +443,15 @@ function hUpdtToolsCustomizeToolbars() printlog( "******************** 3 ********************" ) hDeselectSeparator() printlog( "******************** 4 ********************" ) - brc = hClickCommandButton( 5 ) - if ( not brc ) then + + if ( not hClickCommandButton( 5 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif printlog( CFN & "On the Change Icon dialog: Click to import an icon" ) kontext "ChangeIcon" - if ( ChangeIcon.exists( 2 ) ) then + if ( ChangeIcon.exists( DIALOG_DELAY ) ) then call dialogtest( ChangeIcon ) import.click() @@ -463,8 +470,8 @@ function hUpdtToolsCustomizeToolbars() kontext "TabCustomizeToolbars" waitslot printlog( CFN & "Click the Modify-button" ) - brc = hClickCommandButton( 3 ) - if ( not brc ) then + +if ( not hClickCommandButton( 3 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif @@ -498,9 +505,9 @@ function hUpdtToolsCustomizeEvents() case "BACKGROUND" : brc = hToolsCustomizeTestSaveIn( APPLICATION_ONLY ) case else : brc = hToolsCustomizeTestSaveIn( APPLICATION_AND_DOCUMENT ) end select - if ( not brc ) then - warnlog( "Incorrect itemcount in listbox, see above" ) - endif + + if ( not brc ) then warnlog( "Incorrect itemcount in listbox, see above" ) + else warnlog( " is not visible" ) endif @@ -515,6 +522,7 @@ end function function hUpdtToolsCustomizeKeyboard() as boolean const CFN = "hUpdtToolsCustomizeKeyboard::" + const FIRST_CHANGEABLE_ITEM = 2 printlog( "" ) printlog( "Keyboard" ) @@ -527,13 +535,15 @@ function hUpdtToolsCustomizeKeyboard() as boolean endif endif + hToolsCustomizeSelectTab( "keyboard" ) + kontext "TabTastatur" call DialogTest( TabTastatur ) ' no verification of functionality, this is an update test! kontext "TabTastatur" StarOffice.check() - hSelectNode( Tastatur , 2 ) + hSelectNode( Tastatur , FIRST_CHANGEABLE_ITEM ) hSelectTopNode( bereich ) ' Workaround: It might still happen that the currently selected accelerator @@ -545,7 +555,7 @@ function hUpdtToolsCustomizeKeyboard() as boolean Aendern.click() Zuruecksetzen.click() - hSelectNode( Tastatur , 2 ) + hSelectNode( Tastatur , FIRST_CHANGEABLE_ITEM ) ' Workaround: It might still happen that the currently selected accelerator ' is "fixed" so we need to find another one that can be modified. @@ -579,6 +589,7 @@ function hUpdtToolsCustomizeScriptSelector( iPageButton as integer ) as boolean const TAB_EVENTS = 1 const TAB_TOOLBARS = 2 const TAB_MENU = 3 + const DIALOG_DELAY = 2 select case iPageButton case TAB_EVENTS @@ -600,7 +611,7 @@ function hUpdtToolsCustomizeScriptSelector( iPageButton as integer ) as boolean end select kontext "ScriptSelector" - if ( ScriptSelector.exists( 2 ) ) then + if ( ScriptSelector.exists( DIALOG_DELAY ) ) then call DialogTest( ScriptSelector ) kontext "ScriptSelector" @@ -609,7 +620,7 @@ function hUpdtToolsCustomizeScriptSelector( iPageButton as integer ) as boolean warnlog( CFN & "Dialog did not open" ) endif - select case iBtn + select case iPageButton case TAB_EVENTS : kontext "TabCustomizeEvents" case TAB_TOOLBARS : kontext "TabCustomizeToolbars" case TAB_MENU : kontext "TabCustomizeMenu" -- cgit From 73a7ff972f07b7ce06e771013b3437324ff8f307 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 08:26:58 +0200 Subject: vitomation01: #i109562 - basic_macros.inc - partial refactor --- .../framework/optional/includes/basic_macros.inc | 535 +++++++++++---------- 1 file changed, 274 insertions(+), 261 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index cff6a64c4f93..82035c676307 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -36,43 +36,40 @@ testcase tMakro_In_All_Apps printlog( "Attach a macro to all application types" ) - dim cApp as string dim iApp as Integer const CMACRO = "AppMakro" + const DIALOG_TIMEOUT = 2 for iApp = 1 to 7 - cApp = hNumericDoctype( iApp ) - printlog( cApp ) + printlog( hNumericDoctype( iApp ) ) printlog( "Open a new document" ) hCreateDocument() - if ( not hInitBasicIde( CMACRO ) ) then + if ( hInitBasicIde( CMACRO ) ) then + printlog "Close the BASIC-IDE" + hCloseBasicIde() + + printlog( "Close the navigator (Master-doc)" ) + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) + + printlog( "Close the document" ) + hUseAsyncSlot( "FileClose" ) + + printlog( "Close the messagebox (document changed)" ) + kontext "messagebox" + if ( MessageBox.Exists( DIALOG_TIMEOUT ) ) then + printlog( "MessageBox: " & MessageBox.getText() ) + hCloseDialog( Messagebox, "no" ) + else + warnlog( "No warning for changed document" ) + end if + else warnlog( "Could not open the BASIC Macro Organizer, aborting" ) - call hDestroyDocument() - goto endsub endif - - printlog "Close the BASIC-IDE" - hCloseBasicIde() - - printlog( "Close the navigator (Master-doc)" ) - kontext "Navigator" - hCloseDialog( Navigator, "close,optional" ) - - printlog( "Close the document" ) - hUseAsyncSlot( "FileClose" ) - - printlog( "Close the messagebox (document changed)" ) - kontext "messagebox" - if ( MessageBox.Exists( 1 ) ) then - printlog( "MessageBox: " & MessageBox.getText() ) - hCloseDialog( Messagebox, "no" ) - else - warnlog( "No warning for changed document" ) - end if next iApp @@ -82,15 +79,22 @@ endcase testcase tMakro_Dialog - dim iPos as integer + printlog( "Update test for the BASIC organizer - libraries, modules and dialogs" ) + + const CFN = "tMakro_Dialog::" + const CMACRO = "MacroDlg" + const RC_TIMEOUT = -1 + const DIALOG_TIMEOUT = 2 + const TAB_MODULES = 1 + const TAB_DIALOGS = 2 + const TAB_LIBRARIES = 3 + const REFERENCE_LIBRARY = "AppLibrary1" + dim iLibraryItemCount as integer - dim iCurrentLibrary as Integer dim XLBFILE as String XLBFILE = gTesttoolPath & "framework\optional\input\AppLibrary1\script.xlb" - const CFN = "tMakro_Dialog::" - const CMACRO = "MacroDlg" - + XLBFILE = convertpath( XLBFILE ) gApplication = "WRITER" @@ -108,267 +112,276 @@ testcase tMakro_Dialog hCloseBasicIde() printlog( "Open the Basic Macro Organizer" ) - ToolsMacro_uno : WaitSlot() + ToolsMacro_uno kontext "Makro" - printlog( "Select the last Module for the current document" ) - iPos = hSelectTheLastNode( MakroAus ) - - printlog( "Click Organize..." ) - Verwalten.Click() - - printlog( "Select Modules-tab" ) - hSelectBasicObjectOrganizerTab( 1 ) - - printlog( "Press 'new module'" ) - kontext "tabmodule" - NeuesModul.Click() + if ( Makro.exists( DIALOG_TIMEOUT ) ) then - kontext "neuesmodul" - printlog( "Cancel the dialog" ) - NeuesModul.Cancel() + printlog( "Select the last Module for the current document" ) + hSelectTheLastNode( MakroAus ) - hSelectBasicObjectOrganizerTab( 2 ) + printlog( "Click Organize..." ) + Verwalten.Click() - kontext "tabdialogs" - printlog( "Press 'new dialog'" ) - NewDialog.Click() - - printlog( "Cancel the dialog" ) - kontext "neuerdialog" - NeuerDialog.Cancel() + printlog( "Select Modules-tab" ) + hSelectBasicObjectOrganizerTab( TAB_MODULES ) - kontext - printlog( "Select the libraries Tab" ) - hSelectBasicObjectOrganizerTab( 3 ) + printlog( "Press 'new module'" ) + kontext "tabmodule" + NeuesModul.Click() - - printlog( "Press 'New' on the libraries tab" ) - kontext "tabbibliotheken" - Neu.Click() - - kontext "neuebibliothek" - printlog( "Close the dialog with 'OK'" ) - Call DialogTest( NeueBibliothek ) - NeueBibliothek.OK() - - printlog( "Delete 'Library1'" ) - kontext "tabbibliotheken" - Loeschen.Click() - - printlog( "Close the warning" ) - kontext "active" - if ( Active.Exists() ) then - printlog( "MessageBox: " & active.getText() ) - Active.Yes() - else - warnlog( "Deletion warning is missing" ) - endif - - printlog( "Check the number of libraries in list" ) - kontext "tabbibliotheken" - iLibraryItemCount = Bibliotheksliste.getItemCount() - if ( iLibraryItemCount <> 1 ) then - if ( iLibraryItemCount = 11 ) then - warnlog( "#i87457# Macros moved from 'OpenOffice.org Macros' to 'My Macros'" ) - else - warnlog( "Incorrect item count. Should be 1, is: " & iLibraryItemCount ) + kontext "neuesmodul" + printlog( "Cancel the dialog" ) + NeuesModul.Cancel() + + hSelectBasicObjectOrganizerTab( TAB_DIALOGS ) + + kontext "tabdialogs" + printlog( "Press 'new dialog'" ) + NewDialog.Click() + + printlog( "Cancel the dialog" ) + kontext "neuerdialog" + NeuerDialog.Cancel() + + kontext + printlog( "Select the libraries Tab" ) + hSelectBasicObjectOrganizerTab( TAB_LIBRARIES ) + + + printlog( "Press 'New' on the libraries tab" ) + kontext "tabbibliotheken" + Neu.Click() + + kontext "neuebibliothek" + if ( NeueBibliothek.exists( DIALOG_TIMEOUT ) ) then + printlog( "Close the dialog with 'OK'" ) + Call DialogTest( NeueBibliothek ) + hCloseDialog( NeueBibliothek, "ok" ) endif - endif - printlog( "Append a xlb-file" ) - kontext "tabbibliotheken" - Hinzufuegen.Click() + printlog( "Delete 'Library1'" ) + kontext "tabbibliotheken" + Loeschen.Click() - printlog( "Select 'AppLibrary1/script.xlb' from the files list" - kontext "oeffnendlg" - Dateiname.SetText( ConvertPath ( XLBFILE ) ) - Oeffnen.Click() - - ' If the .xlb file cannot be found the test cannot continue. Warn and cleanup. - kontext "Active" - if ( Active.exists( 1 ) ) then - - try - Active.getButtonCount() - - warnlog( "Script does not exist warning displayed. Aborting test" ) - printlog( Active.getText() ) - active.ok() - - kontext "OeffnenDlg" - if ( OeffnenDlg.exists( 1 ) ) then - printlog( "Closing File Open dialog" ) - OeffnenDlg.cancel() - endif - - kontext "tabbibliotheken" - if ( TabBibliotheken.exists( 1 ) ) then - printlog( "Closing Libaries tab" ) - TabBibliotheken.close() - endif - - kontext "Makro" - if ( Makro.exists( 1 ) ) then - printlog( "Closing Macro organizer" ) - Makro.close() + printlog( "Close the warning" ) + kontext "active" + if ( Active.Exists( DIALOG_TIMEOUT ) ) then + printlog( "MessageBox: " & active.getText() ) + Active.Yes() + else + warnlog( "Deletion warning is missing" ) + endif + + printlog( "Check the number of libraries in list" ) + kontext "tabbibliotheken" + iLibraryItemCount = Bibliotheksliste.getItemCount() + if ( iLibraryItemCount <> 1 ) then + if ( iLibraryItemCount = 11 ) then + warnlog( "#i87457# Macros moved from 'OpenOffice.org Macros' to 'My Macros'" ) + else + warnlog( "Incorrect item count. Should be 1, is: " & iLibraryItemCount ) endif - - printlog( "Exiting test" ) - goto endsub - catch - printlog( "Script found and loaded. Good." ) - endcatch - - endif + endif - printlog( "Ensure 'Insert as Reference' is unchecked" ) - kontext "appendlibraries" - InsertAsReference.UnCheck() - - printlog( "Check 'Replace existing library'" ) - ReplaceExistingLibraries.Check() - - printlog( "Press 'OK' to append the library" ) - kontext "appendlibraries" - try - AppendLibraries.OK() - catch - warnlog( "#i85254# Appending libraries leads to crash" ) - endcatch - - printlog( "Check the number of libraries in list (should be two)" ) - kontext "tabbibliotheken" - iLibraryItemCount = Bibliotheksliste.getItemCount() - if ( iLibraryItemCount <> 2 ) then - qaerrorlog( "#i87457# Two entries in list expected, found " & iLibraryItemCount ) - endif + printlog( "Append a xlb-file" ) + kontext "tabbibliotheken" + Hinzufuegen.Click() + + printlog( "Select 'AppLibrary1/script.xlb' from the files list" + kontext "oeffnendlg" + Dateiname.SetText( XLBFILE ) + Oeffnen.Click() + + ' If the .xlb file cannot be found the test cannot continue. Warn and cleanup. + kontext "Active" + if ( Active.exists( DIALOG_TIMEOUT ) ) then + + try + Active.getButtonCount() + + warnlog( "Script does not exist warning displayed. Aborting test" ) + printlog( Active.getText() ) + active.ok() + + kontext "OeffnenDlg" + if ( OeffnenDlg.exists( DIALOG_TIMEOUT ) ) then + printlog( "Closing File Open dialog" ) + OeffnenDlg.cancel() + endif + + kontext "tabbibliotheken" + if ( TabBibliotheken.exists( DIALOG_TIMEOUT ) ) then + printlog( "Closing Libaries tab" ) + TabBibliotheken.close() + endif + + kontext "Makro" + if ( Makro.exists( DIALOG_TIMEOUT ) ) then + printlog( "Closing Macro organizer" ) + Makro.close() + endif + + printlog( "Exiting test" ) + goto endsub + catch + printlog( "Script found and loaded. Good." ) + endcatch - printlog( "Select the first item" ) - Bibliotheksliste.TypeKeys( "" ) - for iCurrentLibrary = 1 to iLibraryItemCount - if ( Bibliotheksliste.getSelText() = "AppLibrary1" ) then - printlog( "Found AppLibrary1" ) - exit for endif - printlog( "This was not AppLibrary1, trying again" ) - Bibliotheksliste.Typekeys( "" ) - next iCurrentLibrary - - printlog( "Set a password for AppLibrary1" ) - kontext "tabbibliotheken" - if ( Passwort.IsEnabled() ) then - Passwort.Click() - kontext "passwddlg" - PasswdDLG.Cancel() - else - warnlog( "Password is disabled for 'AppLibrary1'" ) - endif - printlog( "Delete 'AppLibrary1'" ) - kontext "tabbibliotheken" - Loeschen.Click() - - printlog( "Close the warning with YES" ) - kontext "active" - if ( Active.Exists() ) then - printlog( "MessageBox: " & active.getText() ) - Active.Yes() - else - warnlog( "Expected confirmation dialog for delete" ) - endif - - kontext "tabbibliotheken" - printlog( "Press 'edit' on 'Libraries'-tab" ) - Bearbeiten.Click() + printlog( "Ensure 'Insert as Reference' is unchecked" ) + kontext "appendlibraries" + InsertAsReference.UnCheck() - kontext "BasicIDE" - if ( BasicIDE.Exists( 5 ) ) then - - hInsertMacro( 3 ) - - printlog( "Close the basic-document" ) - hCloseBasicIde() + printlog( "Check 'Replace existing library'" ) + ReplaceExistingLibraries.Check() + + printlog( "Press 'OK' to append the library" ) + kontext "appendlibraries" + if ( hClickButton( AppandLibraries ) = RC_TIMEOUT ) then + warnlog( "#i85254# Appending libraries leads to crash" ) + endif + + printlog( "Check the number of libraries in list (should be two)" ) + kontext "tabbibliotheken" + iLibraryItemCount = Bibliotheksliste.getItemCount() + if ( iLibraryItemCount <> 2 ) then + qaerrorlog( "#i87457# Two entries in list expected, found " & iLibraryItemCount ) + endif + + printlog( "Select the first item" ) + Bibliotheksliste.TypeKeys( "" ) + for iCurrentLibrary = 1 to iLibraryItemCount + if ( Bibliotheksliste.getSelText() = REFERENCE_LIBRARY ) then + printlog( "Found " & REFERENCE_LIBRARY ) + exit for + endif + printlog( "This was not " & REFERENCE_LIBRARY & ", trying again" ) + Bibliotheksliste.Typekeys( "" ) + next iCurrentLibrary + + printlog( "Set a password for " & REFERENCE_LIBRARY ) + kontext "tabbibliotheken" + if ( Passwort.IsEnabled() ) then + Passwort.Click() + kontext "passwddlg" + PasswdDLG.Cancel() + else + warnlog( "Password is disabled for " & REFERENCE_LIBRARY ) + endif + + printlog( "Delete " & REFERENCE_LIBRARY ) + kontext "tabbibliotheken" + Loeschen.Click() + printlog( "Close the warning with YES" ) kontext "active" - if ( Active.Exists ( 2 ) ) then - warnlog( "Unexpected MessageBox: " & active.getText() ) - Active.NO() + if ( Active.Exists() ) then + printlog( "MessageBox: " & active.getText() ) + Active.Yes() + else + warnlog( "Expected confirmation dialog for delete" ) endif - else - warnlog("#i38978# The Macro-Document is not open, aborting test") - call hDestroyDocument() - goto endsub - endif + kontext "tabbibliotheken" + printlog( "Press 'edit' on 'Libraries'-tab" ) + Bearbeiten.Click() - printlog( "Open the BASIC Macro Organizer" ) - ToolsMacro_uno : WaitSlot() - - printlog( "Select the last macro from the list" ) - kontext "makro" - hSelectTheLastNode( MakroAus ) - - printlog( "Assign the macro, Tools/customize dialog should open" ) - if ( hClickButton( Zuordnen ) = -1 ) then - warnlog( "#i106853# Assign-Button is disabled or macro is missing" ) - endif + kontext "BasicIDE" + if ( BasicIDE.Exists( DIALOG_TIMEOUT ) ) then - printlog( "Activate all tapages and cancel the Tools/Customize dialog" ) - if ( not hToolsCustomizeSelectTab( "keyboard" ) ) then - qaerrorlog( "#i61765# Keyboard tab missing when called via Tools/Macros->Assign" ) - endif - hToolsCustomizeSelectTab( "events" ) - hToolsCustomizeSelectTab( "toolbars" ) + hInsertMacro( 3 ) - printlog( "Cancel Tools/Customize dialog -> Macro Organizer should be open" ) - kontext "TabCustomizeToolbars" - hCloseDialog( TabCustomizeToolbars, "cancel" ) - - - printlog "Click to run macro" - kontext "makro" - try - Ausfuehren.Click() - catch - warnlog( "Unable to run macro" ) + printlog( "Close the basic-document" ) + hCloseBasicIde() + + kontext "active" + if ( Active.Exists ( DIALOG_TIMEOUT ) ) then + warnlog( "Unexpected MessageBox: " & active.getText() ) + Active.NO() + endif + + else + warnlog("#i38978# The Macro-Document is not open, aborting test") + call hDestroyDocument() + goto endsub + endif + + printlog( "Open the BASIC Macro Organizer" ) + ToolsMacro_uno + + printlog( "Select the last macro from the list" ) + kontext "makro" + if ( Makro.exists( DIALOG_TIMEOUT ) ) then + hSelectTheLastNode( MakroAus ) + + printlog( "Assign the macro, Tools/customize dialog should open" ) + if ( hClickButton( Zuordnen ) = RC_TIMEOUT ) then + warnlog( "#i106853# Assign-Button is disabled or macro is missing" ) + endif + + printlog( "Activate all tapages and cancel the Tools/Customize dialog" ) + if ( not hToolsCustomizeSelectTab( "keyboard" ) ) then + qaerrorlog( "#i61765# Keyboard tab missing when called via Tools/Macros->Assign" ) + endif + hToolsCustomizeSelectTab( "events" ) + hToolsCustomizeSelectTab( "toolbars" ) + + printlog( "Cancel Tools/Customize dialog -> Macro Organizer should be open" ) + kontext "TabCustomizeToolbars" + hCloseDialog( TabCustomizeToolbars, "cancel" ) + + + printlog "Click to run macro" + kontext "makro" + try + Ausfuehren.Click() + catch + warnlog( "Unable to run macro" ) + kontext "Makro" + Makro.close() + endcatch + + kontext "active" + if ( active.exists() ) then + if ( active.getText() = "TTMacro3" ) then + printlog( "The correct macro has been executed" ) + else + warnlog( "Unknown Messagebox: " & active.getText() ) + endif + Active.OK() + endif + else + warnlog( "Macro Organizer did not open" ) + endif + + printlog( "Open macro organizer from the current document" ) + ToolsMacro_uno : WaitSlot() + + printlog( "Select the last item in the treelist" ) kontext "Makro" - Makro.close() - endcatch - - kontext "active" - if ( active.exists() ) then - if ( active.getText() = "TTMacro3" ) then - printlog( "The correct macro has been executed" ) + hSelectTheLastNode( MakroAus ) + + printlog( "Delete the new module" ) + Loeschen.Click() + + printlog( "Close the deletion warning" ) + kontext "active" + if ( active.exists() ) then + printlog( "MessageBox: " & active.getText() ) + Active.Yes() else - warnlog( "Unknown Messagebox: " & active.getText() ) + warnlog( "No confirmation dialog for delete" ) endif - Active.OK() - endif - - printlog( "Open macro organizer from the current document" ) - ToolsMacro_uno : WaitSlot() - - printlog( "Select the last item in the treelist" ) - kontext "Makro" - hSelectTheLastNode( MakroAus ) - printlog( "Delete the new module" ) - Loeschen.Click() - - printlog( "Close the deletion warning" ) - kontext "active" - if ( active.exists() ) then - printlog( "MessageBox: " & active.getText() ) - Active.Yes() + printlog( "Close the macro organizer" ) + kontext "makro" + Makro.Close() else - warnlog( "No confirmation dialog for delete" ) + warnlog( "Makro Organizer did not open" ) endif - printlog( "Close the macro organizer" ) - kontext "makro" - Makro.Close() - printlog( "Close the document" ) Call hDestroyDocument() -- cgit From ede29339d54bde04e985e727bd628378731e3700 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 08:48:40 +0200 Subject: vitomation01: #i109562 - basic_macros.inc - more refactor --- .../framework/optional/includes/basic_macros.inc | 49 +++++++++------------- 1 file changed, 20 insertions(+), 29 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index 82035c676307..587465cba55d 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -193,41 +193,34 @@ testcase tMakro_Dialog Dateiname.SetText( XLBFILE ) Oeffnen.Click() - ' If the .xlb file cannot be found the test cannot continue. Warn and cleanup. - kontext "Active" - if ( Active.exists( DIALOG_TIMEOUT ) ) then + kontext "AppendLibraries" + if ( AppendLibraries.exists( DIALOG_TIMEOUT ) ) then + printlog( " dialog is open, good" ) + else - try - Active.getButtonCount() + ' If the .xlb file cannot be found the test cannot continue. Warn and cleanup. + kontext "Active" + if ( Active.exists() ) then - warnlog( "Script does not exist warning displayed. Aborting test" ) + warnlog( "Unexpected messagebox, the script appears to be missing" ) printlog( Active.getText() ) - active.ok() + + kontext "Active" + hCloseDialog( Active, "ok" ) kontext "OeffnenDlg" - if ( OeffnenDlg.exists( DIALOG_TIMEOUT ) ) then - printlog( "Closing File Open dialog" ) - OeffnenDlg.cancel() - endif + hCloseDialog( OeffnenDlg, "cancel,optional" ) - kontext "tabbibliotheken" - if ( TabBibliotheken.exists( DIALOG_TIMEOUT ) ) then - printlog( "Closing Libaries tab" ) - TabBibliotheken.close() - endif + kontext "TabBibliotheken" + hCloseDialog( TabBibliotheken, "close,optional" ) kontext "Makro" - if ( Makro.exists( DIALOG_TIMEOUT ) ) then - printlog( "Closing Macro organizer" ) - Makro.close() - endif + hCloseDialog( Makro, "close,optional" ) printlog( "Exiting test" ) goto endsub - catch - printlog( "Script found and loaded. Good." ) - endcatch + endif endif printlog( "Ensure 'Insert as Reference' is unchecked" ) @@ -335,13 +328,11 @@ testcase tMakro_Dialog printlog "Click to run macro" kontext "makro" - try - Ausfuehren.Click() - catch - warnlog( "Unable to run macro" ) + if ( hClickButton( Ausfuehren ) = RC_TIMEOUT ) then + warnlog( "Unable to run macro, button is not enabled" ) kontext "Makro" - Makro.close() - endcatch + hCloseDialog( Makro, "close" ) + endif kontext "active" if ( active.exists() ) then -- cgit From 10fe64a4abe6bb5afe78d3b759e4ff7871298059 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 09:07:55 +0200 Subject: vitomation01: #i109562 - basic_modulehide.inc - code compression --- .../optional/includes/basic_modulehide.inc | 48 +++++++++------------- 1 file changed, 20 insertions(+), 28 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_modulehide.inc b/testautomation/framework/optional/includes/basic_modulehide.inc index fb2ef75b31f5..2a86f71d4163 100755 --- a/testautomation/framework/optional/includes/basic_modulehide.inc +++ b/testautomation/framework/optional/includes/basic_modulehide.inc @@ -37,6 +37,11 @@ testcase tBasicIdeModuleHide const CFN = "tBasicIdeModuleHide::" const RAISE_MESSAGEBOX = 1 + const RC_SUCCESS = 0 + const RC_TIMEOUT = -1 + + const TAB_MODULES = 1 + dim rc as integer dim brc as boolean dim cDefaultTabName as string @@ -47,57 +52,44 @@ testcase tBasicIdeModuleHide ToolsMacro_uno hCreateModuleForDoc() - brc = hInsertMacro( RAISE_MESSAGEBOX ) - if ( brc ) then + if ( hInsertMacro( RAISE_MESSAGEBOX ) ) then printlog( CFN & "Macro has been written successfully" ) else warnlog( CFN & "Failed to insert macro" ) endif - rc = hHideModule() - if ( rc > 0 ) then + + if ( hHideModule() <> RC_SUCCESS ) then warnlog( "Some unexpected error occurred while trying to hide the module" ) endif - try - ' hTestMacro is expected to fail, so we jump to the catch statement - rc = hTestMacro( RAISE_MESSAGEBOX ) - if ( rc = 0 ) then - warnlog( "For some reason the original module is still visible" ) - else - warnlog( "There should not be any editingwindow visible" ) - endif - catch - printlog( " * unable to locate editwindow -> no module visible." ) - endcatch + ' hTestMacro is expected to fail, so we jump to the catch statement + if ( hTestMacro( RAISE_MESSAGEBOX ) = RC_SUCCESS ) then + warnlog( "For some reason the original module is still visible" ) + else + warnlog( "There should not be any editingwindow visible" ) + endif - if ( hOpenBasicObjectOrganizer( 1 ) ) then + if ( hOpenBasicObjectOrganizer( TAB_MODULES ) ) then modulliste.typekeys( "" ) - try - bearbeiten.click() - catch + if ( hClickButton( Bearbeiten ) = RC_TIMEOUT ) then warnlog( "#i35097# Crash when editing last module" ) - endcatch + goto endsub + endif - - rc = hTestMacro( RAISE_MESSAGEBOX ) - if ( rc = 1 ) then + if ( hTestMacro( RAISE_MESSAGEBOX ) = RAISE_MESSAGEBOX ) then printlog( " * the correct macro-module is open. Good." ) else warnlog( "The open macro-module is not the one that was expected" ) endif hCloseBasicIDE() - - call hCloseDocument() + hCloseDocument() else - warnlog( "restarting the office to recover from errors" ) call exitRestartTheOffice() - endif - endcase -- cgit From 0d91436469f00bc2bd76239ad3c497c40cd84e8b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 09:19:55 +0200 Subject: vitomation01: #i109562 - basic_usertemplate.inc - provided test case documentation (was missing after old style documentation removal) --- .../optional/includes/basic_usertemplate.inc | 65 +++++++++++++--------- 1 file changed, 40 insertions(+), 25 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_usertemplate.inc b/testautomation/framework/optional/includes/basic_usertemplate.inc index 21119a8698ab..9f8400c45f8b 100755 --- a/testautomation/framework/optional/includes/basic_usertemplate.inc +++ b/testautomation/framework/optional/includes/basic_usertemplate.inc @@ -43,7 +43,6 @@ testcase tMacroUsertemplate ' When creating a document based on a user-created template the macro ' will not execute, instead a com.sun.star... errormessage is displayed - dim brc as boolean ' returncode dim irc as integer ' returncode dim cMacroName as string ' Temp variable to store the name of current macro @@ -63,62 +62,73 @@ testcase tMacroUsertemplate kontext "DocumentWriter" DocumentWriter.typeKeys( DOC_IDENTIFIER ) - brc = hCreateDocument() - + printlog( "Create a new document" ) + hCreateDocument() + + printlog( "Open the macro organizer" ) ToolsMacro_uno + printlog( "Search for the module" ) iCurrentNode = hSelectNodeByName( MakroAus, "Module1" ) if ( iCurrentNode = 0 ) then warnlog( "#i73521# - The expected node could not be found. Aborting test" ) kontext "Makro" - Makro.close() + hCloseDialog( Makro, "close" ) hDestroyDocument() goto endsub endif - ' verify that we replace the correct macro. if not: Abort + printlog( "Find the macro we are going to replace" ) if ( MakroListe.getItemCount() > 0 ) then cMacroName = MakroListe.getSelText() if ( lcase( cMacroName ) <> "main" ) then warnlog( "Test abort: Incorrect macro is selected: " & cMacroName ) printlog( "This should have been the
                  Macro" ) kontext "Makro" - Makro.cancel() + hCloseDialog( Makro, "cancel" ) hDestroyDocument() goto endsub endif else warnlog( "There is no macro listed for the current module, the test cannot continue" ) kontext "Makro" - Makro.close() + hCloseDialog( Makro, "close" ) hDestroyDocument() goto endsub endif - + + printlog( "Edit" ) Bearbeiten.click() + printlog( "Insert test macro" ) hInsertMacro( 3 ) + printog( "Close BASIC IDE" ) hCloseBasicIde() + printlog( "Close Document" ) hDestroyDocument() + printlog( "Open new document" ) hCreateDocument + printlog( "Open Macro Organizer" ) ToolsMacrosRunMacro - + + printlog( "Find the Macro again" ) cMacroName = hExecScript_tMacroUserTemplate() ' local function, see below if ( lcase( cMacroName ) <> "main" ) then warnlog( "Test abort: Incorrect macro is selected: " & cMacroName ) printlog( "This should have been the
                  Macro" ) ScriptSelector.cancel() - brc = hDestroyDocument() + hDestroyDocument() goto endsub endif - ' run + printlog( "Run the macro" ) ScriptSelector.ok() + printlog( "Check for macro" ) kontext "Active" if ( active.exists( 3 ) ) then printlog( "Messagebox: " & active.getText() ) @@ -126,29 +136,33 @@ testcase tMacroUsertemplate else warnlog( "The Macro has not been executed" ) endif - - brc = hDestroyDocument() - brc = hCreateDocument() + printlog( "Close the document" ) + hDestroyDocument() + + printlog( "Open a new document" ) + hCreateDocument() printlog( "" ) printlog( "Save as template" ) hFileSaveAsWithFilterKill( sPathOut & FILEOUT, FILTER ) - + + printlog( "Close the document" ) hDestroyDocument() printlog( "" ) printlog( "File New from Template" ) FileNewFromTemplate - + + printlog( "Find the template" ) irc = hFindTemplate( FILEOUT ) - hSelectDocumentObject( irc, 1 ) printlog( "" ) - printlog( "Run Macro..." ) + printlog( "Open the dialog" ) ToolsMacrosRunMacro - + + printlog( "Try to find the macro" ) cMacroName = hExecScript_tMacroUserTemplate() ' local function, see below if ( lcase( cMacroName ) <> "main" ) then warnlog( "Test abort: Incorrect macro is selected: " & cMacroName ) @@ -158,10 +172,10 @@ testcase tMacroUsertemplate goto endsub endif - ' run printlog( "Run" ) ScriptSelector.ok() - + + printlog( "Verify macro execution" ) kontext "Active" if ( active.exists( 3 ) ) then @@ -179,10 +193,11 @@ testcase tMacroUsertemplate else warnlog( "Macro not executed / no warning" ) endif - - hDestroyDocument() - hDestroyDocument() - + + printlog( "Close all open documents" ) + hFileCloseAll() + + printlog( "Delete test template" ) hDeleteFile( sPathOut & FILEOUT & ".ott" ) -- cgit From 1240fe2a743f5795b38dea312cd031434f4e28ea Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 10:41:57 +0200 Subject: vitomation01: #i109562 - t_macro_tools.inc - removed dependency to t_listfuncs.inc --- testautomation/global/tools/includes/optional/t_macro_tools.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_macro_tools.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_macro_tools.inc b/testautomation/global/tools/includes/optional/t_macro_tools.inc old mode 100644 new mode 100755 index 8126e3257c5c..03738a96666c --- a/testautomation/global/tools/includes/optional/t_macro_tools.inc +++ b/testautomation/global/tools/includes/optional/t_macro_tools.inc @@ -57,6 +57,7 @@ function hInsertMacroFromFile( cMacroId as string, optional cSource as string ) const CFN = "hInsertMacroFromFile::" const RETVAL_FAILURE = 0 + const MAX_LINES_IN_MACRO_FILE = 10000 '///+
                • Find the path to the source file
                • dim cFile as string @@ -66,10 +67,7 @@ function hInsertMacroFromFile( cMacroId as string, optional cSource as string ) cFile = convertpath( cSource ) endif - '///+
                • Determine the required array size
                • - dim iArraySize as integer : iArraySize = hListFileGetSize( cFile ) - - dim aInstructionList( iArraySize ) as string + dim aInstructionList( MAX_LINES_IN_MACRO_FILE ) as string dim iInstructionCount as integer dim iCurrentInstruction as integer -- cgit From a8d19f40eea35d7077af8261629b4790bbd7eabb Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 10:46:44 +0200 Subject: vitomation01: #i109696 - Removed three functions from t_listfuncs.inc --- .../global/tools/includes/optional/t_listfuncs.inc | 227 --------------------- 1 file changed, 227 deletions(-) mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_listfuncs.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_listfuncs.inc b/testautomation/global/tools/includes/optional/t_listfuncs.inc old mode 100644 new mode 100755 index 3f766f176c2a..2a4c587a22f0 --- a/testautomation/global/tools/includes/optional/t_listfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_listfuncs.inc @@ -29,158 +29,8 @@ '* '* short description : Replacements for routines in t_lists.inc adds some '* -'******************************************************************************* -'* -' #1 hListTestUpperBoundary ' Tests upper boundary of arrays -' #1 hListTestLowerBoundary ' Tests lower boundary of arrays -' #1 hListDelete ' Deletes one item from a list by index -' #1 hListAppend ' Append an item to a list -' #1 hManageComparisionList ' quick way to compare/create reference lists -' #1 hListFileGetSize ' find out how big an array has to be to hold the file -' #1 hListCompare ' compare two lists -' #1 hListPrependString ' Insert a string infront of each item in a list -' #1 hListAppendList ' Append one list to another -' #1 hCountMatchesInList ' Return count of occurrences of a string within a list -'* '\****************************************************************************** -' Note: These functions fix some minor bugs and introduce strict boundary -' checking for the arrays we work with. The arrays must be compatible -' to those from the "standard" list-functions. -' Why: Two reasons: -' -' 1) When working with listboxes it might happen that they are empty (bug) -' or contain more items than expected. In this case the tests would -' usually break. This is not desired as many testcases do not rely -' on the content of the listboxes. -' -' 2) This way eases the trouble of debugging huge amounts of arrays -' like those in the installation test or anywhere else where we work -' with reference lists. This is a coding help. - -'******************************************************************************* - -function hListTestUpperBoundary( aList() as string ) as boolean - - '///

                  Verify that ListCount does not exceed upper boundary

                  - '///About listfunctions: All listfunctions rely on a special type of - '///+ array. This can be string arrays and - in some cases - numeric - '///+ arrays. What makes the arrays unique is that the first item which - '///+ has the index 0 contains the number of items in the list to be used, - '///+ anything that is stored beyond this number is ignored. This has three - '///+ consequences: 1) all listfunctions that alter an array must update - '///+ the index stored in array(0) and 2) it is possible that the index - '///+ point beyond ubound of the array which will most likely cause a - '///+ runtime error. 3) Means that arrays may only have an upper boundary - '///+ declared, all loops must start with index array(1) and must end with - '///+ index array(val( array(0))
                  - '///Input: - '///
                    - '///+
                  1. List (string)
                  2. - '///
                  - '///Returns: - '///
                    - '///+
                  1. Errorstatus (boolean)
                  2. - '///
                      - '///+
                    • TRUE: Array is ok
                    • - '///+
                    • FALSE: Array logic has errors
                    • - '///
                    - '///
                  - '///Description: - '///
                    - - - const CFN = "hListTestUpperBoundary::" - - dim iUpperBoundary as integer ' size according to UBOUND - dim iListSize as integer ' size according to ListCount - - dim brc as boolean - brc = true - - '///+
                  • Determine the size of the array
                  • - iUpperBoundary = UBOUND( aList() ) - - '///+
                  • Determine the claimed size of the array
                  • - iListSize = ListCount( aList() ) - - '///+
                  • Verify that val(array(0)) <= array-size
                  • - if ( iListSize > iUpperBoundary ) then - warnlog ( CFN & "List points beyound upper array boundary:" ) - printlog( CFN & "ListCount: " & iListSize ) - printlog( CFN & "UBOUND...: " & iUpperBoundary ) - brc = false - endif - - hListTestUpperBoundary() = brc - '///
                  - -end function - -'******************************************************************************* - -function hListTestLowerBoundary( aList() as string ) as boolean - - '///

                  Verify that the lower boundaries of an array are ok

                  - '///Prerequisite: Array compatible with those from t_lists.inc - '///About listfunctions: All listfunctions rely on a special type of - '///+ array. This can be string arrays and - in some cases - numeric - '///+ arrays. What makes the arrays unique is that the first item which - '///+ has the index 0 contains the number of items in the list to be used, - '///+ anything that is stored beyond this number is ignored. This has three - '///+ consequences: 1) all listfunctions that alter an array must update - '///+ the index stored in array(0) and 2) it is possible that the index - '///+ point beyond ubound of the array which will most likely cause a - '///+ runtime error. 3) Means that arrays may only have an upper boundary - '///+ declared, all loops must start with index array(1) and must end with - '///+ index array(val( array(0))
                  - '///Input: - '///
                    - '///+
                  1. List (string)
                  2. - '///
                  - '///Returns: - '///
                    - '///+
                  1. Errorstatus (boolean)
                  2. - '///
                      - '///+
                    • TRUE: Array is ok
                    • - '///+
                    • FALSE: Array logic has errors
                    • - '///
                    - '///
                  - '///Description: - '///
                    - - const CFN = "hListTestLowerBoundary::" - - dim iLowerBoundary as integer ' size according to LBOUND - dim iListSize as integer ' size according to ListCount - - dim brc as boolean - brc = true - - iLowerBoundary = LBOUND( aList() ) - iListSize = ListCount( aList() ) - - '///+
                  • Verify that ubound for the array returns 0 (lower boundary)
                  • - if ( iLowerBoundary <> 0 ) then - warnlog ( CFN & "Boundary of the array must be 0." ) - printlog( CFN & "Lower boundary is: " & iLowerBoundary ) - brc = false - endif - - '///+
                  • Verify that val(array(0)) > 0
                  • - if ( iListSize < 0 ) then - warnlog ( CFN & "Defined Listsize (ListCount) may never be negative" ) - printlog( CFN & "ListCount is: " & iListSize ) - brc = false - endif - - hListTestLowerBoundary() = brc - '///
                  - -end function - -'******************************************************************************* - function hListDelete( aList() as string, iItemToDelete as integer ) as boolean '///

                  Delete one item from a list specified by index

                  @@ -209,20 +59,6 @@ function hListDelete( aList() as string, iItemToDelete as integer ) as boolean dim sItemToDelete as string ' The string that will be deleted dim brc as boolean ' preliminary return value - '///+
                • test array integrity: upper boundary
                • - brc = hListTestUpperBoundary( alist() ) - if ( not brc ) then - hListDelete() = brc - exit function - endif - - '///+
                • test array integrity: lower boundary
                • - brc = hListTestLowerBoundary( alist() ) - if ( not brc ) then - hListDelete() = brc - exit function - endif - '///+
                • Get some data from the arrays to work with.
                • iArraySize = ubound( aList() ) iListSizeOld = ListCount( aList() ) @@ -376,69 +212,6 @@ end function '******************************************************************************* -function hListFileGetSize( sFileIn as string ) as integer - - '///

                  Get the number of lines from a file

                  - '///Prerequisites: Path to an existing plain text file - '///About listfunctions: All listfunctions rely on a special type of - '///+ array. This can be string arrays and - in some cases - numeric - '///+ arrays. What makes the arrays unique is that the first item which - '///+ has the index 0 contains the number of items in the list to be used, - '///+ anything that is stored beyond this number is ignored. This has three - '///+ consequences: 1) all listfunctions that alter an array must update - '///+ the index stored in array(0) and 2) it is possible that the index - '///+ point beyond ubound of the array which will most likely cause a - '///+ runtime error. 3) Means that arrays may only have an upper boundary - '///+ declared, all loops must start with index array(1) and must end with - '///+ index array(val( array(0))
                  - '///
                    - - const CFN = "hListFileGetSize::" - const I_EXTRA_SIZE = 10 - const RC_FILE_MISSING = -1 - const RC_FILE_INVALID = -2 - - dim iFile as integer - dim sLine as string - dim iLineCount as integer : iLineCount = 0 - - '///+
                  • Verify that the filename is non-empty
                  • - if ( sFileIn = "" ) then - warnlog( CFN & "Invalid parameter: Filename is empty string" ) - hListFileGetSize() = RC_FILE_INVALID - exit function - endif - - '///+
                  • Verify that the file exists
                  • - if ( dir( sFileIn ) = "" ) then - warnlog( CFN & "File not found: " & sFileIn ) - hListFileGetSize() = RC_FILE_MISSING - exit function - endif - - '///+
                  • Open the file (standard BASIC calls)
                  • - iFile = freefile - open sFileIn for input as iFile - - '///+
                  • Read the number of lines from the file
                  • - while( not eof( iFile ) ) - - line input #iFile, sLine - iLineCount = iLineCount + 1 - - wend - - '///+
                  • Close the file
                  • - close #iFile - - '///+
                  • Return the number of lines read or -1 on error
                  • - hListFileGetSize() = iLineCount + I_EXTRA_SIZE - '///
                  - -end function - -'******************************************************************************* - function hListCompare( aListOne() as String, aListTwo() as String ) as integer const CFN = "hListcompare::" -- cgit From 8053850c03e5c4522ac2bef8a8d9148cb64677fc Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 11:03:21 +0200 Subject: vitomation01: #i109562 - Reworked method to check for Templates and Samples dialog, should now no longer fail on slower machines. --- .../framework/tools/includes/toolbar_tools.inc | 57 +++++++++++++--------- 1 file changed, 33 insertions(+), 24 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/toolbar_tools.inc b/testautomation/framework/tools/includes/toolbar_tools.inc index 104af556fbca..8d0b198b0441 100755 --- a/testautomation/framework/tools/includes/toolbar_tools.inc +++ b/testautomation/framework/tools/includes/toolbar_tools.inc @@ -374,6 +374,10 @@ function hStandardbarNewDialog() const CFN = "hStandardbarNewDialog::" const ITEM_MENU_POSITION = 3 + const TEMPLATE_DIALOG_MAX_RETRIES = 3 + const RC_TIMEOUT = -1 + + dim iTry as integer printlog( CFN & "Enter" ) @@ -390,31 +394,36 @@ function hStandardbarNewDialog() hToggleToolbarItem( ITEM_MENU_POSITION ) '///+
                • click the button
                • - Kontext "Standardbar" - hClickButton( NeuDialog ) - - '///+
                • handle possible dialogs (there should never be one)
                • - kontext "Active" - if ( active.exists( 1 ) ) then - warnlog( CFN & "Unexpected active" ) - printlog( CFN & active.gettext() ) - try - printlog( CFN & "Closing dialog" ) - active.ok() - catch - warnlog( CFN & "Unknown dialog blocks test, now crashing" ) - endcatch - endif + for iTry = 1 to TEMPLATE_DIALOG_MAX_RETRIES + + Kontext "Standardbar" + hClickButton( NeuDialog ) + + '///+
                • handle possible dialogs (there should never be one)
                • + kontext "Active" + if ( active.exists() ) then + warnlog( CFN & "Unexpected active" ) + printlog( CFN & active.gettext() ) + if ( hCloseDialog( Active, "ok" ) = RC_TIMEOUT ) then + warnlog( CFN & "Unknown dialog blocks test, now crashing" ) + endif + endif + + '///+
                • close the templates and samples dialog
                • + printlog( CFN & "Close templates and samples (cancel)" ) + Kontext "TemplateAndDocuments" + if ( TemplateAndDocuments.Exists( 5 ) ) then + hCloseDialog( TemplateAndDocuments, "cancel" ) + exit for + else + if ( iTry = TEMPLATE_DIALOG_MAX_RETRIES ) then + warnlog( CFN & "The 'Template and Documents'-dialog was not activated" ) + endif + endif + + next iTry + - '///+
                • close the templates and samples dialog
                • - printlog( CFN & "Close templates and samples (cancel)" ) - Kontext "TemplateAndDocuments" - if ( TemplateAndDocuments.Exists( 10 ) ) then - hCloseDialog( TemplateAndDocuments, "cancel" ) - else - warnlog( CFN & "The 'Template and Documents'-dialog was not activated" ) - endif - '///+
                • finally remove the button from the toolbar
                • printlog( CFN & "Deactivate New from Template button" ) hToggleToolbarItem( ITEM_MENU_POSITION ) -- cgit From 627394f3372e45a4b903f5969c305d6450162fc0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 11:05:07 +0200 Subject: vitomation01: #i109562 - Small enhancements, need checking on different machine. --- testautomation/framework/required/includes/tools_customize.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/tools_customize.inc b/testautomation/framework/required/includes/tools_customize.inc index a3aa70c0b02d..6bf31e391f99 100755 --- a/testautomation/framework/required/includes/tools_customize.inc +++ b/testautomation/framework/required/includes/tools_customize.inc @@ -471,7 +471,7 @@ if ( not hClickCommandButton( MENUITEM_MODIFY ) ) then waitslot printlog( CFN & "Click the Modify-button" ) -if ( not hClickCommandButton( 3 ) ) then + if ( not hClickCommandButton( 3 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif -- cgit From e7ae741eb32a2c6b21ff5f85d8fa309c56a83812 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 13:56:36 +0200 Subject: vitomation01: #i109562 - Slot should rather be called --- testautomation/global/win/bars.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/win/bars.win b/testautomation/global/win/bars.win index dd65f825893d..7cc207cc3483 100755 --- a/testautomation/global/win/bars.win +++ b/testautomation/global/win/bars.win @@ -797,7 +797,7 @@ ManageBreakpoints .uno:ManageBreakPoints Modules SID_BASICIDE_MODULEDLG ObjectCatalog SID_BASICIDE_OBJCAT ProcedureStep .uno:BasicStepOver -SaveSourceTest .uno:SaveBasicAs +SaveSourceText .uno:SaveBasicAs SingleStep .uno:BasicStepInto StepBack .uno:BasicStepOut '------------------------------------------------------------------------- -- cgit From f104fb6a87f52ebd5de8e48cc9919c718c178c2f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 14:14:35 +0200 Subject: vitomation01: #i109562 - Simplify basic_ide.inc, kill hClickToolbarButton() and map it to hClickButton() --- .../framework/optional/includes/basic_ide.inc | 141 +++++++++------------ 1 file changed, 62 insertions(+), 79 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_ide.inc b/testautomation/framework/optional/includes/basic_ide.inc index cec3e348c6b6..c8db670e8cc3 100755 --- a/testautomation/framework/optional/includes/basic_ide.inc +++ b/testautomation/framework/optional/includes/basic_ide.inc @@ -35,7 +35,12 @@ testcase tBasic_IDE_Toolbar_Module printlog( "BASIC toolbars for modules" ) - dim brc as boolean + const DIALOG_DELAY = 2 + const RC_FAILURE = -1 + + dim cTargetFile as string + cTargetFile = convertpath( gOfficepath & "user\work\global_test.bas" ) + dim cSourceFile as string cSourceFile = gTesttoolpath & "framework\optional\input\resetregistration.txt" cSourceFile = convertpath( cSourceFile ) @@ -48,37 +53,37 @@ testcase tBasic_IDE_Toolbar_Module kontext "macrobar" printlog "- compile" - hClickToolbarButton( Compile ) + hClickButton( Compile ) printlog "- Run Basic" - hClickToolbarButton( BasicRun ) + hClickButton( BasicRun ) printlog "- Step Procedure" - hClickToolbarButton( ProcedureStep ) + hClickButton( ProcedureStep ) printlog "- Stop Basic" - hClickToolbarButton( BasicStop ) + hClickButton( BasicStop ) printlog "- Single Step" - hClickToolbarButton( SingleStep ) + hClickButton( SingleStep ) printlog "- Step Back" - hClickToolbarButton( StepBack ) + hClickButton( StepBack ) printlog "- Breakpoint => activate" - hClickToolbarButton( Breakpoint ) + hClickButton( Breakpoint ) printlog "- Breakpoint => deactivate" - hClickToolbarButton( Breakpoint ) + hClickButton( Breakpoint ) printlog "- Add Watch => deactivate" - hClickToolbarButton( AddWatch ) + hClickButton( AddWatch ) printlog "- Find Paranthese" kontext "macrobar" - hClickToolbarButton( FindParanthese ) + hClickButton( FindParanthese ) try Controls.TearOff() @@ -90,46 +95,51 @@ testcase tBasic_IDE_Toolbar_Module warnlog( "Slot not finished within 1 second" ) endif + kontext "MacroBar" printlog( "- Insert Source Text (" & cSourceFile & ")" ) + if ( hClickButton( InsertSourceText ) <> RC_FAILURE ) then + kontext "oeffnendlg" + if ( OeffnenDlg.exists( DIALOG_DELAY ) ) then + Dateiname.SetText( cSourceFile ) + Oeffnen.click() + WaitSlot( 5000 ) + else + warnlog( "File Open dialog did not open" ) + endif - InsertSourceText.Click() - kontext "oeffnendlg" - if ( OeffnenDlg.exists( 1 ) ) then - Dateiname.SetText( cSourceFile ) - Oeffnen.click() + ' possible 'could not read from file' error-message -> this is a bug + kontext "Active" + if ( Active.exists( DIALOG_DELAY ) ) then + warnlog( "Unexpected active: " & active.gettext() ) + active.ok() + endif else - warnlog( "File Open dialog did not open" ) - endif - - ' possible 'could not read from file' error-message -> this is a bug - kontext "Active" - if ( Active.exists( 1 ) ) then - warnlog( "Unexpected active: " & active.gettext() ) - active.ok() + warnlog( " dialog is not open, button failed" ) endif kontext "macrobar" - printlog "- Save Source Test " + printlog "- Save Source Text " + if ( hClickButton( SaveSourceText ) <> RC_FAILURE ) then - hClickToolbarButton( SaveSourceTest ) + kontext "speicherndlg" + if ( SpeichernDlg.exists( DIALOG_DELAY ) ) then + Dateiname.SetText( cTargetFile ) + Speichern.click() + else + warnlog( "File Save dialog is missing" ) + endif - kontext "speicherndlg" - if ( SpeichernDlg.exists( 1 ) ) then - Dateiname.SetText ConvertPath (gOfficepath + "user\work\global_test.bas") - Speichern.click() + kontext "active" + if ( Active.Exists( DIALOG_DELAY ) ) then + printlog( "Closing Messagebox with ") + Active.Yes() + endif else - warnlog( "File Save dialog is missing" ) - endif - - kontext "active" - if ( Active.Exists( 1 ) ) then - printlog( "Closing Messagebox with ") - Active.Yes() + warnlog( " dialog did not open, slot did not work" ) endif - hCloseBasicIDE() - hDestroyDocument() + hFileCloseAll() else warnlog( "Unable to init BASIC IDE" ) endif @@ -142,6 +152,11 @@ testcase tBasic_IDE_Toolbar_Dialogs printlog( "BASIC toolbar for Dialogs" ) + const DIALOG_DELAY = 2 + + const TABBAR_MENU_NEW = 1 + const TABBAR_MENU_NEW_DIALOG = 2 + dim bIsOpen as boolean dim brc as boolean @@ -161,9 +176,10 @@ testcase tBasic_IDE_Toolbar_Dialogs kontext "basicide" Tabbar.OpenContextMenu - hMenuSelectNr ( 1 ) - hMenuSelectNr ( 2 ) - if ( DialogWindow.Exists ( 2 ) ) then + hMenuSelectNr ( TABBAR_MENU_NEW ) + hMenuSelectNr ( TABBAR_MENU_NEW_DIALOG ) + + if ( DialogWindow.Exists ( DIALOG_DELAY ) ) then printlog( "Dialog Editor window is open. Good." ) else warnlog "No dialog window is shown!" @@ -251,7 +267,7 @@ testcase tBasic_IDE_Toolbar_Dialogs warnlog( """Insert Source Text"" is enabled" ) kontext "oeffnendlg" - if ( OeffnenDlg.exists( 2 ) ) then + if ( OeffnenDlg.exists( DIALOG_DELAY ) ) then Dateiname.SetText( sBasFile1 ) Oeffnen.Click() else @@ -266,11 +282,11 @@ testcase tBasic_IDE_Toolbar_Dialogs try kontext "macrobar" - SaveSourceTest.Click() + SaveSourceText.Click() warnlog( """Save Source Text"" is enabled" ) kontext "speicherndlg" - if ( SpeichernDlg.exists( 2 ) ) then + if ( SpeichernDlg.exists( DIALOG_DELAY ) ) then Dateiname.SetText( sBasFile2 ) Speichern.Click() else @@ -278,7 +294,7 @@ testcase tBasic_IDE_Toolbar_Dialogs endif kontext "active" - if ( Active.Exists( 1 ) ) then + if ( Active.Exists( DIALOG_DELAY ) ) then Active.Yes() endif catch @@ -293,36 +309,3 @@ testcase tBasic_IDE_Toolbar_Dialogs endcase -'******************************************************************************' - -function hClickToolbarButton( oButton as object ) as boolean - - const CFN = "hClickToolbarButton(): " - - dim iTry as integer - dim brc as boolean : brc = false - - printlog( CFN & "Clicking button on toolbar: " & oButton.name() ) - for iTry = 1 to 5 - - try - oButton.click() - brc = true - exit for - catch - printlog( CFN & "Retrying..." ) - endcatch - - if ( iTry = 5 ) then - exit for - endif - - wait( 500 ) - - next iTry - - if ( WaitSlot( 2000 ) <> WSFinished ) then - warnlog( CFN & "Slot not finished within 1 second" ) - endif - -end function -- cgit From b02a90cd65ab40ed4e800850a7ad8849a977cc14 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 19 Apr 2010 14:37:27 +0200 Subject: vitomation01: #i109562 - fix typo --- testautomation/framework/optional/includes/basic_macros.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index 587465cba55d..4717b66a9ad0 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -232,8 +232,8 @@ testcase tMakro_Dialog printlog( "Press 'OK' to append the library" ) kontext "appendlibraries" - if ( hClickButton( AppandLibraries ) = RC_TIMEOUT ) then - warnlog( "#i85254# Appending libraries leads to crash" ) + if ( hClickButton( AppendLibraries ) = RC_TIMEOUT ) then + warnlog( "#i85254# Appending libraries failed" ) endif printlog( "Check the number of libraries in list (should be two)" ) -- cgit From 31aa2c78cfa7eebf2468b18ea19e7cf725ac3995 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 20 Apr 2010 07:45:25 +0200 Subject: vitomation01: #i109562 - remove all traces of hGetListFileSize(), set the max size to 10000 which currently is by far more than enough. --- .../global/tools/includes/optional/t_listfuncs.inc | 57 ++++++++++------------ 1 file changed, 26 insertions(+), 31 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_listfuncs.inc b/testautomation/global/tools/includes/optional/t_listfuncs.inc index 2a4c587a22f0..e68c67511ff0 100755 --- a/testautomation/global/tools/includes/optional/t_listfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_listfuncs.inc @@ -160,29 +160,22 @@ function hManageComparisionList( sFileIn as string, sFileOut as string, sListOut '///
                    const CFN = "hManageComparisionList::" - const RC_SUCCESS = 0 - - ' hListFileGetSize will return -1 if the list does not exist or the number - ' of lines in the reference file plus additional 10 lines. - '///+
                  • Verify that the reference file exists and is non-empty
                  • - dim iFileSize as integer : iFileSize = hListFileGetSize( sFileIn ) - dim irc as integer : irc = 0 - - '///+
                  • Read the reference list and compare
                  • - if ( iFileSize > -1 ) then - - dim aReferenceList( iFileSize ) as string - printlog( CFN & "Reading: " & sFileIn ) - ' disabled hGetDataFileSection because some lists contain a # - ' (hash) as value which is identified as comment by the function. - ' Fixing this for hGetDataFileSection() would break compatibility - ' to other functions both in framework and global module - 'hgetDataFileSection( sFileIn , aReferenceList() , "" , "" , "" ) - listread( aReferenceList(), sFileIn, "utf8" ) - irc = hListCompare( sListOut() , aReferenceList() ) + const FILESIZE = 10000 + const COMPARE_SUCCESS = 0 + const ENCODING_UTF8 = "UTF8" + + dim irc as integer + dim aReferenceList( FILESIZE ) as string + + if ( GVERBOSE ) then printlog( CFN & "Reading: " & sFileIn ) + ' disabled hGetDataFileSection because some lists contain a # + ' (hash) as value which is identified as comment by the function. + ' Fixing this for hGetDataFileSection() would break compatibility + ' to other functions both in framework and global module + 'hgetDataFileSection( sFileIn , aReferenceList() , "" , "" , "" ) + listread( aReferenceList(), sFileIn, ENCODING_UTF8 ) + irc = hListCompare( sListOut() , aReferenceList() ) - endif - ' A this point there are three possible states: ' a) the reference list does not exist ' b) the comparision failed @@ -192,16 +185,18 @@ function hManageComparisionList( sFileIn as string, sFileOut as string, sListOut ' directly reviewed/compared to the "faulty" list without having to run this ' test again (after deleting the ref-file) '///+
                  • In case the lists are not identical, write the new one to the local work directory
                  • - if ( irc = 0 ) then + if ( irc = COMPARE_SUCCESS ) then printlog( CFN & "Comparision succeeded" ) - hManageComparisionList() = RC_SUCCESS + hManageComparisionList() = COMPARE_SUCCESS else - printlog( CFN & "The two compared lists differ. There are two likely reasons:" ) - printlog( CFN & "1) The reference file does not exist at all" ) - printlog( CFN & "2) Reference and actual UI-Content do not match." ) - printlog( CFN & "Verify and copy the file: " & sFileOut ) - printlog( CFN & "to this location........: " & sFileIn ) - listwrite( sListOut(), sFileOut, "UTF8" ) + if ( GVERBOSE ) then + printlog( CFN & "The two compared lists differ. There are two likely reasons:" ) + printlog( CFN & "1) The reference file does not exist at all" ) + printlog( CFN & "2) Reference and actual UI-Content do not match." ) + printlog( CFN & "Verify and copy the file: " & sFileOut ) + printlog( CFN & "to this location........: " & sFileIn ) + endif + listwrite( sListOut(), sFileOut, ENCODING_UTF8 ) hManageComparisionList() = irc endif @@ -248,7 +243,7 @@ function hListCompare( aListOne() as String, aListTwo() as String ) as integer ListCopy( aListTwo() , aTwoOnlyList() ) iTwoOnlyListSize = ListCount( aTwoOnlyList() ) - iListOneSize = ListCount( aListOne() ) + iListOneSize = ListCount( aListOne() ) '///+
                  • Step through each item in list one
                  • -- cgit From 5866430f579bafcf7e24f55f2e3d372236d8cdf8 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 20 Apr 2010 08:41:30 +0200 Subject: vitomation01: #i108621 - moved tEditFields into sub sEditFields to allow tEditFields and tHTMLDocEditFields to use the same code as the only difference is the gApplication. Both test cases are needed because QUASTe is more than picky about removed test cases (simply refuses to update) --- testautomation/writer/required/includes/w_002_.inc | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) mode change 100644 => 100755 testautomation/writer/required/includes/w_002_.inc (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc old mode 100644 new mode 100755 index d26e1d2785da..6c571c34a8bf --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -63,6 +63,9 @@ sub w_002_ 'Writer Master Document gApplication = "MASTERDOCUMENT" Call tMasterDocEditNavigator + + Call tHtmlDocEditFields + gApplication = "WRITER" end sub @@ -984,6 +987,24 @@ endcase testcase tEditFields + gApplication = "WRITER" + call sEditFields() + +endcase + +' ---------------------------------------------------------------- + +testcase tHtmlDocEditFields + + gApplication = "HTML" + call sEditFields() + +endcase + +' ---------------------------------------------------------------- + +sub sEditfields + PrintLog( "Edit/Fields: Edit Fields dialog: " & gApplication ) dim iCurrentType as integer @@ -1058,7 +1079,7 @@ testcase tEditFields PrintLog( "Close active document" ) Call hCloseDocument() -endcase +end sub '---------------------------------------------------------------- -- cgit From c27d98c360a920644c1b859000619857ef2200b9 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 20 Apr 2010 09:40:08 +0200 Subject: vitomation01: Local merge with CWS automationdev300m76cat0 (which is currently nominated) - changes for slovenian language where not merged. Fixed. --- testautomation/global/system/includes/iniinfo.inc | 218 ---------------------- 1 file changed, 218 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 7be9633bb395..1052113000a7 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -289,55 +289,6 @@ sub GetLanguageInformation gISOLang = sLanOutIni -<<<<<<< local - select case lcase ( sLanOutIni ) - case "en_us", "en-us", "en" : iSprache = 01 ' English (USA) - case "pt_pt", "pt-pt", "pt" : iSprache = 03 ' Portuguese - case "ru_ru", "ru-ru", "ru" : iSprache = 07 ' Russian - case "el_gr", "el-gr", "el" : iSprache = 30 ' Greek - case "nl_nl", "nl-nl", "nl" : iSprache = 31 ' Dutch - case "fr_fr", "fr-fr", "fr" : iSprache = 33 ' French - case "es_es", "es-es", "es" : iSprache = 34 ' Spanish - case "fi_fi", "fi-fi", "fi" : iSprache = 35 ' Finnish - case "hu_hu", "hu-hu", "hu" : iSprache = 36 ' Hungaria - case "ca_ad", "ca-ad", "ca" : iSprache = 37 ' Catalan - case "it_it", "it-it", "it" : iSprache = 39 ' Italian - case "cs_cz", "cs-cz", "cs" : iSprache = 42 ' Czech - case "sk_sk", "sk-sk", "sk" : iSprache = 43 ' Slowak - case "en_gb", "en-gb" : iSprache = 44 ' English (GB) - case "da_dk", "da-dk", "da" : iSprache = 45 ' Danish - case "sv_se", "sv-se", "sv" : iSprache = 46 ' Swedish - case "no_no", "no-no", "no" : iSprache = 47 ' Norwegian - case "pl_pl", "pl-pl", "pl" : iSprache = 48 ' Polish - case "de_de", "de-de", "de" : iSprache = 49 ' German - case "sr_rs", "sr-rs", "sr" : iSprache = 51 ' Serbian (Cyrillic) - case "sh_rs", "sh-rs", "sh" : iSprache = 52 ' Serbian (Latin) - case "pt_br", "pt-br", "br" : iSprache = 55 ' Portuguese (Brazil) - case "th_th", "th-th", "th" : iSprache = 66 ' Thai - case "ja_jp", "ja-jp", "ja" : iSprache = 81 ' Japanese - case "ko_kr", "ko-kr", "ko" : iSprache = 82 ' Korean - case "vi_vi", "vi-vi", "vi" : iSprache = 84 ' Vietnamese - case "zh_cn", "zh-cn", "zh" : iSprache = 86 ' Chinese (simplified) - case "zh_tw", "zh-tw" : iSprache = 88 ' Chinese (traditional) - case "tr_tr", "tr-tr", "tr" : iSprache = 90 ' Turkish - case "hi_in", "hi-in", "hi" : iSprache = 91 ' Hindi - case "ar_ar", "ar-ar", "ar" : iSprache = 96 ' Arabic - case "he_he", "he-he", "he" : iSprache = 97 ' Hebrew - case "sl_si", "sl-si", "sl" : iSprache = 386 ' Slovenian - case "zz_zz", "zz-zz", "zz" : iSprache = 01 ' unknown - warnlog "iniinfo.inc::GetLanguageInformation()" - warnlog "- sLanOutIni = " & sLanOutIni & " (unknown language)" - warnlog "- iSprache has been set 01!" - case "" : iSprache = 01 ' empty - warnlog "iniinfo.inc::GetLanguageInformation()" - warnlog "- empty sLanOutIni = " & sLanOutIni - warnlog "- iSprache has been set 01!" - case else : iSprache = 01 - warnlog "iniinfo.inc::GetLanguageInformation()" - warnlog "- sLanOutIni = " & sLanOutIni & " (fallback mode; unknown language)" - warnlog "- iSprache has been set 01!" - end select -======= select case lcase ( sLanOutIni ) case "en_us", "en-us", "en" : iSprache = 01 ' English (USA) case "pt_pt", "pt-pt", "pt" : iSprache = 03 ' Portuguese @@ -385,7 +336,6 @@ sub GetLanguageInformation warnlog "- sLanOutIni = " & sLanOutIni & " (fallback mode; unknown language)" warnlog "- iSprache has been set 01!" end select ->>>>>>> other if iSprache = 81 OR iSprache = 82 OR iSprache = 86 OR iSprache = 88 then bAsianLan = TRUE @@ -405,38 +355,6 @@ end sub function ConvertLanguage ( Sprache as String ) as Integer '/// Sets international language code for the whole language name. -<<<<<<< local - select case lCase ( Sprache ) - case "deutsch", "german" : ConvertLanguage = 49 - case "englisch", "english" : ConvertLanguage = 01 - case "portugisisch", "portugiesisch", "portuguese" : ConvertLanguage = 03 - case "russisch", "russian" : ConvertLanguage = 07 - case "czech", "tschechisch" : ConvertLanguage = 29 - case "griechisch", "greek" : ConvertLanguage = 30 - case "niederlaendisch", "hollaendisch", "netherlands" : ConvertLanguage = 31 - case "franzoesisch", "french" : ConvertLanguage = 33 - case "spanisch", "spanish" : ConvertLanguage = 34 - case "finisch", "finnish" : ConvertLanguage = 35 - case "hungaria", "ungarisch" : ConvertLanguage = 36 - case "italienisch", "italian" : ConvertLanguage = 39 - case "slowak", "slovakisch" : ConvertLanguage = 43 - case "daenisch", "danish" : ConvertLanguage = 45 - case "schwedisch", "swedish" : ConvertLanguage = 46 - case "norwegian", "norwegisch" : ConvertLanguage = 47 - case "polnisch", "polish" : ConvertLanguage = 48 - case "serbisch kyrillisch", "serbian cyrillic" : ConvertLanguage = 51 - case "serbisch latein", "serbian latin" : ConvertLanguage = 52 - case "japanisch", "japanese" : ConvertLanguage = 81 - case "koreanisch", "korean" : ConvertLanguage = 82 - case "vietnamesisch", "vietnamese" : ConvertLanguage = 84 - case "chinesisch", "chinese" : ConvertLanguage = 86 - case "chinesisch trad.", "chinese trad." : ConvertLanguage = 88 - case "tuerkisch", "turkish" : ConvertLanguage = 90 - case "arabisch", "arab" : ConvertLanguage = 96 - case "catalan", "katalanisch" : ConvertLanguage = 99 - case "slovenian", "slovenisch" : ConvertLanguage = 386 - end select -======= select case lCase ( Sprache ) case "deutsch", "german" : ConvertLanguage = 49 case "englisch", "english" : ConvertLanguage = 01 @@ -467,52 +385,11 @@ function ConvertLanguage ( Sprache as String ) as Integer case "arabisch", "arab" : ConvertLanguage = 96 case "catalan", "katalanisch" : ConvertLanguage = 99 end select ->>>>>>> other end function '------------------------------------------------------------------------- function GetLanguageText ( iLan ) as String -<<<<<<< local - '/// Sets the language name for the international language-code. - select case iLan - case 01 : GetLanguageText = "English (USA)" - case 03 : GetLanguageText = "Portuguese" - case 07 : GetLanguageText = "Russian" - case 30 : GetLanguageText = "Greek" - case 31 : GetLanguageText = "Dutch" - case 33 : GetLanguageText = "French" - case 34 : GetLanguageText = "Spanish" - case 35 : GetLanguageText = "Finnish" - case 36 : GetLanguageText = "Hungarian" - case 37 : GetLanguageText = "Catalan" - case 39 : GetLanguageText = "Italian" - case 42 : GetLanguageText = "Czech" - case 43 : GetLanguageText = "Slowak" - case 44 : GetLanguageText = "English (GB)" - case 45 : GetLanguageText = "Danish" - case 46 : GetLanguageText = "Swedish" - case 47 : GetLanguageText = "Norwegian" - case 48 : GetLanguageText = "Polnish" - case 49 : GetLanguageText = "German" - case 51 : GetlanguageText = "Serbian (Cyrillic)" - case 52 : GetlanguageText = "Serbian (Latin)" - case 55 : GetLanguageText = "Portuguese (Brazil)" - case 66 : GetLanguageText = "Thai" - case 81 : GetLanguageText = "Japanese" - case 82 : GetLanguageText = "Korean" - case 84 : GetLanguageText = "Vietnamese" - case 86 : GetLanguageText = "Chinese (simplified)" - case 88 : GetLanguageText = "Chinese (traditional)" - case 90 : GetLanguageText = "Turkish" - case 91 : GetLanguageText = "Hindi" - case 96 : GetLanguageText = "Arabic" - case 97 : GetLanguageText = "Hebrew" - case 99 : GetLanguageText = "Unknown" - case 386 : GetlanguageText = "Slovenian" - case else : GetLanguageText = "detection failed" - end select -======= '/// Sets the language name for the international language-code. select case iLan case 01 : GetLanguageText = "English (USA)" @@ -551,64 +428,11 @@ function GetLanguageText ( iLan ) as String case 99 : GetLanguageText = "Unknown" case else : GetLanguageText = "detection failed" end select ->>>>>>> other end function '------------------------------------------------------------------------- function ConvertLanguage2 ( sSprache as String, optional bExact ) as Integer -<<<<<<< local - '/// Sets the international language code for the international language shortcut. - '/// optional bExact: If language not available, 'shut up' and return '0' - select case lCase ( sSprache ) - case "en_us", "en-us", "en" : ConvertLanguage2 = 01 ' English (USA) - case "pt_pt", "pt-pt", "pt" : ConvertLanguage2 = 03 ' Portuguese - case "ru_ru", "ru-ru", "ru" : ConvertLanguage2 = 07 ' Russian - case "el_gr", "el-gr", "el" : ConvertLanguage2 = 30 ' Greek - case "nl_nl", "nl-nl", "nl" : ConvertLanguage2 = 31 ' Dutch - case "fr_fr", "fr-fr", "fr" : ConvertLanguage2 = 33 ' French - case "es_es", "es-es", "es" : ConvertLanguage2 = 34 ' Spanish - case "fi_fi", "fi-fi", "fi" : ConvertLanguage2 = 35 ' Finnish - case "hu_hu", "hu-hu", "hu" : ConvertLanguage2 = 36 ' Hungaria - case "ca_ad", "ca-ad", "ca" : ConvertLanguage2 = 37 ' Catalan - case "it_it", "it-it", "it" : ConvertLanguage2 = 39 ' Italian - case "cs_cz", "cs-cz", "cs" : ConvertLanguage2 = 42 ' Czech - case "sk_sk", "sk-sk", "sk" : ConvertLanguage2 = 43 ' Slowak - case "en_gb", "en-gb" : ConvertLanguage2 = 44 ' English (GB) - case "da_dk", "da-dk", "da" : ConvertLanguage2 = 45 ' Danish - case "sv_se", "sv-se", "sv" : ConvertLanguage2 = 46 ' Swedish - case "no_no", "no-no", "no" : ConvertLanguage2 = 47 ' Norwegian - case "pl_pl", "pl-pl", "pl" : ConvertLanguage2 = 48 ' Polish - case "de_de", "de-de", "de" : ConvertLanguage2 = 49 ' German - case "sr_rs", "sr_rs", "sr" : ConvertLanguage2 = 51 ' Serbian (Cyrillic) - case "sh_rs", "sh_rs", "sh" : ConvertLanguage2 = 52 ' Serbian (Latin) - case "pt_br", "pt-br", "br" : ConvertLanguage2 = 55 ' Portuguese (Brazil) - case "th_th", "th-th", "th" : ConvertLanguage2 = 66 ' Thai - case "ja_jp", "ja-jp", "ja" : ConvertLanguage2 = 81 ' Japanese - case "ko_kr", "ko-kr", "ko" : ConvertLanguage2 = 82 ' Korean - case "vi_vi", "vi_vi", "vi" : ConvertLanguage2 = 84 ' Vietnamese - case "zh_cn", "zh-cn", "zh" : ConvertLanguage2 = 86 ' Chinese (simplified) - case "zh_tw", "zh-tw" : ConvertLanguage2 = 88 ' Chinese (traditional) - case "tr_tr", "tr-tr", "tr" : ConvertLanguage2 = 90 ' Turkish - case "hi_in", "hi-in", "hi" : ConvertLanguage2 = 91 ' Hindi - case "ar_ar", "ar-ar", "ar" : ConvertLanguage2 = 96 ' Arabic - case "he_he", "he-he", "he" : ConvertLanguage2 = 97 ' Hebrew - case "sl_si", "sl-si", "sl" : ConvertLanguage2 = 386 - case "zz_zz", "zz-zz", "zz" : ConvertLanguage2 = 01 ' unknown - case else : - if isMissing (bExact) then - printlog "iniinfo.inc::ConvertLanguage2(): Unknown systemlanguage '" & sSprache & "'!" - printlog "Default will be set to 01!" - ConvertLanguage2 = 01 - else - printlog "iniinfo.inc::ConvertLanguage2(): Unknown systemlanguage '" & sSprache & "'!" - if bExact = TRUE then - printlog "Default will be set to 00!" - ConvertLanguage2 = 00 - end if - end if - end select -======= '/// Sets the international language code for the international language shortcut. '/// optional bExact: If language not available, 'shut up' and return '0' select case lCase ( sSprache ) @@ -658,7 +482,6 @@ function ConvertLanguage2 ( sSprache as String, optional bExact ) as Integer end if end if end select ->>>>>>> other end function '------------------------------------------------------------------------- @@ -666,46 +489,6 @@ end function function ConvertCodeToLanguage ( sSprache as String ) as Integer '/// Converts the old language code to international language code -<<<<<<< local - select case lCase ( sSprache ) - case "1033" : ConvertCodeToLanguage = 01 ' English (USA) - case "2070" : ConvertCodeToLanguage = 03 ' Portuguese - case "1049" : ConvertCodeToLanguage = 07 ' Russian - case "1032" : ConvertCodeToLanguage = 30 ' Greek - case "1043" : ConvertCodeToLanguage = 31 ' Dutch - case "1036" : ConvertCodeToLanguage = 33 ' French - case "3082" : ConvertCodeToLanguage = 34 ' Spanish - case "1034" : ConvertCodeToLanguage = 34 ' Spanish - case "1035" : ConvertCodeToLanguage = 35 ' Finnish - case "1038" : ConvertCodeToLanguage = 36 ' Hungaria - case "2099" : ConvertCodeToLanguage = 37 ' Catalan - case "1040" : ConvertCodeToLanguage = 39 ' Italian - case "1029" : ConvertCodeToLanguage = 42 ' Czech - case "1051" : ConvertCodeToLanguage = 43 ' Slowak - case "2057" : ConvertCodeToLanguage = 44 ' English (GB) - case "1030" : ConvertCodeToLanguage = 45 ' Danish - case "1053" : ConvertCodeToLanguage = 46 ' Swedish - case "2047" : ConvertCodeToLanguage = 47 ' Norwegian - case "1045" : ConvertCodeToLanguage = 48 ' Polish - case "1031" : ConvertCodeToLanguage = 49 ' German - case " " : ConvertCodeToLanguage = 55 ' Portuguese (Brazil) - case "3098" : ConvertCodeToLanguage = 51 ' Serbian (Cyriliic) - case "2074" : ConvertCodeToLanguage = 52 ' Serbian (Latin) - case " " : ConvertCodeToLanguage = 66 ' Thai - case "1041" : ConvertCodeToLanguage = 81 ' Japanese - case "1042" : ConvertCodeToLanguage = 82 ' Korean - case "1066" : ConvertCodeToLanguage = 84 ' Vietnamese - case "2052" : ConvertCodeToLanguage = 86 ' Chinese (simplified) - case "1028" : ConvertCodeToLanguage = 88 ' Chinese (traditional) - case "1055" : ConvertCodeToLanguage = 90 ' Turkish - ' case " " : ConvertCodeToLanguage = 91 ' Hindi - case "1025" : ConvertCodeToLanguage = 96 ' Arabic - ' case " " : ConvertCodeToLanguage = 97 ' Hebrew - case "1060" : ConvertCodeToLanguage = 386 ' Slovenian - case else : printlog "iniinfo.inc::ConvertCodeToLanguage(): Num. Code could not be detect or is unknown and will be set to 01 (English (USA))!" - ConvertCodeToLanguage = 01 - end select -======= select case lCase ( sSprache ) case "1033" : ConvertCodeToLanguage = 01 ' English (USA) case "2070" : ConvertCodeToLanguage = 03 ' Portuguese @@ -744,7 +527,6 @@ function ConvertCodeToLanguage ( sSprache as String ) as Integer case else : printlog "iniinfo.inc::ConvertCodeToLanguage(): Num. Code could not be detect or is unknown and will be set to 01 (English (USA))!" ConvertCodeToLanguage = 01 end select ->>>>>>> other end function '------------------------------------------------------------------------- -- cgit From 3352e5bd4f5d1f797505d4738995018c4ec320fc Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 20 Apr 2010 10:37:35 +0200 Subject: vitomation01: #i109562 - simplified iniinfo.inc again by using byval parameter modifier instead of explicitly creating a copy of the parameter string in hStringReplaceChar() --- testautomation/global/system/includes/iniinfo.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 1052113000a7..552102588405 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -248,19 +248,20 @@ end function '------------------------------------------------------------------------- function ConvertPath( sPath as string ) as string + if ( getPathSeparator = "/" ) then ConvertPath() = hStringReplaceChar( sPath, "\", "/" ) else ConvertPath() = hStringReplaceChar( sPath, "/", "\" ) endif + end function '------------------------------------------------------------------------------- -function hStringReplaceChar( cString as string, old_char as string, new_char as string ) as string +function hStringReplaceChar( byval myString as string, old_char as string, new_char as string ) as string dim iChar as integer - dim myString as string : myString = cString for iChar = 1 to len( myString ) if ( mid( myString, iChar, 1 ) = old_char ) then mid( myString, iChar, 1, new_char ) next iChar -- cgit From 6c40087e01f3e5f06c3009f481c064569e9650a5 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 20 Apr 2010 11:28:12 +0200 Subject: vitomation01: #i111009 - Move tScripting to required tests as requested by HDE --- .../framework/optional/f_scripting_basics.bas | 54 ---------------- .../optional/includes/scripting_basics.inc | 73 --------------------- .../framework/required/f_script_organizers.bas | 4 +- .../required/includes/script_organizers.inc | 4 +- .../required/includes/scripting_basics.inc | 74 ++++++++++++++++++++++ 5 files changed, 80 insertions(+), 129 deletions(-) delete mode 100755 testautomation/framework/optional/f_scripting_basics.bas delete mode 100755 testautomation/framework/optional/includes/scripting_basics.inc create mode 100755 testautomation/framework/required/includes/scripting_basics.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_scripting_basics.bas b/testautomation/framework/optional/f_scripting_basics.bas deleted file mode 100755 index 444544251aa0..000000000000 --- a/testautomation/framework/optional/f_scripting_basics.bas +++ /dev/null @@ -1,54 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Quick tests for the scripting framework -'* -'\****************************************************************************** - -sub main - - use "framework\optional\includes\scripting_basics.inc" - - call hStatusIn( "framework" , "f_scripting_basics.bas" ) - call tScripting() - call hStatusOut() - -end sub - -'------------------------------------------------------------------------- - -sub LoadIncludeFiles - - use "global\system\includes\master.inc" - use "global\system\includes\gvariabl.inc" - - gApplication = "WRITER" - call GetUseFiles() - -end sub diff --git a/testautomation/framework/optional/includes/scripting_basics.inc b/testautomation/framework/optional/includes/scripting_basics.inc deleted file mode 100755 index 879597852d98..000000000000 --- a/testautomation/framework/optional/includes/scripting_basics.inc +++ /dev/null @@ -1,73 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Quick short test for the scripting framework -'* -'\****************************************************************************** - -testcase tScripting - - - const ORGANIZER_ITEMS = 2 - - hFileCloseAll() - - ToolsMacrosOrganizeMacrosBeanShell - - Kontext "ScriptOrganizer" - if ( ScriptOrganizer.exists( 5 ) ) then - printlog( "Beanshell Script Organizer is present. Good" ) - if ( ScriptTreeList.getItemCount() <> ORGANIZER_ITEMS ) then - warnlog( "The Treelist does not contain the expected number " & _ - "of items. Please verify that exactly three top-nodes exist" ) - endif - ScriptOrganizer.cancel() - else - warnlog( "Script Organizer for Beanshell is missing" ) - endif - - ToolsMacrosOrganizeMacrosJavaScript - - Kontext "ScriptOrganizer" - if ( ScriptOrganizer.exists( 5 ) ) then - printlog( "JavaScript Script Organizer is present. Good" ) - if ( ScriptTreeList.getItemCount() <> ORGANIZER_ITEMS ) then - warnlog( "The Treelist does not contain the expected number " & _ - "of items. Please verify that exactly three top-nodes exist" ) - endif - ScriptOrganizer.cancel() - else - warnlog( "Script Organizer for JavaScript is missing" ) - endif - - -endcase - - - diff --git a/testautomation/framework/required/f_script_organizers.bas b/testautomation/framework/required/f_script_organizers.bas index 5d0a1e8d3b91..cdf5018d3374 100755 --- a/testautomation/framework/required/f_script_organizers.bas +++ b/testautomation/framework/required/f_script_organizers.bas @@ -33,10 +33,12 @@ sub main + use "framework\required\includes\scripting_basics.inc" use "framework\required\includes\script_organizers.inc" call hStatusIn( "framework" , "f_script_organizers.bas" ) - call tUpdtScriptCount() + call tScripting() ' script organizer nodes if no documents are open + call tUpdtScriptCount() ' script organizer nodes with one open document call hStatusOut() end sub diff --git a/testautomation/framework/required/includes/script_organizers.inc b/testautomation/framework/required/includes/script_organizers.inc index a84750dd1922..ac874decdc6e 100755 --- a/testautomation/framework/required/includes/script_organizers.inc +++ b/testautomation/framework/required/includes/script_organizers.inc @@ -36,10 +36,12 @@ testcase tUpdtScriptCount printlog( "Resource test for macros and scripts / related dialogs" ) const SCRIPTING_DIALOGS = 5 + dim aScriptCount( SCRIPTING_DIALOGS ) aScriptCount( 1 ) = 10 aScriptCount( 2 ) = 14 - aScriptCount( 3 ) = 10 + aScriptCount( 3 ) = 10 + if ( gOOo ) then aScriptCount( 4 ) = 585 aScriptCount( 5 ) = 601 diff --git a/testautomation/framework/required/includes/scripting_basics.inc b/testautomation/framework/required/includes/scripting_basics.inc new file mode 100755 index 000000000000..d5377c4873bd --- /dev/null +++ b/testautomation/framework/required/includes/scripting_basics.inc @@ -0,0 +1,74 @@ +'encoding UTF-8 Do not remove or change this line! +'************************************************************************** +' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +' +' Copyright 2000, 2010 Oracle and/or its affiliates. +' +' OpenOffice.org - a multi-platform office productivity suite +' +' This file is part of OpenOffice.org. +' +' OpenOffice.org is free software: you can redistribute it and/or modify +' it under the terms of the GNU Lesser General Public License version 3 +' only, as published by the Free Software Foundation. +' +' OpenOffice.org is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU Lesser General Public License version 3 for more details +' (a copy is included in the LICENSE file that accompanied this code). +' +' You should have received a copy of the GNU Lesser General Public License +' version 3 along with OpenOffice.org. If not, see +' +' for a copy of the LGPLv3 License. +' +'/************************************************************************ +'* +'* owner : joerg.skottke@sun.com +'* +'* short description : Quick short test for the scripting framework +'* +'\****************************************************************************** + +testcase tScripting + + printlog( "Verify that the nodes and are present" ) + + const ORGANIZER_ITEMS = 2 + const MAX_DIALOG_DELAY = 5 + + hFileCloseAll() + + ToolsMacrosOrganizeMacrosBeanShell + + Kontext "ScriptOrganizer" + if ( ScriptOrganizer.exists( MAX_DIALOG_DELAY ) ) then + printlog( "Beanshell Script Organizer is present. Good" ) + if ( ScriptTreeList.getItemCount() <> ORGANIZER_ITEMS ) then + warnlog( "The Treelist does not contain the expected number " & _ + "of items. Please verify that exactly " & ORGANIZER_ITEMS & " top-nodes exist" ) + endif + hCloseDialog( ScriptOrganizer, "cancel" ) + else + warnlog( "Script Organizer for Beanshell is missing" ) + endif + + ToolsMacrosOrganizeMacrosJavaScript + + Kontext "ScriptOrganizer" + if ( ScriptOrganizer.exists( MAX_DIALOG_DELAY ) ) then + printlog( "JavaScript Script Organizer is present. Good" ) + if ( ScriptTreeList.getItemCount() <> ORGANIZER_ITEMS ) then + warnlog( "The Treelist does not contain the expected number " & _ + "of items. Please verify that exactly " & ORGANIZER_ITEMS & " top-nodes exist" ) + endif + hCloseDialog( ScriptOrganizer, "cancel" ) + else + warnlog( "Script Organizer for JavaScript is missing" ) + endif + +endcase + + + -- cgit From 86b11ad7b6c61fc559c286d28b91ef10102e2c5c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 21 Apr 2010 08:43:53 +0200 Subject: vitomation01: Experiment - full rewrite of sMakeDocumentEditable() --- .../global/tools/includes/required/t_doc2.inc | 129 ++++++++------------- testautomation/writer/required/includes/w_007_.inc | 12 +- 2 files changed, 56 insertions(+), 85 deletions(-) mode change 100644 => 100755 testautomation/writer/required/includes/w_007_.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 160de6dedff4..93ccbeb243fb 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -115,93 +115,66 @@ end sub ' function sMakeReadOnlyDocumentEditable() as boolean - ' Function returns TRUE if document has been made editable and FALSE if - ' no action was required (that is: Document was not read-only) + ' Switch a write protected document to edit mode. + + const CFN = "sMakeReadOnlyDocumentEditable(): " + + ' Timings + const MAX_RETRIES = 5 + const MAX_DELAY = 500 + const MAX_DIALOG_DELAY = 2 + + ' States + const ITEM_STATE = 2 + const BUTTON_RELEASED = 0 + const BUTTON_PRESSED = 1 dim iTry as integer - dim iWait as integer - dim rc as integer - const CFN = "sMakeReadOnlyDocumentEditable::" - - if ( GVERBOSE ) then printlog( CFN & "Making document editable (create a copy) if it is readonly" ) - - ' We still run into synchronization problems with the "Make document editable" feature - ' because we do not know when this button becomes available and ready for use: The - ' document has to be loaded, then we have to wait for the toolbar to get populated. - ' One thing appears to work though: Try to execute the slot using hUseAsyncSlot. - ' This is a little bit tricky because the state of the document is altered but if - ' the slot has been executed once we know for sure that the button on the toolbar is - ' available and can check its state and - if need be - change the document state back. - - ' ========== Workaround begin ========== - hUseAsyncSlot( "EditDoc" ) + + kontext "StandardBar" + for iTry = 1 to MAX_RETRIES + wait( MAX_DELAY ) + try + if ( Bearbeiten.getState( ITEM_STATE ) = BUTTON_RELEASED ) then + Bearbeiten.click() + exit for + endif + catch + printlog( CFN & "Failed to switch to edit mode, retrying..." ) + endcatch + next iTry + kontext "Active" - if ( Active.exists() ) then - if ( GVERBOSE ) then printlog( "Handling create copy message" ) - Active.yes() - wait( 1000 ) - endif - ' ========== Workaround end ========== - Kontext "Standardbar" - iWait = 0 - Do - if ( Bearbeiten.IsEnabled() ) then - try - if Bearbeiten.getState( 2 ) = 0 then - exit do - endif - catch - if ( VERBOSE ) then printlog "Attempt " & iWait & " to make document readable failed" - iWait = iWait + 1 - wait ( 1000 ) - endcatch + if ( Active.exists( MAX_DIALOG_DELAY ) ) then + kontext "Active" + if ( hCloseDialog( Active, "yes" ) ) then + ' This is the expected "Use copy" message else - if ( VERBOSE ) then printlog "Attempt " & iWait & " to make document readable failed" - iWait = iWait + 1 - wait ( 1000 ) - end if - if iWait >= 5 then exit do - Loop - - if ( Bearbeiten.IsEnabled() ) then - - if ( Bearbeiten.getState( 2 ) = 0 ) then - - rc = hUseAsyncSlot("editdoc") + ' This is most likely the "Object not found" message (which is a bug) + printlog( CFN & Active.getText() ) + hCloseDialog( Active, "ok" ) + warnlog( CFN & "Errormessage closed with " ) + endif + endif - if ( rc >= 0 ) then - for iTry = 1 to 2 - - - Kontext "Active" - if ( Active.exists( 5 ) ) then - - printlog( CFN & "Messagebox: " & Active.getText() ) - - try - if ( GVERBOSE ) then printlog( CFN & "Document was read-only. A copy will be used." ) - Active.Yes() - if ( GVERBOSE ) then printlog( CFN & "Closed 'use copy' message" ) - catch - if ( GVERBOSE ) then printlog( CFN & "Probing for unexpected messagebox..." ) - active.ok() - qaerrorlog( "#i100701 - Object not found message" ) - endcatch - else - printlog( CFN & "No messagebox informing about a copy being used" ) - endif - sMakeReadOnlyDocumentEditable() = TRUE - next iTry + try + kontext "StandardBar" + if ( Bearbeiten.isEnabled() ) then + if ( Bearbeiten.getState( ITEM_STATE ) = BUTTON_PRESSED ) then + printlog( "Document already is in edit-mode (Edit button pressed)" ) + sMakeReadOnlyDocumentEditable() = true else - printlog( CFN & "Document appears to be editable" ) + warnlog( CFN & "Document is still in view-mode (Mode switch failed)" ) + sMakeReadOnlyDocumentEditable() = false endif else - if ( GVERBOSE ) then printlog( CFN & "Button is pressed, document is editable" ) - sMakeReadOnlyDocumentEditable() = FALSE + printlog( "Document has been switched to edit-mode (Edit button disabled, using copy)" ) + sMakeReadOnlyDocumentEditable() = true endif - else - if ( GVERBOSE ) then printlog( CFN & "Control is not enabled" ) - endif + catch + warnlog( CFN & "Failed to retrieve status for Edit button" ) + sMakeReadOnlyDocumentEditable() = false + endcatch end function ' diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc old mode 100644 new mode 100755 index 3a93dfae45db..36e02813c87d --- a/testautomation/writer/required/includes/w_007_.inc +++ b/testautomation/writer/required/includes/w_007_.inc @@ -125,7 +125,7 @@ testcase tToolsSpellcheck if Active.exists then if Active.GetRT = 304 then Active.Ok Warnlog "Dialog 'Spellcheck' not up!" - Call hCloseDocument + hFileCloseAll() goto endsub end if catch @@ -204,9 +204,8 @@ testcase tToolsSpellcheck Spellcheck.Close wait 500 PrintLog "Close active documents" - Do Until GetDocumentCount = 0 - Call hCloseDocument - Loop + hFileCloseAll() + endcase ' ------------------------------------------- @@ -299,9 +298,8 @@ testcase tToolsThesaurus printlog " Close 'Thesaurus' dialog" Thesaurus.Cancel PrintLog "Close active documents" - Do Until GetDocumentCount = 0 - Call hCloseDocument - Loop + hFileCloseAll() + endcase ' ------------------------------------------- -- cgit From 2e3956ed220c272c9b6a2e75d729c508d273c97d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 21 Apr 2010 11:11:44 +0200 Subject: vitomation01: Experimental change to sMakeReadOnlyDocumentEditable() --- testautomation/global/tools/includes/required/t_doc2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 93ccbeb243fb..d88bab198640 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -133,7 +133,6 @@ function sMakeReadOnlyDocumentEditable() as boolean kontext "StandardBar" for iTry = 1 to MAX_RETRIES - wait( MAX_DELAY ) try if ( Bearbeiten.getState( ITEM_STATE ) = BUTTON_RELEASED ) then Bearbeiten.click() @@ -142,6 +141,7 @@ function sMakeReadOnlyDocumentEditable() as boolean catch printlog( CFN & "Failed to switch to edit mode, retrying..." ) endcatch + wait( MAX_DELAY ) next iTry kontext "Active" -- cgit From 88d3dd86266054828294f5e7b4f408f2b4ceb364 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 21 Apr 2010 12:10:23 +0200 Subject: vitomation01: Experimental change to sMakeReadOnlyDocumentEditable(), added waitslot for slower machines --- testautomation/global/tools/includes/required/t_doc2.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index d88bab198640..5d327baffa7b 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -116,7 +116,6 @@ end sub function sMakeReadOnlyDocumentEditable() as boolean ' Switch a write protected document to edit mode. - const CFN = "sMakeReadOnlyDocumentEditable(): " ' Timings @@ -131,6 +130,7 @@ function sMakeReadOnlyDocumentEditable() as boolean dim iTry as integer + ' Try to click the Edit-Button on the Standardbar kontext "StandardBar" for iTry = 1 to MAX_RETRIES try @@ -144,11 +144,12 @@ function sMakeReadOnlyDocumentEditable() as boolean wait( MAX_DELAY ) next iTry + ' Probe for messageboxes, the "Use copy" message is allowed, all others are not kontext "Active" if ( Active.exists( MAX_DIALOG_DELAY ) ) then kontext "Active" if ( hCloseDialog( Active, "yes" ) ) then - ' This is the expected "Use copy" message + ' This is the expected/allowed "Use copy" message else ' This is most likely the "Object not found" message (which is a bug) printlog( CFN & Active.getText() ) @@ -157,6 +158,9 @@ function sMakeReadOnlyDocumentEditable() as boolean endif endif + WaitSlot( MAX_DELAY * 10 ) ' Let the document switch mode + + ' Verify the state of the Edit-Button, it must be either disabled or pressed. try kontext "StandardBar" if ( Bearbeiten.isEnabled() ) then -- cgit From 20bce675b64747afc675970f611190f3cea0652c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 21 Apr 2010 12:47:43 +0200 Subject: vitomation01: #i108621 - re-enabled two tests that had unjustified qaerrorlogs --- testautomation/writer/required/includes/w_001_.inc | 6 ------ 1 file changed, 6 deletions(-) mode change 100644 => 100755 testautomation/writer/required/includes/w_001_.inc (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_001_.inc b/testautomation/writer/required/includes/w_001_.inc old mode 100644 new mode 100755 index 24292afc4a2a..99c434be4863 --- a/testautomation/writer/required/includes/w_001_.inc +++ b/testautomation/writer/required/includes/w_001_.inc @@ -55,9 +55,6 @@ end sub testcase tFileNewLabels -QAErrorLog "#i102218# - tFileNewLabels outcommented due to bug." -goto endsub - Dim iSheetFormat as integer Dim iBrandIndex as integer Dim iType as integer @@ -247,9 +244,6 @@ endcase testcase tFileNewBusinessCards -QAErrorLog "#i102218# - tFileNewBusinessCards outcommented due to bug." -goto endsub - Dim iFormat as integer Dim iBrand as integer Dim iType as integer -- cgit From ef6c1a43cdb788cdb4195fd89100e24f3bbc806f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 21 Apr 2010 12:53:19 +0200 Subject: vitomation01: Experiment - introduce more dynamic delays for slower machines to sMakeReadOnlyDocumentEditable --- testautomation/global/tools/includes/required/t_doc2.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 5d327baffa7b..488fd23a40a1 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -130,6 +130,8 @@ function sMakeReadOnlyDocumentEditable() as boolean dim iTry as integer + WaitSlot( MAX_DELAY * 10 ) ' Let all running slots finish + ' Try to click the Edit-Button on the Standardbar kontext "StandardBar" for iTry = 1 to MAX_RETRIES @@ -137,6 +139,8 @@ function sMakeReadOnlyDocumentEditable() as boolean if ( Bearbeiten.getState( ITEM_STATE ) = BUTTON_RELEASED ) then Bearbeiten.click() exit for + else + printlog( CFN & "Failed to switch to edit mode, button has incorrect state" ) endif catch printlog( CFN & "Failed to switch to edit mode, retrying..." ) -- cgit From 87163b519d3380f972851cef33810b26a2535cb0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 21 Apr 2010 13:49:55 +0200 Subject: vitomation01: #i108387 - Force checkin with DOS CR/LF line terminators --- .../graphics/optional/includes/impress/im_007_.inc | 1108 ++++++++++---------- testautomation/tools/run_tests/run_tests.vbs | 46 +- 2 files changed, 577 insertions(+), 577 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/impress/im_007_.inc b/testautomation/graphics/optional/includes/impress/im_007_.inc index fcd80a8d8f5a..15c9e8609b5d 100644 --- a/testautomation/graphics/optional/includes/impress/im_007_.inc +++ b/testautomation/graphics/optional/includes/impress/im_007_.inc @@ -33,52 +33,52 @@ ' this menue is only in impress availble testcase tSlideShowSlideShow -'/// open application ///' - Call hNewDocument -'/// Slide Show->Slide Show Settings ///' + '/// open application ///' + Call hNewDocument + '/// Slide Show->Slide Show Settings ///' SlideShowPresentationSettings - Kontext "Bildschirmpraesentation" - '/// check if 'type' 'default' is checked, it has to be the default !///' - if standard.IsChecked then - if LogoAnzeigen.isEnabled then - Warnlog "'Show Logo' is Enabled :-(" - endif - else - Warnlog "type 'default' is not checked as default :-(" - endif - '/// check checkbox 'Window' ///' - Fenster.Check - Printlog "- Presentation in window mode is checked" - '/// close dialog with OK 'Slide Show' ///' + Kontext "Bildschirmpraesentation" + '/// check if 'type' 'default' is checked, it has to be the default !///' + if standard.IsChecked then + if LogoAnzeigen.isEnabled then + Warnlog "'Show Logo' is Enabled :-(" + endif + else + Warnlog "type 'default' is not checked as default :-(" + endif + '/// check checkbox 'Window' ///' + Fenster.Check + Printlog "- Presentation in window mode is checked" + '/// close dialog with OK 'Slide Show' ///' Bildschirmpraesentation.Ok sleep 3 -'/// Slide Show->Slide Show ///' + '/// Slide Show->Slide Show ///' SlideShowSlideshow Sleep 5 try - Kontext "DocumentPresentation" - sleep 3 -'/// Press to leave presentation mode ///' - DocumentPresentation.Typekeys ("") - Sleep 3 - Kontext "DocumentImpress" - DocumentImpress.MouseDoubleClick ( 50, 50 ) - Sleep 3 + Kontext "DocumentPresentation" + sleep 3 + '/// Press to leave presentation mode ///' + DocumentPresentation.Typekeys ("") + Sleep 3 + Kontext "DocumentImpress" + DocumentImpress.MouseDoubleClick ( 50, 50 ) + Sleep 3 catch -' FileClose - warnlog "had to catch :-( " -' Kontext "Messagebox" -' if Messagebox.Exists (5) Then Messagebox.No -' Kontext -' sleep (12) -' start sAppExe$ -' sleep (6) -' Kontext -' if Office.Exists(2) then Resetapplication -' Warnlog "Slide didn't end, application wasn't in document edit mode" + ' FileClose + warnlog "had to catch :-( " + ' Kontext "Messagebox" + ' if Messagebox.Exists (5) Then Messagebox.No + ' Kontext + ' sleep (12) + ' start sAppExe$ + ' sleep (6) + ' Kontext + ' if Office.Exists(2) then Resetapplication + ' Warnlog "Slide didn't end, application wasn't in document edit mode" endcatch -'/// close application ///' - Call hCloseDocument + '/// close application ///' + Call hCloseDocument endcase testcase tSlideShowRehearseTimings @@ -97,157 +97,157 @@ testcase tSlideShowRehearseTimings sleep 2 Kontext "DocumentPresentation" '/// Press to leave presentation mode ///' - if DocumentPresentation.Exists (5) then - DocumentPresentation.Typekeys ("") - else - Warnlog "SlideShowRehearseTimings mode not accessible" - endif - Sleep 3 - if DocumentPresentation.Exists then ' the kontext hasnt to be available, else ERROR - DocumentPresentation.TypeKeys "" ' => I mustn't be here ever ! - Warnlog "- Slide show mode should have ended" - else - printlog "SlideShowRehearseTimings mode not accessible :-) " - end if - sleep 3 - try - Kontext "DocumentImpress" - DocumentImpress.MouseDoubleClick ( 50, 50 ) + if DocumentPresentation.Exists (5) then + DocumentPresentation.Typekeys ("") + else + Warnlog "SlideShowRehearseTimings mode not accessible" + endif + Sleep 3 + if DocumentPresentation.Exists then ' the kontext hasnt to be available, else ERROR + DocumentPresentation.TypeKeys "" ' => I mustn't be here ever ! + Warnlog "- Slide show mode should have ended" + else + printlog "SlideShowRehearseTimings mode not accessible :-) " + end if + sleep 3 + try + Kontext "DocumentImpress" + DocumentImpress.MouseDoubleClick ( 50, 50 ) - sleep 3 - catch - warnlog "Had to catch :-( " - endcatch + sleep 3 + catch + warnlog "Had to catch :-( " + endcatch sleep 3 -'/// close application ///' - Call hCloseDocument + '/// close application ///' + Call hCloseDocument endcase testcase tSlideShowSlideShowSettings -'/// open application ///' - Call hNewDocument - sleep 2 -'/// Slide Show->Slide Show Settings ///' - SlideShowPresentationSettings - Kontext "Bildschirmpraesentation" - call Dialogtest (Bildschirmpraesentation) - '/// check checkbox in section 'Range' - 'From: ///' - AbDia.Check - '/// select the 3rd item from the top from listbox 'From:' ///' - AbDiaName.GetSelText - '/// check checkbox 'All Slides' ///' - AlleDias.Check -'///' RangeCustomSlideShow ' gets tested in tSlideShowCustomSlideShow ///' -' IndividuellePraesentationName - '/// check checkbox 'window' ///' - Fenster.Check - '/// check checkbox 'default' ///' - Standard.Check - '/// check check box 'Auto' -> implies looping of slideshow in fullscreen mode ///' - Auto.Check - '/// set duration of pause to '00:00:05' ///' - Zeit.GetText - '/// check check box 'Show logo' ///' - LogoAnzeigen.Check - '/// check checkbox 'Change slides maually' ///' - DiawechselManuel.Check - '/// check checkbox 'Mouse pointer as pen' ///' - MauszeigerAlsStift.Check - '/// UNcheck checkbox 'Mouse pointer visible' ///' - MauszeigerSichtbar.UnCheck - '/// check checkbox 'Navigator visible' ///' - NavigatorSichtbar.Check - '/// UNcheck checkbox 'animations allowed' ///' - AnimationenZulassen.UnCheck - '/// UNcheck checkbox 'Change slides by clicking on background' ///' - DiaWechselAufHintergrund.UnCheck - '/// check checkbox 'Presentation always on top' ///' - PraesentationImmerImVordergrund.Check - '/// cancel dialog 'Slide Show' ///' - Bildschirmpraesentation.Cancel -'/// close application ///' - Call hCloseDocument + '/// open application ///' + Call hNewDocument + sleep 2 + '/// Slide Show->Slide Show Settings ///' + SlideShowPresentationSettings + Kontext "Bildschirmpraesentation" + call Dialogtest (Bildschirmpraesentation) + '/// check checkbox in section 'Range' - 'From: ///' + AbDia.Check + '/// select the 3rd item from the top from listbox 'From:' ///' + AbDiaName.GetSelText + '/// check checkbox 'All Slides' ///' + AlleDias.Check + '///' RangeCustomSlideShow ' gets tested in tSlideShowCustomSlideShow ///' + ' IndividuellePraesentationName + '/// check checkbox 'window' ///' + Fenster.Check + '/// check checkbox 'default' ///' + Standard.Check + '/// check check box 'Auto' -> implies looping of slideshow in fullscreen mode ///' + Auto.Check + '/// set duration of pause to '00:00:05' ///' + Zeit.GetText + '/// check check box 'Show logo' ///' + LogoAnzeigen.Check + '/// check checkbox 'Change slides maually' ///' + DiawechselManuel.Check + '/// check checkbox 'Mouse pointer as pen' ///' + MauszeigerAlsStift.Check + '/// UNcheck checkbox 'Mouse pointer visible' ///' + MauszeigerSichtbar.UnCheck + '/// check checkbox 'Navigator visible' ///' + NavigatorSichtbar.Check + '/// UNcheck checkbox 'animations allowed' ///' + AnimationenZulassen.UnCheck + '/// UNcheck checkbox 'Change slides by clicking on background' ///' + DiaWechselAufHintergrund.UnCheck + '/// check checkbox 'Presentation always on top' ///' + PraesentationImmerImVordergrund.Check + '/// cancel dialog 'Slide Show' ///' + Bildschirmpraesentation.Cancel + '/// close application ///' + Call hCloseDocument endcase testcase tSlideShowCustomSlideShow - '/// open application ///' - Call hNewDocument - sleep 2 - '/// Slide Show->Custom Slide Show ///' - SlideShowCustomSlideshow - Kontext "IndividuellePraesentation" - call Dialogtest (IndividuellePraesentation) - '/// click button 'New' ///' - Neu.Click - Kontext "IndividuellePraesentationDefinieren" - Call DialogTest (IndividuellePraesentationDefinieren) - '/// select the first entry in the list 'Existing Slides' ///' - SeitenPraesentation.Select 1 - '/// click button '>>' ///' - Hinzufuegen.Click - '/// close dialog 'Define Custom Slide Show' with OK ///' - IndividuellePraesentationDefinieren.OK - Kontext "IndividuellePraesentation" - '/// click button 'Copy' ///' - Kopieren.Click - '/// click button 'Delete' ///' - Loeschen.Click - '/// click button 'Edit' ///' - Bearbeiten.Click - Kontext "IndividuellePraesentationDefinieren" - '/// select 1st entry in the list 'Selected Slides' ///' - SelectedSlides.Select 1 - '/// click button '<<' ///' - Entfernen.Click - '/// close dialog 'Define Custom Slide Show' with Cancel ///' - IndividuellePraesentationDefinieren.Cancel - Kontext "IndividuellePraesentation" - '/// check checkbox 'Use Custom Slide Show' ///' - IndividuellePraesentationBenutzen.Check - sleep 1 - '///+ UNcheck checkbox 'Use Custom Slide Show' ///' - IndividuellePraesentationBenutzen.UnCheck - '/// click button 'Start...' ///' - Starten.Click - sleep 5 - '/// press key [space] 2 times ///' - kontext "DocumentPresentation" - DocumentPresentation.TypeKeys "" - sleep 1 - DocumentPresentation.TypeKeys "" - sleep 1 - '/// close dialog 'Custom Slide Shows' ///' -' IndividuellePraesentation.Close ' slide show ends dialog ! - '/// Slide Show->Slide Show Settings ///' - try - SlideShowPresentationSettings - catch - warnlog "Presentation did not end :-(" - DocumentPresentation.TypeKeys "" - endcatch - Kontext "Bildschirmpraesentation" - if Bildschirmpraesentation.exists (5) then - '/// check checkbox 'Custom Slide Show' ///' - RangeCustomSlideShow.Check - printlog "check: '" + IndividuellePraesentationName.GetSelText + "'" - '/// cancel dialog 'Slide Show' ///' - Bildschirmpraesentation.Cancel - else - warnlog "Dialog not open? SlideShowPresentationSettings" - endif - '/// Slide Show->Custom Slide Show ///' - SlideShowCustomSlideshow - Kontext "IndividuellePraesentation" - if (IndividuellePraesentation.exists (5)) then - '/// click button 'Delete' ///' - Loeschen.Click - '/// close dialog 'Custom Slide Shows' ///' - IndividuellePraesentation.Close - else - warnlog "Dialog not open? SlideShowCustomSlideshow" - endif - '/// close application ///' - Call hCloseDocument + '/// open application ///' + Call hNewDocument + sleep 2 + '/// Slide Show->Custom Slide Show ///' + SlideShowCustomSlideshow + Kontext "IndividuellePraesentation" + call Dialogtest (IndividuellePraesentation) + '/// click button 'New' ///' + Neu.Click + Kontext "IndividuellePraesentationDefinieren" + Call DialogTest (IndividuellePraesentationDefinieren) + '/// select the first entry in the list 'Existing Slides' ///' + SeitenPraesentation.Select 1 + '/// click button '>>' ///' + Hinzufuegen.Click + '/// close dialog 'Define Custom Slide Show' with OK ///' + IndividuellePraesentationDefinieren.OK + Kontext "IndividuellePraesentation" + '/// click button 'Copy' ///' + Kopieren.Click + '/// click button 'Delete' ///' + Loeschen.Click + '/// click button 'Edit' ///' + Bearbeiten.Click + Kontext "IndividuellePraesentationDefinieren" + '/// select 1st entry in the list 'Selected Slides' ///' + SelectedSlides.Select 1 + '/// click button '<<' ///' + Entfernen.Click + '/// close dialog 'Define Custom Slide Show' with Cancel ///' + IndividuellePraesentationDefinieren.Cancel + Kontext "IndividuellePraesentation" + '/// check checkbox 'Use Custom Slide Show' ///' + IndividuellePraesentationBenutzen.Check + sleep 1 + '///+ UNcheck checkbox 'Use Custom Slide Show' ///' + IndividuellePraesentationBenutzen.UnCheck + '/// click button 'Start...' ///' + Starten.Click + sleep 5 + '/// press key [space] 2 times ///' + kontext "DocumentPresentation" + DocumentPresentation.TypeKeys "" + sleep 1 + DocumentPresentation.TypeKeys "" + sleep 1 + '/// close dialog 'Custom Slide Shows' ///' + ' IndividuellePraesentation.Close ' slide show ends dialog ! + '/// Slide Show->Slide Show Settings ///' + try + SlideShowPresentationSettings + catch + warnlog "Presentation did not end :-(" + DocumentPresentation.TypeKeys "" + endcatch + Kontext "Bildschirmpraesentation" + if Bildschirmpraesentation.exists (5) then + '/// check checkbox 'Custom Slide Show' ///' + RangeCustomSlideShow.Check + printlog "check: '" + IndividuellePraesentationName.GetSelText + "'" + '/// cancel dialog 'Slide Show' ///' + Bildschirmpraesentation.Cancel + else + warnlog "Dialog not open? SlideShowPresentationSettings" + endif + '/// Slide Show->Custom Slide Show ///' + SlideShowCustomSlideshow + Kontext "IndividuellePraesentation" + if (IndividuellePraesentation.exists (5)) then + '/// click button 'Delete' ///' + Loeschen.Click + '/// close dialog 'Custom Slide Shows' ///' + IndividuellePraesentation.Close + else + warnlog "Dialog not open? SlideShowCustomSlideshow" + endif + '/// close application ///' + Call hCloseDocument endcase testcase tSlideShowSlideTransition @@ -266,191 +266,191 @@ testcase tSlideShowSlideTransition sleep 2 '/// The 'Slide Transition' in the right 'Tasks' Pane has to come up ///' Kontext "Tasks" - '/// Select the second entry from teh Listbox 'Applay to selected slides' ///' - TransitionApplyToSelectedSlide.select (2) - sleep 5 ' takes some time, until it is run - Printlog "Count of effects : "+TransitionApplyToSelectedSlide.GetItemCount - Printlog "Count of Speeds : "+TransitionSpeed.GetItemCount - iCount = TransitionSound.GetItemCount - Printlog "Count of Sounds : " + iCount + '/// Select the second entry from teh Listbox 'Applay to selected slides' ///' + TransitionApplyToSelectedSlide.select (2) + sleep 5 ' takes some time, until it is run + Printlog "Count of effects : "+TransitionApplyToSelectedSlide.GetItemCount + Printlog "Count of Speeds : "+TransitionSpeed.GetItemCount + iCount = TransitionSound.GetItemCount + Printlog "Count of Sounds : " + iCount - '/// One Entry of the Listbox 'Sound' is 'Other sound...', select it ///' - TransitionSound.typeKeys "" - i = 0 - for a = 1 to iCount - TransitionSound.select (a) - kontext "OeffnenDlg" - if (OeffnenDlg.exists (5)) then - if (0=i) then - ' remember when dialog came up - i = a - OeffnenDlg.cancel - else - warnlog "File Open Dialog comes up a second time!" - OeffnenDlg.cancel - endif - endif - kontext "Tasks" - ' the Checkbox is disabled on teh first three entries: , ... - if (TransitionLoopUntilNextSound.isEnabled AND (a<4)) then - qaErrorLog "May be Language specific -> Evaluation of TBO; " + a - endif - next a - TransitionSound.select (i) - '/// The dialog 'Open' comes up///' - sleep 1 + '/// One Entry of the Listbox 'Sound' is 'Other sound...', select it ///' + TransitionSound.typeKeys "" + i = 0 + for a = 1 to iCount + TransitionSound.select (a) kontext "OeffnenDlg" if (OeffnenDlg.exists (5)) then - '/// Read all entries in Listbox 'File type' ///' - for i = 1 to Dateityp.getItemCount - printlog "" + i + ":" + Dateityp.getItemText(i) - next i - '/// cancel dialog 'Open' ///' - OeffnenDlg.cancel - else - warnlog "Impress:Tasks Pane:Slide Transition:Sound:Other sound... disdn't bring up teh File Open Dialog!" + if (0=i) then + ' remember when dialog came up + i = a + OeffnenDlg.cancel + else + warnlog "File Open Dialog comes up a second time!" + OeffnenDlg.cancel + endif endif kontext "Tasks" - sleep (2) - '/// check checkbox 'Automatically after' ///' - TransitionAutomaticallyAfter.check - sleep (2) - '/// press key 'Page Up' in box ///' - TransitionAutomaticallyAfterTime.typeKeys "" - sleep 9 - '/// check the standard checkbox 'On mouse click' ///' - TransitionOnMouseClick.check - sleep (2) - '/// press button 'Apply to All Slides' ///' - TransitionApplyToAllSlides.click - sleep (2) - '/// press button 'Play' ///' - TransitionPlay.click - sleep 10 - '/// press button 'Slide Show' ///' - TransitionSlideShow.click - sleep 2 - kontext "DocumentPresentation" - if DocumentPresentation.exists (10) then - printlog "Presentation started :-)" - DocumentPresentation.typeKeys "" - else - warnlog "Impress:Tasks Pane:Slide Transition:Slide Show button doesn't start slideshow!" + ' the Checkbox is disabled on teh first three entries: , ... + if (TransitionLoopUntilNextSound.isEnabled AND (a<4)) then + qaErrorLog "May be Language specific -> Evaluation of TBO; " + a endif - kontext "Tasks" + next a + TransitionSound.select (i) + '/// The dialog 'Open' comes up///' + sleep 1 + kontext "OeffnenDlg" + if (OeffnenDlg.exists (5)) then + '/// Read all entries in Listbox 'File type' ///' + for i = 1 to Dateityp.getItemCount + printlog "" + i + ":" + Dateityp.getItemText(i) + next i + '/// cancel dialog 'Open' ///' + OeffnenDlg.cancel + else + warnlog "Impress:Tasks Pane:Slide Transition:Sound:Other sound... disdn't bring up teh File Open Dialog!" + endif + kontext "Tasks" + sleep (2) + '/// check checkbox 'Automatically after' ///' + TransitionAutomaticallyAfter.check + sleep (2) + '/// press key 'Page Up' in box ///' + TransitionAutomaticallyAfterTime.typeKeys "" + sleep 9 + '/// check the standard checkbox 'On mouse click' ///' + TransitionOnMouseClick.check + sleep (2) + '/// press button 'Apply to All Slides' ///' + TransitionApplyToAllSlides.click + sleep (2) + '/// press button 'Play' ///' + TransitionPlay.click + sleep 10 + '/// press button 'Slide Show' ///' + TransitionSlideShow.click + sleep 2 + kontext "DocumentPresentation" + if DocumentPresentation.exists (10) then + printlog "Presentation started :-)" + DocumentPresentation.typeKeys "" + else + warnlog "Impress:Tasks Pane:Slide Transition:Slide Show button doesn't start slideshow!" + endif + kontext "Tasks" - '/// uncheck and check Checkbox 'Automatic Preview' ///' - '/// default is checked ///' - if (NOT TransitionAutomaticPreview.isChecked) then - warnlog "Impress:Tasks Pane:Slide Transition: Automatic preview has to be checked by default, wasn't!" - endif - sleep (2) - TransitionAutomaticPreview.unCheck - sleep (2) - TransitionAutomaticPreview.Check + '/// uncheck and check Checkbox 'Automatic Preview' ///' + '/// default is checked ///' + if (NOT TransitionAutomaticPreview.isChecked) then + warnlog "Impress:Tasks Pane:Slide Transition: Automatic preview has to be checked by default, wasn't!" + endif + sleep (2) + TransitionAutomaticPreview.unCheck + sleep (2) + TransitionAutomaticPreview.Check '/// close application ///' Call hCloseDocument endcase testcase tSlideShowShowHideSlide -'/// open application ///' - Call hNewDocument -'/// create rectangle ///' - Call hRechteckErstellen ( 10, 10, 20, 40 ) -'/// View->Master View->Slides View ///' - ViewWorkspaceSlidesView - sleep 1 -'/// Slide Show->Hide Slide ///' - SlideShowHideSlide - sleep 1 -'/// Slide Show->Show Slide ///' - SlideShowShowSlide -'/// close application ///' - Call hCloseDocument + '/// open application ///' + Call hNewDocument + '/// create rectangle ///' + Call hRechteckErstellen ( 10, 10, 20, 40 ) + '/// View->Master View->Slides View ///' + ViewWorkspaceSlidesView + sleep 1 + '/// Slide Show->Hide Slide ///' + SlideShowHideSlide + sleep 1 + '/// Slide Show->Show Slide ///' + SlideShowShowSlide + '/// close application ///' + Call hCloseDocument endcase testcase tSlideShowAnimation -'/// open application ///' - Call hNewDocument - sleep 1 -'/// create rectangle ///' - Call hRechteckErstellen ( 10, 10, 20, 40 ) - sleep 1 -'/// Insert ->Animated image ///' - Opl_SD_EffekteZulassen - Kontext "Animation" - sleep 1 -'/// click button 'Apply Object' ///' - BildAufnehmen.Click 'BildAufnehmen -'/// click button 'Create' ///' - Erstellen.Click - sleep 1 -'/// Select 1st entry from top in 'Alignment' ///' - Anpassung.Select 1 - sleep 1 -'/// click button 'Create' ///' - Erstellen.Click - sleep 1 -'/// click button 'Apply Objects Individually' ///' - AlleAufnehmen.Click - sleep 1 -'/// click button 'First Image' ///' - ErstesBild.Click - sleep 1 -'/// click button 'Last Image' ///' - LetztesBild.Click - sleep 1 -'/// click button 'BAckwards' ///' - Rueckwaerts.Click - sleep 1 -'/// click button 'Play' ///' - Abspielen.Click - sleep 1 -'/// click in Number field 'Image Number' Less - More ///' - AnzahlBilder.Less - sleep 1 - AnzahlBilder.More - sleep 1 -'/// check 'Bitmap Object' ///' - AnimationsgruppeBitmapobjekt.Check - sleep 1 -'/// Type '10' into the field 'Duration' ///' - AnzeigedauerProBild.SetText "10" -'/// click button 'Play' ///' - Abspielen.Click -'/// wait 5 seconds ///' - sleep 5 -'/// click button 'Stop' ///' - try + '/// open application ///' + Call hNewDocument + sleep 1 + '/// create rectangle ///' + Call hRechteckErstellen ( 10, 10, 20, 40 ) + sleep 1 + '/// Insert ->Animated image ///' + Opl_SD_EffekteZulassen + Kontext "Animation" + sleep 1 + '/// click button 'Apply Object' ///' + BildAufnehmen.Click 'BildAufnehmen + '/// click button 'Create' ///' + Erstellen.Click + sleep 1 + '/// Select 1st entry from top in 'Alignment' ///' + Anpassung.Select 1 + sleep 1 + '/// click button 'Create' ///' + Erstellen.Click + sleep 1 + '/// click button 'Apply Objects Individually' ///' + AlleAufnehmen.Click + sleep 1 + '/// click button 'First Image' ///' + ErstesBild.Click + sleep 1 + '/// click button 'Last Image' ///' + LetztesBild.Click + sleep 1 + '/// click button 'BAckwards' ///' + Rueckwaerts.Click + sleep 1 + '/// click button 'Play' ///' + Abspielen.Click + sleep 1 + '/// click in Number field 'Image Number' Less - More ///' + AnzahlBilder.Less + sleep 1 + AnzahlBilder.More + sleep 1 + '/// check 'Bitmap Object' ///' + AnimationsgruppeBitmapobjekt.Check + sleep 1 + '/// Type '10' into the field 'Duration' ///' + AnzeigedauerProBild.SetText "10" + '/// click button 'Play' ///' + Abspielen.Click + '/// wait 5 seconds ///' + sleep 5 + '/// click button 'Stop' ///' + try Stopp.Click - catch + catch warnlog "Stopbutton doesn't work" - endcatch - sleep 1 -'/// Select 1st entry from top in 'Loop Count' ///' - AnzahlDurchlaeufe.Select 1 - sleep 1 -'/// click button 'Delete Current Image' ///' - BildLoeschen.Click - sleep 1 -'/// check 'Group Object' ///' - AnimationsgruppeGruppenobjekt.Check - sleep 1 -'/// click button 'Delete All Images' ///' - AlleLoeschen.Click - kontext "Messagebox" -'/// there has to be a messagebox 'Really delete?' say YES!; else ERROR ///' - if Messagebox.exists (5) then - Messagebox.YES - else - warnlog "No one cares about my data :-( No one asked if all shall be deleted :-( " - endif - sleep 1 - kontext "Animation" -'/// close dialog 'Animation' ///' - Animation.Close -'/// close application ///' - Call hCloseDocument + endcatch + sleep 1 + '/// Select 1st entry from top in 'Loop Count' ///' + AnzahlDurchlaeufe.Select 1 + sleep 1 + '/// click button 'Delete Current Image' ///' + BildLoeschen.Click + sleep 1 + '/// check 'Group Object' ///' + AnimationsgruppeGruppenobjekt.Check + sleep 1 + '/// click button 'Delete All Images' ///' + AlleLoeschen.Click + kontext "Messagebox" + '/// there has to be a messagebox 'Really delete?' say YES!; else ERROR ///' + if Messagebox.exists (5) then + Messagebox.YES + else + warnlog "No one cares about my data :-( No one asked if all shall be deleted :-( " + endif + sleep 1 + kontext "Animation" + '/// close dialog 'Animation' ///' + Animation.Close + '/// close application ///' + Call hCloseDocument endcase testcase tSlideShowCustomAnimation @@ -462,229 +462,229 @@ testcase tSlideShowCustomAnimation Call hTextrahmenErstellen ("Test text to test text effects", 10, 10, 20, 40 ) '/// Slide Show->Custom Animation... ///' SlideShowCustomAnimation - Kontext "Tasks" - '/// click button 'Add...' ///' - EffectAdd.click + Kontext "Tasks" + '/// click button 'Add...' ///' + EffectAdd.click + '/// Dialog 'Custom Animation' comes up ///' + kontext + '/// Switch to TabPage: Entrance ///' + active.setPage(TabEntrance) + kontext "TabEntrance" + if TabEntrance.exists(5) then + DialogTest(TabEntrance) + '/// select in the listbox 'Effects' the second entry///' + Effects.select(2) + Speed.getItemCount + AutomaticPreview.unCheck + sleep 1 + AutomaticPreview.Check + kontext + '/// Switch to TabPage: Emphasis ///' + active.setPage(TabEmphasis) + kontext "TabEmphasis" + if TabEmphasis.exists(5) then + DialogTest(TabEmphasis) + else + bError = true + warnlog "Impress:Tasks Pane:Custom Animation:TabEmphasis tabPage doesn't work." + endif + kontext + '/// Switch to TabPage: Exit ///' + active.setPage(TabExit) + kontext "TabExit" + if TabExit.exists(5) then + DialogTest(TabExit) + else + bError = true + warnlog "Impress:Tasks Pane:Custom Animation:TabExit tabPage doesn't work." + endif + kontext + '/// Switch to TabPage: Motion Paths ///' + active.setPage(TabMotionPaths) + kontext "TabMotionPaths" + if TabMotionPaths.exists(5) then + DialogTest(TabMotionPaths) + Effects.select(7) + else + bError = true + warnlog "Impress:Tasks Pane:Custom Animation:TabMotionPaths tabPage doesn't work." + endif + '/// Close dialog 'Custom Animation' with 'OK' ///' + TabMotionPaths.OK + bError = false + else + bError = true + warnlog "Impress:Tasks Pane:Custom Animation:Add... button didn't work." + endif + Kontext "Tasks" + if (NOT bError) then + '/// click button 'Change...' ///' + EffectChange.click '/// Dialog 'Custom Animation' comes up ///' kontext '/// Switch to TabPage: Entrance ///' active.setPage(TabEntrance) kontext "TabEntrance" - if TabEntrance.exists(5) then - DialogTest(TabEntrance) - '/// select in the listbox 'Effects' the second entry///' - Effects.select(2) - Speed.getItemCount - AutomaticPreview.unCheck - sleep 1 - AutomaticPreview.Check - kontext - '/// Switch to TabPage: Emphasis ///' - active.setPage(TabEmphasis) - kontext "TabEmphasis" - if TabEmphasis.exists(5) then - DialogTest(TabEmphasis) - else - bError = true - warnlog "Impress:Tasks Pane:Custom Animation:TabEmphasis tabPage doesn't work." - endif - kontext - '/// Switch to TabPage: Exit ///' - active.setPage(TabExit) - kontext "TabExit" - if TabExit.exists(5) then - DialogTest(TabExit) + if (NOT TabEntrance.exists(5)) then + warnlog "Impress:Tasks Pane:Custom Animation:Change... button didn't work." + endif + TabEntrance.cancel + Kontext "Tasks" + EffectStart.getItemCount + if EffectProperty.isEnabled then + EffectProperty.getItemCount + endif + '/// CLick on button '...' (Options) ///' + EffectOptions.click + kontext "TabEffect" + if TabEffect.exists(5) then + dialogTest(TabEffect) + Sound.getItemCount + AfterAnimation.getItemCount + '/// switch to TabPage 'Timing' ///' + Kontext + active.setPage TabTiming + kontext "TabTiming" + if TabTiming.exists(5) then + dialogTest(TabTiming) + TimingStart.getItemCount + Delay.getText + Speed.getItemCount + Repeat.getItemCount + Rewind.ischecked + TriggerAnimate.isChecked + TriggerStart.isChecked + Shape.getItemCount else - bError = true - warnlog "Impress:Tasks Pane:Custom Animation:TabExit tabPage doesn't work." + warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: Timing TabPage didn't work." endif - kontext - '/// Switch to TabPage: Motion Paths ///' - active.setPage(TabMotionPaths) - kontext "TabMotionPaths" - if TabMotionPaths.exists(5) then - DialogTest(TabMotionPaths) - Effects.select(7) + '/// switch to TabPage 'Timing' ///' + Kontext + active.setPage TabTextAnimation + kontext "TabTextAnimation" + if TabTextAnimation.exists(5) then + dialogTest(TabTextAnimation) + GroupText.getItemCount + AnimateAttachedShape.isChecked + TabTextAnimation.cancel else - bError = true - warnlog "Impress:Tasks Pane:Custom Animation:TabMotionPaths tabPage doesn't work." + warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: TextAnimation TabPage didn't work." endif - '/// Close dialog 'Custom Animation' with 'OK' ///' - TabMotionPaths.OK - bError = false else - bError = true - warnlog "Impress:Tasks Pane:Custom Animation:Add... button didn't work." + warnlog "Impress:Tasks Pane:Custom Animation:... button didn't work." endif Kontext "Tasks" - if (NOT bError) then - '/// click button 'Change...' ///' - EffectChange.click - '/// Dialog 'Custom Animation' comes up ///' - kontext - '/// Switch to TabPage: Entrance ///' - active.setPage(TabEntrance) - kontext "TabEntrance" - if (NOT TabEntrance.exists(5)) then - warnlog "Impress:Tasks Pane:Custom Animation:Change... button didn't work." - endif - TabEntrance.cancel - Kontext "Tasks" - EffectStart.getItemCount - if EffectProperty.isEnabled then - EffectProperty.getItemCount - endif - '/// CLick on button '...' (Options) ///' - EffectOptions.click - kontext "TabEffect" - if TabEffect.exists(5) then - dialogTest(TabEffect) - Sound.getItemCount - AfterAnimation.getItemCount - '/// switch to TabPage 'Timing' ///' - Kontext - active.setPage TabTiming - kontext "TabTiming" - if TabTiming.exists(5) then - dialogTest(TabTiming) - TimingStart.getItemCount - Delay.getText - Speed.getItemCount - Repeat.getItemCount - Rewind.ischecked - TriggerAnimate.isChecked - TriggerStart.isChecked - Shape.getItemCount - else - warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: Timing TabPage didn't work." - endif - '/// switch to TabPage 'Timing' ///' - Kontext - active.setPage TabTextAnimation - kontext "TabTextAnimation" - if TabTextAnimation.exists(5) then - dialogTest(TabTextAnimation) - GroupText.getItemCount - AnimateAttachedShape.isChecked - TabTextAnimation.cancel - else - warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: TextAnimation TabPage didn't work." - endif - else - warnlog "Impress:Tasks Pane:Custom Animation:... button didn't work." - endif - Kontext "Tasks" - EffectSpeed.getItemCount - EffectList.getItemCount - EffectPlay.click - '/// Wait five seconds so the Playfunction has ended ///' - sleep 5 - EffectSlideShow.click - sleep 1 - kontext "DocumentPresentation" - if DocumentPresentation.exists (5) then - printlog "Presentation started :-)" - DocumentPresentation.typeKeys "" - else - warnlog "Impress:Tasks Pane:Custom Animation:Slide Show button doesn't start slideshow!" - endif - kontext "Tasks" - EffectAutomaticPreview.isChecked - '/// click button 'Remove' ///' - EffectRemove.click + EffectSpeed.getItemCount + EffectList.getItemCount + EffectPlay.click + '/// Wait five seconds so the Playfunction has ended ///' + sleep 5 + EffectSlideShow.click + sleep 1 + kontext "DocumentPresentation" + if DocumentPresentation.exists (5) then + printlog "Presentation started :-)" + DocumentPresentation.typeKeys "" + else + warnlog "Impress:Tasks Pane:Custom Animation:Slide Show button doesn't start slideshow!" endif + kontext "Tasks" + EffectAutomaticPreview.isChecked + '/// click button 'Remove' ///' + EffectRemove.click + endif '/// close application ///' Call hCloseDocument endcase testcase tSlideShowInteraction -'/// open application ///' - Call hNewDocument - sleep 2 -'/// create rectangle ///' - Call hRechteckErstellen (10, 10, 20, 20) - sleep 3 -'/// Slide Show->Interaction ///' - SlideShowInteraction - Kontext "TabInteraktion" - Call DialogTest (TabInteraktion, 1) - '///+ Select 6th entry from top in 'Action at mouse click' : 'Go to page or object' ///' - AktionBeiMausklick.select 6 - Printlog AktionBeiMausklick.GetSelText + " chosen" - Call DialogTest (TabInteraktion, 2) - '///+ click button 'Find' ///' - sleep 1 - suchen.click - Kontext "TabInteraktion" -'/// Select 7th entry from top in 'Action at mouse click' : 'Go to document' ///' - sleep 1 - AktionBeiMausklick.select 7 - sleep 1 - Printlog AktionBeiMausklick.GetSelText + " chosen" - Kontext "TabInteraktion" - Call DialogTest (TabInteraktion, 3) - '///+ click button 'Browse...' ///' - Durchsuchen.click - sleep 1 - kontext "OeffnenDlg" - call Dialogtest (OeffnenDlg) - '///+ cancel dialog 'open' ///' - OeffnenDlg.cancel - Kontext "TabInteraktion" - sleep 1 -'/// Select 9th entry from top in 'Action at mouse click' : 'Play Sound' ///' - AktionBeiMausklick.select 8 - Printlog AktionBeiMausklick.GetSelText + " chosen" - Call DialogTest (TabInteraktion, 4) - '///+ click button 'Browse...' ///' - Durchsuchen.click - sleep 1 - Kontext "OeffnenDlg" - Call dialogTest (OeffnenDlg) - '///+ cancel dialog 'open' ///' - OeffnenDlg.Cancel - sleep 1 - Kontext "TabInteraktion" -'/// Select 8th entry from top in 'Action at mouse click' : 'Run Program' ///' - AktionBeiMausklick.select 9 - Printlog AktionBeiMausklick.GetSelText + " chosen" - Call DialogTest (TabInteraktion, 7) - Kontext "TabInteraktion" - '///+ click button 'Browse...' ///' - Durchsuchen.Click - sleep 1 - Kontext "OeffnenDlg" - Call dialogTest (OeffnenDlg) - '///+ cancel dialog 'open' ///' - OeffnenDlg.Cancel - sleep 1 -'/// Select 9th entry from top in 'Action at mouse click' : 'Run Macro' ///' - Kontext "TabInteraktion" - AktionBeiMausklick.select 10 - Printlog AktionBeiMausklick.GetSelText + " chosen" - sleep 3 - Call DialogTest (TabInteraktion, 6) - '///+ click button 'Browse...' ///' - Durchsuchen.Click - sleep 1 - Kontext "ScriptSelector" - sleep 1 - Call DialogTest ( ScriptSelector, 1) - sleep 1 - '///+ cancel dialog 'ScriptSelector' ///' - ScriptSelector.Cancel - sleep 1 -'/// Select 10th entry from top in 'Action at mouse click' : 'Exit Presentation' ///' - Kontext "TabInteraktion" - AktionBeiMausklick.select 11 - Printlog AktionBeiMausklick.GetSelText + " chosen" - Call DialogTest (TabInteraktion, 7) - Kontext "TabInteraktion" -'/// close dialog 'Interaction' ///' - TabInteraktion.Close - sleep 2 -'/// close application ///' - Call hCloseDocument + '/// open application ///' + Call hNewDocument + sleep 2 + '/// create rectangle ///' + Call hRechteckErstellen (10, 10, 20, 20) + sleep 3 + '/// Slide Show->Interaction ///' + SlideShowInteraction + Kontext "TabInteraktion" + Call DialogTest (TabInteraktion, 1) + '///+ Select 6th entry from top in 'Action at mouse click' : 'Go to page or object' ///' + AktionBeiMausklick.select 6 + Printlog AktionBeiMausklick.GetSelText + " chosen" + Call DialogTest (TabInteraktion, 2) + '///+ click button 'Find' ///' + sleep 1 + suchen.click + Kontext "TabInteraktion" + '/// Select 7th entry from top in 'Action at mouse click' : 'Go to document' ///' + sleep 1 + AktionBeiMausklick.select 7 + sleep 1 + Printlog AktionBeiMausklick.GetSelText + " chosen" + Kontext "TabInteraktion" + Call DialogTest (TabInteraktion, 3) + '///+ click button 'Browse...' ///' + Durchsuchen.click + sleep 1 + kontext "OeffnenDlg" + call Dialogtest (OeffnenDlg) + '///+ cancel dialog 'open' ///' + OeffnenDlg.cancel + Kontext "TabInteraktion" + sleep 1 + '/// Select 9th entry from top in 'Action at mouse click' : 'Play Sound' ///' + AktionBeiMausklick.select 8 + Printlog AktionBeiMausklick.GetSelText + " chosen" + Call DialogTest (TabInteraktion, 4) + '///+ click button 'Browse...' ///' + Durchsuchen.click + sleep 1 + Kontext "OeffnenDlg" + Call dialogTest (OeffnenDlg) + '///+ cancel dialog 'open' ///' + OeffnenDlg.Cancel + sleep 1 + Kontext "TabInteraktion" + '/// Select 8th entry from top in 'Action at mouse click' : 'Run Program' ///' + AktionBeiMausklick.select 9 + Printlog AktionBeiMausklick.GetSelText + " chosen" + Call DialogTest (TabInteraktion, 7) + Kontext "TabInteraktion" + '///+ click button 'Browse...' ///' + Durchsuchen.Click + sleep 1 + Kontext "OeffnenDlg" + Call dialogTest (OeffnenDlg) + '///+ cancel dialog 'open' ///' + OeffnenDlg.Cancel + sleep 1 + '/// Select 9th entry from top in 'Action at mouse click' : 'Run Macro' ///' + Kontext "TabInteraktion" + AktionBeiMausklick.select 10 + Printlog AktionBeiMausklick.GetSelText + " chosen" + sleep 3 + Call DialogTest (TabInteraktion, 6) + '///+ click button 'Browse...' ///' + Durchsuchen.Click + sleep 1 + Kontext "ScriptSelector" + sleep 1 + Call DialogTest ( ScriptSelector, 1) + sleep 1 + '///+ cancel dialog 'ScriptSelector' ///' + ScriptSelector.Cancel + sleep 1 + '/// Select 10th entry from top in 'Action at mouse click' : 'Exit Presentation' ///' + Kontext "TabInteraktion" + AktionBeiMausklick.select 11 + Printlog AktionBeiMausklick.GetSelText + " chosen" + Call DialogTest (TabInteraktion, 7) + Kontext "TabInteraktion" + '/// close dialog 'Interaction' ///' + TabInteraktion.Close + sleep 2 + '/// close application ///' + Call hCloseDocument endcase diff --git a/testautomation/tools/run_tests/run_tests.vbs b/testautomation/tools/run_tests/run_tests.vbs index 963e60c3c584..f32ab73c55aa 100755 --- a/testautomation/tools/run_tests/run_tests.vbs +++ b/testautomation/tools/run_tests/run_tests.vbs @@ -1,27 +1,27 @@ '************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' +' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +' +' Copyright 2000, 2010 Oracle and/or its affiliates. +' +' OpenOffice.org - a multi-platform office productivity suite +' +' This file is part of OpenOffice.org. +' +' OpenOffice.org is free software: you can redistribute it and/or modify +' it under the terms of the GNU Lesser General Public License version 3 +' only, as published by the Free Software Foundation. +' +' OpenOffice.org is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU Lesser General Public License version 3 for more details +' (a copy is included in the LICENSE file that accompanied this code). +' +' You should have received a copy of the GNU Lesser General Public License +' version 3 along with OpenOffice.org. If not, see +' +' for a copy of the LGPLv3 License. +' '* '######################################################################## ' -- cgit From 241ace641e39ead5208af3b9fcf034a32b6e655d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 22 Apr 2010 12:06:26 +0200 Subject: vitomation01: #i108621 - Re-enabled two tests that were excluded (and marked with QAErrorLogs). The issue has been resolved for quite some time now. Inserted a single sleep( 2 ) statement as a dirty workaround for a toolbar which reacts slowly. --- testautomation/writer/required/includes/w_020_.inc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) mode change 100644 => 100755 testautomation/writer/required/includes/w_020_.inc (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_020_.inc b/testautomation/writer/required/includes/w_020_.inc old mode 100644 new mode 100755 index f927d24952f7..38f208ea4452 --- a/testautomation/writer/required/includes/w_020_.inc +++ b/testautomation/writer/required/includes/w_020_.inc @@ -59,8 +59,10 @@ end sub '----------------------------------------------------------- testcase t_TB_Insert - qaErrorLog "#158646# - Inserting Indexes causes crash." - goto endsub + + ' JSK: This issue is solved since OOO300m9, enabling test again + 'qaErrorLog "#158646# - Inserting Indexes causes crash." + 'goto endsub printlog "- Toolbox ( normal ) : All within Insert" @@ -122,7 +124,8 @@ testcase t_TB_Insert else Call hToolbarSelect("Insert", true) endif - + + sleep( 2 ) ' Too fast for some machines. Using dirty fix. if Tabelle.IsEnabled then Tabelle.Click Kontext "TabelleEinfuegenWriter" @@ -658,8 +661,10 @@ endcase '----------------------------------------------------------- testcase tHtmlDoc_TB_Insert - qaErrorLog "#158646# - Inserting Indexes causes crash." - goto endsub + + ' JSK: This issue is solved since OOO300m9, enabling test again + 'qaErrorLog "#158646# - Inserting Indexes causes crash." + 'goto endsub printlog "- Toolbox ( normal ) : All within Insert" gApplication = "HTML" -- cgit From dc45c3ae212ff717a30d36547c8d0c691987a2c0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 22 Apr 2010 12:10:14 +0200 Subject: vitomation01: #i108621 - Removed two QAErrorLogs that stated that the tests are not suitable for Unix(like) OS. Changed those to be printlogs instead --- testautomation/writer/required/includes/w_020_.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_020_.inc b/testautomation/writer/required/includes/w_020_.inc index 38f208ea4452..9e8fef8ea010 100755 --- a/testautomation/writer/required/includes/w_020_.inc +++ b/testautomation/writer/required/includes/w_020_.inc @@ -238,7 +238,7 @@ testcase t_TB_InsertFields printlog "- Toolbox ( normal ) : Fields" if gPlatgroup = "unx" then - QAErrorlog "Doesn't run on unix" + printlog( "Test not suitable for Unix(like) OS" ) goto endsub end if printlog " Open new document" @@ -785,7 +785,7 @@ testcase tHtmlDoc_TB_InsertFields gApplication = "HTML" if gPlatgroup = "unx" then - QAErrorlog "Doesn't run on unix" + printlog( "Test not suitable for Unix(like) OS" ) goto endsub end if -- cgit From 8ea12b2273375008f127d7b285304d509a9ea925 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 22 Apr 2010 12:24:41 +0200 Subject: vitomation01: #i109696 - sub hTBOTypeInMathDoc removed as it was only a wrapper for another function. --- testautomation/math/required/includes/m_001_.inc | 1152 +++++++++++----------- testautomation/math/required/includes/m_002_.inc | 4 +- testautomation/math/required/includes/m_007_.inc | 8 +- testautomation/math/required/includes/m_020_.inc | 2 +- 4 files changed, 580 insertions(+), 586 deletions(-) mode change 100644 => 100755 testautomation/math/required/includes/m_002_.inc mode change 100644 => 100755 testautomation/math/required/includes/m_007_.inc mode change 100644 => 100755 testautomation/math/required/includes/m_020_.inc (limited to 'testautomation') diff --git a/testautomation/math/required/includes/m_001_.inc b/testautomation/math/required/includes/m_001_.inc index 371f7f090d52..1e9a1be3fae3 100644 --- a/testautomation/math/required/includes/m_001_.inc +++ b/testautomation/math/required/includes/m_001_.inc @@ -31,347 +31,344 @@ '* '\***************************************************************** - global cActFilter as string ' used filter for save - Const cActFilterExt = ".odf" ' used filter for save (extension) +global cActFilter as string ' used filter for save +Const cActFilterExt = ".odf" ' used filter for save (extension) ' "StarMath 5.0" ".smf" ' Datei$ = convertpath( gOfficePath + "user\work\killme" + cActFilterExt) ' Datei$ = convertpath( gOfficePath + "user\work\Erwin2"+cActFilterExt) ' Datei = convertpath(gofficepath + "user\work\test"+cActFilterExt) -sub M_001_ - Printlog Chr(13) + "-- File Menu m_001_ --" - - cActFilter = gMathFilter - - Call tmFileNew - Call tmFileOpen -' Call Autopilot 'in Inc\desktop\autopilo.inc - Call tmFileClose - Call tmFileSave - Call tmFileSaveAs - Call tmFileSaveAll - Call tmFileReload - Call tmFileVersions - Call tmExportAsPDF - Call tExportAsPDFButton - Call tmFileProperties - Call tmFilePrinterSetting - Call tmFilePassword +sub M_001Printlog Chr(13) + "-- File Menu m_001_ --" + + cActFilter = gMathFilter + + Call tmFileNew + Call tmFileOpen + ' Call Autopilot 'in Inc\desktop\autopilo.inc + Call tmFileClose + Call tmFileSave + Call tmFileSaveAs + Call tmFileSaveAll + Call tmFileReload + Call tmFileVersions + Call tmExportAsPDF + Call tExportAsPDFButton + Call tmFileProperties + Call tmFilePrinterSetting + Call tmFilePassword end sub testcase tmFileNew -'/// open application ///' - Call hNewDocument - '/// File->New->Templates and Documents ///' - FileNewFromTemplate - sleep 3 - Kontext "TemplateAndDocuments" - if TemplateAndDocuments.exists (5) then - try - '/// klick button 'Organize' ///' - Organize.click - kontext "DVVerwalten" - if DVVerwalten.exists (5) then - Call DialogTest (DVVerwalten) - sleep 1 - '/// close dialog 'Template Management' ///' - DVVerwalten.close - else - warnlog "DVVerwalten didn't exist :-(" - endif - catch - warnlog "error ;-) - 1" - endcatch - else - warnlog "templates and dokuments didn't exist :-(" - endif - try - sleep 1 - kontext "TemplateAndDocuments" - sleep 1 - Call DialogTest ( TemplateAndDocuments ) - catch - warnlog "no dialogtest possibele :-(" - endcatch - -' TBO i don't get in deep here, because it is not math specific -' and IMHO it doesn't make that sense here! -' should be enoug in writer... - '/// close dialog 'Templates and Documents' ///' - TemplateAndDocuments.Cancel -'/// close application ///' - Call hCloseDocument + '/// open application ///' + Call hNewDocument + '/// File->New->Templates and Documents ///' + FileNewFromTemplate + sleep 3 + Kontext "TemplateAndDocuments" + if TemplateAndDocuments.exists (5) then + try + '/// klick button 'Organize' ///' + Organize.click + kontext "DVVerwalten" + if DVVerwalten.exists (5) then + Call DialogTest (DVVerwalten) + sleep 1 + '/// close dialog 'Template Management' ///' + DVVerwalten.close + else + warnlog "DVVerwalten didn't exist :-(" + endif + catch + warnlog "error ;-) - 1" + endcatch + else + warnlog "templates and dokuments didn't exist :-(" + endif + try + sleep 1 + kontext "TemplateAndDocuments" + sleep 1 + Call DialogTest ( TemplateAndDocuments ) + catch + warnlog "no dialogtest possibele :-(" + endcatch + + ' TBO i don't get in deep here, because it is not math specific + ' and IMHO it doesn't make that sense here! + ' should be enoug in writer... + '/// close dialog 'Templates and Documents' ///' + TemplateAndDocuments.Cancel + '/// close application ///' + Call hCloseDocument endcase testcase tmFilePassword - Dim DokumentPfad$ - Dim Datei$ -'/// open application ///' -while (getDocumentCount > 0) -hCloseDocument -wend - hNewDocument - '/// type a formula ///' - SchreibenInMathdok "a over b" - - printlog "'/// - save doc as "+cActFilter+" with passwd - ///'" - FileSaveAs - Kontext "SpeichernDlg" - Datei$ = convertpath( gOfficePath + "user\work\killme" + cActFilterExt) - if Dir (Datei$) <> "" then kill Datei$ - printlog " Testfile: "+Datei$ - 'Dateityp.Select (cActFilter) - Passwort.Check - Dateiname.SetText Datei$ - Speichern.Click - Kontext "Active" - if Active.Exists (5) then - ' TBO: ??? what will be ??! - Printlog "(1/5) " + Active.GetText - Active.Yes - end if - - printlog "'/// Try wrong passwd confirmation ///'" - Sleep 2 - Kontext "PasswordFileSave" - sleep (2) - try - Password.SetText "12345" - PasswordConfirm.Settext "54321" - PasswordFileSave.OK - Sleep 2 - catch - warnlog "had to ask for passwd!!!!" - endcatch - Kontext - if (Active.Exists (5) = FALSE ) then - Warnlog "Wrong passwordinput not detected" - else - Printlog "(2/5) " + Active.GetText - Active.OK - end if - - printlog "'/// Now do it right ///'" - Kontext "PasswordFileSave" - try - Password.SetText "12345" - PasswordConfirm.Settext "12345" - PasswordFileSave.OK - catch - warnlog "had to ask for passwd!!!!" - endcatch - - Sleep 2 - printlog "'/// Gotcha & Close file/window ///'" - FileClose - sleep 1 - - printlog "'/// load again with wrong passwd ///'" - Call hFileOpen Datei$ - sleep 1 - Kontext "PasswordFileOpen" - try - Passwortname.SetText "34567" - PasswordFileOpen.OK - catch - warnlog "had to ask for passwd!!!!" - endcatch - Kontext "Active" - if Active.Exists(5) then - Printlog "(3/5) " + Active.GetText - Active.Ok - else - Warnlog "Wrong passwordinput not detected by loading the document" - end if - - printlog "'///load now with right passwd ///'" - Sleep 3 - 'Call hDateiOeffnen Datei$ - Kontext "PasswordFileOpen" - try - Passwortname.SetText "12345" - PasswordFileOpen.OK - catch - warnlog "had to ask for passwd!!!!" - endcatch - Sleep 2 - - printlog "'/// - save doc with new name under 6.... (has to be automagical selected by loading this doc!) w/o passwd - ///'" - Datei$ = convertpath( gOfficePath + "user\work\Erwin2"+cActFilterExt) - if Dir (Datei$) <> "" then kill Datei$ - FileSaveAs - Kontext "SpeichernDlg" - Dateiname.SetText Datei$ - if (Passwort.IsChecked <> TRUE) then - Warnlog "#i36015# Password has to be checked! :-(" - Passwort.Check - printlog "will be forced checked no!" - endif - Speichern.Click - Kontext "Messagebox" - '/// (if messagebox comes up, say YES) ///' - if Messagebox.Exists(2) then - Messagebox.Yes - endif - '/// password dialog has to show up! ///' - Kontext "PasswordFileSave" - if (PasswordFileSave.Exists(5) = FALSE)then - Warnlog "- Password dialog Didn't popped up after pressing save" - else - Kontext "PasswordFileSave" - '/// type password "a12345", confirm password: "a12345" -> RIGHT ///' - Password.SetText "a12345" - PasswordConfirm.SetText "a12345" - PasswordFileSave.OK - sleep 2 - '/// close document ///' - FileClose - sleep 1 - endif - '/// open document ///' - FileOpen - sleep 1 - Kontext "OeffnenDlg" - Dateiname.SetText Datei$ - Oeffnen.Click - Kontext "PasswordFileOpen" - sleep 1 - '/// type password: "a12345" -> RIGHT ///' - PasswortName.SetText "a12345" - PasswordFileOpen.OK - sleep 5 - '/// File->SaveAs ///' - FileSaveAs - Kontext "SpeichernDlg" - Dateiname.SetText Datei$ - if (Passwort.IsChecked <> TRUE) then - Warnlog "#i36015# Password has to be checked! :-(" - Passwort.Check - printlog "will be forced checked no!" - endif - Passwort.UnCheck - '/// press 'save', without changing any checkbox! -> file has to be saved WITH password protection ///' - Speichern.Click - Kontext "Messagebox" - '/// (if messagebox comes up, say YES) ///' - if Messagebox.Exists(2) then Messagebox.Yes - '/// password dialog needn't to show up! ///' - Kontext "PasswordFileSave" - if (PasswordFileSave.Exists(5))then - Warnlog "- Password dialog neeedn't popped up after pressing save" - Kontext "PasswordFileSave" - passwordFileSave.cancel - '/// close document ///' - FileClose - else - '/// close document ///' - hCloseDocument - end if + Dim DokumentPfad$ + Dim Datei$ + '/// open application ///' + hFileCloseAll() + hNewDocument + '/// type a formula ///' + SchreibenInMathdok "a over b" + + printlog "'/// - save doc as "+cActFilter+" with passwd - ///'" + FileSaveAs + Kontext "SpeichernDlg" + Datei$ = convertpath( gOfficePath + "user\work\killme" + cActFilterExt) + if Dir (Datei$) <> "" then kill Datei$ + printlog " Testfile: "+Datei$ + 'Dateityp.Select (cActFilter) + Passwort.Check + Dateiname.SetText Datei$ + Speichern.Click + Kontext "Active" + if Active.Exists (5) then + ' TBO: ??? what will be ??! + Printlog "(1/5) " + Active.GetText + Active.Yes + end if + + printlog "'/// Try wrong passwd confirmation ///'" + Sleep 2 + Kontext "PasswordFileSave" + sleep (2) + try + Password.SetText "12345" + PasswordConfirm.Settext "54321" + PasswordFileSave.OK + Sleep 2 + catch + warnlog "had to ask for passwd!!!!" + endcatch + Kontext + if (Active.Exists (5) = FALSE ) then + Warnlog "Wrong passwordinput not detected" + else + Printlog "(2/5) " + Active.GetText + Active.OK + end if + + printlog "'/// Now do it right ///'" + Kontext "PasswordFileSave" + try + Password.SetText "12345" + PasswordConfirm.Settext "12345" + PasswordFileSave.OK + catch + warnlog "had to ask for passwd!!!!" + endcatch + + Sleep 2 + printlog "'/// Gotcha & Close file/window ///'" + FileClose + sleep 1 + + printlog "'/// load again with wrong passwd ///'" + Call hFileOpen Datei$ + sleep 1 + Kontext "PasswordFileOpen" + try + Passwortname.SetText "34567" + PasswordFileOpen.OK + catch + warnlog "had to ask for passwd!!!!" + endcatch + Kontext "Active" + if Active.Exists(5) then + Printlog "(3/5) " + Active.GetText + Active.Ok + else + Warnlog "Wrong passwordinput not detected by loading the document" + end if + + printlog "'///load now with right passwd ///'" + Sleep 3 + 'Call hDateiOeffnen Datei$ + Kontext "PasswordFileOpen" + try + Passwortname.SetText "12345" + PasswordFileOpen.OK + catch + warnlog "had to ask for passwd!!!!" + endcatch + Sleep 2 + + printlog "'/// - save doc with new name under 6.... (has to be automagical selected by loading this doc!) w/o passwd - ///'" + Datei$ = convertpath( gOfficePath + "user\work\Erwin2"+cActFilterExt) + if Dir (Datei$) <> "" then kill Datei$ + FileSaveAs + Kontext "SpeichernDlg" + Dateiname.SetText Datei$ + if (Passwort.IsChecked <> TRUE) then + Warnlog "#i36015# Password has to be checked! :-(" + Passwort.Check + printlog "will be forced checked no!" + endif + Speichern.Click + Kontext "Messagebox" + '/// (if messagebox comes up, say YES) ///' + if Messagebox.Exists(2) then + Messagebox.Yes + endif + '/// password dialog has to show up! ///' + Kontext "PasswordFileSave" + if (PasswordFileSave.Exists(5) = FALSE)then + Warnlog "- Password dialog Didn't popped up after pressing save" + else + Kontext "PasswordFileSave" + '/// type password "a12345", confirm password: "a12345" -> RIGHT ///' + Password.SetText "a12345" + PasswordConfirm.SetText "a12345" + PasswordFileSave.OK + sleep 2 + '/// close document ///' + FileClose + sleep 1 + endif + '/// open document ///' + FileOpen + sleep 1 + Kontext "OeffnenDlg" + Dateiname.SetText Datei$ + Oeffnen.Click + Kontext "PasswordFileOpen" + sleep 1 + '/// type password: "a12345" -> RIGHT ///' + PasswortName.SetText "a12345" + PasswordFileOpen.OK + sleep 5 + '/// File->SaveAs ///' + FileSaveAs + Kontext "SpeichernDlg" + Dateiname.SetText Datei$ + if (Passwort.IsChecked <> TRUE) then + Warnlog "#i36015# Password has to be checked! :-(" + Passwort.Check + printlog "will be forced checked no!" + endif + Passwort.UnCheck + '/// press 'save', without changing any checkbox! -> file has to be saved WITH password protection ///' + Speichern.Click + Kontext "Messagebox" + '/// (if messagebox comes up, say YES) ///' + if Messagebox.Exists(2) then Messagebox.Yes + '/// password dialog needn't to show up! ///' + Kontext "PasswordFileSave" + if (PasswordFileSave.Exists(5))then + Warnlog "- Password dialog neeedn't popped up after pressing save" + Kontext "PasswordFileSave" + passwordFileSave.cancel + '/// close document ///' + FileClose + else + '/// close document ///' + hCloseDocument + end if endcase testcase tmFileReload - Dim Datei as String - dim sFilterName as string - dim sFilter as string - dim sFilterExt() as string - - Datei = convertpath(gofficepath + "user\work\test"+cActFilterExt) - if Dir (Datei) <> "" then kill (Datei) - - ' make sure saving in latest math filter works, checking global filtername and if necessary change it - sFilter = hGetUIFiltername("math8") - - '/// open application ///' - hNewDocument - '/// type a formula ///' - call hTBOtypeInDoc - '/// File->Save As ///' - FileSaveAs - Kontext "SpeichernDlg" - '/// select the actual default file format ///' - Dateityp.Select (hFindFilterPosition( sFilter )) - '/// type a file name ///' - Dateiname.SetText Datei - '/// click button 'save' ///' - Speichern.Click - Kontext "Active" - if Active.Exists(2) then Active.Yes - sleep 3 - '/// File->Close ///' - FileClose - Kontext - if MessageBox.Exists (1) then - WarnLog "After Saving and Closing the following MessageBox appears: " + MessageBox.GetText - MessageBox.Yes - end if - - '/// open just saved file ///' - Call hFileOpen Datei - '/// type a formula ///' - call hTBOtypeInDoc - sleep (3) - '/// File->Reload ///' - FileReload - sleep (3) - Kontext - if Active.Exists (1) then - PrintLog "Say no to: " + Active.GetText - '/// say NO to active ///' - active.No - else - WarnLog "Missing smth to say no to! " - end if - - Sleep 3 - '/// File->Reload ///' - FileReload - Kontext - if Active.Exists (1) then - PrintLog "Said yes to: " + Active.GetText - '/// say YES to active ///' - active.Yes - end if - '/// close application ///' - Call hCloseDocument + Dim Datei as String + dim sFilterName as string + dim sFilter as string + dim sFilterExt() as string + + Datei = convertpath(gofficepath + "user\work\test"+cActFilterExt) + if Dir (Datei) <> "" then kill (Datei) + + ' make sure saving in latest math filter works, checking global filtername and if necessary change it + sFilter = hGetUIFiltername("math8") + + '/// open application ///' + hNewDocument + '/// type a formula ///' + call SchreibenInMathdok "a over b" + '/// File->Save As ///' + FileSaveAs + Kontext "SpeichernDlg" + '/// select the actual default file format ///' + Dateityp.Select (hFindFilterPosition( sFilter )) + '/// type a file name ///' + Dateiname.SetText Datei + '/// click button 'save' ///' + Speichern.Click + Kontext "Active" + if Active.Exists(2) then Active.Yes + sleep 3 + '/// File->Close ///' + FileClose + Kontext + if MessageBox.Exists (1) then + WarnLog "After Saving and Closing the following MessageBox appears: " + MessageBox.GetText + MessageBox.Yes + end if + + '/// open just saved file ///' + Call hFileOpen Datei + '/// type a formula ///' + call SchreibenInMathdok "a over b" + sleep (3) + '/// File->Reload ///' + FileReload + sleep (3) + Kontext + if Active.Exists (1) then + PrintLog "Say no to: " + Active.GetText + '/// say NO to active ///' + active.No + else + WarnLog "Missing smth to say no to! " + end if + + Sleep 3 + '/// File->Reload ///' + FileReload + Kontext + if Active.Exists (1) then + PrintLog "Said yes to: " + Active.GetText + '/// say YES to active ///' + active.Yes + end if + '/// close application ///' + Call hCloseDocument endcase testcase tmFileVersions - Dim Datei as String - - Datei = ConvertPath (gOfficePath & "user/work/test"+cActFilterExt) - if app.Dir (Datei) <> "" then app.kill (Datei) - - '/// open application ///' - Call hNewDocument - sleep 2 - '/// type a formula ///' - SchreibenInMathdok "a over b" - '/// save file ///' - Call hFileSaveAs(Datei) - Sleep 3 - try - '/// File->Versions ///' - FileVersions - catch - Warnlog "- File / Versions not accessible!" - goto endsub - endcatch - - Kontext "Versionen" - Call DialogTest ( Versionen ) - '/// click button 'Save New Version' ///' - Speichern.Click - Kontext "VersionskommentarEingeben" - Call DialogTest ( VersionskommentarEingeben ) - '/// cancel dialog 'Insert Version Comment' ///' - VersionskommentarEingeben.Cancel - Kontext "Versionen" - '/// close dialog 'Version of ...' ///' - Versionen.Close - '/// close application ///' - Call hCloseDocument - if app.Dir (Datei) <> "" then app.kill Datei + Dim Datei as String + + Datei = ConvertPath (gOfficePath & "user/work/test"+cActFilterExt) + if app.Dir (Datei) <> "" then app.kill (Datei) + + '/// open application ///' + Call hNewDocument + sleep 2 + '/// type a formula ///' + SchreibenInMathdok "a over b" + '/// save file ///' + Call hFileSaveAs(Datei) + Sleep 3 + try + '/// File->Versions ///' + FileVersions + catch + Warnlog "- File / Versions not accessible!" + goto endsub + endcatch + + Kontext "Versionen" + Call DialogTest ( Versionen ) + '/// click button 'Save New Version' ///' + Speichern.Click + Kontext "VersionskommentarEingeben" + Call DialogTest ( VersionskommentarEingeben ) + '/// cancel dialog 'Insert Version Comment' ///' + VersionskommentarEingeben.Cancel + Kontext "Versionen" + '/// close dialog 'Version of ...' ///' + Versionen.Close + '/// close application ///' + Call hCloseDocument + if app.Dir (Datei) <> "" then app.kill Datei endcase '----------------------------------------------------------- @@ -379,284 +376,281 @@ endcase '----------------------------------------------------------- testcase tmFileOpen -'/// open application ///' - call hNewDocument - '/// File->Open ///' - FileOpen - Kontext "OeffnenDlg" - '/// klick button 'Up one level' ///' - UebergeordneterOrdner.Click - '/// klick button 'Default Directory' ///' - Standard.Click - '/// check checkbox 'Read Only' ///' - NurLesen.check - Call DialogTest ( OeffnenDlg ) - '/// cancel dialog 'Open' ///' - OeffnenDlg.Cancel - Sleep 2 - '/// close application ///' - Call hCloseDocument + '/// open application ///' + call hNewDocument + '/// File->Open ///' + FileOpen + Kontext "OeffnenDlg" + '/// klick button 'Up one level' ///' + UebergeordneterOrdner.Click + '/// klick button 'Default Directory' ///' + Standard.Click + '/// check checkbox 'Read Only' ///' + NurLesen.check + Call DialogTest ( OeffnenDlg ) + '/// cancel dialog 'Open' ///' + OeffnenDlg.Cancel + Sleep 2 + '/// close application ///' + Call hCloseDocument endcase testcase tmFileClose -'/// open application ///' - hNewDocument ' just for the records: i open ONE document - '/// type a formula ///' - call hTBOtypeInDoc - sleep (2) - '/// File->Close ///' - FileClose - Kontext ' expecting 'modified, do you want to close?' - if active.exists (5) then - printlog " ok, active came up: " + active.gettext - '/// say NO to active about 'modified stuff :-)' ///' - Active.Cancel ' no, not this time - else - warnlog "active missing (1)" - endif - sleep (2) - '/// File->Close ///' - FileClose - Kontext - '/// say YES to active about 'modified stuff :-)' ///' - Active.Yes ' but now - records: this document is closed - sleep (2) - Kontext "SpeichernDlg" - Call DialogTest ( SpeichernDlg ) - '/// cancel dialog 'Save As' ///' - SpeichernDlg.Cancel - sleep (2) - - '/// File->Close ///' - FileClose ' now the office gets closed! (if there were no modifications!) - Kontext - if active.exists (5) then Active.No - sleep (2) + '/// open application ///' + hNewDocument ' just for the records: i open ONE document + '/// type a formula ///' + call SchreibenInMathdok "a over b" + sleep (2) + '/// File->Close ///' + FileClose + Kontext ' expecting 'modified, do you want to close?' + if active.exists (5) then + printlog " ok, active came up: " + active.gettext + '/// say NO to active about 'modified stuff :-)' ///' + Active.Cancel ' no, not this time + else + warnlog "active missing (1)" + endif + sleep (2) + '/// File->Close ///' + FileClose + Kontext + '/// say YES to active about 'modified stuff :-)' ///' + Active.Yes ' but now - records: this document is closed + sleep (2) + Kontext "SpeichernDlg" + Call DialogTest ( SpeichernDlg ) + '/// cancel dialog 'Save As' ///' + SpeichernDlg.Cancel + sleep (2) + + '/// File->Close ///' + FileClose ' now the office gets closed! (if there were no modifications!) + Kontext + if active.exists (5) then Active.No + sleep (2) endcase testcase tmFileSave -'/// open application ///' - hNewDocument - '/// type a formula ///' - call hTBOtypeInDoc - '/// File->Save ///' - FileSave - sleep 2 - Kontext "SpeichernDlg" - UebergeordneterOrdner.click - Standard.Click -' NeuerOrdner.Click -' DateiAuswahl.TypeKeys "Hallo" -' DateiLoeschen -' Kontext "Messagebox" -' MessageBox.Yes - Call DialogTest (SpeichernDlg) - '/// cancel dialog 'Save' ///' - SpeichernDlg.Cancel + '/// open application ///' + hNewDocument + '/// type a formula ///' + call SchreibenInMathdok "a over b" + '/// File->Save ///' + FileSave + sleep 2 + Kontext "SpeichernDlg" + UebergeordneterOrdner.click + Standard.Click + ' NeuerOrdner.Click + ' DateiAuswahl.TypeKeys "Hallo" + ' DateiLoeschen + ' Kontext "Messagebox" + ' MessageBox.Yes + Call DialogTest (SpeichernDlg) + '/// cancel dialog 'Save' ///' + SpeichernDlg.Cancel sleep 2 - '/// close application ///' - Call hCloseDocument + '/// close application ///' + Call hCloseDocument endcase testcase tmFileSaveAs -'/// open application ///' - hNewDocument - sleep (2) - '/// type a formula ///' - call hTBOtypeInDoc - '/// File->Save As ///' - FileSaveAs - sleep 1 - Kontext "SpeichernDlg" - if (SpeichernDlg.exists (5) = FALSE) then - warnlog "error :-(" - endif - sleep 2 - '/// check ceckbox 'save with Password' ///' - Passwort.check - '/// UNcheck ceckbox 'save with Password' ///' - Passwort.uncheck - '/// click button 'up one level' ///' - UebergeordneterOrdner.click - '/// click button 'default directory' ///' - Standard.Click - '/// click button 'create new directory' ///' - NeuerOrdner.click - kontext "NeuerOrdner" - '/// cancel dialog 'create new folder' ///' - NeuerOrdner.cancel - Kontext "SpeichernDlg" - Call DialogTest (SpeichernDlg) - '/// cancel dialog 'Save As' ///' - SpeichernDlg.Cancel - sleep (2) - '/// close application ///' - Call hCloseDocument + '/// open application ///' + hNewDocument + sleep (2) + '/// type a formula ///' + call SchreibenInMathdok "a over b" + '/// File->Save As ///' + FileSaveAs + sleep 1 + Kontext "SpeichernDlg" + if (SpeichernDlg.exists (5) = FALSE) then + warnlog "error :-(" + endif + sleep 2 + '/// check ceckbox 'save with Password' ///' + Passwort.check + '/// UNcheck ceckbox 'save with Password' ///' + Passwort.uncheck + '/// click button 'up one level' ///' + UebergeordneterOrdner.click + '/// click button 'default directory' ///' + Standard.Click + '/// click button 'create new directory' ///' + NeuerOrdner.click + kontext "NeuerOrdner" + '/// cancel dialog 'create new folder' ///' + NeuerOrdner.cancel + Kontext "SpeichernDlg" + Call DialogTest (SpeichernDlg) + '/// cancel dialog 'Save As' ///' + SpeichernDlg.Cancel + sleep (2) + '/// close application ///' + Call hCloseDocument endcase testcase tmFileSaveAll -'/// open application ///' - hNewDocument - '/// type a formula ///' - call hTBOtypeInDoc - Printlog " '/// open 2. window ///" - hNewDocument - '/// type a formula ///' - call hTBOtypeInDoc - - Printlog " call save all" - '/// File->Save All ///' - FileSaveAll - Printlog " cancel 1. save" - Kontext "SpeichernDlg" - if SpeichernDlg.exists(5) then - '/// cancel dialog 'save as' ///' - SpeichernDlg.Cancel - else - qaErrorlog "First File save dialog did not show up." - endif - Printlog " cancel 2. save" - Kontext "SpeichernDlg" - if SpeichernDlg.exists(5) then - '/// cancel dialog 'save as' ///' - SpeichernDlg.Cancel - else - qaErrorlog "Second File save dialog did not show up." - endif - - try - Kontext "SpeichernDlg" - SpeichernDlg.Cancel - printlog "smth had been typed in the starting window (just a hint ;-) )" - catch - printlog "--------- no other window want's to get saved. :-)" - endcatch - - Sleep 2 - Printlog " hCloseDocument both" - '/// close document ///' - Call hCloseDocument - sleep 2 - Printlog " first closed" - '/// close application ///' - try - Call hCloseDocument - catch - printlog "any catching?" - endcatch - sleep 1 - Printlog " second closed" - sleep (5) + '/// open application ///' + hNewDocument + '/// type a formula ///' + call SchreibenInMathdok "a over b" + Printlog " '/// open 2. window ///" + hNewDocument + '/// type a formula ///' + call SchreibenInMathdok "a over b" + + Printlog " call save all" + '/// File->Save All ///' + FileSaveAll + Printlog " cancel 1. save" + Kontext "SpeichernDlg" + if SpeichernDlg.exists(5) then + '/// cancel dialog 'save as' ///' + SpeichernDlg.Cancel + else + qaErrorlog "First File save dialog did not show up." + endif + Printlog " cancel 2. save" + Kontext "SpeichernDlg" + if SpeichernDlg.exists(5) then + '/// cancel dialog 'save as' ///' + SpeichernDlg.Cancel + else + qaErrorlog "Second File save dialog did not show up." + endif + + try + Kontext "SpeichernDlg" + SpeichernDlg.Cancel + printlog "smth had been typed in the starting window (just a hint ;-) )" + catch + printlog "--------- no other window want's to get saved. :-)" + endcatch + + Sleep 2 + Printlog " hCloseDocument both" + '/// close document ///' + Call hCloseDocument + sleep 2 + Printlog " first closed" + '/// close application ///' + try + Call hCloseDocument + catch + printlog "any catching?" + endcatch + sleep 1 + Printlog " second closed" + sleep (5) endcase testcase tmExportAsPDF - dim sPDF as string - dim sTemp as string - - sPDF = "PDF - Portable Document Format (.pdf)" - - '/// open application ///' - Call hNewDocument - - '/// click the button 'Export Directly as PDF' on the Functionbar ///' - kontext "Standardbar" - Sleep 5 - ExportAsPDF.click - ' the 'Export as PDF' dialog has to come up, with the only 'File type' 'PDF - Portable Document Format (.pdf)' - kontext "ExportierenDlg" - sTemp = Dateityp.GetSelText - if (sTemp <> sPDF) then - Warnlog "filter for PDF export is missing :-( should: '" + sPDF + "'; is: '" + + "'" - endif - '///+ - set Textbox 'File name' to "abc" ///' - Dateiname.SetText "abc" - '///+ - use the cursor keys in the filebrowser ///' - DateiAuswahl.TypeKeys "" - '///+ - click on the button 'Up one level' ///' - UebergeordneterOrdner.Click - '///+ - click on the button 'Create New Directory' ///' - NeuerOrdner.Click - kontext "NeuerOrdner" - '///+ - - in the dialog $Foldername set textfield 'New' to 'abc' ///' - OrdnerName.SetText "abc" - '///+ - - cancel dialog $Foldername ///' - NeuerOrdner.cancel - kontext "ExportierenDlg" - '///+ - click on the button 'Default Directory' ///' - Standard.Click - '///+ - cancel dialog ///' - Kontext "ExportierenDlg" - ExportierenDlg.Cancel - - '/// close application ///' - Call hCloseDocument + dim sPDF as string + dim sTemp as string + + sPDF = "PDF - Portable Document Format (.pdf)" + + '/// open application ///' + Call hNewDocument + + '/// click the button 'Export Directly as PDF' on the Functionbar ///' + kontext "Standardbar" + Sleep 5 + ExportAsPDF.click + ' the 'Export as PDF' dialog has to come up, with the only 'File type' 'PDF - Portable Document Format (.pdf)' + kontext "ExportierenDlg" + sTemp = Dateityp.GetSelText + if (sTemp <> sPDF) then + Warnlog "filter for PDF export is missing :-( should: '" + sPDF + "'; is: '" + + "'" + endif + '///+ - set Textbox 'File name' to "abc" ///' + Dateiname.SetText "abc" + '///+ - use the cursor keys in the filebrowser ///' + DateiAuswahl.TypeKeys "" + '///+ - click on the button 'Up one level' ///' + UebergeordneterOrdner.Click + '///+ - click on the button 'Create New Directory' ///' + NeuerOrdner.Click + kontext "NeuerOrdner" + '///+ - - in the dialog $Foldername set textfield 'New' to 'abc' ///' + OrdnerName.SetText "abc" + '///+ - - cancel dialog $Foldername ///' + NeuerOrdner.cancel + kontext "ExportierenDlg" + '///+ - click on the button 'Default Directory' ///' + Standard.Click + '///+ - cancel dialog ///' + Kontext "ExportierenDlg" + ExportierenDlg.Cancel + + '/// close application ///' + Call hCloseDocument endcase testcase tmFileProperties -'/// open application ///' - Call hNewDocument - '/// File->Properties... ///' - FileProperties - - Kontext - '/// select tabpage 'General' ///' - active.SetPage TabDokument - Kontext "TabDokument" - Call DialogTest ( TabDokument ) - - Kontext - '/// select tabpage 'Description' ///' - active.SetPage TabDokumentInfo - Kontext "TabDokumentInfo" - Call DialogTest ( TabDokumentInfo ) - - Kontext - '/// select tabpage 'Internet' ///' - active.SetPage TabInternet - Kontext "TabInternet" - Call DialogTest (TabInternet) - TabInternet.Cancel - '/// close application ///' - Call hCloseDocument - - qaerrorlog "#i95523# Custom Properties is not controlable by VCL TestTool Application" - goto endsub - - Kontext - '/// select tabpage 'User defined' ///' - active.SetPage TabBenutzer - Kontext "TabBenutzer" - Call DialogTest ( TabBenutzer ) - '/// click button 'info fields' ///' - Infofelder.Click - Kontext "InfonamenBearbeiten" - Call DialogTest (InfonamenBearbeiten) - '/// close dialog 'edit field names' ///' - InfoNamenBearbeiten.Cancel + '/// open application ///' + Call hNewDocument + '/// File->Properties... ///' + FileProperties + + Kontext + '/// select tabpage 'General' ///' + active.SetPage TabDokument + Kontext "TabDokument" + Call DialogTest ( TabDokument ) + + Kontext + '/// select tabpage 'Description' ///' + active.SetPage TabDokumentInfo + Kontext "TabDokumentInfo" + Call DialogTest ( TabDokumentInfo ) + + Kontext + '/// select tabpage 'Internet' ///' + active.SetPage TabInternet + Kontext "TabInternet" + Call DialogTest (TabInternet) + TabInternet.Cancel + '/// close application ///' + Call hCloseDocument + + qaerrorlog "#i95523# Custom Properties is not controlable by VCL TestTool Application" + goto endsub + + Kontext + '/// select tabpage 'User defined' ///' + active.SetPage TabBenutzer + Kontext "TabBenutzer" + Call DialogTest ( TabBenutzer ) + '/// click button 'info fields' ///' + Infofelder.Click + Kontext "InfonamenBearbeiten" + Call DialogTest (InfonamenBearbeiten) + '/// close dialog 'edit field names' ///' + InfoNamenBearbeiten.Cancel endcase testcase tmFilePrinterSetting -'/// open application ///' - Call hNewDocument - sleep 3 - '/// File->Printer Settings ///' - FilePrintersettings - kontext - if active.exists(2) then - active.ok - qaerrorlog "There is no printer available - please install one on your system!" - endif - Kontext "DruckerEinrichten" - Call DialogTest (DruckerEinrichten) - sleep 2 - '/// cancel dialog 'printer setup' ///' - DruckerEinrichten.Cancel - sleep 2 - '/// close application ///' - Call hCloseDocument + '/// open application ///' + Call hNewDocument + sleep 3 + '/// File->Printer Settings ///' + FilePrintersettings + kontext + if active.exists(2) then + active.ok + qaerrorlog "There is no printer available - please install one on your system!" + endif + Kontext "DruckerEinrichten" + Call DialogTest (DruckerEinrichten) + sleep 2 + '/// cancel dialog 'printer setup' ///' + DruckerEinrichten.Cancel + sleep 2 + '/// close application ///' + Call hCloseDocument endcase -sub hTBOtypeInDoc - SchreibenInMathdok "a over b" -end sub diff --git a/testautomation/math/required/includes/m_002_.inc b/testautomation/math/required/includes/m_002_.inc old mode 100644 new mode 100755 index 860ba8ae0135..d65d49cb188b --- a/testautomation/math/required/includes/m_002_.inc +++ b/testautomation/math/required/includes/m_002_.inc @@ -46,7 +46,7 @@ testcase tmEditUndoRedo hNewDocument kontext "DocumentMath" '/// type something into the document ///' - call hTBOtypeInDoc + call SchreibenInMathdok "a over b" try '/// Edit->Undo ///' EditUndo @@ -70,7 +70,7 @@ testcase tmEditAllClipboard ' Commands.TypeKeys Eingabe '/// type something into the document ///' - call hTBOtypeInDoc + call SchreibenInMathdok "a over b" '/// Edit->Select All ///' EditSelectAllMath Sleep 2 diff --git a/testautomation/math/required/includes/m_007_.inc b/testautomation/math/required/includes/m_007_.inc old mode 100644 new mode 100755 index 9fe712a516a8..99cc9e729412 --- a/testautomation/math/required/includes/m_007_.inc +++ b/testautomation/math/required/includes/m_007_.inc @@ -49,7 +49,7 @@ testcase tmHelpHelpAgent '/// open application ///' Call hNewDocument - hTBOtypeInDoc + SchreibenInMathdok "a over b" HelpHelpAgent ' it's just a switch sleep 2 @@ -62,7 +62,7 @@ endcase testcase tmHelpTips '/// open application ///' Call hNewDocument - hTBOtypeInDoc + SchreibenInMathdok "a over b" HelpTips Sleep 2 @@ -75,7 +75,7 @@ endcase testcase tmHelpExtendedTips '/// open application ///' Call hNewDocument - hTBOtypeInDoc + SchreibenInMathdok "a over b" HelpEntendedHelp Sleep (2) @@ -88,7 +88,7 @@ endcase testcase tmHelpAboutStarOffice '/// open application ///' Call hNewDocument - hTBOtypeInDoc + SchreibenInMathdok "a over b" HelpAboutStarOffice Kontext "UeberStarMath" diff --git a/testautomation/math/required/includes/m_020_.inc b/testautomation/math/required/includes/m_020_.inc old mode 100644 new mode 100755 index b2edf7170ede..31d9fed08c2e --- a/testautomation/math/required/includes/m_020_.inc +++ b/testautomation/math/required/includes/m_020_.inc @@ -40,7 +40,7 @@ testcase tMainToolbar '/// open application ///' Call hNewDocument '/// type something into document ///' - hTBOtypeInDoc + SchreibenInMathdok "a over b" kontext "Toolbar" '/// click buttons on Main Toolbar ///' '/// click 'Zoom in' ///' -- cgit From 3838624a088cd2e06b097b084bb94b78e334d332 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 22 Apr 2010 13:59:07 +0200 Subject: vitomation01: #i109562 - Speedup --- .../global/tools/includes/required/t_tools3.inc | 3 + testautomation/math/required/includes/m_001_.inc | 379 +++++++++++---------- 2 files changed, 208 insertions(+), 174 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 721d7470bc13..7309e5026365 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -995,12 +995,15 @@ function hUseAsyncSlot( cSlot as string ) as integer try select case ( slot ) case "fileclose" : FileClose + case "filesave" : FileSave case "filesaveas" : FileSaveAs( "SynchronMode", TRUE ) case "filesaveall" : FileSaveAll( "SynchronMode", TRUE ) case "fileexport" : FileExport case "filereload" : FileReload( "SynchronMode", TRUE ) case "fileopen" : FileOpen case "fileprint" : FilePrint + case "fileprintersettings" : FilePrintersettings + case "fileproperties" : FileProperties case "editdoc" : EditDoc case "editcopy" : EditCopy diff --git a/testautomation/math/required/includes/m_001_.inc b/testautomation/math/required/includes/m_001_.inc index 1e9a1be3fae3..7696cb852d29 100644 --- a/testautomation/math/required/includes/m_001_.inc +++ b/testautomation/math/required/includes/m_001_.inc @@ -39,7 +39,8 @@ Const cActFilterExt = ".odf" ' used filter for save (extension) ' Datei$ = convertpath( gOfficePath + "user\work\Erwin2"+cActFilterExt) ' Datei = convertpath(gofficepath + "user\work\test"+cActFilterExt) -sub M_001Printlog Chr(13) + "-- File Menu m_001_ --" +sub M_001_ + Printlog Chr(13) + "-- File Menu m_001_ --" cActFilter = gMathFilter @@ -104,76 +105,79 @@ testcase tmFileNew endcase testcase tmFilePassword + Dim DokumentPfad$ Dim Datei$ '/// open application ///' hFileCloseAll() hNewDocument '/// type a formula ///' - SchreibenInMathdok "a over b" + SchreibenInMathdok "a over b" : WaitSlot() printlog "'/// - save doc as "+cActFilter+" with passwd - ///'" - FileSaveAs + hUseAsyncSlot( "FileSaveAs" ) + Kontext "SpeichernDlg" - Datei$ = convertpath( gOfficePath + "user\work\killme" + cActFilterExt) - if Dir (Datei$) <> "" then kill Datei$ - printlog " Testfile: "+Datei$ - 'Dateityp.Select (cActFilter) - Passwort.Check - Dateiname.SetText Datei$ - Speichern.Click - Kontext "Active" - if Active.Exists (5) then - ' TBO: ??? what will be ??! - Printlog "(1/5) " + Active.GetText - Active.Yes - end if + if ( SpeichernDlg.exists( 2 ) ) then + Datei$ = convertpath( gOfficePath + "user\work\killme" + cActFilterExt) + hDeleteFile( Datei$ ) + + printlog " Testfile: "+Datei$ + Passwort.Check + Dateiname.SetText Datei$ + Speichern.Click + Kontext "Active" + if Active.Exists (5) then + ' TBO: ??? what will be ??! + Printlog "(1/5) " + Active.GetText + hCloseDialog( Active, "yes" ) + end if + else + warnlog( "File Save As dialog did not open" ) + endif printlog "'/// Try wrong passwd confirmation ///'" - Sleep 2 Kontext "PasswordFileSave" - sleep (2) - try + if ( PasswordFileSave.exists( 2 ) ) then Password.SetText "12345" PasswordConfirm.Settext "54321" - PasswordFileSave.OK - Sleep 2 - catch - warnlog "had to ask for passwd!!!!" - endcatch - Kontext - if (Active.Exists (5) = FALSE ) then - Warnlog "Wrong passwordinput not detected" + hCloseDialog( PasswordFileSave, "ok" ) else + warnlog( "Password dialog on File Save is missing" ) + endif + + Kontext + if ( Active.Exists ( 5 ) ) then Printlog "(2/5) " + Active.GetText - Active.OK + hCloseDialog( Active, "ok" ) + else + Warnlog "Wrong passwordinput not detected" end if printlog "'/// Now do it right ///'" Kontext "PasswordFileSave" - try + if ( PasswordFileSave.exists( 3 ) ) then Password.SetText "12345" PasswordConfirm.Settext "12345" - PasswordFileSave.OK - catch - warnlog "had to ask for passwd!!!!" - endcatch + hCloseDialog( PasswordFileSave, "ok" ) + else + warnlog( "Password dialog on File Save is missing" ) + endif - Sleep 2 printlog "'/// Gotcha & Close file/window ///'" - FileClose - sleep 1 + hUseAsyncSlot( "FileClose" ) printlog "'/// load again with wrong passwd ///'" - Call hFileOpen Datei$ - sleep 1 + Call hFileOpen( Datei$ ) + Kontext "PasswordFileOpen" - try + if ( PasswordFileOpen.exists( 3 ) ) then Passwortname.SetText "34567" - PasswordFileOpen.OK - catch - warnlog "had to ask for passwd!!!!" - endcatch + hCloseDialog( PasswordFileOpen, "ok" ) + else + warnlog( "Password dialog on File Open is missing" ) + endif + Kontext "Active" if Active.Exists(5) then Printlog "(3/5) " + Active.GetText @@ -183,29 +187,33 @@ testcase tmFilePassword end if printlog "'///load now with right passwd ///'" - Sleep 3 - 'Call hDateiOeffnen Datei$ Kontext "PasswordFileOpen" - try + if ( PasswordFileOpen.exists( 3 ) ) then Passwortname.SetText "12345" - PasswordFileOpen.OK - catch - warnlog "had to ask for passwd!!!!" - endcatch - Sleep 2 + hCloseDialog( PasswordFileOpen, "ok" ) + else + warnlog( "Password dialog on File Open is missing" ) + endif printlog "'/// - save doc with new name under 6.... (has to be automagical selected by loading this doc!) w/o passwd - ///'" Datei$ = convertpath( gOfficePath + "user\work\Erwin2"+cActFilterExt) - if Dir (Datei$) <> "" then kill Datei$ - FileSaveAs + hDeleteFile( Datei$ ) + + hUseAsyncSlot( "FileSaveAs" ) + Kontext "SpeichernDlg" - Dateiname.SetText Datei$ - if (Passwort.IsChecked <> TRUE) then - Warnlog "#i36015# Password has to be checked! :-(" - Passwort.Check - printlog "will be forced checked no!" + if ( SpeichernDlg.exists( 2 ) ) then + Dateiname.SetText Datei$ + if (Passwort.IsChecked <> TRUE) then + Warnlog "#i36015# Password has to be checked! :-(" + Passwort.Check + printlog "will be forced checked no!" + endif + Speichern.Click + else + warnlog( "File Save dialog is missing" ) endif - Speichern.Click + Kontext "Messagebox" '/// (if messagebox comes up, say YES) ///' if Messagebox.Exists(2) then @@ -213,33 +221,37 @@ testcase tmFilePassword endif '/// password dialog has to show up! ///' Kontext "PasswordFileSave" - if (PasswordFileSave.Exists(5) = FALSE)then - Warnlog "- Password dialog Didn't popped up after pressing save" - else - Kontext "PasswordFileSave" + if ( PasswordFileSave.exists( 2 ) ) then '/// type password "a12345", confirm password: "a12345" -> RIGHT ///' Password.SetText "a12345" PasswordConfirm.SetText "a12345" - PasswordFileSave.OK - sleep 2 - '/// close document ///' - FileClose - sleep 1 + hCloseDialog( PasswordFileSave, "ok" ) + else + warnlog( "Password dialog on FileSave is missing" ) endif + '/// close document ///' + hUseAsyncSlot( "FileClose" ) '/// open document ///' - FileOpen - sleep 1 + hUseAsyncSlot( "FileOpen" ) + Kontext "OeffnenDlg" - Dateiname.SetText Datei$ - Oeffnen.Click - Kontext "PasswordFileOpen" - sleep 1 - '/// type password: "a12345" -> RIGHT ///' - PasswortName.SetText "a12345" - PasswordFileOpen.OK - sleep 5 - '/// File->SaveAs ///' - FileSaveAs + if ( OeffnenDlg.exists( 2 ) ) then + Dateiname.SetText Datei$ + Oeffnen.Click + Kontext "PasswordFileOpen" + if ( PasswordFileOpen.exists( 2 ) ) then + '/// type password: "a12345" -> RIGHT ///' + PasswortName.SetText "a12345" + hCloseDialog( PasswordFileOpen, "ok" ) + else + warnlog( "Password dialog on FileOpen is missing" ) + endif + else + warnlog( "Failed to open File Open dialog" ) + endif + +'/// File->SaveAs ///' + hUseAsyncSlot( "FileSaveAs" ) Kontext "SpeichernDlg" Dateiname.SetText Datei$ if (Passwort.IsChecked <> TRUE) then @@ -258,9 +270,9 @@ testcase tmFilePassword if (PasswordFileSave.Exists(5))then Warnlog "- Password dialog neeedn't popped up after pressing save" Kontext "PasswordFileSave" - passwordFileSave.cancel + hCloseDialog( passwordFileSave, "cancel" ) '/// close document ///' - FileClose + hUseAsyncSlot( "FileClose" ) else '/// close document ///' hCloseDocument @@ -274,7 +286,7 @@ testcase tmFileReload dim sFilterExt() as string Datei = convertpath(gofficepath + "user\work\test"+cActFilterExt) - if Dir (Datei) <> "" then kill (Datei) + hDeleteFile( Datei ) ' make sure saving in latest math filter works, checking global filtername and if necessary change it sFilter = hGetUIFiltername("math8") @@ -284,19 +296,24 @@ testcase tmFileReload '/// type a formula ///' call SchreibenInMathdok "a over b" '/// File->Save As ///' - FileSaveAs + hUseAsyncSlot( "FileSaveAs" ) Kontext "SpeichernDlg" - '/// select the actual default file format ///' - Dateityp.Select (hFindFilterPosition( sFilter )) - '/// type a file name ///' - Dateiname.SetText Datei - '/// click button 'save' ///' - Speichern.Click - Kontext "Active" - if Active.Exists(2) then Active.Yes - sleep 3 + if ( SpeichernDlg.exists( 2 ) ) then + '/// select the actual default file format ///' + Dateityp.Select (hFindFilterPosition( sFilter )) + '/// type a file name ///' + Dateiname.SetText Datei + '/// click button 'save' ///' + Speichern.Click + Kontext "Active" + + if Active.Exists(2) then hCloseDialog( Active, "yes" ) + else + warnlog( "File Save dialog did not open" ) + endif + '/// File->Close ///' - FileClose + hUseAsyncSlot( "FileClose" ) Kontext if MessageBox.Exists (1) then WarnLog "After Saving and Closing the following MessageBox appears: " + MessageBox.GetText @@ -304,15 +321,15 @@ testcase tmFileReload end if '/// open just saved file ///' - Call hFileOpen Datei + Call hFileOpen( Datei ) '/// type a formula ///' + sleep( 2 ) call SchreibenInMathdok "a over b" - sleep (3) - '/// File->Reload ///' - FileReload - sleep (3) + sleep( 2 ) +'/// File->Reload ///' + hUseAsyncSlot( "FileReload" ) Kontext - if Active.Exists (1) then + if Active.Exists ( 3 ) then PrintLog "Say no to: " + Active.GetText '/// say NO to active ///' active.No @@ -320,9 +337,9 @@ testcase tmFileReload WarnLog "Missing smth to say no to! " end if - Sleep 3 + '/// File->Reload ///' - FileReload + hUseAsyncSlot( "FileReload" ) Kontext if Active.Exists (1) then PrintLog "Said yes to: " + Active.GetText @@ -381,16 +398,17 @@ testcase tmFileOpen '/// File->Open ///' FileOpen Kontext "OeffnenDlg" - '/// klick button 'Up one level' ///' - UebergeordneterOrdner.Click - '/// klick button 'Default Directory' ///' - Standard.Click - '/// check checkbox 'Read Only' ///' - NurLesen.check - Call DialogTest ( OeffnenDlg ) - '/// cancel dialog 'Open' ///' - OeffnenDlg.Cancel - Sleep 2 + if ( OeffnenDlg.exists( 2 ) ) then + '/// klick button 'Up one level' ///' + UebergeordneterOrdner.Click + '/// klick button 'Default Directory' ///' + Standard.Click + '/// check checkbox 'Read Only' ///' + NurLesen.check + Call DialogTest ( OeffnenDlg ) + '/// cancel dialog 'Open' ///' + hCloseDialog( OeffnenDlg, "cancel" ) + endif '/// close application ///' Call hCloseDocument endcase @@ -399,10 +417,11 @@ testcase tmFileClose '/// open application ///' hNewDocument ' just for the records: i open ONE document '/// type a formula ///' + sleep( 2 ) call SchreibenInMathdok "a over b" - sleep (2) - '/// File->Close ///' - FileClose + sleep( 2 ) +'/// File->Close ///' + hUseAsyncSlot( "FileClose" ) Kontext ' expecting 'modified, do you want to close?' if active.exists (5) then printlog " ok, active came up: " + active.gettext @@ -411,24 +430,27 @@ testcase tmFileClose else warnlog "active missing (1)" endif - sleep (2) + '/// File->Close ///' - FileClose + hUseAsyncSlot( "FileClose" ) Kontext '/// say YES to active about 'modified stuff :-)' ///' - Active.Yes ' but now - records: this document is closed - sleep (2) + hCloseDialog( Active, "yes" ) + Kontext "SpeichernDlg" - Call DialogTest ( SpeichernDlg ) - '/// cancel dialog 'Save As' ///' - SpeichernDlg.Cancel - sleep (2) + if ( SpeichernDlg.exists( 2 ) ) then + Call DialogTest ( SpeichernDlg ) + '/// cancel dialog 'Save As' ///' + hCloseDialog( SpeichernDlg, "cancel" ) + else + warnlog( "File Save dialog did not open" ) + endif '/// File->Close ///' - FileClose ' now the office gets closed! (if there were no modifications!) + hUseAsyncSlot( "FileClose" ) ' now the office gets closed! (if there were no modifications!) Kontext - if active.exists (5) then Active.No - sleep (2) + if active.exists (5) then hCloseDialog( Active, "No" ) + endcase testcase tmFileSave @@ -437,20 +459,23 @@ testcase tmFileSave '/// type a formula ///' call SchreibenInMathdok "a over b" '/// File->Save ///' - FileSave - sleep 2 + hUseAsyncSlot( "FileSave" ) + Kontext "SpeichernDlg" - UebergeordneterOrdner.click - Standard.Click - ' NeuerOrdner.Click - ' DateiAuswahl.TypeKeys "Hallo" - ' DateiLoeschen - ' Kontext "Messagebox" - ' MessageBox.Yes - Call DialogTest (SpeichernDlg) - '/// cancel dialog 'Save' ///' - SpeichernDlg.Cancel - sleep 2 + if ( SpeichernDlg.exists( 2 ) ) then + UebergeordneterOrdner.click + Standard.Click + ' NeuerOrdner.Click + ' DateiAuswahl.TypeKeys "Hallo" + ' DateiLoeschen + ' Kontext "Messagebox" + ' MessageBox.Yes + Call DialogTest (SpeichernDlg) + '/// cancel dialog 'Save' ///' + hCloseDialog( SpeichernDlg, "cancel" ) + else + warnlog( "File Save dialog did not open" ) + endif '/// close application ///' Call hCloseDocument endcase @@ -462,31 +487,32 @@ testcase tmFileSaveAs '/// type a formula ///' call SchreibenInMathdok "a over b" '/// File->Save As ///' - FileSaveAs - sleep 1 + hUseAsyncSlot( "FileSaveAs" ) + Kontext "SpeichernDlg" - if (SpeichernDlg.exists (5) = FALSE) then - warnlog "error :-(" + if (SpeichernDlg.exists ( 5 ) ) then + + '/// check ceckbox 'save with Password' ///' + Passwort.check + '/// UNcheck ceckbox 'save with Password' ///' + Passwort.uncheck + '/// click button 'up one level' ///' + UebergeordneterOrdner.click + '/// click button 'default directory' ///' + Standard.Click + '/// click button 'create new directory' ///' + NeuerOrdner.click + kontext "NeuerOrdner" + '/// cancel dialog 'create new folder' ///' + NeuerOrdner.cancel + Kontext "SpeichernDlg" + Call DialogTest (SpeichernDlg) + '/// cancel dialog 'Save As' ///' + hCloseDialog( SpeichernDlg, "cancel" ) + else + warnlog( "File Save dialog did not open" ) endif - sleep 2 - '/// check ceckbox 'save with Password' ///' - Passwort.check - '/// UNcheck ceckbox 'save with Password' ///' - Passwort.uncheck - '/// click button 'up one level' ///' - UebergeordneterOrdner.click - '/// click button 'default directory' ///' - Standard.Click - '/// click button 'create new directory' ///' - NeuerOrdner.click - kontext "NeuerOrdner" - '/// cancel dialog 'create new folder' ///' - NeuerOrdner.cancel - Kontext "SpeichernDlg" - Call DialogTest (SpeichernDlg) - '/// cancel dialog 'Save As' ///' - SpeichernDlg.Cancel - sleep (2) + '/// close application ///' Call hCloseDocument endcase @@ -583,7 +609,7 @@ testcase tmExportAsPDF Standard.Click '///+ - cancel dialog ///' Kontext "ExportierenDlg" - ExportierenDlg.Cancel + hCloseDialog( ExportierenDlg, "cancel" ) '/// close application ///' Call hCloseDocument @@ -593,7 +619,7 @@ testcase tmFileProperties '/// open application ///' Call hNewDocument '/// File->Properties... ///' - FileProperties + hUseAsyncSlot( "FileProperties" ) Kontext '/// select tabpage 'General' ///' @@ -612,7 +638,7 @@ testcase tmFileProperties active.SetPage TabInternet Kontext "TabInternet" Call DialogTest (TabInternet) - TabInternet.Cancel + hCloseDialog( TabInternet, "cancel" ) '/// close application ///' Call hCloseDocument @@ -629,26 +655,31 @@ testcase tmFileProperties Kontext "InfonamenBearbeiten" Call DialogTest (InfonamenBearbeiten) '/// close dialog 'edit field names' ///' - InfoNamenBearbeiten.Cancel + hCloseDialog( InfoNamenBearbeiten, "cancel" ) endcase testcase tmFilePrinterSetting '/// open application ///' Call hNewDocument - sleep 3 - '/// File->Printer Settings ///' - FilePrintersettings + +'/// File->Printer Settings ///' + hUseAsyncSlot( "FilePrintersettings" ) kontext if active.exists(2) then active.ok qaerrorlog "There is no printer available - please install one on your system!" endif + Kontext "DruckerEinrichten" - Call DialogTest (DruckerEinrichten) - sleep 2 - '/// cancel dialog 'printer setup' ///' - DruckerEinrichten.Cancel - sleep 2 + if ( DruckerEinrichten.exists( 2 ) ) then + Call DialogTest (DruckerEinrichten) + + '/// cancel dialog 'printer setup' ///' + hCloseDialog( DruckerEinrichten, "cancel" ) + else + warnlog( "Printer Configuration dialog did not open" ) + endif + '/// close application ///' Call hCloseDocument endcase -- cgit From 348d7dca303360f82e1fd53e1a5ec63f5f7917d4 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 26 Apr 2010 13:04:34 +0200 Subject: vitomation01: #i109562 - Re-apply patch from CWS autmatindev300m76cat0 as all attempts to fix the sMakeReadonlyDocumentEditable() problem for good failed. --- .../global/tools/includes/required/t_doc2.inc | 131 ++++++++++++--------- 1 file changed, 76 insertions(+), 55 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 488fd23a40a1..3d7b8beae242 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -115,75 +115,96 @@ end sub ' function sMakeReadOnlyDocumentEditable() as boolean - ' Switch a write protected document to edit mode. - const CFN = "sMakeReadOnlyDocumentEditable(): " +function sMakeReadOnlyDocumentEditable() as boolean - ' Timings - const MAX_RETRIES = 5 - const MAX_DELAY = 500 - const MAX_DIALOG_DELAY = 2 - - ' States - const ITEM_STATE = 2 - const BUTTON_RELEASED = 0 - const BUTTON_PRESSED = 1 + ' Function returns TRUE if document has been made editable and FALSE if + ' no action was required (that is: Document was not read-only) dim iTry as integer + dim iWait as integer + dim rc as integer + const CFN = "sMakeReadOnlyDocumentEditable::" - WaitSlot( MAX_DELAY * 10 ) ' Let all running slots finish + if ( VERBOSE ) then printlog( CFN & "Making document editable (create a copy) if it is readonly" ) - ' Try to click the Edit-Button on the Standardbar - kontext "StandardBar" - for iTry = 1 to MAX_RETRIES - try - if ( Bearbeiten.getState( ITEM_STATE ) = BUTTON_RELEASED ) then - Bearbeiten.click() - exit for - else - printlog( CFN & "Failed to switch to edit mode, button has incorrect state" ) - endif - catch - printlog( CFN & "Failed to switch to edit mode, retrying..." ) - endcatch - wait( MAX_DELAY ) - next iTry + ' We still run into synchronization problems with the "Make document editable" feature + ' because we do not know when this button becomes available and ready for use: The + ' document has to be loaded, then we have to wait for the toolbar to get populated. + ' One thing appears to work though: Try to execute the slot using hUseAsyncSlot. + ' This is a little bit tricky because the state of the document is altered but if + ' the slot has been executed once we know for sure that the button on the toolbar is + ' available and can check its state and - if need be - chenge the document state back. - ' Probe for messageboxes, the "Use copy" message is allowed, all others are not + ' ========== Workaround begin ========== + hUseAsyncSlot( "EditDoc" ) kontext "Active" - if ( Active.exists( MAX_DIALOG_DELAY ) ) then - kontext "Active" - if ( hCloseDialog( Active, "yes" ) ) then - ' This is the expected/allowed "Use copy" message - else - ' This is most likely the "Object not found" message (which is a bug) - printlog( CFN & Active.getText() ) - hCloseDialog( Active, "ok" ) - warnlog( CFN & "Errormessage closed with " ) - endif + if ( Active.exists() ) then + if ( VERBOSE ) then printlog( "Handling create copy message" ) + Active.yes() + wait( 1000 ) endif + ' ========== Workaround end ========== + Kontext "Standardbar" + iWait = 0 + Do + if ( Bearbeiten.IsEnabled() ) then + try + if Bearbeiten.getState( 2 ) = 0 then + exit do + endif + catch + if ( VERBOSE ) then printlog "Attempt " & iWait & " to make document readable failed" + iWait = iWait + 1 + wait ( 1000 ) + endcatch + else + if ( VERBOSE ) then printlog "Attempt " & iWait & " to make document readable failed" + iWait = iWait + 1 + wait ( 1000 ) + end if + if iWait >= 5 then exit do + Loop - WaitSlot( MAX_DELAY * 10 ) ' Let the document switch mode + if ( Bearbeiten.IsEnabled() ) then - ' Verify the state of the Edit-Button, it must be either disabled or pressed. - try - kontext "StandardBar" - if ( Bearbeiten.isEnabled() ) then - if ( Bearbeiten.getState( ITEM_STATE ) = BUTTON_PRESSED ) then - printlog( "Document already is in edit-mode (Edit button pressed)" ) - sMakeReadOnlyDocumentEditable() = true + if ( Bearbeiten.getState( 2 ) = 0 ) then + + rc = hUseAsyncSlot("editdoc") + + if ( rc >= 0 ) then + for iTry = 1 to 2 + + + Kontext "Active" + if ( Active.exists( 5 ) ) then + + printlog( CFN & "Messagebox: " & Active.getText() ) + + try + if ( VERBOSE ) then printlog( CFN & "Document was read-only. A copy will be used." ) + Active.Yes() + if ( VERBOSE ) then printlog( CFN & "Closed 'use copy' message" ) + catch + if ( VERBOSE ) then printlog( CFN & "Probing for unexpected messagebox..." ) + active.ok() + qaerrorlog( "#i100701 - Object not found message" ) + endcatch + else + printlog( CFN & "No messagebox informing about a copy being used" ) + endif + sMakeReadOnlyDocumentEditable() = TRUE + next iTry else - warnlog( CFN & "Document is still in view-mode (Mode switch failed)" ) - sMakeReadOnlyDocumentEditable() = false + printlog( CFN & "Document appears to be editable" ) endif else - printlog( "Document has been switched to edit-mode (Edit button disabled, using copy)" ) - sMakeReadOnlyDocumentEditable() = true + if ( VERBOSE ) then printlog( CFN & "Button is pressed, document is editable" ) + sMakeReadOnlyDocumentEditable() = FALSE endif - catch - warnlog( CFN & "Failed to retrieve status for Edit button" ) - sMakeReadOnlyDocumentEditable() = false - endcatch - + else + if ( VERBOSE ) then printlog( CFN & "Control is not enabled" ) + endif + end function ' '------------------------------------------------------------------------------- -- cgit From b34875cdbcc41f1de20ef98ab3bd643644ce4ded Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 26 Apr 2010 13:32:03 +0200 Subject: vitomation01: #i109562 - Re-apply patch from CWS autmatindev300m76cat0 as all attempts to fix the sMakeReadonlyDocumentEditable() problem for good failed. --- testautomation/global/tools/includes/required/t_doc2.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 3d7b8beae242..876c33e6aca0 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -113,8 +113,6 @@ end sub ' '------------------------------------------------------------------------------- ' -function sMakeReadOnlyDocumentEditable() as boolean - function sMakeReadOnlyDocumentEditable() as boolean ' Function returns TRUE if document has been made editable and FALSE if -- cgit From 2873d80f354ccddfab1f40ffcc90db4eb298b9a5 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 27 Apr 2010 11:45:31 +0200 Subject: vitomation01: Fix VERBOSE <> GVERBOSE typo introduced when going back to HDEs sMakeReadonlyDocumentEditable patch --- .../global/tools/includes/required/t_doc2.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 876c33e6aca0..cccef572bda7 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -123,7 +123,7 @@ function sMakeReadOnlyDocumentEditable() as boolean dim rc as integer const CFN = "sMakeReadOnlyDocumentEditable::" - if ( VERBOSE ) then printlog( CFN & "Making document editable (create a copy) if it is readonly" ) + if ( GVERBOSE ) then printlog( CFN & "Making document editable (create a copy) if it is readonly" ) ' We still run into synchronization problems with the "Make document editable" feature ' because we do not know when this button becomes available and ready for use: The @@ -137,7 +137,7 @@ function sMakeReadOnlyDocumentEditable() as boolean hUseAsyncSlot( "EditDoc" ) kontext "Active" if ( Active.exists() ) then - if ( VERBOSE ) then printlog( "Handling create copy message" ) + if ( GVERBOSE ) then printlog( "Handling create copy message" ) Active.yes() wait( 1000 ) endif @@ -151,12 +151,12 @@ function sMakeReadOnlyDocumentEditable() as boolean exit do endif catch - if ( VERBOSE ) then printlog "Attempt " & iWait & " to make document readable failed" + if ( GVERBOSE ) then printlog "Attempt " & iWait & " to make document readable failed" iWait = iWait + 1 wait ( 1000 ) endcatch else - if ( VERBOSE ) then printlog "Attempt " & iWait & " to make document readable failed" + if ( GVERBOSE ) then printlog "Attempt " & iWait & " to make document readable failed" iWait = iWait + 1 wait ( 1000 ) end if @@ -179,11 +179,11 @@ function sMakeReadOnlyDocumentEditable() as boolean printlog( CFN & "Messagebox: " & Active.getText() ) try - if ( VERBOSE ) then printlog( CFN & "Document was read-only. A copy will be used." ) + if ( GVERBOSE ) then printlog( CFN & "Document was read-only. A copy will be used." ) Active.Yes() - if ( VERBOSE ) then printlog( CFN & "Closed 'use copy' message" ) + if ( GVERBOSE ) then printlog( CFN & "Closed 'use copy' message" ) catch - if ( VERBOSE ) then printlog( CFN & "Probing for unexpected messagebox..." ) + if ( GVERBOSE ) then printlog( CFN & "Probing for unexpected messagebox..." ) active.ok() qaerrorlog( "#i100701 - Object not found message" ) endcatch @@ -196,11 +196,11 @@ function sMakeReadOnlyDocumentEditable() as boolean printlog( CFN & "Document appears to be editable" ) endif else - if ( VERBOSE ) then printlog( CFN & "Button is pressed, document is editable" ) + if ( GVERBOSE ) then printlog( CFN & "Button is pressed, document is editable" ) sMakeReadOnlyDocumentEditable() = FALSE endif else - if ( VERBOSE ) then printlog( CFN & "Control is not enabled" ) + if ( GVERBOSE ) then printlog( CFN & "Control is not enabled" ) endif end function -- cgit From 15fcb8767a97299a32eac84194c1d93d82af002a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 28 Apr 2010 09:25:07 +0200 Subject: vitomation01: #i108621 - Removed sEditFields and restored the single test cases for Writer and HTML --- testautomation/writer/required/includes/w_002_.inc | 25 +++------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 013b4bb857ec..1a792740a3a5 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -63,8 +63,7 @@ sub w_002_ 'Writer Master Document gApplication = "MASTERDOCUMENT" Call tMasterDocEditNavigator - - Call tHtmlDocEditFields + Call tEditFields gApplication = "WRITER" @@ -980,27 +979,9 @@ testcase tEditHyperlink Call hCloseDocument endcase -'---------------------------------------------------------------- - -testcase tEditFields - - gApplication = "WRITER" - call sEditFields() - -endcase - ' ---------------------------------------------------------------- -testcase tHtmlDocEditFields - - gApplication = "HTML" - call sEditFields() - -endcase - -' ---------------------------------------------------------------- - -sub sEditfields +testcase tEditfields PrintLog( "Edit/Fields: Edit Fields dialog: " & gApplication ) dim iCurrentType as integer @@ -1076,7 +1057,7 @@ sub sEditfields PrintLog( "Close active document" ) Call hCloseDocument() -end sub +endcase '---------------------------------------------------------------- -- cgit From 8b9d8fb8b856a86648fad9ff45977200adf33795 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 28 Apr 2010 13:04:43 +0200 Subject: vitomation01: #i108621 - Need to explicitly set gApplication before running tEditFields, the previous test sets it at the end and thus disables the setting from sub w_002_ --- testautomation/writer/required/includes/w_002_.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 1a792740a3a5..c1c187999777 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -63,6 +63,8 @@ sub w_002_ 'Writer Master Document gApplication = "MASTERDOCUMENT" Call tMasterDocEditNavigator + + gApplication "HTML" Call tEditFields gApplication = "WRITER" @@ -981,7 +983,7 @@ endcase ' ---------------------------------------------------------------- -testcase tEditfields +testcase tEditFields PrintLog( "Edit/Fields: Edit Fields dialog: " & gApplication ) dim iCurrentType as integer -- cgit From 9692ac585fbf81fe6434025b92ada23017384fe0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 29 Apr 2010 11:14:47 +0200 Subject: vitomation01: #i111247 - Attempt to rework and simplify hRenameTab(). This has been one of the very troublesome functions that ended up looking rather awkward and were not really understandable from a logical point of view. However, chances are small that the new implementation is really going to work... --- .../tools/includes/optional/t_basic_ide_tools.inc | 91 +++++++--------------- 1 file changed, 27 insertions(+), 64 deletions(-) mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_basic_ide_tools.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc old mode 100644 new mode 100755 index 9e1344c67bf1..58b0cbecf5e8 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -305,76 +305,39 @@ end function function hRenameTab( cTabName as string ) as integer - '///

                    Rename the first tab in the Basic IDE Tabbar

                    - '///Starting point: Basic IDE is open, at least one tab exists
                    - '///Return values are: - '///
                      - '///+
                    • 0 = Tab was correctly renamed
                    • - '///+
                    • 1 = Invalid name warning is displayed (handle outside of function)
                    • - '///+
                    • 2 = Unknown error / failed to rename the tab
                    • - '///+
                    • 3 = Unable to access context menu
                    • - '///
                    - '///Description - '///
                      - const CFN = "hRenameTab(): " - const RETVAL_SUCCESS = 0 - const RETVAL_UNKNOWN_MESSAGE = 1 - const RETVAL_UNKNOWN_ERROR = 2 - const RETVAL_NO_CONTEXT_MENU = 3 - - dim cString as string - dim iWait as integer - dim iTry as integer - dim brc as boolean : brc = false - cString = "" & cTabName & "" - kontext "basicide" - - '///+
                    • Open the context menu of the tabbar
                    • - for iTry = 1 to 5 - try - kontext "basicide" - Tabbar.OpenContextMenu - hMenuSelectNr( 3 ) - sleep( 2 ) - brc = true + const MENUITEM_RENAME = 3 + const MAX_WAIT = 1000 + + const RETVAL_SUCCESS = 0 + const RETVAL_NO_IDE = 1 + const RETVAL_NO_ACCESS = 2 + const RETVAL_NO_MENU = 3 + kontext "BasicIDE" + if ( BasicIDE.exists() ) then + try + hRenameTab() = RETVAL_NO_MENU + Tabbar.openContextMenu() + hMenuSelectNr( MENUITEM_RENAME ) + WaitSlot( MAX_WAIT ) + + ' At this point the string on the tab should be selected, print the + ' string to the log and overwrite it with the new name + hRenameTab() = RETVAL_NO_ACCESS + printlog( "Current modulename is: " & Tabbar.getSelText() ) + Tabbar.typeKeys( cTabName ) + Tabbar.typeKeys( "" ) + hRenameTab() = RETVAL_SUCCESS catch - printlog( "No context menu, retrying..." ) + warnlog( CFN & "Failed to rename the current module" ) endcatch - next iTry - '///+
                    • Select to rename the tab
                    • - if ( not brc ) then - warnlog( CFN & "Unable to access Context Menu" ) - hRenameTab() = RETVAL_NO_CONTEXT_MENU - exit function + else + warnlog( CFN & "BASIC IDE is not open" ) + hRenameTab() = RETVAL_NO_IDE endif - - try - '///+
                    • Overwrite the old name of the tab
                    • - kontext "basicide" - Tabbar.TypeKeys( cString , true ) - hRenameTab() = RETVAL_SUCCESS - printlog( CFN & "Tab renamed: " & cTabName ) - catch - '///+
                    • Handle possible errors
                    • - hRenameTab() = RETVAL_UNKNOWN_ERROR - warnlog( CFN & "Failed to rename tab: " & cTabName ) - exit function - endcatch - - kontext "active" - for iWait = 1 to 3 - if ( active.exists( 1 ) ) then - hRenameTab() = RETVAL_UNKNOWN_MESSAGE - printlog( CFN & "Invalid name for tab: Warning is displayed" ) - exit for - endif - next iWait - '///+
                    • Return 0, 1 or 2
                    • - '///
                    - + end function '******************************************************************************* -- cgit From 80324e10eb830ca3523e0b040d3d14b8a634a083 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 29 Apr 2010 11:44:19 +0200 Subject: vitomation01: #i109562 - Fixed syntax error --- .../framework/optional/includes/basic_delete_modules.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_delete_modules.inc b/testautomation/framework/optional/includes/basic_delete_modules.inc index 3a639f01e728..5418c322ce96 100755 --- a/testautomation/framework/optional/includes/basic_delete_modules.inc +++ b/testautomation/framework/optional/includes/basic_delete_modules.inc @@ -77,10 +77,10 @@ testcase tDeleteModulesAtRunningBasic iMenuItemCount = hMenuItemGetCount() select case ( iMenuItemCount ) - case 2 : printlog( "Correct number of items in menu: " & iMenuItemCount ) - case 3 : warnlog ( "Delete is active in context menu for a running macro => BUG!" ) - case 5 : warnlog ( "#i101972# - Disabled entries are shown in context menu on tab bar" ) - default : warnlog ( "Incorrect itemcount in context menu: " & iMenuItemCount ) + case 2 : printlog( "Correct number of items in menu: " & iMenuItemCount ) + case 3 : warnlog ( "Delete is active in context menu for a running macro => BUG!" ) + case 5 : warnlog ( "#i101972# - Disabled entries are shown in context menu on tab bar" ) + case else : warnlog ( "Incorrect itemcount in context menu: " & iMenuItemCount ) end select catch warnlog( "Unable to retrieve the number of menuitems" ) -- cgit From a0e0bebfb8de025f718c64783b20caf504dd3739 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 29 Apr 2010 14:15:03 +0200 Subject: vitomation01: #i111247 - Repair broken test --- .../optional/includes/basic_modulenames.inc | 132 ++++++++++----------- .../tools/includes/optional/t_basic_ide_tools.inc | 42 ++++--- .../includes/optional/t_basic_organizer_tools.inc | 41 ++++--- 3 files changed, 110 insertions(+), 105 deletions(-) mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_modulenames.inc b/testautomation/framework/optional/includes/basic_modulenames.inc index 5d41641735bd..85e4227a1d28 100755 --- a/testautomation/framework/optional/includes/basic_modulenames.inc +++ b/testautomation/framework/optional/includes/basic_modulenames.inc @@ -45,54 +45,48 @@ testcase tBasicIdeModuleNames ' ------ prerequisites --------- - brc = hInitBasicIde( CMODULE ) - - - brc = hInsertMacro( 1 ) - if ( rc <> 0 ) then - warnlog( "Failed to insert macro" ) - endif + hInitBasicIde( CMODULE ) + if ( hInsertMacro( 1 ) = 0 ) then - cTabName = hGetTabNameFromOrganizer() + cTabName = hGetTabNameFromOrganizer() - Randomize - iCurrentName = Int( 24 * RND ) + 1 ' Range from 1 to 24 - - cTabName = hCreateInvalidModuleName( iCurrentName ) - rc = hRenameTab( cTabName ) - if ( rc = 1 ) then - hHandleInvalidNameWarning( cTabname ) - else - warnlog( "Warning missing" ) - endif - - cTabname = CMODULE - rc = hRenameTab( cTabname ) - if ( rc <> 0 ) then - brc = hHandleInvalidNameWarning( cTabname ) - if ( brc ) then - warnlog( "Failed to set valid name" ) - endif - endif + Randomize + iCurrentName = Int( 24 * RND ) + 1 ' Range from 1 to 24 - - cTabname = hCreateInvalidModuleName( 0 ) - rc = hRenameTab( cTabName ) - if ( rc <> 0 ) then - brc = hHandleInvalidNameWarning( cTabname ) - if ( brc ) then - warnlog( "Failed to set valid name" ) - endif - endif - - - rc = hTestMacro( 1 ) - if ( rc <> 1 ) then - warnlog( "The open macro-module is not the one that was expected" ) + cTabName = hCreateInvalidModuleName( iCurrentName ) + + if ( hRenameTab( cTabName ) = 1 ) then + hHandleInvalidNameWarning( cTabname ) + else + warnlog( "Warning missing" ) + endif + + cTabname = CMODULE + + if ( hRenameTab( cTabname ) <> 0 ) then + if ( hHandleInvalidNameWarning( cTabname ) ) then + warnlog( "Failed to set valid name" ) + endif + endif + + + cTabname = hCreateInvalidModuleName( 0 ) + + if ( hRenameTab( cTabName ) <> 0 ) then + if ( hHandleInvalidNameWarning( cTabname ) ) then + warnlog( "Failed to set valid name" ) + endif + endif + + + if ( hTestMacro( 1 ) <> 1 ) then + warnlog( "The open macro-module is not the one that was expected" ) + endif + else + warnlog( "Failed to insert macro" ) endif hCloseBasicIDE() - hDestroyDocument() endcase @@ -171,6 +165,9 @@ testcase tValidModuleNames case 8 : sModuleName = "ThisIsQuiteALongNameForAModuleDontYouThink" end select + hCreateDocument() + ToolsMacro_uno + if ( hCreateModuleForDoc( sModuleName ) ) then printlog( "The module name was accepted: " & sModuleName ) hCloseBasicIDE() @@ -186,39 +183,30 @@ endcase function hHandleInvalidNameWarning( cTabName as string ) as boolean - - dim brc as boolean : brc = false - dim iTry as integer - - const CFN = "hHandleInvalidNameWarning::" + const CFN = "hHandleInvalidNameWarning(): " + const MAX_WAIT = 1 kontext "Active" - for iTry = 1 to 5 - - if ( active.exists( 1 ) ) then - - if ( brc ) then - warnlog( CFN & "Too many invalid name warnings" ) - endif - - printlog( CFN & "Message: " & active.getText() ) - - active.ok() - brc = true - - else - - if ( not brc ) then - warnlog( CFN & "Invalid name warning missing" ) - endif - + if ( Active.exists( MAX_WAIT ) ) then + + printlog( "Invalid name message displayed" ) + printlog( Active.getText() ) + hCloseDialog( Active, "ok" ) + hHandleInvalidNameWarning() = true + + kontext "Active" + if ( Active.exists( MAX_WAIT ) ) then + warnlog( "Unexpected messagebox displayed: " & Active.getText() ) + hHandleInvalidNameWarning() = false endif - - next iTry - - kontext "basicide" - tabbar.typekeys( "" , true ) - hHandleInvalidNameWarning() = brc + + kontext "basicide" + tabbar.typekeys( "" , true ) + + else + warnlog( "Invalid name warning is missing" ) + hHandleInvalidNameWarning() = false + endif end function diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 58b0cbecf5e8..eb9a4d1b2396 100755 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -36,13 +36,19 @@ function hShowMacroControls() as boolean '///

                    Tear off the ToolsCollectionBar from the MacroBar

                    '///Starting point: Basic dialog editor is open and has the focus '///
                      - const CFN = "hShowMacroControls::" + const CFN = "hShowMacroControls::" + + const MAX_WAIT = 5 + const SHORT_WAIT = 1 + + const VERTICALLY_CENTERED = 50 + const HORIZONTALLY_CENTERED = 50 if ( GVERBOSE ) then printlog( CFN & "Enter" ) '///+
                    • Test whether the ToolsCollectionBar is already open. If yes, exit directly
                    • kontext "ToolsCollectionBar" - if ( ToolsCollectionBar.exists( 3 ) ) then + if ( ToolsCollectionBar.exists( SHORT_WAIT ) ) then printlog( CFN & "ToolsCollectionBar is already open." ) hShowMacroControls() = true exit function @@ -50,7 +56,7 @@ function hShowMacroControls() as boolean '///+
                    • Verify that the Dialog Bar is available
                    • Kontext "DialogBar" - if ( DialogBar.exists( 5 ) ) then + if ( DialogBar.exists( MAX_WAIT ) ) then '///+
                    • Verify that the controls-button is enabled
                    • try @@ -62,10 +68,10 @@ function hShowMacroControls() as boolean '///+
                    • Verify that the ToolsCollectionBar is visible and can be accessed
                    • kontext "ToolsCollectionBar" - if ( ToolsCollectionBar.exists( 5 ) ) then + if ( ToolsCollectionBar.exists( MAX_WAIT ) ) then '///+
                    • Move it to the upper left corner at pos 50/50
                    • - ToolsCollectionBar.Move ( 50 , 50 ) + ToolsCollectionBar.Move ( HORIZONTALLY_CENTERED , VERTICALLY_CENTERED ) printlog( CFN & "ToolsCollectionBar is open and has been placed" ) hShowMacroControls() = true else @@ -106,13 +112,14 @@ function hOpenBasicIDE() as boolean const CFN = "hOpenBasicIDE::" const BUTTON_TIMEOUT = -1 + const MAX_WAIT = 2 if ( hSelectTheLastModule( true ) ) then if ( hClickButton( Bearbeiten) <> BUTTON_TIMEOUT ) then kontext "BASICIDE" - if ( BasicIDE.exists( 2 ) ) then + if ( BasicIDE.exists( MAX_WAIT ) ) then printlog( "Basic IDE is open" ) BasicIDE.maximize() hOpenBasicIDE() = true @@ -186,9 +193,9 @@ function hFindFirstDialog() as boolean const CFN = "hFindFirstDialog::" const REPEAT_COUNT = 5 ' number of times to send a keystroke to BASIC IDE - const PROBE_STEPPING = 5 - const VERTICALLY_CENTERED = 50 const MAX_NUMBER_OF_RETRIES = 20 + const SELECT_TAB_RIGHT = "" + const SCROLL_UP_LEFT = "" dim iPosOverTabbar as integer hFindFirstDialog() = false @@ -201,12 +208,12 @@ function hFindFirstDialog() as boolean '///+
                    • move pointer over the tabbar and click until a dialog opens (hopefully)
                    • for iPosOverTabbar = 1 to MAX_NUMBER_OF_RETRIES - BASICIDE.typeKeys( "" ) + BASICIDE.typeKeys( SELECT_TAB_RIGHT ) if ( DialogWindow.Exists() ) then printlog( "BASIC Dialog window found" ) hFindFirstDialog() = true - DialogWindow.typeKeys( "" , REPEAT_COUNT ) + DialogWindow.typeKeys( SCROLL_UP_LEFT , REPEAT_COUNT ) exit for endif @@ -380,6 +387,7 @@ function hNewDialog() as boolean '///
                        const CFN = "hNewDialog::" + const MAX_WAIT = 2000 '///+
                      • Open the context menu for the tabbar
                      • kontext "basicide" @@ -387,11 +395,11 @@ function hNewDialog() as boolean '///+
                      • Select the first item (insert)
                      • hMenuSelectNr( 1 ) - WaitSlot( 1000 ) ' sleep( 1 ) + WaitSlot( MAX_WAIT ) ' sleep( 1 ) '///+
                      • Select the second item (new dialog)
                      • hMenuSelectNr( 2 ) - WaitSlot( 2000 ) ' sleep( 2 ) + WaitSlot( MAX_WAIT ) ' sleep( 2 ) '///+
                      • Verify that a new dialog is opened and has the focus
                      • if ( DialogWindow.Exists() ) then @@ -399,7 +407,7 @@ function hNewDialog() as boolean hNewDialog() = true if ( DialogWindow.IsMax() = false ) then DialogWindow.Maximize() - Wait( 2000 ) + Wait( MAX_WAIT ) end if else warnlog( CFN & "New dialog is not open" ) @@ -419,6 +427,7 @@ function hNewModule() as boolean '///
                          const CFN = "hNewModule::" + const MAX_WAIT = 2000 '///+
                        • Open the context menu for the tabbar
                        • kontext "basicide" @@ -426,11 +435,11 @@ function hNewModule() as boolean '///+
                        • Select the first item (insert)
                        • hMenuSelectNr( 1 ) - WaitSlot( 1000 ) ' sleep( 1 ) + WaitSlot( MAX_WAIT ) ' sleep( 1 ) '///+
                        • Select the first item (new module)
                        • hMenuSelectNr( 1 ) - WaitSlot( 2000 ) ' sleep( 2 ) + WaitSlot( MAX_WAIT ) ' sleep( 2 ) '///+
                        • Verify that a new module is opened and has the focus
                        • if ( EditWindow.Exists() ) then @@ -454,6 +463,7 @@ function hHideModule() as boolean '///
                            const CFN = "hHideModule::" + const MENUENTRY_HIDE = 4 kontext "basicide" @@ -462,7 +472,7 @@ function hHideModule() as boolean tabbar.openContextMenu '///+
                          • Select the fourth entry (Hide)
                          • - hMenuSelectNr( 4 ) + hMenuSelectNr( MENUENTRY_HIDE ) sleep( 1 ) hHideModule() = true printlog( CFN & "Success" ) diff --git a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc old mode 100644 new mode 100755 index a041089da25d..29bc681c2ce5 --- a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc @@ -74,36 +74,43 @@ function hCreateModuleForDoc( optional cName as string ) as boolean '///Starting point: Basic Macro Organizer is visible and has focus const CFN = "hCreateModuleForDoc::" const DEFAULT_WAIT = 2 + const RETVAL_FAILURE = 0 + if ( isMissing( cName ) ) then cName = "TTModule" kontext "Makro" - if ( hSelectTheLastNode( MakroAus ) > 0 ) then - - kontext "Makro" - if ( hClickButton( Neu ) ) then - - Kontext "NeuesModul" - if ( NeuesModul.exists( DEFAULT_WAIT ) ) then - Modulname.SetText( cName ) - hCloseDialog( NeuesModul, "ok" ) - - kontext "BasicIDE" - if ( BasicIde.exists( DEFAULT_WAIT ) ) then - hCreateModuleForDoc() = true + if ( Makro.exists() ) then + if ( hSelectTheLastNode( MakroAus ) > RETVAL_FAILURE ) then + + kontext "Makro" + if ( hClickButton( Neu ) ) then + + Kontext "NeuesModul" + if ( NeuesModul.exists( DEFAULT_WAIT ) ) then + Modulname.SetText( cName ) + hCloseDialog( NeuesModul, "ok" ) + + kontext "BasicIDE" + if ( BasicIde.exists( DEFAULT_WAIT ) ) then + hCreateModuleForDoc() = true + else + printlog( CFN & "BASIC IDE is not open" ) + hCreateModuleForDoc() = false + endif else - warnlog( CFN & "BASIC IDE is not open" ) + warnlog( CFN & "Dialog did not open" ) hCreateModuleForDoc() = false endif else - warnlog( CFN & "Dialog did not open" ) + warnlog( CFN & "Failed to click button" ) hCreateModuleForDoc() = false endif else - warnlog( CFN & "Failed to click button" ) + warnlog( CFN & "Failed to select the last node" ) hCreateModuleForDoc() = false endif else - warnlog( CFN & "Failed to select the last node" ) + warnlog( CFN & "Macro organizer is not open" ) hCreateModuleForDoc() = false endif -- cgit From 5108357fa905a45cdb60b7f9b18d8a633362c1f6 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 29 Apr 2010 14:42:38 +0200 Subject: vitomation01: #i111247 - More repairs --- .../optional/includes/basic_modulenames.inc | 39 +++++++++++++--------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_modulenames.inc b/testautomation/framework/optional/includes/basic_modulenames.inc index 85e4227a1d28..4310d126d968 100755 --- a/testautomation/framework/optional/includes/basic_modulenames.inc +++ b/testautomation/framework/optional/includes/basic_modulenames.inc @@ -97,6 +97,9 @@ testcase tInvalidModuleNames printlog( "Try to give BASIC modules invalid names (which should fail)" ) + const MAX_WAIT = 2 + const OK_BUTTON_ONLY = 1 + dim iCurrentName as Integer dim sSeparator as String dim cModuleName as string @@ -106,29 +109,36 @@ testcase tInvalidModuleNames cModuleName = hCreateInvalidModuleName( iCurrentName ) printlog( "Trying module name: " & cModuleName ) + hCreateDocument() + ToolsMacro_uno + + ' hCreateModuleForDoc should usually end with the BASIC IDE open + ' but we want it to fail by providing an invalid module name if ( hCreateModuleForDoc( cModuleName ) ) then warnlog( "Basic-Ide should not open for invalid module names" ) - - ' try to recover and continue for other names - hCloseBasicIde() - hDestroyDocument else kontext "Active" - if ( Active.exists( 2 ) ) then - if( Active.getButtonCount() = 1 ) then - printlog( "Invalid module name warning displayed, good." ) - printlog( Active.getText() ) + if ( Active.exists( MAX_WAIT ) ) then + if( Active.getButtonCount() = OK_BUTTON_ONLY ) then + + printlog( "Messagebox displayed: " & Active.getText() ) hCloseDialog( Active, "ok" ) kontext "NeuesModul" - if ( NeuesModul.exists( 2 ) ) then + if ( NeuesModul.exists( MAX_WAIT ) ) then hCloseDialog( NeuesModul, "cancel" ) + + kontext "Makro" + if ( Makro.exists() ) then + hCloseDialog( Makro, "close" ) + else + warnlog( "Test should be back on macro dialog" ) + endif else warnlog( " dialog should show after failed naming attempt" ) endif else - warnlog( "Unexpected messagebox" ) - printlog( Active.getText() ) + warnlog( "Unexpected messagebox: " & Active.getText() ) hCloseDialog( Active, "close" ) endif else @@ -136,9 +146,7 @@ testcase tInvalidModuleNames endif endif - kontext "Makro" - hCloseDialog( Makro, "close" ) - hDestroyDocument() + hFileCloseAll() endcase @@ -170,8 +178,7 @@ testcase tValidModuleNames if ( hCreateModuleForDoc( sModuleName ) ) then printlog( "The module name was accepted: " & sModuleName ) - hCloseBasicIDE() - hDestroyDocument() + hFileCloseAll() else warnlog( "The module name was not accepted: " & sModuleName ) goto endsub -- cgit From c0550c4cf087286cb9267f862f2f01b4335f9d18 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 29 Apr 2010 15:01:18 +0200 Subject: vitomation01: #i111247 - Use hInsertMacroFromFile() instead of hInsertMacro(). --- .../optional/includes/basic_modulenames.inc | 28 ++++++++++------------ 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_modulenames.inc b/testautomation/framework/optional/includes/basic_modulenames.inc index 4310d126d968..d59999956724 100755 --- a/testautomation/framework/optional/includes/basic_modulenames.inc +++ b/testautomation/framework/optional/includes/basic_modulenames.inc @@ -33,20 +33,21 @@ testcase tBasicIdeModuleNames - dim rc as integer - dim brc as boolean - dim i as integer - dim iCurrentName as integer const CMODULE = "TModuleNames" + const TEST_MACRO = "TTMacro1" + + const RC_SUCCESS = 0 + const RC_FAILURE = 1 + const ERR_NO_LINES_INSERTED = 0 + + dim iCurrentName as integer dim cTabName as string gApplication = "WRITER" hCreateDocument() - ' ------ prerequisites --------- - hInitBasicIde( CMODULE ) - if ( hInsertMacro( 1 ) = 0 ) then + if ( hInsertMacroFromFile( TEST_MACRO ) > ERR_NO_LINES_INSERTED ) then cTabName = hGetTabNameFromOrganizer() @@ -55,7 +56,7 @@ testcase tBasicIdeModuleNames cTabName = hCreateInvalidModuleName( iCurrentName ) - if ( hRenameTab( cTabName ) = 1 ) then + if ( hRenameTab( cTabName ) = RC_FAILURE ) then hHandleInvalidNameWarning( cTabname ) else warnlog( "Warning missing" ) @@ -63,7 +64,7 @@ testcase tBasicIdeModuleNames cTabname = CMODULE - if ( hRenameTab( cTabname ) <> 0 ) then + if ( hRenameTab( cTabname ) <> RC_SUCCESS ) then if ( hHandleInvalidNameWarning( cTabname ) ) then warnlog( "Failed to set valid name" ) endif @@ -72,22 +73,17 @@ testcase tBasicIdeModuleNames cTabname = hCreateInvalidModuleName( 0 ) - if ( hRenameTab( cTabName ) <> 0 ) then + if ( hRenameTab( cTabName ) <> RC_SUCCESS ) then if ( hHandleInvalidNameWarning( cTabname ) ) then warnlog( "Failed to set valid name" ) endif endif - - if ( hTestMacro( 1 ) <> 1 ) then - warnlog( "The open macro-module is not the one that was expected" ) - endif else warnlog( "Failed to insert macro" ) endif - hCloseBasicIDE() - hDestroyDocument() + hFileCloseAll() endcase -- cgit From 99c8f2e22ac6a894baf4c8afa0d83a28b21a1fb7 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 29 Apr 2010 15:20:44 +0200 Subject: vitomation01: #i111247 - Various small enhancements --- .../framework/optional/f_basic_modules.bas | 1 + .../optional/includes/basic_modulehide.inc | 18 ++--- testautomation/global/input/macros.txt | 2 +- .../tools/includes/optional/t_macro_tools.inc | 82 ++++++++++++++-------- .../global/tools/includes/required/t_tools3.inc | 4 +- 5 files changed, 66 insertions(+), 41 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_modules.bas b/testautomation/framework/optional/f_basic_modules.bas index a2719c27bada..fa7aa18f9ef5 100755 --- a/testautomation/framework/optional/f_basic_modules.bas +++ b/testautomation/framework/optional/f_basic_modules.bas @@ -71,6 +71,7 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_filetools.inc" use "global\tools\includes\optional\t_accels.inc" use "global\tools\includes\optional\t_stringtools.inc" + use "global\tools\includes\optional\t_macro_tools.inc" gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/optional/includes/basic_modulehide.inc b/testautomation/framework/optional/includes/basic_modulehide.inc index 2a86f71d4163..7702f14fdfb7 100755 --- a/testautomation/framework/optional/includes/basic_modulehide.inc +++ b/testautomation/framework/optional/includes/basic_modulehide.inc @@ -35,7 +35,9 @@ testcase tBasicIdeModuleHide const CFN = "tBasicIdeModuleHide::" - const RAISE_MESSAGEBOX = 1 + + const TESTMACRO = "TTMacro1" + const ERR_NO_LINES_INSERTED = 0 const RC_SUCCESS = 0 const RC_TIMEOUT = -1 @@ -52,7 +54,7 @@ testcase tBasicIdeModuleHide ToolsMacro_uno hCreateModuleForDoc() - if ( hInsertMacro( RAISE_MESSAGEBOX ) ) then + if ( hInsertMacroFromFile( TESTMACRO ) > ERR_NO_LINES_INSERTED ) then printlog( CFN & "Macro has been written successfully" ) else warnlog( CFN & "Failed to insert macro" ) @@ -64,7 +66,7 @@ testcase tBasicIdeModuleHide endif ' hTestMacro is expected to fail, so we jump to the catch statement - if ( hTestMacro( RAISE_MESSAGEBOX ) = RC_SUCCESS ) then + if ( hInsertMacroFromFile( TESTMACRO ) > ERR_NO_LINES_INSERTED ) then warnlog( "For some reason the original module is still visible" ) else warnlog( "There should not be any editingwindow visible" ) @@ -78,14 +80,12 @@ testcase tBasicIdeModuleHide goto endsub endif - if ( hTestMacro( RAISE_MESSAGEBOX ) = RAISE_MESSAGEBOX ) then - printlog( " * the correct macro-module is open. Good." ) - else - warnlog( "The open macro-module is not the one that was expected" ) + if ( not hBasicIDERunMacro( TESTMACRO ) ) then + warnlog( "Incorrect macro executed/macro missing" ) endif - + hCloseBasicIDE() - hCloseDocument() + hFileCloseAll() else warnlog( "restarting the office to recover from errors" ) diff --git a/testautomation/global/input/macros.txt b/testautomation/global/input/macros.txt index 278765674855..5ac913ef3413 100755 --- a/testautomation/global/input/macros.txt +++ b/testautomation/global/input/macros.txt @@ -39,7 +39,7 @@ end function '# TTMacro1: This is a short testscript for automated testing! sub main - print( "Hello" ) + print( "TTMacro1" ) end sub diff --git a/testautomation/global/tools/includes/optional/t_macro_tools.inc b/testautomation/global/tools/includes/optional/t_macro_tools.inc index 03738a96666c..c9bc5f48fa78 100755 --- a/testautomation/global/tools/includes/optional/t_macro_tools.inc +++ b/testautomation/global/tools/includes/optional/t_macro_tools.inc @@ -61,44 +61,35 @@ function hInsertMacroFromFile( cMacroId as string, optional cSource as string ) '///+
                          • Find the path to the source file
                          • dim cFile as string - if ( IsMissing( cSource ) ) then - cFile = convertpath( gTesttoolPath & "global/input/macros.txt" ) - else - cFile = convertpath( cSource ) - endif - dim aInstructionList( MAX_LINES_IN_MACRO_FILE ) as string - dim iInstructionCount as integer dim iCurrentInstruction as integer - - dim brc as boolean - + + if ( IsMissing( cSource ) ) then cFile = gTesttoolPath & "global/input/macros.txt" + '///+
                          • retrieve the macro from the file with ID as section
                          • - iInstructionCount = hGetDataFileSection( cFile, _ - aInstructionList(), _ - cMacroId, "", "" ) + iInstructionCount = hGetDataFileSection( cFile, aInstructionList(), cMacroId, "", "" ) '///+
                          • Delete all content from the BASIC IDE edit window
                          • '///+
                          • Insert the code into the IDE line by line
                          • - if ( hDeleteMacro() ) then - - for iCurrentInstruction = 1 to iInstructionCount - - EditWindow.TypeKeys( "" ) - EditWindow.TypeKeys( aInstructionList( iCurrentInstruction ) ) - EditWindow.TypeKeys( "" ) - - next iCurrentInstruction - printlog( CFN & "Inserted macro: " & cMacroId ) - hInsertMacroFromFile() = iInstructionCount - + kontext "BasicIDE" + if ( EditWindow.exists() ) then + if ( hDeleteMacro() ) then + for iCurrentInstruction = 1 to iInstructionCount + EditWindow.TypeKeys( "" ) + EditWindow.TypeKeys( aInstructionList( iCurrentInstruction ) ) + EditWindow.TypeKeys( "" ) + next iCurrentInstruction + printlog( CFN & "Inserted macro: " & cMacroId ) + hInsertMacroFromFile() = iInstructionCount + else + printlog( CFN & "IDE is not empty, will not insert macro" ) + hInsertMacroFromFile() = RETVAL_FAILURE + endif else - - printlog( CFN & "IDE is not empty, will not insert macro" ) + warnlog( CFN & "Editwindow is not visible" ) hInsertMacroFromFile() = RETVAL_FAILURE - - endif + endif '///
                          end function @@ -142,3 +133,36 @@ function hMacroOrganizerRunMacro( cMacroName as string ) as integer end function + +'******************************************************************************* + +function hBasicIDERunMacro( cIdentifier as string ) as boolean + + const CFN = "hBasicIDERunMacro(): " + const MAX_WAIT = 1 + dim cMessage as string : cMessage = "" + + kontext "BasicIDE" + if ( BasicIDE.exists() ) then + + BasicRun + + kontext "Active" + if ( Active.exists( MAX_WAIT ) ) then + cMessage = Active.getText() + hCloseDialog( Active, "close" ) + endif + + if ( cMessage = cIdentifier ) then + printlog( "The expected macro was executed" ) + hBasicIDERunMacro() = true + else + printlog( CFN & "Incorrect macro executed" ) + hBasicIDERunMacro() = false + endif + else + warnlog( CFN & "BasicIDE is not open" ) + hBasicIDERunMacro() = false + endif + +end function \ No newline at end of file diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 7309e5026365..a1a5bdc61df3 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1140,7 +1140,7 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean ' this function closes a dialog providing three different methods while ' removing the need for static sleep statements - const CFN = "global::tools::includes::required::t_tools3.inc:hCloseDialog" + const CFN = "global::tools::includes::required::t_tools3.inc::hCloseDialog(): " const METHOD_CLOSE = 1 const METHOD_CANCEL = 2 const METHOD_OK = 3 @@ -1205,7 +1205,7 @@ end function function hWaitForObject( oControl as object, iTime as integer ) as integer - const CFN = "hWaitForObject()::" + const CFN = "global::tools::includes::required::t_tools3.inc::hWaitForObject(): " dim iWait as integer if ( GVERBOSE ) then printlog( CFN & "Entering function for control: " & oControl.name() ) -- cgit From d7141be7dde5aea561ad9ff049d4620c8802535c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 29 Apr 2010 15:43:16 +0200 Subject: vitomation01: #i111247 - Other method to select text in BASIC IDE --- .../tools/includes/optional/t_basic_ide_tools.inc | 40 +++++++++++++--------- 1 file changed, 24 insertions(+), 16 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index eb9a4d1b2396..df1318eb6b93 100755 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -272,16 +272,18 @@ end function function hDeleteMacro() as boolean '///

                          Delete all text in the Basic IDE editor

                          - '///Starting point: Basic IDE is open, has focus, code can be edited - const TIMEOUT = -1 + const CFN = "hDeleteMacro(): " + kontext "BasicIDE" - if ( hUseAsyncSlot( "EditSelectAll" ) = TIMEOUT ) then - qaerrorlog( " is not enabled in BASIC IDE" ) - BasicIDE.typeKeys( "" ) - BasicIDE.typeKeys( "" ) + if ( BasicIDE.exists() ) then + WaitSlot() : EditWindow.typeKeys( "" ) + WaitSlot() : EditWindow.typeKeys( "" ) + WaitSlot() : EditWindow.typeKeys( "" ) + hDeleteMacro() = hIsEditWindowEmpty() + else + warnlog( CFN & "Basic IDE is not open" ) + hDeleteMacro() = false endif - BasicIDE.typeKeys( "" ) - hDeleteMacro() = hIsEditWindowEmpty() end function @@ -292,17 +294,23 @@ function hIsEditWindowEmpty() as boolean '///

                          Test if the Basic-EditWindow is empty

                          '///Starting point: Basic IDE editor is open and has the focus const CFN = "hIsEditWindowEmpty(): " - const SLOT_TIMEOUT = -1 - SetClipboard( "" ) - hUseAsyncSlot( "EditSelectAll" ) - hUseAsyncSlot( "EditCopy" ) + kontext "BasicIDE + if ( BasicIDE.exists() ) then + SetClipboard( "" ) + WaitSlot() : EditWindow.typeKeys( "" ) + WaitSlot() : EditWindow.typeKeys( "" ) + hUseAsyncSlot( "EditCopy" ) - if ( GetClipBoardText() = "" ) then - hIsEditWindowEmpty() = true + if ( GetClipBoardText() = "" ) then + hIsEditWindowEmpty() = true + else + warnlog( CFN & "Edit window is not empty" ) + printlog( GetClipboardText ) + hIsEditWindowEmpty() = false + endif else - warnlog( CFN & "Edit window is not empty" ) - printlog( GetClipboardText ) + warnlog( CFN & "BasicIDE is not open" ) hIsEditWindowEmpty() = false endif -- cgit From 5d057b1ca732b3fbde8902de22b3ab979dc9d409 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 29 Apr 2010 23:32:35 +0200 Subject: vitomation01: #i111247 - Missing quote --- testautomation/global/tools/includes/optional/t_basic_ide_tools.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index df1318eb6b93..41d55833b7ae 100755 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -201,7 +201,7 @@ function hFindFirstDialog() as boolean hFindFirstDialog() = false '///+
                        • Set focus to Basic IDE, maximize it
                        • - kontext "BasicIde" + kontext "BasicIDE" BasicIde.maximize() @@ -295,7 +295,7 @@ function hIsEditWindowEmpty() as boolean '///Starting point: Basic IDE editor is open and has the focus const CFN = "hIsEditWindowEmpty(): " - kontext "BasicIDE + kontext "BasicIDE" if ( BasicIDE.exists() ) then SetClipboard( "" ) WaitSlot() : EditWindow.typeKeys( "" ) @@ -306,7 +306,6 @@ function hIsEditWindowEmpty() as boolean hIsEditWindowEmpty() = true else warnlog( CFN & "Edit window is not empty" ) - printlog( GetClipboardText ) hIsEditWindowEmpty() = false endif else -- cgit From e4f34dff000d5e020f0d93280fcb01687f5f4b54 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 30 Apr 2010 01:52:18 +0200 Subject: vitomation01: #i111247 - Fix f_basic_modules.bas, remove invalid qaerrorlogs etc. --- .../optional/includes/basic_modulehide.inc | 53 ++++++++++++---------- .../optional/includes/basic_modulenames.inc | 48 ++++++++------------ .../tools/includes/optional/t_basic_ide_tools.inc | 10 ++-- .../tools/includes/optional/t_macro_tools.inc | 13 ++++-- 4 files changed, 64 insertions(+), 60 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_modulehide.inc b/testautomation/framework/optional/includes/basic_modulehide.inc index 7702f14fdfb7..8423c67e6b67 100755 --- a/testautomation/framework/optional/includes/basic_modulehide.inc +++ b/testautomation/framework/optional/includes/basic_modulehide.inc @@ -54,42 +54,45 @@ testcase tBasicIdeModuleHide ToolsMacro_uno hCreateModuleForDoc() + printlog( "Insert macro" ) if ( hInsertMacroFromFile( TESTMACRO ) > ERR_NO_LINES_INSERTED ) then printlog( CFN & "Macro has been written successfully" ) else warnlog( CFN & "Failed to insert macro" ) endif + printlog( "Hide the module" ) + if ( hHideModule() ) then - if ( hHideModule() <> RC_SUCCESS ) then - warnlog( "Some unexpected error occurred while trying to hide the module" ) - endif - - ' hTestMacro is expected to fail, so we jump to the catch statement - if ( hInsertMacroFromFile( TESTMACRO ) > ERR_NO_LINES_INSERTED ) then - warnlog( "For some reason the original module is still visible" ) - else - warnlog( "There should not be any editingwindow visible" ) - endif - - if ( hOpenBasicObjectOrganizer( TAB_MODULES ) ) then - - modulliste.typekeys( "" ) - if ( hClickButton( Bearbeiten ) = RC_TIMEOUT ) then - warnlog( "#i35097# Crash when editing last module" ) - goto endsub + ' hTestMacro is expected to fail, so we jump to the catch statement + if ( hInsertMacroFromFile( TESTMACRO ) <> ERR_NO_LINES_INSERTED ) then + warnlog( "For some reason the original module is still visible" ) + else + printlog( "The edit window is not accessible, good" ) endif - - if ( not hBasicIDERunMacro( TESTMACRO ) ) then - warnlog( "Incorrect macro executed/macro missing" ) + + if ( hOpenBasicObjectOrganizer( TAB_MODULES ) ) then + + modulliste.typekeys( "" ) + if ( hClickButton( Bearbeiten ) = RC_TIMEOUT ) then + warnlog( "#i35097# Crash when editing last module" ) + goto endsub + endif + + if ( not hBasicIDERunMacro( TESTMACRO ) ) then + warnlog( "Incorrect macro executed/macro missing" ) + endif + + hCloseBasicIDE() + hFileCloseAll() + + else + warnlog( "restarting the office to recover from errors" ) + call exitRestartTheOffice() endif - hCloseBasicIDE() - hFileCloseAll() - else - warnlog( "restarting the office to recover from errors" ) - call exitRestartTheOffice() + warnlog( "Some unexpected error occurred while trying to hide the module" ) endif endcase diff --git a/testautomation/framework/optional/includes/basic_modulenames.inc b/testautomation/framework/optional/includes/basic_modulenames.inc index d59999956724..f874fd93976a 100755 --- a/testautomation/framework/optional/includes/basic_modulenames.inc +++ b/testautomation/framework/optional/includes/basic_modulenames.inc @@ -33,7 +33,10 @@ testcase tBasicIdeModuleNames - const CMODULE = "TModuleNames" + printlog( "Modulenames in BASIC IDE" ) + + const CMODULE_VALID1 = "tValidName" + const CMODULE_VALID2 = "tValidToo" const TEST_MACRO = "TTMacro1" const RC_SUCCESS = 0 @@ -46,7 +49,7 @@ testcase tBasicIdeModuleNames gApplication = "WRITER" hCreateDocument() - hInitBasicIde( CMODULE ) + hInitBasicIde( CMODULE_VALID1 ) if ( hInsertMacroFromFile( TEST_MACRO ) > ERR_NO_LINES_INSERTED ) then cTabName = hGetTabNameFromOrganizer() @@ -54,29 +57,19 @@ testcase tBasicIdeModuleNames Randomize iCurrentName = Int( 24 * RND ) + 1 ' Range from 1 to 24 + printlog( "Trying with invalid modulename" ) cTabName = hCreateInvalidModuleName( iCurrentName ) - - if ( hRenameTab( cTabName ) = RC_FAILURE ) then - hHandleInvalidNameWarning( cTabname ) + hRenameTab( cTabName ) + if ( hHandleInvalidNameWarning( cTabname ) ) then + printlog( "Warning for invalid modulename displayed" ) else - warnlog( "Warning missing" ) + warnlog( "Warning for invalid modulename is missing" ) endif - cTabname = CMODULE - - if ( hRenameTab( cTabname ) <> RC_SUCCESS ) then - if ( hHandleInvalidNameWarning( cTabname ) ) then - warnlog( "Failed to set valid name" ) - endif - endif - - - cTabname = hCreateInvalidModuleName( 0 ) - - if ( hRenameTab( cTabName ) <> RC_SUCCESS ) then - if ( hHandleInvalidNameWarning( cTabname ) ) then - warnlog( "Failed to set valid name" ) - endif + printlog( "Trying with valid modulename" ) + hRenameTab( CMODULE_VALID2 ) + if ( hHandleInvalidNameWarning( CMODULE_VALID2 ) ) then + warnlog( "Failed to set valid modulename" ) endif else @@ -91,7 +84,7 @@ endcase testcase tInvalidModuleNames - printlog( "Try to give BASIC modules invalid names (which should fail)" ) + printlog( "Modulenames in BASIC Organizer" ) const MAX_WAIT = 2 const OK_BUTTON_ONLY = 1 @@ -150,7 +143,7 @@ endcase testcase tValidModuleNames - printlog( "Try using BASIC reserved names (and others) as module names (which should work)" ) + printlog( "Valid modulenames in BASIC Organizer: Names that are BASIC keywords" ) dim iCurrentName as Integer dim sModuleName as String @@ -192,22 +185,21 @@ function hHandleInvalidNameWarning( cTabName as string ) as boolean kontext "Active" if ( Active.exists( MAX_WAIT ) ) then - printlog( "Invalid name message displayed" ) - printlog( Active.getText() ) + printlog( "Invalid name message displayed" & Active.getText() ) hCloseDialog( Active, "ok" ) hHandleInvalidNameWarning() = true kontext "Active" if ( Active.exists( MAX_WAIT ) ) then - warnlog( "Unexpected messagebox displayed: " & Active.getText() ) + printlog( "Unexpected messagebox displayed: " & Active.getText() ) hHandleInvalidNameWarning() = false endif - kontext "basicide" + kontext "BasicIDE" tabbar.typekeys( "" , true ) else - warnlog( "Invalid name warning is missing" ) + printlog( "Invalid name warning not displayed" ) hHandleInvalidNameWarning() = false endif diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 41d55833b7ae..34b3311bd8bf 100755 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -329,20 +329,21 @@ function hRenameTab( cTabName as string ) as integer const RETVAL_NO_ACCESS = 2 const RETVAL_NO_MENU = 3 + dim sFullString as string : sFullString = "" & cTabName & "" + kontext "BasicIDE" if ( BasicIDE.exists() ) then try hRenameTab() = RETVAL_NO_MENU Tabbar.openContextMenu() hMenuSelectNr( MENUITEM_RENAME ) - WaitSlot( MAX_WAIT ) + Wait( MAX_WAIT ) ' At this point the string on the tab should be selected, print the ' string to the log and overwrite it with the new name hRenameTab() = RETVAL_NO_ACCESS - printlog( "Current modulename is: " & Tabbar.getSelText() ) - Tabbar.typeKeys( cTabName ) - Tabbar.typeKeys( "" ) + + Tabbar.typeKeys( sFullString , true ) hRenameTab() = RETVAL_SUCCESS catch warnlog( CFN & "Failed to rename the current module" ) @@ -812,3 +813,4 @@ function hIDESelectTabByIndex( iIndex as integer ) as string '///
                        end function + diff --git a/testautomation/global/tools/includes/optional/t_macro_tools.inc b/testautomation/global/tools/includes/optional/t_macro_tools.inc index c9bc5f48fa78..18d5245e13f7 100755 --- a/testautomation/global/tools/includes/optional/t_macro_tools.inc +++ b/testautomation/global/tools/includes/optional/t_macro_tools.inc @@ -87,7 +87,7 @@ function hInsertMacroFromFile( cMacroId as string, optional cSource as string ) hInsertMacroFromFile() = RETVAL_FAILURE endif else - warnlog( CFN & "Editwindow is not visible" ) + printlog( CFN & "Editwindow is not visible" ) hInsertMacroFromFile() = RETVAL_FAILURE endif '///
                      @@ -145,12 +145,19 @@ function hBasicIDERunMacro( cIdentifier as string ) as boolean kontext "BasicIDE" if ( BasicIDE.exists() ) then - BasicRun + Wait( 2000 ) + + kontext "MacroBar" + if ( MacroBar.exists() ) then + BasicRun.click() + else + warnlog( "MacroBar not accessible" ) + endif kontext "Active" if ( Active.exists( MAX_WAIT ) ) then cMessage = Active.getText() - hCloseDialog( Active, "close" ) + hCloseDialog( Active, "ok" ) endif if ( cMessage = cIdentifier ) then -- cgit From 8781a88cc3102ef42177cf9bd0ec7bcfcd553516 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 30 Apr 2010 02:39:45 +0200 Subject: vitomation01: #i111247 - Small fixes for stability --- testautomation/framework/optional/includes/basic_macros.inc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index 4717b66a9ad0..17e1b83d5e18 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -232,9 +232,8 @@ testcase tMakro_Dialog printlog( "Press 'OK' to append the library" ) kontext "appendlibraries" - if ( hClickButton( AppendLibraries ) = RC_TIMEOUT ) then - warnlog( "#i85254# Appending libraries failed" ) - endif + + hCloseDialog( AppendLibraries, "ok" ) printlog( "Check the number of libraries in list (should be two)" ) kontext "tabbibliotheken" @@ -256,10 +255,9 @@ testcase tMakro_Dialog printlog( "Set a password for " & REFERENCE_LIBRARY ) kontext "tabbibliotheken" - if ( Passwort.IsEnabled() ) then - Passwort.Click() + if ( hClickButton( Passwort ) <> RC_TIMEOUT ) then kontext "passwddlg" - PasswdDLG.Cancel() + hCloseDialog( PasswdDLG, "cancel" ) else warnlog( "Password is disabled for " & REFERENCE_LIBRARY ) endif -- cgit From be7ae951250ec7dbd1f9bf54f229814f18e76643 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 30 Apr 2010 03:45:45 +0200 Subject: vitomation01: #i111247 - Add missing includes --- testautomation/framework/optional/f_basic_issues.bas | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_issues.bas b/testautomation/framework/optional/f_basic_issues.bas index 54f64bafe7db..57e94aa505e4 100755 --- a/testautomation/framework/optional/f_basic_issues.bas +++ b/testautomation/framework/optional/f_basic_issues.bas @@ -51,6 +51,8 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_basic_ide_tools.inc" use "global\tools\includes\optional\t_treelist_tools.inc" use "global\tools\includes\optional\t_macro_tools.inc" + use "global\tools\includes\optional\t_basic_organizer_tools.inc" + use "global\tools\includes\optional\t_docfuncs.inc" gApplication = "WRITER" call GetUseFiles() -- cgit From c054caae20b1008ad9da69519472fcf0d09a8e35 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 30 Apr 2010 04:20:04 +0200 Subject: vitomation01: #i111247 - Fixing glitches --- testautomation/framework/optional/f_basic_documents.bas | 1 + .../framework/optional/includes/basic_dialog_i18n_copy_control.inc | 7 ++++++- testautomation/framework/optional/includes/basic_usertemplate.inc | 1 + .../optional/includes/basic_vba-compat_import_disabled.inc | 1 + .../optional/includes/basic_vba-compat_import_enabled.inc | 1 + .../optional/includes/basic_vba-compat_import_nothing.inc | 1 + .../global/tools/includes/optional/t_basic_organizer_tools.inc | 2 +- 7 files changed, 12 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_documents.bas b/testautomation/framework/optional/f_basic_documents.bas index 9572aac6e2dd..da5445442149 100755 --- a/testautomation/framework/optional/f_basic_documents.bas +++ b/testautomation/framework/optional/f_basic_documents.bas @@ -56,6 +56,7 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_accels.inc" use "global\tools\includes\optional\t_security_tools.inc" use "global\tools\includes\optional\t_listfuncs.inc" + use "global\tools\includes\optional\t_stringtools.inc gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc b/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc index 8f7db31fed08..c3db79efc08d 100755 --- a/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc +++ b/testautomation/framework/optional/includes/basic_dialog_i18n_copy_control.inc @@ -62,9 +62,11 @@ testcase tBasicDialogI18nCopyControl printlog( "Test init: Setting up environment" ) if ( hInitFormControls( DIALOG_NAME ) ) then - + + printlog( "Draw a commandbutton on the dialog" ) hDrawControlOnDialog( COMMAND_BUTTON ) + printlog( "Open the property browser" ) hOpenPropertyBrowser() kontext "TabGeneralControl" printlog( "Get internal coordinates for the control" ) @@ -81,11 +83,13 @@ testcase tBasicDialogI18nCopyControl qaerrorlog( "#i80456# properties button not enabled when a formcontrol is inserted via keyboard" ) kontext "ToolsCollectionBar" + printlog( "Click " ) ManageLanguage.click() kontext "ManageUILanguages" if ( ManageUILanguages.exists( DEFAULT_TIMEOUT ) ) then + printlog( "Click " ) hClickButton( Add ) kontext "SetDefaultLanguage" @@ -101,6 +105,7 @@ testcase tBasicDialogI18nCopyControl kontext "ManageUILanguages" if ( ManageUILanguages.exists( DEFAULT_TIMEOUT ) ) then + printlog( "Click " ) hClickButton( Add ) kontext "AddUserInterface" diff --git a/testautomation/framework/optional/includes/basic_usertemplate.inc b/testautomation/framework/optional/includes/basic_usertemplate.inc index 9f8400c45f8b..275be2557abf 100755 --- a/testautomation/framework/optional/includes/basic_usertemplate.inc +++ b/testautomation/framework/optional/includes/basic_usertemplate.inc @@ -69,6 +69,7 @@ testcase tMacroUsertemplate ToolsMacro_uno printlog( "Search for the module" ) + kontext "Makro" iCurrentNode = hSelectNodeByName( MakroAus, "Module1" ) if ( iCurrentNode = 0 ) then warnlog( "#i73521# - The expected node could not be found. Aborting test" ) diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc index 5a82a6d87b2b..682045da8139 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc @@ -81,6 +81,7 @@ testcase tBasicVBACompatImportDisabled() ToolsMacro_uno printlog( "Expand all nodes" ) + kontext "Makro" cNodeCount = hExpandAllNodes( MakroAus ) printlog( "Verify that we have the correct node count for the current mode" ) diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc index bf1e24af9eda..243c31bb7fc5 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc @@ -85,6 +85,7 @@ testcase tBasicVBACompatImportEnabled() ToolsMacro_uno printlog( "Expand all nodes" ) + kontext "Makro" cNodeCount = hExpandAllNodes( MakroAus ) printlog( "Verify that we have the correct node count for the current mode." ) diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc index f02644814ad0..d118b646c833 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc @@ -67,6 +67,7 @@ testcase tBasicVBACompatImportNothing() ToolsMacro_uno printlog( "Expand all nodes" ) + kontext "Makro" cNodeCount = hExpandAllNodes( MakroAus ) printlog( "Verify that we have the correct node count for the current mode" ) diff --git a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc index 29bc681c2ce5..b813ee2bf706 100755 --- a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc @@ -229,7 +229,7 @@ function hDeleteLibrary( iLocation as integer, cLibName as string ) as boolean dim cCurrentObjectName as string '///+
                    • Open Macro Organizer
                    • - ToolsMakro_uno + ToolsMacro_uno '///+
                    • Click Manage-button
                    • Kontext "Makro" -- cgit From 47ece945a698bcb64f88cdc9c832df6b7957c49b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 30 Apr 2010 15:36:44 +0200 Subject: vitomation01: #i111282 - extended f_window_functions.bas to cover BASIC IDE, StartCenter and Database as well. Needed to get rid of fSplitWindowTitle (too complex and not flexible enough to do the job) and needed to build in some safeguard against hGetWindowCaption() which causes array out of bounds errors and modifies its function parameters. Removed QAErrorlog as the issue with the incorrect windowtitle of the StartCenter is never going to be fixed, printlog will do. --- .../framework/required/f_window_functions.bas | 3 + .../required/includes/window_functions.inc | 252 ++++++++++----------- .../global/tools/includes/optional/t_ole.inc | 2 +- .../global/tools/includes/required/t_menu.inc | 17 +- 4 files changed, 133 insertions(+), 141 deletions(-) mode change 100755 => 100644 testautomation/framework/required/includes/window_functions.inc (limited to 'testautomation') diff --git a/testautomation/framework/required/f_window_functions.bas b/testautomation/framework/required/f_window_functions.bas index 2b6bd8e5a5ad..dabbd7647649 100755 --- a/testautomation/framework/required/f_window_functions.bas +++ b/testautomation/framework/required/f_window_functions.bas @@ -51,6 +51,9 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_docfuncs.inc" use "global\tools\includes\optional\t_filetools.inc" + use "global\tools\includes\optional\t_basic_ide_tools.inc" + use "global\tools\includes\optional\t_basic_organizer_tools.inc" + use "global\tools\includes\optional\t_treelist_tools.inc" gApplication = "WRITER" call GetUseFiles() diff --git a/testautomation/framework/required/includes/window_functions.inc b/testautomation/framework/required/includes/window_functions.inc old mode 100755 new mode 100644 index 6efeb70b0b6f..779ab3c0a8aa --- a/testautomation/framework/required/includes/window_functions.inc +++ b/testautomation/framework/required/includes/window_functions.inc @@ -40,17 +40,17 @@ testcase tWindowFunctions goto endsub endif - + printlog( "Create initial document" ) gApplication = "WRITER" hInitSingleDoc() hInitWriteDocIdentifier( "F_updt_windowfuncs.bas" ) - + printlog( "New document" ) hNewDocument() if ( getDocumentCount <> 2 ) then warnlog( "Two open documents were expected, found " & getDocumentCount ) - endif + endif kontext "DocumentWriter" printlog( "Close document" ) @@ -64,7 +64,7 @@ testcase tWindowFunctions hNewDocument() if ( getDocumentCount <> 2) then warnlog( "Two open documents were expected, found " & getDocumentCount ) - endif + endif printlog( "Enter some text into the second writer document" ) kontext "DocumentWriter" @@ -78,8 +78,8 @@ testcase tWindowFunctions else warnlog( "No warning that data will be lost on close of this document" ) endif - - kontext "DocumentWriter" + + kontext "DocumentWriter" if ( getDocumentCount = 2 ) then printlog( "Two documents open. Good." ) else @@ -89,21 +89,21 @@ testcase tWindowFunctions kontext "DocumentWriter" printlog( "Close the document" ) FileClose() - + kontext "Active" - if ( Active.exists() ) then + if ( Active.exists() ) then printlog( "Do not save the document" ) Active.No() else warnlog( "Warning: No data loss warning" ) endif - + kontext "DocumentWriter" if ( getDocumentCount = 1 ) then printlog( "One document open. Good." ) else warnlog( "Incorrect document count. Expected one, found " & getDocumentCount ) - endif + endif Kontext "DocumentWriter" printlog( "Minimize window" ) @@ -132,7 +132,7 @@ testcase tWindowFunctions printlog( "Maximize window" ) DocumentWriter.Maximize() Wait( 2000 ) - + kontext "DocumentWriter" if ( DocumentWriter.IsMax() ) then printlog( "Window is maximized" ) @@ -149,177 +149,157 @@ endcase sub sAllWindowTitle printlog( "Window titles for the applications: " & gProductName ) - + printlog( "Writer" ) gApplication = "WRITER" - call tCheckWindowTitle("swriter","Writer") + call tCheckWindowTitle( "swriter", "Writer" ) printlog( "Master Document" ) gApplication = "MASTERDOCUMENT" - call tCheckWindowTitle("sglobal","Writer") + call tCheckWindowTitle( "sglobal", "Writer" ) printlog( "HTML" ) gApplication = "HTML" - call tCheckWindowTitle("sweb","Writer/Web") + call tCheckWindowTitle( "sweb", "Writer/Web" ) printlog( "Spreadsheet" ) gApplication = "CALC" - call tCheckWindowTitle("scalc","Calc") + call tCheckWindowTitle( "scalc", "Calc" ) printlog( "Presentation" ) gApplication = "IMPRESS" - call tCheckWindowTitle("simpress","Impress") + call tCheckWindowTitle( "simpress", "Impress" ) printlog( "Drawing" ) gApplication = "DRAW" - call tCheckWindowTitle("sdraw","Draw") + call tCheckWindowTitle( "sdraw", "Draw" ) printlog( "Formula" ) gApplication = "MATH" - call tCheckWindowTitle("smath","Math") + call tCheckWindowTitle( "smath", "Math" ) - qaerrorlog( "Excluded BASE and BACKINGWINDOW" ) + printlog( "BASIC IDE" ) + gApplication = "WRITER" + call tCheckWindowTitle( "basic", "Basic" ) - 'gApplication = "DATABASE" - 'call tCheckWindowTitle("DATABASE","Base") + printlog( "Database" ) + gApplication = "DATABASE" + call tCheckWindowTitle( "database", "Base" ) - 'fileclose - 'call tCheckWindowTitle("soffice","") + printlog( "Backing Window / StartCenter" ) + gApplication = "BACKGROUND" + call tCheckWindowTitle( "soffice", "" ) end sub '******************************************************************************* -testcase tCheckWindowTitle(sApplication as string, sReference as string) +testcase tCheckWindowTitle( sApplication as string, sReference as string ) printlog( "Update test for the office window titles" ) - 'Input: - '
                        - '+
                      1. Name of application (string), case sensitive. Valid options are:
                      2. - '
                          - '+
                        1. "swriter"
                        2. - '+
                        3. "sglobal"
                        4. - '+
                        5. "sweb"
                        6. - '+
                        7. "scalc"
                        8. - '+
                        9. "simpress"
                        10. - '+
                        11. "sdraw"
                        12. - '+
                        13. "smath"
                        14. - '+
                        15. "insight" * Currently disabled
                        16. - '+
                        17. "soffice" * Currently disabled
                        18. - '
                        - '+
                      3. Reference name (string), matches name of application
                      4. - '
                          - '+
                        1. "Writer"
                        2. - '+
                        3. "Writer/Web"
                        4. - '+
                        5. "Calc"
                        6. - '+
                        7. "Impress"
                        8. - '+
                        9. "Draw"
                        10. - '+
                        11. "Math"
                        12. - '+
                        13. "Base" * Currently disabled
                        14. - '+
                        15. "" * Currently disabled
                        16. - '
                        - '
                      - 'Returns: - '
                        - '+
                      1. Nothing
                      2. - '
                      - 'Description: - '
                        - - - dim sTemp as string - dim saTemp() as string - dim brc as boolean - gApplication = gApplication - printlog " - Application: " + sApplication + "; Title should be: " + sReference - - printlog( "Ensure that exactly one document is open" ) - hInitSingleDoc() - printlog( "Open another document as specified by gApplication" ) + const BASIC_MODULE = "tCheckWindowTitle" + const STRING_NOT_FOUND = 0 + const STRING_LEFTMOST = 1 + + dim cWindowCaption as string + + dim iProductnamePosition as integer + dim iApplicationPosition as integer + + dim cProductNameString as string + dim cApplicationString as string + + ' hGetWindowCaption modifies it's function parameter, so we pass a copy instead + ' This is a thing that justifies the use of a four letter word for sure. + dim sApplicationTemp as string : sApplicationTemp = sApplication + + printlog( "Application: " & sApplication & "; Title should be: " & sReference ) + printlog( "Open the work windows (documents)" ) + hInitSingleDoc() hCreateDocument() printlog( "Verify that the correct window is open" ) select case sApplication - case"swriter": - case"sglobal": - case"sweb": - case"scalc": - case"simpress": - case"sdraw": - case"smath": - case"basic": - ToolsMacroMacro - kontext "makro" - if Makro.exists(5) then - MakroAus.typeKeys "" - if (Neu.isEnabled) then - Neu.click - kontext "basicide" - if BasicIDE.exists(5) then - printlog( "Basic IDE open. Good." ) - else - warnlog( "Basic IDE not open. This is unexpected" ) - endif - else - warnlog( "New-button is unexpectedly disabled." ) - endif - try - kontext "neuesmodul" - if NeuesModul.exists(5) then - NeuesModul.OK - else - warnlog( "New module naming dialog is not open" ) - endif - catch - warnlog( "Accessing dialog failed" ) - endcatch - else - warnlog( "Couldn't open Tools->Macros->Organize Macros...->StarOffice Basic..." ) - endif - case"chart": - case"DATABASE": - case"soffice": - brc = hDestroyDocument() + case "swriter" : + case "sglobal" : + case "sweb" : + case "scalc" : + case "simpress": + case "sdraw" : + case "smath" : + case "basic" : hInitBasicIDE( BASIC_MODULE ) + case "chart" : + case "database": + case "soffice" : hFileCloseAll() end select - printlog( "Retrieve the caption from the window" ) - sTemp = hGetWindowCaption(sApplication) - printlog( "Caption is: " & sTemp ) - - printlog( "Split up the string to isolate the desired part" ) - saTemp() = fSplitWindowTitle(sTemp) - printlog "Filename/Untitled: '" & saTemp(0) & "'" - - printlog( "Compare the string to a reference" ) - if (ubound(saTemp()) > 0) then - if (saTemp(1) <> sReference) then - warnlog "Applicationname not as expected. Should be: '" & sReference & "', is: '" & saTemp(1) & "'" + ' Note: The Testtool connection string does not belong to the window caption + ' so we do not check for it here. + cWindowCaption = hGetWindowCaption( sApplicationTemp ) + printlog( "Caption is: " & cWindowCaption ) + + ' This prevents accidential matches like "base" in a document name like "database8.odb" + ' And we have a - (minus) as delimiter between the document name and the product name + cProductnameString = " - " & gProductName & " " + cApplicationString = " " & sReference + + ' Find out where in the caption the substrings are + iProductNamePosition = instr( cWindowCaption, cProductnameString ) + iApplicationPosition = instr( cWindowCaption, cApplicationString ) + + ' Verify that the productname is contained within the string + if ( iProductNamePosition = STRING_NOT_FOUND ) then + warnlog( "The product name is missing" ) + endif + + ' Verify that the application name (e.g. "Writer") is contained in the string + ' The StartCenter should not have any application name + if ( sApplication = "soffice" ) then + if ( iApplicationPosition > STRING_NOT_FOUND ) then + printlog( "The StartCenter should not have an application name" ) endif - printlog "Productname: '" + saTemp(2) + "'" else - warnlog "#i36173# - Applicationname not as expected. Should be: '" & sReference & "', is: '" & saTemp(1) + "'" + if ( iApplicationPosition = STRING_NOT_FOUND ) then + warnlog( "The application name is missing" ) + endif + endif + + if ( sApplication = "soffice" ) then + printlog( "Backing window should exclusively show the product name" ) + else + ' If one of Productname or application is leftmost in the string, we have a + ' missing document identifier. This can be different things - the filename, + ' the module name (BASIC) etc. + if ( ( iApplicationPosition = STRING_LEFTMOST ) OR _ + iProductnamePosition = STRING_LEFTMOST ) then + warnlog( "Current document identifier missing (like e.g. )" ) + endif + + ' Verify that the order is correct: Product name first, the application + if ( iProductNamePosition >= iApplicationPosition ) then + warnlog( "The order of the strings is incorrect" ) + printlog( "Expected: " ) + endif endif printlog( "Cleanup after test" ) select case sApplication - case"swriter": - case"sglobal": - case"sweb": - case"scalc": - case"simpress": - case"sdraw": - case"smath": - case"basic": - brc = hDestroyDocument() - case"chart": - case"DATABASE": - case"soffice": - hCreateDocument() - hCreateDocument() + case "swriter" : + case "sglobal" : + case "sweb" : + case "scalc" : + case "simpress": + case "sdraw" : + case "smath" : + case "basic" : hDestroyDocument() + case "chart" : + case "database": + case "soffice" : hCreateDocument() end select printlog( "Close all open documents" ) hFileCloseAll() + endcase diff --git a/testautomation/global/tools/includes/optional/t_ole.inc b/testautomation/global/tools/includes/optional/t_ole.inc index f31798c37bbc..0ea179822cd2 100755 --- a/testautomation/global/tools/includes/optional/t_ole.inc +++ b/testautomation/global/tools/includes/optional/t_ole.inc @@ -73,7 +73,7 @@ function hGetOleObjectName( cApplication as string ) as string ' The application names for the API are case sensitive so we cannot use gApplication select case ( cApplication ) - case "WRITER" : Application_API_Name = "Writer + case "WRITER" : Application_API_Name = "Writer" case "CALC" : Application_API_Name = "Calc" case "IMPRESS": Application_API_Name = "Impress" case "DRAW" : Application_API_Name = "Draw" diff --git a/testautomation/global/tools/includes/required/t_menu.inc b/testautomation/global/tools/includes/required/t_menu.inc index f78e2239e943..a7c64b37865d 100755 --- a/testautomation/global/tools/includes/required/t_menu.inc +++ b/testautomation/global/tools/includes/required/t_menu.inc @@ -687,19 +687,22 @@ end function '******************************************************************************* -function hGetWindowCaption(sApplication as string, optional bAll as boolean) +function hGetWindowCaption( sApplication as string, optional bAll as boolean ) '/// function hGetWindowCaption () ///' '///+ just returns the string from the application main window ///' '///+ If optional parameter = true, thenn go throught all applications and get caption; return array ///' + ' BEWARE: THIS FUNCTION MODIFIES ITS FUNCTION PARAMETER UNDER CERTAIN + ' CONDITIONS! + dim sTemp as string dim aApplication() as string dim aTemp(10) as string dim iTimes as integer dim i as integer - aApplication = array("SWRITER","SGLOBAL","SWEB","SCALC","SDRAW","SIMPRESS","SMATH","BASIC","BACK") + aApplication = array("SWRITER","SGLOBAL","SWEB","SCALC","SDRAW","SIMPRESS","SMATH","BASIC","DATABASE","SOFFICE") if (isMissing(bAll) OR (NOT bAll)) then iTimes = 0 else @@ -756,7 +759,13 @@ function hGetWindowCaption(sApplication as string, optional bAll as boolean) sTemp = BasicIDE.caption catch endcatch - Case "BACK" + Case "DATABASE" + Kontext "DATABASE" + try + sTemp = DataBase.caption + catch + endcatch + Case "SOFFICE" Kontext "DocumentBackground" try sTemp = DocumentBackground.caption @@ -782,7 +791,7 @@ end function '******************************************************************************* -function fSplitWindowTitle(sInString as string) +function fSplitWindowTitle( sInString as string ) dim a, b, x, i, iProductname as integer dim sTemp() as string -- cgit From 95aad7fac69d3ab1434931a0285e6e59ae658d82 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 3 May 2010 09:08:02 +0200 Subject: vitomation01: #i109562 - Code compression and simplification --- .../framework/optional/includes/extras_labels.inc | 56 ++++++++-------- .../global/tools/includes/optional/t_listfuncs.inc | 75 ++++++---------------- 2 files changed, 44 insertions(+), 87 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/extras_labels.inc b/testautomation/framework/optional/includes/extras_labels.inc index b6a05e6e6a1d..27e2ae8dced7 100755 --- a/testautomation/framework/optional/includes/extras_labels.inc +++ b/testautomation/framework/optional/includes/extras_labels.inc @@ -33,38 +33,36 @@ testcase tLabelTypes() + printlog( "Verify presence of labels and brands" ) + + ' If you want to use this test for other languages, remove the following + ' if() block and create the reference files by running this test once. + ' Follow the instructions emitted by hManagaComparisionList() from the log. + if ( gIsoLang <> "en-US" ) then printlog( "No testing for non-en_US languages" ) goto endsub endif + const NO_DELTA = 0 + const MAX_LABEL_COUNT = 1600 + const RELATIVE_PATH = "framework\optional\input\extras_formats\" dim iBrandCount as integer dim iCurrentBrand as integer dim cBrandName as string - - dim iTypeCount as integer - dim iCurrentType as integer - dim cTypeName as string - + dim iCurrentType as integer dim cBrandType as string - dim al_UI_Labels( 1600 ) as string - al_UI_Labels( 0 ) = "0" + dim al_UI_Labels( MAX_LABEL_COUNT ) as string : al_UI_Labels( 0 ) = "0" dim irc as integer - dim sFile as string - sFile = "Labels_" & gISOLang & ".txt" - - dim sFileIn as string - sFileIn = gTesttoolPath & "framework\optional\input\extras_formats\" & sFile - sFileIn = convertpath( sFileIn ) - - dim sFileOut as string - sFileOut = hGetWorkPath() & sFile + dim sFile as string : sFile = "Labels_" & gISOLang & ".txt" + dim sFileIn as string : sFileIn = convertpath( gTesttoolPath & RELATIVE_PATH & sFile ) + dim sFileOut as string : sFileOut = hGetWorkPath() & sFile - + printlog( "Open labels dialog, retrieve all label names" ) hCreateLabels() kontext @@ -75,29 +73,25 @@ testcase tLabelTypes() iBrandCount = Marke.getItemCount() for iCurrentBrand = 1 to iBrandCount - + Marke.select( iCurrentBrand ) - cBrandName = Marke.getSelText() - - iTypeCount = Typ.getItemCount() - - for iCurrentType = 1 to iTypeCount - + + for iCurrentType = 1 to Typ.getItemCount() + Typ.select( iCurrentType ) - - cTypeName = Typ.getSelText() - - cBrandType = cBrandName & ":" & cTypeName + cBrandType = cBrandName & ":" & Typ.getSelText() ListAppend( al_UI_Labels() , cBrandType ) - + next iCurrentType - + next iCurrentBrand + printlog( "Close labels dialog" ) TabEtiketten.Cancel() + printlog( "Compare to reference (or create new reference, if none found)" ) irc = hManageComparisionList( sFileIn, sFileOut, al_UI_Labels() ) - hListResultEvaluation( irc , 0 ) + hListResultEvaluation( irc , NO_DELTA ) endcase diff --git a/testautomation/global/tools/includes/optional/t_listfuncs.inc b/testautomation/global/tools/includes/optional/t_listfuncs.inc index e68c67511ff0..b525473641bd 100755 --- a/testautomation/global/tools/includes/optional/t_listfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_listfuncs.inc @@ -46,44 +46,25 @@ function hListDelete( aList() as string, iItemToDelete as integer ) as boolean '///+ runtime error. 3) Means that arrays may only have an upper boundary '///+ declared, all loops must start with index array(1) and must end with '///+ index array(val( array(0))
                        - '///Review the code, it has many unused variables - '///
                          const CFN = "hListDelete::" - - dim iArraySize as integer ' The size of the array, must be large enough - dim iListSizeOld as integer ' The size of the list before deletion - dim iListSizeNew as integer ' The size of the list after deletion + const INDEX_CORRECTION = 1 dim iCurrentItem as integer ' Increment-Variable - dim iOffset as integer ' First item to be "moved down" by index - dim sItemToDelete as string ' The string that will be deleted - dim brc as boolean ' preliminary return value - - '///+
                        • Get some data from the arrays to work with.
                        • - iArraySize = ubound( aList() ) - iListSizeOld = ListCount( aList() ) - iListSizeNew = iListSizeOld - 1 - sItemToDelete = aList( iItemToDelete ) - iOffset = iItemToDelete + 1 - ' some output (may be removed as soon the function is thoroughly tested) - 'printlog( CFN & "Removing: " & sItemToDelete & " at pos " & iItemToDelete ) + if ( GVERBOSE ) then + printlog( CFN & "Removing: " & aList( iItemToDelete ) & " at pos " & iItemToDelete ) + endif ' Move all items down by one in the list beginning with the item after ' iItemToDelete - '///+
                        • Move all items one up
                        • - for iCurrentItem = iOffset to iListSizeOld - aList( iCurrentItem - 1 ) = aList( iCurrentItem ) + for iCurrentItem = ( iItemToDelete + INDEX_CORRECTION ) to ListCount( aList() ) + aList( iCurrentItem - INDEX_CORRECTION ) = aList( iCurrentItem ) next iCurrentItem ' Delete the last entry, it is no longer used and it is duplicate to the item ' at iListSizeOld-1 (iListSizeNew) - '///+
                        • Delete the last item from the list
                        • - aList( iListSizeOld ) = "" - - '///+
                        • Set the new listsize (one smaller than the original list)
                        • - aList( 0 ) = iListSizeNew - '///
                        + aList( iCurrentItem ) = "" + aList( 0 ) = iCurrentItem - INDEX_CORRECTION end function @@ -106,6 +87,7 @@ function hListAppend( sNewString as string, aTargetList() as string ) as integer '///+ index array(val( array(0))

                        const CFN = "hListAppend::" + const RC_ARRAY_TOO_SMALL = -1 dim iCurrentListSize as integer dim iNewListSize as integer @@ -120,15 +102,13 @@ function hListAppend( sNewString as string, aTargetList() as string ) as integer warnlog ( CFN & "Cannot append, array too small" ) printlog( CFN & "Array-Size.....: " & iArraySize ) printlog( CFN & "Requested index: " & iNewListSize ) - irc = -1 + hListAppend() = RC_ARRAY_TOO_SMALL else aTargetList( iNewListSize ) = sNewString aTargetList( 0 ) = iNewListSize - irc = iNewListSize + hListAppend() = iNewListSize endif - hListAppend() = irc - end function '******************************************************************************* @@ -237,7 +217,6 @@ function hListCompare( aListOne() as String, aListTwo() as String ) as integer dim iListOneSize as integer dim bFound as boolean - dim irc as integer : irc = 0 '///+
                      • Create a copy of list two so we do not change the original list
                      • ListCopy( aListTwo() , aTwoOnlyList() ) @@ -280,17 +259,16 @@ function hListCompare( aListOne() as String, aListTwo() as String ) as integer if ( ListCount( aOneOnlyList() ) > 0 ) then printlog( CFN & "Objects have been added to the list" ) hListPrint( aOneOnlyList() , "Items found in list ONE only (NEW)" ) - irc = ListCount( aOneOnlyList() ) + hListCompare() = ListCount( aOneOnlyList() ) end if '///+
                      • List all items that exist in List Two only
                      • if ( ListCount( aTwoOnlyList() ) > 0 ) then printlog( CFN & "Objects have been removed from the list" ) hListPrint( aTwoOnlyList() , "Items found in list TWO only (MISSING)" ) - irc = ListCount( aOneOnlyList() ) * -1 + hListCompare() = ListCount( aOneOnlyList() ) * -1 end if - hListCompare() = irc '///
                      end function @@ -335,9 +313,7 @@ function hListPrependString( aList() as string, cString as string ) as boolean '///+
                    • Cycle through the list and insert a text infront of each item
                    • for iCurrentItem = 1 to listcount( aList() ) - aList( iCurrentItem ) = cString & " : " & aList( iCurrentItem ) - next iCurrentItem hListPrependString() = true @@ -439,33 +415,20 @@ function hCountMatchesInList( acItemList() as string, cSearchTerm as string ) as '/// const CFN = "hCountMatchesInList::" - printlog( CFN & "Enter" ) - dim iHitCount as integer - dim iItemCount as integer dim iCurrentItem as integer - '///Description: - '///
                        - '///+
                      • Retrieve the number of items in the list
                      • - iItemCount = ListCount( acItemList() ) - - '///+
                      • Walk through the list and count the hits
                      • - printlog( CFN & "Begin with term: " & cSearchTerm ) - for iCurrentItem = 1 to iItemCount - - printlog( acItemList( iCurrentItem ) ) - + if ( GVERBOSE ) then printlog( CFN & "Begin with term: " & cSearchTerm ) + + for iCurrentItem = 1 to ListCount( acItemList() ) + if ( GVERBOSE ) then printlog( acItemList( iCurrentItem ) ) + if ( instr( acItemList( iCurrentItem ), cSearchTerm ) > 0 ) then iHitCount = iHitCount + 1 endif - next iCurrentItem - printlog( CFN & "End" ) - '///
                      - - printlog( CFN & "Exit with result: " & iHitCount ) +if ( GVERBOSE ) then printlog( CFN & "Exit with result: " & iHitCount ) hCountMatchesInList() = iHitCount end function -- cgit From 785cdceeee76f04cb5d14e8cc4835fbb3389c520 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 3 May 2010 11:30:13 +0200 Subject: vitomation01: #i109562 - Need to ucase cApplication as the all-caps rule does only apply to gApplication. --- testautomation/global/tools/includes/optional/t_ole.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_ole.inc b/testautomation/global/tools/includes/optional/t_ole.inc index 0ea179822cd2..63c55705add9 100755 --- a/testautomation/global/tools/includes/optional/t_ole.inc +++ b/testautomation/global/tools/includes/optional/t_ole.inc @@ -33,6 +33,10 @@ function hGetOfficeVersion() as string + ' The "Insert OLE object" dialog lists the OLE Objects with application name + ' and version number. THe version numbers are tracked in the officeinfo.txt + ' file which must be adjusted each time we change to a new major version. + const CFN = "global::tools::includes::optional::t_ole.inc::hGetOfficeVersion(): " const DATAFILE = "global/input/officeinfo.txt" const MAX_LINES_IN_DATAFILE = 20 @@ -72,7 +76,7 @@ function hGetOleObjectName( cApplication as string ) as string const CFN = "global::tools::includes::optional::t_ole.inc::hGetOleObjectName(): " ' The application names for the API are case sensitive so we cannot use gApplication - select case ( cApplication ) + select case ( ucase( cApplication ) ) case "WRITER" : Application_API_Name = "Writer" case "CALC" : Application_API_Name = "Calc" case "IMPRESS": Application_API_Name = "Impress" -- cgit From e2778d307ea02956d3cdd354b0d19d8069df49ff Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 3 May 2010 13:13:47 +0200 Subject: vitomation01: #i109562 - Remove no longer existing include --- testautomation/framework/optional/f_filedlg_dialogtest.bas | 2 -- 1 file changed, 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_filedlg_dialogtest.bas b/testautomation/framework/optional/f_filedlg_dialogtest.bas index d9ccb1038780..6ef9dd84dd84 100755 --- a/testautomation/framework/optional/f_filedlg_dialogtest.bas +++ b/testautomation/framework/optional/f_filedlg_dialogtest.bas @@ -59,8 +59,6 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_docfuncs.inc" use "global\tools\includes\optional\t_accels.inc" - use "framework\tools\includes\tabpages.inc" - gApplication = "WRITER" Call GetUseFiles -- cgit From 1061de2f6c2b2f220d69503705c24eafa76c2422 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 3 May 2010 14:35:48 +0200 Subject: vitomation01: #i109562 - hDeleteMacro() was too fast. Added a minute slowdown between keyboard actions --- testautomation/global/tools/includes/optional/t_basic_ide_tools.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index 34b3311bd8bf..fcf8d301db58 100755 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -276,9 +276,9 @@ function hDeleteMacro() as boolean kontext "BasicIDE" if ( BasicIDE.exists() ) then - WaitSlot() : EditWindow.typeKeys( "" ) - WaitSlot() : EditWindow.typeKeys( "" ) - WaitSlot() : EditWindow.typeKeys( "" ) + WaitSlot() : Wait( 100 ) : EditWindow.typeKeys( "" ) + WaitSlot() : Wait( 100 ) : EditWindow.typeKeys( "" ) + WaitSlot() : Wait( 100 ) : EditWindow.typeKeys( "" ) hDeleteMacro() = hIsEditWindowEmpty() else warnlog( CFN & "Basic IDE is not open" ) -- cgit From 9ebb4608df066f66aa440885f6691d0d0571174d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 4 May 2010 08:46:17 +0200 Subject: vitomation01: #i109562 - g_ole.inc has new issue with DEV300m77 when saving Impress documents, added WarnLog for issue 110938 --- .../graphics/optional/includes/global/g_ole.inc | 57 +++++++++++++--------- 1 file changed, 33 insertions(+), 24 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/g_ole.inc b/testautomation/graphics/optional/includes/global/g_ole.inc index 438f09e1b97d..0b279b8a3ae1 100755 --- a/testautomation/graphics/optional/includes/global/g_ole.inc +++ b/testautomation/graphics/optional/includes/global/g_ole.inc @@ -29,10 +29,6 @@ '* '* short description: includefile for Ole-testing '* -'************************************************************************************** -' #1 tOLE_Copy -' #1 tOLE_SaveLoad -' #1 tiOpenOLECrash '\************************************************************************************* testcase tOLE_Copy @@ -273,16 +269,18 @@ testcase tOLE_SaveLoad MenuSelect (0) printlog "Save the File." FileSaveAs - sleep 1 Kontext "SpeichernDlg" - Dateiname.Settext (filename) - printlog "Saving as: " & filename - Speichern.Click + if ( SpeichernDlg.exists( 1 ) ) then + Dateiname.Settext (filename) + printlog "Saving as: " & filename + Speichern.Click + else + warnlog( " dialog did not open" ) + endif printlog "If the file already exists - press yes to overwrite it." - Sleep 3 kontext "Messagebox" - if Messagebox.exists then + if ( Messagebox.exists( 3 ) ) then Messagebox.Yes endif Sleep 3 @@ -363,20 +361,31 @@ testcase tiOpenOLECrash FileSaveAs Kontext "SpeichernDlg" - sFileodp = (ConvertPath(gOfficePath + "user\work\generic_de")) - Dateiname.SetText (sFileodp) - Dateityp.Select (1) - Speichern.Click - Kontext "Messagebox" - if Messagebox.Exists(2) then - Messagebox.Yes - Kontext "AlienWarning" - if AlienWarning.Exists(2) then - Warnlog "Should not be any alienwarning when saving in our own format!" - AlienWarning.OK - end if - printlog "Saved as: " + sFileodp - end if + if ( SpeichernDlg.exists( 2 ) ) then + sFileodp = (ConvertPath(gOfficePath + "user\work\generic_de")) + Dateiname.SetText (sFileodp) + Dateityp.Select (1) + Speichern.Click + Kontext "Messagebox" + if Messagebox.Exists(2) then + try + Messagebox.Yes + catch + warnlog( "#i110938 - Failure to save certain impress documents" ) + Messagebox.ok() + goto endsub + endcatch + Kontext "AlienWarning" + if AlienWarning.Exists(2) then + Warnlog "Should not be any alienwarning when saving in our own format!" + AlienWarning.OK + end if + printlog "Saved as: " + sFileodp + end if + else + warnlog( " dislog did not open" ) + goto endsub + endif Sleep 3 kontext "DocumentImpress" printlog "3. Close Impress." -- cgit From ad46a745fb80f4f62f19c111388ba56a466eebee Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 07:25:56 +0200 Subject: vitomation01: #i109562 - Reworked fInsertOLE() as the function had a number of shortcomings (No returnvalue in case of server timeout/object not found errors and others) --- testautomation/chart2/tools/ch_tools_common.inc | 179 +++++++++++++----------- 1 file changed, 94 insertions(+), 85 deletions(-) (limited to 'testautomation') diff --git a/testautomation/chart2/tools/ch_tools_common.inc b/testautomation/chart2/tools/ch_tools_common.inc index 311e8c354f74..2a8664109e19 100644 --- a/testautomation/chart2/tools/ch_tools_common.inc +++ b/testautomation/chart2/tools/ch_tools_common.inc @@ -29,83 +29,92 @@ '* '* short description : Chart2 Tool library '* -'************************************************************************************************** -'* -' #1 fInsertOLE ' User Insert / Object / OLE to insert a chart -' #1 fLoadVerySimpleChart ' Load file with a very simple chart -' #1 fLoadVerySimpleChartAndSaveLocal ' Load file with a very simple chart and save it loacally -' #1 fConvertChartTo3D ' Function to invoke the 'Insert::Titles...' dialog -' #1 fOpenTestDocumentAndSelectDataRange ' Opens a test document and executes FormatDataRange -' #1 fOpenTestDocumentAndInsertChart ' Opens a test document and selects a data range at a specific position -'* '\************************************************************************************************ -sub fInsertOLE as BOOLEAN -'Insert Chart OLE in Document - 'Get localised OLE names - call GetOleDefaultNames() - fInsertOLE = FALSE +sub fInsertOLE() as boolean + + ' Insert an OLE object (the name is localized) + call GetOleDefaultNames() + '/// Insert / Object / OLE InsertObjectOLEObject - sleep(1) + Kontext "OLEObjektEinfuegen" - '/// Check if list box is not empty - if Objekttyp.getItemcount < 1 then - warnlog "There are no OLE-Objects in the listbox" + if ( OLEObjektEinfuegen.exists( 1 ) ) then + + if ( Objekttyp.getItemcount() = 0 ) then + + warnlog( "fInsertOLE(): There are no OLE-Objects in the listbox" ) + OLEObjektEinfuegen.cancel() + fInsertOLE() = false + + else + + try + Objekttyp.Select gOLEChart + OLEObjektEinfuegen.ok() + sleep( 2 ) + fInsertOLE() = true + catch + warnlog( "fInsertOLE(): Invalid OLE Object selected: " & gOLEChart ) + OLEObjektEinfuegen.cancel() + fInsertOLE() = false + endcatch + + endif + + else + warnlog( "fInsertOLE(): Failed to open dialog" ) + fInsertOLE() = false endif - '/// Select chart in listbox - Objekttyp.Select gOLEChart - '/// Quit dialog using OK - OLEObjektEinfuegen.OK - sleep(2) - fInsertOLE = TRUE + end sub ' '-------------------------------------------------------------------- ' function fLoadVerySimpleChart() as INTEGER - fLoadVerySimpleChart = 99 -'Load file with a very simple chart -'No Input -'Returns error-code: -'+ 0 := Sucess -'+ 1 := Serious problem trying to load the document -'+99 := Unexpected error + fLoadVerySimpleChart = 99 + 'Load file with a very simple chart + 'No Input + 'Returns error-code: + '+ 0 := Sucess + '+ 1 := Serious problem trying to load the document + '+99 := Unexpected error - dim sInputFile as string - sInputFile = convertpath( gtesttoolpath & "chart2/required/input/verySimpleChart.ods" ) - '/// Load file gTesttoolpath/chart2/required/input/verySimpleChart.ods - try - call hFileOpen ( sInputFile ) - printlog "File with very simple chart loaded" - fLoadVerySimpleChart = 0 - catch - qaErrorLog "Loading file with very simple chart seems to fail" - fLoadVerySimpleChart = 1 - endcatch + dim sInputFile as string + sInputFile = convertpath( gtesttoolpath & "chart2/required/input/verySimpleChart.ods" ) + '/// Load file gTesttoolpath/chart2/required/input/verySimpleChart.ods + try + call hFileOpen ( sInputFile ) + printlog "File with very simple chart loaded" + fLoadVerySimpleChart = 0 + catch + qaErrorLog "Loading file with very simple chart seems to fail" + fLoadVerySimpleChart = 1 + endcatch end function ' '-------------------------------------------------------------------- ' function fLoadVerySimpleChartAndSaveLocal() as INTEGER - fLoadVerySimpleChartAndSaveLocal = 99 -'Load file with a very simple chart and save it loacally -'No Input -'Returns error-code: -'+ 0 := Sucess -'+ 1 := Serious problem trying to load the document -'+ 2 := Serious problem trying to save the document + fLoadVerySimpleChartAndSaveLocal = 99 + 'Load file with a very simple chart and save it loacally + 'No Input + 'Returns error-code: + '+ 0 := Sucess + '+ 1 := Serious problem trying to load the document + '+ 2 := Serious problem trying to save the document dim iCheckIsFileLoaded as INTEGER dim sOutputFile as STRING - sOutputFile = convertpath( gOfficepath & "user/work/verySimpleChart.ods" ) + sOutputFile = convertpath( gOfficepath & "user/work/verySimpleChart.ods" ) iCheckIsFileLoaded = fLoadVerySimpleChart() if iCheckIsFileLoaded > 0 then 'When loading fails pass error code to current function fLoadVerySimpleChartAndSaveLocal = iCheckIsFileLoaded exit function else - printlog "File with very simple chart loaded successfully." + printlog "File with very simple chart loaded successfully." endif '/// Save document local Kontext "DocumentCalc" @@ -125,28 +134,28 @@ end function '-------------------------------------------------------------------- ' function fConvertChartTo3D() as BOOLEAN - fConvertChartTo3D = FALSE -'Function to invoke the 'Insert::Titles...' dialog -'No Input -'Returns TRUE on success + fConvertChartTo3D = FALSE + 'Function to invoke the 'Insert::Titles...' dialog + 'No Input + 'Returns TRUE on success - '/// Invoke Format::Chart Type... - if fInvokeChartTypeDialog() > 0 then - warnlog "Invoking 'Format::Chart Type...' seems to cause an Error" - exit function - endif - '/// Check 3D box - if fSetChartType3D ( TRUE ) = 0 then - fConvertChartTo3D = TRUE - else - warnlog "Converting chart to 3D seems to cause an Error" - exit function - endif - '/// Close Chart Type dialog with OK - if fCloseChartTypeDialogOK() > 0 then - warnlog "Closing Chart Type dialog seems to cause an Error" - fConvertChartTo3D = FALSE - endif + '/// Invoke Format::Chart Type... + if fInvokeChartTypeDialog() > 0 then + warnlog "Invoking 'Format::Chart Type...' seems to cause an Error" + exit function + endif + '/// Check 3D box + if fSetChartType3D ( TRUE ) = 0 then + fConvertChartTo3D = TRUE + else + warnlog "Converting chart to 3D seems to cause an Error" + exit function + endif + '/// Close Chart Type dialog with OK + if fCloseChartTypeDialogOK() > 0 then + warnlog "Closing Chart Type dialog seems to cause an Error" + fConvertChartTo3D = FALSE + endif end function ' '------------------------------------------------------------------------- @@ -155,13 +164,13 @@ function fOpenTestDocumentAndSelectDataRange(sInputFile as string) as BOOLEAN fOpenTestDocumentAndSelectDataRange = FALSE call hFileOpen(sInputFile) sleep(2) - Call sMakeReadOnlyDocumentEditable() + Call sMakeReadOnlyDocumentEditable() '/// Select chart using navigator printlog "Select chart using navigator" - call fSelectFirstOLE + call fSelectFirstOLE '/// Edit / Object / Edit printlog "Edit / Object / Edit" - EditObjectEdit + EditObjectEdit '///Open FORMAT / DATA RANGES printlog "Open FORMAT / DATA RANGES" FormatDataRanges @@ -172,9 +181,9 @@ function fOpenTestDocumentAndSelectDataRange(sInputFile as string) as BOOLEAN 'Switching tabpages as workaround for #i77237# Active.SetPage TabChartTypeDataSeries QAErrorLog "#i77237#-Testtool can't access OK after switching tabpage" - Active.SetPage TabChartTypeDataRange + Active.SetPage TabChartTypeDataRange Kontext "TabChartTypeDataRange" - call DialogTest ( TabChartTypeDataRange ) + call DialogTest ( TabChartTypeDataRange ) fOpenTestDocumentAndSelectDataRange = TRUE end function ' @@ -184,20 +193,20 @@ function fOpenTestDocumentAndInsertChart(sInputFile as string) as BOOLEAN fOpenTestDocumentAndInsertChart = FALSE call hFileOpen(sInputFile) sleep(2) - Call sMakeReadOnlyDocumentEditable() - Kontext "DocumentCalc" - printlog "Type " - DocumentCalc.TypeKeys "" + Call sMakeReadOnlyDocumentEditable() + Kontext "DocumentCalc" + printlog "Type " + DocumentCalc.TypeKeys "" printlog "Type twice cursor key" - DocumentCalc.TypeKeys "" , 2 + DocumentCalc.TypeKeys "" , 2 printlog "Type thrice cursor key" - DocumentCalc.TypeKeys "" , 3 - printlog "Menu Insert chart to open chart wizard" + DocumentCalc.TypeKeys "" , 3 + printlog "Menu Insert chart to open chart wizard" InsertChart try WaitSlot() fOpenTestDocumentAndInsertChart = TRUE - catch + catch fOpenTestDocumentAndInsertChart = FALSE endcatch end function -- cgit From 68b7b72b1586da73d60e0aa9d0ac80c644998155 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 15:35:29 +0200 Subject: vitomation01: #i109562 - Fix broken functions, replaced fancy variable names i, A, BornToKill with speaking identifiers. --- testautomation/xml/tools/includes/xmltool1.inc | 115 ++++++++++++++----------- 1 file changed, 67 insertions(+), 48 deletions(-) (limited to 'testautomation') diff --git a/testautomation/xml/tools/includes/xmltool1.inc b/testautomation/xml/tools/includes/xmltool1.inc index e25a5d03506e..2df9bbdbf964 100644 --- a/testautomation/xml/tools/includes/xmltool1.inc +++ b/testautomation/xml/tools/includes/xmltool1.inc @@ -29,56 +29,75 @@ '* '* short description : XML Tools '* -'*************************************************************************************** -'* -' #1 CreateWorkXMLExportDir -' #1 hEnablePrettyPrinting -'* '\*********************************************************************************** + sub CreateWorkXMLExportDir ( DirName as string ) -'/*** CreateWorkXMLExportDir creates in the StarOffice/work- -'/*** +directory a directory. If the same name exists the content (files only) -'/*** +will be deleted. - Dim OutputPath as string - Dim Isliste(200) as string - Dim i, BornToKill - printlog "Checking work-dir & creating '" & gOfficePath & ConvertPath(DirName) & "'." - if ( FileExists( gOfficePath & ConvertPath( DirName) ) then - OutputPath = gOfficePath & ConvertPath(DirName) - IsListe(0) = 0 - GetFileList ( OutputPath , "*", IsListe() ) - BornToKill = KillFileList ( IsListe() ) - for i = 1 to BornToKill - warnlog IsListe(i) & " could not be deleted!" - next i - else - app.mkDir( gOfficePath & ConvertPath(DirName)) - end if + + '/*** CreateWorkXMLExportDir creates in the StarOffice/work- + '/*** +directory a directory. If the same name exists the content (files only) + '/*** +will be deleted. + + Dim OutputPath as string + Dim Isliste(200) as string + Dim iCurrentFile as integer + dim iFileCount as integer + + printlog "Checking work-dir & creating '" & gOfficePath & ConvertPath(DirName) & "'." + if ( FileExists( gOfficePath & ConvertPath( DirName ) ) ) then + + OutputPath = gOfficePath & ConvertPath( DirName ) + IsListe(0) = 0 + GetFileList ( OutputPath , "*", IsListe() ) + iFileCount = KillFileList ( IsListe() ) + + for iCurrentFile = 1 to iFileCount + warnlog IsListe( iCurrentFile ) & " could not be deleted!" + next iCurrentFile + + else + + app.mkDir( gOfficePath & ConvertPath(DirName)) + + endif + end sub -'------------------------------------------------------------------------- -sub hEnablePrettyPrinting (OPTIONAL A) -'/// hEnablePrettyPrinting enables the pretty printing (=better -'/// +formated view) in XML file export. It takes >10 percent more time -'/// +to save files!!! OPTIONAL parameter is used to DISABLE it. - ToolsOptions - Kontext "ExtrasOptionenDLG" - call hToolsOptions("loadsave","general") - Kontext "TabSpeichern" - if IsMissing(A) then - if NoPrettyPrinting.IsChecked = TRUE then - NoPrettyPrinting.Uncheck - sleep(1) - printlog "- XML pretty printing enabled ( xmltool1.inc )" - end if - else - if NoPrettyPrinting.IsChecked = FALSE then - NoPrettyPrinting.Check - sleep(1) - printlog "- XML pretty printing disabled ( xmltool1.inc )" - end if - end if - Kontext "ExtrasOptionenDLG" - ExtrasOptionenDLG.OK + +'------------------------------------------------------------------------------- + +sub hEnablePrettyPrinting ( optional bDisablePrettyPrinting ) + + '/// hEnablePrettyPrinting enables the pretty printing (=better + '/// +formated view) in XML file export. It takes >10 percent more time + '/// +to save files!!! OPTIONAL parameter is used to DISABLE it. + + ToolsOptions + Kontext "ExtrasOptionenDLG" + if ( ExtrasOptionanDlg.exists( 1 ) ) then + + call hToolsOptions("loadsave","general") + + Kontext "TabSpeichern" + if IsMissing( bDisablePrettyPrinting ) then + + if ( NoPrettyPrinting.IsChecked() ) then + NoPrettyPrinting.Uncheck() + printlog "- XML pretty printing enabled ( xmltool1.inc )" + endif + + else + + if ( Not NoPrettyPrinting.IsChecked() ) then + NoPrettyPrinting.Check() + printlog "- XML pretty printing disabled ( xmltool1.inc )" + endif + + endif + Kontext "ExtrasOptionenDLG" + hCloseDialog( ExtrasOptionenDLG, "ok" ) + else + warnlog( "hEnablePrettyPrinting(): Tools/Options dialog not open" ) + endif + end sub -'------------------------------------------------------------------------- + -- cgit From 3b2350a5bba9c85ecfff70bf79b289da1e8c1da2 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 15:43:48 +0200 Subject: vitomation01: #i109562 - Fix typo (i really should work locally...) --- testautomation/xml/tools/includes/xmltool1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/xml/tools/includes/xmltool1.inc b/testautomation/xml/tools/includes/xmltool1.inc index 2df9bbdbf964..67a52c48714e 100644 --- a/testautomation/xml/tools/includes/xmltool1.inc +++ b/testautomation/xml/tools/includes/xmltool1.inc @@ -72,7 +72,7 @@ sub hEnablePrettyPrinting ( optional bDisablePrettyPrinting ) ToolsOptions Kontext "ExtrasOptionenDLG" - if ( ExtrasOptionanDlg.exists( 1 ) ) then + if ( ExtrasOptionenDlg.exists( 1 ) ) then call hToolsOptions("loadsave","general") -- cgit From 973873e8ba146da7a0beaec84c0b1648b49a0e51 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 16:14:08 +0200 Subject: vitomation01: #i109562 - Warnlog for incorrect messagebox when signing documents --- .../optional/includes/security_certification_dialogs.inc | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/security_certification_dialogs.inc b/testautomation/framework/optional/includes/security_certification_dialogs.inc index 2b645712cc02..b89cd9fab5b7 100755 --- a/testautomation/framework/optional/includes/security_certification_dialogs.inc +++ b/testautomation/framework/optional/includes/security_certification_dialogs.inc @@ -44,16 +44,23 @@ testcase tCertificationDialogs hDeleteFile( sFile ) - call hNewDocument() + hNewDocument() - call hChangeDoc() + hChangeDoc() - brc = hOpenDigitalSignaturesDialog() + hOpenDigitalSignaturesDialog() kontext "active" if ( active.exists( 1 ) ) then printlog( "MSGBOX: " & active.getText() ) - active.yes() + try + active.yes() + catch + warnlog( CFN & "This is not the expected messagebox, aborting test" ) + active.ok() + hCloseDocument() + goto endsub + endcatch printlog( CFN & "Allow to save the document" ) else if ( gApplication <> "MASTERDOCUMENT" ) then -- cgit From e3fa835e49b602a7c12819e26beebbe951b2bd28 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 16:20:34 +0200 Subject: vitomation01: #i109562 - Removed undeclared identifier brc and irc --- .../framework/optional/includes/basic_documents.inc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_documents.inc b/testautomation/framework/optional/includes/basic_documents.inc index f83e961cac57..13dd3567716a 100755 --- a/testautomation/framework/optional/includes/basic_documents.inc +++ b/testautomation/framework/optional/includes/basic_documents.inc @@ -139,8 +139,8 @@ testcase tBasicDocuments hFileCloseAll() printlog( "Cleanup: Remove workfiles" ) - brc = hDeleteFile( sFileWriter ) - brc = hDeleteFile( sFileCalc ) + hDeleteFile( sFileWriter ) + hDeleteFile( sFileCalc ) printlog( "Rest macro security level" ) hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_DEFAULT ) @@ -152,17 +152,19 @@ endcase function hTestLibraryListBox( cNodeList() ) as boolean const CFN = "hTestLibraryListBox::" + const EXACT_MATCH = 1 dim iEntry as integer dim cEntry as string - dim brc as boolean : brc = true dim irc as integer + + hTestLibraryListBox() = true if ( bibliothek.getItemCount() <> IDOCS ) then warnlog( CFN & "Incorrect number of items in listbox" ) printlog( CFN & "Expected: " & bibliothek.getItemCount() ) printlog( CFN & "Found...: " & listcount( cNodeList() ) ) - brc = false + hTestLibraryListBox() = false endif for iEntry = 3 to IDOCS @@ -170,11 +172,10 @@ function hTestLibraryListBox( cNodeList() ) as boolean Bibliothek.select( iEntry ) cEntry = Bibliothek.getSelText() - irc = hCompareSubStrings( cNodeList( iEntry ) , cEntry ) - if ( irc <> 1 ) then + if ( hCompareSubStrings( cNodeList( iEntry ) , cEntry ) <> EXACT_MATCH ) then warnlog( CFN & "Comparision failed" ) printlog( CFN & "Expected: " & cNodeList( iEntry ) & "<>" & cEntry ) - brc = false + hTestLibraryListBox() = false else printlog( CFN & "Comparision succeeded:" & cEntry ) endif -- cgit From a9721fb25483891f760605cf68092467a4f8959e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 16:29:26 +0200 Subject: vitomation01: #i109562 - Increased array size as a first ttempt to fix an array out of bounds error, the problem however is likely to be found elsewhere --- testautomation/framework/optional/includes/help_compare_topics.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/help_compare_topics.inc b/testautomation/framework/optional/includes/help_compare_topics.inc index c49c96e5ccd2..9ffd4386d1ca 100755 --- a/testautomation/framework/optional/includes/help_compare_topics.inc +++ b/testautomation/framework/optional/includes/help_compare_topics.inc @@ -46,7 +46,7 @@ testcase tCompareHelpTopics() ' handle this. If problems occur, this shuld be the first place to ' look. - const MAX_ENTRIES = 30000 + const MAX_ENTRIES = 50000 ' variables related to filenames dim sFileOut as string @@ -63,7 +63,6 @@ testcase tCompareHelpTopics() dim iAboutItems as integer dim cAboutItem as string dim irc as integer - dim brc as boolean dim bNextItem as boolean ' define input and output paths, presetting variables @@ -74,8 +73,7 @@ testcase tCompareHelpTopics() aTopicsFromUI( 0 ) = "0" - brc = hOpenHelp() - if ( not brc ) then + if ( not hOpenHelp() ) then warnlog( "Help not open, aborting test" ) goto endsub endif -- cgit From ccba4c782e8c3aa225f80622ff2de783474f0991 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 16:30:06 +0200 Subject: vitomation01: #i109562 - Fix missing closing quote --- testautomation/framework/optional/f_basic_documents.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_documents.bas b/testautomation/framework/optional/f_basic_documents.bas index da5445442149..a9887adda4fc 100755 --- a/testautomation/framework/optional/f_basic_documents.bas +++ b/testautomation/framework/optional/f_basic_documents.bas @@ -56,7 +56,7 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_accels.inc" use "global\tools\includes\optional\t_security_tools.inc" use "global\tools\includes\optional\t_listfuncs.inc" - use "global\tools\includes\optional\t_stringtools.inc + use "global\tools\includes\optional\t_stringtools.inc" gApplication = "WRITER" call GetUseFiles() -- cgit From 37ac8c597ec4682bac369810e7d8b0a98659fa6c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 16:38:06 +0200 Subject: vitomation01: #i109562 - Fix misuse of hInitSingleDoc() - The function creates a writer document but we need Calc. --- .../optional/includes/security_incorrect_password.inc | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/security_incorrect_password.inc b/testautomation/framework/optional/includes/security_incorrect_password.inc index bc218edcc7bb..2478a59d6294 100755 --- a/testautomation/framework/optional/includes/security_incorrect_password.inc +++ b/testautomation/framework/optional/includes/security_incorrect_password.inc @@ -33,8 +33,6 @@ testcase tIncorrectPassword( filetypeID as string ) - dim rc as integer - dim brc as boolean dim iCurrentFilter as integer dim cCurrentFilter as string dim filepath as string @@ -51,7 +49,8 @@ testcase tIncorrectPassword( filetypeID as string ) hDeleteFile( filepath ) printlog( "Make sure we have exactly one single document open" ) - hInitSingleDoc() + hFileCloseAll() + hCreateDocument() ' Do not use hInitSingleDoc() here as it creates a Writer document printlog( "Change the document" ) hChangeDoc() @@ -87,9 +86,7 @@ testcase tIncorrectPassword( filetypeID as string ) printlog( "Click on the Save-Button" ) Speichern.click() - brc = hSecurityEnterPasswordOnSave( PASSWORD_VALID ) - - if ( brc ) then + if ( hSecurityEnterPasswordOnSave( PASSWORD_VALID ) ) then kontext "AlienWarning" if ( AlienWarning.exists( 3 ) ) then @@ -102,8 +99,7 @@ testcase tIncorrectPassword( filetypeID as string ) endif printlog( "Close the document" ) - brc = hDestroyDocument() - if ( not brc ) then + if ( not hDestroyDocument() ) then warnlog( "Something went wrong while closing the document. please check" ) endif @@ -113,8 +109,7 @@ testcase tIncorrectPassword( filetypeID as string ) printlog( "Load the file again" ) hFileOpen( workpath & WORKFILE & suffix ) - brc = hSecurityEnterPasswordOnLoad( PASSWORD_FALSE , false ) - if ( not brc ) then + if ( not hSecurityEnterPasswordOnLoad( PASSWORD_FALSE , false ) ) then warnlog( "Something went wrong while using the password dialog" ) endif -- cgit From 4c22a58a9e05d33f90ff5dd13cbd705ace5f9f49 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 16:48:21 +0200 Subject: vitomation01: #i109562 - Remove blanks from reference file names as requested by RE --- testautomation/framework/optional/includes/help_compare_topics.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/help_compare_topics.inc b/testautomation/framework/optional/includes/help_compare_topics.inc index 9ffd4386d1ca..feef650c64e9 100755 --- a/testautomation/framework/optional/includes/help_compare_topics.inc +++ b/testautomation/framework/optional/includes/help_compare_topics.inc @@ -46,7 +46,7 @@ testcase tCompareHelpTopics() ' handle this. If problems occur, this shuld be the first place to ' look. - const MAX_ENTRIES = 50000 + const MAX_ENTRIES = 25000 ' variables related to filenames dim sFileOut as string @@ -59,6 +59,7 @@ testcase tCompareHelpTopics() ' some increment operators and temporary variables dim iCurrentItem as integer dim sCurrentItem as string + dim sProductName as string dim iCurrentApp as integer dim iAboutItems as integer dim cAboutItem as string @@ -66,7 +67,8 @@ testcase tCompareHelpTopics() dim bNextItem as boolean ' define input and output paths, presetting variables - sFileName = gProductName & "_help_topics_" & gIsoLang & ".txt" + sProductName = hStringReplaceChar( gProductName, " ", "_" ) + sFileName = sProductName & "_help_topics_" & gIsoLang & ".txt" sFileOut = hGetWorkFile( sFilename ) sFileIn = gTesttoolPath & "framework\optional\input\help_browser\" sFileIn = convertpath( sFileIn & sFileName ) -- cgit From 5d0047e635730fb0319831b23e0174aaf18b309e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 16:53:07 +0200 Subject: vitomation01: #i109562 - Increased maximum array size to 25000 (10000 was not enough for the current help file sizes) --- testautomation/global/tools/includes/optional/t_listfuncs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_listfuncs.inc b/testautomation/global/tools/includes/optional/t_listfuncs.inc index b525473641bd..ea8a5d5bec68 100755 --- a/testautomation/global/tools/includes/optional/t_listfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_listfuncs.inc @@ -140,7 +140,7 @@ function hManageComparisionList( sFileIn as string, sFileOut as string, sListOut '///
                        const CFN = "hManageComparisionList::" - const FILESIZE = 10000 + const FILESIZE = 25000 const COMPARE_SUCCESS = 0 const ENCODING_UTF8 = "UTF8" -- cgit From 31b470f1e414d7a4b16671af6755e06337caf663 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 10 May 2010 16:59:58 +0200 Subject: vitomation01: #i109562 - Renamed help related reference files as requested by RE, changed autotests to replace all blanks in the productname with underscores --- .../includes/help_compare_applications.inc | 4 +- .../optional/includes/help_compare_content.inc | 4 +- .../framework/optional/includes/help_search.inc | 10 +- .../Oracle_Open_Office_help_applications_en-US.txt | 8 + .../Oracle_Open_Office_help_topics_en-US.txt | 22002 +++++++++++++++++++ ...ffice_search_headings_and_whole_words_en-US.txt | 6 + ...acle_Open_Office_search_headings_only_en-US.txt | 7 + ...e_Open_Office_search_whole_words_only_en-US.txt | 16 + ...cle_Open_Office_search_without_filter_en-US.txt | 22 + 9 files changed, 22073 insertions(+), 6 deletions(-) create mode 100644 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_applications_en-US.txt create mode 100644 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt create mode 100644 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_and_whole_words_en-US.txt create mode 100644 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_only_en-US.txt create mode 100644 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_whole_words_only_en-US.txt create mode 100644 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_without_filter_en-US.txt (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/help_compare_applications.inc b/testautomation/framework/optional/includes/help_compare_applications.inc index 5fa8bc46bbe3..b7edb50dbc8b 100755 --- a/testautomation/framework/optional/includes/help_compare_applications.inc +++ b/testautomation/framework/optional/includes/help_compare_applications.inc @@ -43,6 +43,7 @@ testcase tCompareHelpApps() dim sFileOut as string dim sFilein as string dim sFileName as string + dim sProductName as string : sProductName = hStringReplaceChar( gProductName, " ", "_" ) ' the array that holds the names of the applications dim aTopicsFromUI( 10 ) as string ' max index = 7 expected @@ -55,7 +56,8 @@ testcase tCompareHelpApps() dim brc as boolean ' define input and output paths, presetting variables - sFileName = gProductName & "_help_applications_" & gIsoLang & ".txt" + + sFileName = sProductName & "_help_applications_" & gIsoLang & ".txt" sFileOut = hGetWorkFile( sFilename ) sFileIn = gTesttoolPath & "framework\optional\input\help_browser\" sFileIn = sFileIn & sFileName diff --git a/testautomation/framework/optional/includes/help_compare_content.inc b/testautomation/framework/optional/includes/help_compare_content.inc index 2331a6a5969c..fc9f9a7de4d9 100755 --- a/testautomation/framework/optional/includes/help_compare_content.inc +++ b/testautomation/framework/optional/includes/help_compare_content.inc @@ -43,6 +43,7 @@ testcase tCompareHelpContent() dim sFileOut as string dim sFilein as string dim sFileName as string + dim sProductName as string : sProductName = hStringReplaceChar( gProductName, " ", "_" ) ' the array that holds the names of the applications dim aTopicsFromUI( 1200 ) as string @@ -55,7 +56,8 @@ testcase tCompareHelpContent() dim brc as boolean ' define input and output paths, presetting variables - sFileName = gProductName & "_help_content_" & gIsoLang & ".txt" + + sFileName = sProductName & "_help_content_" & gIsoLang & ".txt" sFileOut = hGetWorkFile( sFilename ) sFileIn = gTesttoolPath & "framework\optional\input\help_browser\" sFileIn = convertpath( sFileIn & sFileName ) diff --git a/testautomation/framework/optional/includes/help_search.inc b/testautomation/framework/optional/includes/help_search.inc index c050e67ad4b3..f58d3a823b5e 100755 --- a/testautomation/framework/optional/includes/help_search.inc +++ b/testautomation/framework/optional/includes/help_search.inc @@ -48,6 +48,7 @@ testcase tHelpSearch dim cBasePath as string cBasePath = gTesttoolPath & "framework\optional\input\help_browser\" dim cDataFile as string + dim sProductName as string : sProductName = hStringReplaceChar( gProductName, " ", "_" ) brc = hOpenHelp() if ( not brc ) then @@ -75,8 +76,9 @@ testcase tHelpSearch ListAllDelete( aUIList() ) hGetListItems( Result, aUIList() ) - - cDataFile = gProductName & "_search_without_filter_" & gIsoLang & ".txt" + + + cDataFile = sProductName & "_search_without_filter_" & gIsoLang & ".txt" sFileOut = hGetWorkFile( cDataFile ) sFileIn = convertpath( cBasePath & cDataFile ) @@ -96,7 +98,7 @@ testcase tHelpSearch ListAllDelete( aUIList() ) hGetListItems( Result, aUIList() ) - cDataFile = gProductName & "_search_whole_words_only_" & gIsoLang & ".txt" + cDataFile = sProductName & "_search_whole_words_only_" & gIsoLang & ".txt" sFileOut = hGetWorkFile( cDataFile ) sFileIn = convertpath( cBasePath & cDataFile ) @@ -118,7 +120,7 @@ testcase tHelpSearch ListAllDelete( aUIList() ) hGetListItems( Result, aUIList() ) - cDataFile = gProductName & "_search_headings_only_" & gIsoLang & ".txt" + cDataFile = sProductName & "_search_headings_only_" & gIsoLang & ".txt" sFileOut = hGetWorkFile( cDataFile ) sFileIn = convertpath( cBasePath & cDataFile ) diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_applications_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_applications_en-US.txt new file mode 100644 index 000000000000..7a97fdb0f025 --- /dev/null +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_applications_en-US.txt @@ -0,0 +1,8 @@ +Oracle Open Office Impress +Oracle Open Office Basic +Oracle Open Office Math +Oracle Open Office Chart +Oracle Open Office Base +Oracle Open Office Draw +Oracle Open Office Writer +Oracle Open Office Calc diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt new file mode 100644 index 000000000000..a7640272ec27 --- /dev/null +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt @@ -0,0 +1,22002 @@ +Oracle Open Office Basic : "^" operator (mathematical) +Oracle Open Office Basic : "-" operator (mathematical) +Oracle Open Office Basic : "*" operator (mathematical) +Oracle Open Office Basic : "/" operator (mathematical) +Oracle Open Office Basic : "+" operator (mathematical) +Oracle Open Office Basic : 1/2 replacement +Oracle Open Office Basic : 3D text creation +Oracle Open Office Basic : abbreviation replacement +Oracle Open Office Basic : Abs function +Oracle Open Office Basic : absolute hyperlinks +Oracle Open Office Basic : absolute saving of URLs +Oracle Open Office Basic : accents +Oracle Open Office Basic : Access databases (base) +Oracle Open Office Basic : access rights for database tables (Base) +Oracle Open Office Basic : accessibility +Oracle Open Office Basic : accessibility;general shortcuts +Oracle Open Office Basic : accessibility;options +Oracle Open Office Basic : accessibility;Oracle Open Office assistive technology +Oracle Open Office Basic : accessibility;Oracle Open Office features +Oracle Open Office Basic : activating +Oracle Open Office Basic : activating;context menus +Oracle Open Office Basic : activating;Error Report Tool +Oracle Open Office Basic : activating;extended help tips +Oracle Open Office Basic : activating;plug-ins +Oracle Open Office Basic : ActiveX control +Oracle Open Office Basic : Adabas D databases (base) +Oracle Open Office Basic : add-ons, see UNO components +Oracle Open Office Basic : adding libraries +Oracle Open Office Basic : additional selection mode +Oracle Open Office Basic : address books +Oracle Open Office Basic : address books;LDAP server (Base) +Oracle Open Office Basic : address books;registering +Oracle Open Office Basic : address labels from databases +Oracle Open Office Basic : ADO databases (Base) +Oracle Open Office Basic : Agenda Wizard +Oracle Open Office Basic : aging filter +Oracle Open Office Basic : aligning +Oracle Open Office Basic : aligning;cells +Oracle Open Office Basic : aligning;objects +Oracle Open Office Basic : aligning;paragraphs +Oracle Open Office Basic : aligning;tables in text +Oracle Open Office Basic : aligning;text objects +Oracle Open Office Basic : alternative fonts +Oracle Open Office Basic : ampersand symbol in StarBasic +Oracle Open Office Basic : ampersand symbol, see also operators +Oracle Open Office Basic : anchors +Oracle Open Office Basic : anchors;changing +Oracle Open Office Basic : anchors;displaying (Calc) +Oracle Open Office Basic : anchors;types/positions for draw objects +Oracle Open Office Basic : AND operator (logical) +Oracle Open Office Basic : animations +Oracle Open Office Basic : animations;accessibility options +Oracle Open Office Basic : appearance options +Oracle Open Office Basic : Arabic +Oracle Open Office Basic : Arabic;entering text +Oracle Open Office Basic : Arabic;language settings +Oracle Open Office Basic : areas +Oracle Open Office Basic : areas;bitmap patterns +Oracle Open Office Basic : areas;hatched/dotted +Oracle Open Office Basic : areas;shadows +Oracle Open Office Basic : areas;slanting +Oracle Open Office Basic : areas;styles +Oracle Open Office Basic : areas;transparency +Oracle Open Office Basic : arguments in command line +Oracle Open Office Basic : arranging +Oracle Open Office Basic : arranging;objects +Oracle Open Office Basic : Array function +Oracle Open Office Basic : arrays +Oracle Open Office Basic : arrays;declaring +Oracle Open Office Basic : arrays;dimensioning +Oracle Open Office Basic : arrows +Oracle Open Office Basic : arrows;defining arrow heads +Oracle Open Office Basic : arrows;defining arrow lines +Oracle Open Office Basic : arrows;drawing in text +Oracle Open Office Basic : Asc function +Oracle Open Office Basic : ASCII +Oracle Open Office Basic : ASCII;definition +Oracle Open Office Basic : Asian languages +Oracle Open Office Basic : Asian languages;enabling +Oracle Open Office Basic : Asian Phonetic Guide +Oracle Open Office Basic : Asian typography +Oracle Open Office Basic : assigning macros to events +Oracle Open Office Basic : assigning scripts +Oracle Open Office Basic : assistive technology in Oracle Open Office +Oracle Open Office Basic : Atn function +Oracle Open Office Basic : attaching toolbars +Oracle Open Office Basic : attachments in e-mails +Oracle Open Office Basic : audio +Oracle Open Office Basic : auto reloading HTML documents +Oracle Open Office Basic : AutoAbstract function for sending text to presentations +Oracle Open Office Basic : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Basic : AutoComplete function in text and list boxes +Oracle Open Office Basic : AutoCorrect function +Oracle Open Office Basic : AutoCorrect function;context menu +Oracle Open Office Basic : AutoCorrect function;options +Oracle Open Office Basic : AutoCorrect function;pictures and frames +Oracle Open Office Basic : AutoCorrect function;quotes +Oracle Open Office Basic : AutoCorrect function;replacement table +Oracle Open Office Basic : AutoCorrect function;switching on and off in Calc +Oracle Open Office Basic : AutoCorrect function;URL recognition +Oracle Open Office Basic : AutoFormat function +Oracle Open Office Basic : AutoFormat function;switching on and off +Oracle Open Office Basic : automatic captions (Writer) +Oracle Open Office Basic : automatic control focus +Oracle Open Office Basic : automatic hyperlink formatting +Oracle Open Office Basic : automatic line breaks +Oracle Open Office Basic : automatic lines/borders in text +Oracle Open Office Basic : automatic saving +Oracle Open Office Basic : AutoPilots, see wizards +Oracle Open Office Basic : AutoValue (Base) +Oracle Open Office Basic : axes in charts +Oracle Open Office Basic : backgrounds +Oracle Open Office Basic : backgrounds;defining colors/pictures +Oracle Open Office Basic : backgrounds;frames/sections/indexes +Oracle Open Office Basic : backgrounds;inserting from Gallery +Oracle Open Office Basic : backgrounds;printing +Oracle Open Office Basic : backing window +Oracle Open Office Basic : backups +Oracle Open Office Basic : backups;automatic +Oracle Open Office Basic : backups;documents +Oracle Open Office Basic : Basic +Oracle Open Office Basic : Basic;fonts for source display +Oracle Open Office Basic : Basic;programming +Oracle Open Office Basic : Basic;recording macros +Oracle Open Office Basic : Basic editor +Oracle Open Office Basic : basic fonts +Oracle Open Office Basic : Basic IDE +Oracle Open Office Basic : Basic IDE;Integrated Development Environment +Oracle Open Office Basic : Basic IDE;macros +Oracle Open Office Basic : BasicLibraries (LibraryContainer) +Oracle Open Office Basic : Beep statement +Oracle Open Office Basic : Bézier curves +Oracle Open Office Basic : Bézier curves;control points in presentations +Oracle Open Office Basic : bi-directional writing +Oracle Open Office Basic : binding space +Oracle Open Office Basic : bitmaps +Oracle Open Office Basic : bitmaps;inserting and editing +Oracle Open Office Basic : bitmaps;off for faster printing +Oracle Open Office Basic : bitmaps;patterns +Oracle Open Office Basic : black and white printing +Oracle Open Office Basic : black printing in Calc +Oracle Open Office Basic : block selection mode +Oracle Open Office Basic : Blue function +Oracle Open Office Basic : bold +Oracle Open Office Basic : bold;AutoFormat function +Oracle Open Office Basic : bold;text +Oracle Open Office Basic : bookmarks +Oracle Open Office Basic : bookmarks;Help +Oracle Open Office Basic : borders +Oracle Open Office Basic : borders;arranging +Oracle Open Office Basic : borders;cells on screen (Calc) +Oracle Open Office Basic : borders;for paragraphs +Oracle Open Office Basic : borders;for tables +Oracle Open Office Basic : borders;shadows +Oracle Open Office Basic : borders;table boundaries (Writer) +Oracle Open Office Basic : borders, see also frames +Oracle Open Office Basic : bound fields +Oracle Open Office Basic : bound fields;controls +Oracle Open Office Basic : boundaries of tables (Writer) +Oracle Open Office Basic : break display (Writer) +Oracle Open Office Basic : breakpoints +Oracle Open Office Basic : brochures +Oracle Open Office Basic : brochures;printing several +Oracle Open Office Basic : build numbers of Oracle Open Office +Oracle Open Office Basic : bullet lists +Oracle Open Office Basic : bullet lists;formatting options +Oracle Open Office Basic : bullets +Oracle Open Office Basic : bullets;paragraphs +Oracle Open Office Basic : bullets;replacing +Oracle Open Office Basic : bullets;turning off +Oracle Open Office Basic : business cards +Oracle Open Office Basic : business cards;creating and synchronizing +Oracle Open Office Basic : business cards;using templates +Oracle Open Office Basic : button bars, see toolbars +Oracle Open Office Basic : buttons +Oracle Open Office Basic : buttons;adding push buttons +Oracle Open Office Basic : buttons;big/small +Oracle Open Office Basic : buttons;controls +Oracle Open Office Basic : buttons;editing hyperlink buttons +Oracle Open Office Basic : buttons;form functions +Oracle Open Office Basic : buttons;toolbars +Oracle Open Office Basic : cache for graphics +Oracle Open Office Basic : calculating +Oracle Open Office Basic : calculating;iterative references (Calc) +Oracle Open Office Basic : Call Stack window +Oracle Open Office Basic : Call statement +Oracle Open Office Basic : callouts +Oracle Open Office Basic : callouts;drawings +Oracle Open Office Basic : capital letters +Oracle Open Office Basic : capital letters;AutoCorrect function +Oracle Open Office Basic : capital letters;font effects +Oracle Open Office Basic : captions +Oracle Open Office Basic : captions;automatic captions (Writer) +Oracle Open Office Basic : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Basic : captions, see also labels/callouts +Oracle Open Office Basic : cascading update (Base) +Oracle Open Office Basic : case sensitivity +Oracle Open Office Basic : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Basic : case sensitivity;searching +Oracle Open Office Basic : Case statement +Oracle Open Office Basic : CBool function +Oracle Open Office Basic : CByte function +Oracle Open Office Basic : CCur function +Oracle Open Office Basic : CDate function +Oracle Open Office Basic : CdateFromIso function +Oracle Open Office Basic : CdateToIso function +Oracle Open Office Basic : CDbl function +Oracle Open Office Basic : CDec function +Oracle Open Office Basic : cells +Oracle Open Office Basic : cells;aligning +Oracle Open Office Basic : cells;coloring (Calc) +Oracle Open Office Basic : cells;cursor positions after input (Calc) +Oracle Open Office Basic : cells;formatting without effect (Calc) +Oracle Open Office Basic : cells;line breaks +Oracle Open Office Basic : cells;linked to controls +Oracle Open Office Basic : cells;number of +Oracle Open Office Basic : cells;pasting +Oracle Open Office Basic : cells;resetting formats +Oracle Open Office Basic : cells;showing grid lines (Calc) +Oracle Open Office Basic : centered text +Oracle Open Office Basic : centimeters +Oracle Open Office Basic : certificates +Oracle Open Office Basic : changes +Oracle Open Office Basic : changes;accepting or rejecting +Oracle Open Office Basic : changes;comparing to original +Oracle Open Office Basic : changes;protecting +Oracle Open Office Basic : changes;recording +Oracle Open Office Basic : changes;review function +Oracle Open Office Basic : changes;showing +Oracle Open Office Basic : changing +Oracle Open Office Basic : changing;control properties +Oracle Open Office Basic : changing;document titles +Oracle Open Office Basic : changing;file associations in Setup program +Oracle Open Office Basic : changing;icon sizes +Oracle Open Office Basic : changing;links +Oracle Open Office Basic : changing;work directory +Oracle Open Office Basic : changing, see also editing and replacing +Oracle Open Office Basic : character styles +Oracle Open Office Basic : character styles;language selection +Oracle Open Office Basic : characters +Oracle Open Office Basic : characters;alternative fonts +Oracle Open Office Basic : characters;Asian layout +Oracle Open Office Basic : characters;bold +Oracle Open Office Basic : characters;coloring +Oracle Open Office Basic : characters;displaying only on screen (Writer) +Oracle Open Office Basic : characters;enabling CTL and Asian characters +Oracle Open Office Basic : characters;font effects +Oracle Open Office Basic : characters;fonts and formats +Oracle Open Office Basic : characters;hyperlinks +Oracle Open Office Basic : characters;italics +Oracle Open Office Basic : characters;language selection +Oracle Open Office Basic : characters;shadowed +Oracle Open Office Basic : characters;spacing +Oracle Open Office Basic : characters;special +Oracle Open Office Basic : characters;underlining +Oracle Open Office Basic : charcoal sketches filter +Oracle Open Office Basic : charts +Oracle Open Office Basic : charts;arranging within stacks +Oracle Open Office Basic : charts;bars with textures +Oracle Open Office Basic : charts;colors +Oracle Open Office Basic : charts;copying with link to source cell range +Oracle Open Office Basic : charts;displaying (Calc) +Oracle Open Office Basic : charts;editing axes +Oracle Open Office Basic : charts;editing data +Oracle Open Office Basic : charts;editing legends +Oracle Open Office Basic : charts;editing titles +Oracle Open Office Basic : charts;inserting +Oracle Open Office Basic : charts;updating automatically (Writer) +Oracle Open Office Basic : ChDir statement +Oracle Open Office Basic : ChDrive statement +Oracle Open Office Basic : check box control +Oracle Open Office Basic : check box creation +Oracle Open Office Basic : Chinese writing systems +Oracle Open Office Basic : Choose function +Oracle Open Office Basic : choosing printers +Oracle Open Office Basic : Chr function +Oracle Open Office Basic : CInt function +Oracle Open Office Basic : circle drawings +Oracle Open Office Basic : Client Side ImageMap +Oracle Open Office Basic : clipboard +Oracle Open Office Basic : clipboard;cutting +Oracle Open Office Basic : clipboard;pasting +Oracle Open Office Basic : clipboard;pasting formatted/unformatted text +Oracle Open Office Basic : clipboard;selection clipboard +Oracle Open Office Basic : clipboard;Unix +Oracle Open Office Basic : CLng function +Oracle Open Office Basic : Close statement +Oracle Open Office Basic : closing +Oracle Open Office Basic : closing;documents +Oracle Open Office Basic : closing;toolbars +Oracle Open Office Basic : collaboration +Oracle Open Office Basic : color bar +Oracle Open Office Basic : colors +Oracle Open Office Basic : colors;adding +Oracle Open Office Basic : colors;appearance +Oracle Open Office Basic : colors;backgrounds +Oracle Open Office Basic : colors;charts +Oracle Open Office Basic : colors;fill format +Oracle Open Office Basic : colors;fonts +Oracle Open Office Basic : colors;grid lines and cells (Calc) +Oracle Open Office Basic : colors;models +Oracle Open Office Basic : colors;not printing +Oracle Open Office Basic : colors;printing in grayscale +Oracle Open Office Basic : colors;restriction (Calc) +Oracle Open Office Basic : colors;selection +Oracle Open Office Basic : column headers +Oracle Open Office Basic : column headers;displaying (Calc) +Oracle Open Office Basic : column headers;highlighting (Calc) +Oracle Open Office Basic : columns +Oracle Open Office Basic : columns;setting with the mouse +Oracle Open Office Basic : combo box control +Oracle Open Office Basic : combo box creation +Oracle Open Office Basic : command button creation +Oracle Open Office Basic : command buttons, see push buttons +Oracle Open Office Basic : command line parameters +Oracle Open Office Basic : commands +Oracle Open Office Basic : commands;repeating +Oracle Open Office Basic : commands;SQL +Oracle Open Office Basic : comments +Oracle Open Office Basic : comments;displaying (Calc) +Oracle Open Office Basic : comments;inserting/editing/deleting/printing +Oracle Open Office Basic : comments;on changes +Oracle Open Office Basic : comments;printing in text +Oracle Open Office Basic : comments;Rem statement +Oracle Open Office Basic : common terms +Oracle Open Office Basic : common terms;Chinese dictionary +Oracle Open Office Basic : common terms;glossaries +Oracle Open Office Basic : common terms;Internet glossary +Oracle Open Office Basic : comparison operators +Oracle Open Office Basic : comparison operators;Oracle Open Office Basic +Oracle Open Office Basic : comparisons +Oracle Open Office Basic : comparisons;document versions +Oracle Open Office Basic : comparisons;operators in default filter dialog +Oracle Open Office Basic : compatibility settings for MS Word import +Oracle Open Office Basic : complete screen view +Oracle Open Office Basic : complex text layout +Oracle Open Office Basic : complex text layout;definition +Oracle Open Office Basic : complex text layout;enabling +Oracle Open Office Basic : complex text layout, see CTL +Oracle Open Office Basic : components +Oracle Open Office Basic : components;addressing +Oracle Open Office Basic : compose key to insert special characters +Oracle Open Office Basic : concatenation, see ampersand symbol +Oracle Open Office Basic : conditional separators +Oracle Open Office Basic : conditions +Oracle Open Office Basic : conditions;in number formats +Oracle Open Office Basic : conditions;items in Data Navigator +Oracle Open Office Basic : Configuration Manager +Oracle Open Office Basic : configuring +Oracle Open Office Basic : configuring;fax icon +Oracle Open Office Basic : configuring;Oracle Open Office +Oracle Open Office Basic : configuring;toolbars +Oracle Open Office Basic : connections to data sources (Base) +Oracle Open Office Basic : Const statement +Oracle Open Office Basic : constants +Oracle Open Office Basic : contents protection +Oracle Open Office Basic : context menus +Oracle Open Office Basic : continuation +Oracle Open Office Basic : continuation;long lines in editor +Oracle Open Office Basic : control point display in presentations +Oracle Open Office Basic : controls +Oracle Open Office Basic : controls;activating in forms +Oracle Open Office Basic : controls;adding to documents +Oracle Open Office Basic : controls;arranging in forms +Oracle Open Office Basic : controls;arranging within stacks +Oracle Open Office Basic : controls;assigning data sources +Oracle Open Office Basic : controls;assigning macros (Basic) +Oracle Open Office Basic : controls;bound fields/list contents/linked cells +Oracle Open Office Basic : controls;changing properties +Oracle Open Office Basic : controls;creating in the dialog editor +Oracle Open Office Basic : controls;events +Oracle Open Office Basic : controls;focus +Oracle Open Office Basic : controls;formatted fields +Oracle Open Office Basic : controls;grouping +Oracle Open Office Basic : controls;hidden +Oracle Open Office Basic : controls;in dialog editor +Oracle Open Office Basic : controls;inserting +Oracle Open Office Basic : controls;multi-line titles +Oracle Open Office Basic : controls;positions and sizes +Oracle Open Office Basic : controls;printing +Oracle Open Office Basic : controls;properties +Oracle Open Office Basic : controls;properties of form controls +Oracle Open Office Basic : controls;properties of table controls +Oracle Open Office Basic : controls;reading or editing properties (example) +Oracle Open Office Basic : controls;reference by SQL +Oracle Open Office Basic : controls;rich text control +Oracle Open Office Basic : controls;select mode +Oracle Open Office Basic : controls;showing (Writer) +Oracle Open Office Basic : converters +Oracle Open Office Basic : converters;Euro converter +Oracle Open Office Basic : converters;PostScript, UNIX +Oracle Open Office Basic : converters;XML +Oracle Open Office Basic : ConvertFromURL function +Oracle Open Office Basic : converting +Oracle Open Office Basic : converting;Hangul/Hanja +Oracle Open Office Basic : converting;metrics +Oracle Open Office Basic : converting;Microsoft documents +Oracle Open Office Basic : converting;Oracle Open Office documents +Oracle Open Office Basic : converting;Pocket PC formats +Oracle Open Office Basic : ConvertToURL function +Oracle Open Office Basic : copies +Oracle Open Office Basic : copies;printing +Oracle Open Office Basic : copying +Oracle Open Office Basic : copying;by drag and drop +Oracle Open Office Basic : copying;data from text documents +Oracle Open Office Basic : copying;datasource records in spreadsheets +Oracle Open Office Basic : copying;draw objects +Oracle Open Office Basic : copying;draw objects between documents +Oracle Open Office Basic : copying;formatting +Oracle Open Office Basic : copying;from data source view +Oracle Open Office Basic : copying;from Gallery +Oracle Open Office Basic : copying;in Unix +Oracle Open Office Basic : copying;modules +Oracle Open Office Basic : copying;pictures, between documents +Oracle Open Office Basic : copying;sheet areas, to text documents +Oracle Open Office Basic : copying;to Gallery +Oracle Open Office Basic : copyright for Oracle Open Office +Oracle Open Office Basic : corner roundings +Oracle Open Office Basic : Cos function +Oracle Open Office Basic : crash reports +Oracle Open Office Basic : CreateObject function +Oracle Open Office Basic : CreateUnoDialog function +Oracle Open Office Basic : CreateUnoListener function +Oracle Open Office Basic : CreateUnoService function +Oracle Open Office Basic : CreateUnoStruct function +Oracle Open Office Basic : CreateUnoValue function +Oracle Open Office Basic : criteria of query design (Base) +Oracle Open Office Basic : cropping pictures +Oracle Open Office Basic : CSng function +Oracle Open Office Basic : CStr function +Oracle Open Office Basic : CTL +Oracle Open Office Basic : CTL;(not) wrapping words +Oracle Open Office Basic : CTL;complex text layout languages +Oracle Open Office Basic : CTL;definition +Oracle Open Office Basic : CTL;options +Oracle Open Office Basic : CurDir function +Oracle Open Office Basic : currencies +Oracle Open Office Basic : currencies;converters +Oracle Open Office Basic : currencies;format codes +Oracle Open Office Basic : currency field control +Oracle Open Office Basic : currency field creation +Oracle Open Office Basic : currency formats +Oracle Open Office Basic : cursor +Oracle Open Office Basic : cursor;allowing in protected areas (Writer) +Oracle Open Office Basic : cursor;in read-only text +Oracle Open Office Basic : cursor;quickly moving to an object +Oracle Open Office Basic : curves +Oracle Open Office Basic : curves;editing points +Oracle Open Office Basic : custom dictionaries +Oracle Open Office Basic : custom dictionaries;editing +Oracle Open Office Basic : custom hyphens (Writer) +Oracle Open Office Basic : custom quotes +Oracle Open Office Basic : custom templates +Oracle Open Office Basic : customizing +Oracle Open Office Basic : customizing;events +Oracle Open Office Basic : customizing;keyboard +Oracle Open Office Basic : customizing;menus +Oracle Open Office Basic : customizing;Oracle Open Office +Oracle Open Office Basic : customizing;round corners +Oracle Open Office Basic : customizing;toolbars +Oracle Open Office Basic : cutting +Oracle Open Office Basic : CVar function +Oracle Open Office Basic : CVErr function +Oracle Open Office Basic : dashes +Oracle Open Office Basic : data +Oracle Open Office Basic : data;filtering in forms +Oracle Open Office Basic : data;forms and subforms +Oracle Open Office Basic : data;read-only +Oracle Open Office Basic : data;sorting in forms +Oracle Open Office Basic : data;user data +Oracle Open Office Basic : data binding change in XForms +Oracle Open Office Basic : Data Navigator +Oracle Open Office Basic : Data Navigator;adding/editing items +Oracle Open Office Basic : Data Navigator;display options +Oracle Open Office Basic : data source browser +Oracle Open Office Basic : data source explorer +Oracle Open Office Basic : data source view +Oracle Open Office Basic : data source view;drag and drop +Oracle Open Office Basic : data source view;overview +Oracle Open Office Basic : data source view;showing +Oracle Open Office Basic : data sources +Oracle Open Office Basic : data sources;as tables +Oracle Open Office Basic : data sources;connection settings (Base) +Oracle Open Office Basic : data sources;copying records to spreadsheets +Oracle Open Office Basic : data sources;displaying current +Oracle Open Office Basic : data sources;LDAP server (Base) +Oracle Open Office Basic : data sources;Oracle Open Office Base +Oracle Open Office Basic : data sources;registering address books +Oracle Open Office Basic : data sources;reports +Oracle Open Office Basic : data sources;viewing +Oracle Open Office Basic : data structure of XForms +Oracle Open Office Basic : data, see also values +Oracle Open Office Basic : database contents +Oracle Open Office Basic : database contents;inserting as tables +Oracle Open Office Basic : database contents;inserting as text +Oracle Open Office Basic : database reports +Oracle Open Office Basic : Database Wizard (Base) +Oracle Open Office Basic : databases +Oracle Open Office Basic : databases;administration through SQL (Base) +Oracle Open Office Basic : databases;ADO (Base) +Oracle Open Office Basic : databases;connecting (Base) +Oracle Open Office Basic : databases;creating +Oracle Open Office Basic : databases;creating labels +Oracle Open Office Basic : databases;creating queries +Oracle Open Office Basic : databases;creating reports +Oracle Open Office Basic : databases;creating tables +Oracle Open Office Basic : databases;deleting (Base) +Oracle Open Office Basic : databases;drag and drop (Base) +Oracle Open Office Basic : databases;editing tables +Oracle Open Office Basic : databases;form filters +Oracle Open Office Basic : databases;formats (Base) +Oracle Open Office Basic : databases;importing/exporting +Oracle Open Office Basic : databases;JDBC (Base) +Oracle Open Office Basic : databases;main page (Base) +Oracle Open Office Basic : databases;ODBC (Base) +Oracle Open Office Basic : databases;overview +Oracle Open Office Basic : databases;registering (Base) +Oracle Open Office Basic : databases;searching records +Oracle Open Office Basic : databases;shortcut keys +Oracle Open Office Basic : databases;sorting +Oracle Open Office Basic : databases;standard filters +Oracle Open Office Basic : databases;text formats +Oracle Open Office Basic : databases;viewing +Oracle Open Office Basic : date field control +Oracle Open Office Basic : date fields +Oracle Open Office Basic : date fields;creating +Oracle Open Office Basic : date fields;properties +Oracle Open Office Basic : date formats +Oracle Open Office Basic : Date statement +Oracle Open Office Basic : DateAdd function +Oracle Open Office Basic : DateDiff function +Oracle Open Office Basic : DatePart function +Oracle Open Office Basic : dates +Oracle Open Office Basic : dates;default (Calc) +Oracle Open Office Basic : dates;printing in presentations +Oracle Open Office Basic : dates;start 1900/01/01 (Calc) +Oracle Open Office Basic : dates;start 1904/01/01 (Calc) +Oracle Open Office Basic : DateSerial function +Oracle Open Office Basic : DateValue function +Oracle Open Office Basic : Day function +Oracle Open Office Basic : dBASE +Oracle Open Office Basic : dBASE;database settings (Base) +Oracle Open Office Basic : DDE +Oracle Open Office Basic : DDE;definition +Oracle Open Office Basic : deactivating +Oracle Open Office Basic : deactivating;plug-ins +Oracle Open Office Basic : debugging Basic programs +Oracle Open Office Basic : decimal places displayed (Calc) +Oracle Open Office Basic : decimal separator key +Oracle Open Office Basic : decimal tab stops +Oracle Open Office Basic : Declare statement +Oracle Open Office Basic : declaring variables +Oracle Open Office Basic : default directories +Oracle Open Office Basic : default filters +Oracle Open Office Basic : default filters;comparison operators +Oracle Open Office Basic : default filters;databases +Oracle Open Office Basic : default printer +Oracle Open Office Basic : default printer;setting up +Oracle Open Office Basic : default printer;UNIX +Oracle Open Office Basic : default templates +Oracle Open Office Basic : default templates;changing +Oracle Open Office Basic : default templates;organizing +Oracle Open Office Basic : defaults +Oracle Open Office Basic : defaults;documents +Oracle Open Office Basic : defaults;file formats in file dialogs +Oracle Open Office Basic : defaults;file formats in Oracle Open Office +Oracle Open Office Basic : defaults;fonts +Oracle Open Office Basic : defaults;grids (Writer/Calc) +Oracle Open Office Basic : defaults;languages +Oracle Open Office Basic : defaults;number formats +Oracle Open Office Basic : defaults;of saving +Oracle Open Office Basic : defaults;program configuration +Oracle Open Office Basic : defaults;tab stops in text +Oracle Open Office Basic : defaults;views +Oracle Open Office Basic : DefBool statement +Oracle Open Office Basic : DefCur statement +Oracle Open Office Basic : DefDate statement +Oracle Open Office Basic : DefDbl statement +Oracle Open Office Basic : DefErr statement +Oracle Open Office Basic : defining +Oracle Open Office Basic : defining;arrowheads and other line ends +Oracle Open Office Basic : defining;colors +Oracle Open Office Basic : defining;constants +Oracle Open Office Basic : defining;line styles +Oracle Open Office Basic : defining;paragraph borders +Oracle Open Office Basic : defining;queries (Base) +Oracle Open Office Basic : defining;table borders +Oracle Open Office Basic : DefInt statement +Oracle Open Office Basic : DefLng statement +Oracle Open Office Basic : DefObj statement +Oracle Open Office Basic : DefSng statement +Oracle Open Office Basic : DefStr statement +Oracle Open Office Basic : DefVar statement +Oracle Open Office Basic : deleting +Oracle Open Office Basic : deleting;all direct formatting +Oracle Open Office Basic : deleting;comments +Oracle Open Office Basic : deleting;databases (Base) +Oracle Open Office Basic : deleting;hyperlinks +Oracle Open Office Basic : deleting;libraries/modules/dialogs +Oracle Open Office Basic : deleting;lines in text +Oracle Open Office Basic : deleting;macro assignments to events +Oracle Open Office Basic : deleting;models/instances +Oracle Open Office Basic : deleting;namespaces in XForms +Oracle Open Office Basic : deleting;tab stops +Oracle Open Office Basic : deleting;templates +Oracle Open Office Basic : deleting;XML filters +Oracle Open Office Basic : depth stagger +Oracle Open Office Basic : descriptions for objects +Oracle Open Office Basic : design mode after saving +Oracle Open Office Basic : design view +Oracle Open Office Basic : design view;creating forms +Oracle Open Office Basic : design view;queries/views (Base) +Oracle Open Office Basic : designing +Oracle Open Office Basic : designing;database tables +Oracle Open Office Basic : designing;fonts +Oracle Open Office Basic : designing;queries (Base) +Oracle Open Office Basic : detaching toolbars +Oracle Open Office Basic : dialog editor +Oracle Open Office Basic : dialog editor;changing control properties +Oracle Open Office Basic : dialog editor;creating controls +Oracle Open Office Basic : dialog editor;programming examples for controls +Oracle Open Office Basic : DialogLibraries (LibraryContainer) +Oracle Open Office Basic : dialogs +Oracle Open Office Basic : dialogs;creating Basic dialogs +Oracle Open Office Basic : dialogs;displaying (example) +Oracle Open Office Basic : dialogs;loading (example) +Oracle Open Office Basic : dialogs;organizing +Oracle Open Office Basic : dialogs;properties +Oracle Open Office Basic : dialogs;translating +Oracle Open Office Basic : dialogs;using program code to show (example) +Oracle Open Office Basic : dictionaries +Oracle Open Office Basic : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Basic : dictionaries;creating +Oracle Open Office Basic : dictionaries;editing user-defined +Oracle Open Office Basic : dictionaries;spellcheck +Oracle Open Office Basic : dictionaries, see also languages +Oracle Open Office Basic : digital signatures +Oracle Open Office Basic : digital signatures;getting/managing/applying +Oracle Open Office Basic : digital signatures;overview +Oracle Open Office Basic : digital signatures;WebDAV over HTTPS +Oracle Open Office Basic : Dim statement +Oracle Open Office Basic : DimArray function +Oracle Open Office Basic : dimensioning arrays +Oracle Open Office Basic : Dir function +Oracle Open Office Basic : direct formatting +Oracle Open Office Basic : direct formatting;undoing all +Oracle Open Office Basic : directories +Oracle Open Office Basic : directories;creating new +Oracle Open Office Basic : directories;directory structure +Oracle Open Office Basic : disabled persons +Oracle Open Office Basic : displaying +Oracle Open Office Basic : displaying;comments (Calc) +Oracle Open Office Basic : displaying;comments in text documents +Oracle Open Office Basic : displaying;non-printing characters (Writer) +Oracle Open Office Basic : displaying;pictures and objects (Writer) +Oracle Open Office Basic : displaying;tables (Writer) +Oracle Open Office Basic : displaying;zero values (Calc) +Oracle Open Office Basic : distances +Oracle Open Office Basic : distinct values in SQL queries +Oracle Open Office Basic : distorting in drawings +Oracle Open Office Basic : distributing XML filters +Oracle Open Office Basic : DLL (Dynamic Link Library) +Oracle Open Office Basic : Do...Loop statement +Oracle Open Office Basic : docking +Oracle Open Office Basic : docking;definition +Oracle Open Office Basic : docking;toolbars +Oracle Open Office Basic : docking;windows +Oracle Open Office Basic : Document Converter Wizard +Oracle Open Office Basic : Document Map, see Navigator +Oracle Open Office Basic : document types in Oracle Open Office +Oracle Open Office Basic : documents +Oracle Open Office Basic : documents;changing titles +Oracle Open Office Basic : documents;closing +Oracle Open Office Basic : documents;comparing +Oracle Open Office Basic : documents;contents as lists +Oracle Open Office Basic : documents;editing time +Oracle Open Office Basic : documents;exporting +Oracle Open Office Basic : documents;importing +Oracle Open Office Basic : documents;languages +Oracle Open Office Basic : documents;measurement units in +Oracle Open Office Basic : documents;merging +Oracle Open Office Basic : documents;number of pages/tables/sheets +Oracle Open Office Basic : documents;opening +Oracle Open Office Basic : documents;opening in design mode +Oracle Open Office Basic : documents;opening with templates +Oracle Open Office Basic : documents;organizing +Oracle Open Office Basic : documents;printing +Oracle Open Office Basic : documents;read-only +Oracle Open Office Basic : documents;reloading +Oracle Open Office Basic : documents;saving +Oracle Open Office Basic : documents;saving automatically +Oracle Open Office Basic : documents;saving in other formats +Oracle Open Office Basic : documents;sending as e-mail +Oracle Open Office Basic : documents;styles changed +Oracle Open Office Basic : documents;version management +Oracle Open Office Basic : documents;version numbers +Oracle Open Office Basic : dotted areas +Oracle Open Office Basic : double-line spacing in paragraphs +Oracle Open Office Basic : double-line writing in Asian layout +Oracle Open Office Basic : drag and drop +Oracle Open Office Basic : drag and drop;copying and pasting text +Oracle Open Office Basic : drag and drop;data source view +Oracle Open Office Basic : drag and drop;from Gallery to draw objects +Oracle Open Office Basic : drag and drop;overview +Oracle Open Office Basic : drag and drop;pictures +Oracle Open Office Basic : drag and drop;to Gallery +Oracle Open Office Basic : draw objects +Oracle Open Office Basic : draw objects;adding/editing/copying +Oracle Open Office Basic : draw objects;anchoring +Oracle Open Office Basic : draw objects;arranging within stacks +Oracle Open Office Basic : draw objects;copying between documents +Oracle Open Office Basic : draw objects;displaying (Calc) +Oracle Open Office Basic : draw objects;dropping Gallery pictures +Oracle Open Office Basic : draw objects;flipping +Oracle Open Office Basic : draw objects;legends +Oracle Open Office Basic : draw objects;positioning and resizing +Oracle Open Office Basic : draw objects;protecting +Oracle Open Office Basic : draw objects;slanting +Oracle Open Office Basic : draw objects;text in +Oracle Open Office Basic : Drawing bar +Oracle Open Office Basic : drawing lines in text +Oracle Open Office Basic : drawings +Oracle Open Office Basic : drawings;creating/opening +Oracle Open Office Basic : drawings;languages +Oracle Open Office Basic : drawings;printing +Oracle Open Office Basic : drawings;printing defaults +Oracle Open Office Basic : drawings;printing in text documents +Oracle Open Office Basic : drawings;saving +Oracle Open Office Basic : drawings;saving automatically +Oracle Open Office Basic : drawings;saving in other formats +Oracle Open Office Basic : drawings;sending as e-mail +Oracle Open Office Basic : drawings;showing (Writer) +Oracle Open Office Basic : drawings, see also draw objects +Oracle Open Office Basic : drop-down lists in form functions +Oracle Open Office Basic : e-mail attachments +Oracle Open Office Basic : Edit File icon +Oracle Open Office Basic : edit mode +Oracle Open Office Basic : edit mode;after opening +Oracle Open Office Basic : edit mode;through Enter key (Calc) +Oracle Open Office Basic : Edit Points bar +Oracle Open Office Basic : editing +Oracle Open Office Basic : editing;chart axes +Oracle Open Office Basic : editing;chart data +Oracle Open Office Basic : editing;chart legends +Oracle Open Office Basic : editing;chart titles +Oracle Open Office Basic : editing;comments +Oracle Open Office Basic : editing;controls +Oracle Open Office Basic : editing;data binding of XForms +Oracle Open Office Basic : editing;database tables and queries +Oracle Open Office Basic : editing;draw objects +Oracle Open Office Basic : editing;Fontwork objects +Oracle Open Office Basic : editing;hyperlinks +Oracle Open Office Basic : editing;menus +Oracle Open Office Basic : editing;objects +Oracle Open Office Basic : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Basic : editing;pictures +Oracle Open Office Basic : editing;reports +Oracle Open Office Basic : editing;shortcut keys +Oracle Open Office Basic : editing;tab stops +Oracle Open Office Basic : editing;templates +Oracle Open Office Basic : editing;toolbars +Oracle Open Office Basic : editing;undoing +Oracle Open Office Basic : editing;XForms +Oracle Open Office Basic : editing time of documents +Oracle Open Office Basic : editors +Oracle Open Office Basic : editors;formula editor +Oracle Open Office Basic : editors;ImageMap editor +Oracle Open Office Basic : effects +Oracle Open Office Basic : effects;font positions +Oracle Open Office Basic : effects;fonts +Oracle Open Office Basic : effects;Fontwork icons +Oracle Open Office Basic : empty documents +Oracle Open Office Basic : empty paragraph removal +Oracle Open Office Basic : encryption of contents +Oracle Open Office Basic : End statement +Oracle Open Office Basic : entering groups +Oracle Open Office Basic : entering text from right to left +Oracle Open Office Basic : Environ function +Oracle Open Office Basic : Eof function +Oracle Open Office Basic : equal sign, see also operators +Oracle Open Office Basic : EqualUnoObjects function +Oracle Open Office Basic : equations in formula editor +Oracle Open Office Basic : Eqv operator (logical) +Oracle Open Office Basic : Erase function +Oracle Open Office Basic : Erl function +Oracle Open Office Basic : Err function +Oracle Open Office Basic : error codes in Basic +Oracle Open Office Basic : Error function +Oracle Open Office Basic : Error Report Tool +Oracle Open Office Basic : Euro +Oracle Open Office Basic : Euro;currency formats +Oracle Open Office Basic : Euro;Euro Converter Wizard +Oracle Open Office Basic : even/odd pages +Oracle Open Office Basic : even/odd pages;printing +Oracle Open Office Basic : events +Oracle Open Office Basic : events;assigning macros +Oracle Open Office Basic : events;assigning scripts +Oracle Open Office Basic : events;controls +Oracle Open Office Basic : events;customizing +Oracle Open Office Basic : events;in forms +Oracle Open Office Basic : events;linked to objects +Oracle Open Office Basic : examples +Oracle Open Office Basic : examples;programming controls +Oracle Open Office Basic : examples;showing a dialog using program code +Oracle Open Office Basic : Excel +Oracle Open Office Basic : Excel;saving as +Oracle Open Office Basic : Excel;search criteria +Oracle Open Office Basic : exceptions +Oracle Open Office Basic : exceptions;user-defined dictionaries +Oracle Open Office Basic : exchanging, see also replacing +Oracle Open Office Basic : executing SQL commands +Oracle Open Office Basic : Exit statement +Oracle Open Office Basic : exiting +Oracle Open Office Basic : exiting;groups +Oracle Open Office Basic : exiting;Oracle Open Office +Oracle Open Office Basic : Exp function +Oracle Open Office Basic : expanding formatting (Calc) +Oracle Open Office Basic : explorer of data sources +Oracle Open Office Basic : export filters +Oracle Open Office Basic : exporting +Oracle Open Office Basic : exporting;bitmaps +Oracle Open Office Basic : exporting;HTML and text documents +Oracle Open Office Basic : exporting;Microsoft Office documents with VBA code +Oracle Open Office Basic : exporting;spreadsheets to text format +Oracle Open Office Basic : exporting;templates +Oracle Open Office Basic : exporting;to foreign formats +Oracle Open Office Basic : exporting;to HTML +Oracle Open Office Basic : exporting;to Microsoft Office formats +Oracle Open Office Basic : exporting;to PDF +Oracle Open Office Basic : exporting;to PostScript format +Oracle Open Office Basic : exporting;to XML +Oracle Open Office Basic : exporting;XML files +Oracle Open Office Basic : extended tips in Help +Oracle Open Office Basic : extension mode in text +Oracle Open Office Basic : extensions +Oracle Open Office Basic : extensions;Extension Manager +Oracle Open Office Basic : extensions;file formats +Oracle Open Office Basic : external keys (Base) +Oracle Open Office Basic : faster printing +Oracle Open Office Basic : faxes +Oracle Open Office Basic : faxes;configuring Oracle Open Office +Oracle Open Office Basic : faxes;fax programs/fax printers under UNIX +Oracle Open Office Basic : faxes;selecting a fax machine +Oracle Open Office Basic : faxes;sending +Oracle Open Office Basic : faxes;wizards +Oracle Open Office Basic : feedback +Oracle Open Office Basic : feedback;automatically +Oracle Open Office Basic : fields +Oracle Open Office Basic : fields;database tables +Oracle Open Office Basic : fields;displaying field codes (Writer) +Oracle Open Office Basic : fields;formatted fields +Oracle Open Office Basic : fields;updating automatically (Writer) +Oracle Open Office Basic : file associations for Microsoft Office +Oracle Open Office Basic : file filters +Oracle Open Office Basic : file filters;mobile devices +Oracle Open Office Basic : file filters;XML +Oracle Open Office Basic : file formats +Oracle Open Office Basic : file formats;changing Oracle Open Office defaults +Oracle Open Office Basic : file formats;OpenDocument/XML +Oracle Open Office Basic : file formats;saving always in other formats +Oracle Open Office Basic : file selection button +Oracle Open Office Basic : file selection control +Oracle Open Office Basic : file sharing options for current document +Oracle Open Office Basic : FileAttr function +Oracle Open Office Basic : FileCopy statement +Oracle Open Office Basic : FileDateTime function +Oracle Open Office Basic : FileExists function +Oracle Open Office Basic : FileLen function +Oracle Open Office Basic : filepicker +Oracle Open Office Basic : filepicker;API service +Oracle Open Office Basic : files +Oracle Open Office Basic : files;filters and formats +Oracle Open Office Basic : files;importing +Oracle Open Office Basic : files;opening +Oracle Open Office Basic : files;opening with placeholders +Oracle Open Office Basic : files;properties +Oracle Open Office Basic : files;saving +Oracle Open Office Basic : files;saving automatically +Oracle Open Office Basic : files;saving in other formats +Oracle Open Office Basic : files;sending as e-mail +Oracle Open Office Basic : files;version numbers +Oracle Open Office Basic : files and folders in Oracle Open Office +Oracle Open Office Basic : fill characters with tabulators +Oracle Open Office Basic : fill colors for areas +Oracle Open Office Basic : fill patterns for areas +Oracle Open Office Basic : filter conditions +Oracle Open Office Basic : filter conditions;connecting +Oracle Open Office Basic : filter conditions;in queries (Base) +Oracle Open Office Basic : filtering +Oracle Open Office Basic : filtering;data in databases +Oracle Open Office Basic : filtering;data in forms +Oracle Open Office Basic : filters +Oracle Open Office Basic : filters;comparison operators +Oracle Open Office Basic : filters;for import and export +Oracle Open Office Basic : filters;Navigator +Oracle Open Office Basic : filters;pictures +Oracle Open Office Basic : filters;XML filter settings +Oracle Open Office Basic : Find tab in Help +Oracle Open Office Basic : finding +Oracle Open Office Basic : finding;in all sheets +Oracle Open Office Basic : finding;records in form documents +Oracle Open Office Basic : finding;selections +Oracle Open Office Basic : finding;similarity search +Oracle Open Office Basic : FindObject function +Oracle Open Office Basic : FindPropertyObject function +Oracle Open Office Basic : fitting to pages +Oracle Open Office Basic : fitting to pages;print settings in Math +Oracle Open Office Basic : fitting to pages;print settings in presentations +Oracle Open Office Basic : Fix function +Oracle Open Office Basic : fixed line control +Oracle Open Office Basic : fixed text +Oracle Open Office Basic : fixed text;form functions +Oracle Open Office Basic : fixed text control +Oracle Open Office Basic : fixing toolbars +Oracle Open Office Basic : flipping draw objects +Oracle Open Office Basic : floating frames in HTML documents +Oracle Open Office Basic : floating toolbars +Oracle Open Office Basic : focus of controls +Oracle Open Office Basic : folder creation +Oracle Open Office Basic : font lists +Oracle Open Office Basic : font name box +Oracle Open Office Basic : font sizes +Oracle Open Office Basic : font sizes;bullets +Oracle Open Office Basic : font sizes;relative changes +Oracle Open Office Basic : font sizes;scaling on screen +Oracle Open Office Basic : font sizes;text +Oracle Open Office Basic : fonts +Oracle Open Office Basic : fonts;adding under UNIX +Oracle Open Office Basic : fonts;changing in templates +Oracle Open Office Basic : fonts;colors +Oracle Open Office Basic : fonts;default settings +Oracle Open Office Basic : fonts;effects +Oracle Open Office Basic : fonts;for HTML and Basic +Oracle Open Office Basic : fonts;formats +Oracle Open Office Basic : fonts;outlines +Oracle Open Office Basic : fonts;positions in text +Oracle Open Office Basic : fonts;shadows +Oracle Open Office Basic : fonts;specifying several +Oracle Open Office Basic : fonts;strikethrough +Oracle Open Office Basic : fonts;styles +Oracle Open Office Basic : fonts;text objects +Oracle Open Office Basic : Fontwork icons +Oracle Open Office Basic : footers +Oracle Open Office Basic : footers;backgrounds +Oracle Open Office Basic : For statement +Oracle Open Office Basic : form controls +Oracle Open Office Basic : form controls;assigning macros +Oracle Open Office Basic : form controls;protecting +Oracle Open Office Basic : form controls;toolbars +Oracle Open Office Basic : form fields +Oracle Open Office Basic : form filters +Oracle Open Office Basic : Form Navigator +Oracle Open Office Basic : format codes +Oracle Open Office Basic : format codes;numbers +Oracle Open Office Basic : format filling printing in Oracle Open Office Math +Oracle Open Office Basic : Format function +Oracle Open Office Basic : Format Paintbrush +Oracle Open Office Basic : formats +Oracle Open Office Basic : formats;Asian layout +Oracle Open Office Basic : formats;fonts +Oracle Open Office Basic : formats;maximizing page formats +Oracle Open Office Basic : formats;number and currency formats +Oracle Open Office Basic : formats;of currencies/date/time +Oracle Open Office Basic : formats;on opening and saving +Oracle Open Office Basic : formats;pasting in special formats +Oracle Open Office Basic : formats;positions +Oracle Open Office Basic : formats;tabulators +Oracle Open Office Basic : formatted field control +Oracle Open Office Basic : formatted fields +Oracle Open Office Basic : formatted fields;form functions +Oracle Open Office Basic : formatted fields;properties +Oracle Open Office Basic : formatting +Oracle Open Office Basic : formatting;Asian typography +Oracle Open Office Basic : formatting;axes in charts +Oracle Open Office Basic : formatting;chart legends +Oracle Open Office Basic : formatting;copying +Oracle Open Office Basic : formatting;definition +Oracle Open Office Basic : formatting;expanding (Calc) +Oracle Open Office Basic : formatting;font effects +Oracle Open Office Basic : formatting;hyperlinks +Oracle Open Office Basic : formatting;pages +Oracle Open Office Basic : formatting;printer metrics (Writer) +Oracle Open Office Basic : formatting;undoing +Oracle Open Office Basic : formatting;undoing when writing +Oracle Open Office Basic : forms +Oracle Open Office Basic : forms;browsing +Oracle Open Office Basic : forms;Combo Box/List Box Wizard +Oracle Open Office Basic : forms;creating +Oracle Open Office Basic : forms;data +Oracle Open Office Basic : forms;designing (Base) +Oracle Open Office Basic : forms;events +Oracle Open Office Basic : forms;filtering data +Oracle Open Office Basic : forms;finding records +Oracle Open Office Basic : forms;focus after opening +Oracle Open Office Basic : forms;general information (Base) +Oracle Open Office Basic : forms;grouping controls +Oracle Open Office Basic : forms;HTML filters +Oracle Open Office Basic : forms;Navigator +Oracle Open Office Basic : forms;opening in design mode +Oracle Open Office Basic : forms;properties +Oracle Open Office Basic : forms;sorting data +Oracle Open Office Basic : forms;subforms +Oracle Open Office Basic : forms;wizards +Oracle Open Office Basic : forms;XForms +Oracle Open Office Basic : formula texts +Oracle Open Office Basic : formula texts;printing in Oracle Open Office Math +Oracle Open Office Basic : formulas +Oracle Open Office Basic : formulas;new +Oracle Open Office Basic : formulas;starting formula editor +Oracle Open Office Basic : formulas in reports +Oracle Open Office Basic : formulas in reports;editing +Oracle Open Office Basic : forums and support +Oracle Open Office Basic : frames +Oracle Open Office Basic : frames;around paragraphs +Oracle Open Office Basic : frames;around tables +Oracle Open Office Basic : frames;AutoCorrect function +Oracle Open Office Basic : frames;backgrounds +Oracle Open Office Basic : frames;captions (Writer) +Oracle Open Office Basic : frames;printing in Oracle Open Office Math +Oracle Open Office Basic : frames;protecting +Oracle Open Office Basic : frames;selection frames +Oracle Open Office Basic : frames;text fitting to frames +Oracle Open Office Basic : FreeFile function +Oracle Open Office Basic : freeform lines +Oracle Open Office Basic : freeform lines;draw functions +Oracle Open Office Basic : FreeLibrary function +Oracle Open Office Basic : FTP +Oracle Open Office Basic : FTP;opening documents +Oracle Open Office Basic : FTP;saving documents +Oracle Open Office Basic : full joins (Base) +Oracle Open Office Basic : full screen view +Oracle Open Office Basic : full-text search in Help +Oracle Open Office Basic : Function statement +Oracle Open Office Basic : functions +Oracle Open Office Basic : functions;return value type +Oracle Open Office Basic : functions;using +Oracle Open Office Basic : functions in reports +Oracle Open Office Basic : functions in reports;editing +Oracle Open Office Basic : fundamentals +Oracle Open Office Basic : Gallery +Oracle Open Office Basic : Gallery;adding pictures +Oracle Open Office Basic : Gallery;dragging pictures to draw objects +Oracle Open Office Basic : Gallery;hiding/showing +Oracle Open Office Basic : Gallery;inserting pictures from +Oracle Open Office Basic : get method for form transmissions +Oracle Open Office Basic : Get statement +Oracle Open Office Basic : GetAttr function +Oracle Open Office Basic : GetDefaultContext function +Oracle Open Office Basic : GetGuiType function +Oracle Open Office Basic : GetProcessServiceManager function +Oracle Open Office Basic : GetSolarVersion function +Oracle Open Office Basic : GetSystemTicks function +Oracle Open Office Basic : getting support +Oracle Open Office Basic : GIF format +Oracle Open Office Basic : Global statement +Oracle Open Office Basic : GLOBAL variables +Oracle Open Office Basic : GlobalScope function +Oracle Open Office Basic : glossaries +Oracle Open Office Basic : glossaries;common terms +Oracle Open Office Basic : glossaries;Internet terms +Oracle Open Office Basic : GoSub...Return statement +Oracle Open Office Basic : GoTo statement +Oracle Open Office Basic : gradients off for faster printing +Oracle Open Office Basic : graphic objects, see draw objects +Oracle Open Office Basic : graphical text art +Oracle Open Office Basic : graphics +Oracle Open Office Basic : graphics;cache +Oracle Open Office Basic : graphics;protecting +Oracle Open Office Basic : graphics, see also pictures +Oracle Open Office Basic : grayscale printing +Oracle Open Office Basic : Green function +Oracle Open Office Basic : grid controls +Oracle Open Office Basic : grid controls;form functions +Oracle Open Office Basic : grids +Oracle Open Office Basic : grids;defaults (Writer/Calc) +Oracle Open Office Basic : grids;display options (Impress/Draw) +Oracle Open Office Basic : grids;displaying lines (Calc) +Oracle Open Office Basic : group box control +Oracle Open Office Basic : group box creation +Oracle Open Office Basic : groups +Oracle Open Office Basic : groups;entering/exiting/ungrouping +Oracle Open Office Basic : groups;naming +Oracle Open Office Basic : groups;of controls +Oracle Open Office Basic : guides +Oracle Open Office Basic : guides;display options (Impress/Draw) +Oracle Open Office Basic : guides;displaying when moving objects (Impress) +Oracle Open Office Basic : guides;showing (Calc) +Oracle Open Office Basic : guides;showing when moving frames (Writer) +Oracle Open Office Basic : gutter +Oracle Open Office Basic : handles +Oracle Open Office Basic : handles;displaying (Writer) +Oracle Open Office Basic : handles;scaling +Oracle Open Office Basic : handles;showing simple/large handles (Calc) +Oracle Open Office Basic : Hangul/Hanja +Oracle Open Office Basic : HasUnoInterfaces function +Oracle Open Office Basic : hatching +Oracle Open Office Basic : headers +Oracle Open Office Basic : headers;backgrounds +Oracle Open Office Basic : headings +Oracle Open Office Basic : headings;entering as text box +Oracle Open Office Basic : Hebrew +Oracle Open Office Basic : Hebrew;entering text +Oracle Open Office Basic : Hebrew;language settings +Oracle Open Office Basic : Help +Oracle Open Office Basic : Help;bookmarks +Oracle Open Office Basic : Help;extended tips on/off +Oracle Open Office Basic : Help;full-text search +Oracle Open Office Basic : Help;Help tips +Oracle Open Office Basic : Help;keywords +Oracle Open Office Basic : Help;navigation pane showing/hiding +Oracle Open Office Basic : Help;style sheets +Oracle Open Office Basic : Help;topics +Oracle Open Office Basic : Help Agent +Oracle Open Office Basic : Help Agent;help +Oracle Open Office Basic : Help Agent;options +Oracle Open Office Basic : Help tips +Oracle Open Office Basic : Help tips;hiding +Oracle Open Office Basic : Hex function +Oracle Open Office Basic : hidden controls in Form Navigator +Oracle Open Office Basic : hidden fields display (Writer) +Oracle Open Office Basic : hidden pages +Oracle Open Office Basic : hidden pages;printing in presentations +Oracle Open Office Basic : hidden text +Oracle Open Office Basic : hidden text;showing (Writer) +Oracle Open Office Basic : hiding +Oracle Open Office Basic : hiding;changes +Oracle Open Office Basic : hiding;docked windows +Oracle Open Office Basic : hiding;navigation pane in Help window +Oracle Open Office Basic : high contrast mode +Oracle Open Office Basic : Hindi +Oracle Open Office Basic : Hindi;entering text +Oracle Open Office Basic : Hindi;language settings +Oracle Open Office Basic : horizontal line control +Oracle Open Office Basic : horizontal scrollbar control +Oracle Open Office Basic : horizontal scrollbars (Writer) +Oracle Open Office Basic : hotspots +Oracle Open Office Basic : Hour function +Oracle Open Office Basic : HTML +Oracle Open Office Basic : HTML;definition +Oracle Open Office Basic : HTML;export character set +Oracle Open Office Basic : HTML;fonts for source display +Oracle Open Office Basic : HTML;importing META tags +Oracle Open Office Basic : HTML;live presentations +Oracle Open Office Basic : HTML documents +Oracle Open Office Basic : HTML documents;auto reloading +Oracle Open Office Basic : HTML documents;importing/exporting +Oracle Open Office Basic : HTML documents;META tags in +Oracle Open Office Basic : HTML documents;new +Oracle Open Office Basic : HTML documents;source text +Oracle Open Office Basic : hyperlinks +Oracle Open Office Basic : hyperlinks;assigning macros +Oracle Open Office Basic : hyperlinks;character formats +Oracle Open Office Basic : hyperlinks;definition +Oracle Open Office Basic : hyperlinks;deleting +Oracle Open Office Basic : hyperlinks;editing +Oracle Open Office Basic : hyperlinks;inserting +Oracle Open Office Basic : hyperlinks;relative and absolute +Oracle Open Office Basic : hyperlinks;turning off automatic recognition +Oracle Open Office Basic : hyperlinks, see also links +Oracle Open Office Basic : hyphenation +Oracle Open Office Basic : hyphenation;activating for a language +Oracle Open Office Basic : hyphenation;minimal number of characters +Oracle Open Office Basic : hyphens +Oracle Open Office Basic : hyphens;displaying custom (Writer) +Oracle Open Office Basic : hyphens;inserting custom +Oracle Open Office Basic : icon bars, see toolbars +Oracle Open Office Basic : icon control +Oracle Open Office Basic : icon sizes +Oracle Open Office Basic : IDE +Oracle Open Office Basic : IDE;Integrated Development Environment +Oracle Open Office Basic : IDE;keyboard shortcuts +Oracle Open Office Basic : If statement +Oracle Open Office Basic : ignore list for spellcheck +Oracle Open Office Basic : IIf statement +Oracle Open Office Basic : illustrations, see pictures +Oracle Open Office Basic : image button creation +Oracle Open Office Basic : image control +Oracle Open Office Basic : image control creation +Oracle Open Office Basic : ImageMap +Oracle Open Office Basic : ImageMap;definition +Oracle Open Office Basic : ImageMap;editor +Oracle Open Office Basic : images +Oracle Open Office Basic : images;ImageMap +Oracle Open Office Basic : images;inserting and editing bitmaps +Oracle Open Office Basic : images, see also pictures +Oracle Open Office Basic : IME +Oracle Open Office Basic : IME;definition +Oracle Open Office Basic : IME;showing/hiding +Oracle Open Office Basic : Imp operator (logical) +Oracle Open Office Basic : import filters +Oracle Open Office Basic : import restrictions for Microsoft Office +Oracle Open Office Basic : importing +Oracle Open Office Basic : importing;bitmaps +Oracle Open Office Basic : importing;compatibility settings for text import +Oracle Open Office Basic : importing;databases +Oracle Open Office Basic : importing;documents in other formats +Oracle Open Office Basic : importing;from XML +Oracle Open Office Basic : importing;HTML and text documents +Oracle Open Office Basic : importing;HTML with META tags +Oracle Open Office Basic : importing;Microsoft Office documents with VBA code +Oracle Open Office Basic : importing;tables in text format +Oracle Open Office Basic : importing;templates +Oracle Open Office Basic : improvement program +Oracle Open Office Basic : inches +Oracle Open Office Basic : Index tab in Help +Oracle Open Office Basic : indexes +Oracle Open Office Basic : indexes;backgrounds +Oracle Open Office Basic : indexes;showing/hiding Help index tab +Oracle Open Office Basic : indicator lines in text +Oracle Open Office Basic : inner joins (Base) +Oracle Open Office Basic : input method window +Oracle Open Office Basic : Input statement +Oracle Open Office Basic : InputBox function +Oracle Open Office Basic : insert mode for entering text +Oracle Open Office Basic : inserting +Oracle Open Office Basic : inserting;Basic libraries +Oracle Open Office Basic : inserting;buttons in toolbars +Oracle Open Office Basic : inserting;cell ranges from spreadsheets +Oracle Open Office Basic : inserting;charts +Oracle Open Office Basic : inserting;clipboard options +Oracle Open Office Basic : inserting;comments +Oracle Open Office Basic : inserting;data from text documents +Oracle Open Office Basic : inserting;datasource records in spreadsheets +Oracle Open Office Basic : inserting;drawings +Oracle Open Office Basic : inserting;floating frames +Oracle Open Office Basic : inserting;Fontwork objects +Oracle Open Office Basic : inserting;form fields +Oracle Open Office Basic : inserting;hyperlinks +Oracle Open Office Basic : inserting;line breaks in cells +Oracle Open Office Basic : inserting;movies/sounds +Oracle Open Office Basic : inserting;new text tables defaults +Oracle Open Office Basic : inserting;objects from Gallery +Oracle Open Office Basic : inserting;OLE objects +Oracle Open Office Basic : inserting;paragraph borders +Oracle Open Office Basic : inserting;paragraph bullets +Oracle Open Office Basic : inserting;pictures in Gallery +Oracle Open Office Basic : inserting;plug-ins +Oracle Open Office Basic : inserting;push buttons +Oracle Open Office Basic : inserting;special characters +Oracle Open Office Basic : inserting;tab stops +Oracle Open Office Basic : inserting;textures on chart bars +Oracle Open Office Basic : installing +Oracle Open Office Basic : installing;ActiveX control +Oracle Open Office Basic : installing;mobile device filters +Oracle Open Office Basic : installing;UNO components +Oracle Open Office Basic : installing;XML filters +Oracle Open Office Basic : InStr function +Oracle Open Office Basic : instructions +Oracle Open Office Basic : instructions;general +Oracle Open Office Basic : Int function +Oracle Open Office Basic : Internet +Oracle Open Office Basic : Internet;checking for updates +Oracle Open Office Basic : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Basic : Internet;presentations +Oracle Open Office Basic : Internet;starting searches +Oracle Open Office Basic : Internet glossary +Oracle Open Office Basic : invert filter +Oracle Open Office Basic : invisible areas +Oracle Open Office Basic : IsArray function +Oracle Open Office Basic : IsDate function +Oracle Open Office Basic : IsEmpty function +Oracle Open Office Basic : IsError function +Oracle Open Office Basic : IsMissing function +Oracle Open Office Basic : IsNull function +Oracle Open Office Basic : IsNumeric function +Oracle Open Office Basic : IsObject function +Oracle Open Office Basic : IsUnoStruct function +Oracle Open Office Basic : italic text +Oracle Open Office Basic : iterative references in spreadsheets +Oracle Open Office Basic : Java +Oracle Open Office Basic : Java;definition +Oracle Open Office Basic : Java;setting options +Oracle Open Office Basic : JDBC +Oracle Open Office Basic : JDBC;databases (Base) +Oracle Open Office Basic : JDBC;definition +Oracle Open Office Basic : Join function +Oracle Open Office Basic : joining +Oracle Open Office Basic : joining;paragraphs +Oracle Open Office Basic : joining;tables (Base) +Oracle Open Office Basic : joins in databases (Base) +Oracle Open Office Basic : justifying text +Oracle Open Office Basic : kerning +Oracle Open Office Basic : kerning;Asian texts +Oracle Open Office Basic : kerning;definition +Oracle Open Office Basic : kerning;in characters +Oracle Open Office Basic : key fields for relations (Base) +Oracle Open Office Basic : keyboard +Oracle Open Office Basic : keyboard;assigning/editing shortcut keys +Oracle Open Office Basic : keyboard;general commands +Oracle Open Office Basic : keyboard;in IDE +Oracle Open Office Basic : keyboard;removing numbering +Oracle Open Office Basic : keys +Oracle Open Office Basic : keys;adding push buttons +Oracle Open Office Basic : keys;primary keys (Base) +Oracle Open Office Basic : Kill statement +Oracle Open Office Basic : kiosk export +Oracle Open Office Basic : label field control +Oracle Open Office Basic : labels +Oracle Open Office Basic : labels;creating and synchronizing +Oracle Open Office Basic : labels;for draw objects +Oracle Open Office Basic : labels;form functions +Oracle Open Office Basic : labels;from databases +Oracle Open Office Basic : labels, see also names/callouts +Oracle Open Office Basic : languages +Oracle Open Office Basic : languages;activating modules +Oracle Open Office Basic : languages;Asian support +Oracle Open Office Basic : languages;complex text layout +Oracle Open Office Basic : languages;locale settings +Oracle Open Office Basic : languages;selecting for text +Oracle Open Office Basic : languages;setting options +Oracle Open Office Basic : languages;spellcheck +Oracle Open Office Basic : languages;spellchecking and formatting +Oracle Open Office Basic : large handles (Writer) +Oracle Open Office Basic : large icons +Oracle Open Office Basic : layer arrangement +Oracle Open Office Basic : layout +Oracle Open Office Basic : layout;importing Word documents +Oracle Open Office Basic : layout;pages +Oracle Open Office Basic : LBound function +Oracle Open Office Basic : LCase function +Oracle Open Office Basic : LDAP server +Oracle Open Office Basic : LDAP server;address books (Base) +Oracle Open Office Basic : LDAP server;sign on options +Oracle Open Office Basic : leading between paragraphs +Oracle Open Office Basic : left alignment of paragraphs +Oracle Open Office Basic : Left function +Oracle Open Office Basic : left joins (Base) +Oracle Open Office Basic : legends +Oracle Open Office Basic : legends;charts +Oracle Open Office Basic : legends;draw objects +Oracle Open Office Basic : legends;rounding corners +Oracle Open Office Basic : Len function +Oracle Open Office Basic : Let statement +Oracle Open Office Basic : Letter Wizard +Oracle Open Office Basic : levels +Oracle Open Office Basic : levels;depth stagger +Oracle Open Office Basic : levels;macro security +Oracle Open Office Basic : libraries +Oracle Open Office Basic : libraries;adding +Oracle Open Office Basic : libraries;organizing +Oracle Open Office Basic : library systems +Oracle Open Office Basic : LibraryContainer +Oracle Open Office Basic : limits of tables (Writer) +Oracle Open Office Basic : line breaks +Oracle Open Office Basic : line breaks;in cells +Oracle Open Office Basic : line control +Oracle Open Office Basic : Line Input statement +Oracle Open Office Basic : line spacing +Oracle Open Office Basic : line spacing;context menu in paragraphs +Oracle Open Office Basic : line spacing;paragraph +Oracle Open Office Basic : line styles +Oracle Open Office Basic : line styles;applying +Oracle Open Office Basic : line styles;defining +Oracle Open Office Basic : lines +Oracle Open Office Basic : lines;defining ends +Oracle Open Office Basic : lines;draw functions +Oracle Open Office Basic : lines;drawing in text +Oracle Open Office Basic : lines;editing points +Oracle Open Office Basic : lines;removing automatic lines +Oracle Open Office Basic : lines of text +Oracle Open Office Basic : lines of text;alignment +Oracle Open Office Basic : lines of text;in Basic editor +Oracle Open Office Basic : links +Oracle Open Office Basic : links;between cells and controls +Oracle Open Office Basic : links;by drag and drop +Oracle Open Office Basic : links;character formats +Oracle Open Office Basic : links;definition +Oracle Open Office Basic : links;editing hyperlinks +Oracle Open Office Basic : links;inserting +Oracle Open Office Basic : links;modifying +Oracle Open Office Basic : links;opening files with +Oracle Open Office Basic : links;relational databases (Base) +Oracle Open Office Basic : links;turning off automatic recognition +Oracle Open Office Basic : links;updating options (Writer) +Oracle Open Office Basic : links;updating specific links +Oracle Open Office Basic : list box creation +Oracle Open Office Basic : list boxes +Oracle Open Office Basic : list boxes;adding entries to (example) +Oracle Open Office Basic : list boxes;controls +Oracle Open Office Basic : list boxes;removing entries from (example) +Oracle Open Office Basic : lists +Oracle Open Office Basic : lists;data assigned to controls +Oracle Open Office Basic : lists;registered databases (Base) +Oracle Open Office Basic : lists;regular expressions +Oracle Open Office Basic : live presentations on the Internet +Oracle Open Office Basic : loading +Oracle Open Office Basic : loading;Basic code +Oracle Open Office Basic : loading;documents +Oracle Open Office Basic : loading;documents from other formats +Oracle Open Office Basic : loading;HTML documents, automatically +Oracle Open Office Basic : loading;Microsoft Office documents with VBA code +Oracle Open Office Basic : loading;reloading +Oracle Open Office Basic : loading;XML files +Oracle Open Office Basic : Loc function +Oracle Open Office Basic : locale settings +Oracle Open Office Basic : localizing dialogs +Oracle Open Office Basic : Lof function +Oracle Open Office Basic : Log function +Oracle Open Office Basic : long lines +Oracle Open Office Basic : long lines;in Basic editor +Oracle Open Office Basic : loops +Oracle Open Office Basic : lowercase letters +Oracle Open Office Basic : lowercase letters;font effects +Oracle Open Office Basic : LSet statement +Oracle Open Office Basic : LTrim function +Oracle Open Office Basic : macro toolbar +Oracle Open Office Basic : Macro Wizard (Base) +Oracle Open Office Basic : macros +Oracle Open Office Basic : macros;assigning to events +Oracle Open Office Basic : macros;assigning to events in forms +Oracle Open Office Basic : macros;attaching new (Base) +Oracle Open Office Basic : macros;Basic IDE +Oracle Open Office Basic : macros;in MS Office documents +Oracle Open Office Basic : macros;interrupting +Oracle Open Office Basic : macros;organizing +Oracle Open Office Basic : macros;recording +Oracle Open Office Basic : macros;security +Oracle Open Office Basic : macros;security levels +Oracle Open Office Basic : macros;security warning dialog +Oracle Open Office Basic : macros;selecting security warnings +Oracle Open Office Basic : macros;stopping +Oracle Open Office Basic : magnifiers +Oracle Open Office Basic : margins +Oracle Open Office Basic : margins;pages +Oracle Open Office Basic : margins;setting with the mouse +Oracle Open Office Basic : margins;shadows +Oracle Open Office Basic : marking changes +Oracle Open Office Basic : marking, see selecting +Oracle Open Office Basic : masked field control +Oracle Open Office Basic : Math formula editor +Oracle Open Office Basic : measurement units +Oracle Open Office Basic : measurement units;changing on rulers +Oracle Open Office Basic : measurement units;converting +Oracle Open Office Basic : measurement units;selecting +Oracle Open Office Basic : Media Player window +Oracle Open Office Basic : menus +Oracle Open Office Basic : menus;activating context menus +Oracle Open Office Basic : menus;assigning macros +Oracle Open Office Basic : menus;customizing +Oracle Open Office Basic : merging +Oracle Open Office Basic : merging;documents +Oracle Open Office Basic : META tags +Oracle Open Office Basic : metrics +Oracle Open Office Basic : metrics;converting +Oracle Open Office Basic : metrics;document formatting (Writer) +Oracle Open Office Basic : metrics;in sheets +Oracle Open Office Basic : Microsoft Office +Oracle Open Office Basic : Microsoft Office;Access databases (base) +Oracle Open Office Basic : Microsoft Office;as default file format +Oracle Open Office Basic : Microsoft Office;document import restrictions +Oracle Open Office Basic : Microsoft Office;feature comparisons +Oracle Open Office Basic : Microsoft Office;importing password protected files +Oracle Open Office Basic : Microsoft Office;importing Word documents +Oracle Open Office Basic : Microsoft Office;importing/exporting VBA code +Oracle Open Office Basic : Microsoft Office;new users information +Oracle Open Office Basic : Microsoft Office;opening Microsoft documents +Oracle Open Office Basic : Microsoft Office;reassigning document types +Oracle Open Office Basic : Mid function +Oracle Open Office Basic : Mid statement +Oracle Open Office Basic : migrating macros (Base) +Oracle Open Office Basic : Minute function +Oracle Open Office Basic : MkDir statement +Oracle Open Office Basic : mobile device filters +Oracle Open Office Basic : MOD operator (mathematical) +Oracle Open Office Basic : models in XForms +Oracle Open Office Basic : modifying, see changing +Oracle Open Office Basic : module/dialog toggle +Oracle Open Office Basic : modules +Oracle Open Office Basic : modules;organizing +Oracle Open Office Basic : modules;subroutines and functions +Oracle Open Office Basic : Month function +Oracle Open Office Basic : more controls +Oracle Open Office Basic : mosaic filter +Oracle Open Office Basic : mouse +Oracle Open Office Basic : mouse;pointers when using drag and drop +Oracle Open Office Basic : mouse;positioning +Oracle Open Office Basic : movies +Oracle Open Office Basic : moving +Oracle Open Office Basic : moving;modules +Oracle Open Office Basic : moving;tab stops on ruler +Oracle Open Office Basic : moving;toolbars +Oracle Open Office Basic : moving;using guide lines in presentations +Oracle Open Office Basic : MS ADO interface (Base) +Oracle Open Office Basic : MsgBox function +Oracle Open Office Basic : MsgBox statement +Oracle Open Office Basic : multi-line titles in forms +Oracle Open Office Basic : multiple documents +Oracle Open Office Basic : multiple documents;opening +Oracle Open Office Basic : multiple selection +Oracle Open Office Basic : music +Oracle Open Office Basic : My Documents folder +Oracle Open Office Basic : My Documents folder;changing work directory +Oracle Open Office Basic : My Documents folder;opening +Oracle Open Office Basic : MySQL databases (Base) +Oracle Open Office Basic : Name statement +Oracle Open Office Basic : names +Oracle Open Office Basic : names;multi-line titles +Oracle Open Office Basic : names;objects +Oracle Open Office Basic : names of variables +Oracle Open Office Basic : names, see also labels/callouts +Oracle Open Office Basic : namespace organization in XForms +Oracle Open Office Basic : native SQL (Base) +Oracle Open Office Basic : navigating +Oracle Open Office Basic : navigating;in Basic projects +Oracle Open Office Basic : navigating;in documents +Oracle Open Office Basic : Navigation bar +Oracle Open Office Basic : Navigation bar;controls +Oracle Open Office Basic : Navigation bar;forms +Oracle Open Office Basic : Navigator +Oracle Open Office Basic : Navigator;comments +Oracle Open Office Basic : Navigator;contents as lists +Oracle Open Office Basic : Navigator;docking +Oracle Open Office Basic : Navigator;working with +Oracle Open Office Basic : network identity options +Oracle Open Office Basic : new databases +Oracle Open Office Basic : new documents +Oracle Open Office Basic : new lines in cells +Oracle Open Office Basic : new windows +Oracle Open Office Basic : Next statement +Oracle Open Office Basic : non-breaking dashes +Oracle Open Office Basic : non-breaking spaces (Writer) +Oracle Open Office Basic : non-printing characters (Writer) +Oracle Open Office Basic : Not operator (logical) +Oracle Open Office Basic : Nothing object +Oracle Open Office Basic : Now function +Oracle Open Office Basic : Null value +Oracle Open Office Basic : number formats +Oracle Open Office Basic : number formats;codes +Oracle Open Office Basic : number formats;formats +Oracle Open Office Basic : number formats;recognition in text tables +Oracle Open Office Basic : number of pages +Oracle Open Office Basic : number of sheets +Oracle Open Office Basic : number of tables +Oracle Open Office Basic : numbering +Oracle Open Office Basic : numbering;options +Oracle Open Office Basic : numbering;turning off +Oracle Open Office Basic : numbering;using automatically +Oracle Open Office Basic : numbers +Oracle Open Office Basic : numbers;date, time and currency formats +Oracle Open Office Basic : numbers;decimal places (Calc) +Oracle Open Office Basic : numerical field control +Oracle Open Office Basic : numerical fields in forms +Oracle Open Office Basic : objects +Oracle Open Office Basic : objects;always moveable (Impress/Draw) +Oracle Open Office Basic : objects;arranging within stacks +Oracle Open Office Basic : objects;copying when moving in presentations +Oracle Open Office Basic : objects;definition +Oracle Open Office Basic : objects;displaying in spreadsheets +Oracle Open Office Basic : objects;displaying in text documents +Oracle Open Office Basic : objects;editing +Oracle Open Office Basic : objects;inserting from Gallery +Oracle Open Office Basic : objects;inserting OLE objects +Oracle Open Office Basic : objects;moving and resizing with mouse +Oracle Open Office Basic : objects;naming +Oracle Open Office Basic : objects;opening +Oracle Open Office Basic : objects;quickly moving to +Oracle Open Office Basic : objects;titles and descriptions +Oracle Open Office Basic : Oct function +Oracle Open Office Basic : ODBC +Oracle Open Office Basic : ODBC;database (Base) +Oracle Open Office Basic : ODBC;definition +Oracle Open Office Basic : ODF file formats +Oracle Open Office Basic : Office +Oracle Open Office Basic : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Basic : OLE +Oracle Open Office Basic : OLE;definition +Oracle Open Office Basic : OLE objects +Oracle Open Office Basic : OLE objects;arranging within stacks +Oracle Open Office Basic : OLE objects;captions (Writer) +Oracle Open Office Basic : OLE objects;inserting +Oracle Open Office Basic : OLE objects;number of +Oracle Open Office Basic : OLE objects;protecting +Oracle Open Office Basic : On Error GoTo ... Resume statement +Oracle Open Office Basic : On...GoSub statement +Oracle Open Office Basic : On...GoTo statement +Oracle Open Office Basic : one and a half line spacing in text +Oracle Open Office Basic : online feedback options +Oracle Open Office Basic : online registration +Oracle Open Office Basic : online update options +Oracle Open Office Basic : online updates +Oracle Open Office Basic : online updates;checking automatically +Oracle Open Office Basic : online updates;checking manually +Oracle Open Office Basic : Open statement +Oracle Open Office Basic : Open/Save dialogs +Oracle Open Office Basic : OpenDocument file formats +Oracle Open Office Basic : OpenGL +Oracle Open Office Basic : OpenGL;definition +Oracle Open Office Basic : opening +Oracle Open Office Basic : opening;context menus +Oracle Open Office Basic : opening;database files +Oracle Open Office Basic : opening;dialog settings +Oracle Open Office Basic : opening;documents +Oracle Open Office Basic : opening;documents from other formats +Oracle Open Office Basic : opening;documents on WebDAV server +Oracle Open Office Basic : opening;files with links +Oracle Open Office Basic : opening;files, with placeholders +Oracle Open Office Basic : opening;forms +Oracle Open Office Basic : opening;Microsoft Office files +Oracle Open Office Basic : opening;mobile device documents +Oracle Open Office Basic : opening;objects +Oracle Open Office Basic : opening;reports +Oracle Open Office Basic : opening;several files +Oracle Open Office Basic : opening;XForms +Oracle Open Office Basic : operators +Oracle Open Office Basic : operators;comparisons +Oracle Open Office Basic : operators;default filters +Oracle Open Office Basic : Option Base statement +Oracle Open Office Basic : option button control +Oracle Open Office Basic : Option Explicit statement +Oracle Open Office Basic : Optional function +Oracle Open Office Basic : optional hyphens (Writer) +Oracle Open Office Basic : options +Oracle Open Office Basic : options;accessibility +Oracle Open Office Basic : options;appearance +Oracle Open Office Basic : options;compatibility (Writer) +Oracle Open Office Basic : options;improvement program +Oracle Open Office Basic : options;network identity +Oracle Open Office Basic : options;online update +Oracle Open Office Basic : options;tools +Oracle Open Office Basic : Or operator (logical) +Oracle Open Office Basic : Oracle databases (base) +Oracle Open Office Basic : Oracle Open Office Base data sources +Oracle Open Office Basic : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Basic : Oracle Open Office documents +Oracle Open Office Basic : Oracle Open Office documents;mobile device filters +Oracle Open Office Basic : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Basic : Oracle Open Office Math start +Oracle Open Office Basic : ordering +Oracle Open Office Basic : ordering;objects +Oracle Open Office Basic : organizing +Oracle Open Office Basic : organizing;macros and scripts +Oracle Open Office Basic : organizing;modules/libraries/dialogs +Oracle Open Office Basic : organizing;namespaces in XForms +Oracle Open Office Basic : organizing;styles +Oracle Open Office Basic : organizing;templates +Oracle Open Office Basic : original size +Oracle Open Office Basic : original size;printing in Oracle Open Office Math +Oracle Open Office Basic : original size;restoring after cropping +Oracle Open Office Basic : outlines +Oracle Open Office Basic : outlines;font effects +Oracle Open Office Basic : outlines;outline symbols +Oracle Open Office Basic : outlines;sending to presentations +Oracle Open Office Basic : overwrite mode +Oracle Open Office Basic : packages, see extensions +Oracle Open Office Basic : page breaks +Oracle Open Office Basic : page breaks;displaying (Calc) +Oracle Open Office Basic : page formats +Oracle Open Office Basic : page formats;maximizing +Oracle Open Office Basic : page formats;restriction +Oracle Open Office Basic : page styles +Oracle Open Office Basic : page styles;editing/applying with statusbar +Oracle Open Office Basic : pages +Oracle Open Office Basic : pages;backgrounds in all applications +Oracle Open Office Basic : pages;formatting and numbering +Oracle Open Office Basic : pages;printing page names in presentations +Oracle Open Office Basic : pages;scaling +Oracle Open Office Basic : pages;selecting one to print +Oracle Open Office Basic : paint box +Oracle Open Office Basic : paint can symbol +Oracle Open Office Basic : pair kerning +Oracle Open Office Basic : Palm file filters +Oracle Open Office Basic : paper formats +Oracle Open Office Basic : paper size warning +Oracle Open Office Basic : paper trays +Oracle Open Office Basic : paragraph marks +Oracle Open Office Basic : paragraph marks;displaying (Writer) +Oracle Open Office Basic : paragraph styles +Oracle Open Office Basic : paragraph styles;languages +Oracle Open Office Basic : paragraph styles;modifying basic fonts +Oracle Open Office Basic : paragraphs +Oracle Open Office Basic : paragraphs;alignment +Oracle Open Office Basic : paragraphs;Asian typography +Oracle Open Office Basic : paragraphs;defining borders +Oracle Open Office Basic : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Basic : paragraphs;increasing indents of +Oracle Open Office Basic : paragraphs;indents, margins and columns +Oracle Open Office Basic : paragraphs;inserting bullets +Oracle Open Office Basic : paragraphs;joining +Oracle Open Office Basic : paragraphs;numbering automatically +Oracle Open Office Basic : paragraphs;removing blank ones +Oracle Open Office Basic : paragraphs;spacing +Oracle Open Office Basic : paragraphs;tab stops +Oracle Open Office Basic : parameters +Oracle Open Office Basic : parameters;command line +Oracle Open Office Basic : parameters;for procedures and functions +Oracle Open Office Basic : parameters;passing by reference or value +Oracle Open Office Basic : parameters;queries (Base) +Oracle Open Office Basic : passwords for protecting contents +Oracle Open Office Basic : pasting +Oracle Open Office Basic : pasting;cell ranges +Oracle Open Office Basic : pasting;cell ranges from spreadsheets +Oracle Open Office Basic : pasting;data from text documents +Oracle Open Office Basic : pasting;draw objects +Oracle Open Office Basic : pasting;draw objects from other documents +Oracle Open Office Basic : pasting;formatted/unformatted text +Oracle Open Office Basic : pasting;from data source view +Oracle Open Office Basic : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Basic : pasting;pictures from other documents +Oracle Open Office Basic : pasting;sheet areas in text documents +Oracle Open Office Basic : pasting;to Gallery +Oracle Open Office Basic : paths +Oracle Open Office Basic : paths;changing work directory +Oracle Open Office Basic : paths;defaults +Oracle Open Office Basic : pattern editor +Oracle Open Office Basic : pattern field control +Oracle Open Office Basic : pattern fields +Oracle Open Office Basic : pattern fields;form functions +Oracle Open Office Basic : patterns for objects +Oracle Open Office Basic : PDF +Oracle Open Office Basic : PDF;export +Oracle Open Office Basic : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Basic : personal data input +Oracle Open Office Basic : phonetic guide +Oracle Open Office Basic : picklist creation +Oracle Open Office Basic : pictures +Oracle Open Office Basic : pictures;adding to Gallery +Oracle Open Office Basic : pictures;arranging within stacks +Oracle Open Office Basic : pictures;assigning macros +Oracle Open Office Basic : pictures;backgrounds +Oracle Open Office Basic : pictures;captions (Writer) +Oracle Open Office Basic : pictures;changing paths +Oracle Open Office Basic : pictures;cropping and zooming +Oracle Open Office Basic : pictures;displaying in Calc +Oracle Open Office Basic : pictures;displaying in Writer (Writer) +Oracle Open Office Basic : pictures;drag and drop between documents +Oracle Open Office Basic : pictures;drawing +Oracle Open Office Basic : pictures;editing +Oracle Open Office Basic : pictures;filters +Oracle Open Office Basic : pictures;ImageMap +Oracle Open Office Basic : pictures;inserting automatically +Oracle Open Office Basic : pictures;inserting from Gallery +Oracle Open Office Basic : pictures;number of +Oracle Open Office Basic : pictures;printing +Oracle Open Office Basic : pictures;scaling/resizing +Oracle Open Office Basic : pixel editor +Oracle Open Office Basic : pixel graphics +Oracle Open Office Basic : pixel graphics;inserting and editing +Oracle Open Office Basic : pixel patterns +Oracle Open Office Basic : placeholders +Oracle Open Office Basic : placeholders;in SQL queries +Oracle Open Office Basic : placeholders;on opening files +Oracle Open Office Basic : placing toolbars +Oracle Open Office Basic : playing movies and sound files +Oracle Open Office Basic : plotting data as charts +Oracle Open Office Basic : plug-ins +Oracle Open Office Basic : plug-ins;activating and deactivating +Oracle Open Office Basic : plug-ins;definition +Oracle Open Office Basic : plug-ins;inserting +Oracle Open Office Basic : pocket device appliances +Oracle Open Office Basic : Pocket PC file filters +Oracle Open Office Basic : points +Oracle Open Office Basic : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Basic : polygon drawing +Oracle Open Office Basic : pop-art filter +Oracle Open Office Basic : portable document format +Oracle Open Office Basic : positioning +Oracle Open Office Basic : positioning;draw objects and controls +Oracle Open Office Basic : positioning;fonts +Oracle Open Office Basic : positioning;objects +Oracle Open Office Basic : positioning;toolbars +Oracle Open Office Basic : post method for form transmissions +Oracle Open Office Basic : posterizing filter +Oracle Open Office Basic : PostScript +Oracle Open Office Basic : PostScript;creating files +Oracle Open Office Basic : PostScript;PDF converter, UNIX +Oracle Open Office Basic : PowerPoint export +Oracle Open Office Basic : precision as shown (Calc) +Oracle Open Office Basic : predefining fonts +Oracle Open Office Basic : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Basic : presentations +Oracle Open Office Basic : presentations;creating/opening +Oracle Open Office Basic : presentations;inserting spreadsheet cells +Oracle Open Office Basic : presentations;live on the Internet +Oracle Open Office Basic : presentations;print menu +Oracle Open Office Basic : presentations;saving +Oracle Open Office Basic : presentations;saving automatically +Oracle Open Office Basic : presentations;saving in other formats +Oracle Open Office Basic : presentations;sending as e-mail +Oracle Open Office Basic : presentations;starting with wizard +Oracle Open Office Basic : presentations;wizards +Oracle Open Office Basic : Presenter Console shortcuts +Oracle Open Office Basic : press buttons, see push buttons +Oracle Open Office Basic : previews +Oracle Open Office Basic : previews;fonts lists +Oracle Open Office Basic : primary keys +Oracle Open Office Basic : primary keys;defining +Oracle Open Office Basic : primary keys;design view +Oracle Open Office Basic : primary keys;inserting (Base) +Oracle Open Office Basic : print area selection +Oracle Open Office Basic : Print statement +Oracle Open Office Basic : printer metrics for document formatting (Writer) +Oracle Open Office Basic : printers +Oracle Open Office Basic : printers;adding, UNIX +Oracle Open Office Basic : printers;choosing +Oracle Open Office Basic : printers;default printer +Oracle Open Office Basic : printers;faxes under UNIX +Oracle Open Office Basic : printers;maximum page formats +Oracle Open Office Basic : printers;paper trays +Oracle Open Office Basic : printers;properties +Oracle Open Office Basic : printing +Oracle Open Office Basic : printing;black and white +Oracle Open Office Basic : printing;brochures +Oracle Open Office Basic : printing;colors in grayscale +Oracle Open Office Basic : printing;comments +Oracle Open Office Basic : printing;copies +Oracle Open Office Basic : printing;creating individual jobs +Oracle Open Office Basic : printing;dates in presentations +Oracle Open Office Basic : printing;directly +Oracle Open Office Basic : printing;documents +Oracle Open Office Basic : printing;drawings defaults +Oracle Open Office Basic : printing;elements in text documents +Oracle Open Office Basic : printing;faster +Oracle Open Office Basic : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Basic : printing;fitting to pages in presentations +Oracle Open Office Basic : printing;formulas in Oracle Open Office Math +Oracle Open Office Basic : printing;hidden pages of presentations +Oracle Open Office Basic : printing;in original size in Oracle Open Office Math +Oracle Open Office Basic : printing;left/right pages +Oracle Open Office Basic : printing;queries (Base) +Oracle Open Office Basic : printing;scaling in Oracle Open Office Math +Oracle Open Office Basic : printing;selections +Oracle Open Office Basic : printing;text always in black +Oracle Open Office Basic : printing;text in reverse order +Oracle Open Office Basic : printing;tiling pages in presentations +Oracle Open Office Basic : printing;transparencies +Oracle Open Office Basic : printing;warnings +Oracle Open Office Basic : printing;without scaling in presentations +Oracle Open Office Basic : printing speed +Oracle Open Office Basic : PRIVATE variables +Oracle Open Office Basic : procedures +Oracle Open Office Basic : ProcessServiceManager +Oracle Open Office Basic : program stops +Oracle Open Office Basic : programming +Oracle Open Office Basic : programming;Oracle Open Office +Oracle Open Office Basic : programming;scripting +Oracle Open Office Basic : programming examples for controls +Oracle Open Office Basic : progress bar control +Oracle Open Office Basic : properties +Oracle Open Office Basic : properties;controls and dialogs +Oracle Open Office Basic : properties;controls in dialog editor +Oracle Open Office Basic : properties;fields in databases +Oracle Open Office Basic : properties;files +Oracle Open Office Basic : properties;form controls +Oracle Open Office Basic : properties;forms +Oracle Open Office Basic : properties;printers +Oracle Open Office Basic : protected contents +Oracle Open Office Basic : protected dashes +Oracle Open Office Basic : protected database tables +Oracle Open Office Basic : protected documents +Oracle Open Office Basic : protected spaces +Oracle Open Office Basic : protected spaces;inserting +Oracle Open Office Basic : protected spaces;showing (Writer) +Oracle Open Office Basic : protecting +Oracle Open Office Basic : protecting;contents +Oracle Open Office Basic : protecting;recorded changes +Oracle Open Office Basic : proxy settings +Oracle Open Office Basic : Public statement +Oracle Open Office Basic : PUBLIC variables +Oracle Open Office Basic : push button control in dialog editor +Oracle Open Office Basic : push buttons +Oracle Open Office Basic : push buttons;adding to documents +Oracle Open Office Basic : push buttons;creating +Oracle Open Office Basic : Put statement +Oracle Open Office Basic : queries +Oracle Open Office Basic : queries;copying (Base) +Oracle Open Office Basic : queries;creating in design view (Base) +Oracle Open Office Basic : queries;creating in SQL view +Oracle Open Office Basic : queries;defining (Base) +Oracle Open Office Basic : queries;deleting table links (Base) +Oracle Open Office Basic : queries;editing in data source view +Oracle Open Office Basic : queries;formulating filter conditions (Base) +Oracle Open Office Basic : queries;joining tables (Base) +Oracle Open Office Basic : queries;missing elements (Base) +Oracle Open Office Basic : queries;overview (Base) +Oracle Open Office Basic : queries;parameter queries (Base) +Oracle Open Office Basic : queries;printing (Base) +Oracle Open Office Basic : Query Wizard (Base) +Oracle Open Office Basic : Quickstarter +Oracle Open Office Basic : quotation marks +Oracle Open Office Basic : quotation marks;replacing +Oracle Open Office Basic : quotes +Oracle Open Office Basic : quotes;custom +Oracle Open Office Basic : radio button control +Oracle Open Office Basic : radio button creation +Oracle Open Office Basic : Randomize statement +Oracle Open Office Basic : read-only documents +Oracle Open Office Basic : read-only documents;cursor +Oracle Open Office Basic : read-only documents;database tables on/off +Oracle Open Office Basic : read-only documents;editing +Oracle Open Office Basic : read-only documents;opening documents as +Oracle Open Office Basic : read-only items in Data Navigator +Oracle Open Office Basic : recognizing URLs automatically +Oracle Open Office Basic : recording +Oracle Open Office Basic : recording;changes +Oracle Open Office Basic : recording;macros +Oracle Open Office Basic : records +Oracle Open Office Basic : records;inserting comments +Oracle Open Office Basic : records;protecting +Oracle Open Office Basic : records;saving +Oracle Open Office Basic : records;searching in databases +Oracle Open Office Basic : rectangles with round corners +Oracle Open Office Basic : recursions in spreadsheets +Oracle Open Office Basic : Red function +Oracle Open Office Basic : ReDim statement +Oracle Open Office Basic : redo command +Oracle Open Office Basic : reduced printing +Oracle Open Office Basic : reference lines +Oracle Open Office Basic : references +Oracle Open Office Basic : references;displaying in color (Calc) +Oracle Open Office Basic : references;expanding (Calc) +Oracle Open Office Basic : references;iterative (Calc) +Oracle Open Office Basic : register-true +Oracle Open Office Basic : register-true;definition +Oracle Open Office Basic : registering +Oracle Open Office Basic : registering;address books +Oracle Open Office Basic : registering;databases (Base) +Oracle Open Office Basic : registering;Oracle Open Office +Oracle Open Office Basic : regular expressions +Oracle Open Office Basic : regular expressions;list of +Oracle Open Office Basic : regular expressions;opening files +Oracle Open Office Basic : relational databases (Base) +Oracle Open Office Basic : relations +Oracle Open Office Basic : relations;creating and deleting (Base) +Oracle Open Office Basic : relations;joining tables (Base) +Oracle Open Office Basic : relations;properties (Base) +Oracle Open Office Basic : relative hyperlinks +Oracle Open Office Basic : relative saving of URLs +Oracle Open Office Basic : reloading +Oracle Open Office Basic : reloading;documents +Oracle Open Office Basic : reloading;HTML documents, automatically +Oracle Open Office Basic : Rem statement +Oracle Open Office Basic : remarks, see also comments +Oracle Open Office Basic : remote configurations +Oracle Open Office Basic : remove noise filter +Oracle Open Office Basic : removing +Oracle Open Office Basic : removing;bullets and numbering +Oracle Open Office Basic : removing;form filters +Oracle Open Office Basic : removing, see also deleting +Oracle Open Office Basic : renaming modules and dialogs +Oracle Open Office Basic : repeating +Oracle Open Office Basic : repeating;commands +Oracle Open Office Basic : replacement options +Oracle Open Office Basic : replacement table +Oracle Open Office Basic : replacing +Oracle Open Office Basic : replacing;AutoCorrect function +Oracle Open Office Basic : replacing;dashes +Oracle Open Office Basic : replacing;tab stops (regular expressions) +Oracle Open Office Basic : Report Builder +Oracle Open Office Basic : reports +Oracle Open Office Basic : reports;creating +Oracle Open Office Basic : reports;error reports +Oracle Open Office Basic : reports;opening and editing +Oracle Open Office Basic : reports;templates +Oracle Open Office Basic : Reset statement +Oracle Open Office Basic : resetting +Oracle Open Office Basic : resetting;templates +Oracle Open Office Basic : resizing +Oracle Open Office Basic : resizing;objects, by mouse +Oracle Open Office Basic : resizing, see also scaling/zooming +Oracle Open Office Basic : resolution when printing bitmaps +Oracle Open Office Basic : restoring +Oracle Open Office Basic : restoring;default formatting +Oracle Open Office Basic : restoring;editing +Oracle Open Office Basic : Resume Next parameter +Oracle Open Office Basic : return value type of functions +Oracle Open Office Basic : reversing printing order +Oracle Open Office Basic : review function +Oracle Open Office Basic : review function;accepting or rejecting changes +Oracle Open Office Basic : review function;comparing documents +Oracle Open Office Basic : review function;protecting records +Oracle Open Office Basic : review function;recording changes example +Oracle Open Office Basic : rich text control +Oracle Open Office Basic : right alignment of paragraphs +Oracle Open Office Basic : Right function +Oracle Open Office Basic : right joins (Base) +Oracle Open Office Basic : right-to-left text +Oracle Open Office Basic : RmDir statement +Oracle Open Office Basic : Rnd function +Oracle Open Office Basic : rotating +Oracle Open Office Basic : rotating;3D text +Oracle Open Office Basic : round corners +Oracle Open Office Basic : rounding precision (Calc) +Oracle Open Office Basic : row headers +Oracle Open Office Basic : row headers;displaying (Calc) +Oracle Open Office Basic : row headers;highlighting (Calc) +Oracle Open Office Basic : RSet statement +Oracle Open Office Basic : RTrim function +Oracle Open Office Basic : rulers +Oracle Open Office Basic : rulers;default settings +Oracle Open Office Basic : rulers;measurement units +Oracle Open Office Basic : rulers;visible in presentations +Oracle Open Office Basic : run-time errors in Basic +Oracle Open Office Basic : samples and templates +Oracle Open Office Basic : saving +Oracle Open Office Basic : saving;Basic code +Oracle Open Office Basic : saving;default file formats +Oracle Open Office Basic : saving;dialog settings +Oracle Open Office Basic : saving;documents +Oracle Open Office Basic : saving;documents for mobile devices +Oracle Open Office Basic : saving;documents in other formats +Oracle Open Office Basic : saving;documents, automatically +Oracle Open Office Basic : saving;in Microsoft Office file format +Oracle Open Office Basic : saving;options +Oracle Open Office Basic : saving;templates +Oracle Open Office Basic : saving;to XML +Oracle Open Office Basic : saving;VBA code in Microsoft Office documents +Oracle Open Office Basic : saving;with password by default +Oracle Open Office Basic : saving as command +Oracle Open Office Basic : saving as command;precautions +Oracle Open Office Basic : scaling +Oracle Open Office Basic : scaling;font sizes in user interface +Oracle Open Office Basic : scaling;objects +Oracle Open Office Basic : scaling;pictures +Oracle Open Office Basic : scaling;printing in Oracle Open Office Math +Oracle Open Office Basic : scaling;when printing presentations +Oracle Open Office Basic : scaling, see also zooming +Oracle Open Office Basic : scope of variables +Oracle Open Office Basic : screen +Oracle Open Office Basic : screen;full screen views +Oracle Open Office Basic : screen;scaling +Oracle Open Office Basic : screen magnifiers +Oracle Open Office Basic : screen readers +Oracle Open Office Basic : script organization +Oracle Open Office Basic : scroll bar control +Oracle Open Office Basic : scrollbars +Oracle Open Office Basic : scrollbars;controls +Oracle Open Office Basic : scrollbars;displaying (Calc) +Oracle Open Office Basic : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Basic : search criteria for database functions in cells +Oracle Open Office Basic : search engines +Oracle Open Office Basic : search engines;definition +Oracle Open Office Basic : search engines;selecting +Oracle Open Office Basic : searching +Oracle Open Office Basic : searching;all sheets +Oracle Open Office Basic : searching;databases +Oracle Open Office Basic : searching;form filters +Oracle Open Office Basic : searching;Internet +Oracle Open Office Basic : searching;tables and forms +Oracle Open Office Basic : Second function +Oracle Open Office Basic : sections +Oracle Open Office Basic : sections;backgrounds +Oracle Open Office Basic : security +Oracle Open Office Basic : security;digital signatures +Oracle Open Office Basic : security;options for documents with macros +Oracle Open Office Basic : security;protecting contents +Oracle Open Office Basic : security;security levels for macros +Oracle Open Office Basic : security;warning dialogs with macros +Oracle Open Office Basic : Seek function +Oracle Open Office Basic : Seek statement +Oracle Open Office Basic : Select...Case statement +Oracle Open Office Basic : selecting +Oracle Open Office Basic : selecting;controls +Oracle Open Office Basic : selecting;measurement units +Oracle Open Office Basic : selecting;objects +Oracle Open Office Basic : selecting;print areas +Oracle Open Office Basic : selecting;several files +Oracle Open Office Basic : selection clipboard +Oracle Open Office Basic : selection frames +Oracle Open Office Basic : selection modes in text +Oracle Open Office Basic : selection options for controls +Oracle Open Office Basic : sending +Oracle Open Office Basic : sending;AutoAbstract function in presentations +Oracle Open Office Basic : sending;documents as e-mail +Oracle Open Office Basic : sending;documents as faxes +Oracle Open Office Basic : separator lines +Oracle Open Office Basic : separator lines;defining +Oracle Open Office Basic : separators +Oracle Open Office Basic : separators;conditional +Oracle Open Office Basic : Server Side ImageMap +Oracle Open Office Basic : Set statement +Oracle Open Office Basic : SetAttr statement +Oracle Open Office Basic : settings +Oracle Open Office Basic : settings;printers +Oracle Open Office Basic : settings;program configuration +Oracle Open Office Basic : settings;proxies +Oracle Open Office Basic : settings;tracking changes +Oracle Open Office Basic : settings;views +Oracle Open Office Basic : SGML +Oracle Open Office Basic : SGML;definition +Oracle Open Office Basic : Sgn function +Oracle Open Office Basic : shadows +Oracle Open Office Basic : shadows;areas +Oracle Open Office Basic : shadows;borders +Oracle Open Office Basic : shadows;characters +Oracle Open Office Basic : shadows;characters, using context menu +Oracle Open Office Basic : sharing documents +Oracle Open Office Basic : sharpening filter +Oracle Open Office Basic : sheet tabs +Oracle Open Office Basic : sheet tabs;displaying +Oracle Open Office Basic : sheets +Oracle Open Office Basic : sheets;searching all +Oracle Open Office Basic : Shell function +Oracle Open Office Basic : shortcut keys +Oracle Open Office Basic : shortcut keys;assigning macros +Oracle Open Office Basic : shortcut keys;Basic IDE +Oracle Open Office Basic : shortcut keys;general +Oracle Open Office Basic : shortcut keys;in databases +Oracle Open Office Basic : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Basic : showing +Oracle Open Office Basic : showing;changes +Oracle Open Office Basic : showing;docked windows +Oracle Open Office Basic : showing;drawings and controls (Writer) +Oracle Open Office Basic : showing;live presentations on the Internet +Oracle Open Office Basic : showing;toolbars +Oracle Open Office Basic : signing documents with digital signatures +Oracle Open Office Basic : similarity search +Oracle Open Office Basic : simple handles (Writer) +Oracle Open Office Basic : simplified Chinese +Oracle Open Office Basic : simplified Chinese;translating to traditional Chinese +Oracle Open Office Basic : Sin function +Oracle Open Office Basic : single sign on options +Oracle Open Office Basic : single-line spacing in text +Oracle Open Office Basic : sizes +Oracle Open Office Basic : sizes;draw objects +Oracle Open Office Basic : sizes;pictures +Oracle Open Office Basic : slanting draw objects +Oracle Open Office Basic : small capitals +Oracle Open Office Basic : small icons +Oracle Open Office Basic : smart tag configuration +Oracle Open Office Basic : smooth scrolling (Writer) +Oracle Open Office Basic : smoothing filter +Oracle Open Office Basic : snap grid defaults (Writer/Calc) +Oracle Open Office Basic : snapping in presentations and drawings +Oracle Open Office Basic : solarization filter +Oracle Open Office Basic : sort lists +Oracle Open Office Basic : sort lists;copying to in Calc +Oracle Open Office Basic : sorting +Oracle Open Office Basic : sorting;data in forms +Oracle Open Office Basic : sorting;databases +Oracle Open Office Basic : sound files +Oracle Open Office Basic : Space function +Oracle Open Office Basic : spaces +Oracle Open Office Basic : spaces;displaying (Writer) +Oracle Open Office Basic : spaces;ignoring double +Oracle Open Office Basic : spaces;inserting protected spaces +Oracle Open Office Basic : spaces;showing protected spaces (Writer) +Oracle Open Office Basic : spacing +Oracle Open Office Basic : spacing;between paragraphs in footnotes +Oracle Open Office Basic : spacing;font effects +Oracle Open Office Basic : spacing;lines and paragraphs +Oracle Open Office Basic : spacing;tab stops in text documents +Oracle Open Office Basic : spacing;tabs in presentations +Oracle Open Office Basic : spadmin +Oracle Open Office Basic : special characters +Oracle Open Office Basic : speech bubbles +Oracle Open Office Basic : speed of printing +Oracle Open Office Basic : spellcheck +Oracle Open Office Basic : spellcheck;activating for a language +Oracle Open Office Basic : spellcheck;context menus +Oracle Open Office Basic : spellcheck;default languages +Oracle Open Office Basic : spellcheck;dialog +Oracle Open Office Basic : spellcheck;dictionary of exceptions +Oracle Open Office Basic : spellcheck;ignore list +Oracle Open Office Basic : spin button creation +Oracle Open Office Basic : Split function +Oracle Open Office Basic : spoolfiles with Xprinter +Oracle Open Office Basic : spreadsheets +Oracle Open Office Basic : spreadsheets;as databases (base) +Oracle Open Office Basic : spreadsheets;copying areas to text documents +Oracle Open Office Basic : spreadsheets;creating/opening +Oracle Open Office Basic : spreadsheets;inserting charts +Oracle Open Office Basic : spreadsheets;inserting database records +Oracle Open Office Basic : spreadsheets;printing +Oracle Open Office Basic : spreadsheets;saving +Oracle Open Office Basic : spreadsheets;saving automatically +Oracle Open Office Basic : spreadsheets;saving in other formats +Oracle Open Office Basic : spreadsheets;sending as e-mail +Oracle Open Office Basic : SQL +Oracle Open Office Basic : SQL;definition +Oracle Open Office Basic : SQL;DISTINCT parameter +Oracle Open Office Basic : SQL;executing SQL commands +Oracle Open Office Basic : SQL;executing SQL statements (Base) +Oracle Open Office Basic : SQL;queries (Base) +Oracle Open Office Basic : Sqr function +Oracle Open Office Basic : square drawings +Oracle Open Office Basic : standard bar on/off +Oracle Open Office Basic : standard filters in databases +Oracle Open Office Basic : standard printer under UNIX +Oracle Open Office Basic : start center +Oracle Open Office Basic : start parameters +Oracle Open Office Basic : Static statement +Oracle Open Office Basic : status bar on/off +Oracle Open Office Basic : Step statement +Oracle Open Office Basic : stickers +Oracle Open Office Basic : Stop statement +Oracle Open Office Basic : stopping macros +Oracle Open Office Basic : Str function +Oracle Open Office Basic : StrComp function +Oracle Open Office Basic : strikethrough +Oracle Open Office Basic : strikethrough;characters +Oracle Open Office Basic : strikethrough;font effects +Oracle Open Office Basic : String function +Oracle Open Office Basic : styles +Oracle Open Office Basic : styles;'changed' message +Oracle Open Office Basic : styles;copying between documents +Oracle Open Office Basic : styles;keyboard shortcuts +Oracle Open Office Basic : styles;organizing +Oracle Open Office Basic : styles;printing styles used in a document +Oracle Open Office Basic : styles;replacing automatically +Oracle Open Office Basic : Styles and Formatting window +Oracle Open Office Basic : Styles and Formatting window;docking +Oracle Open Office Basic : Sub statement +Oracle Open Office Basic : subforms +Oracle Open Office Basic : subforms;creating +Oracle Open Office Basic : subforms;description +Oracle Open Office Basic : submitting forms +Oracle Open Office Basic : subroutines +Oracle Open Office Basic : suffixes in file formats +Oracle Open Office Basic : support on the Web +Oracle Open Office Basic : Switch function +Oracle Open Office Basic : synchronizing +Oracle Open Office Basic : synchronizing;labels and business cards +Oracle Open Office Basic : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Basic : system address book registration +Oracle Open Office Basic : tab stops +Oracle Open Office Basic : tab stops;displaying (Writer) +Oracle Open Office Basic : tab stops;inserting and editing +Oracle Open Office Basic : tab stops;regular expressions +Oracle Open Office Basic : tab stops;setting in sheets +Oracle Open Office Basic : tab stops;settings +Oracle Open Office Basic : tab stops;spacing in presentations +Oracle Open Office Basic : tab stops;spacing in text documents +Oracle Open Office Basic : table controls +Oracle Open Office Basic : table controls;form functions +Oracle Open Office Basic : table controls;keyboard-only edit mode +Oracle Open Office Basic : table controls;properties +Oracle Open Office Basic : table views of databases +Oracle Open Office Basic : Table Wizard (Base) +Oracle Open Office Basic : tables +Oracle Open Office Basic : tables;inserting line breaks +Oracle Open Office Basic : tables in databases +Oracle Open Office Basic : tables in databases;access rights to (Base) +Oracle Open Office Basic : tables in databases;adding to queries +Oracle Open Office Basic : tables in databases;browsing and editing +Oracle Open Office Basic : tables in databases;copying database tables (Base) +Oracle Open Office Basic : tables in databases;creating +Oracle Open Office Basic : tables in databases;creating in design view (manually) +Oracle Open Office Basic : tables in databases;importing text formats (Base) +Oracle Open Office Basic : tables in databases;joining for queries (Base) +Oracle Open Office Basic : tables in databases;printing queries (Base) +Oracle Open Office Basic : tables in databases;relations (Base) +Oracle Open Office Basic : tables in databases;searching +Oracle Open Office Basic : tables in spreadsheets +Oracle Open Office Basic : tables in spreadsheets;copying data to other applications +Oracle Open Office Basic : tables in spreadsheets;defining borders +Oracle Open Office Basic : tables in spreadsheets;value highlighting +Oracle Open Office Basic : tables in text +Oracle Open Office Basic : tables in text;captions +Oracle Open Office Basic : tables in text;creating automatically +Oracle Open Office Basic : tables in text;default settings +Oracle Open Office Basic : tables in text;defining borders +Oracle Open Office Basic : tables in text;displaying +Oracle Open Office Basic : tables in text;printing +Oracle Open Office Basic : tabs +Oracle Open Office Basic : tabs;displaying sheet tabs +Oracle Open Office Basic : tags +Oracle Open Office Basic : tags;definition +Oracle Open Office Basic : tags;META tags +Oracle Open Office Basic : Tan function +Oracle Open Office Basic : templates +Oracle Open Office Basic : templates;agendas +Oracle Open Office Basic : templates;changing basic fonts +Oracle Open Office Basic : templates;database reports +Oracle Open Office Basic : templates;deleting +Oracle Open Office Basic : templates;editing and saving +Oracle Open Office Basic : templates;faxes +Oracle Open Office Basic : templates;importing and exporting +Oracle Open Office Basic : templates;letters +Oracle Open Office Basic : templates;new documents from templates +Oracle Open Office Basic : templates;opening documents with +Oracle Open Office Basic : templates;organizing +Oracle Open Office Basic : terminology +Oracle Open Office Basic : terminology;general glossary +Oracle Open Office Basic : terminology;Internet glossary +Oracle Open Office Basic : test mode control +Oracle Open Office Basic : testing XML filters +Oracle Open Office Basic : text +Oracle Open Office Basic : text;animating +Oracle Open Office Basic : text;Asian layout +Oracle Open Office Basic : text;bold +Oracle Open Office Basic : text;coloring +Oracle Open Office Basic : text;copying by drag and drop +Oracle Open Office Basic : text;CTL languages +Oracle Open Office Basic : text;drawing pictures +Oracle Open Office Basic : text;font effects +Oracle Open Office Basic : text;font sizes +Oracle Open Office Basic : text;font styles +Oracle Open Office Basic : text;fonts and formats +Oracle Open Office Basic : text;Fontwork icons +Oracle Open Office Basic : text;hyperlinks +Oracle Open Office Basic : text;inserting special characters +Oracle Open Office Basic : text;italics +Oracle Open Office Basic : text;kerning +Oracle Open Office Basic : text;language selection +Oracle Open Office Basic : text;line spacing +Oracle Open Office Basic : text;overwriting or inserting +Oracle Open Office Basic : text;printing in black +Oracle Open Office Basic : text;replacing with format +Oracle Open Office Basic : text;selection modes +Oracle Open Office Basic : text;shadowed +Oracle Open Office Basic : text;text/draw objects +Oracle Open Office Basic : text attributes +Oracle Open Office Basic : text attributes;hyperlinks +Oracle Open Office Basic : text attributes;undoing +Oracle Open Office Basic : text boxes +Oracle Open Office Basic : text boxes;controls +Oracle Open Office Basic : text boxes;form functions +Oracle Open Office Basic : text boxes;positioning +Oracle Open Office Basic : text breaks in cells +Oracle Open Office Basic : text colors for better accessibility +Oracle Open Office Basic : text databases (Base) +Oracle Open Office Basic : text documents +Oracle Open Office Basic : text documents;creating/opening +Oracle Open Office Basic : text documents;importing/exporting +Oracle Open Office Basic : text documents;inserting spreadsheet cells +Oracle Open Office Basic : text documents;print settings +Oracle Open Office Basic : text documents;printing +Oracle Open Office Basic : text documents;saving +Oracle Open Office Basic : text documents;saving automatically +Oracle Open Office Basic : text documents;saving in other formats +Oracle Open Office Basic : text documents;sending as e-mail +Oracle Open Office Basic : text effects +Oracle Open Office Basic : text flow +Oracle Open Office Basic : text flow;in cells +Oracle Open Office Basic : text formats +Oracle Open Office Basic : text formats;databases +Oracle Open Office Basic : text formats;pasting +Oracle Open Office Basic : text input fields +Oracle Open Office Basic : text layout for special languages +Oracle Open Office Basic : text objects +Oracle Open Office Basic : text objects;alignment +Oracle Open Office Basic : text objects;draw functions +Oracle Open Office Basic : text objects;fonts +Oracle Open Office Basic : text objects;in presentations and drawings +Oracle Open Office Basic : text overflow in spreadsheet cells +Oracle Open Office Basic : text, see also text documents, paragraphs and characters +Oracle Open Office Basic : TextArt, see Fontwork +Oracle Open Office Basic : textures +Oracle Open Office Basic : textures;inserting from Gallery +Oracle Open Office Basic : textures;on chart bars +Oracle Open Office Basic : Thai +Oracle Open Office Basic : Thai;entering text +Oracle Open Office Basic : Thai;language settings +Oracle Open Office Basic : thesaurus +Oracle Open Office Basic : thesaurus;activating for a language +Oracle Open Office Basic : ThisComponent property +Oracle Open Office Basic : ticker text +Oracle Open Office Basic : time field control +Oracle Open Office Basic : time fields +Oracle Open Office Basic : time fields;form functions +Oracle Open Office Basic : Time statement +Oracle Open Office Basic : Timer function +Oracle Open Office Basic : times +Oracle Open Office Basic : times;inserting when printing presentations +Oracle Open Office Basic : times, formats +Oracle Open Office Basic : TimeSerial function +Oracle Open Office Basic : TimeValue function +Oracle Open Office Basic : tips +Oracle Open Office Basic : tips;extended tips in Help +Oracle Open Office Basic : title rows +Oracle Open Office Basic : title rows;printing in Oracle Open Office Math +Oracle Open Office Basic : titles +Oracle Open Office Basic : titles;changing +Oracle Open Office Basic : titles;editing in charts +Oracle Open Office Basic : titles;font effects +Oracle Open Office Basic : titles;formatting automatically +Oracle Open Office Basic : titles;objects +Oracle Open Office Basic : To statement +Oracle Open Office Basic : toolbars +Oracle Open Office Basic : toolbars;adding buttons +Oracle Open Office Basic : toolbars;Basic IDE +Oracle Open Office Basic : toolbars;docking/undocking +Oracle Open Office Basic : toolbars;Form Navigation bar +Oracle Open Office Basic : toolbars;viewing/closing +Oracle Open Office Basic : tools bar +Oracle Open Office Basic : tooltips +Oracle Open Office Basic : tooltips;extended tips +Oracle Open Office Basic : tooltips;help +Oracle Open Office Basic : traditional Chinese +Oracle Open Office Basic : traditional Chinese;translating to simplified chinese +Oracle Open Office Basic : translating dialogs +Oracle Open Office Basic : transparency +Oracle Open Office Basic : transparency;areas +Oracle Open Office Basic : transparency;off for faster printing +Oracle Open Office Basic : transparency;saving +Oracle Open Office Basic : tree view of Help +Oracle Open Office Basic : Trim function +Oracle Open Office Basic : twips +Oracle Open Office Basic : twips;definition +Oracle Open Office Basic : TwipsPerPixelX function +Oracle Open Office Basic : TwipsPerPixelY function +Oracle Open Office Basic : typefaces +Oracle Open Office Basic : typefaces;adding under UNIX +Oracle Open Office Basic : typefaces;formats +Oracle Open Office Basic : TypeName function +Oracle Open Office Basic : types of variables +Oracle Open Office Basic : typographical quotes in Oracle Open Office Writer +Oracle Open Office Basic : typography +Oracle Open Office Basic : typography;Asian +Oracle Open Office Basic : UBound function +Oracle Open Office Basic : UCase function +Oracle Open Office Basic : underlining +Oracle Open Office Basic : underlining;AutoFormat function +Oracle Open Office Basic : underlining;characters +Oracle Open Office Basic : underlining;text +Oracle Open Office Basic : undocking windows +Oracle Open Office Basic : undoing +Oracle Open Office Basic : undoing;direct formatting +Oracle Open Office Basic : undoing;editing +Oracle Open Office Basic : undoing;number of steps +Oracle Open Office Basic : ungrouping groups +Oracle Open Office Basic : units +Oracle Open Office Basic : units;converting +Oracle Open Office Basic : units;measurement units +Oracle Open Office Basic : UNO components +Oracle Open Office Basic : UNO components;Extension Manager +Oracle Open Office Basic : UNO components;integrating new +Oracle Open Office Basic : Until +Oracle Open Office Basic : update options +Oracle Open Office Basic : updates +Oracle Open Office Basic : updates;checking automatically +Oracle Open Office Basic : updates;checking manually +Oracle Open Office Basic : updating +Oracle Open Office Basic : updating;fields and charts, automatically (Writer) +Oracle Open Office Basic : updating;links in text documents +Oracle Open Office Basic : updating;links, on opening +Oracle Open Office Basic : updating;templates +Oracle Open Office Basic : URL +Oracle Open Office Basic : URL;changing hyperlink URLs +Oracle Open Office Basic : URL;definition +Oracle Open Office Basic : URL;in pictures +Oracle Open Office Basic : URL;saving absolute/relative paths +Oracle Open Office Basic : URL;turning off URL recognition +Oracle Open Office Basic : user data +Oracle Open Office Basic : user data;input +Oracle Open Office Basic : user data;removing when saving +Oracle Open Office Basic : user feedback +Oracle Open Office Basic : user feedback;automatically +Oracle Open Office Basic : user-defined dictionaries +Oracle Open Office Basic : user-defined dictionaries;creating +Oracle Open Office Basic : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Basic : user-defined dictionaries;editing +Oracle Open Office Basic : user-defined styles +Oracle Open Office Basic : user-defined styles;automatically replacing +Oracle Open Office Basic : UTF-8/UCS2 support +Oracle Open Office Basic : Val function +Oracle Open Office Basic : values +Oracle Open Office Basic : values;of variables +Oracle Open Office Basic : values;rounded as shown (Calc) +Oracle Open Office Basic : variables +Oracle Open Office Basic : variables;for paths +Oracle Open Office Basic : variables;global and local +Oracle Open Office Basic : variables;observing values +Oracle Open Office Basic : variables;passing to procedures and functions +Oracle Open Office Basic : variables;scope +Oracle Open Office Basic : variables;using +Oracle Open Office Basic : VarType function +Oracle Open Office Basic : VBA code +Oracle Open Office Basic : VBA code;loading/saving documents with VBA code +Oracle Open Office Basic : version management +Oracle Open Office Basic : version numbers of documents +Oracle Open Office Basic : versions +Oracle Open Office Basic : versions;comparing documents +Oracle Open Office Basic : versions;file saving as, restriction +Oracle Open Office Basic : versions;merging document versions +Oracle Open Office Basic : versions;of a document +Oracle Open Office Basic : versions;Oracle Open Office +Oracle Open Office Basic : vertical callouts +Oracle Open Office Basic : vertical line control +Oracle Open Office Basic : vertical scrollbar control +Oracle Open Office Basic : vertical scrollbars (Writer) +Oracle Open Office Basic : vertical text boxes +Oracle Open Office Basic : videos +Oracle Open Office Basic : viewing +Oracle Open Office Basic : viewing;databases +Oracle Open Office Basic : viewing;file properties +Oracle Open Office Basic : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Basic : viewing;toolbars +Oracle Open Office Basic : views +Oracle Open Office Basic : views;creating database views (Base) +Oracle Open Office Basic : views;defaults +Oracle Open Office Basic : views;full screen +Oracle Open Office Basic : views;icons +Oracle Open Office Basic : views;scaling +Oracle Open Office Basic : Visual Basic for Applications +Oracle Open Office Basic : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Basic : Wait statement +Oracle Open Office Basic : watching variables +Oracle Open Office Basic : watermarks +Oracle Open Office Basic : web documents +Oracle Open Office Basic : web documents;XForms +Oracle Open Office Basic : Web support +Oracle Open Office Basic : WebCast export +Oracle Open Office Basic : WebDAV over HTTPS +Oracle Open Office Basic : WeekDay function +Oracle Open Office Basic : While +Oracle Open Office Basic : While;Do loop +Oracle Open Office Basic : While;While...Wend loop +Oracle Open Office Basic : windows +Oracle Open Office Basic : windows;docking +Oracle Open Office Basic : windows;docking definition +Oracle Open Office Basic : windows;hiding/showing/docking +Oracle Open Office Basic : windows;new +Oracle Open Office Basic : With statement +Oracle Open Office Basic : wizards +Oracle Open Office Basic : wizards;agendas +Oracle Open Office Basic : wizards;database queries +Oracle Open Office Basic : wizards;database tables (Base) +Oracle Open Office Basic : wizards;databases (Base) +Oracle Open Office Basic : wizards;document converter +Oracle Open Office Basic : wizards;Euro Converter +Oracle Open Office Basic : wizards;faxes +Oracle Open Office Basic : wizards;forms +Oracle Open Office Basic : wizards;letters +Oracle Open Office Basic : wizards;macros (Base) +Oracle Open Office Basic : wizards;overview +Oracle Open Office Basic : wizards;presentations +Oracle Open Office Basic : wizards;reports +Oracle Open Office Basic : Word documents +Oracle Open Office Basic : Word documents;compatibility +Oracle Open Office Basic : Word documents;saving as +Oracle Open Office Basic : WordArt, see Fontwork +Oracle Open Office Basic : words +Oracle Open Office Basic : words;automatically replacing +Oracle Open Office Basic : words;wrapping in cells +Oracle Open Office Basic : words;wrapping in CTL +Oracle Open Office Basic : working directory change +Oracle Open Office Basic : wrapping text +Oracle Open Office Basic : wrapping text;in cells +Oracle Open Office Basic : write protection on/off +Oracle Open Office Basic : Write statement +Oracle Open Office Basic : writing aids options +Oracle Open Office Basic : WYSIWYG in fonts lists +Oracle Open Office Basic : XForms +Oracle Open Office Basic : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Basic : XForms;conditions +Oracle Open Office Basic : XForms;opening/editing +Oracle Open Office Basic : XML converters +Oracle Open Office Basic : XML file formats +Oracle Open Office Basic : XML filters +Oracle Open Office Basic : XML filters;creating/testing +Oracle Open Office Basic : XML filters;saving as package/installing/deleting +Oracle Open Office Basic : XML filters;settings +Oracle Open Office Basic : XML Forms, see XForms +Oracle Open Office Basic : Xor operator (logical) +Oracle Open Office Basic : XSLT filters, see also XML filters +Oracle Open Office Basic : Year function +Oracle Open Office Basic : years +Oracle Open Office Basic : years;2-digit options +Oracle Open Office Basic : zero values +Oracle Open Office Basic : zero values;displaying (Calc) +Oracle Open Office Basic : zooming +Oracle Open Office Basic : zooming;page views +Oracle Open Office Basic : zooming;pictures +Oracle Open Office Basic : zooming;status bar +Oracle Open Office Calc : #N/A error +Oracle Open Office Calc : #N/A error;assigning to a cell +Oracle Open Office Calc : #N/A error;recognizing +Oracle Open Office Calc : #NAME error message +Oracle Open Office Calc : #REF error message +Oracle Open Office Calc : 1/2 replacement +Oracle Open Office Calc : 3D charts +Oracle Open Office Calc : 3D text creation +Oracle Open Office Calc : abbreviation replacement +Oracle Open Office Calc : ABS function +Oracle Open Office Calc : absolute addresses in spreadsheets +Oracle Open Office Calc : absolute hyperlinks +Oracle Open Office Calc : absolute references in spreadsheets +Oracle Open Office Calc : absolute saving of URLs +Oracle Open Office Calc : absolute values +Oracle Open Office Calc : accents +Oracle Open Office Calc : Access databases (base) +Oracle Open Office Calc : access rights for database tables (Base) +Oracle Open Office Calc : accessibility +Oracle Open Office Calc : accessibility;general shortcuts +Oracle Open Office Calc : accessibility;options +Oracle Open Office Calc : accessibility;Oracle Open Office assistive technology +Oracle Open Office Calc : accessibility;Oracle Open Office Calc shortcuts +Oracle Open Office Calc : accessibility;Oracle Open Office features +Oracle Open Office Calc : ACCRINT function +Oracle Open Office Calc : ACCRINTM function +Oracle Open Office Calc : accrued interests +Oracle Open Office Calc : accrued interests;one-off payments +Oracle Open Office Calc : accrued interests;periodic payments +Oracle Open Office Calc : accumulated interests +Oracle Open Office Calc : ACOS function +Oracle Open Office Calc : ACOSH function +Oracle Open Office Calc : ACOT function +Oracle Open Office Calc : ACOTH function +Oracle Open Office Calc : actions in case of incorrect input +Oracle Open Office Calc : activating +Oracle Open Office Calc : activating;context menus +Oracle Open Office Calc : activating;Error Report Tool +Oracle Open Office Calc : activating;extended help tips +Oracle Open Office Calc : activating;plug-ins +Oracle Open Office Calc : ActiveX control +Oracle Open Office Calc : Adabas D databases (base) +Oracle Open Office Calc : add-ins +Oracle Open Office Calc : add-ins;analysis functions +Oracle Open Office Calc : add-ins;for programming +Oracle Open Office Calc : add-ins;functions +Oracle Open Office Calc : add-ons, see UNO components +Oracle Open Office Calc : adding +Oracle Open Office Calc : adding;numbers in cell ranges +Oracle Open Office Calc : adding;specified numbers +Oracle Open Office Calc : additional selection mode +Oracle Open Office Calc : address books +Oracle Open Office Calc : address books;LDAP server (Base) +Oracle Open Office Calc : address books;registering +Oracle Open Office Calc : ADDRESS function +Oracle Open Office Calc : address labels from databases +Oracle Open Office Calc : addressing +Oracle Open Office Calc : addressing;automatic +Oracle Open Office Calc : addressing;by defined names +Oracle Open Office Calc : addressing;relative and absolute +Oracle Open Office Calc : adjusting array ranges +Oracle Open Office Calc : ADO databases (Base) +Oracle Open Office Calc : advanced filters +Oracle Open Office Calc : Agenda Wizard +Oracle Open Office Calc : aging filter +Oracle Open Office Calc : algebraic signs +Oracle Open Office Calc : aligning +Oracle Open Office Calc : aligning;2D charts +Oracle Open Office Calc : aligning;cells +Oracle Open Office Calc : aligning;objects +Oracle Open Office Calc : aligning;paragraphs +Oracle Open Office Calc : aligning;tables in text +Oracle Open Office Calc : aligning;text objects +Oracle Open Office Calc : aligning;titles in charts +Oracle Open Office Calc : allowances +Oracle Open Office Calc : allowed cell names +Oracle Open Office Calc : alternative fonts +Oracle Open Office Calc : AMORDEGRC function +Oracle Open Office Calc : AMORLINC function +Oracle Open Office Calc : amortization installment +Oracle Open Office Calc : amortizations, see also depreciations +Oracle Open Office Calc : amount received for fixed-interest securities +Oracle Open Office Calc : ampersand symbol, see also operators +Oracle Open Office Calc : analysis functions +Oracle Open Office Calc : anchors +Oracle Open Office Calc : anchors;changing +Oracle Open Office Calc : anchors;displaying (Calc) +Oracle Open Office Calc : anchors;types/positions for draw objects +Oracle Open Office Calc : AND function +Oracle Open Office Calc : animations +Oracle Open Office Calc : animations;accessibility options +Oracle Open Office Calc : annual net interest rates +Oracle Open Office Calc : annual return on treasury bills +Oracle Open Office Calc : annuities +Oracle Open Office Calc : appearance options +Oracle Open Office Calc : appending sheets +Oracle Open Office Calc : Arabic +Oracle Open Office Calc : Arabic;entering text +Oracle Open Office Calc : Arabic;language settings +Oracle Open Office Calc : ARABIC function +Oracle Open Office Calc : area charts +Oracle Open Office Calc : areas +Oracle Open Office Calc : areas;bitmap patterns +Oracle Open Office Calc : areas;hatched/dotted +Oracle Open Office Calc : areas;shadows +Oracle Open Office Calc : areas;slanting +Oracle Open Office Calc : areas;styles +Oracle Open Office Calc : areas;transparency +Oracle Open Office Calc : AREAS function +Oracle Open Office Calc : areas, see also cell ranges +Oracle Open Office Calc : arguments in command line +Oracle Open Office Calc : arithmetic declining depreciations +Oracle Open Office Calc : arithmetic lists +Oracle Open Office Calc : arithmetic-degressive depreciations +Oracle Open Office Calc : arithmetical operators +Oracle Open Office Calc : arranging +Oracle Open Office Calc : arranging;objects +Oracle Open Office Calc : array formulas +Oracle Open Office Calc : arrows +Oracle Open Office Calc : arrows;defining arrow heads +Oracle Open Office Calc : arrows;defining arrow lines +Oracle Open Office Calc : arrows;drawing in text +Oracle Open Office Calc : ASC function +Oracle Open Office Calc : ASCII +Oracle Open Office Calc : ASCII;definition +Oracle Open Office Calc : Asian languages +Oracle Open Office Calc : Asian languages;enabling +Oracle Open Office Calc : Asian languages;sorting +Oracle Open Office Calc : Asian Phonetic Guide +Oracle Open Office Calc : Asian typography +Oracle Open Office Calc : ASIN function +Oracle Open Office Calc : ASINH function +Oracle Open Office Calc : assigning scripts +Oracle Open Office Calc : assistive technology in Oracle Open Office +Oracle Open Office Calc : ATAN function +Oracle Open Office Calc : ATAN2 function +Oracle Open Office Calc : ATANH function +Oracle Open Office Calc : attaching toolbars +Oracle Open Office Calc : attachments in e-mails +Oracle Open Office Calc : attributes +Oracle Open Office Calc : attributes;cells +Oracle Open Office Calc : audio +Oracle Open Office Calc : auto reloading HTML documents +Oracle Open Office Calc : AutoAbstract function for sending text to presentations +Oracle Open Office Calc : AutoCalculate function in sheets +Oracle Open Office Calc : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Calc : AutoComplete function in text and list boxes +Oracle Open Office Calc : AutoCorrect function +Oracle Open Office Calc : AutoCorrect function;cell contents +Oracle Open Office Calc : AutoCorrect function;context menu +Oracle Open Office Calc : AutoCorrect function;options +Oracle Open Office Calc : AutoCorrect function;pictures and frames +Oracle Open Office Calc : AutoCorrect function;quotes +Oracle Open Office Calc : AutoCorrect function;replacement table +Oracle Open Office Calc : AutoCorrect function;switching on and off in Calc +Oracle Open Office Calc : AutoCorrect function;URL recognition +Oracle Open Office Calc : AutoFill function +Oracle Open Office Calc : AutoFilter function +Oracle Open Office Calc : AutoFilter function;applying +Oracle Open Office Calc : AutoFilter function;subtotals +Oracle Open Office Calc : AutoFormat function +Oracle Open Office Calc : AutoFormat function;defining and applying formats +Oracle Open Office Calc : AutoFormat function;switching on and off +Oracle Open Office Calc : AutoInput function on/off +Oracle Open Office Calc : automatic addressing in tables +Oracle Open Office Calc : automatic captions (Writer) +Oracle Open Office Calc : automatic cell filling +Oracle Open Office Calc : automatic control focus +Oracle Open Office Calc : automatic date updates +Oracle Open Office Calc : automatic formatting in spreadsheets +Oracle Open Office Calc : automatic hyperlink formatting +Oracle Open Office Calc : automatic hyphenation in spreadsheets +Oracle Open Office Calc : automatic line breaks +Oracle Open Office Calc : automatic lines/borders in text +Oracle Open Office Calc : automatic saving +Oracle Open Office Calc : AutoPilots, see wizards +Oracle Open Office Calc : AutoValue (Base) +Oracle Open Office Calc : AVEDEV function +Oracle Open Office Calc : AVERAGE function +Oracle Open Office Calc : AVERAGEA function +Oracle Open Office Calc : averages +Oracle Open Office Calc : averages;in Calc databases +Oracle Open Office Calc : averages;statistical functions +Oracle Open Office Calc : averages in charts +Oracle Open Office Calc : axes +Oracle Open Office Calc : axes;better scaling +Oracle Open Office Calc : axes;formatting +Oracle Open Office Calc : axes;formatting grids +Oracle Open Office Calc : axes;inserting grids +Oracle Open Office Calc : axes;interval marks +Oracle Open Office Calc : axes;showing axes in charts +Oracle Open Office Calc : axes in charts +Oracle Open Office Calc : B function +Oracle Open Office Calc : back-solving +Oracle Open Office Calc : backgrounds +Oracle Open Office Calc : backgrounds;cell ranges +Oracle Open Office Calc : backgrounds;cells and pages +Oracle Open Office Calc : backgrounds;defining colors/pictures +Oracle Open Office Calc : backgrounds;frames/sections/indexes +Oracle Open Office Calc : backgrounds;inserting from Gallery +Oracle Open Office Calc : backgrounds;printing +Oracle Open Office Calc : backing window +Oracle Open Office Calc : backups +Oracle Open Office Calc : backups;automatic +Oracle Open Office Calc : backups;documents +Oracle Open Office Calc : BAHTTEXT function +Oracle Open Office Calc : bar charts +Oracle Open Office Calc : BASE function +Oracle Open Office Calc : base-10 logarithm +Oracle Open Office Calc : Basic +Oracle Open Office Calc : Basic;fonts for source display +Oracle Open Office Calc : Basic;programming +Oracle Open Office Calc : Basic;recording macros +Oracle Open Office Calc : basic fonts +Oracle Open Office Calc : Basic IDE for user-defined functions +Oracle Open Office Calc : Bessel functions +Oracle Open Office Calc : BETADIST function +Oracle Open Office Calc : BETAINV function +Oracle Open Office Calc : Bézier curves +Oracle Open Office Calc : Bézier curves;control points in presentations +Oracle Open Office Calc : bi-directional writing +Oracle Open Office Calc : BIN2DEC function +Oracle Open Office Calc : BIN2HEX function +Oracle Open Office Calc : BIN2OCT function +Oracle Open Office Calc : binary system +Oracle Open Office Calc : binary system;converting to +Oracle Open Office Calc : binding space +Oracle Open Office Calc : BINOMDIST function +Oracle Open Office Calc : bitmaps +Oracle Open Office Calc : bitmaps;inserting and editing +Oracle Open Office Calc : bitmaps;off for faster printing +Oracle Open Office Calc : bitmaps;patterns +Oracle Open Office Calc : black and white printing +Oracle Open Office Calc : black printing in Calc +Oracle Open Office Calc : blank cell contents +Oracle Open Office Calc : block selection mode +Oracle Open Office Calc : bold +Oracle Open Office Calc : bold;AutoFormat function +Oracle Open Office Calc : bold;text +Oracle Open Office Calc : bookmarks +Oracle Open Office Calc : bookmarks;Help +Oracle Open Office Calc : borders +Oracle Open Office Calc : borders;arranging +Oracle Open Office Calc : borders;cells +Oracle Open Office Calc : borders;cells and pages +Oracle Open Office Calc : borders;cells on screen (Calc) +Oracle Open Office Calc : borders;for paragraphs +Oracle Open Office Calc : borders;for tables +Oracle Open Office Calc : borders;printing cells +Oracle Open Office Calc : borders;shadows +Oracle Open Office Calc : borders;table boundaries (Writer) +Oracle Open Office Calc : borders, see also frames +Oracle Open Office Calc : bound fields +Oracle Open Office Calc : bound fields;controls +Oracle Open Office Calc : boundaries of tables (Writer) +Oracle Open Office Calc : break display (Writer) +Oracle Open Office Calc : breaks in cells +Oracle Open Office Calc : brochures +Oracle Open Office Calc : brochures;printing several +Oracle Open Office Calc : bubble charts +Oracle Open Office Calc : build numbers of Oracle Open Office +Oracle Open Office Calc : bullet lists +Oracle Open Office Calc : bullet lists;formatting options +Oracle Open Office Calc : bullets +Oracle Open Office Calc : bullets;paragraphs +Oracle Open Office Calc : bullets;replacing +Oracle Open Office Calc : bullets;turning off +Oracle Open Office Calc : business cards +Oracle Open Office Calc : business cards;creating and synchronizing +Oracle Open Office Calc : business cards;using templates +Oracle Open Office Calc : button bars, see toolbars +Oracle Open Office Calc : buttons +Oracle Open Office Calc : buttons;adding push buttons +Oracle Open Office Calc : buttons;big/small +Oracle Open Office Calc : buttons;editing hyperlink buttons +Oracle Open Office Calc : buttons;form functions +Oracle Open Office Calc : buttons;toolbars +Oracle Open Office Calc : cache for graphics +Oracle Open Office Calc : calculating +Oracle Open Office Calc : calculating;accumulated interests +Oracle Open Office Calc : calculating;annual net interest rates +Oracle Open Office Calc : calculating;annuities +Oracle Open Office Calc : calculating;arithmetic-degressive depreciations +Oracle Open Office Calc : calculating;auto calculating sheets +Oracle Open Office Calc : calculating;averages in Calc databases +Oracle Open Office Calc : calculating;conditional calculations +Oracle Open Office Calc : calculating;constant interest rates +Oracle Open Office Calc : calculating;Data Pilot +Oracle Open Office Calc : calculating;depreciations +Oracle Open Office Calc : calculating;durations +Oracle Open Office Calc : calculating;future values +Oracle Open Office Calc : calculating;geometric-degressive depreciations +Oracle Open Office Calc : calculating;interests for unchanged amortization installments +Oracle Open Office Calc : calculating;internal rates of return, irregular payments +Oracle Open Office Calc : calculating;internal rates of return, regular payments +Oracle Open Office Calc : calculating;iterative references (Calc) +Oracle Open Office Calc : calculating;linear depreciations +Oracle Open Office Calc : calculating;modified internal rates of return +Oracle Open Office Calc : calculating;multiple sheets +Oracle Open Office Calc : calculating;net present values +Oracle Open Office Calc : calculating;nominal interest rates +Oracle Open Office Calc : calculating;number of payment periods +Oracle Open Office Calc : calculating;present values +Oracle Open Office Calc : calculating;rates of return +Oracle Open Office Calc : calculating;regression curves +Oracle Open Office Calc : calculating;rounded off values +Oracle Open Office Calc : calculating;series +Oracle Open Office Calc : calculating;spreadsheets +Oracle Open Office Calc : calculating;sums in Calc databases +Oracle Open Office Calc : calculating;time differences +Oracle Open Office Calc : calculating;total amortizement rates +Oracle Open Office Calc : calculating;variable declining depreciations +Oracle Open Office Calc : calculating;variables in equations +Oracle Open Office Calc : calculating;with formulas +Oracle Open Office Calc : callouts +Oracle Open Office Calc : callouts;drawings +Oracle Open Office Calc : capital letters +Oracle Open Office Calc : capital letters;AutoCorrect function +Oracle Open Office Calc : capital letters;AutoInput function +Oracle Open Office Calc : capital letters;AutoInput function (in cells) +Oracle Open Office Calc : capital letters;font effects +Oracle Open Office Calc : captions +Oracle Open Office Calc : captions;automatic captions (Writer) +Oracle Open Office Calc : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Calc : captions, see also labels/callouts +Oracle Open Office Calc : cascading update (Base) +Oracle Open Office Calc : case sensitivity +Oracle Open Office Calc : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Calc : case sensitivity;searching +Oracle Open Office Calc : categories of functions +Oracle Open Office Calc : CEILING function +Oracle Open Office Calc : cell attributes +Oracle Open Office Calc : cell contents +Oracle Open Office Calc : cell contents;AutoCalculate function +Oracle Open Office Calc : cell contents;deleting +Oracle Open Office Calc : cell contents;no text +Oracle Open Office Calc : cell contents;numbers +Oracle Open Office Calc : cell contents;recalculating +Oracle Open Office Calc : cell contents;searching in Calc databases +Oracle Open Office Calc : cell contents;testing for references +Oracle Open Office Calc : cell contents;text +Oracle Open Office Calc : cell formats +Oracle Open Office Calc : cell formats;assigning by formulas +Oracle Open Office Calc : cell formats;conditional +Oracle Open Office Calc : cell formats;text/numbers +Oracle Open Office Calc : CELL function +Oracle Open Office Calc : cell heights +Oracle Open Office Calc : cell information +Oracle Open Office Calc : cell input +Oracle Open Office Calc : cell input;AutoInput function +Oracle Open Office Calc : cell links search +Oracle Open Office Calc : cell merges +Oracle Open Office Calc : cell names +Oracle Open Office Calc : cell names;defining/addressing +Oracle Open Office Calc : cell protection +Oracle Open Office Calc : cell protection;enabling +Oracle Open Office Calc : cell protection;unprotecting +Oracle Open Office Calc : cell ranges +Oracle Open Office Calc : cell ranges;applying/removing filters +Oracle Open Office Calc : cell ranges;creating names automatically +Oracle Open Office Calc : cell ranges;defining names +Oracle Open Office Calc : cell ranges;inserting named ranges +Oracle Open Office Calc : cell ranges;printing +Oracle Open Office Calc : cell ranges;selecting for data entries +Oracle Open Office Calc : cell references +Oracle Open Office Calc : cell references;showing +Oracle Open Office Calc : cell styles +Oracle Open Office Calc : cell styles;assigning by formulas +Oracle Open Office Calc : cell styles;copying +Oracle Open Office Calc : cell styles;selecting +Oracle Open Office Calc : cell widths +Oracle Open Office Calc : cells +Oracle Open Office Calc : cells;aligning +Oracle Open Office Calc : cells;AutoInput function of text +Oracle Open Office Calc : cells;autorefreshing traces +Oracle Open Office Calc : cells;backgrounds +Oracle Open Office Calc : cells;borders +Oracle Open Office Calc : cells;changing text/number formats +Oracle Open Office Calc : cells;coloring (Calc) +Oracle Open Office Calc : cells;comments +Oracle Open Office Calc : cells;conditional formatting +Oracle Open Office Calc : cells;copying/deleting/formatting/moving +Oracle Open Office Calc : cells;currency formats +Oracle Open Office Calc : cells;cursor positions after input (Calc) +Oracle Open Office Calc : cells;date and time formats +Oracle Open Office Calc : cells;defining input help +Oracle Open Office Calc : cells;defining names +Oracle Open Office Calc : cells;deleting cells +Oracle Open Office Calc : cells;deleting contents +Oracle Open Office Calc : cells;filling automatically +Oracle Open Office Calc : cells;formatting dialog +Oracle Open Office Calc : cells;formatting without effect (Calc) +Oracle Open Office Calc : cells;heights and widths +Oracle Open Office Calc : cells;hiding for printing +Oracle Open Office Calc : cells;inserting +Oracle Open Office Calc : cells;Internet references +Oracle Open Office Calc : cells;invalid data +Oracle Open Office Calc : cells;line breaks +Oracle Open Office Calc : cells;linked to controls +Oracle Open Office Calc : cells;merging/unmerging +Oracle Open Office Calc : cells;moving by drag and drop +Oracle Open Office Calc : cells;number formats +Oracle Open Office Calc : cells;number of +Oracle Open Office Calc : cells;operating in another document +Oracle Open Office Calc : cells;pasting +Oracle Open Office Calc : cells;print ranges +Oracle Open Office Calc : cells;printing grids +Oracle Open Office Calc : cells;protecting +Oracle Open Office Calc : cells;references +Oracle Open Office Calc : cells;referencing by drag and drop +Oracle Open Office Calc : cells;refreshing traces +Oracle Open Office Calc : cells;removing dependents +Oracle Open Office Calc : cells;removing precedents +Oracle Open Office Calc : cells;removing traces +Oracle Open Office Calc : cells;resetting formats +Oracle Open Office Calc : cells;rotating text +Oracle Open Office Calc : cells;selecting +Oracle Open Office Calc : cells;showing grid lines (Calc) +Oracle Open Office Calc : cells;text breaks +Oracle Open Office Calc : cells;text super/sub +Oracle Open Office Calc : cells;trace fill mode +Oracle Open Office Calc : cells;tracing dependents +Oracle Open Office Calc : cells;tracing errors +Oracle Open Office Calc : cells;tracing precedents +Oracle Open Office Calc : cells;validity +Oracle Open Office Calc : centered text +Oracle Open Office Calc : centimeters +Oracle Open Office Calc : certificates +Oracle Open Office Calc : changes +Oracle Open Office Calc : changes;accepting or rejecting +Oracle Open Office Calc : changes;comparing to original +Oracle Open Office Calc : changes;protecting +Oracle Open Office Calc : changes;recording +Oracle Open Office Calc : changes;review function +Oracle Open Office Calc : changes;showing +Oracle Open Office Calc : changing +Oracle Open Office Calc : changing;currency formats +Oracle Open Office Calc : changing;dates, automatically +Oracle Open Office Calc : changing;document titles +Oracle Open Office Calc : changing;file associations in Setup program +Oracle Open Office Calc : changing;icon sizes +Oracle Open Office Calc : changing;input in cells +Oracle Open Office Calc : changing;links +Oracle Open Office Calc : changing;number of decimal places +Oracle Open Office Calc : changing;row heights/column widths +Oracle Open Office Calc : changing;sheet names +Oracle Open Office Calc : changing;sheet protection +Oracle Open Office Calc : changing;table views +Oracle Open Office Calc : changing;work directory +Oracle Open Office Calc : changing, see also editing and replacing +Oracle Open Office Calc : CHAR function +Oracle Open Office Calc : character styles +Oracle Open Office Calc : character styles;language selection +Oracle Open Office Calc : characters +Oracle Open Office Calc : characters;alternative fonts +Oracle Open Office Calc : characters;Asian layout +Oracle Open Office Calc : characters;bold +Oracle Open Office Calc : characters;coloring +Oracle Open Office Calc : characters;displaying only on screen (Writer) +Oracle Open Office Calc : characters;enabling CTL and Asian characters +Oracle Open Office Calc : characters;font effects +Oracle Open Office Calc : characters;fonts and formats +Oracle Open Office Calc : characters;hyperlinks +Oracle Open Office Calc : characters;italics +Oracle Open Office Calc : characters;language selection +Oracle Open Office Calc : characters;shadowed +Oracle Open Office Calc : characters;spacing +Oracle Open Office Calc : characters;special +Oracle Open Office Calc : characters;superscript/subscript +Oracle Open Office Calc : characters;underlining +Oracle Open Office Calc : charcoal sketches filter +Oracle Open Office Calc : chart legends +Oracle Open Office Calc : chart legends;hiding +Oracle Open Office Calc : chart legends;showing icons with labels +Oracle Open Office Calc : chart types +Oracle Open Office Calc : chart types;area +Oracle Open Office Calc : chart types;bubble +Oracle Open Office Calc : chart types;column and bar +Oracle Open Office Calc : chart types;column and line +Oracle Open Office Calc : chart types;line +Oracle Open Office Calc : chart types;net +Oracle Open Office Calc : chart types;pie/donut +Oracle Open Office Calc : chart types;stock +Oracle Open Office Calc : chart types;XY (scatter) +Oracle Open Office Calc : charts +Oracle Open Office Calc : charts;3D views +Oracle Open Office Calc : charts;aligning +Oracle Open Office Calc : charts;arranging within stacks +Oracle Open Office Calc : charts;bars with textures +Oracle Open Office Calc : charts;choosing chart types +Oracle Open Office Calc : charts;colors +Oracle Open Office Calc : charts;copying with link to source cell range +Oracle Open Office Calc : charts;data labels +Oracle Open Office Calc : charts;displaying (Calc) +Oracle Open Office Calc : charts;editing axes +Oracle Open Office Calc : charts;editing data +Oracle Open Office Calc : charts;editing legends +Oracle Open Office Calc : charts;editing titles +Oracle Open Office Calc : charts;formatting areas +Oracle Open Office Calc : charts;formatting floors +Oracle Open Office Calc : charts;formatting walls +Oracle Open Office Calc : charts;inserting +Oracle Open Office Calc : charts;overview +Oracle Open Office Calc : charts;positioning axes +Oracle Open Office Calc : charts;printing +Oracle Open Office Calc : charts;properties +Oracle Open Office Calc : charts;reorganizing +Oracle Open Office Calc : charts;scaling axes +Oracle Open Office Calc : charts;scaling text +Oracle Open Office Calc : charts;shortcuts +Oracle Open Office Calc : charts;showing axes +Oracle Open Office Calc : charts;updating automatically (Writer) +Oracle Open Office Calc : check box creation +Oracle Open Office Calc : chi-square distribution +Oracle Open Office Calc : CHIDIST function +Oracle Open Office Calc : CHIINV function +Oracle Open Office Calc : Chinese writing systems +Oracle Open Office Calc : CHISQDIST function +Oracle Open Office Calc : CHISQINV function +Oracle Open Office Calc : CHITEST function +Oracle Open Office Calc : CHOOSE function +Oracle Open Office Calc : choosing printers +Oracle Open Office Calc : circle drawings +Oracle Open Office Calc : CLEAN function +Oracle Open Office Calc : clearing, see also deleting/removing +Oracle Open Office Calc : Client Side ImageMap +Oracle Open Office Calc : clipboard +Oracle Open Office Calc : clipboard;cutting +Oracle Open Office Calc : clipboard;pasting +Oracle Open Office Calc : clipboard;pasting formatted/unformatted text +Oracle Open Office Calc : clipboard;selection clipboard +Oracle Open Office Calc : clipboard;Unix +Oracle Open Office Calc : closing +Oracle Open Office Calc : closing;documents +Oracle Open Office Calc : closing;toolbars +Oracle Open Office Calc : CODE function +Oracle Open Office Calc : coefficient of correlation +Oracle Open Office Calc : collaboration +Oracle Open Office Calc : color bar +Oracle Open Office Calc : colors +Oracle Open Office Calc : colors;adding +Oracle Open Office Calc : colors;appearance +Oracle Open Office Calc : colors;backgrounds +Oracle Open Office Calc : colors;charts +Oracle Open Office Calc : colors;fill format +Oracle Open Office Calc : colors;fonts +Oracle Open Office Calc : colors;grid lines and cells (Calc) +Oracle Open Office Calc : colors;models +Oracle Open Office Calc : colors;negative numbers +Oracle Open Office Calc : colors;not printing +Oracle Open Office Calc : colors;printing in grayscale +Oracle Open Office Calc : colors;restriction (Calc) +Oracle Open Office Calc : colors;selection +Oracle Open Office Calc : column and line charts +Oracle Open Office Calc : column breaks +Oracle Open Office Calc : column breaks;deleting +Oracle Open Office Calc : column breaks;inserting +Oracle Open Office Calc : column charts +Oracle Open Office Calc : COLUMN function +Oracle Open Office Calc : column headers +Oracle Open Office Calc : column headers;displaying (Calc) +Oracle Open Office Calc : column headers;hiding +Oracle Open Office Calc : column headers;highlighting (Calc) +Oracle Open Office Calc : column headers;using in formulas +Oracle Open Office Calc : column widths +Oracle Open Office Calc : columns +Oracle Open Office Calc : columns;AutoFilter function +Oracle Open Office Calc : columns;deleting +Oracle Open Office Calc : columns;finding labels automatically +Oracle Open Office Calc : columns;freezing +Oracle Open Office Calc : columns;hiding +Oracle Open Office Calc : columns;inserting +Oracle Open Office Calc : columns;moving by drag and drop +Oracle Open Office Calc : columns;optimal widths +Oracle Open Office Calc : columns;repeating when printing +Oracle Open Office Calc : columns;setting with the mouse +Oracle Open Office Calc : columns;swap with rows +Oracle Open Office Calc : columns;widths +Oracle Open Office Calc : COLUMNS function +Oracle Open Office Calc : columns, see also cells +Oracle Open Office Calc : COMBIN function +Oracle Open Office Calc : COMBINA function +Oracle Open Office Calc : combination charts +Oracle Open Office Calc : combining +Oracle Open Office Calc : combining;cell ranges +Oracle Open Office Calc : combo box creation +Oracle Open Office Calc : comma separated files and values +Oracle Open Office Calc : command button creation +Oracle Open Office Calc : command buttons, see push buttons +Oracle Open Office Calc : command line parameters +Oracle Open Office Calc : commands +Oracle Open Office Calc : commands;repeating +Oracle Open Office Calc : commands;SQL +Oracle Open Office Calc : comments +Oracle Open Office Calc : comments;displaying (Calc) +Oracle Open Office Calc : comments;help text for cells +Oracle Open Office Calc : comments;inserting/editing/deleting/printing +Oracle Open Office Calc : comments;on cells +Oracle Open Office Calc : comments;on cells - Inserting and Editing Comments +Oracle Open Office Calc : comments;on changes +Oracle Open Office Calc : comments;printing +Oracle Open Office Calc : comments;printing in text +Oracle Open Office Calc : common terms +Oracle Open Office Calc : common terms;Chinese dictionary +Oracle Open Office Calc : common terms;glossaries +Oracle Open Office Calc : common terms;Internet glossary +Oracle Open Office Calc : comparisons +Oracle Open Office Calc : comparisons;document versions +Oracle Open Office Calc : comparisons;operators in Calc +Oracle Open Office Calc : comparisons;operators in default filter dialog +Oracle Open Office Calc : compatibility settings for MS Word import +Oracle Open Office Calc : complete screen view +Oracle Open Office Calc : COMPLEX function +Oracle Open Office Calc : complex numbers in analysis functions +Oracle Open Office Calc : complex text layout +Oracle Open Office Calc : complex text layout;definition +Oracle Open Office Calc : complex text layout;enabling +Oracle Open Office Calc : complex text layout, see CTL +Oracle Open Office Calc : compose key to insert special characters +Oracle Open Office Calc : CONCATENATE function +Oracle Open Office Calc : concatenation, see ampersand symbol +Oracle Open Office Calc : conditional calculations with arrays +Oracle Open Office Calc : conditional formatting +Oracle Open Office Calc : conditional formatting;cells +Oracle Open Office Calc : conditional formatting;conditions +Oracle Open Office Calc : conditional separators +Oracle Open Office Calc : conditions +Oracle Open Office Calc : conditions;in number formats +Oracle Open Office Calc : conditions;items in Data Navigator +Oracle Open Office Calc : CONFIDENCE function +Oracle Open Office Calc : Configuration Manager +Oracle Open Office Calc : configuring +Oracle Open Office Calc : configuring;fax icon +Oracle Open Office Calc : configuring;Oracle Open Office +Oracle Open Office Calc : configuring;toolbars +Oracle Open Office Calc : connections to data sources (Base) +Oracle Open Office Calc : consolidating data +Oracle Open Office Calc : constant interest rates +Oracle Open Office Calc : constants definition +Oracle Open Office Calc : contents protection +Oracle Open Office Calc : context menus +Oracle Open Office Calc : control point display in presentations +Oracle Open Office Calc : controls +Oracle Open Office Calc : controls;activating in forms +Oracle Open Office Calc : controls;adding to documents +Oracle Open Office Calc : controls;arranging in forms +Oracle Open Office Calc : controls;arranging within stacks +Oracle Open Office Calc : controls;assigning data sources +Oracle Open Office Calc : controls;assigning macros (Basic) +Oracle Open Office Calc : controls;bound fields/list contents/linked cells +Oracle Open Office Calc : controls;events +Oracle Open Office Calc : controls;focus +Oracle Open Office Calc : controls;formatted fields +Oracle Open Office Calc : controls;grouping +Oracle Open Office Calc : controls;hidden +Oracle Open Office Calc : controls;inserting +Oracle Open Office Calc : controls;multi-line titles +Oracle Open Office Calc : controls;positions and sizes +Oracle Open Office Calc : controls;printing +Oracle Open Office Calc : controls;properties of form controls +Oracle Open Office Calc : controls;properties of table controls +Oracle Open Office Calc : controls;reference by SQL +Oracle Open Office Calc : controls;rich text control +Oracle Open Office Calc : controls;select mode +Oracle Open Office Calc : controls;showing (Writer) +Oracle Open Office Calc : CONVERT function +Oracle Open Office Calc : CONVERT_ADD function +Oracle Open Office Calc : converters +Oracle Open Office Calc : converters;Euro converter +Oracle Open Office Calc : converters;PostScript, UNIX +Oracle Open Office Calc : converters;XML +Oracle Open Office Calc : converting +Oracle Open Office Calc : converting;binary numbers, into decimal numbers +Oracle Open Office Calc : converting;binary numbers, into hexadecimal numbers +Oracle Open Office Calc : converting;binary numbers, into octal numbers +Oracle Open Office Calc : converting;decimal fractions, into decimal numbers +Oracle Open Office Calc : converting;decimal fractions, into mixed decimal fractions +Oracle Open Office Calc : converting;decimal numbers, into binary numbers +Oracle Open Office Calc : converting;decimal numbers, into hexadecimal numbers +Oracle Open Office Calc : converting;decimal numbers, into octal numbers +Oracle Open Office Calc : converting;degrees, into radians +Oracle Open Office Calc : converting;Hangul/Hanja +Oracle Open Office Calc : converting;hexadecimal numbers, into binary numbers +Oracle Open Office Calc : converting;hexadecimal numbers, into decimal numbers +Oracle Open Office Calc : converting;hexadecimal numbers, into octal numbers +Oracle Open Office Calc : converting;metrics +Oracle Open Office Calc : converting;Microsoft documents +Oracle Open Office Calc : converting;octal numbers, into binary numbers +Oracle Open Office Calc : converting;octal numbers, into decimal numbers +Oracle Open Office Calc : converting;octal numbers, into hexadecimal numbers +Oracle Open Office Calc : converting;Oracle Open Office documents +Oracle Open Office Calc : converting;Pocket PC formats +Oracle Open Office Calc : converting;radians, into degrees +Oracle Open Office Calc : converting;random variables, into normalized values +Oracle Open Office Calc : converting;text to numbers +Oracle Open Office Calc : copies +Oracle Open Office Calc : copies;printing +Oracle Open Office Calc : copying +Oracle Open Office Calc : copying;array formulas +Oracle Open Office Calc : copying;by drag and drop +Oracle Open Office Calc : copying;cell styles +Oracle Open Office Calc : copying;data from text documents +Oracle Open Office Calc : copying;datasource records in spreadsheets +Oracle Open Office Calc : copying;draw objects +Oracle Open Office Calc : copying;draw objects between documents +Oracle Open Office Calc : copying;formatting +Oracle Open Office Calc : copying;formulas +Oracle Open Office Calc : copying;from data source view +Oracle Open Office Calc : copying;from Gallery +Oracle Open Office Calc : copying;in Unix +Oracle Open Office Calc : copying;pictures, between documents +Oracle Open Office Calc : copying;sheet areas, to text documents +Oracle Open Office Calc : copying;spreadsheets +Oracle Open Office Calc : copying;to Gallery +Oracle Open Office Calc : copying;values, to multiple sheets +Oracle Open Office Calc : copying;visible cells only +Oracle Open Office Calc : copyright for Oracle Open Office +Oracle Open Office Calc : corner roundings +Oracle Open Office Calc : correcting sheets automatically +Oracle Open Office Calc : CORREL function +Oracle Open Office Calc : COS function +Oracle Open Office Calc : COSH function +Oracle Open Office Calc : COT function +Oracle Open Office Calc : COTH function +Oracle Open Office Calc : COUNT function +Oracle Open Office Calc : COUNTA function +Oracle Open Office Calc : COUNTBLANK function +Oracle Open Office Calc : COUNTIF function +Oracle Open Office Calc : counting +Oracle Open Office Calc : counting;empty cells +Oracle Open Office Calc : counting;specified cells +Oracle Open Office Calc : counting rows +Oracle Open Office Calc : counting rows;with numeric or alphanumeric values +Oracle Open Office Calc : counting rows;with numeric values +Oracle Open Office Calc : COUPDAYBS function +Oracle Open Office Calc : COUPDAYS function +Oracle Open Office Calc : COUPDAYSNC function +Oracle Open Office Calc : COUPNCD function +Oracle Open Office Calc : COUPNUM function +Oracle Open Office Calc : COUPPCD function +Oracle Open Office Calc : COVAR function +Oracle Open Office Calc : crash reports +Oracle Open Office Calc : CRITBINOM function +Oracle Open Office Calc : criteria of query design (Base) +Oracle Open Office Calc : cropping pictures +Oracle Open Office Calc : cross-classified tables +Oracle Open Office Calc : csv files +Oracle Open Office Calc : csv files;formulas +Oracle Open Office Calc : csv files;importing and exporting +Oracle Open Office Calc : CTL +Oracle Open Office Calc : CTL;(not) wrapping words +Oracle Open Office Calc : CTL;complex text layout languages +Oracle Open Office Calc : CTL;definition +Oracle Open Office Calc : CTL;options +Oracle Open Office Calc : CTL;right-to-left sheets +Oracle Open Office Calc : CUMIPMT function +Oracle Open Office Calc : CUMIPMT_ADD function +Oracle Open Office Calc : CUMPRINC function +Oracle Open Office Calc : CUMPRINC_ADD function +Oracle Open Office Calc : cumulative lognormal distribution +Oracle Open Office Calc : cumulative probability density function +Oracle Open Office Calc : cumulative probability density function;calculating +Oracle Open Office Calc : cumulative probability density function;inverse of +Oracle Open Office Calc : currencies +Oracle Open Office Calc : currencies;converters +Oracle Open Office Calc : currencies;default currencies +Oracle Open Office Calc : currencies;format codes +Oracle Open Office Calc : currencies;formats +Oracle Open Office Calc : currency field creation +Oracle Open Office Calc : currency formats +Oracle Open Office Calc : currency formats +Oracle Open Office Calc : currency formats;spreadsheets +Oracle Open Office Calc : current date and time values +Oracle Open Office Calc : CURRENT function +Oracle Open Office Calc : cursor +Oracle Open Office Calc : cursor;allowing in protected areas (Writer) +Oracle Open Office Calc : cursor;in read-only text +Oracle Open Office Calc : cursor;quickly moving to an object +Oracle Open Office Calc : curves +Oracle Open Office Calc : curves;editing points +Oracle Open Office Calc : curves;properties in line charts/XY charts +Oracle Open Office Calc : custom dictionaries +Oracle Open Office Calc : custom dictionaries;editing +Oracle Open Office Calc : custom hyphens (Writer) +Oracle Open Office Calc : custom quotes +Oracle Open Office Calc : custom templates +Oracle Open Office Calc : customized lists +Oracle Open Office Calc : customizing +Oracle Open Office Calc : customizing;events +Oracle Open Office Calc : customizing;keyboard +Oracle Open Office Calc : customizing;menus +Oracle Open Office Calc : customizing;Oracle Open Office +Oracle Open Office Calc : customizing;round corners +Oracle Open Office Calc : customizing;toolbars +Oracle Open Office Calc : cutting +Oracle Open Office Calc : dashes +Oracle Open Office Calc : data +Oracle Open Office Calc : data;filtering in forms +Oracle Open Office Calc : data;forms and subforms +Oracle Open Office Calc : data;inserting in multiple sheets +Oracle Open Office Calc : data;merging cell ranges +Oracle Open Office Calc : data;read-only +Oracle Open Office Calc : data;showing invalid data +Oracle Open Office Calc : data;sorting in databases +Oracle Open Office Calc : data;sorting in forms +Oracle Open Office Calc : data;user data +Oracle Open Office Calc : data;validity check +Oracle Open Office Calc : data binding change in XForms +Oracle Open Office Calc : data field options for Data Pilot +Oracle Open Office Calc : data labels in charts +Oracle Open Office Calc : Data Navigator +Oracle Open Office Calc : Data Navigator;adding/editing items +Oracle Open Office Calc : Data Navigator;display options +Oracle Open Office Calc : data ranges in charts +Oracle Open Office Calc : data series +Oracle Open Office Calc : data series import +Oracle Open Office Calc : data source browser +Oracle Open Office Calc : data source explorer +Oracle Open Office Calc : data source view +Oracle Open Office Calc : data source view;drag and drop +Oracle Open Office Calc : data source view;overview +Oracle Open Office Calc : data source view;showing +Oracle Open Office Calc : data sources +Oracle Open Office Calc : data sources;as tables +Oracle Open Office Calc : data sources;connection settings (Base) +Oracle Open Office Calc : data sources;copying records to spreadsheets +Oracle Open Office Calc : data sources;displaying current +Oracle Open Office Calc : data sources;external data +Oracle Open Office Calc : data sources;LDAP server (Base) +Oracle Open Office Calc : data sources;Oracle Open Office Base +Oracle Open Office Calc : data sources;registering address books +Oracle Open Office Calc : data sources;reports +Oracle Open Office Calc : data sources;setting for stock charts +Oracle Open Office Calc : data sources;viewing +Oracle Open Office Calc : data structure of XForms +Oracle Open Office Calc : data tables +Oracle Open Office Calc : data tables;multiple operations in +Oracle Open Office Calc : data validity +Oracle Open Office Calc : data values in charts +Oracle Open Office Calc : data, see also values +Oracle Open Office Calc : database contents +Oracle Open Office Calc : database contents;inserting as tables +Oracle Open Office Calc : database contents;inserting as text +Oracle Open Office Calc : database ranges +Oracle Open Office Calc : database ranges;advanced filters +Oracle Open Office Calc : database ranges;applying/removing filters +Oracle Open Office Calc : database ranges;AutoFilter function +Oracle Open Office Calc : database ranges;defining +Oracle Open Office Calc : database ranges;hiding AutoFilter +Oracle Open Office Calc : database ranges;refreshing +Oracle Open Office Calc : database ranges;sorting +Oracle Open Office Calc : database reports +Oracle Open Office Calc : Database Wizard (Base) +Oracle Open Office Calc : databases +Oracle Open Office Calc : databases;administration through SQL (Base) +Oracle Open Office Calc : databases;ADO (Base) +Oracle Open Office Calc : databases;connecting (Base) +Oracle Open Office Calc : databases;creating +Oracle Open Office Calc : databases;creating labels +Oracle Open Office Calc : databases;creating queries +Oracle Open Office Calc : databases;creating reports +Oracle Open Office Calc : databases;creating tables +Oracle Open Office Calc : databases;deleting (Base) +Oracle Open Office Calc : databases;drag and drop (Base) +Oracle Open Office Calc : databases;editing tables +Oracle Open Office Calc : databases;form filters +Oracle Open Office Calc : databases;formats (Base) +Oracle Open Office Calc : databases;functions in Oracle Open Office Calc +Oracle Open Office Calc : databases;importing/exporting +Oracle Open Office Calc : databases;JDBC (Base) +Oracle Open Office Calc : databases;main page (Base) +Oracle Open Office Calc : databases;ODBC (Base) +Oracle Open Office Calc : databases;overview +Oracle Open Office Calc : databases;registering (Base) +Oracle Open Office Calc : databases;searching records +Oracle Open Office Calc : databases;selecting (Calc) +Oracle Open Office Calc : databases;shortcut keys +Oracle Open Office Calc : databases;sorting +Oracle Open Office Calc : databases;standard filters +Oracle Open Office Calc : databases;text formats +Oracle Open Office Calc : databases;viewing +Oracle Open Office Calc : DataPilot function +Oracle Open Office Calc : DataPilot function;calling up and applying +Oracle Open Office Calc : DataPilot function;deleting tables +Oracle Open Office Calc : DataPilot function;drill down +Oracle Open Office Calc : DataPilot function;editing tables +Oracle Open Office Calc : DataPilot function;filtering tables +Oracle Open Office Calc : DataPilot function;grouping table entries +Oracle Open Office Calc : DataPilot function;introduction +Oracle Open Office Calc : DataPilot function;preventing data overwriting +Oracle Open Office Calc : DataPilot function;refreshing tables +Oracle Open Office Calc : DataPilot function;show details +Oracle Open Office Calc : DataPilot tables +Oracle Open Office Calc : date and time functions +Oracle Open Office Calc : date fields +Oracle Open Office Calc : date fields;creating +Oracle Open Office Calc : date fields;properties +Oracle Open Office Calc : date formats +Oracle Open Office Calc : date formats;avoiding conversion to +Oracle Open Office Calc : date formats +Oracle Open Office Calc : DATE function +Oracle Open Office Calc : date series +Oracle Open Office Calc : dates +Oracle Open Office Calc : dates;19xx/20xx +Oracle Open Office Calc : dates;default (Calc) +Oracle Open Office Calc : dates;in cells +Oracle Open Office Calc : dates;interest date prior to settlement date +Oracle Open Office Calc : dates;printing in presentations +Oracle Open Office Calc : dates;start 1900/01/01 (Calc) +Oracle Open Office Calc : dates;start 1904/01/01 (Calc) +Oracle Open Office Calc : dates;updating automatically +Oracle Open Office Calc : DATEVALUE function +Oracle Open Office Calc : DAVERAGE function +Oracle Open Office Calc : DAY function +Oracle Open Office Calc : DAYS function +Oracle Open Office Calc : DAYS360 function +Oracle Open Office Calc : DAYSINMONTH function +Oracle Open Office Calc : DAYSINYEAR function +Oracle Open Office Calc : DB function +Oracle Open Office Calc : dBASE +Oracle Open Office Calc : dBASE;database settings (Base) +Oracle Open Office Calc : dBASE import/export +Oracle Open Office Calc : DCOUNT function +Oracle Open Office Calc : DCOUNTA function +Oracle Open Office Calc : DDB function +Oracle Open Office Calc : DDE +Oracle Open Office Calc : DDE;definition +Oracle Open Office Calc : DDE function +Oracle Open Office Calc : deactivating +Oracle Open Office Calc : deactivating;automatic changes +Oracle Open Office Calc : deactivating;plug-ins +Oracle Open Office Calc : DEC2BIN function +Oracle Open Office Calc : DEC2HEX function +Oracle Open Office Calc : DEC2OCT function +Oracle Open Office Calc : DECIMAL function +Oracle Open Office Calc : decimal places +Oracle Open Office Calc : decimal places;adding/deleting +Oracle Open Office Calc : decimal places;cutting off +Oracle Open Office Calc : decimal places;formatting numbers +Oracle Open Office Calc : decimal places;showing +Oracle Open Office Calc : decimal places displayed (Calc) +Oracle Open Office Calc : decimal separator key +Oracle Open Office Calc : decimal system +Oracle Open Office Calc : decimal system;converting to +Oracle Open Office Calc : decimal tab stops +Oracle Open Office Calc : default directories +Oracle Open Office Calc : default filters +Oracle Open Office Calc : default filters;comparison operators +Oracle Open Office Calc : default filters;databases +Oracle Open Office Calc : default printer +Oracle Open Office Calc : default printer;setting up +Oracle Open Office Calc : default printer;UNIX +Oracle Open Office Calc : default templates +Oracle Open Office Calc : default templates;changing +Oracle Open Office Calc : default templates;organizing +Oracle Open Office Calc : defaults +Oracle Open Office Calc : defaults;currency formats +Oracle Open Office Calc : defaults;documents +Oracle Open Office Calc : defaults;file formats in file dialogs +Oracle Open Office Calc : defaults;file formats in Oracle Open Office +Oracle Open Office Calc : defaults;fonts +Oracle Open Office Calc : defaults;grids (Writer/Calc) +Oracle Open Office Calc : defaults;languages +Oracle Open Office Calc : defaults;number formats +Oracle Open Office Calc : defaults;number formats in spreadsheets +Oracle Open Office Calc : defaults;of saving +Oracle Open Office Calc : defaults;program configuration +Oracle Open Office Calc : defaults;tab stops in text +Oracle Open Office Calc : defaults;views +Oracle Open Office Calc : defining +Oracle Open Office Calc : defining;advanced filters +Oracle Open Office Calc : defining;arrowheads and other line ends +Oracle Open Office Calc : defining;AutoFormat function for tables +Oracle Open Office Calc : defining;colors +Oracle Open Office Calc : defining;database ranges +Oracle Open Office Calc : defining;line styles +Oracle Open Office Calc : defining;names for cell ranges +Oracle Open Office Calc : defining;paragraph borders +Oracle Open Office Calc : defining;print ranges +Oracle Open Office Calc : defining;queries (Base) +Oracle Open Office Calc : defining;sort lists +Oracle Open Office Calc : defining;table borders +Oracle Open Office Calc : DEGREES function +Oracle Open Office Calc : deleting +Oracle Open Office Calc : deleting;all direct formatting +Oracle Open Office Calc : deleting;cell contents +Oracle Open Office Calc : deleting;cells/rows/columns +Oracle Open Office Calc : deleting;comments +Oracle Open Office Calc : deleting;databases (Base) +Oracle Open Office Calc : deleting;DataPilot tables +Oracle Open Office Calc : deleting;decimal places +Oracle Open Office Calc : deleting;hyperlinks +Oracle Open Office Calc : deleting;lines in text +Oracle Open Office Calc : deleting;manual column breaks +Oracle Open Office Calc : deleting;manual row breaks +Oracle Open Office Calc : deleting;models/instances +Oracle Open Office Calc : deleting;namespaces in XForms +Oracle Open Office Calc : deleting;print ranges +Oracle Open Office Calc : deleting;spreadsheets +Oracle Open Office Calc : deleting;tab stops +Oracle Open Office Calc : deleting;templates +Oracle Open Office Calc : deleting;visible cells only +Oracle Open Office Calc : deleting;XML filters +Oracle Open Office Calc : delimited values and files +Oracle Open Office Calc : DELTA function +Oracle Open Office Calc : density function +Oracle Open Office Calc : depreciations +Oracle Open Office Calc : depreciations;arithmetic declining +Oracle Open Office Calc : depreciations;arithmetic-degressive +Oracle Open Office Calc : depreciations;degressive amortizations +Oracle Open Office Calc : depreciations;geometric-degressive +Oracle Open Office Calc : depreciations;linear +Oracle Open Office Calc : depreciations;linear amortizations +Oracle Open Office Calc : depreciations;variable declining +Oracle Open Office Calc : depth stagger +Oracle Open Office Calc : descriptions for objects +Oracle Open Office Calc : design mode after saving +Oracle Open Office Calc : design view +Oracle Open Office Calc : design view;creating forms +Oracle Open Office Calc : design view;queries/views (Base) +Oracle Open Office Calc : designing +Oracle Open Office Calc : designing;database tables +Oracle Open Office Calc : designing;fonts +Oracle Open Office Calc : designing;queries (Base) +Oracle Open Office Calc : detaching toolbars +Oracle Open Office Calc : determinants +Oracle Open Office Calc : determination coefficients +Oracle Open Office Calc : DEVSQ function +Oracle Open Office Calc : DGET function +Oracle Open Office Calc : dictionaries +Oracle Open Office Calc : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Calc : dictionaries;creating +Oracle Open Office Calc : dictionaries;editing user-defined +Oracle Open Office Calc : dictionaries;spellcheck +Oracle Open Office Calc : dictionaries, see also languages +Oracle Open Office Calc : digital signatures +Oracle Open Office Calc : digital signatures;getting/managing/applying +Oracle Open Office Calc : digital signatures;overview +Oracle Open Office Calc : digital signatures;WebDAV over HTTPS +Oracle Open Office Calc : direct formatting +Oracle Open Office Calc : direct formatting;undoing all +Oracle Open Office Calc : directories +Oracle Open Office Calc : directories;creating new +Oracle Open Office Calc : directories;directory structure +Oracle Open Office Calc : disabled persons +Oracle Open Office Calc : DISC function +Oracle Open Office Calc : discounts +Oracle Open Office Calc : display options in Data Pilot +Oracle Open Office Calc : displaying +Oracle Open Office Calc : displaying;comments (Calc) +Oracle Open Office Calc : displaying;comments in text documents +Oracle Open Office Calc : displaying;formulas at any position +Oracle Open Office Calc : displaying;formulas instead of results +Oracle Open Office Calc : displaying;headers of columns/rows +Oracle Open Office Calc : displaying;non-printing characters (Writer) +Oracle Open Office Calc : displaying;pictures and objects (Writer) +Oracle Open Office Calc : displaying;scenario names +Oracle Open Office Calc : displaying;sheets +Oracle Open Office Calc : displaying;tables (Writer) +Oracle Open Office Calc : displaying;zero values (Calc) +Oracle Open Office Calc : distances +Oracle Open Office Calc : distinct values in SQL queries +Oracle Open Office Calc : distorting in drawings +Oracle Open Office Calc : distributing XML filters +Oracle Open Office Calc : division sign, see also operators +Oracle Open Office Calc : divisions +Oracle Open Office Calc : DMAX function +Oracle Open Office Calc : DMIN function +Oracle Open Office Calc : docking +Oracle Open Office Calc : docking;definition +Oracle Open Office Calc : docking;toolbars +Oracle Open Office Calc : docking;windows +Oracle Open Office Calc : Document Converter Wizard +Oracle Open Office Calc : Document Map, see Navigator +Oracle Open Office Calc : document types in Oracle Open Office +Oracle Open Office Calc : documents +Oracle Open Office Calc : documents;changing titles +Oracle Open Office Calc : documents;closing +Oracle Open Office Calc : documents;comparing +Oracle Open Office Calc : documents;contents as lists +Oracle Open Office Calc : documents;editing time +Oracle Open Office Calc : documents;exporting +Oracle Open Office Calc : documents;importing +Oracle Open Office Calc : documents;languages +Oracle Open Office Calc : documents;measurement units in +Oracle Open Office Calc : documents;merging +Oracle Open Office Calc : documents;number of pages/tables/sheets +Oracle Open Office Calc : documents;opening +Oracle Open Office Calc : documents;opening in design mode +Oracle Open Office Calc : documents;opening with templates +Oracle Open Office Calc : documents;organizing +Oracle Open Office Calc : documents;printing +Oracle Open Office Calc : documents;protecting +Oracle Open Office Calc : documents;read-only +Oracle Open Office Calc : documents;references +Oracle Open Office Calc : documents;reloading +Oracle Open Office Calc : documents;saving +Oracle Open Office Calc : documents;saving automatically +Oracle Open Office Calc : documents;saving in other formats +Oracle Open Office Calc : documents;sending as e-mail +Oracle Open Office Calc : documents;styles changed +Oracle Open Office Calc : documents;version management +Oracle Open Office Calc : documents;version numbers +Oracle Open Office Calc : DOLLAR function +Oracle Open Office Calc : DOLLARDE function +Oracle Open Office Calc : DOLLARFR function +Oracle Open Office Calc : donut charts +Oracle Open Office Calc : dot products +Oracle Open Office Calc : dotted areas +Oracle Open Office Calc : double-line spacing in paragraphs +Oracle Open Office Calc : double-line writing in Asian layout +Oracle Open Office Calc : DPRODUCT function +Oracle Open Office Calc : drag and drop +Oracle Open Office Calc : drag and drop;copying and pasting text +Oracle Open Office Calc : drag and drop;data source view +Oracle Open Office Calc : drag and drop;from Gallery to draw objects +Oracle Open Office Calc : drag and drop;moving cells +Oracle Open Office Calc : drag and drop;overview +Oracle Open Office Calc : drag and drop;pictures +Oracle Open Office Calc : drag and drop;referencing cells +Oracle Open Office Calc : drag and drop;to Gallery +Oracle Open Office Calc : draw objects +Oracle Open Office Calc : draw objects;adding/editing/copying +Oracle Open Office Calc : draw objects;anchoring +Oracle Open Office Calc : draw objects;arranging within stacks +Oracle Open Office Calc : draw objects;copying between documents +Oracle Open Office Calc : draw objects;displaying (Calc) +Oracle Open Office Calc : draw objects;dropping Gallery pictures +Oracle Open Office Calc : draw objects;flipping +Oracle Open Office Calc : draw objects;legends +Oracle Open Office Calc : draw objects;positioning and resizing +Oracle Open Office Calc : draw objects;printing +Oracle Open Office Calc : draw objects;protecting +Oracle Open Office Calc : draw objects;slanting +Oracle Open Office Calc : draw objects;text in +Oracle Open Office Calc : Drawing bar +Oracle Open Office Calc : drawing lines in text +Oracle Open Office Calc : drawings +Oracle Open Office Calc : drawings;creating/opening +Oracle Open Office Calc : drawings;languages +Oracle Open Office Calc : drawings;printing +Oracle Open Office Calc : drawings;printing defaults +Oracle Open Office Calc : drawings;printing in text documents +Oracle Open Office Calc : drawings;saving +Oracle Open Office Calc : drawings;saving automatically +Oracle Open Office Calc : drawings;saving in other formats +Oracle Open Office Calc : drawings;sending as e-mail +Oracle Open Office Calc : drawings;showing (Writer) +Oracle Open Office Calc : drawings, see also draw objects +Oracle Open Office Calc : drop-down lists in form functions +Oracle Open Office Calc : drop-down menus in sheet columns +Oracle Open Office Calc : DSTDEV function +Oracle Open Office Calc : DSTDEVP function +Oracle Open Office Calc : DSUM function +Oracle Open Office Calc : DURATION function +Oracle Open Office Calc : DURATION_ADD function +Oracle Open Office Calc : durations +Oracle Open Office Calc : durations;calculating +Oracle Open Office Calc : durations;first interest payment until settlement date +Oracle Open Office Calc : durations;fixed interest securities +Oracle Open Office Calc : DVAR function +Oracle Open Office Calc : DVARP function +Oracle Open Office Calc : e-mail attachments +Oracle Open Office Calc : EASTERSUNDAY function +Oracle Open Office Calc : EDATE function +Oracle Open Office Calc : Edit File icon +Oracle Open Office Calc : edit mode +Oracle Open Office Calc : edit mode;after opening +Oracle Open Office Calc : edit mode;through Enter key (Calc) +Oracle Open Office Calc : Edit Points bar +Oracle Open Office Calc : editing +Oracle Open Office Calc : editing;array formulas +Oracle Open Office Calc : editing;chart axes +Oracle Open Office Calc : editing;chart data +Oracle Open Office Calc : editing;chart legends +Oracle Open Office Calc : editing;chart titles +Oracle Open Office Calc : editing;comments +Oracle Open Office Calc : editing;data binding of XForms +Oracle Open Office Calc : editing;database tables and queries +Oracle Open Office Calc : editing;DataPilot tables +Oracle Open Office Calc : editing;draw objects +Oracle Open Office Calc : editing;Fontwork objects +Oracle Open Office Calc : editing;hyperlinks +Oracle Open Office Calc : editing;menus +Oracle Open Office Calc : editing;objects +Oracle Open Office Calc : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Calc : editing;pictures +Oracle Open Office Calc : editing;print ranges +Oracle Open Office Calc : editing;reports +Oracle Open Office Calc : editing;shortcut keys +Oracle Open Office Calc : editing;tab stops +Oracle Open Office Calc : editing;templates +Oracle Open Office Calc : editing;titles +Oracle Open Office Calc : editing;toolbars +Oracle Open Office Calc : editing;undoing +Oracle Open Office Calc : editing;XForms +Oracle Open Office Calc : editing time of documents +Oracle Open Office Calc : editors +Oracle Open Office Calc : editors;formula editor +Oracle Open Office Calc : editors;ImageMap editor +Oracle Open Office Calc : EFFECT_ADD function +Oracle Open Office Calc : EFFECTIVE function +Oracle Open Office Calc : effective interest rates +Oracle Open Office Calc : effects +Oracle Open Office Calc : effects;font positions +Oracle Open Office Calc : effects;fonts +Oracle Open Office Calc : effects;Fontwork icons +Oracle Open Office Calc : empty cells +Oracle Open Office Calc : empty cells;counting +Oracle Open Office Calc : empty cells;handling of +Oracle Open Office Calc : empty cells;recognizing +Oracle Open Office Calc : empty documents +Oracle Open Office Calc : empty paragraph removal +Oracle Open Office Calc : encrypting text +Oracle Open Office Calc : encryption of contents +Oracle Open Office Calc : entering entries with AutoInput function +Oracle Open Office Calc : entering groups +Oracle Open Office Calc : entering text from right to left +Oracle Open Office Calc : EOMONTH function +Oracle Open Office Calc : equal sign, see also operators +Oracle Open Office Calc : equations in formula editor +Oracle Open Office Calc : equations in goal seek +Oracle Open Office Calc : ERF function +Oracle Open Office Calc : ERFC function +Oracle Open Office Calc : error bars in charts +Oracle Open Office Calc : error codes +Oracle Open Office Calc : error codes;controlling +Oracle Open Office Calc : error codes;list of +Oracle Open Office Calc : error indicators in charts +Oracle Open Office Calc : error messages +Oracle Open Office Calc : error messages;defining for incorrect input +Oracle Open Office Calc : error messages;invalid references +Oracle Open Office Calc : Error Report Tool +Oracle Open Office Calc : error tracing +Oracle Open Office Calc : ERRORTYPE function +Oracle Open Office Calc : Euro +Oracle Open Office Calc : Euro;converting +Oracle Open Office Calc : Euro;currency formats +Oracle Open Office Calc : Euro;Euro Converter Wizard +Oracle Open Office Calc : EUROCONVERT function +Oracle Open Office Calc : EVEN function +Oracle Open Office Calc : even integers +Oracle Open Office Calc : even/odd pages +Oracle Open Office Calc : even/odd pages;printing +Oracle Open Office Calc : events +Oracle Open Office Calc : events;assigning scripts +Oracle Open Office Calc : events;controls +Oracle Open Office Calc : events;customizing +Oracle Open Office Calc : events;in forms +Oracle Open Office Calc : EXACT function +Oracle Open Office Calc : exact numbers in Oracle Open Office Calc +Oracle Open Office Calc : examples +Oracle Open Office Calc : examples;formula calculation +Oracle Open Office Calc : examples;goal seek +Oracle Open Office Calc : Excel +Oracle Open Office Calc : Excel;saving as +Oracle Open Office Calc : Excel;search criteria +Oracle Open Office Calc : exceptions +Oracle Open Office Calc : exceptions;user-defined dictionaries +Oracle Open Office Calc : exchanging, see also replacing +Oracle Open Office Calc : executing SQL commands +Oracle Open Office Calc : exiting +Oracle Open Office Calc : exiting;groups +Oracle Open Office Calc : exiting;Oracle Open Office +Oracle Open Office Calc : EXP function +Oracle Open Office Calc : expanding formatting (Calc) +Oracle Open Office Calc : explorer of data sources +Oracle Open Office Calc : EXPONDIST function +Oracle Open Office Calc : exponential distributions +Oracle Open Office Calc : exponential trends in arrays +Oracle Open Office Calc : export filters +Oracle Open Office Calc : exporting +Oracle Open Office Calc : exporting;bitmaps +Oracle Open Office Calc : exporting;cells +Oracle Open Office Calc : exporting;formulas as csv files +Oracle Open Office Calc : exporting;HTML and text documents +Oracle Open Office Calc : exporting;Microsoft Office documents with VBA code +Oracle Open Office Calc : exporting;spreadsheets to dBASE +Oracle Open Office Calc : exporting;spreadsheets to text format +Oracle Open Office Calc : exporting;tables as text +Oracle Open Office Calc : exporting;templates +Oracle Open Office Calc : exporting;to foreign formats +Oracle Open Office Calc : exporting;to HTML +Oracle Open Office Calc : exporting;to Microsoft Office formats +Oracle Open Office Calc : exporting;to PDF +Oracle Open Office Calc : exporting;to PostScript format +Oracle Open Office Calc : exporting;to XML +Oracle Open Office Calc : exporting;XML files +Oracle Open Office Calc : extended tips in Help +Oracle Open Office Calc : extending print ranges +Oracle Open Office Calc : extension mode in text +Oracle Open Office Calc : extensions +Oracle Open Office Calc : extensions;Extension Manager +Oracle Open Office Calc : extensions;file formats +Oracle Open Office Calc : external data +Oracle Open Office Calc : external data;inserting +Oracle Open Office Calc : external DLL functions +Oracle Open Office Calc : external keys (Base) +Oracle Open Office Calc : extrapolations +Oracle Open Office Calc : FACT function +Oracle Open Office Calc : FACTDOUBLE function +Oracle Open Office Calc : factorials +Oracle Open Office Calc : factorials;numbers +Oracle Open Office Calc : factorials;numbers with increments of two +Oracle Open Office Calc : FALSE function +Oracle Open Office Calc : faster printing +Oracle Open Office Calc : faxes +Oracle Open Office Calc : faxes;configuring Oracle Open Office +Oracle Open Office Calc : faxes;fax programs/fax printers under UNIX +Oracle Open Office Calc : faxes;selecting a fax machine +Oracle Open Office Calc : faxes;sending +Oracle Open Office Calc : faxes;wizards +Oracle Open Office Calc : FDIST function +Oracle Open Office Calc : feedback +Oracle Open Office Calc : feedback;automatically +Oracle Open Office Calc : fields +Oracle Open Office Calc : fields;database tables +Oracle Open Office Calc : fields;displaying field codes (Writer) +Oracle Open Office Calc : fields;formatted fields +Oracle Open Office Calc : fields;updating automatically (Writer) +Oracle Open Office Calc : file associations for Microsoft Office +Oracle Open Office Calc : file filters +Oracle Open Office Calc : file filters;mobile devices +Oracle Open Office Calc : file filters;XML +Oracle Open Office Calc : file formats +Oracle Open Office Calc : file formats;changing Oracle Open Office defaults +Oracle Open Office Calc : file formats;OpenDocument/XML +Oracle Open Office Calc : file formats;saving always in other formats +Oracle Open Office Calc : file names in headers/footers +Oracle Open Office Calc : file selection button +Oracle Open Office Calc : file sharing options for current document +Oracle Open Office Calc : files +Oracle Open Office Calc : files;filters and formats +Oracle Open Office Calc : files;importing +Oracle Open Office Calc : files;opening +Oracle Open Office Calc : files;opening with placeholders +Oracle Open Office Calc : files;properties +Oracle Open Office Calc : files;saving +Oracle Open Office Calc : files;saving automatically +Oracle Open Office Calc : files;saving in other formats +Oracle Open Office Calc : files;sending as e-mail +Oracle Open Office Calc : files;version numbers +Oracle Open Office Calc : files and folders in Oracle Open Office +Oracle Open Office Calc : fill characters with tabulators +Oracle Open Office Calc : fill colors for areas +Oracle Open Office Calc : fill patterns for areas +Oracle Open Office Calc : filling +Oracle Open Office Calc : filling;cells, automatically +Oracle Open Office Calc : filling;customized lists +Oracle Open Office Calc : filling;selection lists +Oracle Open Office Calc : filter conditions +Oracle Open Office Calc : filter conditions;connecting +Oracle Open Office Calc : filter conditions;in queries (Base) +Oracle Open Office Calc : filtered data +Oracle Open Office Calc : filtered data;sums +Oracle Open Office Calc : filtering +Oracle Open Office Calc : filtering;cell ranges/database ranges +Oracle Open Office Calc : filtering;data in databases +Oracle Open Office Calc : filtering;data in forms +Oracle Open Office Calc : filtering;DataPilot tables +Oracle Open Office Calc : filters +Oracle Open Office Calc : filters;applying/removing +Oracle Open Office Calc : filters;comparison operators +Oracle Open Office Calc : filters;copying visible cells only +Oracle Open Office Calc : filters;defining advanced filters +Oracle Open Office Calc : filters;for import and export +Oracle Open Office Calc : filters;Navigator +Oracle Open Office Calc : filters;pictures +Oracle Open Office Calc : filters;XML filter settings +Oracle Open Office Calc : filters, see also AutoFilter function +Oracle Open Office Calc : financial functions +Oracle Open Office Calc : FIND function +Oracle Open Office Calc : Find tab in Help +Oracle Open Office Calc : finding +Oracle Open Office Calc : finding;formulas/values/text/objects +Oracle Open Office Calc : finding;in all sheets +Oracle Open Office Calc : finding;records in form documents +Oracle Open Office Calc : finding;selections +Oracle Open Office Calc : finding;similarity search +Oracle Open Office Calc : FINV function +Oracle Open Office Calc : FISHER function +Oracle Open Office Calc : FISHERINV function +Oracle Open Office Calc : fitting to pages +Oracle Open Office Calc : fitting to pages;print settings in Math +Oracle Open Office Calc : fitting to pages;print settings in presentations +Oracle Open Office Calc : FIXED function +Oracle Open Office Calc : fixed text +Oracle Open Office Calc : fixed text;form functions +Oracle Open Office Calc : fixing toolbars +Oracle Open Office Calc : flipping draw objects +Oracle Open Office Calc : floating frames in HTML documents +Oracle Open Office Calc : floating toolbars +Oracle Open Office Calc : FLOOR function +Oracle Open Office Calc : focus of controls +Oracle Open Office Calc : folder creation +Oracle Open Office Calc : font lists +Oracle Open Office Calc : font name box +Oracle Open Office Calc : font sizes +Oracle Open Office Calc : font sizes;bullets +Oracle Open Office Calc : font sizes;relative changes +Oracle Open Office Calc : font sizes;scaling on screen +Oracle Open Office Calc : font sizes;text +Oracle Open Office Calc : fonts +Oracle Open Office Calc : fonts;adding under UNIX +Oracle Open Office Calc : fonts;changing in templates +Oracle Open Office Calc : fonts;colors +Oracle Open Office Calc : fonts;default settings +Oracle Open Office Calc : fonts;effects +Oracle Open Office Calc : fonts;for HTML and Basic +Oracle Open Office Calc : fonts;formats +Oracle Open Office Calc : fonts;outlines +Oracle Open Office Calc : fonts;positions in text +Oracle Open Office Calc : fonts;shadows +Oracle Open Office Calc : fonts;specifying several +Oracle Open Office Calc : fonts;strikethrough +Oracle Open Office Calc : fonts;styles +Oracle Open Office Calc : fonts;text objects +Oracle Open Office Calc : Fontwork icons +Oracle Open Office Calc : footers +Oracle Open Office Calc : footers;backgrounds +Oracle Open Office Calc : footers;defining +Oracle Open Office Calc : footers;printing on sheets +Oracle Open Office Calc : forced array handling +Oracle Open Office Calc : FORECAST function +Oracle Open Office Calc : form controls +Oracle Open Office Calc : form controls;assigning macros +Oracle Open Office Calc : form controls;protecting +Oracle Open Office Calc : form controls;toolbars +Oracle Open Office Calc : form fields +Oracle Open Office Calc : form filters +Oracle Open Office Calc : Form Navigator +Oracle Open Office Calc : format codes +Oracle Open Office Calc : format codes;numbers +Oracle Open Office Calc : format codes;user-defined number formats +Oracle Open Office Calc : format filling printing in Oracle Open Office Math +Oracle Open Office Calc : Format Paintbrush +Oracle Open Office Calc : formats +Oracle Open Office Calc : formats;Asian layout +Oracle Open Office Calc : formats;assigning by formulas +Oracle Open Office Calc : formats;automatically formatting spreadsheets +Oracle Open Office Calc : formats;changing text/number +Oracle Open Office Calc : formats;currency formats in cells +Oracle Open Office Calc : formats;fonts +Oracle Open Office Calc : formats;maximizing page formats +Oracle Open Office Calc : formats;number and currency formats +Oracle Open Office Calc : formats;numbers as text +Oracle Open Office Calc : formats;numbers in tables +Oracle Open Office Calc : formats;of currencies/date/time +Oracle Open Office Calc : formats;on opening and saving +Oracle Open Office Calc : formats;pasting in special formats +Oracle Open Office Calc : formats;positions +Oracle Open Office Calc : formats;Styles and Formatting window +Oracle Open Office Calc : formats;tabulators +Oracle Open Office Calc : formats;themes for sheets +Oracle Open Office Calc : formatted fields +Oracle Open Office Calc : formatted fields;form functions +Oracle Open Office Calc : formatted fields;properties +Oracle Open Office Calc : formatting +Oracle Open Office Calc : formatting;adding/deleting decimal places +Oracle Open Office Calc : formatting;Asian typography +Oracle Open Office Calc : formatting;axes in charts +Oracle Open Office Calc : formatting;cells +Oracle Open Office Calc : formatting;chart areas +Oracle Open Office Calc : formatting;chart floors +Oracle Open Office Calc : formatting;chart legends +Oracle Open Office Calc : formatting;chart titles +Oracle Open Office Calc : formatting;chart walls +Oracle Open Office Calc : formatting;comments on cells +Oracle Open Office Calc : formatting;conditional formatting +Oracle Open Office Calc : formatting;copying +Oracle Open Office Calc : formatting;definition +Oracle Open Office Calc : formatting;expanding (Calc) +Oracle Open Office Calc : formatting;font effects +Oracle Open Office Calc : formatting;hyperlinks +Oracle Open Office Calc : formatting;multiple cell texts +Oracle Open Office Calc : formatting;numbers as text +Oracle Open Office Calc : formatting;numbers with decimals +Oracle Open Office Calc : formatting;pages +Oracle Open Office Calc : formatting;printer metrics (Writer) +Oracle Open Office Calc : formatting;spreadsheets +Oracle Open Office Calc : formatting;Styles and Formatting window +Oracle Open Office Calc : formatting;themes for sheets +Oracle Open Office Calc : formatting;undoing +Oracle Open Office Calc : formatting;undoing when writing +Oracle Open Office Calc : formatting;user-defined numbers +Oracle Open Office Calc : formatting;visible cells only +Oracle Open Office Calc : forms +Oracle Open Office Calc : forms;browsing +Oracle Open Office Calc : forms;Combo Box/List Box Wizard +Oracle Open Office Calc : forms;creating +Oracle Open Office Calc : forms;data +Oracle Open Office Calc : forms;designing (Base) +Oracle Open Office Calc : forms;events +Oracle Open Office Calc : forms;filtering data +Oracle Open Office Calc : forms;finding records +Oracle Open Office Calc : forms;focus after opening +Oracle Open Office Calc : forms;general information (Base) +Oracle Open Office Calc : forms;grouping controls +Oracle Open Office Calc : forms;HTML filters +Oracle Open Office Calc : forms;Navigator +Oracle Open Office Calc : forms;opening in design mode +Oracle Open Office Calc : forms;properties +Oracle Open Office Calc : forms;sorting data +Oracle Open Office Calc : forms;subforms +Oracle Open Office Calc : forms;wizards +Oracle Open Office Calc : forms;XForms +Oracle Open Office Calc : formula bar +Oracle Open Office Calc : formula bar;accepting inputs +Oracle Open Office Calc : formula bar;canceling inputs +Oracle Open Office Calc : formula bar;functions +Oracle Open Office Calc : formula bar;input line +Oracle Open Office Calc : formula bar;sheet area names +Oracle Open Office Calc : formula bar;spreadsheets +Oracle Open Office Calc : formula bar;sum function +Oracle Open Office Calc : formula cells +Oracle Open Office Calc : formula cells;displaying formulas in other cells +Oracle Open Office Calc : formula cells;recognizing +Oracle Open Office Calc : formula cells;removing precedents +Oracle Open Office Calc : formula cells;tracing precedents +Oracle Open Office Calc : FORMULA function +Oracle Open Office Calc : formula list window +Oracle Open Office Calc : formula texts +Oracle Open Office Calc : formula texts;printing in Oracle Open Office Math +Oracle Open Office Calc : formulas +Oracle Open Office Calc : formulas;arrays +Oracle Open Office Calc : formulas;assigning cell formats +Oracle Open Office Calc : formulas;AutoCalculate function +Oracle Open Office Calc : formulas;calculating +Oracle Open Office Calc : formulas;calculating with +Oracle Open Office Calc : formulas;copying and pasting +Oracle Open Office Calc : formulas;defining names +Oracle Open Office Calc : formulas;displaying in cells +Oracle Open Office Calc : formulas;hiding +Oracle Open Office Calc : formulas;importing/exporting as csv files +Oracle Open Office Calc : formulas;inputting +Oracle Open Office Calc : formulas;matrix formulas +Oracle Open Office Calc : formulas;new +Oracle Open Office Calc : formulas;operators +Oracle Open Office Calc : formulas;printing, instead of results +Oracle Open Office Calc : formulas;recalculating manually +Oracle Open Office Calc : formulas;starting formula editor +Oracle Open Office Calc : formulas;status bar +Oracle Open Office Calc : formulas;using row/column labels +Oracle Open Office Calc : formulas in reports +Oracle Open Office Calc : formulas in reports;editing +Oracle Open Office Calc : forums and support +Oracle Open Office Calc : fractions +Oracle Open Office Calc : fractions;converting +Oracle Open Office Calc : fractions;entering +Oracle Open Office Calc : frames +Oracle Open Office Calc : frames;around paragraphs +Oracle Open Office Calc : frames;around tables +Oracle Open Office Calc : frames;AutoCorrect function +Oracle Open Office Calc : frames;backgrounds +Oracle Open Office Calc : frames;captions (Writer) +Oracle Open Office Calc : frames;printing in Oracle Open Office Math +Oracle Open Office Calc : frames;protecting +Oracle Open Office Calc : frames;selection frames +Oracle Open Office Calc : frames;text fitting to frames +Oracle Open Office Calc : freeform lines +Oracle Open Office Calc : freeform lines;draw functions +Oracle Open Office Calc : freezing rows or columns +Oracle Open Office Calc : FREQUENCY function +Oracle Open Office Calc : FTEST function +Oracle Open Office Calc : FTP +Oracle Open Office Calc : FTP;opening documents +Oracle Open Office Calc : FTP;saving documents +Oracle Open Office Calc : full joins (Base) +Oracle Open Office Calc : full screen view +Oracle Open Office Calc : full-text search in Help +Oracle Open Office Calc : function list window +Oracle Open Office Calc : Function Wizard +Oracle Open Office Calc : Function Wizard;add-ins +Oracle Open Office Calc : Function Wizard;arrays +Oracle Open Office Calc : Function Wizard;databases +Oracle Open Office Calc : Function Wizard;date & time +Oracle Open Office Calc : Function Wizard;financial +Oracle Open Office Calc : Function Wizard;information +Oracle Open Office Calc : Function Wizard;logical +Oracle Open Office Calc : Function Wizard;mathematical +Oracle Open Office Calc : Function Wizard;spreadsheets +Oracle Open Office Calc : Function Wizard;statistics +Oracle Open Office Calc : Function Wizard;text +Oracle Open Office Calc : functions +Oracle Open Office Calc : functions;accepting input icon +Oracle Open Office Calc : functions;add-in functions +Oracle Open Office Calc : functions;array functions +Oracle Open Office Calc : functions;canceling input icon +Oracle Open Office Calc : functions;database functions +Oracle Open Office Calc : functions;date & time +Oracle Open Office Calc : functions;financial functions +Oracle Open Office Calc : functions;formula bar icon +Oracle Open Office Calc : functions;Function Wizard +Oracle Open Office Calc : functions;information functions +Oracle Open Office Calc : functions;listed by category +Oracle Open Office Calc : functions;logical functions +Oracle Open Office Calc : functions;mathematical functions +Oracle Open Office Calc : functions;Oracle Open Office Calc add-in DLL +Oracle Open Office Calc : functions;spreadsheets +Oracle Open Office Calc : functions;statistics functions +Oracle Open Office Calc : functions;sum function icon +Oracle Open Office Calc : functions;text functions +Oracle Open Office Calc : functions;user-defined +Oracle Open Office Calc : functions in reports +Oracle Open Office Calc : functions in reports;editing +Oracle Open Office Calc : future values +Oracle Open Office Calc : future values;constant interest rates +Oracle Open Office Calc : future values;varying interest rates +Oracle Open Office Calc : FV function +Oracle Open Office Calc : FVSCHEDULE function +Oracle Open Office Calc : Gallery +Oracle Open Office Calc : Gallery;adding pictures +Oracle Open Office Calc : Gallery;dragging pictures to draw objects +Oracle Open Office Calc : Gallery;hiding/showing +Oracle Open Office Calc : Gallery;inserting pictures from +Oracle Open Office Calc : GAMMA function +Oracle Open Office Calc : GAMMADIST function +Oracle Open Office Calc : GAMMAINV function +Oracle Open Office Calc : GAMMALN function +Oracle Open Office Calc : GAUSS function +Oracle Open Office Calc : Gaussian error integral +Oracle Open Office Calc : GCD function +Oracle Open Office Calc : GCD_ADD function +Oracle Open Office Calc : GEOMEAN function +Oracle Open Office Calc : geometric lists +Oracle Open Office Calc : geometric-degressive depreciations +Oracle Open Office Calc : GESTEP function +Oracle Open Office Calc : get method for form transmissions +Oracle Open Office Calc : GETPIVOTDATA function +Oracle Open Office Calc : getting support +Oracle Open Office Calc : GIF format +Oracle Open Office Calc : glossaries +Oracle Open Office Calc : glossaries;common terms +Oracle Open Office Calc : glossaries;Internet terms +Oracle Open Office Calc : goal seeking +Oracle Open Office Calc : goal seeking;example +Oracle Open Office Calc : goal seeking;solver +Oracle Open Office Calc : gradients off for faster printing +Oracle Open Office Calc : graphic objects, see draw objects +Oracle Open Office Calc : graphical text art +Oracle Open Office Calc : graphics +Oracle Open Office Calc : graphics;cache +Oracle Open Office Calc : graphics;protecting +Oracle Open Office Calc : graphics, see also pictures +Oracle Open Office Calc : grayscale printing +Oracle Open Office Calc : greatest common divisor +Oracle Open Office Calc : grid controls +Oracle Open Office Calc : grid controls;form functions +Oracle Open Office Calc : grids +Oracle Open Office Calc : grids;defaults (Writer/Calc) +Oracle Open Office Calc : grids;display options (Impress/Draw) +Oracle Open Office Calc : grids;displaying lines (Calc) +Oracle Open Office Calc : grids;formatting axes +Oracle Open Office Calc : grids;hiding lines in sheets +Oracle Open Office Calc : grids;inserting in charts +Oracle Open Office Calc : grids;printing sheet grids +Oracle Open Office Calc : group box creation +Oracle Open Office Calc : grouping +Oracle Open Office Calc : grouping;cells +Oracle Open Office Calc : grouping;DataPilot tables +Oracle Open Office Calc : groups +Oracle Open Office Calc : groups;entering/exiting/ungrouping +Oracle Open Office Calc : groups;naming +Oracle Open Office Calc : groups;of controls +Oracle Open Office Calc : GROWTH function +Oracle Open Office Calc : growth series +Oracle Open Office Calc : guides +Oracle Open Office Calc : guides;display options (Impress/Draw) +Oracle Open Office Calc : guides;displaying when moving objects (Impress) +Oracle Open Office Calc : guides;showing (Calc) +Oracle Open Office Calc : guides;showing when moving frames (Writer) +Oracle Open Office Calc : gutter +Oracle Open Office Calc : handles +Oracle Open Office Calc : handles;displaying (Writer) +Oracle Open Office Calc : handles;scaling +Oracle Open Office Calc : handles;showing simple/large handles (Calc) +Oracle Open Office Calc : Hangul/Hanja +Oracle Open Office Calc : HARMEAN function +Oracle Open Office Calc : hatching +Oracle Open Office Calc : headers +Oracle Open Office Calc : headers;backgrounds +Oracle Open Office Calc : headers;defining +Oracle Open Office Calc : headers;freezing during table split +Oracle Open Office Calc : headers;printing on sheets +Oracle Open Office Calc : headings +Oracle Open Office Calc : headings;entering as text box +Oracle Open Office Calc : headings;repeating rows/columns as +Oracle Open Office Calc : Hebrew +Oracle Open Office Calc : Hebrew;entering text +Oracle Open Office Calc : Hebrew;language settings +Oracle Open Office Calc : heights of cells +Oracle Open Office Calc : Help +Oracle Open Office Calc : Help;bookmarks +Oracle Open Office Calc : Help;extended tips on/off +Oracle Open Office Calc : Help;full-text search +Oracle Open Office Calc : Help;Help tips +Oracle Open Office Calc : Help;keywords +Oracle Open Office Calc : Help;navigation pane showing/hiding +Oracle Open Office Calc : Help;style sheets +Oracle Open Office Calc : Help;topics +Oracle Open Office Calc : Help Agent +Oracle Open Office Calc : Help Agent;help +Oracle Open Office Calc : Help Agent;options +Oracle Open Office Calc : Help tips +Oracle Open Office Calc : Help tips;defining text for cell input +Oracle Open Office Calc : Help tips;hiding +Oracle Open Office Calc : HEX2BIN function +Oracle Open Office Calc : HEX2DEC function +Oracle Open Office Calc : HEX2OCT function +Oracle Open Office Calc : hexadecimal system +Oracle Open Office Calc : hexadecimal system;converting to +Oracle Open Office Calc : hidden cells +Oracle Open Office Calc : hidden controls in Form Navigator +Oracle Open Office Calc : hidden fields display (Writer) +Oracle Open Office Calc : hidden pages +Oracle Open Office Calc : hidden pages;printing in presentations +Oracle Open Office Calc : hidden text +Oracle Open Office Calc : hidden text;showing (Writer) +Oracle Open Office Calc : hiding +Oracle Open Office Calc : hiding;changes +Oracle Open Office Calc : hiding;chart legends +Oracle Open Office Calc : hiding;columns +Oracle Open Office Calc : hiding;data fields, from calculations in Data Pilot +Oracle Open Office Calc : hiding;docked windows +Oracle Open Office Calc : hiding;formulas +Oracle Open Office Calc : hiding;headers/grid lines +Oracle Open Office Calc : hiding;navigation pane in Help window +Oracle Open Office Calc : hiding;rows +Oracle Open Office Calc : hiding;sheet details +Oracle Open Office Calc : hiding;sheets +Oracle Open Office Calc : high contrast mode +Oracle Open Office Calc : highlighting +Oracle Open Office Calc : highlighting;negative numbers +Oracle Open Office Calc : highlighting;values in sheets +Oracle Open Office Calc : Hindi +Oracle Open Office Calc : Hindi;entering text +Oracle Open Office Calc : Hindi;language settings +Oracle Open Office Calc : HLOOKUP function +Oracle Open Office Calc : horizontal scrollbars (Writer) +Oracle Open Office Calc : hotspots +Oracle Open Office Calc : HOUR function +Oracle Open Office Calc : HowTos for Calc +Oracle Open Office Calc : HowTos for charts +Oracle Open Office Calc : HTML +Oracle Open Office Calc : HTML;definition +Oracle Open Office Calc : HTML;export character set +Oracle Open Office Calc : HTML;fonts for source display +Oracle Open Office Calc : HTML;importing META tags +Oracle Open Office Calc : HTML;in sheet cells +Oracle Open Office Calc : HTML;live presentations +Oracle Open Office Calc : HTML;sheets +Oracle Open Office Calc : HTML documents +Oracle Open Office Calc : HTML documents;auto reloading +Oracle Open Office Calc : HTML documents;importing/exporting +Oracle Open Office Calc : HTML documents;META tags in +Oracle Open Office Calc : HTML documents;new +Oracle Open Office Calc : HTML documents;source text +Oracle Open Office Calc : HTML WebQuery +Oracle Open Office Calc : HYPERLINK function +Oracle Open Office Calc : hyperlinks +Oracle Open Office Calc : hyperlinks;assigning macros +Oracle Open Office Calc : hyperlinks;character formats +Oracle Open Office Calc : hyperlinks;definition +Oracle Open Office Calc : hyperlinks;deleting +Oracle Open Office Calc : hyperlinks;editing +Oracle Open Office Calc : hyperlinks;inserting +Oracle Open Office Calc : hyperlinks;relative and absolute +Oracle Open Office Calc : hyperlinks;turning off automatic recognition +Oracle Open Office Calc : hyperlinks, see also links +Oracle Open Office Calc : HYPGEOMDIST function +Oracle Open Office Calc : hyphenation +Oracle Open Office Calc : hyphenation;activating for a language +Oracle Open Office Calc : hyphenation;in spreadsheets +Oracle Open Office Calc : hyphenation;minimal number of characters +Oracle Open Office Calc : hyphens +Oracle Open Office Calc : hyphens;displaying custom (Writer) +Oracle Open Office Calc : hyphens;inserting custom +Oracle Open Office Calc : icon bars, see toolbars +Oracle Open Office Calc : icon sizes +Oracle Open Office Calc : IDE +Oracle Open Office Calc : IDE;Basic IDE +Oracle Open Office Calc : IF function +Oracle Open Office Calc : ignore list for spellcheck +Oracle Open Office Calc : illumination +Oracle Open Office Calc : illumination;3D charts +Oracle Open Office Calc : illustrations, see pictures +Oracle Open Office Calc : IMABS function +Oracle Open Office Calc : image button creation +Oracle Open Office Calc : image control creation +Oracle Open Office Calc : ImageMap +Oracle Open Office Calc : ImageMap;definition +Oracle Open Office Calc : ImageMap;editor +Oracle Open Office Calc : images +Oracle Open Office Calc : images;ImageMap +Oracle Open Office Calc : images;inserting and editing bitmaps +Oracle Open Office Calc : images, see also pictures +Oracle Open Office Calc : IMAGINARY function +Oracle Open Office Calc : imaginary numbers in analysis functions +Oracle Open Office Calc : IMARGUMENT function +Oracle Open Office Calc : IMCONJUGATE function +Oracle Open Office Calc : IMCOS function +Oracle Open Office Calc : IMDIV function +Oracle Open Office Calc : IME +Oracle Open Office Calc : IME;definition +Oracle Open Office Calc : IME;showing/hiding +Oracle Open Office Calc : IMEXP function +Oracle Open Office Calc : IMLN function +Oracle Open Office Calc : IMLOG10 function +Oracle Open Office Calc : IMLOG2 function +Oracle Open Office Calc : implicit array handling +Oracle Open Office Calc : import filters +Oracle Open Office Calc : import restrictions for Microsoft Office +Oracle Open Office Calc : importing +Oracle Open Office Calc : importing;bitmaps +Oracle Open Office Calc : importing;compatibility settings for text import +Oracle Open Office Calc : importing;csv files with formulas +Oracle Open Office Calc : importing;databases +Oracle Open Office Calc : importing;dBASE files +Oracle Open Office Calc : importing;documents in other formats +Oracle Open Office Calc : importing;from XML +Oracle Open Office Calc : importing;HTML and text documents +Oracle Open Office Calc : importing;HTML with META tags +Oracle Open Office Calc : importing;Microsoft Office documents with VBA code +Oracle Open Office Calc : importing;tables as text +Oracle Open Office Calc : importing;tables in text format +Oracle Open Office Calc : importing;templates +Oracle Open Office Calc : IMPOWER function +Oracle Open Office Calc : IMPRODUCT function +Oracle Open Office Calc : improvement program +Oracle Open Office Calc : IMREAL function +Oracle Open Office Calc : IMSIN function +Oracle Open Office Calc : IMSQRT function +Oracle Open Office Calc : IMSUB function +Oracle Open Office Calc : IMSUM function +Oracle Open Office Calc : inches +Oracle Open Office Calc : increasing scales in page view +Oracle Open Office Calc : INDEX function +Oracle Open Office Calc : Index tab in Help +Oracle Open Office Calc : indexes +Oracle Open Office Calc : indexes;backgrounds +Oracle Open Office Calc : indexes;showing/hiding Help index tab +Oracle Open Office Calc : indicator lines in text +Oracle Open Office Calc : INDIRECT function +Oracle Open Office Calc : INFO function +Oracle Open Office Calc : information functions +Oracle Open Office Calc : information on cells +Oracle Open Office Calc : inline array constants +Oracle Open Office Calc : inner joins (Base) +Oracle Open Office Calc : inner products +Oracle Open Office Calc : input line in formula bar +Oracle Open Office Calc : input method window +Oracle Open Office Calc : input support in spreadsheets +Oracle Open Office Calc : insert mode for entering text +Oracle Open Office Calc : inserting +Oracle Open Office Calc : inserting;breaks +Oracle Open Office Calc : inserting;buttons in toolbars +Oracle Open Office Calc : inserting;cell ranges +Oracle Open Office Calc : inserting;cell ranges from spreadsheets +Oracle Open Office Calc : inserting;cells +Oracle Open Office Calc : inserting;cells, by drag and drop +Oracle Open Office Calc : inserting;cells, toolbar icon +Oracle Open Office Calc : inserting;charts +Oracle Open Office Calc : inserting;clipboard options +Oracle Open Office Calc : inserting;columns +Oracle Open Office Calc : inserting;comments +Oracle Open Office Calc : inserting;data from text documents +Oracle Open Office Calc : inserting;datasource records in spreadsheets +Oracle Open Office Calc : inserting;drawings +Oracle Open Office Calc : inserting;external data +Oracle Open Office Calc : inserting;floating frames +Oracle Open Office Calc : inserting;Fontwork objects +Oracle Open Office Calc : inserting;form fields +Oracle Open Office Calc : inserting;formulas +Oracle Open Office Calc : inserting;fractions +Oracle Open Office Calc : inserting;hyperlinks +Oracle Open Office Calc : inserting;line breaks in cells +Oracle Open Office Calc : inserting;manual column breaks +Oracle Open Office Calc : inserting;manual row breaks +Oracle Open Office Calc : inserting;matrix formulas +Oracle Open Office Calc : inserting;movies/sounds +Oracle Open Office Calc : inserting;new text tables defaults +Oracle Open Office Calc : inserting;objects from Gallery +Oracle Open Office Calc : inserting;objects, toolbar icon +Oracle Open Office Calc : inserting;OLE objects +Oracle Open Office Calc : inserting;paragraph borders +Oracle Open Office Calc : inserting;paragraph bullets +Oracle Open Office Calc : inserting;pictures in Gallery +Oracle Open Office Calc : inserting;plug-ins +Oracle Open Office Calc : inserting;push buttons +Oracle Open Office Calc : inserting;references, by drag and drop +Oracle Open Office Calc : inserting;rows +Oracle Open Office Calc : inserting;sheets +Oracle Open Office Calc : inserting;special characters +Oracle Open Office Calc : inserting;tab stops +Oracle Open Office Calc : inserting;textures on chart bars +Oracle Open Office Calc : inserting;values +Oracle Open Office Calc : inserting functions +Oracle Open Office Calc : inserting functions;function list window +Oracle Open Office Calc : inserting functions;Function Wizard +Oracle Open Office Calc : installing +Oracle Open Office Calc : installing;ActiveX control +Oracle Open Office Calc : installing;mobile device filters +Oracle Open Office Calc : installing;UNO components +Oracle Open Office Calc : installing;XML filters +Oracle Open Office Calc : instructions +Oracle Open Office Calc : instructions;general +Oracle Open Office Calc : instructions;Oracle Open Office Calc +Oracle Open Office Calc : INT function +Oracle Open Office Calc : integers with leading zeros +Oracle Open Office Calc : INTERCEPT function +Oracle Open Office Calc : interests for unchanged amortization installments +Oracle Open Office Calc : internal rates of return +Oracle Open Office Calc : internal rates of return;irregular payments +Oracle Open Office Calc : internal rates of return;modified +Oracle Open Office Calc : internal rates of return;regular payments +Oracle Open Office Calc : international currency formats +Oracle Open Office Calc : Internet +Oracle Open Office Calc : Internet;checking for updates +Oracle Open Office Calc : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Calc : Internet;presentations +Oracle Open Office Calc : Internet;starting searches +Oracle Open Office Calc : Internet glossary +Oracle Open Office Calc : intersection operator +Oracle Open Office Calc : intersections +Oracle Open Office Calc : INTRATE function +Oracle Open Office Calc : invalid data +Oracle Open Office Calc : invalid data;marking +Oracle Open Office Calc : invalid names +Oracle Open Office Calc : invalid names;error messages +Oracle Open Office Calc : invalid references +Oracle Open Office Calc : invalid references;error messages +Oracle Open Office Calc : inverse arrays +Oracle Open Office Calc : inverse F probability distribution +Oracle Open Office Calc : inverse of Fisher transformation +Oracle Open Office Calc : inverse of lognormal distribution +Oracle Open Office Calc : inverse of t-distribution +Oracle Open Office Calc : invert filter +Oracle Open Office Calc : inverting tables +Oracle Open Office Calc : invisible areas +Oracle Open Office Calc : invisible cells +Oracle Open Office Calc : IPMT function +Oracle Open Office Calc : IRR function +Oracle Open Office Calc : ISBLANK function +Oracle Open Office Calc : ISERR function +Oracle Open Office Calc : ISERROR function +Oracle Open Office Calc : ISEVEN function +Oracle Open Office Calc : ISEVEN_ADD function +Oracle Open Office Calc : ISFORMULA function +Oracle Open Office Calc : ISLEAPYEAR function +Oracle Open Office Calc : ISLOGICAL function +Oracle Open Office Calc : ISNA function +Oracle Open Office Calc : ISNONTEXT function +Oracle Open Office Calc : ISNUMBER function +Oracle Open Office Calc : ISODD function +Oracle Open Office Calc : ISODD_ADD function +Oracle Open Office Calc : ISPMT function +Oracle Open Office Calc : ISREF function +Oracle Open Office Calc : ISTEXT function +Oracle Open Office Calc : italic text +Oracle Open Office Calc : iterative references in spreadsheets +Oracle Open Office Calc : Java +Oracle Open Office Calc : Java;definition +Oracle Open Office Calc : Java;setting options +Oracle Open Office Calc : JDBC +Oracle Open Office Calc : JDBC;databases (Base) +Oracle Open Office Calc : JDBC;definition +Oracle Open Office Calc : JIS function +Oracle Open Office Calc : joining +Oracle Open Office Calc : joining;paragraphs +Oracle Open Office Calc : joining;tables (Base) +Oracle Open Office Calc : joins in databases (Base) +Oracle Open Office Calc : justifying text +Oracle Open Office Calc : kerning +Oracle Open Office Calc : kerning;Asian texts +Oracle Open Office Calc : kerning;definition +Oracle Open Office Calc : kerning;in characters +Oracle Open Office Calc : key fields for relations (Base) +Oracle Open Office Calc : keyboard +Oracle Open Office Calc : keyboard;assigning/editing shortcut keys +Oracle Open Office Calc : keyboard;general commands +Oracle Open Office Calc : keyboard;removing numbering +Oracle Open Office Calc : keys +Oracle Open Office Calc : keys;adding push buttons +Oracle Open Office Calc : keys;primary keys (Base) +Oracle Open Office Calc : kiosk export +Oracle Open Office Calc : KURT function +Oracle Open Office Calc : label ranges in sheets +Oracle Open Office Calc : labels +Oracle Open Office Calc : labels;creating and synchronizing +Oracle Open Office Calc : labels;for charts +Oracle Open Office Calc : labels;for draw objects +Oracle Open Office Calc : labels;form functions +Oracle Open Office Calc : labels;from databases +Oracle Open Office Calc : labels, see also names/callouts +Oracle Open Office Calc : landscape printing +Oracle Open Office Calc : languages +Oracle Open Office Calc : languages;activating modules +Oracle Open Office Calc : languages;Asian support +Oracle Open Office Calc : languages;complex text layout +Oracle Open Office Calc : languages;locale settings +Oracle Open Office Calc : languages;selecting for text +Oracle Open Office Calc : languages;setting options +Oracle Open Office Calc : languages;spellcheck +Oracle Open Office Calc : languages;spellchecking and formatting +Oracle Open Office Calc : LARGE function +Oracle Open Office Calc : large handles (Writer) +Oracle Open Office Calc : large icons +Oracle Open Office Calc : layer arrangement +Oracle Open Office Calc : layout +Oracle Open Office Calc : layout;importing Word documents +Oracle Open Office Calc : layout;pages +Oracle Open Office Calc : layout;spreadsheets +Oracle Open Office Calc : LCM function +Oracle Open Office Calc : LCM_ADD function +Oracle Open Office Calc : LDAP server +Oracle Open Office Calc : LDAP server;address books (Base) +Oracle Open Office Calc : LDAP server;sign on options +Oracle Open Office Calc : leading between paragraphs +Oracle Open Office Calc : leading zeros +Oracle Open Office Calc : leap year determination +Oracle Open Office Calc : least common multiples +Oracle Open Office Calc : left alignment of paragraphs +Oracle Open Office Calc : LEFT function +Oracle Open Office Calc : left joins (Base) +Oracle Open Office Calc : legends +Oracle Open Office Calc : legends;charts +Oracle Open Office Calc : legends;draw objects +Oracle Open Office Calc : legends;rounding corners +Oracle Open Office Calc : LEN function +Oracle Open Office Calc : Letter Wizard +Oracle Open Office Calc : levels +Oracle Open Office Calc : levels;depth stagger +Oracle Open Office Calc : levels;macro security +Oracle Open Office Calc : limits +Oracle Open Office Calc : limits;specifying value limits on input +Oracle Open Office Calc : limits of tables (Writer) +Oracle Open Office Calc : line arrangements with cells +Oracle Open Office Calc : line breaks +Oracle Open Office Calc : line breaks;in cells +Oracle Open Office Calc : line charts +Oracle Open Office Calc : line spacing +Oracle Open Office Calc : line spacing;context menu in paragraphs +Oracle Open Office Calc : line spacing;paragraph +Oracle Open Office Calc : line styles +Oracle Open Office Calc : line styles;applying +Oracle Open Office Calc : line styles;defining +Oracle Open Office Calc : linear depreciations +Oracle Open Office Calc : linear series +Oracle Open Office Calc : lines +Oracle Open Office Calc : lines;defining ends +Oracle Open Office Calc : lines;draw functions +Oracle Open Office Calc : lines;drawing in text +Oracle Open Office Calc : lines;editing points +Oracle Open Office Calc : lines;removing automatic lines +Oracle Open Office Calc : lines of text +Oracle Open Office Calc : lines of text;alignment +Oracle Open Office Calc : LINEST function +Oracle Open Office Calc : links +Oracle Open Office Calc : links;between cells and controls +Oracle Open Office Calc : links;by drag and drop +Oracle Open Office Calc : links;character formats +Oracle Open Office Calc : links;definition +Oracle Open Office Calc : links;editing hyperlinks +Oracle Open Office Calc : links;inserting +Oracle Open Office Calc : links;modifying +Oracle Open Office Calc : links;opening files with +Oracle Open Office Calc : links;relational databases (Base) +Oracle Open Office Calc : links;turning off automatic recognition +Oracle Open Office Calc : links;updating options (Writer) +Oracle Open Office Calc : links;updating specific links +Oracle Open Office Calc : list box creation +Oracle Open Office Calc : list of functions +Oracle Open Office Calc : lists +Oracle Open Office Calc : lists;data assigned to controls +Oracle Open Office Calc : lists;registered databases (Base) +Oracle Open Office Calc : lists;regular expressions +Oracle Open Office Calc : lists;user-defined +Oracle Open Office Calc : live presentations on the Internet +Oracle Open Office Calc : LN function +Oracle Open Office Calc : loading +Oracle Open Office Calc : loading;documents +Oracle Open Office Calc : loading;documents from other formats +Oracle Open Office Calc : loading;HTML documents, automatically +Oracle Open Office Calc : loading;Microsoft Office documents with VBA code +Oracle Open Office Calc : loading;reloading +Oracle Open Office Calc : loading;XML files +Oracle Open Office Calc : locale settings +Oracle Open Office Calc : LOG function +Oracle Open Office Calc : LOG10 function +Oracle Open Office Calc : logarithmic scaling along axes +Oracle Open Office Calc : logarithms +Oracle Open Office Calc : LOGEST function +Oracle Open Office Calc : logical functions +Oracle Open Office Calc : logical number formats +Oracle Open Office Calc : LOGINV function +Oracle Open Office Calc : LOGNORMDIST function +Oracle Open Office Calc : LOOKUP function +Oracle Open Office Calc : LOWER function +Oracle Open Office Calc : lowercase letters +Oracle Open Office Calc : lowercase letters;AutoInput function (in cells) +Oracle Open Office Calc : lowercase letters;font effects +Oracle Open Office Calc : lowest common multiples +Oracle Open Office Calc : Macauley duration +Oracle Open Office Calc : Macro Wizard (Base) +Oracle Open Office Calc : macros +Oracle Open Office Calc : macros;assigning to events in forms +Oracle Open Office Calc : macros;attaching new (Base) +Oracle Open Office Calc : macros;in MS Office documents +Oracle Open Office Calc : macros;interrupting +Oracle Open Office Calc : macros;organizing +Oracle Open Office Calc : macros;recording +Oracle Open Office Calc : macros;running when incorrect input +Oracle Open Office Calc : macros;security +Oracle Open Office Calc : macros;security levels +Oracle Open Office Calc : macros;security warning dialog +Oracle Open Office Calc : macros;selecting security warnings +Oracle Open Office Calc : magnifiers +Oracle Open Office Calc : manual column breaks +Oracle Open Office Calc : manual row breaks +Oracle Open Office Calc : margins +Oracle Open Office Calc : margins;pages +Oracle Open Office Calc : margins;setting with the mouse +Oracle Open Office Calc : margins;shadows +Oracle Open Office Calc : marking cells +Oracle Open Office Calc : marking changes +Oracle Open Office Calc : marking, see selecting +Oracle Open Office Calc : MATCH function +Oracle Open Office Calc : Math formula editor +Oracle Open Office Calc : mathematical functions +Oracle Open Office Calc : matrices +Oracle Open Office Calc : matrices;calculations +Oracle Open Office Calc : matrices;entering matrix formulas +Oracle Open Office Calc : matrices;functions +Oracle Open Office Calc : MAX function +Oracle Open Office Calc : MAXA function +Oracle Open Office Calc : maximum values in Calc databases +Oracle Open Office Calc : MDETERM function +Oracle Open Office Calc : MDURATION function +Oracle Open Office Calc : mean value lines in charts +Oracle Open Office Calc : means +Oracle Open Office Calc : means;geometric +Oracle Open Office Calc : means;harmonic +Oracle Open Office Calc : means;of data set without margin data +Oracle Open Office Calc : measurement units +Oracle Open Office Calc : measurement units;changing on rulers +Oracle Open Office Calc : measurement units;converting +Oracle Open Office Calc : measurement units;selecting +Oracle Open Office Calc : Media Player window +Oracle Open Office Calc : MEDIAN function +Oracle Open Office Calc : menus +Oracle Open Office Calc : menus;activating context menus +Oracle Open Office Calc : menus;assigning macros +Oracle Open Office Calc : menus;customizing +Oracle Open Office Calc : merging +Oracle Open Office Calc : merging;cells +Oracle Open Office Calc : merging;data ranges +Oracle Open Office Calc : merging;documents +Oracle Open Office Calc : META tags +Oracle Open Office Calc : metrics +Oracle Open Office Calc : metrics;converting +Oracle Open Office Calc : metrics;document formatting (Writer) +Oracle Open Office Calc : metrics;in sheets +Oracle Open Office Calc : Microsoft Excel functions +Oracle Open Office Calc : Microsoft Office +Oracle Open Office Calc : Microsoft Office;Access databases (base) +Oracle Open Office Calc : Microsoft Office;as default file format +Oracle Open Office Calc : Microsoft Office;document import restrictions +Oracle Open Office Calc : Microsoft Office;feature comparisons +Oracle Open Office Calc : Microsoft Office;importing password protected files +Oracle Open Office Calc : Microsoft Office;importing Word documents +Oracle Open Office Calc : Microsoft Office;importing/exporting VBA code +Oracle Open Office Calc : Microsoft Office;new users information +Oracle Open Office Calc : Microsoft Office;opening Microsoft documents +Oracle Open Office Calc : Microsoft Office;reassigning document types +Oracle Open Office Calc : MID function +Oracle Open Office Calc : migrating macros (Base) +Oracle Open Office Calc : MIN function +Oracle Open Office Calc : MINA function +Oracle Open Office Calc : minimum values in Calc databases +Oracle Open Office Calc : minus sign, see also operators +Oracle Open Office Calc : MINUTE function +Oracle Open Office Calc : MINVERSE function +Oracle Open Office Calc : MIRR function +Oracle Open Office Calc : MMULT function +Oracle Open Office Calc : mobile device filters +Oracle Open Office Calc : MOD function +Oracle Open Office Calc : MODE function +Oracle Open Office Calc : models in XForms +Oracle Open Office Calc : modified internal rates of return +Oracle Open Office Calc : modifying, see changing +Oracle Open Office Calc : MONTH function +Oracle Open Office Calc : MONTHS function +Oracle Open Office Calc : more controls +Oracle Open Office Calc : mosaic filter +Oracle Open Office Calc : most common value +Oracle Open Office Calc : mouse +Oracle Open Office Calc : mouse;pointers when using drag and drop +Oracle Open Office Calc : mouse;positioning +Oracle Open Office Calc : movies +Oracle Open Office Calc : moving +Oracle Open Office Calc : moving;cells by drag and drop +Oracle Open Office Calc : moving;spreadsheets +Oracle Open Office Calc : moving;tab stops on ruler +Oracle Open Office Calc : moving;toolbars +Oracle Open Office Calc : moving;using guide lines in presentations +Oracle Open Office Calc : moving;visible cells only +Oracle Open Office Calc : MROUND function +Oracle Open Office Calc : MS ADO interface (Base) +Oracle Open Office Calc : multi-line text in cells +Oracle Open Office Calc : multi-line titles in forms +Oracle Open Office Calc : MULTINOMIAL function +Oracle Open Office Calc : multiple cells selection +Oracle Open Office Calc : multiple documents +Oracle Open Office Calc : multiple documents;opening +Oracle Open Office Calc : multiple operations +Oracle Open Office Calc : multiple selection +Oracle Open Office Calc : multiple sheets +Oracle Open Office Calc : multiplication sign, see also operators +Oracle Open Office Calc : multiplying +Oracle Open Office Calc : multiplying;cell contents in Calc databases +Oracle Open Office Calc : multiplying;numbers +Oracle Open Office Calc : MUNIT function +Oracle Open Office Calc : music +Oracle Open Office Calc : My Documents folder +Oracle Open Office Calc : My Documents folder;changing work directory +Oracle Open Office Calc : My Documents folder;opening +Oracle Open Office Calc : MySQL databases (Base) +Oracle Open Office Calc : N function +Oracle Open Office Calc : NA function +Oracle Open Office Calc : name recognition on/off +Oracle Open Office Calc : names +Oracle Open Office Calc : names;defining for cells +Oracle Open Office Calc : names;for cell ranges +Oracle Open Office Calc : names;multi-line titles +Oracle Open Office Calc : names;objects +Oracle Open Office Calc : names;sheets +Oracle Open Office Calc : names, see also labels/callouts +Oracle Open Office Calc : namespace organization in XForms +Oracle Open Office Calc : native SQL (Base) +Oracle Open Office Calc : natural language addressing +Oracle Open Office Calc : natural logarithm +Oracle Open Office Calc : natural logarithm of Gamma function +Oracle Open Office Calc : natural sort algorithm +Oracle Open Office Calc : navigating +Oracle Open Office Calc : navigating;in documents +Oracle Open Office Calc : navigating;in spreadsheets +Oracle Open Office Calc : Navigation bar +Oracle Open Office Calc : Navigation bar;controls +Oracle Open Office Calc : Navigation bar;forms +Oracle Open Office Calc : Navigator +Oracle Open Office Calc : Navigator;comments +Oracle Open Office Calc : Navigator;contents as lists +Oracle Open Office Calc : Navigator;docking +Oracle Open Office Calc : Navigator;for sheets +Oracle Open Office Calc : Navigator;working with +Oracle Open Office Calc : nearest multiple +Oracle Open Office Calc : negative binomial distribution +Oracle Open Office Calc : negative numbers +Oracle Open Office Calc : NEGBINOMDIST function +Oracle Open Office Calc : net annual interest rates +Oracle Open Office Calc : net charts +Oracle Open Office Calc : net present values +Oracle Open Office Calc : network identity options +Oracle Open Office Calc : NETWORKDAYS function +Oracle Open Office Calc : new databases +Oracle Open Office Calc : new documents +Oracle Open Office Calc : new lines in cells +Oracle Open Office Calc : new windows +Oracle Open Office Calc : NOMINAL function +Oracle Open Office Calc : nominal interest rates +Oracle Open Office Calc : NOMINAL_ADD function +Oracle Open Office Calc : non-breaking dashes +Oracle Open Office Calc : non-breaking spaces (Writer) +Oracle Open Office Calc : non-printing characters (Writer) +Oracle Open Office Calc : normal distribution +Oracle Open Office Calc : normal distribution;inverse of +Oracle Open Office Calc : normal distribution;inverse of standard +Oracle Open Office Calc : normal distribution;standard +Oracle Open Office Calc : normal distribution;statistics +Oracle Open Office Calc : NORMDIST function +Oracle Open Office Calc : NORMINV function +Oracle Open Office Calc : NORMSDIST function +Oracle Open Office Calc : NORMSINV function +Oracle Open Office Calc : NOT function +Oracle Open Office Calc : NOW function +Oracle Open Office Calc : NPER function +Oracle Open Office Calc : NPV function +Oracle Open Office Calc : null values +Oracle Open Office Calc : null values;printing +Oracle Open Office Calc : number completion on/off +Oracle Open Office Calc : number formats +Oracle Open Office Calc : number formats;adding/deleting decimal places in cells +Oracle Open Office Calc : number formats;codes +Oracle Open Office Calc : number formats;colors for negative numbers +Oracle Open Office Calc : number formats;formats +Oracle Open Office Calc : number formats;logical +Oracle Open Office Calc : number formats;millions +Oracle Open Office Calc : number formats;recognition in text tables +Oracle Open Office Calc : number of combinations +Oracle Open Office Calc : number of combinations with repetitions +Oracle Open Office Calc : number of coupons +Oracle Open Office Calc : number of days +Oracle Open Office Calc : number of days;in a specific month of a year +Oracle Open Office Calc : number of days;in a specific year +Oracle Open Office Calc : number of entries +Oracle Open Office Calc : number of months between two dates +Oracle Open Office Calc : number of pages +Oracle Open Office Calc : number of payment periods +Oracle Open Office Calc : number of permutations +Oracle Open Office Calc : number of sheets +Oracle Open Office Calc : number of sheets;function +Oracle Open Office Calc : number of sheets +Oracle Open Office Calc : number of tables +Oracle Open Office Calc : number of weeks +Oracle Open Office Calc : number of weeks;between two dates +Oracle Open Office Calc : number of weeks;in a specific year +Oracle Open Office Calc : number of years between two dates +Oracle Open Office Calc : number series import +Oracle Open Office Calc : numbering +Oracle Open Office Calc : numbering;options +Oracle Open Office Calc : numbering;turning off +Oracle Open Office Calc : numbering;using automatically +Oracle Open Office Calc : numbers +Oracle Open Office Calc : numbers;as text +Oracle Open Office Calc : numbers;changing text/number formats +Oracle Open Office Calc : numbers;counting +Oracle Open Office Calc : numbers;date, time and currency formats +Oracle Open Office Calc : numbers;decimal places +Oracle Open Office Calc : numbers;decimal places (Calc) +Oracle Open Office Calc : numbers;determining ranks +Oracle Open Office Calc : numbers;entering fractions +Oracle Open Office Calc : numbers;entering without number formats +Oracle Open Office Calc : numbers;filter sheets +Oracle Open Office Calc : numbers;formatting in tables +Oracle Open Office Calc : numbers;formatting options for selected cells +Oracle Open Office Calc : numbers;greater than or equal to +Oracle Open Office Calc : numbers;highlighting negative numbers +Oracle Open Office Calc : numbers;multiplying +Oracle Open Office Calc : numbers;rounded off +Oracle Open Office Calc : numbers;rounding down to next integer +Oracle Open Office Calc : numbers;rounding up/down to even integers +Oracle Open Office Calc : numbers;user-defined formatting in tables +Oracle Open Office Calc : numbers;with leading zeros +Oracle Open Office Calc : numerical fields in forms +Oracle Open Office Calc : objects +Oracle Open Office Calc : objects;always moveable (Impress/Draw) +Oracle Open Office Calc : objects;arranging within stacks +Oracle Open Office Calc : objects;copying when moving in presentations +Oracle Open Office Calc : objects;definition +Oracle Open Office Calc : objects;displaying in spreadsheets +Oracle Open Office Calc : objects;displaying in text documents +Oracle Open Office Calc : objects;editing +Oracle Open Office Calc : objects;inserting from Gallery +Oracle Open Office Calc : objects;inserting OLE objects +Oracle Open Office Calc : objects;moving and resizing with mouse +Oracle Open Office Calc : objects;naming +Oracle Open Office Calc : objects;opening +Oracle Open Office Calc : objects;properties of charts +Oracle Open Office Calc : objects;quickly moving to +Oracle Open Office Calc : objects;titles and descriptions +Oracle Open Office Calc : OCT2BIN function +Oracle Open Office Calc : OCT2DEC function +Oracle Open Office Calc : OCT2HEX function +Oracle Open Office Calc : ODBC +Oracle Open Office Calc : ODBC;database (Base) +Oracle Open Office Calc : ODBC;definition +Oracle Open Office Calc : ODD function +Oracle Open Office Calc : odd integers +Oracle Open Office Calc : ODDFPRICE function +Oracle Open Office Calc : ODDFYIELD function +Oracle Open Office Calc : ODDLPRICE function +Oracle Open Office Calc : ODDLYIELD function +Oracle Open Office Calc : ODF file formats +Oracle Open Office Calc : Office +Oracle Open Office Calc : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Calc : OFFSET function +Oracle Open Office Calc : OLE +Oracle Open Office Calc : OLE;definition +Oracle Open Office Calc : OLE objects +Oracle Open Office Calc : OLE objects;arranging within stacks +Oracle Open Office Calc : OLE objects;captions (Writer) +Oracle Open Office Calc : OLE objects;inserting +Oracle Open Office Calc : OLE objects;number of +Oracle Open Office Calc : OLE objects;protecting +Oracle Open Office Calc : one and a half line spacing in text +Oracle Open Office Calc : online feedback options +Oracle Open Office Calc : online registration +Oracle Open Office Calc : online update options +Oracle Open Office Calc : online updates +Oracle Open Office Calc : online updates;checking automatically +Oracle Open Office Calc : online updates;checking manually +Oracle Open Office Calc : Open/Save dialogs +Oracle Open Office Calc : OpenDocument file formats +Oracle Open Office Calc : OpenGL +Oracle Open Office Calc : OpenGL;definition +Oracle Open Office Calc : opening +Oracle Open Office Calc : opening;context menus +Oracle Open Office Calc : opening;database files +Oracle Open Office Calc : opening;dialog settings +Oracle Open Office Calc : opening;documents +Oracle Open Office Calc : opening;documents from other formats +Oracle Open Office Calc : opening;documents on WebDAV server +Oracle Open Office Calc : opening;files with links +Oracle Open Office Calc : opening;files, with placeholders +Oracle Open Office Calc : opening;forms +Oracle Open Office Calc : opening;Microsoft Office files +Oracle Open Office Calc : opening;mobile device documents +Oracle Open Office Calc : opening;objects +Oracle Open Office Calc : opening;reports +Oracle Open Office Calc : opening;scenarios +Oracle Open Office Calc : opening;several files +Oracle Open Office Calc : opening;sheets in HTML +Oracle Open Office Calc : opening;text csv files +Oracle Open Office Calc : opening;XForms +Oracle Open Office Calc : operators +Oracle Open Office Calc : operators;default filters +Oracle Open Office Calc : operators;formula functions +Oracle Open Office Calc : optimal column widths +Oracle Open Office Calc : optimal row heights +Oracle Open Office Calc : optional hyphens (Writer) +Oracle Open Office Calc : options +Oracle Open Office Calc : options;accessibility +Oracle Open Office Calc : options;appearance +Oracle Open Office Calc : options;compatibility (Writer) +Oracle Open Office Calc : options;improvement program +Oracle Open Office Calc : options;network identity +Oracle Open Office Calc : options;online update +Oracle Open Office Calc : options;tools +Oracle Open Office Calc : OR function +Oracle Open Office Calc : Oracle databases (base) +Oracle Open Office Calc : Oracle Open Office Base data sources +Oracle Open Office Calc : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Calc : Oracle Open Office documents +Oracle Open Office Calc : Oracle Open Office documents;mobile device filters +Oracle Open Office Calc : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Calc : Oracle Open Office Math start +Oracle Open Office Calc : order of chart data +Oracle Open Office Calc : ordering +Oracle Open Office Calc : ordering;objects +Oracle Open Office Calc : organizing +Oracle Open Office Calc : organizing;macros and scripts +Oracle Open Office Calc : organizing;namespaces in XForms +Oracle Open Office Calc : organizing;styles +Oracle Open Office Calc : organizing;templates +Oracle Open Office Calc : original size +Oracle Open Office Calc : original size;printing in Oracle Open Office Math +Oracle Open Office Calc : original size;restoring after cropping +Oracle Open Office Calc : outlines +Oracle Open Office Calc : outlines;font effects +Oracle Open Office Calc : outlines;outline symbols +Oracle Open Office Calc : outlines;sending to presentations +Oracle Open Office Calc : outlines;sheets +Oracle Open Office Calc : output ranges of DataPilot tables +Oracle Open Office Calc : overwrite mode +Oracle Open Office Calc : packages, see extensions +Oracle Open Office Calc : page breaks +Oracle Open Office Calc : page breaks;displaying (Calc) +Oracle Open Office Calc : page breaks;inserting in spreadsheets +Oracle Open Office Calc : page breaks;spreadsheet preview +Oracle Open Office Calc : page formats +Oracle Open Office Calc : page formats;maximizing +Oracle Open Office Calc : page formats;restriction +Oracle Open Office Calc : page styles +Oracle Open Office Calc : page styles;editing/applying with statusbar +Oracle Open Office Calc : page styles;footers +Oracle Open Office Calc : page styles;headers +Oracle Open Office Calc : page views +Oracle Open Office Calc : page views;increasing scales +Oracle Open Office Calc : page views;reducing scales +Oracle Open Office Calc : pages +Oracle Open Office Calc : pages;backgrounds in all applications +Oracle Open Office Calc : pages;formatting and numbering +Oracle Open Office Calc : pages;order when printing +Oracle Open Office Calc : pages;printing page names in presentations +Oracle Open Office Calc : pages;scaling +Oracle Open Office Calc : pages;selecting one to print +Oracle Open Office Calc : paint box +Oracle Open Office Calc : paint can for applying styles +Oracle Open Office Calc : paint can symbol +Oracle Open Office Calc : pair kerning +Oracle Open Office Calc : Palm file filters +Oracle Open Office Calc : paper formats +Oracle Open Office Calc : paper size warning +Oracle Open Office Calc : paper trays +Oracle Open Office Calc : paragraph marks +Oracle Open Office Calc : paragraph marks;displaying (Writer) +Oracle Open Office Calc : paragraph styles +Oracle Open Office Calc : paragraph styles;languages +Oracle Open Office Calc : paragraph styles;modifying basic fonts +Oracle Open Office Calc : paragraphs +Oracle Open Office Calc : paragraphs;alignment +Oracle Open Office Calc : paragraphs;Asian typography +Oracle Open Office Calc : paragraphs;defining borders +Oracle Open Office Calc : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Calc : paragraphs;increasing indents of +Oracle Open Office Calc : paragraphs;indents, margins and columns +Oracle Open Office Calc : paragraphs;inserting bullets +Oracle Open Office Calc : paragraphs;joining +Oracle Open Office Calc : paragraphs;numbering automatically +Oracle Open Office Calc : paragraphs;removing blank ones +Oracle Open Office Calc : paragraphs;spacing +Oracle Open Office Calc : paragraphs;tab stops +Oracle Open Office Calc : parameters +Oracle Open Office Calc : parameters;command line +Oracle Open Office Calc : parameters;queries (Base) +Oracle Open Office Calc : passwords for protecting contents +Oracle Open Office Calc : pasting +Oracle Open Office Calc : pasting;cell ranges +Oracle Open Office Calc : pasting;cell ranges from spreadsheets +Oracle Open Office Calc : pasting;data from text documents +Oracle Open Office Calc : pasting;draw objects +Oracle Open Office Calc : pasting;draw objects from other documents +Oracle Open Office Calc : pasting;formatted/unformatted text +Oracle Open Office Calc : pasting;formulas +Oracle Open Office Calc : pasting;from data source view +Oracle Open Office Calc : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Calc : pasting;pictures from other documents +Oracle Open Office Calc : pasting;sheet areas in text documents +Oracle Open Office Calc : pasting;to Gallery +Oracle Open Office Calc : pasting;values in multiple sheets +Oracle Open Office Calc : paths +Oracle Open Office Calc : paths;changing work directory +Oracle Open Office Calc : paths;defaults +Oracle Open Office Calc : pattern editor +Oracle Open Office Calc : pattern fields +Oracle Open Office Calc : pattern fields;form functions +Oracle Open Office Calc : patterns for objects +Oracle Open Office Calc : payment periods +Oracle Open Office Calc : payment periods;number of +Oracle Open Office Calc : PDF +Oracle Open Office Calc : PDF;export +Oracle Open Office Calc : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Calc : PDF export of print ranges +Oracle Open Office Calc : PEARSON function +Oracle Open Office Calc : percentage calculations +Oracle Open Office Calc : PERCENTILE function +Oracle Open Office Calc : PERCENTRANK function +Oracle Open Office Calc : periodic amortizement rates +Oracle Open Office Calc : permitted cell contents +Oracle Open Office Calc : PERMUT function +Oracle Open Office Calc : PERMUTATIONA function +Oracle Open Office Calc : personal data input +Oracle Open Office Calc : PHI function +Oracle Open Office Calc : phonebook sorting rules +Oracle Open Office Calc : phonetic guide +Oracle Open Office Calc : PI function +Oracle Open Office Calc : picklist creation +Oracle Open Office Calc : pictures +Oracle Open Office Calc : pictures;adding to Gallery +Oracle Open Office Calc : pictures;arranging within stacks +Oracle Open Office Calc : pictures;assigning macros +Oracle Open Office Calc : pictures;backgrounds +Oracle Open Office Calc : pictures;captions (Writer) +Oracle Open Office Calc : pictures;changing paths +Oracle Open Office Calc : pictures;cropping and zooming +Oracle Open Office Calc : pictures;displaying in Calc +Oracle Open Office Calc : pictures;displaying in Writer (Writer) +Oracle Open Office Calc : pictures;drag and drop between documents +Oracle Open Office Calc : pictures;drawing +Oracle Open Office Calc : pictures;editing +Oracle Open Office Calc : pictures;filters +Oracle Open Office Calc : pictures;ImageMap +Oracle Open Office Calc : pictures;inserting automatically +Oracle Open Office Calc : pictures;inserting from Gallery +Oracle Open Office Calc : pictures;number of +Oracle Open Office Calc : pictures;printing +Oracle Open Office Calc : pictures;scaling/resizing +Oracle Open Office Calc : pie charts +Oracle Open Office Calc : pie charts;options +Oracle Open Office Calc : pie charts;types +Oracle Open Office Calc : Pivot table import +Oracle Open Office Calc : Pivot table, see DataPilot function +Oracle Open Office Calc : pixel editor +Oracle Open Office Calc : pixel graphics +Oracle Open Office Calc : pixel graphics;inserting and editing +Oracle Open Office Calc : pixel patterns +Oracle Open Office Calc : placeholders +Oracle Open Office Calc : placeholders;in SQL queries +Oracle Open Office Calc : placeholders;on opening files +Oracle Open Office Calc : placing toolbars +Oracle Open Office Calc : playing movies and sound files +Oracle Open Office Calc : plotting data as charts +Oracle Open Office Calc : plug-ins +Oracle Open Office Calc : plug-ins;activating and deactivating +Oracle Open Office Calc : plug-ins;definition +Oracle Open Office Calc : plug-ins;inserting +Oracle Open Office Calc : plus sign, see also operators +Oracle Open Office Calc : PMT function +Oracle Open Office Calc : pocket device appliances +Oracle Open Office Calc : Pocket PC file filters +Oracle Open Office Calc : points +Oracle Open Office Calc : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Calc : points of intersection +Oracle Open Office Calc : POISSON function +Oracle Open Office Calc : polygon drawing +Oracle Open Office Calc : pop-art filter +Oracle Open Office Calc : portable document format +Oracle Open Office Calc : positioning +Oracle Open Office Calc : positioning;axes +Oracle Open Office Calc : positioning;draw objects and controls +Oracle Open Office Calc : positioning;fonts +Oracle Open Office Calc : positioning;objects +Oracle Open Office Calc : positioning;toolbars +Oracle Open Office Calc : post method for form transmissions +Oracle Open Office Calc : posterizing filter +Oracle Open Office Calc : PostScript +Oracle Open Office Calc : PostScript;creating files +Oracle Open Office Calc : PostScript;PDF converter, UNIX +Oracle Open Office Calc : POWER function +Oracle Open Office Calc : PowerPoint export +Oracle Open Office Calc : powers of 2 calculations +Oracle Open Office Calc : PPMT function +Oracle Open Office Calc : precision as shown +Oracle Open Office Calc : precision as shown (Calc) +Oracle Open Office Calc : predefining fonts +Oracle Open Office Calc : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Calc : present values +Oracle Open Office Calc : presentations +Oracle Open Office Calc : presentations;creating/opening +Oracle Open Office Calc : presentations;inserting spreadsheet cells +Oracle Open Office Calc : presentations;live on the Internet +Oracle Open Office Calc : presentations;print menu +Oracle Open Office Calc : presentations;saving +Oracle Open Office Calc : presentations;saving automatically +Oracle Open Office Calc : presentations;saving in other formats +Oracle Open Office Calc : presentations;sending as e-mail +Oracle Open Office Calc : presentations;starting with wizard +Oracle Open Office Calc : presentations;wizards +Oracle Open Office Calc : Presenter Console shortcuts +Oracle Open Office Calc : press buttons, see push buttons +Oracle Open Office Calc : previews +Oracle Open Office Calc : previews;fonts lists +Oracle Open Office Calc : previews;page breaks for printing +Oracle Open Office Calc : PRICE function +Oracle Open Office Calc : PRICEDISC function +Oracle Open Office Calc : PRICEMAT function +Oracle Open Office Calc : prices +Oracle Open Office Calc : prices;fixed interest securities +Oracle Open Office Calc : prices;interest-bearing securities +Oracle Open Office Calc : prices;non-interest-bearing securities +Oracle Open Office Calc : prices;securities with irregular first interest date +Oracle Open Office Calc : prices;treasury bills +Oracle Open Office Calc : primary keys +Oracle Open Office Calc : primary keys;defining +Oracle Open Office Calc : primary keys;design view +Oracle Open Office Calc : primary keys;inserting (Base) +Oracle Open Office Calc : print area selection +Oracle Open Office Calc : print ranges +Oracle Open Office Calc : printer metrics for document formatting (Writer) +Oracle Open Office Calc : printers +Oracle Open Office Calc : printers;adding, UNIX +Oracle Open Office Calc : printers;choosing +Oracle Open Office Calc : printers;default printer +Oracle Open Office Calc : printers;faxes under UNIX +Oracle Open Office Calc : printers;maximum page formats +Oracle Open Office Calc : printers;paper trays +Oracle Open Office Calc : printers;properties +Oracle Open Office Calc : printing +Oracle Open Office Calc : printing;black and white +Oracle Open Office Calc : printing;brochures +Oracle Open Office Calc : printing;cells +Oracle Open Office Calc : printing;colors in grayscale +Oracle Open Office Calc : printing;comments +Oracle Open Office Calc : printing;copies +Oracle Open Office Calc : printing;creating individual jobs +Oracle Open Office Calc : printing;dates in presentations +Oracle Open Office Calc : printing;directly +Oracle Open Office Calc : printing;documents +Oracle Open Office Calc : printing;drawings defaults +Oracle Open Office Calc : printing;elements in text documents +Oracle Open Office Calc : printing;faster +Oracle Open Office Calc : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Calc : printing;fitting to pages in presentations +Oracle Open Office Calc : printing;formulas in Oracle Open Office Math +Oracle Open Office Calc : printing;hidden pages of presentations +Oracle Open Office Calc : printing;in original size in Oracle Open Office Math +Oracle Open Office Calc : printing;landscape +Oracle Open Office Calc : printing;left/right pages +Oracle Open Office Calc : printing;page order +Oracle Open Office Calc : printing;queries (Base) +Oracle Open Office Calc : printing;rows/columns as table headings +Oracle Open Office Calc : printing;scaling in Oracle Open Office Math +Oracle Open Office Calc : printing;selections +Oracle Open Office Calc : printing;sheet counts +Oracle Open Office Calc : printing;sheet details +Oracle Open Office Calc : printing;sheet selections +Oracle Open Office Calc : printing;sheets on multiple pages +Oracle Open Office Calc : printing;text always in black +Oracle Open Office Calc : printing;text in reverse order +Oracle Open Office Calc : printing;tiling pages in presentations +Oracle Open Office Calc : printing;transparencies +Oracle Open Office Calc : printing;warnings +Oracle Open Office Calc : printing;without scaling in presentations +Oracle Open Office Calc : printing speed +Oracle Open Office Calc : PROB function +Oracle Open Office Calc : probabilities of samples with binomial distribution +Oracle Open Office Calc : PRODUCT function +Oracle Open Office Calc : programming +Oracle Open Office Calc : programming;add-ins +Oracle Open Office Calc : programming;functions +Oracle Open Office Calc : programming;Oracle Open Office +Oracle Open Office Calc : programming;scripting +Oracle Open Office Calc : PROPER function +Oracle Open Office Calc : properties +Oracle Open Office Calc : properties;charts +Oracle Open Office Calc : properties;fields in databases +Oracle Open Office Calc : properties;files +Oracle Open Office Calc : properties;form controls +Oracle Open Office Calc : properties;forms +Oracle Open Office Calc : properties;printers +Oracle Open Office Calc : properties;smooth lines in line charts/XY charts +Oracle Open Office Calc : protected contents +Oracle Open Office Calc : protected dashes +Oracle Open Office Calc : protected database tables +Oracle Open Office Calc : protected documents +Oracle Open Office Calc : protected spaces +Oracle Open Office Calc : protected spaces;inserting +Oracle Open Office Calc : protected spaces;showing (Writer) +Oracle Open Office Calc : protecting +Oracle Open Office Calc : protecting;cells and sheets +Oracle Open Office Calc : protecting;contents +Oracle Open Office Calc : protecting;recorded changes +Oracle Open Office Calc : protecting;unprotecting cells +Oracle Open Office Calc : proxy settings +Oracle Open Office Calc : push buttons +Oracle Open Office Calc : push buttons;adding to documents +Oracle Open Office Calc : push buttons;creating +Oracle Open Office Calc : PV function +Oracle Open Office Calc : QUARTILE function +Oracle Open Office Calc : queries +Oracle Open Office Calc : queries;copying (Base) +Oracle Open Office Calc : queries;creating in design view (Base) +Oracle Open Office Calc : queries;creating in SQL view +Oracle Open Office Calc : queries;defining (Base) +Oracle Open Office Calc : queries;deleting table links (Base) +Oracle Open Office Calc : queries;editing in data source view +Oracle Open Office Calc : queries;formulating filter conditions (Base) +Oracle Open Office Calc : queries;joining tables (Base) +Oracle Open Office Calc : queries;missing elements (Base) +Oracle Open Office Calc : queries;overview (Base) +Oracle Open Office Calc : queries;parameter queries (Base) +Oracle Open Office Calc : queries;printing (Base) +Oracle Open Office Calc : Query Wizard (Base) +Oracle Open Office Calc : Quickstarter +Oracle Open Office Calc : quotation marks +Oracle Open Office Calc : quotation marks;replacing +Oracle Open Office Calc : quotes +Oracle Open Office Calc : quotes;custom +Oracle Open Office Calc : QUOTIENT function +Oracle Open Office Calc : radar charts, see net charts +Oracle Open Office Calc : RADIANS function +Oracle Open Office Calc : radio button creation +Oracle Open Office Calc : RAND function +Oracle Open Office Calc : RANDBETWEEN function +Oracle Open Office Calc : random numbers +Oracle Open Office Calc : random numbers;between 0 and 1 +Oracle Open Office Calc : random numbers;between limits +Oracle Open Office Calc : random numbers;examples +Oracle Open Office Calc : ranges +Oracle Open Office Calc : ranges;combining +Oracle Open Office Calc : ranges;defining database ranges +Oracle Open Office Calc : ranges;inserting in tables +Oracle Open Office Calc : ranges;print ranges +Oracle Open Office Calc : RANK function +Oracle Open Office Calc : RATE function +Oracle Open Office Calc : rates of return +Oracle Open Office Calc : rates of return;non-interest-bearing securities +Oracle Open Office Calc : rates of return;securities +Oracle Open Office Calc : rates of return;securities with interest paid on maturity +Oracle Open Office Calc : rates of return of treasury bills +Oracle Open Office Calc : read-only documents +Oracle Open Office Calc : read-only documents;cursor +Oracle Open Office Calc : read-only documents;database tables on/off +Oracle Open Office Calc : read-only documents;editing +Oracle Open Office Calc : read-only documents;opening documents as +Oracle Open Office Calc : read-only items in Data Navigator +Oracle Open Office Calc : recalculating +Oracle Open Office Calc : recalculating;all formulas in sheets +Oracle Open Office Calc : recalculating;auto calculating sheets +Oracle Open Office Calc : recalculating;DataPilot tables +Oracle Open Office Calc : RECEIVED function +Oracle Open Office Calc : recognizing +Oracle Open Office Calc : recognizing;column and row labels +Oracle Open Office Calc : recognizing;equal numbers +Oracle Open Office Calc : recognizing;general errors +Oracle Open Office Calc : recognizing formula cells +Oracle Open Office Calc : recognizing URLs automatically +Oracle Open Office Calc : recording +Oracle Open Office Calc : recording;changes +Oracle Open Office Calc : recording;macros +Oracle Open Office Calc : records +Oracle Open Office Calc : records;counting in Calc databases +Oracle Open Office Calc : records;inserting comments +Oracle Open Office Calc : records;protecting +Oracle Open Office Calc : records;saving +Oracle Open Office Calc : records;searching in databases +Oracle Open Office Calc : rectangles with round corners +Oracle Open Office Calc : recursions in spreadsheets +Oracle Open Office Calc : redo command +Oracle Open Office Calc : reduced printing +Oracle Open Office Calc : reference lines +Oracle Open Office Calc : reference operators +Oracle Open Office Calc : references +Oracle Open Office Calc : references;absolute/relative +Oracle Open Office Calc : references;by defined names +Oracle Open Office Calc : references;displaying in color (Calc) +Oracle Open Office Calc : references;expanding (Calc) +Oracle Open Office Calc : references;inserting by drag and drop +Oracle Open Office Calc : references;iterative (Calc) +Oracle Open Office Calc : references;testing cell contents +Oracle Open Office Calc : references;to cells +Oracle Open Office Calc : references;to cells in other sheets/documents +Oracle Open Office Calc : references;URL in cells +Oracle Open Office Calc : register-true +Oracle Open Office Calc : register-true;definition +Oracle Open Office Calc : registering +Oracle Open Office Calc : registering;address books +Oracle Open Office Calc : registering;databases (Base) +Oracle Open Office Calc : registering;Oracle Open Office +Oracle Open Office Calc : regression analysis +Oracle Open Office Calc : regression curves in charts +Oracle Open Office Calc : regression lines +Oracle Open Office Calc : regression lines;FORECAST function +Oracle Open Office Calc : regression lines;LINEST function +Oracle Open Office Calc : regular expressions +Oracle Open Office Calc : regular expressions;list of +Oracle Open Office Calc : regular expressions;opening files +Oracle Open Office Calc : relational databases (Base) +Oracle Open Office Calc : relations +Oracle Open Office Calc : relations;creating and deleting (Base) +Oracle Open Office Calc : relations;joining tables (Base) +Oracle Open Office Calc : relations;properties (Base) +Oracle Open Office Calc : relative addresses +Oracle Open Office Calc : relative hyperlinks +Oracle Open Office Calc : relative references +Oracle Open Office Calc : relative saving of URLs +Oracle Open Office Calc : reloading +Oracle Open Office Calc : reloading;documents +Oracle Open Office Calc : reloading;HTML documents, automatically +Oracle Open Office Calc : remainders of divisions +Oracle Open Office Calc : remarks on cells +Oracle Open Office Calc : remarks, see also comments +Oracle Open Office Calc : remote configurations +Oracle Open Office Calc : remove noise filter +Oracle Open Office Calc : removing +Oracle Open Office Calc : removing;bullets and numbering +Oracle Open Office Calc : removing;cell range filters +Oracle Open Office Calc : removing;filters +Oracle Open Office Calc : removing;form filters +Oracle Open Office Calc : removing, see also deleting +Oracle Open Office Calc : renaming +Oracle Open Office Calc : renaming;cells +Oracle Open Office Calc : renaming;sheets +Oracle Open Office Calc : reorganizing charts +Oracle Open Office Calc : repayment installment +Oracle Open Office Calc : repeating +Oracle Open Office Calc : repeating;columns/rows on printed pages +Oracle Open Office Calc : repeating;commands +Oracle Open Office Calc : REPLACE function +Oracle Open Office Calc : replacement options +Oracle Open Office Calc : replacement table +Oracle Open Office Calc : replacing +Oracle Open Office Calc : replacing;AutoCorrect function +Oracle Open Office Calc : replacing;cell contents +Oracle Open Office Calc : replacing;dashes +Oracle Open Office Calc : replacing;tab stops (regular expressions) +Oracle Open Office Calc : Report Builder +Oracle Open Office Calc : reports +Oracle Open Office Calc : reports;creating +Oracle Open Office Calc : reports;error reports +Oracle Open Office Calc : reports;opening and editing +Oracle Open Office Calc : reports;templates +Oracle Open Office Calc : REPT function +Oracle Open Office Calc : resetting +Oracle Open Office Calc : resetting;templates +Oracle Open Office Calc : resizing +Oracle Open Office Calc : resizing;objects, by mouse +Oracle Open Office Calc : resizing, see also scaling/zooming +Oracle Open Office Calc : resolution when printing bitmaps +Oracle Open Office Calc : restoring +Oracle Open Office Calc : restoring;default formatting +Oracle Open Office Calc : restoring;editing +Oracle Open Office Calc : results display vs. formulas display +Oracle Open Office Calc : reversing printing order +Oracle Open Office Calc : review function +Oracle Open Office Calc : review function;accepting or rejecting changes +Oracle Open Office Calc : review function;comparing documents +Oracle Open Office Calc : review function;protecting records +Oracle Open Office Calc : review function;recording changes example +Oracle Open Office Calc : rich text control +Oracle Open Office Calc : right alignment of paragraphs +Oracle Open Office Calc : RIGHT function +Oracle Open Office Calc : right joins (Base) +Oracle Open Office Calc : right-to-left text +Oracle Open Office Calc : right-to-left text +Oracle Open Office Calc : right-to-left text;spreadsheets +Oracle Open Office Calc : ROMAN function +Oracle Open Office Calc : ROT13 function +Oracle Open Office Calc : rotating +Oracle Open Office Calc : rotating;3D text +Oracle Open Office Calc : rotating;tables +Oracle Open Office Calc : rotating;text in cells +Oracle Open Office Calc : round corners +Oracle Open Office Calc : ROUND function +Oracle Open Office Calc : ROUNDDOWN function +Oracle Open Office Calc : rounded off numbers +Oracle Open Office Calc : rounding +Oracle Open Office Calc : rounding;down to nearest multiple of significance +Oracle Open Office Calc : rounding;down to next integer +Oracle Open Office Calc : rounding;up to multiples of significance +Oracle Open Office Calc : rounding;up/down to even integers +Oracle Open Office Calc : rounding;up/down to nearest odd integer +Oracle Open Office Calc : rounding precision +Oracle Open Office Calc : rounding precision (Calc) +Oracle Open Office Calc : ROUNDUP function +Oracle Open Office Calc : row breaks +Oracle Open Office Calc : row breaks;deleting +Oracle Open Office Calc : row breaks;inserting +Oracle Open Office Calc : ROW function +Oracle Open Office Calc : row headers +Oracle Open Office Calc : row headers;displaying (Calc) +Oracle Open Office Calc : row headers;hiding +Oracle Open Office Calc : row headers;highlighting (Calc) +Oracle Open Office Calc : row headers;using in formulas +Oracle Open Office Calc : rows +Oracle Open Office Calc : rows;deleting +Oracle Open Office Calc : rows;finding labels automatically +Oracle Open Office Calc : rows;freezing +Oracle Open Office Calc : rows;heights +Oracle Open Office Calc : rows;hiding +Oracle Open Office Calc : rows;inserting +Oracle Open Office Calc : rows;optimal heights +Oracle Open Office Calc : rows;removing/redisplaying with filters +Oracle Open Office Calc : rows;repeating when printing +Oracle Open Office Calc : rows;swapping with columns +Oracle Open Office Calc : rows;visible and invisible +Oracle Open Office Calc : ROWS function +Oracle Open Office Calc : rows, see also cells +Oracle Open Office Calc : RRI function +Oracle Open Office Calc : RSQ calculations +Oracle Open Office Calc : RSQ function +Oracle Open Office Calc : rulers +Oracle Open Office Calc : rulers;default settings +Oracle Open Office Calc : rulers;measurement units +Oracle Open Office Calc : rulers;visible in presentations +Oracle Open Office Calc : sales values +Oracle Open Office Calc : sales values;fixed interest securities +Oracle Open Office Calc : sales values;non-interest-bearing securities +Oracle Open Office Calc : samples and templates +Oracle Open Office Calc : sampling without replacement +Oracle Open Office Calc : saving +Oracle Open Office Calc : saving;as text csv +Oracle Open Office Calc : saving;default file formats +Oracle Open Office Calc : saving;dialog settings +Oracle Open Office Calc : saving;documents +Oracle Open Office Calc : saving;documents for mobile devices +Oracle Open Office Calc : saving;documents in other formats +Oracle Open Office Calc : saving;documents, automatically +Oracle Open Office Calc : saving;in Microsoft Office file format +Oracle Open Office Calc : saving;options +Oracle Open Office Calc : saving;sheets in HTML +Oracle Open Office Calc : saving;templates +Oracle Open Office Calc : saving;to XML +Oracle Open Office Calc : saving;VBA code in Microsoft Office documents +Oracle Open Office Calc : saving;with password by default +Oracle Open Office Calc : saving as command +Oracle Open Office Calc : saving as command;precautions +Oracle Open Office Calc : scalar products +Oracle Open Office Calc : scaling +Oracle Open Office Calc : scaling;axes +Oracle Open Office Calc : scaling;font sizes in user interface +Oracle Open Office Calc : scaling;objects +Oracle Open Office Calc : scaling;pictures +Oracle Open Office Calc : scaling;printing in Oracle Open Office Math +Oracle Open Office Calc : scaling;text in charts +Oracle Open Office Calc : scaling;when printing presentations +Oracle Open Office Calc : scaling, see also zooming +Oracle Open Office Calc : scatter charts +Oracle Open Office Calc : scenarios +Oracle Open Office Calc : scenarios;creating/editing/deleting +Oracle Open Office Calc : scenarios;displaying names +Oracle Open Office Calc : screen +Oracle Open Office Calc : screen;full screen views +Oracle Open Office Calc : screen;scaling +Oracle Open Office Calc : screen magnifiers +Oracle Open Office Calc : screen readers +Oracle Open Office Calc : script organization +Oracle Open Office Calc : scrollbars +Oracle Open Office Calc : scrollbars;controls +Oracle Open Office Calc : scrollbars;displaying (Calc) +Oracle Open Office Calc : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Calc : scrolling prevention in tables +Oracle Open Office Calc : search criteria for database functions in cells +Oracle Open Office Calc : search engines +Oracle Open Office Calc : search engines;definition +Oracle Open Office Calc : search engines;selecting +Oracle Open Office Calc : SEARCH function +Oracle Open Office Calc : searching +Oracle Open Office Calc : searching;all sheets +Oracle Open Office Calc : searching;cell contents in Calc databases +Oracle Open Office Calc : searching;databases +Oracle Open Office Calc : searching;form filters +Oracle Open Office Calc : searching;Internet +Oracle Open Office Calc : searching;links in cells +Oracle Open Office Calc : searching;maximum values in columns +Oracle Open Office Calc : searching;minimum values in columns +Oracle Open Office Calc : searching;tables and forms +Oracle Open Office Calc : searching, see also finding +Oracle Open Office Calc : SECOND function +Oracle Open Office Calc : secondary axes in charts +Oracle Open Office Calc : sections +Oracle Open Office Calc : sections;backgrounds +Oracle Open Office Calc : securities +Oracle Open Office Calc : securities;first interest payment until settlement date +Oracle Open Office Calc : security +Oracle Open Office Calc : security;digital signatures +Oracle Open Office Calc : security;options for documents with macros +Oracle Open Office Calc : security;protecting contents +Oracle Open Office Calc : security;security levels for macros +Oracle Open Office Calc : security;warning dialogs with macros +Oracle Open Office Calc : selecting +Oracle Open Office Calc : selecting;cells +Oracle Open Office Calc : selecting;controls +Oracle Open Office Calc : selecting;formatting themes +Oracle Open Office Calc : selecting;measurement units +Oracle Open Office Calc : selecting;multiple sheets +Oracle Open Office Calc : selecting;objects +Oracle Open Office Calc : selecting;print areas +Oracle Open Office Calc : selecting;scenarios in Navigator +Oracle Open Office Calc : selecting;several files +Oracle Open Office Calc : selection clipboard +Oracle Open Office Calc : selection frames +Oracle Open Office Calc : selection lists +Oracle Open Office Calc : selection lists;filling cells +Oracle Open Office Calc : selection lists;validity +Oracle Open Office Calc : selection modes in spreadsheets +Oracle Open Office Calc : selection modes in text +Oracle Open Office Calc : sending +Oracle Open Office Calc : sending;AutoAbstract function in presentations +Oracle Open Office Calc : sending;documents as e-mail +Oracle Open Office Calc : sending;documents as faxes +Oracle Open Office Calc : separator lines +Oracle Open Office Calc : separator lines;defining +Oracle Open Office Calc : separators +Oracle Open Office Calc : separators;conditional +Oracle Open Office Calc : series +Oracle Open Office Calc : series;calculating +Oracle Open Office Calc : series;sort lists +Oracle Open Office Calc : SERIESSUM function +Oracle Open Office Calc : Server Side ImageMap +Oracle Open Office Calc : settings +Oracle Open Office Calc : settings;printers +Oracle Open Office Calc : settings;program configuration +Oracle Open Office Calc : settings;proxies +Oracle Open Office Calc : settings;tracking changes +Oracle Open Office Calc : settings;views +Oracle Open Office Calc : SGML +Oracle Open Office Calc : SGML;definition +Oracle Open Office Calc : shadows +Oracle Open Office Calc : shadows;areas +Oracle Open Office Calc : shadows;borders +Oracle Open Office Calc : shadows;characters +Oracle Open Office Calc : shadows;characters, using context menu +Oracle Open Office Calc : shared libraries +Oracle Open Office Calc : shared libraries;programming +Oracle Open Office Calc : sharing documents +Oracle Open Office Calc : sharpening filter +Oracle Open Office Calc : sheet area names +Oracle Open Office Calc : SHEET function +Oracle Open Office Calc : sheet grids +Oracle Open Office Calc : sheet grids;printing +Oracle Open Office Calc : sheet numbers +Oracle Open Office Calc : sheet numbers;looking up +Oracle Open Office Calc : sheet ranges +Oracle Open Office Calc : sheet ranges;filling +Oracle Open Office Calc : sheet references +Oracle Open Office Calc : sheet tabs +Oracle Open Office Calc : sheet tabs;displaying +Oracle Open Office Calc : sheet tabs;renaming +Oracle Open Office Calc : sheet tabs;using +Oracle Open Office Calc : sheets +Oracle Open Office Calc : sheets;AutoFormat function +Oracle Open Office Calc : sheets;creating +Oracle Open Office Calc : sheets;defining label ranges +Oracle Open Office Calc : sheets;deleting +Oracle Open Office Calc : sheets;displaying +Oracle Open Office Calc : sheets;filter values +Oracle Open Office Calc : sheets;formatting themes +Oracle Open Office Calc : sheets;hiding +Oracle Open Office Calc : sheets;hiding details +Oracle Open Office Calc : sheets;HTML +Oracle Open Office Calc : sheets;inserting +Oracle Open Office Calc : sheets;inserting row breaks +Oracle Open Office Calc : sheets;optimal row heights +Oracle Open Office Calc : sheets;outlines +Oracle Open Office Calc : sheets;printing details +Oracle Open Office Calc : sheets;printing in landscape +Oracle Open Office Calc : sheets;printing on multiple pages +Oracle Open Office Calc : sheets;printing sheet counts +Oracle Open Office Calc : sheets;protecting +Oracle Open Office Calc : sheets;renaming +Oracle Open Office Calc : sheets;right-to-left +Oracle Open Office Calc : sheets;searching all +Oracle Open Office Calc : sheets;selecting multiple +Oracle Open Office Calc : sheets;showing multiple +Oracle Open Office Calc : sheets;simultaneous multiple filling +Oracle Open Office Calc : SHEETS function +Oracle Open Office Calc : shortcut keys +Oracle Open Office Calc : shortcut keys;assigning macros +Oracle Open Office Calc : shortcut keys;charts +Oracle Open Office Calc : shortcut keys;general +Oracle Open Office Calc : shortcut keys;in databases +Oracle Open Office Calc : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Calc : shortcut keys;Oracle Open Office Calc accessibility +Oracle Open Office Calc : shortcut keys;spreadsheets +Oracle Open Office Calc : showing +Oracle Open Office Calc : showing;cell references +Oracle Open Office Calc : showing;changes +Oracle Open Office Calc : showing;columns +Oracle Open Office Calc : showing;docked windows +Oracle Open Office Calc : showing;drawings and controls (Writer) +Oracle Open Office Calc : showing;live presentations on the Internet +Oracle Open Office Calc : showing;rows +Oracle Open Office Calc : showing;sheet details +Oracle Open Office Calc : showing;toolbars +Oracle Open Office Calc : SIGN function +Oracle Open Office Calc : signing documents with digital signatures +Oracle Open Office Calc : similarity search +Oracle Open Office Calc : simple handles (Writer) +Oracle Open Office Calc : simplified Chinese +Oracle Open Office Calc : simplified Chinese;translating to traditional Chinese +Oracle Open Office Calc : SIN function +Oracle Open Office Calc : single sign on options +Oracle Open Office Calc : single-line spacing in text +Oracle Open Office Calc : SINH function +Oracle Open Office Calc : sizes +Oracle Open Office Calc : sizes;draw objects +Oracle Open Office Calc : sizes;pictures +Oracle Open Office Calc : SKEW function +Oracle Open Office Calc : slanting draw objects +Oracle Open Office Calc : SLN function +Oracle Open Office Calc : SLOPE function +Oracle Open Office Calc : slopes, see also regression lines +Oracle Open Office Calc : small capitals +Oracle Open Office Calc : SMALL function +Oracle Open Office Calc : small icons +Oracle Open Office Calc : smart tag configuration +Oracle Open Office Calc : smooth scrolling (Writer) +Oracle Open Office Calc : smoothing filter +Oracle Open Office Calc : snap grid defaults (Writer/Calc) +Oracle Open Office Calc : snapping in presentations and drawings +Oracle Open Office Calc : solarization filter +Oracle Open Office Calc : solver +Oracle Open Office Calc : sort lists +Oracle Open Office Calc : sort lists;applying +Oracle Open Office Calc : sort lists;copying to in Calc +Oracle Open Office Calc : sorting +Oracle Open Office Calc : sorting;Asian languages +Oracle Open Office Calc : sorting;data in forms +Oracle Open Office Calc : sorting;database ranges +Oracle Open Office Calc : sorting;databases +Oracle Open Office Calc : sorting;options for database ranges +Oracle Open Office Calc : sorting;options in Data Pilot +Oracle Open Office Calc : sorting;sort criteria for database ranges +Oracle Open Office Calc : sound files +Oracle Open Office Calc : spaces +Oracle Open Office Calc : spaces;displaying (Writer) +Oracle Open Office Calc : spaces;ignoring double +Oracle Open Office Calc : spaces;inserting protected spaces +Oracle Open Office Calc : spaces;showing protected spaces (Writer) +Oracle Open Office Calc : spacing +Oracle Open Office Calc : spacing;between paragraphs in footnotes +Oracle Open Office Calc : spacing;font effects +Oracle Open Office Calc : spacing;lines and paragraphs +Oracle Open Office Calc : spacing;tab stops in text documents +Oracle Open Office Calc : spacing;tabs in presentations +Oracle Open Office Calc : spadmin +Oracle Open Office Calc : special characters +Oracle Open Office Calc : speech bubbles +Oracle Open Office Calc : speed of printing +Oracle Open Office Calc : spellcheck +Oracle Open Office Calc : spellcheck;activating for a language +Oracle Open Office Calc : spellcheck;context menus +Oracle Open Office Calc : spellcheck;default languages +Oracle Open Office Calc : spellcheck;dialog +Oracle Open Office Calc : spellcheck;dictionary of exceptions +Oracle Open Office Calc : spellcheck;ignore list +Oracle Open Office Calc : spin button creation +Oracle Open Office Calc : spoolfiles with Xprinter +Oracle Open Office Calc : spreadsheets +Oracle Open Office Calc : spreadsheets;as databases (base) +Oracle Open Office Calc : spreadsheets;backgrounds +Oracle Open Office Calc : spreadsheets;calculating +Oracle Open Office Calc : spreadsheets;copying +Oracle Open Office Calc : spreadsheets;copying areas to text documents +Oracle Open Office Calc : spreadsheets;creating/opening +Oracle Open Office Calc : spreadsheets;deleting +Oracle Open Office Calc : spreadsheets;deleting cell contents +Oracle Open Office Calc : spreadsheets;deleting cells +Oracle Open Office Calc : spreadsheets;deleting column breaks +Oracle Open Office Calc : spreadsheets;deleting row breaks +Oracle Open Office Calc : spreadsheets;displaying headers of columns/rows +Oracle Open Office Calc : spreadsheets;formatting +Oracle Open Office Calc : spreadsheets;formula bar +Oracle Open Office Calc : spreadsheets;functions +Oracle Open Office Calc : spreadsheets;hiding functions +Oracle Open Office Calc : spreadsheets;importing from/exporting to dBASE files +Oracle Open Office Calc : spreadsheets;inserting breaks in +Oracle Open Office Calc : spreadsheets;inserting cells +Oracle Open Office Calc : spreadsheets;inserting charts +Oracle Open Office Calc : spreadsheets;inserting column breaks +Oracle Open Office Calc : spreadsheets;inserting columns +Oracle Open Office Calc : spreadsheets;inserting database records +Oracle Open Office Calc : spreadsheets;inserting rows +Oracle Open Office Calc : spreadsheets;moving +Oracle Open Office Calc : spreadsheets;optimal column widths +Oracle Open Office Calc : spreadsheets;printing +Oracle Open Office Calc : spreadsheets;saving +Oracle Open Office Calc : spreadsheets;saving automatically +Oracle Open Office Calc : spreadsheets;saving in other formats +Oracle Open Office Calc : spreadsheets;sending as e-mail +Oracle Open Office Calc : spreadsheets;shortcut keys in +Oracle Open Office Calc : spreadsheets;showing columns +Oracle Open Office Calc : spreadsheets;value highlighting +Oracle Open Office Calc : spreadsheets;values as shown +Oracle Open Office Calc : SQL +Oracle Open Office Calc : SQL;definition +Oracle Open Office Calc : SQL;DISTINCT parameter +Oracle Open Office Calc : SQL;executing SQL commands +Oracle Open Office Calc : SQL;executing SQL statements (Base) +Oracle Open Office Calc : SQL;queries (Base) +Oracle Open Office Calc : SQRT function +Oracle Open Office Calc : SQRTPI function +Oracle Open Office Calc : square drawings +Oracle Open Office Calc : square number additions +Oracle Open Office Calc : square roots +Oracle Open Office Calc : square roots;positive numbers +Oracle Open Office Calc : square roots;products of Pi +Oracle Open Office Calc : standard bar on/off +Oracle Open Office Calc : standard deviation in charts +Oracle Open Office Calc : standard deviations in databases +Oracle Open Office Calc : standard deviations in databases;based on a sample +Oracle Open Office Calc : standard deviations in databases;based on populations +Oracle Open Office Calc : standard deviations in statistics +Oracle Open Office Calc : standard deviations in statistics;based on a population +Oracle Open Office Calc : standard deviations in statistics;based on a sample +Oracle Open Office Calc : standard errors +Oracle Open Office Calc : standard errors;array functions +Oracle Open Office Calc : standard errors;statistical functions +Oracle Open Office Calc : standard filters in databases +Oracle Open Office Calc : standard printer under UNIX +Oracle Open Office Calc : STANDARDIZE function +Oracle Open Office Calc : start center +Oracle Open Office Calc : start parameters +Oracle Open Office Calc : statistics functions +Oracle Open Office Calc : statistics in charts +Oracle Open Office Calc : status bar on/off +Oracle Open Office Calc : STDEV function +Oracle Open Office Calc : STDEVA function +Oracle Open Office Calc : STDEVP function +Oracle Open Office Calc : STDEVPA function +Oracle Open Office Calc : STEYX function +Oracle Open Office Calc : stickers +Oracle Open Office Calc : stock charts +Oracle Open Office Calc : straight-line depreciations +Oracle Open Office Calc : strikethrough +Oracle Open Office Calc : strikethrough;characters +Oracle Open Office Calc : strikethrough;font effects +Oracle Open Office Calc : STYLE function +Oracle Open Office Calc : STYLE function example +Oracle Open Office Calc : styles +Oracle Open Office Calc : styles;'changed' message +Oracle Open Office Calc : styles;conditional styles +Oracle Open Office Calc : styles;copying between documents +Oracle Open Office Calc : styles;keyboard shortcuts +Oracle Open Office Calc : styles;organizing +Oracle Open Office Calc : styles;printing styles used in a document +Oracle Open Office Calc : styles;replacing automatically +Oracle Open Office Calc : Styles and Formatting window +Oracle Open Office Calc : Styles and Formatting window;docking +Oracle Open Office Calc : Styles and Formatting window +Oracle Open Office Calc : Stylist, see Styles and Formatting window +Oracle Open Office Calc : subforms +Oracle Open Office Calc : subforms;creating +Oracle Open Office Calc : subforms;description +Oracle Open Office Calc : submitting forms +Oracle Open Office Calc : subscript text in cells +Oracle Open Office Calc : SUBSTITUTE function +Oracle Open Office Calc : SUBTOTAL function +Oracle Open Office Calc : subtotals +Oracle Open Office Calc : subtotals;sorting options +Oracle Open Office Calc : suffixes in file formats +Oracle Open Office Calc : SUM function +Oracle Open Office Calc : sum icon +Oracle Open Office Calc : SUMIF function +Oracle Open Office Calc : SUMPRODUCT function +Oracle Open Office Calc : sums +Oracle Open Office Calc : sums;cells in Calc databases +Oracle Open Office Calc : sums;of filtered data +Oracle Open Office Calc : sums;of square numbers +Oracle Open Office Calc : sums;of squares of deviations +Oracle Open Office Calc : SUMSQ function +Oracle Open Office Calc : SUMX2MY2 function +Oracle Open Office Calc : SUMX2PY2 function +Oracle Open Office Calc : SUMXMY2 function +Oracle Open Office Calc : superscript text in cells +Oracle Open Office Calc : support on the Web +Oracle Open Office Calc : swapping tables +Oracle Open Office Calc : SYD function +Oracle Open Office Calc : syllables in spreadsheets +Oracle Open Office Calc : synchronizing +Oracle Open Office Calc : synchronizing;labels and business cards +Oracle Open Office Calc : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Calc : system address book registration +Oracle Open Office Calc : T function +Oracle Open Office Calc : t-distribution +Oracle Open Office Calc : tab stops +Oracle Open Office Calc : tab stops;displaying (Writer) +Oracle Open Office Calc : tab stops;inserting and editing +Oracle Open Office Calc : tab stops;regular expressions +Oracle Open Office Calc : tab stops;setting in sheets +Oracle Open Office Calc : tab stops;settings +Oracle Open Office Calc : tab stops;spacing in presentations +Oracle Open Office Calc : tab stops;spacing in text documents +Oracle Open Office Calc : table controls +Oracle Open Office Calc : table controls;form functions +Oracle Open Office Calc : table controls;keyboard-only edit mode +Oracle Open Office Calc : table controls;properties +Oracle Open Office Calc : table views of databases +Oracle Open Office Calc : Table Wizard (Base) +Oracle Open Office Calc : tables +Oracle Open Office Calc : tables;AutoFormat function +Oracle Open Office Calc : tables;backgrounds +Oracle Open Office Calc : tables;combining +Oracle Open Office Calc : tables;copying cell styles +Oracle Open Office Calc : tables;database ranges +Oracle Open Office Calc : tables;deactivating automatic changes in +Oracle Open Office Calc : tables;displaying formulas/values +Oracle Open Office Calc : tables;freezing +Oracle Open Office Calc : tables;importing/exporting as text +Oracle Open Office Calc : tables;inserting external data +Oracle Open Office Calc : tables;inserting line breaks +Oracle Open Office Calc : tables;merging cells +Oracle Open Office Calc : tables;multiple operations in +Oracle Open Office Calc : tables;number formats +Oracle Open Office Calc : tables;renaming +Oracle Open Office Calc : tables;rotating +Oracle Open Office Calc : tables;selecting ranges +Oracle Open Office Calc : tables;showing details +Oracle Open Office Calc : tables;splitting windows +Oracle Open Office Calc : tables;transposing +Oracle Open Office Calc : tables;views +Oracle Open Office Calc : tables in databases +Oracle Open Office Calc : tables in databases;access rights to (Base) +Oracle Open Office Calc : tables in databases;adding to queries +Oracle Open Office Calc : tables in databases;browsing and editing +Oracle Open Office Calc : tables in databases;copying database tables (Base) +Oracle Open Office Calc : tables in databases;creating +Oracle Open Office Calc : tables in databases;creating in design view (manually) +Oracle Open Office Calc : tables in databases;importing dBASE files +Oracle Open Office Calc : tables in databases;importing text formats (Base) +Oracle Open Office Calc : tables in databases;joining for queries (Base) +Oracle Open Office Calc : tables in databases;printing queries (Base) +Oracle Open Office Calc : tables in databases;relations (Base) +Oracle Open Office Calc : tables in databases;searching +Oracle Open Office Calc : tables in spreadsheets +Oracle Open Office Calc : tables in spreadsheets;copying data to other applications +Oracle Open Office Calc : tables in spreadsheets;defining borders +Oracle Open Office Calc : tables in spreadsheets;value highlighting +Oracle Open Office Calc : tables in text +Oracle Open Office Calc : tables in text;captions +Oracle Open Office Calc : tables in text;creating automatically +Oracle Open Office Calc : tables in text;default settings +Oracle Open Office Calc : tables in text;defining borders +Oracle Open Office Calc : tables in text;displaying +Oracle Open Office Calc : tables in text;printing +Oracle Open Office Calc : tabs +Oracle Open Office Calc : tabs;displaying sheet tabs +Oracle Open Office Calc : tags +Oracle Open Office Calc : tags;definition +Oracle Open Office Calc : tags;META tags +Oracle Open Office Calc : TAN function +Oracle Open Office Calc : TANH function +Oracle Open Office Calc : TBILLEQ function +Oracle Open Office Calc : TBILLPRICE function +Oracle Open Office Calc : TBILLYIELD function +Oracle Open Office Calc : TDIST function +Oracle Open Office Calc : templates +Oracle Open Office Calc : templates;agendas +Oracle Open Office Calc : templates;changing basic fonts +Oracle Open Office Calc : templates;database reports +Oracle Open Office Calc : templates;deleting +Oracle Open Office Calc : templates;editing and saving +Oracle Open Office Calc : templates;faxes +Oracle Open Office Calc : templates;importing and exporting +Oracle Open Office Calc : templates;letters +Oracle Open Office Calc : templates;new documents from templates +Oracle Open Office Calc : templates;opening documents with +Oracle Open Office Calc : templates;organizing +Oracle Open Office Calc : terminology +Oracle Open Office Calc : terminology;general glossary +Oracle Open Office Calc : terminology;Internet glossary +Oracle Open Office Calc : testing XML filters +Oracle Open Office Calc : text +Oracle Open Office Calc : text;animating +Oracle Open Office Calc : text;Asian layout +Oracle Open Office Calc : text;bold +Oracle Open Office Calc : text;coloring +Oracle Open Office Calc : text;copying by drag and drop +Oracle Open Office Calc : text;CTL languages +Oracle Open Office Calc : text;drawing pictures +Oracle Open Office Calc : text;font effects +Oracle Open Office Calc : text;font sizes +Oracle Open Office Calc : text;font styles +Oracle Open Office Calc : text;fonts and formats +Oracle Open Office Calc : text;Fontwork icons +Oracle Open Office Calc : text;hyperlinks +Oracle Open Office Calc : text;inserting special characters +Oracle Open Office Calc : text;italics +Oracle Open Office Calc : text;kerning +Oracle Open Office Calc : text;language selection +Oracle Open Office Calc : text;line spacing +Oracle Open Office Calc : text;overwriting or inserting +Oracle Open Office Calc : text;printing in black +Oracle Open Office Calc : text;replacing with format +Oracle Open Office Calc : text;selection modes +Oracle Open Office Calc : text;shadowed +Oracle Open Office Calc : text;text/draw objects +Oracle Open Office Calc : text attributes +Oracle Open Office Calc : text attributes;hyperlinks +Oracle Open Office Calc : text attributes;undoing +Oracle Open Office Calc : text boxes +Oracle Open Office Calc : text boxes;form functions +Oracle Open Office Calc : text boxes;positioning +Oracle Open Office Calc : text breaks in cells +Oracle Open Office Calc : text colors for better accessibility +Oracle Open Office Calc : text completion on/off +Oracle Open Office Calc : text concatenation AND +Oracle Open Office Calc : text databases (Base) +Oracle Open Office Calc : text documents +Oracle Open Office Calc : text documents;creating/opening +Oracle Open Office Calc : text documents;importing to spreadsheets +Oracle Open Office Calc : text documents;importing/exporting +Oracle Open Office Calc : text documents;inserting spreadsheet cells +Oracle Open Office Calc : text documents;print settings +Oracle Open Office Calc : text documents;printing +Oracle Open Office Calc : text documents;saving +Oracle Open Office Calc : text documents;saving automatically +Oracle Open Office Calc : text documents;saving in other formats +Oracle Open Office Calc : text documents;sending as e-mail +Oracle Open Office Calc : text effects +Oracle Open Office Calc : text file import and export +Oracle Open Office Calc : text flow +Oracle Open Office Calc : text flow;in cells +Oracle Open Office Calc : text formats +Oracle Open Office Calc : text formats;databases +Oracle Open Office Calc : text formats;for numbers +Oracle Open Office Calc : text formats;pasting +Oracle Open Office Calc : TEXT function +Oracle Open Office Calc : text in cells +Oracle Open Office Calc : text in cells;as addressing +Oracle Open Office Calc : text in cells;AutoInput function +Oracle Open Office Calc : text in cells;changing to numbers +Oracle Open Office Calc : text in cells;formatting +Oracle Open Office Calc : text in cells;functions +Oracle Open Office Calc : text in cells;multi-line +Oracle Open Office Calc : text in cells;writing vertically +Oracle Open Office Calc : text input fields +Oracle Open Office Calc : text layout for special languages +Oracle Open Office Calc : text objects +Oracle Open Office Calc : text objects;alignment +Oracle Open Office Calc : text objects;draw functions +Oracle Open Office Calc : text objects;fonts +Oracle Open Office Calc : text objects;in presentations and drawings +Oracle Open Office Calc : text operators +Oracle Open Office Calc : text overflow in spreadsheet cells +Oracle Open Office Calc : text scaling in charts +Oracle Open Office Calc : text to columns +Oracle Open Office Calc : text, see also text documents, paragraphs and characters +Oracle Open Office Calc : TextArt, see Fontwork +Oracle Open Office Calc : textures +Oracle Open Office Calc : textures;inserting from Gallery +Oracle Open Office Calc : textures;on chart bars +Oracle Open Office Calc : Thai +Oracle Open Office Calc : Thai;entering text +Oracle Open Office Calc : Thai;language settings +Oracle Open Office Calc : theme selection for sheets +Oracle Open Office Calc : thesaurus +Oracle Open Office Calc : thesaurus;activating for a language +Oracle Open Office Calc : ticker text +Oracle Open Office Calc : time differences +Oracle Open Office Calc : time fields +Oracle Open Office Calc : time fields;form functions +Oracle Open Office Calc : TIME function +Oracle Open Office Calc : times +Oracle Open Office Calc : times;in cells +Oracle Open Office Calc : times;inserting when printing presentations +Oracle Open Office Calc : times, formats +Oracle Open Office Calc : TIMEVALUE function +Oracle Open Office Calc : TINV function +Oracle Open Office Calc : tips +Oracle Open Office Calc : tips;extended tips in Help +Oracle Open Office Calc : title rows +Oracle Open Office Calc : title rows;freezing during table split +Oracle Open Office Calc : title rows;printing in Oracle Open Office Math +Oracle Open Office Calc : title rows;printing on all sheets +Oracle Open Office Calc : titles +Oracle Open Office Calc : titles;alignment (charts) +Oracle Open Office Calc : titles;changing +Oracle Open Office Calc : titles;editing in charts +Oracle Open Office Calc : titles;font effects +Oracle Open Office Calc : titles;formatting automatically +Oracle Open Office Calc : titles;formatting charts +Oracle Open Office Calc : titles;objects +Oracle Open Office Calc : TODAY function +Oracle Open Office Calc : toolbars +Oracle Open Office Calc : toolbars;adding buttons +Oracle Open Office Calc : toolbars;docking/undocking +Oracle Open Office Calc : toolbars;Form Navigation bar +Oracle Open Office Calc : toolbars;viewing/closing +Oracle Open Office Calc : tools bar +Oracle Open Office Calc : tooltips +Oracle Open Office Calc : tooltips;extended tips +Oracle Open Office Calc : tooltips;help +Oracle Open Office Calc : total amortizement rates +Oracle Open Office Calc : traces +Oracle Open Office Calc : traces;autorefreshing +Oracle Open Office Calc : traces;precedents and dependents +Oracle Open Office Calc : traces;precedents for multiple cells +Oracle Open Office Calc : traces;refreshing +Oracle Open Office Calc : tracing errors +Oracle Open Office Calc : traditional Chinese +Oracle Open Office Calc : traditional Chinese;translating to simplified chinese +Oracle Open Office Calc : transparency +Oracle Open Office Calc : transparency;areas +Oracle Open Office Calc : transparency;off for faster printing +Oracle Open Office Calc : transparency;saving +Oracle Open Office Calc : TRANSPOSE function +Oracle Open Office Calc : transposing tables +Oracle Open Office Calc : treasury bills +Oracle Open Office Calc : treasury bills;annual return +Oracle Open Office Calc : treasury bills;prices +Oracle Open Office Calc : treasury bills;rates of return +Oracle Open Office Calc : tree view of Help +Oracle Open Office Calc : TREND function +Oracle Open Office Calc : trend lines in charts +Oracle Open Office Calc : trigonometric functions +Oracle Open Office Calc : TRIM function +Oracle Open Office Calc : TRIMMEAN function +Oracle Open Office Calc : TRUE function +Oracle Open Office Calc : TRUNC function +Oracle Open Office Calc : TTEST function +Oracle Open Office Calc : TYPE function +Oracle Open Office Calc : typefaces +Oracle Open Office Calc : typefaces;adding under UNIX +Oracle Open Office Calc : typefaces;formats +Oracle Open Office Calc : typographical quotes in Oracle Open Office Writer +Oracle Open Office Calc : typography +Oracle Open Office Calc : typography;Asian +Oracle Open Office Calc : underlining +Oracle Open Office Calc : underlining;AutoFormat function +Oracle Open Office Calc : underlining;characters +Oracle Open Office Calc : underlining;text +Oracle Open Office Calc : undocking windows +Oracle Open Office Calc : undoing +Oracle Open Office Calc : undoing;direct formatting +Oracle Open Office Calc : undoing;editing +Oracle Open Office Calc : undoing;number of steps +Oracle Open Office Calc : ungrouping entries in DataPilot tables +Oracle Open Office Calc : ungrouping groups +Oracle Open Office Calc : UNICHAR function +Oracle Open Office Calc : UNICODE function +Oracle Open Office Calc : units +Oracle Open Office Calc : units;converting +Oracle Open Office Calc : units;measurement units +Oracle Open Office Calc : unmerging cells +Oracle Open Office Calc : UNO components +Oracle Open Office Calc : UNO components;Extension Manager +Oracle Open Office Calc : UNO components;integrating new +Oracle Open Office Calc : unprotecting cells +Oracle Open Office Calc : update options +Oracle Open Office Calc : updates +Oracle Open Office Calc : updates;checking automatically +Oracle Open Office Calc : updates;checking manually +Oracle Open Office Calc : updating +Oracle Open Office Calc : updating;DataPilot tables +Oracle Open Office Calc : updating;fields and charts, automatically (Writer) +Oracle Open Office Calc : updating;links in text documents +Oracle Open Office Calc : updating;links, on opening +Oracle Open Office Calc : updating;templates +Oracle Open Office Calc : updating;traces +Oracle Open Office Calc : UPPER function +Oracle Open Office Calc : URL +Oracle Open Office Calc : URL;changing hyperlink URLs +Oracle Open Office Calc : URL;definition +Oracle Open Office Calc : URL;in Calc +Oracle Open Office Calc : URL;in pictures +Oracle Open Office Calc : URL;saving absolute/relative paths +Oracle Open Office Calc : URL;turning off URL recognition +Oracle Open Office Calc : user data +Oracle Open Office Calc : user data;input +Oracle Open Office Calc : user data;removing when saving +Oracle Open Office Calc : user feedback +Oracle Open Office Calc : user feedback;automatically +Oracle Open Office Calc : user-defined dictionaries +Oracle Open Office Calc : user-defined dictionaries;creating +Oracle Open Office Calc : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Calc : user-defined dictionaries;editing +Oracle Open Office Calc : user-defined functions +Oracle Open Office Calc : user-defined styles +Oracle Open Office Calc : user-defined styles;automatically replacing +Oracle Open Office Calc : UTF-8/UCS2 support +Oracle Open Office Calc : validity +Oracle Open Office Calc : VALUE function +Oracle Open Office Calc : values +Oracle Open Office Calc : values;absolute +Oracle Open Office Calc : values;defining names +Oracle Open Office Calc : values;displaying in tables +Oracle Open Office Calc : values;highlighting +Oracle Open Office Calc : values;inserting in multiple cells +Oracle Open Office Calc : values;limiting on input +Oracle Open Office Calc : values;rounded as shown (Calc) +Oracle Open Office Calc : values;rounded in calculations +Oracle Open Office Calc : VAR function +Oracle Open Office Calc : VARA function +Oracle Open Office Calc : variables +Oracle Open Office Calc : variables;calculating equations +Oracle Open Office Calc : variables;defining names +Oracle Open Office Calc : variables;for paths +Oracle Open Office Calc : variances +Oracle Open Office Calc : variances;based on populations +Oracle Open Office Calc : variances;based on samples +Oracle Open Office Calc : variances +Oracle Open Office Calc : variances in charts +Oracle Open Office Calc : VARP function +Oracle Open Office Calc : VARPA function +Oracle Open Office Calc : VBA code +Oracle Open Office Calc : VBA code;loading/saving documents with VBA code +Oracle Open Office Calc : VDB function +Oracle Open Office Calc : version management +Oracle Open Office Calc : version numbers of documents +Oracle Open Office Calc : versions +Oracle Open Office Calc : versions;comparing documents +Oracle Open Office Calc : versions;file saving as, restriction +Oracle Open Office Calc : versions;merging document versions +Oracle Open Office Calc : versions;of a document +Oracle Open Office Calc : versions;Oracle Open Office +Oracle Open Office Calc : vertical callouts +Oracle Open Office Calc : vertical scrollbars (Writer) +Oracle Open Office Calc : vertical search function +Oracle Open Office Calc : vertical text boxes +Oracle Open Office Calc : videos +Oracle Open Office Calc : viewing +Oracle Open Office Calc : viewing;comments on cells +Oracle Open Office Calc : viewing;databases +Oracle Open Office Calc : viewing;file properties +Oracle Open Office Calc : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Calc : viewing;print ranges +Oracle Open Office Calc : viewing;toolbars +Oracle Open Office Calc : views +Oracle Open Office Calc : views;creating database views (Base) +Oracle Open Office Calc : views;defaults +Oracle Open Office Calc : views;full screen +Oracle Open Office Calc : views;icons +Oracle Open Office Calc : views;multiple sheets +Oracle Open Office Calc : views;scaling +Oracle Open Office Calc : views;tables +Oracle Open Office Calc : Visual Basic for Applications +Oracle Open Office Calc : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Calc : VLOOKUP function +Oracle Open Office Calc : watermarks +Oracle Open Office Calc : web documents +Oracle Open Office Calc : web documents;XForms +Oracle Open Office Calc : web pages +Oracle Open Office Calc : web pages;importing data +Oracle Open Office Calc : Web support +Oracle Open Office Calc : WebCast export +Oracle Open Office Calc : WebDAV over HTTPS +Oracle Open Office Calc : WebQuery filter +Oracle Open Office Calc : WEEKDAY function +Oracle Open Office Calc : WEEKNUM function +Oracle Open Office Calc : WEEKNUM_ADD function +Oracle Open Office Calc : WEEKS function +Oracle Open Office Calc : WEEKSINYEAR function +Oracle Open Office Calc : WEIBULL function +Oracle Open Office Calc : what if operations +Oracle Open Office Calc : what if operations;solver +Oracle Open Office Calc : what if operations;two variables +Oracle Open Office Calc : widths of cells +Oracle Open Office Calc : windows +Oracle Open Office Calc : windows;docking +Oracle Open Office Calc : windows;docking definition +Oracle Open Office Calc : windows;hiding/showing/docking +Oracle Open Office Calc : windows;new +Oracle Open Office Calc : windows;splitting +Oracle Open Office Calc : wizards +Oracle Open Office Calc : wizards;agendas +Oracle Open Office Calc : wizards;database queries +Oracle Open Office Calc : wizards;database tables (Base) +Oracle Open Office Calc : wizards;databases (Base) +Oracle Open Office Calc : wizards;document converter +Oracle Open Office Calc : wizards;Euro Converter +Oracle Open Office Calc : wizards;faxes +Oracle Open Office Calc : wizards;forms +Oracle Open Office Calc : wizards;functions +Oracle Open Office Calc : wizards;letters +Oracle Open Office Calc : wizards;macros (Base) +Oracle Open Office Calc : wizards;overview +Oracle Open Office Calc : wizards;presentations +Oracle Open Office Calc : wizards;reports +Oracle Open Office Calc : word completion on/off +Oracle Open Office Calc : Word documents +Oracle Open Office Calc : Word documents;compatibility +Oracle Open Office Calc : Word documents;saving as +Oracle Open Office Calc : WordArt, see Fontwork +Oracle Open Office Calc : words +Oracle Open Office Calc : words;automatically replacing +Oracle Open Office Calc : words;wrapping in cells +Oracle Open Office Calc : words;wrapping in CTL +Oracle Open Office Calc : WORKDAY function +Oracle Open Office Calc : working directory change +Oracle Open Office Calc : worksheet names +Oracle Open Office Calc : wrapping text +Oracle Open Office Calc : wrapping text;in cells +Oracle Open Office Calc : write protection on/off +Oracle Open Office Calc : writing aids options +Oracle Open Office Calc : WYSIWYG in fonts lists +Oracle Open Office Calc : X axes +Oracle Open Office Calc : X axes;grid formatting +Oracle Open Office Calc : X axes;positioning +Oracle Open Office Calc : X axes;scaling +Oracle Open Office Calc : X axes;showing +Oracle Open Office Calc : XForms +Oracle Open Office Calc : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Calc : XForms;conditions +Oracle Open Office Calc : XForms;opening/editing +Oracle Open Office Calc : XIRR function +Oracle Open Office Calc : XML converters +Oracle Open Office Calc : XML file formats +Oracle Open Office Calc : XML filters +Oracle Open Office Calc : XML filters;creating/testing +Oracle Open Office Calc : XML filters;saving as package/installing/deleting +Oracle Open Office Calc : XML filters;settings +Oracle Open Office Calc : XML Forms, see XForms +Oracle Open Office Calc : XNPV function +Oracle Open Office Calc : XSLT filters, see also XML filters +Oracle Open Office Calc : XY charts +Oracle Open Office Calc : Y axes +Oracle Open Office Calc : Y axes;formatting +Oracle Open Office Calc : Y axes;grid formatting +Oracle Open Office Calc : Y axes;positioning +Oracle Open Office Calc : Y axes;scaling +Oracle Open Office Calc : Y axes;showing +Oracle Open Office Calc : YEAR function +Oracle Open Office Calc : YEARFRAC function +Oracle Open Office Calc : years +Oracle Open Office Calc : years;2-digit options +Oracle Open Office Calc : years;2-digits +Oracle Open Office Calc : YEARS function +Oracle Open Office Calc : YIELD function +Oracle Open Office Calc : YIELDDISC function +Oracle Open Office Calc : YIELDMAT function +Oracle Open Office Calc : yields, see also rates of return +Oracle Open Office Calc : Z axes +Oracle Open Office Calc : Z axes;grid formatting +Oracle Open Office Calc : Z axes;showing +Oracle Open Office Calc : zero values +Oracle Open Office Calc : zero values;displaying (Calc) +Oracle Open Office Calc : zero values;entering leading zeros +Oracle Open Office Calc : zero values;printing +Oracle Open Office Calc : zooming +Oracle Open Office Calc : zooming;enlarging page views +Oracle Open Office Calc : zooming;page views +Oracle Open Office Calc : zooming;pictures +Oracle Open Office Calc : zooming;reducing page views +Oracle Open Office Calc : zooming;status bar +Oracle Open Office Calc : ZTEST function +Oracle Open Office Chart : 1/2 replacement +Oracle Open Office Chart : 3D charts +Oracle Open Office Chart : 3D text creation +Oracle Open Office Chart : abbreviation replacement +Oracle Open Office Chart : absolute hyperlinks +Oracle Open Office Chart : absolute saving of URLs +Oracle Open Office Chart : accents +Oracle Open Office Chart : Access databases (base) +Oracle Open Office Chart : access rights for database tables (Base) +Oracle Open Office Chart : accessibility +Oracle Open Office Chart : accessibility;general shortcuts +Oracle Open Office Chart : accessibility;options +Oracle Open Office Chart : accessibility;Oracle Open Office assistive technology +Oracle Open Office Chart : accessibility;Oracle Open Office features +Oracle Open Office Chart : activating +Oracle Open Office Chart : activating;context menus +Oracle Open Office Chart : activating;Error Report Tool +Oracle Open Office Chart : activating;extended help tips +Oracle Open Office Chart : activating;plug-ins +Oracle Open Office Chart : ActiveX control +Oracle Open Office Chart : Adabas D databases (base) +Oracle Open Office Chart : add-ons, see UNO components +Oracle Open Office Chart : additional selection mode +Oracle Open Office Chart : address books +Oracle Open Office Chart : address books;LDAP server (Base) +Oracle Open Office Chart : address books;registering +Oracle Open Office Chart : address labels from databases +Oracle Open Office Chart : ADO databases (Base) +Oracle Open Office Chart : Agenda Wizard +Oracle Open Office Chart : aging filter +Oracle Open Office Chart : aligning +Oracle Open Office Chart : aligning;2D charts +Oracle Open Office Chart : aligning;cells +Oracle Open Office Chart : aligning;objects +Oracle Open Office Chart : aligning;paragraphs +Oracle Open Office Chart : aligning;tables in text +Oracle Open Office Chart : aligning;text objects +Oracle Open Office Chart : aligning;titles in charts +Oracle Open Office Chart : alternative fonts +Oracle Open Office Chart : ampersand symbol, see also operators +Oracle Open Office Chart : anchors +Oracle Open Office Chart : anchors;changing +Oracle Open Office Chart : anchors;displaying (Calc) +Oracle Open Office Chart : anchors;types/positions for draw objects +Oracle Open Office Chart : animations +Oracle Open Office Chart : animations;accessibility options +Oracle Open Office Chart : appearance options +Oracle Open Office Chart : Arabic +Oracle Open Office Chart : Arabic;entering text +Oracle Open Office Chart : Arabic;language settings +Oracle Open Office Chart : area charts +Oracle Open Office Chart : areas +Oracle Open Office Chart : areas;bitmap patterns +Oracle Open Office Chart : areas;hatched/dotted +Oracle Open Office Chart : areas;shadows +Oracle Open Office Chart : areas;slanting +Oracle Open Office Chart : areas;styles +Oracle Open Office Chart : areas;transparency +Oracle Open Office Chart : arguments in command line +Oracle Open Office Chart : arranging +Oracle Open Office Chart : arranging;objects +Oracle Open Office Chart : arrows +Oracle Open Office Chart : arrows;defining arrow heads +Oracle Open Office Chart : arrows;defining arrow lines +Oracle Open Office Chart : arrows;drawing in text +Oracle Open Office Chart : ASCII +Oracle Open Office Chart : ASCII;definition +Oracle Open Office Chart : Asian languages +Oracle Open Office Chart : Asian languages;enabling +Oracle Open Office Chart : Asian Phonetic Guide +Oracle Open Office Chart : Asian typography +Oracle Open Office Chart : assigning scripts +Oracle Open Office Chart : assistive technology in Oracle Open Office +Oracle Open Office Chart : attaching toolbars +Oracle Open Office Chart : attachments in e-mails +Oracle Open Office Chart : audio +Oracle Open Office Chart : auto reloading HTML documents +Oracle Open Office Chart : AutoAbstract function for sending text to presentations +Oracle Open Office Chart : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Chart : AutoComplete function in text and list boxes +Oracle Open Office Chart : AutoCorrect function +Oracle Open Office Chart : AutoCorrect function;context menu +Oracle Open Office Chart : AutoCorrect function;options +Oracle Open Office Chart : AutoCorrect function;pictures and frames +Oracle Open Office Chart : AutoCorrect function;quotes +Oracle Open Office Chart : AutoCorrect function;replacement table +Oracle Open Office Chart : AutoCorrect function;switching on and off in Calc +Oracle Open Office Chart : AutoCorrect function;URL recognition +Oracle Open Office Chart : AutoFormat function +Oracle Open Office Chart : AutoFormat function;switching on and off +Oracle Open Office Chart : automatic captions (Writer) +Oracle Open Office Chart : automatic control focus +Oracle Open Office Chart : automatic hyperlink formatting +Oracle Open Office Chart : automatic line breaks +Oracle Open Office Chart : automatic lines/borders in text +Oracle Open Office Chart : automatic saving +Oracle Open Office Chart : AutoPilots, see wizards +Oracle Open Office Chart : AutoValue (Base) +Oracle Open Office Chart : averages in charts +Oracle Open Office Chart : axes +Oracle Open Office Chart : axes;better scaling +Oracle Open Office Chart : axes;formatting +Oracle Open Office Chart : axes;formatting grids +Oracle Open Office Chart : axes;inserting grids +Oracle Open Office Chart : axes;interval marks +Oracle Open Office Chart : axes;showing axes in charts +Oracle Open Office Chart : axes in charts +Oracle Open Office Chart : backgrounds +Oracle Open Office Chart : backgrounds;defining colors/pictures +Oracle Open Office Chart : backgrounds;frames/sections/indexes +Oracle Open Office Chart : backgrounds;inserting from Gallery +Oracle Open Office Chart : backgrounds;printing +Oracle Open Office Chart : backing window +Oracle Open Office Chart : backups +Oracle Open Office Chart : backups;automatic +Oracle Open Office Chart : backups;documents +Oracle Open Office Chart : bar charts +Oracle Open Office Chart : Basic +Oracle Open Office Chart : Basic;fonts for source display +Oracle Open Office Chart : Basic;programming +Oracle Open Office Chart : Basic;recording macros +Oracle Open Office Chart : basic fonts +Oracle Open Office Chart : Bézier curves +Oracle Open Office Chart : Bézier curves;control points in presentations +Oracle Open Office Chart : bi-directional writing +Oracle Open Office Chart : binding space +Oracle Open Office Chart : bitmaps +Oracle Open Office Chart : bitmaps;inserting and editing +Oracle Open Office Chart : bitmaps;off for faster printing +Oracle Open Office Chart : bitmaps;patterns +Oracle Open Office Chart : black and white printing +Oracle Open Office Chart : black printing in Calc +Oracle Open Office Chart : block selection mode +Oracle Open Office Chart : bold +Oracle Open Office Chart : bold;AutoFormat function +Oracle Open Office Chart : bold;text +Oracle Open Office Chart : bookmarks +Oracle Open Office Chart : bookmarks;Help +Oracle Open Office Chart : borders +Oracle Open Office Chart : borders;arranging +Oracle Open Office Chart : borders;cells on screen (Calc) +Oracle Open Office Chart : borders;for paragraphs +Oracle Open Office Chart : borders;for tables +Oracle Open Office Chart : borders;shadows +Oracle Open Office Chart : borders;table boundaries (Writer) +Oracle Open Office Chart : borders, see also frames +Oracle Open Office Chart : bound fields +Oracle Open Office Chart : bound fields;controls +Oracle Open Office Chart : boundaries of tables (Writer) +Oracle Open Office Chart : break display (Writer) +Oracle Open Office Chart : brochures +Oracle Open Office Chart : brochures;printing several +Oracle Open Office Chart : bubble charts +Oracle Open Office Chart : build numbers of Oracle Open Office +Oracle Open Office Chart : bullet lists +Oracle Open Office Chart : bullet lists;formatting options +Oracle Open Office Chart : bullets +Oracle Open Office Chart : bullets;paragraphs +Oracle Open Office Chart : bullets;replacing +Oracle Open Office Chart : bullets;turning off +Oracle Open Office Chart : business cards +Oracle Open Office Chart : business cards;creating and synchronizing +Oracle Open Office Chart : business cards;using templates +Oracle Open Office Chart : button bars, see toolbars +Oracle Open Office Chart : buttons +Oracle Open Office Chart : buttons;adding push buttons +Oracle Open Office Chart : buttons;big/small +Oracle Open Office Chart : buttons;editing hyperlink buttons +Oracle Open Office Chart : buttons;form functions +Oracle Open Office Chart : buttons;toolbars +Oracle Open Office Chart : cache for graphics +Oracle Open Office Chart : calculating +Oracle Open Office Chart : calculating;iterative references (Calc) +Oracle Open Office Chart : calculating;regression curves +Oracle Open Office Chart : callouts +Oracle Open Office Chart : callouts;drawings +Oracle Open Office Chart : capital letters +Oracle Open Office Chart : capital letters;AutoCorrect function +Oracle Open Office Chart : capital letters;font effects +Oracle Open Office Chart : captions +Oracle Open Office Chart : captions;automatic captions (Writer) +Oracle Open Office Chart : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Chart : captions, see also labels/callouts +Oracle Open Office Chart : cascading update (Base) +Oracle Open Office Chart : case sensitivity +Oracle Open Office Chart : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Chart : case sensitivity;searching +Oracle Open Office Chart : cells +Oracle Open Office Chart : cells;aligning +Oracle Open Office Chart : cells;coloring (Calc) +Oracle Open Office Chart : cells;cursor positions after input (Calc) +Oracle Open Office Chart : cells;formatting without effect (Calc) +Oracle Open Office Chart : cells;line breaks +Oracle Open Office Chart : cells;linked to controls +Oracle Open Office Chart : cells;number of +Oracle Open Office Chart : cells;pasting +Oracle Open Office Chart : cells;resetting formats +Oracle Open Office Chart : cells;showing grid lines (Calc) +Oracle Open Office Chart : centered text +Oracle Open Office Chart : centimeters +Oracle Open Office Chart : certificates +Oracle Open Office Chart : changes +Oracle Open Office Chart : changes;accepting or rejecting +Oracle Open Office Chart : changes;comparing to original +Oracle Open Office Chart : changes;protecting +Oracle Open Office Chart : changes;recording +Oracle Open Office Chart : changes;review function +Oracle Open Office Chart : changes;showing +Oracle Open Office Chart : changing +Oracle Open Office Chart : changing;document titles +Oracle Open Office Chart : changing;file associations in Setup program +Oracle Open Office Chart : changing;icon sizes +Oracle Open Office Chart : changing;links +Oracle Open Office Chart : changing;work directory +Oracle Open Office Chart : changing, see also editing and replacing +Oracle Open Office Chart : character styles +Oracle Open Office Chart : character styles;language selection +Oracle Open Office Chart : characters +Oracle Open Office Chart : characters;alternative fonts +Oracle Open Office Chart : characters;Asian layout +Oracle Open Office Chart : characters;bold +Oracle Open Office Chart : characters;coloring +Oracle Open Office Chart : characters;displaying only on screen (Writer) +Oracle Open Office Chart : characters;enabling CTL and Asian characters +Oracle Open Office Chart : characters;font effects +Oracle Open Office Chart : characters;fonts and formats +Oracle Open Office Chart : characters;hyperlinks +Oracle Open Office Chart : characters;italics +Oracle Open Office Chart : characters;language selection +Oracle Open Office Chart : characters;shadowed +Oracle Open Office Chart : characters;spacing +Oracle Open Office Chart : characters;special +Oracle Open Office Chart : characters;underlining +Oracle Open Office Chart : charcoal sketches filter +Oracle Open Office Chart : chart legends +Oracle Open Office Chart : chart legends;hiding +Oracle Open Office Chart : chart legends;showing icons with labels +Oracle Open Office Chart : chart types +Oracle Open Office Chart : chart types;area +Oracle Open Office Chart : chart types;bubble +Oracle Open Office Chart : chart types;column and bar +Oracle Open Office Chart : chart types;column and line +Oracle Open Office Chart : chart types;line +Oracle Open Office Chart : chart types;net +Oracle Open Office Chart : chart types;pie/donut +Oracle Open Office Chart : chart types;stock +Oracle Open Office Chart : chart types;XY (scatter) +Oracle Open Office Chart : charts +Oracle Open Office Chart : charts;3D views +Oracle Open Office Chart : charts;aligning +Oracle Open Office Chart : charts;arranging within stacks +Oracle Open Office Chart : charts;bars with textures +Oracle Open Office Chart : charts;choosing chart types +Oracle Open Office Chart : charts;colors +Oracle Open Office Chart : charts;copying with link to source cell range +Oracle Open Office Chart : charts;data labels +Oracle Open Office Chart : charts;displaying (Calc) +Oracle Open Office Chart : charts;editing axes +Oracle Open Office Chart : charts;editing data +Oracle Open Office Chart : charts;editing legends +Oracle Open Office Chart : charts;editing titles +Oracle Open Office Chart : charts;formatting areas +Oracle Open Office Chart : charts;formatting floors +Oracle Open Office Chart : charts;formatting walls +Oracle Open Office Chart : charts;inserting +Oracle Open Office Chart : charts;overview +Oracle Open Office Chart : charts;positioning axes +Oracle Open Office Chart : charts;properties +Oracle Open Office Chart : charts;reorganizing +Oracle Open Office Chart : charts;scaling axes +Oracle Open Office Chart : charts;scaling text +Oracle Open Office Chart : charts;shortcuts +Oracle Open Office Chart : charts;showing axes +Oracle Open Office Chart : charts;updating automatically (Writer) +Oracle Open Office Chart : check box creation +Oracle Open Office Chart : Chinese writing systems +Oracle Open Office Chart : choosing printers +Oracle Open Office Chart : circle drawings +Oracle Open Office Chart : Client Side ImageMap +Oracle Open Office Chart : clipboard +Oracle Open Office Chart : clipboard;cutting +Oracle Open Office Chart : clipboard;pasting +Oracle Open Office Chart : clipboard;pasting formatted/unformatted text +Oracle Open Office Chart : clipboard;selection clipboard +Oracle Open Office Chart : clipboard;Unix +Oracle Open Office Chart : closing +Oracle Open Office Chart : closing;documents +Oracle Open Office Chart : closing;toolbars +Oracle Open Office Chart : collaboration +Oracle Open Office Chart : color bar +Oracle Open Office Chart : colors +Oracle Open Office Chart : colors;adding +Oracle Open Office Chart : colors;appearance +Oracle Open Office Chart : colors;backgrounds +Oracle Open Office Chart : colors;charts +Oracle Open Office Chart : colors;fill format +Oracle Open Office Chart : colors;fonts +Oracle Open Office Chart : colors;grid lines and cells (Calc) +Oracle Open Office Chart : colors;models +Oracle Open Office Chart : colors;not printing +Oracle Open Office Chart : colors;printing in grayscale +Oracle Open Office Chart : colors;restriction (Calc) +Oracle Open Office Chart : colors;selection +Oracle Open Office Chart : column and line charts +Oracle Open Office Chart : column charts +Oracle Open Office Chart : column headers +Oracle Open Office Chart : column headers;displaying (Calc) +Oracle Open Office Chart : column headers;highlighting (Calc) +Oracle Open Office Chart : columns +Oracle Open Office Chart : columns;setting with the mouse +Oracle Open Office Chart : combination charts +Oracle Open Office Chart : combo box creation +Oracle Open Office Chart : command button creation +Oracle Open Office Chart : command buttons, see push buttons +Oracle Open Office Chart : command line parameters +Oracle Open Office Chart : commands +Oracle Open Office Chart : commands;repeating +Oracle Open Office Chart : commands;SQL +Oracle Open Office Chart : comments +Oracle Open Office Chart : comments;displaying (Calc) +Oracle Open Office Chart : comments;inserting/editing/deleting/printing +Oracle Open Office Chart : comments;on changes +Oracle Open Office Chart : comments;printing in text +Oracle Open Office Chart : common terms +Oracle Open Office Chart : common terms;Chinese dictionary +Oracle Open Office Chart : common terms;glossaries +Oracle Open Office Chart : common terms;Internet glossary +Oracle Open Office Chart : comparisons +Oracle Open Office Chart : comparisons;document versions +Oracle Open Office Chart : comparisons;operators in default filter dialog +Oracle Open Office Chart : compatibility settings for MS Word import +Oracle Open Office Chart : complete screen view +Oracle Open Office Chart : complex text layout +Oracle Open Office Chart : complex text layout;definition +Oracle Open Office Chart : complex text layout;enabling +Oracle Open Office Chart : complex text layout, see CTL +Oracle Open Office Chart : compose key to insert special characters +Oracle Open Office Chart : concatenation, see ampersand symbol +Oracle Open Office Chart : conditional separators +Oracle Open Office Chart : conditions +Oracle Open Office Chart : conditions;in number formats +Oracle Open Office Chart : conditions;items in Data Navigator +Oracle Open Office Chart : Configuration Manager +Oracle Open Office Chart : configuring +Oracle Open Office Chart : configuring;fax icon +Oracle Open Office Chart : configuring;Oracle Open Office +Oracle Open Office Chart : configuring;toolbars +Oracle Open Office Chart : connections to data sources (Base) +Oracle Open Office Chart : contents protection +Oracle Open Office Chart : context menus +Oracle Open Office Chart : control point display in presentations +Oracle Open Office Chart : controls +Oracle Open Office Chart : controls;activating in forms +Oracle Open Office Chart : controls;adding to documents +Oracle Open Office Chart : controls;arranging in forms +Oracle Open Office Chart : controls;arranging within stacks +Oracle Open Office Chart : controls;assigning data sources +Oracle Open Office Chart : controls;assigning macros (Basic) +Oracle Open Office Chart : controls;bound fields/list contents/linked cells +Oracle Open Office Chart : controls;events +Oracle Open Office Chart : controls;focus +Oracle Open Office Chart : controls;formatted fields +Oracle Open Office Chart : controls;grouping +Oracle Open Office Chart : controls;hidden +Oracle Open Office Chart : controls;inserting +Oracle Open Office Chart : controls;multi-line titles +Oracle Open Office Chart : controls;positions and sizes +Oracle Open Office Chart : controls;printing +Oracle Open Office Chart : controls;properties of form controls +Oracle Open Office Chart : controls;properties of table controls +Oracle Open Office Chart : controls;reference by SQL +Oracle Open Office Chart : controls;rich text control +Oracle Open Office Chart : controls;select mode +Oracle Open Office Chart : controls;showing (Writer) +Oracle Open Office Chart : converters +Oracle Open Office Chart : converters;Euro converter +Oracle Open Office Chart : converters;PostScript, UNIX +Oracle Open Office Chart : converters;XML +Oracle Open Office Chart : converting +Oracle Open Office Chart : converting;Hangul/Hanja +Oracle Open Office Chart : converting;metrics +Oracle Open Office Chart : converting;Microsoft documents +Oracle Open Office Chart : converting;Oracle Open Office documents +Oracle Open Office Chart : converting;Pocket PC formats +Oracle Open Office Chart : copies +Oracle Open Office Chart : copies;printing +Oracle Open Office Chart : copying +Oracle Open Office Chart : copying;by drag and drop +Oracle Open Office Chart : copying;data from text documents +Oracle Open Office Chart : copying;datasource records in spreadsheets +Oracle Open Office Chart : copying;draw objects +Oracle Open Office Chart : copying;draw objects between documents +Oracle Open Office Chart : copying;formatting +Oracle Open Office Chart : copying;from data source view +Oracle Open Office Chart : copying;from Gallery +Oracle Open Office Chart : copying;in Unix +Oracle Open Office Chart : copying;pictures, between documents +Oracle Open Office Chart : copying;sheet areas, to text documents +Oracle Open Office Chart : copying;to Gallery +Oracle Open Office Chart : copyright for Oracle Open Office +Oracle Open Office Chart : corner roundings +Oracle Open Office Chart : crash reports +Oracle Open Office Chart : criteria of query design (Base) +Oracle Open Office Chart : cropping pictures +Oracle Open Office Chart : CTL +Oracle Open Office Chart : CTL;(not) wrapping words +Oracle Open Office Chart : CTL;complex text layout languages +Oracle Open Office Chart : CTL;definition +Oracle Open Office Chart : CTL;options +Oracle Open Office Chart : currencies +Oracle Open Office Chart : currencies;converters +Oracle Open Office Chart : currencies;format codes +Oracle Open Office Chart : currency field creation +Oracle Open Office Chart : currency formats +Oracle Open Office Chart : cursor +Oracle Open Office Chart : cursor;allowing in protected areas (Writer) +Oracle Open Office Chart : cursor;in read-only text +Oracle Open Office Chart : cursor;quickly moving to an object +Oracle Open Office Chart : curves +Oracle Open Office Chart : curves;editing points +Oracle Open Office Chart : curves;properties in line charts/XY charts +Oracle Open Office Chart : custom dictionaries +Oracle Open Office Chart : custom dictionaries;editing +Oracle Open Office Chart : custom hyphens (Writer) +Oracle Open Office Chart : custom quotes +Oracle Open Office Chart : custom templates +Oracle Open Office Chart : customizing +Oracle Open Office Chart : customizing;events +Oracle Open Office Chart : customizing;keyboard +Oracle Open Office Chart : customizing;menus +Oracle Open Office Chart : customizing;Oracle Open Office +Oracle Open Office Chart : customizing;round corners +Oracle Open Office Chart : customizing;toolbars +Oracle Open Office Chart : cutting +Oracle Open Office Chart : dashes +Oracle Open Office Chart : data +Oracle Open Office Chart : data;filtering in forms +Oracle Open Office Chart : data;forms and subforms +Oracle Open Office Chart : data;read-only +Oracle Open Office Chart : data;sorting in forms +Oracle Open Office Chart : data;user data +Oracle Open Office Chart : data binding change in XForms +Oracle Open Office Chart : data labels in charts +Oracle Open Office Chart : Data Navigator +Oracle Open Office Chart : Data Navigator;adding/editing items +Oracle Open Office Chart : Data Navigator;display options +Oracle Open Office Chart : data ranges in charts +Oracle Open Office Chart : data series +Oracle Open Office Chart : data source browser +Oracle Open Office Chart : data source explorer +Oracle Open Office Chart : data source view +Oracle Open Office Chart : data source view;drag and drop +Oracle Open Office Chart : data source view;overview +Oracle Open Office Chart : data source view;showing +Oracle Open Office Chart : data sources +Oracle Open Office Chart : data sources;as tables +Oracle Open Office Chart : data sources;connection settings (Base) +Oracle Open Office Chart : data sources;copying records to spreadsheets +Oracle Open Office Chart : data sources;displaying current +Oracle Open Office Chart : data sources;LDAP server (Base) +Oracle Open Office Chart : data sources;Oracle Open Office Base +Oracle Open Office Chart : data sources;registering address books +Oracle Open Office Chart : data sources;reports +Oracle Open Office Chart : data sources;setting for stock charts +Oracle Open Office Chart : data sources;viewing +Oracle Open Office Chart : data structure of XForms +Oracle Open Office Chart : data values in charts +Oracle Open Office Chart : data, see also values +Oracle Open Office Chart : database contents +Oracle Open Office Chart : database contents;inserting as tables +Oracle Open Office Chart : database contents;inserting as text +Oracle Open Office Chart : database reports +Oracle Open Office Chart : Database Wizard (Base) +Oracle Open Office Chart : databases +Oracle Open Office Chart : databases;administration through SQL (Base) +Oracle Open Office Chart : databases;ADO (Base) +Oracle Open Office Chart : databases;connecting (Base) +Oracle Open Office Chart : databases;creating +Oracle Open Office Chart : databases;creating labels +Oracle Open Office Chart : databases;creating queries +Oracle Open Office Chart : databases;creating reports +Oracle Open Office Chart : databases;creating tables +Oracle Open Office Chart : databases;deleting (Base) +Oracle Open Office Chart : databases;drag and drop (Base) +Oracle Open Office Chart : databases;editing tables +Oracle Open Office Chart : databases;form filters +Oracle Open Office Chart : databases;formats (Base) +Oracle Open Office Chart : databases;importing/exporting +Oracle Open Office Chart : databases;JDBC (Base) +Oracle Open Office Chart : databases;main page (Base) +Oracle Open Office Chart : databases;ODBC (Base) +Oracle Open Office Chart : databases;overview +Oracle Open Office Chart : databases;registering (Base) +Oracle Open Office Chart : databases;searching records +Oracle Open Office Chart : databases;shortcut keys +Oracle Open Office Chart : databases;sorting +Oracle Open Office Chart : databases;standard filters +Oracle Open Office Chart : databases;text formats +Oracle Open Office Chart : databases;viewing +Oracle Open Office Chart : date fields +Oracle Open Office Chart : date fields;creating +Oracle Open Office Chart : date fields;properties +Oracle Open Office Chart : date formats +Oracle Open Office Chart : dates +Oracle Open Office Chart : dates;default (Calc) +Oracle Open Office Chart : dates;printing in presentations +Oracle Open Office Chart : dates;start 1900/01/01 (Calc) +Oracle Open Office Chart : dates;start 1904/01/01 (Calc) +Oracle Open Office Chart : dBASE +Oracle Open Office Chart : dBASE;database settings (Base) +Oracle Open Office Chart : DDE +Oracle Open Office Chart : DDE;definition +Oracle Open Office Chart : deactivating +Oracle Open Office Chart : deactivating;plug-ins +Oracle Open Office Chart : decimal places displayed (Calc) +Oracle Open Office Chart : decimal separator key +Oracle Open Office Chart : decimal tab stops +Oracle Open Office Chart : default directories +Oracle Open Office Chart : default filters +Oracle Open Office Chart : default filters;comparison operators +Oracle Open Office Chart : default filters;databases +Oracle Open Office Chart : default printer +Oracle Open Office Chart : default printer;setting up +Oracle Open Office Chart : default printer;UNIX +Oracle Open Office Chart : default templates +Oracle Open Office Chart : default templates;changing +Oracle Open Office Chart : default templates;organizing +Oracle Open Office Chart : defaults +Oracle Open Office Chart : defaults;documents +Oracle Open Office Chart : defaults;file formats in file dialogs +Oracle Open Office Chart : defaults;file formats in Oracle Open Office +Oracle Open Office Chart : defaults;fonts +Oracle Open Office Chart : defaults;grids (Writer/Calc) +Oracle Open Office Chart : defaults;languages +Oracle Open Office Chart : defaults;number formats +Oracle Open Office Chart : defaults;of saving +Oracle Open Office Chart : defaults;program configuration +Oracle Open Office Chart : defaults;tab stops in text +Oracle Open Office Chart : defaults;views +Oracle Open Office Chart : defining +Oracle Open Office Chart : defining;arrowheads and other line ends +Oracle Open Office Chart : defining;colors +Oracle Open Office Chart : defining;line styles +Oracle Open Office Chart : defining;paragraph borders +Oracle Open Office Chart : defining;queries (Base) +Oracle Open Office Chart : defining;table borders +Oracle Open Office Chart : deleting +Oracle Open Office Chart : deleting;all direct formatting +Oracle Open Office Chart : deleting;comments +Oracle Open Office Chart : deleting;databases (Base) +Oracle Open Office Chart : deleting;hyperlinks +Oracle Open Office Chart : deleting;lines in text +Oracle Open Office Chart : deleting;models/instances +Oracle Open Office Chart : deleting;namespaces in XForms +Oracle Open Office Chart : deleting;tab stops +Oracle Open Office Chart : deleting;templates +Oracle Open Office Chart : deleting;XML filters +Oracle Open Office Chart : depth stagger +Oracle Open Office Chart : descriptions for objects +Oracle Open Office Chart : design mode after saving +Oracle Open Office Chart : design view +Oracle Open Office Chart : design view;creating forms +Oracle Open Office Chart : design view;queries/views (Base) +Oracle Open Office Chart : designing +Oracle Open Office Chart : designing;database tables +Oracle Open Office Chart : designing;fonts +Oracle Open Office Chart : designing;queries (Base) +Oracle Open Office Chart : detaching toolbars +Oracle Open Office Chart : dictionaries +Oracle Open Office Chart : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Chart : dictionaries;creating +Oracle Open Office Chart : dictionaries;editing user-defined +Oracle Open Office Chart : dictionaries;spellcheck +Oracle Open Office Chart : dictionaries, see also languages +Oracle Open Office Chart : digital signatures +Oracle Open Office Chart : digital signatures;getting/managing/applying +Oracle Open Office Chart : digital signatures;overview +Oracle Open Office Chart : digital signatures;WebDAV over HTTPS +Oracle Open Office Chart : direct formatting +Oracle Open Office Chart : direct formatting;undoing all +Oracle Open Office Chart : directories +Oracle Open Office Chart : directories;creating new +Oracle Open Office Chart : directories;directory structure +Oracle Open Office Chart : disabled persons +Oracle Open Office Chart : displaying +Oracle Open Office Chart : displaying;comments (Calc) +Oracle Open Office Chart : displaying;comments in text documents +Oracle Open Office Chart : displaying;non-printing characters (Writer) +Oracle Open Office Chart : displaying;pictures and objects (Writer) +Oracle Open Office Chart : displaying;tables (Writer) +Oracle Open Office Chart : displaying;zero values (Calc) +Oracle Open Office Chart : distances +Oracle Open Office Chart : distinct values in SQL queries +Oracle Open Office Chart : distorting in drawings +Oracle Open Office Chart : distributing XML filters +Oracle Open Office Chart : docking +Oracle Open Office Chart : docking;definition +Oracle Open Office Chart : docking;toolbars +Oracle Open Office Chart : docking;windows +Oracle Open Office Chart : Document Converter Wizard +Oracle Open Office Chart : Document Map, see Navigator +Oracle Open Office Chart : document types in Oracle Open Office +Oracle Open Office Chart : documents +Oracle Open Office Chart : documents;changing titles +Oracle Open Office Chart : documents;closing +Oracle Open Office Chart : documents;comparing +Oracle Open Office Chart : documents;contents as lists +Oracle Open Office Chart : documents;editing time +Oracle Open Office Chart : documents;exporting +Oracle Open Office Chart : documents;importing +Oracle Open Office Chart : documents;languages +Oracle Open Office Chart : documents;measurement units in +Oracle Open Office Chart : documents;merging +Oracle Open Office Chart : documents;number of pages/tables/sheets +Oracle Open Office Chart : documents;opening +Oracle Open Office Chart : documents;opening in design mode +Oracle Open Office Chart : documents;opening with templates +Oracle Open Office Chart : documents;organizing +Oracle Open Office Chart : documents;printing +Oracle Open Office Chart : documents;read-only +Oracle Open Office Chart : documents;reloading +Oracle Open Office Chart : documents;saving +Oracle Open Office Chart : documents;saving automatically +Oracle Open Office Chart : documents;saving in other formats +Oracle Open Office Chart : documents;sending as e-mail +Oracle Open Office Chart : documents;styles changed +Oracle Open Office Chart : documents;version management +Oracle Open Office Chart : documents;version numbers +Oracle Open Office Chart : donut charts +Oracle Open Office Chart : dotted areas +Oracle Open Office Chart : double-line spacing in paragraphs +Oracle Open Office Chart : double-line writing in Asian layout +Oracle Open Office Chart : drag and drop +Oracle Open Office Chart : drag and drop;copying and pasting text +Oracle Open Office Chart : drag and drop;data source view +Oracle Open Office Chart : drag and drop;from Gallery to draw objects +Oracle Open Office Chart : drag and drop;overview +Oracle Open Office Chart : drag and drop;pictures +Oracle Open Office Chart : drag and drop;to Gallery +Oracle Open Office Chart : draw objects +Oracle Open Office Chart : draw objects;adding/editing/copying +Oracle Open Office Chart : draw objects;anchoring +Oracle Open Office Chart : draw objects;arranging within stacks +Oracle Open Office Chart : draw objects;copying between documents +Oracle Open Office Chart : draw objects;displaying (Calc) +Oracle Open Office Chart : draw objects;dropping Gallery pictures +Oracle Open Office Chart : draw objects;flipping +Oracle Open Office Chart : draw objects;legends +Oracle Open Office Chart : draw objects;positioning and resizing +Oracle Open Office Chart : draw objects;protecting +Oracle Open Office Chart : draw objects;slanting +Oracle Open Office Chart : draw objects;text in +Oracle Open Office Chart : Drawing bar +Oracle Open Office Chart : drawing lines in text +Oracle Open Office Chart : drawings +Oracle Open Office Chart : drawings;creating/opening +Oracle Open Office Chart : drawings;languages +Oracle Open Office Chart : drawings;printing +Oracle Open Office Chart : drawings;printing defaults +Oracle Open Office Chart : drawings;printing in text documents +Oracle Open Office Chart : drawings;saving +Oracle Open Office Chart : drawings;saving automatically +Oracle Open Office Chart : drawings;saving in other formats +Oracle Open Office Chart : drawings;sending as e-mail +Oracle Open Office Chart : drawings;showing (Writer) +Oracle Open Office Chart : drawings, see also draw objects +Oracle Open Office Chart : drop-down lists in form functions +Oracle Open Office Chart : e-mail attachments +Oracle Open Office Chart : Edit File icon +Oracle Open Office Chart : edit mode +Oracle Open Office Chart : edit mode;after opening +Oracle Open Office Chart : edit mode;through Enter key (Calc) +Oracle Open Office Chart : Edit Points bar +Oracle Open Office Chart : editing +Oracle Open Office Chart : editing;chart axes +Oracle Open Office Chart : editing;chart data +Oracle Open Office Chart : editing;chart legends +Oracle Open Office Chart : editing;chart titles +Oracle Open Office Chart : editing;comments +Oracle Open Office Chart : editing;data binding of XForms +Oracle Open Office Chart : editing;database tables and queries +Oracle Open Office Chart : editing;draw objects +Oracle Open Office Chart : editing;Fontwork objects +Oracle Open Office Chart : editing;hyperlinks +Oracle Open Office Chart : editing;menus +Oracle Open Office Chart : editing;objects +Oracle Open Office Chart : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Chart : editing;pictures +Oracle Open Office Chart : editing;reports +Oracle Open Office Chart : editing;shortcut keys +Oracle Open Office Chart : editing;tab stops +Oracle Open Office Chart : editing;templates +Oracle Open Office Chart : editing;titles +Oracle Open Office Chart : editing;toolbars +Oracle Open Office Chart : editing;undoing +Oracle Open Office Chart : editing;XForms +Oracle Open Office Chart : editing time of documents +Oracle Open Office Chart : editors +Oracle Open Office Chart : editors;formula editor +Oracle Open Office Chart : editors;ImageMap editor +Oracle Open Office Chart : effects +Oracle Open Office Chart : effects;font positions +Oracle Open Office Chart : effects;fonts +Oracle Open Office Chart : effects;Fontwork icons +Oracle Open Office Chart : empty documents +Oracle Open Office Chart : empty paragraph removal +Oracle Open Office Chart : encryption of contents +Oracle Open Office Chart : entering groups +Oracle Open Office Chart : entering text from right to left +Oracle Open Office Chart : equal sign, see also operators +Oracle Open Office Chart : equations in formula editor +Oracle Open Office Chart : error bars in charts +Oracle Open Office Chart : error indicators in charts +Oracle Open Office Chart : Error Report Tool +Oracle Open Office Chart : Euro +Oracle Open Office Chart : Euro;currency formats +Oracle Open Office Chart : Euro;Euro Converter Wizard +Oracle Open Office Chart : even/odd pages +Oracle Open Office Chart : even/odd pages;printing +Oracle Open Office Chart : events +Oracle Open Office Chart : events;assigning scripts +Oracle Open Office Chart : events;controls +Oracle Open Office Chart : events;customizing +Oracle Open Office Chart : events;in forms +Oracle Open Office Chart : Excel +Oracle Open Office Chart : Excel;saving as +Oracle Open Office Chart : Excel;search criteria +Oracle Open Office Chart : exceptions +Oracle Open Office Chart : exceptions;user-defined dictionaries +Oracle Open Office Chart : exchanging, see also replacing +Oracle Open Office Chart : executing SQL commands +Oracle Open Office Chart : exiting +Oracle Open Office Chart : exiting;groups +Oracle Open Office Chart : exiting;Oracle Open Office +Oracle Open Office Chart : expanding formatting (Calc) +Oracle Open Office Chart : explorer of data sources +Oracle Open Office Chart : export filters +Oracle Open Office Chart : exporting +Oracle Open Office Chart : exporting;bitmaps +Oracle Open Office Chart : exporting;HTML and text documents +Oracle Open Office Chart : exporting;Microsoft Office documents with VBA code +Oracle Open Office Chart : exporting;spreadsheets to text format +Oracle Open Office Chart : exporting;templates +Oracle Open Office Chart : exporting;to foreign formats +Oracle Open Office Chart : exporting;to HTML +Oracle Open Office Chart : exporting;to Microsoft Office formats +Oracle Open Office Chart : exporting;to PDF +Oracle Open Office Chart : exporting;to PostScript format +Oracle Open Office Chart : exporting;to XML +Oracle Open Office Chart : exporting;XML files +Oracle Open Office Chart : extended tips in Help +Oracle Open Office Chart : extension mode in text +Oracle Open Office Chart : extensions +Oracle Open Office Chart : extensions;Extension Manager +Oracle Open Office Chart : extensions;file formats +Oracle Open Office Chart : external keys (Base) +Oracle Open Office Chart : faster printing +Oracle Open Office Chart : faxes +Oracle Open Office Chart : faxes;configuring Oracle Open Office +Oracle Open Office Chart : faxes;fax programs/fax printers under UNIX +Oracle Open Office Chart : faxes;selecting a fax machine +Oracle Open Office Chart : faxes;sending +Oracle Open Office Chart : faxes;wizards +Oracle Open Office Chart : feedback +Oracle Open Office Chart : feedback;automatically +Oracle Open Office Chart : fields +Oracle Open Office Chart : fields;database tables +Oracle Open Office Chart : fields;displaying field codes (Writer) +Oracle Open Office Chart : fields;formatted fields +Oracle Open Office Chart : fields;updating automatically (Writer) +Oracle Open Office Chart : file associations for Microsoft Office +Oracle Open Office Chart : file filters +Oracle Open Office Chart : file filters;mobile devices +Oracle Open Office Chart : file filters;XML +Oracle Open Office Chart : file formats +Oracle Open Office Chart : file formats;changing Oracle Open Office defaults +Oracle Open Office Chart : file formats;OpenDocument/XML +Oracle Open Office Chart : file formats;saving always in other formats +Oracle Open Office Chart : file selection button +Oracle Open Office Chart : file sharing options for current document +Oracle Open Office Chart : files +Oracle Open Office Chart : files;filters and formats +Oracle Open Office Chart : files;importing +Oracle Open Office Chart : files;opening +Oracle Open Office Chart : files;opening with placeholders +Oracle Open Office Chart : files;properties +Oracle Open Office Chart : files;saving +Oracle Open Office Chart : files;saving automatically +Oracle Open Office Chart : files;saving in other formats +Oracle Open Office Chart : files;sending as e-mail +Oracle Open Office Chart : files;version numbers +Oracle Open Office Chart : files and folders in Oracle Open Office +Oracle Open Office Chart : fill characters with tabulators +Oracle Open Office Chart : fill colors for areas +Oracle Open Office Chart : fill patterns for areas +Oracle Open Office Chart : filter conditions +Oracle Open Office Chart : filter conditions;connecting +Oracle Open Office Chart : filter conditions;in queries (Base) +Oracle Open Office Chart : filtering +Oracle Open Office Chart : filtering;data in databases +Oracle Open Office Chart : filtering;data in forms +Oracle Open Office Chart : filters +Oracle Open Office Chart : filters;comparison operators +Oracle Open Office Chart : filters;for import and export +Oracle Open Office Chart : filters;Navigator +Oracle Open Office Chart : filters;pictures +Oracle Open Office Chart : filters;XML filter settings +Oracle Open Office Chart : Find tab in Help +Oracle Open Office Chart : finding +Oracle Open Office Chart : finding;in all sheets +Oracle Open Office Chart : finding;records in form documents +Oracle Open Office Chart : finding;selections +Oracle Open Office Chart : finding;similarity search +Oracle Open Office Chart : fitting to pages +Oracle Open Office Chart : fitting to pages;print settings in Math +Oracle Open Office Chart : fitting to pages;print settings in presentations +Oracle Open Office Chart : fixed text +Oracle Open Office Chart : fixed text;form functions +Oracle Open Office Chart : fixing toolbars +Oracle Open Office Chart : flipping draw objects +Oracle Open Office Chart : floating frames in HTML documents +Oracle Open Office Chart : floating toolbars +Oracle Open Office Chart : focus of controls +Oracle Open Office Chart : folder creation +Oracle Open Office Chart : font lists +Oracle Open Office Chart : font name box +Oracle Open Office Chart : font sizes +Oracle Open Office Chart : font sizes;bullets +Oracle Open Office Chart : font sizes;relative changes +Oracle Open Office Chart : font sizes;scaling on screen +Oracle Open Office Chart : font sizes;text +Oracle Open Office Chart : fonts +Oracle Open Office Chart : fonts;adding under UNIX +Oracle Open Office Chart : fonts;changing in templates +Oracle Open Office Chart : fonts;colors +Oracle Open Office Chart : fonts;default settings +Oracle Open Office Chart : fonts;effects +Oracle Open Office Chart : fonts;for HTML and Basic +Oracle Open Office Chart : fonts;formats +Oracle Open Office Chart : fonts;outlines +Oracle Open Office Chart : fonts;positions in text +Oracle Open Office Chart : fonts;shadows +Oracle Open Office Chart : fonts;specifying several +Oracle Open Office Chart : fonts;strikethrough +Oracle Open Office Chart : fonts;styles +Oracle Open Office Chart : fonts;text objects +Oracle Open Office Chart : Fontwork icons +Oracle Open Office Chart : footers +Oracle Open Office Chart : footers;backgrounds +Oracle Open Office Chart : form controls +Oracle Open Office Chart : form controls;assigning macros +Oracle Open Office Chart : form controls;protecting +Oracle Open Office Chart : form controls;toolbars +Oracle Open Office Chart : form fields +Oracle Open Office Chart : form filters +Oracle Open Office Chart : Form Navigator +Oracle Open Office Chart : format codes +Oracle Open Office Chart : format codes;numbers +Oracle Open Office Chart : format filling printing in Oracle Open Office Math +Oracle Open Office Chart : Format Paintbrush +Oracle Open Office Chart : formats +Oracle Open Office Chart : formats;Asian layout +Oracle Open Office Chart : formats;fonts +Oracle Open Office Chart : formats;maximizing page formats +Oracle Open Office Chart : formats;number and currency formats +Oracle Open Office Chart : formats;of currencies/date/time +Oracle Open Office Chart : formats;on opening and saving +Oracle Open Office Chart : formats;pasting in special formats +Oracle Open Office Chart : formats;positions +Oracle Open Office Chart : formats;tabulators +Oracle Open Office Chart : formatted fields +Oracle Open Office Chart : formatted fields;form functions +Oracle Open Office Chart : formatted fields;properties +Oracle Open Office Chart : formatting +Oracle Open Office Chart : formatting;Asian typography +Oracle Open Office Chart : formatting;axes in charts +Oracle Open Office Chart : formatting;chart areas +Oracle Open Office Chart : formatting;chart floors +Oracle Open Office Chart : formatting;chart legends +Oracle Open Office Chart : formatting;chart titles +Oracle Open Office Chart : formatting;chart walls +Oracle Open Office Chart : formatting;copying +Oracle Open Office Chart : formatting;definition +Oracle Open Office Chart : formatting;expanding (Calc) +Oracle Open Office Chart : formatting;font effects +Oracle Open Office Chart : formatting;hyperlinks +Oracle Open Office Chart : formatting;pages +Oracle Open Office Chart : formatting;printer metrics (Writer) +Oracle Open Office Chart : formatting;undoing +Oracle Open Office Chart : formatting;undoing when writing +Oracle Open Office Chart : forms +Oracle Open Office Chart : forms;browsing +Oracle Open Office Chart : forms;Combo Box/List Box Wizard +Oracle Open Office Chart : forms;creating +Oracle Open Office Chart : forms;data +Oracle Open Office Chart : forms;designing (Base) +Oracle Open Office Chart : forms;events +Oracle Open Office Chart : forms;filtering data +Oracle Open Office Chart : forms;finding records +Oracle Open Office Chart : forms;focus after opening +Oracle Open Office Chart : forms;general information (Base) +Oracle Open Office Chart : forms;grouping controls +Oracle Open Office Chart : forms;HTML filters +Oracle Open Office Chart : forms;Navigator +Oracle Open Office Chart : forms;opening in design mode +Oracle Open Office Chart : forms;properties +Oracle Open Office Chart : forms;sorting data +Oracle Open Office Chart : forms;subforms +Oracle Open Office Chart : forms;wizards +Oracle Open Office Chart : forms;XForms +Oracle Open Office Chart : formula texts +Oracle Open Office Chart : formula texts;printing in Oracle Open Office Math +Oracle Open Office Chart : formulas +Oracle Open Office Chart : formulas;new +Oracle Open Office Chart : formulas;starting formula editor +Oracle Open Office Chart : formulas in reports +Oracle Open Office Chart : formulas in reports;editing +Oracle Open Office Chart : forums and support +Oracle Open Office Chart : frames +Oracle Open Office Chart : frames;around paragraphs +Oracle Open Office Chart : frames;around tables +Oracle Open Office Chart : frames;AutoCorrect function +Oracle Open Office Chart : frames;backgrounds +Oracle Open Office Chart : frames;captions (Writer) +Oracle Open Office Chart : frames;printing in Oracle Open Office Math +Oracle Open Office Chart : frames;protecting +Oracle Open Office Chart : frames;selection frames +Oracle Open Office Chart : frames;text fitting to frames +Oracle Open Office Chart : freeform lines +Oracle Open Office Chart : freeform lines;draw functions +Oracle Open Office Chart : FTP +Oracle Open Office Chart : FTP;opening documents +Oracle Open Office Chart : FTP;saving documents +Oracle Open Office Chart : full joins (Base) +Oracle Open Office Chart : full screen view +Oracle Open Office Chart : full-text search in Help +Oracle Open Office Chart : functions in reports +Oracle Open Office Chart : functions in reports;editing +Oracle Open Office Chart : Gallery +Oracle Open Office Chart : Gallery;adding pictures +Oracle Open Office Chart : Gallery;dragging pictures to draw objects +Oracle Open Office Chart : Gallery;hiding/showing +Oracle Open Office Chart : Gallery;inserting pictures from +Oracle Open Office Chart : get method for form transmissions +Oracle Open Office Chart : getting support +Oracle Open Office Chart : GIF format +Oracle Open Office Chart : glossaries +Oracle Open Office Chart : glossaries;common terms +Oracle Open Office Chart : glossaries;Internet terms +Oracle Open Office Chart : gradients off for faster printing +Oracle Open Office Chart : graphic objects, see draw objects +Oracle Open Office Chart : graphical text art +Oracle Open Office Chart : graphics +Oracle Open Office Chart : graphics;cache +Oracle Open Office Chart : graphics;protecting +Oracle Open Office Chart : graphics, see also pictures +Oracle Open Office Chart : grayscale printing +Oracle Open Office Chart : grid controls +Oracle Open Office Chart : grid controls;form functions +Oracle Open Office Chart : grids +Oracle Open Office Chart : grids;defaults (Writer/Calc) +Oracle Open Office Chart : grids;display options (Impress/Draw) +Oracle Open Office Chart : grids;displaying lines (Calc) +Oracle Open Office Chart : grids;formatting axes +Oracle Open Office Chart : grids;inserting in charts +Oracle Open Office Chart : group box creation +Oracle Open Office Chart : groups +Oracle Open Office Chart : groups;entering/exiting/ungrouping +Oracle Open Office Chart : groups;naming +Oracle Open Office Chart : groups;of controls +Oracle Open Office Chart : guides +Oracle Open Office Chart : guides;display options (Impress/Draw) +Oracle Open Office Chart : guides;displaying when moving objects (Impress) +Oracle Open Office Chart : guides;showing (Calc) +Oracle Open Office Chart : guides;showing when moving frames (Writer) +Oracle Open Office Chart : gutter +Oracle Open Office Chart : handles +Oracle Open Office Chart : handles;displaying (Writer) +Oracle Open Office Chart : handles;scaling +Oracle Open Office Chart : handles;showing simple/large handles (Calc) +Oracle Open Office Chart : Hangul/Hanja +Oracle Open Office Chart : hatching +Oracle Open Office Chart : headers +Oracle Open Office Chart : headers;backgrounds +Oracle Open Office Chart : headings +Oracle Open Office Chart : headings;entering as text box +Oracle Open Office Chart : Hebrew +Oracle Open Office Chart : Hebrew;entering text +Oracle Open Office Chart : Hebrew;language settings +Oracle Open Office Chart : Help +Oracle Open Office Chart : Help;bookmarks +Oracle Open Office Chart : Help;extended tips on/off +Oracle Open Office Chart : Help;full-text search +Oracle Open Office Chart : Help;Help tips +Oracle Open Office Chart : Help;keywords +Oracle Open Office Chart : Help;navigation pane showing/hiding +Oracle Open Office Chart : Help;style sheets +Oracle Open Office Chart : Help;topics +Oracle Open Office Chart : Help Agent +Oracle Open Office Chart : Help Agent;help +Oracle Open Office Chart : Help Agent;options +Oracle Open Office Chart : Help tips +Oracle Open Office Chart : Help tips;hiding +Oracle Open Office Chart : hidden controls in Form Navigator +Oracle Open Office Chart : hidden fields display (Writer) +Oracle Open Office Chart : hidden pages +Oracle Open Office Chart : hidden pages;printing in presentations +Oracle Open Office Chart : hidden text +Oracle Open Office Chart : hidden text;showing (Writer) +Oracle Open Office Chart : hiding +Oracle Open Office Chart : hiding;changes +Oracle Open Office Chart : hiding;chart legends +Oracle Open Office Chart : hiding;docked windows +Oracle Open Office Chart : hiding;navigation pane in Help window +Oracle Open Office Chart : high contrast mode +Oracle Open Office Chart : Hindi +Oracle Open Office Chart : Hindi;entering text +Oracle Open Office Chart : Hindi;language settings +Oracle Open Office Chart : horizontal scrollbars (Writer) +Oracle Open Office Chart : hotspots +Oracle Open Office Chart : HowTos for charts +Oracle Open Office Chart : HTML +Oracle Open Office Chart : HTML;definition +Oracle Open Office Chart : HTML;export character set +Oracle Open Office Chart : HTML;fonts for source display +Oracle Open Office Chart : HTML;importing META tags +Oracle Open Office Chart : HTML;live presentations +Oracle Open Office Chart : HTML documents +Oracle Open Office Chart : HTML documents;auto reloading +Oracle Open Office Chart : HTML documents;importing/exporting +Oracle Open Office Chart : HTML documents;META tags in +Oracle Open Office Chart : HTML documents;new +Oracle Open Office Chart : HTML documents;source text +Oracle Open Office Chart : hyperlinks +Oracle Open Office Chart : hyperlinks;assigning macros +Oracle Open Office Chart : hyperlinks;character formats +Oracle Open Office Chart : hyperlinks;definition +Oracle Open Office Chart : hyperlinks;deleting +Oracle Open Office Chart : hyperlinks;editing +Oracle Open Office Chart : hyperlinks;inserting +Oracle Open Office Chart : hyperlinks;relative and absolute +Oracle Open Office Chart : hyperlinks;turning off automatic recognition +Oracle Open Office Chart : hyperlinks, see also links +Oracle Open Office Chart : hyphenation +Oracle Open Office Chart : hyphenation;activating for a language +Oracle Open Office Chart : hyphenation;minimal number of characters +Oracle Open Office Chart : hyphens +Oracle Open Office Chart : hyphens;displaying custom (Writer) +Oracle Open Office Chart : hyphens;inserting custom +Oracle Open Office Chart : icon bars, see toolbars +Oracle Open Office Chart : icon sizes +Oracle Open Office Chart : ignore list for spellcheck +Oracle Open Office Chart : illumination +Oracle Open Office Chart : illumination;3D charts +Oracle Open Office Chart : illustrations, see pictures +Oracle Open Office Chart : image button creation +Oracle Open Office Chart : image control creation +Oracle Open Office Chart : ImageMap +Oracle Open Office Chart : ImageMap;definition +Oracle Open Office Chart : ImageMap;editor +Oracle Open Office Chart : images +Oracle Open Office Chart : images;ImageMap +Oracle Open Office Chart : images;inserting and editing bitmaps +Oracle Open Office Chart : images, see also pictures +Oracle Open Office Chart : IME +Oracle Open Office Chart : IME;definition +Oracle Open Office Chart : IME;showing/hiding +Oracle Open Office Chart : import filters +Oracle Open Office Chart : import restrictions for Microsoft Office +Oracle Open Office Chart : importing +Oracle Open Office Chart : importing;bitmaps +Oracle Open Office Chart : importing;compatibility settings for text import +Oracle Open Office Chart : importing;databases +Oracle Open Office Chart : importing;documents in other formats +Oracle Open Office Chart : importing;from XML +Oracle Open Office Chart : importing;HTML and text documents +Oracle Open Office Chart : importing;HTML with META tags +Oracle Open Office Chart : importing;Microsoft Office documents with VBA code +Oracle Open Office Chart : importing;tables in text format +Oracle Open Office Chart : importing;templates +Oracle Open Office Chart : improvement program +Oracle Open Office Chart : inches +Oracle Open Office Chart : Index tab in Help +Oracle Open Office Chart : indexes +Oracle Open Office Chart : indexes;backgrounds +Oracle Open Office Chart : indexes;showing/hiding Help index tab +Oracle Open Office Chart : indicator lines in text +Oracle Open Office Chart : inner joins (Base) +Oracle Open Office Chart : input method window +Oracle Open Office Chart : insert mode for entering text +Oracle Open Office Chart : inserting +Oracle Open Office Chart : inserting;buttons in toolbars +Oracle Open Office Chart : inserting;cell ranges from spreadsheets +Oracle Open Office Chart : inserting;charts +Oracle Open Office Chart : inserting;clipboard options +Oracle Open Office Chart : inserting;comments +Oracle Open Office Chart : inserting;data from text documents +Oracle Open Office Chart : inserting;datasource records in spreadsheets +Oracle Open Office Chart : inserting;drawings +Oracle Open Office Chart : inserting;floating frames +Oracle Open Office Chart : inserting;Fontwork objects +Oracle Open Office Chart : inserting;form fields +Oracle Open Office Chart : inserting;hyperlinks +Oracle Open Office Chart : inserting;line breaks in cells +Oracle Open Office Chart : inserting;movies/sounds +Oracle Open Office Chart : inserting;new text tables defaults +Oracle Open Office Chart : inserting;objects from Gallery +Oracle Open Office Chart : inserting;OLE objects +Oracle Open Office Chart : inserting;paragraph borders +Oracle Open Office Chart : inserting;paragraph bullets +Oracle Open Office Chart : inserting;pictures in Gallery +Oracle Open Office Chart : inserting;plug-ins +Oracle Open Office Chart : inserting;push buttons +Oracle Open Office Chart : inserting;special characters +Oracle Open Office Chart : inserting;tab stops +Oracle Open Office Chart : inserting;textures on chart bars +Oracle Open Office Chart : installing +Oracle Open Office Chart : installing;ActiveX control +Oracle Open Office Chart : installing;mobile device filters +Oracle Open Office Chart : installing;UNO components +Oracle Open Office Chart : installing;XML filters +Oracle Open Office Chart : instructions +Oracle Open Office Chart : instructions;general +Oracle Open Office Chart : Internet +Oracle Open Office Chart : Internet;checking for updates +Oracle Open Office Chart : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Chart : Internet;presentations +Oracle Open Office Chart : Internet;starting searches +Oracle Open Office Chart : Internet glossary +Oracle Open Office Chart : invert filter +Oracle Open Office Chart : invisible areas +Oracle Open Office Chart : italic text +Oracle Open Office Chart : iterative references in spreadsheets +Oracle Open Office Chart : Java +Oracle Open Office Chart : Java;definition +Oracle Open Office Chart : Java;setting options +Oracle Open Office Chart : JDBC +Oracle Open Office Chart : JDBC;databases (Base) +Oracle Open Office Chart : JDBC;definition +Oracle Open Office Chart : joining +Oracle Open Office Chart : joining;paragraphs +Oracle Open Office Chart : joining;tables (Base) +Oracle Open Office Chart : joins in databases (Base) +Oracle Open Office Chart : justifying text +Oracle Open Office Chart : kerning +Oracle Open Office Chart : kerning;Asian texts +Oracle Open Office Chart : kerning;definition +Oracle Open Office Chart : kerning;in characters +Oracle Open Office Chart : key fields for relations (Base) +Oracle Open Office Chart : keyboard +Oracle Open Office Chart : keyboard;assigning/editing shortcut keys +Oracle Open Office Chart : keyboard;general commands +Oracle Open Office Chart : keyboard;removing numbering +Oracle Open Office Chart : keys +Oracle Open Office Chart : keys;adding push buttons +Oracle Open Office Chart : keys;primary keys (Base) +Oracle Open Office Chart : kiosk export +Oracle Open Office Chart : labels +Oracle Open Office Chart : labels;creating and synchronizing +Oracle Open Office Chart : labels;for charts +Oracle Open Office Chart : labels;for draw objects +Oracle Open Office Chart : labels;form functions +Oracle Open Office Chart : labels;from databases +Oracle Open Office Chart : labels, see also names/callouts +Oracle Open Office Chart : languages +Oracle Open Office Chart : languages;activating modules +Oracle Open Office Chart : languages;Asian support +Oracle Open Office Chart : languages;complex text layout +Oracle Open Office Chart : languages;locale settings +Oracle Open Office Chart : languages;selecting for text +Oracle Open Office Chart : languages;setting options +Oracle Open Office Chart : languages;spellcheck +Oracle Open Office Chart : languages;spellchecking and formatting +Oracle Open Office Chart : large handles (Writer) +Oracle Open Office Chart : large icons +Oracle Open Office Chart : layer arrangement +Oracle Open Office Chart : layout +Oracle Open Office Chart : layout;importing Word documents +Oracle Open Office Chart : layout;pages +Oracle Open Office Chart : LDAP server +Oracle Open Office Chart : LDAP server;address books (Base) +Oracle Open Office Chart : LDAP server;sign on options +Oracle Open Office Chart : leading between paragraphs +Oracle Open Office Chart : left alignment of paragraphs +Oracle Open Office Chart : left joins (Base) +Oracle Open Office Chart : legends +Oracle Open Office Chart : legends;charts +Oracle Open Office Chart : legends;draw objects +Oracle Open Office Chart : legends;rounding corners +Oracle Open Office Chart : Letter Wizard +Oracle Open Office Chart : levels +Oracle Open Office Chart : levels;depth stagger +Oracle Open Office Chart : levels;macro security +Oracle Open Office Chart : limits of tables (Writer) +Oracle Open Office Chart : line breaks +Oracle Open Office Chart : line breaks;in cells +Oracle Open Office Chart : line charts +Oracle Open Office Chart : line spacing +Oracle Open Office Chart : line spacing;context menu in paragraphs +Oracle Open Office Chart : line spacing;paragraph +Oracle Open Office Chart : line styles +Oracle Open Office Chart : line styles;applying +Oracle Open Office Chart : line styles;defining +Oracle Open Office Chart : lines +Oracle Open Office Chart : lines;defining ends +Oracle Open Office Chart : lines;draw functions +Oracle Open Office Chart : lines;drawing in text +Oracle Open Office Chart : lines;editing points +Oracle Open Office Chart : lines;removing automatic lines +Oracle Open Office Chart : lines of text +Oracle Open Office Chart : lines of text;alignment +Oracle Open Office Chart : links +Oracle Open Office Chart : links;between cells and controls +Oracle Open Office Chart : links;by drag and drop +Oracle Open Office Chart : links;character formats +Oracle Open Office Chart : links;definition +Oracle Open Office Chart : links;editing hyperlinks +Oracle Open Office Chart : links;inserting +Oracle Open Office Chart : links;modifying +Oracle Open Office Chart : links;opening files with +Oracle Open Office Chart : links;relational databases (Base) +Oracle Open Office Chart : links;turning off automatic recognition +Oracle Open Office Chart : links;updating options (Writer) +Oracle Open Office Chart : links;updating specific links +Oracle Open Office Chart : list box creation +Oracle Open Office Chart : lists +Oracle Open Office Chart : lists;data assigned to controls +Oracle Open Office Chart : lists;registered databases (Base) +Oracle Open Office Chart : lists;regular expressions +Oracle Open Office Chart : live presentations on the Internet +Oracle Open Office Chart : loading +Oracle Open Office Chart : loading;documents +Oracle Open Office Chart : loading;documents from other formats +Oracle Open Office Chart : loading;HTML documents, automatically +Oracle Open Office Chart : loading;Microsoft Office documents with VBA code +Oracle Open Office Chart : loading;reloading +Oracle Open Office Chart : loading;XML files +Oracle Open Office Chart : locale settings +Oracle Open Office Chart : logarithmic scaling along axes +Oracle Open Office Chart : lowercase letters +Oracle Open Office Chart : lowercase letters;font effects +Oracle Open Office Chart : Macro Wizard (Base) +Oracle Open Office Chart : macros +Oracle Open Office Chart : macros;assigning to events in forms +Oracle Open Office Chart : macros;attaching new (Base) +Oracle Open Office Chart : macros;in MS Office documents +Oracle Open Office Chart : macros;interrupting +Oracle Open Office Chart : macros;organizing +Oracle Open Office Chart : macros;recording +Oracle Open Office Chart : macros;security +Oracle Open Office Chart : macros;security levels +Oracle Open Office Chart : macros;security warning dialog +Oracle Open Office Chart : macros;selecting security warnings +Oracle Open Office Chart : magnifiers +Oracle Open Office Chart : margins +Oracle Open Office Chart : margins;pages +Oracle Open Office Chart : margins;setting with the mouse +Oracle Open Office Chart : margins;shadows +Oracle Open Office Chart : marking changes +Oracle Open Office Chart : marking, see selecting +Oracle Open Office Chart : Math formula editor +Oracle Open Office Chart : mean value lines in charts +Oracle Open Office Chart : measurement units +Oracle Open Office Chart : measurement units;changing on rulers +Oracle Open Office Chart : measurement units;converting +Oracle Open Office Chart : measurement units;selecting +Oracle Open Office Chart : Media Player window +Oracle Open Office Chart : menus +Oracle Open Office Chart : menus;activating context menus +Oracle Open Office Chart : menus;assigning macros +Oracle Open Office Chart : menus;customizing +Oracle Open Office Chart : merging +Oracle Open Office Chart : merging;documents +Oracle Open Office Chart : META tags +Oracle Open Office Chart : metrics +Oracle Open Office Chart : metrics;converting +Oracle Open Office Chart : metrics;document formatting (Writer) +Oracle Open Office Chart : metrics;in sheets +Oracle Open Office Chart : Microsoft Office +Oracle Open Office Chart : Microsoft Office;Access databases (base) +Oracle Open Office Chart : Microsoft Office;as default file format +Oracle Open Office Chart : Microsoft Office;document import restrictions +Oracle Open Office Chart : Microsoft Office;feature comparisons +Oracle Open Office Chart : Microsoft Office;importing password protected files +Oracle Open Office Chart : Microsoft Office;importing Word documents +Oracle Open Office Chart : Microsoft Office;importing/exporting VBA code +Oracle Open Office Chart : Microsoft Office;new users information +Oracle Open Office Chart : Microsoft Office;opening Microsoft documents +Oracle Open Office Chart : Microsoft Office;reassigning document types +Oracle Open Office Chart : migrating macros (Base) +Oracle Open Office Chart : mobile device filters +Oracle Open Office Chart : models in XForms +Oracle Open Office Chart : modifying, see changing +Oracle Open Office Chart : more controls +Oracle Open Office Chart : mosaic filter +Oracle Open Office Chart : mouse +Oracle Open Office Chart : mouse;pointers when using drag and drop +Oracle Open Office Chart : mouse;positioning +Oracle Open Office Chart : movies +Oracle Open Office Chart : moving +Oracle Open Office Chart : moving;tab stops on ruler +Oracle Open Office Chart : moving;toolbars +Oracle Open Office Chart : moving;using guide lines in presentations +Oracle Open Office Chart : MS ADO interface (Base) +Oracle Open Office Chart : multi-line titles in forms +Oracle Open Office Chart : multiple documents +Oracle Open Office Chart : multiple documents;opening +Oracle Open Office Chart : multiple selection +Oracle Open Office Chart : music +Oracle Open Office Chart : My Documents folder +Oracle Open Office Chart : My Documents folder;changing work directory +Oracle Open Office Chart : My Documents folder;opening +Oracle Open Office Chart : MySQL databases (Base) +Oracle Open Office Chart : names +Oracle Open Office Chart : names;multi-line titles +Oracle Open Office Chart : names;objects +Oracle Open Office Chart : names, see also labels/callouts +Oracle Open Office Chart : namespace organization in XForms +Oracle Open Office Chart : native SQL (Base) +Oracle Open Office Chart : navigating +Oracle Open Office Chart : navigating;in documents +Oracle Open Office Chart : Navigation bar +Oracle Open Office Chart : Navigation bar;controls +Oracle Open Office Chart : Navigation bar;forms +Oracle Open Office Chart : Navigator +Oracle Open Office Chart : Navigator;comments +Oracle Open Office Chart : Navigator;contents as lists +Oracle Open Office Chart : Navigator;docking +Oracle Open Office Chart : Navigator;working with +Oracle Open Office Chart : net charts +Oracle Open Office Chart : network identity options +Oracle Open Office Chart : new databases +Oracle Open Office Chart : new documents +Oracle Open Office Chart : new lines in cells +Oracle Open Office Chart : new windows +Oracle Open Office Chart : non-breaking dashes +Oracle Open Office Chart : non-breaking spaces (Writer) +Oracle Open Office Chart : non-printing characters (Writer) +Oracle Open Office Chart : number formats +Oracle Open Office Chart : number formats;codes +Oracle Open Office Chart : number formats;formats +Oracle Open Office Chart : number formats;recognition in text tables +Oracle Open Office Chart : number of pages +Oracle Open Office Chart : number of sheets +Oracle Open Office Chart : number of tables +Oracle Open Office Chart : numbering +Oracle Open Office Chart : numbering;options +Oracle Open Office Chart : numbering;turning off +Oracle Open Office Chart : numbering;using automatically +Oracle Open Office Chart : numbers +Oracle Open Office Chart : numbers;date, time and currency formats +Oracle Open Office Chart : numbers;decimal places (Calc) +Oracle Open Office Chart : numerical fields in forms +Oracle Open Office Chart : objects +Oracle Open Office Chart : objects;always moveable (Impress/Draw) +Oracle Open Office Chart : objects;arranging within stacks +Oracle Open Office Chart : objects;copying when moving in presentations +Oracle Open Office Chart : objects;definition +Oracle Open Office Chart : objects;displaying in spreadsheets +Oracle Open Office Chart : objects;displaying in text documents +Oracle Open Office Chart : objects;editing +Oracle Open Office Chart : objects;inserting from Gallery +Oracle Open Office Chart : objects;inserting OLE objects +Oracle Open Office Chart : objects;moving and resizing with mouse +Oracle Open Office Chart : objects;naming +Oracle Open Office Chart : objects;opening +Oracle Open Office Chart : objects;properties of charts +Oracle Open Office Chart : objects;quickly moving to +Oracle Open Office Chart : objects;titles and descriptions +Oracle Open Office Chart : ODBC +Oracle Open Office Chart : ODBC;database (Base) +Oracle Open Office Chart : ODBC;definition +Oracle Open Office Chart : ODF file formats +Oracle Open Office Chart : Office +Oracle Open Office Chart : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Chart : OLE +Oracle Open Office Chart : OLE;definition +Oracle Open Office Chart : OLE objects +Oracle Open Office Chart : OLE objects;arranging within stacks +Oracle Open Office Chart : OLE objects;captions (Writer) +Oracle Open Office Chart : OLE objects;inserting +Oracle Open Office Chart : OLE objects;number of +Oracle Open Office Chart : OLE objects;protecting +Oracle Open Office Chart : one and a half line spacing in text +Oracle Open Office Chart : online feedback options +Oracle Open Office Chart : online registration +Oracle Open Office Chart : online update options +Oracle Open Office Chart : online updates +Oracle Open Office Chart : online updates;checking automatically +Oracle Open Office Chart : online updates;checking manually +Oracle Open Office Chart : Open/Save dialogs +Oracle Open Office Chart : OpenDocument file formats +Oracle Open Office Chart : OpenGL +Oracle Open Office Chart : OpenGL;definition +Oracle Open Office Chart : opening +Oracle Open Office Chart : opening;context menus +Oracle Open Office Chart : opening;database files +Oracle Open Office Chart : opening;dialog settings +Oracle Open Office Chart : opening;documents +Oracle Open Office Chart : opening;documents from other formats +Oracle Open Office Chart : opening;documents on WebDAV server +Oracle Open Office Chart : opening;files with links +Oracle Open Office Chart : opening;files, with placeholders +Oracle Open Office Chart : opening;forms +Oracle Open Office Chart : opening;Microsoft Office files +Oracle Open Office Chart : opening;mobile device documents +Oracle Open Office Chart : opening;objects +Oracle Open Office Chart : opening;reports +Oracle Open Office Chart : opening;several files +Oracle Open Office Chart : opening;XForms +Oracle Open Office Chart : operators +Oracle Open Office Chart : operators;default filters +Oracle Open Office Chart : optional hyphens (Writer) +Oracle Open Office Chart : options +Oracle Open Office Chart : options;accessibility +Oracle Open Office Chart : options;appearance +Oracle Open Office Chart : options;compatibility (Writer) +Oracle Open Office Chart : options;improvement program +Oracle Open Office Chart : options;network identity +Oracle Open Office Chart : options;online update +Oracle Open Office Chart : options;tools +Oracle Open Office Chart : Oracle databases (base) +Oracle Open Office Chart : Oracle Open Office Base data sources +Oracle Open Office Chart : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Chart : Oracle Open Office documents +Oracle Open Office Chart : Oracle Open Office documents;mobile device filters +Oracle Open Office Chart : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Chart : Oracle Open Office Math start +Oracle Open Office Chart : order of chart data +Oracle Open Office Chart : ordering +Oracle Open Office Chart : ordering;objects +Oracle Open Office Chart : organizing +Oracle Open Office Chart : organizing;macros and scripts +Oracle Open Office Chart : organizing;namespaces in XForms +Oracle Open Office Chart : organizing;styles +Oracle Open Office Chart : organizing;templates +Oracle Open Office Chart : original size +Oracle Open Office Chart : original size;printing in Oracle Open Office Math +Oracle Open Office Chart : original size;restoring after cropping +Oracle Open Office Chart : outlines +Oracle Open Office Chart : outlines;font effects +Oracle Open Office Chart : outlines;outline symbols +Oracle Open Office Chart : outlines;sending to presentations +Oracle Open Office Chart : overwrite mode +Oracle Open Office Chart : packages, see extensions +Oracle Open Office Chart : page breaks +Oracle Open Office Chart : page breaks;displaying (Calc) +Oracle Open Office Chart : page formats +Oracle Open Office Chart : page formats;maximizing +Oracle Open Office Chart : page formats;restriction +Oracle Open Office Chart : page styles +Oracle Open Office Chart : page styles;editing/applying with statusbar +Oracle Open Office Chart : pages +Oracle Open Office Chart : pages;backgrounds in all applications +Oracle Open Office Chart : pages;formatting and numbering +Oracle Open Office Chart : pages;printing page names in presentations +Oracle Open Office Chart : pages;scaling +Oracle Open Office Chart : pages;selecting one to print +Oracle Open Office Chart : paint box +Oracle Open Office Chart : paint can symbol +Oracle Open Office Chart : pair kerning +Oracle Open Office Chart : Palm file filters +Oracle Open Office Chart : paper formats +Oracle Open Office Chart : paper size warning +Oracle Open Office Chart : paper trays +Oracle Open Office Chart : paragraph marks +Oracle Open Office Chart : paragraph marks;displaying (Writer) +Oracle Open Office Chart : paragraph styles +Oracle Open Office Chart : paragraph styles;languages +Oracle Open Office Chart : paragraph styles;modifying basic fonts +Oracle Open Office Chart : paragraphs +Oracle Open Office Chart : paragraphs;alignment +Oracle Open Office Chart : paragraphs;Asian typography +Oracle Open Office Chart : paragraphs;defining borders +Oracle Open Office Chart : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Chart : paragraphs;increasing indents of +Oracle Open Office Chart : paragraphs;indents, margins and columns +Oracle Open Office Chart : paragraphs;inserting bullets +Oracle Open Office Chart : paragraphs;joining +Oracle Open Office Chart : paragraphs;numbering automatically +Oracle Open Office Chart : paragraphs;removing blank ones +Oracle Open Office Chart : paragraphs;spacing +Oracle Open Office Chart : paragraphs;tab stops +Oracle Open Office Chart : parameters +Oracle Open Office Chart : parameters;command line +Oracle Open Office Chart : parameters;queries (Base) +Oracle Open Office Chart : passwords for protecting contents +Oracle Open Office Chart : pasting +Oracle Open Office Chart : pasting;cell ranges +Oracle Open Office Chart : pasting;cell ranges from spreadsheets +Oracle Open Office Chart : pasting;data from text documents +Oracle Open Office Chart : pasting;draw objects +Oracle Open Office Chart : pasting;draw objects from other documents +Oracle Open Office Chart : pasting;formatted/unformatted text +Oracle Open Office Chart : pasting;from data source view +Oracle Open Office Chart : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Chart : pasting;pictures from other documents +Oracle Open Office Chart : pasting;sheet areas in text documents +Oracle Open Office Chart : pasting;to Gallery +Oracle Open Office Chart : paths +Oracle Open Office Chart : paths;changing work directory +Oracle Open Office Chart : paths;defaults +Oracle Open Office Chart : pattern editor +Oracle Open Office Chart : pattern fields +Oracle Open Office Chart : pattern fields;form functions +Oracle Open Office Chart : patterns for objects +Oracle Open Office Chart : PDF +Oracle Open Office Chart : PDF;export +Oracle Open Office Chart : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Chart : personal data input +Oracle Open Office Chart : phonetic guide +Oracle Open Office Chart : picklist creation +Oracle Open Office Chart : pictures +Oracle Open Office Chart : pictures;adding to Gallery +Oracle Open Office Chart : pictures;arranging within stacks +Oracle Open Office Chart : pictures;assigning macros +Oracle Open Office Chart : pictures;backgrounds +Oracle Open Office Chart : pictures;captions (Writer) +Oracle Open Office Chart : pictures;changing paths +Oracle Open Office Chart : pictures;cropping and zooming +Oracle Open Office Chart : pictures;displaying in Calc +Oracle Open Office Chart : pictures;displaying in Writer (Writer) +Oracle Open Office Chart : pictures;drag and drop between documents +Oracle Open Office Chart : pictures;drawing +Oracle Open Office Chart : pictures;editing +Oracle Open Office Chart : pictures;filters +Oracle Open Office Chart : pictures;ImageMap +Oracle Open Office Chart : pictures;inserting automatically +Oracle Open Office Chart : pictures;inserting from Gallery +Oracle Open Office Chart : pictures;number of +Oracle Open Office Chart : pictures;printing +Oracle Open Office Chart : pictures;scaling/resizing +Oracle Open Office Chart : pie charts +Oracle Open Office Chart : pie charts;options +Oracle Open Office Chart : pie charts;types +Oracle Open Office Chart : pixel editor +Oracle Open Office Chart : pixel graphics +Oracle Open Office Chart : pixel graphics;inserting and editing +Oracle Open Office Chart : pixel patterns +Oracle Open Office Chart : placeholders +Oracle Open Office Chart : placeholders;in SQL queries +Oracle Open Office Chart : placeholders;on opening files +Oracle Open Office Chart : placing toolbars +Oracle Open Office Chart : playing movies and sound files +Oracle Open Office Chart : plotting data as charts +Oracle Open Office Chart : plug-ins +Oracle Open Office Chart : plug-ins;activating and deactivating +Oracle Open Office Chart : plug-ins;definition +Oracle Open Office Chart : plug-ins;inserting +Oracle Open Office Chart : pocket device appliances +Oracle Open Office Chart : Pocket PC file filters +Oracle Open Office Chart : points +Oracle Open Office Chart : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Chart : polygon drawing +Oracle Open Office Chart : pop-art filter +Oracle Open Office Chart : portable document format +Oracle Open Office Chart : positioning +Oracle Open Office Chart : positioning;axes +Oracle Open Office Chart : positioning;draw objects and controls +Oracle Open Office Chart : positioning;fonts +Oracle Open Office Chart : positioning;objects +Oracle Open Office Chart : positioning;toolbars +Oracle Open Office Chart : post method for form transmissions +Oracle Open Office Chart : posterizing filter +Oracle Open Office Chart : PostScript +Oracle Open Office Chart : PostScript;creating files +Oracle Open Office Chart : PostScript;PDF converter, UNIX +Oracle Open Office Chart : PowerPoint export +Oracle Open Office Chart : precision as shown (Calc) +Oracle Open Office Chart : predefining fonts +Oracle Open Office Chart : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Chart : presentations +Oracle Open Office Chart : presentations;creating/opening +Oracle Open Office Chart : presentations;inserting spreadsheet cells +Oracle Open Office Chart : presentations;live on the Internet +Oracle Open Office Chart : presentations;print menu +Oracle Open Office Chart : presentations;saving +Oracle Open Office Chart : presentations;saving automatically +Oracle Open Office Chart : presentations;saving in other formats +Oracle Open Office Chart : presentations;sending as e-mail +Oracle Open Office Chart : presentations;starting with wizard +Oracle Open Office Chart : presentations;wizards +Oracle Open Office Chart : Presenter Console shortcuts +Oracle Open Office Chart : press buttons, see push buttons +Oracle Open Office Chart : previews +Oracle Open Office Chart : previews;fonts lists +Oracle Open Office Chart : primary keys +Oracle Open Office Chart : primary keys;defining +Oracle Open Office Chart : primary keys;design view +Oracle Open Office Chart : primary keys;inserting (Base) +Oracle Open Office Chart : print area selection +Oracle Open Office Chart : printer metrics for document formatting (Writer) +Oracle Open Office Chart : printers +Oracle Open Office Chart : printers;adding, UNIX +Oracle Open Office Chart : printers;choosing +Oracle Open Office Chart : printers;default printer +Oracle Open Office Chart : printers;faxes under UNIX +Oracle Open Office Chart : printers;maximum page formats +Oracle Open Office Chart : printers;paper trays +Oracle Open Office Chart : printers;properties +Oracle Open Office Chart : printing +Oracle Open Office Chart : printing;black and white +Oracle Open Office Chart : printing;brochures +Oracle Open Office Chart : printing;colors in grayscale +Oracle Open Office Chart : printing;comments +Oracle Open Office Chart : printing;copies +Oracle Open Office Chart : printing;creating individual jobs +Oracle Open Office Chart : printing;dates in presentations +Oracle Open Office Chart : printing;directly +Oracle Open Office Chart : printing;documents +Oracle Open Office Chart : printing;drawings defaults +Oracle Open Office Chart : printing;elements in text documents +Oracle Open Office Chart : printing;faster +Oracle Open Office Chart : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Chart : printing;fitting to pages in presentations +Oracle Open Office Chart : printing;formulas in Oracle Open Office Math +Oracle Open Office Chart : printing;hidden pages of presentations +Oracle Open Office Chart : printing;in original size in Oracle Open Office Math +Oracle Open Office Chart : printing;left/right pages +Oracle Open Office Chart : printing;queries (Base) +Oracle Open Office Chart : printing;scaling in Oracle Open Office Math +Oracle Open Office Chart : printing;selections +Oracle Open Office Chart : printing;text always in black +Oracle Open Office Chart : printing;text in reverse order +Oracle Open Office Chart : printing;tiling pages in presentations +Oracle Open Office Chart : printing;transparencies +Oracle Open Office Chart : printing;warnings +Oracle Open Office Chart : printing;without scaling in presentations +Oracle Open Office Chart : printing speed +Oracle Open Office Chart : programming +Oracle Open Office Chart : programming;Oracle Open Office +Oracle Open Office Chart : programming;scripting +Oracle Open Office Chart : properties +Oracle Open Office Chart : properties;charts +Oracle Open Office Chart : properties;fields in databases +Oracle Open Office Chart : properties;files +Oracle Open Office Chart : properties;form controls +Oracle Open Office Chart : properties;forms +Oracle Open Office Chart : properties;printers +Oracle Open Office Chart : properties;smooth lines in line charts/XY charts +Oracle Open Office Chart : protected contents +Oracle Open Office Chart : protected dashes +Oracle Open Office Chart : protected database tables +Oracle Open Office Chart : protected documents +Oracle Open Office Chart : protected spaces +Oracle Open Office Chart : protected spaces;inserting +Oracle Open Office Chart : protected spaces;showing (Writer) +Oracle Open Office Chart : protecting +Oracle Open Office Chart : protecting;contents +Oracle Open Office Chart : protecting;recorded changes +Oracle Open Office Chart : proxy settings +Oracle Open Office Chart : push buttons +Oracle Open Office Chart : push buttons;adding to documents +Oracle Open Office Chart : push buttons;creating +Oracle Open Office Chart : queries +Oracle Open Office Chart : queries;copying (Base) +Oracle Open Office Chart : queries;creating in design view (Base) +Oracle Open Office Chart : queries;creating in SQL view +Oracle Open Office Chart : queries;defining (Base) +Oracle Open Office Chart : queries;deleting table links (Base) +Oracle Open Office Chart : queries;editing in data source view +Oracle Open Office Chart : queries;formulating filter conditions (Base) +Oracle Open Office Chart : queries;joining tables (Base) +Oracle Open Office Chart : queries;missing elements (Base) +Oracle Open Office Chart : queries;overview (Base) +Oracle Open Office Chart : queries;parameter queries (Base) +Oracle Open Office Chart : queries;printing (Base) +Oracle Open Office Chart : Query Wizard (Base) +Oracle Open Office Chart : Quickstarter +Oracle Open Office Chart : quotation marks +Oracle Open Office Chart : quotation marks;replacing +Oracle Open Office Chart : quotes +Oracle Open Office Chart : quotes;custom +Oracle Open Office Chart : radar charts, see net charts +Oracle Open Office Chart : radio button creation +Oracle Open Office Chart : read-only documents +Oracle Open Office Chart : read-only documents;cursor +Oracle Open Office Chart : read-only documents;database tables on/off +Oracle Open Office Chart : read-only documents;editing +Oracle Open Office Chart : read-only documents;opening documents as +Oracle Open Office Chart : read-only items in Data Navigator +Oracle Open Office Chart : recognizing URLs automatically +Oracle Open Office Chart : recording +Oracle Open Office Chart : recording;changes +Oracle Open Office Chart : recording;macros +Oracle Open Office Chart : records +Oracle Open Office Chart : records;inserting comments +Oracle Open Office Chart : records;protecting +Oracle Open Office Chart : records;saving +Oracle Open Office Chart : records;searching in databases +Oracle Open Office Chart : rectangles with round corners +Oracle Open Office Chart : recursions in spreadsheets +Oracle Open Office Chart : redo command +Oracle Open Office Chart : reduced printing +Oracle Open Office Chart : reference lines +Oracle Open Office Chart : references +Oracle Open Office Chart : references;displaying in color (Calc) +Oracle Open Office Chart : references;expanding (Calc) +Oracle Open Office Chart : references;iterative (Calc) +Oracle Open Office Chart : register-true +Oracle Open Office Chart : register-true;definition +Oracle Open Office Chart : registering +Oracle Open Office Chart : registering;address books +Oracle Open Office Chart : registering;databases (Base) +Oracle Open Office Chart : registering;Oracle Open Office +Oracle Open Office Chart : regression curves in charts +Oracle Open Office Chart : regular expressions +Oracle Open Office Chart : regular expressions;list of +Oracle Open Office Chart : regular expressions;opening files +Oracle Open Office Chart : relational databases (Base) +Oracle Open Office Chart : relations +Oracle Open Office Chart : relations;creating and deleting (Base) +Oracle Open Office Chart : relations;joining tables (Base) +Oracle Open Office Chart : relations;properties (Base) +Oracle Open Office Chart : relative hyperlinks +Oracle Open Office Chart : relative saving of URLs +Oracle Open Office Chart : reloading +Oracle Open Office Chart : reloading;documents +Oracle Open Office Chart : reloading;HTML documents, automatically +Oracle Open Office Chart : remarks, see also comments +Oracle Open Office Chart : remote configurations +Oracle Open Office Chart : remove noise filter +Oracle Open Office Chart : removing +Oracle Open Office Chart : removing;bullets and numbering +Oracle Open Office Chart : removing;form filters +Oracle Open Office Chart : removing, see also deleting +Oracle Open Office Chart : reorganizing charts +Oracle Open Office Chart : repeating +Oracle Open Office Chart : repeating;commands +Oracle Open Office Chart : replacement options +Oracle Open Office Chart : replacement table +Oracle Open Office Chart : replacing +Oracle Open Office Chart : replacing;AutoCorrect function +Oracle Open Office Chart : replacing;dashes +Oracle Open Office Chart : replacing;tab stops (regular expressions) +Oracle Open Office Chart : Report Builder +Oracle Open Office Chart : reports +Oracle Open Office Chart : reports;creating +Oracle Open Office Chart : reports;error reports +Oracle Open Office Chart : reports;opening and editing +Oracle Open Office Chart : reports;templates +Oracle Open Office Chart : resetting +Oracle Open Office Chart : resetting;templates +Oracle Open Office Chart : resizing +Oracle Open Office Chart : resizing;objects, by mouse +Oracle Open Office Chart : resizing, see also scaling/zooming +Oracle Open Office Chart : resolution when printing bitmaps +Oracle Open Office Chart : restoring +Oracle Open Office Chart : restoring;default formatting +Oracle Open Office Chart : restoring;editing +Oracle Open Office Chart : reversing printing order +Oracle Open Office Chart : review function +Oracle Open Office Chart : review function;accepting or rejecting changes +Oracle Open Office Chart : review function;comparing documents +Oracle Open Office Chart : review function;protecting records +Oracle Open Office Chart : review function;recording changes example +Oracle Open Office Chart : rich text control +Oracle Open Office Chart : right alignment of paragraphs +Oracle Open Office Chart : right joins (Base) +Oracle Open Office Chart : right-to-left text +Oracle Open Office Chart : rotating +Oracle Open Office Chart : rotating;3D text +Oracle Open Office Chart : round corners +Oracle Open Office Chart : rounding precision (Calc) +Oracle Open Office Chart : row headers +Oracle Open Office Chart : row headers;displaying (Calc) +Oracle Open Office Chart : row headers;highlighting (Calc) +Oracle Open Office Chart : rulers +Oracle Open Office Chart : rulers;default settings +Oracle Open Office Chart : rulers;measurement units +Oracle Open Office Chart : rulers;visible in presentations +Oracle Open Office Chart : samples and templates +Oracle Open Office Chart : saving +Oracle Open Office Chart : saving;default file formats +Oracle Open Office Chart : saving;dialog settings +Oracle Open Office Chart : saving;documents +Oracle Open Office Chart : saving;documents for mobile devices +Oracle Open Office Chart : saving;documents in other formats +Oracle Open Office Chart : saving;documents, automatically +Oracle Open Office Chart : saving;in Microsoft Office file format +Oracle Open Office Chart : saving;options +Oracle Open Office Chart : saving;templates +Oracle Open Office Chart : saving;to XML +Oracle Open Office Chart : saving;VBA code in Microsoft Office documents +Oracle Open Office Chart : saving;with password by default +Oracle Open Office Chart : saving as command +Oracle Open Office Chart : saving as command;precautions +Oracle Open Office Chart : scaling +Oracle Open Office Chart : scaling;axes +Oracle Open Office Chart : scaling;font sizes in user interface +Oracle Open Office Chart : scaling;objects +Oracle Open Office Chart : scaling;pictures +Oracle Open Office Chart : scaling;printing in Oracle Open Office Math +Oracle Open Office Chart : scaling;text in charts +Oracle Open Office Chart : scaling;when printing presentations +Oracle Open Office Chart : scaling, see also zooming +Oracle Open Office Chart : scatter charts +Oracle Open Office Chart : screen +Oracle Open Office Chart : screen;full screen views +Oracle Open Office Chart : screen;scaling +Oracle Open Office Chart : screen magnifiers +Oracle Open Office Chart : screen readers +Oracle Open Office Chart : script organization +Oracle Open Office Chart : scrollbars +Oracle Open Office Chart : scrollbars;controls +Oracle Open Office Chart : scrollbars;displaying (Calc) +Oracle Open Office Chart : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Chart : search criteria for database functions in cells +Oracle Open Office Chart : search engines +Oracle Open Office Chart : search engines;definition +Oracle Open Office Chart : search engines;selecting +Oracle Open Office Chart : searching +Oracle Open Office Chart : searching;all sheets +Oracle Open Office Chart : searching;databases +Oracle Open Office Chart : searching;form filters +Oracle Open Office Chart : searching;Internet +Oracle Open Office Chart : searching;tables and forms +Oracle Open Office Chart : secondary axes in charts +Oracle Open Office Chart : sections +Oracle Open Office Chart : sections;backgrounds +Oracle Open Office Chart : security +Oracle Open Office Chart : security;digital signatures +Oracle Open Office Chart : security;options for documents with macros +Oracle Open Office Chart : security;protecting contents +Oracle Open Office Chart : security;security levels for macros +Oracle Open Office Chart : security;warning dialogs with macros +Oracle Open Office Chart : selecting +Oracle Open Office Chart : selecting;controls +Oracle Open Office Chart : selecting;measurement units +Oracle Open Office Chart : selecting;objects +Oracle Open Office Chart : selecting;print areas +Oracle Open Office Chart : selecting;several files +Oracle Open Office Chart : selection clipboard +Oracle Open Office Chart : selection frames +Oracle Open Office Chart : selection modes in text +Oracle Open Office Chart : sending +Oracle Open Office Chart : sending;AutoAbstract function in presentations +Oracle Open Office Chart : sending;documents as e-mail +Oracle Open Office Chart : sending;documents as faxes +Oracle Open Office Chart : separator lines +Oracle Open Office Chart : separator lines;defining +Oracle Open Office Chart : separators +Oracle Open Office Chart : separators;conditional +Oracle Open Office Chart : Server Side ImageMap +Oracle Open Office Chart : settings +Oracle Open Office Chart : settings;printers +Oracle Open Office Chart : settings;program configuration +Oracle Open Office Chart : settings;proxies +Oracle Open Office Chart : settings;tracking changes +Oracle Open Office Chart : settings;views +Oracle Open Office Chart : SGML +Oracle Open Office Chart : SGML;definition +Oracle Open Office Chart : shadows +Oracle Open Office Chart : shadows;areas +Oracle Open Office Chart : shadows;borders +Oracle Open Office Chart : shadows;characters +Oracle Open Office Chart : shadows;characters, using context menu +Oracle Open Office Chart : sharing documents +Oracle Open Office Chart : sharpening filter +Oracle Open Office Chart : sheet tabs +Oracle Open Office Chart : sheet tabs;displaying +Oracle Open Office Chart : sheets +Oracle Open Office Chart : sheets;searching all +Oracle Open Office Chart : shortcut keys +Oracle Open Office Chart : shortcut keys;assigning macros +Oracle Open Office Chart : shortcut keys;charts +Oracle Open Office Chart : shortcut keys;general +Oracle Open Office Chart : shortcut keys;in databases +Oracle Open Office Chart : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Chart : showing +Oracle Open Office Chart : showing;changes +Oracle Open Office Chart : showing;docked windows +Oracle Open Office Chart : showing;drawings and controls (Writer) +Oracle Open Office Chart : showing;live presentations on the Internet +Oracle Open Office Chart : showing;toolbars +Oracle Open Office Chart : signing documents with digital signatures +Oracle Open Office Chart : similarity search +Oracle Open Office Chart : simple handles (Writer) +Oracle Open Office Chart : simplified Chinese +Oracle Open Office Chart : simplified Chinese;translating to traditional Chinese +Oracle Open Office Chart : single sign on options +Oracle Open Office Chart : single-line spacing in text +Oracle Open Office Chart : sizes +Oracle Open Office Chart : sizes;draw objects +Oracle Open Office Chart : sizes;pictures +Oracle Open Office Chart : slanting draw objects +Oracle Open Office Chart : small capitals +Oracle Open Office Chart : small icons +Oracle Open Office Chart : smart tag configuration +Oracle Open Office Chart : smooth scrolling (Writer) +Oracle Open Office Chart : smoothing filter +Oracle Open Office Chart : snap grid defaults (Writer/Calc) +Oracle Open Office Chart : snapping in presentations and drawings +Oracle Open Office Chart : solarization filter +Oracle Open Office Chart : sort lists +Oracle Open Office Chart : sort lists;copying to in Calc +Oracle Open Office Chart : sorting +Oracle Open Office Chart : sorting;data in forms +Oracle Open Office Chart : sorting;databases +Oracle Open Office Chart : sound files +Oracle Open Office Chart : spaces +Oracle Open Office Chart : spaces;displaying (Writer) +Oracle Open Office Chart : spaces;ignoring double +Oracle Open Office Chart : spaces;inserting protected spaces +Oracle Open Office Chart : spaces;showing protected spaces (Writer) +Oracle Open Office Chart : spacing +Oracle Open Office Chart : spacing;between paragraphs in footnotes +Oracle Open Office Chart : spacing;font effects +Oracle Open Office Chart : spacing;lines and paragraphs +Oracle Open Office Chart : spacing;tab stops in text documents +Oracle Open Office Chart : spacing;tabs in presentations +Oracle Open Office Chart : spadmin +Oracle Open Office Chart : special characters +Oracle Open Office Chart : speech bubbles +Oracle Open Office Chart : speed of printing +Oracle Open Office Chart : spellcheck +Oracle Open Office Chart : spellcheck;activating for a language +Oracle Open Office Chart : spellcheck;context menus +Oracle Open Office Chart : spellcheck;default languages +Oracle Open Office Chart : spellcheck;dialog +Oracle Open Office Chart : spellcheck;dictionary of exceptions +Oracle Open Office Chart : spellcheck;ignore list +Oracle Open Office Chart : spin button creation +Oracle Open Office Chart : spoolfiles with Xprinter +Oracle Open Office Chart : spreadsheets +Oracle Open Office Chart : spreadsheets;as databases (base) +Oracle Open Office Chart : spreadsheets;copying areas to text documents +Oracle Open Office Chart : spreadsheets;creating/opening +Oracle Open Office Chart : spreadsheets;inserting charts +Oracle Open Office Chart : spreadsheets;inserting database records +Oracle Open Office Chart : spreadsheets;printing +Oracle Open Office Chart : spreadsheets;saving +Oracle Open Office Chart : spreadsheets;saving automatically +Oracle Open Office Chart : spreadsheets;saving in other formats +Oracle Open Office Chart : spreadsheets;sending as e-mail +Oracle Open Office Chart : SQL +Oracle Open Office Chart : SQL;definition +Oracle Open Office Chart : SQL;DISTINCT parameter +Oracle Open Office Chart : SQL;executing SQL commands +Oracle Open Office Chart : SQL;executing SQL statements (Base) +Oracle Open Office Chart : SQL;queries (Base) +Oracle Open Office Chart : square drawings +Oracle Open Office Chart : standard bar on/off +Oracle Open Office Chart : standard deviation in charts +Oracle Open Office Chart : standard filters in databases +Oracle Open Office Chart : standard printer under UNIX +Oracle Open Office Chart : start center +Oracle Open Office Chart : start parameters +Oracle Open Office Chart : statistics in charts +Oracle Open Office Chart : status bar on/off +Oracle Open Office Chart : stickers +Oracle Open Office Chart : stock charts +Oracle Open Office Chart : strikethrough +Oracle Open Office Chart : strikethrough;characters +Oracle Open Office Chart : strikethrough;font effects +Oracle Open Office Chart : styles +Oracle Open Office Chart : styles;'changed' message +Oracle Open Office Chart : styles;copying between documents +Oracle Open Office Chart : styles;keyboard shortcuts +Oracle Open Office Chart : styles;organizing +Oracle Open Office Chart : styles;printing styles used in a document +Oracle Open Office Chart : styles;replacing automatically +Oracle Open Office Chart : Styles and Formatting window +Oracle Open Office Chart : Styles and Formatting window;docking +Oracle Open Office Chart : subforms +Oracle Open Office Chart : subforms;creating +Oracle Open Office Chart : subforms;description +Oracle Open Office Chart : submitting forms +Oracle Open Office Chart : suffixes in file formats +Oracle Open Office Chart : support on the Web +Oracle Open Office Chart : synchronizing +Oracle Open Office Chart : synchronizing;labels and business cards +Oracle Open Office Chart : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Chart : system address book registration +Oracle Open Office Chart : tab stops +Oracle Open Office Chart : tab stops;displaying (Writer) +Oracle Open Office Chart : tab stops;inserting and editing +Oracle Open Office Chart : tab stops;regular expressions +Oracle Open Office Chart : tab stops;setting in sheets +Oracle Open Office Chart : tab stops;settings +Oracle Open Office Chart : tab stops;spacing in presentations +Oracle Open Office Chart : tab stops;spacing in text documents +Oracle Open Office Chart : table controls +Oracle Open Office Chart : table controls;form functions +Oracle Open Office Chart : table controls;keyboard-only edit mode +Oracle Open Office Chart : table controls;properties +Oracle Open Office Chart : table views of databases +Oracle Open Office Chart : Table Wizard (Base) +Oracle Open Office Chart : tables +Oracle Open Office Chart : tables;inserting line breaks +Oracle Open Office Chart : tables in databases +Oracle Open Office Chart : tables in databases;access rights to (Base) +Oracle Open Office Chart : tables in databases;adding to queries +Oracle Open Office Chart : tables in databases;browsing and editing +Oracle Open Office Chart : tables in databases;copying database tables (Base) +Oracle Open Office Chart : tables in databases;creating +Oracle Open Office Chart : tables in databases;creating in design view (manually) +Oracle Open Office Chart : tables in databases;importing text formats (Base) +Oracle Open Office Chart : tables in databases;joining for queries (Base) +Oracle Open Office Chart : tables in databases;printing queries (Base) +Oracle Open Office Chart : tables in databases;relations (Base) +Oracle Open Office Chart : tables in databases;searching +Oracle Open Office Chart : tables in spreadsheets +Oracle Open Office Chart : tables in spreadsheets;copying data to other applications +Oracle Open Office Chart : tables in spreadsheets;defining borders +Oracle Open Office Chart : tables in spreadsheets;value highlighting +Oracle Open Office Chart : tables in text +Oracle Open Office Chart : tables in text;captions +Oracle Open Office Chart : tables in text;creating automatically +Oracle Open Office Chart : tables in text;default settings +Oracle Open Office Chart : tables in text;defining borders +Oracle Open Office Chart : tables in text;displaying +Oracle Open Office Chart : tables in text;printing +Oracle Open Office Chart : tabs +Oracle Open Office Chart : tabs;displaying sheet tabs +Oracle Open Office Chart : tags +Oracle Open Office Chart : tags;definition +Oracle Open Office Chart : tags;META tags +Oracle Open Office Chart : templates +Oracle Open Office Chart : templates;agendas +Oracle Open Office Chart : templates;changing basic fonts +Oracle Open Office Chart : templates;database reports +Oracle Open Office Chart : templates;deleting +Oracle Open Office Chart : templates;editing and saving +Oracle Open Office Chart : templates;faxes +Oracle Open Office Chart : templates;importing and exporting +Oracle Open Office Chart : templates;letters +Oracle Open Office Chart : templates;new documents from templates +Oracle Open Office Chart : templates;opening documents with +Oracle Open Office Chart : templates;organizing +Oracle Open Office Chart : terminology +Oracle Open Office Chart : terminology;general glossary +Oracle Open Office Chart : terminology;Internet glossary +Oracle Open Office Chart : testing XML filters +Oracle Open Office Chart : text +Oracle Open Office Chart : text;animating +Oracle Open Office Chart : text;Asian layout +Oracle Open Office Chart : text;bold +Oracle Open Office Chart : text;coloring +Oracle Open Office Chart : text;copying by drag and drop +Oracle Open Office Chart : text;CTL languages +Oracle Open Office Chart : text;drawing pictures +Oracle Open Office Chart : text;font effects +Oracle Open Office Chart : text;font sizes +Oracle Open Office Chart : text;font styles +Oracle Open Office Chart : text;fonts and formats +Oracle Open Office Chart : text;Fontwork icons +Oracle Open Office Chart : text;hyperlinks +Oracle Open Office Chart : text;inserting special characters +Oracle Open Office Chart : text;italics +Oracle Open Office Chart : text;kerning +Oracle Open Office Chart : text;language selection +Oracle Open Office Chart : text;line spacing +Oracle Open Office Chart : text;overwriting or inserting +Oracle Open Office Chart : text;printing in black +Oracle Open Office Chart : text;replacing with format +Oracle Open Office Chart : text;selection modes +Oracle Open Office Chart : text;shadowed +Oracle Open Office Chart : text;text/draw objects +Oracle Open Office Chart : text attributes +Oracle Open Office Chart : text attributes;hyperlinks +Oracle Open Office Chart : text attributes;undoing +Oracle Open Office Chart : text boxes +Oracle Open Office Chart : text boxes;form functions +Oracle Open Office Chart : text boxes;positioning +Oracle Open Office Chart : text breaks in cells +Oracle Open Office Chart : text colors for better accessibility +Oracle Open Office Chart : text databases (Base) +Oracle Open Office Chart : text documents +Oracle Open Office Chart : text documents;creating/opening +Oracle Open Office Chart : text documents;importing/exporting +Oracle Open Office Chart : text documents;inserting spreadsheet cells +Oracle Open Office Chart : text documents;print settings +Oracle Open Office Chart : text documents;printing +Oracle Open Office Chart : text documents;saving +Oracle Open Office Chart : text documents;saving automatically +Oracle Open Office Chart : text documents;saving in other formats +Oracle Open Office Chart : text documents;sending as e-mail +Oracle Open Office Chart : text effects +Oracle Open Office Chart : text flow +Oracle Open Office Chart : text flow;in cells +Oracle Open Office Chart : text formats +Oracle Open Office Chart : text formats;databases +Oracle Open Office Chart : text formats;pasting +Oracle Open Office Chart : text input fields +Oracle Open Office Chart : text layout for special languages +Oracle Open Office Chart : text objects +Oracle Open Office Chart : text objects;alignment +Oracle Open Office Chart : text objects;draw functions +Oracle Open Office Chart : text objects;fonts +Oracle Open Office Chart : text objects;in presentations and drawings +Oracle Open Office Chart : text overflow in spreadsheet cells +Oracle Open Office Chart : text scaling in charts +Oracle Open Office Chart : text, see also text documents, paragraphs and characters +Oracle Open Office Chart : TextArt, see Fontwork +Oracle Open Office Chart : textures +Oracle Open Office Chart : textures;inserting from Gallery +Oracle Open Office Chart : textures;on chart bars +Oracle Open Office Chart : Thai +Oracle Open Office Chart : Thai;entering text +Oracle Open Office Chart : Thai;language settings +Oracle Open Office Chart : thesaurus +Oracle Open Office Chart : thesaurus;activating for a language +Oracle Open Office Chart : ticker text +Oracle Open Office Chart : time fields +Oracle Open Office Chart : time fields;form functions +Oracle Open Office Chart : times +Oracle Open Office Chart : times;inserting when printing presentations +Oracle Open Office Chart : times, formats +Oracle Open Office Chart : tips +Oracle Open Office Chart : tips;extended tips in Help +Oracle Open Office Chart : title rows +Oracle Open Office Chart : title rows;printing in Oracle Open Office Math +Oracle Open Office Chart : titles +Oracle Open Office Chart : titles;alignment (charts) +Oracle Open Office Chart : titles;changing +Oracle Open Office Chart : titles;editing in charts +Oracle Open Office Chart : titles;font effects +Oracle Open Office Chart : titles;formatting automatically +Oracle Open Office Chart : titles;formatting charts +Oracle Open Office Chart : titles;objects +Oracle Open Office Chart : toolbars +Oracle Open Office Chart : toolbars;adding buttons +Oracle Open Office Chart : toolbars;docking/undocking +Oracle Open Office Chart : toolbars;Form Navigation bar +Oracle Open Office Chart : toolbars;viewing/closing +Oracle Open Office Chart : tools bar +Oracle Open Office Chart : tooltips +Oracle Open Office Chart : tooltips;extended tips +Oracle Open Office Chart : tooltips;help +Oracle Open Office Chart : traditional Chinese +Oracle Open Office Chart : traditional Chinese;translating to simplified chinese +Oracle Open Office Chart : transparency +Oracle Open Office Chart : transparency;areas +Oracle Open Office Chart : transparency;off for faster printing +Oracle Open Office Chart : transparency;saving +Oracle Open Office Chart : tree view of Help +Oracle Open Office Chart : trend lines in charts +Oracle Open Office Chart : typefaces +Oracle Open Office Chart : typefaces;adding under UNIX +Oracle Open Office Chart : typefaces;formats +Oracle Open Office Chart : typographical quotes in Oracle Open Office Writer +Oracle Open Office Chart : typography +Oracle Open Office Chart : typography;Asian +Oracle Open Office Chart : underlining +Oracle Open Office Chart : underlining;AutoFormat function +Oracle Open Office Chart : underlining;characters +Oracle Open Office Chart : underlining;text +Oracle Open Office Chart : undocking windows +Oracle Open Office Chart : undoing +Oracle Open Office Chart : undoing;direct formatting +Oracle Open Office Chart : undoing;editing +Oracle Open Office Chart : undoing;number of steps +Oracle Open Office Chart : ungrouping groups +Oracle Open Office Chart : units +Oracle Open Office Chart : units;converting +Oracle Open Office Chart : units;measurement units +Oracle Open Office Chart : UNO components +Oracle Open Office Chart : UNO components;Extension Manager +Oracle Open Office Chart : UNO components;integrating new +Oracle Open Office Chart : update options +Oracle Open Office Chart : updates +Oracle Open Office Chart : updates;checking automatically +Oracle Open Office Chart : updates;checking manually +Oracle Open Office Chart : updating +Oracle Open Office Chart : updating;fields and charts, automatically (Writer) +Oracle Open Office Chart : updating;links in text documents +Oracle Open Office Chart : updating;links, on opening +Oracle Open Office Chart : updating;templates +Oracle Open Office Chart : URL +Oracle Open Office Chart : URL;changing hyperlink URLs +Oracle Open Office Chart : URL;definition +Oracle Open Office Chart : URL;in pictures +Oracle Open Office Chart : URL;saving absolute/relative paths +Oracle Open Office Chart : URL;turning off URL recognition +Oracle Open Office Chart : user data +Oracle Open Office Chart : user data;input +Oracle Open Office Chart : user data;removing when saving +Oracle Open Office Chart : user feedback +Oracle Open Office Chart : user feedback;automatically +Oracle Open Office Chart : user-defined dictionaries +Oracle Open Office Chart : user-defined dictionaries;creating +Oracle Open Office Chart : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Chart : user-defined dictionaries;editing +Oracle Open Office Chart : user-defined styles +Oracle Open Office Chart : user-defined styles;automatically replacing +Oracle Open Office Chart : UTF-8/UCS2 support +Oracle Open Office Chart : values +Oracle Open Office Chart : values;rounded as shown (Calc) +Oracle Open Office Chart : variables +Oracle Open Office Chart : variables;for paths +Oracle Open Office Chart : variances in charts +Oracle Open Office Chart : VBA code +Oracle Open Office Chart : VBA code;loading/saving documents with VBA code +Oracle Open Office Chart : version management +Oracle Open Office Chart : version numbers of documents +Oracle Open Office Chart : versions +Oracle Open Office Chart : versions;comparing documents +Oracle Open Office Chart : versions;file saving as, restriction +Oracle Open Office Chart : versions;merging document versions +Oracle Open Office Chart : versions;of a document +Oracle Open Office Chart : versions;Oracle Open Office +Oracle Open Office Chart : vertical callouts +Oracle Open Office Chart : vertical scrollbars (Writer) +Oracle Open Office Chart : vertical text boxes +Oracle Open Office Chart : videos +Oracle Open Office Chart : viewing +Oracle Open Office Chart : viewing;databases +Oracle Open Office Chart : viewing;file properties +Oracle Open Office Chart : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Chart : viewing;toolbars +Oracle Open Office Chart : views +Oracle Open Office Chart : views;creating database views (Base) +Oracle Open Office Chart : views;defaults +Oracle Open Office Chart : views;full screen +Oracle Open Office Chart : views;icons +Oracle Open Office Chart : views;scaling +Oracle Open Office Chart : Visual Basic for Applications +Oracle Open Office Chart : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Chart : watermarks +Oracle Open Office Chart : web documents +Oracle Open Office Chart : web documents;XForms +Oracle Open Office Chart : Web support +Oracle Open Office Chart : WebCast export +Oracle Open Office Chart : WebDAV over HTTPS +Oracle Open Office Chart : windows +Oracle Open Office Chart : windows;docking +Oracle Open Office Chart : windows;docking definition +Oracle Open Office Chart : windows;hiding/showing/docking +Oracle Open Office Chart : windows;new +Oracle Open Office Chart : wizards +Oracle Open Office Chart : wizards;agendas +Oracle Open Office Chart : wizards;database queries +Oracle Open Office Chart : wizards;database tables (Base) +Oracle Open Office Chart : wizards;databases (Base) +Oracle Open Office Chart : wizards;document converter +Oracle Open Office Chart : wizards;Euro Converter +Oracle Open Office Chart : wizards;faxes +Oracle Open Office Chart : wizards;forms +Oracle Open Office Chart : wizards;letters +Oracle Open Office Chart : wizards;macros (Base) +Oracle Open Office Chart : wizards;overview +Oracle Open Office Chart : wizards;presentations +Oracle Open Office Chart : wizards;reports +Oracle Open Office Chart : Word documents +Oracle Open Office Chart : Word documents;compatibility +Oracle Open Office Chart : Word documents;saving as +Oracle Open Office Chart : WordArt, see Fontwork +Oracle Open Office Chart : words +Oracle Open Office Chart : words;automatically replacing +Oracle Open Office Chart : words;wrapping in cells +Oracle Open Office Chart : words;wrapping in CTL +Oracle Open Office Chart : working directory change +Oracle Open Office Chart : wrapping text +Oracle Open Office Chart : wrapping text;in cells +Oracle Open Office Chart : write protection on/off +Oracle Open Office Chart : writing aids options +Oracle Open Office Chart : WYSIWYG in fonts lists +Oracle Open Office Chart : X axes +Oracle Open Office Chart : X axes;grid formatting +Oracle Open Office Chart : X axes;positioning +Oracle Open Office Chart : X axes;scaling +Oracle Open Office Chart : X axes;showing +Oracle Open Office Chart : XForms +Oracle Open Office Chart : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Chart : XForms;conditions +Oracle Open Office Chart : XForms;opening/editing +Oracle Open Office Chart : XML converters +Oracle Open Office Chart : XML file formats +Oracle Open Office Chart : XML filters +Oracle Open Office Chart : XML filters;creating/testing +Oracle Open Office Chart : XML filters;saving as package/installing/deleting +Oracle Open Office Chart : XML filters;settings +Oracle Open Office Chart : XML Forms, see XForms +Oracle Open Office Chart : XSLT filters, see also XML filters +Oracle Open Office Chart : XY charts +Oracle Open Office Chart : Y axes +Oracle Open Office Chart : Y axes;formatting +Oracle Open Office Chart : Y axes;grid formatting +Oracle Open Office Chart : Y axes;positioning +Oracle Open Office Chart : Y axes;scaling +Oracle Open Office Chart : Y axes;showing +Oracle Open Office Chart : years +Oracle Open Office Chart : years;2-digit options +Oracle Open Office Chart : Z axes +Oracle Open Office Chart : Z axes;grid formatting +Oracle Open Office Chart : Z axes;showing +Oracle Open Office Chart : zero values +Oracle Open Office Chart : zero values;displaying (Calc) +Oracle Open Office Chart : zooming +Oracle Open Office Chart : zooming;page views +Oracle Open Office Chart : zooming;pictures +Oracle Open Office Chart : zooming;status bar +Oracle Open Office Base : 1/2 replacement +Oracle Open Office Base : 3D text creation +Oracle Open Office Base : abbreviation replacement +Oracle Open Office Base : absolute hyperlinks +Oracle Open Office Base : absolute saving of URLs +Oracle Open Office Base : accents +Oracle Open Office Base : Access databases (base) +Oracle Open Office Base : access rights for database tables (Base) +Oracle Open Office Base : accessibility +Oracle Open Office Base : accessibility;general shortcuts +Oracle Open Office Base : accessibility;options +Oracle Open Office Base : accessibility;Oracle Open Office assistive technology +Oracle Open Office Base : accessibility;Oracle Open Office features +Oracle Open Office Base : activating +Oracle Open Office Base : activating;context menus +Oracle Open Office Base : activating;Error Report Tool +Oracle Open Office Base : activating;extended help tips +Oracle Open Office Base : activating;plug-ins +Oracle Open Office Base : ActiveX control +Oracle Open Office Base : Adabas D databases (base) +Oracle Open Office Base : add-ons, see UNO components +Oracle Open Office Base : additional selection mode +Oracle Open Office Base : address books +Oracle Open Office Base : address books;LDAP server (Base) +Oracle Open Office Base : address books;registering +Oracle Open Office Base : address labels from databases +Oracle Open Office Base : ADO databases (Base) +Oracle Open Office Base : Agenda Wizard +Oracle Open Office Base : aging filter +Oracle Open Office Base : aligning +Oracle Open Office Base : aligning;cells +Oracle Open Office Base : aligning;objects +Oracle Open Office Base : aligning;paragraphs +Oracle Open Office Base : aligning;tables in text +Oracle Open Office Base : aligning;text objects +Oracle Open Office Base : alternative fonts +Oracle Open Office Base : ampersand symbol, see also operators +Oracle Open Office Base : anchors +Oracle Open Office Base : anchors;changing +Oracle Open Office Base : anchors;displaying (Calc) +Oracle Open Office Base : anchors;types/positions for draw objects +Oracle Open Office Base : animations +Oracle Open Office Base : animations;accessibility options +Oracle Open Office Base : appearance options +Oracle Open Office Base : Arabic +Oracle Open Office Base : Arabic;entering text +Oracle Open Office Base : Arabic;language settings +Oracle Open Office Base : areas +Oracle Open Office Base : areas;bitmap patterns +Oracle Open Office Base : areas;hatched/dotted +Oracle Open Office Base : areas;shadows +Oracle Open Office Base : areas;slanting +Oracle Open Office Base : areas;styles +Oracle Open Office Base : areas;transparency +Oracle Open Office Base : arguments in command line +Oracle Open Office Base : arranging +Oracle Open Office Base : arranging;objects +Oracle Open Office Base : arrows +Oracle Open Office Base : arrows;defining arrow heads +Oracle Open Office Base : arrows;defining arrow lines +Oracle Open Office Base : arrows;drawing in text +Oracle Open Office Base : ASCII +Oracle Open Office Base : ASCII;definition +Oracle Open Office Base : Asian languages +Oracle Open Office Base : Asian languages;enabling +Oracle Open Office Base : Asian Phonetic Guide +Oracle Open Office Base : Asian typography +Oracle Open Office Base : assigning scripts +Oracle Open Office Base : assistive technology in Oracle Open Office +Oracle Open Office Base : attaching toolbars +Oracle Open Office Base : attachments in e-mails +Oracle Open Office Base : audio +Oracle Open Office Base : auto reloading HTML documents +Oracle Open Office Base : AutoAbstract function for sending text to presentations +Oracle Open Office Base : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Base : AutoComplete function in text and list boxes +Oracle Open Office Base : AutoCorrect function +Oracle Open Office Base : AutoCorrect function;context menu +Oracle Open Office Base : AutoCorrect function;options +Oracle Open Office Base : AutoCorrect function;pictures and frames +Oracle Open Office Base : AutoCorrect function;quotes +Oracle Open Office Base : AutoCorrect function;replacement table +Oracle Open Office Base : AutoCorrect function;switching on and off in Calc +Oracle Open Office Base : AutoCorrect function;URL recognition +Oracle Open Office Base : AutoFormat function +Oracle Open Office Base : AutoFormat function;switching on and off +Oracle Open Office Base : automatic captions (Writer) +Oracle Open Office Base : automatic control focus +Oracle Open Office Base : automatic hyperlink formatting +Oracle Open Office Base : automatic line breaks +Oracle Open Office Base : automatic lines/borders in text +Oracle Open Office Base : automatic saving +Oracle Open Office Base : AutoPilots, see wizards +Oracle Open Office Base : AutoValue (Base) +Oracle Open Office Base : axes in charts +Oracle Open Office Base : backgrounds +Oracle Open Office Base : backgrounds;defining colors/pictures +Oracle Open Office Base : backgrounds;frames/sections/indexes +Oracle Open Office Base : backgrounds;inserting from Gallery +Oracle Open Office Base : backgrounds;printing +Oracle Open Office Base : backing window +Oracle Open Office Base : backups +Oracle Open Office Base : backups;automatic +Oracle Open Office Base : backups;documents +Oracle Open Office Base : Basic +Oracle Open Office Base : Basic;fonts for source display +Oracle Open Office Base : Basic;programming +Oracle Open Office Base : Basic;recording macros +Oracle Open Office Base : basic fonts +Oracle Open Office Base : Bézier curves +Oracle Open Office Base : Bézier curves;control points in presentations +Oracle Open Office Base : bi-directional writing +Oracle Open Office Base : binding space +Oracle Open Office Base : bitmaps +Oracle Open Office Base : bitmaps;inserting and editing +Oracle Open Office Base : bitmaps;off for faster printing +Oracle Open Office Base : bitmaps;patterns +Oracle Open Office Base : black and white printing +Oracle Open Office Base : black printing in Calc +Oracle Open Office Base : block selection mode +Oracle Open Office Base : bold +Oracle Open Office Base : bold;AutoFormat function +Oracle Open Office Base : bold;text +Oracle Open Office Base : bookmarks +Oracle Open Office Base : bookmarks;Help +Oracle Open Office Base : borders +Oracle Open Office Base : borders;arranging +Oracle Open Office Base : borders;cells on screen (Calc) +Oracle Open Office Base : borders;for paragraphs +Oracle Open Office Base : borders;for tables +Oracle Open Office Base : borders;shadows +Oracle Open Office Base : borders;table boundaries (Writer) +Oracle Open Office Base : borders, see also frames +Oracle Open Office Base : bound fields +Oracle Open Office Base : bound fields;controls +Oracle Open Office Base : boundaries of tables (Writer) +Oracle Open Office Base : break display (Writer) +Oracle Open Office Base : brochures +Oracle Open Office Base : brochures;printing several +Oracle Open Office Base : build numbers of Oracle Open Office +Oracle Open Office Base : bullet lists +Oracle Open Office Base : bullet lists;formatting options +Oracle Open Office Base : bullets +Oracle Open Office Base : bullets;paragraphs +Oracle Open Office Base : bullets;replacing +Oracle Open Office Base : bullets;turning off +Oracle Open Office Base : business cards +Oracle Open Office Base : business cards;creating and synchronizing +Oracle Open Office Base : business cards;using templates +Oracle Open Office Base : button bars, see toolbars +Oracle Open Office Base : buttons +Oracle Open Office Base : buttons;adding push buttons +Oracle Open Office Base : buttons;big/small +Oracle Open Office Base : buttons;editing hyperlink buttons +Oracle Open Office Base : buttons;form functions +Oracle Open Office Base : buttons;toolbars +Oracle Open Office Base : cache for graphics +Oracle Open Office Base : calculating +Oracle Open Office Base : calculating;iterative references (Calc) +Oracle Open Office Base : callouts +Oracle Open Office Base : callouts;drawings +Oracle Open Office Base : capital letters +Oracle Open Office Base : capital letters;AutoCorrect function +Oracle Open Office Base : capital letters;font effects +Oracle Open Office Base : captions +Oracle Open Office Base : captions;automatic captions (Writer) +Oracle Open Office Base : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Base : captions, see also labels/callouts +Oracle Open Office Base : cascading update (Base) +Oracle Open Office Base : case sensitivity +Oracle Open Office Base : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Base : case sensitivity;searching +Oracle Open Office Base : cells +Oracle Open Office Base : cells;aligning +Oracle Open Office Base : cells;coloring (Calc) +Oracle Open Office Base : cells;cursor positions after input (Calc) +Oracle Open Office Base : cells;formatting without effect (Calc) +Oracle Open Office Base : cells;line breaks +Oracle Open Office Base : cells;linked to controls +Oracle Open Office Base : cells;number of +Oracle Open Office Base : cells;pasting +Oracle Open Office Base : cells;resetting formats +Oracle Open Office Base : cells;showing grid lines (Calc) +Oracle Open Office Base : centered text +Oracle Open Office Base : centimeters +Oracle Open Office Base : certificates +Oracle Open Office Base : changes +Oracle Open Office Base : changes;accepting or rejecting +Oracle Open Office Base : changes;comparing to original +Oracle Open Office Base : changes;protecting +Oracle Open Office Base : changes;recording +Oracle Open Office Base : changes;review function +Oracle Open Office Base : changes;showing +Oracle Open Office Base : changing +Oracle Open Office Base : changing;document titles +Oracle Open Office Base : changing;file associations in Setup program +Oracle Open Office Base : changing;icon sizes +Oracle Open Office Base : changing;links +Oracle Open Office Base : changing;work directory +Oracle Open Office Base : changing, see also editing and replacing +Oracle Open Office Base : character styles +Oracle Open Office Base : character styles;language selection +Oracle Open Office Base : characters +Oracle Open Office Base : characters;alternative fonts +Oracle Open Office Base : characters;Asian layout +Oracle Open Office Base : characters;bold +Oracle Open Office Base : characters;coloring +Oracle Open Office Base : characters;displaying only on screen (Writer) +Oracle Open Office Base : characters;enabling CTL and Asian characters +Oracle Open Office Base : characters;font effects +Oracle Open Office Base : characters;fonts and formats +Oracle Open Office Base : characters;hyperlinks +Oracle Open Office Base : characters;italics +Oracle Open Office Base : characters;language selection +Oracle Open Office Base : characters;shadowed +Oracle Open Office Base : characters;spacing +Oracle Open Office Base : characters;special +Oracle Open Office Base : characters;underlining +Oracle Open Office Base : charcoal sketches filter +Oracle Open Office Base : charts +Oracle Open Office Base : charts;arranging within stacks +Oracle Open Office Base : charts;bars with textures +Oracle Open Office Base : charts;colors +Oracle Open Office Base : charts;copying with link to source cell range +Oracle Open Office Base : charts;displaying (Calc) +Oracle Open Office Base : charts;editing axes +Oracle Open Office Base : charts;editing data +Oracle Open Office Base : charts;editing legends +Oracle Open Office Base : charts;editing titles +Oracle Open Office Base : charts;inserting +Oracle Open Office Base : charts;updating automatically (Writer) +Oracle Open Office Base : check box creation +Oracle Open Office Base : Chinese writing systems +Oracle Open Office Base : choosing printers +Oracle Open Office Base : circle drawings +Oracle Open Office Base : Client Side ImageMap +Oracle Open Office Base : clipboard +Oracle Open Office Base : clipboard;cutting +Oracle Open Office Base : clipboard;pasting +Oracle Open Office Base : clipboard;pasting formatted/unformatted text +Oracle Open Office Base : clipboard;selection clipboard +Oracle Open Office Base : clipboard;Unix +Oracle Open Office Base : closing +Oracle Open Office Base : closing;documents +Oracle Open Office Base : closing;toolbars +Oracle Open Office Base : collaboration +Oracle Open Office Base : color bar +Oracle Open Office Base : colors +Oracle Open Office Base : colors;adding +Oracle Open Office Base : colors;appearance +Oracle Open Office Base : colors;backgrounds +Oracle Open Office Base : colors;charts +Oracle Open Office Base : colors;fill format +Oracle Open Office Base : colors;fonts +Oracle Open Office Base : colors;grid lines and cells (Calc) +Oracle Open Office Base : colors;models +Oracle Open Office Base : colors;not printing +Oracle Open Office Base : colors;printing in grayscale +Oracle Open Office Base : colors;restriction (Calc) +Oracle Open Office Base : colors;selection +Oracle Open Office Base : column headers +Oracle Open Office Base : column headers;displaying (Calc) +Oracle Open Office Base : column headers;highlighting (Calc) +Oracle Open Office Base : columns +Oracle Open Office Base : columns;setting with the mouse +Oracle Open Office Base : combo box creation +Oracle Open Office Base : command button creation +Oracle Open Office Base : command buttons, see push buttons +Oracle Open Office Base : command line parameters +Oracle Open Office Base : commands +Oracle Open Office Base : commands;repeating +Oracle Open Office Base : commands;SQL +Oracle Open Office Base : comments +Oracle Open Office Base : comments;displaying (Calc) +Oracle Open Office Base : comments;inserting/editing/deleting/printing +Oracle Open Office Base : comments;on changes +Oracle Open Office Base : comments;printing in text +Oracle Open Office Base : common terms +Oracle Open Office Base : common terms;Chinese dictionary +Oracle Open Office Base : common terms;glossaries +Oracle Open Office Base : common terms;Internet glossary +Oracle Open Office Base : comparisons +Oracle Open Office Base : comparisons;document versions +Oracle Open Office Base : comparisons;operators in default filter dialog +Oracle Open Office Base : compatibility settings for MS Word import +Oracle Open Office Base : complete screen view +Oracle Open Office Base : complex text layout +Oracle Open Office Base : complex text layout;definition +Oracle Open Office Base : complex text layout;enabling +Oracle Open Office Base : complex text layout, see CTL +Oracle Open Office Base : compose key to insert special characters +Oracle Open Office Base : concatenation, see ampersand symbol +Oracle Open Office Base : conditional separators +Oracle Open Office Base : conditions +Oracle Open Office Base : conditions;in number formats +Oracle Open Office Base : conditions;items in Data Navigator +Oracle Open Office Base : Configuration Manager +Oracle Open Office Base : configuring +Oracle Open Office Base : configuring;fax icon +Oracle Open Office Base : configuring;Oracle Open Office +Oracle Open Office Base : configuring;toolbars +Oracle Open Office Base : connections to data sources (Base) +Oracle Open Office Base : contents protection +Oracle Open Office Base : context menus +Oracle Open Office Base : control point display in presentations +Oracle Open Office Base : controls +Oracle Open Office Base : controls;activating in forms +Oracle Open Office Base : controls;adding to documents +Oracle Open Office Base : controls;arranging in forms +Oracle Open Office Base : controls;arranging within stacks +Oracle Open Office Base : controls;assigning data sources +Oracle Open Office Base : controls;assigning macros (Basic) +Oracle Open Office Base : controls;bound fields/list contents/linked cells +Oracle Open Office Base : controls;events +Oracle Open Office Base : controls;focus +Oracle Open Office Base : controls;formatted fields +Oracle Open Office Base : controls;grouping +Oracle Open Office Base : controls;hidden +Oracle Open Office Base : controls;inserting +Oracle Open Office Base : controls;multi-line titles +Oracle Open Office Base : controls;positions and sizes +Oracle Open Office Base : controls;printing +Oracle Open Office Base : controls;properties of form controls +Oracle Open Office Base : controls;properties of table controls +Oracle Open Office Base : controls;reference by SQL +Oracle Open Office Base : controls;rich text control +Oracle Open Office Base : controls;select mode +Oracle Open Office Base : controls;showing (Writer) +Oracle Open Office Base : converters +Oracle Open Office Base : converters;Euro converter +Oracle Open Office Base : converters;PostScript, UNIX +Oracle Open Office Base : converters;XML +Oracle Open Office Base : converting +Oracle Open Office Base : converting;Hangul/Hanja +Oracle Open Office Base : converting;metrics +Oracle Open Office Base : converting;Microsoft documents +Oracle Open Office Base : converting;Oracle Open Office documents +Oracle Open Office Base : converting;Pocket PC formats +Oracle Open Office Base : copies +Oracle Open Office Base : copies;printing +Oracle Open Office Base : copying +Oracle Open Office Base : copying;by drag and drop +Oracle Open Office Base : copying;data from text documents +Oracle Open Office Base : copying;datasource records in spreadsheets +Oracle Open Office Base : copying;draw objects +Oracle Open Office Base : copying;draw objects between documents +Oracle Open Office Base : copying;formatting +Oracle Open Office Base : copying;from data source view +Oracle Open Office Base : copying;from Gallery +Oracle Open Office Base : copying;in Unix +Oracle Open Office Base : copying;pictures, between documents +Oracle Open Office Base : copying;sheet areas, to text documents +Oracle Open Office Base : copying;to Gallery +Oracle Open Office Base : copyright for Oracle Open Office +Oracle Open Office Base : corner roundings +Oracle Open Office Base : crash reports +Oracle Open Office Base : criteria of query design (Base) +Oracle Open Office Base : cropping pictures +Oracle Open Office Base : CTL +Oracle Open Office Base : CTL;(not) wrapping words +Oracle Open Office Base : CTL;complex text layout languages +Oracle Open Office Base : CTL;definition +Oracle Open Office Base : CTL;options +Oracle Open Office Base : currencies +Oracle Open Office Base : currencies;converters +Oracle Open Office Base : currencies;format codes +Oracle Open Office Base : currency field creation +Oracle Open Office Base : currency formats +Oracle Open Office Base : cursor +Oracle Open Office Base : cursor;allowing in protected areas (Writer) +Oracle Open Office Base : cursor;in read-only text +Oracle Open Office Base : cursor;quickly moving to an object +Oracle Open Office Base : curves +Oracle Open Office Base : curves;editing points +Oracle Open Office Base : custom dictionaries +Oracle Open Office Base : custom dictionaries;editing +Oracle Open Office Base : custom hyphens (Writer) +Oracle Open Office Base : custom quotes +Oracle Open Office Base : custom templates +Oracle Open Office Base : customizing +Oracle Open Office Base : customizing;events +Oracle Open Office Base : customizing;keyboard +Oracle Open Office Base : customizing;menus +Oracle Open Office Base : customizing;Oracle Open Office +Oracle Open Office Base : customizing;round corners +Oracle Open Office Base : customizing;toolbars +Oracle Open Office Base : cutting +Oracle Open Office Base : dashes +Oracle Open Office Base : data +Oracle Open Office Base : data;filtering in forms +Oracle Open Office Base : data;forms and subforms +Oracle Open Office Base : data;read-only +Oracle Open Office Base : data;sorting in forms +Oracle Open Office Base : data;user data +Oracle Open Office Base : data binding change in XForms +Oracle Open Office Base : Data Navigator +Oracle Open Office Base : Data Navigator;adding/editing items +Oracle Open Office Base : Data Navigator;display options +Oracle Open Office Base : data source browser +Oracle Open Office Base : data source explorer +Oracle Open Office Base : data source view +Oracle Open Office Base : data source view;drag and drop +Oracle Open Office Base : data source view;overview +Oracle Open Office Base : data source view;showing +Oracle Open Office Base : data sources +Oracle Open Office Base : data sources;as tables +Oracle Open Office Base : data sources;connection settings (Base) +Oracle Open Office Base : data sources;copying records to spreadsheets +Oracle Open Office Base : data sources;displaying current +Oracle Open Office Base : data sources;LDAP server (Base) +Oracle Open Office Base : data sources;Oracle Open Office Base +Oracle Open Office Base : data sources;registering address books +Oracle Open Office Base : data sources;reports +Oracle Open Office Base : data sources;viewing +Oracle Open Office Base : data structure of XForms +Oracle Open Office Base : data, see also values +Oracle Open Office Base : database contents +Oracle Open Office Base : database contents;inserting as tables +Oracle Open Office Base : database contents;inserting as text +Oracle Open Office Base : database reports +Oracle Open Office Base : Database Wizard (Base) +Oracle Open Office Base : databases +Oracle Open Office Base : databases;administration through SQL (Base) +Oracle Open Office Base : databases;ADO (Base) +Oracle Open Office Base : databases;connecting (Base) +Oracle Open Office Base : databases;creating +Oracle Open Office Base : databases;creating labels +Oracle Open Office Base : databases;creating queries +Oracle Open Office Base : databases;creating reports +Oracle Open Office Base : databases;creating tables +Oracle Open Office Base : databases;deleting (Base) +Oracle Open Office Base : databases;drag and drop (Base) +Oracle Open Office Base : databases;editing tables +Oracle Open Office Base : databases;form filters +Oracle Open Office Base : databases;formats (Base) +Oracle Open Office Base : databases;importing/exporting +Oracle Open Office Base : databases;JDBC (Base) +Oracle Open Office Base : databases;main page (Base) +Oracle Open Office Base : databases;ODBC (Base) +Oracle Open Office Base : databases;overview +Oracle Open Office Base : databases;registering (Base) +Oracle Open Office Base : databases;searching records +Oracle Open Office Base : databases;shortcut keys +Oracle Open Office Base : databases;sorting +Oracle Open Office Base : databases;standard filters +Oracle Open Office Base : databases;text formats +Oracle Open Office Base : databases;viewing +Oracle Open Office Base : date fields +Oracle Open Office Base : date fields;creating +Oracle Open Office Base : date fields;properties +Oracle Open Office Base : date formats +Oracle Open Office Base : dates +Oracle Open Office Base : dates;default (Calc) +Oracle Open Office Base : dates;printing in presentations +Oracle Open Office Base : dates;start 1900/01/01 (Calc) +Oracle Open Office Base : dates;start 1904/01/01 (Calc) +Oracle Open Office Base : dBASE +Oracle Open Office Base : dBASE;database settings (Base) +Oracle Open Office Base : DDE +Oracle Open Office Base : DDE;definition +Oracle Open Office Base : deactivating +Oracle Open Office Base : deactivating;plug-ins +Oracle Open Office Base : decimal places displayed (Calc) +Oracle Open Office Base : decimal separator key +Oracle Open Office Base : decimal tab stops +Oracle Open Office Base : default directories +Oracle Open Office Base : default filters +Oracle Open Office Base : default filters;comparison operators +Oracle Open Office Base : default filters;databases +Oracle Open Office Base : default printer +Oracle Open Office Base : default printer;setting up +Oracle Open Office Base : default printer;UNIX +Oracle Open Office Base : default templates +Oracle Open Office Base : default templates;changing +Oracle Open Office Base : default templates;organizing +Oracle Open Office Base : defaults +Oracle Open Office Base : defaults;documents +Oracle Open Office Base : defaults;file formats in file dialogs +Oracle Open Office Base : defaults;file formats in Oracle Open Office +Oracle Open Office Base : defaults;fonts +Oracle Open Office Base : defaults;grids (Writer/Calc) +Oracle Open Office Base : defaults;languages +Oracle Open Office Base : defaults;number formats +Oracle Open Office Base : defaults;of saving +Oracle Open Office Base : defaults;program configuration +Oracle Open Office Base : defaults;tab stops in text +Oracle Open Office Base : defaults;views +Oracle Open Office Base : defining +Oracle Open Office Base : defining;arrowheads and other line ends +Oracle Open Office Base : defining;colors +Oracle Open Office Base : defining;line styles +Oracle Open Office Base : defining;paragraph borders +Oracle Open Office Base : defining;queries (Base) +Oracle Open Office Base : defining;table borders +Oracle Open Office Base : deleting +Oracle Open Office Base : deleting;all direct formatting +Oracle Open Office Base : deleting;comments +Oracle Open Office Base : deleting;databases (Base) +Oracle Open Office Base : deleting;hyperlinks +Oracle Open Office Base : deleting;lines in text +Oracle Open Office Base : deleting;models/instances +Oracle Open Office Base : deleting;namespaces in XForms +Oracle Open Office Base : deleting;tab stops +Oracle Open Office Base : deleting;templates +Oracle Open Office Base : deleting;XML filters +Oracle Open Office Base : depth stagger +Oracle Open Office Base : descriptions for objects +Oracle Open Office Base : design mode after saving +Oracle Open Office Base : design view +Oracle Open Office Base : design view;creating forms +Oracle Open Office Base : design view;queries/views (Base) +Oracle Open Office Base : designing +Oracle Open Office Base : designing;database tables +Oracle Open Office Base : designing;fonts +Oracle Open Office Base : designing;queries (Base) +Oracle Open Office Base : detaching toolbars +Oracle Open Office Base : dictionaries +Oracle Open Office Base : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Base : dictionaries;creating +Oracle Open Office Base : dictionaries;editing user-defined +Oracle Open Office Base : dictionaries;spellcheck +Oracle Open Office Base : dictionaries, see also languages +Oracle Open Office Base : digital signatures +Oracle Open Office Base : digital signatures;getting/managing/applying +Oracle Open Office Base : digital signatures;overview +Oracle Open Office Base : digital signatures;WebDAV over HTTPS +Oracle Open Office Base : direct formatting +Oracle Open Office Base : direct formatting;undoing all +Oracle Open Office Base : directories +Oracle Open Office Base : directories;creating new +Oracle Open Office Base : directories;directory structure +Oracle Open Office Base : disabled persons +Oracle Open Office Base : displaying +Oracle Open Office Base : displaying;comments (Calc) +Oracle Open Office Base : displaying;comments in text documents +Oracle Open Office Base : displaying;non-printing characters (Writer) +Oracle Open Office Base : displaying;pictures and objects (Writer) +Oracle Open Office Base : displaying;tables (Writer) +Oracle Open Office Base : displaying;zero values (Calc) +Oracle Open Office Base : distances +Oracle Open Office Base : distinct values in SQL queries +Oracle Open Office Base : distorting in drawings +Oracle Open Office Base : distributing XML filters +Oracle Open Office Base : docking +Oracle Open Office Base : docking;definition +Oracle Open Office Base : docking;toolbars +Oracle Open Office Base : docking;windows +Oracle Open Office Base : Document Converter Wizard +Oracle Open Office Base : Document Map, see Navigator +Oracle Open Office Base : document types in Oracle Open Office +Oracle Open Office Base : documents +Oracle Open Office Base : documents;changing titles +Oracle Open Office Base : documents;closing +Oracle Open Office Base : documents;comparing +Oracle Open Office Base : documents;contents as lists +Oracle Open Office Base : documents;editing time +Oracle Open Office Base : documents;exporting +Oracle Open Office Base : documents;importing +Oracle Open Office Base : documents;languages +Oracle Open Office Base : documents;measurement units in +Oracle Open Office Base : documents;merging +Oracle Open Office Base : documents;number of pages/tables/sheets +Oracle Open Office Base : documents;opening +Oracle Open Office Base : documents;opening in design mode +Oracle Open Office Base : documents;opening with templates +Oracle Open Office Base : documents;organizing +Oracle Open Office Base : documents;printing +Oracle Open Office Base : documents;read-only +Oracle Open Office Base : documents;reloading +Oracle Open Office Base : documents;saving +Oracle Open Office Base : documents;saving automatically +Oracle Open Office Base : documents;saving in other formats +Oracle Open Office Base : documents;sending as e-mail +Oracle Open Office Base : documents;styles changed +Oracle Open Office Base : documents;version management +Oracle Open Office Base : documents;version numbers +Oracle Open Office Base : dotted areas +Oracle Open Office Base : double-line spacing in paragraphs +Oracle Open Office Base : double-line writing in Asian layout +Oracle Open Office Base : drag and drop +Oracle Open Office Base : drag and drop;copying and pasting text +Oracle Open Office Base : drag and drop;data source view +Oracle Open Office Base : drag and drop;from Gallery to draw objects +Oracle Open Office Base : drag and drop;overview +Oracle Open Office Base : drag and drop;pictures +Oracle Open Office Base : drag and drop;to Gallery +Oracle Open Office Base : draw objects +Oracle Open Office Base : draw objects;adding/editing/copying +Oracle Open Office Base : draw objects;anchoring +Oracle Open Office Base : draw objects;arranging within stacks +Oracle Open Office Base : draw objects;copying between documents +Oracle Open Office Base : draw objects;displaying (Calc) +Oracle Open Office Base : draw objects;dropping Gallery pictures +Oracle Open Office Base : draw objects;flipping +Oracle Open Office Base : draw objects;legends +Oracle Open Office Base : draw objects;positioning and resizing +Oracle Open Office Base : draw objects;protecting +Oracle Open Office Base : draw objects;slanting +Oracle Open Office Base : draw objects;text in +Oracle Open Office Base : Drawing bar +Oracle Open Office Base : drawing lines in text +Oracle Open Office Base : drawings +Oracle Open Office Base : drawings;creating/opening +Oracle Open Office Base : drawings;languages +Oracle Open Office Base : drawings;printing +Oracle Open Office Base : drawings;printing defaults +Oracle Open Office Base : drawings;printing in text documents +Oracle Open Office Base : drawings;saving +Oracle Open Office Base : drawings;saving automatically +Oracle Open Office Base : drawings;saving in other formats +Oracle Open Office Base : drawings;sending as e-mail +Oracle Open Office Base : drawings;showing (Writer) +Oracle Open Office Base : drawings, see also draw objects +Oracle Open Office Base : drop-down lists in form functions +Oracle Open Office Base : e-mail attachments +Oracle Open Office Base : Edit File icon +Oracle Open Office Base : edit mode +Oracle Open Office Base : edit mode;after opening +Oracle Open Office Base : edit mode;through Enter key (Calc) +Oracle Open Office Base : Edit Points bar +Oracle Open Office Base : editing +Oracle Open Office Base : editing;chart axes +Oracle Open Office Base : editing;chart data +Oracle Open Office Base : editing;chart legends +Oracle Open Office Base : editing;chart titles +Oracle Open Office Base : editing;comments +Oracle Open Office Base : editing;data binding of XForms +Oracle Open Office Base : editing;database tables and queries +Oracle Open Office Base : editing;draw objects +Oracle Open Office Base : editing;Fontwork objects +Oracle Open Office Base : editing;hyperlinks +Oracle Open Office Base : editing;menus +Oracle Open Office Base : editing;objects +Oracle Open Office Base : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Base : editing;pictures +Oracle Open Office Base : editing;reports +Oracle Open Office Base : editing;shortcut keys +Oracle Open Office Base : editing;tab stops +Oracle Open Office Base : editing;templates +Oracle Open Office Base : editing;toolbars +Oracle Open Office Base : editing;undoing +Oracle Open Office Base : editing;XForms +Oracle Open Office Base : editing time of documents +Oracle Open Office Base : editors +Oracle Open Office Base : editors;formula editor +Oracle Open Office Base : editors;ImageMap editor +Oracle Open Office Base : effects +Oracle Open Office Base : effects;font positions +Oracle Open Office Base : effects;fonts +Oracle Open Office Base : effects;Fontwork icons +Oracle Open Office Base : empty documents +Oracle Open Office Base : empty paragraph removal +Oracle Open Office Base : encryption of contents +Oracle Open Office Base : entering groups +Oracle Open Office Base : entering text from right to left +Oracle Open Office Base : equal sign, see also operators +Oracle Open Office Base : equations in formula editor +Oracle Open Office Base : Error Report Tool +Oracle Open Office Base : Euro +Oracle Open Office Base : Euro;currency formats +Oracle Open Office Base : Euro;Euro Converter Wizard +Oracle Open Office Base : even/odd pages +Oracle Open Office Base : even/odd pages;printing +Oracle Open Office Base : events +Oracle Open Office Base : events;assigning scripts +Oracle Open Office Base : events;controls +Oracle Open Office Base : events;customizing +Oracle Open Office Base : events;in forms +Oracle Open Office Base : Excel +Oracle Open Office Base : Excel;saving as +Oracle Open Office Base : Excel;search criteria +Oracle Open Office Base : exceptions +Oracle Open Office Base : exceptions;user-defined dictionaries +Oracle Open Office Base : exchanging, see also replacing +Oracle Open Office Base : executing SQL commands +Oracle Open Office Base : exiting +Oracle Open Office Base : exiting;groups +Oracle Open Office Base : exiting;Oracle Open Office +Oracle Open Office Base : expanding formatting (Calc) +Oracle Open Office Base : explorer of data sources +Oracle Open Office Base : export filters +Oracle Open Office Base : exporting +Oracle Open Office Base : exporting;bitmaps +Oracle Open Office Base : exporting;HTML and text documents +Oracle Open Office Base : exporting;Microsoft Office documents with VBA code +Oracle Open Office Base : exporting;spreadsheets to text format +Oracle Open Office Base : exporting;templates +Oracle Open Office Base : exporting;to foreign formats +Oracle Open Office Base : exporting;to HTML +Oracle Open Office Base : exporting;to Microsoft Office formats +Oracle Open Office Base : exporting;to PDF +Oracle Open Office Base : exporting;to PostScript format +Oracle Open Office Base : exporting;to XML +Oracle Open Office Base : exporting;XML files +Oracle Open Office Base : extended tips in Help +Oracle Open Office Base : extension mode in text +Oracle Open Office Base : extensions +Oracle Open Office Base : extensions;Extension Manager +Oracle Open Office Base : extensions;file formats +Oracle Open Office Base : external keys (Base) +Oracle Open Office Base : faster printing +Oracle Open Office Base : faxes +Oracle Open Office Base : faxes;configuring Oracle Open Office +Oracle Open Office Base : faxes;fax programs/fax printers under UNIX +Oracle Open Office Base : faxes;selecting a fax machine +Oracle Open Office Base : faxes;sending +Oracle Open Office Base : faxes;wizards +Oracle Open Office Base : feedback +Oracle Open Office Base : feedback;automatically +Oracle Open Office Base : fields +Oracle Open Office Base : fields;database tables +Oracle Open Office Base : fields;displaying field codes (Writer) +Oracle Open Office Base : fields;formatted fields +Oracle Open Office Base : fields;updating automatically (Writer) +Oracle Open Office Base : file associations for Microsoft Office +Oracle Open Office Base : file filters +Oracle Open Office Base : file filters;mobile devices +Oracle Open Office Base : file filters;XML +Oracle Open Office Base : file formats +Oracle Open Office Base : file formats;changing Oracle Open Office defaults +Oracle Open Office Base : file formats;OpenDocument/XML +Oracle Open Office Base : file formats;saving always in other formats +Oracle Open Office Base : file selection button +Oracle Open Office Base : file sharing options for current document +Oracle Open Office Base : files +Oracle Open Office Base : files;filters and formats +Oracle Open Office Base : files;importing +Oracle Open Office Base : files;opening +Oracle Open Office Base : files;opening with placeholders +Oracle Open Office Base : files;properties +Oracle Open Office Base : files;saving +Oracle Open Office Base : files;saving automatically +Oracle Open Office Base : files;saving in other formats +Oracle Open Office Base : files;sending as e-mail +Oracle Open Office Base : files;version numbers +Oracle Open Office Base : files and folders in Oracle Open Office +Oracle Open Office Base : fill characters with tabulators +Oracle Open Office Base : fill colors for areas +Oracle Open Office Base : fill patterns for areas +Oracle Open Office Base : filter conditions +Oracle Open Office Base : filter conditions;connecting +Oracle Open Office Base : filter conditions;in queries (Base) +Oracle Open Office Base : filtering +Oracle Open Office Base : filtering;data in databases +Oracle Open Office Base : filtering;data in forms +Oracle Open Office Base : filters +Oracle Open Office Base : filters;comparison operators +Oracle Open Office Base : filters;for import and export +Oracle Open Office Base : filters;Navigator +Oracle Open Office Base : filters;pictures +Oracle Open Office Base : filters;XML filter settings +Oracle Open Office Base : Find tab in Help +Oracle Open Office Base : finding +Oracle Open Office Base : finding;in all sheets +Oracle Open Office Base : finding;records in form documents +Oracle Open Office Base : finding;selections +Oracle Open Office Base : finding;similarity search +Oracle Open Office Base : fitting to pages +Oracle Open Office Base : fitting to pages;print settings in Math +Oracle Open Office Base : fitting to pages;print settings in presentations +Oracle Open Office Base : fixed text +Oracle Open Office Base : fixed text;form functions +Oracle Open Office Base : fixing toolbars +Oracle Open Office Base : flipping draw objects +Oracle Open Office Base : floating frames in HTML documents +Oracle Open Office Base : floating toolbars +Oracle Open Office Base : focus of controls +Oracle Open Office Base : folder creation +Oracle Open Office Base : font lists +Oracle Open Office Base : font name box +Oracle Open Office Base : font sizes +Oracle Open Office Base : font sizes;bullets +Oracle Open Office Base : font sizes;relative changes +Oracle Open Office Base : font sizes;scaling on screen +Oracle Open Office Base : font sizes;text +Oracle Open Office Base : fonts +Oracle Open Office Base : fonts;adding under UNIX +Oracle Open Office Base : fonts;changing in templates +Oracle Open Office Base : fonts;colors +Oracle Open Office Base : fonts;default settings +Oracle Open Office Base : fonts;effects +Oracle Open Office Base : fonts;for HTML and Basic +Oracle Open Office Base : fonts;formats +Oracle Open Office Base : fonts;outlines +Oracle Open Office Base : fonts;positions in text +Oracle Open Office Base : fonts;shadows +Oracle Open Office Base : fonts;specifying several +Oracle Open Office Base : fonts;strikethrough +Oracle Open Office Base : fonts;styles +Oracle Open Office Base : fonts;text objects +Oracle Open Office Base : Fontwork icons +Oracle Open Office Base : footers +Oracle Open Office Base : footers;backgrounds +Oracle Open Office Base : form controls +Oracle Open Office Base : form controls;assigning macros +Oracle Open Office Base : form controls;protecting +Oracle Open Office Base : form controls;toolbars +Oracle Open Office Base : form fields +Oracle Open Office Base : form filters +Oracle Open Office Base : Form Navigator +Oracle Open Office Base : format codes +Oracle Open Office Base : format codes;numbers +Oracle Open Office Base : format filling printing in Oracle Open Office Math +Oracle Open Office Base : Format Paintbrush +Oracle Open Office Base : formats +Oracle Open Office Base : formats;Asian layout +Oracle Open Office Base : formats;fonts +Oracle Open Office Base : formats;maximizing page formats +Oracle Open Office Base : formats;number and currency formats +Oracle Open Office Base : formats;of currencies/date/time +Oracle Open Office Base : formats;on opening and saving +Oracle Open Office Base : formats;pasting in special formats +Oracle Open Office Base : formats;positions +Oracle Open Office Base : formats;tabulators +Oracle Open Office Base : formatted fields +Oracle Open Office Base : formatted fields;form functions +Oracle Open Office Base : formatted fields;properties +Oracle Open Office Base : formatting +Oracle Open Office Base : formatting;Asian typography +Oracle Open Office Base : formatting;axes in charts +Oracle Open Office Base : formatting;chart legends +Oracle Open Office Base : formatting;copying +Oracle Open Office Base : formatting;definition +Oracle Open Office Base : formatting;expanding (Calc) +Oracle Open Office Base : formatting;font effects +Oracle Open Office Base : formatting;hyperlinks +Oracle Open Office Base : formatting;pages +Oracle Open Office Base : formatting;printer metrics (Writer) +Oracle Open Office Base : formatting;undoing +Oracle Open Office Base : formatting;undoing when writing +Oracle Open Office Base : forms +Oracle Open Office Base : forms;browsing +Oracle Open Office Base : forms;Combo Box/List Box Wizard +Oracle Open Office Base : forms;creating +Oracle Open Office Base : forms;data +Oracle Open Office Base : forms;designing (Base) +Oracle Open Office Base : forms;events +Oracle Open Office Base : forms;filtering data +Oracle Open Office Base : forms;finding records +Oracle Open Office Base : forms;focus after opening +Oracle Open Office Base : forms;general information (Base) +Oracle Open Office Base : forms;grouping controls +Oracle Open Office Base : forms;HTML filters +Oracle Open Office Base : forms;Navigator +Oracle Open Office Base : forms;opening in design mode +Oracle Open Office Base : forms;properties +Oracle Open Office Base : forms;sorting data +Oracle Open Office Base : forms;subforms +Oracle Open Office Base : forms;wizards +Oracle Open Office Base : forms;XForms +Oracle Open Office Base : formula texts +Oracle Open Office Base : formula texts;printing in Oracle Open Office Math +Oracle Open Office Base : formulas +Oracle Open Office Base : formulas;new +Oracle Open Office Base : formulas;starting formula editor +Oracle Open Office Base : formulas in reports +Oracle Open Office Base : formulas in reports;editing +Oracle Open Office Base : forums and support +Oracle Open Office Base : frames +Oracle Open Office Base : frames;around paragraphs +Oracle Open Office Base : frames;around tables +Oracle Open Office Base : frames;AutoCorrect function +Oracle Open Office Base : frames;backgrounds +Oracle Open Office Base : frames;captions (Writer) +Oracle Open Office Base : frames;printing in Oracle Open Office Math +Oracle Open Office Base : frames;protecting +Oracle Open Office Base : frames;selection frames +Oracle Open Office Base : frames;text fitting to frames +Oracle Open Office Base : freeform lines +Oracle Open Office Base : freeform lines;draw functions +Oracle Open Office Base : FTP +Oracle Open Office Base : FTP;opening documents +Oracle Open Office Base : FTP;saving documents +Oracle Open Office Base : full joins (Base) +Oracle Open Office Base : full screen view +Oracle Open Office Base : full-text search in Help +Oracle Open Office Base : functions in reports +Oracle Open Office Base : functions in reports;editing +Oracle Open Office Base : Gallery +Oracle Open Office Base : Gallery;adding pictures +Oracle Open Office Base : Gallery;dragging pictures to draw objects +Oracle Open Office Base : Gallery;hiding/showing +Oracle Open Office Base : Gallery;inserting pictures from +Oracle Open Office Base : get method for form transmissions +Oracle Open Office Base : getting support +Oracle Open Office Base : GIF format +Oracle Open Office Base : glossaries +Oracle Open Office Base : glossaries;common terms +Oracle Open Office Base : glossaries;Internet terms +Oracle Open Office Base : gradients off for faster printing +Oracle Open Office Base : graphic objects, see draw objects +Oracle Open Office Base : graphical text art +Oracle Open Office Base : graphics +Oracle Open Office Base : graphics;cache +Oracle Open Office Base : graphics;protecting +Oracle Open Office Base : graphics, see also pictures +Oracle Open Office Base : grayscale printing +Oracle Open Office Base : grid controls +Oracle Open Office Base : grid controls;form functions +Oracle Open Office Base : grids +Oracle Open Office Base : grids;defaults (Writer/Calc) +Oracle Open Office Base : grids;display options (Impress/Draw) +Oracle Open Office Base : grids;displaying lines (Calc) +Oracle Open Office Base : group box creation +Oracle Open Office Base : groups +Oracle Open Office Base : groups;entering/exiting/ungrouping +Oracle Open Office Base : groups;naming +Oracle Open Office Base : groups;of controls +Oracle Open Office Base : guides +Oracle Open Office Base : guides;display options (Impress/Draw) +Oracle Open Office Base : guides;displaying when moving objects (Impress) +Oracle Open Office Base : guides;showing (Calc) +Oracle Open Office Base : guides;showing when moving frames (Writer) +Oracle Open Office Base : gutter +Oracle Open Office Base : handles +Oracle Open Office Base : handles;displaying (Writer) +Oracle Open Office Base : handles;scaling +Oracle Open Office Base : handles;showing simple/large handles (Calc) +Oracle Open Office Base : Hangul/Hanja +Oracle Open Office Base : hatching +Oracle Open Office Base : headers +Oracle Open Office Base : headers;backgrounds +Oracle Open Office Base : headings +Oracle Open Office Base : headings;entering as text box +Oracle Open Office Base : Hebrew +Oracle Open Office Base : Hebrew;entering text +Oracle Open Office Base : Hebrew;language settings +Oracle Open Office Base : Help +Oracle Open Office Base : Help;bookmarks +Oracle Open Office Base : Help;extended tips on/off +Oracle Open Office Base : Help;full-text search +Oracle Open Office Base : Help;Help tips +Oracle Open Office Base : Help;keywords +Oracle Open Office Base : Help;navigation pane showing/hiding +Oracle Open Office Base : Help;style sheets +Oracle Open Office Base : Help;topics +Oracle Open Office Base : Help Agent +Oracle Open Office Base : Help Agent;help +Oracle Open Office Base : Help Agent;options +Oracle Open Office Base : Help tips +Oracle Open Office Base : Help tips;hiding +Oracle Open Office Base : hidden controls in Form Navigator +Oracle Open Office Base : hidden fields display (Writer) +Oracle Open Office Base : hidden pages +Oracle Open Office Base : hidden pages;printing in presentations +Oracle Open Office Base : hidden text +Oracle Open Office Base : hidden text;showing (Writer) +Oracle Open Office Base : hiding +Oracle Open Office Base : hiding;changes +Oracle Open Office Base : hiding;docked windows +Oracle Open Office Base : hiding;navigation pane in Help window +Oracle Open Office Base : high contrast mode +Oracle Open Office Base : Hindi +Oracle Open Office Base : Hindi;entering text +Oracle Open Office Base : Hindi;language settings +Oracle Open Office Base : horizontal scrollbars (Writer) +Oracle Open Office Base : hotspots +Oracle Open Office Base : HTML +Oracle Open Office Base : HTML;definition +Oracle Open Office Base : HTML;export character set +Oracle Open Office Base : HTML;fonts for source display +Oracle Open Office Base : HTML;importing META tags +Oracle Open Office Base : HTML;live presentations +Oracle Open Office Base : HTML documents +Oracle Open Office Base : HTML documents;auto reloading +Oracle Open Office Base : HTML documents;importing/exporting +Oracle Open Office Base : HTML documents;META tags in +Oracle Open Office Base : HTML documents;new +Oracle Open Office Base : HTML documents;source text +Oracle Open Office Base : hyperlinks +Oracle Open Office Base : hyperlinks;assigning macros +Oracle Open Office Base : hyperlinks;character formats +Oracle Open Office Base : hyperlinks;definition +Oracle Open Office Base : hyperlinks;deleting +Oracle Open Office Base : hyperlinks;editing +Oracle Open Office Base : hyperlinks;inserting +Oracle Open Office Base : hyperlinks;relative and absolute +Oracle Open Office Base : hyperlinks;turning off automatic recognition +Oracle Open Office Base : hyperlinks, see also links +Oracle Open Office Base : hyphenation +Oracle Open Office Base : hyphenation;activating for a language +Oracle Open Office Base : hyphenation;minimal number of characters +Oracle Open Office Base : hyphens +Oracle Open Office Base : hyphens;displaying custom (Writer) +Oracle Open Office Base : hyphens;inserting custom +Oracle Open Office Base : icon bars, see toolbars +Oracle Open Office Base : icon sizes +Oracle Open Office Base : ignore list for spellcheck +Oracle Open Office Base : illustrations, see pictures +Oracle Open Office Base : image button creation +Oracle Open Office Base : image control creation +Oracle Open Office Base : ImageMap +Oracle Open Office Base : ImageMap;definition +Oracle Open Office Base : ImageMap;editor +Oracle Open Office Base : images +Oracle Open Office Base : images;ImageMap +Oracle Open Office Base : images;inserting and editing bitmaps +Oracle Open Office Base : images, see also pictures +Oracle Open Office Base : IME +Oracle Open Office Base : IME;definition +Oracle Open Office Base : IME;showing/hiding +Oracle Open Office Base : import filters +Oracle Open Office Base : import restrictions for Microsoft Office +Oracle Open Office Base : importing +Oracle Open Office Base : importing;bitmaps +Oracle Open Office Base : importing;compatibility settings for text import +Oracle Open Office Base : importing;databases +Oracle Open Office Base : importing;documents in other formats +Oracle Open Office Base : importing;from XML +Oracle Open Office Base : importing;HTML and text documents +Oracle Open Office Base : importing;HTML with META tags +Oracle Open Office Base : importing;Microsoft Office documents with VBA code +Oracle Open Office Base : importing;tables in text format +Oracle Open Office Base : importing;templates +Oracle Open Office Base : improvement program +Oracle Open Office Base : inches +Oracle Open Office Base : Index tab in Help +Oracle Open Office Base : indexes +Oracle Open Office Base : indexes;backgrounds +Oracle Open Office Base : indexes;showing/hiding Help index tab +Oracle Open Office Base : indicator lines in text +Oracle Open Office Base : inner joins (Base) +Oracle Open Office Base : input method window +Oracle Open Office Base : insert mode for entering text +Oracle Open Office Base : inserting +Oracle Open Office Base : inserting;buttons in toolbars +Oracle Open Office Base : inserting;cell ranges from spreadsheets +Oracle Open Office Base : inserting;charts +Oracle Open Office Base : inserting;clipboard options +Oracle Open Office Base : inserting;comments +Oracle Open Office Base : inserting;data from text documents +Oracle Open Office Base : inserting;datasource records in spreadsheets +Oracle Open Office Base : inserting;drawings +Oracle Open Office Base : inserting;floating frames +Oracle Open Office Base : inserting;Fontwork objects +Oracle Open Office Base : inserting;form fields +Oracle Open Office Base : inserting;hyperlinks +Oracle Open Office Base : inserting;line breaks in cells +Oracle Open Office Base : inserting;movies/sounds +Oracle Open Office Base : inserting;new text tables defaults +Oracle Open Office Base : inserting;objects from Gallery +Oracle Open Office Base : inserting;OLE objects +Oracle Open Office Base : inserting;paragraph borders +Oracle Open Office Base : inserting;paragraph bullets +Oracle Open Office Base : inserting;pictures in Gallery +Oracle Open Office Base : inserting;plug-ins +Oracle Open Office Base : inserting;push buttons +Oracle Open Office Base : inserting;special characters +Oracle Open Office Base : inserting;tab stops +Oracle Open Office Base : inserting;textures on chart bars +Oracle Open Office Base : installing +Oracle Open Office Base : installing;ActiveX control +Oracle Open Office Base : installing;mobile device filters +Oracle Open Office Base : installing;UNO components +Oracle Open Office Base : installing;XML filters +Oracle Open Office Base : instructions +Oracle Open Office Base : instructions;general +Oracle Open Office Base : Internet +Oracle Open Office Base : Internet;checking for updates +Oracle Open Office Base : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Base : Internet;presentations +Oracle Open Office Base : Internet;starting searches +Oracle Open Office Base : Internet glossary +Oracle Open Office Base : invert filter +Oracle Open Office Base : invisible areas +Oracle Open Office Base : italic text +Oracle Open Office Base : iterative references in spreadsheets +Oracle Open Office Base : Java +Oracle Open Office Base : Java;definition +Oracle Open Office Base : Java;setting options +Oracle Open Office Base : JDBC +Oracle Open Office Base : JDBC;databases (Base) +Oracle Open Office Base : JDBC;definition +Oracle Open Office Base : joining +Oracle Open Office Base : joining;paragraphs +Oracle Open Office Base : joining;tables (Base) +Oracle Open Office Base : joins in databases (Base) +Oracle Open Office Base : justifying text +Oracle Open Office Base : kerning +Oracle Open Office Base : kerning;Asian texts +Oracle Open Office Base : kerning;definition +Oracle Open Office Base : kerning;in characters +Oracle Open Office Base : key fields for relations (Base) +Oracle Open Office Base : keyboard +Oracle Open Office Base : keyboard;assigning/editing shortcut keys +Oracle Open Office Base : keyboard;general commands +Oracle Open Office Base : keyboard;removing numbering +Oracle Open Office Base : keys +Oracle Open Office Base : keys;adding push buttons +Oracle Open Office Base : keys;primary keys (Base) +Oracle Open Office Base : kiosk export +Oracle Open Office Base : labels +Oracle Open Office Base : labels;creating and synchronizing +Oracle Open Office Base : labels;for draw objects +Oracle Open Office Base : labels;form functions +Oracle Open Office Base : labels;from databases +Oracle Open Office Base : labels, see also names/callouts +Oracle Open Office Base : languages +Oracle Open Office Base : languages;activating modules +Oracle Open Office Base : languages;Asian support +Oracle Open Office Base : languages;complex text layout +Oracle Open Office Base : languages;locale settings +Oracle Open Office Base : languages;selecting for text +Oracle Open Office Base : languages;setting options +Oracle Open Office Base : languages;spellcheck +Oracle Open Office Base : languages;spellchecking and formatting +Oracle Open Office Base : large handles (Writer) +Oracle Open Office Base : large icons +Oracle Open Office Base : layer arrangement +Oracle Open Office Base : layout +Oracle Open Office Base : layout;importing Word documents +Oracle Open Office Base : layout;pages +Oracle Open Office Base : LDAP server +Oracle Open Office Base : LDAP server;address books (Base) +Oracle Open Office Base : LDAP server;sign on options +Oracle Open Office Base : leading between paragraphs +Oracle Open Office Base : left alignment of paragraphs +Oracle Open Office Base : left joins (Base) +Oracle Open Office Base : legends +Oracle Open Office Base : legends;charts +Oracle Open Office Base : legends;draw objects +Oracle Open Office Base : legends;rounding corners +Oracle Open Office Base : Letter Wizard +Oracle Open Office Base : levels +Oracle Open Office Base : levels;depth stagger +Oracle Open Office Base : levels;macro security +Oracle Open Office Base : limits of tables (Writer) +Oracle Open Office Base : line breaks +Oracle Open Office Base : line breaks;in cells +Oracle Open Office Base : line spacing +Oracle Open Office Base : line spacing;context menu in paragraphs +Oracle Open Office Base : line spacing;paragraph +Oracle Open Office Base : line styles +Oracle Open Office Base : line styles;applying +Oracle Open Office Base : line styles;defining +Oracle Open Office Base : lines +Oracle Open Office Base : lines;defining ends +Oracle Open Office Base : lines;draw functions +Oracle Open Office Base : lines;drawing in text +Oracle Open Office Base : lines;editing points +Oracle Open Office Base : lines;removing automatic lines +Oracle Open Office Base : lines of text +Oracle Open Office Base : lines of text;alignment +Oracle Open Office Base : links +Oracle Open Office Base : links;between cells and controls +Oracle Open Office Base : links;by drag and drop +Oracle Open Office Base : links;character formats +Oracle Open Office Base : links;definition +Oracle Open Office Base : links;editing hyperlinks +Oracle Open Office Base : links;inserting +Oracle Open Office Base : links;modifying +Oracle Open Office Base : links;opening files with +Oracle Open Office Base : links;relational databases (Base) +Oracle Open Office Base : links;turning off automatic recognition +Oracle Open Office Base : links;updating options (Writer) +Oracle Open Office Base : links;updating specific links +Oracle Open Office Base : list box creation +Oracle Open Office Base : lists +Oracle Open Office Base : lists;data assigned to controls +Oracle Open Office Base : lists;registered databases (Base) +Oracle Open Office Base : lists;regular expressions +Oracle Open Office Base : live presentations on the Internet +Oracle Open Office Base : loading +Oracle Open Office Base : loading;documents +Oracle Open Office Base : loading;documents from other formats +Oracle Open Office Base : loading;HTML documents, automatically +Oracle Open Office Base : loading;Microsoft Office documents with VBA code +Oracle Open Office Base : loading;reloading +Oracle Open Office Base : loading;XML files +Oracle Open Office Base : locale settings +Oracle Open Office Base : lowercase letters +Oracle Open Office Base : lowercase letters;font effects +Oracle Open Office Base : Macro Wizard (Base) +Oracle Open Office Base : macros +Oracle Open Office Base : macros;assigning to events in forms +Oracle Open Office Base : macros;attaching new (Base) +Oracle Open Office Base : macros;in MS Office documents +Oracle Open Office Base : macros;interrupting +Oracle Open Office Base : macros;organizing +Oracle Open Office Base : macros;recording +Oracle Open Office Base : macros;security +Oracle Open Office Base : macros;security levels +Oracle Open Office Base : macros;security warning dialog +Oracle Open Office Base : macros;selecting security warnings +Oracle Open Office Base : magnifiers +Oracle Open Office Base : margins +Oracle Open Office Base : margins;pages +Oracle Open Office Base : margins;setting with the mouse +Oracle Open Office Base : margins;shadows +Oracle Open Office Base : marking changes +Oracle Open Office Base : marking, see selecting +Oracle Open Office Base : Math formula editor +Oracle Open Office Base : measurement units +Oracle Open Office Base : measurement units;changing on rulers +Oracle Open Office Base : measurement units;converting +Oracle Open Office Base : measurement units;selecting +Oracle Open Office Base : Media Player window +Oracle Open Office Base : menus +Oracle Open Office Base : menus;activating context menus +Oracle Open Office Base : menus;assigning macros +Oracle Open Office Base : menus;customizing +Oracle Open Office Base : merging +Oracle Open Office Base : merging;documents +Oracle Open Office Base : META tags +Oracle Open Office Base : metrics +Oracle Open Office Base : metrics;converting +Oracle Open Office Base : metrics;document formatting (Writer) +Oracle Open Office Base : metrics;in sheets +Oracle Open Office Base : Microsoft Office +Oracle Open Office Base : Microsoft Office;Access databases (base) +Oracle Open Office Base : Microsoft Office;as default file format +Oracle Open Office Base : Microsoft Office;document import restrictions +Oracle Open Office Base : Microsoft Office;feature comparisons +Oracle Open Office Base : Microsoft Office;importing password protected files +Oracle Open Office Base : Microsoft Office;importing Word documents +Oracle Open Office Base : Microsoft Office;importing/exporting VBA code +Oracle Open Office Base : Microsoft Office;new users information +Oracle Open Office Base : Microsoft Office;opening Microsoft documents +Oracle Open Office Base : Microsoft Office;reassigning document types +Oracle Open Office Base : migrating macros (Base) +Oracle Open Office Base : mobile device filters +Oracle Open Office Base : models in XForms +Oracle Open Office Base : modifying, see changing +Oracle Open Office Base : more controls +Oracle Open Office Base : mosaic filter +Oracle Open Office Base : mouse +Oracle Open Office Base : mouse;pointers when using drag and drop +Oracle Open Office Base : mouse;positioning +Oracle Open Office Base : movies +Oracle Open Office Base : moving +Oracle Open Office Base : moving;tab stops on ruler +Oracle Open Office Base : moving;toolbars +Oracle Open Office Base : moving;using guide lines in presentations +Oracle Open Office Base : MS ADO interface (Base) +Oracle Open Office Base : multi-line titles in forms +Oracle Open Office Base : multiple documents +Oracle Open Office Base : multiple documents;opening +Oracle Open Office Base : multiple selection +Oracle Open Office Base : music +Oracle Open Office Base : My Documents folder +Oracle Open Office Base : My Documents folder;changing work directory +Oracle Open Office Base : My Documents folder;opening +Oracle Open Office Base : MySQL databases (Base) +Oracle Open Office Base : names +Oracle Open Office Base : names;multi-line titles +Oracle Open Office Base : names;objects +Oracle Open Office Base : names, see also labels/callouts +Oracle Open Office Base : namespace organization in XForms +Oracle Open Office Base : native SQL (Base) +Oracle Open Office Base : navigating +Oracle Open Office Base : navigating;in documents +Oracle Open Office Base : Navigation bar +Oracle Open Office Base : Navigation bar;controls +Oracle Open Office Base : Navigation bar;forms +Oracle Open Office Base : Navigator +Oracle Open Office Base : Navigator;comments +Oracle Open Office Base : Navigator;contents as lists +Oracle Open Office Base : Navigator;docking +Oracle Open Office Base : Navigator;working with +Oracle Open Office Base : network identity options +Oracle Open Office Base : new databases +Oracle Open Office Base : new documents +Oracle Open Office Base : new lines in cells +Oracle Open Office Base : new windows +Oracle Open Office Base : non-breaking dashes +Oracle Open Office Base : non-breaking spaces (Writer) +Oracle Open Office Base : non-printing characters (Writer) +Oracle Open Office Base : number formats +Oracle Open Office Base : number formats;codes +Oracle Open Office Base : number formats;formats +Oracle Open Office Base : number formats;recognition in text tables +Oracle Open Office Base : number of pages +Oracle Open Office Base : number of sheets +Oracle Open Office Base : number of tables +Oracle Open Office Base : numbering +Oracle Open Office Base : numbering;options +Oracle Open Office Base : numbering;turning off +Oracle Open Office Base : numbering;using automatically +Oracle Open Office Base : numbers +Oracle Open Office Base : numbers;date, time and currency formats +Oracle Open Office Base : numbers;decimal places (Calc) +Oracle Open Office Base : numerical fields in forms +Oracle Open Office Base : objects +Oracle Open Office Base : objects;always moveable (Impress/Draw) +Oracle Open Office Base : objects;arranging within stacks +Oracle Open Office Base : objects;copying when moving in presentations +Oracle Open Office Base : objects;definition +Oracle Open Office Base : objects;displaying in spreadsheets +Oracle Open Office Base : objects;displaying in text documents +Oracle Open Office Base : objects;editing +Oracle Open Office Base : objects;inserting from Gallery +Oracle Open Office Base : objects;inserting OLE objects +Oracle Open Office Base : objects;moving and resizing with mouse +Oracle Open Office Base : objects;naming +Oracle Open Office Base : objects;opening +Oracle Open Office Base : objects;quickly moving to +Oracle Open Office Base : objects;titles and descriptions +Oracle Open Office Base : ODBC +Oracle Open Office Base : ODBC;database (Base) +Oracle Open Office Base : ODBC;definition +Oracle Open Office Base : ODF file formats +Oracle Open Office Base : Office +Oracle Open Office Base : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Base : OLE +Oracle Open Office Base : OLE;definition +Oracle Open Office Base : OLE objects +Oracle Open Office Base : OLE objects;arranging within stacks +Oracle Open Office Base : OLE objects;captions (Writer) +Oracle Open Office Base : OLE objects;inserting +Oracle Open Office Base : OLE objects;number of +Oracle Open Office Base : OLE objects;protecting +Oracle Open Office Base : one and a half line spacing in text +Oracle Open Office Base : online feedback options +Oracle Open Office Base : online registration +Oracle Open Office Base : online update options +Oracle Open Office Base : online updates +Oracle Open Office Base : online updates;checking automatically +Oracle Open Office Base : online updates;checking manually +Oracle Open Office Base : Open/Save dialogs +Oracle Open Office Base : OpenDocument file formats +Oracle Open Office Base : OpenGL +Oracle Open Office Base : OpenGL;definition +Oracle Open Office Base : opening +Oracle Open Office Base : opening;context menus +Oracle Open Office Base : opening;database files +Oracle Open Office Base : opening;dialog settings +Oracle Open Office Base : opening;documents +Oracle Open Office Base : opening;documents from other formats +Oracle Open Office Base : opening;documents on WebDAV server +Oracle Open Office Base : opening;files with links +Oracle Open Office Base : opening;files, with placeholders +Oracle Open Office Base : opening;forms +Oracle Open Office Base : opening;Microsoft Office files +Oracle Open Office Base : opening;mobile device documents +Oracle Open Office Base : opening;objects +Oracle Open Office Base : opening;reports +Oracle Open Office Base : opening;several files +Oracle Open Office Base : opening;XForms +Oracle Open Office Base : operators +Oracle Open Office Base : operators;default filters +Oracle Open Office Base : optional hyphens (Writer) +Oracle Open Office Base : options +Oracle Open Office Base : options;accessibility +Oracle Open Office Base : options;appearance +Oracle Open Office Base : options;compatibility (Writer) +Oracle Open Office Base : options;improvement program +Oracle Open Office Base : options;network identity +Oracle Open Office Base : options;online update +Oracle Open Office Base : options;tools +Oracle Open Office Base : Oracle databases (base) +Oracle Open Office Base : Oracle Open Office Base data sources +Oracle Open Office Base : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Base : Oracle Open Office documents +Oracle Open Office Base : Oracle Open Office documents;mobile device filters +Oracle Open Office Base : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Base : Oracle Open Office Math start +Oracle Open Office Base : ordering +Oracle Open Office Base : ordering;objects +Oracle Open Office Base : organizing +Oracle Open Office Base : organizing;macros and scripts +Oracle Open Office Base : organizing;namespaces in XForms +Oracle Open Office Base : organizing;styles +Oracle Open Office Base : organizing;templates +Oracle Open Office Base : original size +Oracle Open Office Base : original size;printing in Oracle Open Office Math +Oracle Open Office Base : original size;restoring after cropping +Oracle Open Office Base : outlines +Oracle Open Office Base : outlines;font effects +Oracle Open Office Base : outlines;outline symbols +Oracle Open Office Base : outlines;sending to presentations +Oracle Open Office Base : overwrite mode +Oracle Open Office Base : packages, see extensions +Oracle Open Office Base : page breaks +Oracle Open Office Base : page breaks;displaying (Calc) +Oracle Open Office Base : page formats +Oracle Open Office Base : page formats;maximizing +Oracle Open Office Base : page formats;restriction +Oracle Open Office Base : page styles +Oracle Open Office Base : page styles;editing/applying with statusbar +Oracle Open Office Base : pages +Oracle Open Office Base : pages;backgrounds in all applications +Oracle Open Office Base : pages;formatting and numbering +Oracle Open Office Base : pages;printing page names in presentations +Oracle Open Office Base : pages;scaling +Oracle Open Office Base : pages;selecting one to print +Oracle Open Office Base : paint box +Oracle Open Office Base : paint can symbol +Oracle Open Office Base : pair kerning +Oracle Open Office Base : Palm file filters +Oracle Open Office Base : paper formats +Oracle Open Office Base : paper size warning +Oracle Open Office Base : paper trays +Oracle Open Office Base : paragraph marks +Oracle Open Office Base : paragraph marks;displaying (Writer) +Oracle Open Office Base : paragraph styles +Oracle Open Office Base : paragraph styles;languages +Oracle Open Office Base : paragraph styles;modifying basic fonts +Oracle Open Office Base : paragraphs +Oracle Open Office Base : paragraphs;alignment +Oracle Open Office Base : paragraphs;Asian typography +Oracle Open Office Base : paragraphs;defining borders +Oracle Open Office Base : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Base : paragraphs;increasing indents of +Oracle Open Office Base : paragraphs;indents, margins and columns +Oracle Open Office Base : paragraphs;inserting bullets +Oracle Open Office Base : paragraphs;joining +Oracle Open Office Base : paragraphs;numbering automatically +Oracle Open Office Base : paragraphs;removing blank ones +Oracle Open Office Base : paragraphs;spacing +Oracle Open Office Base : paragraphs;tab stops +Oracle Open Office Base : parameters +Oracle Open Office Base : parameters;command line +Oracle Open Office Base : parameters;queries (Base) +Oracle Open Office Base : passwords for protecting contents +Oracle Open Office Base : pasting +Oracle Open Office Base : pasting;cell ranges +Oracle Open Office Base : pasting;cell ranges from spreadsheets +Oracle Open Office Base : pasting;data from text documents +Oracle Open Office Base : pasting;draw objects +Oracle Open Office Base : pasting;draw objects from other documents +Oracle Open Office Base : pasting;formatted/unformatted text +Oracle Open Office Base : pasting;from data source view +Oracle Open Office Base : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Base : pasting;pictures from other documents +Oracle Open Office Base : pasting;sheet areas in text documents +Oracle Open Office Base : pasting;to Gallery +Oracle Open Office Base : paths +Oracle Open Office Base : paths;changing work directory +Oracle Open Office Base : paths;defaults +Oracle Open Office Base : pattern editor +Oracle Open Office Base : pattern fields +Oracle Open Office Base : pattern fields;form functions +Oracle Open Office Base : patterns for objects +Oracle Open Office Base : PDF +Oracle Open Office Base : PDF;export +Oracle Open Office Base : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Base : personal data input +Oracle Open Office Base : phonetic guide +Oracle Open Office Base : picklist creation +Oracle Open Office Base : pictures +Oracle Open Office Base : pictures;adding to Gallery +Oracle Open Office Base : pictures;arranging within stacks +Oracle Open Office Base : pictures;assigning macros +Oracle Open Office Base : pictures;backgrounds +Oracle Open Office Base : pictures;captions (Writer) +Oracle Open Office Base : pictures;changing paths +Oracle Open Office Base : pictures;cropping and zooming +Oracle Open Office Base : pictures;displaying in Calc +Oracle Open Office Base : pictures;displaying in Writer (Writer) +Oracle Open Office Base : pictures;drag and drop between documents +Oracle Open Office Base : pictures;drawing +Oracle Open Office Base : pictures;editing +Oracle Open Office Base : pictures;filters +Oracle Open Office Base : pictures;ImageMap +Oracle Open Office Base : pictures;inserting automatically +Oracle Open Office Base : pictures;inserting from Gallery +Oracle Open Office Base : pictures;number of +Oracle Open Office Base : pictures;printing +Oracle Open Office Base : pictures;scaling/resizing +Oracle Open Office Base : pixel editor +Oracle Open Office Base : pixel graphics +Oracle Open Office Base : pixel graphics;inserting and editing +Oracle Open Office Base : pixel patterns +Oracle Open Office Base : placeholders +Oracle Open Office Base : placeholders;in SQL queries +Oracle Open Office Base : placeholders;on opening files +Oracle Open Office Base : placing toolbars +Oracle Open Office Base : playing movies and sound files +Oracle Open Office Base : plotting data as charts +Oracle Open Office Base : plug-ins +Oracle Open Office Base : plug-ins;activating and deactivating +Oracle Open Office Base : plug-ins;definition +Oracle Open Office Base : plug-ins;inserting +Oracle Open Office Base : pocket device appliances +Oracle Open Office Base : Pocket PC file filters +Oracle Open Office Base : points +Oracle Open Office Base : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Base : polygon drawing +Oracle Open Office Base : pop-art filter +Oracle Open Office Base : portable document format +Oracle Open Office Base : positioning +Oracle Open Office Base : positioning;draw objects and controls +Oracle Open Office Base : positioning;fonts +Oracle Open Office Base : positioning;objects +Oracle Open Office Base : positioning;toolbars +Oracle Open Office Base : post method for form transmissions +Oracle Open Office Base : posterizing filter +Oracle Open Office Base : PostScript +Oracle Open Office Base : PostScript;creating files +Oracle Open Office Base : PostScript;PDF converter, UNIX +Oracle Open Office Base : PowerPoint export +Oracle Open Office Base : precision as shown (Calc) +Oracle Open Office Base : predefining fonts +Oracle Open Office Base : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Base : presentations +Oracle Open Office Base : presentations;creating/opening +Oracle Open Office Base : presentations;inserting spreadsheet cells +Oracle Open Office Base : presentations;live on the Internet +Oracle Open Office Base : presentations;print menu +Oracle Open Office Base : presentations;saving +Oracle Open Office Base : presentations;saving automatically +Oracle Open Office Base : presentations;saving in other formats +Oracle Open Office Base : presentations;sending as e-mail +Oracle Open Office Base : presentations;starting with wizard +Oracle Open Office Base : presentations;wizards +Oracle Open Office Base : Presenter Console shortcuts +Oracle Open Office Base : press buttons, see push buttons +Oracle Open Office Base : previews +Oracle Open Office Base : previews;fonts lists +Oracle Open Office Base : primary keys +Oracle Open Office Base : primary keys;defining +Oracle Open Office Base : primary keys;design view +Oracle Open Office Base : primary keys;inserting (Base) +Oracle Open Office Base : print area selection +Oracle Open Office Base : printer metrics for document formatting (Writer) +Oracle Open Office Base : printers +Oracle Open Office Base : printers;adding, UNIX +Oracle Open Office Base : printers;choosing +Oracle Open Office Base : printers;default printer +Oracle Open Office Base : printers;faxes under UNIX +Oracle Open Office Base : printers;maximum page formats +Oracle Open Office Base : printers;paper trays +Oracle Open Office Base : printers;properties +Oracle Open Office Base : printing +Oracle Open Office Base : printing;black and white +Oracle Open Office Base : printing;brochures +Oracle Open Office Base : printing;colors in grayscale +Oracle Open Office Base : printing;comments +Oracle Open Office Base : printing;copies +Oracle Open Office Base : printing;creating individual jobs +Oracle Open Office Base : printing;dates in presentations +Oracle Open Office Base : printing;directly +Oracle Open Office Base : printing;documents +Oracle Open Office Base : printing;drawings defaults +Oracle Open Office Base : printing;elements in text documents +Oracle Open Office Base : printing;faster +Oracle Open Office Base : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Base : printing;fitting to pages in presentations +Oracle Open Office Base : printing;formulas in Oracle Open Office Math +Oracle Open Office Base : printing;hidden pages of presentations +Oracle Open Office Base : printing;in original size in Oracle Open Office Math +Oracle Open Office Base : printing;left/right pages +Oracle Open Office Base : printing;queries (Base) +Oracle Open Office Base : printing;scaling in Oracle Open Office Math +Oracle Open Office Base : printing;selections +Oracle Open Office Base : printing;text always in black +Oracle Open Office Base : printing;text in reverse order +Oracle Open Office Base : printing;tiling pages in presentations +Oracle Open Office Base : printing;transparencies +Oracle Open Office Base : printing;warnings +Oracle Open Office Base : printing;without scaling in presentations +Oracle Open Office Base : printing speed +Oracle Open Office Base : programming +Oracle Open Office Base : programming;Oracle Open Office +Oracle Open Office Base : programming;scripting +Oracle Open Office Base : properties +Oracle Open Office Base : properties;fields in databases +Oracle Open Office Base : properties;files +Oracle Open Office Base : properties;form controls +Oracle Open Office Base : properties;forms +Oracle Open Office Base : properties;printers +Oracle Open Office Base : protected contents +Oracle Open Office Base : protected dashes +Oracle Open Office Base : protected database tables +Oracle Open Office Base : protected documents +Oracle Open Office Base : protected spaces +Oracle Open Office Base : protected spaces;inserting +Oracle Open Office Base : protected spaces;showing (Writer) +Oracle Open Office Base : protecting +Oracle Open Office Base : protecting;contents +Oracle Open Office Base : protecting;recorded changes +Oracle Open Office Base : proxy settings +Oracle Open Office Base : push buttons +Oracle Open Office Base : push buttons;adding to documents +Oracle Open Office Base : push buttons;creating +Oracle Open Office Base : queries +Oracle Open Office Base : queries;copying (Base) +Oracle Open Office Base : queries;creating in design view (Base) +Oracle Open Office Base : queries;creating in SQL view +Oracle Open Office Base : queries;defining (Base) +Oracle Open Office Base : queries;deleting table links (Base) +Oracle Open Office Base : queries;editing in data source view +Oracle Open Office Base : queries;formulating filter conditions (Base) +Oracle Open Office Base : queries;joining tables (Base) +Oracle Open Office Base : queries;missing elements (Base) +Oracle Open Office Base : queries;overview (Base) +Oracle Open Office Base : queries;parameter queries (Base) +Oracle Open Office Base : queries;printing (Base) +Oracle Open Office Base : Query Wizard (Base) +Oracle Open Office Base : Quickstarter +Oracle Open Office Base : quotation marks +Oracle Open Office Base : quotation marks;replacing +Oracle Open Office Base : quotes +Oracle Open Office Base : quotes;custom +Oracle Open Office Base : radio button creation +Oracle Open Office Base : read-only documents +Oracle Open Office Base : read-only documents;cursor +Oracle Open Office Base : read-only documents;database tables on/off +Oracle Open Office Base : read-only documents;editing +Oracle Open Office Base : read-only documents;opening documents as +Oracle Open Office Base : read-only items in Data Navigator +Oracle Open Office Base : recognizing URLs automatically +Oracle Open Office Base : recording +Oracle Open Office Base : recording;changes +Oracle Open Office Base : recording;macros +Oracle Open Office Base : records +Oracle Open Office Base : records;inserting comments +Oracle Open Office Base : records;protecting +Oracle Open Office Base : records;saving +Oracle Open Office Base : records;searching in databases +Oracle Open Office Base : rectangles with round corners +Oracle Open Office Base : recursions in spreadsheets +Oracle Open Office Base : redo command +Oracle Open Office Base : reduced printing +Oracle Open Office Base : reference lines +Oracle Open Office Base : references +Oracle Open Office Base : references;displaying in color (Calc) +Oracle Open Office Base : references;expanding (Calc) +Oracle Open Office Base : references;iterative (Calc) +Oracle Open Office Base : register-true +Oracle Open Office Base : register-true;definition +Oracle Open Office Base : registering +Oracle Open Office Base : registering;address books +Oracle Open Office Base : registering;databases (Base) +Oracle Open Office Base : registering;Oracle Open Office +Oracle Open Office Base : regular expressions +Oracle Open Office Base : regular expressions;list of +Oracle Open Office Base : regular expressions;opening files +Oracle Open Office Base : relational databases (Base) +Oracle Open Office Base : relations +Oracle Open Office Base : relations;creating and deleting (Base) +Oracle Open Office Base : relations;joining tables (Base) +Oracle Open Office Base : relations;properties (Base) +Oracle Open Office Base : relative hyperlinks +Oracle Open Office Base : relative saving of URLs +Oracle Open Office Base : reloading +Oracle Open Office Base : reloading;documents +Oracle Open Office Base : reloading;HTML documents, automatically +Oracle Open Office Base : remarks, see also comments +Oracle Open Office Base : remote configurations +Oracle Open Office Base : remove noise filter +Oracle Open Office Base : removing +Oracle Open Office Base : removing;bullets and numbering +Oracle Open Office Base : removing;form filters +Oracle Open Office Base : removing, see also deleting +Oracle Open Office Base : repeating +Oracle Open Office Base : repeating;commands +Oracle Open Office Base : replacement options +Oracle Open Office Base : replacement table +Oracle Open Office Base : replacing +Oracle Open Office Base : replacing;AutoCorrect function +Oracle Open Office Base : replacing;dashes +Oracle Open Office Base : replacing;tab stops (regular expressions) +Oracle Open Office Base : Report Builder +Oracle Open Office Base : reports +Oracle Open Office Base : reports;creating +Oracle Open Office Base : reports;error reports +Oracle Open Office Base : reports;opening and editing +Oracle Open Office Base : reports;templates +Oracle Open Office Base : resetting +Oracle Open Office Base : resetting;templates +Oracle Open Office Base : resizing +Oracle Open Office Base : resizing;objects, by mouse +Oracle Open Office Base : resizing, see also scaling/zooming +Oracle Open Office Base : resolution when printing bitmaps +Oracle Open Office Base : restoring +Oracle Open Office Base : restoring;default formatting +Oracle Open Office Base : restoring;editing +Oracle Open Office Base : reversing printing order +Oracle Open Office Base : review function +Oracle Open Office Base : review function;accepting or rejecting changes +Oracle Open Office Base : review function;comparing documents +Oracle Open Office Base : review function;protecting records +Oracle Open Office Base : review function;recording changes example +Oracle Open Office Base : rich text control +Oracle Open Office Base : right alignment of paragraphs +Oracle Open Office Base : right joins (Base) +Oracle Open Office Base : right-to-left text +Oracle Open Office Base : rotating +Oracle Open Office Base : rotating;3D text +Oracle Open Office Base : round corners +Oracle Open Office Base : rounding precision (Calc) +Oracle Open Office Base : row headers +Oracle Open Office Base : row headers;displaying (Calc) +Oracle Open Office Base : row headers;highlighting (Calc) +Oracle Open Office Base : rulers +Oracle Open Office Base : rulers;default settings +Oracle Open Office Base : rulers;measurement units +Oracle Open Office Base : rulers;visible in presentations +Oracle Open Office Base : samples and templates +Oracle Open Office Base : saving +Oracle Open Office Base : saving;default file formats +Oracle Open Office Base : saving;dialog settings +Oracle Open Office Base : saving;documents +Oracle Open Office Base : saving;documents for mobile devices +Oracle Open Office Base : saving;documents in other formats +Oracle Open Office Base : saving;documents, automatically +Oracle Open Office Base : saving;in Microsoft Office file format +Oracle Open Office Base : saving;options +Oracle Open Office Base : saving;templates +Oracle Open Office Base : saving;to XML +Oracle Open Office Base : saving;VBA code in Microsoft Office documents +Oracle Open Office Base : saving;with password by default +Oracle Open Office Base : saving as command +Oracle Open Office Base : saving as command;precautions +Oracle Open Office Base : scaling +Oracle Open Office Base : scaling;font sizes in user interface +Oracle Open Office Base : scaling;objects +Oracle Open Office Base : scaling;pictures +Oracle Open Office Base : scaling;printing in Oracle Open Office Math +Oracle Open Office Base : scaling;when printing presentations +Oracle Open Office Base : scaling, see also zooming +Oracle Open Office Base : screen +Oracle Open Office Base : screen;full screen views +Oracle Open Office Base : screen;scaling +Oracle Open Office Base : screen magnifiers +Oracle Open Office Base : screen readers +Oracle Open Office Base : script organization +Oracle Open Office Base : scrollbars +Oracle Open Office Base : scrollbars;controls +Oracle Open Office Base : scrollbars;displaying (Calc) +Oracle Open Office Base : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Base : search criteria for database functions in cells +Oracle Open Office Base : search engines +Oracle Open Office Base : search engines;definition +Oracle Open Office Base : search engines;selecting +Oracle Open Office Base : searching +Oracle Open Office Base : searching;all sheets +Oracle Open Office Base : searching;databases +Oracle Open Office Base : searching;form filters +Oracle Open Office Base : searching;Internet +Oracle Open Office Base : searching;tables and forms +Oracle Open Office Base : sections +Oracle Open Office Base : sections;backgrounds +Oracle Open Office Base : security +Oracle Open Office Base : security;digital signatures +Oracle Open Office Base : security;options for documents with macros +Oracle Open Office Base : security;protecting contents +Oracle Open Office Base : security;security levels for macros +Oracle Open Office Base : security;warning dialogs with macros +Oracle Open Office Base : selecting +Oracle Open Office Base : selecting;controls +Oracle Open Office Base : selecting;measurement units +Oracle Open Office Base : selecting;objects +Oracle Open Office Base : selecting;print areas +Oracle Open Office Base : selecting;several files +Oracle Open Office Base : selection clipboard +Oracle Open Office Base : selection frames +Oracle Open Office Base : selection modes in text +Oracle Open Office Base : sending +Oracle Open Office Base : sending;AutoAbstract function in presentations +Oracle Open Office Base : sending;documents as e-mail +Oracle Open Office Base : sending;documents as faxes +Oracle Open Office Base : separator lines +Oracle Open Office Base : separator lines;defining +Oracle Open Office Base : separators +Oracle Open Office Base : separators;conditional +Oracle Open Office Base : Server Side ImageMap +Oracle Open Office Base : settings +Oracle Open Office Base : settings;printers +Oracle Open Office Base : settings;program configuration +Oracle Open Office Base : settings;proxies +Oracle Open Office Base : settings;tracking changes +Oracle Open Office Base : settings;views +Oracle Open Office Base : SGML +Oracle Open Office Base : SGML;definition +Oracle Open Office Base : shadows +Oracle Open Office Base : shadows;areas +Oracle Open Office Base : shadows;borders +Oracle Open Office Base : shadows;characters +Oracle Open Office Base : shadows;characters, using context menu +Oracle Open Office Base : sharing documents +Oracle Open Office Base : sharpening filter +Oracle Open Office Base : sheet tabs +Oracle Open Office Base : sheet tabs;displaying +Oracle Open Office Base : sheets +Oracle Open Office Base : sheets;searching all +Oracle Open Office Base : shortcut keys +Oracle Open Office Base : shortcut keys;assigning macros +Oracle Open Office Base : shortcut keys;general +Oracle Open Office Base : shortcut keys;in databases +Oracle Open Office Base : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Base : showing +Oracle Open Office Base : showing;changes +Oracle Open Office Base : showing;docked windows +Oracle Open Office Base : showing;drawings and controls (Writer) +Oracle Open Office Base : showing;live presentations on the Internet +Oracle Open Office Base : showing;toolbars +Oracle Open Office Base : signing documents with digital signatures +Oracle Open Office Base : similarity search +Oracle Open Office Base : simple handles (Writer) +Oracle Open Office Base : simplified Chinese +Oracle Open Office Base : simplified Chinese;translating to traditional Chinese +Oracle Open Office Base : single sign on options +Oracle Open Office Base : single-line spacing in text +Oracle Open Office Base : sizes +Oracle Open Office Base : sizes;draw objects +Oracle Open Office Base : sizes;pictures +Oracle Open Office Base : slanting draw objects +Oracle Open Office Base : small capitals +Oracle Open Office Base : small icons +Oracle Open Office Base : smart tag configuration +Oracle Open Office Base : smooth scrolling (Writer) +Oracle Open Office Base : smoothing filter +Oracle Open Office Base : snap grid defaults (Writer/Calc) +Oracle Open Office Base : snapping in presentations and drawings +Oracle Open Office Base : solarization filter +Oracle Open Office Base : sort lists +Oracle Open Office Base : sort lists;copying to in Calc +Oracle Open Office Base : sorting +Oracle Open Office Base : sorting;data in forms +Oracle Open Office Base : sorting;databases +Oracle Open Office Base : sound files +Oracle Open Office Base : spaces +Oracle Open Office Base : spaces;displaying (Writer) +Oracle Open Office Base : spaces;ignoring double +Oracle Open Office Base : spaces;inserting protected spaces +Oracle Open Office Base : spaces;showing protected spaces (Writer) +Oracle Open Office Base : spacing +Oracle Open Office Base : spacing;between paragraphs in footnotes +Oracle Open Office Base : spacing;font effects +Oracle Open Office Base : spacing;lines and paragraphs +Oracle Open Office Base : spacing;tab stops in text documents +Oracle Open Office Base : spacing;tabs in presentations +Oracle Open Office Base : spadmin +Oracle Open Office Base : special characters +Oracle Open Office Base : speech bubbles +Oracle Open Office Base : speed of printing +Oracle Open Office Base : spellcheck +Oracle Open Office Base : spellcheck;activating for a language +Oracle Open Office Base : spellcheck;context menus +Oracle Open Office Base : spellcheck;default languages +Oracle Open Office Base : spellcheck;dialog +Oracle Open Office Base : spellcheck;dictionary of exceptions +Oracle Open Office Base : spellcheck;ignore list +Oracle Open Office Base : spin button creation +Oracle Open Office Base : spoolfiles with Xprinter +Oracle Open Office Base : spreadsheets +Oracle Open Office Base : spreadsheets;as databases (base) +Oracle Open Office Base : spreadsheets;copying areas to text documents +Oracle Open Office Base : spreadsheets;creating/opening +Oracle Open Office Base : spreadsheets;inserting charts +Oracle Open Office Base : spreadsheets;inserting database records +Oracle Open Office Base : spreadsheets;printing +Oracle Open Office Base : spreadsheets;saving +Oracle Open Office Base : spreadsheets;saving automatically +Oracle Open Office Base : spreadsheets;saving in other formats +Oracle Open Office Base : spreadsheets;sending as e-mail +Oracle Open Office Base : SQL +Oracle Open Office Base : SQL;definition +Oracle Open Office Base : SQL;DISTINCT parameter +Oracle Open Office Base : SQL;executing SQL commands +Oracle Open Office Base : SQL;executing SQL statements (Base) +Oracle Open Office Base : SQL;queries (Base) +Oracle Open Office Base : square drawings +Oracle Open Office Base : standard bar on/off +Oracle Open Office Base : standard filters in databases +Oracle Open Office Base : standard printer under UNIX +Oracle Open Office Base : start center +Oracle Open Office Base : start parameters +Oracle Open Office Base : status bar on/off +Oracle Open Office Base : stickers +Oracle Open Office Base : strikethrough +Oracle Open Office Base : strikethrough;characters +Oracle Open Office Base : strikethrough;font effects +Oracle Open Office Base : styles +Oracle Open Office Base : styles;'changed' message +Oracle Open Office Base : styles;copying between documents +Oracle Open Office Base : styles;keyboard shortcuts +Oracle Open Office Base : styles;organizing +Oracle Open Office Base : styles;printing styles used in a document +Oracle Open Office Base : styles;replacing automatically +Oracle Open Office Base : Styles and Formatting window +Oracle Open Office Base : Styles and Formatting window;docking +Oracle Open Office Base : subforms +Oracle Open Office Base : subforms;creating +Oracle Open Office Base : subforms;description +Oracle Open Office Base : submitting forms +Oracle Open Office Base : suffixes in file formats +Oracle Open Office Base : support on the Web +Oracle Open Office Base : synchronizing +Oracle Open Office Base : synchronizing;labels and business cards +Oracle Open Office Base : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Base : system address book registration +Oracle Open Office Base : tab stops +Oracle Open Office Base : tab stops;displaying (Writer) +Oracle Open Office Base : tab stops;inserting and editing +Oracle Open Office Base : tab stops;regular expressions +Oracle Open Office Base : tab stops;setting in sheets +Oracle Open Office Base : tab stops;settings +Oracle Open Office Base : tab stops;spacing in presentations +Oracle Open Office Base : tab stops;spacing in text documents +Oracle Open Office Base : table controls +Oracle Open Office Base : table controls;form functions +Oracle Open Office Base : table controls;keyboard-only edit mode +Oracle Open Office Base : table controls;properties +Oracle Open Office Base : table views of databases +Oracle Open Office Base : Table Wizard (Base) +Oracle Open Office Base : tables +Oracle Open Office Base : tables;inserting line breaks +Oracle Open Office Base : tables in databases +Oracle Open Office Base : tables in databases;access rights to (Base) +Oracle Open Office Base : tables in databases;adding to queries +Oracle Open Office Base : tables in databases;browsing and editing +Oracle Open Office Base : tables in databases;copying database tables (Base) +Oracle Open Office Base : tables in databases;creating +Oracle Open Office Base : tables in databases;creating in design view (manually) +Oracle Open Office Base : tables in databases;importing text formats (Base) +Oracle Open Office Base : tables in databases;joining for queries (Base) +Oracle Open Office Base : tables in databases;printing queries (Base) +Oracle Open Office Base : tables in databases;relations (Base) +Oracle Open Office Base : tables in databases;searching +Oracle Open Office Base : tables in spreadsheets +Oracle Open Office Base : tables in spreadsheets;copying data to other applications +Oracle Open Office Base : tables in spreadsheets;defining borders +Oracle Open Office Base : tables in spreadsheets;value highlighting +Oracle Open Office Base : tables in text +Oracle Open Office Base : tables in text;captions +Oracle Open Office Base : tables in text;creating automatically +Oracle Open Office Base : tables in text;default settings +Oracle Open Office Base : tables in text;defining borders +Oracle Open Office Base : tables in text;displaying +Oracle Open Office Base : tables in text;printing +Oracle Open Office Base : tabs +Oracle Open Office Base : tabs;displaying sheet tabs +Oracle Open Office Base : tags +Oracle Open Office Base : tags;definition +Oracle Open Office Base : tags;META tags +Oracle Open Office Base : templates +Oracle Open Office Base : templates;agendas +Oracle Open Office Base : templates;changing basic fonts +Oracle Open Office Base : templates;database reports +Oracle Open Office Base : templates;deleting +Oracle Open Office Base : templates;editing and saving +Oracle Open Office Base : templates;faxes +Oracle Open Office Base : templates;importing and exporting +Oracle Open Office Base : templates;letters +Oracle Open Office Base : templates;new documents from templates +Oracle Open Office Base : templates;opening documents with +Oracle Open Office Base : templates;organizing +Oracle Open Office Base : terminology +Oracle Open Office Base : terminology;general glossary +Oracle Open Office Base : terminology;Internet glossary +Oracle Open Office Base : testing XML filters +Oracle Open Office Base : text +Oracle Open Office Base : text;animating +Oracle Open Office Base : text;Asian layout +Oracle Open Office Base : text;bold +Oracle Open Office Base : text;coloring +Oracle Open Office Base : text;copying by drag and drop +Oracle Open Office Base : text;CTL languages +Oracle Open Office Base : text;drawing pictures +Oracle Open Office Base : text;font effects +Oracle Open Office Base : text;font sizes +Oracle Open Office Base : text;font styles +Oracle Open Office Base : text;fonts and formats +Oracle Open Office Base : text;Fontwork icons +Oracle Open Office Base : text;hyperlinks +Oracle Open Office Base : text;inserting special characters +Oracle Open Office Base : text;italics +Oracle Open Office Base : text;kerning +Oracle Open Office Base : text;language selection +Oracle Open Office Base : text;line spacing +Oracle Open Office Base : text;overwriting or inserting +Oracle Open Office Base : text;printing in black +Oracle Open Office Base : text;replacing with format +Oracle Open Office Base : text;selection modes +Oracle Open Office Base : text;shadowed +Oracle Open Office Base : text;text/draw objects +Oracle Open Office Base : text attributes +Oracle Open Office Base : text attributes;hyperlinks +Oracle Open Office Base : text attributes;undoing +Oracle Open Office Base : text boxes +Oracle Open Office Base : text boxes;form functions +Oracle Open Office Base : text boxes;positioning +Oracle Open Office Base : text breaks in cells +Oracle Open Office Base : text colors for better accessibility +Oracle Open Office Base : text databases (Base) +Oracle Open Office Base : text documents +Oracle Open Office Base : text documents;creating/opening +Oracle Open Office Base : text documents;importing/exporting +Oracle Open Office Base : text documents;inserting spreadsheet cells +Oracle Open Office Base : text documents;print settings +Oracle Open Office Base : text documents;printing +Oracle Open Office Base : text documents;saving +Oracle Open Office Base : text documents;saving automatically +Oracle Open Office Base : text documents;saving in other formats +Oracle Open Office Base : text documents;sending as e-mail +Oracle Open Office Base : text effects +Oracle Open Office Base : text flow +Oracle Open Office Base : text flow;in cells +Oracle Open Office Base : text formats +Oracle Open Office Base : text formats;databases +Oracle Open Office Base : text formats;pasting +Oracle Open Office Base : text input fields +Oracle Open Office Base : text layout for special languages +Oracle Open Office Base : text objects +Oracle Open Office Base : text objects;alignment +Oracle Open Office Base : text objects;draw functions +Oracle Open Office Base : text objects;fonts +Oracle Open Office Base : text objects;in presentations and drawings +Oracle Open Office Base : text overflow in spreadsheet cells +Oracle Open Office Base : text, see also text documents, paragraphs and characters +Oracle Open Office Base : TextArt, see Fontwork +Oracle Open Office Base : textures +Oracle Open Office Base : textures;inserting from Gallery +Oracle Open Office Base : textures;on chart bars +Oracle Open Office Base : Thai +Oracle Open Office Base : Thai;entering text +Oracle Open Office Base : Thai;language settings +Oracle Open Office Base : thesaurus +Oracle Open Office Base : thesaurus;activating for a language +Oracle Open Office Base : ticker text +Oracle Open Office Base : time fields +Oracle Open Office Base : time fields;form functions +Oracle Open Office Base : times +Oracle Open Office Base : times;inserting when printing presentations +Oracle Open Office Base : times, formats +Oracle Open Office Base : tips +Oracle Open Office Base : tips;extended tips in Help +Oracle Open Office Base : title rows +Oracle Open Office Base : title rows;printing in Oracle Open Office Math +Oracle Open Office Base : titles +Oracle Open Office Base : titles;changing +Oracle Open Office Base : titles;editing in charts +Oracle Open Office Base : titles;font effects +Oracle Open Office Base : titles;formatting automatically +Oracle Open Office Base : titles;objects +Oracle Open Office Base : toolbars +Oracle Open Office Base : toolbars;adding buttons +Oracle Open Office Base : toolbars;docking/undocking +Oracle Open Office Base : toolbars;Form Navigation bar +Oracle Open Office Base : toolbars;viewing/closing +Oracle Open Office Base : tools bar +Oracle Open Office Base : tooltips +Oracle Open Office Base : tooltips;extended tips +Oracle Open Office Base : tooltips;help +Oracle Open Office Base : traditional Chinese +Oracle Open Office Base : traditional Chinese;translating to simplified chinese +Oracle Open Office Base : transparency +Oracle Open Office Base : transparency;areas +Oracle Open Office Base : transparency;off for faster printing +Oracle Open Office Base : transparency;saving +Oracle Open Office Base : tree view of Help +Oracle Open Office Base : typefaces +Oracle Open Office Base : typefaces;adding under UNIX +Oracle Open Office Base : typefaces;formats +Oracle Open Office Base : typographical quotes in Oracle Open Office Writer +Oracle Open Office Base : typography +Oracle Open Office Base : typography;Asian +Oracle Open Office Base : underlining +Oracle Open Office Base : underlining;AutoFormat function +Oracle Open Office Base : underlining;characters +Oracle Open Office Base : underlining;text +Oracle Open Office Base : undocking windows +Oracle Open Office Base : undoing +Oracle Open Office Base : undoing;direct formatting +Oracle Open Office Base : undoing;editing +Oracle Open Office Base : undoing;number of steps +Oracle Open Office Base : ungrouping groups +Oracle Open Office Base : units +Oracle Open Office Base : units;converting +Oracle Open Office Base : units;measurement units +Oracle Open Office Base : UNO components +Oracle Open Office Base : UNO components;Extension Manager +Oracle Open Office Base : UNO components;integrating new +Oracle Open Office Base : update options +Oracle Open Office Base : updates +Oracle Open Office Base : updates;checking automatically +Oracle Open Office Base : updates;checking manually +Oracle Open Office Base : updating +Oracle Open Office Base : updating;fields and charts, automatically (Writer) +Oracle Open Office Base : updating;links in text documents +Oracle Open Office Base : updating;links, on opening +Oracle Open Office Base : updating;templates +Oracle Open Office Base : URL +Oracle Open Office Base : URL;changing hyperlink URLs +Oracle Open Office Base : URL;definition +Oracle Open Office Base : URL;in pictures +Oracle Open Office Base : URL;saving absolute/relative paths +Oracle Open Office Base : URL;turning off URL recognition +Oracle Open Office Base : user data +Oracle Open Office Base : user data;input +Oracle Open Office Base : user data;removing when saving +Oracle Open Office Base : user feedback +Oracle Open Office Base : user feedback;automatically +Oracle Open Office Base : user-defined dictionaries +Oracle Open Office Base : user-defined dictionaries;creating +Oracle Open Office Base : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Base : user-defined dictionaries;editing +Oracle Open Office Base : user-defined styles +Oracle Open Office Base : user-defined styles;automatically replacing +Oracle Open Office Base : UTF-8/UCS2 support +Oracle Open Office Base : values +Oracle Open Office Base : values;rounded as shown (Calc) +Oracle Open Office Base : variables +Oracle Open Office Base : variables;for paths +Oracle Open Office Base : VBA code +Oracle Open Office Base : VBA code;loading/saving documents with VBA code +Oracle Open Office Base : version management +Oracle Open Office Base : version numbers of documents +Oracle Open Office Base : versions +Oracle Open Office Base : versions;comparing documents +Oracle Open Office Base : versions;file saving as, restriction +Oracle Open Office Base : versions;merging document versions +Oracle Open Office Base : versions;of a document +Oracle Open Office Base : versions;Oracle Open Office +Oracle Open Office Base : vertical callouts +Oracle Open Office Base : vertical scrollbars (Writer) +Oracle Open Office Base : vertical text boxes +Oracle Open Office Base : videos +Oracle Open Office Base : viewing +Oracle Open Office Base : viewing;databases +Oracle Open Office Base : viewing;file properties +Oracle Open Office Base : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Base : viewing;toolbars +Oracle Open Office Base : views +Oracle Open Office Base : views;creating database views (Base) +Oracle Open Office Base : views;defaults +Oracle Open Office Base : views;full screen +Oracle Open Office Base : views;icons +Oracle Open Office Base : views;scaling +Oracle Open Office Base : Visual Basic for Applications +Oracle Open Office Base : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Base : watermarks +Oracle Open Office Base : web documents +Oracle Open Office Base : web documents;XForms +Oracle Open Office Base : Web support +Oracle Open Office Base : WebCast export +Oracle Open Office Base : WebDAV over HTTPS +Oracle Open Office Base : windows +Oracle Open Office Base : windows;docking +Oracle Open Office Base : windows;docking definition +Oracle Open Office Base : windows;hiding/showing/docking +Oracle Open Office Base : windows;new +Oracle Open Office Base : wizards +Oracle Open Office Base : wizards;agendas +Oracle Open Office Base : wizards;database queries +Oracle Open Office Base : wizards;database tables (Base) +Oracle Open Office Base : wizards;databases (Base) +Oracle Open Office Base : wizards;document converter +Oracle Open Office Base : wizards;Euro Converter +Oracle Open Office Base : wizards;faxes +Oracle Open Office Base : wizards;forms +Oracle Open Office Base : wizards;letters +Oracle Open Office Base : wizards;macros (Base) +Oracle Open Office Base : wizards;overview +Oracle Open Office Base : wizards;presentations +Oracle Open Office Base : wizards;reports +Oracle Open Office Base : Word documents +Oracle Open Office Base : Word documents;compatibility +Oracle Open Office Base : Word documents;saving as +Oracle Open Office Base : WordArt, see Fontwork +Oracle Open Office Base : words +Oracle Open Office Base : words;automatically replacing +Oracle Open Office Base : words;wrapping in cells +Oracle Open Office Base : words;wrapping in CTL +Oracle Open Office Base : working directory change +Oracle Open Office Base : wrapping text +Oracle Open Office Base : wrapping text;in cells +Oracle Open Office Base : write protection on/off +Oracle Open Office Base : writing aids options +Oracle Open Office Base : WYSIWYG in fonts lists +Oracle Open Office Base : XForms +Oracle Open Office Base : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Base : XForms;conditions +Oracle Open Office Base : XForms;opening/editing +Oracle Open Office Base : XML converters +Oracle Open Office Base : XML file formats +Oracle Open Office Base : XML filters +Oracle Open Office Base : XML filters;creating/testing +Oracle Open Office Base : XML filters;saving as package/installing/deleting +Oracle Open Office Base : XML filters;settings +Oracle Open Office Base : XML Forms, see XForms +Oracle Open Office Base : XSLT filters, see also XML filters +Oracle Open Office Base : years +Oracle Open Office Base : years;2-digit options +Oracle Open Office Base : zero values +Oracle Open Office Base : zero values;displaying (Calc) +Oracle Open Office Base : zooming +Oracle Open Office Base : zooming;page views +Oracle Open Office Base : zooming;pictures +Oracle Open Office Base : zooming;status bar +Oracle Open Office Draw : 1/2 replacement +Oracle Open Office Draw : 3D charts +Oracle Open Office Draw : 3D objects +Oracle Open Office Draw : 3D objects;assembling +Oracle Open Office Draw : 3D objects;generating +Oracle Open Office Draw : 3D objects;inserting +Oracle Open Office Draw : 3D rotation objects +Oracle Open Office Draw : 3D rotation objects;converting to +Oracle Open Office Draw : 3D rotation objects;generating +Oracle Open Office Draw : 3D text creation +Oracle Open Office Draw : abbreviation replacement +Oracle Open Office Draw : absolute hyperlinks +Oracle Open Office Draw : absolute saving of URLs +Oracle Open Office Draw : accents +Oracle Open Office Draw : Access databases (base) +Oracle Open Office Draw : access rights for database tables (Base) +Oracle Open Office Draw : accessibility +Oracle Open Office Draw : accessibility;general shortcuts +Oracle Open Office Draw : accessibility;options +Oracle Open Office Draw : accessibility;Oracle Open Office assistive technology +Oracle Open Office Draw : accessibility;Oracle Open Office Draw +Oracle Open Office Draw : accessibility;Oracle Open Office features +Oracle Open Office Draw : accessibility;Oracle Open Office Impress +Oracle Open Office Draw : activating +Oracle Open Office Draw : activating;context menus +Oracle Open Office Draw : activating;Error Report Tool +Oracle Open Office Draw : activating;extended help tips +Oracle Open Office Draw : activating;plug-ins +Oracle Open Office Draw : ActiveX control +Oracle Open Office Draw : Adabas D databases (base) +Oracle Open Office Draw : add-ons, see UNO components +Oracle Open Office Draw : additional selection mode +Oracle Open Office Draw : address books +Oracle Open Office Draw : address books;LDAP server (Base) +Oracle Open Office Draw : address books;registering +Oracle Open Office Draw : address labels from databases +Oracle Open Office Draw : ADO databases (Base) +Oracle Open Office Draw : Agenda Wizard +Oracle Open Office Draw : aging filter +Oracle Open Office Draw : aligning +Oracle Open Office Draw : aligning;2D charts +Oracle Open Office Draw : aligning;cells +Oracle Open Office Draw : aligning;draw objects +Oracle Open Office Draw : aligning;objects +Oracle Open Office Draw : aligning;paragraphs +Oracle Open Office Draw : aligning;tables in text +Oracle Open Office Draw : aligning;text objects +Oracle Open Office Draw : aligning;titles in charts +Oracle Open Office Draw : allowing +Oracle Open Office Draw : allowing;effects +Oracle Open Office Draw : allowing;interaction +Oracle Open Office Draw : alternative fonts +Oracle Open Office Draw : ampersand symbol, see also operators +Oracle Open Office Draw : anchors +Oracle Open Office Draw : anchors;changing +Oracle Open Office Draw : anchors;displaying (Calc) +Oracle Open Office Draw : anchors;types/positions for draw objects +Oracle Open Office Draw : animated GIFs +Oracle Open Office Draw : animated slide transitions +Oracle Open Office Draw : animation effects +Oracle Open Office Draw : animations +Oracle Open Office Draw : animations;accessibility options +Oracle Open Office Draw : animations;editing +Oracle Open Office Draw : animations;list of +Oracle Open Office Draw : animations;saving as GIFs +Oracle Open Office Draw : appearance options +Oracle Open Office Draw : Arabic +Oracle Open Office Draw : Arabic;entering text +Oracle Open Office Draw : Arabic;language settings +Oracle Open Office Draw : area charts +Oracle Open Office Draw : areas +Oracle Open Office Draw : areas;bitmap patterns +Oracle Open Office Draw : areas;from connected lines +Oracle Open Office Draw : areas;hatched/dotted +Oracle Open Office Draw : areas;shadows +Oracle Open Office Draw : areas;slanting +Oracle Open Office Draw : areas;styles +Oracle Open Office Draw : areas;transparency +Oracle Open Office Draw : arguments in command line +Oracle Open Office Draw : arranging +Oracle Open Office Draw : arranging;objects +Oracle Open Office Draw : arranging;objects (guide) +Oracle Open Office Draw : arranging;slides +Oracle Open Office Draw : arrows +Oracle Open Office Draw : arrows;defining arrow heads +Oracle Open Office Draw : arrows;defining arrow lines +Oracle Open Office Draw : arrows;drawing in text +Oracle Open Office Draw : arrows;inserting +Oracle Open Office Draw : arrows;loading arrow styles +Oracle Open Office Draw : ASCII +Oracle Open Office Draw : ASCII;definition +Oracle Open Office Draw : Asian languages +Oracle Open Office Draw : Asian languages;enabling +Oracle Open Office Draw : Asian Phonetic Guide +Oracle Open Office Draw : Asian typography +Oracle Open Office Draw : assembled objects in 3D +Oracle Open Office Draw : assigning scripts +Oracle Open Office Draw : assistive technology in Oracle Open Office +Oracle Open Office Draw : attaching toolbars +Oracle Open Office Draw : attachments in e-mails +Oracle Open Office Draw : attributes +Oracle Open Office Draw : attributes;objects with +Oracle Open Office Draw : audio +Oracle Open Office Draw : authors +Oracle Open Office Draw : auto reloading HTML documents +Oracle Open Office Draw : AutoAbstract function for sending text to presentations +Oracle Open Office Draw : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Draw : AutoComplete function in text and list boxes +Oracle Open Office Draw : AutoCorrect function +Oracle Open Office Draw : AutoCorrect function;context menu +Oracle Open Office Draw : AutoCorrect function;options +Oracle Open Office Draw : AutoCorrect function;pictures and frames +Oracle Open Office Draw : AutoCorrect function;quotes +Oracle Open Office Draw : AutoCorrect function;replacement table +Oracle Open Office Draw : AutoCorrect function;switching on and off in Calc +Oracle Open Office Draw : AutoCorrect function;URL recognition +Oracle Open Office Draw : AutoFormat function +Oracle Open Office Draw : AutoFormat function;switching on and off +Oracle Open Office Draw : automatic captions (Writer) +Oracle Open Office Draw : automatic control focus +Oracle Open Office Draw : automatic hyperlink formatting +Oracle Open Office Draw : automatic line breaks +Oracle Open Office Draw : automatic lines/borders in text +Oracle Open Office Draw : automatic saving +Oracle Open Office Draw : automatic slide changes +Oracle Open Office Draw : automatic slide changes;rehearse timings +Oracle Open Office Draw : automatic slide shows +Oracle Open Office Draw : automatic slide transition +Oracle Open Office Draw : AutoPilots, see wizards +Oracle Open Office Draw : AutoValue (Base) +Oracle Open Office Draw : averages in charts +Oracle Open Office Draw : axes +Oracle Open Office Draw : axes;better scaling +Oracle Open Office Draw : axes;formatting +Oracle Open Office Draw : axes;formatting grids +Oracle Open Office Draw : axes;inserting grids +Oracle Open Office Draw : axes;interval marks +Oracle Open Office Draw : axes;showing axes in charts +Oracle Open Office Draw : axes in charts +Oracle Open Office Draw : backgrounds +Oracle Open Office Draw : backgrounds;changing +Oracle Open Office Draw : backgrounds;defining colors/pictures +Oracle Open Office Draw : backgrounds;deleting unused +Oracle Open Office Draw : backgrounds;frames/sections/indexes +Oracle Open Office Draw : backgrounds;inserting from Gallery +Oracle Open Office Draw : backgrounds;normal view +Oracle Open Office Draw : backgrounds;notes +Oracle Open Office Draw : backgrounds;printing +Oracle Open Office Draw : backgrounds;slides +Oracle Open Office Draw : backing window +Oracle Open Office Draw : backups +Oracle Open Office Draw : backups;automatic +Oracle Open Office Draw : backups;documents +Oracle Open Office Draw : bar charts +Oracle Open Office Draw : Basic +Oracle Open Office Draw : Basic;fonts for source display +Oracle Open Office Draw : Basic;programming +Oracle Open Office Draw : Basic;recording macros +Oracle Open Office Draw : basic fonts +Oracle Open Office Draw : behind object command +Oracle Open Office Draw : Bézier curves +Oracle Open Office Draw : Bézier curves;control points in presentations +Oracle Open Office Draw : bi-directional writing +Oracle Open Office Draw : binding space +Oracle Open Office Draw : bitmaps +Oracle Open Office Draw : bitmaps;converting to +Oracle Open Office Draw : bitmaps;converting to vector graphics +Oracle Open Office Draw : bitmaps;inserting and editing +Oracle Open Office Draw : bitmaps;off for faster printing +Oracle Open Office Draw : bitmaps;patterns +Oracle Open Office Draw : bitmaps;replacing colors +Oracle Open Office Draw : black and white display +Oracle Open Office Draw : black and white printing +Oracle Open Office Draw : black and white view +Oracle Open Office Draw : black printing in Calc +Oracle Open Office Draw : block selection mode +Oracle Open Office Draw : bold +Oracle Open Office Draw : bold;AutoFormat function +Oracle Open Office Draw : bold;text +Oracle Open Office Draw : bookmarks +Oracle Open Office Draw : bookmarks;Help +Oracle Open Office Draw : borders +Oracle Open Office Draw : borders;arranging +Oracle Open Office Draw : borders;cells on screen (Calc) +Oracle Open Office Draw : borders;for paragraphs +Oracle Open Office Draw : borders;for tables +Oracle Open Office Draw : borders;shadows +Oracle Open Office Draw : borders;table boundaries (Writer) +Oracle Open Office Draw : borders, see also frames +Oracle Open Office Draw : bound fields +Oracle Open Office Draw : bound fields;controls +Oracle Open Office Draw : boundaries of tables (Writer) +Oracle Open Office Draw : break display (Writer) +Oracle Open Office Draw : breaking object connections +Oracle Open Office Draw : brochures +Oracle Open Office Draw : brochures;printing several +Oracle Open Office Draw : bubble charts +Oracle Open Office Draw : build numbers of Oracle Open Office +Oracle Open Office Draw : bullet lists +Oracle Open Office Draw : bullet lists;formatting options +Oracle Open Office Draw : bullets +Oracle Open Office Draw : bullets;paragraphs +Oracle Open Office Draw : bullets;replacing +Oracle Open Office Draw : bullets;turning off +Oracle Open Office Draw : business cards +Oracle Open Office Draw : business cards;creating and synchronizing +Oracle Open Office Draw : business cards;using templates +Oracle Open Office Draw : button bars, see toolbars +Oracle Open Office Draw : buttons +Oracle Open Office Draw : buttons;adding push buttons +Oracle Open Office Draw : buttons;big/small +Oracle Open Office Draw : buttons;editing hyperlink buttons +Oracle Open Office Draw : buttons;form functions +Oracle Open Office Draw : buttons;toolbars +Oracle Open Office Draw : cache for graphics +Oracle Open Office Draw : calculating +Oracle Open Office Draw : calculating;iterative references (Calc) +Oracle Open Office Draw : calculating;regression curves +Oracle Open Office Draw : callouts +Oracle Open Office Draw : callouts;drawings +Oracle Open Office Draw : callouts;inserting in presentations +Oracle Open Office Draw : capital letters +Oracle Open Office Draw : capital letters;AutoCorrect function +Oracle Open Office Draw : capital letters;font effects +Oracle Open Office Draw : captions +Oracle Open Office Draw : captions;automatic captions (Writer) +Oracle Open Office Draw : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Draw : captions, see also labels/callouts +Oracle Open Office Draw : cascading update (Base) +Oracle Open Office Draw : case sensitivity +Oracle Open Office Draw : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Draw : case sensitivity;searching +Oracle Open Office Draw : cells +Oracle Open Office Draw : cells;aligning +Oracle Open Office Draw : cells;coloring (Calc) +Oracle Open Office Draw : cells;cursor positions after input (Calc) +Oracle Open Office Draw : cells;formatting without effect (Calc) +Oracle Open Office Draw : cells;line breaks +Oracle Open Office Draw : cells;linked to controls +Oracle Open Office Draw : cells;number of +Oracle Open Office Draw : cells;pasting +Oracle Open Office Draw : cells;resetting formats +Oracle Open Office Draw : cells;showing grid lines (Calc) +Oracle Open Office Draw : centered text +Oracle Open Office Draw : centimeters +Oracle Open Office Draw : certificates +Oracle Open Office Draw : changes +Oracle Open Office Draw : changes;accepting or rejecting +Oracle Open Office Draw : changes;comparing to original +Oracle Open Office Draw : changes;protecting +Oracle Open Office Draw : changes;recording +Oracle Open Office Draw : changes;review function +Oracle Open Office Draw : changes;showing +Oracle Open Office Draw : changing +Oracle Open Office Draw : changing;document titles +Oracle Open Office Draw : changing;file associations in Setup program +Oracle Open Office Draw : changing;icon sizes +Oracle Open Office Draw : changing;layer properties +Oracle Open Office Draw : changing;layout for handouts +Oracle Open Office Draw : changing;links +Oracle Open Office Draw : changing;order of slides +Oracle Open Office Draw : changing;slide layouts +Oracle Open Office Draw : changing;work directory +Oracle Open Office Draw : changing, see also editing and replacing +Oracle Open Office Draw : character styles +Oracle Open Office Draw : character styles;language selection +Oracle Open Office Draw : characters +Oracle Open Office Draw : characters;alternative fonts +Oracle Open Office Draw : characters;Asian layout +Oracle Open Office Draw : characters;bold +Oracle Open Office Draw : characters;coloring +Oracle Open Office Draw : characters;converting to curves +Oracle Open Office Draw : characters;displaying only on screen (Writer) +Oracle Open Office Draw : characters;enabling CTL and Asian characters +Oracle Open Office Draw : characters;font effects +Oracle Open Office Draw : characters;fonts and formats +Oracle Open Office Draw : characters;hyperlinks +Oracle Open Office Draw : characters;italics +Oracle Open Office Draw : characters;language selection +Oracle Open Office Draw : characters;shadowed +Oracle Open Office Draw : characters;spacing +Oracle Open Office Draw : characters;special +Oracle Open Office Draw : characters;underlining +Oracle Open Office Draw : charcoal sketches filter +Oracle Open Office Draw : chart legends +Oracle Open Office Draw : chart legends;hiding +Oracle Open Office Draw : chart legends;showing icons with labels +Oracle Open Office Draw : chart types +Oracle Open Office Draw : chart types;area +Oracle Open Office Draw : chart types;bubble +Oracle Open Office Draw : chart types;column and bar +Oracle Open Office Draw : chart types;column and line +Oracle Open Office Draw : chart types;line +Oracle Open Office Draw : chart types;net +Oracle Open Office Draw : chart types;pie/donut +Oracle Open Office Draw : chart types;stock +Oracle Open Office Draw : chart types;XY (scatter) +Oracle Open Office Draw : charts +Oracle Open Office Draw : charts;3D views +Oracle Open Office Draw : charts;aligning +Oracle Open Office Draw : charts;arranging within stacks +Oracle Open Office Draw : charts;bars with textures +Oracle Open Office Draw : charts;choosing chart types +Oracle Open Office Draw : charts;colors +Oracle Open Office Draw : charts;copying with link to source cell range +Oracle Open Office Draw : charts;data labels +Oracle Open Office Draw : charts;displaying (Calc) +Oracle Open Office Draw : charts;editing axes +Oracle Open Office Draw : charts;editing data +Oracle Open Office Draw : charts;editing legends +Oracle Open Office Draw : charts;editing titles +Oracle Open Office Draw : charts;formatting areas +Oracle Open Office Draw : charts;formatting floors +Oracle Open Office Draw : charts;formatting walls +Oracle Open Office Draw : charts;inserting +Oracle Open Office Draw : charts;overview +Oracle Open Office Draw : charts;positioning axes +Oracle Open Office Draw : charts;properties +Oracle Open Office Draw : charts;reorganizing +Oracle Open Office Draw : charts;scaling axes +Oracle Open Office Draw : charts;scaling text +Oracle Open Office Draw : charts;shortcuts +Oracle Open Office Draw : charts;showing axes +Oracle Open Office Draw : charts;updating automatically (Writer) +Oracle Open Office Draw : check box creation +Oracle Open Office Draw : Chinese writing systems +Oracle Open Office Draw : choosing printers +Oracle Open Office Draw : circle drawings +Oracle Open Office Draw : circle segments +Oracle Open Office Draw : circles +Oracle Open Office Draw : circles;of objects +Oracle Open Office Draw : Client Side ImageMap +Oracle Open Office Draw : clipboard +Oracle Open Office Draw : clipboard;cutting +Oracle Open Office Draw : clipboard;pasting +Oracle Open Office Draw : clipboard;pasting formatted/unformatted text +Oracle Open Office Draw : clipboard;selection clipboard +Oracle Open Office Draw : clipboard;Unix +Oracle Open Office Draw : closing +Oracle Open Office Draw : closing;documents +Oracle Open Office Draw : closing;shapes +Oracle Open Office Draw : closing;toolbars +Oracle Open Office Draw : collaboration +Oracle Open Office Draw : color bar +Oracle Open Office Draw : colors +Oracle Open Office Draw : colors;adding +Oracle Open Office Draw : colors;appearance +Oracle Open Office Draw : colors;backgrounds +Oracle Open Office Draw : colors;charts +Oracle Open Office Draw : colors;default colors +Oracle Open Office Draw : colors;defining and saving +Oracle Open Office Draw : colors;defining gradients interactively +Oracle Open Office Draw : colors;displaying presentations +Oracle Open Office Draw : colors;fill format +Oracle Open Office Draw : colors;fonts +Oracle Open Office Draw : colors;grid lines and cells (Calc) +Oracle Open Office Draw : colors;loading lists +Oracle Open Office Draw : colors;models +Oracle Open Office Draw : colors;not printing +Oracle Open Office Draw : colors;printing in grayscale +Oracle Open Office Draw : colors;replacing +Oracle Open Office Draw : colors;restriction (Calc) +Oracle Open Office Draw : colors;selection +Oracle Open Office Draw : column and line charts +Oracle Open Office Draw : column charts +Oracle Open Office Draw : column headers +Oracle Open Office Draw : column headers;displaying (Calc) +Oracle Open Office Draw : column headers;highlighting (Calc) +Oracle Open Office Draw : columns +Oracle Open Office Draw : columns;inserting +Oracle Open Office Draw : columns;setting with the mouse +Oracle Open Office Draw : combination charts +Oracle Open Office Draw : combining +Oracle Open Office Draw : combining;3D objects +Oracle Open Office Draw : combining;draw objects +Oracle Open Office Draw : combining;undoing +Oracle Open Office Draw : combo box creation +Oracle Open Office Draw : command button creation +Oracle Open Office Draw : command buttons, see push buttons +Oracle Open Office Draw : command line parameters +Oracle Open Office Draw : commands +Oracle Open Office Draw : commands;repeating +Oracle Open Office Draw : commands;SQL +Oracle Open Office Draw : comments +Oracle Open Office Draw : comments;displaying (Calc) +Oracle Open Office Draw : comments;inserting/editing/deleting/printing +Oracle Open Office Draw : comments;on changes +Oracle Open Office Draw : comments;printing in text +Oracle Open Office Draw : common terms +Oracle Open Office Draw : common terms;Chinese dictionary +Oracle Open Office Draw : common terms;glossaries +Oracle Open Office Draw : common terms;Internet glossary +Oracle Open Office Draw : comparisons +Oracle Open Office Draw : comparisons;document versions +Oracle Open Office Draw : comparisons;operators in default filter dialog +Oracle Open Office Draw : compatibility settings for MS Word import +Oracle Open Office Draw : complete screen view +Oracle Open Office Draw : complex text layout +Oracle Open Office Draw : complex text layout;definition +Oracle Open Office Draw : complex text layout;enabling +Oracle Open Office Draw : complex text layout, see CTL +Oracle Open Office Draw : compose key to insert special characters +Oracle Open Office Draw : concatenation, see ampersand symbol +Oracle Open Office Draw : conditional separators +Oracle Open Office Draw : conditions +Oracle Open Office Draw : conditions;in number formats +Oracle Open Office Draw : conditions;items in Data Navigator +Oracle Open Office Draw : cones +Oracle Open Office Draw : Configuration Manager +Oracle Open Office Draw : configuring +Oracle Open Office Draw : configuring;fax icon +Oracle Open Office Draw : configuring;Oracle Open Office +Oracle Open Office Draw : configuring;toolbars +Oracle Open Office Draw : connecting +Oracle Open Office Draw : connecting;draw objects +Oracle Open Office Draw : connecting;lines +Oracle Open Office Draw : connecting;paths and objects +Oracle Open Office Draw : connections to data sources (Base) +Oracle Open Office Draw : connectors +Oracle Open Office Draw : connectors;properties of +Oracle Open Office Draw : connectors;using +Oracle Open Office Draw : constructing shapes +Oracle Open Office Draw : contents protection +Oracle Open Office Draw : context menus +Oracle Open Office Draw : contours +Oracle Open Office Draw : contours;converting to +Oracle Open Office Draw : control point display in presentations +Oracle Open Office Draw : control points definition +Oracle Open Office Draw : controls +Oracle Open Office Draw : controls;activating in forms +Oracle Open Office Draw : controls;adding to documents +Oracle Open Office Draw : controls;arranging in forms +Oracle Open Office Draw : controls;arranging within stacks +Oracle Open Office Draw : controls;assigning data sources +Oracle Open Office Draw : controls;assigning macros (Basic) +Oracle Open Office Draw : controls;bound fields/list contents/linked cells +Oracle Open Office Draw : controls;events +Oracle Open Office Draw : controls;focus +Oracle Open Office Draw : controls;formatted fields +Oracle Open Office Draw : controls;grouping +Oracle Open Office Draw : controls;hidden +Oracle Open Office Draw : controls;inserting +Oracle Open Office Draw : controls;multi-line titles +Oracle Open Office Draw : controls;positions and sizes +Oracle Open Office Draw : controls;printing +Oracle Open Office Draw : controls;properties of form controls +Oracle Open Office Draw : controls;properties of table controls +Oracle Open Office Draw : controls;reference by SQL +Oracle Open Office Draw : controls;rich text control +Oracle Open Office Draw : controls;select mode +Oracle Open Office Draw : controls;showing (Writer) +Oracle Open Office Draw : converters +Oracle Open Office Draw : converters;Euro converter +Oracle Open Office Draw : converters;PostScript, UNIX +Oracle Open Office Draw : converters;XML +Oracle Open Office Draw : converting +Oracle Open Office Draw : converting;bitmaps to polygons +Oracle Open Office Draw : converting;Hangul/Hanja +Oracle Open Office Draw : converting;metrics +Oracle Open Office Draw : converting;Microsoft documents +Oracle Open Office Draw : converting;Oracle Open Office documents +Oracle Open Office Draw : converting;Pocket PC formats +Oracle Open Office Draw : converting;points +Oracle Open Office Draw : converting;text to curves +Oracle Open Office Draw : converting;to bitmaps +Oracle Open Office Draw : converting;to contours +Oracle Open Office Draw : converting;to curves, polygons, 3D +Oracle Open Office Draw : converting;to metafile format (WMF) +Oracle Open Office Draw : copies +Oracle Open Office Draw : copies;printing +Oracle Open Office Draw : copying +Oracle Open Office Draw : copying;by drag and drop +Oracle Open Office Draw : copying;data from text documents +Oracle Open Office Draw : copying;datasource records in spreadsheets +Oracle Open Office Draw : copying;draw objects +Oracle Open Office Draw : copying;draw objects between documents +Oracle Open Office Draw : copying;formatting +Oracle Open Office Draw : copying;from data source view +Oracle Open Office Draw : copying;from Gallery +Oracle Open Office Draw : copying;in Unix +Oracle Open Office Draw : copying;pictures, between documents +Oracle Open Office Draw : copying;sheet areas, to text documents +Oracle Open Office Draw : copying;slides +Oracle Open Office Draw : copying;text from other documents +Oracle Open Office Draw : copying;to Gallery +Oracle Open Office Draw : copyright for Oracle Open Office +Oracle Open Office Draw : corner points +Oracle Open Office Draw : corner roundings +Oracle Open Office Draw : covered objects +Oracle Open Office Draw : crash reports +Oracle Open Office Draw : criteria of query design (Base) +Oracle Open Office Draw : cropping pictures +Oracle Open Office Draw : cross-fading +Oracle Open Office Draw : cross-fading;creating cross-fades +Oracle Open Office Draw : cross-fading;slides +Oracle Open Office Draw : cross-fading;two draw objects +Oracle Open Office Draw : CTL +Oracle Open Office Draw : CTL;(not) wrapping words +Oracle Open Office Draw : CTL;complex text layout languages +Oracle Open Office Draw : CTL;definition +Oracle Open Office Draw : CTL;options +Oracle Open Office Draw : cubes +Oracle Open Office Draw : currencies +Oracle Open Office Draw : currencies;converters +Oracle Open Office Draw : currencies;format codes +Oracle Open Office Draw : currency field creation +Oracle Open Office Draw : currency formats +Oracle Open Office Draw : cursor +Oracle Open Office Draw : cursor;allowing in protected areas (Writer) +Oracle Open Office Draw : cursor;in read-only text +Oracle Open Office Draw : cursor;quickly moving to an object +Oracle Open Office Draw : curves +Oracle Open Office Draw : curves;converting text to +Oracle Open Office Draw : curves;drawing +Oracle Open Office Draw : curves;editing +Oracle Open Office Draw : curves;editing points +Oracle Open Office Draw : curves;properties in line charts/XY charts +Oracle Open Office Draw : curves;toolbar +Oracle Open Office Draw : custom animation +Oracle Open Office Draw : custom colors +Oracle Open Office Draw : custom dictionaries +Oracle Open Office Draw : custom dictionaries;editing +Oracle Open Office Draw : custom gradients +Oracle Open Office Draw : custom hyphens (Writer) +Oracle Open Office Draw : custom quotes +Oracle Open Office Draw : custom slide shows +Oracle Open Office Draw : custom templates +Oracle Open Office Draw : customizing +Oracle Open Office Draw : customizing;events +Oracle Open Office Draw : customizing;keyboard +Oracle Open Office Draw : customizing;menus +Oracle Open Office Draw : customizing;Oracle Open Office +Oracle Open Office Draw : customizing;round corners +Oracle Open Office Draw : customizing;toolbars +Oracle Open Office Draw : cutting +Oracle Open Office Draw : cylinders +Oracle Open Office Draw : dashes +Oracle Open Office Draw : data +Oracle Open Office Draw : data;filtering in forms +Oracle Open Office Draw : data;forms and subforms +Oracle Open Office Draw : data;read-only +Oracle Open Office Draw : data;sorting in forms +Oracle Open Office Draw : data;user data +Oracle Open Office Draw : data binding change in XForms +Oracle Open Office Draw : data labels in charts +Oracle Open Office Draw : Data Navigator +Oracle Open Office Draw : Data Navigator;adding/editing items +Oracle Open Office Draw : Data Navigator;display options +Oracle Open Office Draw : data ranges in charts +Oracle Open Office Draw : data series +Oracle Open Office Draw : data source browser +Oracle Open Office Draw : data source explorer +Oracle Open Office Draw : data source view +Oracle Open Office Draw : data source view;drag and drop +Oracle Open Office Draw : data source view;overview +Oracle Open Office Draw : data source view;showing +Oracle Open Office Draw : data sources +Oracle Open Office Draw : data sources;as tables +Oracle Open Office Draw : data sources;connection settings (Base) +Oracle Open Office Draw : data sources;copying records to spreadsheets +Oracle Open Office Draw : data sources;displaying current +Oracle Open Office Draw : data sources;LDAP server (Base) +Oracle Open Office Draw : data sources;Oracle Open Office Base +Oracle Open Office Draw : data sources;registering address books +Oracle Open Office Draw : data sources;reports +Oracle Open Office Draw : data sources;setting for stock charts +Oracle Open Office Draw : data sources;viewing +Oracle Open Office Draw : data structure of XForms +Oracle Open Office Draw : data values in charts +Oracle Open Office Draw : data, see also values +Oracle Open Office Draw : database contents +Oracle Open Office Draw : database contents;inserting as tables +Oracle Open Office Draw : database contents;inserting as text +Oracle Open Office Draw : database reports +Oracle Open Office Draw : Database Wizard (Base) +Oracle Open Office Draw : databases +Oracle Open Office Draw : databases;administration through SQL (Base) +Oracle Open Office Draw : databases;ADO (Base) +Oracle Open Office Draw : databases;connecting (Base) +Oracle Open Office Draw : databases;creating +Oracle Open Office Draw : databases;creating labels +Oracle Open Office Draw : databases;creating queries +Oracle Open Office Draw : databases;creating reports +Oracle Open Office Draw : databases;creating tables +Oracle Open Office Draw : databases;deleting (Base) +Oracle Open Office Draw : databases;drag and drop (Base) +Oracle Open Office Draw : databases;editing tables +Oracle Open Office Draw : databases;form filters +Oracle Open Office Draw : databases;formats (Base) +Oracle Open Office Draw : databases;importing/exporting +Oracle Open Office Draw : databases;JDBC (Base) +Oracle Open Office Draw : databases;main page (Base) +Oracle Open Office Draw : databases;ODBC (Base) +Oracle Open Office Draw : databases;overview +Oracle Open Office Draw : databases;registering (Base) +Oracle Open Office Draw : databases;searching records +Oracle Open Office Draw : databases;shortcut keys +Oracle Open Office Draw : databases;sorting +Oracle Open Office Draw : databases;standard filters +Oracle Open Office Draw : databases;text formats +Oracle Open Office Draw : databases;viewing +Oracle Open Office Draw : date fields +Oracle Open Office Draw : date fields;creating +Oracle Open Office Draw : date fields;properties +Oracle Open Office Draw : date formats +Oracle Open Office Draw : date on all slides +Oracle Open Office Draw : dates +Oracle Open Office Draw : dates;default (Calc) +Oracle Open Office Draw : dates;fixed +Oracle Open Office Draw : dates;printing in presentations +Oracle Open Office Draw : dates;start 1900/01/01 (Calc) +Oracle Open Office Draw : dates;start 1904/01/01 (Calc) +Oracle Open Office Draw : dates;variable +Oracle Open Office Draw : dBASE +Oracle Open Office Draw : dBASE;database settings (Base) +Oracle Open Office Draw : DDE +Oracle Open Office Draw : DDE;definition +Oracle Open Office Draw : deactivating +Oracle Open Office Draw : deactivating;plug-ins +Oracle Open Office Draw : decimal places displayed (Calc) +Oracle Open Office Draw : decimal separator key +Oracle Open Office Draw : decimal tab stops +Oracle Open Office Draw : decreasing sizes of views +Oracle Open Office Draw : default directories +Oracle Open Office Draw : default filters +Oracle Open Office Draw : default filters;comparison operators +Oracle Open Office Draw : default filters;databases +Oracle Open Office Draw : default printer +Oracle Open Office Draw : default printer;setting up +Oracle Open Office Draw : default printer;UNIX +Oracle Open Office Draw : default templates +Oracle Open Office Draw : default templates;changing +Oracle Open Office Draw : default templates;organizing +Oracle Open Office Draw : defaults +Oracle Open Office Draw : defaults;documents +Oracle Open Office Draw : defaults;file formats in file dialogs +Oracle Open Office Draw : defaults;file formats in Oracle Open Office +Oracle Open Office Draw : defaults;fonts +Oracle Open Office Draw : defaults;grids (Writer/Calc) +Oracle Open Office Draw : defaults;languages +Oracle Open Office Draw : defaults;number formats +Oracle Open Office Draw : defaults;of saving +Oracle Open Office Draw : defaults;program configuration +Oracle Open Office Draw : defaults;tab stops in text +Oracle Open Office Draw : defaults;views +Oracle Open Office Draw : defining +Oracle Open Office Draw : defining;arrowheads and other line ends +Oracle Open Office Draw : defining;colors +Oracle Open Office Draw : defining;gradients +Oracle Open Office Draw : defining;line styles +Oracle Open Office Draw : defining;paragraph borders +Oracle Open Office Draw : defining;queries (Base) +Oracle Open Office Draw : defining;table borders +Oracle Open Office Draw : deleting +Oracle Open Office Draw : deleting;all direct formatting +Oracle Open Office Draw : deleting;animation effects +Oracle Open Office Draw : deleting;comments +Oracle Open Office Draw : deleting;databases (Base) +Oracle Open Office Draw : deleting;hyperlinks +Oracle Open Office Draw : deleting;layers +Oracle Open Office Draw : deleting;lines in text +Oracle Open Office Draw : deleting;models/instances +Oracle Open Office Draw : deleting;namespaces in XForms +Oracle Open Office Draw : deleting;points +Oracle Open Office Draw : deleting;slide transition effects +Oracle Open Office Draw : deleting;slides +Oracle Open Office Draw : deleting;tab stops +Oracle Open Office Draw : deleting;templates +Oracle Open Office Draw : deleting;XML filters +Oracle Open Office Draw : depth stagger +Oracle Open Office Draw : descriptions for objects +Oracle Open Office Draw : design mode after saving +Oracle Open Office Draw : design view +Oracle Open Office Draw : design view;creating forms +Oracle Open Office Draw : design view;queries/views (Base) +Oracle Open Office Draw : designing +Oracle Open Office Draw : designing;database tables +Oracle Open Office Draw : designing;fonts +Oracle Open Office Draw : designing;queries (Base) +Oracle Open Office Draw : detaching toolbars +Oracle Open Office Draw : dictionaries +Oracle Open Office Draw : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Draw : dictionaries;creating +Oracle Open Office Draw : dictionaries;editing user-defined +Oracle Open Office Draw : dictionaries;spellcheck +Oracle Open Office Draw : dictionaries, see also languages +Oracle Open Office Draw : digital signatures +Oracle Open Office Draw : digital signatures;getting/managing/applying +Oracle Open Office Draw : digital signatures;overview +Oracle Open Office Draw : digital signatures;WebDAV over HTTPS +Oracle Open Office Draw : dimension lines +Oracle Open Office Draw : dimension lines;drawing +Oracle Open Office Draw : dimension lines;properties of +Oracle Open Office Draw : direct formatting +Oracle Open Office Draw : direct formatting;undoing all +Oracle Open Office Draw : directories +Oracle Open Office Draw : directories;creating new +Oracle Open Office Draw : directories;directory structure +Oracle Open Office Draw : disabled persons +Oracle Open Office Draw : display qualities of presentations +Oracle Open Office Draw : displaying +Oracle Open Office Draw : displaying;comments (Calc) +Oracle Open Office Draw : displaying;comments in text documents +Oracle Open Office Draw : displaying;non-printing characters (Writer) +Oracle Open Office Draw : displaying;pictures and objects (Writer) +Oracle Open Office Draw : displaying;tables (Writer) +Oracle Open Office Draw : displaying;zero values (Calc) +Oracle Open Office Draw : distances +Oracle Open Office Draw : distinct values in SQL queries +Oracle Open Office Draw : distorting in drawings +Oracle Open Office Draw : distorting objects +Oracle Open Office Draw : distributing draw objects +Oracle Open Office Draw : distributing XML filters +Oracle Open Office Draw : docking +Oracle Open Office Draw : docking;definition +Oracle Open Office Draw : docking;toolbars +Oracle Open Office Draw : docking;windows +Oracle Open Office Draw : Document Converter Wizard +Oracle Open Office Draw : Document Map, see Navigator +Oracle Open Office Draw : document types in Oracle Open Office +Oracle Open Office Draw : documents +Oracle Open Office Draw : documents;changing titles +Oracle Open Office Draw : documents;closing +Oracle Open Office Draw : documents;comparing +Oracle Open Office Draw : documents;contents as lists +Oracle Open Office Draw : documents;editing time +Oracle Open Office Draw : documents;exporting +Oracle Open Office Draw : documents;importing +Oracle Open Office Draw : documents;languages +Oracle Open Office Draw : documents;measurement units in +Oracle Open Office Draw : documents;merging +Oracle Open Office Draw : documents;number of pages/tables/sheets +Oracle Open Office Draw : documents;opening +Oracle Open Office Draw : documents;opening in design mode +Oracle Open Office Draw : documents;opening with templates +Oracle Open Office Draw : documents;organizing +Oracle Open Office Draw : documents;printing +Oracle Open Office Draw : documents;read-only +Oracle Open Office Draw : documents;reloading +Oracle Open Office Draw : documents;saving +Oracle Open Office Draw : documents;saving automatically +Oracle Open Office Draw : documents;saving in other formats +Oracle Open Office Draw : documents;sending as e-mail +Oracle Open Office Draw : documents;styles changed +Oracle Open Office Draw : documents;version management +Oracle Open Office Draw : documents;version numbers +Oracle Open Office Draw : donut charts +Oracle Open Office Draw : dotted areas +Oracle Open Office Draw : double-line spacing in paragraphs +Oracle Open Office Draw : double-line writing in Asian layout +Oracle Open Office Draw : doubling draw objects +Oracle Open Office Draw : drag and drop +Oracle Open Office Draw : drag and drop;copying and pasting text +Oracle Open Office Draw : drag and drop;data source view +Oracle Open Office Draw : drag and drop;from Gallery to draw objects +Oracle Open Office Draw : drag and drop;overview +Oracle Open Office Draw : drag and drop;pictures +Oracle Open Office Draw : drag and drop;to Gallery +Oracle Open Office Draw : Draw instructions +Oracle Open Office Draw : draw objects +Oracle Open Office Draw : draw objects;adding/editing/copying +Oracle Open Office Draw : draw objects;anchoring +Oracle Open Office Draw : draw objects;arranging within stacks +Oracle Open Office Draw : draw objects;combining +Oracle Open Office Draw : draw objects;connecting lines to +Oracle Open Office Draw : draw objects;converting text to +Oracle Open Office Draw : draw objects;copying between documents +Oracle Open Office Draw : draw objects;cross-fading two objects +Oracle Open Office Draw : draw objects;displaying (Calc) +Oracle Open Office Draw : draw objects;dropping Gallery pictures +Oracle Open Office Draw : draw objects;duplicating +Oracle Open Office Draw : draw objects;flipping +Oracle Open Office Draw : draw objects;grouping +Oracle Open Office Draw : draw objects;legends +Oracle Open Office Draw : draw objects;positioning and resizing +Oracle Open Office Draw : draw objects;protecting +Oracle Open Office Draw : draw objects;rotating +Oracle Open Office Draw : draw objects;slanting +Oracle Open Office Draw : draw objects;text entry mode +Oracle Open Office Draw : draw objects;text in +Oracle Open Office Draw : drawing +Oracle Open Office Draw : drawing;3D objects +Oracle Open Office Draw : drawing;freeform lines +Oracle Open Office Draw : drawing;lines +Oracle Open Office Draw : drawing;sectors and segments +Oracle Open Office Draw : Drawing bar +Oracle Open Office Draw : drawing lines in text +Oracle Open Office Draw : drawings +Oracle Open Office Draw : drawings;creating/opening +Oracle Open Office Draw : drawings;languages +Oracle Open Office Draw : drawings;printing +Oracle Open Office Draw : drawings;printing defaults +Oracle Open Office Draw : drawings;printing in text documents +Oracle Open Office Draw : drawings;saving +Oracle Open Office Draw : drawings;saving automatically +Oracle Open Office Draw : drawings;saving in other formats +Oracle Open Office Draw : drawings;sending as e-mail +Oracle Open Office Draw : drawings;shortcut keys +Oracle Open Office Draw : drawings;showing (Writer) +Oracle Open Office Draw : drawings;zoom function in +Oracle Open Office Draw : drawings, see also draw objects +Oracle Open Office Draw : drop-down lists in form functions +Oracle Open Office Draw : duplicating draw objects +Oracle Open Office Draw : e-mail attachments +Oracle Open Office Draw : Edit File icon +Oracle Open Office Draw : edit mode +Oracle Open Office Draw : edit mode;after opening +Oracle Open Office Draw : edit mode;through Enter key (Calc) +Oracle Open Office Draw : Edit Points bar +Oracle Open Office Draw : editing +Oracle Open Office Draw : editing;chart axes +Oracle Open Office Draw : editing;chart data +Oracle Open Office Draw : editing;chart legends +Oracle Open Office Draw : editing;chart titles +Oracle Open Office Draw : editing;comments +Oracle Open Office Draw : editing;curves +Oracle Open Office Draw : editing;data binding of XForms +Oracle Open Office Draw : editing;database tables and queries +Oracle Open Office Draw : editing;draw objects +Oracle Open Office Draw : editing;fields +Oracle Open Office Draw : editing;Fontwork objects +Oracle Open Office Draw : editing;gradients +Oracle Open Office Draw : editing;guides and snap points +Oracle Open Office Draw : editing;hyperlinks +Oracle Open Office Draw : editing;menus +Oracle Open Office Draw : editing;objects +Oracle Open Office Draw : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Draw : editing;pictures +Oracle Open Office Draw : editing;reports +Oracle Open Office Draw : editing;shortcut keys +Oracle Open Office Draw : editing;slide titles +Oracle Open Office Draw : editing;tab stops +Oracle Open Office Draw : editing;templates +Oracle Open Office Draw : editing;titles +Oracle Open Office Draw : editing;toolbars +Oracle Open Office Draw : editing;undoing +Oracle Open Office Draw : editing;XForms +Oracle Open Office Draw : editing time of documents +Oracle Open Office Draw : editors +Oracle Open Office Draw : editors;formula editor +Oracle Open Office Draw : editors;ImageMap editor +Oracle Open Office Draw : effects +Oracle Open Office Draw : effects;animated slide transitions +Oracle Open Office Draw : effects;applying to/removing from objects +Oracle Open Office Draw : effects;font positions +Oracle Open Office Draw : effects;fonts +Oracle Open Office Draw : effects;Fontwork icons +Oracle Open Office Draw : effects;preview +Oracle Open Office Draw : effects;sounds +Oracle Open Office Draw : ellipses +Oracle Open Office Draw : ellipses;segments +Oracle Open Office Draw : ellipses;toolbars +Oracle Open Office Draw : empty documents +Oracle Open Office Draw : empty paragraph removal +Oracle Open Office Draw : encryption of contents +Oracle Open Office Draw : entering groups +Oracle Open Office Draw : entering text from right to left +Oracle Open Office Draw : equal sign, see also operators +Oracle Open Office Draw : equations in formula editor +Oracle Open Office Draw : error bars in charts +Oracle Open Office Draw : error indicators in charts +Oracle Open Office Draw : Error Report Tool +Oracle Open Office Draw : Euro +Oracle Open Office Draw : Euro;currency formats +Oracle Open Office Draw : Euro;Euro Converter Wizard +Oracle Open Office Draw : even/odd pages +Oracle Open Office Draw : even/odd pages;printing +Oracle Open Office Draw : events +Oracle Open Office Draw : events;assigning scripts +Oracle Open Office Draw : events;controls +Oracle Open Office Draw : events;customizing +Oracle Open Office Draw : events;in forms +Oracle Open Office Draw : Excel +Oracle Open Office Draw : Excel;saving as +Oracle Open Office Draw : Excel;search criteria +Oracle Open Office Draw : exceptions +Oracle Open Office Draw : exceptions;user-defined dictionaries +Oracle Open Office Draw : exchanging, see also replacing +Oracle Open Office Draw : executing SQL commands +Oracle Open Office Draw : exiting +Oracle Open Office Draw : exiting;by clicking objects +Oracle Open Office Draw : exiting;groups +Oracle Open Office Draw : exiting;Oracle Open Office +Oracle Open Office Draw : expanding +Oracle Open Office Draw : expanding;slides +Oracle Open Office Draw : expanding formatting (Calc) +Oracle Open Office Draw : explorer of data sources +Oracle Open Office Draw : export filters +Oracle Open Office Draw : exporting +Oracle Open Office Draw : exporting;animations to GIF format +Oracle Open Office Draw : exporting;bitmaps +Oracle Open Office Draw : exporting;HTML and text documents +Oracle Open Office Draw : exporting;Microsoft Office documents with VBA code +Oracle Open Office Draw : exporting;presentations to HTML +Oracle Open Office Draw : exporting;spreadsheets to text format +Oracle Open Office Draw : exporting;templates +Oracle Open Office Draw : exporting;to foreign formats +Oracle Open Office Draw : exporting;to HTML +Oracle Open Office Draw : exporting;to Macromedia Flash format +Oracle Open Office Draw : exporting;to Microsoft Office formats +Oracle Open Office Draw : exporting;to PDF +Oracle Open Office Draw : exporting;to PostScript format +Oracle Open Office Draw : exporting;to XML +Oracle Open Office Draw : exporting;XML files +Oracle Open Office Draw : extended tips in Help +Oracle Open Office Draw : extension mode in text +Oracle Open Office Draw : extensions +Oracle Open Office Draw : extensions;Extension Manager +Oracle Open Office Draw : extensions;file formats +Oracle Open Office Draw : external keys (Base) +Oracle Open Office Draw : extrusion objects +Oracle Open Office Draw : eyedropper tool +Oracle Open Office Draw : faster printing +Oracle Open Office Draw : faxes +Oracle Open Office Draw : faxes;configuring Oracle Open Office +Oracle Open Office Draw : faxes;fax programs/fax printers under UNIX +Oracle Open Office Draw : faxes;selecting a fax machine +Oracle Open Office Draw : faxes;sending +Oracle Open Office Draw : faxes;wizards +Oracle Open Office Draw : feedback +Oracle Open Office Draw : feedback;automatically +Oracle Open Office Draw : fields +Oracle Open Office Draw : fields;authors +Oracle Open Office Draw : fields;database tables +Oracle Open Office Draw : fields;dates (fixed) +Oracle Open Office Draw : fields;dates (variable) +Oracle Open Office Draw : fields;displaying field codes (Writer) +Oracle Open Office Draw : fields;editing +Oracle Open Office Draw : fields;file names +Oracle Open Office Draw : fields;formatted fields +Oracle Open Office Draw : fields;formatting +Oracle Open Office Draw : fields;in slides +Oracle Open Office Draw : fields;page numbers +Oracle Open Office Draw : fields;times (fixed) +Oracle Open Office Draw : fields;times (variable) +Oracle Open Office Draw : fields;updating automatically (Writer) +Oracle Open Office Draw : file associations for Microsoft Office +Oracle Open Office Draw : file filters +Oracle Open Office Draw : file filters;mobile devices +Oracle Open Office Draw : file filters;XML +Oracle Open Office Draw : file formats +Oracle Open Office Draw : file formats;changing Oracle Open Office defaults +Oracle Open Office Draw : file formats;OpenDocument/XML +Oracle Open Office Draw : file formats;saving always in other formats +Oracle Open Office Draw : file selection button +Oracle Open Office Draw : file sharing options for current document +Oracle Open Office Draw : files +Oracle Open Office Draw : files;filters and formats +Oracle Open Office Draw : files;importing +Oracle Open Office Draw : files;inserting +Oracle Open Office Draw : files;inserting pictures +Oracle Open Office Draw : files;opening +Oracle Open Office Draw : files;opening with placeholders +Oracle Open Office Draw : files;properties +Oracle Open Office Draw : files;saving +Oracle Open Office Draw : files;saving automatically +Oracle Open Office Draw : files;saving in other formats +Oracle Open Office Draw : files;sending as e-mail +Oracle Open Office Draw : files;version numbers +Oracle Open Office Draw : files and folders in Oracle Open Office +Oracle Open Office Draw : fill characters with tabulators +Oracle Open Office Draw : fill colors for areas +Oracle Open Office Draw : fill format mode +Oracle Open Office Draw : fill format mode;styles +Oracle Open Office Draw : fill patterns for areas +Oracle Open Office Draw : filter conditions +Oracle Open Office Draw : filter conditions;connecting +Oracle Open Office Draw : filter conditions;in queries (Base) +Oracle Open Office Draw : filtering +Oracle Open Office Draw : filtering;data in databases +Oracle Open Office Draw : filtering;data in forms +Oracle Open Office Draw : filters +Oracle Open Office Draw : filters;comparison operators +Oracle Open Office Draw : filters;for import and export +Oracle Open Office Draw : filters;Navigator +Oracle Open Office Draw : filters;pictures +Oracle Open Office Draw : filters;XML filter settings +Oracle Open Office Draw : Find tab in Help +Oracle Open Office Draw : finding +Oracle Open Office Draw : finding;in all sheets +Oracle Open Office Draw : finding;records in form documents +Oracle Open Office Draw : finding;selections +Oracle Open Office Draw : finding;similarity search +Oracle Open Office Draw : fitting to pages +Oracle Open Office Draw : fitting to pages;individual slides +Oracle Open Office Draw : fitting to pages;print settings in Math +Oracle Open Office Draw : fitting to pages;print settings in presentations +Oracle Open Office Draw : fixed text +Oracle Open Office Draw : fixed text;form functions +Oracle Open Office Draw : fixing toolbars +Oracle Open Office Draw : flipping around a flip line +Oracle Open Office Draw : flipping draw objects +Oracle Open Office Draw : floating frames in HTML documents +Oracle Open Office Draw : floating text +Oracle Open Office Draw : floating toolbars +Oracle Open Office Draw : flowcharts +Oracle Open Office Draw : focus of controls +Oracle Open Office Draw : folder creation +Oracle Open Office Draw : font lists +Oracle Open Office Draw : font name box +Oracle Open Office Draw : font sizes +Oracle Open Office Draw : font sizes;bullets +Oracle Open Office Draw : font sizes;relative changes +Oracle Open Office Draw : font sizes;scaling on screen +Oracle Open Office Draw : font sizes;text +Oracle Open Office Draw : fonts +Oracle Open Office Draw : fonts;adding under UNIX +Oracle Open Office Draw : fonts;changing in templates +Oracle Open Office Draw : fonts;colors +Oracle Open Office Draw : fonts;default settings +Oracle Open Office Draw : fonts;effects +Oracle Open Office Draw : fonts;for HTML and Basic +Oracle Open Office Draw : fonts;formats +Oracle Open Office Draw : fonts;outlines +Oracle Open Office Draw : fonts;positions in text +Oracle Open Office Draw : fonts;shadows +Oracle Open Office Draw : fonts;specifying several +Oracle Open Office Draw : fonts;strikethrough +Oracle Open Office Draw : fonts;styles +Oracle Open Office Draw : fonts;text objects +Oracle Open Office Draw : Fontwork icons +Oracle Open Office Draw : footers +Oracle Open Office Draw : footers;backgrounds +Oracle Open Office Draw : footers;slide masters +Oracle Open Office Draw : footers;slides +Oracle Open Office Draw : form controls +Oracle Open Office Draw : form controls;assigning macros +Oracle Open Office Draw : form controls;protecting +Oracle Open Office Draw : form controls;toolbars +Oracle Open Office Draw : form fields +Oracle Open Office Draw : form filters +Oracle Open Office Draw : Form Navigator +Oracle Open Office Draw : format codes +Oracle Open Office Draw : format codes;numbers +Oracle Open Office Draw : format filling printing in Oracle Open Office Math +Oracle Open Office Draw : Format Paintbrush +Oracle Open Office Draw : formats +Oracle Open Office Draw : formats;Asian layout +Oracle Open Office Draw : formats;fonts +Oracle Open Office Draw : formats;maximizing page formats +Oracle Open Office Draw : formats;number and currency formats +Oracle Open Office Draw : formats;of currencies/date/time +Oracle Open Office Draw : formats;on opening and saving +Oracle Open Office Draw : formats;pasting in special formats +Oracle Open Office Draw : formats;positions +Oracle Open Office Draw : formats;tabulators +Oracle Open Office Draw : formatted fields +Oracle Open Office Draw : formatted fields;form functions +Oracle Open Office Draw : formatted fields;properties +Oracle Open Office Draw : formatting +Oracle Open Office Draw : formatting;Asian typography +Oracle Open Office Draw : formatting;axes in charts +Oracle Open Office Draw : formatting;chart areas +Oracle Open Office Draw : formatting;chart floors +Oracle Open Office Draw : formatting;chart legends +Oracle Open Office Draw : formatting;chart titles +Oracle Open Office Draw : formatting;chart walls +Oracle Open Office Draw : formatting;copying +Oracle Open Office Draw : formatting;definition +Oracle Open Office Draw : formatting;expanding (Calc) +Oracle Open Office Draw : formatting;fields +Oracle Open Office Draw : formatting;font effects +Oracle Open Office Draw : formatting;hyperlinks +Oracle Open Office Draw : formatting;pages +Oracle Open Office Draw : formatting;printer metrics (Writer) +Oracle Open Office Draw : formatting;slides +Oracle Open Office Draw : formatting;slides headings +Oracle Open Office Draw : formatting;undoing +Oracle Open Office Draw : formatting;undoing when writing +Oracle Open Office Draw : forms +Oracle Open Office Draw : forms;browsing +Oracle Open Office Draw : forms;Combo Box/List Box Wizard +Oracle Open Office Draw : forms;creating +Oracle Open Office Draw : forms;data +Oracle Open Office Draw : forms;designing (Base) +Oracle Open Office Draw : forms;events +Oracle Open Office Draw : forms;filtering data +Oracle Open Office Draw : forms;finding records +Oracle Open Office Draw : forms;focus after opening +Oracle Open Office Draw : forms;general information (Base) +Oracle Open Office Draw : forms;grouping controls +Oracle Open Office Draw : forms;HTML filters +Oracle Open Office Draw : forms;inserting +Oracle Open Office Draw : forms;Navigator +Oracle Open Office Draw : forms;opening in design mode +Oracle Open Office Draw : forms;properties +Oracle Open Office Draw : forms;sorting data +Oracle Open Office Draw : forms;subforms +Oracle Open Office Draw : forms;wizards +Oracle Open Office Draw : forms;XForms +Oracle Open Office Draw : formula texts +Oracle Open Office Draw : formula texts;printing in Oracle Open Office Math +Oracle Open Office Draw : formulas +Oracle Open Office Draw : formulas;new +Oracle Open Office Draw : formulas;starting formula editor +Oracle Open Office Draw : formulas in reports +Oracle Open Office Draw : formulas in reports;editing +Oracle Open Office Draw : forums and support +Oracle Open Office Draw : frames +Oracle Open Office Draw : frames;around paragraphs +Oracle Open Office Draw : frames;around tables +Oracle Open Office Draw : frames;AutoCorrect function +Oracle Open Office Draw : frames;backgrounds +Oracle Open Office Draw : frames;captions (Writer) +Oracle Open Office Draw : frames;printing in Oracle Open Office Math +Oracle Open Office Draw : frames;protecting +Oracle Open Office Draw : frames;selection frames +Oracle Open Office Draw : frames;text fitting to frames +Oracle Open Office Draw : freeform lines +Oracle Open Office Draw : freeform lines;draw functions +Oracle Open Office Draw : freeform lines;drawing +Oracle Open Office Draw : FTP +Oracle Open Office Draw : FTP;opening documents +Oracle Open Office Draw : FTP;saving documents +Oracle Open Office Draw : full joins (Base) +Oracle Open Office Draw : full screen view +Oracle Open Office Draw : full-text search in Help +Oracle Open Office Draw : functions in reports +Oracle Open Office Draw : functions in reports;editing +Oracle Open Office Draw : Gallery +Oracle Open Office Draw : Gallery;adding pictures +Oracle Open Office Draw : Gallery;dragging pictures to draw objects +Oracle Open Office Draw : Gallery;hiding/showing +Oracle Open Office Draw : Gallery;inserting pictures from +Oracle Open Office Draw : geometric forms +Oracle Open Office Draw : get method for form transmissions +Oracle Open Office Draw : getting support +Oracle Open Office Draw : GIF format +Oracle Open Office Draw : GIF images +Oracle Open Office Draw : GIF images;animating +Oracle Open Office Draw : GIF images;replacing colors +Oracle Open Office Draw : glossaries +Oracle Open Office Draw : glossaries;common terms +Oracle Open Office Draw : glossaries;Internet terms +Oracle Open Office Draw : glue points +Oracle Open Office Draw : glue points;using +Oracle Open Office Draw : gradients +Oracle Open Office Draw : gradients;applying and defining +Oracle Open Office Draw : gradients;defining colors +Oracle Open Office Draw : gradients;loading lists +Oracle Open Office Draw : gradients;transparent +Oracle Open Office Draw : gradients off for faster printing +Oracle Open Office Draw : graphic objects, see draw objects +Oracle Open Office Draw : graphical text art +Oracle Open Office Draw : graphics +Oracle Open Office Draw : graphics;cache +Oracle Open Office Draw : graphics;protecting +Oracle Open Office Draw : graphics, see also pictures +Oracle Open Office Draw : grayscale display +Oracle Open Office Draw : grayscale printing +Oracle Open Office Draw : grid controls +Oracle Open Office Draw : grid controls;form functions +Oracle Open Office Draw : grids +Oracle Open Office Draw : grids;defaults (Writer/Calc) +Oracle Open Office Draw : grids;display options (Impress/Draw) +Oracle Open Office Draw : grids;displaying lines (Calc) +Oracle Open Office Draw : grids;formatting axes +Oracle Open Office Draw : grids;inserting in charts +Oracle Open Office Draw : group box creation +Oracle Open Office Draw : grouping +Oracle Open Office Draw : grouping;draw objects +Oracle Open Office Draw : groups +Oracle Open Office Draw : groups;entering/exiting/ungrouping +Oracle Open Office Draw : groups;naming +Oracle Open Office Draw : groups;of controls +Oracle Open Office Draw : guides +Oracle Open Office Draw : guides;display options (Impress/Draw) +Oracle Open Office Draw : guides;displaying when moving objects (Impress) +Oracle Open Office Draw : guides;editing +Oracle Open Office Draw : guides;inserting +Oracle Open Office Draw : guides;show snap lines icon +Oracle Open Office Draw : guides;showing (Calc) +Oracle Open Office Draw : guides;showing when moving frames (Writer) +Oracle Open Office Draw : gutter +Oracle Open Office Draw : half-spheres +Oracle Open Office Draw : hand icon for moving slides +Oracle Open Office Draw : handles +Oracle Open Office Draw : handles;displaying (Writer) +Oracle Open Office Draw : handles;large +Oracle Open Office Draw : handles;scaling +Oracle Open Office Draw : handles;showing simple/large handles (Calc) +Oracle Open Office Draw : handles;simple +Oracle Open Office Draw : handout printing +Oracle Open Office Draw : Hangul/Hanja +Oracle Open Office Draw : hatching +Oracle Open Office Draw : hatching +Oracle Open Office Draw : hatching;loading lists +Oracle Open Office Draw : headers +Oracle Open Office Draw : headers;backgrounds +Oracle Open Office Draw : headers and footers +Oracle Open Office Draw : headers and footers;master layouts +Oracle Open Office Draw : headers and footers;slide masters +Oracle Open Office Draw : headers and footers;slides +Oracle Open Office Draw : headings +Oracle Open Office Draw : headings;entering as text box +Oracle Open Office Draw : Hebrew +Oracle Open Office Draw : Hebrew;entering text +Oracle Open Office Draw : Hebrew;language settings +Oracle Open Office Draw : Help +Oracle Open Office Draw : Help;bookmarks +Oracle Open Office Draw : Help;extended tips on/off +Oracle Open Office Draw : Help;full-text search +Oracle Open Office Draw : Help;Help tips +Oracle Open Office Draw : Help;keywords +Oracle Open Office Draw : Help;navigation pane showing/hiding +Oracle Open Office Draw : Help;style sheets +Oracle Open Office Draw : Help;topics +Oracle Open Office Draw : Help Agent +Oracle Open Office Draw : Help Agent;help +Oracle Open Office Draw : Help Agent;options +Oracle Open Office Draw : Help tips +Oracle Open Office Draw : Help tips;hiding +Oracle Open Office Draw : hidden controls in Form Navigator +Oracle Open Office Draw : hidden fields display (Writer) +Oracle Open Office Draw : hidden pages +Oracle Open Office Draw : hidden pages;printing in presentations +Oracle Open Office Draw : hidden pages;showing +Oracle Open Office Draw : hidden text +Oracle Open Office Draw : hidden text;showing (Writer) +Oracle Open Office Draw : hiding +Oracle Open Office Draw : hiding;changes +Oracle Open Office Draw : hiding;chart legends +Oracle Open Office Draw : hiding;docked windows +Oracle Open Office Draw : hiding;layers +Oracle Open Office Draw : hiding;levels +Oracle Open Office Draw : hiding;navigation pane in Help window +Oracle Open Office Draw : hiding;slides +Oracle Open Office Draw : hiding;subpoints +Oracle Open Office Draw : high contrast mode +Oracle Open Office Draw : Hindi +Oracle Open Office Draw : Hindi;entering text +Oracle Open Office Draw : Hindi;language settings +Oracle Open Office Draw : horizontal scrollbars (Writer) +Oracle Open Office Draw : hot spots in flowcharts +Oracle Open Office Draw : hotspots +Oracle Open Office Draw : HowTos for charts +Oracle Open Office Draw : Howtos for Draw +Oracle Open Office Draw : HTML +Oracle Open Office Draw : HTML;definition +Oracle Open Office Draw : HTML;export character set +Oracle Open Office Draw : HTML;exporting from presentations +Oracle Open Office Draw : HTML;fonts for source display +Oracle Open Office Draw : HTML;importing into presentations +Oracle Open Office Draw : HTML;importing META tags +Oracle Open Office Draw : HTML;inserting files +Oracle Open Office Draw : HTML;live presentations +Oracle Open Office Draw : HTML documents +Oracle Open Office Draw : HTML documents;auto reloading +Oracle Open Office Draw : HTML documents;importing/exporting +Oracle Open Office Draw : HTML documents;META tags in +Oracle Open Office Draw : HTML documents;new +Oracle Open Office Draw : HTML documents;source text +Oracle Open Office Draw : hyperlinks +Oracle Open Office Draw : hyperlinks;assigning macros +Oracle Open Office Draw : hyperlinks;character formats +Oracle Open Office Draw : hyperlinks;definition +Oracle Open Office Draw : hyperlinks;deleting +Oracle Open Office Draw : hyperlinks;editing +Oracle Open Office Draw : hyperlinks;inserting +Oracle Open Office Draw : hyperlinks;relative and absolute +Oracle Open Office Draw : hyperlinks;turning off automatic recognition +Oracle Open Office Draw : hyperlinks, see also links +Oracle Open Office Draw : hyphenation +Oracle Open Office Draw : hyphenation;activating for a language +Oracle Open Office Draw : hyphenation;minimal number of characters +Oracle Open Office Draw : hyphens +Oracle Open Office Draw : hyphens;displaying custom (Writer) +Oracle Open Office Draw : hyphens;inserting custom +Oracle Open Office Draw : icon bars, see toolbars +Oracle Open Office Draw : icon sizes +Oracle Open Office Draw : ignore list for spellcheck +Oracle Open Office Draw : illumination +Oracle Open Office Draw : illumination;3D charts +Oracle Open Office Draw : illustrations, see pictures +Oracle Open Office Draw : image button creation +Oracle Open Office Draw : image control creation +Oracle Open Office Draw : ImageMap +Oracle Open Office Draw : ImageMap;definition +Oracle Open Office Draw : ImageMap;editor +Oracle Open Office Draw : images +Oracle Open Office Draw : images;ImageMap +Oracle Open Office Draw : images;inserting +Oracle Open Office Draw : images;inserting and editing bitmaps +Oracle Open Office Draw : images, see also pictures +Oracle Open Office Draw : IME +Oracle Open Office Draw : IME;definition +Oracle Open Office Draw : IME;showing/hiding +Oracle Open Office Draw : import filters +Oracle Open Office Draw : import restrictions for Microsoft Office +Oracle Open Office Draw : importing +Oracle Open Office Draw : importing;bitmaps +Oracle Open Office Draw : importing;compatibility settings for text import +Oracle Open Office Draw : importing;databases +Oracle Open Office Draw : importing;documents in other formats +Oracle Open Office Draw : importing;from XML +Oracle Open Office Draw : importing;HTML and text documents +Oracle Open Office Draw : importing;HTML with META tags +Oracle Open Office Draw : importing;Microsoft Office documents with VBA code +Oracle Open Office Draw : importing;presentations with HTML +Oracle Open Office Draw : importing;tables in text format +Oracle Open Office Draw : importing;templates +Oracle Open Office Draw : improvement program +Oracle Open Office Draw : in front of object command +Oracle Open Office Draw : inches +Oracle Open Office Draw : including spreadsheets +Oracle Open Office Draw : increasing sizes of views +Oracle Open Office Draw : Index tab in Help +Oracle Open Office Draw : indexes +Oracle Open Office Draw : indexes;backgrounds +Oracle Open Office Draw : indexes;showing/hiding Help index tab +Oracle Open Office Draw : indicator lines in text +Oracle Open Office Draw : inner joins (Base) +Oracle Open Office Draw : input method window +Oracle Open Office Draw : insert mode for entering text +Oracle Open Office Draw : inserting +Oracle Open Office Draw : inserting;3D objects +Oracle Open Office Draw : inserting;arrows +Oracle Open Office Draw : inserting;buttons in toolbars +Oracle Open Office Draw : inserting;callouts in presentations +Oracle Open Office Draw : inserting;cell ranges from spreadsheets +Oracle Open Office Draw : inserting;charts +Oracle Open Office Draw : inserting;clipboard options +Oracle Open Office Draw : inserting;columns +Oracle Open Office Draw : inserting;comments +Oracle Open Office Draw : inserting;data from text documents +Oracle Open Office Draw : inserting;datasource records in spreadsheets +Oracle Open Office Draw : inserting;drawings +Oracle Open Office Draw : inserting;ellipses +Oracle Open Office Draw : inserting;files +Oracle Open Office Draw : inserting;floating frames +Oracle Open Office Draw : inserting;Fontwork objects +Oracle Open Office Draw : inserting;form fields +Oracle Open Office Draw : inserting;headers/footers in all slides +Oracle Open Office Draw : inserting;hyperlinks +Oracle Open Office Draw : inserting;layers +Oracle Open Office Draw : inserting;line breaks in cells +Oracle Open Office Draw : inserting;lines +Oracle Open Office Draw : inserting;movies/sounds +Oracle Open Office Draw : inserting;new text tables defaults +Oracle Open Office Draw : inserting;objects from files +Oracle Open Office Draw : inserting;objects from Gallery +Oracle Open Office Draw : inserting;OLE objects +Oracle Open Office Draw : inserting;paragraph borders +Oracle Open Office Draw : inserting;paragraph bullets +Oracle Open Office Draw : inserting;pictures +Oracle Open Office Draw : inserting;pictures in Gallery +Oracle Open Office Draw : inserting;plug-ins +Oracle Open Office Draw : inserting;polygons +Oracle Open Office Draw : inserting;push buttons +Oracle Open Office Draw : inserting;rectangles +Oracle Open Office Draw : inserting;rows +Oracle Open Office Draw : inserting;slides +Oracle Open Office Draw : inserting;slides as links +Oracle Open Office Draw : inserting;slides from files +Oracle Open Office Draw : inserting;special characters +Oracle Open Office Draw : inserting;tab stops +Oracle Open Office Draw : inserting;text frames +Oracle Open Office Draw : inserting;text in presentations +Oracle Open Office Draw : inserting;textures on chart bars +Oracle Open Office Draw : installing +Oracle Open Office Draw : installing;ActiveX control +Oracle Open Office Draw : installing;mobile device filters +Oracle Open Office Draw : installing;UNO components +Oracle Open Office Draw : installing;XML filters +Oracle Open Office Draw : instructions +Oracle Open Office Draw : instructions;general +Oracle Open Office Draw : instructions;Oracle Open Office Draw +Oracle Open Office Draw : instructions;Oracle Open Office Impress +Oracle Open Office Draw : interactions +Oracle Open Office Draw : interactions;hot spots +Oracle Open Office Draw : interactions;objects in interactive presentations +Oracle Open Office Draw : interactions;preview +Oracle Open Office Draw : Internet +Oracle Open Office Draw : Internet;checking for updates +Oracle Open Office Draw : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Draw : Internet;presentations +Oracle Open Office Draw : Internet;starting searches +Oracle Open Office Draw : Internet glossary +Oracle Open Office Draw : intersecting draw objects +Oracle Open Office Draw : invert filter +Oracle Open Office Draw : invisible areas +Oracle Open Office Draw : italic text +Oracle Open Office Draw : iterative references in spreadsheets +Oracle Open Office Draw : Java +Oracle Open Office Draw : Java;definition +Oracle Open Office Draw : Java;setting options +Oracle Open Office Draw : JDBC +Oracle Open Office Draw : JDBC;databases (Base) +Oracle Open Office Draw : JDBC;definition +Oracle Open Office Draw : joining +Oracle Open Office Draw : joining;3D objects +Oracle Open Office Draw : joining;paragraphs +Oracle Open Office Draw : joining;tables (Base) +Oracle Open Office Draw : joins in databases (Base) +Oracle Open Office Draw : justifying text +Oracle Open Office Draw : kerning +Oracle Open Office Draw : kerning;Asian texts +Oracle Open Office Draw : kerning;definition +Oracle Open Office Draw : kerning;in characters +Oracle Open Office Draw : key fields for relations (Base) +Oracle Open Office Draw : keyboard +Oracle Open Office Draw : keyboard;assigning/editing shortcut keys +Oracle Open Office Draw : keyboard;general commands +Oracle Open Office Draw : keyboard;removing numbering +Oracle Open Office Draw : keyboard;zooming +Oracle Open Office Draw : keys +Oracle Open Office Draw : keys;adding push buttons +Oracle Open Office Draw : keys;primary keys (Base) +Oracle Open Office Draw : kiosk export +Oracle Open Office Draw : labels +Oracle Open Office Draw : labels;creating and synchronizing +Oracle Open Office Draw : labels;for charts +Oracle Open Office Draw : labels;for draw objects +Oracle Open Office Draw : labels;form functions +Oracle Open Office Draw : labels;from databases +Oracle Open Office Draw : labels, see also names/callouts +Oracle Open Office Draw : languages +Oracle Open Office Draw : languages;activating modules +Oracle Open Office Draw : languages;Asian support +Oracle Open Office Draw : languages;complex text layout +Oracle Open Office Draw : languages;locale settings +Oracle Open Office Draw : languages;selecting for text +Oracle Open Office Draw : languages;setting options +Oracle Open Office Draw : languages;spellcheck +Oracle Open Office Draw : languages;spellchecking and formatting +Oracle Open Office Draw : large handles (Writer) +Oracle Open Office Draw : large icons +Oracle Open Office Draw : layer arrangement +Oracle Open Office Draw : layers +Oracle Open Office Draw : layers;definition +Oracle Open Office Draw : layers;deleting +Oracle Open Office Draw : layers;inserting and editing +Oracle Open Office Draw : layers;moving objects +Oracle Open Office Draw : layers;renaming +Oracle Open Office Draw : layers;working with +Oracle Open Office Draw : layout +Oracle Open Office Draw : layout;importing Word documents +Oracle Open Office Draw : layout;pages +Oracle Open Office Draw : layout;printing handouts +Oracle Open Office Draw : LDAP server +Oracle Open Office Draw : LDAP server;address books (Base) +Oracle Open Office Draw : LDAP server;sign on options +Oracle Open Office Draw : leading between paragraphs +Oracle Open Office Draw : left alignment of paragraphs +Oracle Open Office Draw : left joins (Base) +Oracle Open Office Draw : legends +Oracle Open Office Draw : legends;charts +Oracle Open Office Draw : legends;draw objects +Oracle Open Office Draw : legends;drawings +Oracle Open Office Draw : legends;rounding corners +Oracle Open Office Draw : Letter Wizard +Oracle Open Office Draw : levels +Oracle Open Office Draw : levels;depth stagger +Oracle Open Office Draw : levels;hiding +Oracle Open Office Draw : levels;macro security +Oracle Open Office Draw : levels;showing +Oracle Open Office Draw : limits of tables (Writer) +Oracle Open Office Draw : line breaks +Oracle Open Office Draw : line breaks;in cells +Oracle Open Office Draw : line charts +Oracle Open Office Draw : line spacing +Oracle Open Office Draw : line spacing;context menu in paragraphs +Oracle Open Office Draw : line spacing;paragraph +Oracle Open Office Draw : line styles +Oracle Open Office Draw : line styles;applying +Oracle Open Office Draw : line styles;defining +Oracle Open Office Draw : line styles;loading +Oracle Open Office Draw : lines +Oracle Open Office Draw : lines;about line ends +Oracle Open Office Draw : lines;connecting objects +Oracle Open Office Draw : lines;defining ends +Oracle Open Office Draw : lines;draw functions +Oracle Open Office Draw : lines;drawing +Oracle Open Office Draw : lines;drawing in text +Oracle Open Office Draw : lines;editing points +Oracle Open Office Draw : lines;inserting +Oracle Open Office Draw : lines;removing automatic lines +Oracle Open Office Draw : lines of text +Oracle Open Office Draw : lines of text;alignment +Oracle Open Office Draw : links +Oracle Open Office Draw : links;between cells and controls +Oracle Open Office Draw : links;by drag and drop +Oracle Open Office Draw : links;character formats +Oracle Open Office Draw : links;definition +Oracle Open Office Draw : links;editing hyperlinks +Oracle Open Office Draw : links;inserting +Oracle Open Office Draw : links;modifying +Oracle Open Office Draw : links;opening files with +Oracle Open Office Draw : links;relational databases (Base) +Oracle Open Office Draw : links;turning off automatic recognition +Oracle Open Office Draw : links;updating options (Writer) +Oracle Open Office Draw : links;updating specific links +Oracle Open Office Draw : list box creation +Oracle Open Office Draw : lists +Oracle Open Office Draw : lists;animations +Oracle Open Office Draw : lists;data assigned to controls +Oracle Open Office Draw : lists;registered databases (Base) +Oracle Open Office Draw : lists;regular expressions +Oracle Open Office Draw : live presentations on the Internet +Oracle Open Office Draw : loading +Oracle Open Office Draw : loading;arrow and line styles +Oracle Open Office Draw : loading;colors/gradients/hatchings +Oracle Open Office Draw : loading;documents +Oracle Open Office Draw : loading;documents from other formats +Oracle Open Office Draw : loading;HTML documents, automatically +Oracle Open Office Draw : loading;Microsoft Office documents with VBA code +Oracle Open Office Draw : loading;reloading +Oracle Open Office Draw : loading;XML files +Oracle Open Office Draw : locale settings +Oracle Open Office Draw : locking layers +Oracle Open Office Draw : logarithmic scaling along axes +Oracle Open Office Draw : lowercase letters +Oracle Open Office Draw : lowercase letters;font effects +Oracle Open Office Draw : Macro Wizard (Base) +Oracle Open Office Draw : Macromedia Flash export +Oracle Open Office Draw : macros +Oracle Open Office Draw : macros;assigning to events in forms +Oracle Open Office Draw : macros;attaching new (Base) +Oracle Open Office Draw : macros;in MS Office documents +Oracle Open Office Draw : macros;interrupting +Oracle Open Office Draw : macros;organizing +Oracle Open Office Draw : macros;recording +Oracle Open Office Draw : macros;running in presentations +Oracle Open Office Draw : macros;security +Oracle Open Office Draw : macros;security levels +Oracle Open Office Draw : macros;security warning dialog +Oracle Open Office Draw : macros;selecting security warnings +Oracle Open Office Draw : magnetic lines in presentations +Oracle Open Office Draw : magnifiers +Oracle Open Office Draw : margins +Oracle Open Office Draw : margins;pages +Oracle Open Office Draw : margins;setting with the mouse +Oracle Open Office Draw : margins;shadows +Oracle Open Office Draw : marking changes +Oracle Open Office Draw : marking, see selecting +Oracle Open Office Draw : master layouts with headers and footers +Oracle Open Office Draw : master pages, see slide masters +Oracle Open Office Draw : master views +Oracle Open Office Draw : Math formula editor +Oracle Open Office Draw : mean value lines in charts +Oracle Open Office Draw : measurement units +Oracle Open Office Draw : measurement units;changing on rulers +Oracle Open Office Draw : measurement units;converting +Oracle Open Office Draw : measurement units;selecting +Oracle Open Office Draw : Media Player window +Oracle Open Office Draw : menus +Oracle Open Office Draw : menus;activating context menus +Oracle Open Office Draw : menus;assigning macros +Oracle Open Office Draw : menus;customizing +Oracle Open Office Draw : merging +Oracle Open Office Draw : merging;documents +Oracle Open Office Draw : merging;draw objects +Oracle Open Office Draw : META tags +Oracle Open Office Draw : metafiles +Oracle Open Office Draw : metafiles;converting to +Oracle Open Office Draw : metafiles;replacing colors +Oracle Open Office Draw : metrics +Oracle Open Office Draw : metrics;converting +Oracle Open Office Draw : metrics;document formatting (Writer) +Oracle Open Office Draw : metrics;in sheets +Oracle Open Office Draw : Microsoft Office +Oracle Open Office Draw : Microsoft Office;Access databases (base) +Oracle Open Office Draw : Microsoft Office;as default file format +Oracle Open Office Draw : Microsoft Office;document import restrictions +Oracle Open Office Draw : Microsoft Office;feature comparisons +Oracle Open Office Draw : Microsoft Office;importing password protected files +Oracle Open Office Draw : Microsoft Office;importing Word documents +Oracle Open Office Draw : Microsoft Office;importing/exporting VBA code +Oracle Open Office Draw : Microsoft Office;new users information +Oracle Open Office Draw : Microsoft Office;opening Microsoft documents +Oracle Open Office Draw : Microsoft Office;reassigning document types +Oracle Open Office Draw : migrating macros (Base) +Oracle Open Office Draw : mirroring objects +Oracle Open Office Draw : mobile device filters +Oracle Open Office Draw : models in XForms +Oracle Open Office Draw : modifying, see changing +Oracle Open Office Draw : more controls +Oracle Open Office Draw : mosaic filter +Oracle Open Office Draw : motion paths +Oracle Open Office Draw : mouse +Oracle Open Office Draw : mouse;pointers when using drag and drop +Oracle Open Office Draw : mouse;positioning +Oracle Open Office Draw : movies +Oracle Open Office Draw : moving +Oracle Open Office Draw : moving;between layers +Oracle Open Office Draw : moving;objects in slides +Oracle Open Office Draw : moving;tab stops on ruler +Oracle Open Office Draw : moving;toolbars +Oracle Open Office Draw : moving;using guide lines in presentations +Oracle Open Office Draw : MS ADO interface (Base) +Oracle Open Office Draw : multi-line titles in forms +Oracle Open Office Draw : multiple documents +Oracle Open Office Draw : multiple documents;opening +Oracle Open Office Draw : multiple monitors +Oracle Open Office Draw : multiple selection +Oracle Open Office Draw : multiplying draw objects +Oracle Open Office Draw : music +Oracle Open Office Draw : My Documents folder +Oracle Open Office Draw : My Documents folder;changing work directory +Oracle Open Office Draw : My Documents folder;opening +Oracle Open Office Draw : MySQL databases (Base) +Oracle Open Office Draw : names +Oracle Open Office Draw : names;multi-line titles +Oracle Open Office Draw : names;objects +Oracle Open Office Draw : names, see also labels/callouts +Oracle Open Office Draw : namespace organization in XForms +Oracle Open Office Draw : native SQL (Base) +Oracle Open Office Draw : navigating +Oracle Open Office Draw : navigating;in documents +Oracle Open Office Draw : Navigation bar +Oracle Open Office Draw : Navigation bar;controls +Oracle Open Office Draw : Navigation bar;forms +Oracle Open Office Draw : Navigator +Oracle Open Office Draw : Navigator;comments +Oracle Open Office Draw : Navigator;contents as lists +Oracle Open Office Draw : Navigator;docking +Oracle Open Office Draw : Navigator;presentations +Oracle Open Office Draw : Navigator;working with +Oracle Open Office Draw : net charts +Oracle Open Office Draw : network identity options +Oracle Open Office Draw : new databases +Oracle Open Office Draw : new documents +Oracle Open Office Draw : new lines in cells +Oracle Open Office Draw : new windows +Oracle Open Office Draw : non-breaking dashes +Oracle Open Office Draw : non-breaking spaces (Writer) +Oracle Open Office Draw : non-printing characters (Writer) +Oracle Open Office Draw : normal view +Oracle Open Office Draw : normal view;backgrounds +Oracle Open Office Draw : normal view;presentations +Oracle Open Office Draw : notes +Oracle Open Office Draw : notes;adding to slides +Oracle Open Office Draw : notes;default formatting +Oracle Open Office Draw : notes;printing in presentations +Oracle Open Office Draw : number formats +Oracle Open Office Draw : number formats;codes +Oracle Open Office Draw : number formats;formats +Oracle Open Office Draw : number formats;recognition in text tables +Oracle Open Office Draw : number of pages +Oracle Open Office Draw : number of sheets +Oracle Open Office Draw : number of tables +Oracle Open Office Draw : numbering +Oracle Open Office Draw : numbering;options +Oracle Open Office Draw : numbering;turning off +Oracle Open Office Draw : numbering;using automatically +Oracle Open Office Draw : numbers +Oracle Open Office Draw : numbers;date, time and currency formats +Oracle Open Office Draw : numbers;decimal places (Calc) +Oracle Open Office Draw : numerical fields in forms +Oracle Open Office Draw : object bars +Oracle Open Office Draw : object bars;editing glue points +Oracle Open Office Draw : objects +Oracle Open Office Draw : objects;aligning +Oracle Open Office Draw : objects;always moveable (Impress/Draw) +Oracle Open Office Draw : objects;arranging within stacks +Oracle Open Office Draw : objects;behind object command +Oracle Open Office Draw : objects;breaking connections +Oracle Open Office Draw : objects;copying when moving in presentations +Oracle Open Office Draw : objects;definition +Oracle Open Office Draw : objects;displaying in spreadsheets +Oracle Open Office Draw : objects;displaying in text documents +Oracle Open Office Draw : objects;editing +Oracle Open Office Draw : objects;effects +Oracle Open Office Draw : objects;in front of object command +Oracle Open Office Draw : objects;inserting from files +Oracle Open Office Draw : objects;inserting from Gallery +Oracle Open Office Draw : objects;inserting OLE objects +Oracle Open Office Draw : objects;moving along paths +Oracle Open Office Draw : objects;moving and resizing with mouse +Oracle Open Office Draw : objects;moving in layers +Oracle Open Office Draw : objects;moving in slides +Oracle Open Office Draw : objects;naming +Oracle Open Office Draw : objects;opening +Oracle Open Office Draw : objects;properties of charts +Oracle Open Office Draw : objects;quickly moving to +Oracle Open Office Draw : objects;reversing +Oracle Open Office Draw : objects;selecting +Oracle Open Office Draw : objects;titles and descriptions +Oracle Open Office Draw : objects;with attributes +Oracle Open Office Draw : ODBC +Oracle Open Office Draw : ODBC;database (Base) +Oracle Open Office Draw : ODBC;definition +Oracle Open Office Draw : ODF file formats +Oracle Open Office Draw : Office +Oracle Open Office Draw : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Draw : OLE +Oracle Open Office Draw : OLE;definition +Oracle Open Office Draw : OLE objects +Oracle Open Office Draw : OLE objects;arranging within stacks +Oracle Open Office Draw : OLE objects;captions (Writer) +Oracle Open Office Draw : OLE objects;inserting +Oracle Open Office Draw : OLE objects;number of +Oracle Open Office Draw : OLE objects;protecting +Oracle Open Office Draw : one and a half line spacing in text +Oracle Open Office Draw : online feedback options +Oracle Open Office Draw : online registration +Oracle Open Office Draw : online update options +Oracle Open Office Draw : online updates +Oracle Open Office Draw : online updates;checking automatically +Oracle Open Office Draw : online updates;checking manually +Oracle Open Office Draw : Open/Save dialogs +Oracle Open Office Draw : OpenDocument file formats +Oracle Open Office Draw : OpenGL +Oracle Open Office Draw : OpenGL;definition +Oracle Open Office Draw : opening +Oracle Open Office Draw : opening;context menus +Oracle Open Office Draw : opening;database files +Oracle Open Office Draw : opening;dialog settings +Oracle Open Office Draw : opening;documents +Oracle Open Office Draw : opening;documents from other formats +Oracle Open Office Draw : opening;documents on WebDAV server +Oracle Open Office Draw : opening;files with links +Oracle Open Office Draw : opening;files, with placeholders +Oracle Open Office Draw : opening;forms +Oracle Open Office Draw : opening;Microsoft Office files +Oracle Open Office Draw : opening;mobile device documents +Oracle Open Office Draw : opening;objects +Oracle Open Office Draw : opening;reports +Oracle Open Office Draw : opening;several files +Oracle Open Office Draw : opening;XForms +Oracle Open Office Draw : operators +Oracle Open Office Draw : operators;default filters +Oracle Open Office Draw : optional hyphens (Writer) +Oracle Open Office Draw : options +Oracle Open Office Draw : options;accessibility +Oracle Open Office Draw : options;appearance +Oracle Open Office Draw : options;compatibility (Writer) +Oracle Open Office Draw : options;improvement program +Oracle Open Office Draw : options;network identity +Oracle Open Office Draw : options;online update +Oracle Open Office Draw : options;tools +Oracle Open Office Draw : Oracle databases (base) +Oracle Open Office Draw : Oracle Open Office Base data sources +Oracle Open Office Draw : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Draw : Oracle Open Office documents +Oracle Open Office Draw : Oracle Open Office documents;mobile device filters +Oracle Open Office Draw : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Draw : Oracle Open Office Impress instructions +Oracle Open Office Draw : Oracle Open Office Math start +Oracle Open Office Draw : order of chart data +Oracle Open Office Draw : ordering +Oracle Open Office Draw : ordering;objects +Oracle Open Office Draw : ordering;slides +Oracle Open Office Draw : organization charts +Oracle Open Office Draw : organizing +Oracle Open Office Draw : organizing;macros and scripts +Oracle Open Office Draw : organizing;namespaces in XForms +Oracle Open Office Draw : organizing;styles +Oracle Open Office Draw : organizing;templates +Oracle Open Office Draw : origin of rulers +Oracle Open Office Draw : original size +Oracle Open Office Draw : original size;printing in Oracle Open Office Math +Oracle Open Office Draw : original size;restoring after cropping +Oracle Open Office Draw : outline view +Oracle Open Office Draw : outlines +Oracle Open Office Draw : outlines;font effects +Oracle Open Office Draw : outlines;outline symbols +Oracle Open Office Draw : outlines;printing +Oracle Open Office Draw : outlines;sending to presentations +Oracle Open Office Draw : overwrite mode +Oracle Open Office Draw : packages, see extensions +Oracle Open Office Draw : page breaks +Oracle Open Office Draw : page breaks;displaying (Calc) +Oracle Open Office Draw : page formats +Oracle Open Office Draw : page formats;maximizing +Oracle Open Office Draw : page formats;restriction +Oracle Open Office Draw : page number field +Oracle Open Office Draw : page numbers on all slides +Oracle Open Office Draw : page styles +Oracle Open Office Draw : page styles;editing/applying with statusbar +Oracle Open Office Draw : pages +Oracle Open Office Draw : pages;backgrounds in all applications +Oracle Open Office Draw : pages;copying +Oracle Open Office Draw : pages;fitting to printed pages +Oracle Open Office Draw : pages;formatting and numbering +Oracle Open Office Draw : pages;printing page names in presentations +Oracle Open Office Draw : pages;scaling +Oracle Open Office Draw : pages;selecting one to print +Oracle Open Office Draw : paint box +Oracle Open Office Draw : paint can symbol +Oracle Open Office Draw : pair kerning +Oracle Open Office Draw : Palm file filters +Oracle Open Office Draw : paper formats +Oracle Open Office Draw : paper size warning +Oracle Open Office Draw : paper trays +Oracle Open Office Draw : paragraph marks +Oracle Open Office Draw : paragraph marks;displaying (Writer) +Oracle Open Office Draw : paragraph styles +Oracle Open Office Draw : paragraph styles;languages +Oracle Open Office Draw : paragraph styles;modifying basic fonts +Oracle Open Office Draw : paragraphs +Oracle Open Office Draw : paragraphs;alignment +Oracle Open Office Draw : paragraphs;Asian typography +Oracle Open Office Draw : paragraphs;defining borders +Oracle Open Office Draw : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Draw : paragraphs;increasing indents of +Oracle Open Office Draw : paragraphs;indents, margins and columns +Oracle Open Office Draw : paragraphs;inserting bullets +Oracle Open Office Draw : paragraphs;joining +Oracle Open Office Draw : paragraphs;numbering automatically +Oracle Open Office Draw : paragraphs;removing blank ones +Oracle Open Office Draw : paragraphs;spacing +Oracle Open Office Draw : paragraphs;tab stops +Oracle Open Office Draw : parameters +Oracle Open Office Draw : parameters;command line +Oracle Open Office Draw : parameters;queries (Base) +Oracle Open Office Draw : passwords for protecting contents +Oracle Open Office Draw : pasting +Oracle Open Office Draw : pasting;cell ranges +Oracle Open Office Draw : pasting;cell ranges from spreadsheets +Oracle Open Office Draw : pasting;data from text documents +Oracle Open Office Draw : pasting;draw objects +Oracle Open Office Draw : pasting;draw objects from other documents +Oracle Open Office Draw : pasting;formatted/unformatted text +Oracle Open Office Draw : pasting;from data source view +Oracle Open Office Draw : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Draw : pasting;pictures from other documents +Oracle Open Office Draw : pasting;sheet areas in text documents +Oracle Open Office Draw : pasting;slides from other presentations +Oracle Open Office Draw : pasting;text from other documents +Oracle Open Office Draw : pasting;to Gallery +Oracle Open Office Draw : paths +Oracle Open Office Draw : paths;changing work directory +Oracle Open Office Draw : paths;defaults +Oracle Open Office Draw : paths;moving objects along +Oracle Open Office Draw : pattern editor +Oracle Open Office Draw : pattern fields +Oracle Open Office Draw : pattern fields;form functions +Oracle Open Office Draw : patterns for objects +Oracle Open Office Draw : PDF +Oracle Open Office Draw : PDF;export +Oracle Open Office Draw : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Draw : personal data input +Oracle Open Office Draw : phonetic guide +Oracle Open Office Draw : picklist creation +Oracle Open Office Draw : pictures +Oracle Open Office Draw : pictures;adding to Gallery +Oracle Open Office Draw : pictures;arranging within stacks +Oracle Open Office Draw : pictures;assigning macros +Oracle Open Office Draw : pictures;backgrounds +Oracle Open Office Draw : pictures;captions (Writer) +Oracle Open Office Draw : pictures;changing paths +Oracle Open Office Draw : pictures;cropping and zooming +Oracle Open Office Draw : pictures;displaying in Calc +Oracle Open Office Draw : pictures;displaying in Writer (Writer) +Oracle Open Office Draw : pictures;drag and drop between documents +Oracle Open Office Draw : pictures;drawing +Oracle Open Office Draw : pictures;editing +Oracle Open Office Draw : pictures;filters +Oracle Open Office Draw : pictures;ImageMap +Oracle Open Office Draw : pictures;inserting +Oracle Open Office Draw : pictures;inserting automatically +Oracle Open Office Draw : pictures;inserting from Gallery +Oracle Open Office Draw : pictures;number of +Oracle Open Office Draw : pictures;printing +Oracle Open Office Draw : pictures;scaling/resizing +Oracle Open Office Draw : pie charts +Oracle Open Office Draw : pie charts;options +Oracle Open Office Draw : pie charts;types +Oracle Open Office Draw : pivot points of draw objects +Oracle Open Office Draw : pixel editor +Oracle Open Office Draw : pixel graphics +Oracle Open Office Draw : pixel graphics;inserting and editing +Oracle Open Office Draw : pixel patterns +Oracle Open Office Draw : placeholders +Oracle Open Office Draw : placeholders;in SQL queries +Oracle Open Office Draw : placeholders;on opening files +Oracle Open Office Draw : placing toolbars +Oracle Open Office Draw : playing movies and sound files +Oracle Open Office Draw : plotting data as charts +Oracle Open Office Draw : plug-ins +Oracle Open Office Draw : plug-ins;activating and deactivating +Oracle Open Office Draw : plug-ins;definition +Oracle Open Office Draw : plug-ins;inserting +Oracle Open Office Draw : pocket device appliances +Oracle Open Office Draw : Pocket PC file filters +Oracle Open Office Draw : points +Oracle Open Office Draw : points;adding/converting/deleting +Oracle Open Office Draw : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Draw : polygon drawing +Oracle Open Office Draw : polygons +Oracle Open Office Draw : polygons;inserting +Oracle Open Office Draw : polygons;intersecting/subtracting/merging +Oracle Open Office Draw : pop-art filter +Oracle Open Office Draw : portable document format +Oracle Open Office Draw : positioning +Oracle Open Office Draw : positioning;axes +Oracle Open Office Draw : positioning;draw objects and controls +Oracle Open Office Draw : positioning;fonts +Oracle Open Office Draw : positioning;objects +Oracle Open Office Draw : positioning;toolbars +Oracle Open Office Draw : post method for form transmissions +Oracle Open Office Draw : posterizing filter +Oracle Open Office Draw : PostScript +Oracle Open Office Draw : PostScript;creating files +Oracle Open Office Draw : PostScript;PDF converter, UNIX +Oracle Open Office Draw : PowerPoint export +Oracle Open Office Draw : precision as shown (Calc) +Oracle Open Office Draw : predefining fonts +Oracle Open Office Draw : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Draw : presentations +Oracle Open Office Draw : presentations;arranging slides +Oracle Open Office Draw : presentations;creating/opening +Oracle Open Office Draw : presentations;exiting by interaction +Oracle Open Office Draw : presentations;exporting to HTML +Oracle Open Office Draw : presentations;importing HTML +Oracle Open Office Draw : presentations;inserting spreadsheet cells +Oracle Open Office Draw : presentations;inserting spreadsheets +Oracle Open Office Draw : presentations;live on the Internet +Oracle Open Office Draw : presentations;navigating +Oracle Open Office Draw : presentations;numbering slides in +Oracle Open Office Draw : presentations;ordering of effects +Oracle Open Office Draw : presentations;print menu +Oracle Open Office Draw : presentations;printing +Oracle Open Office Draw : presentations;rehearse timings +Oracle Open Office Draw : presentations;saving +Oracle Open Office Draw : presentations;saving automatically +Oracle Open Office Draw : presentations;saving in other formats +Oracle Open Office Draw : presentations;sending as e-mail +Oracle Open Office Draw : presentations;settings for +Oracle Open Office Draw : presentations;shortcut keys +Oracle Open Office Draw : presentations;starting +Oracle Open Office Draw : presentations;starting with wizard +Oracle Open Office Draw : presentations;window / full screen +Oracle Open Office Draw : presentations;wizards +Oracle Open Office Draw : Presenter Console shortcuts +Oracle Open Office Draw : press buttons, see push buttons +Oracle Open Office Draw : previews +Oracle Open Office Draw : previews;fonts lists +Oracle Open Office Draw : primary keys +Oracle Open Office Draw : primary keys;defining +Oracle Open Office Draw : primary keys;design view +Oracle Open Office Draw : primary keys;inserting (Base) +Oracle Open Office Draw : print area selection +Oracle Open Office Draw : printer metrics for document formatting (Writer) +Oracle Open Office Draw : printers +Oracle Open Office Draw : printers;adding, UNIX +Oracle Open Office Draw : printers;choosing +Oracle Open Office Draw : printers;default printer +Oracle Open Office Draw : printers;faxes under UNIX +Oracle Open Office Draw : printers;maximum page formats +Oracle Open Office Draw : printers;paper trays +Oracle Open Office Draw : printers;properties +Oracle Open Office Draw : printing +Oracle Open Office Draw : printing;black and white +Oracle Open Office Draw : printing;brochures +Oracle Open Office Draw : printing;colors in grayscale +Oracle Open Office Draw : printing;comments +Oracle Open Office Draw : printing;copies +Oracle Open Office Draw : printing;creating individual jobs +Oracle Open Office Draw : printing;dates in presentations +Oracle Open Office Draw : printing;directly +Oracle Open Office Draw : printing;documents +Oracle Open Office Draw : printing;drawings defaults +Oracle Open Office Draw : printing;elements in text documents +Oracle Open Office Draw : printing;faster +Oracle Open Office Draw : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Draw : printing;fitting to pages in presentations +Oracle Open Office Draw : printing;fitting to paper +Oracle Open Office Draw : printing;formulas in Oracle Open Office Math +Oracle Open Office Draw : printing;hidden pages of presentations +Oracle Open Office Draw : printing;in original size in Oracle Open Office Math +Oracle Open Office Draw : printing;left/right pages +Oracle Open Office Draw : printing;presentations +Oracle Open Office Draw : printing;queries (Base) +Oracle Open Office Draw : printing;scaling in Oracle Open Office Math +Oracle Open Office Draw : printing;selections +Oracle Open Office Draw : printing;text always in black +Oracle Open Office Draw : printing;text in reverse order +Oracle Open Office Draw : printing;tiling pages in presentations +Oracle Open Office Draw : printing;transparencies +Oracle Open Office Draw : printing;warnings +Oracle Open Office Draw : printing;without scaling in presentations +Oracle Open Office Draw : printing speed +Oracle Open Office Draw : programming +Oracle Open Office Draw : programming;Oracle Open Office +Oracle Open Office Draw : programming;scripting +Oracle Open Office Draw : programs run by mouse click in presentations +Oracle Open Office Draw : properties +Oracle Open Office Draw : properties;charts +Oracle Open Office Draw : properties;fields in databases +Oracle Open Office Draw : properties;files +Oracle Open Office Draw : properties;form controls +Oracle Open Office Draw : properties;forms +Oracle Open Office Draw : properties;printers +Oracle Open Office Draw : properties;smooth lines in line charts/XY charts +Oracle Open Office Draw : protected contents +Oracle Open Office Draw : protected dashes +Oracle Open Office Draw : protected database tables +Oracle Open Office Draw : protected documents +Oracle Open Office Draw : protected spaces +Oracle Open Office Draw : protected spaces;inserting +Oracle Open Office Draw : protected spaces;showing (Writer) +Oracle Open Office Draw : protecting +Oracle Open Office Draw : protecting;contents +Oracle Open Office Draw : protecting;recorded changes +Oracle Open Office Draw : proxy settings +Oracle Open Office Draw : push buttons +Oracle Open Office Draw : push buttons;adding to documents +Oracle Open Office Draw : push buttons;creating +Oracle Open Office Draw : pyramids +Oracle Open Office Draw : queries +Oracle Open Office Draw : queries;copying (Base) +Oracle Open Office Draw : queries;creating in design view (Base) +Oracle Open Office Draw : queries;creating in SQL view +Oracle Open Office Draw : queries;defining (Base) +Oracle Open Office Draw : queries;deleting table links (Base) +Oracle Open Office Draw : queries;editing in data source view +Oracle Open Office Draw : queries;formulating filter conditions (Base) +Oracle Open Office Draw : queries;joining tables (Base) +Oracle Open Office Draw : queries;missing elements (Base) +Oracle Open Office Draw : queries;overview (Base) +Oracle Open Office Draw : queries;parameter queries (Base) +Oracle Open Office Draw : queries;printing (Base) +Oracle Open Office Draw : Query Wizard (Base) +Oracle Open Office Draw : Quickstarter +Oracle Open Office Draw : quotation marks +Oracle Open Office Draw : quotation marks;replacing +Oracle Open Office Draw : quotes +Oracle Open Office Draw : quotes;custom +Oracle Open Office Draw : radar charts, see net charts +Oracle Open Office Draw : radio button creation +Oracle Open Office Draw : read-only documents +Oracle Open Office Draw : read-only documents;cursor +Oracle Open Office Draw : read-only documents;database tables on/off +Oracle Open Office Draw : read-only documents;editing +Oracle Open Office Draw : read-only documents;opening documents as +Oracle Open Office Draw : read-only items in Data Navigator +Oracle Open Office Draw : recognizing URLs automatically +Oracle Open Office Draw : recording +Oracle Open Office Draw : recording;changes +Oracle Open Office Draw : recording;display times for slides +Oracle Open Office Draw : recording;macros +Oracle Open Office Draw : records +Oracle Open Office Draw : records;inserting comments +Oracle Open Office Draw : records;protecting +Oracle Open Office Draw : records;saving +Oracle Open Office Draw : records;searching in databases +Oracle Open Office Draw : rectangles +Oracle Open Office Draw : rectangles with round corners +Oracle Open Office Draw : recursions in spreadsheets +Oracle Open Office Draw : redo command +Oracle Open Office Draw : reduced printing +Oracle Open Office Draw : reference lines +Oracle Open Office Draw : references +Oracle Open Office Draw : references;displaying in color (Calc) +Oracle Open Office Draw : references;expanding (Calc) +Oracle Open Office Draw : references;iterative (Calc) +Oracle Open Office Draw : register-true +Oracle Open Office Draw : register-true;definition +Oracle Open Office Draw : registering +Oracle Open Office Draw : registering;address books +Oracle Open Office Draw : registering;databases (Base) +Oracle Open Office Draw : registering;Oracle Open Office +Oracle Open Office Draw : regression curves in charts +Oracle Open Office Draw : regular expressions +Oracle Open Office Draw : regular expressions;list of +Oracle Open Office Draw : regular expressions;opening files +Oracle Open Office Draw : rehearse timings +Oracle Open Office Draw : relational databases (Base) +Oracle Open Office Draw : relations +Oracle Open Office Draw : relations;creating and deleting (Base) +Oracle Open Office Draw : relations;joining tables (Base) +Oracle Open Office Draw : relations;properties (Base) +Oracle Open Office Draw : relative hyperlinks +Oracle Open Office Draw : relative saving of URLs +Oracle Open Office Draw : reloading +Oracle Open Office Draw : reloading;documents +Oracle Open Office Draw : reloading;HTML documents, automatically +Oracle Open Office Draw : remarks, see also comments +Oracle Open Office Draw : remote configurations +Oracle Open Office Draw : remove noise filter +Oracle Open Office Draw : removing +Oracle Open Office Draw : removing;bullets and numbering +Oracle Open Office Draw : removing;form filters +Oracle Open Office Draw : removing, see also deleting +Oracle Open Office Draw : renaming layers +Oracle Open Office Draw : reorganizing charts +Oracle Open Office Draw : repeating +Oracle Open Office Draw : repeating;commands +Oracle Open Office Draw : replacement options +Oracle Open Office Draw : replacement table +Oracle Open Office Draw : replacing +Oracle Open Office Draw : replacing;AutoCorrect function +Oracle Open Office Draw : replacing;colors in bitmaps +Oracle Open Office Draw : replacing;dashes +Oracle Open Office Draw : replacing;tab stops (regular expressions) +Oracle Open Office Draw : Report Builder +Oracle Open Office Draw : reports +Oracle Open Office Draw : reports;creating +Oracle Open Office Draw : reports;error reports +Oracle Open Office Draw : reports;opening and editing +Oracle Open Office Draw : reports;templates +Oracle Open Office Draw : resetting +Oracle Open Office Draw : resetting;templates +Oracle Open Office Draw : resizing +Oracle Open Office Draw : resizing;objects, by mouse +Oracle Open Office Draw : resizing, see also scaling/zooming +Oracle Open Office Draw : resolution when printing bitmaps +Oracle Open Office Draw : restoring +Oracle Open Office Draw : restoring;default formatting +Oracle Open Office Draw : restoring;editing +Oracle Open Office Draw : reversing objects +Oracle Open Office Draw : reversing printing order +Oracle Open Office Draw : review function +Oracle Open Office Draw : review function;accepting or rejecting changes +Oracle Open Office Draw : review function;comparing documents +Oracle Open Office Draw : review function;protecting records +Oracle Open Office Draw : review function;recording changes example +Oracle Open Office Draw : rich text control +Oracle Open Office Draw : right alignment of paragraphs +Oracle Open Office Draw : right joins (Base) +Oracle Open Office Draw : right-to-left text +Oracle Open Office Draw : rotating +Oracle Open Office Draw : rotating;3D text +Oracle Open Office Draw : rotating;draw objects +Oracle Open Office Draw : rotation mode +Oracle Open Office Draw : round corners +Oracle Open Office Draw : rounding precision (Calc) +Oracle Open Office Draw : row headers +Oracle Open Office Draw : row headers;displaying (Calc) +Oracle Open Office Draw : row headers;highlighting (Calc) +Oracle Open Office Draw : rows +Oracle Open Office Draw : rows;inserting +Oracle Open Office Draw : rulers +Oracle Open Office Draw : rulers;default settings +Oracle Open Office Draw : rulers;in presentations +Oracle Open Office Draw : rulers;measurement units +Oracle Open Office Draw : rulers;visible in presentations +Oracle Open Office Draw : running macros/programs in presentations +Oracle Open Office Draw : running slide shows +Oracle Open Office Draw : samples and templates +Oracle Open Office Draw : saving +Oracle Open Office Draw : saving;as HTML +Oracle Open Office Draw : saving;default file formats +Oracle Open Office Draw : saving;dialog settings +Oracle Open Office Draw : saving;documents +Oracle Open Office Draw : saving;documents for mobile devices +Oracle Open Office Draw : saving;documents in other formats +Oracle Open Office Draw : saving;documents, automatically +Oracle Open Office Draw : saving;in Microsoft Office file format +Oracle Open Office Draw : saving;options +Oracle Open Office Draw : saving;templates +Oracle Open Office Draw : saving;to XML +Oracle Open Office Draw : saving;VBA code in Microsoft Office documents +Oracle Open Office Draw : saving;with password by default +Oracle Open Office Draw : saving as command +Oracle Open Office Draw : saving as command;precautions +Oracle Open Office Draw : scaling +Oracle Open Office Draw : scaling;axes +Oracle Open Office Draw : scaling;font sizes in user interface +Oracle Open Office Draw : scaling;objects +Oracle Open Office Draw : scaling;pictures +Oracle Open Office Draw : scaling;printing in Oracle Open Office Math +Oracle Open Office Draw : scaling;text in charts +Oracle Open Office Draw : scaling;when printing presentations +Oracle Open Office Draw : scaling, see also zooming +Oracle Open Office Draw : scatter charts +Oracle Open Office Draw : screen +Oracle Open Office Draw : screen;full screen views +Oracle Open Office Draw : screen;scaling +Oracle Open Office Draw : screen magnifiers +Oracle Open Office Draw : screen readers +Oracle Open Office Draw : script organization +Oracle Open Office Draw : scrollbars +Oracle Open Office Draw : scrollbars;controls +Oracle Open Office Draw : scrollbars;displaying (Calc) +Oracle Open Office Draw : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Draw : search criteria for database functions in cells +Oracle Open Office Draw : search engines +Oracle Open Office Draw : search engines;definition +Oracle Open Office Draw : search engines;selecting +Oracle Open Office Draw : searching +Oracle Open Office Draw : searching;all sheets +Oracle Open Office Draw : searching;databases +Oracle Open Office Draw : searching;form filters +Oracle Open Office Draw : searching;Internet +Oracle Open Office Draw : searching;tables and forms +Oracle Open Office Draw : secondary axes in charts +Oracle Open Office Draw : sections +Oracle Open Office Draw : sections;backgrounds +Oracle Open Office Draw : sectors of circles/ellipses +Oracle Open Office Draw : security +Oracle Open Office Draw : security;digital signatures +Oracle Open Office Draw : security;options for documents with macros +Oracle Open Office Draw : security;protecting contents +Oracle Open Office Draw : security;security levels for macros +Oracle Open Office Draw : security;warning dialogs with macros +Oracle Open Office Draw : segments of circles/ellipses +Oracle Open Office Draw : selecting +Oracle Open Office Draw : selecting;controls +Oracle Open Office Draw : selecting;hidden objects +Oracle Open Office Draw : selecting;layers +Oracle Open Office Draw : selecting;measurement units +Oracle Open Office Draw : selecting;objects +Oracle Open Office Draw : selecting;print areas +Oracle Open Office Draw : selecting;several files +Oracle Open Office Draw : selection clipboard +Oracle Open Office Draw : selection frames +Oracle Open Office Draw : selection modes in text +Oracle Open Office Draw : sending +Oracle Open Office Draw : sending;AutoAbstract function in presentations +Oracle Open Office Draw : sending;documents as e-mail +Oracle Open Office Draw : sending;documents as faxes +Oracle Open Office Draw : separator lines +Oracle Open Office Draw : separator lines;defining +Oracle Open Office Draw : separators +Oracle Open Office Draw : separators;conditional +Oracle Open Office Draw : Server Side ImageMap +Oracle Open Office Draw : settings +Oracle Open Office Draw : settings;printers +Oracle Open Office Draw : settings;program configuration +Oracle Open Office Draw : settings;proxies +Oracle Open Office Draw : settings;tracking changes +Oracle Open Office Draw : settings;views +Oracle Open Office Draw : SGML +Oracle Open Office Draw : SGML;definition +Oracle Open Office Draw : shadows +Oracle Open Office Draw : shadows;areas +Oracle Open Office Draw : shadows;borders +Oracle Open Office Draw : shadows;characters +Oracle Open Office Draw : shadows;characters, using context menu +Oracle Open Office Draw : sharing documents +Oracle Open Office Draw : sharpening filter +Oracle Open Office Draw : shearing objects +Oracle Open Office Draw : sheet tabs +Oracle Open Office Draw : sheet tabs;displaying +Oracle Open Office Draw : sheets +Oracle Open Office Draw : sheets;searching all +Oracle Open Office Draw : shells +Oracle Open Office Draw : shortcut keys +Oracle Open Office Draw : shortcut keys;assigning macros +Oracle Open Office Draw : shortcut keys;charts +Oracle Open Office Draw : shortcut keys;general +Oracle Open Office Draw : shortcut keys;in databases +Oracle Open Office Draw : shortcut keys;in drawings +Oracle Open Office Draw : shortcut keys;in presentations +Oracle Open Office Draw : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Draw : showing +Oracle Open Office Draw : showing;changes +Oracle Open Office Draw : showing;docked windows +Oracle Open Office Draw : showing;drawings and controls (Writer) +Oracle Open Office Draw : showing;guides +Oracle Open Office Draw : showing;hidden layers +Oracle Open Office Draw : showing;hidden slides +Oracle Open Office Draw : showing;levels +Oracle Open Office Draw : showing;live presentations on the Internet +Oracle Open Office Draw : showing;slide shows +Oracle Open Office Draw : showing;subpoints +Oracle Open Office Draw : showing;toolbars +Oracle Open Office Draw : sign conversion to curves +Oracle Open Office Draw : signing documents with digital signatures +Oracle Open Office Draw : similarity search +Oracle Open Office Draw : simple handles (Writer) +Oracle Open Office Draw : simplified Chinese +Oracle Open Office Draw : simplified Chinese;translating to traditional Chinese +Oracle Open Office Draw : single sign on options +Oracle Open Office Draw : single-line spacing in text +Oracle Open Office Draw : sizes +Oracle Open Office Draw : sizes;draw objects +Oracle Open Office Draw : sizes;pictures +Oracle Open Office Draw : skewing draw objects +Oracle Open Office Draw : slanting draw objects +Oracle Open Office Draw : slanting objects +Oracle Open Office Draw : slide designs +Oracle Open Office Draw : slide layouts +Oracle Open Office Draw : slide master view +Oracle Open Office Draw : slide masters +Oracle Open Office Draw : slide masters;changing backgrounds +Oracle Open Office Draw : slide masters;designing +Oracle Open Office Draw : slide masters;headers and footers +Oracle Open Office Draw : slide numbers +Oracle Open Office Draw : slide numbers on all slides +Oracle Open Office Draw : slide shows +Oracle Open Office Draw : slide shows;custom +Oracle Open Office Draw : slide shows;settings for +Oracle Open Office Draw : slide shows;starting +Oracle Open Office Draw : slide transitions +Oracle Open Office Draw : slide transitions;applying effects +Oracle Open Office Draw : slide transitions;automatic +Oracle Open Office Draw : slide transitions;manual +Oracle Open Office Draw : slide transitions;sounds +Oracle Open Office Draw : slides +Oracle Open Office Draw : slides;arranging +Oracle Open Office Draw : slides;backgrounds +Oracle Open Office Draw : slides;changing backgrounds +Oracle Open Office Draw : slides;copying between documents +Oracle Open Office Draw : slides;deleting +Oracle Open Office Draw : slides;expanding +Oracle Open Office Draw : slides;formatting +Oracle Open Office Draw : slides;headers and footers +Oracle Open Office Draw : slides;inserting +Oracle Open Office Draw : slides;inserting as links +Oracle Open Office Draw : slides;inserting speaker notes +Oracle Open Office Draw : slides;page numbers +Oracle Open Office Draw : slides;printing +Oracle Open Office Draw : small capitals +Oracle Open Office Draw : small icons +Oracle Open Office Draw : smart tag configuration +Oracle Open Office Draw : smooth scrolling (Writer) +Oracle Open Office Draw : smoothing filter +Oracle Open Office Draw : snap grid defaults (Writer/Calc) +Oracle Open Office Draw : snap lines, see also guides +Oracle Open Office Draw : snap points +Oracle Open Office Draw : snap points;editing +Oracle Open Office Draw : snap points;inserting +Oracle Open Office Draw : snapping in presentations and drawings +Oracle Open Office Draw : solarization filter +Oracle Open Office Draw : sort lists +Oracle Open Office Draw : sort lists;copying to in Calc +Oracle Open Office Draw : sorting +Oracle Open Office Draw : sorting;data in forms +Oracle Open Office Draw : sorting;databases +Oracle Open Office Draw : sound files +Oracle Open Office Draw : sounds +Oracle Open Office Draw : sounds;for effects +Oracle Open Office Draw : sounds;formats +Oracle Open Office Draw : sounds;on slide transitions +Oracle Open Office Draw : spaces +Oracle Open Office Draw : spaces;displaying (Writer) +Oracle Open Office Draw : spaces;ignoring double +Oracle Open Office Draw : spaces;inserting protected spaces +Oracle Open Office Draw : spaces;showing protected spaces (Writer) +Oracle Open Office Draw : spacing +Oracle Open Office Draw : spacing;between paragraphs in footnotes +Oracle Open Office Draw : spacing;font effects +Oracle Open Office Draw : spacing;lines and paragraphs +Oracle Open Office Draw : spacing;tab stops in text documents +Oracle Open Office Draw : spacing;tabs in presentations +Oracle Open Office Draw : spadmin +Oracle Open Office Draw : speaker notes +Oracle Open Office Draw : speaker notes;defaults +Oracle Open Office Draw : speaker notes;inserting +Oracle Open Office Draw : special characters +Oracle Open Office Draw : speech bubbles +Oracle Open Office Draw : speed of printing +Oracle Open Office Draw : spellcheck +Oracle Open Office Draw : spellcheck;activating for a language +Oracle Open Office Draw : spellcheck;context menus +Oracle Open Office Draw : spellcheck;default languages +Oracle Open Office Draw : spellcheck;dialog +Oracle Open Office Draw : spellcheck;dictionary of exceptions +Oracle Open Office Draw : spellcheck;ignore list +Oracle Open Office Draw : spheres +Oracle Open Office Draw : spin button creation +Oracle Open Office Draw : splitting +Oracle Open Office Draw : splitting;combinations +Oracle Open Office Draw : splitting;curves +Oracle Open Office Draw : spoolfiles with Xprinter +Oracle Open Office Draw : spreadsheets +Oracle Open Office Draw : spreadsheets;as databases (base) +Oracle Open Office Draw : spreadsheets;copying areas to text documents +Oracle Open Office Draw : spreadsheets;creating/opening +Oracle Open Office Draw : spreadsheets;in presentations +Oracle Open Office Draw : spreadsheets;inserting charts +Oracle Open Office Draw : spreadsheets;inserting database records +Oracle Open Office Draw : spreadsheets;printing +Oracle Open Office Draw : spreadsheets;saving +Oracle Open Office Draw : spreadsheets;saving automatically +Oracle Open Office Draw : spreadsheets;saving in other formats +Oracle Open Office Draw : spreadsheets;sending as e-mail +Oracle Open Office Draw : SQL +Oracle Open Office Draw : SQL;definition +Oracle Open Office Draw : SQL;DISTINCT parameter +Oracle Open Office Draw : SQL;executing SQL commands +Oracle Open Office Draw : SQL;executing SQL statements (Base) +Oracle Open Office Draw : SQL;queries (Base) +Oracle Open Office Draw : square drawings +Oracle Open Office Draw : standard bar on/off +Oracle Open Office Draw : standard deviation in charts +Oracle Open Office Draw : standard filters in databases +Oracle Open Office Draw : standard printer under UNIX +Oracle Open Office Draw : start center +Oracle Open Office Draw : start parameters +Oracle Open Office Draw : starting +Oracle Open Office Draw : starting;always with the current slide +Oracle Open Office Draw : starting;custom slide shows +Oracle Open Office Draw : starting;slide shows +Oracle Open Office Draw : statistics in charts +Oracle Open Office Draw : status bar on/off +Oracle Open Office Draw : stickers +Oracle Open Office Draw : stock charts +Oracle Open Office Draw : strikethrough +Oracle Open Office Draw : strikethrough;characters +Oracle Open Office Draw : strikethrough;font effects +Oracle Open Office Draw : styles +Oracle Open Office Draw : styles;'changed' message +Oracle Open Office Draw : styles;arrow and line styles +Oracle Open Office Draw : styles;copying between documents +Oracle Open Office Draw : styles;keyboard shortcuts +Oracle Open Office Draw : styles;organizing +Oracle Open Office Draw : styles;printing styles used in a document +Oracle Open Office Draw : styles;replacing automatically +Oracle Open Office Draw : Styles and Formatting window +Oracle Open Office Draw : Styles and Formatting window;docking +Oracle Open Office Draw : Styles and Formatting window;graphics documents +Oracle Open Office Draw : subforms +Oracle Open Office Draw : subforms;creating +Oracle Open Office Draw : subforms;description +Oracle Open Office Draw : submitting forms +Oracle Open Office Draw : subpoints +Oracle Open Office Draw : subpoints;hiding +Oracle Open Office Draw : subpoints;showing +Oracle Open Office Draw : subtracting polygons +Oracle Open Office Draw : suffixes in file formats +Oracle Open Office Draw : summary slide +Oracle Open Office Draw : support on the Web +Oracle Open Office Draw : synchronizing +Oracle Open Office Draw : synchronizing;labels and business cards +Oracle Open Office Draw : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Draw : system address book registration +Oracle Open Office Draw : tab stops +Oracle Open Office Draw : tab stops;displaying (Writer) +Oracle Open Office Draw : tab stops;inserting and editing +Oracle Open Office Draw : tab stops;regular expressions +Oracle Open Office Draw : tab stops;setting in sheets +Oracle Open Office Draw : tab stops;settings +Oracle Open Office Draw : tab stops;spacing in presentations +Oracle Open Office Draw : tab stops;spacing in text documents +Oracle Open Office Draw : table controls +Oracle Open Office Draw : table controls;form functions +Oracle Open Office Draw : table controls;keyboard-only edit mode +Oracle Open Office Draw : table controls;properties +Oracle Open Office Draw : table views of databases +Oracle Open Office Draw : Table Wizard (Base) +Oracle Open Office Draw : tables +Oracle Open Office Draw : tables;inserting line breaks +Oracle Open Office Draw : tables in databases +Oracle Open Office Draw : tables in databases;access rights to (Base) +Oracle Open Office Draw : tables in databases;adding to queries +Oracle Open Office Draw : tables in databases;browsing and editing +Oracle Open Office Draw : tables in databases;copying database tables (Base) +Oracle Open Office Draw : tables in databases;creating +Oracle Open Office Draw : tables in databases;creating in design view (manually) +Oracle Open Office Draw : tables in databases;importing text formats (Base) +Oracle Open Office Draw : tables in databases;joining for queries (Base) +Oracle Open Office Draw : tables in databases;printing queries (Base) +Oracle Open Office Draw : tables in databases;relations (Base) +Oracle Open Office Draw : tables in databases;searching +Oracle Open Office Draw : tables in spreadsheets +Oracle Open Office Draw : tables in spreadsheets;copying data to other applications +Oracle Open Office Draw : tables in spreadsheets;defining borders +Oracle Open Office Draw : tables in spreadsheets;value highlighting +Oracle Open Office Draw : tables in text +Oracle Open Office Draw : tables in text;captions +Oracle Open Office Draw : tables in text;creating automatically +Oracle Open Office Draw : tables in text;default settings +Oracle Open Office Draw : tables in text;defining borders +Oracle Open Office Draw : tables in text;displaying +Oracle Open Office Draw : tables in text;printing +Oracle Open Office Draw : tabs +Oracle Open Office Draw : tabs;displaying sheet tabs +Oracle Open Office Draw : tags +Oracle Open Office Draw : tags;definition +Oracle Open Office Draw : tags;META tags +Oracle Open Office Draw : task pane +Oracle Open Office Draw : templates +Oracle Open Office Draw : templates;agendas +Oracle Open Office Draw : templates;changing basic fonts +Oracle Open Office Draw : templates;database reports +Oracle Open Office Draw : templates;deleting +Oracle Open Office Draw : templates;editing and saving +Oracle Open Office Draw : templates;faxes +Oracle Open Office Draw : templates;importing and exporting +Oracle Open Office Draw : templates;letters +Oracle Open Office Draw : templates;new documents from templates +Oracle Open Office Draw : templates;opening documents with +Oracle Open Office Draw : templates;organizing +Oracle Open Office Draw : terminology +Oracle Open Office Draw : terminology;general glossary +Oracle Open Office Draw : terminology;Internet glossary +Oracle Open Office Draw : testing XML filters +Oracle Open Office Draw : text +Oracle Open Office Draw : text;animating +Oracle Open Office Draw : text;Asian layout +Oracle Open Office Draw : text;bold +Oracle Open Office Draw : text;coloring +Oracle Open Office Draw : text;converting to curves +Oracle Open Office Draw : text;copying by drag and drop +Oracle Open Office Draw : text;CTL languages +Oracle Open Office Draw : text;double-clicking to edit +Oracle Open Office Draw : text;drawing pictures +Oracle Open Office Draw : text;font effects +Oracle Open Office Draw : text;font sizes +Oracle Open Office Draw : text;font styles +Oracle Open Office Draw : text;fonts and formats +Oracle Open Office Draw : text;Fontwork icons +Oracle Open Office Draw : text;hyperlinks +Oracle Open Office Draw : text;inserting special characters +Oracle Open Office Draw : text;italics +Oracle Open Office Draw : text;kerning +Oracle Open Office Draw : text;language selection +Oracle Open Office Draw : text;line spacing +Oracle Open Office Draw : text;overwriting or inserting +Oracle Open Office Draw : text;printing in black +Oracle Open Office Draw : text;replacing with format +Oracle Open Office Draw : text;selection modes +Oracle Open Office Draw : text;shadowed +Oracle Open Office Draw : text;text/draw objects +Oracle Open Office Draw : text;toolbar +Oracle Open Office Draw : text attributes +Oracle Open Office Draw : text attributes;hyperlinks +Oracle Open Office Draw : text attributes;undoing +Oracle Open Office Draw : text boxes +Oracle Open Office Draw : text boxes;form functions +Oracle Open Office Draw : text boxes;positioning +Oracle Open Office Draw : text breaks in cells +Oracle Open Office Draw : text colors for better accessibility +Oracle Open Office Draw : text databases (Base) +Oracle Open Office Draw : text documents +Oracle Open Office Draw : text documents;creating/opening +Oracle Open Office Draw : text documents;importing/exporting +Oracle Open Office Draw : text documents;inserting in slides +Oracle Open Office Draw : text documents;inserting spreadsheet cells +Oracle Open Office Draw : text documents;print settings +Oracle Open Office Draw : text documents;printing +Oracle Open Office Draw : text documents;saving +Oracle Open Office Draw : text documents;saving automatically +Oracle Open Office Draw : text documents;saving in other formats +Oracle Open Office Draw : text documents;sending as e-mail +Oracle Open Office Draw : text effects +Oracle Open Office Draw : text entry mode for draw objects +Oracle Open Office Draw : text flow +Oracle Open Office Draw : text flow;in cells +Oracle Open Office Draw : text formats +Oracle Open Office Draw : text formats;databases +Oracle Open Office Draw : text formats;pasting +Oracle Open Office Draw : text frames +Oracle Open Office Draw : text input fields +Oracle Open Office Draw : text layout for special languages +Oracle Open Office Draw : text objects +Oracle Open Office Draw : text objects;alignment +Oracle Open Office Draw : text objects;draw functions +Oracle Open Office Draw : text objects;fonts +Oracle Open Office Draw : text objects;in presentations and drawings +Oracle Open Office Draw : text overflow in spreadsheet cells +Oracle Open Office Draw : text scaling in charts +Oracle Open Office Draw : text, see also text documents, paragraphs and characters +Oracle Open Office Draw : TextArt, see Fontwork +Oracle Open Office Draw : textures +Oracle Open Office Draw : textures;inserting from Gallery +Oracle Open Office Draw : textures;on chart bars +Oracle Open Office Draw : Thai +Oracle Open Office Draw : Thai;entering text +Oracle Open Office Draw : Thai;language settings +Oracle Open Office Draw : thesaurus +Oracle Open Office Draw : thesaurus;activating for a language +Oracle Open Office Draw : ticker text +Oracle Open Office Draw : tiled printing of slides +Oracle Open Office Draw : time and date on all slides +Oracle Open Office Draw : time fields +Oracle Open Office Draw : time fields;form functions +Oracle Open Office Draw : times +Oracle Open Office Draw : times;fixed +Oracle Open Office Draw : times;inserting when printing presentations +Oracle Open Office Draw : times;variable +Oracle Open Office Draw : times, formats +Oracle Open Office Draw : timings +Oracle Open Office Draw : timings;rehearse timings +Oracle Open Office Draw : tips +Oracle Open Office Draw : tips;extended tips in Help +Oracle Open Office Draw : title rows +Oracle Open Office Draw : title rows;printing in Oracle Open Office Math +Oracle Open Office Draw : titles +Oracle Open Office Draw : titles;alignment (charts) +Oracle Open Office Draw : titles;changing +Oracle Open Office Draw : titles;editing in charts +Oracle Open Office Draw : titles;font effects +Oracle Open Office Draw : titles;formatting automatically +Oracle Open Office Draw : titles;formatting charts +Oracle Open Office Draw : titles;objects +Oracle Open Office Draw : toolbars +Oracle Open Office Draw : toolbars;3D objects +Oracle Open Office Draw : toolbars;adding buttons +Oracle Open Office Draw : toolbars;curves +Oracle Open Office Draw : toolbars;docking/undocking +Oracle Open Office Draw : toolbars;ellipses +Oracle Open Office Draw : toolbars;Form Navigation bar +Oracle Open Office Draw : toolbars;viewing/closing +Oracle Open Office Draw : tools bar +Oracle Open Office Draw : tooltips +Oracle Open Office Draw : tooltips;extended tips +Oracle Open Office Draw : tooltips;help +Oracle Open Office Draw : torus +Oracle Open Office Draw : traditional Chinese +Oracle Open Office Draw : traditional Chinese;translating to simplified chinese +Oracle Open Office Draw : transition effects +Oracle Open Office Draw : transparency +Oracle Open Office Draw : transparency;adjusting +Oracle Open Office Draw : transparency;areas +Oracle Open Office Draw : transparency;of objects +Oracle Open Office Draw : transparency;off for faster printing +Oracle Open Office Draw : transparency;saving +Oracle Open Office Draw : tree view of Help +Oracle Open Office Draw : trend lines in charts +Oracle Open Office Draw : typefaces +Oracle Open Office Draw : typefaces;adding under UNIX +Oracle Open Office Draw : typefaces;formats +Oracle Open Office Draw : typographical quotes in Oracle Open Office Writer +Oracle Open Office Draw : typography +Oracle Open Office Draw : typography;Asian +Oracle Open Office Draw : underlining +Oracle Open Office Draw : underlining;AutoFormat function +Oracle Open Office Draw : underlining;characters +Oracle Open Office Draw : underlining;text +Oracle Open Office Draw : underlying objects +Oracle Open Office Draw : undocking windows +Oracle Open Office Draw : undoing +Oracle Open Office Draw : undoing;direct formatting +Oracle Open Office Draw : undoing;editing +Oracle Open Office Draw : undoing;number of steps +Oracle Open Office Draw : ungrouping groups +Oracle Open Office Draw : units +Oracle Open Office Draw : units;converting +Oracle Open Office Draw : units;measurement units +Oracle Open Office Draw : unlocking layers +Oracle Open Office Draw : UNO components +Oracle Open Office Draw : UNO components;Extension Manager +Oracle Open Office Draw : UNO components;integrating new +Oracle Open Office Draw : update options +Oracle Open Office Draw : updates +Oracle Open Office Draw : updates;checking automatically +Oracle Open Office Draw : updates;checking manually +Oracle Open Office Draw : updating +Oracle Open Office Draw : updating;fields and charts, automatically (Writer) +Oracle Open Office Draw : updating;links in text documents +Oracle Open Office Draw : updating;links, on opening +Oracle Open Office Draw : updating;templates +Oracle Open Office Draw : URL +Oracle Open Office Draw : URL;changing hyperlink URLs +Oracle Open Office Draw : URL;definition +Oracle Open Office Draw : URL;in pictures +Oracle Open Office Draw : URL;saving absolute/relative paths +Oracle Open Office Draw : URL;turning off URL recognition +Oracle Open Office Draw : user data +Oracle Open Office Draw : user data;input +Oracle Open Office Draw : user data;removing when saving +Oracle Open Office Draw : user feedback +Oracle Open Office Draw : user feedback;automatically +Oracle Open Office Draw : user-defined colors +Oracle Open Office Draw : user-defined dictionaries +Oracle Open Office Draw : user-defined dictionaries;creating +Oracle Open Office Draw : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Draw : user-defined dictionaries;editing +Oracle Open Office Draw : user-defined styles +Oracle Open Office Draw : user-defined styles;automatically replacing +Oracle Open Office Draw : UTF-8/UCS2 support +Oracle Open Office Draw : values +Oracle Open Office Draw : values;rounded as shown (Calc) +Oracle Open Office Draw : variables +Oracle Open Office Draw : variables;for paths +Oracle Open Office Draw : variances in charts +Oracle Open Office Draw : VBA code +Oracle Open Office Draw : VBA code;loading/saving documents with VBA code +Oracle Open Office Draw : vector graphics +Oracle Open Office Draw : vector graphics;converting bitmaps +Oracle Open Office Draw : vectorizing bitmaps +Oracle Open Office Draw : version management +Oracle Open Office Draw : version numbers of documents +Oracle Open Office Draw : versions +Oracle Open Office Draw : versions;comparing documents +Oracle Open Office Draw : versions;file saving as, restriction +Oracle Open Office Draw : versions;merging document versions +Oracle Open Office Draw : versions;of a document +Oracle Open Office Draw : versions;Oracle Open Office +Oracle Open Office Draw : vertical callouts +Oracle Open Office Draw : vertical scrollbars (Writer) +Oracle Open Office Draw : vertical text boxes +Oracle Open Office Draw : videos +Oracle Open Office Draw : viewing +Oracle Open Office Draw : viewing;databases +Oracle Open Office Draw : viewing;file properties +Oracle Open Office Draw : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Draw : viewing;toolbars +Oracle Open Office Draw : views +Oracle Open Office Draw : views;black and white +Oracle Open Office Draw : views;creating database views (Base) +Oracle Open Office Draw : views;defaults +Oracle Open Office Draw : views;display sizes +Oracle Open Office Draw : views;full screen +Oracle Open Office Draw : views;icons +Oracle Open Office Draw : views;scaling +Oracle Open Office Draw : views;shift function +Oracle Open Office Draw : views;slide master view +Oracle Open Office Draw : Visual Basic for Applications +Oracle Open Office Draw : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Draw : watermarks +Oracle Open Office Draw : web documents +Oracle Open Office Draw : web documents;XForms +Oracle Open Office Draw : Web support +Oracle Open Office Draw : WebCast export +Oracle Open Office Draw : WebDAV over HTTPS +Oracle Open Office Draw : windows +Oracle Open Office Draw : windows;docking +Oracle Open Office Draw : windows;docking definition +Oracle Open Office Draw : windows;hiding/showing/docking +Oracle Open Office Draw : windows;new +Oracle Open Office Draw : wizards +Oracle Open Office Draw : wizards;agendas +Oracle Open Office Draw : wizards;database queries +Oracle Open Office Draw : wizards;database tables (Base) +Oracle Open Office Draw : wizards;databases (Base) +Oracle Open Office Draw : wizards;document converter +Oracle Open Office Draw : wizards;Euro Converter +Oracle Open Office Draw : wizards;faxes +Oracle Open Office Draw : wizards;forms +Oracle Open Office Draw : wizards;letters +Oracle Open Office Draw : wizards;macros (Base) +Oracle Open Office Draw : wizards;overview +Oracle Open Office Draw : wizards;presentations +Oracle Open Office Draw : wizards;reports +Oracle Open Office Draw : Word documents +Oracle Open Office Draw : Word documents;compatibility +Oracle Open Office Draw : Word documents;saving as +Oracle Open Office Draw : WordArt, see Fontwork +Oracle Open Office Draw : words +Oracle Open Office Draw : words;automatically replacing +Oracle Open Office Draw : words;wrapping in cells +Oracle Open Office Draw : words;wrapping in CTL +Oracle Open Office Draw : working directory change +Oracle Open Office Draw : wrapping text +Oracle Open Office Draw : wrapping text;in cells +Oracle Open Office Draw : write protection on/off +Oracle Open Office Draw : writing aids options +Oracle Open Office Draw : WYSIWYG in fonts lists +Oracle Open Office Draw : X axes +Oracle Open Office Draw : X axes;grid formatting +Oracle Open Office Draw : X axes;positioning +Oracle Open Office Draw : X axes;scaling +Oracle Open Office Draw : X axes;showing +Oracle Open Office Draw : XForms +Oracle Open Office Draw : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Draw : XForms;conditions +Oracle Open Office Draw : XForms;opening/editing +Oracle Open Office Draw : XML converters +Oracle Open Office Draw : XML file formats +Oracle Open Office Draw : XML filters +Oracle Open Office Draw : XML filters;creating/testing +Oracle Open Office Draw : XML filters;saving as package/installing/deleting +Oracle Open Office Draw : XML filters;settings +Oracle Open Office Draw : XML Forms, see XForms +Oracle Open Office Draw : XSLT filters, see also XML filters +Oracle Open Office Draw : XY charts +Oracle Open Office Draw : Y axes +Oracle Open Office Draw : Y axes;formatting +Oracle Open Office Draw : Y axes;grid formatting +Oracle Open Office Draw : Y axes;positioning +Oracle Open Office Draw : Y axes;scaling +Oracle Open Office Draw : Y axes;showing +Oracle Open Office Draw : years +Oracle Open Office Draw : years;2-digit options +Oracle Open Office Draw : Z axes +Oracle Open Office Draw : Z axes;grid formatting +Oracle Open Office Draw : Z axes;showing +Oracle Open Office Draw : zero values +Oracle Open Office Draw : zero values;displaying (Calc) +Oracle Open Office Draw : zooming +Oracle Open Office Draw : zooming;in presentations +Oracle Open Office Draw : zooming;keyboard +Oracle Open Office Draw : zooming;page views +Oracle Open Office Draw : zooming;pictures +Oracle Open Office Draw : zooming;shortcut keys +Oracle Open Office Draw : zooming;status bar +Oracle Open Office Impress : 1/2 replacement +Oracle Open Office Impress : 3D charts +Oracle Open Office Impress : 3D objects +Oracle Open Office Impress : 3D objects;assembling +Oracle Open Office Impress : 3D objects;generating +Oracle Open Office Impress : 3D objects;inserting +Oracle Open Office Impress : 3D rotation objects +Oracle Open Office Impress : 3D rotation objects;converting to +Oracle Open Office Impress : 3D rotation objects;generating +Oracle Open Office Impress : 3D text creation +Oracle Open Office Impress : abbreviation replacement +Oracle Open Office Impress : absolute hyperlinks +Oracle Open Office Impress : absolute saving of URLs +Oracle Open Office Impress : accents +Oracle Open Office Impress : Access databases (base) +Oracle Open Office Impress : access rights for database tables (Base) +Oracle Open Office Impress : accessibility +Oracle Open Office Impress : accessibility;general shortcuts +Oracle Open Office Impress : accessibility;options +Oracle Open Office Impress : accessibility;Oracle Open Office assistive technology +Oracle Open Office Impress : accessibility;Oracle Open Office Draw +Oracle Open Office Impress : accessibility;Oracle Open Office features +Oracle Open Office Impress : accessibility;Oracle Open Office Impress +Oracle Open Office Impress : activating +Oracle Open Office Impress : activating;context menus +Oracle Open Office Impress : activating;Error Report Tool +Oracle Open Office Impress : activating;extended help tips +Oracle Open Office Impress : activating;plug-ins +Oracle Open Office Impress : ActiveX control +Oracle Open Office Impress : Adabas D databases (base) +Oracle Open Office Impress : add-ons, see UNO components +Oracle Open Office Impress : additional selection mode +Oracle Open Office Impress : address books +Oracle Open Office Impress : address books;LDAP server (Base) +Oracle Open Office Impress : address books;registering +Oracle Open Office Impress : address labels from databases +Oracle Open Office Impress : ADO databases (Base) +Oracle Open Office Impress : Agenda Wizard +Oracle Open Office Impress : aging filter +Oracle Open Office Impress : aligning +Oracle Open Office Impress : aligning;2D charts +Oracle Open Office Impress : aligning;cells +Oracle Open Office Impress : aligning;draw objects +Oracle Open Office Impress : aligning;objects +Oracle Open Office Impress : aligning;paragraphs +Oracle Open Office Impress : aligning;tables in text +Oracle Open Office Impress : aligning;text objects +Oracle Open Office Impress : aligning;titles in charts +Oracle Open Office Impress : allowing +Oracle Open Office Impress : allowing;effects +Oracle Open Office Impress : allowing;interaction +Oracle Open Office Impress : alternative fonts +Oracle Open Office Impress : ampersand symbol, see also operators +Oracle Open Office Impress : anchors +Oracle Open Office Impress : anchors;changing +Oracle Open Office Impress : anchors;displaying (Calc) +Oracle Open Office Impress : anchors;types/positions for draw objects +Oracle Open Office Impress : animated GIFs +Oracle Open Office Impress : animated slide transitions +Oracle Open Office Impress : animation effects +Oracle Open Office Impress : animations +Oracle Open Office Impress : animations;accessibility options +Oracle Open Office Impress : animations;editing +Oracle Open Office Impress : animations;list of +Oracle Open Office Impress : animations;saving as GIFs +Oracle Open Office Impress : appearance options +Oracle Open Office Impress : Arabic +Oracle Open Office Impress : Arabic;entering text +Oracle Open Office Impress : Arabic;language settings +Oracle Open Office Impress : area charts +Oracle Open Office Impress : areas +Oracle Open Office Impress : areas;bitmap patterns +Oracle Open Office Impress : areas;from connected lines +Oracle Open Office Impress : areas;hatched/dotted +Oracle Open Office Impress : areas;shadows +Oracle Open Office Impress : areas;slanting +Oracle Open Office Impress : areas;styles +Oracle Open Office Impress : areas;transparency +Oracle Open Office Impress : arguments in command line +Oracle Open Office Impress : arranging +Oracle Open Office Impress : arranging;objects +Oracle Open Office Impress : arranging;objects (guide) +Oracle Open Office Impress : arranging;slides +Oracle Open Office Impress : arrows +Oracle Open Office Impress : arrows;defining arrow heads +Oracle Open Office Impress : arrows;defining arrow lines +Oracle Open Office Impress : arrows;drawing in text +Oracle Open Office Impress : arrows;inserting +Oracle Open Office Impress : arrows;loading arrow styles +Oracle Open Office Impress : ASCII +Oracle Open Office Impress : ASCII;definition +Oracle Open Office Impress : Asian languages +Oracle Open Office Impress : Asian languages;enabling +Oracle Open Office Impress : Asian Phonetic Guide +Oracle Open Office Impress : Asian typography +Oracle Open Office Impress : assembled objects in 3D +Oracle Open Office Impress : assigning scripts +Oracle Open Office Impress : assistive technology in Oracle Open Office +Oracle Open Office Impress : attaching toolbars +Oracle Open Office Impress : attachments in e-mails +Oracle Open Office Impress : attributes +Oracle Open Office Impress : attributes;objects with +Oracle Open Office Impress : audio +Oracle Open Office Impress : authors +Oracle Open Office Impress : auto reloading HTML documents +Oracle Open Office Impress : AutoAbstract function for sending text to presentations +Oracle Open Office Impress : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Impress : AutoComplete function in text and list boxes +Oracle Open Office Impress : AutoCorrect function +Oracle Open Office Impress : AutoCorrect function;context menu +Oracle Open Office Impress : AutoCorrect function;options +Oracle Open Office Impress : AutoCorrect function;pictures and frames +Oracle Open Office Impress : AutoCorrect function;quotes +Oracle Open Office Impress : AutoCorrect function;replacement table +Oracle Open Office Impress : AutoCorrect function;switching on and off in Calc +Oracle Open Office Impress : AutoCorrect function;URL recognition +Oracle Open Office Impress : AutoFormat function +Oracle Open Office Impress : AutoFormat function;switching on and off +Oracle Open Office Impress : automatic captions (Writer) +Oracle Open Office Impress : automatic control focus +Oracle Open Office Impress : automatic hyperlink formatting +Oracle Open Office Impress : automatic line breaks +Oracle Open Office Impress : automatic lines/borders in text +Oracle Open Office Impress : automatic saving +Oracle Open Office Impress : automatic slide changes +Oracle Open Office Impress : automatic slide changes;rehearse timings +Oracle Open Office Impress : automatic slide shows +Oracle Open Office Impress : automatic slide transition +Oracle Open Office Impress : AutoPilots, see wizards +Oracle Open Office Impress : AutoValue (Base) +Oracle Open Office Impress : averages in charts +Oracle Open Office Impress : axes +Oracle Open Office Impress : axes;better scaling +Oracle Open Office Impress : axes;formatting +Oracle Open Office Impress : axes;formatting grids +Oracle Open Office Impress : axes;inserting grids +Oracle Open Office Impress : axes;interval marks +Oracle Open Office Impress : axes;showing axes in charts +Oracle Open Office Impress : axes in charts +Oracle Open Office Impress : backgrounds +Oracle Open Office Impress : backgrounds;changing +Oracle Open Office Impress : backgrounds;defining colors/pictures +Oracle Open Office Impress : backgrounds;deleting unused +Oracle Open Office Impress : backgrounds;frames/sections/indexes +Oracle Open Office Impress : backgrounds;inserting from Gallery +Oracle Open Office Impress : backgrounds;normal view +Oracle Open Office Impress : backgrounds;notes +Oracle Open Office Impress : backgrounds;printing +Oracle Open Office Impress : backgrounds;slides +Oracle Open Office Impress : backing window +Oracle Open Office Impress : backups +Oracle Open Office Impress : backups;automatic +Oracle Open Office Impress : backups;documents +Oracle Open Office Impress : bar charts +Oracle Open Office Impress : Basic +Oracle Open Office Impress : Basic;fonts for source display +Oracle Open Office Impress : Basic;programming +Oracle Open Office Impress : Basic;recording macros +Oracle Open Office Impress : basic fonts +Oracle Open Office Impress : behind object command +Oracle Open Office Impress : Bézier curves +Oracle Open Office Impress : Bézier curves;control points in presentations +Oracle Open Office Impress : bi-directional writing +Oracle Open Office Impress : binding space +Oracle Open Office Impress : bitmaps +Oracle Open Office Impress : bitmaps;converting to +Oracle Open Office Impress : bitmaps;converting to vector graphics +Oracle Open Office Impress : bitmaps;inserting and editing +Oracle Open Office Impress : bitmaps;off for faster printing +Oracle Open Office Impress : bitmaps;patterns +Oracle Open Office Impress : bitmaps;replacing colors +Oracle Open Office Impress : black and white display +Oracle Open Office Impress : black and white printing +Oracle Open Office Impress : black and white view +Oracle Open Office Impress : black printing in Calc +Oracle Open Office Impress : block selection mode +Oracle Open Office Impress : bold +Oracle Open Office Impress : bold;AutoFormat function +Oracle Open Office Impress : bold;text +Oracle Open Office Impress : bookmarks +Oracle Open Office Impress : bookmarks;Help +Oracle Open Office Impress : borders +Oracle Open Office Impress : borders;arranging +Oracle Open Office Impress : borders;cells on screen (Calc) +Oracle Open Office Impress : borders;for paragraphs +Oracle Open Office Impress : borders;for tables +Oracle Open Office Impress : borders;shadows +Oracle Open Office Impress : borders;table boundaries (Writer) +Oracle Open Office Impress : borders, see also frames +Oracle Open Office Impress : bound fields +Oracle Open Office Impress : bound fields;controls +Oracle Open Office Impress : boundaries of tables (Writer) +Oracle Open Office Impress : break display (Writer) +Oracle Open Office Impress : breaking object connections +Oracle Open Office Impress : brochures +Oracle Open Office Impress : brochures;printing several +Oracle Open Office Impress : bubble charts +Oracle Open Office Impress : build numbers of Oracle Open Office +Oracle Open Office Impress : bullet lists +Oracle Open Office Impress : bullet lists;formatting options +Oracle Open Office Impress : bullets +Oracle Open Office Impress : bullets;paragraphs +Oracle Open Office Impress : bullets;replacing +Oracle Open Office Impress : bullets;turning off +Oracle Open Office Impress : business cards +Oracle Open Office Impress : business cards;creating and synchronizing +Oracle Open Office Impress : business cards;using templates +Oracle Open Office Impress : button bars, see toolbars +Oracle Open Office Impress : buttons +Oracle Open Office Impress : buttons;adding push buttons +Oracle Open Office Impress : buttons;big/small +Oracle Open Office Impress : buttons;editing hyperlink buttons +Oracle Open Office Impress : buttons;form functions +Oracle Open Office Impress : buttons;toolbars +Oracle Open Office Impress : cache for graphics +Oracle Open Office Impress : calculating +Oracle Open Office Impress : calculating;iterative references (Calc) +Oracle Open Office Impress : calculating;regression curves +Oracle Open Office Impress : callouts +Oracle Open Office Impress : callouts;drawings +Oracle Open Office Impress : callouts;inserting in presentations +Oracle Open Office Impress : capital letters +Oracle Open Office Impress : capital letters;AutoCorrect function +Oracle Open Office Impress : capital letters;font effects +Oracle Open Office Impress : captions +Oracle Open Office Impress : captions;automatic captions (Writer) +Oracle Open Office Impress : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Impress : captions, see also labels/callouts +Oracle Open Office Impress : cascading update (Base) +Oracle Open Office Impress : case sensitivity +Oracle Open Office Impress : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Impress : case sensitivity;searching +Oracle Open Office Impress : cells +Oracle Open Office Impress : cells;aligning +Oracle Open Office Impress : cells;coloring (Calc) +Oracle Open Office Impress : cells;cursor positions after input (Calc) +Oracle Open Office Impress : cells;formatting without effect (Calc) +Oracle Open Office Impress : cells;line breaks +Oracle Open Office Impress : cells;linked to controls +Oracle Open Office Impress : cells;number of +Oracle Open Office Impress : cells;pasting +Oracle Open Office Impress : cells;resetting formats +Oracle Open Office Impress : cells;showing grid lines (Calc) +Oracle Open Office Impress : centered text +Oracle Open Office Impress : centimeters +Oracle Open Office Impress : certificates +Oracle Open Office Impress : changes +Oracle Open Office Impress : changes;accepting or rejecting +Oracle Open Office Impress : changes;comparing to original +Oracle Open Office Impress : changes;protecting +Oracle Open Office Impress : changes;recording +Oracle Open Office Impress : changes;review function +Oracle Open Office Impress : changes;showing +Oracle Open Office Impress : changing +Oracle Open Office Impress : changing;document titles +Oracle Open Office Impress : changing;file associations in Setup program +Oracle Open Office Impress : changing;icon sizes +Oracle Open Office Impress : changing;layer properties +Oracle Open Office Impress : changing;layout for handouts +Oracle Open Office Impress : changing;links +Oracle Open Office Impress : changing;order of slides +Oracle Open Office Impress : changing;slide layouts +Oracle Open Office Impress : changing;work directory +Oracle Open Office Impress : changing, see also editing and replacing +Oracle Open Office Impress : character styles +Oracle Open Office Impress : character styles;language selection +Oracle Open Office Impress : characters +Oracle Open Office Impress : characters;alternative fonts +Oracle Open Office Impress : characters;Asian layout +Oracle Open Office Impress : characters;bold +Oracle Open Office Impress : characters;coloring +Oracle Open Office Impress : characters;converting to curves +Oracle Open Office Impress : characters;displaying only on screen (Writer) +Oracle Open Office Impress : characters;enabling CTL and Asian characters +Oracle Open Office Impress : characters;font effects +Oracle Open Office Impress : characters;fonts and formats +Oracle Open Office Impress : characters;hyperlinks +Oracle Open Office Impress : characters;italics +Oracle Open Office Impress : characters;language selection +Oracle Open Office Impress : characters;shadowed +Oracle Open Office Impress : characters;spacing +Oracle Open Office Impress : characters;special +Oracle Open Office Impress : characters;underlining +Oracle Open Office Impress : charcoal sketches filter +Oracle Open Office Impress : chart legends +Oracle Open Office Impress : chart legends;hiding +Oracle Open Office Impress : chart legends;showing icons with labels +Oracle Open Office Impress : chart types +Oracle Open Office Impress : chart types;area +Oracle Open Office Impress : chart types;bubble +Oracle Open Office Impress : chart types;column and bar +Oracle Open Office Impress : chart types;column and line +Oracle Open Office Impress : chart types;line +Oracle Open Office Impress : chart types;net +Oracle Open Office Impress : chart types;pie/donut +Oracle Open Office Impress : chart types;stock +Oracle Open Office Impress : chart types;XY (scatter) +Oracle Open Office Impress : charts +Oracle Open Office Impress : charts;3D views +Oracle Open Office Impress : charts;aligning +Oracle Open Office Impress : charts;arranging within stacks +Oracle Open Office Impress : charts;bars with textures +Oracle Open Office Impress : charts;choosing chart types +Oracle Open Office Impress : charts;colors +Oracle Open Office Impress : charts;copying with link to source cell range +Oracle Open Office Impress : charts;data labels +Oracle Open Office Impress : charts;displaying (Calc) +Oracle Open Office Impress : charts;editing axes +Oracle Open Office Impress : charts;editing data +Oracle Open Office Impress : charts;editing legends +Oracle Open Office Impress : charts;editing titles +Oracle Open Office Impress : charts;formatting areas +Oracle Open Office Impress : charts;formatting floors +Oracle Open Office Impress : charts;formatting walls +Oracle Open Office Impress : charts;inserting +Oracle Open Office Impress : charts;overview +Oracle Open Office Impress : charts;positioning axes +Oracle Open Office Impress : charts;properties +Oracle Open Office Impress : charts;reorganizing +Oracle Open Office Impress : charts;scaling axes +Oracle Open Office Impress : charts;scaling text +Oracle Open Office Impress : charts;shortcuts +Oracle Open Office Impress : charts;showing axes +Oracle Open Office Impress : charts;updating automatically (Writer) +Oracle Open Office Impress : check box creation +Oracle Open Office Impress : Chinese writing systems +Oracle Open Office Impress : choosing printers +Oracle Open Office Impress : circle drawings +Oracle Open Office Impress : circle segments +Oracle Open Office Impress : circles +Oracle Open Office Impress : circles;of objects +Oracle Open Office Impress : Client Side ImageMap +Oracle Open Office Impress : clipboard +Oracle Open Office Impress : clipboard;cutting +Oracle Open Office Impress : clipboard;pasting +Oracle Open Office Impress : clipboard;pasting formatted/unformatted text +Oracle Open Office Impress : clipboard;selection clipboard +Oracle Open Office Impress : clipboard;Unix +Oracle Open Office Impress : closing +Oracle Open Office Impress : closing;documents +Oracle Open Office Impress : closing;shapes +Oracle Open Office Impress : closing;toolbars +Oracle Open Office Impress : collaboration +Oracle Open Office Impress : color bar +Oracle Open Office Impress : colors +Oracle Open Office Impress : colors;adding +Oracle Open Office Impress : colors;appearance +Oracle Open Office Impress : colors;backgrounds +Oracle Open Office Impress : colors;charts +Oracle Open Office Impress : colors;default colors +Oracle Open Office Impress : colors;defining and saving +Oracle Open Office Impress : colors;defining gradients interactively +Oracle Open Office Impress : colors;displaying presentations +Oracle Open Office Impress : colors;fill format +Oracle Open Office Impress : colors;fonts +Oracle Open Office Impress : colors;grid lines and cells (Calc) +Oracle Open Office Impress : colors;loading lists +Oracle Open Office Impress : colors;models +Oracle Open Office Impress : colors;not printing +Oracle Open Office Impress : colors;printing in grayscale +Oracle Open Office Impress : colors;replacing +Oracle Open Office Impress : colors;restriction (Calc) +Oracle Open Office Impress : colors;selection +Oracle Open Office Impress : column and line charts +Oracle Open Office Impress : column charts +Oracle Open Office Impress : column headers +Oracle Open Office Impress : column headers;displaying (Calc) +Oracle Open Office Impress : column headers;highlighting (Calc) +Oracle Open Office Impress : columns +Oracle Open Office Impress : columns;inserting +Oracle Open Office Impress : columns;setting with the mouse +Oracle Open Office Impress : combination charts +Oracle Open Office Impress : combining +Oracle Open Office Impress : combining;3D objects +Oracle Open Office Impress : combining;draw objects +Oracle Open Office Impress : combining;undoing +Oracle Open Office Impress : combo box creation +Oracle Open Office Impress : command button creation +Oracle Open Office Impress : command buttons, see push buttons +Oracle Open Office Impress : command line parameters +Oracle Open Office Impress : commands +Oracle Open Office Impress : commands;repeating +Oracle Open Office Impress : commands;SQL +Oracle Open Office Impress : comments +Oracle Open Office Impress : comments;displaying (Calc) +Oracle Open Office Impress : comments;inserting/editing/deleting/printing +Oracle Open Office Impress : comments;on changes +Oracle Open Office Impress : comments;printing in text +Oracle Open Office Impress : common terms +Oracle Open Office Impress : common terms;Chinese dictionary +Oracle Open Office Impress : common terms;glossaries +Oracle Open Office Impress : common terms;Internet glossary +Oracle Open Office Impress : comparisons +Oracle Open Office Impress : comparisons;document versions +Oracle Open Office Impress : comparisons;operators in default filter dialog +Oracle Open Office Impress : compatibility settings for MS Word import +Oracle Open Office Impress : complete screen view +Oracle Open Office Impress : complex text layout +Oracle Open Office Impress : complex text layout;definition +Oracle Open Office Impress : complex text layout;enabling +Oracle Open Office Impress : complex text layout, see CTL +Oracle Open Office Impress : compose key to insert special characters +Oracle Open Office Impress : concatenation, see ampersand symbol +Oracle Open Office Impress : conditional separators +Oracle Open Office Impress : conditions +Oracle Open Office Impress : conditions;in number formats +Oracle Open Office Impress : conditions;items in Data Navigator +Oracle Open Office Impress : cones +Oracle Open Office Impress : Configuration Manager +Oracle Open Office Impress : configuring +Oracle Open Office Impress : configuring;fax icon +Oracle Open Office Impress : configuring;Oracle Open Office +Oracle Open Office Impress : configuring;toolbars +Oracle Open Office Impress : connecting +Oracle Open Office Impress : connecting;draw objects +Oracle Open Office Impress : connecting;lines +Oracle Open Office Impress : connecting;paths and objects +Oracle Open Office Impress : connections to data sources (Base) +Oracle Open Office Impress : connectors +Oracle Open Office Impress : connectors;properties of +Oracle Open Office Impress : connectors;using +Oracle Open Office Impress : constructing shapes +Oracle Open Office Impress : contents protection +Oracle Open Office Impress : context menus +Oracle Open Office Impress : contours +Oracle Open Office Impress : contours;converting to +Oracle Open Office Impress : control point display in presentations +Oracle Open Office Impress : control points definition +Oracle Open Office Impress : controls +Oracle Open Office Impress : controls;activating in forms +Oracle Open Office Impress : controls;adding to documents +Oracle Open Office Impress : controls;arranging in forms +Oracle Open Office Impress : controls;arranging within stacks +Oracle Open Office Impress : controls;assigning data sources +Oracle Open Office Impress : controls;assigning macros (Basic) +Oracle Open Office Impress : controls;bound fields/list contents/linked cells +Oracle Open Office Impress : controls;events +Oracle Open Office Impress : controls;focus +Oracle Open Office Impress : controls;formatted fields +Oracle Open Office Impress : controls;grouping +Oracle Open Office Impress : controls;hidden +Oracle Open Office Impress : controls;inserting +Oracle Open Office Impress : controls;multi-line titles +Oracle Open Office Impress : controls;positions and sizes +Oracle Open Office Impress : controls;printing +Oracle Open Office Impress : controls;properties of form controls +Oracle Open Office Impress : controls;properties of table controls +Oracle Open Office Impress : controls;reference by SQL +Oracle Open Office Impress : controls;rich text control +Oracle Open Office Impress : controls;select mode +Oracle Open Office Impress : controls;showing (Writer) +Oracle Open Office Impress : converters +Oracle Open Office Impress : converters;Euro converter +Oracle Open Office Impress : converters;PostScript, UNIX +Oracle Open Office Impress : converters;XML +Oracle Open Office Impress : converting +Oracle Open Office Impress : converting;bitmaps to polygons +Oracle Open Office Impress : converting;Hangul/Hanja +Oracle Open Office Impress : converting;metrics +Oracle Open Office Impress : converting;Microsoft documents +Oracle Open Office Impress : converting;Oracle Open Office documents +Oracle Open Office Impress : converting;Pocket PC formats +Oracle Open Office Impress : converting;points +Oracle Open Office Impress : converting;text to curves +Oracle Open Office Impress : converting;to bitmaps +Oracle Open Office Impress : converting;to contours +Oracle Open Office Impress : converting;to curves, polygons, 3D +Oracle Open Office Impress : converting;to metafile format (WMF) +Oracle Open Office Impress : copies +Oracle Open Office Impress : copies;printing +Oracle Open Office Impress : copying +Oracle Open Office Impress : copying;by drag and drop +Oracle Open Office Impress : copying;data from text documents +Oracle Open Office Impress : copying;datasource records in spreadsheets +Oracle Open Office Impress : copying;draw objects +Oracle Open Office Impress : copying;draw objects between documents +Oracle Open Office Impress : copying;formatting +Oracle Open Office Impress : copying;from data source view +Oracle Open Office Impress : copying;from Gallery +Oracle Open Office Impress : copying;in Unix +Oracle Open Office Impress : copying;pictures, between documents +Oracle Open Office Impress : copying;sheet areas, to text documents +Oracle Open Office Impress : copying;slides +Oracle Open Office Impress : copying;text from other documents +Oracle Open Office Impress : copying;to Gallery +Oracle Open Office Impress : copyright for Oracle Open Office +Oracle Open Office Impress : corner points +Oracle Open Office Impress : corner roundings +Oracle Open Office Impress : covered objects +Oracle Open Office Impress : crash reports +Oracle Open Office Impress : criteria of query design (Base) +Oracle Open Office Impress : cropping pictures +Oracle Open Office Impress : cross-fading +Oracle Open Office Impress : cross-fading;creating cross-fades +Oracle Open Office Impress : cross-fading;slides +Oracle Open Office Impress : cross-fading;two draw objects +Oracle Open Office Impress : CTL +Oracle Open Office Impress : CTL;(not) wrapping words +Oracle Open Office Impress : CTL;complex text layout languages +Oracle Open Office Impress : CTL;definition +Oracle Open Office Impress : CTL;options +Oracle Open Office Impress : cubes +Oracle Open Office Impress : currencies +Oracle Open Office Impress : currencies;converters +Oracle Open Office Impress : currencies;format codes +Oracle Open Office Impress : currency field creation +Oracle Open Office Impress : currency formats +Oracle Open Office Impress : cursor +Oracle Open Office Impress : cursor;allowing in protected areas (Writer) +Oracle Open Office Impress : cursor;in read-only text +Oracle Open Office Impress : cursor;quickly moving to an object +Oracle Open Office Impress : curves +Oracle Open Office Impress : curves;converting text to +Oracle Open Office Impress : curves;drawing +Oracle Open Office Impress : curves;editing +Oracle Open Office Impress : curves;editing points +Oracle Open Office Impress : curves;properties in line charts/XY charts +Oracle Open Office Impress : curves;toolbar +Oracle Open Office Impress : custom animation +Oracle Open Office Impress : custom colors +Oracle Open Office Impress : custom dictionaries +Oracle Open Office Impress : custom dictionaries;editing +Oracle Open Office Impress : custom gradients +Oracle Open Office Impress : custom hyphens (Writer) +Oracle Open Office Impress : custom quotes +Oracle Open Office Impress : custom slide shows +Oracle Open Office Impress : custom templates +Oracle Open Office Impress : customizing +Oracle Open Office Impress : customizing;events +Oracle Open Office Impress : customizing;keyboard +Oracle Open Office Impress : customizing;menus +Oracle Open Office Impress : customizing;Oracle Open Office +Oracle Open Office Impress : customizing;round corners +Oracle Open Office Impress : customizing;toolbars +Oracle Open Office Impress : cutting +Oracle Open Office Impress : cylinders +Oracle Open Office Impress : dashes +Oracle Open Office Impress : data +Oracle Open Office Impress : data;filtering in forms +Oracle Open Office Impress : data;forms and subforms +Oracle Open Office Impress : data;read-only +Oracle Open Office Impress : data;sorting in forms +Oracle Open Office Impress : data;user data +Oracle Open Office Impress : data binding change in XForms +Oracle Open Office Impress : data labels in charts +Oracle Open Office Impress : Data Navigator +Oracle Open Office Impress : Data Navigator;adding/editing items +Oracle Open Office Impress : Data Navigator;display options +Oracle Open Office Impress : data ranges in charts +Oracle Open Office Impress : data series +Oracle Open Office Impress : data source browser +Oracle Open Office Impress : data source explorer +Oracle Open Office Impress : data source view +Oracle Open Office Impress : data source view;drag and drop +Oracle Open Office Impress : data source view;overview +Oracle Open Office Impress : data source view;showing +Oracle Open Office Impress : data sources +Oracle Open Office Impress : data sources;as tables +Oracle Open Office Impress : data sources;connection settings (Base) +Oracle Open Office Impress : data sources;copying records to spreadsheets +Oracle Open Office Impress : data sources;displaying current +Oracle Open Office Impress : data sources;LDAP server (Base) +Oracle Open Office Impress : data sources;Oracle Open Office Base +Oracle Open Office Impress : data sources;registering address books +Oracle Open Office Impress : data sources;reports +Oracle Open Office Impress : data sources;setting for stock charts +Oracle Open Office Impress : data sources;viewing +Oracle Open Office Impress : data structure of XForms +Oracle Open Office Impress : data values in charts +Oracle Open Office Impress : data, see also values +Oracle Open Office Impress : database contents +Oracle Open Office Impress : database contents;inserting as tables +Oracle Open Office Impress : database contents;inserting as text +Oracle Open Office Impress : database reports +Oracle Open Office Impress : Database Wizard (Base) +Oracle Open Office Impress : databases +Oracle Open Office Impress : databases;administration through SQL (Base) +Oracle Open Office Impress : databases;ADO (Base) +Oracle Open Office Impress : databases;connecting (Base) +Oracle Open Office Impress : databases;creating +Oracle Open Office Impress : databases;creating labels +Oracle Open Office Impress : databases;creating queries +Oracle Open Office Impress : databases;creating reports +Oracle Open Office Impress : databases;creating tables +Oracle Open Office Impress : databases;deleting (Base) +Oracle Open Office Impress : databases;drag and drop (Base) +Oracle Open Office Impress : databases;editing tables +Oracle Open Office Impress : databases;form filters +Oracle Open Office Impress : databases;formats (Base) +Oracle Open Office Impress : databases;importing/exporting +Oracle Open Office Impress : databases;JDBC (Base) +Oracle Open Office Impress : databases;main page (Base) +Oracle Open Office Impress : databases;ODBC (Base) +Oracle Open Office Impress : databases;overview +Oracle Open Office Impress : databases;registering (Base) +Oracle Open Office Impress : databases;searching records +Oracle Open Office Impress : databases;shortcut keys +Oracle Open Office Impress : databases;sorting +Oracle Open Office Impress : databases;standard filters +Oracle Open Office Impress : databases;text formats +Oracle Open Office Impress : databases;viewing +Oracle Open Office Impress : date fields +Oracle Open Office Impress : date fields;creating +Oracle Open Office Impress : date fields;properties +Oracle Open Office Impress : date formats +Oracle Open Office Impress : date on all slides +Oracle Open Office Impress : dates +Oracle Open Office Impress : dates;default (Calc) +Oracle Open Office Impress : dates;fixed +Oracle Open Office Impress : dates;printing in presentations +Oracle Open Office Impress : dates;start 1900/01/01 (Calc) +Oracle Open Office Impress : dates;start 1904/01/01 (Calc) +Oracle Open Office Impress : dates;variable +Oracle Open Office Impress : dBASE +Oracle Open Office Impress : dBASE;database settings (Base) +Oracle Open Office Impress : DDE +Oracle Open Office Impress : DDE;definition +Oracle Open Office Impress : deactivating +Oracle Open Office Impress : deactivating;plug-ins +Oracle Open Office Impress : decimal places displayed (Calc) +Oracle Open Office Impress : decimal separator key +Oracle Open Office Impress : decimal tab stops +Oracle Open Office Impress : decreasing sizes of views +Oracle Open Office Impress : default directories +Oracle Open Office Impress : default filters +Oracle Open Office Impress : default filters;comparison operators +Oracle Open Office Impress : default filters;databases +Oracle Open Office Impress : default printer +Oracle Open Office Impress : default printer;setting up +Oracle Open Office Impress : default printer;UNIX +Oracle Open Office Impress : default templates +Oracle Open Office Impress : default templates;changing +Oracle Open Office Impress : default templates;organizing +Oracle Open Office Impress : defaults +Oracle Open Office Impress : defaults;documents +Oracle Open Office Impress : defaults;file formats in file dialogs +Oracle Open Office Impress : defaults;file formats in Oracle Open Office +Oracle Open Office Impress : defaults;fonts +Oracle Open Office Impress : defaults;grids (Writer/Calc) +Oracle Open Office Impress : defaults;languages +Oracle Open Office Impress : defaults;number formats +Oracle Open Office Impress : defaults;of saving +Oracle Open Office Impress : defaults;program configuration +Oracle Open Office Impress : defaults;tab stops in text +Oracle Open Office Impress : defaults;views +Oracle Open Office Impress : defining +Oracle Open Office Impress : defining;arrowheads and other line ends +Oracle Open Office Impress : defining;colors +Oracle Open Office Impress : defining;gradients +Oracle Open Office Impress : defining;line styles +Oracle Open Office Impress : defining;paragraph borders +Oracle Open Office Impress : defining;queries (Base) +Oracle Open Office Impress : defining;table borders +Oracle Open Office Impress : deleting +Oracle Open Office Impress : deleting;all direct formatting +Oracle Open Office Impress : deleting;animation effects +Oracle Open Office Impress : deleting;comments +Oracle Open Office Impress : deleting;databases (Base) +Oracle Open Office Impress : deleting;hyperlinks +Oracle Open Office Impress : deleting;layers +Oracle Open Office Impress : deleting;lines in text +Oracle Open Office Impress : deleting;models/instances +Oracle Open Office Impress : deleting;namespaces in XForms +Oracle Open Office Impress : deleting;points +Oracle Open Office Impress : deleting;slide transition effects +Oracle Open Office Impress : deleting;slides +Oracle Open Office Impress : deleting;tab stops +Oracle Open Office Impress : deleting;templates +Oracle Open Office Impress : deleting;XML filters +Oracle Open Office Impress : depth stagger +Oracle Open Office Impress : descriptions for objects +Oracle Open Office Impress : design mode after saving +Oracle Open Office Impress : design view +Oracle Open Office Impress : design view;creating forms +Oracle Open Office Impress : design view;queries/views (Base) +Oracle Open Office Impress : designing +Oracle Open Office Impress : designing;database tables +Oracle Open Office Impress : designing;fonts +Oracle Open Office Impress : designing;queries (Base) +Oracle Open Office Impress : detaching toolbars +Oracle Open Office Impress : dictionaries +Oracle Open Office Impress : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Impress : dictionaries;creating +Oracle Open Office Impress : dictionaries;editing user-defined +Oracle Open Office Impress : dictionaries;spellcheck +Oracle Open Office Impress : dictionaries, see also languages +Oracle Open Office Impress : digital signatures +Oracle Open Office Impress : digital signatures;getting/managing/applying +Oracle Open Office Impress : digital signatures;overview +Oracle Open Office Impress : digital signatures;WebDAV over HTTPS +Oracle Open Office Impress : dimension lines +Oracle Open Office Impress : dimension lines;drawing +Oracle Open Office Impress : dimension lines;properties of +Oracle Open Office Impress : direct formatting +Oracle Open Office Impress : direct formatting;undoing all +Oracle Open Office Impress : directories +Oracle Open Office Impress : directories;creating new +Oracle Open Office Impress : directories;directory structure +Oracle Open Office Impress : disabled persons +Oracle Open Office Impress : display qualities of presentations +Oracle Open Office Impress : displaying +Oracle Open Office Impress : displaying;comments (Calc) +Oracle Open Office Impress : displaying;comments in text documents +Oracle Open Office Impress : displaying;non-printing characters (Writer) +Oracle Open Office Impress : displaying;pictures and objects (Writer) +Oracle Open Office Impress : displaying;tables (Writer) +Oracle Open Office Impress : displaying;zero values (Calc) +Oracle Open Office Impress : distances +Oracle Open Office Impress : distinct values in SQL queries +Oracle Open Office Impress : distorting in drawings +Oracle Open Office Impress : distorting objects +Oracle Open Office Impress : distributing draw objects +Oracle Open Office Impress : distributing XML filters +Oracle Open Office Impress : docking +Oracle Open Office Impress : docking;definition +Oracle Open Office Impress : docking;toolbars +Oracle Open Office Impress : docking;windows +Oracle Open Office Impress : Document Converter Wizard +Oracle Open Office Impress : Document Map, see Navigator +Oracle Open Office Impress : document types in Oracle Open Office +Oracle Open Office Impress : documents +Oracle Open Office Impress : documents;changing titles +Oracle Open Office Impress : documents;closing +Oracle Open Office Impress : documents;comparing +Oracle Open Office Impress : documents;contents as lists +Oracle Open Office Impress : documents;editing time +Oracle Open Office Impress : documents;exporting +Oracle Open Office Impress : documents;importing +Oracle Open Office Impress : documents;languages +Oracle Open Office Impress : documents;measurement units in +Oracle Open Office Impress : documents;merging +Oracle Open Office Impress : documents;number of pages/tables/sheets +Oracle Open Office Impress : documents;opening +Oracle Open Office Impress : documents;opening in design mode +Oracle Open Office Impress : documents;opening with templates +Oracle Open Office Impress : documents;organizing +Oracle Open Office Impress : documents;printing +Oracle Open Office Impress : documents;read-only +Oracle Open Office Impress : documents;reloading +Oracle Open Office Impress : documents;saving +Oracle Open Office Impress : documents;saving automatically +Oracle Open Office Impress : documents;saving in other formats +Oracle Open Office Impress : documents;sending as e-mail +Oracle Open Office Impress : documents;styles changed +Oracle Open Office Impress : documents;version management +Oracle Open Office Impress : documents;version numbers +Oracle Open Office Impress : donut charts +Oracle Open Office Impress : dotted areas +Oracle Open Office Impress : double-line spacing in paragraphs +Oracle Open Office Impress : double-line writing in Asian layout +Oracle Open Office Impress : doubling draw objects +Oracle Open Office Impress : drag and drop +Oracle Open Office Impress : drag and drop;copying and pasting text +Oracle Open Office Impress : drag and drop;data source view +Oracle Open Office Impress : drag and drop;from Gallery to draw objects +Oracle Open Office Impress : drag and drop;overview +Oracle Open Office Impress : drag and drop;pictures +Oracle Open Office Impress : drag and drop;to Gallery +Oracle Open Office Impress : Draw instructions +Oracle Open Office Impress : draw objects +Oracle Open Office Impress : draw objects;adding/editing/copying +Oracle Open Office Impress : draw objects;anchoring +Oracle Open Office Impress : draw objects;arranging within stacks +Oracle Open Office Impress : draw objects;combining +Oracle Open Office Impress : draw objects;connecting lines to +Oracle Open Office Impress : draw objects;converting text to +Oracle Open Office Impress : draw objects;copying between documents +Oracle Open Office Impress : draw objects;cross-fading two objects +Oracle Open Office Impress : draw objects;displaying (Calc) +Oracle Open Office Impress : draw objects;dropping Gallery pictures +Oracle Open Office Impress : draw objects;duplicating +Oracle Open Office Impress : draw objects;flipping +Oracle Open Office Impress : draw objects;grouping +Oracle Open Office Impress : draw objects;legends +Oracle Open Office Impress : draw objects;positioning and resizing +Oracle Open Office Impress : draw objects;protecting +Oracle Open Office Impress : draw objects;rotating +Oracle Open Office Impress : draw objects;slanting +Oracle Open Office Impress : draw objects;text entry mode +Oracle Open Office Impress : draw objects;text in +Oracle Open Office Impress : drawing +Oracle Open Office Impress : drawing;3D objects +Oracle Open Office Impress : drawing;freeform lines +Oracle Open Office Impress : drawing;lines +Oracle Open Office Impress : drawing;sectors and segments +Oracle Open Office Impress : Drawing bar +Oracle Open Office Impress : drawing lines in text +Oracle Open Office Impress : drawings +Oracle Open Office Impress : drawings;creating/opening +Oracle Open Office Impress : drawings;languages +Oracle Open Office Impress : drawings;printing +Oracle Open Office Impress : drawings;printing defaults +Oracle Open Office Impress : drawings;printing in text documents +Oracle Open Office Impress : drawings;saving +Oracle Open Office Impress : drawings;saving automatically +Oracle Open Office Impress : drawings;saving in other formats +Oracle Open Office Impress : drawings;sending as e-mail +Oracle Open Office Impress : drawings;shortcut keys +Oracle Open Office Impress : drawings;showing (Writer) +Oracle Open Office Impress : drawings;zoom function in +Oracle Open Office Impress : drawings, see also draw objects +Oracle Open Office Impress : drop-down lists in form functions +Oracle Open Office Impress : duplicating draw objects +Oracle Open Office Impress : e-mail attachments +Oracle Open Office Impress : Edit File icon +Oracle Open Office Impress : edit mode +Oracle Open Office Impress : edit mode;after opening +Oracle Open Office Impress : edit mode;through Enter key (Calc) +Oracle Open Office Impress : Edit Points bar +Oracle Open Office Impress : editing +Oracle Open Office Impress : editing;chart axes +Oracle Open Office Impress : editing;chart data +Oracle Open Office Impress : editing;chart legends +Oracle Open Office Impress : editing;chart titles +Oracle Open Office Impress : editing;comments +Oracle Open Office Impress : editing;curves +Oracle Open Office Impress : editing;data binding of XForms +Oracle Open Office Impress : editing;database tables and queries +Oracle Open Office Impress : editing;draw objects +Oracle Open Office Impress : editing;fields +Oracle Open Office Impress : editing;Fontwork objects +Oracle Open Office Impress : editing;gradients +Oracle Open Office Impress : editing;guides and snap points +Oracle Open Office Impress : editing;hyperlinks +Oracle Open Office Impress : editing;menus +Oracle Open Office Impress : editing;objects +Oracle Open Office Impress : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Impress : editing;pictures +Oracle Open Office Impress : editing;reports +Oracle Open Office Impress : editing;shortcut keys +Oracle Open Office Impress : editing;slide titles +Oracle Open Office Impress : editing;tab stops +Oracle Open Office Impress : editing;templates +Oracle Open Office Impress : editing;titles +Oracle Open Office Impress : editing;toolbars +Oracle Open Office Impress : editing;undoing +Oracle Open Office Impress : editing;XForms +Oracle Open Office Impress : editing time of documents +Oracle Open Office Impress : editors +Oracle Open Office Impress : editors;formula editor +Oracle Open Office Impress : editors;ImageMap editor +Oracle Open Office Impress : effects +Oracle Open Office Impress : effects;animated slide transitions +Oracle Open Office Impress : effects;applying to/removing from objects +Oracle Open Office Impress : effects;font positions +Oracle Open Office Impress : effects;fonts +Oracle Open Office Impress : effects;Fontwork icons +Oracle Open Office Impress : effects;preview +Oracle Open Office Impress : effects;sounds +Oracle Open Office Impress : ellipses +Oracle Open Office Impress : ellipses;segments +Oracle Open Office Impress : ellipses;toolbars +Oracle Open Office Impress : empty documents +Oracle Open Office Impress : empty paragraph removal +Oracle Open Office Impress : encryption of contents +Oracle Open Office Impress : entering groups +Oracle Open Office Impress : entering text from right to left +Oracle Open Office Impress : equal sign, see also operators +Oracle Open Office Impress : equations in formula editor +Oracle Open Office Impress : error bars in charts +Oracle Open Office Impress : error indicators in charts +Oracle Open Office Impress : Error Report Tool +Oracle Open Office Impress : Euro +Oracle Open Office Impress : Euro;currency formats +Oracle Open Office Impress : Euro;Euro Converter Wizard +Oracle Open Office Impress : even/odd pages +Oracle Open Office Impress : even/odd pages;printing +Oracle Open Office Impress : events +Oracle Open Office Impress : events;assigning scripts +Oracle Open Office Impress : events;controls +Oracle Open Office Impress : events;customizing +Oracle Open Office Impress : events;in forms +Oracle Open Office Impress : Excel +Oracle Open Office Impress : Excel;saving as +Oracle Open Office Impress : Excel;search criteria +Oracle Open Office Impress : exceptions +Oracle Open Office Impress : exceptions;user-defined dictionaries +Oracle Open Office Impress : exchanging, see also replacing +Oracle Open Office Impress : executing SQL commands +Oracle Open Office Impress : exiting +Oracle Open Office Impress : exiting;by clicking objects +Oracle Open Office Impress : exiting;groups +Oracle Open Office Impress : exiting;Oracle Open Office +Oracle Open Office Impress : expanding +Oracle Open Office Impress : expanding;slides +Oracle Open Office Impress : expanding formatting (Calc) +Oracle Open Office Impress : explorer of data sources +Oracle Open Office Impress : export filters +Oracle Open Office Impress : exporting +Oracle Open Office Impress : exporting;animations to GIF format +Oracle Open Office Impress : exporting;bitmaps +Oracle Open Office Impress : exporting;HTML and text documents +Oracle Open Office Impress : exporting;Microsoft Office documents with VBA code +Oracle Open Office Impress : exporting;presentations to HTML +Oracle Open Office Impress : exporting;spreadsheets to text format +Oracle Open Office Impress : exporting;templates +Oracle Open Office Impress : exporting;to foreign formats +Oracle Open Office Impress : exporting;to HTML +Oracle Open Office Impress : exporting;to Macromedia Flash format +Oracle Open Office Impress : exporting;to Microsoft Office formats +Oracle Open Office Impress : exporting;to PDF +Oracle Open Office Impress : exporting;to PostScript format +Oracle Open Office Impress : exporting;to XML +Oracle Open Office Impress : exporting;XML files +Oracle Open Office Impress : extended tips in Help +Oracle Open Office Impress : extension mode in text +Oracle Open Office Impress : extensions +Oracle Open Office Impress : extensions;Extension Manager +Oracle Open Office Impress : extensions;file formats +Oracle Open Office Impress : external keys (Base) +Oracle Open Office Impress : extrusion objects +Oracle Open Office Impress : eyedropper tool +Oracle Open Office Impress : faster printing +Oracle Open Office Impress : faxes +Oracle Open Office Impress : faxes;configuring Oracle Open Office +Oracle Open Office Impress : faxes;fax programs/fax printers under UNIX +Oracle Open Office Impress : faxes;selecting a fax machine +Oracle Open Office Impress : faxes;sending +Oracle Open Office Impress : faxes;wizards +Oracle Open Office Impress : feedback +Oracle Open Office Impress : feedback;automatically +Oracle Open Office Impress : fields +Oracle Open Office Impress : fields;authors +Oracle Open Office Impress : fields;database tables +Oracle Open Office Impress : fields;dates (fixed) +Oracle Open Office Impress : fields;dates (variable) +Oracle Open Office Impress : fields;displaying field codes (Writer) +Oracle Open Office Impress : fields;editing +Oracle Open Office Impress : fields;file names +Oracle Open Office Impress : fields;formatted fields +Oracle Open Office Impress : fields;formatting +Oracle Open Office Impress : fields;in slides +Oracle Open Office Impress : fields;page numbers +Oracle Open Office Impress : fields;times (fixed) +Oracle Open Office Impress : fields;times (variable) +Oracle Open Office Impress : fields;updating automatically (Writer) +Oracle Open Office Impress : file associations for Microsoft Office +Oracle Open Office Impress : file filters +Oracle Open Office Impress : file filters;mobile devices +Oracle Open Office Impress : file filters;XML +Oracle Open Office Impress : file formats +Oracle Open Office Impress : file formats;changing Oracle Open Office defaults +Oracle Open Office Impress : file formats;OpenDocument/XML +Oracle Open Office Impress : file formats;saving always in other formats +Oracle Open Office Impress : file selection button +Oracle Open Office Impress : file sharing options for current document +Oracle Open Office Impress : files +Oracle Open Office Impress : files;filters and formats +Oracle Open Office Impress : files;importing +Oracle Open Office Impress : files;inserting +Oracle Open Office Impress : files;inserting pictures +Oracle Open Office Impress : files;opening +Oracle Open Office Impress : files;opening with placeholders +Oracle Open Office Impress : files;properties +Oracle Open Office Impress : files;saving +Oracle Open Office Impress : files;saving automatically +Oracle Open Office Impress : files;saving in other formats +Oracle Open Office Impress : files;sending as e-mail +Oracle Open Office Impress : files;version numbers +Oracle Open Office Impress : files and folders in Oracle Open Office +Oracle Open Office Impress : fill characters with tabulators +Oracle Open Office Impress : fill colors for areas +Oracle Open Office Impress : fill format mode +Oracle Open Office Impress : fill format mode;styles +Oracle Open Office Impress : fill patterns for areas +Oracle Open Office Impress : filter conditions +Oracle Open Office Impress : filter conditions;connecting +Oracle Open Office Impress : filter conditions;in queries (Base) +Oracle Open Office Impress : filtering +Oracle Open Office Impress : filtering;data in databases +Oracle Open Office Impress : filtering;data in forms +Oracle Open Office Impress : filters +Oracle Open Office Impress : filters;comparison operators +Oracle Open Office Impress : filters;for import and export +Oracle Open Office Impress : filters;Navigator +Oracle Open Office Impress : filters;pictures +Oracle Open Office Impress : filters;XML filter settings +Oracle Open Office Impress : Find tab in Help +Oracle Open Office Impress : finding +Oracle Open Office Impress : finding;in all sheets +Oracle Open Office Impress : finding;records in form documents +Oracle Open Office Impress : finding;selections +Oracle Open Office Impress : finding;similarity search +Oracle Open Office Impress : fitting to pages +Oracle Open Office Impress : fitting to pages;individual slides +Oracle Open Office Impress : fitting to pages;print settings in Math +Oracle Open Office Impress : fitting to pages;print settings in presentations +Oracle Open Office Impress : fixed text +Oracle Open Office Impress : fixed text;form functions +Oracle Open Office Impress : fixing toolbars +Oracle Open Office Impress : flipping around a flip line +Oracle Open Office Impress : flipping draw objects +Oracle Open Office Impress : floating frames in HTML documents +Oracle Open Office Impress : floating text +Oracle Open Office Impress : floating toolbars +Oracle Open Office Impress : flowcharts +Oracle Open Office Impress : focus of controls +Oracle Open Office Impress : folder creation +Oracle Open Office Impress : font lists +Oracle Open Office Impress : font name box +Oracle Open Office Impress : font sizes +Oracle Open Office Impress : font sizes;bullets +Oracle Open Office Impress : font sizes;relative changes +Oracle Open Office Impress : font sizes;scaling on screen +Oracle Open Office Impress : font sizes;text +Oracle Open Office Impress : fonts +Oracle Open Office Impress : fonts;adding under UNIX +Oracle Open Office Impress : fonts;changing in templates +Oracle Open Office Impress : fonts;colors +Oracle Open Office Impress : fonts;default settings +Oracle Open Office Impress : fonts;effects +Oracle Open Office Impress : fonts;for HTML and Basic +Oracle Open Office Impress : fonts;formats +Oracle Open Office Impress : fonts;outlines +Oracle Open Office Impress : fonts;positions in text +Oracle Open Office Impress : fonts;shadows +Oracle Open Office Impress : fonts;specifying several +Oracle Open Office Impress : fonts;strikethrough +Oracle Open Office Impress : fonts;styles +Oracle Open Office Impress : fonts;text objects +Oracle Open Office Impress : Fontwork icons +Oracle Open Office Impress : footers +Oracle Open Office Impress : footers;backgrounds +Oracle Open Office Impress : footers;slide masters +Oracle Open Office Impress : footers;slides +Oracle Open Office Impress : form controls +Oracle Open Office Impress : form controls;assigning macros +Oracle Open Office Impress : form controls;protecting +Oracle Open Office Impress : form controls;toolbars +Oracle Open Office Impress : form fields +Oracle Open Office Impress : form filters +Oracle Open Office Impress : Form Navigator +Oracle Open Office Impress : format codes +Oracle Open Office Impress : format codes;numbers +Oracle Open Office Impress : format filling printing in Oracle Open Office Math +Oracle Open Office Impress : Format Paintbrush +Oracle Open Office Impress : formats +Oracle Open Office Impress : formats;Asian layout +Oracle Open Office Impress : formats;fonts +Oracle Open Office Impress : formats;maximizing page formats +Oracle Open Office Impress : formats;number and currency formats +Oracle Open Office Impress : formats;of currencies/date/time +Oracle Open Office Impress : formats;on opening and saving +Oracle Open Office Impress : formats;pasting in special formats +Oracle Open Office Impress : formats;positions +Oracle Open Office Impress : formats;tabulators +Oracle Open Office Impress : formatted fields +Oracle Open Office Impress : formatted fields;form functions +Oracle Open Office Impress : formatted fields;properties +Oracle Open Office Impress : formatting +Oracle Open Office Impress : formatting;Asian typography +Oracle Open Office Impress : formatting;axes in charts +Oracle Open Office Impress : formatting;chart areas +Oracle Open Office Impress : formatting;chart floors +Oracle Open Office Impress : formatting;chart legends +Oracle Open Office Impress : formatting;chart titles +Oracle Open Office Impress : formatting;chart walls +Oracle Open Office Impress : formatting;copying +Oracle Open Office Impress : formatting;definition +Oracle Open Office Impress : formatting;expanding (Calc) +Oracle Open Office Impress : formatting;fields +Oracle Open Office Impress : formatting;font effects +Oracle Open Office Impress : formatting;hyperlinks +Oracle Open Office Impress : formatting;pages +Oracle Open Office Impress : formatting;printer metrics (Writer) +Oracle Open Office Impress : formatting;slides +Oracle Open Office Impress : formatting;slides headings +Oracle Open Office Impress : formatting;undoing +Oracle Open Office Impress : formatting;undoing when writing +Oracle Open Office Impress : forms +Oracle Open Office Impress : forms;browsing +Oracle Open Office Impress : forms;Combo Box/List Box Wizard +Oracle Open Office Impress : forms;creating +Oracle Open Office Impress : forms;data +Oracle Open Office Impress : forms;designing (Base) +Oracle Open Office Impress : forms;events +Oracle Open Office Impress : forms;filtering data +Oracle Open Office Impress : forms;finding records +Oracle Open Office Impress : forms;focus after opening +Oracle Open Office Impress : forms;general information (Base) +Oracle Open Office Impress : forms;grouping controls +Oracle Open Office Impress : forms;HTML filters +Oracle Open Office Impress : forms;inserting +Oracle Open Office Impress : forms;Navigator +Oracle Open Office Impress : forms;opening in design mode +Oracle Open Office Impress : forms;properties +Oracle Open Office Impress : forms;sorting data +Oracle Open Office Impress : forms;subforms +Oracle Open Office Impress : forms;wizards +Oracle Open Office Impress : forms;XForms +Oracle Open Office Impress : formula texts +Oracle Open Office Impress : formula texts;printing in Oracle Open Office Math +Oracle Open Office Impress : formulas +Oracle Open Office Impress : formulas;new +Oracle Open Office Impress : formulas;starting formula editor +Oracle Open Office Impress : formulas in reports +Oracle Open Office Impress : formulas in reports;editing +Oracle Open Office Impress : forums and support +Oracle Open Office Impress : frames +Oracle Open Office Impress : frames;around paragraphs +Oracle Open Office Impress : frames;around tables +Oracle Open Office Impress : frames;AutoCorrect function +Oracle Open Office Impress : frames;backgrounds +Oracle Open Office Impress : frames;captions (Writer) +Oracle Open Office Impress : frames;printing in Oracle Open Office Math +Oracle Open Office Impress : frames;protecting +Oracle Open Office Impress : frames;selection frames +Oracle Open Office Impress : frames;text fitting to frames +Oracle Open Office Impress : freeform lines +Oracle Open Office Impress : freeform lines;draw functions +Oracle Open Office Impress : freeform lines;drawing +Oracle Open Office Impress : FTP +Oracle Open Office Impress : FTP;opening documents +Oracle Open Office Impress : FTP;saving documents +Oracle Open Office Impress : full joins (Base) +Oracle Open Office Impress : full screen view +Oracle Open Office Impress : full-text search in Help +Oracle Open Office Impress : functions in reports +Oracle Open Office Impress : functions in reports;editing +Oracle Open Office Impress : Gallery +Oracle Open Office Impress : Gallery;adding pictures +Oracle Open Office Impress : Gallery;dragging pictures to draw objects +Oracle Open Office Impress : Gallery;hiding/showing +Oracle Open Office Impress : Gallery;inserting pictures from +Oracle Open Office Impress : geometric forms +Oracle Open Office Impress : get method for form transmissions +Oracle Open Office Impress : getting support +Oracle Open Office Impress : GIF format +Oracle Open Office Impress : GIF images +Oracle Open Office Impress : GIF images;animating +Oracle Open Office Impress : GIF images;replacing colors +Oracle Open Office Impress : glossaries +Oracle Open Office Impress : glossaries;common terms +Oracle Open Office Impress : glossaries;Internet terms +Oracle Open Office Impress : glue points +Oracle Open Office Impress : glue points;using +Oracle Open Office Impress : gradients +Oracle Open Office Impress : gradients;applying and defining +Oracle Open Office Impress : gradients;defining colors +Oracle Open Office Impress : gradients;loading lists +Oracle Open Office Impress : gradients;transparent +Oracle Open Office Impress : gradients off for faster printing +Oracle Open Office Impress : graphic objects, see draw objects +Oracle Open Office Impress : graphical text art +Oracle Open Office Impress : graphics +Oracle Open Office Impress : graphics;cache +Oracle Open Office Impress : graphics;protecting +Oracle Open Office Impress : graphics, see also pictures +Oracle Open Office Impress : grayscale display +Oracle Open Office Impress : grayscale printing +Oracle Open Office Impress : grid controls +Oracle Open Office Impress : grid controls;form functions +Oracle Open Office Impress : grids +Oracle Open Office Impress : grids;defaults (Writer/Calc) +Oracle Open Office Impress : grids;display options (Impress/Draw) +Oracle Open Office Impress : grids;displaying lines (Calc) +Oracle Open Office Impress : grids;formatting axes +Oracle Open Office Impress : grids;inserting in charts +Oracle Open Office Impress : group box creation +Oracle Open Office Impress : grouping +Oracle Open Office Impress : grouping;draw objects +Oracle Open Office Impress : groups +Oracle Open Office Impress : groups;entering/exiting/ungrouping +Oracle Open Office Impress : groups;naming +Oracle Open Office Impress : groups;of controls +Oracle Open Office Impress : guides +Oracle Open Office Impress : guides;display options (Impress/Draw) +Oracle Open Office Impress : guides;displaying when moving objects (Impress) +Oracle Open Office Impress : guides;editing +Oracle Open Office Impress : guides;inserting +Oracle Open Office Impress : guides;show snap lines icon +Oracle Open Office Impress : guides;showing (Calc) +Oracle Open Office Impress : guides;showing when moving frames (Writer) +Oracle Open Office Impress : gutter +Oracle Open Office Impress : half-spheres +Oracle Open Office Impress : hand icon for moving slides +Oracle Open Office Impress : handles +Oracle Open Office Impress : handles;displaying (Writer) +Oracle Open Office Impress : handles;large +Oracle Open Office Impress : handles;scaling +Oracle Open Office Impress : handles;showing simple/large handles (Calc) +Oracle Open Office Impress : handles;simple +Oracle Open Office Impress : handout printing +Oracle Open Office Impress : Hangul/Hanja +Oracle Open Office Impress : hatching +Oracle Open Office Impress : hatching +Oracle Open Office Impress : hatching;loading lists +Oracle Open Office Impress : headers +Oracle Open Office Impress : headers;backgrounds +Oracle Open Office Impress : headers and footers +Oracle Open Office Impress : headers and footers;master layouts +Oracle Open Office Impress : headers and footers;slide masters +Oracle Open Office Impress : headers and footers;slides +Oracle Open Office Impress : headings +Oracle Open Office Impress : headings;entering as text box +Oracle Open Office Impress : Hebrew +Oracle Open Office Impress : Hebrew;entering text +Oracle Open Office Impress : Hebrew;language settings +Oracle Open Office Impress : Help +Oracle Open Office Impress : Help;bookmarks +Oracle Open Office Impress : Help;extended tips on/off +Oracle Open Office Impress : Help;full-text search +Oracle Open Office Impress : Help;Help tips +Oracle Open Office Impress : Help;keywords +Oracle Open Office Impress : Help;navigation pane showing/hiding +Oracle Open Office Impress : Help;style sheets +Oracle Open Office Impress : Help;topics +Oracle Open Office Impress : Help Agent +Oracle Open Office Impress : Help Agent;help +Oracle Open Office Impress : Help Agent;options +Oracle Open Office Impress : Help tips +Oracle Open Office Impress : Help tips;hiding +Oracle Open Office Impress : hidden controls in Form Navigator +Oracle Open Office Impress : hidden fields display (Writer) +Oracle Open Office Impress : hidden pages +Oracle Open Office Impress : hidden pages;printing in presentations +Oracle Open Office Impress : hidden pages;showing +Oracle Open Office Impress : hidden text +Oracle Open Office Impress : hidden text;showing (Writer) +Oracle Open Office Impress : hiding +Oracle Open Office Impress : hiding;changes +Oracle Open Office Impress : hiding;chart legends +Oracle Open Office Impress : hiding;docked windows +Oracle Open Office Impress : hiding;layers +Oracle Open Office Impress : hiding;levels +Oracle Open Office Impress : hiding;navigation pane in Help window +Oracle Open Office Impress : hiding;slides +Oracle Open Office Impress : hiding;subpoints +Oracle Open Office Impress : high contrast mode +Oracle Open Office Impress : Hindi +Oracle Open Office Impress : Hindi;entering text +Oracle Open Office Impress : Hindi;language settings +Oracle Open Office Impress : horizontal scrollbars (Writer) +Oracle Open Office Impress : hot spots in flowcharts +Oracle Open Office Impress : hotspots +Oracle Open Office Impress : HowTos for charts +Oracle Open Office Impress : Howtos for Draw +Oracle Open Office Impress : HTML +Oracle Open Office Impress : HTML;definition +Oracle Open Office Impress : HTML;export character set +Oracle Open Office Impress : HTML;exporting from presentations +Oracle Open Office Impress : HTML;fonts for source display +Oracle Open Office Impress : HTML;importing into presentations +Oracle Open Office Impress : HTML;importing META tags +Oracle Open Office Impress : HTML;inserting files +Oracle Open Office Impress : HTML;live presentations +Oracle Open Office Impress : HTML documents +Oracle Open Office Impress : HTML documents;auto reloading +Oracle Open Office Impress : HTML documents;importing/exporting +Oracle Open Office Impress : HTML documents;META tags in +Oracle Open Office Impress : HTML documents;new +Oracle Open Office Impress : HTML documents;source text +Oracle Open Office Impress : hyperlinks +Oracle Open Office Impress : hyperlinks;assigning macros +Oracle Open Office Impress : hyperlinks;character formats +Oracle Open Office Impress : hyperlinks;definition +Oracle Open Office Impress : hyperlinks;deleting +Oracle Open Office Impress : hyperlinks;editing +Oracle Open Office Impress : hyperlinks;inserting +Oracle Open Office Impress : hyperlinks;relative and absolute +Oracle Open Office Impress : hyperlinks;turning off automatic recognition +Oracle Open Office Impress : hyperlinks, see also links +Oracle Open Office Impress : hyphenation +Oracle Open Office Impress : hyphenation;activating for a language +Oracle Open Office Impress : hyphenation;minimal number of characters +Oracle Open Office Impress : hyphens +Oracle Open Office Impress : hyphens;displaying custom (Writer) +Oracle Open Office Impress : hyphens;inserting custom +Oracle Open Office Impress : icon bars, see toolbars +Oracle Open Office Impress : icon sizes +Oracle Open Office Impress : ignore list for spellcheck +Oracle Open Office Impress : illumination +Oracle Open Office Impress : illumination;3D charts +Oracle Open Office Impress : illustrations, see pictures +Oracle Open Office Impress : image button creation +Oracle Open Office Impress : image control creation +Oracle Open Office Impress : ImageMap +Oracle Open Office Impress : ImageMap;definition +Oracle Open Office Impress : ImageMap;editor +Oracle Open Office Impress : images +Oracle Open Office Impress : images;ImageMap +Oracle Open Office Impress : images;inserting +Oracle Open Office Impress : images;inserting and editing bitmaps +Oracle Open Office Impress : images, see also pictures +Oracle Open Office Impress : IME +Oracle Open Office Impress : IME;definition +Oracle Open Office Impress : IME;showing/hiding +Oracle Open Office Impress : import filters +Oracle Open Office Impress : import restrictions for Microsoft Office +Oracle Open Office Impress : importing +Oracle Open Office Impress : importing;bitmaps +Oracle Open Office Impress : importing;compatibility settings for text import +Oracle Open Office Impress : importing;databases +Oracle Open Office Impress : importing;documents in other formats +Oracle Open Office Impress : importing;from XML +Oracle Open Office Impress : importing;HTML and text documents +Oracle Open Office Impress : importing;HTML with META tags +Oracle Open Office Impress : importing;Microsoft Office documents with VBA code +Oracle Open Office Impress : importing;presentations with HTML +Oracle Open Office Impress : importing;tables in text format +Oracle Open Office Impress : importing;templates +Oracle Open Office Impress : improvement program +Oracle Open Office Impress : in front of object command +Oracle Open Office Impress : inches +Oracle Open Office Impress : including spreadsheets +Oracle Open Office Impress : increasing sizes of views +Oracle Open Office Impress : Index tab in Help +Oracle Open Office Impress : indexes +Oracle Open Office Impress : indexes;backgrounds +Oracle Open Office Impress : indexes;showing/hiding Help index tab +Oracle Open Office Impress : indicator lines in text +Oracle Open Office Impress : inner joins (Base) +Oracle Open Office Impress : input method window +Oracle Open Office Impress : insert mode for entering text +Oracle Open Office Impress : inserting +Oracle Open Office Impress : inserting;3D objects +Oracle Open Office Impress : inserting;arrows +Oracle Open Office Impress : inserting;buttons in toolbars +Oracle Open Office Impress : inserting;callouts in presentations +Oracle Open Office Impress : inserting;cell ranges from spreadsheets +Oracle Open Office Impress : inserting;charts +Oracle Open Office Impress : inserting;clipboard options +Oracle Open Office Impress : inserting;columns +Oracle Open Office Impress : inserting;comments +Oracle Open Office Impress : inserting;data from text documents +Oracle Open Office Impress : inserting;datasource records in spreadsheets +Oracle Open Office Impress : inserting;drawings +Oracle Open Office Impress : inserting;ellipses +Oracle Open Office Impress : inserting;files +Oracle Open Office Impress : inserting;floating frames +Oracle Open Office Impress : inserting;Fontwork objects +Oracle Open Office Impress : inserting;form fields +Oracle Open Office Impress : inserting;headers/footers in all slides +Oracle Open Office Impress : inserting;hyperlinks +Oracle Open Office Impress : inserting;layers +Oracle Open Office Impress : inserting;line breaks in cells +Oracle Open Office Impress : inserting;lines +Oracle Open Office Impress : inserting;movies/sounds +Oracle Open Office Impress : inserting;new text tables defaults +Oracle Open Office Impress : inserting;objects from files +Oracle Open Office Impress : inserting;objects from Gallery +Oracle Open Office Impress : inserting;OLE objects +Oracle Open Office Impress : inserting;paragraph borders +Oracle Open Office Impress : inserting;paragraph bullets +Oracle Open Office Impress : inserting;pictures +Oracle Open Office Impress : inserting;pictures in Gallery +Oracle Open Office Impress : inserting;plug-ins +Oracle Open Office Impress : inserting;polygons +Oracle Open Office Impress : inserting;push buttons +Oracle Open Office Impress : inserting;rectangles +Oracle Open Office Impress : inserting;rows +Oracle Open Office Impress : inserting;slides +Oracle Open Office Impress : inserting;slides as links +Oracle Open Office Impress : inserting;slides from files +Oracle Open Office Impress : inserting;special characters +Oracle Open Office Impress : inserting;tab stops +Oracle Open Office Impress : inserting;text frames +Oracle Open Office Impress : inserting;text in presentations +Oracle Open Office Impress : inserting;textures on chart bars +Oracle Open Office Impress : installing +Oracle Open Office Impress : installing;ActiveX control +Oracle Open Office Impress : installing;mobile device filters +Oracle Open Office Impress : installing;UNO components +Oracle Open Office Impress : installing;XML filters +Oracle Open Office Impress : instructions +Oracle Open Office Impress : instructions;general +Oracle Open Office Impress : instructions;Oracle Open Office Draw +Oracle Open Office Impress : instructions;Oracle Open Office Impress +Oracle Open Office Impress : interactions +Oracle Open Office Impress : interactions;hot spots +Oracle Open Office Impress : interactions;objects in interactive presentations +Oracle Open Office Impress : interactions;preview +Oracle Open Office Impress : Internet +Oracle Open Office Impress : Internet;checking for updates +Oracle Open Office Impress : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Impress : Internet;presentations +Oracle Open Office Impress : Internet;starting searches +Oracle Open Office Impress : Internet glossary +Oracle Open Office Impress : intersecting draw objects +Oracle Open Office Impress : invert filter +Oracle Open Office Impress : invisible areas +Oracle Open Office Impress : italic text +Oracle Open Office Impress : iterative references in spreadsheets +Oracle Open Office Impress : Java +Oracle Open Office Impress : Java;definition +Oracle Open Office Impress : Java;setting options +Oracle Open Office Impress : JDBC +Oracle Open Office Impress : JDBC;databases (Base) +Oracle Open Office Impress : JDBC;definition +Oracle Open Office Impress : joining +Oracle Open Office Impress : joining;3D objects +Oracle Open Office Impress : joining;paragraphs +Oracle Open Office Impress : joining;tables (Base) +Oracle Open Office Impress : joins in databases (Base) +Oracle Open Office Impress : justifying text +Oracle Open Office Impress : kerning +Oracle Open Office Impress : kerning;Asian texts +Oracle Open Office Impress : kerning;definition +Oracle Open Office Impress : kerning;in characters +Oracle Open Office Impress : key fields for relations (Base) +Oracle Open Office Impress : keyboard +Oracle Open Office Impress : keyboard;assigning/editing shortcut keys +Oracle Open Office Impress : keyboard;general commands +Oracle Open Office Impress : keyboard;removing numbering +Oracle Open Office Impress : keyboard;zooming +Oracle Open Office Impress : keys +Oracle Open Office Impress : keys;adding push buttons +Oracle Open Office Impress : keys;primary keys (Base) +Oracle Open Office Impress : kiosk export +Oracle Open Office Impress : labels +Oracle Open Office Impress : labels;creating and synchronizing +Oracle Open Office Impress : labels;for charts +Oracle Open Office Impress : labels;for draw objects +Oracle Open Office Impress : labels;form functions +Oracle Open Office Impress : labels;from databases +Oracle Open Office Impress : labels, see also names/callouts +Oracle Open Office Impress : languages +Oracle Open Office Impress : languages;activating modules +Oracle Open Office Impress : languages;Asian support +Oracle Open Office Impress : languages;complex text layout +Oracle Open Office Impress : languages;locale settings +Oracle Open Office Impress : languages;selecting for text +Oracle Open Office Impress : languages;setting options +Oracle Open Office Impress : languages;spellcheck +Oracle Open Office Impress : languages;spellchecking and formatting +Oracle Open Office Impress : large handles (Writer) +Oracle Open Office Impress : large icons +Oracle Open Office Impress : layer arrangement +Oracle Open Office Impress : layers +Oracle Open Office Impress : layers;definition +Oracle Open Office Impress : layers;deleting +Oracle Open Office Impress : layers;inserting and editing +Oracle Open Office Impress : layers;moving objects +Oracle Open Office Impress : layers;renaming +Oracle Open Office Impress : layers;working with +Oracle Open Office Impress : layout +Oracle Open Office Impress : layout;importing Word documents +Oracle Open Office Impress : layout;pages +Oracle Open Office Impress : layout;printing handouts +Oracle Open Office Impress : LDAP server +Oracle Open Office Impress : LDAP server;address books (Base) +Oracle Open Office Impress : LDAP server;sign on options +Oracle Open Office Impress : leading between paragraphs +Oracle Open Office Impress : left alignment of paragraphs +Oracle Open Office Impress : left joins (Base) +Oracle Open Office Impress : legends +Oracle Open Office Impress : legends;charts +Oracle Open Office Impress : legends;draw objects +Oracle Open Office Impress : legends;drawings +Oracle Open Office Impress : legends;rounding corners +Oracle Open Office Impress : Letter Wizard +Oracle Open Office Impress : levels +Oracle Open Office Impress : levels;depth stagger +Oracle Open Office Impress : levels;hiding +Oracle Open Office Impress : levels;macro security +Oracle Open Office Impress : levels;showing +Oracle Open Office Impress : limits of tables (Writer) +Oracle Open Office Impress : line breaks +Oracle Open Office Impress : line breaks;in cells +Oracle Open Office Impress : line charts +Oracle Open Office Impress : line spacing +Oracle Open Office Impress : line spacing;context menu in paragraphs +Oracle Open Office Impress : line spacing;paragraph +Oracle Open Office Impress : line styles +Oracle Open Office Impress : line styles;applying +Oracle Open Office Impress : line styles;defining +Oracle Open Office Impress : line styles;loading +Oracle Open Office Impress : lines +Oracle Open Office Impress : lines;about line ends +Oracle Open Office Impress : lines;connecting objects +Oracle Open Office Impress : lines;defining ends +Oracle Open Office Impress : lines;draw functions +Oracle Open Office Impress : lines;drawing +Oracle Open Office Impress : lines;drawing in text +Oracle Open Office Impress : lines;editing points +Oracle Open Office Impress : lines;inserting +Oracle Open Office Impress : lines;removing automatic lines +Oracle Open Office Impress : lines of text +Oracle Open Office Impress : lines of text;alignment +Oracle Open Office Impress : links +Oracle Open Office Impress : links;between cells and controls +Oracle Open Office Impress : links;by drag and drop +Oracle Open Office Impress : links;character formats +Oracle Open Office Impress : links;definition +Oracle Open Office Impress : links;editing hyperlinks +Oracle Open Office Impress : links;inserting +Oracle Open Office Impress : links;modifying +Oracle Open Office Impress : links;opening files with +Oracle Open Office Impress : links;relational databases (Base) +Oracle Open Office Impress : links;turning off automatic recognition +Oracle Open Office Impress : links;updating options (Writer) +Oracle Open Office Impress : links;updating specific links +Oracle Open Office Impress : list box creation +Oracle Open Office Impress : lists +Oracle Open Office Impress : lists;animations +Oracle Open Office Impress : lists;data assigned to controls +Oracle Open Office Impress : lists;registered databases (Base) +Oracle Open Office Impress : lists;regular expressions +Oracle Open Office Impress : live presentations on the Internet +Oracle Open Office Impress : loading +Oracle Open Office Impress : loading;arrow and line styles +Oracle Open Office Impress : loading;colors/gradients/hatchings +Oracle Open Office Impress : loading;documents +Oracle Open Office Impress : loading;documents from other formats +Oracle Open Office Impress : loading;HTML documents, automatically +Oracle Open Office Impress : loading;Microsoft Office documents with VBA code +Oracle Open Office Impress : loading;reloading +Oracle Open Office Impress : loading;XML files +Oracle Open Office Impress : locale settings +Oracle Open Office Impress : locking layers +Oracle Open Office Impress : logarithmic scaling along axes +Oracle Open Office Impress : lowercase letters +Oracle Open Office Impress : lowercase letters;font effects +Oracle Open Office Impress : Macro Wizard (Base) +Oracle Open Office Impress : Macromedia Flash export +Oracle Open Office Impress : macros +Oracle Open Office Impress : macros;assigning to events in forms +Oracle Open Office Impress : macros;attaching new (Base) +Oracle Open Office Impress : macros;in MS Office documents +Oracle Open Office Impress : macros;interrupting +Oracle Open Office Impress : macros;organizing +Oracle Open Office Impress : macros;recording +Oracle Open Office Impress : macros;running in presentations +Oracle Open Office Impress : macros;security +Oracle Open Office Impress : macros;security levels +Oracle Open Office Impress : macros;security warning dialog +Oracle Open Office Impress : macros;selecting security warnings +Oracle Open Office Impress : magnetic lines in presentations +Oracle Open Office Impress : magnifiers +Oracle Open Office Impress : margins +Oracle Open Office Impress : margins;pages +Oracle Open Office Impress : margins;setting with the mouse +Oracle Open Office Impress : margins;shadows +Oracle Open Office Impress : marking changes +Oracle Open Office Impress : marking, see selecting +Oracle Open Office Impress : master layouts with headers and footers +Oracle Open Office Impress : master pages, see slide masters +Oracle Open Office Impress : master views +Oracle Open Office Impress : Math formula editor +Oracle Open Office Impress : mean value lines in charts +Oracle Open Office Impress : measurement units +Oracle Open Office Impress : measurement units;changing on rulers +Oracle Open Office Impress : measurement units;converting +Oracle Open Office Impress : measurement units;selecting +Oracle Open Office Impress : Media Player window +Oracle Open Office Impress : menus +Oracle Open Office Impress : menus;activating context menus +Oracle Open Office Impress : menus;assigning macros +Oracle Open Office Impress : menus;customizing +Oracle Open Office Impress : merging +Oracle Open Office Impress : merging;documents +Oracle Open Office Impress : merging;draw objects +Oracle Open Office Impress : META tags +Oracle Open Office Impress : metafiles +Oracle Open Office Impress : metafiles;converting to +Oracle Open Office Impress : metafiles;replacing colors +Oracle Open Office Impress : metrics +Oracle Open Office Impress : metrics;converting +Oracle Open Office Impress : metrics;document formatting (Writer) +Oracle Open Office Impress : metrics;in sheets +Oracle Open Office Impress : Microsoft Office +Oracle Open Office Impress : Microsoft Office;Access databases (base) +Oracle Open Office Impress : Microsoft Office;as default file format +Oracle Open Office Impress : Microsoft Office;document import restrictions +Oracle Open Office Impress : Microsoft Office;feature comparisons +Oracle Open Office Impress : Microsoft Office;importing password protected files +Oracle Open Office Impress : Microsoft Office;importing Word documents +Oracle Open Office Impress : Microsoft Office;importing/exporting VBA code +Oracle Open Office Impress : Microsoft Office;new users information +Oracle Open Office Impress : Microsoft Office;opening Microsoft documents +Oracle Open Office Impress : Microsoft Office;reassigning document types +Oracle Open Office Impress : migrating macros (Base) +Oracle Open Office Impress : mirroring objects +Oracle Open Office Impress : mobile device filters +Oracle Open Office Impress : models in XForms +Oracle Open Office Impress : modifying, see changing +Oracle Open Office Impress : more controls +Oracle Open Office Impress : mosaic filter +Oracle Open Office Impress : motion paths +Oracle Open Office Impress : mouse +Oracle Open Office Impress : mouse;pointers when using drag and drop +Oracle Open Office Impress : mouse;positioning +Oracle Open Office Impress : movies +Oracle Open Office Impress : moving +Oracle Open Office Impress : moving;between layers +Oracle Open Office Impress : moving;objects in slides +Oracle Open Office Impress : moving;tab stops on ruler +Oracle Open Office Impress : moving;toolbars +Oracle Open Office Impress : moving;using guide lines in presentations +Oracle Open Office Impress : MS ADO interface (Base) +Oracle Open Office Impress : multi-line titles in forms +Oracle Open Office Impress : multiple documents +Oracle Open Office Impress : multiple documents;opening +Oracle Open Office Impress : multiple monitors +Oracle Open Office Impress : multiple selection +Oracle Open Office Impress : multiplying draw objects +Oracle Open Office Impress : music +Oracle Open Office Impress : My Documents folder +Oracle Open Office Impress : My Documents folder;changing work directory +Oracle Open Office Impress : My Documents folder;opening +Oracle Open Office Impress : MySQL databases (Base) +Oracle Open Office Impress : names +Oracle Open Office Impress : names;multi-line titles +Oracle Open Office Impress : names;objects +Oracle Open Office Impress : names, see also labels/callouts +Oracle Open Office Impress : namespace organization in XForms +Oracle Open Office Impress : native SQL (Base) +Oracle Open Office Impress : navigating +Oracle Open Office Impress : navigating;in documents +Oracle Open Office Impress : Navigation bar +Oracle Open Office Impress : Navigation bar;controls +Oracle Open Office Impress : Navigation bar;forms +Oracle Open Office Impress : Navigator +Oracle Open Office Impress : Navigator;comments +Oracle Open Office Impress : Navigator;contents as lists +Oracle Open Office Impress : Navigator;docking +Oracle Open Office Impress : Navigator;presentations +Oracle Open Office Impress : Navigator;working with +Oracle Open Office Impress : net charts +Oracle Open Office Impress : network identity options +Oracle Open Office Impress : new databases +Oracle Open Office Impress : new documents +Oracle Open Office Impress : new lines in cells +Oracle Open Office Impress : new windows +Oracle Open Office Impress : non-breaking dashes +Oracle Open Office Impress : non-breaking spaces (Writer) +Oracle Open Office Impress : non-printing characters (Writer) +Oracle Open Office Impress : normal view +Oracle Open Office Impress : normal view;backgrounds +Oracle Open Office Impress : normal view;presentations +Oracle Open Office Impress : notes +Oracle Open Office Impress : notes;adding to slides +Oracle Open Office Impress : notes;default formatting +Oracle Open Office Impress : notes;printing in presentations +Oracle Open Office Impress : number formats +Oracle Open Office Impress : number formats;codes +Oracle Open Office Impress : number formats;formats +Oracle Open Office Impress : number formats;recognition in text tables +Oracle Open Office Impress : number of pages +Oracle Open Office Impress : number of sheets +Oracle Open Office Impress : number of tables +Oracle Open Office Impress : numbering +Oracle Open Office Impress : numbering;options +Oracle Open Office Impress : numbering;turning off +Oracle Open Office Impress : numbering;using automatically +Oracle Open Office Impress : numbers +Oracle Open Office Impress : numbers;date, time and currency formats +Oracle Open Office Impress : numbers;decimal places (Calc) +Oracle Open Office Impress : numerical fields in forms +Oracle Open Office Impress : object bars +Oracle Open Office Impress : object bars;editing glue points +Oracle Open Office Impress : objects +Oracle Open Office Impress : objects;aligning +Oracle Open Office Impress : objects;always moveable (Impress/Draw) +Oracle Open Office Impress : objects;arranging within stacks +Oracle Open Office Impress : objects;behind object command +Oracle Open Office Impress : objects;breaking connections +Oracle Open Office Impress : objects;copying when moving in presentations +Oracle Open Office Impress : objects;definition +Oracle Open Office Impress : objects;displaying in spreadsheets +Oracle Open Office Impress : objects;displaying in text documents +Oracle Open Office Impress : objects;editing +Oracle Open Office Impress : objects;effects +Oracle Open Office Impress : objects;in front of object command +Oracle Open Office Impress : objects;inserting from files +Oracle Open Office Impress : objects;inserting from Gallery +Oracle Open Office Impress : objects;inserting OLE objects +Oracle Open Office Impress : objects;moving along paths +Oracle Open Office Impress : objects;moving and resizing with mouse +Oracle Open Office Impress : objects;moving in layers +Oracle Open Office Impress : objects;moving in slides +Oracle Open Office Impress : objects;naming +Oracle Open Office Impress : objects;opening +Oracle Open Office Impress : objects;properties of charts +Oracle Open Office Impress : objects;quickly moving to +Oracle Open Office Impress : objects;reversing +Oracle Open Office Impress : objects;selecting +Oracle Open Office Impress : objects;titles and descriptions +Oracle Open Office Impress : objects;with attributes +Oracle Open Office Impress : ODBC +Oracle Open Office Impress : ODBC;database (Base) +Oracle Open Office Impress : ODBC;definition +Oracle Open Office Impress : ODF file formats +Oracle Open Office Impress : Office +Oracle Open Office Impress : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Impress : OLE +Oracle Open Office Impress : OLE;definition +Oracle Open Office Impress : OLE objects +Oracle Open Office Impress : OLE objects;arranging within stacks +Oracle Open Office Impress : OLE objects;captions (Writer) +Oracle Open Office Impress : OLE objects;inserting +Oracle Open Office Impress : OLE objects;number of +Oracle Open Office Impress : OLE objects;protecting +Oracle Open Office Impress : one and a half line spacing in text +Oracle Open Office Impress : online feedback options +Oracle Open Office Impress : online registration +Oracle Open Office Impress : online update options +Oracle Open Office Impress : online updates +Oracle Open Office Impress : online updates;checking automatically +Oracle Open Office Impress : online updates;checking manually +Oracle Open Office Impress : Open/Save dialogs +Oracle Open Office Impress : OpenDocument file formats +Oracle Open Office Impress : OpenGL +Oracle Open Office Impress : OpenGL;definition +Oracle Open Office Impress : opening +Oracle Open Office Impress : opening;context menus +Oracle Open Office Impress : opening;database files +Oracle Open Office Impress : opening;dialog settings +Oracle Open Office Impress : opening;documents +Oracle Open Office Impress : opening;documents from other formats +Oracle Open Office Impress : opening;documents on WebDAV server +Oracle Open Office Impress : opening;files with links +Oracle Open Office Impress : opening;files, with placeholders +Oracle Open Office Impress : opening;forms +Oracle Open Office Impress : opening;Microsoft Office files +Oracle Open Office Impress : opening;mobile device documents +Oracle Open Office Impress : opening;objects +Oracle Open Office Impress : opening;reports +Oracle Open Office Impress : opening;several files +Oracle Open Office Impress : opening;XForms +Oracle Open Office Impress : operators +Oracle Open Office Impress : operators;default filters +Oracle Open Office Impress : optional hyphens (Writer) +Oracle Open Office Impress : options +Oracle Open Office Impress : options;accessibility +Oracle Open Office Impress : options;appearance +Oracle Open Office Impress : options;compatibility (Writer) +Oracle Open Office Impress : options;improvement program +Oracle Open Office Impress : options;network identity +Oracle Open Office Impress : options;online update +Oracle Open Office Impress : options;tools +Oracle Open Office Impress : Oracle databases (base) +Oracle Open Office Impress : Oracle Open Office Base data sources +Oracle Open Office Impress : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Impress : Oracle Open Office documents +Oracle Open Office Impress : Oracle Open Office documents;mobile device filters +Oracle Open Office Impress : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Impress : Oracle Open Office Impress instructions +Oracle Open Office Impress : Oracle Open Office Math start +Oracle Open Office Impress : order of chart data +Oracle Open Office Impress : ordering +Oracle Open Office Impress : ordering;objects +Oracle Open Office Impress : ordering;slides +Oracle Open Office Impress : organization charts +Oracle Open Office Impress : organizing +Oracle Open Office Impress : organizing;macros and scripts +Oracle Open Office Impress : organizing;namespaces in XForms +Oracle Open Office Impress : organizing;styles +Oracle Open Office Impress : organizing;templates +Oracle Open Office Impress : origin of rulers +Oracle Open Office Impress : original size +Oracle Open Office Impress : original size;printing in Oracle Open Office Math +Oracle Open Office Impress : original size;restoring after cropping +Oracle Open Office Impress : outline view +Oracle Open Office Impress : outlines +Oracle Open Office Impress : outlines;font effects +Oracle Open Office Impress : outlines;outline symbols +Oracle Open Office Impress : outlines;printing +Oracle Open Office Impress : outlines;sending to presentations +Oracle Open Office Impress : overwrite mode +Oracle Open Office Impress : packages, see extensions +Oracle Open Office Impress : page breaks +Oracle Open Office Impress : page breaks;displaying (Calc) +Oracle Open Office Impress : page formats +Oracle Open Office Impress : page formats;maximizing +Oracle Open Office Impress : page formats;restriction +Oracle Open Office Impress : page number field +Oracle Open Office Impress : page numbers on all slides +Oracle Open Office Impress : page styles +Oracle Open Office Impress : page styles;editing/applying with statusbar +Oracle Open Office Impress : pages +Oracle Open Office Impress : pages;backgrounds in all applications +Oracle Open Office Impress : pages;copying +Oracle Open Office Impress : pages;fitting to printed pages +Oracle Open Office Impress : pages;formatting and numbering +Oracle Open Office Impress : pages;printing page names in presentations +Oracle Open Office Impress : pages;scaling +Oracle Open Office Impress : pages;selecting one to print +Oracle Open Office Impress : paint box +Oracle Open Office Impress : paint can symbol +Oracle Open Office Impress : pair kerning +Oracle Open Office Impress : Palm file filters +Oracle Open Office Impress : paper formats +Oracle Open Office Impress : paper size warning +Oracle Open Office Impress : paper trays +Oracle Open Office Impress : paragraph marks +Oracle Open Office Impress : paragraph marks;displaying (Writer) +Oracle Open Office Impress : paragraph styles +Oracle Open Office Impress : paragraph styles;languages +Oracle Open Office Impress : paragraph styles;modifying basic fonts +Oracle Open Office Impress : paragraphs +Oracle Open Office Impress : paragraphs;alignment +Oracle Open Office Impress : paragraphs;Asian typography +Oracle Open Office Impress : paragraphs;defining borders +Oracle Open Office Impress : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Impress : paragraphs;increasing indents of +Oracle Open Office Impress : paragraphs;indents, margins and columns +Oracle Open Office Impress : paragraphs;inserting bullets +Oracle Open Office Impress : paragraphs;joining +Oracle Open Office Impress : paragraphs;numbering automatically +Oracle Open Office Impress : paragraphs;removing blank ones +Oracle Open Office Impress : paragraphs;spacing +Oracle Open Office Impress : paragraphs;tab stops +Oracle Open Office Impress : parameters +Oracle Open Office Impress : parameters;command line +Oracle Open Office Impress : parameters;queries (Base) +Oracle Open Office Impress : passwords for protecting contents +Oracle Open Office Impress : pasting +Oracle Open Office Impress : pasting;cell ranges +Oracle Open Office Impress : pasting;cell ranges from spreadsheets +Oracle Open Office Impress : pasting;data from text documents +Oracle Open Office Impress : pasting;draw objects +Oracle Open Office Impress : pasting;draw objects from other documents +Oracle Open Office Impress : pasting;formatted/unformatted text +Oracle Open Office Impress : pasting;from data source view +Oracle Open Office Impress : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Impress : pasting;pictures from other documents +Oracle Open Office Impress : pasting;sheet areas in text documents +Oracle Open Office Impress : pasting;slides from other presentations +Oracle Open Office Impress : pasting;text from other documents +Oracle Open Office Impress : pasting;to Gallery +Oracle Open Office Impress : paths +Oracle Open Office Impress : paths;changing work directory +Oracle Open Office Impress : paths;defaults +Oracle Open Office Impress : paths;moving objects along +Oracle Open Office Impress : pattern editor +Oracle Open Office Impress : pattern fields +Oracle Open Office Impress : pattern fields;form functions +Oracle Open Office Impress : patterns for objects +Oracle Open Office Impress : PDF +Oracle Open Office Impress : PDF;export +Oracle Open Office Impress : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Impress : personal data input +Oracle Open Office Impress : phonetic guide +Oracle Open Office Impress : picklist creation +Oracle Open Office Impress : pictures +Oracle Open Office Impress : pictures;adding to Gallery +Oracle Open Office Impress : pictures;arranging within stacks +Oracle Open Office Impress : pictures;assigning macros +Oracle Open Office Impress : pictures;backgrounds +Oracle Open Office Impress : pictures;captions (Writer) +Oracle Open Office Impress : pictures;changing paths +Oracle Open Office Impress : pictures;cropping and zooming +Oracle Open Office Impress : pictures;displaying in Calc +Oracle Open Office Impress : pictures;displaying in Writer (Writer) +Oracle Open Office Impress : pictures;drag and drop between documents +Oracle Open Office Impress : pictures;drawing +Oracle Open Office Impress : pictures;editing +Oracle Open Office Impress : pictures;filters +Oracle Open Office Impress : pictures;ImageMap +Oracle Open Office Impress : pictures;inserting +Oracle Open Office Impress : pictures;inserting automatically +Oracle Open Office Impress : pictures;inserting from Gallery +Oracle Open Office Impress : pictures;number of +Oracle Open Office Impress : pictures;printing +Oracle Open Office Impress : pictures;scaling/resizing +Oracle Open Office Impress : pie charts +Oracle Open Office Impress : pie charts;options +Oracle Open Office Impress : pie charts;types +Oracle Open Office Impress : pivot points of draw objects +Oracle Open Office Impress : pixel editor +Oracle Open Office Impress : pixel graphics +Oracle Open Office Impress : pixel graphics;inserting and editing +Oracle Open Office Impress : pixel patterns +Oracle Open Office Impress : placeholders +Oracle Open Office Impress : placeholders;in SQL queries +Oracle Open Office Impress : placeholders;on opening files +Oracle Open Office Impress : placing toolbars +Oracle Open Office Impress : playing movies and sound files +Oracle Open Office Impress : plotting data as charts +Oracle Open Office Impress : plug-ins +Oracle Open Office Impress : plug-ins;activating and deactivating +Oracle Open Office Impress : plug-ins;definition +Oracle Open Office Impress : plug-ins;inserting +Oracle Open Office Impress : pocket device appliances +Oracle Open Office Impress : Pocket PC file filters +Oracle Open Office Impress : points +Oracle Open Office Impress : points;adding/converting/deleting +Oracle Open Office Impress : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Impress : polygon drawing +Oracle Open Office Impress : polygons +Oracle Open Office Impress : polygons;inserting +Oracle Open Office Impress : polygons;intersecting/subtracting/merging +Oracle Open Office Impress : pop-art filter +Oracle Open Office Impress : portable document format +Oracle Open Office Impress : positioning +Oracle Open Office Impress : positioning;axes +Oracle Open Office Impress : positioning;draw objects and controls +Oracle Open Office Impress : positioning;fonts +Oracle Open Office Impress : positioning;objects +Oracle Open Office Impress : positioning;toolbars +Oracle Open Office Impress : post method for form transmissions +Oracle Open Office Impress : posterizing filter +Oracle Open Office Impress : PostScript +Oracle Open Office Impress : PostScript;creating files +Oracle Open Office Impress : PostScript;PDF converter, UNIX +Oracle Open Office Impress : PowerPoint export +Oracle Open Office Impress : precision as shown (Calc) +Oracle Open Office Impress : predefining fonts +Oracle Open Office Impress : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Impress : presentations +Oracle Open Office Impress : presentations;arranging slides +Oracle Open Office Impress : presentations;creating/opening +Oracle Open Office Impress : presentations;exiting by interaction +Oracle Open Office Impress : presentations;exporting to HTML +Oracle Open Office Impress : presentations;importing HTML +Oracle Open Office Impress : presentations;inserting spreadsheet cells +Oracle Open Office Impress : presentations;inserting spreadsheets +Oracle Open Office Impress : presentations;live on the Internet +Oracle Open Office Impress : presentations;navigating +Oracle Open Office Impress : presentations;numbering slides in +Oracle Open Office Impress : presentations;ordering of effects +Oracle Open Office Impress : presentations;print menu +Oracle Open Office Impress : presentations;printing +Oracle Open Office Impress : presentations;rehearse timings +Oracle Open Office Impress : presentations;saving +Oracle Open Office Impress : presentations;saving automatically +Oracle Open Office Impress : presentations;saving in other formats +Oracle Open Office Impress : presentations;sending as e-mail +Oracle Open Office Impress : presentations;settings for +Oracle Open Office Impress : presentations;shortcut keys +Oracle Open Office Impress : presentations;starting +Oracle Open Office Impress : presentations;starting with wizard +Oracle Open Office Impress : presentations;window / full screen +Oracle Open Office Impress : presentations;wizards +Oracle Open Office Impress : Presenter Console shortcuts +Oracle Open Office Impress : press buttons, see push buttons +Oracle Open Office Impress : previews +Oracle Open Office Impress : previews;fonts lists +Oracle Open Office Impress : primary keys +Oracle Open Office Impress : primary keys;defining +Oracle Open Office Impress : primary keys;design view +Oracle Open Office Impress : primary keys;inserting (Base) +Oracle Open Office Impress : print area selection +Oracle Open Office Impress : printer metrics for document formatting (Writer) +Oracle Open Office Impress : printers +Oracle Open Office Impress : printers;adding, UNIX +Oracle Open Office Impress : printers;choosing +Oracle Open Office Impress : printers;default printer +Oracle Open Office Impress : printers;faxes under UNIX +Oracle Open Office Impress : printers;maximum page formats +Oracle Open Office Impress : printers;paper trays +Oracle Open Office Impress : printers;properties +Oracle Open Office Impress : printing +Oracle Open Office Impress : printing;black and white +Oracle Open Office Impress : printing;brochures +Oracle Open Office Impress : printing;colors in grayscale +Oracle Open Office Impress : printing;comments +Oracle Open Office Impress : printing;copies +Oracle Open Office Impress : printing;creating individual jobs +Oracle Open Office Impress : printing;dates in presentations +Oracle Open Office Impress : printing;directly +Oracle Open Office Impress : printing;documents +Oracle Open Office Impress : printing;drawings defaults +Oracle Open Office Impress : printing;elements in text documents +Oracle Open Office Impress : printing;faster +Oracle Open Office Impress : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Impress : printing;fitting to pages in presentations +Oracle Open Office Impress : printing;fitting to paper +Oracle Open Office Impress : printing;formulas in Oracle Open Office Math +Oracle Open Office Impress : printing;hidden pages of presentations +Oracle Open Office Impress : printing;in original size in Oracle Open Office Math +Oracle Open Office Impress : printing;left/right pages +Oracle Open Office Impress : printing;presentations +Oracle Open Office Impress : printing;queries (Base) +Oracle Open Office Impress : printing;scaling in Oracle Open Office Math +Oracle Open Office Impress : printing;selections +Oracle Open Office Impress : printing;text always in black +Oracle Open Office Impress : printing;text in reverse order +Oracle Open Office Impress : printing;tiling pages in presentations +Oracle Open Office Impress : printing;transparencies +Oracle Open Office Impress : printing;warnings +Oracle Open Office Impress : printing;without scaling in presentations +Oracle Open Office Impress : printing speed +Oracle Open Office Impress : programming +Oracle Open Office Impress : programming;Oracle Open Office +Oracle Open Office Impress : programming;scripting +Oracle Open Office Impress : programs run by mouse click in presentations +Oracle Open Office Impress : properties +Oracle Open Office Impress : properties;charts +Oracle Open Office Impress : properties;fields in databases +Oracle Open Office Impress : properties;files +Oracle Open Office Impress : properties;form controls +Oracle Open Office Impress : properties;forms +Oracle Open Office Impress : properties;printers +Oracle Open Office Impress : properties;smooth lines in line charts/XY charts +Oracle Open Office Impress : protected contents +Oracle Open Office Impress : protected dashes +Oracle Open Office Impress : protected database tables +Oracle Open Office Impress : protected documents +Oracle Open Office Impress : protected spaces +Oracle Open Office Impress : protected spaces;inserting +Oracle Open Office Impress : protected spaces;showing (Writer) +Oracle Open Office Impress : protecting +Oracle Open Office Impress : protecting;contents +Oracle Open Office Impress : protecting;recorded changes +Oracle Open Office Impress : proxy settings +Oracle Open Office Impress : push buttons +Oracle Open Office Impress : push buttons;adding to documents +Oracle Open Office Impress : push buttons;creating +Oracle Open Office Impress : pyramids +Oracle Open Office Impress : queries +Oracle Open Office Impress : queries;copying (Base) +Oracle Open Office Impress : queries;creating in design view (Base) +Oracle Open Office Impress : queries;creating in SQL view +Oracle Open Office Impress : queries;defining (Base) +Oracle Open Office Impress : queries;deleting table links (Base) +Oracle Open Office Impress : queries;editing in data source view +Oracle Open Office Impress : queries;formulating filter conditions (Base) +Oracle Open Office Impress : queries;joining tables (Base) +Oracle Open Office Impress : queries;missing elements (Base) +Oracle Open Office Impress : queries;overview (Base) +Oracle Open Office Impress : queries;parameter queries (Base) +Oracle Open Office Impress : queries;printing (Base) +Oracle Open Office Impress : Query Wizard (Base) +Oracle Open Office Impress : Quickstarter +Oracle Open Office Impress : quotation marks +Oracle Open Office Impress : quotation marks;replacing +Oracle Open Office Impress : quotes +Oracle Open Office Impress : quotes;custom +Oracle Open Office Impress : radar charts, see net charts +Oracle Open Office Impress : radio button creation +Oracle Open Office Impress : read-only documents +Oracle Open Office Impress : read-only documents;cursor +Oracle Open Office Impress : read-only documents;database tables on/off +Oracle Open Office Impress : read-only documents;editing +Oracle Open Office Impress : read-only documents;opening documents as +Oracle Open Office Impress : read-only items in Data Navigator +Oracle Open Office Impress : recognizing URLs automatically +Oracle Open Office Impress : recording +Oracle Open Office Impress : recording;changes +Oracle Open Office Impress : recording;display times for slides +Oracle Open Office Impress : recording;macros +Oracle Open Office Impress : records +Oracle Open Office Impress : records;inserting comments +Oracle Open Office Impress : records;protecting +Oracle Open Office Impress : records;saving +Oracle Open Office Impress : records;searching in databases +Oracle Open Office Impress : rectangles +Oracle Open Office Impress : rectangles with round corners +Oracle Open Office Impress : recursions in spreadsheets +Oracle Open Office Impress : redo command +Oracle Open Office Impress : reduced printing +Oracle Open Office Impress : reference lines +Oracle Open Office Impress : references +Oracle Open Office Impress : references;displaying in color (Calc) +Oracle Open Office Impress : references;expanding (Calc) +Oracle Open Office Impress : references;iterative (Calc) +Oracle Open Office Impress : register-true +Oracle Open Office Impress : register-true;definition +Oracle Open Office Impress : registering +Oracle Open Office Impress : registering;address books +Oracle Open Office Impress : registering;databases (Base) +Oracle Open Office Impress : registering;Oracle Open Office +Oracle Open Office Impress : regression curves in charts +Oracle Open Office Impress : regular expressions +Oracle Open Office Impress : regular expressions;list of +Oracle Open Office Impress : regular expressions;opening files +Oracle Open Office Impress : rehearse timings +Oracle Open Office Impress : relational databases (Base) +Oracle Open Office Impress : relations +Oracle Open Office Impress : relations;creating and deleting (Base) +Oracle Open Office Impress : relations;joining tables (Base) +Oracle Open Office Impress : relations;properties (Base) +Oracle Open Office Impress : relative hyperlinks +Oracle Open Office Impress : relative saving of URLs +Oracle Open Office Impress : reloading +Oracle Open Office Impress : reloading;documents +Oracle Open Office Impress : reloading;HTML documents, automatically +Oracle Open Office Impress : remarks, see also comments +Oracle Open Office Impress : remote configurations +Oracle Open Office Impress : remove noise filter +Oracle Open Office Impress : removing +Oracle Open Office Impress : removing;bullets and numbering +Oracle Open Office Impress : removing;form filters +Oracle Open Office Impress : removing, see also deleting +Oracle Open Office Impress : renaming layers +Oracle Open Office Impress : reorganizing charts +Oracle Open Office Impress : repeating +Oracle Open Office Impress : repeating;commands +Oracle Open Office Impress : replacement options +Oracle Open Office Impress : replacement table +Oracle Open Office Impress : replacing +Oracle Open Office Impress : replacing;AutoCorrect function +Oracle Open Office Impress : replacing;colors in bitmaps +Oracle Open Office Impress : replacing;dashes +Oracle Open Office Impress : replacing;tab stops (regular expressions) +Oracle Open Office Impress : Report Builder +Oracle Open Office Impress : reports +Oracle Open Office Impress : reports;creating +Oracle Open Office Impress : reports;error reports +Oracle Open Office Impress : reports;opening and editing +Oracle Open Office Impress : reports;templates +Oracle Open Office Impress : resetting +Oracle Open Office Impress : resetting;templates +Oracle Open Office Impress : resizing +Oracle Open Office Impress : resizing;objects, by mouse +Oracle Open Office Impress : resizing, see also scaling/zooming +Oracle Open Office Impress : resolution when printing bitmaps +Oracle Open Office Impress : restoring +Oracle Open Office Impress : restoring;default formatting +Oracle Open Office Impress : restoring;editing +Oracle Open Office Impress : reversing objects +Oracle Open Office Impress : reversing printing order +Oracle Open Office Impress : review function +Oracle Open Office Impress : review function;accepting or rejecting changes +Oracle Open Office Impress : review function;comparing documents +Oracle Open Office Impress : review function;protecting records +Oracle Open Office Impress : review function;recording changes example +Oracle Open Office Impress : rich text control +Oracle Open Office Impress : right alignment of paragraphs +Oracle Open Office Impress : right joins (Base) +Oracle Open Office Impress : right-to-left text +Oracle Open Office Impress : rotating +Oracle Open Office Impress : rotating;3D text +Oracle Open Office Impress : rotating;draw objects +Oracle Open Office Impress : rotation mode +Oracle Open Office Impress : round corners +Oracle Open Office Impress : rounding precision (Calc) +Oracle Open Office Impress : row headers +Oracle Open Office Impress : row headers;displaying (Calc) +Oracle Open Office Impress : row headers;highlighting (Calc) +Oracle Open Office Impress : rows +Oracle Open Office Impress : rows;inserting +Oracle Open Office Impress : rulers +Oracle Open Office Impress : rulers;default settings +Oracle Open Office Impress : rulers;in presentations +Oracle Open Office Impress : rulers;measurement units +Oracle Open Office Impress : rulers;visible in presentations +Oracle Open Office Impress : running macros/programs in presentations +Oracle Open Office Impress : running slide shows +Oracle Open Office Impress : samples and templates +Oracle Open Office Impress : saving +Oracle Open Office Impress : saving;as HTML +Oracle Open Office Impress : saving;default file formats +Oracle Open Office Impress : saving;dialog settings +Oracle Open Office Impress : saving;documents +Oracle Open Office Impress : saving;documents for mobile devices +Oracle Open Office Impress : saving;documents in other formats +Oracle Open Office Impress : saving;documents, automatically +Oracle Open Office Impress : saving;in Microsoft Office file format +Oracle Open Office Impress : saving;options +Oracle Open Office Impress : saving;templates +Oracle Open Office Impress : saving;to XML +Oracle Open Office Impress : saving;VBA code in Microsoft Office documents +Oracle Open Office Impress : saving;with password by default +Oracle Open Office Impress : saving as command +Oracle Open Office Impress : saving as command;precautions +Oracle Open Office Impress : scaling +Oracle Open Office Impress : scaling;axes +Oracle Open Office Impress : scaling;font sizes in user interface +Oracle Open Office Impress : scaling;objects +Oracle Open Office Impress : scaling;pictures +Oracle Open Office Impress : scaling;printing in Oracle Open Office Math +Oracle Open Office Impress : scaling;text in charts +Oracle Open Office Impress : scaling;when printing presentations +Oracle Open Office Impress : scaling, see also zooming +Oracle Open Office Impress : scatter charts +Oracle Open Office Impress : screen +Oracle Open Office Impress : screen;full screen views +Oracle Open Office Impress : screen;scaling +Oracle Open Office Impress : screen magnifiers +Oracle Open Office Impress : screen readers +Oracle Open Office Impress : script organization +Oracle Open Office Impress : scrollbars +Oracle Open Office Impress : scrollbars;controls +Oracle Open Office Impress : scrollbars;displaying (Calc) +Oracle Open Office Impress : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Impress : search criteria for database functions in cells +Oracle Open Office Impress : search engines +Oracle Open Office Impress : search engines;definition +Oracle Open Office Impress : search engines;selecting +Oracle Open Office Impress : searching +Oracle Open Office Impress : searching;all sheets +Oracle Open Office Impress : searching;databases +Oracle Open Office Impress : searching;form filters +Oracle Open Office Impress : searching;Internet +Oracle Open Office Impress : searching;tables and forms +Oracle Open Office Impress : secondary axes in charts +Oracle Open Office Impress : sections +Oracle Open Office Impress : sections;backgrounds +Oracle Open Office Impress : sectors of circles/ellipses +Oracle Open Office Impress : security +Oracle Open Office Impress : security;digital signatures +Oracle Open Office Impress : security;options for documents with macros +Oracle Open Office Impress : security;protecting contents +Oracle Open Office Impress : security;security levels for macros +Oracle Open Office Impress : security;warning dialogs with macros +Oracle Open Office Impress : segments of circles/ellipses +Oracle Open Office Impress : selecting +Oracle Open Office Impress : selecting;controls +Oracle Open Office Impress : selecting;hidden objects +Oracle Open Office Impress : selecting;layers +Oracle Open Office Impress : selecting;measurement units +Oracle Open Office Impress : selecting;objects +Oracle Open Office Impress : selecting;print areas +Oracle Open Office Impress : selecting;several files +Oracle Open Office Impress : selection clipboard +Oracle Open Office Impress : selection frames +Oracle Open Office Impress : selection modes in text +Oracle Open Office Impress : sending +Oracle Open Office Impress : sending;AutoAbstract function in presentations +Oracle Open Office Impress : sending;documents as e-mail +Oracle Open Office Impress : sending;documents as faxes +Oracle Open Office Impress : separator lines +Oracle Open Office Impress : separator lines;defining +Oracle Open Office Impress : separators +Oracle Open Office Impress : separators;conditional +Oracle Open Office Impress : Server Side ImageMap +Oracle Open Office Impress : settings +Oracle Open Office Impress : settings;printers +Oracle Open Office Impress : settings;program configuration +Oracle Open Office Impress : settings;proxies +Oracle Open Office Impress : settings;tracking changes +Oracle Open Office Impress : settings;views +Oracle Open Office Impress : SGML +Oracle Open Office Impress : SGML;definition +Oracle Open Office Impress : shadows +Oracle Open Office Impress : shadows;areas +Oracle Open Office Impress : shadows;borders +Oracle Open Office Impress : shadows;characters +Oracle Open Office Impress : shadows;characters, using context menu +Oracle Open Office Impress : sharing documents +Oracle Open Office Impress : sharpening filter +Oracle Open Office Impress : shearing objects +Oracle Open Office Impress : sheet tabs +Oracle Open Office Impress : sheet tabs;displaying +Oracle Open Office Impress : sheets +Oracle Open Office Impress : sheets;searching all +Oracle Open Office Impress : shells +Oracle Open Office Impress : shortcut keys +Oracle Open Office Impress : shortcut keys;assigning macros +Oracle Open Office Impress : shortcut keys;charts +Oracle Open Office Impress : shortcut keys;general +Oracle Open Office Impress : shortcut keys;in databases +Oracle Open Office Impress : shortcut keys;in drawings +Oracle Open Office Impress : shortcut keys;in presentations +Oracle Open Office Impress : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Impress : showing +Oracle Open Office Impress : showing;changes +Oracle Open Office Impress : showing;docked windows +Oracle Open Office Impress : showing;drawings and controls (Writer) +Oracle Open Office Impress : showing;guides +Oracle Open Office Impress : showing;hidden layers +Oracle Open Office Impress : showing;hidden slides +Oracle Open Office Impress : showing;levels +Oracle Open Office Impress : showing;live presentations on the Internet +Oracle Open Office Impress : showing;slide shows +Oracle Open Office Impress : showing;subpoints +Oracle Open Office Impress : showing;toolbars +Oracle Open Office Impress : sign conversion to curves +Oracle Open Office Impress : signing documents with digital signatures +Oracle Open Office Impress : similarity search +Oracle Open Office Impress : simple handles (Writer) +Oracle Open Office Impress : simplified Chinese +Oracle Open Office Impress : simplified Chinese;translating to traditional Chinese +Oracle Open Office Impress : single sign on options +Oracle Open Office Impress : single-line spacing in text +Oracle Open Office Impress : sizes +Oracle Open Office Impress : sizes;draw objects +Oracle Open Office Impress : sizes;pictures +Oracle Open Office Impress : skewing draw objects +Oracle Open Office Impress : slanting draw objects +Oracle Open Office Impress : slanting objects +Oracle Open Office Impress : slide designs +Oracle Open Office Impress : slide layouts +Oracle Open Office Impress : slide master view +Oracle Open Office Impress : slide masters +Oracle Open Office Impress : slide masters;changing backgrounds +Oracle Open Office Impress : slide masters;designing +Oracle Open Office Impress : slide masters;headers and footers +Oracle Open Office Impress : slide numbers +Oracle Open Office Impress : slide numbers on all slides +Oracle Open Office Impress : slide shows +Oracle Open Office Impress : slide shows;custom +Oracle Open Office Impress : slide shows;settings for +Oracle Open Office Impress : slide shows;starting +Oracle Open Office Impress : slide transitions +Oracle Open Office Impress : slide transitions;applying effects +Oracle Open Office Impress : slide transitions;automatic +Oracle Open Office Impress : slide transitions;manual +Oracle Open Office Impress : slide transitions;sounds +Oracle Open Office Impress : slides +Oracle Open Office Impress : slides;arranging +Oracle Open Office Impress : slides;backgrounds +Oracle Open Office Impress : slides;changing backgrounds +Oracle Open Office Impress : slides;copying between documents +Oracle Open Office Impress : slides;deleting +Oracle Open Office Impress : slides;expanding +Oracle Open Office Impress : slides;formatting +Oracle Open Office Impress : slides;headers and footers +Oracle Open Office Impress : slides;inserting +Oracle Open Office Impress : slides;inserting as links +Oracle Open Office Impress : slides;inserting speaker notes +Oracle Open Office Impress : slides;page numbers +Oracle Open Office Impress : slides;printing +Oracle Open Office Impress : small capitals +Oracle Open Office Impress : small icons +Oracle Open Office Impress : smart tag configuration +Oracle Open Office Impress : smooth scrolling (Writer) +Oracle Open Office Impress : smoothing filter +Oracle Open Office Impress : snap grid defaults (Writer/Calc) +Oracle Open Office Impress : snap lines, see also guides +Oracle Open Office Impress : snap points +Oracle Open Office Impress : snap points;editing +Oracle Open Office Impress : snap points;inserting +Oracle Open Office Impress : snapping in presentations and drawings +Oracle Open Office Impress : solarization filter +Oracle Open Office Impress : sort lists +Oracle Open Office Impress : sort lists;copying to in Calc +Oracle Open Office Impress : sorting +Oracle Open Office Impress : sorting;data in forms +Oracle Open Office Impress : sorting;databases +Oracle Open Office Impress : sound files +Oracle Open Office Impress : sounds +Oracle Open Office Impress : sounds;for effects +Oracle Open Office Impress : sounds;formats +Oracle Open Office Impress : sounds;on slide transitions +Oracle Open Office Impress : spaces +Oracle Open Office Impress : spaces;displaying (Writer) +Oracle Open Office Impress : spaces;ignoring double +Oracle Open Office Impress : spaces;inserting protected spaces +Oracle Open Office Impress : spaces;showing protected spaces (Writer) +Oracle Open Office Impress : spacing +Oracle Open Office Impress : spacing;between paragraphs in footnotes +Oracle Open Office Impress : spacing;font effects +Oracle Open Office Impress : spacing;lines and paragraphs +Oracle Open Office Impress : spacing;tab stops in text documents +Oracle Open Office Impress : spacing;tabs in presentations +Oracle Open Office Impress : spadmin +Oracle Open Office Impress : speaker notes +Oracle Open Office Impress : speaker notes;defaults +Oracle Open Office Impress : speaker notes;inserting +Oracle Open Office Impress : special characters +Oracle Open Office Impress : speech bubbles +Oracle Open Office Impress : speed of printing +Oracle Open Office Impress : spellcheck +Oracle Open Office Impress : spellcheck;activating for a language +Oracle Open Office Impress : spellcheck;context menus +Oracle Open Office Impress : spellcheck;default languages +Oracle Open Office Impress : spellcheck;dialog +Oracle Open Office Impress : spellcheck;dictionary of exceptions +Oracle Open Office Impress : spellcheck;ignore list +Oracle Open Office Impress : spheres +Oracle Open Office Impress : spin button creation +Oracle Open Office Impress : splitting +Oracle Open Office Impress : splitting;combinations +Oracle Open Office Impress : splitting;curves +Oracle Open Office Impress : spoolfiles with Xprinter +Oracle Open Office Impress : spreadsheets +Oracle Open Office Impress : spreadsheets;as databases (base) +Oracle Open Office Impress : spreadsheets;copying areas to text documents +Oracle Open Office Impress : spreadsheets;creating/opening +Oracle Open Office Impress : spreadsheets;in presentations +Oracle Open Office Impress : spreadsheets;inserting charts +Oracle Open Office Impress : spreadsheets;inserting database records +Oracle Open Office Impress : spreadsheets;printing +Oracle Open Office Impress : spreadsheets;saving +Oracle Open Office Impress : spreadsheets;saving automatically +Oracle Open Office Impress : spreadsheets;saving in other formats +Oracle Open Office Impress : spreadsheets;sending as e-mail +Oracle Open Office Impress : SQL +Oracle Open Office Impress : SQL;definition +Oracle Open Office Impress : SQL;DISTINCT parameter +Oracle Open Office Impress : SQL;executing SQL commands +Oracle Open Office Impress : SQL;executing SQL statements (Base) +Oracle Open Office Impress : SQL;queries (Base) +Oracle Open Office Impress : square drawings +Oracle Open Office Impress : standard bar on/off +Oracle Open Office Impress : standard deviation in charts +Oracle Open Office Impress : standard filters in databases +Oracle Open Office Impress : standard printer under UNIX +Oracle Open Office Impress : start center +Oracle Open Office Impress : start parameters +Oracle Open Office Impress : starting +Oracle Open Office Impress : starting;always with the current slide +Oracle Open Office Impress : starting;custom slide shows +Oracle Open Office Impress : starting;slide shows +Oracle Open Office Impress : statistics in charts +Oracle Open Office Impress : status bar on/off +Oracle Open Office Impress : stickers +Oracle Open Office Impress : stock charts +Oracle Open Office Impress : strikethrough +Oracle Open Office Impress : strikethrough;characters +Oracle Open Office Impress : strikethrough;font effects +Oracle Open Office Impress : styles +Oracle Open Office Impress : styles;'changed' message +Oracle Open Office Impress : styles;arrow and line styles +Oracle Open Office Impress : styles;copying between documents +Oracle Open Office Impress : styles;keyboard shortcuts +Oracle Open Office Impress : styles;organizing +Oracle Open Office Impress : styles;printing styles used in a document +Oracle Open Office Impress : styles;replacing automatically +Oracle Open Office Impress : Styles and Formatting window +Oracle Open Office Impress : Styles and Formatting window;docking +Oracle Open Office Impress : Styles and Formatting window;graphics documents +Oracle Open Office Impress : subforms +Oracle Open Office Impress : subforms;creating +Oracle Open Office Impress : subforms;description +Oracle Open Office Impress : submitting forms +Oracle Open Office Impress : subpoints +Oracle Open Office Impress : subpoints;hiding +Oracle Open Office Impress : subpoints;showing +Oracle Open Office Impress : subtracting polygons +Oracle Open Office Impress : suffixes in file formats +Oracle Open Office Impress : summary slide +Oracle Open Office Impress : support on the Web +Oracle Open Office Impress : synchronizing +Oracle Open Office Impress : synchronizing;labels and business cards +Oracle Open Office Impress : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Impress : system address book registration +Oracle Open Office Impress : tab stops +Oracle Open Office Impress : tab stops;displaying (Writer) +Oracle Open Office Impress : tab stops;inserting and editing +Oracle Open Office Impress : tab stops;regular expressions +Oracle Open Office Impress : tab stops;setting in sheets +Oracle Open Office Impress : tab stops;settings +Oracle Open Office Impress : tab stops;spacing in presentations +Oracle Open Office Impress : tab stops;spacing in text documents +Oracle Open Office Impress : table controls +Oracle Open Office Impress : table controls;form functions +Oracle Open Office Impress : table controls;keyboard-only edit mode +Oracle Open Office Impress : table controls;properties +Oracle Open Office Impress : table views of databases +Oracle Open Office Impress : Table Wizard (Base) +Oracle Open Office Impress : tables +Oracle Open Office Impress : tables;inserting line breaks +Oracle Open Office Impress : tables in databases +Oracle Open Office Impress : tables in databases;access rights to (Base) +Oracle Open Office Impress : tables in databases;adding to queries +Oracle Open Office Impress : tables in databases;browsing and editing +Oracle Open Office Impress : tables in databases;copying database tables (Base) +Oracle Open Office Impress : tables in databases;creating +Oracle Open Office Impress : tables in databases;creating in design view (manually) +Oracle Open Office Impress : tables in databases;importing text formats (Base) +Oracle Open Office Impress : tables in databases;joining for queries (Base) +Oracle Open Office Impress : tables in databases;printing queries (Base) +Oracle Open Office Impress : tables in databases;relations (Base) +Oracle Open Office Impress : tables in databases;searching +Oracle Open Office Impress : tables in spreadsheets +Oracle Open Office Impress : tables in spreadsheets;copying data to other applications +Oracle Open Office Impress : tables in spreadsheets;defining borders +Oracle Open Office Impress : tables in spreadsheets;value highlighting +Oracle Open Office Impress : tables in text +Oracle Open Office Impress : tables in text;captions +Oracle Open Office Impress : tables in text;creating automatically +Oracle Open Office Impress : tables in text;default settings +Oracle Open Office Impress : tables in text;defining borders +Oracle Open Office Impress : tables in text;displaying +Oracle Open Office Impress : tables in text;printing +Oracle Open Office Impress : tabs +Oracle Open Office Impress : tabs;displaying sheet tabs +Oracle Open Office Impress : tags +Oracle Open Office Impress : tags;definition +Oracle Open Office Impress : tags;META tags +Oracle Open Office Impress : task pane +Oracle Open Office Impress : templates +Oracle Open Office Impress : templates;agendas +Oracle Open Office Impress : templates;changing basic fonts +Oracle Open Office Impress : templates;database reports +Oracle Open Office Impress : templates;deleting +Oracle Open Office Impress : templates;editing and saving +Oracle Open Office Impress : templates;faxes +Oracle Open Office Impress : templates;importing and exporting +Oracle Open Office Impress : templates;letters +Oracle Open Office Impress : templates;new documents from templates +Oracle Open Office Impress : templates;opening documents with +Oracle Open Office Impress : templates;organizing +Oracle Open Office Impress : terminology +Oracle Open Office Impress : terminology;general glossary +Oracle Open Office Impress : terminology;Internet glossary +Oracle Open Office Impress : testing XML filters +Oracle Open Office Impress : text +Oracle Open Office Impress : text;animating +Oracle Open Office Impress : text;Asian layout +Oracle Open Office Impress : text;bold +Oracle Open Office Impress : text;coloring +Oracle Open Office Impress : text;converting to curves +Oracle Open Office Impress : text;copying by drag and drop +Oracle Open Office Impress : text;CTL languages +Oracle Open Office Impress : text;double-clicking to edit +Oracle Open Office Impress : text;drawing pictures +Oracle Open Office Impress : text;font effects +Oracle Open Office Impress : text;font sizes +Oracle Open Office Impress : text;font styles +Oracle Open Office Impress : text;fonts and formats +Oracle Open Office Impress : text;Fontwork icons +Oracle Open Office Impress : text;hyperlinks +Oracle Open Office Impress : text;inserting special characters +Oracle Open Office Impress : text;italics +Oracle Open Office Impress : text;kerning +Oracle Open Office Impress : text;language selection +Oracle Open Office Impress : text;line spacing +Oracle Open Office Impress : text;overwriting or inserting +Oracle Open Office Impress : text;printing in black +Oracle Open Office Impress : text;replacing with format +Oracle Open Office Impress : text;selection modes +Oracle Open Office Impress : text;shadowed +Oracle Open Office Impress : text;text/draw objects +Oracle Open Office Impress : text;toolbar +Oracle Open Office Impress : text attributes +Oracle Open Office Impress : text attributes;hyperlinks +Oracle Open Office Impress : text attributes;undoing +Oracle Open Office Impress : text boxes +Oracle Open Office Impress : text boxes;form functions +Oracle Open Office Impress : text boxes;positioning +Oracle Open Office Impress : text breaks in cells +Oracle Open Office Impress : text colors for better accessibility +Oracle Open Office Impress : text databases (Base) +Oracle Open Office Impress : text documents +Oracle Open Office Impress : text documents;creating/opening +Oracle Open Office Impress : text documents;importing/exporting +Oracle Open Office Impress : text documents;inserting in slides +Oracle Open Office Impress : text documents;inserting spreadsheet cells +Oracle Open Office Impress : text documents;print settings +Oracle Open Office Impress : text documents;printing +Oracle Open Office Impress : text documents;saving +Oracle Open Office Impress : text documents;saving automatically +Oracle Open Office Impress : text documents;saving in other formats +Oracle Open Office Impress : text documents;sending as e-mail +Oracle Open Office Impress : text effects +Oracle Open Office Impress : text entry mode for draw objects +Oracle Open Office Impress : text flow +Oracle Open Office Impress : text flow;in cells +Oracle Open Office Impress : text formats +Oracle Open Office Impress : text formats;databases +Oracle Open Office Impress : text formats;pasting +Oracle Open Office Impress : text frames +Oracle Open Office Impress : text input fields +Oracle Open Office Impress : text layout for special languages +Oracle Open Office Impress : text objects +Oracle Open Office Impress : text objects;alignment +Oracle Open Office Impress : text objects;draw functions +Oracle Open Office Impress : text objects;fonts +Oracle Open Office Impress : text objects;in presentations and drawings +Oracle Open Office Impress : text overflow in spreadsheet cells +Oracle Open Office Impress : text scaling in charts +Oracle Open Office Impress : text, see also text documents, paragraphs and characters +Oracle Open Office Impress : TextArt, see Fontwork +Oracle Open Office Impress : textures +Oracle Open Office Impress : textures;inserting from Gallery +Oracle Open Office Impress : textures;on chart bars +Oracle Open Office Impress : Thai +Oracle Open Office Impress : Thai;entering text +Oracle Open Office Impress : Thai;language settings +Oracle Open Office Impress : thesaurus +Oracle Open Office Impress : thesaurus;activating for a language +Oracle Open Office Impress : ticker text +Oracle Open Office Impress : tiled printing of slides +Oracle Open Office Impress : time and date on all slides +Oracle Open Office Impress : time fields +Oracle Open Office Impress : time fields;form functions +Oracle Open Office Impress : times +Oracle Open Office Impress : times;fixed +Oracle Open Office Impress : times;inserting when printing presentations +Oracle Open Office Impress : times;variable +Oracle Open Office Impress : times, formats +Oracle Open Office Impress : timings +Oracle Open Office Impress : timings;rehearse timings +Oracle Open Office Impress : tips +Oracle Open Office Impress : tips;extended tips in Help +Oracle Open Office Impress : title rows +Oracle Open Office Impress : title rows;printing in Oracle Open Office Math +Oracle Open Office Impress : titles +Oracle Open Office Impress : titles;alignment (charts) +Oracle Open Office Impress : titles;changing +Oracle Open Office Impress : titles;editing in charts +Oracle Open Office Impress : titles;font effects +Oracle Open Office Impress : titles;formatting automatically +Oracle Open Office Impress : titles;formatting charts +Oracle Open Office Impress : titles;objects +Oracle Open Office Impress : toolbars +Oracle Open Office Impress : toolbars;3D objects +Oracle Open Office Impress : toolbars;adding buttons +Oracle Open Office Impress : toolbars;curves +Oracle Open Office Impress : toolbars;docking/undocking +Oracle Open Office Impress : toolbars;ellipses +Oracle Open Office Impress : toolbars;Form Navigation bar +Oracle Open Office Impress : toolbars;viewing/closing +Oracle Open Office Impress : tools bar +Oracle Open Office Impress : tooltips +Oracle Open Office Impress : tooltips;extended tips +Oracle Open Office Impress : tooltips;help +Oracle Open Office Impress : torus +Oracle Open Office Impress : traditional Chinese +Oracle Open Office Impress : traditional Chinese;translating to simplified chinese +Oracle Open Office Impress : transition effects +Oracle Open Office Impress : transparency +Oracle Open Office Impress : transparency;adjusting +Oracle Open Office Impress : transparency;areas +Oracle Open Office Impress : transparency;of objects +Oracle Open Office Impress : transparency;off for faster printing +Oracle Open Office Impress : transparency;saving +Oracle Open Office Impress : tree view of Help +Oracle Open Office Impress : trend lines in charts +Oracle Open Office Impress : typefaces +Oracle Open Office Impress : typefaces;adding under UNIX +Oracle Open Office Impress : typefaces;formats +Oracle Open Office Impress : typographical quotes in Oracle Open Office Writer +Oracle Open Office Impress : typography +Oracle Open Office Impress : typography;Asian +Oracle Open Office Impress : underlining +Oracle Open Office Impress : underlining;AutoFormat function +Oracle Open Office Impress : underlining;characters +Oracle Open Office Impress : underlining;text +Oracle Open Office Impress : underlying objects +Oracle Open Office Impress : undocking windows +Oracle Open Office Impress : undoing +Oracle Open Office Impress : undoing;direct formatting +Oracle Open Office Impress : undoing;editing +Oracle Open Office Impress : undoing;number of steps +Oracle Open Office Impress : ungrouping groups +Oracle Open Office Impress : units +Oracle Open Office Impress : units;converting +Oracle Open Office Impress : units;measurement units +Oracle Open Office Impress : unlocking layers +Oracle Open Office Impress : UNO components +Oracle Open Office Impress : UNO components;Extension Manager +Oracle Open Office Impress : UNO components;integrating new +Oracle Open Office Impress : update options +Oracle Open Office Impress : updates +Oracle Open Office Impress : updates;checking automatically +Oracle Open Office Impress : updates;checking manually +Oracle Open Office Impress : updating +Oracle Open Office Impress : updating;fields and charts, automatically (Writer) +Oracle Open Office Impress : updating;links in text documents +Oracle Open Office Impress : updating;links, on opening +Oracle Open Office Impress : updating;templates +Oracle Open Office Impress : URL +Oracle Open Office Impress : URL;changing hyperlink URLs +Oracle Open Office Impress : URL;definition +Oracle Open Office Impress : URL;in pictures +Oracle Open Office Impress : URL;saving absolute/relative paths +Oracle Open Office Impress : URL;turning off URL recognition +Oracle Open Office Impress : user data +Oracle Open Office Impress : user data;input +Oracle Open Office Impress : user data;removing when saving +Oracle Open Office Impress : user feedback +Oracle Open Office Impress : user feedback;automatically +Oracle Open Office Impress : user-defined colors +Oracle Open Office Impress : user-defined dictionaries +Oracle Open Office Impress : user-defined dictionaries;creating +Oracle Open Office Impress : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Impress : user-defined dictionaries;editing +Oracle Open Office Impress : user-defined styles +Oracle Open Office Impress : user-defined styles;automatically replacing +Oracle Open Office Impress : UTF-8/UCS2 support +Oracle Open Office Impress : values +Oracle Open Office Impress : values;rounded as shown (Calc) +Oracle Open Office Impress : variables +Oracle Open Office Impress : variables;for paths +Oracle Open Office Impress : variances in charts +Oracle Open Office Impress : VBA code +Oracle Open Office Impress : VBA code;loading/saving documents with VBA code +Oracle Open Office Impress : vector graphics +Oracle Open Office Impress : vector graphics;converting bitmaps +Oracle Open Office Impress : vectorizing bitmaps +Oracle Open Office Impress : version management +Oracle Open Office Impress : version numbers of documents +Oracle Open Office Impress : versions +Oracle Open Office Impress : versions;comparing documents +Oracle Open Office Impress : versions;file saving as, restriction +Oracle Open Office Impress : versions;merging document versions +Oracle Open Office Impress : versions;of a document +Oracle Open Office Impress : versions;Oracle Open Office +Oracle Open Office Impress : vertical callouts +Oracle Open Office Impress : vertical scrollbars (Writer) +Oracle Open Office Impress : vertical text boxes +Oracle Open Office Impress : videos +Oracle Open Office Impress : viewing +Oracle Open Office Impress : viewing;databases +Oracle Open Office Impress : viewing;file properties +Oracle Open Office Impress : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Impress : viewing;toolbars +Oracle Open Office Impress : views +Oracle Open Office Impress : views;black and white +Oracle Open Office Impress : views;creating database views (Base) +Oracle Open Office Impress : views;defaults +Oracle Open Office Impress : views;display sizes +Oracle Open Office Impress : views;full screen +Oracle Open Office Impress : views;icons +Oracle Open Office Impress : views;scaling +Oracle Open Office Impress : views;shift function +Oracle Open Office Impress : views;slide master view +Oracle Open Office Impress : Visual Basic for Applications +Oracle Open Office Impress : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Impress : watermarks +Oracle Open Office Impress : web documents +Oracle Open Office Impress : web documents;XForms +Oracle Open Office Impress : Web support +Oracle Open Office Impress : WebCast export +Oracle Open Office Impress : WebDAV over HTTPS +Oracle Open Office Impress : windows +Oracle Open Office Impress : windows;docking +Oracle Open Office Impress : windows;docking definition +Oracle Open Office Impress : windows;hiding/showing/docking +Oracle Open Office Impress : windows;new +Oracle Open Office Impress : wizards +Oracle Open Office Impress : wizards;agendas +Oracle Open Office Impress : wizards;database queries +Oracle Open Office Impress : wizards;database tables (Base) +Oracle Open Office Impress : wizards;databases (Base) +Oracle Open Office Impress : wizards;document converter +Oracle Open Office Impress : wizards;Euro Converter +Oracle Open Office Impress : wizards;faxes +Oracle Open Office Impress : wizards;forms +Oracle Open Office Impress : wizards;letters +Oracle Open Office Impress : wizards;macros (Base) +Oracle Open Office Impress : wizards;overview +Oracle Open Office Impress : wizards;presentations +Oracle Open Office Impress : wizards;reports +Oracle Open Office Impress : Word documents +Oracle Open Office Impress : Word documents;compatibility +Oracle Open Office Impress : Word documents;saving as +Oracle Open Office Impress : WordArt, see Fontwork +Oracle Open Office Impress : words +Oracle Open Office Impress : words;automatically replacing +Oracle Open Office Impress : words;wrapping in cells +Oracle Open Office Impress : words;wrapping in CTL +Oracle Open Office Impress : working directory change +Oracle Open Office Impress : wrapping text +Oracle Open Office Impress : wrapping text;in cells +Oracle Open Office Impress : write protection on/off +Oracle Open Office Impress : writing aids options +Oracle Open Office Impress : WYSIWYG in fonts lists +Oracle Open Office Impress : X axes +Oracle Open Office Impress : X axes;grid formatting +Oracle Open Office Impress : X axes;positioning +Oracle Open Office Impress : X axes;scaling +Oracle Open Office Impress : X axes;showing +Oracle Open Office Impress : XForms +Oracle Open Office Impress : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Impress : XForms;conditions +Oracle Open Office Impress : XForms;opening/editing +Oracle Open Office Impress : XML converters +Oracle Open Office Impress : XML file formats +Oracle Open Office Impress : XML filters +Oracle Open Office Impress : XML filters;creating/testing +Oracle Open Office Impress : XML filters;saving as package/installing/deleting +Oracle Open Office Impress : XML filters;settings +Oracle Open Office Impress : XML Forms, see XForms +Oracle Open Office Impress : XSLT filters, see also XML filters +Oracle Open Office Impress : XY charts +Oracle Open Office Impress : Y axes +Oracle Open Office Impress : Y axes;formatting +Oracle Open Office Impress : Y axes;grid formatting +Oracle Open Office Impress : Y axes;positioning +Oracle Open Office Impress : Y axes;scaling +Oracle Open Office Impress : Y axes;showing +Oracle Open Office Impress : years +Oracle Open Office Impress : years;2-digit options +Oracle Open Office Impress : Z axes +Oracle Open Office Impress : Z axes;grid formatting +Oracle Open Office Impress : Z axes;showing +Oracle Open Office Impress : zero values +Oracle Open Office Impress : zero values;displaying (Calc) +Oracle Open Office Impress : zooming +Oracle Open Office Impress : zooming;in presentations +Oracle Open Office Impress : zooming;keyboard +Oracle Open Office Impress : zooming;page views +Oracle Open Office Impress : zooming;pictures +Oracle Open Office Impress : zooming;shortcut keys +Oracle Open Office Impress : zooming;status bar +Oracle Open Office Math : 1/2 replacement +Oracle Open Office Math : 3D text creation +Oracle Open Office Math : abbreviation replacement +Oracle Open Office Math : absolute hyperlinks +Oracle Open Office Math : absolute saving of URLs +Oracle Open Office Math : absolute values +Oracle Open Office Math : accents +Oracle Open Office Math : accents +Oracle Open Office Math : accents;in Oracle Open Office Math +Oracle Open Office Math : Access databases (base) +Oracle Open Office Math : access rights for database tables (Base) +Oracle Open Office Math : accessibility +Oracle Open Office Math : accessibility;general shortcuts +Oracle Open Office Math : accessibility;options +Oracle Open Office Math : accessibility;Oracle Open Office assistive technology +Oracle Open Office Math : accessibility;Oracle Open Office features +Oracle Open Office Math : accessibility;Oracle Open Office Math shortcuts +Oracle Open Office Math : activating +Oracle Open Office Math : activating;context menus +Oracle Open Office Math : activating;Error Report Tool +Oracle Open Office Math : activating;extended help tips +Oracle Open Office Math : activating;plug-ins +Oracle Open Office Math : ActiveX control +Oracle Open Office Math : Adabas D databases (base) +Oracle Open Office Math : add-ons, see UNO components +Oracle Open Office Math : addition signs +Oracle Open Office Math : additional selection mode +Oracle Open Office Math : address books +Oracle Open Office Math : address books;LDAP server (Base) +Oracle Open Office Math : address books;registering +Oracle Open Office Math : address labels from databases +Oracle Open Office Math : ADO databases (Base) +Oracle Open Office Math : Agenda Wizard +Oracle Open Office Math : aging filter +Oracle Open Office Math : aligning +Oracle Open Office Math : aligning;cells +Oracle Open Office Math : aligning;characters in Oracle Open Office Math +Oracle Open Office Math : aligning;multi-line formulas +Oracle Open Office Math : aligning;objects +Oracle Open Office Math : aligning;paragraphs +Oracle Open Office Math : aligning;tables in text +Oracle Open Office Math : aligning;text objects +Oracle Open Office Math : aligning formulas +Oracle Open Office Math : alignment +Oracle Open Office Math : alignment;horizontally centered (Math) +Oracle Open Office Math : alignment;left (Math) +Oracle Open Office Math : alignment;right (Math) +Oracle Open Office Math : alternative fonts +Oracle Open Office Math : ampersand symbol, see also operators +Oracle Open Office Math : anchors +Oracle Open Office Math : anchors;changing +Oracle Open Office Math : anchors;displaying (Calc) +Oracle Open Office Math : anchors;types/positions for draw objects +Oracle Open Office Math : AND operator +Oracle Open Office Math : animations +Oracle Open Office Math : animations;accessibility options +Oracle Open Office Math : appearance options +Oracle Open Office Math : approximately equal to relation +Oracle Open Office Math : Arabic +Oracle Open Office Math : Arabic;entering text +Oracle Open Office Math : Arabic;language settings +Oracle Open Office Math : arc cosine function +Oracle Open Office Math : arc cotangent function +Oracle Open Office Math : arc sine function +Oracle Open Office Math : area hyperbolic cosine function +Oracle Open Office Math : area hyperbolic cotangent function +Oracle Open Office Math : area hyperbolic tangent function +Oracle Open Office Math : areas +Oracle Open Office Math : areas;bitmap patterns +Oracle Open Office Math : areas;hatched/dotted +Oracle Open Office Math : areas;shadows +Oracle Open Office Math : areas;slanting +Oracle Open Office Math : areas;styles +Oracle Open Office Math : areas;transparency +Oracle Open Office Math : arguments in command line +Oracle Open Office Math : arranging +Oracle Open Office Math : arranging;matrices +Oracle Open Office Math : arranging;objects +Oracle Open Office Math : arrows +Oracle Open Office Math : arrows;defining arrow heads +Oracle Open Office Math : arrows;defining arrow lines +Oracle Open Office Math : arrows;drawing in text +Oracle Open Office Math : arrows;symbols in Oracle Open Office Math +Oracle Open Office Math : ASCII +Oracle Open Office Math : ASCII;definition +Oracle Open Office Math : Asian languages +Oracle Open Office Math : Asian languages;enabling +Oracle Open Office Math : Asian Phonetic Guide +Oracle Open Office Math : Asian typography +Oracle Open Office Math : assigning scripts +Oracle Open Office Math : assistive technology in Oracle Open Office +Oracle Open Office Math : attaching toolbars +Oracle Open Office Math : attachments in e-mails +Oracle Open Office Math : attributes +Oracle Open Office Math : attributes;accents +Oracle Open Office Math : attributes;additional information +Oracle Open Office Math : attributes;changing defaults +Oracle Open Office Math : attributes;changing fonts +Oracle Open Office Math : attributes;changing in Oracle Open Office Math +Oracle Open Office Math : attributes;colored characters +Oracle Open Office Math : attributes;in Oracle Open Office Math +Oracle Open Office Math : attributes;list of +Oracle Open Office Math : audio +Oracle Open Office Math : auto reloading HTML documents +Oracle Open Office Math : AutoAbstract function for sending text to presentations +Oracle Open Office Math : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Math : AutoComplete function in text and list boxes +Oracle Open Office Math : AutoCorrect function +Oracle Open Office Math : AutoCorrect function;context menu +Oracle Open Office Math : AutoCorrect function;options +Oracle Open Office Math : AutoCorrect function;pictures and frames +Oracle Open Office Math : AutoCorrect function;quotes +Oracle Open Office Math : AutoCorrect function;replacement table +Oracle Open Office Math : AutoCorrect function;switching on and off in Calc +Oracle Open Office Math : AutoCorrect function;URL recognition +Oracle Open Office Math : AutoFormat function +Oracle Open Office Math : AutoFormat function;switching on and off +Oracle Open Office Math : automatic captions (Writer) +Oracle Open Office Math : automatic control focus +Oracle Open Office Math : automatic hyperlink formatting +Oracle Open Office Math : automatic line breaks +Oracle Open Office Math : automatic lines/borders in text +Oracle Open Office Math : automatic saving +Oracle Open Office Math : AutoPilots, see wizards +Oracle Open Office Math : AutoValue (Base) +Oracle Open Office Math : axes in charts +Oracle Open Office Math : axis-ellipsis +Oracle Open Office Math : back epsilon symbol +Oracle Open Office Math : backgrounds +Oracle Open Office Math : backgrounds;defining colors/pictures +Oracle Open Office Math : backgrounds;frames/sections/indexes +Oracle Open Office Math : backgrounds;inserting from Gallery +Oracle Open Office Math : backgrounds;printing +Oracle Open Office Math : backing window +Oracle Open Office Math : backslash division sign +Oracle Open Office Math : backups +Oracle Open Office Math : backups;automatic +Oracle Open Office Math : backups;documents +Oracle Open Office Math : Basic +Oracle Open Office Math : Basic;fonts for source display +Oracle Open Office Math : Basic;programming +Oracle Open Office Math : Basic;recording macros +Oracle Open Office Math : basic fonts +Oracle Open Office Math : Bézier curves +Oracle Open Office Math : Bézier curves;control points in presentations +Oracle Open Office Math : bi-directional writing +Oracle Open Office Math : binary operators +Oracle Open Office Math : binary operators +Oracle Open Office Math : binary operators;list of +Oracle Open Office Math : binding space +Oracle Open Office Math : binomials +Oracle Open Office Math : bitmaps +Oracle Open Office Math : bitmaps;inserting and editing +Oracle Open Office Math : bitmaps;off for faster printing +Oracle Open Office Math : bitmaps;patterns +Oracle Open Office Math : black and white printing +Oracle Open Office Math : black printing in Calc +Oracle Open Office Math : block selection mode +Oracle Open Office Math : bold +Oracle Open Office Math : bold;AutoFormat function +Oracle Open Office Math : bold;text +Oracle Open Office Math : bold attribute +Oracle Open Office Math : bookmarks +Oracle Open Office Math : bookmarks;Help +Oracle Open Office Math : Boolean operators +Oracle Open Office Math : borders +Oracle Open Office Math : borders;arranging +Oracle Open Office Math : borders;cells on screen (Calc) +Oracle Open Office Math : borders;for paragraphs +Oracle Open Office Math : borders;for tables +Oracle Open Office Math : borders;shadows +Oracle Open Office Math : borders;table boundaries (Writer) +Oracle Open Office Math : borders, see also frames +Oracle Open Office Math : bound fields +Oracle Open Office Math : bound fields;controls +Oracle Open Office Math : boundaries of tables (Writer) +Oracle Open Office Math : braces in Oracle Open Office Math +Oracle Open Office Math : brackets +Oracle Open Office Math : brackets;angle (Math) +Oracle Open Office Math : brackets;angle with operator +Oracle Open Office Math : brackets;double square (Math) +Oracle Open Office Math : brackets;group +Oracle Open Office Math : brackets;in Oracle Open Office Math +Oracle Open Office Math : brackets;inserting in Oracle Open Office Math +Oracle Open Office Math : brackets;merging formula parts +Oracle Open Office Math : brackets;operator (Math) +Oracle Open Office Math : brackets;reference list +Oracle Open Office Math : brackets;round (Math) +Oracle Open Office Math : brackets;scalable +Oracle Open Office Math : brackets;single, without group function +Oracle Open Office Math : brackets;square (Math) +Oracle Open Office Math : brackets;widowed +Oracle Open Office Math : brackets and grouping in Oracle Open Office Math +Oracle Open Office Math : break display (Writer) +Oracle Open Office Math : brochures +Oracle Open Office Math : brochures;printing several +Oracle Open Office Math : build numbers of Oracle Open Office +Oracle Open Office Math : bullet lists +Oracle Open Office Math : bullet lists;formatting options +Oracle Open Office Math : bullets +Oracle Open Office Math : bullets;paragraphs +Oracle Open Office Math : bullets;replacing +Oracle Open Office Math : bullets;turning off +Oracle Open Office Math : business cards +Oracle Open Office Math : business cards;creating and synchronizing +Oracle Open Office Math : business cards;using templates +Oracle Open Office Math : button bars, see toolbars +Oracle Open Office Math : buttons +Oracle Open Office Math : buttons;adding push buttons +Oracle Open Office Math : buttons;big/small +Oracle Open Office Math : buttons;editing hyperlink buttons +Oracle Open Office Math : buttons;form functions +Oracle Open Office Math : buttons;toolbars +Oracle Open Office Math : cache for graphics +Oracle Open Office Math : calculating +Oracle Open Office Math : calculating;iterative references (Calc) +Oracle Open Office Math : callouts +Oracle Open Office Math : callouts;drawings +Oracle Open Office Math : capital letters +Oracle Open Office Math : capital letters;AutoCorrect function +Oracle Open Office Math : capital letters;font effects +Oracle Open Office Math : captions +Oracle Open Office Math : captions;automatic captions (Writer) +Oracle Open Office Math : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Math : captions, see also labels/callouts +Oracle Open Office Math : cardinal numbers +Oracle Open Office Math : cascading update (Base) +Oracle Open Office Math : case sensitivity +Oracle Open Office Math : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Math : case sensitivity;searching +Oracle Open Office Math : catalog for mathematical symbols +Oracle Open Office Math : ceiling brackets +Oracle Open Office Math : ceiling brackets;lines with +Oracle Open Office Math : ceiling brackets;scalable lines with +Oracle Open Office Math : cells +Oracle Open Office Math : cells;aligning +Oracle Open Office Math : cells;coloring (Calc) +Oracle Open Office Math : cells;cursor positions after input (Calc) +Oracle Open Office Math : cells;formatting without effect (Calc) +Oracle Open Office Math : cells;line breaks +Oracle Open Office Math : cells;linked to controls +Oracle Open Office Math : cells;number of +Oracle Open Office Math : cells;pasting +Oracle Open Office Math : cells;resetting formats +Oracle Open Office Math : cells;showing grid lines (Calc) +Oracle Open Office Math : center dots symbol +Oracle Open Office Math : centered horizontally +Oracle Open Office Math : centered horizontally;alignment (Math) +Oracle Open Office Math : centered text +Oracle Open Office Math : centimeters +Oracle Open Office Math : certificates +Oracle Open Office Math : changes +Oracle Open Office Math : changes;accepting automatically +Oracle Open Office Math : changes;accepting or rejecting +Oracle Open Office Math : changes;comparing to original +Oracle Open Office Math : changes;protecting +Oracle Open Office Math : changes;recording +Oracle Open Office Math : changes;review function +Oracle Open Office Math : changes;showing +Oracle Open Office Math : changing +Oracle Open Office Math : changing;default formatting +Oracle Open Office Math : changing;document titles +Oracle Open Office Math : changing;file associations in Setup program +Oracle Open Office Math : changing;fonts +Oracle Open Office Math : changing;icon sizes +Oracle Open Office Math : changing;links +Oracle Open Office Math : changing;work directory +Oracle Open Office Math : changing, see also editing and replacing +Oracle Open Office Math : character styles +Oracle Open Office Math : character styles;language selection +Oracle Open Office Math : characters +Oracle Open Office Math : characters;alternative fonts +Oracle Open Office Math : characters;Asian layout +Oracle Open Office Math : characters;bold +Oracle Open Office Math : characters;coloring +Oracle Open Office Math : characters;displaying only on screen (Writer) +Oracle Open Office Math : characters;enabling CTL and Asian characters +Oracle Open Office Math : characters;font effects +Oracle Open Office Math : characters;fonts and formats +Oracle Open Office Math : characters;hyperlinks +Oracle Open Office Math : characters;italics +Oracle Open Office Math : characters;language selection +Oracle Open Office Math : characters;shadowed +Oracle Open Office Math : characters;spacing +Oracle Open Office Math : characters;special +Oracle Open Office Math : characters;underlining +Oracle Open Office Math : charcoal sketches filter +Oracle Open Office Math : charts +Oracle Open Office Math : charts;arranging within stacks +Oracle Open Office Math : charts;bars with textures +Oracle Open Office Math : charts;colors +Oracle Open Office Math : charts;copying with link to source cell range +Oracle Open Office Math : charts;displaying (Calc) +Oracle Open Office Math : charts;editing axes +Oracle Open Office Math : charts;editing data +Oracle Open Office Math : charts;editing legends +Oracle Open Office Math : charts;editing titles +Oracle Open Office Math : charts;inserting +Oracle Open Office Math : charts;updating automatically (Writer) +Oracle Open Office Math : check box creation +Oracle Open Office Math : Chinese writing systems +Oracle Open Office Math : choosing printers +Oracle Open Office Math : circle attribute +Oracle Open Office Math : circle drawings +Oracle Open Office Math : circumflex attribute +Oracle Open Office Math : Client Side ImageMap +Oracle Open Office Math : clipboard +Oracle Open Office Math : clipboard;cutting +Oracle Open Office Math : clipboard;pasting +Oracle Open Office Math : clipboard;pasting formatted/unformatted text +Oracle Open Office Math : clipboard;selection clipboard +Oracle Open Office Math : clipboard;Unix +Oracle Open Office Math : closing +Oracle Open Office Math : closing;documents +Oracle Open Office Math : closing;toolbars +Oracle Open Office Math : collaboration +Oracle Open Office Math : color bar +Oracle Open Office Math : colored characters +Oracle Open Office Math : colors +Oracle Open Office Math : colors;adding +Oracle Open Office Math : colors;appearance +Oracle Open Office Math : colors;backgrounds +Oracle Open Office Math : colors;charts +Oracle Open Office Math : colors;fill format +Oracle Open Office Math : colors;fonts +Oracle Open Office Math : colors;grid lines and cells (Calc) +Oracle Open Office Math : colors;in formulas +Oracle Open Office Math : colors;models +Oracle Open Office Math : colors;not printing +Oracle Open Office Math : colors;printing in grayscale +Oracle Open Office Math : colors;restriction (Calc) +Oracle Open Office Math : colors;selection +Oracle Open Office Math : column headers +Oracle Open Office Math : column headers;displaying (Calc) +Oracle Open Office Math : column headers;highlighting (Calc) +Oracle Open Office Math : columns +Oracle Open Office Math : columns;setting with the mouse +Oracle Open Office Math : combo box creation +Oracle Open Office Math : command button creation +Oracle Open Office Math : command buttons, see push buttons +Oracle Open Office Math : command line parameters +Oracle Open Office Math : commands +Oracle Open Office Math : commands;repeating +Oracle Open Office Math : commands;SQL +Oracle Open Office Math : comments +Oracle Open Office Math : comments;displaying (Calc) +Oracle Open Office Math : comments;entering in Oracle Open Office Math +Oracle Open Office Math : comments;inserting/editing/deleting/printing +Oracle Open Office Math : comments;on changes +Oracle Open Office Math : comments;printing in text +Oracle Open Office Math : common terms +Oracle Open Office Math : common terms;Chinese dictionary +Oracle Open Office Math : common terms;glossaries +Oracle Open Office Math : common terms;Internet glossary +Oracle Open Office Math : comparisons +Oracle Open Office Math : comparisons;document versions +Oracle Open Office Math : comparisons;operators in default filter dialog +Oracle Open Office Math : compatibility settings for MS Word import +Oracle Open Office Math : complete screen view +Oracle Open Office Math : complex numbers +Oracle Open Office Math : complex numbers;set +Oracle Open Office Math : complex numbers;symbols +Oracle Open Office Math : complex text layout +Oracle Open Office Math : complex text layout;definition +Oracle Open Office Math : complex text layout;enabling +Oracle Open Office Math : complex text layout, see CTL +Oracle Open Office Math : compose key to insert special characters +Oracle Open Office Math : concatenating math symbols +Oracle Open Office Math : concatenation, see ampersand symbol +Oracle Open Office Math : conditional separators +Oracle Open Office Math : conditions +Oracle Open Office Math : conditions;in number formats +Oracle Open Office Math : conditions;items in Data Navigator +Oracle Open Office Math : Configuration Manager +Oracle Open Office Math : configuring +Oracle Open Office Math : configuring;fax icon +Oracle Open Office Math : configuring;Oracle Open Office +Oracle Open Office Math : configuring;toolbars +Oracle Open Office Math : congruent relation +Oracle Open Office Math : connections to data sources (Base) +Oracle Open Office Math : considerably greater than relation +Oracle Open Office Math : considerably less than relation +Oracle Open Office Math : contents protection +Oracle Open Office Math : context menus +Oracle Open Office Math : control point display in presentations +Oracle Open Office Math : controls +Oracle Open Office Math : controls;activating in forms +Oracle Open Office Math : controls;adding to documents +Oracle Open Office Math : controls;arranging in forms +Oracle Open Office Math : controls;arranging within stacks +Oracle Open Office Math : controls;assigning data sources +Oracle Open Office Math : controls;assigning macros (Basic) +Oracle Open Office Math : controls;bound fields/list contents/linked cells +Oracle Open Office Math : controls;events +Oracle Open Office Math : controls;focus +Oracle Open Office Math : controls;formatted fields +Oracle Open Office Math : controls;grouping +Oracle Open Office Math : controls;hidden +Oracle Open Office Math : controls;inserting +Oracle Open Office Math : controls;multi-line titles +Oracle Open Office Math : controls;positions and sizes +Oracle Open Office Math : controls;printing +Oracle Open Office Math : controls;properties of form controls +Oracle Open Office Math : controls;properties of table controls +Oracle Open Office Math : controls;reference by SQL +Oracle Open Office Math : controls;rich text control +Oracle Open Office Math : controls;select mode +Oracle Open Office Math : controls;showing (Writer) +Oracle Open Office Math : converters +Oracle Open Office Math : converters;Euro converter +Oracle Open Office Math : converters;PostScript, UNIX +Oracle Open Office Math : converters;XML +Oracle Open Office Math : converting +Oracle Open Office Math : converting;Hangul/Hanja +Oracle Open Office Math : converting;metrics +Oracle Open Office Math : converting;Microsoft documents +Oracle Open Office Math : converting;Oracle Open Office documents +Oracle Open Office Math : converting;Pocket PC formats +Oracle Open Office Math : copies +Oracle Open Office Math : copies;printing +Oracle Open Office Math : coproduct +Oracle Open Office Math : copying +Oracle Open Office Math : copying;by drag and drop +Oracle Open Office Math : copying;data from text documents +Oracle Open Office Math : copying;datasource records in spreadsheets +Oracle Open Office Math : copying;draw objects +Oracle Open Office Math : copying;draw objects between documents +Oracle Open Office Math : copying;formatting +Oracle Open Office Math : copying;from data source view +Oracle Open Office Math : copying;from Gallery +Oracle Open Office Math : copying;in Unix +Oracle Open Office Math : copying;pictures, between documents +Oracle Open Office Math : copying;sheet areas, to text documents +Oracle Open Office Math : copying;to Gallery +Oracle Open Office Math : copyright for Oracle Open Office +Oracle Open Office Math : corner roundings +Oracle Open Office Math : correspondence +Oracle Open Office Math : correspondence;original by +Oracle Open Office Math : correspondence;picture by +Oracle Open Office Math : cosine function +Oracle Open Office Math : cotangent function +Oracle Open Office Math : crash reports +Oracle Open Office Math : criteria of query design (Base) +Oracle Open Office Math : cropping pictures +Oracle Open Office Math : CTL +Oracle Open Office Math : CTL;(not) wrapping words +Oracle Open Office Math : CTL;complex text layout languages +Oracle Open Office Math : CTL;definition +Oracle Open Office Math : CTL;options +Oracle Open Office Math : currencies +Oracle Open Office Math : currencies;converters +Oracle Open Office Math : currencies;format codes +Oracle Open Office Math : currency field creation +Oracle Open Office Math : currency formats +Oracle Open Office Math : cursor +Oracle Open Office Math : cursor;allowing in protected areas (Writer) +Oracle Open Office Math : cursor;in Oracle Open Office Math +Oracle Open Office Math : cursor;in read-only text +Oracle Open Office Math : cursor;quickly moving to an object +Oracle Open Office Math : curve integrals +Oracle Open Office Math : curves +Oracle Open Office Math : curves;editing points +Oracle Open Office Math : custom dictionaries +Oracle Open Office Math : custom dictionaries;editing +Oracle Open Office Math : custom hyphens (Writer) +Oracle Open Office Math : custom quotes +Oracle Open Office Math : custom templates +Oracle Open Office Math : customizing +Oracle Open Office Math : customizing;events +Oracle Open Office Math : customizing;keyboard +Oracle Open Office Math : customizing;menus +Oracle Open Office Math : customizing;Oracle Open Office +Oracle Open Office Math : customizing;round corners +Oracle Open Office Math : customizing;toolbars +Oracle Open Office Math : cutting +Oracle Open Office Math : dashes +Oracle Open Office Math : data +Oracle Open Office Math : data;filtering in forms +Oracle Open Office Math : data;forms and subforms +Oracle Open Office Math : data;read-only +Oracle Open Office Math : data;sorting in forms +Oracle Open Office Math : data;user data +Oracle Open Office Math : data binding change in XForms +Oracle Open Office Math : Data Navigator +Oracle Open Office Math : Data Navigator;adding/editing items +Oracle Open Office Math : Data Navigator;display options +Oracle Open Office Math : data source browser +Oracle Open Office Math : data source explorer +Oracle Open Office Math : data source view +Oracle Open Office Math : data source view;drag and drop +Oracle Open Office Math : data source view;overview +Oracle Open Office Math : data source view;showing +Oracle Open Office Math : data sources +Oracle Open Office Math : data sources;as tables +Oracle Open Office Math : data sources;connection settings (Base) +Oracle Open Office Math : data sources;copying records to spreadsheets +Oracle Open Office Math : data sources;displaying current +Oracle Open Office Math : data sources;LDAP server (Base) +Oracle Open Office Math : data sources;Oracle Open Office Base +Oracle Open Office Math : data sources;registering address books +Oracle Open Office Math : data sources;reports +Oracle Open Office Math : data sources;viewing +Oracle Open Office Math : data structure of XForms +Oracle Open Office Math : data, see also values +Oracle Open Office Math : database contents +Oracle Open Office Math : database contents;inserting as tables +Oracle Open Office Math : database contents;inserting as text +Oracle Open Office Math : database reports +Oracle Open Office Math : Database Wizard (Base) +Oracle Open Office Math : databases +Oracle Open Office Math : databases;administration through SQL (Base) +Oracle Open Office Math : databases;ADO (Base) +Oracle Open Office Math : databases;connecting (Base) +Oracle Open Office Math : databases;creating +Oracle Open Office Math : databases;creating labels +Oracle Open Office Math : databases;creating queries +Oracle Open Office Math : databases;creating reports +Oracle Open Office Math : databases;creating tables +Oracle Open Office Math : databases;deleting (Base) +Oracle Open Office Math : databases;drag and drop (Base) +Oracle Open Office Math : databases;editing tables +Oracle Open Office Math : databases;form filters +Oracle Open Office Math : databases;formats (Base) +Oracle Open Office Math : databases;importing/exporting +Oracle Open Office Math : databases;JDBC (Base) +Oracle Open Office Math : databases;main page (Base) +Oracle Open Office Math : databases;ODBC (Base) +Oracle Open Office Math : databases;overview +Oracle Open Office Math : databases;registering (Base) +Oracle Open Office Math : databases;searching records +Oracle Open Office Math : databases;shortcut keys +Oracle Open Office Math : databases;sorting +Oracle Open Office Math : databases;standard filters +Oracle Open Office Math : databases;text formats +Oracle Open Office Math : databases;viewing +Oracle Open Office Math : date fields +Oracle Open Office Math : date fields;creating +Oracle Open Office Math : date fields;properties +Oracle Open Office Math : date formats +Oracle Open Office Math : dates +Oracle Open Office Math : dates;default (Calc) +Oracle Open Office Math : dates;printing in presentations +Oracle Open Office Math : dates;start 1900/01/01 (Calc) +Oracle Open Office Math : dates;start 1904/01/01 (Calc) +Oracle Open Office Math : dBASE +Oracle Open Office Math : dBASE;database settings (Base) +Oracle Open Office Math : DDE +Oracle Open Office Math : DDE;definition +Oracle Open Office Math : deactivating +Oracle Open Office Math : deactivating;plug-ins +Oracle Open Office Math : decimal places displayed (Calc) +Oracle Open Office Math : decimal separator key +Oracle Open Office Math : decimal tab stops +Oracle Open Office Math : default directories +Oracle Open Office Math : default filters +Oracle Open Office Math : default filters;comparison operators +Oracle Open Office Math : default filters;databases +Oracle Open Office Math : default printer +Oracle Open Office Math : default printer;setting up +Oracle Open Office Math : default printer;UNIX +Oracle Open Office Math : default templates +Oracle Open Office Math : default templates;changing +Oracle Open Office Math : default templates;organizing +Oracle Open Office Math : defaults +Oracle Open Office Math : defaults;changing default formatting +Oracle Open Office Math : defaults;documents +Oracle Open Office Math : defaults;file formats in file dialogs +Oracle Open Office Math : defaults;file formats in Oracle Open Office +Oracle Open Office Math : defaults;fonts +Oracle Open Office Math : defaults;grids (Writer/Calc) +Oracle Open Office Math : defaults;languages +Oracle Open Office Math : defaults;number formats +Oracle Open Office Math : defaults;of saving +Oracle Open Office Math : defaults;program configuration +Oracle Open Office Math : defaults;tab stops in text +Oracle Open Office Math : defaults;views +Oracle Open Office Math : defined as relation +Oracle Open Office Math : defining +Oracle Open Office Math : defining;arrowheads and other line ends +Oracle Open Office Math : defining;colors +Oracle Open Office Math : defining;formula fonts +Oracle Open Office Math : defining;line styles +Oracle Open Office Math : defining;paragraph borders +Oracle Open Office Math : defining;queries (Base) +Oracle Open Office Math : defining;table borders +Oracle Open Office Math : deleting +Oracle Open Office Math : deleting;all direct formatting +Oracle Open Office Math : deleting;comments +Oracle Open Office Math : deleting;databases (Base) +Oracle Open Office Math : deleting;hyperlinks +Oracle Open Office Math : deleting;lines in text +Oracle Open Office Math : deleting;models/instances +Oracle Open Office Math : deleting;namespaces in XForms +Oracle Open Office Math : deleting;tab stops +Oracle Open Office Math : deleting;templates +Oracle Open Office Math : deleting;XML filters +Oracle Open Office Math : depth stagger +Oracle Open Office Math : descriptions for objects +Oracle Open Office Math : design mode after saving +Oracle Open Office Math : design view +Oracle Open Office Math : design view;creating forms +Oracle Open Office Math : design view;queries/views (Base) +Oracle Open Office Math : designing +Oracle Open Office Math : designing;database tables +Oracle Open Office Math : designing;fonts +Oracle Open Office Math : designing;queries (Base) +Oracle Open Office Math : detaching toolbars +Oracle Open Office Math : diagonal downward dots +Oracle Open Office Math : diagonal downward dots;symbol +Oracle Open Office Math : diagonal upward dots +Oracle Open Office Math : diagonal upward dots;symbol +Oracle Open Office Math : dictionaries +Oracle Open Office Math : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Math : dictionaries;creating +Oracle Open Office Math : dictionaries;editing user-defined +Oracle Open Office Math : dictionaries;spellcheck +Oracle Open Office Math : dictionaries, see also languages +Oracle Open Office Math : difference set operator +Oracle Open Office Math : digital signatures +Oracle Open Office Math : digital signatures;getting/managing/applying +Oracle Open Office Math : digital signatures;overview +Oracle Open Office Math : digital signatures;WebDAV over HTTPS +Oracle Open Office Math : direct formatting +Oracle Open Office Math : direct formatting;undoing all +Oracle Open Office Math : direct text +Oracle Open Office Math : direct text;entering in Oracle Open Office Math +Oracle Open Office Math : directories +Oracle Open Office Math : directories;creating new +Oracle Open Office Math : directories;directory structure +Oracle Open Office Math : disabled persons +Oracle Open Office Math : displaying +Oracle Open Office Math : displaying;comments (Calc) +Oracle Open Office Math : displaying;comments in text documents +Oracle Open Office Math : displaying;non-printing characters (Writer) +Oracle Open Office Math : displaying;pictures and objects (Writer) +Oracle Open Office Math : displaying;tables (Writer) +Oracle Open Office Math : displaying;zero values (Calc) +Oracle Open Office Math : distances +Oracle Open Office Math : distances between brackets +Oracle Open Office Math : distinct values in SQL queries +Oracle Open Office Math : distorting in drawings +Oracle Open Office Math : distributing XML filters +Oracle Open Office Math : divides relation +Oracle Open Office Math : division signs +Oracle Open Office Math : docking +Oracle Open Office Math : docking;definition +Oracle Open Office Math : docking;toolbars +Oracle Open Office Math : docking;windows +Oracle Open Office Math : Document Converter Wizard +Oracle Open Office Math : Document Map, see Navigator +Oracle Open Office Math : document types in Oracle Open Office +Oracle Open Office Math : documents +Oracle Open Office Math : documents;changing titles +Oracle Open Office Math : documents;closing +Oracle Open Office Math : documents;comparing +Oracle Open Office Math : documents;contents as lists +Oracle Open Office Math : documents;editing time +Oracle Open Office Math : documents;exporting +Oracle Open Office Math : documents;importing +Oracle Open Office Math : documents;languages +Oracle Open Office Math : documents;measurement units in +Oracle Open Office Math : documents;merging +Oracle Open Office Math : documents;number of pages/tables/sheets +Oracle Open Office Math : documents;opening +Oracle Open Office Math : documents;opening in design mode +Oracle Open Office Math : documents;opening with templates +Oracle Open Office Math : documents;organizing +Oracle Open Office Math : documents;printing +Oracle Open Office Math : documents;read-only +Oracle Open Office Math : documents;reloading +Oracle Open Office Math : documents;saving +Oracle Open Office Math : documents;saving automatically +Oracle Open Office Math : documents;saving in other formats +Oracle Open Office Math : documents;sending as e-mail +Oracle Open Office Math : documents;styles changed +Oracle Open Office Math : documents;version management +Oracle Open Office Math : documents;version numbers +Oracle Open Office Math : does not divide relation +Oracle Open Office Math : dot attribute +Oracle Open Office Math : dotted areas +Oracle Open Office Math : double arrow symbols +Oracle Open Office Math : double dot attribute +Oracle Open Office Math : double square brackets +Oracle Open Office Math : double square brackets;scalable +Oracle Open Office Math : double-line spacing in paragraphs +Oracle Open Office Math : double-line writing in Asian layout +Oracle Open Office Math : down arrow symbol +Oracle Open Office Math : drag and drop +Oracle Open Office Math : drag and drop;copying and pasting text +Oracle Open Office Math : drag and drop;data source view +Oracle Open Office Math : drag and drop;from Gallery to draw objects +Oracle Open Office Math : drag and drop;overview +Oracle Open Office Math : drag and drop;pictures +Oracle Open Office Math : drag and drop;to Gallery +Oracle Open Office Math : draw objects +Oracle Open Office Math : draw objects;adding/editing/copying +Oracle Open Office Math : draw objects;anchoring +Oracle Open Office Math : draw objects;arranging within stacks +Oracle Open Office Math : draw objects;copying between documents +Oracle Open Office Math : draw objects;displaying (Calc) +Oracle Open Office Math : draw objects;dropping Gallery pictures +Oracle Open Office Math : draw objects;flipping +Oracle Open Office Math : draw objects;legends +Oracle Open Office Math : draw objects;positioning and resizing +Oracle Open Office Math : draw objects;protecting +Oracle Open Office Math : draw objects;slanting +Oracle Open Office Math : draw objects;text in +Oracle Open Office Math : Drawing bar +Oracle Open Office Math : drawing lines in text +Oracle Open Office Math : drawings +Oracle Open Office Math : drawings;creating/opening +Oracle Open Office Math : drawings;languages +Oracle Open Office Math : drawings;printing +Oracle Open Office Math : drawings;printing defaults +Oracle Open Office Math : drawings;printing in text documents +Oracle Open Office Math : drawings;saving +Oracle Open Office Math : drawings;saving automatically +Oracle Open Office Math : drawings;saving in other formats +Oracle Open Office Math : drawings;sending as e-mail +Oracle Open Office Math : drawings;showing (Writer) +Oracle Open Office Math : drawings, see also draw objects +Oracle Open Office Math : drop-down lists in form functions +Oracle Open Office Math : e-mail attachments +Oracle Open Office Math : Edit File icon +Oracle Open Office Math : edit mode +Oracle Open Office Math : edit mode;after opening +Oracle Open Office Math : edit mode;through Enter key (Calc) +Oracle Open Office Math : Edit Points bar +Oracle Open Office Math : editing +Oracle Open Office Math : editing;chart axes +Oracle Open Office Math : editing;chart data +Oracle Open Office Math : editing;chart legends +Oracle Open Office Math : editing;chart titles +Oracle Open Office Math : editing;comments +Oracle Open Office Math : editing;data binding of XForms +Oracle Open Office Math : editing;database tables and queries +Oracle Open Office Math : editing;draw objects +Oracle Open Office Math : editing;Fontwork objects +Oracle Open Office Math : editing;hyperlinks +Oracle Open Office Math : editing;menus +Oracle Open Office Math : editing;objects +Oracle Open Office Math : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Math : editing;pictures +Oracle Open Office Math : editing;reports +Oracle Open Office Math : editing;shortcut keys +Oracle Open Office Math : editing;tab stops +Oracle Open Office Math : editing;templates +Oracle Open Office Math : editing;toolbars +Oracle Open Office Math : editing;undoing +Oracle Open Office Math : editing;XForms +Oracle Open Office Math : editing time of documents +Oracle Open Office Math : editors +Oracle Open Office Math : editors;formula editor +Oracle Open Office Math : editors;ImageMap editor +Oracle Open Office Math : effects +Oracle Open Office Math : effects;font positions +Oracle Open Office Math : effects;fonts +Oracle Open Office Math : effects;Fontwork icons +Oracle Open Office Math : ellipsis symbols +Oracle Open Office Math : empty documents +Oracle Open Office Math : empty paragraph removal +Oracle Open Office Math : empty set +Oracle Open Office Math : encryption of contents +Oracle Open Office Math : entering groups +Oracle Open Office Math : entering text from right to left +Oracle Open Office Math : epsilon +Oracle Open Office Math : epsilon;back +Oracle Open Office Math : equal sign +Oracle Open Office Math : equal sign, see also operators +Oracle Open Office Math : Equation Editor, see Oracle Open Office Math +Oracle Open Office Math : equations in formula editor +Oracle Open Office Math : Error Report Tool +Oracle Open Office Math : error search +Oracle Open Office Math : error search;next error +Oracle Open Office Math : error search;previous error +Oracle Open Office Math : Euro +Oracle Open Office Math : Euro;currency formats +Oracle Open Office Math : Euro;Euro Converter Wizard +Oracle Open Office Math : even/odd pages +Oracle Open Office Math : even/odd pages;printing +Oracle Open Office Math : events +Oracle Open Office Math : events;assigning scripts +Oracle Open Office Math : events;controls +Oracle Open Office Math : events;customizing +Oracle Open Office Math : events;in forms +Oracle Open Office Math : examples +Oracle Open Office Math : examples;integral +Oracle Open Office Math : examples;Oracle Open Office Math formulas +Oracle Open Office Math : Excel +Oracle Open Office Math : Excel;saving as +Oracle Open Office Math : Excel;search criteria +Oracle Open Office Math : exceptions +Oracle Open Office Math : exceptions;user-defined dictionaries +Oracle Open Office Math : exchanging, see also replacing +Oracle Open Office Math : executing SQL commands +Oracle Open Office Math : existence quantor symbol +Oracle Open Office Math : exiting +Oracle Open Office Math : exiting;groups +Oracle Open Office Math : exiting;Oracle Open Office +Oracle Open Office Math : expanding formatting (Calc) +Oracle Open Office Math : explorer of data sources +Oracle Open Office Math : exponential functions +Oracle Open Office Math : exponents +Oracle Open Office Math : exponents;variables with right +Oracle Open Office Math : exponents and indexes in Oracle Open Office Math +Oracle Open Office Math : export filters +Oracle Open Office Math : exporting +Oracle Open Office Math : exporting;bitmaps +Oracle Open Office Math : exporting;HTML and text documents +Oracle Open Office Math : exporting;Microsoft Office documents with VBA code +Oracle Open Office Math : exporting;spreadsheets to text format +Oracle Open Office Math : exporting;templates +Oracle Open Office Math : exporting;to foreign formats +Oracle Open Office Math : exporting;to HTML +Oracle Open Office Math : exporting;to Microsoft Office formats +Oracle Open Office Math : exporting;to PDF +Oracle Open Office Math : exporting;to PostScript format +Oracle Open Office Math : exporting;to XML +Oracle Open Office Math : exporting;XML files +Oracle Open Office Math : extended tips in Help +Oracle Open Office Math : extension mode in text +Oracle Open Office Math : extensions +Oracle Open Office Math : extensions;Extension Manager +Oracle Open Office Math : extensions;file formats +Oracle Open Office Math : external keys (Base) +Oracle Open Office Math : factorial +Oracle Open Office Math : faster printing +Oracle Open Office Math : faxes +Oracle Open Office Math : faxes;configuring Oracle Open Office +Oracle Open Office Math : faxes;fax programs/fax printers under UNIX +Oracle Open Office Math : faxes;selecting a fax machine +Oracle Open Office Math : faxes;sending +Oracle Open Office Math : faxes;wizards +Oracle Open Office Math : feedback +Oracle Open Office Math : feedback;automatically +Oracle Open Office Math : fields +Oracle Open Office Math : fields;database tables +Oracle Open Office Math : fields;displaying field codes (Writer) +Oracle Open Office Math : fields;formatted fields +Oracle Open Office Math : fields;updating automatically (Writer) +Oracle Open Office Math : file associations for Microsoft Office +Oracle Open Office Math : file filters +Oracle Open Office Math : file filters;mobile devices +Oracle Open Office Math : file filters;XML +Oracle Open Office Math : file formats +Oracle Open Office Math : file formats;changing Oracle Open Office defaults +Oracle Open Office Math : file formats;OpenDocument/XML +Oracle Open Office Math : file formats;saving always in other formats +Oracle Open Office Math : file selection button +Oracle Open Office Math : file sharing options for current document +Oracle Open Office Math : files +Oracle Open Office Math : files;filters and formats +Oracle Open Office Math : files;importing +Oracle Open Office Math : files;opening +Oracle Open Office Math : files;opening with placeholders +Oracle Open Office Math : files;properties +Oracle Open Office Math : files;saving +Oracle Open Office Math : files;saving automatically +Oracle Open Office Math : files;saving in other formats +Oracle Open Office Math : files;sending as e-mail +Oracle Open Office Math : files;version numbers +Oracle Open Office Math : files and folders in Oracle Open Office +Oracle Open Office Math : fill characters with tabulators +Oracle Open Office Math : fill colors for areas +Oracle Open Office Math : fill patterns for areas +Oracle Open Office Math : filter conditions +Oracle Open Office Math : filter conditions;connecting +Oracle Open Office Math : filter conditions;in queries (Base) +Oracle Open Office Math : filtering +Oracle Open Office Math : filtering;data in databases +Oracle Open Office Math : filtering;data in forms +Oracle Open Office Math : filters +Oracle Open Office Math : filters;comparison operators +Oracle Open Office Math : filters;for import and export +Oracle Open Office Math : filters;Navigator +Oracle Open Office Math : filters;pictures +Oracle Open Office Math : filters;XML filter settings +Oracle Open Office Math : Find tab in Help +Oracle Open Office Math : finding +Oracle Open Office Math : finding;errors in Oracle Open Office Math +Oracle Open Office Math : finding;in all sheets +Oracle Open Office Math : finding;records in form documents +Oracle Open Office Math : finding;selections +Oracle Open Office Math : finding;similarity search +Oracle Open Office Math : fitting to pages +Oracle Open Office Math : fitting to pages;print settings in Math +Oracle Open Office Math : fitting to pages;print settings in presentations +Oracle Open Office Math : fixed text +Oracle Open Office Math : fixed text;form functions +Oracle Open Office Math : fixing toolbars +Oracle Open Office Math : flipping draw objects +Oracle Open Office Math : floating frames in HTML documents +Oracle Open Office Math : floating toolbars +Oracle Open Office Math : floor brackets +Oracle Open Office Math : focus of controls +Oracle Open Office Math : folder creation +Oracle Open Office Math : font attributes +Oracle Open Office Math : font attributes;changing defaults +Oracle Open Office Math : font lists +Oracle Open Office Math : font name box +Oracle Open Office Math : font sizes +Oracle Open Office Math : font sizes;bullets +Oracle Open Office Math : font sizes;example +Oracle Open Office Math : font sizes;in Oracle Open Office Math +Oracle Open Office Math : font sizes;relative changes +Oracle Open Office Math : font sizes;scaling on screen +Oracle Open Office Math : font sizes;text +Oracle Open Office Math : fonts +Oracle Open Office Math : fonts;adding under UNIX +Oracle Open Office Math : fonts;changing in templates +Oracle Open Office Math : fonts;colors +Oracle Open Office Math : fonts;default settings +Oracle Open Office Math : fonts;effects +Oracle Open Office Math : fonts;for HTML and Basic +Oracle Open Office Math : fonts;formats +Oracle Open Office Math : fonts;in Oracle Open Office Math +Oracle Open Office Math : fonts;outlines +Oracle Open Office Math : fonts;positions in text +Oracle Open Office Math : fonts;shadows +Oracle Open Office Math : fonts;specifying several +Oracle Open Office Math : fonts;strikethrough +Oracle Open Office Math : fonts;styles +Oracle Open Office Math : fonts;text objects +Oracle Open Office Math : Fontwork icons +Oracle Open Office Math : footers +Oracle Open Office Math : footers;backgrounds +Oracle Open Office Math : for all symbol +Oracle Open Office Math : form controls +Oracle Open Office Math : form controls;assigning macros +Oracle Open Office Math : form controls;protecting +Oracle Open Office Math : form controls;toolbars +Oracle Open Office Math : form fields +Oracle Open Office Math : form filters +Oracle Open Office Math : Form Navigator +Oracle Open Office Math : format codes +Oracle Open Office Math : format codes;numbers +Oracle Open Office Math : format filling printing in Oracle Open Office Math +Oracle Open Office Math : Format Paintbrush +Oracle Open Office Math : formats +Oracle Open Office Math : formats;Asian layout +Oracle Open Office Math : formats;fonts +Oracle Open Office Math : formats;maximizing page formats +Oracle Open Office Math : formats;number and currency formats +Oracle Open Office Math : formats;of currencies/date/time +Oracle Open Office Math : formats;on opening and saving +Oracle Open Office Math : formats;pasting in special formats +Oracle Open Office Math : formats;positions +Oracle Open Office Math : formats;tabulators +Oracle Open Office Math : formatted fields +Oracle Open Office Math : formatted fields;form functions +Oracle Open Office Math : formatted fields;properties +Oracle Open Office Math : formatting +Oracle Open Office Math : formatting;Asian typography +Oracle Open Office Math : formatting;axes in charts +Oracle Open Office Math : formatting;changing default attributes +Oracle Open Office Math : formatting;chart legends +Oracle Open Office Math : formatting;copying +Oracle Open Office Math : formatting;definition +Oracle Open Office Math : formatting;expanding (Calc) +Oracle Open Office Math : formatting;font effects +Oracle Open Office Math : formatting;hyperlinks +Oracle Open Office Math : formatting;in Oracle Open Office Math +Oracle Open Office Math : formatting;pages +Oracle Open Office Math : formatting;printer metrics (Writer) +Oracle Open Office Math : formatting;reference list (Math) +Oracle Open Office Math : formatting;undoing +Oracle Open Office Math : formatting;undoing when writing +Oracle Open Office Math : forms +Oracle Open Office Math : forms;browsing +Oracle Open Office Math : forms;Combo Box/List Box Wizard +Oracle Open Office Math : forms;creating +Oracle Open Office Math : forms;data +Oracle Open Office Math : forms;designing (Base) +Oracle Open Office Math : forms;events +Oracle Open Office Math : forms;filtering data +Oracle Open Office Math : forms;finding records +Oracle Open Office Math : forms;focus after opening +Oracle Open Office Math : forms;general information (Base) +Oracle Open Office Math : forms;grouping controls +Oracle Open Office Math : forms;HTML filters +Oracle Open Office Math : forms;Navigator +Oracle Open Office Math : forms;opening in design mode +Oracle Open Office Math : forms;properties +Oracle Open Office Math : forms;sorting data +Oracle Open Office Math : forms;subforms +Oracle Open Office Math : forms;wizards +Oracle Open Office Math : forms;XForms +Oracle Open Office Math : formula cursor in Oracle Open Office Math +Oracle Open Office Math : formula display sizes +Oracle Open Office Math : formula fonts +Oracle Open Office Math : formula fonts;defining +Oracle Open Office Math : formula parts +Oracle Open Office Math : formula parts;manually aligning +Oracle Open Office Math : formula parts;merging +Oracle Open Office Math : formula texts +Oracle Open Office Math : formula texts;printing in Oracle Open Office Math +Oracle Open Office Math : formula view +Oracle Open Office Math : formula view;refreshing +Oracle Open Office Math : formulas +Oracle Open Office Math : formulas;aligning +Oracle Open Office Math : formulas;attributes in +Oracle Open Office Math : formulas;element spacing +Oracle Open Office Math : formulas;entering symbols in +Oracle Open Office Math : formulas;examples +Oracle Open Office Math : formulas;fit to text +Oracle Open Office Math : formulas;in color +Oracle Open Office Math : formulas;increasing size of display +Oracle Open Office Math : formulas;line breaks +Oracle Open Office Math : formulas;maximum size +Oracle Open Office Math : formulas;new +Oracle Open Office Math : formulas;reference tables +Oracle Open Office Math : formulas;selections +Oracle Open Office Math : formulas;starting formula editor +Oracle Open Office Math : formulas;zooming out +Oracle Open Office Math : formulas in reports +Oracle Open Office Math : formulas in reports;editing +Oracle Open Office Math : forums and support +Oracle Open Office Math : fractions in formulas +Oracle Open Office Math : frames +Oracle Open Office Math : frames;around paragraphs +Oracle Open Office Math : frames;around tables +Oracle Open Office Math : frames;AutoCorrect function +Oracle Open Office Math : frames;backgrounds +Oracle Open Office Math : frames;captions (Writer) +Oracle Open Office Math : frames;printing in Oracle Open Office Math +Oracle Open Office Math : frames;protecting +Oracle Open Office Math : frames;selection frames +Oracle Open Office Math : frames;text fitting to frames +Oracle Open Office Math : freeform lines +Oracle Open Office Math : freeform lines;draw functions +Oracle Open Office Math : FTP +Oracle Open Office Math : FTP;opening documents +Oracle Open Office Math : FTP;saving documents +Oracle Open Office Math : full joins (Base) +Oracle Open Office Math : full screen view +Oracle Open Office Math : full-text search in Help +Oracle Open Office Math : functions +Oracle Open Office Math : functions;in Oracle Open Office Math +Oracle Open Office Math : functions in reports +Oracle Open Office Math : functions in reports;editing +Oracle Open Office Math : functions operators +Oracle Open Office Math : functions operators;list of +Oracle Open Office Math : Gallery +Oracle Open Office Math : Gallery;adding pictures +Oracle Open Office Math : Gallery;dragging pictures to draw objects +Oracle Open Office Math : Gallery;hiding/showing +Oracle Open Office Math : Gallery;inserting pictures from +Oracle Open Office Math : gaps in formulas +Oracle Open Office Math : get method for form transmissions +Oracle Open Office Math : getting support +Oracle Open Office Math : GIF format +Oracle Open Office Math : glossaries +Oracle Open Office Math : glossaries;common terms +Oracle Open Office Math : glossaries;Internet terms +Oracle Open Office Math : gradients off for faster printing +Oracle Open Office Math : graphic objects, see draw objects +Oracle Open Office Math : graphical text art +Oracle Open Office Math : graphics +Oracle Open Office Math : graphics;cache +Oracle Open Office Math : graphics;protecting +Oracle Open Office Math : graphics, see also pictures +Oracle Open Office Math : grayscale printing +Oracle Open Office Math : greater than or equal to signs +Oracle Open Office Math : greater than relations +Oracle Open Office Math : Greek symbols in formulas +Oracle Open Office Math : grid controls +Oracle Open Office Math : grid controls;form functions +Oracle Open Office Math : grids +Oracle Open Office Math : grids;defaults (Writer/Calc) +Oracle Open Office Math : grids;display options (Impress/Draw) +Oracle Open Office Math : grids;displaying lines (Calc) +Oracle Open Office Math : group box creation +Oracle Open Office Math : grouping and brackets in Oracle Open Office Math +Oracle Open Office Math : grouping brackets +Oracle Open Office Math : groups +Oracle Open Office Math : groups;entering/exiting/ungrouping +Oracle Open Office Math : groups;naming +Oracle Open Office Math : groups;of controls +Oracle Open Office Math : guides +Oracle Open Office Math : guides;display options (Impress/Draw) +Oracle Open Office Math : guides;displaying when moving objects (Impress) +Oracle Open Office Math : guides;showing (Calc) +Oracle Open Office Math : guides;showing when moving frames (Writer) +Oracle Open Office Math : gutter +Oracle Open Office Math : h-bar symbol +Oracle Open Office Math : handles +Oracle Open Office Math : handles;displaying (Writer) +Oracle Open Office Math : handles;scaling +Oracle Open Office Math : handles;showing simple/large handles (Calc) +Oracle Open Office Math : Hangul/Hanja +Oracle Open Office Math : hatching +Oracle Open Office Math : headers +Oracle Open Office Math : headers;backgrounds +Oracle Open Office Math : headings +Oracle Open Office Math : headings;entering as text box +Oracle Open Office Math : Hebrew +Oracle Open Office Math : Hebrew;entering text +Oracle Open Office Math : Hebrew;language settings +Oracle Open Office Math : Help +Oracle Open Office Math : Help;bookmarks +Oracle Open Office Math : Help;extended tips on/off +Oracle Open Office Math : Help;full-text search +Oracle Open Office Math : Help;Help tips +Oracle Open Office Math : Help;keywords +Oracle Open Office Math : Help;navigation pane showing/hiding +Oracle Open Office Math : Help;style sheets +Oracle Open Office Math : Help;topics +Oracle Open Office Math : Help Agent +Oracle Open Office Math : Help Agent;help +Oracle Open Office Math : Help Agent;options +Oracle Open Office Math : Help tips +Oracle Open Office Math : Help tips;hiding +Oracle Open Office Math : hidden controls in Form Navigator +Oracle Open Office Math : hidden fields display (Writer) +Oracle Open Office Math : hidden pages +Oracle Open Office Math : hidden pages;printing in presentations +Oracle Open Office Math : hidden text +Oracle Open Office Math : hidden text;showing (Writer) +Oracle Open Office Math : hiding +Oracle Open Office Math : hiding;changes +Oracle Open Office Math : hiding;docked windows +Oracle Open Office Math : hiding;navigation pane in Help window +Oracle Open Office Math : high contrast mode +Oracle Open Office Math : Hindi +Oracle Open Office Math : Hindi;entering text +Oracle Open Office Math : Hindi;language settings +Oracle Open Office Math : horizontal scrollbars (Writer) +Oracle Open Office Math : hotspots +Oracle Open Office Math : HTML +Oracle Open Office Math : HTML;definition +Oracle Open Office Math : HTML;export character set +Oracle Open Office Math : HTML;fonts for source display +Oracle Open Office Math : HTML;importing META tags +Oracle Open Office Math : HTML;live presentations +Oracle Open Office Math : HTML documents +Oracle Open Office Math : HTML documents;auto reloading +Oracle Open Office Math : HTML documents;importing/exporting +Oracle Open Office Math : HTML documents;META tags in +Oracle Open Office Math : HTML documents;new +Oracle Open Office Math : HTML documents;source text +Oracle Open Office Math : hyperbolic cosine function +Oracle Open Office Math : hyperbolic cotangent function +Oracle Open Office Math : hyperbolic sine function +Oracle Open Office Math : hyperbolic tangent function +Oracle Open Office Math : hyperlinks +Oracle Open Office Math : hyperlinks;assigning macros +Oracle Open Office Math : hyperlinks;character formats +Oracle Open Office Math : hyperlinks;definition +Oracle Open Office Math : hyperlinks;deleting +Oracle Open Office Math : hyperlinks;editing +Oracle Open Office Math : hyperlinks;inserting +Oracle Open Office Math : hyperlinks;relative and absolute +Oracle Open Office Math : hyperlinks;turning off automatic recognition +Oracle Open Office Math : hyperlinks, see also links +Oracle Open Office Math : hyphenation +Oracle Open Office Math : hyphenation;activating for a language +Oracle Open Office Math : hyphenation;minimal number of characters +Oracle Open Office Math : hyphens +Oracle Open Office Math : hyphens;displaying custom (Writer) +Oracle Open Office Math : hyphens;inserting custom +Oracle Open Office Math : icon bars, see toolbars +Oracle Open Office Math : icon sizes +Oracle Open Office Math : identical to relation +Oracle Open Office Math : ignore list for spellcheck +Oracle Open Office Math : illustrations, see pictures +Oracle Open Office Math : image button creation +Oracle Open Office Math : image control creation +Oracle Open Office Math : image of relation +Oracle Open Office Math : ImageMap +Oracle Open Office Math : ImageMap;definition +Oracle Open Office Math : ImageMap;editor +Oracle Open Office Math : images +Oracle Open Office Math : images;ImageMap +Oracle Open Office Math : images;inserting and editing bitmaps +Oracle Open Office Math : images, see also pictures +Oracle Open Office Math : imaginary part of a complex number +Oracle Open Office Math : IME +Oracle Open Office Math : IME;definition +Oracle Open Office Math : IME;showing/hiding +Oracle Open Office Math : import filters +Oracle Open Office Math : import restrictions for Microsoft Office +Oracle Open Office Math : importing +Oracle Open Office Math : importing;bitmaps +Oracle Open Office Math : importing;compatibility settings for text import +Oracle Open Office Math : importing;databases +Oracle Open Office Math : importing;documents in other formats +Oracle Open Office Math : importing;from XML +Oracle Open Office Math : importing;HTML and text documents +Oracle Open Office Math : importing;HTML with META tags +Oracle Open Office Math : importing;Microsoft Office documents with VBA code +Oracle Open Office Math : importing;Oracle Open Office Math formulas +Oracle Open Office Math : importing;tables in text format +Oracle Open Office Math : importing;templates +Oracle Open Office Math : improvement program +Oracle Open Office Math : inches +Oracle Open Office Math : included in set operator +Oracle Open Office Math : includes set operator +Oracle Open Office Math : Index tab in Help +Oracle Open Office Math : indexes +Oracle Open Office Math : indexes;adding to formulas +Oracle Open Office Math : indexes;backgrounds +Oracle Open Office Math : indexes;showing/hiding Help index tab +Oracle Open Office Math : indexes and exponents in Oracle Open Office Math +Oracle Open Office Math : indicator lines in text +Oracle Open Office Math : inequation +Oracle Open Office Math : infinity symbol +Oracle Open Office Math : inner joins (Base) +Oracle Open Office Math : input method window +Oracle Open Office Math : insert mode for entering text +Oracle Open Office Math : inserting +Oracle Open Office Math : inserting;brackets +Oracle Open Office Math : inserting;buttons in toolbars +Oracle Open Office Math : inserting;cell ranges from spreadsheets +Oracle Open Office Math : inserting;charts +Oracle Open Office Math : inserting;clipboard options +Oracle Open Office Math : inserting;comments +Oracle Open Office Math : inserting;comments in Oracle Open Office Math +Oracle Open Office Math : inserting;data from text documents +Oracle Open Office Math : inserting;datasource records in spreadsheets +Oracle Open Office Math : inserting;drawings +Oracle Open Office Math : inserting;floating frames +Oracle Open Office Math : inserting;Fontwork objects +Oracle Open Office Math : inserting;form fields +Oracle Open Office Math : inserting;gaps +Oracle Open Office Math : inserting;hyperlinks +Oracle Open Office Math : inserting;line breaks in cells +Oracle Open Office Math : inserting;movies/sounds +Oracle Open Office Math : inserting;new text tables defaults +Oracle Open Office Math : inserting;objects from Gallery +Oracle Open Office Math : inserting;OLE objects +Oracle Open Office Math : inserting;paragraph borders +Oracle Open Office Math : inserting;paragraph bullets +Oracle Open Office Math : inserting;pictures in Gallery +Oracle Open Office Math : inserting;plug-ins +Oracle Open Office Math : inserting;push buttons +Oracle Open Office Math : inserting;special characters +Oracle Open Office Math : inserting;tab stops +Oracle Open Office Math : inserting;text in Oracle Open Office Math +Oracle Open Office Math : inserting;textures on chart bars +Oracle Open Office Math : installing +Oracle Open Office Math : installing;ActiveX control +Oracle Open Office Math : installing;mobile device filters +Oracle Open Office Math : installing;UNO components +Oracle Open Office Math : installing;XML filters +Oracle Open Office Math : instructions +Oracle Open Office Math : instructions;general +Oracle Open Office Math : instructions;Oracle Open Office Math +Oracle Open Office Math : integral limits +Oracle Open Office Math : integrals +Oracle Open Office Math : integrals;example +Oracle Open Office Math : integrals;signs +Oracle Open Office Math : Internet +Oracle Open Office Math : Internet;checking for updates +Oracle Open Office Math : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Math : Internet;presentations +Oracle Open Office Math : Internet;starting searches +Oracle Open Office Math : Internet glossary +Oracle Open Office Math : intersection of sets +Oracle Open Office Math : invert filter +Oracle Open Office Math : invisible areas +Oracle Open Office Math : italic attribute in Oracle Open Office Math +Oracle Open Office Math : italic text +Oracle Open Office Math : iterative references in spreadsheets +Oracle Open Office Math : Java +Oracle Open Office Math : Java;definition +Oracle Open Office Math : Java;setting options +Oracle Open Office Math : JDBC +Oracle Open Office Math : JDBC;databases (Base) +Oracle Open Office Math : JDBC;definition +Oracle Open Office Math : joining +Oracle Open Office Math : joining;paragraphs +Oracle Open Office Math : joining;tables (Base) +Oracle Open Office Math : joins in databases (Base) +Oracle Open Office Math : justifying text +Oracle Open Office Math : kerning +Oracle Open Office Math : kerning;Asian texts +Oracle Open Office Math : kerning;definition +Oracle Open Office Math : kerning;in characters +Oracle Open Office Math : key fields for relations (Base) +Oracle Open Office Math : keyboard +Oracle Open Office Math : keyboard;assigning/editing shortcut keys +Oracle Open Office Math : keyboard;general commands +Oracle Open Office Math : keyboard;removing numbering +Oracle Open Office Math : keys +Oracle Open Office Math : keys;adding push buttons +Oracle Open Office Math : keys;primary keys (Base) +Oracle Open Office Math : kiosk export +Oracle Open Office Math : labels +Oracle Open Office Math : labels;creating and synchronizing +Oracle Open Office Math : labels;for draw objects +Oracle Open Office Math : labels;form functions +Oracle Open Office Math : labels;from databases +Oracle Open Office Math : labels, see also names/callouts +Oracle Open Office Math : lambda-bar symbol +Oracle Open Office Math : languages +Oracle Open Office Math : languages;activating modules +Oracle Open Office Math : languages;Asian support +Oracle Open Office Math : languages;complex text layout +Oracle Open Office Math : languages;locale settings +Oracle Open Office Math : languages;selecting for text +Oracle Open Office Math : languages;setting options +Oracle Open Office Math : languages;spellcheck +Oracle Open Office Math : languages;spellchecking and formatting +Oracle Open Office Math : large handles (Writer) +Oracle Open Office Math : large icons +Oracle Open Office Math : layer arrangement +Oracle Open Office Math : layout +Oracle Open Office Math : layout;importing Word documents +Oracle Open Office Math : layout;pages +Oracle Open Office Math : LDAP server +Oracle Open Office Math : LDAP server;address books (Base) +Oracle Open Office Math : LDAP server;sign on options +Oracle Open Office Math : leading between paragraphs +Oracle Open Office Math : left alignment of paragraphs +Oracle Open Office Math : left arrow symbol +Oracle Open Office Math : left joins (Base) +Oracle Open Office Math : left-justified alignment (Math) +Oracle Open Office Math : legends +Oracle Open Office Math : legends;charts +Oracle Open Office Math : legends;draw objects +Oracle Open Office Math : legends;rounding corners +Oracle Open Office Math : less than or equal to signs +Oracle Open Office Math : less than relations +Oracle Open Office Math : Letter Wizard +Oracle Open Office Math : levels +Oracle Open Office Math : levels;depth stagger +Oracle Open Office Math : levels;macro security +Oracle Open Office Math : limits +Oracle Open Office Math : limits;in Oracle Open Office Math +Oracle Open Office Math : limits;in sums/integrals +Oracle Open Office Math : limits of tables (Writer) +Oracle Open Office Math : line above attribute +Oracle Open Office Math : line breaks +Oracle Open Office Math : line breaks;in cells +Oracle Open Office Math : line breaks;in formulas +Oracle Open Office Math : line spacing +Oracle Open Office Math : line spacing;context menu in paragraphs +Oracle Open Office Math : line spacing;paragraph +Oracle Open Office Math : line styles +Oracle Open Office Math : line styles;applying +Oracle Open Office Math : line styles;defining +Oracle Open Office Math : line through attribute +Oracle Open Office Math : lines +Oracle Open Office Math : lines;defining ends +Oracle Open Office Math : lines;draw functions +Oracle Open Office Math : lines;drawing in text +Oracle Open Office Math : lines;editing points +Oracle Open Office Math : lines;inserting in formulas +Oracle Open Office Math : lines;removing automatic lines +Oracle Open Office Math : lines;scalable +Oracle Open Office Math : lines;with edges +Oracle Open Office Math : lines of text +Oracle Open Office Math : lines of text;alignment +Oracle Open Office Math : links +Oracle Open Office Math : links;between cells and controls +Oracle Open Office Math : links;by drag and drop +Oracle Open Office Math : links;character formats +Oracle Open Office Math : links;definition +Oracle Open Office Math : links;editing hyperlinks +Oracle Open Office Math : links;inserting +Oracle Open Office Math : links;modifying +Oracle Open Office Math : links;opening files with +Oracle Open Office Math : links;relational databases (Base) +Oracle Open Office Math : links;turning off automatic recognition +Oracle Open Office Math : links;updating options (Writer) +Oracle Open Office Math : links;updating specific links +Oracle Open Office Math : list box creation +Oracle Open Office Math : lists +Oracle Open Office Math : lists;data assigned to controls +Oracle Open Office Math : lists;registered databases (Base) +Oracle Open Office Math : lists;regular expressions +Oracle Open Office Math : live presentations on the Internet +Oracle Open Office Math : loading +Oracle Open Office Math : loading;documents +Oracle Open Office Math : loading;documents from other formats +Oracle Open Office Math : loading;HTML documents, automatically +Oracle Open Office Math : loading;Microsoft Office documents with VBA code +Oracle Open Office Math : loading;reloading +Oracle Open Office Math : loading;XML files +Oracle Open Office Math : locale settings +Oracle Open Office Math : logarithms +Oracle Open Office Math : logic symbols +Oracle Open Office Math : logical operators +Oracle Open Office Math : lower limits +Oracle Open Office Math : lowercase letters +Oracle Open Office Math : lowercase letters;font effects +Oracle Open Office Math : Macro Wizard (Base) +Oracle Open Office Math : macros +Oracle Open Office Math : macros;assigning to events in forms +Oracle Open Office Math : macros;attaching new (Base) +Oracle Open Office Math : macros;in MS Office documents +Oracle Open Office Math : macros;interrupting +Oracle Open Office Math : macros;organizing +Oracle Open Office Math : macros;recording +Oracle Open Office Math : macros;security +Oracle Open Office Math : macros;security levels +Oracle Open Office Math : macros;security warning dialog +Oracle Open Office Math : macros;selecting security warnings +Oracle Open Office Math : magnifiers +Oracle Open Office Math : margins +Oracle Open Office Math : margins;pages +Oracle Open Office Math : margins;setting with the mouse +Oracle Open Office Math : margins;shadows +Oracle Open Office Math : markers +Oracle Open Office Math : markers;definition +Oracle Open Office Math : markers;next +Oracle Open Office Math : markers;previous +Oracle Open Office Math : marking changes +Oracle Open Office Math : marking, see selecting +Oracle Open Office Math : Math formula editor +Oracle Open Office Math : mathematical symbols +Oracle Open Office Math : mathematical symbols;catalog +Oracle Open Office Math : mathematical symbols;other +Oracle Open Office Math : matrices +Oracle Open Office Math : matrices;arranging +Oracle Open Office Math : maximum formula size +Oracle Open Office Math : measurement units +Oracle Open Office Math : measurement units;changing on rulers +Oracle Open Office Math : measurement units;converting +Oracle Open Office Math : measurement units;selecting +Oracle Open Office Math : Media Player window +Oracle Open Office Math : menus +Oracle Open Office Math : menus;activating context menus +Oracle Open Office Math : menus;assigning macros +Oracle Open Office Math : menus;customizing +Oracle Open Office Math : merging +Oracle Open Office Math : merging;documents +Oracle Open Office Math : merging;formula parts +Oracle Open Office Math : META tags +Oracle Open Office Math : metrics +Oracle Open Office Math : metrics;converting +Oracle Open Office Math : metrics;document formatting (Writer) +Oracle Open Office Math : metrics;in sheets +Oracle Open Office Math : Microsoft Office +Oracle Open Office Math : Microsoft Office;Access databases (base) +Oracle Open Office Math : Microsoft Office;as default file format +Oracle Open Office Math : Microsoft Office;document import restrictions +Oracle Open Office Math : Microsoft Office;feature comparisons +Oracle Open Office Math : Microsoft Office;importing password protected files +Oracle Open Office Math : Microsoft Office;importing Word documents +Oracle Open Office Math : Microsoft Office;importing/exporting VBA code +Oracle Open Office Math : Microsoft Office;new users information +Oracle Open Office Math : Microsoft Office;opening Microsoft documents +Oracle Open Office Math : Microsoft Office;reassigning document types +Oracle Open Office Math : migrating macros (Base) +Oracle Open Office Math : minus signs +Oracle Open Office Math : minus/plus signs +Oracle Open Office Math : mobile device filters +Oracle Open Office Math : models in XForms +Oracle Open Office Math : modifying, see changing +Oracle Open Office Math : more controls +Oracle Open Office Math : mosaic filter +Oracle Open Office Math : mouse +Oracle Open Office Math : mouse;pointers when using drag and drop +Oracle Open Office Math : mouse;positioning +Oracle Open Office Math : movies +Oracle Open Office Math : moving +Oracle Open Office Math : moving;tab stops on ruler +Oracle Open Office Math : moving;toolbars +Oracle Open Office Math : moving;using guide lines in presentations +Oracle Open Office Math : MS ADO interface (Base) +Oracle Open Office Math : much greater than relation +Oracle Open Office Math : much less than relation +Oracle Open Office Math : multi-line formulas +Oracle Open Office Math : multi-line formulas;aligning +Oracle Open Office Math : multi-line titles in forms +Oracle Open Office Math : multiple documents +Oracle Open Office Math : multiple documents;opening +Oracle Open Office Math : multiple selection +Oracle Open Office Math : multiplication signs +Oracle Open Office Math : music +Oracle Open Office Math : My Documents folder +Oracle Open Office Math : My Documents folder;changing work directory +Oracle Open Office Math : My Documents folder;opening +Oracle Open Office Math : MySQL databases (Base) +Oracle Open Office Math : Nabla operator +Oracle Open Office Math : names +Oracle Open Office Math : names;multi-line titles +Oracle Open Office Math : names;objects +Oracle Open Office Math : names, see also labels/callouts +Oracle Open Office Math : namespace organization in XForms +Oracle Open Office Math : native SQL (Base) +Oracle Open Office Math : natural exponential functions +Oracle Open Office Math : natural logarithms +Oracle Open Office Math : natural numbers +Oracle Open Office Math : navigating +Oracle Open Office Math : navigating;in documents +Oracle Open Office Math : Navigation bar +Oracle Open Office Math : Navigation bar;controls +Oracle Open Office Math : Navigation bar;forms +Oracle Open Office Math : Navigator +Oracle Open Office Math : Navigator;comments +Oracle Open Office Math : Navigator;contents as lists +Oracle Open Office Math : Navigator;docking +Oracle Open Office Math : Navigator;working with +Oracle Open Office Math : network identity options +Oracle Open Office Math : new databases +Oracle Open Office Math : new documents +Oracle Open Office Math : new lines in cells +Oracle Open Office Math : new symbols in Oracle Open Office Math +Oracle Open Office Math : new windows +Oracle Open Office Math : non-breaking dashes +Oracle Open Office Math : non-breaking spaces (Writer) +Oracle Open Office Math : non-printing characters (Writer) +Oracle Open Office Math : not included in set operator +Oracle Open Office Math : NOT operator +Oracle Open Office Math : not subset set operators +Oracle Open Office Math : not superset set operators +Oracle Open Office Math : number formats +Oracle Open Office Math : number formats;codes +Oracle Open Office Math : number formats;formats +Oracle Open Office Math : number formats;recognition in text tables +Oracle Open Office Math : number of pages +Oracle Open Office Math : number of sheets +Oracle Open Office Math : number of tables +Oracle Open Office Math : numbering +Oracle Open Office Math : numbering;options +Oracle Open Office Math : numbering;turning off +Oracle Open Office Math : numbering;using automatically +Oracle Open Office Math : numbers +Oracle Open Office Math : numbers;date, time and currency formats +Oracle Open Office Math : numbers;decimal places (Calc) +Oracle Open Office Math : numerical fields in forms +Oracle Open Office Math : objects +Oracle Open Office Math : objects;always moveable (Impress/Draw) +Oracle Open Office Math : objects;arranging within stacks +Oracle Open Office Math : objects;copying when moving in presentations +Oracle Open Office Math : objects;definition +Oracle Open Office Math : objects;displaying in spreadsheets +Oracle Open Office Math : objects;displaying in text documents +Oracle Open Office Math : objects;editing +Oracle Open Office Math : objects;inserting from Gallery +Oracle Open Office Math : objects;inserting OLE objects +Oracle Open Office Math : objects;moving and resizing with mouse +Oracle Open Office Math : objects;naming +Oracle Open Office Math : objects;opening +Oracle Open Office Math : objects;quickly moving to +Oracle Open Office Math : objects;titles and descriptions +Oracle Open Office Math : ODBC +Oracle Open Office Math : ODBC;database (Base) +Oracle Open Office Math : ODBC;definition +Oracle Open Office Math : ODF file formats +Oracle Open Office Math : Office +Oracle Open Office Math : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Math : OLE +Oracle Open Office Math : OLE;definition +Oracle Open Office Math : OLE objects +Oracle Open Office Math : OLE objects;arranging within stacks +Oracle Open Office Math : OLE objects;captions (Writer) +Oracle Open Office Math : OLE objects;inserting +Oracle Open Office Math : OLE objects;number of +Oracle Open Office Math : OLE objects;protecting +Oracle Open Office Math : one and a half line spacing in text +Oracle Open Office Math : online feedback options +Oracle Open Office Math : online registration +Oracle Open Office Math : online update options +Oracle Open Office Math : online updates +Oracle Open Office Math : online updates;checking automatically +Oracle Open Office Math : online updates;checking manually +Oracle Open Office Math : Open/Save dialogs +Oracle Open Office Math : OpenDocument file formats +Oracle Open Office Math : OpenGL +Oracle Open Office Math : OpenGL;definition +Oracle Open Office Math : opening +Oracle Open Office Math : opening;context menus +Oracle Open Office Math : opening;database files +Oracle Open Office Math : opening;dialog settings +Oracle Open Office Math : opening;documents +Oracle Open Office Math : opening;documents from other formats +Oracle Open Office Math : opening;documents on WebDAV server +Oracle Open Office Math : opening;files with links +Oracle Open Office Math : opening;files, with placeholders +Oracle Open Office Math : opening;forms +Oracle Open Office Math : opening;Microsoft Office files +Oracle Open Office Math : opening;mobile device documents +Oracle Open Office Math : opening;objects +Oracle Open Office Math : opening;reports +Oracle Open Office Math : opening;several files +Oracle Open Office Math : opening;XForms +Oracle Open Office Math : operator brackets +Oracle Open Office Math : operators +Oracle Open Office Math : operators;default filters +Oracle Open Office Math : operators;general +Oracle Open Office Math : operators;in Math +Oracle Open Office Math : operators;list of +Oracle Open Office Math : operators;unary and binary +Oracle Open Office Math : optional hyphens (Writer) +Oracle Open Office Math : options +Oracle Open Office Math : options;accessibility +Oracle Open Office Math : options;appearance +Oracle Open Office Math : options;compatibility (Writer) +Oracle Open Office Math : options;improvement program +Oracle Open Office Math : options;network identity +Oracle Open Office Math : options;online update +Oracle Open Office Math : options;tools +Oracle Open Office Math : OR operator +Oracle Open Office Math : Oracle databases (base) +Oracle Open Office Math : Oracle Open Office Base data sources +Oracle Open Office Math : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Math : Oracle Open Office documents +Oracle Open Office Math : Oracle Open Office documents;mobile device filters +Oracle Open Office Math : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Math : Oracle Open Office Math +Oracle Open Office Math : Oracle Open Office Math;entering symbols in +Oracle Open Office Math : Oracle Open Office Math;examples +Oracle Open Office Math : Oracle Open Office Math;formatting +Oracle Open Office Math : Oracle Open Office Math;general instructions +Oracle Open Office Math : Oracle Open Office Math;reference list +Oracle Open Office Math : Oracle Open Office Math;relations +Oracle Open Office Math : Oracle Open Office Math start +Oracle Open Office Math : ordering +Oracle Open Office Math : ordering;objects +Oracle Open Office Math : organizing +Oracle Open Office Math : organizing;macros and scripts +Oracle Open Office Math : organizing;namespaces in XForms +Oracle Open Office Math : organizing;styles +Oracle Open Office Math : organizing;templates +Oracle Open Office Math : original by correspondence +Oracle Open Office Math : original size +Oracle Open Office Math : original size;printing in Oracle Open Office Math +Oracle Open Office Math : original size;restoring after cropping +Oracle Open Office Math : orphaned brackets +Oracle Open Office Math : orthogonal relations +Oracle Open Office Math : other operators +Oracle Open Office Math : other operators;list of +Oracle Open Office Math : outlines +Oracle Open Office Math : outlines;font effects +Oracle Open Office Math : outlines;outline symbols +Oracle Open Office Math : outlines;sending to presentations +Oracle Open Office Math : overline attribute +Oracle Open Office Math : overwrite mode +Oracle Open Office Math : owns command +Oracle Open Office Math : packages, see extensions +Oracle Open Office Math : page breaks +Oracle Open Office Math : page breaks;displaying (Calc) +Oracle Open Office Math : page formats +Oracle Open Office Math : page formats;maximizing +Oracle Open Office Math : page formats;restriction +Oracle Open Office Math : page styles +Oracle Open Office Math : page styles;editing/applying with statusbar +Oracle Open Office Math : pages +Oracle Open Office Math : pages;backgrounds in all applications +Oracle Open Office Math : pages;formatting and numbering +Oracle Open Office Math : pages;printing page names in presentations +Oracle Open Office Math : pages;scaling +Oracle Open Office Math : pages;selecting one to print +Oracle Open Office Math : paint box +Oracle Open Office Math : paint can symbol +Oracle Open Office Math : pair kerning +Oracle Open Office Math : Palm file filters +Oracle Open Office Math : paper formats +Oracle Open Office Math : paper size warning +Oracle Open Office Math : paper trays +Oracle Open Office Math : paragraph marks +Oracle Open Office Math : paragraph marks;displaying (Writer) +Oracle Open Office Math : paragraph styles +Oracle Open Office Math : paragraph styles;languages +Oracle Open Office Math : paragraph styles;modifying basic fonts +Oracle Open Office Math : paragraphs +Oracle Open Office Math : paragraphs;alignment +Oracle Open Office Math : paragraphs;Asian typography +Oracle Open Office Math : paragraphs;defining borders +Oracle Open Office Math : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Math : paragraphs;increasing indents of +Oracle Open Office Math : paragraphs;indents, margins and columns +Oracle Open Office Math : paragraphs;inserting bullets +Oracle Open Office Math : paragraphs;joining +Oracle Open Office Math : paragraphs;numbering automatically +Oracle Open Office Math : paragraphs;removing blank ones +Oracle Open Office Math : paragraphs;spacing +Oracle Open Office Math : paragraphs;tab stops +Oracle Open Office Math : parallel relation +Oracle Open Office Math : parameters +Oracle Open Office Math : parameters;command line +Oracle Open Office Math : parameters;queries (Base) +Oracle Open Office Math : parentheses (Math) +Oracle Open Office Math : partial differentiation symbol +Oracle Open Office Math : passwords for protecting contents +Oracle Open Office Math : pasting +Oracle Open Office Math : pasting;cell ranges +Oracle Open Office Math : pasting;cell ranges from spreadsheets +Oracle Open Office Math : pasting;data from text documents +Oracle Open Office Math : pasting;draw objects +Oracle Open Office Math : pasting;draw objects from other documents +Oracle Open Office Math : pasting;formatted/unformatted text +Oracle Open Office Math : pasting;from data source view +Oracle Open Office Math : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Math : pasting;pictures from other documents +Oracle Open Office Math : pasting;sheet areas in text documents +Oracle Open Office Math : pasting;to Gallery +Oracle Open Office Math : paths +Oracle Open Office Math : paths;changing work directory +Oracle Open Office Math : paths;defaults +Oracle Open Office Math : pattern editor +Oracle Open Office Math : pattern fields +Oracle Open Office Math : pattern fields;form functions +Oracle Open Office Math : patterns for objects +Oracle Open Office Math : PDF +Oracle Open Office Math : PDF;export +Oracle Open Office Math : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Math : personal data input +Oracle Open Office Math : phonetic guide +Oracle Open Office Math : picklist creation +Oracle Open Office Math : picture by correspondence +Oracle Open Office Math : pictures +Oracle Open Office Math : pictures;adding to Gallery +Oracle Open Office Math : pictures;arranging within stacks +Oracle Open Office Math : pictures;assigning macros +Oracle Open Office Math : pictures;backgrounds +Oracle Open Office Math : pictures;captions (Writer) +Oracle Open Office Math : pictures;changing paths +Oracle Open Office Math : pictures;cropping and zooming +Oracle Open Office Math : pictures;displaying in Calc +Oracle Open Office Math : pictures;displaying in Writer (Writer) +Oracle Open Office Math : pictures;drag and drop between documents +Oracle Open Office Math : pictures;drawing +Oracle Open Office Math : pictures;editing +Oracle Open Office Math : pictures;filters +Oracle Open Office Math : pictures;ImageMap +Oracle Open Office Math : pictures;inserting automatically +Oracle Open Office Math : pictures;inserting from Gallery +Oracle Open Office Math : pictures;number of +Oracle Open Office Math : pictures;printing +Oracle Open Office Math : pictures;scaling/resizing +Oracle Open Office Math : pixel editor +Oracle Open Office Math : pixel graphics +Oracle Open Office Math : pixel graphics;inserting and editing +Oracle Open Office Math : pixel patterns +Oracle Open Office Math : placeholders +Oracle Open Office Math : placeholders;in SQL queries +Oracle Open Office Math : placeholders;inserting in formulas +Oracle Open Office Math : placeholders;on opening files +Oracle Open Office Math : placeholders;position of next +Oracle Open Office Math : placeholders;previous marker +Oracle Open Office Math : placing toolbars +Oracle Open Office Math : playing movies and sound files +Oracle Open Office Math : plotting data as charts +Oracle Open Office Math : plug-ins +Oracle Open Office Math : plug-ins;activating and deactivating +Oracle Open Office Math : plug-ins;definition +Oracle Open Office Math : plug-ins;inserting +Oracle Open Office Math : plus signs +Oracle Open Office Math : plus/minus signs +Oracle Open Office Math : pocket device appliances +Oracle Open Office Math : Pocket PC file filters +Oracle Open Office Math : points +Oracle Open Office Math : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Math : polygon drawing +Oracle Open Office Math : pop-art filter +Oracle Open Office Math : portable document format +Oracle Open Office Math : positioning +Oracle Open Office Math : positioning;draw objects and controls +Oracle Open Office Math : positioning;fonts +Oracle Open Office Math : positioning;objects +Oracle Open Office Math : positioning;toolbars +Oracle Open Office Math : post method for form transmissions +Oracle Open Office Math : posterizing filter +Oracle Open Office Math : PostScript +Oracle Open Office Math : PostScript;creating files +Oracle Open Office Math : PostScript;PDF converter, UNIX +Oracle Open Office Math : PowerPoint export +Oracle Open Office Math : powers +Oracle Open Office Math : precision as shown (Calc) +Oracle Open Office Math : predefining fonts +Oracle Open Office Math : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Math : presentations +Oracle Open Office Math : presentations;creating/opening +Oracle Open Office Math : presentations;inserting spreadsheet cells +Oracle Open Office Math : presentations;live on the Internet +Oracle Open Office Math : presentations;print menu +Oracle Open Office Math : presentations;saving +Oracle Open Office Math : presentations;saving automatically +Oracle Open Office Math : presentations;saving in other formats +Oracle Open Office Math : presentations;sending as e-mail +Oracle Open Office Math : presentations;starting with wizard +Oracle Open Office Math : presentations;wizards +Oracle Open Office Math : Presenter Console shortcuts +Oracle Open Office Math : press buttons, see push buttons +Oracle Open Office Math : previews +Oracle Open Office Math : previews;fonts lists +Oracle Open Office Math : primary keys +Oracle Open Office Math : primary keys;defining +Oracle Open Office Math : primary keys;design view +Oracle Open Office Math : primary keys;inserting (Base) +Oracle Open Office Math : print area selection +Oracle Open Office Math : printer metrics for document formatting (Writer) +Oracle Open Office Math : printers +Oracle Open Office Math : printers;adding, UNIX +Oracle Open Office Math : printers;choosing +Oracle Open Office Math : printers;default printer +Oracle Open Office Math : printers;faxes under UNIX +Oracle Open Office Math : printers;maximum page formats +Oracle Open Office Math : printers;paper trays +Oracle Open Office Math : printers;properties +Oracle Open Office Math : printing +Oracle Open Office Math : printing;black and white +Oracle Open Office Math : printing;brochures +Oracle Open Office Math : printing;colors in grayscale +Oracle Open Office Math : printing;comments +Oracle Open Office Math : printing;copies +Oracle Open Office Math : printing;creating individual jobs +Oracle Open Office Math : printing;dates in presentations +Oracle Open Office Math : printing;directly +Oracle Open Office Math : printing;documents +Oracle Open Office Math : printing;drawings defaults +Oracle Open Office Math : printing;elements in text documents +Oracle Open Office Math : printing;faster +Oracle Open Office Math : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Math : printing;fitting to pages in presentations +Oracle Open Office Math : printing;formulas in Oracle Open Office Math +Oracle Open Office Math : printing;hidden pages of presentations +Oracle Open Office Math : printing;in original size in Oracle Open Office Math +Oracle Open Office Math : printing;left/right pages +Oracle Open Office Math : printing;queries (Base) +Oracle Open Office Math : printing;scaling in Oracle Open Office Math +Oracle Open Office Math : printing;selections +Oracle Open Office Math : printing;text always in black +Oracle Open Office Math : printing;text in reverse order +Oracle Open Office Math : printing;tiling pages in presentations +Oracle Open Office Math : printing;transparencies +Oracle Open Office Math : printing;warnings +Oracle Open Office Math : printing;without scaling in presentations +Oracle Open Office Math : printing speed +Oracle Open Office Math : product +Oracle Open Office Math : programming +Oracle Open Office Math : programming;Oracle Open Office +Oracle Open Office Math : programming;scripting +Oracle Open Office Math : properties +Oracle Open Office Math : properties;fields in databases +Oracle Open Office Math : properties;files +Oracle Open Office Math : properties;form controls +Oracle Open Office Math : properties;forms +Oracle Open Office Math : properties;printers +Oracle Open Office Math : proportional to relation +Oracle Open Office Math : protected contents +Oracle Open Office Math : protected dashes +Oracle Open Office Math : protected database tables +Oracle Open Office Math : protected documents +Oracle Open Office Math : protected spaces +Oracle Open Office Math : protected spaces;inserting +Oracle Open Office Math : protected spaces;showing (Writer) +Oracle Open Office Math : protecting +Oracle Open Office Math : protecting;contents +Oracle Open Office Math : protecting;recorded changes +Oracle Open Office Math : proxy settings +Oracle Open Office Math : push buttons +Oracle Open Office Math : push buttons;adding to documents +Oracle Open Office Math : push buttons;creating +Oracle Open Office Math : queries +Oracle Open Office Math : queries;copying (Base) +Oracle Open Office Math : queries;creating in design view (Base) +Oracle Open Office Math : queries;creating in SQL view +Oracle Open Office Math : queries;defining (Base) +Oracle Open Office Math : queries;deleting table links (Base) +Oracle Open Office Math : queries;editing in data source view +Oracle Open Office Math : queries;formulating filter conditions (Base) +Oracle Open Office Math : queries;joining tables (Base) +Oracle Open Office Math : queries;missing elements (Base) +Oracle Open Office Math : queries;overview (Base) +Oracle Open Office Math : queries;parameter queries (Base) +Oracle Open Office Math : queries;printing (Base) +Oracle Open Office Math : Query Wizard (Base) +Oracle Open Office Math : Quickstarter +Oracle Open Office Math : quotation marks +Oracle Open Office Math : quotation marks;replacing +Oracle Open Office Math : quotes +Oracle Open Office Math : quotes;custom +Oracle Open Office Math : quotient set +Oracle Open Office Math : radio button creation +Oracle Open Office Math : range of integral example +Oracle Open Office Math : rational numbers +Oracle Open Office Math : read-only documents +Oracle Open Office Math : read-only documents;cursor +Oracle Open Office Math : read-only documents;database tables on/off +Oracle Open Office Math : read-only documents;editing +Oracle Open Office Math : read-only documents;opening documents as +Oracle Open Office Math : read-only items in Data Navigator +Oracle Open Office Math : real numbers +Oracle Open Office Math : real part of complex numbers +Oracle Open Office Math : recognizing URLs automatically +Oracle Open Office Math : recording +Oracle Open Office Math : recording;changes +Oracle Open Office Math : recording;macros +Oracle Open Office Math : records +Oracle Open Office Math : records;inserting comments +Oracle Open Office Math : records;protecting +Oracle Open Office Math : records;saving +Oracle Open Office Math : records;searching in databases +Oracle Open Office Math : rectangles with round corners +Oracle Open Office Math : recursions in spreadsheets +Oracle Open Office Math : redo command +Oracle Open Office Math : reduced printing +Oracle Open Office Math : reference lines +Oracle Open Office Math : reference tables +Oracle Open Office Math : reference tables;formulas +Oracle Open Office Math : references +Oracle Open Office Math : references;displaying in color (Calc) +Oracle Open Office Math : references;expanding (Calc) +Oracle Open Office Math : references;iterative (Calc) +Oracle Open Office Math : refreshing formula view +Oracle Open Office Math : register-true +Oracle Open Office Math : register-true;definition +Oracle Open Office Math : registering +Oracle Open Office Math : registering;address books +Oracle Open Office Math : registering;databases (Base) +Oracle Open Office Math : registering;Oracle Open Office +Oracle Open Office Math : regular expressions +Oracle Open Office Math : regular expressions;list of +Oracle Open Office Math : regular expressions;opening files +Oracle Open Office Math : relational databases (Base) +Oracle Open Office Math : relations +Oracle Open Office Math : relations;creating and deleting (Base) +Oracle Open Office Math : relations;in Oracle Open Office Math +Oracle Open Office Math : relations;joining tables (Base) +Oracle Open Office Math : relations;properties (Base) +Oracle Open Office Math : relations operators +Oracle Open Office Math : relations operators;list of +Oracle Open Office Math : relative hyperlinks +Oracle Open Office Math : relative saving of URLs +Oracle Open Office Math : reloading +Oracle Open Office Math : reloading;documents +Oracle Open Office Math : reloading;HTML documents, automatically +Oracle Open Office Math : remarks, see also comments +Oracle Open Office Math : remote configurations +Oracle Open Office Math : remove noise filter +Oracle Open Office Math : removing +Oracle Open Office Math : removing;bullets and numbering +Oracle Open Office Math : removing;form filters +Oracle Open Office Math : removing, see also deleting +Oracle Open Office Math : repeating +Oracle Open Office Math : repeating;commands +Oracle Open Office Math : replacement options +Oracle Open Office Math : replacement table +Oracle Open Office Math : replacing +Oracle Open Office Math : replacing;AutoCorrect function +Oracle Open Office Math : replacing;dashes +Oracle Open Office Math : replacing;tab stops (regular expressions) +Oracle Open Office Math : Report Builder +Oracle Open Office Math : reports +Oracle Open Office Math : reports;creating +Oracle Open Office Math : reports;error reports +Oracle Open Office Math : reports;opening and editing +Oracle Open Office Math : reports;templates +Oracle Open Office Math : resetting +Oracle Open Office Math : resetting;templates +Oracle Open Office Math : resizing +Oracle Open Office Math : resizing;fonts +Oracle Open Office Math : resizing;objects, by mouse +Oracle Open Office Math : resizing, see also scaling/zooming +Oracle Open Office Math : resolution when printing bitmaps +Oracle Open Office Math : restoring +Oracle Open Office Math : restoring;default formatting +Oracle Open Office Math : restoring;editing +Oracle Open Office Math : reversed circumflex attribute +Oracle Open Office Math : reversing printing order +Oracle Open Office Math : review function +Oracle Open Office Math : review function;accepting or rejecting changes +Oracle Open Office Math : review function;comparing documents +Oracle Open Office Math : review function;protecting records +Oracle Open Office Math : review function;recording changes example +Oracle Open Office Math : rich text control +Oracle Open Office Math : right alignment of paragraphs +Oracle Open Office Math : right angled relations +Oracle Open Office Math : right arrow symbol +Oracle Open Office Math : right joins (Base) +Oracle Open Office Math : right-justified alignment in Oracle Open Office Math +Oracle Open Office Math : right-to-left text +Oracle Open Office Math : roots +Oracle Open Office Math : rotating +Oracle Open Office Math : rotating;3D text +Oracle Open Office Math : round brackets +Oracle Open Office Math : round corners +Oracle Open Office Math : rounding precision (Calc) +Oracle Open Office Math : row headers +Oracle Open Office Math : row headers;displaying (Calc) +Oracle Open Office Math : row headers;highlighting (Calc) +Oracle Open Office Math : rulers +Oracle Open Office Math : rulers;default settings +Oracle Open Office Math : rulers;measurement units +Oracle Open Office Math : rulers;visible in presentations +Oracle Open Office Math : samples and templates +Oracle Open Office Math : saving +Oracle Open Office Math : saving;default file formats +Oracle Open Office Math : saving;dialog settings +Oracle Open Office Math : saving;documents +Oracle Open Office Math : saving;documents for mobile devices +Oracle Open Office Math : saving;documents in other formats +Oracle Open Office Math : saving;documents, automatically +Oracle Open Office Math : saving;in Microsoft Office file format +Oracle Open Office Math : saving;options +Oracle Open Office Math : saving;templates +Oracle Open Office Math : saving;to XML +Oracle Open Office Math : saving;VBA code in Microsoft Office documents +Oracle Open Office Math : saving;with password by default +Oracle Open Office Math : saving as command +Oracle Open Office Math : saving as command;precautions +Oracle Open Office Math : scalable braces +Oracle Open Office Math : scalable lines with ceiling +Oracle Open Office Math : scalable round brackets +Oracle Open Office Math : scaling +Oracle Open Office Math : scaling;font sizes in user interface +Oracle Open Office Math : scaling;fonts +Oracle Open Office Math : scaling;in Oracle Open Office Math +Oracle Open Office Math : scaling;objects +Oracle Open Office Math : scaling;pictures +Oracle Open Office Math : scaling;printing in Oracle Open Office Math +Oracle Open Office Math : scaling;when printing presentations +Oracle Open Office Math : scaling, see also zooming +Oracle Open Office Math : screen +Oracle Open Office Math : screen;full screen views +Oracle Open Office Math : screen;scaling +Oracle Open Office Math : screen magnifiers +Oracle Open Office Math : screen readers +Oracle Open Office Math : script organization +Oracle Open Office Math : scrollbars +Oracle Open Office Math : scrollbars;controls +Oracle Open Office Math : scrollbars;displaying (Calc) +Oracle Open Office Math : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Math : search criteria for database functions in cells +Oracle Open Office Math : search engines +Oracle Open Office Math : search engines;definition +Oracle Open Office Math : search engines;selecting +Oracle Open Office Math : searching +Oracle Open Office Math : searching;all sheets +Oracle Open Office Math : searching;databases +Oracle Open Office Math : searching;form filters +Oracle Open Office Math : searching;Internet +Oracle Open Office Math : searching;tables and forms +Oracle Open Office Math : sections +Oracle Open Office Math : sections;backgrounds +Oracle Open Office Math : security +Oracle Open Office Math : security;digital signatures +Oracle Open Office Math : security;options for documents with macros +Oracle Open Office Math : security;protecting contents +Oracle Open Office Math : security;security levels for macros +Oracle Open Office Math : security;warning dialogs with macros +Oracle Open Office Math : selecting +Oracle Open Office Math : selecting;controls +Oracle Open Office Math : selecting;measurement units +Oracle Open Office Math : selecting;objects +Oracle Open Office Math : selecting;print areas +Oracle Open Office Math : selecting;several files +Oracle Open Office Math : selection clipboard +Oracle Open Office Math : selection frames +Oracle Open Office Math : selection modes in text +Oracle Open Office Math : selection options in formulas +Oracle Open Office Math : sending +Oracle Open Office Math : sending;AutoAbstract function in presentations +Oracle Open Office Math : sending;documents as e-mail +Oracle Open Office Math : sending;documents as faxes +Oracle Open Office Math : separator lines +Oracle Open Office Math : separator lines;defining +Oracle Open Office Math : separators +Oracle Open Office Math : separators;conditional +Oracle Open Office Math : Server Side ImageMap +Oracle Open Office Math : set operations in Oracle Open OfficeMath +Oracle Open Office Math : set operators +Oracle Open Office Math : set operators;list of +Oracle Open Office Math : sets of numbers +Oracle Open Office Math : settings +Oracle Open Office Math : settings;printers +Oracle Open Office Math : settings;program configuration +Oracle Open Office Math : settings;proxies +Oracle Open Office Math : settings;tracking changes +Oracle Open Office Math : settings;views +Oracle Open Office Math : SGML +Oracle Open Office Math : SGML;definition +Oracle Open Office Math : shadows +Oracle Open Office Math : shadows;areas +Oracle Open Office Math : shadows;borders +Oracle Open Office Math : shadows;characters +Oracle Open Office Math : shadows;characters, using context menu +Oracle Open Office Math : sharing documents +Oracle Open Office Math : sharpening filter +Oracle Open Office Math : sheet tabs +Oracle Open Office Math : sheet tabs;displaying +Oracle Open Office Math : sheets +Oracle Open Office Math : sheets;searching all +Oracle Open Office Math : shortcut keys +Oracle Open Office Math : shortcut keys;assigning macros +Oracle Open Office Math : shortcut keys;general +Oracle Open Office Math : shortcut keys;in databases +Oracle Open Office Math : shortcut keys;in formulas +Oracle Open Office Math : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Math : showing +Oracle Open Office Math : showing;changes +Oracle Open Office Math : showing;docked windows +Oracle Open Office Math : showing;drawings and controls (Writer) +Oracle Open Office Math : showing;live presentations on the Internet +Oracle Open Office Math : showing;toolbars +Oracle Open Office Math : signing documents with digital signatures +Oracle Open Office Math : similar to relations +Oracle Open Office Math : similarity search +Oracle Open Office Math : simple handles (Writer) +Oracle Open Office Math : simplified Chinese +Oracle Open Office Math : simplified Chinese;translating to traditional Chinese +Oracle Open Office Math : sine function +Oracle Open Office Math : single brackets without group function +Oracle Open Office Math : single sign on options +Oracle Open Office Math : single-line spacing in text +Oracle Open Office Math : sizes +Oracle Open Office Math : sizes;draw objects +Oracle Open Office Math : sizes;of fonts in Oracle Open Office Math +Oracle Open Office Math : sizes;pictures +Oracle Open Office Math : slanting draw objects +Oracle Open Office Math : slash division sign +Oracle Open Office Math : small capitals +Oracle Open Office Math : small gaps +Oracle Open Office Math : small icons +Oracle Open Office Math : smart tag configuration +Oracle Open Office Math : smooth scrolling (Writer) +Oracle Open Office Math : smoothing filter +Oracle Open Office Math : snap grid defaults (Writer/Calc) +Oracle Open Office Math : snapping in presentations and drawings +Oracle Open Office Math : solarization filter +Oracle Open Office Math : sort lists +Oracle Open Office Math : sort lists;copying to in Calc +Oracle Open Office Math : sorting +Oracle Open Office Math : sorting;data in forms +Oracle Open Office Math : sorting;databases +Oracle Open Office Math : sound files +Oracle Open Office Math : spaces +Oracle Open Office Math : spaces;displaying (Writer) +Oracle Open Office Math : spaces;ignoring double +Oracle Open Office Math : spaces;inserting protected spaces +Oracle Open Office Math : spaces;showing protected spaces (Writer) +Oracle Open Office Math : spaces in formulas +Oracle Open Office Math : spacing +Oracle Open Office Math : spacing;between paragraphs in footnotes +Oracle Open Office Math : spacing;font effects +Oracle Open Office Math : spacing;formula elements +Oracle Open Office Math : spacing;lines and paragraphs +Oracle Open Office Math : spacing;tab stops in text documents +Oracle Open Office Math : spacing;tabs in presentations +Oracle Open Office Math : spadmin +Oracle Open Office Math : special characters +Oracle Open Office Math : speech bubbles +Oracle Open Office Math : speed of printing +Oracle Open Office Math : spellcheck +Oracle Open Office Math : spellcheck;activating for a language +Oracle Open Office Math : spellcheck;context menus +Oracle Open Office Math : spellcheck;default languages +Oracle Open Office Math : spellcheck;dialog +Oracle Open Office Math : spellcheck;dictionary of exceptions +Oracle Open Office Math : spellcheck;ignore list +Oracle Open Office Math : spin button creation +Oracle Open Office Math : spoolfiles with Xprinter +Oracle Open Office Math : spreadsheets +Oracle Open Office Math : spreadsheets;as databases (base) +Oracle Open Office Math : spreadsheets;copying areas to text documents +Oracle Open Office Math : spreadsheets;creating/opening +Oracle Open Office Math : spreadsheets;inserting charts +Oracle Open Office Math : spreadsheets;inserting database records +Oracle Open Office Math : spreadsheets;printing +Oracle Open Office Math : spreadsheets;saving +Oracle Open Office Math : spreadsheets;saving automatically +Oracle Open Office Math : spreadsheets;saving in other formats +Oracle Open Office Math : spreadsheets;sending as e-mail +Oracle Open Office Math : SQL +Oracle Open Office Math : SQL;definition +Oracle Open Office Math : SQL;DISTINCT parameter +Oracle Open Office Math : SQL;executing SQL commands +Oracle Open Office Math : SQL;executing SQL statements (Base) +Oracle Open Office Math : SQL;queries (Base) +Oracle Open Office Math : square brackets +Oracle Open Office Math : square drawings +Oracle Open Office Math : square roots +Oracle Open Office Math : stacks +Oracle Open Office Math : standard bar on/off +Oracle Open Office Math : standard filters in databases +Oracle Open Office Math : standard printer under UNIX +Oracle Open Office Math : start center +Oracle Open Office Math : start parameters +Oracle Open Office Math : status bar on/off +Oracle Open Office Math : stickers +Oracle Open Office Math : strikethrough +Oracle Open Office Math : strikethrough;characters +Oracle Open Office Math : strikethrough;font effects +Oracle Open Office Math : styles +Oracle Open Office Math : styles;'changed' message +Oracle Open Office Math : styles;copying between documents +Oracle Open Office Math : styles;keyboard shortcuts +Oracle Open Office Math : styles;organizing +Oracle Open Office Math : styles;printing styles used in a document +Oracle Open Office Math : styles;replacing automatically +Oracle Open Office Math : Styles and Formatting window +Oracle Open Office Math : Styles and Formatting window;docking +Oracle Open Office Math : subforms +Oracle Open Office Math : subforms;creating +Oracle Open Office Math : subforms;description +Oracle Open Office Math : submitting forms +Oracle Open Office Math : subscripts +Oracle Open Office Math : subset set operators +Oracle Open Office Math : subtraction signs +Oracle Open Office Math : suffixes in file formats +Oracle Open Office Math : sum range example +Oracle Open Office Math : summation +Oracle Open Office Math : superscripts +Oracle Open Office Math : superset set operators +Oracle Open Office Math : support on the Web +Oracle Open Office Math : symbols +Oracle Open Office Math : symbols;adding in Oracle Open Office Math +Oracle Open Office Math : symbols;entering in Oracle Open Office Math +Oracle Open Office Math : symbols;for complex numbers +Oracle Open Office Math : synchronizing +Oracle Open Office Math : synchronizing;labels and business cards +Oracle Open Office Math : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Math : system address book registration +Oracle Open Office Math : tab stops +Oracle Open Office Math : tab stops;displaying (Writer) +Oracle Open Office Math : tab stops;inserting and editing +Oracle Open Office Math : tab stops;regular expressions +Oracle Open Office Math : tab stops;setting in sheets +Oracle Open Office Math : tab stops;settings +Oracle Open Office Math : tab stops;spacing in presentations +Oracle Open Office Math : tab stops;spacing in text documents +Oracle Open Office Math : table controls +Oracle Open Office Math : table controls;form functions +Oracle Open Office Math : table controls;keyboard-only edit mode +Oracle Open Office Math : table controls;properties +Oracle Open Office Math : table views of databases +Oracle Open Office Math : Table Wizard (Base) +Oracle Open Office Math : tables +Oracle Open Office Math : tables;inserting line breaks +Oracle Open Office Math : tables in databases +Oracle Open Office Math : tables in databases;access rights to (Base) +Oracle Open Office Math : tables in databases;adding to queries +Oracle Open Office Math : tables in databases;browsing and editing +Oracle Open Office Math : tables in databases;copying database tables (Base) +Oracle Open Office Math : tables in databases;creating +Oracle Open Office Math : tables in databases;creating in design view (manually) +Oracle Open Office Math : tables in databases;importing text formats (Base) +Oracle Open Office Math : tables in databases;joining for queries (Base) +Oracle Open Office Math : tables in databases;printing queries (Base) +Oracle Open Office Math : tables in databases;relations (Base) +Oracle Open Office Math : tables in databases;searching +Oracle Open Office Math : tables in spreadsheets +Oracle Open Office Math : tables in spreadsheets;copying data to other applications +Oracle Open Office Math : tables in spreadsheets;defining borders +Oracle Open Office Math : tables in spreadsheets;value highlighting +Oracle Open Office Math : tables in text +Oracle Open Office Math : tables in text;captions +Oracle Open Office Math : tables in text;creating automatically +Oracle Open Office Math : tables in text;default settings +Oracle Open Office Math : tables in text;defining borders +Oracle Open Office Math : tables in text;displaying +Oracle Open Office Math : tables in text;printing +Oracle Open Office Math : tabs +Oracle Open Office Math : tabs;displaying sheet tabs +Oracle Open Office Math : tags +Oracle Open Office Math : tags;definition +Oracle Open Office Math : tags;META tags +Oracle Open Office Math : tangent function +Oracle Open Office Math : templates +Oracle Open Office Math : templates;agendas +Oracle Open Office Math : templates;changing basic fonts +Oracle Open Office Math : templates;database reports +Oracle Open Office Math : templates;deleting +Oracle Open Office Math : templates;editing and saving +Oracle Open Office Math : templates;faxes +Oracle Open Office Math : templates;importing and exporting +Oracle Open Office Math : templates;letters +Oracle Open Office Math : templates;new documents from templates +Oracle Open Office Math : templates;opening documents with +Oracle Open Office Math : templates;organizing +Oracle Open Office Math : terminology +Oracle Open Office Math : terminology;general glossary +Oracle Open Office Math : terminology;Internet glossary +Oracle Open Office Math : testing XML filters +Oracle Open Office Math : text +Oracle Open Office Math : text;animating +Oracle Open Office Math : text;Asian layout +Oracle Open Office Math : text;bold +Oracle Open Office Math : text;coloring +Oracle Open Office Math : text;copying by drag and drop +Oracle Open Office Math : text;CTL languages +Oracle Open Office Math : text;drawing pictures +Oracle Open Office Math : text;font effects +Oracle Open Office Math : text;font sizes +Oracle Open Office Math : text;font styles +Oracle Open Office Math : text;fonts and formats +Oracle Open Office Math : text;Fontwork icons +Oracle Open Office Math : text;hyperlinks +Oracle Open Office Math : text;inserting special characters +Oracle Open Office Math : text;italics +Oracle Open Office Math : text;kerning +Oracle Open Office Math : text;language selection +Oracle Open Office Math : text;line spacing +Oracle Open Office Math : text;overwriting or inserting +Oracle Open Office Math : text;printing in black +Oracle Open Office Math : text;replacing with format +Oracle Open Office Math : text;selection modes +Oracle Open Office Math : text;shadowed +Oracle Open Office Math : text;text/draw objects +Oracle Open Office Math : text attributes +Oracle Open Office Math : text attributes;hyperlinks +Oracle Open Office Math : text attributes;undoing +Oracle Open Office Math : text boxes +Oracle Open Office Math : text boxes;form functions +Oracle Open Office Math : text boxes;positioning +Oracle Open Office Math : text breaks in cells +Oracle Open Office Math : text colors for better accessibility +Oracle Open Office Math : text databases (Base) +Oracle Open Office Math : text documents +Oracle Open Office Math : text documents;creating/opening +Oracle Open Office Math : text documents;importing/exporting +Oracle Open Office Math : text documents;inserting spreadsheet cells +Oracle Open Office Math : text documents;print settings +Oracle Open Office Math : text documents;printing +Oracle Open Office Math : text documents;saving +Oracle Open Office Math : text documents;saving automatically +Oracle Open Office Math : text documents;saving in other formats +Oracle Open Office Math : text documents;sending as e-mail +Oracle Open Office Math : text effects +Oracle Open Office Math : text flow +Oracle Open Office Math : text flow;in cells +Oracle Open Office Math : text formats +Oracle Open Office Math : text formats;databases +Oracle Open Office Math : text formats;pasting +Oracle Open Office Math : text input fields +Oracle Open Office Math : text layout for special languages +Oracle Open Office Math : text mode in Oracle Open Office Math +Oracle Open Office Math : text objects +Oracle Open Office Math : text objects;alignment +Oracle Open Office Math : text objects;draw functions +Oracle Open Office Math : text objects;fonts +Oracle Open Office Math : text objects;in presentations and drawings +Oracle Open Office Math : text overflow in spreadsheet cells +Oracle Open Office Math : text strings +Oracle Open Office Math : text strings;entering in Oracle Open Office Math +Oracle Open Office Math : text, see also text documents, paragraphs and characters +Oracle Open Office Math : TextArt, see Fontwork +Oracle Open Office Math : textures +Oracle Open Office Math : textures;inserting from Gallery +Oracle Open Office Math : textures;on chart bars +Oracle Open Office Math : Thai +Oracle Open Office Math : Thai;entering text +Oracle Open Office Math : Thai;language settings +Oracle Open Office Math : there exists symbol +Oracle Open Office Math : thesaurus +Oracle Open Office Math : thesaurus;activating for a language +Oracle Open Office Math : ticker text +Oracle Open Office Math : tilde as attribute +Oracle Open Office Math : time fields +Oracle Open Office Math : time fields;form functions +Oracle Open Office Math : times +Oracle Open Office Math : times;inserting when printing presentations +Oracle Open Office Math : times, formats +Oracle Open Office Math : tips +Oracle Open Office Math : tips;extended tips in Help +Oracle Open Office Math : title rows +Oracle Open Office Math : title rows;printing in Oracle Open Office Math +Oracle Open Office Math : titles +Oracle Open Office Math : titles;changing +Oracle Open Office Math : titles;editing in charts +Oracle Open Office Math : titles;font effects +Oracle Open Office Math : titles;formatting automatically +Oracle Open Office Math : titles;objects +Oracle Open Office Math : toolbars +Oracle Open Office Math : toolbars;adding buttons +Oracle Open Office Math : toolbars;docking/undocking +Oracle Open Office Math : toolbars;Form Navigation bar +Oracle Open Office Math : toolbars;viewing/closing +Oracle Open Office Math : tools bar +Oracle Open Office Math : tooltips +Oracle Open Office Math : tooltips;extended tips +Oracle Open Office Math : tooltips;help +Oracle Open Office Math : toward relation +Oracle Open Office Math : traditional Chinese +Oracle Open Office Math : traditional Chinese;translating to simplified chinese +Oracle Open Office Math : transparency +Oracle Open Office Math : transparency;areas +Oracle Open Office Math : transparency;off for faster printing +Oracle Open Office Math : transparency;saving +Oracle Open Office Math : transparent character as attribute +Oracle Open Office Math : tree view of Help +Oracle Open Office Math : trigonometrical functions +Oracle Open Office Math : triple dot attribute +Oracle Open Office Math : typefaces +Oracle Open Office Math : typefaces;adding under UNIX +Oracle Open Office Math : typefaces;formats +Oracle Open Office Math : typographical quotes in Oracle Open Office Writer +Oracle Open Office Math : typography +Oracle Open Office Math : typography;Asian +Oracle Open Office Math : unary operators +Oracle Open Office Math : unary operators;list of +Oracle Open Office Math : unary operators +Oracle Open Office Math : underline attribute +Oracle Open Office Math : underlining +Oracle Open Office Math : underlining;AutoFormat function +Oracle Open Office Math : underlining;characters +Oracle Open Office Math : underlining;text +Oracle Open Office Math : undocking windows +Oracle Open Office Math : undoing +Oracle Open Office Math : undoing;direct formatting +Oracle Open Office Math : undoing;editing +Oracle Open Office Math : undoing;number of steps +Oracle Open Office Math : unequal sign +Oracle Open Office Math : ungrouping groups +Oracle Open Office Math : union of sets +Oracle Open Office Math : units +Oracle Open Office Math : units;converting +Oracle Open Office Math : units;measurement units +Oracle Open Office Math : universal quantifier symbol +Oracle Open Office Math : UNO components +Oracle Open Office Math : UNO components;Extension Manager +Oracle Open Office Math : UNO components;integrating new +Oracle Open Office Math : up arrow symbol +Oracle Open Office Math : update options +Oracle Open Office Math : updates +Oracle Open Office Math : updates;checking automatically +Oracle Open Office Math : updates;checking manually +Oracle Open Office Math : updating +Oracle Open Office Math : updating;fields and charts, automatically (Writer) +Oracle Open Office Math : updating;links in text documents +Oracle Open Office Math : updating;links, on opening +Oracle Open Office Math : updating;templates +Oracle Open Office Math : upper limits +Oracle Open Office Math : URL +Oracle Open Office Math : URL;changing hyperlink URLs +Oracle Open Office Math : URL;definition +Oracle Open Office Math : URL;in pictures +Oracle Open Office Math : URL;saving absolute/relative paths +Oracle Open Office Math : URL;turning off URL recognition +Oracle Open Office Math : user data +Oracle Open Office Math : user data;input +Oracle Open Office Math : user data;removing when saving +Oracle Open Office Math : user feedback +Oracle Open Office Math : user feedback;automatically +Oracle Open Office Math : user-defined dictionaries +Oracle Open Office Math : user-defined dictionaries;creating +Oracle Open Office Math : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Math : user-defined dictionaries;editing +Oracle Open Office Math : user-defined operators +Oracle Open Office Math : user-defined operators;general +Oracle Open Office Math : user-defined operators;unary and binary +Oracle Open Office Math : user-defined styles +Oracle Open Office Math : user-defined styles;automatically replacing +Oracle Open Office Math : UTF-8/UCS2 support +Oracle Open Office Math : values +Oracle Open Office Math : values;absolute +Oracle Open Office Math : values;rounded as shown (Calc) +Oracle Open Office Math : variables +Oracle Open Office Math : variables;for paths +Oracle Open Office Math : variables;with right exponents +Oracle Open Office Math : VBA code +Oracle Open Office Math : VBA code;loading/saving documents with VBA code +Oracle Open Office Math : vector arrows as attributes +Oracle Open Office Math : version management +Oracle Open Office Math : version numbers of documents +Oracle Open Office Math : versions +Oracle Open Office Math : versions;comparing documents +Oracle Open Office Math : versions;file saving as, restriction +Oracle Open Office Math : versions;merging document versions +Oracle Open Office Math : versions;of a document +Oracle Open Office Math : versions;Oracle Open Office +Oracle Open Office Math : vertical arrangement of elements +Oracle Open Office Math : vertical bars +Oracle Open Office Math : vertical callouts +Oracle Open Office Math : vertical dots symbol +Oracle Open Office Math : vertical elements +Oracle Open Office Math : vertical scrollbars (Writer) +Oracle Open Office Math : vertical text boxes +Oracle Open Office Math : videos +Oracle Open Office Math : viewing +Oracle Open Office Math : viewing;databases +Oracle Open Office Math : viewing;file properties +Oracle Open Office Math : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Math : viewing;toolbars +Oracle Open Office Math : views +Oracle Open Office Math : views;creating database views (Base) +Oracle Open Office Math : views;defaults +Oracle Open Office Math : views;full screen +Oracle Open Office Math : views;icons +Oracle Open Office Math : views;maximum size +Oracle Open Office Math : views;scaling +Oracle Open Office Math : views;zooming out Oracle Open Office Math +Oracle Open Office Math : Visual Basic for Applications +Oracle Open Office Math : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Math : watermarks +Oracle Open Office Math : web documents +Oracle Open Office Math : web documents;XForms +Oracle Open Office Math : Web support +Oracle Open Office Math : WebCast export +Oracle Open Office Math : WebDAV over HTTPS +Oracle Open Office Math : weierstrass p symbol +Oracle Open Office Math : whole numbers +Oracle Open Office Math : wide circumflex attribute +Oracle Open Office Math : wide tilde attribute +Oracle Open Office Math : wide vector arrow attribute +Oracle Open Office Math : widowed brackets +Oracle Open Office Math : windows +Oracle Open Office Math : windows;docking +Oracle Open Office Math : windows;docking definition +Oracle Open Office Math : windows;hiding/showing/docking +Oracle Open Office Math : windows;new +Oracle Open Office Math : wizards +Oracle Open Office Math : wizards;agendas +Oracle Open Office Math : wizards;database queries +Oracle Open Office Math : wizards;database tables (Base) +Oracle Open Office Math : wizards;databases (Base) +Oracle Open Office Math : wizards;document converter +Oracle Open Office Math : wizards;Euro Converter +Oracle Open Office Math : wizards;faxes +Oracle Open Office Math : wizards;forms +Oracle Open Office Math : wizards;letters +Oracle Open Office Math : wizards;macros (Base) +Oracle Open Office Math : wizards;overview +Oracle Open Office Math : wizards;presentations +Oracle Open Office Math : wizards;reports +Oracle Open Office Math : Word documents +Oracle Open Office Math : Word documents;compatibility +Oracle Open Office Math : Word documents;saving as +Oracle Open Office Math : WordArt, see Fontwork +Oracle Open Office Math : words +Oracle Open Office Math : words;automatically replacing +Oracle Open Office Math : words;wrapping in cells +Oracle Open Office Math : words;wrapping in CTL +Oracle Open Office Math : working directory change +Oracle Open Office Math : wrapping text +Oracle Open Office Math : wrapping text;in cells +Oracle Open Office Math : wrapping text;in formulas +Oracle Open Office Math : write protection on/off +Oracle Open Office Math : writing aids options +Oracle Open Office Math : WYSIWYG in fonts lists +Oracle Open Office Math : XForms +Oracle Open Office Math : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Math : XForms;conditions +Oracle Open Office Math : XForms;opening/editing +Oracle Open Office Math : XML converters +Oracle Open Office Math : XML file formats +Oracle Open Office Math : XML filters +Oracle Open Office Math : XML filters;creating/testing +Oracle Open Office Math : XML filters;saving as package/installing/deleting +Oracle Open Office Math : XML filters;settings +Oracle Open Office Math : XML Forms, see XForms +Oracle Open Office Math : XSLT filters, see also XML filters +Oracle Open Office Math : years +Oracle Open Office Math : years;2-digit options +Oracle Open Office Math : zero values +Oracle Open Office Math : zero values;displaying (Calc) +Oracle Open Office Math : zooming +Oracle Open Office Math : zooming;page views +Oracle Open Office Math : zooming;pictures +Oracle Open Office Math : zooming;status bar +Oracle Open Office Math : zooming in on formula display +Oracle Open Office Math : zooming out on formula display +Oracle Open Office Writer : 1/2 replacement +Oracle Open Office Writer : 3D charts +Oracle Open Office Writer : 3D text creation +Oracle Open Office Writer : abbreviation replacement +Oracle Open Office Writer : abbreviations +Oracle Open Office Writer : absolute hyperlinks +Oracle Open Office Writer : absolute saving of URLs +Oracle Open Office Writer : accents +Oracle Open Office Writer : Access databases (base) +Oracle Open Office Writer : access rights for database tables (Base) +Oracle Open Office Writer : accessibility +Oracle Open Office Writer : accessibility;general shortcuts +Oracle Open Office Writer : accessibility;options +Oracle Open Office Writer : accessibility;Oracle Open Office assistive technology +Oracle Open Office Writer : accessibility;Oracle Open Office features +Oracle Open Office Writer : accessibility;Oracle Open Office Writer +Oracle Open Office Writer : activating +Oracle Open Office Writer : activating;context menus +Oracle Open Office Writer : activating;Error Report Tool +Oracle Open Office Writer : activating;extended help tips +Oracle Open Office Writer : activating;plug-ins +Oracle Open Office Writer : ActiveX control +Oracle Open Office Writer : Adabas D databases (base) +Oracle Open Office Writer : add-ons, see UNO components +Oracle Open Office Writer : additional selection mode +Oracle Open Office Writer : address books +Oracle Open Office Writer : address books;exchanging +Oracle Open Office Writer : address books;LDAP server (Base) +Oracle Open Office Writer : address books;registering +Oracle Open Office Writer : address labels from databases +Oracle Open Office Writer : adjusting page margins and cell widths +Oracle Open Office Writer : ADO databases (Base) +Oracle Open Office Writer : Agenda Wizard +Oracle Open Office Writer : aging filter +Oracle Open Office Writer : aligning +Oracle Open Office Writer : aligning;2D charts +Oracle Open Office Writer : aligning;cells +Oracle Open Office Writer : aligning;objects +Oracle Open Office Writer : aligning;paragraphs +Oracle Open Office Writer : aligning;tables in text +Oracle Open Office Writer : aligning;text objects +Oracle Open Office Writer : aligning;titles in charts +Oracle Open Office Writer : alphabetical indexes +Oracle Open Office Writer : alternative fonts +Oracle Open Office Writer : ampersand symbol, see also operators +Oracle Open Office Writer : anchors +Oracle Open Office Writer : anchors;changing +Oracle Open Office Writer : anchors;displaying (Calc) +Oracle Open Office Writer : anchors;options +Oracle Open Office Writer : anchors;types/positions for draw objects +Oracle Open Office Writer : animations +Oracle Open Office Writer : animations;accessibility options +Oracle Open Office Writer : animations;text +Oracle Open Office Writer : appearance options +Oracle Open Office Writer : Arabic +Oracle Open Office Writer : Arabic;entering text +Oracle Open Office Writer : Arabic;language settings +Oracle Open Office Writer : area charts +Oracle Open Office Writer : areas +Oracle Open Office Writer : areas;bitmap patterns +Oracle Open Office Writer : areas;hatched/dotted +Oracle Open Office Writer : areas;shadows +Oracle Open Office Writer : areas;slanting +Oracle Open Office Writer : areas;styles +Oracle Open Office Writer : areas;transparency +Oracle Open Office Writer : arguments in command line +Oracle Open Office Writer : arithmetical operators in formulas +Oracle Open Office Writer : arranging +Oracle Open Office Writer : arranging;headings +Oracle Open Office Writer : arranging;objects +Oracle Open Office Writer : arrows +Oracle Open Office Writer : arrows;defining arrow heads +Oracle Open Office Writer : arrows;defining arrow lines +Oracle Open Office Writer : arrows;drawing in text +Oracle Open Office Writer : ASCII +Oracle Open Office Writer : ASCII;definition +Oracle Open Office Writer : Asian languages +Oracle Open Office Writer : Asian languages;enabling +Oracle Open Office Writer : Asian languages;search options +Oracle Open Office Writer : Asian languages;sorting paragraphs/table rows +Oracle Open Office Writer : Asian Phonetic Guide +Oracle Open Office Writer : Asian typography +Oracle Open Office Writer : aspect ratio +Oracle Open Office Writer : aspect ratio;resizing objects +Oracle Open Office Writer : assigning scripts +Oracle Open Office Writer : assistive technology in Oracle Open Office +Oracle Open Office Writer : attaching toolbars +Oracle Open Office Writer : attachments in e-mails +Oracle Open Office Writer : audio +Oracle Open Office Writer : auto reloading HTML documents +Oracle Open Office Writer : AutoAbstract function for sending text to presentations +Oracle Open Office Writer : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Writer : AutoComplete function in text and list boxes +Oracle Open Office Writer : AutoCorrect function +Oracle Open Office Writer : AutoCorrect function;adding exceptions +Oracle Open Office Writer : AutoCorrect function;context menu +Oracle Open Office Writer : AutoCorrect function;options +Oracle Open Office Writer : AutoCorrect function;pictures and frames +Oracle Open Office Writer : AutoCorrect function;quotes +Oracle Open Office Writer : AutoCorrect function;replacement table +Oracle Open Office Writer : AutoCorrect function;smart tags +Oracle Open Office Writer : AutoCorrect function;switching on and off in Calc +Oracle Open Office Writer : AutoCorrect function;turning off +Oracle Open Office Writer : AutoCorrect function;URL recognition +Oracle Open Office Writer : AutoCorrect function;word completion +Oracle Open Office Writer : AutoFormat function +Oracle Open Office Writer : AutoFormat function;applying to text tables +Oracle Open Office Writer : AutoFormat function;headings +Oracle Open Office Writer : AutoFormat function;switching on and off +Oracle Open Office Writer : AutoFormat function;text documents +Oracle Open Office Writer : automatic bullets/numbers +Oracle Open Office Writer : automatic bullets/numbers;AutoCorrect function +Oracle Open Office Writer : automatic captions (Writer) +Oracle Open Office Writer : automatic changes on/off +Oracle Open Office Writer : automatic control focus +Oracle Open Office Writer : automatic heading formatting +Oracle Open Office Writer : automatic hyperlink formatting +Oracle Open Office Writer : automatic hyphenation in text +Oracle Open Office Writer : automatic line breaks +Oracle Open Office Writer : automatic lines/borders in text +Oracle Open Office Writer : automatic numbering +Oracle Open Office Writer : automatic numbering;of objects +Oracle Open Office Writer : automatic saving +Oracle Open Office Writer : automatic spellcheck +Oracle Open Office Writer : automatic word completion +Oracle Open Office Writer : AutoPilots, see wizards +Oracle Open Office Writer : AutoText +Oracle Open Office Writer : AutoValue (Base) +Oracle Open Office Writer : averages in charts +Oracle Open Office Writer : axes +Oracle Open Office Writer : axes;better scaling +Oracle Open Office Writer : axes;formatting +Oracle Open Office Writer : axes;formatting grids +Oracle Open Office Writer : axes;inserting grids +Oracle Open Office Writer : axes;interval marks +Oracle Open Office Writer : axes;showing axes in charts +Oracle Open Office Writer : axes in charts +Oracle Open Office Writer : backgrounds +Oracle Open Office Writer : backgrounds;defining colors/pictures +Oracle Open Office Writer : backgrounds;different pages +Oracle Open Office Writer : backgrounds;frames/sections/indexes +Oracle Open Office Writer : backgrounds;inserting from Gallery +Oracle Open Office Writer : backgrounds;printing +Oracle Open Office Writer : backgrounds;text objects +Oracle Open Office Writer : backing window +Oracle Open Office Writer : backups +Oracle Open Office Writer : backups;automatic +Oracle Open Office Writer : backups;documents +Oracle Open Office Writer : bar charts +Oracle Open Office Writer : Basic +Oracle Open Office Writer : Basic;fonts for source display +Oracle Open Office Writer : Basic;programming +Oracle Open Office Writer : Basic;recording macros +Oracle Open Office Writer : basic fonts +Oracle Open Office Writer : behavior of rows/columns +Oracle Open Office Writer : Bézier curves +Oracle Open Office Writer : Bézier curves;control points in presentations +Oracle Open Office Writer : bi-directional writing +Oracle Open Office Writer : bibliographies +Oracle Open Office Writer : binding space +Oracle Open Office Writer : bitmaps +Oracle Open Office Writer : bitmaps;inserting and editing +Oracle Open Office Writer : bitmaps;off for faster printing +Oracle Open Office Writer : bitmaps;patterns +Oracle Open Office Writer : black and white printing +Oracle Open Office Writer : black printing in Calc +Oracle Open Office Writer : blank pages with alternating page styles +Oracle Open Office Writer : block protect, see also widows or orphans +Oracle Open Office Writer : block selection mode +Oracle Open Office Writer : blocks of text +Oracle Open Office Writer : bold +Oracle Open Office Writer : bold;AutoFormat function +Oracle Open Office Writer : bold;formatting while typing +Oracle Open Office Writer : bold;text +Oracle Open Office Writer : book previews +Oracle Open Office Writer : book view +Oracle Open Office Writer : booklet printing +Oracle Open Office Writer : bookmarks +Oracle Open Office Writer : bookmarks;Help +Oracle Open Office Writer : bookmarks;inserting +Oracle Open Office Writer : bookmarks;positioning cursor +Oracle Open Office Writer : borders +Oracle Open Office Writer : borders;arranging +Oracle Open Office Writer : borders;automatic drawing on/off +Oracle Open Office Writer : borders;cells on screen (Calc) +Oracle Open Office Writer : borders;for footnotes/endnotes +Oracle Open Office Writer : borders;for headers/footers +Oracle Open Office Writer : borders;for objects +Oracle Open Office Writer : borders;for pages +Oracle Open Office Writer : borders;for paragraphs +Oracle Open Office Writer : borders;for tables +Oracle Open Office Writer : borders;for text tables +Oracle Open Office Writer : borders;shadows +Oracle Open Office Writer : borders;table boundaries (Writer) +Oracle Open Office Writer : borders, see also frames +Oracle Open Office Writer : bound fields +Oracle Open Office Writer : bound fields;controls +Oracle Open Office Writer : boundaries of tables (Writer) +Oracle Open Office Writer : break display (Writer) +Oracle Open Office Writer : brochures +Oracle Open Office Writer : brochures;printing individual +Oracle Open Office Writer : brochures;printing several +Oracle Open Office Writer : brush for copying styles +Oracle Open Office Writer : bubble charts +Oracle Open Office Writer : build numbers of Oracle Open Office +Oracle Open Office Writer : bullet lists +Oracle Open Office Writer : bullet lists;changing levels +Oracle Open Office Writer : bullet lists;creating while typing +Oracle Open Office Writer : bullet lists;formatting options +Oracle Open Office Writer : bullet lists;interrupting +Oracle Open Office Writer : bullet lists;turning on and off +Oracle Open Office Writer : bullets +Oracle Open Office Writer : bullets;adding and editing +Oracle Open Office Writer : bullets;paragraphs +Oracle Open Office Writer : bullets;replacing +Oracle Open Office Writer : bullets;turning off +Oracle Open Office Writer : bullets;using automatically +Oracle Open Office Writer : business cards +Oracle Open Office Writer : business cards;creating and synchronizing +Oracle Open Office Writer : business cards;using templates +Oracle Open Office Writer : button bars, see toolbars +Oracle Open Office Writer : buttons +Oracle Open Office Writer : buttons;adding push buttons +Oracle Open Office Writer : buttons;big/small +Oracle Open Office Writer : buttons;editing hyperlink buttons +Oracle Open Office Writer : buttons;form functions +Oracle Open Office Writer : buttons;toolbars +Oracle Open Office Writer : cache for graphics +Oracle Open Office Writer : calculating +Oracle Open Office Writer : calculating;across multiple text tables +Oracle Open Office Writer : calculating;formulas/mean values +Oracle Open Office Writer : calculating;in text +Oracle Open Office Writer : calculating;in text tables +Oracle Open Office Writer : calculating;iterative references (Calc) +Oracle Open Office Writer : calculating;regression curves +Oracle Open Office Writer : calculating;sums in text tables +Oracle Open Office Writer : callouts +Oracle Open Office Writer : callouts;drawings +Oracle Open Office Writer : capital letters +Oracle Open Office Writer : capital letters;AutoCorrect function +Oracle Open Office Writer : capital letters;avoiding after specific abbreviations +Oracle Open Office Writer : capital letters;changing to small letters +Oracle Open Office Writer : capital letters;changing to small letters after periods +Oracle Open Office Writer : capital letters;font effects +Oracle Open Office Writer : capital letters;starting paragraphs +Oracle Open Office Writer : captions +Oracle Open Office Writer : captions;adding chapter numbers +Oracle Open Office Writer : captions;automatic captions (Writer) +Oracle Open Office Writer : captions;inserting and editing +Oracle Open Office Writer : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Writer : captions, see also labels/callouts +Oracle Open Office Writer : cascading update (Base) +Oracle Open Office Writer : case sensitivity +Oracle Open Office Writer : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Writer : case sensitivity;searching +Oracle Open Office Writer : cell merges +Oracle Open Office Writer : cells +Oracle Open Office Writer : cells;adapting the width by keyboard +Oracle Open Office Writer : cells;aligning +Oracle Open Office Writer : cells;backgrounds +Oracle Open Office Writer : cells;borders in text tables +Oracle Open Office Writer : cells;calculating sums +Oracle Open Office Writer : cells;coloring (Calc) +Oracle Open Office Writer : cells;cursor positions after input (Calc) +Oracle Open Office Writer : cells;enlarging and reducing in text tables +Oracle Open Office Writer : cells;formatting without effect (Calc) +Oracle Open Office Writer : cells;inserting from spreadsheets +Oracle Open Office Writer : cells;line breaks +Oracle Open Office Writer : cells;linked to controls +Oracle Open Office Writer : cells;merging/splitting +Oracle Open Office Writer : cells;number of +Oracle Open Office Writer : cells;pasting +Oracle Open Office Writer : cells;protecting/unprotecting +Oracle Open Office Writer : cells;resetting formats +Oracle Open Office Writer : cells;showing grid lines (Calc) +Oracle Open Office Writer : centered text +Oracle Open Office Writer : centering +Oracle Open Office Writer : centering;images on HTML pages +Oracle Open Office Writer : centering;text frames on pages +Oracle Open Office Writer : centimeters +Oracle Open Office Writer : central documents +Oracle Open Office Writer : certificates +Oracle Open Office Writer : changes +Oracle Open Office Writer : changes;accepting or rejecting +Oracle Open Office Writer : changes;automatic +Oracle Open Office Writer : changes;comparing to original +Oracle Open Office Writer : changes;protecting +Oracle Open Office Writer : changes;recording +Oracle Open Office Writer : changes;review function +Oracle Open Office Writer : changes;showing +Oracle Open Office Writer : changing +Oracle Open Office Writer : changing;bulleting symbols +Oracle Open Office Writer : changing;cases of text +Oracle Open Office Writer : changing;document titles +Oracle Open Office Writer : changing;field shadings +Oracle Open Office Writer : changing;fields, into text +Oracle Open Office Writer : changing;file associations in Setup program +Oracle Open Office Writer : changing;icon sizes +Oracle Open Office Writer : changing;indents +Oracle Open Office Writer : changing;links +Oracle Open Office Writer : changing;outline levels +Oracle Open Office Writer : changing;page backgrounds +Oracle Open Office Writer : changing;starting numbers in lists +Oracle Open Office Writer : changing;work directory +Oracle Open Office Writer : changing, see also editing and replacing +Oracle Open Office Writer : chapter names in headers +Oracle Open Office Writer : chapter numbering +Oracle Open Office Writer : chapter numbers in captions +Oracle Open Office Writer : character styles +Oracle Open Office Writer : character styles;language selection +Oracle Open Office Writer : character styles;style categories +Oracle Open Office Writer : characters +Oracle Open Office Writer : characters;alternative fonts +Oracle Open Office Writer : characters;Asian layout +Oracle Open Office Writer : characters;bold +Oracle Open Office Writer : characters;coloring +Oracle Open Office Writer : characters;counting +Oracle Open Office Writer : characters;displaying only on screen (Writer) +Oracle Open Office Writer : characters;enabling CTL and Asian characters +Oracle Open Office Writer : characters;finding all +Oracle Open Office Writer : characters;font effects +Oracle Open Office Writer : characters;fonts and formats +Oracle Open Office Writer : characters;hyperlinks +Oracle Open Office Writer : characters;italics +Oracle Open Office Writer : characters;language selection +Oracle Open Office Writer : characters;shadowed +Oracle Open Office Writer : characters;spacing +Oracle Open Office Writer : characters;special +Oracle Open Office Writer : characters;subscript and superscript +Oracle Open Office Writer : characters;underlining +Oracle Open Office Writer : characters;uppercase or lowercase +Oracle Open Office Writer : charcoal sketches filter +Oracle Open Office Writer : chart legends +Oracle Open Office Writer : chart legends;hiding +Oracle Open Office Writer : chart legends;showing icons with labels +Oracle Open Office Writer : chart types +Oracle Open Office Writer : chart types;area +Oracle Open Office Writer : chart types;bubble +Oracle Open Office Writer : chart types;column and bar +Oracle Open Office Writer : chart types;column and line +Oracle Open Office Writer : chart types;line +Oracle Open Office Writer : chart types;net +Oracle Open Office Writer : chart types;pie/donut +Oracle Open Office Writer : chart types;stock +Oracle Open Office Writer : chart types;XY (scatter) +Oracle Open Office Writer : charts +Oracle Open Office Writer : charts;3D views +Oracle Open Office Writer : charts;aligning +Oracle Open Office Writer : charts;arranging within stacks +Oracle Open Office Writer : charts;bars with textures +Oracle Open Office Writer : charts;borders +Oracle Open Office Writer : charts;choosing chart types +Oracle Open Office Writer : charts;colors +Oracle Open Office Writer : charts;copying from Calc into Writer +Oracle Open Office Writer : charts;copying with link to source cell range +Oracle Open Office Writer : charts;data labels +Oracle Open Office Writer : charts;displaying (Calc) +Oracle Open Office Writer : charts;editing axes +Oracle Open Office Writer : charts;editing data +Oracle Open Office Writer : charts;editing legends +Oracle Open Office Writer : charts;editing titles +Oracle Open Office Writer : charts;formatting areas +Oracle Open Office Writer : charts;formatting floors +Oracle Open Office Writer : charts;formatting walls +Oracle Open Office Writer : charts;inserting +Oracle Open Office Writer : charts;labeling +Oracle Open Office Writer : charts;overview +Oracle Open Office Writer : charts;positioning axes +Oracle Open Office Writer : charts;properties +Oracle Open Office Writer : charts;reorganizing +Oracle Open Office Writer : charts;scaling axes +Oracle Open Office Writer : charts;scaling text +Oracle Open Office Writer : charts;shortcuts +Oracle Open Office Writer : charts;showing axes +Oracle Open Office Writer : charts;updating automatically (Writer) +Oracle Open Office Writer : check box creation +Oracle Open Office Writer : checking spelling +Oracle Open Office Writer : checking spelling;all languages +Oracle Open Office Writer : checking spelling;manually +Oracle Open Office Writer : checking spelling;while typing +Oracle Open Office Writer : Chinese writing systems +Oracle Open Office Writer : choosing printers +Oracle Open Office Writer : circle drawings +Oracle Open Office Writer : Client Side ImageMap +Oracle Open Office Writer : clipboard +Oracle Open Office Writer : clipboard;calculating in text +Oracle Open Office Writer : clipboard;cutting +Oracle Open Office Writer : clipboard;pasting +Oracle Open Office Writer : clipboard;pasting formatted/unformatted text +Oracle Open Office Writer : clipboard;selection clipboard +Oracle Open Office Writer : clipboard;Unix +Oracle Open Office Writer : closing +Oracle Open Office Writer : closing;documents +Oracle Open Office Writer : closing;toolbars +Oracle Open Office Writer : collaboration +Oracle Open Office Writer : color bar +Oracle Open Office Writer : colors +Oracle Open Office Writer : colors;adding +Oracle Open Office Writer : colors;appearance +Oracle Open Office Writer : colors;backgrounds +Oracle Open Office Writer : colors;charts +Oracle Open Office Writer : colors;fill format +Oracle Open Office Writer : colors;fonts +Oracle Open Office Writer : colors;grid lines and cells (Calc) +Oracle Open Office Writer : colors;models +Oracle Open Office Writer : colors;not printing +Oracle Open Office Writer : colors;printing in grayscale +Oracle Open Office Writer : colors;restriction (Calc) +Oracle Open Office Writer : colors;selection +Oracle Open Office Writer : column and line charts +Oracle Open Office Writer : column charts +Oracle Open Office Writer : column headers +Oracle Open Office Writer : column headers;displaying (Calc) +Oracle Open Office Writer : column headers;highlighting (Calc) +Oracle Open Office Writer : columns +Oracle Open Office Writer : columns;breaks in text tables +Oracle Open Office Writer : columns;inserting in tables +Oracle Open Office Writer : columns;inserting/deleting in tables by keyboard +Oracle Open Office Writer : columns;on text pages +Oracle Open Office Writer : columns;selecting +Oracle Open Office Writer : columns;setting with the mouse +Oracle Open Office Writer : combination charts +Oracle Open Office Writer : combo box creation +Oracle Open Office Writer : command button creation +Oracle Open Office Writer : command buttons, see push buttons +Oracle Open Office Writer : command line parameters +Oracle Open Office Writer : commands +Oracle Open Office Writer : commands;repeating +Oracle Open Office Writer : commands;SQL +Oracle Open Office Writer : comments +Oracle Open Office Writer : comments;displaying (Calc) +Oracle Open Office Writer : comments;inserting/editing/deleting/printing +Oracle Open Office Writer : comments;on changes +Oracle Open Office Writer : comments;printing in text +Oracle Open Office Writer : common terms +Oracle Open Office Writer : common terms;Chinese dictionary +Oracle Open Office Writer : common terms;glossaries +Oracle Open Office Writer : common terms;Internet glossary +Oracle Open Office Writer : comparisons +Oracle Open Office Writer : comparisons;document versions +Oracle Open Office Writer : comparisons;operators in default filter dialog +Oracle Open Office Writer : compatibility settings for MS Word import +Oracle Open Office Writer : complete screen view +Oracle Open Office Writer : completion of words +Oracle Open Office Writer : complex text layout +Oracle Open Office Writer : complex text layout;definition +Oracle Open Office Writer : complex text layout;enabling +Oracle Open Office Writer : complex text layout, see CTL +Oracle Open Office Writer : compose key to insert special characters +Oracle Open Office Writer : concatenation, see ampersand symbol +Oracle Open Office Writer : concordance files +Oracle Open Office Writer : concordance files;definition +Oracle Open Office Writer : concordance files;indexes +Oracle Open Office Writer : conditional separators +Oracle Open Office Writer : conditional styles +Oracle Open Office Writer : conditional text +Oracle Open Office Writer : conditional text;page counts +Oracle Open Office Writer : conditional text;setting up +Oracle Open Office Writer : conditions +Oracle Open Office Writer : conditions;in fields and sections +Oracle Open Office Writer : conditions;in number formats +Oracle Open Office Writer : conditions;items in Data Navigator +Oracle Open Office Writer : conditions;user data fields +Oracle Open Office Writer : Configuration Manager +Oracle Open Office Writer : configuring +Oracle Open Office Writer : configuring;fax icon +Oracle Open Office Writer : configuring;Oracle Open Office +Oracle Open Office Writer : configuring;toolbars +Oracle Open Office Writer : connections to data sources (Base) +Oracle Open Office Writer : contents protection +Oracle Open Office Writer : context menus +Oracle Open Office Writer : continuation pages +Oracle Open Office Writer : contour editor +Oracle Open Office Writer : contour wrap +Oracle Open Office Writer : control point display in presentations +Oracle Open Office Writer : controls +Oracle Open Office Writer : controls;activating in forms +Oracle Open Office Writer : controls;adding to documents +Oracle Open Office Writer : controls;arranging in forms +Oracle Open Office Writer : controls;arranging within stacks +Oracle Open Office Writer : controls;assigning data sources +Oracle Open Office Writer : controls;assigning macros (Basic) +Oracle Open Office Writer : controls;bound fields/list contents/linked cells +Oracle Open Office Writer : controls;events +Oracle Open Office Writer : controls;focus +Oracle Open Office Writer : controls;formatted fields +Oracle Open Office Writer : controls;grouping +Oracle Open Office Writer : controls;hidden +Oracle Open Office Writer : controls;inserting +Oracle Open Office Writer : controls;multi-line titles +Oracle Open Office Writer : controls;positions and sizes +Oracle Open Office Writer : controls;printing +Oracle Open Office Writer : controls;properties of form controls +Oracle Open Office Writer : controls;properties of table controls +Oracle Open Office Writer : controls;reference by SQL +Oracle Open Office Writer : controls;rich text control +Oracle Open Office Writer : controls;select mode +Oracle Open Office Writer : controls;showing (Writer) +Oracle Open Office Writer : converters +Oracle Open Office Writer : converters;Euro converter +Oracle Open Office Writer : converters;PostScript, UNIX +Oracle Open Office Writer : converters;XML +Oracle Open Office Writer : converting +Oracle Open Office Writer : converting;fields, into text +Oracle Open Office Writer : converting;Hangul/Hanja +Oracle Open Office Writer : converting;metrics +Oracle Open Office Writer : converting;Microsoft documents +Oracle Open Office Writer : converting;Oracle Open Office documents +Oracle Open Office Writer : converting;Pocket PC formats +Oracle Open Office Writer : converting;sections, into normal text +Oracle Open Office Writer : converting;text, into tables +Oracle Open Office Writer : copies +Oracle Open Office Writer : copies;printing +Oracle Open Office Writer : copies;removing line breaks +Oracle Open Office Writer : copying +Oracle Open Office Writer : copying;by drag and drop +Oracle Open Office Writer : copying;charts from Oracle Open Office Calc +Oracle Open Office Writer : copying;data from text documents +Oracle Open Office Writer : copying;datasource records in spreadsheets +Oracle Open Office Writer : copying;draw objects +Oracle Open Office Writer : copying;draw objects between documents +Oracle Open Office Writer : copying;formatting +Oracle Open Office Writer : copying;from data source view +Oracle Open Office Writer : copying;from Gallery +Oracle Open Office Writer : copying;in Unix +Oracle Open Office Writer : copying;pictures, between documents +Oracle Open Office Writer : copying;sheet areas, to text documents +Oracle Open Office Writer : copying;styles, by fill format mode +Oracle Open Office Writer : copying;styles, from selections +Oracle Open Office Writer : copying;text sections +Oracle Open Office Writer : copying;to Gallery +Oracle Open Office Writer : copyright for Oracle Open Office +Oracle Open Office Writer : corner roundings +Oracle Open Office Writer : counting words +Oracle Open Office Writer : crash reports +Oracle Open Office Writer : criteria of query design (Base) +Oracle Open Office Writer : cropping pictures +Oracle Open Office Writer : cross-references +Oracle Open Office Writer : cross-references;inserting and updating +Oracle Open Office Writer : cross-references;inserting with Navigator +Oracle Open Office Writer : cross-references;modifying +Oracle Open Office Writer : CTL +Oracle Open Office Writer : CTL;(not) wrapping words +Oracle Open Office Writer : CTL;complex text layout languages +Oracle Open Office Writer : CTL;definition +Oracle Open Office Writer : CTL;options +Oracle Open Office Writer : currencies +Oracle Open Office Writer : currencies;converters +Oracle Open Office Writer : currencies;format codes +Oracle Open Office Writer : currency field creation +Oracle Open Office Writer : currency formats +Oracle Open Office Writer : cursor +Oracle Open Office Writer : cursor;allowing in protected areas (Writer) +Oracle Open Office Writer : cursor;direct cursor +Oracle Open Office Writer : cursor;in read-only text +Oracle Open Office Writer : cursor;quickly moving to an object +Oracle Open Office Writer : curves +Oracle Open Office Writer : curves;editing points +Oracle Open Office Writer : curves;properties in line charts/XY charts +Oracle Open Office Writer : custom dictionaries +Oracle Open Office Writer : custom dictionaries;editing +Oracle Open Office Writer : custom dictionaries;removing words from +Oracle Open Office Writer : custom hyphens (Writer) +Oracle Open Office Writer : custom quotes +Oracle Open Office Writer : custom templates +Oracle Open Office Writer : customizing +Oracle Open Office Writer : customizing;events +Oracle Open Office Writer : customizing;keyboard +Oracle Open Office Writer : customizing;menus +Oracle Open Office Writer : customizing;Oracle Open Office +Oracle Open Office Writer : customizing;round corners +Oracle Open Office Writer : customizing;toolbars +Oracle Open Office Writer : cutting +Oracle Open Office Writer : dashes +Oracle Open Office Writer : data +Oracle Open Office Writer : data;filtering in forms +Oracle Open Office Writer : data;forms and subforms +Oracle Open Office Writer : data;read-only +Oracle Open Office Writer : data;sorting in forms +Oracle Open Office Writer : data;user data +Oracle Open Office Writer : data binding change in XForms +Oracle Open Office Writer : data labels in charts +Oracle Open Office Writer : Data Navigator +Oracle Open Office Writer : Data Navigator;adding/editing items +Oracle Open Office Writer : Data Navigator;display options +Oracle Open Office Writer : data ranges in charts +Oracle Open Office Writer : data series +Oracle Open Office Writer : data source browser +Oracle Open Office Writer : data source explorer +Oracle Open Office Writer : data source view +Oracle Open Office Writer : data source view;drag and drop +Oracle Open Office Writer : data source view;overview +Oracle Open Office Writer : data source view;showing +Oracle Open Office Writer : data sources +Oracle Open Office Writer : data sources;as tables +Oracle Open Office Writer : data sources;connection settings (Base) +Oracle Open Office Writer : data sources;copying records to spreadsheets +Oracle Open Office Writer : data sources;displaying current +Oracle Open Office Writer : data sources;LDAP server (Base) +Oracle Open Office Writer : data sources;Oracle Open Office Base +Oracle Open Office Writer : data sources;registering address books +Oracle Open Office Writer : data sources;reports +Oracle Open Office Writer : data sources;setting for stock charts +Oracle Open Office Writer : data sources;viewing +Oracle Open Office Writer : data structure of XForms +Oracle Open Office Writer : data values in charts +Oracle Open Office Writer : data, see also values +Oracle Open Office Writer : database contents +Oracle Open Office Writer : database contents;inserting as tables +Oracle Open Office Writer : database contents;inserting as text +Oracle Open Office Writer : database reports +Oracle Open Office Writer : Database Wizard (Base) +Oracle Open Office Writer : databases +Oracle Open Office Writer : databases;administration through SQL (Base) +Oracle Open Office Writer : databases;ADO (Base) +Oracle Open Office Writer : databases;connecting (Base) +Oracle Open Office Writer : databases;creating +Oracle Open Office Writer : databases;creating bibliographies +Oracle Open Office Writer : databases;creating labels +Oracle Open Office Writer : databases;creating queries +Oracle Open Office Writer : databases;creating reports +Oracle Open Office Writer : databases;creating tables +Oracle Open Office Writer : databases;deleting (Base) +Oracle Open Office Writer : databases;drag and drop (Base) +Oracle Open Office Writer : databases;editing tables +Oracle Open Office Writer : databases;exchanging +Oracle Open Office Writer : databases;form filters +Oracle Open Office Writer : databases;formats (Base) +Oracle Open Office Writer : databases;importing/exporting +Oracle Open Office Writer : databases;in conditions +Oracle Open Office Writer : databases;JDBC (Base) +Oracle Open Office Writer : databases;main page (Base) +Oracle Open Office Writer : databases;ODBC (Base) +Oracle Open Office Writer : databases;overview +Oracle Open Office Writer : databases;registering (Base) +Oracle Open Office Writer : databases;searching records +Oracle Open Office Writer : databases;shortcut keys +Oracle Open Office Writer : databases;sorting +Oracle Open Office Writer : databases;standard filters +Oracle Open Office Writer : databases;text formats +Oracle Open Office Writer : databases;viewing +Oracle Open Office Writer : date fields +Oracle Open Office Writer : date fields;creating +Oracle Open Office Writer : date fields;fixed/variable +Oracle Open Office Writer : date fields;HTML +Oracle Open Office Writer : date fields;properties +Oracle Open Office Writer : date formats +Oracle Open Office Writer : dates +Oracle Open Office Writer : dates;default (Calc) +Oracle Open Office Writer : dates;formatting automatically in tables +Oracle Open Office Writer : dates;inserting +Oracle Open Office Writer : dates;printing in presentations +Oracle Open Office Writer : dates;start 1900/01/01 (Calc) +Oracle Open Office Writer : dates;start 1904/01/01 (Calc) +Oracle Open Office Writer : dBASE +Oracle Open Office Writer : dBASE;database settings (Base) +Oracle Open Office Writer : DDE +Oracle Open Office Writer : DDE;command for inserting sections +Oracle Open Office Writer : DDE;definition +Oracle Open Office Writer : DDE;inserting tables +Oracle Open Office Writer : deactivating +Oracle Open Office Writer : deactivating;plug-ins +Oracle Open Office Writer : deactivating;word completion +Oracle Open Office Writer : decimal places displayed (Calc) +Oracle Open Office Writer : decimal separator key +Oracle Open Office Writer : decimal tab stops +Oracle Open Office Writer : default directories +Oracle Open Office Writer : default filters +Oracle Open Office Writer : default filters;comparison operators +Oracle Open Office Writer : default filters;databases +Oracle Open Office Writer : default printer +Oracle Open Office Writer : default printer;setting up +Oracle Open Office Writer : default printer;UNIX +Oracle Open Office Writer : default templates +Oracle Open Office Writer : default templates;changing +Oracle Open Office Writer : default templates;defining/resetting +Oracle Open Office Writer : default templates;organizing +Oracle Open Office Writer : defaults +Oracle Open Office Writer : defaults;documents +Oracle Open Office Writer : defaults;file formats in file dialogs +Oracle Open Office Writer : defaults;file formats in Oracle Open Office +Oracle Open Office Writer : defaults;fonts +Oracle Open Office Writer : defaults;grids (Writer/Calc) +Oracle Open Office Writer : defaults;languages +Oracle Open Office Writer : defaults;number formats +Oracle Open Office Writer : defaults;of saving +Oracle Open Office Writer : defaults;program configuration +Oracle Open Office Writer : defaults;tab stops in text +Oracle Open Office Writer : defaults;templates +Oracle Open Office Writer : defaults;views +Oracle Open Office Writer : defining +Oracle Open Office Writer : defining;arrowheads and other line ends +Oracle Open Office Writer : defining;colors +Oracle Open Office Writer : defining;conditions +Oracle Open Office Writer : defining;headers/footers +Oracle Open Office Writer : defining;line styles +Oracle Open Office Writer : defining;object borders +Oracle Open Office Writer : defining;page borders +Oracle Open Office Writer : defining;page styles +Oracle Open Office Writer : defining;paragraph borders +Oracle Open Office Writer : defining;queries (Base) +Oracle Open Office Writer : defining;starting page numbers +Oracle Open Office Writer : defining;table borders +Oracle Open Office Writer : defining;table borders in Writer +Oracle Open Office Writer : deleting +Oracle Open Office Writer : deleting;all direct formatting +Oracle Open Office Writer : deleting;comments +Oracle Open Office Writer : deleting;databases (Base) +Oracle Open Office Writer : deleting;entries of indexes/tables of contents +Oracle Open Office Writer : deleting;footnotes +Oracle Open Office Writer : deleting;heading numbers +Oracle Open Office Writer : deleting;hyperlinks +Oracle Open Office Writer : deleting;indexes/tables of contents +Oracle Open Office Writer : deleting;line breaks +Oracle Open Office Writer : deleting;lines in text +Oracle Open Office Writer : deleting;models/instances +Oracle Open Office Writer : deleting;namespaces in XForms +Oracle Open Office Writer : deleting;numbers in lists +Oracle Open Office Writer : deleting;page breaks +Oracle Open Office Writer : deleting;rows/columns, by keyboard +Oracle Open Office Writer : deleting;tab stops +Oracle Open Office Writer : deleting;tables or table contents +Oracle Open Office Writer : deleting;templates +Oracle Open Office Writer : deleting;words in user-defined dictionaries +Oracle Open Office Writer : deleting;XML filters +Oracle Open Office Writer : demoting heading levels +Oracle Open Office Writer : depth stagger +Oracle Open Office Writer : descriptions for objects +Oracle Open Office Writer : design mode after saving +Oracle Open Office Writer : design view +Oracle Open Office Writer : design view;creating forms +Oracle Open Office Writer : design view;queries/views (Base) +Oracle Open Office Writer : designing +Oracle Open Office Writer : designing;database tables +Oracle Open Office Writer : designing;fonts +Oracle Open Office Writer : designing;queries (Base) +Oracle Open Office Writer : detaching toolbars +Oracle Open Office Writer : dictionaries +Oracle Open Office Writer : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Writer : dictionaries;creating +Oracle Open Office Writer : dictionaries;editing user-defined +Oracle Open Office Writer : dictionaries;spellcheck +Oracle Open Office Writer : dictionaries;thesaurus +Oracle Open Office Writer : dictionaries, see also languages +Oracle Open Office Writer : digital signatures +Oracle Open Office Writer : digital signatures;getting/managing/applying +Oracle Open Office Writer : digital signatures;overview +Oracle Open Office Writer : digital signatures;WebDAV over HTTPS +Oracle Open Office Writer : direct cursor +Oracle Open Office Writer : direct cursor;restriction +Oracle Open Office Writer : direct cursor;settings +Oracle Open Office Writer : direct formatting +Oracle Open Office Writer : direct formatting;exiting +Oracle Open Office Writer : direct formatting;undoing all +Oracle Open Office Writer : directories +Oracle Open Office Writer : directories;creating new +Oracle Open Office Writer : directories;directory structure +Oracle Open Office Writer : disabled persons +Oracle Open Office Writer : disabling +Oracle Open Office Writer : disabling;field highlighting +Oracle Open Office Writer : disabling;smart tags +Oracle Open Office Writer : disabling;word completion +Oracle Open Office Writer : displaying +Oracle Open Office Writer : displaying;comments (Calc) +Oracle Open Office Writer : displaying;comments in text documents +Oracle Open Office Writer : displaying;hidden text +Oracle Open Office Writer : displaying;non-printing characters (Writer) +Oracle Open Office Writer : displaying;pictures and objects (Writer) +Oracle Open Office Writer : displaying;tables (Writer) +Oracle Open Office Writer : displaying;zero values (Calc) +Oracle Open Office Writer : distances +Oracle Open Office Writer : distinct values in SQL queries +Oracle Open Office Writer : distorting in drawings +Oracle Open Office Writer : distributing XML filters +Oracle Open Office Writer : dividing tables +Oracle Open Office Writer : DocInformation fields +Oracle Open Office Writer : docking +Oracle Open Office Writer : docking;definition +Oracle Open Office Writer : docking;Navigator window +Oracle Open Office Writer : docking;toolbars +Oracle Open Office Writer : docking;windows +Oracle Open Office Writer : Document Converter Wizard +Oracle Open Office Writer : Document Map, see Navigator +Oracle Open Office Writer : document templates +Oracle Open Office Writer : document types in Oracle Open Office +Oracle Open Office Writer : documents +Oracle Open Office Writer : documents;changing titles +Oracle Open Office Writer : documents;closing +Oracle Open Office Writer : documents;comparing +Oracle Open Office Writer : documents;contents as lists +Oracle Open Office Writer : documents;editing time +Oracle Open Office Writer : documents;exporting +Oracle Open Office Writer : documents;importing +Oracle Open Office Writer : documents;languages +Oracle Open Office Writer : documents;master documents and subdocuments +Oracle Open Office Writer : documents;measurement units in +Oracle Open Office Writer : documents;merging +Oracle Open Office Writer : documents;number of pages/tables/sheets +Oracle Open Office Writer : documents;number of words/characters +Oracle Open Office Writer : documents;opening +Oracle Open Office Writer : documents;opening in design mode +Oracle Open Office Writer : documents;opening with templates +Oracle Open Office Writer : documents;organizing +Oracle Open Office Writer : documents;printing +Oracle Open Office Writer : documents;read-only +Oracle Open Office Writer : documents;reloading +Oracle Open Office Writer : documents;saving +Oracle Open Office Writer : documents;saving automatically +Oracle Open Office Writer : documents;saving in other formats +Oracle Open Office Writer : documents;sending as e-mail +Oracle Open Office Writer : documents;styles changed +Oracle Open Office Writer : documents;version management +Oracle Open Office Writer : documents;version numbers +Oracle Open Office Writer : donut charts +Oracle Open Office Writer : dotted areas +Oracle Open Office Writer : double-line spacing in paragraphs +Oracle Open Office Writer : double-line writing in Asian layout +Oracle Open Office Writer : drag and drop +Oracle Open Office Writer : drag and drop;copying and pasting text +Oracle Open Office Writer : drag and drop;creating new styles +Oracle Open Office Writer : drag and drop;data source view +Oracle Open Office Writer : drag and drop;from Gallery to draw objects +Oracle Open Office Writer : drag and drop;overview +Oracle Open Office Writer : drag and drop;pictures +Oracle Open Office Writer : drag and drop;to Gallery +Oracle Open Office Writer : draw objects +Oracle Open Office Writer : draw objects;adding/editing/copying +Oracle Open Office Writer : draw objects;anchoring +Oracle Open Office Writer : draw objects;arranging within stacks +Oracle Open Office Writer : draw objects;copying between documents +Oracle Open Office Writer : draw objects;cross-referencing +Oracle Open Office Writer : draw objects;displaying (Calc) +Oracle Open Office Writer : draw objects;dropping Gallery pictures +Oracle Open Office Writer : draw objects;flipping +Oracle Open Office Writer : draw objects;inserting captions +Oracle Open Office Writer : draw objects;legends +Oracle Open Office Writer : draw objects;positioning and resizing +Oracle Open Office Writer : draw objects;protecting +Oracle Open Office Writer : draw objects;slanting +Oracle Open Office Writer : draw objects;text in +Oracle Open Office Writer : Drawing bar +Oracle Open Office Writer : drawing lines in text +Oracle Open Office Writer : drawings +Oracle Open Office Writer : drawings;creating/opening +Oracle Open Office Writer : drawings;languages +Oracle Open Office Writer : drawings;printing +Oracle Open Office Writer : drawings;printing defaults +Oracle Open Office Writer : drawings;printing in text documents +Oracle Open Office Writer : drawings;saving +Oracle Open Office Writer : drawings;saving automatically +Oracle Open Office Writer : drawings;saving in other formats +Oracle Open Office Writer : drawings;sending as e-mail +Oracle Open Office Writer : drawings;showing (Writer) +Oracle Open Office Writer : drawings, see also draw objects +Oracle Open Office Writer : drop caps insertion +Oracle Open Office Writer : drop-down lists in form functions +Oracle Open Office Writer : e-mail attachments +Oracle Open Office Writer : Edit File icon +Oracle Open Office Writer : edit mode +Oracle Open Office Writer : edit mode;after opening +Oracle Open Office Writer : edit mode;through Enter key (Calc) +Oracle Open Office Writer : Edit Points bar +Oracle Open Office Writer : editing +Oracle Open Office Writer : editing;captions +Oracle Open Office Writer : editing;chart axes +Oracle Open Office Writer : editing;chart data +Oracle Open Office Writer : editing;chart legends +Oracle Open Office Writer : editing;chart titles +Oracle Open Office Writer : editing;comments +Oracle Open Office Writer : editing;concordance files +Oracle Open Office Writer : editing;cross-references +Oracle Open Office Writer : editing;data binding of XForms +Oracle Open Office Writer : editing;database tables and queries +Oracle Open Office Writer : editing;draw objects +Oracle Open Office Writer : editing;Fontwork objects +Oracle Open Office Writer : editing;footnotes/endnotes +Oracle Open Office Writer : editing;hyperlinks +Oracle Open Office Writer : editing;index format +Oracle Open Office Writer : editing;indexes/tables of contents +Oracle Open Office Writer : editing;menus +Oracle Open Office Writer : editing;objects +Oracle Open Office Writer : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Writer : editing;pictures +Oracle Open Office Writer : editing;reports +Oracle Open Office Writer : editing;sections +Oracle Open Office Writer : editing;shortcut keys +Oracle Open Office Writer : editing;tab stops +Oracle Open Office Writer : editing;table/index entries +Oracle Open Office Writer : editing;templates +Oracle Open Office Writer : editing;text frames +Oracle Open Office Writer : editing;titles +Oracle Open Office Writer : editing;toolbars +Oracle Open Office Writer : editing;undoing +Oracle Open Office Writer : editing;XForms +Oracle Open Office Writer : editing time of documents +Oracle Open Office Writer : editors +Oracle Open Office Writer : editors;contour editor +Oracle Open Office Writer : editors;formula editor +Oracle Open Office Writer : editors;ImageMap editor +Oracle Open Office Writer : effects +Oracle Open Office Writer : effects;font positions +Oracle Open Office Writer : effects;fonts +Oracle Open Office Writer : effects;Fontwork icons +Oracle Open Office Writer : effects;text animation +Oracle Open Office Writer : emphasizing text +Oracle Open Office Writer : empty documents +Oracle Open Office Writer : empty page with alternating page styles +Oracle Open Office Writer : empty paragraph removal +Oracle Open Office Writer : encryption of contents +Oracle Open Office Writer : endnotes +Oracle Open Office Writer : endnotes;inserting and editing +Oracle Open Office Writer : endnotes;spacing +Oracle Open Office Writer : enlarging columns,cells and table rows +Oracle Open Office Writer : entering groups +Oracle Open Office Writer : entering text from right to left +Oracle Open Office Writer : entering text with direct cursor +Oracle Open Office Writer : entries +Oracle Open Office Writer : entries;bibliographies +Oracle Open Office Writer : entries;defining in indexes/tables of contents +Oracle Open Office Writer : entries;in tables of contents, as hyperlinks +Oracle Open Office Writer : envelopes +Oracle Open Office Writer : equal sign, see also operators +Oracle Open Office Writer : equations in formula editor +Oracle Open Office Writer : error bars in charts +Oracle Open Office Writer : error indicators in charts +Oracle Open Office Writer : Error Report Tool +Oracle Open Office Writer : Euro +Oracle Open Office Writer : Euro;currency formats +Oracle Open Office Writer : Euro;Euro Converter Wizard +Oracle Open Office Writer : even/odd pages +Oracle Open Office Writer : even/odd pages;formatting +Oracle Open Office Writer : even/odd pages;printing +Oracle Open Office Writer : events +Oracle Open Office Writer : events;assigning scripts +Oracle Open Office Writer : events;controls +Oracle Open Office Writer : events;customizing +Oracle Open Office Writer : events;in forms +Oracle Open Office Writer : examples for regular expressions +Oracle Open Office Writer : Excel +Oracle Open Office Writer : Excel;saving as +Oracle Open Office Writer : Excel;search criteria +Oracle Open Office Writer : exceptions +Oracle Open Office Writer : exceptions;AutoCorrect function +Oracle Open Office Writer : exceptions;user-defined dictionaries +Oracle Open Office Writer : exchanging databases +Oracle Open Office Writer : exchanging, see also replacing +Oracle Open Office Writer : executing SQL commands +Oracle Open Office Writer : exiting +Oracle Open Office Writer : exiting;direct formatting +Oracle Open Office Writer : exiting;groups +Oracle Open Office Writer : exiting;Oracle Open Office +Oracle Open Office Writer : expanding formatting (Calc) +Oracle Open Office Writer : explorer of data sources +Oracle Open Office Writer : export filters +Oracle Open Office Writer : exporting +Oracle Open Office Writer : exporting;bitmaps +Oracle Open Office Writer : exporting;HTML and text documents +Oracle Open Office Writer : exporting;Microsoft Office documents with VBA code +Oracle Open Office Writer : exporting;spreadsheets to text format +Oracle Open Office Writer : exporting;templates +Oracle Open Office Writer : exporting;to foreign formats +Oracle Open Office Writer : exporting;to HTML +Oracle Open Office Writer : exporting;to Microsoft Office formats +Oracle Open Office Writer : exporting;to PDF +Oracle Open Office Writer : exporting;to PostScript format +Oracle Open Office Writer : exporting;to XML +Oracle Open Office Writer : exporting;XML files +Oracle Open Office Writer : extended tips in Help +Oracle Open Office Writer : extension mode in text +Oracle Open Office Writer : extensions +Oracle Open Office Writer : extensions;Extension Manager +Oracle Open Office Writer : extensions;file formats +Oracle Open Office Writer : external keys (Base) +Oracle Open Office Writer : faster printing +Oracle Open Office Writer : faxes +Oracle Open Office Writer : faxes;configuring Oracle Open Office +Oracle Open Office Writer : faxes;fax programs/fax printers under UNIX +Oracle Open Office Writer : faxes;selecting a fax machine +Oracle Open Office Writer : faxes;sending +Oracle Open Office Writer : faxes;wizards +Oracle Open Office Writer : feedback +Oracle Open Office Writer : feedback;automatically +Oracle Open Office Writer : fields +Oracle Open Office Writer : fields;converting into text +Oracle Open Office Writer : fields;database tables +Oracle Open Office Writer : fields;defining conditions +Oracle Open Office Writer : fields;displaying field codes (Writer) +Oracle Open Office Writer : fields;formatted fields +Oracle Open Office Writer : fields;HTML import and export +Oracle Open Office Writer : fields;input fields in text +Oracle Open Office Writer : fields;inserting time +Oracle Open Office Writer : fields;subject +Oracle Open Office Writer : fields;updating automatically (Writer) +Oracle Open Office Writer : fields;updating/viewing +Oracle Open Office Writer : fields;user data +Oracle Open Office Writer : file associations for Microsoft Office +Oracle Open Office Writer : file filters +Oracle Open Office Writer : file filters;mobile devices +Oracle Open Office Writer : file filters;XML +Oracle Open Office Writer : file formats +Oracle Open Office Writer : file formats;changing Oracle Open Office defaults +Oracle Open Office Writer : file formats;OpenDocument/XML +Oracle Open Office Writer : file formats;saving always in other formats +Oracle Open Office Writer : file selection button +Oracle Open Office Writer : file sharing options for current document +Oracle Open Office Writer : files +Oracle Open Office Writer : files;filters and formats +Oracle Open Office Writer : files;importing +Oracle Open Office Writer : files;opening +Oracle Open Office Writer : files;opening with placeholders +Oracle Open Office Writer : files;properties +Oracle Open Office Writer : files;saving +Oracle Open Office Writer : files;saving automatically +Oracle Open Office Writer : files;saving in other formats +Oracle Open Office Writer : files;sending as e-mail +Oracle Open Office Writer : files;version numbers +Oracle Open Office Writer : files and folders in Oracle Open Office +Oracle Open Office Writer : fill characters with tabulators +Oracle Open Office Writer : fill colors for areas +Oracle Open Office Writer : fill format mode +Oracle Open Office Writer : fill patterns for areas +Oracle Open Office Writer : filter conditions +Oracle Open Office Writer : filter conditions;connecting +Oracle Open Office Writer : filter conditions;in queries (Base) +Oracle Open Office Writer : filtering +Oracle Open Office Writer : filtering;data in databases +Oracle Open Office Writer : filtering;data in forms +Oracle Open Office Writer : filters +Oracle Open Office Writer : filters;comparison operators +Oracle Open Office Writer : filters;for import and export +Oracle Open Office Writer : filters;Navigator +Oracle Open Office Writer : filters;pictures +Oracle Open Office Writer : filters;XML filter settings +Oracle Open Office Writer : Find tab in Help +Oracle Open Office Writer : finding +Oracle Open Office Writer : finding;in all sheets +Oracle Open Office Writer : finding;records in form documents +Oracle Open Office Writer : finding;selections +Oracle Open Office Writer : finding;similarity search +Oracle Open Office Writer : finding;text/text formats/styles/objects +Oracle Open Office Writer : first letters as large capital letters +Oracle Open Office Writer : First Page page style +Oracle Open Office Writer : fitting to pages +Oracle Open Office Writer : fitting to pages;print settings in Math +Oracle Open Office Writer : fitting to pages;print settings in presentations +Oracle Open Office Writer : fixed dates +Oracle Open Office Writer : fixed text +Oracle Open Office Writer : fixed text;form functions +Oracle Open Office Writer : fixing toolbars +Oracle Open Office Writer : flipping draw objects +Oracle Open Office Writer : floating frames in HTML documents +Oracle Open Office Writer : floating titles in headers +Oracle Open Office Writer : floating toolbars +Oracle Open Office Writer : focus of controls +Oracle Open Office Writer : folder creation +Oracle Open Office Writer : font attributes +Oracle Open Office Writer : font attributes;resetting +Oracle Open Office Writer : font lists +Oracle Open Office Writer : font name box +Oracle Open Office Writer : font sizes +Oracle Open Office Writer : font sizes;bullets +Oracle Open Office Writer : font sizes;relative changes +Oracle Open Office Writer : font sizes;scaling on screen +Oracle Open Office Writer : font sizes;text +Oracle Open Office Writer : fonts +Oracle Open Office Writer : fonts;adding under UNIX +Oracle Open Office Writer : fonts;changing in templates +Oracle Open Office Writer : fonts;colors +Oracle Open Office Writer : fonts;default settings +Oracle Open Office Writer : fonts;effects +Oracle Open Office Writer : fonts;for HTML and Basic +Oracle Open Office Writer : fonts;formats +Oracle Open Office Writer : fonts;outlines +Oracle Open Office Writer : fonts;positions in text +Oracle Open Office Writer : fonts;resetting +Oracle Open Office Writer : fonts;shadows +Oracle Open Office Writer : fonts;specifying several +Oracle Open Office Writer : fonts;strikethrough +Oracle Open Office Writer : fonts;styles +Oracle Open Office Writer : fonts;text objects +Oracle Open Office Writer : Fontwork icons +Oracle Open Office Writer : footers +Oracle Open Office Writer : footers;about +Oracle Open Office Writer : footers;backgrounds +Oracle Open Office Writer : footers;defining for left and right pages +Oracle Open Office Writer : footers;formatting +Oracle Open Office Writer : footers;inserting +Oracle Open Office Writer : footers;with page numbers +Oracle Open Office Writer : footnotes +Oracle Open Office Writer : footnotes;inserting and editing +Oracle Open Office Writer : footnotes;spacing +Oracle Open Office Writer : form controls +Oracle Open Office Writer : form controls;assigning macros +Oracle Open Office Writer : form controls;protecting +Oracle Open Office Writer : form controls;toolbars +Oracle Open Office Writer : form fields +Oracle Open Office Writer : form filters +Oracle Open Office Writer : form letters +Oracle Open Office Writer : Form Navigator +Oracle Open Office Writer : format codes +Oracle Open Office Writer : format codes;numbers +Oracle Open Office Writer : format filling printing in Oracle Open Office Math +Oracle Open Office Writer : Format Paintbrush +Oracle Open Office Writer : formats +Oracle Open Office Writer : formats;Asian layout +Oracle Open Office Writer : formats;copying and pasting +Oracle Open Office Writer : formats;finding and replacing +Oracle Open Office Writer : formats;fonts +Oracle Open Office Writer : formats;maximizing page formats +Oracle Open Office Writer : formats;number and currency formats +Oracle Open Office Writer : formats;of currencies/date/time +Oracle Open Office Writer : formats;on opening and saving +Oracle Open Office Writer : formats;pasting in special formats +Oracle Open Office Writer : formats;positions +Oracle Open Office Writer : formats;resetting +Oracle Open Office Writer : formats;tabulators +Oracle Open Office Writer : formatted fields +Oracle Open Office Writer : formatted fields;form functions +Oracle Open Office Writer : formatted fields;properties +Oracle Open Office Writer : formatting +Oracle Open Office Writer : formatting;Asian typography +Oracle Open Office Writer : formatting;axes in charts +Oracle Open Office Writer : formatting;bold, while typing +Oracle Open Office Writer : formatting;bullets +Oracle Open Office Writer : formatting;changing individual pages +Oracle Open Office Writer : formatting;chart areas +Oracle Open Office Writer : formatting;chart floors +Oracle Open Office Writer : formatting;chart legends +Oracle Open Office Writer : formatting;chart titles +Oracle Open Office Writer : formatting;chart walls +Oracle Open Office Writer : formatting;contour wrap +Oracle Open Office Writer : formatting;copying +Oracle Open Office Writer : formatting;definition +Oracle Open Office Writer : formatting;even/odd pages +Oracle Open Office Writer : formatting;exiting direct formatting +Oracle Open Office Writer : formatting;expanding (Calc) +Oracle Open Office Writer : formatting;font effects +Oracle Open Office Writer : formatting;hyperlinks +Oracle Open Office Writer : formatting;indenting paragraphs +Oracle Open Office Writer : formatting;indexes and tables of contents +Oracle Open Office Writer : formatting;numbered lists +Oracle Open Office Writer : formatting;page numbers +Oracle Open Office Writer : formatting;pages +Oracle Open Office Writer : formatting;printer metrics (Writer) +Oracle Open Office Writer : formatting;register-true text +Oracle Open Office Writer : formatting;undoing +Oracle Open Office Writer : formatting;undoing when writing +Oracle Open Office Writer : formatting styles +Oracle Open Office Writer : formatting styles;importing +Oracle Open Office Writer : formatting styles;styles and templates +Oracle Open Office Writer : forms +Oracle Open Office Writer : forms;browsing +Oracle Open Office Writer : forms;Combo Box/List Box Wizard +Oracle Open Office Writer : forms;creating +Oracle Open Office Writer : forms;data +Oracle Open Office Writer : forms;designing (Base) +Oracle Open Office Writer : forms;events +Oracle Open Office Writer : forms;filtering data +Oracle Open Office Writer : forms;finding records +Oracle Open Office Writer : forms;focus after opening +Oracle Open Office Writer : forms;general information (Base) +Oracle Open Office Writer : forms;grouping controls +Oracle Open Office Writer : forms;HTML filters +Oracle Open Office Writer : forms;Navigator +Oracle Open Office Writer : forms;opening in design mode +Oracle Open Office Writer : forms;properties +Oracle Open Office Writer : forms;sorting data +Oracle Open Office Writer : forms;subforms +Oracle Open Office Writer : forms;wizards +Oracle Open Office Writer : forms;XForms +Oracle Open Office Writer : formula texts +Oracle Open Office Writer : formula texts;printing in Oracle Open Office Math +Oracle Open Office Writer : formulas +Oracle Open Office Writer : formulas;calculating in text +Oracle Open Office Writer : formulas;complex formulas in text +Oracle Open Office Writer : formulas;new +Oracle Open Office Writer : formulas;pasting results in text documents +Oracle Open Office Writer : formulas;starting formula editor +Oracle Open Office Writer : formulas in reports +Oracle Open Office Writer : formulas in reports;editing +Oracle Open Office Writer : formulating conditions +Oracle Open Office Writer : forums and support +Oracle Open Office Writer : frames +Oracle Open Office Writer : frames;anchoring options +Oracle Open Office Writer : frames;around objects +Oracle Open Office Writer : frames;around pages +Oracle Open Office Writer : frames;around paragraphs +Oracle Open Office Writer : frames;around tables +Oracle Open Office Writer : frames;around text tables +Oracle Open Office Writer : frames;AutoCorrect function +Oracle Open Office Writer : frames;backgrounds +Oracle Open Office Writer : frames;captions (Writer) +Oracle Open Office Writer : frames;defining hyperlinks +Oracle Open Office Writer : frames;jumping to +Oracle Open Office Writer : frames;labeling +Oracle Open Office Writer : frames;linking +Oracle Open Office Writer : frames;printing in Oracle Open Office Math +Oracle Open Office Writer : frames;protecting +Oracle Open Office Writer : frames;selection frames +Oracle Open Office Writer : frames;styles +Oracle Open Office Writer : frames;text fitting to frames +Oracle Open Office Writer : frames;unlinking +Oracle Open Office Writer : freeform lines +Oracle Open Office Writer : freeform lines;draw functions +Oracle Open Office Writer : FTP +Oracle Open Office Writer : FTP;opening documents +Oracle Open Office Writer : FTP;saving documents +Oracle Open Office Writer : full joins (Base) +Oracle Open Office Writer : full screen view +Oracle Open Office Writer : full-text search in Help +Oracle Open Office Writer : functions in reports +Oracle Open Office Writer : functions in reports;editing +Oracle Open Office Writer : Gallery +Oracle Open Office Writer : Gallery;adding pictures +Oracle Open Office Writer : Gallery;docking and resizing +Oracle Open Office Writer : Gallery;dragging pictures to draw objects +Oracle Open Office Writer : Gallery;hiding/showing +Oracle Open Office Writer : Gallery;inserting pictures from +Oracle Open Office Writer : get method for form transmissions +Oracle Open Office Writer : getting support +Oracle Open Office Writer : GIF format +Oracle Open Office Writer : glossaries +Oracle Open Office Writer : glossaries;common terms +Oracle Open Office Writer : glossaries;Internet terms +Oracle Open Office Writer : gradients off for faster printing +Oracle Open Office Writer : grammar checker +Oracle Open Office Writer : graphic objects, see draw objects +Oracle Open Office Writer : graphical text art +Oracle Open Office Writer : graphics +Oracle Open Office Writer : graphics;cache +Oracle Open Office Writer : graphics;do not show +Oracle Open Office Writer : graphics;protecting +Oracle Open Office Writer : graphics, see also pictures +Oracle Open Office Writer : grayscale printing +Oracle Open Office Writer : grid controls +Oracle Open Office Writer : grid controls;form functions +Oracle Open Office Writer : grids +Oracle Open Office Writer : grids;defaults (Writer/Calc) +Oracle Open Office Writer : grids;display options (Impress/Draw) +Oracle Open Office Writer : grids;displaying lines (Calc) +Oracle Open Office Writer : grids;formatting axes +Oracle Open Office Writer : grids;inserting in charts +Oracle Open Office Writer : group box creation +Oracle Open Office Writer : groups +Oracle Open Office Writer : groups;entering/exiting/ungrouping +Oracle Open Office Writer : groups;naming +Oracle Open Office Writer : groups;of controls +Oracle Open Office Writer : guides +Oracle Open Office Writer : guides;display options (Impress/Draw) +Oracle Open Office Writer : guides;displaying when moving objects (Impress) +Oracle Open Office Writer : guides;showing (Calc) +Oracle Open Office Writer : guides;showing when moving frames (Writer) +Oracle Open Office Writer : gutter +Oracle Open Office Writer : handles +Oracle Open Office Writer : handles;displaying (Writer) +Oracle Open Office Writer : handles;scaling +Oracle Open Office Writer : handles;showing simple/large handles (Calc) +Oracle Open Office Writer : hanging indents in paragraphs +Oracle Open Office Writer : Hangul/Hanja +Oracle Open Office Writer : hard returns in pasted text +Oracle Open Office Writer : hatching +Oracle Open Office Writer : headers +Oracle Open Office Writer : headers;about +Oracle Open Office Writer : headers;backgrounds +Oracle Open Office Writer : headers;chapter information +Oracle Open Office Writer : headers;defining for left and right pages +Oracle Open Office Writer : headers;formatting +Oracle Open Office Writer : headers;inserting +Oracle Open Office Writer : headings +Oracle Open Office Writer : headings;automatic +Oracle Open Office Writer : headings;entering as text box +Oracle Open Office Writer : headings;jumping to +Oracle Open Office Writer : headings;numbering/paragraph styles +Oracle Open Office Writer : headings;rearranging +Oracle Open Office Writer : headings;repeating in tables +Oracle Open Office Writer : headings;starting with tab stops +Oracle Open Office Writer : headings;switching levels by keyboard +Oracle Open Office Writer : Hebrew +Oracle Open Office Writer : Hebrew;entering text +Oracle Open Office Writer : Hebrew;language settings +Oracle Open Office Writer : Help +Oracle Open Office Writer : Help;bookmarks +Oracle Open Office Writer : Help;extended tips on/off +Oracle Open Office Writer : Help;full-text search +Oracle Open Office Writer : Help;Help tips +Oracle Open Office Writer : Help;keywords +Oracle Open Office Writer : Help;navigation pane showing/hiding +Oracle Open Office Writer : Help;style sheets +Oracle Open Office Writer : Help;topics +Oracle Open Office Writer : Help Agent +Oracle Open Office Writer : Help Agent;help +Oracle Open Office Writer : Help Agent;options +Oracle Open Office Writer : Help tips +Oracle Open Office Writer : Help tips;fields +Oracle Open Office Writer : Help tips;hiding +Oracle Open Office Writer : hidden controls in Form Navigator +Oracle Open Office Writer : hidden fields display (Writer) +Oracle Open Office Writer : hidden pages +Oracle Open Office Writer : hidden pages;printing in presentations +Oracle Open Office Writer : hidden text +Oracle Open Office Writer : hidden text;displaying +Oracle Open Office Writer : hidden text;showing (Writer) +Oracle Open Office Writer : hiding +Oracle Open Office Writer : hiding;changes +Oracle Open Office Writer : hiding;chart legends +Oracle Open Office Writer : hiding;database fields +Oracle Open Office Writer : hiding;docked windows +Oracle Open Office Writer : hiding;navigation pane in Help window +Oracle Open Office Writer : hiding;rulers +Oracle Open Office Writer : hiding;sections +Oracle Open Office Writer : hiding;text, from specific users +Oracle Open Office Writer : hiding;text, with conditions +Oracle Open Office Writer : high contrast mode +Oracle Open Office Writer : Hindi +Oracle Open Office Writer : Hindi;entering text +Oracle Open Office Writer : Hindi;language settings +Oracle Open Office Writer : homepage creation +Oracle Open Office Writer : horizontal lines +Oracle Open Office Writer : horizontal rulers +Oracle Open Office Writer : horizontal scrollbars (Writer) +Oracle Open Office Writer : hotspots +Oracle Open Office Writer : HowTos for charts +Oracle Open Office Writer : HTML +Oracle Open Office Writer : HTML;definition +Oracle Open Office Writer : HTML;export character set +Oracle Open Office Writer : HTML;fonts for source display +Oracle Open Office Writer : HTML;importing META tags +Oracle Open Office Writer : HTML;live presentations +Oracle Open Office Writer : HTML;special tags for fields +Oracle Open Office Writer : HTML documents +Oracle Open Office Writer : HTML documents;auto reloading +Oracle Open Office Writer : HTML documents;creating from text documents +Oracle Open Office Writer : HTML documents;headers and footers +Oracle Open Office Writer : HTML documents;importing/exporting +Oracle Open Office Writer : HTML documents;inserting linked sections +Oracle Open Office Writer : HTML documents;META tags in +Oracle Open Office Writer : HTML documents;new +Oracle Open Office Writer : HTML documents;source text +Oracle Open Office Writer : hyperlinks +Oracle Open Office Writer : hyperlinks;assigning macros +Oracle Open Office Writer : hyperlinks;character formats +Oracle Open Office Writer : hyperlinks;definition +Oracle Open Office Writer : hyperlinks;deleting +Oracle Open Office Writer : hyperlinks;editing +Oracle Open Office Writer : hyperlinks;for objects +Oracle Open Office Writer : hyperlinks;in tables of contents and indexes +Oracle Open Office Writer : hyperlinks;inserting +Oracle Open Office Writer : hyperlinks;inserting from Navigator +Oracle Open Office Writer : hyperlinks;jumping to +Oracle Open Office Writer : hyperlinks;relative and absolute +Oracle Open Office Writer : hyperlinks;turning off automatic recognition +Oracle Open Office Writer : hyperlinks, see also links +Oracle Open Office Writer : hyphenation +Oracle Open Office Writer : hyphenation;activating for a language +Oracle Open Office Writer : hyphenation;manual/automatic +Oracle Open Office Writer : hyphenation;minimal number of characters +Oracle Open Office Writer : hyphenation;preventing for specific words +Oracle Open Office Writer : hyphens +Oracle Open Office Writer : hyphens;displaying custom (Writer) +Oracle Open Office Writer : hyphens;inserting custom +Oracle Open Office Writer : icon bars, see toolbars +Oracle Open Office Writer : icon sizes +Oracle Open Office Writer : if-then queries as fields +Oracle Open Office Writer : ignore list for spellcheck +Oracle Open Office Writer : illumination +Oracle Open Office Writer : illumination;3D charts +Oracle Open Office Writer : illustrations, see pictures +Oracle Open Office Writer : image button creation +Oracle Open Office Writer : image control creation +Oracle Open Office Writer : ImageMap +Oracle Open Office Writer : ImageMap;definition +Oracle Open Office Writer : ImageMap;editor +Oracle Open Office Writer : images +Oracle Open Office Writer : images;do not show +Oracle Open Office Writer : images;ImageMap +Oracle Open Office Writer : images;inserting and editing bitmaps +Oracle Open Office Writer : images;inserting in text +Oracle Open Office Writer : images, see also pictures +Oracle Open Office Writer : IME +Oracle Open Office Writer : IME;definition +Oracle Open Office Writer : IME;showing/hiding +Oracle Open Office Writer : import filters +Oracle Open Office Writer : import restrictions for Microsoft Office +Oracle Open Office Writer : importing +Oracle Open Office Writer : importing;bitmaps +Oracle Open Office Writer : importing;compatibility settings for text import +Oracle Open Office Writer : importing;databases +Oracle Open Office Writer : importing;documents in other formats +Oracle Open Office Writer : importing;from XML +Oracle Open Office Writer : importing;HTML and text documents +Oracle Open Office Writer : importing;HTML with META tags +Oracle Open Office Writer : importing;Microsoft Office documents with VBA code +Oracle Open Office Writer : importing;styles from other files +Oracle Open Office Writer : importing;tables in text format +Oracle Open Office Writer : importing;templates +Oracle Open Office Writer : improvement program +Oracle Open Office Writer : inches +Oracle Open Office Writer : indents +Oracle Open Office Writer : indents;in text +Oracle Open Office Writer : indents;setting on rulers +Oracle Open Office Writer : Index tab in Help +Oracle Open Office Writer : indexes +Oracle Open Office Writer : indexes;alphabetical indexes +Oracle Open Office Writer : indexes;backgrounds +Oracle Open Office Writer : indexes;creating bibliographies +Oracle Open Office Writer : indexes;creating user-defined indexes +Oracle Open Office Writer : indexes;defining entries in +Oracle Open Office Writer : indexes;editing or deleting entries +Oracle Open Office Writer : indexes;editing/updating/deleting +Oracle Open Office Writer : indexes;formatting +Oracle Open Office Writer : indexes;master documents +Oracle Open Office Writer : indexes;multiple documents +Oracle Open Office Writer : indexes;showing/hiding Help index tab +Oracle Open Office Writer : indexes;unprotecting +Oracle Open Office Writer : indicator lines in text +Oracle Open Office Writer : initial capitals in titles +Oracle Open Office Writer : inner joins (Base) +Oracle Open Office Writer : input fields in text +Oracle Open Office Writer : input method window +Oracle Open Office Writer : insert mode for entering text +Oracle Open Office Writer : inserting +Oracle Open Office Writer : inserting;buttons in toolbars +Oracle Open Office Writer : inserting;captions +Oracle Open Office Writer : inserting;cell ranges from spreadsheets +Oracle Open Office Writer : inserting;chapter numbers in captions +Oracle Open Office Writer : inserting;charts +Oracle Open Office Writer : inserting;clipboard options +Oracle Open Office Writer : inserting;comments +Oracle Open Office Writer : inserting;cross-references +Oracle Open Office Writer : inserting;data from text documents +Oracle Open Office Writer : inserting;datasource records in spreadsheets +Oracle Open Office Writer : inserting;date fields +Oracle Open Office Writer : inserting;drawings +Oracle Open Office Writer : inserting;envelopes +Oracle Open Office Writer : inserting;floating frames +Oracle Open Office Writer : inserting;Fontwork objects +Oracle Open Office Writer : inserting;footnotes/endnotes +Oracle Open Office Writer : inserting;form fields +Oracle Open Office Writer : inserting;from Gallery into text +Oracle Open Office Writer : inserting;horizontal lines +Oracle Open Office Writer : inserting;hyperlinks +Oracle Open Office Writer : inserting;hyperlinks from Navigator +Oracle Open Office Writer : inserting;input fields +Oracle Open Office Writer : inserting;line breaks in cells +Oracle Open Office Writer : inserting;lines under headers/above footers +Oracle Open Office Writer : inserting;movies/sounds +Oracle Open Office Writer : inserting;new text tables defaults +Oracle Open Office Writer : inserting;numbering +Oracle Open Office Writer : inserting;objects from Gallery +Oracle Open Office Writer : inserting;OLE objects +Oracle Open Office Writer : inserting;page breaks +Oracle Open Office Writer : inserting;page numbers +Oracle Open Office Writer : inserting;paragraph borders +Oracle Open Office Writer : inserting;paragraph bullets +Oracle Open Office Writer : inserting;paragraphs before/after tables +Oracle Open Office Writer : inserting;pictures +Oracle Open Office Writer : inserting;pictures in Gallery +Oracle Open Office Writer : inserting;pictures, by dialog +Oracle Open Office Writer : inserting;plug-ins +Oracle Open Office Writer : inserting;push buttons +Oracle Open Office Writer : inserting;rows/columns, by keyboard +Oracle Open Office Writer : inserting;scanned images +Oracle Open Office Writer : inserting;sections +Oracle Open Office Writer : inserting;special characters +Oracle Open Office Writer : inserting;tab stops +Oracle Open Office Writer : inserting;tables in text +Oracle Open Office Writer : inserting;text blocks +Oracle Open Office Writer : inserting;text documents +Oracle Open Office Writer : inserting;text frames +Oracle Open Office Writer : inserting;textures on chart bars +Oracle Open Office Writer : installing +Oracle Open Office Writer : installing;ActiveX control +Oracle Open Office Writer : installing;mobile device filters +Oracle Open Office Writer : installing;smart tags +Oracle Open Office Writer : installing;UNO components +Oracle Open Office Writer : installing;XML filters +Oracle Open Office Writer : instructions +Oracle Open Office Writer : instructions;general +Oracle Open Office Writer : instructions;Oracle Open Office Writer +Oracle Open Office Writer : Internet +Oracle Open Office Writer : Internet;checking for updates +Oracle Open Office Writer : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Writer : Internet;presentations +Oracle Open Office Writer : Internet;starting searches +Oracle Open Office Writer : Internet glossary +Oracle Open Office Writer : interrupting numbered lists +Oracle Open Office Writer : invert filter +Oracle Open Office Writer : invisible areas +Oracle Open Office Writer : invisible characters +Oracle Open Office Writer : invisible characters;finding +Oracle Open Office Writer : italic text +Oracle Open Office Writer : iterative references in spreadsheets +Oracle Open Office Writer : Java +Oracle Open Office Writer : Java;definition +Oracle Open Office Writer : Java;setting options +Oracle Open Office Writer : JDBC +Oracle Open Office Writer : JDBC;databases (Base) +Oracle Open Office Writer : JDBC;definition +Oracle Open Office Writer : joining +Oracle Open Office Writer : joining;numbered lists +Oracle Open Office Writer : joining;paragraphs +Oracle Open Office Writer : joining;tables (Base) +Oracle Open Office Writer : joins in databases (Base) +Oracle Open Office Writer : jumping +Oracle Open Office Writer : jumping;to bookmarks +Oracle Open Office Writer : jumping;to text elements +Oracle Open Office Writer : justifying text +Oracle Open Office Writer : juxtaposing tables +Oracle Open Office Writer : kerning +Oracle Open Office Writer : kerning;Asian texts +Oracle Open Office Writer : kerning;definition +Oracle Open Office Writer : kerning;in characters +Oracle Open Office Writer : key fields for relations (Base) +Oracle Open Office Writer : keyboard +Oracle Open Office Writer : keyboard;accessibility Oracle Open Office Writer +Oracle Open Office Writer : keyboard;adding or deleting rows/columns +Oracle Open Office Writer : keyboard;assigning/editing shortcut keys +Oracle Open Office Writer : keyboard;bold formatting +Oracle Open Office Writer : keyboard;general commands +Oracle Open Office Writer : keyboard;modifying the behavior of rows/columns +Oracle Open Office Writer : keyboard;navigating and selecting in text +Oracle Open Office Writer : keyboard;removing numbering +Oracle Open Office Writer : keyboard;resizing rows/columns +Oracle Open Office Writer : keys +Oracle Open Office Writer : keys;adding push buttons +Oracle Open Office Writer : keys;primary keys (Base) +Oracle Open Office Writer : kiosk export +Oracle Open Office Writer : labels +Oracle Open Office Writer : labels;creating and synchronizing +Oracle Open Office Writer : labels;for charts +Oracle Open Office Writer : labels;for draw objects +Oracle Open Office Writer : labels;form functions +Oracle Open Office Writer : labels;from databases +Oracle Open Office Writer : labels, see also names/callouts +Oracle Open Office Writer : landscape and portrait +Oracle Open Office Writer : languages +Oracle Open Office Writer : languages;activating modules +Oracle Open Office Writer : languages;Asian support +Oracle Open Office Writer : languages;complex text layout +Oracle Open Office Writer : languages;locale settings +Oracle Open Office Writer : languages;recognition of +Oracle Open Office Writer : languages;selecting for text +Oracle Open Office Writer : languages;setting options +Oracle Open Office Writer : languages;spellcheck +Oracle Open Office Writer : languages;spellchecking and formatting +Oracle Open Office Writer : large handles (Writer) +Oracle Open Office Writer : large icons +Oracle Open Office Writer : layer arrangement +Oracle Open Office Writer : layout +Oracle Open Office Writer : layout;importing Word documents +Oracle Open Office Writer : layout;pages +Oracle Open Office Writer : LDAP server +Oracle Open Office Writer : LDAP server;address books (Base) +Oracle Open Office Writer : LDAP server;sign on options +Oracle Open Office Writer : leading between paragraphs +Oracle Open Office Writer : left alignment of paragraphs +Oracle Open Office Writer : left joins (Base) +Oracle Open Office Writer : Left Page page style +Oracle Open Office Writer : legends +Oracle Open Office Writer : legends;charts +Oracle Open Office Writer : legends;draw objects +Oracle Open Office Writer : legends;rounding corners +Oracle Open Office Writer : legends, see also captions +Oracle Open Office Writer : Letter Wizard +Oracle Open Office Writer : letters +Oracle Open Office Writer : letters;creating form letters +Oracle Open Office Writer : letters;inserting envelopes +Oracle Open Office Writer : levels +Oracle Open Office Writer : levels;changing outline levels +Oracle Open Office Writer : levels;depth stagger +Oracle Open Office Writer : levels;macro security +Oracle Open Office Writer : lexicon, see thesaurus +Oracle Open Office Writer : limits of tables (Writer) +Oracle Open Office Writer : line breaks +Oracle Open Office Writer : line breaks;in cells +Oracle Open Office Writer : line breaks;removing +Oracle Open Office Writer : line charts +Oracle Open Office Writer : line numbers +Oracle Open Office Writer : line spacing +Oracle Open Office Writer : line spacing;context menu in paragraphs +Oracle Open Office Writer : line spacing;paragraph +Oracle Open Office Writer : line styles +Oracle Open Office Writer : line styles;applying +Oracle Open Office Writer : line styles;defining +Oracle Open Office Writer : lines +Oracle Open Office Writer : lines;automatic drawing on/off +Oracle Open Office Writer : lines;defining ends +Oracle Open Office Writer : lines;draw functions +Oracle Open Office Writer : lines;drawing in text +Oracle Open Office Writer : lines;editing points +Oracle Open Office Writer : lines;footnotes/endnotes +Oracle Open Office Writer : lines;inserting horizontal lines +Oracle Open Office Writer : lines;removing automatic lines +Oracle Open Office Writer : lines;under headers/above footers +Oracle Open Office Writer : lines of text +Oracle Open Office Writer : lines of text;alignment +Oracle Open Office Writer : lines of text;indents +Oracle Open Office Writer : lines of text;numbering +Oracle Open Office Writer : lines of text;register-true +Oracle Open Office Writer : lines of text;sorting paragraphs +Oracle Open Office Writer : links +Oracle Open Office Writer : links;between cells and controls +Oracle Open Office Writer : links;by drag and drop +Oracle Open Office Writer : links;character formats +Oracle Open Office Writer : links;definition +Oracle Open Office Writer : links;editing hyperlinks +Oracle Open Office Writer : links;inserting +Oracle Open Office Writer : links;inserting sections +Oracle Open Office Writer : links;inserting text documents as +Oracle Open Office Writer : links;modifying +Oracle Open Office Writer : links;opening files with +Oracle Open Office Writer : links;relational databases (Base) +Oracle Open Office Writer : links;text frames +Oracle Open Office Writer : links;turning off automatic recognition +Oracle Open Office Writer : links;updating options (Writer) +Oracle Open Office Writer : links;updating specific links +Oracle Open Office Writer : list box creation +Oracle Open Office Writer : lists +Oracle Open Office Writer : lists;automatic numbering +Oracle Open Office Writer : lists;AutoText shortcuts +Oracle Open Office Writer : lists;changing levels +Oracle Open Office Writer : lists;combining numbered lists +Oracle Open Office Writer : lists;data assigned to controls +Oracle Open Office Writer : lists;registered databases (Base) +Oracle Open Office Writer : lists;regular expressions +Oracle Open Office Writer : lists;removing/interrupting numbering +Oracle Open Office Writer : live presentations on the Internet +Oracle Open Office Writer : loading +Oracle Open Office Writer : loading;documents +Oracle Open Office Writer : loading;documents from other formats +Oracle Open Office Writer : loading;HTML documents, automatically +Oracle Open Office Writer : loading;Microsoft Office documents with VBA code +Oracle Open Office Writer : loading;reloading +Oracle Open Office Writer : loading;styles from other files +Oracle Open Office Writer : loading;XML files +Oracle Open Office Writer : locale settings +Oracle Open Office Writer : logarithmic scaling along axes +Oracle Open Office Writer : logical expressions +Oracle Open Office Writer : lowercase letters +Oracle Open Office Writer : lowercase letters;font effects +Oracle Open Office Writer : lowercase letters;text +Oracle Open Office Writer : lowering outline levels +Oracle Open Office Writer : Macro Wizard (Base) +Oracle Open Office Writer : macros +Oracle Open Office Writer : macros;assigning to events in forms +Oracle Open Office Writer : macros;attaching new (Base) +Oracle Open Office Writer : macros;in MS Office documents +Oracle Open Office Writer : macros;interrupting +Oracle Open Office Writer : macros;organizing +Oracle Open Office Writer : macros;recording +Oracle Open Office Writer : macros;security +Oracle Open Office Writer : macros;security levels +Oracle Open Office Writer : macros;security warning dialog +Oracle Open Office Writer : macros;selecting security warnings +Oracle Open Office Writer : magnifiers +Oracle Open Office Writer : mail merge +Oracle Open Office Writer : manual hyphenation in text +Oracle Open Office Writer : manual numbering in text +Oracle Open Office Writer : manual page breaks +Oracle Open Office Writer : marginal numbers on text pages +Oracle Open Office Writer : margins +Oracle Open Office Writer : margins;pages +Oracle Open Office Writer : margins;setting with the mouse +Oracle Open Office Writer : margins;shadows +Oracle Open Office Writer : marking changes +Oracle Open Office Writer : marking, see selecting +Oracle Open Office Writer : master documents +Oracle Open Office Writer : master documents;creating/editing/exporting +Oracle Open Office Writer : master documents;indexes +Oracle Open Office Writer : master documents;properties +Oracle Open Office Writer : matching conditional text in fields +Oracle Open Office Writer : Math formula editor +Oracle Open Office Writer : mean value lines in charts +Oracle Open Office Writer : measurement units +Oracle Open Office Writer : measurement units;changing on rulers +Oracle Open Office Writer : measurement units;converting +Oracle Open Office Writer : measurement units;selecting +Oracle Open Office Writer : Media Player window +Oracle Open Office Writer : menus +Oracle Open Office Writer : menus;activating context menus +Oracle Open Office Writer : menus;assigning macros +Oracle Open Office Writer : menus;customizing +Oracle Open Office Writer : merging +Oracle Open Office Writer : merging;cells +Oracle Open Office Writer : merging;cells, by keyboard +Oracle Open Office Writer : merging;documents +Oracle Open Office Writer : merging;indexes +Oracle Open Office Writer : merging;numbered lists +Oracle Open Office Writer : merging;tables +Oracle Open Office Writer : META tags +Oracle Open Office Writer : metrics +Oracle Open Office Writer : metrics;converting +Oracle Open Office Writer : metrics;document formatting (Writer) +Oracle Open Office Writer : metrics;in sheets +Oracle Open Office Writer : Microsoft Office +Oracle Open Office Writer : Microsoft Office;Access databases (base) +Oracle Open Office Writer : Microsoft Office;as default file format +Oracle Open Office Writer : Microsoft Office;document import restrictions +Oracle Open Office Writer : Microsoft Office;feature comparisons +Oracle Open Office Writer : Microsoft Office;importing password protected files +Oracle Open Office Writer : Microsoft Office;importing Word documents +Oracle Open Office Writer : Microsoft Office;importing/exporting VBA code +Oracle Open Office Writer : Microsoft Office;new users information +Oracle Open Office Writer : Microsoft Office;opening Microsoft documents +Oracle Open Office Writer : Microsoft Office;reassigning document types +Oracle Open Office Writer : migrating macros (Base) +Oracle Open Office Writer : mirrored page layout +Oracle Open Office Writer : mobile device filters +Oracle Open Office Writer : models in XForms +Oracle Open Office Writer : modifying, see changing +Oracle Open Office Writer : months +Oracle Open Office Writer : months;automatically completing +Oracle Open Office Writer : more controls +Oracle Open Office Writer : mosaic filter +Oracle Open Office Writer : mouse +Oracle Open Office Writer : mouse;moving and copying text +Oracle Open Office Writer : mouse;pointers when using drag and drop +Oracle Open Office Writer : mouse;positioning +Oracle Open Office Writer : movies +Oracle Open Office Writer : moving +Oracle Open Office Writer : moving;headings +Oracle Open Office Writer : moving;objects and frames +Oracle Open Office Writer : moving;tab stops on ruler +Oracle Open Office Writer : moving;text sections +Oracle Open Office Writer : moving;toolbars +Oracle Open Office Writer : moving;using guide lines in presentations +Oracle Open Office Writer : MS ADO interface (Base) +Oracle Open Office Writer : multi-column text +Oracle Open Office Writer : multi-line titles in forms +Oracle Open Office Writer : multi-page tables +Oracle Open Office Writer : multi-page view of documents +Oracle Open Office Writer : multiple documents +Oracle Open Office Writer : multiple documents;indexes +Oracle Open Office Writer : multiple documents;opening +Oracle Open Office Writer : multiple selection +Oracle Open Office Writer : music +Oracle Open Office Writer : My Documents folder +Oracle Open Office Writer : My Documents folder;changing work directory +Oracle Open Office Writer : My Documents folder;opening +Oracle Open Office Writer : MySQL databases (Base) +Oracle Open Office Writer : names +Oracle Open Office Writer : names;chapter names in headers +Oracle Open Office Writer : names;multi-line titles +Oracle Open Office Writer : names;objects +Oracle Open Office Writer : names, see also labels/callouts +Oracle Open Office Writer : namespace organization in XForms +Oracle Open Office Writer : native SQL (Base) +Oracle Open Office Writer : navigating +Oracle Open Office Writer : navigating;in documents +Oracle Open Office Writer : navigating;in text, with keyboard +Oracle Open Office Writer : Navigation bar +Oracle Open Office Writer : Navigation bar;controls +Oracle Open Office Writer : Navigation bar;forms +Oracle Open Office Writer : Navigator +Oracle Open Office Writer : Navigator;comments +Oracle Open Office Writer : Navigator;contents as lists +Oracle Open Office Writer : Navigator;docking +Oracle Open Office Writer : Navigator;docking and resizing +Oracle Open Office Writer : Navigator;heading levels and chapters +Oracle Open Office Writer : Navigator;inserting hyperlinks +Oracle Open Office Writer : Navigator;master documents +Oracle Open Office Writer : Navigator;overview in texts +Oracle Open Office Writer : Navigator;working with +Oracle Open Office Writer : net charts +Oracle Open Office Writer : network identity options +Oracle Open Office Writer : networks and AutoText directories +Oracle Open Office Writer : new databases +Oracle Open Office Writer : new documents +Oracle Open Office Writer : new lines in cells +Oracle Open Office Writer : new page styles from selection +Oracle Open Office Writer : new windows +Oracle Open Office Writer : next page number in footers +Oracle Open Office Writer : non-breaking dashes +Oracle Open Office Writer : non-breaking spaces (Writer) +Oracle Open Office Writer : non-printing characters (Writer) +Oracle Open Office Writer : non-printing text +Oracle Open Office Writer : number formats +Oracle Open Office Writer : number formats;codes +Oracle Open Office Writer : number formats;formats +Oracle Open Office Writer : number formats;recognition in text tables +Oracle Open Office Writer : number of characters +Oracle Open Office Writer : number of pages +Oracle Open Office Writer : number of sheets +Oracle Open Office Writer : number of tables +Oracle Open Office Writer : number of words +Oracle Open Office Writer : numbering +Oracle Open Office Writer : numbering;captions +Oracle Open Office Writer : numbering;changing the level of +Oracle Open Office Writer : numbering;combining +Oracle Open Office Writer : numbering;headings +Oracle Open Office Writer : numbering;lines +Oracle Open Office Writer : numbering;lists, while typing +Oracle Open Office Writer : numbering;manually/by styles +Oracle Open Office Writer : numbering;options +Oracle Open Office Writer : numbering;pages +Oracle Open Office Writer : numbering;paragraphs, on and off +Oracle Open Office Writer : numbering;quotations/similar items +Oracle Open Office Writer : numbering;removing/interrupting +Oracle Open Office Writer : numbering;style categories +Oracle Open Office Writer : numbering;turning off +Oracle Open Office Writer : numbering;using automatically +Oracle Open Office Writer : numbers +Oracle Open Office Writer : numbers;automatic recognition in text tables +Oracle Open Office Writer : numbers;date, time and currency formats +Oracle Open Office Writer : numbers;decimal places (Calc) +Oracle Open Office Writer : numbers;line numbering +Oracle Open Office Writer : numbers;lists +Oracle Open Office Writer : numerical fields in forms +Oracle Open Office Writer : objects +Oracle Open Office Writer : objects;always moveable (Impress/Draw) +Oracle Open Office Writer : objects;anchoring options +Oracle Open Office Writer : objects;arranging within stacks +Oracle Open Office Writer : objects;captioning +Oracle Open Office Writer : objects;captioning automatically +Oracle Open Office Writer : objects;contour wrap +Oracle Open Office Writer : objects;copying when moving in presentations +Oracle Open Office Writer : objects;cross-referencing +Oracle Open Office Writer : objects;defining borders +Oracle Open Office Writer : objects;defining hyperlinks +Oracle Open Office Writer : objects;definition +Oracle Open Office Writer : objects;displaying in spreadsheets +Oracle Open Office Writer : objects;displaying in text documents +Oracle Open Office Writer : objects;editing +Oracle Open Office Writer : objects;finding by Navigator +Oracle Open Office Writer : objects;inserting from Gallery +Oracle Open Office Writer : objects;inserting OLE objects +Oracle Open Office Writer : objects;moving and resizing with keyboard +Oracle Open Office Writer : objects;moving and resizing with mouse +Oracle Open Office Writer : objects;naming +Oracle Open Office Writer : objects;opening +Oracle Open Office Writer : objects;properties of charts +Oracle Open Office Writer : objects;quickly moving to +Oracle Open Office Writer : objects;quickly moving to, within text +Oracle Open Office Writer : objects;titles and descriptions +Oracle Open Office Writer : ODBC +Oracle Open Office Writer : ODBC;database (Base) +Oracle Open Office Writer : ODBC;definition +Oracle Open Office Writer : ODF file formats +Oracle Open Office Writer : Office +Oracle Open Office Writer : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Writer : OLE +Oracle Open Office Writer : OLE;definition +Oracle Open Office Writer : OLE objects +Oracle Open Office Writer : OLE objects;arranging within stacks +Oracle Open Office Writer : OLE objects;borders +Oracle Open Office Writer : OLE objects;captions (Writer) +Oracle Open Office Writer : OLE objects;cross-referencing +Oracle Open Office Writer : OLE objects;inserting +Oracle Open Office Writer : OLE objects;inserting tables in +Oracle Open Office Writer : OLE objects;number of +Oracle Open Office Writer : OLE objects;protecting +Oracle Open Office Writer : one and a half line spacing in text +Oracle Open Office Writer : online feedback options +Oracle Open Office Writer : online registration +Oracle Open Office Writer : online update options +Oracle Open Office Writer : online updates +Oracle Open Office Writer : online updates;checking automatically +Oracle Open Office Writer : online updates;checking manually +Oracle Open Office Writer : Open/Save dialogs +Oracle Open Office Writer : OpenDocument file formats +Oracle Open Office Writer : OpenGL +Oracle Open Office Writer : OpenGL;definition +Oracle Open Office Writer : opening +Oracle Open Office Writer : opening;context menus +Oracle Open Office Writer : opening;database files +Oracle Open Office Writer : opening;dialog settings +Oracle Open Office Writer : opening;documents +Oracle Open Office Writer : opening;documents from other formats +Oracle Open Office Writer : opening;documents on WebDAV server +Oracle Open Office Writer : opening;files with links +Oracle Open Office Writer : opening;files, with placeholders +Oracle Open Office Writer : opening;forms +Oracle Open Office Writer : opening;Microsoft Office files +Oracle Open Office Writer : opening;mobile device documents +Oracle Open Office Writer : opening;objects +Oracle Open Office Writer : opening;reports +Oracle Open Office Writer : opening;several files +Oracle Open Office Writer : opening;XForms +Oracle Open Office Writer : operators +Oracle Open Office Writer : operators;default filters +Oracle Open Office Writer : operators;in formulas +Oracle Open Office Writer : optional hyphens (Writer) +Oracle Open Office Writer : options +Oracle Open Office Writer : options;accessibility +Oracle Open Office Writer : options;appearance +Oracle Open Office Writer : options;compatibility (Writer) +Oracle Open Office Writer : options;improvement program +Oracle Open Office Writer : options;network identity +Oracle Open Office Writer : options;online update +Oracle Open Office Writer : options;smart tags +Oracle Open Office Writer : options;tools +Oracle Open Office Writer : Oracle databases (base) +Oracle Open Office Writer : Oracle Open Office Base data sources +Oracle Open Office Writer : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Writer : Oracle Open Office documents +Oracle Open Office Writer : Oracle Open Office documents;mobile device filters +Oracle Open Office Writer : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Writer : Oracle Open Office Math start +Oracle Open Office Writer : Oracle Open Office Writer +Oracle Open Office Writer : Oracle Open Office Writer;instructions +Oracle Open Office Writer : Oracle Open Office Writer;special HTML tags +Oracle Open Office Writer : order of chart data +Oracle Open Office Writer : ordering +Oracle Open Office Writer : ordering;objects +Oracle Open Office Writer : ordering;printing in reverse order +Oracle Open Office Writer : organizing +Oracle Open Office Writer : organizing;footnotes +Oracle Open Office Writer : organizing;macros and scripts +Oracle Open Office Writer : organizing;namespaces in XForms +Oracle Open Office Writer : organizing;styles +Oracle Open Office Writer : organizing;templates +Oracle Open Office Writer : organizing;templates (guide) +Oracle Open Office Writer : orientation of pages +Oracle Open Office Writer : original size +Oracle Open Office Writer : original size;printing in Oracle Open Office Math +Oracle Open Office Writer : original size;restoring after cropping +Oracle Open Office Writer : orphans +Oracle Open Office Writer : outlines +Oracle Open Office Writer : outlines;arranging chapters +Oracle Open Office Writer : outlines;font effects +Oracle Open Office Writer : outlines;numbering +Oracle Open Office Writer : outlines;outline symbols +Oracle Open Office Writer : outlines;sending to presentations +Oracle Open Office Writer : overviews +Oracle Open Office Writer : overviews;Navigator in text documents +Oracle Open Office Writer : overviews;printing multi-page view +Oracle Open Office Writer : overwrite mode +Oracle Open Office Writer : packages, see extensions +Oracle Open Office Writer : page breaks +Oracle Open Office Writer : page breaks;displaying (Calc) +Oracle Open Office Writer : page breaks;inserting and deleting +Oracle Open Office Writer : page breaks;tables +Oracle Open Office Writer : page counts +Oracle Open Office Writer : page formats +Oracle Open Office Writer : page formats;changing individual pages +Oracle Open Office Writer : page formats;maximizing +Oracle Open Office Writer : page formats;restriction +Oracle Open Office Writer : page margins on rulers +Oracle Open Office Writer : page numbers +Oracle Open Office Writer : page numbers;continuation pages +Oracle Open Office Writer : page numbers;footers +Oracle Open Office Writer : page numbers;inserting/defining/formatting +Oracle Open Office Writer : page styles +Oracle Open Office Writer : page styles;backgrounds +Oracle Open Office Writer : page styles;changing +Oracle Open Office Writer : page styles;changing from selection +Oracle Open Office Writer : page styles;creating and applying +Oracle Open Office Writer : page styles;editing/applying with statusbar +Oracle Open Office Writer : page styles;left and right pages +Oracle Open Office Writer : page styles;orientation/scope +Oracle Open Office Writer : page styles;page numbering +Oracle Open Office Writer : page styles;style categories +Oracle Open Office Writer : pages +Oracle Open Office Writer : pages;backgrounds +Oracle Open Office Writer : pages;backgrounds in all applications +Oracle Open Office Writer : pages;continuation pages +Oracle Open Office Writer : pages;defining borders +Oracle Open Office Writer : pages;formatting and numbering +Oracle Open Office Writer : pages;inserting/deleting page breaks +Oracle Open Office Writer : pages;jumping to +Oracle Open Office Writer : pages;left and right pages +Oracle Open Office Writer : pages;number of +Oracle Open Office Writer : pages;numbers and count of +Oracle Open Office Writer : pages;orientation +Oracle Open Office Writer : pages;previews +Oracle Open Office Writer : pages;printing multiple on one sheet +Oracle Open Office Writer : pages;printing page names in presentations +Oracle Open Office Writer : pages;register-true +Oracle Open Office Writer : pages;scaling +Oracle Open Office Writer : pages;selecting one to print +Oracle Open Office Writer : paint box +Oracle Open Office Writer : paint can symbol +Oracle Open Office Writer : pair kerning +Oracle Open Office Writer : Palm file filters +Oracle Open Office Writer : paper formats +Oracle Open Office Writer : paper orientation +Oracle Open Office Writer : paper size warning +Oracle Open Office Writer : paper tray selection +Oracle Open Office Writer : paper trays +Oracle Open Office Writer : paragraph marks +Oracle Open Office Writer : paragraph marks;displaying (Writer) +Oracle Open Office Writer : paragraph marks;finding & replacing +Oracle Open Office Writer : paragraph styles +Oracle Open Office Writer : paragraph styles;languages +Oracle Open Office Writer : paragraph styles;modifying basic fonts +Oracle Open Office Writer : paragraph styles;numbering +Oracle Open Office Writer : paragraph styles;style categories +Oracle Open Office Writer : paragraphs +Oracle Open Office Writer : paragraphs;alignment +Oracle Open Office Writer : paragraphs;Asian typography +Oracle Open Office Writer : paragraphs;automatic numbering +Oracle Open Office Writer : paragraphs;backgrounds +Oracle Open Office Writer : paragraphs;bulleted +Oracle Open Office Writer : paragraphs;defining borders +Oracle Open Office Writer : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Writer : paragraphs;hiding +Oracle Open Office Writer : paragraphs;increasing indents of +Oracle Open Office Writer : paragraphs;indents +Oracle Open Office Writer : paragraphs;indents, margins and columns +Oracle Open Office Writer : paragraphs;inserting before/after tables +Oracle Open Office Writer : paragraphs;inserting bullets +Oracle Open Office Writer : paragraphs;joining +Oracle Open Office Writer : paragraphs;keeping together at breaks +Oracle Open Office Writer : paragraphs;line numbers +Oracle Open Office Writer : paragraphs;moving by keyboard +Oracle Open Office Writer : paragraphs;numbering automatically +Oracle Open Office Writer : paragraphs;numbering non-consecutive +Oracle Open Office Writer : paragraphs;numbering on/off +Oracle Open Office Writer : paragraphs;register-true +Oracle Open Office Writer : paragraphs;removing blank ones +Oracle Open Office Writer : paragraphs;spacing +Oracle Open Office Writer : paragraphs;tab stops +Oracle Open Office Writer : parameters +Oracle Open Office Writer : parameters;command line +Oracle Open Office Writer : parameters;queries (Base) +Oracle Open Office Writer : passwords for protecting contents +Oracle Open Office Writer : pasting +Oracle Open Office Writer : pasting;cell ranges +Oracle Open Office Writer : pasting;cell ranges from spreadsheets +Oracle Open Office Writer : pasting;cut/copied text sections +Oracle Open Office Writer : pasting;data from text documents +Oracle Open Office Writer : pasting;draw objects +Oracle Open Office Writer : pasting;draw objects from other documents +Oracle Open Office Writer : pasting;formatted/unformatted text +Oracle Open Office Writer : pasting;from data source view +Oracle Open Office Writer : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Writer : pasting;pictures from other documents +Oracle Open Office Writer : pasting;results of formulas +Oracle Open Office Writer : pasting;sheet areas in text documents +Oracle Open Office Writer : pasting;to Gallery +Oracle Open Office Writer : paths +Oracle Open Office Writer : paths;changing work directory +Oracle Open Office Writer : paths;defaults +Oracle Open Office Writer : pattern editor +Oracle Open Office Writer : pattern fields +Oracle Open Office Writer : pattern fields;form functions +Oracle Open Office Writer : patterns for objects +Oracle Open Office Writer : PDF +Oracle Open Office Writer : PDF;export +Oracle Open Office Writer : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Writer : personal data input +Oracle Open Office Writer : phonetic guide +Oracle Open Office Writer : picklist creation +Oracle Open Office Writer : pictures +Oracle Open Office Writer : pictures;adding to Gallery +Oracle Open Office Writer : pictures;anchoring options +Oracle Open Office Writer : pictures;arranging within stacks +Oracle Open Office Writer : pictures;assigning macros +Oracle Open Office Writer : pictures;backgrounds +Oracle Open Office Writer : pictures;borders +Oracle Open Office Writer : pictures;captions (Writer) +Oracle Open Office Writer : pictures;changing paths +Oracle Open Office Writer : pictures;cropping and zooming +Oracle Open Office Writer : pictures;cross-referencing +Oracle Open Office Writer : pictures;defining hyperlinks +Oracle Open Office Writer : pictures;displaying in Calc +Oracle Open Office Writer : pictures;displaying in Writer (Writer) +Oracle Open Office Writer : pictures;do not show +Oracle Open Office Writer : pictures;drag and drop between documents +Oracle Open Office Writer : pictures;drawing +Oracle Open Office Writer : pictures;editing +Oracle Open Office Writer : pictures;filters +Oracle Open Office Writer : pictures;ImageMap +Oracle Open Office Writer : pictures;inserting automatically +Oracle Open Office Writer : pictures;inserting by dialog +Oracle Open Office Writer : pictures;inserting from Draw +Oracle Open Office Writer : pictures;inserting from Gallery +Oracle Open Office Writer : pictures;inserting from Gallery into text +Oracle Open Office Writer : pictures;inserting options +Oracle Open Office Writer : pictures;number of +Oracle Open Office Writer : pictures;printing +Oracle Open Office Writer : pictures;scaling/resizing +Oracle Open Office Writer : pictures;scanning +Oracle Open Office Writer : pie charts +Oracle Open Office Writer : pie charts;options +Oracle Open Office Writer : pie charts;types +Oracle Open Office Writer : pixel editor +Oracle Open Office Writer : pixel graphics +Oracle Open Office Writer : pixel graphics;inserting and editing +Oracle Open Office Writer : pixel patterns +Oracle Open Office Writer : placeholders +Oracle Open Office Writer : placeholders;in SQL queries +Oracle Open Office Writer : placeholders;on opening files +Oracle Open Office Writer : placing toolbars +Oracle Open Office Writer : playing movies and sound files +Oracle Open Office Writer : plotting data as charts +Oracle Open Office Writer : plug-ins +Oracle Open Office Writer : plug-ins;activating and deactivating +Oracle Open Office Writer : plug-ins;definition +Oracle Open Office Writer : plug-ins;inserting +Oracle Open Office Writer : pocket device appliances +Oracle Open Office Writer : Pocket PC file filters +Oracle Open Office Writer : points +Oracle Open Office Writer : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Writer : polygon drawing +Oracle Open Office Writer : pop-art filter +Oracle Open Office Writer : portable document format +Oracle Open Office Writer : portrait and landscape +Oracle Open Office Writer : positioning +Oracle Open Office Writer : positioning;axes +Oracle Open Office Writer : positioning;draw objects and controls +Oracle Open Office Writer : positioning;fonts +Oracle Open Office Writer : positioning;objects +Oracle Open Office Writer : positioning;objects (guide) +Oracle Open Office Writer : positioning;toolbars +Oracle Open Office Writer : post method for form transmissions +Oracle Open Office Writer : posterizing filter +Oracle Open Office Writer : PostScript +Oracle Open Office Writer : PostScript;creating files +Oracle Open Office Writer : PostScript;PDF converter, UNIX +Oracle Open Office Writer : PowerPoint export +Oracle Open Office Writer : precision as shown (Calc) +Oracle Open Office Writer : predefining fonts +Oracle Open Office Writer : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Writer : presentations +Oracle Open Office Writer : presentations;creating/opening +Oracle Open Office Writer : presentations;inserting spreadsheet cells +Oracle Open Office Writer : presentations;live on the Internet +Oracle Open Office Writer : presentations;print menu +Oracle Open Office Writer : presentations;saving +Oracle Open Office Writer : presentations;saving automatically +Oracle Open Office Writer : presentations;saving in other formats +Oracle Open Office Writer : presentations;sending as e-mail +Oracle Open Office Writer : presentations;starting with wizard +Oracle Open Office Writer : presentations;wizards +Oracle Open Office Writer : Presenter Console shortcuts +Oracle Open Office Writer : press buttons, see push buttons +Oracle Open Office Writer : previews +Oracle Open Office Writer : previews;book preview +Oracle Open Office Writer : previews;fonts lists +Oracle Open Office Writer : previews;print layouts +Oracle Open Office Writer : primary keys +Oracle Open Office Writer : primary keys;defining +Oracle Open Office Writer : primary keys;design view +Oracle Open Office Writer : primary keys;inserting (Base) +Oracle Open Office Writer : print area selection +Oracle Open Office Writer : print layout checks +Oracle Open Office Writer : printer metrics for document formatting (Writer) +Oracle Open Office Writer : printers +Oracle Open Office Writer : printers;adding, UNIX +Oracle Open Office Writer : printers;choosing +Oracle Open Office Writer : printers;default printer +Oracle Open Office Writer : printers;faxes under UNIX +Oracle Open Office Writer : printers;maximum page formats +Oracle Open Office Writer : printers;paper trays +Oracle Open Office Writer : printers;properties +Oracle Open Office Writer : printing +Oracle Open Office Writer : printing;AutoText shortcuts +Oracle Open Office Writer : printing;black and white +Oracle Open Office Writer : printing;brochures +Oracle Open Office Writer : printing;colors in grayscale +Oracle Open Office Writer : printing;comments +Oracle Open Office Writer : printing;copies +Oracle Open Office Writer : printing;creating individual jobs +Oracle Open Office Writer : printing;dates in presentations +Oracle Open Office Writer : printing;directly +Oracle Open Office Writer : printing;documents +Oracle Open Office Writer : printing;drawings defaults +Oracle Open Office Writer : printing;elements in text documents +Oracle Open Office Writer : printing;faster +Oracle Open Office Writer : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Writer : printing;fitting to pages in presentations +Oracle Open Office Writer : printing;formulas in Oracle Open Office Math +Oracle Open Office Writer : printing;hidden pages of presentations +Oracle Open Office Writer : printing;hiding text frames from printing +Oracle Open Office Writer : printing;in original size in Oracle Open Office Math +Oracle Open Office Writer : printing;individual brochures +Oracle Open Office Writer : printing;left/right pages +Oracle Open Office Writer : printing;multiple pages per sheet +Oracle Open Office Writer : printing;portrait/landscape format +Oracle Open Office Writer : printing;previews +Oracle Open Office Writer : printing;queries (Base) +Oracle Open Office Writer : printing;reverse order +Oracle Open Office Writer : printing;scaling in Oracle Open Office Math +Oracle Open Office Writer : printing;selections +Oracle Open Office Writer : printing;text always in black +Oracle Open Office Writer : printing;text in reverse order +Oracle Open Office Writer : printing;tiling pages in presentations +Oracle Open Office Writer : printing;transparencies +Oracle Open Office Writer : printing;warnings +Oracle Open Office Writer : printing;without scaling in presentations +Oracle Open Office Writer : printing speed +Oracle Open Office Writer : programming +Oracle Open Office Writer : programming;Oracle Open Office +Oracle Open Office Writer : programming;scripting +Oracle Open Office Writer : promoting heading levels +Oracle Open Office Writer : properties +Oracle Open Office Writer : properties;charts +Oracle Open Office Writer : properties;fields +Oracle Open Office Writer : properties;fields in databases +Oracle Open Office Writer : properties;files +Oracle Open Office Writer : properties;form controls +Oracle Open Office Writer : properties;forms +Oracle Open Office Writer : properties;printers +Oracle Open Office Writer : properties;smooth lines in line charts/XY charts +Oracle Open Office Writer : proportional distribution of tables +Oracle Open Office Writer : protected contents +Oracle Open Office Writer : protected dashes +Oracle Open Office Writer : protected database tables +Oracle Open Office Writer : protected documents +Oracle Open Office Writer : protected spaces +Oracle Open Office Writer : protected spaces;inserting +Oracle Open Office Writer : protected spaces;showing (Writer) +Oracle Open Office Writer : protecting +Oracle Open Office Writer : protecting;contents +Oracle Open Office Writer : protecting;recorded changes +Oracle Open Office Writer : protecting;sections +Oracle Open Office Writer : protecting;tables and sections +Oracle Open Office Writer : protecting;text flow +Oracle Open Office Writer : proxy settings +Oracle Open Office Writer : push buttons +Oracle Open Office Writer : push buttons;adding to documents +Oracle Open Office Writer : push buttons;creating +Oracle Open Office Writer : queries +Oracle Open Office Writer : queries;copying (Base) +Oracle Open Office Writer : queries;creating in design view (Base) +Oracle Open Office Writer : queries;creating in SQL view +Oracle Open Office Writer : queries;defining (Base) +Oracle Open Office Writer : queries;deleting table links (Base) +Oracle Open Office Writer : queries;editing in data source view +Oracle Open Office Writer : queries;formulating filter conditions (Base) +Oracle Open Office Writer : queries;joining tables (Base) +Oracle Open Office Writer : queries;missing elements (Base) +Oracle Open Office Writer : queries;overview (Base) +Oracle Open Office Writer : queries;parameter queries (Base) +Oracle Open Office Writer : queries;printing (Base) +Oracle Open Office Writer : Query Wizard (Base) +Oracle Open Office Writer : Quickstarter +Oracle Open Office Writer : quotation marks +Oracle Open Office Writer : quotation marks;changing automatically +Oracle Open Office Writer : quotation marks;replacing +Oracle Open Office Writer : quotes +Oracle Open Office Writer : quotes;custom +Oracle Open Office Writer : radar charts, see net charts +Oracle Open Office Writer : radio button creation +Oracle Open Office Writer : read-only documents +Oracle Open Office Writer : read-only documents;cursor +Oracle Open Office Writer : read-only documents;database tables on/off +Oracle Open Office Writer : read-only documents;editing +Oracle Open Office Writer : read-only documents;opening documents as +Oracle Open Office Writer : read-only items in Data Navigator +Oracle Open Office Writer : read-only sections +Oracle Open Office Writer : rearranging headings +Oracle Open Office Writer : recognition +Oracle Open Office Writer : recognition;languages +Oracle Open Office Writer : recognition;numbers +Oracle Open Office Writer : recognizing URLs automatically +Oracle Open Office Writer : recording +Oracle Open Office Writer : recording;changes +Oracle Open Office Writer : recording;macros +Oracle Open Office Writer : records +Oracle Open Office Writer : records;inserting comments +Oracle Open Office Writer : records;protecting +Oracle Open Office Writer : records;saving +Oracle Open Office Writer : records;searching in databases +Oracle Open Office Writer : rectangles with round corners +Oracle Open Office Writer : recursions in spreadsheets +Oracle Open Office Writer : redo command +Oracle Open Office Writer : reduced printing +Oracle Open Office Writer : reduced printing of multiple pages +Oracle Open Office Writer : reducing rows and columns in text tables +Oracle Open Office Writer : reference lines +Oracle Open Office Writer : references +Oracle Open Office Writer : references;displaying in color (Calc) +Oracle Open Office Writer : references;expanding (Calc) +Oracle Open Office Writer : references;in Writer tables +Oracle Open Office Writer : references;inserting cross-references +Oracle Open Office Writer : references;iterative (Calc) +Oracle Open Office Writer : references;modifying cross-references +Oracle Open Office Writer : refusing word completions +Oracle Open Office Writer : register-true +Oracle Open Office Writer : register-true;definition +Oracle Open Office Writer : register-true;pages and paragraphs +Oracle Open Office Writer : registering +Oracle Open Office Writer : registering;address books +Oracle Open Office Writer : registering;databases (Base) +Oracle Open Office Writer : registering;Oracle Open Office +Oracle Open Office Writer : regression curves in charts +Oracle Open Office Writer : regular expressions +Oracle Open Office Writer : regular expressions;list of +Oracle Open Office Writer : regular expressions;opening files +Oracle Open Office Writer : regular expressions;searching +Oracle Open Office Writer : rejecting word completions +Oracle Open Office Writer : related words in thesaurus +Oracle Open Office Writer : relational databases (Base) +Oracle Open Office Writer : relations +Oracle Open Office Writer : relations;creating and deleting (Base) +Oracle Open Office Writer : relations;joining tables (Base) +Oracle Open Office Writer : relations;properties (Base) +Oracle Open Office Writer : relative distribution of table cells +Oracle Open Office Writer : relative hyperlinks +Oracle Open Office Writer : relative saving of URLs +Oracle Open Office Writer : reloading +Oracle Open Office Writer : reloading;documents +Oracle Open Office Writer : reloading;HTML documents, automatically +Oracle Open Office Writer : remarks, see also comments +Oracle Open Office Writer : remote configurations +Oracle Open Office Writer : remove noise filter +Oracle Open Office Writer : removing +Oracle Open Office Writer : removing;bullets and numbering +Oracle Open Office Writer : removing;bullets in text documents +Oracle Open Office Writer : removing;cell protection in text documents +Oracle Open Office Writer : removing;form filters +Oracle Open Office Writer : removing;subdocuments +Oracle Open Office Writer : removing, see also deleting +Oracle Open Office Writer : reorganizing charts +Oracle Open Office Writer : repeating +Oracle Open Office Writer : repeating;commands +Oracle Open Office Writer : repeating;table headings after page breaks +Oracle Open Office Writer : replacement options +Oracle Open Office Writer : replacement table +Oracle Open Office Writer : replacing +Oracle Open Office Writer : replacing;AutoCorrect function +Oracle Open Office Writer : replacing;dashes +Oracle Open Office Writer : replacing;databases +Oracle Open Office Writer : replacing;fields, by text +Oracle Open Office Writer : replacing;objects from Gallery +Oracle Open Office Writer : replacing;tab stops (regular expressions) +Oracle Open Office Writer : replacing;text and text formats +Oracle Open Office Writer : Report Builder +Oracle Open Office Writer : reports +Oracle Open Office Writer : reports;creating +Oracle Open Office Writer : reports;error reports +Oracle Open Office Writer : reports;opening and editing +Oracle Open Office Writer : reports;templates +Oracle Open Office Writer : resetting +Oracle Open Office Writer : resetting;fonts +Oracle Open Office Writer : resetting;templates +Oracle Open Office Writer : resizing +Oracle Open Office Writer : resizing;aspect ratio +Oracle Open Office Writer : resizing;objects and frames, by keyboard +Oracle Open Office Writer : resizing;objects, by mouse +Oracle Open Office Writer : resizing;rows and columns in text tables +Oracle Open Office Writer : resizing;text frames, by mouse +Oracle Open Office Writer : resizing;windows +Oracle Open Office Writer : resizing, see also scaling/zooming +Oracle Open Office Writer : resolution when printing bitmaps +Oracle Open Office Writer : restoring +Oracle Open Office Writer : restoring;default formatting +Oracle Open Office Writer : restoring;editing +Oracle Open Office Writer : reversing printing order +Oracle Open Office Writer : review function +Oracle Open Office Writer : review function;accepting or rejecting changes +Oracle Open Office Writer : review function;comparing documents +Oracle Open Office Writer : review function;protecting records +Oracle Open Office Writer : review function;recording changes example +Oracle Open Office Writer : rich text control +Oracle Open Office Writer : right alignment of paragraphs +Oracle Open Office Writer : right indents in paragraphs +Oracle Open Office Writer : right joins (Base) +Oracle Open Office Writer : right pages +Oracle Open Office Writer : right-to-left text +Oracle Open Office Writer : rising outline levels +Oracle Open Office Writer : rotating +Oracle Open Office Writer : rotating;3D text +Oracle Open Office Writer : rotating;text +Oracle Open Office Writer : round corners +Oracle Open Office Writer : rounding precision (Calc) +Oracle Open Office Writer : row breaks in text tables +Oracle Open Office Writer : row headers +Oracle Open Office Writer : row headers;displaying (Calc) +Oracle Open Office Writer : row headers;highlighting (Calc) +Oracle Open Office Writer : rows +Oracle Open Office Writer : rows;inserting in tables, using icon +Oracle Open Office Writer : rows;inserting/deleting in tables by keyboard +Oracle Open Office Writer : rows;register-true text +Oracle Open Office Writer : rows;selecting +Oracle Open Office Writer : rulers +Oracle Open Office Writer : rulers;default settings +Oracle Open Office Writer : rulers;measurement units +Oracle Open Office Writer : rulers;using rulers +Oracle Open Office Writer : rulers;visible in presentations +Oracle Open Office Writer : rules +Oracle Open Office Writer : running titles in headers +Oracle Open Office Writer : samples and templates +Oracle Open Office Writer : saving +Oracle Open Office Writer : saving;default file formats +Oracle Open Office Writer : saving;dialog settings +Oracle Open Office Writer : saving;documents +Oracle Open Office Writer : saving;documents for mobile devices +Oracle Open Office Writer : saving;documents in other formats +Oracle Open Office Writer : saving;documents, automatically +Oracle Open Office Writer : saving;in HTML format +Oracle Open Office Writer : saving;in Microsoft Office file format +Oracle Open Office Writer : saving;options +Oracle Open Office Writer : saving;templates +Oracle Open Office Writer : saving;to XML +Oracle Open Office Writer : saving;VBA code in Microsoft Office documents +Oracle Open Office Writer : saving;with password by default +Oracle Open Office Writer : saving as command +Oracle Open Office Writer : saving as command;precautions +Oracle Open Office Writer : scaling +Oracle Open Office Writer : scaling;axes +Oracle Open Office Writer : scaling;font sizes in user interface +Oracle Open Office Writer : scaling;objects +Oracle Open Office Writer : scaling;pictures +Oracle Open Office Writer : scaling;printing in Oracle Open Office Math +Oracle Open Office Writer : scaling;text frames, by mouse +Oracle Open Office Writer : scaling;text in charts +Oracle Open Office Writer : scaling;when printing presentations +Oracle Open Office Writer : scaling, see also zooming +Oracle Open Office Writer : scanning pictures +Oracle Open Office Writer : scatter charts +Oracle Open Office Writer : scope of page styles +Oracle Open Office Writer : screen +Oracle Open Office Writer : screen;full screen views +Oracle Open Office Writer : screen;scaling +Oracle Open Office Writer : screen magnifiers +Oracle Open Office Writer : screen readers +Oracle Open Office Writer : script organization +Oracle Open Office Writer : scrollbars +Oracle Open Office Writer : scrollbars;controls +Oracle Open Office Writer : scrollbars;displaying (Calc) +Oracle Open Office Writer : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Writer : search criteria for database functions in cells +Oracle Open Office Writer : search engines +Oracle Open Office Writer : search engines;definition +Oracle Open Office Writer : search engines;selecting +Oracle Open Office Writer : searching +Oracle Open Office Writer : searching;all sheets +Oracle Open Office Writer : searching;cross-references +Oracle Open Office Writer : searching;databases +Oracle Open Office Writer : searching;form filters +Oracle Open Office Writer : searching;formats +Oracle Open Office Writer : searching;Internet +Oracle Open Office Writer : searching;repeating a search +Oracle Open Office Writer : searching;synonyms +Oracle Open Office Writer : searching;tables and forms +Oracle Open Office Writer : searching;with wildcards +Oracle Open Office Writer : searching, see also finding +Oracle Open Office Writer : secondary axes in charts +Oracle Open Office Writer : sections +Oracle Open Office Writer : sections;backgrounds +Oracle Open Office Writer : sections;columns in/use of +Oracle Open Office Writer : sections;defining conditions +Oracle Open Office Writer : sections;editing +Oracle Open Office Writer : sections;hiding +Oracle Open Office Writer : sections;inserting +Oracle Open Office Writer : sections;inserting external content +Oracle Open Office Writer : sections;inserting sections by DDE +Oracle Open Office Writer : sections;moving and copying +Oracle Open Office Writer : sections;protecting/unprotecting +Oracle Open Office Writer : security +Oracle Open Office Writer : security;digital signatures +Oracle Open Office Writer : security;options for documents with macros +Oracle Open Office Writer : security;protecting contents +Oracle Open Office Writer : security;security levels for macros +Oracle Open Office Writer : security;warning dialogs with macros +Oracle Open Office Writer : selecting +Oracle Open Office Writer : selecting;controls +Oracle Open Office Writer : selecting;measurement units +Oracle Open Office Writer : selecting;objects +Oracle Open Office Writer : selecting;paper trays +Oracle Open Office Writer : selecting;print areas +Oracle Open Office Writer : selecting;several files +Oracle Open Office Writer : selecting;tables +Oracle Open Office Writer : selecting;text, with keyboard +Oracle Open Office Writer : selection clipboard +Oracle Open Office Writer : selection frames +Oracle Open Office Writer : selection modes in text +Oracle Open Office Writer : sending +Oracle Open Office Writer : sending;AutoAbstract function in presentations +Oracle Open Office Writer : sending;documents as e-mail +Oracle Open Office Writer : sending;documents as faxes +Oracle Open Office Writer : separation, see hyphenation +Oracle Open Office Writer : separator lines +Oracle Open Office Writer : separator lines;AutoFormat function +Oracle Open Office Writer : separator lines;defining +Oracle Open Office Writer : separators +Oracle Open Office Writer : separators;conditional +Oracle Open Office Writer : serial letters +Oracle Open Office Writer : Server Side ImageMap +Oracle Open Office Writer : settings +Oracle Open Office Writer : settings;direct cursor +Oracle Open Office Writer : settings;printers +Oracle Open Office Writer : settings;program configuration +Oracle Open Office Writer : settings;proxies +Oracle Open Office Writer : settings;tracking changes +Oracle Open Office Writer : settings;views +Oracle Open Office Writer : settings;word completion +Oracle Open Office Writer : SGML +Oracle Open Office Writer : SGML;definition +Oracle Open Office Writer : shadows +Oracle Open Office Writer : shadows;areas +Oracle Open Office Writer : shadows;borders +Oracle Open Office Writer : shadows;characters +Oracle Open Office Writer : shadows;characters, using context menu +Oracle Open Office Writer : shadows;headers/footers +Oracle Open Office Writer : sharing documents +Oracle Open Office Writer : sharpening filter +Oracle Open Office Writer : sheet tabs +Oracle Open Office Writer : sheet tabs;displaying +Oracle Open Office Writer : sheets +Oracle Open Office Writer : sheets;searching all +Oracle Open Office Writer : shortcut keys +Oracle Open Office Writer : shortcut keys;assigning macros +Oracle Open Office Writer : shortcut keys;bold formatting +Oracle Open Office Writer : shortcut keys;charts +Oracle Open Office Writer : shortcut keys;general +Oracle Open Office Writer : shortcut keys;in databases +Oracle Open Office Writer : shortcut keys;in text documents +Oracle Open Office Writer : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Writer : showing +Oracle Open Office Writer : showing;changes +Oracle Open Office Writer : showing;docked windows +Oracle Open Office Writer : showing;drawings and controls (Writer) +Oracle Open Office Writer : showing;live presentations on the Internet +Oracle Open Office Writer : showing;rulers +Oracle Open Office Writer : showing;toolbars +Oracle Open Office Writer : sideways orientation of pages +Oracle Open Office Writer : signing documents with digital signatures +Oracle Open Office Writer : similarity search +Oracle Open Office Writer : simple handles (Writer) +Oracle Open Office Writer : simplified Chinese +Oracle Open Office Writer : simplified Chinese;translating to traditional Chinese +Oracle Open Office Writer : single sign on options +Oracle Open Office Writer : single-line spacing in text +Oracle Open Office Writer : sizes +Oracle Open Office Writer : sizes;draw objects +Oracle Open Office Writer : sizes;pictures +Oracle Open Office Writer : slanting draw objects +Oracle Open Office Writer : small capitals +Oracle Open Office Writer : small capitals (guide) +Oracle Open Office Writer : small icons +Oracle Open Office Writer : smart tag configuration +Oracle Open Office Writer : smart tags +Oracle Open Office Writer : smooth scrolling (Writer) +Oracle Open Office Writer : smoothing filter +Oracle Open Office Writer : snap grid defaults (Writer/Calc) +Oracle Open Office Writer : snapping in presentations and drawings +Oracle Open Office Writer : solarization filter +Oracle Open Office Writer : sort lists +Oracle Open Office Writer : sort lists;copying to in Calc +Oracle Open Office Writer : sorting +Oracle Open Office Writer : sorting;data in forms +Oracle Open Office Writer : sorting;databases +Oracle Open Office Writer : sorting;paragraphs in special languages +Oracle Open Office Writer : sorting;paragraphs/table rows +Oracle Open Office Writer : sound files +Oracle Open Office Writer : spaces +Oracle Open Office Writer : spaces;displaying (Writer) +Oracle Open Office Writer : spaces;ignoring double +Oracle Open Office Writer : spaces;inserting protected spaces +Oracle Open Office Writer : spaces;showing protected spaces (Writer) +Oracle Open Office Writer : spacing +Oracle Open Office Writer : spacing;between paragraphs in footnotes +Oracle Open Office Writer : spacing;endnotes/footnotes +Oracle Open Office Writer : spacing;font effects +Oracle Open Office Writer : spacing;lines and paragraphs +Oracle Open Office Writer : spacing;register-true text +Oracle Open Office Writer : spacing;tab stops in text documents +Oracle Open Office Writer : spacing;tabs in presentations +Oracle Open Office Writer : spadmin +Oracle Open Office Writer : special characters +Oracle Open Office Writer : speech bubbles +Oracle Open Office Writer : speed of printing +Oracle Open Office Writer : spellcheck +Oracle Open Office Writer : spellcheck;activating for a language +Oracle Open Office Writer : spellcheck;activating for all languages +Oracle Open Office Writer : spellcheck;AutoSpellcheck on/off +Oracle Open Office Writer : spellcheck;checking text documents manually +Oracle Open Office Writer : spellcheck;context menus +Oracle Open Office Writer : spellcheck;default languages +Oracle Open Office Writer : spellcheck;dialog +Oracle Open Office Writer : spellcheck;dictionary of exceptions +Oracle Open Office Writer : spellcheck;ignore list +Oracle Open Office Writer : spelling in thesaurus +Oracle Open Office Writer : spin button creation +Oracle Open Office Writer : splitting cells +Oracle Open Office Writer : splitting cells;by keyboard +Oracle Open Office Writer : splitting cells;by menu command +Oracle Open Office Writer : splitting tables +Oracle Open Office Writer : splitting tables;at cursor position +Oracle Open Office Writer : splitting tables;row breaks +Oracle Open Office Writer : spoolfiles with Xprinter +Oracle Open Office Writer : spreadsheets +Oracle Open Office Writer : spreadsheets;as databases (base) +Oracle Open Office Writer : spreadsheets;copying areas to text documents +Oracle Open Office Writer : spreadsheets;creating/opening +Oracle Open Office Writer : spreadsheets;inserting charts +Oracle Open Office Writer : spreadsheets;inserting database records +Oracle Open Office Writer : spreadsheets;inserting tables from +Oracle Open Office Writer : spreadsheets;printing +Oracle Open Office Writer : spreadsheets;saving +Oracle Open Office Writer : spreadsheets;saving automatically +Oracle Open Office Writer : spreadsheets;saving in other formats +Oracle Open Office Writer : spreadsheets;sending as e-mail +Oracle Open Office Writer : SQL +Oracle Open Office Writer : SQL;definition +Oracle Open Office Writer : SQL;DISTINCT parameter +Oracle Open Office Writer : SQL;executing SQL commands +Oracle Open Office Writer : SQL;executing SQL statements (Base) +Oracle Open Office Writer : SQL;queries (Base) +Oracle Open Office Writer : square drawings +Oracle Open Office Writer : standard bar on/off +Oracle Open Office Writer : standard deviation in charts +Oracle Open Office Writer : standard filters in databases +Oracle Open Office Writer : standard printer under UNIX +Oracle Open Office Writer : start center +Oracle Open Office Writer : start parameters +Oracle Open Office Writer : starting page numbers +Oracle Open Office Writer : statistical functions +Oracle Open Office Writer : statistics in charts +Oracle Open Office Writer : status bar on/off +Oracle Open Office Writer : stickers +Oracle Open Office Writer : stock charts +Oracle Open Office Writer : storing bibliographic information +Oracle Open Office Writer : strikethrough +Oracle Open Office Writer : strikethrough;characters +Oracle Open Office Writer : strikethrough;font effects +Oracle Open Office Writer : styles +Oracle Open Office Writer : styles;'changed' message +Oracle Open Office Writer : styles;categories +Oracle Open Office Writer : styles;conditional +Oracle Open Office Writer : styles;copying between documents +Oracle Open Office Writer : styles;creating from selections +Oracle Open Office Writer : styles;finding +Oracle Open Office Writer : styles;for pages +Oracle Open Office Writer : styles;importing from other files +Oracle Open Office Writer : styles;keyboard shortcuts +Oracle Open Office Writer : styles;master documents +Oracle Open Office Writer : styles;organizing +Oracle Open Office Writer : styles;page numbers +Oracle Open Office Writer : styles;printing styles used in a document +Oracle Open Office Writer : styles;replacing automatically +Oracle Open Office Writer : styles;styles and templates +Oracle Open Office Writer : styles;table styles +Oracle Open Office Writer : styles;transferring +Oracle Open Office Writer : styles;updating from selections +Oracle Open Office Writer : Styles and Formatting window +Oracle Open Office Writer : Styles and Formatting window;applying styles +Oracle Open Office Writer : Styles and Formatting window;docking +Oracle Open Office Writer : Styles and Formatting window;docking and resizing +Oracle Open Office Writer : Styles and Formatting window;updating from selections +Oracle Open Office Writer : Stylist, see Styles and Formatting window +Oracle Open Office Writer : subdocuments +Oracle Open Office Writer : subdocuments;creating/editing/removing +Oracle Open Office Writer : subdocuments;properties +Oracle Open Office Writer : subforms +Oracle Open Office Writer : subforms;creating +Oracle Open Office Writer : subforms;description +Oracle Open Office Writer : subject fields +Oracle Open Office Writer : submitting forms +Oracle Open Office Writer : subscript text +Oracle Open Office Writer : subsidiary documents +Oracle Open Office Writer : suffixes in file formats +Oracle Open Office Writer : sums of table cell series +Oracle Open Office Writer : superscript text +Oracle Open Office Writer : support on the Web +Oracle Open Office Writer : switching off +Oracle Open Office Writer : switching off;hyphenation for specific words +Oracle Open Office Writer : switching off;word completion +Oracle Open Office Writer : synchronizing +Oracle Open Office Writer : synchronizing;labels and business cards +Oracle Open Office Writer : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Writer : synonyms in thesaurus +Oracle Open Office Writer : system address book registration +Oracle Open Office Writer : tab stops +Oracle Open Office Writer : tab stops;before headings +Oracle Open Office Writer : tab stops;displaying (Writer) +Oracle Open Office Writer : tab stops;inserting and editing +Oracle Open Office Writer : tab stops;inserting in lists +Oracle Open Office Writer : tab stops;regular expressions +Oracle Open Office Writer : tab stops;setting in sheets +Oracle Open Office Writer : tab stops;settings +Oracle Open Office Writer : tab stops;spacing in presentations +Oracle Open Office Writer : tab stops;spacing in text documents +Oracle Open Office Writer : table cells +Oracle Open Office Writer : table cells;adjusting the width on rulers +Oracle Open Office Writer : table cells;calculating sums +Oracle Open Office Writer : table cells;enlarging/reducing in text +Oracle Open Office Writer : table controls +Oracle Open Office Writer : table controls;form functions +Oracle Open Office Writer : table controls;keyboard-only edit mode +Oracle Open Office Writer : table controls;properties +Oracle Open Office Writer : table mode selection +Oracle Open Office Writer : table views of databases +Oracle Open Office Writer : Table Wizard (Base) +Oracle Open Office Writer : tables +Oracle Open Office Writer : tables;adapting the width by keyboard +Oracle Open Office Writer : tables;allowing page breaks +Oracle Open Office Writer : tables;AutoFormat function +Oracle Open Office Writer : tables;backgrounds +Oracle Open Office Writer : tables;calculating across +Oracle Open Office Writer : tables;calculating sums +Oracle Open Office Writer : tables;converting to text +Oracle Open Office Writer : tables;cross-referencing +Oracle Open Office Writer : tables;defining borders +Oracle Open Office Writer : tables;deleting +Oracle Open Office Writer : tables;deleting page breaks before +Oracle Open Office Writer : tables;editing by keyboard +Oracle Open Office Writer : tables;editing with the keyboard +Oracle Open Office Writer : tables;heading repetition after page breaks +Oracle Open Office Writer : tables;inserting columns in +Oracle Open Office Writer : tables;inserting line breaks +Oracle Open Office Writer : tables;inserting rows +Oracle Open Office Writer : tables;inserting text before +Oracle Open Office Writer : tables;inserting text tables +Oracle Open Office Writer : tables;jumping to +Oracle Open Office Writer : tables;labeling +Oracle Open Office Writer : tables;merging +Oracle Open Office Writer : tables;merging cells +Oracle Open Office Writer : tables;number recognition +Oracle Open Office Writer : tables;performing calculations in +Oracle Open Office Writer : tables;positioning +Oracle Open Office Writer : tables;protecting/unprotecting cells +Oracle Open Office Writer : tables;resizing/juxtaposing +Oracle Open Office Writer : tables;selecting +Oracle Open Office Writer : tables;sorting rows +Oracle Open Office Writer : tables;splitting +Oracle Open Office Writer : tables;start/end of document +Oracle Open Office Writer : tables;text flow around text tables +Oracle Open Office Writer : tables in databases +Oracle Open Office Writer : tables in databases;access rights to (Base) +Oracle Open Office Writer : tables in databases;adding to queries +Oracle Open Office Writer : tables in databases;browsing and editing +Oracle Open Office Writer : tables in databases;copying database tables (Base) +Oracle Open Office Writer : tables in databases;creating +Oracle Open Office Writer : tables in databases;creating in design view (manually) +Oracle Open Office Writer : tables in databases;importing text formats (Base) +Oracle Open Office Writer : tables in databases;joining for queries (Base) +Oracle Open Office Writer : tables in databases;printing queries (Base) +Oracle Open Office Writer : tables in databases;relations (Base) +Oracle Open Office Writer : tables in databases;searching +Oracle Open Office Writer : tables in spreadsheets +Oracle Open Office Writer : tables in spreadsheets;copying data to other applications +Oracle Open Office Writer : tables in spreadsheets;defining borders +Oracle Open Office Writer : tables in spreadsheets;inserting in text +Oracle Open Office Writer : tables in spreadsheets;value highlighting +Oracle Open Office Writer : tables in text +Oracle Open Office Writer : tables in text;captions +Oracle Open Office Writer : tables in text;creating automatically +Oracle Open Office Writer : tables in text;default settings +Oracle Open Office Writer : tables in text;defining borders +Oracle Open Office Writer : tables in text;displaying +Oracle Open Office Writer : tables in text;printing +Oracle Open Office Writer : tables of contents +Oracle Open Office Writer : tables of contents;creating and updating +Oracle Open Office Writer : tables of contents;defining entries in +Oracle Open Office Writer : tables of contents;editing and deleting +Oracle Open Office Writer : tables of contents;editing or deleting entries +Oracle Open Office Writer : tables of contents;formatting +Oracle Open Office Writer : tables of contents;hyperlinks as entries +Oracle Open Office Writer : tables of contents;unprotecting +Oracle Open Office Writer : tabs +Oracle Open Office Writer : tabs;displaying sheet tabs +Oracle Open Office Writer : tags +Oracle Open Office Writer : tags;definition +Oracle Open Office Writer : tags;in Oracle Open Office Writer +Oracle Open Office Writer : tags;META tags +Oracle Open Office Writer : templates +Oracle Open Office Writer : templates;agendas +Oracle Open Office Writer : templates;changing basic fonts +Oracle Open Office Writer : templates;creating document templates +Oracle Open Office Writer : templates;database reports +Oracle Open Office Writer : templates;default templates +Oracle Open Office Writer : templates;deleting +Oracle Open Office Writer : templates;editing and saving +Oracle Open Office Writer : templates;faxes +Oracle Open Office Writer : templates;importing and exporting +Oracle Open Office Writer : templates;letters +Oracle Open Office Writer : templates;new documents from templates +Oracle Open Office Writer : templates;opening documents with +Oracle Open Office Writer : templates;organizing +Oracle Open Office Writer : templates;organizing (guide) +Oracle Open Office Writer : templates;updating from selections +Oracle Open Office Writer : terminology +Oracle Open Office Writer : terminology;general glossary +Oracle Open Office Writer : terminology;Internet glossary +Oracle Open Office Writer : testing XML filters +Oracle Open Office Writer : text +Oracle Open Office Writer : text;animating +Oracle Open Office Writer : text;Asian layout +Oracle Open Office Writer : text;backgrounds +Oracle Open Office Writer : text;bold +Oracle Open Office Writer : text;coloring +Oracle Open Office Writer : text;conditional text +Oracle Open Office Writer : text;converting to tables +Oracle Open Office Writer : text;copying by drag and drop +Oracle Open Office Writer : text;CTL languages +Oracle Open Office Writer : text;cursor +Oracle Open Office Writer : text;drawing pictures +Oracle Open Office Writer : text;emphasizing +Oracle Open Office Writer : text;font effects +Oracle Open Office Writer : text;font sizes +Oracle Open Office Writer : text;font styles +Oracle Open Office Writer : text;fonts and formats +Oracle Open Office Writer : text;Fontwork icons +Oracle Open Office Writer : text;formatting around objects +Oracle Open Office Writer : text;formatting bold while typing +Oracle Open Office Writer : text;hiding +Oracle Open Office Writer : text;hiding from specific users, with conditions +Oracle Open Office Writer : text;hyperlinks +Oracle Open Office Writer : text;input fields +Oracle Open Office Writer : text;inserting pictures from Draw +Oracle Open Office Writer : text;inserting pictures in +Oracle Open Office Writer : text;inserting special characters +Oracle Open Office Writer : text;italics +Oracle Open Office Writer : text;kerning +Oracle Open Office Writer : text;language selection +Oracle Open Office Writer : text;line numbers +Oracle Open Office Writer : text;line spacing +Oracle Open Office Writer : text;multi-column +Oracle Open Office Writer : text;navigating and selecting with keyboard +Oracle Open Office Writer : text;non-printable +Oracle Open Office Writer : text;number of words/characters +Oracle Open Office Writer : text;overwriting or inserting +Oracle Open Office Writer : text;printing in black +Oracle Open Office Writer : text;replacing with format +Oracle Open Office Writer : text;rotating +Oracle Open Office Writer : text;selection modes +Oracle Open Office Writer : text;shadowed +Oracle Open Office Writer : text;sorting paragraphs +Oracle Open Office Writer : text;subscript and superscript +Oracle Open Office Writer : text;text/draw objects +Oracle Open Office Writer : text;turning off automatic correction +Oracle Open Office Writer : text;uppercase or lowercase +Oracle Open Office Writer : text animation +Oracle Open Office Writer : text attributes +Oracle Open Office Writer : text attributes;hyperlinks +Oracle Open Office Writer : text attributes;undoing +Oracle Open Office Writer : text blocks +Oracle Open Office Writer : text boxes +Oracle Open Office Writer : text boxes;form functions +Oracle Open Office Writer : text boxes;positioning +Oracle Open Office Writer : text breaks in cells +Oracle Open Office Writer : text colors for better accessibility +Oracle Open Office Writer : text columns +Oracle Open Office Writer : text databases (Base) +Oracle Open Office Writer : text documents +Oracle Open Office Writer : text documents;creating/opening +Oracle Open Office Writer : text documents;default templates +Oracle Open Office Writer : text documents;importing/exporting +Oracle Open Office Writer : text documents;inserting Calc charts +Oracle Open Office Writer : text documents;inserting spreadsheet cells +Oracle Open Office Writer : text documents;merging +Oracle Open Office Writer : text documents;print settings +Oracle Open Office Writer : text documents;printing +Oracle Open Office Writer : text documents;publishing in HTML +Oracle Open Office Writer : text documents;saving +Oracle Open Office Writer : text documents;saving automatically +Oracle Open Office Writer : text documents;saving in other formats +Oracle Open Office Writer : text documents;sending as e-mail +Oracle Open Office Writer : text documents;shortcut keys in +Oracle Open Office Writer : text documents;word completion settings +Oracle Open Office Writer : text effects +Oracle Open Office Writer : text flow +Oracle Open Office Writer : text flow;around text tables +Oracle Open Office Writer : text flow;at breaks +Oracle Open Office Writer : text flow;from frame to frame +Oracle Open Office Writer : text flow;in cells +Oracle Open Office Writer : text formats +Oracle Open Office Writer : text formats;copying and pasting +Oracle Open Office Writer : text formats;databases +Oracle Open Office Writer : text formats;finding +Oracle Open Office Writer : text formats;pasting +Oracle Open Office Writer : text frames +Oracle Open Office Writer : text frames;centering on pages +Oracle Open Office Writer : text frames;inserting/editing/linking +Oracle Open Office Writer : text frames;labeling +Oracle Open Office Writer : text grid for Asian layout +Oracle Open Office Writer : text input fields +Oracle Open Office Writer : text layout for special languages +Oracle Open Office Writer : text objects +Oracle Open Office Writer : text objects;alignment +Oracle Open Office Writer : text objects;draw functions +Oracle Open Office Writer : text objects;fonts +Oracle Open Office Writer : text objects;in presentations and drawings +Oracle Open Office Writer : text overflow in spreadsheet cells +Oracle Open Office Writer : text scaling in charts +Oracle Open Office Writer : text wrap around objects +Oracle Open Office Writer : text, see also text documents, paragraphs and characters +Oracle Open Office Writer : TextArt, see Fontwork +Oracle Open Office Writer : textures +Oracle Open Office Writer : textures;inserting from Gallery +Oracle Open Office Writer : textures;on chart bars +Oracle Open Office Writer : Thai +Oracle Open Office Writer : Thai;entering text +Oracle Open Office Writer : Thai;language settings +Oracle Open Office Writer : thesaurus +Oracle Open Office Writer : thesaurus;activating for a language +Oracle Open Office Writer : thesaurus;related words +Oracle Open Office Writer : ticker text +Oracle Open Office Writer : time fields +Oracle Open Office Writer : time fields;form functions +Oracle Open Office Writer : time fields;HTML +Oracle Open Office Writer : time fields;inserting +Oracle Open Office Writer : times +Oracle Open Office Writer : times;inserting when printing presentations +Oracle Open Office Writer : times, formats +Oracle Open Office Writer : tips +Oracle Open Office Writer : tips;extended tips in Help +Oracle Open Office Writer : title pages +Oracle Open Office Writer : title pages;centering text on +Oracle Open Office Writer : title pages;page styles +Oracle Open Office Writer : title rows +Oracle Open Office Writer : title rows;printing in Oracle Open Office Math +Oracle Open Office Writer : titles +Oracle Open Office Writer : titles;alignment (charts) +Oracle Open Office Writer : titles;changing +Oracle Open Office Writer : titles;editing in charts +Oracle Open Office Writer : titles;font effects +Oracle Open Office Writer : titles;formatting automatically +Oracle Open Office Writer : titles;formatting charts +Oracle Open Office Writer : titles;objects +Oracle Open Office Writer : toolbars +Oracle Open Office Writer : toolbars;adding buttons +Oracle Open Office Writer : toolbars;docking/undocking +Oracle Open Office Writer : toolbars;Form Navigation bar +Oracle Open Office Writer : toolbars;viewing/closing +Oracle Open Office Writer : tools bar +Oracle Open Office Writer : tooltips +Oracle Open Office Writer : tooltips;extended tips +Oracle Open Office Writer : tooltips;help +Oracle Open Office Writer : totals in text tables +Oracle Open Office Writer : traditional Chinese +Oracle Open Office Writer : traditional Chinese;translating to simplified chinese +Oracle Open Office Writer : transparency +Oracle Open Office Writer : transparency;areas +Oracle Open Office Writer : transparency;off for faster printing +Oracle Open Office Writer : transparency;saving +Oracle Open Office Writer : tree view of Help +Oracle Open Office Writer : trend lines in charts +Oracle Open Office Writer : trigonometric functions +Oracle Open Office Writer : turning off automatic correction +Oracle Open Office Writer : typefaces +Oracle Open Office Writer : typefaces;adding under UNIX +Oracle Open Office Writer : typefaces;formats +Oracle Open Office Writer : typographical quotes in Oracle Open Office Writer +Oracle Open Office Writer : typography +Oracle Open Office Writer : typography;Asian +Oracle Open Office Writer : underlining +Oracle Open Office Writer : underlining;AutoFormat function +Oracle Open Office Writer : underlining;characters +Oracle Open Office Writer : underlining;quick +Oracle Open Office Writer : underlining;text +Oracle Open Office Writer : undocking windows +Oracle Open Office Writer : undoing +Oracle Open Office Writer : undoing;direct formatting +Oracle Open Office Writer : undoing;editing +Oracle Open Office Writer : undoing;number of steps +Oracle Open Office Writer : ungrouping groups +Oracle Open Office Writer : units +Oracle Open Office Writer : units;converting +Oracle Open Office Writer : units;measurement units +Oracle Open Office Writer : unlinking frames +Oracle Open Office Writer : UNO components +Oracle Open Office Writer : UNO components;Extension Manager +Oracle Open Office Writer : UNO components;integrating new +Oracle Open Office Writer : unprotecting tables of contents and indexes +Oracle Open Office Writer : update options +Oracle Open Office Writer : updates +Oracle Open Office Writer : updates;checking automatically +Oracle Open Office Writer : updates;checking manually +Oracle Open Office Writer : updating +Oracle Open Office Writer : updating;cross-references +Oracle Open Office Writer : updating;fields +Oracle Open Office Writer : updating;fields and charts, automatically (Writer) +Oracle Open Office Writer : updating;indexes/tables of contents +Oracle Open Office Writer : updating;linked sections, manually +Oracle Open Office Writer : updating;links in text documents +Oracle Open Office Writer : updating;links, on opening +Oracle Open Office Writer : updating;styles, from selections +Oracle Open Office Writer : updating;tables of contents +Oracle Open Office Writer : updating;templates +Oracle Open Office Writer : updating;text documents +Oracle Open Office Writer : uppercase +Oracle Open Office Writer : uppercase;changing to lowercase +Oracle Open Office Writer : uppercase;formatting text +Oracle Open Office Writer : URL +Oracle Open Office Writer : URL;changing hyperlink URLs +Oracle Open Office Writer : URL;definition +Oracle Open Office Writer : URL;in pictures +Oracle Open Office Writer : URL;saving absolute/relative paths +Oracle Open Office Writer : URL;turning off URL recognition +Oracle Open Office Writer : user data +Oracle Open Office Writer : user data;in conditions +Oracle Open Office Writer : user data;input +Oracle Open Office Writer : user data;querying +Oracle Open Office Writer : user data;removing when saving +Oracle Open Office Writer : user feedback +Oracle Open Office Writer : user feedback;automatically +Oracle Open Office Writer : user variables in conditions/fields +Oracle Open Office Writer : user-defined dictionaries +Oracle Open Office Writer : user-defined dictionaries;creating +Oracle Open Office Writer : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Writer : user-defined dictionaries;editing +Oracle Open Office Writer : user-defined dictionaries;removing words from +Oracle Open Office Writer : user-defined fields, restriction +Oracle Open Office Writer : user-defined indexes +Oracle Open Office Writer : user-defined styles +Oracle Open Office Writer : user-defined styles;automatically replacing +Oracle Open Office Writer : UTF-8/UCS2 support +Oracle Open Office Writer : values +Oracle Open Office Writer : values;rounded as shown (Calc) +Oracle Open Office Writer : variable dates +Oracle Open Office Writer : variables +Oracle Open Office Writer : variables;document properties +Oracle Open Office Writer : variables;for hiding text +Oracle Open Office Writer : variables;for paths +Oracle Open Office Writer : variables;in conditions +Oracle Open Office Writer : variances in charts +Oracle Open Office Writer : VBA code +Oracle Open Office Writer : VBA code;loading/saving documents with VBA code +Oracle Open Office Writer : version management +Oracle Open Office Writer : version numbers of documents +Oracle Open Office Writer : versions +Oracle Open Office Writer : versions;comparing documents +Oracle Open Office Writer : versions;file saving as, restriction +Oracle Open Office Writer : versions;merging document versions +Oracle Open Office Writer : versions;of a document +Oracle Open Office Writer : versions;Oracle Open Office +Oracle Open Office Writer : vertical callouts +Oracle Open Office Writer : vertical rulers +Oracle Open Office Writer : vertical scrollbars (Writer) +Oracle Open Office Writer : vertical text boxes +Oracle Open Office Writer : videos +Oracle Open Office Writer : viewing +Oracle Open Office Writer : viewing;databases +Oracle Open Office Writer : viewing;fields +Oracle Open Office Writer : viewing;file properties +Oracle Open Office Writer : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Writer : viewing;toolbars +Oracle Open Office Writer : views +Oracle Open Office Writer : views;creating database views (Base) +Oracle Open Office Writer : views;defaults +Oracle Open Office Writer : views;full screen +Oracle Open Office Writer : views;icons +Oracle Open Office Writer : views;scaling +Oracle Open Office Writer : Visual Basic for Applications +Oracle Open Office Writer : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Writer : watermarks +Oracle Open Office Writer : web documents +Oracle Open Office Writer : web documents;XForms +Oracle Open Office Writer : Web support +Oracle Open Office Writer : WebCast export +Oracle Open Office Writer : WebDAV over HTTPS +Oracle Open Office Writer : weekdays +Oracle Open Office Writer : weekdays;automatically completing +Oracle Open Office Writer : widows +Oracle Open Office Writer : wildcards, see regular expressions +Oracle Open Office Writer : windows +Oracle Open Office Writer : windows;docking +Oracle Open Office Writer : windows;docking definition +Oracle Open Office Writer : windows;hiding/showing/docking +Oracle Open Office Writer : windows;new +Oracle Open Office Writer : wizards +Oracle Open Office Writer : wizards;agendas +Oracle Open Office Writer : wizards;database queries +Oracle Open Office Writer : wizards;database tables (Base) +Oracle Open Office Writer : wizards;databases (Base) +Oracle Open Office Writer : wizards;document converter +Oracle Open Office Writer : wizards;Euro Converter +Oracle Open Office Writer : wizards;faxes +Oracle Open Office Writer : wizards;form letters +Oracle Open Office Writer : wizards;forms +Oracle Open Office Writer : wizards;letters +Oracle Open Office Writer : wizards;macros (Base) +Oracle Open Office Writer : wizards;overview +Oracle Open Office Writer : wizards;presentations +Oracle Open Office Writer : wizards;reports +Oracle Open Office Writer : word completion +Oracle Open Office Writer : word completion;settings +Oracle Open Office Writer : word completion;using/disabling +Oracle Open Office Writer : word counts +Oracle Open Office Writer : Word documents +Oracle Open Office Writer : Word documents;compatibility +Oracle Open Office Writer : Word documents;saving as +Oracle Open Office Writer : WordArt, see Fontwork +Oracle Open Office Writer : words +Oracle Open Office Writer : words;automatic replacement on/off +Oracle Open Office Writer : words;automatically replacing +Oracle Open Office Writer : words;backgrounds +Oracle Open Office Writer : words;counting in text +Oracle Open Office Writer : words;disabling spellcheck +Oracle Open Office Writer : words;wrapping in cells +Oracle Open Office Writer : words;wrapping in CTL +Oracle Open Office Writer : words;wrapping/not wrapping in text +Oracle Open Office Writer : working directory change +Oracle Open Office Writer : wrapping text +Oracle Open Office Writer : wrapping text;editing contours +Oracle Open Office Writer : wrapping text;in cells +Oracle Open Office Writer : write protection on/off +Oracle Open Office Writer : writing aids options +Oracle Open Office Writer : writing with direct cursor +Oracle Open Office Writer : WYSIWYG in fonts lists +Oracle Open Office Writer : X axes +Oracle Open Office Writer : X axes;grid formatting +Oracle Open Office Writer : X axes;positioning +Oracle Open Office Writer : X axes;scaling +Oracle Open Office Writer : X axes;showing +Oracle Open Office Writer : XForms +Oracle Open Office Writer : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Writer : XForms;conditions +Oracle Open Office Writer : XForms;opening/editing +Oracle Open Office Writer : XML converters +Oracle Open Office Writer : XML file formats +Oracle Open Office Writer : XML filters +Oracle Open Office Writer : XML filters;creating/testing +Oracle Open Office Writer : XML filters;saving as package/installing/deleting +Oracle Open Office Writer : XML filters;settings +Oracle Open Office Writer : XML Forms, see XForms +Oracle Open Office Writer : XSLT filters, see also XML filters +Oracle Open Office Writer : XY charts +Oracle Open Office Writer : Y axes +Oracle Open Office Writer : Y axes;formatting +Oracle Open Office Writer : Y axes;grid formatting +Oracle Open Office Writer : Y axes;positioning +Oracle Open Office Writer : Y axes;scaling +Oracle Open Office Writer : Y axes;showing +Oracle Open Office Writer : years +Oracle Open Office Writer : years;2-digit options +Oracle Open Office Writer : Z axes +Oracle Open Office Writer : Z axes;grid formatting +Oracle Open Office Writer : Z axes;showing +Oracle Open Office Writer : zero values +Oracle Open Office Writer : zero values;displaying (Calc) +Oracle Open Office Writer : zooming +Oracle Open Office Writer : zooming;page views +Oracle Open Office Writer : zooming;pictures +Oracle Open Office Writer : zooming;status bar diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_and_whole_words_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_and_whole_words_en-US.txt new file mode 100644 index 000000000000..5c04d7985c0e --- /dev/null +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_and_whole_words_en-US.txt @@ -0,0 +1,6 @@ +Java Platform Support +Java +Start Parameters +MySQL Connection +Oracle Open Office +Glossary of Internet Terms diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_only_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_only_en-US.txt new file mode 100644 index 000000000000..4ad00920a409 --- /dev/null +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_only_en-US.txt @@ -0,0 +1,7 @@ +Java Platform Support +Java +Organize Macros +Start Parameters +MySQL Connection +Oracle Open Office +Glossary of Internet Terms diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_whole_words_only_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_whole_words_only_en-US.txt new file mode 100644 index 000000000000..53006536b79b --- /dev/null +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_whole_words_only_en-US.txt @@ -0,0 +1,16 @@ +Java +Java Platform Support +Class Path +Assistive Tools in Oracle Open Office +Mail Merge Wizard - Document Type +Start Parameters +MySQL Connection +Accessibility in Oracle Open Office +Oracle Open Office +Report Builder +Glossary of Internet Terms +Accessibility +Mobile Device Filters for Pocket Device Appliances +JDBC Connection +Scripting Oracle Open Office +General Glossary diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_without_filter_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_without_filter_en-US.txt new file mode 100644 index 000000000000..801677749685 --- /dev/null +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_without_filter_en-US.txt @@ -0,0 +1,22 @@ +Mail Merge Wizard - Document Type +Java Platform Support +Java +Class Path +HTML Filters and Forms +Assistive Tools in Oracle Open Office +Start Parameters +Organize Macros +JDBC Connection +MySQL Connection +Insert Script +Accessibility in Oracle Open Office +Oracle Open Office +Scripting Oracle Open Office +Macro +Report Builder +Glossary of Internet Terms +Accessibility +Mobile Device Filters for Pocket Device Appliances +HTML Export - Page 2 +Data +General Glossary -- cgit From 67fd074aa55fabfa223d33895801ff3a9eff965e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 11 May 2010 14:42:08 +0200 Subject: vitomation01: #i109562 Removed code duplication and very costly sleep statements in ch2_losa.inc, brings 20 minutes per testcase (grand total of about 2hrs). Reformatted ch2_xml_format.inc --- .../chart2/optional/includes/loadsave/ch2_losa.inc | 315 +++++++++++---------- .../optional/includes/loadsave/ch2_xml_format.inc | 74 ++--- 2 files changed, 197 insertions(+), 192 deletions(-) mode change 100644 => 100755 testautomation/chart2/optional/includes/loadsave/ch2_losa.inc (limited to 'testautomation') diff --git a/testautomation/chart2/optional/includes/loadsave/ch2_losa.inc b/testautomation/chart2/optional/includes/loadsave/ch2_losa.inc old mode 100644 new mode 100755 index c2cb96636557..34b84e85250e --- a/testautomation/chart2/optional/includes/loadsave/ch2_losa.inc +++ b/testautomation/chart2/optional/includes/loadsave/ch2_losa.inc @@ -23,192 +23,197 @@ ' ' for a copy of the LGPLv3 License. ' -'/************************************************************************ +'/****************************************************************************** '* '* owner : oliver.craemer@sun.com '* '* short description : Load file of one Spreadsheet format and save to another '* -'************************************************************************ -'* -' #1 subLoSaFromTo ' Initial routine -' #1 tLoadSaveFromTo -'* -'\************************************************************************ +'\****************************************************************************** sub subLoSaFromTo - Dim sSourcePath as STRING - Dim lsInputFileList ( 500 ) as STRING - Dim iFilesInList as INTEGER - Dim sCurrentFileInList as STRING - Dim iMainIndex as INTEGER - + + dim sSourcePath as string + dim lsInputFileList ( 500 ) as string + dim iFilesInList as integer + dim sCurrentFileInList as string + dim iMainIndex as integer + + dim cRelativePath as string + cRelativePath = "chart2\optional\input\" & gsDirectoryInSourcePath &"\" + '///Load/Save files with charts printLog Chr(13) + "--------- Save with filter: " & gsFileFormat & " ----------" - sSourcePath = convertPath ( gtesttoolpath & "chart2\optional\input\" & gsDirectoryInSourcePath &"\" ) + sSourcePath = convertPath ( gtesttoolpath & cRelativePath ) + '///+
                        • Determine list of files to test (All files in 'chart2\loadsave\input\\')
                        • - Call GetAllFileList( sSourcePath , "*." & gsDirectoryInSourcePath , lsInputFileList() ) - '///+
                        • Determine number of files found
                        • - iFilesInList = cInt( lsInputFileList(0) ) + GetAllFileList( sSourcePath , "*." & gsDirectoryInSourcePath , lsInputFileList() ) + iFilesInList = ListCount( lsInputFileList() ) '///+
                        • Run testcase 'tLoadSaveFromTo' for each file in list
                        for iMainIndex = 2 to iFilesInList + sCurrentFileInList = lsInputFileList( iMainIndex ) printlog "* * * * * * *" printlog "Loop " & ( iMainIndex - 1 ) & " of " & ( iFilesInList - 1 ) printlog "Test document: " & sCurrentFileInList call tLoadSaveFromTo ( sCurrentFileInList ) + next iMainIndex -End Sub - -'******************************************************************* - -testcase tLoadSaveFromTo ( sCurrentFile as STRING ) - Dim sCurrentFileLength as INTEGER - Dim iCurrentPostionInFileName as INTEGER - Dim iLastPathSignePositon as INTEGER - Dim sExtractedFileName as STRING - Dim sExtractedExtension as STRING - Dim sTemporaryFile as STRING - Dim sOutputFile as STRING - Dim iIndex as INTEGER - - '///Load file - SaveAs... - Close - Relaod + +end sub + +'******************************************************************************* + +function hLoSaEscape() as boolean + + ' Fine grained function to send Escape-keystroke to a spreadsheet document + + const MAX_TRIES = 12 + dim iTry as integer + + for iTry = 1 to MAX_TRIES + + wait( 250 ) + + Kontext "DocumentCalc" + try + DocumentCalc.TypeKeys( "" ) + hLoSaEscape() = true + exit for + catch + if ( iTry = MAX_TRIES ) then + warnlog( "hLoSaEscape(): Sending to document failed." ) + hLoSaEscape() = false + endif + endcatch + + next iTry + +end function + +'******************************************************************************* + +function hLoSaInplaceEditing() as boolean + + ' Enter in-place editing mode + + const RC_TIMEOUT = -1 + + Kontext "DocumentCalc" + printlog( "Enable in-place editing by slot " ) + if ( hUseAsyncSlot( "EditObjectEdit" ) <> RC_TIMEOUT ) then + + printlog( "Clicked menuitem: Format->Charttype" ) + if ( hUseAsyncSlot( "FormatChartType" ) <> RC_TIMEOUT ) then + + Kontext "ChartType" + if ChartType.exists(2) then + + printlog( "Chart type dialog open, Chart object was found." ) + Kontext "ChartType" + if ( hCloseDialog( ChartType, "cancel" ) ) then + printlog( "Chart type dialog closed successfully" ) + hLoSaInplaceEditing() = true + else + warnlog( "hLoSaInplaceEditing(): Failed to close dialog " ) + hLoSaInplaceEditing() = false + endif + else + warnlog( "hLoSaInplaceEditing(): Chart type dialog not open, please check the Chart object" ) + hLoSaInplaceEditing() = false + endif + + else + warnlog( "hLoSaInplaceEditing(): Failed to execute slot " ) + hLoSaInplaceEditing() = false + endif + else + warnlog( "hLoSaInplaceEditing(): Failed to execute slot " ) + hLoSaInplaceEditing() = false + endif + +end function + +'******************************************************************************* + +testcase tLoadSaveFromTo ( sCurrentFile as string ) + + printlog( "Load/Save files containing Chart OLE objects in multiple file-formats" ) + + dim sCurrentFileLength as integer + dim iCurrentPostionInFileName as integer + dim iLastPathSignePositon as integer : iLastPathSignePositon = 0 + dim sExtractedFileName as string + dim sExtractedExtension as string + dim sTemporaryFile as string + dim sOutputFile as string + dim iIndex as integer + sCurrentFileLength = len ( sCurrentFile ) - iCurrentPostionInFileName = 0 - iLastPathSignePositon = 0 + 'Remove path and extension from file name - DO + do iCurrentPostionInFileName = instr ( iCurrentPostionInFileName + 1 , sCurrentFile , gPathSigne ) if iCurrentPostionInFileName = 0 then - Exit DO + exit do endif iLastPathSignePositon = iCurrentPostionInFileName - LOOP + loop + sExtractedFileName = right ( sCurrentFile , sCurrentFileLength - iLastPathSignePositon ) sCurrentFileLength = len ( sExtractedFileName ) - sExtractedExtension = right ( sExtractedFileName , 4 ) + sExtractedExtension = right ( sExtractedFileName , 4 ) sExtractedFileName = left ( sExtractedFileName , sCurrentFileLength - 4 ) sTemporaryFile = ( gOfficePath & ConvertPath("user\work\TemporaryFileToAvoidLocking" ) ) - sOutputFile = ( gOfficePath & ConvertPath("user\work\") & sExtractedFileName & "_" & gsDirectoryInSourcePath & "_to" & gsOutputFileCustomExtension ) - '///+
                        • Open test document
                        • - try - call hFileOpen(sCurrentFile) - catch - warnlog "Serious Problem occured while loading the input file -> Quit" + sOutputFile = ( gOfficePath & ConvertPath("user\work\" & sExtractedFileName & "_" & gsDirectoryInSourcePath & "_to" & gsOutputFileCustomExtension ) ) + + printlog( "Open file: " & sCurrentFile ) + if ( not hFileOpen( sCurrentFile ) ) then + warnlog( "Unable to read file" ) goto endsub - endcatch - - '///+
                        • Save file localy to avoid locking issues
                        • - if hFileSaveAsKill ( sTemporaryFile & sExtractedExtension ) then - printlog ">> OK, successfully saved the test document localy!" - else - warnlog "Saving the testdocument localy in source format failed!" - endif - sleep (2) - - '///+
                        • Check existence of chart in file using following steps
                        • - '///+
                        • 1. Select Chart
                        • - printlog ">> Check if chart exist after loading file" - call fSelectFirstOLE - - Kontext "DocumentCalc" - try - '///+
                        • 2. Invoke 'Edit::Object::Edit' to enter inplace mode
                        • - EditObjectEdit - sleep(2) - '///+
                        • 3. Invoke Chart Type
                        • - FormatChartType - '///+
                        • 4. Check if Chart Type came up
                        • - Kontext "ChartType" - if ChartType.exists(2) then - printlog ">> OK, found a Chart object after loading the file." - else - warnlog "Chart Type did not appear -> Check this out!" - endif - '///+
                        • 5. Close Chart Type
                        • - Kontext "ChartType" - ChartType.Cancel - catch - warnlog "Chart does not exist in file or a serious problem occured -> Check this out!" - endcatch - sleep(3) - - '///+
                        • Hit 'ESCAPE' key to leave inplace mode
                        • - Kontext "DocumentCalc" - try - DocumentCalc.TypeKeys "" - catch - warnlog "CRASH???" - goto endsub - endcatch - - '///+
                        • Save file using ODS format
                        • - printlog "Save file as " & sOutputFile - try - if hFileSaveAsWithFilter ( sOutputFile , gsFileFormat ) then - printlog ">> OK, successfully saved the test document!" - else - warnlog "Saving the testdocument failed!" - endif - catch - warnlog "A serious problem occured while saving file to target format -> Check this out!" - goto endsub - endcatch - sleep(2) - - '///+
                        • Close document
                        • - printlog "Closing test document" - call hCloseDocument - sleep(5) - - '///+
                        • Open document again
                        • - printlog "Reloading saved document" - try - call hFileOpen(sOutputFile) - catch - warnlog "Serious Problem occured while reloading the output file -> Quit" + endif + + printlog( "Save file locally, overwriting existing" ) + if ( not hFileSaveAsKill( sTemporaryFile & sExtractedExtension ) ) then + warnlog( "Unable to save file locally" ) goto endsub - endcatch - sleep(2) - - '///+
                        • Check existence of chart after saving to target format in file using following steps
                        • - '///+
                        • 1. Select Chart
                        • - printlog ">> Check if chart exist after saving file to target format" - call fSelectFirstOLE - - Kontext "DocumentCalc" - try - '///+
                        • 2. Invoke 'Edit::Object::Edit' to enter inplace mode
                        • - EditObjectEdit - '///+
                        • 3. Invoke Chart Type
                        • - FormatChartType - '///+
                        • 4. Check if Chart Type came up
                        • - Kontext "ChartType" - if ChartType.exists(2) then - printlog ">> OK, found a Chart object after saving the file to target format." - else - warnlog "Chart Type did not appear after saving the file to target format -> Check this out!" - endif - '///+
                        • 5. Close Chart Type
                        • - Kontext "ChartType" - ChartType.Cancel - catch - warnlog "Chart does not exist in file or a serious problem occured after saving the file to target format -> Check this out!" - endcatch - sleep(3) + endif - '///+
                        • Hit 'ESCAPE' key to leave inplace mode
                        • - Kontext "DocumentCalc" - try - DocumentCalc.TypeKeys "" - catch - warnlog "CRASH???" - goto endsub - endcatch + printlog( "Select the first OLE object via Navigator" ) + call fSelectFirstOLE + + printlog( "Enter in-place editing mode" ) + hLoSaInplaceEditing() + + printlog( "Type to exit in-place editing mode" ) + hLoSaEscape() + + printlog( "Save file as " & sOutputFile & " using filter: " & gsFileFormat ) + if ( not hFileSaveAsWithFilterKill ( sOutputFile , gsFileFormat ) ) then + warnlog( "Saving the document failed using filter: " & gsFileFormat ) + goto endsub + endif + + printlog( "Close the document" ) + hCloseDocument() - '///+
                        • Close document
                        • - printlog "Closing test document" - call hCloseDocument - '///+
                        • END
                        + printlog( "Reload document" ) + if ( not hFileOpen(sOutputFile) ) then + warnlog( "Failed to reload document" ) + goto endsub + endif + + printlog( "Select the first (and only) OLE object" ) + call fSelectFirstOLE + + printlog( "Enter in-place editing mode" ) + hLoSaInplaceEditing() + + printlog( "Type to exit in-place editing mode" ) + hLoSaEscape() + + printlog( "Close the document" ) + call hCloseDocument() + endcase diff --git a/testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc b/testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc index 515d9fe55ca6..0cf868bacaaf 100644 --- a/testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc +++ b/testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc @@ -37,17 +37,17 @@ '\*********************************************************************** testcase tCompareXMLFormatCreate -'///+ Test purpose: Verify within three characteristics that there is really a chart + '///+ Test purpose: Verify within three characteristics that there is really a chart dim sOutputFile as string dim sUnpackedStorageDir as string dim sChartContentXML as string - + gApplication = "WRITER" sOutputFile = convertpath(gOfficepath & "user\work\Chart2_XML.odt") sUnpackedStorageDir = (gOfficePath & ConvertPath("user\work\chart2_XML2")) sChartContentXML = (gOfficePath & ConvertPath("user\work\chart2_XML2") & ConvertPath("\Object 1\content.xml")) - + '/// File / New / Text printlog " Open new Writer document" call hNewDocument @@ -62,25 +62,25 @@ testcase tCompareXMLFormatCreate goto endsub else printlog "File saved successfully." - endif + endif '/// File / Close call hCloseDocument sleep(3) - printlog "File closed" - '/// Uncompress with unzip or jar the + printlog "File closed" + '/// Uncompress with unzip or jar the '///+ gOfficepath/user/work/verySimpleChart.ods document '///+ into gOfficePath/user/work/chart2_XML-directory printlog "Unpack storage of test document." UnpackStorage(sOutputFile, sUnpackedStorageDir) - printlog "Read the test documents DOM." + printlog "Read the test documents DOM." '/// Load the XML file gOfficePath/user/work/chart2_XML/Object 1/content.xml '///+ in an XML editor - SAXReadFile(sChartContentXML) + SAXReadFile(sChartContentXML) printlog "Set the DOM pointer to document root" printlog "|-/" SAXSeekElement("/") printlog " |-office:document-content" - '/// Open the element 'office:document-content' + '/// Open the element 'office:document-content' SAXSeekElement("office:document-content") printlog " |-office:body" '/// Open the element 'office:body' @@ -96,9 +96,9 @@ testcase tCompareXMLFormatCreate '///+ passed. if SAXGetAttributeValue("chart:class") = "chart:bar" then printlog "This is a bar chart as expected" - else + else warnlog "This is no bar chart, it is a " & SaxGetAttributeValue("chart:class") - endif + endif printlog "Seek for chart:plot-area" printlog " |-chart:plot-area" '/// Open the element 'chart:plot-area' @@ -107,9 +107,9 @@ testcase tCompareXMLFormatCreate '///+ the second characteristics validation has been passed. if SAXGetAttributeValue("chart:data-source-has-labels") = "both" then printlog "The label attribute for chart:plot-area is correct" - else + else warnlog "The lable attribute is not both, it is " & SaxGetAttributeValue("chart:data-source-has-labels") - endif + endif printlog "Seek for chart:series" printlog " |-chart:series" '/// Open the element 'chart:series' @@ -118,51 +118,51 @@ testcase tCompareXMLFormatCreate '///+ the hird characteristics validation has been passed. if SAXGetAttributeValue("chart:values-cell-range-address") = "local-table.$B$2:.$B$5" then printlog "The cell range for chart:series is correct" - else + else warnlog "The cell range is not local-table.$B$2:.$B$5, it is " & SaxGetAttributeValue("chart:values-cell-range-address") endif - ' DEBUG: printlog "I'm here: " & SAXGetElementName + ' DEBUG: printlog "I'm here: " & SAXGetElementName '/// Close the XML editor. - SAXRelease + SAXRelease endcase ' '-------------------------------------------------------------------- ' testcase tCompareXMLFormatLoad -'///+ Test purpose: Verify within three characteristics that there is really a chart + '///+ Test purpose: Verify within three characteristics that there is really a chart dim sOutputFile as string dim sUnpackedStorageDir as string dim sChartContentXML as string - + gApplication = "CALC" sOutputFile = convertpath(gOfficepath & "user\work\verySimpleChart.ods") sUnpackedStorageDir = (gOfficePath & ConvertPath("user\work\chart2_XML")) sChartContentXML = (gOfficePath & ConvertPath("user\work\chart2_XML") & ConvertPath("\Object 1\content.xml")) - + '/// File / Open / gTestToolPath/chart2/update/input/verySimpleChart.ods - '/// File / Save As / gOfficepath/user/work/verySimpleChart.ods + '/// File / Save As / gOfficepath/user/work/verySimpleChart.ods if fLoadVerySimpleChartAndSaveLocal() > 0 then warnlog "Loading test document failed!" goto endsub else printlog "Test document has successfully been loaded." endif - + '/// Select the chart object using the navigator printlog "Select chart using navigator" if fSelectFirstOLE = 0 then printlog "Chart is selected" - else + else warnlog "Chart could not be selected" call hCloseDocument goto endsub endif - + '/// Activate chart with Edit / Object / Edit printlog "Activate chart by Edit / Object / Edit" EditObjectEdit - + 'Save document localy Kontext "DocumentCalc" '/// Press twice to leave the chart object @@ -178,25 +178,25 @@ testcase tCompareXMLFormatLoad goto endsub else printlog "File with very simple chart saved successfully." - endif + endif '/// File / Close call hCloseDocument sleep(3) - printlog "File with very simple chart closed" - '/// Uncompress with unzip or jar the + printlog "File with very simple chart closed" + '/// Uncompress with unzip or jar the '///+ gOfficepath/user/work/verySimpleChart.ods document '///+ into gOfficePath/user/work/chart2_XML-directory printlog "Unpack storage of test document." UnpackStorage(sOutputFile, sUnpackedStorageDir) - printlog "Read the test documents DOM." + printlog "Read the test documents DOM." '/// Load the XML file gOfficePath/user/work/chart2_XML/Object 1/content.xml '///+ in an XML editor - SAXReadFile(sChartContentXML) + SAXReadFile(sChartContentXML) printlog "Set the DOM pointer to document root" printlog "|-/" SAXSeekElement("/") printlog " |-office:document-content" - '/// Open the element 'office:document-content' + '/// Open the element 'office:document-content' SAXSeekElement("office:document-content") printlog " |-office:body" '/// Open the element 'office:body' @@ -212,9 +212,9 @@ testcase tCompareXMLFormatLoad '///+ passed. if SAXGetAttributeValue("chart:class") = "chart:bar" then printlog "This is a bar chart as expected" - else + else warnlog "This is no bar chart, it is a " & SaxGetAttributeValue("chart:class") - endif + endif printlog "Seek for chart:plot-area" printlog " |-chart:plot-area" '/// Open the element 'chart:plot-area' @@ -223,9 +223,9 @@ testcase tCompareXMLFormatLoad '///+ the second characteristics validation has been passed. if SAXGetAttributeValue("table:cell-range-address") = "Sheet1.A1:B2" then printlog "The cell range for chart:plot-area is correct" - else + else warnlog "#i100780#: The cell range is not Sheet1.A1:B2, it is " & SaxGetAttributeValue("table:cell-range-address") - endif + endif printlog "Seek for chart:series" printlog " |-chart:series" '/// Open the element 'chart:series' @@ -234,10 +234,10 @@ testcase tCompareXMLFormatLoad '///+ the hird characteristics validation has been passed. if SAXGetAttributeValue("chart:values-cell-range-address") = "Sheet1.A1:A2" then printlog "The cell range for chart:series is correct" - else + else warnlog "#i100780#: The cell range is not Sheet1.A1:A2, it is " & SaxGetAttributeValue("chart:values-cell-range-address") endif - ' DEBUG: printlog "I'm here: " & SAXGetElementName + ' DEBUG: printlog "I'm here: " & SAXGetElementName '/// Close the XML editor. - SAXRelease + SAXRelease endcase -- cgit From fa29f56e6a2f9babb37ba3b0ea8da60a4274f1b8 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 19 May 2010 08:43:43 +0200 Subject: vitomation01: #i109562 - Remove files containing whitespaces as suggested by RE --- .../Oracle Open Office_help_applications_en-US.txt | 8 - .../Oracle Open Office_help_topics_en-US.txt | 22002 ------------------- ...ffice_search_headings_and_whole_words_en-US.txt | 6 - ...acle Open Office_search_headings_only_en-US.txt | 7 - ...e Open Office_search_whole_words_only_en-US.txt | 16 - ...cle Open Office_search_without_filter_en-US.txt | 22 - .../Oracle_Open_Office_help_applications_en-US.txt | 0 .../Oracle_Open_Office_help_topics_en-US.txt | 0 ...ffice_search_headings_and_whole_words_en-US.txt | 0 ...acle_Open_Office_search_headings_only_en-US.txt | 0 ...e_Open_Office_search_whole_words_only_en-US.txt | 0 ...cle_Open_Office_search_without_filter_en-US.txt | 0 12 files changed, 22061 deletions(-) delete mode 100644 testautomation/framework/optional/input/help_browser/Oracle Open Office_help_applications_en-US.txt delete mode 100644 testautomation/framework/optional/input/help_browser/Oracle Open Office_help_topics_en-US.txt delete mode 100644 testautomation/framework/optional/input/help_browser/Oracle Open Office_search_headings_and_whole_words_en-US.txt delete mode 100644 testautomation/framework/optional/input/help_browser/Oracle Open Office_search_headings_only_en-US.txt delete mode 100644 testautomation/framework/optional/input/help_browser/Oracle Open Office_search_whole_words_only_en-US.txt delete mode 100644 testautomation/framework/optional/input/help_browser/Oracle Open Office_search_without_filter_en-US.txt mode change 100644 => 100755 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_applications_en-US.txt mode change 100644 => 100755 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt mode change 100644 => 100755 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_and_whole_words_en-US.txt mode change 100644 => 100755 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_only_en-US.txt mode change 100644 => 100755 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_whole_words_only_en-US.txt mode change 100644 => 100755 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_without_filter_en-US.txt (limited to 'testautomation') diff --git a/testautomation/framework/optional/input/help_browser/Oracle Open Office_help_applications_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle Open Office_help_applications_en-US.txt deleted file mode 100644 index 7a97fdb0f025..000000000000 --- a/testautomation/framework/optional/input/help_browser/Oracle Open Office_help_applications_en-US.txt +++ /dev/null @@ -1,8 +0,0 @@ -Oracle Open Office Impress -Oracle Open Office Basic -Oracle Open Office Math -Oracle Open Office Chart -Oracle Open Office Base -Oracle Open Office Draw -Oracle Open Office Writer -Oracle Open Office Calc diff --git a/testautomation/framework/optional/input/help_browser/Oracle Open Office_help_topics_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle Open Office_help_topics_en-US.txt deleted file mode 100644 index a7640272ec27..000000000000 --- a/testautomation/framework/optional/input/help_browser/Oracle Open Office_help_topics_en-US.txt +++ /dev/null @@ -1,22002 +0,0 @@ -Oracle Open Office Basic : "^" operator (mathematical) -Oracle Open Office Basic : "-" operator (mathematical) -Oracle Open Office Basic : "*" operator (mathematical) -Oracle Open Office Basic : "/" operator (mathematical) -Oracle Open Office Basic : "+" operator (mathematical) -Oracle Open Office Basic : 1/2 replacement -Oracle Open Office Basic : 3D text creation -Oracle Open Office Basic : abbreviation replacement -Oracle Open Office Basic : Abs function -Oracle Open Office Basic : absolute hyperlinks -Oracle Open Office Basic : absolute saving of URLs -Oracle Open Office Basic : accents -Oracle Open Office Basic : Access databases (base) -Oracle Open Office Basic : access rights for database tables (Base) -Oracle Open Office Basic : accessibility -Oracle Open Office Basic : accessibility;general shortcuts -Oracle Open Office Basic : accessibility;options -Oracle Open Office Basic : accessibility;Oracle Open Office assistive technology -Oracle Open Office Basic : accessibility;Oracle Open Office features -Oracle Open Office Basic : activating -Oracle Open Office Basic : activating;context menus -Oracle Open Office Basic : activating;Error Report Tool -Oracle Open Office Basic : activating;extended help tips -Oracle Open Office Basic : activating;plug-ins -Oracle Open Office Basic : ActiveX control -Oracle Open Office Basic : Adabas D databases (base) -Oracle Open Office Basic : add-ons, see UNO components -Oracle Open Office Basic : adding libraries -Oracle Open Office Basic : additional selection mode -Oracle Open Office Basic : address books -Oracle Open Office Basic : address books;LDAP server (Base) -Oracle Open Office Basic : address books;registering -Oracle Open Office Basic : address labels from databases -Oracle Open Office Basic : ADO databases (Base) -Oracle Open Office Basic : Agenda Wizard -Oracle Open Office Basic : aging filter -Oracle Open Office Basic : aligning -Oracle Open Office Basic : aligning;cells -Oracle Open Office Basic : aligning;objects -Oracle Open Office Basic : aligning;paragraphs -Oracle Open Office Basic : aligning;tables in text -Oracle Open Office Basic : aligning;text objects -Oracle Open Office Basic : alternative fonts -Oracle Open Office Basic : ampersand symbol in StarBasic -Oracle Open Office Basic : ampersand symbol, see also operators -Oracle Open Office Basic : anchors -Oracle Open Office Basic : anchors;changing -Oracle Open Office Basic : anchors;displaying (Calc) -Oracle Open Office Basic : anchors;types/positions for draw objects -Oracle Open Office Basic : AND operator (logical) -Oracle Open Office Basic : animations -Oracle Open Office Basic : animations;accessibility options -Oracle Open Office Basic : appearance options -Oracle Open Office Basic : Arabic -Oracle Open Office Basic : Arabic;entering text -Oracle Open Office Basic : Arabic;language settings -Oracle Open Office Basic : areas -Oracle Open Office Basic : areas;bitmap patterns -Oracle Open Office Basic : areas;hatched/dotted -Oracle Open Office Basic : areas;shadows -Oracle Open Office Basic : areas;slanting -Oracle Open Office Basic : areas;styles -Oracle Open Office Basic : areas;transparency -Oracle Open Office Basic : arguments in command line -Oracle Open Office Basic : arranging -Oracle Open Office Basic : arranging;objects -Oracle Open Office Basic : Array function -Oracle Open Office Basic : arrays -Oracle Open Office Basic : arrays;declaring -Oracle Open Office Basic : arrays;dimensioning -Oracle Open Office Basic : arrows -Oracle Open Office Basic : arrows;defining arrow heads -Oracle Open Office Basic : arrows;defining arrow lines -Oracle Open Office Basic : arrows;drawing in text -Oracle Open Office Basic : Asc function -Oracle Open Office Basic : ASCII -Oracle Open Office Basic : ASCII;definition -Oracle Open Office Basic : Asian languages -Oracle Open Office Basic : Asian languages;enabling -Oracle Open Office Basic : Asian Phonetic Guide -Oracle Open Office Basic : Asian typography -Oracle Open Office Basic : assigning macros to events -Oracle Open Office Basic : assigning scripts -Oracle Open Office Basic : assistive technology in Oracle Open Office -Oracle Open Office Basic : Atn function -Oracle Open Office Basic : attaching toolbars -Oracle Open Office Basic : attachments in e-mails -Oracle Open Office Basic : audio -Oracle Open Office Basic : auto reloading HTML documents -Oracle Open Office Basic : AutoAbstract function for sending text to presentations -Oracle Open Office Basic : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Basic : AutoComplete function in text and list boxes -Oracle Open Office Basic : AutoCorrect function -Oracle Open Office Basic : AutoCorrect function;context menu -Oracle Open Office Basic : AutoCorrect function;options -Oracle Open Office Basic : AutoCorrect function;pictures and frames -Oracle Open Office Basic : AutoCorrect function;quotes -Oracle Open Office Basic : AutoCorrect function;replacement table -Oracle Open Office Basic : AutoCorrect function;switching on and off in Calc -Oracle Open Office Basic : AutoCorrect function;URL recognition -Oracle Open Office Basic : AutoFormat function -Oracle Open Office Basic : AutoFormat function;switching on and off -Oracle Open Office Basic : automatic captions (Writer) -Oracle Open Office Basic : automatic control focus -Oracle Open Office Basic : automatic hyperlink formatting -Oracle Open Office Basic : automatic line breaks -Oracle Open Office Basic : automatic lines/borders in text -Oracle Open Office Basic : automatic saving -Oracle Open Office Basic : AutoPilots, see wizards -Oracle Open Office Basic : AutoValue (Base) -Oracle Open Office Basic : axes in charts -Oracle Open Office Basic : backgrounds -Oracle Open Office Basic : backgrounds;defining colors/pictures -Oracle Open Office Basic : backgrounds;frames/sections/indexes -Oracle Open Office Basic : backgrounds;inserting from Gallery -Oracle Open Office Basic : backgrounds;printing -Oracle Open Office Basic : backing window -Oracle Open Office Basic : backups -Oracle Open Office Basic : backups;automatic -Oracle Open Office Basic : backups;documents -Oracle Open Office Basic : Basic -Oracle Open Office Basic : Basic;fonts for source display -Oracle Open Office Basic : Basic;programming -Oracle Open Office Basic : Basic;recording macros -Oracle Open Office Basic : Basic editor -Oracle Open Office Basic : basic fonts -Oracle Open Office Basic : Basic IDE -Oracle Open Office Basic : Basic IDE;Integrated Development Environment -Oracle Open Office Basic : Basic IDE;macros -Oracle Open Office Basic : BasicLibraries (LibraryContainer) -Oracle Open Office Basic : Beep statement -Oracle Open Office Basic : Bézier curves -Oracle Open Office Basic : Bézier curves;control points in presentations -Oracle Open Office Basic : bi-directional writing -Oracle Open Office Basic : binding space -Oracle Open Office Basic : bitmaps -Oracle Open Office Basic : bitmaps;inserting and editing -Oracle Open Office Basic : bitmaps;off for faster printing -Oracle Open Office Basic : bitmaps;patterns -Oracle Open Office Basic : black and white printing -Oracle Open Office Basic : black printing in Calc -Oracle Open Office Basic : block selection mode -Oracle Open Office Basic : Blue function -Oracle Open Office Basic : bold -Oracle Open Office Basic : bold;AutoFormat function -Oracle Open Office Basic : bold;text -Oracle Open Office Basic : bookmarks -Oracle Open Office Basic : bookmarks;Help -Oracle Open Office Basic : borders -Oracle Open Office Basic : borders;arranging -Oracle Open Office Basic : borders;cells on screen (Calc) -Oracle Open Office Basic : borders;for paragraphs -Oracle Open Office Basic : borders;for tables -Oracle Open Office Basic : borders;shadows -Oracle Open Office Basic : borders;table boundaries (Writer) -Oracle Open Office Basic : borders, see also frames -Oracle Open Office Basic : bound fields -Oracle Open Office Basic : bound fields;controls -Oracle Open Office Basic : boundaries of tables (Writer) -Oracle Open Office Basic : break display (Writer) -Oracle Open Office Basic : breakpoints -Oracle Open Office Basic : brochures -Oracle Open Office Basic : brochures;printing several -Oracle Open Office Basic : build numbers of Oracle Open Office -Oracle Open Office Basic : bullet lists -Oracle Open Office Basic : bullet lists;formatting options -Oracle Open Office Basic : bullets -Oracle Open Office Basic : bullets;paragraphs -Oracle Open Office Basic : bullets;replacing -Oracle Open Office Basic : bullets;turning off -Oracle Open Office Basic : business cards -Oracle Open Office Basic : business cards;creating and synchronizing -Oracle Open Office Basic : business cards;using templates -Oracle Open Office Basic : button bars, see toolbars -Oracle Open Office Basic : buttons -Oracle Open Office Basic : buttons;adding push buttons -Oracle Open Office Basic : buttons;big/small -Oracle Open Office Basic : buttons;controls -Oracle Open Office Basic : buttons;editing hyperlink buttons -Oracle Open Office Basic : buttons;form functions -Oracle Open Office Basic : buttons;toolbars -Oracle Open Office Basic : cache for graphics -Oracle Open Office Basic : calculating -Oracle Open Office Basic : calculating;iterative references (Calc) -Oracle Open Office Basic : Call Stack window -Oracle Open Office Basic : Call statement -Oracle Open Office Basic : callouts -Oracle Open Office Basic : callouts;drawings -Oracle Open Office Basic : capital letters -Oracle Open Office Basic : capital letters;AutoCorrect function -Oracle Open Office Basic : capital letters;font effects -Oracle Open Office Basic : captions -Oracle Open Office Basic : captions;automatic captions (Writer) -Oracle Open Office Basic : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Basic : captions, see also labels/callouts -Oracle Open Office Basic : cascading update (Base) -Oracle Open Office Basic : case sensitivity -Oracle Open Office Basic : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Basic : case sensitivity;searching -Oracle Open Office Basic : Case statement -Oracle Open Office Basic : CBool function -Oracle Open Office Basic : CByte function -Oracle Open Office Basic : CCur function -Oracle Open Office Basic : CDate function -Oracle Open Office Basic : CdateFromIso function -Oracle Open Office Basic : CdateToIso function -Oracle Open Office Basic : CDbl function -Oracle Open Office Basic : CDec function -Oracle Open Office Basic : cells -Oracle Open Office Basic : cells;aligning -Oracle Open Office Basic : cells;coloring (Calc) -Oracle Open Office Basic : cells;cursor positions after input (Calc) -Oracle Open Office Basic : cells;formatting without effect (Calc) -Oracle Open Office Basic : cells;line breaks -Oracle Open Office Basic : cells;linked to controls -Oracle Open Office Basic : cells;number of -Oracle Open Office Basic : cells;pasting -Oracle Open Office Basic : cells;resetting formats -Oracle Open Office Basic : cells;showing grid lines (Calc) -Oracle Open Office Basic : centered text -Oracle Open Office Basic : centimeters -Oracle Open Office Basic : certificates -Oracle Open Office Basic : changes -Oracle Open Office Basic : changes;accepting or rejecting -Oracle Open Office Basic : changes;comparing to original -Oracle Open Office Basic : changes;protecting -Oracle Open Office Basic : changes;recording -Oracle Open Office Basic : changes;review function -Oracle Open Office Basic : changes;showing -Oracle Open Office Basic : changing -Oracle Open Office Basic : changing;control properties -Oracle Open Office Basic : changing;document titles -Oracle Open Office Basic : changing;file associations in Setup program -Oracle Open Office Basic : changing;icon sizes -Oracle Open Office Basic : changing;links -Oracle Open Office Basic : changing;work directory -Oracle Open Office Basic : changing, see also editing and replacing -Oracle Open Office Basic : character styles -Oracle Open Office Basic : character styles;language selection -Oracle Open Office Basic : characters -Oracle Open Office Basic : characters;alternative fonts -Oracle Open Office Basic : characters;Asian layout -Oracle Open Office Basic : characters;bold -Oracle Open Office Basic : characters;coloring -Oracle Open Office Basic : characters;displaying only on screen (Writer) -Oracle Open Office Basic : characters;enabling CTL and Asian characters -Oracle Open Office Basic : characters;font effects -Oracle Open Office Basic : characters;fonts and formats -Oracle Open Office Basic : characters;hyperlinks -Oracle Open Office Basic : characters;italics -Oracle Open Office Basic : characters;language selection -Oracle Open Office Basic : characters;shadowed -Oracle Open Office Basic : characters;spacing -Oracle Open Office Basic : characters;special -Oracle Open Office Basic : characters;underlining -Oracle Open Office Basic : charcoal sketches filter -Oracle Open Office Basic : charts -Oracle Open Office Basic : charts;arranging within stacks -Oracle Open Office Basic : charts;bars with textures -Oracle Open Office Basic : charts;colors -Oracle Open Office Basic : charts;copying with link to source cell range -Oracle Open Office Basic : charts;displaying (Calc) -Oracle Open Office Basic : charts;editing axes -Oracle Open Office Basic : charts;editing data -Oracle Open Office Basic : charts;editing legends -Oracle Open Office Basic : charts;editing titles -Oracle Open Office Basic : charts;inserting -Oracle Open Office Basic : charts;updating automatically (Writer) -Oracle Open Office Basic : ChDir statement -Oracle Open Office Basic : ChDrive statement -Oracle Open Office Basic : check box control -Oracle Open Office Basic : check box creation -Oracle Open Office Basic : Chinese writing systems -Oracle Open Office Basic : Choose function -Oracle Open Office Basic : choosing printers -Oracle Open Office Basic : Chr function -Oracle Open Office Basic : CInt function -Oracle Open Office Basic : circle drawings -Oracle Open Office Basic : Client Side ImageMap -Oracle Open Office Basic : clipboard -Oracle Open Office Basic : clipboard;cutting -Oracle Open Office Basic : clipboard;pasting -Oracle Open Office Basic : clipboard;pasting formatted/unformatted text -Oracle Open Office Basic : clipboard;selection clipboard -Oracle Open Office Basic : clipboard;Unix -Oracle Open Office Basic : CLng function -Oracle Open Office Basic : Close statement -Oracle Open Office Basic : closing -Oracle Open Office Basic : closing;documents -Oracle Open Office Basic : closing;toolbars -Oracle Open Office Basic : collaboration -Oracle Open Office Basic : color bar -Oracle Open Office Basic : colors -Oracle Open Office Basic : colors;adding -Oracle Open Office Basic : colors;appearance -Oracle Open Office Basic : colors;backgrounds -Oracle Open Office Basic : colors;charts -Oracle Open Office Basic : colors;fill format -Oracle Open Office Basic : colors;fonts -Oracle Open Office Basic : colors;grid lines and cells (Calc) -Oracle Open Office Basic : colors;models -Oracle Open Office Basic : colors;not printing -Oracle Open Office Basic : colors;printing in grayscale -Oracle Open Office Basic : colors;restriction (Calc) -Oracle Open Office Basic : colors;selection -Oracle Open Office Basic : column headers -Oracle Open Office Basic : column headers;displaying (Calc) -Oracle Open Office Basic : column headers;highlighting (Calc) -Oracle Open Office Basic : columns -Oracle Open Office Basic : columns;setting with the mouse -Oracle Open Office Basic : combo box control -Oracle Open Office Basic : combo box creation -Oracle Open Office Basic : command button creation -Oracle Open Office Basic : command buttons, see push buttons -Oracle Open Office Basic : command line parameters -Oracle Open Office Basic : commands -Oracle Open Office Basic : commands;repeating -Oracle Open Office Basic : commands;SQL -Oracle Open Office Basic : comments -Oracle Open Office Basic : comments;displaying (Calc) -Oracle Open Office Basic : comments;inserting/editing/deleting/printing -Oracle Open Office Basic : comments;on changes -Oracle Open Office Basic : comments;printing in text -Oracle Open Office Basic : comments;Rem statement -Oracle Open Office Basic : common terms -Oracle Open Office Basic : common terms;Chinese dictionary -Oracle Open Office Basic : common terms;glossaries -Oracle Open Office Basic : common terms;Internet glossary -Oracle Open Office Basic : comparison operators -Oracle Open Office Basic : comparison operators;Oracle Open Office Basic -Oracle Open Office Basic : comparisons -Oracle Open Office Basic : comparisons;document versions -Oracle Open Office Basic : comparisons;operators in default filter dialog -Oracle Open Office Basic : compatibility settings for MS Word import -Oracle Open Office Basic : complete screen view -Oracle Open Office Basic : complex text layout -Oracle Open Office Basic : complex text layout;definition -Oracle Open Office Basic : complex text layout;enabling -Oracle Open Office Basic : complex text layout, see CTL -Oracle Open Office Basic : components -Oracle Open Office Basic : components;addressing -Oracle Open Office Basic : compose key to insert special characters -Oracle Open Office Basic : concatenation, see ampersand symbol -Oracle Open Office Basic : conditional separators -Oracle Open Office Basic : conditions -Oracle Open Office Basic : conditions;in number formats -Oracle Open Office Basic : conditions;items in Data Navigator -Oracle Open Office Basic : Configuration Manager -Oracle Open Office Basic : configuring -Oracle Open Office Basic : configuring;fax icon -Oracle Open Office Basic : configuring;Oracle Open Office -Oracle Open Office Basic : configuring;toolbars -Oracle Open Office Basic : connections to data sources (Base) -Oracle Open Office Basic : Const statement -Oracle Open Office Basic : constants -Oracle Open Office Basic : contents protection -Oracle Open Office Basic : context menus -Oracle Open Office Basic : continuation -Oracle Open Office Basic : continuation;long lines in editor -Oracle Open Office Basic : control point display in presentations -Oracle Open Office Basic : controls -Oracle Open Office Basic : controls;activating in forms -Oracle Open Office Basic : controls;adding to documents -Oracle Open Office Basic : controls;arranging in forms -Oracle Open Office Basic : controls;arranging within stacks -Oracle Open Office Basic : controls;assigning data sources -Oracle Open Office Basic : controls;assigning macros (Basic) -Oracle Open Office Basic : controls;bound fields/list contents/linked cells -Oracle Open Office Basic : controls;changing properties -Oracle Open Office Basic : controls;creating in the dialog editor -Oracle Open Office Basic : controls;events -Oracle Open Office Basic : controls;focus -Oracle Open Office Basic : controls;formatted fields -Oracle Open Office Basic : controls;grouping -Oracle Open Office Basic : controls;hidden -Oracle Open Office Basic : controls;in dialog editor -Oracle Open Office Basic : controls;inserting -Oracle Open Office Basic : controls;multi-line titles -Oracle Open Office Basic : controls;positions and sizes -Oracle Open Office Basic : controls;printing -Oracle Open Office Basic : controls;properties -Oracle Open Office Basic : controls;properties of form controls -Oracle Open Office Basic : controls;properties of table controls -Oracle Open Office Basic : controls;reading or editing properties (example) -Oracle Open Office Basic : controls;reference by SQL -Oracle Open Office Basic : controls;rich text control -Oracle Open Office Basic : controls;select mode -Oracle Open Office Basic : controls;showing (Writer) -Oracle Open Office Basic : converters -Oracle Open Office Basic : converters;Euro converter -Oracle Open Office Basic : converters;PostScript, UNIX -Oracle Open Office Basic : converters;XML -Oracle Open Office Basic : ConvertFromURL function -Oracle Open Office Basic : converting -Oracle Open Office Basic : converting;Hangul/Hanja -Oracle Open Office Basic : converting;metrics -Oracle Open Office Basic : converting;Microsoft documents -Oracle Open Office Basic : converting;Oracle Open Office documents -Oracle Open Office Basic : converting;Pocket PC formats -Oracle Open Office Basic : ConvertToURL function -Oracle Open Office Basic : copies -Oracle Open Office Basic : copies;printing -Oracle Open Office Basic : copying -Oracle Open Office Basic : copying;by drag and drop -Oracle Open Office Basic : copying;data from text documents -Oracle Open Office Basic : copying;datasource records in spreadsheets -Oracle Open Office Basic : copying;draw objects -Oracle Open Office Basic : copying;draw objects between documents -Oracle Open Office Basic : copying;formatting -Oracle Open Office Basic : copying;from data source view -Oracle Open Office Basic : copying;from Gallery -Oracle Open Office Basic : copying;in Unix -Oracle Open Office Basic : copying;modules -Oracle Open Office Basic : copying;pictures, between documents -Oracle Open Office Basic : copying;sheet areas, to text documents -Oracle Open Office Basic : copying;to Gallery -Oracle Open Office Basic : copyright for Oracle Open Office -Oracle Open Office Basic : corner roundings -Oracle Open Office Basic : Cos function -Oracle Open Office Basic : crash reports -Oracle Open Office Basic : CreateObject function -Oracle Open Office Basic : CreateUnoDialog function -Oracle Open Office Basic : CreateUnoListener function -Oracle Open Office Basic : CreateUnoService function -Oracle Open Office Basic : CreateUnoStruct function -Oracle Open Office Basic : CreateUnoValue function -Oracle Open Office Basic : criteria of query design (Base) -Oracle Open Office Basic : cropping pictures -Oracle Open Office Basic : CSng function -Oracle Open Office Basic : CStr function -Oracle Open Office Basic : CTL -Oracle Open Office Basic : CTL;(not) wrapping words -Oracle Open Office Basic : CTL;complex text layout languages -Oracle Open Office Basic : CTL;definition -Oracle Open Office Basic : CTL;options -Oracle Open Office Basic : CurDir function -Oracle Open Office Basic : currencies -Oracle Open Office Basic : currencies;converters -Oracle Open Office Basic : currencies;format codes -Oracle Open Office Basic : currency field control -Oracle Open Office Basic : currency field creation -Oracle Open Office Basic : currency formats -Oracle Open Office Basic : cursor -Oracle Open Office Basic : cursor;allowing in protected areas (Writer) -Oracle Open Office Basic : cursor;in read-only text -Oracle Open Office Basic : cursor;quickly moving to an object -Oracle Open Office Basic : curves -Oracle Open Office Basic : curves;editing points -Oracle Open Office Basic : custom dictionaries -Oracle Open Office Basic : custom dictionaries;editing -Oracle Open Office Basic : custom hyphens (Writer) -Oracle Open Office Basic : custom quotes -Oracle Open Office Basic : custom templates -Oracle Open Office Basic : customizing -Oracle Open Office Basic : customizing;events -Oracle Open Office Basic : customizing;keyboard -Oracle Open Office Basic : customizing;menus -Oracle Open Office Basic : customizing;Oracle Open Office -Oracle Open Office Basic : customizing;round corners -Oracle Open Office Basic : customizing;toolbars -Oracle Open Office Basic : cutting -Oracle Open Office Basic : CVar function -Oracle Open Office Basic : CVErr function -Oracle Open Office Basic : dashes -Oracle Open Office Basic : data -Oracle Open Office Basic : data;filtering in forms -Oracle Open Office Basic : data;forms and subforms -Oracle Open Office Basic : data;read-only -Oracle Open Office Basic : data;sorting in forms -Oracle Open Office Basic : data;user data -Oracle Open Office Basic : data binding change in XForms -Oracle Open Office Basic : Data Navigator -Oracle Open Office Basic : Data Navigator;adding/editing items -Oracle Open Office Basic : Data Navigator;display options -Oracle Open Office Basic : data source browser -Oracle Open Office Basic : data source explorer -Oracle Open Office Basic : data source view -Oracle Open Office Basic : data source view;drag and drop -Oracle Open Office Basic : data source view;overview -Oracle Open Office Basic : data source view;showing -Oracle Open Office Basic : data sources -Oracle Open Office Basic : data sources;as tables -Oracle Open Office Basic : data sources;connection settings (Base) -Oracle Open Office Basic : data sources;copying records to spreadsheets -Oracle Open Office Basic : data sources;displaying current -Oracle Open Office Basic : data sources;LDAP server (Base) -Oracle Open Office Basic : data sources;Oracle Open Office Base -Oracle Open Office Basic : data sources;registering address books -Oracle Open Office Basic : data sources;reports -Oracle Open Office Basic : data sources;viewing -Oracle Open Office Basic : data structure of XForms -Oracle Open Office Basic : data, see also values -Oracle Open Office Basic : database contents -Oracle Open Office Basic : database contents;inserting as tables -Oracle Open Office Basic : database contents;inserting as text -Oracle Open Office Basic : database reports -Oracle Open Office Basic : Database Wizard (Base) -Oracle Open Office Basic : databases -Oracle Open Office Basic : databases;administration through SQL (Base) -Oracle Open Office Basic : databases;ADO (Base) -Oracle Open Office Basic : databases;connecting (Base) -Oracle Open Office Basic : databases;creating -Oracle Open Office Basic : databases;creating labels -Oracle Open Office Basic : databases;creating queries -Oracle Open Office Basic : databases;creating reports -Oracle Open Office Basic : databases;creating tables -Oracle Open Office Basic : databases;deleting (Base) -Oracle Open Office Basic : databases;drag and drop (Base) -Oracle Open Office Basic : databases;editing tables -Oracle Open Office Basic : databases;form filters -Oracle Open Office Basic : databases;formats (Base) -Oracle Open Office Basic : databases;importing/exporting -Oracle Open Office Basic : databases;JDBC (Base) -Oracle Open Office Basic : databases;main page (Base) -Oracle Open Office Basic : databases;ODBC (Base) -Oracle Open Office Basic : databases;overview -Oracle Open Office Basic : databases;registering (Base) -Oracle Open Office Basic : databases;searching records -Oracle Open Office Basic : databases;shortcut keys -Oracle Open Office Basic : databases;sorting -Oracle Open Office Basic : databases;standard filters -Oracle Open Office Basic : databases;text formats -Oracle Open Office Basic : databases;viewing -Oracle Open Office Basic : date field control -Oracle Open Office Basic : date fields -Oracle Open Office Basic : date fields;creating -Oracle Open Office Basic : date fields;properties -Oracle Open Office Basic : date formats -Oracle Open Office Basic : Date statement -Oracle Open Office Basic : DateAdd function -Oracle Open Office Basic : DateDiff function -Oracle Open Office Basic : DatePart function -Oracle Open Office Basic : dates -Oracle Open Office Basic : dates;default (Calc) -Oracle Open Office Basic : dates;printing in presentations -Oracle Open Office Basic : dates;start 1900/01/01 (Calc) -Oracle Open Office Basic : dates;start 1904/01/01 (Calc) -Oracle Open Office Basic : DateSerial function -Oracle Open Office Basic : DateValue function -Oracle Open Office Basic : Day function -Oracle Open Office Basic : dBASE -Oracle Open Office Basic : dBASE;database settings (Base) -Oracle Open Office Basic : DDE -Oracle Open Office Basic : DDE;definition -Oracle Open Office Basic : deactivating -Oracle Open Office Basic : deactivating;plug-ins -Oracle Open Office Basic : debugging Basic programs -Oracle Open Office Basic : decimal places displayed (Calc) -Oracle Open Office Basic : decimal separator key -Oracle Open Office Basic : decimal tab stops -Oracle Open Office Basic : Declare statement -Oracle Open Office Basic : declaring variables -Oracle Open Office Basic : default directories -Oracle Open Office Basic : default filters -Oracle Open Office Basic : default filters;comparison operators -Oracle Open Office Basic : default filters;databases -Oracle Open Office Basic : default printer -Oracle Open Office Basic : default printer;setting up -Oracle Open Office Basic : default printer;UNIX -Oracle Open Office Basic : default templates -Oracle Open Office Basic : default templates;changing -Oracle Open Office Basic : default templates;organizing -Oracle Open Office Basic : defaults -Oracle Open Office Basic : defaults;documents -Oracle Open Office Basic : defaults;file formats in file dialogs -Oracle Open Office Basic : defaults;file formats in Oracle Open Office -Oracle Open Office Basic : defaults;fonts -Oracle Open Office Basic : defaults;grids (Writer/Calc) -Oracle Open Office Basic : defaults;languages -Oracle Open Office Basic : defaults;number formats -Oracle Open Office Basic : defaults;of saving -Oracle Open Office Basic : defaults;program configuration -Oracle Open Office Basic : defaults;tab stops in text -Oracle Open Office Basic : defaults;views -Oracle Open Office Basic : DefBool statement -Oracle Open Office Basic : DefCur statement -Oracle Open Office Basic : DefDate statement -Oracle Open Office Basic : DefDbl statement -Oracle Open Office Basic : DefErr statement -Oracle Open Office Basic : defining -Oracle Open Office Basic : defining;arrowheads and other line ends -Oracle Open Office Basic : defining;colors -Oracle Open Office Basic : defining;constants -Oracle Open Office Basic : defining;line styles -Oracle Open Office Basic : defining;paragraph borders -Oracle Open Office Basic : defining;queries (Base) -Oracle Open Office Basic : defining;table borders -Oracle Open Office Basic : DefInt statement -Oracle Open Office Basic : DefLng statement -Oracle Open Office Basic : DefObj statement -Oracle Open Office Basic : DefSng statement -Oracle Open Office Basic : DefStr statement -Oracle Open Office Basic : DefVar statement -Oracle Open Office Basic : deleting -Oracle Open Office Basic : deleting;all direct formatting -Oracle Open Office Basic : deleting;comments -Oracle Open Office Basic : deleting;databases (Base) -Oracle Open Office Basic : deleting;hyperlinks -Oracle Open Office Basic : deleting;libraries/modules/dialogs -Oracle Open Office Basic : deleting;lines in text -Oracle Open Office Basic : deleting;macro assignments to events -Oracle Open Office Basic : deleting;models/instances -Oracle Open Office Basic : deleting;namespaces in XForms -Oracle Open Office Basic : deleting;tab stops -Oracle Open Office Basic : deleting;templates -Oracle Open Office Basic : deleting;XML filters -Oracle Open Office Basic : depth stagger -Oracle Open Office Basic : descriptions for objects -Oracle Open Office Basic : design mode after saving -Oracle Open Office Basic : design view -Oracle Open Office Basic : design view;creating forms -Oracle Open Office Basic : design view;queries/views (Base) -Oracle Open Office Basic : designing -Oracle Open Office Basic : designing;database tables -Oracle Open Office Basic : designing;fonts -Oracle Open Office Basic : designing;queries (Base) -Oracle Open Office Basic : detaching toolbars -Oracle Open Office Basic : dialog editor -Oracle Open Office Basic : dialog editor;changing control properties -Oracle Open Office Basic : dialog editor;creating controls -Oracle Open Office Basic : dialog editor;programming examples for controls -Oracle Open Office Basic : DialogLibraries (LibraryContainer) -Oracle Open Office Basic : dialogs -Oracle Open Office Basic : dialogs;creating Basic dialogs -Oracle Open Office Basic : dialogs;displaying (example) -Oracle Open Office Basic : dialogs;loading (example) -Oracle Open Office Basic : dialogs;organizing -Oracle Open Office Basic : dialogs;properties -Oracle Open Office Basic : dialogs;translating -Oracle Open Office Basic : dialogs;using program code to show (example) -Oracle Open Office Basic : dictionaries -Oracle Open Office Basic : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Basic : dictionaries;creating -Oracle Open Office Basic : dictionaries;editing user-defined -Oracle Open Office Basic : dictionaries;spellcheck -Oracle Open Office Basic : dictionaries, see also languages -Oracle Open Office Basic : digital signatures -Oracle Open Office Basic : digital signatures;getting/managing/applying -Oracle Open Office Basic : digital signatures;overview -Oracle Open Office Basic : digital signatures;WebDAV over HTTPS -Oracle Open Office Basic : Dim statement -Oracle Open Office Basic : DimArray function -Oracle Open Office Basic : dimensioning arrays -Oracle Open Office Basic : Dir function -Oracle Open Office Basic : direct formatting -Oracle Open Office Basic : direct formatting;undoing all -Oracle Open Office Basic : directories -Oracle Open Office Basic : directories;creating new -Oracle Open Office Basic : directories;directory structure -Oracle Open Office Basic : disabled persons -Oracle Open Office Basic : displaying -Oracle Open Office Basic : displaying;comments (Calc) -Oracle Open Office Basic : displaying;comments in text documents -Oracle Open Office Basic : displaying;non-printing characters (Writer) -Oracle Open Office Basic : displaying;pictures and objects (Writer) -Oracle Open Office Basic : displaying;tables (Writer) -Oracle Open Office Basic : displaying;zero values (Calc) -Oracle Open Office Basic : distances -Oracle Open Office Basic : distinct values in SQL queries -Oracle Open Office Basic : distorting in drawings -Oracle Open Office Basic : distributing XML filters -Oracle Open Office Basic : DLL (Dynamic Link Library) -Oracle Open Office Basic : Do...Loop statement -Oracle Open Office Basic : docking -Oracle Open Office Basic : docking;definition -Oracle Open Office Basic : docking;toolbars -Oracle Open Office Basic : docking;windows -Oracle Open Office Basic : Document Converter Wizard -Oracle Open Office Basic : Document Map, see Navigator -Oracle Open Office Basic : document types in Oracle Open Office -Oracle Open Office Basic : documents -Oracle Open Office Basic : documents;changing titles -Oracle Open Office Basic : documents;closing -Oracle Open Office Basic : documents;comparing -Oracle Open Office Basic : documents;contents as lists -Oracle Open Office Basic : documents;editing time -Oracle Open Office Basic : documents;exporting -Oracle Open Office Basic : documents;importing -Oracle Open Office Basic : documents;languages -Oracle Open Office Basic : documents;measurement units in -Oracle Open Office Basic : documents;merging -Oracle Open Office Basic : documents;number of pages/tables/sheets -Oracle Open Office Basic : documents;opening -Oracle Open Office Basic : documents;opening in design mode -Oracle Open Office Basic : documents;opening with templates -Oracle Open Office Basic : documents;organizing -Oracle Open Office Basic : documents;printing -Oracle Open Office Basic : documents;read-only -Oracle Open Office Basic : documents;reloading -Oracle Open Office Basic : documents;saving -Oracle Open Office Basic : documents;saving automatically -Oracle Open Office Basic : documents;saving in other formats -Oracle Open Office Basic : documents;sending as e-mail -Oracle Open Office Basic : documents;styles changed -Oracle Open Office Basic : documents;version management -Oracle Open Office Basic : documents;version numbers -Oracle Open Office Basic : dotted areas -Oracle Open Office Basic : double-line spacing in paragraphs -Oracle Open Office Basic : double-line writing in Asian layout -Oracle Open Office Basic : drag and drop -Oracle Open Office Basic : drag and drop;copying and pasting text -Oracle Open Office Basic : drag and drop;data source view -Oracle Open Office Basic : drag and drop;from Gallery to draw objects -Oracle Open Office Basic : drag and drop;overview -Oracle Open Office Basic : drag and drop;pictures -Oracle Open Office Basic : drag and drop;to Gallery -Oracle Open Office Basic : draw objects -Oracle Open Office Basic : draw objects;adding/editing/copying -Oracle Open Office Basic : draw objects;anchoring -Oracle Open Office Basic : draw objects;arranging within stacks -Oracle Open Office Basic : draw objects;copying between documents -Oracle Open Office Basic : draw objects;displaying (Calc) -Oracle Open Office Basic : draw objects;dropping Gallery pictures -Oracle Open Office Basic : draw objects;flipping -Oracle Open Office Basic : draw objects;legends -Oracle Open Office Basic : draw objects;positioning and resizing -Oracle Open Office Basic : draw objects;protecting -Oracle Open Office Basic : draw objects;slanting -Oracle Open Office Basic : draw objects;text in -Oracle Open Office Basic : Drawing bar -Oracle Open Office Basic : drawing lines in text -Oracle Open Office Basic : drawings -Oracle Open Office Basic : drawings;creating/opening -Oracle Open Office Basic : drawings;languages -Oracle Open Office Basic : drawings;printing -Oracle Open Office Basic : drawings;printing defaults -Oracle Open Office Basic : drawings;printing in text documents -Oracle Open Office Basic : drawings;saving -Oracle Open Office Basic : drawings;saving automatically -Oracle Open Office Basic : drawings;saving in other formats -Oracle Open Office Basic : drawings;sending as e-mail -Oracle Open Office Basic : drawings;showing (Writer) -Oracle Open Office Basic : drawings, see also draw objects -Oracle Open Office Basic : drop-down lists in form functions -Oracle Open Office Basic : e-mail attachments -Oracle Open Office Basic : Edit File icon -Oracle Open Office Basic : edit mode -Oracle Open Office Basic : edit mode;after opening -Oracle Open Office Basic : edit mode;through Enter key (Calc) -Oracle Open Office Basic : Edit Points bar -Oracle Open Office Basic : editing -Oracle Open Office Basic : editing;chart axes -Oracle Open Office Basic : editing;chart data -Oracle Open Office Basic : editing;chart legends -Oracle Open Office Basic : editing;chart titles -Oracle Open Office Basic : editing;comments -Oracle Open Office Basic : editing;controls -Oracle Open Office Basic : editing;data binding of XForms -Oracle Open Office Basic : editing;database tables and queries -Oracle Open Office Basic : editing;draw objects -Oracle Open Office Basic : editing;Fontwork objects -Oracle Open Office Basic : editing;hyperlinks -Oracle Open Office Basic : editing;menus -Oracle Open Office Basic : editing;objects -Oracle Open Office Basic : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Basic : editing;pictures -Oracle Open Office Basic : editing;reports -Oracle Open Office Basic : editing;shortcut keys -Oracle Open Office Basic : editing;tab stops -Oracle Open Office Basic : editing;templates -Oracle Open Office Basic : editing;toolbars -Oracle Open Office Basic : editing;undoing -Oracle Open Office Basic : editing;XForms -Oracle Open Office Basic : editing time of documents -Oracle Open Office Basic : editors -Oracle Open Office Basic : editors;formula editor -Oracle Open Office Basic : editors;ImageMap editor -Oracle Open Office Basic : effects -Oracle Open Office Basic : effects;font positions -Oracle Open Office Basic : effects;fonts -Oracle Open Office Basic : effects;Fontwork icons -Oracle Open Office Basic : empty documents -Oracle Open Office Basic : empty paragraph removal -Oracle Open Office Basic : encryption of contents -Oracle Open Office Basic : End statement -Oracle Open Office Basic : entering groups -Oracle Open Office Basic : entering text from right to left -Oracle Open Office Basic : Environ function -Oracle Open Office Basic : Eof function -Oracle Open Office Basic : equal sign, see also operators -Oracle Open Office Basic : EqualUnoObjects function -Oracle Open Office Basic : equations in formula editor -Oracle Open Office Basic : Eqv operator (logical) -Oracle Open Office Basic : Erase function -Oracle Open Office Basic : Erl function -Oracle Open Office Basic : Err function -Oracle Open Office Basic : error codes in Basic -Oracle Open Office Basic : Error function -Oracle Open Office Basic : Error Report Tool -Oracle Open Office Basic : Euro -Oracle Open Office Basic : Euro;currency formats -Oracle Open Office Basic : Euro;Euro Converter Wizard -Oracle Open Office Basic : even/odd pages -Oracle Open Office Basic : even/odd pages;printing -Oracle Open Office Basic : events -Oracle Open Office Basic : events;assigning macros -Oracle Open Office Basic : events;assigning scripts -Oracle Open Office Basic : events;controls -Oracle Open Office Basic : events;customizing -Oracle Open Office Basic : events;in forms -Oracle Open Office Basic : events;linked to objects -Oracle Open Office Basic : examples -Oracle Open Office Basic : examples;programming controls -Oracle Open Office Basic : examples;showing a dialog using program code -Oracle Open Office Basic : Excel -Oracle Open Office Basic : Excel;saving as -Oracle Open Office Basic : Excel;search criteria -Oracle Open Office Basic : exceptions -Oracle Open Office Basic : exceptions;user-defined dictionaries -Oracle Open Office Basic : exchanging, see also replacing -Oracle Open Office Basic : executing SQL commands -Oracle Open Office Basic : Exit statement -Oracle Open Office Basic : exiting -Oracle Open Office Basic : exiting;groups -Oracle Open Office Basic : exiting;Oracle Open Office -Oracle Open Office Basic : Exp function -Oracle Open Office Basic : expanding formatting (Calc) -Oracle Open Office Basic : explorer of data sources -Oracle Open Office Basic : export filters -Oracle Open Office Basic : exporting -Oracle Open Office Basic : exporting;bitmaps -Oracle Open Office Basic : exporting;HTML and text documents -Oracle Open Office Basic : exporting;Microsoft Office documents with VBA code -Oracle Open Office Basic : exporting;spreadsheets to text format -Oracle Open Office Basic : exporting;templates -Oracle Open Office Basic : exporting;to foreign formats -Oracle Open Office Basic : exporting;to HTML -Oracle Open Office Basic : exporting;to Microsoft Office formats -Oracle Open Office Basic : exporting;to PDF -Oracle Open Office Basic : exporting;to PostScript format -Oracle Open Office Basic : exporting;to XML -Oracle Open Office Basic : exporting;XML files -Oracle Open Office Basic : extended tips in Help -Oracle Open Office Basic : extension mode in text -Oracle Open Office Basic : extensions -Oracle Open Office Basic : extensions;Extension Manager -Oracle Open Office Basic : extensions;file formats -Oracle Open Office Basic : external keys (Base) -Oracle Open Office Basic : faster printing -Oracle Open Office Basic : faxes -Oracle Open Office Basic : faxes;configuring Oracle Open Office -Oracle Open Office Basic : faxes;fax programs/fax printers under UNIX -Oracle Open Office Basic : faxes;selecting a fax machine -Oracle Open Office Basic : faxes;sending -Oracle Open Office Basic : faxes;wizards -Oracle Open Office Basic : feedback -Oracle Open Office Basic : feedback;automatically -Oracle Open Office Basic : fields -Oracle Open Office Basic : fields;database tables -Oracle Open Office Basic : fields;displaying field codes (Writer) -Oracle Open Office Basic : fields;formatted fields -Oracle Open Office Basic : fields;updating automatically (Writer) -Oracle Open Office Basic : file associations for Microsoft Office -Oracle Open Office Basic : file filters -Oracle Open Office Basic : file filters;mobile devices -Oracle Open Office Basic : file filters;XML -Oracle Open Office Basic : file formats -Oracle Open Office Basic : file formats;changing Oracle Open Office defaults -Oracle Open Office Basic : file formats;OpenDocument/XML -Oracle Open Office Basic : file formats;saving always in other formats -Oracle Open Office Basic : file selection button -Oracle Open Office Basic : file selection control -Oracle Open Office Basic : file sharing options for current document -Oracle Open Office Basic : FileAttr function -Oracle Open Office Basic : FileCopy statement -Oracle Open Office Basic : FileDateTime function -Oracle Open Office Basic : FileExists function -Oracle Open Office Basic : FileLen function -Oracle Open Office Basic : filepicker -Oracle Open Office Basic : filepicker;API service -Oracle Open Office Basic : files -Oracle Open Office Basic : files;filters and formats -Oracle Open Office Basic : files;importing -Oracle Open Office Basic : files;opening -Oracle Open Office Basic : files;opening with placeholders -Oracle Open Office Basic : files;properties -Oracle Open Office Basic : files;saving -Oracle Open Office Basic : files;saving automatically -Oracle Open Office Basic : files;saving in other formats -Oracle Open Office Basic : files;sending as e-mail -Oracle Open Office Basic : files;version numbers -Oracle Open Office Basic : files and folders in Oracle Open Office -Oracle Open Office Basic : fill characters with tabulators -Oracle Open Office Basic : fill colors for areas -Oracle Open Office Basic : fill patterns for areas -Oracle Open Office Basic : filter conditions -Oracle Open Office Basic : filter conditions;connecting -Oracle Open Office Basic : filter conditions;in queries (Base) -Oracle Open Office Basic : filtering -Oracle Open Office Basic : filtering;data in databases -Oracle Open Office Basic : filtering;data in forms -Oracle Open Office Basic : filters -Oracle Open Office Basic : filters;comparison operators -Oracle Open Office Basic : filters;for import and export -Oracle Open Office Basic : filters;Navigator -Oracle Open Office Basic : filters;pictures -Oracle Open Office Basic : filters;XML filter settings -Oracle Open Office Basic : Find tab in Help -Oracle Open Office Basic : finding -Oracle Open Office Basic : finding;in all sheets -Oracle Open Office Basic : finding;records in form documents -Oracle Open Office Basic : finding;selections -Oracle Open Office Basic : finding;similarity search -Oracle Open Office Basic : FindObject function -Oracle Open Office Basic : FindPropertyObject function -Oracle Open Office Basic : fitting to pages -Oracle Open Office Basic : fitting to pages;print settings in Math -Oracle Open Office Basic : fitting to pages;print settings in presentations -Oracle Open Office Basic : Fix function -Oracle Open Office Basic : fixed line control -Oracle Open Office Basic : fixed text -Oracle Open Office Basic : fixed text;form functions -Oracle Open Office Basic : fixed text control -Oracle Open Office Basic : fixing toolbars -Oracle Open Office Basic : flipping draw objects -Oracle Open Office Basic : floating frames in HTML documents -Oracle Open Office Basic : floating toolbars -Oracle Open Office Basic : focus of controls -Oracle Open Office Basic : folder creation -Oracle Open Office Basic : font lists -Oracle Open Office Basic : font name box -Oracle Open Office Basic : font sizes -Oracle Open Office Basic : font sizes;bullets -Oracle Open Office Basic : font sizes;relative changes -Oracle Open Office Basic : font sizes;scaling on screen -Oracle Open Office Basic : font sizes;text -Oracle Open Office Basic : fonts -Oracle Open Office Basic : fonts;adding under UNIX -Oracle Open Office Basic : fonts;changing in templates -Oracle Open Office Basic : fonts;colors -Oracle Open Office Basic : fonts;default settings -Oracle Open Office Basic : fonts;effects -Oracle Open Office Basic : fonts;for HTML and Basic -Oracle Open Office Basic : fonts;formats -Oracle Open Office Basic : fonts;outlines -Oracle Open Office Basic : fonts;positions in text -Oracle Open Office Basic : fonts;shadows -Oracle Open Office Basic : fonts;specifying several -Oracle Open Office Basic : fonts;strikethrough -Oracle Open Office Basic : fonts;styles -Oracle Open Office Basic : fonts;text objects -Oracle Open Office Basic : Fontwork icons -Oracle Open Office Basic : footers -Oracle Open Office Basic : footers;backgrounds -Oracle Open Office Basic : For statement -Oracle Open Office Basic : form controls -Oracle Open Office Basic : form controls;assigning macros -Oracle Open Office Basic : form controls;protecting -Oracle Open Office Basic : form controls;toolbars -Oracle Open Office Basic : form fields -Oracle Open Office Basic : form filters -Oracle Open Office Basic : Form Navigator -Oracle Open Office Basic : format codes -Oracle Open Office Basic : format codes;numbers -Oracle Open Office Basic : format filling printing in Oracle Open Office Math -Oracle Open Office Basic : Format function -Oracle Open Office Basic : Format Paintbrush -Oracle Open Office Basic : formats -Oracle Open Office Basic : formats;Asian layout -Oracle Open Office Basic : formats;fonts -Oracle Open Office Basic : formats;maximizing page formats -Oracle Open Office Basic : formats;number and currency formats -Oracle Open Office Basic : formats;of currencies/date/time -Oracle Open Office Basic : formats;on opening and saving -Oracle Open Office Basic : formats;pasting in special formats -Oracle Open Office Basic : formats;positions -Oracle Open Office Basic : formats;tabulators -Oracle Open Office Basic : formatted field control -Oracle Open Office Basic : formatted fields -Oracle Open Office Basic : formatted fields;form functions -Oracle Open Office Basic : formatted fields;properties -Oracle Open Office Basic : formatting -Oracle Open Office Basic : formatting;Asian typography -Oracle Open Office Basic : formatting;axes in charts -Oracle Open Office Basic : formatting;chart legends -Oracle Open Office Basic : formatting;copying -Oracle Open Office Basic : formatting;definition -Oracle Open Office Basic : formatting;expanding (Calc) -Oracle Open Office Basic : formatting;font effects -Oracle Open Office Basic : formatting;hyperlinks -Oracle Open Office Basic : formatting;pages -Oracle Open Office Basic : formatting;printer metrics (Writer) -Oracle Open Office Basic : formatting;undoing -Oracle Open Office Basic : formatting;undoing when writing -Oracle Open Office Basic : forms -Oracle Open Office Basic : forms;browsing -Oracle Open Office Basic : forms;Combo Box/List Box Wizard -Oracle Open Office Basic : forms;creating -Oracle Open Office Basic : forms;data -Oracle Open Office Basic : forms;designing (Base) -Oracle Open Office Basic : forms;events -Oracle Open Office Basic : forms;filtering data -Oracle Open Office Basic : forms;finding records -Oracle Open Office Basic : forms;focus after opening -Oracle Open Office Basic : forms;general information (Base) -Oracle Open Office Basic : forms;grouping controls -Oracle Open Office Basic : forms;HTML filters -Oracle Open Office Basic : forms;Navigator -Oracle Open Office Basic : forms;opening in design mode -Oracle Open Office Basic : forms;properties -Oracle Open Office Basic : forms;sorting data -Oracle Open Office Basic : forms;subforms -Oracle Open Office Basic : forms;wizards -Oracle Open Office Basic : forms;XForms -Oracle Open Office Basic : formula texts -Oracle Open Office Basic : formula texts;printing in Oracle Open Office Math -Oracle Open Office Basic : formulas -Oracle Open Office Basic : formulas;new -Oracle Open Office Basic : formulas;starting formula editor -Oracle Open Office Basic : formulas in reports -Oracle Open Office Basic : formulas in reports;editing -Oracle Open Office Basic : forums and support -Oracle Open Office Basic : frames -Oracle Open Office Basic : frames;around paragraphs -Oracle Open Office Basic : frames;around tables -Oracle Open Office Basic : frames;AutoCorrect function -Oracle Open Office Basic : frames;backgrounds -Oracle Open Office Basic : frames;captions (Writer) -Oracle Open Office Basic : frames;printing in Oracle Open Office Math -Oracle Open Office Basic : frames;protecting -Oracle Open Office Basic : frames;selection frames -Oracle Open Office Basic : frames;text fitting to frames -Oracle Open Office Basic : FreeFile function -Oracle Open Office Basic : freeform lines -Oracle Open Office Basic : freeform lines;draw functions -Oracle Open Office Basic : FreeLibrary function -Oracle Open Office Basic : FTP -Oracle Open Office Basic : FTP;opening documents -Oracle Open Office Basic : FTP;saving documents -Oracle Open Office Basic : full joins (Base) -Oracle Open Office Basic : full screen view -Oracle Open Office Basic : full-text search in Help -Oracle Open Office Basic : Function statement -Oracle Open Office Basic : functions -Oracle Open Office Basic : functions;return value type -Oracle Open Office Basic : functions;using -Oracle Open Office Basic : functions in reports -Oracle Open Office Basic : functions in reports;editing -Oracle Open Office Basic : fundamentals -Oracle Open Office Basic : Gallery -Oracle Open Office Basic : Gallery;adding pictures -Oracle Open Office Basic : Gallery;dragging pictures to draw objects -Oracle Open Office Basic : Gallery;hiding/showing -Oracle Open Office Basic : Gallery;inserting pictures from -Oracle Open Office Basic : get method for form transmissions -Oracle Open Office Basic : Get statement -Oracle Open Office Basic : GetAttr function -Oracle Open Office Basic : GetDefaultContext function -Oracle Open Office Basic : GetGuiType function -Oracle Open Office Basic : GetProcessServiceManager function -Oracle Open Office Basic : GetSolarVersion function -Oracle Open Office Basic : GetSystemTicks function -Oracle Open Office Basic : getting support -Oracle Open Office Basic : GIF format -Oracle Open Office Basic : Global statement -Oracle Open Office Basic : GLOBAL variables -Oracle Open Office Basic : GlobalScope function -Oracle Open Office Basic : glossaries -Oracle Open Office Basic : glossaries;common terms -Oracle Open Office Basic : glossaries;Internet terms -Oracle Open Office Basic : GoSub...Return statement -Oracle Open Office Basic : GoTo statement -Oracle Open Office Basic : gradients off for faster printing -Oracle Open Office Basic : graphic objects, see draw objects -Oracle Open Office Basic : graphical text art -Oracle Open Office Basic : graphics -Oracle Open Office Basic : graphics;cache -Oracle Open Office Basic : graphics;protecting -Oracle Open Office Basic : graphics, see also pictures -Oracle Open Office Basic : grayscale printing -Oracle Open Office Basic : Green function -Oracle Open Office Basic : grid controls -Oracle Open Office Basic : grid controls;form functions -Oracle Open Office Basic : grids -Oracle Open Office Basic : grids;defaults (Writer/Calc) -Oracle Open Office Basic : grids;display options (Impress/Draw) -Oracle Open Office Basic : grids;displaying lines (Calc) -Oracle Open Office Basic : group box control -Oracle Open Office Basic : group box creation -Oracle Open Office Basic : groups -Oracle Open Office Basic : groups;entering/exiting/ungrouping -Oracle Open Office Basic : groups;naming -Oracle Open Office Basic : groups;of controls -Oracle Open Office Basic : guides -Oracle Open Office Basic : guides;display options (Impress/Draw) -Oracle Open Office Basic : guides;displaying when moving objects (Impress) -Oracle Open Office Basic : guides;showing (Calc) -Oracle Open Office Basic : guides;showing when moving frames (Writer) -Oracle Open Office Basic : gutter -Oracle Open Office Basic : handles -Oracle Open Office Basic : handles;displaying (Writer) -Oracle Open Office Basic : handles;scaling -Oracle Open Office Basic : handles;showing simple/large handles (Calc) -Oracle Open Office Basic : Hangul/Hanja -Oracle Open Office Basic : HasUnoInterfaces function -Oracle Open Office Basic : hatching -Oracle Open Office Basic : headers -Oracle Open Office Basic : headers;backgrounds -Oracle Open Office Basic : headings -Oracle Open Office Basic : headings;entering as text box -Oracle Open Office Basic : Hebrew -Oracle Open Office Basic : Hebrew;entering text -Oracle Open Office Basic : Hebrew;language settings -Oracle Open Office Basic : Help -Oracle Open Office Basic : Help;bookmarks -Oracle Open Office Basic : Help;extended tips on/off -Oracle Open Office Basic : Help;full-text search -Oracle Open Office Basic : Help;Help tips -Oracle Open Office Basic : Help;keywords -Oracle Open Office Basic : Help;navigation pane showing/hiding -Oracle Open Office Basic : Help;style sheets -Oracle Open Office Basic : Help;topics -Oracle Open Office Basic : Help Agent -Oracle Open Office Basic : Help Agent;help -Oracle Open Office Basic : Help Agent;options -Oracle Open Office Basic : Help tips -Oracle Open Office Basic : Help tips;hiding -Oracle Open Office Basic : Hex function -Oracle Open Office Basic : hidden controls in Form Navigator -Oracle Open Office Basic : hidden fields display (Writer) -Oracle Open Office Basic : hidden pages -Oracle Open Office Basic : hidden pages;printing in presentations -Oracle Open Office Basic : hidden text -Oracle Open Office Basic : hidden text;showing (Writer) -Oracle Open Office Basic : hiding -Oracle Open Office Basic : hiding;changes -Oracle Open Office Basic : hiding;docked windows -Oracle Open Office Basic : hiding;navigation pane in Help window -Oracle Open Office Basic : high contrast mode -Oracle Open Office Basic : Hindi -Oracle Open Office Basic : Hindi;entering text -Oracle Open Office Basic : Hindi;language settings -Oracle Open Office Basic : horizontal line control -Oracle Open Office Basic : horizontal scrollbar control -Oracle Open Office Basic : horizontal scrollbars (Writer) -Oracle Open Office Basic : hotspots -Oracle Open Office Basic : Hour function -Oracle Open Office Basic : HTML -Oracle Open Office Basic : HTML;definition -Oracle Open Office Basic : HTML;export character set -Oracle Open Office Basic : HTML;fonts for source display -Oracle Open Office Basic : HTML;importing META tags -Oracle Open Office Basic : HTML;live presentations -Oracle Open Office Basic : HTML documents -Oracle Open Office Basic : HTML documents;auto reloading -Oracle Open Office Basic : HTML documents;importing/exporting -Oracle Open Office Basic : HTML documents;META tags in -Oracle Open Office Basic : HTML documents;new -Oracle Open Office Basic : HTML documents;source text -Oracle Open Office Basic : hyperlinks -Oracle Open Office Basic : hyperlinks;assigning macros -Oracle Open Office Basic : hyperlinks;character formats -Oracle Open Office Basic : hyperlinks;definition -Oracle Open Office Basic : hyperlinks;deleting -Oracle Open Office Basic : hyperlinks;editing -Oracle Open Office Basic : hyperlinks;inserting -Oracle Open Office Basic : hyperlinks;relative and absolute -Oracle Open Office Basic : hyperlinks;turning off automatic recognition -Oracle Open Office Basic : hyperlinks, see also links -Oracle Open Office Basic : hyphenation -Oracle Open Office Basic : hyphenation;activating for a language -Oracle Open Office Basic : hyphenation;minimal number of characters -Oracle Open Office Basic : hyphens -Oracle Open Office Basic : hyphens;displaying custom (Writer) -Oracle Open Office Basic : hyphens;inserting custom -Oracle Open Office Basic : icon bars, see toolbars -Oracle Open Office Basic : icon control -Oracle Open Office Basic : icon sizes -Oracle Open Office Basic : IDE -Oracle Open Office Basic : IDE;Integrated Development Environment -Oracle Open Office Basic : IDE;keyboard shortcuts -Oracle Open Office Basic : If statement -Oracle Open Office Basic : ignore list for spellcheck -Oracle Open Office Basic : IIf statement -Oracle Open Office Basic : illustrations, see pictures -Oracle Open Office Basic : image button creation -Oracle Open Office Basic : image control -Oracle Open Office Basic : image control creation -Oracle Open Office Basic : ImageMap -Oracle Open Office Basic : ImageMap;definition -Oracle Open Office Basic : ImageMap;editor -Oracle Open Office Basic : images -Oracle Open Office Basic : images;ImageMap -Oracle Open Office Basic : images;inserting and editing bitmaps -Oracle Open Office Basic : images, see also pictures -Oracle Open Office Basic : IME -Oracle Open Office Basic : IME;definition -Oracle Open Office Basic : IME;showing/hiding -Oracle Open Office Basic : Imp operator (logical) -Oracle Open Office Basic : import filters -Oracle Open Office Basic : import restrictions for Microsoft Office -Oracle Open Office Basic : importing -Oracle Open Office Basic : importing;bitmaps -Oracle Open Office Basic : importing;compatibility settings for text import -Oracle Open Office Basic : importing;databases -Oracle Open Office Basic : importing;documents in other formats -Oracle Open Office Basic : importing;from XML -Oracle Open Office Basic : importing;HTML and text documents -Oracle Open Office Basic : importing;HTML with META tags -Oracle Open Office Basic : importing;Microsoft Office documents with VBA code -Oracle Open Office Basic : importing;tables in text format -Oracle Open Office Basic : importing;templates -Oracle Open Office Basic : improvement program -Oracle Open Office Basic : inches -Oracle Open Office Basic : Index tab in Help -Oracle Open Office Basic : indexes -Oracle Open Office Basic : indexes;backgrounds -Oracle Open Office Basic : indexes;showing/hiding Help index tab -Oracle Open Office Basic : indicator lines in text -Oracle Open Office Basic : inner joins (Base) -Oracle Open Office Basic : input method window -Oracle Open Office Basic : Input statement -Oracle Open Office Basic : InputBox function -Oracle Open Office Basic : insert mode for entering text -Oracle Open Office Basic : inserting -Oracle Open Office Basic : inserting;Basic libraries -Oracle Open Office Basic : inserting;buttons in toolbars -Oracle Open Office Basic : inserting;cell ranges from spreadsheets -Oracle Open Office Basic : inserting;charts -Oracle Open Office Basic : inserting;clipboard options -Oracle Open Office Basic : inserting;comments -Oracle Open Office Basic : inserting;data from text documents -Oracle Open Office Basic : inserting;datasource records in spreadsheets -Oracle Open Office Basic : inserting;drawings -Oracle Open Office Basic : inserting;floating frames -Oracle Open Office Basic : inserting;Fontwork objects -Oracle Open Office Basic : inserting;form fields -Oracle Open Office Basic : inserting;hyperlinks -Oracle Open Office Basic : inserting;line breaks in cells -Oracle Open Office Basic : inserting;movies/sounds -Oracle Open Office Basic : inserting;new text tables defaults -Oracle Open Office Basic : inserting;objects from Gallery -Oracle Open Office Basic : inserting;OLE objects -Oracle Open Office Basic : inserting;paragraph borders -Oracle Open Office Basic : inserting;paragraph bullets -Oracle Open Office Basic : inserting;pictures in Gallery -Oracle Open Office Basic : inserting;plug-ins -Oracle Open Office Basic : inserting;push buttons -Oracle Open Office Basic : inserting;special characters -Oracle Open Office Basic : inserting;tab stops -Oracle Open Office Basic : inserting;textures on chart bars -Oracle Open Office Basic : installing -Oracle Open Office Basic : installing;ActiveX control -Oracle Open Office Basic : installing;mobile device filters -Oracle Open Office Basic : installing;UNO components -Oracle Open Office Basic : installing;XML filters -Oracle Open Office Basic : InStr function -Oracle Open Office Basic : instructions -Oracle Open Office Basic : instructions;general -Oracle Open Office Basic : Int function -Oracle Open Office Basic : Internet -Oracle Open Office Basic : Internet;checking for updates -Oracle Open Office Basic : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Basic : Internet;presentations -Oracle Open Office Basic : Internet;starting searches -Oracle Open Office Basic : Internet glossary -Oracle Open Office Basic : invert filter -Oracle Open Office Basic : invisible areas -Oracle Open Office Basic : IsArray function -Oracle Open Office Basic : IsDate function -Oracle Open Office Basic : IsEmpty function -Oracle Open Office Basic : IsError function -Oracle Open Office Basic : IsMissing function -Oracle Open Office Basic : IsNull function -Oracle Open Office Basic : IsNumeric function -Oracle Open Office Basic : IsObject function -Oracle Open Office Basic : IsUnoStruct function -Oracle Open Office Basic : italic text -Oracle Open Office Basic : iterative references in spreadsheets -Oracle Open Office Basic : Java -Oracle Open Office Basic : Java;definition -Oracle Open Office Basic : Java;setting options -Oracle Open Office Basic : JDBC -Oracle Open Office Basic : JDBC;databases (Base) -Oracle Open Office Basic : JDBC;definition -Oracle Open Office Basic : Join function -Oracle Open Office Basic : joining -Oracle Open Office Basic : joining;paragraphs -Oracle Open Office Basic : joining;tables (Base) -Oracle Open Office Basic : joins in databases (Base) -Oracle Open Office Basic : justifying text -Oracle Open Office Basic : kerning -Oracle Open Office Basic : kerning;Asian texts -Oracle Open Office Basic : kerning;definition -Oracle Open Office Basic : kerning;in characters -Oracle Open Office Basic : key fields for relations (Base) -Oracle Open Office Basic : keyboard -Oracle Open Office Basic : keyboard;assigning/editing shortcut keys -Oracle Open Office Basic : keyboard;general commands -Oracle Open Office Basic : keyboard;in IDE -Oracle Open Office Basic : keyboard;removing numbering -Oracle Open Office Basic : keys -Oracle Open Office Basic : keys;adding push buttons -Oracle Open Office Basic : keys;primary keys (Base) -Oracle Open Office Basic : Kill statement -Oracle Open Office Basic : kiosk export -Oracle Open Office Basic : label field control -Oracle Open Office Basic : labels -Oracle Open Office Basic : labels;creating and synchronizing -Oracle Open Office Basic : labels;for draw objects -Oracle Open Office Basic : labels;form functions -Oracle Open Office Basic : labels;from databases -Oracle Open Office Basic : labels, see also names/callouts -Oracle Open Office Basic : languages -Oracle Open Office Basic : languages;activating modules -Oracle Open Office Basic : languages;Asian support -Oracle Open Office Basic : languages;complex text layout -Oracle Open Office Basic : languages;locale settings -Oracle Open Office Basic : languages;selecting for text -Oracle Open Office Basic : languages;setting options -Oracle Open Office Basic : languages;spellcheck -Oracle Open Office Basic : languages;spellchecking and formatting -Oracle Open Office Basic : large handles (Writer) -Oracle Open Office Basic : large icons -Oracle Open Office Basic : layer arrangement -Oracle Open Office Basic : layout -Oracle Open Office Basic : layout;importing Word documents -Oracle Open Office Basic : layout;pages -Oracle Open Office Basic : LBound function -Oracle Open Office Basic : LCase function -Oracle Open Office Basic : LDAP server -Oracle Open Office Basic : LDAP server;address books (Base) -Oracle Open Office Basic : LDAP server;sign on options -Oracle Open Office Basic : leading between paragraphs -Oracle Open Office Basic : left alignment of paragraphs -Oracle Open Office Basic : Left function -Oracle Open Office Basic : left joins (Base) -Oracle Open Office Basic : legends -Oracle Open Office Basic : legends;charts -Oracle Open Office Basic : legends;draw objects -Oracle Open Office Basic : legends;rounding corners -Oracle Open Office Basic : Len function -Oracle Open Office Basic : Let statement -Oracle Open Office Basic : Letter Wizard -Oracle Open Office Basic : levels -Oracle Open Office Basic : levels;depth stagger -Oracle Open Office Basic : levels;macro security -Oracle Open Office Basic : libraries -Oracle Open Office Basic : libraries;adding -Oracle Open Office Basic : libraries;organizing -Oracle Open Office Basic : library systems -Oracle Open Office Basic : LibraryContainer -Oracle Open Office Basic : limits of tables (Writer) -Oracle Open Office Basic : line breaks -Oracle Open Office Basic : line breaks;in cells -Oracle Open Office Basic : line control -Oracle Open Office Basic : Line Input statement -Oracle Open Office Basic : line spacing -Oracle Open Office Basic : line spacing;context menu in paragraphs -Oracle Open Office Basic : line spacing;paragraph -Oracle Open Office Basic : line styles -Oracle Open Office Basic : line styles;applying -Oracle Open Office Basic : line styles;defining -Oracle Open Office Basic : lines -Oracle Open Office Basic : lines;defining ends -Oracle Open Office Basic : lines;draw functions -Oracle Open Office Basic : lines;drawing in text -Oracle Open Office Basic : lines;editing points -Oracle Open Office Basic : lines;removing automatic lines -Oracle Open Office Basic : lines of text -Oracle Open Office Basic : lines of text;alignment -Oracle Open Office Basic : lines of text;in Basic editor -Oracle Open Office Basic : links -Oracle Open Office Basic : links;between cells and controls -Oracle Open Office Basic : links;by drag and drop -Oracle Open Office Basic : links;character formats -Oracle Open Office Basic : links;definition -Oracle Open Office Basic : links;editing hyperlinks -Oracle Open Office Basic : links;inserting -Oracle Open Office Basic : links;modifying -Oracle Open Office Basic : links;opening files with -Oracle Open Office Basic : links;relational databases (Base) -Oracle Open Office Basic : links;turning off automatic recognition -Oracle Open Office Basic : links;updating options (Writer) -Oracle Open Office Basic : links;updating specific links -Oracle Open Office Basic : list box creation -Oracle Open Office Basic : list boxes -Oracle Open Office Basic : list boxes;adding entries to (example) -Oracle Open Office Basic : list boxes;controls -Oracle Open Office Basic : list boxes;removing entries from (example) -Oracle Open Office Basic : lists -Oracle Open Office Basic : lists;data assigned to controls -Oracle Open Office Basic : lists;registered databases (Base) -Oracle Open Office Basic : lists;regular expressions -Oracle Open Office Basic : live presentations on the Internet -Oracle Open Office Basic : loading -Oracle Open Office Basic : loading;Basic code -Oracle Open Office Basic : loading;documents -Oracle Open Office Basic : loading;documents from other formats -Oracle Open Office Basic : loading;HTML documents, automatically -Oracle Open Office Basic : loading;Microsoft Office documents with VBA code -Oracle Open Office Basic : loading;reloading -Oracle Open Office Basic : loading;XML files -Oracle Open Office Basic : Loc function -Oracle Open Office Basic : locale settings -Oracle Open Office Basic : localizing dialogs -Oracle Open Office Basic : Lof function -Oracle Open Office Basic : Log function -Oracle Open Office Basic : long lines -Oracle Open Office Basic : long lines;in Basic editor -Oracle Open Office Basic : loops -Oracle Open Office Basic : lowercase letters -Oracle Open Office Basic : lowercase letters;font effects -Oracle Open Office Basic : LSet statement -Oracle Open Office Basic : LTrim function -Oracle Open Office Basic : macro toolbar -Oracle Open Office Basic : Macro Wizard (Base) -Oracle Open Office Basic : macros -Oracle Open Office Basic : macros;assigning to events -Oracle Open Office Basic : macros;assigning to events in forms -Oracle Open Office Basic : macros;attaching new (Base) -Oracle Open Office Basic : macros;Basic IDE -Oracle Open Office Basic : macros;in MS Office documents -Oracle Open Office Basic : macros;interrupting -Oracle Open Office Basic : macros;organizing -Oracle Open Office Basic : macros;recording -Oracle Open Office Basic : macros;security -Oracle Open Office Basic : macros;security levels -Oracle Open Office Basic : macros;security warning dialog -Oracle Open Office Basic : macros;selecting security warnings -Oracle Open Office Basic : macros;stopping -Oracle Open Office Basic : magnifiers -Oracle Open Office Basic : margins -Oracle Open Office Basic : margins;pages -Oracle Open Office Basic : margins;setting with the mouse -Oracle Open Office Basic : margins;shadows -Oracle Open Office Basic : marking changes -Oracle Open Office Basic : marking, see selecting -Oracle Open Office Basic : masked field control -Oracle Open Office Basic : Math formula editor -Oracle Open Office Basic : measurement units -Oracle Open Office Basic : measurement units;changing on rulers -Oracle Open Office Basic : measurement units;converting -Oracle Open Office Basic : measurement units;selecting -Oracle Open Office Basic : Media Player window -Oracle Open Office Basic : menus -Oracle Open Office Basic : menus;activating context menus -Oracle Open Office Basic : menus;assigning macros -Oracle Open Office Basic : menus;customizing -Oracle Open Office Basic : merging -Oracle Open Office Basic : merging;documents -Oracle Open Office Basic : META tags -Oracle Open Office Basic : metrics -Oracle Open Office Basic : metrics;converting -Oracle Open Office Basic : metrics;document formatting (Writer) -Oracle Open Office Basic : metrics;in sheets -Oracle Open Office Basic : Microsoft Office -Oracle Open Office Basic : Microsoft Office;Access databases (base) -Oracle Open Office Basic : Microsoft Office;as default file format -Oracle Open Office Basic : Microsoft Office;document import restrictions -Oracle Open Office Basic : Microsoft Office;feature comparisons -Oracle Open Office Basic : Microsoft Office;importing password protected files -Oracle Open Office Basic : Microsoft Office;importing Word documents -Oracle Open Office Basic : Microsoft Office;importing/exporting VBA code -Oracle Open Office Basic : Microsoft Office;new users information -Oracle Open Office Basic : Microsoft Office;opening Microsoft documents -Oracle Open Office Basic : Microsoft Office;reassigning document types -Oracle Open Office Basic : Mid function -Oracle Open Office Basic : Mid statement -Oracle Open Office Basic : migrating macros (Base) -Oracle Open Office Basic : Minute function -Oracle Open Office Basic : MkDir statement -Oracle Open Office Basic : mobile device filters -Oracle Open Office Basic : MOD operator (mathematical) -Oracle Open Office Basic : models in XForms -Oracle Open Office Basic : modifying, see changing -Oracle Open Office Basic : module/dialog toggle -Oracle Open Office Basic : modules -Oracle Open Office Basic : modules;organizing -Oracle Open Office Basic : modules;subroutines and functions -Oracle Open Office Basic : Month function -Oracle Open Office Basic : more controls -Oracle Open Office Basic : mosaic filter -Oracle Open Office Basic : mouse -Oracle Open Office Basic : mouse;pointers when using drag and drop -Oracle Open Office Basic : mouse;positioning -Oracle Open Office Basic : movies -Oracle Open Office Basic : moving -Oracle Open Office Basic : moving;modules -Oracle Open Office Basic : moving;tab stops on ruler -Oracle Open Office Basic : moving;toolbars -Oracle Open Office Basic : moving;using guide lines in presentations -Oracle Open Office Basic : MS ADO interface (Base) -Oracle Open Office Basic : MsgBox function -Oracle Open Office Basic : MsgBox statement -Oracle Open Office Basic : multi-line titles in forms -Oracle Open Office Basic : multiple documents -Oracle Open Office Basic : multiple documents;opening -Oracle Open Office Basic : multiple selection -Oracle Open Office Basic : music -Oracle Open Office Basic : My Documents folder -Oracle Open Office Basic : My Documents folder;changing work directory -Oracle Open Office Basic : My Documents folder;opening -Oracle Open Office Basic : MySQL databases (Base) -Oracle Open Office Basic : Name statement -Oracle Open Office Basic : names -Oracle Open Office Basic : names;multi-line titles -Oracle Open Office Basic : names;objects -Oracle Open Office Basic : names of variables -Oracle Open Office Basic : names, see also labels/callouts -Oracle Open Office Basic : namespace organization in XForms -Oracle Open Office Basic : native SQL (Base) -Oracle Open Office Basic : navigating -Oracle Open Office Basic : navigating;in Basic projects -Oracle Open Office Basic : navigating;in documents -Oracle Open Office Basic : Navigation bar -Oracle Open Office Basic : Navigation bar;controls -Oracle Open Office Basic : Navigation bar;forms -Oracle Open Office Basic : Navigator -Oracle Open Office Basic : Navigator;comments -Oracle Open Office Basic : Navigator;contents as lists -Oracle Open Office Basic : Navigator;docking -Oracle Open Office Basic : Navigator;working with -Oracle Open Office Basic : network identity options -Oracle Open Office Basic : new databases -Oracle Open Office Basic : new documents -Oracle Open Office Basic : new lines in cells -Oracle Open Office Basic : new windows -Oracle Open Office Basic : Next statement -Oracle Open Office Basic : non-breaking dashes -Oracle Open Office Basic : non-breaking spaces (Writer) -Oracle Open Office Basic : non-printing characters (Writer) -Oracle Open Office Basic : Not operator (logical) -Oracle Open Office Basic : Nothing object -Oracle Open Office Basic : Now function -Oracle Open Office Basic : Null value -Oracle Open Office Basic : number formats -Oracle Open Office Basic : number formats;codes -Oracle Open Office Basic : number formats;formats -Oracle Open Office Basic : number formats;recognition in text tables -Oracle Open Office Basic : number of pages -Oracle Open Office Basic : number of sheets -Oracle Open Office Basic : number of tables -Oracle Open Office Basic : numbering -Oracle Open Office Basic : numbering;options -Oracle Open Office Basic : numbering;turning off -Oracle Open Office Basic : numbering;using automatically -Oracle Open Office Basic : numbers -Oracle Open Office Basic : numbers;date, time and currency formats -Oracle Open Office Basic : numbers;decimal places (Calc) -Oracle Open Office Basic : numerical field control -Oracle Open Office Basic : numerical fields in forms -Oracle Open Office Basic : objects -Oracle Open Office Basic : objects;always moveable (Impress/Draw) -Oracle Open Office Basic : objects;arranging within stacks -Oracle Open Office Basic : objects;copying when moving in presentations -Oracle Open Office Basic : objects;definition -Oracle Open Office Basic : objects;displaying in spreadsheets -Oracle Open Office Basic : objects;displaying in text documents -Oracle Open Office Basic : objects;editing -Oracle Open Office Basic : objects;inserting from Gallery -Oracle Open Office Basic : objects;inserting OLE objects -Oracle Open Office Basic : objects;moving and resizing with mouse -Oracle Open Office Basic : objects;naming -Oracle Open Office Basic : objects;opening -Oracle Open Office Basic : objects;quickly moving to -Oracle Open Office Basic : objects;titles and descriptions -Oracle Open Office Basic : Oct function -Oracle Open Office Basic : ODBC -Oracle Open Office Basic : ODBC;database (Base) -Oracle Open Office Basic : ODBC;definition -Oracle Open Office Basic : ODF file formats -Oracle Open Office Basic : Office -Oracle Open Office Basic : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Basic : OLE -Oracle Open Office Basic : OLE;definition -Oracle Open Office Basic : OLE objects -Oracle Open Office Basic : OLE objects;arranging within stacks -Oracle Open Office Basic : OLE objects;captions (Writer) -Oracle Open Office Basic : OLE objects;inserting -Oracle Open Office Basic : OLE objects;number of -Oracle Open Office Basic : OLE objects;protecting -Oracle Open Office Basic : On Error GoTo ... Resume statement -Oracle Open Office Basic : On...GoSub statement -Oracle Open Office Basic : On...GoTo statement -Oracle Open Office Basic : one and a half line spacing in text -Oracle Open Office Basic : online feedback options -Oracle Open Office Basic : online registration -Oracle Open Office Basic : online update options -Oracle Open Office Basic : online updates -Oracle Open Office Basic : online updates;checking automatically -Oracle Open Office Basic : online updates;checking manually -Oracle Open Office Basic : Open statement -Oracle Open Office Basic : Open/Save dialogs -Oracle Open Office Basic : OpenDocument file formats -Oracle Open Office Basic : OpenGL -Oracle Open Office Basic : OpenGL;definition -Oracle Open Office Basic : opening -Oracle Open Office Basic : opening;context menus -Oracle Open Office Basic : opening;database files -Oracle Open Office Basic : opening;dialog settings -Oracle Open Office Basic : opening;documents -Oracle Open Office Basic : opening;documents from other formats -Oracle Open Office Basic : opening;documents on WebDAV server -Oracle Open Office Basic : opening;files with links -Oracle Open Office Basic : opening;files, with placeholders -Oracle Open Office Basic : opening;forms -Oracle Open Office Basic : opening;Microsoft Office files -Oracle Open Office Basic : opening;mobile device documents -Oracle Open Office Basic : opening;objects -Oracle Open Office Basic : opening;reports -Oracle Open Office Basic : opening;several files -Oracle Open Office Basic : opening;XForms -Oracle Open Office Basic : operators -Oracle Open Office Basic : operators;comparisons -Oracle Open Office Basic : operators;default filters -Oracle Open Office Basic : Option Base statement -Oracle Open Office Basic : option button control -Oracle Open Office Basic : Option Explicit statement -Oracle Open Office Basic : Optional function -Oracle Open Office Basic : optional hyphens (Writer) -Oracle Open Office Basic : options -Oracle Open Office Basic : options;accessibility -Oracle Open Office Basic : options;appearance -Oracle Open Office Basic : options;compatibility (Writer) -Oracle Open Office Basic : options;improvement program -Oracle Open Office Basic : options;network identity -Oracle Open Office Basic : options;online update -Oracle Open Office Basic : options;tools -Oracle Open Office Basic : Or operator (logical) -Oracle Open Office Basic : Oracle databases (base) -Oracle Open Office Basic : Oracle Open Office Base data sources -Oracle Open Office Basic : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Basic : Oracle Open Office documents -Oracle Open Office Basic : Oracle Open Office documents;mobile device filters -Oracle Open Office Basic : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Basic : Oracle Open Office Math start -Oracle Open Office Basic : ordering -Oracle Open Office Basic : ordering;objects -Oracle Open Office Basic : organizing -Oracle Open Office Basic : organizing;macros and scripts -Oracle Open Office Basic : organizing;modules/libraries/dialogs -Oracle Open Office Basic : organizing;namespaces in XForms -Oracle Open Office Basic : organizing;styles -Oracle Open Office Basic : organizing;templates -Oracle Open Office Basic : original size -Oracle Open Office Basic : original size;printing in Oracle Open Office Math -Oracle Open Office Basic : original size;restoring after cropping -Oracle Open Office Basic : outlines -Oracle Open Office Basic : outlines;font effects -Oracle Open Office Basic : outlines;outline symbols -Oracle Open Office Basic : outlines;sending to presentations -Oracle Open Office Basic : overwrite mode -Oracle Open Office Basic : packages, see extensions -Oracle Open Office Basic : page breaks -Oracle Open Office Basic : page breaks;displaying (Calc) -Oracle Open Office Basic : page formats -Oracle Open Office Basic : page formats;maximizing -Oracle Open Office Basic : page formats;restriction -Oracle Open Office Basic : page styles -Oracle Open Office Basic : page styles;editing/applying with statusbar -Oracle Open Office Basic : pages -Oracle Open Office Basic : pages;backgrounds in all applications -Oracle Open Office Basic : pages;formatting and numbering -Oracle Open Office Basic : pages;printing page names in presentations -Oracle Open Office Basic : pages;scaling -Oracle Open Office Basic : pages;selecting one to print -Oracle Open Office Basic : paint box -Oracle Open Office Basic : paint can symbol -Oracle Open Office Basic : pair kerning -Oracle Open Office Basic : Palm file filters -Oracle Open Office Basic : paper formats -Oracle Open Office Basic : paper size warning -Oracle Open Office Basic : paper trays -Oracle Open Office Basic : paragraph marks -Oracle Open Office Basic : paragraph marks;displaying (Writer) -Oracle Open Office Basic : paragraph styles -Oracle Open Office Basic : paragraph styles;languages -Oracle Open Office Basic : paragraph styles;modifying basic fonts -Oracle Open Office Basic : paragraphs -Oracle Open Office Basic : paragraphs;alignment -Oracle Open Office Basic : paragraphs;Asian typography -Oracle Open Office Basic : paragraphs;defining borders -Oracle Open Office Basic : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Basic : paragraphs;increasing indents of -Oracle Open Office Basic : paragraphs;indents, margins and columns -Oracle Open Office Basic : paragraphs;inserting bullets -Oracle Open Office Basic : paragraphs;joining -Oracle Open Office Basic : paragraphs;numbering automatically -Oracle Open Office Basic : paragraphs;removing blank ones -Oracle Open Office Basic : paragraphs;spacing -Oracle Open Office Basic : paragraphs;tab stops -Oracle Open Office Basic : parameters -Oracle Open Office Basic : parameters;command line -Oracle Open Office Basic : parameters;for procedures and functions -Oracle Open Office Basic : parameters;passing by reference or value -Oracle Open Office Basic : parameters;queries (Base) -Oracle Open Office Basic : passwords for protecting contents -Oracle Open Office Basic : pasting -Oracle Open Office Basic : pasting;cell ranges -Oracle Open Office Basic : pasting;cell ranges from spreadsheets -Oracle Open Office Basic : pasting;data from text documents -Oracle Open Office Basic : pasting;draw objects -Oracle Open Office Basic : pasting;draw objects from other documents -Oracle Open Office Basic : pasting;formatted/unformatted text -Oracle Open Office Basic : pasting;from data source view -Oracle Open Office Basic : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Basic : pasting;pictures from other documents -Oracle Open Office Basic : pasting;sheet areas in text documents -Oracle Open Office Basic : pasting;to Gallery -Oracle Open Office Basic : paths -Oracle Open Office Basic : paths;changing work directory -Oracle Open Office Basic : paths;defaults -Oracle Open Office Basic : pattern editor -Oracle Open Office Basic : pattern field control -Oracle Open Office Basic : pattern fields -Oracle Open Office Basic : pattern fields;form functions -Oracle Open Office Basic : patterns for objects -Oracle Open Office Basic : PDF -Oracle Open Office Basic : PDF;export -Oracle Open Office Basic : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Basic : personal data input -Oracle Open Office Basic : phonetic guide -Oracle Open Office Basic : picklist creation -Oracle Open Office Basic : pictures -Oracle Open Office Basic : pictures;adding to Gallery -Oracle Open Office Basic : pictures;arranging within stacks -Oracle Open Office Basic : pictures;assigning macros -Oracle Open Office Basic : pictures;backgrounds -Oracle Open Office Basic : pictures;captions (Writer) -Oracle Open Office Basic : pictures;changing paths -Oracle Open Office Basic : pictures;cropping and zooming -Oracle Open Office Basic : pictures;displaying in Calc -Oracle Open Office Basic : pictures;displaying in Writer (Writer) -Oracle Open Office Basic : pictures;drag and drop between documents -Oracle Open Office Basic : pictures;drawing -Oracle Open Office Basic : pictures;editing -Oracle Open Office Basic : pictures;filters -Oracle Open Office Basic : pictures;ImageMap -Oracle Open Office Basic : pictures;inserting automatically -Oracle Open Office Basic : pictures;inserting from Gallery -Oracle Open Office Basic : pictures;number of -Oracle Open Office Basic : pictures;printing -Oracle Open Office Basic : pictures;scaling/resizing -Oracle Open Office Basic : pixel editor -Oracle Open Office Basic : pixel graphics -Oracle Open Office Basic : pixel graphics;inserting and editing -Oracle Open Office Basic : pixel patterns -Oracle Open Office Basic : placeholders -Oracle Open Office Basic : placeholders;in SQL queries -Oracle Open Office Basic : placeholders;on opening files -Oracle Open Office Basic : placing toolbars -Oracle Open Office Basic : playing movies and sound files -Oracle Open Office Basic : plotting data as charts -Oracle Open Office Basic : plug-ins -Oracle Open Office Basic : plug-ins;activating and deactivating -Oracle Open Office Basic : plug-ins;definition -Oracle Open Office Basic : plug-ins;inserting -Oracle Open Office Basic : pocket device appliances -Oracle Open Office Basic : Pocket PC file filters -Oracle Open Office Basic : points -Oracle Open Office Basic : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Basic : polygon drawing -Oracle Open Office Basic : pop-art filter -Oracle Open Office Basic : portable document format -Oracle Open Office Basic : positioning -Oracle Open Office Basic : positioning;draw objects and controls -Oracle Open Office Basic : positioning;fonts -Oracle Open Office Basic : positioning;objects -Oracle Open Office Basic : positioning;toolbars -Oracle Open Office Basic : post method for form transmissions -Oracle Open Office Basic : posterizing filter -Oracle Open Office Basic : PostScript -Oracle Open Office Basic : PostScript;creating files -Oracle Open Office Basic : PostScript;PDF converter, UNIX -Oracle Open Office Basic : PowerPoint export -Oracle Open Office Basic : precision as shown (Calc) -Oracle Open Office Basic : predefining fonts -Oracle Open Office Basic : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Basic : presentations -Oracle Open Office Basic : presentations;creating/opening -Oracle Open Office Basic : presentations;inserting spreadsheet cells -Oracle Open Office Basic : presentations;live on the Internet -Oracle Open Office Basic : presentations;print menu -Oracle Open Office Basic : presentations;saving -Oracle Open Office Basic : presentations;saving automatically -Oracle Open Office Basic : presentations;saving in other formats -Oracle Open Office Basic : presentations;sending as e-mail -Oracle Open Office Basic : presentations;starting with wizard -Oracle Open Office Basic : presentations;wizards -Oracle Open Office Basic : Presenter Console shortcuts -Oracle Open Office Basic : press buttons, see push buttons -Oracle Open Office Basic : previews -Oracle Open Office Basic : previews;fonts lists -Oracle Open Office Basic : primary keys -Oracle Open Office Basic : primary keys;defining -Oracle Open Office Basic : primary keys;design view -Oracle Open Office Basic : primary keys;inserting (Base) -Oracle Open Office Basic : print area selection -Oracle Open Office Basic : Print statement -Oracle Open Office Basic : printer metrics for document formatting (Writer) -Oracle Open Office Basic : printers -Oracle Open Office Basic : printers;adding, UNIX -Oracle Open Office Basic : printers;choosing -Oracle Open Office Basic : printers;default printer -Oracle Open Office Basic : printers;faxes under UNIX -Oracle Open Office Basic : printers;maximum page formats -Oracle Open Office Basic : printers;paper trays -Oracle Open Office Basic : printers;properties -Oracle Open Office Basic : printing -Oracle Open Office Basic : printing;black and white -Oracle Open Office Basic : printing;brochures -Oracle Open Office Basic : printing;colors in grayscale -Oracle Open Office Basic : printing;comments -Oracle Open Office Basic : printing;copies -Oracle Open Office Basic : printing;creating individual jobs -Oracle Open Office Basic : printing;dates in presentations -Oracle Open Office Basic : printing;directly -Oracle Open Office Basic : printing;documents -Oracle Open Office Basic : printing;drawings defaults -Oracle Open Office Basic : printing;elements in text documents -Oracle Open Office Basic : printing;faster -Oracle Open Office Basic : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Basic : printing;fitting to pages in presentations -Oracle Open Office Basic : printing;formulas in Oracle Open Office Math -Oracle Open Office Basic : printing;hidden pages of presentations -Oracle Open Office Basic : printing;in original size in Oracle Open Office Math -Oracle Open Office Basic : printing;left/right pages -Oracle Open Office Basic : printing;queries (Base) -Oracle Open Office Basic : printing;scaling in Oracle Open Office Math -Oracle Open Office Basic : printing;selections -Oracle Open Office Basic : printing;text always in black -Oracle Open Office Basic : printing;text in reverse order -Oracle Open Office Basic : printing;tiling pages in presentations -Oracle Open Office Basic : printing;transparencies -Oracle Open Office Basic : printing;warnings -Oracle Open Office Basic : printing;without scaling in presentations -Oracle Open Office Basic : printing speed -Oracle Open Office Basic : PRIVATE variables -Oracle Open Office Basic : procedures -Oracle Open Office Basic : ProcessServiceManager -Oracle Open Office Basic : program stops -Oracle Open Office Basic : programming -Oracle Open Office Basic : programming;Oracle Open Office -Oracle Open Office Basic : programming;scripting -Oracle Open Office Basic : programming examples for controls -Oracle Open Office Basic : progress bar control -Oracle Open Office Basic : properties -Oracle Open Office Basic : properties;controls and dialogs -Oracle Open Office Basic : properties;controls in dialog editor -Oracle Open Office Basic : properties;fields in databases -Oracle Open Office Basic : properties;files -Oracle Open Office Basic : properties;form controls -Oracle Open Office Basic : properties;forms -Oracle Open Office Basic : properties;printers -Oracle Open Office Basic : protected contents -Oracle Open Office Basic : protected dashes -Oracle Open Office Basic : protected database tables -Oracle Open Office Basic : protected documents -Oracle Open Office Basic : protected spaces -Oracle Open Office Basic : protected spaces;inserting -Oracle Open Office Basic : protected spaces;showing (Writer) -Oracle Open Office Basic : protecting -Oracle Open Office Basic : protecting;contents -Oracle Open Office Basic : protecting;recorded changes -Oracle Open Office Basic : proxy settings -Oracle Open Office Basic : Public statement -Oracle Open Office Basic : PUBLIC variables -Oracle Open Office Basic : push button control in dialog editor -Oracle Open Office Basic : push buttons -Oracle Open Office Basic : push buttons;adding to documents -Oracle Open Office Basic : push buttons;creating -Oracle Open Office Basic : Put statement -Oracle Open Office Basic : queries -Oracle Open Office Basic : queries;copying (Base) -Oracle Open Office Basic : queries;creating in design view (Base) -Oracle Open Office Basic : queries;creating in SQL view -Oracle Open Office Basic : queries;defining (Base) -Oracle Open Office Basic : queries;deleting table links (Base) -Oracle Open Office Basic : queries;editing in data source view -Oracle Open Office Basic : queries;formulating filter conditions (Base) -Oracle Open Office Basic : queries;joining tables (Base) -Oracle Open Office Basic : queries;missing elements (Base) -Oracle Open Office Basic : queries;overview (Base) -Oracle Open Office Basic : queries;parameter queries (Base) -Oracle Open Office Basic : queries;printing (Base) -Oracle Open Office Basic : Query Wizard (Base) -Oracle Open Office Basic : Quickstarter -Oracle Open Office Basic : quotation marks -Oracle Open Office Basic : quotation marks;replacing -Oracle Open Office Basic : quotes -Oracle Open Office Basic : quotes;custom -Oracle Open Office Basic : radio button control -Oracle Open Office Basic : radio button creation -Oracle Open Office Basic : Randomize statement -Oracle Open Office Basic : read-only documents -Oracle Open Office Basic : read-only documents;cursor -Oracle Open Office Basic : read-only documents;database tables on/off -Oracle Open Office Basic : read-only documents;editing -Oracle Open Office Basic : read-only documents;opening documents as -Oracle Open Office Basic : read-only items in Data Navigator -Oracle Open Office Basic : recognizing URLs automatically -Oracle Open Office Basic : recording -Oracle Open Office Basic : recording;changes -Oracle Open Office Basic : recording;macros -Oracle Open Office Basic : records -Oracle Open Office Basic : records;inserting comments -Oracle Open Office Basic : records;protecting -Oracle Open Office Basic : records;saving -Oracle Open Office Basic : records;searching in databases -Oracle Open Office Basic : rectangles with round corners -Oracle Open Office Basic : recursions in spreadsheets -Oracle Open Office Basic : Red function -Oracle Open Office Basic : ReDim statement -Oracle Open Office Basic : redo command -Oracle Open Office Basic : reduced printing -Oracle Open Office Basic : reference lines -Oracle Open Office Basic : references -Oracle Open Office Basic : references;displaying in color (Calc) -Oracle Open Office Basic : references;expanding (Calc) -Oracle Open Office Basic : references;iterative (Calc) -Oracle Open Office Basic : register-true -Oracle Open Office Basic : register-true;definition -Oracle Open Office Basic : registering -Oracle Open Office Basic : registering;address books -Oracle Open Office Basic : registering;databases (Base) -Oracle Open Office Basic : registering;Oracle Open Office -Oracle Open Office Basic : regular expressions -Oracle Open Office Basic : regular expressions;list of -Oracle Open Office Basic : regular expressions;opening files -Oracle Open Office Basic : relational databases (Base) -Oracle Open Office Basic : relations -Oracle Open Office Basic : relations;creating and deleting (Base) -Oracle Open Office Basic : relations;joining tables (Base) -Oracle Open Office Basic : relations;properties (Base) -Oracle Open Office Basic : relative hyperlinks -Oracle Open Office Basic : relative saving of URLs -Oracle Open Office Basic : reloading -Oracle Open Office Basic : reloading;documents -Oracle Open Office Basic : reloading;HTML documents, automatically -Oracle Open Office Basic : Rem statement -Oracle Open Office Basic : remarks, see also comments -Oracle Open Office Basic : remote configurations -Oracle Open Office Basic : remove noise filter -Oracle Open Office Basic : removing -Oracle Open Office Basic : removing;bullets and numbering -Oracle Open Office Basic : removing;form filters -Oracle Open Office Basic : removing, see also deleting -Oracle Open Office Basic : renaming modules and dialogs -Oracle Open Office Basic : repeating -Oracle Open Office Basic : repeating;commands -Oracle Open Office Basic : replacement options -Oracle Open Office Basic : replacement table -Oracle Open Office Basic : replacing -Oracle Open Office Basic : replacing;AutoCorrect function -Oracle Open Office Basic : replacing;dashes -Oracle Open Office Basic : replacing;tab stops (regular expressions) -Oracle Open Office Basic : Report Builder -Oracle Open Office Basic : reports -Oracle Open Office Basic : reports;creating -Oracle Open Office Basic : reports;error reports -Oracle Open Office Basic : reports;opening and editing -Oracle Open Office Basic : reports;templates -Oracle Open Office Basic : Reset statement -Oracle Open Office Basic : resetting -Oracle Open Office Basic : resetting;templates -Oracle Open Office Basic : resizing -Oracle Open Office Basic : resizing;objects, by mouse -Oracle Open Office Basic : resizing, see also scaling/zooming -Oracle Open Office Basic : resolution when printing bitmaps -Oracle Open Office Basic : restoring -Oracle Open Office Basic : restoring;default formatting -Oracle Open Office Basic : restoring;editing -Oracle Open Office Basic : Resume Next parameter -Oracle Open Office Basic : return value type of functions -Oracle Open Office Basic : reversing printing order -Oracle Open Office Basic : review function -Oracle Open Office Basic : review function;accepting or rejecting changes -Oracle Open Office Basic : review function;comparing documents -Oracle Open Office Basic : review function;protecting records -Oracle Open Office Basic : review function;recording changes example -Oracle Open Office Basic : rich text control -Oracle Open Office Basic : right alignment of paragraphs -Oracle Open Office Basic : Right function -Oracle Open Office Basic : right joins (Base) -Oracle Open Office Basic : right-to-left text -Oracle Open Office Basic : RmDir statement -Oracle Open Office Basic : Rnd function -Oracle Open Office Basic : rotating -Oracle Open Office Basic : rotating;3D text -Oracle Open Office Basic : round corners -Oracle Open Office Basic : rounding precision (Calc) -Oracle Open Office Basic : row headers -Oracle Open Office Basic : row headers;displaying (Calc) -Oracle Open Office Basic : row headers;highlighting (Calc) -Oracle Open Office Basic : RSet statement -Oracle Open Office Basic : RTrim function -Oracle Open Office Basic : rulers -Oracle Open Office Basic : rulers;default settings -Oracle Open Office Basic : rulers;measurement units -Oracle Open Office Basic : rulers;visible in presentations -Oracle Open Office Basic : run-time errors in Basic -Oracle Open Office Basic : samples and templates -Oracle Open Office Basic : saving -Oracle Open Office Basic : saving;Basic code -Oracle Open Office Basic : saving;default file formats -Oracle Open Office Basic : saving;dialog settings -Oracle Open Office Basic : saving;documents -Oracle Open Office Basic : saving;documents for mobile devices -Oracle Open Office Basic : saving;documents in other formats -Oracle Open Office Basic : saving;documents, automatically -Oracle Open Office Basic : saving;in Microsoft Office file format -Oracle Open Office Basic : saving;options -Oracle Open Office Basic : saving;templates -Oracle Open Office Basic : saving;to XML -Oracle Open Office Basic : saving;VBA code in Microsoft Office documents -Oracle Open Office Basic : saving;with password by default -Oracle Open Office Basic : saving as command -Oracle Open Office Basic : saving as command;precautions -Oracle Open Office Basic : scaling -Oracle Open Office Basic : scaling;font sizes in user interface -Oracle Open Office Basic : scaling;objects -Oracle Open Office Basic : scaling;pictures -Oracle Open Office Basic : scaling;printing in Oracle Open Office Math -Oracle Open Office Basic : scaling;when printing presentations -Oracle Open Office Basic : scaling, see also zooming -Oracle Open Office Basic : scope of variables -Oracle Open Office Basic : screen -Oracle Open Office Basic : screen;full screen views -Oracle Open Office Basic : screen;scaling -Oracle Open Office Basic : screen magnifiers -Oracle Open Office Basic : screen readers -Oracle Open Office Basic : script organization -Oracle Open Office Basic : scroll bar control -Oracle Open Office Basic : scrollbars -Oracle Open Office Basic : scrollbars;controls -Oracle Open Office Basic : scrollbars;displaying (Calc) -Oracle Open Office Basic : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Basic : search criteria for database functions in cells -Oracle Open Office Basic : search engines -Oracle Open Office Basic : search engines;definition -Oracle Open Office Basic : search engines;selecting -Oracle Open Office Basic : searching -Oracle Open Office Basic : searching;all sheets -Oracle Open Office Basic : searching;databases -Oracle Open Office Basic : searching;form filters -Oracle Open Office Basic : searching;Internet -Oracle Open Office Basic : searching;tables and forms -Oracle Open Office Basic : Second function -Oracle Open Office Basic : sections -Oracle Open Office Basic : sections;backgrounds -Oracle Open Office Basic : security -Oracle Open Office Basic : security;digital signatures -Oracle Open Office Basic : security;options for documents with macros -Oracle Open Office Basic : security;protecting contents -Oracle Open Office Basic : security;security levels for macros -Oracle Open Office Basic : security;warning dialogs with macros -Oracle Open Office Basic : Seek function -Oracle Open Office Basic : Seek statement -Oracle Open Office Basic : Select...Case statement -Oracle Open Office Basic : selecting -Oracle Open Office Basic : selecting;controls -Oracle Open Office Basic : selecting;measurement units -Oracle Open Office Basic : selecting;objects -Oracle Open Office Basic : selecting;print areas -Oracle Open Office Basic : selecting;several files -Oracle Open Office Basic : selection clipboard -Oracle Open Office Basic : selection frames -Oracle Open Office Basic : selection modes in text -Oracle Open Office Basic : selection options for controls -Oracle Open Office Basic : sending -Oracle Open Office Basic : sending;AutoAbstract function in presentations -Oracle Open Office Basic : sending;documents as e-mail -Oracle Open Office Basic : sending;documents as faxes -Oracle Open Office Basic : separator lines -Oracle Open Office Basic : separator lines;defining -Oracle Open Office Basic : separators -Oracle Open Office Basic : separators;conditional -Oracle Open Office Basic : Server Side ImageMap -Oracle Open Office Basic : Set statement -Oracle Open Office Basic : SetAttr statement -Oracle Open Office Basic : settings -Oracle Open Office Basic : settings;printers -Oracle Open Office Basic : settings;program configuration -Oracle Open Office Basic : settings;proxies -Oracle Open Office Basic : settings;tracking changes -Oracle Open Office Basic : settings;views -Oracle Open Office Basic : SGML -Oracle Open Office Basic : SGML;definition -Oracle Open Office Basic : Sgn function -Oracle Open Office Basic : shadows -Oracle Open Office Basic : shadows;areas -Oracle Open Office Basic : shadows;borders -Oracle Open Office Basic : shadows;characters -Oracle Open Office Basic : shadows;characters, using context menu -Oracle Open Office Basic : sharing documents -Oracle Open Office Basic : sharpening filter -Oracle Open Office Basic : sheet tabs -Oracle Open Office Basic : sheet tabs;displaying -Oracle Open Office Basic : sheets -Oracle Open Office Basic : sheets;searching all -Oracle Open Office Basic : Shell function -Oracle Open Office Basic : shortcut keys -Oracle Open Office Basic : shortcut keys;assigning macros -Oracle Open Office Basic : shortcut keys;Basic IDE -Oracle Open Office Basic : shortcut keys;general -Oracle Open Office Basic : shortcut keys;in databases -Oracle Open Office Basic : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Basic : showing -Oracle Open Office Basic : showing;changes -Oracle Open Office Basic : showing;docked windows -Oracle Open Office Basic : showing;drawings and controls (Writer) -Oracle Open Office Basic : showing;live presentations on the Internet -Oracle Open Office Basic : showing;toolbars -Oracle Open Office Basic : signing documents with digital signatures -Oracle Open Office Basic : similarity search -Oracle Open Office Basic : simple handles (Writer) -Oracle Open Office Basic : simplified Chinese -Oracle Open Office Basic : simplified Chinese;translating to traditional Chinese -Oracle Open Office Basic : Sin function -Oracle Open Office Basic : single sign on options -Oracle Open Office Basic : single-line spacing in text -Oracle Open Office Basic : sizes -Oracle Open Office Basic : sizes;draw objects -Oracle Open Office Basic : sizes;pictures -Oracle Open Office Basic : slanting draw objects -Oracle Open Office Basic : small capitals -Oracle Open Office Basic : small icons -Oracle Open Office Basic : smart tag configuration -Oracle Open Office Basic : smooth scrolling (Writer) -Oracle Open Office Basic : smoothing filter -Oracle Open Office Basic : snap grid defaults (Writer/Calc) -Oracle Open Office Basic : snapping in presentations and drawings -Oracle Open Office Basic : solarization filter -Oracle Open Office Basic : sort lists -Oracle Open Office Basic : sort lists;copying to in Calc -Oracle Open Office Basic : sorting -Oracle Open Office Basic : sorting;data in forms -Oracle Open Office Basic : sorting;databases -Oracle Open Office Basic : sound files -Oracle Open Office Basic : Space function -Oracle Open Office Basic : spaces -Oracle Open Office Basic : spaces;displaying (Writer) -Oracle Open Office Basic : spaces;ignoring double -Oracle Open Office Basic : spaces;inserting protected spaces -Oracle Open Office Basic : spaces;showing protected spaces (Writer) -Oracle Open Office Basic : spacing -Oracle Open Office Basic : spacing;between paragraphs in footnotes -Oracle Open Office Basic : spacing;font effects -Oracle Open Office Basic : spacing;lines and paragraphs -Oracle Open Office Basic : spacing;tab stops in text documents -Oracle Open Office Basic : spacing;tabs in presentations -Oracle Open Office Basic : spadmin -Oracle Open Office Basic : special characters -Oracle Open Office Basic : speech bubbles -Oracle Open Office Basic : speed of printing -Oracle Open Office Basic : spellcheck -Oracle Open Office Basic : spellcheck;activating for a language -Oracle Open Office Basic : spellcheck;context menus -Oracle Open Office Basic : spellcheck;default languages -Oracle Open Office Basic : spellcheck;dialog -Oracle Open Office Basic : spellcheck;dictionary of exceptions -Oracle Open Office Basic : spellcheck;ignore list -Oracle Open Office Basic : spin button creation -Oracle Open Office Basic : Split function -Oracle Open Office Basic : spoolfiles with Xprinter -Oracle Open Office Basic : spreadsheets -Oracle Open Office Basic : spreadsheets;as databases (base) -Oracle Open Office Basic : spreadsheets;copying areas to text documents -Oracle Open Office Basic : spreadsheets;creating/opening -Oracle Open Office Basic : spreadsheets;inserting charts -Oracle Open Office Basic : spreadsheets;inserting database records -Oracle Open Office Basic : spreadsheets;printing -Oracle Open Office Basic : spreadsheets;saving -Oracle Open Office Basic : spreadsheets;saving automatically -Oracle Open Office Basic : spreadsheets;saving in other formats -Oracle Open Office Basic : spreadsheets;sending as e-mail -Oracle Open Office Basic : SQL -Oracle Open Office Basic : SQL;definition -Oracle Open Office Basic : SQL;DISTINCT parameter -Oracle Open Office Basic : SQL;executing SQL commands -Oracle Open Office Basic : SQL;executing SQL statements (Base) -Oracle Open Office Basic : SQL;queries (Base) -Oracle Open Office Basic : Sqr function -Oracle Open Office Basic : square drawings -Oracle Open Office Basic : standard bar on/off -Oracle Open Office Basic : standard filters in databases -Oracle Open Office Basic : standard printer under UNIX -Oracle Open Office Basic : start center -Oracle Open Office Basic : start parameters -Oracle Open Office Basic : Static statement -Oracle Open Office Basic : status bar on/off -Oracle Open Office Basic : Step statement -Oracle Open Office Basic : stickers -Oracle Open Office Basic : Stop statement -Oracle Open Office Basic : stopping macros -Oracle Open Office Basic : Str function -Oracle Open Office Basic : StrComp function -Oracle Open Office Basic : strikethrough -Oracle Open Office Basic : strikethrough;characters -Oracle Open Office Basic : strikethrough;font effects -Oracle Open Office Basic : String function -Oracle Open Office Basic : styles -Oracle Open Office Basic : styles;'changed' message -Oracle Open Office Basic : styles;copying between documents -Oracle Open Office Basic : styles;keyboard shortcuts -Oracle Open Office Basic : styles;organizing -Oracle Open Office Basic : styles;printing styles used in a document -Oracle Open Office Basic : styles;replacing automatically -Oracle Open Office Basic : Styles and Formatting window -Oracle Open Office Basic : Styles and Formatting window;docking -Oracle Open Office Basic : Sub statement -Oracle Open Office Basic : subforms -Oracle Open Office Basic : subforms;creating -Oracle Open Office Basic : subforms;description -Oracle Open Office Basic : submitting forms -Oracle Open Office Basic : subroutines -Oracle Open Office Basic : suffixes in file formats -Oracle Open Office Basic : support on the Web -Oracle Open Office Basic : Switch function -Oracle Open Office Basic : synchronizing -Oracle Open Office Basic : synchronizing;labels and business cards -Oracle Open Office Basic : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Basic : system address book registration -Oracle Open Office Basic : tab stops -Oracle Open Office Basic : tab stops;displaying (Writer) -Oracle Open Office Basic : tab stops;inserting and editing -Oracle Open Office Basic : tab stops;regular expressions -Oracle Open Office Basic : tab stops;setting in sheets -Oracle Open Office Basic : tab stops;settings -Oracle Open Office Basic : tab stops;spacing in presentations -Oracle Open Office Basic : tab stops;spacing in text documents -Oracle Open Office Basic : table controls -Oracle Open Office Basic : table controls;form functions -Oracle Open Office Basic : table controls;keyboard-only edit mode -Oracle Open Office Basic : table controls;properties -Oracle Open Office Basic : table views of databases -Oracle Open Office Basic : Table Wizard (Base) -Oracle Open Office Basic : tables -Oracle Open Office Basic : tables;inserting line breaks -Oracle Open Office Basic : tables in databases -Oracle Open Office Basic : tables in databases;access rights to (Base) -Oracle Open Office Basic : tables in databases;adding to queries -Oracle Open Office Basic : tables in databases;browsing and editing -Oracle Open Office Basic : tables in databases;copying database tables (Base) -Oracle Open Office Basic : tables in databases;creating -Oracle Open Office Basic : tables in databases;creating in design view (manually) -Oracle Open Office Basic : tables in databases;importing text formats (Base) -Oracle Open Office Basic : tables in databases;joining for queries (Base) -Oracle Open Office Basic : tables in databases;printing queries (Base) -Oracle Open Office Basic : tables in databases;relations (Base) -Oracle Open Office Basic : tables in databases;searching -Oracle Open Office Basic : tables in spreadsheets -Oracle Open Office Basic : tables in spreadsheets;copying data to other applications -Oracle Open Office Basic : tables in spreadsheets;defining borders -Oracle Open Office Basic : tables in spreadsheets;value highlighting -Oracle Open Office Basic : tables in text -Oracle Open Office Basic : tables in text;captions -Oracle Open Office Basic : tables in text;creating automatically -Oracle Open Office Basic : tables in text;default settings -Oracle Open Office Basic : tables in text;defining borders -Oracle Open Office Basic : tables in text;displaying -Oracle Open Office Basic : tables in text;printing -Oracle Open Office Basic : tabs -Oracle Open Office Basic : tabs;displaying sheet tabs -Oracle Open Office Basic : tags -Oracle Open Office Basic : tags;definition -Oracle Open Office Basic : tags;META tags -Oracle Open Office Basic : Tan function -Oracle Open Office Basic : templates -Oracle Open Office Basic : templates;agendas -Oracle Open Office Basic : templates;changing basic fonts -Oracle Open Office Basic : templates;database reports -Oracle Open Office Basic : templates;deleting -Oracle Open Office Basic : templates;editing and saving -Oracle Open Office Basic : templates;faxes -Oracle Open Office Basic : templates;importing and exporting -Oracle Open Office Basic : templates;letters -Oracle Open Office Basic : templates;new documents from templates -Oracle Open Office Basic : templates;opening documents with -Oracle Open Office Basic : templates;organizing -Oracle Open Office Basic : terminology -Oracle Open Office Basic : terminology;general glossary -Oracle Open Office Basic : terminology;Internet glossary -Oracle Open Office Basic : test mode control -Oracle Open Office Basic : testing XML filters -Oracle Open Office Basic : text -Oracle Open Office Basic : text;animating -Oracle Open Office Basic : text;Asian layout -Oracle Open Office Basic : text;bold -Oracle Open Office Basic : text;coloring -Oracle Open Office Basic : text;copying by drag and drop -Oracle Open Office Basic : text;CTL languages -Oracle Open Office Basic : text;drawing pictures -Oracle Open Office Basic : text;font effects -Oracle Open Office Basic : text;font sizes -Oracle Open Office Basic : text;font styles -Oracle Open Office Basic : text;fonts and formats -Oracle Open Office Basic : text;Fontwork icons -Oracle Open Office Basic : text;hyperlinks -Oracle Open Office Basic : text;inserting special characters -Oracle Open Office Basic : text;italics -Oracle Open Office Basic : text;kerning -Oracle Open Office Basic : text;language selection -Oracle Open Office Basic : text;line spacing -Oracle Open Office Basic : text;overwriting or inserting -Oracle Open Office Basic : text;printing in black -Oracle Open Office Basic : text;replacing with format -Oracle Open Office Basic : text;selection modes -Oracle Open Office Basic : text;shadowed -Oracle Open Office Basic : text;text/draw objects -Oracle Open Office Basic : text attributes -Oracle Open Office Basic : text attributes;hyperlinks -Oracle Open Office Basic : text attributes;undoing -Oracle Open Office Basic : text boxes -Oracle Open Office Basic : text boxes;controls -Oracle Open Office Basic : text boxes;form functions -Oracle Open Office Basic : text boxes;positioning -Oracle Open Office Basic : text breaks in cells -Oracle Open Office Basic : text colors for better accessibility -Oracle Open Office Basic : text databases (Base) -Oracle Open Office Basic : text documents -Oracle Open Office Basic : text documents;creating/opening -Oracle Open Office Basic : text documents;importing/exporting -Oracle Open Office Basic : text documents;inserting spreadsheet cells -Oracle Open Office Basic : text documents;print settings -Oracle Open Office Basic : text documents;printing -Oracle Open Office Basic : text documents;saving -Oracle Open Office Basic : text documents;saving automatically -Oracle Open Office Basic : text documents;saving in other formats -Oracle Open Office Basic : text documents;sending as e-mail -Oracle Open Office Basic : text effects -Oracle Open Office Basic : text flow -Oracle Open Office Basic : text flow;in cells -Oracle Open Office Basic : text formats -Oracle Open Office Basic : text formats;databases -Oracle Open Office Basic : text formats;pasting -Oracle Open Office Basic : text input fields -Oracle Open Office Basic : text layout for special languages -Oracle Open Office Basic : text objects -Oracle Open Office Basic : text objects;alignment -Oracle Open Office Basic : text objects;draw functions -Oracle Open Office Basic : text objects;fonts -Oracle Open Office Basic : text objects;in presentations and drawings -Oracle Open Office Basic : text overflow in spreadsheet cells -Oracle Open Office Basic : text, see also text documents, paragraphs and characters -Oracle Open Office Basic : TextArt, see Fontwork -Oracle Open Office Basic : textures -Oracle Open Office Basic : textures;inserting from Gallery -Oracle Open Office Basic : textures;on chart bars -Oracle Open Office Basic : Thai -Oracle Open Office Basic : Thai;entering text -Oracle Open Office Basic : Thai;language settings -Oracle Open Office Basic : thesaurus -Oracle Open Office Basic : thesaurus;activating for a language -Oracle Open Office Basic : ThisComponent property -Oracle Open Office Basic : ticker text -Oracle Open Office Basic : time field control -Oracle Open Office Basic : time fields -Oracle Open Office Basic : time fields;form functions -Oracle Open Office Basic : Time statement -Oracle Open Office Basic : Timer function -Oracle Open Office Basic : times -Oracle Open Office Basic : times;inserting when printing presentations -Oracle Open Office Basic : times, formats -Oracle Open Office Basic : TimeSerial function -Oracle Open Office Basic : TimeValue function -Oracle Open Office Basic : tips -Oracle Open Office Basic : tips;extended tips in Help -Oracle Open Office Basic : title rows -Oracle Open Office Basic : title rows;printing in Oracle Open Office Math -Oracle Open Office Basic : titles -Oracle Open Office Basic : titles;changing -Oracle Open Office Basic : titles;editing in charts -Oracle Open Office Basic : titles;font effects -Oracle Open Office Basic : titles;formatting automatically -Oracle Open Office Basic : titles;objects -Oracle Open Office Basic : To statement -Oracle Open Office Basic : toolbars -Oracle Open Office Basic : toolbars;adding buttons -Oracle Open Office Basic : toolbars;Basic IDE -Oracle Open Office Basic : toolbars;docking/undocking -Oracle Open Office Basic : toolbars;Form Navigation bar -Oracle Open Office Basic : toolbars;viewing/closing -Oracle Open Office Basic : tools bar -Oracle Open Office Basic : tooltips -Oracle Open Office Basic : tooltips;extended tips -Oracle Open Office Basic : tooltips;help -Oracle Open Office Basic : traditional Chinese -Oracle Open Office Basic : traditional Chinese;translating to simplified chinese -Oracle Open Office Basic : translating dialogs -Oracle Open Office Basic : transparency -Oracle Open Office Basic : transparency;areas -Oracle Open Office Basic : transparency;off for faster printing -Oracle Open Office Basic : transparency;saving -Oracle Open Office Basic : tree view of Help -Oracle Open Office Basic : Trim function -Oracle Open Office Basic : twips -Oracle Open Office Basic : twips;definition -Oracle Open Office Basic : TwipsPerPixelX function -Oracle Open Office Basic : TwipsPerPixelY function -Oracle Open Office Basic : typefaces -Oracle Open Office Basic : typefaces;adding under UNIX -Oracle Open Office Basic : typefaces;formats -Oracle Open Office Basic : TypeName function -Oracle Open Office Basic : types of variables -Oracle Open Office Basic : typographical quotes in Oracle Open Office Writer -Oracle Open Office Basic : typography -Oracle Open Office Basic : typography;Asian -Oracle Open Office Basic : UBound function -Oracle Open Office Basic : UCase function -Oracle Open Office Basic : underlining -Oracle Open Office Basic : underlining;AutoFormat function -Oracle Open Office Basic : underlining;characters -Oracle Open Office Basic : underlining;text -Oracle Open Office Basic : undocking windows -Oracle Open Office Basic : undoing -Oracle Open Office Basic : undoing;direct formatting -Oracle Open Office Basic : undoing;editing -Oracle Open Office Basic : undoing;number of steps -Oracle Open Office Basic : ungrouping groups -Oracle Open Office Basic : units -Oracle Open Office Basic : units;converting -Oracle Open Office Basic : units;measurement units -Oracle Open Office Basic : UNO components -Oracle Open Office Basic : UNO components;Extension Manager -Oracle Open Office Basic : UNO components;integrating new -Oracle Open Office Basic : Until -Oracle Open Office Basic : update options -Oracle Open Office Basic : updates -Oracle Open Office Basic : updates;checking automatically -Oracle Open Office Basic : updates;checking manually -Oracle Open Office Basic : updating -Oracle Open Office Basic : updating;fields and charts, automatically (Writer) -Oracle Open Office Basic : updating;links in text documents -Oracle Open Office Basic : updating;links, on opening -Oracle Open Office Basic : updating;templates -Oracle Open Office Basic : URL -Oracle Open Office Basic : URL;changing hyperlink URLs -Oracle Open Office Basic : URL;definition -Oracle Open Office Basic : URL;in pictures -Oracle Open Office Basic : URL;saving absolute/relative paths -Oracle Open Office Basic : URL;turning off URL recognition -Oracle Open Office Basic : user data -Oracle Open Office Basic : user data;input -Oracle Open Office Basic : user data;removing when saving -Oracle Open Office Basic : user feedback -Oracle Open Office Basic : user feedback;automatically -Oracle Open Office Basic : user-defined dictionaries -Oracle Open Office Basic : user-defined dictionaries;creating -Oracle Open Office Basic : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Basic : user-defined dictionaries;editing -Oracle Open Office Basic : user-defined styles -Oracle Open Office Basic : user-defined styles;automatically replacing -Oracle Open Office Basic : UTF-8/UCS2 support -Oracle Open Office Basic : Val function -Oracle Open Office Basic : values -Oracle Open Office Basic : values;of variables -Oracle Open Office Basic : values;rounded as shown (Calc) -Oracle Open Office Basic : variables -Oracle Open Office Basic : variables;for paths -Oracle Open Office Basic : variables;global and local -Oracle Open Office Basic : variables;observing values -Oracle Open Office Basic : variables;passing to procedures and functions -Oracle Open Office Basic : variables;scope -Oracle Open Office Basic : variables;using -Oracle Open Office Basic : VarType function -Oracle Open Office Basic : VBA code -Oracle Open Office Basic : VBA code;loading/saving documents with VBA code -Oracle Open Office Basic : version management -Oracle Open Office Basic : version numbers of documents -Oracle Open Office Basic : versions -Oracle Open Office Basic : versions;comparing documents -Oracle Open Office Basic : versions;file saving as, restriction -Oracle Open Office Basic : versions;merging document versions -Oracle Open Office Basic : versions;of a document -Oracle Open Office Basic : versions;Oracle Open Office -Oracle Open Office Basic : vertical callouts -Oracle Open Office Basic : vertical line control -Oracle Open Office Basic : vertical scrollbar control -Oracle Open Office Basic : vertical scrollbars (Writer) -Oracle Open Office Basic : vertical text boxes -Oracle Open Office Basic : videos -Oracle Open Office Basic : viewing -Oracle Open Office Basic : viewing;databases -Oracle Open Office Basic : viewing;file properties -Oracle Open Office Basic : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Basic : viewing;toolbars -Oracle Open Office Basic : views -Oracle Open Office Basic : views;creating database views (Base) -Oracle Open Office Basic : views;defaults -Oracle Open Office Basic : views;full screen -Oracle Open Office Basic : views;icons -Oracle Open Office Basic : views;scaling -Oracle Open Office Basic : Visual Basic for Applications -Oracle Open Office Basic : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Basic : Wait statement -Oracle Open Office Basic : watching variables -Oracle Open Office Basic : watermarks -Oracle Open Office Basic : web documents -Oracle Open Office Basic : web documents;XForms -Oracle Open Office Basic : Web support -Oracle Open Office Basic : WebCast export -Oracle Open Office Basic : WebDAV over HTTPS -Oracle Open Office Basic : WeekDay function -Oracle Open Office Basic : While -Oracle Open Office Basic : While;Do loop -Oracle Open Office Basic : While;While...Wend loop -Oracle Open Office Basic : windows -Oracle Open Office Basic : windows;docking -Oracle Open Office Basic : windows;docking definition -Oracle Open Office Basic : windows;hiding/showing/docking -Oracle Open Office Basic : windows;new -Oracle Open Office Basic : With statement -Oracle Open Office Basic : wizards -Oracle Open Office Basic : wizards;agendas -Oracle Open Office Basic : wizards;database queries -Oracle Open Office Basic : wizards;database tables (Base) -Oracle Open Office Basic : wizards;databases (Base) -Oracle Open Office Basic : wizards;document converter -Oracle Open Office Basic : wizards;Euro Converter -Oracle Open Office Basic : wizards;faxes -Oracle Open Office Basic : wizards;forms -Oracle Open Office Basic : wizards;letters -Oracle Open Office Basic : wizards;macros (Base) -Oracle Open Office Basic : wizards;overview -Oracle Open Office Basic : wizards;presentations -Oracle Open Office Basic : wizards;reports -Oracle Open Office Basic : Word documents -Oracle Open Office Basic : Word documents;compatibility -Oracle Open Office Basic : Word documents;saving as -Oracle Open Office Basic : WordArt, see Fontwork -Oracle Open Office Basic : words -Oracle Open Office Basic : words;automatically replacing -Oracle Open Office Basic : words;wrapping in cells -Oracle Open Office Basic : words;wrapping in CTL -Oracle Open Office Basic : working directory change -Oracle Open Office Basic : wrapping text -Oracle Open Office Basic : wrapping text;in cells -Oracle Open Office Basic : write protection on/off -Oracle Open Office Basic : Write statement -Oracle Open Office Basic : writing aids options -Oracle Open Office Basic : WYSIWYG in fonts lists -Oracle Open Office Basic : XForms -Oracle Open Office Basic : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Basic : XForms;conditions -Oracle Open Office Basic : XForms;opening/editing -Oracle Open Office Basic : XML converters -Oracle Open Office Basic : XML file formats -Oracle Open Office Basic : XML filters -Oracle Open Office Basic : XML filters;creating/testing -Oracle Open Office Basic : XML filters;saving as package/installing/deleting -Oracle Open Office Basic : XML filters;settings -Oracle Open Office Basic : XML Forms, see XForms -Oracle Open Office Basic : Xor operator (logical) -Oracle Open Office Basic : XSLT filters, see also XML filters -Oracle Open Office Basic : Year function -Oracle Open Office Basic : years -Oracle Open Office Basic : years;2-digit options -Oracle Open Office Basic : zero values -Oracle Open Office Basic : zero values;displaying (Calc) -Oracle Open Office Basic : zooming -Oracle Open Office Basic : zooming;page views -Oracle Open Office Basic : zooming;pictures -Oracle Open Office Basic : zooming;status bar -Oracle Open Office Calc : #N/A error -Oracle Open Office Calc : #N/A error;assigning to a cell -Oracle Open Office Calc : #N/A error;recognizing -Oracle Open Office Calc : #NAME error message -Oracle Open Office Calc : #REF error message -Oracle Open Office Calc : 1/2 replacement -Oracle Open Office Calc : 3D charts -Oracle Open Office Calc : 3D text creation -Oracle Open Office Calc : abbreviation replacement -Oracle Open Office Calc : ABS function -Oracle Open Office Calc : absolute addresses in spreadsheets -Oracle Open Office Calc : absolute hyperlinks -Oracle Open Office Calc : absolute references in spreadsheets -Oracle Open Office Calc : absolute saving of URLs -Oracle Open Office Calc : absolute values -Oracle Open Office Calc : accents -Oracle Open Office Calc : Access databases (base) -Oracle Open Office Calc : access rights for database tables (Base) -Oracle Open Office Calc : accessibility -Oracle Open Office Calc : accessibility;general shortcuts -Oracle Open Office Calc : accessibility;options -Oracle Open Office Calc : accessibility;Oracle Open Office assistive technology -Oracle Open Office Calc : accessibility;Oracle Open Office Calc shortcuts -Oracle Open Office Calc : accessibility;Oracle Open Office features -Oracle Open Office Calc : ACCRINT function -Oracle Open Office Calc : ACCRINTM function -Oracle Open Office Calc : accrued interests -Oracle Open Office Calc : accrued interests;one-off payments -Oracle Open Office Calc : accrued interests;periodic payments -Oracle Open Office Calc : accumulated interests -Oracle Open Office Calc : ACOS function -Oracle Open Office Calc : ACOSH function -Oracle Open Office Calc : ACOT function -Oracle Open Office Calc : ACOTH function -Oracle Open Office Calc : actions in case of incorrect input -Oracle Open Office Calc : activating -Oracle Open Office Calc : activating;context menus -Oracle Open Office Calc : activating;Error Report Tool -Oracle Open Office Calc : activating;extended help tips -Oracle Open Office Calc : activating;plug-ins -Oracle Open Office Calc : ActiveX control -Oracle Open Office Calc : Adabas D databases (base) -Oracle Open Office Calc : add-ins -Oracle Open Office Calc : add-ins;analysis functions -Oracle Open Office Calc : add-ins;for programming -Oracle Open Office Calc : add-ins;functions -Oracle Open Office Calc : add-ons, see UNO components -Oracle Open Office Calc : adding -Oracle Open Office Calc : adding;numbers in cell ranges -Oracle Open Office Calc : adding;specified numbers -Oracle Open Office Calc : additional selection mode -Oracle Open Office Calc : address books -Oracle Open Office Calc : address books;LDAP server (Base) -Oracle Open Office Calc : address books;registering -Oracle Open Office Calc : ADDRESS function -Oracle Open Office Calc : address labels from databases -Oracle Open Office Calc : addressing -Oracle Open Office Calc : addressing;automatic -Oracle Open Office Calc : addressing;by defined names -Oracle Open Office Calc : addressing;relative and absolute -Oracle Open Office Calc : adjusting array ranges -Oracle Open Office Calc : ADO databases (Base) -Oracle Open Office Calc : advanced filters -Oracle Open Office Calc : Agenda Wizard -Oracle Open Office Calc : aging filter -Oracle Open Office Calc : algebraic signs -Oracle Open Office Calc : aligning -Oracle Open Office Calc : aligning;2D charts -Oracle Open Office Calc : aligning;cells -Oracle Open Office Calc : aligning;objects -Oracle Open Office Calc : aligning;paragraphs -Oracle Open Office Calc : aligning;tables in text -Oracle Open Office Calc : aligning;text objects -Oracle Open Office Calc : aligning;titles in charts -Oracle Open Office Calc : allowances -Oracle Open Office Calc : allowed cell names -Oracle Open Office Calc : alternative fonts -Oracle Open Office Calc : AMORDEGRC function -Oracle Open Office Calc : AMORLINC function -Oracle Open Office Calc : amortization installment -Oracle Open Office Calc : amortizations, see also depreciations -Oracle Open Office Calc : amount received for fixed-interest securities -Oracle Open Office Calc : ampersand symbol, see also operators -Oracle Open Office Calc : analysis functions -Oracle Open Office Calc : anchors -Oracle Open Office Calc : anchors;changing -Oracle Open Office Calc : anchors;displaying (Calc) -Oracle Open Office Calc : anchors;types/positions for draw objects -Oracle Open Office Calc : AND function -Oracle Open Office Calc : animations -Oracle Open Office Calc : animations;accessibility options -Oracle Open Office Calc : annual net interest rates -Oracle Open Office Calc : annual return on treasury bills -Oracle Open Office Calc : annuities -Oracle Open Office Calc : appearance options -Oracle Open Office Calc : appending sheets -Oracle Open Office Calc : Arabic -Oracle Open Office Calc : Arabic;entering text -Oracle Open Office Calc : Arabic;language settings -Oracle Open Office Calc : ARABIC function -Oracle Open Office Calc : area charts -Oracle Open Office Calc : areas -Oracle Open Office Calc : areas;bitmap patterns -Oracle Open Office Calc : areas;hatched/dotted -Oracle Open Office Calc : areas;shadows -Oracle Open Office Calc : areas;slanting -Oracle Open Office Calc : areas;styles -Oracle Open Office Calc : areas;transparency -Oracle Open Office Calc : AREAS function -Oracle Open Office Calc : areas, see also cell ranges -Oracle Open Office Calc : arguments in command line -Oracle Open Office Calc : arithmetic declining depreciations -Oracle Open Office Calc : arithmetic lists -Oracle Open Office Calc : arithmetic-degressive depreciations -Oracle Open Office Calc : arithmetical operators -Oracle Open Office Calc : arranging -Oracle Open Office Calc : arranging;objects -Oracle Open Office Calc : array formulas -Oracle Open Office Calc : arrows -Oracle Open Office Calc : arrows;defining arrow heads -Oracle Open Office Calc : arrows;defining arrow lines -Oracle Open Office Calc : arrows;drawing in text -Oracle Open Office Calc : ASC function -Oracle Open Office Calc : ASCII -Oracle Open Office Calc : ASCII;definition -Oracle Open Office Calc : Asian languages -Oracle Open Office Calc : Asian languages;enabling -Oracle Open Office Calc : Asian languages;sorting -Oracle Open Office Calc : Asian Phonetic Guide -Oracle Open Office Calc : Asian typography -Oracle Open Office Calc : ASIN function -Oracle Open Office Calc : ASINH function -Oracle Open Office Calc : assigning scripts -Oracle Open Office Calc : assistive technology in Oracle Open Office -Oracle Open Office Calc : ATAN function -Oracle Open Office Calc : ATAN2 function -Oracle Open Office Calc : ATANH function -Oracle Open Office Calc : attaching toolbars -Oracle Open Office Calc : attachments in e-mails -Oracle Open Office Calc : attributes -Oracle Open Office Calc : attributes;cells -Oracle Open Office Calc : audio -Oracle Open Office Calc : auto reloading HTML documents -Oracle Open Office Calc : AutoAbstract function for sending text to presentations -Oracle Open Office Calc : AutoCalculate function in sheets -Oracle Open Office Calc : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Calc : AutoComplete function in text and list boxes -Oracle Open Office Calc : AutoCorrect function -Oracle Open Office Calc : AutoCorrect function;cell contents -Oracle Open Office Calc : AutoCorrect function;context menu -Oracle Open Office Calc : AutoCorrect function;options -Oracle Open Office Calc : AutoCorrect function;pictures and frames -Oracle Open Office Calc : AutoCorrect function;quotes -Oracle Open Office Calc : AutoCorrect function;replacement table -Oracle Open Office Calc : AutoCorrect function;switching on and off in Calc -Oracle Open Office Calc : AutoCorrect function;URL recognition -Oracle Open Office Calc : AutoFill function -Oracle Open Office Calc : AutoFilter function -Oracle Open Office Calc : AutoFilter function;applying -Oracle Open Office Calc : AutoFilter function;subtotals -Oracle Open Office Calc : AutoFormat function -Oracle Open Office Calc : AutoFormat function;defining and applying formats -Oracle Open Office Calc : AutoFormat function;switching on and off -Oracle Open Office Calc : AutoInput function on/off -Oracle Open Office Calc : automatic addressing in tables -Oracle Open Office Calc : automatic captions (Writer) -Oracle Open Office Calc : automatic cell filling -Oracle Open Office Calc : automatic control focus -Oracle Open Office Calc : automatic date updates -Oracle Open Office Calc : automatic formatting in spreadsheets -Oracle Open Office Calc : automatic hyperlink formatting -Oracle Open Office Calc : automatic hyphenation in spreadsheets -Oracle Open Office Calc : automatic line breaks -Oracle Open Office Calc : automatic lines/borders in text -Oracle Open Office Calc : automatic saving -Oracle Open Office Calc : AutoPilots, see wizards -Oracle Open Office Calc : AutoValue (Base) -Oracle Open Office Calc : AVEDEV function -Oracle Open Office Calc : AVERAGE function -Oracle Open Office Calc : AVERAGEA function -Oracle Open Office Calc : averages -Oracle Open Office Calc : averages;in Calc databases -Oracle Open Office Calc : averages;statistical functions -Oracle Open Office Calc : averages in charts -Oracle Open Office Calc : axes -Oracle Open Office Calc : axes;better scaling -Oracle Open Office Calc : axes;formatting -Oracle Open Office Calc : axes;formatting grids -Oracle Open Office Calc : axes;inserting grids -Oracle Open Office Calc : axes;interval marks -Oracle Open Office Calc : axes;showing axes in charts -Oracle Open Office Calc : axes in charts -Oracle Open Office Calc : B function -Oracle Open Office Calc : back-solving -Oracle Open Office Calc : backgrounds -Oracle Open Office Calc : backgrounds;cell ranges -Oracle Open Office Calc : backgrounds;cells and pages -Oracle Open Office Calc : backgrounds;defining colors/pictures -Oracle Open Office Calc : backgrounds;frames/sections/indexes -Oracle Open Office Calc : backgrounds;inserting from Gallery -Oracle Open Office Calc : backgrounds;printing -Oracle Open Office Calc : backing window -Oracle Open Office Calc : backups -Oracle Open Office Calc : backups;automatic -Oracle Open Office Calc : backups;documents -Oracle Open Office Calc : BAHTTEXT function -Oracle Open Office Calc : bar charts -Oracle Open Office Calc : BASE function -Oracle Open Office Calc : base-10 logarithm -Oracle Open Office Calc : Basic -Oracle Open Office Calc : Basic;fonts for source display -Oracle Open Office Calc : Basic;programming -Oracle Open Office Calc : Basic;recording macros -Oracle Open Office Calc : basic fonts -Oracle Open Office Calc : Basic IDE for user-defined functions -Oracle Open Office Calc : Bessel functions -Oracle Open Office Calc : BETADIST function -Oracle Open Office Calc : BETAINV function -Oracle Open Office Calc : Bézier curves -Oracle Open Office Calc : Bézier curves;control points in presentations -Oracle Open Office Calc : bi-directional writing -Oracle Open Office Calc : BIN2DEC function -Oracle Open Office Calc : BIN2HEX function -Oracle Open Office Calc : BIN2OCT function -Oracle Open Office Calc : binary system -Oracle Open Office Calc : binary system;converting to -Oracle Open Office Calc : binding space -Oracle Open Office Calc : BINOMDIST function -Oracle Open Office Calc : bitmaps -Oracle Open Office Calc : bitmaps;inserting and editing -Oracle Open Office Calc : bitmaps;off for faster printing -Oracle Open Office Calc : bitmaps;patterns -Oracle Open Office Calc : black and white printing -Oracle Open Office Calc : black printing in Calc -Oracle Open Office Calc : blank cell contents -Oracle Open Office Calc : block selection mode -Oracle Open Office Calc : bold -Oracle Open Office Calc : bold;AutoFormat function -Oracle Open Office Calc : bold;text -Oracle Open Office Calc : bookmarks -Oracle Open Office Calc : bookmarks;Help -Oracle Open Office Calc : borders -Oracle Open Office Calc : borders;arranging -Oracle Open Office Calc : borders;cells -Oracle Open Office Calc : borders;cells and pages -Oracle Open Office Calc : borders;cells on screen (Calc) -Oracle Open Office Calc : borders;for paragraphs -Oracle Open Office Calc : borders;for tables -Oracle Open Office Calc : borders;printing cells -Oracle Open Office Calc : borders;shadows -Oracle Open Office Calc : borders;table boundaries (Writer) -Oracle Open Office Calc : borders, see also frames -Oracle Open Office Calc : bound fields -Oracle Open Office Calc : bound fields;controls -Oracle Open Office Calc : boundaries of tables (Writer) -Oracle Open Office Calc : break display (Writer) -Oracle Open Office Calc : breaks in cells -Oracle Open Office Calc : brochures -Oracle Open Office Calc : brochures;printing several -Oracle Open Office Calc : bubble charts -Oracle Open Office Calc : build numbers of Oracle Open Office -Oracle Open Office Calc : bullet lists -Oracle Open Office Calc : bullet lists;formatting options -Oracle Open Office Calc : bullets -Oracle Open Office Calc : bullets;paragraphs -Oracle Open Office Calc : bullets;replacing -Oracle Open Office Calc : bullets;turning off -Oracle Open Office Calc : business cards -Oracle Open Office Calc : business cards;creating and synchronizing -Oracle Open Office Calc : business cards;using templates -Oracle Open Office Calc : button bars, see toolbars -Oracle Open Office Calc : buttons -Oracle Open Office Calc : buttons;adding push buttons -Oracle Open Office Calc : buttons;big/small -Oracle Open Office Calc : buttons;editing hyperlink buttons -Oracle Open Office Calc : buttons;form functions -Oracle Open Office Calc : buttons;toolbars -Oracle Open Office Calc : cache for graphics -Oracle Open Office Calc : calculating -Oracle Open Office Calc : calculating;accumulated interests -Oracle Open Office Calc : calculating;annual net interest rates -Oracle Open Office Calc : calculating;annuities -Oracle Open Office Calc : calculating;arithmetic-degressive depreciations -Oracle Open Office Calc : calculating;auto calculating sheets -Oracle Open Office Calc : calculating;averages in Calc databases -Oracle Open Office Calc : calculating;conditional calculations -Oracle Open Office Calc : calculating;constant interest rates -Oracle Open Office Calc : calculating;Data Pilot -Oracle Open Office Calc : calculating;depreciations -Oracle Open Office Calc : calculating;durations -Oracle Open Office Calc : calculating;future values -Oracle Open Office Calc : calculating;geometric-degressive depreciations -Oracle Open Office Calc : calculating;interests for unchanged amortization installments -Oracle Open Office Calc : calculating;internal rates of return, irregular payments -Oracle Open Office Calc : calculating;internal rates of return, regular payments -Oracle Open Office Calc : calculating;iterative references (Calc) -Oracle Open Office Calc : calculating;linear depreciations -Oracle Open Office Calc : calculating;modified internal rates of return -Oracle Open Office Calc : calculating;multiple sheets -Oracle Open Office Calc : calculating;net present values -Oracle Open Office Calc : calculating;nominal interest rates -Oracle Open Office Calc : calculating;number of payment periods -Oracle Open Office Calc : calculating;present values -Oracle Open Office Calc : calculating;rates of return -Oracle Open Office Calc : calculating;regression curves -Oracle Open Office Calc : calculating;rounded off values -Oracle Open Office Calc : calculating;series -Oracle Open Office Calc : calculating;spreadsheets -Oracle Open Office Calc : calculating;sums in Calc databases -Oracle Open Office Calc : calculating;time differences -Oracle Open Office Calc : calculating;total amortizement rates -Oracle Open Office Calc : calculating;variable declining depreciations -Oracle Open Office Calc : calculating;variables in equations -Oracle Open Office Calc : calculating;with formulas -Oracle Open Office Calc : callouts -Oracle Open Office Calc : callouts;drawings -Oracle Open Office Calc : capital letters -Oracle Open Office Calc : capital letters;AutoCorrect function -Oracle Open Office Calc : capital letters;AutoInput function -Oracle Open Office Calc : capital letters;AutoInput function (in cells) -Oracle Open Office Calc : capital letters;font effects -Oracle Open Office Calc : captions -Oracle Open Office Calc : captions;automatic captions (Writer) -Oracle Open Office Calc : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Calc : captions, see also labels/callouts -Oracle Open Office Calc : cascading update (Base) -Oracle Open Office Calc : case sensitivity -Oracle Open Office Calc : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Calc : case sensitivity;searching -Oracle Open Office Calc : categories of functions -Oracle Open Office Calc : CEILING function -Oracle Open Office Calc : cell attributes -Oracle Open Office Calc : cell contents -Oracle Open Office Calc : cell contents;AutoCalculate function -Oracle Open Office Calc : cell contents;deleting -Oracle Open Office Calc : cell contents;no text -Oracle Open Office Calc : cell contents;numbers -Oracle Open Office Calc : cell contents;recalculating -Oracle Open Office Calc : cell contents;searching in Calc databases -Oracle Open Office Calc : cell contents;testing for references -Oracle Open Office Calc : cell contents;text -Oracle Open Office Calc : cell formats -Oracle Open Office Calc : cell formats;assigning by formulas -Oracle Open Office Calc : cell formats;conditional -Oracle Open Office Calc : cell formats;text/numbers -Oracle Open Office Calc : CELL function -Oracle Open Office Calc : cell heights -Oracle Open Office Calc : cell information -Oracle Open Office Calc : cell input -Oracle Open Office Calc : cell input;AutoInput function -Oracle Open Office Calc : cell links search -Oracle Open Office Calc : cell merges -Oracle Open Office Calc : cell names -Oracle Open Office Calc : cell names;defining/addressing -Oracle Open Office Calc : cell protection -Oracle Open Office Calc : cell protection;enabling -Oracle Open Office Calc : cell protection;unprotecting -Oracle Open Office Calc : cell ranges -Oracle Open Office Calc : cell ranges;applying/removing filters -Oracle Open Office Calc : cell ranges;creating names automatically -Oracle Open Office Calc : cell ranges;defining names -Oracle Open Office Calc : cell ranges;inserting named ranges -Oracle Open Office Calc : cell ranges;printing -Oracle Open Office Calc : cell ranges;selecting for data entries -Oracle Open Office Calc : cell references -Oracle Open Office Calc : cell references;showing -Oracle Open Office Calc : cell styles -Oracle Open Office Calc : cell styles;assigning by formulas -Oracle Open Office Calc : cell styles;copying -Oracle Open Office Calc : cell styles;selecting -Oracle Open Office Calc : cell widths -Oracle Open Office Calc : cells -Oracle Open Office Calc : cells;aligning -Oracle Open Office Calc : cells;AutoInput function of text -Oracle Open Office Calc : cells;autorefreshing traces -Oracle Open Office Calc : cells;backgrounds -Oracle Open Office Calc : cells;borders -Oracle Open Office Calc : cells;changing text/number formats -Oracle Open Office Calc : cells;coloring (Calc) -Oracle Open Office Calc : cells;comments -Oracle Open Office Calc : cells;conditional formatting -Oracle Open Office Calc : cells;copying/deleting/formatting/moving -Oracle Open Office Calc : cells;currency formats -Oracle Open Office Calc : cells;cursor positions after input (Calc) -Oracle Open Office Calc : cells;date and time formats -Oracle Open Office Calc : cells;defining input help -Oracle Open Office Calc : cells;defining names -Oracle Open Office Calc : cells;deleting cells -Oracle Open Office Calc : cells;deleting contents -Oracle Open Office Calc : cells;filling automatically -Oracle Open Office Calc : cells;formatting dialog -Oracle Open Office Calc : cells;formatting without effect (Calc) -Oracle Open Office Calc : cells;heights and widths -Oracle Open Office Calc : cells;hiding for printing -Oracle Open Office Calc : cells;inserting -Oracle Open Office Calc : cells;Internet references -Oracle Open Office Calc : cells;invalid data -Oracle Open Office Calc : cells;line breaks -Oracle Open Office Calc : cells;linked to controls -Oracle Open Office Calc : cells;merging/unmerging -Oracle Open Office Calc : cells;moving by drag and drop -Oracle Open Office Calc : cells;number formats -Oracle Open Office Calc : cells;number of -Oracle Open Office Calc : cells;operating in another document -Oracle Open Office Calc : cells;pasting -Oracle Open Office Calc : cells;print ranges -Oracle Open Office Calc : cells;printing grids -Oracle Open Office Calc : cells;protecting -Oracle Open Office Calc : cells;references -Oracle Open Office Calc : cells;referencing by drag and drop -Oracle Open Office Calc : cells;refreshing traces -Oracle Open Office Calc : cells;removing dependents -Oracle Open Office Calc : cells;removing precedents -Oracle Open Office Calc : cells;removing traces -Oracle Open Office Calc : cells;resetting formats -Oracle Open Office Calc : cells;rotating text -Oracle Open Office Calc : cells;selecting -Oracle Open Office Calc : cells;showing grid lines (Calc) -Oracle Open Office Calc : cells;text breaks -Oracle Open Office Calc : cells;text super/sub -Oracle Open Office Calc : cells;trace fill mode -Oracle Open Office Calc : cells;tracing dependents -Oracle Open Office Calc : cells;tracing errors -Oracle Open Office Calc : cells;tracing precedents -Oracle Open Office Calc : cells;validity -Oracle Open Office Calc : centered text -Oracle Open Office Calc : centimeters -Oracle Open Office Calc : certificates -Oracle Open Office Calc : changes -Oracle Open Office Calc : changes;accepting or rejecting -Oracle Open Office Calc : changes;comparing to original -Oracle Open Office Calc : changes;protecting -Oracle Open Office Calc : changes;recording -Oracle Open Office Calc : changes;review function -Oracle Open Office Calc : changes;showing -Oracle Open Office Calc : changing -Oracle Open Office Calc : changing;currency formats -Oracle Open Office Calc : changing;dates, automatically -Oracle Open Office Calc : changing;document titles -Oracle Open Office Calc : changing;file associations in Setup program -Oracle Open Office Calc : changing;icon sizes -Oracle Open Office Calc : changing;input in cells -Oracle Open Office Calc : changing;links -Oracle Open Office Calc : changing;number of decimal places -Oracle Open Office Calc : changing;row heights/column widths -Oracle Open Office Calc : changing;sheet names -Oracle Open Office Calc : changing;sheet protection -Oracle Open Office Calc : changing;table views -Oracle Open Office Calc : changing;work directory -Oracle Open Office Calc : changing, see also editing and replacing -Oracle Open Office Calc : CHAR function -Oracle Open Office Calc : character styles -Oracle Open Office Calc : character styles;language selection -Oracle Open Office Calc : characters -Oracle Open Office Calc : characters;alternative fonts -Oracle Open Office Calc : characters;Asian layout -Oracle Open Office Calc : characters;bold -Oracle Open Office Calc : characters;coloring -Oracle Open Office Calc : characters;displaying only on screen (Writer) -Oracle Open Office Calc : characters;enabling CTL and Asian characters -Oracle Open Office Calc : characters;font effects -Oracle Open Office Calc : characters;fonts and formats -Oracle Open Office Calc : characters;hyperlinks -Oracle Open Office Calc : characters;italics -Oracle Open Office Calc : characters;language selection -Oracle Open Office Calc : characters;shadowed -Oracle Open Office Calc : characters;spacing -Oracle Open Office Calc : characters;special -Oracle Open Office Calc : characters;superscript/subscript -Oracle Open Office Calc : characters;underlining -Oracle Open Office Calc : charcoal sketches filter -Oracle Open Office Calc : chart legends -Oracle Open Office Calc : chart legends;hiding -Oracle Open Office Calc : chart legends;showing icons with labels -Oracle Open Office Calc : chart types -Oracle Open Office Calc : chart types;area -Oracle Open Office Calc : chart types;bubble -Oracle Open Office Calc : chart types;column and bar -Oracle Open Office Calc : chart types;column and line -Oracle Open Office Calc : chart types;line -Oracle Open Office Calc : chart types;net -Oracle Open Office Calc : chart types;pie/donut -Oracle Open Office Calc : chart types;stock -Oracle Open Office Calc : chart types;XY (scatter) -Oracle Open Office Calc : charts -Oracle Open Office Calc : charts;3D views -Oracle Open Office Calc : charts;aligning -Oracle Open Office Calc : charts;arranging within stacks -Oracle Open Office Calc : charts;bars with textures -Oracle Open Office Calc : charts;choosing chart types -Oracle Open Office Calc : charts;colors -Oracle Open Office Calc : charts;copying with link to source cell range -Oracle Open Office Calc : charts;data labels -Oracle Open Office Calc : charts;displaying (Calc) -Oracle Open Office Calc : charts;editing axes -Oracle Open Office Calc : charts;editing data -Oracle Open Office Calc : charts;editing legends -Oracle Open Office Calc : charts;editing titles -Oracle Open Office Calc : charts;formatting areas -Oracle Open Office Calc : charts;formatting floors -Oracle Open Office Calc : charts;formatting walls -Oracle Open Office Calc : charts;inserting -Oracle Open Office Calc : charts;overview -Oracle Open Office Calc : charts;positioning axes -Oracle Open Office Calc : charts;printing -Oracle Open Office Calc : charts;properties -Oracle Open Office Calc : charts;reorganizing -Oracle Open Office Calc : charts;scaling axes -Oracle Open Office Calc : charts;scaling text -Oracle Open Office Calc : charts;shortcuts -Oracle Open Office Calc : charts;showing axes -Oracle Open Office Calc : charts;updating automatically (Writer) -Oracle Open Office Calc : check box creation -Oracle Open Office Calc : chi-square distribution -Oracle Open Office Calc : CHIDIST function -Oracle Open Office Calc : CHIINV function -Oracle Open Office Calc : Chinese writing systems -Oracle Open Office Calc : CHISQDIST function -Oracle Open Office Calc : CHISQINV function -Oracle Open Office Calc : CHITEST function -Oracle Open Office Calc : CHOOSE function -Oracle Open Office Calc : choosing printers -Oracle Open Office Calc : circle drawings -Oracle Open Office Calc : CLEAN function -Oracle Open Office Calc : clearing, see also deleting/removing -Oracle Open Office Calc : Client Side ImageMap -Oracle Open Office Calc : clipboard -Oracle Open Office Calc : clipboard;cutting -Oracle Open Office Calc : clipboard;pasting -Oracle Open Office Calc : clipboard;pasting formatted/unformatted text -Oracle Open Office Calc : clipboard;selection clipboard -Oracle Open Office Calc : clipboard;Unix -Oracle Open Office Calc : closing -Oracle Open Office Calc : closing;documents -Oracle Open Office Calc : closing;toolbars -Oracle Open Office Calc : CODE function -Oracle Open Office Calc : coefficient of correlation -Oracle Open Office Calc : collaboration -Oracle Open Office Calc : color bar -Oracle Open Office Calc : colors -Oracle Open Office Calc : colors;adding -Oracle Open Office Calc : colors;appearance -Oracle Open Office Calc : colors;backgrounds -Oracle Open Office Calc : colors;charts -Oracle Open Office Calc : colors;fill format -Oracle Open Office Calc : colors;fonts -Oracle Open Office Calc : colors;grid lines and cells (Calc) -Oracle Open Office Calc : colors;models -Oracle Open Office Calc : colors;negative numbers -Oracle Open Office Calc : colors;not printing -Oracle Open Office Calc : colors;printing in grayscale -Oracle Open Office Calc : colors;restriction (Calc) -Oracle Open Office Calc : colors;selection -Oracle Open Office Calc : column and line charts -Oracle Open Office Calc : column breaks -Oracle Open Office Calc : column breaks;deleting -Oracle Open Office Calc : column breaks;inserting -Oracle Open Office Calc : column charts -Oracle Open Office Calc : COLUMN function -Oracle Open Office Calc : column headers -Oracle Open Office Calc : column headers;displaying (Calc) -Oracle Open Office Calc : column headers;hiding -Oracle Open Office Calc : column headers;highlighting (Calc) -Oracle Open Office Calc : column headers;using in formulas -Oracle Open Office Calc : column widths -Oracle Open Office Calc : columns -Oracle Open Office Calc : columns;AutoFilter function -Oracle Open Office Calc : columns;deleting -Oracle Open Office Calc : columns;finding labels automatically -Oracle Open Office Calc : columns;freezing -Oracle Open Office Calc : columns;hiding -Oracle Open Office Calc : columns;inserting -Oracle Open Office Calc : columns;moving by drag and drop -Oracle Open Office Calc : columns;optimal widths -Oracle Open Office Calc : columns;repeating when printing -Oracle Open Office Calc : columns;setting with the mouse -Oracle Open Office Calc : columns;swap with rows -Oracle Open Office Calc : columns;widths -Oracle Open Office Calc : COLUMNS function -Oracle Open Office Calc : columns, see also cells -Oracle Open Office Calc : COMBIN function -Oracle Open Office Calc : COMBINA function -Oracle Open Office Calc : combination charts -Oracle Open Office Calc : combining -Oracle Open Office Calc : combining;cell ranges -Oracle Open Office Calc : combo box creation -Oracle Open Office Calc : comma separated files and values -Oracle Open Office Calc : command button creation -Oracle Open Office Calc : command buttons, see push buttons -Oracle Open Office Calc : command line parameters -Oracle Open Office Calc : commands -Oracle Open Office Calc : commands;repeating -Oracle Open Office Calc : commands;SQL -Oracle Open Office Calc : comments -Oracle Open Office Calc : comments;displaying (Calc) -Oracle Open Office Calc : comments;help text for cells -Oracle Open Office Calc : comments;inserting/editing/deleting/printing -Oracle Open Office Calc : comments;on cells -Oracle Open Office Calc : comments;on cells - Inserting and Editing Comments -Oracle Open Office Calc : comments;on changes -Oracle Open Office Calc : comments;printing -Oracle Open Office Calc : comments;printing in text -Oracle Open Office Calc : common terms -Oracle Open Office Calc : common terms;Chinese dictionary -Oracle Open Office Calc : common terms;glossaries -Oracle Open Office Calc : common terms;Internet glossary -Oracle Open Office Calc : comparisons -Oracle Open Office Calc : comparisons;document versions -Oracle Open Office Calc : comparisons;operators in Calc -Oracle Open Office Calc : comparisons;operators in default filter dialog -Oracle Open Office Calc : compatibility settings for MS Word import -Oracle Open Office Calc : complete screen view -Oracle Open Office Calc : COMPLEX function -Oracle Open Office Calc : complex numbers in analysis functions -Oracle Open Office Calc : complex text layout -Oracle Open Office Calc : complex text layout;definition -Oracle Open Office Calc : complex text layout;enabling -Oracle Open Office Calc : complex text layout, see CTL -Oracle Open Office Calc : compose key to insert special characters -Oracle Open Office Calc : CONCATENATE function -Oracle Open Office Calc : concatenation, see ampersand symbol -Oracle Open Office Calc : conditional calculations with arrays -Oracle Open Office Calc : conditional formatting -Oracle Open Office Calc : conditional formatting;cells -Oracle Open Office Calc : conditional formatting;conditions -Oracle Open Office Calc : conditional separators -Oracle Open Office Calc : conditions -Oracle Open Office Calc : conditions;in number formats -Oracle Open Office Calc : conditions;items in Data Navigator -Oracle Open Office Calc : CONFIDENCE function -Oracle Open Office Calc : Configuration Manager -Oracle Open Office Calc : configuring -Oracle Open Office Calc : configuring;fax icon -Oracle Open Office Calc : configuring;Oracle Open Office -Oracle Open Office Calc : configuring;toolbars -Oracle Open Office Calc : connections to data sources (Base) -Oracle Open Office Calc : consolidating data -Oracle Open Office Calc : constant interest rates -Oracle Open Office Calc : constants definition -Oracle Open Office Calc : contents protection -Oracle Open Office Calc : context menus -Oracle Open Office Calc : control point display in presentations -Oracle Open Office Calc : controls -Oracle Open Office Calc : controls;activating in forms -Oracle Open Office Calc : controls;adding to documents -Oracle Open Office Calc : controls;arranging in forms -Oracle Open Office Calc : controls;arranging within stacks -Oracle Open Office Calc : controls;assigning data sources -Oracle Open Office Calc : controls;assigning macros (Basic) -Oracle Open Office Calc : controls;bound fields/list contents/linked cells -Oracle Open Office Calc : controls;events -Oracle Open Office Calc : controls;focus -Oracle Open Office Calc : controls;formatted fields -Oracle Open Office Calc : controls;grouping -Oracle Open Office Calc : controls;hidden -Oracle Open Office Calc : controls;inserting -Oracle Open Office Calc : controls;multi-line titles -Oracle Open Office Calc : controls;positions and sizes -Oracle Open Office Calc : controls;printing -Oracle Open Office Calc : controls;properties of form controls -Oracle Open Office Calc : controls;properties of table controls -Oracle Open Office Calc : controls;reference by SQL -Oracle Open Office Calc : controls;rich text control -Oracle Open Office Calc : controls;select mode -Oracle Open Office Calc : controls;showing (Writer) -Oracle Open Office Calc : CONVERT function -Oracle Open Office Calc : CONVERT_ADD function -Oracle Open Office Calc : converters -Oracle Open Office Calc : converters;Euro converter -Oracle Open Office Calc : converters;PostScript, UNIX -Oracle Open Office Calc : converters;XML -Oracle Open Office Calc : converting -Oracle Open Office Calc : converting;binary numbers, into decimal numbers -Oracle Open Office Calc : converting;binary numbers, into hexadecimal numbers -Oracle Open Office Calc : converting;binary numbers, into octal numbers -Oracle Open Office Calc : converting;decimal fractions, into decimal numbers -Oracle Open Office Calc : converting;decimal fractions, into mixed decimal fractions -Oracle Open Office Calc : converting;decimal numbers, into binary numbers -Oracle Open Office Calc : converting;decimal numbers, into hexadecimal numbers -Oracle Open Office Calc : converting;decimal numbers, into octal numbers -Oracle Open Office Calc : converting;degrees, into radians -Oracle Open Office Calc : converting;Hangul/Hanja -Oracle Open Office Calc : converting;hexadecimal numbers, into binary numbers -Oracle Open Office Calc : converting;hexadecimal numbers, into decimal numbers -Oracle Open Office Calc : converting;hexadecimal numbers, into octal numbers -Oracle Open Office Calc : converting;metrics -Oracle Open Office Calc : converting;Microsoft documents -Oracle Open Office Calc : converting;octal numbers, into binary numbers -Oracle Open Office Calc : converting;octal numbers, into decimal numbers -Oracle Open Office Calc : converting;octal numbers, into hexadecimal numbers -Oracle Open Office Calc : converting;Oracle Open Office documents -Oracle Open Office Calc : converting;Pocket PC formats -Oracle Open Office Calc : converting;radians, into degrees -Oracle Open Office Calc : converting;random variables, into normalized values -Oracle Open Office Calc : converting;text to numbers -Oracle Open Office Calc : copies -Oracle Open Office Calc : copies;printing -Oracle Open Office Calc : copying -Oracle Open Office Calc : copying;array formulas -Oracle Open Office Calc : copying;by drag and drop -Oracle Open Office Calc : copying;cell styles -Oracle Open Office Calc : copying;data from text documents -Oracle Open Office Calc : copying;datasource records in spreadsheets -Oracle Open Office Calc : copying;draw objects -Oracle Open Office Calc : copying;draw objects between documents -Oracle Open Office Calc : copying;formatting -Oracle Open Office Calc : copying;formulas -Oracle Open Office Calc : copying;from data source view -Oracle Open Office Calc : copying;from Gallery -Oracle Open Office Calc : copying;in Unix -Oracle Open Office Calc : copying;pictures, between documents -Oracle Open Office Calc : copying;sheet areas, to text documents -Oracle Open Office Calc : copying;spreadsheets -Oracle Open Office Calc : copying;to Gallery -Oracle Open Office Calc : copying;values, to multiple sheets -Oracle Open Office Calc : copying;visible cells only -Oracle Open Office Calc : copyright for Oracle Open Office -Oracle Open Office Calc : corner roundings -Oracle Open Office Calc : correcting sheets automatically -Oracle Open Office Calc : CORREL function -Oracle Open Office Calc : COS function -Oracle Open Office Calc : COSH function -Oracle Open Office Calc : COT function -Oracle Open Office Calc : COTH function -Oracle Open Office Calc : COUNT function -Oracle Open Office Calc : COUNTA function -Oracle Open Office Calc : COUNTBLANK function -Oracle Open Office Calc : COUNTIF function -Oracle Open Office Calc : counting -Oracle Open Office Calc : counting;empty cells -Oracle Open Office Calc : counting;specified cells -Oracle Open Office Calc : counting rows -Oracle Open Office Calc : counting rows;with numeric or alphanumeric values -Oracle Open Office Calc : counting rows;with numeric values -Oracle Open Office Calc : COUPDAYBS function -Oracle Open Office Calc : COUPDAYS function -Oracle Open Office Calc : COUPDAYSNC function -Oracle Open Office Calc : COUPNCD function -Oracle Open Office Calc : COUPNUM function -Oracle Open Office Calc : COUPPCD function -Oracle Open Office Calc : COVAR function -Oracle Open Office Calc : crash reports -Oracle Open Office Calc : CRITBINOM function -Oracle Open Office Calc : criteria of query design (Base) -Oracle Open Office Calc : cropping pictures -Oracle Open Office Calc : cross-classified tables -Oracle Open Office Calc : csv files -Oracle Open Office Calc : csv files;formulas -Oracle Open Office Calc : csv files;importing and exporting -Oracle Open Office Calc : CTL -Oracle Open Office Calc : CTL;(not) wrapping words -Oracle Open Office Calc : CTL;complex text layout languages -Oracle Open Office Calc : CTL;definition -Oracle Open Office Calc : CTL;options -Oracle Open Office Calc : CTL;right-to-left sheets -Oracle Open Office Calc : CUMIPMT function -Oracle Open Office Calc : CUMIPMT_ADD function -Oracle Open Office Calc : CUMPRINC function -Oracle Open Office Calc : CUMPRINC_ADD function -Oracle Open Office Calc : cumulative lognormal distribution -Oracle Open Office Calc : cumulative probability density function -Oracle Open Office Calc : cumulative probability density function;calculating -Oracle Open Office Calc : cumulative probability density function;inverse of -Oracle Open Office Calc : currencies -Oracle Open Office Calc : currencies;converters -Oracle Open Office Calc : currencies;default currencies -Oracle Open Office Calc : currencies;format codes -Oracle Open Office Calc : currencies;formats -Oracle Open Office Calc : currency field creation -Oracle Open Office Calc : currency formats -Oracle Open Office Calc : currency formats -Oracle Open Office Calc : currency formats;spreadsheets -Oracle Open Office Calc : current date and time values -Oracle Open Office Calc : CURRENT function -Oracle Open Office Calc : cursor -Oracle Open Office Calc : cursor;allowing in protected areas (Writer) -Oracle Open Office Calc : cursor;in read-only text -Oracle Open Office Calc : cursor;quickly moving to an object -Oracle Open Office Calc : curves -Oracle Open Office Calc : curves;editing points -Oracle Open Office Calc : curves;properties in line charts/XY charts -Oracle Open Office Calc : custom dictionaries -Oracle Open Office Calc : custom dictionaries;editing -Oracle Open Office Calc : custom hyphens (Writer) -Oracle Open Office Calc : custom quotes -Oracle Open Office Calc : custom templates -Oracle Open Office Calc : customized lists -Oracle Open Office Calc : customizing -Oracle Open Office Calc : customizing;events -Oracle Open Office Calc : customizing;keyboard -Oracle Open Office Calc : customizing;menus -Oracle Open Office Calc : customizing;Oracle Open Office -Oracle Open Office Calc : customizing;round corners -Oracle Open Office Calc : customizing;toolbars -Oracle Open Office Calc : cutting -Oracle Open Office Calc : dashes -Oracle Open Office Calc : data -Oracle Open Office Calc : data;filtering in forms -Oracle Open Office Calc : data;forms and subforms -Oracle Open Office Calc : data;inserting in multiple sheets -Oracle Open Office Calc : data;merging cell ranges -Oracle Open Office Calc : data;read-only -Oracle Open Office Calc : data;showing invalid data -Oracle Open Office Calc : data;sorting in databases -Oracle Open Office Calc : data;sorting in forms -Oracle Open Office Calc : data;user data -Oracle Open Office Calc : data;validity check -Oracle Open Office Calc : data binding change in XForms -Oracle Open Office Calc : data field options for Data Pilot -Oracle Open Office Calc : data labels in charts -Oracle Open Office Calc : Data Navigator -Oracle Open Office Calc : Data Navigator;adding/editing items -Oracle Open Office Calc : Data Navigator;display options -Oracle Open Office Calc : data ranges in charts -Oracle Open Office Calc : data series -Oracle Open Office Calc : data series import -Oracle Open Office Calc : data source browser -Oracle Open Office Calc : data source explorer -Oracle Open Office Calc : data source view -Oracle Open Office Calc : data source view;drag and drop -Oracle Open Office Calc : data source view;overview -Oracle Open Office Calc : data source view;showing -Oracle Open Office Calc : data sources -Oracle Open Office Calc : data sources;as tables -Oracle Open Office Calc : data sources;connection settings (Base) -Oracle Open Office Calc : data sources;copying records to spreadsheets -Oracle Open Office Calc : data sources;displaying current -Oracle Open Office Calc : data sources;external data -Oracle Open Office Calc : data sources;LDAP server (Base) -Oracle Open Office Calc : data sources;Oracle Open Office Base -Oracle Open Office Calc : data sources;registering address books -Oracle Open Office Calc : data sources;reports -Oracle Open Office Calc : data sources;setting for stock charts -Oracle Open Office Calc : data sources;viewing -Oracle Open Office Calc : data structure of XForms -Oracle Open Office Calc : data tables -Oracle Open Office Calc : data tables;multiple operations in -Oracle Open Office Calc : data validity -Oracle Open Office Calc : data values in charts -Oracle Open Office Calc : data, see also values -Oracle Open Office Calc : database contents -Oracle Open Office Calc : database contents;inserting as tables -Oracle Open Office Calc : database contents;inserting as text -Oracle Open Office Calc : database ranges -Oracle Open Office Calc : database ranges;advanced filters -Oracle Open Office Calc : database ranges;applying/removing filters -Oracle Open Office Calc : database ranges;AutoFilter function -Oracle Open Office Calc : database ranges;defining -Oracle Open Office Calc : database ranges;hiding AutoFilter -Oracle Open Office Calc : database ranges;refreshing -Oracle Open Office Calc : database ranges;sorting -Oracle Open Office Calc : database reports -Oracle Open Office Calc : Database Wizard (Base) -Oracle Open Office Calc : databases -Oracle Open Office Calc : databases;administration through SQL (Base) -Oracle Open Office Calc : databases;ADO (Base) -Oracle Open Office Calc : databases;connecting (Base) -Oracle Open Office Calc : databases;creating -Oracle Open Office Calc : databases;creating labels -Oracle Open Office Calc : databases;creating queries -Oracle Open Office Calc : databases;creating reports -Oracle Open Office Calc : databases;creating tables -Oracle Open Office Calc : databases;deleting (Base) -Oracle Open Office Calc : databases;drag and drop (Base) -Oracle Open Office Calc : databases;editing tables -Oracle Open Office Calc : databases;form filters -Oracle Open Office Calc : databases;formats (Base) -Oracle Open Office Calc : databases;functions in Oracle Open Office Calc -Oracle Open Office Calc : databases;importing/exporting -Oracle Open Office Calc : databases;JDBC (Base) -Oracle Open Office Calc : databases;main page (Base) -Oracle Open Office Calc : databases;ODBC (Base) -Oracle Open Office Calc : databases;overview -Oracle Open Office Calc : databases;registering (Base) -Oracle Open Office Calc : databases;searching records -Oracle Open Office Calc : databases;selecting (Calc) -Oracle Open Office Calc : databases;shortcut keys -Oracle Open Office Calc : databases;sorting -Oracle Open Office Calc : databases;standard filters -Oracle Open Office Calc : databases;text formats -Oracle Open Office Calc : databases;viewing -Oracle Open Office Calc : DataPilot function -Oracle Open Office Calc : DataPilot function;calling up and applying -Oracle Open Office Calc : DataPilot function;deleting tables -Oracle Open Office Calc : DataPilot function;drill down -Oracle Open Office Calc : DataPilot function;editing tables -Oracle Open Office Calc : DataPilot function;filtering tables -Oracle Open Office Calc : DataPilot function;grouping table entries -Oracle Open Office Calc : DataPilot function;introduction -Oracle Open Office Calc : DataPilot function;preventing data overwriting -Oracle Open Office Calc : DataPilot function;refreshing tables -Oracle Open Office Calc : DataPilot function;show details -Oracle Open Office Calc : DataPilot tables -Oracle Open Office Calc : date and time functions -Oracle Open Office Calc : date fields -Oracle Open Office Calc : date fields;creating -Oracle Open Office Calc : date fields;properties -Oracle Open Office Calc : date formats -Oracle Open Office Calc : date formats;avoiding conversion to -Oracle Open Office Calc : date formats -Oracle Open Office Calc : DATE function -Oracle Open Office Calc : date series -Oracle Open Office Calc : dates -Oracle Open Office Calc : dates;19xx/20xx -Oracle Open Office Calc : dates;default (Calc) -Oracle Open Office Calc : dates;in cells -Oracle Open Office Calc : dates;interest date prior to settlement date -Oracle Open Office Calc : dates;printing in presentations -Oracle Open Office Calc : dates;start 1900/01/01 (Calc) -Oracle Open Office Calc : dates;start 1904/01/01 (Calc) -Oracle Open Office Calc : dates;updating automatically -Oracle Open Office Calc : DATEVALUE function -Oracle Open Office Calc : DAVERAGE function -Oracle Open Office Calc : DAY function -Oracle Open Office Calc : DAYS function -Oracle Open Office Calc : DAYS360 function -Oracle Open Office Calc : DAYSINMONTH function -Oracle Open Office Calc : DAYSINYEAR function -Oracle Open Office Calc : DB function -Oracle Open Office Calc : dBASE -Oracle Open Office Calc : dBASE;database settings (Base) -Oracle Open Office Calc : dBASE import/export -Oracle Open Office Calc : DCOUNT function -Oracle Open Office Calc : DCOUNTA function -Oracle Open Office Calc : DDB function -Oracle Open Office Calc : DDE -Oracle Open Office Calc : DDE;definition -Oracle Open Office Calc : DDE function -Oracle Open Office Calc : deactivating -Oracle Open Office Calc : deactivating;automatic changes -Oracle Open Office Calc : deactivating;plug-ins -Oracle Open Office Calc : DEC2BIN function -Oracle Open Office Calc : DEC2HEX function -Oracle Open Office Calc : DEC2OCT function -Oracle Open Office Calc : DECIMAL function -Oracle Open Office Calc : decimal places -Oracle Open Office Calc : decimal places;adding/deleting -Oracle Open Office Calc : decimal places;cutting off -Oracle Open Office Calc : decimal places;formatting numbers -Oracle Open Office Calc : decimal places;showing -Oracle Open Office Calc : decimal places displayed (Calc) -Oracle Open Office Calc : decimal separator key -Oracle Open Office Calc : decimal system -Oracle Open Office Calc : decimal system;converting to -Oracle Open Office Calc : decimal tab stops -Oracle Open Office Calc : default directories -Oracle Open Office Calc : default filters -Oracle Open Office Calc : default filters;comparison operators -Oracle Open Office Calc : default filters;databases -Oracle Open Office Calc : default printer -Oracle Open Office Calc : default printer;setting up -Oracle Open Office Calc : default printer;UNIX -Oracle Open Office Calc : default templates -Oracle Open Office Calc : default templates;changing -Oracle Open Office Calc : default templates;organizing -Oracle Open Office Calc : defaults -Oracle Open Office Calc : defaults;currency formats -Oracle Open Office Calc : defaults;documents -Oracle Open Office Calc : defaults;file formats in file dialogs -Oracle Open Office Calc : defaults;file formats in Oracle Open Office -Oracle Open Office Calc : defaults;fonts -Oracle Open Office Calc : defaults;grids (Writer/Calc) -Oracle Open Office Calc : defaults;languages -Oracle Open Office Calc : defaults;number formats -Oracle Open Office Calc : defaults;number formats in spreadsheets -Oracle Open Office Calc : defaults;of saving -Oracle Open Office Calc : defaults;program configuration -Oracle Open Office Calc : defaults;tab stops in text -Oracle Open Office Calc : defaults;views -Oracle Open Office Calc : defining -Oracle Open Office Calc : defining;advanced filters -Oracle Open Office Calc : defining;arrowheads and other line ends -Oracle Open Office Calc : defining;AutoFormat function for tables -Oracle Open Office Calc : defining;colors -Oracle Open Office Calc : defining;database ranges -Oracle Open Office Calc : defining;line styles -Oracle Open Office Calc : defining;names for cell ranges -Oracle Open Office Calc : defining;paragraph borders -Oracle Open Office Calc : defining;print ranges -Oracle Open Office Calc : defining;queries (Base) -Oracle Open Office Calc : defining;sort lists -Oracle Open Office Calc : defining;table borders -Oracle Open Office Calc : DEGREES function -Oracle Open Office Calc : deleting -Oracle Open Office Calc : deleting;all direct formatting -Oracle Open Office Calc : deleting;cell contents -Oracle Open Office Calc : deleting;cells/rows/columns -Oracle Open Office Calc : deleting;comments -Oracle Open Office Calc : deleting;databases (Base) -Oracle Open Office Calc : deleting;DataPilot tables -Oracle Open Office Calc : deleting;decimal places -Oracle Open Office Calc : deleting;hyperlinks -Oracle Open Office Calc : deleting;lines in text -Oracle Open Office Calc : deleting;manual column breaks -Oracle Open Office Calc : deleting;manual row breaks -Oracle Open Office Calc : deleting;models/instances -Oracle Open Office Calc : deleting;namespaces in XForms -Oracle Open Office Calc : deleting;print ranges -Oracle Open Office Calc : deleting;spreadsheets -Oracle Open Office Calc : deleting;tab stops -Oracle Open Office Calc : deleting;templates -Oracle Open Office Calc : deleting;visible cells only -Oracle Open Office Calc : deleting;XML filters -Oracle Open Office Calc : delimited values and files -Oracle Open Office Calc : DELTA function -Oracle Open Office Calc : density function -Oracle Open Office Calc : depreciations -Oracle Open Office Calc : depreciations;arithmetic declining -Oracle Open Office Calc : depreciations;arithmetic-degressive -Oracle Open Office Calc : depreciations;degressive amortizations -Oracle Open Office Calc : depreciations;geometric-degressive -Oracle Open Office Calc : depreciations;linear -Oracle Open Office Calc : depreciations;linear amortizations -Oracle Open Office Calc : depreciations;variable declining -Oracle Open Office Calc : depth stagger -Oracle Open Office Calc : descriptions for objects -Oracle Open Office Calc : design mode after saving -Oracle Open Office Calc : design view -Oracle Open Office Calc : design view;creating forms -Oracle Open Office Calc : design view;queries/views (Base) -Oracle Open Office Calc : designing -Oracle Open Office Calc : designing;database tables -Oracle Open Office Calc : designing;fonts -Oracle Open Office Calc : designing;queries (Base) -Oracle Open Office Calc : detaching toolbars -Oracle Open Office Calc : determinants -Oracle Open Office Calc : determination coefficients -Oracle Open Office Calc : DEVSQ function -Oracle Open Office Calc : DGET function -Oracle Open Office Calc : dictionaries -Oracle Open Office Calc : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Calc : dictionaries;creating -Oracle Open Office Calc : dictionaries;editing user-defined -Oracle Open Office Calc : dictionaries;spellcheck -Oracle Open Office Calc : dictionaries, see also languages -Oracle Open Office Calc : digital signatures -Oracle Open Office Calc : digital signatures;getting/managing/applying -Oracle Open Office Calc : digital signatures;overview -Oracle Open Office Calc : digital signatures;WebDAV over HTTPS -Oracle Open Office Calc : direct formatting -Oracle Open Office Calc : direct formatting;undoing all -Oracle Open Office Calc : directories -Oracle Open Office Calc : directories;creating new -Oracle Open Office Calc : directories;directory structure -Oracle Open Office Calc : disabled persons -Oracle Open Office Calc : DISC function -Oracle Open Office Calc : discounts -Oracle Open Office Calc : display options in Data Pilot -Oracle Open Office Calc : displaying -Oracle Open Office Calc : displaying;comments (Calc) -Oracle Open Office Calc : displaying;comments in text documents -Oracle Open Office Calc : displaying;formulas at any position -Oracle Open Office Calc : displaying;formulas instead of results -Oracle Open Office Calc : displaying;headers of columns/rows -Oracle Open Office Calc : displaying;non-printing characters (Writer) -Oracle Open Office Calc : displaying;pictures and objects (Writer) -Oracle Open Office Calc : displaying;scenario names -Oracle Open Office Calc : displaying;sheets -Oracle Open Office Calc : displaying;tables (Writer) -Oracle Open Office Calc : displaying;zero values (Calc) -Oracle Open Office Calc : distances -Oracle Open Office Calc : distinct values in SQL queries -Oracle Open Office Calc : distorting in drawings -Oracle Open Office Calc : distributing XML filters -Oracle Open Office Calc : division sign, see also operators -Oracle Open Office Calc : divisions -Oracle Open Office Calc : DMAX function -Oracle Open Office Calc : DMIN function -Oracle Open Office Calc : docking -Oracle Open Office Calc : docking;definition -Oracle Open Office Calc : docking;toolbars -Oracle Open Office Calc : docking;windows -Oracle Open Office Calc : Document Converter Wizard -Oracle Open Office Calc : Document Map, see Navigator -Oracle Open Office Calc : document types in Oracle Open Office -Oracle Open Office Calc : documents -Oracle Open Office Calc : documents;changing titles -Oracle Open Office Calc : documents;closing -Oracle Open Office Calc : documents;comparing -Oracle Open Office Calc : documents;contents as lists -Oracle Open Office Calc : documents;editing time -Oracle Open Office Calc : documents;exporting -Oracle Open Office Calc : documents;importing -Oracle Open Office Calc : documents;languages -Oracle Open Office Calc : documents;measurement units in -Oracle Open Office Calc : documents;merging -Oracle Open Office Calc : documents;number of pages/tables/sheets -Oracle Open Office Calc : documents;opening -Oracle Open Office Calc : documents;opening in design mode -Oracle Open Office Calc : documents;opening with templates -Oracle Open Office Calc : documents;organizing -Oracle Open Office Calc : documents;printing -Oracle Open Office Calc : documents;protecting -Oracle Open Office Calc : documents;read-only -Oracle Open Office Calc : documents;references -Oracle Open Office Calc : documents;reloading -Oracle Open Office Calc : documents;saving -Oracle Open Office Calc : documents;saving automatically -Oracle Open Office Calc : documents;saving in other formats -Oracle Open Office Calc : documents;sending as e-mail -Oracle Open Office Calc : documents;styles changed -Oracle Open Office Calc : documents;version management -Oracle Open Office Calc : documents;version numbers -Oracle Open Office Calc : DOLLAR function -Oracle Open Office Calc : DOLLARDE function -Oracle Open Office Calc : DOLLARFR function -Oracle Open Office Calc : donut charts -Oracle Open Office Calc : dot products -Oracle Open Office Calc : dotted areas -Oracle Open Office Calc : double-line spacing in paragraphs -Oracle Open Office Calc : double-line writing in Asian layout -Oracle Open Office Calc : DPRODUCT function -Oracle Open Office Calc : drag and drop -Oracle Open Office Calc : drag and drop;copying and pasting text -Oracle Open Office Calc : drag and drop;data source view -Oracle Open Office Calc : drag and drop;from Gallery to draw objects -Oracle Open Office Calc : drag and drop;moving cells -Oracle Open Office Calc : drag and drop;overview -Oracle Open Office Calc : drag and drop;pictures -Oracle Open Office Calc : drag and drop;referencing cells -Oracle Open Office Calc : drag and drop;to Gallery -Oracle Open Office Calc : draw objects -Oracle Open Office Calc : draw objects;adding/editing/copying -Oracle Open Office Calc : draw objects;anchoring -Oracle Open Office Calc : draw objects;arranging within stacks -Oracle Open Office Calc : draw objects;copying between documents -Oracle Open Office Calc : draw objects;displaying (Calc) -Oracle Open Office Calc : draw objects;dropping Gallery pictures -Oracle Open Office Calc : draw objects;flipping -Oracle Open Office Calc : draw objects;legends -Oracle Open Office Calc : draw objects;positioning and resizing -Oracle Open Office Calc : draw objects;printing -Oracle Open Office Calc : draw objects;protecting -Oracle Open Office Calc : draw objects;slanting -Oracle Open Office Calc : draw objects;text in -Oracle Open Office Calc : Drawing bar -Oracle Open Office Calc : drawing lines in text -Oracle Open Office Calc : drawings -Oracle Open Office Calc : drawings;creating/opening -Oracle Open Office Calc : drawings;languages -Oracle Open Office Calc : drawings;printing -Oracle Open Office Calc : drawings;printing defaults -Oracle Open Office Calc : drawings;printing in text documents -Oracle Open Office Calc : drawings;saving -Oracle Open Office Calc : drawings;saving automatically -Oracle Open Office Calc : drawings;saving in other formats -Oracle Open Office Calc : drawings;sending as e-mail -Oracle Open Office Calc : drawings;showing (Writer) -Oracle Open Office Calc : drawings, see also draw objects -Oracle Open Office Calc : drop-down lists in form functions -Oracle Open Office Calc : drop-down menus in sheet columns -Oracle Open Office Calc : DSTDEV function -Oracle Open Office Calc : DSTDEVP function -Oracle Open Office Calc : DSUM function -Oracle Open Office Calc : DURATION function -Oracle Open Office Calc : DURATION_ADD function -Oracle Open Office Calc : durations -Oracle Open Office Calc : durations;calculating -Oracle Open Office Calc : durations;first interest payment until settlement date -Oracle Open Office Calc : durations;fixed interest securities -Oracle Open Office Calc : DVAR function -Oracle Open Office Calc : DVARP function -Oracle Open Office Calc : e-mail attachments -Oracle Open Office Calc : EASTERSUNDAY function -Oracle Open Office Calc : EDATE function -Oracle Open Office Calc : Edit File icon -Oracle Open Office Calc : edit mode -Oracle Open Office Calc : edit mode;after opening -Oracle Open Office Calc : edit mode;through Enter key (Calc) -Oracle Open Office Calc : Edit Points bar -Oracle Open Office Calc : editing -Oracle Open Office Calc : editing;array formulas -Oracle Open Office Calc : editing;chart axes -Oracle Open Office Calc : editing;chart data -Oracle Open Office Calc : editing;chart legends -Oracle Open Office Calc : editing;chart titles -Oracle Open Office Calc : editing;comments -Oracle Open Office Calc : editing;data binding of XForms -Oracle Open Office Calc : editing;database tables and queries -Oracle Open Office Calc : editing;DataPilot tables -Oracle Open Office Calc : editing;draw objects -Oracle Open Office Calc : editing;Fontwork objects -Oracle Open Office Calc : editing;hyperlinks -Oracle Open Office Calc : editing;menus -Oracle Open Office Calc : editing;objects -Oracle Open Office Calc : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Calc : editing;pictures -Oracle Open Office Calc : editing;print ranges -Oracle Open Office Calc : editing;reports -Oracle Open Office Calc : editing;shortcut keys -Oracle Open Office Calc : editing;tab stops -Oracle Open Office Calc : editing;templates -Oracle Open Office Calc : editing;titles -Oracle Open Office Calc : editing;toolbars -Oracle Open Office Calc : editing;undoing -Oracle Open Office Calc : editing;XForms -Oracle Open Office Calc : editing time of documents -Oracle Open Office Calc : editors -Oracle Open Office Calc : editors;formula editor -Oracle Open Office Calc : editors;ImageMap editor -Oracle Open Office Calc : EFFECT_ADD function -Oracle Open Office Calc : EFFECTIVE function -Oracle Open Office Calc : effective interest rates -Oracle Open Office Calc : effects -Oracle Open Office Calc : effects;font positions -Oracle Open Office Calc : effects;fonts -Oracle Open Office Calc : effects;Fontwork icons -Oracle Open Office Calc : empty cells -Oracle Open Office Calc : empty cells;counting -Oracle Open Office Calc : empty cells;handling of -Oracle Open Office Calc : empty cells;recognizing -Oracle Open Office Calc : empty documents -Oracle Open Office Calc : empty paragraph removal -Oracle Open Office Calc : encrypting text -Oracle Open Office Calc : encryption of contents -Oracle Open Office Calc : entering entries with AutoInput function -Oracle Open Office Calc : entering groups -Oracle Open Office Calc : entering text from right to left -Oracle Open Office Calc : EOMONTH function -Oracle Open Office Calc : equal sign, see also operators -Oracle Open Office Calc : equations in formula editor -Oracle Open Office Calc : equations in goal seek -Oracle Open Office Calc : ERF function -Oracle Open Office Calc : ERFC function -Oracle Open Office Calc : error bars in charts -Oracle Open Office Calc : error codes -Oracle Open Office Calc : error codes;controlling -Oracle Open Office Calc : error codes;list of -Oracle Open Office Calc : error indicators in charts -Oracle Open Office Calc : error messages -Oracle Open Office Calc : error messages;defining for incorrect input -Oracle Open Office Calc : error messages;invalid references -Oracle Open Office Calc : Error Report Tool -Oracle Open Office Calc : error tracing -Oracle Open Office Calc : ERRORTYPE function -Oracle Open Office Calc : Euro -Oracle Open Office Calc : Euro;converting -Oracle Open Office Calc : Euro;currency formats -Oracle Open Office Calc : Euro;Euro Converter Wizard -Oracle Open Office Calc : EUROCONVERT function -Oracle Open Office Calc : EVEN function -Oracle Open Office Calc : even integers -Oracle Open Office Calc : even/odd pages -Oracle Open Office Calc : even/odd pages;printing -Oracle Open Office Calc : events -Oracle Open Office Calc : events;assigning scripts -Oracle Open Office Calc : events;controls -Oracle Open Office Calc : events;customizing -Oracle Open Office Calc : events;in forms -Oracle Open Office Calc : EXACT function -Oracle Open Office Calc : exact numbers in Oracle Open Office Calc -Oracle Open Office Calc : examples -Oracle Open Office Calc : examples;formula calculation -Oracle Open Office Calc : examples;goal seek -Oracle Open Office Calc : Excel -Oracle Open Office Calc : Excel;saving as -Oracle Open Office Calc : Excel;search criteria -Oracle Open Office Calc : exceptions -Oracle Open Office Calc : exceptions;user-defined dictionaries -Oracle Open Office Calc : exchanging, see also replacing -Oracle Open Office Calc : executing SQL commands -Oracle Open Office Calc : exiting -Oracle Open Office Calc : exiting;groups -Oracle Open Office Calc : exiting;Oracle Open Office -Oracle Open Office Calc : EXP function -Oracle Open Office Calc : expanding formatting (Calc) -Oracle Open Office Calc : explorer of data sources -Oracle Open Office Calc : EXPONDIST function -Oracle Open Office Calc : exponential distributions -Oracle Open Office Calc : exponential trends in arrays -Oracle Open Office Calc : export filters -Oracle Open Office Calc : exporting -Oracle Open Office Calc : exporting;bitmaps -Oracle Open Office Calc : exporting;cells -Oracle Open Office Calc : exporting;formulas as csv files -Oracle Open Office Calc : exporting;HTML and text documents -Oracle Open Office Calc : exporting;Microsoft Office documents with VBA code -Oracle Open Office Calc : exporting;spreadsheets to dBASE -Oracle Open Office Calc : exporting;spreadsheets to text format -Oracle Open Office Calc : exporting;tables as text -Oracle Open Office Calc : exporting;templates -Oracle Open Office Calc : exporting;to foreign formats -Oracle Open Office Calc : exporting;to HTML -Oracle Open Office Calc : exporting;to Microsoft Office formats -Oracle Open Office Calc : exporting;to PDF -Oracle Open Office Calc : exporting;to PostScript format -Oracle Open Office Calc : exporting;to XML -Oracle Open Office Calc : exporting;XML files -Oracle Open Office Calc : extended tips in Help -Oracle Open Office Calc : extending print ranges -Oracle Open Office Calc : extension mode in text -Oracle Open Office Calc : extensions -Oracle Open Office Calc : extensions;Extension Manager -Oracle Open Office Calc : extensions;file formats -Oracle Open Office Calc : external data -Oracle Open Office Calc : external data;inserting -Oracle Open Office Calc : external DLL functions -Oracle Open Office Calc : external keys (Base) -Oracle Open Office Calc : extrapolations -Oracle Open Office Calc : FACT function -Oracle Open Office Calc : FACTDOUBLE function -Oracle Open Office Calc : factorials -Oracle Open Office Calc : factorials;numbers -Oracle Open Office Calc : factorials;numbers with increments of two -Oracle Open Office Calc : FALSE function -Oracle Open Office Calc : faster printing -Oracle Open Office Calc : faxes -Oracle Open Office Calc : faxes;configuring Oracle Open Office -Oracle Open Office Calc : faxes;fax programs/fax printers under UNIX -Oracle Open Office Calc : faxes;selecting a fax machine -Oracle Open Office Calc : faxes;sending -Oracle Open Office Calc : faxes;wizards -Oracle Open Office Calc : FDIST function -Oracle Open Office Calc : feedback -Oracle Open Office Calc : feedback;automatically -Oracle Open Office Calc : fields -Oracle Open Office Calc : fields;database tables -Oracle Open Office Calc : fields;displaying field codes (Writer) -Oracle Open Office Calc : fields;formatted fields -Oracle Open Office Calc : fields;updating automatically (Writer) -Oracle Open Office Calc : file associations for Microsoft Office -Oracle Open Office Calc : file filters -Oracle Open Office Calc : file filters;mobile devices -Oracle Open Office Calc : file filters;XML -Oracle Open Office Calc : file formats -Oracle Open Office Calc : file formats;changing Oracle Open Office defaults -Oracle Open Office Calc : file formats;OpenDocument/XML -Oracle Open Office Calc : file formats;saving always in other formats -Oracle Open Office Calc : file names in headers/footers -Oracle Open Office Calc : file selection button -Oracle Open Office Calc : file sharing options for current document -Oracle Open Office Calc : files -Oracle Open Office Calc : files;filters and formats -Oracle Open Office Calc : files;importing -Oracle Open Office Calc : files;opening -Oracle Open Office Calc : files;opening with placeholders -Oracle Open Office Calc : files;properties -Oracle Open Office Calc : files;saving -Oracle Open Office Calc : files;saving automatically -Oracle Open Office Calc : files;saving in other formats -Oracle Open Office Calc : files;sending as e-mail -Oracle Open Office Calc : files;version numbers -Oracle Open Office Calc : files and folders in Oracle Open Office -Oracle Open Office Calc : fill characters with tabulators -Oracle Open Office Calc : fill colors for areas -Oracle Open Office Calc : fill patterns for areas -Oracle Open Office Calc : filling -Oracle Open Office Calc : filling;cells, automatically -Oracle Open Office Calc : filling;customized lists -Oracle Open Office Calc : filling;selection lists -Oracle Open Office Calc : filter conditions -Oracle Open Office Calc : filter conditions;connecting -Oracle Open Office Calc : filter conditions;in queries (Base) -Oracle Open Office Calc : filtered data -Oracle Open Office Calc : filtered data;sums -Oracle Open Office Calc : filtering -Oracle Open Office Calc : filtering;cell ranges/database ranges -Oracle Open Office Calc : filtering;data in databases -Oracle Open Office Calc : filtering;data in forms -Oracle Open Office Calc : filtering;DataPilot tables -Oracle Open Office Calc : filters -Oracle Open Office Calc : filters;applying/removing -Oracle Open Office Calc : filters;comparison operators -Oracle Open Office Calc : filters;copying visible cells only -Oracle Open Office Calc : filters;defining advanced filters -Oracle Open Office Calc : filters;for import and export -Oracle Open Office Calc : filters;Navigator -Oracle Open Office Calc : filters;pictures -Oracle Open Office Calc : filters;XML filter settings -Oracle Open Office Calc : filters, see also AutoFilter function -Oracle Open Office Calc : financial functions -Oracle Open Office Calc : FIND function -Oracle Open Office Calc : Find tab in Help -Oracle Open Office Calc : finding -Oracle Open Office Calc : finding;formulas/values/text/objects -Oracle Open Office Calc : finding;in all sheets -Oracle Open Office Calc : finding;records in form documents -Oracle Open Office Calc : finding;selections -Oracle Open Office Calc : finding;similarity search -Oracle Open Office Calc : FINV function -Oracle Open Office Calc : FISHER function -Oracle Open Office Calc : FISHERINV function -Oracle Open Office Calc : fitting to pages -Oracle Open Office Calc : fitting to pages;print settings in Math -Oracle Open Office Calc : fitting to pages;print settings in presentations -Oracle Open Office Calc : FIXED function -Oracle Open Office Calc : fixed text -Oracle Open Office Calc : fixed text;form functions -Oracle Open Office Calc : fixing toolbars -Oracle Open Office Calc : flipping draw objects -Oracle Open Office Calc : floating frames in HTML documents -Oracle Open Office Calc : floating toolbars -Oracle Open Office Calc : FLOOR function -Oracle Open Office Calc : focus of controls -Oracle Open Office Calc : folder creation -Oracle Open Office Calc : font lists -Oracle Open Office Calc : font name box -Oracle Open Office Calc : font sizes -Oracle Open Office Calc : font sizes;bullets -Oracle Open Office Calc : font sizes;relative changes -Oracle Open Office Calc : font sizes;scaling on screen -Oracle Open Office Calc : font sizes;text -Oracle Open Office Calc : fonts -Oracle Open Office Calc : fonts;adding under UNIX -Oracle Open Office Calc : fonts;changing in templates -Oracle Open Office Calc : fonts;colors -Oracle Open Office Calc : fonts;default settings -Oracle Open Office Calc : fonts;effects -Oracle Open Office Calc : fonts;for HTML and Basic -Oracle Open Office Calc : fonts;formats -Oracle Open Office Calc : fonts;outlines -Oracle Open Office Calc : fonts;positions in text -Oracle Open Office Calc : fonts;shadows -Oracle Open Office Calc : fonts;specifying several -Oracle Open Office Calc : fonts;strikethrough -Oracle Open Office Calc : fonts;styles -Oracle Open Office Calc : fonts;text objects -Oracle Open Office Calc : Fontwork icons -Oracle Open Office Calc : footers -Oracle Open Office Calc : footers;backgrounds -Oracle Open Office Calc : footers;defining -Oracle Open Office Calc : footers;printing on sheets -Oracle Open Office Calc : forced array handling -Oracle Open Office Calc : FORECAST function -Oracle Open Office Calc : form controls -Oracle Open Office Calc : form controls;assigning macros -Oracle Open Office Calc : form controls;protecting -Oracle Open Office Calc : form controls;toolbars -Oracle Open Office Calc : form fields -Oracle Open Office Calc : form filters -Oracle Open Office Calc : Form Navigator -Oracle Open Office Calc : format codes -Oracle Open Office Calc : format codes;numbers -Oracle Open Office Calc : format codes;user-defined number formats -Oracle Open Office Calc : format filling printing in Oracle Open Office Math -Oracle Open Office Calc : Format Paintbrush -Oracle Open Office Calc : formats -Oracle Open Office Calc : formats;Asian layout -Oracle Open Office Calc : formats;assigning by formulas -Oracle Open Office Calc : formats;automatically formatting spreadsheets -Oracle Open Office Calc : formats;changing text/number -Oracle Open Office Calc : formats;currency formats in cells -Oracle Open Office Calc : formats;fonts -Oracle Open Office Calc : formats;maximizing page formats -Oracle Open Office Calc : formats;number and currency formats -Oracle Open Office Calc : formats;numbers as text -Oracle Open Office Calc : formats;numbers in tables -Oracle Open Office Calc : formats;of currencies/date/time -Oracle Open Office Calc : formats;on opening and saving -Oracle Open Office Calc : formats;pasting in special formats -Oracle Open Office Calc : formats;positions -Oracle Open Office Calc : formats;Styles and Formatting window -Oracle Open Office Calc : formats;tabulators -Oracle Open Office Calc : formats;themes for sheets -Oracle Open Office Calc : formatted fields -Oracle Open Office Calc : formatted fields;form functions -Oracle Open Office Calc : formatted fields;properties -Oracle Open Office Calc : formatting -Oracle Open Office Calc : formatting;adding/deleting decimal places -Oracle Open Office Calc : formatting;Asian typography -Oracle Open Office Calc : formatting;axes in charts -Oracle Open Office Calc : formatting;cells -Oracle Open Office Calc : formatting;chart areas -Oracle Open Office Calc : formatting;chart floors -Oracle Open Office Calc : formatting;chart legends -Oracle Open Office Calc : formatting;chart titles -Oracle Open Office Calc : formatting;chart walls -Oracle Open Office Calc : formatting;comments on cells -Oracle Open Office Calc : formatting;conditional formatting -Oracle Open Office Calc : formatting;copying -Oracle Open Office Calc : formatting;definition -Oracle Open Office Calc : formatting;expanding (Calc) -Oracle Open Office Calc : formatting;font effects -Oracle Open Office Calc : formatting;hyperlinks -Oracle Open Office Calc : formatting;multiple cell texts -Oracle Open Office Calc : formatting;numbers as text -Oracle Open Office Calc : formatting;numbers with decimals -Oracle Open Office Calc : formatting;pages -Oracle Open Office Calc : formatting;printer metrics (Writer) -Oracle Open Office Calc : formatting;spreadsheets -Oracle Open Office Calc : formatting;Styles and Formatting window -Oracle Open Office Calc : formatting;themes for sheets -Oracle Open Office Calc : formatting;undoing -Oracle Open Office Calc : formatting;undoing when writing -Oracle Open Office Calc : formatting;user-defined numbers -Oracle Open Office Calc : formatting;visible cells only -Oracle Open Office Calc : forms -Oracle Open Office Calc : forms;browsing -Oracle Open Office Calc : forms;Combo Box/List Box Wizard -Oracle Open Office Calc : forms;creating -Oracle Open Office Calc : forms;data -Oracle Open Office Calc : forms;designing (Base) -Oracle Open Office Calc : forms;events -Oracle Open Office Calc : forms;filtering data -Oracle Open Office Calc : forms;finding records -Oracle Open Office Calc : forms;focus after opening -Oracle Open Office Calc : forms;general information (Base) -Oracle Open Office Calc : forms;grouping controls -Oracle Open Office Calc : forms;HTML filters -Oracle Open Office Calc : forms;Navigator -Oracle Open Office Calc : forms;opening in design mode -Oracle Open Office Calc : forms;properties -Oracle Open Office Calc : forms;sorting data -Oracle Open Office Calc : forms;subforms -Oracle Open Office Calc : forms;wizards -Oracle Open Office Calc : forms;XForms -Oracle Open Office Calc : formula bar -Oracle Open Office Calc : formula bar;accepting inputs -Oracle Open Office Calc : formula bar;canceling inputs -Oracle Open Office Calc : formula bar;functions -Oracle Open Office Calc : formula bar;input line -Oracle Open Office Calc : formula bar;sheet area names -Oracle Open Office Calc : formula bar;spreadsheets -Oracle Open Office Calc : formula bar;sum function -Oracle Open Office Calc : formula cells -Oracle Open Office Calc : formula cells;displaying formulas in other cells -Oracle Open Office Calc : formula cells;recognizing -Oracle Open Office Calc : formula cells;removing precedents -Oracle Open Office Calc : formula cells;tracing precedents -Oracle Open Office Calc : FORMULA function -Oracle Open Office Calc : formula list window -Oracle Open Office Calc : formula texts -Oracle Open Office Calc : formula texts;printing in Oracle Open Office Math -Oracle Open Office Calc : formulas -Oracle Open Office Calc : formulas;arrays -Oracle Open Office Calc : formulas;assigning cell formats -Oracle Open Office Calc : formulas;AutoCalculate function -Oracle Open Office Calc : formulas;calculating -Oracle Open Office Calc : formulas;calculating with -Oracle Open Office Calc : formulas;copying and pasting -Oracle Open Office Calc : formulas;defining names -Oracle Open Office Calc : formulas;displaying in cells -Oracle Open Office Calc : formulas;hiding -Oracle Open Office Calc : formulas;importing/exporting as csv files -Oracle Open Office Calc : formulas;inputting -Oracle Open Office Calc : formulas;matrix formulas -Oracle Open Office Calc : formulas;new -Oracle Open Office Calc : formulas;operators -Oracle Open Office Calc : formulas;printing, instead of results -Oracle Open Office Calc : formulas;recalculating manually -Oracle Open Office Calc : formulas;starting formula editor -Oracle Open Office Calc : formulas;status bar -Oracle Open Office Calc : formulas;using row/column labels -Oracle Open Office Calc : formulas in reports -Oracle Open Office Calc : formulas in reports;editing -Oracle Open Office Calc : forums and support -Oracle Open Office Calc : fractions -Oracle Open Office Calc : fractions;converting -Oracle Open Office Calc : fractions;entering -Oracle Open Office Calc : frames -Oracle Open Office Calc : frames;around paragraphs -Oracle Open Office Calc : frames;around tables -Oracle Open Office Calc : frames;AutoCorrect function -Oracle Open Office Calc : frames;backgrounds -Oracle Open Office Calc : frames;captions (Writer) -Oracle Open Office Calc : frames;printing in Oracle Open Office Math -Oracle Open Office Calc : frames;protecting -Oracle Open Office Calc : frames;selection frames -Oracle Open Office Calc : frames;text fitting to frames -Oracle Open Office Calc : freeform lines -Oracle Open Office Calc : freeform lines;draw functions -Oracle Open Office Calc : freezing rows or columns -Oracle Open Office Calc : FREQUENCY function -Oracle Open Office Calc : FTEST function -Oracle Open Office Calc : FTP -Oracle Open Office Calc : FTP;opening documents -Oracle Open Office Calc : FTP;saving documents -Oracle Open Office Calc : full joins (Base) -Oracle Open Office Calc : full screen view -Oracle Open Office Calc : full-text search in Help -Oracle Open Office Calc : function list window -Oracle Open Office Calc : Function Wizard -Oracle Open Office Calc : Function Wizard;add-ins -Oracle Open Office Calc : Function Wizard;arrays -Oracle Open Office Calc : Function Wizard;databases -Oracle Open Office Calc : Function Wizard;date & time -Oracle Open Office Calc : Function Wizard;financial -Oracle Open Office Calc : Function Wizard;information -Oracle Open Office Calc : Function Wizard;logical -Oracle Open Office Calc : Function Wizard;mathematical -Oracle Open Office Calc : Function Wizard;spreadsheets -Oracle Open Office Calc : Function Wizard;statistics -Oracle Open Office Calc : Function Wizard;text -Oracle Open Office Calc : functions -Oracle Open Office Calc : functions;accepting input icon -Oracle Open Office Calc : functions;add-in functions -Oracle Open Office Calc : functions;array functions -Oracle Open Office Calc : functions;canceling input icon -Oracle Open Office Calc : functions;database functions -Oracle Open Office Calc : functions;date & time -Oracle Open Office Calc : functions;financial functions -Oracle Open Office Calc : functions;formula bar icon -Oracle Open Office Calc : functions;Function Wizard -Oracle Open Office Calc : functions;information functions -Oracle Open Office Calc : functions;listed by category -Oracle Open Office Calc : functions;logical functions -Oracle Open Office Calc : functions;mathematical functions -Oracle Open Office Calc : functions;Oracle Open Office Calc add-in DLL -Oracle Open Office Calc : functions;spreadsheets -Oracle Open Office Calc : functions;statistics functions -Oracle Open Office Calc : functions;sum function icon -Oracle Open Office Calc : functions;text functions -Oracle Open Office Calc : functions;user-defined -Oracle Open Office Calc : functions in reports -Oracle Open Office Calc : functions in reports;editing -Oracle Open Office Calc : future values -Oracle Open Office Calc : future values;constant interest rates -Oracle Open Office Calc : future values;varying interest rates -Oracle Open Office Calc : FV function -Oracle Open Office Calc : FVSCHEDULE function -Oracle Open Office Calc : Gallery -Oracle Open Office Calc : Gallery;adding pictures -Oracle Open Office Calc : Gallery;dragging pictures to draw objects -Oracle Open Office Calc : Gallery;hiding/showing -Oracle Open Office Calc : Gallery;inserting pictures from -Oracle Open Office Calc : GAMMA function -Oracle Open Office Calc : GAMMADIST function -Oracle Open Office Calc : GAMMAINV function -Oracle Open Office Calc : GAMMALN function -Oracle Open Office Calc : GAUSS function -Oracle Open Office Calc : Gaussian error integral -Oracle Open Office Calc : GCD function -Oracle Open Office Calc : GCD_ADD function -Oracle Open Office Calc : GEOMEAN function -Oracle Open Office Calc : geometric lists -Oracle Open Office Calc : geometric-degressive depreciations -Oracle Open Office Calc : GESTEP function -Oracle Open Office Calc : get method for form transmissions -Oracle Open Office Calc : GETPIVOTDATA function -Oracle Open Office Calc : getting support -Oracle Open Office Calc : GIF format -Oracle Open Office Calc : glossaries -Oracle Open Office Calc : glossaries;common terms -Oracle Open Office Calc : glossaries;Internet terms -Oracle Open Office Calc : goal seeking -Oracle Open Office Calc : goal seeking;example -Oracle Open Office Calc : goal seeking;solver -Oracle Open Office Calc : gradients off for faster printing -Oracle Open Office Calc : graphic objects, see draw objects -Oracle Open Office Calc : graphical text art -Oracle Open Office Calc : graphics -Oracle Open Office Calc : graphics;cache -Oracle Open Office Calc : graphics;protecting -Oracle Open Office Calc : graphics, see also pictures -Oracle Open Office Calc : grayscale printing -Oracle Open Office Calc : greatest common divisor -Oracle Open Office Calc : grid controls -Oracle Open Office Calc : grid controls;form functions -Oracle Open Office Calc : grids -Oracle Open Office Calc : grids;defaults (Writer/Calc) -Oracle Open Office Calc : grids;display options (Impress/Draw) -Oracle Open Office Calc : grids;displaying lines (Calc) -Oracle Open Office Calc : grids;formatting axes -Oracle Open Office Calc : grids;hiding lines in sheets -Oracle Open Office Calc : grids;inserting in charts -Oracle Open Office Calc : grids;printing sheet grids -Oracle Open Office Calc : group box creation -Oracle Open Office Calc : grouping -Oracle Open Office Calc : grouping;cells -Oracle Open Office Calc : grouping;DataPilot tables -Oracle Open Office Calc : groups -Oracle Open Office Calc : groups;entering/exiting/ungrouping -Oracle Open Office Calc : groups;naming -Oracle Open Office Calc : groups;of controls -Oracle Open Office Calc : GROWTH function -Oracle Open Office Calc : growth series -Oracle Open Office Calc : guides -Oracle Open Office Calc : guides;display options (Impress/Draw) -Oracle Open Office Calc : guides;displaying when moving objects (Impress) -Oracle Open Office Calc : guides;showing (Calc) -Oracle Open Office Calc : guides;showing when moving frames (Writer) -Oracle Open Office Calc : gutter -Oracle Open Office Calc : handles -Oracle Open Office Calc : handles;displaying (Writer) -Oracle Open Office Calc : handles;scaling -Oracle Open Office Calc : handles;showing simple/large handles (Calc) -Oracle Open Office Calc : Hangul/Hanja -Oracle Open Office Calc : HARMEAN function -Oracle Open Office Calc : hatching -Oracle Open Office Calc : headers -Oracle Open Office Calc : headers;backgrounds -Oracle Open Office Calc : headers;defining -Oracle Open Office Calc : headers;freezing during table split -Oracle Open Office Calc : headers;printing on sheets -Oracle Open Office Calc : headings -Oracle Open Office Calc : headings;entering as text box -Oracle Open Office Calc : headings;repeating rows/columns as -Oracle Open Office Calc : Hebrew -Oracle Open Office Calc : Hebrew;entering text -Oracle Open Office Calc : Hebrew;language settings -Oracle Open Office Calc : heights of cells -Oracle Open Office Calc : Help -Oracle Open Office Calc : Help;bookmarks -Oracle Open Office Calc : Help;extended tips on/off -Oracle Open Office Calc : Help;full-text search -Oracle Open Office Calc : Help;Help tips -Oracle Open Office Calc : Help;keywords -Oracle Open Office Calc : Help;navigation pane showing/hiding -Oracle Open Office Calc : Help;style sheets -Oracle Open Office Calc : Help;topics -Oracle Open Office Calc : Help Agent -Oracle Open Office Calc : Help Agent;help -Oracle Open Office Calc : Help Agent;options -Oracle Open Office Calc : Help tips -Oracle Open Office Calc : Help tips;defining text for cell input -Oracle Open Office Calc : Help tips;hiding -Oracle Open Office Calc : HEX2BIN function -Oracle Open Office Calc : HEX2DEC function -Oracle Open Office Calc : HEX2OCT function -Oracle Open Office Calc : hexadecimal system -Oracle Open Office Calc : hexadecimal system;converting to -Oracle Open Office Calc : hidden cells -Oracle Open Office Calc : hidden controls in Form Navigator -Oracle Open Office Calc : hidden fields display (Writer) -Oracle Open Office Calc : hidden pages -Oracle Open Office Calc : hidden pages;printing in presentations -Oracle Open Office Calc : hidden text -Oracle Open Office Calc : hidden text;showing (Writer) -Oracle Open Office Calc : hiding -Oracle Open Office Calc : hiding;changes -Oracle Open Office Calc : hiding;chart legends -Oracle Open Office Calc : hiding;columns -Oracle Open Office Calc : hiding;data fields, from calculations in Data Pilot -Oracle Open Office Calc : hiding;docked windows -Oracle Open Office Calc : hiding;formulas -Oracle Open Office Calc : hiding;headers/grid lines -Oracle Open Office Calc : hiding;navigation pane in Help window -Oracle Open Office Calc : hiding;rows -Oracle Open Office Calc : hiding;sheet details -Oracle Open Office Calc : hiding;sheets -Oracle Open Office Calc : high contrast mode -Oracle Open Office Calc : highlighting -Oracle Open Office Calc : highlighting;negative numbers -Oracle Open Office Calc : highlighting;values in sheets -Oracle Open Office Calc : Hindi -Oracle Open Office Calc : Hindi;entering text -Oracle Open Office Calc : Hindi;language settings -Oracle Open Office Calc : HLOOKUP function -Oracle Open Office Calc : horizontal scrollbars (Writer) -Oracle Open Office Calc : hotspots -Oracle Open Office Calc : HOUR function -Oracle Open Office Calc : HowTos for Calc -Oracle Open Office Calc : HowTos for charts -Oracle Open Office Calc : HTML -Oracle Open Office Calc : HTML;definition -Oracle Open Office Calc : HTML;export character set -Oracle Open Office Calc : HTML;fonts for source display -Oracle Open Office Calc : HTML;importing META tags -Oracle Open Office Calc : HTML;in sheet cells -Oracle Open Office Calc : HTML;live presentations -Oracle Open Office Calc : HTML;sheets -Oracle Open Office Calc : HTML documents -Oracle Open Office Calc : HTML documents;auto reloading -Oracle Open Office Calc : HTML documents;importing/exporting -Oracle Open Office Calc : HTML documents;META tags in -Oracle Open Office Calc : HTML documents;new -Oracle Open Office Calc : HTML documents;source text -Oracle Open Office Calc : HTML WebQuery -Oracle Open Office Calc : HYPERLINK function -Oracle Open Office Calc : hyperlinks -Oracle Open Office Calc : hyperlinks;assigning macros -Oracle Open Office Calc : hyperlinks;character formats -Oracle Open Office Calc : hyperlinks;definition -Oracle Open Office Calc : hyperlinks;deleting -Oracle Open Office Calc : hyperlinks;editing -Oracle Open Office Calc : hyperlinks;inserting -Oracle Open Office Calc : hyperlinks;relative and absolute -Oracle Open Office Calc : hyperlinks;turning off automatic recognition -Oracle Open Office Calc : hyperlinks, see also links -Oracle Open Office Calc : HYPGEOMDIST function -Oracle Open Office Calc : hyphenation -Oracle Open Office Calc : hyphenation;activating for a language -Oracle Open Office Calc : hyphenation;in spreadsheets -Oracle Open Office Calc : hyphenation;minimal number of characters -Oracle Open Office Calc : hyphens -Oracle Open Office Calc : hyphens;displaying custom (Writer) -Oracle Open Office Calc : hyphens;inserting custom -Oracle Open Office Calc : icon bars, see toolbars -Oracle Open Office Calc : icon sizes -Oracle Open Office Calc : IDE -Oracle Open Office Calc : IDE;Basic IDE -Oracle Open Office Calc : IF function -Oracle Open Office Calc : ignore list for spellcheck -Oracle Open Office Calc : illumination -Oracle Open Office Calc : illumination;3D charts -Oracle Open Office Calc : illustrations, see pictures -Oracle Open Office Calc : IMABS function -Oracle Open Office Calc : image button creation -Oracle Open Office Calc : image control creation -Oracle Open Office Calc : ImageMap -Oracle Open Office Calc : ImageMap;definition -Oracle Open Office Calc : ImageMap;editor -Oracle Open Office Calc : images -Oracle Open Office Calc : images;ImageMap -Oracle Open Office Calc : images;inserting and editing bitmaps -Oracle Open Office Calc : images, see also pictures -Oracle Open Office Calc : IMAGINARY function -Oracle Open Office Calc : imaginary numbers in analysis functions -Oracle Open Office Calc : IMARGUMENT function -Oracle Open Office Calc : IMCONJUGATE function -Oracle Open Office Calc : IMCOS function -Oracle Open Office Calc : IMDIV function -Oracle Open Office Calc : IME -Oracle Open Office Calc : IME;definition -Oracle Open Office Calc : IME;showing/hiding -Oracle Open Office Calc : IMEXP function -Oracle Open Office Calc : IMLN function -Oracle Open Office Calc : IMLOG10 function -Oracle Open Office Calc : IMLOG2 function -Oracle Open Office Calc : implicit array handling -Oracle Open Office Calc : import filters -Oracle Open Office Calc : import restrictions for Microsoft Office -Oracle Open Office Calc : importing -Oracle Open Office Calc : importing;bitmaps -Oracle Open Office Calc : importing;compatibility settings for text import -Oracle Open Office Calc : importing;csv files with formulas -Oracle Open Office Calc : importing;databases -Oracle Open Office Calc : importing;dBASE files -Oracle Open Office Calc : importing;documents in other formats -Oracle Open Office Calc : importing;from XML -Oracle Open Office Calc : importing;HTML and text documents -Oracle Open Office Calc : importing;HTML with META tags -Oracle Open Office Calc : importing;Microsoft Office documents with VBA code -Oracle Open Office Calc : importing;tables as text -Oracle Open Office Calc : importing;tables in text format -Oracle Open Office Calc : importing;templates -Oracle Open Office Calc : IMPOWER function -Oracle Open Office Calc : IMPRODUCT function -Oracle Open Office Calc : improvement program -Oracle Open Office Calc : IMREAL function -Oracle Open Office Calc : IMSIN function -Oracle Open Office Calc : IMSQRT function -Oracle Open Office Calc : IMSUB function -Oracle Open Office Calc : IMSUM function -Oracle Open Office Calc : inches -Oracle Open Office Calc : increasing scales in page view -Oracle Open Office Calc : INDEX function -Oracle Open Office Calc : Index tab in Help -Oracle Open Office Calc : indexes -Oracle Open Office Calc : indexes;backgrounds -Oracle Open Office Calc : indexes;showing/hiding Help index tab -Oracle Open Office Calc : indicator lines in text -Oracle Open Office Calc : INDIRECT function -Oracle Open Office Calc : INFO function -Oracle Open Office Calc : information functions -Oracle Open Office Calc : information on cells -Oracle Open Office Calc : inline array constants -Oracle Open Office Calc : inner joins (Base) -Oracle Open Office Calc : inner products -Oracle Open Office Calc : input line in formula bar -Oracle Open Office Calc : input method window -Oracle Open Office Calc : input support in spreadsheets -Oracle Open Office Calc : insert mode for entering text -Oracle Open Office Calc : inserting -Oracle Open Office Calc : inserting;breaks -Oracle Open Office Calc : inserting;buttons in toolbars -Oracle Open Office Calc : inserting;cell ranges -Oracle Open Office Calc : inserting;cell ranges from spreadsheets -Oracle Open Office Calc : inserting;cells -Oracle Open Office Calc : inserting;cells, by drag and drop -Oracle Open Office Calc : inserting;cells, toolbar icon -Oracle Open Office Calc : inserting;charts -Oracle Open Office Calc : inserting;clipboard options -Oracle Open Office Calc : inserting;columns -Oracle Open Office Calc : inserting;comments -Oracle Open Office Calc : inserting;data from text documents -Oracle Open Office Calc : inserting;datasource records in spreadsheets -Oracle Open Office Calc : inserting;drawings -Oracle Open Office Calc : inserting;external data -Oracle Open Office Calc : inserting;floating frames -Oracle Open Office Calc : inserting;Fontwork objects -Oracle Open Office Calc : inserting;form fields -Oracle Open Office Calc : inserting;formulas -Oracle Open Office Calc : inserting;fractions -Oracle Open Office Calc : inserting;hyperlinks -Oracle Open Office Calc : inserting;line breaks in cells -Oracle Open Office Calc : inserting;manual column breaks -Oracle Open Office Calc : inserting;manual row breaks -Oracle Open Office Calc : inserting;matrix formulas -Oracle Open Office Calc : inserting;movies/sounds -Oracle Open Office Calc : inserting;new text tables defaults -Oracle Open Office Calc : inserting;objects from Gallery -Oracle Open Office Calc : inserting;objects, toolbar icon -Oracle Open Office Calc : inserting;OLE objects -Oracle Open Office Calc : inserting;paragraph borders -Oracle Open Office Calc : inserting;paragraph bullets -Oracle Open Office Calc : inserting;pictures in Gallery -Oracle Open Office Calc : inserting;plug-ins -Oracle Open Office Calc : inserting;push buttons -Oracle Open Office Calc : inserting;references, by drag and drop -Oracle Open Office Calc : inserting;rows -Oracle Open Office Calc : inserting;sheets -Oracle Open Office Calc : inserting;special characters -Oracle Open Office Calc : inserting;tab stops -Oracle Open Office Calc : inserting;textures on chart bars -Oracle Open Office Calc : inserting;values -Oracle Open Office Calc : inserting functions -Oracle Open Office Calc : inserting functions;function list window -Oracle Open Office Calc : inserting functions;Function Wizard -Oracle Open Office Calc : installing -Oracle Open Office Calc : installing;ActiveX control -Oracle Open Office Calc : installing;mobile device filters -Oracle Open Office Calc : installing;UNO components -Oracle Open Office Calc : installing;XML filters -Oracle Open Office Calc : instructions -Oracle Open Office Calc : instructions;general -Oracle Open Office Calc : instructions;Oracle Open Office Calc -Oracle Open Office Calc : INT function -Oracle Open Office Calc : integers with leading zeros -Oracle Open Office Calc : INTERCEPT function -Oracle Open Office Calc : interests for unchanged amortization installments -Oracle Open Office Calc : internal rates of return -Oracle Open Office Calc : internal rates of return;irregular payments -Oracle Open Office Calc : internal rates of return;modified -Oracle Open Office Calc : internal rates of return;regular payments -Oracle Open Office Calc : international currency formats -Oracle Open Office Calc : Internet -Oracle Open Office Calc : Internet;checking for updates -Oracle Open Office Calc : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Calc : Internet;presentations -Oracle Open Office Calc : Internet;starting searches -Oracle Open Office Calc : Internet glossary -Oracle Open Office Calc : intersection operator -Oracle Open Office Calc : intersections -Oracle Open Office Calc : INTRATE function -Oracle Open Office Calc : invalid data -Oracle Open Office Calc : invalid data;marking -Oracle Open Office Calc : invalid names -Oracle Open Office Calc : invalid names;error messages -Oracle Open Office Calc : invalid references -Oracle Open Office Calc : invalid references;error messages -Oracle Open Office Calc : inverse arrays -Oracle Open Office Calc : inverse F probability distribution -Oracle Open Office Calc : inverse of Fisher transformation -Oracle Open Office Calc : inverse of lognormal distribution -Oracle Open Office Calc : inverse of t-distribution -Oracle Open Office Calc : invert filter -Oracle Open Office Calc : inverting tables -Oracle Open Office Calc : invisible areas -Oracle Open Office Calc : invisible cells -Oracle Open Office Calc : IPMT function -Oracle Open Office Calc : IRR function -Oracle Open Office Calc : ISBLANK function -Oracle Open Office Calc : ISERR function -Oracle Open Office Calc : ISERROR function -Oracle Open Office Calc : ISEVEN function -Oracle Open Office Calc : ISEVEN_ADD function -Oracle Open Office Calc : ISFORMULA function -Oracle Open Office Calc : ISLEAPYEAR function -Oracle Open Office Calc : ISLOGICAL function -Oracle Open Office Calc : ISNA function -Oracle Open Office Calc : ISNONTEXT function -Oracle Open Office Calc : ISNUMBER function -Oracle Open Office Calc : ISODD function -Oracle Open Office Calc : ISODD_ADD function -Oracle Open Office Calc : ISPMT function -Oracle Open Office Calc : ISREF function -Oracle Open Office Calc : ISTEXT function -Oracle Open Office Calc : italic text -Oracle Open Office Calc : iterative references in spreadsheets -Oracle Open Office Calc : Java -Oracle Open Office Calc : Java;definition -Oracle Open Office Calc : Java;setting options -Oracle Open Office Calc : JDBC -Oracle Open Office Calc : JDBC;databases (Base) -Oracle Open Office Calc : JDBC;definition -Oracle Open Office Calc : JIS function -Oracle Open Office Calc : joining -Oracle Open Office Calc : joining;paragraphs -Oracle Open Office Calc : joining;tables (Base) -Oracle Open Office Calc : joins in databases (Base) -Oracle Open Office Calc : justifying text -Oracle Open Office Calc : kerning -Oracle Open Office Calc : kerning;Asian texts -Oracle Open Office Calc : kerning;definition -Oracle Open Office Calc : kerning;in characters -Oracle Open Office Calc : key fields for relations (Base) -Oracle Open Office Calc : keyboard -Oracle Open Office Calc : keyboard;assigning/editing shortcut keys -Oracle Open Office Calc : keyboard;general commands -Oracle Open Office Calc : keyboard;removing numbering -Oracle Open Office Calc : keys -Oracle Open Office Calc : keys;adding push buttons -Oracle Open Office Calc : keys;primary keys (Base) -Oracle Open Office Calc : kiosk export -Oracle Open Office Calc : KURT function -Oracle Open Office Calc : label ranges in sheets -Oracle Open Office Calc : labels -Oracle Open Office Calc : labels;creating and synchronizing -Oracle Open Office Calc : labels;for charts -Oracle Open Office Calc : labels;for draw objects -Oracle Open Office Calc : labels;form functions -Oracle Open Office Calc : labels;from databases -Oracle Open Office Calc : labels, see also names/callouts -Oracle Open Office Calc : landscape printing -Oracle Open Office Calc : languages -Oracle Open Office Calc : languages;activating modules -Oracle Open Office Calc : languages;Asian support -Oracle Open Office Calc : languages;complex text layout -Oracle Open Office Calc : languages;locale settings -Oracle Open Office Calc : languages;selecting for text -Oracle Open Office Calc : languages;setting options -Oracle Open Office Calc : languages;spellcheck -Oracle Open Office Calc : languages;spellchecking and formatting -Oracle Open Office Calc : LARGE function -Oracle Open Office Calc : large handles (Writer) -Oracle Open Office Calc : large icons -Oracle Open Office Calc : layer arrangement -Oracle Open Office Calc : layout -Oracle Open Office Calc : layout;importing Word documents -Oracle Open Office Calc : layout;pages -Oracle Open Office Calc : layout;spreadsheets -Oracle Open Office Calc : LCM function -Oracle Open Office Calc : LCM_ADD function -Oracle Open Office Calc : LDAP server -Oracle Open Office Calc : LDAP server;address books (Base) -Oracle Open Office Calc : LDAP server;sign on options -Oracle Open Office Calc : leading between paragraphs -Oracle Open Office Calc : leading zeros -Oracle Open Office Calc : leap year determination -Oracle Open Office Calc : least common multiples -Oracle Open Office Calc : left alignment of paragraphs -Oracle Open Office Calc : LEFT function -Oracle Open Office Calc : left joins (Base) -Oracle Open Office Calc : legends -Oracle Open Office Calc : legends;charts -Oracle Open Office Calc : legends;draw objects -Oracle Open Office Calc : legends;rounding corners -Oracle Open Office Calc : LEN function -Oracle Open Office Calc : Letter Wizard -Oracle Open Office Calc : levels -Oracle Open Office Calc : levels;depth stagger -Oracle Open Office Calc : levels;macro security -Oracle Open Office Calc : limits -Oracle Open Office Calc : limits;specifying value limits on input -Oracle Open Office Calc : limits of tables (Writer) -Oracle Open Office Calc : line arrangements with cells -Oracle Open Office Calc : line breaks -Oracle Open Office Calc : line breaks;in cells -Oracle Open Office Calc : line charts -Oracle Open Office Calc : line spacing -Oracle Open Office Calc : line spacing;context menu in paragraphs -Oracle Open Office Calc : line spacing;paragraph -Oracle Open Office Calc : line styles -Oracle Open Office Calc : line styles;applying -Oracle Open Office Calc : line styles;defining -Oracle Open Office Calc : linear depreciations -Oracle Open Office Calc : linear series -Oracle Open Office Calc : lines -Oracle Open Office Calc : lines;defining ends -Oracle Open Office Calc : lines;draw functions -Oracle Open Office Calc : lines;drawing in text -Oracle Open Office Calc : lines;editing points -Oracle Open Office Calc : lines;removing automatic lines -Oracle Open Office Calc : lines of text -Oracle Open Office Calc : lines of text;alignment -Oracle Open Office Calc : LINEST function -Oracle Open Office Calc : links -Oracle Open Office Calc : links;between cells and controls -Oracle Open Office Calc : links;by drag and drop -Oracle Open Office Calc : links;character formats -Oracle Open Office Calc : links;definition -Oracle Open Office Calc : links;editing hyperlinks -Oracle Open Office Calc : links;inserting -Oracle Open Office Calc : links;modifying -Oracle Open Office Calc : links;opening files with -Oracle Open Office Calc : links;relational databases (Base) -Oracle Open Office Calc : links;turning off automatic recognition -Oracle Open Office Calc : links;updating options (Writer) -Oracle Open Office Calc : links;updating specific links -Oracle Open Office Calc : list box creation -Oracle Open Office Calc : list of functions -Oracle Open Office Calc : lists -Oracle Open Office Calc : lists;data assigned to controls -Oracle Open Office Calc : lists;registered databases (Base) -Oracle Open Office Calc : lists;regular expressions -Oracle Open Office Calc : lists;user-defined -Oracle Open Office Calc : live presentations on the Internet -Oracle Open Office Calc : LN function -Oracle Open Office Calc : loading -Oracle Open Office Calc : loading;documents -Oracle Open Office Calc : loading;documents from other formats -Oracle Open Office Calc : loading;HTML documents, automatically -Oracle Open Office Calc : loading;Microsoft Office documents with VBA code -Oracle Open Office Calc : loading;reloading -Oracle Open Office Calc : loading;XML files -Oracle Open Office Calc : locale settings -Oracle Open Office Calc : LOG function -Oracle Open Office Calc : LOG10 function -Oracle Open Office Calc : logarithmic scaling along axes -Oracle Open Office Calc : logarithms -Oracle Open Office Calc : LOGEST function -Oracle Open Office Calc : logical functions -Oracle Open Office Calc : logical number formats -Oracle Open Office Calc : LOGINV function -Oracle Open Office Calc : LOGNORMDIST function -Oracle Open Office Calc : LOOKUP function -Oracle Open Office Calc : LOWER function -Oracle Open Office Calc : lowercase letters -Oracle Open Office Calc : lowercase letters;AutoInput function (in cells) -Oracle Open Office Calc : lowercase letters;font effects -Oracle Open Office Calc : lowest common multiples -Oracle Open Office Calc : Macauley duration -Oracle Open Office Calc : Macro Wizard (Base) -Oracle Open Office Calc : macros -Oracle Open Office Calc : macros;assigning to events in forms -Oracle Open Office Calc : macros;attaching new (Base) -Oracle Open Office Calc : macros;in MS Office documents -Oracle Open Office Calc : macros;interrupting -Oracle Open Office Calc : macros;organizing -Oracle Open Office Calc : macros;recording -Oracle Open Office Calc : macros;running when incorrect input -Oracle Open Office Calc : macros;security -Oracle Open Office Calc : macros;security levels -Oracle Open Office Calc : macros;security warning dialog -Oracle Open Office Calc : macros;selecting security warnings -Oracle Open Office Calc : magnifiers -Oracle Open Office Calc : manual column breaks -Oracle Open Office Calc : manual row breaks -Oracle Open Office Calc : margins -Oracle Open Office Calc : margins;pages -Oracle Open Office Calc : margins;setting with the mouse -Oracle Open Office Calc : margins;shadows -Oracle Open Office Calc : marking cells -Oracle Open Office Calc : marking changes -Oracle Open Office Calc : marking, see selecting -Oracle Open Office Calc : MATCH function -Oracle Open Office Calc : Math formula editor -Oracle Open Office Calc : mathematical functions -Oracle Open Office Calc : matrices -Oracle Open Office Calc : matrices;calculations -Oracle Open Office Calc : matrices;entering matrix formulas -Oracle Open Office Calc : matrices;functions -Oracle Open Office Calc : MAX function -Oracle Open Office Calc : MAXA function -Oracle Open Office Calc : maximum values in Calc databases -Oracle Open Office Calc : MDETERM function -Oracle Open Office Calc : MDURATION function -Oracle Open Office Calc : mean value lines in charts -Oracle Open Office Calc : means -Oracle Open Office Calc : means;geometric -Oracle Open Office Calc : means;harmonic -Oracle Open Office Calc : means;of data set without margin data -Oracle Open Office Calc : measurement units -Oracle Open Office Calc : measurement units;changing on rulers -Oracle Open Office Calc : measurement units;converting -Oracle Open Office Calc : measurement units;selecting -Oracle Open Office Calc : Media Player window -Oracle Open Office Calc : MEDIAN function -Oracle Open Office Calc : menus -Oracle Open Office Calc : menus;activating context menus -Oracle Open Office Calc : menus;assigning macros -Oracle Open Office Calc : menus;customizing -Oracle Open Office Calc : merging -Oracle Open Office Calc : merging;cells -Oracle Open Office Calc : merging;data ranges -Oracle Open Office Calc : merging;documents -Oracle Open Office Calc : META tags -Oracle Open Office Calc : metrics -Oracle Open Office Calc : metrics;converting -Oracle Open Office Calc : metrics;document formatting (Writer) -Oracle Open Office Calc : metrics;in sheets -Oracle Open Office Calc : Microsoft Excel functions -Oracle Open Office Calc : Microsoft Office -Oracle Open Office Calc : Microsoft Office;Access databases (base) -Oracle Open Office Calc : Microsoft Office;as default file format -Oracle Open Office Calc : Microsoft Office;document import restrictions -Oracle Open Office Calc : Microsoft Office;feature comparisons -Oracle Open Office Calc : Microsoft Office;importing password protected files -Oracle Open Office Calc : Microsoft Office;importing Word documents -Oracle Open Office Calc : Microsoft Office;importing/exporting VBA code -Oracle Open Office Calc : Microsoft Office;new users information -Oracle Open Office Calc : Microsoft Office;opening Microsoft documents -Oracle Open Office Calc : Microsoft Office;reassigning document types -Oracle Open Office Calc : MID function -Oracle Open Office Calc : migrating macros (Base) -Oracle Open Office Calc : MIN function -Oracle Open Office Calc : MINA function -Oracle Open Office Calc : minimum values in Calc databases -Oracle Open Office Calc : minus sign, see also operators -Oracle Open Office Calc : MINUTE function -Oracle Open Office Calc : MINVERSE function -Oracle Open Office Calc : MIRR function -Oracle Open Office Calc : MMULT function -Oracle Open Office Calc : mobile device filters -Oracle Open Office Calc : MOD function -Oracle Open Office Calc : MODE function -Oracle Open Office Calc : models in XForms -Oracle Open Office Calc : modified internal rates of return -Oracle Open Office Calc : modifying, see changing -Oracle Open Office Calc : MONTH function -Oracle Open Office Calc : MONTHS function -Oracle Open Office Calc : more controls -Oracle Open Office Calc : mosaic filter -Oracle Open Office Calc : most common value -Oracle Open Office Calc : mouse -Oracle Open Office Calc : mouse;pointers when using drag and drop -Oracle Open Office Calc : mouse;positioning -Oracle Open Office Calc : movies -Oracle Open Office Calc : moving -Oracle Open Office Calc : moving;cells by drag and drop -Oracle Open Office Calc : moving;spreadsheets -Oracle Open Office Calc : moving;tab stops on ruler -Oracle Open Office Calc : moving;toolbars -Oracle Open Office Calc : moving;using guide lines in presentations -Oracle Open Office Calc : moving;visible cells only -Oracle Open Office Calc : MROUND function -Oracle Open Office Calc : MS ADO interface (Base) -Oracle Open Office Calc : multi-line text in cells -Oracle Open Office Calc : multi-line titles in forms -Oracle Open Office Calc : MULTINOMIAL function -Oracle Open Office Calc : multiple cells selection -Oracle Open Office Calc : multiple documents -Oracle Open Office Calc : multiple documents;opening -Oracle Open Office Calc : multiple operations -Oracle Open Office Calc : multiple selection -Oracle Open Office Calc : multiple sheets -Oracle Open Office Calc : multiplication sign, see also operators -Oracle Open Office Calc : multiplying -Oracle Open Office Calc : multiplying;cell contents in Calc databases -Oracle Open Office Calc : multiplying;numbers -Oracle Open Office Calc : MUNIT function -Oracle Open Office Calc : music -Oracle Open Office Calc : My Documents folder -Oracle Open Office Calc : My Documents folder;changing work directory -Oracle Open Office Calc : My Documents folder;opening -Oracle Open Office Calc : MySQL databases (Base) -Oracle Open Office Calc : N function -Oracle Open Office Calc : NA function -Oracle Open Office Calc : name recognition on/off -Oracle Open Office Calc : names -Oracle Open Office Calc : names;defining for cells -Oracle Open Office Calc : names;for cell ranges -Oracle Open Office Calc : names;multi-line titles -Oracle Open Office Calc : names;objects -Oracle Open Office Calc : names;sheets -Oracle Open Office Calc : names, see also labels/callouts -Oracle Open Office Calc : namespace organization in XForms -Oracle Open Office Calc : native SQL (Base) -Oracle Open Office Calc : natural language addressing -Oracle Open Office Calc : natural logarithm -Oracle Open Office Calc : natural logarithm of Gamma function -Oracle Open Office Calc : natural sort algorithm -Oracle Open Office Calc : navigating -Oracle Open Office Calc : navigating;in documents -Oracle Open Office Calc : navigating;in spreadsheets -Oracle Open Office Calc : Navigation bar -Oracle Open Office Calc : Navigation bar;controls -Oracle Open Office Calc : Navigation bar;forms -Oracle Open Office Calc : Navigator -Oracle Open Office Calc : Navigator;comments -Oracle Open Office Calc : Navigator;contents as lists -Oracle Open Office Calc : Navigator;docking -Oracle Open Office Calc : Navigator;for sheets -Oracle Open Office Calc : Navigator;working with -Oracle Open Office Calc : nearest multiple -Oracle Open Office Calc : negative binomial distribution -Oracle Open Office Calc : negative numbers -Oracle Open Office Calc : NEGBINOMDIST function -Oracle Open Office Calc : net annual interest rates -Oracle Open Office Calc : net charts -Oracle Open Office Calc : net present values -Oracle Open Office Calc : network identity options -Oracle Open Office Calc : NETWORKDAYS function -Oracle Open Office Calc : new databases -Oracle Open Office Calc : new documents -Oracle Open Office Calc : new lines in cells -Oracle Open Office Calc : new windows -Oracle Open Office Calc : NOMINAL function -Oracle Open Office Calc : nominal interest rates -Oracle Open Office Calc : NOMINAL_ADD function -Oracle Open Office Calc : non-breaking dashes -Oracle Open Office Calc : non-breaking spaces (Writer) -Oracle Open Office Calc : non-printing characters (Writer) -Oracle Open Office Calc : normal distribution -Oracle Open Office Calc : normal distribution;inverse of -Oracle Open Office Calc : normal distribution;inverse of standard -Oracle Open Office Calc : normal distribution;standard -Oracle Open Office Calc : normal distribution;statistics -Oracle Open Office Calc : NORMDIST function -Oracle Open Office Calc : NORMINV function -Oracle Open Office Calc : NORMSDIST function -Oracle Open Office Calc : NORMSINV function -Oracle Open Office Calc : NOT function -Oracle Open Office Calc : NOW function -Oracle Open Office Calc : NPER function -Oracle Open Office Calc : NPV function -Oracle Open Office Calc : null values -Oracle Open Office Calc : null values;printing -Oracle Open Office Calc : number completion on/off -Oracle Open Office Calc : number formats -Oracle Open Office Calc : number formats;adding/deleting decimal places in cells -Oracle Open Office Calc : number formats;codes -Oracle Open Office Calc : number formats;colors for negative numbers -Oracle Open Office Calc : number formats;formats -Oracle Open Office Calc : number formats;logical -Oracle Open Office Calc : number formats;millions -Oracle Open Office Calc : number formats;recognition in text tables -Oracle Open Office Calc : number of combinations -Oracle Open Office Calc : number of combinations with repetitions -Oracle Open Office Calc : number of coupons -Oracle Open Office Calc : number of days -Oracle Open Office Calc : number of days;in a specific month of a year -Oracle Open Office Calc : number of days;in a specific year -Oracle Open Office Calc : number of entries -Oracle Open Office Calc : number of months between two dates -Oracle Open Office Calc : number of pages -Oracle Open Office Calc : number of payment periods -Oracle Open Office Calc : number of permutations -Oracle Open Office Calc : number of sheets -Oracle Open Office Calc : number of sheets;function -Oracle Open Office Calc : number of sheets -Oracle Open Office Calc : number of tables -Oracle Open Office Calc : number of weeks -Oracle Open Office Calc : number of weeks;between two dates -Oracle Open Office Calc : number of weeks;in a specific year -Oracle Open Office Calc : number of years between two dates -Oracle Open Office Calc : number series import -Oracle Open Office Calc : numbering -Oracle Open Office Calc : numbering;options -Oracle Open Office Calc : numbering;turning off -Oracle Open Office Calc : numbering;using automatically -Oracle Open Office Calc : numbers -Oracle Open Office Calc : numbers;as text -Oracle Open Office Calc : numbers;changing text/number formats -Oracle Open Office Calc : numbers;counting -Oracle Open Office Calc : numbers;date, time and currency formats -Oracle Open Office Calc : numbers;decimal places -Oracle Open Office Calc : numbers;decimal places (Calc) -Oracle Open Office Calc : numbers;determining ranks -Oracle Open Office Calc : numbers;entering fractions -Oracle Open Office Calc : numbers;entering without number formats -Oracle Open Office Calc : numbers;filter sheets -Oracle Open Office Calc : numbers;formatting in tables -Oracle Open Office Calc : numbers;formatting options for selected cells -Oracle Open Office Calc : numbers;greater than or equal to -Oracle Open Office Calc : numbers;highlighting negative numbers -Oracle Open Office Calc : numbers;multiplying -Oracle Open Office Calc : numbers;rounded off -Oracle Open Office Calc : numbers;rounding down to next integer -Oracle Open Office Calc : numbers;rounding up/down to even integers -Oracle Open Office Calc : numbers;user-defined formatting in tables -Oracle Open Office Calc : numbers;with leading zeros -Oracle Open Office Calc : numerical fields in forms -Oracle Open Office Calc : objects -Oracle Open Office Calc : objects;always moveable (Impress/Draw) -Oracle Open Office Calc : objects;arranging within stacks -Oracle Open Office Calc : objects;copying when moving in presentations -Oracle Open Office Calc : objects;definition -Oracle Open Office Calc : objects;displaying in spreadsheets -Oracle Open Office Calc : objects;displaying in text documents -Oracle Open Office Calc : objects;editing -Oracle Open Office Calc : objects;inserting from Gallery -Oracle Open Office Calc : objects;inserting OLE objects -Oracle Open Office Calc : objects;moving and resizing with mouse -Oracle Open Office Calc : objects;naming -Oracle Open Office Calc : objects;opening -Oracle Open Office Calc : objects;properties of charts -Oracle Open Office Calc : objects;quickly moving to -Oracle Open Office Calc : objects;titles and descriptions -Oracle Open Office Calc : OCT2BIN function -Oracle Open Office Calc : OCT2DEC function -Oracle Open Office Calc : OCT2HEX function -Oracle Open Office Calc : ODBC -Oracle Open Office Calc : ODBC;database (Base) -Oracle Open Office Calc : ODBC;definition -Oracle Open Office Calc : ODD function -Oracle Open Office Calc : odd integers -Oracle Open Office Calc : ODDFPRICE function -Oracle Open Office Calc : ODDFYIELD function -Oracle Open Office Calc : ODDLPRICE function -Oracle Open Office Calc : ODDLYIELD function -Oracle Open Office Calc : ODF file formats -Oracle Open Office Calc : Office -Oracle Open Office Calc : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Calc : OFFSET function -Oracle Open Office Calc : OLE -Oracle Open Office Calc : OLE;definition -Oracle Open Office Calc : OLE objects -Oracle Open Office Calc : OLE objects;arranging within stacks -Oracle Open Office Calc : OLE objects;captions (Writer) -Oracle Open Office Calc : OLE objects;inserting -Oracle Open Office Calc : OLE objects;number of -Oracle Open Office Calc : OLE objects;protecting -Oracle Open Office Calc : one and a half line spacing in text -Oracle Open Office Calc : online feedback options -Oracle Open Office Calc : online registration -Oracle Open Office Calc : online update options -Oracle Open Office Calc : online updates -Oracle Open Office Calc : online updates;checking automatically -Oracle Open Office Calc : online updates;checking manually -Oracle Open Office Calc : Open/Save dialogs -Oracle Open Office Calc : OpenDocument file formats -Oracle Open Office Calc : OpenGL -Oracle Open Office Calc : OpenGL;definition -Oracle Open Office Calc : opening -Oracle Open Office Calc : opening;context menus -Oracle Open Office Calc : opening;database files -Oracle Open Office Calc : opening;dialog settings -Oracle Open Office Calc : opening;documents -Oracle Open Office Calc : opening;documents from other formats -Oracle Open Office Calc : opening;documents on WebDAV server -Oracle Open Office Calc : opening;files with links -Oracle Open Office Calc : opening;files, with placeholders -Oracle Open Office Calc : opening;forms -Oracle Open Office Calc : opening;Microsoft Office files -Oracle Open Office Calc : opening;mobile device documents -Oracle Open Office Calc : opening;objects -Oracle Open Office Calc : opening;reports -Oracle Open Office Calc : opening;scenarios -Oracle Open Office Calc : opening;several files -Oracle Open Office Calc : opening;sheets in HTML -Oracle Open Office Calc : opening;text csv files -Oracle Open Office Calc : opening;XForms -Oracle Open Office Calc : operators -Oracle Open Office Calc : operators;default filters -Oracle Open Office Calc : operators;formula functions -Oracle Open Office Calc : optimal column widths -Oracle Open Office Calc : optimal row heights -Oracle Open Office Calc : optional hyphens (Writer) -Oracle Open Office Calc : options -Oracle Open Office Calc : options;accessibility -Oracle Open Office Calc : options;appearance -Oracle Open Office Calc : options;compatibility (Writer) -Oracle Open Office Calc : options;improvement program -Oracle Open Office Calc : options;network identity -Oracle Open Office Calc : options;online update -Oracle Open Office Calc : options;tools -Oracle Open Office Calc : OR function -Oracle Open Office Calc : Oracle databases (base) -Oracle Open Office Calc : Oracle Open Office Base data sources -Oracle Open Office Calc : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Calc : Oracle Open Office documents -Oracle Open Office Calc : Oracle Open Office documents;mobile device filters -Oracle Open Office Calc : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Calc : Oracle Open Office Math start -Oracle Open Office Calc : order of chart data -Oracle Open Office Calc : ordering -Oracle Open Office Calc : ordering;objects -Oracle Open Office Calc : organizing -Oracle Open Office Calc : organizing;macros and scripts -Oracle Open Office Calc : organizing;namespaces in XForms -Oracle Open Office Calc : organizing;styles -Oracle Open Office Calc : organizing;templates -Oracle Open Office Calc : original size -Oracle Open Office Calc : original size;printing in Oracle Open Office Math -Oracle Open Office Calc : original size;restoring after cropping -Oracle Open Office Calc : outlines -Oracle Open Office Calc : outlines;font effects -Oracle Open Office Calc : outlines;outline symbols -Oracle Open Office Calc : outlines;sending to presentations -Oracle Open Office Calc : outlines;sheets -Oracle Open Office Calc : output ranges of DataPilot tables -Oracle Open Office Calc : overwrite mode -Oracle Open Office Calc : packages, see extensions -Oracle Open Office Calc : page breaks -Oracle Open Office Calc : page breaks;displaying (Calc) -Oracle Open Office Calc : page breaks;inserting in spreadsheets -Oracle Open Office Calc : page breaks;spreadsheet preview -Oracle Open Office Calc : page formats -Oracle Open Office Calc : page formats;maximizing -Oracle Open Office Calc : page formats;restriction -Oracle Open Office Calc : page styles -Oracle Open Office Calc : page styles;editing/applying with statusbar -Oracle Open Office Calc : page styles;footers -Oracle Open Office Calc : page styles;headers -Oracle Open Office Calc : page views -Oracle Open Office Calc : page views;increasing scales -Oracle Open Office Calc : page views;reducing scales -Oracle Open Office Calc : pages -Oracle Open Office Calc : pages;backgrounds in all applications -Oracle Open Office Calc : pages;formatting and numbering -Oracle Open Office Calc : pages;order when printing -Oracle Open Office Calc : pages;printing page names in presentations -Oracle Open Office Calc : pages;scaling -Oracle Open Office Calc : pages;selecting one to print -Oracle Open Office Calc : paint box -Oracle Open Office Calc : paint can for applying styles -Oracle Open Office Calc : paint can symbol -Oracle Open Office Calc : pair kerning -Oracle Open Office Calc : Palm file filters -Oracle Open Office Calc : paper formats -Oracle Open Office Calc : paper size warning -Oracle Open Office Calc : paper trays -Oracle Open Office Calc : paragraph marks -Oracle Open Office Calc : paragraph marks;displaying (Writer) -Oracle Open Office Calc : paragraph styles -Oracle Open Office Calc : paragraph styles;languages -Oracle Open Office Calc : paragraph styles;modifying basic fonts -Oracle Open Office Calc : paragraphs -Oracle Open Office Calc : paragraphs;alignment -Oracle Open Office Calc : paragraphs;Asian typography -Oracle Open Office Calc : paragraphs;defining borders -Oracle Open Office Calc : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Calc : paragraphs;increasing indents of -Oracle Open Office Calc : paragraphs;indents, margins and columns -Oracle Open Office Calc : paragraphs;inserting bullets -Oracle Open Office Calc : paragraphs;joining -Oracle Open Office Calc : paragraphs;numbering automatically -Oracle Open Office Calc : paragraphs;removing blank ones -Oracle Open Office Calc : paragraphs;spacing -Oracle Open Office Calc : paragraphs;tab stops -Oracle Open Office Calc : parameters -Oracle Open Office Calc : parameters;command line -Oracle Open Office Calc : parameters;queries (Base) -Oracle Open Office Calc : passwords for protecting contents -Oracle Open Office Calc : pasting -Oracle Open Office Calc : pasting;cell ranges -Oracle Open Office Calc : pasting;cell ranges from spreadsheets -Oracle Open Office Calc : pasting;data from text documents -Oracle Open Office Calc : pasting;draw objects -Oracle Open Office Calc : pasting;draw objects from other documents -Oracle Open Office Calc : pasting;formatted/unformatted text -Oracle Open Office Calc : pasting;formulas -Oracle Open Office Calc : pasting;from data source view -Oracle Open Office Calc : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Calc : pasting;pictures from other documents -Oracle Open Office Calc : pasting;sheet areas in text documents -Oracle Open Office Calc : pasting;to Gallery -Oracle Open Office Calc : pasting;values in multiple sheets -Oracle Open Office Calc : paths -Oracle Open Office Calc : paths;changing work directory -Oracle Open Office Calc : paths;defaults -Oracle Open Office Calc : pattern editor -Oracle Open Office Calc : pattern fields -Oracle Open Office Calc : pattern fields;form functions -Oracle Open Office Calc : patterns for objects -Oracle Open Office Calc : payment periods -Oracle Open Office Calc : payment periods;number of -Oracle Open Office Calc : PDF -Oracle Open Office Calc : PDF;export -Oracle Open Office Calc : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Calc : PDF export of print ranges -Oracle Open Office Calc : PEARSON function -Oracle Open Office Calc : percentage calculations -Oracle Open Office Calc : PERCENTILE function -Oracle Open Office Calc : PERCENTRANK function -Oracle Open Office Calc : periodic amortizement rates -Oracle Open Office Calc : permitted cell contents -Oracle Open Office Calc : PERMUT function -Oracle Open Office Calc : PERMUTATIONA function -Oracle Open Office Calc : personal data input -Oracle Open Office Calc : PHI function -Oracle Open Office Calc : phonebook sorting rules -Oracle Open Office Calc : phonetic guide -Oracle Open Office Calc : PI function -Oracle Open Office Calc : picklist creation -Oracle Open Office Calc : pictures -Oracle Open Office Calc : pictures;adding to Gallery -Oracle Open Office Calc : pictures;arranging within stacks -Oracle Open Office Calc : pictures;assigning macros -Oracle Open Office Calc : pictures;backgrounds -Oracle Open Office Calc : pictures;captions (Writer) -Oracle Open Office Calc : pictures;changing paths -Oracle Open Office Calc : pictures;cropping and zooming -Oracle Open Office Calc : pictures;displaying in Calc -Oracle Open Office Calc : pictures;displaying in Writer (Writer) -Oracle Open Office Calc : pictures;drag and drop between documents -Oracle Open Office Calc : pictures;drawing -Oracle Open Office Calc : pictures;editing -Oracle Open Office Calc : pictures;filters -Oracle Open Office Calc : pictures;ImageMap -Oracle Open Office Calc : pictures;inserting automatically -Oracle Open Office Calc : pictures;inserting from Gallery -Oracle Open Office Calc : pictures;number of -Oracle Open Office Calc : pictures;printing -Oracle Open Office Calc : pictures;scaling/resizing -Oracle Open Office Calc : pie charts -Oracle Open Office Calc : pie charts;options -Oracle Open Office Calc : pie charts;types -Oracle Open Office Calc : Pivot table import -Oracle Open Office Calc : Pivot table, see DataPilot function -Oracle Open Office Calc : pixel editor -Oracle Open Office Calc : pixel graphics -Oracle Open Office Calc : pixel graphics;inserting and editing -Oracle Open Office Calc : pixel patterns -Oracle Open Office Calc : placeholders -Oracle Open Office Calc : placeholders;in SQL queries -Oracle Open Office Calc : placeholders;on opening files -Oracle Open Office Calc : placing toolbars -Oracle Open Office Calc : playing movies and sound files -Oracle Open Office Calc : plotting data as charts -Oracle Open Office Calc : plug-ins -Oracle Open Office Calc : plug-ins;activating and deactivating -Oracle Open Office Calc : plug-ins;definition -Oracle Open Office Calc : plug-ins;inserting -Oracle Open Office Calc : plus sign, see also operators -Oracle Open Office Calc : PMT function -Oracle Open Office Calc : pocket device appliances -Oracle Open Office Calc : Pocket PC file filters -Oracle Open Office Calc : points -Oracle Open Office Calc : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Calc : points of intersection -Oracle Open Office Calc : POISSON function -Oracle Open Office Calc : polygon drawing -Oracle Open Office Calc : pop-art filter -Oracle Open Office Calc : portable document format -Oracle Open Office Calc : positioning -Oracle Open Office Calc : positioning;axes -Oracle Open Office Calc : positioning;draw objects and controls -Oracle Open Office Calc : positioning;fonts -Oracle Open Office Calc : positioning;objects -Oracle Open Office Calc : positioning;toolbars -Oracle Open Office Calc : post method for form transmissions -Oracle Open Office Calc : posterizing filter -Oracle Open Office Calc : PostScript -Oracle Open Office Calc : PostScript;creating files -Oracle Open Office Calc : PostScript;PDF converter, UNIX -Oracle Open Office Calc : POWER function -Oracle Open Office Calc : PowerPoint export -Oracle Open Office Calc : powers of 2 calculations -Oracle Open Office Calc : PPMT function -Oracle Open Office Calc : precision as shown -Oracle Open Office Calc : precision as shown (Calc) -Oracle Open Office Calc : predefining fonts -Oracle Open Office Calc : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Calc : present values -Oracle Open Office Calc : presentations -Oracle Open Office Calc : presentations;creating/opening -Oracle Open Office Calc : presentations;inserting spreadsheet cells -Oracle Open Office Calc : presentations;live on the Internet -Oracle Open Office Calc : presentations;print menu -Oracle Open Office Calc : presentations;saving -Oracle Open Office Calc : presentations;saving automatically -Oracle Open Office Calc : presentations;saving in other formats -Oracle Open Office Calc : presentations;sending as e-mail -Oracle Open Office Calc : presentations;starting with wizard -Oracle Open Office Calc : presentations;wizards -Oracle Open Office Calc : Presenter Console shortcuts -Oracle Open Office Calc : press buttons, see push buttons -Oracle Open Office Calc : previews -Oracle Open Office Calc : previews;fonts lists -Oracle Open Office Calc : previews;page breaks for printing -Oracle Open Office Calc : PRICE function -Oracle Open Office Calc : PRICEDISC function -Oracle Open Office Calc : PRICEMAT function -Oracle Open Office Calc : prices -Oracle Open Office Calc : prices;fixed interest securities -Oracle Open Office Calc : prices;interest-bearing securities -Oracle Open Office Calc : prices;non-interest-bearing securities -Oracle Open Office Calc : prices;securities with irregular first interest date -Oracle Open Office Calc : prices;treasury bills -Oracle Open Office Calc : primary keys -Oracle Open Office Calc : primary keys;defining -Oracle Open Office Calc : primary keys;design view -Oracle Open Office Calc : primary keys;inserting (Base) -Oracle Open Office Calc : print area selection -Oracle Open Office Calc : print ranges -Oracle Open Office Calc : printer metrics for document formatting (Writer) -Oracle Open Office Calc : printers -Oracle Open Office Calc : printers;adding, UNIX -Oracle Open Office Calc : printers;choosing -Oracle Open Office Calc : printers;default printer -Oracle Open Office Calc : printers;faxes under UNIX -Oracle Open Office Calc : printers;maximum page formats -Oracle Open Office Calc : printers;paper trays -Oracle Open Office Calc : printers;properties -Oracle Open Office Calc : printing -Oracle Open Office Calc : printing;black and white -Oracle Open Office Calc : printing;brochures -Oracle Open Office Calc : printing;cells -Oracle Open Office Calc : printing;colors in grayscale -Oracle Open Office Calc : printing;comments -Oracle Open Office Calc : printing;copies -Oracle Open Office Calc : printing;creating individual jobs -Oracle Open Office Calc : printing;dates in presentations -Oracle Open Office Calc : printing;directly -Oracle Open Office Calc : printing;documents -Oracle Open Office Calc : printing;drawings defaults -Oracle Open Office Calc : printing;elements in text documents -Oracle Open Office Calc : printing;faster -Oracle Open Office Calc : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Calc : printing;fitting to pages in presentations -Oracle Open Office Calc : printing;formulas in Oracle Open Office Math -Oracle Open Office Calc : printing;hidden pages of presentations -Oracle Open Office Calc : printing;in original size in Oracle Open Office Math -Oracle Open Office Calc : printing;landscape -Oracle Open Office Calc : printing;left/right pages -Oracle Open Office Calc : printing;page order -Oracle Open Office Calc : printing;queries (Base) -Oracle Open Office Calc : printing;rows/columns as table headings -Oracle Open Office Calc : printing;scaling in Oracle Open Office Math -Oracle Open Office Calc : printing;selections -Oracle Open Office Calc : printing;sheet counts -Oracle Open Office Calc : printing;sheet details -Oracle Open Office Calc : printing;sheet selections -Oracle Open Office Calc : printing;sheets on multiple pages -Oracle Open Office Calc : printing;text always in black -Oracle Open Office Calc : printing;text in reverse order -Oracle Open Office Calc : printing;tiling pages in presentations -Oracle Open Office Calc : printing;transparencies -Oracle Open Office Calc : printing;warnings -Oracle Open Office Calc : printing;without scaling in presentations -Oracle Open Office Calc : printing speed -Oracle Open Office Calc : PROB function -Oracle Open Office Calc : probabilities of samples with binomial distribution -Oracle Open Office Calc : PRODUCT function -Oracle Open Office Calc : programming -Oracle Open Office Calc : programming;add-ins -Oracle Open Office Calc : programming;functions -Oracle Open Office Calc : programming;Oracle Open Office -Oracle Open Office Calc : programming;scripting -Oracle Open Office Calc : PROPER function -Oracle Open Office Calc : properties -Oracle Open Office Calc : properties;charts -Oracle Open Office Calc : properties;fields in databases -Oracle Open Office Calc : properties;files -Oracle Open Office Calc : properties;form controls -Oracle Open Office Calc : properties;forms -Oracle Open Office Calc : properties;printers -Oracle Open Office Calc : properties;smooth lines in line charts/XY charts -Oracle Open Office Calc : protected contents -Oracle Open Office Calc : protected dashes -Oracle Open Office Calc : protected database tables -Oracle Open Office Calc : protected documents -Oracle Open Office Calc : protected spaces -Oracle Open Office Calc : protected spaces;inserting -Oracle Open Office Calc : protected spaces;showing (Writer) -Oracle Open Office Calc : protecting -Oracle Open Office Calc : protecting;cells and sheets -Oracle Open Office Calc : protecting;contents -Oracle Open Office Calc : protecting;recorded changes -Oracle Open Office Calc : protecting;unprotecting cells -Oracle Open Office Calc : proxy settings -Oracle Open Office Calc : push buttons -Oracle Open Office Calc : push buttons;adding to documents -Oracle Open Office Calc : push buttons;creating -Oracle Open Office Calc : PV function -Oracle Open Office Calc : QUARTILE function -Oracle Open Office Calc : queries -Oracle Open Office Calc : queries;copying (Base) -Oracle Open Office Calc : queries;creating in design view (Base) -Oracle Open Office Calc : queries;creating in SQL view -Oracle Open Office Calc : queries;defining (Base) -Oracle Open Office Calc : queries;deleting table links (Base) -Oracle Open Office Calc : queries;editing in data source view -Oracle Open Office Calc : queries;formulating filter conditions (Base) -Oracle Open Office Calc : queries;joining tables (Base) -Oracle Open Office Calc : queries;missing elements (Base) -Oracle Open Office Calc : queries;overview (Base) -Oracle Open Office Calc : queries;parameter queries (Base) -Oracle Open Office Calc : queries;printing (Base) -Oracle Open Office Calc : Query Wizard (Base) -Oracle Open Office Calc : Quickstarter -Oracle Open Office Calc : quotation marks -Oracle Open Office Calc : quotation marks;replacing -Oracle Open Office Calc : quotes -Oracle Open Office Calc : quotes;custom -Oracle Open Office Calc : QUOTIENT function -Oracle Open Office Calc : radar charts, see net charts -Oracle Open Office Calc : RADIANS function -Oracle Open Office Calc : radio button creation -Oracle Open Office Calc : RAND function -Oracle Open Office Calc : RANDBETWEEN function -Oracle Open Office Calc : random numbers -Oracle Open Office Calc : random numbers;between 0 and 1 -Oracle Open Office Calc : random numbers;between limits -Oracle Open Office Calc : random numbers;examples -Oracle Open Office Calc : ranges -Oracle Open Office Calc : ranges;combining -Oracle Open Office Calc : ranges;defining database ranges -Oracle Open Office Calc : ranges;inserting in tables -Oracle Open Office Calc : ranges;print ranges -Oracle Open Office Calc : RANK function -Oracle Open Office Calc : RATE function -Oracle Open Office Calc : rates of return -Oracle Open Office Calc : rates of return;non-interest-bearing securities -Oracle Open Office Calc : rates of return;securities -Oracle Open Office Calc : rates of return;securities with interest paid on maturity -Oracle Open Office Calc : rates of return of treasury bills -Oracle Open Office Calc : read-only documents -Oracle Open Office Calc : read-only documents;cursor -Oracle Open Office Calc : read-only documents;database tables on/off -Oracle Open Office Calc : read-only documents;editing -Oracle Open Office Calc : read-only documents;opening documents as -Oracle Open Office Calc : read-only items in Data Navigator -Oracle Open Office Calc : recalculating -Oracle Open Office Calc : recalculating;all formulas in sheets -Oracle Open Office Calc : recalculating;auto calculating sheets -Oracle Open Office Calc : recalculating;DataPilot tables -Oracle Open Office Calc : RECEIVED function -Oracle Open Office Calc : recognizing -Oracle Open Office Calc : recognizing;column and row labels -Oracle Open Office Calc : recognizing;equal numbers -Oracle Open Office Calc : recognizing;general errors -Oracle Open Office Calc : recognizing formula cells -Oracle Open Office Calc : recognizing URLs automatically -Oracle Open Office Calc : recording -Oracle Open Office Calc : recording;changes -Oracle Open Office Calc : recording;macros -Oracle Open Office Calc : records -Oracle Open Office Calc : records;counting in Calc databases -Oracle Open Office Calc : records;inserting comments -Oracle Open Office Calc : records;protecting -Oracle Open Office Calc : records;saving -Oracle Open Office Calc : records;searching in databases -Oracle Open Office Calc : rectangles with round corners -Oracle Open Office Calc : recursions in spreadsheets -Oracle Open Office Calc : redo command -Oracle Open Office Calc : reduced printing -Oracle Open Office Calc : reference lines -Oracle Open Office Calc : reference operators -Oracle Open Office Calc : references -Oracle Open Office Calc : references;absolute/relative -Oracle Open Office Calc : references;by defined names -Oracle Open Office Calc : references;displaying in color (Calc) -Oracle Open Office Calc : references;expanding (Calc) -Oracle Open Office Calc : references;inserting by drag and drop -Oracle Open Office Calc : references;iterative (Calc) -Oracle Open Office Calc : references;testing cell contents -Oracle Open Office Calc : references;to cells -Oracle Open Office Calc : references;to cells in other sheets/documents -Oracle Open Office Calc : references;URL in cells -Oracle Open Office Calc : register-true -Oracle Open Office Calc : register-true;definition -Oracle Open Office Calc : registering -Oracle Open Office Calc : registering;address books -Oracle Open Office Calc : registering;databases (Base) -Oracle Open Office Calc : registering;Oracle Open Office -Oracle Open Office Calc : regression analysis -Oracle Open Office Calc : regression curves in charts -Oracle Open Office Calc : regression lines -Oracle Open Office Calc : regression lines;FORECAST function -Oracle Open Office Calc : regression lines;LINEST function -Oracle Open Office Calc : regular expressions -Oracle Open Office Calc : regular expressions;list of -Oracle Open Office Calc : regular expressions;opening files -Oracle Open Office Calc : relational databases (Base) -Oracle Open Office Calc : relations -Oracle Open Office Calc : relations;creating and deleting (Base) -Oracle Open Office Calc : relations;joining tables (Base) -Oracle Open Office Calc : relations;properties (Base) -Oracle Open Office Calc : relative addresses -Oracle Open Office Calc : relative hyperlinks -Oracle Open Office Calc : relative references -Oracle Open Office Calc : relative saving of URLs -Oracle Open Office Calc : reloading -Oracle Open Office Calc : reloading;documents -Oracle Open Office Calc : reloading;HTML documents, automatically -Oracle Open Office Calc : remainders of divisions -Oracle Open Office Calc : remarks on cells -Oracle Open Office Calc : remarks, see also comments -Oracle Open Office Calc : remote configurations -Oracle Open Office Calc : remove noise filter -Oracle Open Office Calc : removing -Oracle Open Office Calc : removing;bullets and numbering -Oracle Open Office Calc : removing;cell range filters -Oracle Open Office Calc : removing;filters -Oracle Open Office Calc : removing;form filters -Oracle Open Office Calc : removing, see also deleting -Oracle Open Office Calc : renaming -Oracle Open Office Calc : renaming;cells -Oracle Open Office Calc : renaming;sheets -Oracle Open Office Calc : reorganizing charts -Oracle Open Office Calc : repayment installment -Oracle Open Office Calc : repeating -Oracle Open Office Calc : repeating;columns/rows on printed pages -Oracle Open Office Calc : repeating;commands -Oracle Open Office Calc : REPLACE function -Oracle Open Office Calc : replacement options -Oracle Open Office Calc : replacement table -Oracle Open Office Calc : replacing -Oracle Open Office Calc : replacing;AutoCorrect function -Oracle Open Office Calc : replacing;cell contents -Oracle Open Office Calc : replacing;dashes -Oracle Open Office Calc : replacing;tab stops (regular expressions) -Oracle Open Office Calc : Report Builder -Oracle Open Office Calc : reports -Oracle Open Office Calc : reports;creating -Oracle Open Office Calc : reports;error reports -Oracle Open Office Calc : reports;opening and editing -Oracle Open Office Calc : reports;templates -Oracle Open Office Calc : REPT function -Oracle Open Office Calc : resetting -Oracle Open Office Calc : resetting;templates -Oracle Open Office Calc : resizing -Oracle Open Office Calc : resizing;objects, by mouse -Oracle Open Office Calc : resizing, see also scaling/zooming -Oracle Open Office Calc : resolution when printing bitmaps -Oracle Open Office Calc : restoring -Oracle Open Office Calc : restoring;default formatting -Oracle Open Office Calc : restoring;editing -Oracle Open Office Calc : results display vs. formulas display -Oracle Open Office Calc : reversing printing order -Oracle Open Office Calc : review function -Oracle Open Office Calc : review function;accepting or rejecting changes -Oracle Open Office Calc : review function;comparing documents -Oracle Open Office Calc : review function;protecting records -Oracle Open Office Calc : review function;recording changes example -Oracle Open Office Calc : rich text control -Oracle Open Office Calc : right alignment of paragraphs -Oracle Open Office Calc : RIGHT function -Oracle Open Office Calc : right joins (Base) -Oracle Open Office Calc : right-to-left text -Oracle Open Office Calc : right-to-left text -Oracle Open Office Calc : right-to-left text;spreadsheets -Oracle Open Office Calc : ROMAN function -Oracle Open Office Calc : ROT13 function -Oracle Open Office Calc : rotating -Oracle Open Office Calc : rotating;3D text -Oracle Open Office Calc : rotating;tables -Oracle Open Office Calc : rotating;text in cells -Oracle Open Office Calc : round corners -Oracle Open Office Calc : ROUND function -Oracle Open Office Calc : ROUNDDOWN function -Oracle Open Office Calc : rounded off numbers -Oracle Open Office Calc : rounding -Oracle Open Office Calc : rounding;down to nearest multiple of significance -Oracle Open Office Calc : rounding;down to next integer -Oracle Open Office Calc : rounding;up to multiples of significance -Oracle Open Office Calc : rounding;up/down to even integers -Oracle Open Office Calc : rounding;up/down to nearest odd integer -Oracle Open Office Calc : rounding precision -Oracle Open Office Calc : rounding precision (Calc) -Oracle Open Office Calc : ROUNDUP function -Oracle Open Office Calc : row breaks -Oracle Open Office Calc : row breaks;deleting -Oracle Open Office Calc : row breaks;inserting -Oracle Open Office Calc : ROW function -Oracle Open Office Calc : row headers -Oracle Open Office Calc : row headers;displaying (Calc) -Oracle Open Office Calc : row headers;hiding -Oracle Open Office Calc : row headers;highlighting (Calc) -Oracle Open Office Calc : row headers;using in formulas -Oracle Open Office Calc : rows -Oracle Open Office Calc : rows;deleting -Oracle Open Office Calc : rows;finding labels automatically -Oracle Open Office Calc : rows;freezing -Oracle Open Office Calc : rows;heights -Oracle Open Office Calc : rows;hiding -Oracle Open Office Calc : rows;inserting -Oracle Open Office Calc : rows;optimal heights -Oracle Open Office Calc : rows;removing/redisplaying with filters -Oracle Open Office Calc : rows;repeating when printing -Oracle Open Office Calc : rows;swapping with columns -Oracle Open Office Calc : rows;visible and invisible -Oracle Open Office Calc : ROWS function -Oracle Open Office Calc : rows, see also cells -Oracle Open Office Calc : RRI function -Oracle Open Office Calc : RSQ calculations -Oracle Open Office Calc : RSQ function -Oracle Open Office Calc : rulers -Oracle Open Office Calc : rulers;default settings -Oracle Open Office Calc : rulers;measurement units -Oracle Open Office Calc : rulers;visible in presentations -Oracle Open Office Calc : sales values -Oracle Open Office Calc : sales values;fixed interest securities -Oracle Open Office Calc : sales values;non-interest-bearing securities -Oracle Open Office Calc : samples and templates -Oracle Open Office Calc : sampling without replacement -Oracle Open Office Calc : saving -Oracle Open Office Calc : saving;as text csv -Oracle Open Office Calc : saving;default file formats -Oracle Open Office Calc : saving;dialog settings -Oracle Open Office Calc : saving;documents -Oracle Open Office Calc : saving;documents for mobile devices -Oracle Open Office Calc : saving;documents in other formats -Oracle Open Office Calc : saving;documents, automatically -Oracle Open Office Calc : saving;in Microsoft Office file format -Oracle Open Office Calc : saving;options -Oracle Open Office Calc : saving;sheets in HTML -Oracle Open Office Calc : saving;templates -Oracle Open Office Calc : saving;to XML -Oracle Open Office Calc : saving;VBA code in Microsoft Office documents -Oracle Open Office Calc : saving;with password by default -Oracle Open Office Calc : saving as command -Oracle Open Office Calc : saving as command;precautions -Oracle Open Office Calc : scalar products -Oracle Open Office Calc : scaling -Oracle Open Office Calc : scaling;axes -Oracle Open Office Calc : scaling;font sizes in user interface -Oracle Open Office Calc : scaling;objects -Oracle Open Office Calc : scaling;pictures -Oracle Open Office Calc : scaling;printing in Oracle Open Office Math -Oracle Open Office Calc : scaling;text in charts -Oracle Open Office Calc : scaling;when printing presentations -Oracle Open Office Calc : scaling, see also zooming -Oracle Open Office Calc : scatter charts -Oracle Open Office Calc : scenarios -Oracle Open Office Calc : scenarios;creating/editing/deleting -Oracle Open Office Calc : scenarios;displaying names -Oracle Open Office Calc : screen -Oracle Open Office Calc : screen;full screen views -Oracle Open Office Calc : screen;scaling -Oracle Open Office Calc : screen magnifiers -Oracle Open Office Calc : screen readers -Oracle Open Office Calc : script organization -Oracle Open Office Calc : scrollbars -Oracle Open Office Calc : scrollbars;controls -Oracle Open Office Calc : scrollbars;displaying (Calc) -Oracle Open Office Calc : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Calc : scrolling prevention in tables -Oracle Open Office Calc : search criteria for database functions in cells -Oracle Open Office Calc : search engines -Oracle Open Office Calc : search engines;definition -Oracle Open Office Calc : search engines;selecting -Oracle Open Office Calc : SEARCH function -Oracle Open Office Calc : searching -Oracle Open Office Calc : searching;all sheets -Oracle Open Office Calc : searching;cell contents in Calc databases -Oracle Open Office Calc : searching;databases -Oracle Open Office Calc : searching;form filters -Oracle Open Office Calc : searching;Internet -Oracle Open Office Calc : searching;links in cells -Oracle Open Office Calc : searching;maximum values in columns -Oracle Open Office Calc : searching;minimum values in columns -Oracle Open Office Calc : searching;tables and forms -Oracle Open Office Calc : searching, see also finding -Oracle Open Office Calc : SECOND function -Oracle Open Office Calc : secondary axes in charts -Oracle Open Office Calc : sections -Oracle Open Office Calc : sections;backgrounds -Oracle Open Office Calc : securities -Oracle Open Office Calc : securities;first interest payment until settlement date -Oracle Open Office Calc : security -Oracle Open Office Calc : security;digital signatures -Oracle Open Office Calc : security;options for documents with macros -Oracle Open Office Calc : security;protecting contents -Oracle Open Office Calc : security;security levels for macros -Oracle Open Office Calc : security;warning dialogs with macros -Oracle Open Office Calc : selecting -Oracle Open Office Calc : selecting;cells -Oracle Open Office Calc : selecting;controls -Oracle Open Office Calc : selecting;formatting themes -Oracle Open Office Calc : selecting;measurement units -Oracle Open Office Calc : selecting;multiple sheets -Oracle Open Office Calc : selecting;objects -Oracle Open Office Calc : selecting;print areas -Oracle Open Office Calc : selecting;scenarios in Navigator -Oracle Open Office Calc : selecting;several files -Oracle Open Office Calc : selection clipboard -Oracle Open Office Calc : selection frames -Oracle Open Office Calc : selection lists -Oracle Open Office Calc : selection lists;filling cells -Oracle Open Office Calc : selection lists;validity -Oracle Open Office Calc : selection modes in spreadsheets -Oracle Open Office Calc : selection modes in text -Oracle Open Office Calc : sending -Oracle Open Office Calc : sending;AutoAbstract function in presentations -Oracle Open Office Calc : sending;documents as e-mail -Oracle Open Office Calc : sending;documents as faxes -Oracle Open Office Calc : separator lines -Oracle Open Office Calc : separator lines;defining -Oracle Open Office Calc : separators -Oracle Open Office Calc : separators;conditional -Oracle Open Office Calc : series -Oracle Open Office Calc : series;calculating -Oracle Open Office Calc : series;sort lists -Oracle Open Office Calc : SERIESSUM function -Oracle Open Office Calc : Server Side ImageMap -Oracle Open Office Calc : settings -Oracle Open Office Calc : settings;printers -Oracle Open Office Calc : settings;program configuration -Oracle Open Office Calc : settings;proxies -Oracle Open Office Calc : settings;tracking changes -Oracle Open Office Calc : settings;views -Oracle Open Office Calc : SGML -Oracle Open Office Calc : SGML;definition -Oracle Open Office Calc : shadows -Oracle Open Office Calc : shadows;areas -Oracle Open Office Calc : shadows;borders -Oracle Open Office Calc : shadows;characters -Oracle Open Office Calc : shadows;characters, using context menu -Oracle Open Office Calc : shared libraries -Oracle Open Office Calc : shared libraries;programming -Oracle Open Office Calc : sharing documents -Oracle Open Office Calc : sharpening filter -Oracle Open Office Calc : sheet area names -Oracle Open Office Calc : SHEET function -Oracle Open Office Calc : sheet grids -Oracle Open Office Calc : sheet grids;printing -Oracle Open Office Calc : sheet numbers -Oracle Open Office Calc : sheet numbers;looking up -Oracle Open Office Calc : sheet ranges -Oracle Open Office Calc : sheet ranges;filling -Oracle Open Office Calc : sheet references -Oracle Open Office Calc : sheet tabs -Oracle Open Office Calc : sheet tabs;displaying -Oracle Open Office Calc : sheet tabs;renaming -Oracle Open Office Calc : sheet tabs;using -Oracle Open Office Calc : sheets -Oracle Open Office Calc : sheets;AutoFormat function -Oracle Open Office Calc : sheets;creating -Oracle Open Office Calc : sheets;defining label ranges -Oracle Open Office Calc : sheets;deleting -Oracle Open Office Calc : sheets;displaying -Oracle Open Office Calc : sheets;filter values -Oracle Open Office Calc : sheets;formatting themes -Oracle Open Office Calc : sheets;hiding -Oracle Open Office Calc : sheets;hiding details -Oracle Open Office Calc : sheets;HTML -Oracle Open Office Calc : sheets;inserting -Oracle Open Office Calc : sheets;inserting row breaks -Oracle Open Office Calc : sheets;optimal row heights -Oracle Open Office Calc : sheets;outlines -Oracle Open Office Calc : sheets;printing details -Oracle Open Office Calc : sheets;printing in landscape -Oracle Open Office Calc : sheets;printing on multiple pages -Oracle Open Office Calc : sheets;printing sheet counts -Oracle Open Office Calc : sheets;protecting -Oracle Open Office Calc : sheets;renaming -Oracle Open Office Calc : sheets;right-to-left -Oracle Open Office Calc : sheets;searching all -Oracle Open Office Calc : sheets;selecting multiple -Oracle Open Office Calc : sheets;showing multiple -Oracle Open Office Calc : sheets;simultaneous multiple filling -Oracle Open Office Calc : SHEETS function -Oracle Open Office Calc : shortcut keys -Oracle Open Office Calc : shortcut keys;assigning macros -Oracle Open Office Calc : shortcut keys;charts -Oracle Open Office Calc : shortcut keys;general -Oracle Open Office Calc : shortcut keys;in databases -Oracle Open Office Calc : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Calc : shortcut keys;Oracle Open Office Calc accessibility -Oracle Open Office Calc : shortcut keys;spreadsheets -Oracle Open Office Calc : showing -Oracle Open Office Calc : showing;cell references -Oracle Open Office Calc : showing;changes -Oracle Open Office Calc : showing;columns -Oracle Open Office Calc : showing;docked windows -Oracle Open Office Calc : showing;drawings and controls (Writer) -Oracle Open Office Calc : showing;live presentations on the Internet -Oracle Open Office Calc : showing;rows -Oracle Open Office Calc : showing;sheet details -Oracle Open Office Calc : showing;toolbars -Oracle Open Office Calc : SIGN function -Oracle Open Office Calc : signing documents with digital signatures -Oracle Open Office Calc : similarity search -Oracle Open Office Calc : simple handles (Writer) -Oracle Open Office Calc : simplified Chinese -Oracle Open Office Calc : simplified Chinese;translating to traditional Chinese -Oracle Open Office Calc : SIN function -Oracle Open Office Calc : single sign on options -Oracle Open Office Calc : single-line spacing in text -Oracle Open Office Calc : SINH function -Oracle Open Office Calc : sizes -Oracle Open Office Calc : sizes;draw objects -Oracle Open Office Calc : sizes;pictures -Oracle Open Office Calc : SKEW function -Oracle Open Office Calc : slanting draw objects -Oracle Open Office Calc : SLN function -Oracle Open Office Calc : SLOPE function -Oracle Open Office Calc : slopes, see also regression lines -Oracle Open Office Calc : small capitals -Oracle Open Office Calc : SMALL function -Oracle Open Office Calc : small icons -Oracle Open Office Calc : smart tag configuration -Oracle Open Office Calc : smooth scrolling (Writer) -Oracle Open Office Calc : smoothing filter -Oracle Open Office Calc : snap grid defaults (Writer/Calc) -Oracle Open Office Calc : snapping in presentations and drawings -Oracle Open Office Calc : solarization filter -Oracle Open Office Calc : solver -Oracle Open Office Calc : sort lists -Oracle Open Office Calc : sort lists;applying -Oracle Open Office Calc : sort lists;copying to in Calc -Oracle Open Office Calc : sorting -Oracle Open Office Calc : sorting;Asian languages -Oracle Open Office Calc : sorting;data in forms -Oracle Open Office Calc : sorting;database ranges -Oracle Open Office Calc : sorting;databases -Oracle Open Office Calc : sorting;options for database ranges -Oracle Open Office Calc : sorting;options in Data Pilot -Oracle Open Office Calc : sorting;sort criteria for database ranges -Oracle Open Office Calc : sound files -Oracle Open Office Calc : spaces -Oracle Open Office Calc : spaces;displaying (Writer) -Oracle Open Office Calc : spaces;ignoring double -Oracle Open Office Calc : spaces;inserting protected spaces -Oracle Open Office Calc : spaces;showing protected spaces (Writer) -Oracle Open Office Calc : spacing -Oracle Open Office Calc : spacing;between paragraphs in footnotes -Oracle Open Office Calc : spacing;font effects -Oracle Open Office Calc : spacing;lines and paragraphs -Oracle Open Office Calc : spacing;tab stops in text documents -Oracle Open Office Calc : spacing;tabs in presentations -Oracle Open Office Calc : spadmin -Oracle Open Office Calc : special characters -Oracle Open Office Calc : speech bubbles -Oracle Open Office Calc : speed of printing -Oracle Open Office Calc : spellcheck -Oracle Open Office Calc : spellcheck;activating for a language -Oracle Open Office Calc : spellcheck;context menus -Oracle Open Office Calc : spellcheck;default languages -Oracle Open Office Calc : spellcheck;dialog -Oracle Open Office Calc : spellcheck;dictionary of exceptions -Oracle Open Office Calc : spellcheck;ignore list -Oracle Open Office Calc : spin button creation -Oracle Open Office Calc : spoolfiles with Xprinter -Oracle Open Office Calc : spreadsheets -Oracle Open Office Calc : spreadsheets;as databases (base) -Oracle Open Office Calc : spreadsheets;backgrounds -Oracle Open Office Calc : spreadsheets;calculating -Oracle Open Office Calc : spreadsheets;copying -Oracle Open Office Calc : spreadsheets;copying areas to text documents -Oracle Open Office Calc : spreadsheets;creating/opening -Oracle Open Office Calc : spreadsheets;deleting -Oracle Open Office Calc : spreadsheets;deleting cell contents -Oracle Open Office Calc : spreadsheets;deleting cells -Oracle Open Office Calc : spreadsheets;deleting column breaks -Oracle Open Office Calc : spreadsheets;deleting row breaks -Oracle Open Office Calc : spreadsheets;displaying headers of columns/rows -Oracle Open Office Calc : spreadsheets;formatting -Oracle Open Office Calc : spreadsheets;formula bar -Oracle Open Office Calc : spreadsheets;functions -Oracle Open Office Calc : spreadsheets;hiding functions -Oracle Open Office Calc : spreadsheets;importing from/exporting to dBASE files -Oracle Open Office Calc : spreadsheets;inserting breaks in -Oracle Open Office Calc : spreadsheets;inserting cells -Oracle Open Office Calc : spreadsheets;inserting charts -Oracle Open Office Calc : spreadsheets;inserting column breaks -Oracle Open Office Calc : spreadsheets;inserting columns -Oracle Open Office Calc : spreadsheets;inserting database records -Oracle Open Office Calc : spreadsheets;inserting rows -Oracle Open Office Calc : spreadsheets;moving -Oracle Open Office Calc : spreadsheets;optimal column widths -Oracle Open Office Calc : spreadsheets;printing -Oracle Open Office Calc : spreadsheets;saving -Oracle Open Office Calc : spreadsheets;saving automatically -Oracle Open Office Calc : spreadsheets;saving in other formats -Oracle Open Office Calc : spreadsheets;sending as e-mail -Oracle Open Office Calc : spreadsheets;shortcut keys in -Oracle Open Office Calc : spreadsheets;showing columns -Oracle Open Office Calc : spreadsheets;value highlighting -Oracle Open Office Calc : spreadsheets;values as shown -Oracle Open Office Calc : SQL -Oracle Open Office Calc : SQL;definition -Oracle Open Office Calc : SQL;DISTINCT parameter -Oracle Open Office Calc : SQL;executing SQL commands -Oracle Open Office Calc : SQL;executing SQL statements (Base) -Oracle Open Office Calc : SQL;queries (Base) -Oracle Open Office Calc : SQRT function -Oracle Open Office Calc : SQRTPI function -Oracle Open Office Calc : square drawings -Oracle Open Office Calc : square number additions -Oracle Open Office Calc : square roots -Oracle Open Office Calc : square roots;positive numbers -Oracle Open Office Calc : square roots;products of Pi -Oracle Open Office Calc : standard bar on/off -Oracle Open Office Calc : standard deviation in charts -Oracle Open Office Calc : standard deviations in databases -Oracle Open Office Calc : standard deviations in databases;based on a sample -Oracle Open Office Calc : standard deviations in databases;based on populations -Oracle Open Office Calc : standard deviations in statistics -Oracle Open Office Calc : standard deviations in statistics;based on a population -Oracle Open Office Calc : standard deviations in statistics;based on a sample -Oracle Open Office Calc : standard errors -Oracle Open Office Calc : standard errors;array functions -Oracle Open Office Calc : standard errors;statistical functions -Oracle Open Office Calc : standard filters in databases -Oracle Open Office Calc : standard printer under UNIX -Oracle Open Office Calc : STANDARDIZE function -Oracle Open Office Calc : start center -Oracle Open Office Calc : start parameters -Oracle Open Office Calc : statistics functions -Oracle Open Office Calc : statistics in charts -Oracle Open Office Calc : status bar on/off -Oracle Open Office Calc : STDEV function -Oracle Open Office Calc : STDEVA function -Oracle Open Office Calc : STDEVP function -Oracle Open Office Calc : STDEVPA function -Oracle Open Office Calc : STEYX function -Oracle Open Office Calc : stickers -Oracle Open Office Calc : stock charts -Oracle Open Office Calc : straight-line depreciations -Oracle Open Office Calc : strikethrough -Oracle Open Office Calc : strikethrough;characters -Oracle Open Office Calc : strikethrough;font effects -Oracle Open Office Calc : STYLE function -Oracle Open Office Calc : STYLE function example -Oracle Open Office Calc : styles -Oracle Open Office Calc : styles;'changed' message -Oracle Open Office Calc : styles;conditional styles -Oracle Open Office Calc : styles;copying between documents -Oracle Open Office Calc : styles;keyboard shortcuts -Oracle Open Office Calc : styles;organizing -Oracle Open Office Calc : styles;printing styles used in a document -Oracle Open Office Calc : styles;replacing automatically -Oracle Open Office Calc : Styles and Formatting window -Oracle Open Office Calc : Styles and Formatting window;docking -Oracle Open Office Calc : Styles and Formatting window -Oracle Open Office Calc : Stylist, see Styles and Formatting window -Oracle Open Office Calc : subforms -Oracle Open Office Calc : subforms;creating -Oracle Open Office Calc : subforms;description -Oracle Open Office Calc : submitting forms -Oracle Open Office Calc : subscript text in cells -Oracle Open Office Calc : SUBSTITUTE function -Oracle Open Office Calc : SUBTOTAL function -Oracle Open Office Calc : subtotals -Oracle Open Office Calc : subtotals;sorting options -Oracle Open Office Calc : suffixes in file formats -Oracle Open Office Calc : SUM function -Oracle Open Office Calc : sum icon -Oracle Open Office Calc : SUMIF function -Oracle Open Office Calc : SUMPRODUCT function -Oracle Open Office Calc : sums -Oracle Open Office Calc : sums;cells in Calc databases -Oracle Open Office Calc : sums;of filtered data -Oracle Open Office Calc : sums;of square numbers -Oracle Open Office Calc : sums;of squares of deviations -Oracle Open Office Calc : SUMSQ function -Oracle Open Office Calc : SUMX2MY2 function -Oracle Open Office Calc : SUMX2PY2 function -Oracle Open Office Calc : SUMXMY2 function -Oracle Open Office Calc : superscript text in cells -Oracle Open Office Calc : support on the Web -Oracle Open Office Calc : swapping tables -Oracle Open Office Calc : SYD function -Oracle Open Office Calc : syllables in spreadsheets -Oracle Open Office Calc : synchronizing -Oracle Open Office Calc : synchronizing;labels and business cards -Oracle Open Office Calc : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Calc : system address book registration -Oracle Open Office Calc : T function -Oracle Open Office Calc : t-distribution -Oracle Open Office Calc : tab stops -Oracle Open Office Calc : tab stops;displaying (Writer) -Oracle Open Office Calc : tab stops;inserting and editing -Oracle Open Office Calc : tab stops;regular expressions -Oracle Open Office Calc : tab stops;setting in sheets -Oracle Open Office Calc : tab stops;settings -Oracle Open Office Calc : tab stops;spacing in presentations -Oracle Open Office Calc : tab stops;spacing in text documents -Oracle Open Office Calc : table controls -Oracle Open Office Calc : table controls;form functions -Oracle Open Office Calc : table controls;keyboard-only edit mode -Oracle Open Office Calc : table controls;properties -Oracle Open Office Calc : table views of databases -Oracle Open Office Calc : Table Wizard (Base) -Oracle Open Office Calc : tables -Oracle Open Office Calc : tables;AutoFormat function -Oracle Open Office Calc : tables;backgrounds -Oracle Open Office Calc : tables;combining -Oracle Open Office Calc : tables;copying cell styles -Oracle Open Office Calc : tables;database ranges -Oracle Open Office Calc : tables;deactivating automatic changes in -Oracle Open Office Calc : tables;displaying formulas/values -Oracle Open Office Calc : tables;freezing -Oracle Open Office Calc : tables;importing/exporting as text -Oracle Open Office Calc : tables;inserting external data -Oracle Open Office Calc : tables;inserting line breaks -Oracle Open Office Calc : tables;merging cells -Oracle Open Office Calc : tables;multiple operations in -Oracle Open Office Calc : tables;number formats -Oracle Open Office Calc : tables;renaming -Oracle Open Office Calc : tables;rotating -Oracle Open Office Calc : tables;selecting ranges -Oracle Open Office Calc : tables;showing details -Oracle Open Office Calc : tables;splitting windows -Oracle Open Office Calc : tables;transposing -Oracle Open Office Calc : tables;views -Oracle Open Office Calc : tables in databases -Oracle Open Office Calc : tables in databases;access rights to (Base) -Oracle Open Office Calc : tables in databases;adding to queries -Oracle Open Office Calc : tables in databases;browsing and editing -Oracle Open Office Calc : tables in databases;copying database tables (Base) -Oracle Open Office Calc : tables in databases;creating -Oracle Open Office Calc : tables in databases;creating in design view (manually) -Oracle Open Office Calc : tables in databases;importing dBASE files -Oracle Open Office Calc : tables in databases;importing text formats (Base) -Oracle Open Office Calc : tables in databases;joining for queries (Base) -Oracle Open Office Calc : tables in databases;printing queries (Base) -Oracle Open Office Calc : tables in databases;relations (Base) -Oracle Open Office Calc : tables in databases;searching -Oracle Open Office Calc : tables in spreadsheets -Oracle Open Office Calc : tables in spreadsheets;copying data to other applications -Oracle Open Office Calc : tables in spreadsheets;defining borders -Oracle Open Office Calc : tables in spreadsheets;value highlighting -Oracle Open Office Calc : tables in text -Oracle Open Office Calc : tables in text;captions -Oracle Open Office Calc : tables in text;creating automatically -Oracle Open Office Calc : tables in text;default settings -Oracle Open Office Calc : tables in text;defining borders -Oracle Open Office Calc : tables in text;displaying -Oracle Open Office Calc : tables in text;printing -Oracle Open Office Calc : tabs -Oracle Open Office Calc : tabs;displaying sheet tabs -Oracle Open Office Calc : tags -Oracle Open Office Calc : tags;definition -Oracle Open Office Calc : tags;META tags -Oracle Open Office Calc : TAN function -Oracle Open Office Calc : TANH function -Oracle Open Office Calc : TBILLEQ function -Oracle Open Office Calc : TBILLPRICE function -Oracle Open Office Calc : TBILLYIELD function -Oracle Open Office Calc : TDIST function -Oracle Open Office Calc : templates -Oracle Open Office Calc : templates;agendas -Oracle Open Office Calc : templates;changing basic fonts -Oracle Open Office Calc : templates;database reports -Oracle Open Office Calc : templates;deleting -Oracle Open Office Calc : templates;editing and saving -Oracle Open Office Calc : templates;faxes -Oracle Open Office Calc : templates;importing and exporting -Oracle Open Office Calc : templates;letters -Oracle Open Office Calc : templates;new documents from templates -Oracle Open Office Calc : templates;opening documents with -Oracle Open Office Calc : templates;organizing -Oracle Open Office Calc : terminology -Oracle Open Office Calc : terminology;general glossary -Oracle Open Office Calc : terminology;Internet glossary -Oracle Open Office Calc : testing XML filters -Oracle Open Office Calc : text -Oracle Open Office Calc : text;animating -Oracle Open Office Calc : text;Asian layout -Oracle Open Office Calc : text;bold -Oracle Open Office Calc : text;coloring -Oracle Open Office Calc : text;copying by drag and drop -Oracle Open Office Calc : text;CTL languages -Oracle Open Office Calc : text;drawing pictures -Oracle Open Office Calc : text;font effects -Oracle Open Office Calc : text;font sizes -Oracle Open Office Calc : text;font styles -Oracle Open Office Calc : text;fonts and formats -Oracle Open Office Calc : text;Fontwork icons -Oracle Open Office Calc : text;hyperlinks -Oracle Open Office Calc : text;inserting special characters -Oracle Open Office Calc : text;italics -Oracle Open Office Calc : text;kerning -Oracle Open Office Calc : text;language selection -Oracle Open Office Calc : text;line spacing -Oracle Open Office Calc : text;overwriting or inserting -Oracle Open Office Calc : text;printing in black -Oracle Open Office Calc : text;replacing with format -Oracle Open Office Calc : text;selection modes -Oracle Open Office Calc : text;shadowed -Oracle Open Office Calc : text;text/draw objects -Oracle Open Office Calc : text attributes -Oracle Open Office Calc : text attributes;hyperlinks -Oracle Open Office Calc : text attributes;undoing -Oracle Open Office Calc : text boxes -Oracle Open Office Calc : text boxes;form functions -Oracle Open Office Calc : text boxes;positioning -Oracle Open Office Calc : text breaks in cells -Oracle Open Office Calc : text colors for better accessibility -Oracle Open Office Calc : text completion on/off -Oracle Open Office Calc : text concatenation AND -Oracle Open Office Calc : text databases (Base) -Oracle Open Office Calc : text documents -Oracle Open Office Calc : text documents;creating/opening -Oracle Open Office Calc : text documents;importing to spreadsheets -Oracle Open Office Calc : text documents;importing/exporting -Oracle Open Office Calc : text documents;inserting spreadsheet cells -Oracle Open Office Calc : text documents;print settings -Oracle Open Office Calc : text documents;printing -Oracle Open Office Calc : text documents;saving -Oracle Open Office Calc : text documents;saving automatically -Oracle Open Office Calc : text documents;saving in other formats -Oracle Open Office Calc : text documents;sending as e-mail -Oracle Open Office Calc : text effects -Oracle Open Office Calc : text file import and export -Oracle Open Office Calc : text flow -Oracle Open Office Calc : text flow;in cells -Oracle Open Office Calc : text formats -Oracle Open Office Calc : text formats;databases -Oracle Open Office Calc : text formats;for numbers -Oracle Open Office Calc : text formats;pasting -Oracle Open Office Calc : TEXT function -Oracle Open Office Calc : text in cells -Oracle Open Office Calc : text in cells;as addressing -Oracle Open Office Calc : text in cells;AutoInput function -Oracle Open Office Calc : text in cells;changing to numbers -Oracle Open Office Calc : text in cells;formatting -Oracle Open Office Calc : text in cells;functions -Oracle Open Office Calc : text in cells;multi-line -Oracle Open Office Calc : text in cells;writing vertically -Oracle Open Office Calc : text input fields -Oracle Open Office Calc : text layout for special languages -Oracle Open Office Calc : text objects -Oracle Open Office Calc : text objects;alignment -Oracle Open Office Calc : text objects;draw functions -Oracle Open Office Calc : text objects;fonts -Oracle Open Office Calc : text objects;in presentations and drawings -Oracle Open Office Calc : text operators -Oracle Open Office Calc : text overflow in spreadsheet cells -Oracle Open Office Calc : text scaling in charts -Oracle Open Office Calc : text to columns -Oracle Open Office Calc : text, see also text documents, paragraphs and characters -Oracle Open Office Calc : TextArt, see Fontwork -Oracle Open Office Calc : textures -Oracle Open Office Calc : textures;inserting from Gallery -Oracle Open Office Calc : textures;on chart bars -Oracle Open Office Calc : Thai -Oracle Open Office Calc : Thai;entering text -Oracle Open Office Calc : Thai;language settings -Oracle Open Office Calc : theme selection for sheets -Oracle Open Office Calc : thesaurus -Oracle Open Office Calc : thesaurus;activating for a language -Oracle Open Office Calc : ticker text -Oracle Open Office Calc : time differences -Oracle Open Office Calc : time fields -Oracle Open Office Calc : time fields;form functions -Oracle Open Office Calc : TIME function -Oracle Open Office Calc : times -Oracle Open Office Calc : times;in cells -Oracle Open Office Calc : times;inserting when printing presentations -Oracle Open Office Calc : times, formats -Oracle Open Office Calc : TIMEVALUE function -Oracle Open Office Calc : TINV function -Oracle Open Office Calc : tips -Oracle Open Office Calc : tips;extended tips in Help -Oracle Open Office Calc : title rows -Oracle Open Office Calc : title rows;freezing during table split -Oracle Open Office Calc : title rows;printing in Oracle Open Office Math -Oracle Open Office Calc : title rows;printing on all sheets -Oracle Open Office Calc : titles -Oracle Open Office Calc : titles;alignment (charts) -Oracle Open Office Calc : titles;changing -Oracle Open Office Calc : titles;editing in charts -Oracle Open Office Calc : titles;font effects -Oracle Open Office Calc : titles;formatting automatically -Oracle Open Office Calc : titles;formatting charts -Oracle Open Office Calc : titles;objects -Oracle Open Office Calc : TODAY function -Oracle Open Office Calc : toolbars -Oracle Open Office Calc : toolbars;adding buttons -Oracle Open Office Calc : toolbars;docking/undocking -Oracle Open Office Calc : toolbars;Form Navigation bar -Oracle Open Office Calc : toolbars;viewing/closing -Oracle Open Office Calc : tools bar -Oracle Open Office Calc : tooltips -Oracle Open Office Calc : tooltips;extended tips -Oracle Open Office Calc : tooltips;help -Oracle Open Office Calc : total amortizement rates -Oracle Open Office Calc : traces -Oracle Open Office Calc : traces;autorefreshing -Oracle Open Office Calc : traces;precedents and dependents -Oracle Open Office Calc : traces;precedents for multiple cells -Oracle Open Office Calc : traces;refreshing -Oracle Open Office Calc : tracing errors -Oracle Open Office Calc : traditional Chinese -Oracle Open Office Calc : traditional Chinese;translating to simplified chinese -Oracle Open Office Calc : transparency -Oracle Open Office Calc : transparency;areas -Oracle Open Office Calc : transparency;off for faster printing -Oracle Open Office Calc : transparency;saving -Oracle Open Office Calc : TRANSPOSE function -Oracle Open Office Calc : transposing tables -Oracle Open Office Calc : treasury bills -Oracle Open Office Calc : treasury bills;annual return -Oracle Open Office Calc : treasury bills;prices -Oracle Open Office Calc : treasury bills;rates of return -Oracle Open Office Calc : tree view of Help -Oracle Open Office Calc : TREND function -Oracle Open Office Calc : trend lines in charts -Oracle Open Office Calc : trigonometric functions -Oracle Open Office Calc : TRIM function -Oracle Open Office Calc : TRIMMEAN function -Oracle Open Office Calc : TRUE function -Oracle Open Office Calc : TRUNC function -Oracle Open Office Calc : TTEST function -Oracle Open Office Calc : TYPE function -Oracle Open Office Calc : typefaces -Oracle Open Office Calc : typefaces;adding under UNIX -Oracle Open Office Calc : typefaces;formats -Oracle Open Office Calc : typographical quotes in Oracle Open Office Writer -Oracle Open Office Calc : typography -Oracle Open Office Calc : typography;Asian -Oracle Open Office Calc : underlining -Oracle Open Office Calc : underlining;AutoFormat function -Oracle Open Office Calc : underlining;characters -Oracle Open Office Calc : underlining;text -Oracle Open Office Calc : undocking windows -Oracle Open Office Calc : undoing -Oracle Open Office Calc : undoing;direct formatting -Oracle Open Office Calc : undoing;editing -Oracle Open Office Calc : undoing;number of steps -Oracle Open Office Calc : ungrouping entries in DataPilot tables -Oracle Open Office Calc : ungrouping groups -Oracle Open Office Calc : UNICHAR function -Oracle Open Office Calc : UNICODE function -Oracle Open Office Calc : units -Oracle Open Office Calc : units;converting -Oracle Open Office Calc : units;measurement units -Oracle Open Office Calc : unmerging cells -Oracle Open Office Calc : UNO components -Oracle Open Office Calc : UNO components;Extension Manager -Oracle Open Office Calc : UNO components;integrating new -Oracle Open Office Calc : unprotecting cells -Oracle Open Office Calc : update options -Oracle Open Office Calc : updates -Oracle Open Office Calc : updates;checking automatically -Oracle Open Office Calc : updates;checking manually -Oracle Open Office Calc : updating -Oracle Open Office Calc : updating;DataPilot tables -Oracle Open Office Calc : updating;fields and charts, automatically (Writer) -Oracle Open Office Calc : updating;links in text documents -Oracle Open Office Calc : updating;links, on opening -Oracle Open Office Calc : updating;templates -Oracle Open Office Calc : updating;traces -Oracle Open Office Calc : UPPER function -Oracle Open Office Calc : URL -Oracle Open Office Calc : URL;changing hyperlink URLs -Oracle Open Office Calc : URL;definition -Oracle Open Office Calc : URL;in Calc -Oracle Open Office Calc : URL;in pictures -Oracle Open Office Calc : URL;saving absolute/relative paths -Oracle Open Office Calc : URL;turning off URL recognition -Oracle Open Office Calc : user data -Oracle Open Office Calc : user data;input -Oracle Open Office Calc : user data;removing when saving -Oracle Open Office Calc : user feedback -Oracle Open Office Calc : user feedback;automatically -Oracle Open Office Calc : user-defined dictionaries -Oracle Open Office Calc : user-defined dictionaries;creating -Oracle Open Office Calc : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Calc : user-defined dictionaries;editing -Oracle Open Office Calc : user-defined functions -Oracle Open Office Calc : user-defined styles -Oracle Open Office Calc : user-defined styles;automatically replacing -Oracle Open Office Calc : UTF-8/UCS2 support -Oracle Open Office Calc : validity -Oracle Open Office Calc : VALUE function -Oracle Open Office Calc : values -Oracle Open Office Calc : values;absolute -Oracle Open Office Calc : values;defining names -Oracle Open Office Calc : values;displaying in tables -Oracle Open Office Calc : values;highlighting -Oracle Open Office Calc : values;inserting in multiple cells -Oracle Open Office Calc : values;limiting on input -Oracle Open Office Calc : values;rounded as shown (Calc) -Oracle Open Office Calc : values;rounded in calculations -Oracle Open Office Calc : VAR function -Oracle Open Office Calc : VARA function -Oracle Open Office Calc : variables -Oracle Open Office Calc : variables;calculating equations -Oracle Open Office Calc : variables;defining names -Oracle Open Office Calc : variables;for paths -Oracle Open Office Calc : variances -Oracle Open Office Calc : variances;based on populations -Oracle Open Office Calc : variances;based on samples -Oracle Open Office Calc : variances -Oracle Open Office Calc : variances in charts -Oracle Open Office Calc : VARP function -Oracle Open Office Calc : VARPA function -Oracle Open Office Calc : VBA code -Oracle Open Office Calc : VBA code;loading/saving documents with VBA code -Oracle Open Office Calc : VDB function -Oracle Open Office Calc : version management -Oracle Open Office Calc : version numbers of documents -Oracle Open Office Calc : versions -Oracle Open Office Calc : versions;comparing documents -Oracle Open Office Calc : versions;file saving as, restriction -Oracle Open Office Calc : versions;merging document versions -Oracle Open Office Calc : versions;of a document -Oracle Open Office Calc : versions;Oracle Open Office -Oracle Open Office Calc : vertical callouts -Oracle Open Office Calc : vertical scrollbars (Writer) -Oracle Open Office Calc : vertical search function -Oracle Open Office Calc : vertical text boxes -Oracle Open Office Calc : videos -Oracle Open Office Calc : viewing -Oracle Open Office Calc : viewing;comments on cells -Oracle Open Office Calc : viewing;databases -Oracle Open Office Calc : viewing;file properties -Oracle Open Office Calc : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Calc : viewing;print ranges -Oracle Open Office Calc : viewing;toolbars -Oracle Open Office Calc : views -Oracle Open Office Calc : views;creating database views (Base) -Oracle Open Office Calc : views;defaults -Oracle Open Office Calc : views;full screen -Oracle Open Office Calc : views;icons -Oracle Open Office Calc : views;multiple sheets -Oracle Open Office Calc : views;scaling -Oracle Open Office Calc : views;tables -Oracle Open Office Calc : Visual Basic for Applications -Oracle Open Office Calc : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Calc : VLOOKUP function -Oracle Open Office Calc : watermarks -Oracle Open Office Calc : web documents -Oracle Open Office Calc : web documents;XForms -Oracle Open Office Calc : web pages -Oracle Open Office Calc : web pages;importing data -Oracle Open Office Calc : Web support -Oracle Open Office Calc : WebCast export -Oracle Open Office Calc : WebDAV over HTTPS -Oracle Open Office Calc : WebQuery filter -Oracle Open Office Calc : WEEKDAY function -Oracle Open Office Calc : WEEKNUM function -Oracle Open Office Calc : WEEKNUM_ADD function -Oracle Open Office Calc : WEEKS function -Oracle Open Office Calc : WEEKSINYEAR function -Oracle Open Office Calc : WEIBULL function -Oracle Open Office Calc : what if operations -Oracle Open Office Calc : what if operations;solver -Oracle Open Office Calc : what if operations;two variables -Oracle Open Office Calc : widths of cells -Oracle Open Office Calc : windows -Oracle Open Office Calc : windows;docking -Oracle Open Office Calc : windows;docking definition -Oracle Open Office Calc : windows;hiding/showing/docking -Oracle Open Office Calc : windows;new -Oracle Open Office Calc : windows;splitting -Oracle Open Office Calc : wizards -Oracle Open Office Calc : wizards;agendas -Oracle Open Office Calc : wizards;database queries -Oracle Open Office Calc : wizards;database tables (Base) -Oracle Open Office Calc : wizards;databases (Base) -Oracle Open Office Calc : wizards;document converter -Oracle Open Office Calc : wizards;Euro Converter -Oracle Open Office Calc : wizards;faxes -Oracle Open Office Calc : wizards;forms -Oracle Open Office Calc : wizards;functions -Oracle Open Office Calc : wizards;letters -Oracle Open Office Calc : wizards;macros (Base) -Oracle Open Office Calc : wizards;overview -Oracle Open Office Calc : wizards;presentations -Oracle Open Office Calc : wizards;reports -Oracle Open Office Calc : word completion on/off -Oracle Open Office Calc : Word documents -Oracle Open Office Calc : Word documents;compatibility -Oracle Open Office Calc : Word documents;saving as -Oracle Open Office Calc : WordArt, see Fontwork -Oracle Open Office Calc : words -Oracle Open Office Calc : words;automatically replacing -Oracle Open Office Calc : words;wrapping in cells -Oracle Open Office Calc : words;wrapping in CTL -Oracle Open Office Calc : WORKDAY function -Oracle Open Office Calc : working directory change -Oracle Open Office Calc : worksheet names -Oracle Open Office Calc : wrapping text -Oracle Open Office Calc : wrapping text;in cells -Oracle Open Office Calc : write protection on/off -Oracle Open Office Calc : writing aids options -Oracle Open Office Calc : WYSIWYG in fonts lists -Oracle Open Office Calc : X axes -Oracle Open Office Calc : X axes;grid formatting -Oracle Open Office Calc : X axes;positioning -Oracle Open Office Calc : X axes;scaling -Oracle Open Office Calc : X axes;showing -Oracle Open Office Calc : XForms -Oracle Open Office Calc : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Calc : XForms;conditions -Oracle Open Office Calc : XForms;opening/editing -Oracle Open Office Calc : XIRR function -Oracle Open Office Calc : XML converters -Oracle Open Office Calc : XML file formats -Oracle Open Office Calc : XML filters -Oracle Open Office Calc : XML filters;creating/testing -Oracle Open Office Calc : XML filters;saving as package/installing/deleting -Oracle Open Office Calc : XML filters;settings -Oracle Open Office Calc : XML Forms, see XForms -Oracle Open Office Calc : XNPV function -Oracle Open Office Calc : XSLT filters, see also XML filters -Oracle Open Office Calc : XY charts -Oracle Open Office Calc : Y axes -Oracle Open Office Calc : Y axes;formatting -Oracle Open Office Calc : Y axes;grid formatting -Oracle Open Office Calc : Y axes;positioning -Oracle Open Office Calc : Y axes;scaling -Oracle Open Office Calc : Y axes;showing -Oracle Open Office Calc : YEAR function -Oracle Open Office Calc : YEARFRAC function -Oracle Open Office Calc : years -Oracle Open Office Calc : years;2-digit options -Oracle Open Office Calc : years;2-digits -Oracle Open Office Calc : YEARS function -Oracle Open Office Calc : YIELD function -Oracle Open Office Calc : YIELDDISC function -Oracle Open Office Calc : YIELDMAT function -Oracle Open Office Calc : yields, see also rates of return -Oracle Open Office Calc : Z axes -Oracle Open Office Calc : Z axes;grid formatting -Oracle Open Office Calc : Z axes;showing -Oracle Open Office Calc : zero values -Oracle Open Office Calc : zero values;displaying (Calc) -Oracle Open Office Calc : zero values;entering leading zeros -Oracle Open Office Calc : zero values;printing -Oracle Open Office Calc : zooming -Oracle Open Office Calc : zooming;enlarging page views -Oracle Open Office Calc : zooming;page views -Oracle Open Office Calc : zooming;pictures -Oracle Open Office Calc : zooming;reducing page views -Oracle Open Office Calc : zooming;status bar -Oracle Open Office Calc : ZTEST function -Oracle Open Office Chart : 1/2 replacement -Oracle Open Office Chart : 3D charts -Oracle Open Office Chart : 3D text creation -Oracle Open Office Chart : abbreviation replacement -Oracle Open Office Chart : absolute hyperlinks -Oracle Open Office Chart : absolute saving of URLs -Oracle Open Office Chart : accents -Oracle Open Office Chart : Access databases (base) -Oracle Open Office Chart : access rights for database tables (Base) -Oracle Open Office Chart : accessibility -Oracle Open Office Chart : accessibility;general shortcuts -Oracle Open Office Chart : accessibility;options -Oracle Open Office Chart : accessibility;Oracle Open Office assistive technology -Oracle Open Office Chart : accessibility;Oracle Open Office features -Oracle Open Office Chart : activating -Oracle Open Office Chart : activating;context menus -Oracle Open Office Chart : activating;Error Report Tool -Oracle Open Office Chart : activating;extended help tips -Oracle Open Office Chart : activating;plug-ins -Oracle Open Office Chart : ActiveX control -Oracle Open Office Chart : Adabas D databases (base) -Oracle Open Office Chart : add-ons, see UNO components -Oracle Open Office Chart : additional selection mode -Oracle Open Office Chart : address books -Oracle Open Office Chart : address books;LDAP server (Base) -Oracle Open Office Chart : address books;registering -Oracle Open Office Chart : address labels from databases -Oracle Open Office Chart : ADO databases (Base) -Oracle Open Office Chart : Agenda Wizard -Oracle Open Office Chart : aging filter -Oracle Open Office Chart : aligning -Oracle Open Office Chart : aligning;2D charts -Oracle Open Office Chart : aligning;cells -Oracle Open Office Chart : aligning;objects -Oracle Open Office Chart : aligning;paragraphs -Oracle Open Office Chart : aligning;tables in text -Oracle Open Office Chart : aligning;text objects -Oracle Open Office Chart : aligning;titles in charts -Oracle Open Office Chart : alternative fonts -Oracle Open Office Chart : ampersand symbol, see also operators -Oracle Open Office Chart : anchors -Oracle Open Office Chart : anchors;changing -Oracle Open Office Chart : anchors;displaying (Calc) -Oracle Open Office Chart : anchors;types/positions for draw objects -Oracle Open Office Chart : animations -Oracle Open Office Chart : animations;accessibility options -Oracle Open Office Chart : appearance options -Oracle Open Office Chart : Arabic -Oracle Open Office Chart : Arabic;entering text -Oracle Open Office Chart : Arabic;language settings -Oracle Open Office Chart : area charts -Oracle Open Office Chart : areas -Oracle Open Office Chart : areas;bitmap patterns -Oracle Open Office Chart : areas;hatched/dotted -Oracle Open Office Chart : areas;shadows -Oracle Open Office Chart : areas;slanting -Oracle Open Office Chart : areas;styles -Oracle Open Office Chart : areas;transparency -Oracle Open Office Chart : arguments in command line -Oracle Open Office Chart : arranging -Oracle Open Office Chart : arranging;objects -Oracle Open Office Chart : arrows -Oracle Open Office Chart : arrows;defining arrow heads -Oracle Open Office Chart : arrows;defining arrow lines -Oracle Open Office Chart : arrows;drawing in text -Oracle Open Office Chart : ASCII -Oracle Open Office Chart : ASCII;definition -Oracle Open Office Chart : Asian languages -Oracle Open Office Chart : Asian languages;enabling -Oracle Open Office Chart : Asian Phonetic Guide -Oracle Open Office Chart : Asian typography -Oracle Open Office Chart : assigning scripts -Oracle Open Office Chart : assistive technology in Oracle Open Office -Oracle Open Office Chart : attaching toolbars -Oracle Open Office Chart : attachments in e-mails -Oracle Open Office Chart : audio -Oracle Open Office Chart : auto reloading HTML documents -Oracle Open Office Chart : AutoAbstract function for sending text to presentations -Oracle Open Office Chart : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Chart : AutoComplete function in text and list boxes -Oracle Open Office Chart : AutoCorrect function -Oracle Open Office Chart : AutoCorrect function;context menu -Oracle Open Office Chart : AutoCorrect function;options -Oracle Open Office Chart : AutoCorrect function;pictures and frames -Oracle Open Office Chart : AutoCorrect function;quotes -Oracle Open Office Chart : AutoCorrect function;replacement table -Oracle Open Office Chart : AutoCorrect function;switching on and off in Calc -Oracle Open Office Chart : AutoCorrect function;URL recognition -Oracle Open Office Chart : AutoFormat function -Oracle Open Office Chart : AutoFormat function;switching on and off -Oracle Open Office Chart : automatic captions (Writer) -Oracle Open Office Chart : automatic control focus -Oracle Open Office Chart : automatic hyperlink formatting -Oracle Open Office Chart : automatic line breaks -Oracle Open Office Chart : automatic lines/borders in text -Oracle Open Office Chart : automatic saving -Oracle Open Office Chart : AutoPilots, see wizards -Oracle Open Office Chart : AutoValue (Base) -Oracle Open Office Chart : averages in charts -Oracle Open Office Chart : axes -Oracle Open Office Chart : axes;better scaling -Oracle Open Office Chart : axes;formatting -Oracle Open Office Chart : axes;formatting grids -Oracle Open Office Chart : axes;inserting grids -Oracle Open Office Chart : axes;interval marks -Oracle Open Office Chart : axes;showing axes in charts -Oracle Open Office Chart : axes in charts -Oracle Open Office Chart : backgrounds -Oracle Open Office Chart : backgrounds;defining colors/pictures -Oracle Open Office Chart : backgrounds;frames/sections/indexes -Oracle Open Office Chart : backgrounds;inserting from Gallery -Oracle Open Office Chart : backgrounds;printing -Oracle Open Office Chart : backing window -Oracle Open Office Chart : backups -Oracle Open Office Chart : backups;automatic -Oracle Open Office Chart : backups;documents -Oracle Open Office Chart : bar charts -Oracle Open Office Chart : Basic -Oracle Open Office Chart : Basic;fonts for source display -Oracle Open Office Chart : Basic;programming -Oracle Open Office Chart : Basic;recording macros -Oracle Open Office Chart : basic fonts -Oracle Open Office Chart : Bézier curves -Oracle Open Office Chart : Bézier curves;control points in presentations -Oracle Open Office Chart : bi-directional writing -Oracle Open Office Chart : binding space -Oracle Open Office Chart : bitmaps -Oracle Open Office Chart : bitmaps;inserting and editing -Oracle Open Office Chart : bitmaps;off for faster printing -Oracle Open Office Chart : bitmaps;patterns -Oracle Open Office Chart : black and white printing -Oracle Open Office Chart : black printing in Calc -Oracle Open Office Chart : block selection mode -Oracle Open Office Chart : bold -Oracle Open Office Chart : bold;AutoFormat function -Oracle Open Office Chart : bold;text -Oracle Open Office Chart : bookmarks -Oracle Open Office Chart : bookmarks;Help -Oracle Open Office Chart : borders -Oracle Open Office Chart : borders;arranging -Oracle Open Office Chart : borders;cells on screen (Calc) -Oracle Open Office Chart : borders;for paragraphs -Oracle Open Office Chart : borders;for tables -Oracle Open Office Chart : borders;shadows -Oracle Open Office Chart : borders;table boundaries (Writer) -Oracle Open Office Chart : borders, see also frames -Oracle Open Office Chart : bound fields -Oracle Open Office Chart : bound fields;controls -Oracle Open Office Chart : boundaries of tables (Writer) -Oracle Open Office Chart : break display (Writer) -Oracle Open Office Chart : brochures -Oracle Open Office Chart : brochures;printing several -Oracle Open Office Chart : bubble charts -Oracle Open Office Chart : build numbers of Oracle Open Office -Oracle Open Office Chart : bullet lists -Oracle Open Office Chart : bullet lists;formatting options -Oracle Open Office Chart : bullets -Oracle Open Office Chart : bullets;paragraphs -Oracle Open Office Chart : bullets;replacing -Oracle Open Office Chart : bullets;turning off -Oracle Open Office Chart : business cards -Oracle Open Office Chart : business cards;creating and synchronizing -Oracle Open Office Chart : business cards;using templates -Oracle Open Office Chart : button bars, see toolbars -Oracle Open Office Chart : buttons -Oracle Open Office Chart : buttons;adding push buttons -Oracle Open Office Chart : buttons;big/small -Oracle Open Office Chart : buttons;editing hyperlink buttons -Oracle Open Office Chart : buttons;form functions -Oracle Open Office Chart : buttons;toolbars -Oracle Open Office Chart : cache for graphics -Oracle Open Office Chart : calculating -Oracle Open Office Chart : calculating;iterative references (Calc) -Oracle Open Office Chart : calculating;regression curves -Oracle Open Office Chart : callouts -Oracle Open Office Chart : callouts;drawings -Oracle Open Office Chart : capital letters -Oracle Open Office Chart : capital letters;AutoCorrect function -Oracle Open Office Chart : capital letters;font effects -Oracle Open Office Chart : captions -Oracle Open Office Chart : captions;automatic captions (Writer) -Oracle Open Office Chart : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Chart : captions, see also labels/callouts -Oracle Open Office Chart : cascading update (Base) -Oracle Open Office Chart : case sensitivity -Oracle Open Office Chart : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Chart : case sensitivity;searching -Oracle Open Office Chart : cells -Oracle Open Office Chart : cells;aligning -Oracle Open Office Chart : cells;coloring (Calc) -Oracle Open Office Chart : cells;cursor positions after input (Calc) -Oracle Open Office Chart : cells;formatting without effect (Calc) -Oracle Open Office Chart : cells;line breaks -Oracle Open Office Chart : cells;linked to controls -Oracle Open Office Chart : cells;number of -Oracle Open Office Chart : cells;pasting -Oracle Open Office Chart : cells;resetting formats -Oracle Open Office Chart : cells;showing grid lines (Calc) -Oracle Open Office Chart : centered text -Oracle Open Office Chart : centimeters -Oracle Open Office Chart : certificates -Oracle Open Office Chart : changes -Oracle Open Office Chart : changes;accepting or rejecting -Oracle Open Office Chart : changes;comparing to original -Oracle Open Office Chart : changes;protecting -Oracle Open Office Chart : changes;recording -Oracle Open Office Chart : changes;review function -Oracle Open Office Chart : changes;showing -Oracle Open Office Chart : changing -Oracle Open Office Chart : changing;document titles -Oracle Open Office Chart : changing;file associations in Setup program -Oracle Open Office Chart : changing;icon sizes -Oracle Open Office Chart : changing;links -Oracle Open Office Chart : changing;work directory -Oracle Open Office Chart : changing, see also editing and replacing -Oracle Open Office Chart : character styles -Oracle Open Office Chart : character styles;language selection -Oracle Open Office Chart : characters -Oracle Open Office Chart : characters;alternative fonts -Oracle Open Office Chart : characters;Asian layout -Oracle Open Office Chart : characters;bold -Oracle Open Office Chart : characters;coloring -Oracle Open Office Chart : characters;displaying only on screen (Writer) -Oracle Open Office Chart : characters;enabling CTL and Asian characters -Oracle Open Office Chart : characters;font effects -Oracle Open Office Chart : characters;fonts and formats -Oracle Open Office Chart : characters;hyperlinks -Oracle Open Office Chart : characters;italics -Oracle Open Office Chart : characters;language selection -Oracle Open Office Chart : characters;shadowed -Oracle Open Office Chart : characters;spacing -Oracle Open Office Chart : characters;special -Oracle Open Office Chart : characters;underlining -Oracle Open Office Chart : charcoal sketches filter -Oracle Open Office Chart : chart legends -Oracle Open Office Chart : chart legends;hiding -Oracle Open Office Chart : chart legends;showing icons with labels -Oracle Open Office Chart : chart types -Oracle Open Office Chart : chart types;area -Oracle Open Office Chart : chart types;bubble -Oracle Open Office Chart : chart types;column and bar -Oracle Open Office Chart : chart types;column and line -Oracle Open Office Chart : chart types;line -Oracle Open Office Chart : chart types;net -Oracle Open Office Chart : chart types;pie/donut -Oracle Open Office Chart : chart types;stock -Oracle Open Office Chart : chart types;XY (scatter) -Oracle Open Office Chart : charts -Oracle Open Office Chart : charts;3D views -Oracle Open Office Chart : charts;aligning -Oracle Open Office Chart : charts;arranging within stacks -Oracle Open Office Chart : charts;bars with textures -Oracle Open Office Chart : charts;choosing chart types -Oracle Open Office Chart : charts;colors -Oracle Open Office Chart : charts;copying with link to source cell range -Oracle Open Office Chart : charts;data labels -Oracle Open Office Chart : charts;displaying (Calc) -Oracle Open Office Chart : charts;editing axes -Oracle Open Office Chart : charts;editing data -Oracle Open Office Chart : charts;editing legends -Oracle Open Office Chart : charts;editing titles -Oracle Open Office Chart : charts;formatting areas -Oracle Open Office Chart : charts;formatting floors -Oracle Open Office Chart : charts;formatting walls -Oracle Open Office Chart : charts;inserting -Oracle Open Office Chart : charts;overview -Oracle Open Office Chart : charts;positioning axes -Oracle Open Office Chart : charts;properties -Oracle Open Office Chart : charts;reorganizing -Oracle Open Office Chart : charts;scaling axes -Oracle Open Office Chart : charts;scaling text -Oracle Open Office Chart : charts;shortcuts -Oracle Open Office Chart : charts;showing axes -Oracle Open Office Chart : charts;updating automatically (Writer) -Oracle Open Office Chart : check box creation -Oracle Open Office Chart : Chinese writing systems -Oracle Open Office Chart : choosing printers -Oracle Open Office Chart : circle drawings -Oracle Open Office Chart : Client Side ImageMap -Oracle Open Office Chart : clipboard -Oracle Open Office Chart : clipboard;cutting -Oracle Open Office Chart : clipboard;pasting -Oracle Open Office Chart : clipboard;pasting formatted/unformatted text -Oracle Open Office Chart : clipboard;selection clipboard -Oracle Open Office Chart : clipboard;Unix -Oracle Open Office Chart : closing -Oracle Open Office Chart : closing;documents -Oracle Open Office Chart : closing;toolbars -Oracle Open Office Chart : collaboration -Oracle Open Office Chart : color bar -Oracle Open Office Chart : colors -Oracle Open Office Chart : colors;adding -Oracle Open Office Chart : colors;appearance -Oracle Open Office Chart : colors;backgrounds -Oracle Open Office Chart : colors;charts -Oracle Open Office Chart : colors;fill format -Oracle Open Office Chart : colors;fonts -Oracle Open Office Chart : colors;grid lines and cells (Calc) -Oracle Open Office Chart : colors;models -Oracle Open Office Chart : colors;not printing -Oracle Open Office Chart : colors;printing in grayscale -Oracle Open Office Chart : colors;restriction (Calc) -Oracle Open Office Chart : colors;selection -Oracle Open Office Chart : column and line charts -Oracle Open Office Chart : column charts -Oracle Open Office Chart : column headers -Oracle Open Office Chart : column headers;displaying (Calc) -Oracle Open Office Chart : column headers;highlighting (Calc) -Oracle Open Office Chart : columns -Oracle Open Office Chart : columns;setting with the mouse -Oracle Open Office Chart : combination charts -Oracle Open Office Chart : combo box creation -Oracle Open Office Chart : command button creation -Oracle Open Office Chart : command buttons, see push buttons -Oracle Open Office Chart : command line parameters -Oracle Open Office Chart : commands -Oracle Open Office Chart : commands;repeating -Oracle Open Office Chart : commands;SQL -Oracle Open Office Chart : comments -Oracle Open Office Chart : comments;displaying (Calc) -Oracle Open Office Chart : comments;inserting/editing/deleting/printing -Oracle Open Office Chart : comments;on changes -Oracle Open Office Chart : comments;printing in text -Oracle Open Office Chart : common terms -Oracle Open Office Chart : common terms;Chinese dictionary -Oracle Open Office Chart : common terms;glossaries -Oracle Open Office Chart : common terms;Internet glossary -Oracle Open Office Chart : comparisons -Oracle Open Office Chart : comparisons;document versions -Oracle Open Office Chart : comparisons;operators in default filter dialog -Oracle Open Office Chart : compatibility settings for MS Word import -Oracle Open Office Chart : complete screen view -Oracle Open Office Chart : complex text layout -Oracle Open Office Chart : complex text layout;definition -Oracle Open Office Chart : complex text layout;enabling -Oracle Open Office Chart : complex text layout, see CTL -Oracle Open Office Chart : compose key to insert special characters -Oracle Open Office Chart : concatenation, see ampersand symbol -Oracle Open Office Chart : conditional separators -Oracle Open Office Chart : conditions -Oracle Open Office Chart : conditions;in number formats -Oracle Open Office Chart : conditions;items in Data Navigator -Oracle Open Office Chart : Configuration Manager -Oracle Open Office Chart : configuring -Oracle Open Office Chart : configuring;fax icon -Oracle Open Office Chart : configuring;Oracle Open Office -Oracle Open Office Chart : configuring;toolbars -Oracle Open Office Chart : connections to data sources (Base) -Oracle Open Office Chart : contents protection -Oracle Open Office Chart : context menus -Oracle Open Office Chart : control point display in presentations -Oracle Open Office Chart : controls -Oracle Open Office Chart : controls;activating in forms -Oracle Open Office Chart : controls;adding to documents -Oracle Open Office Chart : controls;arranging in forms -Oracle Open Office Chart : controls;arranging within stacks -Oracle Open Office Chart : controls;assigning data sources -Oracle Open Office Chart : controls;assigning macros (Basic) -Oracle Open Office Chart : controls;bound fields/list contents/linked cells -Oracle Open Office Chart : controls;events -Oracle Open Office Chart : controls;focus -Oracle Open Office Chart : controls;formatted fields -Oracle Open Office Chart : controls;grouping -Oracle Open Office Chart : controls;hidden -Oracle Open Office Chart : controls;inserting -Oracle Open Office Chart : controls;multi-line titles -Oracle Open Office Chart : controls;positions and sizes -Oracle Open Office Chart : controls;printing -Oracle Open Office Chart : controls;properties of form controls -Oracle Open Office Chart : controls;properties of table controls -Oracle Open Office Chart : controls;reference by SQL -Oracle Open Office Chart : controls;rich text control -Oracle Open Office Chart : controls;select mode -Oracle Open Office Chart : controls;showing (Writer) -Oracle Open Office Chart : converters -Oracle Open Office Chart : converters;Euro converter -Oracle Open Office Chart : converters;PostScript, UNIX -Oracle Open Office Chart : converters;XML -Oracle Open Office Chart : converting -Oracle Open Office Chart : converting;Hangul/Hanja -Oracle Open Office Chart : converting;metrics -Oracle Open Office Chart : converting;Microsoft documents -Oracle Open Office Chart : converting;Oracle Open Office documents -Oracle Open Office Chart : converting;Pocket PC formats -Oracle Open Office Chart : copies -Oracle Open Office Chart : copies;printing -Oracle Open Office Chart : copying -Oracle Open Office Chart : copying;by drag and drop -Oracle Open Office Chart : copying;data from text documents -Oracle Open Office Chart : copying;datasource records in spreadsheets -Oracle Open Office Chart : copying;draw objects -Oracle Open Office Chart : copying;draw objects between documents -Oracle Open Office Chart : copying;formatting -Oracle Open Office Chart : copying;from data source view -Oracle Open Office Chart : copying;from Gallery -Oracle Open Office Chart : copying;in Unix -Oracle Open Office Chart : copying;pictures, between documents -Oracle Open Office Chart : copying;sheet areas, to text documents -Oracle Open Office Chart : copying;to Gallery -Oracle Open Office Chart : copyright for Oracle Open Office -Oracle Open Office Chart : corner roundings -Oracle Open Office Chart : crash reports -Oracle Open Office Chart : criteria of query design (Base) -Oracle Open Office Chart : cropping pictures -Oracle Open Office Chart : CTL -Oracle Open Office Chart : CTL;(not) wrapping words -Oracle Open Office Chart : CTL;complex text layout languages -Oracle Open Office Chart : CTL;definition -Oracle Open Office Chart : CTL;options -Oracle Open Office Chart : currencies -Oracle Open Office Chart : currencies;converters -Oracle Open Office Chart : currencies;format codes -Oracle Open Office Chart : currency field creation -Oracle Open Office Chart : currency formats -Oracle Open Office Chart : cursor -Oracle Open Office Chart : cursor;allowing in protected areas (Writer) -Oracle Open Office Chart : cursor;in read-only text -Oracle Open Office Chart : cursor;quickly moving to an object -Oracle Open Office Chart : curves -Oracle Open Office Chart : curves;editing points -Oracle Open Office Chart : curves;properties in line charts/XY charts -Oracle Open Office Chart : custom dictionaries -Oracle Open Office Chart : custom dictionaries;editing -Oracle Open Office Chart : custom hyphens (Writer) -Oracle Open Office Chart : custom quotes -Oracle Open Office Chart : custom templates -Oracle Open Office Chart : customizing -Oracle Open Office Chart : customizing;events -Oracle Open Office Chart : customizing;keyboard -Oracle Open Office Chart : customizing;menus -Oracle Open Office Chart : customizing;Oracle Open Office -Oracle Open Office Chart : customizing;round corners -Oracle Open Office Chart : customizing;toolbars -Oracle Open Office Chart : cutting -Oracle Open Office Chart : dashes -Oracle Open Office Chart : data -Oracle Open Office Chart : data;filtering in forms -Oracle Open Office Chart : data;forms and subforms -Oracle Open Office Chart : data;read-only -Oracle Open Office Chart : data;sorting in forms -Oracle Open Office Chart : data;user data -Oracle Open Office Chart : data binding change in XForms -Oracle Open Office Chart : data labels in charts -Oracle Open Office Chart : Data Navigator -Oracle Open Office Chart : Data Navigator;adding/editing items -Oracle Open Office Chart : Data Navigator;display options -Oracle Open Office Chart : data ranges in charts -Oracle Open Office Chart : data series -Oracle Open Office Chart : data source browser -Oracle Open Office Chart : data source explorer -Oracle Open Office Chart : data source view -Oracle Open Office Chart : data source view;drag and drop -Oracle Open Office Chart : data source view;overview -Oracle Open Office Chart : data source view;showing -Oracle Open Office Chart : data sources -Oracle Open Office Chart : data sources;as tables -Oracle Open Office Chart : data sources;connection settings (Base) -Oracle Open Office Chart : data sources;copying records to spreadsheets -Oracle Open Office Chart : data sources;displaying current -Oracle Open Office Chart : data sources;LDAP server (Base) -Oracle Open Office Chart : data sources;Oracle Open Office Base -Oracle Open Office Chart : data sources;registering address books -Oracle Open Office Chart : data sources;reports -Oracle Open Office Chart : data sources;setting for stock charts -Oracle Open Office Chart : data sources;viewing -Oracle Open Office Chart : data structure of XForms -Oracle Open Office Chart : data values in charts -Oracle Open Office Chart : data, see also values -Oracle Open Office Chart : database contents -Oracle Open Office Chart : database contents;inserting as tables -Oracle Open Office Chart : database contents;inserting as text -Oracle Open Office Chart : database reports -Oracle Open Office Chart : Database Wizard (Base) -Oracle Open Office Chart : databases -Oracle Open Office Chart : databases;administration through SQL (Base) -Oracle Open Office Chart : databases;ADO (Base) -Oracle Open Office Chart : databases;connecting (Base) -Oracle Open Office Chart : databases;creating -Oracle Open Office Chart : databases;creating labels -Oracle Open Office Chart : databases;creating queries -Oracle Open Office Chart : databases;creating reports -Oracle Open Office Chart : databases;creating tables -Oracle Open Office Chart : databases;deleting (Base) -Oracle Open Office Chart : databases;drag and drop (Base) -Oracle Open Office Chart : databases;editing tables -Oracle Open Office Chart : databases;form filters -Oracle Open Office Chart : databases;formats (Base) -Oracle Open Office Chart : databases;importing/exporting -Oracle Open Office Chart : databases;JDBC (Base) -Oracle Open Office Chart : databases;main page (Base) -Oracle Open Office Chart : databases;ODBC (Base) -Oracle Open Office Chart : databases;overview -Oracle Open Office Chart : databases;registering (Base) -Oracle Open Office Chart : databases;searching records -Oracle Open Office Chart : databases;shortcut keys -Oracle Open Office Chart : databases;sorting -Oracle Open Office Chart : databases;standard filters -Oracle Open Office Chart : databases;text formats -Oracle Open Office Chart : databases;viewing -Oracle Open Office Chart : date fields -Oracle Open Office Chart : date fields;creating -Oracle Open Office Chart : date fields;properties -Oracle Open Office Chart : date formats -Oracle Open Office Chart : dates -Oracle Open Office Chart : dates;default (Calc) -Oracle Open Office Chart : dates;printing in presentations -Oracle Open Office Chart : dates;start 1900/01/01 (Calc) -Oracle Open Office Chart : dates;start 1904/01/01 (Calc) -Oracle Open Office Chart : dBASE -Oracle Open Office Chart : dBASE;database settings (Base) -Oracle Open Office Chart : DDE -Oracle Open Office Chart : DDE;definition -Oracle Open Office Chart : deactivating -Oracle Open Office Chart : deactivating;plug-ins -Oracle Open Office Chart : decimal places displayed (Calc) -Oracle Open Office Chart : decimal separator key -Oracle Open Office Chart : decimal tab stops -Oracle Open Office Chart : default directories -Oracle Open Office Chart : default filters -Oracle Open Office Chart : default filters;comparison operators -Oracle Open Office Chart : default filters;databases -Oracle Open Office Chart : default printer -Oracle Open Office Chart : default printer;setting up -Oracle Open Office Chart : default printer;UNIX -Oracle Open Office Chart : default templates -Oracle Open Office Chart : default templates;changing -Oracle Open Office Chart : default templates;organizing -Oracle Open Office Chart : defaults -Oracle Open Office Chart : defaults;documents -Oracle Open Office Chart : defaults;file formats in file dialogs -Oracle Open Office Chart : defaults;file formats in Oracle Open Office -Oracle Open Office Chart : defaults;fonts -Oracle Open Office Chart : defaults;grids (Writer/Calc) -Oracle Open Office Chart : defaults;languages -Oracle Open Office Chart : defaults;number formats -Oracle Open Office Chart : defaults;of saving -Oracle Open Office Chart : defaults;program configuration -Oracle Open Office Chart : defaults;tab stops in text -Oracle Open Office Chart : defaults;views -Oracle Open Office Chart : defining -Oracle Open Office Chart : defining;arrowheads and other line ends -Oracle Open Office Chart : defining;colors -Oracle Open Office Chart : defining;line styles -Oracle Open Office Chart : defining;paragraph borders -Oracle Open Office Chart : defining;queries (Base) -Oracle Open Office Chart : defining;table borders -Oracle Open Office Chart : deleting -Oracle Open Office Chart : deleting;all direct formatting -Oracle Open Office Chart : deleting;comments -Oracle Open Office Chart : deleting;databases (Base) -Oracle Open Office Chart : deleting;hyperlinks -Oracle Open Office Chart : deleting;lines in text -Oracle Open Office Chart : deleting;models/instances -Oracle Open Office Chart : deleting;namespaces in XForms -Oracle Open Office Chart : deleting;tab stops -Oracle Open Office Chart : deleting;templates -Oracle Open Office Chart : deleting;XML filters -Oracle Open Office Chart : depth stagger -Oracle Open Office Chart : descriptions for objects -Oracle Open Office Chart : design mode after saving -Oracle Open Office Chart : design view -Oracle Open Office Chart : design view;creating forms -Oracle Open Office Chart : design view;queries/views (Base) -Oracle Open Office Chart : designing -Oracle Open Office Chart : designing;database tables -Oracle Open Office Chart : designing;fonts -Oracle Open Office Chart : designing;queries (Base) -Oracle Open Office Chart : detaching toolbars -Oracle Open Office Chart : dictionaries -Oracle Open Office Chart : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Chart : dictionaries;creating -Oracle Open Office Chart : dictionaries;editing user-defined -Oracle Open Office Chart : dictionaries;spellcheck -Oracle Open Office Chart : dictionaries, see also languages -Oracle Open Office Chart : digital signatures -Oracle Open Office Chart : digital signatures;getting/managing/applying -Oracle Open Office Chart : digital signatures;overview -Oracle Open Office Chart : digital signatures;WebDAV over HTTPS -Oracle Open Office Chart : direct formatting -Oracle Open Office Chart : direct formatting;undoing all -Oracle Open Office Chart : directories -Oracle Open Office Chart : directories;creating new -Oracle Open Office Chart : directories;directory structure -Oracle Open Office Chart : disabled persons -Oracle Open Office Chart : displaying -Oracle Open Office Chart : displaying;comments (Calc) -Oracle Open Office Chart : displaying;comments in text documents -Oracle Open Office Chart : displaying;non-printing characters (Writer) -Oracle Open Office Chart : displaying;pictures and objects (Writer) -Oracle Open Office Chart : displaying;tables (Writer) -Oracle Open Office Chart : displaying;zero values (Calc) -Oracle Open Office Chart : distances -Oracle Open Office Chart : distinct values in SQL queries -Oracle Open Office Chart : distorting in drawings -Oracle Open Office Chart : distributing XML filters -Oracle Open Office Chart : docking -Oracle Open Office Chart : docking;definition -Oracle Open Office Chart : docking;toolbars -Oracle Open Office Chart : docking;windows -Oracle Open Office Chart : Document Converter Wizard -Oracle Open Office Chart : Document Map, see Navigator -Oracle Open Office Chart : document types in Oracle Open Office -Oracle Open Office Chart : documents -Oracle Open Office Chart : documents;changing titles -Oracle Open Office Chart : documents;closing -Oracle Open Office Chart : documents;comparing -Oracle Open Office Chart : documents;contents as lists -Oracle Open Office Chart : documents;editing time -Oracle Open Office Chart : documents;exporting -Oracle Open Office Chart : documents;importing -Oracle Open Office Chart : documents;languages -Oracle Open Office Chart : documents;measurement units in -Oracle Open Office Chart : documents;merging -Oracle Open Office Chart : documents;number of pages/tables/sheets -Oracle Open Office Chart : documents;opening -Oracle Open Office Chart : documents;opening in design mode -Oracle Open Office Chart : documents;opening with templates -Oracle Open Office Chart : documents;organizing -Oracle Open Office Chart : documents;printing -Oracle Open Office Chart : documents;read-only -Oracle Open Office Chart : documents;reloading -Oracle Open Office Chart : documents;saving -Oracle Open Office Chart : documents;saving automatically -Oracle Open Office Chart : documents;saving in other formats -Oracle Open Office Chart : documents;sending as e-mail -Oracle Open Office Chart : documents;styles changed -Oracle Open Office Chart : documents;version management -Oracle Open Office Chart : documents;version numbers -Oracle Open Office Chart : donut charts -Oracle Open Office Chart : dotted areas -Oracle Open Office Chart : double-line spacing in paragraphs -Oracle Open Office Chart : double-line writing in Asian layout -Oracle Open Office Chart : drag and drop -Oracle Open Office Chart : drag and drop;copying and pasting text -Oracle Open Office Chart : drag and drop;data source view -Oracle Open Office Chart : drag and drop;from Gallery to draw objects -Oracle Open Office Chart : drag and drop;overview -Oracle Open Office Chart : drag and drop;pictures -Oracle Open Office Chart : drag and drop;to Gallery -Oracle Open Office Chart : draw objects -Oracle Open Office Chart : draw objects;adding/editing/copying -Oracle Open Office Chart : draw objects;anchoring -Oracle Open Office Chart : draw objects;arranging within stacks -Oracle Open Office Chart : draw objects;copying between documents -Oracle Open Office Chart : draw objects;displaying (Calc) -Oracle Open Office Chart : draw objects;dropping Gallery pictures -Oracle Open Office Chart : draw objects;flipping -Oracle Open Office Chart : draw objects;legends -Oracle Open Office Chart : draw objects;positioning and resizing -Oracle Open Office Chart : draw objects;protecting -Oracle Open Office Chart : draw objects;slanting -Oracle Open Office Chart : draw objects;text in -Oracle Open Office Chart : Drawing bar -Oracle Open Office Chart : drawing lines in text -Oracle Open Office Chart : drawings -Oracle Open Office Chart : drawings;creating/opening -Oracle Open Office Chart : drawings;languages -Oracle Open Office Chart : drawings;printing -Oracle Open Office Chart : drawings;printing defaults -Oracle Open Office Chart : drawings;printing in text documents -Oracle Open Office Chart : drawings;saving -Oracle Open Office Chart : drawings;saving automatically -Oracle Open Office Chart : drawings;saving in other formats -Oracle Open Office Chart : drawings;sending as e-mail -Oracle Open Office Chart : drawings;showing (Writer) -Oracle Open Office Chart : drawings, see also draw objects -Oracle Open Office Chart : drop-down lists in form functions -Oracle Open Office Chart : e-mail attachments -Oracle Open Office Chart : Edit File icon -Oracle Open Office Chart : edit mode -Oracle Open Office Chart : edit mode;after opening -Oracle Open Office Chart : edit mode;through Enter key (Calc) -Oracle Open Office Chart : Edit Points bar -Oracle Open Office Chart : editing -Oracle Open Office Chart : editing;chart axes -Oracle Open Office Chart : editing;chart data -Oracle Open Office Chart : editing;chart legends -Oracle Open Office Chart : editing;chart titles -Oracle Open Office Chart : editing;comments -Oracle Open Office Chart : editing;data binding of XForms -Oracle Open Office Chart : editing;database tables and queries -Oracle Open Office Chart : editing;draw objects -Oracle Open Office Chart : editing;Fontwork objects -Oracle Open Office Chart : editing;hyperlinks -Oracle Open Office Chart : editing;menus -Oracle Open Office Chart : editing;objects -Oracle Open Office Chart : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Chart : editing;pictures -Oracle Open Office Chart : editing;reports -Oracle Open Office Chart : editing;shortcut keys -Oracle Open Office Chart : editing;tab stops -Oracle Open Office Chart : editing;templates -Oracle Open Office Chart : editing;titles -Oracle Open Office Chart : editing;toolbars -Oracle Open Office Chart : editing;undoing -Oracle Open Office Chart : editing;XForms -Oracle Open Office Chart : editing time of documents -Oracle Open Office Chart : editors -Oracle Open Office Chart : editors;formula editor -Oracle Open Office Chart : editors;ImageMap editor -Oracle Open Office Chart : effects -Oracle Open Office Chart : effects;font positions -Oracle Open Office Chart : effects;fonts -Oracle Open Office Chart : effects;Fontwork icons -Oracle Open Office Chart : empty documents -Oracle Open Office Chart : empty paragraph removal -Oracle Open Office Chart : encryption of contents -Oracle Open Office Chart : entering groups -Oracle Open Office Chart : entering text from right to left -Oracle Open Office Chart : equal sign, see also operators -Oracle Open Office Chart : equations in formula editor -Oracle Open Office Chart : error bars in charts -Oracle Open Office Chart : error indicators in charts -Oracle Open Office Chart : Error Report Tool -Oracle Open Office Chart : Euro -Oracle Open Office Chart : Euro;currency formats -Oracle Open Office Chart : Euro;Euro Converter Wizard -Oracle Open Office Chart : even/odd pages -Oracle Open Office Chart : even/odd pages;printing -Oracle Open Office Chart : events -Oracle Open Office Chart : events;assigning scripts -Oracle Open Office Chart : events;controls -Oracle Open Office Chart : events;customizing -Oracle Open Office Chart : events;in forms -Oracle Open Office Chart : Excel -Oracle Open Office Chart : Excel;saving as -Oracle Open Office Chart : Excel;search criteria -Oracle Open Office Chart : exceptions -Oracle Open Office Chart : exceptions;user-defined dictionaries -Oracle Open Office Chart : exchanging, see also replacing -Oracle Open Office Chart : executing SQL commands -Oracle Open Office Chart : exiting -Oracle Open Office Chart : exiting;groups -Oracle Open Office Chart : exiting;Oracle Open Office -Oracle Open Office Chart : expanding formatting (Calc) -Oracle Open Office Chart : explorer of data sources -Oracle Open Office Chart : export filters -Oracle Open Office Chart : exporting -Oracle Open Office Chart : exporting;bitmaps -Oracle Open Office Chart : exporting;HTML and text documents -Oracle Open Office Chart : exporting;Microsoft Office documents with VBA code -Oracle Open Office Chart : exporting;spreadsheets to text format -Oracle Open Office Chart : exporting;templates -Oracle Open Office Chart : exporting;to foreign formats -Oracle Open Office Chart : exporting;to HTML -Oracle Open Office Chart : exporting;to Microsoft Office formats -Oracle Open Office Chart : exporting;to PDF -Oracle Open Office Chart : exporting;to PostScript format -Oracle Open Office Chart : exporting;to XML -Oracle Open Office Chart : exporting;XML files -Oracle Open Office Chart : extended tips in Help -Oracle Open Office Chart : extension mode in text -Oracle Open Office Chart : extensions -Oracle Open Office Chart : extensions;Extension Manager -Oracle Open Office Chart : extensions;file formats -Oracle Open Office Chart : external keys (Base) -Oracle Open Office Chart : faster printing -Oracle Open Office Chart : faxes -Oracle Open Office Chart : faxes;configuring Oracle Open Office -Oracle Open Office Chart : faxes;fax programs/fax printers under UNIX -Oracle Open Office Chart : faxes;selecting a fax machine -Oracle Open Office Chart : faxes;sending -Oracle Open Office Chart : faxes;wizards -Oracle Open Office Chart : feedback -Oracle Open Office Chart : feedback;automatically -Oracle Open Office Chart : fields -Oracle Open Office Chart : fields;database tables -Oracle Open Office Chart : fields;displaying field codes (Writer) -Oracle Open Office Chart : fields;formatted fields -Oracle Open Office Chart : fields;updating automatically (Writer) -Oracle Open Office Chart : file associations for Microsoft Office -Oracle Open Office Chart : file filters -Oracle Open Office Chart : file filters;mobile devices -Oracle Open Office Chart : file filters;XML -Oracle Open Office Chart : file formats -Oracle Open Office Chart : file formats;changing Oracle Open Office defaults -Oracle Open Office Chart : file formats;OpenDocument/XML -Oracle Open Office Chart : file formats;saving always in other formats -Oracle Open Office Chart : file selection button -Oracle Open Office Chart : file sharing options for current document -Oracle Open Office Chart : files -Oracle Open Office Chart : files;filters and formats -Oracle Open Office Chart : files;importing -Oracle Open Office Chart : files;opening -Oracle Open Office Chart : files;opening with placeholders -Oracle Open Office Chart : files;properties -Oracle Open Office Chart : files;saving -Oracle Open Office Chart : files;saving automatically -Oracle Open Office Chart : files;saving in other formats -Oracle Open Office Chart : files;sending as e-mail -Oracle Open Office Chart : files;version numbers -Oracle Open Office Chart : files and folders in Oracle Open Office -Oracle Open Office Chart : fill characters with tabulators -Oracle Open Office Chart : fill colors for areas -Oracle Open Office Chart : fill patterns for areas -Oracle Open Office Chart : filter conditions -Oracle Open Office Chart : filter conditions;connecting -Oracle Open Office Chart : filter conditions;in queries (Base) -Oracle Open Office Chart : filtering -Oracle Open Office Chart : filtering;data in databases -Oracle Open Office Chart : filtering;data in forms -Oracle Open Office Chart : filters -Oracle Open Office Chart : filters;comparison operators -Oracle Open Office Chart : filters;for import and export -Oracle Open Office Chart : filters;Navigator -Oracle Open Office Chart : filters;pictures -Oracle Open Office Chart : filters;XML filter settings -Oracle Open Office Chart : Find tab in Help -Oracle Open Office Chart : finding -Oracle Open Office Chart : finding;in all sheets -Oracle Open Office Chart : finding;records in form documents -Oracle Open Office Chart : finding;selections -Oracle Open Office Chart : finding;similarity search -Oracle Open Office Chart : fitting to pages -Oracle Open Office Chart : fitting to pages;print settings in Math -Oracle Open Office Chart : fitting to pages;print settings in presentations -Oracle Open Office Chart : fixed text -Oracle Open Office Chart : fixed text;form functions -Oracle Open Office Chart : fixing toolbars -Oracle Open Office Chart : flipping draw objects -Oracle Open Office Chart : floating frames in HTML documents -Oracle Open Office Chart : floating toolbars -Oracle Open Office Chart : focus of controls -Oracle Open Office Chart : folder creation -Oracle Open Office Chart : font lists -Oracle Open Office Chart : font name box -Oracle Open Office Chart : font sizes -Oracle Open Office Chart : font sizes;bullets -Oracle Open Office Chart : font sizes;relative changes -Oracle Open Office Chart : font sizes;scaling on screen -Oracle Open Office Chart : font sizes;text -Oracle Open Office Chart : fonts -Oracle Open Office Chart : fonts;adding under UNIX -Oracle Open Office Chart : fonts;changing in templates -Oracle Open Office Chart : fonts;colors -Oracle Open Office Chart : fonts;default settings -Oracle Open Office Chart : fonts;effects -Oracle Open Office Chart : fonts;for HTML and Basic -Oracle Open Office Chart : fonts;formats -Oracle Open Office Chart : fonts;outlines -Oracle Open Office Chart : fonts;positions in text -Oracle Open Office Chart : fonts;shadows -Oracle Open Office Chart : fonts;specifying several -Oracle Open Office Chart : fonts;strikethrough -Oracle Open Office Chart : fonts;styles -Oracle Open Office Chart : fonts;text objects -Oracle Open Office Chart : Fontwork icons -Oracle Open Office Chart : footers -Oracle Open Office Chart : footers;backgrounds -Oracle Open Office Chart : form controls -Oracle Open Office Chart : form controls;assigning macros -Oracle Open Office Chart : form controls;protecting -Oracle Open Office Chart : form controls;toolbars -Oracle Open Office Chart : form fields -Oracle Open Office Chart : form filters -Oracle Open Office Chart : Form Navigator -Oracle Open Office Chart : format codes -Oracle Open Office Chart : format codes;numbers -Oracle Open Office Chart : format filling printing in Oracle Open Office Math -Oracle Open Office Chart : Format Paintbrush -Oracle Open Office Chart : formats -Oracle Open Office Chart : formats;Asian layout -Oracle Open Office Chart : formats;fonts -Oracle Open Office Chart : formats;maximizing page formats -Oracle Open Office Chart : formats;number and currency formats -Oracle Open Office Chart : formats;of currencies/date/time -Oracle Open Office Chart : formats;on opening and saving -Oracle Open Office Chart : formats;pasting in special formats -Oracle Open Office Chart : formats;positions -Oracle Open Office Chart : formats;tabulators -Oracle Open Office Chart : formatted fields -Oracle Open Office Chart : formatted fields;form functions -Oracle Open Office Chart : formatted fields;properties -Oracle Open Office Chart : formatting -Oracle Open Office Chart : formatting;Asian typography -Oracle Open Office Chart : formatting;axes in charts -Oracle Open Office Chart : formatting;chart areas -Oracle Open Office Chart : formatting;chart floors -Oracle Open Office Chart : formatting;chart legends -Oracle Open Office Chart : formatting;chart titles -Oracle Open Office Chart : formatting;chart walls -Oracle Open Office Chart : formatting;copying -Oracle Open Office Chart : formatting;definition -Oracle Open Office Chart : formatting;expanding (Calc) -Oracle Open Office Chart : formatting;font effects -Oracle Open Office Chart : formatting;hyperlinks -Oracle Open Office Chart : formatting;pages -Oracle Open Office Chart : formatting;printer metrics (Writer) -Oracle Open Office Chart : formatting;undoing -Oracle Open Office Chart : formatting;undoing when writing -Oracle Open Office Chart : forms -Oracle Open Office Chart : forms;browsing -Oracle Open Office Chart : forms;Combo Box/List Box Wizard -Oracle Open Office Chart : forms;creating -Oracle Open Office Chart : forms;data -Oracle Open Office Chart : forms;designing (Base) -Oracle Open Office Chart : forms;events -Oracle Open Office Chart : forms;filtering data -Oracle Open Office Chart : forms;finding records -Oracle Open Office Chart : forms;focus after opening -Oracle Open Office Chart : forms;general information (Base) -Oracle Open Office Chart : forms;grouping controls -Oracle Open Office Chart : forms;HTML filters -Oracle Open Office Chart : forms;Navigator -Oracle Open Office Chart : forms;opening in design mode -Oracle Open Office Chart : forms;properties -Oracle Open Office Chart : forms;sorting data -Oracle Open Office Chart : forms;subforms -Oracle Open Office Chart : forms;wizards -Oracle Open Office Chart : forms;XForms -Oracle Open Office Chart : formula texts -Oracle Open Office Chart : formula texts;printing in Oracle Open Office Math -Oracle Open Office Chart : formulas -Oracle Open Office Chart : formulas;new -Oracle Open Office Chart : formulas;starting formula editor -Oracle Open Office Chart : formulas in reports -Oracle Open Office Chart : formulas in reports;editing -Oracle Open Office Chart : forums and support -Oracle Open Office Chart : frames -Oracle Open Office Chart : frames;around paragraphs -Oracle Open Office Chart : frames;around tables -Oracle Open Office Chart : frames;AutoCorrect function -Oracle Open Office Chart : frames;backgrounds -Oracle Open Office Chart : frames;captions (Writer) -Oracle Open Office Chart : frames;printing in Oracle Open Office Math -Oracle Open Office Chart : frames;protecting -Oracle Open Office Chart : frames;selection frames -Oracle Open Office Chart : frames;text fitting to frames -Oracle Open Office Chart : freeform lines -Oracle Open Office Chart : freeform lines;draw functions -Oracle Open Office Chart : FTP -Oracle Open Office Chart : FTP;opening documents -Oracle Open Office Chart : FTP;saving documents -Oracle Open Office Chart : full joins (Base) -Oracle Open Office Chart : full screen view -Oracle Open Office Chart : full-text search in Help -Oracle Open Office Chart : functions in reports -Oracle Open Office Chart : functions in reports;editing -Oracle Open Office Chart : Gallery -Oracle Open Office Chart : Gallery;adding pictures -Oracle Open Office Chart : Gallery;dragging pictures to draw objects -Oracle Open Office Chart : Gallery;hiding/showing -Oracle Open Office Chart : Gallery;inserting pictures from -Oracle Open Office Chart : get method for form transmissions -Oracle Open Office Chart : getting support -Oracle Open Office Chart : GIF format -Oracle Open Office Chart : glossaries -Oracle Open Office Chart : glossaries;common terms -Oracle Open Office Chart : glossaries;Internet terms -Oracle Open Office Chart : gradients off for faster printing -Oracle Open Office Chart : graphic objects, see draw objects -Oracle Open Office Chart : graphical text art -Oracle Open Office Chart : graphics -Oracle Open Office Chart : graphics;cache -Oracle Open Office Chart : graphics;protecting -Oracle Open Office Chart : graphics, see also pictures -Oracle Open Office Chart : grayscale printing -Oracle Open Office Chart : grid controls -Oracle Open Office Chart : grid controls;form functions -Oracle Open Office Chart : grids -Oracle Open Office Chart : grids;defaults (Writer/Calc) -Oracle Open Office Chart : grids;display options (Impress/Draw) -Oracle Open Office Chart : grids;displaying lines (Calc) -Oracle Open Office Chart : grids;formatting axes -Oracle Open Office Chart : grids;inserting in charts -Oracle Open Office Chart : group box creation -Oracle Open Office Chart : groups -Oracle Open Office Chart : groups;entering/exiting/ungrouping -Oracle Open Office Chart : groups;naming -Oracle Open Office Chart : groups;of controls -Oracle Open Office Chart : guides -Oracle Open Office Chart : guides;display options (Impress/Draw) -Oracle Open Office Chart : guides;displaying when moving objects (Impress) -Oracle Open Office Chart : guides;showing (Calc) -Oracle Open Office Chart : guides;showing when moving frames (Writer) -Oracle Open Office Chart : gutter -Oracle Open Office Chart : handles -Oracle Open Office Chart : handles;displaying (Writer) -Oracle Open Office Chart : handles;scaling -Oracle Open Office Chart : handles;showing simple/large handles (Calc) -Oracle Open Office Chart : Hangul/Hanja -Oracle Open Office Chart : hatching -Oracle Open Office Chart : headers -Oracle Open Office Chart : headers;backgrounds -Oracle Open Office Chart : headings -Oracle Open Office Chart : headings;entering as text box -Oracle Open Office Chart : Hebrew -Oracle Open Office Chart : Hebrew;entering text -Oracle Open Office Chart : Hebrew;language settings -Oracle Open Office Chart : Help -Oracle Open Office Chart : Help;bookmarks -Oracle Open Office Chart : Help;extended tips on/off -Oracle Open Office Chart : Help;full-text search -Oracle Open Office Chart : Help;Help tips -Oracle Open Office Chart : Help;keywords -Oracle Open Office Chart : Help;navigation pane showing/hiding -Oracle Open Office Chart : Help;style sheets -Oracle Open Office Chart : Help;topics -Oracle Open Office Chart : Help Agent -Oracle Open Office Chart : Help Agent;help -Oracle Open Office Chart : Help Agent;options -Oracle Open Office Chart : Help tips -Oracle Open Office Chart : Help tips;hiding -Oracle Open Office Chart : hidden controls in Form Navigator -Oracle Open Office Chart : hidden fields display (Writer) -Oracle Open Office Chart : hidden pages -Oracle Open Office Chart : hidden pages;printing in presentations -Oracle Open Office Chart : hidden text -Oracle Open Office Chart : hidden text;showing (Writer) -Oracle Open Office Chart : hiding -Oracle Open Office Chart : hiding;changes -Oracle Open Office Chart : hiding;chart legends -Oracle Open Office Chart : hiding;docked windows -Oracle Open Office Chart : hiding;navigation pane in Help window -Oracle Open Office Chart : high contrast mode -Oracle Open Office Chart : Hindi -Oracle Open Office Chart : Hindi;entering text -Oracle Open Office Chart : Hindi;language settings -Oracle Open Office Chart : horizontal scrollbars (Writer) -Oracle Open Office Chart : hotspots -Oracle Open Office Chart : HowTos for charts -Oracle Open Office Chart : HTML -Oracle Open Office Chart : HTML;definition -Oracle Open Office Chart : HTML;export character set -Oracle Open Office Chart : HTML;fonts for source display -Oracle Open Office Chart : HTML;importing META tags -Oracle Open Office Chart : HTML;live presentations -Oracle Open Office Chart : HTML documents -Oracle Open Office Chart : HTML documents;auto reloading -Oracle Open Office Chart : HTML documents;importing/exporting -Oracle Open Office Chart : HTML documents;META tags in -Oracle Open Office Chart : HTML documents;new -Oracle Open Office Chart : HTML documents;source text -Oracle Open Office Chart : hyperlinks -Oracle Open Office Chart : hyperlinks;assigning macros -Oracle Open Office Chart : hyperlinks;character formats -Oracle Open Office Chart : hyperlinks;definition -Oracle Open Office Chart : hyperlinks;deleting -Oracle Open Office Chart : hyperlinks;editing -Oracle Open Office Chart : hyperlinks;inserting -Oracle Open Office Chart : hyperlinks;relative and absolute -Oracle Open Office Chart : hyperlinks;turning off automatic recognition -Oracle Open Office Chart : hyperlinks, see also links -Oracle Open Office Chart : hyphenation -Oracle Open Office Chart : hyphenation;activating for a language -Oracle Open Office Chart : hyphenation;minimal number of characters -Oracle Open Office Chart : hyphens -Oracle Open Office Chart : hyphens;displaying custom (Writer) -Oracle Open Office Chart : hyphens;inserting custom -Oracle Open Office Chart : icon bars, see toolbars -Oracle Open Office Chart : icon sizes -Oracle Open Office Chart : ignore list for spellcheck -Oracle Open Office Chart : illumination -Oracle Open Office Chart : illumination;3D charts -Oracle Open Office Chart : illustrations, see pictures -Oracle Open Office Chart : image button creation -Oracle Open Office Chart : image control creation -Oracle Open Office Chart : ImageMap -Oracle Open Office Chart : ImageMap;definition -Oracle Open Office Chart : ImageMap;editor -Oracle Open Office Chart : images -Oracle Open Office Chart : images;ImageMap -Oracle Open Office Chart : images;inserting and editing bitmaps -Oracle Open Office Chart : images, see also pictures -Oracle Open Office Chart : IME -Oracle Open Office Chart : IME;definition -Oracle Open Office Chart : IME;showing/hiding -Oracle Open Office Chart : import filters -Oracle Open Office Chart : import restrictions for Microsoft Office -Oracle Open Office Chart : importing -Oracle Open Office Chart : importing;bitmaps -Oracle Open Office Chart : importing;compatibility settings for text import -Oracle Open Office Chart : importing;databases -Oracle Open Office Chart : importing;documents in other formats -Oracle Open Office Chart : importing;from XML -Oracle Open Office Chart : importing;HTML and text documents -Oracle Open Office Chart : importing;HTML with META tags -Oracle Open Office Chart : importing;Microsoft Office documents with VBA code -Oracle Open Office Chart : importing;tables in text format -Oracle Open Office Chart : importing;templates -Oracle Open Office Chart : improvement program -Oracle Open Office Chart : inches -Oracle Open Office Chart : Index tab in Help -Oracle Open Office Chart : indexes -Oracle Open Office Chart : indexes;backgrounds -Oracle Open Office Chart : indexes;showing/hiding Help index tab -Oracle Open Office Chart : indicator lines in text -Oracle Open Office Chart : inner joins (Base) -Oracle Open Office Chart : input method window -Oracle Open Office Chart : insert mode for entering text -Oracle Open Office Chart : inserting -Oracle Open Office Chart : inserting;buttons in toolbars -Oracle Open Office Chart : inserting;cell ranges from spreadsheets -Oracle Open Office Chart : inserting;charts -Oracle Open Office Chart : inserting;clipboard options -Oracle Open Office Chart : inserting;comments -Oracle Open Office Chart : inserting;data from text documents -Oracle Open Office Chart : inserting;datasource records in spreadsheets -Oracle Open Office Chart : inserting;drawings -Oracle Open Office Chart : inserting;floating frames -Oracle Open Office Chart : inserting;Fontwork objects -Oracle Open Office Chart : inserting;form fields -Oracle Open Office Chart : inserting;hyperlinks -Oracle Open Office Chart : inserting;line breaks in cells -Oracle Open Office Chart : inserting;movies/sounds -Oracle Open Office Chart : inserting;new text tables defaults -Oracle Open Office Chart : inserting;objects from Gallery -Oracle Open Office Chart : inserting;OLE objects -Oracle Open Office Chart : inserting;paragraph borders -Oracle Open Office Chart : inserting;paragraph bullets -Oracle Open Office Chart : inserting;pictures in Gallery -Oracle Open Office Chart : inserting;plug-ins -Oracle Open Office Chart : inserting;push buttons -Oracle Open Office Chart : inserting;special characters -Oracle Open Office Chart : inserting;tab stops -Oracle Open Office Chart : inserting;textures on chart bars -Oracle Open Office Chart : installing -Oracle Open Office Chart : installing;ActiveX control -Oracle Open Office Chart : installing;mobile device filters -Oracle Open Office Chart : installing;UNO components -Oracle Open Office Chart : installing;XML filters -Oracle Open Office Chart : instructions -Oracle Open Office Chart : instructions;general -Oracle Open Office Chart : Internet -Oracle Open Office Chart : Internet;checking for updates -Oracle Open Office Chart : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Chart : Internet;presentations -Oracle Open Office Chart : Internet;starting searches -Oracle Open Office Chart : Internet glossary -Oracle Open Office Chart : invert filter -Oracle Open Office Chart : invisible areas -Oracle Open Office Chart : italic text -Oracle Open Office Chart : iterative references in spreadsheets -Oracle Open Office Chart : Java -Oracle Open Office Chart : Java;definition -Oracle Open Office Chart : Java;setting options -Oracle Open Office Chart : JDBC -Oracle Open Office Chart : JDBC;databases (Base) -Oracle Open Office Chart : JDBC;definition -Oracle Open Office Chart : joining -Oracle Open Office Chart : joining;paragraphs -Oracle Open Office Chart : joining;tables (Base) -Oracle Open Office Chart : joins in databases (Base) -Oracle Open Office Chart : justifying text -Oracle Open Office Chart : kerning -Oracle Open Office Chart : kerning;Asian texts -Oracle Open Office Chart : kerning;definition -Oracle Open Office Chart : kerning;in characters -Oracle Open Office Chart : key fields for relations (Base) -Oracle Open Office Chart : keyboard -Oracle Open Office Chart : keyboard;assigning/editing shortcut keys -Oracle Open Office Chart : keyboard;general commands -Oracle Open Office Chart : keyboard;removing numbering -Oracle Open Office Chart : keys -Oracle Open Office Chart : keys;adding push buttons -Oracle Open Office Chart : keys;primary keys (Base) -Oracle Open Office Chart : kiosk export -Oracle Open Office Chart : labels -Oracle Open Office Chart : labels;creating and synchronizing -Oracle Open Office Chart : labels;for charts -Oracle Open Office Chart : labels;for draw objects -Oracle Open Office Chart : labels;form functions -Oracle Open Office Chart : labels;from databases -Oracle Open Office Chart : labels, see also names/callouts -Oracle Open Office Chart : languages -Oracle Open Office Chart : languages;activating modules -Oracle Open Office Chart : languages;Asian support -Oracle Open Office Chart : languages;complex text layout -Oracle Open Office Chart : languages;locale settings -Oracle Open Office Chart : languages;selecting for text -Oracle Open Office Chart : languages;setting options -Oracle Open Office Chart : languages;spellcheck -Oracle Open Office Chart : languages;spellchecking and formatting -Oracle Open Office Chart : large handles (Writer) -Oracle Open Office Chart : large icons -Oracle Open Office Chart : layer arrangement -Oracle Open Office Chart : layout -Oracle Open Office Chart : layout;importing Word documents -Oracle Open Office Chart : layout;pages -Oracle Open Office Chart : LDAP server -Oracle Open Office Chart : LDAP server;address books (Base) -Oracle Open Office Chart : LDAP server;sign on options -Oracle Open Office Chart : leading between paragraphs -Oracle Open Office Chart : left alignment of paragraphs -Oracle Open Office Chart : left joins (Base) -Oracle Open Office Chart : legends -Oracle Open Office Chart : legends;charts -Oracle Open Office Chart : legends;draw objects -Oracle Open Office Chart : legends;rounding corners -Oracle Open Office Chart : Letter Wizard -Oracle Open Office Chart : levels -Oracle Open Office Chart : levels;depth stagger -Oracle Open Office Chart : levels;macro security -Oracle Open Office Chart : limits of tables (Writer) -Oracle Open Office Chart : line breaks -Oracle Open Office Chart : line breaks;in cells -Oracle Open Office Chart : line charts -Oracle Open Office Chart : line spacing -Oracle Open Office Chart : line spacing;context menu in paragraphs -Oracle Open Office Chart : line spacing;paragraph -Oracle Open Office Chart : line styles -Oracle Open Office Chart : line styles;applying -Oracle Open Office Chart : line styles;defining -Oracle Open Office Chart : lines -Oracle Open Office Chart : lines;defining ends -Oracle Open Office Chart : lines;draw functions -Oracle Open Office Chart : lines;drawing in text -Oracle Open Office Chart : lines;editing points -Oracle Open Office Chart : lines;removing automatic lines -Oracle Open Office Chart : lines of text -Oracle Open Office Chart : lines of text;alignment -Oracle Open Office Chart : links -Oracle Open Office Chart : links;between cells and controls -Oracle Open Office Chart : links;by drag and drop -Oracle Open Office Chart : links;character formats -Oracle Open Office Chart : links;definition -Oracle Open Office Chart : links;editing hyperlinks -Oracle Open Office Chart : links;inserting -Oracle Open Office Chart : links;modifying -Oracle Open Office Chart : links;opening files with -Oracle Open Office Chart : links;relational databases (Base) -Oracle Open Office Chart : links;turning off automatic recognition -Oracle Open Office Chart : links;updating options (Writer) -Oracle Open Office Chart : links;updating specific links -Oracle Open Office Chart : list box creation -Oracle Open Office Chart : lists -Oracle Open Office Chart : lists;data assigned to controls -Oracle Open Office Chart : lists;registered databases (Base) -Oracle Open Office Chart : lists;regular expressions -Oracle Open Office Chart : live presentations on the Internet -Oracle Open Office Chart : loading -Oracle Open Office Chart : loading;documents -Oracle Open Office Chart : loading;documents from other formats -Oracle Open Office Chart : loading;HTML documents, automatically -Oracle Open Office Chart : loading;Microsoft Office documents with VBA code -Oracle Open Office Chart : loading;reloading -Oracle Open Office Chart : loading;XML files -Oracle Open Office Chart : locale settings -Oracle Open Office Chart : logarithmic scaling along axes -Oracle Open Office Chart : lowercase letters -Oracle Open Office Chart : lowercase letters;font effects -Oracle Open Office Chart : Macro Wizard (Base) -Oracle Open Office Chart : macros -Oracle Open Office Chart : macros;assigning to events in forms -Oracle Open Office Chart : macros;attaching new (Base) -Oracle Open Office Chart : macros;in MS Office documents -Oracle Open Office Chart : macros;interrupting -Oracle Open Office Chart : macros;organizing -Oracle Open Office Chart : macros;recording -Oracle Open Office Chart : macros;security -Oracle Open Office Chart : macros;security levels -Oracle Open Office Chart : macros;security warning dialog -Oracle Open Office Chart : macros;selecting security warnings -Oracle Open Office Chart : magnifiers -Oracle Open Office Chart : margins -Oracle Open Office Chart : margins;pages -Oracle Open Office Chart : margins;setting with the mouse -Oracle Open Office Chart : margins;shadows -Oracle Open Office Chart : marking changes -Oracle Open Office Chart : marking, see selecting -Oracle Open Office Chart : Math formula editor -Oracle Open Office Chart : mean value lines in charts -Oracle Open Office Chart : measurement units -Oracle Open Office Chart : measurement units;changing on rulers -Oracle Open Office Chart : measurement units;converting -Oracle Open Office Chart : measurement units;selecting -Oracle Open Office Chart : Media Player window -Oracle Open Office Chart : menus -Oracle Open Office Chart : menus;activating context menus -Oracle Open Office Chart : menus;assigning macros -Oracle Open Office Chart : menus;customizing -Oracle Open Office Chart : merging -Oracle Open Office Chart : merging;documents -Oracle Open Office Chart : META tags -Oracle Open Office Chart : metrics -Oracle Open Office Chart : metrics;converting -Oracle Open Office Chart : metrics;document formatting (Writer) -Oracle Open Office Chart : metrics;in sheets -Oracle Open Office Chart : Microsoft Office -Oracle Open Office Chart : Microsoft Office;Access databases (base) -Oracle Open Office Chart : Microsoft Office;as default file format -Oracle Open Office Chart : Microsoft Office;document import restrictions -Oracle Open Office Chart : Microsoft Office;feature comparisons -Oracle Open Office Chart : Microsoft Office;importing password protected files -Oracle Open Office Chart : Microsoft Office;importing Word documents -Oracle Open Office Chart : Microsoft Office;importing/exporting VBA code -Oracle Open Office Chart : Microsoft Office;new users information -Oracle Open Office Chart : Microsoft Office;opening Microsoft documents -Oracle Open Office Chart : Microsoft Office;reassigning document types -Oracle Open Office Chart : migrating macros (Base) -Oracle Open Office Chart : mobile device filters -Oracle Open Office Chart : models in XForms -Oracle Open Office Chart : modifying, see changing -Oracle Open Office Chart : more controls -Oracle Open Office Chart : mosaic filter -Oracle Open Office Chart : mouse -Oracle Open Office Chart : mouse;pointers when using drag and drop -Oracle Open Office Chart : mouse;positioning -Oracle Open Office Chart : movies -Oracle Open Office Chart : moving -Oracle Open Office Chart : moving;tab stops on ruler -Oracle Open Office Chart : moving;toolbars -Oracle Open Office Chart : moving;using guide lines in presentations -Oracle Open Office Chart : MS ADO interface (Base) -Oracle Open Office Chart : multi-line titles in forms -Oracle Open Office Chart : multiple documents -Oracle Open Office Chart : multiple documents;opening -Oracle Open Office Chart : multiple selection -Oracle Open Office Chart : music -Oracle Open Office Chart : My Documents folder -Oracle Open Office Chart : My Documents folder;changing work directory -Oracle Open Office Chart : My Documents folder;opening -Oracle Open Office Chart : MySQL databases (Base) -Oracle Open Office Chart : names -Oracle Open Office Chart : names;multi-line titles -Oracle Open Office Chart : names;objects -Oracle Open Office Chart : names, see also labels/callouts -Oracle Open Office Chart : namespace organization in XForms -Oracle Open Office Chart : native SQL (Base) -Oracle Open Office Chart : navigating -Oracle Open Office Chart : navigating;in documents -Oracle Open Office Chart : Navigation bar -Oracle Open Office Chart : Navigation bar;controls -Oracle Open Office Chart : Navigation bar;forms -Oracle Open Office Chart : Navigator -Oracle Open Office Chart : Navigator;comments -Oracle Open Office Chart : Navigator;contents as lists -Oracle Open Office Chart : Navigator;docking -Oracle Open Office Chart : Navigator;working with -Oracle Open Office Chart : net charts -Oracle Open Office Chart : network identity options -Oracle Open Office Chart : new databases -Oracle Open Office Chart : new documents -Oracle Open Office Chart : new lines in cells -Oracle Open Office Chart : new windows -Oracle Open Office Chart : non-breaking dashes -Oracle Open Office Chart : non-breaking spaces (Writer) -Oracle Open Office Chart : non-printing characters (Writer) -Oracle Open Office Chart : number formats -Oracle Open Office Chart : number formats;codes -Oracle Open Office Chart : number formats;formats -Oracle Open Office Chart : number formats;recognition in text tables -Oracle Open Office Chart : number of pages -Oracle Open Office Chart : number of sheets -Oracle Open Office Chart : number of tables -Oracle Open Office Chart : numbering -Oracle Open Office Chart : numbering;options -Oracle Open Office Chart : numbering;turning off -Oracle Open Office Chart : numbering;using automatically -Oracle Open Office Chart : numbers -Oracle Open Office Chart : numbers;date, time and currency formats -Oracle Open Office Chart : numbers;decimal places (Calc) -Oracle Open Office Chart : numerical fields in forms -Oracle Open Office Chart : objects -Oracle Open Office Chart : objects;always moveable (Impress/Draw) -Oracle Open Office Chart : objects;arranging within stacks -Oracle Open Office Chart : objects;copying when moving in presentations -Oracle Open Office Chart : objects;definition -Oracle Open Office Chart : objects;displaying in spreadsheets -Oracle Open Office Chart : objects;displaying in text documents -Oracle Open Office Chart : objects;editing -Oracle Open Office Chart : objects;inserting from Gallery -Oracle Open Office Chart : objects;inserting OLE objects -Oracle Open Office Chart : objects;moving and resizing with mouse -Oracle Open Office Chart : objects;naming -Oracle Open Office Chart : objects;opening -Oracle Open Office Chart : objects;properties of charts -Oracle Open Office Chart : objects;quickly moving to -Oracle Open Office Chart : objects;titles and descriptions -Oracle Open Office Chart : ODBC -Oracle Open Office Chart : ODBC;database (Base) -Oracle Open Office Chart : ODBC;definition -Oracle Open Office Chart : ODF file formats -Oracle Open Office Chart : Office -Oracle Open Office Chart : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Chart : OLE -Oracle Open Office Chart : OLE;definition -Oracle Open Office Chart : OLE objects -Oracle Open Office Chart : OLE objects;arranging within stacks -Oracle Open Office Chart : OLE objects;captions (Writer) -Oracle Open Office Chart : OLE objects;inserting -Oracle Open Office Chart : OLE objects;number of -Oracle Open Office Chart : OLE objects;protecting -Oracle Open Office Chart : one and a half line spacing in text -Oracle Open Office Chart : online feedback options -Oracle Open Office Chart : online registration -Oracle Open Office Chart : online update options -Oracle Open Office Chart : online updates -Oracle Open Office Chart : online updates;checking automatically -Oracle Open Office Chart : online updates;checking manually -Oracle Open Office Chart : Open/Save dialogs -Oracle Open Office Chart : OpenDocument file formats -Oracle Open Office Chart : OpenGL -Oracle Open Office Chart : OpenGL;definition -Oracle Open Office Chart : opening -Oracle Open Office Chart : opening;context menus -Oracle Open Office Chart : opening;database files -Oracle Open Office Chart : opening;dialog settings -Oracle Open Office Chart : opening;documents -Oracle Open Office Chart : opening;documents from other formats -Oracle Open Office Chart : opening;documents on WebDAV server -Oracle Open Office Chart : opening;files with links -Oracle Open Office Chart : opening;files, with placeholders -Oracle Open Office Chart : opening;forms -Oracle Open Office Chart : opening;Microsoft Office files -Oracle Open Office Chart : opening;mobile device documents -Oracle Open Office Chart : opening;objects -Oracle Open Office Chart : opening;reports -Oracle Open Office Chart : opening;several files -Oracle Open Office Chart : opening;XForms -Oracle Open Office Chart : operators -Oracle Open Office Chart : operators;default filters -Oracle Open Office Chart : optional hyphens (Writer) -Oracle Open Office Chart : options -Oracle Open Office Chart : options;accessibility -Oracle Open Office Chart : options;appearance -Oracle Open Office Chart : options;compatibility (Writer) -Oracle Open Office Chart : options;improvement program -Oracle Open Office Chart : options;network identity -Oracle Open Office Chart : options;online update -Oracle Open Office Chart : options;tools -Oracle Open Office Chart : Oracle databases (base) -Oracle Open Office Chart : Oracle Open Office Base data sources -Oracle Open Office Chart : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Chart : Oracle Open Office documents -Oracle Open Office Chart : Oracle Open Office documents;mobile device filters -Oracle Open Office Chart : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Chart : Oracle Open Office Math start -Oracle Open Office Chart : order of chart data -Oracle Open Office Chart : ordering -Oracle Open Office Chart : ordering;objects -Oracle Open Office Chart : organizing -Oracle Open Office Chart : organizing;macros and scripts -Oracle Open Office Chart : organizing;namespaces in XForms -Oracle Open Office Chart : organizing;styles -Oracle Open Office Chart : organizing;templates -Oracle Open Office Chart : original size -Oracle Open Office Chart : original size;printing in Oracle Open Office Math -Oracle Open Office Chart : original size;restoring after cropping -Oracle Open Office Chart : outlines -Oracle Open Office Chart : outlines;font effects -Oracle Open Office Chart : outlines;outline symbols -Oracle Open Office Chart : outlines;sending to presentations -Oracle Open Office Chart : overwrite mode -Oracle Open Office Chart : packages, see extensions -Oracle Open Office Chart : page breaks -Oracle Open Office Chart : page breaks;displaying (Calc) -Oracle Open Office Chart : page formats -Oracle Open Office Chart : page formats;maximizing -Oracle Open Office Chart : page formats;restriction -Oracle Open Office Chart : page styles -Oracle Open Office Chart : page styles;editing/applying with statusbar -Oracle Open Office Chart : pages -Oracle Open Office Chart : pages;backgrounds in all applications -Oracle Open Office Chart : pages;formatting and numbering -Oracle Open Office Chart : pages;printing page names in presentations -Oracle Open Office Chart : pages;scaling -Oracle Open Office Chart : pages;selecting one to print -Oracle Open Office Chart : paint box -Oracle Open Office Chart : paint can symbol -Oracle Open Office Chart : pair kerning -Oracle Open Office Chart : Palm file filters -Oracle Open Office Chart : paper formats -Oracle Open Office Chart : paper size warning -Oracle Open Office Chart : paper trays -Oracle Open Office Chart : paragraph marks -Oracle Open Office Chart : paragraph marks;displaying (Writer) -Oracle Open Office Chart : paragraph styles -Oracle Open Office Chart : paragraph styles;languages -Oracle Open Office Chart : paragraph styles;modifying basic fonts -Oracle Open Office Chart : paragraphs -Oracle Open Office Chart : paragraphs;alignment -Oracle Open Office Chart : paragraphs;Asian typography -Oracle Open Office Chart : paragraphs;defining borders -Oracle Open Office Chart : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Chart : paragraphs;increasing indents of -Oracle Open Office Chart : paragraphs;indents, margins and columns -Oracle Open Office Chart : paragraphs;inserting bullets -Oracle Open Office Chart : paragraphs;joining -Oracle Open Office Chart : paragraphs;numbering automatically -Oracle Open Office Chart : paragraphs;removing blank ones -Oracle Open Office Chart : paragraphs;spacing -Oracle Open Office Chart : paragraphs;tab stops -Oracle Open Office Chart : parameters -Oracle Open Office Chart : parameters;command line -Oracle Open Office Chart : parameters;queries (Base) -Oracle Open Office Chart : passwords for protecting contents -Oracle Open Office Chart : pasting -Oracle Open Office Chart : pasting;cell ranges -Oracle Open Office Chart : pasting;cell ranges from spreadsheets -Oracle Open Office Chart : pasting;data from text documents -Oracle Open Office Chart : pasting;draw objects -Oracle Open Office Chart : pasting;draw objects from other documents -Oracle Open Office Chart : pasting;formatted/unformatted text -Oracle Open Office Chart : pasting;from data source view -Oracle Open Office Chart : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Chart : pasting;pictures from other documents -Oracle Open Office Chart : pasting;sheet areas in text documents -Oracle Open Office Chart : pasting;to Gallery -Oracle Open Office Chart : paths -Oracle Open Office Chart : paths;changing work directory -Oracle Open Office Chart : paths;defaults -Oracle Open Office Chart : pattern editor -Oracle Open Office Chart : pattern fields -Oracle Open Office Chart : pattern fields;form functions -Oracle Open Office Chart : patterns for objects -Oracle Open Office Chart : PDF -Oracle Open Office Chart : PDF;export -Oracle Open Office Chart : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Chart : personal data input -Oracle Open Office Chart : phonetic guide -Oracle Open Office Chart : picklist creation -Oracle Open Office Chart : pictures -Oracle Open Office Chart : pictures;adding to Gallery -Oracle Open Office Chart : pictures;arranging within stacks -Oracle Open Office Chart : pictures;assigning macros -Oracle Open Office Chart : pictures;backgrounds -Oracle Open Office Chart : pictures;captions (Writer) -Oracle Open Office Chart : pictures;changing paths -Oracle Open Office Chart : pictures;cropping and zooming -Oracle Open Office Chart : pictures;displaying in Calc -Oracle Open Office Chart : pictures;displaying in Writer (Writer) -Oracle Open Office Chart : pictures;drag and drop between documents -Oracle Open Office Chart : pictures;drawing -Oracle Open Office Chart : pictures;editing -Oracle Open Office Chart : pictures;filters -Oracle Open Office Chart : pictures;ImageMap -Oracle Open Office Chart : pictures;inserting automatically -Oracle Open Office Chart : pictures;inserting from Gallery -Oracle Open Office Chart : pictures;number of -Oracle Open Office Chart : pictures;printing -Oracle Open Office Chart : pictures;scaling/resizing -Oracle Open Office Chart : pie charts -Oracle Open Office Chart : pie charts;options -Oracle Open Office Chart : pie charts;types -Oracle Open Office Chart : pixel editor -Oracle Open Office Chart : pixel graphics -Oracle Open Office Chart : pixel graphics;inserting and editing -Oracle Open Office Chart : pixel patterns -Oracle Open Office Chart : placeholders -Oracle Open Office Chart : placeholders;in SQL queries -Oracle Open Office Chart : placeholders;on opening files -Oracle Open Office Chart : placing toolbars -Oracle Open Office Chart : playing movies and sound files -Oracle Open Office Chart : plotting data as charts -Oracle Open Office Chart : plug-ins -Oracle Open Office Chart : plug-ins;activating and deactivating -Oracle Open Office Chart : plug-ins;definition -Oracle Open Office Chart : plug-ins;inserting -Oracle Open Office Chart : pocket device appliances -Oracle Open Office Chart : Pocket PC file filters -Oracle Open Office Chart : points -Oracle Open Office Chart : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Chart : polygon drawing -Oracle Open Office Chart : pop-art filter -Oracle Open Office Chart : portable document format -Oracle Open Office Chart : positioning -Oracle Open Office Chart : positioning;axes -Oracle Open Office Chart : positioning;draw objects and controls -Oracle Open Office Chart : positioning;fonts -Oracle Open Office Chart : positioning;objects -Oracle Open Office Chart : positioning;toolbars -Oracle Open Office Chart : post method for form transmissions -Oracle Open Office Chart : posterizing filter -Oracle Open Office Chart : PostScript -Oracle Open Office Chart : PostScript;creating files -Oracle Open Office Chart : PostScript;PDF converter, UNIX -Oracle Open Office Chart : PowerPoint export -Oracle Open Office Chart : precision as shown (Calc) -Oracle Open Office Chart : predefining fonts -Oracle Open Office Chart : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Chart : presentations -Oracle Open Office Chart : presentations;creating/opening -Oracle Open Office Chart : presentations;inserting spreadsheet cells -Oracle Open Office Chart : presentations;live on the Internet -Oracle Open Office Chart : presentations;print menu -Oracle Open Office Chart : presentations;saving -Oracle Open Office Chart : presentations;saving automatically -Oracle Open Office Chart : presentations;saving in other formats -Oracle Open Office Chart : presentations;sending as e-mail -Oracle Open Office Chart : presentations;starting with wizard -Oracle Open Office Chart : presentations;wizards -Oracle Open Office Chart : Presenter Console shortcuts -Oracle Open Office Chart : press buttons, see push buttons -Oracle Open Office Chart : previews -Oracle Open Office Chart : previews;fonts lists -Oracle Open Office Chart : primary keys -Oracle Open Office Chart : primary keys;defining -Oracle Open Office Chart : primary keys;design view -Oracle Open Office Chart : primary keys;inserting (Base) -Oracle Open Office Chart : print area selection -Oracle Open Office Chart : printer metrics for document formatting (Writer) -Oracle Open Office Chart : printers -Oracle Open Office Chart : printers;adding, UNIX -Oracle Open Office Chart : printers;choosing -Oracle Open Office Chart : printers;default printer -Oracle Open Office Chart : printers;faxes under UNIX -Oracle Open Office Chart : printers;maximum page formats -Oracle Open Office Chart : printers;paper trays -Oracle Open Office Chart : printers;properties -Oracle Open Office Chart : printing -Oracle Open Office Chart : printing;black and white -Oracle Open Office Chart : printing;brochures -Oracle Open Office Chart : printing;colors in grayscale -Oracle Open Office Chart : printing;comments -Oracle Open Office Chart : printing;copies -Oracle Open Office Chart : printing;creating individual jobs -Oracle Open Office Chart : printing;dates in presentations -Oracle Open Office Chart : printing;directly -Oracle Open Office Chart : printing;documents -Oracle Open Office Chart : printing;drawings defaults -Oracle Open Office Chart : printing;elements in text documents -Oracle Open Office Chart : printing;faster -Oracle Open Office Chart : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Chart : printing;fitting to pages in presentations -Oracle Open Office Chart : printing;formulas in Oracle Open Office Math -Oracle Open Office Chart : printing;hidden pages of presentations -Oracle Open Office Chart : printing;in original size in Oracle Open Office Math -Oracle Open Office Chart : printing;left/right pages -Oracle Open Office Chart : printing;queries (Base) -Oracle Open Office Chart : printing;scaling in Oracle Open Office Math -Oracle Open Office Chart : printing;selections -Oracle Open Office Chart : printing;text always in black -Oracle Open Office Chart : printing;text in reverse order -Oracle Open Office Chart : printing;tiling pages in presentations -Oracle Open Office Chart : printing;transparencies -Oracle Open Office Chart : printing;warnings -Oracle Open Office Chart : printing;without scaling in presentations -Oracle Open Office Chart : printing speed -Oracle Open Office Chart : programming -Oracle Open Office Chart : programming;Oracle Open Office -Oracle Open Office Chart : programming;scripting -Oracle Open Office Chart : properties -Oracle Open Office Chart : properties;charts -Oracle Open Office Chart : properties;fields in databases -Oracle Open Office Chart : properties;files -Oracle Open Office Chart : properties;form controls -Oracle Open Office Chart : properties;forms -Oracle Open Office Chart : properties;printers -Oracle Open Office Chart : properties;smooth lines in line charts/XY charts -Oracle Open Office Chart : protected contents -Oracle Open Office Chart : protected dashes -Oracle Open Office Chart : protected database tables -Oracle Open Office Chart : protected documents -Oracle Open Office Chart : protected spaces -Oracle Open Office Chart : protected spaces;inserting -Oracle Open Office Chart : protected spaces;showing (Writer) -Oracle Open Office Chart : protecting -Oracle Open Office Chart : protecting;contents -Oracle Open Office Chart : protecting;recorded changes -Oracle Open Office Chart : proxy settings -Oracle Open Office Chart : push buttons -Oracle Open Office Chart : push buttons;adding to documents -Oracle Open Office Chart : push buttons;creating -Oracle Open Office Chart : queries -Oracle Open Office Chart : queries;copying (Base) -Oracle Open Office Chart : queries;creating in design view (Base) -Oracle Open Office Chart : queries;creating in SQL view -Oracle Open Office Chart : queries;defining (Base) -Oracle Open Office Chart : queries;deleting table links (Base) -Oracle Open Office Chart : queries;editing in data source view -Oracle Open Office Chart : queries;formulating filter conditions (Base) -Oracle Open Office Chart : queries;joining tables (Base) -Oracle Open Office Chart : queries;missing elements (Base) -Oracle Open Office Chart : queries;overview (Base) -Oracle Open Office Chart : queries;parameter queries (Base) -Oracle Open Office Chart : queries;printing (Base) -Oracle Open Office Chart : Query Wizard (Base) -Oracle Open Office Chart : Quickstarter -Oracle Open Office Chart : quotation marks -Oracle Open Office Chart : quotation marks;replacing -Oracle Open Office Chart : quotes -Oracle Open Office Chart : quotes;custom -Oracle Open Office Chart : radar charts, see net charts -Oracle Open Office Chart : radio button creation -Oracle Open Office Chart : read-only documents -Oracle Open Office Chart : read-only documents;cursor -Oracle Open Office Chart : read-only documents;database tables on/off -Oracle Open Office Chart : read-only documents;editing -Oracle Open Office Chart : read-only documents;opening documents as -Oracle Open Office Chart : read-only items in Data Navigator -Oracle Open Office Chart : recognizing URLs automatically -Oracle Open Office Chart : recording -Oracle Open Office Chart : recording;changes -Oracle Open Office Chart : recording;macros -Oracle Open Office Chart : records -Oracle Open Office Chart : records;inserting comments -Oracle Open Office Chart : records;protecting -Oracle Open Office Chart : records;saving -Oracle Open Office Chart : records;searching in databases -Oracle Open Office Chart : rectangles with round corners -Oracle Open Office Chart : recursions in spreadsheets -Oracle Open Office Chart : redo command -Oracle Open Office Chart : reduced printing -Oracle Open Office Chart : reference lines -Oracle Open Office Chart : references -Oracle Open Office Chart : references;displaying in color (Calc) -Oracle Open Office Chart : references;expanding (Calc) -Oracle Open Office Chart : references;iterative (Calc) -Oracle Open Office Chart : register-true -Oracle Open Office Chart : register-true;definition -Oracle Open Office Chart : registering -Oracle Open Office Chart : registering;address books -Oracle Open Office Chart : registering;databases (Base) -Oracle Open Office Chart : registering;Oracle Open Office -Oracle Open Office Chart : regression curves in charts -Oracle Open Office Chart : regular expressions -Oracle Open Office Chart : regular expressions;list of -Oracle Open Office Chart : regular expressions;opening files -Oracle Open Office Chart : relational databases (Base) -Oracle Open Office Chart : relations -Oracle Open Office Chart : relations;creating and deleting (Base) -Oracle Open Office Chart : relations;joining tables (Base) -Oracle Open Office Chart : relations;properties (Base) -Oracle Open Office Chart : relative hyperlinks -Oracle Open Office Chart : relative saving of URLs -Oracle Open Office Chart : reloading -Oracle Open Office Chart : reloading;documents -Oracle Open Office Chart : reloading;HTML documents, automatically -Oracle Open Office Chart : remarks, see also comments -Oracle Open Office Chart : remote configurations -Oracle Open Office Chart : remove noise filter -Oracle Open Office Chart : removing -Oracle Open Office Chart : removing;bullets and numbering -Oracle Open Office Chart : removing;form filters -Oracle Open Office Chart : removing, see also deleting -Oracle Open Office Chart : reorganizing charts -Oracle Open Office Chart : repeating -Oracle Open Office Chart : repeating;commands -Oracle Open Office Chart : replacement options -Oracle Open Office Chart : replacement table -Oracle Open Office Chart : replacing -Oracle Open Office Chart : replacing;AutoCorrect function -Oracle Open Office Chart : replacing;dashes -Oracle Open Office Chart : replacing;tab stops (regular expressions) -Oracle Open Office Chart : Report Builder -Oracle Open Office Chart : reports -Oracle Open Office Chart : reports;creating -Oracle Open Office Chart : reports;error reports -Oracle Open Office Chart : reports;opening and editing -Oracle Open Office Chart : reports;templates -Oracle Open Office Chart : resetting -Oracle Open Office Chart : resetting;templates -Oracle Open Office Chart : resizing -Oracle Open Office Chart : resizing;objects, by mouse -Oracle Open Office Chart : resizing, see also scaling/zooming -Oracle Open Office Chart : resolution when printing bitmaps -Oracle Open Office Chart : restoring -Oracle Open Office Chart : restoring;default formatting -Oracle Open Office Chart : restoring;editing -Oracle Open Office Chart : reversing printing order -Oracle Open Office Chart : review function -Oracle Open Office Chart : review function;accepting or rejecting changes -Oracle Open Office Chart : review function;comparing documents -Oracle Open Office Chart : review function;protecting records -Oracle Open Office Chart : review function;recording changes example -Oracle Open Office Chart : rich text control -Oracle Open Office Chart : right alignment of paragraphs -Oracle Open Office Chart : right joins (Base) -Oracle Open Office Chart : right-to-left text -Oracle Open Office Chart : rotating -Oracle Open Office Chart : rotating;3D text -Oracle Open Office Chart : round corners -Oracle Open Office Chart : rounding precision (Calc) -Oracle Open Office Chart : row headers -Oracle Open Office Chart : row headers;displaying (Calc) -Oracle Open Office Chart : row headers;highlighting (Calc) -Oracle Open Office Chart : rulers -Oracle Open Office Chart : rulers;default settings -Oracle Open Office Chart : rulers;measurement units -Oracle Open Office Chart : rulers;visible in presentations -Oracle Open Office Chart : samples and templates -Oracle Open Office Chart : saving -Oracle Open Office Chart : saving;default file formats -Oracle Open Office Chart : saving;dialog settings -Oracle Open Office Chart : saving;documents -Oracle Open Office Chart : saving;documents for mobile devices -Oracle Open Office Chart : saving;documents in other formats -Oracle Open Office Chart : saving;documents, automatically -Oracle Open Office Chart : saving;in Microsoft Office file format -Oracle Open Office Chart : saving;options -Oracle Open Office Chart : saving;templates -Oracle Open Office Chart : saving;to XML -Oracle Open Office Chart : saving;VBA code in Microsoft Office documents -Oracle Open Office Chart : saving;with password by default -Oracle Open Office Chart : saving as command -Oracle Open Office Chart : saving as command;precautions -Oracle Open Office Chart : scaling -Oracle Open Office Chart : scaling;axes -Oracle Open Office Chart : scaling;font sizes in user interface -Oracle Open Office Chart : scaling;objects -Oracle Open Office Chart : scaling;pictures -Oracle Open Office Chart : scaling;printing in Oracle Open Office Math -Oracle Open Office Chart : scaling;text in charts -Oracle Open Office Chart : scaling;when printing presentations -Oracle Open Office Chart : scaling, see also zooming -Oracle Open Office Chart : scatter charts -Oracle Open Office Chart : screen -Oracle Open Office Chart : screen;full screen views -Oracle Open Office Chart : screen;scaling -Oracle Open Office Chart : screen magnifiers -Oracle Open Office Chart : screen readers -Oracle Open Office Chart : script organization -Oracle Open Office Chart : scrollbars -Oracle Open Office Chart : scrollbars;controls -Oracle Open Office Chart : scrollbars;displaying (Calc) -Oracle Open Office Chart : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Chart : search criteria for database functions in cells -Oracle Open Office Chart : search engines -Oracle Open Office Chart : search engines;definition -Oracle Open Office Chart : search engines;selecting -Oracle Open Office Chart : searching -Oracle Open Office Chart : searching;all sheets -Oracle Open Office Chart : searching;databases -Oracle Open Office Chart : searching;form filters -Oracle Open Office Chart : searching;Internet -Oracle Open Office Chart : searching;tables and forms -Oracle Open Office Chart : secondary axes in charts -Oracle Open Office Chart : sections -Oracle Open Office Chart : sections;backgrounds -Oracle Open Office Chart : security -Oracle Open Office Chart : security;digital signatures -Oracle Open Office Chart : security;options for documents with macros -Oracle Open Office Chart : security;protecting contents -Oracle Open Office Chart : security;security levels for macros -Oracle Open Office Chart : security;warning dialogs with macros -Oracle Open Office Chart : selecting -Oracle Open Office Chart : selecting;controls -Oracle Open Office Chart : selecting;measurement units -Oracle Open Office Chart : selecting;objects -Oracle Open Office Chart : selecting;print areas -Oracle Open Office Chart : selecting;several files -Oracle Open Office Chart : selection clipboard -Oracle Open Office Chart : selection frames -Oracle Open Office Chart : selection modes in text -Oracle Open Office Chart : sending -Oracle Open Office Chart : sending;AutoAbstract function in presentations -Oracle Open Office Chart : sending;documents as e-mail -Oracle Open Office Chart : sending;documents as faxes -Oracle Open Office Chart : separator lines -Oracle Open Office Chart : separator lines;defining -Oracle Open Office Chart : separators -Oracle Open Office Chart : separators;conditional -Oracle Open Office Chart : Server Side ImageMap -Oracle Open Office Chart : settings -Oracle Open Office Chart : settings;printers -Oracle Open Office Chart : settings;program configuration -Oracle Open Office Chart : settings;proxies -Oracle Open Office Chart : settings;tracking changes -Oracle Open Office Chart : settings;views -Oracle Open Office Chart : SGML -Oracle Open Office Chart : SGML;definition -Oracle Open Office Chart : shadows -Oracle Open Office Chart : shadows;areas -Oracle Open Office Chart : shadows;borders -Oracle Open Office Chart : shadows;characters -Oracle Open Office Chart : shadows;characters, using context menu -Oracle Open Office Chart : sharing documents -Oracle Open Office Chart : sharpening filter -Oracle Open Office Chart : sheet tabs -Oracle Open Office Chart : sheet tabs;displaying -Oracle Open Office Chart : sheets -Oracle Open Office Chart : sheets;searching all -Oracle Open Office Chart : shortcut keys -Oracle Open Office Chart : shortcut keys;assigning macros -Oracle Open Office Chart : shortcut keys;charts -Oracle Open Office Chart : shortcut keys;general -Oracle Open Office Chart : shortcut keys;in databases -Oracle Open Office Chart : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Chart : showing -Oracle Open Office Chart : showing;changes -Oracle Open Office Chart : showing;docked windows -Oracle Open Office Chart : showing;drawings and controls (Writer) -Oracle Open Office Chart : showing;live presentations on the Internet -Oracle Open Office Chart : showing;toolbars -Oracle Open Office Chart : signing documents with digital signatures -Oracle Open Office Chart : similarity search -Oracle Open Office Chart : simple handles (Writer) -Oracle Open Office Chart : simplified Chinese -Oracle Open Office Chart : simplified Chinese;translating to traditional Chinese -Oracle Open Office Chart : single sign on options -Oracle Open Office Chart : single-line spacing in text -Oracle Open Office Chart : sizes -Oracle Open Office Chart : sizes;draw objects -Oracle Open Office Chart : sizes;pictures -Oracle Open Office Chart : slanting draw objects -Oracle Open Office Chart : small capitals -Oracle Open Office Chart : small icons -Oracle Open Office Chart : smart tag configuration -Oracle Open Office Chart : smooth scrolling (Writer) -Oracle Open Office Chart : smoothing filter -Oracle Open Office Chart : snap grid defaults (Writer/Calc) -Oracle Open Office Chart : snapping in presentations and drawings -Oracle Open Office Chart : solarization filter -Oracle Open Office Chart : sort lists -Oracle Open Office Chart : sort lists;copying to in Calc -Oracle Open Office Chart : sorting -Oracle Open Office Chart : sorting;data in forms -Oracle Open Office Chart : sorting;databases -Oracle Open Office Chart : sound files -Oracle Open Office Chart : spaces -Oracle Open Office Chart : spaces;displaying (Writer) -Oracle Open Office Chart : spaces;ignoring double -Oracle Open Office Chart : spaces;inserting protected spaces -Oracle Open Office Chart : spaces;showing protected spaces (Writer) -Oracle Open Office Chart : spacing -Oracle Open Office Chart : spacing;between paragraphs in footnotes -Oracle Open Office Chart : spacing;font effects -Oracle Open Office Chart : spacing;lines and paragraphs -Oracle Open Office Chart : spacing;tab stops in text documents -Oracle Open Office Chart : spacing;tabs in presentations -Oracle Open Office Chart : spadmin -Oracle Open Office Chart : special characters -Oracle Open Office Chart : speech bubbles -Oracle Open Office Chart : speed of printing -Oracle Open Office Chart : spellcheck -Oracle Open Office Chart : spellcheck;activating for a language -Oracle Open Office Chart : spellcheck;context menus -Oracle Open Office Chart : spellcheck;default languages -Oracle Open Office Chart : spellcheck;dialog -Oracle Open Office Chart : spellcheck;dictionary of exceptions -Oracle Open Office Chart : spellcheck;ignore list -Oracle Open Office Chart : spin button creation -Oracle Open Office Chart : spoolfiles with Xprinter -Oracle Open Office Chart : spreadsheets -Oracle Open Office Chart : spreadsheets;as databases (base) -Oracle Open Office Chart : spreadsheets;copying areas to text documents -Oracle Open Office Chart : spreadsheets;creating/opening -Oracle Open Office Chart : spreadsheets;inserting charts -Oracle Open Office Chart : spreadsheets;inserting database records -Oracle Open Office Chart : spreadsheets;printing -Oracle Open Office Chart : spreadsheets;saving -Oracle Open Office Chart : spreadsheets;saving automatically -Oracle Open Office Chart : spreadsheets;saving in other formats -Oracle Open Office Chart : spreadsheets;sending as e-mail -Oracle Open Office Chart : SQL -Oracle Open Office Chart : SQL;definition -Oracle Open Office Chart : SQL;DISTINCT parameter -Oracle Open Office Chart : SQL;executing SQL commands -Oracle Open Office Chart : SQL;executing SQL statements (Base) -Oracle Open Office Chart : SQL;queries (Base) -Oracle Open Office Chart : square drawings -Oracle Open Office Chart : standard bar on/off -Oracle Open Office Chart : standard deviation in charts -Oracle Open Office Chart : standard filters in databases -Oracle Open Office Chart : standard printer under UNIX -Oracle Open Office Chart : start center -Oracle Open Office Chart : start parameters -Oracle Open Office Chart : statistics in charts -Oracle Open Office Chart : status bar on/off -Oracle Open Office Chart : stickers -Oracle Open Office Chart : stock charts -Oracle Open Office Chart : strikethrough -Oracle Open Office Chart : strikethrough;characters -Oracle Open Office Chart : strikethrough;font effects -Oracle Open Office Chart : styles -Oracle Open Office Chart : styles;'changed' message -Oracle Open Office Chart : styles;copying between documents -Oracle Open Office Chart : styles;keyboard shortcuts -Oracle Open Office Chart : styles;organizing -Oracle Open Office Chart : styles;printing styles used in a document -Oracle Open Office Chart : styles;replacing automatically -Oracle Open Office Chart : Styles and Formatting window -Oracle Open Office Chart : Styles and Formatting window;docking -Oracle Open Office Chart : subforms -Oracle Open Office Chart : subforms;creating -Oracle Open Office Chart : subforms;description -Oracle Open Office Chart : submitting forms -Oracle Open Office Chart : suffixes in file formats -Oracle Open Office Chart : support on the Web -Oracle Open Office Chart : synchronizing -Oracle Open Office Chart : synchronizing;labels and business cards -Oracle Open Office Chart : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Chart : system address book registration -Oracle Open Office Chart : tab stops -Oracle Open Office Chart : tab stops;displaying (Writer) -Oracle Open Office Chart : tab stops;inserting and editing -Oracle Open Office Chart : tab stops;regular expressions -Oracle Open Office Chart : tab stops;setting in sheets -Oracle Open Office Chart : tab stops;settings -Oracle Open Office Chart : tab stops;spacing in presentations -Oracle Open Office Chart : tab stops;spacing in text documents -Oracle Open Office Chart : table controls -Oracle Open Office Chart : table controls;form functions -Oracle Open Office Chart : table controls;keyboard-only edit mode -Oracle Open Office Chart : table controls;properties -Oracle Open Office Chart : table views of databases -Oracle Open Office Chart : Table Wizard (Base) -Oracle Open Office Chart : tables -Oracle Open Office Chart : tables;inserting line breaks -Oracle Open Office Chart : tables in databases -Oracle Open Office Chart : tables in databases;access rights to (Base) -Oracle Open Office Chart : tables in databases;adding to queries -Oracle Open Office Chart : tables in databases;browsing and editing -Oracle Open Office Chart : tables in databases;copying database tables (Base) -Oracle Open Office Chart : tables in databases;creating -Oracle Open Office Chart : tables in databases;creating in design view (manually) -Oracle Open Office Chart : tables in databases;importing text formats (Base) -Oracle Open Office Chart : tables in databases;joining for queries (Base) -Oracle Open Office Chart : tables in databases;printing queries (Base) -Oracle Open Office Chart : tables in databases;relations (Base) -Oracle Open Office Chart : tables in databases;searching -Oracle Open Office Chart : tables in spreadsheets -Oracle Open Office Chart : tables in spreadsheets;copying data to other applications -Oracle Open Office Chart : tables in spreadsheets;defining borders -Oracle Open Office Chart : tables in spreadsheets;value highlighting -Oracle Open Office Chart : tables in text -Oracle Open Office Chart : tables in text;captions -Oracle Open Office Chart : tables in text;creating automatically -Oracle Open Office Chart : tables in text;default settings -Oracle Open Office Chart : tables in text;defining borders -Oracle Open Office Chart : tables in text;displaying -Oracle Open Office Chart : tables in text;printing -Oracle Open Office Chart : tabs -Oracle Open Office Chart : tabs;displaying sheet tabs -Oracle Open Office Chart : tags -Oracle Open Office Chart : tags;definition -Oracle Open Office Chart : tags;META tags -Oracle Open Office Chart : templates -Oracle Open Office Chart : templates;agendas -Oracle Open Office Chart : templates;changing basic fonts -Oracle Open Office Chart : templates;database reports -Oracle Open Office Chart : templates;deleting -Oracle Open Office Chart : templates;editing and saving -Oracle Open Office Chart : templates;faxes -Oracle Open Office Chart : templates;importing and exporting -Oracle Open Office Chart : templates;letters -Oracle Open Office Chart : templates;new documents from templates -Oracle Open Office Chart : templates;opening documents with -Oracle Open Office Chart : templates;organizing -Oracle Open Office Chart : terminology -Oracle Open Office Chart : terminology;general glossary -Oracle Open Office Chart : terminology;Internet glossary -Oracle Open Office Chart : testing XML filters -Oracle Open Office Chart : text -Oracle Open Office Chart : text;animating -Oracle Open Office Chart : text;Asian layout -Oracle Open Office Chart : text;bold -Oracle Open Office Chart : text;coloring -Oracle Open Office Chart : text;copying by drag and drop -Oracle Open Office Chart : text;CTL languages -Oracle Open Office Chart : text;drawing pictures -Oracle Open Office Chart : text;font effects -Oracle Open Office Chart : text;font sizes -Oracle Open Office Chart : text;font styles -Oracle Open Office Chart : text;fonts and formats -Oracle Open Office Chart : text;Fontwork icons -Oracle Open Office Chart : text;hyperlinks -Oracle Open Office Chart : text;inserting special characters -Oracle Open Office Chart : text;italics -Oracle Open Office Chart : text;kerning -Oracle Open Office Chart : text;language selection -Oracle Open Office Chart : text;line spacing -Oracle Open Office Chart : text;overwriting or inserting -Oracle Open Office Chart : text;printing in black -Oracle Open Office Chart : text;replacing with format -Oracle Open Office Chart : text;selection modes -Oracle Open Office Chart : text;shadowed -Oracle Open Office Chart : text;text/draw objects -Oracle Open Office Chart : text attributes -Oracle Open Office Chart : text attributes;hyperlinks -Oracle Open Office Chart : text attributes;undoing -Oracle Open Office Chart : text boxes -Oracle Open Office Chart : text boxes;form functions -Oracle Open Office Chart : text boxes;positioning -Oracle Open Office Chart : text breaks in cells -Oracle Open Office Chart : text colors for better accessibility -Oracle Open Office Chart : text databases (Base) -Oracle Open Office Chart : text documents -Oracle Open Office Chart : text documents;creating/opening -Oracle Open Office Chart : text documents;importing/exporting -Oracle Open Office Chart : text documents;inserting spreadsheet cells -Oracle Open Office Chart : text documents;print settings -Oracle Open Office Chart : text documents;printing -Oracle Open Office Chart : text documents;saving -Oracle Open Office Chart : text documents;saving automatically -Oracle Open Office Chart : text documents;saving in other formats -Oracle Open Office Chart : text documents;sending as e-mail -Oracle Open Office Chart : text effects -Oracle Open Office Chart : text flow -Oracle Open Office Chart : text flow;in cells -Oracle Open Office Chart : text formats -Oracle Open Office Chart : text formats;databases -Oracle Open Office Chart : text formats;pasting -Oracle Open Office Chart : text input fields -Oracle Open Office Chart : text layout for special languages -Oracle Open Office Chart : text objects -Oracle Open Office Chart : text objects;alignment -Oracle Open Office Chart : text objects;draw functions -Oracle Open Office Chart : text objects;fonts -Oracle Open Office Chart : text objects;in presentations and drawings -Oracle Open Office Chart : text overflow in spreadsheet cells -Oracle Open Office Chart : text scaling in charts -Oracle Open Office Chart : text, see also text documents, paragraphs and characters -Oracle Open Office Chart : TextArt, see Fontwork -Oracle Open Office Chart : textures -Oracle Open Office Chart : textures;inserting from Gallery -Oracle Open Office Chart : textures;on chart bars -Oracle Open Office Chart : Thai -Oracle Open Office Chart : Thai;entering text -Oracle Open Office Chart : Thai;language settings -Oracle Open Office Chart : thesaurus -Oracle Open Office Chart : thesaurus;activating for a language -Oracle Open Office Chart : ticker text -Oracle Open Office Chart : time fields -Oracle Open Office Chart : time fields;form functions -Oracle Open Office Chart : times -Oracle Open Office Chart : times;inserting when printing presentations -Oracle Open Office Chart : times, formats -Oracle Open Office Chart : tips -Oracle Open Office Chart : tips;extended tips in Help -Oracle Open Office Chart : title rows -Oracle Open Office Chart : title rows;printing in Oracle Open Office Math -Oracle Open Office Chart : titles -Oracle Open Office Chart : titles;alignment (charts) -Oracle Open Office Chart : titles;changing -Oracle Open Office Chart : titles;editing in charts -Oracle Open Office Chart : titles;font effects -Oracle Open Office Chart : titles;formatting automatically -Oracle Open Office Chart : titles;formatting charts -Oracle Open Office Chart : titles;objects -Oracle Open Office Chart : toolbars -Oracle Open Office Chart : toolbars;adding buttons -Oracle Open Office Chart : toolbars;docking/undocking -Oracle Open Office Chart : toolbars;Form Navigation bar -Oracle Open Office Chart : toolbars;viewing/closing -Oracle Open Office Chart : tools bar -Oracle Open Office Chart : tooltips -Oracle Open Office Chart : tooltips;extended tips -Oracle Open Office Chart : tooltips;help -Oracle Open Office Chart : traditional Chinese -Oracle Open Office Chart : traditional Chinese;translating to simplified chinese -Oracle Open Office Chart : transparency -Oracle Open Office Chart : transparency;areas -Oracle Open Office Chart : transparency;off for faster printing -Oracle Open Office Chart : transparency;saving -Oracle Open Office Chart : tree view of Help -Oracle Open Office Chart : trend lines in charts -Oracle Open Office Chart : typefaces -Oracle Open Office Chart : typefaces;adding under UNIX -Oracle Open Office Chart : typefaces;formats -Oracle Open Office Chart : typographical quotes in Oracle Open Office Writer -Oracle Open Office Chart : typography -Oracle Open Office Chart : typography;Asian -Oracle Open Office Chart : underlining -Oracle Open Office Chart : underlining;AutoFormat function -Oracle Open Office Chart : underlining;characters -Oracle Open Office Chart : underlining;text -Oracle Open Office Chart : undocking windows -Oracle Open Office Chart : undoing -Oracle Open Office Chart : undoing;direct formatting -Oracle Open Office Chart : undoing;editing -Oracle Open Office Chart : undoing;number of steps -Oracle Open Office Chart : ungrouping groups -Oracle Open Office Chart : units -Oracle Open Office Chart : units;converting -Oracle Open Office Chart : units;measurement units -Oracle Open Office Chart : UNO components -Oracle Open Office Chart : UNO components;Extension Manager -Oracle Open Office Chart : UNO components;integrating new -Oracle Open Office Chart : update options -Oracle Open Office Chart : updates -Oracle Open Office Chart : updates;checking automatically -Oracle Open Office Chart : updates;checking manually -Oracle Open Office Chart : updating -Oracle Open Office Chart : updating;fields and charts, automatically (Writer) -Oracle Open Office Chart : updating;links in text documents -Oracle Open Office Chart : updating;links, on opening -Oracle Open Office Chart : updating;templates -Oracle Open Office Chart : URL -Oracle Open Office Chart : URL;changing hyperlink URLs -Oracle Open Office Chart : URL;definition -Oracle Open Office Chart : URL;in pictures -Oracle Open Office Chart : URL;saving absolute/relative paths -Oracle Open Office Chart : URL;turning off URL recognition -Oracle Open Office Chart : user data -Oracle Open Office Chart : user data;input -Oracle Open Office Chart : user data;removing when saving -Oracle Open Office Chart : user feedback -Oracle Open Office Chart : user feedback;automatically -Oracle Open Office Chart : user-defined dictionaries -Oracle Open Office Chart : user-defined dictionaries;creating -Oracle Open Office Chart : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Chart : user-defined dictionaries;editing -Oracle Open Office Chart : user-defined styles -Oracle Open Office Chart : user-defined styles;automatically replacing -Oracle Open Office Chart : UTF-8/UCS2 support -Oracle Open Office Chart : values -Oracle Open Office Chart : values;rounded as shown (Calc) -Oracle Open Office Chart : variables -Oracle Open Office Chart : variables;for paths -Oracle Open Office Chart : variances in charts -Oracle Open Office Chart : VBA code -Oracle Open Office Chart : VBA code;loading/saving documents with VBA code -Oracle Open Office Chart : version management -Oracle Open Office Chart : version numbers of documents -Oracle Open Office Chart : versions -Oracle Open Office Chart : versions;comparing documents -Oracle Open Office Chart : versions;file saving as, restriction -Oracle Open Office Chart : versions;merging document versions -Oracle Open Office Chart : versions;of a document -Oracle Open Office Chart : versions;Oracle Open Office -Oracle Open Office Chart : vertical callouts -Oracle Open Office Chart : vertical scrollbars (Writer) -Oracle Open Office Chart : vertical text boxes -Oracle Open Office Chart : videos -Oracle Open Office Chart : viewing -Oracle Open Office Chart : viewing;databases -Oracle Open Office Chart : viewing;file properties -Oracle Open Office Chart : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Chart : viewing;toolbars -Oracle Open Office Chart : views -Oracle Open Office Chart : views;creating database views (Base) -Oracle Open Office Chart : views;defaults -Oracle Open Office Chart : views;full screen -Oracle Open Office Chart : views;icons -Oracle Open Office Chart : views;scaling -Oracle Open Office Chart : Visual Basic for Applications -Oracle Open Office Chart : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Chart : watermarks -Oracle Open Office Chart : web documents -Oracle Open Office Chart : web documents;XForms -Oracle Open Office Chart : Web support -Oracle Open Office Chart : WebCast export -Oracle Open Office Chart : WebDAV over HTTPS -Oracle Open Office Chart : windows -Oracle Open Office Chart : windows;docking -Oracle Open Office Chart : windows;docking definition -Oracle Open Office Chart : windows;hiding/showing/docking -Oracle Open Office Chart : windows;new -Oracle Open Office Chart : wizards -Oracle Open Office Chart : wizards;agendas -Oracle Open Office Chart : wizards;database queries -Oracle Open Office Chart : wizards;database tables (Base) -Oracle Open Office Chart : wizards;databases (Base) -Oracle Open Office Chart : wizards;document converter -Oracle Open Office Chart : wizards;Euro Converter -Oracle Open Office Chart : wizards;faxes -Oracle Open Office Chart : wizards;forms -Oracle Open Office Chart : wizards;letters -Oracle Open Office Chart : wizards;macros (Base) -Oracle Open Office Chart : wizards;overview -Oracle Open Office Chart : wizards;presentations -Oracle Open Office Chart : wizards;reports -Oracle Open Office Chart : Word documents -Oracle Open Office Chart : Word documents;compatibility -Oracle Open Office Chart : Word documents;saving as -Oracle Open Office Chart : WordArt, see Fontwork -Oracle Open Office Chart : words -Oracle Open Office Chart : words;automatically replacing -Oracle Open Office Chart : words;wrapping in cells -Oracle Open Office Chart : words;wrapping in CTL -Oracle Open Office Chart : working directory change -Oracle Open Office Chart : wrapping text -Oracle Open Office Chart : wrapping text;in cells -Oracle Open Office Chart : write protection on/off -Oracle Open Office Chart : writing aids options -Oracle Open Office Chart : WYSIWYG in fonts lists -Oracle Open Office Chart : X axes -Oracle Open Office Chart : X axes;grid formatting -Oracle Open Office Chart : X axes;positioning -Oracle Open Office Chart : X axes;scaling -Oracle Open Office Chart : X axes;showing -Oracle Open Office Chart : XForms -Oracle Open Office Chart : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Chart : XForms;conditions -Oracle Open Office Chart : XForms;opening/editing -Oracle Open Office Chart : XML converters -Oracle Open Office Chart : XML file formats -Oracle Open Office Chart : XML filters -Oracle Open Office Chart : XML filters;creating/testing -Oracle Open Office Chart : XML filters;saving as package/installing/deleting -Oracle Open Office Chart : XML filters;settings -Oracle Open Office Chart : XML Forms, see XForms -Oracle Open Office Chart : XSLT filters, see also XML filters -Oracle Open Office Chart : XY charts -Oracle Open Office Chart : Y axes -Oracle Open Office Chart : Y axes;formatting -Oracle Open Office Chart : Y axes;grid formatting -Oracle Open Office Chart : Y axes;positioning -Oracle Open Office Chart : Y axes;scaling -Oracle Open Office Chart : Y axes;showing -Oracle Open Office Chart : years -Oracle Open Office Chart : years;2-digit options -Oracle Open Office Chart : Z axes -Oracle Open Office Chart : Z axes;grid formatting -Oracle Open Office Chart : Z axes;showing -Oracle Open Office Chart : zero values -Oracle Open Office Chart : zero values;displaying (Calc) -Oracle Open Office Chart : zooming -Oracle Open Office Chart : zooming;page views -Oracle Open Office Chart : zooming;pictures -Oracle Open Office Chart : zooming;status bar -Oracle Open Office Base : 1/2 replacement -Oracle Open Office Base : 3D text creation -Oracle Open Office Base : abbreviation replacement -Oracle Open Office Base : absolute hyperlinks -Oracle Open Office Base : absolute saving of URLs -Oracle Open Office Base : accents -Oracle Open Office Base : Access databases (base) -Oracle Open Office Base : access rights for database tables (Base) -Oracle Open Office Base : accessibility -Oracle Open Office Base : accessibility;general shortcuts -Oracle Open Office Base : accessibility;options -Oracle Open Office Base : accessibility;Oracle Open Office assistive technology -Oracle Open Office Base : accessibility;Oracle Open Office features -Oracle Open Office Base : activating -Oracle Open Office Base : activating;context menus -Oracle Open Office Base : activating;Error Report Tool -Oracle Open Office Base : activating;extended help tips -Oracle Open Office Base : activating;plug-ins -Oracle Open Office Base : ActiveX control -Oracle Open Office Base : Adabas D databases (base) -Oracle Open Office Base : add-ons, see UNO components -Oracle Open Office Base : additional selection mode -Oracle Open Office Base : address books -Oracle Open Office Base : address books;LDAP server (Base) -Oracle Open Office Base : address books;registering -Oracle Open Office Base : address labels from databases -Oracle Open Office Base : ADO databases (Base) -Oracle Open Office Base : Agenda Wizard -Oracle Open Office Base : aging filter -Oracle Open Office Base : aligning -Oracle Open Office Base : aligning;cells -Oracle Open Office Base : aligning;objects -Oracle Open Office Base : aligning;paragraphs -Oracle Open Office Base : aligning;tables in text -Oracle Open Office Base : aligning;text objects -Oracle Open Office Base : alternative fonts -Oracle Open Office Base : ampersand symbol, see also operators -Oracle Open Office Base : anchors -Oracle Open Office Base : anchors;changing -Oracle Open Office Base : anchors;displaying (Calc) -Oracle Open Office Base : anchors;types/positions for draw objects -Oracle Open Office Base : animations -Oracle Open Office Base : animations;accessibility options -Oracle Open Office Base : appearance options -Oracle Open Office Base : Arabic -Oracle Open Office Base : Arabic;entering text -Oracle Open Office Base : Arabic;language settings -Oracle Open Office Base : areas -Oracle Open Office Base : areas;bitmap patterns -Oracle Open Office Base : areas;hatched/dotted -Oracle Open Office Base : areas;shadows -Oracle Open Office Base : areas;slanting -Oracle Open Office Base : areas;styles -Oracle Open Office Base : areas;transparency -Oracle Open Office Base : arguments in command line -Oracle Open Office Base : arranging -Oracle Open Office Base : arranging;objects -Oracle Open Office Base : arrows -Oracle Open Office Base : arrows;defining arrow heads -Oracle Open Office Base : arrows;defining arrow lines -Oracle Open Office Base : arrows;drawing in text -Oracle Open Office Base : ASCII -Oracle Open Office Base : ASCII;definition -Oracle Open Office Base : Asian languages -Oracle Open Office Base : Asian languages;enabling -Oracle Open Office Base : Asian Phonetic Guide -Oracle Open Office Base : Asian typography -Oracle Open Office Base : assigning scripts -Oracle Open Office Base : assistive technology in Oracle Open Office -Oracle Open Office Base : attaching toolbars -Oracle Open Office Base : attachments in e-mails -Oracle Open Office Base : audio -Oracle Open Office Base : auto reloading HTML documents -Oracle Open Office Base : AutoAbstract function for sending text to presentations -Oracle Open Office Base : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Base : AutoComplete function in text and list boxes -Oracle Open Office Base : AutoCorrect function -Oracle Open Office Base : AutoCorrect function;context menu -Oracle Open Office Base : AutoCorrect function;options -Oracle Open Office Base : AutoCorrect function;pictures and frames -Oracle Open Office Base : AutoCorrect function;quotes -Oracle Open Office Base : AutoCorrect function;replacement table -Oracle Open Office Base : AutoCorrect function;switching on and off in Calc -Oracle Open Office Base : AutoCorrect function;URL recognition -Oracle Open Office Base : AutoFormat function -Oracle Open Office Base : AutoFormat function;switching on and off -Oracle Open Office Base : automatic captions (Writer) -Oracle Open Office Base : automatic control focus -Oracle Open Office Base : automatic hyperlink formatting -Oracle Open Office Base : automatic line breaks -Oracle Open Office Base : automatic lines/borders in text -Oracle Open Office Base : automatic saving -Oracle Open Office Base : AutoPilots, see wizards -Oracle Open Office Base : AutoValue (Base) -Oracle Open Office Base : axes in charts -Oracle Open Office Base : backgrounds -Oracle Open Office Base : backgrounds;defining colors/pictures -Oracle Open Office Base : backgrounds;frames/sections/indexes -Oracle Open Office Base : backgrounds;inserting from Gallery -Oracle Open Office Base : backgrounds;printing -Oracle Open Office Base : backing window -Oracle Open Office Base : backups -Oracle Open Office Base : backups;automatic -Oracle Open Office Base : backups;documents -Oracle Open Office Base : Basic -Oracle Open Office Base : Basic;fonts for source display -Oracle Open Office Base : Basic;programming -Oracle Open Office Base : Basic;recording macros -Oracle Open Office Base : basic fonts -Oracle Open Office Base : Bézier curves -Oracle Open Office Base : Bézier curves;control points in presentations -Oracle Open Office Base : bi-directional writing -Oracle Open Office Base : binding space -Oracle Open Office Base : bitmaps -Oracle Open Office Base : bitmaps;inserting and editing -Oracle Open Office Base : bitmaps;off for faster printing -Oracle Open Office Base : bitmaps;patterns -Oracle Open Office Base : black and white printing -Oracle Open Office Base : black printing in Calc -Oracle Open Office Base : block selection mode -Oracle Open Office Base : bold -Oracle Open Office Base : bold;AutoFormat function -Oracle Open Office Base : bold;text -Oracle Open Office Base : bookmarks -Oracle Open Office Base : bookmarks;Help -Oracle Open Office Base : borders -Oracle Open Office Base : borders;arranging -Oracle Open Office Base : borders;cells on screen (Calc) -Oracle Open Office Base : borders;for paragraphs -Oracle Open Office Base : borders;for tables -Oracle Open Office Base : borders;shadows -Oracle Open Office Base : borders;table boundaries (Writer) -Oracle Open Office Base : borders, see also frames -Oracle Open Office Base : bound fields -Oracle Open Office Base : bound fields;controls -Oracle Open Office Base : boundaries of tables (Writer) -Oracle Open Office Base : break display (Writer) -Oracle Open Office Base : brochures -Oracle Open Office Base : brochures;printing several -Oracle Open Office Base : build numbers of Oracle Open Office -Oracle Open Office Base : bullet lists -Oracle Open Office Base : bullet lists;formatting options -Oracle Open Office Base : bullets -Oracle Open Office Base : bullets;paragraphs -Oracle Open Office Base : bullets;replacing -Oracle Open Office Base : bullets;turning off -Oracle Open Office Base : business cards -Oracle Open Office Base : business cards;creating and synchronizing -Oracle Open Office Base : business cards;using templates -Oracle Open Office Base : button bars, see toolbars -Oracle Open Office Base : buttons -Oracle Open Office Base : buttons;adding push buttons -Oracle Open Office Base : buttons;big/small -Oracle Open Office Base : buttons;editing hyperlink buttons -Oracle Open Office Base : buttons;form functions -Oracle Open Office Base : buttons;toolbars -Oracle Open Office Base : cache for graphics -Oracle Open Office Base : calculating -Oracle Open Office Base : calculating;iterative references (Calc) -Oracle Open Office Base : callouts -Oracle Open Office Base : callouts;drawings -Oracle Open Office Base : capital letters -Oracle Open Office Base : capital letters;AutoCorrect function -Oracle Open Office Base : capital letters;font effects -Oracle Open Office Base : captions -Oracle Open Office Base : captions;automatic captions (Writer) -Oracle Open Office Base : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Base : captions, see also labels/callouts -Oracle Open Office Base : cascading update (Base) -Oracle Open Office Base : case sensitivity -Oracle Open Office Base : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Base : case sensitivity;searching -Oracle Open Office Base : cells -Oracle Open Office Base : cells;aligning -Oracle Open Office Base : cells;coloring (Calc) -Oracle Open Office Base : cells;cursor positions after input (Calc) -Oracle Open Office Base : cells;formatting without effect (Calc) -Oracle Open Office Base : cells;line breaks -Oracle Open Office Base : cells;linked to controls -Oracle Open Office Base : cells;number of -Oracle Open Office Base : cells;pasting -Oracle Open Office Base : cells;resetting formats -Oracle Open Office Base : cells;showing grid lines (Calc) -Oracle Open Office Base : centered text -Oracle Open Office Base : centimeters -Oracle Open Office Base : certificates -Oracle Open Office Base : changes -Oracle Open Office Base : changes;accepting or rejecting -Oracle Open Office Base : changes;comparing to original -Oracle Open Office Base : changes;protecting -Oracle Open Office Base : changes;recording -Oracle Open Office Base : changes;review function -Oracle Open Office Base : changes;showing -Oracle Open Office Base : changing -Oracle Open Office Base : changing;document titles -Oracle Open Office Base : changing;file associations in Setup program -Oracle Open Office Base : changing;icon sizes -Oracle Open Office Base : changing;links -Oracle Open Office Base : changing;work directory -Oracle Open Office Base : changing, see also editing and replacing -Oracle Open Office Base : character styles -Oracle Open Office Base : character styles;language selection -Oracle Open Office Base : characters -Oracle Open Office Base : characters;alternative fonts -Oracle Open Office Base : characters;Asian layout -Oracle Open Office Base : characters;bold -Oracle Open Office Base : characters;coloring -Oracle Open Office Base : characters;displaying only on screen (Writer) -Oracle Open Office Base : characters;enabling CTL and Asian characters -Oracle Open Office Base : characters;font effects -Oracle Open Office Base : characters;fonts and formats -Oracle Open Office Base : characters;hyperlinks -Oracle Open Office Base : characters;italics -Oracle Open Office Base : characters;language selection -Oracle Open Office Base : characters;shadowed -Oracle Open Office Base : characters;spacing -Oracle Open Office Base : characters;special -Oracle Open Office Base : characters;underlining -Oracle Open Office Base : charcoal sketches filter -Oracle Open Office Base : charts -Oracle Open Office Base : charts;arranging within stacks -Oracle Open Office Base : charts;bars with textures -Oracle Open Office Base : charts;colors -Oracle Open Office Base : charts;copying with link to source cell range -Oracle Open Office Base : charts;displaying (Calc) -Oracle Open Office Base : charts;editing axes -Oracle Open Office Base : charts;editing data -Oracle Open Office Base : charts;editing legends -Oracle Open Office Base : charts;editing titles -Oracle Open Office Base : charts;inserting -Oracle Open Office Base : charts;updating automatically (Writer) -Oracle Open Office Base : check box creation -Oracle Open Office Base : Chinese writing systems -Oracle Open Office Base : choosing printers -Oracle Open Office Base : circle drawings -Oracle Open Office Base : Client Side ImageMap -Oracle Open Office Base : clipboard -Oracle Open Office Base : clipboard;cutting -Oracle Open Office Base : clipboard;pasting -Oracle Open Office Base : clipboard;pasting formatted/unformatted text -Oracle Open Office Base : clipboard;selection clipboard -Oracle Open Office Base : clipboard;Unix -Oracle Open Office Base : closing -Oracle Open Office Base : closing;documents -Oracle Open Office Base : closing;toolbars -Oracle Open Office Base : collaboration -Oracle Open Office Base : color bar -Oracle Open Office Base : colors -Oracle Open Office Base : colors;adding -Oracle Open Office Base : colors;appearance -Oracle Open Office Base : colors;backgrounds -Oracle Open Office Base : colors;charts -Oracle Open Office Base : colors;fill format -Oracle Open Office Base : colors;fonts -Oracle Open Office Base : colors;grid lines and cells (Calc) -Oracle Open Office Base : colors;models -Oracle Open Office Base : colors;not printing -Oracle Open Office Base : colors;printing in grayscale -Oracle Open Office Base : colors;restriction (Calc) -Oracle Open Office Base : colors;selection -Oracle Open Office Base : column headers -Oracle Open Office Base : column headers;displaying (Calc) -Oracle Open Office Base : column headers;highlighting (Calc) -Oracle Open Office Base : columns -Oracle Open Office Base : columns;setting with the mouse -Oracle Open Office Base : combo box creation -Oracle Open Office Base : command button creation -Oracle Open Office Base : command buttons, see push buttons -Oracle Open Office Base : command line parameters -Oracle Open Office Base : commands -Oracle Open Office Base : commands;repeating -Oracle Open Office Base : commands;SQL -Oracle Open Office Base : comments -Oracle Open Office Base : comments;displaying (Calc) -Oracle Open Office Base : comments;inserting/editing/deleting/printing -Oracle Open Office Base : comments;on changes -Oracle Open Office Base : comments;printing in text -Oracle Open Office Base : common terms -Oracle Open Office Base : common terms;Chinese dictionary -Oracle Open Office Base : common terms;glossaries -Oracle Open Office Base : common terms;Internet glossary -Oracle Open Office Base : comparisons -Oracle Open Office Base : comparisons;document versions -Oracle Open Office Base : comparisons;operators in default filter dialog -Oracle Open Office Base : compatibility settings for MS Word import -Oracle Open Office Base : complete screen view -Oracle Open Office Base : complex text layout -Oracle Open Office Base : complex text layout;definition -Oracle Open Office Base : complex text layout;enabling -Oracle Open Office Base : complex text layout, see CTL -Oracle Open Office Base : compose key to insert special characters -Oracle Open Office Base : concatenation, see ampersand symbol -Oracle Open Office Base : conditional separators -Oracle Open Office Base : conditions -Oracle Open Office Base : conditions;in number formats -Oracle Open Office Base : conditions;items in Data Navigator -Oracle Open Office Base : Configuration Manager -Oracle Open Office Base : configuring -Oracle Open Office Base : configuring;fax icon -Oracle Open Office Base : configuring;Oracle Open Office -Oracle Open Office Base : configuring;toolbars -Oracle Open Office Base : connections to data sources (Base) -Oracle Open Office Base : contents protection -Oracle Open Office Base : context menus -Oracle Open Office Base : control point display in presentations -Oracle Open Office Base : controls -Oracle Open Office Base : controls;activating in forms -Oracle Open Office Base : controls;adding to documents -Oracle Open Office Base : controls;arranging in forms -Oracle Open Office Base : controls;arranging within stacks -Oracle Open Office Base : controls;assigning data sources -Oracle Open Office Base : controls;assigning macros (Basic) -Oracle Open Office Base : controls;bound fields/list contents/linked cells -Oracle Open Office Base : controls;events -Oracle Open Office Base : controls;focus -Oracle Open Office Base : controls;formatted fields -Oracle Open Office Base : controls;grouping -Oracle Open Office Base : controls;hidden -Oracle Open Office Base : controls;inserting -Oracle Open Office Base : controls;multi-line titles -Oracle Open Office Base : controls;positions and sizes -Oracle Open Office Base : controls;printing -Oracle Open Office Base : controls;properties of form controls -Oracle Open Office Base : controls;properties of table controls -Oracle Open Office Base : controls;reference by SQL -Oracle Open Office Base : controls;rich text control -Oracle Open Office Base : controls;select mode -Oracle Open Office Base : controls;showing (Writer) -Oracle Open Office Base : converters -Oracle Open Office Base : converters;Euro converter -Oracle Open Office Base : converters;PostScript, UNIX -Oracle Open Office Base : converters;XML -Oracle Open Office Base : converting -Oracle Open Office Base : converting;Hangul/Hanja -Oracle Open Office Base : converting;metrics -Oracle Open Office Base : converting;Microsoft documents -Oracle Open Office Base : converting;Oracle Open Office documents -Oracle Open Office Base : converting;Pocket PC formats -Oracle Open Office Base : copies -Oracle Open Office Base : copies;printing -Oracle Open Office Base : copying -Oracle Open Office Base : copying;by drag and drop -Oracle Open Office Base : copying;data from text documents -Oracle Open Office Base : copying;datasource records in spreadsheets -Oracle Open Office Base : copying;draw objects -Oracle Open Office Base : copying;draw objects between documents -Oracle Open Office Base : copying;formatting -Oracle Open Office Base : copying;from data source view -Oracle Open Office Base : copying;from Gallery -Oracle Open Office Base : copying;in Unix -Oracle Open Office Base : copying;pictures, between documents -Oracle Open Office Base : copying;sheet areas, to text documents -Oracle Open Office Base : copying;to Gallery -Oracle Open Office Base : copyright for Oracle Open Office -Oracle Open Office Base : corner roundings -Oracle Open Office Base : crash reports -Oracle Open Office Base : criteria of query design (Base) -Oracle Open Office Base : cropping pictures -Oracle Open Office Base : CTL -Oracle Open Office Base : CTL;(not) wrapping words -Oracle Open Office Base : CTL;complex text layout languages -Oracle Open Office Base : CTL;definition -Oracle Open Office Base : CTL;options -Oracle Open Office Base : currencies -Oracle Open Office Base : currencies;converters -Oracle Open Office Base : currencies;format codes -Oracle Open Office Base : currency field creation -Oracle Open Office Base : currency formats -Oracle Open Office Base : cursor -Oracle Open Office Base : cursor;allowing in protected areas (Writer) -Oracle Open Office Base : cursor;in read-only text -Oracle Open Office Base : cursor;quickly moving to an object -Oracle Open Office Base : curves -Oracle Open Office Base : curves;editing points -Oracle Open Office Base : custom dictionaries -Oracle Open Office Base : custom dictionaries;editing -Oracle Open Office Base : custom hyphens (Writer) -Oracle Open Office Base : custom quotes -Oracle Open Office Base : custom templates -Oracle Open Office Base : customizing -Oracle Open Office Base : customizing;events -Oracle Open Office Base : customizing;keyboard -Oracle Open Office Base : customizing;menus -Oracle Open Office Base : customizing;Oracle Open Office -Oracle Open Office Base : customizing;round corners -Oracle Open Office Base : customizing;toolbars -Oracle Open Office Base : cutting -Oracle Open Office Base : dashes -Oracle Open Office Base : data -Oracle Open Office Base : data;filtering in forms -Oracle Open Office Base : data;forms and subforms -Oracle Open Office Base : data;read-only -Oracle Open Office Base : data;sorting in forms -Oracle Open Office Base : data;user data -Oracle Open Office Base : data binding change in XForms -Oracle Open Office Base : Data Navigator -Oracle Open Office Base : Data Navigator;adding/editing items -Oracle Open Office Base : Data Navigator;display options -Oracle Open Office Base : data source browser -Oracle Open Office Base : data source explorer -Oracle Open Office Base : data source view -Oracle Open Office Base : data source view;drag and drop -Oracle Open Office Base : data source view;overview -Oracle Open Office Base : data source view;showing -Oracle Open Office Base : data sources -Oracle Open Office Base : data sources;as tables -Oracle Open Office Base : data sources;connection settings (Base) -Oracle Open Office Base : data sources;copying records to spreadsheets -Oracle Open Office Base : data sources;displaying current -Oracle Open Office Base : data sources;LDAP server (Base) -Oracle Open Office Base : data sources;Oracle Open Office Base -Oracle Open Office Base : data sources;registering address books -Oracle Open Office Base : data sources;reports -Oracle Open Office Base : data sources;viewing -Oracle Open Office Base : data structure of XForms -Oracle Open Office Base : data, see also values -Oracle Open Office Base : database contents -Oracle Open Office Base : database contents;inserting as tables -Oracle Open Office Base : database contents;inserting as text -Oracle Open Office Base : database reports -Oracle Open Office Base : Database Wizard (Base) -Oracle Open Office Base : databases -Oracle Open Office Base : databases;administration through SQL (Base) -Oracle Open Office Base : databases;ADO (Base) -Oracle Open Office Base : databases;connecting (Base) -Oracle Open Office Base : databases;creating -Oracle Open Office Base : databases;creating labels -Oracle Open Office Base : databases;creating queries -Oracle Open Office Base : databases;creating reports -Oracle Open Office Base : databases;creating tables -Oracle Open Office Base : databases;deleting (Base) -Oracle Open Office Base : databases;drag and drop (Base) -Oracle Open Office Base : databases;editing tables -Oracle Open Office Base : databases;form filters -Oracle Open Office Base : databases;formats (Base) -Oracle Open Office Base : databases;importing/exporting -Oracle Open Office Base : databases;JDBC (Base) -Oracle Open Office Base : databases;main page (Base) -Oracle Open Office Base : databases;ODBC (Base) -Oracle Open Office Base : databases;overview -Oracle Open Office Base : databases;registering (Base) -Oracle Open Office Base : databases;searching records -Oracle Open Office Base : databases;shortcut keys -Oracle Open Office Base : databases;sorting -Oracle Open Office Base : databases;standard filters -Oracle Open Office Base : databases;text formats -Oracle Open Office Base : databases;viewing -Oracle Open Office Base : date fields -Oracle Open Office Base : date fields;creating -Oracle Open Office Base : date fields;properties -Oracle Open Office Base : date formats -Oracle Open Office Base : dates -Oracle Open Office Base : dates;default (Calc) -Oracle Open Office Base : dates;printing in presentations -Oracle Open Office Base : dates;start 1900/01/01 (Calc) -Oracle Open Office Base : dates;start 1904/01/01 (Calc) -Oracle Open Office Base : dBASE -Oracle Open Office Base : dBASE;database settings (Base) -Oracle Open Office Base : DDE -Oracle Open Office Base : DDE;definition -Oracle Open Office Base : deactivating -Oracle Open Office Base : deactivating;plug-ins -Oracle Open Office Base : decimal places displayed (Calc) -Oracle Open Office Base : decimal separator key -Oracle Open Office Base : decimal tab stops -Oracle Open Office Base : default directories -Oracle Open Office Base : default filters -Oracle Open Office Base : default filters;comparison operators -Oracle Open Office Base : default filters;databases -Oracle Open Office Base : default printer -Oracle Open Office Base : default printer;setting up -Oracle Open Office Base : default printer;UNIX -Oracle Open Office Base : default templates -Oracle Open Office Base : default templates;changing -Oracle Open Office Base : default templates;organizing -Oracle Open Office Base : defaults -Oracle Open Office Base : defaults;documents -Oracle Open Office Base : defaults;file formats in file dialogs -Oracle Open Office Base : defaults;file formats in Oracle Open Office -Oracle Open Office Base : defaults;fonts -Oracle Open Office Base : defaults;grids (Writer/Calc) -Oracle Open Office Base : defaults;languages -Oracle Open Office Base : defaults;number formats -Oracle Open Office Base : defaults;of saving -Oracle Open Office Base : defaults;program configuration -Oracle Open Office Base : defaults;tab stops in text -Oracle Open Office Base : defaults;views -Oracle Open Office Base : defining -Oracle Open Office Base : defining;arrowheads and other line ends -Oracle Open Office Base : defining;colors -Oracle Open Office Base : defining;line styles -Oracle Open Office Base : defining;paragraph borders -Oracle Open Office Base : defining;queries (Base) -Oracle Open Office Base : defining;table borders -Oracle Open Office Base : deleting -Oracle Open Office Base : deleting;all direct formatting -Oracle Open Office Base : deleting;comments -Oracle Open Office Base : deleting;databases (Base) -Oracle Open Office Base : deleting;hyperlinks -Oracle Open Office Base : deleting;lines in text -Oracle Open Office Base : deleting;models/instances -Oracle Open Office Base : deleting;namespaces in XForms -Oracle Open Office Base : deleting;tab stops -Oracle Open Office Base : deleting;templates -Oracle Open Office Base : deleting;XML filters -Oracle Open Office Base : depth stagger -Oracle Open Office Base : descriptions for objects -Oracle Open Office Base : design mode after saving -Oracle Open Office Base : design view -Oracle Open Office Base : design view;creating forms -Oracle Open Office Base : design view;queries/views (Base) -Oracle Open Office Base : designing -Oracle Open Office Base : designing;database tables -Oracle Open Office Base : designing;fonts -Oracle Open Office Base : designing;queries (Base) -Oracle Open Office Base : detaching toolbars -Oracle Open Office Base : dictionaries -Oracle Open Office Base : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Base : dictionaries;creating -Oracle Open Office Base : dictionaries;editing user-defined -Oracle Open Office Base : dictionaries;spellcheck -Oracle Open Office Base : dictionaries, see also languages -Oracle Open Office Base : digital signatures -Oracle Open Office Base : digital signatures;getting/managing/applying -Oracle Open Office Base : digital signatures;overview -Oracle Open Office Base : digital signatures;WebDAV over HTTPS -Oracle Open Office Base : direct formatting -Oracle Open Office Base : direct formatting;undoing all -Oracle Open Office Base : directories -Oracle Open Office Base : directories;creating new -Oracle Open Office Base : directories;directory structure -Oracle Open Office Base : disabled persons -Oracle Open Office Base : displaying -Oracle Open Office Base : displaying;comments (Calc) -Oracle Open Office Base : displaying;comments in text documents -Oracle Open Office Base : displaying;non-printing characters (Writer) -Oracle Open Office Base : displaying;pictures and objects (Writer) -Oracle Open Office Base : displaying;tables (Writer) -Oracle Open Office Base : displaying;zero values (Calc) -Oracle Open Office Base : distances -Oracle Open Office Base : distinct values in SQL queries -Oracle Open Office Base : distorting in drawings -Oracle Open Office Base : distributing XML filters -Oracle Open Office Base : docking -Oracle Open Office Base : docking;definition -Oracle Open Office Base : docking;toolbars -Oracle Open Office Base : docking;windows -Oracle Open Office Base : Document Converter Wizard -Oracle Open Office Base : Document Map, see Navigator -Oracle Open Office Base : document types in Oracle Open Office -Oracle Open Office Base : documents -Oracle Open Office Base : documents;changing titles -Oracle Open Office Base : documents;closing -Oracle Open Office Base : documents;comparing -Oracle Open Office Base : documents;contents as lists -Oracle Open Office Base : documents;editing time -Oracle Open Office Base : documents;exporting -Oracle Open Office Base : documents;importing -Oracle Open Office Base : documents;languages -Oracle Open Office Base : documents;measurement units in -Oracle Open Office Base : documents;merging -Oracle Open Office Base : documents;number of pages/tables/sheets -Oracle Open Office Base : documents;opening -Oracle Open Office Base : documents;opening in design mode -Oracle Open Office Base : documents;opening with templates -Oracle Open Office Base : documents;organizing -Oracle Open Office Base : documents;printing -Oracle Open Office Base : documents;read-only -Oracle Open Office Base : documents;reloading -Oracle Open Office Base : documents;saving -Oracle Open Office Base : documents;saving automatically -Oracle Open Office Base : documents;saving in other formats -Oracle Open Office Base : documents;sending as e-mail -Oracle Open Office Base : documents;styles changed -Oracle Open Office Base : documents;version management -Oracle Open Office Base : documents;version numbers -Oracle Open Office Base : dotted areas -Oracle Open Office Base : double-line spacing in paragraphs -Oracle Open Office Base : double-line writing in Asian layout -Oracle Open Office Base : drag and drop -Oracle Open Office Base : drag and drop;copying and pasting text -Oracle Open Office Base : drag and drop;data source view -Oracle Open Office Base : drag and drop;from Gallery to draw objects -Oracle Open Office Base : drag and drop;overview -Oracle Open Office Base : drag and drop;pictures -Oracle Open Office Base : drag and drop;to Gallery -Oracle Open Office Base : draw objects -Oracle Open Office Base : draw objects;adding/editing/copying -Oracle Open Office Base : draw objects;anchoring -Oracle Open Office Base : draw objects;arranging within stacks -Oracle Open Office Base : draw objects;copying between documents -Oracle Open Office Base : draw objects;displaying (Calc) -Oracle Open Office Base : draw objects;dropping Gallery pictures -Oracle Open Office Base : draw objects;flipping -Oracle Open Office Base : draw objects;legends -Oracle Open Office Base : draw objects;positioning and resizing -Oracle Open Office Base : draw objects;protecting -Oracle Open Office Base : draw objects;slanting -Oracle Open Office Base : draw objects;text in -Oracle Open Office Base : Drawing bar -Oracle Open Office Base : drawing lines in text -Oracle Open Office Base : drawings -Oracle Open Office Base : drawings;creating/opening -Oracle Open Office Base : drawings;languages -Oracle Open Office Base : drawings;printing -Oracle Open Office Base : drawings;printing defaults -Oracle Open Office Base : drawings;printing in text documents -Oracle Open Office Base : drawings;saving -Oracle Open Office Base : drawings;saving automatically -Oracle Open Office Base : drawings;saving in other formats -Oracle Open Office Base : drawings;sending as e-mail -Oracle Open Office Base : drawings;showing (Writer) -Oracle Open Office Base : drawings, see also draw objects -Oracle Open Office Base : drop-down lists in form functions -Oracle Open Office Base : e-mail attachments -Oracle Open Office Base : Edit File icon -Oracle Open Office Base : edit mode -Oracle Open Office Base : edit mode;after opening -Oracle Open Office Base : edit mode;through Enter key (Calc) -Oracle Open Office Base : Edit Points bar -Oracle Open Office Base : editing -Oracle Open Office Base : editing;chart axes -Oracle Open Office Base : editing;chart data -Oracle Open Office Base : editing;chart legends -Oracle Open Office Base : editing;chart titles -Oracle Open Office Base : editing;comments -Oracle Open Office Base : editing;data binding of XForms -Oracle Open Office Base : editing;database tables and queries -Oracle Open Office Base : editing;draw objects -Oracle Open Office Base : editing;Fontwork objects -Oracle Open Office Base : editing;hyperlinks -Oracle Open Office Base : editing;menus -Oracle Open Office Base : editing;objects -Oracle Open Office Base : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Base : editing;pictures -Oracle Open Office Base : editing;reports -Oracle Open Office Base : editing;shortcut keys -Oracle Open Office Base : editing;tab stops -Oracle Open Office Base : editing;templates -Oracle Open Office Base : editing;toolbars -Oracle Open Office Base : editing;undoing -Oracle Open Office Base : editing;XForms -Oracle Open Office Base : editing time of documents -Oracle Open Office Base : editors -Oracle Open Office Base : editors;formula editor -Oracle Open Office Base : editors;ImageMap editor -Oracle Open Office Base : effects -Oracle Open Office Base : effects;font positions -Oracle Open Office Base : effects;fonts -Oracle Open Office Base : effects;Fontwork icons -Oracle Open Office Base : empty documents -Oracle Open Office Base : empty paragraph removal -Oracle Open Office Base : encryption of contents -Oracle Open Office Base : entering groups -Oracle Open Office Base : entering text from right to left -Oracle Open Office Base : equal sign, see also operators -Oracle Open Office Base : equations in formula editor -Oracle Open Office Base : Error Report Tool -Oracle Open Office Base : Euro -Oracle Open Office Base : Euro;currency formats -Oracle Open Office Base : Euro;Euro Converter Wizard -Oracle Open Office Base : even/odd pages -Oracle Open Office Base : even/odd pages;printing -Oracle Open Office Base : events -Oracle Open Office Base : events;assigning scripts -Oracle Open Office Base : events;controls -Oracle Open Office Base : events;customizing -Oracle Open Office Base : events;in forms -Oracle Open Office Base : Excel -Oracle Open Office Base : Excel;saving as -Oracle Open Office Base : Excel;search criteria -Oracle Open Office Base : exceptions -Oracle Open Office Base : exceptions;user-defined dictionaries -Oracle Open Office Base : exchanging, see also replacing -Oracle Open Office Base : executing SQL commands -Oracle Open Office Base : exiting -Oracle Open Office Base : exiting;groups -Oracle Open Office Base : exiting;Oracle Open Office -Oracle Open Office Base : expanding formatting (Calc) -Oracle Open Office Base : explorer of data sources -Oracle Open Office Base : export filters -Oracle Open Office Base : exporting -Oracle Open Office Base : exporting;bitmaps -Oracle Open Office Base : exporting;HTML and text documents -Oracle Open Office Base : exporting;Microsoft Office documents with VBA code -Oracle Open Office Base : exporting;spreadsheets to text format -Oracle Open Office Base : exporting;templates -Oracle Open Office Base : exporting;to foreign formats -Oracle Open Office Base : exporting;to HTML -Oracle Open Office Base : exporting;to Microsoft Office formats -Oracle Open Office Base : exporting;to PDF -Oracle Open Office Base : exporting;to PostScript format -Oracle Open Office Base : exporting;to XML -Oracle Open Office Base : exporting;XML files -Oracle Open Office Base : extended tips in Help -Oracle Open Office Base : extension mode in text -Oracle Open Office Base : extensions -Oracle Open Office Base : extensions;Extension Manager -Oracle Open Office Base : extensions;file formats -Oracle Open Office Base : external keys (Base) -Oracle Open Office Base : faster printing -Oracle Open Office Base : faxes -Oracle Open Office Base : faxes;configuring Oracle Open Office -Oracle Open Office Base : faxes;fax programs/fax printers under UNIX -Oracle Open Office Base : faxes;selecting a fax machine -Oracle Open Office Base : faxes;sending -Oracle Open Office Base : faxes;wizards -Oracle Open Office Base : feedback -Oracle Open Office Base : feedback;automatically -Oracle Open Office Base : fields -Oracle Open Office Base : fields;database tables -Oracle Open Office Base : fields;displaying field codes (Writer) -Oracle Open Office Base : fields;formatted fields -Oracle Open Office Base : fields;updating automatically (Writer) -Oracle Open Office Base : file associations for Microsoft Office -Oracle Open Office Base : file filters -Oracle Open Office Base : file filters;mobile devices -Oracle Open Office Base : file filters;XML -Oracle Open Office Base : file formats -Oracle Open Office Base : file formats;changing Oracle Open Office defaults -Oracle Open Office Base : file formats;OpenDocument/XML -Oracle Open Office Base : file formats;saving always in other formats -Oracle Open Office Base : file selection button -Oracle Open Office Base : file sharing options for current document -Oracle Open Office Base : files -Oracle Open Office Base : files;filters and formats -Oracle Open Office Base : files;importing -Oracle Open Office Base : files;opening -Oracle Open Office Base : files;opening with placeholders -Oracle Open Office Base : files;properties -Oracle Open Office Base : files;saving -Oracle Open Office Base : files;saving automatically -Oracle Open Office Base : files;saving in other formats -Oracle Open Office Base : files;sending as e-mail -Oracle Open Office Base : files;version numbers -Oracle Open Office Base : files and folders in Oracle Open Office -Oracle Open Office Base : fill characters with tabulators -Oracle Open Office Base : fill colors for areas -Oracle Open Office Base : fill patterns for areas -Oracle Open Office Base : filter conditions -Oracle Open Office Base : filter conditions;connecting -Oracle Open Office Base : filter conditions;in queries (Base) -Oracle Open Office Base : filtering -Oracle Open Office Base : filtering;data in databases -Oracle Open Office Base : filtering;data in forms -Oracle Open Office Base : filters -Oracle Open Office Base : filters;comparison operators -Oracle Open Office Base : filters;for import and export -Oracle Open Office Base : filters;Navigator -Oracle Open Office Base : filters;pictures -Oracle Open Office Base : filters;XML filter settings -Oracle Open Office Base : Find tab in Help -Oracle Open Office Base : finding -Oracle Open Office Base : finding;in all sheets -Oracle Open Office Base : finding;records in form documents -Oracle Open Office Base : finding;selections -Oracle Open Office Base : finding;similarity search -Oracle Open Office Base : fitting to pages -Oracle Open Office Base : fitting to pages;print settings in Math -Oracle Open Office Base : fitting to pages;print settings in presentations -Oracle Open Office Base : fixed text -Oracle Open Office Base : fixed text;form functions -Oracle Open Office Base : fixing toolbars -Oracle Open Office Base : flipping draw objects -Oracle Open Office Base : floating frames in HTML documents -Oracle Open Office Base : floating toolbars -Oracle Open Office Base : focus of controls -Oracle Open Office Base : folder creation -Oracle Open Office Base : font lists -Oracle Open Office Base : font name box -Oracle Open Office Base : font sizes -Oracle Open Office Base : font sizes;bullets -Oracle Open Office Base : font sizes;relative changes -Oracle Open Office Base : font sizes;scaling on screen -Oracle Open Office Base : font sizes;text -Oracle Open Office Base : fonts -Oracle Open Office Base : fonts;adding under UNIX -Oracle Open Office Base : fonts;changing in templates -Oracle Open Office Base : fonts;colors -Oracle Open Office Base : fonts;default settings -Oracle Open Office Base : fonts;effects -Oracle Open Office Base : fonts;for HTML and Basic -Oracle Open Office Base : fonts;formats -Oracle Open Office Base : fonts;outlines -Oracle Open Office Base : fonts;positions in text -Oracle Open Office Base : fonts;shadows -Oracle Open Office Base : fonts;specifying several -Oracle Open Office Base : fonts;strikethrough -Oracle Open Office Base : fonts;styles -Oracle Open Office Base : fonts;text objects -Oracle Open Office Base : Fontwork icons -Oracle Open Office Base : footers -Oracle Open Office Base : footers;backgrounds -Oracle Open Office Base : form controls -Oracle Open Office Base : form controls;assigning macros -Oracle Open Office Base : form controls;protecting -Oracle Open Office Base : form controls;toolbars -Oracle Open Office Base : form fields -Oracle Open Office Base : form filters -Oracle Open Office Base : Form Navigator -Oracle Open Office Base : format codes -Oracle Open Office Base : format codes;numbers -Oracle Open Office Base : format filling printing in Oracle Open Office Math -Oracle Open Office Base : Format Paintbrush -Oracle Open Office Base : formats -Oracle Open Office Base : formats;Asian layout -Oracle Open Office Base : formats;fonts -Oracle Open Office Base : formats;maximizing page formats -Oracle Open Office Base : formats;number and currency formats -Oracle Open Office Base : formats;of currencies/date/time -Oracle Open Office Base : formats;on opening and saving -Oracle Open Office Base : formats;pasting in special formats -Oracle Open Office Base : formats;positions -Oracle Open Office Base : formats;tabulators -Oracle Open Office Base : formatted fields -Oracle Open Office Base : formatted fields;form functions -Oracle Open Office Base : formatted fields;properties -Oracle Open Office Base : formatting -Oracle Open Office Base : formatting;Asian typography -Oracle Open Office Base : formatting;axes in charts -Oracle Open Office Base : formatting;chart legends -Oracle Open Office Base : formatting;copying -Oracle Open Office Base : formatting;definition -Oracle Open Office Base : formatting;expanding (Calc) -Oracle Open Office Base : formatting;font effects -Oracle Open Office Base : formatting;hyperlinks -Oracle Open Office Base : formatting;pages -Oracle Open Office Base : formatting;printer metrics (Writer) -Oracle Open Office Base : formatting;undoing -Oracle Open Office Base : formatting;undoing when writing -Oracle Open Office Base : forms -Oracle Open Office Base : forms;browsing -Oracle Open Office Base : forms;Combo Box/List Box Wizard -Oracle Open Office Base : forms;creating -Oracle Open Office Base : forms;data -Oracle Open Office Base : forms;designing (Base) -Oracle Open Office Base : forms;events -Oracle Open Office Base : forms;filtering data -Oracle Open Office Base : forms;finding records -Oracle Open Office Base : forms;focus after opening -Oracle Open Office Base : forms;general information (Base) -Oracle Open Office Base : forms;grouping controls -Oracle Open Office Base : forms;HTML filters -Oracle Open Office Base : forms;Navigator -Oracle Open Office Base : forms;opening in design mode -Oracle Open Office Base : forms;properties -Oracle Open Office Base : forms;sorting data -Oracle Open Office Base : forms;subforms -Oracle Open Office Base : forms;wizards -Oracle Open Office Base : forms;XForms -Oracle Open Office Base : formula texts -Oracle Open Office Base : formula texts;printing in Oracle Open Office Math -Oracle Open Office Base : formulas -Oracle Open Office Base : formulas;new -Oracle Open Office Base : formulas;starting formula editor -Oracle Open Office Base : formulas in reports -Oracle Open Office Base : formulas in reports;editing -Oracle Open Office Base : forums and support -Oracle Open Office Base : frames -Oracle Open Office Base : frames;around paragraphs -Oracle Open Office Base : frames;around tables -Oracle Open Office Base : frames;AutoCorrect function -Oracle Open Office Base : frames;backgrounds -Oracle Open Office Base : frames;captions (Writer) -Oracle Open Office Base : frames;printing in Oracle Open Office Math -Oracle Open Office Base : frames;protecting -Oracle Open Office Base : frames;selection frames -Oracle Open Office Base : frames;text fitting to frames -Oracle Open Office Base : freeform lines -Oracle Open Office Base : freeform lines;draw functions -Oracle Open Office Base : FTP -Oracle Open Office Base : FTP;opening documents -Oracle Open Office Base : FTP;saving documents -Oracle Open Office Base : full joins (Base) -Oracle Open Office Base : full screen view -Oracle Open Office Base : full-text search in Help -Oracle Open Office Base : functions in reports -Oracle Open Office Base : functions in reports;editing -Oracle Open Office Base : Gallery -Oracle Open Office Base : Gallery;adding pictures -Oracle Open Office Base : Gallery;dragging pictures to draw objects -Oracle Open Office Base : Gallery;hiding/showing -Oracle Open Office Base : Gallery;inserting pictures from -Oracle Open Office Base : get method for form transmissions -Oracle Open Office Base : getting support -Oracle Open Office Base : GIF format -Oracle Open Office Base : glossaries -Oracle Open Office Base : glossaries;common terms -Oracle Open Office Base : glossaries;Internet terms -Oracle Open Office Base : gradients off for faster printing -Oracle Open Office Base : graphic objects, see draw objects -Oracle Open Office Base : graphical text art -Oracle Open Office Base : graphics -Oracle Open Office Base : graphics;cache -Oracle Open Office Base : graphics;protecting -Oracle Open Office Base : graphics, see also pictures -Oracle Open Office Base : grayscale printing -Oracle Open Office Base : grid controls -Oracle Open Office Base : grid controls;form functions -Oracle Open Office Base : grids -Oracle Open Office Base : grids;defaults (Writer/Calc) -Oracle Open Office Base : grids;display options (Impress/Draw) -Oracle Open Office Base : grids;displaying lines (Calc) -Oracle Open Office Base : group box creation -Oracle Open Office Base : groups -Oracle Open Office Base : groups;entering/exiting/ungrouping -Oracle Open Office Base : groups;naming -Oracle Open Office Base : groups;of controls -Oracle Open Office Base : guides -Oracle Open Office Base : guides;display options (Impress/Draw) -Oracle Open Office Base : guides;displaying when moving objects (Impress) -Oracle Open Office Base : guides;showing (Calc) -Oracle Open Office Base : guides;showing when moving frames (Writer) -Oracle Open Office Base : gutter -Oracle Open Office Base : handles -Oracle Open Office Base : handles;displaying (Writer) -Oracle Open Office Base : handles;scaling -Oracle Open Office Base : handles;showing simple/large handles (Calc) -Oracle Open Office Base : Hangul/Hanja -Oracle Open Office Base : hatching -Oracle Open Office Base : headers -Oracle Open Office Base : headers;backgrounds -Oracle Open Office Base : headings -Oracle Open Office Base : headings;entering as text box -Oracle Open Office Base : Hebrew -Oracle Open Office Base : Hebrew;entering text -Oracle Open Office Base : Hebrew;language settings -Oracle Open Office Base : Help -Oracle Open Office Base : Help;bookmarks -Oracle Open Office Base : Help;extended tips on/off -Oracle Open Office Base : Help;full-text search -Oracle Open Office Base : Help;Help tips -Oracle Open Office Base : Help;keywords -Oracle Open Office Base : Help;navigation pane showing/hiding -Oracle Open Office Base : Help;style sheets -Oracle Open Office Base : Help;topics -Oracle Open Office Base : Help Agent -Oracle Open Office Base : Help Agent;help -Oracle Open Office Base : Help Agent;options -Oracle Open Office Base : Help tips -Oracle Open Office Base : Help tips;hiding -Oracle Open Office Base : hidden controls in Form Navigator -Oracle Open Office Base : hidden fields display (Writer) -Oracle Open Office Base : hidden pages -Oracle Open Office Base : hidden pages;printing in presentations -Oracle Open Office Base : hidden text -Oracle Open Office Base : hidden text;showing (Writer) -Oracle Open Office Base : hiding -Oracle Open Office Base : hiding;changes -Oracle Open Office Base : hiding;docked windows -Oracle Open Office Base : hiding;navigation pane in Help window -Oracle Open Office Base : high contrast mode -Oracle Open Office Base : Hindi -Oracle Open Office Base : Hindi;entering text -Oracle Open Office Base : Hindi;language settings -Oracle Open Office Base : horizontal scrollbars (Writer) -Oracle Open Office Base : hotspots -Oracle Open Office Base : HTML -Oracle Open Office Base : HTML;definition -Oracle Open Office Base : HTML;export character set -Oracle Open Office Base : HTML;fonts for source display -Oracle Open Office Base : HTML;importing META tags -Oracle Open Office Base : HTML;live presentations -Oracle Open Office Base : HTML documents -Oracle Open Office Base : HTML documents;auto reloading -Oracle Open Office Base : HTML documents;importing/exporting -Oracle Open Office Base : HTML documents;META tags in -Oracle Open Office Base : HTML documents;new -Oracle Open Office Base : HTML documents;source text -Oracle Open Office Base : hyperlinks -Oracle Open Office Base : hyperlinks;assigning macros -Oracle Open Office Base : hyperlinks;character formats -Oracle Open Office Base : hyperlinks;definition -Oracle Open Office Base : hyperlinks;deleting -Oracle Open Office Base : hyperlinks;editing -Oracle Open Office Base : hyperlinks;inserting -Oracle Open Office Base : hyperlinks;relative and absolute -Oracle Open Office Base : hyperlinks;turning off automatic recognition -Oracle Open Office Base : hyperlinks, see also links -Oracle Open Office Base : hyphenation -Oracle Open Office Base : hyphenation;activating for a language -Oracle Open Office Base : hyphenation;minimal number of characters -Oracle Open Office Base : hyphens -Oracle Open Office Base : hyphens;displaying custom (Writer) -Oracle Open Office Base : hyphens;inserting custom -Oracle Open Office Base : icon bars, see toolbars -Oracle Open Office Base : icon sizes -Oracle Open Office Base : ignore list for spellcheck -Oracle Open Office Base : illustrations, see pictures -Oracle Open Office Base : image button creation -Oracle Open Office Base : image control creation -Oracle Open Office Base : ImageMap -Oracle Open Office Base : ImageMap;definition -Oracle Open Office Base : ImageMap;editor -Oracle Open Office Base : images -Oracle Open Office Base : images;ImageMap -Oracle Open Office Base : images;inserting and editing bitmaps -Oracle Open Office Base : images, see also pictures -Oracle Open Office Base : IME -Oracle Open Office Base : IME;definition -Oracle Open Office Base : IME;showing/hiding -Oracle Open Office Base : import filters -Oracle Open Office Base : import restrictions for Microsoft Office -Oracle Open Office Base : importing -Oracle Open Office Base : importing;bitmaps -Oracle Open Office Base : importing;compatibility settings for text import -Oracle Open Office Base : importing;databases -Oracle Open Office Base : importing;documents in other formats -Oracle Open Office Base : importing;from XML -Oracle Open Office Base : importing;HTML and text documents -Oracle Open Office Base : importing;HTML with META tags -Oracle Open Office Base : importing;Microsoft Office documents with VBA code -Oracle Open Office Base : importing;tables in text format -Oracle Open Office Base : importing;templates -Oracle Open Office Base : improvement program -Oracle Open Office Base : inches -Oracle Open Office Base : Index tab in Help -Oracle Open Office Base : indexes -Oracle Open Office Base : indexes;backgrounds -Oracle Open Office Base : indexes;showing/hiding Help index tab -Oracle Open Office Base : indicator lines in text -Oracle Open Office Base : inner joins (Base) -Oracle Open Office Base : input method window -Oracle Open Office Base : insert mode for entering text -Oracle Open Office Base : inserting -Oracle Open Office Base : inserting;buttons in toolbars -Oracle Open Office Base : inserting;cell ranges from spreadsheets -Oracle Open Office Base : inserting;charts -Oracle Open Office Base : inserting;clipboard options -Oracle Open Office Base : inserting;comments -Oracle Open Office Base : inserting;data from text documents -Oracle Open Office Base : inserting;datasource records in spreadsheets -Oracle Open Office Base : inserting;drawings -Oracle Open Office Base : inserting;floating frames -Oracle Open Office Base : inserting;Fontwork objects -Oracle Open Office Base : inserting;form fields -Oracle Open Office Base : inserting;hyperlinks -Oracle Open Office Base : inserting;line breaks in cells -Oracle Open Office Base : inserting;movies/sounds -Oracle Open Office Base : inserting;new text tables defaults -Oracle Open Office Base : inserting;objects from Gallery -Oracle Open Office Base : inserting;OLE objects -Oracle Open Office Base : inserting;paragraph borders -Oracle Open Office Base : inserting;paragraph bullets -Oracle Open Office Base : inserting;pictures in Gallery -Oracle Open Office Base : inserting;plug-ins -Oracle Open Office Base : inserting;push buttons -Oracle Open Office Base : inserting;special characters -Oracle Open Office Base : inserting;tab stops -Oracle Open Office Base : inserting;textures on chart bars -Oracle Open Office Base : installing -Oracle Open Office Base : installing;ActiveX control -Oracle Open Office Base : installing;mobile device filters -Oracle Open Office Base : installing;UNO components -Oracle Open Office Base : installing;XML filters -Oracle Open Office Base : instructions -Oracle Open Office Base : instructions;general -Oracle Open Office Base : Internet -Oracle Open Office Base : Internet;checking for updates -Oracle Open Office Base : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Base : Internet;presentations -Oracle Open Office Base : Internet;starting searches -Oracle Open Office Base : Internet glossary -Oracle Open Office Base : invert filter -Oracle Open Office Base : invisible areas -Oracle Open Office Base : italic text -Oracle Open Office Base : iterative references in spreadsheets -Oracle Open Office Base : Java -Oracle Open Office Base : Java;definition -Oracle Open Office Base : Java;setting options -Oracle Open Office Base : JDBC -Oracle Open Office Base : JDBC;databases (Base) -Oracle Open Office Base : JDBC;definition -Oracle Open Office Base : joining -Oracle Open Office Base : joining;paragraphs -Oracle Open Office Base : joining;tables (Base) -Oracle Open Office Base : joins in databases (Base) -Oracle Open Office Base : justifying text -Oracle Open Office Base : kerning -Oracle Open Office Base : kerning;Asian texts -Oracle Open Office Base : kerning;definition -Oracle Open Office Base : kerning;in characters -Oracle Open Office Base : key fields for relations (Base) -Oracle Open Office Base : keyboard -Oracle Open Office Base : keyboard;assigning/editing shortcut keys -Oracle Open Office Base : keyboard;general commands -Oracle Open Office Base : keyboard;removing numbering -Oracle Open Office Base : keys -Oracle Open Office Base : keys;adding push buttons -Oracle Open Office Base : keys;primary keys (Base) -Oracle Open Office Base : kiosk export -Oracle Open Office Base : labels -Oracle Open Office Base : labels;creating and synchronizing -Oracle Open Office Base : labels;for draw objects -Oracle Open Office Base : labels;form functions -Oracle Open Office Base : labels;from databases -Oracle Open Office Base : labels, see also names/callouts -Oracle Open Office Base : languages -Oracle Open Office Base : languages;activating modules -Oracle Open Office Base : languages;Asian support -Oracle Open Office Base : languages;complex text layout -Oracle Open Office Base : languages;locale settings -Oracle Open Office Base : languages;selecting for text -Oracle Open Office Base : languages;setting options -Oracle Open Office Base : languages;spellcheck -Oracle Open Office Base : languages;spellchecking and formatting -Oracle Open Office Base : large handles (Writer) -Oracle Open Office Base : large icons -Oracle Open Office Base : layer arrangement -Oracle Open Office Base : layout -Oracle Open Office Base : layout;importing Word documents -Oracle Open Office Base : layout;pages -Oracle Open Office Base : LDAP server -Oracle Open Office Base : LDAP server;address books (Base) -Oracle Open Office Base : LDAP server;sign on options -Oracle Open Office Base : leading between paragraphs -Oracle Open Office Base : left alignment of paragraphs -Oracle Open Office Base : left joins (Base) -Oracle Open Office Base : legends -Oracle Open Office Base : legends;charts -Oracle Open Office Base : legends;draw objects -Oracle Open Office Base : legends;rounding corners -Oracle Open Office Base : Letter Wizard -Oracle Open Office Base : levels -Oracle Open Office Base : levels;depth stagger -Oracle Open Office Base : levels;macro security -Oracle Open Office Base : limits of tables (Writer) -Oracle Open Office Base : line breaks -Oracle Open Office Base : line breaks;in cells -Oracle Open Office Base : line spacing -Oracle Open Office Base : line spacing;context menu in paragraphs -Oracle Open Office Base : line spacing;paragraph -Oracle Open Office Base : line styles -Oracle Open Office Base : line styles;applying -Oracle Open Office Base : line styles;defining -Oracle Open Office Base : lines -Oracle Open Office Base : lines;defining ends -Oracle Open Office Base : lines;draw functions -Oracle Open Office Base : lines;drawing in text -Oracle Open Office Base : lines;editing points -Oracle Open Office Base : lines;removing automatic lines -Oracle Open Office Base : lines of text -Oracle Open Office Base : lines of text;alignment -Oracle Open Office Base : links -Oracle Open Office Base : links;between cells and controls -Oracle Open Office Base : links;by drag and drop -Oracle Open Office Base : links;character formats -Oracle Open Office Base : links;definition -Oracle Open Office Base : links;editing hyperlinks -Oracle Open Office Base : links;inserting -Oracle Open Office Base : links;modifying -Oracle Open Office Base : links;opening files with -Oracle Open Office Base : links;relational databases (Base) -Oracle Open Office Base : links;turning off automatic recognition -Oracle Open Office Base : links;updating options (Writer) -Oracle Open Office Base : links;updating specific links -Oracle Open Office Base : list box creation -Oracle Open Office Base : lists -Oracle Open Office Base : lists;data assigned to controls -Oracle Open Office Base : lists;registered databases (Base) -Oracle Open Office Base : lists;regular expressions -Oracle Open Office Base : live presentations on the Internet -Oracle Open Office Base : loading -Oracle Open Office Base : loading;documents -Oracle Open Office Base : loading;documents from other formats -Oracle Open Office Base : loading;HTML documents, automatically -Oracle Open Office Base : loading;Microsoft Office documents with VBA code -Oracle Open Office Base : loading;reloading -Oracle Open Office Base : loading;XML files -Oracle Open Office Base : locale settings -Oracle Open Office Base : lowercase letters -Oracle Open Office Base : lowercase letters;font effects -Oracle Open Office Base : Macro Wizard (Base) -Oracle Open Office Base : macros -Oracle Open Office Base : macros;assigning to events in forms -Oracle Open Office Base : macros;attaching new (Base) -Oracle Open Office Base : macros;in MS Office documents -Oracle Open Office Base : macros;interrupting -Oracle Open Office Base : macros;organizing -Oracle Open Office Base : macros;recording -Oracle Open Office Base : macros;security -Oracle Open Office Base : macros;security levels -Oracle Open Office Base : macros;security warning dialog -Oracle Open Office Base : macros;selecting security warnings -Oracle Open Office Base : magnifiers -Oracle Open Office Base : margins -Oracle Open Office Base : margins;pages -Oracle Open Office Base : margins;setting with the mouse -Oracle Open Office Base : margins;shadows -Oracle Open Office Base : marking changes -Oracle Open Office Base : marking, see selecting -Oracle Open Office Base : Math formula editor -Oracle Open Office Base : measurement units -Oracle Open Office Base : measurement units;changing on rulers -Oracle Open Office Base : measurement units;converting -Oracle Open Office Base : measurement units;selecting -Oracle Open Office Base : Media Player window -Oracle Open Office Base : menus -Oracle Open Office Base : menus;activating context menus -Oracle Open Office Base : menus;assigning macros -Oracle Open Office Base : menus;customizing -Oracle Open Office Base : merging -Oracle Open Office Base : merging;documents -Oracle Open Office Base : META tags -Oracle Open Office Base : metrics -Oracle Open Office Base : metrics;converting -Oracle Open Office Base : metrics;document formatting (Writer) -Oracle Open Office Base : metrics;in sheets -Oracle Open Office Base : Microsoft Office -Oracle Open Office Base : Microsoft Office;Access databases (base) -Oracle Open Office Base : Microsoft Office;as default file format -Oracle Open Office Base : Microsoft Office;document import restrictions -Oracle Open Office Base : Microsoft Office;feature comparisons -Oracle Open Office Base : Microsoft Office;importing password protected files -Oracle Open Office Base : Microsoft Office;importing Word documents -Oracle Open Office Base : Microsoft Office;importing/exporting VBA code -Oracle Open Office Base : Microsoft Office;new users information -Oracle Open Office Base : Microsoft Office;opening Microsoft documents -Oracle Open Office Base : Microsoft Office;reassigning document types -Oracle Open Office Base : migrating macros (Base) -Oracle Open Office Base : mobile device filters -Oracle Open Office Base : models in XForms -Oracle Open Office Base : modifying, see changing -Oracle Open Office Base : more controls -Oracle Open Office Base : mosaic filter -Oracle Open Office Base : mouse -Oracle Open Office Base : mouse;pointers when using drag and drop -Oracle Open Office Base : mouse;positioning -Oracle Open Office Base : movies -Oracle Open Office Base : moving -Oracle Open Office Base : moving;tab stops on ruler -Oracle Open Office Base : moving;toolbars -Oracle Open Office Base : moving;using guide lines in presentations -Oracle Open Office Base : MS ADO interface (Base) -Oracle Open Office Base : multi-line titles in forms -Oracle Open Office Base : multiple documents -Oracle Open Office Base : multiple documents;opening -Oracle Open Office Base : multiple selection -Oracle Open Office Base : music -Oracle Open Office Base : My Documents folder -Oracle Open Office Base : My Documents folder;changing work directory -Oracle Open Office Base : My Documents folder;opening -Oracle Open Office Base : MySQL databases (Base) -Oracle Open Office Base : names -Oracle Open Office Base : names;multi-line titles -Oracle Open Office Base : names;objects -Oracle Open Office Base : names, see also labels/callouts -Oracle Open Office Base : namespace organization in XForms -Oracle Open Office Base : native SQL (Base) -Oracle Open Office Base : navigating -Oracle Open Office Base : navigating;in documents -Oracle Open Office Base : Navigation bar -Oracle Open Office Base : Navigation bar;controls -Oracle Open Office Base : Navigation bar;forms -Oracle Open Office Base : Navigator -Oracle Open Office Base : Navigator;comments -Oracle Open Office Base : Navigator;contents as lists -Oracle Open Office Base : Navigator;docking -Oracle Open Office Base : Navigator;working with -Oracle Open Office Base : network identity options -Oracle Open Office Base : new databases -Oracle Open Office Base : new documents -Oracle Open Office Base : new lines in cells -Oracle Open Office Base : new windows -Oracle Open Office Base : non-breaking dashes -Oracle Open Office Base : non-breaking spaces (Writer) -Oracle Open Office Base : non-printing characters (Writer) -Oracle Open Office Base : number formats -Oracle Open Office Base : number formats;codes -Oracle Open Office Base : number formats;formats -Oracle Open Office Base : number formats;recognition in text tables -Oracle Open Office Base : number of pages -Oracle Open Office Base : number of sheets -Oracle Open Office Base : number of tables -Oracle Open Office Base : numbering -Oracle Open Office Base : numbering;options -Oracle Open Office Base : numbering;turning off -Oracle Open Office Base : numbering;using automatically -Oracle Open Office Base : numbers -Oracle Open Office Base : numbers;date, time and currency formats -Oracle Open Office Base : numbers;decimal places (Calc) -Oracle Open Office Base : numerical fields in forms -Oracle Open Office Base : objects -Oracle Open Office Base : objects;always moveable (Impress/Draw) -Oracle Open Office Base : objects;arranging within stacks -Oracle Open Office Base : objects;copying when moving in presentations -Oracle Open Office Base : objects;definition -Oracle Open Office Base : objects;displaying in spreadsheets -Oracle Open Office Base : objects;displaying in text documents -Oracle Open Office Base : objects;editing -Oracle Open Office Base : objects;inserting from Gallery -Oracle Open Office Base : objects;inserting OLE objects -Oracle Open Office Base : objects;moving and resizing with mouse -Oracle Open Office Base : objects;naming -Oracle Open Office Base : objects;opening -Oracle Open Office Base : objects;quickly moving to -Oracle Open Office Base : objects;titles and descriptions -Oracle Open Office Base : ODBC -Oracle Open Office Base : ODBC;database (Base) -Oracle Open Office Base : ODBC;definition -Oracle Open Office Base : ODF file formats -Oracle Open Office Base : Office -Oracle Open Office Base : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Base : OLE -Oracle Open Office Base : OLE;definition -Oracle Open Office Base : OLE objects -Oracle Open Office Base : OLE objects;arranging within stacks -Oracle Open Office Base : OLE objects;captions (Writer) -Oracle Open Office Base : OLE objects;inserting -Oracle Open Office Base : OLE objects;number of -Oracle Open Office Base : OLE objects;protecting -Oracle Open Office Base : one and a half line spacing in text -Oracle Open Office Base : online feedback options -Oracle Open Office Base : online registration -Oracle Open Office Base : online update options -Oracle Open Office Base : online updates -Oracle Open Office Base : online updates;checking automatically -Oracle Open Office Base : online updates;checking manually -Oracle Open Office Base : Open/Save dialogs -Oracle Open Office Base : OpenDocument file formats -Oracle Open Office Base : OpenGL -Oracle Open Office Base : OpenGL;definition -Oracle Open Office Base : opening -Oracle Open Office Base : opening;context menus -Oracle Open Office Base : opening;database files -Oracle Open Office Base : opening;dialog settings -Oracle Open Office Base : opening;documents -Oracle Open Office Base : opening;documents from other formats -Oracle Open Office Base : opening;documents on WebDAV server -Oracle Open Office Base : opening;files with links -Oracle Open Office Base : opening;files, with placeholders -Oracle Open Office Base : opening;forms -Oracle Open Office Base : opening;Microsoft Office files -Oracle Open Office Base : opening;mobile device documents -Oracle Open Office Base : opening;objects -Oracle Open Office Base : opening;reports -Oracle Open Office Base : opening;several files -Oracle Open Office Base : opening;XForms -Oracle Open Office Base : operators -Oracle Open Office Base : operators;default filters -Oracle Open Office Base : optional hyphens (Writer) -Oracle Open Office Base : options -Oracle Open Office Base : options;accessibility -Oracle Open Office Base : options;appearance -Oracle Open Office Base : options;compatibility (Writer) -Oracle Open Office Base : options;improvement program -Oracle Open Office Base : options;network identity -Oracle Open Office Base : options;online update -Oracle Open Office Base : options;tools -Oracle Open Office Base : Oracle databases (base) -Oracle Open Office Base : Oracle Open Office Base data sources -Oracle Open Office Base : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Base : Oracle Open Office documents -Oracle Open Office Base : Oracle Open Office documents;mobile device filters -Oracle Open Office Base : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Base : Oracle Open Office Math start -Oracle Open Office Base : ordering -Oracle Open Office Base : ordering;objects -Oracle Open Office Base : organizing -Oracle Open Office Base : organizing;macros and scripts -Oracle Open Office Base : organizing;namespaces in XForms -Oracle Open Office Base : organizing;styles -Oracle Open Office Base : organizing;templates -Oracle Open Office Base : original size -Oracle Open Office Base : original size;printing in Oracle Open Office Math -Oracle Open Office Base : original size;restoring after cropping -Oracle Open Office Base : outlines -Oracle Open Office Base : outlines;font effects -Oracle Open Office Base : outlines;outline symbols -Oracle Open Office Base : outlines;sending to presentations -Oracle Open Office Base : overwrite mode -Oracle Open Office Base : packages, see extensions -Oracle Open Office Base : page breaks -Oracle Open Office Base : page breaks;displaying (Calc) -Oracle Open Office Base : page formats -Oracle Open Office Base : page formats;maximizing -Oracle Open Office Base : page formats;restriction -Oracle Open Office Base : page styles -Oracle Open Office Base : page styles;editing/applying with statusbar -Oracle Open Office Base : pages -Oracle Open Office Base : pages;backgrounds in all applications -Oracle Open Office Base : pages;formatting and numbering -Oracle Open Office Base : pages;printing page names in presentations -Oracle Open Office Base : pages;scaling -Oracle Open Office Base : pages;selecting one to print -Oracle Open Office Base : paint box -Oracle Open Office Base : paint can symbol -Oracle Open Office Base : pair kerning -Oracle Open Office Base : Palm file filters -Oracle Open Office Base : paper formats -Oracle Open Office Base : paper size warning -Oracle Open Office Base : paper trays -Oracle Open Office Base : paragraph marks -Oracle Open Office Base : paragraph marks;displaying (Writer) -Oracle Open Office Base : paragraph styles -Oracle Open Office Base : paragraph styles;languages -Oracle Open Office Base : paragraph styles;modifying basic fonts -Oracle Open Office Base : paragraphs -Oracle Open Office Base : paragraphs;alignment -Oracle Open Office Base : paragraphs;Asian typography -Oracle Open Office Base : paragraphs;defining borders -Oracle Open Office Base : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Base : paragraphs;increasing indents of -Oracle Open Office Base : paragraphs;indents, margins and columns -Oracle Open Office Base : paragraphs;inserting bullets -Oracle Open Office Base : paragraphs;joining -Oracle Open Office Base : paragraphs;numbering automatically -Oracle Open Office Base : paragraphs;removing blank ones -Oracle Open Office Base : paragraphs;spacing -Oracle Open Office Base : paragraphs;tab stops -Oracle Open Office Base : parameters -Oracle Open Office Base : parameters;command line -Oracle Open Office Base : parameters;queries (Base) -Oracle Open Office Base : passwords for protecting contents -Oracle Open Office Base : pasting -Oracle Open Office Base : pasting;cell ranges -Oracle Open Office Base : pasting;cell ranges from spreadsheets -Oracle Open Office Base : pasting;data from text documents -Oracle Open Office Base : pasting;draw objects -Oracle Open Office Base : pasting;draw objects from other documents -Oracle Open Office Base : pasting;formatted/unformatted text -Oracle Open Office Base : pasting;from data source view -Oracle Open Office Base : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Base : pasting;pictures from other documents -Oracle Open Office Base : pasting;sheet areas in text documents -Oracle Open Office Base : pasting;to Gallery -Oracle Open Office Base : paths -Oracle Open Office Base : paths;changing work directory -Oracle Open Office Base : paths;defaults -Oracle Open Office Base : pattern editor -Oracle Open Office Base : pattern fields -Oracle Open Office Base : pattern fields;form functions -Oracle Open Office Base : patterns for objects -Oracle Open Office Base : PDF -Oracle Open Office Base : PDF;export -Oracle Open Office Base : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Base : personal data input -Oracle Open Office Base : phonetic guide -Oracle Open Office Base : picklist creation -Oracle Open Office Base : pictures -Oracle Open Office Base : pictures;adding to Gallery -Oracle Open Office Base : pictures;arranging within stacks -Oracle Open Office Base : pictures;assigning macros -Oracle Open Office Base : pictures;backgrounds -Oracle Open Office Base : pictures;captions (Writer) -Oracle Open Office Base : pictures;changing paths -Oracle Open Office Base : pictures;cropping and zooming -Oracle Open Office Base : pictures;displaying in Calc -Oracle Open Office Base : pictures;displaying in Writer (Writer) -Oracle Open Office Base : pictures;drag and drop between documents -Oracle Open Office Base : pictures;drawing -Oracle Open Office Base : pictures;editing -Oracle Open Office Base : pictures;filters -Oracle Open Office Base : pictures;ImageMap -Oracle Open Office Base : pictures;inserting automatically -Oracle Open Office Base : pictures;inserting from Gallery -Oracle Open Office Base : pictures;number of -Oracle Open Office Base : pictures;printing -Oracle Open Office Base : pictures;scaling/resizing -Oracle Open Office Base : pixel editor -Oracle Open Office Base : pixel graphics -Oracle Open Office Base : pixel graphics;inserting and editing -Oracle Open Office Base : pixel patterns -Oracle Open Office Base : placeholders -Oracle Open Office Base : placeholders;in SQL queries -Oracle Open Office Base : placeholders;on opening files -Oracle Open Office Base : placing toolbars -Oracle Open Office Base : playing movies and sound files -Oracle Open Office Base : plotting data as charts -Oracle Open Office Base : plug-ins -Oracle Open Office Base : plug-ins;activating and deactivating -Oracle Open Office Base : plug-ins;definition -Oracle Open Office Base : plug-ins;inserting -Oracle Open Office Base : pocket device appliances -Oracle Open Office Base : Pocket PC file filters -Oracle Open Office Base : points -Oracle Open Office Base : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Base : polygon drawing -Oracle Open Office Base : pop-art filter -Oracle Open Office Base : portable document format -Oracle Open Office Base : positioning -Oracle Open Office Base : positioning;draw objects and controls -Oracle Open Office Base : positioning;fonts -Oracle Open Office Base : positioning;objects -Oracle Open Office Base : positioning;toolbars -Oracle Open Office Base : post method for form transmissions -Oracle Open Office Base : posterizing filter -Oracle Open Office Base : PostScript -Oracle Open Office Base : PostScript;creating files -Oracle Open Office Base : PostScript;PDF converter, UNIX -Oracle Open Office Base : PowerPoint export -Oracle Open Office Base : precision as shown (Calc) -Oracle Open Office Base : predefining fonts -Oracle Open Office Base : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Base : presentations -Oracle Open Office Base : presentations;creating/opening -Oracle Open Office Base : presentations;inserting spreadsheet cells -Oracle Open Office Base : presentations;live on the Internet -Oracle Open Office Base : presentations;print menu -Oracle Open Office Base : presentations;saving -Oracle Open Office Base : presentations;saving automatically -Oracle Open Office Base : presentations;saving in other formats -Oracle Open Office Base : presentations;sending as e-mail -Oracle Open Office Base : presentations;starting with wizard -Oracle Open Office Base : presentations;wizards -Oracle Open Office Base : Presenter Console shortcuts -Oracle Open Office Base : press buttons, see push buttons -Oracle Open Office Base : previews -Oracle Open Office Base : previews;fonts lists -Oracle Open Office Base : primary keys -Oracle Open Office Base : primary keys;defining -Oracle Open Office Base : primary keys;design view -Oracle Open Office Base : primary keys;inserting (Base) -Oracle Open Office Base : print area selection -Oracle Open Office Base : printer metrics for document formatting (Writer) -Oracle Open Office Base : printers -Oracle Open Office Base : printers;adding, UNIX -Oracle Open Office Base : printers;choosing -Oracle Open Office Base : printers;default printer -Oracle Open Office Base : printers;faxes under UNIX -Oracle Open Office Base : printers;maximum page formats -Oracle Open Office Base : printers;paper trays -Oracle Open Office Base : printers;properties -Oracle Open Office Base : printing -Oracle Open Office Base : printing;black and white -Oracle Open Office Base : printing;brochures -Oracle Open Office Base : printing;colors in grayscale -Oracle Open Office Base : printing;comments -Oracle Open Office Base : printing;copies -Oracle Open Office Base : printing;creating individual jobs -Oracle Open Office Base : printing;dates in presentations -Oracle Open Office Base : printing;directly -Oracle Open Office Base : printing;documents -Oracle Open Office Base : printing;drawings defaults -Oracle Open Office Base : printing;elements in text documents -Oracle Open Office Base : printing;faster -Oracle Open Office Base : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Base : printing;fitting to pages in presentations -Oracle Open Office Base : printing;formulas in Oracle Open Office Math -Oracle Open Office Base : printing;hidden pages of presentations -Oracle Open Office Base : printing;in original size in Oracle Open Office Math -Oracle Open Office Base : printing;left/right pages -Oracle Open Office Base : printing;queries (Base) -Oracle Open Office Base : printing;scaling in Oracle Open Office Math -Oracle Open Office Base : printing;selections -Oracle Open Office Base : printing;text always in black -Oracle Open Office Base : printing;text in reverse order -Oracle Open Office Base : printing;tiling pages in presentations -Oracle Open Office Base : printing;transparencies -Oracle Open Office Base : printing;warnings -Oracle Open Office Base : printing;without scaling in presentations -Oracle Open Office Base : printing speed -Oracle Open Office Base : programming -Oracle Open Office Base : programming;Oracle Open Office -Oracle Open Office Base : programming;scripting -Oracle Open Office Base : properties -Oracle Open Office Base : properties;fields in databases -Oracle Open Office Base : properties;files -Oracle Open Office Base : properties;form controls -Oracle Open Office Base : properties;forms -Oracle Open Office Base : properties;printers -Oracle Open Office Base : protected contents -Oracle Open Office Base : protected dashes -Oracle Open Office Base : protected database tables -Oracle Open Office Base : protected documents -Oracle Open Office Base : protected spaces -Oracle Open Office Base : protected spaces;inserting -Oracle Open Office Base : protected spaces;showing (Writer) -Oracle Open Office Base : protecting -Oracle Open Office Base : protecting;contents -Oracle Open Office Base : protecting;recorded changes -Oracle Open Office Base : proxy settings -Oracle Open Office Base : push buttons -Oracle Open Office Base : push buttons;adding to documents -Oracle Open Office Base : push buttons;creating -Oracle Open Office Base : queries -Oracle Open Office Base : queries;copying (Base) -Oracle Open Office Base : queries;creating in design view (Base) -Oracle Open Office Base : queries;creating in SQL view -Oracle Open Office Base : queries;defining (Base) -Oracle Open Office Base : queries;deleting table links (Base) -Oracle Open Office Base : queries;editing in data source view -Oracle Open Office Base : queries;formulating filter conditions (Base) -Oracle Open Office Base : queries;joining tables (Base) -Oracle Open Office Base : queries;missing elements (Base) -Oracle Open Office Base : queries;overview (Base) -Oracle Open Office Base : queries;parameter queries (Base) -Oracle Open Office Base : queries;printing (Base) -Oracle Open Office Base : Query Wizard (Base) -Oracle Open Office Base : Quickstarter -Oracle Open Office Base : quotation marks -Oracle Open Office Base : quotation marks;replacing -Oracle Open Office Base : quotes -Oracle Open Office Base : quotes;custom -Oracle Open Office Base : radio button creation -Oracle Open Office Base : read-only documents -Oracle Open Office Base : read-only documents;cursor -Oracle Open Office Base : read-only documents;database tables on/off -Oracle Open Office Base : read-only documents;editing -Oracle Open Office Base : read-only documents;opening documents as -Oracle Open Office Base : read-only items in Data Navigator -Oracle Open Office Base : recognizing URLs automatically -Oracle Open Office Base : recording -Oracle Open Office Base : recording;changes -Oracle Open Office Base : recording;macros -Oracle Open Office Base : records -Oracle Open Office Base : records;inserting comments -Oracle Open Office Base : records;protecting -Oracle Open Office Base : records;saving -Oracle Open Office Base : records;searching in databases -Oracle Open Office Base : rectangles with round corners -Oracle Open Office Base : recursions in spreadsheets -Oracle Open Office Base : redo command -Oracle Open Office Base : reduced printing -Oracle Open Office Base : reference lines -Oracle Open Office Base : references -Oracle Open Office Base : references;displaying in color (Calc) -Oracle Open Office Base : references;expanding (Calc) -Oracle Open Office Base : references;iterative (Calc) -Oracle Open Office Base : register-true -Oracle Open Office Base : register-true;definition -Oracle Open Office Base : registering -Oracle Open Office Base : registering;address books -Oracle Open Office Base : registering;databases (Base) -Oracle Open Office Base : registering;Oracle Open Office -Oracle Open Office Base : regular expressions -Oracle Open Office Base : regular expressions;list of -Oracle Open Office Base : regular expressions;opening files -Oracle Open Office Base : relational databases (Base) -Oracle Open Office Base : relations -Oracle Open Office Base : relations;creating and deleting (Base) -Oracle Open Office Base : relations;joining tables (Base) -Oracle Open Office Base : relations;properties (Base) -Oracle Open Office Base : relative hyperlinks -Oracle Open Office Base : relative saving of URLs -Oracle Open Office Base : reloading -Oracle Open Office Base : reloading;documents -Oracle Open Office Base : reloading;HTML documents, automatically -Oracle Open Office Base : remarks, see also comments -Oracle Open Office Base : remote configurations -Oracle Open Office Base : remove noise filter -Oracle Open Office Base : removing -Oracle Open Office Base : removing;bullets and numbering -Oracle Open Office Base : removing;form filters -Oracle Open Office Base : removing, see also deleting -Oracle Open Office Base : repeating -Oracle Open Office Base : repeating;commands -Oracle Open Office Base : replacement options -Oracle Open Office Base : replacement table -Oracle Open Office Base : replacing -Oracle Open Office Base : replacing;AutoCorrect function -Oracle Open Office Base : replacing;dashes -Oracle Open Office Base : replacing;tab stops (regular expressions) -Oracle Open Office Base : Report Builder -Oracle Open Office Base : reports -Oracle Open Office Base : reports;creating -Oracle Open Office Base : reports;error reports -Oracle Open Office Base : reports;opening and editing -Oracle Open Office Base : reports;templates -Oracle Open Office Base : resetting -Oracle Open Office Base : resetting;templates -Oracle Open Office Base : resizing -Oracle Open Office Base : resizing;objects, by mouse -Oracle Open Office Base : resizing, see also scaling/zooming -Oracle Open Office Base : resolution when printing bitmaps -Oracle Open Office Base : restoring -Oracle Open Office Base : restoring;default formatting -Oracle Open Office Base : restoring;editing -Oracle Open Office Base : reversing printing order -Oracle Open Office Base : review function -Oracle Open Office Base : review function;accepting or rejecting changes -Oracle Open Office Base : review function;comparing documents -Oracle Open Office Base : review function;protecting records -Oracle Open Office Base : review function;recording changes example -Oracle Open Office Base : rich text control -Oracle Open Office Base : right alignment of paragraphs -Oracle Open Office Base : right joins (Base) -Oracle Open Office Base : right-to-left text -Oracle Open Office Base : rotating -Oracle Open Office Base : rotating;3D text -Oracle Open Office Base : round corners -Oracle Open Office Base : rounding precision (Calc) -Oracle Open Office Base : row headers -Oracle Open Office Base : row headers;displaying (Calc) -Oracle Open Office Base : row headers;highlighting (Calc) -Oracle Open Office Base : rulers -Oracle Open Office Base : rulers;default settings -Oracle Open Office Base : rulers;measurement units -Oracle Open Office Base : rulers;visible in presentations -Oracle Open Office Base : samples and templates -Oracle Open Office Base : saving -Oracle Open Office Base : saving;default file formats -Oracle Open Office Base : saving;dialog settings -Oracle Open Office Base : saving;documents -Oracle Open Office Base : saving;documents for mobile devices -Oracle Open Office Base : saving;documents in other formats -Oracle Open Office Base : saving;documents, automatically -Oracle Open Office Base : saving;in Microsoft Office file format -Oracle Open Office Base : saving;options -Oracle Open Office Base : saving;templates -Oracle Open Office Base : saving;to XML -Oracle Open Office Base : saving;VBA code in Microsoft Office documents -Oracle Open Office Base : saving;with password by default -Oracle Open Office Base : saving as command -Oracle Open Office Base : saving as command;precautions -Oracle Open Office Base : scaling -Oracle Open Office Base : scaling;font sizes in user interface -Oracle Open Office Base : scaling;objects -Oracle Open Office Base : scaling;pictures -Oracle Open Office Base : scaling;printing in Oracle Open Office Math -Oracle Open Office Base : scaling;when printing presentations -Oracle Open Office Base : scaling, see also zooming -Oracle Open Office Base : screen -Oracle Open Office Base : screen;full screen views -Oracle Open Office Base : screen;scaling -Oracle Open Office Base : screen magnifiers -Oracle Open Office Base : screen readers -Oracle Open Office Base : script organization -Oracle Open Office Base : scrollbars -Oracle Open Office Base : scrollbars;controls -Oracle Open Office Base : scrollbars;displaying (Calc) -Oracle Open Office Base : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Base : search criteria for database functions in cells -Oracle Open Office Base : search engines -Oracle Open Office Base : search engines;definition -Oracle Open Office Base : search engines;selecting -Oracle Open Office Base : searching -Oracle Open Office Base : searching;all sheets -Oracle Open Office Base : searching;databases -Oracle Open Office Base : searching;form filters -Oracle Open Office Base : searching;Internet -Oracle Open Office Base : searching;tables and forms -Oracle Open Office Base : sections -Oracle Open Office Base : sections;backgrounds -Oracle Open Office Base : security -Oracle Open Office Base : security;digital signatures -Oracle Open Office Base : security;options for documents with macros -Oracle Open Office Base : security;protecting contents -Oracle Open Office Base : security;security levels for macros -Oracle Open Office Base : security;warning dialogs with macros -Oracle Open Office Base : selecting -Oracle Open Office Base : selecting;controls -Oracle Open Office Base : selecting;measurement units -Oracle Open Office Base : selecting;objects -Oracle Open Office Base : selecting;print areas -Oracle Open Office Base : selecting;several files -Oracle Open Office Base : selection clipboard -Oracle Open Office Base : selection frames -Oracle Open Office Base : selection modes in text -Oracle Open Office Base : sending -Oracle Open Office Base : sending;AutoAbstract function in presentations -Oracle Open Office Base : sending;documents as e-mail -Oracle Open Office Base : sending;documents as faxes -Oracle Open Office Base : separator lines -Oracle Open Office Base : separator lines;defining -Oracle Open Office Base : separators -Oracle Open Office Base : separators;conditional -Oracle Open Office Base : Server Side ImageMap -Oracle Open Office Base : settings -Oracle Open Office Base : settings;printers -Oracle Open Office Base : settings;program configuration -Oracle Open Office Base : settings;proxies -Oracle Open Office Base : settings;tracking changes -Oracle Open Office Base : settings;views -Oracle Open Office Base : SGML -Oracle Open Office Base : SGML;definition -Oracle Open Office Base : shadows -Oracle Open Office Base : shadows;areas -Oracle Open Office Base : shadows;borders -Oracle Open Office Base : shadows;characters -Oracle Open Office Base : shadows;characters, using context menu -Oracle Open Office Base : sharing documents -Oracle Open Office Base : sharpening filter -Oracle Open Office Base : sheet tabs -Oracle Open Office Base : sheet tabs;displaying -Oracle Open Office Base : sheets -Oracle Open Office Base : sheets;searching all -Oracle Open Office Base : shortcut keys -Oracle Open Office Base : shortcut keys;assigning macros -Oracle Open Office Base : shortcut keys;general -Oracle Open Office Base : shortcut keys;in databases -Oracle Open Office Base : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Base : showing -Oracle Open Office Base : showing;changes -Oracle Open Office Base : showing;docked windows -Oracle Open Office Base : showing;drawings and controls (Writer) -Oracle Open Office Base : showing;live presentations on the Internet -Oracle Open Office Base : showing;toolbars -Oracle Open Office Base : signing documents with digital signatures -Oracle Open Office Base : similarity search -Oracle Open Office Base : simple handles (Writer) -Oracle Open Office Base : simplified Chinese -Oracle Open Office Base : simplified Chinese;translating to traditional Chinese -Oracle Open Office Base : single sign on options -Oracle Open Office Base : single-line spacing in text -Oracle Open Office Base : sizes -Oracle Open Office Base : sizes;draw objects -Oracle Open Office Base : sizes;pictures -Oracle Open Office Base : slanting draw objects -Oracle Open Office Base : small capitals -Oracle Open Office Base : small icons -Oracle Open Office Base : smart tag configuration -Oracle Open Office Base : smooth scrolling (Writer) -Oracle Open Office Base : smoothing filter -Oracle Open Office Base : snap grid defaults (Writer/Calc) -Oracle Open Office Base : snapping in presentations and drawings -Oracle Open Office Base : solarization filter -Oracle Open Office Base : sort lists -Oracle Open Office Base : sort lists;copying to in Calc -Oracle Open Office Base : sorting -Oracle Open Office Base : sorting;data in forms -Oracle Open Office Base : sorting;databases -Oracle Open Office Base : sound files -Oracle Open Office Base : spaces -Oracle Open Office Base : spaces;displaying (Writer) -Oracle Open Office Base : spaces;ignoring double -Oracle Open Office Base : spaces;inserting protected spaces -Oracle Open Office Base : spaces;showing protected spaces (Writer) -Oracle Open Office Base : spacing -Oracle Open Office Base : spacing;between paragraphs in footnotes -Oracle Open Office Base : spacing;font effects -Oracle Open Office Base : spacing;lines and paragraphs -Oracle Open Office Base : spacing;tab stops in text documents -Oracle Open Office Base : spacing;tabs in presentations -Oracle Open Office Base : spadmin -Oracle Open Office Base : special characters -Oracle Open Office Base : speech bubbles -Oracle Open Office Base : speed of printing -Oracle Open Office Base : spellcheck -Oracle Open Office Base : spellcheck;activating for a language -Oracle Open Office Base : spellcheck;context menus -Oracle Open Office Base : spellcheck;default languages -Oracle Open Office Base : spellcheck;dialog -Oracle Open Office Base : spellcheck;dictionary of exceptions -Oracle Open Office Base : spellcheck;ignore list -Oracle Open Office Base : spin button creation -Oracle Open Office Base : spoolfiles with Xprinter -Oracle Open Office Base : spreadsheets -Oracle Open Office Base : spreadsheets;as databases (base) -Oracle Open Office Base : spreadsheets;copying areas to text documents -Oracle Open Office Base : spreadsheets;creating/opening -Oracle Open Office Base : spreadsheets;inserting charts -Oracle Open Office Base : spreadsheets;inserting database records -Oracle Open Office Base : spreadsheets;printing -Oracle Open Office Base : spreadsheets;saving -Oracle Open Office Base : spreadsheets;saving automatically -Oracle Open Office Base : spreadsheets;saving in other formats -Oracle Open Office Base : spreadsheets;sending as e-mail -Oracle Open Office Base : SQL -Oracle Open Office Base : SQL;definition -Oracle Open Office Base : SQL;DISTINCT parameter -Oracle Open Office Base : SQL;executing SQL commands -Oracle Open Office Base : SQL;executing SQL statements (Base) -Oracle Open Office Base : SQL;queries (Base) -Oracle Open Office Base : square drawings -Oracle Open Office Base : standard bar on/off -Oracle Open Office Base : standard filters in databases -Oracle Open Office Base : standard printer under UNIX -Oracle Open Office Base : start center -Oracle Open Office Base : start parameters -Oracle Open Office Base : status bar on/off -Oracle Open Office Base : stickers -Oracle Open Office Base : strikethrough -Oracle Open Office Base : strikethrough;characters -Oracle Open Office Base : strikethrough;font effects -Oracle Open Office Base : styles -Oracle Open Office Base : styles;'changed' message -Oracle Open Office Base : styles;copying between documents -Oracle Open Office Base : styles;keyboard shortcuts -Oracle Open Office Base : styles;organizing -Oracle Open Office Base : styles;printing styles used in a document -Oracle Open Office Base : styles;replacing automatically -Oracle Open Office Base : Styles and Formatting window -Oracle Open Office Base : Styles and Formatting window;docking -Oracle Open Office Base : subforms -Oracle Open Office Base : subforms;creating -Oracle Open Office Base : subforms;description -Oracle Open Office Base : submitting forms -Oracle Open Office Base : suffixes in file formats -Oracle Open Office Base : support on the Web -Oracle Open Office Base : synchronizing -Oracle Open Office Base : synchronizing;labels and business cards -Oracle Open Office Base : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Base : system address book registration -Oracle Open Office Base : tab stops -Oracle Open Office Base : tab stops;displaying (Writer) -Oracle Open Office Base : tab stops;inserting and editing -Oracle Open Office Base : tab stops;regular expressions -Oracle Open Office Base : tab stops;setting in sheets -Oracle Open Office Base : tab stops;settings -Oracle Open Office Base : tab stops;spacing in presentations -Oracle Open Office Base : tab stops;spacing in text documents -Oracle Open Office Base : table controls -Oracle Open Office Base : table controls;form functions -Oracle Open Office Base : table controls;keyboard-only edit mode -Oracle Open Office Base : table controls;properties -Oracle Open Office Base : table views of databases -Oracle Open Office Base : Table Wizard (Base) -Oracle Open Office Base : tables -Oracle Open Office Base : tables;inserting line breaks -Oracle Open Office Base : tables in databases -Oracle Open Office Base : tables in databases;access rights to (Base) -Oracle Open Office Base : tables in databases;adding to queries -Oracle Open Office Base : tables in databases;browsing and editing -Oracle Open Office Base : tables in databases;copying database tables (Base) -Oracle Open Office Base : tables in databases;creating -Oracle Open Office Base : tables in databases;creating in design view (manually) -Oracle Open Office Base : tables in databases;importing text formats (Base) -Oracle Open Office Base : tables in databases;joining for queries (Base) -Oracle Open Office Base : tables in databases;printing queries (Base) -Oracle Open Office Base : tables in databases;relations (Base) -Oracle Open Office Base : tables in databases;searching -Oracle Open Office Base : tables in spreadsheets -Oracle Open Office Base : tables in spreadsheets;copying data to other applications -Oracle Open Office Base : tables in spreadsheets;defining borders -Oracle Open Office Base : tables in spreadsheets;value highlighting -Oracle Open Office Base : tables in text -Oracle Open Office Base : tables in text;captions -Oracle Open Office Base : tables in text;creating automatically -Oracle Open Office Base : tables in text;default settings -Oracle Open Office Base : tables in text;defining borders -Oracle Open Office Base : tables in text;displaying -Oracle Open Office Base : tables in text;printing -Oracle Open Office Base : tabs -Oracle Open Office Base : tabs;displaying sheet tabs -Oracle Open Office Base : tags -Oracle Open Office Base : tags;definition -Oracle Open Office Base : tags;META tags -Oracle Open Office Base : templates -Oracle Open Office Base : templates;agendas -Oracle Open Office Base : templates;changing basic fonts -Oracle Open Office Base : templates;database reports -Oracle Open Office Base : templates;deleting -Oracle Open Office Base : templates;editing and saving -Oracle Open Office Base : templates;faxes -Oracle Open Office Base : templates;importing and exporting -Oracle Open Office Base : templates;letters -Oracle Open Office Base : templates;new documents from templates -Oracle Open Office Base : templates;opening documents with -Oracle Open Office Base : templates;organizing -Oracle Open Office Base : terminology -Oracle Open Office Base : terminology;general glossary -Oracle Open Office Base : terminology;Internet glossary -Oracle Open Office Base : testing XML filters -Oracle Open Office Base : text -Oracle Open Office Base : text;animating -Oracle Open Office Base : text;Asian layout -Oracle Open Office Base : text;bold -Oracle Open Office Base : text;coloring -Oracle Open Office Base : text;copying by drag and drop -Oracle Open Office Base : text;CTL languages -Oracle Open Office Base : text;drawing pictures -Oracle Open Office Base : text;font effects -Oracle Open Office Base : text;font sizes -Oracle Open Office Base : text;font styles -Oracle Open Office Base : text;fonts and formats -Oracle Open Office Base : text;Fontwork icons -Oracle Open Office Base : text;hyperlinks -Oracle Open Office Base : text;inserting special characters -Oracle Open Office Base : text;italics -Oracle Open Office Base : text;kerning -Oracle Open Office Base : text;language selection -Oracle Open Office Base : text;line spacing -Oracle Open Office Base : text;overwriting or inserting -Oracle Open Office Base : text;printing in black -Oracle Open Office Base : text;replacing with format -Oracle Open Office Base : text;selection modes -Oracle Open Office Base : text;shadowed -Oracle Open Office Base : text;text/draw objects -Oracle Open Office Base : text attributes -Oracle Open Office Base : text attributes;hyperlinks -Oracle Open Office Base : text attributes;undoing -Oracle Open Office Base : text boxes -Oracle Open Office Base : text boxes;form functions -Oracle Open Office Base : text boxes;positioning -Oracle Open Office Base : text breaks in cells -Oracle Open Office Base : text colors for better accessibility -Oracle Open Office Base : text databases (Base) -Oracle Open Office Base : text documents -Oracle Open Office Base : text documents;creating/opening -Oracle Open Office Base : text documents;importing/exporting -Oracle Open Office Base : text documents;inserting spreadsheet cells -Oracle Open Office Base : text documents;print settings -Oracle Open Office Base : text documents;printing -Oracle Open Office Base : text documents;saving -Oracle Open Office Base : text documents;saving automatically -Oracle Open Office Base : text documents;saving in other formats -Oracle Open Office Base : text documents;sending as e-mail -Oracle Open Office Base : text effects -Oracle Open Office Base : text flow -Oracle Open Office Base : text flow;in cells -Oracle Open Office Base : text formats -Oracle Open Office Base : text formats;databases -Oracle Open Office Base : text formats;pasting -Oracle Open Office Base : text input fields -Oracle Open Office Base : text layout for special languages -Oracle Open Office Base : text objects -Oracle Open Office Base : text objects;alignment -Oracle Open Office Base : text objects;draw functions -Oracle Open Office Base : text objects;fonts -Oracle Open Office Base : text objects;in presentations and drawings -Oracle Open Office Base : text overflow in spreadsheet cells -Oracle Open Office Base : text, see also text documents, paragraphs and characters -Oracle Open Office Base : TextArt, see Fontwork -Oracle Open Office Base : textures -Oracle Open Office Base : textures;inserting from Gallery -Oracle Open Office Base : textures;on chart bars -Oracle Open Office Base : Thai -Oracle Open Office Base : Thai;entering text -Oracle Open Office Base : Thai;language settings -Oracle Open Office Base : thesaurus -Oracle Open Office Base : thesaurus;activating for a language -Oracle Open Office Base : ticker text -Oracle Open Office Base : time fields -Oracle Open Office Base : time fields;form functions -Oracle Open Office Base : times -Oracle Open Office Base : times;inserting when printing presentations -Oracle Open Office Base : times, formats -Oracle Open Office Base : tips -Oracle Open Office Base : tips;extended tips in Help -Oracle Open Office Base : title rows -Oracle Open Office Base : title rows;printing in Oracle Open Office Math -Oracle Open Office Base : titles -Oracle Open Office Base : titles;changing -Oracle Open Office Base : titles;editing in charts -Oracle Open Office Base : titles;font effects -Oracle Open Office Base : titles;formatting automatically -Oracle Open Office Base : titles;objects -Oracle Open Office Base : toolbars -Oracle Open Office Base : toolbars;adding buttons -Oracle Open Office Base : toolbars;docking/undocking -Oracle Open Office Base : toolbars;Form Navigation bar -Oracle Open Office Base : toolbars;viewing/closing -Oracle Open Office Base : tools bar -Oracle Open Office Base : tooltips -Oracle Open Office Base : tooltips;extended tips -Oracle Open Office Base : tooltips;help -Oracle Open Office Base : traditional Chinese -Oracle Open Office Base : traditional Chinese;translating to simplified chinese -Oracle Open Office Base : transparency -Oracle Open Office Base : transparency;areas -Oracle Open Office Base : transparency;off for faster printing -Oracle Open Office Base : transparency;saving -Oracle Open Office Base : tree view of Help -Oracle Open Office Base : typefaces -Oracle Open Office Base : typefaces;adding under UNIX -Oracle Open Office Base : typefaces;formats -Oracle Open Office Base : typographical quotes in Oracle Open Office Writer -Oracle Open Office Base : typography -Oracle Open Office Base : typography;Asian -Oracle Open Office Base : underlining -Oracle Open Office Base : underlining;AutoFormat function -Oracle Open Office Base : underlining;characters -Oracle Open Office Base : underlining;text -Oracle Open Office Base : undocking windows -Oracle Open Office Base : undoing -Oracle Open Office Base : undoing;direct formatting -Oracle Open Office Base : undoing;editing -Oracle Open Office Base : undoing;number of steps -Oracle Open Office Base : ungrouping groups -Oracle Open Office Base : units -Oracle Open Office Base : units;converting -Oracle Open Office Base : units;measurement units -Oracle Open Office Base : UNO components -Oracle Open Office Base : UNO components;Extension Manager -Oracle Open Office Base : UNO components;integrating new -Oracle Open Office Base : update options -Oracle Open Office Base : updates -Oracle Open Office Base : updates;checking automatically -Oracle Open Office Base : updates;checking manually -Oracle Open Office Base : updating -Oracle Open Office Base : updating;fields and charts, automatically (Writer) -Oracle Open Office Base : updating;links in text documents -Oracle Open Office Base : updating;links, on opening -Oracle Open Office Base : updating;templates -Oracle Open Office Base : URL -Oracle Open Office Base : URL;changing hyperlink URLs -Oracle Open Office Base : URL;definition -Oracle Open Office Base : URL;in pictures -Oracle Open Office Base : URL;saving absolute/relative paths -Oracle Open Office Base : URL;turning off URL recognition -Oracle Open Office Base : user data -Oracle Open Office Base : user data;input -Oracle Open Office Base : user data;removing when saving -Oracle Open Office Base : user feedback -Oracle Open Office Base : user feedback;automatically -Oracle Open Office Base : user-defined dictionaries -Oracle Open Office Base : user-defined dictionaries;creating -Oracle Open Office Base : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Base : user-defined dictionaries;editing -Oracle Open Office Base : user-defined styles -Oracle Open Office Base : user-defined styles;automatically replacing -Oracle Open Office Base : UTF-8/UCS2 support -Oracle Open Office Base : values -Oracle Open Office Base : values;rounded as shown (Calc) -Oracle Open Office Base : variables -Oracle Open Office Base : variables;for paths -Oracle Open Office Base : VBA code -Oracle Open Office Base : VBA code;loading/saving documents with VBA code -Oracle Open Office Base : version management -Oracle Open Office Base : version numbers of documents -Oracle Open Office Base : versions -Oracle Open Office Base : versions;comparing documents -Oracle Open Office Base : versions;file saving as, restriction -Oracle Open Office Base : versions;merging document versions -Oracle Open Office Base : versions;of a document -Oracle Open Office Base : versions;Oracle Open Office -Oracle Open Office Base : vertical callouts -Oracle Open Office Base : vertical scrollbars (Writer) -Oracle Open Office Base : vertical text boxes -Oracle Open Office Base : videos -Oracle Open Office Base : viewing -Oracle Open Office Base : viewing;databases -Oracle Open Office Base : viewing;file properties -Oracle Open Office Base : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Base : viewing;toolbars -Oracle Open Office Base : views -Oracle Open Office Base : views;creating database views (Base) -Oracle Open Office Base : views;defaults -Oracle Open Office Base : views;full screen -Oracle Open Office Base : views;icons -Oracle Open Office Base : views;scaling -Oracle Open Office Base : Visual Basic for Applications -Oracle Open Office Base : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Base : watermarks -Oracle Open Office Base : web documents -Oracle Open Office Base : web documents;XForms -Oracle Open Office Base : Web support -Oracle Open Office Base : WebCast export -Oracle Open Office Base : WebDAV over HTTPS -Oracle Open Office Base : windows -Oracle Open Office Base : windows;docking -Oracle Open Office Base : windows;docking definition -Oracle Open Office Base : windows;hiding/showing/docking -Oracle Open Office Base : windows;new -Oracle Open Office Base : wizards -Oracle Open Office Base : wizards;agendas -Oracle Open Office Base : wizards;database queries -Oracle Open Office Base : wizards;database tables (Base) -Oracle Open Office Base : wizards;databases (Base) -Oracle Open Office Base : wizards;document converter -Oracle Open Office Base : wizards;Euro Converter -Oracle Open Office Base : wizards;faxes -Oracle Open Office Base : wizards;forms -Oracle Open Office Base : wizards;letters -Oracle Open Office Base : wizards;macros (Base) -Oracle Open Office Base : wizards;overview -Oracle Open Office Base : wizards;presentations -Oracle Open Office Base : wizards;reports -Oracle Open Office Base : Word documents -Oracle Open Office Base : Word documents;compatibility -Oracle Open Office Base : Word documents;saving as -Oracle Open Office Base : WordArt, see Fontwork -Oracle Open Office Base : words -Oracle Open Office Base : words;automatically replacing -Oracle Open Office Base : words;wrapping in cells -Oracle Open Office Base : words;wrapping in CTL -Oracle Open Office Base : working directory change -Oracle Open Office Base : wrapping text -Oracle Open Office Base : wrapping text;in cells -Oracle Open Office Base : write protection on/off -Oracle Open Office Base : writing aids options -Oracle Open Office Base : WYSIWYG in fonts lists -Oracle Open Office Base : XForms -Oracle Open Office Base : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Base : XForms;conditions -Oracle Open Office Base : XForms;opening/editing -Oracle Open Office Base : XML converters -Oracle Open Office Base : XML file formats -Oracle Open Office Base : XML filters -Oracle Open Office Base : XML filters;creating/testing -Oracle Open Office Base : XML filters;saving as package/installing/deleting -Oracle Open Office Base : XML filters;settings -Oracle Open Office Base : XML Forms, see XForms -Oracle Open Office Base : XSLT filters, see also XML filters -Oracle Open Office Base : years -Oracle Open Office Base : years;2-digit options -Oracle Open Office Base : zero values -Oracle Open Office Base : zero values;displaying (Calc) -Oracle Open Office Base : zooming -Oracle Open Office Base : zooming;page views -Oracle Open Office Base : zooming;pictures -Oracle Open Office Base : zooming;status bar -Oracle Open Office Draw : 1/2 replacement -Oracle Open Office Draw : 3D charts -Oracle Open Office Draw : 3D objects -Oracle Open Office Draw : 3D objects;assembling -Oracle Open Office Draw : 3D objects;generating -Oracle Open Office Draw : 3D objects;inserting -Oracle Open Office Draw : 3D rotation objects -Oracle Open Office Draw : 3D rotation objects;converting to -Oracle Open Office Draw : 3D rotation objects;generating -Oracle Open Office Draw : 3D text creation -Oracle Open Office Draw : abbreviation replacement -Oracle Open Office Draw : absolute hyperlinks -Oracle Open Office Draw : absolute saving of URLs -Oracle Open Office Draw : accents -Oracle Open Office Draw : Access databases (base) -Oracle Open Office Draw : access rights for database tables (Base) -Oracle Open Office Draw : accessibility -Oracle Open Office Draw : accessibility;general shortcuts -Oracle Open Office Draw : accessibility;options -Oracle Open Office Draw : accessibility;Oracle Open Office assistive technology -Oracle Open Office Draw : accessibility;Oracle Open Office Draw -Oracle Open Office Draw : accessibility;Oracle Open Office features -Oracle Open Office Draw : accessibility;Oracle Open Office Impress -Oracle Open Office Draw : activating -Oracle Open Office Draw : activating;context menus -Oracle Open Office Draw : activating;Error Report Tool -Oracle Open Office Draw : activating;extended help tips -Oracle Open Office Draw : activating;plug-ins -Oracle Open Office Draw : ActiveX control -Oracle Open Office Draw : Adabas D databases (base) -Oracle Open Office Draw : add-ons, see UNO components -Oracle Open Office Draw : additional selection mode -Oracle Open Office Draw : address books -Oracle Open Office Draw : address books;LDAP server (Base) -Oracle Open Office Draw : address books;registering -Oracle Open Office Draw : address labels from databases -Oracle Open Office Draw : ADO databases (Base) -Oracle Open Office Draw : Agenda Wizard -Oracle Open Office Draw : aging filter -Oracle Open Office Draw : aligning -Oracle Open Office Draw : aligning;2D charts -Oracle Open Office Draw : aligning;cells -Oracle Open Office Draw : aligning;draw objects -Oracle Open Office Draw : aligning;objects -Oracle Open Office Draw : aligning;paragraphs -Oracle Open Office Draw : aligning;tables in text -Oracle Open Office Draw : aligning;text objects -Oracle Open Office Draw : aligning;titles in charts -Oracle Open Office Draw : allowing -Oracle Open Office Draw : allowing;effects -Oracle Open Office Draw : allowing;interaction -Oracle Open Office Draw : alternative fonts -Oracle Open Office Draw : ampersand symbol, see also operators -Oracle Open Office Draw : anchors -Oracle Open Office Draw : anchors;changing -Oracle Open Office Draw : anchors;displaying (Calc) -Oracle Open Office Draw : anchors;types/positions for draw objects -Oracle Open Office Draw : animated GIFs -Oracle Open Office Draw : animated slide transitions -Oracle Open Office Draw : animation effects -Oracle Open Office Draw : animations -Oracle Open Office Draw : animations;accessibility options -Oracle Open Office Draw : animations;editing -Oracle Open Office Draw : animations;list of -Oracle Open Office Draw : animations;saving as GIFs -Oracle Open Office Draw : appearance options -Oracle Open Office Draw : Arabic -Oracle Open Office Draw : Arabic;entering text -Oracle Open Office Draw : Arabic;language settings -Oracle Open Office Draw : area charts -Oracle Open Office Draw : areas -Oracle Open Office Draw : areas;bitmap patterns -Oracle Open Office Draw : areas;from connected lines -Oracle Open Office Draw : areas;hatched/dotted -Oracle Open Office Draw : areas;shadows -Oracle Open Office Draw : areas;slanting -Oracle Open Office Draw : areas;styles -Oracle Open Office Draw : areas;transparency -Oracle Open Office Draw : arguments in command line -Oracle Open Office Draw : arranging -Oracle Open Office Draw : arranging;objects -Oracle Open Office Draw : arranging;objects (guide) -Oracle Open Office Draw : arranging;slides -Oracle Open Office Draw : arrows -Oracle Open Office Draw : arrows;defining arrow heads -Oracle Open Office Draw : arrows;defining arrow lines -Oracle Open Office Draw : arrows;drawing in text -Oracle Open Office Draw : arrows;inserting -Oracle Open Office Draw : arrows;loading arrow styles -Oracle Open Office Draw : ASCII -Oracle Open Office Draw : ASCII;definition -Oracle Open Office Draw : Asian languages -Oracle Open Office Draw : Asian languages;enabling -Oracle Open Office Draw : Asian Phonetic Guide -Oracle Open Office Draw : Asian typography -Oracle Open Office Draw : assembled objects in 3D -Oracle Open Office Draw : assigning scripts -Oracle Open Office Draw : assistive technology in Oracle Open Office -Oracle Open Office Draw : attaching toolbars -Oracle Open Office Draw : attachments in e-mails -Oracle Open Office Draw : attributes -Oracle Open Office Draw : attributes;objects with -Oracle Open Office Draw : audio -Oracle Open Office Draw : authors -Oracle Open Office Draw : auto reloading HTML documents -Oracle Open Office Draw : AutoAbstract function for sending text to presentations -Oracle Open Office Draw : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Draw : AutoComplete function in text and list boxes -Oracle Open Office Draw : AutoCorrect function -Oracle Open Office Draw : AutoCorrect function;context menu -Oracle Open Office Draw : AutoCorrect function;options -Oracle Open Office Draw : AutoCorrect function;pictures and frames -Oracle Open Office Draw : AutoCorrect function;quotes -Oracle Open Office Draw : AutoCorrect function;replacement table -Oracle Open Office Draw : AutoCorrect function;switching on and off in Calc -Oracle Open Office Draw : AutoCorrect function;URL recognition -Oracle Open Office Draw : AutoFormat function -Oracle Open Office Draw : AutoFormat function;switching on and off -Oracle Open Office Draw : automatic captions (Writer) -Oracle Open Office Draw : automatic control focus -Oracle Open Office Draw : automatic hyperlink formatting -Oracle Open Office Draw : automatic line breaks -Oracle Open Office Draw : automatic lines/borders in text -Oracle Open Office Draw : automatic saving -Oracle Open Office Draw : automatic slide changes -Oracle Open Office Draw : automatic slide changes;rehearse timings -Oracle Open Office Draw : automatic slide shows -Oracle Open Office Draw : automatic slide transition -Oracle Open Office Draw : AutoPilots, see wizards -Oracle Open Office Draw : AutoValue (Base) -Oracle Open Office Draw : averages in charts -Oracle Open Office Draw : axes -Oracle Open Office Draw : axes;better scaling -Oracle Open Office Draw : axes;formatting -Oracle Open Office Draw : axes;formatting grids -Oracle Open Office Draw : axes;inserting grids -Oracle Open Office Draw : axes;interval marks -Oracle Open Office Draw : axes;showing axes in charts -Oracle Open Office Draw : axes in charts -Oracle Open Office Draw : backgrounds -Oracle Open Office Draw : backgrounds;changing -Oracle Open Office Draw : backgrounds;defining colors/pictures -Oracle Open Office Draw : backgrounds;deleting unused -Oracle Open Office Draw : backgrounds;frames/sections/indexes -Oracle Open Office Draw : backgrounds;inserting from Gallery -Oracle Open Office Draw : backgrounds;normal view -Oracle Open Office Draw : backgrounds;notes -Oracle Open Office Draw : backgrounds;printing -Oracle Open Office Draw : backgrounds;slides -Oracle Open Office Draw : backing window -Oracle Open Office Draw : backups -Oracle Open Office Draw : backups;automatic -Oracle Open Office Draw : backups;documents -Oracle Open Office Draw : bar charts -Oracle Open Office Draw : Basic -Oracle Open Office Draw : Basic;fonts for source display -Oracle Open Office Draw : Basic;programming -Oracle Open Office Draw : Basic;recording macros -Oracle Open Office Draw : basic fonts -Oracle Open Office Draw : behind object command -Oracle Open Office Draw : Bézier curves -Oracle Open Office Draw : Bézier curves;control points in presentations -Oracle Open Office Draw : bi-directional writing -Oracle Open Office Draw : binding space -Oracle Open Office Draw : bitmaps -Oracle Open Office Draw : bitmaps;converting to -Oracle Open Office Draw : bitmaps;converting to vector graphics -Oracle Open Office Draw : bitmaps;inserting and editing -Oracle Open Office Draw : bitmaps;off for faster printing -Oracle Open Office Draw : bitmaps;patterns -Oracle Open Office Draw : bitmaps;replacing colors -Oracle Open Office Draw : black and white display -Oracle Open Office Draw : black and white printing -Oracle Open Office Draw : black and white view -Oracle Open Office Draw : black printing in Calc -Oracle Open Office Draw : block selection mode -Oracle Open Office Draw : bold -Oracle Open Office Draw : bold;AutoFormat function -Oracle Open Office Draw : bold;text -Oracle Open Office Draw : bookmarks -Oracle Open Office Draw : bookmarks;Help -Oracle Open Office Draw : borders -Oracle Open Office Draw : borders;arranging -Oracle Open Office Draw : borders;cells on screen (Calc) -Oracle Open Office Draw : borders;for paragraphs -Oracle Open Office Draw : borders;for tables -Oracle Open Office Draw : borders;shadows -Oracle Open Office Draw : borders;table boundaries (Writer) -Oracle Open Office Draw : borders, see also frames -Oracle Open Office Draw : bound fields -Oracle Open Office Draw : bound fields;controls -Oracle Open Office Draw : boundaries of tables (Writer) -Oracle Open Office Draw : break display (Writer) -Oracle Open Office Draw : breaking object connections -Oracle Open Office Draw : brochures -Oracle Open Office Draw : brochures;printing several -Oracle Open Office Draw : bubble charts -Oracle Open Office Draw : build numbers of Oracle Open Office -Oracle Open Office Draw : bullet lists -Oracle Open Office Draw : bullet lists;formatting options -Oracle Open Office Draw : bullets -Oracle Open Office Draw : bullets;paragraphs -Oracle Open Office Draw : bullets;replacing -Oracle Open Office Draw : bullets;turning off -Oracle Open Office Draw : business cards -Oracle Open Office Draw : business cards;creating and synchronizing -Oracle Open Office Draw : business cards;using templates -Oracle Open Office Draw : button bars, see toolbars -Oracle Open Office Draw : buttons -Oracle Open Office Draw : buttons;adding push buttons -Oracle Open Office Draw : buttons;big/small -Oracle Open Office Draw : buttons;editing hyperlink buttons -Oracle Open Office Draw : buttons;form functions -Oracle Open Office Draw : buttons;toolbars -Oracle Open Office Draw : cache for graphics -Oracle Open Office Draw : calculating -Oracle Open Office Draw : calculating;iterative references (Calc) -Oracle Open Office Draw : calculating;regression curves -Oracle Open Office Draw : callouts -Oracle Open Office Draw : callouts;drawings -Oracle Open Office Draw : callouts;inserting in presentations -Oracle Open Office Draw : capital letters -Oracle Open Office Draw : capital letters;AutoCorrect function -Oracle Open Office Draw : capital letters;font effects -Oracle Open Office Draw : captions -Oracle Open Office Draw : captions;automatic captions (Writer) -Oracle Open Office Draw : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Draw : captions, see also labels/callouts -Oracle Open Office Draw : cascading update (Base) -Oracle Open Office Draw : case sensitivity -Oracle Open Office Draw : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Draw : case sensitivity;searching -Oracle Open Office Draw : cells -Oracle Open Office Draw : cells;aligning -Oracle Open Office Draw : cells;coloring (Calc) -Oracle Open Office Draw : cells;cursor positions after input (Calc) -Oracle Open Office Draw : cells;formatting without effect (Calc) -Oracle Open Office Draw : cells;line breaks -Oracle Open Office Draw : cells;linked to controls -Oracle Open Office Draw : cells;number of -Oracle Open Office Draw : cells;pasting -Oracle Open Office Draw : cells;resetting formats -Oracle Open Office Draw : cells;showing grid lines (Calc) -Oracle Open Office Draw : centered text -Oracle Open Office Draw : centimeters -Oracle Open Office Draw : certificates -Oracle Open Office Draw : changes -Oracle Open Office Draw : changes;accepting or rejecting -Oracle Open Office Draw : changes;comparing to original -Oracle Open Office Draw : changes;protecting -Oracle Open Office Draw : changes;recording -Oracle Open Office Draw : changes;review function -Oracle Open Office Draw : changes;showing -Oracle Open Office Draw : changing -Oracle Open Office Draw : changing;document titles -Oracle Open Office Draw : changing;file associations in Setup program -Oracle Open Office Draw : changing;icon sizes -Oracle Open Office Draw : changing;layer properties -Oracle Open Office Draw : changing;layout for handouts -Oracle Open Office Draw : changing;links -Oracle Open Office Draw : changing;order of slides -Oracle Open Office Draw : changing;slide layouts -Oracle Open Office Draw : changing;work directory -Oracle Open Office Draw : changing, see also editing and replacing -Oracle Open Office Draw : character styles -Oracle Open Office Draw : character styles;language selection -Oracle Open Office Draw : characters -Oracle Open Office Draw : characters;alternative fonts -Oracle Open Office Draw : characters;Asian layout -Oracle Open Office Draw : characters;bold -Oracle Open Office Draw : characters;coloring -Oracle Open Office Draw : characters;converting to curves -Oracle Open Office Draw : characters;displaying only on screen (Writer) -Oracle Open Office Draw : characters;enabling CTL and Asian characters -Oracle Open Office Draw : characters;font effects -Oracle Open Office Draw : characters;fonts and formats -Oracle Open Office Draw : characters;hyperlinks -Oracle Open Office Draw : characters;italics -Oracle Open Office Draw : characters;language selection -Oracle Open Office Draw : characters;shadowed -Oracle Open Office Draw : characters;spacing -Oracle Open Office Draw : characters;special -Oracle Open Office Draw : characters;underlining -Oracle Open Office Draw : charcoal sketches filter -Oracle Open Office Draw : chart legends -Oracle Open Office Draw : chart legends;hiding -Oracle Open Office Draw : chart legends;showing icons with labels -Oracle Open Office Draw : chart types -Oracle Open Office Draw : chart types;area -Oracle Open Office Draw : chart types;bubble -Oracle Open Office Draw : chart types;column and bar -Oracle Open Office Draw : chart types;column and line -Oracle Open Office Draw : chart types;line -Oracle Open Office Draw : chart types;net -Oracle Open Office Draw : chart types;pie/donut -Oracle Open Office Draw : chart types;stock -Oracle Open Office Draw : chart types;XY (scatter) -Oracle Open Office Draw : charts -Oracle Open Office Draw : charts;3D views -Oracle Open Office Draw : charts;aligning -Oracle Open Office Draw : charts;arranging within stacks -Oracle Open Office Draw : charts;bars with textures -Oracle Open Office Draw : charts;choosing chart types -Oracle Open Office Draw : charts;colors -Oracle Open Office Draw : charts;copying with link to source cell range -Oracle Open Office Draw : charts;data labels -Oracle Open Office Draw : charts;displaying (Calc) -Oracle Open Office Draw : charts;editing axes -Oracle Open Office Draw : charts;editing data -Oracle Open Office Draw : charts;editing legends -Oracle Open Office Draw : charts;editing titles -Oracle Open Office Draw : charts;formatting areas -Oracle Open Office Draw : charts;formatting floors -Oracle Open Office Draw : charts;formatting walls -Oracle Open Office Draw : charts;inserting -Oracle Open Office Draw : charts;overview -Oracle Open Office Draw : charts;positioning axes -Oracle Open Office Draw : charts;properties -Oracle Open Office Draw : charts;reorganizing -Oracle Open Office Draw : charts;scaling axes -Oracle Open Office Draw : charts;scaling text -Oracle Open Office Draw : charts;shortcuts -Oracle Open Office Draw : charts;showing axes -Oracle Open Office Draw : charts;updating automatically (Writer) -Oracle Open Office Draw : check box creation -Oracle Open Office Draw : Chinese writing systems -Oracle Open Office Draw : choosing printers -Oracle Open Office Draw : circle drawings -Oracle Open Office Draw : circle segments -Oracle Open Office Draw : circles -Oracle Open Office Draw : circles;of objects -Oracle Open Office Draw : Client Side ImageMap -Oracle Open Office Draw : clipboard -Oracle Open Office Draw : clipboard;cutting -Oracle Open Office Draw : clipboard;pasting -Oracle Open Office Draw : clipboard;pasting formatted/unformatted text -Oracle Open Office Draw : clipboard;selection clipboard -Oracle Open Office Draw : clipboard;Unix -Oracle Open Office Draw : closing -Oracle Open Office Draw : closing;documents -Oracle Open Office Draw : closing;shapes -Oracle Open Office Draw : closing;toolbars -Oracle Open Office Draw : collaboration -Oracle Open Office Draw : color bar -Oracle Open Office Draw : colors -Oracle Open Office Draw : colors;adding -Oracle Open Office Draw : colors;appearance -Oracle Open Office Draw : colors;backgrounds -Oracle Open Office Draw : colors;charts -Oracle Open Office Draw : colors;default colors -Oracle Open Office Draw : colors;defining and saving -Oracle Open Office Draw : colors;defining gradients interactively -Oracle Open Office Draw : colors;displaying presentations -Oracle Open Office Draw : colors;fill format -Oracle Open Office Draw : colors;fonts -Oracle Open Office Draw : colors;grid lines and cells (Calc) -Oracle Open Office Draw : colors;loading lists -Oracle Open Office Draw : colors;models -Oracle Open Office Draw : colors;not printing -Oracle Open Office Draw : colors;printing in grayscale -Oracle Open Office Draw : colors;replacing -Oracle Open Office Draw : colors;restriction (Calc) -Oracle Open Office Draw : colors;selection -Oracle Open Office Draw : column and line charts -Oracle Open Office Draw : column charts -Oracle Open Office Draw : column headers -Oracle Open Office Draw : column headers;displaying (Calc) -Oracle Open Office Draw : column headers;highlighting (Calc) -Oracle Open Office Draw : columns -Oracle Open Office Draw : columns;inserting -Oracle Open Office Draw : columns;setting with the mouse -Oracle Open Office Draw : combination charts -Oracle Open Office Draw : combining -Oracle Open Office Draw : combining;3D objects -Oracle Open Office Draw : combining;draw objects -Oracle Open Office Draw : combining;undoing -Oracle Open Office Draw : combo box creation -Oracle Open Office Draw : command button creation -Oracle Open Office Draw : command buttons, see push buttons -Oracle Open Office Draw : command line parameters -Oracle Open Office Draw : commands -Oracle Open Office Draw : commands;repeating -Oracle Open Office Draw : commands;SQL -Oracle Open Office Draw : comments -Oracle Open Office Draw : comments;displaying (Calc) -Oracle Open Office Draw : comments;inserting/editing/deleting/printing -Oracle Open Office Draw : comments;on changes -Oracle Open Office Draw : comments;printing in text -Oracle Open Office Draw : common terms -Oracle Open Office Draw : common terms;Chinese dictionary -Oracle Open Office Draw : common terms;glossaries -Oracle Open Office Draw : common terms;Internet glossary -Oracle Open Office Draw : comparisons -Oracle Open Office Draw : comparisons;document versions -Oracle Open Office Draw : comparisons;operators in default filter dialog -Oracle Open Office Draw : compatibility settings for MS Word import -Oracle Open Office Draw : complete screen view -Oracle Open Office Draw : complex text layout -Oracle Open Office Draw : complex text layout;definition -Oracle Open Office Draw : complex text layout;enabling -Oracle Open Office Draw : complex text layout, see CTL -Oracle Open Office Draw : compose key to insert special characters -Oracle Open Office Draw : concatenation, see ampersand symbol -Oracle Open Office Draw : conditional separators -Oracle Open Office Draw : conditions -Oracle Open Office Draw : conditions;in number formats -Oracle Open Office Draw : conditions;items in Data Navigator -Oracle Open Office Draw : cones -Oracle Open Office Draw : Configuration Manager -Oracle Open Office Draw : configuring -Oracle Open Office Draw : configuring;fax icon -Oracle Open Office Draw : configuring;Oracle Open Office -Oracle Open Office Draw : configuring;toolbars -Oracle Open Office Draw : connecting -Oracle Open Office Draw : connecting;draw objects -Oracle Open Office Draw : connecting;lines -Oracle Open Office Draw : connecting;paths and objects -Oracle Open Office Draw : connections to data sources (Base) -Oracle Open Office Draw : connectors -Oracle Open Office Draw : connectors;properties of -Oracle Open Office Draw : connectors;using -Oracle Open Office Draw : constructing shapes -Oracle Open Office Draw : contents protection -Oracle Open Office Draw : context menus -Oracle Open Office Draw : contours -Oracle Open Office Draw : contours;converting to -Oracle Open Office Draw : control point display in presentations -Oracle Open Office Draw : control points definition -Oracle Open Office Draw : controls -Oracle Open Office Draw : controls;activating in forms -Oracle Open Office Draw : controls;adding to documents -Oracle Open Office Draw : controls;arranging in forms -Oracle Open Office Draw : controls;arranging within stacks -Oracle Open Office Draw : controls;assigning data sources -Oracle Open Office Draw : controls;assigning macros (Basic) -Oracle Open Office Draw : controls;bound fields/list contents/linked cells -Oracle Open Office Draw : controls;events -Oracle Open Office Draw : controls;focus -Oracle Open Office Draw : controls;formatted fields -Oracle Open Office Draw : controls;grouping -Oracle Open Office Draw : controls;hidden -Oracle Open Office Draw : controls;inserting -Oracle Open Office Draw : controls;multi-line titles -Oracle Open Office Draw : controls;positions and sizes -Oracle Open Office Draw : controls;printing -Oracle Open Office Draw : controls;properties of form controls -Oracle Open Office Draw : controls;properties of table controls -Oracle Open Office Draw : controls;reference by SQL -Oracle Open Office Draw : controls;rich text control -Oracle Open Office Draw : controls;select mode -Oracle Open Office Draw : controls;showing (Writer) -Oracle Open Office Draw : converters -Oracle Open Office Draw : converters;Euro converter -Oracle Open Office Draw : converters;PostScript, UNIX -Oracle Open Office Draw : converters;XML -Oracle Open Office Draw : converting -Oracle Open Office Draw : converting;bitmaps to polygons -Oracle Open Office Draw : converting;Hangul/Hanja -Oracle Open Office Draw : converting;metrics -Oracle Open Office Draw : converting;Microsoft documents -Oracle Open Office Draw : converting;Oracle Open Office documents -Oracle Open Office Draw : converting;Pocket PC formats -Oracle Open Office Draw : converting;points -Oracle Open Office Draw : converting;text to curves -Oracle Open Office Draw : converting;to bitmaps -Oracle Open Office Draw : converting;to contours -Oracle Open Office Draw : converting;to curves, polygons, 3D -Oracle Open Office Draw : converting;to metafile format (WMF) -Oracle Open Office Draw : copies -Oracle Open Office Draw : copies;printing -Oracle Open Office Draw : copying -Oracle Open Office Draw : copying;by drag and drop -Oracle Open Office Draw : copying;data from text documents -Oracle Open Office Draw : copying;datasource records in spreadsheets -Oracle Open Office Draw : copying;draw objects -Oracle Open Office Draw : copying;draw objects between documents -Oracle Open Office Draw : copying;formatting -Oracle Open Office Draw : copying;from data source view -Oracle Open Office Draw : copying;from Gallery -Oracle Open Office Draw : copying;in Unix -Oracle Open Office Draw : copying;pictures, between documents -Oracle Open Office Draw : copying;sheet areas, to text documents -Oracle Open Office Draw : copying;slides -Oracle Open Office Draw : copying;text from other documents -Oracle Open Office Draw : copying;to Gallery -Oracle Open Office Draw : copyright for Oracle Open Office -Oracle Open Office Draw : corner points -Oracle Open Office Draw : corner roundings -Oracle Open Office Draw : covered objects -Oracle Open Office Draw : crash reports -Oracle Open Office Draw : criteria of query design (Base) -Oracle Open Office Draw : cropping pictures -Oracle Open Office Draw : cross-fading -Oracle Open Office Draw : cross-fading;creating cross-fades -Oracle Open Office Draw : cross-fading;slides -Oracle Open Office Draw : cross-fading;two draw objects -Oracle Open Office Draw : CTL -Oracle Open Office Draw : CTL;(not) wrapping words -Oracle Open Office Draw : CTL;complex text layout languages -Oracle Open Office Draw : CTL;definition -Oracle Open Office Draw : CTL;options -Oracle Open Office Draw : cubes -Oracle Open Office Draw : currencies -Oracle Open Office Draw : currencies;converters -Oracle Open Office Draw : currencies;format codes -Oracle Open Office Draw : currency field creation -Oracle Open Office Draw : currency formats -Oracle Open Office Draw : cursor -Oracle Open Office Draw : cursor;allowing in protected areas (Writer) -Oracle Open Office Draw : cursor;in read-only text -Oracle Open Office Draw : cursor;quickly moving to an object -Oracle Open Office Draw : curves -Oracle Open Office Draw : curves;converting text to -Oracle Open Office Draw : curves;drawing -Oracle Open Office Draw : curves;editing -Oracle Open Office Draw : curves;editing points -Oracle Open Office Draw : curves;properties in line charts/XY charts -Oracle Open Office Draw : curves;toolbar -Oracle Open Office Draw : custom animation -Oracle Open Office Draw : custom colors -Oracle Open Office Draw : custom dictionaries -Oracle Open Office Draw : custom dictionaries;editing -Oracle Open Office Draw : custom gradients -Oracle Open Office Draw : custom hyphens (Writer) -Oracle Open Office Draw : custom quotes -Oracle Open Office Draw : custom slide shows -Oracle Open Office Draw : custom templates -Oracle Open Office Draw : customizing -Oracle Open Office Draw : customizing;events -Oracle Open Office Draw : customizing;keyboard -Oracle Open Office Draw : customizing;menus -Oracle Open Office Draw : customizing;Oracle Open Office -Oracle Open Office Draw : customizing;round corners -Oracle Open Office Draw : customizing;toolbars -Oracle Open Office Draw : cutting -Oracle Open Office Draw : cylinders -Oracle Open Office Draw : dashes -Oracle Open Office Draw : data -Oracle Open Office Draw : data;filtering in forms -Oracle Open Office Draw : data;forms and subforms -Oracle Open Office Draw : data;read-only -Oracle Open Office Draw : data;sorting in forms -Oracle Open Office Draw : data;user data -Oracle Open Office Draw : data binding change in XForms -Oracle Open Office Draw : data labels in charts -Oracle Open Office Draw : Data Navigator -Oracle Open Office Draw : Data Navigator;adding/editing items -Oracle Open Office Draw : Data Navigator;display options -Oracle Open Office Draw : data ranges in charts -Oracle Open Office Draw : data series -Oracle Open Office Draw : data source browser -Oracle Open Office Draw : data source explorer -Oracle Open Office Draw : data source view -Oracle Open Office Draw : data source view;drag and drop -Oracle Open Office Draw : data source view;overview -Oracle Open Office Draw : data source view;showing -Oracle Open Office Draw : data sources -Oracle Open Office Draw : data sources;as tables -Oracle Open Office Draw : data sources;connection settings (Base) -Oracle Open Office Draw : data sources;copying records to spreadsheets -Oracle Open Office Draw : data sources;displaying current -Oracle Open Office Draw : data sources;LDAP server (Base) -Oracle Open Office Draw : data sources;Oracle Open Office Base -Oracle Open Office Draw : data sources;registering address books -Oracle Open Office Draw : data sources;reports -Oracle Open Office Draw : data sources;setting for stock charts -Oracle Open Office Draw : data sources;viewing -Oracle Open Office Draw : data structure of XForms -Oracle Open Office Draw : data values in charts -Oracle Open Office Draw : data, see also values -Oracle Open Office Draw : database contents -Oracle Open Office Draw : database contents;inserting as tables -Oracle Open Office Draw : database contents;inserting as text -Oracle Open Office Draw : database reports -Oracle Open Office Draw : Database Wizard (Base) -Oracle Open Office Draw : databases -Oracle Open Office Draw : databases;administration through SQL (Base) -Oracle Open Office Draw : databases;ADO (Base) -Oracle Open Office Draw : databases;connecting (Base) -Oracle Open Office Draw : databases;creating -Oracle Open Office Draw : databases;creating labels -Oracle Open Office Draw : databases;creating queries -Oracle Open Office Draw : databases;creating reports -Oracle Open Office Draw : databases;creating tables -Oracle Open Office Draw : databases;deleting (Base) -Oracle Open Office Draw : databases;drag and drop (Base) -Oracle Open Office Draw : databases;editing tables -Oracle Open Office Draw : databases;form filters -Oracle Open Office Draw : databases;formats (Base) -Oracle Open Office Draw : databases;importing/exporting -Oracle Open Office Draw : databases;JDBC (Base) -Oracle Open Office Draw : databases;main page (Base) -Oracle Open Office Draw : databases;ODBC (Base) -Oracle Open Office Draw : databases;overview -Oracle Open Office Draw : databases;registering (Base) -Oracle Open Office Draw : databases;searching records -Oracle Open Office Draw : databases;shortcut keys -Oracle Open Office Draw : databases;sorting -Oracle Open Office Draw : databases;standard filters -Oracle Open Office Draw : databases;text formats -Oracle Open Office Draw : databases;viewing -Oracle Open Office Draw : date fields -Oracle Open Office Draw : date fields;creating -Oracle Open Office Draw : date fields;properties -Oracle Open Office Draw : date formats -Oracle Open Office Draw : date on all slides -Oracle Open Office Draw : dates -Oracle Open Office Draw : dates;default (Calc) -Oracle Open Office Draw : dates;fixed -Oracle Open Office Draw : dates;printing in presentations -Oracle Open Office Draw : dates;start 1900/01/01 (Calc) -Oracle Open Office Draw : dates;start 1904/01/01 (Calc) -Oracle Open Office Draw : dates;variable -Oracle Open Office Draw : dBASE -Oracle Open Office Draw : dBASE;database settings (Base) -Oracle Open Office Draw : DDE -Oracle Open Office Draw : DDE;definition -Oracle Open Office Draw : deactivating -Oracle Open Office Draw : deactivating;plug-ins -Oracle Open Office Draw : decimal places displayed (Calc) -Oracle Open Office Draw : decimal separator key -Oracle Open Office Draw : decimal tab stops -Oracle Open Office Draw : decreasing sizes of views -Oracle Open Office Draw : default directories -Oracle Open Office Draw : default filters -Oracle Open Office Draw : default filters;comparison operators -Oracle Open Office Draw : default filters;databases -Oracle Open Office Draw : default printer -Oracle Open Office Draw : default printer;setting up -Oracle Open Office Draw : default printer;UNIX -Oracle Open Office Draw : default templates -Oracle Open Office Draw : default templates;changing -Oracle Open Office Draw : default templates;organizing -Oracle Open Office Draw : defaults -Oracle Open Office Draw : defaults;documents -Oracle Open Office Draw : defaults;file formats in file dialogs -Oracle Open Office Draw : defaults;file formats in Oracle Open Office -Oracle Open Office Draw : defaults;fonts -Oracle Open Office Draw : defaults;grids (Writer/Calc) -Oracle Open Office Draw : defaults;languages -Oracle Open Office Draw : defaults;number formats -Oracle Open Office Draw : defaults;of saving -Oracle Open Office Draw : defaults;program configuration -Oracle Open Office Draw : defaults;tab stops in text -Oracle Open Office Draw : defaults;views -Oracle Open Office Draw : defining -Oracle Open Office Draw : defining;arrowheads and other line ends -Oracle Open Office Draw : defining;colors -Oracle Open Office Draw : defining;gradients -Oracle Open Office Draw : defining;line styles -Oracle Open Office Draw : defining;paragraph borders -Oracle Open Office Draw : defining;queries (Base) -Oracle Open Office Draw : defining;table borders -Oracle Open Office Draw : deleting -Oracle Open Office Draw : deleting;all direct formatting -Oracle Open Office Draw : deleting;animation effects -Oracle Open Office Draw : deleting;comments -Oracle Open Office Draw : deleting;databases (Base) -Oracle Open Office Draw : deleting;hyperlinks -Oracle Open Office Draw : deleting;layers -Oracle Open Office Draw : deleting;lines in text -Oracle Open Office Draw : deleting;models/instances -Oracle Open Office Draw : deleting;namespaces in XForms -Oracle Open Office Draw : deleting;points -Oracle Open Office Draw : deleting;slide transition effects -Oracle Open Office Draw : deleting;slides -Oracle Open Office Draw : deleting;tab stops -Oracle Open Office Draw : deleting;templates -Oracle Open Office Draw : deleting;XML filters -Oracle Open Office Draw : depth stagger -Oracle Open Office Draw : descriptions for objects -Oracle Open Office Draw : design mode after saving -Oracle Open Office Draw : design view -Oracle Open Office Draw : design view;creating forms -Oracle Open Office Draw : design view;queries/views (Base) -Oracle Open Office Draw : designing -Oracle Open Office Draw : designing;database tables -Oracle Open Office Draw : designing;fonts -Oracle Open Office Draw : designing;queries (Base) -Oracle Open Office Draw : detaching toolbars -Oracle Open Office Draw : dictionaries -Oracle Open Office Draw : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Draw : dictionaries;creating -Oracle Open Office Draw : dictionaries;editing user-defined -Oracle Open Office Draw : dictionaries;spellcheck -Oracle Open Office Draw : dictionaries, see also languages -Oracle Open Office Draw : digital signatures -Oracle Open Office Draw : digital signatures;getting/managing/applying -Oracle Open Office Draw : digital signatures;overview -Oracle Open Office Draw : digital signatures;WebDAV over HTTPS -Oracle Open Office Draw : dimension lines -Oracle Open Office Draw : dimension lines;drawing -Oracle Open Office Draw : dimension lines;properties of -Oracle Open Office Draw : direct formatting -Oracle Open Office Draw : direct formatting;undoing all -Oracle Open Office Draw : directories -Oracle Open Office Draw : directories;creating new -Oracle Open Office Draw : directories;directory structure -Oracle Open Office Draw : disabled persons -Oracle Open Office Draw : display qualities of presentations -Oracle Open Office Draw : displaying -Oracle Open Office Draw : displaying;comments (Calc) -Oracle Open Office Draw : displaying;comments in text documents -Oracle Open Office Draw : displaying;non-printing characters (Writer) -Oracle Open Office Draw : displaying;pictures and objects (Writer) -Oracle Open Office Draw : displaying;tables (Writer) -Oracle Open Office Draw : displaying;zero values (Calc) -Oracle Open Office Draw : distances -Oracle Open Office Draw : distinct values in SQL queries -Oracle Open Office Draw : distorting in drawings -Oracle Open Office Draw : distorting objects -Oracle Open Office Draw : distributing draw objects -Oracle Open Office Draw : distributing XML filters -Oracle Open Office Draw : docking -Oracle Open Office Draw : docking;definition -Oracle Open Office Draw : docking;toolbars -Oracle Open Office Draw : docking;windows -Oracle Open Office Draw : Document Converter Wizard -Oracle Open Office Draw : Document Map, see Navigator -Oracle Open Office Draw : document types in Oracle Open Office -Oracle Open Office Draw : documents -Oracle Open Office Draw : documents;changing titles -Oracle Open Office Draw : documents;closing -Oracle Open Office Draw : documents;comparing -Oracle Open Office Draw : documents;contents as lists -Oracle Open Office Draw : documents;editing time -Oracle Open Office Draw : documents;exporting -Oracle Open Office Draw : documents;importing -Oracle Open Office Draw : documents;languages -Oracle Open Office Draw : documents;measurement units in -Oracle Open Office Draw : documents;merging -Oracle Open Office Draw : documents;number of pages/tables/sheets -Oracle Open Office Draw : documents;opening -Oracle Open Office Draw : documents;opening in design mode -Oracle Open Office Draw : documents;opening with templates -Oracle Open Office Draw : documents;organizing -Oracle Open Office Draw : documents;printing -Oracle Open Office Draw : documents;read-only -Oracle Open Office Draw : documents;reloading -Oracle Open Office Draw : documents;saving -Oracle Open Office Draw : documents;saving automatically -Oracle Open Office Draw : documents;saving in other formats -Oracle Open Office Draw : documents;sending as e-mail -Oracle Open Office Draw : documents;styles changed -Oracle Open Office Draw : documents;version management -Oracle Open Office Draw : documents;version numbers -Oracle Open Office Draw : donut charts -Oracle Open Office Draw : dotted areas -Oracle Open Office Draw : double-line spacing in paragraphs -Oracle Open Office Draw : double-line writing in Asian layout -Oracle Open Office Draw : doubling draw objects -Oracle Open Office Draw : drag and drop -Oracle Open Office Draw : drag and drop;copying and pasting text -Oracle Open Office Draw : drag and drop;data source view -Oracle Open Office Draw : drag and drop;from Gallery to draw objects -Oracle Open Office Draw : drag and drop;overview -Oracle Open Office Draw : drag and drop;pictures -Oracle Open Office Draw : drag and drop;to Gallery -Oracle Open Office Draw : Draw instructions -Oracle Open Office Draw : draw objects -Oracle Open Office Draw : draw objects;adding/editing/copying -Oracle Open Office Draw : draw objects;anchoring -Oracle Open Office Draw : draw objects;arranging within stacks -Oracle Open Office Draw : draw objects;combining -Oracle Open Office Draw : draw objects;connecting lines to -Oracle Open Office Draw : draw objects;converting text to -Oracle Open Office Draw : draw objects;copying between documents -Oracle Open Office Draw : draw objects;cross-fading two objects -Oracle Open Office Draw : draw objects;displaying (Calc) -Oracle Open Office Draw : draw objects;dropping Gallery pictures -Oracle Open Office Draw : draw objects;duplicating -Oracle Open Office Draw : draw objects;flipping -Oracle Open Office Draw : draw objects;grouping -Oracle Open Office Draw : draw objects;legends -Oracle Open Office Draw : draw objects;positioning and resizing -Oracle Open Office Draw : draw objects;protecting -Oracle Open Office Draw : draw objects;rotating -Oracle Open Office Draw : draw objects;slanting -Oracle Open Office Draw : draw objects;text entry mode -Oracle Open Office Draw : draw objects;text in -Oracle Open Office Draw : drawing -Oracle Open Office Draw : drawing;3D objects -Oracle Open Office Draw : drawing;freeform lines -Oracle Open Office Draw : drawing;lines -Oracle Open Office Draw : drawing;sectors and segments -Oracle Open Office Draw : Drawing bar -Oracle Open Office Draw : drawing lines in text -Oracle Open Office Draw : drawings -Oracle Open Office Draw : drawings;creating/opening -Oracle Open Office Draw : drawings;languages -Oracle Open Office Draw : drawings;printing -Oracle Open Office Draw : drawings;printing defaults -Oracle Open Office Draw : drawings;printing in text documents -Oracle Open Office Draw : drawings;saving -Oracle Open Office Draw : drawings;saving automatically -Oracle Open Office Draw : drawings;saving in other formats -Oracle Open Office Draw : drawings;sending as e-mail -Oracle Open Office Draw : drawings;shortcut keys -Oracle Open Office Draw : drawings;showing (Writer) -Oracle Open Office Draw : drawings;zoom function in -Oracle Open Office Draw : drawings, see also draw objects -Oracle Open Office Draw : drop-down lists in form functions -Oracle Open Office Draw : duplicating draw objects -Oracle Open Office Draw : e-mail attachments -Oracle Open Office Draw : Edit File icon -Oracle Open Office Draw : edit mode -Oracle Open Office Draw : edit mode;after opening -Oracle Open Office Draw : edit mode;through Enter key (Calc) -Oracle Open Office Draw : Edit Points bar -Oracle Open Office Draw : editing -Oracle Open Office Draw : editing;chart axes -Oracle Open Office Draw : editing;chart data -Oracle Open Office Draw : editing;chart legends -Oracle Open Office Draw : editing;chart titles -Oracle Open Office Draw : editing;comments -Oracle Open Office Draw : editing;curves -Oracle Open Office Draw : editing;data binding of XForms -Oracle Open Office Draw : editing;database tables and queries -Oracle Open Office Draw : editing;draw objects -Oracle Open Office Draw : editing;fields -Oracle Open Office Draw : editing;Fontwork objects -Oracle Open Office Draw : editing;gradients -Oracle Open Office Draw : editing;guides and snap points -Oracle Open Office Draw : editing;hyperlinks -Oracle Open Office Draw : editing;menus -Oracle Open Office Draw : editing;objects -Oracle Open Office Draw : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Draw : editing;pictures -Oracle Open Office Draw : editing;reports -Oracle Open Office Draw : editing;shortcut keys -Oracle Open Office Draw : editing;slide titles -Oracle Open Office Draw : editing;tab stops -Oracle Open Office Draw : editing;templates -Oracle Open Office Draw : editing;titles -Oracle Open Office Draw : editing;toolbars -Oracle Open Office Draw : editing;undoing -Oracle Open Office Draw : editing;XForms -Oracle Open Office Draw : editing time of documents -Oracle Open Office Draw : editors -Oracle Open Office Draw : editors;formula editor -Oracle Open Office Draw : editors;ImageMap editor -Oracle Open Office Draw : effects -Oracle Open Office Draw : effects;animated slide transitions -Oracle Open Office Draw : effects;applying to/removing from objects -Oracle Open Office Draw : effects;font positions -Oracle Open Office Draw : effects;fonts -Oracle Open Office Draw : effects;Fontwork icons -Oracle Open Office Draw : effects;preview -Oracle Open Office Draw : effects;sounds -Oracle Open Office Draw : ellipses -Oracle Open Office Draw : ellipses;segments -Oracle Open Office Draw : ellipses;toolbars -Oracle Open Office Draw : empty documents -Oracle Open Office Draw : empty paragraph removal -Oracle Open Office Draw : encryption of contents -Oracle Open Office Draw : entering groups -Oracle Open Office Draw : entering text from right to left -Oracle Open Office Draw : equal sign, see also operators -Oracle Open Office Draw : equations in formula editor -Oracle Open Office Draw : error bars in charts -Oracle Open Office Draw : error indicators in charts -Oracle Open Office Draw : Error Report Tool -Oracle Open Office Draw : Euro -Oracle Open Office Draw : Euro;currency formats -Oracle Open Office Draw : Euro;Euro Converter Wizard -Oracle Open Office Draw : even/odd pages -Oracle Open Office Draw : even/odd pages;printing -Oracle Open Office Draw : events -Oracle Open Office Draw : events;assigning scripts -Oracle Open Office Draw : events;controls -Oracle Open Office Draw : events;customizing -Oracle Open Office Draw : events;in forms -Oracle Open Office Draw : Excel -Oracle Open Office Draw : Excel;saving as -Oracle Open Office Draw : Excel;search criteria -Oracle Open Office Draw : exceptions -Oracle Open Office Draw : exceptions;user-defined dictionaries -Oracle Open Office Draw : exchanging, see also replacing -Oracle Open Office Draw : executing SQL commands -Oracle Open Office Draw : exiting -Oracle Open Office Draw : exiting;by clicking objects -Oracle Open Office Draw : exiting;groups -Oracle Open Office Draw : exiting;Oracle Open Office -Oracle Open Office Draw : expanding -Oracle Open Office Draw : expanding;slides -Oracle Open Office Draw : expanding formatting (Calc) -Oracle Open Office Draw : explorer of data sources -Oracle Open Office Draw : export filters -Oracle Open Office Draw : exporting -Oracle Open Office Draw : exporting;animations to GIF format -Oracle Open Office Draw : exporting;bitmaps -Oracle Open Office Draw : exporting;HTML and text documents -Oracle Open Office Draw : exporting;Microsoft Office documents with VBA code -Oracle Open Office Draw : exporting;presentations to HTML -Oracle Open Office Draw : exporting;spreadsheets to text format -Oracle Open Office Draw : exporting;templates -Oracle Open Office Draw : exporting;to foreign formats -Oracle Open Office Draw : exporting;to HTML -Oracle Open Office Draw : exporting;to Macromedia Flash format -Oracle Open Office Draw : exporting;to Microsoft Office formats -Oracle Open Office Draw : exporting;to PDF -Oracle Open Office Draw : exporting;to PostScript format -Oracle Open Office Draw : exporting;to XML -Oracle Open Office Draw : exporting;XML files -Oracle Open Office Draw : extended tips in Help -Oracle Open Office Draw : extension mode in text -Oracle Open Office Draw : extensions -Oracle Open Office Draw : extensions;Extension Manager -Oracle Open Office Draw : extensions;file formats -Oracle Open Office Draw : external keys (Base) -Oracle Open Office Draw : extrusion objects -Oracle Open Office Draw : eyedropper tool -Oracle Open Office Draw : faster printing -Oracle Open Office Draw : faxes -Oracle Open Office Draw : faxes;configuring Oracle Open Office -Oracle Open Office Draw : faxes;fax programs/fax printers under UNIX -Oracle Open Office Draw : faxes;selecting a fax machine -Oracle Open Office Draw : faxes;sending -Oracle Open Office Draw : faxes;wizards -Oracle Open Office Draw : feedback -Oracle Open Office Draw : feedback;automatically -Oracle Open Office Draw : fields -Oracle Open Office Draw : fields;authors -Oracle Open Office Draw : fields;database tables -Oracle Open Office Draw : fields;dates (fixed) -Oracle Open Office Draw : fields;dates (variable) -Oracle Open Office Draw : fields;displaying field codes (Writer) -Oracle Open Office Draw : fields;editing -Oracle Open Office Draw : fields;file names -Oracle Open Office Draw : fields;formatted fields -Oracle Open Office Draw : fields;formatting -Oracle Open Office Draw : fields;in slides -Oracle Open Office Draw : fields;page numbers -Oracle Open Office Draw : fields;times (fixed) -Oracle Open Office Draw : fields;times (variable) -Oracle Open Office Draw : fields;updating automatically (Writer) -Oracle Open Office Draw : file associations for Microsoft Office -Oracle Open Office Draw : file filters -Oracle Open Office Draw : file filters;mobile devices -Oracle Open Office Draw : file filters;XML -Oracle Open Office Draw : file formats -Oracle Open Office Draw : file formats;changing Oracle Open Office defaults -Oracle Open Office Draw : file formats;OpenDocument/XML -Oracle Open Office Draw : file formats;saving always in other formats -Oracle Open Office Draw : file selection button -Oracle Open Office Draw : file sharing options for current document -Oracle Open Office Draw : files -Oracle Open Office Draw : files;filters and formats -Oracle Open Office Draw : files;importing -Oracle Open Office Draw : files;inserting -Oracle Open Office Draw : files;inserting pictures -Oracle Open Office Draw : files;opening -Oracle Open Office Draw : files;opening with placeholders -Oracle Open Office Draw : files;properties -Oracle Open Office Draw : files;saving -Oracle Open Office Draw : files;saving automatically -Oracle Open Office Draw : files;saving in other formats -Oracle Open Office Draw : files;sending as e-mail -Oracle Open Office Draw : files;version numbers -Oracle Open Office Draw : files and folders in Oracle Open Office -Oracle Open Office Draw : fill characters with tabulators -Oracle Open Office Draw : fill colors for areas -Oracle Open Office Draw : fill format mode -Oracle Open Office Draw : fill format mode;styles -Oracle Open Office Draw : fill patterns for areas -Oracle Open Office Draw : filter conditions -Oracle Open Office Draw : filter conditions;connecting -Oracle Open Office Draw : filter conditions;in queries (Base) -Oracle Open Office Draw : filtering -Oracle Open Office Draw : filtering;data in databases -Oracle Open Office Draw : filtering;data in forms -Oracle Open Office Draw : filters -Oracle Open Office Draw : filters;comparison operators -Oracle Open Office Draw : filters;for import and export -Oracle Open Office Draw : filters;Navigator -Oracle Open Office Draw : filters;pictures -Oracle Open Office Draw : filters;XML filter settings -Oracle Open Office Draw : Find tab in Help -Oracle Open Office Draw : finding -Oracle Open Office Draw : finding;in all sheets -Oracle Open Office Draw : finding;records in form documents -Oracle Open Office Draw : finding;selections -Oracle Open Office Draw : finding;similarity search -Oracle Open Office Draw : fitting to pages -Oracle Open Office Draw : fitting to pages;individual slides -Oracle Open Office Draw : fitting to pages;print settings in Math -Oracle Open Office Draw : fitting to pages;print settings in presentations -Oracle Open Office Draw : fixed text -Oracle Open Office Draw : fixed text;form functions -Oracle Open Office Draw : fixing toolbars -Oracle Open Office Draw : flipping around a flip line -Oracle Open Office Draw : flipping draw objects -Oracle Open Office Draw : floating frames in HTML documents -Oracle Open Office Draw : floating text -Oracle Open Office Draw : floating toolbars -Oracle Open Office Draw : flowcharts -Oracle Open Office Draw : focus of controls -Oracle Open Office Draw : folder creation -Oracle Open Office Draw : font lists -Oracle Open Office Draw : font name box -Oracle Open Office Draw : font sizes -Oracle Open Office Draw : font sizes;bullets -Oracle Open Office Draw : font sizes;relative changes -Oracle Open Office Draw : font sizes;scaling on screen -Oracle Open Office Draw : font sizes;text -Oracle Open Office Draw : fonts -Oracle Open Office Draw : fonts;adding under UNIX -Oracle Open Office Draw : fonts;changing in templates -Oracle Open Office Draw : fonts;colors -Oracle Open Office Draw : fonts;default settings -Oracle Open Office Draw : fonts;effects -Oracle Open Office Draw : fonts;for HTML and Basic -Oracle Open Office Draw : fonts;formats -Oracle Open Office Draw : fonts;outlines -Oracle Open Office Draw : fonts;positions in text -Oracle Open Office Draw : fonts;shadows -Oracle Open Office Draw : fonts;specifying several -Oracle Open Office Draw : fonts;strikethrough -Oracle Open Office Draw : fonts;styles -Oracle Open Office Draw : fonts;text objects -Oracle Open Office Draw : Fontwork icons -Oracle Open Office Draw : footers -Oracle Open Office Draw : footers;backgrounds -Oracle Open Office Draw : footers;slide masters -Oracle Open Office Draw : footers;slides -Oracle Open Office Draw : form controls -Oracle Open Office Draw : form controls;assigning macros -Oracle Open Office Draw : form controls;protecting -Oracle Open Office Draw : form controls;toolbars -Oracle Open Office Draw : form fields -Oracle Open Office Draw : form filters -Oracle Open Office Draw : Form Navigator -Oracle Open Office Draw : format codes -Oracle Open Office Draw : format codes;numbers -Oracle Open Office Draw : format filling printing in Oracle Open Office Math -Oracle Open Office Draw : Format Paintbrush -Oracle Open Office Draw : formats -Oracle Open Office Draw : formats;Asian layout -Oracle Open Office Draw : formats;fonts -Oracle Open Office Draw : formats;maximizing page formats -Oracle Open Office Draw : formats;number and currency formats -Oracle Open Office Draw : formats;of currencies/date/time -Oracle Open Office Draw : formats;on opening and saving -Oracle Open Office Draw : formats;pasting in special formats -Oracle Open Office Draw : formats;positions -Oracle Open Office Draw : formats;tabulators -Oracle Open Office Draw : formatted fields -Oracle Open Office Draw : formatted fields;form functions -Oracle Open Office Draw : formatted fields;properties -Oracle Open Office Draw : formatting -Oracle Open Office Draw : formatting;Asian typography -Oracle Open Office Draw : formatting;axes in charts -Oracle Open Office Draw : formatting;chart areas -Oracle Open Office Draw : formatting;chart floors -Oracle Open Office Draw : formatting;chart legends -Oracle Open Office Draw : formatting;chart titles -Oracle Open Office Draw : formatting;chart walls -Oracle Open Office Draw : formatting;copying -Oracle Open Office Draw : formatting;definition -Oracle Open Office Draw : formatting;expanding (Calc) -Oracle Open Office Draw : formatting;fields -Oracle Open Office Draw : formatting;font effects -Oracle Open Office Draw : formatting;hyperlinks -Oracle Open Office Draw : formatting;pages -Oracle Open Office Draw : formatting;printer metrics (Writer) -Oracle Open Office Draw : formatting;slides -Oracle Open Office Draw : formatting;slides headings -Oracle Open Office Draw : formatting;undoing -Oracle Open Office Draw : formatting;undoing when writing -Oracle Open Office Draw : forms -Oracle Open Office Draw : forms;browsing -Oracle Open Office Draw : forms;Combo Box/List Box Wizard -Oracle Open Office Draw : forms;creating -Oracle Open Office Draw : forms;data -Oracle Open Office Draw : forms;designing (Base) -Oracle Open Office Draw : forms;events -Oracle Open Office Draw : forms;filtering data -Oracle Open Office Draw : forms;finding records -Oracle Open Office Draw : forms;focus after opening -Oracle Open Office Draw : forms;general information (Base) -Oracle Open Office Draw : forms;grouping controls -Oracle Open Office Draw : forms;HTML filters -Oracle Open Office Draw : forms;inserting -Oracle Open Office Draw : forms;Navigator -Oracle Open Office Draw : forms;opening in design mode -Oracle Open Office Draw : forms;properties -Oracle Open Office Draw : forms;sorting data -Oracle Open Office Draw : forms;subforms -Oracle Open Office Draw : forms;wizards -Oracle Open Office Draw : forms;XForms -Oracle Open Office Draw : formula texts -Oracle Open Office Draw : formula texts;printing in Oracle Open Office Math -Oracle Open Office Draw : formulas -Oracle Open Office Draw : formulas;new -Oracle Open Office Draw : formulas;starting formula editor -Oracle Open Office Draw : formulas in reports -Oracle Open Office Draw : formulas in reports;editing -Oracle Open Office Draw : forums and support -Oracle Open Office Draw : frames -Oracle Open Office Draw : frames;around paragraphs -Oracle Open Office Draw : frames;around tables -Oracle Open Office Draw : frames;AutoCorrect function -Oracle Open Office Draw : frames;backgrounds -Oracle Open Office Draw : frames;captions (Writer) -Oracle Open Office Draw : frames;printing in Oracle Open Office Math -Oracle Open Office Draw : frames;protecting -Oracle Open Office Draw : frames;selection frames -Oracle Open Office Draw : frames;text fitting to frames -Oracle Open Office Draw : freeform lines -Oracle Open Office Draw : freeform lines;draw functions -Oracle Open Office Draw : freeform lines;drawing -Oracle Open Office Draw : FTP -Oracle Open Office Draw : FTP;opening documents -Oracle Open Office Draw : FTP;saving documents -Oracle Open Office Draw : full joins (Base) -Oracle Open Office Draw : full screen view -Oracle Open Office Draw : full-text search in Help -Oracle Open Office Draw : functions in reports -Oracle Open Office Draw : functions in reports;editing -Oracle Open Office Draw : Gallery -Oracle Open Office Draw : Gallery;adding pictures -Oracle Open Office Draw : Gallery;dragging pictures to draw objects -Oracle Open Office Draw : Gallery;hiding/showing -Oracle Open Office Draw : Gallery;inserting pictures from -Oracle Open Office Draw : geometric forms -Oracle Open Office Draw : get method for form transmissions -Oracle Open Office Draw : getting support -Oracle Open Office Draw : GIF format -Oracle Open Office Draw : GIF images -Oracle Open Office Draw : GIF images;animating -Oracle Open Office Draw : GIF images;replacing colors -Oracle Open Office Draw : glossaries -Oracle Open Office Draw : glossaries;common terms -Oracle Open Office Draw : glossaries;Internet terms -Oracle Open Office Draw : glue points -Oracle Open Office Draw : glue points;using -Oracle Open Office Draw : gradients -Oracle Open Office Draw : gradients;applying and defining -Oracle Open Office Draw : gradients;defining colors -Oracle Open Office Draw : gradients;loading lists -Oracle Open Office Draw : gradients;transparent -Oracle Open Office Draw : gradients off for faster printing -Oracle Open Office Draw : graphic objects, see draw objects -Oracle Open Office Draw : graphical text art -Oracle Open Office Draw : graphics -Oracle Open Office Draw : graphics;cache -Oracle Open Office Draw : graphics;protecting -Oracle Open Office Draw : graphics, see also pictures -Oracle Open Office Draw : grayscale display -Oracle Open Office Draw : grayscale printing -Oracle Open Office Draw : grid controls -Oracle Open Office Draw : grid controls;form functions -Oracle Open Office Draw : grids -Oracle Open Office Draw : grids;defaults (Writer/Calc) -Oracle Open Office Draw : grids;display options (Impress/Draw) -Oracle Open Office Draw : grids;displaying lines (Calc) -Oracle Open Office Draw : grids;formatting axes -Oracle Open Office Draw : grids;inserting in charts -Oracle Open Office Draw : group box creation -Oracle Open Office Draw : grouping -Oracle Open Office Draw : grouping;draw objects -Oracle Open Office Draw : groups -Oracle Open Office Draw : groups;entering/exiting/ungrouping -Oracle Open Office Draw : groups;naming -Oracle Open Office Draw : groups;of controls -Oracle Open Office Draw : guides -Oracle Open Office Draw : guides;display options (Impress/Draw) -Oracle Open Office Draw : guides;displaying when moving objects (Impress) -Oracle Open Office Draw : guides;editing -Oracle Open Office Draw : guides;inserting -Oracle Open Office Draw : guides;show snap lines icon -Oracle Open Office Draw : guides;showing (Calc) -Oracle Open Office Draw : guides;showing when moving frames (Writer) -Oracle Open Office Draw : gutter -Oracle Open Office Draw : half-spheres -Oracle Open Office Draw : hand icon for moving slides -Oracle Open Office Draw : handles -Oracle Open Office Draw : handles;displaying (Writer) -Oracle Open Office Draw : handles;large -Oracle Open Office Draw : handles;scaling -Oracle Open Office Draw : handles;showing simple/large handles (Calc) -Oracle Open Office Draw : handles;simple -Oracle Open Office Draw : handout printing -Oracle Open Office Draw : Hangul/Hanja -Oracle Open Office Draw : hatching -Oracle Open Office Draw : hatching -Oracle Open Office Draw : hatching;loading lists -Oracle Open Office Draw : headers -Oracle Open Office Draw : headers;backgrounds -Oracle Open Office Draw : headers and footers -Oracle Open Office Draw : headers and footers;master layouts -Oracle Open Office Draw : headers and footers;slide masters -Oracle Open Office Draw : headers and footers;slides -Oracle Open Office Draw : headings -Oracle Open Office Draw : headings;entering as text box -Oracle Open Office Draw : Hebrew -Oracle Open Office Draw : Hebrew;entering text -Oracle Open Office Draw : Hebrew;language settings -Oracle Open Office Draw : Help -Oracle Open Office Draw : Help;bookmarks -Oracle Open Office Draw : Help;extended tips on/off -Oracle Open Office Draw : Help;full-text search -Oracle Open Office Draw : Help;Help tips -Oracle Open Office Draw : Help;keywords -Oracle Open Office Draw : Help;navigation pane showing/hiding -Oracle Open Office Draw : Help;style sheets -Oracle Open Office Draw : Help;topics -Oracle Open Office Draw : Help Agent -Oracle Open Office Draw : Help Agent;help -Oracle Open Office Draw : Help Agent;options -Oracle Open Office Draw : Help tips -Oracle Open Office Draw : Help tips;hiding -Oracle Open Office Draw : hidden controls in Form Navigator -Oracle Open Office Draw : hidden fields display (Writer) -Oracle Open Office Draw : hidden pages -Oracle Open Office Draw : hidden pages;printing in presentations -Oracle Open Office Draw : hidden pages;showing -Oracle Open Office Draw : hidden text -Oracle Open Office Draw : hidden text;showing (Writer) -Oracle Open Office Draw : hiding -Oracle Open Office Draw : hiding;changes -Oracle Open Office Draw : hiding;chart legends -Oracle Open Office Draw : hiding;docked windows -Oracle Open Office Draw : hiding;layers -Oracle Open Office Draw : hiding;levels -Oracle Open Office Draw : hiding;navigation pane in Help window -Oracle Open Office Draw : hiding;slides -Oracle Open Office Draw : hiding;subpoints -Oracle Open Office Draw : high contrast mode -Oracle Open Office Draw : Hindi -Oracle Open Office Draw : Hindi;entering text -Oracle Open Office Draw : Hindi;language settings -Oracle Open Office Draw : horizontal scrollbars (Writer) -Oracle Open Office Draw : hot spots in flowcharts -Oracle Open Office Draw : hotspots -Oracle Open Office Draw : HowTos for charts -Oracle Open Office Draw : Howtos for Draw -Oracle Open Office Draw : HTML -Oracle Open Office Draw : HTML;definition -Oracle Open Office Draw : HTML;export character set -Oracle Open Office Draw : HTML;exporting from presentations -Oracle Open Office Draw : HTML;fonts for source display -Oracle Open Office Draw : HTML;importing into presentations -Oracle Open Office Draw : HTML;importing META tags -Oracle Open Office Draw : HTML;inserting files -Oracle Open Office Draw : HTML;live presentations -Oracle Open Office Draw : HTML documents -Oracle Open Office Draw : HTML documents;auto reloading -Oracle Open Office Draw : HTML documents;importing/exporting -Oracle Open Office Draw : HTML documents;META tags in -Oracle Open Office Draw : HTML documents;new -Oracle Open Office Draw : HTML documents;source text -Oracle Open Office Draw : hyperlinks -Oracle Open Office Draw : hyperlinks;assigning macros -Oracle Open Office Draw : hyperlinks;character formats -Oracle Open Office Draw : hyperlinks;definition -Oracle Open Office Draw : hyperlinks;deleting -Oracle Open Office Draw : hyperlinks;editing -Oracle Open Office Draw : hyperlinks;inserting -Oracle Open Office Draw : hyperlinks;relative and absolute -Oracle Open Office Draw : hyperlinks;turning off automatic recognition -Oracle Open Office Draw : hyperlinks, see also links -Oracle Open Office Draw : hyphenation -Oracle Open Office Draw : hyphenation;activating for a language -Oracle Open Office Draw : hyphenation;minimal number of characters -Oracle Open Office Draw : hyphens -Oracle Open Office Draw : hyphens;displaying custom (Writer) -Oracle Open Office Draw : hyphens;inserting custom -Oracle Open Office Draw : icon bars, see toolbars -Oracle Open Office Draw : icon sizes -Oracle Open Office Draw : ignore list for spellcheck -Oracle Open Office Draw : illumination -Oracle Open Office Draw : illumination;3D charts -Oracle Open Office Draw : illustrations, see pictures -Oracle Open Office Draw : image button creation -Oracle Open Office Draw : image control creation -Oracle Open Office Draw : ImageMap -Oracle Open Office Draw : ImageMap;definition -Oracle Open Office Draw : ImageMap;editor -Oracle Open Office Draw : images -Oracle Open Office Draw : images;ImageMap -Oracle Open Office Draw : images;inserting -Oracle Open Office Draw : images;inserting and editing bitmaps -Oracle Open Office Draw : images, see also pictures -Oracle Open Office Draw : IME -Oracle Open Office Draw : IME;definition -Oracle Open Office Draw : IME;showing/hiding -Oracle Open Office Draw : import filters -Oracle Open Office Draw : import restrictions for Microsoft Office -Oracle Open Office Draw : importing -Oracle Open Office Draw : importing;bitmaps -Oracle Open Office Draw : importing;compatibility settings for text import -Oracle Open Office Draw : importing;databases -Oracle Open Office Draw : importing;documents in other formats -Oracle Open Office Draw : importing;from XML -Oracle Open Office Draw : importing;HTML and text documents -Oracle Open Office Draw : importing;HTML with META tags -Oracle Open Office Draw : importing;Microsoft Office documents with VBA code -Oracle Open Office Draw : importing;presentations with HTML -Oracle Open Office Draw : importing;tables in text format -Oracle Open Office Draw : importing;templates -Oracle Open Office Draw : improvement program -Oracle Open Office Draw : in front of object command -Oracle Open Office Draw : inches -Oracle Open Office Draw : including spreadsheets -Oracle Open Office Draw : increasing sizes of views -Oracle Open Office Draw : Index tab in Help -Oracle Open Office Draw : indexes -Oracle Open Office Draw : indexes;backgrounds -Oracle Open Office Draw : indexes;showing/hiding Help index tab -Oracle Open Office Draw : indicator lines in text -Oracle Open Office Draw : inner joins (Base) -Oracle Open Office Draw : input method window -Oracle Open Office Draw : insert mode for entering text -Oracle Open Office Draw : inserting -Oracle Open Office Draw : inserting;3D objects -Oracle Open Office Draw : inserting;arrows -Oracle Open Office Draw : inserting;buttons in toolbars -Oracle Open Office Draw : inserting;callouts in presentations -Oracle Open Office Draw : inserting;cell ranges from spreadsheets -Oracle Open Office Draw : inserting;charts -Oracle Open Office Draw : inserting;clipboard options -Oracle Open Office Draw : inserting;columns -Oracle Open Office Draw : inserting;comments -Oracle Open Office Draw : inserting;data from text documents -Oracle Open Office Draw : inserting;datasource records in spreadsheets -Oracle Open Office Draw : inserting;drawings -Oracle Open Office Draw : inserting;ellipses -Oracle Open Office Draw : inserting;files -Oracle Open Office Draw : inserting;floating frames -Oracle Open Office Draw : inserting;Fontwork objects -Oracle Open Office Draw : inserting;form fields -Oracle Open Office Draw : inserting;headers/footers in all slides -Oracle Open Office Draw : inserting;hyperlinks -Oracle Open Office Draw : inserting;layers -Oracle Open Office Draw : inserting;line breaks in cells -Oracle Open Office Draw : inserting;lines -Oracle Open Office Draw : inserting;movies/sounds -Oracle Open Office Draw : inserting;new text tables defaults -Oracle Open Office Draw : inserting;objects from files -Oracle Open Office Draw : inserting;objects from Gallery -Oracle Open Office Draw : inserting;OLE objects -Oracle Open Office Draw : inserting;paragraph borders -Oracle Open Office Draw : inserting;paragraph bullets -Oracle Open Office Draw : inserting;pictures -Oracle Open Office Draw : inserting;pictures in Gallery -Oracle Open Office Draw : inserting;plug-ins -Oracle Open Office Draw : inserting;polygons -Oracle Open Office Draw : inserting;push buttons -Oracle Open Office Draw : inserting;rectangles -Oracle Open Office Draw : inserting;rows -Oracle Open Office Draw : inserting;slides -Oracle Open Office Draw : inserting;slides as links -Oracle Open Office Draw : inserting;slides from files -Oracle Open Office Draw : inserting;special characters -Oracle Open Office Draw : inserting;tab stops -Oracle Open Office Draw : inserting;text frames -Oracle Open Office Draw : inserting;text in presentations -Oracle Open Office Draw : inserting;textures on chart bars -Oracle Open Office Draw : installing -Oracle Open Office Draw : installing;ActiveX control -Oracle Open Office Draw : installing;mobile device filters -Oracle Open Office Draw : installing;UNO components -Oracle Open Office Draw : installing;XML filters -Oracle Open Office Draw : instructions -Oracle Open Office Draw : instructions;general -Oracle Open Office Draw : instructions;Oracle Open Office Draw -Oracle Open Office Draw : instructions;Oracle Open Office Impress -Oracle Open Office Draw : interactions -Oracle Open Office Draw : interactions;hot spots -Oracle Open Office Draw : interactions;objects in interactive presentations -Oracle Open Office Draw : interactions;preview -Oracle Open Office Draw : Internet -Oracle Open Office Draw : Internet;checking for updates -Oracle Open Office Draw : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Draw : Internet;presentations -Oracle Open Office Draw : Internet;starting searches -Oracle Open Office Draw : Internet glossary -Oracle Open Office Draw : intersecting draw objects -Oracle Open Office Draw : invert filter -Oracle Open Office Draw : invisible areas -Oracle Open Office Draw : italic text -Oracle Open Office Draw : iterative references in spreadsheets -Oracle Open Office Draw : Java -Oracle Open Office Draw : Java;definition -Oracle Open Office Draw : Java;setting options -Oracle Open Office Draw : JDBC -Oracle Open Office Draw : JDBC;databases (Base) -Oracle Open Office Draw : JDBC;definition -Oracle Open Office Draw : joining -Oracle Open Office Draw : joining;3D objects -Oracle Open Office Draw : joining;paragraphs -Oracle Open Office Draw : joining;tables (Base) -Oracle Open Office Draw : joins in databases (Base) -Oracle Open Office Draw : justifying text -Oracle Open Office Draw : kerning -Oracle Open Office Draw : kerning;Asian texts -Oracle Open Office Draw : kerning;definition -Oracle Open Office Draw : kerning;in characters -Oracle Open Office Draw : key fields for relations (Base) -Oracle Open Office Draw : keyboard -Oracle Open Office Draw : keyboard;assigning/editing shortcut keys -Oracle Open Office Draw : keyboard;general commands -Oracle Open Office Draw : keyboard;removing numbering -Oracle Open Office Draw : keyboard;zooming -Oracle Open Office Draw : keys -Oracle Open Office Draw : keys;adding push buttons -Oracle Open Office Draw : keys;primary keys (Base) -Oracle Open Office Draw : kiosk export -Oracle Open Office Draw : labels -Oracle Open Office Draw : labels;creating and synchronizing -Oracle Open Office Draw : labels;for charts -Oracle Open Office Draw : labels;for draw objects -Oracle Open Office Draw : labels;form functions -Oracle Open Office Draw : labels;from databases -Oracle Open Office Draw : labels, see also names/callouts -Oracle Open Office Draw : languages -Oracle Open Office Draw : languages;activating modules -Oracle Open Office Draw : languages;Asian support -Oracle Open Office Draw : languages;complex text layout -Oracle Open Office Draw : languages;locale settings -Oracle Open Office Draw : languages;selecting for text -Oracle Open Office Draw : languages;setting options -Oracle Open Office Draw : languages;spellcheck -Oracle Open Office Draw : languages;spellchecking and formatting -Oracle Open Office Draw : large handles (Writer) -Oracle Open Office Draw : large icons -Oracle Open Office Draw : layer arrangement -Oracle Open Office Draw : layers -Oracle Open Office Draw : layers;definition -Oracle Open Office Draw : layers;deleting -Oracle Open Office Draw : layers;inserting and editing -Oracle Open Office Draw : layers;moving objects -Oracle Open Office Draw : layers;renaming -Oracle Open Office Draw : layers;working with -Oracle Open Office Draw : layout -Oracle Open Office Draw : layout;importing Word documents -Oracle Open Office Draw : layout;pages -Oracle Open Office Draw : layout;printing handouts -Oracle Open Office Draw : LDAP server -Oracle Open Office Draw : LDAP server;address books (Base) -Oracle Open Office Draw : LDAP server;sign on options -Oracle Open Office Draw : leading between paragraphs -Oracle Open Office Draw : left alignment of paragraphs -Oracle Open Office Draw : left joins (Base) -Oracle Open Office Draw : legends -Oracle Open Office Draw : legends;charts -Oracle Open Office Draw : legends;draw objects -Oracle Open Office Draw : legends;drawings -Oracle Open Office Draw : legends;rounding corners -Oracle Open Office Draw : Letter Wizard -Oracle Open Office Draw : levels -Oracle Open Office Draw : levels;depth stagger -Oracle Open Office Draw : levels;hiding -Oracle Open Office Draw : levels;macro security -Oracle Open Office Draw : levels;showing -Oracle Open Office Draw : limits of tables (Writer) -Oracle Open Office Draw : line breaks -Oracle Open Office Draw : line breaks;in cells -Oracle Open Office Draw : line charts -Oracle Open Office Draw : line spacing -Oracle Open Office Draw : line spacing;context menu in paragraphs -Oracle Open Office Draw : line spacing;paragraph -Oracle Open Office Draw : line styles -Oracle Open Office Draw : line styles;applying -Oracle Open Office Draw : line styles;defining -Oracle Open Office Draw : line styles;loading -Oracle Open Office Draw : lines -Oracle Open Office Draw : lines;about line ends -Oracle Open Office Draw : lines;connecting objects -Oracle Open Office Draw : lines;defining ends -Oracle Open Office Draw : lines;draw functions -Oracle Open Office Draw : lines;drawing -Oracle Open Office Draw : lines;drawing in text -Oracle Open Office Draw : lines;editing points -Oracle Open Office Draw : lines;inserting -Oracle Open Office Draw : lines;removing automatic lines -Oracle Open Office Draw : lines of text -Oracle Open Office Draw : lines of text;alignment -Oracle Open Office Draw : links -Oracle Open Office Draw : links;between cells and controls -Oracle Open Office Draw : links;by drag and drop -Oracle Open Office Draw : links;character formats -Oracle Open Office Draw : links;definition -Oracle Open Office Draw : links;editing hyperlinks -Oracle Open Office Draw : links;inserting -Oracle Open Office Draw : links;modifying -Oracle Open Office Draw : links;opening files with -Oracle Open Office Draw : links;relational databases (Base) -Oracle Open Office Draw : links;turning off automatic recognition -Oracle Open Office Draw : links;updating options (Writer) -Oracle Open Office Draw : links;updating specific links -Oracle Open Office Draw : list box creation -Oracle Open Office Draw : lists -Oracle Open Office Draw : lists;animations -Oracle Open Office Draw : lists;data assigned to controls -Oracle Open Office Draw : lists;registered databases (Base) -Oracle Open Office Draw : lists;regular expressions -Oracle Open Office Draw : live presentations on the Internet -Oracle Open Office Draw : loading -Oracle Open Office Draw : loading;arrow and line styles -Oracle Open Office Draw : loading;colors/gradients/hatchings -Oracle Open Office Draw : loading;documents -Oracle Open Office Draw : loading;documents from other formats -Oracle Open Office Draw : loading;HTML documents, automatically -Oracle Open Office Draw : loading;Microsoft Office documents with VBA code -Oracle Open Office Draw : loading;reloading -Oracle Open Office Draw : loading;XML files -Oracle Open Office Draw : locale settings -Oracle Open Office Draw : locking layers -Oracle Open Office Draw : logarithmic scaling along axes -Oracle Open Office Draw : lowercase letters -Oracle Open Office Draw : lowercase letters;font effects -Oracle Open Office Draw : Macro Wizard (Base) -Oracle Open Office Draw : Macromedia Flash export -Oracle Open Office Draw : macros -Oracle Open Office Draw : macros;assigning to events in forms -Oracle Open Office Draw : macros;attaching new (Base) -Oracle Open Office Draw : macros;in MS Office documents -Oracle Open Office Draw : macros;interrupting -Oracle Open Office Draw : macros;organizing -Oracle Open Office Draw : macros;recording -Oracle Open Office Draw : macros;running in presentations -Oracle Open Office Draw : macros;security -Oracle Open Office Draw : macros;security levels -Oracle Open Office Draw : macros;security warning dialog -Oracle Open Office Draw : macros;selecting security warnings -Oracle Open Office Draw : magnetic lines in presentations -Oracle Open Office Draw : magnifiers -Oracle Open Office Draw : margins -Oracle Open Office Draw : margins;pages -Oracle Open Office Draw : margins;setting with the mouse -Oracle Open Office Draw : margins;shadows -Oracle Open Office Draw : marking changes -Oracle Open Office Draw : marking, see selecting -Oracle Open Office Draw : master layouts with headers and footers -Oracle Open Office Draw : master pages, see slide masters -Oracle Open Office Draw : master views -Oracle Open Office Draw : Math formula editor -Oracle Open Office Draw : mean value lines in charts -Oracle Open Office Draw : measurement units -Oracle Open Office Draw : measurement units;changing on rulers -Oracle Open Office Draw : measurement units;converting -Oracle Open Office Draw : measurement units;selecting -Oracle Open Office Draw : Media Player window -Oracle Open Office Draw : menus -Oracle Open Office Draw : menus;activating context menus -Oracle Open Office Draw : menus;assigning macros -Oracle Open Office Draw : menus;customizing -Oracle Open Office Draw : merging -Oracle Open Office Draw : merging;documents -Oracle Open Office Draw : merging;draw objects -Oracle Open Office Draw : META tags -Oracle Open Office Draw : metafiles -Oracle Open Office Draw : metafiles;converting to -Oracle Open Office Draw : metafiles;replacing colors -Oracle Open Office Draw : metrics -Oracle Open Office Draw : metrics;converting -Oracle Open Office Draw : metrics;document formatting (Writer) -Oracle Open Office Draw : metrics;in sheets -Oracle Open Office Draw : Microsoft Office -Oracle Open Office Draw : Microsoft Office;Access databases (base) -Oracle Open Office Draw : Microsoft Office;as default file format -Oracle Open Office Draw : Microsoft Office;document import restrictions -Oracle Open Office Draw : Microsoft Office;feature comparisons -Oracle Open Office Draw : Microsoft Office;importing password protected files -Oracle Open Office Draw : Microsoft Office;importing Word documents -Oracle Open Office Draw : Microsoft Office;importing/exporting VBA code -Oracle Open Office Draw : Microsoft Office;new users information -Oracle Open Office Draw : Microsoft Office;opening Microsoft documents -Oracle Open Office Draw : Microsoft Office;reassigning document types -Oracle Open Office Draw : migrating macros (Base) -Oracle Open Office Draw : mirroring objects -Oracle Open Office Draw : mobile device filters -Oracle Open Office Draw : models in XForms -Oracle Open Office Draw : modifying, see changing -Oracle Open Office Draw : more controls -Oracle Open Office Draw : mosaic filter -Oracle Open Office Draw : motion paths -Oracle Open Office Draw : mouse -Oracle Open Office Draw : mouse;pointers when using drag and drop -Oracle Open Office Draw : mouse;positioning -Oracle Open Office Draw : movies -Oracle Open Office Draw : moving -Oracle Open Office Draw : moving;between layers -Oracle Open Office Draw : moving;objects in slides -Oracle Open Office Draw : moving;tab stops on ruler -Oracle Open Office Draw : moving;toolbars -Oracle Open Office Draw : moving;using guide lines in presentations -Oracle Open Office Draw : MS ADO interface (Base) -Oracle Open Office Draw : multi-line titles in forms -Oracle Open Office Draw : multiple documents -Oracle Open Office Draw : multiple documents;opening -Oracle Open Office Draw : multiple monitors -Oracle Open Office Draw : multiple selection -Oracle Open Office Draw : multiplying draw objects -Oracle Open Office Draw : music -Oracle Open Office Draw : My Documents folder -Oracle Open Office Draw : My Documents folder;changing work directory -Oracle Open Office Draw : My Documents folder;opening -Oracle Open Office Draw : MySQL databases (Base) -Oracle Open Office Draw : names -Oracle Open Office Draw : names;multi-line titles -Oracle Open Office Draw : names;objects -Oracle Open Office Draw : names, see also labels/callouts -Oracle Open Office Draw : namespace organization in XForms -Oracle Open Office Draw : native SQL (Base) -Oracle Open Office Draw : navigating -Oracle Open Office Draw : navigating;in documents -Oracle Open Office Draw : Navigation bar -Oracle Open Office Draw : Navigation bar;controls -Oracle Open Office Draw : Navigation bar;forms -Oracle Open Office Draw : Navigator -Oracle Open Office Draw : Navigator;comments -Oracle Open Office Draw : Navigator;contents as lists -Oracle Open Office Draw : Navigator;docking -Oracle Open Office Draw : Navigator;presentations -Oracle Open Office Draw : Navigator;working with -Oracle Open Office Draw : net charts -Oracle Open Office Draw : network identity options -Oracle Open Office Draw : new databases -Oracle Open Office Draw : new documents -Oracle Open Office Draw : new lines in cells -Oracle Open Office Draw : new windows -Oracle Open Office Draw : non-breaking dashes -Oracle Open Office Draw : non-breaking spaces (Writer) -Oracle Open Office Draw : non-printing characters (Writer) -Oracle Open Office Draw : normal view -Oracle Open Office Draw : normal view;backgrounds -Oracle Open Office Draw : normal view;presentations -Oracle Open Office Draw : notes -Oracle Open Office Draw : notes;adding to slides -Oracle Open Office Draw : notes;default formatting -Oracle Open Office Draw : notes;printing in presentations -Oracle Open Office Draw : number formats -Oracle Open Office Draw : number formats;codes -Oracle Open Office Draw : number formats;formats -Oracle Open Office Draw : number formats;recognition in text tables -Oracle Open Office Draw : number of pages -Oracle Open Office Draw : number of sheets -Oracle Open Office Draw : number of tables -Oracle Open Office Draw : numbering -Oracle Open Office Draw : numbering;options -Oracle Open Office Draw : numbering;turning off -Oracle Open Office Draw : numbering;using automatically -Oracle Open Office Draw : numbers -Oracle Open Office Draw : numbers;date, time and currency formats -Oracle Open Office Draw : numbers;decimal places (Calc) -Oracle Open Office Draw : numerical fields in forms -Oracle Open Office Draw : object bars -Oracle Open Office Draw : object bars;editing glue points -Oracle Open Office Draw : objects -Oracle Open Office Draw : objects;aligning -Oracle Open Office Draw : objects;always moveable (Impress/Draw) -Oracle Open Office Draw : objects;arranging within stacks -Oracle Open Office Draw : objects;behind object command -Oracle Open Office Draw : objects;breaking connections -Oracle Open Office Draw : objects;copying when moving in presentations -Oracle Open Office Draw : objects;definition -Oracle Open Office Draw : objects;displaying in spreadsheets -Oracle Open Office Draw : objects;displaying in text documents -Oracle Open Office Draw : objects;editing -Oracle Open Office Draw : objects;effects -Oracle Open Office Draw : objects;in front of object command -Oracle Open Office Draw : objects;inserting from files -Oracle Open Office Draw : objects;inserting from Gallery -Oracle Open Office Draw : objects;inserting OLE objects -Oracle Open Office Draw : objects;moving along paths -Oracle Open Office Draw : objects;moving and resizing with mouse -Oracle Open Office Draw : objects;moving in layers -Oracle Open Office Draw : objects;moving in slides -Oracle Open Office Draw : objects;naming -Oracle Open Office Draw : objects;opening -Oracle Open Office Draw : objects;properties of charts -Oracle Open Office Draw : objects;quickly moving to -Oracle Open Office Draw : objects;reversing -Oracle Open Office Draw : objects;selecting -Oracle Open Office Draw : objects;titles and descriptions -Oracle Open Office Draw : objects;with attributes -Oracle Open Office Draw : ODBC -Oracle Open Office Draw : ODBC;database (Base) -Oracle Open Office Draw : ODBC;definition -Oracle Open Office Draw : ODF file formats -Oracle Open Office Draw : Office -Oracle Open Office Draw : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Draw : OLE -Oracle Open Office Draw : OLE;definition -Oracle Open Office Draw : OLE objects -Oracle Open Office Draw : OLE objects;arranging within stacks -Oracle Open Office Draw : OLE objects;captions (Writer) -Oracle Open Office Draw : OLE objects;inserting -Oracle Open Office Draw : OLE objects;number of -Oracle Open Office Draw : OLE objects;protecting -Oracle Open Office Draw : one and a half line spacing in text -Oracle Open Office Draw : online feedback options -Oracle Open Office Draw : online registration -Oracle Open Office Draw : online update options -Oracle Open Office Draw : online updates -Oracle Open Office Draw : online updates;checking automatically -Oracle Open Office Draw : online updates;checking manually -Oracle Open Office Draw : Open/Save dialogs -Oracle Open Office Draw : OpenDocument file formats -Oracle Open Office Draw : OpenGL -Oracle Open Office Draw : OpenGL;definition -Oracle Open Office Draw : opening -Oracle Open Office Draw : opening;context menus -Oracle Open Office Draw : opening;database files -Oracle Open Office Draw : opening;dialog settings -Oracle Open Office Draw : opening;documents -Oracle Open Office Draw : opening;documents from other formats -Oracle Open Office Draw : opening;documents on WebDAV server -Oracle Open Office Draw : opening;files with links -Oracle Open Office Draw : opening;files, with placeholders -Oracle Open Office Draw : opening;forms -Oracle Open Office Draw : opening;Microsoft Office files -Oracle Open Office Draw : opening;mobile device documents -Oracle Open Office Draw : opening;objects -Oracle Open Office Draw : opening;reports -Oracle Open Office Draw : opening;several files -Oracle Open Office Draw : opening;XForms -Oracle Open Office Draw : operators -Oracle Open Office Draw : operators;default filters -Oracle Open Office Draw : optional hyphens (Writer) -Oracle Open Office Draw : options -Oracle Open Office Draw : options;accessibility -Oracle Open Office Draw : options;appearance -Oracle Open Office Draw : options;compatibility (Writer) -Oracle Open Office Draw : options;improvement program -Oracle Open Office Draw : options;network identity -Oracle Open Office Draw : options;online update -Oracle Open Office Draw : options;tools -Oracle Open Office Draw : Oracle databases (base) -Oracle Open Office Draw : Oracle Open Office Base data sources -Oracle Open Office Draw : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Draw : Oracle Open Office documents -Oracle Open Office Draw : Oracle Open Office documents;mobile device filters -Oracle Open Office Draw : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Draw : Oracle Open Office Impress instructions -Oracle Open Office Draw : Oracle Open Office Math start -Oracle Open Office Draw : order of chart data -Oracle Open Office Draw : ordering -Oracle Open Office Draw : ordering;objects -Oracle Open Office Draw : ordering;slides -Oracle Open Office Draw : organization charts -Oracle Open Office Draw : organizing -Oracle Open Office Draw : organizing;macros and scripts -Oracle Open Office Draw : organizing;namespaces in XForms -Oracle Open Office Draw : organizing;styles -Oracle Open Office Draw : organizing;templates -Oracle Open Office Draw : origin of rulers -Oracle Open Office Draw : original size -Oracle Open Office Draw : original size;printing in Oracle Open Office Math -Oracle Open Office Draw : original size;restoring after cropping -Oracle Open Office Draw : outline view -Oracle Open Office Draw : outlines -Oracle Open Office Draw : outlines;font effects -Oracle Open Office Draw : outlines;outline symbols -Oracle Open Office Draw : outlines;printing -Oracle Open Office Draw : outlines;sending to presentations -Oracle Open Office Draw : overwrite mode -Oracle Open Office Draw : packages, see extensions -Oracle Open Office Draw : page breaks -Oracle Open Office Draw : page breaks;displaying (Calc) -Oracle Open Office Draw : page formats -Oracle Open Office Draw : page formats;maximizing -Oracle Open Office Draw : page formats;restriction -Oracle Open Office Draw : page number field -Oracle Open Office Draw : page numbers on all slides -Oracle Open Office Draw : page styles -Oracle Open Office Draw : page styles;editing/applying with statusbar -Oracle Open Office Draw : pages -Oracle Open Office Draw : pages;backgrounds in all applications -Oracle Open Office Draw : pages;copying -Oracle Open Office Draw : pages;fitting to printed pages -Oracle Open Office Draw : pages;formatting and numbering -Oracle Open Office Draw : pages;printing page names in presentations -Oracle Open Office Draw : pages;scaling -Oracle Open Office Draw : pages;selecting one to print -Oracle Open Office Draw : paint box -Oracle Open Office Draw : paint can symbol -Oracle Open Office Draw : pair kerning -Oracle Open Office Draw : Palm file filters -Oracle Open Office Draw : paper formats -Oracle Open Office Draw : paper size warning -Oracle Open Office Draw : paper trays -Oracle Open Office Draw : paragraph marks -Oracle Open Office Draw : paragraph marks;displaying (Writer) -Oracle Open Office Draw : paragraph styles -Oracle Open Office Draw : paragraph styles;languages -Oracle Open Office Draw : paragraph styles;modifying basic fonts -Oracle Open Office Draw : paragraphs -Oracle Open Office Draw : paragraphs;alignment -Oracle Open Office Draw : paragraphs;Asian typography -Oracle Open Office Draw : paragraphs;defining borders -Oracle Open Office Draw : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Draw : paragraphs;increasing indents of -Oracle Open Office Draw : paragraphs;indents, margins and columns -Oracle Open Office Draw : paragraphs;inserting bullets -Oracle Open Office Draw : paragraphs;joining -Oracle Open Office Draw : paragraphs;numbering automatically -Oracle Open Office Draw : paragraphs;removing blank ones -Oracle Open Office Draw : paragraphs;spacing -Oracle Open Office Draw : paragraphs;tab stops -Oracle Open Office Draw : parameters -Oracle Open Office Draw : parameters;command line -Oracle Open Office Draw : parameters;queries (Base) -Oracle Open Office Draw : passwords for protecting contents -Oracle Open Office Draw : pasting -Oracle Open Office Draw : pasting;cell ranges -Oracle Open Office Draw : pasting;cell ranges from spreadsheets -Oracle Open Office Draw : pasting;data from text documents -Oracle Open Office Draw : pasting;draw objects -Oracle Open Office Draw : pasting;draw objects from other documents -Oracle Open Office Draw : pasting;formatted/unformatted text -Oracle Open Office Draw : pasting;from data source view -Oracle Open Office Draw : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Draw : pasting;pictures from other documents -Oracle Open Office Draw : pasting;sheet areas in text documents -Oracle Open Office Draw : pasting;slides from other presentations -Oracle Open Office Draw : pasting;text from other documents -Oracle Open Office Draw : pasting;to Gallery -Oracle Open Office Draw : paths -Oracle Open Office Draw : paths;changing work directory -Oracle Open Office Draw : paths;defaults -Oracle Open Office Draw : paths;moving objects along -Oracle Open Office Draw : pattern editor -Oracle Open Office Draw : pattern fields -Oracle Open Office Draw : pattern fields;form functions -Oracle Open Office Draw : patterns for objects -Oracle Open Office Draw : PDF -Oracle Open Office Draw : PDF;export -Oracle Open Office Draw : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Draw : personal data input -Oracle Open Office Draw : phonetic guide -Oracle Open Office Draw : picklist creation -Oracle Open Office Draw : pictures -Oracle Open Office Draw : pictures;adding to Gallery -Oracle Open Office Draw : pictures;arranging within stacks -Oracle Open Office Draw : pictures;assigning macros -Oracle Open Office Draw : pictures;backgrounds -Oracle Open Office Draw : pictures;captions (Writer) -Oracle Open Office Draw : pictures;changing paths -Oracle Open Office Draw : pictures;cropping and zooming -Oracle Open Office Draw : pictures;displaying in Calc -Oracle Open Office Draw : pictures;displaying in Writer (Writer) -Oracle Open Office Draw : pictures;drag and drop between documents -Oracle Open Office Draw : pictures;drawing -Oracle Open Office Draw : pictures;editing -Oracle Open Office Draw : pictures;filters -Oracle Open Office Draw : pictures;ImageMap -Oracle Open Office Draw : pictures;inserting -Oracle Open Office Draw : pictures;inserting automatically -Oracle Open Office Draw : pictures;inserting from Gallery -Oracle Open Office Draw : pictures;number of -Oracle Open Office Draw : pictures;printing -Oracle Open Office Draw : pictures;scaling/resizing -Oracle Open Office Draw : pie charts -Oracle Open Office Draw : pie charts;options -Oracle Open Office Draw : pie charts;types -Oracle Open Office Draw : pivot points of draw objects -Oracle Open Office Draw : pixel editor -Oracle Open Office Draw : pixel graphics -Oracle Open Office Draw : pixel graphics;inserting and editing -Oracle Open Office Draw : pixel patterns -Oracle Open Office Draw : placeholders -Oracle Open Office Draw : placeholders;in SQL queries -Oracle Open Office Draw : placeholders;on opening files -Oracle Open Office Draw : placing toolbars -Oracle Open Office Draw : playing movies and sound files -Oracle Open Office Draw : plotting data as charts -Oracle Open Office Draw : plug-ins -Oracle Open Office Draw : plug-ins;activating and deactivating -Oracle Open Office Draw : plug-ins;definition -Oracle Open Office Draw : plug-ins;inserting -Oracle Open Office Draw : pocket device appliances -Oracle Open Office Draw : Pocket PC file filters -Oracle Open Office Draw : points -Oracle Open Office Draw : points;adding/converting/deleting -Oracle Open Office Draw : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Draw : polygon drawing -Oracle Open Office Draw : polygons -Oracle Open Office Draw : polygons;inserting -Oracle Open Office Draw : polygons;intersecting/subtracting/merging -Oracle Open Office Draw : pop-art filter -Oracle Open Office Draw : portable document format -Oracle Open Office Draw : positioning -Oracle Open Office Draw : positioning;axes -Oracle Open Office Draw : positioning;draw objects and controls -Oracle Open Office Draw : positioning;fonts -Oracle Open Office Draw : positioning;objects -Oracle Open Office Draw : positioning;toolbars -Oracle Open Office Draw : post method for form transmissions -Oracle Open Office Draw : posterizing filter -Oracle Open Office Draw : PostScript -Oracle Open Office Draw : PostScript;creating files -Oracle Open Office Draw : PostScript;PDF converter, UNIX -Oracle Open Office Draw : PowerPoint export -Oracle Open Office Draw : precision as shown (Calc) -Oracle Open Office Draw : predefining fonts -Oracle Open Office Draw : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Draw : presentations -Oracle Open Office Draw : presentations;arranging slides -Oracle Open Office Draw : presentations;creating/opening -Oracle Open Office Draw : presentations;exiting by interaction -Oracle Open Office Draw : presentations;exporting to HTML -Oracle Open Office Draw : presentations;importing HTML -Oracle Open Office Draw : presentations;inserting spreadsheet cells -Oracle Open Office Draw : presentations;inserting spreadsheets -Oracle Open Office Draw : presentations;live on the Internet -Oracle Open Office Draw : presentations;navigating -Oracle Open Office Draw : presentations;numbering slides in -Oracle Open Office Draw : presentations;ordering of effects -Oracle Open Office Draw : presentations;print menu -Oracle Open Office Draw : presentations;printing -Oracle Open Office Draw : presentations;rehearse timings -Oracle Open Office Draw : presentations;saving -Oracle Open Office Draw : presentations;saving automatically -Oracle Open Office Draw : presentations;saving in other formats -Oracle Open Office Draw : presentations;sending as e-mail -Oracle Open Office Draw : presentations;settings for -Oracle Open Office Draw : presentations;shortcut keys -Oracle Open Office Draw : presentations;starting -Oracle Open Office Draw : presentations;starting with wizard -Oracle Open Office Draw : presentations;window / full screen -Oracle Open Office Draw : presentations;wizards -Oracle Open Office Draw : Presenter Console shortcuts -Oracle Open Office Draw : press buttons, see push buttons -Oracle Open Office Draw : previews -Oracle Open Office Draw : previews;fonts lists -Oracle Open Office Draw : primary keys -Oracle Open Office Draw : primary keys;defining -Oracle Open Office Draw : primary keys;design view -Oracle Open Office Draw : primary keys;inserting (Base) -Oracle Open Office Draw : print area selection -Oracle Open Office Draw : printer metrics for document formatting (Writer) -Oracle Open Office Draw : printers -Oracle Open Office Draw : printers;adding, UNIX -Oracle Open Office Draw : printers;choosing -Oracle Open Office Draw : printers;default printer -Oracle Open Office Draw : printers;faxes under UNIX -Oracle Open Office Draw : printers;maximum page formats -Oracle Open Office Draw : printers;paper trays -Oracle Open Office Draw : printers;properties -Oracle Open Office Draw : printing -Oracle Open Office Draw : printing;black and white -Oracle Open Office Draw : printing;brochures -Oracle Open Office Draw : printing;colors in grayscale -Oracle Open Office Draw : printing;comments -Oracle Open Office Draw : printing;copies -Oracle Open Office Draw : printing;creating individual jobs -Oracle Open Office Draw : printing;dates in presentations -Oracle Open Office Draw : printing;directly -Oracle Open Office Draw : printing;documents -Oracle Open Office Draw : printing;drawings defaults -Oracle Open Office Draw : printing;elements in text documents -Oracle Open Office Draw : printing;faster -Oracle Open Office Draw : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Draw : printing;fitting to pages in presentations -Oracle Open Office Draw : printing;fitting to paper -Oracle Open Office Draw : printing;formulas in Oracle Open Office Math -Oracle Open Office Draw : printing;hidden pages of presentations -Oracle Open Office Draw : printing;in original size in Oracle Open Office Math -Oracle Open Office Draw : printing;left/right pages -Oracle Open Office Draw : printing;presentations -Oracle Open Office Draw : printing;queries (Base) -Oracle Open Office Draw : printing;scaling in Oracle Open Office Math -Oracle Open Office Draw : printing;selections -Oracle Open Office Draw : printing;text always in black -Oracle Open Office Draw : printing;text in reverse order -Oracle Open Office Draw : printing;tiling pages in presentations -Oracle Open Office Draw : printing;transparencies -Oracle Open Office Draw : printing;warnings -Oracle Open Office Draw : printing;without scaling in presentations -Oracle Open Office Draw : printing speed -Oracle Open Office Draw : programming -Oracle Open Office Draw : programming;Oracle Open Office -Oracle Open Office Draw : programming;scripting -Oracle Open Office Draw : programs run by mouse click in presentations -Oracle Open Office Draw : properties -Oracle Open Office Draw : properties;charts -Oracle Open Office Draw : properties;fields in databases -Oracle Open Office Draw : properties;files -Oracle Open Office Draw : properties;form controls -Oracle Open Office Draw : properties;forms -Oracle Open Office Draw : properties;printers -Oracle Open Office Draw : properties;smooth lines in line charts/XY charts -Oracle Open Office Draw : protected contents -Oracle Open Office Draw : protected dashes -Oracle Open Office Draw : protected database tables -Oracle Open Office Draw : protected documents -Oracle Open Office Draw : protected spaces -Oracle Open Office Draw : protected spaces;inserting -Oracle Open Office Draw : protected spaces;showing (Writer) -Oracle Open Office Draw : protecting -Oracle Open Office Draw : protecting;contents -Oracle Open Office Draw : protecting;recorded changes -Oracle Open Office Draw : proxy settings -Oracle Open Office Draw : push buttons -Oracle Open Office Draw : push buttons;adding to documents -Oracle Open Office Draw : push buttons;creating -Oracle Open Office Draw : pyramids -Oracle Open Office Draw : queries -Oracle Open Office Draw : queries;copying (Base) -Oracle Open Office Draw : queries;creating in design view (Base) -Oracle Open Office Draw : queries;creating in SQL view -Oracle Open Office Draw : queries;defining (Base) -Oracle Open Office Draw : queries;deleting table links (Base) -Oracle Open Office Draw : queries;editing in data source view -Oracle Open Office Draw : queries;formulating filter conditions (Base) -Oracle Open Office Draw : queries;joining tables (Base) -Oracle Open Office Draw : queries;missing elements (Base) -Oracle Open Office Draw : queries;overview (Base) -Oracle Open Office Draw : queries;parameter queries (Base) -Oracle Open Office Draw : queries;printing (Base) -Oracle Open Office Draw : Query Wizard (Base) -Oracle Open Office Draw : Quickstarter -Oracle Open Office Draw : quotation marks -Oracle Open Office Draw : quotation marks;replacing -Oracle Open Office Draw : quotes -Oracle Open Office Draw : quotes;custom -Oracle Open Office Draw : radar charts, see net charts -Oracle Open Office Draw : radio button creation -Oracle Open Office Draw : read-only documents -Oracle Open Office Draw : read-only documents;cursor -Oracle Open Office Draw : read-only documents;database tables on/off -Oracle Open Office Draw : read-only documents;editing -Oracle Open Office Draw : read-only documents;opening documents as -Oracle Open Office Draw : read-only items in Data Navigator -Oracle Open Office Draw : recognizing URLs automatically -Oracle Open Office Draw : recording -Oracle Open Office Draw : recording;changes -Oracle Open Office Draw : recording;display times for slides -Oracle Open Office Draw : recording;macros -Oracle Open Office Draw : records -Oracle Open Office Draw : records;inserting comments -Oracle Open Office Draw : records;protecting -Oracle Open Office Draw : records;saving -Oracle Open Office Draw : records;searching in databases -Oracle Open Office Draw : rectangles -Oracle Open Office Draw : rectangles with round corners -Oracle Open Office Draw : recursions in spreadsheets -Oracle Open Office Draw : redo command -Oracle Open Office Draw : reduced printing -Oracle Open Office Draw : reference lines -Oracle Open Office Draw : references -Oracle Open Office Draw : references;displaying in color (Calc) -Oracle Open Office Draw : references;expanding (Calc) -Oracle Open Office Draw : references;iterative (Calc) -Oracle Open Office Draw : register-true -Oracle Open Office Draw : register-true;definition -Oracle Open Office Draw : registering -Oracle Open Office Draw : registering;address books -Oracle Open Office Draw : registering;databases (Base) -Oracle Open Office Draw : registering;Oracle Open Office -Oracle Open Office Draw : regression curves in charts -Oracle Open Office Draw : regular expressions -Oracle Open Office Draw : regular expressions;list of -Oracle Open Office Draw : regular expressions;opening files -Oracle Open Office Draw : rehearse timings -Oracle Open Office Draw : relational databases (Base) -Oracle Open Office Draw : relations -Oracle Open Office Draw : relations;creating and deleting (Base) -Oracle Open Office Draw : relations;joining tables (Base) -Oracle Open Office Draw : relations;properties (Base) -Oracle Open Office Draw : relative hyperlinks -Oracle Open Office Draw : relative saving of URLs -Oracle Open Office Draw : reloading -Oracle Open Office Draw : reloading;documents -Oracle Open Office Draw : reloading;HTML documents, automatically -Oracle Open Office Draw : remarks, see also comments -Oracle Open Office Draw : remote configurations -Oracle Open Office Draw : remove noise filter -Oracle Open Office Draw : removing -Oracle Open Office Draw : removing;bullets and numbering -Oracle Open Office Draw : removing;form filters -Oracle Open Office Draw : removing, see also deleting -Oracle Open Office Draw : renaming layers -Oracle Open Office Draw : reorganizing charts -Oracle Open Office Draw : repeating -Oracle Open Office Draw : repeating;commands -Oracle Open Office Draw : replacement options -Oracle Open Office Draw : replacement table -Oracle Open Office Draw : replacing -Oracle Open Office Draw : replacing;AutoCorrect function -Oracle Open Office Draw : replacing;colors in bitmaps -Oracle Open Office Draw : replacing;dashes -Oracle Open Office Draw : replacing;tab stops (regular expressions) -Oracle Open Office Draw : Report Builder -Oracle Open Office Draw : reports -Oracle Open Office Draw : reports;creating -Oracle Open Office Draw : reports;error reports -Oracle Open Office Draw : reports;opening and editing -Oracle Open Office Draw : reports;templates -Oracle Open Office Draw : resetting -Oracle Open Office Draw : resetting;templates -Oracle Open Office Draw : resizing -Oracle Open Office Draw : resizing;objects, by mouse -Oracle Open Office Draw : resizing, see also scaling/zooming -Oracle Open Office Draw : resolution when printing bitmaps -Oracle Open Office Draw : restoring -Oracle Open Office Draw : restoring;default formatting -Oracle Open Office Draw : restoring;editing -Oracle Open Office Draw : reversing objects -Oracle Open Office Draw : reversing printing order -Oracle Open Office Draw : review function -Oracle Open Office Draw : review function;accepting or rejecting changes -Oracle Open Office Draw : review function;comparing documents -Oracle Open Office Draw : review function;protecting records -Oracle Open Office Draw : review function;recording changes example -Oracle Open Office Draw : rich text control -Oracle Open Office Draw : right alignment of paragraphs -Oracle Open Office Draw : right joins (Base) -Oracle Open Office Draw : right-to-left text -Oracle Open Office Draw : rotating -Oracle Open Office Draw : rotating;3D text -Oracle Open Office Draw : rotating;draw objects -Oracle Open Office Draw : rotation mode -Oracle Open Office Draw : round corners -Oracle Open Office Draw : rounding precision (Calc) -Oracle Open Office Draw : row headers -Oracle Open Office Draw : row headers;displaying (Calc) -Oracle Open Office Draw : row headers;highlighting (Calc) -Oracle Open Office Draw : rows -Oracle Open Office Draw : rows;inserting -Oracle Open Office Draw : rulers -Oracle Open Office Draw : rulers;default settings -Oracle Open Office Draw : rulers;in presentations -Oracle Open Office Draw : rulers;measurement units -Oracle Open Office Draw : rulers;visible in presentations -Oracle Open Office Draw : running macros/programs in presentations -Oracle Open Office Draw : running slide shows -Oracle Open Office Draw : samples and templates -Oracle Open Office Draw : saving -Oracle Open Office Draw : saving;as HTML -Oracle Open Office Draw : saving;default file formats -Oracle Open Office Draw : saving;dialog settings -Oracle Open Office Draw : saving;documents -Oracle Open Office Draw : saving;documents for mobile devices -Oracle Open Office Draw : saving;documents in other formats -Oracle Open Office Draw : saving;documents, automatically -Oracle Open Office Draw : saving;in Microsoft Office file format -Oracle Open Office Draw : saving;options -Oracle Open Office Draw : saving;templates -Oracle Open Office Draw : saving;to XML -Oracle Open Office Draw : saving;VBA code in Microsoft Office documents -Oracle Open Office Draw : saving;with password by default -Oracle Open Office Draw : saving as command -Oracle Open Office Draw : saving as command;precautions -Oracle Open Office Draw : scaling -Oracle Open Office Draw : scaling;axes -Oracle Open Office Draw : scaling;font sizes in user interface -Oracle Open Office Draw : scaling;objects -Oracle Open Office Draw : scaling;pictures -Oracle Open Office Draw : scaling;printing in Oracle Open Office Math -Oracle Open Office Draw : scaling;text in charts -Oracle Open Office Draw : scaling;when printing presentations -Oracle Open Office Draw : scaling, see also zooming -Oracle Open Office Draw : scatter charts -Oracle Open Office Draw : screen -Oracle Open Office Draw : screen;full screen views -Oracle Open Office Draw : screen;scaling -Oracle Open Office Draw : screen magnifiers -Oracle Open Office Draw : screen readers -Oracle Open Office Draw : script organization -Oracle Open Office Draw : scrollbars -Oracle Open Office Draw : scrollbars;controls -Oracle Open Office Draw : scrollbars;displaying (Calc) -Oracle Open Office Draw : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Draw : search criteria for database functions in cells -Oracle Open Office Draw : search engines -Oracle Open Office Draw : search engines;definition -Oracle Open Office Draw : search engines;selecting -Oracle Open Office Draw : searching -Oracle Open Office Draw : searching;all sheets -Oracle Open Office Draw : searching;databases -Oracle Open Office Draw : searching;form filters -Oracle Open Office Draw : searching;Internet -Oracle Open Office Draw : searching;tables and forms -Oracle Open Office Draw : secondary axes in charts -Oracle Open Office Draw : sections -Oracle Open Office Draw : sections;backgrounds -Oracle Open Office Draw : sectors of circles/ellipses -Oracle Open Office Draw : security -Oracle Open Office Draw : security;digital signatures -Oracle Open Office Draw : security;options for documents with macros -Oracle Open Office Draw : security;protecting contents -Oracle Open Office Draw : security;security levels for macros -Oracle Open Office Draw : security;warning dialogs with macros -Oracle Open Office Draw : segments of circles/ellipses -Oracle Open Office Draw : selecting -Oracle Open Office Draw : selecting;controls -Oracle Open Office Draw : selecting;hidden objects -Oracle Open Office Draw : selecting;layers -Oracle Open Office Draw : selecting;measurement units -Oracle Open Office Draw : selecting;objects -Oracle Open Office Draw : selecting;print areas -Oracle Open Office Draw : selecting;several files -Oracle Open Office Draw : selection clipboard -Oracle Open Office Draw : selection frames -Oracle Open Office Draw : selection modes in text -Oracle Open Office Draw : sending -Oracle Open Office Draw : sending;AutoAbstract function in presentations -Oracle Open Office Draw : sending;documents as e-mail -Oracle Open Office Draw : sending;documents as faxes -Oracle Open Office Draw : separator lines -Oracle Open Office Draw : separator lines;defining -Oracle Open Office Draw : separators -Oracle Open Office Draw : separators;conditional -Oracle Open Office Draw : Server Side ImageMap -Oracle Open Office Draw : settings -Oracle Open Office Draw : settings;printers -Oracle Open Office Draw : settings;program configuration -Oracle Open Office Draw : settings;proxies -Oracle Open Office Draw : settings;tracking changes -Oracle Open Office Draw : settings;views -Oracle Open Office Draw : SGML -Oracle Open Office Draw : SGML;definition -Oracle Open Office Draw : shadows -Oracle Open Office Draw : shadows;areas -Oracle Open Office Draw : shadows;borders -Oracle Open Office Draw : shadows;characters -Oracle Open Office Draw : shadows;characters, using context menu -Oracle Open Office Draw : sharing documents -Oracle Open Office Draw : sharpening filter -Oracle Open Office Draw : shearing objects -Oracle Open Office Draw : sheet tabs -Oracle Open Office Draw : sheet tabs;displaying -Oracle Open Office Draw : sheets -Oracle Open Office Draw : sheets;searching all -Oracle Open Office Draw : shells -Oracle Open Office Draw : shortcut keys -Oracle Open Office Draw : shortcut keys;assigning macros -Oracle Open Office Draw : shortcut keys;charts -Oracle Open Office Draw : shortcut keys;general -Oracle Open Office Draw : shortcut keys;in databases -Oracle Open Office Draw : shortcut keys;in drawings -Oracle Open Office Draw : shortcut keys;in presentations -Oracle Open Office Draw : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Draw : showing -Oracle Open Office Draw : showing;changes -Oracle Open Office Draw : showing;docked windows -Oracle Open Office Draw : showing;drawings and controls (Writer) -Oracle Open Office Draw : showing;guides -Oracle Open Office Draw : showing;hidden layers -Oracle Open Office Draw : showing;hidden slides -Oracle Open Office Draw : showing;levels -Oracle Open Office Draw : showing;live presentations on the Internet -Oracle Open Office Draw : showing;slide shows -Oracle Open Office Draw : showing;subpoints -Oracle Open Office Draw : showing;toolbars -Oracle Open Office Draw : sign conversion to curves -Oracle Open Office Draw : signing documents with digital signatures -Oracle Open Office Draw : similarity search -Oracle Open Office Draw : simple handles (Writer) -Oracle Open Office Draw : simplified Chinese -Oracle Open Office Draw : simplified Chinese;translating to traditional Chinese -Oracle Open Office Draw : single sign on options -Oracle Open Office Draw : single-line spacing in text -Oracle Open Office Draw : sizes -Oracle Open Office Draw : sizes;draw objects -Oracle Open Office Draw : sizes;pictures -Oracle Open Office Draw : skewing draw objects -Oracle Open Office Draw : slanting draw objects -Oracle Open Office Draw : slanting objects -Oracle Open Office Draw : slide designs -Oracle Open Office Draw : slide layouts -Oracle Open Office Draw : slide master view -Oracle Open Office Draw : slide masters -Oracle Open Office Draw : slide masters;changing backgrounds -Oracle Open Office Draw : slide masters;designing -Oracle Open Office Draw : slide masters;headers and footers -Oracle Open Office Draw : slide numbers -Oracle Open Office Draw : slide numbers on all slides -Oracle Open Office Draw : slide shows -Oracle Open Office Draw : slide shows;custom -Oracle Open Office Draw : slide shows;settings for -Oracle Open Office Draw : slide shows;starting -Oracle Open Office Draw : slide transitions -Oracle Open Office Draw : slide transitions;applying effects -Oracle Open Office Draw : slide transitions;automatic -Oracle Open Office Draw : slide transitions;manual -Oracle Open Office Draw : slide transitions;sounds -Oracle Open Office Draw : slides -Oracle Open Office Draw : slides;arranging -Oracle Open Office Draw : slides;backgrounds -Oracle Open Office Draw : slides;changing backgrounds -Oracle Open Office Draw : slides;copying between documents -Oracle Open Office Draw : slides;deleting -Oracle Open Office Draw : slides;expanding -Oracle Open Office Draw : slides;formatting -Oracle Open Office Draw : slides;headers and footers -Oracle Open Office Draw : slides;inserting -Oracle Open Office Draw : slides;inserting as links -Oracle Open Office Draw : slides;inserting speaker notes -Oracle Open Office Draw : slides;page numbers -Oracle Open Office Draw : slides;printing -Oracle Open Office Draw : small capitals -Oracle Open Office Draw : small icons -Oracle Open Office Draw : smart tag configuration -Oracle Open Office Draw : smooth scrolling (Writer) -Oracle Open Office Draw : smoothing filter -Oracle Open Office Draw : snap grid defaults (Writer/Calc) -Oracle Open Office Draw : snap lines, see also guides -Oracle Open Office Draw : snap points -Oracle Open Office Draw : snap points;editing -Oracle Open Office Draw : snap points;inserting -Oracle Open Office Draw : snapping in presentations and drawings -Oracle Open Office Draw : solarization filter -Oracle Open Office Draw : sort lists -Oracle Open Office Draw : sort lists;copying to in Calc -Oracle Open Office Draw : sorting -Oracle Open Office Draw : sorting;data in forms -Oracle Open Office Draw : sorting;databases -Oracle Open Office Draw : sound files -Oracle Open Office Draw : sounds -Oracle Open Office Draw : sounds;for effects -Oracle Open Office Draw : sounds;formats -Oracle Open Office Draw : sounds;on slide transitions -Oracle Open Office Draw : spaces -Oracle Open Office Draw : spaces;displaying (Writer) -Oracle Open Office Draw : spaces;ignoring double -Oracle Open Office Draw : spaces;inserting protected spaces -Oracle Open Office Draw : spaces;showing protected spaces (Writer) -Oracle Open Office Draw : spacing -Oracle Open Office Draw : spacing;between paragraphs in footnotes -Oracle Open Office Draw : spacing;font effects -Oracle Open Office Draw : spacing;lines and paragraphs -Oracle Open Office Draw : spacing;tab stops in text documents -Oracle Open Office Draw : spacing;tabs in presentations -Oracle Open Office Draw : spadmin -Oracle Open Office Draw : speaker notes -Oracle Open Office Draw : speaker notes;defaults -Oracle Open Office Draw : speaker notes;inserting -Oracle Open Office Draw : special characters -Oracle Open Office Draw : speech bubbles -Oracle Open Office Draw : speed of printing -Oracle Open Office Draw : spellcheck -Oracle Open Office Draw : spellcheck;activating for a language -Oracle Open Office Draw : spellcheck;context menus -Oracle Open Office Draw : spellcheck;default languages -Oracle Open Office Draw : spellcheck;dialog -Oracle Open Office Draw : spellcheck;dictionary of exceptions -Oracle Open Office Draw : spellcheck;ignore list -Oracle Open Office Draw : spheres -Oracle Open Office Draw : spin button creation -Oracle Open Office Draw : splitting -Oracle Open Office Draw : splitting;combinations -Oracle Open Office Draw : splitting;curves -Oracle Open Office Draw : spoolfiles with Xprinter -Oracle Open Office Draw : spreadsheets -Oracle Open Office Draw : spreadsheets;as databases (base) -Oracle Open Office Draw : spreadsheets;copying areas to text documents -Oracle Open Office Draw : spreadsheets;creating/opening -Oracle Open Office Draw : spreadsheets;in presentations -Oracle Open Office Draw : spreadsheets;inserting charts -Oracle Open Office Draw : spreadsheets;inserting database records -Oracle Open Office Draw : spreadsheets;printing -Oracle Open Office Draw : spreadsheets;saving -Oracle Open Office Draw : spreadsheets;saving automatically -Oracle Open Office Draw : spreadsheets;saving in other formats -Oracle Open Office Draw : spreadsheets;sending as e-mail -Oracle Open Office Draw : SQL -Oracle Open Office Draw : SQL;definition -Oracle Open Office Draw : SQL;DISTINCT parameter -Oracle Open Office Draw : SQL;executing SQL commands -Oracle Open Office Draw : SQL;executing SQL statements (Base) -Oracle Open Office Draw : SQL;queries (Base) -Oracle Open Office Draw : square drawings -Oracle Open Office Draw : standard bar on/off -Oracle Open Office Draw : standard deviation in charts -Oracle Open Office Draw : standard filters in databases -Oracle Open Office Draw : standard printer under UNIX -Oracle Open Office Draw : start center -Oracle Open Office Draw : start parameters -Oracle Open Office Draw : starting -Oracle Open Office Draw : starting;always with the current slide -Oracle Open Office Draw : starting;custom slide shows -Oracle Open Office Draw : starting;slide shows -Oracle Open Office Draw : statistics in charts -Oracle Open Office Draw : status bar on/off -Oracle Open Office Draw : stickers -Oracle Open Office Draw : stock charts -Oracle Open Office Draw : strikethrough -Oracle Open Office Draw : strikethrough;characters -Oracle Open Office Draw : strikethrough;font effects -Oracle Open Office Draw : styles -Oracle Open Office Draw : styles;'changed' message -Oracle Open Office Draw : styles;arrow and line styles -Oracle Open Office Draw : styles;copying between documents -Oracle Open Office Draw : styles;keyboard shortcuts -Oracle Open Office Draw : styles;organizing -Oracle Open Office Draw : styles;printing styles used in a document -Oracle Open Office Draw : styles;replacing automatically -Oracle Open Office Draw : Styles and Formatting window -Oracle Open Office Draw : Styles and Formatting window;docking -Oracle Open Office Draw : Styles and Formatting window;graphics documents -Oracle Open Office Draw : subforms -Oracle Open Office Draw : subforms;creating -Oracle Open Office Draw : subforms;description -Oracle Open Office Draw : submitting forms -Oracle Open Office Draw : subpoints -Oracle Open Office Draw : subpoints;hiding -Oracle Open Office Draw : subpoints;showing -Oracle Open Office Draw : subtracting polygons -Oracle Open Office Draw : suffixes in file formats -Oracle Open Office Draw : summary slide -Oracle Open Office Draw : support on the Web -Oracle Open Office Draw : synchronizing -Oracle Open Office Draw : synchronizing;labels and business cards -Oracle Open Office Draw : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Draw : system address book registration -Oracle Open Office Draw : tab stops -Oracle Open Office Draw : tab stops;displaying (Writer) -Oracle Open Office Draw : tab stops;inserting and editing -Oracle Open Office Draw : tab stops;regular expressions -Oracle Open Office Draw : tab stops;setting in sheets -Oracle Open Office Draw : tab stops;settings -Oracle Open Office Draw : tab stops;spacing in presentations -Oracle Open Office Draw : tab stops;spacing in text documents -Oracle Open Office Draw : table controls -Oracle Open Office Draw : table controls;form functions -Oracle Open Office Draw : table controls;keyboard-only edit mode -Oracle Open Office Draw : table controls;properties -Oracle Open Office Draw : table views of databases -Oracle Open Office Draw : Table Wizard (Base) -Oracle Open Office Draw : tables -Oracle Open Office Draw : tables;inserting line breaks -Oracle Open Office Draw : tables in databases -Oracle Open Office Draw : tables in databases;access rights to (Base) -Oracle Open Office Draw : tables in databases;adding to queries -Oracle Open Office Draw : tables in databases;browsing and editing -Oracle Open Office Draw : tables in databases;copying database tables (Base) -Oracle Open Office Draw : tables in databases;creating -Oracle Open Office Draw : tables in databases;creating in design view (manually) -Oracle Open Office Draw : tables in databases;importing text formats (Base) -Oracle Open Office Draw : tables in databases;joining for queries (Base) -Oracle Open Office Draw : tables in databases;printing queries (Base) -Oracle Open Office Draw : tables in databases;relations (Base) -Oracle Open Office Draw : tables in databases;searching -Oracle Open Office Draw : tables in spreadsheets -Oracle Open Office Draw : tables in spreadsheets;copying data to other applications -Oracle Open Office Draw : tables in spreadsheets;defining borders -Oracle Open Office Draw : tables in spreadsheets;value highlighting -Oracle Open Office Draw : tables in text -Oracle Open Office Draw : tables in text;captions -Oracle Open Office Draw : tables in text;creating automatically -Oracle Open Office Draw : tables in text;default settings -Oracle Open Office Draw : tables in text;defining borders -Oracle Open Office Draw : tables in text;displaying -Oracle Open Office Draw : tables in text;printing -Oracle Open Office Draw : tabs -Oracle Open Office Draw : tabs;displaying sheet tabs -Oracle Open Office Draw : tags -Oracle Open Office Draw : tags;definition -Oracle Open Office Draw : tags;META tags -Oracle Open Office Draw : task pane -Oracle Open Office Draw : templates -Oracle Open Office Draw : templates;agendas -Oracle Open Office Draw : templates;changing basic fonts -Oracle Open Office Draw : templates;database reports -Oracle Open Office Draw : templates;deleting -Oracle Open Office Draw : templates;editing and saving -Oracle Open Office Draw : templates;faxes -Oracle Open Office Draw : templates;importing and exporting -Oracle Open Office Draw : templates;letters -Oracle Open Office Draw : templates;new documents from templates -Oracle Open Office Draw : templates;opening documents with -Oracle Open Office Draw : templates;organizing -Oracle Open Office Draw : terminology -Oracle Open Office Draw : terminology;general glossary -Oracle Open Office Draw : terminology;Internet glossary -Oracle Open Office Draw : testing XML filters -Oracle Open Office Draw : text -Oracle Open Office Draw : text;animating -Oracle Open Office Draw : text;Asian layout -Oracle Open Office Draw : text;bold -Oracle Open Office Draw : text;coloring -Oracle Open Office Draw : text;converting to curves -Oracle Open Office Draw : text;copying by drag and drop -Oracle Open Office Draw : text;CTL languages -Oracle Open Office Draw : text;double-clicking to edit -Oracle Open Office Draw : text;drawing pictures -Oracle Open Office Draw : text;font effects -Oracle Open Office Draw : text;font sizes -Oracle Open Office Draw : text;font styles -Oracle Open Office Draw : text;fonts and formats -Oracle Open Office Draw : text;Fontwork icons -Oracle Open Office Draw : text;hyperlinks -Oracle Open Office Draw : text;inserting special characters -Oracle Open Office Draw : text;italics -Oracle Open Office Draw : text;kerning -Oracle Open Office Draw : text;language selection -Oracle Open Office Draw : text;line spacing -Oracle Open Office Draw : text;overwriting or inserting -Oracle Open Office Draw : text;printing in black -Oracle Open Office Draw : text;replacing with format -Oracle Open Office Draw : text;selection modes -Oracle Open Office Draw : text;shadowed -Oracle Open Office Draw : text;text/draw objects -Oracle Open Office Draw : text;toolbar -Oracle Open Office Draw : text attributes -Oracle Open Office Draw : text attributes;hyperlinks -Oracle Open Office Draw : text attributes;undoing -Oracle Open Office Draw : text boxes -Oracle Open Office Draw : text boxes;form functions -Oracle Open Office Draw : text boxes;positioning -Oracle Open Office Draw : text breaks in cells -Oracle Open Office Draw : text colors for better accessibility -Oracle Open Office Draw : text databases (Base) -Oracle Open Office Draw : text documents -Oracle Open Office Draw : text documents;creating/opening -Oracle Open Office Draw : text documents;importing/exporting -Oracle Open Office Draw : text documents;inserting in slides -Oracle Open Office Draw : text documents;inserting spreadsheet cells -Oracle Open Office Draw : text documents;print settings -Oracle Open Office Draw : text documents;printing -Oracle Open Office Draw : text documents;saving -Oracle Open Office Draw : text documents;saving automatically -Oracle Open Office Draw : text documents;saving in other formats -Oracle Open Office Draw : text documents;sending as e-mail -Oracle Open Office Draw : text effects -Oracle Open Office Draw : text entry mode for draw objects -Oracle Open Office Draw : text flow -Oracle Open Office Draw : text flow;in cells -Oracle Open Office Draw : text formats -Oracle Open Office Draw : text formats;databases -Oracle Open Office Draw : text formats;pasting -Oracle Open Office Draw : text frames -Oracle Open Office Draw : text input fields -Oracle Open Office Draw : text layout for special languages -Oracle Open Office Draw : text objects -Oracle Open Office Draw : text objects;alignment -Oracle Open Office Draw : text objects;draw functions -Oracle Open Office Draw : text objects;fonts -Oracle Open Office Draw : text objects;in presentations and drawings -Oracle Open Office Draw : text overflow in spreadsheet cells -Oracle Open Office Draw : text scaling in charts -Oracle Open Office Draw : text, see also text documents, paragraphs and characters -Oracle Open Office Draw : TextArt, see Fontwork -Oracle Open Office Draw : textures -Oracle Open Office Draw : textures;inserting from Gallery -Oracle Open Office Draw : textures;on chart bars -Oracle Open Office Draw : Thai -Oracle Open Office Draw : Thai;entering text -Oracle Open Office Draw : Thai;language settings -Oracle Open Office Draw : thesaurus -Oracle Open Office Draw : thesaurus;activating for a language -Oracle Open Office Draw : ticker text -Oracle Open Office Draw : tiled printing of slides -Oracle Open Office Draw : time and date on all slides -Oracle Open Office Draw : time fields -Oracle Open Office Draw : time fields;form functions -Oracle Open Office Draw : times -Oracle Open Office Draw : times;fixed -Oracle Open Office Draw : times;inserting when printing presentations -Oracle Open Office Draw : times;variable -Oracle Open Office Draw : times, formats -Oracle Open Office Draw : timings -Oracle Open Office Draw : timings;rehearse timings -Oracle Open Office Draw : tips -Oracle Open Office Draw : tips;extended tips in Help -Oracle Open Office Draw : title rows -Oracle Open Office Draw : title rows;printing in Oracle Open Office Math -Oracle Open Office Draw : titles -Oracle Open Office Draw : titles;alignment (charts) -Oracle Open Office Draw : titles;changing -Oracle Open Office Draw : titles;editing in charts -Oracle Open Office Draw : titles;font effects -Oracle Open Office Draw : titles;formatting automatically -Oracle Open Office Draw : titles;formatting charts -Oracle Open Office Draw : titles;objects -Oracle Open Office Draw : toolbars -Oracle Open Office Draw : toolbars;3D objects -Oracle Open Office Draw : toolbars;adding buttons -Oracle Open Office Draw : toolbars;curves -Oracle Open Office Draw : toolbars;docking/undocking -Oracle Open Office Draw : toolbars;ellipses -Oracle Open Office Draw : toolbars;Form Navigation bar -Oracle Open Office Draw : toolbars;viewing/closing -Oracle Open Office Draw : tools bar -Oracle Open Office Draw : tooltips -Oracle Open Office Draw : tooltips;extended tips -Oracle Open Office Draw : tooltips;help -Oracle Open Office Draw : torus -Oracle Open Office Draw : traditional Chinese -Oracle Open Office Draw : traditional Chinese;translating to simplified chinese -Oracle Open Office Draw : transition effects -Oracle Open Office Draw : transparency -Oracle Open Office Draw : transparency;adjusting -Oracle Open Office Draw : transparency;areas -Oracle Open Office Draw : transparency;of objects -Oracle Open Office Draw : transparency;off for faster printing -Oracle Open Office Draw : transparency;saving -Oracle Open Office Draw : tree view of Help -Oracle Open Office Draw : trend lines in charts -Oracle Open Office Draw : typefaces -Oracle Open Office Draw : typefaces;adding under UNIX -Oracle Open Office Draw : typefaces;formats -Oracle Open Office Draw : typographical quotes in Oracle Open Office Writer -Oracle Open Office Draw : typography -Oracle Open Office Draw : typography;Asian -Oracle Open Office Draw : underlining -Oracle Open Office Draw : underlining;AutoFormat function -Oracle Open Office Draw : underlining;characters -Oracle Open Office Draw : underlining;text -Oracle Open Office Draw : underlying objects -Oracle Open Office Draw : undocking windows -Oracle Open Office Draw : undoing -Oracle Open Office Draw : undoing;direct formatting -Oracle Open Office Draw : undoing;editing -Oracle Open Office Draw : undoing;number of steps -Oracle Open Office Draw : ungrouping groups -Oracle Open Office Draw : units -Oracle Open Office Draw : units;converting -Oracle Open Office Draw : units;measurement units -Oracle Open Office Draw : unlocking layers -Oracle Open Office Draw : UNO components -Oracle Open Office Draw : UNO components;Extension Manager -Oracle Open Office Draw : UNO components;integrating new -Oracle Open Office Draw : update options -Oracle Open Office Draw : updates -Oracle Open Office Draw : updates;checking automatically -Oracle Open Office Draw : updates;checking manually -Oracle Open Office Draw : updating -Oracle Open Office Draw : updating;fields and charts, automatically (Writer) -Oracle Open Office Draw : updating;links in text documents -Oracle Open Office Draw : updating;links, on opening -Oracle Open Office Draw : updating;templates -Oracle Open Office Draw : URL -Oracle Open Office Draw : URL;changing hyperlink URLs -Oracle Open Office Draw : URL;definition -Oracle Open Office Draw : URL;in pictures -Oracle Open Office Draw : URL;saving absolute/relative paths -Oracle Open Office Draw : URL;turning off URL recognition -Oracle Open Office Draw : user data -Oracle Open Office Draw : user data;input -Oracle Open Office Draw : user data;removing when saving -Oracle Open Office Draw : user feedback -Oracle Open Office Draw : user feedback;automatically -Oracle Open Office Draw : user-defined colors -Oracle Open Office Draw : user-defined dictionaries -Oracle Open Office Draw : user-defined dictionaries;creating -Oracle Open Office Draw : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Draw : user-defined dictionaries;editing -Oracle Open Office Draw : user-defined styles -Oracle Open Office Draw : user-defined styles;automatically replacing -Oracle Open Office Draw : UTF-8/UCS2 support -Oracle Open Office Draw : values -Oracle Open Office Draw : values;rounded as shown (Calc) -Oracle Open Office Draw : variables -Oracle Open Office Draw : variables;for paths -Oracle Open Office Draw : variances in charts -Oracle Open Office Draw : VBA code -Oracle Open Office Draw : VBA code;loading/saving documents with VBA code -Oracle Open Office Draw : vector graphics -Oracle Open Office Draw : vector graphics;converting bitmaps -Oracle Open Office Draw : vectorizing bitmaps -Oracle Open Office Draw : version management -Oracle Open Office Draw : version numbers of documents -Oracle Open Office Draw : versions -Oracle Open Office Draw : versions;comparing documents -Oracle Open Office Draw : versions;file saving as, restriction -Oracle Open Office Draw : versions;merging document versions -Oracle Open Office Draw : versions;of a document -Oracle Open Office Draw : versions;Oracle Open Office -Oracle Open Office Draw : vertical callouts -Oracle Open Office Draw : vertical scrollbars (Writer) -Oracle Open Office Draw : vertical text boxes -Oracle Open Office Draw : videos -Oracle Open Office Draw : viewing -Oracle Open Office Draw : viewing;databases -Oracle Open Office Draw : viewing;file properties -Oracle Open Office Draw : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Draw : viewing;toolbars -Oracle Open Office Draw : views -Oracle Open Office Draw : views;black and white -Oracle Open Office Draw : views;creating database views (Base) -Oracle Open Office Draw : views;defaults -Oracle Open Office Draw : views;display sizes -Oracle Open Office Draw : views;full screen -Oracle Open Office Draw : views;icons -Oracle Open Office Draw : views;scaling -Oracle Open Office Draw : views;shift function -Oracle Open Office Draw : views;slide master view -Oracle Open Office Draw : Visual Basic for Applications -Oracle Open Office Draw : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Draw : watermarks -Oracle Open Office Draw : web documents -Oracle Open Office Draw : web documents;XForms -Oracle Open Office Draw : Web support -Oracle Open Office Draw : WebCast export -Oracle Open Office Draw : WebDAV over HTTPS -Oracle Open Office Draw : windows -Oracle Open Office Draw : windows;docking -Oracle Open Office Draw : windows;docking definition -Oracle Open Office Draw : windows;hiding/showing/docking -Oracle Open Office Draw : windows;new -Oracle Open Office Draw : wizards -Oracle Open Office Draw : wizards;agendas -Oracle Open Office Draw : wizards;database queries -Oracle Open Office Draw : wizards;database tables (Base) -Oracle Open Office Draw : wizards;databases (Base) -Oracle Open Office Draw : wizards;document converter -Oracle Open Office Draw : wizards;Euro Converter -Oracle Open Office Draw : wizards;faxes -Oracle Open Office Draw : wizards;forms -Oracle Open Office Draw : wizards;letters -Oracle Open Office Draw : wizards;macros (Base) -Oracle Open Office Draw : wizards;overview -Oracle Open Office Draw : wizards;presentations -Oracle Open Office Draw : wizards;reports -Oracle Open Office Draw : Word documents -Oracle Open Office Draw : Word documents;compatibility -Oracle Open Office Draw : Word documents;saving as -Oracle Open Office Draw : WordArt, see Fontwork -Oracle Open Office Draw : words -Oracle Open Office Draw : words;automatically replacing -Oracle Open Office Draw : words;wrapping in cells -Oracle Open Office Draw : words;wrapping in CTL -Oracle Open Office Draw : working directory change -Oracle Open Office Draw : wrapping text -Oracle Open Office Draw : wrapping text;in cells -Oracle Open Office Draw : write protection on/off -Oracle Open Office Draw : writing aids options -Oracle Open Office Draw : WYSIWYG in fonts lists -Oracle Open Office Draw : X axes -Oracle Open Office Draw : X axes;grid formatting -Oracle Open Office Draw : X axes;positioning -Oracle Open Office Draw : X axes;scaling -Oracle Open Office Draw : X axes;showing -Oracle Open Office Draw : XForms -Oracle Open Office Draw : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Draw : XForms;conditions -Oracle Open Office Draw : XForms;opening/editing -Oracle Open Office Draw : XML converters -Oracle Open Office Draw : XML file formats -Oracle Open Office Draw : XML filters -Oracle Open Office Draw : XML filters;creating/testing -Oracle Open Office Draw : XML filters;saving as package/installing/deleting -Oracle Open Office Draw : XML filters;settings -Oracle Open Office Draw : XML Forms, see XForms -Oracle Open Office Draw : XSLT filters, see also XML filters -Oracle Open Office Draw : XY charts -Oracle Open Office Draw : Y axes -Oracle Open Office Draw : Y axes;formatting -Oracle Open Office Draw : Y axes;grid formatting -Oracle Open Office Draw : Y axes;positioning -Oracle Open Office Draw : Y axes;scaling -Oracle Open Office Draw : Y axes;showing -Oracle Open Office Draw : years -Oracle Open Office Draw : years;2-digit options -Oracle Open Office Draw : Z axes -Oracle Open Office Draw : Z axes;grid formatting -Oracle Open Office Draw : Z axes;showing -Oracle Open Office Draw : zero values -Oracle Open Office Draw : zero values;displaying (Calc) -Oracle Open Office Draw : zooming -Oracle Open Office Draw : zooming;in presentations -Oracle Open Office Draw : zooming;keyboard -Oracle Open Office Draw : zooming;page views -Oracle Open Office Draw : zooming;pictures -Oracle Open Office Draw : zooming;shortcut keys -Oracle Open Office Draw : zooming;status bar -Oracle Open Office Impress : 1/2 replacement -Oracle Open Office Impress : 3D charts -Oracle Open Office Impress : 3D objects -Oracle Open Office Impress : 3D objects;assembling -Oracle Open Office Impress : 3D objects;generating -Oracle Open Office Impress : 3D objects;inserting -Oracle Open Office Impress : 3D rotation objects -Oracle Open Office Impress : 3D rotation objects;converting to -Oracle Open Office Impress : 3D rotation objects;generating -Oracle Open Office Impress : 3D text creation -Oracle Open Office Impress : abbreviation replacement -Oracle Open Office Impress : absolute hyperlinks -Oracle Open Office Impress : absolute saving of URLs -Oracle Open Office Impress : accents -Oracle Open Office Impress : Access databases (base) -Oracle Open Office Impress : access rights for database tables (Base) -Oracle Open Office Impress : accessibility -Oracle Open Office Impress : accessibility;general shortcuts -Oracle Open Office Impress : accessibility;options -Oracle Open Office Impress : accessibility;Oracle Open Office assistive technology -Oracle Open Office Impress : accessibility;Oracle Open Office Draw -Oracle Open Office Impress : accessibility;Oracle Open Office features -Oracle Open Office Impress : accessibility;Oracle Open Office Impress -Oracle Open Office Impress : activating -Oracle Open Office Impress : activating;context menus -Oracle Open Office Impress : activating;Error Report Tool -Oracle Open Office Impress : activating;extended help tips -Oracle Open Office Impress : activating;plug-ins -Oracle Open Office Impress : ActiveX control -Oracle Open Office Impress : Adabas D databases (base) -Oracle Open Office Impress : add-ons, see UNO components -Oracle Open Office Impress : additional selection mode -Oracle Open Office Impress : address books -Oracle Open Office Impress : address books;LDAP server (Base) -Oracle Open Office Impress : address books;registering -Oracle Open Office Impress : address labels from databases -Oracle Open Office Impress : ADO databases (Base) -Oracle Open Office Impress : Agenda Wizard -Oracle Open Office Impress : aging filter -Oracle Open Office Impress : aligning -Oracle Open Office Impress : aligning;2D charts -Oracle Open Office Impress : aligning;cells -Oracle Open Office Impress : aligning;draw objects -Oracle Open Office Impress : aligning;objects -Oracle Open Office Impress : aligning;paragraphs -Oracle Open Office Impress : aligning;tables in text -Oracle Open Office Impress : aligning;text objects -Oracle Open Office Impress : aligning;titles in charts -Oracle Open Office Impress : allowing -Oracle Open Office Impress : allowing;effects -Oracle Open Office Impress : allowing;interaction -Oracle Open Office Impress : alternative fonts -Oracle Open Office Impress : ampersand symbol, see also operators -Oracle Open Office Impress : anchors -Oracle Open Office Impress : anchors;changing -Oracle Open Office Impress : anchors;displaying (Calc) -Oracle Open Office Impress : anchors;types/positions for draw objects -Oracle Open Office Impress : animated GIFs -Oracle Open Office Impress : animated slide transitions -Oracle Open Office Impress : animation effects -Oracle Open Office Impress : animations -Oracle Open Office Impress : animations;accessibility options -Oracle Open Office Impress : animations;editing -Oracle Open Office Impress : animations;list of -Oracle Open Office Impress : animations;saving as GIFs -Oracle Open Office Impress : appearance options -Oracle Open Office Impress : Arabic -Oracle Open Office Impress : Arabic;entering text -Oracle Open Office Impress : Arabic;language settings -Oracle Open Office Impress : area charts -Oracle Open Office Impress : areas -Oracle Open Office Impress : areas;bitmap patterns -Oracle Open Office Impress : areas;from connected lines -Oracle Open Office Impress : areas;hatched/dotted -Oracle Open Office Impress : areas;shadows -Oracle Open Office Impress : areas;slanting -Oracle Open Office Impress : areas;styles -Oracle Open Office Impress : areas;transparency -Oracle Open Office Impress : arguments in command line -Oracle Open Office Impress : arranging -Oracle Open Office Impress : arranging;objects -Oracle Open Office Impress : arranging;objects (guide) -Oracle Open Office Impress : arranging;slides -Oracle Open Office Impress : arrows -Oracle Open Office Impress : arrows;defining arrow heads -Oracle Open Office Impress : arrows;defining arrow lines -Oracle Open Office Impress : arrows;drawing in text -Oracle Open Office Impress : arrows;inserting -Oracle Open Office Impress : arrows;loading arrow styles -Oracle Open Office Impress : ASCII -Oracle Open Office Impress : ASCII;definition -Oracle Open Office Impress : Asian languages -Oracle Open Office Impress : Asian languages;enabling -Oracle Open Office Impress : Asian Phonetic Guide -Oracle Open Office Impress : Asian typography -Oracle Open Office Impress : assembled objects in 3D -Oracle Open Office Impress : assigning scripts -Oracle Open Office Impress : assistive technology in Oracle Open Office -Oracle Open Office Impress : attaching toolbars -Oracle Open Office Impress : attachments in e-mails -Oracle Open Office Impress : attributes -Oracle Open Office Impress : attributes;objects with -Oracle Open Office Impress : audio -Oracle Open Office Impress : authors -Oracle Open Office Impress : auto reloading HTML documents -Oracle Open Office Impress : AutoAbstract function for sending text to presentations -Oracle Open Office Impress : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Impress : AutoComplete function in text and list boxes -Oracle Open Office Impress : AutoCorrect function -Oracle Open Office Impress : AutoCorrect function;context menu -Oracle Open Office Impress : AutoCorrect function;options -Oracle Open Office Impress : AutoCorrect function;pictures and frames -Oracle Open Office Impress : AutoCorrect function;quotes -Oracle Open Office Impress : AutoCorrect function;replacement table -Oracle Open Office Impress : AutoCorrect function;switching on and off in Calc -Oracle Open Office Impress : AutoCorrect function;URL recognition -Oracle Open Office Impress : AutoFormat function -Oracle Open Office Impress : AutoFormat function;switching on and off -Oracle Open Office Impress : automatic captions (Writer) -Oracle Open Office Impress : automatic control focus -Oracle Open Office Impress : automatic hyperlink formatting -Oracle Open Office Impress : automatic line breaks -Oracle Open Office Impress : automatic lines/borders in text -Oracle Open Office Impress : automatic saving -Oracle Open Office Impress : automatic slide changes -Oracle Open Office Impress : automatic slide changes;rehearse timings -Oracle Open Office Impress : automatic slide shows -Oracle Open Office Impress : automatic slide transition -Oracle Open Office Impress : AutoPilots, see wizards -Oracle Open Office Impress : AutoValue (Base) -Oracle Open Office Impress : averages in charts -Oracle Open Office Impress : axes -Oracle Open Office Impress : axes;better scaling -Oracle Open Office Impress : axes;formatting -Oracle Open Office Impress : axes;formatting grids -Oracle Open Office Impress : axes;inserting grids -Oracle Open Office Impress : axes;interval marks -Oracle Open Office Impress : axes;showing axes in charts -Oracle Open Office Impress : axes in charts -Oracle Open Office Impress : backgrounds -Oracle Open Office Impress : backgrounds;changing -Oracle Open Office Impress : backgrounds;defining colors/pictures -Oracle Open Office Impress : backgrounds;deleting unused -Oracle Open Office Impress : backgrounds;frames/sections/indexes -Oracle Open Office Impress : backgrounds;inserting from Gallery -Oracle Open Office Impress : backgrounds;normal view -Oracle Open Office Impress : backgrounds;notes -Oracle Open Office Impress : backgrounds;printing -Oracle Open Office Impress : backgrounds;slides -Oracle Open Office Impress : backing window -Oracle Open Office Impress : backups -Oracle Open Office Impress : backups;automatic -Oracle Open Office Impress : backups;documents -Oracle Open Office Impress : bar charts -Oracle Open Office Impress : Basic -Oracle Open Office Impress : Basic;fonts for source display -Oracle Open Office Impress : Basic;programming -Oracle Open Office Impress : Basic;recording macros -Oracle Open Office Impress : basic fonts -Oracle Open Office Impress : behind object command -Oracle Open Office Impress : Bézier curves -Oracle Open Office Impress : Bézier curves;control points in presentations -Oracle Open Office Impress : bi-directional writing -Oracle Open Office Impress : binding space -Oracle Open Office Impress : bitmaps -Oracle Open Office Impress : bitmaps;converting to -Oracle Open Office Impress : bitmaps;converting to vector graphics -Oracle Open Office Impress : bitmaps;inserting and editing -Oracle Open Office Impress : bitmaps;off for faster printing -Oracle Open Office Impress : bitmaps;patterns -Oracle Open Office Impress : bitmaps;replacing colors -Oracle Open Office Impress : black and white display -Oracle Open Office Impress : black and white printing -Oracle Open Office Impress : black and white view -Oracle Open Office Impress : black printing in Calc -Oracle Open Office Impress : block selection mode -Oracle Open Office Impress : bold -Oracle Open Office Impress : bold;AutoFormat function -Oracle Open Office Impress : bold;text -Oracle Open Office Impress : bookmarks -Oracle Open Office Impress : bookmarks;Help -Oracle Open Office Impress : borders -Oracle Open Office Impress : borders;arranging -Oracle Open Office Impress : borders;cells on screen (Calc) -Oracle Open Office Impress : borders;for paragraphs -Oracle Open Office Impress : borders;for tables -Oracle Open Office Impress : borders;shadows -Oracle Open Office Impress : borders;table boundaries (Writer) -Oracle Open Office Impress : borders, see also frames -Oracle Open Office Impress : bound fields -Oracle Open Office Impress : bound fields;controls -Oracle Open Office Impress : boundaries of tables (Writer) -Oracle Open Office Impress : break display (Writer) -Oracle Open Office Impress : breaking object connections -Oracle Open Office Impress : brochures -Oracle Open Office Impress : brochures;printing several -Oracle Open Office Impress : bubble charts -Oracle Open Office Impress : build numbers of Oracle Open Office -Oracle Open Office Impress : bullet lists -Oracle Open Office Impress : bullet lists;formatting options -Oracle Open Office Impress : bullets -Oracle Open Office Impress : bullets;paragraphs -Oracle Open Office Impress : bullets;replacing -Oracle Open Office Impress : bullets;turning off -Oracle Open Office Impress : business cards -Oracle Open Office Impress : business cards;creating and synchronizing -Oracle Open Office Impress : business cards;using templates -Oracle Open Office Impress : button bars, see toolbars -Oracle Open Office Impress : buttons -Oracle Open Office Impress : buttons;adding push buttons -Oracle Open Office Impress : buttons;big/small -Oracle Open Office Impress : buttons;editing hyperlink buttons -Oracle Open Office Impress : buttons;form functions -Oracle Open Office Impress : buttons;toolbars -Oracle Open Office Impress : cache for graphics -Oracle Open Office Impress : calculating -Oracle Open Office Impress : calculating;iterative references (Calc) -Oracle Open Office Impress : calculating;regression curves -Oracle Open Office Impress : callouts -Oracle Open Office Impress : callouts;drawings -Oracle Open Office Impress : callouts;inserting in presentations -Oracle Open Office Impress : capital letters -Oracle Open Office Impress : capital letters;AutoCorrect function -Oracle Open Office Impress : capital letters;font effects -Oracle Open Office Impress : captions -Oracle Open Office Impress : captions;automatic captions (Writer) -Oracle Open Office Impress : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Impress : captions, see also labels/callouts -Oracle Open Office Impress : cascading update (Base) -Oracle Open Office Impress : case sensitivity -Oracle Open Office Impress : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Impress : case sensitivity;searching -Oracle Open Office Impress : cells -Oracle Open Office Impress : cells;aligning -Oracle Open Office Impress : cells;coloring (Calc) -Oracle Open Office Impress : cells;cursor positions after input (Calc) -Oracle Open Office Impress : cells;formatting without effect (Calc) -Oracle Open Office Impress : cells;line breaks -Oracle Open Office Impress : cells;linked to controls -Oracle Open Office Impress : cells;number of -Oracle Open Office Impress : cells;pasting -Oracle Open Office Impress : cells;resetting formats -Oracle Open Office Impress : cells;showing grid lines (Calc) -Oracle Open Office Impress : centered text -Oracle Open Office Impress : centimeters -Oracle Open Office Impress : certificates -Oracle Open Office Impress : changes -Oracle Open Office Impress : changes;accepting or rejecting -Oracle Open Office Impress : changes;comparing to original -Oracle Open Office Impress : changes;protecting -Oracle Open Office Impress : changes;recording -Oracle Open Office Impress : changes;review function -Oracle Open Office Impress : changes;showing -Oracle Open Office Impress : changing -Oracle Open Office Impress : changing;document titles -Oracle Open Office Impress : changing;file associations in Setup program -Oracle Open Office Impress : changing;icon sizes -Oracle Open Office Impress : changing;layer properties -Oracle Open Office Impress : changing;layout for handouts -Oracle Open Office Impress : changing;links -Oracle Open Office Impress : changing;order of slides -Oracle Open Office Impress : changing;slide layouts -Oracle Open Office Impress : changing;work directory -Oracle Open Office Impress : changing, see also editing and replacing -Oracle Open Office Impress : character styles -Oracle Open Office Impress : character styles;language selection -Oracle Open Office Impress : characters -Oracle Open Office Impress : characters;alternative fonts -Oracle Open Office Impress : characters;Asian layout -Oracle Open Office Impress : characters;bold -Oracle Open Office Impress : characters;coloring -Oracle Open Office Impress : characters;converting to curves -Oracle Open Office Impress : characters;displaying only on screen (Writer) -Oracle Open Office Impress : characters;enabling CTL and Asian characters -Oracle Open Office Impress : characters;font effects -Oracle Open Office Impress : characters;fonts and formats -Oracle Open Office Impress : characters;hyperlinks -Oracle Open Office Impress : characters;italics -Oracle Open Office Impress : characters;language selection -Oracle Open Office Impress : characters;shadowed -Oracle Open Office Impress : characters;spacing -Oracle Open Office Impress : characters;special -Oracle Open Office Impress : characters;underlining -Oracle Open Office Impress : charcoal sketches filter -Oracle Open Office Impress : chart legends -Oracle Open Office Impress : chart legends;hiding -Oracle Open Office Impress : chart legends;showing icons with labels -Oracle Open Office Impress : chart types -Oracle Open Office Impress : chart types;area -Oracle Open Office Impress : chart types;bubble -Oracle Open Office Impress : chart types;column and bar -Oracle Open Office Impress : chart types;column and line -Oracle Open Office Impress : chart types;line -Oracle Open Office Impress : chart types;net -Oracle Open Office Impress : chart types;pie/donut -Oracle Open Office Impress : chart types;stock -Oracle Open Office Impress : chart types;XY (scatter) -Oracle Open Office Impress : charts -Oracle Open Office Impress : charts;3D views -Oracle Open Office Impress : charts;aligning -Oracle Open Office Impress : charts;arranging within stacks -Oracle Open Office Impress : charts;bars with textures -Oracle Open Office Impress : charts;choosing chart types -Oracle Open Office Impress : charts;colors -Oracle Open Office Impress : charts;copying with link to source cell range -Oracle Open Office Impress : charts;data labels -Oracle Open Office Impress : charts;displaying (Calc) -Oracle Open Office Impress : charts;editing axes -Oracle Open Office Impress : charts;editing data -Oracle Open Office Impress : charts;editing legends -Oracle Open Office Impress : charts;editing titles -Oracle Open Office Impress : charts;formatting areas -Oracle Open Office Impress : charts;formatting floors -Oracle Open Office Impress : charts;formatting walls -Oracle Open Office Impress : charts;inserting -Oracle Open Office Impress : charts;overview -Oracle Open Office Impress : charts;positioning axes -Oracle Open Office Impress : charts;properties -Oracle Open Office Impress : charts;reorganizing -Oracle Open Office Impress : charts;scaling axes -Oracle Open Office Impress : charts;scaling text -Oracle Open Office Impress : charts;shortcuts -Oracle Open Office Impress : charts;showing axes -Oracle Open Office Impress : charts;updating automatically (Writer) -Oracle Open Office Impress : check box creation -Oracle Open Office Impress : Chinese writing systems -Oracle Open Office Impress : choosing printers -Oracle Open Office Impress : circle drawings -Oracle Open Office Impress : circle segments -Oracle Open Office Impress : circles -Oracle Open Office Impress : circles;of objects -Oracle Open Office Impress : Client Side ImageMap -Oracle Open Office Impress : clipboard -Oracle Open Office Impress : clipboard;cutting -Oracle Open Office Impress : clipboard;pasting -Oracle Open Office Impress : clipboard;pasting formatted/unformatted text -Oracle Open Office Impress : clipboard;selection clipboard -Oracle Open Office Impress : clipboard;Unix -Oracle Open Office Impress : closing -Oracle Open Office Impress : closing;documents -Oracle Open Office Impress : closing;shapes -Oracle Open Office Impress : closing;toolbars -Oracle Open Office Impress : collaboration -Oracle Open Office Impress : color bar -Oracle Open Office Impress : colors -Oracle Open Office Impress : colors;adding -Oracle Open Office Impress : colors;appearance -Oracle Open Office Impress : colors;backgrounds -Oracle Open Office Impress : colors;charts -Oracle Open Office Impress : colors;default colors -Oracle Open Office Impress : colors;defining and saving -Oracle Open Office Impress : colors;defining gradients interactively -Oracle Open Office Impress : colors;displaying presentations -Oracle Open Office Impress : colors;fill format -Oracle Open Office Impress : colors;fonts -Oracle Open Office Impress : colors;grid lines and cells (Calc) -Oracle Open Office Impress : colors;loading lists -Oracle Open Office Impress : colors;models -Oracle Open Office Impress : colors;not printing -Oracle Open Office Impress : colors;printing in grayscale -Oracle Open Office Impress : colors;replacing -Oracle Open Office Impress : colors;restriction (Calc) -Oracle Open Office Impress : colors;selection -Oracle Open Office Impress : column and line charts -Oracle Open Office Impress : column charts -Oracle Open Office Impress : column headers -Oracle Open Office Impress : column headers;displaying (Calc) -Oracle Open Office Impress : column headers;highlighting (Calc) -Oracle Open Office Impress : columns -Oracle Open Office Impress : columns;inserting -Oracle Open Office Impress : columns;setting with the mouse -Oracle Open Office Impress : combination charts -Oracle Open Office Impress : combining -Oracle Open Office Impress : combining;3D objects -Oracle Open Office Impress : combining;draw objects -Oracle Open Office Impress : combining;undoing -Oracle Open Office Impress : combo box creation -Oracle Open Office Impress : command button creation -Oracle Open Office Impress : command buttons, see push buttons -Oracle Open Office Impress : command line parameters -Oracle Open Office Impress : commands -Oracle Open Office Impress : commands;repeating -Oracle Open Office Impress : commands;SQL -Oracle Open Office Impress : comments -Oracle Open Office Impress : comments;displaying (Calc) -Oracle Open Office Impress : comments;inserting/editing/deleting/printing -Oracle Open Office Impress : comments;on changes -Oracle Open Office Impress : comments;printing in text -Oracle Open Office Impress : common terms -Oracle Open Office Impress : common terms;Chinese dictionary -Oracle Open Office Impress : common terms;glossaries -Oracle Open Office Impress : common terms;Internet glossary -Oracle Open Office Impress : comparisons -Oracle Open Office Impress : comparisons;document versions -Oracle Open Office Impress : comparisons;operators in default filter dialog -Oracle Open Office Impress : compatibility settings for MS Word import -Oracle Open Office Impress : complete screen view -Oracle Open Office Impress : complex text layout -Oracle Open Office Impress : complex text layout;definition -Oracle Open Office Impress : complex text layout;enabling -Oracle Open Office Impress : complex text layout, see CTL -Oracle Open Office Impress : compose key to insert special characters -Oracle Open Office Impress : concatenation, see ampersand symbol -Oracle Open Office Impress : conditional separators -Oracle Open Office Impress : conditions -Oracle Open Office Impress : conditions;in number formats -Oracle Open Office Impress : conditions;items in Data Navigator -Oracle Open Office Impress : cones -Oracle Open Office Impress : Configuration Manager -Oracle Open Office Impress : configuring -Oracle Open Office Impress : configuring;fax icon -Oracle Open Office Impress : configuring;Oracle Open Office -Oracle Open Office Impress : configuring;toolbars -Oracle Open Office Impress : connecting -Oracle Open Office Impress : connecting;draw objects -Oracle Open Office Impress : connecting;lines -Oracle Open Office Impress : connecting;paths and objects -Oracle Open Office Impress : connections to data sources (Base) -Oracle Open Office Impress : connectors -Oracle Open Office Impress : connectors;properties of -Oracle Open Office Impress : connectors;using -Oracle Open Office Impress : constructing shapes -Oracle Open Office Impress : contents protection -Oracle Open Office Impress : context menus -Oracle Open Office Impress : contours -Oracle Open Office Impress : contours;converting to -Oracle Open Office Impress : control point display in presentations -Oracle Open Office Impress : control points definition -Oracle Open Office Impress : controls -Oracle Open Office Impress : controls;activating in forms -Oracle Open Office Impress : controls;adding to documents -Oracle Open Office Impress : controls;arranging in forms -Oracle Open Office Impress : controls;arranging within stacks -Oracle Open Office Impress : controls;assigning data sources -Oracle Open Office Impress : controls;assigning macros (Basic) -Oracle Open Office Impress : controls;bound fields/list contents/linked cells -Oracle Open Office Impress : controls;events -Oracle Open Office Impress : controls;focus -Oracle Open Office Impress : controls;formatted fields -Oracle Open Office Impress : controls;grouping -Oracle Open Office Impress : controls;hidden -Oracle Open Office Impress : controls;inserting -Oracle Open Office Impress : controls;multi-line titles -Oracle Open Office Impress : controls;positions and sizes -Oracle Open Office Impress : controls;printing -Oracle Open Office Impress : controls;properties of form controls -Oracle Open Office Impress : controls;properties of table controls -Oracle Open Office Impress : controls;reference by SQL -Oracle Open Office Impress : controls;rich text control -Oracle Open Office Impress : controls;select mode -Oracle Open Office Impress : controls;showing (Writer) -Oracle Open Office Impress : converters -Oracle Open Office Impress : converters;Euro converter -Oracle Open Office Impress : converters;PostScript, UNIX -Oracle Open Office Impress : converters;XML -Oracle Open Office Impress : converting -Oracle Open Office Impress : converting;bitmaps to polygons -Oracle Open Office Impress : converting;Hangul/Hanja -Oracle Open Office Impress : converting;metrics -Oracle Open Office Impress : converting;Microsoft documents -Oracle Open Office Impress : converting;Oracle Open Office documents -Oracle Open Office Impress : converting;Pocket PC formats -Oracle Open Office Impress : converting;points -Oracle Open Office Impress : converting;text to curves -Oracle Open Office Impress : converting;to bitmaps -Oracle Open Office Impress : converting;to contours -Oracle Open Office Impress : converting;to curves, polygons, 3D -Oracle Open Office Impress : converting;to metafile format (WMF) -Oracle Open Office Impress : copies -Oracle Open Office Impress : copies;printing -Oracle Open Office Impress : copying -Oracle Open Office Impress : copying;by drag and drop -Oracle Open Office Impress : copying;data from text documents -Oracle Open Office Impress : copying;datasource records in spreadsheets -Oracle Open Office Impress : copying;draw objects -Oracle Open Office Impress : copying;draw objects between documents -Oracle Open Office Impress : copying;formatting -Oracle Open Office Impress : copying;from data source view -Oracle Open Office Impress : copying;from Gallery -Oracle Open Office Impress : copying;in Unix -Oracle Open Office Impress : copying;pictures, between documents -Oracle Open Office Impress : copying;sheet areas, to text documents -Oracle Open Office Impress : copying;slides -Oracle Open Office Impress : copying;text from other documents -Oracle Open Office Impress : copying;to Gallery -Oracle Open Office Impress : copyright for Oracle Open Office -Oracle Open Office Impress : corner points -Oracle Open Office Impress : corner roundings -Oracle Open Office Impress : covered objects -Oracle Open Office Impress : crash reports -Oracle Open Office Impress : criteria of query design (Base) -Oracle Open Office Impress : cropping pictures -Oracle Open Office Impress : cross-fading -Oracle Open Office Impress : cross-fading;creating cross-fades -Oracle Open Office Impress : cross-fading;slides -Oracle Open Office Impress : cross-fading;two draw objects -Oracle Open Office Impress : CTL -Oracle Open Office Impress : CTL;(not) wrapping words -Oracle Open Office Impress : CTL;complex text layout languages -Oracle Open Office Impress : CTL;definition -Oracle Open Office Impress : CTL;options -Oracle Open Office Impress : cubes -Oracle Open Office Impress : currencies -Oracle Open Office Impress : currencies;converters -Oracle Open Office Impress : currencies;format codes -Oracle Open Office Impress : currency field creation -Oracle Open Office Impress : currency formats -Oracle Open Office Impress : cursor -Oracle Open Office Impress : cursor;allowing in protected areas (Writer) -Oracle Open Office Impress : cursor;in read-only text -Oracle Open Office Impress : cursor;quickly moving to an object -Oracle Open Office Impress : curves -Oracle Open Office Impress : curves;converting text to -Oracle Open Office Impress : curves;drawing -Oracle Open Office Impress : curves;editing -Oracle Open Office Impress : curves;editing points -Oracle Open Office Impress : curves;properties in line charts/XY charts -Oracle Open Office Impress : curves;toolbar -Oracle Open Office Impress : custom animation -Oracle Open Office Impress : custom colors -Oracle Open Office Impress : custom dictionaries -Oracle Open Office Impress : custom dictionaries;editing -Oracle Open Office Impress : custom gradients -Oracle Open Office Impress : custom hyphens (Writer) -Oracle Open Office Impress : custom quotes -Oracle Open Office Impress : custom slide shows -Oracle Open Office Impress : custom templates -Oracle Open Office Impress : customizing -Oracle Open Office Impress : customizing;events -Oracle Open Office Impress : customizing;keyboard -Oracle Open Office Impress : customizing;menus -Oracle Open Office Impress : customizing;Oracle Open Office -Oracle Open Office Impress : customizing;round corners -Oracle Open Office Impress : customizing;toolbars -Oracle Open Office Impress : cutting -Oracle Open Office Impress : cylinders -Oracle Open Office Impress : dashes -Oracle Open Office Impress : data -Oracle Open Office Impress : data;filtering in forms -Oracle Open Office Impress : data;forms and subforms -Oracle Open Office Impress : data;read-only -Oracle Open Office Impress : data;sorting in forms -Oracle Open Office Impress : data;user data -Oracle Open Office Impress : data binding change in XForms -Oracle Open Office Impress : data labels in charts -Oracle Open Office Impress : Data Navigator -Oracle Open Office Impress : Data Navigator;adding/editing items -Oracle Open Office Impress : Data Navigator;display options -Oracle Open Office Impress : data ranges in charts -Oracle Open Office Impress : data series -Oracle Open Office Impress : data source browser -Oracle Open Office Impress : data source explorer -Oracle Open Office Impress : data source view -Oracle Open Office Impress : data source view;drag and drop -Oracle Open Office Impress : data source view;overview -Oracle Open Office Impress : data source view;showing -Oracle Open Office Impress : data sources -Oracle Open Office Impress : data sources;as tables -Oracle Open Office Impress : data sources;connection settings (Base) -Oracle Open Office Impress : data sources;copying records to spreadsheets -Oracle Open Office Impress : data sources;displaying current -Oracle Open Office Impress : data sources;LDAP server (Base) -Oracle Open Office Impress : data sources;Oracle Open Office Base -Oracle Open Office Impress : data sources;registering address books -Oracle Open Office Impress : data sources;reports -Oracle Open Office Impress : data sources;setting for stock charts -Oracle Open Office Impress : data sources;viewing -Oracle Open Office Impress : data structure of XForms -Oracle Open Office Impress : data values in charts -Oracle Open Office Impress : data, see also values -Oracle Open Office Impress : database contents -Oracle Open Office Impress : database contents;inserting as tables -Oracle Open Office Impress : database contents;inserting as text -Oracle Open Office Impress : database reports -Oracle Open Office Impress : Database Wizard (Base) -Oracle Open Office Impress : databases -Oracle Open Office Impress : databases;administration through SQL (Base) -Oracle Open Office Impress : databases;ADO (Base) -Oracle Open Office Impress : databases;connecting (Base) -Oracle Open Office Impress : databases;creating -Oracle Open Office Impress : databases;creating labels -Oracle Open Office Impress : databases;creating queries -Oracle Open Office Impress : databases;creating reports -Oracle Open Office Impress : databases;creating tables -Oracle Open Office Impress : databases;deleting (Base) -Oracle Open Office Impress : databases;drag and drop (Base) -Oracle Open Office Impress : databases;editing tables -Oracle Open Office Impress : databases;form filters -Oracle Open Office Impress : databases;formats (Base) -Oracle Open Office Impress : databases;importing/exporting -Oracle Open Office Impress : databases;JDBC (Base) -Oracle Open Office Impress : databases;main page (Base) -Oracle Open Office Impress : databases;ODBC (Base) -Oracle Open Office Impress : databases;overview -Oracle Open Office Impress : databases;registering (Base) -Oracle Open Office Impress : databases;searching records -Oracle Open Office Impress : databases;shortcut keys -Oracle Open Office Impress : databases;sorting -Oracle Open Office Impress : databases;standard filters -Oracle Open Office Impress : databases;text formats -Oracle Open Office Impress : databases;viewing -Oracle Open Office Impress : date fields -Oracle Open Office Impress : date fields;creating -Oracle Open Office Impress : date fields;properties -Oracle Open Office Impress : date formats -Oracle Open Office Impress : date on all slides -Oracle Open Office Impress : dates -Oracle Open Office Impress : dates;default (Calc) -Oracle Open Office Impress : dates;fixed -Oracle Open Office Impress : dates;printing in presentations -Oracle Open Office Impress : dates;start 1900/01/01 (Calc) -Oracle Open Office Impress : dates;start 1904/01/01 (Calc) -Oracle Open Office Impress : dates;variable -Oracle Open Office Impress : dBASE -Oracle Open Office Impress : dBASE;database settings (Base) -Oracle Open Office Impress : DDE -Oracle Open Office Impress : DDE;definition -Oracle Open Office Impress : deactivating -Oracle Open Office Impress : deactivating;plug-ins -Oracle Open Office Impress : decimal places displayed (Calc) -Oracle Open Office Impress : decimal separator key -Oracle Open Office Impress : decimal tab stops -Oracle Open Office Impress : decreasing sizes of views -Oracle Open Office Impress : default directories -Oracle Open Office Impress : default filters -Oracle Open Office Impress : default filters;comparison operators -Oracle Open Office Impress : default filters;databases -Oracle Open Office Impress : default printer -Oracle Open Office Impress : default printer;setting up -Oracle Open Office Impress : default printer;UNIX -Oracle Open Office Impress : default templates -Oracle Open Office Impress : default templates;changing -Oracle Open Office Impress : default templates;organizing -Oracle Open Office Impress : defaults -Oracle Open Office Impress : defaults;documents -Oracle Open Office Impress : defaults;file formats in file dialogs -Oracle Open Office Impress : defaults;file formats in Oracle Open Office -Oracle Open Office Impress : defaults;fonts -Oracle Open Office Impress : defaults;grids (Writer/Calc) -Oracle Open Office Impress : defaults;languages -Oracle Open Office Impress : defaults;number formats -Oracle Open Office Impress : defaults;of saving -Oracle Open Office Impress : defaults;program configuration -Oracle Open Office Impress : defaults;tab stops in text -Oracle Open Office Impress : defaults;views -Oracle Open Office Impress : defining -Oracle Open Office Impress : defining;arrowheads and other line ends -Oracle Open Office Impress : defining;colors -Oracle Open Office Impress : defining;gradients -Oracle Open Office Impress : defining;line styles -Oracle Open Office Impress : defining;paragraph borders -Oracle Open Office Impress : defining;queries (Base) -Oracle Open Office Impress : defining;table borders -Oracle Open Office Impress : deleting -Oracle Open Office Impress : deleting;all direct formatting -Oracle Open Office Impress : deleting;animation effects -Oracle Open Office Impress : deleting;comments -Oracle Open Office Impress : deleting;databases (Base) -Oracle Open Office Impress : deleting;hyperlinks -Oracle Open Office Impress : deleting;layers -Oracle Open Office Impress : deleting;lines in text -Oracle Open Office Impress : deleting;models/instances -Oracle Open Office Impress : deleting;namespaces in XForms -Oracle Open Office Impress : deleting;points -Oracle Open Office Impress : deleting;slide transition effects -Oracle Open Office Impress : deleting;slides -Oracle Open Office Impress : deleting;tab stops -Oracle Open Office Impress : deleting;templates -Oracle Open Office Impress : deleting;XML filters -Oracle Open Office Impress : depth stagger -Oracle Open Office Impress : descriptions for objects -Oracle Open Office Impress : design mode after saving -Oracle Open Office Impress : design view -Oracle Open Office Impress : design view;creating forms -Oracle Open Office Impress : design view;queries/views (Base) -Oracle Open Office Impress : designing -Oracle Open Office Impress : designing;database tables -Oracle Open Office Impress : designing;fonts -Oracle Open Office Impress : designing;queries (Base) -Oracle Open Office Impress : detaching toolbars -Oracle Open Office Impress : dictionaries -Oracle Open Office Impress : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Impress : dictionaries;creating -Oracle Open Office Impress : dictionaries;editing user-defined -Oracle Open Office Impress : dictionaries;spellcheck -Oracle Open Office Impress : dictionaries, see also languages -Oracle Open Office Impress : digital signatures -Oracle Open Office Impress : digital signatures;getting/managing/applying -Oracle Open Office Impress : digital signatures;overview -Oracle Open Office Impress : digital signatures;WebDAV over HTTPS -Oracle Open Office Impress : dimension lines -Oracle Open Office Impress : dimension lines;drawing -Oracle Open Office Impress : dimension lines;properties of -Oracle Open Office Impress : direct formatting -Oracle Open Office Impress : direct formatting;undoing all -Oracle Open Office Impress : directories -Oracle Open Office Impress : directories;creating new -Oracle Open Office Impress : directories;directory structure -Oracle Open Office Impress : disabled persons -Oracle Open Office Impress : display qualities of presentations -Oracle Open Office Impress : displaying -Oracle Open Office Impress : displaying;comments (Calc) -Oracle Open Office Impress : displaying;comments in text documents -Oracle Open Office Impress : displaying;non-printing characters (Writer) -Oracle Open Office Impress : displaying;pictures and objects (Writer) -Oracle Open Office Impress : displaying;tables (Writer) -Oracle Open Office Impress : displaying;zero values (Calc) -Oracle Open Office Impress : distances -Oracle Open Office Impress : distinct values in SQL queries -Oracle Open Office Impress : distorting in drawings -Oracle Open Office Impress : distorting objects -Oracle Open Office Impress : distributing draw objects -Oracle Open Office Impress : distributing XML filters -Oracle Open Office Impress : docking -Oracle Open Office Impress : docking;definition -Oracle Open Office Impress : docking;toolbars -Oracle Open Office Impress : docking;windows -Oracle Open Office Impress : Document Converter Wizard -Oracle Open Office Impress : Document Map, see Navigator -Oracle Open Office Impress : document types in Oracle Open Office -Oracle Open Office Impress : documents -Oracle Open Office Impress : documents;changing titles -Oracle Open Office Impress : documents;closing -Oracle Open Office Impress : documents;comparing -Oracle Open Office Impress : documents;contents as lists -Oracle Open Office Impress : documents;editing time -Oracle Open Office Impress : documents;exporting -Oracle Open Office Impress : documents;importing -Oracle Open Office Impress : documents;languages -Oracle Open Office Impress : documents;measurement units in -Oracle Open Office Impress : documents;merging -Oracle Open Office Impress : documents;number of pages/tables/sheets -Oracle Open Office Impress : documents;opening -Oracle Open Office Impress : documents;opening in design mode -Oracle Open Office Impress : documents;opening with templates -Oracle Open Office Impress : documents;organizing -Oracle Open Office Impress : documents;printing -Oracle Open Office Impress : documents;read-only -Oracle Open Office Impress : documents;reloading -Oracle Open Office Impress : documents;saving -Oracle Open Office Impress : documents;saving automatically -Oracle Open Office Impress : documents;saving in other formats -Oracle Open Office Impress : documents;sending as e-mail -Oracle Open Office Impress : documents;styles changed -Oracle Open Office Impress : documents;version management -Oracle Open Office Impress : documents;version numbers -Oracle Open Office Impress : donut charts -Oracle Open Office Impress : dotted areas -Oracle Open Office Impress : double-line spacing in paragraphs -Oracle Open Office Impress : double-line writing in Asian layout -Oracle Open Office Impress : doubling draw objects -Oracle Open Office Impress : drag and drop -Oracle Open Office Impress : drag and drop;copying and pasting text -Oracle Open Office Impress : drag and drop;data source view -Oracle Open Office Impress : drag and drop;from Gallery to draw objects -Oracle Open Office Impress : drag and drop;overview -Oracle Open Office Impress : drag and drop;pictures -Oracle Open Office Impress : drag and drop;to Gallery -Oracle Open Office Impress : Draw instructions -Oracle Open Office Impress : draw objects -Oracle Open Office Impress : draw objects;adding/editing/copying -Oracle Open Office Impress : draw objects;anchoring -Oracle Open Office Impress : draw objects;arranging within stacks -Oracle Open Office Impress : draw objects;combining -Oracle Open Office Impress : draw objects;connecting lines to -Oracle Open Office Impress : draw objects;converting text to -Oracle Open Office Impress : draw objects;copying between documents -Oracle Open Office Impress : draw objects;cross-fading two objects -Oracle Open Office Impress : draw objects;displaying (Calc) -Oracle Open Office Impress : draw objects;dropping Gallery pictures -Oracle Open Office Impress : draw objects;duplicating -Oracle Open Office Impress : draw objects;flipping -Oracle Open Office Impress : draw objects;grouping -Oracle Open Office Impress : draw objects;legends -Oracle Open Office Impress : draw objects;positioning and resizing -Oracle Open Office Impress : draw objects;protecting -Oracle Open Office Impress : draw objects;rotating -Oracle Open Office Impress : draw objects;slanting -Oracle Open Office Impress : draw objects;text entry mode -Oracle Open Office Impress : draw objects;text in -Oracle Open Office Impress : drawing -Oracle Open Office Impress : drawing;3D objects -Oracle Open Office Impress : drawing;freeform lines -Oracle Open Office Impress : drawing;lines -Oracle Open Office Impress : drawing;sectors and segments -Oracle Open Office Impress : Drawing bar -Oracle Open Office Impress : drawing lines in text -Oracle Open Office Impress : drawings -Oracle Open Office Impress : drawings;creating/opening -Oracle Open Office Impress : drawings;languages -Oracle Open Office Impress : drawings;printing -Oracle Open Office Impress : drawings;printing defaults -Oracle Open Office Impress : drawings;printing in text documents -Oracle Open Office Impress : drawings;saving -Oracle Open Office Impress : drawings;saving automatically -Oracle Open Office Impress : drawings;saving in other formats -Oracle Open Office Impress : drawings;sending as e-mail -Oracle Open Office Impress : drawings;shortcut keys -Oracle Open Office Impress : drawings;showing (Writer) -Oracle Open Office Impress : drawings;zoom function in -Oracle Open Office Impress : drawings, see also draw objects -Oracle Open Office Impress : drop-down lists in form functions -Oracle Open Office Impress : duplicating draw objects -Oracle Open Office Impress : e-mail attachments -Oracle Open Office Impress : Edit File icon -Oracle Open Office Impress : edit mode -Oracle Open Office Impress : edit mode;after opening -Oracle Open Office Impress : edit mode;through Enter key (Calc) -Oracle Open Office Impress : Edit Points bar -Oracle Open Office Impress : editing -Oracle Open Office Impress : editing;chart axes -Oracle Open Office Impress : editing;chart data -Oracle Open Office Impress : editing;chart legends -Oracle Open Office Impress : editing;chart titles -Oracle Open Office Impress : editing;comments -Oracle Open Office Impress : editing;curves -Oracle Open Office Impress : editing;data binding of XForms -Oracle Open Office Impress : editing;database tables and queries -Oracle Open Office Impress : editing;draw objects -Oracle Open Office Impress : editing;fields -Oracle Open Office Impress : editing;Fontwork objects -Oracle Open Office Impress : editing;gradients -Oracle Open Office Impress : editing;guides and snap points -Oracle Open Office Impress : editing;hyperlinks -Oracle Open Office Impress : editing;menus -Oracle Open Office Impress : editing;objects -Oracle Open Office Impress : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Impress : editing;pictures -Oracle Open Office Impress : editing;reports -Oracle Open Office Impress : editing;shortcut keys -Oracle Open Office Impress : editing;slide titles -Oracle Open Office Impress : editing;tab stops -Oracle Open Office Impress : editing;templates -Oracle Open Office Impress : editing;titles -Oracle Open Office Impress : editing;toolbars -Oracle Open Office Impress : editing;undoing -Oracle Open Office Impress : editing;XForms -Oracle Open Office Impress : editing time of documents -Oracle Open Office Impress : editors -Oracle Open Office Impress : editors;formula editor -Oracle Open Office Impress : editors;ImageMap editor -Oracle Open Office Impress : effects -Oracle Open Office Impress : effects;animated slide transitions -Oracle Open Office Impress : effects;applying to/removing from objects -Oracle Open Office Impress : effects;font positions -Oracle Open Office Impress : effects;fonts -Oracle Open Office Impress : effects;Fontwork icons -Oracle Open Office Impress : effects;preview -Oracle Open Office Impress : effects;sounds -Oracle Open Office Impress : ellipses -Oracle Open Office Impress : ellipses;segments -Oracle Open Office Impress : ellipses;toolbars -Oracle Open Office Impress : empty documents -Oracle Open Office Impress : empty paragraph removal -Oracle Open Office Impress : encryption of contents -Oracle Open Office Impress : entering groups -Oracle Open Office Impress : entering text from right to left -Oracle Open Office Impress : equal sign, see also operators -Oracle Open Office Impress : equations in formula editor -Oracle Open Office Impress : error bars in charts -Oracle Open Office Impress : error indicators in charts -Oracle Open Office Impress : Error Report Tool -Oracle Open Office Impress : Euro -Oracle Open Office Impress : Euro;currency formats -Oracle Open Office Impress : Euro;Euro Converter Wizard -Oracle Open Office Impress : even/odd pages -Oracle Open Office Impress : even/odd pages;printing -Oracle Open Office Impress : events -Oracle Open Office Impress : events;assigning scripts -Oracle Open Office Impress : events;controls -Oracle Open Office Impress : events;customizing -Oracle Open Office Impress : events;in forms -Oracle Open Office Impress : Excel -Oracle Open Office Impress : Excel;saving as -Oracle Open Office Impress : Excel;search criteria -Oracle Open Office Impress : exceptions -Oracle Open Office Impress : exceptions;user-defined dictionaries -Oracle Open Office Impress : exchanging, see also replacing -Oracle Open Office Impress : executing SQL commands -Oracle Open Office Impress : exiting -Oracle Open Office Impress : exiting;by clicking objects -Oracle Open Office Impress : exiting;groups -Oracle Open Office Impress : exiting;Oracle Open Office -Oracle Open Office Impress : expanding -Oracle Open Office Impress : expanding;slides -Oracle Open Office Impress : expanding formatting (Calc) -Oracle Open Office Impress : explorer of data sources -Oracle Open Office Impress : export filters -Oracle Open Office Impress : exporting -Oracle Open Office Impress : exporting;animations to GIF format -Oracle Open Office Impress : exporting;bitmaps -Oracle Open Office Impress : exporting;HTML and text documents -Oracle Open Office Impress : exporting;Microsoft Office documents with VBA code -Oracle Open Office Impress : exporting;presentations to HTML -Oracle Open Office Impress : exporting;spreadsheets to text format -Oracle Open Office Impress : exporting;templates -Oracle Open Office Impress : exporting;to foreign formats -Oracle Open Office Impress : exporting;to HTML -Oracle Open Office Impress : exporting;to Macromedia Flash format -Oracle Open Office Impress : exporting;to Microsoft Office formats -Oracle Open Office Impress : exporting;to PDF -Oracle Open Office Impress : exporting;to PostScript format -Oracle Open Office Impress : exporting;to XML -Oracle Open Office Impress : exporting;XML files -Oracle Open Office Impress : extended tips in Help -Oracle Open Office Impress : extension mode in text -Oracle Open Office Impress : extensions -Oracle Open Office Impress : extensions;Extension Manager -Oracle Open Office Impress : extensions;file formats -Oracle Open Office Impress : external keys (Base) -Oracle Open Office Impress : extrusion objects -Oracle Open Office Impress : eyedropper tool -Oracle Open Office Impress : faster printing -Oracle Open Office Impress : faxes -Oracle Open Office Impress : faxes;configuring Oracle Open Office -Oracle Open Office Impress : faxes;fax programs/fax printers under UNIX -Oracle Open Office Impress : faxes;selecting a fax machine -Oracle Open Office Impress : faxes;sending -Oracle Open Office Impress : faxes;wizards -Oracle Open Office Impress : feedback -Oracle Open Office Impress : feedback;automatically -Oracle Open Office Impress : fields -Oracle Open Office Impress : fields;authors -Oracle Open Office Impress : fields;database tables -Oracle Open Office Impress : fields;dates (fixed) -Oracle Open Office Impress : fields;dates (variable) -Oracle Open Office Impress : fields;displaying field codes (Writer) -Oracle Open Office Impress : fields;editing -Oracle Open Office Impress : fields;file names -Oracle Open Office Impress : fields;formatted fields -Oracle Open Office Impress : fields;formatting -Oracle Open Office Impress : fields;in slides -Oracle Open Office Impress : fields;page numbers -Oracle Open Office Impress : fields;times (fixed) -Oracle Open Office Impress : fields;times (variable) -Oracle Open Office Impress : fields;updating automatically (Writer) -Oracle Open Office Impress : file associations for Microsoft Office -Oracle Open Office Impress : file filters -Oracle Open Office Impress : file filters;mobile devices -Oracle Open Office Impress : file filters;XML -Oracle Open Office Impress : file formats -Oracle Open Office Impress : file formats;changing Oracle Open Office defaults -Oracle Open Office Impress : file formats;OpenDocument/XML -Oracle Open Office Impress : file formats;saving always in other formats -Oracle Open Office Impress : file selection button -Oracle Open Office Impress : file sharing options for current document -Oracle Open Office Impress : files -Oracle Open Office Impress : files;filters and formats -Oracle Open Office Impress : files;importing -Oracle Open Office Impress : files;inserting -Oracle Open Office Impress : files;inserting pictures -Oracle Open Office Impress : files;opening -Oracle Open Office Impress : files;opening with placeholders -Oracle Open Office Impress : files;properties -Oracle Open Office Impress : files;saving -Oracle Open Office Impress : files;saving automatically -Oracle Open Office Impress : files;saving in other formats -Oracle Open Office Impress : files;sending as e-mail -Oracle Open Office Impress : files;version numbers -Oracle Open Office Impress : files and folders in Oracle Open Office -Oracle Open Office Impress : fill characters with tabulators -Oracle Open Office Impress : fill colors for areas -Oracle Open Office Impress : fill format mode -Oracle Open Office Impress : fill format mode;styles -Oracle Open Office Impress : fill patterns for areas -Oracle Open Office Impress : filter conditions -Oracle Open Office Impress : filter conditions;connecting -Oracle Open Office Impress : filter conditions;in queries (Base) -Oracle Open Office Impress : filtering -Oracle Open Office Impress : filtering;data in databases -Oracle Open Office Impress : filtering;data in forms -Oracle Open Office Impress : filters -Oracle Open Office Impress : filters;comparison operators -Oracle Open Office Impress : filters;for import and export -Oracle Open Office Impress : filters;Navigator -Oracle Open Office Impress : filters;pictures -Oracle Open Office Impress : filters;XML filter settings -Oracle Open Office Impress : Find tab in Help -Oracle Open Office Impress : finding -Oracle Open Office Impress : finding;in all sheets -Oracle Open Office Impress : finding;records in form documents -Oracle Open Office Impress : finding;selections -Oracle Open Office Impress : finding;similarity search -Oracle Open Office Impress : fitting to pages -Oracle Open Office Impress : fitting to pages;individual slides -Oracle Open Office Impress : fitting to pages;print settings in Math -Oracle Open Office Impress : fitting to pages;print settings in presentations -Oracle Open Office Impress : fixed text -Oracle Open Office Impress : fixed text;form functions -Oracle Open Office Impress : fixing toolbars -Oracle Open Office Impress : flipping around a flip line -Oracle Open Office Impress : flipping draw objects -Oracle Open Office Impress : floating frames in HTML documents -Oracle Open Office Impress : floating text -Oracle Open Office Impress : floating toolbars -Oracle Open Office Impress : flowcharts -Oracle Open Office Impress : focus of controls -Oracle Open Office Impress : folder creation -Oracle Open Office Impress : font lists -Oracle Open Office Impress : font name box -Oracle Open Office Impress : font sizes -Oracle Open Office Impress : font sizes;bullets -Oracle Open Office Impress : font sizes;relative changes -Oracle Open Office Impress : font sizes;scaling on screen -Oracle Open Office Impress : font sizes;text -Oracle Open Office Impress : fonts -Oracle Open Office Impress : fonts;adding under UNIX -Oracle Open Office Impress : fonts;changing in templates -Oracle Open Office Impress : fonts;colors -Oracle Open Office Impress : fonts;default settings -Oracle Open Office Impress : fonts;effects -Oracle Open Office Impress : fonts;for HTML and Basic -Oracle Open Office Impress : fonts;formats -Oracle Open Office Impress : fonts;outlines -Oracle Open Office Impress : fonts;positions in text -Oracle Open Office Impress : fonts;shadows -Oracle Open Office Impress : fonts;specifying several -Oracle Open Office Impress : fonts;strikethrough -Oracle Open Office Impress : fonts;styles -Oracle Open Office Impress : fonts;text objects -Oracle Open Office Impress : Fontwork icons -Oracle Open Office Impress : footers -Oracle Open Office Impress : footers;backgrounds -Oracle Open Office Impress : footers;slide masters -Oracle Open Office Impress : footers;slides -Oracle Open Office Impress : form controls -Oracle Open Office Impress : form controls;assigning macros -Oracle Open Office Impress : form controls;protecting -Oracle Open Office Impress : form controls;toolbars -Oracle Open Office Impress : form fields -Oracle Open Office Impress : form filters -Oracle Open Office Impress : Form Navigator -Oracle Open Office Impress : format codes -Oracle Open Office Impress : format codes;numbers -Oracle Open Office Impress : format filling printing in Oracle Open Office Math -Oracle Open Office Impress : Format Paintbrush -Oracle Open Office Impress : formats -Oracle Open Office Impress : formats;Asian layout -Oracle Open Office Impress : formats;fonts -Oracle Open Office Impress : formats;maximizing page formats -Oracle Open Office Impress : formats;number and currency formats -Oracle Open Office Impress : formats;of currencies/date/time -Oracle Open Office Impress : formats;on opening and saving -Oracle Open Office Impress : formats;pasting in special formats -Oracle Open Office Impress : formats;positions -Oracle Open Office Impress : formats;tabulators -Oracle Open Office Impress : formatted fields -Oracle Open Office Impress : formatted fields;form functions -Oracle Open Office Impress : formatted fields;properties -Oracle Open Office Impress : formatting -Oracle Open Office Impress : formatting;Asian typography -Oracle Open Office Impress : formatting;axes in charts -Oracle Open Office Impress : formatting;chart areas -Oracle Open Office Impress : formatting;chart floors -Oracle Open Office Impress : formatting;chart legends -Oracle Open Office Impress : formatting;chart titles -Oracle Open Office Impress : formatting;chart walls -Oracle Open Office Impress : formatting;copying -Oracle Open Office Impress : formatting;definition -Oracle Open Office Impress : formatting;expanding (Calc) -Oracle Open Office Impress : formatting;fields -Oracle Open Office Impress : formatting;font effects -Oracle Open Office Impress : formatting;hyperlinks -Oracle Open Office Impress : formatting;pages -Oracle Open Office Impress : formatting;printer metrics (Writer) -Oracle Open Office Impress : formatting;slides -Oracle Open Office Impress : formatting;slides headings -Oracle Open Office Impress : formatting;undoing -Oracle Open Office Impress : formatting;undoing when writing -Oracle Open Office Impress : forms -Oracle Open Office Impress : forms;browsing -Oracle Open Office Impress : forms;Combo Box/List Box Wizard -Oracle Open Office Impress : forms;creating -Oracle Open Office Impress : forms;data -Oracle Open Office Impress : forms;designing (Base) -Oracle Open Office Impress : forms;events -Oracle Open Office Impress : forms;filtering data -Oracle Open Office Impress : forms;finding records -Oracle Open Office Impress : forms;focus after opening -Oracle Open Office Impress : forms;general information (Base) -Oracle Open Office Impress : forms;grouping controls -Oracle Open Office Impress : forms;HTML filters -Oracle Open Office Impress : forms;inserting -Oracle Open Office Impress : forms;Navigator -Oracle Open Office Impress : forms;opening in design mode -Oracle Open Office Impress : forms;properties -Oracle Open Office Impress : forms;sorting data -Oracle Open Office Impress : forms;subforms -Oracle Open Office Impress : forms;wizards -Oracle Open Office Impress : forms;XForms -Oracle Open Office Impress : formula texts -Oracle Open Office Impress : formula texts;printing in Oracle Open Office Math -Oracle Open Office Impress : formulas -Oracle Open Office Impress : formulas;new -Oracle Open Office Impress : formulas;starting formula editor -Oracle Open Office Impress : formulas in reports -Oracle Open Office Impress : formulas in reports;editing -Oracle Open Office Impress : forums and support -Oracle Open Office Impress : frames -Oracle Open Office Impress : frames;around paragraphs -Oracle Open Office Impress : frames;around tables -Oracle Open Office Impress : frames;AutoCorrect function -Oracle Open Office Impress : frames;backgrounds -Oracle Open Office Impress : frames;captions (Writer) -Oracle Open Office Impress : frames;printing in Oracle Open Office Math -Oracle Open Office Impress : frames;protecting -Oracle Open Office Impress : frames;selection frames -Oracle Open Office Impress : frames;text fitting to frames -Oracle Open Office Impress : freeform lines -Oracle Open Office Impress : freeform lines;draw functions -Oracle Open Office Impress : freeform lines;drawing -Oracle Open Office Impress : FTP -Oracle Open Office Impress : FTP;opening documents -Oracle Open Office Impress : FTP;saving documents -Oracle Open Office Impress : full joins (Base) -Oracle Open Office Impress : full screen view -Oracle Open Office Impress : full-text search in Help -Oracle Open Office Impress : functions in reports -Oracle Open Office Impress : functions in reports;editing -Oracle Open Office Impress : Gallery -Oracle Open Office Impress : Gallery;adding pictures -Oracle Open Office Impress : Gallery;dragging pictures to draw objects -Oracle Open Office Impress : Gallery;hiding/showing -Oracle Open Office Impress : Gallery;inserting pictures from -Oracle Open Office Impress : geometric forms -Oracle Open Office Impress : get method for form transmissions -Oracle Open Office Impress : getting support -Oracle Open Office Impress : GIF format -Oracle Open Office Impress : GIF images -Oracle Open Office Impress : GIF images;animating -Oracle Open Office Impress : GIF images;replacing colors -Oracle Open Office Impress : glossaries -Oracle Open Office Impress : glossaries;common terms -Oracle Open Office Impress : glossaries;Internet terms -Oracle Open Office Impress : glue points -Oracle Open Office Impress : glue points;using -Oracle Open Office Impress : gradients -Oracle Open Office Impress : gradients;applying and defining -Oracle Open Office Impress : gradients;defining colors -Oracle Open Office Impress : gradients;loading lists -Oracle Open Office Impress : gradients;transparent -Oracle Open Office Impress : gradients off for faster printing -Oracle Open Office Impress : graphic objects, see draw objects -Oracle Open Office Impress : graphical text art -Oracle Open Office Impress : graphics -Oracle Open Office Impress : graphics;cache -Oracle Open Office Impress : graphics;protecting -Oracle Open Office Impress : graphics, see also pictures -Oracle Open Office Impress : grayscale display -Oracle Open Office Impress : grayscale printing -Oracle Open Office Impress : grid controls -Oracle Open Office Impress : grid controls;form functions -Oracle Open Office Impress : grids -Oracle Open Office Impress : grids;defaults (Writer/Calc) -Oracle Open Office Impress : grids;display options (Impress/Draw) -Oracle Open Office Impress : grids;displaying lines (Calc) -Oracle Open Office Impress : grids;formatting axes -Oracle Open Office Impress : grids;inserting in charts -Oracle Open Office Impress : group box creation -Oracle Open Office Impress : grouping -Oracle Open Office Impress : grouping;draw objects -Oracle Open Office Impress : groups -Oracle Open Office Impress : groups;entering/exiting/ungrouping -Oracle Open Office Impress : groups;naming -Oracle Open Office Impress : groups;of controls -Oracle Open Office Impress : guides -Oracle Open Office Impress : guides;display options (Impress/Draw) -Oracle Open Office Impress : guides;displaying when moving objects (Impress) -Oracle Open Office Impress : guides;editing -Oracle Open Office Impress : guides;inserting -Oracle Open Office Impress : guides;show snap lines icon -Oracle Open Office Impress : guides;showing (Calc) -Oracle Open Office Impress : guides;showing when moving frames (Writer) -Oracle Open Office Impress : gutter -Oracle Open Office Impress : half-spheres -Oracle Open Office Impress : hand icon for moving slides -Oracle Open Office Impress : handles -Oracle Open Office Impress : handles;displaying (Writer) -Oracle Open Office Impress : handles;large -Oracle Open Office Impress : handles;scaling -Oracle Open Office Impress : handles;showing simple/large handles (Calc) -Oracle Open Office Impress : handles;simple -Oracle Open Office Impress : handout printing -Oracle Open Office Impress : Hangul/Hanja -Oracle Open Office Impress : hatching -Oracle Open Office Impress : hatching -Oracle Open Office Impress : hatching;loading lists -Oracle Open Office Impress : headers -Oracle Open Office Impress : headers;backgrounds -Oracle Open Office Impress : headers and footers -Oracle Open Office Impress : headers and footers;master layouts -Oracle Open Office Impress : headers and footers;slide masters -Oracle Open Office Impress : headers and footers;slides -Oracle Open Office Impress : headings -Oracle Open Office Impress : headings;entering as text box -Oracle Open Office Impress : Hebrew -Oracle Open Office Impress : Hebrew;entering text -Oracle Open Office Impress : Hebrew;language settings -Oracle Open Office Impress : Help -Oracle Open Office Impress : Help;bookmarks -Oracle Open Office Impress : Help;extended tips on/off -Oracle Open Office Impress : Help;full-text search -Oracle Open Office Impress : Help;Help tips -Oracle Open Office Impress : Help;keywords -Oracle Open Office Impress : Help;navigation pane showing/hiding -Oracle Open Office Impress : Help;style sheets -Oracle Open Office Impress : Help;topics -Oracle Open Office Impress : Help Agent -Oracle Open Office Impress : Help Agent;help -Oracle Open Office Impress : Help Agent;options -Oracle Open Office Impress : Help tips -Oracle Open Office Impress : Help tips;hiding -Oracle Open Office Impress : hidden controls in Form Navigator -Oracle Open Office Impress : hidden fields display (Writer) -Oracle Open Office Impress : hidden pages -Oracle Open Office Impress : hidden pages;printing in presentations -Oracle Open Office Impress : hidden pages;showing -Oracle Open Office Impress : hidden text -Oracle Open Office Impress : hidden text;showing (Writer) -Oracle Open Office Impress : hiding -Oracle Open Office Impress : hiding;changes -Oracle Open Office Impress : hiding;chart legends -Oracle Open Office Impress : hiding;docked windows -Oracle Open Office Impress : hiding;layers -Oracle Open Office Impress : hiding;levels -Oracle Open Office Impress : hiding;navigation pane in Help window -Oracle Open Office Impress : hiding;slides -Oracle Open Office Impress : hiding;subpoints -Oracle Open Office Impress : high contrast mode -Oracle Open Office Impress : Hindi -Oracle Open Office Impress : Hindi;entering text -Oracle Open Office Impress : Hindi;language settings -Oracle Open Office Impress : horizontal scrollbars (Writer) -Oracle Open Office Impress : hot spots in flowcharts -Oracle Open Office Impress : hotspots -Oracle Open Office Impress : HowTos for charts -Oracle Open Office Impress : Howtos for Draw -Oracle Open Office Impress : HTML -Oracle Open Office Impress : HTML;definition -Oracle Open Office Impress : HTML;export character set -Oracle Open Office Impress : HTML;exporting from presentations -Oracle Open Office Impress : HTML;fonts for source display -Oracle Open Office Impress : HTML;importing into presentations -Oracle Open Office Impress : HTML;importing META tags -Oracle Open Office Impress : HTML;inserting files -Oracle Open Office Impress : HTML;live presentations -Oracle Open Office Impress : HTML documents -Oracle Open Office Impress : HTML documents;auto reloading -Oracle Open Office Impress : HTML documents;importing/exporting -Oracle Open Office Impress : HTML documents;META tags in -Oracle Open Office Impress : HTML documents;new -Oracle Open Office Impress : HTML documents;source text -Oracle Open Office Impress : hyperlinks -Oracle Open Office Impress : hyperlinks;assigning macros -Oracle Open Office Impress : hyperlinks;character formats -Oracle Open Office Impress : hyperlinks;definition -Oracle Open Office Impress : hyperlinks;deleting -Oracle Open Office Impress : hyperlinks;editing -Oracle Open Office Impress : hyperlinks;inserting -Oracle Open Office Impress : hyperlinks;relative and absolute -Oracle Open Office Impress : hyperlinks;turning off automatic recognition -Oracle Open Office Impress : hyperlinks, see also links -Oracle Open Office Impress : hyphenation -Oracle Open Office Impress : hyphenation;activating for a language -Oracle Open Office Impress : hyphenation;minimal number of characters -Oracle Open Office Impress : hyphens -Oracle Open Office Impress : hyphens;displaying custom (Writer) -Oracle Open Office Impress : hyphens;inserting custom -Oracle Open Office Impress : icon bars, see toolbars -Oracle Open Office Impress : icon sizes -Oracle Open Office Impress : ignore list for spellcheck -Oracle Open Office Impress : illumination -Oracle Open Office Impress : illumination;3D charts -Oracle Open Office Impress : illustrations, see pictures -Oracle Open Office Impress : image button creation -Oracle Open Office Impress : image control creation -Oracle Open Office Impress : ImageMap -Oracle Open Office Impress : ImageMap;definition -Oracle Open Office Impress : ImageMap;editor -Oracle Open Office Impress : images -Oracle Open Office Impress : images;ImageMap -Oracle Open Office Impress : images;inserting -Oracle Open Office Impress : images;inserting and editing bitmaps -Oracle Open Office Impress : images, see also pictures -Oracle Open Office Impress : IME -Oracle Open Office Impress : IME;definition -Oracle Open Office Impress : IME;showing/hiding -Oracle Open Office Impress : import filters -Oracle Open Office Impress : import restrictions for Microsoft Office -Oracle Open Office Impress : importing -Oracle Open Office Impress : importing;bitmaps -Oracle Open Office Impress : importing;compatibility settings for text import -Oracle Open Office Impress : importing;databases -Oracle Open Office Impress : importing;documents in other formats -Oracle Open Office Impress : importing;from XML -Oracle Open Office Impress : importing;HTML and text documents -Oracle Open Office Impress : importing;HTML with META tags -Oracle Open Office Impress : importing;Microsoft Office documents with VBA code -Oracle Open Office Impress : importing;presentations with HTML -Oracle Open Office Impress : importing;tables in text format -Oracle Open Office Impress : importing;templates -Oracle Open Office Impress : improvement program -Oracle Open Office Impress : in front of object command -Oracle Open Office Impress : inches -Oracle Open Office Impress : including spreadsheets -Oracle Open Office Impress : increasing sizes of views -Oracle Open Office Impress : Index tab in Help -Oracle Open Office Impress : indexes -Oracle Open Office Impress : indexes;backgrounds -Oracle Open Office Impress : indexes;showing/hiding Help index tab -Oracle Open Office Impress : indicator lines in text -Oracle Open Office Impress : inner joins (Base) -Oracle Open Office Impress : input method window -Oracle Open Office Impress : insert mode for entering text -Oracle Open Office Impress : inserting -Oracle Open Office Impress : inserting;3D objects -Oracle Open Office Impress : inserting;arrows -Oracle Open Office Impress : inserting;buttons in toolbars -Oracle Open Office Impress : inserting;callouts in presentations -Oracle Open Office Impress : inserting;cell ranges from spreadsheets -Oracle Open Office Impress : inserting;charts -Oracle Open Office Impress : inserting;clipboard options -Oracle Open Office Impress : inserting;columns -Oracle Open Office Impress : inserting;comments -Oracle Open Office Impress : inserting;data from text documents -Oracle Open Office Impress : inserting;datasource records in spreadsheets -Oracle Open Office Impress : inserting;drawings -Oracle Open Office Impress : inserting;ellipses -Oracle Open Office Impress : inserting;files -Oracle Open Office Impress : inserting;floating frames -Oracle Open Office Impress : inserting;Fontwork objects -Oracle Open Office Impress : inserting;form fields -Oracle Open Office Impress : inserting;headers/footers in all slides -Oracle Open Office Impress : inserting;hyperlinks -Oracle Open Office Impress : inserting;layers -Oracle Open Office Impress : inserting;line breaks in cells -Oracle Open Office Impress : inserting;lines -Oracle Open Office Impress : inserting;movies/sounds -Oracle Open Office Impress : inserting;new text tables defaults -Oracle Open Office Impress : inserting;objects from files -Oracle Open Office Impress : inserting;objects from Gallery -Oracle Open Office Impress : inserting;OLE objects -Oracle Open Office Impress : inserting;paragraph borders -Oracle Open Office Impress : inserting;paragraph bullets -Oracle Open Office Impress : inserting;pictures -Oracle Open Office Impress : inserting;pictures in Gallery -Oracle Open Office Impress : inserting;plug-ins -Oracle Open Office Impress : inserting;polygons -Oracle Open Office Impress : inserting;push buttons -Oracle Open Office Impress : inserting;rectangles -Oracle Open Office Impress : inserting;rows -Oracle Open Office Impress : inserting;slides -Oracle Open Office Impress : inserting;slides as links -Oracle Open Office Impress : inserting;slides from files -Oracle Open Office Impress : inserting;special characters -Oracle Open Office Impress : inserting;tab stops -Oracle Open Office Impress : inserting;text frames -Oracle Open Office Impress : inserting;text in presentations -Oracle Open Office Impress : inserting;textures on chart bars -Oracle Open Office Impress : installing -Oracle Open Office Impress : installing;ActiveX control -Oracle Open Office Impress : installing;mobile device filters -Oracle Open Office Impress : installing;UNO components -Oracle Open Office Impress : installing;XML filters -Oracle Open Office Impress : instructions -Oracle Open Office Impress : instructions;general -Oracle Open Office Impress : instructions;Oracle Open Office Draw -Oracle Open Office Impress : instructions;Oracle Open Office Impress -Oracle Open Office Impress : interactions -Oracle Open Office Impress : interactions;hot spots -Oracle Open Office Impress : interactions;objects in interactive presentations -Oracle Open Office Impress : interactions;preview -Oracle Open Office Impress : Internet -Oracle Open Office Impress : Internet;checking for updates -Oracle Open Office Impress : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Impress : Internet;presentations -Oracle Open Office Impress : Internet;starting searches -Oracle Open Office Impress : Internet glossary -Oracle Open Office Impress : intersecting draw objects -Oracle Open Office Impress : invert filter -Oracle Open Office Impress : invisible areas -Oracle Open Office Impress : italic text -Oracle Open Office Impress : iterative references in spreadsheets -Oracle Open Office Impress : Java -Oracle Open Office Impress : Java;definition -Oracle Open Office Impress : Java;setting options -Oracle Open Office Impress : JDBC -Oracle Open Office Impress : JDBC;databases (Base) -Oracle Open Office Impress : JDBC;definition -Oracle Open Office Impress : joining -Oracle Open Office Impress : joining;3D objects -Oracle Open Office Impress : joining;paragraphs -Oracle Open Office Impress : joining;tables (Base) -Oracle Open Office Impress : joins in databases (Base) -Oracle Open Office Impress : justifying text -Oracle Open Office Impress : kerning -Oracle Open Office Impress : kerning;Asian texts -Oracle Open Office Impress : kerning;definition -Oracle Open Office Impress : kerning;in characters -Oracle Open Office Impress : key fields for relations (Base) -Oracle Open Office Impress : keyboard -Oracle Open Office Impress : keyboard;assigning/editing shortcut keys -Oracle Open Office Impress : keyboard;general commands -Oracle Open Office Impress : keyboard;removing numbering -Oracle Open Office Impress : keyboard;zooming -Oracle Open Office Impress : keys -Oracle Open Office Impress : keys;adding push buttons -Oracle Open Office Impress : keys;primary keys (Base) -Oracle Open Office Impress : kiosk export -Oracle Open Office Impress : labels -Oracle Open Office Impress : labels;creating and synchronizing -Oracle Open Office Impress : labels;for charts -Oracle Open Office Impress : labels;for draw objects -Oracle Open Office Impress : labels;form functions -Oracle Open Office Impress : labels;from databases -Oracle Open Office Impress : labels, see also names/callouts -Oracle Open Office Impress : languages -Oracle Open Office Impress : languages;activating modules -Oracle Open Office Impress : languages;Asian support -Oracle Open Office Impress : languages;complex text layout -Oracle Open Office Impress : languages;locale settings -Oracle Open Office Impress : languages;selecting for text -Oracle Open Office Impress : languages;setting options -Oracle Open Office Impress : languages;spellcheck -Oracle Open Office Impress : languages;spellchecking and formatting -Oracle Open Office Impress : large handles (Writer) -Oracle Open Office Impress : large icons -Oracle Open Office Impress : layer arrangement -Oracle Open Office Impress : layers -Oracle Open Office Impress : layers;definition -Oracle Open Office Impress : layers;deleting -Oracle Open Office Impress : layers;inserting and editing -Oracle Open Office Impress : layers;moving objects -Oracle Open Office Impress : layers;renaming -Oracle Open Office Impress : layers;working with -Oracle Open Office Impress : layout -Oracle Open Office Impress : layout;importing Word documents -Oracle Open Office Impress : layout;pages -Oracle Open Office Impress : layout;printing handouts -Oracle Open Office Impress : LDAP server -Oracle Open Office Impress : LDAP server;address books (Base) -Oracle Open Office Impress : LDAP server;sign on options -Oracle Open Office Impress : leading between paragraphs -Oracle Open Office Impress : left alignment of paragraphs -Oracle Open Office Impress : left joins (Base) -Oracle Open Office Impress : legends -Oracle Open Office Impress : legends;charts -Oracle Open Office Impress : legends;draw objects -Oracle Open Office Impress : legends;drawings -Oracle Open Office Impress : legends;rounding corners -Oracle Open Office Impress : Letter Wizard -Oracle Open Office Impress : levels -Oracle Open Office Impress : levels;depth stagger -Oracle Open Office Impress : levels;hiding -Oracle Open Office Impress : levels;macro security -Oracle Open Office Impress : levels;showing -Oracle Open Office Impress : limits of tables (Writer) -Oracle Open Office Impress : line breaks -Oracle Open Office Impress : line breaks;in cells -Oracle Open Office Impress : line charts -Oracle Open Office Impress : line spacing -Oracle Open Office Impress : line spacing;context menu in paragraphs -Oracle Open Office Impress : line spacing;paragraph -Oracle Open Office Impress : line styles -Oracle Open Office Impress : line styles;applying -Oracle Open Office Impress : line styles;defining -Oracle Open Office Impress : line styles;loading -Oracle Open Office Impress : lines -Oracle Open Office Impress : lines;about line ends -Oracle Open Office Impress : lines;connecting objects -Oracle Open Office Impress : lines;defining ends -Oracle Open Office Impress : lines;draw functions -Oracle Open Office Impress : lines;drawing -Oracle Open Office Impress : lines;drawing in text -Oracle Open Office Impress : lines;editing points -Oracle Open Office Impress : lines;inserting -Oracle Open Office Impress : lines;removing automatic lines -Oracle Open Office Impress : lines of text -Oracle Open Office Impress : lines of text;alignment -Oracle Open Office Impress : links -Oracle Open Office Impress : links;between cells and controls -Oracle Open Office Impress : links;by drag and drop -Oracle Open Office Impress : links;character formats -Oracle Open Office Impress : links;definition -Oracle Open Office Impress : links;editing hyperlinks -Oracle Open Office Impress : links;inserting -Oracle Open Office Impress : links;modifying -Oracle Open Office Impress : links;opening files with -Oracle Open Office Impress : links;relational databases (Base) -Oracle Open Office Impress : links;turning off automatic recognition -Oracle Open Office Impress : links;updating options (Writer) -Oracle Open Office Impress : links;updating specific links -Oracle Open Office Impress : list box creation -Oracle Open Office Impress : lists -Oracle Open Office Impress : lists;animations -Oracle Open Office Impress : lists;data assigned to controls -Oracle Open Office Impress : lists;registered databases (Base) -Oracle Open Office Impress : lists;regular expressions -Oracle Open Office Impress : live presentations on the Internet -Oracle Open Office Impress : loading -Oracle Open Office Impress : loading;arrow and line styles -Oracle Open Office Impress : loading;colors/gradients/hatchings -Oracle Open Office Impress : loading;documents -Oracle Open Office Impress : loading;documents from other formats -Oracle Open Office Impress : loading;HTML documents, automatically -Oracle Open Office Impress : loading;Microsoft Office documents with VBA code -Oracle Open Office Impress : loading;reloading -Oracle Open Office Impress : loading;XML files -Oracle Open Office Impress : locale settings -Oracle Open Office Impress : locking layers -Oracle Open Office Impress : logarithmic scaling along axes -Oracle Open Office Impress : lowercase letters -Oracle Open Office Impress : lowercase letters;font effects -Oracle Open Office Impress : Macro Wizard (Base) -Oracle Open Office Impress : Macromedia Flash export -Oracle Open Office Impress : macros -Oracle Open Office Impress : macros;assigning to events in forms -Oracle Open Office Impress : macros;attaching new (Base) -Oracle Open Office Impress : macros;in MS Office documents -Oracle Open Office Impress : macros;interrupting -Oracle Open Office Impress : macros;organizing -Oracle Open Office Impress : macros;recording -Oracle Open Office Impress : macros;running in presentations -Oracle Open Office Impress : macros;security -Oracle Open Office Impress : macros;security levels -Oracle Open Office Impress : macros;security warning dialog -Oracle Open Office Impress : macros;selecting security warnings -Oracle Open Office Impress : magnetic lines in presentations -Oracle Open Office Impress : magnifiers -Oracle Open Office Impress : margins -Oracle Open Office Impress : margins;pages -Oracle Open Office Impress : margins;setting with the mouse -Oracle Open Office Impress : margins;shadows -Oracle Open Office Impress : marking changes -Oracle Open Office Impress : marking, see selecting -Oracle Open Office Impress : master layouts with headers and footers -Oracle Open Office Impress : master pages, see slide masters -Oracle Open Office Impress : master views -Oracle Open Office Impress : Math formula editor -Oracle Open Office Impress : mean value lines in charts -Oracle Open Office Impress : measurement units -Oracle Open Office Impress : measurement units;changing on rulers -Oracle Open Office Impress : measurement units;converting -Oracle Open Office Impress : measurement units;selecting -Oracle Open Office Impress : Media Player window -Oracle Open Office Impress : menus -Oracle Open Office Impress : menus;activating context menus -Oracle Open Office Impress : menus;assigning macros -Oracle Open Office Impress : menus;customizing -Oracle Open Office Impress : merging -Oracle Open Office Impress : merging;documents -Oracle Open Office Impress : merging;draw objects -Oracle Open Office Impress : META tags -Oracle Open Office Impress : metafiles -Oracle Open Office Impress : metafiles;converting to -Oracle Open Office Impress : metafiles;replacing colors -Oracle Open Office Impress : metrics -Oracle Open Office Impress : metrics;converting -Oracle Open Office Impress : metrics;document formatting (Writer) -Oracle Open Office Impress : metrics;in sheets -Oracle Open Office Impress : Microsoft Office -Oracle Open Office Impress : Microsoft Office;Access databases (base) -Oracle Open Office Impress : Microsoft Office;as default file format -Oracle Open Office Impress : Microsoft Office;document import restrictions -Oracle Open Office Impress : Microsoft Office;feature comparisons -Oracle Open Office Impress : Microsoft Office;importing password protected files -Oracle Open Office Impress : Microsoft Office;importing Word documents -Oracle Open Office Impress : Microsoft Office;importing/exporting VBA code -Oracle Open Office Impress : Microsoft Office;new users information -Oracle Open Office Impress : Microsoft Office;opening Microsoft documents -Oracle Open Office Impress : Microsoft Office;reassigning document types -Oracle Open Office Impress : migrating macros (Base) -Oracle Open Office Impress : mirroring objects -Oracle Open Office Impress : mobile device filters -Oracle Open Office Impress : models in XForms -Oracle Open Office Impress : modifying, see changing -Oracle Open Office Impress : more controls -Oracle Open Office Impress : mosaic filter -Oracle Open Office Impress : motion paths -Oracle Open Office Impress : mouse -Oracle Open Office Impress : mouse;pointers when using drag and drop -Oracle Open Office Impress : mouse;positioning -Oracle Open Office Impress : movies -Oracle Open Office Impress : moving -Oracle Open Office Impress : moving;between layers -Oracle Open Office Impress : moving;objects in slides -Oracle Open Office Impress : moving;tab stops on ruler -Oracle Open Office Impress : moving;toolbars -Oracle Open Office Impress : moving;using guide lines in presentations -Oracle Open Office Impress : MS ADO interface (Base) -Oracle Open Office Impress : multi-line titles in forms -Oracle Open Office Impress : multiple documents -Oracle Open Office Impress : multiple documents;opening -Oracle Open Office Impress : multiple monitors -Oracle Open Office Impress : multiple selection -Oracle Open Office Impress : multiplying draw objects -Oracle Open Office Impress : music -Oracle Open Office Impress : My Documents folder -Oracle Open Office Impress : My Documents folder;changing work directory -Oracle Open Office Impress : My Documents folder;opening -Oracle Open Office Impress : MySQL databases (Base) -Oracle Open Office Impress : names -Oracle Open Office Impress : names;multi-line titles -Oracle Open Office Impress : names;objects -Oracle Open Office Impress : names, see also labels/callouts -Oracle Open Office Impress : namespace organization in XForms -Oracle Open Office Impress : native SQL (Base) -Oracle Open Office Impress : navigating -Oracle Open Office Impress : navigating;in documents -Oracle Open Office Impress : Navigation bar -Oracle Open Office Impress : Navigation bar;controls -Oracle Open Office Impress : Navigation bar;forms -Oracle Open Office Impress : Navigator -Oracle Open Office Impress : Navigator;comments -Oracle Open Office Impress : Navigator;contents as lists -Oracle Open Office Impress : Navigator;docking -Oracle Open Office Impress : Navigator;presentations -Oracle Open Office Impress : Navigator;working with -Oracle Open Office Impress : net charts -Oracle Open Office Impress : network identity options -Oracle Open Office Impress : new databases -Oracle Open Office Impress : new documents -Oracle Open Office Impress : new lines in cells -Oracle Open Office Impress : new windows -Oracle Open Office Impress : non-breaking dashes -Oracle Open Office Impress : non-breaking spaces (Writer) -Oracle Open Office Impress : non-printing characters (Writer) -Oracle Open Office Impress : normal view -Oracle Open Office Impress : normal view;backgrounds -Oracle Open Office Impress : normal view;presentations -Oracle Open Office Impress : notes -Oracle Open Office Impress : notes;adding to slides -Oracle Open Office Impress : notes;default formatting -Oracle Open Office Impress : notes;printing in presentations -Oracle Open Office Impress : number formats -Oracle Open Office Impress : number formats;codes -Oracle Open Office Impress : number formats;formats -Oracle Open Office Impress : number formats;recognition in text tables -Oracle Open Office Impress : number of pages -Oracle Open Office Impress : number of sheets -Oracle Open Office Impress : number of tables -Oracle Open Office Impress : numbering -Oracle Open Office Impress : numbering;options -Oracle Open Office Impress : numbering;turning off -Oracle Open Office Impress : numbering;using automatically -Oracle Open Office Impress : numbers -Oracle Open Office Impress : numbers;date, time and currency formats -Oracle Open Office Impress : numbers;decimal places (Calc) -Oracle Open Office Impress : numerical fields in forms -Oracle Open Office Impress : object bars -Oracle Open Office Impress : object bars;editing glue points -Oracle Open Office Impress : objects -Oracle Open Office Impress : objects;aligning -Oracle Open Office Impress : objects;always moveable (Impress/Draw) -Oracle Open Office Impress : objects;arranging within stacks -Oracle Open Office Impress : objects;behind object command -Oracle Open Office Impress : objects;breaking connections -Oracle Open Office Impress : objects;copying when moving in presentations -Oracle Open Office Impress : objects;definition -Oracle Open Office Impress : objects;displaying in spreadsheets -Oracle Open Office Impress : objects;displaying in text documents -Oracle Open Office Impress : objects;editing -Oracle Open Office Impress : objects;effects -Oracle Open Office Impress : objects;in front of object command -Oracle Open Office Impress : objects;inserting from files -Oracle Open Office Impress : objects;inserting from Gallery -Oracle Open Office Impress : objects;inserting OLE objects -Oracle Open Office Impress : objects;moving along paths -Oracle Open Office Impress : objects;moving and resizing with mouse -Oracle Open Office Impress : objects;moving in layers -Oracle Open Office Impress : objects;moving in slides -Oracle Open Office Impress : objects;naming -Oracle Open Office Impress : objects;opening -Oracle Open Office Impress : objects;properties of charts -Oracle Open Office Impress : objects;quickly moving to -Oracle Open Office Impress : objects;reversing -Oracle Open Office Impress : objects;selecting -Oracle Open Office Impress : objects;titles and descriptions -Oracle Open Office Impress : objects;with attributes -Oracle Open Office Impress : ODBC -Oracle Open Office Impress : ODBC;database (Base) -Oracle Open Office Impress : ODBC;definition -Oracle Open Office Impress : ODF file formats -Oracle Open Office Impress : Office -Oracle Open Office Impress : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Impress : OLE -Oracle Open Office Impress : OLE;definition -Oracle Open Office Impress : OLE objects -Oracle Open Office Impress : OLE objects;arranging within stacks -Oracle Open Office Impress : OLE objects;captions (Writer) -Oracle Open Office Impress : OLE objects;inserting -Oracle Open Office Impress : OLE objects;number of -Oracle Open Office Impress : OLE objects;protecting -Oracle Open Office Impress : one and a half line spacing in text -Oracle Open Office Impress : online feedback options -Oracle Open Office Impress : online registration -Oracle Open Office Impress : online update options -Oracle Open Office Impress : online updates -Oracle Open Office Impress : online updates;checking automatically -Oracle Open Office Impress : online updates;checking manually -Oracle Open Office Impress : Open/Save dialogs -Oracle Open Office Impress : OpenDocument file formats -Oracle Open Office Impress : OpenGL -Oracle Open Office Impress : OpenGL;definition -Oracle Open Office Impress : opening -Oracle Open Office Impress : opening;context menus -Oracle Open Office Impress : opening;database files -Oracle Open Office Impress : opening;dialog settings -Oracle Open Office Impress : opening;documents -Oracle Open Office Impress : opening;documents from other formats -Oracle Open Office Impress : opening;documents on WebDAV server -Oracle Open Office Impress : opening;files with links -Oracle Open Office Impress : opening;files, with placeholders -Oracle Open Office Impress : opening;forms -Oracle Open Office Impress : opening;Microsoft Office files -Oracle Open Office Impress : opening;mobile device documents -Oracle Open Office Impress : opening;objects -Oracle Open Office Impress : opening;reports -Oracle Open Office Impress : opening;several files -Oracle Open Office Impress : opening;XForms -Oracle Open Office Impress : operators -Oracle Open Office Impress : operators;default filters -Oracle Open Office Impress : optional hyphens (Writer) -Oracle Open Office Impress : options -Oracle Open Office Impress : options;accessibility -Oracle Open Office Impress : options;appearance -Oracle Open Office Impress : options;compatibility (Writer) -Oracle Open Office Impress : options;improvement program -Oracle Open Office Impress : options;network identity -Oracle Open Office Impress : options;online update -Oracle Open Office Impress : options;tools -Oracle Open Office Impress : Oracle databases (base) -Oracle Open Office Impress : Oracle Open Office Base data sources -Oracle Open Office Impress : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Impress : Oracle Open Office documents -Oracle Open Office Impress : Oracle Open Office documents;mobile device filters -Oracle Open Office Impress : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Impress : Oracle Open Office Impress instructions -Oracle Open Office Impress : Oracle Open Office Math start -Oracle Open Office Impress : order of chart data -Oracle Open Office Impress : ordering -Oracle Open Office Impress : ordering;objects -Oracle Open Office Impress : ordering;slides -Oracle Open Office Impress : organization charts -Oracle Open Office Impress : organizing -Oracle Open Office Impress : organizing;macros and scripts -Oracle Open Office Impress : organizing;namespaces in XForms -Oracle Open Office Impress : organizing;styles -Oracle Open Office Impress : organizing;templates -Oracle Open Office Impress : origin of rulers -Oracle Open Office Impress : original size -Oracle Open Office Impress : original size;printing in Oracle Open Office Math -Oracle Open Office Impress : original size;restoring after cropping -Oracle Open Office Impress : outline view -Oracle Open Office Impress : outlines -Oracle Open Office Impress : outlines;font effects -Oracle Open Office Impress : outlines;outline symbols -Oracle Open Office Impress : outlines;printing -Oracle Open Office Impress : outlines;sending to presentations -Oracle Open Office Impress : overwrite mode -Oracle Open Office Impress : packages, see extensions -Oracle Open Office Impress : page breaks -Oracle Open Office Impress : page breaks;displaying (Calc) -Oracle Open Office Impress : page formats -Oracle Open Office Impress : page formats;maximizing -Oracle Open Office Impress : page formats;restriction -Oracle Open Office Impress : page number field -Oracle Open Office Impress : page numbers on all slides -Oracle Open Office Impress : page styles -Oracle Open Office Impress : page styles;editing/applying with statusbar -Oracle Open Office Impress : pages -Oracle Open Office Impress : pages;backgrounds in all applications -Oracle Open Office Impress : pages;copying -Oracle Open Office Impress : pages;fitting to printed pages -Oracle Open Office Impress : pages;formatting and numbering -Oracle Open Office Impress : pages;printing page names in presentations -Oracle Open Office Impress : pages;scaling -Oracle Open Office Impress : pages;selecting one to print -Oracle Open Office Impress : paint box -Oracle Open Office Impress : paint can symbol -Oracle Open Office Impress : pair kerning -Oracle Open Office Impress : Palm file filters -Oracle Open Office Impress : paper formats -Oracle Open Office Impress : paper size warning -Oracle Open Office Impress : paper trays -Oracle Open Office Impress : paragraph marks -Oracle Open Office Impress : paragraph marks;displaying (Writer) -Oracle Open Office Impress : paragraph styles -Oracle Open Office Impress : paragraph styles;languages -Oracle Open Office Impress : paragraph styles;modifying basic fonts -Oracle Open Office Impress : paragraphs -Oracle Open Office Impress : paragraphs;alignment -Oracle Open Office Impress : paragraphs;Asian typography -Oracle Open Office Impress : paragraphs;defining borders -Oracle Open Office Impress : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Impress : paragraphs;increasing indents of -Oracle Open Office Impress : paragraphs;indents, margins and columns -Oracle Open Office Impress : paragraphs;inserting bullets -Oracle Open Office Impress : paragraphs;joining -Oracle Open Office Impress : paragraphs;numbering automatically -Oracle Open Office Impress : paragraphs;removing blank ones -Oracle Open Office Impress : paragraphs;spacing -Oracle Open Office Impress : paragraphs;tab stops -Oracle Open Office Impress : parameters -Oracle Open Office Impress : parameters;command line -Oracle Open Office Impress : parameters;queries (Base) -Oracle Open Office Impress : passwords for protecting contents -Oracle Open Office Impress : pasting -Oracle Open Office Impress : pasting;cell ranges -Oracle Open Office Impress : pasting;cell ranges from spreadsheets -Oracle Open Office Impress : pasting;data from text documents -Oracle Open Office Impress : pasting;draw objects -Oracle Open Office Impress : pasting;draw objects from other documents -Oracle Open Office Impress : pasting;formatted/unformatted text -Oracle Open Office Impress : pasting;from data source view -Oracle Open Office Impress : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Impress : pasting;pictures from other documents -Oracle Open Office Impress : pasting;sheet areas in text documents -Oracle Open Office Impress : pasting;slides from other presentations -Oracle Open Office Impress : pasting;text from other documents -Oracle Open Office Impress : pasting;to Gallery -Oracle Open Office Impress : paths -Oracle Open Office Impress : paths;changing work directory -Oracle Open Office Impress : paths;defaults -Oracle Open Office Impress : paths;moving objects along -Oracle Open Office Impress : pattern editor -Oracle Open Office Impress : pattern fields -Oracle Open Office Impress : pattern fields;form functions -Oracle Open Office Impress : patterns for objects -Oracle Open Office Impress : PDF -Oracle Open Office Impress : PDF;export -Oracle Open Office Impress : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Impress : personal data input -Oracle Open Office Impress : phonetic guide -Oracle Open Office Impress : picklist creation -Oracle Open Office Impress : pictures -Oracle Open Office Impress : pictures;adding to Gallery -Oracle Open Office Impress : pictures;arranging within stacks -Oracle Open Office Impress : pictures;assigning macros -Oracle Open Office Impress : pictures;backgrounds -Oracle Open Office Impress : pictures;captions (Writer) -Oracle Open Office Impress : pictures;changing paths -Oracle Open Office Impress : pictures;cropping and zooming -Oracle Open Office Impress : pictures;displaying in Calc -Oracle Open Office Impress : pictures;displaying in Writer (Writer) -Oracle Open Office Impress : pictures;drag and drop between documents -Oracle Open Office Impress : pictures;drawing -Oracle Open Office Impress : pictures;editing -Oracle Open Office Impress : pictures;filters -Oracle Open Office Impress : pictures;ImageMap -Oracle Open Office Impress : pictures;inserting -Oracle Open Office Impress : pictures;inserting automatically -Oracle Open Office Impress : pictures;inserting from Gallery -Oracle Open Office Impress : pictures;number of -Oracle Open Office Impress : pictures;printing -Oracle Open Office Impress : pictures;scaling/resizing -Oracle Open Office Impress : pie charts -Oracle Open Office Impress : pie charts;options -Oracle Open Office Impress : pie charts;types -Oracle Open Office Impress : pivot points of draw objects -Oracle Open Office Impress : pixel editor -Oracle Open Office Impress : pixel graphics -Oracle Open Office Impress : pixel graphics;inserting and editing -Oracle Open Office Impress : pixel patterns -Oracle Open Office Impress : placeholders -Oracle Open Office Impress : placeholders;in SQL queries -Oracle Open Office Impress : placeholders;on opening files -Oracle Open Office Impress : placing toolbars -Oracle Open Office Impress : playing movies and sound files -Oracle Open Office Impress : plotting data as charts -Oracle Open Office Impress : plug-ins -Oracle Open Office Impress : plug-ins;activating and deactivating -Oracle Open Office Impress : plug-ins;definition -Oracle Open Office Impress : plug-ins;inserting -Oracle Open Office Impress : pocket device appliances -Oracle Open Office Impress : Pocket PC file filters -Oracle Open Office Impress : points -Oracle Open Office Impress : points;adding/converting/deleting -Oracle Open Office Impress : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Impress : polygon drawing -Oracle Open Office Impress : polygons -Oracle Open Office Impress : polygons;inserting -Oracle Open Office Impress : polygons;intersecting/subtracting/merging -Oracle Open Office Impress : pop-art filter -Oracle Open Office Impress : portable document format -Oracle Open Office Impress : positioning -Oracle Open Office Impress : positioning;axes -Oracle Open Office Impress : positioning;draw objects and controls -Oracle Open Office Impress : positioning;fonts -Oracle Open Office Impress : positioning;objects -Oracle Open Office Impress : positioning;toolbars -Oracle Open Office Impress : post method for form transmissions -Oracle Open Office Impress : posterizing filter -Oracle Open Office Impress : PostScript -Oracle Open Office Impress : PostScript;creating files -Oracle Open Office Impress : PostScript;PDF converter, UNIX -Oracle Open Office Impress : PowerPoint export -Oracle Open Office Impress : precision as shown (Calc) -Oracle Open Office Impress : predefining fonts -Oracle Open Office Impress : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Impress : presentations -Oracle Open Office Impress : presentations;arranging slides -Oracle Open Office Impress : presentations;creating/opening -Oracle Open Office Impress : presentations;exiting by interaction -Oracle Open Office Impress : presentations;exporting to HTML -Oracle Open Office Impress : presentations;importing HTML -Oracle Open Office Impress : presentations;inserting spreadsheet cells -Oracle Open Office Impress : presentations;inserting spreadsheets -Oracle Open Office Impress : presentations;live on the Internet -Oracle Open Office Impress : presentations;navigating -Oracle Open Office Impress : presentations;numbering slides in -Oracle Open Office Impress : presentations;ordering of effects -Oracle Open Office Impress : presentations;print menu -Oracle Open Office Impress : presentations;printing -Oracle Open Office Impress : presentations;rehearse timings -Oracle Open Office Impress : presentations;saving -Oracle Open Office Impress : presentations;saving automatically -Oracle Open Office Impress : presentations;saving in other formats -Oracle Open Office Impress : presentations;sending as e-mail -Oracle Open Office Impress : presentations;settings for -Oracle Open Office Impress : presentations;shortcut keys -Oracle Open Office Impress : presentations;starting -Oracle Open Office Impress : presentations;starting with wizard -Oracle Open Office Impress : presentations;window / full screen -Oracle Open Office Impress : presentations;wizards -Oracle Open Office Impress : Presenter Console shortcuts -Oracle Open Office Impress : press buttons, see push buttons -Oracle Open Office Impress : previews -Oracle Open Office Impress : previews;fonts lists -Oracle Open Office Impress : primary keys -Oracle Open Office Impress : primary keys;defining -Oracle Open Office Impress : primary keys;design view -Oracle Open Office Impress : primary keys;inserting (Base) -Oracle Open Office Impress : print area selection -Oracle Open Office Impress : printer metrics for document formatting (Writer) -Oracle Open Office Impress : printers -Oracle Open Office Impress : printers;adding, UNIX -Oracle Open Office Impress : printers;choosing -Oracle Open Office Impress : printers;default printer -Oracle Open Office Impress : printers;faxes under UNIX -Oracle Open Office Impress : printers;maximum page formats -Oracle Open Office Impress : printers;paper trays -Oracle Open Office Impress : printers;properties -Oracle Open Office Impress : printing -Oracle Open Office Impress : printing;black and white -Oracle Open Office Impress : printing;brochures -Oracle Open Office Impress : printing;colors in grayscale -Oracle Open Office Impress : printing;comments -Oracle Open Office Impress : printing;copies -Oracle Open Office Impress : printing;creating individual jobs -Oracle Open Office Impress : printing;dates in presentations -Oracle Open Office Impress : printing;directly -Oracle Open Office Impress : printing;documents -Oracle Open Office Impress : printing;drawings defaults -Oracle Open Office Impress : printing;elements in text documents -Oracle Open Office Impress : printing;faster -Oracle Open Office Impress : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Impress : printing;fitting to pages in presentations -Oracle Open Office Impress : printing;fitting to paper -Oracle Open Office Impress : printing;formulas in Oracle Open Office Math -Oracle Open Office Impress : printing;hidden pages of presentations -Oracle Open Office Impress : printing;in original size in Oracle Open Office Math -Oracle Open Office Impress : printing;left/right pages -Oracle Open Office Impress : printing;presentations -Oracle Open Office Impress : printing;queries (Base) -Oracle Open Office Impress : printing;scaling in Oracle Open Office Math -Oracle Open Office Impress : printing;selections -Oracle Open Office Impress : printing;text always in black -Oracle Open Office Impress : printing;text in reverse order -Oracle Open Office Impress : printing;tiling pages in presentations -Oracle Open Office Impress : printing;transparencies -Oracle Open Office Impress : printing;warnings -Oracle Open Office Impress : printing;without scaling in presentations -Oracle Open Office Impress : printing speed -Oracle Open Office Impress : programming -Oracle Open Office Impress : programming;Oracle Open Office -Oracle Open Office Impress : programming;scripting -Oracle Open Office Impress : programs run by mouse click in presentations -Oracle Open Office Impress : properties -Oracle Open Office Impress : properties;charts -Oracle Open Office Impress : properties;fields in databases -Oracle Open Office Impress : properties;files -Oracle Open Office Impress : properties;form controls -Oracle Open Office Impress : properties;forms -Oracle Open Office Impress : properties;printers -Oracle Open Office Impress : properties;smooth lines in line charts/XY charts -Oracle Open Office Impress : protected contents -Oracle Open Office Impress : protected dashes -Oracle Open Office Impress : protected database tables -Oracle Open Office Impress : protected documents -Oracle Open Office Impress : protected spaces -Oracle Open Office Impress : protected spaces;inserting -Oracle Open Office Impress : protected spaces;showing (Writer) -Oracle Open Office Impress : protecting -Oracle Open Office Impress : protecting;contents -Oracle Open Office Impress : protecting;recorded changes -Oracle Open Office Impress : proxy settings -Oracle Open Office Impress : push buttons -Oracle Open Office Impress : push buttons;adding to documents -Oracle Open Office Impress : push buttons;creating -Oracle Open Office Impress : pyramids -Oracle Open Office Impress : queries -Oracle Open Office Impress : queries;copying (Base) -Oracle Open Office Impress : queries;creating in design view (Base) -Oracle Open Office Impress : queries;creating in SQL view -Oracle Open Office Impress : queries;defining (Base) -Oracle Open Office Impress : queries;deleting table links (Base) -Oracle Open Office Impress : queries;editing in data source view -Oracle Open Office Impress : queries;formulating filter conditions (Base) -Oracle Open Office Impress : queries;joining tables (Base) -Oracle Open Office Impress : queries;missing elements (Base) -Oracle Open Office Impress : queries;overview (Base) -Oracle Open Office Impress : queries;parameter queries (Base) -Oracle Open Office Impress : queries;printing (Base) -Oracle Open Office Impress : Query Wizard (Base) -Oracle Open Office Impress : Quickstarter -Oracle Open Office Impress : quotation marks -Oracle Open Office Impress : quotation marks;replacing -Oracle Open Office Impress : quotes -Oracle Open Office Impress : quotes;custom -Oracle Open Office Impress : radar charts, see net charts -Oracle Open Office Impress : radio button creation -Oracle Open Office Impress : read-only documents -Oracle Open Office Impress : read-only documents;cursor -Oracle Open Office Impress : read-only documents;database tables on/off -Oracle Open Office Impress : read-only documents;editing -Oracle Open Office Impress : read-only documents;opening documents as -Oracle Open Office Impress : read-only items in Data Navigator -Oracle Open Office Impress : recognizing URLs automatically -Oracle Open Office Impress : recording -Oracle Open Office Impress : recording;changes -Oracle Open Office Impress : recording;display times for slides -Oracle Open Office Impress : recording;macros -Oracle Open Office Impress : records -Oracle Open Office Impress : records;inserting comments -Oracle Open Office Impress : records;protecting -Oracle Open Office Impress : records;saving -Oracle Open Office Impress : records;searching in databases -Oracle Open Office Impress : rectangles -Oracle Open Office Impress : rectangles with round corners -Oracle Open Office Impress : recursions in spreadsheets -Oracle Open Office Impress : redo command -Oracle Open Office Impress : reduced printing -Oracle Open Office Impress : reference lines -Oracle Open Office Impress : references -Oracle Open Office Impress : references;displaying in color (Calc) -Oracle Open Office Impress : references;expanding (Calc) -Oracle Open Office Impress : references;iterative (Calc) -Oracle Open Office Impress : register-true -Oracle Open Office Impress : register-true;definition -Oracle Open Office Impress : registering -Oracle Open Office Impress : registering;address books -Oracle Open Office Impress : registering;databases (Base) -Oracle Open Office Impress : registering;Oracle Open Office -Oracle Open Office Impress : regression curves in charts -Oracle Open Office Impress : regular expressions -Oracle Open Office Impress : regular expressions;list of -Oracle Open Office Impress : regular expressions;opening files -Oracle Open Office Impress : rehearse timings -Oracle Open Office Impress : relational databases (Base) -Oracle Open Office Impress : relations -Oracle Open Office Impress : relations;creating and deleting (Base) -Oracle Open Office Impress : relations;joining tables (Base) -Oracle Open Office Impress : relations;properties (Base) -Oracle Open Office Impress : relative hyperlinks -Oracle Open Office Impress : relative saving of URLs -Oracle Open Office Impress : reloading -Oracle Open Office Impress : reloading;documents -Oracle Open Office Impress : reloading;HTML documents, automatically -Oracle Open Office Impress : remarks, see also comments -Oracle Open Office Impress : remote configurations -Oracle Open Office Impress : remove noise filter -Oracle Open Office Impress : removing -Oracle Open Office Impress : removing;bullets and numbering -Oracle Open Office Impress : removing;form filters -Oracle Open Office Impress : removing, see also deleting -Oracle Open Office Impress : renaming layers -Oracle Open Office Impress : reorganizing charts -Oracle Open Office Impress : repeating -Oracle Open Office Impress : repeating;commands -Oracle Open Office Impress : replacement options -Oracle Open Office Impress : replacement table -Oracle Open Office Impress : replacing -Oracle Open Office Impress : replacing;AutoCorrect function -Oracle Open Office Impress : replacing;colors in bitmaps -Oracle Open Office Impress : replacing;dashes -Oracle Open Office Impress : replacing;tab stops (regular expressions) -Oracle Open Office Impress : Report Builder -Oracle Open Office Impress : reports -Oracle Open Office Impress : reports;creating -Oracle Open Office Impress : reports;error reports -Oracle Open Office Impress : reports;opening and editing -Oracle Open Office Impress : reports;templates -Oracle Open Office Impress : resetting -Oracle Open Office Impress : resetting;templates -Oracle Open Office Impress : resizing -Oracle Open Office Impress : resizing;objects, by mouse -Oracle Open Office Impress : resizing, see also scaling/zooming -Oracle Open Office Impress : resolution when printing bitmaps -Oracle Open Office Impress : restoring -Oracle Open Office Impress : restoring;default formatting -Oracle Open Office Impress : restoring;editing -Oracle Open Office Impress : reversing objects -Oracle Open Office Impress : reversing printing order -Oracle Open Office Impress : review function -Oracle Open Office Impress : review function;accepting or rejecting changes -Oracle Open Office Impress : review function;comparing documents -Oracle Open Office Impress : review function;protecting records -Oracle Open Office Impress : review function;recording changes example -Oracle Open Office Impress : rich text control -Oracle Open Office Impress : right alignment of paragraphs -Oracle Open Office Impress : right joins (Base) -Oracle Open Office Impress : right-to-left text -Oracle Open Office Impress : rotating -Oracle Open Office Impress : rotating;3D text -Oracle Open Office Impress : rotating;draw objects -Oracle Open Office Impress : rotation mode -Oracle Open Office Impress : round corners -Oracle Open Office Impress : rounding precision (Calc) -Oracle Open Office Impress : row headers -Oracle Open Office Impress : row headers;displaying (Calc) -Oracle Open Office Impress : row headers;highlighting (Calc) -Oracle Open Office Impress : rows -Oracle Open Office Impress : rows;inserting -Oracle Open Office Impress : rulers -Oracle Open Office Impress : rulers;default settings -Oracle Open Office Impress : rulers;in presentations -Oracle Open Office Impress : rulers;measurement units -Oracle Open Office Impress : rulers;visible in presentations -Oracle Open Office Impress : running macros/programs in presentations -Oracle Open Office Impress : running slide shows -Oracle Open Office Impress : samples and templates -Oracle Open Office Impress : saving -Oracle Open Office Impress : saving;as HTML -Oracle Open Office Impress : saving;default file formats -Oracle Open Office Impress : saving;dialog settings -Oracle Open Office Impress : saving;documents -Oracle Open Office Impress : saving;documents for mobile devices -Oracle Open Office Impress : saving;documents in other formats -Oracle Open Office Impress : saving;documents, automatically -Oracle Open Office Impress : saving;in Microsoft Office file format -Oracle Open Office Impress : saving;options -Oracle Open Office Impress : saving;templates -Oracle Open Office Impress : saving;to XML -Oracle Open Office Impress : saving;VBA code in Microsoft Office documents -Oracle Open Office Impress : saving;with password by default -Oracle Open Office Impress : saving as command -Oracle Open Office Impress : saving as command;precautions -Oracle Open Office Impress : scaling -Oracle Open Office Impress : scaling;axes -Oracle Open Office Impress : scaling;font sizes in user interface -Oracle Open Office Impress : scaling;objects -Oracle Open Office Impress : scaling;pictures -Oracle Open Office Impress : scaling;printing in Oracle Open Office Math -Oracle Open Office Impress : scaling;text in charts -Oracle Open Office Impress : scaling;when printing presentations -Oracle Open Office Impress : scaling, see also zooming -Oracle Open Office Impress : scatter charts -Oracle Open Office Impress : screen -Oracle Open Office Impress : screen;full screen views -Oracle Open Office Impress : screen;scaling -Oracle Open Office Impress : screen magnifiers -Oracle Open Office Impress : screen readers -Oracle Open Office Impress : script organization -Oracle Open Office Impress : scrollbars -Oracle Open Office Impress : scrollbars;controls -Oracle Open Office Impress : scrollbars;displaying (Calc) -Oracle Open Office Impress : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Impress : search criteria for database functions in cells -Oracle Open Office Impress : search engines -Oracle Open Office Impress : search engines;definition -Oracle Open Office Impress : search engines;selecting -Oracle Open Office Impress : searching -Oracle Open Office Impress : searching;all sheets -Oracle Open Office Impress : searching;databases -Oracle Open Office Impress : searching;form filters -Oracle Open Office Impress : searching;Internet -Oracle Open Office Impress : searching;tables and forms -Oracle Open Office Impress : secondary axes in charts -Oracle Open Office Impress : sections -Oracle Open Office Impress : sections;backgrounds -Oracle Open Office Impress : sectors of circles/ellipses -Oracle Open Office Impress : security -Oracle Open Office Impress : security;digital signatures -Oracle Open Office Impress : security;options for documents with macros -Oracle Open Office Impress : security;protecting contents -Oracle Open Office Impress : security;security levels for macros -Oracle Open Office Impress : security;warning dialogs with macros -Oracle Open Office Impress : segments of circles/ellipses -Oracle Open Office Impress : selecting -Oracle Open Office Impress : selecting;controls -Oracle Open Office Impress : selecting;hidden objects -Oracle Open Office Impress : selecting;layers -Oracle Open Office Impress : selecting;measurement units -Oracle Open Office Impress : selecting;objects -Oracle Open Office Impress : selecting;print areas -Oracle Open Office Impress : selecting;several files -Oracle Open Office Impress : selection clipboard -Oracle Open Office Impress : selection frames -Oracle Open Office Impress : selection modes in text -Oracle Open Office Impress : sending -Oracle Open Office Impress : sending;AutoAbstract function in presentations -Oracle Open Office Impress : sending;documents as e-mail -Oracle Open Office Impress : sending;documents as faxes -Oracle Open Office Impress : separator lines -Oracle Open Office Impress : separator lines;defining -Oracle Open Office Impress : separators -Oracle Open Office Impress : separators;conditional -Oracle Open Office Impress : Server Side ImageMap -Oracle Open Office Impress : settings -Oracle Open Office Impress : settings;printers -Oracle Open Office Impress : settings;program configuration -Oracle Open Office Impress : settings;proxies -Oracle Open Office Impress : settings;tracking changes -Oracle Open Office Impress : settings;views -Oracle Open Office Impress : SGML -Oracle Open Office Impress : SGML;definition -Oracle Open Office Impress : shadows -Oracle Open Office Impress : shadows;areas -Oracle Open Office Impress : shadows;borders -Oracle Open Office Impress : shadows;characters -Oracle Open Office Impress : shadows;characters, using context menu -Oracle Open Office Impress : sharing documents -Oracle Open Office Impress : sharpening filter -Oracle Open Office Impress : shearing objects -Oracle Open Office Impress : sheet tabs -Oracle Open Office Impress : sheet tabs;displaying -Oracle Open Office Impress : sheets -Oracle Open Office Impress : sheets;searching all -Oracle Open Office Impress : shells -Oracle Open Office Impress : shortcut keys -Oracle Open Office Impress : shortcut keys;assigning macros -Oracle Open Office Impress : shortcut keys;charts -Oracle Open Office Impress : shortcut keys;general -Oracle Open Office Impress : shortcut keys;in databases -Oracle Open Office Impress : shortcut keys;in drawings -Oracle Open Office Impress : shortcut keys;in presentations -Oracle Open Office Impress : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Impress : showing -Oracle Open Office Impress : showing;changes -Oracle Open Office Impress : showing;docked windows -Oracle Open Office Impress : showing;drawings and controls (Writer) -Oracle Open Office Impress : showing;guides -Oracle Open Office Impress : showing;hidden layers -Oracle Open Office Impress : showing;hidden slides -Oracle Open Office Impress : showing;levels -Oracle Open Office Impress : showing;live presentations on the Internet -Oracle Open Office Impress : showing;slide shows -Oracle Open Office Impress : showing;subpoints -Oracle Open Office Impress : showing;toolbars -Oracle Open Office Impress : sign conversion to curves -Oracle Open Office Impress : signing documents with digital signatures -Oracle Open Office Impress : similarity search -Oracle Open Office Impress : simple handles (Writer) -Oracle Open Office Impress : simplified Chinese -Oracle Open Office Impress : simplified Chinese;translating to traditional Chinese -Oracle Open Office Impress : single sign on options -Oracle Open Office Impress : single-line spacing in text -Oracle Open Office Impress : sizes -Oracle Open Office Impress : sizes;draw objects -Oracle Open Office Impress : sizes;pictures -Oracle Open Office Impress : skewing draw objects -Oracle Open Office Impress : slanting draw objects -Oracle Open Office Impress : slanting objects -Oracle Open Office Impress : slide designs -Oracle Open Office Impress : slide layouts -Oracle Open Office Impress : slide master view -Oracle Open Office Impress : slide masters -Oracle Open Office Impress : slide masters;changing backgrounds -Oracle Open Office Impress : slide masters;designing -Oracle Open Office Impress : slide masters;headers and footers -Oracle Open Office Impress : slide numbers -Oracle Open Office Impress : slide numbers on all slides -Oracle Open Office Impress : slide shows -Oracle Open Office Impress : slide shows;custom -Oracle Open Office Impress : slide shows;settings for -Oracle Open Office Impress : slide shows;starting -Oracle Open Office Impress : slide transitions -Oracle Open Office Impress : slide transitions;applying effects -Oracle Open Office Impress : slide transitions;automatic -Oracle Open Office Impress : slide transitions;manual -Oracle Open Office Impress : slide transitions;sounds -Oracle Open Office Impress : slides -Oracle Open Office Impress : slides;arranging -Oracle Open Office Impress : slides;backgrounds -Oracle Open Office Impress : slides;changing backgrounds -Oracle Open Office Impress : slides;copying between documents -Oracle Open Office Impress : slides;deleting -Oracle Open Office Impress : slides;expanding -Oracle Open Office Impress : slides;formatting -Oracle Open Office Impress : slides;headers and footers -Oracle Open Office Impress : slides;inserting -Oracle Open Office Impress : slides;inserting as links -Oracle Open Office Impress : slides;inserting speaker notes -Oracle Open Office Impress : slides;page numbers -Oracle Open Office Impress : slides;printing -Oracle Open Office Impress : small capitals -Oracle Open Office Impress : small icons -Oracle Open Office Impress : smart tag configuration -Oracle Open Office Impress : smooth scrolling (Writer) -Oracle Open Office Impress : smoothing filter -Oracle Open Office Impress : snap grid defaults (Writer/Calc) -Oracle Open Office Impress : snap lines, see also guides -Oracle Open Office Impress : snap points -Oracle Open Office Impress : snap points;editing -Oracle Open Office Impress : snap points;inserting -Oracle Open Office Impress : snapping in presentations and drawings -Oracle Open Office Impress : solarization filter -Oracle Open Office Impress : sort lists -Oracle Open Office Impress : sort lists;copying to in Calc -Oracle Open Office Impress : sorting -Oracle Open Office Impress : sorting;data in forms -Oracle Open Office Impress : sorting;databases -Oracle Open Office Impress : sound files -Oracle Open Office Impress : sounds -Oracle Open Office Impress : sounds;for effects -Oracle Open Office Impress : sounds;formats -Oracle Open Office Impress : sounds;on slide transitions -Oracle Open Office Impress : spaces -Oracle Open Office Impress : spaces;displaying (Writer) -Oracle Open Office Impress : spaces;ignoring double -Oracle Open Office Impress : spaces;inserting protected spaces -Oracle Open Office Impress : spaces;showing protected spaces (Writer) -Oracle Open Office Impress : spacing -Oracle Open Office Impress : spacing;between paragraphs in footnotes -Oracle Open Office Impress : spacing;font effects -Oracle Open Office Impress : spacing;lines and paragraphs -Oracle Open Office Impress : spacing;tab stops in text documents -Oracle Open Office Impress : spacing;tabs in presentations -Oracle Open Office Impress : spadmin -Oracle Open Office Impress : speaker notes -Oracle Open Office Impress : speaker notes;defaults -Oracle Open Office Impress : speaker notes;inserting -Oracle Open Office Impress : special characters -Oracle Open Office Impress : speech bubbles -Oracle Open Office Impress : speed of printing -Oracle Open Office Impress : spellcheck -Oracle Open Office Impress : spellcheck;activating for a language -Oracle Open Office Impress : spellcheck;context menus -Oracle Open Office Impress : spellcheck;default languages -Oracle Open Office Impress : spellcheck;dialog -Oracle Open Office Impress : spellcheck;dictionary of exceptions -Oracle Open Office Impress : spellcheck;ignore list -Oracle Open Office Impress : spheres -Oracle Open Office Impress : spin button creation -Oracle Open Office Impress : splitting -Oracle Open Office Impress : splitting;combinations -Oracle Open Office Impress : splitting;curves -Oracle Open Office Impress : spoolfiles with Xprinter -Oracle Open Office Impress : spreadsheets -Oracle Open Office Impress : spreadsheets;as databases (base) -Oracle Open Office Impress : spreadsheets;copying areas to text documents -Oracle Open Office Impress : spreadsheets;creating/opening -Oracle Open Office Impress : spreadsheets;in presentations -Oracle Open Office Impress : spreadsheets;inserting charts -Oracle Open Office Impress : spreadsheets;inserting database records -Oracle Open Office Impress : spreadsheets;printing -Oracle Open Office Impress : spreadsheets;saving -Oracle Open Office Impress : spreadsheets;saving automatically -Oracle Open Office Impress : spreadsheets;saving in other formats -Oracle Open Office Impress : spreadsheets;sending as e-mail -Oracle Open Office Impress : SQL -Oracle Open Office Impress : SQL;definition -Oracle Open Office Impress : SQL;DISTINCT parameter -Oracle Open Office Impress : SQL;executing SQL commands -Oracle Open Office Impress : SQL;executing SQL statements (Base) -Oracle Open Office Impress : SQL;queries (Base) -Oracle Open Office Impress : square drawings -Oracle Open Office Impress : standard bar on/off -Oracle Open Office Impress : standard deviation in charts -Oracle Open Office Impress : standard filters in databases -Oracle Open Office Impress : standard printer under UNIX -Oracle Open Office Impress : start center -Oracle Open Office Impress : start parameters -Oracle Open Office Impress : starting -Oracle Open Office Impress : starting;always with the current slide -Oracle Open Office Impress : starting;custom slide shows -Oracle Open Office Impress : starting;slide shows -Oracle Open Office Impress : statistics in charts -Oracle Open Office Impress : status bar on/off -Oracle Open Office Impress : stickers -Oracle Open Office Impress : stock charts -Oracle Open Office Impress : strikethrough -Oracle Open Office Impress : strikethrough;characters -Oracle Open Office Impress : strikethrough;font effects -Oracle Open Office Impress : styles -Oracle Open Office Impress : styles;'changed' message -Oracle Open Office Impress : styles;arrow and line styles -Oracle Open Office Impress : styles;copying between documents -Oracle Open Office Impress : styles;keyboard shortcuts -Oracle Open Office Impress : styles;organizing -Oracle Open Office Impress : styles;printing styles used in a document -Oracle Open Office Impress : styles;replacing automatically -Oracle Open Office Impress : Styles and Formatting window -Oracle Open Office Impress : Styles and Formatting window;docking -Oracle Open Office Impress : Styles and Formatting window;graphics documents -Oracle Open Office Impress : subforms -Oracle Open Office Impress : subforms;creating -Oracle Open Office Impress : subforms;description -Oracle Open Office Impress : submitting forms -Oracle Open Office Impress : subpoints -Oracle Open Office Impress : subpoints;hiding -Oracle Open Office Impress : subpoints;showing -Oracle Open Office Impress : subtracting polygons -Oracle Open Office Impress : suffixes in file formats -Oracle Open Office Impress : summary slide -Oracle Open Office Impress : support on the Web -Oracle Open Office Impress : synchronizing -Oracle Open Office Impress : synchronizing;labels and business cards -Oracle Open Office Impress : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Impress : system address book registration -Oracle Open Office Impress : tab stops -Oracle Open Office Impress : tab stops;displaying (Writer) -Oracle Open Office Impress : tab stops;inserting and editing -Oracle Open Office Impress : tab stops;regular expressions -Oracle Open Office Impress : tab stops;setting in sheets -Oracle Open Office Impress : tab stops;settings -Oracle Open Office Impress : tab stops;spacing in presentations -Oracle Open Office Impress : tab stops;spacing in text documents -Oracle Open Office Impress : table controls -Oracle Open Office Impress : table controls;form functions -Oracle Open Office Impress : table controls;keyboard-only edit mode -Oracle Open Office Impress : table controls;properties -Oracle Open Office Impress : table views of databases -Oracle Open Office Impress : Table Wizard (Base) -Oracle Open Office Impress : tables -Oracle Open Office Impress : tables;inserting line breaks -Oracle Open Office Impress : tables in databases -Oracle Open Office Impress : tables in databases;access rights to (Base) -Oracle Open Office Impress : tables in databases;adding to queries -Oracle Open Office Impress : tables in databases;browsing and editing -Oracle Open Office Impress : tables in databases;copying database tables (Base) -Oracle Open Office Impress : tables in databases;creating -Oracle Open Office Impress : tables in databases;creating in design view (manually) -Oracle Open Office Impress : tables in databases;importing text formats (Base) -Oracle Open Office Impress : tables in databases;joining for queries (Base) -Oracle Open Office Impress : tables in databases;printing queries (Base) -Oracle Open Office Impress : tables in databases;relations (Base) -Oracle Open Office Impress : tables in databases;searching -Oracle Open Office Impress : tables in spreadsheets -Oracle Open Office Impress : tables in spreadsheets;copying data to other applications -Oracle Open Office Impress : tables in spreadsheets;defining borders -Oracle Open Office Impress : tables in spreadsheets;value highlighting -Oracle Open Office Impress : tables in text -Oracle Open Office Impress : tables in text;captions -Oracle Open Office Impress : tables in text;creating automatically -Oracle Open Office Impress : tables in text;default settings -Oracle Open Office Impress : tables in text;defining borders -Oracle Open Office Impress : tables in text;displaying -Oracle Open Office Impress : tables in text;printing -Oracle Open Office Impress : tabs -Oracle Open Office Impress : tabs;displaying sheet tabs -Oracle Open Office Impress : tags -Oracle Open Office Impress : tags;definition -Oracle Open Office Impress : tags;META tags -Oracle Open Office Impress : task pane -Oracle Open Office Impress : templates -Oracle Open Office Impress : templates;agendas -Oracle Open Office Impress : templates;changing basic fonts -Oracle Open Office Impress : templates;database reports -Oracle Open Office Impress : templates;deleting -Oracle Open Office Impress : templates;editing and saving -Oracle Open Office Impress : templates;faxes -Oracle Open Office Impress : templates;importing and exporting -Oracle Open Office Impress : templates;letters -Oracle Open Office Impress : templates;new documents from templates -Oracle Open Office Impress : templates;opening documents with -Oracle Open Office Impress : templates;organizing -Oracle Open Office Impress : terminology -Oracle Open Office Impress : terminology;general glossary -Oracle Open Office Impress : terminology;Internet glossary -Oracle Open Office Impress : testing XML filters -Oracle Open Office Impress : text -Oracle Open Office Impress : text;animating -Oracle Open Office Impress : text;Asian layout -Oracle Open Office Impress : text;bold -Oracle Open Office Impress : text;coloring -Oracle Open Office Impress : text;converting to curves -Oracle Open Office Impress : text;copying by drag and drop -Oracle Open Office Impress : text;CTL languages -Oracle Open Office Impress : text;double-clicking to edit -Oracle Open Office Impress : text;drawing pictures -Oracle Open Office Impress : text;font effects -Oracle Open Office Impress : text;font sizes -Oracle Open Office Impress : text;font styles -Oracle Open Office Impress : text;fonts and formats -Oracle Open Office Impress : text;Fontwork icons -Oracle Open Office Impress : text;hyperlinks -Oracle Open Office Impress : text;inserting special characters -Oracle Open Office Impress : text;italics -Oracle Open Office Impress : text;kerning -Oracle Open Office Impress : text;language selection -Oracle Open Office Impress : text;line spacing -Oracle Open Office Impress : text;overwriting or inserting -Oracle Open Office Impress : text;printing in black -Oracle Open Office Impress : text;replacing with format -Oracle Open Office Impress : text;selection modes -Oracle Open Office Impress : text;shadowed -Oracle Open Office Impress : text;text/draw objects -Oracle Open Office Impress : text;toolbar -Oracle Open Office Impress : text attributes -Oracle Open Office Impress : text attributes;hyperlinks -Oracle Open Office Impress : text attributes;undoing -Oracle Open Office Impress : text boxes -Oracle Open Office Impress : text boxes;form functions -Oracle Open Office Impress : text boxes;positioning -Oracle Open Office Impress : text breaks in cells -Oracle Open Office Impress : text colors for better accessibility -Oracle Open Office Impress : text databases (Base) -Oracle Open Office Impress : text documents -Oracle Open Office Impress : text documents;creating/opening -Oracle Open Office Impress : text documents;importing/exporting -Oracle Open Office Impress : text documents;inserting in slides -Oracle Open Office Impress : text documents;inserting spreadsheet cells -Oracle Open Office Impress : text documents;print settings -Oracle Open Office Impress : text documents;printing -Oracle Open Office Impress : text documents;saving -Oracle Open Office Impress : text documents;saving automatically -Oracle Open Office Impress : text documents;saving in other formats -Oracle Open Office Impress : text documents;sending as e-mail -Oracle Open Office Impress : text effects -Oracle Open Office Impress : text entry mode for draw objects -Oracle Open Office Impress : text flow -Oracle Open Office Impress : text flow;in cells -Oracle Open Office Impress : text formats -Oracle Open Office Impress : text formats;databases -Oracle Open Office Impress : text formats;pasting -Oracle Open Office Impress : text frames -Oracle Open Office Impress : text input fields -Oracle Open Office Impress : text layout for special languages -Oracle Open Office Impress : text objects -Oracle Open Office Impress : text objects;alignment -Oracle Open Office Impress : text objects;draw functions -Oracle Open Office Impress : text objects;fonts -Oracle Open Office Impress : text objects;in presentations and drawings -Oracle Open Office Impress : text overflow in spreadsheet cells -Oracle Open Office Impress : text scaling in charts -Oracle Open Office Impress : text, see also text documents, paragraphs and characters -Oracle Open Office Impress : TextArt, see Fontwork -Oracle Open Office Impress : textures -Oracle Open Office Impress : textures;inserting from Gallery -Oracle Open Office Impress : textures;on chart bars -Oracle Open Office Impress : Thai -Oracle Open Office Impress : Thai;entering text -Oracle Open Office Impress : Thai;language settings -Oracle Open Office Impress : thesaurus -Oracle Open Office Impress : thesaurus;activating for a language -Oracle Open Office Impress : ticker text -Oracle Open Office Impress : tiled printing of slides -Oracle Open Office Impress : time and date on all slides -Oracle Open Office Impress : time fields -Oracle Open Office Impress : time fields;form functions -Oracle Open Office Impress : times -Oracle Open Office Impress : times;fixed -Oracle Open Office Impress : times;inserting when printing presentations -Oracle Open Office Impress : times;variable -Oracle Open Office Impress : times, formats -Oracle Open Office Impress : timings -Oracle Open Office Impress : timings;rehearse timings -Oracle Open Office Impress : tips -Oracle Open Office Impress : tips;extended tips in Help -Oracle Open Office Impress : title rows -Oracle Open Office Impress : title rows;printing in Oracle Open Office Math -Oracle Open Office Impress : titles -Oracle Open Office Impress : titles;alignment (charts) -Oracle Open Office Impress : titles;changing -Oracle Open Office Impress : titles;editing in charts -Oracle Open Office Impress : titles;font effects -Oracle Open Office Impress : titles;formatting automatically -Oracle Open Office Impress : titles;formatting charts -Oracle Open Office Impress : titles;objects -Oracle Open Office Impress : toolbars -Oracle Open Office Impress : toolbars;3D objects -Oracle Open Office Impress : toolbars;adding buttons -Oracle Open Office Impress : toolbars;curves -Oracle Open Office Impress : toolbars;docking/undocking -Oracle Open Office Impress : toolbars;ellipses -Oracle Open Office Impress : toolbars;Form Navigation bar -Oracle Open Office Impress : toolbars;viewing/closing -Oracle Open Office Impress : tools bar -Oracle Open Office Impress : tooltips -Oracle Open Office Impress : tooltips;extended tips -Oracle Open Office Impress : tooltips;help -Oracle Open Office Impress : torus -Oracle Open Office Impress : traditional Chinese -Oracle Open Office Impress : traditional Chinese;translating to simplified chinese -Oracle Open Office Impress : transition effects -Oracle Open Office Impress : transparency -Oracle Open Office Impress : transparency;adjusting -Oracle Open Office Impress : transparency;areas -Oracle Open Office Impress : transparency;of objects -Oracle Open Office Impress : transparency;off for faster printing -Oracle Open Office Impress : transparency;saving -Oracle Open Office Impress : tree view of Help -Oracle Open Office Impress : trend lines in charts -Oracle Open Office Impress : typefaces -Oracle Open Office Impress : typefaces;adding under UNIX -Oracle Open Office Impress : typefaces;formats -Oracle Open Office Impress : typographical quotes in Oracle Open Office Writer -Oracle Open Office Impress : typography -Oracle Open Office Impress : typography;Asian -Oracle Open Office Impress : underlining -Oracle Open Office Impress : underlining;AutoFormat function -Oracle Open Office Impress : underlining;characters -Oracle Open Office Impress : underlining;text -Oracle Open Office Impress : underlying objects -Oracle Open Office Impress : undocking windows -Oracle Open Office Impress : undoing -Oracle Open Office Impress : undoing;direct formatting -Oracle Open Office Impress : undoing;editing -Oracle Open Office Impress : undoing;number of steps -Oracle Open Office Impress : ungrouping groups -Oracle Open Office Impress : units -Oracle Open Office Impress : units;converting -Oracle Open Office Impress : units;measurement units -Oracle Open Office Impress : unlocking layers -Oracle Open Office Impress : UNO components -Oracle Open Office Impress : UNO components;Extension Manager -Oracle Open Office Impress : UNO components;integrating new -Oracle Open Office Impress : update options -Oracle Open Office Impress : updates -Oracle Open Office Impress : updates;checking automatically -Oracle Open Office Impress : updates;checking manually -Oracle Open Office Impress : updating -Oracle Open Office Impress : updating;fields and charts, automatically (Writer) -Oracle Open Office Impress : updating;links in text documents -Oracle Open Office Impress : updating;links, on opening -Oracle Open Office Impress : updating;templates -Oracle Open Office Impress : URL -Oracle Open Office Impress : URL;changing hyperlink URLs -Oracle Open Office Impress : URL;definition -Oracle Open Office Impress : URL;in pictures -Oracle Open Office Impress : URL;saving absolute/relative paths -Oracle Open Office Impress : URL;turning off URL recognition -Oracle Open Office Impress : user data -Oracle Open Office Impress : user data;input -Oracle Open Office Impress : user data;removing when saving -Oracle Open Office Impress : user feedback -Oracle Open Office Impress : user feedback;automatically -Oracle Open Office Impress : user-defined colors -Oracle Open Office Impress : user-defined dictionaries -Oracle Open Office Impress : user-defined dictionaries;creating -Oracle Open Office Impress : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Impress : user-defined dictionaries;editing -Oracle Open Office Impress : user-defined styles -Oracle Open Office Impress : user-defined styles;automatically replacing -Oracle Open Office Impress : UTF-8/UCS2 support -Oracle Open Office Impress : values -Oracle Open Office Impress : values;rounded as shown (Calc) -Oracle Open Office Impress : variables -Oracle Open Office Impress : variables;for paths -Oracle Open Office Impress : variances in charts -Oracle Open Office Impress : VBA code -Oracle Open Office Impress : VBA code;loading/saving documents with VBA code -Oracle Open Office Impress : vector graphics -Oracle Open Office Impress : vector graphics;converting bitmaps -Oracle Open Office Impress : vectorizing bitmaps -Oracle Open Office Impress : version management -Oracle Open Office Impress : version numbers of documents -Oracle Open Office Impress : versions -Oracle Open Office Impress : versions;comparing documents -Oracle Open Office Impress : versions;file saving as, restriction -Oracle Open Office Impress : versions;merging document versions -Oracle Open Office Impress : versions;of a document -Oracle Open Office Impress : versions;Oracle Open Office -Oracle Open Office Impress : vertical callouts -Oracle Open Office Impress : vertical scrollbars (Writer) -Oracle Open Office Impress : vertical text boxes -Oracle Open Office Impress : videos -Oracle Open Office Impress : viewing -Oracle Open Office Impress : viewing;databases -Oracle Open Office Impress : viewing;file properties -Oracle Open Office Impress : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Impress : viewing;toolbars -Oracle Open Office Impress : views -Oracle Open Office Impress : views;black and white -Oracle Open Office Impress : views;creating database views (Base) -Oracle Open Office Impress : views;defaults -Oracle Open Office Impress : views;display sizes -Oracle Open Office Impress : views;full screen -Oracle Open Office Impress : views;icons -Oracle Open Office Impress : views;scaling -Oracle Open Office Impress : views;shift function -Oracle Open Office Impress : views;slide master view -Oracle Open Office Impress : Visual Basic for Applications -Oracle Open Office Impress : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Impress : watermarks -Oracle Open Office Impress : web documents -Oracle Open Office Impress : web documents;XForms -Oracle Open Office Impress : Web support -Oracle Open Office Impress : WebCast export -Oracle Open Office Impress : WebDAV over HTTPS -Oracle Open Office Impress : windows -Oracle Open Office Impress : windows;docking -Oracle Open Office Impress : windows;docking definition -Oracle Open Office Impress : windows;hiding/showing/docking -Oracle Open Office Impress : windows;new -Oracle Open Office Impress : wizards -Oracle Open Office Impress : wizards;agendas -Oracle Open Office Impress : wizards;database queries -Oracle Open Office Impress : wizards;database tables (Base) -Oracle Open Office Impress : wizards;databases (Base) -Oracle Open Office Impress : wizards;document converter -Oracle Open Office Impress : wizards;Euro Converter -Oracle Open Office Impress : wizards;faxes -Oracle Open Office Impress : wizards;forms -Oracle Open Office Impress : wizards;letters -Oracle Open Office Impress : wizards;macros (Base) -Oracle Open Office Impress : wizards;overview -Oracle Open Office Impress : wizards;presentations -Oracle Open Office Impress : wizards;reports -Oracle Open Office Impress : Word documents -Oracle Open Office Impress : Word documents;compatibility -Oracle Open Office Impress : Word documents;saving as -Oracle Open Office Impress : WordArt, see Fontwork -Oracle Open Office Impress : words -Oracle Open Office Impress : words;automatically replacing -Oracle Open Office Impress : words;wrapping in cells -Oracle Open Office Impress : words;wrapping in CTL -Oracle Open Office Impress : working directory change -Oracle Open Office Impress : wrapping text -Oracle Open Office Impress : wrapping text;in cells -Oracle Open Office Impress : write protection on/off -Oracle Open Office Impress : writing aids options -Oracle Open Office Impress : WYSIWYG in fonts lists -Oracle Open Office Impress : X axes -Oracle Open Office Impress : X axes;grid formatting -Oracle Open Office Impress : X axes;positioning -Oracle Open Office Impress : X axes;scaling -Oracle Open Office Impress : X axes;showing -Oracle Open Office Impress : XForms -Oracle Open Office Impress : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Impress : XForms;conditions -Oracle Open Office Impress : XForms;opening/editing -Oracle Open Office Impress : XML converters -Oracle Open Office Impress : XML file formats -Oracle Open Office Impress : XML filters -Oracle Open Office Impress : XML filters;creating/testing -Oracle Open Office Impress : XML filters;saving as package/installing/deleting -Oracle Open Office Impress : XML filters;settings -Oracle Open Office Impress : XML Forms, see XForms -Oracle Open Office Impress : XSLT filters, see also XML filters -Oracle Open Office Impress : XY charts -Oracle Open Office Impress : Y axes -Oracle Open Office Impress : Y axes;formatting -Oracle Open Office Impress : Y axes;grid formatting -Oracle Open Office Impress : Y axes;positioning -Oracle Open Office Impress : Y axes;scaling -Oracle Open Office Impress : Y axes;showing -Oracle Open Office Impress : years -Oracle Open Office Impress : years;2-digit options -Oracle Open Office Impress : Z axes -Oracle Open Office Impress : Z axes;grid formatting -Oracle Open Office Impress : Z axes;showing -Oracle Open Office Impress : zero values -Oracle Open Office Impress : zero values;displaying (Calc) -Oracle Open Office Impress : zooming -Oracle Open Office Impress : zooming;in presentations -Oracle Open Office Impress : zooming;keyboard -Oracle Open Office Impress : zooming;page views -Oracle Open Office Impress : zooming;pictures -Oracle Open Office Impress : zooming;shortcut keys -Oracle Open Office Impress : zooming;status bar -Oracle Open Office Math : 1/2 replacement -Oracle Open Office Math : 3D text creation -Oracle Open Office Math : abbreviation replacement -Oracle Open Office Math : absolute hyperlinks -Oracle Open Office Math : absolute saving of URLs -Oracle Open Office Math : absolute values -Oracle Open Office Math : accents -Oracle Open Office Math : accents -Oracle Open Office Math : accents;in Oracle Open Office Math -Oracle Open Office Math : Access databases (base) -Oracle Open Office Math : access rights for database tables (Base) -Oracle Open Office Math : accessibility -Oracle Open Office Math : accessibility;general shortcuts -Oracle Open Office Math : accessibility;options -Oracle Open Office Math : accessibility;Oracle Open Office assistive technology -Oracle Open Office Math : accessibility;Oracle Open Office features -Oracle Open Office Math : accessibility;Oracle Open Office Math shortcuts -Oracle Open Office Math : activating -Oracle Open Office Math : activating;context menus -Oracle Open Office Math : activating;Error Report Tool -Oracle Open Office Math : activating;extended help tips -Oracle Open Office Math : activating;plug-ins -Oracle Open Office Math : ActiveX control -Oracle Open Office Math : Adabas D databases (base) -Oracle Open Office Math : add-ons, see UNO components -Oracle Open Office Math : addition signs -Oracle Open Office Math : additional selection mode -Oracle Open Office Math : address books -Oracle Open Office Math : address books;LDAP server (Base) -Oracle Open Office Math : address books;registering -Oracle Open Office Math : address labels from databases -Oracle Open Office Math : ADO databases (Base) -Oracle Open Office Math : Agenda Wizard -Oracle Open Office Math : aging filter -Oracle Open Office Math : aligning -Oracle Open Office Math : aligning;cells -Oracle Open Office Math : aligning;characters in Oracle Open Office Math -Oracle Open Office Math : aligning;multi-line formulas -Oracle Open Office Math : aligning;objects -Oracle Open Office Math : aligning;paragraphs -Oracle Open Office Math : aligning;tables in text -Oracle Open Office Math : aligning;text objects -Oracle Open Office Math : aligning formulas -Oracle Open Office Math : alignment -Oracle Open Office Math : alignment;horizontally centered (Math) -Oracle Open Office Math : alignment;left (Math) -Oracle Open Office Math : alignment;right (Math) -Oracle Open Office Math : alternative fonts -Oracle Open Office Math : ampersand symbol, see also operators -Oracle Open Office Math : anchors -Oracle Open Office Math : anchors;changing -Oracle Open Office Math : anchors;displaying (Calc) -Oracle Open Office Math : anchors;types/positions for draw objects -Oracle Open Office Math : AND operator -Oracle Open Office Math : animations -Oracle Open Office Math : animations;accessibility options -Oracle Open Office Math : appearance options -Oracle Open Office Math : approximately equal to relation -Oracle Open Office Math : Arabic -Oracle Open Office Math : Arabic;entering text -Oracle Open Office Math : Arabic;language settings -Oracle Open Office Math : arc cosine function -Oracle Open Office Math : arc cotangent function -Oracle Open Office Math : arc sine function -Oracle Open Office Math : area hyperbolic cosine function -Oracle Open Office Math : area hyperbolic cotangent function -Oracle Open Office Math : area hyperbolic tangent function -Oracle Open Office Math : areas -Oracle Open Office Math : areas;bitmap patterns -Oracle Open Office Math : areas;hatched/dotted -Oracle Open Office Math : areas;shadows -Oracle Open Office Math : areas;slanting -Oracle Open Office Math : areas;styles -Oracle Open Office Math : areas;transparency -Oracle Open Office Math : arguments in command line -Oracle Open Office Math : arranging -Oracle Open Office Math : arranging;matrices -Oracle Open Office Math : arranging;objects -Oracle Open Office Math : arrows -Oracle Open Office Math : arrows;defining arrow heads -Oracle Open Office Math : arrows;defining arrow lines -Oracle Open Office Math : arrows;drawing in text -Oracle Open Office Math : arrows;symbols in Oracle Open Office Math -Oracle Open Office Math : ASCII -Oracle Open Office Math : ASCII;definition -Oracle Open Office Math : Asian languages -Oracle Open Office Math : Asian languages;enabling -Oracle Open Office Math : Asian Phonetic Guide -Oracle Open Office Math : Asian typography -Oracle Open Office Math : assigning scripts -Oracle Open Office Math : assistive technology in Oracle Open Office -Oracle Open Office Math : attaching toolbars -Oracle Open Office Math : attachments in e-mails -Oracle Open Office Math : attributes -Oracle Open Office Math : attributes;accents -Oracle Open Office Math : attributes;additional information -Oracle Open Office Math : attributes;changing defaults -Oracle Open Office Math : attributes;changing fonts -Oracle Open Office Math : attributes;changing in Oracle Open Office Math -Oracle Open Office Math : attributes;colored characters -Oracle Open Office Math : attributes;in Oracle Open Office Math -Oracle Open Office Math : attributes;list of -Oracle Open Office Math : audio -Oracle Open Office Math : auto reloading HTML documents -Oracle Open Office Math : AutoAbstract function for sending text to presentations -Oracle Open Office Math : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Math : AutoComplete function in text and list boxes -Oracle Open Office Math : AutoCorrect function -Oracle Open Office Math : AutoCorrect function;context menu -Oracle Open Office Math : AutoCorrect function;options -Oracle Open Office Math : AutoCorrect function;pictures and frames -Oracle Open Office Math : AutoCorrect function;quotes -Oracle Open Office Math : AutoCorrect function;replacement table -Oracle Open Office Math : AutoCorrect function;switching on and off in Calc -Oracle Open Office Math : AutoCorrect function;URL recognition -Oracle Open Office Math : AutoFormat function -Oracle Open Office Math : AutoFormat function;switching on and off -Oracle Open Office Math : automatic captions (Writer) -Oracle Open Office Math : automatic control focus -Oracle Open Office Math : automatic hyperlink formatting -Oracle Open Office Math : automatic line breaks -Oracle Open Office Math : automatic lines/borders in text -Oracle Open Office Math : automatic saving -Oracle Open Office Math : AutoPilots, see wizards -Oracle Open Office Math : AutoValue (Base) -Oracle Open Office Math : axes in charts -Oracle Open Office Math : axis-ellipsis -Oracle Open Office Math : back epsilon symbol -Oracle Open Office Math : backgrounds -Oracle Open Office Math : backgrounds;defining colors/pictures -Oracle Open Office Math : backgrounds;frames/sections/indexes -Oracle Open Office Math : backgrounds;inserting from Gallery -Oracle Open Office Math : backgrounds;printing -Oracle Open Office Math : backing window -Oracle Open Office Math : backslash division sign -Oracle Open Office Math : backups -Oracle Open Office Math : backups;automatic -Oracle Open Office Math : backups;documents -Oracle Open Office Math : Basic -Oracle Open Office Math : Basic;fonts for source display -Oracle Open Office Math : Basic;programming -Oracle Open Office Math : Basic;recording macros -Oracle Open Office Math : basic fonts -Oracle Open Office Math : Bézier curves -Oracle Open Office Math : Bézier curves;control points in presentations -Oracle Open Office Math : bi-directional writing -Oracle Open Office Math : binary operators -Oracle Open Office Math : binary operators -Oracle Open Office Math : binary operators;list of -Oracle Open Office Math : binding space -Oracle Open Office Math : binomials -Oracle Open Office Math : bitmaps -Oracle Open Office Math : bitmaps;inserting and editing -Oracle Open Office Math : bitmaps;off for faster printing -Oracle Open Office Math : bitmaps;patterns -Oracle Open Office Math : black and white printing -Oracle Open Office Math : black printing in Calc -Oracle Open Office Math : block selection mode -Oracle Open Office Math : bold -Oracle Open Office Math : bold;AutoFormat function -Oracle Open Office Math : bold;text -Oracle Open Office Math : bold attribute -Oracle Open Office Math : bookmarks -Oracle Open Office Math : bookmarks;Help -Oracle Open Office Math : Boolean operators -Oracle Open Office Math : borders -Oracle Open Office Math : borders;arranging -Oracle Open Office Math : borders;cells on screen (Calc) -Oracle Open Office Math : borders;for paragraphs -Oracle Open Office Math : borders;for tables -Oracle Open Office Math : borders;shadows -Oracle Open Office Math : borders;table boundaries (Writer) -Oracle Open Office Math : borders, see also frames -Oracle Open Office Math : bound fields -Oracle Open Office Math : bound fields;controls -Oracle Open Office Math : boundaries of tables (Writer) -Oracle Open Office Math : braces in Oracle Open Office Math -Oracle Open Office Math : brackets -Oracle Open Office Math : brackets;angle (Math) -Oracle Open Office Math : brackets;angle with operator -Oracle Open Office Math : brackets;double square (Math) -Oracle Open Office Math : brackets;group -Oracle Open Office Math : brackets;in Oracle Open Office Math -Oracle Open Office Math : brackets;inserting in Oracle Open Office Math -Oracle Open Office Math : brackets;merging formula parts -Oracle Open Office Math : brackets;operator (Math) -Oracle Open Office Math : brackets;reference list -Oracle Open Office Math : brackets;round (Math) -Oracle Open Office Math : brackets;scalable -Oracle Open Office Math : brackets;single, without group function -Oracle Open Office Math : brackets;square (Math) -Oracle Open Office Math : brackets;widowed -Oracle Open Office Math : brackets and grouping in Oracle Open Office Math -Oracle Open Office Math : break display (Writer) -Oracle Open Office Math : brochures -Oracle Open Office Math : brochures;printing several -Oracle Open Office Math : build numbers of Oracle Open Office -Oracle Open Office Math : bullet lists -Oracle Open Office Math : bullet lists;formatting options -Oracle Open Office Math : bullets -Oracle Open Office Math : bullets;paragraphs -Oracle Open Office Math : bullets;replacing -Oracle Open Office Math : bullets;turning off -Oracle Open Office Math : business cards -Oracle Open Office Math : business cards;creating and synchronizing -Oracle Open Office Math : business cards;using templates -Oracle Open Office Math : button bars, see toolbars -Oracle Open Office Math : buttons -Oracle Open Office Math : buttons;adding push buttons -Oracle Open Office Math : buttons;big/small -Oracle Open Office Math : buttons;editing hyperlink buttons -Oracle Open Office Math : buttons;form functions -Oracle Open Office Math : buttons;toolbars -Oracle Open Office Math : cache for graphics -Oracle Open Office Math : calculating -Oracle Open Office Math : calculating;iterative references (Calc) -Oracle Open Office Math : callouts -Oracle Open Office Math : callouts;drawings -Oracle Open Office Math : capital letters -Oracle Open Office Math : capital letters;AutoCorrect function -Oracle Open Office Math : capital letters;font effects -Oracle Open Office Math : captions -Oracle Open Office Math : captions;automatic captions (Writer) -Oracle Open Office Math : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Math : captions, see also labels/callouts -Oracle Open Office Math : cardinal numbers -Oracle Open Office Math : cascading update (Base) -Oracle Open Office Math : case sensitivity -Oracle Open Office Math : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Math : case sensitivity;searching -Oracle Open Office Math : catalog for mathematical symbols -Oracle Open Office Math : ceiling brackets -Oracle Open Office Math : ceiling brackets;lines with -Oracle Open Office Math : ceiling brackets;scalable lines with -Oracle Open Office Math : cells -Oracle Open Office Math : cells;aligning -Oracle Open Office Math : cells;coloring (Calc) -Oracle Open Office Math : cells;cursor positions after input (Calc) -Oracle Open Office Math : cells;formatting without effect (Calc) -Oracle Open Office Math : cells;line breaks -Oracle Open Office Math : cells;linked to controls -Oracle Open Office Math : cells;number of -Oracle Open Office Math : cells;pasting -Oracle Open Office Math : cells;resetting formats -Oracle Open Office Math : cells;showing grid lines (Calc) -Oracle Open Office Math : center dots symbol -Oracle Open Office Math : centered horizontally -Oracle Open Office Math : centered horizontally;alignment (Math) -Oracle Open Office Math : centered text -Oracle Open Office Math : centimeters -Oracle Open Office Math : certificates -Oracle Open Office Math : changes -Oracle Open Office Math : changes;accepting automatically -Oracle Open Office Math : changes;accepting or rejecting -Oracle Open Office Math : changes;comparing to original -Oracle Open Office Math : changes;protecting -Oracle Open Office Math : changes;recording -Oracle Open Office Math : changes;review function -Oracle Open Office Math : changes;showing -Oracle Open Office Math : changing -Oracle Open Office Math : changing;default formatting -Oracle Open Office Math : changing;document titles -Oracle Open Office Math : changing;file associations in Setup program -Oracle Open Office Math : changing;fonts -Oracle Open Office Math : changing;icon sizes -Oracle Open Office Math : changing;links -Oracle Open Office Math : changing;work directory -Oracle Open Office Math : changing, see also editing and replacing -Oracle Open Office Math : character styles -Oracle Open Office Math : character styles;language selection -Oracle Open Office Math : characters -Oracle Open Office Math : characters;alternative fonts -Oracle Open Office Math : characters;Asian layout -Oracle Open Office Math : characters;bold -Oracle Open Office Math : characters;coloring -Oracle Open Office Math : characters;displaying only on screen (Writer) -Oracle Open Office Math : characters;enabling CTL and Asian characters -Oracle Open Office Math : characters;font effects -Oracle Open Office Math : characters;fonts and formats -Oracle Open Office Math : characters;hyperlinks -Oracle Open Office Math : characters;italics -Oracle Open Office Math : characters;language selection -Oracle Open Office Math : characters;shadowed -Oracle Open Office Math : characters;spacing -Oracle Open Office Math : characters;special -Oracle Open Office Math : characters;underlining -Oracle Open Office Math : charcoal sketches filter -Oracle Open Office Math : charts -Oracle Open Office Math : charts;arranging within stacks -Oracle Open Office Math : charts;bars with textures -Oracle Open Office Math : charts;colors -Oracle Open Office Math : charts;copying with link to source cell range -Oracle Open Office Math : charts;displaying (Calc) -Oracle Open Office Math : charts;editing axes -Oracle Open Office Math : charts;editing data -Oracle Open Office Math : charts;editing legends -Oracle Open Office Math : charts;editing titles -Oracle Open Office Math : charts;inserting -Oracle Open Office Math : charts;updating automatically (Writer) -Oracle Open Office Math : check box creation -Oracle Open Office Math : Chinese writing systems -Oracle Open Office Math : choosing printers -Oracle Open Office Math : circle attribute -Oracle Open Office Math : circle drawings -Oracle Open Office Math : circumflex attribute -Oracle Open Office Math : Client Side ImageMap -Oracle Open Office Math : clipboard -Oracle Open Office Math : clipboard;cutting -Oracle Open Office Math : clipboard;pasting -Oracle Open Office Math : clipboard;pasting formatted/unformatted text -Oracle Open Office Math : clipboard;selection clipboard -Oracle Open Office Math : clipboard;Unix -Oracle Open Office Math : closing -Oracle Open Office Math : closing;documents -Oracle Open Office Math : closing;toolbars -Oracle Open Office Math : collaboration -Oracle Open Office Math : color bar -Oracle Open Office Math : colored characters -Oracle Open Office Math : colors -Oracle Open Office Math : colors;adding -Oracle Open Office Math : colors;appearance -Oracle Open Office Math : colors;backgrounds -Oracle Open Office Math : colors;charts -Oracle Open Office Math : colors;fill format -Oracle Open Office Math : colors;fonts -Oracle Open Office Math : colors;grid lines and cells (Calc) -Oracle Open Office Math : colors;in formulas -Oracle Open Office Math : colors;models -Oracle Open Office Math : colors;not printing -Oracle Open Office Math : colors;printing in grayscale -Oracle Open Office Math : colors;restriction (Calc) -Oracle Open Office Math : colors;selection -Oracle Open Office Math : column headers -Oracle Open Office Math : column headers;displaying (Calc) -Oracle Open Office Math : column headers;highlighting (Calc) -Oracle Open Office Math : columns -Oracle Open Office Math : columns;setting with the mouse -Oracle Open Office Math : combo box creation -Oracle Open Office Math : command button creation -Oracle Open Office Math : command buttons, see push buttons -Oracle Open Office Math : command line parameters -Oracle Open Office Math : commands -Oracle Open Office Math : commands;repeating -Oracle Open Office Math : commands;SQL -Oracle Open Office Math : comments -Oracle Open Office Math : comments;displaying (Calc) -Oracle Open Office Math : comments;entering in Oracle Open Office Math -Oracle Open Office Math : comments;inserting/editing/deleting/printing -Oracle Open Office Math : comments;on changes -Oracle Open Office Math : comments;printing in text -Oracle Open Office Math : common terms -Oracle Open Office Math : common terms;Chinese dictionary -Oracle Open Office Math : common terms;glossaries -Oracle Open Office Math : common terms;Internet glossary -Oracle Open Office Math : comparisons -Oracle Open Office Math : comparisons;document versions -Oracle Open Office Math : comparisons;operators in default filter dialog -Oracle Open Office Math : compatibility settings for MS Word import -Oracle Open Office Math : complete screen view -Oracle Open Office Math : complex numbers -Oracle Open Office Math : complex numbers;set -Oracle Open Office Math : complex numbers;symbols -Oracle Open Office Math : complex text layout -Oracle Open Office Math : complex text layout;definition -Oracle Open Office Math : complex text layout;enabling -Oracle Open Office Math : complex text layout, see CTL -Oracle Open Office Math : compose key to insert special characters -Oracle Open Office Math : concatenating math symbols -Oracle Open Office Math : concatenation, see ampersand symbol -Oracle Open Office Math : conditional separators -Oracle Open Office Math : conditions -Oracle Open Office Math : conditions;in number formats -Oracle Open Office Math : conditions;items in Data Navigator -Oracle Open Office Math : Configuration Manager -Oracle Open Office Math : configuring -Oracle Open Office Math : configuring;fax icon -Oracle Open Office Math : configuring;Oracle Open Office -Oracle Open Office Math : configuring;toolbars -Oracle Open Office Math : congruent relation -Oracle Open Office Math : connections to data sources (Base) -Oracle Open Office Math : considerably greater than relation -Oracle Open Office Math : considerably less than relation -Oracle Open Office Math : contents protection -Oracle Open Office Math : context menus -Oracle Open Office Math : control point display in presentations -Oracle Open Office Math : controls -Oracle Open Office Math : controls;activating in forms -Oracle Open Office Math : controls;adding to documents -Oracle Open Office Math : controls;arranging in forms -Oracle Open Office Math : controls;arranging within stacks -Oracle Open Office Math : controls;assigning data sources -Oracle Open Office Math : controls;assigning macros (Basic) -Oracle Open Office Math : controls;bound fields/list contents/linked cells -Oracle Open Office Math : controls;events -Oracle Open Office Math : controls;focus -Oracle Open Office Math : controls;formatted fields -Oracle Open Office Math : controls;grouping -Oracle Open Office Math : controls;hidden -Oracle Open Office Math : controls;inserting -Oracle Open Office Math : controls;multi-line titles -Oracle Open Office Math : controls;positions and sizes -Oracle Open Office Math : controls;printing -Oracle Open Office Math : controls;properties of form controls -Oracle Open Office Math : controls;properties of table controls -Oracle Open Office Math : controls;reference by SQL -Oracle Open Office Math : controls;rich text control -Oracle Open Office Math : controls;select mode -Oracle Open Office Math : controls;showing (Writer) -Oracle Open Office Math : converters -Oracle Open Office Math : converters;Euro converter -Oracle Open Office Math : converters;PostScript, UNIX -Oracle Open Office Math : converters;XML -Oracle Open Office Math : converting -Oracle Open Office Math : converting;Hangul/Hanja -Oracle Open Office Math : converting;metrics -Oracle Open Office Math : converting;Microsoft documents -Oracle Open Office Math : converting;Oracle Open Office documents -Oracle Open Office Math : converting;Pocket PC formats -Oracle Open Office Math : copies -Oracle Open Office Math : copies;printing -Oracle Open Office Math : coproduct -Oracle Open Office Math : copying -Oracle Open Office Math : copying;by drag and drop -Oracle Open Office Math : copying;data from text documents -Oracle Open Office Math : copying;datasource records in spreadsheets -Oracle Open Office Math : copying;draw objects -Oracle Open Office Math : copying;draw objects between documents -Oracle Open Office Math : copying;formatting -Oracle Open Office Math : copying;from data source view -Oracle Open Office Math : copying;from Gallery -Oracle Open Office Math : copying;in Unix -Oracle Open Office Math : copying;pictures, between documents -Oracle Open Office Math : copying;sheet areas, to text documents -Oracle Open Office Math : copying;to Gallery -Oracle Open Office Math : copyright for Oracle Open Office -Oracle Open Office Math : corner roundings -Oracle Open Office Math : correspondence -Oracle Open Office Math : correspondence;original by -Oracle Open Office Math : correspondence;picture by -Oracle Open Office Math : cosine function -Oracle Open Office Math : cotangent function -Oracle Open Office Math : crash reports -Oracle Open Office Math : criteria of query design (Base) -Oracle Open Office Math : cropping pictures -Oracle Open Office Math : CTL -Oracle Open Office Math : CTL;(not) wrapping words -Oracle Open Office Math : CTL;complex text layout languages -Oracle Open Office Math : CTL;definition -Oracle Open Office Math : CTL;options -Oracle Open Office Math : currencies -Oracle Open Office Math : currencies;converters -Oracle Open Office Math : currencies;format codes -Oracle Open Office Math : currency field creation -Oracle Open Office Math : currency formats -Oracle Open Office Math : cursor -Oracle Open Office Math : cursor;allowing in protected areas (Writer) -Oracle Open Office Math : cursor;in Oracle Open Office Math -Oracle Open Office Math : cursor;in read-only text -Oracle Open Office Math : cursor;quickly moving to an object -Oracle Open Office Math : curve integrals -Oracle Open Office Math : curves -Oracle Open Office Math : curves;editing points -Oracle Open Office Math : custom dictionaries -Oracle Open Office Math : custom dictionaries;editing -Oracle Open Office Math : custom hyphens (Writer) -Oracle Open Office Math : custom quotes -Oracle Open Office Math : custom templates -Oracle Open Office Math : customizing -Oracle Open Office Math : customizing;events -Oracle Open Office Math : customizing;keyboard -Oracle Open Office Math : customizing;menus -Oracle Open Office Math : customizing;Oracle Open Office -Oracle Open Office Math : customizing;round corners -Oracle Open Office Math : customizing;toolbars -Oracle Open Office Math : cutting -Oracle Open Office Math : dashes -Oracle Open Office Math : data -Oracle Open Office Math : data;filtering in forms -Oracle Open Office Math : data;forms and subforms -Oracle Open Office Math : data;read-only -Oracle Open Office Math : data;sorting in forms -Oracle Open Office Math : data;user data -Oracle Open Office Math : data binding change in XForms -Oracle Open Office Math : Data Navigator -Oracle Open Office Math : Data Navigator;adding/editing items -Oracle Open Office Math : Data Navigator;display options -Oracle Open Office Math : data source browser -Oracle Open Office Math : data source explorer -Oracle Open Office Math : data source view -Oracle Open Office Math : data source view;drag and drop -Oracle Open Office Math : data source view;overview -Oracle Open Office Math : data source view;showing -Oracle Open Office Math : data sources -Oracle Open Office Math : data sources;as tables -Oracle Open Office Math : data sources;connection settings (Base) -Oracle Open Office Math : data sources;copying records to spreadsheets -Oracle Open Office Math : data sources;displaying current -Oracle Open Office Math : data sources;LDAP server (Base) -Oracle Open Office Math : data sources;Oracle Open Office Base -Oracle Open Office Math : data sources;registering address books -Oracle Open Office Math : data sources;reports -Oracle Open Office Math : data sources;viewing -Oracle Open Office Math : data structure of XForms -Oracle Open Office Math : data, see also values -Oracle Open Office Math : database contents -Oracle Open Office Math : database contents;inserting as tables -Oracle Open Office Math : database contents;inserting as text -Oracle Open Office Math : database reports -Oracle Open Office Math : Database Wizard (Base) -Oracle Open Office Math : databases -Oracle Open Office Math : databases;administration through SQL (Base) -Oracle Open Office Math : databases;ADO (Base) -Oracle Open Office Math : databases;connecting (Base) -Oracle Open Office Math : databases;creating -Oracle Open Office Math : databases;creating labels -Oracle Open Office Math : databases;creating queries -Oracle Open Office Math : databases;creating reports -Oracle Open Office Math : databases;creating tables -Oracle Open Office Math : databases;deleting (Base) -Oracle Open Office Math : databases;drag and drop (Base) -Oracle Open Office Math : databases;editing tables -Oracle Open Office Math : databases;form filters -Oracle Open Office Math : databases;formats (Base) -Oracle Open Office Math : databases;importing/exporting -Oracle Open Office Math : databases;JDBC (Base) -Oracle Open Office Math : databases;main page (Base) -Oracle Open Office Math : databases;ODBC (Base) -Oracle Open Office Math : databases;overview -Oracle Open Office Math : databases;registering (Base) -Oracle Open Office Math : databases;searching records -Oracle Open Office Math : databases;shortcut keys -Oracle Open Office Math : databases;sorting -Oracle Open Office Math : databases;standard filters -Oracle Open Office Math : databases;text formats -Oracle Open Office Math : databases;viewing -Oracle Open Office Math : date fields -Oracle Open Office Math : date fields;creating -Oracle Open Office Math : date fields;properties -Oracle Open Office Math : date formats -Oracle Open Office Math : dates -Oracle Open Office Math : dates;default (Calc) -Oracle Open Office Math : dates;printing in presentations -Oracle Open Office Math : dates;start 1900/01/01 (Calc) -Oracle Open Office Math : dates;start 1904/01/01 (Calc) -Oracle Open Office Math : dBASE -Oracle Open Office Math : dBASE;database settings (Base) -Oracle Open Office Math : DDE -Oracle Open Office Math : DDE;definition -Oracle Open Office Math : deactivating -Oracle Open Office Math : deactivating;plug-ins -Oracle Open Office Math : decimal places displayed (Calc) -Oracle Open Office Math : decimal separator key -Oracle Open Office Math : decimal tab stops -Oracle Open Office Math : default directories -Oracle Open Office Math : default filters -Oracle Open Office Math : default filters;comparison operators -Oracle Open Office Math : default filters;databases -Oracle Open Office Math : default printer -Oracle Open Office Math : default printer;setting up -Oracle Open Office Math : default printer;UNIX -Oracle Open Office Math : default templates -Oracle Open Office Math : default templates;changing -Oracle Open Office Math : default templates;organizing -Oracle Open Office Math : defaults -Oracle Open Office Math : defaults;changing default formatting -Oracle Open Office Math : defaults;documents -Oracle Open Office Math : defaults;file formats in file dialogs -Oracle Open Office Math : defaults;file formats in Oracle Open Office -Oracle Open Office Math : defaults;fonts -Oracle Open Office Math : defaults;grids (Writer/Calc) -Oracle Open Office Math : defaults;languages -Oracle Open Office Math : defaults;number formats -Oracle Open Office Math : defaults;of saving -Oracle Open Office Math : defaults;program configuration -Oracle Open Office Math : defaults;tab stops in text -Oracle Open Office Math : defaults;views -Oracle Open Office Math : defined as relation -Oracle Open Office Math : defining -Oracle Open Office Math : defining;arrowheads and other line ends -Oracle Open Office Math : defining;colors -Oracle Open Office Math : defining;formula fonts -Oracle Open Office Math : defining;line styles -Oracle Open Office Math : defining;paragraph borders -Oracle Open Office Math : defining;queries (Base) -Oracle Open Office Math : defining;table borders -Oracle Open Office Math : deleting -Oracle Open Office Math : deleting;all direct formatting -Oracle Open Office Math : deleting;comments -Oracle Open Office Math : deleting;databases (Base) -Oracle Open Office Math : deleting;hyperlinks -Oracle Open Office Math : deleting;lines in text -Oracle Open Office Math : deleting;models/instances -Oracle Open Office Math : deleting;namespaces in XForms -Oracle Open Office Math : deleting;tab stops -Oracle Open Office Math : deleting;templates -Oracle Open Office Math : deleting;XML filters -Oracle Open Office Math : depth stagger -Oracle Open Office Math : descriptions for objects -Oracle Open Office Math : design mode after saving -Oracle Open Office Math : design view -Oracle Open Office Math : design view;creating forms -Oracle Open Office Math : design view;queries/views (Base) -Oracle Open Office Math : designing -Oracle Open Office Math : designing;database tables -Oracle Open Office Math : designing;fonts -Oracle Open Office Math : designing;queries (Base) -Oracle Open Office Math : detaching toolbars -Oracle Open Office Math : diagonal downward dots -Oracle Open Office Math : diagonal downward dots;symbol -Oracle Open Office Math : diagonal upward dots -Oracle Open Office Math : diagonal upward dots;symbol -Oracle Open Office Math : dictionaries -Oracle Open Office Math : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Math : dictionaries;creating -Oracle Open Office Math : dictionaries;editing user-defined -Oracle Open Office Math : dictionaries;spellcheck -Oracle Open Office Math : dictionaries, see also languages -Oracle Open Office Math : difference set operator -Oracle Open Office Math : digital signatures -Oracle Open Office Math : digital signatures;getting/managing/applying -Oracle Open Office Math : digital signatures;overview -Oracle Open Office Math : digital signatures;WebDAV over HTTPS -Oracle Open Office Math : direct formatting -Oracle Open Office Math : direct formatting;undoing all -Oracle Open Office Math : direct text -Oracle Open Office Math : direct text;entering in Oracle Open Office Math -Oracle Open Office Math : directories -Oracle Open Office Math : directories;creating new -Oracle Open Office Math : directories;directory structure -Oracle Open Office Math : disabled persons -Oracle Open Office Math : displaying -Oracle Open Office Math : displaying;comments (Calc) -Oracle Open Office Math : displaying;comments in text documents -Oracle Open Office Math : displaying;non-printing characters (Writer) -Oracle Open Office Math : displaying;pictures and objects (Writer) -Oracle Open Office Math : displaying;tables (Writer) -Oracle Open Office Math : displaying;zero values (Calc) -Oracle Open Office Math : distances -Oracle Open Office Math : distances between brackets -Oracle Open Office Math : distinct values in SQL queries -Oracle Open Office Math : distorting in drawings -Oracle Open Office Math : distributing XML filters -Oracle Open Office Math : divides relation -Oracle Open Office Math : division signs -Oracle Open Office Math : docking -Oracle Open Office Math : docking;definition -Oracle Open Office Math : docking;toolbars -Oracle Open Office Math : docking;windows -Oracle Open Office Math : Document Converter Wizard -Oracle Open Office Math : Document Map, see Navigator -Oracle Open Office Math : document types in Oracle Open Office -Oracle Open Office Math : documents -Oracle Open Office Math : documents;changing titles -Oracle Open Office Math : documents;closing -Oracle Open Office Math : documents;comparing -Oracle Open Office Math : documents;contents as lists -Oracle Open Office Math : documents;editing time -Oracle Open Office Math : documents;exporting -Oracle Open Office Math : documents;importing -Oracle Open Office Math : documents;languages -Oracle Open Office Math : documents;measurement units in -Oracle Open Office Math : documents;merging -Oracle Open Office Math : documents;number of pages/tables/sheets -Oracle Open Office Math : documents;opening -Oracle Open Office Math : documents;opening in design mode -Oracle Open Office Math : documents;opening with templates -Oracle Open Office Math : documents;organizing -Oracle Open Office Math : documents;printing -Oracle Open Office Math : documents;read-only -Oracle Open Office Math : documents;reloading -Oracle Open Office Math : documents;saving -Oracle Open Office Math : documents;saving automatically -Oracle Open Office Math : documents;saving in other formats -Oracle Open Office Math : documents;sending as e-mail -Oracle Open Office Math : documents;styles changed -Oracle Open Office Math : documents;version management -Oracle Open Office Math : documents;version numbers -Oracle Open Office Math : does not divide relation -Oracle Open Office Math : dot attribute -Oracle Open Office Math : dotted areas -Oracle Open Office Math : double arrow symbols -Oracle Open Office Math : double dot attribute -Oracle Open Office Math : double square brackets -Oracle Open Office Math : double square brackets;scalable -Oracle Open Office Math : double-line spacing in paragraphs -Oracle Open Office Math : double-line writing in Asian layout -Oracle Open Office Math : down arrow symbol -Oracle Open Office Math : drag and drop -Oracle Open Office Math : drag and drop;copying and pasting text -Oracle Open Office Math : drag and drop;data source view -Oracle Open Office Math : drag and drop;from Gallery to draw objects -Oracle Open Office Math : drag and drop;overview -Oracle Open Office Math : drag and drop;pictures -Oracle Open Office Math : drag and drop;to Gallery -Oracle Open Office Math : draw objects -Oracle Open Office Math : draw objects;adding/editing/copying -Oracle Open Office Math : draw objects;anchoring -Oracle Open Office Math : draw objects;arranging within stacks -Oracle Open Office Math : draw objects;copying between documents -Oracle Open Office Math : draw objects;displaying (Calc) -Oracle Open Office Math : draw objects;dropping Gallery pictures -Oracle Open Office Math : draw objects;flipping -Oracle Open Office Math : draw objects;legends -Oracle Open Office Math : draw objects;positioning and resizing -Oracle Open Office Math : draw objects;protecting -Oracle Open Office Math : draw objects;slanting -Oracle Open Office Math : draw objects;text in -Oracle Open Office Math : Drawing bar -Oracle Open Office Math : drawing lines in text -Oracle Open Office Math : drawings -Oracle Open Office Math : drawings;creating/opening -Oracle Open Office Math : drawings;languages -Oracle Open Office Math : drawings;printing -Oracle Open Office Math : drawings;printing defaults -Oracle Open Office Math : drawings;printing in text documents -Oracle Open Office Math : drawings;saving -Oracle Open Office Math : drawings;saving automatically -Oracle Open Office Math : drawings;saving in other formats -Oracle Open Office Math : drawings;sending as e-mail -Oracle Open Office Math : drawings;showing (Writer) -Oracle Open Office Math : drawings, see also draw objects -Oracle Open Office Math : drop-down lists in form functions -Oracle Open Office Math : e-mail attachments -Oracle Open Office Math : Edit File icon -Oracle Open Office Math : edit mode -Oracle Open Office Math : edit mode;after opening -Oracle Open Office Math : edit mode;through Enter key (Calc) -Oracle Open Office Math : Edit Points bar -Oracle Open Office Math : editing -Oracle Open Office Math : editing;chart axes -Oracle Open Office Math : editing;chart data -Oracle Open Office Math : editing;chart legends -Oracle Open Office Math : editing;chart titles -Oracle Open Office Math : editing;comments -Oracle Open Office Math : editing;data binding of XForms -Oracle Open Office Math : editing;database tables and queries -Oracle Open Office Math : editing;draw objects -Oracle Open Office Math : editing;Fontwork objects -Oracle Open Office Math : editing;hyperlinks -Oracle Open Office Math : editing;menus -Oracle Open Office Math : editing;objects -Oracle Open Office Math : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Math : editing;pictures -Oracle Open Office Math : editing;reports -Oracle Open Office Math : editing;shortcut keys -Oracle Open Office Math : editing;tab stops -Oracle Open Office Math : editing;templates -Oracle Open Office Math : editing;toolbars -Oracle Open Office Math : editing;undoing -Oracle Open Office Math : editing;XForms -Oracle Open Office Math : editing time of documents -Oracle Open Office Math : editors -Oracle Open Office Math : editors;formula editor -Oracle Open Office Math : editors;ImageMap editor -Oracle Open Office Math : effects -Oracle Open Office Math : effects;font positions -Oracle Open Office Math : effects;fonts -Oracle Open Office Math : effects;Fontwork icons -Oracle Open Office Math : ellipsis symbols -Oracle Open Office Math : empty documents -Oracle Open Office Math : empty paragraph removal -Oracle Open Office Math : empty set -Oracle Open Office Math : encryption of contents -Oracle Open Office Math : entering groups -Oracle Open Office Math : entering text from right to left -Oracle Open Office Math : epsilon -Oracle Open Office Math : epsilon;back -Oracle Open Office Math : equal sign -Oracle Open Office Math : equal sign, see also operators -Oracle Open Office Math : Equation Editor, see Oracle Open Office Math -Oracle Open Office Math : equations in formula editor -Oracle Open Office Math : Error Report Tool -Oracle Open Office Math : error search -Oracle Open Office Math : error search;next error -Oracle Open Office Math : error search;previous error -Oracle Open Office Math : Euro -Oracle Open Office Math : Euro;currency formats -Oracle Open Office Math : Euro;Euro Converter Wizard -Oracle Open Office Math : even/odd pages -Oracle Open Office Math : even/odd pages;printing -Oracle Open Office Math : events -Oracle Open Office Math : events;assigning scripts -Oracle Open Office Math : events;controls -Oracle Open Office Math : events;customizing -Oracle Open Office Math : events;in forms -Oracle Open Office Math : examples -Oracle Open Office Math : examples;integral -Oracle Open Office Math : examples;Oracle Open Office Math formulas -Oracle Open Office Math : Excel -Oracle Open Office Math : Excel;saving as -Oracle Open Office Math : Excel;search criteria -Oracle Open Office Math : exceptions -Oracle Open Office Math : exceptions;user-defined dictionaries -Oracle Open Office Math : exchanging, see also replacing -Oracle Open Office Math : executing SQL commands -Oracle Open Office Math : existence quantor symbol -Oracle Open Office Math : exiting -Oracle Open Office Math : exiting;groups -Oracle Open Office Math : exiting;Oracle Open Office -Oracle Open Office Math : expanding formatting (Calc) -Oracle Open Office Math : explorer of data sources -Oracle Open Office Math : exponential functions -Oracle Open Office Math : exponents -Oracle Open Office Math : exponents;variables with right -Oracle Open Office Math : exponents and indexes in Oracle Open Office Math -Oracle Open Office Math : export filters -Oracle Open Office Math : exporting -Oracle Open Office Math : exporting;bitmaps -Oracle Open Office Math : exporting;HTML and text documents -Oracle Open Office Math : exporting;Microsoft Office documents with VBA code -Oracle Open Office Math : exporting;spreadsheets to text format -Oracle Open Office Math : exporting;templates -Oracle Open Office Math : exporting;to foreign formats -Oracle Open Office Math : exporting;to HTML -Oracle Open Office Math : exporting;to Microsoft Office formats -Oracle Open Office Math : exporting;to PDF -Oracle Open Office Math : exporting;to PostScript format -Oracle Open Office Math : exporting;to XML -Oracle Open Office Math : exporting;XML files -Oracle Open Office Math : extended tips in Help -Oracle Open Office Math : extension mode in text -Oracle Open Office Math : extensions -Oracle Open Office Math : extensions;Extension Manager -Oracle Open Office Math : extensions;file formats -Oracle Open Office Math : external keys (Base) -Oracle Open Office Math : factorial -Oracle Open Office Math : faster printing -Oracle Open Office Math : faxes -Oracle Open Office Math : faxes;configuring Oracle Open Office -Oracle Open Office Math : faxes;fax programs/fax printers under UNIX -Oracle Open Office Math : faxes;selecting a fax machine -Oracle Open Office Math : faxes;sending -Oracle Open Office Math : faxes;wizards -Oracle Open Office Math : feedback -Oracle Open Office Math : feedback;automatically -Oracle Open Office Math : fields -Oracle Open Office Math : fields;database tables -Oracle Open Office Math : fields;displaying field codes (Writer) -Oracle Open Office Math : fields;formatted fields -Oracle Open Office Math : fields;updating automatically (Writer) -Oracle Open Office Math : file associations for Microsoft Office -Oracle Open Office Math : file filters -Oracle Open Office Math : file filters;mobile devices -Oracle Open Office Math : file filters;XML -Oracle Open Office Math : file formats -Oracle Open Office Math : file formats;changing Oracle Open Office defaults -Oracle Open Office Math : file formats;OpenDocument/XML -Oracle Open Office Math : file formats;saving always in other formats -Oracle Open Office Math : file selection button -Oracle Open Office Math : file sharing options for current document -Oracle Open Office Math : files -Oracle Open Office Math : files;filters and formats -Oracle Open Office Math : files;importing -Oracle Open Office Math : files;opening -Oracle Open Office Math : files;opening with placeholders -Oracle Open Office Math : files;properties -Oracle Open Office Math : files;saving -Oracle Open Office Math : files;saving automatically -Oracle Open Office Math : files;saving in other formats -Oracle Open Office Math : files;sending as e-mail -Oracle Open Office Math : files;version numbers -Oracle Open Office Math : files and folders in Oracle Open Office -Oracle Open Office Math : fill characters with tabulators -Oracle Open Office Math : fill colors for areas -Oracle Open Office Math : fill patterns for areas -Oracle Open Office Math : filter conditions -Oracle Open Office Math : filter conditions;connecting -Oracle Open Office Math : filter conditions;in queries (Base) -Oracle Open Office Math : filtering -Oracle Open Office Math : filtering;data in databases -Oracle Open Office Math : filtering;data in forms -Oracle Open Office Math : filters -Oracle Open Office Math : filters;comparison operators -Oracle Open Office Math : filters;for import and export -Oracle Open Office Math : filters;Navigator -Oracle Open Office Math : filters;pictures -Oracle Open Office Math : filters;XML filter settings -Oracle Open Office Math : Find tab in Help -Oracle Open Office Math : finding -Oracle Open Office Math : finding;errors in Oracle Open Office Math -Oracle Open Office Math : finding;in all sheets -Oracle Open Office Math : finding;records in form documents -Oracle Open Office Math : finding;selections -Oracle Open Office Math : finding;similarity search -Oracle Open Office Math : fitting to pages -Oracle Open Office Math : fitting to pages;print settings in Math -Oracle Open Office Math : fitting to pages;print settings in presentations -Oracle Open Office Math : fixed text -Oracle Open Office Math : fixed text;form functions -Oracle Open Office Math : fixing toolbars -Oracle Open Office Math : flipping draw objects -Oracle Open Office Math : floating frames in HTML documents -Oracle Open Office Math : floating toolbars -Oracle Open Office Math : floor brackets -Oracle Open Office Math : focus of controls -Oracle Open Office Math : folder creation -Oracle Open Office Math : font attributes -Oracle Open Office Math : font attributes;changing defaults -Oracle Open Office Math : font lists -Oracle Open Office Math : font name box -Oracle Open Office Math : font sizes -Oracle Open Office Math : font sizes;bullets -Oracle Open Office Math : font sizes;example -Oracle Open Office Math : font sizes;in Oracle Open Office Math -Oracle Open Office Math : font sizes;relative changes -Oracle Open Office Math : font sizes;scaling on screen -Oracle Open Office Math : font sizes;text -Oracle Open Office Math : fonts -Oracle Open Office Math : fonts;adding under UNIX -Oracle Open Office Math : fonts;changing in templates -Oracle Open Office Math : fonts;colors -Oracle Open Office Math : fonts;default settings -Oracle Open Office Math : fonts;effects -Oracle Open Office Math : fonts;for HTML and Basic -Oracle Open Office Math : fonts;formats -Oracle Open Office Math : fonts;in Oracle Open Office Math -Oracle Open Office Math : fonts;outlines -Oracle Open Office Math : fonts;positions in text -Oracle Open Office Math : fonts;shadows -Oracle Open Office Math : fonts;specifying several -Oracle Open Office Math : fonts;strikethrough -Oracle Open Office Math : fonts;styles -Oracle Open Office Math : fonts;text objects -Oracle Open Office Math : Fontwork icons -Oracle Open Office Math : footers -Oracle Open Office Math : footers;backgrounds -Oracle Open Office Math : for all symbol -Oracle Open Office Math : form controls -Oracle Open Office Math : form controls;assigning macros -Oracle Open Office Math : form controls;protecting -Oracle Open Office Math : form controls;toolbars -Oracle Open Office Math : form fields -Oracle Open Office Math : form filters -Oracle Open Office Math : Form Navigator -Oracle Open Office Math : format codes -Oracle Open Office Math : format codes;numbers -Oracle Open Office Math : format filling printing in Oracle Open Office Math -Oracle Open Office Math : Format Paintbrush -Oracle Open Office Math : formats -Oracle Open Office Math : formats;Asian layout -Oracle Open Office Math : formats;fonts -Oracle Open Office Math : formats;maximizing page formats -Oracle Open Office Math : formats;number and currency formats -Oracle Open Office Math : formats;of currencies/date/time -Oracle Open Office Math : formats;on opening and saving -Oracle Open Office Math : formats;pasting in special formats -Oracle Open Office Math : formats;positions -Oracle Open Office Math : formats;tabulators -Oracle Open Office Math : formatted fields -Oracle Open Office Math : formatted fields;form functions -Oracle Open Office Math : formatted fields;properties -Oracle Open Office Math : formatting -Oracle Open Office Math : formatting;Asian typography -Oracle Open Office Math : formatting;axes in charts -Oracle Open Office Math : formatting;changing default attributes -Oracle Open Office Math : formatting;chart legends -Oracle Open Office Math : formatting;copying -Oracle Open Office Math : formatting;definition -Oracle Open Office Math : formatting;expanding (Calc) -Oracle Open Office Math : formatting;font effects -Oracle Open Office Math : formatting;hyperlinks -Oracle Open Office Math : formatting;in Oracle Open Office Math -Oracle Open Office Math : formatting;pages -Oracle Open Office Math : formatting;printer metrics (Writer) -Oracle Open Office Math : formatting;reference list (Math) -Oracle Open Office Math : formatting;undoing -Oracle Open Office Math : formatting;undoing when writing -Oracle Open Office Math : forms -Oracle Open Office Math : forms;browsing -Oracle Open Office Math : forms;Combo Box/List Box Wizard -Oracle Open Office Math : forms;creating -Oracle Open Office Math : forms;data -Oracle Open Office Math : forms;designing (Base) -Oracle Open Office Math : forms;events -Oracle Open Office Math : forms;filtering data -Oracle Open Office Math : forms;finding records -Oracle Open Office Math : forms;focus after opening -Oracle Open Office Math : forms;general information (Base) -Oracle Open Office Math : forms;grouping controls -Oracle Open Office Math : forms;HTML filters -Oracle Open Office Math : forms;Navigator -Oracle Open Office Math : forms;opening in design mode -Oracle Open Office Math : forms;properties -Oracle Open Office Math : forms;sorting data -Oracle Open Office Math : forms;subforms -Oracle Open Office Math : forms;wizards -Oracle Open Office Math : forms;XForms -Oracle Open Office Math : formula cursor in Oracle Open Office Math -Oracle Open Office Math : formula display sizes -Oracle Open Office Math : formula fonts -Oracle Open Office Math : formula fonts;defining -Oracle Open Office Math : formula parts -Oracle Open Office Math : formula parts;manually aligning -Oracle Open Office Math : formula parts;merging -Oracle Open Office Math : formula texts -Oracle Open Office Math : formula texts;printing in Oracle Open Office Math -Oracle Open Office Math : formula view -Oracle Open Office Math : formula view;refreshing -Oracle Open Office Math : formulas -Oracle Open Office Math : formulas;aligning -Oracle Open Office Math : formulas;attributes in -Oracle Open Office Math : formulas;element spacing -Oracle Open Office Math : formulas;entering symbols in -Oracle Open Office Math : formulas;examples -Oracle Open Office Math : formulas;fit to text -Oracle Open Office Math : formulas;in color -Oracle Open Office Math : formulas;increasing size of display -Oracle Open Office Math : formulas;line breaks -Oracle Open Office Math : formulas;maximum size -Oracle Open Office Math : formulas;new -Oracle Open Office Math : formulas;reference tables -Oracle Open Office Math : formulas;selections -Oracle Open Office Math : formulas;starting formula editor -Oracle Open Office Math : formulas;zooming out -Oracle Open Office Math : formulas in reports -Oracle Open Office Math : formulas in reports;editing -Oracle Open Office Math : forums and support -Oracle Open Office Math : fractions in formulas -Oracle Open Office Math : frames -Oracle Open Office Math : frames;around paragraphs -Oracle Open Office Math : frames;around tables -Oracle Open Office Math : frames;AutoCorrect function -Oracle Open Office Math : frames;backgrounds -Oracle Open Office Math : frames;captions (Writer) -Oracle Open Office Math : frames;printing in Oracle Open Office Math -Oracle Open Office Math : frames;protecting -Oracle Open Office Math : frames;selection frames -Oracle Open Office Math : frames;text fitting to frames -Oracle Open Office Math : freeform lines -Oracle Open Office Math : freeform lines;draw functions -Oracle Open Office Math : FTP -Oracle Open Office Math : FTP;opening documents -Oracle Open Office Math : FTP;saving documents -Oracle Open Office Math : full joins (Base) -Oracle Open Office Math : full screen view -Oracle Open Office Math : full-text search in Help -Oracle Open Office Math : functions -Oracle Open Office Math : functions;in Oracle Open Office Math -Oracle Open Office Math : functions in reports -Oracle Open Office Math : functions in reports;editing -Oracle Open Office Math : functions operators -Oracle Open Office Math : functions operators;list of -Oracle Open Office Math : Gallery -Oracle Open Office Math : Gallery;adding pictures -Oracle Open Office Math : Gallery;dragging pictures to draw objects -Oracle Open Office Math : Gallery;hiding/showing -Oracle Open Office Math : Gallery;inserting pictures from -Oracle Open Office Math : gaps in formulas -Oracle Open Office Math : get method for form transmissions -Oracle Open Office Math : getting support -Oracle Open Office Math : GIF format -Oracle Open Office Math : glossaries -Oracle Open Office Math : glossaries;common terms -Oracle Open Office Math : glossaries;Internet terms -Oracle Open Office Math : gradients off for faster printing -Oracle Open Office Math : graphic objects, see draw objects -Oracle Open Office Math : graphical text art -Oracle Open Office Math : graphics -Oracle Open Office Math : graphics;cache -Oracle Open Office Math : graphics;protecting -Oracle Open Office Math : graphics, see also pictures -Oracle Open Office Math : grayscale printing -Oracle Open Office Math : greater than or equal to signs -Oracle Open Office Math : greater than relations -Oracle Open Office Math : Greek symbols in formulas -Oracle Open Office Math : grid controls -Oracle Open Office Math : grid controls;form functions -Oracle Open Office Math : grids -Oracle Open Office Math : grids;defaults (Writer/Calc) -Oracle Open Office Math : grids;display options (Impress/Draw) -Oracle Open Office Math : grids;displaying lines (Calc) -Oracle Open Office Math : group box creation -Oracle Open Office Math : grouping and brackets in Oracle Open Office Math -Oracle Open Office Math : grouping brackets -Oracle Open Office Math : groups -Oracle Open Office Math : groups;entering/exiting/ungrouping -Oracle Open Office Math : groups;naming -Oracle Open Office Math : groups;of controls -Oracle Open Office Math : guides -Oracle Open Office Math : guides;display options (Impress/Draw) -Oracle Open Office Math : guides;displaying when moving objects (Impress) -Oracle Open Office Math : guides;showing (Calc) -Oracle Open Office Math : guides;showing when moving frames (Writer) -Oracle Open Office Math : gutter -Oracle Open Office Math : h-bar symbol -Oracle Open Office Math : handles -Oracle Open Office Math : handles;displaying (Writer) -Oracle Open Office Math : handles;scaling -Oracle Open Office Math : handles;showing simple/large handles (Calc) -Oracle Open Office Math : Hangul/Hanja -Oracle Open Office Math : hatching -Oracle Open Office Math : headers -Oracle Open Office Math : headers;backgrounds -Oracle Open Office Math : headings -Oracle Open Office Math : headings;entering as text box -Oracle Open Office Math : Hebrew -Oracle Open Office Math : Hebrew;entering text -Oracle Open Office Math : Hebrew;language settings -Oracle Open Office Math : Help -Oracle Open Office Math : Help;bookmarks -Oracle Open Office Math : Help;extended tips on/off -Oracle Open Office Math : Help;full-text search -Oracle Open Office Math : Help;Help tips -Oracle Open Office Math : Help;keywords -Oracle Open Office Math : Help;navigation pane showing/hiding -Oracle Open Office Math : Help;style sheets -Oracle Open Office Math : Help;topics -Oracle Open Office Math : Help Agent -Oracle Open Office Math : Help Agent;help -Oracle Open Office Math : Help Agent;options -Oracle Open Office Math : Help tips -Oracle Open Office Math : Help tips;hiding -Oracle Open Office Math : hidden controls in Form Navigator -Oracle Open Office Math : hidden fields display (Writer) -Oracle Open Office Math : hidden pages -Oracle Open Office Math : hidden pages;printing in presentations -Oracle Open Office Math : hidden text -Oracle Open Office Math : hidden text;showing (Writer) -Oracle Open Office Math : hiding -Oracle Open Office Math : hiding;changes -Oracle Open Office Math : hiding;docked windows -Oracle Open Office Math : hiding;navigation pane in Help window -Oracle Open Office Math : high contrast mode -Oracle Open Office Math : Hindi -Oracle Open Office Math : Hindi;entering text -Oracle Open Office Math : Hindi;language settings -Oracle Open Office Math : horizontal scrollbars (Writer) -Oracle Open Office Math : hotspots -Oracle Open Office Math : HTML -Oracle Open Office Math : HTML;definition -Oracle Open Office Math : HTML;export character set -Oracle Open Office Math : HTML;fonts for source display -Oracle Open Office Math : HTML;importing META tags -Oracle Open Office Math : HTML;live presentations -Oracle Open Office Math : HTML documents -Oracle Open Office Math : HTML documents;auto reloading -Oracle Open Office Math : HTML documents;importing/exporting -Oracle Open Office Math : HTML documents;META tags in -Oracle Open Office Math : HTML documents;new -Oracle Open Office Math : HTML documents;source text -Oracle Open Office Math : hyperbolic cosine function -Oracle Open Office Math : hyperbolic cotangent function -Oracle Open Office Math : hyperbolic sine function -Oracle Open Office Math : hyperbolic tangent function -Oracle Open Office Math : hyperlinks -Oracle Open Office Math : hyperlinks;assigning macros -Oracle Open Office Math : hyperlinks;character formats -Oracle Open Office Math : hyperlinks;definition -Oracle Open Office Math : hyperlinks;deleting -Oracle Open Office Math : hyperlinks;editing -Oracle Open Office Math : hyperlinks;inserting -Oracle Open Office Math : hyperlinks;relative and absolute -Oracle Open Office Math : hyperlinks;turning off automatic recognition -Oracle Open Office Math : hyperlinks, see also links -Oracle Open Office Math : hyphenation -Oracle Open Office Math : hyphenation;activating for a language -Oracle Open Office Math : hyphenation;minimal number of characters -Oracle Open Office Math : hyphens -Oracle Open Office Math : hyphens;displaying custom (Writer) -Oracle Open Office Math : hyphens;inserting custom -Oracle Open Office Math : icon bars, see toolbars -Oracle Open Office Math : icon sizes -Oracle Open Office Math : identical to relation -Oracle Open Office Math : ignore list for spellcheck -Oracle Open Office Math : illustrations, see pictures -Oracle Open Office Math : image button creation -Oracle Open Office Math : image control creation -Oracle Open Office Math : image of relation -Oracle Open Office Math : ImageMap -Oracle Open Office Math : ImageMap;definition -Oracle Open Office Math : ImageMap;editor -Oracle Open Office Math : images -Oracle Open Office Math : images;ImageMap -Oracle Open Office Math : images;inserting and editing bitmaps -Oracle Open Office Math : images, see also pictures -Oracle Open Office Math : imaginary part of a complex number -Oracle Open Office Math : IME -Oracle Open Office Math : IME;definition -Oracle Open Office Math : IME;showing/hiding -Oracle Open Office Math : import filters -Oracle Open Office Math : import restrictions for Microsoft Office -Oracle Open Office Math : importing -Oracle Open Office Math : importing;bitmaps -Oracle Open Office Math : importing;compatibility settings for text import -Oracle Open Office Math : importing;databases -Oracle Open Office Math : importing;documents in other formats -Oracle Open Office Math : importing;from XML -Oracle Open Office Math : importing;HTML and text documents -Oracle Open Office Math : importing;HTML with META tags -Oracle Open Office Math : importing;Microsoft Office documents with VBA code -Oracle Open Office Math : importing;Oracle Open Office Math formulas -Oracle Open Office Math : importing;tables in text format -Oracle Open Office Math : importing;templates -Oracle Open Office Math : improvement program -Oracle Open Office Math : inches -Oracle Open Office Math : included in set operator -Oracle Open Office Math : includes set operator -Oracle Open Office Math : Index tab in Help -Oracle Open Office Math : indexes -Oracle Open Office Math : indexes;adding to formulas -Oracle Open Office Math : indexes;backgrounds -Oracle Open Office Math : indexes;showing/hiding Help index tab -Oracle Open Office Math : indexes and exponents in Oracle Open Office Math -Oracle Open Office Math : indicator lines in text -Oracle Open Office Math : inequation -Oracle Open Office Math : infinity symbol -Oracle Open Office Math : inner joins (Base) -Oracle Open Office Math : input method window -Oracle Open Office Math : insert mode for entering text -Oracle Open Office Math : inserting -Oracle Open Office Math : inserting;brackets -Oracle Open Office Math : inserting;buttons in toolbars -Oracle Open Office Math : inserting;cell ranges from spreadsheets -Oracle Open Office Math : inserting;charts -Oracle Open Office Math : inserting;clipboard options -Oracle Open Office Math : inserting;comments -Oracle Open Office Math : inserting;comments in Oracle Open Office Math -Oracle Open Office Math : inserting;data from text documents -Oracle Open Office Math : inserting;datasource records in spreadsheets -Oracle Open Office Math : inserting;drawings -Oracle Open Office Math : inserting;floating frames -Oracle Open Office Math : inserting;Fontwork objects -Oracle Open Office Math : inserting;form fields -Oracle Open Office Math : inserting;gaps -Oracle Open Office Math : inserting;hyperlinks -Oracle Open Office Math : inserting;line breaks in cells -Oracle Open Office Math : inserting;movies/sounds -Oracle Open Office Math : inserting;new text tables defaults -Oracle Open Office Math : inserting;objects from Gallery -Oracle Open Office Math : inserting;OLE objects -Oracle Open Office Math : inserting;paragraph borders -Oracle Open Office Math : inserting;paragraph bullets -Oracle Open Office Math : inserting;pictures in Gallery -Oracle Open Office Math : inserting;plug-ins -Oracle Open Office Math : inserting;push buttons -Oracle Open Office Math : inserting;special characters -Oracle Open Office Math : inserting;tab stops -Oracle Open Office Math : inserting;text in Oracle Open Office Math -Oracle Open Office Math : inserting;textures on chart bars -Oracle Open Office Math : installing -Oracle Open Office Math : installing;ActiveX control -Oracle Open Office Math : installing;mobile device filters -Oracle Open Office Math : installing;UNO components -Oracle Open Office Math : installing;XML filters -Oracle Open Office Math : instructions -Oracle Open Office Math : instructions;general -Oracle Open Office Math : instructions;Oracle Open Office Math -Oracle Open Office Math : integral limits -Oracle Open Office Math : integrals -Oracle Open Office Math : integrals;example -Oracle Open Office Math : integrals;signs -Oracle Open Office Math : Internet -Oracle Open Office Math : Internet;checking for updates -Oracle Open Office Math : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Math : Internet;presentations -Oracle Open Office Math : Internet;starting searches -Oracle Open Office Math : Internet glossary -Oracle Open Office Math : intersection of sets -Oracle Open Office Math : invert filter -Oracle Open Office Math : invisible areas -Oracle Open Office Math : italic attribute in Oracle Open Office Math -Oracle Open Office Math : italic text -Oracle Open Office Math : iterative references in spreadsheets -Oracle Open Office Math : Java -Oracle Open Office Math : Java;definition -Oracle Open Office Math : Java;setting options -Oracle Open Office Math : JDBC -Oracle Open Office Math : JDBC;databases (Base) -Oracle Open Office Math : JDBC;definition -Oracle Open Office Math : joining -Oracle Open Office Math : joining;paragraphs -Oracle Open Office Math : joining;tables (Base) -Oracle Open Office Math : joins in databases (Base) -Oracle Open Office Math : justifying text -Oracle Open Office Math : kerning -Oracle Open Office Math : kerning;Asian texts -Oracle Open Office Math : kerning;definition -Oracle Open Office Math : kerning;in characters -Oracle Open Office Math : key fields for relations (Base) -Oracle Open Office Math : keyboard -Oracle Open Office Math : keyboard;assigning/editing shortcut keys -Oracle Open Office Math : keyboard;general commands -Oracle Open Office Math : keyboard;removing numbering -Oracle Open Office Math : keys -Oracle Open Office Math : keys;adding push buttons -Oracle Open Office Math : keys;primary keys (Base) -Oracle Open Office Math : kiosk export -Oracle Open Office Math : labels -Oracle Open Office Math : labels;creating and synchronizing -Oracle Open Office Math : labels;for draw objects -Oracle Open Office Math : labels;form functions -Oracle Open Office Math : labels;from databases -Oracle Open Office Math : labels, see also names/callouts -Oracle Open Office Math : lambda-bar symbol -Oracle Open Office Math : languages -Oracle Open Office Math : languages;activating modules -Oracle Open Office Math : languages;Asian support -Oracle Open Office Math : languages;complex text layout -Oracle Open Office Math : languages;locale settings -Oracle Open Office Math : languages;selecting for text -Oracle Open Office Math : languages;setting options -Oracle Open Office Math : languages;spellcheck -Oracle Open Office Math : languages;spellchecking and formatting -Oracle Open Office Math : large handles (Writer) -Oracle Open Office Math : large icons -Oracle Open Office Math : layer arrangement -Oracle Open Office Math : layout -Oracle Open Office Math : layout;importing Word documents -Oracle Open Office Math : layout;pages -Oracle Open Office Math : LDAP server -Oracle Open Office Math : LDAP server;address books (Base) -Oracle Open Office Math : LDAP server;sign on options -Oracle Open Office Math : leading between paragraphs -Oracle Open Office Math : left alignment of paragraphs -Oracle Open Office Math : left arrow symbol -Oracle Open Office Math : left joins (Base) -Oracle Open Office Math : left-justified alignment (Math) -Oracle Open Office Math : legends -Oracle Open Office Math : legends;charts -Oracle Open Office Math : legends;draw objects -Oracle Open Office Math : legends;rounding corners -Oracle Open Office Math : less than or equal to signs -Oracle Open Office Math : less than relations -Oracle Open Office Math : Letter Wizard -Oracle Open Office Math : levels -Oracle Open Office Math : levels;depth stagger -Oracle Open Office Math : levels;macro security -Oracle Open Office Math : limits -Oracle Open Office Math : limits;in Oracle Open Office Math -Oracle Open Office Math : limits;in sums/integrals -Oracle Open Office Math : limits of tables (Writer) -Oracle Open Office Math : line above attribute -Oracle Open Office Math : line breaks -Oracle Open Office Math : line breaks;in cells -Oracle Open Office Math : line breaks;in formulas -Oracle Open Office Math : line spacing -Oracle Open Office Math : line spacing;context menu in paragraphs -Oracle Open Office Math : line spacing;paragraph -Oracle Open Office Math : line styles -Oracle Open Office Math : line styles;applying -Oracle Open Office Math : line styles;defining -Oracle Open Office Math : line through attribute -Oracle Open Office Math : lines -Oracle Open Office Math : lines;defining ends -Oracle Open Office Math : lines;draw functions -Oracle Open Office Math : lines;drawing in text -Oracle Open Office Math : lines;editing points -Oracle Open Office Math : lines;inserting in formulas -Oracle Open Office Math : lines;removing automatic lines -Oracle Open Office Math : lines;scalable -Oracle Open Office Math : lines;with edges -Oracle Open Office Math : lines of text -Oracle Open Office Math : lines of text;alignment -Oracle Open Office Math : links -Oracle Open Office Math : links;between cells and controls -Oracle Open Office Math : links;by drag and drop -Oracle Open Office Math : links;character formats -Oracle Open Office Math : links;definition -Oracle Open Office Math : links;editing hyperlinks -Oracle Open Office Math : links;inserting -Oracle Open Office Math : links;modifying -Oracle Open Office Math : links;opening files with -Oracle Open Office Math : links;relational databases (Base) -Oracle Open Office Math : links;turning off automatic recognition -Oracle Open Office Math : links;updating options (Writer) -Oracle Open Office Math : links;updating specific links -Oracle Open Office Math : list box creation -Oracle Open Office Math : lists -Oracle Open Office Math : lists;data assigned to controls -Oracle Open Office Math : lists;registered databases (Base) -Oracle Open Office Math : lists;regular expressions -Oracle Open Office Math : live presentations on the Internet -Oracle Open Office Math : loading -Oracle Open Office Math : loading;documents -Oracle Open Office Math : loading;documents from other formats -Oracle Open Office Math : loading;HTML documents, automatically -Oracle Open Office Math : loading;Microsoft Office documents with VBA code -Oracle Open Office Math : loading;reloading -Oracle Open Office Math : loading;XML files -Oracle Open Office Math : locale settings -Oracle Open Office Math : logarithms -Oracle Open Office Math : logic symbols -Oracle Open Office Math : logical operators -Oracle Open Office Math : lower limits -Oracle Open Office Math : lowercase letters -Oracle Open Office Math : lowercase letters;font effects -Oracle Open Office Math : Macro Wizard (Base) -Oracle Open Office Math : macros -Oracle Open Office Math : macros;assigning to events in forms -Oracle Open Office Math : macros;attaching new (Base) -Oracle Open Office Math : macros;in MS Office documents -Oracle Open Office Math : macros;interrupting -Oracle Open Office Math : macros;organizing -Oracle Open Office Math : macros;recording -Oracle Open Office Math : macros;security -Oracle Open Office Math : macros;security levels -Oracle Open Office Math : macros;security warning dialog -Oracle Open Office Math : macros;selecting security warnings -Oracle Open Office Math : magnifiers -Oracle Open Office Math : margins -Oracle Open Office Math : margins;pages -Oracle Open Office Math : margins;setting with the mouse -Oracle Open Office Math : margins;shadows -Oracle Open Office Math : markers -Oracle Open Office Math : markers;definition -Oracle Open Office Math : markers;next -Oracle Open Office Math : markers;previous -Oracle Open Office Math : marking changes -Oracle Open Office Math : marking, see selecting -Oracle Open Office Math : Math formula editor -Oracle Open Office Math : mathematical symbols -Oracle Open Office Math : mathematical symbols;catalog -Oracle Open Office Math : mathematical symbols;other -Oracle Open Office Math : matrices -Oracle Open Office Math : matrices;arranging -Oracle Open Office Math : maximum formula size -Oracle Open Office Math : measurement units -Oracle Open Office Math : measurement units;changing on rulers -Oracle Open Office Math : measurement units;converting -Oracle Open Office Math : measurement units;selecting -Oracle Open Office Math : Media Player window -Oracle Open Office Math : menus -Oracle Open Office Math : menus;activating context menus -Oracle Open Office Math : menus;assigning macros -Oracle Open Office Math : menus;customizing -Oracle Open Office Math : merging -Oracle Open Office Math : merging;documents -Oracle Open Office Math : merging;formula parts -Oracle Open Office Math : META tags -Oracle Open Office Math : metrics -Oracle Open Office Math : metrics;converting -Oracle Open Office Math : metrics;document formatting (Writer) -Oracle Open Office Math : metrics;in sheets -Oracle Open Office Math : Microsoft Office -Oracle Open Office Math : Microsoft Office;Access databases (base) -Oracle Open Office Math : Microsoft Office;as default file format -Oracle Open Office Math : Microsoft Office;document import restrictions -Oracle Open Office Math : Microsoft Office;feature comparisons -Oracle Open Office Math : Microsoft Office;importing password protected files -Oracle Open Office Math : Microsoft Office;importing Word documents -Oracle Open Office Math : Microsoft Office;importing/exporting VBA code -Oracle Open Office Math : Microsoft Office;new users information -Oracle Open Office Math : Microsoft Office;opening Microsoft documents -Oracle Open Office Math : Microsoft Office;reassigning document types -Oracle Open Office Math : migrating macros (Base) -Oracle Open Office Math : minus signs -Oracle Open Office Math : minus/plus signs -Oracle Open Office Math : mobile device filters -Oracle Open Office Math : models in XForms -Oracle Open Office Math : modifying, see changing -Oracle Open Office Math : more controls -Oracle Open Office Math : mosaic filter -Oracle Open Office Math : mouse -Oracle Open Office Math : mouse;pointers when using drag and drop -Oracle Open Office Math : mouse;positioning -Oracle Open Office Math : movies -Oracle Open Office Math : moving -Oracle Open Office Math : moving;tab stops on ruler -Oracle Open Office Math : moving;toolbars -Oracle Open Office Math : moving;using guide lines in presentations -Oracle Open Office Math : MS ADO interface (Base) -Oracle Open Office Math : much greater than relation -Oracle Open Office Math : much less than relation -Oracle Open Office Math : multi-line formulas -Oracle Open Office Math : multi-line formulas;aligning -Oracle Open Office Math : multi-line titles in forms -Oracle Open Office Math : multiple documents -Oracle Open Office Math : multiple documents;opening -Oracle Open Office Math : multiple selection -Oracle Open Office Math : multiplication signs -Oracle Open Office Math : music -Oracle Open Office Math : My Documents folder -Oracle Open Office Math : My Documents folder;changing work directory -Oracle Open Office Math : My Documents folder;opening -Oracle Open Office Math : MySQL databases (Base) -Oracle Open Office Math : Nabla operator -Oracle Open Office Math : names -Oracle Open Office Math : names;multi-line titles -Oracle Open Office Math : names;objects -Oracle Open Office Math : names, see also labels/callouts -Oracle Open Office Math : namespace organization in XForms -Oracle Open Office Math : native SQL (Base) -Oracle Open Office Math : natural exponential functions -Oracle Open Office Math : natural logarithms -Oracle Open Office Math : natural numbers -Oracle Open Office Math : navigating -Oracle Open Office Math : navigating;in documents -Oracle Open Office Math : Navigation bar -Oracle Open Office Math : Navigation bar;controls -Oracle Open Office Math : Navigation bar;forms -Oracle Open Office Math : Navigator -Oracle Open Office Math : Navigator;comments -Oracle Open Office Math : Navigator;contents as lists -Oracle Open Office Math : Navigator;docking -Oracle Open Office Math : Navigator;working with -Oracle Open Office Math : network identity options -Oracle Open Office Math : new databases -Oracle Open Office Math : new documents -Oracle Open Office Math : new lines in cells -Oracle Open Office Math : new symbols in Oracle Open Office Math -Oracle Open Office Math : new windows -Oracle Open Office Math : non-breaking dashes -Oracle Open Office Math : non-breaking spaces (Writer) -Oracle Open Office Math : non-printing characters (Writer) -Oracle Open Office Math : not included in set operator -Oracle Open Office Math : NOT operator -Oracle Open Office Math : not subset set operators -Oracle Open Office Math : not superset set operators -Oracle Open Office Math : number formats -Oracle Open Office Math : number formats;codes -Oracle Open Office Math : number formats;formats -Oracle Open Office Math : number formats;recognition in text tables -Oracle Open Office Math : number of pages -Oracle Open Office Math : number of sheets -Oracle Open Office Math : number of tables -Oracle Open Office Math : numbering -Oracle Open Office Math : numbering;options -Oracle Open Office Math : numbering;turning off -Oracle Open Office Math : numbering;using automatically -Oracle Open Office Math : numbers -Oracle Open Office Math : numbers;date, time and currency formats -Oracle Open Office Math : numbers;decimal places (Calc) -Oracle Open Office Math : numerical fields in forms -Oracle Open Office Math : objects -Oracle Open Office Math : objects;always moveable (Impress/Draw) -Oracle Open Office Math : objects;arranging within stacks -Oracle Open Office Math : objects;copying when moving in presentations -Oracle Open Office Math : objects;definition -Oracle Open Office Math : objects;displaying in spreadsheets -Oracle Open Office Math : objects;displaying in text documents -Oracle Open Office Math : objects;editing -Oracle Open Office Math : objects;inserting from Gallery -Oracle Open Office Math : objects;inserting OLE objects -Oracle Open Office Math : objects;moving and resizing with mouse -Oracle Open Office Math : objects;naming -Oracle Open Office Math : objects;opening -Oracle Open Office Math : objects;quickly moving to -Oracle Open Office Math : objects;titles and descriptions -Oracle Open Office Math : ODBC -Oracle Open Office Math : ODBC;database (Base) -Oracle Open Office Math : ODBC;definition -Oracle Open Office Math : ODF file formats -Oracle Open Office Math : Office -Oracle Open Office Math : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Math : OLE -Oracle Open Office Math : OLE;definition -Oracle Open Office Math : OLE objects -Oracle Open Office Math : OLE objects;arranging within stacks -Oracle Open Office Math : OLE objects;captions (Writer) -Oracle Open Office Math : OLE objects;inserting -Oracle Open Office Math : OLE objects;number of -Oracle Open Office Math : OLE objects;protecting -Oracle Open Office Math : one and a half line spacing in text -Oracle Open Office Math : online feedback options -Oracle Open Office Math : online registration -Oracle Open Office Math : online update options -Oracle Open Office Math : online updates -Oracle Open Office Math : online updates;checking automatically -Oracle Open Office Math : online updates;checking manually -Oracle Open Office Math : Open/Save dialogs -Oracle Open Office Math : OpenDocument file formats -Oracle Open Office Math : OpenGL -Oracle Open Office Math : OpenGL;definition -Oracle Open Office Math : opening -Oracle Open Office Math : opening;context menus -Oracle Open Office Math : opening;database files -Oracle Open Office Math : opening;dialog settings -Oracle Open Office Math : opening;documents -Oracle Open Office Math : opening;documents from other formats -Oracle Open Office Math : opening;documents on WebDAV server -Oracle Open Office Math : opening;files with links -Oracle Open Office Math : opening;files, with placeholders -Oracle Open Office Math : opening;forms -Oracle Open Office Math : opening;Microsoft Office files -Oracle Open Office Math : opening;mobile device documents -Oracle Open Office Math : opening;objects -Oracle Open Office Math : opening;reports -Oracle Open Office Math : opening;several files -Oracle Open Office Math : opening;XForms -Oracle Open Office Math : operator brackets -Oracle Open Office Math : operators -Oracle Open Office Math : operators;default filters -Oracle Open Office Math : operators;general -Oracle Open Office Math : operators;in Math -Oracle Open Office Math : operators;list of -Oracle Open Office Math : operators;unary and binary -Oracle Open Office Math : optional hyphens (Writer) -Oracle Open Office Math : options -Oracle Open Office Math : options;accessibility -Oracle Open Office Math : options;appearance -Oracle Open Office Math : options;compatibility (Writer) -Oracle Open Office Math : options;improvement program -Oracle Open Office Math : options;network identity -Oracle Open Office Math : options;online update -Oracle Open Office Math : options;tools -Oracle Open Office Math : OR operator -Oracle Open Office Math : Oracle databases (base) -Oracle Open Office Math : Oracle Open Office Base data sources -Oracle Open Office Math : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Math : Oracle Open Office documents -Oracle Open Office Math : Oracle Open Office documents;mobile device filters -Oracle Open Office Math : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Math : Oracle Open Office Math -Oracle Open Office Math : Oracle Open Office Math;entering symbols in -Oracle Open Office Math : Oracle Open Office Math;examples -Oracle Open Office Math : Oracle Open Office Math;formatting -Oracle Open Office Math : Oracle Open Office Math;general instructions -Oracle Open Office Math : Oracle Open Office Math;reference list -Oracle Open Office Math : Oracle Open Office Math;relations -Oracle Open Office Math : Oracle Open Office Math start -Oracle Open Office Math : ordering -Oracle Open Office Math : ordering;objects -Oracle Open Office Math : organizing -Oracle Open Office Math : organizing;macros and scripts -Oracle Open Office Math : organizing;namespaces in XForms -Oracle Open Office Math : organizing;styles -Oracle Open Office Math : organizing;templates -Oracle Open Office Math : original by correspondence -Oracle Open Office Math : original size -Oracle Open Office Math : original size;printing in Oracle Open Office Math -Oracle Open Office Math : original size;restoring after cropping -Oracle Open Office Math : orphaned brackets -Oracle Open Office Math : orthogonal relations -Oracle Open Office Math : other operators -Oracle Open Office Math : other operators;list of -Oracle Open Office Math : outlines -Oracle Open Office Math : outlines;font effects -Oracle Open Office Math : outlines;outline symbols -Oracle Open Office Math : outlines;sending to presentations -Oracle Open Office Math : overline attribute -Oracle Open Office Math : overwrite mode -Oracle Open Office Math : owns command -Oracle Open Office Math : packages, see extensions -Oracle Open Office Math : page breaks -Oracle Open Office Math : page breaks;displaying (Calc) -Oracle Open Office Math : page formats -Oracle Open Office Math : page formats;maximizing -Oracle Open Office Math : page formats;restriction -Oracle Open Office Math : page styles -Oracle Open Office Math : page styles;editing/applying with statusbar -Oracle Open Office Math : pages -Oracle Open Office Math : pages;backgrounds in all applications -Oracle Open Office Math : pages;formatting and numbering -Oracle Open Office Math : pages;printing page names in presentations -Oracle Open Office Math : pages;scaling -Oracle Open Office Math : pages;selecting one to print -Oracle Open Office Math : paint box -Oracle Open Office Math : paint can symbol -Oracle Open Office Math : pair kerning -Oracle Open Office Math : Palm file filters -Oracle Open Office Math : paper formats -Oracle Open Office Math : paper size warning -Oracle Open Office Math : paper trays -Oracle Open Office Math : paragraph marks -Oracle Open Office Math : paragraph marks;displaying (Writer) -Oracle Open Office Math : paragraph styles -Oracle Open Office Math : paragraph styles;languages -Oracle Open Office Math : paragraph styles;modifying basic fonts -Oracle Open Office Math : paragraphs -Oracle Open Office Math : paragraphs;alignment -Oracle Open Office Math : paragraphs;Asian typography -Oracle Open Office Math : paragraphs;defining borders -Oracle Open Office Math : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Math : paragraphs;increasing indents of -Oracle Open Office Math : paragraphs;indents, margins and columns -Oracle Open Office Math : paragraphs;inserting bullets -Oracle Open Office Math : paragraphs;joining -Oracle Open Office Math : paragraphs;numbering automatically -Oracle Open Office Math : paragraphs;removing blank ones -Oracle Open Office Math : paragraphs;spacing -Oracle Open Office Math : paragraphs;tab stops -Oracle Open Office Math : parallel relation -Oracle Open Office Math : parameters -Oracle Open Office Math : parameters;command line -Oracle Open Office Math : parameters;queries (Base) -Oracle Open Office Math : parentheses (Math) -Oracle Open Office Math : partial differentiation symbol -Oracle Open Office Math : passwords for protecting contents -Oracle Open Office Math : pasting -Oracle Open Office Math : pasting;cell ranges -Oracle Open Office Math : pasting;cell ranges from spreadsheets -Oracle Open Office Math : pasting;data from text documents -Oracle Open Office Math : pasting;draw objects -Oracle Open Office Math : pasting;draw objects from other documents -Oracle Open Office Math : pasting;formatted/unformatted text -Oracle Open Office Math : pasting;from data source view -Oracle Open Office Math : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Math : pasting;pictures from other documents -Oracle Open Office Math : pasting;sheet areas in text documents -Oracle Open Office Math : pasting;to Gallery -Oracle Open Office Math : paths -Oracle Open Office Math : paths;changing work directory -Oracle Open Office Math : paths;defaults -Oracle Open Office Math : pattern editor -Oracle Open Office Math : pattern fields -Oracle Open Office Math : pattern fields;form functions -Oracle Open Office Math : patterns for objects -Oracle Open Office Math : PDF -Oracle Open Office Math : PDF;export -Oracle Open Office Math : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Math : personal data input -Oracle Open Office Math : phonetic guide -Oracle Open Office Math : picklist creation -Oracle Open Office Math : picture by correspondence -Oracle Open Office Math : pictures -Oracle Open Office Math : pictures;adding to Gallery -Oracle Open Office Math : pictures;arranging within stacks -Oracle Open Office Math : pictures;assigning macros -Oracle Open Office Math : pictures;backgrounds -Oracle Open Office Math : pictures;captions (Writer) -Oracle Open Office Math : pictures;changing paths -Oracle Open Office Math : pictures;cropping and zooming -Oracle Open Office Math : pictures;displaying in Calc -Oracle Open Office Math : pictures;displaying in Writer (Writer) -Oracle Open Office Math : pictures;drag and drop between documents -Oracle Open Office Math : pictures;drawing -Oracle Open Office Math : pictures;editing -Oracle Open Office Math : pictures;filters -Oracle Open Office Math : pictures;ImageMap -Oracle Open Office Math : pictures;inserting automatically -Oracle Open Office Math : pictures;inserting from Gallery -Oracle Open Office Math : pictures;number of -Oracle Open Office Math : pictures;printing -Oracle Open Office Math : pictures;scaling/resizing -Oracle Open Office Math : pixel editor -Oracle Open Office Math : pixel graphics -Oracle Open Office Math : pixel graphics;inserting and editing -Oracle Open Office Math : pixel patterns -Oracle Open Office Math : placeholders -Oracle Open Office Math : placeholders;in SQL queries -Oracle Open Office Math : placeholders;inserting in formulas -Oracle Open Office Math : placeholders;on opening files -Oracle Open Office Math : placeholders;position of next -Oracle Open Office Math : placeholders;previous marker -Oracle Open Office Math : placing toolbars -Oracle Open Office Math : playing movies and sound files -Oracle Open Office Math : plotting data as charts -Oracle Open Office Math : plug-ins -Oracle Open Office Math : plug-ins;activating and deactivating -Oracle Open Office Math : plug-ins;definition -Oracle Open Office Math : plug-ins;inserting -Oracle Open Office Math : plus signs -Oracle Open Office Math : plus/minus signs -Oracle Open Office Math : pocket device appliances -Oracle Open Office Math : Pocket PC file filters -Oracle Open Office Math : points -Oracle Open Office Math : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Math : polygon drawing -Oracle Open Office Math : pop-art filter -Oracle Open Office Math : portable document format -Oracle Open Office Math : positioning -Oracle Open Office Math : positioning;draw objects and controls -Oracle Open Office Math : positioning;fonts -Oracle Open Office Math : positioning;objects -Oracle Open Office Math : positioning;toolbars -Oracle Open Office Math : post method for form transmissions -Oracle Open Office Math : posterizing filter -Oracle Open Office Math : PostScript -Oracle Open Office Math : PostScript;creating files -Oracle Open Office Math : PostScript;PDF converter, UNIX -Oracle Open Office Math : PowerPoint export -Oracle Open Office Math : powers -Oracle Open Office Math : precision as shown (Calc) -Oracle Open Office Math : predefining fonts -Oracle Open Office Math : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Math : presentations -Oracle Open Office Math : presentations;creating/opening -Oracle Open Office Math : presentations;inserting spreadsheet cells -Oracle Open Office Math : presentations;live on the Internet -Oracle Open Office Math : presentations;print menu -Oracle Open Office Math : presentations;saving -Oracle Open Office Math : presentations;saving automatically -Oracle Open Office Math : presentations;saving in other formats -Oracle Open Office Math : presentations;sending as e-mail -Oracle Open Office Math : presentations;starting with wizard -Oracle Open Office Math : presentations;wizards -Oracle Open Office Math : Presenter Console shortcuts -Oracle Open Office Math : press buttons, see push buttons -Oracle Open Office Math : previews -Oracle Open Office Math : previews;fonts lists -Oracle Open Office Math : primary keys -Oracle Open Office Math : primary keys;defining -Oracle Open Office Math : primary keys;design view -Oracle Open Office Math : primary keys;inserting (Base) -Oracle Open Office Math : print area selection -Oracle Open Office Math : printer metrics for document formatting (Writer) -Oracle Open Office Math : printers -Oracle Open Office Math : printers;adding, UNIX -Oracle Open Office Math : printers;choosing -Oracle Open Office Math : printers;default printer -Oracle Open Office Math : printers;faxes under UNIX -Oracle Open Office Math : printers;maximum page formats -Oracle Open Office Math : printers;paper trays -Oracle Open Office Math : printers;properties -Oracle Open Office Math : printing -Oracle Open Office Math : printing;black and white -Oracle Open Office Math : printing;brochures -Oracle Open Office Math : printing;colors in grayscale -Oracle Open Office Math : printing;comments -Oracle Open Office Math : printing;copies -Oracle Open Office Math : printing;creating individual jobs -Oracle Open Office Math : printing;dates in presentations -Oracle Open Office Math : printing;directly -Oracle Open Office Math : printing;documents -Oracle Open Office Math : printing;drawings defaults -Oracle Open Office Math : printing;elements in text documents -Oracle Open Office Math : printing;faster -Oracle Open Office Math : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Math : printing;fitting to pages in presentations -Oracle Open Office Math : printing;formulas in Oracle Open Office Math -Oracle Open Office Math : printing;hidden pages of presentations -Oracle Open Office Math : printing;in original size in Oracle Open Office Math -Oracle Open Office Math : printing;left/right pages -Oracle Open Office Math : printing;queries (Base) -Oracle Open Office Math : printing;scaling in Oracle Open Office Math -Oracle Open Office Math : printing;selections -Oracle Open Office Math : printing;text always in black -Oracle Open Office Math : printing;text in reverse order -Oracle Open Office Math : printing;tiling pages in presentations -Oracle Open Office Math : printing;transparencies -Oracle Open Office Math : printing;warnings -Oracle Open Office Math : printing;without scaling in presentations -Oracle Open Office Math : printing speed -Oracle Open Office Math : product -Oracle Open Office Math : programming -Oracle Open Office Math : programming;Oracle Open Office -Oracle Open Office Math : programming;scripting -Oracle Open Office Math : properties -Oracle Open Office Math : properties;fields in databases -Oracle Open Office Math : properties;files -Oracle Open Office Math : properties;form controls -Oracle Open Office Math : properties;forms -Oracle Open Office Math : properties;printers -Oracle Open Office Math : proportional to relation -Oracle Open Office Math : protected contents -Oracle Open Office Math : protected dashes -Oracle Open Office Math : protected database tables -Oracle Open Office Math : protected documents -Oracle Open Office Math : protected spaces -Oracle Open Office Math : protected spaces;inserting -Oracle Open Office Math : protected spaces;showing (Writer) -Oracle Open Office Math : protecting -Oracle Open Office Math : protecting;contents -Oracle Open Office Math : protecting;recorded changes -Oracle Open Office Math : proxy settings -Oracle Open Office Math : push buttons -Oracle Open Office Math : push buttons;adding to documents -Oracle Open Office Math : push buttons;creating -Oracle Open Office Math : queries -Oracle Open Office Math : queries;copying (Base) -Oracle Open Office Math : queries;creating in design view (Base) -Oracle Open Office Math : queries;creating in SQL view -Oracle Open Office Math : queries;defining (Base) -Oracle Open Office Math : queries;deleting table links (Base) -Oracle Open Office Math : queries;editing in data source view -Oracle Open Office Math : queries;formulating filter conditions (Base) -Oracle Open Office Math : queries;joining tables (Base) -Oracle Open Office Math : queries;missing elements (Base) -Oracle Open Office Math : queries;overview (Base) -Oracle Open Office Math : queries;parameter queries (Base) -Oracle Open Office Math : queries;printing (Base) -Oracle Open Office Math : Query Wizard (Base) -Oracle Open Office Math : Quickstarter -Oracle Open Office Math : quotation marks -Oracle Open Office Math : quotation marks;replacing -Oracle Open Office Math : quotes -Oracle Open Office Math : quotes;custom -Oracle Open Office Math : quotient set -Oracle Open Office Math : radio button creation -Oracle Open Office Math : range of integral example -Oracle Open Office Math : rational numbers -Oracle Open Office Math : read-only documents -Oracle Open Office Math : read-only documents;cursor -Oracle Open Office Math : read-only documents;database tables on/off -Oracle Open Office Math : read-only documents;editing -Oracle Open Office Math : read-only documents;opening documents as -Oracle Open Office Math : read-only items in Data Navigator -Oracle Open Office Math : real numbers -Oracle Open Office Math : real part of complex numbers -Oracle Open Office Math : recognizing URLs automatically -Oracle Open Office Math : recording -Oracle Open Office Math : recording;changes -Oracle Open Office Math : recording;macros -Oracle Open Office Math : records -Oracle Open Office Math : records;inserting comments -Oracle Open Office Math : records;protecting -Oracle Open Office Math : records;saving -Oracle Open Office Math : records;searching in databases -Oracle Open Office Math : rectangles with round corners -Oracle Open Office Math : recursions in spreadsheets -Oracle Open Office Math : redo command -Oracle Open Office Math : reduced printing -Oracle Open Office Math : reference lines -Oracle Open Office Math : reference tables -Oracle Open Office Math : reference tables;formulas -Oracle Open Office Math : references -Oracle Open Office Math : references;displaying in color (Calc) -Oracle Open Office Math : references;expanding (Calc) -Oracle Open Office Math : references;iterative (Calc) -Oracle Open Office Math : refreshing formula view -Oracle Open Office Math : register-true -Oracle Open Office Math : register-true;definition -Oracle Open Office Math : registering -Oracle Open Office Math : registering;address books -Oracle Open Office Math : registering;databases (Base) -Oracle Open Office Math : registering;Oracle Open Office -Oracle Open Office Math : regular expressions -Oracle Open Office Math : regular expressions;list of -Oracle Open Office Math : regular expressions;opening files -Oracle Open Office Math : relational databases (Base) -Oracle Open Office Math : relations -Oracle Open Office Math : relations;creating and deleting (Base) -Oracle Open Office Math : relations;in Oracle Open Office Math -Oracle Open Office Math : relations;joining tables (Base) -Oracle Open Office Math : relations;properties (Base) -Oracle Open Office Math : relations operators -Oracle Open Office Math : relations operators;list of -Oracle Open Office Math : relative hyperlinks -Oracle Open Office Math : relative saving of URLs -Oracle Open Office Math : reloading -Oracle Open Office Math : reloading;documents -Oracle Open Office Math : reloading;HTML documents, automatically -Oracle Open Office Math : remarks, see also comments -Oracle Open Office Math : remote configurations -Oracle Open Office Math : remove noise filter -Oracle Open Office Math : removing -Oracle Open Office Math : removing;bullets and numbering -Oracle Open Office Math : removing;form filters -Oracle Open Office Math : removing, see also deleting -Oracle Open Office Math : repeating -Oracle Open Office Math : repeating;commands -Oracle Open Office Math : replacement options -Oracle Open Office Math : replacement table -Oracle Open Office Math : replacing -Oracle Open Office Math : replacing;AutoCorrect function -Oracle Open Office Math : replacing;dashes -Oracle Open Office Math : replacing;tab stops (regular expressions) -Oracle Open Office Math : Report Builder -Oracle Open Office Math : reports -Oracle Open Office Math : reports;creating -Oracle Open Office Math : reports;error reports -Oracle Open Office Math : reports;opening and editing -Oracle Open Office Math : reports;templates -Oracle Open Office Math : resetting -Oracle Open Office Math : resetting;templates -Oracle Open Office Math : resizing -Oracle Open Office Math : resizing;fonts -Oracle Open Office Math : resizing;objects, by mouse -Oracle Open Office Math : resizing, see also scaling/zooming -Oracle Open Office Math : resolution when printing bitmaps -Oracle Open Office Math : restoring -Oracle Open Office Math : restoring;default formatting -Oracle Open Office Math : restoring;editing -Oracle Open Office Math : reversed circumflex attribute -Oracle Open Office Math : reversing printing order -Oracle Open Office Math : review function -Oracle Open Office Math : review function;accepting or rejecting changes -Oracle Open Office Math : review function;comparing documents -Oracle Open Office Math : review function;protecting records -Oracle Open Office Math : review function;recording changes example -Oracle Open Office Math : rich text control -Oracle Open Office Math : right alignment of paragraphs -Oracle Open Office Math : right angled relations -Oracle Open Office Math : right arrow symbol -Oracle Open Office Math : right joins (Base) -Oracle Open Office Math : right-justified alignment in Oracle Open Office Math -Oracle Open Office Math : right-to-left text -Oracle Open Office Math : roots -Oracle Open Office Math : rotating -Oracle Open Office Math : rotating;3D text -Oracle Open Office Math : round brackets -Oracle Open Office Math : round corners -Oracle Open Office Math : rounding precision (Calc) -Oracle Open Office Math : row headers -Oracle Open Office Math : row headers;displaying (Calc) -Oracle Open Office Math : row headers;highlighting (Calc) -Oracle Open Office Math : rulers -Oracle Open Office Math : rulers;default settings -Oracle Open Office Math : rulers;measurement units -Oracle Open Office Math : rulers;visible in presentations -Oracle Open Office Math : samples and templates -Oracle Open Office Math : saving -Oracle Open Office Math : saving;default file formats -Oracle Open Office Math : saving;dialog settings -Oracle Open Office Math : saving;documents -Oracle Open Office Math : saving;documents for mobile devices -Oracle Open Office Math : saving;documents in other formats -Oracle Open Office Math : saving;documents, automatically -Oracle Open Office Math : saving;in Microsoft Office file format -Oracle Open Office Math : saving;options -Oracle Open Office Math : saving;templates -Oracle Open Office Math : saving;to XML -Oracle Open Office Math : saving;VBA code in Microsoft Office documents -Oracle Open Office Math : saving;with password by default -Oracle Open Office Math : saving as command -Oracle Open Office Math : saving as command;precautions -Oracle Open Office Math : scalable braces -Oracle Open Office Math : scalable lines with ceiling -Oracle Open Office Math : scalable round brackets -Oracle Open Office Math : scaling -Oracle Open Office Math : scaling;font sizes in user interface -Oracle Open Office Math : scaling;fonts -Oracle Open Office Math : scaling;in Oracle Open Office Math -Oracle Open Office Math : scaling;objects -Oracle Open Office Math : scaling;pictures -Oracle Open Office Math : scaling;printing in Oracle Open Office Math -Oracle Open Office Math : scaling;when printing presentations -Oracle Open Office Math : scaling, see also zooming -Oracle Open Office Math : screen -Oracle Open Office Math : screen;full screen views -Oracle Open Office Math : screen;scaling -Oracle Open Office Math : screen magnifiers -Oracle Open Office Math : screen readers -Oracle Open Office Math : script organization -Oracle Open Office Math : scrollbars -Oracle Open Office Math : scrollbars;controls -Oracle Open Office Math : scrollbars;displaying (Calc) -Oracle Open Office Math : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Math : search criteria for database functions in cells -Oracle Open Office Math : search engines -Oracle Open Office Math : search engines;definition -Oracle Open Office Math : search engines;selecting -Oracle Open Office Math : searching -Oracle Open Office Math : searching;all sheets -Oracle Open Office Math : searching;databases -Oracle Open Office Math : searching;form filters -Oracle Open Office Math : searching;Internet -Oracle Open Office Math : searching;tables and forms -Oracle Open Office Math : sections -Oracle Open Office Math : sections;backgrounds -Oracle Open Office Math : security -Oracle Open Office Math : security;digital signatures -Oracle Open Office Math : security;options for documents with macros -Oracle Open Office Math : security;protecting contents -Oracle Open Office Math : security;security levels for macros -Oracle Open Office Math : security;warning dialogs with macros -Oracle Open Office Math : selecting -Oracle Open Office Math : selecting;controls -Oracle Open Office Math : selecting;measurement units -Oracle Open Office Math : selecting;objects -Oracle Open Office Math : selecting;print areas -Oracle Open Office Math : selecting;several files -Oracle Open Office Math : selection clipboard -Oracle Open Office Math : selection frames -Oracle Open Office Math : selection modes in text -Oracle Open Office Math : selection options in formulas -Oracle Open Office Math : sending -Oracle Open Office Math : sending;AutoAbstract function in presentations -Oracle Open Office Math : sending;documents as e-mail -Oracle Open Office Math : sending;documents as faxes -Oracle Open Office Math : separator lines -Oracle Open Office Math : separator lines;defining -Oracle Open Office Math : separators -Oracle Open Office Math : separators;conditional -Oracle Open Office Math : Server Side ImageMap -Oracle Open Office Math : set operations in Oracle Open OfficeMath -Oracle Open Office Math : set operators -Oracle Open Office Math : set operators;list of -Oracle Open Office Math : sets of numbers -Oracle Open Office Math : settings -Oracle Open Office Math : settings;printers -Oracle Open Office Math : settings;program configuration -Oracle Open Office Math : settings;proxies -Oracle Open Office Math : settings;tracking changes -Oracle Open Office Math : settings;views -Oracle Open Office Math : SGML -Oracle Open Office Math : SGML;definition -Oracle Open Office Math : shadows -Oracle Open Office Math : shadows;areas -Oracle Open Office Math : shadows;borders -Oracle Open Office Math : shadows;characters -Oracle Open Office Math : shadows;characters, using context menu -Oracle Open Office Math : sharing documents -Oracle Open Office Math : sharpening filter -Oracle Open Office Math : sheet tabs -Oracle Open Office Math : sheet tabs;displaying -Oracle Open Office Math : sheets -Oracle Open Office Math : sheets;searching all -Oracle Open Office Math : shortcut keys -Oracle Open Office Math : shortcut keys;assigning macros -Oracle Open Office Math : shortcut keys;general -Oracle Open Office Math : shortcut keys;in databases -Oracle Open Office Math : shortcut keys;in formulas -Oracle Open Office Math : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Math : showing -Oracle Open Office Math : showing;changes -Oracle Open Office Math : showing;docked windows -Oracle Open Office Math : showing;drawings and controls (Writer) -Oracle Open Office Math : showing;live presentations on the Internet -Oracle Open Office Math : showing;toolbars -Oracle Open Office Math : signing documents with digital signatures -Oracle Open Office Math : similar to relations -Oracle Open Office Math : similarity search -Oracle Open Office Math : simple handles (Writer) -Oracle Open Office Math : simplified Chinese -Oracle Open Office Math : simplified Chinese;translating to traditional Chinese -Oracle Open Office Math : sine function -Oracle Open Office Math : single brackets without group function -Oracle Open Office Math : single sign on options -Oracle Open Office Math : single-line spacing in text -Oracle Open Office Math : sizes -Oracle Open Office Math : sizes;draw objects -Oracle Open Office Math : sizes;of fonts in Oracle Open Office Math -Oracle Open Office Math : sizes;pictures -Oracle Open Office Math : slanting draw objects -Oracle Open Office Math : slash division sign -Oracle Open Office Math : small capitals -Oracle Open Office Math : small gaps -Oracle Open Office Math : small icons -Oracle Open Office Math : smart tag configuration -Oracle Open Office Math : smooth scrolling (Writer) -Oracle Open Office Math : smoothing filter -Oracle Open Office Math : snap grid defaults (Writer/Calc) -Oracle Open Office Math : snapping in presentations and drawings -Oracle Open Office Math : solarization filter -Oracle Open Office Math : sort lists -Oracle Open Office Math : sort lists;copying to in Calc -Oracle Open Office Math : sorting -Oracle Open Office Math : sorting;data in forms -Oracle Open Office Math : sorting;databases -Oracle Open Office Math : sound files -Oracle Open Office Math : spaces -Oracle Open Office Math : spaces;displaying (Writer) -Oracle Open Office Math : spaces;ignoring double -Oracle Open Office Math : spaces;inserting protected spaces -Oracle Open Office Math : spaces;showing protected spaces (Writer) -Oracle Open Office Math : spaces in formulas -Oracle Open Office Math : spacing -Oracle Open Office Math : spacing;between paragraphs in footnotes -Oracle Open Office Math : spacing;font effects -Oracle Open Office Math : spacing;formula elements -Oracle Open Office Math : spacing;lines and paragraphs -Oracle Open Office Math : spacing;tab stops in text documents -Oracle Open Office Math : spacing;tabs in presentations -Oracle Open Office Math : spadmin -Oracle Open Office Math : special characters -Oracle Open Office Math : speech bubbles -Oracle Open Office Math : speed of printing -Oracle Open Office Math : spellcheck -Oracle Open Office Math : spellcheck;activating for a language -Oracle Open Office Math : spellcheck;context menus -Oracle Open Office Math : spellcheck;default languages -Oracle Open Office Math : spellcheck;dialog -Oracle Open Office Math : spellcheck;dictionary of exceptions -Oracle Open Office Math : spellcheck;ignore list -Oracle Open Office Math : spin button creation -Oracle Open Office Math : spoolfiles with Xprinter -Oracle Open Office Math : spreadsheets -Oracle Open Office Math : spreadsheets;as databases (base) -Oracle Open Office Math : spreadsheets;copying areas to text documents -Oracle Open Office Math : spreadsheets;creating/opening -Oracle Open Office Math : spreadsheets;inserting charts -Oracle Open Office Math : spreadsheets;inserting database records -Oracle Open Office Math : spreadsheets;printing -Oracle Open Office Math : spreadsheets;saving -Oracle Open Office Math : spreadsheets;saving automatically -Oracle Open Office Math : spreadsheets;saving in other formats -Oracle Open Office Math : spreadsheets;sending as e-mail -Oracle Open Office Math : SQL -Oracle Open Office Math : SQL;definition -Oracle Open Office Math : SQL;DISTINCT parameter -Oracle Open Office Math : SQL;executing SQL commands -Oracle Open Office Math : SQL;executing SQL statements (Base) -Oracle Open Office Math : SQL;queries (Base) -Oracle Open Office Math : square brackets -Oracle Open Office Math : square drawings -Oracle Open Office Math : square roots -Oracle Open Office Math : stacks -Oracle Open Office Math : standard bar on/off -Oracle Open Office Math : standard filters in databases -Oracle Open Office Math : standard printer under UNIX -Oracle Open Office Math : start center -Oracle Open Office Math : start parameters -Oracle Open Office Math : status bar on/off -Oracle Open Office Math : stickers -Oracle Open Office Math : strikethrough -Oracle Open Office Math : strikethrough;characters -Oracle Open Office Math : strikethrough;font effects -Oracle Open Office Math : styles -Oracle Open Office Math : styles;'changed' message -Oracle Open Office Math : styles;copying between documents -Oracle Open Office Math : styles;keyboard shortcuts -Oracle Open Office Math : styles;organizing -Oracle Open Office Math : styles;printing styles used in a document -Oracle Open Office Math : styles;replacing automatically -Oracle Open Office Math : Styles and Formatting window -Oracle Open Office Math : Styles and Formatting window;docking -Oracle Open Office Math : subforms -Oracle Open Office Math : subforms;creating -Oracle Open Office Math : subforms;description -Oracle Open Office Math : submitting forms -Oracle Open Office Math : subscripts -Oracle Open Office Math : subset set operators -Oracle Open Office Math : subtraction signs -Oracle Open Office Math : suffixes in file formats -Oracle Open Office Math : sum range example -Oracle Open Office Math : summation -Oracle Open Office Math : superscripts -Oracle Open Office Math : superset set operators -Oracle Open Office Math : support on the Web -Oracle Open Office Math : symbols -Oracle Open Office Math : symbols;adding in Oracle Open Office Math -Oracle Open Office Math : symbols;entering in Oracle Open Office Math -Oracle Open Office Math : symbols;for complex numbers -Oracle Open Office Math : synchronizing -Oracle Open Office Math : synchronizing;labels and business cards -Oracle Open Office Math : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Math : system address book registration -Oracle Open Office Math : tab stops -Oracle Open Office Math : tab stops;displaying (Writer) -Oracle Open Office Math : tab stops;inserting and editing -Oracle Open Office Math : tab stops;regular expressions -Oracle Open Office Math : tab stops;setting in sheets -Oracle Open Office Math : tab stops;settings -Oracle Open Office Math : tab stops;spacing in presentations -Oracle Open Office Math : tab stops;spacing in text documents -Oracle Open Office Math : table controls -Oracle Open Office Math : table controls;form functions -Oracle Open Office Math : table controls;keyboard-only edit mode -Oracle Open Office Math : table controls;properties -Oracle Open Office Math : table views of databases -Oracle Open Office Math : Table Wizard (Base) -Oracle Open Office Math : tables -Oracle Open Office Math : tables;inserting line breaks -Oracle Open Office Math : tables in databases -Oracle Open Office Math : tables in databases;access rights to (Base) -Oracle Open Office Math : tables in databases;adding to queries -Oracle Open Office Math : tables in databases;browsing and editing -Oracle Open Office Math : tables in databases;copying database tables (Base) -Oracle Open Office Math : tables in databases;creating -Oracle Open Office Math : tables in databases;creating in design view (manually) -Oracle Open Office Math : tables in databases;importing text formats (Base) -Oracle Open Office Math : tables in databases;joining for queries (Base) -Oracle Open Office Math : tables in databases;printing queries (Base) -Oracle Open Office Math : tables in databases;relations (Base) -Oracle Open Office Math : tables in databases;searching -Oracle Open Office Math : tables in spreadsheets -Oracle Open Office Math : tables in spreadsheets;copying data to other applications -Oracle Open Office Math : tables in spreadsheets;defining borders -Oracle Open Office Math : tables in spreadsheets;value highlighting -Oracle Open Office Math : tables in text -Oracle Open Office Math : tables in text;captions -Oracle Open Office Math : tables in text;creating automatically -Oracle Open Office Math : tables in text;default settings -Oracle Open Office Math : tables in text;defining borders -Oracle Open Office Math : tables in text;displaying -Oracle Open Office Math : tables in text;printing -Oracle Open Office Math : tabs -Oracle Open Office Math : tabs;displaying sheet tabs -Oracle Open Office Math : tags -Oracle Open Office Math : tags;definition -Oracle Open Office Math : tags;META tags -Oracle Open Office Math : tangent function -Oracle Open Office Math : templates -Oracle Open Office Math : templates;agendas -Oracle Open Office Math : templates;changing basic fonts -Oracle Open Office Math : templates;database reports -Oracle Open Office Math : templates;deleting -Oracle Open Office Math : templates;editing and saving -Oracle Open Office Math : templates;faxes -Oracle Open Office Math : templates;importing and exporting -Oracle Open Office Math : templates;letters -Oracle Open Office Math : templates;new documents from templates -Oracle Open Office Math : templates;opening documents with -Oracle Open Office Math : templates;organizing -Oracle Open Office Math : terminology -Oracle Open Office Math : terminology;general glossary -Oracle Open Office Math : terminology;Internet glossary -Oracle Open Office Math : testing XML filters -Oracle Open Office Math : text -Oracle Open Office Math : text;animating -Oracle Open Office Math : text;Asian layout -Oracle Open Office Math : text;bold -Oracle Open Office Math : text;coloring -Oracle Open Office Math : text;copying by drag and drop -Oracle Open Office Math : text;CTL languages -Oracle Open Office Math : text;drawing pictures -Oracle Open Office Math : text;font effects -Oracle Open Office Math : text;font sizes -Oracle Open Office Math : text;font styles -Oracle Open Office Math : text;fonts and formats -Oracle Open Office Math : text;Fontwork icons -Oracle Open Office Math : text;hyperlinks -Oracle Open Office Math : text;inserting special characters -Oracle Open Office Math : text;italics -Oracle Open Office Math : text;kerning -Oracle Open Office Math : text;language selection -Oracle Open Office Math : text;line spacing -Oracle Open Office Math : text;overwriting or inserting -Oracle Open Office Math : text;printing in black -Oracle Open Office Math : text;replacing with format -Oracle Open Office Math : text;selection modes -Oracle Open Office Math : text;shadowed -Oracle Open Office Math : text;text/draw objects -Oracle Open Office Math : text attributes -Oracle Open Office Math : text attributes;hyperlinks -Oracle Open Office Math : text attributes;undoing -Oracle Open Office Math : text boxes -Oracle Open Office Math : text boxes;form functions -Oracle Open Office Math : text boxes;positioning -Oracle Open Office Math : text breaks in cells -Oracle Open Office Math : text colors for better accessibility -Oracle Open Office Math : text databases (Base) -Oracle Open Office Math : text documents -Oracle Open Office Math : text documents;creating/opening -Oracle Open Office Math : text documents;importing/exporting -Oracle Open Office Math : text documents;inserting spreadsheet cells -Oracle Open Office Math : text documents;print settings -Oracle Open Office Math : text documents;printing -Oracle Open Office Math : text documents;saving -Oracle Open Office Math : text documents;saving automatically -Oracle Open Office Math : text documents;saving in other formats -Oracle Open Office Math : text documents;sending as e-mail -Oracle Open Office Math : text effects -Oracle Open Office Math : text flow -Oracle Open Office Math : text flow;in cells -Oracle Open Office Math : text formats -Oracle Open Office Math : text formats;databases -Oracle Open Office Math : text formats;pasting -Oracle Open Office Math : text input fields -Oracle Open Office Math : text layout for special languages -Oracle Open Office Math : text mode in Oracle Open Office Math -Oracle Open Office Math : text objects -Oracle Open Office Math : text objects;alignment -Oracle Open Office Math : text objects;draw functions -Oracle Open Office Math : text objects;fonts -Oracle Open Office Math : text objects;in presentations and drawings -Oracle Open Office Math : text overflow in spreadsheet cells -Oracle Open Office Math : text strings -Oracle Open Office Math : text strings;entering in Oracle Open Office Math -Oracle Open Office Math : text, see also text documents, paragraphs and characters -Oracle Open Office Math : TextArt, see Fontwork -Oracle Open Office Math : textures -Oracle Open Office Math : textures;inserting from Gallery -Oracle Open Office Math : textures;on chart bars -Oracle Open Office Math : Thai -Oracle Open Office Math : Thai;entering text -Oracle Open Office Math : Thai;language settings -Oracle Open Office Math : there exists symbol -Oracle Open Office Math : thesaurus -Oracle Open Office Math : thesaurus;activating for a language -Oracle Open Office Math : ticker text -Oracle Open Office Math : tilde as attribute -Oracle Open Office Math : time fields -Oracle Open Office Math : time fields;form functions -Oracle Open Office Math : times -Oracle Open Office Math : times;inserting when printing presentations -Oracle Open Office Math : times, formats -Oracle Open Office Math : tips -Oracle Open Office Math : tips;extended tips in Help -Oracle Open Office Math : title rows -Oracle Open Office Math : title rows;printing in Oracle Open Office Math -Oracle Open Office Math : titles -Oracle Open Office Math : titles;changing -Oracle Open Office Math : titles;editing in charts -Oracle Open Office Math : titles;font effects -Oracle Open Office Math : titles;formatting automatically -Oracle Open Office Math : titles;objects -Oracle Open Office Math : toolbars -Oracle Open Office Math : toolbars;adding buttons -Oracle Open Office Math : toolbars;docking/undocking -Oracle Open Office Math : toolbars;Form Navigation bar -Oracle Open Office Math : toolbars;viewing/closing -Oracle Open Office Math : tools bar -Oracle Open Office Math : tooltips -Oracle Open Office Math : tooltips;extended tips -Oracle Open Office Math : tooltips;help -Oracle Open Office Math : toward relation -Oracle Open Office Math : traditional Chinese -Oracle Open Office Math : traditional Chinese;translating to simplified chinese -Oracle Open Office Math : transparency -Oracle Open Office Math : transparency;areas -Oracle Open Office Math : transparency;off for faster printing -Oracle Open Office Math : transparency;saving -Oracle Open Office Math : transparent character as attribute -Oracle Open Office Math : tree view of Help -Oracle Open Office Math : trigonometrical functions -Oracle Open Office Math : triple dot attribute -Oracle Open Office Math : typefaces -Oracle Open Office Math : typefaces;adding under UNIX -Oracle Open Office Math : typefaces;formats -Oracle Open Office Math : typographical quotes in Oracle Open Office Writer -Oracle Open Office Math : typography -Oracle Open Office Math : typography;Asian -Oracle Open Office Math : unary operators -Oracle Open Office Math : unary operators;list of -Oracle Open Office Math : unary operators -Oracle Open Office Math : underline attribute -Oracle Open Office Math : underlining -Oracle Open Office Math : underlining;AutoFormat function -Oracle Open Office Math : underlining;characters -Oracle Open Office Math : underlining;text -Oracle Open Office Math : undocking windows -Oracle Open Office Math : undoing -Oracle Open Office Math : undoing;direct formatting -Oracle Open Office Math : undoing;editing -Oracle Open Office Math : undoing;number of steps -Oracle Open Office Math : unequal sign -Oracle Open Office Math : ungrouping groups -Oracle Open Office Math : union of sets -Oracle Open Office Math : units -Oracle Open Office Math : units;converting -Oracle Open Office Math : units;measurement units -Oracle Open Office Math : universal quantifier symbol -Oracle Open Office Math : UNO components -Oracle Open Office Math : UNO components;Extension Manager -Oracle Open Office Math : UNO components;integrating new -Oracle Open Office Math : up arrow symbol -Oracle Open Office Math : update options -Oracle Open Office Math : updates -Oracle Open Office Math : updates;checking automatically -Oracle Open Office Math : updates;checking manually -Oracle Open Office Math : updating -Oracle Open Office Math : updating;fields and charts, automatically (Writer) -Oracle Open Office Math : updating;links in text documents -Oracle Open Office Math : updating;links, on opening -Oracle Open Office Math : updating;templates -Oracle Open Office Math : upper limits -Oracle Open Office Math : URL -Oracle Open Office Math : URL;changing hyperlink URLs -Oracle Open Office Math : URL;definition -Oracle Open Office Math : URL;in pictures -Oracle Open Office Math : URL;saving absolute/relative paths -Oracle Open Office Math : URL;turning off URL recognition -Oracle Open Office Math : user data -Oracle Open Office Math : user data;input -Oracle Open Office Math : user data;removing when saving -Oracle Open Office Math : user feedback -Oracle Open Office Math : user feedback;automatically -Oracle Open Office Math : user-defined dictionaries -Oracle Open Office Math : user-defined dictionaries;creating -Oracle Open Office Math : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Math : user-defined dictionaries;editing -Oracle Open Office Math : user-defined operators -Oracle Open Office Math : user-defined operators;general -Oracle Open Office Math : user-defined operators;unary and binary -Oracle Open Office Math : user-defined styles -Oracle Open Office Math : user-defined styles;automatically replacing -Oracle Open Office Math : UTF-8/UCS2 support -Oracle Open Office Math : values -Oracle Open Office Math : values;absolute -Oracle Open Office Math : values;rounded as shown (Calc) -Oracle Open Office Math : variables -Oracle Open Office Math : variables;for paths -Oracle Open Office Math : variables;with right exponents -Oracle Open Office Math : VBA code -Oracle Open Office Math : VBA code;loading/saving documents with VBA code -Oracle Open Office Math : vector arrows as attributes -Oracle Open Office Math : version management -Oracle Open Office Math : version numbers of documents -Oracle Open Office Math : versions -Oracle Open Office Math : versions;comparing documents -Oracle Open Office Math : versions;file saving as, restriction -Oracle Open Office Math : versions;merging document versions -Oracle Open Office Math : versions;of a document -Oracle Open Office Math : versions;Oracle Open Office -Oracle Open Office Math : vertical arrangement of elements -Oracle Open Office Math : vertical bars -Oracle Open Office Math : vertical callouts -Oracle Open Office Math : vertical dots symbol -Oracle Open Office Math : vertical elements -Oracle Open Office Math : vertical scrollbars (Writer) -Oracle Open Office Math : vertical text boxes -Oracle Open Office Math : videos -Oracle Open Office Math : viewing -Oracle Open Office Math : viewing;databases -Oracle Open Office Math : viewing;file properties -Oracle Open Office Math : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Math : viewing;toolbars -Oracle Open Office Math : views -Oracle Open Office Math : views;creating database views (Base) -Oracle Open Office Math : views;defaults -Oracle Open Office Math : views;full screen -Oracle Open Office Math : views;icons -Oracle Open Office Math : views;maximum size -Oracle Open Office Math : views;scaling -Oracle Open Office Math : views;zooming out Oracle Open Office Math -Oracle Open Office Math : Visual Basic for Applications -Oracle Open Office Math : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Math : watermarks -Oracle Open Office Math : web documents -Oracle Open Office Math : web documents;XForms -Oracle Open Office Math : Web support -Oracle Open Office Math : WebCast export -Oracle Open Office Math : WebDAV over HTTPS -Oracle Open Office Math : weierstrass p symbol -Oracle Open Office Math : whole numbers -Oracle Open Office Math : wide circumflex attribute -Oracle Open Office Math : wide tilde attribute -Oracle Open Office Math : wide vector arrow attribute -Oracle Open Office Math : widowed brackets -Oracle Open Office Math : windows -Oracle Open Office Math : windows;docking -Oracle Open Office Math : windows;docking definition -Oracle Open Office Math : windows;hiding/showing/docking -Oracle Open Office Math : windows;new -Oracle Open Office Math : wizards -Oracle Open Office Math : wizards;agendas -Oracle Open Office Math : wizards;database queries -Oracle Open Office Math : wizards;database tables (Base) -Oracle Open Office Math : wizards;databases (Base) -Oracle Open Office Math : wizards;document converter -Oracle Open Office Math : wizards;Euro Converter -Oracle Open Office Math : wizards;faxes -Oracle Open Office Math : wizards;forms -Oracle Open Office Math : wizards;letters -Oracle Open Office Math : wizards;macros (Base) -Oracle Open Office Math : wizards;overview -Oracle Open Office Math : wizards;presentations -Oracle Open Office Math : wizards;reports -Oracle Open Office Math : Word documents -Oracle Open Office Math : Word documents;compatibility -Oracle Open Office Math : Word documents;saving as -Oracle Open Office Math : WordArt, see Fontwork -Oracle Open Office Math : words -Oracle Open Office Math : words;automatically replacing -Oracle Open Office Math : words;wrapping in cells -Oracle Open Office Math : words;wrapping in CTL -Oracle Open Office Math : working directory change -Oracle Open Office Math : wrapping text -Oracle Open Office Math : wrapping text;in cells -Oracle Open Office Math : wrapping text;in formulas -Oracle Open Office Math : write protection on/off -Oracle Open Office Math : writing aids options -Oracle Open Office Math : WYSIWYG in fonts lists -Oracle Open Office Math : XForms -Oracle Open Office Math : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Math : XForms;conditions -Oracle Open Office Math : XForms;opening/editing -Oracle Open Office Math : XML converters -Oracle Open Office Math : XML file formats -Oracle Open Office Math : XML filters -Oracle Open Office Math : XML filters;creating/testing -Oracle Open Office Math : XML filters;saving as package/installing/deleting -Oracle Open Office Math : XML filters;settings -Oracle Open Office Math : XML Forms, see XForms -Oracle Open Office Math : XSLT filters, see also XML filters -Oracle Open Office Math : years -Oracle Open Office Math : years;2-digit options -Oracle Open Office Math : zero values -Oracle Open Office Math : zero values;displaying (Calc) -Oracle Open Office Math : zooming -Oracle Open Office Math : zooming;page views -Oracle Open Office Math : zooming;pictures -Oracle Open Office Math : zooming;status bar -Oracle Open Office Math : zooming in on formula display -Oracle Open Office Math : zooming out on formula display -Oracle Open Office Writer : 1/2 replacement -Oracle Open Office Writer : 3D charts -Oracle Open Office Writer : 3D text creation -Oracle Open Office Writer : abbreviation replacement -Oracle Open Office Writer : abbreviations -Oracle Open Office Writer : absolute hyperlinks -Oracle Open Office Writer : absolute saving of URLs -Oracle Open Office Writer : accents -Oracle Open Office Writer : Access databases (base) -Oracle Open Office Writer : access rights for database tables (Base) -Oracle Open Office Writer : accessibility -Oracle Open Office Writer : accessibility;general shortcuts -Oracle Open Office Writer : accessibility;options -Oracle Open Office Writer : accessibility;Oracle Open Office assistive technology -Oracle Open Office Writer : accessibility;Oracle Open Office features -Oracle Open Office Writer : accessibility;Oracle Open Office Writer -Oracle Open Office Writer : activating -Oracle Open Office Writer : activating;context menus -Oracle Open Office Writer : activating;Error Report Tool -Oracle Open Office Writer : activating;extended help tips -Oracle Open Office Writer : activating;plug-ins -Oracle Open Office Writer : ActiveX control -Oracle Open Office Writer : Adabas D databases (base) -Oracle Open Office Writer : add-ons, see UNO components -Oracle Open Office Writer : additional selection mode -Oracle Open Office Writer : address books -Oracle Open Office Writer : address books;exchanging -Oracle Open Office Writer : address books;LDAP server (Base) -Oracle Open Office Writer : address books;registering -Oracle Open Office Writer : address labels from databases -Oracle Open Office Writer : adjusting page margins and cell widths -Oracle Open Office Writer : ADO databases (Base) -Oracle Open Office Writer : Agenda Wizard -Oracle Open Office Writer : aging filter -Oracle Open Office Writer : aligning -Oracle Open Office Writer : aligning;2D charts -Oracle Open Office Writer : aligning;cells -Oracle Open Office Writer : aligning;objects -Oracle Open Office Writer : aligning;paragraphs -Oracle Open Office Writer : aligning;tables in text -Oracle Open Office Writer : aligning;text objects -Oracle Open Office Writer : aligning;titles in charts -Oracle Open Office Writer : alphabetical indexes -Oracle Open Office Writer : alternative fonts -Oracle Open Office Writer : ampersand symbol, see also operators -Oracle Open Office Writer : anchors -Oracle Open Office Writer : anchors;changing -Oracle Open Office Writer : anchors;displaying (Calc) -Oracle Open Office Writer : anchors;options -Oracle Open Office Writer : anchors;types/positions for draw objects -Oracle Open Office Writer : animations -Oracle Open Office Writer : animations;accessibility options -Oracle Open Office Writer : animations;text -Oracle Open Office Writer : appearance options -Oracle Open Office Writer : Arabic -Oracle Open Office Writer : Arabic;entering text -Oracle Open Office Writer : Arabic;language settings -Oracle Open Office Writer : area charts -Oracle Open Office Writer : areas -Oracle Open Office Writer : areas;bitmap patterns -Oracle Open Office Writer : areas;hatched/dotted -Oracle Open Office Writer : areas;shadows -Oracle Open Office Writer : areas;slanting -Oracle Open Office Writer : areas;styles -Oracle Open Office Writer : areas;transparency -Oracle Open Office Writer : arguments in command line -Oracle Open Office Writer : arithmetical operators in formulas -Oracle Open Office Writer : arranging -Oracle Open Office Writer : arranging;headings -Oracle Open Office Writer : arranging;objects -Oracle Open Office Writer : arrows -Oracle Open Office Writer : arrows;defining arrow heads -Oracle Open Office Writer : arrows;defining arrow lines -Oracle Open Office Writer : arrows;drawing in text -Oracle Open Office Writer : ASCII -Oracle Open Office Writer : ASCII;definition -Oracle Open Office Writer : Asian languages -Oracle Open Office Writer : Asian languages;enabling -Oracle Open Office Writer : Asian languages;search options -Oracle Open Office Writer : Asian languages;sorting paragraphs/table rows -Oracle Open Office Writer : Asian Phonetic Guide -Oracle Open Office Writer : Asian typography -Oracle Open Office Writer : aspect ratio -Oracle Open Office Writer : aspect ratio;resizing objects -Oracle Open Office Writer : assigning scripts -Oracle Open Office Writer : assistive technology in Oracle Open Office -Oracle Open Office Writer : attaching toolbars -Oracle Open Office Writer : attachments in e-mails -Oracle Open Office Writer : audio -Oracle Open Office Writer : auto reloading HTML documents -Oracle Open Office Writer : AutoAbstract function for sending text to presentations -Oracle Open Office Writer : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Writer : AutoComplete function in text and list boxes -Oracle Open Office Writer : AutoCorrect function -Oracle Open Office Writer : AutoCorrect function;adding exceptions -Oracle Open Office Writer : AutoCorrect function;context menu -Oracle Open Office Writer : AutoCorrect function;options -Oracle Open Office Writer : AutoCorrect function;pictures and frames -Oracle Open Office Writer : AutoCorrect function;quotes -Oracle Open Office Writer : AutoCorrect function;replacement table -Oracle Open Office Writer : AutoCorrect function;smart tags -Oracle Open Office Writer : AutoCorrect function;switching on and off in Calc -Oracle Open Office Writer : AutoCorrect function;turning off -Oracle Open Office Writer : AutoCorrect function;URL recognition -Oracle Open Office Writer : AutoCorrect function;word completion -Oracle Open Office Writer : AutoFormat function -Oracle Open Office Writer : AutoFormat function;applying to text tables -Oracle Open Office Writer : AutoFormat function;headings -Oracle Open Office Writer : AutoFormat function;switching on and off -Oracle Open Office Writer : AutoFormat function;text documents -Oracle Open Office Writer : automatic bullets/numbers -Oracle Open Office Writer : automatic bullets/numbers;AutoCorrect function -Oracle Open Office Writer : automatic captions (Writer) -Oracle Open Office Writer : automatic changes on/off -Oracle Open Office Writer : automatic control focus -Oracle Open Office Writer : automatic heading formatting -Oracle Open Office Writer : automatic hyperlink formatting -Oracle Open Office Writer : automatic hyphenation in text -Oracle Open Office Writer : automatic line breaks -Oracle Open Office Writer : automatic lines/borders in text -Oracle Open Office Writer : automatic numbering -Oracle Open Office Writer : automatic numbering;of objects -Oracle Open Office Writer : automatic saving -Oracle Open Office Writer : automatic spellcheck -Oracle Open Office Writer : automatic word completion -Oracle Open Office Writer : AutoPilots, see wizards -Oracle Open Office Writer : AutoText -Oracle Open Office Writer : AutoValue (Base) -Oracle Open Office Writer : averages in charts -Oracle Open Office Writer : axes -Oracle Open Office Writer : axes;better scaling -Oracle Open Office Writer : axes;formatting -Oracle Open Office Writer : axes;formatting grids -Oracle Open Office Writer : axes;inserting grids -Oracle Open Office Writer : axes;interval marks -Oracle Open Office Writer : axes;showing axes in charts -Oracle Open Office Writer : axes in charts -Oracle Open Office Writer : backgrounds -Oracle Open Office Writer : backgrounds;defining colors/pictures -Oracle Open Office Writer : backgrounds;different pages -Oracle Open Office Writer : backgrounds;frames/sections/indexes -Oracle Open Office Writer : backgrounds;inserting from Gallery -Oracle Open Office Writer : backgrounds;printing -Oracle Open Office Writer : backgrounds;text objects -Oracle Open Office Writer : backing window -Oracle Open Office Writer : backups -Oracle Open Office Writer : backups;automatic -Oracle Open Office Writer : backups;documents -Oracle Open Office Writer : bar charts -Oracle Open Office Writer : Basic -Oracle Open Office Writer : Basic;fonts for source display -Oracle Open Office Writer : Basic;programming -Oracle Open Office Writer : Basic;recording macros -Oracle Open Office Writer : basic fonts -Oracle Open Office Writer : behavior of rows/columns -Oracle Open Office Writer : Bézier curves -Oracle Open Office Writer : Bézier curves;control points in presentations -Oracle Open Office Writer : bi-directional writing -Oracle Open Office Writer : bibliographies -Oracle Open Office Writer : binding space -Oracle Open Office Writer : bitmaps -Oracle Open Office Writer : bitmaps;inserting and editing -Oracle Open Office Writer : bitmaps;off for faster printing -Oracle Open Office Writer : bitmaps;patterns -Oracle Open Office Writer : black and white printing -Oracle Open Office Writer : black printing in Calc -Oracle Open Office Writer : blank pages with alternating page styles -Oracle Open Office Writer : block protect, see also widows or orphans -Oracle Open Office Writer : block selection mode -Oracle Open Office Writer : blocks of text -Oracle Open Office Writer : bold -Oracle Open Office Writer : bold;AutoFormat function -Oracle Open Office Writer : bold;formatting while typing -Oracle Open Office Writer : bold;text -Oracle Open Office Writer : book previews -Oracle Open Office Writer : book view -Oracle Open Office Writer : booklet printing -Oracle Open Office Writer : bookmarks -Oracle Open Office Writer : bookmarks;Help -Oracle Open Office Writer : bookmarks;inserting -Oracle Open Office Writer : bookmarks;positioning cursor -Oracle Open Office Writer : borders -Oracle Open Office Writer : borders;arranging -Oracle Open Office Writer : borders;automatic drawing on/off -Oracle Open Office Writer : borders;cells on screen (Calc) -Oracle Open Office Writer : borders;for footnotes/endnotes -Oracle Open Office Writer : borders;for headers/footers -Oracle Open Office Writer : borders;for objects -Oracle Open Office Writer : borders;for pages -Oracle Open Office Writer : borders;for paragraphs -Oracle Open Office Writer : borders;for tables -Oracle Open Office Writer : borders;for text tables -Oracle Open Office Writer : borders;shadows -Oracle Open Office Writer : borders;table boundaries (Writer) -Oracle Open Office Writer : borders, see also frames -Oracle Open Office Writer : bound fields -Oracle Open Office Writer : bound fields;controls -Oracle Open Office Writer : boundaries of tables (Writer) -Oracle Open Office Writer : break display (Writer) -Oracle Open Office Writer : brochures -Oracle Open Office Writer : brochures;printing individual -Oracle Open Office Writer : brochures;printing several -Oracle Open Office Writer : brush for copying styles -Oracle Open Office Writer : bubble charts -Oracle Open Office Writer : build numbers of Oracle Open Office -Oracle Open Office Writer : bullet lists -Oracle Open Office Writer : bullet lists;changing levels -Oracle Open Office Writer : bullet lists;creating while typing -Oracle Open Office Writer : bullet lists;formatting options -Oracle Open Office Writer : bullet lists;interrupting -Oracle Open Office Writer : bullet lists;turning on and off -Oracle Open Office Writer : bullets -Oracle Open Office Writer : bullets;adding and editing -Oracle Open Office Writer : bullets;paragraphs -Oracle Open Office Writer : bullets;replacing -Oracle Open Office Writer : bullets;turning off -Oracle Open Office Writer : bullets;using automatically -Oracle Open Office Writer : business cards -Oracle Open Office Writer : business cards;creating and synchronizing -Oracle Open Office Writer : business cards;using templates -Oracle Open Office Writer : button bars, see toolbars -Oracle Open Office Writer : buttons -Oracle Open Office Writer : buttons;adding push buttons -Oracle Open Office Writer : buttons;big/small -Oracle Open Office Writer : buttons;editing hyperlink buttons -Oracle Open Office Writer : buttons;form functions -Oracle Open Office Writer : buttons;toolbars -Oracle Open Office Writer : cache for graphics -Oracle Open Office Writer : calculating -Oracle Open Office Writer : calculating;across multiple text tables -Oracle Open Office Writer : calculating;formulas/mean values -Oracle Open Office Writer : calculating;in text -Oracle Open Office Writer : calculating;in text tables -Oracle Open Office Writer : calculating;iterative references (Calc) -Oracle Open Office Writer : calculating;regression curves -Oracle Open Office Writer : calculating;sums in text tables -Oracle Open Office Writer : callouts -Oracle Open Office Writer : callouts;drawings -Oracle Open Office Writer : capital letters -Oracle Open Office Writer : capital letters;AutoCorrect function -Oracle Open Office Writer : capital letters;avoiding after specific abbreviations -Oracle Open Office Writer : capital letters;changing to small letters -Oracle Open Office Writer : capital letters;changing to small letters after periods -Oracle Open Office Writer : capital letters;font effects -Oracle Open Office Writer : capital letters;starting paragraphs -Oracle Open Office Writer : captions -Oracle Open Office Writer : captions;adding chapter numbers -Oracle Open Office Writer : captions;automatic captions (Writer) -Oracle Open Office Writer : captions;inserting and editing -Oracle Open Office Writer : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Writer : captions, see also labels/callouts -Oracle Open Office Writer : cascading update (Base) -Oracle Open Office Writer : case sensitivity -Oracle Open Office Writer : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Writer : case sensitivity;searching -Oracle Open Office Writer : cell merges -Oracle Open Office Writer : cells -Oracle Open Office Writer : cells;adapting the width by keyboard -Oracle Open Office Writer : cells;aligning -Oracle Open Office Writer : cells;backgrounds -Oracle Open Office Writer : cells;borders in text tables -Oracle Open Office Writer : cells;calculating sums -Oracle Open Office Writer : cells;coloring (Calc) -Oracle Open Office Writer : cells;cursor positions after input (Calc) -Oracle Open Office Writer : cells;enlarging and reducing in text tables -Oracle Open Office Writer : cells;formatting without effect (Calc) -Oracle Open Office Writer : cells;inserting from spreadsheets -Oracle Open Office Writer : cells;line breaks -Oracle Open Office Writer : cells;linked to controls -Oracle Open Office Writer : cells;merging/splitting -Oracle Open Office Writer : cells;number of -Oracle Open Office Writer : cells;pasting -Oracle Open Office Writer : cells;protecting/unprotecting -Oracle Open Office Writer : cells;resetting formats -Oracle Open Office Writer : cells;showing grid lines (Calc) -Oracle Open Office Writer : centered text -Oracle Open Office Writer : centering -Oracle Open Office Writer : centering;images on HTML pages -Oracle Open Office Writer : centering;text frames on pages -Oracle Open Office Writer : centimeters -Oracle Open Office Writer : central documents -Oracle Open Office Writer : certificates -Oracle Open Office Writer : changes -Oracle Open Office Writer : changes;accepting or rejecting -Oracle Open Office Writer : changes;automatic -Oracle Open Office Writer : changes;comparing to original -Oracle Open Office Writer : changes;protecting -Oracle Open Office Writer : changes;recording -Oracle Open Office Writer : changes;review function -Oracle Open Office Writer : changes;showing -Oracle Open Office Writer : changing -Oracle Open Office Writer : changing;bulleting symbols -Oracle Open Office Writer : changing;cases of text -Oracle Open Office Writer : changing;document titles -Oracle Open Office Writer : changing;field shadings -Oracle Open Office Writer : changing;fields, into text -Oracle Open Office Writer : changing;file associations in Setup program -Oracle Open Office Writer : changing;icon sizes -Oracle Open Office Writer : changing;indents -Oracle Open Office Writer : changing;links -Oracle Open Office Writer : changing;outline levels -Oracle Open Office Writer : changing;page backgrounds -Oracle Open Office Writer : changing;starting numbers in lists -Oracle Open Office Writer : changing;work directory -Oracle Open Office Writer : changing, see also editing and replacing -Oracle Open Office Writer : chapter names in headers -Oracle Open Office Writer : chapter numbering -Oracle Open Office Writer : chapter numbers in captions -Oracle Open Office Writer : character styles -Oracle Open Office Writer : character styles;language selection -Oracle Open Office Writer : character styles;style categories -Oracle Open Office Writer : characters -Oracle Open Office Writer : characters;alternative fonts -Oracle Open Office Writer : characters;Asian layout -Oracle Open Office Writer : characters;bold -Oracle Open Office Writer : characters;coloring -Oracle Open Office Writer : characters;counting -Oracle Open Office Writer : characters;displaying only on screen (Writer) -Oracle Open Office Writer : characters;enabling CTL and Asian characters -Oracle Open Office Writer : characters;finding all -Oracle Open Office Writer : characters;font effects -Oracle Open Office Writer : characters;fonts and formats -Oracle Open Office Writer : characters;hyperlinks -Oracle Open Office Writer : characters;italics -Oracle Open Office Writer : characters;language selection -Oracle Open Office Writer : characters;shadowed -Oracle Open Office Writer : characters;spacing -Oracle Open Office Writer : characters;special -Oracle Open Office Writer : characters;subscript and superscript -Oracle Open Office Writer : characters;underlining -Oracle Open Office Writer : characters;uppercase or lowercase -Oracle Open Office Writer : charcoal sketches filter -Oracle Open Office Writer : chart legends -Oracle Open Office Writer : chart legends;hiding -Oracle Open Office Writer : chart legends;showing icons with labels -Oracle Open Office Writer : chart types -Oracle Open Office Writer : chart types;area -Oracle Open Office Writer : chart types;bubble -Oracle Open Office Writer : chart types;column and bar -Oracle Open Office Writer : chart types;column and line -Oracle Open Office Writer : chart types;line -Oracle Open Office Writer : chart types;net -Oracle Open Office Writer : chart types;pie/donut -Oracle Open Office Writer : chart types;stock -Oracle Open Office Writer : chart types;XY (scatter) -Oracle Open Office Writer : charts -Oracle Open Office Writer : charts;3D views -Oracle Open Office Writer : charts;aligning -Oracle Open Office Writer : charts;arranging within stacks -Oracle Open Office Writer : charts;bars with textures -Oracle Open Office Writer : charts;borders -Oracle Open Office Writer : charts;choosing chart types -Oracle Open Office Writer : charts;colors -Oracle Open Office Writer : charts;copying from Calc into Writer -Oracle Open Office Writer : charts;copying with link to source cell range -Oracle Open Office Writer : charts;data labels -Oracle Open Office Writer : charts;displaying (Calc) -Oracle Open Office Writer : charts;editing axes -Oracle Open Office Writer : charts;editing data -Oracle Open Office Writer : charts;editing legends -Oracle Open Office Writer : charts;editing titles -Oracle Open Office Writer : charts;formatting areas -Oracle Open Office Writer : charts;formatting floors -Oracle Open Office Writer : charts;formatting walls -Oracle Open Office Writer : charts;inserting -Oracle Open Office Writer : charts;labeling -Oracle Open Office Writer : charts;overview -Oracle Open Office Writer : charts;positioning axes -Oracle Open Office Writer : charts;properties -Oracle Open Office Writer : charts;reorganizing -Oracle Open Office Writer : charts;scaling axes -Oracle Open Office Writer : charts;scaling text -Oracle Open Office Writer : charts;shortcuts -Oracle Open Office Writer : charts;showing axes -Oracle Open Office Writer : charts;updating automatically (Writer) -Oracle Open Office Writer : check box creation -Oracle Open Office Writer : checking spelling -Oracle Open Office Writer : checking spelling;all languages -Oracle Open Office Writer : checking spelling;manually -Oracle Open Office Writer : checking spelling;while typing -Oracle Open Office Writer : Chinese writing systems -Oracle Open Office Writer : choosing printers -Oracle Open Office Writer : circle drawings -Oracle Open Office Writer : Client Side ImageMap -Oracle Open Office Writer : clipboard -Oracle Open Office Writer : clipboard;calculating in text -Oracle Open Office Writer : clipboard;cutting -Oracle Open Office Writer : clipboard;pasting -Oracle Open Office Writer : clipboard;pasting formatted/unformatted text -Oracle Open Office Writer : clipboard;selection clipboard -Oracle Open Office Writer : clipboard;Unix -Oracle Open Office Writer : closing -Oracle Open Office Writer : closing;documents -Oracle Open Office Writer : closing;toolbars -Oracle Open Office Writer : collaboration -Oracle Open Office Writer : color bar -Oracle Open Office Writer : colors -Oracle Open Office Writer : colors;adding -Oracle Open Office Writer : colors;appearance -Oracle Open Office Writer : colors;backgrounds -Oracle Open Office Writer : colors;charts -Oracle Open Office Writer : colors;fill format -Oracle Open Office Writer : colors;fonts -Oracle Open Office Writer : colors;grid lines and cells (Calc) -Oracle Open Office Writer : colors;models -Oracle Open Office Writer : colors;not printing -Oracle Open Office Writer : colors;printing in grayscale -Oracle Open Office Writer : colors;restriction (Calc) -Oracle Open Office Writer : colors;selection -Oracle Open Office Writer : column and line charts -Oracle Open Office Writer : column charts -Oracle Open Office Writer : column headers -Oracle Open Office Writer : column headers;displaying (Calc) -Oracle Open Office Writer : column headers;highlighting (Calc) -Oracle Open Office Writer : columns -Oracle Open Office Writer : columns;breaks in text tables -Oracle Open Office Writer : columns;inserting in tables -Oracle Open Office Writer : columns;inserting/deleting in tables by keyboard -Oracle Open Office Writer : columns;on text pages -Oracle Open Office Writer : columns;selecting -Oracle Open Office Writer : columns;setting with the mouse -Oracle Open Office Writer : combination charts -Oracle Open Office Writer : combo box creation -Oracle Open Office Writer : command button creation -Oracle Open Office Writer : command buttons, see push buttons -Oracle Open Office Writer : command line parameters -Oracle Open Office Writer : commands -Oracle Open Office Writer : commands;repeating -Oracle Open Office Writer : commands;SQL -Oracle Open Office Writer : comments -Oracle Open Office Writer : comments;displaying (Calc) -Oracle Open Office Writer : comments;inserting/editing/deleting/printing -Oracle Open Office Writer : comments;on changes -Oracle Open Office Writer : comments;printing in text -Oracle Open Office Writer : common terms -Oracle Open Office Writer : common terms;Chinese dictionary -Oracle Open Office Writer : common terms;glossaries -Oracle Open Office Writer : common terms;Internet glossary -Oracle Open Office Writer : comparisons -Oracle Open Office Writer : comparisons;document versions -Oracle Open Office Writer : comparisons;operators in default filter dialog -Oracle Open Office Writer : compatibility settings for MS Word import -Oracle Open Office Writer : complete screen view -Oracle Open Office Writer : completion of words -Oracle Open Office Writer : complex text layout -Oracle Open Office Writer : complex text layout;definition -Oracle Open Office Writer : complex text layout;enabling -Oracle Open Office Writer : complex text layout, see CTL -Oracle Open Office Writer : compose key to insert special characters -Oracle Open Office Writer : concatenation, see ampersand symbol -Oracle Open Office Writer : concordance files -Oracle Open Office Writer : concordance files;definition -Oracle Open Office Writer : concordance files;indexes -Oracle Open Office Writer : conditional separators -Oracle Open Office Writer : conditional styles -Oracle Open Office Writer : conditional text -Oracle Open Office Writer : conditional text;page counts -Oracle Open Office Writer : conditional text;setting up -Oracle Open Office Writer : conditions -Oracle Open Office Writer : conditions;in fields and sections -Oracle Open Office Writer : conditions;in number formats -Oracle Open Office Writer : conditions;items in Data Navigator -Oracle Open Office Writer : conditions;user data fields -Oracle Open Office Writer : Configuration Manager -Oracle Open Office Writer : configuring -Oracle Open Office Writer : configuring;fax icon -Oracle Open Office Writer : configuring;Oracle Open Office -Oracle Open Office Writer : configuring;toolbars -Oracle Open Office Writer : connections to data sources (Base) -Oracle Open Office Writer : contents protection -Oracle Open Office Writer : context menus -Oracle Open Office Writer : continuation pages -Oracle Open Office Writer : contour editor -Oracle Open Office Writer : contour wrap -Oracle Open Office Writer : control point display in presentations -Oracle Open Office Writer : controls -Oracle Open Office Writer : controls;activating in forms -Oracle Open Office Writer : controls;adding to documents -Oracle Open Office Writer : controls;arranging in forms -Oracle Open Office Writer : controls;arranging within stacks -Oracle Open Office Writer : controls;assigning data sources -Oracle Open Office Writer : controls;assigning macros (Basic) -Oracle Open Office Writer : controls;bound fields/list contents/linked cells -Oracle Open Office Writer : controls;events -Oracle Open Office Writer : controls;focus -Oracle Open Office Writer : controls;formatted fields -Oracle Open Office Writer : controls;grouping -Oracle Open Office Writer : controls;hidden -Oracle Open Office Writer : controls;inserting -Oracle Open Office Writer : controls;multi-line titles -Oracle Open Office Writer : controls;positions and sizes -Oracle Open Office Writer : controls;printing -Oracle Open Office Writer : controls;properties of form controls -Oracle Open Office Writer : controls;properties of table controls -Oracle Open Office Writer : controls;reference by SQL -Oracle Open Office Writer : controls;rich text control -Oracle Open Office Writer : controls;select mode -Oracle Open Office Writer : controls;showing (Writer) -Oracle Open Office Writer : converters -Oracle Open Office Writer : converters;Euro converter -Oracle Open Office Writer : converters;PostScript, UNIX -Oracle Open Office Writer : converters;XML -Oracle Open Office Writer : converting -Oracle Open Office Writer : converting;fields, into text -Oracle Open Office Writer : converting;Hangul/Hanja -Oracle Open Office Writer : converting;metrics -Oracle Open Office Writer : converting;Microsoft documents -Oracle Open Office Writer : converting;Oracle Open Office documents -Oracle Open Office Writer : converting;Pocket PC formats -Oracle Open Office Writer : converting;sections, into normal text -Oracle Open Office Writer : converting;text, into tables -Oracle Open Office Writer : copies -Oracle Open Office Writer : copies;printing -Oracle Open Office Writer : copies;removing line breaks -Oracle Open Office Writer : copying -Oracle Open Office Writer : copying;by drag and drop -Oracle Open Office Writer : copying;charts from Oracle Open Office Calc -Oracle Open Office Writer : copying;data from text documents -Oracle Open Office Writer : copying;datasource records in spreadsheets -Oracle Open Office Writer : copying;draw objects -Oracle Open Office Writer : copying;draw objects between documents -Oracle Open Office Writer : copying;formatting -Oracle Open Office Writer : copying;from data source view -Oracle Open Office Writer : copying;from Gallery -Oracle Open Office Writer : copying;in Unix -Oracle Open Office Writer : copying;pictures, between documents -Oracle Open Office Writer : copying;sheet areas, to text documents -Oracle Open Office Writer : copying;styles, by fill format mode -Oracle Open Office Writer : copying;styles, from selections -Oracle Open Office Writer : copying;text sections -Oracle Open Office Writer : copying;to Gallery -Oracle Open Office Writer : copyright for Oracle Open Office -Oracle Open Office Writer : corner roundings -Oracle Open Office Writer : counting words -Oracle Open Office Writer : crash reports -Oracle Open Office Writer : criteria of query design (Base) -Oracle Open Office Writer : cropping pictures -Oracle Open Office Writer : cross-references -Oracle Open Office Writer : cross-references;inserting and updating -Oracle Open Office Writer : cross-references;inserting with Navigator -Oracle Open Office Writer : cross-references;modifying -Oracle Open Office Writer : CTL -Oracle Open Office Writer : CTL;(not) wrapping words -Oracle Open Office Writer : CTL;complex text layout languages -Oracle Open Office Writer : CTL;definition -Oracle Open Office Writer : CTL;options -Oracle Open Office Writer : currencies -Oracle Open Office Writer : currencies;converters -Oracle Open Office Writer : currencies;format codes -Oracle Open Office Writer : currency field creation -Oracle Open Office Writer : currency formats -Oracle Open Office Writer : cursor -Oracle Open Office Writer : cursor;allowing in protected areas (Writer) -Oracle Open Office Writer : cursor;direct cursor -Oracle Open Office Writer : cursor;in read-only text -Oracle Open Office Writer : cursor;quickly moving to an object -Oracle Open Office Writer : curves -Oracle Open Office Writer : curves;editing points -Oracle Open Office Writer : curves;properties in line charts/XY charts -Oracle Open Office Writer : custom dictionaries -Oracle Open Office Writer : custom dictionaries;editing -Oracle Open Office Writer : custom dictionaries;removing words from -Oracle Open Office Writer : custom hyphens (Writer) -Oracle Open Office Writer : custom quotes -Oracle Open Office Writer : custom templates -Oracle Open Office Writer : customizing -Oracle Open Office Writer : customizing;events -Oracle Open Office Writer : customizing;keyboard -Oracle Open Office Writer : customizing;menus -Oracle Open Office Writer : customizing;Oracle Open Office -Oracle Open Office Writer : customizing;round corners -Oracle Open Office Writer : customizing;toolbars -Oracle Open Office Writer : cutting -Oracle Open Office Writer : dashes -Oracle Open Office Writer : data -Oracle Open Office Writer : data;filtering in forms -Oracle Open Office Writer : data;forms and subforms -Oracle Open Office Writer : data;read-only -Oracle Open Office Writer : data;sorting in forms -Oracle Open Office Writer : data;user data -Oracle Open Office Writer : data binding change in XForms -Oracle Open Office Writer : data labels in charts -Oracle Open Office Writer : Data Navigator -Oracle Open Office Writer : Data Navigator;adding/editing items -Oracle Open Office Writer : Data Navigator;display options -Oracle Open Office Writer : data ranges in charts -Oracle Open Office Writer : data series -Oracle Open Office Writer : data source browser -Oracle Open Office Writer : data source explorer -Oracle Open Office Writer : data source view -Oracle Open Office Writer : data source view;drag and drop -Oracle Open Office Writer : data source view;overview -Oracle Open Office Writer : data source view;showing -Oracle Open Office Writer : data sources -Oracle Open Office Writer : data sources;as tables -Oracle Open Office Writer : data sources;connection settings (Base) -Oracle Open Office Writer : data sources;copying records to spreadsheets -Oracle Open Office Writer : data sources;displaying current -Oracle Open Office Writer : data sources;LDAP server (Base) -Oracle Open Office Writer : data sources;Oracle Open Office Base -Oracle Open Office Writer : data sources;registering address books -Oracle Open Office Writer : data sources;reports -Oracle Open Office Writer : data sources;setting for stock charts -Oracle Open Office Writer : data sources;viewing -Oracle Open Office Writer : data structure of XForms -Oracle Open Office Writer : data values in charts -Oracle Open Office Writer : data, see also values -Oracle Open Office Writer : database contents -Oracle Open Office Writer : database contents;inserting as tables -Oracle Open Office Writer : database contents;inserting as text -Oracle Open Office Writer : database reports -Oracle Open Office Writer : Database Wizard (Base) -Oracle Open Office Writer : databases -Oracle Open Office Writer : databases;administration through SQL (Base) -Oracle Open Office Writer : databases;ADO (Base) -Oracle Open Office Writer : databases;connecting (Base) -Oracle Open Office Writer : databases;creating -Oracle Open Office Writer : databases;creating bibliographies -Oracle Open Office Writer : databases;creating labels -Oracle Open Office Writer : databases;creating queries -Oracle Open Office Writer : databases;creating reports -Oracle Open Office Writer : databases;creating tables -Oracle Open Office Writer : databases;deleting (Base) -Oracle Open Office Writer : databases;drag and drop (Base) -Oracle Open Office Writer : databases;editing tables -Oracle Open Office Writer : databases;exchanging -Oracle Open Office Writer : databases;form filters -Oracle Open Office Writer : databases;formats (Base) -Oracle Open Office Writer : databases;importing/exporting -Oracle Open Office Writer : databases;in conditions -Oracle Open Office Writer : databases;JDBC (Base) -Oracle Open Office Writer : databases;main page (Base) -Oracle Open Office Writer : databases;ODBC (Base) -Oracle Open Office Writer : databases;overview -Oracle Open Office Writer : databases;registering (Base) -Oracle Open Office Writer : databases;searching records -Oracle Open Office Writer : databases;shortcut keys -Oracle Open Office Writer : databases;sorting -Oracle Open Office Writer : databases;standard filters -Oracle Open Office Writer : databases;text formats -Oracle Open Office Writer : databases;viewing -Oracle Open Office Writer : date fields -Oracle Open Office Writer : date fields;creating -Oracle Open Office Writer : date fields;fixed/variable -Oracle Open Office Writer : date fields;HTML -Oracle Open Office Writer : date fields;properties -Oracle Open Office Writer : date formats -Oracle Open Office Writer : dates -Oracle Open Office Writer : dates;default (Calc) -Oracle Open Office Writer : dates;formatting automatically in tables -Oracle Open Office Writer : dates;inserting -Oracle Open Office Writer : dates;printing in presentations -Oracle Open Office Writer : dates;start 1900/01/01 (Calc) -Oracle Open Office Writer : dates;start 1904/01/01 (Calc) -Oracle Open Office Writer : dBASE -Oracle Open Office Writer : dBASE;database settings (Base) -Oracle Open Office Writer : DDE -Oracle Open Office Writer : DDE;command for inserting sections -Oracle Open Office Writer : DDE;definition -Oracle Open Office Writer : DDE;inserting tables -Oracle Open Office Writer : deactivating -Oracle Open Office Writer : deactivating;plug-ins -Oracle Open Office Writer : deactivating;word completion -Oracle Open Office Writer : decimal places displayed (Calc) -Oracle Open Office Writer : decimal separator key -Oracle Open Office Writer : decimal tab stops -Oracle Open Office Writer : default directories -Oracle Open Office Writer : default filters -Oracle Open Office Writer : default filters;comparison operators -Oracle Open Office Writer : default filters;databases -Oracle Open Office Writer : default printer -Oracle Open Office Writer : default printer;setting up -Oracle Open Office Writer : default printer;UNIX -Oracle Open Office Writer : default templates -Oracle Open Office Writer : default templates;changing -Oracle Open Office Writer : default templates;defining/resetting -Oracle Open Office Writer : default templates;organizing -Oracle Open Office Writer : defaults -Oracle Open Office Writer : defaults;documents -Oracle Open Office Writer : defaults;file formats in file dialogs -Oracle Open Office Writer : defaults;file formats in Oracle Open Office -Oracle Open Office Writer : defaults;fonts -Oracle Open Office Writer : defaults;grids (Writer/Calc) -Oracle Open Office Writer : defaults;languages -Oracle Open Office Writer : defaults;number formats -Oracle Open Office Writer : defaults;of saving -Oracle Open Office Writer : defaults;program configuration -Oracle Open Office Writer : defaults;tab stops in text -Oracle Open Office Writer : defaults;templates -Oracle Open Office Writer : defaults;views -Oracle Open Office Writer : defining -Oracle Open Office Writer : defining;arrowheads and other line ends -Oracle Open Office Writer : defining;colors -Oracle Open Office Writer : defining;conditions -Oracle Open Office Writer : defining;headers/footers -Oracle Open Office Writer : defining;line styles -Oracle Open Office Writer : defining;object borders -Oracle Open Office Writer : defining;page borders -Oracle Open Office Writer : defining;page styles -Oracle Open Office Writer : defining;paragraph borders -Oracle Open Office Writer : defining;queries (Base) -Oracle Open Office Writer : defining;starting page numbers -Oracle Open Office Writer : defining;table borders -Oracle Open Office Writer : defining;table borders in Writer -Oracle Open Office Writer : deleting -Oracle Open Office Writer : deleting;all direct formatting -Oracle Open Office Writer : deleting;comments -Oracle Open Office Writer : deleting;databases (Base) -Oracle Open Office Writer : deleting;entries of indexes/tables of contents -Oracle Open Office Writer : deleting;footnotes -Oracle Open Office Writer : deleting;heading numbers -Oracle Open Office Writer : deleting;hyperlinks -Oracle Open Office Writer : deleting;indexes/tables of contents -Oracle Open Office Writer : deleting;line breaks -Oracle Open Office Writer : deleting;lines in text -Oracle Open Office Writer : deleting;models/instances -Oracle Open Office Writer : deleting;namespaces in XForms -Oracle Open Office Writer : deleting;numbers in lists -Oracle Open Office Writer : deleting;page breaks -Oracle Open Office Writer : deleting;rows/columns, by keyboard -Oracle Open Office Writer : deleting;tab stops -Oracle Open Office Writer : deleting;tables or table contents -Oracle Open Office Writer : deleting;templates -Oracle Open Office Writer : deleting;words in user-defined dictionaries -Oracle Open Office Writer : deleting;XML filters -Oracle Open Office Writer : demoting heading levels -Oracle Open Office Writer : depth stagger -Oracle Open Office Writer : descriptions for objects -Oracle Open Office Writer : design mode after saving -Oracle Open Office Writer : design view -Oracle Open Office Writer : design view;creating forms -Oracle Open Office Writer : design view;queries/views (Base) -Oracle Open Office Writer : designing -Oracle Open Office Writer : designing;database tables -Oracle Open Office Writer : designing;fonts -Oracle Open Office Writer : designing;queries (Base) -Oracle Open Office Writer : detaching toolbars -Oracle Open Office Writer : dictionaries -Oracle Open Office Writer : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Writer : dictionaries;creating -Oracle Open Office Writer : dictionaries;editing user-defined -Oracle Open Office Writer : dictionaries;spellcheck -Oracle Open Office Writer : dictionaries;thesaurus -Oracle Open Office Writer : dictionaries, see also languages -Oracle Open Office Writer : digital signatures -Oracle Open Office Writer : digital signatures;getting/managing/applying -Oracle Open Office Writer : digital signatures;overview -Oracle Open Office Writer : digital signatures;WebDAV over HTTPS -Oracle Open Office Writer : direct cursor -Oracle Open Office Writer : direct cursor;restriction -Oracle Open Office Writer : direct cursor;settings -Oracle Open Office Writer : direct formatting -Oracle Open Office Writer : direct formatting;exiting -Oracle Open Office Writer : direct formatting;undoing all -Oracle Open Office Writer : directories -Oracle Open Office Writer : directories;creating new -Oracle Open Office Writer : directories;directory structure -Oracle Open Office Writer : disabled persons -Oracle Open Office Writer : disabling -Oracle Open Office Writer : disabling;field highlighting -Oracle Open Office Writer : disabling;smart tags -Oracle Open Office Writer : disabling;word completion -Oracle Open Office Writer : displaying -Oracle Open Office Writer : displaying;comments (Calc) -Oracle Open Office Writer : displaying;comments in text documents -Oracle Open Office Writer : displaying;hidden text -Oracle Open Office Writer : displaying;non-printing characters (Writer) -Oracle Open Office Writer : displaying;pictures and objects (Writer) -Oracle Open Office Writer : displaying;tables (Writer) -Oracle Open Office Writer : displaying;zero values (Calc) -Oracle Open Office Writer : distances -Oracle Open Office Writer : distinct values in SQL queries -Oracle Open Office Writer : distorting in drawings -Oracle Open Office Writer : distributing XML filters -Oracle Open Office Writer : dividing tables -Oracle Open Office Writer : DocInformation fields -Oracle Open Office Writer : docking -Oracle Open Office Writer : docking;definition -Oracle Open Office Writer : docking;Navigator window -Oracle Open Office Writer : docking;toolbars -Oracle Open Office Writer : docking;windows -Oracle Open Office Writer : Document Converter Wizard -Oracle Open Office Writer : Document Map, see Navigator -Oracle Open Office Writer : document templates -Oracle Open Office Writer : document types in Oracle Open Office -Oracle Open Office Writer : documents -Oracle Open Office Writer : documents;changing titles -Oracle Open Office Writer : documents;closing -Oracle Open Office Writer : documents;comparing -Oracle Open Office Writer : documents;contents as lists -Oracle Open Office Writer : documents;editing time -Oracle Open Office Writer : documents;exporting -Oracle Open Office Writer : documents;importing -Oracle Open Office Writer : documents;languages -Oracle Open Office Writer : documents;master documents and subdocuments -Oracle Open Office Writer : documents;measurement units in -Oracle Open Office Writer : documents;merging -Oracle Open Office Writer : documents;number of pages/tables/sheets -Oracle Open Office Writer : documents;number of words/characters -Oracle Open Office Writer : documents;opening -Oracle Open Office Writer : documents;opening in design mode -Oracle Open Office Writer : documents;opening with templates -Oracle Open Office Writer : documents;organizing -Oracle Open Office Writer : documents;printing -Oracle Open Office Writer : documents;read-only -Oracle Open Office Writer : documents;reloading -Oracle Open Office Writer : documents;saving -Oracle Open Office Writer : documents;saving automatically -Oracle Open Office Writer : documents;saving in other formats -Oracle Open Office Writer : documents;sending as e-mail -Oracle Open Office Writer : documents;styles changed -Oracle Open Office Writer : documents;version management -Oracle Open Office Writer : documents;version numbers -Oracle Open Office Writer : donut charts -Oracle Open Office Writer : dotted areas -Oracle Open Office Writer : double-line spacing in paragraphs -Oracle Open Office Writer : double-line writing in Asian layout -Oracle Open Office Writer : drag and drop -Oracle Open Office Writer : drag and drop;copying and pasting text -Oracle Open Office Writer : drag and drop;creating new styles -Oracle Open Office Writer : drag and drop;data source view -Oracle Open Office Writer : drag and drop;from Gallery to draw objects -Oracle Open Office Writer : drag and drop;overview -Oracle Open Office Writer : drag and drop;pictures -Oracle Open Office Writer : drag and drop;to Gallery -Oracle Open Office Writer : draw objects -Oracle Open Office Writer : draw objects;adding/editing/copying -Oracle Open Office Writer : draw objects;anchoring -Oracle Open Office Writer : draw objects;arranging within stacks -Oracle Open Office Writer : draw objects;copying between documents -Oracle Open Office Writer : draw objects;cross-referencing -Oracle Open Office Writer : draw objects;displaying (Calc) -Oracle Open Office Writer : draw objects;dropping Gallery pictures -Oracle Open Office Writer : draw objects;flipping -Oracle Open Office Writer : draw objects;inserting captions -Oracle Open Office Writer : draw objects;legends -Oracle Open Office Writer : draw objects;positioning and resizing -Oracle Open Office Writer : draw objects;protecting -Oracle Open Office Writer : draw objects;slanting -Oracle Open Office Writer : draw objects;text in -Oracle Open Office Writer : Drawing bar -Oracle Open Office Writer : drawing lines in text -Oracle Open Office Writer : drawings -Oracle Open Office Writer : drawings;creating/opening -Oracle Open Office Writer : drawings;languages -Oracle Open Office Writer : drawings;printing -Oracle Open Office Writer : drawings;printing defaults -Oracle Open Office Writer : drawings;printing in text documents -Oracle Open Office Writer : drawings;saving -Oracle Open Office Writer : drawings;saving automatically -Oracle Open Office Writer : drawings;saving in other formats -Oracle Open Office Writer : drawings;sending as e-mail -Oracle Open Office Writer : drawings;showing (Writer) -Oracle Open Office Writer : drawings, see also draw objects -Oracle Open Office Writer : drop caps insertion -Oracle Open Office Writer : drop-down lists in form functions -Oracle Open Office Writer : e-mail attachments -Oracle Open Office Writer : Edit File icon -Oracle Open Office Writer : edit mode -Oracle Open Office Writer : edit mode;after opening -Oracle Open Office Writer : edit mode;through Enter key (Calc) -Oracle Open Office Writer : Edit Points bar -Oracle Open Office Writer : editing -Oracle Open Office Writer : editing;captions -Oracle Open Office Writer : editing;chart axes -Oracle Open Office Writer : editing;chart data -Oracle Open Office Writer : editing;chart legends -Oracle Open Office Writer : editing;chart titles -Oracle Open Office Writer : editing;comments -Oracle Open Office Writer : editing;concordance files -Oracle Open Office Writer : editing;cross-references -Oracle Open Office Writer : editing;data binding of XForms -Oracle Open Office Writer : editing;database tables and queries -Oracle Open Office Writer : editing;draw objects -Oracle Open Office Writer : editing;Fontwork objects -Oracle Open Office Writer : editing;footnotes/endnotes -Oracle Open Office Writer : editing;hyperlinks -Oracle Open Office Writer : editing;index format -Oracle Open Office Writer : editing;indexes/tables of contents -Oracle Open Office Writer : editing;menus -Oracle Open Office Writer : editing;objects -Oracle Open Office Writer : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Writer : editing;pictures -Oracle Open Office Writer : editing;reports -Oracle Open Office Writer : editing;sections -Oracle Open Office Writer : editing;shortcut keys -Oracle Open Office Writer : editing;tab stops -Oracle Open Office Writer : editing;table/index entries -Oracle Open Office Writer : editing;templates -Oracle Open Office Writer : editing;text frames -Oracle Open Office Writer : editing;titles -Oracle Open Office Writer : editing;toolbars -Oracle Open Office Writer : editing;undoing -Oracle Open Office Writer : editing;XForms -Oracle Open Office Writer : editing time of documents -Oracle Open Office Writer : editors -Oracle Open Office Writer : editors;contour editor -Oracle Open Office Writer : editors;formula editor -Oracle Open Office Writer : editors;ImageMap editor -Oracle Open Office Writer : effects -Oracle Open Office Writer : effects;font positions -Oracle Open Office Writer : effects;fonts -Oracle Open Office Writer : effects;Fontwork icons -Oracle Open Office Writer : effects;text animation -Oracle Open Office Writer : emphasizing text -Oracle Open Office Writer : empty documents -Oracle Open Office Writer : empty page with alternating page styles -Oracle Open Office Writer : empty paragraph removal -Oracle Open Office Writer : encryption of contents -Oracle Open Office Writer : endnotes -Oracle Open Office Writer : endnotes;inserting and editing -Oracle Open Office Writer : endnotes;spacing -Oracle Open Office Writer : enlarging columns,cells and table rows -Oracle Open Office Writer : entering groups -Oracle Open Office Writer : entering text from right to left -Oracle Open Office Writer : entering text with direct cursor -Oracle Open Office Writer : entries -Oracle Open Office Writer : entries;bibliographies -Oracle Open Office Writer : entries;defining in indexes/tables of contents -Oracle Open Office Writer : entries;in tables of contents, as hyperlinks -Oracle Open Office Writer : envelopes -Oracle Open Office Writer : equal sign, see also operators -Oracle Open Office Writer : equations in formula editor -Oracle Open Office Writer : error bars in charts -Oracle Open Office Writer : error indicators in charts -Oracle Open Office Writer : Error Report Tool -Oracle Open Office Writer : Euro -Oracle Open Office Writer : Euro;currency formats -Oracle Open Office Writer : Euro;Euro Converter Wizard -Oracle Open Office Writer : even/odd pages -Oracle Open Office Writer : even/odd pages;formatting -Oracle Open Office Writer : even/odd pages;printing -Oracle Open Office Writer : events -Oracle Open Office Writer : events;assigning scripts -Oracle Open Office Writer : events;controls -Oracle Open Office Writer : events;customizing -Oracle Open Office Writer : events;in forms -Oracle Open Office Writer : examples for regular expressions -Oracle Open Office Writer : Excel -Oracle Open Office Writer : Excel;saving as -Oracle Open Office Writer : Excel;search criteria -Oracle Open Office Writer : exceptions -Oracle Open Office Writer : exceptions;AutoCorrect function -Oracle Open Office Writer : exceptions;user-defined dictionaries -Oracle Open Office Writer : exchanging databases -Oracle Open Office Writer : exchanging, see also replacing -Oracle Open Office Writer : executing SQL commands -Oracle Open Office Writer : exiting -Oracle Open Office Writer : exiting;direct formatting -Oracle Open Office Writer : exiting;groups -Oracle Open Office Writer : exiting;Oracle Open Office -Oracle Open Office Writer : expanding formatting (Calc) -Oracle Open Office Writer : explorer of data sources -Oracle Open Office Writer : export filters -Oracle Open Office Writer : exporting -Oracle Open Office Writer : exporting;bitmaps -Oracle Open Office Writer : exporting;HTML and text documents -Oracle Open Office Writer : exporting;Microsoft Office documents with VBA code -Oracle Open Office Writer : exporting;spreadsheets to text format -Oracle Open Office Writer : exporting;templates -Oracle Open Office Writer : exporting;to foreign formats -Oracle Open Office Writer : exporting;to HTML -Oracle Open Office Writer : exporting;to Microsoft Office formats -Oracle Open Office Writer : exporting;to PDF -Oracle Open Office Writer : exporting;to PostScript format -Oracle Open Office Writer : exporting;to XML -Oracle Open Office Writer : exporting;XML files -Oracle Open Office Writer : extended tips in Help -Oracle Open Office Writer : extension mode in text -Oracle Open Office Writer : extensions -Oracle Open Office Writer : extensions;Extension Manager -Oracle Open Office Writer : extensions;file formats -Oracle Open Office Writer : external keys (Base) -Oracle Open Office Writer : faster printing -Oracle Open Office Writer : faxes -Oracle Open Office Writer : faxes;configuring Oracle Open Office -Oracle Open Office Writer : faxes;fax programs/fax printers under UNIX -Oracle Open Office Writer : faxes;selecting a fax machine -Oracle Open Office Writer : faxes;sending -Oracle Open Office Writer : faxes;wizards -Oracle Open Office Writer : feedback -Oracle Open Office Writer : feedback;automatically -Oracle Open Office Writer : fields -Oracle Open Office Writer : fields;converting into text -Oracle Open Office Writer : fields;database tables -Oracle Open Office Writer : fields;defining conditions -Oracle Open Office Writer : fields;displaying field codes (Writer) -Oracle Open Office Writer : fields;formatted fields -Oracle Open Office Writer : fields;HTML import and export -Oracle Open Office Writer : fields;input fields in text -Oracle Open Office Writer : fields;inserting time -Oracle Open Office Writer : fields;subject -Oracle Open Office Writer : fields;updating automatically (Writer) -Oracle Open Office Writer : fields;updating/viewing -Oracle Open Office Writer : fields;user data -Oracle Open Office Writer : file associations for Microsoft Office -Oracle Open Office Writer : file filters -Oracle Open Office Writer : file filters;mobile devices -Oracle Open Office Writer : file filters;XML -Oracle Open Office Writer : file formats -Oracle Open Office Writer : file formats;changing Oracle Open Office defaults -Oracle Open Office Writer : file formats;OpenDocument/XML -Oracle Open Office Writer : file formats;saving always in other formats -Oracle Open Office Writer : file selection button -Oracle Open Office Writer : file sharing options for current document -Oracle Open Office Writer : files -Oracle Open Office Writer : files;filters and formats -Oracle Open Office Writer : files;importing -Oracle Open Office Writer : files;opening -Oracle Open Office Writer : files;opening with placeholders -Oracle Open Office Writer : files;properties -Oracle Open Office Writer : files;saving -Oracle Open Office Writer : files;saving automatically -Oracle Open Office Writer : files;saving in other formats -Oracle Open Office Writer : files;sending as e-mail -Oracle Open Office Writer : files;version numbers -Oracle Open Office Writer : files and folders in Oracle Open Office -Oracle Open Office Writer : fill characters with tabulators -Oracle Open Office Writer : fill colors for areas -Oracle Open Office Writer : fill format mode -Oracle Open Office Writer : fill patterns for areas -Oracle Open Office Writer : filter conditions -Oracle Open Office Writer : filter conditions;connecting -Oracle Open Office Writer : filter conditions;in queries (Base) -Oracle Open Office Writer : filtering -Oracle Open Office Writer : filtering;data in databases -Oracle Open Office Writer : filtering;data in forms -Oracle Open Office Writer : filters -Oracle Open Office Writer : filters;comparison operators -Oracle Open Office Writer : filters;for import and export -Oracle Open Office Writer : filters;Navigator -Oracle Open Office Writer : filters;pictures -Oracle Open Office Writer : filters;XML filter settings -Oracle Open Office Writer : Find tab in Help -Oracle Open Office Writer : finding -Oracle Open Office Writer : finding;in all sheets -Oracle Open Office Writer : finding;records in form documents -Oracle Open Office Writer : finding;selections -Oracle Open Office Writer : finding;similarity search -Oracle Open Office Writer : finding;text/text formats/styles/objects -Oracle Open Office Writer : first letters as large capital letters -Oracle Open Office Writer : First Page page style -Oracle Open Office Writer : fitting to pages -Oracle Open Office Writer : fitting to pages;print settings in Math -Oracle Open Office Writer : fitting to pages;print settings in presentations -Oracle Open Office Writer : fixed dates -Oracle Open Office Writer : fixed text -Oracle Open Office Writer : fixed text;form functions -Oracle Open Office Writer : fixing toolbars -Oracle Open Office Writer : flipping draw objects -Oracle Open Office Writer : floating frames in HTML documents -Oracle Open Office Writer : floating titles in headers -Oracle Open Office Writer : floating toolbars -Oracle Open Office Writer : focus of controls -Oracle Open Office Writer : folder creation -Oracle Open Office Writer : font attributes -Oracle Open Office Writer : font attributes;resetting -Oracle Open Office Writer : font lists -Oracle Open Office Writer : font name box -Oracle Open Office Writer : font sizes -Oracle Open Office Writer : font sizes;bullets -Oracle Open Office Writer : font sizes;relative changes -Oracle Open Office Writer : font sizes;scaling on screen -Oracle Open Office Writer : font sizes;text -Oracle Open Office Writer : fonts -Oracle Open Office Writer : fonts;adding under UNIX -Oracle Open Office Writer : fonts;changing in templates -Oracle Open Office Writer : fonts;colors -Oracle Open Office Writer : fonts;default settings -Oracle Open Office Writer : fonts;effects -Oracle Open Office Writer : fonts;for HTML and Basic -Oracle Open Office Writer : fonts;formats -Oracle Open Office Writer : fonts;outlines -Oracle Open Office Writer : fonts;positions in text -Oracle Open Office Writer : fonts;resetting -Oracle Open Office Writer : fonts;shadows -Oracle Open Office Writer : fonts;specifying several -Oracle Open Office Writer : fonts;strikethrough -Oracle Open Office Writer : fonts;styles -Oracle Open Office Writer : fonts;text objects -Oracle Open Office Writer : Fontwork icons -Oracle Open Office Writer : footers -Oracle Open Office Writer : footers;about -Oracle Open Office Writer : footers;backgrounds -Oracle Open Office Writer : footers;defining for left and right pages -Oracle Open Office Writer : footers;formatting -Oracle Open Office Writer : footers;inserting -Oracle Open Office Writer : footers;with page numbers -Oracle Open Office Writer : footnotes -Oracle Open Office Writer : footnotes;inserting and editing -Oracle Open Office Writer : footnotes;spacing -Oracle Open Office Writer : form controls -Oracle Open Office Writer : form controls;assigning macros -Oracle Open Office Writer : form controls;protecting -Oracle Open Office Writer : form controls;toolbars -Oracle Open Office Writer : form fields -Oracle Open Office Writer : form filters -Oracle Open Office Writer : form letters -Oracle Open Office Writer : Form Navigator -Oracle Open Office Writer : format codes -Oracle Open Office Writer : format codes;numbers -Oracle Open Office Writer : format filling printing in Oracle Open Office Math -Oracle Open Office Writer : Format Paintbrush -Oracle Open Office Writer : formats -Oracle Open Office Writer : formats;Asian layout -Oracle Open Office Writer : formats;copying and pasting -Oracle Open Office Writer : formats;finding and replacing -Oracle Open Office Writer : formats;fonts -Oracle Open Office Writer : formats;maximizing page formats -Oracle Open Office Writer : formats;number and currency formats -Oracle Open Office Writer : formats;of currencies/date/time -Oracle Open Office Writer : formats;on opening and saving -Oracle Open Office Writer : formats;pasting in special formats -Oracle Open Office Writer : formats;positions -Oracle Open Office Writer : formats;resetting -Oracle Open Office Writer : formats;tabulators -Oracle Open Office Writer : formatted fields -Oracle Open Office Writer : formatted fields;form functions -Oracle Open Office Writer : formatted fields;properties -Oracle Open Office Writer : formatting -Oracle Open Office Writer : formatting;Asian typography -Oracle Open Office Writer : formatting;axes in charts -Oracle Open Office Writer : formatting;bold, while typing -Oracle Open Office Writer : formatting;bullets -Oracle Open Office Writer : formatting;changing individual pages -Oracle Open Office Writer : formatting;chart areas -Oracle Open Office Writer : formatting;chart floors -Oracle Open Office Writer : formatting;chart legends -Oracle Open Office Writer : formatting;chart titles -Oracle Open Office Writer : formatting;chart walls -Oracle Open Office Writer : formatting;contour wrap -Oracle Open Office Writer : formatting;copying -Oracle Open Office Writer : formatting;definition -Oracle Open Office Writer : formatting;even/odd pages -Oracle Open Office Writer : formatting;exiting direct formatting -Oracle Open Office Writer : formatting;expanding (Calc) -Oracle Open Office Writer : formatting;font effects -Oracle Open Office Writer : formatting;hyperlinks -Oracle Open Office Writer : formatting;indenting paragraphs -Oracle Open Office Writer : formatting;indexes and tables of contents -Oracle Open Office Writer : formatting;numbered lists -Oracle Open Office Writer : formatting;page numbers -Oracle Open Office Writer : formatting;pages -Oracle Open Office Writer : formatting;printer metrics (Writer) -Oracle Open Office Writer : formatting;register-true text -Oracle Open Office Writer : formatting;undoing -Oracle Open Office Writer : formatting;undoing when writing -Oracle Open Office Writer : formatting styles -Oracle Open Office Writer : formatting styles;importing -Oracle Open Office Writer : formatting styles;styles and templates -Oracle Open Office Writer : forms -Oracle Open Office Writer : forms;browsing -Oracle Open Office Writer : forms;Combo Box/List Box Wizard -Oracle Open Office Writer : forms;creating -Oracle Open Office Writer : forms;data -Oracle Open Office Writer : forms;designing (Base) -Oracle Open Office Writer : forms;events -Oracle Open Office Writer : forms;filtering data -Oracle Open Office Writer : forms;finding records -Oracle Open Office Writer : forms;focus after opening -Oracle Open Office Writer : forms;general information (Base) -Oracle Open Office Writer : forms;grouping controls -Oracle Open Office Writer : forms;HTML filters -Oracle Open Office Writer : forms;Navigator -Oracle Open Office Writer : forms;opening in design mode -Oracle Open Office Writer : forms;properties -Oracle Open Office Writer : forms;sorting data -Oracle Open Office Writer : forms;subforms -Oracle Open Office Writer : forms;wizards -Oracle Open Office Writer : forms;XForms -Oracle Open Office Writer : formula texts -Oracle Open Office Writer : formula texts;printing in Oracle Open Office Math -Oracle Open Office Writer : formulas -Oracle Open Office Writer : formulas;calculating in text -Oracle Open Office Writer : formulas;complex formulas in text -Oracle Open Office Writer : formulas;new -Oracle Open Office Writer : formulas;pasting results in text documents -Oracle Open Office Writer : formulas;starting formula editor -Oracle Open Office Writer : formulas in reports -Oracle Open Office Writer : formulas in reports;editing -Oracle Open Office Writer : formulating conditions -Oracle Open Office Writer : forums and support -Oracle Open Office Writer : frames -Oracle Open Office Writer : frames;anchoring options -Oracle Open Office Writer : frames;around objects -Oracle Open Office Writer : frames;around pages -Oracle Open Office Writer : frames;around paragraphs -Oracle Open Office Writer : frames;around tables -Oracle Open Office Writer : frames;around text tables -Oracle Open Office Writer : frames;AutoCorrect function -Oracle Open Office Writer : frames;backgrounds -Oracle Open Office Writer : frames;captions (Writer) -Oracle Open Office Writer : frames;defining hyperlinks -Oracle Open Office Writer : frames;jumping to -Oracle Open Office Writer : frames;labeling -Oracle Open Office Writer : frames;linking -Oracle Open Office Writer : frames;printing in Oracle Open Office Math -Oracle Open Office Writer : frames;protecting -Oracle Open Office Writer : frames;selection frames -Oracle Open Office Writer : frames;styles -Oracle Open Office Writer : frames;text fitting to frames -Oracle Open Office Writer : frames;unlinking -Oracle Open Office Writer : freeform lines -Oracle Open Office Writer : freeform lines;draw functions -Oracle Open Office Writer : FTP -Oracle Open Office Writer : FTP;opening documents -Oracle Open Office Writer : FTP;saving documents -Oracle Open Office Writer : full joins (Base) -Oracle Open Office Writer : full screen view -Oracle Open Office Writer : full-text search in Help -Oracle Open Office Writer : functions in reports -Oracle Open Office Writer : functions in reports;editing -Oracle Open Office Writer : Gallery -Oracle Open Office Writer : Gallery;adding pictures -Oracle Open Office Writer : Gallery;docking and resizing -Oracle Open Office Writer : Gallery;dragging pictures to draw objects -Oracle Open Office Writer : Gallery;hiding/showing -Oracle Open Office Writer : Gallery;inserting pictures from -Oracle Open Office Writer : get method for form transmissions -Oracle Open Office Writer : getting support -Oracle Open Office Writer : GIF format -Oracle Open Office Writer : glossaries -Oracle Open Office Writer : glossaries;common terms -Oracle Open Office Writer : glossaries;Internet terms -Oracle Open Office Writer : gradients off for faster printing -Oracle Open Office Writer : grammar checker -Oracle Open Office Writer : graphic objects, see draw objects -Oracle Open Office Writer : graphical text art -Oracle Open Office Writer : graphics -Oracle Open Office Writer : graphics;cache -Oracle Open Office Writer : graphics;do not show -Oracle Open Office Writer : graphics;protecting -Oracle Open Office Writer : graphics, see also pictures -Oracle Open Office Writer : grayscale printing -Oracle Open Office Writer : grid controls -Oracle Open Office Writer : grid controls;form functions -Oracle Open Office Writer : grids -Oracle Open Office Writer : grids;defaults (Writer/Calc) -Oracle Open Office Writer : grids;display options (Impress/Draw) -Oracle Open Office Writer : grids;displaying lines (Calc) -Oracle Open Office Writer : grids;formatting axes -Oracle Open Office Writer : grids;inserting in charts -Oracle Open Office Writer : group box creation -Oracle Open Office Writer : groups -Oracle Open Office Writer : groups;entering/exiting/ungrouping -Oracle Open Office Writer : groups;naming -Oracle Open Office Writer : groups;of controls -Oracle Open Office Writer : guides -Oracle Open Office Writer : guides;display options (Impress/Draw) -Oracle Open Office Writer : guides;displaying when moving objects (Impress) -Oracle Open Office Writer : guides;showing (Calc) -Oracle Open Office Writer : guides;showing when moving frames (Writer) -Oracle Open Office Writer : gutter -Oracle Open Office Writer : handles -Oracle Open Office Writer : handles;displaying (Writer) -Oracle Open Office Writer : handles;scaling -Oracle Open Office Writer : handles;showing simple/large handles (Calc) -Oracle Open Office Writer : hanging indents in paragraphs -Oracle Open Office Writer : Hangul/Hanja -Oracle Open Office Writer : hard returns in pasted text -Oracle Open Office Writer : hatching -Oracle Open Office Writer : headers -Oracle Open Office Writer : headers;about -Oracle Open Office Writer : headers;backgrounds -Oracle Open Office Writer : headers;chapter information -Oracle Open Office Writer : headers;defining for left and right pages -Oracle Open Office Writer : headers;formatting -Oracle Open Office Writer : headers;inserting -Oracle Open Office Writer : headings -Oracle Open Office Writer : headings;automatic -Oracle Open Office Writer : headings;entering as text box -Oracle Open Office Writer : headings;jumping to -Oracle Open Office Writer : headings;numbering/paragraph styles -Oracle Open Office Writer : headings;rearranging -Oracle Open Office Writer : headings;repeating in tables -Oracle Open Office Writer : headings;starting with tab stops -Oracle Open Office Writer : headings;switching levels by keyboard -Oracle Open Office Writer : Hebrew -Oracle Open Office Writer : Hebrew;entering text -Oracle Open Office Writer : Hebrew;language settings -Oracle Open Office Writer : Help -Oracle Open Office Writer : Help;bookmarks -Oracle Open Office Writer : Help;extended tips on/off -Oracle Open Office Writer : Help;full-text search -Oracle Open Office Writer : Help;Help tips -Oracle Open Office Writer : Help;keywords -Oracle Open Office Writer : Help;navigation pane showing/hiding -Oracle Open Office Writer : Help;style sheets -Oracle Open Office Writer : Help;topics -Oracle Open Office Writer : Help Agent -Oracle Open Office Writer : Help Agent;help -Oracle Open Office Writer : Help Agent;options -Oracle Open Office Writer : Help tips -Oracle Open Office Writer : Help tips;fields -Oracle Open Office Writer : Help tips;hiding -Oracle Open Office Writer : hidden controls in Form Navigator -Oracle Open Office Writer : hidden fields display (Writer) -Oracle Open Office Writer : hidden pages -Oracle Open Office Writer : hidden pages;printing in presentations -Oracle Open Office Writer : hidden text -Oracle Open Office Writer : hidden text;displaying -Oracle Open Office Writer : hidden text;showing (Writer) -Oracle Open Office Writer : hiding -Oracle Open Office Writer : hiding;changes -Oracle Open Office Writer : hiding;chart legends -Oracle Open Office Writer : hiding;database fields -Oracle Open Office Writer : hiding;docked windows -Oracle Open Office Writer : hiding;navigation pane in Help window -Oracle Open Office Writer : hiding;rulers -Oracle Open Office Writer : hiding;sections -Oracle Open Office Writer : hiding;text, from specific users -Oracle Open Office Writer : hiding;text, with conditions -Oracle Open Office Writer : high contrast mode -Oracle Open Office Writer : Hindi -Oracle Open Office Writer : Hindi;entering text -Oracle Open Office Writer : Hindi;language settings -Oracle Open Office Writer : homepage creation -Oracle Open Office Writer : horizontal lines -Oracle Open Office Writer : horizontal rulers -Oracle Open Office Writer : horizontal scrollbars (Writer) -Oracle Open Office Writer : hotspots -Oracle Open Office Writer : HowTos for charts -Oracle Open Office Writer : HTML -Oracle Open Office Writer : HTML;definition -Oracle Open Office Writer : HTML;export character set -Oracle Open Office Writer : HTML;fonts for source display -Oracle Open Office Writer : HTML;importing META tags -Oracle Open Office Writer : HTML;live presentations -Oracle Open Office Writer : HTML;special tags for fields -Oracle Open Office Writer : HTML documents -Oracle Open Office Writer : HTML documents;auto reloading -Oracle Open Office Writer : HTML documents;creating from text documents -Oracle Open Office Writer : HTML documents;headers and footers -Oracle Open Office Writer : HTML documents;importing/exporting -Oracle Open Office Writer : HTML documents;inserting linked sections -Oracle Open Office Writer : HTML documents;META tags in -Oracle Open Office Writer : HTML documents;new -Oracle Open Office Writer : HTML documents;source text -Oracle Open Office Writer : hyperlinks -Oracle Open Office Writer : hyperlinks;assigning macros -Oracle Open Office Writer : hyperlinks;character formats -Oracle Open Office Writer : hyperlinks;definition -Oracle Open Office Writer : hyperlinks;deleting -Oracle Open Office Writer : hyperlinks;editing -Oracle Open Office Writer : hyperlinks;for objects -Oracle Open Office Writer : hyperlinks;in tables of contents and indexes -Oracle Open Office Writer : hyperlinks;inserting -Oracle Open Office Writer : hyperlinks;inserting from Navigator -Oracle Open Office Writer : hyperlinks;jumping to -Oracle Open Office Writer : hyperlinks;relative and absolute -Oracle Open Office Writer : hyperlinks;turning off automatic recognition -Oracle Open Office Writer : hyperlinks, see also links -Oracle Open Office Writer : hyphenation -Oracle Open Office Writer : hyphenation;activating for a language -Oracle Open Office Writer : hyphenation;manual/automatic -Oracle Open Office Writer : hyphenation;minimal number of characters -Oracle Open Office Writer : hyphenation;preventing for specific words -Oracle Open Office Writer : hyphens -Oracle Open Office Writer : hyphens;displaying custom (Writer) -Oracle Open Office Writer : hyphens;inserting custom -Oracle Open Office Writer : icon bars, see toolbars -Oracle Open Office Writer : icon sizes -Oracle Open Office Writer : if-then queries as fields -Oracle Open Office Writer : ignore list for spellcheck -Oracle Open Office Writer : illumination -Oracle Open Office Writer : illumination;3D charts -Oracle Open Office Writer : illustrations, see pictures -Oracle Open Office Writer : image button creation -Oracle Open Office Writer : image control creation -Oracle Open Office Writer : ImageMap -Oracle Open Office Writer : ImageMap;definition -Oracle Open Office Writer : ImageMap;editor -Oracle Open Office Writer : images -Oracle Open Office Writer : images;do not show -Oracle Open Office Writer : images;ImageMap -Oracle Open Office Writer : images;inserting and editing bitmaps -Oracle Open Office Writer : images;inserting in text -Oracle Open Office Writer : images, see also pictures -Oracle Open Office Writer : IME -Oracle Open Office Writer : IME;definition -Oracle Open Office Writer : IME;showing/hiding -Oracle Open Office Writer : import filters -Oracle Open Office Writer : import restrictions for Microsoft Office -Oracle Open Office Writer : importing -Oracle Open Office Writer : importing;bitmaps -Oracle Open Office Writer : importing;compatibility settings for text import -Oracle Open Office Writer : importing;databases -Oracle Open Office Writer : importing;documents in other formats -Oracle Open Office Writer : importing;from XML -Oracle Open Office Writer : importing;HTML and text documents -Oracle Open Office Writer : importing;HTML with META tags -Oracle Open Office Writer : importing;Microsoft Office documents with VBA code -Oracle Open Office Writer : importing;styles from other files -Oracle Open Office Writer : importing;tables in text format -Oracle Open Office Writer : importing;templates -Oracle Open Office Writer : improvement program -Oracle Open Office Writer : inches -Oracle Open Office Writer : indents -Oracle Open Office Writer : indents;in text -Oracle Open Office Writer : indents;setting on rulers -Oracle Open Office Writer : Index tab in Help -Oracle Open Office Writer : indexes -Oracle Open Office Writer : indexes;alphabetical indexes -Oracle Open Office Writer : indexes;backgrounds -Oracle Open Office Writer : indexes;creating bibliographies -Oracle Open Office Writer : indexes;creating user-defined indexes -Oracle Open Office Writer : indexes;defining entries in -Oracle Open Office Writer : indexes;editing or deleting entries -Oracle Open Office Writer : indexes;editing/updating/deleting -Oracle Open Office Writer : indexes;formatting -Oracle Open Office Writer : indexes;master documents -Oracle Open Office Writer : indexes;multiple documents -Oracle Open Office Writer : indexes;showing/hiding Help index tab -Oracle Open Office Writer : indexes;unprotecting -Oracle Open Office Writer : indicator lines in text -Oracle Open Office Writer : initial capitals in titles -Oracle Open Office Writer : inner joins (Base) -Oracle Open Office Writer : input fields in text -Oracle Open Office Writer : input method window -Oracle Open Office Writer : insert mode for entering text -Oracle Open Office Writer : inserting -Oracle Open Office Writer : inserting;buttons in toolbars -Oracle Open Office Writer : inserting;captions -Oracle Open Office Writer : inserting;cell ranges from spreadsheets -Oracle Open Office Writer : inserting;chapter numbers in captions -Oracle Open Office Writer : inserting;charts -Oracle Open Office Writer : inserting;clipboard options -Oracle Open Office Writer : inserting;comments -Oracle Open Office Writer : inserting;cross-references -Oracle Open Office Writer : inserting;data from text documents -Oracle Open Office Writer : inserting;datasource records in spreadsheets -Oracle Open Office Writer : inserting;date fields -Oracle Open Office Writer : inserting;drawings -Oracle Open Office Writer : inserting;envelopes -Oracle Open Office Writer : inserting;floating frames -Oracle Open Office Writer : inserting;Fontwork objects -Oracle Open Office Writer : inserting;footnotes/endnotes -Oracle Open Office Writer : inserting;form fields -Oracle Open Office Writer : inserting;from Gallery into text -Oracle Open Office Writer : inserting;horizontal lines -Oracle Open Office Writer : inserting;hyperlinks -Oracle Open Office Writer : inserting;hyperlinks from Navigator -Oracle Open Office Writer : inserting;input fields -Oracle Open Office Writer : inserting;line breaks in cells -Oracle Open Office Writer : inserting;lines under headers/above footers -Oracle Open Office Writer : inserting;movies/sounds -Oracle Open Office Writer : inserting;new text tables defaults -Oracle Open Office Writer : inserting;numbering -Oracle Open Office Writer : inserting;objects from Gallery -Oracle Open Office Writer : inserting;OLE objects -Oracle Open Office Writer : inserting;page breaks -Oracle Open Office Writer : inserting;page numbers -Oracle Open Office Writer : inserting;paragraph borders -Oracle Open Office Writer : inserting;paragraph bullets -Oracle Open Office Writer : inserting;paragraphs before/after tables -Oracle Open Office Writer : inserting;pictures -Oracle Open Office Writer : inserting;pictures in Gallery -Oracle Open Office Writer : inserting;pictures, by dialog -Oracle Open Office Writer : inserting;plug-ins -Oracle Open Office Writer : inserting;push buttons -Oracle Open Office Writer : inserting;rows/columns, by keyboard -Oracle Open Office Writer : inserting;scanned images -Oracle Open Office Writer : inserting;sections -Oracle Open Office Writer : inserting;special characters -Oracle Open Office Writer : inserting;tab stops -Oracle Open Office Writer : inserting;tables in text -Oracle Open Office Writer : inserting;text blocks -Oracle Open Office Writer : inserting;text documents -Oracle Open Office Writer : inserting;text frames -Oracle Open Office Writer : inserting;textures on chart bars -Oracle Open Office Writer : installing -Oracle Open Office Writer : installing;ActiveX control -Oracle Open Office Writer : installing;mobile device filters -Oracle Open Office Writer : installing;smart tags -Oracle Open Office Writer : installing;UNO components -Oracle Open Office Writer : installing;XML filters -Oracle Open Office Writer : instructions -Oracle Open Office Writer : instructions;general -Oracle Open Office Writer : instructions;Oracle Open Office Writer -Oracle Open Office Writer : Internet -Oracle Open Office Writer : Internet;checking for updates -Oracle Open Office Writer : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Writer : Internet;presentations -Oracle Open Office Writer : Internet;starting searches -Oracle Open Office Writer : Internet glossary -Oracle Open Office Writer : interrupting numbered lists -Oracle Open Office Writer : invert filter -Oracle Open Office Writer : invisible areas -Oracle Open Office Writer : invisible characters -Oracle Open Office Writer : invisible characters;finding -Oracle Open Office Writer : italic text -Oracle Open Office Writer : iterative references in spreadsheets -Oracle Open Office Writer : Java -Oracle Open Office Writer : Java;definition -Oracle Open Office Writer : Java;setting options -Oracle Open Office Writer : JDBC -Oracle Open Office Writer : JDBC;databases (Base) -Oracle Open Office Writer : JDBC;definition -Oracle Open Office Writer : joining -Oracle Open Office Writer : joining;numbered lists -Oracle Open Office Writer : joining;paragraphs -Oracle Open Office Writer : joining;tables (Base) -Oracle Open Office Writer : joins in databases (Base) -Oracle Open Office Writer : jumping -Oracle Open Office Writer : jumping;to bookmarks -Oracle Open Office Writer : jumping;to text elements -Oracle Open Office Writer : justifying text -Oracle Open Office Writer : juxtaposing tables -Oracle Open Office Writer : kerning -Oracle Open Office Writer : kerning;Asian texts -Oracle Open Office Writer : kerning;definition -Oracle Open Office Writer : kerning;in characters -Oracle Open Office Writer : key fields for relations (Base) -Oracle Open Office Writer : keyboard -Oracle Open Office Writer : keyboard;accessibility Oracle Open Office Writer -Oracle Open Office Writer : keyboard;adding or deleting rows/columns -Oracle Open Office Writer : keyboard;assigning/editing shortcut keys -Oracle Open Office Writer : keyboard;bold formatting -Oracle Open Office Writer : keyboard;general commands -Oracle Open Office Writer : keyboard;modifying the behavior of rows/columns -Oracle Open Office Writer : keyboard;navigating and selecting in text -Oracle Open Office Writer : keyboard;removing numbering -Oracle Open Office Writer : keyboard;resizing rows/columns -Oracle Open Office Writer : keys -Oracle Open Office Writer : keys;adding push buttons -Oracle Open Office Writer : keys;primary keys (Base) -Oracle Open Office Writer : kiosk export -Oracle Open Office Writer : labels -Oracle Open Office Writer : labels;creating and synchronizing -Oracle Open Office Writer : labels;for charts -Oracle Open Office Writer : labels;for draw objects -Oracle Open Office Writer : labels;form functions -Oracle Open Office Writer : labels;from databases -Oracle Open Office Writer : labels, see also names/callouts -Oracle Open Office Writer : landscape and portrait -Oracle Open Office Writer : languages -Oracle Open Office Writer : languages;activating modules -Oracle Open Office Writer : languages;Asian support -Oracle Open Office Writer : languages;complex text layout -Oracle Open Office Writer : languages;locale settings -Oracle Open Office Writer : languages;recognition of -Oracle Open Office Writer : languages;selecting for text -Oracle Open Office Writer : languages;setting options -Oracle Open Office Writer : languages;spellcheck -Oracle Open Office Writer : languages;spellchecking and formatting -Oracle Open Office Writer : large handles (Writer) -Oracle Open Office Writer : large icons -Oracle Open Office Writer : layer arrangement -Oracle Open Office Writer : layout -Oracle Open Office Writer : layout;importing Word documents -Oracle Open Office Writer : layout;pages -Oracle Open Office Writer : LDAP server -Oracle Open Office Writer : LDAP server;address books (Base) -Oracle Open Office Writer : LDAP server;sign on options -Oracle Open Office Writer : leading between paragraphs -Oracle Open Office Writer : left alignment of paragraphs -Oracle Open Office Writer : left joins (Base) -Oracle Open Office Writer : Left Page page style -Oracle Open Office Writer : legends -Oracle Open Office Writer : legends;charts -Oracle Open Office Writer : legends;draw objects -Oracle Open Office Writer : legends;rounding corners -Oracle Open Office Writer : legends, see also captions -Oracle Open Office Writer : Letter Wizard -Oracle Open Office Writer : letters -Oracle Open Office Writer : letters;creating form letters -Oracle Open Office Writer : letters;inserting envelopes -Oracle Open Office Writer : levels -Oracle Open Office Writer : levels;changing outline levels -Oracle Open Office Writer : levels;depth stagger -Oracle Open Office Writer : levels;macro security -Oracle Open Office Writer : lexicon, see thesaurus -Oracle Open Office Writer : limits of tables (Writer) -Oracle Open Office Writer : line breaks -Oracle Open Office Writer : line breaks;in cells -Oracle Open Office Writer : line breaks;removing -Oracle Open Office Writer : line charts -Oracle Open Office Writer : line numbers -Oracle Open Office Writer : line spacing -Oracle Open Office Writer : line spacing;context menu in paragraphs -Oracle Open Office Writer : line spacing;paragraph -Oracle Open Office Writer : line styles -Oracle Open Office Writer : line styles;applying -Oracle Open Office Writer : line styles;defining -Oracle Open Office Writer : lines -Oracle Open Office Writer : lines;automatic drawing on/off -Oracle Open Office Writer : lines;defining ends -Oracle Open Office Writer : lines;draw functions -Oracle Open Office Writer : lines;drawing in text -Oracle Open Office Writer : lines;editing points -Oracle Open Office Writer : lines;footnotes/endnotes -Oracle Open Office Writer : lines;inserting horizontal lines -Oracle Open Office Writer : lines;removing automatic lines -Oracle Open Office Writer : lines;under headers/above footers -Oracle Open Office Writer : lines of text -Oracle Open Office Writer : lines of text;alignment -Oracle Open Office Writer : lines of text;indents -Oracle Open Office Writer : lines of text;numbering -Oracle Open Office Writer : lines of text;register-true -Oracle Open Office Writer : lines of text;sorting paragraphs -Oracle Open Office Writer : links -Oracle Open Office Writer : links;between cells and controls -Oracle Open Office Writer : links;by drag and drop -Oracle Open Office Writer : links;character formats -Oracle Open Office Writer : links;definition -Oracle Open Office Writer : links;editing hyperlinks -Oracle Open Office Writer : links;inserting -Oracle Open Office Writer : links;inserting sections -Oracle Open Office Writer : links;inserting text documents as -Oracle Open Office Writer : links;modifying -Oracle Open Office Writer : links;opening files with -Oracle Open Office Writer : links;relational databases (Base) -Oracle Open Office Writer : links;text frames -Oracle Open Office Writer : links;turning off automatic recognition -Oracle Open Office Writer : links;updating options (Writer) -Oracle Open Office Writer : links;updating specific links -Oracle Open Office Writer : list box creation -Oracle Open Office Writer : lists -Oracle Open Office Writer : lists;automatic numbering -Oracle Open Office Writer : lists;AutoText shortcuts -Oracle Open Office Writer : lists;changing levels -Oracle Open Office Writer : lists;combining numbered lists -Oracle Open Office Writer : lists;data assigned to controls -Oracle Open Office Writer : lists;registered databases (Base) -Oracle Open Office Writer : lists;regular expressions -Oracle Open Office Writer : lists;removing/interrupting numbering -Oracle Open Office Writer : live presentations on the Internet -Oracle Open Office Writer : loading -Oracle Open Office Writer : loading;documents -Oracle Open Office Writer : loading;documents from other formats -Oracle Open Office Writer : loading;HTML documents, automatically -Oracle Open Office Writer : loading;Microsoft Office documents with VBA code -Oracle Open Office Writer : loading;reloading -Oracle Open Office Writer : loading;styles from other files -Oracle Open Office Writer : loading;XML files -Oracle Open Office Writer : locale settings -Oracle Open Office Writer : logarithmic scaling along axes -Oracle Open Office Writer : logical expressions -Oracle Open Office Writer : lowercase letters -Oracle Open Office Writer : lowercase letters;font effects -Oracle Open Office Writer : lowercase letters;text -Oracle Open Office Writer : lowering outline levels -Oracle Open Office Writer : Macro Wizard (Base) -Oracle Open Office Writer : macros -Oracle Open Office Writer : macros;assigning to events in forms -Oracle Open Office Writer : macros;attaching new (Base) -Oracle Open Office Writer : macros;in MS Office documents -Oracle Open Office Writer : macros;interrupting -Oracle Open Office Writer : macros;organizing -Oracle Open Office Writer : macros;recording -Oracle Open Office Writer : macros;security -Oracle Open Office Writer : macros;security levels -Oracle Open Office Writer : macros;security warning dialog -Oracle Open Office Writer : macros;selecting security warnings -Oracle Open Office Writer : magnifiers -Oracle Open Office Writer : mail merge -Oracle Open Office Writer : manual hyphenation in text -Oracle Open Office Writer : manual numbering in text -Oracle Open Office Writer : manual page breaks -Oracle Open Office Writer : marginal numbers on text pages -Oracle Open Office Writer : margins -Oracle Open Office Writer : margins;pages -Oracle Open Office Writer : margins;setting with the mouse -Oracle Open Office Writer : margins;shadows -Oracle Open Office Writer : marking changes -Oracle Open Office Writer : marking, see selecting -Oracle Open Office Writer : master documents -Oracle Open Office Writer : master documents;creating/editing/exporting -Oracle Open Office Writer : master documents;indexes -Oracle Open Office Writer : master documents;properties -Oracle Open Office Writer : matching conditional text in fields -Oracle Open Office Writer : Math formula editor -Oracle Open Office Writer : mean value lines in charts -Oracle Open Office Writer : measurement units -Oracle Open Office Writer : measurement units;changing on rulers -Oracle Open Office Writer : measurement units;converting -Oracle Open Office Writer : measurement units;selecting -Oracle Open Office Writer : Media Player window -Oracle Open Office Writer : menus -Oracle Open Office Writer : menus;activating context menus -Oracle Open Office Writer : menus;assigning macros -Oracle Open Office Writer : menus;customizing -Oracle Open Office Writer : merging -Oracle Open Office Writer : merging;cells -Oracle Open Office Writer : merging;cells, by keyboard -Oracle Open Office Writer : merging;documents -Oracle Open Office Writer : merging;indexes -Oracle Open Office Writer : merging;numbered lists -Oracle Open Office Writer : merging;tables -Oracle Open Office Writer : META tags -Oracle Open Office Writer : metrics -Oracle Open Office Writer : metrics;converting -Oracle Open Office Writer : metrics;document formatting (Writer) -Oracle Open Office Writer : metrics;in sheets -Oracle Open Office Writer : Microsoft Office -Oracle Open Office Writer : Microsoft Office;Access databases (base) -Oracle Open Office Writer : Microsoft Office;as default file format -Oracle Open Office Writer : Microsoft Office;document import restrictions -Oracle Open Office Writer : Microsoft Office;feature comparisons -Oracle Open Office Writer : Microsoft Office;importing password protected files -Oracle Open Office Writer : Microsoft Office;importing Word documents -Oracle Open Office Writer : Microsoft Office;importing/exporting VBA code -Oracle Open Office Writer : Microsoft Office;new users information -Oracle Open Office Writer : Microsoft Office;opening Microsoft documents -Oracle Open Office Writer : Microsoft Office;reassigning document types -Oracle Open Office Writer : migrating macros (Base) -Oracle Open Office Writer : mirrored page layout -Oracle Open Office Writer : mobile device filters -Oracle Open Office Writer : models in XForms -Oracle Open Office Writer : modifying, see changing -Oracle Open Office Writer : months -Oracle Open Office Writer : months;automatically completing -Oracle Open Office Writer : more controls -Oracle Open Office Writer : mosaic filter -Oracle Open Office Writer : mouse -Oracle Open Office Writer : mouse;moving and copying text -Oracle Open Office Writer : mouse;pointers when using drag and drop -Oracle Open Office Writer : mouse;positioning -Oracle Open Office Writer : movies -Oracle Open Office Writer : moving -Oracle Open Office Writer : moving;headings -Oracle Open Office Writer : moving;objects and frames -Oracle Open Office Writer : moving;tab stops on ruler -Oracle Open Office Writer : moving;text sections -Oracle Open Office Writer : moving;toolbars -Oracle Open Office Writer : moving;using guide lines in presentations -Oracle Open Office Writer : MS ADO interface (Base) -Oracle Open Office Writer : multi-column text -Oracle Open Office Writer : multi-line titles in forms -Oracle Open Office Writer : multi-page tables -Oracle Open Office Writer : multi-page view of documents -Oracle Open Office Writer : multiple documents -Oracle Open Office Writer : multiple documents;indexes -Oracle Open Office Writer : multiple documents;opening -Oracle Open Office Writer : multiple selection -Oracle Open Office Writer : music -Oracle Open Office Writer : My Documents folder -Oracle Open Office Writer : My Documents folder;changing work directory -Oracle Open Office Writer : My Documents folder;opening -Oracle Open Office Writer : MySQL databases (Base) -Oracle Open Office Writer : names -Oracle Open Office Writer : names;chapter names in headers -Oracle Open Office Writer : names;multi-line titles -Oracle Open Office Writer : names;objects -Oracle Open Office Writer : names, see also labels/callouts -Oracle Open Office Writer : namespace organization in XForms -Oracle Open Office Writer : native SQL (Base) -Oracle Open Office Writer : navigating -Oracle Open Office Writer : navigating;in documents -Oracle Open Office Writer : navigating;in text, with keyboard -Oracle Open Office Writer : Navigation bar -Oracle Open Office Writer : Navigation bar;controls -Oracle Open Office Writer : Navigation bar;forms -Oracle Open Office Writer : Navigator -Oracle Open Office Writer : Navigator;comments -Oracle Open Office Writer : Navigator;contents as lists -Oracle Open Office Writer : Navigator;docking -Oracle Open Office Writer : Navigator;docking and resizing -Oracle Open Office Writer : Navigator;heading levels and chapters -Oracle Open Office Writer : Navigator;inserting hyperlinks -Oracle Open Office Writer : Navigator;master documents -Oracle Open Office Writer : Navigator;overview in texts -Oracle Open Office Writer : Navigator;working with -Oracle Open Office Writer : net charts -Oracle Open Office Writer : network identity options -Oracle Open Office Writer : networks and AutoText directories -Oracle Open Office Writer : new databases -Oracle Open Office Writer : new documents -Oracle Open Office Writer : new lines in cells -Oracle Open Office Writer : new page styles from selection -Oracle Open Office Writer : new windows -Oracle Open Office Writer : next page number in footers -Oracle Open Office Writer : non-breaking dashes -Oracle Open Office Writer : non-breaking spaces (Writer) -Oracle Open Office Writer : non-printing characters (Writer) -Oracle Open Office Writer : non-printing text -Oracle Open Office Writer : number formats -Oracle Open Office Writer : number formats;codes -Oracle Open Office Writer : number formats;formats -Oracle Open Office Writer : number formats;recognition in text tables -Oracle Open Office Writer : number of characters -Oracle Open Office Writer : number of pages -Oracle Open Office Writer : number of sheets -Oracle Open Office Writer : number of tables -Oracle Open Office Writer : number of words -Oracle Open Office Writer : numbering -Oracle Open Office Writer : numbering;captions -Oracle Open Office Writer : numbering;changing the level of -Oracle Open Office Writer : numbering;combining -Oracle Open Office Writer : numbering;headings -Oracle Open Office Writer : numbering;lines -Oracle Open Office Writer : numbering;lists, while typing -Oracle Open Office Writer : numbering;manually/by styles -Oracle Open Office Writer : numbering;options -Oracle Open Office Writer : numbering;pages -Oracle Open Office Writer : numbering;paragraphs, on and off -Oracle Open Office Writer : numbering;quotations/similar items -Oracle Open Office Writer : numbering;removing/interrupting -Oracle Open Office Writer : numbering;style categories -Oracle Open Office Writer : numbering;turning off -Oracle Open Office Writer : numbering;using automatically -Oracle Open Office Writer : numbers -Oracle Open Office Writer : numbers;automatic recognition in text tables -Oracle Open Office Writer : numbers;date, time and currency formats -Oracle Open Office Writer : numbers;decimal places (Calc) -Oracle Open Office Writer : numbers;line numbering -Oracle Open Office Writer : numbers;lists -Oracle Open Office Writer : numerical fields in forms -Oracle Open Office Writer : objects -Oracle Open Office Writer : objects;always moveable (Impress/Draw) -Oracle Open Office Writer : objects;anchoring options -Oracle Open Office Writer : objects;arranging within stacks -Oracle Open Office Writer : objects;captioning -Oracle Open Office Writer : objects;captioning automatically -Oracle Open Office Writer : objects;contour wrap -Oracle Open Office Writer : objects;copying when moving in presentations -Oracle Open Office Writer : objects;cross-referencing -Oracle Open Office Writer : objects;defining borders -Oracle Open Office Writer : objects;defining hyperlinks -Oracle Open Office Writer : objects;definition -Oracle Open Office Writer : objects;displaying in spreadsheets -Oracle Open Office Writer : objects;displaying in text documents -Oracle Open Office Writer : objects;editing -Oracle Open Office Writer : objects;finding by Navigator -Oracle Open Office Writer : objects;inserting from Gallery -Oracle Open Office Writer : objects;inserting OLE objects -Oracle Open Office Writer : objects;moving and resizing with keyboard -Oracle Open Office Writer : objects;moving and resizing with mouse -Oracle Open Office Writer : objects;naming -Oracle Open Office Writer : objects;opening -Oracle Open Office Writer : objects;properties of charts -Oracle Open Office Writer : objects;quickly moving to -Oracle Open Office Writer : objects;quickly moving to, within text -Oracle Open Office Writer : objects;titles and descriptions -Oracle Open Office Writer : ODBC -Oracle Open Office Writer : ODBC;database (Base) -Oracle Open Office Writer : ODBC;definition -Oracle Open Office Writer : ODF file formats -Oracle Open Office Writer : Office -Oracle Open Office Writer : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Writer : OLE -Oracle Open Office Writer : OLE;definition -Oracle Open Office Writer : OLE objects -Oracle Open Office Writer : OLE objects;arranging within stacks -Oracle Open Office Writer : OLE objects;borders -Oracle Open Office Writer : OLE objects;captions (Writer) -Oracle Open Office Writer : OLE objects;cross-referencing -Oracle Open Office Writer : OLE objects;inserting -Oracle Open Office Writer : OLE objects;inserting tables in -Oracle Open Office Writer : OLE objects;number of -Oracle Open Office Writer : OLE objects;protecting -Oracle Open Office Writer : one and a half line spacing in text -Oracle Open Office Writer : online feedback options -Oracle Open Office Writer : online registration -Oracle Open Office Writer : online update options -Oracle Open Office Writer : online updates -Oracle Open Office Writer : online updates;checking automatically -Oracle Open Office Writer : online updates;checking manually -Oracle Open Office Writer : Open/Save dialogs -Oracle Open Office Writer : OpenDocument file formats -Oracle Open Office Writer : OpenGL -Oracle Open Office Writer : OpenGL;definition -Oracle Open Office Writer : opening -Oracle Open Office Writer : opening;context menus -Oracle Open Office Writer : opening;database files -Oracle Open Office Writer : opening;dialog settings -Oracle Open Office Writer : opening;documents -Oracle Open Office Writer : opening;documents from other formats -Oracle Open Office Writer : opening;documents on WebDAV server -Oracle Open Office Writer : opening;files with links -Oracle Open Office Writer : opening;files, with placeholders -Oracle Open Office Writer : opening;forms -Oracle Open Office Writer : opening;Microsoft Office files -Oracle Open Office Writer : opening;mobile device documents -Oracle Open Office Writer : opening;objects -Oracle Open Office Writer : opening;reports -Oracle Open Office Writer : opening;several files -Oracle Open Office Writer : opening;XForms -Oracle Open Office Writer : operators -Oracle Open Office Writer : operators;default filters -Oracle Open Office Writer : operators;in formulas -Oracle Open Office Writer : optional hyphens (Writer) -Oracle Open Office Writer : options -Oracle Open Office Writer : options;accessibility -Oracle Open Office Writer : options;appearance -Oracle Open Office Writer : options;compatibility (Writer) -Oracle Open Office Writer : options;improvement program -Oracle Open Office Writer : options;network identity -Oracle Open Office Writer : options;online update -Oracle Open Office Writer : options;smart tags -Oracle Open Office Writer : options;tools -Oracle Open Office Writer : Oracle databases (base) -Oracle Open Office Writer : Oracle Open Office Base data sources -Oracle Open Office Writer : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Writer : Oracle Open Office documents -Oracle Open Office Writer : Oracle Open Office documents;mobile device filters -Oracle Open Office Writer : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Writer : Oracle Open Office Math start -Oracle Open Office Writer : Oracle Open Office Writer -Oracle Open Office Writer : Oracle Open Office Writer;instructions -Oracle Open Office Writer : Oracle Open Office Writer;special HTML tags -Oracle Open Office Writer : order of chart data -Oracle Open Office Writer : ordering -Oracle Open Office Writer : ordering;objects -Oracle Open Office Writer : ordering;printing in reverse order -Oracle Open Office Writer : organizing -Oracle Open Office Writer : organizing;footnotes -Oracle Open Office Writer : organizing;macros and scripts -Oracle Open Office Writer : organizing;namespaces in XForms -Oracle Open Office Writer : organizing;styles -Oracle Open Office Writer : organizing;templates -Oracle Open Office Writer : organizing;templates (guide) -Oracle Open Office Writer : orientation of pages -Oracle Open Office Writer : original size -Oracle Open Office Writer : original size;printing in Oracle Open Office Math -Oracle Open Office Writer : original size;restoring after cropping -Oracle Open Office Writer : orphans -Oracle Open Office Writer : outlines -Oracle Open Office Writer : outlines;arranging chapters -Oracle Open Office Writer : outlines;font effects -Oracle Open Office Writer : outlines;numbering -Oracle Open Office Writer : outlines;outline symbols -Oracle Open Office Writer : outlines;sending to presentations -Oracle Open Office Writer : overviews -Oracle Open Office Writer : overviews;Navigator in text documents -Oracle Open Office Writer : overviews;printing multi-page view -Oracle Open Office Writer : overwrite mode -Oracle Open Office Writer : packages, see extensions -Oracle Open Office Writer : page breaks -Oracle Open Office Writer : page breaks;displaying (Calc) -Oracle Open Office Writer : page breaks;inserting and deleting -Oracle Open Office Writer : page breaks;tables -Oracle Open Office Writer : page counts -Oracle Open Office Writer : page formats -Oracle Open Office Writer : page formats;changing individual pages -Oracle Open Office Writer : page formats;maximizing -Oracle Open Office Writer : page formats;restriction -Oracle Open Office Writer : page margins on rulers -Oracle Open Office Writer : page numbers -Oracle Open Office Writer : page numbers;continuation pages -Oracle Open Office Writer : page numbers;footers -Oracle Open Office Writer : page numbers;inserting/defining/formatting -Oracle Open Office Writer : page styles -Oracle Open Office Writer : page styles;backgrounds -Oracle Open Office Writer : page styles;changing -Oracle Open Office Writer : page styles;changing from selection -Oracle Open Office Writer : page styles;creating and applying -Oracle Open Office Writer : page styles;editing/applying with statusbar -Oracle Open Office Writer : page styles;left and right pages -Oracle Open Office Writer : page styles;orientation/scope -Oracle Open Office Writer : page styles;page numbering -Oracle Open Office Writer : page styles;style categories -Oracle Open Office Writer : pages -Oracle Open Office Writer : pages;backgrounds -Oracle Open Office Writer : pages;backgrounds in all applications -Oracle Open Office Writer : pages;continuation pages -Oracle Open Office Writer : pages;defining borders -Oracle Open Office Writer : pages;formatting and numbering -Oracle Open Office Writer : pages;inserting/deleting page breaks -Oracle Open Office Writer : pages;jumping to -Oracle Open Office Writer : pages;left and right pages -Oracle Open Office Writer : pages;number of -Oracle Open Office Writer : pages;numbers and count of -Oracle Open Office Writer : pages;orientation -Oracle Open Office Writer : pages;previews -Oracle Open Office Writer : pages;printing multiple on one sheet -Oracle Open Office Writer : pages;printing page names in presentations -Oracle Open Office Writer : pages;register-true -Oracle Open Office Writer : pages;scaling -Oracle Open Office Writer : pages;selecting one to print -Oracle Open Office Writer : paint box -Oracle Open Office Writer : paint can symbol -Oracle Open Office Writer : pair kerning -Oracle Open Office Writer : Palm file filters -Oracle Open Office Writer : paper formats -Oracle Open Office Writer : paper orientation -Oracle Open Office Writer : paper size warning -Oracle Open Office Writer : paper tray selection -Oracle Open Office Writer : paper trays -Oracle Open Office Writer : paragraph marks -Oracle Open Office Writer : paragraph marks;displaying (Writer) -Oracle Open Office Writer : paragraph marks;finding & replacing -Oracle Open Office Writer : paragraph styles -Oracle Open Office Writer : paragraph styles;languages -Oracle Open Office Writer : paragraph styles;modifying basic fonts -Oracle Open Office Writer : paragraph styles;numbering -Oracle Open Office Writer : paragraph styles;style categories -Oracle Open Office Writer : paragraphs -Oracle Open Office Writer : paragraphs;alignment -Oracle Open Office Writer : paragraphs;Asian typography -Oracle Open Office Writer : paragraphs;automatic numbering -Oracle Open Office Writer : paragraphs;backgrounds -Oracle Open Office Writer : paragraphs;bulleted -Oracle Open Office Writer : paragraphs;defining borders -Oracle Open Office Writer : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Writer : paragraphs;hiding -Oracle Open Office Writer : paragraphs;increasing indents of -Oracle Open Office Writer : paragraphs;indents -Oracle Open Office Writer : paragraphs;indents, margins and columns -Oracle Open Office Writer : paragraphs;inserting before/after tables -Oracle Open Office Writer : paragraphs;inserting bullets -Oracle Open Office Writer : paragraphs;joining -Oracle Open Office Writer : paragraphs;keeping together at breaks -Oracle Open Office Writer : paragraphs;line numbers -Oracle Open Office Writer : paragraphs;moving by keyboard -Oracle Open Office Writer : paragraphs;numbering automatically -Oracle Open Office Writer : paragraphs;numbering non-consecutive -Oracle Open Office Writer : paragraphs;numbering on/off -Oracle Open Office Writer : paragraphs;register-true -Oracle Open Office Writer : paragraphs;removing blank ones -Oracle Open Office Writer : paragraphs;spacing -Oracle Open Office Writer : paragraphs;tab stops -Oracle Open Office Writer : parameters -Oracle Open Office Writer : parameters;command line -Oracle Open Office Writer : parameters;queries (Base) -Oracle Open Office Writer : passwords for protecting contents -Oracle Open Office Writer : pasting -Oracle Open Office Writer : pasting;cell ranges -Oracle Open Office Writer : pasting;cell ranges from spreadsheets -Oracle Open Office Writer : pasting;cut/copied text sections -Oracle Open Office Writer : pasting;data from text documents -Oracle Open Office Writer : pasting;draw objects -Oracle Open Office Writer : pasting;draw objects from other documents -Oracle Open Office Writer : pasting;formatted/unformatted text -Oracle Open Office Writer : pasting;from data source view -Oracle Open Office Writer : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Writer : pasting;pictures from other documents -Oracle Open Office Writer : pasting;results of formulas -Oracle Open Office Writer : pasting;sheet areas in text documents -Oracle Open Office Writer : pasting;to Gallery -Oracle Open Office Writer : paths -Oracle Open Office Writer : paths;changing work directory -Oracle Open Office Writer : paths;defaults -Oracle Open Office Writer : pattern editor -Oracle Open Office Writer : pattern fields -Oracle Open Office Writer : pattern fields;form functions -Oracle Open Office Writer : patterns for objects -Oracle Open Office Writer : PDF -Oracle Open Office Writer : PDF;export -Oracle Open Office Writer : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Writer : personal data input -Oracle Open Office Writer : phonetic guide -Oracle Open Office Writer : picklist creation -Oracle Open Office Writer : pictures -Oracle Open Office Writer : pictures;adding to Gallery -Oracle Open Office Writer : pictures;anchoring options -Oracle Open Office Writer : pictures;arranging within stacks -Oracle Open Office Writer : pictures;assigning macros -Oracle Open Office Writer : pictures;backgrounds -Oracle Open Office Writer : pictures;borders -Oracle Open Office Writer : pictures;captions (Writer) -Oracle Open Office Writer : pictures;changing paths -Oracle Open Office Writer : pictures;cropping and zooming -Oracle Open Office Writer : pictures;cross-referencing -Oracle Open Office Writer : pictures;defining hyperlinks -Oracle Open Office Writer : pictures;displaying in Calc -Oracle Open Office Writer : pictures;displaying in Writer (Writer) -Oracle Open Office Writer : pictures;do not show -Oracle Open Office Writer : pictures;drag and drop between documents -Oracle Open Office Writer : pictures;drawing -Oracle Open Office Writer : pictures;editing -Oracle Open Office Writer : pictures;filters -Oracle Open Office Writer : pictures;ImageMap -Oracle Open Office Writer : pictures;inserting automatically -Oracle Open Office Writer : pictures;inserting by dialog -Oracle Open Office Writer : pictures;inserting from Draw -Oracle Open Office Writer : pictures;inserting from Gallery -Oracle Open Office Writer : pictures;inserting from Gallery into text -Oracle Open Office Writer : pictures;inserting options -Oracle Open Office Writer : pictures;number of -Oracle Open Office Writer : pictures;printing -Oracle Open Office Writer : pictures;scaling/resizing -Oracle Open Office Writer : pictures;scanning -Oracle Open Office Writer : pie charts -Oracle Open Office Writer : pie charts;options -Oracle Open Office Writer : pie charts;types -Oracle Open Office Writer : pixel editor -Oracle Open Office Writer : pixel graphics -Oracle Open Office Writer : pixel graphics;inserting and editing -Oracle Open Office Writer : pixel patterns -Oracle Open Office Writer : placeholders -Oracle Open Office Writer : placeholders;in SQL queries -Oracle Open Office Writer : placeholders;on opening files -Oracle Open Office Writer : placing toolbars -Oracle Open Office Writer : playing movies and sound files -Oracle Open Office Writer : plotting data as charts -Oracle Open Office Writer : plug-ins -Oracle Open Office Writer : plug-ins;activating and deactivating -Oracle Open Office Writer : plug-ins;definition -Oracle Open Office Writer : plug-ins;inserting -Oracle Open Office Writer : pocket device appliances -Oracle Open Office Writer : Pocket PC file filters -Oracle Open Office Writer : points -Oracle Open Office Writer : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Writer : polygon drawing -Oracle Open Office Writer : pop-art filter -Oracle Open Office Writer : portable document format -Oracle Open Office Writer : portrait and landscape -Oracle Open Office Writer : positioning -Oracle Open Office Writer : positioning;axes -Oracle Open Office Writer : positioning;draw objects and controls -Oracle Open Office Writer : positioning;fonts -Oracle Open Office Writer : positioning;objects -Oracle Open Office Writer : positioning;objects (guide) -Oracle Open Office Writer : positioning;toolbars -Oracle Open Office Writer : post method for form transmissions -Oracle Open Office Writer : posterizing filter -Oracle Open Office Writer : PostScript -Oracle Open Office Writer : PostScript;creating files -Oracle Open Office Writer : PostScript;PDF converter, UNIX -Oracle Open Office Writer : PowerPoint export -Oracle Open Office Writer : precision as shown (Calc) -Oracle Open Office Writer : predefining fonts -Oracle Open Office Writer : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Writer : presentations -Oracle Open Office Writer : presentations;creating/opening -Oracle Open Office Writer : presentations;inserting spreadsheet cells -Oracle Open Office Writer : presentations;live on the Internet -Oracle Open Office Writer : presentations;print menu -Oracle Open Office Writer : presentations;saving -Oracle Open Office Writer : presentations;saving automatically -Oracle Open Office Writer : presentations;saving in other formats -Oracle Open Office Writer : presentations;sending as e-mail -Oracle Open Office Writer : presentations;starting with wizard -Oracle Open Office Writer : presentations;wizards -Oracle Open Office Writer : Presenter Console shortcuts -Oracle Open Office Writer : press buttons, see push buttons -Oracle Open Office Writer : previews -Oracle Open Office Writer : previews;book preview -Oracle Open Office Writer : previews;fonts lists -Oracle Open Office Writer : previews;print layouts -Oracle Open Office Writer : primary keys -Oracle Open Office Writer : primary keys;defining -Oracle Open Office Writer : primary keys;design view -Oracle Open Office Writer : primary keys;inserting (Base) -Oracle Open Office Writer : print area selection -Oracle Open Office Writer : print layout checks -Oracle Open Office Writer : printer metrics for document formatting (Writer) -Oracle Open Office Writer : printers -Oracle Open Office Writer : printers;adding, UNIX -Oracle Open Office Writer : printers;choosing -Oracle Open Office Writer : printers;default printer -Oracle Open Office Writer : printers;faxes under UNIX -Oracle Open Office Writer : printers;maximum page formats -Oracle Open Office Writer : printers;paper trays -Oracle Open Office Writer : printers;properties -Oracle Open Office Writer : printing -Oracle Open Office Writer : printing;AutoText shortcuts -Oracle Open Office Writer : printing;black and white -Oracle Open Office Writer : printing;brochures -Oracle Open Office Writer : printing;colors in grayscale -Oracle Open Office Writer : printing;comments -Oracle Open Office Writer : printing;copies -Oracle Open Office Writer : printing;creating individual jobs -Oracle Open Office Writer : printing;dates in presentations -Oracle Open Office Writer : printing;directly -Oracle Open Office Writer : printing;documents -Oracle Open Office Writer : printing;drawings defaults -Oracle Open Office Writer : printing;elements in text documents -Oracle Open Office Writer : printing;faster -Oracle Open Office Writer : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Writer : printing;fitting to pages in presentations -Oracle Open Office Writer : printing;formulas in Oracle Open Office Math -Oracle Open Office Writer : printing;hidden pages of presentations -Oracle Open Office Writer : printing;hiding text frames from printing -Oracle Open Office Writer : printing;in original size in Oracle Open Office Math -Oracle Open Office Writer : printing;individual brochures -Oracle Open Office Writer : printing;left/right pages -Oracle Open Office Writer : printing;multiple pages per sheet -Oracle Open Office Writer : printing;portrait/landscape format -Oracle Open Office Writer : printing;previews -Oracle Open Office Writer : printing;queries (Base) -Oracle Open Office Writer : printing;reverse order -Oracle Open Office Writer : printing;scaling in Oracle Open Office Math -Oracle Open Office Writer : printing;selections -Oracle Open Office Writer : printing;text always in black -Oracle Open Office Writer : printing;text in reverse order -Oracle Open Office Writer : printing;tiling pages in presentations -Oracle Open Office Writer : printing;transparencies -Oracle Open Office Writer : printing;warnings -Oracle Open Office Writer : printing;without scaling in presentations -Oracle Open Office Writer : printing speed -Oracle Open Office Writer : programming -Oracle Open Office Writer : programming;Oracle Open Office -Oracle Open Office Writer : programming;scripting -Oracle Open Office Writer : promoting heading levels -Oracle Open Office Writer : properties -Oracle Open Office Writer : properties;charts -Oracle Open Office Writer : properties;fields -Oracle Open Office Writer : properties;fields in databases -Oracle Open Office Writer : properties;files -Oracle Open Office Writer : properties;form controls -Oracle Open Office Writer : properties;forms -Oracle Open Office Writer : properties;printers -Oracle Open Office Writer : properties;smooth lines in line charts/XY charts -Oracle Open Office Writer : proportional distribution of tables -Oracle Open Office Writer : protected contents -Oracle Open Office Writer : protected dashes -Oracle Open Office Writer : protected database tables -Oracle Open Office Writer : protected documents -Oracle Open Office Writer : protected spaces -Oracle Open Office Writer : protected spaces;inserting -Oracle Open Office Writer : protected spaces;showing (Writer) -Oracle Open Office Writer : protecting -Oracle Open Office Writer : protecting;contents -Oracle Open Office Writer : protecting;recorded changes -Oracle Open Office Writer : protecting;sections -Oracle Open Office Writer : protecting;tables and sections -Oracle Open Office Writer : protecting;text flow -Oracle Open Office Writer : proxy settings -Oracle Open Office Writer : push buttons -Oracle Open Office Writer : push buttons;adding to documents -Oracle Open Office Writer : push buttons;creating -Oracle Open Office Writer : queries -Oracle Open Office Writer : queries;copying (Base) -Oracle Open Office Writer : queries;creating in design view (Base) -Oracle Open Office Writer : queries;creating in SQL view -Oracle Open Office Writer : queries;defining (Base) -Oracle Open Office Writer : queries;deleting table links (Base) -Oracle Open Office Writer : queries;editing in data source view -Oracle Open Office Writer : queries;formulating filter conditions (Base) -Oracle Open Office Writer : queries;joining tables (Base) -Oracle Open Office Writer : queries;missing elements (Base) -Oracle Open Office Writer : queries;overview (Base) -Oracle Open Office Writer : queries;parameter queries (Base) -Oracle Open Office Writer : queries;printing (Base) -Oracle Open Office Writer : Query Wizard (Base) -Oracle Open Office Writer : Quickstarter -Oracle Open Office Writer : quotation marks -Oracle Open Office Writer : quotation marks;changing automatically -Oracle Open Office Writer : quotation marks;replacing -Oracle Open Office Writer : quotes -Oracle Open Office Writer : quotes;custom -Oracle Open Office Writer : radar charts, see net charts -Oracle Open Office Writer : radio button creation -Oracle Open Office Writer : read-only documents -Oracle Open Office Writer : read-only documents;cursor -Oracle Open Office Writer : read-only documents;database tables on/off -Oracle Open Office Writer : read-only documents;editing -Oracle Open Office Writer : read-only documents;opening documents as -Oracle Open Office Writer : read-only items in Data Navigator -Oracle Open Office Writer : read-only sections -Oracle Open Office Writer : rearranging headings -Oracle Open Office Writer : recognition -Oracle Open Office Writer : recognition;languages -Oracle Open Office Writer : recognition;numbers -Oracle Open Office Writer : recognizing URLs automatically -Oracle Open Office Writer : recording -Oracle Open Office Writer : recording;changes -Oracle Open Office Writer : recording;macros -Oracle Open Office Writer : records -Oracle Open Office Writer : records;inserting comments -Oracle Open Office Writer : records;protecting -Oracle Open Office Writer : records;saving -Oracle Open Office Writer : records;searching in databases -Oracle Open Office Writer : rectangles with round corners -Oracle Open Office Writer : recursions in spreadsheets -Oracle Open Office Writer : redo command -Oracle Open Office Writer : reduced printing -Oracle Open Office Writer : reduced printing of multiple pages -Oracle Open Office Writer : reducing rows and columns in text tables -Oracle Open Office Writer : reference lines -Oracle Open Office Writer : references -Oracle Open Office Writer : references;displaying in color (Calc) -Oracle Open Office Writer : references;expanding (Calc) -Oracle Open Office Writer : references;in Writer tables -Oracle Open Office Writer : references;inserting cross-references -Oracle Open Office Writer : references;iterative (Calc) -Oracle Open Office Writer : references;modifying cross-references -Oracle Open Office Writer : refusing word completions -Oracle Open Office Writer : register-true -Oracle Open Office Writer : register-true;definition -Oracle Open Office Writer : register-true;pages and paragraphs -Oracle Open Office Writer : registering -Oracle Open Office Writer : registering;address books -Oracle Open Office Writer : registering;databases (Base) -Oracle Open Office Writer : registering;Oracle Open Office -Oracle Open Office Writer : regression curves in charts -Oracle Open Office Writer : regular expressions -Oracle Open Office Writer : regular expressions;list of -Oracle Open Office Writer : regular expressions;opening files -Oracle Open Office Writer : regular expressions;searching -Oracle Open Office Writer : rejecting word completions -Oracle Open Office Writer : related words in thesaurus -Oracle Open Office Writer : relational databases (Base) -Oracle Open Office Writer : relations -Oracle Open Office Writer : relations;creating and deleting (Base) -Oracle Open Office Writer : relations;joining tables (Base) -Oracle Open Office Writer : relations;properties (Base) -Oracle Open Office Writer : relative distribution of table cells -Oracle Open Office Writer : relative hyperlinks -Oracle Open Office Writer : relative saving of URLs -Oracle Open Office Writer : reloading -Oracle Open Office Writer : reloading;documents -Oracle Open Office Writer : reloading;HTML documents, automatically -Oracle Open Office Writer : remarks, see also comments -Oracle Open Office Writer : remote configurations -Oracle Open Office Writer : remove noise filter -Oracle Open Office Writer : removing -Oracle Open Office Writer : removing;bullets and numbering -Oracle Open Office Writer : removing;bullets in text documents -Oracle Open Office Writer : removing;cell protection in text documents -Oracle Open Office Writer : removing;form filters -Oracle Open Office Writer : removing;subdocuments -Oracle Open Office Writer : removing, see also deleting -Oracle Open Office Writer : reorganizing charts -Oracle Open Office Writer : repeating -Oracle Open Office Writer : repeating;commands -Oracle Open Office Writer : repeating;table headings after page breaks -Oracle Open Office Writer : replacement options -Oracle Open Office Writer : replacement table -Oracle Open Office Writer : replacing -Oracle Open Office Writer : replacing;AutoCorrect function -Oracle Open Office Writer : replacing;dashes -Oracle Open Office Writer : replacing;databases -Oracle Open Office Writer : replacing;fields, by text -Oracle Open Office Writer : replacing;objects from Gallery -Oracle Open Office Writer : replacing;tab stops (regular expressions) -Oracle Open Office Writer : replacing;text and text formats -Oracle Open Office Writer : Report Builder -Oracle Open Office Writer : reports -Oracle Open Office Writer : reports;creating -Oracle Open Office Writer : reports;error reports -Oracle Open Office Writer : reports;opening and editing -Oracle Open Office Writer : reports;templates -Oracle Open Office Writer : resetting -Oracle Open Office Writer : resetting;fonts -Oracle Open Office Writer : resetting;templates -Oracle Open Office Writer : resizing -Oracle Open Office Writer : resizing;aspect ratio -Oracle Open Office Writer : resizing;objects and frames, by keyboard -Oracle Open Office Writer : resizing;objects, by mouse -Oracle Open Office Writer : resizing;rows and columns in text tables -Oracle Open Office Writer : resizing;text frames, by mouse -Oracle Open Office Writer : resizing;windows -Oracle Open Office Writer : resizing, see also scaling/zooming -Oracle Open Office Writer : resolution when printing bitmaps -Oracle Open Office Writer : restoring -Oracle Open Office Writer : restoring;default formatting -Oracle Open Office Writer : restoring;editing -Oracle Open Office Writer : reversing printing order -Oracle Open Office Writer : review function -Oracle Open Office Writer : review function;accepting or rejecting changes -Oracle Open Office Writer : review function;comparing documents -Oracle Open Office Writer : review function;protecting records -Oracle Open Office Writer : review function;recording changes example -Oracle Open Office Writer : rich text control -Oracle Open Office Writer : right alignment of paragraphs -Oracle Open Office Writer : right indents in paragraphs -Oracle Open Office Writer : right joins (Base) -Oracle Open Office Writer : right pages -Oracle Open Office Writer : right-to-left text -Oracle Open Office Writer : rising outline levels -Oracle Open Office Writer : rotating -Oracle Open Office Writer : rotating;3D text -Oracle Open Office Writer : rotating;text -Oracle Open Office Writer : round corners -Oracle Open Office Writer : rounding precision (Calc) -Oracle Open Office Writer : row breaks in text tables -Oracle Open Office Writer : row headers -Oracle Open Office Writer : row headers;displaying (Calc) -Oracle Open Office Writer : row headers;highlighting (Calc) -Oracle Open Office Writer : rows -Oracle Open Office Writer : rows;inserting in tables, using icon -Oracle Open Office Writer : rows;inserting/deleting in tables by keyboard -Oracle Open Office Writer : rows;register-true text -Oracle Open Office Writer : rows;selecting -Oracle Open Office Writer : rulers -Oracle Open Office Writer : rulers;default settings -Oracle Open Office Writer : rulers;measurement units -Oracle Open Office Writer : rulers;using rulers -Oracle Open Office Writer : rulers;visible in presentations -Oracle Open Office Writer : rules -Oracle Open Office Writer : running titles in headers -Oracle Open Office Writer : samples and templates -Oracle Open Office Writer : saving -Oracle Open Office Writer : saving;default file formats -Oracle Open Office Writer : saving;dialog settings -Oracle Open Office Writer : saving;documents -Oracle Open Office Writer : saving;documents for mobile devices -Oracle Open Office Writer : saving;documents in other formats -Oracle Open Office Writer : saving;documents, automatically -Oracle Open Office Writer : saving;in HTML format -Oracle Open Office Writer : saving;in Microsoft Office file format -Oracle Open Office Writer : saving;options -Oracle Open Office Writer : saving;templates -Oracle Open Office Writer : saving;to XML -Oracle Open Office Writer : saving;VBA code in Microsoft Office documents -Oracle Open Office Writer : saving;with password by default -Oracle Open Office Writer : saving as command -Oracle Open Office Writer : saving as command;precautions -Oracle Open Office Writer : scaling -Oracle Open Office Writer : scaling;axes -Oracle Open Office Writer : scaling;font sizes in user interface -Oracle Open Office Writer : scaling;objects -Oracle Open Office Writer : scaling;pictures -Oracle Open Office Writer : scaling;printing in Oracle Open Office Math -Oracle Open Office Writer : scaling;text frames, by mouse -Oracle Open Office Writer : scaling;text in charts -Oracle Open Office Writer : scaling;when printing presentations -Oracle Open Office Writer : scaling, see also zooming -Oracle Open Office Writer : scanning pictures -Oracle Open Office Writer : scatter charts -Oracle Open Office Writer : scope of page styles -Oracle Open Office Writer : screen -Oracle Open Office Writer : screen;full screen views -Oracle Open Office Writer : screen;scaling -Oracle Open Office Writer : screen magnifiers -Oracle Open Office Writer : screen readers -Oracle Open Office Writer : script organization -Oracle Open Office Writer : scrollbars -Oracle Open Office Writer : scrollbars;controls -Oracle Open Office Writer : scrollbars;displaying (Calc) -Oracle Open Office Writer : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Writer : search criteria for database functions in cells -Oracle Open Office Writer : search engines -Oracle Open Office Writer : search engines;definition -Oracle Open Office Writer : search engines;selecting -Oracle Open Office Writer : searching -Oracle Open Office Writer : searching;all sheets -Oracle Open Office Writer : searching;cross-references -Oracle Open Office Writer : searching;databases -Oracle Open Office Writer : searching;form filters -Oracle Open Office Writer : searching;formats -Oracle Open Office Writer : searching;Internet -Oracle Open Office Writer : searching;repeating a search -Oracle Open Office Writer : searching;synonyms -Oracle Open Office Writer : searching;tables and forms -Oracle Open Office Writer : searching;with wildcards -Oracle Open Office Writer : searching, see also finding -Oracle Open Office Writer : secondary axes in charts -Oracle Open Office Writer : sections -Oracle Open Office Writer : sections;backgrounds -Oracle Open Office Writer : sections;columns in/use of -Oracle Open Office Writer : sections;defining conditions -Oracle Open Office Writer : sections;editing -Oracle Open Office Writer : sections;hiding -Oracle Open Office Writer : sections;inserting -Oracle Open Office Writer : sections;inserting external content -Oracle Open Office Writer : sections;inserting sections by DDE -Oracle Open Office Writer : sections;moving and copying -Oracle Open Office Writer : sections;protecting/unprotecting -Oracle Open Office Writer : security -Oracle Open Office Writer : security;digital signatures -Oracle Open Office Writer : security;options for documents with macros -Oracle Open Office Writer : security;protecting contents -Oracle Open Office Writer : security;security levels for macros -Oracle Open Office Writer : security;warning dialogs with macros -Oracle Open Office Writer : selecting -Oracle Open Office Writer : selecting;controls -Oracle Open Office Writer : selecting;measurement units -Oracle Open Office Writer : selecting;objects -Oracle Open Office Writer : selecting;paper trays -Oracle Open Office Writer : selecting;print areas -Oracle Open Office Writer : selecting;several files -Oracle Open Office Writer : selecting;tables -Oracle Open Office Writer : selecting;text, with keyboard -Oracle Open Office Writer : selection clipboard -Oracle Open Office Writer : selection frames -Oracle Open Office Writer : selection modes in text -Oracle Open Office Writer : sending -Oracle Open Office Writer : sending;AutoAbstract function in presentations -Oracle Open Office Writer : sending;documents as e-mail -Oracle Open Office Writer : sending;documents as faxes -Oracle Open Office Writer : separation, see hyphenation -Oracle Open Office Writer : separator lines -Oracle Open Office Writer : separator lines;AutoFormat function -Oracle Open Office Writer : separator lines;defining -Oracle Open Office Writer : separators -Oracle Open Office Writer : separators;conditional -Oracle Open Office Writer : serial letters -Oracle Open Office Writer : Server Side ImageMap -Oracle Open Office Writer : settings -Oracle Open Office Writer : settings;direct cursor -Oracle Open Office Writer : settings;printers -Oracle Open Office Writer : settings;program configuration -Oracle Open Office Writer : settings;proxies -Oracle Open Office Writer : settings;tracking changes -Oracle Open Office Writer : settings;views -Oracle Open Office Writer : settings;word completion -Oracle Open Office Writer : SGML -Oracle Open Office Writer : SGML;definition -Oracle Open Office Writer : shadows -Oracle Open Office Writer : shadows;areas -Oracle Open Office Writer : shadows;borders -Oracle Open Office Writer : shadows;characters -Oracle Open Office Writer : shadows;characters, using context menu -Oracle Open Office Writer : shadows;headers/footers -Oracle Open Office Writer : sharing documents -Oracle Open Office Writer : sharpening filter -Oracle Open Office Writer : sheet tabs -Oracle Open Office Writer : sheet tabs;displaying -Oracle Open Office Writer : sheets -Oracle Open Office Writer : sheets;searching all -Oracle Open Office Writer : shortcut keys -Oracle Open Office Writer : shortcut keys;assigning macros -Oracle Open Office Writer : shortcut keys;bold formatting -Oracle Open Office Writer : shortcut keys;charts -Oracle Open Office Writer : shortcut keys;general -Oracle Open Office Writer : shortcut keys;in databases -Oracle Open Office Writer : shortcut keys;in text documents -Oracle Open Office Writer : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Writer : showing -Oracle Open Office Writer : showing;changes -Oracle Open Office Writer : showing;docked windows -Oracle Open Office Writer : showing;drawings and controls (Writer) -Oracle Open Office Writer : showing;live presentations on the Internet -Oracle Open Office Writer : showing;rulers -Oracle Open Office Writer : showing;toolbars -Oracle Open Office Writer : sideways orientation of pages -Oracle Open Office Writer : signing documents with digital signatures -Oracle Open Office Writer : similarity search -Oracle Open Office Writer : simple handles (Writer) -Oracle Open Office Writer : simplified Chinese -Oracle Open Office Writer : simplified Chinese;translating to traditional Chinese -Oracle Open Office Writer : single sign on options -Oracle Open Office Writer : single-line spacing in text -Oracle Open Office Writer : sizes -Oracle Open Office Writer : sizes;draw objects -Oracle Open Office Writer : sizes;pictures -Oracle Open Office Writer : slanting draw objects -Oracle Open Office Writer : small capitals -Oracle Open Office Writer : small capitals (guide) -Oracle Open Office Writer : small icons -Oracle Open Office Writer : smart tag configuration -Oracle Open Office Writer : smart tags -Oracle Open Office Writer : smooth scrolling (Writer) -Oracle Open Office Writer : smoothing filter -Oracle Open Office Writer : snap grid defaults (Writer/Calc) -Oracle Open Office Writer : snapping in presentations and drawings -Oracle Open Office Writer : solarization filter -Oracle Open Office Writer : sort lists -Oracle Open Office Writer : sort lists;copying to in Calc -Oracle Open Office Writer : sorting -Oracle Open Office Writer : sorting;data in forms -Oracle Open Office Writer : sorting;databases -Oracle Open Office Writer : sorting;paragraphs in special languages -Oracle Open Office Writer : sorting;paragraphs/table rows -Oracle Open Office Writer : sound files -Oracle Open Office Writer : spaces -Oracle Open Office Writer : spaces;displaying (Writer) -Oracle Open Office Writer : spaces;ignoring double -Oracle Open Office Writer : spaces;inserting protected spaces -Oracle Open Office Writer : spaces;showing protected spaces (Writer) -Oracle Open Office Writer : spacing -Oracle Open Office Writer : spacing;between paragraphs in footnotes -Oracle Open Office Writer : spacing;endnotes/footnotes -Oracle Open Office Writer : spacing;font effects -Oracle Open Office Writer : spacing;lines and paragraphs -Oracle Open Office Writer : spacing;register-true text -Oracle Open Office Writer : spacing;tab stops in text documents -Oracle Open Office Writer : spacing;tabs in presentations -Oracle Open Office Writer : spadmin -Oracle Open Office Writer : special characters -Oracle Open Office Writer : speech bubbles -Oracle Open Office Writer : speed of printing -Oracle Open Office Writer : spellcheck -Oracle Open Office Writer : spellcheck;activating for a language -Oracle Open Office Writer : spellcheck;activating for all languages -Oracle Open Office Writer : spellcheck;AutoSpellcheck on/off -Oracle Open Office Writer : spellcheck;checking text documents manually -Oracle Open Office Writer : spellcheck;context menus -Oracle Open Office Writer : spellcheck;default languages -Oracle Open Office Writer : spellcheck;dialog -Oracle Open Office Writer : spellcheck;dictionary of exceptions -Oracle Open Office Writer : spellcheck;ignore list -Oracle Open Office Writer : spelling in thesaurus -Oracle Open Office Writer : spin button creation -Oracle Open Office Writer : splitting cells -Oracle Open Office Writer : splitting cells;by keyboard -Oracle Open Office Writer : splitting cells;by menu command -Oracle Open Office Writer : splitting tables -Oracle Open Office Writer : splitting tables;at cursor position -Oracle Open Office Writer : splitting tables;row breaks -Oracle Open Office Writer : spoolfiles with Xprinter -Oracle Open Office Writer : spreadsheets -Oracle Open Office Writer : spreadsheets;as databases (base) -Oracle Open Office Writer : spreadsheets;copying areas to text documents -Oracle Open Office Writer : spreadsheets;creating/opening -Oracle Open Office Writer : spreadsheets;inserting charts -Oracle Open Office Writer : spreadsheets;inserting database records -Oracle Open Office Writer : spreadsheets;inserting tables from -Oracle Open Office Writer : spreadsheets;printing -Oracle Open Office Writer : spreadsheets;saving -Oracle Open Office Writer : spreadsheets;saving automatically -Oracle Open Office Writer : spreadsheets;saving in other formats -Oracle Open Office Writer : spreadsheets;sending as e-mail -Oracle Open Office Writer : SQL -Oracle Open Office Writer : SQL;definition -Oracle Open Office Writer : SQL;DISTINCT parameter -Oracle Open Office Writer : SQL;executing SQL commands -Oracle Open Office Writer : SQL;executing SQL statements (Base) -Oracle Open Office Writer : SQL;queries (Base) -Oracle Open Office Writer : square drawings -Oracle Open Office Writer : standard bar on/off -Oracle Open Office Writer : standard deviation in charts -Oracle Open Office Writer : standard filters in databases -Oracle Open Office Writer : standard printer under UNIX -Oracle Open Office Writer : start center -Oracle Open Office Writer : start parameters -Oracle Open Office Writer : starting page numbers -Oracle Open Office Writer : statistical functions -Oracle Open Office Writer : statistics in charts -Oracle Open Office Writer : status bar on/off -Oracle Open Office Writer : stickers -Oracle Open Office Writer : stock charts -Oracle Open Office Writer : storing bibliographic information -Oracle Open Office Writer : strikethrough -Oracle Open Office Writer : strikethrough;characters -Oracle Open Office Writer : strikethrough;font effects -Oracle Open Office Writer : styles -Oracle Open Office Writer : styles;'changed' message -Oracle Open Office Writer : styles;categories -Oracle Open Office Writer : styles;conditional -Oracle Open Office Writer : styles;copying between documents -Oracle Open Office Writer : styles;creating from selections -Oracle Open Office Writer : styles;finding -Oracle Open Office Writer : styles;for pages -Oracle Open Office Writer : styles;importing from other files -Oracle Open Office Writer : styles;keyboard shortcuts -Oracle Open Office Writer : styles;master documents -Oracle Open Office Writer : styles;organizing -Oracle Open Office Writer : styles;page numbers -Oracle Open Office Writer : styles;printing styles used in a document -Oracle Open Office Writer : styles;replacing automatically -Oracle Open Office Writer : styles;styles and templates -Oracle Open Office Writer : styles;table styles -Oracle Open Office Writer : styles;transferring -Oracle Open Office Writer : styles;updating from selections -Oracle Open Office Writer : Styles and Formatting window -Oracle Open Office Writer : Styles and Formatting window;applying styles -Oracle Open Office Writer : Styles and Formatting window;docking -Oracle Open Office Writer : Styles and Formatting window;docking and resizing -Oracle Open Office Writer : Styles and Formatting window;updating from selections -Oracle Open Office Writer : Stylist, see Styles and Formatting window -Oracle Open Office Writer : subdocuments -Oracle Open Office Writer : subdocuments;creating/editing/removing -Oracle Open Office Writer : subdocuments;properties -Oracle Open Office Writer : subforms -Oracle Open Office Writer : subforms;creating -Oracle Open Office Writer : subforms;description -Oracle Open Office Writer : subject fields -Oracle Open Office Writer : submitting forms -Oracle Open Office Writer : subscript text -Oracle Open Office Writer : subsidiary documents -Oracle Open Office Writer : suffixes in file formats -Oracle Open Office Writer : sums of table cell series -Oracle Open Office Writer : superscript text -Oracle Open Office Writer : support on the Web -Oracle Open Office Writer : switching off -Oracle Open Office Writer : switching off;hyphenation for specific words -Oracle Open Office Writer : switching off;word completion -Oracle Open Office Writer : synchronizing -Oracle Open Office Writer : synchronizing;labels and business cards -Oracle Open Office Writer : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Writer : synonyms in thesaurus -Oracle Open Office Writer : system address book registration -Oracle Open Office Writer : tab stops -Oracle Open Office Writer : tab stops;before headings -Oracle Open Office Writer : tab stops;displaying (Writer) -Oracle Open Office Writer : tab stops;inserting and editing -Oracle Open Office Writer : tab stops;inserting in lists -Oracle Open Office Writer : tab stops;regular expressions -Oracle Open Office Writer : tab stops;setting in sheets -Oracle Open Office Writer : tab stops;settings -Oracle Open Office Writer : tab stops;spacing in presentations -Oracle Open Office Writer : tab stops;spacing in text documents -Oracle Open Office Writer : table cells -Oracle Open Office Writer : table cells;adjusting the width on rulers -Oracle Open Office Writer : table cells;calculating sums -Oracle Open Office Writer : table cells;enlarging/reducing in text -Oracle Open Office Writer : table controls -Oracle Open Office Writer : table controls;form functions -Oracle Open Office Writer : table controls;keyboard-only edit mode -Oracle Open Office Writer : table controls;properties -Oracle Open Office Writer : table mode selection -Oracle Open Office Writer : table views of databases -Oracle Open Office Writer : Table Wizard (Base) -Oracle Open Office Writer : tables -Oracle Open Office Writer : tables;adapting the width by keyboard -Oracle Open Office Writer : tables;allowing page breaks -Oracle Open Office Writer : tables;AutoFormat function -Oracle Open Office Writer : tables;backgrounds -Oracle Open Office Writer : tables;calculating across -Oracle Open Office Writer : tables;calculating sums -Oracle Open Office Writer : tables;converting to text -Oracle Open Office Writer : tables;cross-referencing -Oracle Open Office Writer : tables;defining borders -Oracle Open Office Writer : tables;deleting -Oracle Open Office Writer : tables;deleting page breaks before -Oracle Open Office Writer : tables;editing by keyboard -Oracle Open Office Writer : tables;editing with the keyboard -Oracle Open Office Writer : tables;heading repetition after page breaks -Oracle Open Office Writer : tables;inserting columns in -Oracle Open Office Writer : tables;inserting line breaks -Oracle Open Office Writer : tables;inserting rows -Oracle Open Office Writer : tables;inserting text before -Oracle Open Office Writer : tables;inserting text tables -Oracle Open Office Writer : tables;jumping to -Oracle Open Office Writer : tables;labeling -Oracle Open Office Writer : tables;merging -Oracle Open Office Writer : tables;merging cells -Oracle Open Office Writer : tables;number recognition -Oracle Open Office Writer : tables;performing calculations in -Oracle Open Office Writer : tables;positioning -Oracle Open Office Writer : tables;protecting/unprotecting cells -Oracle Open Office Writer : tables;resizing/juxtaposing -Oracle Open Office Writer : tables;selecting -Oracle Open Office Writer : tables;sorting rows -Oracle Open Office Writer : tables;splitting -Oracle Open Office Writer : tables;start/end of document -Oracle Open Office Writer : tables;text flow around text tables -Oracle Open Office Writer : tables in databases -Oracle Open Office Writer : tables in databases;access rights to (Base) -Oracle Open Office Writer : tables in databases;adding to queries -Oracle Open Office Writer : tables in databases;browsing and editing -Oracle Open Office Writer : tables in databases;copying database tables (Base) -Oracle Open Office Writer : tables in databases;creating -Oracle Open Office Writer : tables in databases;creating in design view (manually) -Oracle Open Office Writer : tables in databases;importing text formats (Base) -Oracle Open Office Writer : tables in databases;joining for queries (Base) -Oracle Open Office Writer : tables in databases;printing queries (Base) -Oracle Open Office Writer : tables in databases;relations (Base) -Oracle Open Office Writer : tables in databases;searching -Oracle Open Office Writer : tables in spreadsheets -Oracle Open Office Writer : tables in spreadsheets;copying data to other applications -Oracle Open Office Writer : tables in spreadsheets;defining borders -Oracle Open Office Writer : tables in spreadsheets;inserting in text -Oracle Open Office Writer : tables in spreadsheets;value highlighting -Oracle Open Office Writer : tables in text -Oracle Open Office Writer : tables in text;captions -Oracle Open Office Writer : tables in text;creating automatically -Oracle Open Office Writer : tables in text;default settings -Oracle Open Office Writer : tables in text;defining borders -Oracle Open Office Writer : tables in text;displaying -Oracle Open Office Writer : tables in text;printing -Oracle Open Office Writer : tables of contents -Oracle Open Office Writer : tables of contents;creating and updating -Oracle Open Office Writer : tables of contents;defining entries in -Oracle Open Office Writer : tables of contents;editing and deleting -Oracle Open Office Writer : tables of contents;editing or deleting entries -Oracle Open Office Writer : tables of contents;formatting -Oracle Open Office Writer : tables of contents;hyperlinks as entries -Oracle Open Office Writer : tables of contents;unprotecting -Oracle Open Office Writer : tabs -Oracle Open Office Writer : tabs;displaying sheet tabs -Oracle Open Office Writer : tags -Oracle Open Office Writer : tags;definition -Oracle Open Office Writer : tags;in Oracle Open Office Writer -Oracle Open Office Writer : tags;META tags -Oracle Open Office Writer : templates -Oracle Open Office Writer : templates;agendas -Oracle Open Office Writer : templates;changing basic fonts -Oracle Open Office Writer : templates;creating document templates -Oracle Open Office Writer : templates;database reports -Oracle Open Office Writer : templates;default templates -Oracle Open Office Writer : templates;deleting -Oracle Open Office Writer : templates;editing and saving -Oracle Open Office Writer : templates;faxes -Oracle Open Office Writer : templates;importing and exporting -Oracle Open Office Writer : templates;letters -Oracle Open Office Writer : templates;new documents from templates -Oracle Open Office Writer : templates;opening documents with -Oracle Open Office Writer : templates;organizing -Oracle Open Office Writer : templates;organizing (guide) -Oracle Open Office Writer : templates;updating from selections -Oracle Open Office Writer : terminology -Oracle Open Office Writer : terminology;general glossary -Oracle Open Office Writer : terminology;Internet glossary -Oracle Open Office Writer : testing XML filters -Oracle Open Office Writer : text -Oracle Open Office Writer : text;animating -Oracle Open Office Writer : text;Asian layout -Oracle Open Office Writer : text;backgrounds -Oracle Open Office Writer : text;bold -Oracle Open Office Writer : text;coloring -Oracle Open Office Writer : text;conditional text -Oracle Open Office Writer : text;converting to tables -Oracle Open Office Writer : text;copying by drag and drop -Oracle Open Office Writer : text;CTL languages -Oracle Open Office Writer : text;cursor -Oracle Open Office Writer : text;drawing pictures -Oracle Open Office Writer : text;emphasizing -Oracle Open Office Writer : text;font effects -Oracle Open Office Writer : text;font sizes -Oracle Open Office Writer : text;font styles -Oracle Open Office Writer : text;fonts and formats -Oracle Open Office Writer : text;Fontwork icons -Oracle Open Office Writer : text;formatting around objects -Oracle Open Office Writer : text;formatting bold while typing -Oracle Open Office Writer : text;hiding -Oracle Open Office Writer : text;hiding from specific users, with conditions -Oracle Open Office Writer : text;hyperlinks -Oracle Open Office Writer : text;input fields -Oracle Open Office Writer : text;inserting pictures from Draw -Oracle Open Office Writer : text;inserting pictures in -Oracle Open Office Writer : text;inserting special characters -Oracle Open Office Writer : text;italics -Oracle Open Office Writer : text;kerning -Oracle Open Office Writer : text;language selection -Oracle Open Office Writer : text;line numbers -Oracle Open Office Writer : text;line spacing -Oracle Open Office Writer : text;multi-column -Oracle Open Office Writer : text;navigating and selecting with keyboard -Oracle Open Office Writer : text;non-printable -Oracle Open Office Writer : text;number of words/characters -Oracle Open Office Writer : text;overwriting or inserting -Oracle Open Office Writer : text;printing in black -Oracle Open Office Writer : text;replacing with format -Oracle Open Office Writer : text;rotating -Oracle Open Office Writer : text;selection modes -Oracle Open Office Writer : text;shadowed -Oracle Open Office Writer : text;sorting paragraphs -Oracle Open Office Writer : text;subscript and superscript -Oracle Open Office Writer : text;text/draw objects -Oracle Open Office Writer : text;turning off automatic correction -Oracle Open Office Writer : text;uppercase or lowercase -Oracle Open Office Writer : text animation -Oracle Open Office Writer : text attributes -Oracle Open Office Writer : text attributes;hyperlinks -Oracle Open Office Writer : text attributes;undoing -Oracle Open Office Writer : text blocks -Oracle Open Office Writer : text boxes -Oracle Open Office Writer : text boxes;form functions -Oracle Open Office Writer : text boxes;positioning -Oracle Open Office Writer : text breaks in cells -Oracle Open Office Writer : text colors for better accessibility -Oracle Open Office Writer : text columns -Oracle Open Office Writer : text databases (Base) -Oracle Open Office Writer : text documents -Oracle Open Office Writer : text documents;creating/opening -Oracle Open Office Writer : text documents;default templates -Oracle Open Office Writer : text documents;importing/exporting -Oracle Open Office Writer : text documents;inserting Calc charts -Oracle Open Office Writer : text documents;inserting spreadsheet cells -Oracle Open Office Writer : text documents;merging -Oracle Open Office Writer : text documents;print settings -Oracle Open Office Writer : text documents;printing -Oracle Open Office Writer : text documents;publishing in HTML -Oracle Open Office Writer : text documents;saving -Oracle Open Office Writer : text documents;saving automatically -Oracle Open Office Writer : text documents;saving in other formats -Oracle Open Office Writer : text documents;sending as e-mail -Oracle Open Office Writer : text documents;shortcut keys in -Oracle Open Office Writer : text documents;word completion settings -Oracle Open Office Writer : text effects -Oracle Open Office Writer : text flow -Oracle Open Office Writer : text flow;around text tables -Oracle Open Office Writer : text flow;at breaks -Oracle Open Office Writer : text flow;from frame to frame -Oracle Open Office Writer : text flow;in cells -Oracle Open Office Writer : text formats -Oracle Open Office Writer : text formats;copying and pasting -Oracle Open Office Writer : text formats;databases -Oracle Open Office Writer : text formats;finding -Oracle Open Office Writer : text formats;pasting -Oracle Open Office Writer : text frames -Oracle Open Office Writer : text frames;centering on pages -Oracle Open Office Writer : text frames;inserting/editing/linking -Oracle Open Office Writer : text frames;labeling -Oracle Open Office Writer : text grid for Asian layout -Oracle Open Office Writer : text input fields -Oracle Open Office Writer : text layout for special languages -Oracle Open Office Writer : text objects -Oracle Open Office Writer : text objects;alignment -Oracle Open Office Writer : text objects;draw functions -Oracle Open Office Writer : text objects;fonts -Oracle Open Office Writer : text objects;in presentations and drawings -Oracle Open Office Writer : text overflow in spreadsheet cells -Oracle Open Office Writer : text scaling in charts -Oracle Open Office Writer : text wrap around objects -Oracle Open Office Writer : text, see also text documents, paragraphs and characters -Oracle Open Office Writer : TextArt, see Fontwork -Oracle Open Office Writer : textures -Oracle Open Office Writer : textures;inserting from Gallery -Oracle Open Office Writer : textures;on chart bars -Oracle Open Office Writer : Thai -Oracle Open Office Writer : Thai;entering text -Oracle Open Office Writer : Thai;language settings -Oracle Open Office Writer : thesaurus -Oracle Open Office Writer : thesaurus;activating for a language -Oracle Open Office Writer : thesaurus;related words -Oracle Open Office Writer : ticker text -Oracle Open Office Writer : time fields -Oracle Open Office Writer : time fields;form functions -Oracle Open Office Writer : time fields;HTML -Oracle Open Office Writer : time fields;inserting -Oracle Open Office Writer : times -Oracle Open Office Writer : times;inserting when printing presentations -Oracle Open Office Writer : times, formats -Oracle Open Office Writer : tips -Oracle Open Office Writer : tips;extended tips in Help -Oracle Open Office Writer : title pages -Oracle Open Office Writer : title pages;centering text on -Oracle Open Office Writer : title pages;page styles -Oracle Open Office Writer : title rows -Oracle Open Office Writer : title rows;printing in Oracle Open Office Math -Oracle Open Office Writer : titles -Oracle Open Office Writer : titles;alignment (charts) -Oracle Open Office Writer : titles;changing -Oracle Open Office Writer : titles;editing in charts -Oracle Open Office Writer : titles;font effects -Oracle Open Office Writer : titles;formatting automatically -Oracle Open Office Writer : titles;formatting charts -Oracle Open Office Writer : titles;objects -Oracle Open Office Writer : toolbars -Oracle Open Office Writer : toolbars;adding buttons -Oracle Open Office Writer : toolbars;docking/undocking -Oracle Open Office Writer : toolbars;Form Navigation bar -Oracle Open Office Writer : toolbars;viewing/closing -Oracle Open Office Writer : tools bar -Oracle Open Office Writer : tooltips -Oracle Open Office Writer : tooltips;extended tips -Oracle Open Office Writer : tooltips;help -Oracle Open Office Writer : totals in text tables -Oracle Open Office Writer : traditional Chinese -Oracle Open Office Writer : traditional Chinese;translating to simplified chinese -Oracle Open Office Writer : transparency -Oracle Open Office Writer : transparency;areas -Oracle Open Office Writer : transparency;off for faster printing -Oracle Open Office Writer : transparency;saving -Oracle Open Office Writer : tree view of Help -Oracle Open Office Writer : trend lines in charts -Oracle Open Office Writer : trigonometric functions -Oracle Open Office Writer : turning off automatic correction -Oracle Open Office Writer : typefaces -Oracle Open Office Writer : typefaces;adding under UNIX -Oracle Open Office Writer : typefaces;formats -Oracle Open Office Writer : typographical quotes in Oracle Open Office Writer -Oracle Open Office Writer : typography -Oracle Open Office Writer : typography;Asian -Oracle Open Office Writer : underlining -Oracle Open Office Writer : underlining;AutoFormat function -Oracle Open Office Writer : underlining;characters -Oracle Open Office Writer : underlining;quick -Oracle Open Office Writer : underlining;text -Oracle Open Office Writer : undocking windows -Oracle Open Office Writer : undoing -Oracle Open Office Writer : undoing;direct formatting -Oracle Open Office Writer : undoing;editing -Oracle Open Office Writer : undoing;number of steps -Oracle Open Office Writer : ungrouping groups -Oracle Open Office Writer : units -Oracle Open Office Writer : units;converting -Oracle Open Office Writer : units;measurement units -Oracle Open Office Writer : unlinking frames -Oracle Open Office Writer : UNO components -Oracle Open Office Writer : UNO components;Extension Manager -Oracle Open Office Writer : UNO components;integrating new -Oracle Open Office Writer : unprotecting tables of contents and indexes -Oracle Open Office Writer : update options -Oracle Open Office Writer : updates -Oracle Open Office Writer : updates;checking automatically -Oracle Open Office Writer : updates;checking manually -Oracle Open Office Writer : updating -Oracle Open Office Writer : updating;cross-references -Oracle Open Office Writer : updating;fields -Oracle Open Office Writer : updating;fields and charts, automatically (Writer) -Oracle Open Office Writer : updating;indexes/tables of contents -Oracle Open Office Writer : updating;linked sections, manually -Oracle Open Office Writer : updating;links in text documents -Oracle Open Office Writer : updating;links, on opening -Oracle Open Office Writer : updating;styles, from selections -Oracle Open Office Writer : updating;tables of contents -Oracle Open Office Writer : updating;templates -Oracle Open Office Writer : updating;text documents -Oracle Open Office Writer : uppercase -Oracle Open Office Writer : uppercase;changing to lowercase -Oracle Open Office Writer : uppercase;formatting text -Oracle Open Office Writer : URL -Oracle Open Office Writer : URL;changing hyperlink URLs -Oracle Open Office Writer : URL;definition -Oracle Open Office Writer : URL;in pictures -Oracle Open Office Writer : URL;saving absolute/relative paths -Oracle Open Office Writer : URL;turning off URL recognition -Oracle Open Office Writer : user data -Oracle Open Office Writer : user data;in conditions -Oracle Open Office Writer : user data;input -Oracle Open Office Writer : user data;querying -Oracle Open Office Writer : user data;removing when saving -Oracle Open Office Writer : user feedback -Oracle Open Office Writer : user feedback;automatically -Oracle Open Office Writer : user variables in conditions/fields -Oracle Open Office Writer : user-defined dictionaries -Oracle Open Office Writer : user-defined dictionaries;creating -Oracle Open Office Writer : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Writer : user-defined dictionaries;editing -Oracle Open Office Writer : user-defined dictionaries;removing words from -Oracle Open Office Writer : user-defined fields, restriction -Oracle Open Office Writer : user-defined indexes -Oracle Open Office Writer : user-defined styles -Oracle Open Office Writer : user-defined styles;automatically replacing -Oracle Open Office Writer : UTF-8/UCS2 support -Oracle Open Office Writer : values -Oracle Open Office Writer : values;rounded as shown (Calc) -Oracle Open Office Writer : variable dates -Oracle Open Office Writer : variables -Oracle Open Office Writer : variables;document properties -Oracle Open Office Writer : variables;for hiding text -Oracle Open Office Writer : variables;for paths -Oracle Open Office Writer : variables;in conditions -Oracle Open Office Writer : variances in charts -Oracle Open Office Writer : VBA code -Oracle Open Office Writer : VBA code;loading/saving documents with VBA code -Oracle Open Office Writer : version management -Oracle Open Office Writer : version numbers of documents -Oracle Open Office Writer : versions -Oracle Open Office Writer : versions;comparing documents -Oracle Open Office Writer : versions;file saving as, restriction -Oracle Open Office Writer : versions;merging document versions -Oracle Open Office Writer : versions;of a document -Oracle Open Office Writer : versions;Oracle Open Office -Oracle Open Office Writer : vertical callouts -Oracle Open Office Writer : vertical rulers -Oracle Open Office Writer : vertical scrollbars (Writer) -Oracle Open Office Writer : vertical text boxes -Oracle Open Office Writer : videos -Oracle Open Office Writer : viewing -Oracle Open Office Writer : viewing;databases -Oracle Open Office Writer : viewing;fields -Oracle Open Office Writer : viewing;file properties -Oracle Open Office Writer : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Writer : viewing;toolbars -Oracle Open Office Writer : views -Oracle Open Office Writer : views;creating database views (Base) -Oracle Open Office Writer : views;defaults -Oracle Open Office Writer : views;full screen -Oracle Open Office Writer : views;icons -Oracle Open Office Writer : views;scaling -Oracle Open Office Writer : Visual Basic for Applications -Oracle Open Office Writer : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Writer : watermarks -Oracle Open Office Writer : web documents -Oracle Open Office Writer : web documents;XForms -Oracle Open Office Writer : Web support -Oracle Open Office Writer : WebCast export -Oracle Open Office Writer : WebDAV over HTTPS -Oracle Open Office Writer : weekdays -Oracle Open Office Writer : weekdays;automatically completing -Oracle Open Office Writer : widows -Oracle Open Office Writer : wildcards, see regular expressions -Oracle Open Office Writer : windows -Oracle Open Office Writer : windows;docking -Oracle Open Office Writer : windows;docking definition -Oracle Open Office Writer : windows;hiding/showing/docking -Oracle Open Office Writer : windows;new -Oracle Open Office Writer : wizards -Oracle Open Office Writer : wizards;agendas -Oracle Open Office Writer : wizards;database queries -Oracle Open Office Writer : wizards;database tables (Base) -Oracle Open Office Writer : wizards;databases (Base) -Oracle Open Office Writer : wizards;document converter -Oracle Open Office Writer : wizards;Euro Converter -Oracle Open Office Writer : wizards;faxes -Oracle Open Office Writer : wizards;form letters -Oracle Open Office Writer : wizards;forms -Oracle Open Office Writer : wizards;letters -Oracle Open Office Writer : wizards;macros (Base) -Oracle Open Office Writer : wizards;overview -Oracle Open Office Writer : wizards;presentations -Oracle Open Office Writer : wizards;reports -Oracle Open Office Writer : word completion -Oracle Open Office Writer : word completion;settings -Oracle Open Office Writer : word completion;using/disabling -Oracle Open Office Writer : word counts -Oracle Open Office Writer : Word documents -Oracle Open Office Writer : Word documents;compatibility -Oracle Open Office Writer : Word documents;saving as -Oracle Open Office Writer : WordArt, see Fontwork -Oracle Open Office Writer : words -Oracle Open Office Writer : words;automatic replacement on/off -Oracle Open Office Writer : words;automatically replacing -Oracle Open Office Writer : words;backgrounds -Oracle Open Office Writer : words;counting in text -Oracle Open Office Writer : words;disabling spellcheck -Oracle Open Office Writer : words;wrapping in cells -Oracle Open Office Writer : words;wrapping in CTL -Oracle Open Office Writer : words;wrapping/not wrapping in text -Oracle Open Office Writer : working directory change -Oracle Open Office Writer : wrapping text -Oracle Open Office Writer : wrapping text;editing contours -Oracle Open Office Writer : wrapping text;in cells -Oracle Open Office Writer : write protection on/off -Oracle Open Office Writer : writing aids options -Oracle Open Office Writer : writing with direct cursor -Oracle Open Office Writer : WYSIWYG in fonts lists -Oracle Open Office Writer : X axes -Oracle Open Office Writer : X axes;grid formatting -Oracle Open Office Writer : X axes;positioning -Oracle Open Office Writer : X axes;scaling -Oracle Open Office Writer : X axes;showing -Oracle Open Office Writer : XForms -Oracle Open Office Writer : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Writer : XForms;conditions -Oracle Open Office Writer : XForms;opening/editing -Oracle Open Office Writer : XML converters -Oracle Open Office Writer : XML file formats -Oracle Open Office Writer : XML filters -Oracle Open Office Writer : XML filters;creating/testing -Oracle Open Office Writer : XML filters;saving as package/installing/deleting -Oracle Open Office Writer : XML filters;settings -Oracle Open Office Writer : XML Forms, see XForms -Oracle Open Office Writer : XSLT filters, see also XML filters -Oracle Open Office Writer : XY charts -Oracle Open Office Writer : Y axes -Oracle Open Office Writer : Y axes;formatting -Oracle Open Office Writer : Y axes;grid formatting -Oracle Open Office Writer : Y axes;positioning -Oracle Open Office Writer : Y axes;scaling -Oracle Open Office Writer : Y axes;showing -Oracle Open Office Writer : years -Oracle Open Office Writer : years;2-digit options -Oracle Open Office Writer : Z axes -Oracle Open Office Writer : Z axes;grid formatting -Oracle Open Office Writer : Z axes;showing -Oracle Open Office Writer : zero values -Oracle Open Office Writer : zero values;displaying (Calc) -Oracle Open Office Writer : zooming -Oracle Open Office Writer : zooming;page views -Oracle Open Office Writer : zooming;pictures -Oracle Open Office Writer : zooming;status bar diff --git a/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_headings_and_whole_words_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_headings_and_whole_words_en-US.txt deleted file mode 100644 index 5c04d7985c0e..000000000000 --- a/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_headings_and_whole_words_en-US.txt +++ /dev/null @@ -1,6 +0,0 @@ -Java Platform Support -Java -Start Parameters -MySQL Connection -Oracle Open Office -Glossary of Internet Terms diff --git a/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_headings_only_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_headings_only_en-US.txt deleted file mode 100644 index 4ad00920a409..000000000000 --- a/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_headings_only_en-US.txt +++ /dev/null @@ -1,7 +0,0 @@ -Java Platform Support -Java -Organize Macros -Start Parameters -MySQL Connection -Oracle Open Office -Glossary of Internet Terms diff --git a/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_whole_words_only_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_whole_words_only_en-US.txt deleted file mode 100644 index 53006536b79b..000000000000 --- a/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_whole_words_only_en-US.txt +++ /dev/null @@ -1,16 +0,0 @@ -Java -Java Platform Support -Class Path -Assistive Tools in Oracle Open Office -Mail Merge Wizard - Document Type -Start Parameters -MySQL Connection -Accessibility in Oracle Open Office -Oracle Open Office -Report Builder -Glossary of Internet Terms -Accessibility -Mobile Device Filters for Pocket Device Appliances -JDBC Connection -Scripting Oracle Open Office -General Glossary diff --git a/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_without_filter_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_without_filter_en-US.txt deleted file mode 100644 index 801677749685..000000000000 --- a/testautomation/framework/optional/input/help_browser/Oracle Open Office_search_without_filter_en-US.txt +++ /dev/null @@ -1,22 +0,0 @@ -Mail Merge Wizard - Document Type -Java Platform Support -Java -Class Path -HTML Filters and Forms -Assistive Tools in Oracle Open Office -Start Parameters -Organize Macros -JDBC Connection -MySQL Connection -Insert Script -Accessibility in Oracle Open Office -Oracle Open Office -Scripting Oracle Open Office -Macro -Report Builder -Glossary of Internet Terms -Accessibility -Mobile Device Filters for Pocket Device Appliances -HTML Export - Page 2 -Data -General Glossary diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_applications_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_applications_en-US.txt old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_and_whole_words_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_and_whole_words_en-US.txt old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_only_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_headings_only_en-US.txt old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_whole_words_only_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_whole_words_only_en-US.txt old mode 100644 new mode 100755 diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_without_filter_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_search_without_filter_en-US.txt old mode 100644 new mode 100755 -- cgit From d4db93dec417f931b87657250e966a56ed98f5bf Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 19 May 2010 08:53:36 +0200 Subject: vitomation01: #i109562 - removed blanks from filenames as suggested by RE --- .../optional/includes/filedlg_filternames.inc | 5 ++ .../Oracle_Open_Office_Filternames_add_en-US.txt | 87 ++++++++++++++++++++++ .../Oracle_Open_Office_Filternames_en-US.txt | 85 +++++++++++++++++++++ 3 files changed, 177 insertions(+) create mode 100644 testautomation/framework/optional/input/filternames/Oracle_Open_Office_Filternames_add_en-US.txt create mode 100644 testautomation/framework/optional/input/filternames/Oracle_Open_Office_Filternames_en-US.txt (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/filedlg_filternames.inc b/testautomation/framework/optional/includes/filedlg_filternames.inc index 6dd8c68e74ad..393476cd58c7 100755 --- a/testautomation/framework/optional/includes/filedlg_filternames.inc +++ b/testautomation/framework/optional/includes/filedlg_filternames.inc @@ -64,6 +64,8 @@ testcase tVerifyFilterNames else cFile = cFile & gIsoLang & ".txt" endif + + dim cFileIn as string cFileIn = gTesttoolPath & "framework\optional\input\filternames\" & cFile @@ -71,6 +73,9 @@ testcase tVerifyFilterNames dim cFileOut as string cFileOut = hGetWorkPath() & cFile + + ' Replace blanks with underscores + cFile = hStringReplaceChar( sFile, " ", "_" ) printlog( "Create a new document" ) hCreateDocument() diff --git a/testautomation/framework/optional/input/filternames/Oracle_Open_Office_Filternames_add_en-US.txt b/testautomation/framework/optional/input/filternames/Oracle_Open_Office_Filternames_add_en-US.txt new file mode 100644 index 000000000000..bf0c1e00851e --- /dev/null +++ b/testautomation/framework/optional/input/filternames/Oracle_Open_Office_Filternames_add_en-US.txt @@ -0,0 +1,87 @@ +All files (*.*) +Text documents +Spreadsheets +Presentations +Drawings +Web pages +Master documents +Formulas +Database documents +------------------------------------------ +ODF Text Document (*.odt) +ODF Text Document Template (*.ott) +StarOffice 6.0/7 Text Document (*.sxw) +StarOffice 6.0/7 Text Document Template (*.stw) +Microsoft Word 97/2000/XP (*.doc) +Microsoft Word 97/2000/XP Template (*.dot) +Microsoft Word 6.0 / 95 (*.doc) +Microsoft Word 95 Template (*.dot) +Rich Text Format (*.rtf) +StarWriter 3.0 - 5.0 (*.sdw) +StarWriter 3.0 - 5.0 Templates (*.vor) +Text (*.txt) +Text Encoded (*.txt) +HTML Document (StarOffice Writer) (*.html;*.htm) +AportisDoc (Palm) (*.pdb) +DocBook (*.xml) +Microsoft WinWord 5 (*.doc) +Microsoft Word 2003 XML (*.xml) +Microsoft Word 2007 XML (*.docx;*.docm) +Microsoft Word 2007 XML Template (*.dotx;*.dotm) +Pocket Word (*.psw) +StarWriter 1.0 (*.sdw) +StarWriter 2.0 (*.sdw) +StarWriter DOS (*.txt) +T602 Document (*.602;*.txt) +Unified Office Format text (*.uot;*.uof) +WordPerfect Document (*.wpd) +Ichitaro 8/9/10/11 (*.jtd) +Ichitaro 8/9/10/11 Template (*.jtt) +Hangul WP 97 (*.hwp) +PDF - Portable Document Format (*.pdf) +------------------------------------------ +ODF Spreadsheet (*.ods) +ODF Spreadsheet Template (*.ots) +StarOffice 6.0/7 Spreadsheet (*.sxc) +StarOffice 6.0/7 Spreadsheet Template (*.stc) +Data Interchange Format (*.dif) +dBASE (*.dbf) +Microsoft Excel 97/2000/XP (*.xls;*.xlc;*.xlm;*.xlw) +Microsoft Excel 97/2000/XP Template (*.xlt) +Microsoft Excel 4.x - 5.0 / 95 (*.xls;*.xlc;*.xlm;*.xlw) +Microsoft Excel 4.x - 5.0 / 95 Templates (*.xlt) +Rich Text Format (StarOffice Calc) (*.rtf) +StarCalc 3.0 - 5.0 (*.sdc) +StarCalc 3.0 - 5.0 Templates (*.vor) +StarCalc 1.0 (*.sdc) +SYLK (*.slk) +Text CSV (*.csv;*.txt;*.xls) +HTML Document (StarOffice Calc) (*.html;*.htm) +Microsoft Excel 2007 Binary (*.xlsb) +Microsoft Excel 2007 XML (*.xlsm;*.xlsx) +Microsoft Excel 2007 XML Template (*.xltm;*.xltx) +Lotus 1-2-3 (*.wk1;*.wks;*.123) +Microsoft Excel 2003 XML (*.xml) +Pocket Excel (*.pxl) +Quattro Pro 6.0 (*.wb2) +Unified Office Format spreadsheet (*.uos;*.uof) +Web Page Query (StarOffice Calc) (*.html;*.htm) +------------------------------------------ +HTML Document (*.html;*.htm) +StarOffice 6.0/7 HTML Template (*.stw) +StarWriter/Web 4.0 / 5.0 Templates (*.vor) +Text (StarWriter/Web) (*.txt) +Text Encoded (StarOffice Writer/Web) (*.txt) +HTML Document Template (*.oth) +------------------------------------------ +ODF Master Document (*.odm) +StarOffice 6.0/7 Master Document (*.sxg) +StarWriter 4.0 / 5.0 Master Documents (*.sgl) +Text Encoded (StarOffice Master Document) (*.txt) +------------------------------------------ +ODF Database (*.odb) +------------------------------------------ +ODF Formula (*.odf) +StarOffice 6.0/7 Formula (*.sxm) +StarMath 2.0 - 5.0 (*.smf) +MathML 1.01 (*.mml) diff --git a/testautomation/framework/optional/input/filternames/Oracle_Open_Office_Filternames_en-US.txt b/testautomation/framework/optional/input/filternames/Oracle_Open_Office_Filternames_en-US.txt new file mode 100644 index 000000000000..85d580c71554 --- /dev/null +++ b/testautomation/framework/optional/input/filternames/Oracle_Open_Office_Filternames_en-US.txt @@ -0,0 +1,85 @@ +All files (*.*) +Text documents +Spreadsheets +Presentations +Drawings +Web pages +Master documents +Formulas +Database documents +------------------------------------------ +ODF Text Document (*.odt) +ODF Text Document Template (*.ott) +StarOffice 6.0/7 Text Document (*.sxw) +StarOffice 6.0/7 Text Document Template (*.stw) +Microsoft Word 97/2000/XP (*.doc) +Microsoft Word 97/2000/XP Template (*.dot) +Microsoft Word 6.0 / 95 (*.doc) +Microsoft Word 95 Template (*.dot) +Rich Text Format (*.rtf) +StarWriter 3.0 - 5.0 (*.sdw) +StarWriter 3.0 - 5.0 Templates (*.vor) +Text (*.txt) +Text Encoded (*.txt) +HTML Document (StarOffice Writer) (*.html;*.htm) +AportisDoc (Palm) (*.pdb) +DocBook (*.xml) +Microsoft WinWord 5 (*.doc) +Microsoft Word 2003 XML (*.xml) +Microsoft Word 2007 XML (*.docx;*.docm) +Microsoft Word 2007 XML Template (*.dotx;*.dotm) +Pocket Word (*.psw) +StarWriter 1.0 (*.sdw) +StarWriter 2.0 (*.sdw) +StarWriter DOS (*.txt) +T602 Document (*.602;*.txt) +Unified Office Format text (*.uot;*.uof) +WordPerfect Document (*.wpd) +Hangul WP 97 (*.hwp) +PDF - Portable Document Format (*.pdf) +------------------------------------------ +ODF Spreadsheet (*.ods) +ODF Spreadsheet Template (*.ots) +StarOffice 6.0/7 Spreadsheet (*.sxc) +StarOffice 6.0/7 Spreadsheet Template (*.stc) +Data Interchange Format (*.dif) +dBASE (*.dbf) +Microsoft Excel 97/2000/XP (*.xls;*.xlc;*.xlm;*.xlw) +Microsoft Excel 97/2000/XP Template (*.xlt) +Microsoft Excel 4.x - 5.0 / 95 (*.xls;*.xlc;*.xlm;*.xlw) +Microsoft Excel 4.x - 5.0 / 95 Templates (*.xlt) +Rich Text Format (StarOffice Calc) (*.rtf) +StarCalc 3.0 - 5.0 (*.sdc) +StarCalc 3.0 - 5.0 Templates (*.vor) +StarCalc 1.0 (*.sdc) +SYLK (*.slk) +Text CSV (*.csv;*.txt;*.xls) +HTML Document (StarOffice Calc) (*.html;*.htm) +Microsoft Excel 2007 Binary (*.xlsb) +Microsoft Excel 2007 XML (*.xlsm;*.xlsx) +Microsoft Excel 2007 XML Template (*.xltm;*.xltx) +Lotus 1-2-3 (*.wk1;*.wks;*.123) +Microsoft Excel 2003 XML (*.xml) +Pocket Excel (*.pxl) +Quattro Pro 6.0 (*.wb2) +Unified Office Format spreadsheet (*.uos;*.uof) +Web Page Query (StarOffice Calc) (*.html;*.htm) +------------------------------------------ +HTML Document (*.html;*.htm) +StarOffice 6.0/7 HTML Template (*.stw) +StarWriter/Web 4.0 / 5.0 Templates (*.vor) +Text (StarWriter/Web) (*.txt) +Text Encoded (StarOffice Writer/Web) (*.txt) +HTML Document Template (*.oth) +------------------------------------------ +ODF Master Document (*.odm) +StarOffice 6.0/7 Master Document (*.sxg) +StarWriter 4.0 / 5.0 Master Documents (*.sgl) +Text Encoded (StarOffice Master Document) (*.txt) +------------------------------------------ +ODF Database (*.odb) +------------------------------------------ +ODF Formula (*.odf) +StarOffice 6.0/7 Formula (*.sxm) +StarMath 2.0 - 5.0 (*.smf) +MathML 1.01 (*.mml) -- cgit From 2e3a78da2be8c409bf5e366947830002f9fdd368 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 19 May 2010 12:44:31 +0200 Subject: vitomation01: #i109562 - Modify handling of messgeboxes to suit the needs of the extras_xxx_open-tests which have to deal with an I/O error for some documents now. --- .../global/tools/includes/optional/t_docfuncs.inc | 137 +++++++-------------- .../global/tools/includes/required/t_tools3.inc | 47 ++++--- 2 files changed, 73 insertions(+), 111 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index 921879a80759..8e98fbef378f 100755 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -153,27 +153,23 @@ function hChangeDoc() as string Kontext "DocumentWriter" DocumentWriter.TypeKeys "This doc is changed!" hChangeDoc() = "Changed WRITER/HTML/MASTERDOC" - 'DocumentWriter.typeKeys( "" ) '///+
                      • CALC: Write some text into the current location (usually A1)
                      • case "CALC" : Kontext "DocumentCalc" DocumentCalc.TypeKeys "This doc is changed!" hChangeDoc() = "Changed CALC" - 'DocumentWriter.typeKeys( "" ) '///+
                      • DRAW: Draw a rectangle
                      • case "DRAW" : Kontext "DocumentDraw" hRechteckErstellen ( 20, 20, 25, 25 ) gMouseClick ( 1, 1 ) hChangeDoc() = "Changed DRAW" - 'DocumentWriter.typeKeys( "" ) '///+
                      • IMPRESS: Draw a rectangle
                      • case "IMPRESS": Kontext "DocumentImpress" hRechteckErstellen ( 20, 20, 25, 25 ) gMouseClick ( 1, 1 ) hChangeDoc() = "Changed IMPRESS" - 'DocumentWriter.typeKeys( "" ) '///+
                      • MATH: Create a simple formaula
                      • case "MATH" : SchreibenInMathdok( "b over c" ) @@ -235,12 +231,9 @@ function hIdentifyWriterDoc( cString as string, bWarn as boolean ) as boolean '///+
                      • Write the result to the printlog if desired
                      • if ( irc = 0 ) then - - if ( bWarn ) then - warnlog ( CFN & "The focus is not on the expected document" ) - else - if ( GVERBOSE ) then printlog( CFN & "The focus is not on the expected document" ) - endif + + if ( GVERBOSE ) then printlog( CFN & "The focus is not on the expected document" ) + if ( bWarn ) then warnlog ( CFN & "The focus is not on the expected document" ) printlog( CFN & "Expected: " & cString ) printlog( CFN & "Found...: " & cIdentifier ) @@ -366,12 +359,14 @@ function hDestroyDocument() as boolean Kontext "Active" if ( Active.Exists( 2 ) ) then - printlog( "Msgbox: " & Active.getText() ) - try - hCloseDialog( Active, "no" ) - catch - hCloseDialog( Active, "202" ) - endcatch + printlog( CFN & "Msgbox: " & Active.getText() ) + hCloseDialog( Active, "no" ) + hCloseDialog( Active, "202,optional" ) + + ' This could be the "Error saving document" warning. + if ( hCloseDialog( Active, "ok,optional" ) ) then + warnlog( CFN & "An unexpected message has been handled" ) + endif end if if ( getDocumentCount() = iDocCount ) then hCloseDocument() @@ -384,55 +379,16 @@ end function function hInitSingleDoc() as boolean - '///

                        Make sure exactly one single writer document is open

                        - '///The wizards cannot be triggered correctly from the backing window. - '///+ As a workaround this function checks the amount of open documents and - '///+ creates exactly one unchanged Writer document

                        - - '///Parameter(s):
                        - '///
                          - '///+
                        1. No input parameters
                        2. - '///
                        - - - '///Returns:
                        - '///
                          - '///+
                        1. Errorcondition (Boolean)
                        2. - '///
                            - '///+
                          • TRUE: Exactly one Writer document is open
                          • - '///+
                          • FALSE: Any error
                          • - '///
                          - '///
                        + hFileCloseAll() + hCreateDocument() - const CFN = "global::tools::includes::optional::t_docfuncs.inc::hInitSingleDoc::" - dim cOldApplication as string + if ( GVERBOSE ) then printlog( "hInitSingleDoc(): Opening document: " & gApplication ) - '///Description: - '///
                          - '///+
                        • Close all documents until we are on the backing window
                        • - hFileCloseAll() - - '///+
                        • Save the previous gApplication
                        • - cOldApplication = gApplication - - '///+
                        • Set gApplication to WRITER
                        • - gApplication = "WRITER" - - '///+
                        • Open one new Writer document
                        • - call hNewDocument() - - '///+
                        • Verify that exactly one document is open
                        • - if ( getDocumentCount = 1 ) then - printlog( "One single unchanged writer document is open" ) + if ( getDocumentCount = 1 ) then hInitSingleDoc() = true else - printlog( CFN & "Failed to open just one single writer document" ) hInitSingleDoc() = false endif - - '///+
                        • Restore gApplication
                        • - gApplication = cOldApplication - '///
                        end function @@ -468,42 +424,37 @@ function hInitWriteDocIdentifier( cString as string ) as boolean '/// const CFN = "global::tools::includes::optional::t_docfuncs.inc::hInitWriteDocIdentifier::" + const RC_TIMEOUT = -1 - '///Description: - '///
                          - '///+
                        • Verify number of open documents
                        • - if ( getDocumentCount <> 1 ) then - printlog( CFN & "Incorrect document count" ) - hInitWriteDocIdentifier() = false - exit function - endif - - '///+
                        • Verify that it is a writer document
                        • - kontext "DocumentWriter" - if ( not DocumentWriter.exists() ) then - printlog( CFN & "Open document is not a text document" ) - hInitWriteDocIdentifier() = false - exit function - endif - - '///+
                        • Write the string
                        • - kontext "DocumentWriter" - DocumentWriter.typeKeys( "" ) - DocumentWriter.typeKeys( "" ) - DocumentWriter.typeKeys( "" ) - DocumentWriter.typekeys( cString ) - - '///+
                        • Verify the string
                        • - DocumentWriter.typeKeys( "" ) - DocumentWriter.typeKeys( "" ) - EditCopy - if ( getClipboardText = cString ) then - printlog( CFN & "Document has been successfully modified." ) - hInitWriteDocIdentifier() = true + if ( getDocumentCount = 1 and gApplication = "WRITER" ) then + + kontext "DocumentWriter" + DocumentWriter.typeKeys( "" ) + DocumentWriter.typeKeys( "" ) + DocumentWriter.typeKeys( "" ) + DocumentWriter.typekeys( cString ) + + DocumentWriter.typeKeys( "" ) + DocumentWriter.typeKeys( "" ) + + if ( hUseAsyncSlot( "EditCopy" ) <> RC_TIMEOUT ) then + + if ( getClipboardText = cString ) then + printlog( CFN & "Writer document has been successfully modified." ) + hInitWriteDocIdentifier() = true + else + warnlog( CFN & "Could not verify document identification string" ) + hInitWriteDocIdentifier() = false + endif + else + warnlog( CFN & "Unable to copy text to clipboard using " ) + hInitWriteDocIdentifier() = false + endif else - printlog( CFN & "Could not verify document identification string" ) + warnlog ( CFN & "Only one single writer document may be open" ) + printlog( CFN & "Number of documents: " & getDocumentCount ) + printlog( CFN & "Application........: " & gApplication ) hInitWriteDocIdentifier() = false - endif - '///
                        + endif end function diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index a1a5bdc61df3..39bdf6b8a160 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -978,14 +978,18 @@ end function function hUseAsyncSlot( cSlot as string ) as integer + ' These are a selection of slots that take time to get enabled after + ' actions have been performed on a document. Although they might appear + ' to be ready in the UI we still need to probe them. + dim iRetries as integer : iRetries = 0 dim iTime as integer : iTime = 0 dim slot as string : slot = lcase( cSlot ) - const MAX_RETRIES = 100 ' Number of time we try to call the slot - const DELAY = 100 ' 100ms delay to wait between retries - const RETVAL_TIMEOUT = -1 ' Returnvalue if slot is not available + const MAX_RETRIES = 100 ' Number of time we try to call the slot + const DELAY = 100 ' 100ms delay to wait between retries + const RC_TIMEOUT = -1 ' Returnvalue if slot is not available const CFN = "global::tools::includes::required::hUseAsyncSlot(): " if ( GVERBOSE ) then printlog( "Execute <" & cSlot & ">" ) @@ -1092,7 +1096,7 @@ function hUseAsyncSlot( cSlot as string ) as integer iTime = iRetries * DELAY ' Timeout is -1 - if ( iRetries = MAX_RETRIES ) then iTime = RETVAL_TIMEOUT + if ( iRetries = MAX_RETRIES ) then iTime = RC_TIMEOUT if ( GVERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hUseAsyncSlot() = iTime @@ -1108,7 +1112,7 @@ function hClickButton( oButton as object ) as integer const MAX_RETRIES = 50 ' Try to click the button max 50 times const DELAY = 100 ' 100ms wait between retries - const RETVAL_TIMEOUT = -1 ' Return -1 if the button is not available + const RC_TIMEOUT = -1 ' Return -1 if the button is not available const CFN = "global::tools::includes::required::hClickButton(): " if ( GVERBOSE ) then printlog( "Click <" & oButton.name() & ">" ) @@ -1126,7 +1130,7 @@ function hClickButton( oButton as object ) as integer ' Total time used iTime = iRetries * DELAY - if ( iRetries = MAX_RETRIES ) then iTime = RETVAL_TIMEOUT + if ( iRetries = MAX_RETRIES ) then iTime = RC_TIMEOUT if ( GVERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hClickButton() = iTime @@ -1177,17 +1181,22 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean printlog( "Closing dialog <" & oDialog.name() & "> using the flags <" & sFlags & ">.") endif - if ( oDialog.exists() ) then - select case( iClosingMethod ) - case METHOD_CLOSE : oDialog.close() - case METHOD_CANCEL : oDialog.cancel() - case METHOD_OK : oDialog.ok() - case METHOD_202 : oDialog.click( 202 ) - case METHOD_YES : oDialog.yes() - case METHOD_NO : oDialog.no() - case else : - warnlog( CFN & " Script error: Allowed closing methods are cancel, close, ok, yes, no and 202" ) - end select + if ( oDialog.exists( 1 ) ) then + try + select case( iClosingMethod ) + case METHOD_CLOSE : oDialog.close() + case METHOD_CANCEL : oDialog.cancel() + case METHOD_202 : oDialog.click( 202 ) + case METHOD_YES : oDialog.yes() + case METHOD_NO : oDialog.no() + case METHOD_OK : oDialog.ok() + case else : + warnlog( CFN & " Script error: Allowed closing methods are cancel, close, ok, yes, no and 202" ) + end select + catch + printlog( CFN & "Could not execute action with provided flags: " & sFlags ) + hCloseDialog() = FALSE + endcatch else if ( bDialogMustExist ) then warnlog( CFN & "The requested dialog is not available, no action taken" ) @@ -1206,6 +1215,8 @@ end function function hWaitForObject( oControl as object, iTime as integer ) as integer const CFN = "global::tools::includes::required::t_tools3.inc::hWaitForObject(): " + const RC_TIMEOUT = -1 + dim iWait as integer if ( GVERBOSE ) then printlog( CFN & "Entering function for control: " & oControl.name() ) @@ -1227,6 +1238,6 @@ function hWaitForObject( oControl as object, iTime as integer ) as integer next iWait printlog( CFN & "Control not found or not enabled, timeout reached" ) - hWaitForObject() = -1 + hWaitForObject() = RC_TIMEOUT end function -- cgit From cdbc7121ae801eccd1fa35f219dea06472dbdaaa Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 19 May 2010 14:24:10 +0200 Subject: vitomation01: #i109562 - Modify handling of messgeboxes - more enhancements for flexibility --- .../global/tools/includes/optional/t_docfuncs.inc | 37 +++++++++++++++------- .../global/tools/includes/required/t_tools3.inc | 27 +++++++--------- 2 files changed, 37 insertions(+), 27 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index 8e98fbef378f..c544db3111fa 100755 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -351,23 +351,38 @@ function hDestroyDocument() as boolean const CFN = "global::tools::includes::optional::t_docfuncs.inc::hDestroyDocument: " dim iDocCount as integer : iDocCount = getDocumentCount() hDestroyDocument() = false + + dim method( 3 ) as string + method( 1 ) = "no,optional" + method( 2 ) = "202,optional" + method( 3 ) = "ok,optional" ' This could be a File I/O error + + dim iCurrentMethod as integer + dim bDialogClosed as boolean if ( iDocCount = 0 ) then exit function if ( GVERBOSE ) then printlog( CFN & "In.: Open: " & iDocCount ) hUseAsyncSlot( "FileClose" ) - - Kontext "Active" - if ( Active.Exists( 2 ) ) then - printlog( CFN & "Msgbox: " & Active.getText() ) - hCloseDialog( Active, "no" ) - hCloseDialog( Active, "202,optional" ) - - ' This could be the "Error saving document" warning. - if ( hCloseDialog( Active, "ok,optional" ) ) then - warnlog( CFN & "An unexpected message has been handled" ) + + for iCurrentMethod = 1 to 3 + + bDialogClosed = false + + Kontext "Active" + if ( Active.exists( 1 ) ) then + printlog( CFN & "Msgbox: " & Active.getText() ) + if ( GVERBOSE ) then printlog( CFN & "Method: " & method( iCurrentMethod ) ) + bDialogClosed = hCloseDialog( Active, method( iCurrentMethod ) ) + else + exit for endif - end if + + if ( iCurrentMethod = 3 and bDialogClosed ) then + warnlog( "Unexpected messagebox was handled" ) + endif + + next iCurrentMethod if ( getDocumentCount() = iDocCount ) then hCloseDocument() if ( getDocumentCount() = iDocCount - 1 ) then hDestroyDocument() = true diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 39bdf6b8a160..a60843b38b32 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1181,22 +1181,17 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean printlog( "Closing dialog <" & oDialog.name() & "> using the flags <" & sFlags & ">.") endif - if ( oDialog.exists( 1 ) ) then - try - select case( iClosingMethod ) - case METHOD_CLOSE : oDialog.close() - case METHOD_CANCEL : oDialog.cancel() - case METHOD_202 : oDialog.click( 202 ) - case METHOD_YES : oDialog.yes() - case METHOD_NO : oDialog.no() - case METHOD_OK : oDialog.ok() - case else : - warnlog( CFN & " Script error: Allowed closing methods are cancel, close, ok, yes, no and 202" ) - end select - catch - printlog( CFN & "Could not execute action with provided flags: " & sFlags ) - hCloseDialog() = FALSE - endcatch + if ( oDialog.exists() ) then + select case( iClosingMethod ) + case METHOD_CLOSE : oDialog.close() + case METHOD_CANCEL : oDialog.cancel() + case METHOD_202 : oDialog.click( 202 ) + case METHOD_YES : oDialog.yes() + case METHOD_NO : oDialog.no() + case METHOD_OK : oDialog.ok() + case else : + warnlog( CFN & " Script error: Allowed closing methods are cancel, close, ok, yes, no and 202" ) + end select else if ( bDialogMustExist ) then warnlog( CFN & "The requested dialog is not available, no action taken" ) -- cgit From 0b8a9c8adb1589c5cd680bee5065416a02471b77 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 19 May 2010 14:42:01 +0200 Subject: vitomation01: #i109562 - tModifyObjects should complete without the need for a number of restarts. --- .../framework/optional/includes/extras_modify_objects.inc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/extras_modify_objects.inc b/testautomation/framework/optional/includes/extras_modify_objects.inc index 70695d6341a0..274590d5c0bf 100755 --- a/testautomation/framework/optional/includes/extras_modify_objects.inc +++ b/testautomation/framework/optional/includes/extras_modify_objects.inc @@ -111,11 +111,14 @@ testcase tModifyObjects( iMode as integer, cCategory as string, sVer as string ) printlog( "Folder index = " & iObjectFolder & ", Object index = " & iObject ) hFileCloseAll() - - if ( iReset = 10 ) then - call exitRestartTheOffice() - iReset = 0 - endif + + ' every now and then the office becomes a little unstable. + ' Enable the if()-block then, otherwise you might miss some broken + ' documents (because the test aborts too early) + 'if ( iReset = 10 ) then + ' call exitRestartTheOffice() + ' iReset = 0 + 'endif printlog( "Select the item we want to load" ) FileNewFromTemplate -- cgit From 5a529704881cc4e021575ebedbc0ccf14cbc532a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 19 May 2010 14:44:28 +0200 Subject: vitomation01: #i109562 - tModifyObjects has StarOffice branding, fixed. --- .../framework/optional/includes/extras_modify_objects.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/extras_modify_objects.inc b/testautomation/framework/optional/includes/extras_modify_objects.inc index 274590d5c0bf..1eb34f786e5f 100755 --- a/testautomation/framework/optional/includes/extras_modify_objects.inc +++ b/testautomation/framework/optional/includes/extras_modify_objects.inc @@ -81,12 +81,12 @@ testcase tModifyObjects( iMode as integer, cCategory as string, sVer as string ) next iObject printlog( "Verify object count (en_US only)" ) - if ( gProductName = "StarOffice" and gISOLang = "en-US" ) then + if ( gProductName = "Oracle Open Office" and gISOLang = "en-US" ) then if ( iObjectSum <> iObjectCountExpected ) then warnlog( "Number of objects has changed. OLD: " & iObjectCountExpected &_ " NEW: " & iObjectSum ) else - printlog( "Object count is ok for en-US / StarOffice" ) + printlog( "Object count is ok for en-US / Oracle Open Office" ) endif else printlog( "Template count testing skipped for non-en_US/StarOffice" ) @@ -95,7 +95,7 @@ testcase tModifyObjects( iMode as integer, cCategory as string, sVer as string ) Kontext "TemplateAndDocuments" printlog( "Switch from preview to document info" ) docinfo.click() - TemplateAndDocuments.cancel() + hCloseDialog( TemplateAndDocuments, "cancel" ) printlog( "" ) printlog( "Starting to load/save/close/reload/close all Objects" ) @@ -141,7 +141,7 @@ testcase tModifyObjects( iMode as integer, cCategory as string, sVer as string ) if ( hFileWait( false ) = -6 ) then warnlog( "Load failure: ASCII filter dialog displayed, recovering" ) kontext "FilterAuswahl" - FilterAuswahl.cancel() + hCloseDialog( FilterAuswahl, "cancel" ) hDestroyDocument() else printlog( "Build filename; save, reload and delete" ) -- cgit From c5bd3affe5e1dae2c4ee0fcb9d51a0d910d9d82d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 19 May 2010 15:11:15 +0200 Subject: vitomation01: #i109562 - Another modification for one more yet unknown situation to hDestroyDocument() / hCloseDialog() --- .../global/tools/includes/required/t_tools3.inc | 26 +++++++++++++--------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index a60843b38b32..ac3b5eafb331 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1182,16 +1182,22 @@ function hCloseDialog( oDialog as object, sUserFlags as string ) as boolean endif if ( oDialog.exists() ) then - select case( iClosingMethod ) - case METHOD_CLOSE : oDialog.close() - case METHOD_CANCEL : oDialog.cancel() - case METHOD_202 : oDialog.click( 202 ) - case METHOD_YES : oDialog.yes() - case METHOD_NO : oDialog.no() - case METHOD_OK : oDialog.ok() - case else : - warnlog( CFN & " Script error: Allowed closing methods are cancel, close, ok, yes, no and 202" ) - end select + try + select case( iClosingMethod ) + case METHOD_CLOSE : oDialog.close() + case METHOD_CANCEL : oDialog.cancel() + case METHOD_202 : oDialog.click( 202 ) + case METHOD_YES : oDialog.yes() + case METHOD_NO : oDialog.no() + case METHOD_OK : oDialog.ok() + case else : + warnlog( CFN & " Script error: Allowed closing methods are cancel, close, ok, yes, no and 202" ) + end select + catch + warnlog( CFN & "This dialog does not provide the requested closing method" ) + hCloseDialog() = FALSE + exit function + endcatch else if ( bDialogMustExist ) then warnlog( CFN & "The requested dialog is not available, no action taken" ) -- cgit From 500417f9dcc423c447b26277e3626858b27024ed Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 19 May 2010 15:17:32 +0200 Subject: vitomation01: #i109562 - Remove invalid reference files --- .../Oracle Open Office_Filternames_add_en-US.txt | 87 ---------------------- .../Oracle Open Office_Filternames_en-US.txt | 85 --------------------- 2 files changed, 172 deletions(-) delete mode 100644 testautomation/framework/optional/input/filternames/Oracle Open Office_Filternames_add_en-US.txt delete mode 100644 testautomation/framework/optional/input/filternames/Oracle Open Office_Filternames_en-US.txt (limited to 'testautomation') diff --git a/testautomation/framework/optional/input/filternames/Oracle Open Office_Filternames_add_en-US.txt b/testautomation/framework/optional/input/filternames/Oracle Open Office_Filternames_add_en-US.txt deleted file mode 100644 index bf0c1e00851e..000000000000 --- a/testautomation/framework/optional/input/filternames/Oracle Open Office_Filternames_add_en-US.txt +++ /dev/null @@ -1,87 +0,0 @@ -All files (*.*) -Text documents -Spreadsheets -Presentations -Drawings -Web pages -Master documents -Formulas -Database documents ------------------------------------------- -ODF Text Document (*.odt) -ODF Text Document Template (*.ott) -StarOffice 6.0/7 Text Document (*.sxw) -StarOffice 6.0/7 Text Document Template (*.stw) -Microsoft Word 97/2000/XP (*.doc) -Microsoft Word 97/2000/XP Template (*.dot) -Microsoft Word 6.0 / 95 (*.doc) -Microsoft Word 95 Template (*.dot) -Rich Text Format (*.rtf) -StarWriter 3.0 - 5.0 (*.sdw) -StarWriter 3.0 - 5.0 Templates (*.vor) -Text (*.txt) -Text Encoded (*.txt) -HTML Document (StarOffice Writer) (*.html;*.htm) -AportisDoc (Palm) (*.pdb) -DocBook (*.xml) -Microsoft WinWord 5 (*.doc) -Microsoft Word 2003 XML (*.xml) -Microsoft Word 2007 XML (*.docx;*.docm) -Microsoft Word 2007 XML Template (*.dotx;*.dotm) -Pocket Word (*.psw) -StarWriter 1.0 (*.sdw) -StarWriter 2.0 (*.sdw) -StarWriter DOS (*.txt) -T602 Document (*.602;*.txt) -Unified Office Format text (*.uot;*.uof) -WordPerfect Document (*.wpd) -Ichitaro 8/9/10/11 (*.jtd) -Ichitaro 8/9/10/11 Template (*.jtt) -Hangul WP 97 (*.hwp) -PDF - Portable Document Format (*.pdf) ------------------------------------------- -ODF Spreadsheet (*.ods) -ODF Spreadsheet Template (*.ots) -StarOffice 6.0/7 Spreadsheet (*.sxc) -StarOffice 6.0/7 Spreadsheet Template (*.stc) -Data Interchange Format (*.dif) -dBASE (*.dbf) -Microsoft Excel 97/2000/XP (*.xls;*.xlc;*.xlm;*.xlw) -Microsoft Excel 97/2000/XP Template (*.xlt) -Microsoft Excel 4.x - 5.0 / 95 (*.xls;*.xlc;*.xlm;*.xlw) -Microsoft Excel 4.x - 5.0 / 95 Templates (*.xlt) -Rich Text Format (StarOffice Calc) (*.rtf) -StarCalc 3.0 - 5.0 (*.sdc) -StarCalc 3.0 - 5.0 Templates (*.vor) -StarCalc 1.0 (*.sdc) -SYLK (*.slk) -Text CSV (*.csv;*.txt;*.xls) -HTML Document (StarOffice Calc) (*.html;*.htm) -Microsoft Excel 2007 Binary (*.xlsb) -Microsoft Excel 2007 XML (*.xlsm;*.xlsx) -Microsoft Excel 2007 XML Template (*.xltm;*.xltx) -Lotus 1-2-3 (*.wk1;*.wks;*.123) -Microsoft Excel 2003 XML (*.xml) -Pocket Excel (*.pxl) -Quattro Pro 6.0 (*.wb2) -Unified Office Format spreadsheet (*.uos;*.uof) -Web Page Query (StarOffice Calc) (*.html;*.htm) ------------------------------------------- -HTML Document (*.html;*.htm) -StarOffice 6.0/7 HTML Template (*.stw) -StarWriter/Web 4.0 / 5.0 Templates (*.vor) -Text (StarWriter/Web) (*.txt) -Text Encoded (StarOffice Writer/Web) (*.txt) -HTML Document Template (*.oth) ------------------------------------------- -ODF Master Document (*.odm) -StarOffice 6.0/7 Master Document (*.sxg) -StarWriter 4.0 / 5.0 Master Documents (*.sgl) -Text Encoded (StarOffice Master Document) (*.txt) ------------------------------------------- -ODF Database (*.odb) ------------------------------------------- -ODF Formula (*.odf) -StarOffice 6.0/7 Formula (*.sxm) -StarMath 2.0 - 5.0 (*.smf) -MathML 1.01 (*.mml) diff --git a/testautomation/framework/optional/input/filternames/Oracle Open Office_Filternames_en-US.txt b/testautomation/framework/optional/input/filternames/Oracle Open Office_Filternames_en-US.txt deleted file mode 100644 index 85d580c71554..000000000000 --- a/testautomation/framework/optional/input/filternames/Oracle Open Office_Filternames_en-US.txt +++ /dev/null @@ -1,85 +0,0 @@ -All files (*.*) -Text documents -Spreadsheets -Presentations -Drawings -Web pages -Master documents -Formulas -Database documents ------------------------------------------- -ODF Text Document (*.odt) -ODF Text Document Template (*.ott) -StarOffice 6.0/7 Text Document (*.sxw) -StarOffice 6.0/7 Text Document Template (*.stw) -Microsoft Word 97/2000/XP (*.doc) -Microsoft Word 97/2000/XP Template (*.dot) -Microsoft Word 6.0 / 95 (*.doc) -Microsoft Word 95 Template (*.dot) -Rich Text Format (*.rtf) -StarWriter 3.0 - 5.0 (*.sdw) -StarWriter 3.0 - 5.0 Templates (*.vor) -Text (*.txt) -Text Encoded (*.txt) -HTML Document (StarOffice Writer) (*.html;*.htm) -AportisDoc (Palm) (*.pdb) -DocBook (*.xml) -Microsoft WinWord 5 (*.doc) -Microsoft Word 2003 XML (*.xml) -Microsoft Word 2007 XML (*.docx;*.docm) -Microsoft Word 2007 XML Template (*.dotx;*.dotm) -Pocket Word (*.psw) -StarWriter 1.0 (*.sdw) -StarWriter 2.0 (*.sdw) -StarWriter DOS (*.txt) -T602 Document (*.602;*.txt) -Unified Office Format text (*.uot;*.uof) -WordPerfect Document (*.wpd) -Hangul WP 97 (*.hwp) -PDF - Portable Document Format (*.pdf) ------------------------------------------- -ODF Spreadsheet (*.ods) -ODF Spreadsheet Template (*.ots) -StarOffice 6.0/7 Spreadsheet (*.sxc) -StarOffice 6.0/7 Spreadsheet Template (*.stc) -Data Interchange Format (*.dif) -dBASE (*.dbf) -Microsoft Excel 97/2000/XP (*.xls;*.xlc;*.xlm;*.xlw) -Microsoft Excel 97/2000/XP Template (*.xlt) -Microsoft Excel 4.x - 5.0 / 95 (*.xls;*.xlc;*.xlm;*.xlw) -Microsoft Excel 4.x - 5.0 / 95 Templates (*.xlt) -Rich Text Format (StarOffice Calc) (*.rtf) -StarCalc 3.0 - 5.0 (*.sdc) -StarCalc 3.0 - 5.0 Templates (*.vor) -StarCalc 1.0 (*.sdc) -SYLK (*.slk) -Text CSV (*.csv;*.txt;*.xls) -HTML Document (StarOffice Calc) (*.html;*.htm) -Microsoft Excel 2007 Binary (*.xlsb) -Microsoft Excel 2007 XML (*.xlsm;*.xlsx) -Microsoft Excel 2007 XML Template (*.xltm;*.xltx) -Lotus 1-2-3 (*.wk1;*.wks;*.123) -Microsoft Excel 2003 XML (*.xml) -Pocket Excel (*.pxl) -Quattro Pro 6.0 (*.wb2) -Unified Office Format spreadsheet (*.uos;*.uof) -Web Page Query (StarOffice Calc) (*.html;*.htm) ------------------------------------------- -HTML Document (*.html;*.htm) -StarOffice 6.0/7 HTML Template (*.stw) -StarWriter/Web 4.0 / 5.0 Templates (*.vor) -Text (StarWriter/Web) (*.txt) -Text Encoded (StarOffice Writer/Web) (*.txt) -HTML Document Template (*.oth) ------------------------------------------- -ODF Master Document (*.odm) -StarOffice 6.0/7 Master Document (*.sxg) -StarWriter 4.0 / 5.0 Master Documents (*.sgl) -Text Encoded (StarOffice Master Document) (*.txt) ------------------------------------------- -ODF Database (*.odb) ------------------------------------------- -ODF Formula (*.odf) -StarOffice 6.0/7 Formula (*.sxm) -StarMath 2.0 - 5.0 (*.smf) -MathML 1.01 (*.mml) -- cgit From 78ea5e20c82ea85ae8eb37ada42a85cea84269ac Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 13:07:48 +0200 Subject: vitomation01: #i109562 - Update help references and add one missing --- .../framework/optional/includes/help_search.inc | 2 +- .../Oracle_Open_Office_help_content_en-US.txt | 868 + .../Oracle_Open_Office_help_topics_en-US.txt | 32661 +++++++++---------- 3 files changed, 17181 insertions(+), 16350 deletions(-) create mode 100755 testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_content_en-US.txt (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/help_search.inc b/testautomation/framework/optional/includes/help_search.inc index f58d3a823b5e..297047c47398 100755 --- a/testautomation/framework/optional/includes/help_search.inc +++ b/testautomation/framework/optional/includes/help_search.inc @@ -142,7 +142,7 @@ testcase tHelpSearch ListAllDelete( aUIList() ) hGetListItems( Result, aUIList() ) - cDataFile = gProductName & "_search_headings_and_whole_words_" & gIsoLang & ".txt" + cDataFile = sProductName & "_search_headings_and_whole_words_" & gIsoLang & ".txt" sFileOut = hGetWorkFile( cDataFile ) sFileIn = convertpath( cBasePath & cDataFile ) diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_content_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_content_en-US.txt new file mode 100755 index 000000000000..6f11d8fd4313 --- /dev/null +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_content_en-US.txt @@ -0,0 +1,868 @@ +Formulas +General Information and User Interface Usage +Welcome to the Oracle Open Office Math Help +Oracle Open Office Math Features +Instructions for Using Oracle Open Office Math +Shortcuts (Oracle Open Office Math Accessibility) +Command and Menu Reference +Menus +Toolbars +Working with Formulas +Manually Aligning Formula Parts +Changing Default Attributes +Merging Formula Parts in Brackets +Entering Comments +Entering Line Breaks +Inserting Brackets +Spreadsheets +General Information and User Interface Usage +Welcome to the Oracle Open Office Calc Help +Oracle Open Office Calc Features +Shortcut Keys (Oracle Open Office Calc Accessibility) +Shortcut Keys for Spreadsheets +Error Codes in Oracle Open Office Calc +Add-in for Programming in Oracle Open Office Calc +Instructions for Using Oracle Open Office Calc +Command and Menu Reference +Menus +Menus +File +Edit +View +Insert +Format +Tools +Window +Data +Toolbars +Toolbars +Formatting Bar +Drawing Object Properties Bar +Text Formatting Bar +Formula Bar +Status Bar +Page Preview Bar +Picture Bar +Tools Bar +Standard Bar +Hyperlink Bar +Table Data Bar +Form Navigation Bar +Query Design Bar +Form Design Toolbar +Functions Types and Operators +Function Wizard +Functions by Category +Database Functions +Date + Time Functions +Financial Functions Part One +Financial Functions Part Two +Financial Functions Part Three +Information Functions +Logical Functions +Mathematical Functions +Array Functions +Statistics Functions +Statistical Functions Part One +Statistical Functions Part Two +Statistical Functions Part Three +Statistical Functions Part Four +Statistical Functions Part Five +Spreadsheet Functions +Text Functions +Add-in Functions +Add-in Functions, List of Analysis Functions Part One +Add-in Functions, List of Analysis Functions Part Two +Operators in Oracle Open Office Calc +User-Defined Functions +Loading, Saving, Importing, and Exporting +Inserting External Data in Table (WebQuery) +Saving and Opening Sheets in HTML +Importing and Exporting Text Files +Formatting +Rotating Text +Writing Multi-line Text +Formatting Numbers as Text +Text Superscript / Subscript +Changing Row Height or Column Width +Applying Conditional Formatting +Highlighting Negative Numbers +Assigning Formats by Formula +Entering a Number with Leading Zeros +Formatting Spreadsheets +Formatting Numbers With Decimals +Naming Cells +Rotating Tables (Transposing) +Renaming Sheets +19xx/20xx Years +Using Rounded Off Numbers +Cells in Currency Format +Using AutoFormat for Tables +Inserting and Editing Comments +Selecting Themes for Sheets +Entering Fractions +Filtering and Sorting +Applying Filters +Filter: Applying Advanced Filters +Applying AutoFilter +Applying Sort Lists +Printing +Printing Rows or Columns on Every Page +Printing Sheets in Landscape Format +Printing Sheet Details +Defining Number of Pages for Printing +Data Ranges +Defining Database Ranges +Filtering Cell Ranges +Sorting Data +Data Pilot +DataPilot +Creating DataPilot Tables +Deleting DataPilot Tables +Editing DataPilot Tables +Filtering DataPilot Tables +Selecting DataPilot Output Ranges +Updating DataPilot Tables +Scenarios +Using Scenarios +References +Addresses and References, Absolute and Relative +Referencing a Cell in Another Document +References to Other Sheets and Referencing URLs +Referencing Cells by Drag-and-Drop +Recognizing Names as Addressing +Viewing, Selecting, Copying +Changing Table Views +Displaying Formulas or Values +Freezing Rows or Columns as Headers +Navigating Through Sheets Tabs +Copying to Multiple Sheets +Only Copy Visible Cells +Selecting Multiple Cells +Formulas and Calculations +Calculating With Formulas +Copying Formulas +Entering Formulas +Displaying Formulas or Values +Calculating in Spreadsheets +Calculating With Dates and Times +Automatically Calculating Series +Calculating Time Differences +Entering Matrix Formulas +Protection +Protecting Cells from Changes +Unprotecting Cells +Miscellaneous +Deactivating Automatic Changes +Consolidating Data +Applying Goal Seek +Applying Multiple Operations +Applying Multiple Sheets +Validity of Cell Contents +Installation +Changing the Association of Microsoft Office Document Types +Common Help Topics +General Information +Shortcut Keys +General Glossary +Glossary of Internet Terms +Accessibility in Oracle Open Office +Shortcuts (Oracle Open Office Accessibility) +General Shortcut Keys in Oracle Open Office +Versions and Build Numbers +Oracle Open Office and Microsoft Office +Using Microsoft Office and Oracle Open Office +Comparing Microsoft Office and Oracle Open Office Terms +About Converting Microsoft Office Documents +Changing the Association of Microsoft Office Document Types +Oracle Open Office Options +Options +User Data +General +Paths +Writing Aids +Colors +General +Fonts +View +Print Options +Memory +Appearance +Accessibility +Load/Save options +Internet options +Text Document Options +HTML Document Options +Spreadsheet Options +Presentation Options +Drawing Options +Formula +Chart options +VBA Properties +Microsoft Office +Languages +Language Setting Options +Data sources options +Wizards +Wizard +Letter Wizard +Letter Wizard +Fax Wizard +Fax Wizard +Agenda Wizard +Agenda Wizard +Presentation Wizard +Presentation Wizard +HTML Export Wizard +HTML Export +Document Converter Wizard +Document Converter +Euro Converter Wizard +Configuring Oracle Open Office +Configuring Oracle Open Office +Extension Manager +Changing Icon Views +Adding Buttons to Toolbars +Changing Your Working Directory +Changing Default Templates +Registering an Address Book +Inserting and Editing Buttons +Working with the User Interface +Navigation to Quickly Reach Objects +Navigator for Document Overview +Showing, Docking and Hiding Windows +Showing Navigation Pane of the Help +Switching Between Insert Mode and Overwrite Mode +Using Toolbars +Printing, Faxing, Sending +Printing Address Labels +Printing in Black and White +Sending Documents as E-mail +Sending Faxes and Configuring Oracle Open Office for Faxing +Drag & Drop +Dragging and Dropping Within a Oracle Open Office Document +Moving and Copying Text in Documents +Copying Spreadsheet Areas to Text Documents +Copying Graphics Between Documents +Copying Graphics From the Gallery +Drag-and-Drop With the Data Source View +Copy and Paste +Copying Drawing Objects Into Other Documents +Copying Graphics Between Documents +Copying Graphics From the Gallery +Copying Spreadsheet Areas to Text Documents +Charts and Diagrams +Inserting Charts +Charts in Oracle Open Office +Load, Save, Import, Export +Opening Documents +Opening documents saved in other formats +Saving Documents +Saving Documents Automatically +Saving Documents in Other Formats +Importing and Exporting Data in Text Format +Links and References +Inserting Hyperlinks +Relative and Absolute Links +Editing Hyperlinks +Document Version Tracking +Comparing Versions of a Document +Merging Versions +Recording Changes +Recording and Displaying Changes +Accepting or Rejecting Changes +Version Management +Labels and Business Cards +Creating and Printing Labels and Business Cards +Inserting External Data +Inserting Data From Spreadsheets +Inserting Data From Text Documents +Inserting, Editing, Saving Bitmaps +Adding Graphics to the Gallery +Automatic Functions +Turning off Automatic URL Recognition +Searching and Replacing +Searching With a Form Filter +Searching With the Hyperlink Bar +Searching Tables and Form Documents +List of Regular Expressions +Guides +Applying Line Styles +Changing the Color of Text +Changing the Title of a Document +Creating Round Corners +Defining Background Colors or Background Graphics +Defining Line Ends +Defining Line Styles +Editing Graphic Objects +Drawing Lines in Text +First Steps +Inserting Objects From the Gallery +Inserting Protected Spaces, Hyphens and Conditional Separators +Inserting Special Characters +Inserting and Editing Tab Stops +Protecting Content in Oracle Open Office +Protecting Records +Selecting the Maximum Printable Area on a Page +Selecting Measurement Units +Selecting the Document Language +Table Design +Turning off Bullets and Numbering for Individual Paragraphs +Database Functionality +General Information +Oracle Open Office Database +Database Overview +Creating a New Database +Working with Tables +Working with Queries +Working with Forms +Creating Reports +Registering and Deleting a Database +Importing and Exporting Data in Base +Executing SQL Commands +Text Documents +General Information and User Interface Usage +Welcome to the Oracle Open Office Writer Help +Oracle Open Office Writer Features +Instructions for Using Oracle Open Office Writer +Docking and Resizing Windows +Shortcut Keys for Oracle Open Office Writer +Counting Words +Using Shortcut Keys (Oracle Open Office Writer Accessibility) +Command and Menu Reference +Menus +Menus +File +Edit +View +Insert +Format +Tools +Window +Toolbars +Toolbars +Formatting Bar +Picture Bar +Table Bar +Drawing Object Properties Bar +Bullets and Numbering Bar +Status Bar +Page Preview +Rulers +Formula Bar +Frame Bar +OLE-Object Bar +Text Object Bar +Standard Bar +Hyperlink Bar +Table Data Bar +Form Navigation Bar +Query Design Bar +Form Design Toolbar +Creating Text Documents +Navigating and Selecting With the Keyboard +Using the Direct Cursor +Graphics in Text Documents +Inserting Graphics +Inserting a Graphic From a File +Inserting Graphics From the Gallery With Drag-and-Drop +Inserting a Scanned Image +Inserting a Calc Chart into a Text Document +Inserting Graphics From Oracle Open Office Draw or Impress +Inserting a Horizontal Line +Tables in Text Documents +Turning Number Recognition On or Off in Tables +Modifying Rows and Columns by Keyboard +Deleting Tables or the Contents of a Table +Inserting Tables +Repeating a Table Header on a New Page +Resizing Rows and Columns in a Text Table +Adding or Deleting a Row or Column to a Table Using the Keyboard +Objects in Text Documents +Positioning Objects +Wrapping Text Around Objects +Sections and Frames in Text Documents +Using Sections +Inserting, Editing, and Linking Text Frames +Editing Sections +Inserting Sections +Tables of Contents and Indexes +Outline Numbering +User-Defined Indexes +Creating a Table of Contents +Creating Alphabetical Indexes +Indexes Covering Several Documents +Creating a Bibliography +Editing or Deleting Index and Table Entries +Updating, Editing and Deleting Indexes and Tables of Contents +Defining Index or Table of Contents Entries +Formatting an Index or a Table of Contents +Fields in Text Documents +About Fields +Inserting a Fixed or Variable Date Field +Converting a Field into Text +Navigating Text Documents +Moving and Copying Text in Documents +Rearranging a Document by Using the Navigator +Inserting Hyperlinks With the Navigator +Navigator for Text Documents +Calculating in Text Documents +Calculating Across Tables +Calculating in Text Documents +Calculating and Pasting the Result of a Formula in a Text Document +Calculating Cell Totals in Tables +Calculating Complex Formulas in Text Documents +Displaying the Result of a Table Calculation in a Different Table +Formatting Text Documents +Templates and Styles +Templates and Styles +Alternating Page Styles on Odd and Even Pages +Creating a Page Style Based on the Current Page +Using Styles From Another Document or Template +Creating New Styles From Selections +Updating Styles From Selections +Creating a Document Template +Changing the Default Template +Changing the Case of Text +Hiding Text +Defining Different Headers and Footers +Inserting a Chapter Name and Number in a Header or a Footer +Applying Text Formatting While You Type +Resetting Font Attributes +Applying Styles in Fill Format Mode +Wrapping Text Around Objects +Using a Frame to Center Text on a Page +Emphasizing Text +Rotating Text +Inserting and Deleting Page Breaks +Creating and Applying Page Styles +Making Text Superscript or Subscript +Special Text Elements +Using Captions +Conditional Text +Conditional Text for Page Counts +Inserting a Fixed or Variable Date Field +Adding Input Fields +Inserting Page Numbers of Continuation Pages +Inserting Page Numbers in Footers +Hiding Text +Defining Different Headers and Footers +Inserting a Chapter Name and Number in a Header or a Footer +Querying User Data in Fields or Conditions +Inserting and Editing Footnotes or Endnotes +Spacing Between Footnotes +About Headers and Footers +Formatting Headers or Footers +Animating Text +Creating a Form Letter +Automatic Functions +Adding Exceptions to the AutoCorrect List +Using AutoText +Creating Numbered or Bulleted Lists as You Type +Turning Off AutoCorrect +Automatically Check Spelling +Turning Number Recognition On or Off in Tables +Checking Spelling in Other Languages +Hyphenation +Numbering and Lists +Adding Chapter Numbers to Captions +Creating Numbered or Bulleted Lists as You Type +Outline Numbering +Changing the Outline Level of Numbered and Bulleted Lists +Combining Numbered Lists +Adding Line Numbers +Modifying Numbering in a Numbered List +Defining Number Ranges +Adding Numbering +Numbering and Numbering Styles +Adding Bullets +Spellchecking, Thesaurus, and Languages +Automatically Check Spelling +Removing Words From a User-Defined Dictionary +Thesaurus +Checking Spelling in Other Languages +Checking Spelling and Grammar +Troubleshooting Tips +Inserting Text Before a Table at the Top of Page +Going to Specific Bookmark +Loading, Saving, Importing, and Exporting +Saving Text Documents in HTML Format +Inserting an Entire Text Document +Master Documents +Master Documents and Subdocuments +Links and References +Inserting Cross-References +Inserting Hyperlinks With the Navigator +Printing +Selecting printer paper trays +Previewing a Page Before Printing +Printing Multiple Pages on One Sheet +Creating and Applying Page Styles +Searching and Replacing +Using Wildcards in Text Searches +List of Regular Expressions +HTML Documents +Web Pages +HTML Filters and Forms +Saving Text Documents in HTML Format +Macros and Programming +General Information and User Interface Usage +Oracle Open Office Basic Help +Programming with Oracle Open Office Basic +Oracle Open Office Basic Glossary +Basics +Syntax +Oracle Open Office Basic IDE +IDE Overview +The Basic Editor +Watch Window +Macro Toolbar +Macro +Command Reference +Using Procedures and Functions +Libraries, Modules and Dialogs +Run-Time Functions, Statements, and Operators +Screen I/O Functions +File I/O Functions +Date and Time Functions +Error-Handling Functions +Logical Operators +Mathematical Operators +Numeric Functions +Controlling Program Execution +Variables +Comparison Operators +Strings +Other Commands +Alphabetic List of Functions, Statements, and Operators +Abs Function [Runtime] +AND Operator [Runtime] +Array Function [Runtime] +Asc Function [Runtime] +Atn Function [Runtime] +Beep Statement [Runtime] +Blue Function [Runtime] +CBool Function [Runtime] +CByte Function [Runtime] +CDateFromIso Function [Runtime] +CDateToIso Function [Runtime] +CDate Function [Runtime] +CDbl Function [Runtime] +CInt Function [Runtime] +CLng Function [Runtime] +CSng Function[Runtime] +CStr Function [Runtime] +Call Statement [Runtime] +ChDir Statement [Runtime] +ChDrive Statement [Runtime] +Choose Function [Runtime] +Chr Function [Runtime] +Close Statement [Runtime] +Comparison Operators [Runtime] +Const Statement [Runtime] +ConvertFromURL Function [Runtime] +ConvertToURL Function [Runtime] +Cos Function [Runtime] +CreateUnoDialog Function [Runtime] +CreateUnoListener Function [Runtime] +CreateUnoService Function [Runtime] +CreateUnoStruct Function [Runtime] +CurDir Function [Runtime] +DateSerial Function [Runtime] +DateValue Function [Runtime] +Date Statement [Runtime] +Day Function [Runtime] +Declare Statement [Runtime] +DefBool Statement [Runtime] +DefDate Statement [Runtime] +DefDbl Statement [Runtime] +DefInt Statement [Runtime] +DefLng Statement [Runtime] +DefObj Statement [Runtime] +DefVar Statement [Runtime] +DimArray Function [Runtime] +Dim Statement [Runtime] +Dir Function [Runtime] +Do...Loop Statement [Runtime] +Comparison Operators [Runtime] +End Statement [Runtime] +Environ Function [Runtime] +Eof Function [Runtime] +EqualUnoObjects Function [Runtime] +Eqv Operator [Runtime] +Erl Function [Runtime] +Err Function [Runtime] +Error Function [Runtime] +Error-Handling Functions +Exit Statement [Runtime] +Exp Function [Runtime] +FileAttr-Function [Runtime] +FileCopy Statement [Runtime] +FileDateTime Function [Runtime] +FileExists Function [Runtime] +FileLen-Function [Runtime] +FindObject Function [Runtime] +FindPropertyObject Function [Runtime] +Fix Function [Runtime] +For...Next Statement [Runtime] +Format Function [Runtime] +FreeFile Function[Runtime] +FreeLibrary Function [Runtime] +Function Statement [Runtime] +Further Statements +Generating Random Numbers +GetAttr Function [Runtime] +GetProcessServiceManager Function [Runtime] +GetSolarVersion Function [Runtime] +GetSystemTicks Function [Runtime] +Get Statement [Runtime] +GlobalScope [Runtime] +GoSub...Return Statement [Runtime] +GoTo Statement [Runtime] +Green Function [Runtime] +HasUnoInterfaces Function [Runtime] +Hex Function [Runtime] +Hour Function [Runtime] +IIf Statement [Runtime] +If...Then...Else Statement [Runtime] +Imp-Operator [Runtime] +InStr Function [Runtime] +InputBox Function [Runtime] +Input# Statement [Runtime] +Int Function [Runtime] +IsArray Function [Runtime] +IsDate Function [Runtime] +IsEmpty Function [Runtime] +IsMissing function [Runtime] +IsNull Function [Runtime] +IsNumeric Function [Runtime] +IsObject Function [Runtime] +IsUnoStruct Function [Runtime] +Join Function [Runtime] +Kill Statement [Runtime] +LBound Function [Runtime] +LCase Function [Runtime] +LSet Statement [Runtime] +LTrim Function [Runtime] +Left Function [Runtime] +Len Function [Runtime] +Let Statement [Runtime] +Line Input # Statement [Runtime] +Loc Function [Runtime] +Lof Function [Runtime] +Log Function [Runtime] +Mid Function, Mid Statement [Runtime] +Minute Function [Runtime] +MkDir Statement [Runtime] +Mod-Operator [Runtime] +Month Function [Runtime] +MsgBox Function [Runtime] +MsgBox Statement [Runtime] +Name Statement [Runtime] +Not-Operator [Runtime] +Now Function [Runtime] +Numeric Functions +Oct Function [Runtime] +On Error GoTo ... Resume Statement [Runtime] +On...GoSub Statement; On...GoTo Statement [Runtime] +Open Statement[Runtime] +Option Base Statement [Runtime] +Option Explicit Statement [Runtime] +Optional (in Function Statement) [Runtime] +Or-Operator [Runtime] +Print Statement [Runtime] +Public Statement [Runtime] +Put Statement [Runtime] +QBColor Function [Runtime] +RGB Function [Runtime] +RSet Statement [Runtime] +RTrim Function [Runtime] +Randomize Statement [Runtime] +ReDim Statement [Runtime] +Red Function [Runtime] +Rem Statement [Runtime] +Reset Statement [Runtime] +Right Function [Runtime] +RmDir Statement [Runtime] +Rnd Function [Runtime] +Second Function [Runtime] +Seek Function [Runtime] +Seek Statement [Runtime] +Select...Case Statement [Runtime] +SetAttr Statement [Runtime] +Set Statement[Runtime] +Sgn Function [Runtime] +Shell Function [Runtime] +Sin Function [Runtime] +Space Function [Runtime] +Split Function [Runtime] +Sqr Function [Runtime] +Square Root Calculation +Static Statement [Runtime] +Stop Statement [Runtime] +StrComp Function [Runtime] +Str Function [Runtime] +String Function [Runtime] +Sub Statement [Runtime] +Switch Function [Runtime] +Tan Function [Runtime] +TimeSerial Function [Runtime] +TimeValue Function [Runtime] +Time Statement [Runtime] +Timer Function [Runtime] +Trigonometric Functions +Trim Function [Runtime] +TwipsPerPixelX Function [Runtime] +TwipsPerPixelY Function [Runtime] +TypeName Function; VarType Function[Runtime] +UBound Function [Runtime] +UCase Function [Runtime] +Val Function [Runtime] +Wait Statement [Runtime] +WeekDay Function [Runtime] +While...Wend Statement[Runtime] +With Statement [Runtime] +Write Statement [Runtime] +Xor-Operator [Runtime] +Year Function [Runtime] +"-" Operator [Runtime] +"*" Operator [Runtime] +"+" Operator [Runtime] +"/" Operator [Runtime] +"^" Operator [Runtime] +Guides +Changing the Properties of Controls in the Dialog Editor +Creating Controls in the Dialog Editor +Programming Examples for Controls in the Dialog Editor +Opening a Dialog With Program Code +Creating a Basic Dialog +Organizing Libraries and Modules +Using Variables +Using Objects +Debugging a Basic Program +Event-Driven Macros +Presentations and Drawings +General Information and User Interface Usage +Welcome to the Oracle Open Office Impress Help +Welcome to the Oracle Open Office Draw Help +Oracle Open Office Impress Features +Oracle Open Office Draw Features +Using Shortcut Keys in Oracle Open Office Impress +Shortcut Keys for Drawing Objects +Shortcut Keys for Oracle Open Office Impress +Shortcut Keys for Drawings +Instructions for Using Oracle Open Office Impress +Instructions for Using Oracle Open Office Draw +Command and Menu Reference +Presentations (Oracle Open Office Impress) +Menus +Menus +File +Edit +View +Insert +Format +Tools +Window +Slide Show +Toolbars +Toolbars +Line and Filling Bar +Text Formatting Bar +Slide View Bar +Status Bar +Rulers +Drawing Bar +Outline Bar +Slide Sorter Bar +Options Bar +Picture Bar +Standard Bar +Hyperlink Bar +Form Navigation Bar +Form Design Toolbar +Edit Points Bar +Drawings (Oracle Open Office Draw) +Menus +Menus +File +Edit +View +Insert +Format +Tools +Modify +Toolbars +Toolbars +Drawing Bar +Options Bar +Standard Bar +Hyperlink Bar +Form Navigation Bar +Form Design Toolbar +Edit Points Bar +Loading, Saving, Importing, and Exporting +Saving a Presentation in HTML Format +Importing HTML Pages Into Presentations +Loading Color, Gradient, and Hatching Lists +Exporting Animations in GIF Format +Including Spreadsheets in Slides +Inserting Graphics +Copying Slides From Other Presentations +Formatting +Loading Color, Gradient, and Hatching Lists +Loading Line and Arrow Styles +Defining Custom Colors +Creating Gradient Fills +Replacing Colors +Arranging, Aligning and Distributing Objects +Changing the Slide Background Fill +Adding a Header or a Footer to All Slides +Applying a Slide Design to a Slide Master +Moving Objects +Printing +Printing Presentations +Printing a Slide to Fit a Paper Size +Effects +Exporting Animations in GIF Format +Animating Objects in Presentation Slides +Animating Slide Transitions +Cross-Fading Two Objects +Creating Animated GIF Images +Objects, Graphics, and Bitmaps +Combining Objects and Constructing Shapes +Drawing Sectors and Segments +Duplicating Objects +Rotating Objects +Assembling 3D Objects +Connecting Lines +Converting Text Characters into Drawing Objects +Converting Bitmap Images into Vector Graphics +Converting 2D Objects to Curves, Polygons, and 3D Objects +Loading Line and Arrow Styles +Drawing Curves +Editing Curves +Inserting Graphics +Including Spreadsheets in Slides +Moving Objects +Selecting Underlying Objects +Creating a Flowchart +Groups and Layers +Grouping Objects +About Layers +Inserting Layers +Working With Layers +Moving Objects to a Different Layer +Text in Presentations and Drawings +Adding Text +Converting Text Characters into Drawing Objects +Viewing +Creating a Custom Slide Show +Changing the Slide Order +Zooming With the Keypad +Rehearse Timings of Slide Changes +Charts and Diagrams +General Information +Charts in Oracle Open Office +Oracle Open Office Chart Features +Shortcuts for Charts diff --git a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt index a7640272ec27..24c206de5308 100755 --- a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt +++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt @@ -1,16338 +1,3 @@ -Oracle Open Office Basic : "^" operator (mathematical) -Oracle Open Office Basic : "-" operator (mathematical) -Oracle Open Office Basic : "*" operator (mathematical) -Oracle Open Office Basic : "/" operator (mathematical) -Oracle Open Office Basic : "+" operator (mathematical) -Oracle Open Office Basic : 1/2 replacement -Oracle Open Office Basic : 3D text creation -Oracle Open Office Basic : abbreviation replacement -Oracle Open Office Basic : Abs function -Oracle Open Office Basic : absolute hyperlinks -Oracle Open Office Basic : absolute saving of URLs -Oracle Open Office Basic : accents -Oracle Open Office Basic : Access databases (base) -Oracle Open Office Basic : access rights for database tables (Base) -Oracle Open Office Basic : accessibility -Oracle Open Office Basic : accessibility;general shortcuts -Oracle Open Office Basic : accessibility;options -Oracle Open Office Basic : accessibility;Oracle Open Office assistive technology -Oracle Open Office Basic : accessibility;Oracle Open Office features -Oracle Open Office Basic : activating -Oracle Open Office Basic : activating;context menus -Oracle Open Office Basic : activating;Error Report Tool -Oracle Open Office Basic : activating;extended help tips -Oracle Open Office Basic : activating;plug-ins -Oracle Open Office Basic : ActiveX control -Oracle Open Office Basic : Adabas D databases (base) -Oracle Open Office Basic : add-ons, see UNO components -Oracle Open Office Basic : adding libraries -Oracle Open Office Basic : additional selection mode -Oracle Open Office Basic : address books -Oracle Open Office Basic : address books;LDAP server (Base) -Oracle Open Office Basic : address books;registering -Oracle Open Office Basic : address labels from databases -Oracle Open Office Basic : ADO databases (Base) -Oracle Open Office Basic : Agenda Wizard -Oracle Open Office Basic : aging filter -Oracle Open Office Basic : aligning -Oracle Open Office Basic : aligning;cells -Oracle Open Office Basic : aligning;objects -Oracle Open Office Basic : aligning;paragraphs -Oracle Open Office Basic : aligning;tables in text -Oracle Open Office Basic : aligning;text objects -Oracle Open Office Basic : alternative fonts -Oracle Open Office Basic : ampersand symbol in StarBasic -Oracle Open Office Basic : ampersand symbol, see also operators -Oracle Open Office Basic : anchors -Oracle Open Office Basic : anchors;changing -Oracle Open Office Basic : anchors;displaying (Calc) -Oracle Open Office Basic : anchors;types/positions for draw objects -Oracle Open Office Basic : AND operator (logical) -Oracle Open Office Basic : animations -Oracle Open Office Basic : animations;accessibility options -Oracle Open Office Basic : appearance options -Oracle Open Office Basic : Arabic -Oracle Open Office Basic : Arabic;entering text -Oracle Open Office Basic : Arabic;language settings -Oracle Open Office Basic : areas -Oracle Open Office Basic : areas;bitmap patterns -Oracle Open Office Basic : areas;hatched/dotted -Oracle Open Office Basic : areas;shadows -Oracle Open Office Basic : areas;slanting -Oracle Open Office Basic : areas;styles -Oracle Open Office Basic : areas;transparency -Oracle Open Office Basic : arguments in command line -Oracle Open Office Basic : arranging -Oracle Open Office Basic : arranging;objects -Oracle Open Office Basic : Array function -Oracle Open Office Basic : arrays -Oracle Open Office Basic : arrays;declaring -Oracle Open Office Basic : arrays;dimensioning -Oracle Open Office Basic : arrows -Oracle Open Office Basic : arrows;defining arrow heads -Oracle Open Office Basic : arrows;defining arrow lines -Oracle Open Office Basic : arrows;drawing in text -Oracle Open Office Basic : Asc function -Oracle Open Office Basic : ASCII -Oracle Open Office Basic : ASCII;definition -Oracle Open Office Basic : Asian languages -Oracle Open Office Basic : Asian languages;enabling -Oracle Open Office Basic : Asian Phonetic Guide -Oracle Open Office Basic : Asian typography -Oracle Open Office Basic : assigning macros to events -Oracle Open Office Basic : assigning scripts -Oracle Open Office Basic : assistive technology in Oracle Open Office -Oracle Open Office Basic : Atn function -Oracle Open Office Basic : attaching toolbars -Oracle Open Office Basic : attachments in e-mails -Oracle Open Office Basic : audio -Oracle Open Office Basic : auto reloading HTML documents -Oracle Open Office Basic : AutoAbstract function for sending text to presentations -Oracle Open Office Basic : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Basic : AutoComplete function in text and list boxes -Oracle Open Office Basic : AutoCorrect function -Oracle Open Office Basic : AutoCorrect function;context menu -Oracle Open Office Basic : AutoCorrect function;options -Oracle Open Office Basic : AutoCorrect function;pictures and frames -Oracle Open Office Basic : AutoCorrect function;quotes -Oracle Open Office Basic : AutoCorrect function;replacement table -Oracle Open Office Basic : AutoCorrect function;switching on and off in Calc -Oracle Open Office Basic : AutoCorrect function;URL recognition -Oracle Open Office Basic : AutoFormat function -Oracle Open Office Basic : AutoFormat function;switching on and off -Oracle Open Office Basic : automatic captions (Writer) -Oracle Open Office Basic : automatic control focus -Oracle Open Office Basic : automatic hyperlink formatting -Oracle Open Office Basic : automatic line breaks -Oracle Open Office Basic : automatic lines/borders in text -Oracle Open Office Basic : automatic saving -Oracle Open Office Basic : AutoPilots, see wizards -Oracle Open Office Basic : AutoValue (Base) -Oracle Open Office Basic : axes in charts -Oracle Open Office Basic : backgrounds -Oracle Open Office Basic : backgrounds;defining colors/pictures -Oracle Open Office Basic : backgrounds;frames/sections/indexes -Oracle Open Office Basic : backgrounds;inserting from Gallery -Oracle Open Office Basic : backgrounds;printing -Oracle Open Office Basic : backing window -Oracle Open Office Basic : backups -Oracle Open Office Basic : backups;automatic -Oracle Open Office Basic : backups;documents -Oracle Open Office Basic : Basic -Oracle Open Office Basic : Basic;fonts for source display -Oracle Open Office Basic : Basic;programming -Oracle Open Office Basic : Basic;recording macros -Oracle Open Office Basic : Basic editor -Oracle Open Office Basic : basic fonts -Oracle Open Office Basic : Basic IDE -Oracle Open Office Basic : Basic IDE;Integrated Development Environment -Oracle Open Office Basic : Basic IDE;macros -Oracle Open Office Basic : BasicLibraries (LibraryContainer) -Oracle Open Office Basic : Beep statement -Oracle Open Office Basic : Bézier curves -Oracle Open Office Basic : Bézier curves;control points in presentations -Oracle Open Office Basic : bi-directional writing -Oracle Open Office Basic : binding space -Oracle Open Office Basic : bitmaps -Oracle Open Office Basic : bitmaps;inserting and editing -Oracle Open Office Basic : bitmaps;off for faster printing -Oracle Open Office Basic : bitmaps;patterns -Oracle Open Office Basic : black and white printing -Oracle Open Office Basic : black printing in Calc -Oracle Open Office Basic : block selection mode -Oracle Open Office Basic : Blue function -Oracle Open Office Basic : bold -Oracle Open Office Basic : bold;AutoFormat function -Oracle Open Office Basic : bold;text -Oracle Open Office Basic : bookmarks -Oracle Open Office Basic : bookmarks;Help -Oracle Open Office Basic : borders -Oracle Open Office Basic : borders;arranging -Oracle Open Office Basic : borders;cells on screen (Calc) -Oracle Open Office Basic : borders;for paragraphs -Oracle Open Office Basic : borders;for tables -Oracle Open Office Basic : borders;shadows -Oracle Open Office Basic : borders;table boundaries (Writer) -Oracle Open Office Basic : borders, see also frames -Oracle Open Office Basic : bound fields -Oracle Open Office Basic : bound fields;controls -Oracle Open Office Basic : boundaries of tables (Writer) -Oracle Open Office Basic : break display (Writer) -Oracle Open Office Basic : breakpoints -Oracle Open Office Basic : brochures -Oracle Open Office Basic : brochures;printing several -Oracle Open Office Basic : build numbers of Oracle Open Office -Oracle Open Office Basic : bullet lists -Oracle Open Office Basic : bullet lists;formatting options -Oracle Open Office Basic : bullets -Oracle Open Office Basic : bullets;paragraphs -Oracle Open Office Basic : bullets;replacing -Oracle Open Office Basic : bullets;turning off -Oracle Open Office Basic : business cards -Oracle Open Office Basic : business cards;creating and synchronizing -Oracle Open Office Basic : business cards;using templates -Oracle Open Office Basic : button bars, see toolbars -Oracle Open Office Basic : buttons -Oracle Open Office Basic : buttons;adding push buttons -Oracle Open Office Basic : buttons;big/small -Oracle Open Office Basic : buttons;controls -Oracle Open Office Basic : buttons;editing hyperlink buttons -Oracle Open Office Basic : buttons;form functions -Oracle Open Office Basic : buttons;toolbars -Oracle Open Office Basic : cache for graphics -Oracle Open Office Basic : calculating -Oracle Open Office Basic : calculating;iterative references (Calc) -Oracle Open Office Basic : Call Stack window -Oracle Open Office Basic : Call statement -Oracle Open Office Basic : callouts -Oracle Open Office Basic : callouts;drawings -Oracle Open Office Basic : capital letters -Oracle Open Office Basic : capital letters;AutoCorrect function -Oracle Open Office Basic : capital letters;font effects -Oracle Open Office Basic : captions -Oracle Open Office Basic : captions;automatic captions (Writer) -Oracle Open Office Basic : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Basic : captions, see also labels/callouts -Oracle Open Office Basic : cascading update (Base) -Oracle Open Office Basic : case sensitivity -Oracle Open Office Basic : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Basic : case sensitivity;searching -Oracle Open Office Basic : Case statement -Oracle Open Office Basic : CBool function -Oracle Open Office Basic : CByte function -Oracle Open Office Basic : CCur function -Oracle Open Office Basic : CDate function -Oracle Open Office Basic : CdateFromIso function -Oracle Open Office Basic : CdateToIso function -Oracle Open Office Basic : CDbl function -Oracle Open Office Basic : CDec function -Oracle Open Office Basic : cells -Oracle Open Office Basic : cells;aligning -Oracle Open Office Basic : cells;coloring (Calc) -Oracle Open Office Basic : cells;cursor positions after input (Calc) -Oracle Open Office Basic : cells;formatting without effect (Calc) -Oracle Open Office Basic : cells;line breaks -Oracle Open Office Basic : cells;linked to controls -Oracle Open Office Basic : cells;number of -Oracle Open Office Basic : cells;pasting -Oracle Open Office Basic : cells;resetting formats -Oracle Open Office Basic : cells;showing grid lines (Calc) -Oracle Open Office Basic : centered text -Oracle Open Office Basic : centimeters -Oracle Open Office Basic : certificates -Oracle Open Office Basic : changes -Oracle Open Office Basic : changes;accepting or rejecting -Oracle Open Office Basic : changes;comparing to original -Oracle Open Office Basic : changes;protecting -Oracle Open Office Basic : changes;recording -Oracle Open Office Basic : changes;review function -Oracle Open Office Basic : changes;showing -Oracle Open Office Basic : changing -Oracle Open Office Basic : changing;control properties -Oracle Open Office Basic : changing;document titles -Oracle Open Office Basic : changing;file associations in Setup program -Oracle Open Office Basic : changing;icon sizes -Oracle Open Office Basic : changing;links -Oracle Open Office Basic : changing;work directory -Oracle Open Office Basic : changing, see also editing and replacing -Oracle Open Office Basic : character styles -Oracle Open Office Basic : character styles;language selection -Oracle Open Office Basic : characters -Oracle Open Office Basic : characters;alternative fonts -Oracle Open Office Basic : characters;Asian layout -Oracle Open Office Basic : characters;bold -Oracle Open Office Basic : characters;coloring -Oracle Open Office Basic : characters;displaying only on screen (Writer) -Oracle Open Office Basic : characters;enabling CTL and Asian characters -Oracle Open Office Basic : characters;font effects -Oracle Open Office Basic : characters;fonts and formats -Oracle Open Office Basic : characters;hyperlinks -Oracle Open Office Basic : characters;italics -Oracle Open Office Basic : characters;language selection -Oracle Open Office Basic : characters;shadowed -Oracle Open Office Basic : characters;spacing -Oracle Open Office Basic : characters;special -Oracle Open Office Basic : characters;underlining -Oracle Open Office Basic : charcoal sketches filter -Oracle Open Office Basic : charts -Oracle Open Office Basic : charts;arranging within stacks -Oracle Open Office Basic : charts;bars with textures -Oracle Open Office Basic : charts;colors -Oracle Open Office Basic : charts;copying with link to source cell range -Oracle Open Office Basic : charts;displaying (Calc) -Oracle Open Office Basic : charts;editing axes -Oracle Open Office Basic : charts;editing data -Oracle Open Office Basic : charts;editing legends -Oracle Open Office Basic : charts;editing titles -Oracle Open Office Basic : charts;inserting -Oracle Open Office Basic : charts;updating automatically (Writer) -Oracle Open Office Basic : ChDir statement -Oracle Open Office Basic : ChDrive statement -Oracle Open Office Basic : check box control -Oracle Open Office Basic : check box creation -Oracle Open Office Basic : Chinese writing systems -Oracle Open Office Basic : Choose function -Oracle Open Office Basic : choosing printers -Oracle Open Office Basic : Chr function -Oracle Open Office Basic : CInt function -Oracle Open Office Basic : circle drawings -Oracle Open Office Basic : Client Side ImageMap -Oracle Open Office Basic : clipboard -Oracle Open Office Basic : clipboard;cutting -Oracle Open Office Basic : clipboard;pasting -Oracle Open Office Basic : clipboard;pasting formatted/unformatted text -Oracle Open Office Basic : clipboard;selection clipboard -Oracle Open Office Basic : clipboard;Unix -Oracle Open Office Basic : CLng function -Oracle Open Office Basic : Close statement -Oracle Open Office Basic : closing -Oracle Open Office Basic : closing;documents -Oracle Open Office Basic : closing;toolbars -Oracle Open Office Basic : collaboration -Oracle Open Office Basic : color bar -Oracle Open Office Basic : colors -Oracle Open Office Basic : colors;adding -Oracle Open Office Basic : colors;appearance -Oracle Open Office Basic : colors;backgrounds -Oracle Open Office Basic : colors;charts -Oracle Open Office Basic : colors;fill format -Oracle Open Office Basic : colors;fonts -Oracle Open Office Basic : colors;grid lines and cells (Calc) -Oracle Open Office Basic : colors;models -Oracle Open Office Basic : colors;not printing -Oracle Open Office Basic : colors;printing in grayscale -Oracle Open Office Basic : colors;restriction (Calc) -Oracle Open Office Basic : colors;selection -Oracle Open Office Basic : column headers -Oracle Open Office Basic : column headers;displaying (Calc) -Oracle Open Office Basic : column headers;highlighting (Calc) -Oracle Open Office Basic : columns -Oracle Open Office Basic : columns;setting with the mouse -Oracle Open Office Basic : combo box control -Oracle Open Office Basic : combo box creation -Oracle Open Office Basic : command button creation -Oracle Open Office Basic : command buttons, see push buttons -Oracle Open Office Basic : command line parameters -Oracle Open Office Basic : commands -Oracle Open Office Basic : commands;repeating -Oracle Open Office Basic : commands;SQL -Oracle Open Office Basic : comments -Oracle Open Office Basic : comments;displaying (Calc) -Oracle Open Office Basic : comments;inserting/editing/deleting/printing -Oracle Open Office Basic : comments;on changes -Oracle Open Office Basic : comments;printing in text -Oracle Open Office Basic : comments;Rem statement -Oracle Open Office Basic : common terms -Oracle Open Office Basic : common terms;Chinese dictionary -Oracle Open Office Basic : common terms;glossaries -Oracle Open Office Basic : common terms;Internet glossary -Oracle Open Office Basic : comparison operators -Oracle Open Office Basic : comparison operators;Oracle Open Office Basic -Oracle Open Office Basic : comparisons -Oracle Open Office Basic : comparisons;document versions -Oracle Open Office Basic : comparisons;operators in default filter dialog -Oracle Open Office Basic : compatibility settings for MS Word import -Oracle Open Office Basic : complete screen view -Oracle Open Office Basic : complex text layout -Oracle Open Office Basic : complex text layout;definition -Oracle Open Office Basic : complex text layout;enabling -Oracle Open Office Basic : complex text layout, see CTL -Oracle Open Office Basic : components -Oracle Open Office Basic : components;addressing -Oracle Open Office Basic : compose key to insert special characters -Oracle Open Office Basic : concatenation, see ampersand symbol -Oracle Open Office Basic : conditional separators -Oracle Open Office Basic : conditions -Oracle Open Office Basic : conditions;in number formats -Oracle Open Office Basic : conditions;items in Data Navigator -Oracle Open Office Basic : Configuration Manager -Oracle Open Office Basic : configuring -Oracle Open Office Basic : configuring;fax icon -Oracle Open Office Basic : configuring;Oracle Open Office -Oracle Open Office Basic : configuring;toolbars -Oracle Open Office Basic : connections to data sources (Base) -Oracle Open Office Basic : Const statement -Oracle Open Office Basic : constants -Oracle Open Office Basic : contents protection -Oracle Open Office Basic : context menus -Oracle Open Office Basic : continuation -Oracle Open Office Basic : continuation;long lines in editor -Oracle Open Office Basic : control point display in presentations -Oracle Open Office Basic : controls -Oracle Open Office Basic : controls;activating in forms -Oracle Open Office Basic : controls;adding to documents -Oracle Open Office Basic : controls;arranging in forms -Oracle Open Office Basic : controls;arranging within stacks -Oracle Open Office Basic : controls;assigning data sources -Oracle Open Office Basic : controls;assigning macros (Basic) -Oracle Open Office Basic : controls;bound fields/list contents/linked cells -Oracle Open Office Basic : controls;changing properties -Oracle Open Office Basic : controls;creating in the dialog editor -Oracle Open Office Basic : controls;events -Oracle Open Office Basic : controls;focus -Oracle Open Office Basic : controls;formatted fields -Oracle Open Office Basic : controls;grouping -Oracle Open Office Basic : controls;hidden -Oracle Open Office Basic : controls;in dialog editor -Oracle Open Office Basic : controls;inserting -Oracle Open Office Basic : controls;multi-line titles -Oracle Open Office Basic : controls;positions and sizes -Oracle Open Office Basic : controls;printing -Oracle Open Office Basic : controls;properties -Oracle Open Office Basic : controls;properties of form controls -Oracle Open Office Basic : controls;properties of table controls -Oracle Open Office Basic : controls;reading or editing properties (example) -Oracle Open Office Basic : controls;reference by SQL -Oracle Open Office Basic : controls;rich text control -Oracle Open Office Basic : controls;select mode -Oracle Open Office Basic : controls;showing (Writer) -Oracle Open Office Basic : converters -Oracle Open Office Basic : converters;Euro converter -Oracle Open Office Basic : converters;PostScript, UNIX -Oracle Open Office Basic : converters;XML -Oracle Open Office Basic : ConvertFromURL function -Oracle Open Office Basic : converting -Oracle Open Office Basic : converting;Hangul/Hanja -Oracle Open Office Basic : converting;metrics -Oracle Open Office Basic : converting;Microsoft documents -Oracle Open Office Basic : converting;Oracle Open Office documents -Oracle Open Office Basic : converting;Pocket PC formats -Oracle Open Office Basic : ConvertToURL function -Oracle Open Office Basic : copies -Oracle Open Office Basic : copies;printing -Oracle Open Office Basic : copying -Oracle Open Office Basic : copying;by drag and drop -Oracle Open Office Basic : copying;data from text documents -Oracle Open Office Basic : copying;datasource records in spreadsheets -Oracle Open Office Basic : copying;draw objects -Oracle Open Office Basic : copying;draw objects between documents -Oracle Open Office Basic : copying;formatting -Oracle Open Office Basic : copying;from data source view -Oracle Open Office Basic : copying;from Gallery -Oracle Open Office Basic : copying;in Unix -Oracle Open Office Basic : copying;modules -Oracle Open Office Basic : copying;pictures, between documents -Oracle Open Office Basic : copying;sheet areas, to text documents -Oracle Open Office Basic : copying;to Gallery -Oracle Open Office Basic : copyright for Oracle Open Office -Oracle Open Office Basic : corner roundings -Oracle Open Office Basic : Cos function -Oracle Open Office Basic : crash reports -Oracle Open Office Basic : CreateObject function -Oracle Open Office Basic : CreateUnoDialog function -Oracle Open Office Basic : CreateUnoListener function -Oracle Open Office Basic : CreateUnoService function -Oracle Open Office Basic : CreateUnoStruct function -Oracle Open Office Basic : CreateUnoValue function -Oracle Open Office Basic : criteria of query design (Base) -Oracle Open Office Basic : cropping pictures -Oracle Open Office Basic : CSng function -Oracle Open Office Basic : CStr function -Oracle Open Office Basic : CTL -Oracle Open Office Basic : CTL;(not) wrapping words -Oracle Open Office Basic : CTL;complex text layout languages -Oracle Open Office Basic : CTL;definition -Oracle Open Office Basic : CTL;options -Oracle Open Office Basic : CurDir function -Oracle Open Office Basic : currencies -Oracle Open Office Basic : currencies;converters -Oracle Open Office Basic : currencies;format codes -Oracle Open Office Basic : currency field control -Oracle Open Office Basic : currency field creation -Oracle Open Office Basic : currency formats -Oracle Open Office Basic : cursor -Oracle Open Office Basic : cursor;allowing in protected areas (Writer) -Oracle Open Office Basic : cursor;in read-only text -Oracle Open Office Basic : cursor;quickly moving to an object -Oracle Open Office Basic : curves -Oracle Open Office Basic : curves;editing points -Oracle Open Office Basic : custom dictionaries -Oracle Open Office Basic : custom dictionaries;editing -Oracle Open Office Basic : custom hyphens (Writer) -Oracle Open Office Basic : custom quotes -Oracle Open Office Basic : custom templates -Oracle Open Office Basic : customizing -Oracle Open Office Basic : customizing;events -Oracle Open Office Basic : customizing;keyboard -Oracle Open Office Basic : customizing;menus -Oracle Open Office Basic : customizing;Oracle Open Office -Oracle Open Office Basic : customizing;round corners -Oracle Open Office Basic : customizing;toolbars -Oracle Open Office Basic : cutting -Oracle Open Office Basic : CVar function -Oracle Open Office Basic : CVErr function -Oracle Open Office Basic : dashes -Oracle Open Office Basic : data -Oracle Open Office Basic : data;filtering in forms -Oracle Open Office Basic : data;forms and subforms -Oracle Open Office Basic : data;read-only -Oracle Open Office Basic : data;sorting in forms -Oracle Open Office Basic : data;user data -Oracle Open Office Basic : data binding change in XForms -Oracle Open Office Basic : Data Navigator -Oracle Open Office Basic : Data Navigator;adding/editing items -Oracle Open Office Basic : Data Navigator;display options -Oracle Open Office Basic : data source browser -Oracle Open Office Basic : data source explorer -Oracle Open Office Basic : data source view -Oracle Open Office Basic : data source view;drag and drop -Oracle Open Office Basic : data source view;overview -Oracle Open Office Basic : data source view;showing -Oracle Open Office Basic : data sources -Oracle Open Office Basic : data sources;as tables -Oracle Open Office Basic : data sources;connection settings (Base) -Oracle Open Office Basic : data sources;copying records to spreadsheets -Oracle Open Office Basic : data sources;displaying current -Oracle Open Office Basic : data sources;LDAP server (Base) -Oracle Open Office Basic : data sources;Oracle Open Office Base -Oracle Open Office Basic : data sources;registering address books -Oracle Open Office Basic : data sources;reports -Oracle Open Office Basic : data sources;viewing -Oracle Open Office Basic : data structure of XForms -Oracle Open Office Basic : data, see also values -Oracle Open Office Basic : database contents -Oracle Open Office Basic : database contents;inserting as tables -Oracle Open Office Basic : database contents;inserting as text -Oracle Open Office Basic : database reports -Oracle Open Office Basic : Database Wizard (Base) -Oracle Open Office Basic : databases -Oracle Open Office Basic : databases;administration through SQL (Base) -Oracle Open Office Basic : databases;ADO (Base) -Oracle Open Office Basic : databases;connecting (Base) -Oracle Open Office Basic : databases;creating -Oracle Open Office Basic : databases;creating labels -Oracle Open Office Basic : databases;creating queries -Oracle Open Office Basic : databases;creating reports -Oracle Open Office Basic : databases;creating tables -Oracle Open Office Basic : databases;deleting (Base) -Oracle Open Office Basic : databases;drag and drop (Base) -Oracle Open Office Basic : databases;editing tables -Oracle Open Office Basic : databases;form filters -Oracle Open Office Basic : databases;formats (Base) -Oracle Open Office Basic : databases;importing/exporting -Oracle Open Office Basic : databases;JDBC (Base) -Oracle Open Office Basic : databases;main page (Base) -Oracle Open Office Basic : databases;ODBC (Base) -Oracle Open Office Basic : databases;overview -Oracle Open Office Basic : databases;registering (Base) -Oracle Open Office Basic : databases;searching records -Oracle Open Office Basic : databases;shortcut keys -Oracle Open Office Basic : databases;sorting -Oracle Open Office Basic : databases;standard filters -Oracle Open Office Basic : databases;text formats -Oracle Open Office Basic : databases;viewing -Oracle Open Office Basic : date field control -Oracle Open Office Basic : date fields -Oracle Open Office Basic : date fields;creating -Oracle Open Office Basic : date fields;properties -Oracle Open Office Basic : date formats -Oracle Open Office Basic : Date statement -Oracle Open Office Basic : DateAdd function -Oracle Open Office Basic : DateDiff function -Oracle Open Office Basic : DatePart function -Oracle Open Office Basic : dates -Oracle Open Office Basic : dates;default (Calc) -Oracle Open Office Basic : dates;printing in presentations -Oracle Open Office Basic : dates;start 1900/01/01 (Calc) -Oracle Open Office Basic : dates;start 1904/01/01 (Calc) -Oracle Open Office Basic : DateSerial function -Oracle Open Office Basic : DateValue function -Oracle Open Office Basic : Day function -Oracle Open Office Basic : dBASE -Oracle Open Office Basic : dBASE;database settings (Base) -Oracle Open Office Basic : DDE -Oracle Open Office Basic : DDE;definition -Oracle Open Office Basic : deactivating -Oracle Open Office Basic : deactivating;plug-ins -Oracle Open Office Basic : debugging Basic programs -Oracle Open Office Basic : decimal places displayed (Calc) -Oracle Open Office Basic : decimal separator key -Oracle Open Office Basic : decimal tab stops -Oracle Open Office Basic : Declare statement -Oracle Open Office Basic : declaring variables -Oracle Open Office Basic : default directories -Oracle Open Office Basic : default filters -Oracle Open Office Basic : default filters;comparison operators -Oracle Open Office Basic : default filters;databases -Oracle Open Office Basic : default printer -Oracle Open Office Basic : default printer;setting up -Oracle Open Office Basic : default printer;UNIX -Oracle Open Office Basic : default templates -Oracle Open Office Basic : default templates;changing -Oracle Open Office Basic : default templates;organizing -Oracle Open Office Basic : defaults -Oracle Open Office Basic : defaults;documents -Oracle Open Office Basic : defaults;file formats in file dialogs -Oracle Open Office Basic : defaults;file formats in Oracle Open Office -Oracle Open Office Basic : defaults;fonts -Oracle Open Office Basic : defaults;grids (Writer/Calc) -Oracle Open Office Basic : defaults;languages -Oracle Open Office Basic : defaults;number formats -Oracle Open Office Basic : defaults;of saving -Oracle Open Office Basic : defaults;program configuration -Oracle Open Office Basic : defaults;tab stops in text -Oracle Open Office Basic : defaults;views -Oracle Open Office Basic : DefBool statement -Oracle Open Office Basic : DefCur statement -Oracle Open Office Basic : DefDate statement -Oracle Open Office Basic : DefDbl statement -Oracle Open Office Basic : DefErr statement -Oracle Open Office Basic : defining -Oracle Open Office Basic : defining;arrowheads and other line ends -Oracle Open Office Basic : defining;colors -Oracle Open Office Basic : defining;constants -Oracle Open Office Basic : defining;line styles -Oracle Open Office Basic : defining;paragraph borders -Oracle Open Office Basic : defining;queries (Base) -Oracle Open Office Basic : defining;table borders -Oracle Open Office Basic : DefInt statement -Oracle Open Office Basic : DefLng statement -Oracle Open Office Basic : DefObj statement -Oracle Open Office Basic : DefSng statement -Oracle Open Office Basic : DefStr statement -Oracle Open Office Basic : DefVar statement -Oracle Open Office Basic : deleting -Oracle Open Office Basic : deleting;all direct formatting -Oracle Open Office Basic : deleting;comments -Oracle Open Office Basic : deleting;databases (Base) -Oracle Open Office Basic : deleting;hyperlinks -Oracle Open Office Basic : deleting;libraries/modules/dialogs -Oracle Open Office Basic : deleting;lines in text -Oracle Open Office Basic : deleting;macro assignments to events -Oracle Open Office Basic : deleting;models/instances -Oracle Open Office Basic : deleting;namespaces in XForms -Oracle Open Office Basic : deleting;tab stops -Oracle Open Office Basic : deleting;templates -Oracle Open Office Basic : deleting;XML filters -Oracle Open Office Basic : depth stagger -Oracle Open Office Basic : descriptions for objects -Oracle Open Office Basic : design mode after saving -Oracle Open Office Basic : design view -Oracle Open Office Basic : design view;creating forms -Oracle Open Office Basic : design view;queries/views (Base) -Oracle Open Office Basic : designing -Oracle Open Office Basic : designing;database tables -Oracle Open Office Basic : designing;fonts -Oracle Open Office Basic : designing;queries (Base) -Oracle Open Office Basic : detaching toolbars -Oracle Open Office Basic : dialog editor -Oracle Open Office Basic : dialog editor;changing control properties -Oracle Open Office Basic : dialog editor;creating controls -Oracle Open Office Basic : dialog editor;programming examples for controls -Oracle Open Office Basic : DialogLibraries (LibraryContainer) -Oracle Open Office Basic : dialogs -Oracle Open Office Basic : dialogs;creating Basic dialogs -Oracle Open Office Basic : dialogs;displaying (example) -Oracle Open Office Basic : dialogs;loading (example) -Oracle Open Office Basic : dialogs;organizing -Oracle Open Office Basic : dialogs;properties -Oracle Open Office Basic : dialogs;translating -Oracle Open Office Basic : dialogs;using program code to show (example) -Oracle Open Office Basic : dictionaries -Oracle Open Office Basic : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Basic : dictionaries;creating -Oracle Open Office Basic : dictionaries;editing user-defined -Oracle Open Office Basic : dictionaries;spellcheck -Oracle Open Office Basic : dictionaries, see also languages -Oracle Open Office Basic : digital signatures -Oracle Open Office Basic : digital signatures;getting/managing/applying -Oracle Open Office Basic : digital signatures;overview -Oracle Open Office Basic : digital signatures;WebDAV over HTTPS -Oracle Open Office Basic : Dim statement -Oracle Open Office Basic : DimArray function -Oracle Open Office Basic : dimensioning arrays -Oracle Open Office Basic : Dir function -Oracle Open Office Basic : direct formatting -Oracle Open Office Basic : direct formatting;undoing all -Oracle Open Office Basic : directories -Oracle Open Office Basic : directories;creating new -Oracle Open Office Basic : directories;directory structure -Oracle Open Office Basic : disabled persons -Oracle Open Office Basic : displaying -Oracle Open Office Basic : displaying;comments (Calc) -Oracle Open Office Basic : displaying;comments in text documents -Oracle Open Office Basic : displaying;non-printing characters (Writer) -Oracle Open Office Basic : displaying;pictures and objects (Writer) -Oracle Open Office Basic : displaying;tables (Writer) -Oracle Open Office Basic : displaying;zero values (Calc) -Oracle Open Office Basic : distances -Oracle Open Office Basic : distinct values in SQL queries -Oracle Open Office Basic : distorting in drawings -Oracle Open Office Basic : distributing XML filters -Oracle Open Office Basic : DLL (Dynamic Link Library) -Oracle Open Office Basic : Do...Loop statement -Oracle Open Office Basic : docking -Oracle Open Office Basic : docking;definition -Oracle Open Office Basic : docking;toolbars -Oracle Open Office Basic : docking;windows -Oracle Open Office Basic : Document Converter Wizard -Oracle Open Office Basic : Document Map, see Navigator -Oracle Open Office Basic : document types in Oracle Open Office -Oracle Open Office Basic : documents -Oracle Open Office Basic : documents;changing titles -Oracle Open Office Basic : documents;closing -Oracle Open Office Basic : documents;comparing -Oracle Open Office Basic : documents;contents as lists -Oracle Open Office Basic : documents;editing time -Oracle Open Office Basic : documents;exporting -Oracle Open Office Basic : documents;importing -Oracle Open Office Basic : documents;languages -Oracle Open Office Basic : documents;measurement units in -Oracle Open Office Basic : documents;merging -Oracle Open Office Basic : documents;number of pages/tables/sheets -Oracle Open Office Basic : documents;opening -Oracle Open Office Basic : documents;opening in design mode -Oracle Open Office Basic : documents;opening with templates -Oracle Open Office Basic : documents;organizing -Oracle Open Office Basic : documents;printing -Oracle Open Office Basic : documents;read-only -Oracle Open Office Basic : documents;reloading -Oracle Open Office Basic : documents;saving -Oracle Open Office Basic : documents;saving automatically -Oracle Open Office Basic : documents;saving in other formats -Oracle Open Office Basic : documents;sending as e-mail -Oracle Open Office Basic : documents;styles changed -Oracle Open Office Basic : documents;version management -Oracle Open Office Basic : documents;version numbers -Oracle Open Office Basic : dotted areas -Oracle Open Office Basic : double-line spacing in paragraphs -Oracle Open Office Basic : double-line writing in Asian layout -Oracle Open Office Basic : drag and drop -Oracle Open Office Basic : drag and drop;copying and pasting text -Oracle Open Office Basic : drag and drop;data source view -Oracle Open Office Basic : drag and drop;from Gallery to draw objects -Oracle Open Office Basic : drag and drop;overview -Oracle Open Office Basic : drag and drop;pictures -Oracle Open Office Basic : drag and drop;to Gallery -Oracle Open Office Basic : draw objects -Oracle Open Office Basic : draw objects;adding/editing/copying -Oracle Open Office Basic : draw objects;anchoring -Oracle Open Office Basic : draw objects;arranging within stacks -Oracle Open Office Basic : draw objects;copying between documents -Oracle Open Office Basic : draw objects;displaying (Calc) -Oracle Open Office Basic : draw objects;dropping Gallery pictures -Oracle Open Office Basic : draw objects;flipping -Oracle Open Office Basic : draw objects;legends -Oracle Open Office Basic : draw objects;positioning and resizing -Oracle Open Office Basic : draw objects;protecting -Oracle Open Office Basic : draw objects;slanting -Oracle Open Office Basic : draw objects;text in -Oracle Open Office Basic : Drawing bar -Oracle Open Office Basic : drawing lines in text -Oracle Open Office Basic : drawings -Oracle Open Office Basic : drawings;creating/opening -Oracle Open Office Basic : drawings;languages -Oracle Open Office Basic : drawings;printing -Oracle Open Office Basic : drawings;printing defaults -Oracle Open Office Basic : drawings;printing in text documents -Oracle Open Office Basic : drawings;saving -Oracle Open Office Basic : drawings;saving automatically -Oracle Open Office Basic : drawings;saving in other formats -Oracle Open Office Basic : drawings;sending as e-mail -Oracle Open Office Basic : drawings;showing (Writer) -Oracle Open Office Basic : drawings, see also draw objects -Oracle Open Office Basic : drop-down lists in form functions -Oracle Open Office Basic : e-mail attachments -Oracle Open Office Basic : Edit File icon -Oracle Open Office Basic : edit mode -Oracle Open Office Basic : edit mode;after opening -Oracle Open Office Basic : edit mode;through Enter key (Calc) -Oracle Open Office Basic : Edit Points bar -Oracle Open Office Basic : editing -Oracle Open Office Basic : editing;chart axes -Oracle Open Office Basic : editing;chart data -Oracle Open Office Basic : editing;chart legends -Oracle Open Office Basic : editing;chart titles -Oracle Open Office Basic : editing;comments -Oracle Open Office Basic : editing;controls -Oracle Open Office Basic : editing;data binding of XForms -Oracle Open Office Basic : editing;database tables and queries -Oracle Open Office Basic : editing;draw objects -Oracle Open Office Basic : editing;Fontwork objects -Oracle Open Office Basic : editing;hyperlinks -Oracle Open Office Basic : editing;menus -Oracle Open Office Basic : editing;objects -Oracle Open Office Basic : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Basic : editing;pictures -Oracle Open Office Basic : editing;reports -Oracle Open Office Basic : editing;shortcut keys -Oracle Open Office Basic : editing;tab stops -Oracle Open Office Basic : editing;templates -Oracle Open Office Basic : editing;toolbars -Oracle Open Office Basic : editing;undoing -Oracle Open Office Basic : editing;XForms -Oracle Open Office Basic : editing time of documents -Oracle Open Office Basic : editors -Oracle Open Office Basic : editors;formula editor -Oracle Open Office Basic : editors;ImageMap editor -Oracle Open Office Basic : effects -Oracle Open Office Basic : effects;font positions -Oracle Open Office Basic : effects;fonts -Oracle Open Office Basic : effects;Fontwork icons -Oracle Open Office Basic : empty documents -Oracle Open Office Basic : empty paragraph removal -Oracle Open Office Basic : encryption of contents -Oracle Open Office Basic : End statement -Oracle Open Office Basic : entering groups -Oracle Open Office Basic : entering text from right to left -Oracle Open Office Basic : Environ function -Oracle Open Office Basic : Eof function -Oracle Open Office Basic : equal sign, see also operators -Oracle Open Office Basic : EqualUnoObjects function -Oracle Open Office Basic : equations in formula editor -Oracle Open Office Basic : Eqv operator (logical) -Oracle Open Office Basic : Erase function -Oracle Open Office Basic : Erl function -Oracle Open Office Basic : Err function -Oracle Open Office Basic : error codes in Basic -Oracle Open Office Basic : Error function -Oracle Open Office Basic : Error Report Tool -Oracle Open Office Basic : Euro -Oracle Open Office Basic : Euro;currency formats -Oracle Open Office Basic : Euro;Euro Converter Wizard -Oracle Open Office Basic : even/odd pages -Oracle Open Office Basic : even/odd pages;printing -Oracle Open Office Basic : events -Oracle Open Office Basic : events;assigning macros -Oracle Open Office Basic : events;assigning scripts -Oracle Open Office Basic : events;controls -Oracle Open Office Basic : events;customizing -Oracle Open Office Basic : events;in forms -Oracle Open Office Basic : events;linked to objects -Oracle Open Office Basic : examples -Oracle Open Office Basic : examples;programming controls -Oracle Open Office Basic : examples;showing a dialog using program code -Oracle Open Office Basic : Excel -Oracle Open Office Basic : Excel;saving as -Oracle Open Office Basic : Excel;search criteria -Oracle Open Office Basic : exceptions -Oracle Open Office Basic : exceptions;user-defined dictionaries -Oracle Open Office Basic : exchanging, see also replacing -Oracle Open Office Basic : executing SQL commands -Oracle Open Office Basic : Exit statement -Oracle Open Office Basic : exiting -Oracle Open Office Basic : exiting;groups -Oracle Open Office Basic : exiting;Oracle Open Office -Oracle Open Office Basic : Exp function -Oracle Open Office Basic : expanding formatting (Calc) -Oracle Open Office Basic : explorer of data sources -Oracle Open Office Basic : export filters -Oracle Open Office Basic : exporting -Oracle Open Office Basic : exporting;bitmaps -Oracle Open Office Basic : exporting;HTML and text documents -Oracle Open Office Basic : exporting;Microsoft Office documents with VBA code -Oracle Open Office Basic : exporting;spreadsheets to text format -Oracle Open Office Basic : exporting;templates -Oracle Open Office Basic : exporting;to foreign formats -Oracle Open Office Basic : exporting;to HTML -Oracle Open Office Basic : exporting;to Microsoft Office formats -Oracle Open Office Basic : exporting;to PDF -Oracle Open Office Basic : exporting;to PostScript format -Oracle Open Office Basic : exporting;to XML -Oracle Open Office Basic : exporting;XML files -Oracle Open Office Basic : extended tips in Help -Oracle Open Office Basic : extension mode in text -Oracle Open Office Basic : extensions -Oracle Open Office Basic : extensions;Extension Manager -Oracle Open Office Basic : extensions;file formats -Oracle Open Office Basic : external keys (Base) -Oracle Open Office Basic : faster printing -Oracle Open Office Basic : faxes -Oracle Open Office Basic : faxes;configuring Oracle Open Office -Oracle Open Office Basic : faxes;fax programs/fax printers under UNIX -Oracle Open Office Basic : faxes;selecting a fax machine -Oracle Open Office Basic : faxes;sending -Oracle Open Office Basic : faxes;wizards -Oracle Open Office Basic : feedback -Oracle Open Office Basic : feedback;automatically -Oracle Open Office Basic : fields -Oracle Open Office Basic : fields;database tables -Oracle Open Office Basic : fields;displaying field codes (Writer) -Oracle Open Office Basic : fields;formatted fields -Oracle Open Office Basic : fields;updating automatically (Writer) -Oracle Open Office Basic : file associations for Microsoft Office -Oracle Open Office Basic : file filters -Oracle Open Office Basic : file filters;mobile devices -Oracle Open Office Basic : file filters;XML -Oracle Open Office Basic : file formats -Oracle Open Office Basic : file formats;changing Oracle Open Office defaults -Oracle Open Office Basic : file formats;OpenDocument/XML -Oracle Open Office Basic : file formats;saving always in other formats -Oracle Open Office Basic : file selection button -Oracle Open Office Basic : file selection control -Oracle Open Office Basic : file sharing options for current document -Oracle Open Office Basic : FileAttr function -Oracle Open Office Basic : FileCopy statement -Oracle Open Office Basic : FileDateTime function -Oracle Open Office Basic : FileExists function -Oracle Open Office Basic : FileLen function -Oracle Open Office Basic : filepicker -Oracle Open Office Basic : filepicker;API service -Oracle Open Office Basic : files -Oracle Open Office Basic : files;filters and formats -Oracle Open Office Basic : files;importing -Oracle Open Office Basic : files;opening -Oracle Open Office Basic : files;opening with placeholders -Oracle Open Office Basic : files;properties -Oracle Open Office Basic : files;saving -Oracle Open Office Basic : files;saving automatically -Oracle Open Office Basic : files;saving in other formats -Oracle Open Office Basic : files;sending as e-mail -Oracle Open Office Basic : files;version numbers -Oracle Open Office Basic : files and folders in Oracle Open Office -Oracle Open Office Basic : fill characters with tabulators -Oracle Open Office Basic : fill colors for areas -Oracle Open Office Basic : fill patterns for areas -Oracle Open Office Basic : filter conditions -Oracle Open Office Basic : filter conditions;connecting -Oracle Open Office Basic : filter conditions;in queries (Base) -Oracle Open Office Basic : filtering -Oracle Open Office Basic : filtering;data in databases -Oracle Open Office Basic : filtering;data in forms -Oracle Open Office Basic : filters -Oracle Open Office Basic : filters;comparison operators -Oracle Open Office Basic : filters;for import and export -Oracle Open Office Basic : filters;Navigator -Oracle Open Office Basic : filters;pictures -Oracle Open Office Basic : filters;XML filter settings -Oracle Open Office Basic : Find tab in Help -Oracle Open Office Basic : finding -Oracle Open Office Basic : finding;in all sheets -Oracle Open Office Basic : finding;records in form documents -Oracle Open Office Basic : finding;selections -Oracle Open Office Basic : finding;similarity search -Oracle Open Office Basic : FindObject function -Oracle Open Office Basic : FindPropertyObject function -Oracle Open Office Basic : fitting to pages -Oracle Open Office Basic : fitting to pages;print settings in Math -Oracle Open Office Basic : fitting to pages;print settings in presentations -Oracle Open Office Basic : Fix function -Oracle Open Office Basic : fixed line control -Oracle Open Office Basic : fixed text -Oracle Open Office Basic : fixed text;form functions -Oracle Open Office Basic : fixed text control -Oracle Open Office Basic : fixing toolbars -Oracle Open Office Basic : flipping draw objects -Oracle Open Office Basic : floating frames in HTML documents -Oracle Open Office Basic : floating toolbars -Oracle Open Office Basic : focus of controls -Oracle Open Office Basic : folder creation -Oracle Open Office Basic : font lists -Oracle Open Office Basic : font name box -Oracle Open Office Basic : font sizes -Oracle Open Office Basic : font sizes;bullets -Oracle Open Office Basic : font sizes;relative changes -Oracle Open Office Basic : font sizes;scaling on screen -Oracle Open Office Basic : font sizes;text -Oracle Open Office Basic : fonts -Oracle Open Office Basic : fonts;adding under UNIX -Oracle Open Office Basic : fonts;changing in templates -Oracle Open Office Basic : fonts;colors -Oracle Open Office Basic : fonts;default settings -Oracle Open Office Basic : fonts;effects -Oracle Open Office Basic : fonts;for HTML and Basic -Oracle Open Office Basic : fonts;formats -Oracle Open Office Basic : fonts;outlines -Oracle Open Office Basic : fonts;positions in text -Oracle Open Office Basic : fonts;shadows -Oracle Open Office Basic : fonts;specifying several -Oracle Open Office Basic : fonts;strikethrough -Oracle Open Office Basic : fonts;styles -Oracle Open Office Basic : fonts;text objects -Oracle Open Office Basic : Fontwork icons -Oracle Open Office Basic : footers -Oracle Open Office Basic : footers;backgrounds -Oracle Open Office Basic : For statement -Oracle Open Office Basic : form controls -Oracle Open Office Basic : form controls;assigning macros -Oracle Open Office Basic : form controls;protecting -Oracle Open Office Basic : form controls;toolbars -Oracle Open Office Basic : form fields -Oracle Open Office Basic : form filters -Oracle Open Office Basic : Form Navigator -Oracle Open Office Basic : format codes -Oracle Open Office Basic : format codes;numbers -Oracle Open Office Basic : format filling printing in Oracle Open Office Math -Oracle Open Office Basic : Format function -Oracle Open Office Basic : Format Paintbrush -Oracle Open Office Basic : formats -Oracle Open Office Basic : formats;Asian layout -Oracle Open Office Basic : formats;fonts -Oracle Open Office Basic : formats;maximizing page formats -Oracle Open Office Basic : formats;number and currency formats -Oracle Open Office Basic : formats;of currencies/date/time -Oracle Open Office Basic : formats;on opening and saving -Oracle Open Office Basic : formats;pasting in special formats -Oracle Open Office Basic : formats;positions -Oracle Open Office Basic : formats;tabulators -Oracle Open Office Basic : formatted field control -Oracle Open Office Basic : formatted fields -Oracle Open Office Basic : formatted fields;form functions -Oracle Open Office Basic : formatted fields;properties -Oracle Open Office Basic : formatting -Oracle Open Office Basic : formatting;Asian typography -Oracle Open Office Basic : formatting;axes in charts -Oracle Open Office Basic : formatting;chart legends -Oracle Open Office Basic : formatting;copying -Oracle Open Office Basic : formatting;definition -Oracle Open Office Basic : formatting;expanding (Calc) -Oracle Open Office Basic : formatting;font effects -Oracle Open Office Basic : formatting;hyperlinks -Oracle Open Office Basic : formatting;pages -Oracle Open Office Basic : formatting;printer metrics (Writer) -Oracle Open Office Basic : formatting;undoing -Oracle Open Office Basic : formatting;undoing when writing -Oracle Open Office Basic : forms -Oracle Open Office Basic : forms;browsing -Oracle Open Office Basic : forms;Combo Box/List Box Wizard -Oracle Open Office Basic : forms;creating -Oracle Open Office Basic : forms;data -Oracle Open Office Basic : forms;designing (Base) -Oracle Open Office Basic : forms;events -Oracle Open Office Basic : forms;filtering data -Oracle Open Office Basic : forms;finding records -Oracle Open Office Basic : forms;focus after opening -Oracle Open Office Basic : forms;general information (Base) -Oracle Open Office Basic : forms;grouping controls -Oracle Open Office Basic : forms;HTML filters -Oracle Open Office Basic : forms;Navigator -Oracle Open Office Basic : forms;opening in design mode -Oracle Open Office Basic : forms;properties -Oracle Open Office Basic : forms;sorting data -Oracle Open Office Basic : forms;subforms -Oracle Open Office Basic : forms;wizards -Oracle Open Office Basic : forms;XForms -Oracle Open Office Basic : formula texts -Oracle Open Office Basic : formula texts;printing in Oracle Open Office Math -Oracle Open Office Basic : formulas -Oracle Open Office Basic : formulas;new -Oracle Open Office Basic : formulas;starting formula editor -Oracle Open Office Basic : formulas in reports -Oracle Open Office Basic : formulas in reports;editing -Oracle Open Office Basic : forums and support -Oracle Open Office Basic : frames -Oracle Open Office Basic : frames;around paragraphs -Oracle Open Office Basic : frames;around tables -Oracle Open Office Basic : frames;AutoCorrect function -Oracle Open Office Basic : frames;backgrounds -Oracle Open Office Basic : frames;captions (Writer) -Oracle Open Office Basic : frames;printing in Oracle Open Office Math -Oracle Open Office Basic : frames;protecting -Oracle Open Office Basic : frames;selection frames -Oracle Open Office Basic : frames;text fitting to frames -Oracle Open Office Basic : FreeFile function -Oracle Open Office Basic : freeform lines -Oracle Open Office Basic : freeform lines;draw functions -Oracle Open Office Basic : FreeLibrary function -Oracle Open Office Basic : FTP -Oracle Open Office Basic : FTP;opening documents -Oracle Open Office Basic : FTP;saving documents -Oracle Open Office Basic : full joins (Base) -Oracle Open Office Basic : full screen view -Oracle Open Office Basic : full-text search in Help -Oracle Open Office Basic : Function statement -Oracle Open Office Basic : functions -Oracle Open Office Basic : functions;return value type -Oracle Open Office Basic : functions;using -Oracle Open Office Basic : functions in reports -Oracle Open Office Basic : functions in reports;editing -Oracle Open Office Basic : fundamentals -Oracle Open Office Basic : Gallery -Oracle Open Office Basic : Gallery;adding pictures -Oracle Open Office Basic : Gallery;dragging pictures to draw objects -Oracle Open Office Basic : Gallery;hiding/showing -Oracle Open Office Basic : Gallery;inserting pictures from -Oracle Open Office Basic : get method for form transmissions -Oracle Open Office Basic : Get statement -Oracle Open Office Basic : GetAttr function -Oracle Open Office Basic : GetDefaultContext function -Oracle Open Office Basic : GetGuiType function -Oracle Open Office Basic : GetProcessServiceManager function -Oracle Open Office Basic : GetSolarVersion function -Oracle Open Office Basic : GetSystemTicks function -Oracle Open Office Basic : getting support -Oracle Open Office Basic : GIF format -Oracle Open Office Basic : Global statement -Oracle Open Office Basic : GLOBAL variables -Oracle Open Office Basic : GlobalScope function -Oracle Open Office Basic : glossaries -Oracle Open Office Basic : glossaries;common terms -Oracle Open Office Basic : glossaries;Internet terms -Oracle Open Office Basic : GoSub...Return statement -Oracle Open Office Basic : GoTo statement -Oracle Open Office Basic : gradients off for faster printing -Oracle Open Office Basic : graphic objects, see draw objects -Oracle Open Office Basic : graphical text art -Oracle Open Office Basic : graphics -Oracle Open Office Basic : graphics;cache -Oracle Open Office Basic : graphics;protecting -Oracle Open Office Basic : graphics, see also pictures -Oracle Open Office Basic : grayscale printing -Oracle Open Office Basic : Green function -Oracle Open Office Basic : grid controls -Oracle Open Office Basic : grid controls;form functions -Oracle Open Office Basic : grids -Oracle Open Office Basic : grids;defaults (Writer/Calc) -Oracle Open Office Basic : grids;display options (Impress/Draw) -Oracle Open Office Basic : grids;displaying lines (Calc) -Oracle Open Office Basic : group box control -Oracle Open Office Basic : group box creation -Oracle Open Office Basic : groups -Oracle Open Office Basic : groups;entering/exiting/ungrouping -Oracle Open Office Basic : groups;naming -Oracle Open Office Basic : groups;of controls -Oracle Open Office Basic : guides -Oracle Open Office Basic : guides;display options (Impress/Draw) -Oracle Open Office Basic : guides;displaying when moving objects (Impress) -Oracle Open Office Basic : guides;showing (Calc) -Oracle Open Office Basic : guides;showing when moving frames (Writer) -Oracle Open Office Basic : gutter -Oracle Open Office Basic : handles -Oracle Open Office Basic : handles;displaying (Writer) -Oracle Open Office Basic : handles;scaling -Oracle Open Office Basic : handles;showing simple/large handles (Calc) -Oracle Open Office Basic : Hangul/Hanja -Oracle Open Office Basic : HasUnoInterfaces function -Oracle Open Office Basic : hatching -Oracle Open Office Basic : headers -Oracle Open Office Basic : headers;backgrounds -Oracle Open Office Basic : headings -Oracle Open Office Basic : headings;entering as text box -Oracle Open Office Basic : Hebrew -Oracle Open Office Basic : Hebrew;entering text -Oracle Open Office Basic : Hebrew;language settings -Oracle Open Office Basic : Help -Oracle Open Office Basic : Help;bookmarks -Oracle Open Office Basic : Help;extended tips on/off -Oracle Open Office Basic : Help;full-text search -Oracle Open Office Basic : Help;Help tips -Oracle Open Office Basic : Help;keywords -Oracle Open Office Basic : Help;navigation pane showing/hiding -Oracle Open Office Basic : Help;style sheets -Oracle Open Office Basic : Help;topics -Oracle Open Office Basic : Help Agent -Oracle Open Office Basic : Help Agent;help -Oracle Open Office Basic : Help Agent;options -Oracle Open Office Basic : Help tips -Oracle Open Office Basic : Help tips;hiding -Oracle Open Office Basic : Hex function -Oracle Open Office Basic : hidden controls in Form Navigator -Oracle Open Office Basic : hidden fields display (Writer) -Oracle Open Office Basic : hidden pages -Oracle Open Office Basic : hidden pages;printing in presentations -Oracle Open Office Basic : hidden text -Oracle Open Office Basic : hidden text;showing (Writer) -Oracle Open Office Basic : hiding -Oracle Open Office Basic : hiding;changes -Oracle Open Office Basic : hiding;docked windows -Oracle Open Office Basic : hiding;navigation pane in Help window -Oracle Open Office Basic : high contrast mode -Oracle Open Office Basic : Hindi -Oracle Open Office Basic : Hindi;entering text -Oracle Open Office Basic : Hindi;language settings -Oracle Open Office Basic : horizontal line control -Oracle Open Office Basic : horizontal scrollbar control -Oracle Open Office Basic : horizontal scrollbars (Writer) -Oracle Open Office Basic : hotspots -Oracle Open Office Basic : Hour function -Oracle Open Office Basic : HTML -Oracle Open Office Basic : HTML;definition -Oracle Open Office Basic : HTML;export character set -Oracle Open Office Basic : HTML;fonts for source display -Oracle Open Office Basic : HTML;importing META tags -Oracle Open Office Basic : HTML;live presentations -Oracle Open Office Basic : HTML documents -Oracle Open Office Basic : HTML documents;auto reloading -Oracle Open Office Basic : HTML documents;importing/exporting -Oracle Open Office Basic : HTML documents;META tags in -Oracle Open Office Basic : HTML documents;new -Oracle Open Office Basic : HTML documents;source text -Oracle Open Office Basic : hyperlinks -Oracle Open Office Basic : hyperlinks;assigning macros -Oracle Open Office Basic : hyperlinks;character formats -Oracle Open Office Basic : hyperlinks;definition -Oracle Open Office Basic : hyperlinks;deleting -Oracle Open Office Basic : hyperlinks;editing -Oracle Open Office Basic : hyperlinks;inserting -Oracle Open Office Basic : hyperlinks;relative and absolute -Oracle Open Office Basic : hyperlinks;turning off automatic recognition -Oracle Open Office Basic : hyperlinks, see also links -Oracle Open Office Basic : hyphenation -Oracle Open Office Basic : hyphenation;activating for a language -Oracle Open Office Basic : hyphenation;minimal number of characters -Oracle Open Office Basic : hyphens -Oracle Open Office Basic : hyphens;displaying custom (Writer) -Oracle Open Office Basic : hyphens;inserting custom -Oracle Open Office Basic : icon bars, see toolbars -Oracle Open Office Basic : icon control -Oracle Open Office Basic : icon sizes -Oracle Open Office Basic : IDE -Oracle Open Office Basic : IDE;Integrated Development Environment -Oracle Open Office Basic : IDE;keyboard shortcuts -Oracle Open Office Basic : If statement -Oracle Open Office Basic : ignore list for spellcheck -Oracle Open Office Basic : IIf statement -Oracle Open Office Basic : illustrations, see pictures -Oracle Open Office Basic : image button creation -Oracle Open Office Basic : image control -Oracle Open Office Basic : image control creation -Oracle Open Office Basic : ImageMap -Oracle Open Office Basic : ImageMap;definition -Oracle Open Office Basic : ImageMap;editor -Oracle Open Office Basic : images -Oracle Open Office Basic : images;ImageMap -Oracle Open Office Basic : images;inserting and editing bitmaps -Oracle Open Office Basic : images, see also pictures -Oracle Open Office Basic : IME -Oracle Open Office Basic : IME;definition -Oracle Open Office Basic : IME;showing/hiding -Oracle Open Office Basic : Imp operator (logical) -Oracle Open Office Basic : import filters -Oracle Open Office Basic : import restrictions for Microsoft Office -Oracle Open Office Basic : importing -Oracle Open Office Basic : importing;bitmaps -Oracle Open Office Basic : importing;compatibility settings for text import -Oracle Open Office Basic : importing;databases -Oracle Open Office Basic : importing;documents in other formats -Oracle Open Office Basic : importing;from XML -Oracle Open Office Basic : importing;HTML and text documents -Oracle Open Office Basic : importing;HTML with META tags -Oracle Open Office Basic : importing;Microsoft Office documents with VBA code -Oracle Open Office Basic : importing;tables in text format -Oracle Open Office Basic : importing;templates -Oracle Open Office Basic : improvement program -Oracle Open Office Basic : inches -Oracle Open Office Basic : Index tab in Help -Oracle Open Office Basic : indexes -Oracle Open Office Basic : indexes;backgrounds -Oracle Open Office Basic : indexes;showing/hiding Help index tab -Oracle Open Office Basic : indicator lines in text -Oracle Open Office Basic : inner joins (Base) -Oracle Open Office Basic : input method window -Oracle Open Office Basic : Input statement -Oracle Open Office Basic : InputBox function -Oracle Open Office Basic : insert mode for entering text -Oracle Open Office Basic : inserting -Oracle Open Office Basic : inserting;Basic libraries -Oracle Open Office Basic : inserting;buttons in toolbars -Oracle Open Office Basic : inserting;cell ranges from spreadsheets -Oracle Open Office Basic : inserting;charts -Oracle Open Office Basic : inserting;clipboard options -Oracle Open Office Basic : inserting;comments -Oracle Open Office Basic : inserting;data from text documents -Oracle Open Office Basic : inserting;datasource records in spreadsheets -Oracle Open Office Basic : inserting;drawings -Oracle Open Office Basic : inserting;floating frames -Oracle Open Office Basic : inserting;Fontwork objects -Oracle Open Office Basic : inserting;form fields -Oracle Open Office Basic : inserting;hyperlinks -Oracle Open Office Basic : inserting;line breaks in cells -Oracle Open Office Basic : inserting;movies/sounds -Oracle Open Office Basic : inserting;new text tables defaults -Oracle Open Office Basic : inserting;objects from Gallery -Oracle Open Office Basic : inserting;OLE objects -Oracle Open Office Basic : inserting;paragraph borders -Oracle Open Office Basic : inserting;paragraph bullets -Oracle Open Office Basic : inserting;pictures in Gallery -Oracle Open Office Basic : inserting;plug-ins -Oracle Open Office Basic : inserting;push buttons -Oracle Open Office Basic : inserting;special characters -Oracle Open Office Basic : inserting;tab stops -Oracle Open Office Basic : inserting;textures on chart bars -Oracle Open Office Basic : installing -Oracle Open Office Basic : installing;ActiveX control -Oracle Open Office Basic : installing;mobile device filters -Oracle Open Office Basic : installing;UNO components -Oracle Open Office Basic : installing;XML filters -Oracle Open Office Basic : InStr function -Oracle Open Office Basic : instructions -Oracle Open Office Basic : instructions;general -Oracle Open Office Basic : Int function -Oracle Open Office Basic : Internet -Oracle Open Office Basic : Internet;checking for updates -Oracle Open Office Basic : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Basic : Internet;presentations -Oracle Open Office Basic : Internet;starting searches -Oracle Open Office Basic : Internet glossary -Oracle Open Office Basic : invert filter -Oracle Open Office Basic : invisible areas -Oracle Open Office Basic : IsArray function -Oracle Open Office Basic : IsDate function -Oracle Open Office Basic : IsEmpty function -Oracle Open Office Basic : IsError function -Oracle Open Office Basic : IsMissing function -Oracle Open Office Basic : IsNull function -Oracle Open Office Basic : IsNumeric function -Oracle Open Office Basic : IsObject function -Oracle Open Office Basic : IsUnoStruct function -Oracle Open Office Basic : italic text -Oracle Open Office Basic : iterative references in spreadsheets -Oracle Open Office Basic : Java -Oracle Open Office Basic : Java;definition -Oracle Open Office Basic : Java;setting options -Oracle Open Office Basic : JDBC -Oracle Open Office Basic : JDBC;databases (Base) -Oracle Open Office Basic : JDBC;definition -Oracle Open Office Basic : Join function -Oracle Open Office Basic : joining -Oracle Open Office Basic : joining;paragraphs -Oracle Open Office Basic : joining;tables (Base) -Oracle Open Office Basic : joins in databases (Base) -Oracle Open Office Basic : justifying text -Oracle Open Office Basic : kerning -Oracle Open Office Basic : kerning;Asian texts -Oracle Open Office Basic : kerning;definition -Oracle Open Office Basic : kerning;in characters -Oracle Open Office Basic : key fields for relations (Base) -Oracle Open Office Basic : keyboard -Oracle Open Office Basic : keyboard;assigning/editing shortcut keys -Oracle Open Office Basic : keyboard;general commands -Oracle Open Office Basic : keyboard;in IDE -Oracle Open Office Basic : keyboard;removing numbering -Oracle Open Office Basic : keys -Oracle Open Office Basic : keys;adding push buttons -Oracle Open Office Basic : keys;primary keys (Base) -Oracle Open Office Basic : Kill statement -Oracle Open Office Basic : kiosk export -Oracle Open Office Basic : label field control -Oracle Open Office Basic : labels -Oracle Open Office Basic : labels;creating and synchronizing -Oracle Open Office Basic : labels;for draw objects -Oracle Open Office Basic : labels;form functions -Oracle Open Office Basic : labels;from databases -Oracle Open Office Basic : labels, see also names/callouts -Oracle Open Office Basic : languages -Oracle Open Office Basic : languages;activating modules -Oracle Open Office Basic : languages;Asian support -Oracle Open Office Basic : languages;complex text layout -Oracle Open Office Basic : languages;locale settings -Oracle Open Office Basic : languages;selecting for text -Oracle Open Office Basic : languages;setting options -Oracle Open Office Basic : languages;spellcheck -Oracle Open Office Basic : languages;spellchecking and formatting -Oracle Open Office Basic : large handles (Writer) -Oracle Open Office Basic : large icons -Oracle Open Office Basic : layer arrangement -Oracle Open Office Basic : layout -Oracle Open Office Basic : layout;importing Word documents -Oracle Open Office Basic : layout;pages -Oracle Open Office Basic : LBound function -Oracle Open Office Basic : LCase function -Oracle Open Office Basic : LDAP server -Oracle Open Office Basic : LDAP server;address books (Base) -Oracle Open Office Basic : LDAP server;sign on options -Oracle Open Office Basic : leading between paragraphs -Oracle Open Office Basic : left alignment of paragraphs -Oracle Open Office Basic : Left function -Oracle Open Office Basic : left joins (Base) -Oracle Open Office Basic : legends -Oracle Open Office Basic : legends;charts -Oracle Open Office Basic : legends;draw objects -Oracle Open Office Basic : legends;rounding corners -Oracle Open Office Basic : Len function -Oracle Open Office Basic : Let statement -Oracle Open Office Basic : Letter Wizard -Oracle Open Office Basic : levels -Oracle Open Office Basic : levels;depth stagger -Oracle Open Office Basic : levels;macro security -Oracle Open Office Basic : libraries -Oracle Open Office Basic : libraries;adding -Oracle Open Office Basic : libraries;organizing -Oracle Open Office Basic : library systems -Oracle Open Office Basic : LibraryContainer -Oracle Open Office Basic : limits of tables (Writer) -Oracle Open Office Basic : line breaks -Oracle Open Office Basic : line breaks;in cells -Oracle Open Office Basic : line control -Oracle Open Office Basic : Line Input statement -Oracle Open Office Basic : line spacing -Oracle Open Office Basic : line spacing;context menu in paragraphs -Oracle Open Office Basic : line spacing;paragraph -Oracle Open Office Basic : line styles -Oracle Open Office Basic : line styles;applying -Oracle Open Office Basic : line styles;defining -Oracle Open Office Basic : lines -Oracle Open Office Basic : lines;defining ends -Oracle Open Office Basic : lines;draw functions -Oracle Open Office Basic : lines;drawing in text -Oracle Open Office Basic : lines;editing points -Oracle Open Office Basic : lines;removing automatic lines -Oracle Open Office Basic : lines of text -Oracle Open Office Basic : lines of text;alignment -Oracle Open Office Basic : lines of text;in Basic editor -Oracle Open Office Basic : links -Oracle Open Office Basic : links;between cells and controls -Oracle Open Office Basic : links;by drag and drop -Oracle Open Office Basic : links;character formats -Oracle Open Office Basic : links;definition -Oracle Open Office Basic : links;editing hyperlinks -Oracle Open Office Basic : links;inserting -Oracle Open Office Basic : links;modifying -Oracle Open Office Basic : links;opening files with -Oracle Open Office Basic : links;relational databases (Base) -Oracle Open Office Basic : links;turning off automatic recognition -Oracle Open Office Basic : links;updating options (Writer) -Oracle Open Office Basic : links;updating specific links -Oracle Open Office Basic : list box creation -Oracle Open Office Basic : list boxes -Oracle Open Office Basic : list boxes;adding entries to (example) -Oracle Open Office Basic : list boxes;controls -Oracle Open Office Basic : list boxes;removing entries from (example) -Oracle Open Office Basic : lists -Oracle Open Office Basic : lists;data assigned to controls -Oracle Open Office Basic : lists;registered databases (Base) -Oracle Open Office Basic : lists;regular expressions -Oracle Open Office Basic : live presentations on the Internet -Oracle Open Office Basic : loading -Oracle Open Office Basic : loading;Basic code -Oracle Open Office Basic : loading;documents -Oracle Open Office Basic : loading;documents from other formats -Oracle Open Office Basic : loading;HTML documents, automatically -Oracle Open Office Basic : loading;Microsoft Office documents with VBA code -Oracle Open Office Basic : loading;reloading -Oracle Open Office Basic : loading;XML files -Oracle Open Office Basic : Loc function -Oracle Open Office Basic : locale settings -Oracle Open Office Basic : localizing dialogs -Oracle Open Office Basic : Lof function -Oracle Open Office Basic : Log function -Oracle Open Office Basic : long lines -Oracle Open Office Basic : long lines;in Basic editor -Oracle Open Office Basic : loops -Oracle Open Office Basic : lowercase letters -Oracle Open Office Basic : lowercase letters;font effects -Oracle Open Office Basic : LSet statement -Oracle Open Office Basic : LTrim function -Oracle Open Office Basic : macro toolbar -Oracle Open Office Basic : Macro Wizard (Base) -Oracle Open Office Basic : macros -Oracle Open Office Basic : macros;assigning to events -Oracle Open Office Basic : macros;assigning to events in forms -Oracle Open Office Basic : macros;attaching new (Base) -Oracle Open Office Basic : macros;Basic IDE -Oracle Open Office Basic : macros;in MS Office documents -Oracle Open Office Basic : macros;interrupting -Oracle Open Office Basic : macros;organizing -Oracle Open Office Basic : macros;recording -Oracle Open Office Basic : macros;security -Oracle Open Office Basic : macros;security levels -Oracle Open Office Basic : macros;security warning dialog -Oracle Open Office Basic : macros;selecting security warnings -Oracle Open Office Basic : macros;stopping -Oracle Open Office Basic : magnifiers -Oracle Open Office Basic : margins -Oracle Open Office Basic : margins;pages -Oracle Open Office Basic : margins;setting with the mouse -Oracle Open Office Basic : margins;shadows -Oracle Open Office Basic : marking changes -Oracle Open Office Basic : marking, see selecting -Oracle Open Office Basic : masked field control -Oracle Open Office Basic : Math formula editor -Oracle Open Office Basic : measurement units -Oracle Open Office Basic : measurement units;changing on rulers -Oracle Open Office Basic : measurement units;converting -Oracle Open Office Basic : measurement units;selecting -Oracle Open Office Basic : Media Player window -Oracle Open Office Basic : menus -Oracle Open Office Basic : menus;activating context menus -Oracle Open Office Basic : menus;assigning macros -Oracle Open Office Basic : menus;customizing -Oracle Open Office Basic : merging -Oracle Open Office Basic : merging;documents -Oracle Open Office Basic : META tags -Oracle Open Office Basic : metrics -Oracle Open Office Basic : metrics;converting -Oracle Open Office Basic : metrics;document formatting (Writer) -Oracle Open Office Basic : metrics;in sheets -Oracle Open Office Basic : Microsoft Office -Oracle Open Office Basic : Microsoft Office;Access databases (base) -Oracle Open Office Basic : Microsoft Office;as default file format -Oracle Open Office Basic : Microsoft Office;document import restrictions -Oracle Open Office Basic : Microsoft Office;feature comparisons -Oracle Open Office Basic : Microsoft Office;importing password protected files -Oracle Open Office Basic : Microsoft Office;importing Word documents -Oracle Open Office Basic : Microsoft Office;importing/exporting VBA code -Oracle Open Office Basic : Microsoft Office;new users information -Oracle Open Office Basic : Microsoft Office;opening Microsoft documents -Oracle Open Office Basic : Microsoft Office;reassigning document types -Oracle Open Office Basic : Mid function -Oracle Open Office Basic : Mid statement -Oracle Open Office Basic : migrating macros (Base) -Oracle Open Office Basic : Minute function -Oracle Open Office Basic : MkDir statement -Oracle Open Office Basic : mobile device filters -Oracle Open Office Basic : MOD operator (mathematical) -Oracle Open Office Basic : models in XForms -Oracle Open Office Basic : modifying, see changing -Oracle Open Office Basic : module/dialog toggle -Oracle Open Office Basic : modules -Oracle Open Office Basic : modules;organizing -Oracle Open Office Basic : modules;subroutines and functions -Oracle Open Office Basic : Month function -Oracle Open Office Basic : more controls -Oracle Open Office Basic : mosaic filter -Oracle Open Office Basic : mouse -Oracle Open Office Basic : mouse;pointers when using drag and drop -Oracle Open Office Basic : mouse;positioning -Oracle Open Office Basic : movies -Oracle Open Office Basic : moving -Oracle Open Office Basic : moving;modules -Oracle Open Office Basic : moving;tab stops on ruler -Oracle Open Office Basic : moving;toolbars -Oracle Open Office Basic : moving;using guide lines in presentations -Oracle Open Office Basic : MS ADO interface (Base) -Oracle Open Office Basic : MsgBox function -Oracle Open Office Basic : MsgBox statement -Oracle Open Office Basic : multi-line titles in forms -Oracle Open Office Basic : multiple documents -Oracle Open Office Basic : multiple documents;opening -Oracle Open Office Basic : multiple selection -Oracle Open Office Basic : music -Oracle Open Office Basic : My Documents folder -Oracle Open Office Basic : My Documents folder;changing work directory -Oracle Open Office Basic : My Documents folder;opening -Oracle Open Office Basic : MySQL databases (Base) -Oracle Open Office Basic : Name statement -Oracle Open Office Basic : names -Oracle Open Office Basic : names;multi-line titles -Oracle Open Office Basic : names;objects -Oracle Open Office Basic : names of variables -Oracle Open Office Basic : names, see also labels/callouts -Oracle Open Office Basic : namespace organization in XForms -Oracle Open Office Basic : native SQL (Base) -Oracle Open Office Basic : navigating -Oracle Open Office Basic : navigating;in Basic projects -Oracle Open Office Basic : navigating;in documents -Oracle Open Office Basic : Navigation bar -Oracle Open Office Basic : Navigation bar;controls -Oracle Open Office Basic : Navigation bar;forms -Oracle Open Office Basic : Navigator -Oracle Open Office Basic : Navigator;comments -Oracle Open Office Basic : Navigator;contents as lists -Oracle Open Office Basic : Navigator;docking -Oracle Open Office Basic : Navigator;working with -Oracle Open Office Basic : network identity options -Oracle Open Office Basic : new databases -Oracle Open Office Basic : new documents -Oracle Open Office Basic : new lines in cells -Oracle Open Office Basic : new windows -Oracle Open Office Basic : Next statement -Oracle Open Office Basic : non-breaking dashes -Oracle Open Office Basic : non-breaking spaces (Writer) -Oracle Open Office Basic : non-printing characters (Writer) -Oracle Open Office Basic : Not operator (logical) -Oracle Open Office Basic : Nothing object -Oracle Open Office Basic : Now function -Oracle Open Office Basic : Null value -Oracle Open Office Basic : number formats -Oracle Open Office Basic : number formats;codes -Oracle Open Office Basic : number formats;formats -Oracle Open Office Basic : number formats;recognition in text tables -Oracle Open Office Basic : number of pages -Oracle Open Office Basic : number of sheets -Oracle Open Office Basic : number of tables -Oracle Open Office Basic : numbering -Oracle Open Office Basic : numbering;options -Oracle Open Office Basic : numbering;turning off -Oracle Open Office Basic : numbering;using automatically -Oracle Open Office Basic : numbers -Oracle Open Office Basic : numbers;date, time and currency formats -Oracle Open Office Basic : numbers;decimal places (Calc) -Oracle Open Office Basic : numerical field control -Oracle Open Office Basic : numerical fields in forms -Oracle Open Office Basic : objects -Oracle Open Office Basic : objects;always moveable (Impress/Draw) -Oracle Open Office Basic : objects;arranging within stacks -Oracle Open Office Basic : objects;copying when moving in presentations -Oracle Open Office Basic : objects;definition -Oracle Open Office Basic : objects;displaying in spreadsheets -Oracle Open Office Basic : objects;displaying in text documents -Oracle Open Office Basic : objects;editing -Oracle Open Office Basic : objects;inserting from Gallery -Oracle Open Office Basic : objects;inserting OLE objects -Oracle Open Office Basic : objects;moving and resizing with mouse -Oracle Open Office Basic : objects;naming -Oracle Open Office Basic : objects;opening -Oracle Open Office Basic : objects;quickly moving to -Oracle Open Office Basic : objects;titles and descriptions -Oracle Open Office Basic : Oct function -Oracle Open Office Basic : ODBC -Oracle Open Office Basic : ODBC;database (Base) -Oracle Open Office Basic : ODBC;definition -Oracle Open Office Basic : ODF file formats -Oracle Open Office Basic : Office -Oracle Open Office Basic : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Basic : OLE -Oracle Open Office Basic : OLE;definition -Oracle Open Office Basic : OLE objects -Oracle Open Office Basic : OLE objects;arranging within stacks -Oracle Open Office Basic : OLE objects;captions (Writer) -Oracle Open Office Basic : OLE objects;inserting -Oracle Open Office Basic : OLE objects;number of -Oracle Open Office Basic : OLE objects;protecting -Oracle Open Office Basic : On Error GoTo ... Resume statement -Oracle Open Office Basic : On...GoSub statement -Oracle Open Office Basic : On...GoTo statement -Oracle Open Office Basic : one and a half line spacing in text -Oracle Open Office Basic : online feedback options -Oracle Open Office Basic : online registration -Oracle Open Office Basic : online update options -Oracle Open Office Basic : online updates -Oracle Open Office Basic : online updates;checking automatically -Oracle Open Office Basic : online updates;checking manually -Oracle Open Office Basic : Open statement -Oracle Open Office Basic : Open/Save dialogs -Oracle Open Office Basic : OpenDocument file formats -Oracle Open Office Basic : OpenGL -Oracle Open Office Basic : OpenGL;definition -Oracle Open Office Basic : opening -Oracle Open Office Basic : opening;context menus -Oracle Open Office Basic : opening;database files -Oracle Open Office Basic : opening;dialog settings -Oracle Open Office Basic : opening;documents -Oracle Open Office Basic : opening;documents from other formats -Oracle Open Office Basic : opening;documents on WebDAV server -Oracle Open Office Basic : opening;files with links -Oracle Open Office Basic : opening;files, with placeholders -Oracle Open Office Basic : opening;forms -Oracle Open Office Basic : opening;Microsoft Office files -Oracle Open Office Basic : opening;mobile device documents -Oracle Open Office Basic : opening;objects -Oracle Open Office Basic : opening;reports -Oracle Open Office Basic : opening;several files -Oracle Open Office Basic : opening;XForms -Oracle Open Office Basic : operators -Oracle Open Office Basic : operators;comparisons -Oracle Open Office Basic : operators;default filters -Oracle Open Office Basic : Option Base statement -Oracle Open Office Basic : option button control -Oracle Open Office Basic : Option Explicit statement -Oracle Open Office Basic : Optional function -Oracle Open Office Basic : optional hyphens (Writer) -Oracle Open Office Basic : options -Oracle Open Office Basic : options;accessibility -Oracle Open Office Basic : options;appearance -Oracle Open Office Basic : options;compatibility (Writer) -Oracle Open Office Basic : options;improvement program -Oracle Open Office Basic : options;network identity -Oracle Open Office Basic : options;online update -Oracle Open Office Basic : options;tools -Oracle Open Office Basic : Or operator (logical) -Oracle Open Office Basic : Oracle databases (base) -Oracle Open Office Basic : Oracle Open Office Base data sources -Oracle Open Office Basic : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Basic : Oracle Open Office documents -Oracle Open Office Basic : Oracle Open Office documents;mobile device filters -Oracle Open Office Basic : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Basic : Oracle Open Office Math start -Oracle Open Office Basic : ordering -Oracle Open Office Basic : ordering;objects -Oracle Open Office Basic : organizing -Oracle Open Office Basic : organizing;macros and scripts -Oracle Open Office Basic : organizing;modules/libraries/dialogs -Oracle Open Office Basic : organizing;namespaces in XForms -Oracle Open Office Basic : organizing;styles -Oracle Open Office Basic : organizing;templates -Oracle Open Office Basic : original size -Oracle Open Office Basic : original size;printing in Oracle Open Office Math -Oracle Open Office Basic : original size;restoring after cropping -Oracle Open Office Basic : outlines -Oracle Open Office Basic : outlines;font effects -Oracle Open Office Basic : outlines;outline symbols -Oracle Open Office Basic : outlines;sending to presentations -Oracle Open Office Basic : overwrite mode -Oracle Open Office Basic : packages, see extensions -Oracle Open Office Basic : page breaks -Oracle Open Office Basic : page breaks;displaying (Calc) -Oracle Open Office Basic : page formats -Oracle Open Office Basic : page formats;maximizing -Oracle Open Office Basic : page formats;restriction -Oracle Open Office Basic : page styles -Oracle Open Office Basic : page styles;editing/applying with statusbar -Oracle Open Office Basic : pages -Oracle Open Office Basic : pages;backgrounds in all applications -Oracle Open Office Basic : pages;formatting and numbering -Oracle Open Office Basic : pages;printing page names in presentations -Oracle Open Office Basic : pages;scaling -Oracle Open Office Basic : pages;selecting one to print -Oracle Open Office Basic : paint box -Oracle Open Office Basic : paint can symbol -Oracle Open Office Basic : pair kerning -Oracle Open Office Basic : Palm file filters -Oracle Open Office Basic : paper formats -Oracle Open Office Basic : paper size warning -Oracle Open Office Basic : paper trays -Oracle Open Office Basic : paragraph marks -Oracle Open Office Basic : paragraph marks;displaying (Writer) -Oracle Open Office Basic : paragraph styles -Oracle Open Office Basic : paragraph styles;languages -Oracle Open Office Basic : paragraph styles;modifying basic fonts -Oracle Open Office Basic : paragraphs -Oracle Open Office Basic : paragraphs;alignment -Oracle Open Office Basic : paragraphs;Asian typography -Oracle Open Office Basic : paragraphs;defining borders -Oracle Open Office Basic : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Basic : paragraphs;increasing indents of -Oracle Open Office Basic : paragraphs;indents, margins and columns -Oracle Open Office Basic : paragraphs;inserting bullets -Oracle Open Office Basic : paragraphs;joining -Oracle Open Office Basic : paragraphs;numbering automatically -Oracle Open Office Basic : paragraphs;removing blank ones -Oracle Open Office Basic : paragraphs;spacing -Oracle Open Office Basic : paragraphs;tab stops -Oracle Open Office Basic : parameters -Oracle Open Office Basic : parameters;command line -Oracle Open Office Basic : parameters;for procedures and functions -Oracle Open Office Basic : parameters;passing by reference or value -Oracle Open Office Basic : parameters;queries (Base) -Oracle Open Office Basic : passwords for protecting contents -Oracle Open Office Basic : pasting -Oracle Open Office Basic : pasting;cell ranges -Oracle Open Office Basic : pasting;cell ranges from spreadsheets -Oracle Open Office Basic : pasting;data from text documents -Oracle Open Office Basic : pasting;draw objects -Oracle Open Office Basic : pasting;draw objects from other documents -Oracle Open Office Basic : pasting;formatted/unformatted text -Oracle Open Office Basic : pasting;from data source view -Oracle Open Office Basic : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Basic : pasting;pictures from other documents -Oracle Open Office Basic : pasting;sheet areas in text documents -Oracle Open Office Basic : pasting;to Gallery -Oracle Open Office Basic : paths -Oracle Open Office Basic : paths;changing work directory -Oracle Open Office Basic : paths;defaults -Oracle Open Office Basic : pattern editor -Oracle Open Office Basic : pattern field control -Oracle Open Office Basic : pattern fields -Oracle Open Office Basic : pattern fields;form functions -Oracle Open Office Basic : patterns for objects -Oracle Open Office Basic : PDF -Oracle Open Office Basic : PDF;export -Oracle Open Office Basic : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Basic : personal data input -Oracle Open Office Basic : phonetic guide -Oracle Open Office Basic : picklist creation -Oracle Open Office Basic : pictures -Oracle Open Office Basic : pictures;adding to Gallery -Oracle Open Office Basic : pictures;arranging within stacks -Oracle Open Office Basic : pictures;assigning macros -Oracle Open Office Basic : pictures;backgrounds -Oracle Open Office Basic : pictures;captions (Writer) -Oracle Open Office Basic : pictures;changing paths -Oracle Open Office Basic : pictures;cropping and zooming -Oracle Open Office Basic : pictures;displaying in Calc -Oracle Open Office Basic : pictures;displaying in Writer (Writer) -Oracle Open Office Basic : pictures;drag and drop between documents -Oracle Open Office Basic : pictures;drawing -Oracle Open Office Basic : pictures;editing -Oracle Open Office Basic : pictures;filters -Oracle Open Office Basic : pictures;ImageMap -Oracle Open Office Basic : pictures;inserting automatically -Oracle Open Office Basic : pictures;inserting from Gallery -Oracle Open Office Basic : pictures;number of -Oracle Open Office Basic : pictures;printing -Oracle Open Office Basic : pictures;scaling/resizing -Oracle Open Office Basic : pixel editor -Oracle Open Office Basic : pixel graphics -Oracle Open Office Basic : pixel graphics;inserting and editing -Oracle Open Office Basic : pixel patterns -Oracle Open Office Basic : placeholders -Oracle Open Office Basic : placeholders;in SQL queries -Oracle Open Office Basic : placeholders;on opening files -Oracle Open Office Basic : placing toolbars -Oracle Open Office Basic : playing movies and sound files -Oracle Open Office Basic : plotting data as charts -Oracle Open Office Basic : plug-ins -Oracle Open Office Basic : plug-ins;activating and deactivating -Oracle Open Office Basic : plug-ins;definition -Oracle Open Office Basic : plug-ins;inserting -Oracle Open Office Basic : pocket device appliances -Oracle Open Office Basic : Pocket PC file filters -Oracle Open Office Basic : points -Oracle Open Office Basic : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Basic : polygon drawing -Oracle Open Office Basic : pop-art filter -Oracle Open Office Basic : portable document format -Oracle Open Office Basic : positioning -Oracle Open Office Basic : positioning;draw objects and controls -Oracle Open Office Basic : positioning;fonts -Oracle Open Office Basic : positioning;objects -Oracle Open Office Basic : positioning;toolbars -Oracle Open Office Basic : post method for form transmissions -Oracle Open Office Basic : posterizing filter -Oracle Open Office Basic : PostScript -Oracle Open Office Basic : PostScript;creating files -Oracle Open Office Basic : PostScript;PDF converter, UNIX -Oracle Open Office Basic : PowerPoint export -Oracle Open Office Basic : precision as shown (Calc) -Oracle Open Office Basic : predefining fonts -Oracle Open Office Basic : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Basic : presentations -Oracle Open Office Basic : presentations;creating/opening -Oracle Open Office Basic : presentations;inserting spreadsheet cells -Oracle Open Office Basic : presentations;live on the Internet -Oracle Open Office Basic : presentations;print menu -Oracle Open Office Basic : presentations;saving -Oracle Open Office Basic : presentations;saving automatically -Oracle Open Office Basic : presentations;saving in other formats -Oracle Open Office Basic : presentations;sending as e-mail -Oracle Open Office Basic : presentations;starting with wizard -Oracle Open Office Basic : presentations;wizards -Oracle Open Office Basic : Presenter Console shortcuts -Oracle Open Office Basic : press buttons, see push buttons -Oracle Open Office Basic : previews -Oracle Open Office Basic : previews;fonts lists -Oracle Open Office Basic : primary keys -Oracle Open Office Basic : primary keys;defining -Oracle Open Office Basic : primary keys;design view -Oracle Open Office Basic : primary keys;inserting (Base) -Oracle Open Office Basic : print area selection -Oracle Open Office Basic : Print statement -Oracle Open Office Basic : printer metrics for document formatting (Writer) -Oracle Open Office Basic : printers -Oracle Open Office Basic : printers;adding, UNIX -Oracle Open Office Basic : printers;choosing -Oracle Open Office Basic : printers;default printer -Oracle Open Office Basic : printers;faxes under UNIX -Oracle Open Office Basic : printers;maximum page formats -Oracle Open Office Basic : printers;paper trays -Oracle Open Office Basic : printers;properties -Oracle Open Office Basic : printing -Oracle Open Office Basic : printing;black and white -Oracle Open Office Basic : printing;brochures -Oracle Open Office Basic : printing;colors in grayscale -Oracle Open Office Basic : printing;comments -Oracle Open Office Basic : printing;copies -Oracle Open Office Basic : printing;creating individual jobs -Oracle Open Office Basic : printing;dates in presentations -Oracle Open Office Basic : printing;directly -Oracle Open Office Basic : printing;documents -Oracle Open Office Basic : printing;drawings defaults -Oracle Open Office Basic : printing;elements in text documents -Oracle Open Office Basic : printing;faster -Oracle Open Office Basic : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Basic : printing;fitting to pages in presentations -Oracle Open Office Basic : printing;formulas in Oracle Open Office Math -Oracle Open Office Basic : printing;hidden pages of presentations -Oracle Open Office Basic : printing;in original size in Oracle Open Office Math -Oracle Open Office Basic : printing;left/right pages -Oracle Open Office Basic : printing;queries (Base) -Oracle Open Office Basic : printing;scaling in Oracle Open Office Math -Oracle Open Office Basic : printing;selections -Oracle Open Office Basic : printing;text always in black -Oracle Open Office Basic : printing;text in reverse order -Oracle Open Office Basic : printing;tiling pages in presentations -Oracle Open Office Basic : printing;transparencies -Oracle Open Office Basic : printing;warnings -Oracle Open Office Basic : printing;without scaling in presentations -Oracle Open Office Basic : printing speed -Oracle Open Office Basic : PRIVATE variables -Oracle Open Office Basic : procedures -Oracle Open Office Basic : ProcessServiceManager -Oracle Open Office Basic : program stops -Oracle Open Office Basic : programming -Oracle Open Office Basic : programming;Oracle Open Office -Oracle Open Office Basic : programming;scripting -Oracle Open Office Basic : programming examples for controls -Oracle Open Office Basic : progress bar control -Oracle Open Office Basic : properties -Oracle Open Office Basic : properties;controls and dialogs -Oracle Open Office Basic : properties;controls in dialog editor -Oracle Open Office Basic : properties;fields in databases -Oracle Open Office Basic : properties;files -Oracle Open Office Basic : properties;form controls -Oracle Open Office Basic : properties;forms -Oracle Open Office Basic : properties;printers -Oracle Open Office Basic : protected contents -Oracle Open Office Basic : protected dashes -Oracle Open Office Basic : protected database tables -Oracle Open Office Basic : protected documents -Oracle Open Office Basic : protected spaces -Oracle Open Office Basic : protected spaces;inserting -Oracle Open Office Basic : protected spaces;showing (Writer) -Oracle Open Office Basic : protecting -Oracle Open Office Basic : protecting;contents -Oracle Open Office Basic : protecting;recorded changes -Oracle Open Office Basic : proxy settings -Oracle Open Office Basic : Public statement -Oracle Open Office Basic : PUBLIC variables -Oracle Open Office Basic : push button control in dialog editor -Oracle Open Office Basic : push buttons -Oracle Open Office Basic : push buttons;adding to documents -Oracle Open Office Basic : push buttons;creating -Oracle Open Office Basic : Put statement -Oracle Open Office Basic : queries -Oracle Open Office Basic : queries;copying (Base) -Oracle Open Office Basic : queries;creating in design view (Base) -Oracle Open Office Basic : queries;creating in SQL view -Oracle Open Office Basic : queries;defining (Base) -Oracle Open Office Basic : queries;deleting table links (Base) -Oracle Open Office Basic : queries;editing in data source view -Oracle Open Office Basic : queries;formulating filter conditions (Base) -Oracle Open Office Basic : queries;joining tables (Base) -Oracle Open Office Basic : queries;missing elements (Base) -Oracle Open Office Basic : queries;overview (Base) -Oracle Open Office Basic : queries;parameter queries (Base) -Oracle Open Office Basic : queries;printing (Base) -Oracle Open Office Basic : Query Wizard (Base) -Oracle Open Office Basic : Quickstarter -Oracle Open Office Basic : quotation marks -Oracle Open Office Basic : quotation marks;replacing -Oracle Open Office Basic : quotes -Oracle Open Office Basic : quotes;custom -Oracle Open Office Basic : radio button control -Oracle Open Office Basic : radio button creation -Oracle Open Office Basic : Randomize statement -Oracle Open Office Basic : read-only documents -Oracle Open Office Basic : read-only documents;cursor -Oracle Open Office Basic : read-only documents;database tables on/off -Oracle Open Office Basic : read-only documents;editing -Oracle Open Office Basic : read-only documents;opening documents as -Oracle Open Office Basic : read-only items in Data Navigator -Oracle Open Office Basic : recognizing URLs automatically -Oracle Open Office Basic : recording -Oracle Open Office Basic : recording;changes -Oracle Open Office Basic : recording;macros -Oracle Open Office Basic : records -Oracle Open Office Basic : records;inserting comments -Oracle Open Office Basic : records;protecting -Oracle Open Office Basic : records;saving -Oracle Open Office Basic : records;searching in databases -Oracle Open Office Basic : rectangles with round corners -Oracle Open Office Basic : recursions in spreadsheets -Oracle Open Office Basic : Red function -Oracle Open Office Basic : ReDim statement -Oracle Open Office Basic : redo command -Oracle Open Office Basic : reduced printing -Oracle Open Office Basic : reference lines -Oracle Open Office Basic : references -Oracle Open Office Basic : references;displaying in color (Calc) -Oracle Open Office Basic : references;expanding (Calc) -Oracle Open Office Basic : references;iterative (Calc) -Oracle Open Office Basic : register-true -Oracle Open Office Basic : register-true;definition -Oracle Open Office Basic : registering -Oracle Open Office Basic : registering;address books -Oracle Open Office Basic : registering;databases (Base) -Oracle Open Office Basic : registering;Oracle Open Office -Oracle Open Office Basic : regular expressions -Oracle Open Office Basic : regular expressions;list of -Oracle Open Office Basic : regular expressions;opening files -Oracle Open Office Basic : relational databases (Base) -Oracle Open Office Basic : relations -Oracle Open Office Basic : relations;creating and deleting (Base) -Oracle Open Office Basic : relations;joining tables (Base) -Oracle Open Office Basic : relations;properties (Base) -Oracle Open Office Basic : relative hyperlinks -Oracle Open Office Basic : relative saving of URLs -Oracle Open Office Basic : reloading -Oracle Open Office Basic : reloading;documents -Oracle Open Office Basic : reloading;HTML documents, automatically -Oracle Open Office Basic : Rem statement -Oracle Open Office Basic : remarks, see also comments -Oracle Open Office Basic : remote configurations -Oracle Open Office Basic : remove noise filter -Oracle Open Office Basic : removing -Oracle Open Office Basic : removing;bullets and numbering -Oracle Open Office Basic : removing;form filters -Oracle Open Office Basic : removing, see also deleting -Oracle Open Office Basic : renaming modules and dialogs -Oracle Open Office Basic : repeating -Oracle Open Office Basic : repeating;commands -Oracle Open Office Basic : replacement options -Oracle Open Office Basic : replacement table -Oracle Open Office Basic : replacing -Oracle Open Office Basic : replacing;AutoCorrect function -Oracle Open Office Basic : replacing;dashes -Oracle Open Office Basic : replacing;tab stops (regular expressions) -Oracle Open Office Basic : Report Builder -Oracle Open Office Basic : reports -Oracle Open Office Basic : reports;creating -Oracle Open Office Basic : reports;error reports -Oracle Open Office Basic : reports;opening and editing -Oracle Open Office Basic : reports;templates -Oracle Open Office Basic : Reset statement -Oracle Open Office Basic : resetting -Oracle Open Office Basic : resetting;templates -Oracle Open Office Basic : resizing -Oracle Open Office Basic : resizing;objects, by mouse -Oracle Open Office Basic : resizing, see also scaling/zooming -Oracle Open Office Basic : resolution when printing bitmaps -Oracle Open Office Basic : restoring -Oracle Open Office Basic : restoring;default formatting -Oracle Open Office Basic : restoring;editing -Oracle Open Office Basic : Resume Next parameter -Oracle Open Office Basic : return value type of functions -Oracle Open Office Basic : reversing printing order -Oracle Open Office Basic : review function -Oracle Open Office Basic : review function;accepting or rejecting changes -Oracle Open Office Basic : review function;comparing documents -Oracle Open Office Basic : review function;protecting records -Oracle Open Office Basic : review function;recording changes example -Oracle Open Office Basic : rich text control -Oracle Open Office Basic : right alignment of paragraphs -Oracle Open Office Basic : Right function -Oracle Open Office Basic : right joins (Base) -Oracle Open Office Basic : right-to-left text -Oracle Open Office Basic : RmDir statement -Oracle Open Office Basic : Rnd function -Oracle Open Office Basic : rotating -Oracle Open Office Basic : rotating;3D text -Oracle Open Office Basic : round corners -Oracle Open Office Basic : rounding precision (Calc) -Oracle Open Office Basic : row headers -Oracle Open Office Basic : row headers;displaying (Calc) -Oracle Open Office Basic : row headers;highlighting (Calc) -Oracle Open Office Basic : RSet statement -Oracle Open Office Basic : RTrim function -Oracle Open Office Basic : rulers -Oracle Open Office Basic : rulers;default settings -Oracle Open Office Basic : rulers;measurement units -Oracle Open Office Basic : rulers;visible in presentations -Oracle Open Office Basic : run-time errors in Basic -Oracle Open Office Basic : samples and templates -Oracle Open Office Basic : saving -Oracle Open Office Basic : saving;Basic code -Oracle Open Office Basic : saving;default file formats -Oracle Open Office Basic : saving;dialog settings -Oracle Open Office Basic : saving;documents -Oracle Open Office Basic : saving;documents for mobile devices -Oracle Open Office Basic : saving;documents in other formats -Oracle Open Office Basic : saving;documents, automatically -Oracle Open Office Basic : saving;in Microsoft Office file format -Oracle Open Office Basic : saving;options -Oracle Open Office Basic : saving;templates -Oracle Open Office Basic : saving;to XML -Oracle Open Office Basic : saving;VBA code in Microsoft Office documents -Oracle Open Office Basic : saving;with password by default -Oracle Open Office Basic : saving as command -Oracle Open Office Basic : saving as command;precautions -Oracle Open Office Basic : scaling -Oracle Open Office Basic : scaling;font sizes in user interface -Oracle Open Office Basic : scaling;objects -Oracle Open Office Basic : scaling;pictures -Oracle Open Office Basic : scaling;printing in Oracle Open Office Math -Oracle Open Office Basic : scaling;when printing presentations -Oracle Open Office Basic : scaling, see also zooming -Oracle Open Office Basic : scope of variables -Oracle Open Office Basic : screen -Oracle Open Office Basic : screen;full screen views -Oracle Open Office Basic : screen;scaling -Oracle Open Office Basic : screen magnifiers -Oracle Open Office Basic : screen readers -Oracle Open Office Basic : script organization -Oracle Open Office Basic : scroll bar control -Oracle Open Office Basic : scrollbars -Oracle Open Office Basic : scrollbars;controls -Oracle Open Office Basic : scrollbars;displaying (Calc) -Oracle Open Office Basic : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Basic : search criteria for database functions in cells -Oracle Open Office Basic : search engines -Oracle Open Office Basic : search engines;definition -Oracle Open Office Basic : search engines;selecting -Oracle Open Office Basic : searching -Oracle Open Office Basic : searching;all sheets -Oracle Open Office Basic : searching;databases -Oracle Open Office Basic : searching;form filters -Oracle Open Office Basic : searching;Internet -Oracle Open Office Basic : searching;tables and forms -Oracle Open Office Basic : Second function -Oracle Open Office Basic : sections -Oracle Open Office Basic : sections;backgrounds -Oracle Open Office Basic : security -Oracle Open Office Basic : security;digital signatures -Oracle Open Office Basic : security;options for documents with macros -Oracle Open Office Basic : security;protecting contents -Oracle Open Office Basic : security;security levels for macros -Oracle Open Office Basic : security;warning dialogs with macros -Oracle Open Office Basic : Seek function -Oracle Open Office Basic : Seek statement -Oracle Open Office Basic : Select...Case statement -Oracle Open Office Basic : selecting -Oracle Open Office Basic : selecting;controls -Oracle Open Office Basic : selecting;measurement units -Oracle Open Office Basic : selecting;objects -Oracle Open Office Basic : selecting;print areas -Oracle Open Office Basic : selecting;several files -Oracle Open Office Basic : selection clipboard -Oracle Open Office Basic : selection frames -Oracle Open Office Basic : selection modes in text -Oracle Open Office Basic : selection options for controls -Oracle Open Office Basic : sending -Oracle Open Office Basic : sending;AutoAbstract function in presentations -Oracle Open Office Basic : sending;documents as e-mail -Oracle Open Office Basic : sending;documents as faxes -Oracle Open Office Basic : separator lines -Oracle Open Office Basic : separator lines;defining -Oracle Open Office Basic : separators -Oracle Open Office Basic : separators;conditional -Oracle Open Office Basic : Server Side ImageMap -Oracle Open Office Basic : Set statement -Oracle Open Office Basic : SetAttr statement -Oracle Open Office Basic : settings -Oracle Open Office Basic : settings;printers -Oracle Open Office Basic : settings;program configuration -Oracle Open Office Basic : settings;proxies -Oracle Open Office Basic : settings;tracking changes -Oracle Open Office Basic : settings;views -Oracle Open Office Basic : SGML -Oracle Open Office Basic : SGML;definition -Oracle Open Office Basic : Sgn function -Oracle Open Office Basic : shadows -Oracle Open Office Basic : shadows;areas -Oracle Open Office Basic : shadows;borders -Oracle Open Office Basic : shadows;characters -Oracle Open Office Basic : shadows;characters, using context menu -Oracle Open Office Basic : sharing documents -Oracle Open Office Basic : sharpening filter -Oracle Open Office Basic : sheet tabs -Oracle Open Office Basic : sheet tabs;displaying -Oracle Open Office Basic : sheets -Oracle Open Office Basic : sheets;searching all -Oracle Open Office Basic : Shell function -Oracle Open Office Basic : shortcut keys -Oracle Open Office Basic : shortcut keys;assigning macros -Oracle Open Office Basic : shortcut keys;Basic IDE -Oracle Open Office Basic : shortcut keys;general -Oracle Open Office Basic : shortcut keys;in databases -Oracle Open Office Basic : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Basic : showing -Oracle Open Office Basic : showing;changes -Oracle Open Office Basic : showing;docked windows -Oracle Open Office Basic : showing;drawings and controls (Writer) -Oracle Open Office Basic : showing;live presentations on the Internet -Oracle Open Office Basic : showing;toolbars -Oracle Open Office Basic : signing documents with digital signatures -Oracle Open Office Basic : similarity search -Oracle Open Office Basic : simple handles (Writer) -Oracle Open Office Basic : simplified Chinese -Oracle Open Office Basic : simplified Chinese;translating to traditional Chinese -Oracle Open Office Basic : Sin function -Oracle Open Office Basic : single sign on options -Oracle Open Office Basic : single-line spacing in text -Oracle Open Office Basic : sizes -Oracle Open Office Basic : sizes;draw objects -Oracle Open Office Basic : sizes;pictures -Oracle Open Office Basic : slanting draw objects -Oracle Open Office Basic : small capitals -Oracle Open Office Basic : small icons -Oracle Open Office Basic : smart tag configuration -Oracle Open Office Basic : smooth scrolling (Writer) -Oracle Open Office Basic : smoothing filter -Oracle Open Office Basic : snap grid defaults (Writer/Calc) -Oracle Open Office Basic : snapping in presentations and drawings -Oracle Open Office Basic : solarization filter -Oracle Open Office Basic : sort lists -Oracle Open Office Basic : sort lists;copying to in Calc -Oracle Open Office Basic : sorting -Oracle Open Office Basic : sorting;data in forms -Oracle Open Office Basic : sorting;databases -Oracle Open Office Basic : sound files -Oracle Open Office Basic : Space function -Oracle Open Office Basic : spaces -Oracle Open Office Basic : spaces;displaying (Writer) -Oracle Open Office Basic : spaces;ignoring double -Oracle Open Office Basic : spaces;inserting protected spaces -Oracle Open Office Basic : spaces;showing protected spaces (Writer) -Oracle Open Office Basic : spacing -Oracle Open Office Basic : spacing;between paragraphs in footnotes -Oracle Open Office Basic : spacing;font effects -Oracle Open Office Basic : spacing;lines and paragraphs -Oracle Open Office Basic : spacing;tab stops in text documents -Oracle Open Office Basic : spacing;tabs in presentations -Oracle Open Office Basic : spadmin -Oracle Open Office Basic : special characters -Oracle Open Office Basic : speech bubbles -Oracle Open Office Basic : speed of printing -Oracle Open Office Basic : spellcheck -Oracle Open Office Basic : spellcheck;activating for a language -Oracle Open Office Basic : spellcheck;context menus -Oracle Open Office Basic : spellcheck;default languages -Oracle Open Office Basic : spellcheck;dialog -Oracle Open Office Basic : spellcheck;dictionary of exceptions -Oracle Open Office Basic : spellcheck;ignore list -Oracle Open Office Basic : spin button creation -Oracle Open Office Basic : Split function -Oracle Open Office Basic : spoolfiles with Xprinter -Oracle Open Office Basic : spreadsheets -Oracle Open Office Basic : spreadsheets;as databases (base) -Oracle Open Office Basic : spreadsheets;copying areas to text documents -Oracle Open Office Basic : spreadsheets;creating/opening -Oracle Open Office Basic : spreadsheets;inserting charts -Oracle Open Office Basic : spreadsheets;inserting database records -Oracle Open Office Basic : spreadsheets;printing -Oracle Open Office Basic : spreadsheets;saving -Oracle Open Office Basic : spreadsheets;saving automatically -Oracle Open Office Basic : spreadsheets;saving in other formats -Oracle Open Office Basic : spreadsheets;sending as e-mail -Oracle Open Office Basic : SQL -Oracle Open Office Basic : SQL;definition -Oracle Open Office Basic : SQL;DISTINCT parameter -Oracle Open Office Basic : SQL;executing SQL commands -Oracle Open Office Basic : SQL;executing SQL statements (Base) -Oracle Open Office Basic : SQL;queries (Base) -Oracle Open Office Basic : Sqr function -Oracle Open Office Basic : square drawings -Oracle Open Office Basic : standard bar on/off -Oracle Open Office Basic : standard filters in databases -Oracle Open Office Basic : standard printer under UNIX -Oracle Open Office Basic : start center -Oracle Open Office Basic : start parameters -Oracle Open Office Basic : Static statement -Oracle Open Office Basic : status bar on/off -Oracle Open Office Basic : Step statement -Oracle Open Office Basic : stickers -Oracle Open Office Basic : Stop statement -Oracle Open Office Basic : stopping macros -Oracle Open Office Basic : Str function -Oracle Open Office Basic : StrComp function -Oracle Open Office Basic : strikethrough -Oracle Open Office Basic : strikethrough;characters -Oracle Open Office Basic : strikethrough;font effects -Oracle Open Office Basic : String function -Oracle Open Office Basic : styles -Oracle Open Office Basic : styles;'changed' message -Oracle Open Office Basic : styles;copying between documents -Oracle Open Office Basic : styles;keyboard shortcuts -Oracle Open Office Basic : styles;organizing -Oracle Open Office Basic : styles;printing styles used in a document -Oracle Open Office Basic : styles;replacing automatically -Oracle Open Office Basic : Styles and Formatting window -Oracle Open Office Basic : Styles and Formatting window;docking -Oracle Open Office Basic : Sub statement -Oracle Open Office Basic : subforms -Oracle Open Office Basic : subforms;creating -Oracle Open Office Basic : subforms;description -Oracle Open Office Basic : submitting forms -Oracle Open Office Basic : subroutines -Oracle Open Office Basic : suffixes in file formats -Oracle Open Office Basic : support on the Web -Oracle Open Office Basic : Switch function -Oracle Open Office Basic : synchronizing -Oracle Open Office Basic : synchronizing;labels and business cards -Oracle Open Office Basic : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Basic : system address book registration -Oracle Open Office Basic : tab stops -Oracle Open Office Basic : tab stops;displaying (Writer) -Oracle Open Office Basic : tab stops;inserting and editing -Oracle Open Office Basic : tab stops;regular expressions -Oracle Open Office Basic : tab stops;setting in sheets -Oracle Open Office Basic : tab stops;settings -Oracle Open Office Basic : tab stops;spacing in presentations -Oracle Open Office Basic : tab stops;spacing in text documents -Oracle Open Office Basic : table controls -Oracle Open Office Basic : table controls;form functions -Oracle Open Office Basic : table controls;keyboard-only edit mode -Oracle Open Office Basic : table controls;properties -Oracle Open Office Basic : table views of databases -Oracle Open Office Basic : Table Wizard (Base) -Oracle Open Office Basic : tables -Oracle Open Office Basic : tables;inserting line breaks -Oracle Open Office Basic : tables in databases -Oracle Open Office Basic : tables in databases;access rights to (Base) -Oracle Open Office Basic : tables in databases;adding to queries -Oracle Open Office Basic : tables in databases;browsing and editing -Oracle Open Office Basic : tables in databases;copying database tables (Base) -Oracle Open Office Basic : tables in databases;creating -Oracle Open Office Basic : tables in databases;creating in design view (manually) -Oracle Open Office Basic : tables in databases;importing text formats (Base) -Oracle Open Office Basic : tables in databases;joining for queries (Base) -Oracle Open Office Basic : tables in databases;printing queries (Base) -Oracle Open Office Basic : tables in databases;relations (Base) -Oracle Open Office Basic : tables in databases;searching -Oracle Open Office Basic : tables in spreadsheets -Oracle Open Office Basic : tables in spreadsheets;copying data to other applications -Oracle Open Office Basic : tables in spreadsheets;defining borders -Oracle Open Office Basic : tables in spreadsheets;value highlighting -Oracle Open Office Basic : tables in text -Oracle Open Office Basic : tables in text;captions -Oracle Open Office Basic : tables in text;creating automatically -Oracle Open Office Basic : tables in text;default settings -Oracle Open Office Basic : tables in text;defining borders -Oracle Open Office Basic : tables in text;displaying -Oracle Open Office Basic : tables in text;printing -Oracle Open Office Basic : tabs -Oracle Open Office Basic : tabs;displaying sheet tabs -Oracle Open Office Basic : tags -Oracle Open Office Basic : tags;definition -Oracle Open Office Basic : tags;META tags -Oracle Open Office Basic : Tan function -Oracle Open Office Basic : templates -Oracle Open Office Basic : templates;agendas -Oracle Open Office Basic : templates;changing basic fonts -Oracle Open Office Basic : templates;database reports -Oracle Open Office Basic : templates;deleting -Oracle Open Office Basic : templates;editing and saving -Oracle Open Office Basic : templates;faxes -Oracle Open Office Basic : templates;importing and exporting -Oracle Open Office Basic : templates;letters -Oracle Open Office Basic : templates;new documents from templates -Oracle Open Office Basic : templates;opening documents with -Oracle Open Office Basic : templates;organizing -Oracle Open Office Basic : terminology -Oracle Open Office Basic : terminology;general glossary -Oracle Open Office Basic : terminology;Internet glossary -Oracle Open Office Basic : test mode control -Oracle Open Office Basic : testing XML filters -Oracle Open Office Basic : text -Oracle Open Office Basic : text;animating -Oracle Open Office Basic : text;Asian layout -Oracle Open Office Basic : text;bold -Oracle Open Office Basic : text;coloring -Oracle Open Office Basic : text;copying by drag and drop -Oracle Open Office Basic : text;CTL languages -Oracle Open Office Basic : text;drawing pictures -Oracle Open Office Basic : text;font effects -Oracle Open Office Basic : text;font sizes -Oracle Open Office Basic : text;font styles -Oracle Open Office Basic : text;fonts and formats -Oracle Open Office Basic : text;Fontwork icons -Oracle Open Office Basic : text;hyperlinks -Oracle Open Office Basic : text;inserting special characters -Oracle Open Office Basic : text;italics -Oracle Open Office Basic : text;kerning -Oracle Open Office Basic : text;language selection -Oracle Open Office Basic : text;line spacing -Oracle Open Office Basic : text;overwriting or inserting -Oracle Open Office Basic : text;printing in black -Oracle Open Office Basic : text;replacing with format -Oracle Open Office Basic : text;selection modes -Oracle Open Office Basic : text;shadowed -Oracle Open Office Basic : text;text/draw objects -Oracle Open Office Basic : text attributes -Oracle Open Office Basic : text attributes;hyperlinks -Oracle Open Office Basic : text attributes;undoing -Oracle Open Office Basic : text boxes -Oracle Open Office Basic : text boxes;controls -Oracle Open Office Basic : text boxes;form functions -Oracle Open Office Basic : text boxes;positioning -Oracle Open Office Basic : text breaks in cells -Oracle Open Office Basic : text colors for better accessibility -Oracle Open Office Basic : text databases (Base) -Oracle Open Office Basic : text documents -Oracle Open Office Basic : text documents;creating/opening -Oracle Open Office Basic : text documents;importing/exporting -Oracle Open Office Basic : text documents;inserting spreadsheet cells -Oracle Open Office Basic : text documents;print settings -Oracle Open Office Basic : text documents;printing -Oracle Open Office Basic : text documents;saving -Oracle Open Office Basic : text documents;saving automatically -Oracle Open Office Basic : text documents;saving in other formats -Oracle Open Office Basic : text documents;sending as e-mail -Oracle Open Office Basic : text effects -Oracle Open Office Basic : text flow -Oracle Open Office Basic : text flow;in cells -Oracle Open Office Basic : text formats -Oracle Open Office Basic : text formats;databases -Oracle Open Office Basic : text formats;pasting -Oracle Open Office Basic : text input fields -Oracle Open Office Basic : text layout for special languages -Oracle Open Office Basic : text objects -Oracle Open Office Basic : text objects;alignment -Oracle Open Office Basic : text objects;draw functions -Oracle Open Office Basic : text objects;fonts -Oracle Open Office Basic : text objects;in presentations and drawings -Oracle Open Office Basic : text overflow in spreadsheet cells -Oracle Open Office Basic : text, see also text documents, paragraphs and characters -Oracle Open Office Basic : TextArt, see Fontwork -Oracle Open Office Basic : textures -Oracle Open Office Basic : textures;inserting from Gallery -Oracle Open Office Basic : textures;on chart bars -Oracle Open Office Basic : Thai -Oracle Open Office Basic : Thai;entering text -Oracle Open Office Basic : Thai;language settings -Oracle Open Office Basic : thesaurus -Oracle Open Office Basic : thesaurus;activating for a language -Oracle Open Office Basic : ThisComponent property -Oracle Open Office Basic : ticker text -Oracle Open Office Basic : time field control -Oracle Open Office Basic : time fields -Oracle Open Office Basic : time fields;form functions -Oracle Open Office Basic : Time statement -Oracle Open Office Basic : Timer function -Oracle Open Office Basic : times -Oracle Open Office Basic : times;inserting when printing presentations -Oracle Open Office Basic : times, formats -Oracle Open Office Basic : TimeSerial function -Oracle Open Office Basic : TimeValue function -Oracle Open Office Basic : tips -Oracle Open Office Basic : tips;extended tips in Help -Oracle Open Office Basic : title rows -Oracle Open Office Basic : title rows;printing in Oracle Open Office Math -Oracle Open Office Basic : titles -Oracle Open Office Basic : titles;changing -Oracle Open Office Basic : titles;editing in charts -Oracle Open Office Basic : titles;font effects -Oracle Open Office Basic : titles;formatting automatically -Oracle Open Office Basic : titles;objects -Oracle Open Office Basic : To statement -Oracle Open Office Basic : toolbars -Oracle Open Office Basic : toolbars;adding buttons -Oracle Open Office Basic : toolbars;Basic IDE -Oracle Open Office Basic : toolbars;docking/undocking -Oracle Open Office Basic : toolbars;Form Navigation bar -Oracle Open Office Basic : toolbars;viewing/closing -Oracle Open Office Basic : tools bar -Oracle Open Office Basic : tooltips -Oracle Open Office Basic : tooltips;extended tips -Oracle Open Office Basic : tooltips;help -Oracle Open Office Basic : traditional Chinese -Oracle Open Office Basic : traditional Chinese;translating to simplified chinese -Oracle Open Office Basic : translating dialogs -Oracle Open Office Basic : transparency -Oracle Open Office Basic : transparency;areas -Oracle Open Office Basic : transparency;off for faster printing -Oracle Open Office Basic : transparency;saving -Oracle Open Office Basic : tree view of Help -Oracle Open Office Basic : Trim function -Oracle Open Office Basic : twips -Oracle Open Office Basic : twips;definition -Oracle Open Office Basic : TwipsPerPixelX function -Oracle Open Office Basic : TwipsPerPixelY function -Oracle Open Office Basic : typefaces -Oracle Open Office Basic : typefaces;adding under UNIX -Oracle Open Office Basic : typefaces;formats -Oracle Open Office Basic : TypeName function -Oracle Open Office Basic : types of variables -Oracle Open Office Basic : typographical quotes in Oracle Open Office Writer -Oracle Open Office Basic : typography -Oracle Open Office Basic : typography;Asian -Oracle Open Office Basic : UBound function -Oracle Open Office Basic : UCase function -Oracle Open Office Basic : underlining -Oracle Open Office Basic : underlining;AutoFormat function -Oracle Open Office Basic : underlining;characters -Oracle Open Office Basic : underlining;text -Oracle Open Office Basic : undocking windows -Oracle Open Office Basic : undoing -Oracle Open Office Basic : undoing;direct formatting -Oracle Open Office Basic : undoing;editing -Oracle Open Office Basic : undoing;number of steps -Oracle Open Office Basic : ungrouping groups -Oracle Open Office Basic : units -Oracle Open Office Basic : units;converting -Oracle Open Office Basic : units;measurement units -Oracle Open Office Basic : UNO components -Oracle Open Office Basic : UNO components;Extension Manager -Oracle Open Office Basic : UNO components;integrating new -Oracle Open Office Basic : Until -Oracle Open Office Basic : update options -Oracle Open Office Basic : updates -Oracle Open Office Basic : updates;checking automatically -Oracle Open Office Basic : updates;checking manually -Oracle Open Office Basic : updating -Oracle Open Office Basic : updating;fields and charts, automatically (Writer) -Oracle Open Office Basic : updating;links in text documents -Oracle Open Office Basic : updating;links, on opening -Oracle Open Office Basic : updating;templates -Oracle Open Office Basic : URL -Oracle Open Office Basic : URL;changing hyperlink URLs -Oracle Open Office Basic : URL;definition -Oracle Open Office Basic : URL;in pictures -Oracle Open Office Basic : URL;saving absolute/relative paths -Oracle Open Office Basic : URL;turning off URL recognition -Oracle Open Office Basic : user data -Oracle Open Office Basic : user data;input -Oracle Open Office Basic : user data;removing when saving -Oracle Open Office Basic : user feedback -Oracle Open Office Basic : user feedback;automatically -Oracle Open Office Basic : user-defined dictionaries -Oracle Open Office Basic : user-defined dictionaries;creating -Oracle Open Office Basic : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Basic : user-defined dictionaries;editing -Oracle Open Office Basic : user-defined styles -Oracle Open Office Basic : user-defined styles;automatically replacing -Oracle Open Office Basic : UTF-8/UCS2 support -Oracle Open Office Basic : Val function -Oracle Open Office Basic : values -Oracle Open Office Basic : values;of variables -Oracle Open Office Basic : values;rounded as shown (Calc) -Oracle Open Office Basic : variables -Oracle Open Office Basic : variables;for paths -Oracle Open Office Basic : variables;global and local -Oracle Open Office Basic : variables;observing values -Oracle Open Office Basic : variables;passing to procedures and functions -Oracle Open Office Basic : variables;scope -Oracle Open Office Basic : variables;using -Oracle Open Office Basic : VarType function -Oracle Open Office Basic : VBA code -Oracle Open Office Basic : VBA code;loading/saving documents with VBA code -Oracle Open Office Basic : version management -Oracle Open Office Basic : version numbers of documents -Oracle Open Office Basic : versions -Oracle Open Office Basic : versions;comparing documents -Oracle Open Office Basic : versions;file saving as, restriction -Oracle Open Office Basic : versions;merging document versions -Oracle Open Office Basic : versions;of a document -Oracle Open Office Basic : versions;Oracle Open Office -Oracle Open Office Basic : vertical callouts -Oracle Open Office Basic : vertical line control -Oracle Open Office Basic : vertical scrollbar control -Oracle Open Office Basic : vertical scrollbars (Writer) -Oracle Open Office Basic : vertical text boxes -Oracle Open Office Basic : videos -Oracle Open Office Basic : viewing -Oracle Open Office Basic : viewing;databases -Oracle Open Office Basic : viewing;file properties -Oracle Open Office Basic : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Basic : viewing;toolbars -Oracle Open Office Basic : views -Oracle Open Office Basic : views;creating database views (Base) -Oracle Open Office Basic : views;defaults -Oracle Open Office Basic : views;full screen -Oracle Open Office Basic : views;icons -Oracle Open Office Basic : views;scaling -Oracle Open Office Basic : Visual Basic for Applications -Oracle Open Office Basic : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Basic : Wait statement -Oracle Open Office Basic : watching variables -Oracle Open Office Basic : watermarks -Oracle Open Office Basic : web documents -Oracle Open Office Basic : web documents;XForms -Oracle Open Office Basic : Web support -Oracle Open Office Basic : WebCast export -Oracle Open Office Basic : WebDAV over HTTPS -Oracle Open Office Basic : WeekDay function -Oracle Open Office Basic : While -Oracle Open Office Basic : While;Do loop -Oracle Open Office Basic : While;While...Wend loop -Oracle Open Office Basic : windows -Oracle Open Office Basic : windows;docking -Oracle Open Office Basic : windows;docking definition -Oracle Open Office Basic : windows;hiding/showing/docking -Oracle Open Office Basic : windows;new -Oracle Open Office Basic : With statement -Oracle Open Office Basic : wizards -Oracle Open Office Basic : wizards;agendas -Oracle Open Office Basic : wizards;database queries -Oracle Open Office Basic : wizards;database tables (Base) -Oracle Open Office Basic : wizards;databases (Base) -Oracle Open Office Basic : wizards;document converter -Oracle Open Office Basic : wizards;Euro Converter -Oracle Open Office Basic : wizards;faxes -Oracle Open Office Basic : wizards;forms -Oracle Open Office Basic : wizards;letters -Oracle Open Office Basic : wizards;macros (Base) -Oracle Open Office Basic : wizards;overview -Oracle Open Office Basic : wizards;presentations -Oracle Open Office Basic : wizards;reports -Oracle Open Office Basic : Word documents -Oracle Open Office Basic : Word documents;compatibility -Oracle Open Office Basic : Word documents;saving as -Oracle Open Office Basic : WordArt, see Fontwork -Oracle Open Office Basic : words -Oracle Open Office Basic : words;automatically replacing -Oracle Open Office Basic : words;wrapping in cells -Oracle Open Office Basic : words;wrapping in CTL -Oracle Open Office Basic : working directory change -Oracle Open Office Basic : wrapping text -Oracle Open Office Basic : wrapping text;in cells -Oracle Open Office Basic : write protection on/off -Oracle Open Office Basic : Write statement -Oracle Open Office Basic : writing aids options -Oracle Open Office Basic : WYSIWYG in fonts lists -Oracle Open Office Basic : XForms -Oracle Open Office Basic : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Basic : XForms;conditions -Oracle Open Office Basic : XForms;opening/editing -Oracle Open Office Basic : XML converters -Oracle Open Office Basic : XML file formats -Oracle Open Office Basic : XML filters -Oracle Open Office Basic : XML filters;creating/testing -Oracle Open Office Basic : XML filters;saving as package/installing/deleting -Oracle Open Office Basic : XML filters;settings -Oracle Open Office Basic : XML Forms, see XForms -Oracle Open Office Basic : Xor operator (logical) -Oracle Open Office Basic : XSLT filters, see also XML filters -Oracle Open Office Basic : Year function -Oracle Open Office Basic : years -Oracle Open Office Basic : years;2-digit options -Oracle Open Office Basic : zero values -Oracle Open Office Basic : zero values;displaying (Calc) -Oracle Open Office Basic : zooming -Oracle Open Office Basic : zooming;page views -Oracle Open Office Basic : zooming;pictures -Oracle Open Office Basic : zooming;status bar -Oracle Open Office Calc : #N/A error -Oracle Open Office Calc : #N/A error;assigning to a cell -Oracle Open Office Calc : #N/A error;recognizing -Oracle Open Office Calc : #NAME error message -Oracle Open Office Calc : #REF error message -Oracle Open Office Calc : 1/2 replacement -Oracle Open Office Calc : 3D charts -Oracle Open Office Calc : 3D text creation -Oracle Open Office Calc : abbreviation replacement -Oracle Open Office Calc : ABS function -Oracle Open Office Calc : absolute addresses in spreadsheets -Oracle Open Office Calc : absolute hyperlinks -Oracle Open Office Calc : absolute references in spreadsheets -Oracle Open Office Calc : absolute saving of URLs -Oracle Open Office Calc : absolute values -Oracle Open Office Calc : accents -Oracle Open Office Calc : Access databases (base) -Oracle Open Office Calc : access rights for database tables (Base) -Oracle Open Office Calc : accessibility -Oracle Open Office Calc : accessibility;general shortcuts -Oracle Open Office Calc : accessibility;options -Oracle Open Office Calc : accessibility;Oracle Open Office assistive technology -Oracle Open Office Calc : accessibility;Oracle Open Office Calc shortcuts -Oracle Open Office Calc : accessibility;Oracle Open Office features -Oracle Open Office Calc : ACCRINT function -Oracle Open Office Calc : ACCRINTM function -Oracle Open Office Calc : accrued interests -Oracle Open Office Calc : accrued interests;one-off payments -Oracle Open Office Calc : accrued interests;periodic payments -Oracle Open Office Calc : accumulated interests -Oracle Open Office Calc : ACOS function -Oracle Open Office Calc : ACOSH function -Oracle Open Office Calc : ACOT function -Oracle Open Office Calc : ACOTH function -Oracle Open Office Calc : actions in case of incorrect input -Oracle Open Office Calc : activating -Oracle Open Office Calc : activating;context menus -Oracle Open Office Calc : activating;Error Report Tool -Oracle Open Office Calc : activating;extended help tips -Oracle Open Office Calc : activating;plug-ins -Oracle Open Office Calc : ActiveX control -Oracle Open Office Calc : Adabas D databases (base) -Oracle Open Office Calc : add-ins -Oracle Open Office Calc : add-ins;analysis functions -Oracle Open Office Calc : add-ins;for programming -Oracle Open Office Calc : add-ins;functions -Oracle Open Office Calc : add-ons, see UNO components -Oracle Open Office Calc : adding -Oracle Open Office Calc : adding;numbers in cell ranges -Oracle Open Office Calc : adding;specified numbers -Oracle Open Office Calc : additional selection mode -Oracle Open Office Calc : address books -Oracle Open Office Calc : address books;LDAP server (Base) -Oracle Open Office Calc : address books;registering -Oracle Open Office Calc : ADDRESS function -Oracle Open Office Calc : address labels from databases -Oracle Open Office Calc : addressing -Oracle Open Office Calc : addressing;automatic -Oracle Open Office Calc : addressing;by defined names -Oracle Open Office Calc : addressing;relative and absolute -Oracle Open Office Calc : adjusting array ranges -Oracle Open Office Calc : ADO databases (Base) -Oracle Open Office Calc : advanced filters -Oracle Open Office Calc : Agenda Wizard -Oracle Open Office Calc : aging filter -Oracle Open Office Calc : algebraic signs -Oracle Open Office Calc : aligning -Oracle Open Office Calc : aligning;2D charts -Oracle Open Office Calc : aligning;cells -Oracle Open Office Calc : aligning;objects -Oracle Open Office Calc : aligning;paragraphs -Oracle Open Office Calc : aligning;tables in text -Oracle Open Office Calc : aligning;text objects -Oracle Open Office Calc : aligning;titles in charts -Oracle Open Office Calc : allowances -Oracle Open Office Calc : allowed cell names -Oracle Open Office Calc : alternative fonts -Oracle Open Office Calc : AMORDEGRC function -Oracle Open Office Calc : AMORLINC function -Oracle Open Office Calc : amortization installment -Oracle Open Office Calc : amortizations, see also depreciations -Oracle Open Office Calc : amount received for fixed-interest securities -Oracle Open Office Calc : ampersand symbol, see also operators -Oracle Open Office Calc : analysis functions -Oracle Open Office Calc : anchors -Oracle Open Office Calc : anchors;changing -Oracle Open Office Calc : anchors;displaying (Calc) -Oracle Open Office Calc : anchors;types/positions for draw objects -Oracle Open Office Calc : AND function -Oracle Open Office Calc : animations -Oracle Open Office Calc : animations;accessibility options -Oracle Open Office Calc : annual net interest rates -Oracle Open Office Calc : annual return on treasury bills -Oracle Open Office Calc : annuities -Oracle Open Office Calc : appearance options -Oracle Open Office Calc : appending sheets -Oracle Open Office Calc : Arabic -Oracle Open Office Calc : Arabic;entering text -Oracle Open Office Calc : Arabic;language settings -Oracle Open Office Calc : ARABIC function -Oracle Open Office Calc : area charts -Oracle Open Office Calc : areas -Oracle Open Office Calc : areas;bitmap patterns -Oracle Open Office Calc : areas;hatched/dotted -Oracle Open Office Calc : areas;shadows -Oracle Open Office Calc : areas;slanting -Oracle Open Office Calc : areas;styles -Oracle Open Office Calc : areas;transparency -Oracle Open Office Calc : AREAS function -Oracle Open Office Calc : areas, see also cell ranges -Oracle Open Office Calc : arguments in command line -Oracle Open Office Calc : arithmetic declining depreciations -Oracle Open Office Calc : arithmetic lists -Oracle Open Office Calc : arithmetic-degressive depreciations -Oracle Open Office Calc : arithmetical operators -Oracle Open Office Calc : arranging -Oracle Open Office Calc : arranging;objects -Oracle Open Office Calc : array formulas -Oracle Open Office Calc : arrows -Oracle Open Office Calc : arrows;defining arrow heads -Oracle Open Office Calc : arrows;defining arrow lines -Oracle Open Office Calc : arrows;drawing in text -Oracle Open Office Calc : ASC function -Oracle Open Office Calc : ASCII -Oracle Open Office Calc : ASCII;definition -Oracle Open Office Calc : Asian languages -Oracle Open Office Calc : Asian languages;enabling -Oracle Open Office Calc : Asian languages;sorting -Oracle Open Office Calc : Asian Phonetic Guide -Oracle Open Office Calc : Asian typography -Oracle Open Office Calc : ASIN function -Oracle Open Office Calc : ASINH function -Oracle Open Office Calc : assigning scripts -Oracle Open Office Calc : assistive technology in Oracle Open Office -Oracle Open Office Calc : ATAN function -Oracle Open Office Calc : ATAN2 function -Oracle Open Office Calc : ATANH function -Oracle Open Office Calc : attaching toolbars -Oracle Open Office Calc : attachments in e-mails -Oracle Open Office Calc : attributes -Oracle Open Office Calc : attributes;cells -Oracle Open Office Calc : audio -Oracle Open Office Calc : auto reloading HTML documents -Oracle Open Office Calc : AutoAbstract function for sending text to presentations -Oracle Open Office Calc : AutoCalculate function in sheets -Oracle Open Office Calc : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Calc : AutoComplete function in text and list boxes -Oracle Open Office Calc : AutoCorrect function -Oracle Open Office Calc : AutoCorrect function;cell contents -Oracle Open Office Calc : AutoCorrect function;context menu -Oracle Open Office Calc : AutoCorrect function;options -Oracle Open Office Calc : AutoCorrect function;pictures and frames -Oracle Open Office Calc : AutoCorrect function;quotes -Oracle Open Office Calc : AutoCorrect function;replacement table -Oracle Open Office Calc : AutoCorrect function;switching on and off in Calc -Oracle Open Office Calc : AutoCorrect function;URL recognition -Oracle Open Office Calc : AutoFill function -Oracle Open Office Calc : AutoFilter function -Oracle Open Office Calc : AutoFilter function;applying -Oracle Open Office Calc : AutoFilter function;subtotals -Oracle Open Office Calc : AutoFormat function -Oracle Open Office Calc : AutoFormat function;defining and applying formats -Oracle Open Office Calc : AutoFormat function;switching on and off -Oracle Open Office Calc : AutoInput function on/off -Oracle Open Office Calc : automatic addressing in tables -Oracle Open Office Calc : automatic captions (Writer) -Oracle Open Office Calc : automatic cell filling -Oracle Open Office Calc : automatic control focus -Oracle Open Office Calc : automatic date updates -Oracle Open Office Calc : automatic formatting in spreadsheets -Oracle Open Office Calc : automatic hyperlink formatting -Oracle Open Office Calc : automatic hyphenation in spreadsheets -Oracle Open Office Calc : automatic line breaks -Oracle Open Office Calc : automatic lines/borders in text -Oracle Open Office Calc : automatic saving -Oracle Open Office Calc : AutoPilots, see wizards -Oracle Open Office Calc : AutoValue (Base) -Oracle Open Office Calc : AVEDEV function -Oracle Open Office Calc : AVERAGE function -Oracle Open Office Calc : AVERAGEA function -Oracle Open Office Calc : averages -Oracle Open Office Calc : averages;in Calc databases -Oracle Open Office Calc : averages;statistical functions -Oracle Open Office Calc : averages in charts -Oracle Open Office Calc : axes -Oracle Open Office Calc : axes;better scaling -Oracle Open Office Calc : axes;formatting -Oracle Open Office Calc : axes;formatting grids -Oracle Open Office Calc : axes;inserting grids -Oracle Open Office Calc : axes;interval marks -Oracle Open Office Calc : axes;showing axes in charts -Oracle Open Office Calc : axes in charts -Oracle Open Office Calc : B function -Oracle Open Office Calc : back-solving -Oracle Open Office Calc : backgrounds -Oracle Open Office Calc : backgrounds;cell ranges -Oracle Open Office Calc : backgrounds;cells and pages -Oracle Open Office Calc : backgrounds;defining colors/pictures -Oracle Open Office Calc : backgrounds;frames/sections/indexes -Oracle Open Office Calc : backgrounds;inserting from Gallery -Oracle Open Office Calc : backgrounds;printing -Oracle Open Office Calc : backing window -Oracle Open Office Calc : backups -Oracle Open Office Calc : backups;automatic -Oracle Open Office Calc : backups;documents -Oracle Open Office Calc : BAHTTEXT function -Oracle Open Office Calc : bar charts -Oracle Open Office Calc : BASE function -Oracle Open Office Calc : base-10 logarithm -Oracle Open Office Calc : Basic -Oracle Open Office Calc : Basic;fonts for source display -Oracle Open Office Calc : Basic;programming -Oracle Open Office Calc : Basic;recording macros -Oracle Open Office Calc : basic fonts -Oracle Open Office Calc : Basic IDE for user-defined functions -Oracle Open Office Calc : Bessel functions -Oracle Open Office Calc : BETADIST function -Oracle Open Office Calc : BETAINV function -Oracle Open Office Calc : Bézier curves -Oracle Open Office Calc : Bézier curves;control points in presentations -Oracle Open Office Calc : bi-directional writing -Oracle Open Office Calc : BIN2DEC function -Oracle Open Office Calc : BIN2HEX function -Oracle Open Office Calc : BIN2OCT function -Oracle Open Office Calc : binary system -Oracle Open Office Calc : binary system;converting to -Oracle Open Office Calc : binding space -Oracle Open Office Calc : BINOMDIST function -Oracle Open Office Calc : bitmaps -Oracle Open Office Calc : bitmaps;inserting and editing -Oracle Open Office Calc : bitmaps;off for faster printing -Oracle Open Office Calc : bitmaps;patterns -Oracle Open Office Calc : black and white printing -Oracle Open Office Calc : black printing in Calc -Oracle Open Office Calc : blank cell contents -Oracle Open Office Calc : block selection mode -Oracle Open Office Calc : bold -Oracle Open Office Calc : bold;AutoFormat function -Oracle Open Office Calc : bold;text -Oracle Open Office Calc : bookmarks -Oracle Open Office Calc : bookmarks;Help -Oracle Open Office Calc : borders -Oracle Open Office Calc : borders;arranging -Oracle Open Office Calc : borders;cells -Oracle Open Office Calc : borders;cells and pages -Oracle Open Office Calc : borders;cells on screen (Calc) -Oracle Open Office Calc : borders;for paragraphs -Oracle Open Office Calc : borders;for tables -Oracle Open Office Calc : borders;printing cells -Oracle Open Office Calc : borders;shadows -Oracle Open Office Calc : borders;table boundaries (Writer) -Oracle Open Office Calc : borders, see also frames -Oracle Open Office Calc : bound fields -Oracle Open Office Calc : bound fields;controls -Oracle Open Office Calc : boundaries of tables (Writer) -Oracle Open Office Calc : break display (Writer) -Oracle Open Office Calc : breaks in cells -Oracle Open Office Calc : brochures -Oracle Open Office Calc : brochures;printing several -Oracle Open Office Calc : bubble charts -Oracle Open Office Calc : build numbers of Oracle Open Office -Oracle Open Office Calc : bullet lists -Oracle Open Office Calc : bullet lists;formatting options -Oracle Open Office Calc : bullets -Oracle Open Office Calc : bullets;paragraphs -Oracle Open Office Calc : bullets;replacing -Oracle Open Office Calc : bullets;turning off -Oracle Open Office Calc : business cards -Oracle Open Office Calc : business cards;creating and synchronizing -Oracle Open Office Calc : business cards;using templates -Oracle Open Office Calc : button bars, see toolbars -Oracle Open Office Calc : buttons -Oracle Open Office Calc : buttons;adding push buttons -Oracle Open Office Calc : buttons;big/small -Oracle Open Office Calc : buttons;editing hyperlink buttons -Oracle Open Office Calc : buttons;form functions -Oracle Open Office Calc : buttons;toolbars -Oracle Open Office Calc : cache for graphics -Oracle Open Office Calc : calculating -Oracle Open Office Calc : calculating;accumulated interests -Oracle Open Office Calc : calculating;annual net interest rates -Oracle Open Office Calc : calculating;annuities -Oracle Open Office Calc : calculating;arithmetic-degressive depreciations -Oracle Open Office Calc : calculating;auto calculating sheets -Oracle Open Office Calc : calculating;averages in Calc databases -Oracle Open Office Calc : calculating;conditional calculations -Oracle Open Office Calc : calculating;constant interest rates -Oracle Open Office Calc : calculating;Data Pilot -Oracle Open Office Calc : calculating;depreciations -Oracle Open Office Calc : calculating;durations -Oracle Open Office Calc : calculating;future values -Oracle Open Office Calc : calculating;geometric-degressive depreciations -Oracle Open Office Calc : calculating;interests for unchanged amortization installments -Oracle Open Office Calc : calculating;internal rates of return, irregular payments -Oracle Open Office Calc : calculating;internal rates of return, regular payments -Oracle Open Office Calc : calculating;iterative references (Calc) -Oracle Open Office Calc : calculating;linear depreciations -Oracle Open Office Calc : calculating;modified internal rates of return -Oracle Open Office Calc : calculating;multiple sheets -Oracle Open Office Calc : calculating;net present values -Oracle Open Office Calc : calculating;nominal interest rates -Oracle Open Office Calc : calculating;number of payment periods -Oracle Open Office Calc : calculating;present values -Oracle Open Office Calc : calculating;rates of return -Oracle Open Office Calc : calculating;regression curves -Oracle Open Office Calc : calculating;rounded off values -Oracle Open Office Calc : calculating;series -Oracle Open Office Calc : calculating;spreadsheets -Oracle Open Office Calc : calculating;sums in Calc databases -Oracle Open Office Calc : calculating;time differences -Oracle Open Office Calc : calculating;total amortizement rates -Oracle Open Office Calc : calculating;variable declining depreciations -Oracle Open Office Calc : calculating;variables in equations -Oracle Open Office Calc : calculating;with formulas -Oracle Open Office Calc : callouts -Oracle Open Office Calc : callouts;drawings -Oracle Open Office Calc : capital letters -Oracle Open Office Calc : capital letters;AutoCorrect function -Oracle Open Office Calc : capital letters;AutoInput function -Oracle Open Office Calc : capital letters;AutoInput function (in cells) -Oracle Open Office Calc : capital letters;font effects -Oracle Open Office Calc : captions -Oracle Open Office Calc : captions;automatic captions (Writer) -Oracle Open Office Calc : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Calc : captions, see also labels/callouts -Oracle Open Office Calc : cascading update (Base) -Oracle Open Office Calc : case sensitivity -Oracle Open Office Calc : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Calc : case sensitivity;searching -Oracle Open Office Calc : categories of functions -Oracle Open Office Calc : CEILING function -Oracle Open Office Calc : cell attributes -Oracle Open Office Calc : cell contents -Oracle Open Office Calc : cell contents;AutoCalculate function -Oracle Open Office Calc : cell contents;deleting -Oracle Open Office Calc : cell contents;no text -Oracle Open Office Calc : cell contents;numbers -Oracle Open Office Calc : cell contents;recalculating -Oracle Open Office Calc : cell contents;searching in Calc databases -Oracle Open Office Calc : cell contents;testing for references -Oracle Open Office Calc : cell contents;text -Oracle Open Office Calc : cell formats -Oracle Open Office Calc : cell formats;assigning by formulas -Oracle Open Office Calc : cell formats;conditional -Oracle Open Office Calc : cell formats;text/numbers -Oracle Open Office Calc : CELL function -Oracle Open Office Calc : cell heights -Oracle Open Office Calc : cell information -Oracle Open Office Calc : cell input -Oracle Open Office Calc : cell input;AutoInput function -Oracle Open Office Calc : cell links search -Oracle Open Office Calc : cell merges -Oracle Open Office Calc : cell names -Oracle Open Office Calc : cell names;defining/addressing -Oracle Open Office Calc : cell protection -Oracle Open Office Calc : cell protection;enabling -Oracle Open Office Calc : cell protection;unprotecting -Oracle Open Office Calc : cell ranges -Oracle Open Office Calc : cell ranges;applying/removing filters -Oracle Open Office Calc : cell ranges;creating names automatically -Oracle Open Office Calc : cell ranges;defining names -Oracle Open Office Calc : cell ranges;inserting named ranges -Oracle Open Office Calc : cell ranges;printing -Oracle Open Office Calc : cell ranges;selecting for data entries -Oracle Open Office Calc : cell references -Oracle Open Office Calc : cell references;showing -Oracle Open Office Calc : cell styles -Oracle Open Office Calc : cell styles;assigning by formulas -Oracle Open Office Calc : cell styles;copying -Oracle Open Office Calc : cell styles;selecting -Oracle Open Office Calc : cell widths -Oracle Open Office Calc : cells -Oracle Open Office Calc : cells;aligning -Oracle Open Office Calc : cells;AutoInput function of text -Oracle Open Office Calc : cells;autorefreshing traces -Oracle Open Office Calc : cells;backgrounds -Oracle Open Office Calc : cells;borders -Oracle Open Office Calc : cells;changing text/number formats -Oracle Open Office Calc : cells;coloring (Calc) -Oracle Open Office Calc : cells;comments -Oracle Open Office Calc : cells;conditional formatting -Oracle Open Office Calc : cells;copying/deleting/formatting/moving -Oracle Open Office Calc : cells;currency formats -Oracle Open Office Calc : cells;cursor positions after input (Calc) -Oracle Open Office Calc : cells;date and time formats -Oracle Open Office Calc : cells;defining input help -Oracle Open Office Calc : cells;defining names -Oracle Open Office Calc : cells;deleting cells -Oracle Open Office Calc : cells;deleting contents -Oracle Open Office Calc : cells;filling automatically -Oracle Open Office Calc : cells;formatting dialog -Oracle Open Office Calc : cells;formatting without effect (Calc) -Oracle Open Office Calc : cells;heights and widths -Oracle Open Office Calc : cells;hiding for printing -Oracle Open Office Calc : cells;inserting -Oracle Open Office Calc : cells;Internet references -Oracle Open Office Calc : cells;invalid data -Oracle Open Office Calc : cells;line breaks -Oracle Open Office Calc : cells;linked to controls -Oracle Open Office Calc : cells;merging/unmerging -Oracle Open Office Calc : cells;moving by drag and drop -Oracle Open Office Calc : cells;number formats -Oracle Open Office Calc : cells;number of -Oracle Open Office Calc : cells;operating in another document -Oracle Open Office Calc : cells;pasting -Oracle Open Office Calc : cells;print ranges -Oracle Open Office Calc : cells;printing grids -Oracle Open Office Calc : cells;protecting -Oracle Open Office Calc : cells;references -Oracle Open Office Calc : cells;referencing by drag and drop -Oracle Open Office Calc : cells;refreshing traces -Oracle Open Office Calc : cells;removing dependents -Oracle Open Office Calc : cells;removing precedents -Oracle Open Office Calc : cells;removing traces -Oracle Open Office Calc : cells;resetting formats -Oracle Open Office Calc : cells;rotating text -Oracle Open Office Calc : cells;selecting -Oracle Open Office Calc : cells;showing grid lines (Calc) -Oracle Open Office Calc : cells;text breaks -Oracle Open Office Calc : cells;text super/sub -Oracle Open Office Calc : cells;trace fill mode -Oracle Open Office Calc : cells;tracing dependents -Oracle Open Office Calc : cells;tracing errors -Oracle Open Office Calc : cells;tracing precedents -Oracle Open Office Calc : cells;validity -Oracle Open Office Calc : centered text -Oracle Open Office Calc : centimeters -Oracle Open Office Calc : certificates -Oracle Open Office Calc : changes -Oracle Open Office Calc : changes;accepting or rejecting -Oracle Open Office Calc : changes;comparing to original -Oracle Open Office Calc : changes;protecting -Oracle Open Office Calc : changes;recording -Oracle Open Office Calc : changes;review function -Oracle Open Office Calc : changes;showing -Oracle Open Office Calc : changing -Oracle Open Office Calc : changing;currency formats -Oracle Open Office Calc : changing;dates, automatically -Oracle Open Office Calc : changing;document titles -Oracle Open Office Calc : changing;file associations in Setup program -Oracle Open Office Calc : changing;icon sizes -Oracle Open Office Calc : changing;input in cells -Oracle Open Office Calc : changing;links -Oracle Open Office Calc : changing;number of decimal places -Oracle Open Office Calc : changing;row heights/column widths -Oracle Open Office Calc : changing;sheet names -Oracle Open Office Calc : changing;sheet protection -Oracle Open Office Calc : changing;table views -Oracle Open Office Calc : changing;work directory -Oracle Open Office Calc : changing, see also editing and replacing -Oracle Open Office Calc : CHAR function -Oracle Open Office Calc : character styles -Oracle Open Office Calc : character styles;language selection -Oracle Open Office Calc : characters -Oracle Open Office Calc : characters;alternative fonts -Oracle Open Office Calc : characters;Asian layout -Oracle Open Office Calc : characters;bold -Oracle Open Office Calc : characters;coloring -Oracle Open Office Calc : characters;displaying only on screen (Writer) -Oracle Open Office Calc : characters;enabling CTL and Asian characters -Oracle Open Office Calc : characters;font effects -Oracle Open Office Calc : characters;fonts and formats -Oracle Open Office Calc : characters;hyperlinks -Oracle Open Office Calc : characters;italics -Oracle Open Office Calc : characters;language selection -Oracle Open Office Calc : characters;shadowed -Oracle Open Office Calc : characters;spacing -Oracle Open Office Calc : characters;special -Oracle Open Office Calc : characters;superscript/subscript -Oracle Open Office Calc : characters;underlining -Oracle Open Office Calc : charcoal sketches filter -Oracle Open Office Calc : chart legends -Oracle Open Office Calc : chart legends;hiding -Oracle Open Office Calc : chart legends;showing icons with labels -Oracle Open Office Calc : chart types -Oracle Open Office Calc : chart types;area -Oracle Open Office Calc : chart types;bubble -Oracle Open Office Calc : chart types;column and bar -Oracle Open Office Calc : chart types;column and line -Oracle Open Office Calc : chart types;line -Oracle Open Office Calc : chart types;net -Oracle Open Office Calc : chart types;pie/donut -Oracle Open Office Calc : chart types;stock -Oracle Open Office Calc : chart types;XY (scatter) -Oracle Open Office Calc : charts -Oracle Open Office Calc : charts;3D views -Oracle Open Office Calc : charts;aligning -Oracle Open Office Calc : charts;arranging within stacks -Oracle Open Office Calc : charts;bars with textures -Oracle Open Office Calc : charts;choosing chart types -Oracle Open Office Calc : charts;colors -Oracle Open Office Calc : charts;copying with link to source cell range -Oracle Open Office Calc : charts;data labels -Oracle Open Office Calc : charts;displaying (Calc) -Oracle Open Office Calc : charts;editing axes -Oracle Open Office Calc : charts;editing data -Oracle Open Office Calc : charts;editing legends -Oracle Open Office Calc : charts;editing titles -Oracle Open Office Calc : charts;formatting areas -Oracle Open Office Calc : charts;formatting floors -Oracle Open Office Calc : charts;formatting walls -Oracle Open Office Calc : charts;inserting -Oracle Open Office Calc : charts;overview -Oracle Open Office Calc : charts;positioning axes -Oracle Open Office Calc : charts;printing -Oracle Open Office Calc : charts;properties -Oracle Open Office Calc : charts;reorganizing -Oracle Open Office Calc : charts;scaling axes -Oracle Open Office Calc : charts;scaling text -Oracle Open Office Calc : charts;shortcuts -Oracle Open Office Calc : charts;showing axes -Oracle Open Office Calc : charts;updating automatically (Writer) -Oracle Open Office Calc : check box creation -Oracle Open Office Calc : chi-square distribution -Oracle Open Office Calc : CHIDIST function -Oracle Open Office Calc : CHIINV function -Oracle Open Office Calc : Chinese writing systems -Oracle Open Office Calc : CHISQDIST function -Oracle Open Office Calc : CHISQINV function -Oracle Open Office Calc : CHITEST function -Oracle Open Office Calc : CHOOSE function -Oracle Open Office Calc : choosing printers -Oracle Open Office Calc : circle drawings -Oracle Open Office Calc : CLEAN function -Oracle Open Office Calc : clearing, see also deleting/removing -Oracle Open Office Calc : Client Side ImageMap -Oracle Open Office Calc : clipboard -Oracle Open Office Calc : clipboard;cutting -Oracle Open Office Calc : clipboard;pasting -Oracle Open Office Calc : clipboard;pasting formatted/unformatted text -Oracle Open Office Calc : clipboard;selection clipboard -Oracle Open Office Calc : clipboard;Unix -Oracle Open Office Calc : closing -Oracle Open Office Calc : closing;documents -Oracle Open Office Calc : closing;toolbars -Oracle Open Office Calc : CODE function -Oracle Open Office Calc : coefficient of correlation -Oracle Open Office Calc : collaboration -Oracle Open Office Calc : color bar -Oracle Open Office Calc : colors -Oracle Open Office Calc : colors;adding -Oracle Open Office Calc : colors;appearance -Oracle Open Office Calc : colors;backgrounds -Oracle Open Office Calc : colors;charts -Oracle Open Office Calc : colors;fill format -Oracle Open Office Calc : colors;fonts -Oracle Open Office Calc : colors;grid lines and cells (Calc) -Oracle Open Office Calc : colors;models -Oracle Open Office Calc : colors;negative numbers -Oracle Open Office Calc : colors;not printing -Oracle Open Office Calc : colors;printing in grayscale -Oracle Open Office Calc : colors;restriction (Calc) -Oracle Open Office Calc : colors;selection -Oracle Open Office Calc : column and line charts -Oracle Open Office Calc : column breaks -Oracle Open Office Calc : column breaks;deleting -Oracle Open Office Calc : column breaks;inserting -Oracle Open Office Calc : column charts -Oracle Open Office Calc : COLUMN function -Oracle Open Office Calc : column headers -Oracle Open Office Calc : column headers;displaying (Calc) -Oracle Open Office Calc : column headers;hiding -Oracle Open Office Calc : column headers;highlighting (Calc) -Oracle Open Office Calc : column headers;using in formulas -Oracle Open Office Calc : column widths -Oracle Open Office Calc : columns -Oracle Open Office Calc : columns;AutoFilter function -Oracle Open Office Calc : columns;deleting -Oracle Open Office Calc : columns;finding labels automatically -Oracle Open Office Calc : columns;freezing -Oracle Open Office Calc : columns;hiding -Oracle Open Office Calc : columns;inserting -Oracle Open Office Calc : columns;moving by drag and drop -Oracle Open Office Calc : columns;optimal widths -Oracle Open Office Calc : columns;repeating when printing -Oracle Open Office Calc : columns;setting with the mouse -Oracle Open Office Calc : columns;swap with rows -Oracle Open Office Calc : columns;widths -Oracle Open Office Calc : COLUMNS function -Oracle Open Office Calc : columns, see also cells -Oracle Open Office Calc : COMBIN function -Oracle Open Office Calc : COMBINA function -Oracle Open Office Calc : combination charts -Oracle Open Office Calc : combining -Oracle Open Office Calc : combining;cell ranges -Oracle Open Office Calc : combo box creation -Oracle Open Office Calc : comma separated files and values -Oracle Open Office Calc : command button creation -Oracle Open Office Calc : command buttons, see push buttons -Oracle Open Office Calc : command line parameters -Oracle Open Office Calc : commands -Oracle Open Office Calc : commands;repeating -Oracle Open Office Calc : commands;SQL -Oracle Open Office Calc : comments -Oracle Open Office Calc : comments;displaying (Calc) -Oracle Open Office Calc : comments;help text for cells -Oracle Open Office Calc : comments;inserting/editing/deleting/printing -Oracle Open Office Calc : comments;on cells -Oracle Open Office Calc : comments;on cells - Inserting and Editing Comments -Oracle Open Office Calc : comments;on changes -Oracle Open Office Calc : comments;printing -Oracle Open Office Calc : comments;printing in text -Oracle Open Office Calc : common terms -Oracle Open Office Calc : common terms;Chinese dictionary -Oracle Open Office Calc : common terms;glossaries -Oracle Open Office Calc : common terms;Internet glossary -Oracle Open Office Calc : comparisons -Oracle Open Office Calc : comparisons;document versions -Oracle Open Office Calc : comparisons;operators in Calc -Oracle Open Office Calc : comparisons;operators in default filter dialog -Oracle Open Office Calc : compatibility settings for MS Word import -Oracle Open Office Calc : complete screen view -Oracle Open Office Calc : COMPLEX function -Oracle Open Office Calc : complex numbers in analysis functions -Oracle Open Office Calc : complex text layout -Oracle Open Office Calc : complex text layout;definition -Oracle Open Office Calc : complex text layout;enabling -Oracle Open Office Calc : complex text layout, see CTL -Oracle Open Office Calc : compose key to insert special characters -Oracle Open Office Calc : CONCATENATE function -Oracle Open Office Calc : concatenation, see ampersand symbol -Oracle Open Office Calc : conditional calculations with arrays -Oracle Open Office Calc : conditional formatting -Oracle Open Office Calc : conditional formatting;cells -Oracle Open Office Calc : conditional formatting;conditions -Oracle Open Office Calc : conditional separators -Oracle Open Office Calc : conditions -Oracle Open Office Calc : conditions;in number formats -Oracle Open Office Calc : conditions;items in Data Navigator -Oracle Open Office Calc : CONFIDENCE function -Oracle Open Office Calc : Configuration Manager -Oracle Open Office Calc : configuring -Oracle Open Office Calc : configuring;fax icon -Oracle Open Office Calc : configuring;Oracle Open Office -Oracle Open Office Calc : configuring;toolbars -Oracle Open Office Calc : connections to data sources (Base) -Oracle Open Office Calc : consolidating data -Oracle Open Office Calc : constant interest rates -Oracle Open Office Calc : constants definition -Oracle Open Office Calc : contents protection -Oracle Open Office Calc : context menus -Oracle Open Office Calc : control point display in presentations -Oracle Open Office Calc : controls -Oracle Open Office Calc : controls;activating in forms -Oracle Open Office Calc : controls;adding to documents -Oracle Open Office Calc : controls;arranging in forms -Oracle Open Office Calc : controls;arranging within stacks -Oracle Open Office Calc : controls;assigning data sources -Oracle Open Office Calc : controls;assigning macros (Basic) -Oracle Open Office Calc : controls;bound fields/list contents/linked cells -Oracle Open Office Calc : controls;events -Oracle Open Office Calc : controls;focus -Oracle Open Office Calc : controls;formatted fields -Oracle Open Office Calc : controls;grouping -Oracle Open Office Calc : controls;hidden -Oracle Open Office Calc : controls;inserting -Oracle Open Office Calc : controls;multi-line titles -Oracle Open Office Calc : controls;positions and sizes -Oracle Open Office Calc : controls;printing -Oracle Open Office Calc : controls;properties of form controls -Oracle Open Office Calc : controls;properties of table controls -Oracle Open Office Calc : controls;reference by SQL -Oracle Open Office Calc : controls;rich text control -Oracle Open Office Calc : controls;select mode -Oracle Open Office Calc : controls;showing (Writer) -Oracle Open Office Calc : CONVERT function -Oracle Open Office Calc : CONVERT_ADD function -Oracle Open Office Calc : converters -Oracle Open Office Calc : converters;Euro converter -Oracle Open Office Calc : converters;PostScript, UNIX -Oracle Open Office Calc : converters;XML -Oracle Open Office Calc : converting -Oracle Open Office Calc : converting;binary numbers, into decimal numbers -Oracle Open Office Calc : converting;binary numbers, into hexadecimal numbers -Oracle Open Office Calc : converting;binary numbers, into octal numbers -Oracle Open Office Calc : converting;decimal fractions, into decimal numbers -Oracle Open Office Calc : converting;decimal fractions, into mixed decimal fractions -Oracle Open Office Calc : converting;decimal numbers, into binary numbers -Oracle Open Office Calc : converting;decimal numbers, into hexadecimal numbers -Oracle Open Office Calc : converting;decimal numbers, into octal numbers -Oracle Open Office Calc : converting;degrees, into radians -Oracle Open Office Calc : converting;Hangul/Hanja -Oracle Open Office Calc : converting;hexadecimal numbers, into binary numbers -Oracle Open Office Calc : converting;hexadecimal numbers, into decimal numbers -Oracle Open Office Calc : converting;hexadecimal numbers, into octal numbers -Oracle Open Office Calc : converting;metrics -Oracle Open Office Calc : converting;Microsoft documents -Oracle Open Office Calc : converting;octal numbers, into binary numbers -Oracle Open Office Calc : converting;octal numbers, into decimal numbers -Oracle Open Office Calc : converting;octal numbers, into hexadecimal numbers -Oracle Open Office Calc : converting;Oracle Open Office documents -Oracle Open Office Calc : converting;Pocket PC formats -Oracle Open Office Calc : converting;radians, into degrees -Oracle Open Office Calc : converting;random variables, into normalized values -Oracle Open Office Calc : converting;text to numbers -Oracle Open Office Calc : copies -Oracle Open Office Calc : copies;printing -Oracle Open Office Calc : copying -Oracle Open Office Calc : copying;array formulas -Oracle Open Office Calc : copying;by drag and drop -Oracle Open Office Calc : copying;cell styles -Oracle Open Office Calc : copying;data from text documents -Oracle Open Office Calc : copying;datasource records in spreadsheets -Oracle Open Office Calc : copying;draw objects -Oracle Open Office Calc : copying;draw objects between documents -Oracle Open Office Calc : copying;formatting -Oracle Open Office Calc : copying;formulas -Oracle Open Office Calc : copying;from data source view -Oracle Open Office Calc : copying;from Gallery -Oracle Open Office Calc : copying;in Unix -Oracle Open Office Calc : copying;pictures, between documents -Oracle Open Office Calc : copying;sheet areas, to text documents -Oracle Open Office Calc : copying;spreadsheets -Oracle Open Office Calc : copying;to Gallery -Oracle Open Office Calc : copying;values, to multiple sheets -Oracle Open Office Calc : copying;visible cells only -Oracle Open Office Calc : copyright for Oracle Open Office -Oracle Open Office Calc : corner roundings -Oracle Open Office Calc : correcting sheets automatically -Oracle Open Office Calc : CORREL function -Oracle Open Office Calc : COS function -Oracle Open Office Calc : COSH function -Oracle Open Office Calc : COT function -Oracle Open Office Calc : COTH function -Oracle Open Office Calc : COUNT function -Oracle Open Office Calc : COUNTA function -Oracle Open Office Calc : COUNTBLANK function -Oracle Open Office Calc : COUNTIF function -Oracle Open Office Calc : counting -Oracle Open Office Calc : counting;empty cells -Oracle Open Office Calc : counting;specified cells -Oracle Open Office Calc : counting rows -Oracle Open Office Calc : counting rows;with numeric or alphanumeric values -Oracle Open Office Calc : counting rows;with numeric values -Oracle Open Office Calc : COUPDAYBS function -Oracle Open Office Calc : COUPDAYS function -Oracle Open Office Calc : COUPDAYSNC function -Oracle Open Office Calc : COUPNCD function -Oracle Open Office Calc : COUPNUM function -Oracle Open Office Calc : COUPPCD function -Oracle Open Office Calc : COVAR function -Oracle Open Office Calc : crash reports -Oracle Open Office Calc : CRITBINOM function -Oracle Open Office Calc : criteria of query design (Base) -Oracle Open Office Calc : cropping pictures -Oracle Open Office Calc : cross-classified tables -Oracle Open Office Calc : csv files -Oracle Open Office Calc : csv files;formulas -Oracle Open Office Calc : csv files;importing and exporting -Oracle Open Office Calc : CTL -Oracle Open Office Calc : CTL;(not) wrapping words -Oracle Open Office Calc : CTL;complex text layout languages -Oracle Open Office Calc : CTL;definition -Oracle Open Office Calc : CTL;options -Oracle Open Office Calc : CTL;right-to-left sheets -Oracle Open Office Calc : CUMIPMT function -Oracle Open Office Calc : CUMIPMT_ADD function -Oracle Open Office Calc : CUMPRINC function -Oracle Open Office Calc : CUMPRINC_ADD function -Oracle Open Office Calc : cumulative lognormal distribution -Oracle Open Office Calc : cumulative probability density function -Oracle Open Office Calc : cumulative probability density function;calculating -Oracle Open Office Calc : cumulative probability density function;inverse of -Oracle Open Office Calc : currencies -Oracle Open Office Calc : currencies;converters -Oracle Open Office Calc : currencies;default currencies -Oracle Open Office Calc : currencies;format codes -Oracle Open Office Calc : currencies;formats -Oracle Open Office Calc : currency field creation -Oracle Open Office Calc : currency formats -Oracle Open Office Calc : currency formats -Oracle Open Office Calc : currency formats;spreadsheets -Oracle Open Office Calc : current date and time values -Oracle Open Office Calc : CURRENT function -Oracle Open Office Calc : cursor -Oracle Open Office Calc : cursor;allowing in protected areas (Writer) -Oracle Open Office Calc : cursor;in read-only text -Oracle Open Office Calc : cursor;quickly moving to an object -Oracle Open Office Calc : curves -Oracle Open Office Calc : curves;editing points -Oracle Open Office Calc : curves;properties in line charts/XY charts -Oracle Open Office Calc : custom dictionaries -Oracle Open Office Calc : custom dictionaries;editing -Oracle Open Office Calc : custom hyphens (Writer) -Oracle Open Office Calc : custom quotes -Oracle Open Office Calc : custom templates -Oracle Open Office Calc : customized lists -Oracle Open Office Calc : customizing -Oracle Open Office Calc : customizing;events -Oracle Open Office Calc : customizing;keyboard -Oracle Open Office Calc : customizing;menus -Oracle Open Office Calc : customizing;Oracle Open Office -Oracle Open Office Calc : customizing;round corners -Oracle Open Office Calc : customizing;toolbars -Oracle Open Office Calc : cutting -Oracle Open Office Calc : dashes -Oracle Open Office Calc : data -Oracle Open Office Calc : data;filtering in forms -Oracle Open Office Calc : data;forms and subforms -Oracle Open Office Calc : data;inserting in multiple sheets -Oracle Open Office Calc : data;merging cell ranges -Oracle Open Office Calc : data;read-only -Oracle Open Office Calc : data;showing invalid data -Oracle Open Office Calc : data;sorting in databases -Oracle Open Office Calc : data;sorting in forms -Oracle Open Office Calc : data;user data -Oracle Open Office Calc : data;validity check -Oracle Open Office Calc : data binding change in XForms -Oracle Open Office Calc : data field options for Data Pilot -Oracle Open Office Calc : data labels in charts -Oracle Open Office Calc : Data Navigator -Oracle Open Office Calc : Data Navigator;adding/editing items -Oracle Open Office Calc : Data Navigator;display options -Oracle Open Office Calc : data ranges in charts -Oracle Open Office Calc : data series -Oracle Open Office Calc : data series import -Oracle Open Office Calc : data source browser -Oracle Open Office Calc : data source explorer -Oracle Open Office Calc : data source view -Oracle Open Office Calc : data source view;drag and drop -Oracle Open Office Calc : data source view;overview -Oracle Open Office Calc : data source view;showing -Oracle Open Office Calc : data sources -Oracle Open Office Calc : data sources;as tables -Oracle Open Office Calc : data sources;connection settings (Base) -Oracle Open Office Calc : data sources;copying records to spreadsheets -Oracle Open Office Calc : data sources;displaying current -Oracle Open Office Calc : data sources;external data -Oracle Open Office Calc : data sources;LDAP server (Base) -Oracle Open Office Calc : data sources;Oracle Open Office Base -Oracle Open Office Calc : data sources;registering address books -Oracle Open Office Calc : data sources;reports -Oracle Open Office Calc : data sources;setting for stock charts -Oracle Open Office Calc : data sources;viewing -Oracle Open Office Calc : data structure of XForms -Oracle Open Office Calc : data tables -Oracle Open Office Calc : data tables;multiple operations in -Oracle Open Office Calc : data validity -Oracle Open Office Calc : data values in charts -Oracle Open Office Calc : data, see also values -Oracle Open Office Calc : database contents -Oracle Open Office Calc : database contents;inserting as tables -Oracle Open Office Calc : database contents;inserting as text -Oracle Open Office Calc : database ranges -Oracle Open Office Calc : database ranges;advanced filters -Oracle Open Office Calc : database ranges;applying/removing filters -Oracle Open Office Calc : database ranges;AutoFilter function -Oracle Open Office Calc : database ranges;defining -Oracle Open Office Calc : database ranges;hiding AutoFilter -Oracle Open Office Calc : database ranges;refreshing -Oracle Open Office Calc : database ranges;sorting -Oracle Open Office Calc : database reports -Oracle Open Office Calc : Database Wizard (Base) -Oracle Open Office Calc : databases -Oracle Open Office Calc : databases;administration through SQL (Base) -Oracle Open Office Calc : databases;ADO (Base) -Oracle Open Office Calc : databases;connecting (Base) -Oracle Open Office Calc : databases;creating -Oracle Open Office Calc : databases;creating labels -Oracle Open Office Calc : databases;creating queries -Oracle Open Office Calc : databases;creating reports -Oracle Open Office Calc : databases;creating tables -Oracle Open Office Calc : databases;deleting (Base) -Oracle Open Office Calc : databases;drag and drop (Base) -Oracle Open Office Calc : databases;editing tables -Oracle Open Office Calc : databases;form filters -Oracle Open Office Calc : databases;formats (Base) -Oracle Open Office Calc : databases;functions in Oracle Open Office Calc -Oracle Open Office Calc : databases;importing/exporting -Oracle Open Office Calc : databases;JDBC (Base) -Oracle Open Office Calc : databases;main page (Base) -Oracle Open Office Calc : databases;ODBC (Base) -Oracle Open Office Calc : databases;overview -Oracle Open Office Calc : databases;registering (Base) -Oracle Open Office Calc : databases;searching records -Oracle Open Office Calc : databases;selecting (Calc) -Oracle Open Office Calc : databases;shortcut keys -Oracle Open Office Calc : databases;sorting -Oracle Open Office Calc : databases;standard filters -Oracle Open Office Calc : databases;text formats -Oracle Open Office Calc : databases;viewing -Oracle Open Office Calc : DataPilot function -Oracle Open Office Calc : DataPilot function;calling up and applying -Oracle Open Office Calc : DataPilot function;deleting tables -Oracle Open Office Calc : DataPilot function;drill down -Oracle Open Office Calc : DataPilot function;editing tables -Oracle Open Office Calc : DataPilot function;filtering tables -Oracle Open Office Calc : DataPilot function;grouping table entries -Oracle Open Office Calc : DataPilot function;introduction -Oracle Open Office Calc : DataPilot function;preventing data overwriting -Oracle Open Office Calc : DataPilot function;refreshing tables -Oracle Open Office Calc : DataPilot function;show details -Oracle Open Office Calc : DataPilot tables -Oracle Open Office Calc : date and time functions -Oracle Open Office Calc : date fields -Oracle Open Office Calc : date fields;creating -Oracle Open Office Calc : date fields;properties -Oracle Open Office Calc : date formats -Oracle Open Office Calc : date formats;avoiding conversion to -Oracle Open Office Calc : date formats -Oracle Open Office Calc : DATE function -Oracle Open Office Calc : date series -Oracle Open Office Calc : dates -Oracle Open Office Calc : dates;19xx/20xx -Oracle Open Office Calc : dates;default (Calc) -Oracle Open Office Calc : dates;in cells -Oracle Open Office Calc : dates;interest date prior to settlement date -Oracle Open Office Calc : dates;printing in presentations -Oracle Open Office Calc : dates;start 1900/01/01 (Calc) -Oracle Open Office Calc : dates;start 1904/01/01 (Calc) -Oracle Open Office Calc : dates;updating automatically -Oracle Open Office Calc : DATEVALUE function -Oracle Open Office Calc : DAVERAGE function -Oracle Open Office Calc : DAY function -Oracle Open Office Calc : DAYS function -Oracle Open Office Calc : DAYS360 function -Oracle Open Office Calc : DAYSINMONTH function -Oracle Open Office Calc : DAYSINYEAR function -Oracle Open Office Calc : DB function -Oracle Open Office Calc : dBASE -Oracle Open Office Calc : dBASE;database settings (Base) -Oracle Open Office Calc : dBASE import/export -Oracle Open Office Calc : DCOUNT function -Oracle Open Office Calc : DCOUNTA function -Oracle Open Office Calc : DDB function -Oracle Open Office Calc : DDE -Oracle Open Office Calc : DDE;definition -Oracle Open Office Calc : DDE function -Oracle Open Office Calc : deactivating -Oracle Open Office Calc : deactivating;automatic changes -Oracle Open Office Calc : deactivating;plug-ins -Oracle Open Office Calc : DEC2BIN function -Oracle Open Office Calc : DEC2HEX function -Oracle Open Office Calc : DEC2OCT function -Oracle Open Office Calc : DECIMAL function -Oracle Open Office Calc : decimal places -Oracle Open Office Calc : decimal places;adding/deleting -Oracle Open Office Calc : decimal places;cutting off -Oracle Open Office Calc : decimal places;formatting numbers -Oracle Open Office Calc : decimal places;showing -Oracle Open Office Calc : decimal places displayed (Calc) -Oracle Open Office Calc : decimal separator key -Oracle Open Office Calc : decimal system -Oracle Open Office Calc : decimal system;converting to -Oracle Open Office Calc : decimal tab stops -Oracle Open Office Calc : default directories -Oracle Open Office Calc : default filters -Oracle Open Office Calc : default filters;comparison operators -Oracle Open Office Calc : default filters;databases -Oracle Open Office Calc : default printer -Oracle Open Office Calc : default printer;setting up -Oracle Open Office Calc : default printer;UNIX -Oracle Open Office Calc : default templates -Oracle Open Office Calc : default templates;changing -Oracle Open Office Calc : default templates;organizing -Oracle Open Office Calc : defaults -Oracle Open Office Calc : defaults;currency formats -Oracle Open Office Calc : defaults;documents -Oracle Open Office Calc : defaults;file formats in file dialogs -Oracle Open Office Calc : defaults;file formats in Oracle Open Office -Oracle Open Office Calc : defaults;fonts -Oracle Open Office Calc : defaults;grids (Writer/Calc) -Oracle Open Office Calc : defaults;languages -Oracle Open Office Calc : defaults;number formats -Oracle Open Office Calc : defaults;number formats in spreadsheets -Oracle Open Office Calc : defaults;of saving -Oracle Open Office Calc : defaults;program configuration -Oracle Open Office Calc : defaults;tab stops in text -Oracle Open Office Calc : defaults;views -Oracle Open Office Calc : defining -Oracle Open Office Calc : defining;advanced filters -Oracle Open Office Calc : defining;arrowheads and other line ends -Oracle Open Office Calc : defining;AutoFormat function for tables -Oracle Open Office Calc : defining;colors -Oracle Open Office Calc : defining;database ranges -Oracle Open Office Calc : defining;line styles -Oracle Open Office Calc : defining;names for cell ranges -Oracle Open Office Calc : defining;paragraph borders -Oracle Open Office Calc : defining;print ranges -Oracle Open Office Calc : defining;queries (Base) -Oracle Open Office Calc : defining;sort lists -Oracle Open Office Calc : defining;table borders -Oracle Open Office Calc : DEGREES function -Oracle Open Office Calc : deleting -Oracle Open Office Calc : deleting;all direct formatting -Oracle Open Office Calc : deleting;cell contents -Oracle Open Office Calc : deleting;cells/rows/columns -Oracle Open Office Calc : deleting;comments -Oracle Open Office Calc : deleting;databases (Base) -Oracle Open Office Calc : deleting;DataPilot tables -Oracle Open Office Calc : deleting;decimal places -Oracle Open Office Calc : deleting;hyperlinks -Oracle Open Office Calc : deleting;lines in text -Oracle Open Office Calc : deleting;manual column breaks -Oracle Open Office Calc : deleting;manual row breaks -Oracle Open Office Calc : deleting;models/instances -Oracle Open Office Calc : deleting;namespaces in XForms -Oracle Open Office Calc : deleting;print ranges -Oracle Open Office Calc : deleting;spreadsheets -Oracle Open Office Calc : deleting;tab stops -Oracle Open Office Calc : deleting;templates -Oracle Open Office Calc : deleting;visible cells only -Oracle Open Office Calc : deleting;XML filters -Oracle Open Office Calc : delimited values and files -Oracle Open Office Calc : DELTA function -Oracle Open Office Calc : density function -Oracle Open Office Calc : depreciations -Oracle Open Office Calc : depreciations;arithmetic declining -Oracle Open Office Calc : depreciations;arithmetic-degressive -Oracle Open Office Calc : depreciations;degressive amortizations -Oracle Open Office Calc : depreciations;geometric-degressive -Oracle Open Office Calc : depreciations;linear -Oracle Open Office Calc : depreciations;linear amortizations -Oracle Open Office Calc : depreciations;variable declining -Oracle Open Office Calc : depth stagger -Oracle Open Office Calc : descriptions for objects -Oracle Open Office Calc : design mode after saving -Oracle Open Office Calc : design view -Oracle Open Office Calc : design view;creating forms -Oracle Open Office Calc : design view;queries/views (Base) -Oracle Open Office Calc : designing -Oracle Open Office Calc : designing;database tables -Oracle Open Office Calc : designing;fonts -Oracle Open Office Calc : designing;queries (Base) -Oracle Open Office Calc : detaching toolbars -Oracle Open Office Calc : determinants -Oracle Open Office Calc : determination coefficients -Oracle Open Office Calc : DEVSQ function -Oracle Open Office Calc : DGET function -Oracle Open Office Calc : dictionaries -Oracle Open Office Calc : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Calc : dictionaries;creating -Oracle Open Office Calc : dictionaries;editing user-defined -Oracle Open Office Calc : dictionaries;spellcheck -Oracle Open Office Calc : dictionaries, see also languages -Oracle Open Office Calc : digital signatures -Oracle Open Office Calc : digital signatures;getting/managing/applying -Oracle Open Office Calc : digital signatures;overview -Oracle Open Office Calc : digital signatures;WebDAV over HTTPS -Oracle Open Office Calc : direct formatting -Oracle Open Office Calc : direct formatting;undoing all -Oracle Open Office Calc : directories -Oracle Open Office Calc : directories;creating new -Oracle Open Office Calc : directories;directory structure -Oracle Open Office Calc : disabled persons -Oracle Open Office Calc : DISC function -Oracle Open Office Calc : discounts -Oracle Open Office Calc : display options in Data Pilot -Oracle Open Office Calc : displaying -Oracle Open Office Calc : displaying;comments (Calc) -Oracle Open Office Calc : displaying;comments in text documents -Oracle Open Office Calc : displaying;formulas at any position -Oracle Open Office Calc : displaying;formulas instead of results -Oracle Open Office Calc : displaying;headers of columns/rows -Oracle Open Office Calc : displaying;non-printing characters (Writer) -Oracle Open Office Calc : displaying;pictures and objects (Writer) -Oracle Open Office Calc : displaying;scenario names -Oracle Open Office Calc : displaying;sheets -Oracle Open Office Calc : displaying;tables (Writer) -Oracle Open Office Calc : displaying;zero values (Calc) -Oracle Open Office Calc : distances -Oracle Open Office Calc : distinct values in SQL queries -Oracle Open Office Calc : distorting in drawings -Oracle Open Office Calc : distributing XML filters -Oracle Open Office Calc : division sign, see also operators -Oracle Open Office Calc : divisions -Oracle Open Office Calc : DMAX function -Oracle Open Office Calc : DMIN function -Oracle Open Office Calc : docking -Oracle Open Office Calc : docking;definition -Oracle Open Office Calc : docking;toolbars -Oracle Open Office Calc : docking;windows -Oracle Open Office Calc : Document Converter Wizard -Oracle Open Office Calc : Document Map, see Navigator -Oracle Open Office Calc : document types in Oracle Open Office -Oracle Open Office Calc : documents -Oracle Open Office Calc : documents;changing titles -Oracle Open Office Calc : documents;closing -Oracle Open Office Calc : documents;comparing -Oracle Open Office Calc : documents;contents as lists -Oracle Open Office Calc : documents;editing time -Oracle Open Office Calc : documents;exporting -Oracle Open Office Calc : documents;importing -Oracle Open Office Calc : documents;languages -Oracle Open Office Calc : documents;measurement units in -Oracle Open Office Calc : documents;merging -Oracle Open Office Calc : documents;number of pages/tables/sheets -Oracle Open Office Calc : documents;opening -Oracle Open Office Calc : documents;opening in design mode -Oracle Open Office Calc : documents;opening with templates -Oracle Open Office Calc : documents;organizing -Oracle Open Office Calc : documents;printing -Oracle Open Office Calc : documents;protecting -Oracle Open Office Calc : documents;read-only -Oracle Open Office Calc : documents;references -Oracle Open Office Calc : documents;reloading -Oracle Open Office Calc : documents;saving -Oracle Open Office Calc : documents;saving automatically -Oracle Open Office Calc : documents;saving in other formats -Oracle Open Office Calc : documents;sending as e-mail -Oracle Open Office Calc : documents;styles changed -Oracle Open Office Calc : documents;version management -Oracle Open Office Calc : documents;version numbers -Oracle Open Office Calc : DOLLAR function -Oracle Open Office Calc : DOLLARDE function -Oracle Open Office Calc : DOLLARFR function -Oracle Open Office Calc : donut charts -Oracle Open Office Calc : dot products -Oracle Open Office Calc : dotted areas -Oracle Open Office Calc : double-line spacing in paragraphs -Oracle Open Office Calc : double-line writing in Asian layout -Oracle Open Office Calc : DPRODUCT function -Oracle Open Office Calc : drag and drop -Oracle Open Office Calc : drag and drop;copying and pasting text -Oracle Open Office Calc : drag and drop;data source view -Oracle Open Office Calc : drag and drop;from Gallery to draw objects -Oracle Open Office Calc : drag and drop;moving cells -Oracle Open Office Calc : drag and drop;overview -Oracle Open Office Calc : drag and drop;pictures -Oracle Open Office Calc : drag and drop;referencing cells -Oracle Open Office Calc : drag and drop;to Gallery -Oracle Open Office Calc : draw objects -Oracle Open Office Calc : draw objects;adding/editing/copying -Oracle Open Office Calc : draw objects;anchoring -Oracle Open Office Calc : draw objects;arranging within stacks -Oracle Open Office Calc : draw objects;copying between documents -Oracle Open Office Calc : draw objects;displaying (Calc) -Oracle Open Office Calc : draw objects;dropping Gallery pictures -Oracle Open Office Calc : draw objects;flipping -Oracle Open Office Calc : draw objects;legends -Oracle Open Office Calc : draw objects;positioning and resizing -Oracle Open Office Calc : draw objects;printing -Oracle Open Office Calc : draw objects;protecting -Oracle Open Office Calc : draw objects;slanting -Oracle Open Office Calc : draw objects;text in -Oracle Open Office Calc : Drawing bar -Oracle Open Office Calc : drawing lines in text -Oracle Open Office Calc : drawings -Oracle Open Office Calc : drawings;creating/opening -Oracle Open Office Calc : drawings;languages -Oracle Open Office Calc : drawings;printing -Oracle Open Office Calc : drawings;printing defaults -Oracle Open Office Calc : drawings;printing in text documents -Oracle Open Office Calc : drawings;saving -Oracle Open Office Calc : drawings;saving automatically -Oracle Open Office Calc : drawings;saving in other formats -Oracle Open Office Calc : drawings;sending as e-mail -Oracle Open Office Calc : drawings;showing (Writer) -Oracle Open Office Calc : drawings, see also draw objects -Oracle Open Office Calc : drop-down lists in form functions -Oracle Open Office Calc : drop-down menus in sheet columns -Oracle Open Office Calc : DSTDEV function -Oracle Open Office Calc : DSTDEVP function -Oracle Open Office Calc : DSUM function -Oracle Open Office Calc : DURATION function -Oracle Open Office Calc : DURATION_ADD function -Oracle Open Office Calc : durations -Oracle Open Office Calc : durations;calculating -Oracle Open Office Calc : durations;first interest payment until settlement date -Oracle Open Office Calc : durations;fixed interest securities -Oracle Open Office Calc : DVAR function -Oracle Open Office Calc : DVARP function -Oracle Open Office Calc : e-mail attachments -Oracle Open Office Calc : EASTERSUNDAY function -Oracle Open Office Calc : EDATE function -Oracle Open Office Calc : Edit File icon -Oracle Open Office Calc : edit mode -Oracle Open Office Calc : edit mode;after opening -Oracle Open Office Calc : edit mode;through Enter key (Calc) -Oracle Open Office Calc : Edit Points bar -Oracle Open Office Calc : editing -Oracle Open Office Calc : editing;array formulas -Oracle Open Office Calc : editing;chart axes -Oracle Open Office Calc : editing;chart data -Oracle Open Office Calc : editing;chart legends -Oracle Open Office Calc : editing;chart titles -Oracle Open Office Calc : editing;comments -Oracle Open Office Calc : editing;data binding of XForms -Oracle Open Office Calc : editing;database tables and queries -Oracle Open Office Calc : editing;DataPilot tables -Oracle Open Office Calc : editing;draw objects -Oracle Open Office Calc : editing;Fontwork objects -Oracle Open Office Calc : editing;hyperlinks -Oracle Open Office Calc : editing;menus -Oracle Open Office Calc : editing;objects -Oracle Open Office Calc : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Calc : editing;pictures -Oracle Open Office Calc : editing;print ranges -Oracle Open Office Calc : editing;reports -Oracle Open Office Calc : editing;shortcut keys -Oracle Open Office Calc : editing;tab stops -Oracle Open Office Calc : editing;templates -Oracle Open Office Calc : editing;titles -Oracle Open Office Calc : editing;toolbars -Oracle Open Office Calc : editing;undoing -Oracle Open Office Calc : editing;XForms -Oracle Open Office Calc : editing time of documents -Oracle Open Office Calc : editors -Oracle Open Office Calc : editors;formula editor -Oracle Open Office Calc : editors;ImageMap editor -Oracle Open Office Calc : EFFECT_ADD function -Oracle Open Office Calc : EFFECTIVE function -Oracle Open Office Calc : effective interest rates -Oracle Open Office Calc : effects -Oracle Open Office Calc : effects;font positions -Oracle Open Office Calc : effects;fonts -Oracle Open Office Calc : effects;Fontwork icons -Oracle Open Office Calc : empty cells -Oracle Open Office Calc : empty cells;counting -Oracle Open Office Calc : empty cells;handling of -Oracle Open Office Calc : empty cells;recognizing -Oracle Open Office Calc : empty documents -Oracle Open Office Calc : empty paragraph removal -Oracle Open Office Calc : encrypting text -Oracle Open Office Calc : encryption of contents -Oracle Open Office Calc : entering entries with AutoInput function -Oracle Open Office Calc : entering groups -Oracle Open Office Calc : entering text from right to left -Oracle Open Office Calc : EOMONTH function -Oracle Open Office Calc : equal sign, see also operators -Oracle Open Office Calc : equations in formula editor -Oracle Open Office Calc : equations in goal seek -Oracle Open Office Calc : ERF function -Oracle Open Office Calc : ERFC function -Oracle Open Office Calc : error bars in charts -Oracle Open Office Calc : error codes -Oracle Open Office Calc : error codes;controlling -Oracle Open Office Calc : error codes;list of -Oracle Open Office Calc : error indicators in charts -Oracle Open Office Calc : error messages -Oracle Open Office Calc : error messages;defining for incorrect input -Oracle Open Office Calc : error messages;invalid references -Oracle Open Office Calc : Error Report Tool -Oracle Open Office Calc : error tracing -Oracle Open Office Calc : ERRORTYPE function -Oracle Open Office Calc : Euro -Oracle Open Office Calc : Euro;converting -Oracle Open Office Calc : Euro;currency formats -Oracle Open Office Calc : Euro;Euro Converter Wizard -Oracle Open Office Calc : EUROCONVERT function -Oracle Open Office Calc : EVEN function -Oracle Open Office Calc : even integers -Oracle Open Office Calc : even/odd pages -Oracle Open Office Calc : even/odd pages;printing -Oracle Open Office Calc : events -Oracle Open Office Calc : events;assigning scripts -Oracle Open Office Calc : events;controls -Oracle Open Office Calc : events;customizing -Oracle Open Office Calc : events;in forms -Oracle Open Office Calc : EXACT function -Oracle Open Office Calc : exact numbers in Oracle Open Office Calc -Oracle Open Office Calc : examples -Oracle Open Office Calc : examples;formula calculation -Oracle Open Office Calc : examples;goal seek -Oracle Open Office Calc : Excel -Oracle Open Office Calc : Excel;saving as -Oracle Open Office Calc : Excel;search criteria -Oracle Open Office Calc : exceptions -Oracle Open Office Calc : exceptions;user-defined dictionaries -Oracle Open Office Calc : exchanging, see also replacing -Oracle Open Office Calc : executing SQL commands -Oracle Open Office Calc : exiting -Oracle Open Office Calc : exiting;groups -Oracle Open Office Calc : exiting;Oracle Open Office -Oracle Open Office Calc : EXP function -Oracle Open Office Calc : expanding formatting (Calc) -Oracle Open Office Calc : explorer of data sources -Oracle Open Office Calc : EXPONDIST function -Oracle Open Office Calc : exponential distributions -Oracle Open Office Calc : exponential trends in arrays -Oracle Open Office Calc : export filters -Oracle Open Office Calc : exporting -Oracle Open Office Calc : exporting;bitmaps -Oracle Open Office Calc : exporting;cells -Oracle Open Office Calc : exporting;formulas as csv files -Oracle Open Office Calc : exporting;HTML and text documents -Oracle Open Office Calc : exporting;Microsoft Office documents with VBA code -Oracle Open Office Calc : exporting;spreadsheets to dBASE -Oracle Open Office Calc : exporting;spreadsheets to text format -Oracle Open Office Calc : exporting;tables as text -Oracle Open Office Calc : exporting;templates -Oracle Open Office Calc : exporting;to foreign formats -Oracle Open Office Calc : exporting;to HTML -Oracle Open Office Calc : exporting;to Microsoft Office formats -Oracle Open Office Calc : exporting;to PDF -Oracle Open Office Calc : exporting;to PostScript format -Oracle Open Office Calc : exporting;to XML -Oracle Open Office Calc : exporting;XML files -Oracle Open Office Calc : extended tips in Help -Oracle Open Office Calc : extending print ranges -Oracle Open Office Calc : extension mode in text -Oracle Open Office Calc : extensions -Oracle Open Office Calc : extensions;Extension Manager -Oracle Open Office Calc : extensions;file formats -Oracle Open Office Calc : external data -Oracle Open Office Calc : external data;inserting -Oracle Open Office Calc : external DLL functions -Oracle Open Office Calc : external keys (Base) -Oracle Open Office Calc : extrapolations -Oracle Open Office Calc : FACT function -Oracle Open Office Calc : FACTDOUBLE function -Oracle Open Office Calc : factorials -Oracle Open Office Calc : factorials;numbers -Oracle Open Office Calc : factorials;numbers with increments of two -Oracle Open Office Calc : FALSE function -Oracle Open Office Calc : faster printing -Oracle Open Office Calc : faxes -Oracle Open Office Calc : faxes;configuring Oracle Open Office -Oracle Open Office Calc : faxes;fax programs/fax printers under UNIX -Oracle Open Office Calc : faxes;selecting a fax machine -Oracle Open Office Calc : faxes;sending -Oracle Open Office Calc : faxes;wizards -Oracle Open Office Calc : FDIST function -Oracle Open Office Calc : feedback -Oracle Open Office Calc : feedback;automatically -Oracle Open Office Calc : fields -Oracle Open Office Calc : fields;database tables -Oracle Open Office Calc : fields;displaying field codes (Writer) -Oracle Open Office Calc : fields;formatted fields -Oracle Open Office Calc : fields;updating automatically (Writer) -Oracle Open Office Calc : file associations for Microsoft Office -Oracle Open Office Calc : file filters -Oracle Open Office Calc : file filters;mobile devices -Oracle Open Office Calc : file filters;XML -Oracle Open Office Calc : file formats -Oracle Open Office Calc : file formats;changing Oracle Open Office defaults -Oracle Open Office Calc : file formats;OpenDocument/XML -Oracle Open Office Calc : file formats;saving always in other formats -Oracle Open Office Calc : file names in headers/footers -Oracle Open Office Calc : file selection button -Oracle Open Office Calc : file sharing options for current document -Oracle Open Office Calc : files -Oracle Open Office Calc : files;filters and formats -Oracle Open Office Calc : files;importing -Oracle Open Office Calc : files;opening -Oracle Open Office Calc : files;opening with placeholders -Oracle Open Office Calc : files;properties -Oracle Open Office Calc : files;saving -Oracle Open Office Calc : files;saving automatically -Oracle Open Office Calc : files;saving in other formats -Oracle Open Office Calc : files;sending as e-mail -Oracle Open Office Calc : files;version numbers -Oracle Open Office Calc : files and folders in Oracle Open Office -Oracle Open Office Calc : fill characters with tabulators -Oracle Open Office Calc : fill colors for areas -Oracle Open Office Calc : fill patterns for areas -Oracle Open Office Calc : filling -Oracle Open Office Calc : filling;cells, automatically -Oracle Open Office Calc : filling;customized lists -Oracle Open Office Calc : filling;selection lists -Oracle Open Office Calc : filter conditions -Oracle Open Office Calc : filter conditions;connecting -Oracle Open Office Calc : filter conditions;in queries (Base) -Oracle Open Office Calc : filtered data -Oracle Open Office Calc : filtered data;sums -Oracle Open Office Calc : filtering -Oracle Open Office Calc : filtering;cell ranges/database ranges -Oracle Open Office Calc : filtering;data in databases -Oracle Open Office Calc : filtering;data in forms -Oracle Open Office Calc : filtering;DataPilot tables -Oracle Open Office Calc : filters -Oracle Open Office Calc : filters;applying/removing -Oracle Open Office Calc : filters;comparison operators -Oracle Open Office Calc : filters;copying visible cells only -Oracle Open Office Calc : filters;defining advanced filters -Oracle Open Office Calc : filters;for import and export -Oracle Open Office Calc : filters;Navigator -Oracle Open Office Calc : filters;pictures -Oracle Open Office Calc : filters;XML filter settings -Oracle Open Office Calc : filters, see also AutoFilter function -Oracle Open Office Calc : financial functions -Oracle Open Office Calc : FIND function -Oracle Open Office Calc : Find tab in Help -Oracle Open Office Calc : finding -Oracle Open Office Calc : finding;formulas/values/text/objects -Oracle Open Office Calc : finding;in all sheets -Oracle Open Office Calc : finding;records in form documents -Oracle Open Office Calc : finding;selections -Oracle Open Office Calc : finding;similarity search -Oracle Open Office Calc : FINV function -Oracle Open Office Calc : FISHER function -Oracle Open Office Calc : FISHERINV function -Oracle Open Office Calc : fitting to pages -Oracle Open Office Calc : fitting to pages;print settings in Math -Oracle Open Office Calc : fitting to pages;print settings in presentations -Oracle Open Office Calc : FIXED function -Oracle Open Office Calc : fixed text -Oracle Open Office Calc : fixed text;form functions -Oracle Open Office Calc : fixing toolbars -Oracle Open Office Calc : flipping draw objects -Oracle Open Office Calc : floating frames in HTML documents -Oracle Open Office Calc : floating toolbars -Oracle Open Office Calc : FLOOR function -Oracle Open Office Calc : focus of controls -Oracle Open Office Calc : folder creation -Oracle Open Office Calc : font lists -Oracle Open Office Calc : font name box -Oracle Open Office Calc : font sizes -Oracle Open Office Calc : font sizes;bullets -Oracle Open Office Calc : font sizes;relative changes -Oracle Open Office Calc : font sizes;scaling on screen -Oracle Open Office Calc : font sizes;text -Oracle Open Office Calc : fonts -Oracle Open Office Calc : fonts;adding under UNIX -Oracle Open Office Calc : fonts;changing in templates -Oracle Open Office Calc : fonts;colors -Oracle Open Office Calc : fonts;default settings -Oracle Open Office Calc : fonts;effects -Oracle Open Office Calc : fonts;for HTML and Basic -Oracle Open Office Calc : fonts;formats -Oracle Open Office Calc : fonts;outlines -Oracle Open Office Calc : fonts;positions in text -Oracle Open Office Calc : fonts;shadows -Oracle Open Office Calc : fonts;specifying several -Oracle Open Office Calc : fonts;strikethrough -Oracle Open Office Calc : fonts;styles -Oracle Open Office Calc : fonts;text objects -Oracle Open Office Calc : Fontwork icons -Oracle Open Office Calc : footers -Oracle Open Office Calc : footers;backgrounds -Oracle Open Office Calc : footers;defining -Oracle Open Office Calc : footers;printing on sheets -Oracle Open Office Calc : forced array handling -Oracle Open Office Calc : FORECAST function -Oracle Open Office Calc : form controls -Oracle Open Office Calc : form controls;assigning macros -Oracle Open Office Calc : form controls;protecting -Oracle Open Office Calc : form controls;toolbars -Oracle Open Office Calc : form fields -Oracle Open Office Calc : form filters -Oracle Open Office Calc : Form Navigator -Oracle Open Office Calc : format codes -Oracle Open Office Calc : format codes;numbers -Oracle Open Office Calc : format codes;user-defined number formats -Oracle Open Office Calc : format filling printing in Oracle Open Office Math -Oracle Open Office Calc : Format Paintbrush -Oracle Open Office Calc : formats -Oracle Open Office Calc : formats;Asian layout -Oracle Open Office Calc : formats;assigning by formulas -Oracle Open Office Calc : formats;automatically formatting spreadsheets -Oracle Open Office Calc : formats;changing text/number -Oracle Open Office Calc : formats;currency formats in cells -Oracle Open Office Calc : formats;fonts -Oracle Open Office Calc : formats;maximizing page formats -Oracle Open Office Calc : formats;number and currency formats -Oracle Open Office Calc : formats;numbers as text -Oracle Open Office Calc : formats;numbers in tables -Oracle Open Office Calc : formats;of currencies/date/time -Oracle Open Office Calc : formats;on opening and saving -Oracle Open Office Calc : formats;pasting in special formats -Oracle Open Office Calc : formats;positions -Oracle Open Office Calc : formats;Styles and Formatting window -Oracle Open Office Calc : formats;tabulators -Oracle Open Office Calc : formats;themes for sheets -Oracle Open Office Calc : formatted fields -Oracle Open Office Calc : formatted fields;form functions -Oracle Open Office Calc : formatted fields;properties -Oracle Open Office Calc : formatting -Oracle Open Office Calc : formatting;adding/deleting decimal places -Oracle Open Office Calc : formatting;Asian typography -Oracle Open Office Calc : formatting;axes in charts -Oracle Open Office Calc : formatting;cells -Oracle Open Office Calc : formatting;chart areas -Oracle Open Office Calc : formatting;chart floors -Oracle Open Office Calc : formatting;chart legends -Oracle Open Office Calc : formatting;chart titles -Oracle Open Office Calc : formatting;chart walls -Oracle Open Office Calc : formatting;comments on cells -Oracle Open Office Calc : formatting;conditional formatting -Oracle Open Office Calc : formatting;copying -Oracle Open Office Calc : formatting;definition -Oracle Open Office Calc : formatting;expanding (Calc) -Oracle Open Office Calc : formatting;font effects -Oracle Open Office Calc : formatting;hyperlinks -Oracle Open Office Calc : formatting;multiple cell texts -Oracle Open Office Calc : formatting;numbers as text -Oracle Open Office Calc : formatting;numbers with decimals -Oracle Open Office Calc : formatting;pages -Oracle Open Office Calc : formatting;printer metrics (Writer) -Oracle Open Office Calc : formatting;spreadsheets -Oracle Open Office Calc : formatting;Styles and Formatting window -Oracle Open Office Calc : formatting;themes for sheets -Oracle Open Office Calc : formatting;undoing -Oracle Open Office Calc : formatting;undoing when writing -Oracle Open Office Calc : formatting;user-defined numbers -Oracle Open Office Calc : formatting;visible cells only -Oracle Open Office Calc : forms -Oracle Open Office Calc : forms;browsing -Oracle Open Office Calc : forms;Combo Box/List Box Wizard -Oracle Open Office Calc : forms;creating -Oracle Open Office Calc : forms;data -Oracle Open Office Calc : forms;designing (Base) -Oracle Open Office Calc : forms;events -Oracle Open Office Calc : forms;filtering data -Oracle Open Office Calc : forms;finding records -Oracle Open Office Calc : forms;focus after opening -Oracle Open Office Calc : forms;general information (Base) -Oracle Open Office Calc : forms;grouping controls -Oracle Open Office Calc : forms;HTML filters -Oracle Open Office Calc : forms;Navigator -Oracle Open Office Calc : forms;opening in design mode -Oracle Open Office Calc : forms;properties -Oracle Open Office Calc : forms;sorting data -Oracle Open Office Calc : forms;subforms -Oracle Open Office Calc : forms;wizards -Oracle Open Office Calc : forms;XForms -Oracle Open Office Calc : formula bar -Oracle Open Office Calc : formula bar;accepting inputs -Oracle Open Office Calc : formula bar;canceling inputs -Oracle Open Office Calc : formula bar;functions -Oracle Open Office Calc : formula bar;input line -Oracle Open Office Calc : formula bar;sheet area names -Oracle Open Office Calc : formula bar;spreadsheets -Oracle Open Office Calc : formula bar;sum function -Oracle Open Office Calc : formula cells -Oracle Open Office Calc : formula cells;displaying formulas in other cells -Oracle Open Office Calc : formula cells;recognizing -Oracle Open Office Calc : formula cells;removing precedents -Oracle Open Office Calc : formula cells;tracing precedents -Oracle Open Office Calc : FORMULA function -Oracle Open Office Calc : formula list window -Oracle Open Office Calc : formula texts -Oracle Open Office Calc : formula texts;printing in Oracle Open Office Math -Oracle Open Office Calc : formulas -Oracle Open Office Calc : formulas;arrays -Oracle Open Office Calc : formulas;assigning cell formats -Oracle Open Office Calc : formulas;AutoCalculate function -Oracle Open Office Calc : formulas;calculating -Oracle Open Office Calc : formulas;calculating with -Oracle Open Office Calc : formulas;copying and pasting -Oracle Open Office Calc : formulas;defining names -Oracle Open Office Calc : formulas;displaying in cells -Oracle Open Office Calc : formulas;hiding -Oracle Open Office Calc : formulas;importing/exporting as csv files -Oracle Open Office Calc : formulas;inputting -Oracle Open Office Calc : formulas;matrix formulas -Oracle Open Office Calc : formulas;new -Oracle Open Office Calc : formulas;operators -Oracle Open Office Calc : formulas;printing, instead of results -Oracle Open Office Calc : formulas;recalculating manually -Oracle Open Office Calc : formulas;starting formula editor -Oracle Open Office Calc : formulas;status bar -Oracle Open Office Calc : formulas;using row/column labels -Oracle Open Office Calc : formulas in reports -Oracle Open Office Calc : formulas in reports;editing -Oracle Open Office Calc : forums and support -Oracle Open Office Calc : fractions -Oracle Open Office Calc : fractions;converting -Oracle Open Office Calc : fractions;entering -Oracle Open Office Calc : frames -Oracle Open Office Calc : frames;around paragraphs -Oracle Open Office Calc : frames;around tables -Oracle Open Office Calc : frames;AutoCorrect function -Oracle Open Office Calc : frames;backgrounds -Oracle Open Office Calc : frames;captions (Writer) -Oracle Open Office Calc : frames;printing in Oracle Open Office Math -Oracle Open Office Calc : frames;protecting -Oracle Open Office Calc : frames;selection frames -Oracle Open Office Calc : frames;text fitting to frames -Oracle Open Office Calc : freeform lines -Oracle Open Office Calc : freeform lines;draw functions -Oracle Open Office Calc : freezing rows or columns -Oracle Open Office Calc : FREQUENCY function -Oracle Open Office Calc : FTEST function -Oracle Open Office Calc : FTP -Oracle Open Office Calc : FTP;opening documents -Oracle Open Office Calc : FTP;saving documents -Oracle Open Office Calc : full joins (Base) -Oracle Open Office Calc : full screen view -Oracle Open Office Calc : full-text search in Help -Oracle Open Office Calc : function list window -Oracle Open Office Calc : Function Wizard -Oracle Open Office Calc : Function Wizard;add-ins -Oracle Open Office Calc : Function Wizard;arrays -Oracle Open Office Calc : Function Wizard;databases -Oracle Open Office Calc : Function Wizard;date & time -Oracle Open Office Calc : Function Wizard;financial -Oracle Open Office Calc : Function Wizard;information -Oracle Open Office Calc : Function Wizard;logical -Oracle Open Office Calc : Function Wizard;mathematical -Oracle Open Office Calc : Function Wizard;spreadsheets -Oracle Open Office Calc : Function Wizard;statistics -Oracle Open Office Calc : Function Wizard;text -Oracle Open Office Calc : functions -Oracle Open Office Calc : functions;accepting input icon -Oracle Open Office Calc : functions;add-in functions -Oracle Open Office Calc : functions;array functions -Oracle Open Office Calc : functions;canceling input icon -Oracle Open Office Calc : functions;database functions -Oracle Open Office Calc : functions;date & time -Oracle Open Office Calc : functions;financial functions -Oracle Open Office Calc : functions;formula bar icon -Oracle Open Office Calc : functions;Function Wizard -Oracle Open Office Calc : functions;information functions -Oracle Open Office Calc : functions;listed by category -Oracle Open Office Calc : functions;logical functions -Oracle Open Office Calc : functions;mathematical functions -Oracle Open Office Calc : functions;Oracle Open Office Calc add-in DLL -Oracle Open Office Calc : functions;spreadsheets -Oracle Open Office Calc : functions;statistics functions -Oracle Open Office Calc : functions;sum function icon -Oracle Open Office Calc : functions;text functions -Oracle Open Office Calc : functions;user-defined -Oracle Open Office Calc : functions in reports -Oracle Open Office Calc : functions in reports;editing -Oracle Open Office Calc : future values -Oracle Open Office Calc : future values;constant interest rates -Oracle Open Office Calc : future values;varying interest rates -Oracle Open Office Calc : FV function -Oracle Open Office Calc : FVSCHEDULE function -Oracle Open Office Calc : Gallery -Oracle Open Office Calc : Gallery;adding pictures -Oracle Open Office Calc : Gallery;dragging pictures to draw objects -Oracle Open Office Calc : Gallery;hiding/showing -Oracle Open Office Calc : Gallery;inserting pictures from -Oracle Open Office Calc : GAMMA function -Oracle Open Office Calc : GAMMADIST function -Oracle Open Office Calc : GAMMAINV function -Oracle Open Office Calc : GAMMALN function -Oracle Open Office Calc : GAUSS function -Oracle Open Office Calc : Gaussian error integral -Oracle Open Office Calc : GCD function -Oracle Open Office Calc : GCD_ADD function -Oracle Open Office Calc : GEOMEAN function -Oracle Open Office Calc : geometric lists -Oracle Open Office Calc : geometric-degressive depreciations -Oracle Open Office Calc : GESTEP function -Oracle Open Office Calc : get method for form transmissions -Oracle Open Office Calc : GETPIVOTDATA function -Oracle Open Office Calc : getting support -Oracle Open Office Calc : GIF format -Oracle Open Office Calc : glossaries -Oracle Open Office Calc : glossaries;common terms -Oracle Open Office Calc : glossaries;Internet terms -Oracle Open Office Calc : goal seeking -Oracle Open Office Calc : goal seeking;example -Oracle Open Office Calc : goal seeking;solver -Oracle Open Office Calc : gradients off for faster printing -Oracle Open Office Calc : graphic objects, see draw objects -Oracle Open Office Calc : graphical text art -Oracle Open Office Calc : graphics -Oracle Open Office Calc : graphics;cache -Oracle Open Office Calc : graphics;protecting -Oracle Open Office Calc : graphics, see also pictures -Oracle Open Office Calc : grayscale printing -Oracle Open Office Calc : greatest common divisor -Oracle Open Office Calc : grid controls -Oracle Open Office Calc : grid controls;form functions -Oracle Open Office Calc : grids -Oracle Open Office Calc : grids;defaults (Writer/Calc) -Oracle Open Office Calc : grids;display options (Impress/Draw) -Oracle Open Office Calc : grids;displaying lines (Calc) -Oracle Open Office Calc : grids;formatting axes -Oracle Open Office Calc : grids;hiding lines in sheets -Oracle Open Office Calc : grids;inserting in charts -Oracle Open Office Calc : grids;printing sheet grids -Oracle Open Office Calc : group box creation -Oracle Open Office Calc : grouping -Oracle Open Office Calc : grouping;cells -Oracle Open Office Calc : grouping;DataPilot tables -Oracle Open Office Calc : groups -Oracle Open Office Calc : groups;entering/exiting/ungrouping -Oracle Open Office Calc : groups;naming -Oracle Open Office Calc : groups;of controls -Oracle Open Office Calc : GROWTH function -Oracle Open Office Calc : growth series -Oracle Open Office Calc : guides -Oracle Open Office Calc : guides;display options (Impress/Draw) -Oracle Open Office Calc : guides;displaying when moving objects (Impress) -Oracle Open Office Calc : guides;showing (Calc) -Oracle Open Office Calc : guides;showing when moving frames (Writer) -Oracle Open Office Calc : gutter -Oracle Open Office Calc : handles -Oracle Open Office Calc : handles;displaying (Writer) -Oracle Open Office Calc : handles;scaling -Oracle Open Office Calc : handles;showing simple/large handles (Calc) -Oracle Open Office Calc : Hangul/Hanja -Oracle Open Office Calc : HARMEAN function -Oracle Open Office Calc : hatching -Oracle Open Office Calc : headers -Oracle Open Office Calc : headers;backgrounds -Oracle Open Office Calc : headers;defining -Oracle Open Office Calc : headers;freezing during table split -Oracle Open Office Calc : headers;printing on sheets -Oracle Open Office Calc : headings -Oracle Open Office Calc : headings;entering as text box -Oracle Open Office Calc : headings;repeating rows/columns as -Oracle Open Office Calc : Hebrew -Oracle Open Office Calc : Hebrew;entering text -Oracle Open Office Calc : Hebrew;language settings -Oracle Open Office Calc : heights of cells -Oracle Open Office Calc : Help -Oracle Open Office Calc : Help;bookmarks -Oracle Open Office Calc : Help;extended tips on/off -Oracle Open Office Calc : Help;full-text search -Oracle Open Office Calc : Help;Help tips -Oracle Open Office Calc : Help;keywords -Oracle Open Office Calc : Help;navigation pane showing/hiding -Oracle Open Office Calc : Help;style sheets -Oracle Open Office Calc : Help;topics -Oracle Open Office Calc : Help Agent -Oracle Open Office Calc : Help Agent;help -Oracle Open Office Calc : Help Agent;options -Oracle Open Office Calc : Help tips -Oracle Open Office Calc : Help tips;defining text for cell input -Oracle Open Office Calc : Help tips;hiding -Oracle Open Office Calc : HEX2BIN function -Oracle Open Office Calc : HEX2DEC function -Oracle Open Office Calc : HEX2OCT function -Oracle Open Office Calc : hexadecimal system -Oracle Open Office Calc : hexadecimal system;converting to -Oracle Open Office Calc : hidden cells -Oracle Open Office Calc : hidden controls in Form Navigator -Oracle Open Office Calc : hidden fields display (Writer) -Oracle Open Office Calc : hidden pages -Oracle Open Office Calc : hidden pages;printing in presentations -Oracle Open Office Calc : hidden text -Oracle Open Office Calc : hidden text;showing (Writer) -Oracle Open Office Calc : hiding -Oracle Open Office Calc : hiding;changes -Oracle Open Office Calc : hiding;chart legends -Oracle Open Office Calc : hiding;columns -Oracle Open Office Calc : hiding;data fields, from calculations in Data Pilot -Oracle Open Office Calc : hiding;docked windows -Oracle Open Office Calc : hiding;formulas -Oracle Open Office Calc : hiding;headers/grid lines -Oracle Open Office Calc : hiding;navigation pane in Help window -Oracle Open Office Calc : hiding;rows -Oracle Open Office Calc : hiding;sheet details -Oracle Open Office Calc : hiding;sheets -Oracle Open Office Calc : high contrast mode -Oracle Open Office Calc : highlighting -Oracle Open Office Calc : highlighting;negative numbers -Oracle Open Office Calc : highlighting;values in sheets -Oracle Open Office Calc : Hindi -Oracle Open Office Calc : Hindi;entering text -Oracle Open Office Calc : Hindi;language settings -Oracle Open Office Calc : HLOOKUP function -Oracle Open Office Calc : horizontal scrollbars (Writer) -Oracle Open Office Calc : hotspots -Oracle Open Office Calc : HOUR function -Oracle Open Office Calc : HowTos for Calc -Oracle Open Office Calc : HowTos for charts -Oracle Open Office Calc : HTML -Oracle Open Office Calc : HTML;definition -Oracle Open Office Calc : HTML;export character set -Oracle Open Office Calc : HTML;fonts for source display -Oracle Open Office Calc : HTML;importing META tags -Oracle Open Office Calc : HTML;in sheet cells -Oracle Open Office Calc : HTML;live presentations -Oracle Open Office Calc : HTML;sheets -Oracle Open Office Calc : HTML documents -Oracle Open Office Calc : HTML documents;auto reloading -Oracle Open Office Calc : HTML documents;importing/exporting -Oracle Open Office Calc : HTML documents;META tags in -Oracle Open Office Calc : HTML documents;new -Oracle Open Office Calc : HTML documents;source text -Oracle Open Office Calc : HTML WebQuery -Oracle Open Office Calc : HYPERLINK function -Oracle Open Office Calc : hyperlinks -Oracle Open Office Calc : hyperlinks;assigning macros -Oracle Open Office Calc : hyperlinks;character formats -Oracle Open Office Calc : hyperlinks;definition -Oracle Open Office Calc : hyperlinks;deleting -Oracle Open Office Calc : hyperlinks;editing -Oracle Open Office Calc : hyperlinks;inserting -Oracle Open Office Calc : hyperlinks;relative and absolute -Oracle Open Office Calc : hyperlinks;turning off automatic recognition -Oracle Open Office Calc : hyperlinks, see also links -Oracle Open Office Calc : HYPGEOMDIST function -Oracle Open Office Calc : hyphenation -Oracle Open Office Calc : hyphenation;activating for a language -Oracle Open Office Calc : hyphenation;in spreadsheets -Oracle Open Office Calc : hyphenation;minimal number of characters -Oracle Open Office Calc : hyphens -Oracle Open Office Calc : hyphens;displaying custom (Writer) -Oracle Open Office Calc : hyphens;inserting custom -Oracle Open Office Calc : icon bars, see toolbars -Oracle Open Office Calc : icon sizes -Oracle Open Office Calc : IDE -Oracle Open Office Calc : IDE;Basic IDE -Oracle Open Office Calc : IF function -Oracle Open Office Calc : ignore list for spellcheck -Oracle Open Office Calc : illumination -Oracle Open Office Calc : illumination;3D charts -Oracle Open Office Calc : illustrations, see pictures -Oracle Open Office Calc : IMABS function -Oracle Open Office Calc : image button creation -Oracle Open Office Calc : image control creation -Oracle Open Office Calc : ImageMap -Oracle Open Office Calc : ImageMap;definition -Oracle Open Office Calc : ImageMap;editor -Oracle Open Office Calc : images -Oracle Open Office Calc : images;ImageMap -Oracle Open Office Calc : images;inserting and editing bitmaps -Oracle Open Office Calc : images, see also pictures -Oracle Open Office Calc : IMAGINARY function -Oracle Open Office Calc : imaginary numbers in analysis functions -Oracle Open Office Calc : IMARGUMENT function -Oracle Open Office Calc : IMCONJUGATE function -Oracle Open Office Calc : IMCOS function -Oracle Open Office Calc : IMDIV function -Oracle Open Office Calc : IME -Oracle Open Office Calc : IME;definition -Oracle Open Office Calc : IME;showing/hiding -Oracle Open Office Calc : IMEXP function -Oracle Open Office Calc : IMLN function -Oracle Open Office Calc : IMLOG10 function -Oracle Open Office Calc : IMLOG2 function -Oracle Open Office Calc : implicit array handling -Oracle Open Office Calc : import filters -Oracle Open Office Calc : import restrictions for Microsoft Office -Oracle Open Office Calc : importing -Oracle Open Office Calc : importing;bitmaps -Oracle Open Office Calc : importing;compatibility settings for text import -Oracle Open Office Calc : importing;csv files with formulas -Oracle Open Office Calc : importing;databases -Oracle Open Office Calc : importing;dBASE files -Oracle Open Office Calc : importing;documents in other formats -Oracle Open Office Calc : importing;from XML -Oracle Open Office Calc : importing;HTML and text documents -Oracle Open Office Calc : importing;HTML with META tags -Oracle Open Office Calc : importing;Microsoft Office documents with VBA code -Oracle Open Office Calc : importing;tables as text -Oracle Open Office Calc : importing;tables in text format -Oracle Open Office Calc : importing;templates -Oracle Open Office Calc : IMPOWER function -Oracle Open Office Calc : IMPRODUCT function -Oracle Open Office Calc : improvement program -Oracle Open Office Calc : IMREAL function -Oracle Open Office Calc : IMSIN function -Oracle Open Office Calc : IMSQRT function -Oracle Open Office Calc : IMSUB function -Oracle Open Office Calc : IMSUM function -Oracle Open Office Calc : inches -Oracle Open Office Calc : increasing scales in page view -Oracle Open Office Calc : INDEX function -Oracle Open Office Calc : Index tab in Help -Oracle Open Office Calc : indexes -Oracle Open Office Calc : indexes;backgrounds -Oracle Open Office Calc : indexes;showing/hiding Help index tab -Oracle Open Office Calc : indicator lines in text -Oracle Open Office Calc : INDIRECT function -Oracle Open Office Calc : INFO function -Oracle Open Office Calc : information functions -Oracle Open Office Calc : information on cells -Oracle Open Office Calc : inline array constants -Oracle Open Office Calc : inner joins (Base) -Oracle Open Office Calc : inner products -Oracle Open Office Calc : input line in formula bar -Oracle Open Office Calc : input method window -Oracle Open Office Calc : input support in spreadsheets -Oracle Open Office Calc : insert mode for entering text -Oracle Open Office Calc : inserting -Oracle Open Office Calc : inserting;breaks -Oracle Open Office Calc : inserting;buttons in toolbars -Oracle Open Office Calc : inserting;cell ranges -Oracle Open Office Calc : inserting;cell ranges from spreadsheets -Oracle Open Office Calc : inserting;cells -Oracle Open Office Calc : inserting;cells, by drag and drop -Oracle Open Office Calc : inserting;cells, toolbar icon -Oracle Open Office Calc : inserting;charts -Oracle Open Office Calc : inserting;clipboard options -Oracle Open Office Calc : inserting;columns -Oracle Open Office Calc : inserting;comments -Oracle Open Office Calc : inserting;data from text documents -Oracle Open Office Calc : inserting;datasource records in spreadsheets -Oracle Open Office Calc : inserting;drawings -Oracle Open Office Calc : inserting;external data -Oracle Open Office Calc : inserting;floating frames -Oracle Open Office Calc : inserting;Fontwork objects -Oracle Open Office Calc : inserting;form fields -Oracle Open Office Calc : inserting;formulas -Oracle Open Office Calc : inserting;fractions -Oracle Open Office Calc : inserting;hyperlinks -Oracle Open Office Calc : inserting;line breaks in cells -Oracle Open Office Calc : inserting;manual column breaks -Oracle Open Office Calc : inserting;manual row breaks -Oracle Open Office Calc : inserting;matrix formulas -Oracle Open Office Calc : inserting;movies/sounds -Oracle Open Office Calc : inserting;new text tables defaults -Oracle Open Office Calc : inserting;objects from Gallery -Oracle Open Office Calc : inserting;objects, toolbar icon -Oracle Open Office Calc : inserting;OLE objects -Oracle Open Office Calc : inserting;paragraph borders -Oracle Open Office Calc : inserting;paragraph bullets -Oracle Open Office Calc : inserting;pictures in Gallery -Oracle Open Office Calc : inserting;plug-ins -Oracle Open Office Calc : inserting;push buttons -Oracle Open Office Calc : inserting;references, by drag and drop -Oracle Open Office Calc : inserting;rows -Oracle Open Office Calc : inserting;sheets -Oracle Open Office Calc : inserting;special characters -Oracle Open Office Calc : inserting;tab stops -Oracle Open Office Calc : inserting;textures on chart bars -Oracle Open Office Calc : inserting;values -Oracle Open Office Calc : inserting functions -Oracle Open Office Calc : inserting functions;function list window -Oracle Open Office Calc : inserting functions;Function Wizard -Oracle Open Office Calc : installing -Oracle Open Office Calc : installing;ActiveX control -Oracle Open Office Calc : installing;mobile device filters -Oracle Open Office Calc : installing;UNO components -Oracle Open Office Calc : installing;XML filters -Oracle Open Office Calc : instructions -Oracle Open Office Calc : instructions;general -Oracle Open Office Calc : instructions;Oracle Open Office Calc -Oracle Open Office Calc : INT function -Oracle Open Office Calc : integers with leading zeros -Oracle Open Office Calc : INTERCEPT function -Oracle Open Office Calc : interests for unchanged amortization installments -Oracle Open Office Calc : internal rates of return -Oracle Open Office Calc : internal rates of return;irregular payments -Oracle Open Office Calc : internal rates of return;modified -Oracle Open Office Calc : internal rates of return;regular payments -Oracle Open Office Calc : international currency formats -Oracle Open Office Calc : Internet -Oracle Open Office Calc : Internet;checking for updates -Oracle Open Office Calc : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Calc : Internet;presentations -Oracle Open Office Calc : Internet;starting searches -Oracle Open Office Calc : Internet glossary -Oracle Open Office Calc : intersection operator -Oracle Open Office Calc : intersections -Oracle Open Office Calc : INTRATE function -Oracle Open Office Calc : invalid data -Oracle Open Office Calc : invalid data;marking -Oracle Open Office Calc : invalid names -Oracle Open Office Calc : invalid names;error messages -Oracle Open Office Calc : invalid references -Oracle Open Office Calc : invalid references;error messages -Oracle Open Office Calc : inverse arrays -Oracle Open Office Calc : inverse F probability distribution -Oracle Open Office Calc : inverse of Fisher transformation -Oracle Open Office Calc : inverse of lognormal distribution -Oracle Open Office Calc : inverse of t-distribution -Oracle Open Office Calc : invert filter -Oracle Open Office Calc : inverting tables -Oracle Open Office Calc : invisible areas -Oracle Open Office Calc : invisible cells -Oracle Open Office Calc : IPMT function -Oracle Open Office Calc : IRR function -Oracle Open Office Calc : ISBLANK function -Oracle Open Office Calc : ISERR function -Oracle Open Office Calc : ISERROR function -Oracle Open Office Calc : ISEVEN function -Oracle Open Office Calc : ISEVEN_ADD function -Oracle Open Office Calc : ISFORMULA function -Oracle Open Office Calc : ISLEAPYEAR function -Oracle Open Office Calc : ISLOGICAL function -Oracle Open Office Calc : ISNA function -Oracle Open Office Calc : ISNONTEXT function -Oracle Open Office Calc : ISNUMBER function -Oracle Open Office Calc : ISODD function -Oracle Open Office Calc : ISODD_ADD function -Oracle Open Office Calc : ISPMT function -Oracle Open Office Calc : ISREF function -Oracle Open Office Calc : ISTEXT function -Oracle Open Office Calc : italic text -Oracle Open Office Calc : iterative references in spreadsheets -Oracle Open Office Calc : Java -Oracle Open Office Calc : Java;definition -Oracle Open Office Calc : Java;setting options -Oracle Open Office Calc : JDBC -Oracle Open Office Calc : JDBC;databases (Base) -Oracle Open Office Calc : JDBC;definition -Oracle Open Office Calc : JIS function -Oracle Open Office Calc : joining -Oracle Open Office Calc : joining;paragraphs -Oracle Open Office Calc : joining;tables (Base) -Oracle Open Office Calc : joins in databases (Base) -Oracle Open Office Calc : justifying text -Oracle Open Office Calc : kerning -Oracle Open Office Calc : kerning;Asian texts -Oracle Open Office Calc : kerning;definition -Oracle Open Office Calc : kerning;in characters -Oracle Open Office Calc : key fields for relations (Base) -Oracle Open Office Calc : keyboard -Oracle Open Office Calc : keyboard;assigning/editing shortcut keys -Oracle Open Office Calc : keyboard;general commands -Oracle Open Office Calc : keyboard;removing numbering -Oracle Open Office Calc : keys -Oracle Open Office Calc : keys;adding push buttons -Oracle Open Office Calc : keys;primary keys (Base) -Oracle Open Office Calc : kiosk export -Oracle Open Office Calc : KURT function -Oracle Open Office Calc : label ranges in sheets -Oracle Open Office Calc : labels -Oracle Open Office Calc : labels;creating and synchronizing -Oracle Open Office Calc : labels;for charts -Oracle Open Office Calc : labels;for draw objects -Oracle Open Office Calc : labels;form functions -Oracle Open Office Calc : labels;from databases -Oracle Open Office Calc : labels, see also names/callouts -Oracle Open Office Calc : landscape printing -Oracle Open Office Calc : languages -Oracle Open Office Calc : languages;activating modules -Oracle Open Office Calc : languages;Asian support -Oracle Open Office Calc : languages;complex text layout -Oracle Open Office Calc : languages;locale settings -Oracle Open Office Calc : languages;selecting for text -Oracle Open Office Calc : languages;setting options -Oracle Open Office Calc : languages;spellcheck -Oracle Open Office Calc : languages;spellchecking and formatting -Oracle Open Office Calc : LARGE function -Oracle Open Office Calc : large handles (Writer) -Oracle Open Office Calc : large icons -Oracle Open Office Calc : layer arrangement -Oracle Open Office Calc : layout -Oracle Open Office Calc : layout;importing Word documents -Oracle Open Office Calc : layout;pages -Oracle Open Office Calc : layout;spreadsheets -Oracle Open Office Calc : LCM function -Oracle Open Office Calc : LCM_ADD function -Oracle Open Office Calc : LDAP server -Oracle Open Office Calc : LDAP server;address books (Base) -Oracle Open Office Calc : LDAP server;sign on options -Oracle Open Office Calc : leading between paragraphs -Oracle Open Office Calc : leading zeros -Oracle Open Office Calc : leap year determination -Oracle Open Office Calc : least common multiples -Oracle Open Office Calc : left alignment of paragraphs -Oracle Open Office Calc : LEFT function -Oracle Open Office Calc : left joins (Base) -Oracle Open Office Calc : legends -Oracle Open Office Calc : legends;charts -Oracle Open Office Calc : legends;draw objects -Oracle Open Office Calc : legends;rounding corners -Oracle Open Office Calc : LEN function -Oracle Open Office Calc : Letter Wizard -Oracle Open Office Calc : levels -Oracle Open Office Calc : levels;depth stagger -Oracle Open Office Calc : levels;macro security -Oracle Open Office Calc : limits -Oracle Open Office Calc : limits;specifying value limits on input -Oracle Open Office Calc : limits of tables (Writer) -Oracle Open Office Calc : line arrangements with cells -Oracle Open Office Calc : line breaks -Oracle Open Office Calc : line breaks;in cells -Oracle Open Office Calc : line charts -Oracle Open Office Calc : line spacing -Oracle Open Office Calc : line spacing;context menu in paragraphs -Oracle Open Office Calc : line spacing;paragraph -Oracle Open Office Calc : line styles -Oracle Open Office Calc : line styles;applying -Oracle Open Office Calc : line styles;defining -Oracle Open Office Calc : linear depreciations -Oracle Open Office Calc : linear series -Oracle Open Office Calc : lines -Oracle Open Office Calc : lines;defining ends -Oracle Open Office Calc : lines;draw functions -Oracle Open Office Calc : lines;drawing in text -Oracle Open Office Calc : lines;editing points -Oracle Open Office Calc : lines;removing automatic lines -Oracle Open Office Calc : lines of text -Oracle Open Office Calc : lines of text;alignment -Oracle Open Office Calc : LINEST function -Oracle Open Office Calc : links -Oracle Open Office Calc : links;between cells and controls -Oracle Open Office Calc : links;by drag and drop -Oracle Open Office Calc : links;character formats -Oracle Open Office Calc : links;definition -Oracle Open Office Calc : links;editing hyperlinks -Oracle Open Office Calc : links;inserting -Oracle Open Office Calc : links;modifying -Oracle Open Office Calc : links;opening files with -Oracle Open Office Calc : links;relational databases (Base) -Oracle Open Office Calc : links;turning off automatic recognition -Oracle Open Office Calc : links;updating options (Writer) -Oracle Open Office Calc : links;updating specific links -Oracle Open Office Calc : list box creation -Oracle Open Office Calc : list of functions -Oracle Open Office Calc : lists -Oracle Open Office Calc : lists;data assigned to controls -Oracle Open Office Calc : lists;registered databases (Base) -Oracle Open Office Calc : lists;regular expressions -Oracle Open Office Calc : lists;user-defined -Oracle Open Office Calc : live presentations on the Internet -Oracle Open Office Calc : LN function -Oracle Open Office Calc : loading -Oracle Open Office Calc : loading;documents -Oracle Open Office Calc : loading;documents from other formats -Oracle Open Office Calc : loading;HTML documents, automatically -Oracle Open Office Calc : loading;Microsoft Office documents with VBA code -Oracle Open Office Calc : loading;reloading -Oracle Open Office Calc : loading;XML files -Oracle Open Office Calc : locale settings -Oracle Open Office Calc : LOG function -Oracle Open Office Calc : LOG10 function -Oracle Open Office Calc : logarithmic scaling along axes -Oracle Open Office Calc : logarithms -Oracle Open Office Calc : LOGEST function -Oracle Open Office Calc : logical functions -Oracle Open Office Calc : logical number formats -Oracle Open Office Calc : LOGINV function -Oracle Open Office Calc : LOGNORMDIST function -Oracle Open Office Calc : LOOKUP function -Oracle Open Office Calc : LOWER function -Oracle Open Office Calc : lowercase letters -Oracle Open Office Calc : lowercase letters;AutoInput function (in cells) -Oracle Open Office Calc : lowercase letters;font effects -Oracle Open Office Calc : lowest common multiples -Oracle Open Office Calc : Macauley duration -Oracle Open Office Calc : Macro Wizard (Base) -Oracle Open Office Calc : macros -Oracle Open Office Calc : macros;assigning to events in forms -Oracle Open Office Calc : macros;attaching new (Base) -Oracle Open Office Calc : macros;in MS Office documents -Oracle Open Office Calc : macros;interrupting -Oracle Open Office Calc : macros;organizing -Oracle Open Office Calc : macros;recording -Oracle Open Office Calc : macros;running when incorrect input -Oracle Open Office Calc : macros;security -Oracle Open Office Calc : macros;security levels -Oracle Open Office Calc : macros;security warning dialog -Oracle Open Office Calc : macros;selecting security warnings -Oracle Open Office Calc : magnifiers -Oracle Open Office Calc : manual column breaks -Oracle Open Office Calc : manual row breaks -Oracle Open Office Calc : margins -Oracle Open Office Calc : margins;pages -Oracle Open Office Calc : margins;setting with the mouse -Oracle Open Office Calc : margins;shadows -Oracle Open Office Calc : marking cells -Oracle Open Office Calc : marking changes -Oracle Open Office Calc : marking, see selecting -Oracle Open Office Calc : MATCH function -Oracle Open Office Calc : Math formula editor -Oracle Open Office Calc : mathematical functions -Oracle Open Office Calc : matrices -Oracle Open Office Calc : matrices;calculations -Oracle Open Office Calc : matrices;entering matrix formulas -Oracle Open Office Calc : matrices;functions -Oracle Open Office Calc : MAX function -Oracle Open Office Calc : MAXA function -Oracle Open Office Calc : maximum values in Calc databases -Oracle Open Office Calc : MDETERM function -Oracle Open Office Calc : MDURATION function -Oracle Open Office Calc : mean value lines in charts -Oracle Open Office Calc : means -Oracle Open Office Calc : means;geometric -Oracle Open Office Calc : means;harmonic -Oracle Open Office Calc : means;of data set without margin data -Oracle Open Office Calc : measurement units -Oracle Open Office Calc : measurement units;changing on rulers -Oracle Open Office Calc : measurement units;converting -Oracle Open Office Calc : measurement units;selecting -Oracle Open Office Calc : Media Player window -Oracle Open Office Calc : MEDIAN function -Oracle Open Office Calc : menus -Oracle Open Office Calc : menus;activating context menus -Oracle Open Office Calc : menus;assigning macros -Oracle Open Office Calc : menus;customizing -Oracle Open Office Calc : merging -Oracle Open Office Calc : merging;cells -Oracle Open Office Calc : merging;data ranges -Oracle Open Office Calc : merging;documents -Oracle Open Office Calc : META tags -Oracle Open Office Calc : metrics -Oracle Open Office Calc : metrics;converting -Oracle Open Office Calc : metrics;document formatting (Writer) -Oracle Open Office Calc : metrics;in sheets -Oracle Open Office Calc : Microsoft Excel functions -Oracle Open Office Calc : Microsoft Office -Oracle Open Office Calc : Microsoft Office;Access databases (base) -Oracle Open Office Calc : Microsoft Office;as default file format -Oracle Open Office Calc : Microsoft Office;document import restrictions -Oracle Open Office Calc : Microsoft Office;feature comparisons -Oracle Open Office Calc : Microsoft Office;importing password protected files -Oracle Open Office Calc : Microsoft Office;importing Word documents -Oracle Open Office Calc : Microsoft Office;importing/exporting VBA code -Oracle Open Office Calc : Microsoft Office;new users information -Oracle Open Office Calc : Microsoft Office;opening Microsoft documents -Oracle Open Office Calc : Microsoft Office;reassigning document types -Oracle Open Office Calc : MID function -Oracle Open Office Calc : migrating macros (Base) -Oracle Open Office Calc : MIN function -Oracle Open Office Calc : MINA function -Oracle Open Office Calc : minimum values in Calc databases -Oracle Open Office Calc : minus sign, see also operators -Oracle Open Office Calc : MINUTE function -Oracle Open Office Calc : MINVERSE function -Oracle Open Office Calc : MIRR function -Oracle Open Office Calc : MMULT function -Oracle Open Office Calc : mobile device filters -Oracle Open Office Calc : MOD function -Oracle Open Office Calc : MODE function -Oracle Open Office Calc : models in XForms -Oracle Open Office Calc : modified internal rates of return -Oracle Open Office Calc : modifying, see changing -Oracle Open Office Calc : MONTH function -Oracle Open Office Calc : MONTHS function -Oracle Open Office Calc : more controls -Oracle Open Office Calc : mosaic filter -Oracle Open Office Calc : most common value -Oracle Open Office Calc : mouse -Oracle Open Office Calc : mouse;pointers when using drag and drop -Oracle Open Office Calc : mouse;positioning -Oracle Open Office Calc : movies -Oracle Open Office Calc : moving -Oracle Open Office Calc : moving;cells by drag and drop -Oracle Open Office Calc : moving;spreadsheets -Oracle Open Office Calc : moving;tab stops on ruler -Oracle Open Office Calc : moving;toolbars -Oracle Open Office Calc : moving;using guide lines in presentations -Oracle Open Office Calc : moving;visible cells only -Oracle Open Office Calc : MROUND function -Oracle Open Office Calc : MS ADO interface (Base) -Oracle Open Office Calc : multi-line text in cells -Oracle Open Office Calc : multi-line titles in forms -Oracle Open Office Calc : MULTINOMIAL function -Oracle Open Office Calc : multiple cells selection -Oracle Open Office Calc : multiple documents -Oracle Open Office Calc : multiple documents;opening -Oracle Open Office Calc : multiple operations -Oracle Open Office Calc : multiple selection -Oracle Open Office Calc : multiple sheets -Oracle Open Office Calc : multiplication sign, see also operators -Oracle Open Office Calc : multiplying -Oracle Open Office Calc : multiplying;cell contents in Calc databases -Oracle Open Office Calc : multiplying;numbers -Oracle Open Office Calc : MUNIT function -Oracle Open Office Calc : music -Oracle Open Office Calc : My Documents folder -Oracle Open Office Calc : My Documents folder;changing work directory -Oracle Open Office Calc : My Documents folder;opening -Oracle Open Office Calc : MySQL databases (Base) -Oracle Open Office Calc : N function -Oracle Open Office Calc : NA function -Oracle Open Office Calc : name recognition on/off -Oracle Open Office Calc : names -Oracle Open Office Calc : names;defining for cells -Oracle Open Office Calc : names;for cell ranges -Oracle Open Office Calc : names;multi-line titles -Oracle Open Office Calc : names;objects -Oracle Open Office Calc : names;sheets -Oracle Open Office Calc : names, see also labels/callouts -Oracle Open Office Calc : namespace organization in XForms -Oracle Open Office Calc : native SQL (Base) -Oracle Open Office Calc : natural language addressing -Oracle Open Office Calc : natural logarithm -Oracle Open Office Calc : natural logarithm of Gamma function -Oracle Open Office Calc : natural sort algorithm -Oracle Open Office Calc : navigating -Oracle Open Office Calc : navigating;in documents -Oracle Open Office Calc : navigating;in spreadsheets -Oracle Open Office Calc : Navigation bar -Oracle Open Office Calc : Navigation bar;controls -Oracle Open Office Calc : Navigation bar;forms -Oracle Open Office Calc : Navigator -Oracle Open Office Calc : Navigator;comments -Oracle Open Office Calc : Navigator;contents as lists -Oracle Open Office Calc : Navigator;docking -Oracle Open Office Calc : Navigator;for sheets -Oracle Open Office Calc : Navigator;working with -Oracle Open Office Calc : nearest multiple -Oracle Open Office Calc : negative binomial distribution -Oracle Open Office Calc : negative numbers -Oracle Open Office Calc : NEGBINOMDIST function -Oracle Open Office Calc : net annual interest rates -Oracle Open Office Calc : net charts -Oracle Open Office Calc : net present values -Oracle Open Office Calc : network identity options -Oracle Open Office Calc : NETWORKDAYS function -Oracle Open Office Calc : new databases -Oracle Open Office Calc : new documents -Oracle Open Office Calc : new lines in cells -Oracle Open Office Calc : new windows -Oracle Open Office Calc : NOMINAL function -Oracle Open Office Calc : nominal interest rates -Oracle Open Office Calc : NOMINAL_ADD function -Oracle Open Office Calc : non-breaking dashes -Oracle Open Office Calc : non-breaking spaces (Writer) -Oracle Open Office Calc : non-printing characters (Writer) -Oracle Open Office Calc : normal distribution -Oracle Open Office Calc : normal distribution;inverse of -Oracle Open Office Calc : normal distribution;inverse of standard -Oracle Open Office Calc : normal distribution;standard -Oracle Open Office Calc : normal distribution;statistics -Oracle Open Office Calc : NORMDIST function -Oracle Open Office Calc : NORMINV function -Oracle Open Office Calc : NORMSDIST function -Oracle Open Office Calc : NORMSINV function -Oracle Open Office Calc : NOT function -Oracle Open Office Calc : NOW function -Oracle Open Office Calc : NPER function -Oracle Open Office Calc : NPV function -Oracle Open Office Calc : null values -Oracle Open Office Calc : null values;printing -Oracle Open Office Calc : number completion on/off -Oracle Open Office Calc : number formats -Oracle Open Office Calc : number formats;adding/deleting decimal places in cells -Oracle Open Office Calc : number formats;codes -Oracle Open Office Calc : number formats;colors for negative numbers -Oracle Open Office Calc : number formats;formats -Oracle Open Office Calc : number formats;logical -Oracle Open Office Calc : number formats;millions -Oracle Open Office Calc : number formats;recognition in text tables -Oracle Open Office Calc : number of combinations -Oracle Open Office Calc : number of combinations with repetitions -Oracle Open Office Calc : number of coupons -Oracle Open Office Calc : number of days -Oracle Open Office Calc : number of days;in a specific month of a year -Oracle Open Office Calc : number of days;in a specific year -Oracle Open Office Calc : number of entries -Oracle Open Office Calc : number of months between two dates -Oracle Open Office Calc : number of pages -Oracle Open Office Calc : number of payment periods -Oracle Open Office Calc : number of permutations -Oracle Open Office Calc : number of sheets -Oracle Open Office Calc : number of sheets;function -Oracle Open Office Calc : number of sheets -Oracle Open Office Calc : number of tables -Oracle Open Office Calc : number of weeks -Oracle Open Office Calc : number of weeks;between two dates -Oracle Open Office Calc : number of weeks;in a specific year -Oracle Open Office Calc : number of years between two dates -Oracle Open Office Calc : number series import -Oracle Open Office Calc : numbering -Oracle Open Office Calc : numbering;options -Oracle Open Office Calc : numbering;turning off -Oracle Open Office Calc : numbering;using automatically -Oracle Open Office Calc : numbers -Oracle Open Office Calc : numbers;as text -Oracle Open Office Calc : numbers;changing text/number formats -Oracle Open Office Calc : numbers;counting -Oracle Open Office Calc : numbers;date, time and currency formats -Oracle Open Office Calc : numbers;decimal places -Oracle Open Office Calc : numbers;decimal places (Calc) -Oracle Open Office Calc : numbers;determining ranks -Oracle Open Office Calc : numbers;entering fractions -Oracle Open Office Calc : numbers;entering without number formats -Oracle Open Office Calc : numbers;filter sheets -Oracle Open Office Calc : numbers;formatting in tables -Oracle Open Office Calc : numbers;formatting options for selected cells -Oracle Open Office Calc : numbers;greater than or equal to -Oracle Open Office Calc : numbers;highlighting negative numbers -Oracle Open Office Calc : numbers;multiplying -Oracle Open Office Calc : numbers;rounded off -Oracle Open Office Calc : numbers;rounding down to next integer -Oracle Open Office Calc : numbers;rounding up/down to even integers -Oracle Open Office Calc : numbers;user-defined formatting in tables -Oracle Open Office Calc : numbers;with leading zeros -Oracle Open Office Calc : numerical fields in forms -Oracle Open Office Calc : objects -Oracle Open Office Calc : objects;always moveable (Impress/Draw) -Oracle Open Office Calc : objects;arranging within stacks -Oracle Open Office Calc : objects;copying when moving in presentations -Oracle Open Office Calc : objects;definition -Oracle Open Office Calc : objects;displaying in spreadsheets -Oracle Open Office Calc : objects;displaying in text documents -Oracle Open Office Calc : objects;editing -Oracle Open Office Calc : objects;inserting from Gallery -Oracle Open Office Calc : objects;inserting OLE objects -Oracle Open Office Calc : objects;moving and resizing with mouse -Oracle Open Office Calc : objects;naming -Oracle Open Office Calc : objects;opening -Oracle Open Office Calc : objects;properties of charts -Oracle Open Office Calc : objects;quickly moving to -Oracle Open Office Calc : objects;titles and descriptions -Oracle Open Office Calc : OCT2BIN function -Oracle Open Office Calc : OCT2DEC function -Oracle Open Office Calc : OCT2HEX function -Oracle Open Office Calc : ODBC -Oracle Open Office Calc : ODBC;database (Base) -Oracle Open Office Calc : ODBC;definition -Oracle Open Office Calc : ODD function -Oracle Open Office Calc : odd integers -Oracle Open Office Calc : ODDFPRICE function -Oracle Open Office Calc : ODDFYIELD function -Oracle Open Office Calc : ODDLPRICE function -Oracle Open Office Calc : ODDLYIELD function -Oracle Open Office Calc : ODF file formats -Oracle Open Office Calc : Office -Oracle Open Office Calc : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Calc : OFFSET function -Oracle Open Office Calc : OLE -Oracle Open Office Calc : OLE;definition -Oracle Open Office Calc : OLE objects -Oracle Open Office Calc : OLE objects;arranging within stacks -Oracle Open Office Calc : OLE objects;captions (Writer) -Oracle Open Office Calc : OLE objects;inserting -Oracle Open Office Calc : OLE objects;number of -Oracle Open Office Calc : OLE objects;protecting -Oracle Open Office Calc : one and a half line spacing in text -Oracle Open Office Calc : online feedback options -Oracle Open Office Calc : online registration -Oracle Open Office Calc : online update options -Oracle Open Office Calc : online updates -Oracle Open Office Calc : online updates;checking automatically -Oracle Open Office Calc : online updates;checking manually -Oracle Open Office Calc : Open/Save dialogs -Oracle Open Office Calc : OpenDocument file formats -Oracle Open Office Calc : OpenGL -Oracle Open Office Calc : OpenGL;definition -Oracle Open Office Calc : opening -Oracle Open Office Calc : opening;context menus -Oracle Open Office Calc : opening;database files -Oracle Open Office Calc : opening;dialog settings -Oracle Open Office Calc : opening;documents -Oracle Open Office Calc : opening;documents from other formats -Oracle Open Office Calc : opening;documents on WebDAV server -Oracle Open Office Calc : opening;files with links -Oracle Open Office Calc : opening;files, with placeholders -Oracle Open Office Calc : opening;forms -Oracle Open Office Calc : opening;Microsoft Office files -Oracle Open Office Calc : opening;mobile device documents -Oracle Open Office Calc : opening;objects -Oracle Open Office Calc : opening;reports -Oracle Open Office Calc : opening;scenarios -Oracle Open Office Calc : opening;several files -Oracle Open Office Calc : opening;sheets in HTML -Oracle Open Office Calc : opening;text csv files -Oracle Open Office Calc : opening;XForms -Oracle Open Office Calc : operators -Oracle Open Office Calc : operators;default filters -Oracle Open Office Calc : operators;formula functions -Oracle Open Office Calc : optimal column widths -Oracle Open Office Calc : optimal row heights -Oracle Open Office Calc : optional hyphens (Writer) -Oracle Open Office Calc : options -Oracle Open Office Calc : options;accessibility -Oracle Open Office Calc : options;appearance -Oracle Open Office Calc : options;compatibility (Writer) -Oracle Open Office Calc : options;improvement program -Oracle Open Office Calc : options;network identity -Oracle Open Office Calc : options;online update -Oracle Open Office Calc : options;tools -Oracle Open Office Calc : OR function -Oracle Open Office Calc : Oracle databases (base) -Oracle Open Office Calc : Oracle Open Office Base data sources -Oracle Open Office Calc : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Calc : Oracle Open Office documents -Oracle Open Office Calc : Oracle Open Office documents;mobile device filters -Oracle Open Office Calc : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Calc : Oracle Open Office Math start -Oracle Open Office Calc : order of chart data -Oracle Open Office Calc : ordering -Oracle Open Office Calc : ordering;objects -Oracle Open Office Calc : organizing -Oracle Open Office Calc : organizing;macros and scripts -Oracle Open Office Calc : organizing;namespaces in XForms -Oracle Open Office Calc : organizing;styles -Oracle Open Office Calc : organizing;templates -Oracle Open Office Calc : original size -Oracle Open Office Calc : original size;printing in Oracle Open Office Math -Oracle Open Office Calc : original size;restoring after cropping -Oracle Open Office Calc : outlines -Oracle Open Office Calc : outlines;font effects -Oracle Open Office Calc : outlines;outline symbols -Oracle Open Office Calc : outlines;sending to presentations -Oracle Open Office Calc : outlines;sheets -Oracle Open Office Calc : output ranges of DataPilot tables -Oracle Open Office Calc : overwrite mode -Oracle Open Office Calc : packages, see extensions -Oracle Open Office Calc : page breaks -Oracle Open Office Calc : page breaks;displaying (Calc) -Oracle Open Office Calc : page breaks;inserting in spreadsheets -Oracle Open Office Calc : page breaks;spreadsheet preview -Oracle Open Office Calc : page formats -Oracle Open Office Calc : page formats;maximizing -Oracle Open Office Calc : page formats;restriction -Oracle Open Office Calc : page styles -Oracle Open Office Calc : page styles;editing/applying with statusbar -Oracle Open Office Calc : page styles;footers -Oracle Open Office Calc : page styles;headers -Oracle Open Office Calc : page views -Oracle Open Office Calc : page views;increasing scales -Oracle Open Office Calc : page views;reducing scales -Oracle Open Office Calc : pages -Oracle Open Office Calc : pages;backgrounds in all applications -Oracle Open Office Calc : pages;formatting and numbering -Oracle Open Office Calc : pages;order when printing -Oracle Open Office Calc : pages;printing page names in presentations -Oracle Open Office Calc : pages;scaling -Oracle Open Office Calc : pages;selecting one to print -Oracle Open Office Calc : paint box -Oracle Open Office Calc : paint can for applying styles -Oracle Open Office Calc : paint can symbol -Oracle Open Office Calc : pair kerning -Oracle Open Office Calc : Palm file filters -Oracle Open Office Calc : paper formats -Oracle Open Office Calc : paper size warning -Oracle Open Office Calc : paper trays -Oracle Open Office Calc : paragraph marks -Oracle Open Office Calc : paragraph marks;displaying (Writer) -Oracle Open Office Calc : paragraph styles -Oracle Open Office Calc : paragraph styles;languages -Oracle Open Office Calc : paragraph styles;modifying basic fonts -Oracle Open Office Calc : paragraphs -Oracle Open Office Calc : paragraphs;alignment -Oracle Open Office Calc : paragraphs;Asian typography -Oracle Open Office Calc : paragraphs;defining borders -Oracle Open Office Calc : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Calc : paragraphs;increasing indents of -Oracle Open Office Calc : paragraphs;indents, margins and columns -Oracle Open Office Calc : paragraphs;inserting bullets -Oracle Open Office Calc : paragraphs;joining -Oracle Open Office Calc : paragraphs;numbering automatically -Oracle Open Office Calc : paragraphs;removing blank ones -Oracle Open Office Calc : paragraphs;spacing -Oracle Open Office Calc : paragraphs;tab stops -Oracle Open Office Calc : parameters -Oracle Open Office Calc : parameters;command line -Oracle Open Office Calc : parameters;queries (Base) -Oracle Open Office Calc : passwords for protecting contents -Oracle Open Office Calc : pasting -Oracle Open Office Calc : pasting;cell ranges -Oracle Open Office Calc : pasting;cell ranges from spreadsheets -Oracle Open Office Calc : pasting;data from text documents -Oracle Open Office Calc : pasting;draw objects -Oracle Open Office Calc : pasting;draw objects from other documents -Oracle Open Office Calc : pasting;formatted/unformatted text -Oracle Open Office Calc : pasting;formulas -Oracle Open Office Calc : pasting;from data source view -Oracle Open Office Calc : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Calc : pasting;pictures from other documents -Oracle Open Office Calc : pasting;sheet areas in text documents -Oracle Open Office Calc : pasting;to Gallery -Oracle Open Office Calc : pasting;values in multiple sheets -Oracle Open Office Calc : paths -Oracle Open Office Calc : paths;changing work directory -Oracle Open Office Calc : paths;defaults -Oracle Open Office Calc : pattern editor -Oracle Open Office Calc : pattern fields -Oracle Open Office Calc : pattern fields;form functions -Oracle Open Office Calc : patterns for objects -Oracle Open Office Calc : payment periods -Oracle Open Office Calc : payment periods;number of -Oracle Open Office Calc : PDF -Oracle Open Office Calc : PDF;export -Oracle Open Office Calc : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Calc : PDF export of print ranges -Oracle Open Office Calc : PEARSON function -Oracle Open Office Calc : percentage calculations -Oracle Open Office Calc : PERCENTILE function -Oracle Open Office Calc : PERCENTRANK function -Oracle Open Office Calc : periodic amortizement rates -Oracle Open Office Calc : permitted cell contents -Oracle Open Office Calc : PERMUT function -Oracle Open Office Calc : PERMUTATIONA function -Oracle Open Office Calc : personal data input -Oracle Open Office Calc : PHI function -Oracle Open Office Calc : phonebook sorting rules -Oracle Open Office Calc : phonetic guide -Oracle Open Office Calc : PI function -Oracle Open Office Calc : picklist creation -Oracle Open Office Calc : pictures -Oracle Open Office Calc : pictures;adding to Gallery -Oracle Open Office Calc : pictures;arranging within stacks -Oracle Open Office Calc : pictures;assigning macros -Oracle Open Office Calc : pictures;backgrounds -Oracle Open Office Calc : pictures;captions (Writer) -Oracle Open Office Calc : pictures;changing paths -Oracle Open Office Calc : pictures;cropping and zooming -Oracle Open Office Calc : pictures;displaying in Calc -Oracle Open Office Calc : pictures;displaying in Writer (Writer) -Oracle Open Office Calc : pictures;drag and drop between documents -Oracle Open Office Calc : pictures;drawing -Oracle Open Office Calc : pictures;editing -Oracle Open Office Calc : pictures;filters -Oracle Open Office Calc : pictures;ImageMap -Oracle Open Office Calc : pictures;inserting automatically -Oracle Open Office Calc : pictures;inserting from Gallery -Oracle Open Office Calc : pictures;number of -Oracle Open Office Calc : pictures;printing -Oracle Open Office Calc : pictures;scaling/resizing -Oracle Open Office Calc : pie charts -Oracle Open Office Calc : pie charts;options -Oracle Open Office Calc : pie charts;types -Oracle Open Office Calc : Pivot table import -Oracle Open Office Calc : Pivot table, see DataPilot function -Oracle Open Office Calc : pixel editor -Oracle Open Office Calc : pixel graphics -Oracle Open Office Calc : pixel graphics;inserting and editing -Oracle Open Office Calc : pixel patterns -Oracle Open Office Calc : placeholders -Oracle Open Office Calc : placeholders;in SQL queries -Oracle Open Office Calc : placeholders;on opening files -Oracle Open Office Calc : placing toolbars -Oracle Open Office Calc : playing movies and sound files -Oracle Open Office Calc : plotting data as charts -Oracle Open Office Calc : plug-ins -Oracle Open Office Calc : plug-ins;activating and deactivating -Oracle Open Office Calc : plug-ins;definition -Oracle Open Office Calc : plug-ins;inserting -Oracle Open Office Calc : plus sign, see also operators -Oracle Open Office Calc : PMT function -Oracle Open Office Calc : pocket device appliances -Oracle Open Office Calc : Pocket PC file filters -Oracle Open Office Calc : points -Oracle Open Office Calc : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Calc : points of intersection -Oracle Open Office Calc : POISSON function -Oracle Open Office Calc : polygon drawing -Oracle Open Office Calc : pop-art filter -Oracle Open Office Calc : portable document format -Oracle Open Office Calc : positioning -Oracle Open Office Calc : positioning;axes -Oracle Open Office Calc : positioning;draw objects and controls -Oracle Open Office Calc : positioning;fonts -Oracle Open Office Calc : positioning;objects -Oracle Open Office Calc : positioning;toolbars -Oracle Open Office Calc : post method for form transmissions -Oracle Open Office Calc : posterizing filter -Oracle Open Office Calc : PostScript -Oracle Open Office Calc : PostScript;creating files -Oracle Open Office Calc : PostScript;PDF converter, UNIX -Oracle Open Office Calc : POWER function -Oracle Open Office Calc : PowerPoint export -Oracle Open Office Calc : powers of 2 calculations -Oracle Open Office Calc : PPMT function -Oracle Open Office Calc : precision as shown -Oracle Open Office Calc : precision as shown (Calc) -Oracle Open Office Calc : predefining fonts -Oracle Open Office Calc : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Calc : present values -Oracle Open Office Calc : presentations -Oracle Open Office Calc : presentations;creating/opening -Oracle Open Office Calc : presentations;inserting spreadsheet cells -Oracle Open Office Calc : presentations;live on the Internet -Oracle Open Office Calc : presentations;print menu -Oracle Open Office Calc : presentations;saving -Oracle Open Office Calc : presentations;saving automatically -Oracle Open Office Calc : presentations;saving in other formats -Oracle Open Office Calc : presentations;sending as e-mail -Oracle Open Office Calc : presentations;starting with wizard -Oracle Open Office Calc : presentations;wizards -Oracle Open Office Calc : Presenter Console shortcuts -Oracle Open Office Calc : press buttons, see push buttons -Oracle Open Office Calc : previews -Oracle Open Office Calc : previews;fonts lists -Oracle Open Office Calc : previews;page breaks for printing -Oracle Open Office Calc : PRICE function -Oracle Open Office Calc : PRICEDISC function -Oracle Open Office Calc : PRICEMAT function -Oracle Open Office Calc : prices -Oracle Open Office Calc : prices;fixed interest securities -Oracle Open Office Calc : prices;interest-bearing securities -Oracle Open Office Calc : prices;non-interest-bearing securities -Oracle Open Office Calc : prices;securities with irregular first interest date -Oracle Open Office Calc : prices;treasury bills -Oracle Open Office Calc : primary keys -Oracle Open Office Calc : primary keys;defining -Oracle Open Office Calc : primary keys;design view -Oracle Open Office Calc : primary keys;inserting (Base) -Oracle Open Office Calc : print area selection -Oracle Open Office Calc : print ranges -Oracle Open Office Calc : printer metrics for document formatting (Writer) -Oracle Open Office Calc : printers -Oracle Open Office Calc : printers;adding, UNIX -Oracle Open Office Calc : printers;choosing -Oracle Open Office Calc : printers;default printer -Oracle Open Office Calc : printers;faxes under UNIX -Oracle Open Office Calc : printers;maximum page formats -Oracle Open Office Calc : printers;paper trays -Oracle Open Office Calc : printers;properties -Oracle Open Office Calc : printing -Oracle Open Office Calc : printing;black and white -Oracle Open Office Calc : printing;brochures -Oracle Open Office Calc : printing;cells -Oracle Open Office Calc : printing;colors in grayscale -Oracle Open Office Calc : printing;comments -Oracle Open Office Calc : printing;copies -Oracle Open Office Calc : printing;creating individual jobs -Oracle Open Office Calc : printing;dates in presentations -Oracle Open Office Calc : printing;directly -Oracle Open Office Calc : printing;documents -Oracle Open Office Calc : printing;drawings defaults -Oracle Open Office Calc : printing;elements in text documents -Oracle Open Office Calc : printing;faster -Oracle Open Office Calc : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Calc : printing;fitting to pages in presentations -Oracle Open Office Calc : printing;formulas in Oracle Open Office Math -Oracle Open Office Calc : printing;hidden pages of presentations -Oracle Open Office Calc : printing;in original size in Oracle Open Office Math -Oracle Open Office Calc : printing;landscape -Oracle Open Office Calc : printing;left/right pages -Oracle Open Office Calc : printing;page order -Oracle Open Office Calc : printing;queries (Base) -Oracle Open Office Calc : printing;rows/columns as table headings -Oracle Open Office Calc : printing;scaling in Oracle Open Office Math -Oracle Open Office Calc : printing;selections -Oracle Open Office Calc : printing;sheet counts -Oracle Open Office Calc : printing;sheet details -Oracle Open Office Calc : printing;sheet selections -Oracle Open Office Calc : printing;sheets on multiple pages -Oracle Open Office Calc : printing;text always in black -Oracle Open Office Calc : printing;text in reverse order -Oracle Open Office Calc : printing;tiling pages in presentations -Oracle Open Office Calc : printing;transparencies -Oracle Open Office Calc : printing;warnings -Oracle Open Office Calc : printing;without scaling in presentations -Oracle Open Office Calc : printing speed -Oracle Open Office Calc : PROB function -Oracle Open Office Calc : probabilities of samples with binomial distribution -Oracle Open Office Calc : PRODUCT function -Oracle Open Office Calc : programming -Oracle Open Office Calc : programming;add-ins -Oracle Open Office Calc : programming;functions -Oracle Open Office Calc : programming;Oracle Open Office -Oracle Open Office Calc : programming;scripting -Oracle Open Office Calc : PROPER function -Oracle Open Office Calc : properties -Oracle Open Office Calc : properties;charts -Oracle Open Office Calc : properties;fields in databases -Oracle Open Office Calc : properties;files -Oracle Open Office Calc : properties;form controls -Oracle Open Office Calc : properties;forms -Oracle Open Office Calc : properties;printers -Oracle Open Office Calc : properties;smooth lines in line charts/XY charts -Oracle Open Office Calc : protected contents -Oracle Open Office Calc : protected dashes -Oracle Open Office Calc : protected database tables -Oracle Open Office Calc : protected documents -Oracle Open Office Calc : protected spaces -Oracle Open Office Calc : protected spaces;inserting -Oracle Open Office Calc : protected spaces;showing (Writer) -Oracle Open Office Calc : protecting -Oracle Open Office Calc : protecting;cells and sheets -Oracle Open Office Calc : protecting;contents -Oracle Open Office Calc : protecting;recorded changes -Oracle Open Office Calc : protecting;unprotecting cells -Oracle Open Office Calc : proxy settings -Oracle Open Office Calc : push buttons -Oracle Open Office Calc : push buttons;adding to documents -Oracle Open Office Calc : push buttons;creating -Oracle Open Office Calc : PV function -Oracle Open Office Calc : QUARTILE function -Oracle Open Office Calc : queries -Oracle Open Office Calc : queries;copying (Base) -Oracle Open Office Calc : queries;creating in design view (Base) -Oracle Open Office Calc : queries;creating in SQL view -Oracle Open Office Calc : queries;defining (Base) -Oracle Open Office Calc : queries;deleting table links (Base) -Oracle Open Office Calc : queries;editing in data source view -Oracle Open Office Calc : queries;formulating filter conditions (Base) -Oracle Open Office Calc : queries;joining tables (Base) -Oracle Open Office Calc : queries;missing elements (Base) -Oracle Open Office Calc : queries;overview (Base) -Oracle Open Office Calc : queries;parameter queries (Base) -Oracle Open Office Calc : queries;printing (Base) -Oracle Open Office Calc : Query Wizard (Base) -Oracle Open Office Calc : Quickstarter -Oracle Open Office Calc : quotation marks -Oracle Open Office Calc : quotation marks;replacing -Oracle Open Office Calc : quotes -Oracle Open Office Calc : quotes;custom -Oracle Open Office Calc : QUOTIENT function -Oracle Open Office Calc : radar charts, see net charts -Oracle Open Office Calc : RADIANS function -Oracle Open Office Calc : radio button creation -Oracle Open Office Calc : RAND function -Oracle Open Office Calc : RANDBETWEEN function -Oracle Open Office Calc : random numbers -Oracle Open Office Calc : random numbers;between 0 and 1 -Oracle Open Office Calc : random numbers;between limits -Oracle Open Office Calc : random numbers;examples -Oracle Open Office Calc : ranges -Oracle Open Office Calc : ranges;combining -Oracle Open Office Calc : ranges;defining database ranges -Oracle Open Office Calc : ranges;inserting in tables -Oracle Open Office Calc : ranges;print ranges -Oracle Open Office Calc : RANK function -Oracle Open Office Calc : RATE function -Oracle Open Office Calc : rates of return -Oracle Open Office Calc : rates of return;non-interest-bearing securities -Oracle Open Office Calc : rates of return;securities -Oracle Open Office Calc : rates of return;securities with interest paid on maturity -Oracle Open Office Calc : rates of return of treasury bills -Oracle Open Office Calc : read-only documents -Oracle Open Office Calc : read-only documents;cursor -Oracle Open Office Calc : read-only documents;database tables on/off -Oracle Open Office Calc : read-only documents;editing -Oracle Open Office Calc : read-only documents;opening documents as -Oracle Open Office Calc : read-only items in Data Navigator -Oracle Open Office Calc : recalculating -Oracle Open Office Calc : recalculating;all formulas in sheets -Oracle Open Office Calc : recalculating;auto calculating sheets -Oracle Open Office Calc : recalculating;DataPilot tables -Oracle Open Office Calc : RECEIVED function -Oracle Open Office Calc : recognizing -Oracle Open Office Calc : recognizing;column and row labels -Oracle Open Office Calc : recognizing;equal numbers -Oracle Open Office Calc : recognizing;general errors -Oracle Open Office Calc : recognizing formula cells -Oracle Open Office Calc : recognizing URLs automatically -Oracle Open Office Calc : recording -Oracle Open Office Calc : recording;changes -Oracle Open Office Calc : recording;macros -Oracle Open Office Calc : records -Oracle Open Office Calc : records;counting in Calc databases -Oracle Open Office Calc : records;inserting comments -Oracle Open Office Calc : records;protecting -Oracle Open Office Calc : records;saving -Oracle Open Office Calc : records;searching in databases -Oracle Open Office Calc : rectangles with round corners -Oracle Open Office Calc : recursions in spreadsheets -Oracle Open Office Calc : redo command -Oracle Open Office Calc : reduced printing -Oracle Open Office Calc : reference lines -Oracle Open Office Calc : reference operators -Oracle Open Office Calc : references -Oracle Open Office Calc : references;absolute/relative -Oracle Open Office Calc : references;by defined names -Oracle Open Office Calc : references;displaying in color (Calc) -Oracle Open Office Calc : references;expanding (Calc) -Oracle Open Office Calc : references;inserting by drag and drop -Oracle Open Office Calc : references;iterative (Calc) -Oracle Open Office Calc : references;testing cell contents -Oracle Open Office Calc : references;to cells -Oracle Open Office Calc : references;to cells in other sheets/documents -Oracle Open Office Calc : references;URL in cells -Oracle Open Office Calc : register-true -Oracle Open Office Calc : register-true;definition -Oracle Open Office Calc : registering -Oracle Open Office Calc : registering;address books -Oracle Open Office Calc : registering;databases (Base) -Oracle Open Office Calc : registering;Oracle Open Office -Oracle Open Office Calc : regression analysis -Oracle Open Office Calc : regression curves in charts -Oracle Open Office Calc : regression lines -Oracle Open Office Calc : regression lines;FORECAST function -Oracle Open Office Calc : regression lines;LINEST function -Oracle Open Office Calc : regular expressions -Oracle Open Office Calc : regular expressions;list of -Oracle Open Office Calc : regular expressions;opening files -Oracle Open Office Calc : relational databases (Base) -Oracle Open Office Calc : relations -Oracle Open Office Calc : relations;creating and deleting (Base) -Oracle Open Office Calc : relations;joining tables (Base) -Oracle Open Office Calc : relations;properties (Base) -Oracle Open Office Calc : relative addresses -Oracle Open Office Calc : relative hyperlinks -Oracle Open Office Calc : relative references -Oracle Open Office Calc : relative saving of URLs -Oracle Open Office Calc : reloading -Oracle Open Office Calc : reloading;documents -Oracle Open Office Calc : reloading;HTML documents, automatically -Oracle Open Office Calc : remainders of divisions -Oracle Open Office Calc : remarks on cells -Oracle Open Office Calc : remarks, see also comments -Oracle Open Office Calc : remote configurations -Oracle Open Office Calc : remove noise filter -Oracle Open Office Calc : removing -Oracle Open Office Calc : removing;bullets and numbering -Oracle Open Office Calc : removing;cell range filters -Oracle Open Office Calc : removing;filters -Oracle Open Office Calc : removing;form filters -Oracle Open Office Calc : removing, see also deleting -Oracle Open Office Calc : renaming -Oracle Open Office Calc : renaming;cells -Oracle Open Office Calc : renaming;sheets -Oracle Open Office Calc : reorganizing charts -Oracle Open Office Calc : repayment installment -Oracle Open Office Calc : repeating -Oracle Open Office Calc : repeating;columns/rows on printed pages -Oracle Open Office Calc : repeating;commands -Oracle Open Office Calc : REPLACE function -Oracle Open Office Calc : replacement options -Oracle Open Office Calc : replacement table -Oracle Open Office Calc : replacing -Oracle Open Office Calc : replacing;AutoCorrect function -Oracle Open Office Calc : replacing;cell contents -Oracle Open Office Calc : replacing;dashes -Oracle Open Office Calc : replacing;tab stops (regular expressions) -Oracle Open Office Calc : Report Builder -Oracle Open Office Calc : reports -Oracle Open Office Calc : reports;creating -Oracle Open Office Calc : reports;error reports -Oracle Open Office Calc : reports;opening and editing -Oracle Open Office Calc : reports;templates -Oracle Open Office Calc : REPT function -Oracle Open Office Calc : resetting -Oracle Open Office Calc : resetting;templates -Oracle Open Office Calc : resizing -Oracle Open Office Calc : resizing;objects, by mouse -Oracle Open Office Calc : resizing, see also scaling/zooming -Oracle Open Office Calc : resolution when printing bitmaps -Oracle Open Office Calc : restoring -Oracle Open Office Calc : restoring;default formatting -Oracle Open Office Calc : restoring;editing -Oracle Open Office Calc : results display vs. formulas display -Oracle Open Office Calc : reversing printing order -Oracle Open Office Calc : review function -Oracle Open Office Calc : review function;accepting or rejecting changes -Oracle Open Office Calc : review function;comparing documents -Oracle Open Office Calc : review function;protecting records -Oracle Open Office Calc : review function;recording changes example -Oracle Open Office Calc : rich text control -Oracle Open Office Calc : right alignment of paragraphs -Oracle Open Office Calc : RIGHT function -Oracle Open Office Calc : right joins (Base) -Oracle Open Office Calc : right-to-left text -Oracle Open Office Calc : right-to-left text -Oracle Open Office Calc : right-to-left text;spreadsheets -Oracle Open Office Calc : ROMAN function -Oracle Open Office Calc : ROT13 function -Oracle Open Office Calc : rotating -Oracle Open Office Calc : rotating;3D text -Oracle Open Office Calc : rotating;tables -Oracle Open Office Calc : rotating;text in cells -Oracle Open Office Calc : round corners -Oracle Open Office Calc : ROUND function -Oracle Open Office Calc : ROUNDDOWN function -Oracle Open Office Calc : rounded off numbers -Oracle Open Office Calc : rounding -Oracle Open Office Calc : rounding;down to nearest multiple of significance -Oracle Open Office Calc : rounding;down to next integer -Oracle Open Office Calc : rounding;up to multiples of significance -Oracle Open Office Calc : rounding;up/down to even integers -Oracle Open Office Calc : rounding;up/down to nearest odd integer -Oracle Open Office Calc : rounding precision -Oracle Open Office Calc : rounding precision (Calc) -Oracle Open Office Calc : ROUNDUP function -Oracle Open Office Calc : row breaks -Oracle Open Office Calc : row breaks;deleting -Oracle Open Office Calc : row breaks;inserting -Oracle Open Office Calc : ROW function -Oracle Open Office Calc : row headers -Oracle Open Office Calc : row headers;displaying (Calc) -Oracle Open Office Calc : row headers;hiding -Oracle Open Office Calc : row headers;highlighting (Calc) -Oracle Open Office Calc : row headers;using in formulas -Oracle Open Office Calc : rows -Oracle Open Office Calc : rows;deleting -Oracle Open Office Calc : rows;finding labels automatically -Oracle Open Office Calc : rows;freezing -Oracle Open Office Calc : rows;heights -Oracle Open Office Calc : rows;hiding -Oracle Open Office Calc : rows;inserting -Oracle Open Office Calc : rows;optimal heights -Oracle Open Office Calc : rows;removing/redisplaying with filters -Oracle Open Office Calc : rows;repeating when printing -Oracle Open Office Calc : rows;swapping with columns -Oracle Open Office Calc : rows;visible and invisible -Oracle Open Office Calc : ROWS function -Oracle Open Office Calc : rows, see also cells -Oracle Open Office Calc : RRI function -Oracle Open Office Calc : RSQ calculations -Oracle Open Office Calc : RSQ function -Oracle Open Office Calc : rulers -Oracle Open Office Calc : rulers;default settings -Oracle Open Office Calc : rulers;measurement units -Oracle Open Office Calc : rulers;visible in presentations -Oracle Open Office Calc : sales values -Oracle Open Office Calc : sales values;fixed interest securities -Oracle Open Office Calc : sales values;non-interest-bearing securities -Oracle Open Office Calc : samples and templates -Oracle Open Office Calc : sampling without replacement -Oracle Open Office Calc : saving -Oracle Open Office Calc : saving;as text csv -Oracle Open Office Calc : saving;default file formats -Oracle Open Office Calc : saving;dialog settings -Oracle Open Office Calc : saving;documents -Oracle Open Office Calc : saving;documents for mobile devices -Oracle Open Office Calc : saving;documents in other formats -Oracle Open Office Calc : saving;documents, automatically -Oracle Open Office Calc : saving;in Microsoft Office file format -Oracle Open Office Calc : saving;options -Oracle Open Office Calc : saving;sheets in HTML -Oracle Open Office Calc : saving;templates -Oracle Open Office Calc : saving;to XML -Oracle Open Office Calc : saving;VBA code in Microsoft Office documents -Oracle Open Office Calc : saving;with password by default -Oracle Open Office Calc : saving as command -Oracle Open Office Calc : saving as command;precautions -Oracle Open Office Calc : scalar products -Oracle Open Office Calc : scaling -Oracle Open Office Calc : scaling;axes -Oracle Open Office Calc : scaling;font sizes in user interface -Oracle Open Office Calc : scaling;objects -Oracle Open Office Calc : scaling;pictures -Oracle Open Office Calc : scaling;printing in Oracle Open Office Math -Oracle Open Office Calc : scaling;text in charts -Oracle Open Office Calc : scaling;when printing presentations -Oracle Open Office Calc : scaling, see also zooming -Oracle Open Office Calc : scatter charts -Oracle Open Office Calc : scenarios -Oracle Open Office Calc : scenarios;creating/editing/deleting -Oracle Open Office Calc : scenarios;displaying names -Oracle Open Office Calc : screen -Oracle Open Office Calc : screen;full screen views -Oracle Open Office Calc : screen;scaling -Oracle Open Office Calc : screen magnifiers -Oracle Open Office Calc : screen readers -Oracle Open Office Calc : script organization -Oracle Open Office Calc : scrollbars -Oracle Open Office Calc : scrollbars;controls -Oracle Open Office Calc : scrollbars;displaying (Calc) -Oracle Open Office Calc : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Calc : scrolling prevention in tables -Oracle Open Office Calc : search criteria for database functions in cells -Oracle Open Office Calc : search engines -Oracle Open Office Calc : search engines;definition -Oracle Open Office Calc : search engines;selecting -Oracle Open Office Calc : SEARCH function -Oracle Open Office Calc : searching -Oracle Open Office Calc : searching;all sheets -Oracle Open Office Calc : searching;cell contents in Calc databases -Oracle Open Office Calc : searching;databases -Oracle Open Office Calc : searching;form filters -Oracle Open Office Calc : searching;Internet -Oracle Open Office Calc : searching;links in cells -Oracle Open Office Calc : searching;maximum values in columns -Oracle Open Office Calc : searching;minimum values in columns -Oracle Open Office Calc : searching;tables and forms -Oracle Open Office Calc : searching, see also finding -Oracle Open Office Calc : SECOND function -Oracle Open Office Calc : secondary axes in charts -Oracle Open Office Calc : sections -Oracle Open Office Calc : sections;backgrounds -Oracle Open Office Calc : securities -Oracle Open Office Calc : securities;first interest payment until settlement date -Oracle Open Office Calc : security -Oracle Open Office Calc : security;digital signatures -Oracle Open Office Calc : security;options for documents with macros -Oracle Open Office Calc : security;protecting contents -Oracle Open Office Calc : security;security levels for macros -Oracle Open Office Calc : security;warning dialogs with macros -Oracle Open Office Calc : selecting -Oracle Open Office Calc : selecting;cells -Oracle Open Office Calc : selecting;controls -Oracle Open Office Calc : selecting;formatting themes -Oracle Open Office Calc : selecting;measurement units -Oracle Open Office Calc : selecting;multiple sheets -Oracle Open Office Calc : selecting;objects -Oracle Open Office Calc : selecting;print areas -Oracle Open Office Calc : selecting;scenarios in Navigator -Oracle Open Office Calc : selecting;several files -Oracle Open Office Calc : selection clipboard -Oracle Open Office Calc : selection frames -Oracle Open Office Calc : selection lists -Oracle Open Office Calc : selection lists;filling cells -Oracle Open Office Calc : selection lists;validity -Oracle Open Office Calc : selection modes in spreadsheets -Oracle Open Office Calc : selection modes in text -Oracle Open Office Calc : sending -Oracle Open Office Calc : sending;AutoAbstract function in presentations -Oracle Open Office Calc : sending;documents as e-mail -Oracle Open Office Calc : sending;documents as faxes -Oracle Open Office Calc : separator lines -Oracle Open Office Calc : separator lines;defining -Oracle Open Office Calc : separators -Oracle Open Office Calc : separators;conditional -Oracle Open Office Calc : series -Oracle Open Office Calc : series;calculating -Oracle Open Office Calc : series;sort lists -Oracle Open Office Calc : SERIESSUM function -Oracle Open Office Calc : Server Side ImageMap -Oracle Open Office Calc : settings -Oracle Open Office Calc : settings;printers -Oracle Open Office Calc : settings;program configuration -Oracle Open Office Calc : settings;proxies -Oracle Open Office Calc : settings;tracking changes -Oracle Open Office Calc : settings;views -Oracle Open Office Calc : SGML -Oracle Open Office Calc : SGML;definition -Oracle Open Office Calc : shadows -Oracle Open Office Calc : shadows;areas -Oracle Open Office Calc : shadows;borders -Oracle Open Office Calc : shadows;characters -Oracle Open Office Calc : shadows;characters, using context menu -Oracle Open Office Calc : shared libraries -Oracle Open Office Calc : shared libraries;programming -Oracle Open Office Calc : sharing documents -Oracle Open Office Calc : sharpening filter -Oracle Open Office Calc : sheet area names -Oracle Open Office Calc : SHEET function -Oracle Open Office Calc : sheet grids -Oracle Open Office Calc : sheet grids;printing -Oracle Open Office Calc : sheet numbers -Oracle Open Office Calc : sheet numbers;looking up -Oracle Open Office Calc : sheet ranges -Oracle Open Office Calc : sheet ranges;filling -Oracle Open Office Calc : sheet references -Oracle Open Office Calc : sheet tabs -Oracle Open Office Calc : sheet tabs;displaying -Oracle Open Office Calc : sheet tabs;renaming -Oracle Open Office Calc : sheet tabs;using -Oracle Open Office Calc : sheets -Oracle Open Office Calc : sheets;AutoFormat function -Oracle Open Office Calc : sheets;creating -Oracle Open Office Calc : sheets;defining label ranges -Oracle Open Office Calc : sheets;deleting -Oracle Open Office Calc : sheets;displaying -Oracle Open Office Calc : sheets;filter values -Oracle Open Office Calc : sheets;formatting themes -Oracle Open Office Calc : sheets;hiding -Oracle Open Office Calc : sheets;hiding details -Oracle Open Office Calc : sheets;HTML -Oracle Open Office Calc : sheets;inserting -Oracle Open Office Calc : sheets;inserting row breaks -Oracle Open Office Calc : sheets;optimal row heights -Oracle Open Office Calc : sheets;outlines -Oracle Open Office Calc : sheets;printing details -Oracle Open Office Calc : sheets;printing in landscape -Oracle Open Office Calc : sheets;printing on multiple pages -Oracle Open Office Calc : sheets;printing sheet counts -Oracle Open Office Calc : sheets;protecting -Oracle Open Office Calc : sheets;renaming -Oracle Open Office Calc : sheets;right-to-left -Oracle Open Office Calc : sheets;searching all -Oracle Open Office Calc : sheets;selecting multiple -Oracle Open Office Calc : sheets;showing multiple -Oracle Open Office Calc : sheets;simultaneous multiple filling -Oracle Open Office Calc : SHEETS function -Oracle Open Office Calc : shortcut keys -Oracle Open Office Calc : shortcut keys;assigning macros -Oracle Open Office Calc : shortcut keys;charts -Oracle Open Office Calc : shortcut keys;general -Oracle Open Office Calc : shortcut keys;in databases -Oracle Open Office Calc : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Calc : shortcut keys;Oracle Open Office Calc accessibility -Oracle Open Office Calc : shortcut keys;spreadsheets -Oracle Open Office Calc : showing -Oracle Open Office Calc : showing;cell references -Oracle Open Office Calc : showing;changes -Oracle Open Office Calc : showing;columns -Oracle Open Office Calc : showing;docked windows -Oracle Open Office Calc : showing;drawings and controls (Writer) -Oracle Open Office Calc : showing;live presentations on the Internet -Oracle Open Office Calc : showing;rows -Oracle Open Office Calc : showing;sheet details -Oracle Open Office Calc : showing;toolbars -Oracle Open Office Calc : SIGN function -Oracle Open Office Calc : signing documents with digital signatures -Oracle Open Office Calc : similarity search -Oracle Open Office Calc : simple handles (Writer) -Oracle Open Office Calc : simplified Chinese -Oracle Open Office Calc : simplified Chinese;translating to traditional Chinese -Oracle Open Office Calc : SIN function -Oracle Open Office Calc : single sign on options -Oracle Open Office Calc : single-line spacing in text -Oracle Open Office Calc : SINH function -Oracle Open Office Calc : sizes -Oracle Open Office Calc : sizes;draw objects -Oracle Open Office Calc : sizes;pictures -Oracle Open Office Calc : SKEW function -Oracle Open Office Calc : slanting draw objects -Oracle Open Office Calc : SLN function -Oracle Open Office Calc : SLOPE function -Oracle Open Office Calc : slopes, see also regression lines -Oracle Open Office Calc : small capitals -Oracle Open Office Calc : SMALL function -Oracle Open Office Calc : small icons -Oracle Open Office Calc : smart tag configuration -Oracle Open Office Calc : smooth scrolling (Writer) -Oracle Open Office Calc : smoothing filter -Oracle Open Office Calc : snap grid defaults (Writer/Calc) -Oracle Open Office Calc : snapping in presentations and drawings -Oracle Open Office Calc : solarization filter -Oracle Open Office Calc : solver -Oracle Open Office Calc : sort lists -Oracle Open Office Calc : sort lists;applying -Oracle Open Office Calc : sort lists;copying to in Calc -Oracle Open Office Calc : sorting -Oracle Open Office Calc : sorting;Asian languages -Oracle Open Office Calc : sorting;data in forms -Oracle Open Office Calc : sorting;database ranges -Oracle Open Office Calc : sorting;databases -Oracle Open Office Calc : sorting;options for database ranges -Oracle Open Office Calc : sorting;options in Data Pilot -Oracle Open Office Calc : sorting;sort criteria for database ranges -Oracle Open Office Calc : sound files -Oracle Open Office Calc : spaces -Oracle Open Office Calc : spaces;displaying (Writer) -Oracle Open Office Calc : spaces;ignoring double -Oracle Open Office Calc : spaces;inserting protected spaces -Oracle Open Office Calc : spaces;showing protected spaces (Writer) -Oracle Open Office Calc : spacing -Oracle Open Office Calc : spacing;between paragraphs in footnotes -Oracle Open Office Calc : spacing;font effects -Oracle Open Office Calc : spacing;lines and paragraphs -Oracle Open Office Calc : spacing;tab stops in text documents -Oracle Open Office Calc : spacing;tabs in presentations -Oracle Open Office Calc : spadmin -Oracle Open Office Calc : special characters -Oracle Open Office Calc : speech bubbles -Oracle Open Office Calc : speed of printing -Oracle Open Office Calc : spellcheck -Oracle Open Office Calc : spellcheck;activating for a language -Oracle Open Office Calc : spellcheck;context menus -Oracle Open Office Calc : spellcheck;default languages -Oracle Open Office Calc : spellcheck;dialog -Oracle Open Office Calc : spellcheck;dictionary of exceptions -Oracle Open Office Calc : spellcheck;ignore list -Oracle Open Office Calc : spin button creation -Oracle Open Office Calc : spoolfiles with Xprinter -Oracle Open Office Calc : spreadsheets -Oracle Open Office Calc : spreadsheets;as databases (base) -Oracle Open Office Calc : spreadsheets;backgrounds -Oracle Open Office Calc : spreadsheets;calculating -Oracle Open Office Calc : spreadsheets;copying -Oracle Open Office Calc : spreadsheets;copying areas to text documents -Oracle Open Office Calc : spreadsheets;creating/opening -Oracle Open Office Calc : spreadsheets;deleting -Oracle Open Office Calc : spreadsheets;deleting cell contents -Oracle Open Office Calc : spreadsheets;deleting cells -Oracle Open Office Calc : spreadsheets;deleting column breaks -Oracle Open Office Calc : spreadsheets;deleting row breaks -Oracle Open Office Calc : spreadsheets;displaying headers of columns/rows -Oracle Open Office Calc : spreadsheets;formatting -Oracle Open Office Calc : spreadsheets;formula bar -Oracle Open Office Calc : spreadsheets;functions -Oracle Open Office Calc : spreadsheets;hiding functions -Oracle Open Office Calc : spreadsheets;importing from/exporting to dBASE files -Oracle Open Office Calc : spreadsheets;inserting breaks in -Oracle Open Office Calc : spreadsheets;inserting cells -Oracle Open Office Calc : spreadsheets;inserting charts -Oracle Open Office Calc : spreadsheets;inserting column breaks -Oracle Open Office Calc : spreadsheets;inserting columns -Oracle Open Office Calc : spreadsheets;inserting database records -Oracle Open Office Calc : spreadsheets;inserting rows -Oracle Open Office Calc : spreadsheets;moving -Oracle Open Office Calc : spreadsheets;optimal column widths -Oracle Open Office Calc : spreadsheets;printing -Oracle Open Office Calc : spreadsheets;saving -Oracle Open Office Calc : spreadsheets;saving automatically -Oracle Open Office Calc : spreadsheets;saving in other formats -Oracle Open Office Calc : spreadsheets;sending as e-mail -Oracle Open Office Calc : spreadsheets;shortcut keys in -Oracle Open Office Calc : spreadsheets;showing columns -Oracle Open Office Calc : spreadsheets;value highlighting -Oracle Open Office Calc : spreadsheets;values as shown -Oracle Open Office Calc : SQL -Oracle Open Office Calc : SQL;definition -Oracle Open Office Calc : SQL;DISTINCT parameter -Oracle Open Office Calc : SQL;executing SQL commands -Oracle Open Office Calc : SQL;executing SQL statements (Base) -Oracle Open Office Calc : SQL;queries (Base) -Oracle Open Office Calc : SQRT function -Oracle Open Office Calc : SQRTPI function -Oracle Open Office Calc : square drawings -Oracle Open Office Calc : square number additions -Oracle Open Office Calc : square roots -Oracle Open Office Calc : square roots;positive numbers -Oracle Open Office Calc : square roots;products of Pi -Oracle Open Office Calc : standard bar on/off -Oracle Open Office Calc : standard deviation in charts -Oracle Open Office Calc : standard deviations in databases -Oracle Open Office Calc : standard deviations in databases;based on a sample -Oracle Open Office Calc : standard deviations in databases;based on populations -Oracle Open Office Calc : standard deviations in statistics -Oracle Open Office Calc : standard deviations in statistics;based on a population -Oracle Open Office Calc : standard deviations in statistics;based on a sample -Oracle Open Office Calc : standard errors -Oracle Open Office Calc : standard errors;array functions -Oracle Open Office Calc : standard errors;statistical functions -Oracle Open Office Calc : standard filters in databases -Oracle Open Office Calc : standard printer under UNIX -Oracle Open Office Calc : STANDARDIZE function -Oracle Open Office Calc : start center -Oracle Open Office Calc : start parameters -Oracle Open Office Calc : statistics functions -Oracle Open Office Calc : statistics in charts -Oracle Open Office Calc : status bar on/off -Oracle Open Office Calc : STDEV function -Oracle Open Office Calc : STDEVA function -Oracle Open Office Calc : STDEVP function -Oracle Open Office Calc : STDEVPA function -Oracle Open Office Calc : STEYX function -Oracle Open Office Calc : stickers -Oracle Open Office Calc : stock charts -Oracle Open Office Calc : straight-line depreciations -Oracle Open Office Calc : strikethrough -Oracle Open Office Calc : strikethrough;characters -Oracle Open Office Calc : strikethrough;font effects -Oracle Open Office Calc : STYLE function -Oracle Open Office Calc : STYLE function example -Oracle Open Office Calc : styles -Oracle Open Office Calc : styles;'changed' message -Oracle Open Office Calc : styles;conditional styles -Oracle Open Office Calc : styles;copying between documents -Oracle Open Office Calc : styles;keyboard shortcuts -Oracle Open Office Calc : styles;organizing -Oracle Open Office Calc : styles;printing styles used in a document -Oracle Open Office Calc : styles;replacing automatically -Oracle Open Office Calc : Styles and Formatting window -Oracle Open Office Calc : Styles and Formatting window;docking -Oracle Open Office Calc : Styles and Formatting window -Oracle Open Office Calc : Stylist, see Styles and Formatting window -Oracle Open Office Calc : subforms -Oracle Open Office Calc : subforms;creating -Oracle Open Office Calc : subforms;description -Oracle Open Office Calc : submitting forms -Oracle Open Office Calc : subscript text in cells -Oracle Open Office Calc : SUBSTITUTE function -Oracle Open Office Calc : SUBTOTAL function -Oracle Open Office Calc : subtotals -Oracle Open Office Calc : subtotals;sorting options -Oracle Open Office Calc : suffixes in file formats -Oracle Open Office Calc : SUM function -Oracle Open Office Calc : sum icon -Oracle Open Office Calc : SUMIF function -Oracle Open Office Calc : SUMPRODUCT function -Oracle Open Office Calc : sums -Oracle Open Office Calc : sums;cells in Calc databases -Oracle Open Office Calc : sums;of filtered data -Oracle Open Office Calc : sums;of square numbers -Oracle Open Office Calc : sums;of squares of deviations -Oracle Open Office Calc : SUMSQ function -Oracle Open Office Calc : SUMX2MY2 function -Oracle Open Office Calc : SUMX2PY2 function -Oracle Open Office Calc : SUMXMY2 function -Oracle Open Office Calc : superscript text in cells -Oracle Open Office Calc : support on the Web -Oracle Open Office Calc : swapping tables -Oracle Open Office Calc : SYD function -Oracle Open Office Calc : syllables in spreadsheets -Oracle Open Office Calc : synchronizing -Oracle Open Office Calc : synchronizing;labels and business cards -Oracle Open Office Calc : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Calc : system address book registration -Oracle Open Office Calc : T function -Oracle Open Office Calc : t-distribution -Oracle Open Office Calc : tab stops -Oracle Open Office Calc : tab stops;displaying (Writer) -Oracle Open Office Calc : tab stops;inserting and editing -Oracle Open Office Calc : tab stops;regular expressions -Oracle Open Office Calc : tab stops;setting in sheets -Oracle Open Office Calc : tab stops;settings -Oracle Open Office Calc : tab stops;spacing in presentations -Oracle Open Office Calc : tab stops;spacing in text documents -Oracle Open Office Calc : table controls -Oracle Open Office Calc : table controls;form functions -Oracle Open Office Calc : table controls;keyboard-only edit mode -Oracle Open Office Calc : table controls;properties -Oracle Open Office Calc : table views of databases -Oracle Open Office Calc : Table Wizard (Base) -Oracle Open Office Calc : tables -Oracle Open Office Calc : tables;AutoFormat function -Oracle Open Office Calc : tables;backgrounds -Oracle Open Office Calc : tables;combining -Oracle Open Office Calc : tables;copying cell styles -Oracle Open Office Calc : tables;database ranges -Oracle Open Office Calc : tables;deactivating automatic changes in -Oracle Open Office Calc : tables;displaying formulas/values -Oracle Open Office Calc : tables;freezing -Oracle Open Office Calc : tables;importing/exporting as text -Oracle Open Office Calc : tables;inserting external data -Oracle Open Office Calc : tables;inserting line breaks -Oracle Open Office Calc : tables;merging cells -Oracle Open Office Calc : tables;multiple operations in -Oracle Open Office Calc : tables;number formats -Oracle Open Office Calc : tables;renaming -Oracle Open Office Calc : tables;rotating -Oracle Open Office Calc : tables;selecting ranges -Oracle Open Office Calc : tables;showing details -Oracle Open Office Calc : tables;splitting windows -Oracle Open Office Calc : tables;transposing -Oracle Open Office Calc : tables;views -Oracle Open Office Calc : tables in databases -Oracle Open Office Calc : tables in databases;access rights to (Base) -Oracle Open Office Calc : tables in databases;adding to queries -Oracle Open Office Calc : tables in databases;browsing and editing -Oracle Open Office Calc : tables in databases;copying database tables (Base) -Oracle Open Office Calc : tables in databases;creating -Oracle Open Office Calc : tables in databases;creating in design view (manually) -Oracle Open Office Calc : tables in databases;importing dBASE files -Oracle Open Office Calc : tables in databases;importing text formats (Base) -Oracle Open Office Calc : tables in databases;joining for queries (Base) -Oracle Open Office Calc : tables in databases;printing queries (Base) -Oracle Open Office Calc : tables in databases;relations (Base) -Oracle Open Office Calc : tables in databases;searching -Oracle Open Office Calc : tables in spreadsheets -Oracle Open Office Calc : tables in spreadsheets;copying data to other applications -Oracle Open Office Calc : tables in spreadsheets;defining borders -Oracle Open Office Calc : tables in spreadsheets;value highlighting -Oracle Open Office Calc : tables in text -Oracle Open Office Calc : tables in text;captions -Oracle Open Office Calc : tables in text;creating automatically -Oracle Open Office Calc : tables in text;default settings -Oracle Open Office Calc : tables in text;defining borders -Oracle Open Office Calc : tables in text;displaying -Oracle Open Office Calc : tables in text;printing -Oracle Open Office Calc : tabs -Oracle Open Office Calc : tabs;displaying sheet tabs -Oracle Open Office Calc : tags -Oracle Open Office Calc : tags;definition -Oracle Open Office Calc : tags;META tags -Oracle Open Office Calc : TAN function -Oracle Open Office Calc : TANH function -Oracle Open Office Calc : TBILLEQ function -Oracle Open Office Calc : TBILLPRICE function -Oracle Open Office Calc : TBILLYIELD function -Oracle Open Office Calc : TDIST function -Oracle Open Office Calc : templates -Oracle Open Office Calc : templates;agendas -Oracle Open Office Calc : templates;changing basic fonts -Oracle Open Office Calc : templates;database reports -Oracle Open Office Calc : templates;deleting -Oracle Open Office Calc : templates;editing and saving -Oracle Open Office Calc : templates;faxes -Oracle Open Office Calc : templates;importing and exporting -Oracle Open Office Calc : templates;letters -Oracle Open Office Calc : templates;new documents from templates -Oracle Open Office Calc : templates;opening documents with -Oracle Open Office Calc : templates;organizing -Oracle Open Office Calc : terminology -Oracle Open Office Calc : terminology;general glossary -Oracle Open Office Calc : terminology;Internet glossary -Oracle Open Office Calc : testing XML filters -Oracle Open Office Calc : text -Oracle Open Office Calc : text;animating -Oracle Open Office Calc : text;Asian layout -Oracle Open Office Calc : text;bold -Oracle Open Office Calc : text;coloring -Oracle Open Office Calc : text;copying by drag and drop -Oracle Open Office Calc : text;CTL languages -Oracle Open Office Calc : text;drawing pictures -Oracle Open Office Calc : text;font effects -Oracle Open Office Calc : text;font sizes -Oracle Open Office Calc : text;font styles -Oracle Open Office Calc : text;fonts and formats -Oracle Open Office Calc : text;Fontwork icons -Oracle Open Office Calc : text;hyperlinks -Oracle Open Office Calc : text;inserting special characters -Oracle Open Office Calc : text;italics -Oracle Open Office Calc : text;kerning -Oracle Open Office Calc : text;language selection -Oracle Open Office Calc : text;line spacing -Oracle Open Office Calc : text;overwriting or inserting -Oracle Open Office Calc : text;printing in black -Oracle Open Office Calc : text;replacing with format -Oracle Open Office Calc : text;selection modes -Oracle Open Office Calc : text;shadowed -Oracle Open Office Calc : text;text/draw objects -Oracle Open Office Calc : text attributes -Oracle Open Office Calc : text attributes;hyperlinks -Oracle Open Office Calc : text attributes;undoing -Oracle Open Office Calc : text boxes -Oracle Open Office Calc : text boxes;form functions -Oracle Open Office Calc : text boxes;positioning -Oracle Open Office Calc : text breaks in cells -Oracle Open Office Calc : text colors for better accessibility -Oracle Open Office Calc : text completion on/off -Oracle Open Office Calc : text concatenation AND -Oracle Open Office Calc : text databases (Base) -Oracle Open Office Calc : text documents -Oracle Open Office Calc : text documents;creating/opening -Oracle Open Office Calc : text documents;importing to spreadsheets -Oracle Open Office Calc : text documents;importing/exporting -Oracle Open Office Calc : text documents;inserting spreadsheet cells -Oracle Open Office Calc : text documents;print settings -Oracle Open Office Calc : text documents;printing -Oracle Open Office Calc : text documents;saving -Oracle Open Office Calc : text documents;saving automatically -Oracle Open Office Calc : text documents;saving in other formats -Oracle Open Office Calc : text documents;sending as e-mail -Oracle Open Office Calc : text effects -Oracle Open Office Calc : text file import and export -Oracle Open Office Calc : text flow -Oracle Open Office Calc : text flow;in cells -Oracle Open Office Calc : text formats -Oracle Open Office Calc : text formats;databases -Oracle Open Office Calc : text formats;for numbers -Oracle Open Office Calc : text formats;pasting -Oracle Open Office Calc : TEXT function -Oracle Open Office Calc : text in cells -Oracle Open Office Calc : text in cells;as addressing -Oracle Open Office Calc : text in cells;AutoInput function -Oracle Open Office Calc : text in cells;changing to numbers -Oracle Open Office Calc : text in cells;formatting -Oracle Open Office Calc : text in cells;functions -Oracle Open Office Calc : text in cells;multi-line -Oracle Open Office Calc : text in cells;writing vertically -Oracle Open Office Calc : text input fields -Oracle Open Office Calc : text layout for special languages -Oracle Open Office Calc : text objects -Oracle Open Office Calc : text objects;alignment -Oracle Open Office Calc : text objects;draw functions -Oracle Open Office Calc : text objects;fonts -Oracle Open Office Calc : text objects;in presentations and drawings -Oracle Open Office Calc : text operators -Oracle Open Office Calc : text overflow in spreadsheet cells -Oracle Open Office Calc : text scaling in charts -Oracle Open Office Calc : text to columns -Oracle Open Office Calc : text, see also text documents, paragraphs and characters -Oracle Open Office Calc : TextArt, see Fontwork -Oracle Open Office Calc : textures -Oracle Open Office Calc : textures;inserting from Gallery -Oracle Open Office Calc : textures;on chart bars -Oracle Open Office Calc : Thai -Oracle Open Office Calc : Thai;entering text -Oracle Open Office Calc : Thai;language settings -Oracle Open Office Calc : theme selection for sheets -Oracle Open Office Calc : thesaurus -Oracle Open Office Calc : thesaurus;activating for a language -Oracle Open Office Calc : ticker text -Oracle Open Office Calc : time differences -Oracle Open Office Calc : time fields -Oracle Open Office Calc : time fields;form functions -Oracle Open Office Calc : TIME function -Oracle Open Office Calc : times -Oracle Open Office Calc : times;in cells -Oracle Open Office Calc : times;inserting when printing presentations -Oracle Open Office Calc : times, formats -Oracle Open Office Calc : TIMEVALUE function -Oracle Open Office Calc : TINV function -Oracle Open Office Calc : tips -Oracle Open Office Calc : tips;extended tips in Help -Oracle Open Office Calc : title rows -Oracle Open Office Calc : title rows;freezing during table split -Oracle Open Office Calc : title rows;printing in Oracle Open Office Math -Oracle Open Office Calc : title rows;printing on all sheets -Oracle Open Office Calc : titles -Oracle Open Office Calc : titles;alignment (charts) -Oracle Open Office Calc : titles;changing -Oracle Open Office Calc : titles;editing in charts -Oracle Open Office Calc : titles;font effects -Oracle Open Office Calc : titles;formatting automatically -Oracle Open Office Calc : titles;formatting charts -Oracle Open Office Calc : titles;objects -Oracle Open Office Calc : TODAY function -Oracle Open Office Calc : toolbars -Oracle Open Office Calc : toolbars;adding buttons -Oracle Open Office Calc : toolbars;docking/undocking -Oracle Open Office Calc : toolbars;Form Navigation bar -Oracle Open Office Calc : toolbars;viewing/closing -Oracle Open Office Calc : tools bar -Oracle Open Office Calc : tooltips -Oracle Open Office Calc : tooltips;extended tips -Oracle Open Office Calc : tooltips;help -Oracle Open Office Calc : total amortizement rates -Oracle Open Office Calc : traces -Oracle Open Office Calc : traces;autorefreshing -Oracle Open Office Calc : traces;precedents and dependents -Oracle Open Office Calc : traces;precedents for multiple cells -Oracle Open Office Calc : traces;refreshing -Oracle Open Office Calc : tracing errors -Oracle Open Office Calc : traditional Chinese -Oracle Open Office Calc : traditional Chinese;translating to simplified chinese -Oracle Open Office Calc : transparency -Oracle Open Office Calc : transparency;areas -Oracle Open Office Calc : transparency;off for faster printing -Oracle Open Office Calc : transparency;saving -Oracle Open Office Calc : TRANSPOSE function -Oracle Open Office Calc : transposing tables -Oracle Open Office Calc : treasury bills -Oracle Open Office Calc : treasury bills;annual return -Oracle Open Office Calc : treasury bills;prices -Oracle Open Office Calc : treasury bills;rates of return -Oracle Open Office Calc : tree view of Help -Oracle Open Office Calc : TREND function -Oracle Open Office Calc : trend lines in charts -Oracle Open Office Calc : trigonometric functions -Oracle Open Office Calc : TRIM function -Oracle Open Office Calc : TRIMMEAN function -Oracle Open Office Calc : TRUE function -Oracle Open Office Calc : TRUNC function -Oracle Open Office Calc : TTEST function -Oracle Open Office Calc : TYPE function -Oracle Open Office Calc : typefaces -Oracle Open Office Calc : typefaces;adding under UNIX -Oracle Open Office Calc : typefaces;formats -Oracle Open Office Calc : typographical quotes in Oracle Open Office Writer -Oracle Open Office Calc : typography -Oracle Open Office Calc : typography;Asian -Oracle Open Office Calc : underlining -Oracle Open Office Calc : underlining;AutoFormat function -Oracle Open Office Calc : underlining;characters -Oracle Open Office Calc : underlining;text -Oracle Open Office Calc : undocking windows -Oracle Open Office Calc : undoing -Oracle Open Office Calc : undoing;direct formatting -Oracle Open Office Calc : undoing;editing -Oracle Open Office Calc : undoing;number of steps -Oracle Open Office Calc : ungrouping entries in DataPilot tables -Oracle Open Office Calc : ungrouping groups -Oracle Open Office Calc : UNICHAR function -Oracle Open Office Calc : UNICODE function -Oracle Open Office Calc : units -Oracle Open Office Calc : units;converting -Oracle Open Office Calc : units;measurement units -Oracle Open Office Calc : unmerging cells -Oracle Open Office Calc : UNO components -Oracle Open Office Calc : UNO components;Extension Manager -Oracle Open Office Calc : UNO components;integrating new -Oracle Open Office Calc : unprotecting cells -Oracle Open Office Calc : update options -Oracle Open Office Calc : updates -Oracle Open Office Calc : updates;checking automatically -Oracle Open Office Calc : updates;checking manually -Oracle Open Office Calc : updating -Oracle Open Office Calc : updating;DataPilot tables -Oracle Open Office Calc : updating;fields and charts, automatically (Writer) -Oracle Open Office Calc : updating;links in text documents -Oracle Open Office Calc : updating;links, on opening -Oracle Open Office Calc : updating;templates -Oracle Open Office Calc : updating;traces -Oracle Open Office Calc : UPPER function -Oracle Open Office Calc : URL -Oracle Open Office Calc : URL;changing hyperlink URLs -Oracle Open Office Calc : URL;definition -Oracle Open Office Calc : URL;in Calc -Oracle Open Office Calc : URL;in pictures -Oracle Open Office Calc : URL;saving absolute/relative paths -Oracle Open Office Calc : URL;turning off URL recognition -Oracle Open Office Calc : user data -Oracle Open Office Calc : user data;input -Oracle Open Office Calc : user data;removing when saving -Oracle Open Office Calc : user feedback -Oracle Open Office Calc : user feedback;automatically -Oracle Open Office Calc : user-defined dictionaries -Oracle Open Office Calc : user-defined dictionaries;creating -Oracle Open Office Calc : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Calc : user-defined dictionaries;editing -Oracle Open Office Calc : user-defined functions -Oracle Open Office Calc : user-defined styles -Oracle Open Office Calc : user-defined styles;automatically replacing -Oracle Open Office Calc : UTF-8/UCS2 support -Oracle Open Office Calc : validity -Oracle Open Office Calc : VALUE function -Oracle Open Office Calc : values -Oracle Open Office Calc : values;absolute -Oracle Open Office Calc : values;defining names -Oracle Open Office Calc : values;displaying in tables -Oracle Open Office Calc : values;highlighting -Oracle Open Office Calc : values;inserting in multiple cells -Oracle Open Office Calc : values;limiting on input -Oracle Open Office Calc : values;rounded as shown (Calc) -Oracle Open Office Calc : values;rounded in calculations -Oracle Open Office Calc : VAR function -Oracle Open Office Calc : VARA function -Oracle Open Office Calc : variables -Oracle Open Office Calc : variables;calculating equations -Oracle Open Office Calc : variables;defining names -Oracle Open Office Calc : variables;for paths -Oracle Open Office Calc : variances -Oracle Open Office Calc : variances;based on populations -Oracle Open Office Calc : variances;based on samples -Oracle Open Office Calc : variances -Oracle Open Office Calc : variances in charts -Oracle Open Office Calc : VARP function -Oracle Open Office Calc : VARPA function -Oracle Open Office Calc : VBA code -Oracle Open Office Calc : VBA code;loading/saving documents with VBA code -Oracle Open Office Calc : VDB function -Oracle Open Office Calc : version management -Oracle Open Office Calc : version numbers of documents -Oracle Open Office Calc : versions -Oracle Open Office Calc : versions;comparing documents -Oracle Open Office Calc : versions;file saving as, restriction -Oracle Open Office Calc : versions;merging document versions -Oracle Open Office Calc : versions;of a document -Oracle Open Office Calc : versions;Oracle Open Office -Oracle Open Office Calc : vertical callouts -Oracle Open Office Calc : vertical scrollbars (Writer) -Oracle Open Office Calc : vertical search function -Oracle Open Office Calc : vertical text boxes -Oracle Open Office Calc : videos -Oracle Open Office Calc : viewing -Oracle Open Office Calc : viewing;comments on cells -Oracle Open Office Calc : viewing;databases -Oracle Open Office Calc : viewing;file properties -Oracle Open Office Calc : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Calc : viewing;print ranges -Oracle Open Office Calc : viewing;toolbars -Oracle Open Office Calc : views -Oracle Open Office Calc : views;creating database views (Base) -Oracle Open Office Calc : views;defaults -Oracle Open Office Calc : views;full screen -Oracle Open Office Calc : views;icons -Oracle Open Office Calc : views;multiple sheets -Oracle Open Office Calc : views;scaling -Oracle Open Office Calc : views;tables -Oracle Open Office Calc : Visual Basic for Applications -Oracle Open Office Calc : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Calc : VLOOKUP function -Oracle Open Office Calc : watermarks -Oracle Open Office Calc : web documents -Oracle Open Office Calc : web documents;XForms -Oracle Open Office Calc : web pages -Oracle Open Office Calc : web pages;importing data -Oracle Open Office Calc : Web support -Oracle Open Office Calc : WebCast export -Oracle Open Office Calc : WebDAV over HTTPS -Oracle Open Office Calc : WebQuery filter -Oracle Open Office Calc : WEEKDAY function -Oracle Open Office Calc : WEEKNUM function -Oracle Open Office Calc : WEEKNUM_ADD function -Oracle Open Office Calc : WEEKS function -Oracle Open Office Calc : WEEKSINYEAR function -Oracle Open Office Calc : WEIBULL function -Oracle Open Office Calc : what if operations -Oracle Open Office Calc : what if operations;solver -Oracle Open Office Calc : what if operations;two variables -Oracle Open Office Calc : widths of cells -Oracle Open Office Calc : windows -Oracle Open Office Calc : windows;docking -Oracle Open Office Calc : windows;docking definition -Oracle Open Office Calc : windows;hiding/showing/docking -Oracle Open Office Calc : windows;new -Oracle Open Office Calc : windows;splitting -Oracle Open Office Calc : wizards -Oracle Open Office Calc : wizards;agendas -Oracle Open Office Calc : wizards;database queries -Oracle Open Office Calc : wizards;database tables (Base) -Oracle Open Office Calc : wizards;databases (Base) -Oracle Open Office Calc : wizards;document converter -Oracle Open Office Calc : wizards;Euro Converter -Oracle Open Office Calc : wizards;faxes -Oracle Open Office Calc : wizards;forms -Oracle Open Office Calc : wizards;functions -Oracle Open Office Calc : wizards;letters -Oracle Open Office Calc : wizards;macros (Base) -Oracle Open Office Calc : wizards;overview -Oracle Open Office Calc : wizards;presentations -Oracle Open Office Calc : wizards;reports -Oracle Open Office Calc : word completion on/off -Oracle Open Office Calc : Word documents -Oracle Open Office Calc : Word documents;compatibility -Oracle Open Office Calc : Word documents;saving as -Oracle Open Office Calc : WordArt, see Fontwork -Oracle Open Office Calc : words -Oracle Open Office Calc : words;automatically replacing -Oracle Open Office Calc : words;wrapping in cells -Oracle Open Office Calc : words;wrapping in CTL -Oracle Open Office Calc : WORKDAY function -Oracle Open Office Calc : working directory change -Oracle Open Office Calc : worksheet names -Oracle Open Office Calc : wrapping text -Oracle Open Office Calc : wrapping text;in cells -Oracle Open Office Calc : write protection on/off -Oracle Open Office Calc : writing aids options -Oracle Open Office Calc : WYSIWYG in fonts lists -Oracle Open Office Calc : X axes -Oracle Open Office Calc : X axes;grid formatting -Oracle Open Office Calc : X axes;positioning -Oracle Open Office Calc : X axes;scaling -Oracle Open Office Calc : X axes;showing -Oracle Open Office Calc : XForms -Oracle Open Office Calc : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Calc : XForms;conditions -Oracle Open Office Calc : XForms;opening/editing -Oracle Open Office Calc : XIRR function -Oracle Open Office Calc : XML converters -Oracle Open Office Calc : XML file formats -Oracle Open Office Calc : XML filters -Oracle Open Office Calc : XML filters;creating/testing -Oracle Open Office Calc : XML filters;saving as package/installing/deleting -Oracle Open Office Calc : XML filters;settings -Oracle Open Office Calc : XML Forms, see XForms -Oracle Open Office Calc : XNPV function -Oracle Open Office Calc : XSLT filters, see also XML filters -Oracle Open Office Calc : XY charts -Oracle Open Office Calc : Y axes -Oracle Open Office Calc : Y axes;formatting -Oracle Open Office Calc : Y axes;grid formatting -Oracle Open Office Calc : Y axes;positioning -Oracle Open Office Calc : Y axes;scaling -Oracle Open Office Calc : Y axes;showing -Oracle Open Office Calc : YEAR function -Oracle Open Office Calc : YEARFRAC function -Oracle Open Office Calc : years -Oracle Open Office Calc : years;2-digit options -Oracle Open Office Calc : years;2-digits -Oracle Open Office Calc : YEARS function -Oracle Open Office Calc : YIELD function -Oracle Open Office Calc : YIELDDISC function -Oracle Open Office Calc : YIELDMAT function -Oracle Open Office Calc : yields, see also rates of return -Oracle Open Office Calc : Z axes -Oracle Open Office Calc : Z axes;grid formatting -Oracle Open Office Calc : Z axes;showing -Oracle Open Office Calc : zero values -Oracle Open Office Calc : zero values;displaying (Calc) -Oracle Open Office Calc : zero values;entering leading zeros -Oracle Open Office Calc : zero values;printing -Oracle Open Office Calc : zooming -Oracle Open Office Calc : zooming;enlarging page views -Oracle Open Office Calc : zooming;page views -Oracle Open Office Calc : zooming;pictures -Oracle Open Office Calc : zooming;reducing page views -Oracle Open Office Calc : zooming;status bar -Oracle Open Office Calc : ZTEST function -Oracle Open Office Chart : 1/2 replacement -Oracle Open Office Chart : 3D charts -Oracle Open Office Chart : 3D text creation -Oracle Open Office Chart : abbreviation replacement -Oracle Open Office Chart : absolute hyperlinks -Oracle Open Office Chart : absolute saving of URLs -Oracle Open Office Chart : accents -Oracle Open Office Chart : Access databases (base) -Oracle Open Office Chart : access rights for database tables (Base) -Oracle Open Office Chart : accessibility -Oracle Open Office Chart : accessibility;general shortcuts -Oracle Open Office Chart : accessibility;options -Oracle Open Office Chart : accessibility;Oracle Open Office assistive technology -Oracle Open Office Chart : accessibility;Oracle Open Office features -Oracle Open Office Chart : activating -Oracle Open Office Chart : activating;context menus -Oracle Open Office Chart : activating;Error Report Tool -Oracle Open Office Chart : activating;extended help tips -Oracle Open Office Chart : activating;plug-ins -Oracle Open Office Chart : ActiveX control -Oracle Open Office Chart : Adabas D databases (base) -Oracle Open Office Chart : add-ons, see UNO components -Oracle Open Office Chart : additional selection mode -Oracle Open Office Chart : address books -Oracle Open Office Chart : address books;LDAP server (Base) -Oracle Open Office Chart : address books;registering -Oracle Open Office Chart : address labels from databases -Oracle Open Office Chart : ADO databases (Base) -Oracle Open Office Chart : Agenda Wizard -Oracle Open Office Chart : aging filter -Oracle Open Office Chart : aligning -Oracle Open Office Chart : aligning;2D charts -Oracle Open Office Chart : aligning;cells -Oracle Open Office Chart : aligning;objects -Oracle Open Office Chart : aligning;paragraphs -Oracle Open Office Chart : aligning;tables in text -Oracle Open Office Chart : aligning;text objects -Oracle Open Office Chart : aligning;titles in charts -Oracle Open Office Chart : alternative fonts -Oracle Open Office Chart : ampersand symbol, see also operators -Oracle Open Office Chart : anchors -Oracle Open Office Chart : anchors;changing -Oracle Open Office Chart : anchors;displaying (Calc) -Oracle Open Office Chart : anchors;types/positions for draw objects -Oracle Open Office Chart : animations -Oracle Open Office Chart : animations;accessibility options -Oracle Open Office Chart : appearance options -Oracle Open Office Chart : Arabic -Oracle Open Office Chart : Arabic;entering text -Oracle Open Office Chart : Arabic;language settings -Oracle Open Office Chart : area charts -Oracle Open Office Chart : areas -Oracle Open Office Chart : areas;bitmap patterns -Oracle Open Office Chart : areas;hatched/dotted -Oracle Open Office Chart : areas;shadows -Oracle Open Office Chart : areas;slanting -Oracle Open Office Chart : areas;styles -Oracle Open Office Chart : areas;transparency -Oracle Open Office Chart : arguments in command line -Oracle Open Office Chart : arranging -Oracle Open Office Chart : arranging;objects -Oracle Open Office Chart : arrows -Oracle Open Office Chart : arrows;defining arrow heads -Oracle Open Office Chart : arrows;defining arrow lines -Oracle Open Office Chart : arrows;drawing in text -Oracle Open Office Chart : ASCII -Oracle Open Office Chart : ASCII;definition -Oracle Open Office Chart : Asian languages -Oracle Open Office Chart : Asian languages;enabling -Oracle Open Office Chart : Asian Phonetic Guide -Oracle Open Office Chart : Asian typography -Oracle Open Office Chart : assigning scripts -Oracle Open Office Chart : assistive technology in Oracle Open Office -Oracle Open Office Chart : attaching toolbars -Oracle Open Office Chart : attachments in e-mails -Oracle Open Office Chart : audio -Oracle Open Office Chart : auto reloading HTML documents -Oracle Open Office Chart : AutoAbstract function for sending text to presentations -Oracle Open Office Chart : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Chart : AutoComplete function in text and list boxes -Oracle Open Office Chart : AutoCorrect function -Oracle Open Office Chart : AutoCorrect function;context menu -Oracle Open Office Chart : AutoCorrect function;options -Oracle Open Office Chart : AutoCorrect function;pictures and frames -Oracle Open Office Chart : AutoCorrect function;quotes -Oracle Open Office Chart : AutoCorrect function;replacement table -Oracle Open Office Chart : AutoCorrect function;switching on and off in Calc -Oracle Open Office Chart : AutoCorrect function;URL recognition -Oracle Open Office Chart : AutoFormat function -Oracle Open Office Chart : AutoFormat function;switching on and off -Oracle Open Office Chart : automatic captions (Writer) -Oracle Open Office Chart : automatic control focus -Oracle Open Office Chart : automatic hyperlink formatting -Oracle Open Office Chart : automatic line breaks -Oracle Open Office Chart : automatic lines/borders in text -Oracle Open Office Chart : automatic saving -Oracle Open Office Chart : AutoPilots, see wizards -Oracle Open Office Chart : AutoValue (Base) -Oracle Open Office Chart : averages in charts -Oracle Open Office Chart : axes -Oracle Open Office Chart : axes;better scaling -Oracle Open Office Chart : axes;formatting -Oracle Open Office Chart : axes;formatting grids -Oracle Open Office Chart : axes;inserting grids -Oracle Open Office Chart : axes;interval marks -Oracle Open Office Chart : axes;showing axes in charts -Oracle Open Office Chart : axes in charts -Oracle Open Office Chart : backgrounds -Oracle Open Office Chart : backgrounds;defining colors/pictures -Oracle Open Office Chart : backgrounds;frames/sections/indexes -Oracle Open Office Chart : backgrounds;inserting from Gallery -Oracle Open Office Chart : backgrounds;printing -Oracle Open Office Chart : backing window -Oracle Open Office Chart : backups -Oracle Open Office Chart : backups;automatic -Oracle Open Office Chart : backups;documents -Oracle Open Office Chart : bar charts -Oracle Open Office Chart : Basic -Oracle Open Office Chart : Basic;fonts for source display -Oracle Open Office Chart : Basic;programming -Oracle Open Office Chart : Basic;recording macros -Oracle Open Office Chart : basic fonts -Oracle Open Office Chart : Bézier curves -Oracle Open Office Chart : Bézier curves;control points in presentations -Oracle Open Office Chart : bi-directional writing -Oracle Open Office Chart : binding space -Oracle Open Office Chart : bitmaps -Oracle Open Office Chart : bitmaps;inserting and editing -Oracle Open Office Chart : bitmaps;off for faster printing -Oracle Open Office Chart : bitmaps;patterns -Oracle Open Office Chart : black and white printing -Oracle Open Office Chart : black printing in Calc -Oracle Open Office Chart : block selection mode -Oracle Open Office Chart : bold -Oracle Open Office Chart : bold;AutoFormat function -Oracle Open Office Chart : bold;text -Oracle Open Office Chart : bookmarks -Oracle Open Office Chart : bookmarks;Help -Oracle Open Office Chart : borders -Oracle Open Office Chart : borders;arranging -Oracle Open Office Chart : borders;cells on screen (Calc) -Oracle Open Office Chart : borders;for paragraphs -Oracle Open Office Chart : borders;for tables -Oracle Open Office Chart : borders;shadows -Oracle Open Office Chart : borders;table boundaries (Writer) -Oracle Open Office Chart : borders, see also frames -Oracle Open Office Chart : bound fields -Oracle Open Office Chart : bound fields;controls -Oracle Open Office Chart : boundaries of tables (Writer) -Oracle Open Office Chart : break display (Writer) -Oracle Open Office Chart : brochures -Oracle Open Office Chart : brochures;printing several -Oracle Open Office Chart : bubble charts -Oracle Open Office Chart : build numbers of Oracle Open Office -Oracle Open Office Chart : bullet lists -Oracle Open Office Chart : bullet lists;formatting options -Oracle Open Office Chart : bullets -Oracle Open Office Chart : bullets;paragraphs -Oracle Open Office Chart : bullets;replacing -Oracle Open Office Chart : bullets;turning off -Oracle Open Office Chart : business cards -Oracle Open Office Chart : business cards;creating and synchronizing -Oracle Open Office Chart : business cards;using templates -Oracle Open Office Chart : button bars, see toolbars -Oracle Open Office Chart : buttons -Oracle Open Office Chart : buttons;adding push buttons -Oracle Open Office Chart : buttons;big/small -Oracle Open Office Chart : buttons;editing hyperlink buttons -Oracle Open Office Chart : buttons;form functions -Oracle Open Office Chart : buttons;toolbars -Oracle Open Office Chart : cache for graphics -Oracle Open Office Chart : calculating -Oracle Open Office Chart : calculating;iterative references (Calc) -Oracle Open Office Chart : calculating;regression curves -Oracle Open Office Chart : callouts -Oracle Open Office Chart : callouts;drawings -Oracle Open Office Chart : capital letters -Oracle Open Office Chart : capital letters;AutoCorrect function -Oracle Open Office Chart : capital letters;font effects -Oracle Open Office Chart : captions -Oracle Open Office Chart : captions;automatic captions (Writer) -Oracle Open Office Chart : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Chart : captions, see also labels/callouts -Oracle Open Office Chart : cascading update (Base) -Oracle Open Office Chart : case sensitivity -Oracle Open Office Chart : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Chart : case sensitivity;searching -Oracle Open Office Chart : cells -Oracle Open Office Chart : cells;aligning -Oracle Open Office Chart : cells;coloring (Calc) -Oracle Open Office Chart : cells;cursor positions after input (Calc) -Oracle Open Office Chart : cells;formatting without effect (Calc) -Oracle Open Office Chart : cells;line breaks -Oracle Open Office Chart : cells;linked to controls -Oracle Open Office Chart : cells;number of -Oracle Open Office Chart : cells;pasting -Oracle Open Office Chart : cells;resetting formats -Oracle Open Office Chart : cells;showing grid lines (Calc) -Oracle Open Office Chart : centered text -Oracle Open Office Chart : centimeters -Oracle Open Office Chart : certificates -Oracle Open Office Chart : changes -Oracle Open Office Chart : changes;accepting or rejecting -Oracle Open Office Chart : changes;comparing to original -Oracle Open Office Chart : changes;protecting -Oracle Open Office Chart : changes;recording -Oracle Open Office Chart : changes;review function -Oracle Open Office Chart : changes;showing -Oracle Open Office Chart : changing -Oracle Open Office Chart : changing;document titles -Oracle Open Office Chart : changing;file associations in Setup program -Oracle Open Office Chart : changing;icon sizes -Oracle Open Office Chart : changing;links -Oracle Open Office Chart : changing;work directory -Oracle Open Office Chart : changing, see also editing and replacing -Oracle Open Office Chart : character styles -Oracle Open Office Chart : character styles;language selection -Oracle Open Office Chart : characters -Oracle Open Office Chart : characters;alternative fonts -Oracle Open Office Chart : characters;Asian layout -Oracle Open Office Chart : characters;bold -Oracle Open Office Chart : characters;coloring -Oracle Open Office Chart : characters;displaying only on screen (Writer) -Oracle Open Office Chart : characters;enabling CTL and Asian characters -Oracle Open Office Chart : characters;font effects -Oracle Open Office Chart : characters;fonts and formats -Oracle Open Office Chart : characters;hyperlinks -Oracle Open Office Chart : characters;italics -Oracle Open Office Chart : characters;language selection -Oracle Open Office Chart : characters;shadowed -Oracle Open Office Chart : characters;spacing -Oracle Open Office Chart : characters;special -Oracle Open Office Chart : characters;underlining -Oracle Open Office Chart : charcoal sketches filter -Oracle Open Office Chart : chart legends -Oracle Open Office Chart : chart legends;hiding -Oracle Open Office Chart : chart legends;showing icons with labels -Oracle Open Office Chart : chart types -Oracle Open Office Chart : chart types;area -Oracle Open Office Chart : chart types;bubble -Oracle Open Office Chart : chart types;column and bar -Oracle Open Office Chart : chart types;column and line -Oracle Open Office Chart : chart types;line -Oracle Open Office Chart : chart types;net -Oracle Open Office Chart : chart types;pie/donut -Oracle Open Office Chart : chart types;stock -Oracle Open Office Chart : chart types;XY (scatter) -Oracle Open Office Chart : charts -Oracle Open Office Chart : charts;3D views -Oracle Open Office Chart : charts;aligning -Oracle Open Office Chart : charts;arranging within stacks -Oracle Open Office Chart : charts;bars with textures -Oracle Open Office Chart : charts;choosing chart types -Oracle Open Office Chart : charts;colors -Oracle Open Office Chart : charts;copying with link to source cell range -Oracle Open Office Chart : charts;data labels -Oracle Open Office Chart : charts;displaying (Calc) -Oracle Open Office Chart : charts;editing axes -Oracle Open Office Chart : charts;editing data -Oracle Open Office Chart : charts;editing legends -Oracle Open Office Chart : charts;editing titles -Oracle Open Office Chart : charts;formatting areas -Oracle Open Office Chart : charts;formatting floors -Oracle Open Office Chart : charts;formatting walls -Oracle Open Office Chart : charts;inserting -Oracle Open Office Chart : charts;overview -Oracle Open Office Chart : charts;positioning axes -Oracle Open Office Chart : charts;properties -Oracle Open Office Chart : charts;reorganizing -Oracle Open Office Chart : charts;scaling axes -Oracle Open Office Chart : charts;scaling text -Oracle Open Office Chart : charts;shortcuts -Oracle Open Office Chart : charts;showing axes -Oracle Open Office Chart : charts;updating automatically (Writer) -Oracle Open Office Chart : check box creation -Oracle Open Office Chart : Chinese writing systems -Oracle Open Office Chart : choosing printers -Oracle Open Office Chart : circle drawings -Oracle Open Office Chart : Client Side ImageMap -Oracle Open Office Chart : clipboard -Oracle Open Office Chart : clipboard;cutting -Oracle Open Office Chart : clipboard;pasting -Oracle Open Office Chart : clipboard;pasting formatted/unformatted text -Oracle Open Office Chart : clipboard;selection clipboard -Oracle Open Office Chart : clipboard;Unix -Oracle Open Office Chart : closing -Oracle Open Office Chart : closing;documents -Oracle Open Office Chart : closing;toolbars -Oracle Open Office Chart : collaboration -Oracle Open Office Chart : color bar -Oracle Open Office Chart : colors -Oracle Open Office Chart : colors;adding -Oracle Open Office Chart : colors;appearance -Oracle Open Office Chart : colors;backgrounds -Oracle Open Office Chart : colors;charts -Oracle Open Office Chart : colors;fill format -Oracle Open Office Chart : colors;fonts -Oracle Open Office Chart : colors;grid lines and cells (Calc) -Oracle Open Office Chart : colors;models -Oracle Open Office Chart : colors;not printing -Oracle Open Office Chart : colors;printing in grayscale -Oracle Open Office Chart : colors;restriction (Calc) -Oracle Open Office Chart : colors;selection -Oracle Open Office Chart : column and line charts -Oracle Open Office Chart : column charts -Oracle Open Office Chart : column headers -Oracle Open Office Chart : column headers;displaying (Calc) -Oracle Open Office Chart : column headers;highlighting (Calc) -Oracle Open Office Chart : columns -Oracle Open Office Chart : columns;setting with the mouse -Oracle Open Office Chart : combination charts -Oracle Open Office Chart : combo box creation -Oracle Open Office Chart : command button creation -Oracle Open Office Chart : command buttons, see push buttons -Oracle Open Office Chart : command line parameters -Oracle Open Office Chart : commands -Oracle Open Office Chart : commands;repeating -Oracle Open Office Chart : commands;SQL -Oracle Open Office Chart : comments -Oracle Open Office Chart : comments;displaying (Calc) -Oracle Open Office Chart : comments;inserting/editing/deleting/printing -Oracle Open Office Chart : comments;on changes -Oracle Open Office Chart : comments;printing in text -Oracle Open Office Chart : common terms -Oracle Open Office Chart : common terms;Chinese dictionary -Oracle Open Office Chart : common terms;glossaries -Oracle Open Office Chart : common terms;Internet glossary -Oracle Open Office Chart : comparisons -Oracle Open Office Chart : comparisons;document versions -Oracle Open Office Chart : comparisons;operators in default filter dialog -Oracle Open Office Chart : compatibility settings for MS Word import -Oracle Open Office Chart : complete screen view -Oracle Open Office Chart : complex text layout -Oracle Open Office Chart : complex text layout;definition -Oracle Open Office Chart : complex text layout;enabling -Oracle Open Office Chart : complex text layout, see CTL -Oracle Open Office Chart : compose key to insert special characters -Oracle Open Office Chart : concatenation, see ampersand symbol -Oracle Open Office Chart : conditional separators -Oracle Open Office Chart : conditions -Oracle Open Office Chart : conditions;in number formats -Oracle Open Office Chart : conditions;items in Data Navigator -Oracle Open Office Chart : Configuration Manager -Oracle Open Office Chart : configuring -Oracle Open Office Chart : configuring;fax icon -Oracle Open Office Chart : configuring;Oracle Open Office -Oracle Open Office Chart : configuring;toolbars -Oracle Open Office Chart : connections to data sources (Base) -Oracle Open Office Chart : contents protection -Oracle Open Office Chart : context menus -Oracle Open Office Chart : control point display in presentations -Oracle Open Office Chart : controls -Oracle Open Office Chart : controls;activating in forms -Oracle Open Office Chart : controls;adding to documents -Oracle Open Office Chart : controls;arranging in forms -Oracle Open Office Chart : controls;arranging within stacks -Oracle Open Office Chart : controls;assigning data sources -Oracle Open Office Chart : controls;assigning macros (Basic) -Oracle Open Office Chart : controls;bound fields/list contents/linked cells -Oracle Open Office Chart : controls;events -Oracle Open Office Chart : controls;focus -Oracle Open Office Chart : controls;formatted fields -Oracle Open Office Chart : controls;grouping -Oracle Open Office Chart : controls;hidden -Oracle Open Office Chart : controls;inserting -Oracle Open Office Chart : controls;multi-line titles -Oracle Open Office Chart : controls;positions and sizes -Oracle Open Office Chart : controls;printing -Oracle Open Office Chart : controls;properties of form controls -Oracle Open Office Chart : controls;properties of table controls -Oracle Open Office Chart : controls;reference by SQL -Oracle Open Office Chart : controls;rich text control -Oracle Open Office Chart : controls;select mode -Oracle Open Office Chart : controls;showing (Writer) -Oracle Open Office Chart : converters -Oracle Open Office Chart : converters;Euro converter -Oracle Open Office Chart : converters;PostScript, UNIX -Oracle Open Office Chart : converters;XML -Oracle Open Office Chart : converting -Oracle Open Office Chart : converting;Hangul/Hanja -Oracle Open Office Chart : converting;metrics -Oracle Open Office Chart : converting;Microsoft documents -Oracle Open Office Chart : converting;Oracle Open Office documents -Oracle Open Office Chart : converting;Pocket PC formats -Oracle Open Office Chart : copies -Oracle Open Office Chart : copies;printing -Oracle Open Office Chart : copying -Oracle Open Office Chart : copying;by drag and drop -Oracle Open Office Chart : copying;data from text documents -Oracle Open Office Chart : copying;datasource records in spreadsheets -Oracle Open Office Chart : copying;draw objects -Oracle Open Office Chart : copying;draw objects between documents -Oracle Open Office Chart : copying;formatting -Oracle Open Office Chart : copying;from data source view -Oracle Open Office Chart : copying;from Gallery -Oracle Open Office Chart : copying;in Unix -Oracle Open Office Chart : copying;pictures, between documents -Oracle Open Office Chart : copying;sheet areas, to text documents -Oracle Open Office Chart : copying;to Gallery -Oracle Open Office Chart : copyright for Oracle Open Office -Oracle Open Office Chart : corner roundings -Oracle Open Office Chart : crash reports -Oracle Open Office Chart : criteria of query design (Base) -Oracle Open Office Chart : cropping pictures -Oracle Open Office Chart : CTL -Oracle Open Office Chart : CTL;(not) wrapping words -Oracle Open Office Chart : CTL;complex text layout languages -Oracle Open Office Chart : CTL;definition -Oracle Open Office Chart : CTL;options -Oracle Open Office Chart : currencies -Oracle Open Office Chart : currencies;converters -Oracle Open Office Chart : currencies;format codes -Oracle Open Office Chart : currency field creation -Oracle Open Office Chart : currency formats -Oracle Open Office Chart : cursor -Oracle Open Office Chart : cursor;allowing in protected areas (Writer) -Oracle Open Office Chart : cursor;in read-only text -Oracle Open Office Chart : cursor;quickly moving to an object -Oracle Open Office Chart : curves -Oracle Open Office Chart : curves;editing points -Oracle Open Office Chart : curves;properties in line charts/XY charts -Oracle Open Office Chart : custom dictionaries -Oracle Open Office Chart : custom dictionaries;editing -Oracle Open Office Chart : custom hyphens (Writer) -Oracle Open Office Chart : custom quotes -Oracle Open Office Chart : custom templates -Oracle Open Office Chart : customizing -Oracle Open Office Chart : customizing;events -Oracle Open Office Chart : customizing;keyboard -Oracle Open Office Chart : customizing;menus -Oracle Open Office Chart : customizing;Oracle Open Office -Oracle Open Office Chart : customizing;round corners -Oracle Open Office Chart : customizing;toolbars -Oracle Open Office Chart : cutting -Oracle Open Office Chart : dashes -Oracle Open Office Chart : data -Oracle Open Office Chart : data;filtering in forms -Oracle Open Office Chart : data;forms and subforms -Oracle Open Office Chart : data;read-only -Oracle Open Office Chart : data;sorting in forms -Oracle Open Office Chart : data;user data -Oracle Open Office Chart : data binding change in XForms -Oracle Open Office Chart : data labels in charts -Oracle Open Office Chart : Data Navigator -Oracle Open Office Chart : Data Navigator;adding/editing items -Oracle Open Office Chart : Data Navigator;display options -Oracle Open Office Chart : data ranges in charts -Oracle Open Office Chart : data series -Oracle Open Office Chart : data source browser -Oracle Open Office Chart : data source explorer -Oracle Open Office Chart : data source view -Oracle Open Office Chart : data source view;drag and drop -Oracle Open Office Chart : data source view;overview -Oracle Open Office Chart : data source view;showing -Oracle Open Office Chart : data sources -Oracle Open Office Chart : data sources;as tables -Oracle Open Office Chart : data sources;connection settings (Base) -Oracle Open Office Chart : data sources;copying records to spreadsheets -Oracle Open Office Chart : data sources;displaying current -Oracle Open Office Chart : data sources;LDAP server (Base) -Oracle Open Office Chart : data sources;Oracle Open Office Base -Oracle Open Office Chart : data sources;registering address books -Oracle Open Office Chart : data sources;reports -Oracle Open Office Chart : data sources;setting for stock charts -Oracle Open Office Chart : data sources;viewing -Oracle Open Office Chart : data structure of XForms -Oracle Open Office Chart : data values in charts -Oracle Open Office Chart : data, see also values -Oracle Open Office Chart : database contents -Oracle Open Office Chart : database contents;inserting as tables -Oracle Open Office Chart : database contents;inserting as text -Oracle Open Office Chart : database reports -Oracle Open Office Chart : Database Wizard (Base) -Oracle Open Office Chart : databases -Oracle Open Office Chart : databases;administration through SQL (Base) -Oracle Open Office Chart : databases;ADO (Base) -Oracle Open Office Chart : databases;connecting (Base) -Oracle Open Office Chart : databases;creating -Oracle Open Office Chart : databases;creating labels -Oracle Open Office Chart : databases;creating queries -Oracle Open Office Chart : databases;creating reports -Oracle Open Office Chart : databases;creating tables -Oracle Open Office Chart : databases;deleting (Base) -Oracle Open Office Chart : databases;drag and drop (Base) -Oracle Open Office Chart : databases;editing tables -Oracle Open Office Chart : databases;form filters -Oracle Open Office Chart : databases;formats (Base) -Oracle Open Office Chart : databases;importing/exporting -Oracle Open Office Chart : databases;JDBC (Base) -Oracle Open Office Chart : databases;main page (Base) -Oracle Open Office Chart : databases;ODBC (Base) -Oracle Open Office Chart : databases;overview -Oracle Open Office Chart : databases;registering (Base) -Oracle Open Office Chart : databases;searching records -Oracle Open Office Chart : databases;shortcut keys -Oracle Open Office Chart : databases;sorting -Oracle Open Office Chart : databases;standard filters -Oracle Open Office Chart : databases;text formats -Oracle Open Office Chart : databases;viewing -Oracle Open Office Chart : date fields -Oracle Open Office Chart : date fields;creating -Oracle Open Office Chart : date fields;properties -Oracle Open Office Chart : date formats -Oracle Open Office Chart : dates -Oracle Open Office Chart : dates;default (Calc) -Oracle Open Office Chart : dates;printing in presentations -Oracle Open Office Chart : dates;start 1900/01/01 (Calc) -Oracle Open Office Chart : dates;start 1904/01/01 (Calc) -Oracle Open Office Chart : dBASE -Oracle Open Office Chart : dBASE;database settings (Base) -Oracle Open Office Chart : DDE -Oracle Open Office Chart : DDE;definition -Oracle Open Office Chart : deactivating -Oracle Open Office Chart : deactivating;plug-ins -Oracle Open Office Chart : decimal places displayed (Calc) -Oracle Open Office Chart : decimal separator key -Oracle Open Office Chart : decimal tab stops -Oracle Open Office Chart : default directories -Oracle Open Office Chart : default filters -Oracle Open Office Chart : default filters;comparison operators -Oracle Open Office Chart : default filters;databases -Oracle Open Office Chart : default printer -Oracle Open Office Chart : default printer;setting up -Oracle Open Office Chart : default printer;UNIX -Oracle Open Office Chart : default templates -Oracle Open Office Chart : default templates;changing -Oracle Open Office Chart : default templates;organizing -Oracle Open Office Chart : defaults -Oracle Open Office Chart : defaults;documents -Oracle Open Office Chart : defaults;file formats in file dialogs -Oracle Open Office Chart : defaults;file formats in Oracle Open Office -Oracle Open Office Chart : defaults;fonts -Oracle Open Office Chart : defaults;grids (Writer/Calc) -Oracle Open Office Chart : defaults;languages -Oracle Open Office Chart : defaults;number formats -Oracle Open Office Chart : defaults;of saving -Oracle Open Office Chart : defaults;program configuration -Oracle Open Office Chart : defaults;tab stops in text -Oracle Open Office Chart : defaults;views -Oracle Open Office Chart : defining -Oracle Open Office Chart : defining;arrowheads and other line ends -Oracle Open Office Chart : defining;colors -Oracle Open Office Chart : defining;line styles -Oracle Open Office Chart : defining;paragraph borders -Oracle Open Office Chart : defining;queries (Base) -Oracle Open Office Chart : defining;table borders -Oracle Open Office Chart : deleting -Oracle Open Office Chart : deleting;all direct formatting -Oracle Open Office Chart : deleting;comments -Oracle Open Office Chart : deleting;databases (Base) -Oracle Open Office Chart : deleting;hyperlinks -Oracle Open Office Chart : deleting;lines in text -Oracle Open Office Chart : deleting;models/instances -Oracle Open Office Chart : deleting;namespaces in XForms -Oracle Open Office Chart : deleting;tab stops -Oracle Open Office Chart : deleting;templates -Oracle Open Office Chart : deleting;XML filters -Oracle Open Office Chart : depth stagger -Oracle Open Office Chart : descriptions for objects -Oracle Open Office Chart : design mode after saving -Oracle Open Office Chart : design view -Oracle Open Office Chart : design view;creating forms -Oracle Open Office Chart : design view;queries/views (Base) -Oracle Open Office Chart : designing -Oracle Open Office Chart : designing;database tables -Oracle Open Office Chart : designing;fonts -Oracle Open Office Chart : designing;queries (Base) -Oracle Open Office Chart : detaching toolbars -Oracle Open Office Chart : dictionaries -Oracle Open Office Chart : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Chart : dictionaries;creating -Oracle Open Office Chart : dictionaries;editing user-defined -Oracle Open Office Chart : dictionaries;spellcheck -Oracle Open Office Chart : dictionaries, see also languages -Oracle Open Office Chart : digital signatures -Oracle Open Office Chart : digital signatures;getting/managing/applying -Oracle Open Office Chart : digital signatures;overview -Oracle Open Office Chart : digital signatures;WebDAV over HTTPS -Oracle Open Office Chart : direct formatting -Oracle Open Office Chart : direct formatting;undoing all -Oracle Open Office Chart : directories -Oracle Open Office Chart : directories;creating new -Oracle Open Office Chart : directories;directory structure -Oracle Open Office Chart : disabled persons -Oracle Open Office Chart : displaying -Oracle Open Office Chart : displaying;comments (Calc) -Oracle Open Office Chart : displaying;comments in text documents -Oracle Open Office Chart : displaying;non-printing characters (Writer) -Oracle Open Office Chart : displaying;pictures and objects (Writer) -Oracle Open Office Chart : displaying;tables (Writer) -Oracle Open Office Chart : displaying;zero values (Calc) -Oracle Open Office Chart : distances -Oracle Open Office Chart : distinct values in SQL queries -Oracle Open Office Chart : distorting in drawings -Oracle Open Office Chart : distributing XML filters -Oracle Open Office Chart : docking -Oracle Open Office Chart : docking;definition -Oracle Open Office Chart : docking;toolbars -Oracle Open Office Chart : docking;windows -Oracle Open Office Chart : Document Converter Wizard -Oracle Open Office Chart : Document Map, see Navigator -Oracle Open Office Chart : document types in Oracle Open Office -Oracle Open Office Chart : documents -Oracle Open Office Chart : documents;changing titles -Oracle Open Office Chart : documents;closing -Oracle Open Office Chart : documents;comparing -Oracle Open Office Chart : documents;contents as lists -Oracle Open Office Chart : documents;editing time -Oracle Open Office Chart : documents;exporting -Oracle Open Office Chart : documents;importing -Oracle Open Office Chart : documents;languages -Oracle Open Office Chart : documents;measurement units in -Oracle Open Office Chart : documents;merging -Oracle Open Office Chart : documents;number of pages/tables/sheets -Oracle Open Office Chart : documents;opening -Oracle Open Office Chart : documents;opening in design mode -Oracle Open Office Chart : documents;opening with templates -Oracle Open Office Chart : documents;organizing -Oracle Open Office Chart : documents;printing -Oracle Open Office Chart : documents;read-only -Oracle Open Office Chart : documents;reloading -Oracle Open Office Chart : documents;saving -Oracle Open Office Chart : documents;saving automatically -Oracle Open Office Chart : documents;saving in other formats -Oracle Open Office Chart : documents;sending as e-mail -Oracle Open Office Chart : documents;styles changed -Oracle Open Office Chart : documents;version management -Oracle Open Office Chart : documents;version numbers -Oracle Open Office Chart : donut charts -Oracle Open Office Chart : dotted areas -Oracle Open Office Chart : double-line spacing in paragraphs -Oracle Open Office Chart : double-line writing in Asian layout -Oracle Open Office Chart : drag and drop -Oracle Open Office Chart : drag and drop;copying and pasting text -Oracle Open Office Chart : drag and drop;data source view -Oracle Open Office Chart : drag and drop;from Gallery to draw objects -Oracle Open Office Chart : drag and drop;overview -Oracle Open Office Chart : drag and drop;pictures -Oracle Open Office Chart : drag and drop;to Gallery -Oracle Open Office Chart : draw objects -Oracle Open Office Chart : draw objects;adding/editing/copying -Oracle Open Office Chart : draw objects;anchoring -Oracle Open Office Chart : draw objects;arranging within stacks -Oracle Open Office Chart : draw objects;copying between documents -Oracle Open Office Chart : draw objects;displaying (Calc) -Oracle Open Office Chart : draw objects;dropping Gallery pictures -Oracle Open Office Chart : draw objects;flipping -Oracle Open Office Chart : draw objects;legends -Oracle Open Office Chart : draw objects;positioning and resizing -Oracle Open Office Chart : draw objects;protecting -Oracle Open Office Chart : draw objects;slanting -Oracle Open Office Chart : draw objects;text in -Oracle Open Office Chart : Drawing bar -Oracle Open Office Chart : drawing lines in text -Oracle Open Office Chart : drawings -Oracle Open Office Chart : drawings;creating/opening -Oracle Open Office Chart : drawings;languages -Oracle Open Office Chart : drawings;printing -Oracle Open Office Chart : drawings;printing defaults -Oracle Open Office Chart : drawings;printing in text documents -Oracle Open Office Chart : drawings;saving -Oracle Open Office Chart : drawings;saving automatically -Oracle Open Office Chart : drawings;saving in other formats -Oracle Open Office Chart : drawings;sending as e-mail -Oracle Open Office Chart : drawings;showing (Writer) -Oracle Open Office Chart : drawings, see also draw objects -Oracle Open Office Chart : drop-down lists in form functions -Oracle Open Office Chart : e-mail attachments -Oracle Open Office Chart : Edit File icon -Oracle Open Office Chart : edit mode -Oracle Open Office Chart : edit mode;after opening -Oracle Open Office Chart : edit mode;through Enter key (Calc) -Oracle Open Office Chart : Edit Points bar -Oracle Open Office Chart : editing -Oracle Open Office Chart : editing;chart axes -Oracle Open Office Chart : editing;chart data -Oracle Open Office Chart : editing;chart legends -Oracle Open Office Chart : editing;chart titles -Oracle Open Office Chart : editing;comments -Oracle Open Office Chart : editing;data binding of XForms -Oracle Open Office Chart : editing;database tables and queries -Oracle Open Office Chart : editing;draw objects -Oracle Open Office Chart : editing;Fontwork objects -Oracle Open Office Chart : editing;hyperlinks -Oracle Open Office Chart : editing;menus -Oracle Open Office Chart : editing;objects -Oracle Open Office Chart : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Chart : editing;pictures -Oracle Open Office Chart : editing;reports -Oracle Open Office Chart : editing;shortcut keys -Oracle Open Office Chart : editing;tab stops -Oracle Open Office Chart : editing;templates -Oracle Open Office Chart : editing;titles -Oracle Open Office Chart : editing;toolbars -Oracle Open Office Chart : editing;undoing -Oracle Open Office Chart : editing;XForms -Oracle Open Office Chart : editing time of documents -Oracle Open Office Chart : editors -Oracle Open Office Chart : editors;formula editor -Oracle Open Office Chart : editors;ImageMap editor -Oracle Open Office Chart : effects -Oracle Open Office Chart : effects;font positions -Oracle Open Office Chart : effects;fonts -Oracle Open Office Chart : effects;Fontwork icons -Oracle Open Office Chart : empty documents -Oracle Open Office Chart : empty paragraph removal -Oracle Open Office Chart : encryption of contents -Oracle Open Office Chart : entering groups -Oracle Open Office Chart : entering text from right to left -Oracle Open Office Chart : equal sign, see also operators -Oracle Open Office Chart : equations in formula editor -Oracle Open Office Chart : error bars in charts -Oracle Open Office Chart : error indicators in charts -Oracle Open Office Chart : Error Report Tool -Oracle Open Office Chart : Euro -Oracle Open Office Chart : Euro;currency formats -Oracle Open Office Chart : Euro;Euro Converter Wizard -Oracle Open Office Chart : even/odd pages -Oracle Open Office Chart : even/odd pages;printing -Oracle Open Office Chart : events -Oracle Open Office Chart : events;assigning scripts -Oracle Open Office Chart : events;controls -Oracle Open Office Chart : events;customizing -Oracle Open Office Chart : events;in forms -Oracle Open Office Chart : Excel -Oracle Open Office Chart : Excel;saving as -Oracle Open Office Chart : Excel;search criteria -Oracle Open Office Chart : exceptions -Oracle Open Office Chart : exceptions;user-defined dictionaries -Oracle Open Office Chart : exchanging, see also replacing -Oracle Open Office Chart : executing SQL commands -Oracle Open Office Chart : exiting -Oracle Open Office Chart : exiting;groups -Oracle Open Office Chart : exiting;Oracle Open Office -Oracle Open Office Chart : expanding formatting (Calc) -Oracle Open Office Chart : explorer of data sources -Oracle Open Office Chart : export filters -Oracle Open Office Chart : exporting -Oracle Open Office Chart : exporting;bitmaps -Oracle Open Office Chart : exporting;HTML and text documents -Oracle Open Office Chart : exporting;Microsoft Office documents with VBA code -Oracle Open Office Chart : exporting;spreadsheets to text format -Oracle Open Office Chart : exporting;templates -Oracle Open Office Chart : exporting;to foreign formats -Oracle Open Office Chart : exporting;to HTML -Oracle Open Office Chart : exporting;to Microsoft Office formats -Oracle Open Office Chart : exporting;to PDF -Oracle Open Office Chart : exporting;to PostScript format -Oracle Open Office Chart : exporting;to XML -Oracle Open Office Chart : exporting;XML files -Oracle Open Office Chart : extended tips in Help -Oracle Open Office Chart : extension mode in text -Oracle Open Office Chart : extensions -Oracle Open Office Chart : extensions;Extension Manager -Oracle Open Office Chart : extensions;file formats -Oracle Open Office Chart : external keys (Base) -Oracle Open Office Chart : faster printing -Oracle Open Office Chart : faxes -Oracle Open Office Chart : faxes;configuring Oracle Open Office -Oracle Open Office Chart : faxes;fax programs/fax printers under UNIX -Oracle Open Office Chart : faxes;selecting a fax machine -Oracle Open Office Chart : faxes;sending -Oracle Open Office Chart : faxes;wizards -Oracle Open Office Chart : feedback -Oracle Open Office Chart : feedback;automatically -Oracle Open Office Chart : fields -Oracle Open Office Chart : fields;database tables -Oracle Open Office Chart : fields;displaying field codes (Writer) -Oracle Open Office Chart : fields;formatted fields -Oracle Open Office Chart : fields;updating automatically (Writer) -Oracle Open Office Chart : file associations for Microsoft Office -Oracle Open Office Chart : file filters -Oracle Open Office Chart : file filters;mobile devices -Oracle Open Office Chart : file filters;XML -Oracle Open Office Chart : file formats -Oracle Open Office Chart : file formats;changing Oracle Open Office defaults -Oracle Open Office Chart : file formats;OpenDocument/XML -Oracle Open Office Chart : file formats;saving always in other formats -Oracle Open Office Chart : file selection button -Oracle Open Office Chart : file sharing options for current document -Oracle Open Office Chart : files -Oracle Open Office Chart : files;filters and formats -Oracle Open Office Chart : files;importing -Oracle Open Office Chart : files;opening -Oracle Open Office Chart : files;opening with placeholders -Oracle Open Office Chart : files;properties -Oracle Open Office Chart : files;saving -Oracle Open Office Chart : files;saving automatically -Oracle Open Office Chart : files;saving in other formats -Oracle Open Office Chart : files;sending as e-mail -Oracle Open Office Chart : files;version numbers -Oracle Open Office Chart : files and folders in Oracle Open Office -Oracle Open Office Chart : fill characters with tabulators -Oracle Open Office Chart : fill colors for areas -Oracle Open Office Chart : fill patterns for areas -Oracle Open Office Chart : filter conditions -Oracle Open Office Chart : filter conditions;connecting -Oracle Open Office Chart : filter conditions;in queries (Base) -Oracle Open Office Chart : filtering -Oracle Open Office Chart : filtering;data in databases -Oracle Open Office Chart : filtering;data in forms -Oracle Open Office Chart : filters -Oracle Open Office Chart : filters;comparison operators -Oracle Open Office Chart : filters;for import and export -Oracle Open Office Chart : filters;Navigator -Oracle Open Office Chart : filters;pictures -Oracle Open Office Chart : filters;XML filter settings -Oracle Open Office Chart : Find tab in Help -Oracle Open Office Chart : finding -Oracle Open Office Chart : finding;in all sheets -Oracle Open Office Chart : finding;records in form documents -Oracle Open Office Chart : finding;selections -Oracle Open Office Chart : finding;similarity search -Oracle Open Office Chart : fitting to pages -Oracle Open Office Chart : fitting to pages;print settings in Math -Oracle Open Office Chart : fitting to pages;print settings in presentations -Oracle Open Office Chart : fixed text -Oracle Open Office Chart : fixed text;form functions -Oracle Open Office Chart : fixing toolbars -Oracle Open Office Chart : flipping draw objects -Oracle Open Office Chart : floating frames in HTML documents -Oracle Open Office Chart : floating toolbars -Oracle Open Office Chart : focus of controls -Oracle Open Office Chart : folder creation -Oracle Open Office Chart : font lists -Oracle Open Office Chart : font name box -Oracle Open Office Chart : font sizes -Oracle Open Office Chart : font sizes;bullets -Oracle Open Office Chart : font sizes;relative changes -Oracle Open Office Chart : font sizes;scaling on screen -Oracle Open Office Chart : font sizes;text -Oracle Open Office Chart : fonts -Oracle Open Office Chart : fonts;adding under UNIX -Oracle Open Office Chart : fonts;changing in templates -Oracle Open Office Chart : fonts;colors -Oracle Open Office Chart : fonts;default settings -Oracle Open Office Chart : fonts;effects -Oracle Open Office Chart : fonts;for HTML and Basic -Oracle Open Office Chart : fonts;formats -Oracle Open Office Chart : fonts;outlines -Oracle Open Office Chart : fonts;positions in text -Oracle Open Office Chart : fonts;shadows -Oracle Open Office Chart : fonts;specifying several -Oracle Open Office Chart : fonts;strikethrough -Oracle Open Office Chart : fonts;styles -Oracle Open Office Chart : fonts;text objects -Oracle Open Office Chart : Fontwork icons -Oracle Open Office Chart : footers -Oracle Open Office Chart : footers;backgrounds -Oracle Open Office Chart : form controls -Oracle Open Office Chart : form controls;assigning macros -Oracle Open Office Chart : form controls;protecting -Oracle Open Office Chart : form controls;toolbars -Oracle Open Office Chart : form fields -Oracle Open Office Chart : form filters -Oracle Open Office Chart : Form Navigator -Oracle Open Office Chart : format codes -Oracle Open Office Chart : format codes;numbers -Oracle Open Office Chart : format filling printing in Oracle Open Office Math -Oracle Open Office Chart : Format Paintbrush -Oracle Open Office Chart : formats -Oracle Open Office Chart : formats;Asian layout -Oracle Open Office Chart : formats;fonts -Oracle Open Office Chart : formats;maximizing page formats -Oracle Open Office Chart : formats;number and currency formats -Oracle Open Office Chart : formats;of currencies/date/time -Oracle Open Office Chart : formats;on opening and saving -Oracle Open Office Chart : formats;pasting in special formats -Oracle Open Office Chart : formats;positions -Oracle Open Office Chart : formats;tabulators -Oracle Open Office Chart : formatted fields -Oracle Open Office Chart : formatted fields;form functions -Oracle Open Office Chart : formatted fields;properties -Oracle Open Office Chart : formatting -Oracle Open Office Chart : formatting;Asian typography -Oracle Open Office Chart : formatting;axes in charts -Oracle Open Office Chart : formatting;chart areas -Oracle Open Office Chart : formatting;chart floors -Oracle Open Office Chart : formatting;chart legends -Oracle Open Office Chart : formatting;chart titles -Oracle Open Office Chart : formatting;chart walls -Oracle Open Office Chart : formatting;copying -Oracle Open Office Chart : formatting;definition -Oracle Open Office Chart : formatting;expanding (Calc) -Oracle Open Office Chart : formatting;font effects -Oracle Open Office Chart : formatting;hyperlinks -Oracle Open Office Chart : formatting;pages -Oracle Open Office Chart : formatting;printer metrics (Writer) -Oracle Open Office Chart : formatting;undoing -Oracle Open Office Chart : formatting;undoing when writing -Oracle Open Office Chart : forms -Oracle Open Office Chart : forms;browsing -Oracle Open Office Chart : forms;Combo Box/List Box Wizard -Oracle Open Office Chart : forms;creating -Oracle Open Office Chart : forms;data -Oracle Open Office Chart : forms;designing (Base) -Oracle Open Office Chart : forms;events -Oracle Open Office Chart : forms;filtering data -Oracle Open Office Chart : forms;finding records -Oracle Open Office Chart : forms;focus after opening -Oracle Open Office Chart : forms;general information (Base) -Oracle Open Office Chart : forms;grouping controls -Oracle Open Office Chart : forms;HTML filters -Oracle Open Office Chart : forms;Navigator -Oracle Open Office Chart : forms;opening in design mode -Oracle Open Office Chart : forms;properties -Oracle Open Office Chart : forms;sorting data -Oracle Open Office Chart : forms;subforms -Oracle Open Office Chart : forms;wizards -Oracle Open Office Chart : forms;XForms -Oracle Open Office Chart : formula texts -Oracle Open Office Chart : formula texts;printing in Oracle Open Office Math -Oracle Open Office Chart : formulas -Oracle Open Office Chart : formulas;new -Oracle Open Office Chart : formulas;starting formula editor -Oracle Open Office Chart : formulas in reports -Oracle Open Office Chart : formulas in reports;editing -Oracle Open Office Chart : forums and support -Oracle Open Office Chart : frames -Oracle Open Office Chart : frames;around paragraphs -Oracle Open Office Chart : frames;around tables -Oracle Open Office Chart : frames;AutoCorrect function -Oracle Open Office Chart : frames;backgrounds -Oracle Open Office Chart : frames;captions (Writer) -Oracle Open Office Chart : frames;printing in Oracle Open Office Math -Oracle Open Office Chart : frames;protecting -Oracle Open Office Chart : frames;selection frames -Oracle Open Office Chart : frames;text fitting to frames -Oracle Open Office Chart : freeform lines -Oracle Open Office Chart : freeform lines;draw functions -Oracle Open Office Chart : FTP -Oracle Open Office Chart : FTP;opening documents -Oracle Open Office Chart : FTP;saving documents -Oracle Open Office Chart : full joins (Base) -Oracle Open Office Chart : full screen view -Oracle Open Office Chart : full-text search in Help -Oracle Open Office Chart : functions in reports -Oracle Open Office Chart : functions in reports;editing -Oracle Open Office Chart : Gallery -Oracle Open Office Chart : Gallery;adding pictures -Oracle Open Office Chart : Gallery;dragging pictures to draw objects -Oracle Open Office Chart : Gallery;hiding/showing -Oracle Open Office Chart : Gallery;inserting pictures from -Oracle Open Office Chart : get method for form transmissions -Oracle Open Office Chart : getting support -Oracle Open Office Chart : GIF format -Oracle Open Office Chart : glossaries -Oracle Open Office Chart : glossaries;common terms -Oracle Open Office Chart : glossaries;Internet terms -Oracle Open Office Chart : gradients off for faster printing -Oracle Open Office Chart : graphic objects, see draw objects -Oracle Open Office Chart : graphical text art -Oracle Open Office Chart : graphics -Oracle Open Office Chart : graphics;cache -Oracle Open Office Chart : graphics;protecting -Oracle Open Office Chart : graphics, see also pictures -Oracle Open Office Chart : grayscale printing -Oracle Open Office Chart : grid controls -Oracle Open Office Chart : grid controls;form functions -Oracle Open Office Chart : grids -Oracle Open Office Chart : grids;defaults (Writer/Calc) -Oracle Open Office Chart : grids;display options (Impress/Draw) -Oracle Open Office Chart : grids;displaying lines (Calc) -Oracle Open Office Chart : grids;formatting axes -Oracle Open Office Chart : grids;inserting in charts -Oracle Open Office Chart : group box creation -Oracle Open Office Chart : groups -Oracle Open Office Chart : groups;entering/exiting/ungrouping -Oracle Open Office Chart : groups;naming -Oracle Open Office Chart : groups;of controls -Oracle Open Office Chart : guides -Oracle Open Office Chart : guides;display options (Impress/Draw) -Oracle Open Office Chart : guides;displaying when moving objects (Impress) -Oracle Open Office Chart : guides;showing (Calc) -Oracle Open Office Chart : guides;showing when moving frames (Writer) -Oracle Open Office Chart : gutter -Oracle Open Office Chart : handles -Oracle Open Office Chart : handles;displaying (Writer) -Oracle Open Office Chart : handles;scaling -Oracle Open Office Chart : handles;showing simple/large handles (Calc) -Oracle Open Office Chart : Hangul/Hanja -Oracle Open Office Chart : hatching -Oracle Open Office Chart : headers -Oracle Open Office Chart : headers;backgrounds -Oracle Open Office Chart : headings -Oracle Open Office Chart : headings;entering as text box -Oracle Open Office Chart : Hebrew -Oracle Open Office Chart : Hebrew;entering text -Oracle Open Office Chart : Hebrew;language settings -Oracle Open Office Chart : Help -Oracle Open Office Chart : Help;bookmarks -Oracle Open Office Chart : Help;extended tips on/off -Oracle Open Office Chart : Help;full-text search -Oracle Open Office Chart : Help;Help tips -Oracle Open Office Chart : Help;keywords -Oracle Open Office Chart : Help;navigation pane showing/hiding -Oracle Open Office Chart : Help;style sheets -Oracle Open Office Chart : Help;topics -Oracle Open Office Chart : Help Agent -Oracle Open Office Chart : Help Agent;help -Oracle Open Office Chart : Help Agent;options -Oracle Open Office Chart : Help tips -Oracle Open Office Chart : Help tips;hiding -Oracle Open Office Chart : hidden controls in Form Navigator -Oracle Open Office Chart : hidden fields display (Writer) -Oracle Open Office Chart : hidden pages -Oracle Open Office Chart : hidden pages;printing in presentations -Oracle Open Office Chart : hidden text -Oracle Open Office Chart : hidden text;showing (Writer) -Oracle Open Office Chart : hiding -Oracle Open Office Chart : hiding;changes -Oracle Open Office Chart : hiding;chart legends -Oracle Open Office Chart : hiding;docked windows -Oracle Open Office Chart : hiding;navigation pane in Help window -Oracle Open Office Chart : high contrast mode -Oracle Open Office Chart : Hindi -Oracle Open Office Chart : Hindi;entering text -Oracle Open Office Chart : Hindi;language settings -Oracle Open Office Chart : horizontal scrollbars (Writer) -Oracle Open Office Chart : hotspots -Oracle Open Office Chart : HowTos for charts -Oracle Open Office Chart : HTML -Oracle Open Office Chart : HTML;definition -Oracle Open Office Chart : HTML;export character set -Oracle Open Office Chart : HTML;fonts for source display -Oracle Open Office Chart : HTML;importing META tags -Oracle Open Office Chart : HTML;live presentations -Oracle Open Office Chart : HTML documents -Oracle Open Office Chart : HTML documents;auto reloading -Oracle Open Office Chart : HTML documents;importing/exporting -Oracle Open Office Chart : HTML documents;META tags in -Oracle Open Office Chart : HTML documents;new -Oracle Open Office Chart : HTML documents;source text -Oracle Open Office Chart : hyperlinks -Oracle Open Office Chart : hyperlinks;assigning macros -Oracle Open Office Chart : hyperlinks;character formats -Oracle Open Office Chart : hyperlinks;definition -Oracle Open Office Chart : hyperlinks;deleting -Oracle Open Office Chart : hyperlinks;editing -Oracle Open Office Chart : hyperlinks;inserting -Oracle Open Office Chart : hyperlinks;relative and absolute -Oracle Open Office Chart : hyperlinks;turning off automatic recognition -Oracle Open Office Chart : hyperlinks, see also links -Oracle Open Office Chart : hyphenation -Oracle Open Office Chart : hyphenation;activating for a language -Oracle Open Office Chart : hyphenation;minimal number of characters -Oracle Open Office Chart : hyphens -Oracle Open Office Chart : hyphens;displaying custom (Writer) -Oracle Open Office Chart : hyphens;inserting custom -Oracle Open Office Chart : icon bars, see toolbars -Oracle Open Office Chart : icon sizes -Oracle Open Office Chart : ignore list for spellcheck -Oracle Open Office Chart : illumination -Oracle Open Office Chart : illumination;3D charts -Oracle Open Office Chart : illustrations, see pictures -Oracle Open Office Chart : image button creation -Oracle Open Office Chart : image control creation -Oracle Open Office Chart : ImageMap -Oracle Open Office Chart : ImageMap;definition -Oracle Open Office Chart : ImageMap;editor -Oracle Open Office Chart : images -Oracle Open Office Chart : images;ImageMap -Oracle Open Office Chart : images;inserting and editing bitmaps -Oracle Open Office Chart : images, see also pictures -Oracle Open Office Chart : IME -Oracle Open Office Chart : IME;definition -Oracle Open Office Chart : IME;showing/hiding -Oracle Open Office Chart : import filters -Oracle Open Office Chart : import restrictions for Microsoft Office -Oracle Open Office Chart : importing -Oracle Open Office Chart : importing;bitmaps -Oracle Open Office Chart : importing;compatibility settings for text import -Oracle Open Office Chart : importing;databases -Oracle Open Office Chart : importing;documents in other formats -Oracle Open Office Chart : importing;from XML -Oracle Open Office Chart : importing;HTML and text documents -Oracle Open Office Chart : importing;HTML with META tags -Oracle Open Office Chart : importing;Microsoft Office documents with VBA code -Oracle Open Office Chart : importing;tables in text format -Oracle Open Office Chart : importing;templates -Oracle Open Office Chart : improvement program -Oracle Open Office Chart : inches -Oracle Open Office Chart : Index tab in Help -Oracle Open Office Chart : indexes -Oracle Open Office Chart : indexes;backgrounds -Oracle Open Office Chart : indexes;showing/hiding Help index tab -Oracle Open Office Chart : indicator lines in text -Oracle Open Office Chart : inner joins (Base) -Oracle Open Office Chart : input method window -Oracle Open Office Chart : insert mode for entering text -Oracle Open Office Chart : inserting -Oracle Open Office Chart : inserting;buttons in toolbars -Oracle Open Office Chart : inserting;cell ranges from spreadsheets -Oracle Open Office Chart : inserting;charts -Oracle Open Office Chart : inserting;clipboard options -Oracle Open Office Chart : inserting;comments -Oracle Open Office Chart : inserting;data from text documents -Oracle Open Office Chart : inserting;datasource records in spreadsheets -Oracle Open Office Chart : inserting;drawings -Oracle Open Office Chart : inserting;floating frames -Oracle Open Office Chart : inserting;Fontwork objects -Oracle Open Office Chart : inserting;form fields -Oracle Open Office Chart : inserting;hyperlinks -Oracle Open Office Chart : inserting;line breaks in cells -Oracle Open Office Chart : inserting;movies/sounds -Oracle Open Office Chart : inserting;new text tables defaults -Oracle Open Office Chart : inserting;objects from Gallery -Oracle Open Office Chart : inserting;OLE objects -Oracle Open Office Chart : inserting;paragraph borders -Oracle Open Office Chart : inserting;paragraph bullets -Oracle Open Office Chart : inserting;pictures in Gallery -Oracle Open Office Chart : inserting;plug-ins -Oracle Open Office Chart : inserting;push buttons -Oracle Open Office Chart : inserting;special characters -Oracle Open Office Chart : inserting;tab stops -Oracle Open Office Chart : inserting;textures on chart bars -Oracle Open Office Chart : installing -Oracle Open Office Chart : installing;ActiveX control -Oracle Open Office Chart : installing;mobile device filters -Oracle Open Office Chart : installing;UNO components -Oracle Open Office Chart : installing;XML filters -Oracle Open Office Chart : instructions -Oracle Open Office Chart : instructions;general -Oracle Open Office Chart : Internet -Oracle Open Office Chart : Internet;checking for updates -Oracle Open Office Chart : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Chart : Internet;presentations -Oracle Open Office Chart : Internet;starting searches -Oracle Open Office Chart : Internet glossary -Oracle Open Office Chart : invert filter -Oracle Open Office Chart : invisible areas -Oracle Open Office Chart : italic text -Oracle Open Office Chart : iterative references in spreadsheets -Oracle Open Office Chart : Java -Oracle Open Office Chart : Java;definition -Oracle Open Office Chart : Java;setting options -Oracle Open Office Chart : JDBC -Oracle Open Office Chart : JDBC;databases (Base) -Oracle Open Office Chart : JDBC;definition -Oracle Open Office Chart : joining -Oracle Open Office Chart : joining;paragraphs -Oracle Open Office Chart : joining;tables (Base) -Oracle Open Office Chart : joins in databases (Base) -Oracle Open Office Chart : justifying text -Oracle Open Office Chart : kerning -Oracle Open Office Chart : kerning;Asian texts -Oracle Open Office Chart : kerning;definition -Oracle Open Office Chart : kerning;in characters -Oracle Open Office Chart : key fields for relations (Base) -Oracle Open Office Chart : keyboard -Oracle Open Office Chart : keyboard;assigning/editing shortcut keys -Oracle Open Office Chart : keyboard;general commands -Oracle Open Office Chart : keyboard;removing numbering -Oracle Open Office Chart : keys -Oracle Open Office Chart : keys;adding push buttons -Oracle Open Office Chart : keys;primary keys (Base) -Oracle Open Office Chart : kiosk export -Oracle Open Office Chart : labels -Oracle Open Office Chart : labels;creating and synchronizing -Oracle Open Office Chart : labels;for charts -Oracle Open Office Chart : labels;for draw objects -Oracle Open Office Chart : labels;form functions -Oracle Open Office Chart : labels;from databases -Oracle Open Office Chart : labels, see also names/callouts -Oracle Open Office Chart : languages -Oracle Open Office Chart : languages;activating modules -Oracle Open Office Chart : languages;Asian support -Oracle Open Office Chart : languages;complex text layout -Oracle Open Office Chart : languages;locale settings -Oracle Open Office Chart : languages;selecting for text -Oracle Open Office Chart : languages;setting options -Oracle Open Office Chart : languages;spellcheck -Oracle Open Office Chart : languages;spellchecking and formatting -Oracle Open Office Chart : large handles (Writer) -Oracle Open Office Chart : large icons -Oracle Open Office Chart : layer arrangement -Oracle Open Office Chart : layout -Oracle Open Office Chart : layout;importing Word documents -Oracle Open Office Chart : layout;pages -Oracle Open Office Chart : LDAP server -Oracle Open Office Chart : LDAP server;address books (Base) -Oracle Open Office Chart : LDAP server;sign on options -Oracle Open Office Chart : leading between paragraphs -Oracle Open Office Chart : left alignment of paragraphs -Oracle Open Office Chart : left joins (Base) -Oracle Open Office Chart : legends -Oracle Open Office Chart : legends;charts -Oracle Open Office Chart : legends;draw objects -Oracle Open Office Chart : legends;rounding corners -Oracle Open Office Chart : Letter Wizard -Oracle Open Office Chart : levels -Oracle Open Office Chart : levels;depth stagger -Oracle Open Office Chart : levels;macro security -Oracle Open Office Chart : limits of tables (Writer) -Oracle Open Office Chart : line breaks -Oracle Open Office Chart : line breaks;in cells -Oracle Open Office Chart : line charts -Oracle Open Office Chart : line spacing -Oracle Open Office Chart : line spacing;context menu in paragraphs -Oracle Open Office Chart : line spacing;paragraph -Oracle Open Office Chart : line styles -Oracle Open Office Chart : line styles;applying -Oracle Open Office Chart : line styles;defining -Oracle Open Office Chart : lines -Oracle Open Office Chart : lines;defining ends -Oracle Open Office Chart : lines;draw functions -Oracle Open Office Chart : lines;drawing in text -Oracle Open Office Chart : lines;editing points -Oracle Open Office Chart : lines;removing automatic lines -Oracle Open Office Chart : lines of text -Oracle Open Office Chart : lines of text;alignment -Oracle Open Office Chart : links -Oracle Open Office Chart : links;between cells and controls -Oracle Open Office Chart : links;by drag and drop -Oracle Open Office Chart : links;character formats -Oracle Open Office Chart : links;definition -Oracle Open Office Chart : links;editing hyperlinks -Oracle Open Office Chart : links;inserting -Oracle Open Office Chart : links;modifying -Oracle Open Office Chart : links;opening files with -Oracle Open Office Chart : links;relational databases (Base) -Oracle Open Office Chart : links;turning off automatic recognition -Oracle Open Office Chart : links;updating options (Writer) -Oracle Open Office Chart : links;updating specific links -Oracle Open Office Chart : list box creation -Oracle Open Office Chart : lists -Oracle Open Office Chart : lists;data assigned to controls -Oracle Open Office Chart : lists;registered databases (Base) -Oracle Open Office Chart : lists;regular expressions -Oracle Open Office Chart : live presentations on the Internet -Oracle Open Office Chart : loading -Oracle Open Office Chart : loading;documents -Oracle Open Office Chart : loading;documents from other formats -Oracle Open Office Chart : loading;HTML documents, automatically -Oracle Open Office Chart : loading;Microsoft Office documents with VBA code -Oracle Open Office Chart : loading;reloading -Oracle Open Office Chart : loading;XML files -Oracle Open Office Chart : locale settings -Oracle Open Office Chart : logarithmic scaling along axes -Oracle Open Office Chart : lowercase letters -Oracle Open Office Chart : lowercase letters;font effects -Oracle Open Office Chart : Macro Wizard (Base) -Oracle Open Office Chart : macros -Oracle Open Office Chart : macros;assigning to events in forms -Oracle Open Office Chart : macros;attaching new (Base) -Oracle Open Office Chart : macros;in MS Office documents -Oracle Open Office Chart : macros;interrupting -Oracle Open Office Chart : macros;organizing -Oracle Open Office Chart : macros;recording -Oracle Open Office Chart : macros;security -Oracle Open Office Chart : macros;security levels -Oracle Open Office Chart : macros;security warning dialog -Oracle Open Office Chart : macros;selecting security warnings -Oracle Open Office Chart : magnifiers -Oracle Open Office Chart : margins -Oracle Open Office Chart : margins;pages -Oracle Open Office Chart : margins;setting with the mouse -Oracle Open Office Chart : margins;shadows -Oracle Open Office Chart : marking changes -Oracle Open Office Chart : marking, see selecting -Oracle Open Office Chart : Math formula editor -Oracle Open Office Chart : mean value lines in charts -Oracle Open Office Chart : measurement units -Oracle Open Office Chart : measurement units;changing on rulers -Oracle Open Office Chart : measurement units;converting -Oracle Open Office Chart : measurement units;selecting -Oracle Open Office Chart : Media Player window -Oracle Open Office Chart : menus -Oracle Open Office Chart : menus;activating context menus -Oracle Open Office Chart : menus;assigning macros -Oracle Open Office Chart : menus;customizing -Oracle Open Office Chart : merging -Oracle Open Office Chart : merging;documents -Oracle Open Office Chart : META tags -Oracle Open Office Chart : metrics -Oracle Open Office Chart : metrics;converting -Oracle Open Office Chart : metrics;document formatting (Writer) -Oracle Open Office Chart : metrics;in sheets -Oracle Open Office Chart : Microsoft Office -Oracle Open Office Chart : Microsoft Office;Access databases (base) -Oracle Open Office Chart : Microsoft Office;as default file format -Oracle Open Office Chart : Microsoft Office;document import restrictions -Oracle Open Office Chart : Microsoft Office;feature comparisons -Oracle Open Office Chart : Microsoft Office;importing password protected files -Oracle Open Office Chart : Microsoft Office;importing Word documents -Oracle Open Office Chart : Microsoft Office;importing/exporting VBA code -Oracle Open Office Chart : Microsoft Office;new users information -Oracle Open Office Chart : Microsoft Office;opening Microsoft documents -Oracle Open Office Chart : Microsoft Office;reassigning document types -Oracle Open Office Chart : migrating macros (Base) -Oracle Open Office Chart : mobile device filters -Oracle Open Office Chart : models in XForms -Oracle Open Office Chart : modifying, see changing -Oracle Open Office Chart : more controls -Oracle Open Office Chart : mosaic filter -Oracle Open Office Chart : mouse -Oracle Open Office Chart : mouse;pointers when using drag and drop -Oracle Open Office Chart : mouse;positioning -Oracle Open Office Chart : movies -Oracle Open Office Chart : moving -Oracle Open Office Chart : moving;tab stops on ruler -Oracle Open Office Chart : moving;toolbars -Oracle Open Office Chart : moving;using guide lines in presentations -Oracle Open Office Chart : MS ADO interface (Base) -Oracle Open Office Chart : multi-line titles in forms -Oracle Open Office Chart : multiple documents -Oracle Open Office Chart : multiple documents;opening -Oracle Open Office Chart : multiple selection -Oracle Open Office Chart : music -Oracle Open Office Chart : My Documents folder -Oracle Open Office Chart : My Documents folder;changing work directory -Oracle Open Office Chart : My Documents folder;opening -Oracle Open Office Chart : MySQL databases (Base) -Oracle Open Office Chart : names -Oracle Open Office Chart : names;multi-line titles -Oracle Open Office Chart : names;objects -Oracle Open Office Chart : names, see also labels/callouts -Oracle Open Office Chart : namespace organization in XForms -Oracle Open Office Chart : native SQL (Base) -Oracle Open Office Chart : navigating -Oracle Open Office Chart : navigating;in documents -Oracle Open Office Chart : Navigation bar -Oracle Open Office Chart : Navigation bar;controls -Oracle Open Office Chart : Navigation bar;forms -Oracle Open Office Chart : Navigator -Oracle Open Office Chart : Navigator;comments -Oracle Open Office Chart : Navigator;contents as lists -Oracle Open Office Chart : Navigator;docking -Oracle Open Office Chart : Navigator;working with -Oracle Open Office Chart : net charts -Oracle Open Office Chart : network identity options -Oracle Open Office Chart : new databases -Oracle Open Office Chart : new documents -Oracle Open Office Chart : new lines in cells -Oracle Open Office Chart : new windows -Oracle Open Office Chart : non-breaking dashes -Oracle Open Office Chart : non-breaking spaces (Writer) -Oracle Open Office Chart : non-printing characters (Writer) -Oracle Open Office Chart : number formats -Oracle Open Office Chart : number formats;codes -Oracle Open Office Chart : number formats;formats -Oracle Open Office Chart : number formats;recognition in text tables -Oracle Open Office Chart : number of pages -Oracle Open Office Chart : number of sheets -Oracle Open Office Chart : number of tables -Oracle Open Office Chart : numbering -Oracle Open Office Chart : numbering;options -Oracle Open Office Chart : numbering;turning off -Oracle Open Office Chart : numbering;using automatically -Oracle Open Office Chart : numbers -Oracle Open Office Chart : numbers;date, time and currency formats -Oracle Open Office Chart : numbers;decimal places (Calc) -Oracle Open Office Chart : numerical fields in forms -Oracle Open Office Chart : objects -Oracle Open Office Chart : objects;always moveable (Impress/Draw) -Oracle Open Office Chart : objects;arranging within stacks -Oracle Open Office Chart : objects;copying when moving in presentations -Oracle Open Office Chart : objects;definition -Oracle Open Office Chart : objects;displaying in spreadsheets -Oracle Open Office Chart : objects;displaying in text documents -Oracle Open Office Chart : objects;editing -Oracle Open Office Chart : objects;inserting from Gallery -Oracle Open Office Chart : objects;inserting OLE objects -Oracle Open Office Chart : objects;moving and resizing with mouse -Oracle Open Office Chart : objects;naming -Oracle Open Office Chart : objects;opening -Oracle Open Office Chart : objects;properties of charts -Oracle Open Office Chart : objects;quickly moving to -Oracle Open Office Chart : objects;titles and descriptions -Oracle Open Office Chart : ODBC -Oracle Open Office Chart : ODBC;database (Base) -Oracle Open Office Chart : ODBC;definition -Oracle Open Office Chart : ODF file formats -Oracle Open Office Chart : Office -Oracle Open Office Chart : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Chart : OLE -Oracle Open Office Chart : OLE;definition -Oracle Open Office Chart : OLE objects -Oracle Open Office Chart : OLE objects;arranging within stacks -Oracle Open Office Chart : OLE objects;captions (Writer) -Oracle Open Office Chart : OLE objects;inserting -Oracle Open Office Chart : OLE objects;number of -Oracle Open Office Chart : OLE objects;protecting -Oracle Open Office Chart : one and a half line spacing in text -Oracle Open Office Chart : online feedback options -Oracle Open Office Chart : online registration -Oracle Open Office Chart : online update options -Oracle Open Office Chart : online updates -Oracle Open Office Chart : online updates;checking automatically -Oracle Open Office Chart : online updates;checking manually -Oracle Open Office Chart : Open/Save dialogs -Oracle Open Office Chart : OpenDocument file formats -Oracle Open Office Chart : OpenGL -Oracle Open Office Chart : OpenGL;definition -Oracle Open Office Chart : opening -Oracle Open Office Chart : opening;context menus -Oracle Open Office Chart : opening;database files -Oracle Open Office Chart : opening;dialog settings -Oracle Open Office Chart : opening;documents -Oracle Open Office Chart : opening;documents from other formats -Oracle Open Office Chart : opening;documents on WebDAV server -Oracle Open Office Chart : opening;files with links -Oracle Open Office Chart : opening;files, with placeholders -Oracle Open Office Chart : opening;forms -Oracle Open Office Chart : opening;Microsoft Office files -Oracle Open Office Chart : opening;mobile device documents -Oracle Open Office Chart : opening;objects -Oracle Open Office Chart : opening;reports -Oracle Open Office Chart : opening;several files -Oracle Open Office Chart : opening;XForms -Oracle Open Office Chart : operators -Oracle Open Office Chart : operators;default filters -Oracle Open Office Chart : optional hyphens (Writer) -Oracle Open Office Chart : options -Oracle Open Office Chart : options;accessibility -Oracle Open Office Chart : options;appearance -Oracle Open Office Chart : options;compatibility (Writer) -Oracle Open Office Chart : options;improvement program -Oracle Open Office Chart : options;network identity -Oracle Open Office Chart : options;online update -Oracle Open Office Chart : options;tools -Oracle Open Office Chart : Oracle databases (base) -Oracle Open Office Chart : Oracle Open Office Base data sources -Oracle Open Office Chart : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Chart : Oracle Open Office documents -Oracle Open Office Chart : Oracle Open Office documents;mobile device filters -Oracle Open Office Chart : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Chart : Oracle Open Office Math start -Oracle Open Office Chart : order of chart data -Oracle Open Office Chart : ordering -Oracle Open Office Chart : ordering;objects -Oracle Open Office Chart : organizing -Oracle Open Office Chart : organizing;macros and scripts -Oracle Open Office Chart : organizing;namespaces in XForms -Oracle Open Office Chart : organizing;styles -Oracle Open Office Chart : organizing;templates -Oracle Open Office Chart : original size -Oracle Open Office Chart : original size;printing in Oracle Open Office Math -Oracle Open Office Chart : original size;restoring after cropping -Oracle Open Office Chart : outlines -Oracle Open Office Chart : outlines;font effects -Oracle Open Office Chart : outlines;outline symbols -Oracle Open Office Chart : outlines;sending to presentations -Oracle Open Office Chart : overwrite mode -Oracle Open Office Chart : packages, see extensions -Oracle Open Office Chart : page breaks -Oracle Open Office Chart : page breaks;displaying (Calc) -Oracle Open Office Chart : page formats -Oracle Open Office Chart : page formats;maximizing -Oracle Open Office Chart : page formats;restriction -Oracle Open Office Chart : page styles -Oracle Open Office Chart : page styles;editing/applying with statusbar -Oracle Open Office Chart : pages -Oracle Open Office Chart : pages;backgrounds in all applications -Oracle Open Office Chart : pages;formatting and numbering -Oracle Open Office Chart : pages;printing page names in presentations -Oracle Open Office Chart : pages;scaling -Oracle Open Office Chart : pages;selecting one to print -Oracle Open Office Chart : paint box -Oracle Open Office Chart : paint can symbol -Oracle Open Office Chart : pair kerning -Oracle Open Office Chart : Palm file filters -Oracle Open Office Chart : paper formats -Oracle Open Office Chart : paper size warning -Oracle Open Office Chart : paper trays -Oracle Open Office Chart : paragraph marks -Oracle Open Office Chart : paragraph marks;displaying (Writer) -Oracle Open Office Chart : paragraph styles -Oracle Open Office Chart : paragraph styles;languages -Oracle Open Office Chart : paragraph styles;modifying basic fonts -Oracle Open Office Chart : paragraphs -Oracle Open Office Chart : paragraphs;alignment -Oracle Open Office Chart : paragraphs;Asian typography -Oracle Open Office Chart : paragraphs;defining borders -Oracle Open Office Chart : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Chart : paragraphs;increasing indents of -Oracle Open Office Chart : paragraphs;indents, margins and columns -Oracle Open Office Chart : paragraphs;inserting bullets -Oracle Open Office Chart : paragraphs;joining -Oracle Open Office Chart : paragraphs;numbering automatically -Oracle Open Office Chart : paragraphs;removing blank ones -Oracle Open Office Chart : paragraphs;spacing -Oracle Open Office Chart : paragraphs;tab stops -Oracle Open Office Chart : parameters -Oracle Open Office Chart : parameters;command line -Oracle Open Office Chart : parameters;queries (Base) -Oracle Open Office Chart : passwords for protecting contents -Oracle Open Office Chart : pasting -Oracle Open Office Chart : pasting;cell ranges -Oracle Open Office Chart : pasting;cell ranges from spreadsheets -Oracle Open Office Chart : pasting;data from text documents -Oracle Open Office Chart : pasting;draw objects -Oracle Open Office Chart : pasting;draw objects from other documents -Oracle Open Office Chart : pasting;formatted/unformatted text -Oracle Open Office Chart : pasting;from data source view -Oracle Open Office Chart : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Chart : pasting;pictures from other documents -Oracle Open Office Chart : pasting;sheet areas in text documents -Oracle Open Office Chart : pasting;to Gallery -Oracle Open Office Chart : paths -Oracle Open Office Chart : paths;changing work directory -Oracle Open Office Chart : paths;defaults -Oracle Open Office Chart : pattern editor -Oracle Open Office Chart : pattern fields -Oracle Open Office Chart : pattern fields;form functions -Oracle Open Office Chart : patterns for objects -Oracle Open Office Chart : PDF -Oracle Open Office Chart : PDF;export -Oracle Open Office Chart : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Chart : personal data input -Oracle Open Office Chart : phonetic guide -Oracle Open Office Chart : picklist creation -Oracle Open Office Chart : pictures -Oracle Open Office Chart : pictures;adding to Gallery -Oracle Open Office Chart : pictures;arranging within stacks -Oracle Open Office Chart : pictures;assigning macros -Oracle Open Office Chart : pictures;backgrounds -Oracle Open Office Chart : pictures;captions (Writer) -Oracle Open Office Chart : pictures;changing paths -Oracle Open Office Chart : pictures;cropping and zooming -Oracle Open Office Chart : pictures;displaying in Calc -Oracle Open Office Chart : pictures;displaying in Writer (Writer) -Oracle Open Office Chart : pictures;drag and drop between documents -Oracle Open Office Chart : pictures;drawing -Oracle Open Office Chart : pictures;editing -Oracle Open Office Chart : pictures;filters -Oracle Open Office Chart : pictures;ImageMap -Oracle Open Office Chart : pictures;inserting automatically -Oracle Open Office Chart : pictures;inserting from Gallery -Oracle Open Office Chart : pictures;number of -Oracle Open Office Chart : pictures;printing -Oracle Open Office Chart : pictures;scaling/resizing -Oracle Open Office Chart : pie charts -Oracle Open Office Chart : pie charts;options -Oracle Open Office Chart : pie charts;types -Oracle Open Office Chart : pixel editor -Oracle Open Office Chart : pixel graphics -Oracle Open Office Chart : pixel graphics;inserting and editing -Oracle Open Office Chart : pixel patterns -Oracle Open Office Chart : placeholders -Oracle Open Office Chart : placeholders;in SQL queries -Oracle Open Office Chart : placeholders;on opening files -Oracle Open Office Chart : placing toolbars -Oracle Open Office Chart : playing movies and sound files -Oracle Open Office Chart : plotting data as charts -Oracle Open Office Chart : plug-ins -Oracle Open Office Chart : plug-ins;activating and deactivating -Oracle Open Office Chart : plug-ins;definition -Oracle Open Office Chart : plug-ins;inserting -Oracle Open Office Chart : pocket device appliances -Oracle Open Office Chart : Pocket PC file filters -Oracle Open Office Chart : points -Oracle Open Office Chart : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Chart : polygon drawing -Oracle Open Office Chart : pop-art filter -Oracle Open Office Chart : portable document format -Oracle Open Office Chart : positioning -Oracle Open Office Chart : positioning;axes -Oracle Open Office Chart : positioning;draw objects and controls -Oracle Open Office Chart : positioning;fonts -Oracle Open Office Chart : positioning;objects -Oracle Open Office Chart : positioning;toolbars -Oracle Open Office Chart : post method for form transmissions -Oracle Open Office Chart : posterizing filter -Oracle Open Office Chart : PostScript -Oracle Open Office Chart : PostScript;creating files -Oracle Open Office Chart : PostScript;PDF converter, UNIX -Oracle Open Office Chart : PowerPoint export -Oracle Open Office Chart : precision as shown (Calc) -Oracle Open Office Chart : predefining fonts -Oracle Open Office Chart : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Chart : presentations -Oracle Open Office Chart : presentations;creating/opening -Oracle Open Office Chart : presentations;inserting spreadsheet cells -Oracle Open Office Chart : presentations;live on the Internet -Oracle Open Office Chart : presentations;print menu -Oracle Open Office Chart : presentations;saving -Oracle Open Office Chart : presentations;saving automatically -Oracle Open Office Chart : presentations;saving in other formats -Oracle Open Office Chart : presentations;sending as e-mail -Oracle Open Office Chart : presentations;starting with wizard -Oracle Open Office Chart : presentations;wizards -Oracle Open Office Chart : Presenter Console shortcuts -Oracle Open Office Chart : press buttons, see push buttons -Oracle Open Office Chart : previews -Oracle Open Office Chart : previews;fonts lists -Oracle Open Office Chart : primary keys -Oracle Open Office Chart : primary keys;defining -Oracle Open Office Chart : primary keys;design view -Oracle Open Office Chart : primary keys;inserting (Base) -Oracle Open Office Chart : print area selection -Oracle Open Office Chart : printer metrics for document formatting (Writer) -Oracle Open Office Chart : printers -Oracle Open Office Chart : printers;adding, UNIX -Oracle Open Office Chart : printers;choosing -Oracle Open Office Chart : printers;default printer -Oracle Open Office Chart : printers;faxes under UNIX -Oracle Open Office Chart : printers;maximum page formats -Oracle Open Office Chart : printers;paper trays -Oracle Open Office Chart : printers;properties -Oracle Open Office Chart : printing -Oracle Open Office Chart : printing;black and white -Oracle Open Office Chart : printing;brochures -Oracle Open Office Chart : printing;colors in grayscale -Oracle Open Office Chart : printing;comments -Oracle Open Office Chart : printing;copies -Oracle Open Office Chart : printing;creating individual jobs -Oracle Open Office Chart : printing;dates in presentations -Oracle Open Office Chart : printing;directly -Oracle Open Office Chart : printing;documents -Oracle Open Office Chart : printing;drawings defaults -Oracle Open Office Chart : printing;elements in text documents -Oracle Open Office Chart : printing;faster -Oracle Open Office Chart : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Chart : printing;fitting to pages in presentations -Oracle Open Office Chart : printing;formulas in Oracle Open Office Math -Oracle Open Office Chart : printing;hidden pages of presentations -Oracle Open Office Chart : printing;in original size in Oracle Open Office Math -Oracle Open Office Chart : printing;left/right pages -Oracle Open Office Chart : printing;queries (Base) -Oracle Open Office Chart : printing;scaling in Oracle Open Office Math -Oracle Open Office Chart : printing;selections -Oracle Open Office Chart : printing;text always in black -Oracle Open Office Chart : printing;text in reverse order -Oracle Open Office Chart : printing;tiling pages in presentations -Oracle Open Office Chart : printing;transparencies -Oracle Open Office Chart : printing;warnings -Oracle Open Office Chart : printing;without scaling in presentations -Oracle Open Office Chart : printing speed -Oracle Open Office Chart : programming -Oracle Open Office Chart : programming;Oracle Open Office -Oracle Open Office Chart : programming;scripting -Oracle Open Office Chart : properties -Oracle Open Office Chart : properties;charts -Oracle Open Office Chart : properties;fields in databases -Oracle Open Office Chart : properties;files -Oracle Open Office Chart : properties;form controls -Oracle Open Office Chart : properties;forms -Oracle Open Office Chart : properties;printers -Oracle Open Office Chart : properties;smooth lines in line charts/XY charts -Oracle Open Office Chart : protected contents -Oracle Open Office Chart : protected dashes -Oracle Open Office Chart : protected database tables -Oracle Open Office Chart : protected documents -Oracle Open Office Chart : protected spaces -Oracle Open Office Chart : protected spaces;inserting -Oracle Open Office Chart : protected spaces;showing (Writer) -Oracle Open Office Chart : protecting -Oracle Open Office Chart : protecting;contents -Oracle Open Office Chart : protecting;recorded changes -Oracle Open Office Chart : proxy settings -Oracle Open Office Chart : push buttons -Oracle Open Office Chart : push buttons;adding to documents -Oracle Open Office Chart : push buttons;creating -Oracle Open Office Chart : queries -Oracle Open Office Chart : queries;copying (Base) -Oracle Open Office Chart : queries;creating in design view (Base) -Oracle Open Office Chart : queries;creating in SQL view -Oracle Open Office Chart : queries;defining (Base) -Oracle Open Office Chart : queries;deleting table links (Base) -Oracle Open Office Chart : queries;editing in data source view -Oracle Open Office Chart : queries;formulating filter conditions (Base) -Oracle Open Office Chart : queries;joining tables (Base) -Oracle Open Office Chart : queries;missing elements (Base) -Oracle Open Office Chart : queries;overview (Base) -Oracle Open Office Chart : queries;parameter queries (Base) -Oracle Open Office Chart : queries;printing (Base) -Oracle Open Office Chart : Query Wizard (Base) -Oracle Open Office Chart : Quickstarter -Oracle Open Office Chart : quotation marks -Oracle Open Office Chart : quotation marks;replacing -Oracle Open Office Chart : quotes -Oracle Open Office Chart : quotes;custom -Oracle Open Office Chart : radar charts, see net charts -Oracle Open Office Chart : radio button creation -Oracle Open Office Chart : read-only documents -Oracle Open Office Chart : read-only documents;cursor -Oracle Open Office Chart : read-only documents;database tables on/off -Oracle Open Office Chart : read-only documents;editing -Oracle Open Office Chart : read-only documents;opening documents as -Oracle Open Office Chart : read-only items in Data Navigator -Oracle Open Office Chart : recognizing URLs automatically -Oracle Open Office Chart : recording -Oracle Open Office Chart : recording;changes -Oracle Open Office Chart : recording;macros -Oracle Open Office Chart : records -Oracle Open Office Chart : records;inserting comments -Oracle Open Office Chart : records;protecting -Oracle Open Office Chart : records;saving -Oracle Open Office Chart : records;searching in databases -Oracle Open Office Chart : rectangles with round corners -Oracle Open Office Chart : recursions in spreadsheets -Oracle Open Office Chart : redo command -Oracle Open Office Chart : reduced printing -Oracle Open Office Chart : reference lines -Oracle Open Office Chart : references -Oracle Open Office Chart : references;displaying in color (Calc) -Oracle Open Office Chart : references;expanding (Calc) -Oracle Open Office Chart : references;iterative (Calc) -Oracle Open Office Chart : register-true -Oracle Open Office Chart : register-true;definition -Oracle Open Office Chart : registering -Oracle Open Office Chart : registering;address books -Oracle Open Office Chart : registering;databases (Base) -Oracle Open Office Chart : registering;Oracle Open Office -Oracle Open Office Chart : regression curves in charts -Oracle Open Office Chart : regular expressions -Oracle Open Office Chart : regular expressions;list of -Oracle Open Office Chart : regular expressions;opening files -Oracle Open Office Chart : relational databases (Base) -Oracle Open Office Chart : relations -Oracle Open Office Chart : relations;creating and deleting (Base) -Oracle Open Office Chart : relations;joining tables (Base) -Oracle Open Office Chart : relations;properties (Base) -Oracle Open Office Chart : relative hyperlinks -Oracle Open Office Chart : relative saving of URLs -Oracle Open Office Chart : reloading -Oracle Open Office Chart : reloading;documents -Oracle Open Office Chart : reloading;HTML documents, automatically -Oracle Open Office Chart : remarks, see also comments -Oracle Open Office Chart : remote configurations -Oracle Open Office Chart : remove noise filter -Oracle Open Office Chart : removing -Oracle Open Office Chart : removing;bullets and numbering -Oracle Open Office Chart : removing;form filters -Oracle Open Office Chart : removing, see also deleting -Oracle Open Office Chart : reorganizing charts -Oracle Open Office Chart : repeating -Oracle Open Office Chart : repeating;commands -Oracle Open Office Chart : replacement options -Oracle Open Office Chart : replacement table -Oracle Open Office Chart : replacing -Oracle Open Office Chart : replacing;AutoCorrect function -Oracle Open Office Chart : replacing;dashes -Oracle Open Office Chart : replacing;tab stops (regular expressions) -Oracle Open Office Chart : Report Builder -Oracle Open Office Chart : reports -Oracle Open Office Chart : reports;creating -Oracle Open Office Chart : reports;error reports -Oracle Open Office Chart : reports;opening and editing -Oracle Open Office Chart : reports;templates -Oracle Open Office Chart : resetting -Oracle Open Office Chart : resetting;templates -Oracle Open Office Chart : resizing -Oracle Open Office Chart : resizing;objects, by mouse -Oracle Open Office Chart : resizing, see also scaling/zooming -Oracle Open Office Chart : resolution when printing bitmaps -Oracle Open Office Chart : restoring -Oracle Open Office Chart : restoring;default formatting -Oracle Open Office Chart : restoring;editing -Oracle Open Office Chart : reversing printing order -Oracle Open Office Chart : review function -Oracle Open Office Chart : review function;accepting or rejecting changes -Oracle Open Office Chart : review function;comparing documents -Oracle Open Office Chart : review function;protecting records -Oracle Open Office Chart : review function;recording changes example -Oracle Open Office Chart : rich text control -Oracle Open Office Chart : right alignment of paragraphs -Oracle Open Office Chart : right joins (Base) -Oracle Open Office Chart : right-to-left text -Oracle Open Office Chart : rotating -Oracle Open Office Chart : rotating;3D text -Oracle Open Office Chart : round corners -Oracle Open Office Chart : rounding precision (Calc) -Oracle Open Office Chart : row headers -Oracle Open Office Chart : row headers;displaying (Calc) -Oracle Open Office Chart : row headers;highlighting (Calc) -Oracle Open Office Chart : rulers -Oracle Open Office Chart : rulers;default settings -Oracle Open Office Chart : rulers;measurement units -Oracle Open Office Chart : rulers;visible in presentations -Oracle Open Office Chart : samples and templates -Oracle Open Office Chart : saving -Oracle Open Office Chart : saving;default file formats -Oracle Open Office Chart : saving;dialog settings -Oracle Open Office Chart : saving;documents -Oracle Open Office Chart : saving;documents for mobile devices -Oracle Open Office Chart : saving;documents in other formats -Oracle Open Office Chart : saving;documents, automatically -Oracle Open Office Chart : saving;in Microsoft Office file format -Oracle Open Office Chart : saving;options -Oracle Open Office Chart : saving;templates -Oracle Open Office Chart : saving;to XML -Oracle Open Office Chart : saving;VBA code in Microsoft Office documents -Oracle Open Office Chart : saving;with password by default -Oracle Open Office Chart : saving as command -Oracle Open Office Chart : saving as command;precautions -Oracle Open Office Chart : scaling -Oracle Open Office Chart : scaling;axes -Oracle Open Office Chart : scaling;font sizes in user interface -Oracle Open Office Chart : scaling;objects -Oracle Open Office Chart : scaling;pictures -Oracle Open Office Chart : scaling;printing in Oracle Open Office Math -Oracle Open Office Chart : scaling;text in charts -Oracle Open Office Chart : scaling;when printing presentations -Oracle Open Office Chart : scaling, see also zooming -Oracle Open Office Chart : scatter charts -Oracle Open Office Chart : screen -Oracle Open Office Chart : screen;full screen views -Oracle Open Office Chart : screen;scaling -Oracle Open Office Chart : screen magnifiers -Oracle Open Office Chart : screen readers -Oracle Open Office Chart : script organization -Oracle Open Office Chart : scrollbars -Oracle Open Office Chart : scrollbars;controls -Oracle Open Office Chart : scrollbars;displaying (Calc) -Oracle Open Office Chart : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Chart : search criteria for database functions in cells -Oracle Open Office Chart : search engines -Oracle Open Office Chart : search engines;definition -Oracle Open Office Chart : search engines;selecting -Oracle Open Office Chart : searching -Oracle Open Office Chart : searching;all sheets -Oracle Open Office Chart : searching;databases -Oracle Open Office Chart : searching;form filters -Oracle Open Office Chart : searching;Internet -Oracle Open Office Chart : searching;tables and forms -Oracle Open Office Chart : secondary axes in charts -Oracle Open Office Chart : sections -Oracle Open Office Chart : sections;backgrounds -Oracle Open Office Chart : security -Oracle Open Office Chart : security;digital signatures -Oracle Open Office Chart : security;options for documents with macros -Oracle Open Office Chart : security;protecting contents -Oracle Open Office Chart : security;security levels for macros -Oracle Open Office Chart : security;warning dialogs with macros -Oracle Open Office Chart : selecting -Oracle Open Office Chart : selecting;controls -Oracle Open Office Chart : selecting;measurement units -Oracle Open Office Chart : selecting;objects -Oracle Open Office Chart : selecting;print areas -Oracle Open Office Chart : selecting;several files -Oracle Open Office Chart : selection clipboard -Oracle Open Office Chart : selection frames -Oracle Open Office Chart : selection modes in text -Oracle Open Office Chart : sending -Oracle Open Office Chart : sending;AutoAbstract function in presentations -Oracle Open Office Chart : sending;documents as e-mail -Oracle Open Office Chart : sending;documents as faxes -Oracle Open Office Chart : separator lines -Oracle Open Office Chart : separator lines;defining -Oracle Open Office Chart : separators -Oracle Open Office Chart : separators;conditional -Oracle Open Office Chart : Server Side ImageMap -Oracle Open Office Chart : settings -Oracle Open Office Chart : settings;printers -Oracle Open Office Chart : settings;program configuration -Oracle Open Office Chart : settings;proxies -Oracle Open Office Chart : settings;tracking changes -Oracle Open Office Chart : settings;views -Oracle Open Office Chart : SGML -Oracle Open Office Chart : SGML;definition -Oracle Open Office Chart : shadows -Oracle Open Office Chart : shadows;areas -Oracle Open Office Chart : shadows;borders -Oracle Open Office Chart : shadows;characters -Oracle Open Office Chart : shadows;characters, using context menu -Oracle Open Office Chart : sharing documents -Oracle Open Office Chart : sharpening filter -Oracle Open Office Chart : sheet tabs -Oracle Open Office Chart : sheet tabs;displaying -Oracle Open Office Chart : sheets -Oracle Open Office Chart : sheets;searching all -Oracle Open Office Chart : shortcut keys -Oracle Open Office Chart : shortcut keys;assigning macros -Oracle Open Office Chart : shortcut keys;charts -Oracle Open Office Chart : shortcut keys;general -Oracle Open Office Chart : shortcut keys;in databases -Oracle Open Office Chart : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Chart : showing -Oracle Open Office Chart : showing;changes -Oracle Open Office Chart : showing;docked windows -Oracle Open Office Chart : showing;drawings and controls (Writer) -Oracle Open Office Chart : showing;live presentations on the Internet -Oracle Open Office Chart : showing;toolbars -Oracle Open Office Chart : signing documents with digital signatures -Oracle Open Office Chart : similarity search -Oracle Open Office Chart : simple handles (Writer) -Oracle Open Office Chart : simplified Chinese -Oracle Open Office Chart : simplified Chinese;translating to traditional Chinese -Oracle Open Office Chart : single sign on options -Oracle Open Office Chart : single-line spacing in text -Oracle Open Office Chart : sizes -Oracle Open Office Chart : sizes;draw objects -Oracle Open Office Chart : sizes;pictures -Oracle Open Office Chart : slanting draw objects -Oracle Open Office Chart : small capitals -Oracle Open Office Chart : small icons -Oracle Open Office Chart : smart tag configuration -Oracle Open Office Chart : smooth scrolling (Writer) -Oracle Open Office Chart : smoothing filter -Oracle Open Office Chart : snap grid defaults (Writer/Calc) -Oracle Open Office Chart : snapping in presentations and drawings -Oracle Open Office Chart : solarization filter -Oracle Open Office Chart : sort lists -Oracle Open Office Chart : sort lists;copying to in Calc -Oracle Open Office Chart : sorting -Oracle Open Office Chart : sorting;data in forms -Oracle Open Office Chart : sorting;databases -Oracle Open Office Chart : sound files -Oracle Open Office Chart : spaces -Oracle Open Office Chart : spaces;displaying (Writer) -Oracle Open Office Chart : spaces;ignoring double -Oracle Open Office Chart : spaces;inserting protected spaces -Oracle Open Office Chart : spaces;showing protected spaces (Writer) -Oracle Open Office Chart : spacing -Oracle Open Office Chart : spacing;between paragraphs in footnotes -Oracle Open Office Chart : spacing;font effects -Oracle Open Office Chart : spacing;lines and paragraphs -Oracle Open Office Chart : spacing;tab stops in text documents -Oracle Open Office Chart : spacing;tabs in presentations -Oracle Open Office Chart : spadmin -Oracle Open Office Chart : special characters -Oracle Open Office Chart : speech bubbles -Oracle Open Office Chart : speed of printing -Oracle Open Office Chart : spellcheck -Oracle Open Office Chart : spellcheck;activating for a language -Oracle Open Office Chart : spellcheck;context menus -Oracle Open Office Chart : spellcheck;default languages -Oracle Open Office Chart : spellcheck;dialog -Oracle Open Office Chart : spellcheck;dictionary of exceptions -Oracle Open Office Chart : spellcheck;ignore list -Oracle Open Office Chart : spin button creation -Oracle Open Office Chart : spoolfiles with Xprinter -Oracle Open Office Chart : spreadsheets -Oracle Open Office Chart : spreadsheets;as databases (base) -Oracle Open Office Chart : spreadsheets;copying areas to text documents -Oracle Open Office Chart : spreadsheets;creating/opening -Oracle Open Office Chart : spreadsheets;inserting charts -Oracle Open Office Chart : spreadsheets;inserting database records -Oracle Open Office Chart : spreadsheets;printing -Oracle Open Office Chart : spreadsheets;saving -Oracle Open Office Chart : spreadsheets;saving automatically -Oracle Open Office Chart : spreadsheets;saving in other formats -Oracle Open Office Chart : spreadsheets;sending as e-mail -Oracle Open Office Chart : SQL -Oracle Open Office Chart : SQL;definition -Oracle Open Office Chart : SQL;DISTINCT parameter -Oracle Open Office Chart : SQL;executing SQL commands -Oracle Open Office Chart : SQL;executing SQL statements (Base) -Oracle Open Office Chart : SQL;queries (Base) -Oracle Open Office Chart : square drawings -Oracle Open Office Chart : standard bar on/off -Oracle Open Office Chart : standard deviation in charts -Oracle Open Office Chart : standard filters in databases -Oracle Open Office Chart : standard printer under UNIX -Oracle Open Office Chart : start center -Oracle Open Office Chart : start parameters -Oracle Open Office Chart : statistics in charts -Oracle Open Office Chart : status bar on/off -Oracle Open Office Chart : stickers -Oracle Open Office Chart : stock charts -Oracle Open Office Chart : strikethrough -Oracle Open Office Chart : strikethrough;characters -Oracle Open Office Chart : strikethrough;font effects -Oracle Open Office Chart : styles -Oracle Open Office Chart : styles;'changed' message -Oracle Open Office Chart : styles;copying between documents -Oracle Open Office Chart : styles;keyboard shortcuts -Oracle Open Office Chart : styles;organizing -Oracle Open Office Chart : styles;printing styles used in a document -Oracle Open Office Chart : styles;replacing automatically -Oracle Open Office Chart : Styles and Formatting window -Oracle Open Office Chart : Styles and Formatting window;docking -Oracle Open Office Chart : subforms -Oracle Open Office Chart : subforms;creating -Oracle Open Office Chart : subforms;description -Oracle Open Office Chart : submitting forms -Oracle Open Office Chart : suffixes in file formats -Oracle Open Office Chart : support on the Web -Oracle Open Office Chart : synchronizing -Oracle Open Office Chart : synchronizing;labels and business cards -Oracle Open Office Chart : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Chart : system address book registration -Oracle Open Office Chart : tab stops -Oracle Open Office Chart : tab stops;displaying (Writer) -Oracle Open Office Chart : tab stops;inserting and editing -Oracle Open Office Chart : tab stops;regular expressions -Oracle Open Office Chart : tab stops;setting in sheets -Oracle Open Office Chart : tab stops;settings -Oracle Open Office Chart : tab stops;spacing in presentations -Oracle Open Office Chart : tab stops;spacing in text documents -Oracle Open Office Chart : table controls -Oracle Open Office Chart : table controls;form functions -Oracle Open Office Chart : table controls;keyboard-only edit mode -Oracle Open Office Chart : table controls;properties -Oracle Open Office Chart : table views of databases -Oracle Open Office Chart : Table Wizard (Base) -Oracle Open Office Chart : tables -Oracle Open Office Chart : tables;inserting line breaks -Oracle Open Office Chart : tables in databases -Oracle Open Office Chart : tables in databases;access rights to (Base) -Oracle Open Office Chart : tables in databases;adding to queries -Oracle Open Office Chart : tables in databases;browsing and editing -Oracle Open Office Chart : tables in databases;copying database tables (Base) -Oracle Open Office Chart : tables in databases;creating -Oracle Open Office Chart : tables in databases;creating in design view (manually) -Oracle Open Office Chart : tables in databases;importing text formats (Base) -Oracle Open Office Chart : tables in databases;joining for queries (Base) -Oracle Open Office Chart : tables in databases;printing queries (Base) -Oracle Open Office Chart : tables in databases;relations (Base) -Oracle Open Office Chart : tables in databases;searching -Oracle Open Office Chart : tables in spreadsheets -Oracle Open Office Chart : tables in spreadsheets;copying data to other applications -Oracle Open Office Chart : tables in spreadsheets;defining borders -Oracle Open Office Chart : tables in spreadsheets;value highlighting -Oracle Open Office Chart : tables in text -Oracle Open Office Chart : tables in text;captions -Oracle Open Office Chart : tables in text;creating automatically -Oracle Open Office Chart : tables in text;default settings -Oracle Open Office Chart : tables in text;defining borders -Oracle Open Office Chart : tables in text;displaying -Oracle Open Office Chart : tables in text;printing -Oracle Open Office Chart : tabs -Oracle Open Office Chart : tabs;displaying sheet tabs -Oracle Open Office Chart : tags -Oracle Open Office Chart : tags;definition -Oracle Open Office Chart : tags;META tags -Oracle Open Office Chart : templates -Oracle Open Office Chart : templates;agendas -Oracle Open Office Chart : templates;changing basic fonts -Oracle Open Office Chart : templates;database reports -Oracle Open Office Chart : templates;deleting -Oracle Open Office Chart : templates;editing and saving -Oracle Open Office Chart : templates;faxes -Oracle Open Office Chart : templates;importing and exporting -Oracle Open Office Chart : templates;letters -Oracle Open Office Chart : templates;new documents from templates -Oracle Open Office Chart : templates;opening documents with -Oracle Open Office Chart : templates;organizing -Oracle Open Office Chart : terminology -Oracle Open Office Chart : terminology;general glossary -Oracle Open Office Chart : terminology;Internet glossary -Oracle Open Office Chart : testing XML filters -Oracle Open Office Chart : text -Oracle Open Office Chart : text;animating -Oracle Open Office Chart : text;Asian layout -Oracle Open Office Chart : text;bold -Oracle Open Office Chart : text;coloring -Oracle Open Office Chart : text;copying by drag and drop -Oracle Open Office Chart : text;CTL languages -Oracle Open Office Chart : text;drawing pictures -Oracle Open Office Chart : text;font effects -Oracle Open Office Chart : text;font sizes -Oracle Open Office Chart : text;font styles -Oracle Open Office Chart : text;fonts and formats -Oracle Open Office Chart : text;Fontwork icons -Oracle Open Office Chart : text;hyperlinks -Oracle Open Office Chart : text;inserting special characters -Oracle Open Office Chart : text;italics -Oracle Open Office Chart : text;kerning -Oracle Open Office Chart : text;language selection -Oracle Open Office Chart : text;line spacing -Oracle Open Office Chart : text;overwriting or inserting -Oracle Open Office Chart : text;printing in black -Oracle Open Office Chart : text;replacing with format -Oracle Open Office Chart : text;selection modes -Oracle Open Office Chart : text;shadowed -Oracle Open Office Chart : text;text/draw objects -Oracle Open Office Chart : text attributes -Oracle Open Office Chart : text attributes;hyperlinks -Oracle Open Office Chart : text attributes;undoing -Oracle Open Office Chart : text boxes -Oracle Open Office Chart : text boxes;form functions -Oracle Open Office Chart : text boxes;positioning -Oracle Open Office Chart : text breaks in cells -Oracle Open Office Chart : text colors for better accessibility -Oracle Open Office Chart : text databases (Base) -Oracle Open Office Chart : text documents -Oracle Open Office Chart : text documents;creating/opening -Oracle Open Office Chart : text documents;importing/exporting -Oracle Open Office Chart : text documents;inserting spreadsheet cells -Oracle Open Office Chart : text documents;print settings -Oracle Open Office Chart : text documents;printing -Oracle Open Office Chart : text documents;saving -Oracle Open Office Chart : text documents;saving automatically -Oracle Open Office Chart : text documents;saving in other formats -Oracle Open Office Chart : text documents;sending as e-mail -Oracle Open Office Chart : text effects -Oracle Open Office Chart : text flow -Oracle Open Office Chart : text flow;in cells -Oracle Open Office Chart : text formats -Oracle Open Office Chart : text formats;databases -Oracle Open Office Chart : text formats;pasting -Oracle Open Office Chart : text input fields -Oracle Open Office Chart : text layout for special languages -Oracle Open Office Chart : text objects -Oracle Open Office Chart : text objects;alignment -Oracle Open Office Chart : text objects;draw functions -Oracle Open Office Chart : text objects;fonts -Oracle Open Office Chart : text objects;in presentations and drawings -Oracle Open Office Chart : text overflow in spreadsheet cells -Oracle Open Office Chart : text scaling in charts -Oracle Open Office Chart : text, see also text documents, paragraphs and characters -Oracle Open Office Chart : TextArt, see Fontwork -Oracle Open Office Chart : textures -Oracle Open Office Chart : textures;inserting from Gallery -Oracle Open Office Chart : textures;on chart bars -Oracle Open Office Chart : Thai -Oracle Open Office Chart : Thai;entering text -Oracle Open Office Chart : Thai;language settings -Oracle Open Office Chart : thesaurus -Oracle Open Office Chart : thesaurus;activating for a language -Oracle Open Office Chart : ticker text -Oracle Open Office Chart : time fields -Oracle Open Office Chart : time fields;form functions -Oracle Open Office Chart : times -Oracle Open Office Chart : times;inserting when printing presentations -Oracle Open Office Chart : times, formats -Oracle Open Office Chart : tips -Oracle Open Office Chart : tips;extended tips in Help -Oracle Open Office Chart : title rows -Oracle Open Office Chart : title rows;printing in Oracle Open Office Math -Oracle Open Office Chart : titles -Oracle Open Office Chart : titles;alignment (charts) -Oracle Open Office Chart : titles;changing -Oracle Open Office Chart : titles;editing in charts -Oracle Open Office Chart : titles;font effects -Oracle Open Office Chart : titles;formatting automatically -Oracle Open Office Chart : titles;formatting charts -Oracle Open Office Chart : titles;objects -Oracle Open Office Chart : toolbars -Oracle Open Office Chart : toolbars;adding buttons -Oracle Open Office Chart : toolbars;docking/undocking -Oracle Open Office Chart : toolbars;Form Navigation bar -Oracle Open Office Chart : toolbars;viewing/closing -Oracle Open Office Chart : tools bar -Oracle Open Office Chart : tooltips -Oracle Open Office Chart : tooltips;extended tips -Oracle Open Office Chart : tooltips;help -Oracle Open Office Chart : traditional Chinese -Oracle Open Office Chart : traditional Chinese;translating to simplified chinese -Oracle Open Office Chart : transparency -Oracle Open Office Chart : transparency;areas -Oracle Open Office Chart : transparency;off for faster printing -Oracle Open Office Chart : transparency;saving -Oracle Open Office Chart : tree view of Help -Oracle Open Office Chart : trend lines in charts -Oracle Open Office Chart : typefaces -Oracle Open Office Chart : typefaces;adding under UNIX -Oracle Open Office Chart : typefaces;formats -Oracle Open Office Chart : typographical quotes in Oracle Open Office Writer -Oracle Open Office Chart : typography -Oracle Open Office Chart : typography;Asian -Oracle Open Office Chart : underlining -Oracle Open Office Chart : underlining;AutoFormat function -Oracle Open Office Chart : underlining;characters -Oracle Open Office Chart : underlining;text -Oracle Open Office Chart : undocking windows -Oracle Open Office Chart : undoing -Oracle Open Office Chart : undoing;direct formatting -Oracle Open Office Chart : undoing;editing -Oracle Open Office Chart : undoing;number of steps -Oracle Open Office Chart : ungrouping groups -Oracle Open Office Chart : units -Oracle Open Office Chart : units;converting -Oracle Open Office Chart : units;measurement units -Oracle Open Office Chart : UNO components -Oracle Open Office Chart : UNO components;Extension Manager -Oracle Open Office Chart : UNO components;integrating new -Oracle Open Office Chart : update options -Oracle Open Office Chart : updates -Oracle Open Office Chart : updates;checking automatically -Oracle Open Office Chart : updates;checking manually -Oracle Open Office Chart : updating -Oracle Open Office Chart : updating;fields and charts, automatically (Writer) -Oracle Open Office Chart : updating;links in text documents -Oracle Open Office Chart : updating;links, on opening -Oracle Open Office Chart : updating;templates -Oracle Open Office Chart : URL -Oracle Open Office Chart : URL;changing hyperlink URLs -Oracle Open Office Chart : URL;definition -Oracle Open Office Chart : URL;in pictures -Oracle Open Office Chart : URL;saving absolute/relative paths -Oracle Open Office Chart : URL;turning off URL recognition -Oracle Open Office Chart : user data -Oracle Open Office Chart : user data;input -Oracle Open Office Chart : user data;removing when saving -Oracle Open Office Chart : user feedback -Oracle Open Office Chart : user feedback;automatically -Oracle Open Office Chart : user-defined dictionaries -Oracle Open Office Chart : user-defined dictionaries;creating -Oracle Open Office Chart : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Chart : user-defined dictionaries;editing -Oracle Open Office Chart : user-defined styles -Oracle Open Office Chart : user-defined styles;automatically replacing -Oracle Open Office Chart : UTF-8/UCS2 support -Oracle Open Office Chart : values -Oracle Open Office Chart : values;rounded as shown (Calc) -Oracle Open Office Chart : variables -Oracle Open Office Chart : variables;for paths -Oracle Open Office Chart : variances in charts -Oracle Open Office Chart : VBA code -Oracle Open Office Chart : VBA code;loading/saving documents with VBA code -Oracle Open Office Chart : version management -Oracle Open Office Chart : version numbers of documents -Oracle Open Office Chart : versions -Oracle Open Office Chart : versions;comparing documents -Oracle Open Office Chart : versions;file saving as, restriction -Oracle Open Office Chart : versions;merging document versions -Oracle Open Office Chart : versions;of a document -Oracle Open Office Chart : versions;Oracle Open Office -Oracle Open Office Chart : vertical callouts -Oracle Open Office Chart : vertical scrollbars (Writer) -Oracle Open Office Chart : vertical text boxes -Oracle Open Office Chart : videos -Oracle Open Office Chart : viewing -Oracle Open Office Chart : viewing;databases -Oracle Open Office Chart : viewing;file properties -Oracle Open Office Chart : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Chart : viewing;toolbars -Oracle Open Office Chart : views -Oracle Open Office Chart : views;creating database views (Base) -Oracle Open Office Chart : views;defaults -Oracle Open Office Chart : views;full screen -Oracle Open Office Chart : views;icons -Oracle Open Office Chart : views;scaling -Oracle Open Office Chart : Visual Basic for Applications -Oracle Open Office Chart : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Chart : watermarks -Oracle Open Office Chart : web documents -Oracle Open Office Chart : web documents;XForms -Oracle Open Office Chart : Web support -Oracle Open Office Chart : WebCast export -Oracle Open Office Chart : WebDAV over HTTPS -Oracle Open Office Chart : windows -Oracle Open Office Chart : windows;docking -Oracle Open Office Chart : windows;docking definition -Oracle Open Office Chart : windows;hiding/showing/docking -Oracle Open Office Chart : windows;new -Oracle Open Office Chart : wizards -Oracle Open Office Chart : wizards;agendas -Oracle Open Office Chart : wizards;database queries -Oracle Open Office Chart : wizards;database tables (Base) -Oracle Open Office Chart : wizards;databases (Base) -Oracle Open Office Chart : wizards;document converter -Oracle Open Office Chart : wizards;Euro Converter -Oracle Open Office Chart : wizards;faxes -Oracle Open Office Chart : wizards;forms -Oracle Open Office Chart : wizards;letters -Oracle Open Office Chart : wizards;macros (Base) -Oracle Open Office Chart : wizards;overview -Oracle Open Office Chart : wizards;presentations -Oracle Open Office Chart : wizards;reports -Oracle Open Office Chart : Word documents -Oracle Open Office Chart : Word documents;compatibility -Oracle Open Office Chart : Word documents;saving as -Oracle Open Office Chart : WordArt, see Fontwork -Oracle Open Office Chart : words -Oracle Open Office Chart : words;automatically replacing -Oracle Open Office Chart : words;wrapping in cells -Oracle Open Office Chart : words;wrapping in CTL -Oracle Open Office Chart : working directory change -Oracle Open Office Chart : wrapping text -Oracle Open Office Chart : wrapping text;in cells -Oracle Open Office Chart : write protection on/off -Oracle Open Office Chart : writing aids options -Oracle Open Office Chart : WYSIWYG in fonts lists -Oracle Open Office Chart : X axes -Oracle Open Office Chart : X axes;grid formatting -Oracle Open Office Chart : X axes;positioning -Oracle Open Office Chart : X axes;scaling -Oracle Open Office Chart : X axes;showing -Oracle Open Office Chart : XForms -Oracle Open Office Chart : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Chart : XForms;conditions -Oracle Open Office Chart : XForms;opening/editing -Oracle Open Office Chart : XML converters -Oracle Open Office Chart : XML file formats -Oracle Open Office Chart : XML filters -Oracle Open Office Chart : XML filters;creating/testing -Oracle Open Office Chart : XML filters;saving as package/installing/deleting -Oracle Open Office Chart : XML filters;settings -Oracle Open Office Chart : XML Forms, see XForms -Oracle Open Office Chart : XSLT filters, see also XML filters -Oracle Open Office Chart : XY charts -Oracle Open Office Chart : Y axes -Oracle Open Office Chart : Y axes;formatting -Oracle Open Office Chart : Y axes;grid formatting -Oracle Open Office Chart : Y axes;positioning -Oracle Open Office Chart : Y axes;scaling -Oracle Open Office Chart : Y axes;showing -Oracle Open Office Chart : years -Oracle Open Office Chart : years;2-digit options -Oracle Open Office Chart : Z axes -Oracle Open Office Chart : Z axes;grid formatting -Oracle Open Office Chart : Z axes;showing -Oracle Open Office Chart : zero values -Oracle Open Office Chart : zero values;displaying (Calc) -Oracle Open Office Chart : zooming -Oracle Open Office Chart : zooming;page views -Oracle Open Office Chart : zooming;pictures -Oracle Open Office Chart : zooming;status bar -Oracle Open Office Base : 1/2 replacement -Oracle Open Office Base : 3D text creation -Oracle Open Office Base : abbreviation replacement -Oracle Open Office Base : absolute hyperlinks -Oracle Open Office Base : absolute saving of URLs -Oracle Open Office Base : accents -Oracle Open Office Base : Access databases (base) -Oracle Open Office Base : access rights for database tables (Base) -Oracle Open Office Base : accessibility -Oracle Open Office Base : accessibility;general shortcuts -Oracle Open Office Base : accessibility;options -Oracle Open Office Base : accessibility;Oracle Open Office assistive technology -Oracle Open Office Base : accessibility;Oracle Open Office features -Oracle Open Office Base : activating -Oracle Open Office Base : activating;context menus -Oracle Open Office Base : activating;Error Report Tool -Oracle Open Office Base : activating;extended help tips -Oracle Open Office Base : activating;plug-ins -Oracle Open Office Base : ActiveX control -Oracle Open Office Base : Adabas D databases (base) -Oracle Open Office Base : add-ons, see UNO components -Oracle Open Office Base : additional selection mode -Oracle Open Office Base : address books -Oracle Open Office Base : address books;LDAP server (Base) -Oracle Open Office Base : address books;registering -Oracle Open Office Base : address labels from databases -Oracle Open Office Base : ADO databases (Base) -Oracle Open Office Base : Agenda Wizard -Oracle Open Office Base : aging filter -Oracle Open Office Base : aligning -Oracle Open Office Base : aligning;cells -Oracle Open Office Base : aligning;objects -Oracle Open Office Base : aligning;paragraphs -Oracle Open Office Base : aligning;tables in text -Oracle Open Office Base : aligning;text objects -Oracle Open Office Base : alternative fonts -Oracle Open Office Base : ampersand symbol, see also operators -Oracle Open Office Base : anchors -Oracle Open Office Base : anchors;changing -Oracle Open Office Base : anchors;displaying (Calc) -Oracle Open Office Base : anchors;types/positions for draw objects -Oracle Open Office Base : animations -Oracle Open Office Base : animations;accessibility options -Oracle Open Office Base : appearance options -Oracle Open Office Base : Arabic -Oracle Open Office Base : Arabic;entering text -Oracle Open Office Base : Arabic;language settings -Oracle Open Office Base : areas -Oracle Open Office Base : areas;bitmap patterns -Oracle Open Office Base : areas;hatched/dotted -Oracle Open Office Base : areas;shadows -Oracle Open Office Base : areas;slanting -Oracle Open Office Base : areas;styles -Oracle Open Office Base : areas;transparency -Oracle Open Office Base : arguments in command line -Oracle Open Office Base : arranging -Oracle Open Office Base : arranging;objects -Oracle Open Office Base : arrows -Oracle Open Office Base : arrows;defining arrow heads -Oracle Open Office Base : arrows;defining arrow lines -Oracle Open Office Base : arrows;drawing in text -Oracle Open Office Base : ASCII -Oracle Open Office Base : ASCII;definition -Oracle Open Office Base : Asian languages -Oracle Open Office Base : Asian languages;enabling -Oracle Open Office Base : Asian Phonetic Guide -Oracle Open Office Base : Asian typography -Oracle Open Office Base : assigning scripts -Oracle Open Office Base : assistive technology in Oracle Open Office -Oracle Open Office Base : attaching toolbars -Oracle Open Office Base : attachments in e-mails -Oracle Open Office Base : audio -Oracle Open Office Base : auto reloading HTML documents -Oracle Open Office Base : AutoAbstract function for sending text to presentations -Oracle Open Office Base : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Base : AutoComplete function in text and list boxes -Oracle Open Office Base : AutoCorrect function -Oracle Open Office Base : AutoCorrect function;context menu -Oracle Open Office Base : AutoCorrect function;options -Oracle Open Office Base : AutoCorrect function;pictures and frames -Oracle Open Office Base : AutoCorrect function;quotes -Oracle Open Office Base : AutoCorrect function;replacement table -Oracle Open Office Base : AutoCorrect function;switching on and off in Calc -Oracle Open Office Base : AutoCorrect function;URL recognition -Oracle Open Office Base : AutoFormat function -Oracle Open Office Base : AutoFormat function;switching on and off -Oracle Open Office Base : automatic captions (Writer) -Oracle Open Office Base : automatic control focus -Oracle Open Office Base : automatic hyperlink formatting -Oracle Open Office Base : automatic line breaks -Oracle Open Office Base : automatic lines/borders in text -Oracle Open Office Base : automatic saving -Oracle Open Office Base : AutoPilots, see wizards -Oracle Open Office Base : AutoValue (Base) -Oracle Open Office Base : axes in charts -Oracle Open Office Base : backgrounds -Oracle Open Office Base : backgrounds;defining colors/pictures -Oracle Open Office Base : backgrounds;frames/sections/indexes -Oracle Open Office Base : backgrounds;inserting from Gallery -Oracle Open Office Base : backgrounds;printing -Oracle Open Office Base : backing window -Oracle Open Office Base : backups -Oracle Open Office Base : backups;automatic -Oracle Open Office Base : backups;documents -Oracle Open Office Base : Basic -Oracle Open Office Base : Basic;fonts for source display -Oracle Open Office Base : Basic;programming -Oracle Open Office Base : Basic;recording macros -Oracle Open Office Base : basic fonts -Oracle Open Office Base : Bézier curves -Oracle Open Office Base : Bézier curves;control points in presentations -Oracle Open Office Base : bi-directional writing -Oracle Open Office Base : binding space -Oracle Open Office Base : bitmaps -Oracle Open Office Base : bitmaps;inserting and editing -Oracle Open Office Base : bitmaps;off for faster printing -Oracle Open Office Base : bitmaps;patterns -Oracle Open Office Base : black and white printing -Oracle Open Office Base : black printing in Calc -Oracle Open Office Base : block selection mode -Oracle Open Office Base : bold -Oracle Open Office Base : bold;AutoFormat function -Oracle Open Office Base : bold;text -Oracle Open Office Base : bookmarks -Oracle Open Office Base : bookmarks;Help -Oracle Open Office Base : borders -Oracle Open Office Base : borders;arranging -Oracle Open Office Base : borders;cells on screen (Calc) -Oracle Open Office Base : borders;for paragraphs -Oracle Open Office Base : borders;for tables -Oracle Open Office Base : borders;shadows -Oracle Open Office Base : borders;table boundaries (Writer) -Oracle Open Office Base : borders, see also frames -Oracle Open Office Base : bound fields -Oracle Open Office Base : bound fields;controls -Oracle Open Office Base : boundaries of tables (Writer) -Oracle Open Office Base : break display (Writer) -Oracle Open Office Base : brochures -Oracle Open Office Base : brochures;printing several -Oracle Open Office Base : build numbers of Oracle Open Office -Oracle Open Office Base : bullet lists -Oracle Open Office Base : bullet lists;formatting options -Oracle Open Office Base : bullets -Oracle Open Office Base : bullets;paragraphs -Oracle Open Office Base : bullets;replacing -Oracle Open Office Base : bullets;turning off -Oracle Open Office Base : business cards -Oracle Open Office Base : business cards;creating and synchronizing -Oracle Open Office Base : business cards;using templates -Oracle Open Office Base : button bars, see toolbars -Oracle Open Office Base : buttons -Oracle Open Office Base : buttons;adding push buttons -Oracle Open Office Base : buttons;big/small -Oracle Open Office Base : buttons;editing hyperlink buttons -Oracle Open Office Base : buttons;form functions -Oracle Open Office Base : buttons;toolbars -Oracle Open Office Base : cache for graphics -Oracle Open Office Base : calculating -Oracle Open Office Base : calculating;iterative references (Calc) -Oracle Open Office Base : callouts -Oracle Open Office Base : callouts;drawings -Oracle Open Office Base : capital letters -Oracle Open Office Base : capital letters;AutoCorrect function -Oracle Open Office Base : capital letters;font effects -Oracle Open Office Base : captions -Oracle Open Office Base : captions;automatic captions (Writer) -Oracle Open Office Base : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Base : captions, see also labels/callouts -Oracle Open Office Base : cascading update (Base) -Oracle Open Office Base : case sensitivity -Oracle Open Office Base : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Base : case sensitivity;searching -Oracle Open Office Base : cells -Oracle Open Office Base : cells;aligning -Oracle Open Office Base : cells;coloring (Calc) -Oracle Open Office Base : cells;cursor positions after input (Calc) -Oracle Open Office Base : cells;formatting without effect (Calc) -Oracle Open Office Base : cells;line breaks -Oracle Open Office Base : cells;linked to controls -Oracle Open Office Base : cells;number of -Oracle Open Office Base : cells;pasting -Oracle Open Office Base : cells;resetting formats -Oracle Open Office Base : cells;showing grid lines (Calc) -Oracle Open Office Base : centered text -Oracle Open Office Base : centimeters -Oracle Open Office Base : certificates -Oracle Open Office Base : changes -Oracle Open Office Base : changes;accepting or rejecting -Oracle Open Office Base : changes;comparing to original -Oracle Open Office Base : changes;protecting -Oracle Open Office Base : changes;recording -Oracle Open Office Base : changes;review function -Oracle Open Office Base : changes;showing -Oracle Open Office Base : changing -Oracle Open Office Base : changing;document titles -Oracle Open Office Base : changing;file associations in Setup program -Oracle Open Office Base : changing;icon sizes -Oracle Open Office Base : changing;links -Oracle Open Office Base : changing;work directory -Oracle Open Office Base : changing, see also editing and replacing -Oracle Open Office Base : character styles -Oracle Open Office Base : character styles;language selection -Oracle Open Office Base : characters -Oracle Open Office Base : characters;alternative fonts -Oracle Open Office Base : characters;Asian layout -Oracle Open Office Base : characters;bold -Oracle Open Office Base : characters;coloring -Oracle Open Office Base : characters;displaying only on screen (Writer) -Oracle Open Office Base : characters;enabling CTL and Asian characters -Oracle Open Office Base : characters;font effects -Oracle Open Office Base : characters;fonts and formats -Oracle Open Office Base : characters;hyperlinks -Oracle Open Office Base : characters;italics -Oracle Open Office Base : characters;language selection -Oracle Open Office Base : characters;shadowed -Oracle Open Office Base : characters;spacing -Oracle Open Office Base : characters;special -Oracle Open Office Base : characters;underlining -Oracle Open Office Base : charcoal sketches filter -Oracle Open Office Base : charts -Oracle Open Office Base : charts;arranging within stacks -Oracle Open Office Base : charts;bars with textures -Oracle Open Office Base : charts;colors -Oracle Open Office Base : charts;copying with link to source cell range -Oracle Open Office Base : charts;displaying (Calc) -Oracle Open Office Base : charts;editing axes -Oracle Open Office Base : charts;editing data -Oracle Open Office Base : charts;editing legends -Oracle Open Office Base : charts;editing titles -Oracle Open Office Base : charts;inserting -Oracle Open Office Base : charts;updating automatically (Writer) -Oracle Open Office Base : check box creation -Oracle Open Office Base : Chinese writing systems -Oracle Open Office Base : choosing printers -Oracle Open Office Base : circle drawings -Oracle Open Office Base : Client Side ImageMap -Oracle Open Office Base : clipboard -Oracle Open Office Base : clipboard;cutting -Oracle Open Office Base : clipboard;pasting -Oracle Open Office Base : clipboard;pasting formatted/unformatted text -Oracle Open Office Base : clipboard;selection clipboard -Oracle Open Office Base : clipboard;Unix -Oracle Open Office Base : closing -Oracle Open Office Base : closing;documents -Oracle Open Office Base : closing;toolbars -Oracle Open Office Base : collaboration -Oracle Open Office Base : color bar -Oracle Open Office Base : colors -Oracle Open Office Base : colors;adding -Oracle Open Office Base : colors;appearance -Oracle Open Office Base : colors;backgrounds -Oracle Open Office Base : colors;charts -Oracle Open Office Base : colors;fill format -Oracle Open Office Base : colors;fonts -Oracle Open Office Base : colors;grid lines and cells (Calc) -Oracle Open Office Base : colors;models -Oracle Open Office Base : colors;not printing -Oracle Open Office Base : colors;printing in grayscale -Oracle Open Office Base : colors;restriction (Calc) -Oracle Open Office Base : colors;selection -Oracle Open Office Base : column headers -Oracle Open Office Base : column headers;displaying (Calc) -Oracle Open Office Base : column headers;highlighting (Calc) -Oracle Open Office Base : columns -Oracle Open Office Base : columns;setting with the mouse -Oracle Open Office Base : combo box creation -Oracle Open Office Base : command button creation -Oracle Open Office Base : command buttons, see push buttons -Oracle Open Office Base : command line parameters -Oracle Open Office Base : commands -Oracle Open Office Base : commands;repeating -Oracle Open Office Base : commands;SQL -Oracle Open Office Base : comments -Oracle Open Office Base : comments;displaying (Calc) -Oracle Open Office Base : comments;inserting/editing/deleting/printing -Oracle Open Office Base : comments;on changes -Oracle Open Office Base : comments;printing in text -Oracle Open Office Base : common terms -Oracle Open Office Base : common terms;Chinese dictionary -Oracle Open Office Base : common terms;glossaries -Oracle Open Office Base : common terms;Internet glossary -Oracle Open Office Base : comparisons -Oracle Open Office Base : comparisons;document versions -Oracle Open Office Base : comparisons;operators in default filter dialog -Oracle Open Office Base : compatibility settings for MS Word import -Oracle Open Office Base : complete screen view -Oracle Open Office Base : complex text layout -Oracle Open Office Base : complex text layout;definition -Oracle Open Office Base : complex text layout;enabling -Oracle Open Office Base : complex text layout, see CTL -Oracle Open Office Base : compose key to insert special characters -Oracle Open Office Base : concatenation, see ampersand symbol -Oracle Open Office Base : conditional separators -Oracle Open Office Base : conditions -Oracle Open Office Base : conditions;in number formats -Oracle Open Office Base : conditions;items in Data Navigator -Oracle Open Office Base : Configuration Manager -Oracle Open Office Base : configuring -Oracle Open Office Base : configuring;fax icon -Oracle Open Office Base : configuring;Oracle Open Office -Oracle Open Office Base : configuring;toolbars -Oracle Open Office Base : connections to data sources (Base) -Oracle Open Office Base : contents protection -Oracle Open Office Base : context menus -Oracle Open Office Base : control point display in presentations -Oracle Open Office Base : controls -Oracle Open Office Base : controls;activating in forms -Oracle Open Office Base : controls;adding to documents -Oracle Open Office Base : controls;arranging in forms -Oracle Open Office Base : controls;arranging within stacks -Oracle Open Office Base : controls;assigning data sources -Oracle Open Office Base : controls;assigning macros (Basic) -Oracle Open Office Base : controls;bound fields/list contents/linked cells -Oracle Open Office Base : controls;events -Oracle Open Office Base : controls;focus -Oracle Open Office Base : controls;formatted fields -Oracle Open Office Base : controls;grouping -Oracle Open Office Base : controls;hidden -Oracle Open Office Base : controls;inserting -Oracle Open Office Base : controls;multi-line titles -Oracle Open Office Base : controls;positions and sizes -Oracle Open Office Base : controls;printing -Oracle Open Office Base : controls;properties of form controls -Oracle Open Office Base : controls;properties of table controls -Oracle Open Office Base : controls;reference by SQL -Oracle Open Office Base : controls;rich text control -Oracle Open Office Base : controls;select mode -Oracle Open Office Base : controls;showing (Writer) -Oracle Open Office Base : converters -Oracle Open Office Base : converters;Euro converter -Oracle Open Office Base : converters;PostScript, UNIX -Oracle Open Office Base : converters;XML -Oracle Open Office Base : converting -Oracle Open Office Base : converting;Hangul/Hanja -Oracle Open Office Base : converting;metrics -Oracle Open Office Base : converting;Microsoft documents -Oracle Open Office Base : converting;Oracle Open Office documents -Oracle Open Office Base : converting;Pocket PC formats -Oracle Open Office Base : copies -Oracle Open Office Base : copies;printing -Oracle Open Office Base : copying -Oracle Open Office Base : copying;by drag and drop -Oracle Open Office Base : copying;data from text documents -Oracle Open Office Base : copying;datasource records in spreadsheets -Oracle Open Office Base : copying;draw objects -Oracle Open Office Base : copying;draw objects between documents -Oracle Open Office Base : copying;formatting -Oracle Open Office Base : copying;from data source view -Oracle Open Office Base : copying;from Gallery -Oracle Open Office Base : copying;in Unix -Oracle Open Office Base : copying;pictures, between documents -Oracle Open Office Base : copying;sheet areas, to text documents -Oracle Open Office Base : copying;to Gallery -Oracle Open Office Base : copyright for Oracle Open Office -Oracle Open Office Base : corner roundings -Oracle Open Office Base : crash reports -Oracle Open Office Base : criteria of query design (Base) -Oracle Open Office Base : cropping pictures -Oracle Open Office Base : CTL -Oracle Open Office Base : CTL;(not) wrapping words -Oracle Open Office Base : CTL;complex text layout languages -Oracle Open Office Base : CTL;definition -Oracle Open Office Base : CTL;options -Oracle Open Office Base : currencies -Oracle Open Office Base : currencies;converters -Oracle Open Office Base : currencies;format codes -Oracle Open Office Base : currency field creation -Oracle Open Office Base : currency formats -Oracle Open Office Base : cursor -Oracle Open Office Base : cursor;allowing in protected areas (Writer) -Oracle Open Office Base : cursor;in read-only text -Oracle Open Office Base : cursor;quickly moving to an object -Oracle Open Office Base : curves -Oracle Open Office Base : curves;editing points -Oracle Open Office Base : custom dictionaries -Oracle Open Office Base : custom dictionaries;editing -Oracle Open Office Base : custom hyphens (Writer) -Oracle Open Office Base : custom quotes -Oracle Open Office Base : custom templates -Oracle Open Office Base : customizing -Oracle Open Office Base : customizing;events -Oracle Open Office Base : customizing;keyboard -Oracle Open Office Base : customizing;menus -Oracle Open Office Base : customizing;Oracle Open Office -Oracle Open Office Base : customizing;round corners -Oracle Open Office Base : customizing;toolbars -Oracle Open Office Base : cutting -Oracle Open Office Base : dashes -Oracle Open Office Base : data -Oracle Open Office Base : data;filtering in forms -Oracle Open Office Base : data;forms and subforms -Oracle Open Office Base : data;read-only -Oracle Open Office Base : data;sorting in forms -Oracle Open Office Base : data;user data -Oracle Open Office Base : data binding change in XForms -Oracle Open Office Base : Data Navigator -Oracle Open Office Base : Data Navigator;adding/editing items -Oracle Open Office Base : Data Navigator;display options -Oracle Open Office Base : data source browser -Oracle Open Office Base : data source explorer -Oracle Open Office Base : data source view -Oracle Open Office Base : data source view;drag and drop -Oracle Open Office Base : data source view;overview -Oracle Open Office Base : data source view;showing -Oracle Open Office Base : data sources -Oracle Open Office Base : data sources;as tables -Oracle Open Office Base : data sources;connection settings (Base) -Oracle Open Office Base : data sources;copying records to spreadsheets -Oracle Open Office Base : data sources;displaying current -Oracle Open Office Base : data sources;LDAP server (Base) -Oracle Open Office Base : data sources;Oracle Open Office Base -Oracle Open Office Base : data sources;registering address books -Oracle Open Office Base : data sources;reports -Oracle Open Office Base : data sources;viewing -Oracle Open Office Base : data structure of XForms -Oracle Open Office Base : data, see also values -Oracle Open Office Base : database contents -Oracle Open Office Base : database contents;inserting as tables -Oracle Open Office Base : database contents;inserting as text -Oracle Open Office Base : database reports -Oracle Open Office Base : Database Wizard (Base) -Oracle Open Office Base : databases -Oracle Open Office Base : databases;administration through SQL (Base) -Oracle Open Office Base : databases;ADO (Base) -Oracle Open Office Base : databases;connecting (Base) -Oracle Open Office Base : databases;creating -Oracle Open Office Base : databases;creating labels -Oracle Open Office Base : databases;creating queries -Oracle Open Office Base : databases;creating reports -Oracle Open Office Base : databases;creating tables -Oracle Open Office Base : databases;deleting (Base) -Oracle Open Office Base : databases;drag and drop (Base) -Oracle Open Office Base : databases;editing tables -Oracle Open Office Base : databases;form filters -Oracle Open Office Base : databases;formats (Base) -Oracle Open Office Base : databases;importing/exporting -Oracle Open Office Base : databases;JDBC (Base) -Oracle Open Office Base : databases;main page (Base) -Oracle Open Office Base : databases;ODBC (Base) -Oracle Open Office Base : databases;overview -Oracle Open Office Base : databases;registering (Base) -Oracle Open Office Base : databases;searching records -Oracle Open Office Base : databases;shortcut keys -Oracle Open Office Base : databases;sorting -Oracle Open Office Base : databases;standard filters -Oracle Open Office Base : databases;text formats -Oracle Open Office Base : databases;viewing -Oracle Open Office Base : date fields -Oracle Open Office Base : date fields;creating -Oracle Open Office Base : date fields;properties -Oracle Open Office Base : date formats -Oracle Open Office Base : dates -Oracle Open Office Base : dates;default (Calc) -Oracle Open Office Base : dates;printing in presentations -Oracle Open Office Base : dates;start 1900/01/01 (Calc) -Oracle Open Office Base : dates;start 1904/01/01 (Calc) -Oracle Open Office Base : dBASE -Oracle Open Office Base : dBASE;database settings (Base) -Oracle Open Office Base : DDE -Oracle Open Office Base : DDE;definition -Oracle Open Office Base : deactivating -Oracle Open Office Base : deactivating;plug-ins -Oracle Open Office Base : decimal places displayed (Calc) -Oracle Open Office Base : decimal separator key -Oracle Open Office Base : decimal tab stops -Oracle Open Office Base : default directories -Oracle Open Office Base : default filters -Oracle Open Office Base : default filters;comparison operators -Oracle Open Office Base : default filters;databases -Oracle Open Office Base : default printer -Oracle Open Office Base : default printer;setting up -Oracle Open Office Base : default printer;UNIX -Oracle Open Office Base : default templates -Oracle Open Office Base : default templates;changing -Oracle Open Office Base : default templates;organizing -Oracle Open Office Base : defaults -Oracle Open Office Base : defaults;documents -Oracle Open Office Base : defaults;file formats in file dialogs -Oracle Open Office Base : defaults;file formats in Oracle Open Office -Oracle Open Office Base : defaults;fonts -Oracle Open Office Base : defaults;grids (Writer/Calc) -Oracle Open Office Base : defaults;languages -Oracle Open Office Base : defaults;number formats -Oracle Open Office Base : defaults;of saving -Oracle Open Office Base : defaults;program configuration -Oracle Open Office Base : defaults;tab stops in text -Oracle Open Office Base : defaults;views -Oracle Open Office Base : defining -Oracle Open Office Base : defining;arrowheads and other line ends -Oracle Open Office Base : defining;colors -Oracle Open Office Base : defining;line styles -Oracle Open Office Base : defining;paragraph borders -Oracle Open Office Base : defining;queries (Base) -Oracle Open Office Base : defining;table borders -Oracle Open Office Base : deleting -Oracle Open Office Base : deleting;all direct formatting -Oracle Open Office Base : deleting;comments -Oracle Open Office Base : deleting;databases (Base) -Oracle Open Office Base : deleting;hyperlinks -Oracle Open Office Base : deleting;lines in text -Oracle Open Office Base : deleting;models/instances -Oracle Open Office Base : deleting;namespaces in XForms -Oracle Open Office Base : deleting;tab stops -Oracle Open Office Base : deleting;templates -Oracle Open Office Base : deleting;XML filters -Oracle Open Office Base : depth stagger -Oracle Open Office Base : descriptions for objects -Oracle Open Office Base : design mode after saving -Oracle Open Office Base : design view -Oracle Open Office Base : design view;creating forms -Oracle Open Office Base : design view;queries/views (Base) -Oracle Open Office Base : designing -Oracle Open Office Base : designing;database tables -Oracle Open Office Base : designing;fonts -Oracle Open Office Base : designing;queries (Base) -Oracle Open Office Base : detaching toolbars -Oracle Open Office Base : dictionaries -Oracle Open Office Base : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Base : dictionaries;creating -Oracle Open Office Base : dictionaries;editing user-defined -Oracle Open Office Base : dictionaries;spellcheck -Oracle Open Office Base : dictionaries, see also languages -Oracle Open Office Base : digital signatures -Oracle Open Office Base : digital signatures;getting/managing/applying -Oracle Open Office Base : digital signatures;overview -Oracle Open Office Base : digital signatures;WebDAV over HTTPS -Oracle Open Office Base : direct formatting -Oracle Open Office Base : direct formatting;undoing all -Oracle Open Office Base : directories -Oracle Open Office Base : directories;creating new -Oracle Open Office Base : directories;directory structure -Oracle Open Office Base : disabled persons -Oracle Open Office Base : displaying -Oracle Open Office Base : displaying;comments (Calc) -Oracle Open Office Base : displaying;comments in text documents -Oracle Open Office Base : displaying;non-printing characters (Writer) -Oracle Open Office Base : displaying;pictures and objects (Writer) -Oracle Open Office Base : displaying;tables (Writer) -Oracle Open Office Base : displaying;zero values (Calc) -Oracle Open Office Base : distances -Oracle Open Office Base : distinct values in SQL queries -Oracle Open Office Base : distorting in drawings -Oracle Open Office Base : distributing XML filters -Oracle Open Office Base : docking -Oracle Open Office Base : docking;definition -Oracle Open Office Base : docking;toolbars -Oracle Open Office Base : docking;windows -Oracle Open Office Base : Document Converter Wizard -Oracle Open Office Base : Document Map, see Navigator -Oracle Open Office Base : document types in Oracle Open Office -Oracle Open Office Base : documents -Oracle Open Office Base : documents;changing titles -Oracle Open Office Base : documents;closing -Oracle Open Office Base : documents;comparing -Oracle Open Office Base : documents;contents as lists -Oracle Open Office Base : documents;editing time -Oracle Open Office Base : documents;exporting -Oracle Open Office Base : documents;importing -Oracle Open Office Base : documents;languages -Oracle Open Office Base : documents;measurement units in -Oracle Open Office Base : documents;merging -Oracle Open Office Base : documents;number of pages/tables/sheets -Oracle Open Office Base : documents;opening -Oracle Open Office Base : documents;opening in design mode -Oracle Open Office Base : documents;opening with templates -Oracle Open Office Base : documents;organizing -Oracle Open Office Base : documents;printing -Oracle Open Office Base : documents;read-only -Oracle Open Office Base : documents;reloading -Oracle Open Office Base : documents;saving -Oracle Open Office Base : documents;saving automatically -Oracle Open Office Base : documents;saving in other formats -Oracle Open Office Base : documents;sending as e-mail -Oracle Open Office Base : documents;styles changed -Oracle Open Office Base : documents;version management -Oracle Open Office Base : documents;version numbers -Oracle Open Office Base : dotted areas -Oracle Open Office Base : double-line spacing in paragraphs -Oracle Open Office Base : double-line writing in Asian layout -Oracle Open Office Base : drag and drop -Oracle Open Office Base : drag and drop;copying and pasting text -Oracle Open Office Base : drag and drop;data source view -Oracle Open Office Base : drag and drop;from Gallery to draw objects -Oracle Open Office Base : drag and drop;overview -Oracle Open Office Base : drag and drop;pictures -Oracle Open Office Base : drag and drop;to Gallery -Oracle Open Office Base : draw objects -Oracle Open Office Base : draw objects;adding/editing/copying -Oracle Open Office Base : draw objects;anchoring -Oracle Open Office Base : draw objects;arranging within stacks -Oracle Open Office Base : draw objects;copying between documents -Oracle Open Office Base : draw objects;displaying (Calc) -Oracle Open Office Base : draw objects;dropping Gallery pictures -Oracle Open Office Base : draw objects;flipping -Oracle Open Office Base : draw objects;legends -Oracle Open Office Base : draw objects;positioning and resizing -Oracle Open Office Base : draw objects;protecting -Oracle Open Office Base : draw objects;slanting -Oracle Open Office Base : draw objects;text in -Oracle Open Office Base : Drawing bar -Oracle Open Office Base : drawing lines in text -Oracle Open Office Base : drawings -Oracle Open Office Base : drawings;creating/opening -Oracle Open Office Base : drawings;languages -Oracle Open Office Base : drawings;printing -Oracle Open Office Base : drawings;printing defaults -Oracle Open Office Base : drawings;printing in text documents -Oracle Open Office Base : drawings;saving -Oracle Open Office Base : drawings;saving automatically -Oracle Open Office Base : drawings;saving in other formats -Oracle Open Office Base : drawings;sending as e-mail -Oracle Open Office Base : drawings;showing (Writer) -Oracle Open Office Base : drawings, see also draw objects -Oracle Open Office Base : drop-down lists in form functions -Oracle Open Office Base : e-mail attachments -Oracle Open Office Base : Edit File icon -Oracle Open Office Base : edit mode -Oracle Open Office Base : edit mode;after opening -Oracle Open Office Base : edit mode;through Enter key (Calc) -Oracle Open Office Base : Edit Points bar -Oracle Open Office Base : editing -Oracle Open Office Base : editing;chart axes -Oracle Open Office Base : editing;chart data -Oracle Open Office Base : editing;chart legends -Oracle Open Office Base : editing;chart titles -Oracle Open Office Base : editing;comments -Oracle Open Office Base : editing;data binding of XForms -Oracle Open Office Base : editing;database tables and queries -Oracle Open Office Base : editing;draw objects -Oracle Open Office Base : editing;Fontwork objects -Oracle Open Office Base : editing;hyperlinks -Oracle Open Office Base : editing;menus -Oracle Open Office Base : editing;objects -Oracle Open Office Base : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Base : editing;pictures -Oracle Open Office Base : editing;reports -Oracle Open Office Base : editing;shortcut keys -Oracle Open Office Base : editing;tab stops -Oracle Open Office Base : editing;templates -Oracle Open Office Base : editing;toolbars -Oracle Open Office Base : editing;undoing -Oracle Open Office Base : editing;XForms -Oracle Open Office Base : editing time of documents -Oracle Open Office Base : editors -Oracle Open Office Base : editors;formula editor -Oracle Open Office Base : editors;ImageMap editor -Oracle Open Office Base : effects -Oracle Open Office Base : effects;font positions -Oracle Open Office Base : effects;fonts -Oracle Open Office Base : effects;Fontwork icons -Oracle Open Office Base : empty documents -Oracle Open Office Base : empty paragraph removal -Oracle Open Office Base : encryption of contents -Oracle Open Office Base : entering groups -Oracle Open Office Base : entering text from right to left -Oracle Open Office Base : equal sign, see also operators -Oracle Open Office Base : equations in formula editor -Oracle Open Office Base : Error Report Tool -Oracle Open Office Base : Euro -Oracle Open Office Base : Euro;currency formats -Oracle Open Office Base : Euro;Euro Converter Wizard -Oracle Open Office Base : even/odd pages -Oracle Open Office Base : even/odd pages;printing -Oracle Open Office Base : events -Oracle Open Office Base : events;assigning scripts -Oracle Open Office Base : events;controls -Oracle Open Office Base : events;customizing -Oracle Open Office Base : events;in forms -Oracle Open Office Base : Excel -Oracle Open Office Base : Excel;saving as -Oracle Open Office Base : Excel;search criteria -Oracle Open Office Base : exceptions -Oracle Open Office Base : exceptions;user-defined dictionaries -Oracle Open Office Base : exchanging, see also replacing -Oracle Open Office Base : executing SQL commands -Oracle Open Office Base : exiting -Oracle Open Office Base : exiting;groups -Oracle Open Office Base : exiting;Oracle Open Office -Oracle Open Office Base : expanding formatting (Calc) -Oracle Open Office Base : explorer of data sources -Oracle Open Office Base : export filters -Oracle Open Office Base : exporting -Oracle Open Office Base : exporting;bitmaps -Oracle Open Office Base : exporting;HTML and text documents -Oracle Open Office Base : exporting;Microsoft Office documents with VBA code -Oracle Open Office Base : exporting;spreadsheets to text format -Oracle Open Office Base : exporting;templates -Oracle Open Office Base : exporting;to foreign formats -Oracle Open Office Base : exporting;to HTML -Oracle Open Office Base : exporting;to Microsoft Office formats -Oracle Open Office Base : exporting;to PDF -Oracle Open Office Base : exporting;to PostScript format -Oracle Open Office Base : exporting;to XML -Oracle Open Office Base : exporting;XML files -Oracle Open Office Base : extended tips in Help -Oracle Open Office Base : extension mode in text -Oracle Open Office Base : extensions -Oracle Open Office Base : extensions;Extension Manager -Oracle Open Office Base : extensions;file formats -Oracle Open Office Base : external keys (Base) -Oracle Open Office Base : faster printing -Oracle Open Office Base : faxes -Oracle Open Office Base : faxes;configuring Oracle Open Office -Oracle Open Office Base : faxes;fax programs/fax printers under UNIX -Oracle Open Office Base : faxes;selecting a fax machine -Oracle Open Office Base : faxes;sending -Oracle Open Office Base : faxes;wizards -Oracle Open Office Base : feedback -Oracle Open Office Base : feedback;automatically -Oracle Open Office Base : fields -Oracle Open Office Base : fields;database tables -Oracle Open Office Base : fields;displaying field codes (Writer) -Oracle Open Office Base : fields;formatted fields -Oracle Open Office Base : fields;updating automatically (Writer) -Oracle Open Office Base : file associations for Microsoft Office -Oracle Open Office Base : file filters -Oracle Open Office Base : file filters;mobile devices -Oracle Open Office Base : file filters;XML -Oracle Open Office Base : file formats -Oracle Open Office Base : file formats;changing Oracle Open Office defaults -Oracle Open Office Base : file formats;OpenDocument/XML -Oracle Open Office Base : file formats;saving always in other formats -Oracle Open Office Base : file selection button -Oracle Open Office Base : file sharing options for current document -Oracle Open Office Base : files -Oracle Open Office Base : files;filters and formats -Oracle Open Office Base : files;importing -Oracle Open Office Base : files;opening -Oracle Open Office Base : files;opening with placeholders -Oracle Open Office Base : files;properties -Oracle Open Office Base : files;saving -Oracle Open Office Base : files;saving automatically -Oracle Open Office Base : files;saving in other formats -Oracle Open Office Base : files;sending as e-mail -Oracle Open Office Base : files;version numbers -Oracle Open Office Base : files and folders in Oracle Open Office -Oracle Open Office Base : fill characters with tabulators -Oracle Open Office Base : fill colors for areas -Oracle Open Office Base : fill patterns for areas -Oracle Open Office Base : filter conditions -Oracle Open Office Base : filter conditions;connecting -Oracle Open Office Base : filter conditions;in queries (Base) -Oracle Open Office Base : filtering -Oracle Open Office Base : filtering;data in databases -Oracle Open Office Base : filtering;data in forms -Oracle Open Office Base : filters -Oracle Open Office Base : filters;comparison operators -Oracle Open Office Base : filters;for import and export -Oracle Open Office Base : filters;Navigator -Oracle Open Office Base : filters;pictures -Oracle Open Office Base : filters;XML filter settings -Oracle Open Office Base : Find tab in Help -Oracle Open Office Base : finding -Oracle Open Office Base : finding;in all sheets -Oracle Open Office Base : finding;records in form documents -Oracle Open Office Base : finding;selections -Oracle Open Office Base : finding;similarity search -Oracle Open Office Base : fitting to pages -Oracle Open Office Base : fitting to pages;print settings in Math -Oracle Open Office Base : fitting to pages;print settings in presentations -Oracle Open Office Base : fixed text -Oracle Open Office Base : fixed text;form functions -Oracle Open Office Base : fixing toolbars -Oracle Open Office Base : flipping draw objects -Oracle Open Office Base : floating frames in HTML documents -Oracle Open Office Base : floating toolbars -Oracle Open Office Base : focus of controls -Oracle Open Office Base : folder creation -Oracle Open Office Base : font lists -Oracle Open Office Base : font name box -Oracle Open Office Base : font sizes -Oracle Open Office Base : font sizes;bullets -Oracle Open Office Base : font sizes;relative changes -Oracle Open Office Base : font sizes;scaling on screen -Oracle Open Office Base : font sizes;text -Oracle Open Office Base : fonts -Oracle Open Office Base : fonts;adding under UNIX -Oracle Open Office Base : fonts;changing in templates -Oracle Open Office Base : fonts;colors -Oracle Open Office Base : fonts;default settings -Oracle Open Office Base : fonts;effects -Oracle Open Office Base : fonts;for HTML and Basic -Oracle Open Office Base : fonts;formats -Oracle Open Office Base : fonts;outlines -Oracle Open Office Base : fonts;positions in text -Oracle Open Office Base : fonts;shadows -Oracle Open Office Base : fonts;specifying several -Oracle Open Office Base : fonts;strikethrough -Oracle Open Office Base : fonts;styles -Oracle Open Office Base : fonts;text objects -Oracle Open Office Base : Fontwork icons -Oracle Open Office Base : footers -Oracle Open Office Base : footers;backgrounds -Oracle Open Office Base : form controls -Oracle Open Office Base : form controls;assigning macros -Oracle Open Office Base : form controls;protecting -Oracle Open Office Base : form controls;toolbars -Oracle Open Office Base : form fields -Oracle Open Office Base : form filters -Oracle Open Office Base : Form Navigator -Oracle Open Office Base : format codes -Oracle Open Office Base : format codes;numbers -Oracle Open Office Base : format filling printing in Oracle Open Office Math -Oracle Open Office Base : Format Paintbrush -Oracle Open Office Base : formats -Oracle Open Office Base : formats;Asian layout -Oracle Open Office Base : formats;fonts -Oracle Open Office Base : formats;maximizing page formats -Oracle Open Office Base : formats;number and currency formats -Oracle Open Office Base : formats;of currencies/date/time -Oracle Open Office Base : formats;on opening and saving -Oracle Open Office Base : formats;pasting in special formats -Oracle Open Office Base : formats;positions -Oracle Open Office Base : formats;tabulators -Oracle Open Office Base : formatted fields -Oracle Open Office Base : formatted fields;form functions -Oracle Open Office Base : formatted fields;properties -Oracle Open Office Base : formatting -Oracle Open Office Base : formatting;Asian typography -Oracle Open Office Base : formatting;axes in charts -Oracle Open Office Base : formatting;chart legends -Oracle Open Office Base : formatting;copying -Oracle Open Office Base : formatting;definition -Oracle Open Office Base : formatting;expanding (Calc) -Oracle Open Office Base : formatting;font effects -Oracle Open Office Base : formatting;hyperlinks -Oracle Open Office Base : formatting;pages -Oracle Open Office Base : formatting;printer metrics (Writer) -Oracle Open Office Base : formatting;undoing -Oracle Open Office Base : formatting;undoing when writing -Oracle Open Office Base : forms -Oracle Open Office Base : forms;browsing -Oracle Open Office Base : forms;Combo Box/List Box Wizard -Oracle Open Office Base : forms;creating -Oracle Open Office Base : forms;data -Oracle Open Office Base : forms;designing (Base) -Oracle Open Office Base : forms;events -Oracle Open Office Base : forms;filtering data -Oracle Open Office Base : forms;finding records -Oracle Open Office Base : forms;focus after opening -Oracle Open Office Base : forms;general information (Base) -Oracle Open Office Base : forms;grouping controls -Oracle Open Office Base : forms;HTML filters -Oracle Open Office Base : forms;Navigator -Oracle Open Office Base : forms;opening in design mode -Oracle Open Office Base : forms;properties -Oracle Open Office Base : forms;sorting data -Oracle Open Office Base : forms;subforms -Oracle Open Office Base : forms;wizards -Oracle Open Office Base : forms;XForms -Oracle Open Office Base : formula texts -Oracle Open Office Base : formula texts;printing in Oracle Open Office Math -Oracle Open Office Base : formulas -Oracle Open Office Base : formulas;new -Oracle Open Office Base : formulas;starting formula editor -Oracle Open Office Base : formulas in reports -Oracle Open Office Base : formulas in reports;editing -Oracle Open Office Base : forums and support -Oracle Open Office Base : frames -Oracle Open Office Base : frames;around paragraphs -Oracle Open Office Base : frames;around tables -Oracle Open Office Base : frames;AutoCorrect function -Oracle Open Office Base : frames;backgrounds -Oracle Open Office Base : frames;captions (Writer) -Oracle Open Office Base : frames;printing in Oracle Open Office Math -Oracle Open Office Base : frames;protecting -Oracle Open Office Base : frames;selection frames -Oracle Open Office Base : frames;text fitting to frames -Oracle Open Office Base : freeform lines -Oracle Open Office Base : freeform lines;draw functions -Oracle Open Office Base : FTP -Oracle Open Office Base : FTP;opening documents -Oracle Open Office Base : FTP;saving documents -Oracle Open Office Base : full joins (Base) -Oracle Open Office Base : full screen view -Oracle Open Office Base : full-text search in Help -Oracle Open Office Base : functions in reports -Oracle Open Office Base : functions in reports;editing -Oracle Open Office Base : Gallery -Oracle Open Office Base : Gallery;adding pictures -Oracle Open Office Base : Gallery;dragging pictures to draw objects -Oracle Open Office Base : Gallery;hiding/showing -Oracle Open Office Base : Gallery;inserting pictures from -Oracle Open Office Base : get method for form transmissions -Oracle Open Office Base : getting support -Oracle Open Office Base : GIF format -Oracle Open Office Base : glossaries -Oracle Open Office Base : glossaries;common terms -Oracle Open Office Base : glossaries;Internet terms -Oracle Open Office Base : gradients off for faster printing -Oracle Open Office Base : graphic objects, see draw objects -Oracle Open Office Base : graphical text art -Oracle Open Office Base : graphics -Oracle Open Office Base : graphics;cache -Oracle Open Office Base : graphics;protecting -Oracle Open Office Base : graphics, see also pictures -Oracle Open Office Base : grayscale printing -Oracle Open Office Base : grid controls -Oracle Open Office Base : grid controls;form functions -Oracle Open Office Base : grids -Oracle Open Office Base : grids;defaults (Writer/Calc) -Oracle Open Office Base : grids;display options (Impress/Draw) -Oracle Open Office Base : grids;displaying lines (Calc) -Oracle Open Office Base : group box creation -Oracle Open Office Base : groups -Oracle Open Office Base : groups;entering/exiting/ungrouping -Oracle Open Office Base : groups;naming -Oracle Open Office Base : groups;of controls -Oracle Open Office Base : guides -Oracle Open Office Base : guides;display options (Impress/Draw) -Oracle Open Office Base : guides;displaying when moving objects (Impress) -Oracle Open Office Base : guides;showing (Calc) -Oracle Open Office Base : guides;showing when moving frames (Writer) -Oracle Open Office Base : gutter -Oracle Open Office Base : handles -Oracle Open Office Base : handles;displaying (Writer) -Oracle Open Office Base : handles;scaling -Oracle Open Office Base : handles;showing simple/large handles (Calc) -Oracle Open Office Base : Hangul/Hanja -Oracle Open Office Base : hatching -Oracle Open Office Base : headers -Oracle Open Office Base : headers;backgrounds -Oracle Open Office Base : headings -Oracle Open Office Base : headings;entering as text box -Oracle Open Office Base : Hebrew -Oracle Open Office Base : Hebrew;entering text -Oracle Open Office Base : Hebrew;language settings -Oracle Open Office Base : Help -Oracle Open Office Base : Help;bookmarks -Oracle Open Office Base : Help;extended tips on/off -Oracle Open Office Base : Help;full-text search -Oracle Open Office Base : Help;Help tips -Oracle Open Office Base : Help;keywords -Oracle Open Office Base : Help;navigation pane showing/hiding -Oracle Open Office Base : Help;style sheets -Oracle Open Office Base : Help;topics -Oracle Open Office Base : Help Agent -Oracle Open Office Base : Help Agent;help -Oracle Open Office Base : Help Agent;options -Oracle Open Office Base : Help tips -Oracle Open Office Base : Help tips;hiding -Oracle Open Office Base : hidden controls in Form Navigator -Oracle Open Office Base : hidden fields display (Writer) -Oracle Open Office Base : hidden pages -Oracle Open Office Base : hidden pages;printing in presentations -Oracle Open Office Base : hidden text -Oracle Open Office Base : hidden text;showing (Writer) -Oracle Open Office Base : hiding -Oracle Open Office Base : hiding;changes -Oracle Open Office Base : hiding;docked windows -Oracle Open Office Base : hiding;navigation pane in Help window -Oracle Open Office Base : high contrast mode -Oracle Open Office Base : Hindi -Oracle Open Office Base : Hindi;entering text -Oracle Open Office Base : Hindi;language settings -Oracle Open Office Base : horizontal scrollbars (Writer) -Oracle Open Office Base : hotspots -Oracle Open Office Base : HTML -Oracle Open Office Base : HTML;definition -Oracle Open Office Base : HTML;export character set -Oracle Open Office Base : HTML;fonts for source display -Oracle Open Office Base : HTML;importing META tags -Oracle Open Office Base : HTML;live presentations -Oracle Open Office Base : HTML documents -Oracle Open Office Base : HTML documents;auto reloading -Oracle Open Office Base : HTML documents;importing/exporting -Oracle Open Office Base : HTML documents;META tags in -Oracle Open Office Base : HTML documents;new -Oracle Open Office Base : HTML documents;source text -Oracle Open Office Base : hyperlinks -Oracle Open Office Base : hyperlinks;assigning macros -Oracle Open Office Base : hyperlinks;character formats -Oracle Open Office Base : hyperlinks;definition -Oracle Open Office Base : hyperlinks;deleting -Oracle Open Office Base : hyperlinks;editing -Oracle Open Office Base : hyperlinks;inserting -Oracle Open Office Base : hyperlinks;relative and absolute -Oracle Open Office Base : hyperlinks;turning off automatic recognition -Oracle Open Office Base : hyperlinks, see also links -Oracle Open Office Base : hyphenation -Oracle Open Office Base : hyphenation;activating for a language -Oracle Open Office Base : hyphenation;minimal number of characters -Oracle Open Office Base : hyphens -Oracle Open Office Base : hyphens;displaying custom (Writer) -Oracle Open Office Base : hyphens;inserting custom -Oracle Open Office Base : icon bars, see toolbars -Oracle Open Office Base : icon sizes -Oracle Open Office Base : ignore list for spellcheck -Oracle Open Office Base : illustrations, see pictures -Oracle Open Office Base : image button creation -Oracle Open Office Base : image control creation -Oracle Open Office Base : ImageMap -Oracle Open Office Base : ImageMap;definition -Oracle Open Office Base : ImageMap;editor -Oracle Open Office Base : images -Oracle Open Office Base : images;ImageMap -Oracle Open Office Base : images;inserting and editing bitmaps -Oracle Open Office Base : images, see also pictures -Oracle Open Office Base : IME -Oracle Open Office Base : IME;definition -Oracle Open Office Base : IME;showing/hiding -Oracle Open Office Base : import filters -Oracle Open Office Base : import restrictions for Microsoft Office -Oracle Open Office Base : importing -Oracle Open Office Base : importing;bitmaps -Oracle Open Office Base : importing;compatibility settings for text import -Oracle Open Office Base : importing;databases -Oracle Open Office Base : importing;documents in other formats -Oracle Open Office Base : importing;from XML -Oracle Open Office Base : importing;HTML and text documents -Oracle Open Office Base : importing;HTML with META tags -Oracle Open Office Base : importing;Microsoft Office documents with VBA code -Oracle Open Office Base : importing;tables in text format -Oracle Open Office Base : importing;templates -Oracle Open Office Base : improvement program -Oracle Open Office Base : inches -Oracle Open Office Base : Index tab in Help -Oracle Open Office Base : indexes -Oracle Open Office Base : indexes;backgrounds -Oracle Open Office Base : indexes;showing/hiding Help index tab -Oracle Open Office Base : indicator lines in text -Oracle Open Office Base : inner joins (Base) -Oracle Open Office Base : input method window -Oracle Open Office Base : insert mode for entering text -Oracle Open Office Base : inserting -Oracle Open Office Base : inserting;buttons in toolbars -Oracle Open Office Base : inserting;cell ranges from spreadsheets -Oracle Open Office Base : inserting;charts -Oracle Open Office Base : inserting;clipboard options -Oracle Open Office Base : inserting;comments -Oracle Open Office Base : inserting;data from text documents -Oracle Open Office Base : inserting;datasource records in spreadsheets -Oracle Open Office Base : inserting;drawings -Oracle Open Office Base : inserting;floating frames -Oracle Open Office Base : inserting;Fontwork objects -Oracle Open Office Base : inserting;form fields -Oracle Open Office Base : inserting;hyperlinks -Oracle Open Office Base : inserting;line breaks in cells -Oracle Open Office Base : inserting;movies/sounds -Oracle Open Office Base : inserting;new text tables defaults -Oracle Open Office Base : inserting;objects from Gallery -Oracle Open Office Base : inserting;OLE objects -Oracle Open Office Base : inserting;paragraph borders -Oracle Open Office Base : inserting;paragraph bullets -Oracle Open Office Base : inserting;pictures in Gallery -Oracle Open Office Base : inserting;plug-ins -Oracle Open Office Base : inserting;push buttons -Oracle Open Office Base : inserting;special characters -Oracle Open Office Base : inserting;tab stops -Oracle Open Office Base : inserting;textures on chart bars -Oracle Open Office Base : installing -Oracle Open Office Base : installing;ActiveX control -Oracle Open Office Base : installing;mobile device filters -Oracle Open Office Base : installing;UNO components -Oracle Open Office Base : installing;XML filters -Oracle Open Office Base : instructions -Oracle Open Office Base : instructions;general -Oracle Open Office Base : Internet -Oracle Open Office Base : Internet;checking for updates -Oracle Open Office Base : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Base : Internet;presentations -Oracle Open Office Base : Internet;starting searches -Oracle Open Office Base : Internet glossary -Oracle Open Office Base : invert filter -Oracle Open Office Base : invisible areas -Oracle Open Office Base : italic text -Oracle Open Office Base : iterative references in spreadsheets -Oracle Open Office Base : Java -Oracle Open Office Base : Java;definition -Oracle Open Office Base : Java;setting options -Oracle Open Office Base : JDBC -Oracle Open Office Base : JDBC;databases (Base) -Oracle Open Office Base : JDBC;definition -Oracle Open Office Base : joining -Oracle Open Office Base : joining;paragraphs -Oracle Open Office Base : joining;tables (Base) -Oracle Open Office Base : joins in databases (Base) -Oracle Open Office Base : justifying text -Oracle Open Office Base : kerning -Oracle Open Office Base : kerning;Asian texts -Oracle Open Office Base : kerning;definition -Oracle Open Office Base : kerning;in characters -Oracle Open Office Base : key fields for relations (Base) -Oracle Open Office Base : keyboard -Oracle Open Office Base : keyboard;assigning/editing shortcut keys -Oracle Open Office Base : keyboard;general commands -Oracle Open Office Base : keyboard;removing numbering -Oracle Open Office Base : keys -Oracle Open Office Base : keys;adding push buttons -Oracle Open Office Base : keys;primary keys (Base) -Oracle Open Office Base : kiosk export -Oracle Open Office Base : labels -Oracle Open Office Base : labels;creating and synchronizing -Oracle Open Office Base : labels;for draw objects -Oracle Open Office Base : labels;form functions -Oracle Open Office Base : labels;from databases -Oracle Open Office Base : labels, see also names/callouts -Oracle Open Office Base : languages -Oracle Open Office Base : languages;activating modules -Oracle Open Office Base : languages;Asian support -Oracle Open Office Base : languages;complex text layout -Oracle Open Office Base : languages;locale settings -Oracle Open Office Base : languages;selecting for text -Oracle Open Office Base : languages;setting options -Oracle Open Office Base : languages;spellcheck -Oracle Open Office Base : languages;spellchecking and formatting -Oracle Open Office Base : large handles (Writer) -Oracle Open Office Base : large icons -Oracle Open Office Base : layer arrangement -Oracle Open Office Base : layout -Oracle Open Office Base : layout;importing Word documents -Oracle Open Office Base : layout;pages -Oracle Open Office Base : LDAP server -Oracle Open Office Base : LDAP server;address books (Base) -Oracle Open Office Base : LDAP server;sign on options -Oracle Open Office Base : leading between paragraphs -Oracle Open Office Base : left alignment of paragraphs -Oracle Open Office Base : left joins (Base) -Oracle Open Office Base : legends -Oracle Open Office Base : legends;charts -Oracle Open Office Base : legends;draw objects -Oracle Open Office Base : legends;rounding corners -Oracle Open Office Base : Letter Wizard -Oracle Open Office Base : levels -Oracle Open Office Base : levels;depth stagger -Oracle Open Office Base : levels;macro security -Oracle Open Office Base : limits of tables (Writer) -Oracle Open Office Base : line breaks -Oracle Open Office Base : line breaks;in cells -Oracle Open Office Base : line spacing -Oracle Open Office Base : line spacing;context menu in paragraphs -Oracle Open Office Base : line spacing;paragraph -Oracle Open Office Base : line styles -Oracle Open Office Base : line styles;applying -Oracle Open Office Base : line styles;defining -Oracle Open Office Base : lines -Oracle Open Office Base : lines;defining ends -Oracle Open Office Base : lines;draw functions -Oracle Open Office Base : lines;drawing in text -Oracle Open Office Base : lines;editing points -Oracle Open Office Base : lines;removing automatic lines -Oracle Open Office Base : lines of text -Oracle Open Office Base : lines of text;alignment -Oracle Open Office Base : links -Oracle Open Office Base : links;between cells and controls -Oracle Open Office Base : links;by drag and drop -Oracle Open Office Base : links;character formats -Oracle Open Office Base : links;definition -Oracle Open Office Base : links;editing hyperlinks -Oracle Open Office Base : links;inserting -Oracle Open Office Base : links;modifying -Oracle Open Office Base : links;opening files with -Oracle Open Office Base : links;relational databases (Base) -Oracle Open Office Base : links;turning off automatic recognition -Oracle Open Office Base : links;updating options (Writer) -Oracle Open Office Base : links;updating specific links -Oracle Open Office Base : list box creation -Oracle Open Office Base : lists -Oracle Open Office Base : lists;data assigned to controls -Oracle Open Office Base : lists;registered databases (Base) -Oracle Open Office Base : lists;regular expressions -Oracle Open Office Base : live presentations on the Internet -Oracle Open Office Base : loading -Oracle Open Office Base : loading;documents -Oracle Open Office Base : loading;documents from other formats -Oracle Open Office Base : loading;HTML documents, automatically -Oracle Open Office Base : loading;Microsoft Office documents with VBA code -Oracle Open Office Base : loading;reloading -Oracle Open Office Base : loading;XML files -Oracle Open Office Base : locale settings -Oracle Open Office Base : lowercase letters -Oracle Open Office Base : lowercase letters;font effects -Oracle Open Office Base : Macro Wizard (Base) -Oracle Open Office Base : macros -Oracle Open Office Base : macros;assigning to events in forms -Oracle Open Office Base : macros;attaching new (Base) -Oracle Open Office Base : macros;in MS Office documents -Oracle Open Office Base : macros;interrupting -Oracle Open Office Base : macros;organizing -Oracle Open Office Base : macros;recording -Oracle Open Office Base : macros;security -Oracle Open Office Base : macros;security levels -Oracle Open Office Base : macros;security warning dialog -Oracle Open Office Base : macros;selecting security warnings -Oracle Open Office Base : magnifiers -Oracle Open Office Base : margins -Oracle Open Office Base : margins;pages -Oracle Open Office Base : margins;setting with the mouse -Oracle Open Office Base : margins;shadows -Oracle Open Office Base : marking changes -Oracle Open Office Base : marking, see selecting -Oracle Open Office Base : Math formula editor -Oracle Open Office Base : measurement units -Oracle Open Office Base : measurement units;changing on rulers -Oracle Open Office Base : measurement units;converting -Oracle Open Office Base : measurement units;selecting -Oracle Open Office Base : Media Player window -Oracle Open Office Base : menus -Oracle Open Office Base : menus;activating context menus -Oracle Open Office Base : menus;assigning macros -Oracle Open Office Base : menus;customizing -Oracle Open Office Base : merging -Oracle Open Office Base : merging;documents -Oracle Open Office Base : META tags -Oracle Open Office Base : metrics -Oracle Open Office Base : metrics;converting -Oracle Open Office Base : metrics;document formatting (Writer) -Oracle Open Office Base : metrics;in sheets -Oracle Open Office Base : Microsoft Office -Oracle Open Office Base : Microsoft Office;Access databases (base) -Oracle Open Office Base : Microsoft Office;as default file format -Oracle Open Office Base : Microsoft Office;document import restrictions -Oracle Open Office Base : Microsoft Office;feature comparisons -Oracle Open Office Base : Microsoft Office;importing password protected files -Oracle Open Office Base : Microsoft Office;importing Word documents -Oracle Open Office Base : Microsoft Office;importing/exporting VBA code -Oracle Open Office Base : Microsoft Office;new users information -Oracle Open Office Base : Microsoft Office;opening Microsoft documents -Oracle Open Office Base : Microsoft Office;reassigning document types -Oracle Open Office Base : migrating macros (Base) -Oracle Open Office Base : mobile device filters -Oracle Open Office Base : models in XForms -Oracle Open Office Base : modifying, see changing -Oracle Open Office Base : more controls -Oracle Open Office Base : mosaic filter -Oracle Open Office Base : mouse -Oracle Open Office Base : mouse;pointers when using drag and drop -Oracle Open Office Base : mouse;positioning -Oracle Open Office Base : movies -Oracle Open Office Base : moving -Oracle Open Office Base : moving;tab stops on ruler -Oracle Open Office Base : moving;toolbars -Oracle Open Office Base : moving;using guide lines in presentations -Oracle Open Office Base : MS ADO interface (Base) -Oracle Open Office Base : multi-line titles in forms -Oracle Open Office Base : multiple documents -Oracle Open Office Base : multiple documents;opening -Oracle Open Office Base : multiple selection -Oracle Open Office Base : music -Oracle Open Office Base : My Documents folder -Oracle Open Office Base : My Documents folder;changing work directory -Oracle Open Office Base : My Documents folder;opening -Oracle Open Office Base : MySQL databases (Base) -Oracle Open Office Base : names -Oracle Open Office Base : names;multi-line titles -Oracle Open Office Base : names;objects -Oracle Open Office Base : names, see also labels/callouts -Oracle Open Office Base : namespace organization in XForms -Oracle Open Office Base : native SQL (Base) -Oracle Open Office Base : navigating -Oracle Open Office Base : navigating;in documents -Oracle Open Office Base : Navigation bar -Oracle Open Office Base : Navigation bar;controls -Oracle Open Office Base : Navigation bar;forms -Oracle Open Office Base : Navigator -Oracle Open Office Base : Navigator;comments -Oracle Open Office Base : Navigator;contents as lists -Oracle Open Office Base : Navigator;docking -Oracle Open Office Base : Navigator;working with -Oracle Open Office Base : network identity options -Oracle Open Office Base : new databases -Oracle Open Office Base : new documents -Oracle Open Office Base : new lines in cells -Oracle Open Office Base : new windows -Oracle Open Office Base : non-breaking dashes -Oracle Open Office Base : non-breaking spaces (Writer) -Oracle Open Office Base : non-printing characters (Writer) -Oracle Open Office Base : number formats -Oracle Open Office Base : number formats;codes -Oracle Open Office Base : number formats;formats -Oracle Open Office Base : number formats;recognition in text tables -Oracle Open Office Base : number of pages -Oracle Open Office Base : number of sheets -Oracle Open Office Base : number of tables -Oracle Open Office Base : numbering -Oracle Open Office Base : numbering;options -Oracle Open Office Base : numbering;turning off -Oracle Open Office Base : numbering;using automatically -Oracle Open Office Base : numbers -Oracle Open Office Base : numbers;date, time and currency formats -Oracle Open Office Base : numbers;decimal places (Calc) -Oracle Open Office Base : numerical fields in forms -Oracle Open Office Base : objects -Oracle Open Office Base : objects;always moveable (Impress/Draw) -Oracle Open Office Base : objects;arranging within stacks -Oracle Open Office Base : objects;copying when moving in presentations -Oracle Open Office Base : objects;definition -Oracle Open Office Base : objects;displaying in spreadsheets -Oracle Open Office Base : objects;displaying in text documents -Oracle Open Office Base : objects;editing -Oracle Open Office Base : objects;inserting from Gallery -Oracle Open Office Base : objects;inserting OLE objects -Oracle Open Office Base : objects;moving and resizing with mouse -Oracle Open Office Base : objects;naming -Oracle Open Office Base : objects;opening -Oracle Open Office Base : objects;quickly moving to -Oracle Open Office Base : objects;titles and descriptions -Oracle Open Office Base : ODBC -Oracle Open Office Base : ODBC;database (Base) -Oracle Open Office Base : ODBC;definition -Oracle Open Office Base : ODF file formats -Oracle Open Office Base : Office -Oracle Open Office Base : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Base : OLE -Oracle Open Office Base : OLE;definition -Oracle Open Office Base : OLE objects -Oracle Open Office Base : OLE objects;arranging within stacks -Oracle Open Office Base : OLE objects;captions (Writer) -Oracle Open Office Base : OLE objects;inserting -Oracle Open Office Base : OLE objects;number of -Oracle Open Office Base : OLE objects;protecting -Oracle Open Office Base : one and a half line spacing in text -Oracle Open Office Base : online feedback options -Oracle Open Office Base : online registration -Oracle Open Office Base : online update options -Oracle Open Office Base : online updates -Oracle Open Office Base : online updates;checking automatically -Oracle Open Office Base : online updates;checking manually -Oracle Open Office Base : Open/Save dialogs -Oracle Open Office Base : OpenDocument file formats -Oracle Open Office Base : OpenGL -Oracle Open Office Base : OpenGL;definition -Oracle Open Office Base : opening -Oracle Open Office Base : opening;context menus -Oracle Open Office Base : opening;database files -Oracle Open Office Base : opening;dialog settings -Oracle Open Office Base : opening;documents -Oracle Open Office Base : opening;documents from other formats -Oracle Open Office Base : opening;documents on WebDAV server -Oracle Open Office Base : opening;files with links -Oracle Open Office Base : opening;files, with placeholders -Oracle Open Office Base : opening;forms -Oracle Open Office Base : opening;Microsoft Office files -Oracle Open Office Base : opening;mobile device documents -Oracle Open Office Base : opening;objects -Oracle Open Office Base : opening;reports -Oracle Open Office Base : opening;several files -Oracle Open Office Base : opening;XForms -Oracle Open Office Base : operators -Oracle Open Office Base : operators;default filters -Oracle Open Office Base : optional hyphens (Writer) -Oracle Open Office Base : options -Oracle Open Office Base : options;accessibility -Oracle Open Office Base : options;appearance -Oracle Open Office Base : options;compatibility (Writer) -Oracle Open Office Base : options;improvement program -Oracle Open Office Base : options;network identity -Oracle Open Office Base : options;online update -Oracle Open Office Base : options;tools -Oracle Open Office Base : Oracle databases (base) -Oracle Open Office Base : Oracle Open Office Base data sources -Oracle Open Office Base : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Base : Oracle Open Office documents -Oracle Open Office Base : Oracle Open Office documents;mobile device filters -Oracle Open Office Base : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Base : Oracle Open Office Math start -Oracle Open Office Base : ordering -Oracle Open Office Base : ordering;objects -Oracle Open Office Base : organizing -Oracle Open Office Base : organizing;macros and scripts -Oracle Open Office Base : organizing;namespaces in XForms -Oracle Open Office Base : organizing;styles -Oracle Open Office Base : organizing;templates -Oracle Open Office Base : original size -Oracle Open Office Base : original size;printing in Oracle Open Office Math -Oracle Open Office Base : original size;restoring after cropping -Oracle Open Office Base : outlines -Oracle Open Office Base : outlines;font effects -Oracle Open Office Base : outlines;outline symbols -Oracle Open Office Base : outlines;sending to presentations -Oracle Open Office Base : overwrite mode -Oracle Open Office Base : packages, see extensions -Oracle Open Office Base : page breaks -Oracle Open Office Base : page breaks;displaying (Calc) -Oracle Open Office Base : page formats -Oracle Open Office Base : page formats;maximizing -Oracle Open Office Base : page formats;restriction -Oracle Open Office Base : page styles -Oracle Open Office Base : page styles;editing/applying with statusbar -Oracle Open Office Base : pages -Oracle Open Office Base : pages;backgrounds in all applications -Oracle Open Office Base : pages;formatting and numbering -Oracle Open Office Base : pages;printing page names in presentations -Oracle Open Office Base : pages;scaling -Oracle Open Office Base : pages;selecting one to print -Oracle Open Office Base : paint box -Oracle Open Office Base : paint can symbol -Oracle Open Office Base : pair kerning -Oracle Open Office Base : Palm file filters -Oracle Open Office Base : paper formats -Oracle Open Office Base : paper size warning -Oracle Open Office Base : paper trays -Oracle Open Office Base : paragraph marks -Oracle Open Office Base : paragraph marks;displaying (Writer) -Oracle Open Office Base : paragraph styles -Oracle Open Office Base : paragraph styles;languages -Oracle Open Office Base : paragraph styles;modifying basic fonts -Oracle Open Office Base : paragraphs -Oracle Open Office Base : paragraphs;alignment -Oracle Open Office Base : paragraphs;Asian typography -Oracle Open Office Base : paragraphs;defining borders -Oracle Open Office Base : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Base : paragraphs;increasing indents of -Oracle Open Office Base : paragraphs;indents, margins and columns -Oracle Open Office Base : paragraphs;inserting bullets -Oracle Open Office Base : paragraphs;joining -Oracle Open Office Base : paragraphs;numbering automatically -Oracle Open Office Base : paragraphs;removing blank ones -Oracle Open Office Base : paragraphs;spacing -Oracle Open Office Base : paragraphs;tab stops -Oracle Open Office Base : parameters -Oracle Open Office Base : parameters;command line -Oracle Open Office Base : parameters;queries (Base) -Oracle Open Office Base : passwords for protecting contents -Oracle Open Office Base : pasting -Oracle Open Office Base : pasting;cell ranges -Oracle Open Office Base : pasting;cell ranges from spreadsheets -Oracle Open Office Base : pasting;data from text documents -Oracle Open Office Base : pasting;draw objects -Oracle Open Office Base : pasting;draw objects from other documents -Oracle Open Office Base : pasting;formatted/unformatted text -Oracle Open Office Base : pasting;from data source view -Oracle Open Office Base : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Base : pasting;pictures from other documents -Oracle Open Office Base : pasting;sheet areas in text documents -Oracle Open Office Base : pasting;to Gallery -Oracle Open Office Base : paths -Oracle Open Office Base : paths;changing work directory -Oracle Open Office Base : paths;defaults -Oracle Open Office Base : pattern editor -Oracle Open Office Base : pattern fields -Oracle Open Office Base : pattern fields;form functions -Oracle Open Office Base : patterns for objects -Oracle Open Office Base : PDF -Oracle Open Office Base : PDF;export -Oracle Open Office Base : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Base : personal data input -Oracle Open Office Base : phonetic guide -Oracle Open Office Base : picklist creation -Oracle Open Office Base : pictures -Oracle Open Office Base : pictures;adding to Gallery -Oracle Open Office Base : pictures;arranging within stacks -Oracle Open Office Base : pictures;assigning macros -Oracle Open Office Base : pictures;backgrounds -Oracle Open Office Base : pictures;captions (Writer) -Oracle Open Office Base : pictures;changing paths -Oracle Open Office Base : pictures;cropping and zooming -Oracle Open Office Base : pictures;displaying in Calc -Oracle Open Office Base : pictures;displaying in Writer (Writer) -Oracle Open Office Base : pictures;drag and drop between documents -Oracle Open Office Base : pictures;drawing -Oracle Open Office Base : pictures;editing -Oracle Open Office Base : pictures;filters -Oracle Open Office Base : pictures;ImageMap -Oracle Open Office Base : pictures;inserting automatically -Oracle Open Office Base : pictures;inserting from Gallery -Oracle Open Office Base : pictures;number of -Oracle Open Office Base : pictures;printing -Oracle Open Office Base : pictures;scaling/resizing -Oracle Open Office Base : pixel editor -Oracle Open Office Base : pixel graphics -Oracle Open Office Base : pixel graphics;inserting and editing -Oracle Open Office Base : pixel patterns -Oracle Open Office Base : placeholders -Oracle Open Office Base : placeholders;in SQL queries -Oracle Open Office Base : placeholders;on opening files -Oracle Open Office Base : placing toolbars -Oracle Open Office Base : playing movies and sound files -Oracle Open Office Base : plotting data as charts -Oracle Open Office Base : plug-ins -Oracle Open Office Base : plug-ins;activating and deactivating -Oracle Open Office Base : plug-ins;definition -Oracle Open Office Base : plug-ins;inserting -Oracle Open Office Base : pocket device appliances -Oracle Open Office Base : Pocket PC file filters -Oracle Open Office Base : points -Oracle Open Office Base : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Base : polygon drawing -Oracle Open Office Base : pop-art filter -Oracle Open Office Base : portable document format -Oracle Open Office Base : positioning -Oracle Open Office Base : positioning;draw objects and controls -Oracle Open Office Base : positioning;fonts -Oracle Open Office Base : positioning;objects -Oracle Open Office Base : positioning;toolbars -Oracle Open Office Base : post method for form transmissions -Oracle Open Office Base : posterizing filter -Oracle Open Office Base : PostScript -Oracle Open Office Base : PostScript;creating files -Oracle Open Office Base : PostScript;PDF converter, UNIX -Oracle Open Office Base : PowerPoint export -Oracle Open Office Base : precision as shown (Calc) -Oracle Open Office Base : predefining fonts -Oracle Open Office Base : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Base : presentations -Oracle Open Office Base : presentations;creating/opening -Oracle Open Office Base : presentations;inserting spreadsheet cells -Oracle Open Office Base : presentations;live on the Internet -Oracle Open Office Base : presentations;print menu -Oracle Open Office Base : presentations;saving -Oracle Open Office Base : presentations;saving automatically -Oracle Open Office Base : presentations;saving in other formats -Oracle Open Office Base : presentations;sending as e-mail -Oracle Open Office Base : presentations;starting with wizard -Oracle Open Office Base : presentations;wizards -Oracle Open Office Base : Presenter Console shortcuts -Oracle Open Office Base : press buttons, see push buttons -Oracle Open Office Base : previews -Oracle Open Office Base : previews;fonts lists -Oracle Open Office Base : primary keys -Oracle Open Office Base : primary keys;defining -Oracle Open Office Base : primary keys;design view -Oracle Open Office Base : primary keys;inserting (Base) -Oracle Open Office Base : print area selection -Oracle Open Office Base : printer metrics for document formatting (Writer) -Oracle Open Office Base : printers -Oracle Open Office Base : printers;adding, UNIX -Oracle Open Office Base : printers;choosing -Oracle Open Office Base : printers;default printer -Oracle Open Office Base : printers;faxes under UNIX -Oracle Open Office Base : printers;maximum page formats -Oracle Open Office Base : printers;paper trays -Oracle Open Office Base : printers;properties -Oracle Open Office Base : printing -Oracle Open Office Base : printing;black and white -Oracle Open Office Base : printing;brochures -Oracle Open Office Base : printing;colors in grayscale -Oracle Open Office Base : printing;comments -Oracle Open Office Base : printing;copies -Oracle Open Office Base : printing;creating individual jobs -Oracle Open Office Base : printing;dates in presentations -Oracle Open Office Base : printing;directly -Oracle Open Office Base : printing;documents -Oracle Open Office Base : printing;drawings defaults -Oracle Open Office Base : printing;elements in text documents -Oracle Open Office Base : printing;faster -Oracle Open Office Base : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Base : printing;fitting to pages in presentations -Oracle Open Office Base : printing;formulas in Oracle Open Office Math -Oracle Open Office Base : printing;hidden pages of presentations -Oracle Open Office Base : printing;in original size in Oracle Open Office Math -Oracle Open Office Base : printing;left/right pages -Oracle Open Office Base : printing;queries (Base) -Oracle Open Office Base : printing;scaling in Oracle Open Office Math -Oracle Open Office Base : printing;selections -Oracle Open Office Base : printing;text always in black -Oracle Open Office Base : printing;text in reverse order -Oracle Open Office Base : printing;tiling pages in presentations -Oracle Open Office Base : printing;transparencies -Oracle Open Office Base : printing;warnings -Oracle Open Office Base : printing;without scaling in presentations -Oracle Open Office Base : printing speed -Oracle Open Office Base : programming -Oracle Open Office Base : programming;Oracle Open Office -Oracle Open Office Base : programming;scripting -Oracle Open Office Base : properties -Oracle Open Office Base : properties;fields in databases -Oracle Open Office Base : properties;files -Oracle Open Office Base : properties;form controls -Oracle Open Office Base : properties;forms -Oracle Open Office Base : properties;printers -Oracle Open Office Base : protected contents -Oracle Open Office Base : protected dashes -Oracle Open Office Base : protected database tables -Oracle Open Office Base : protected documents -Oracle Open Office Base : protected spaces -Oracle Open Office Base : protected spaces;inserting -Oracle Open Office Base : protected spaces;showing (Writer) -Oracle Open Office Base : protecting -Oracle Open Office Base : protecting;contents -Oracle Open Office Base : protecting;recorded changes -Oracle Open Office Base : proxy settings -Oracle Open Office Base : push buttons -Oracle Open Office Base : push buttons;adding to documents -Oracle Open Office Base : push buttons;creating -Oracle Open Office Base : queries -Oracle Open Office Base : queries;copying (Base) -Oracle Open Office Base : queries;creating in design view (Base) -Oracle Open Office Base : queries;creating in SQL view -Oracle Open Office Base : queries;defining (Base) -Oracle Open Office Base : queries;deleting table links (Base) -Oracle Open Office Base : queries;editing in data source view -Oracle Open Office Base : queries;formulating filter conditions (Base) -Oracle Open Office Base : queries;joining tables (Base) -Oracle Open Office Base : queries;missing elements (Base) -Oracle Open Office Base : queries;overview (Base) -Oracle Open Office Base : queries;parameter queries (Base) -Oracle Open Office Base : queries;printing (Base) -Oracle Open Office Base : Query Wizard (Base) -Oracle Open Office Base : Quickstarter -Oracle Open Office Base : quotation marks -Oracle Open Office Base : quotation marks;replacing -Oracle Open Office Base : quotes -Oracle Open Office Base : quotes;custom -Oracle Open Office Base : radio button creation -Oracle Open Office Base : read-only documents -Oracle Open Office Base : read-only documents;cursor -Oracle Open Office Base : read-only documents;database tables on/off -Oracle Open Office Base : read-only documents;editing -Oracle Open Office Base : read-only documents;opening documents as -Oracle Open Office Base : read-only items in Data Navigator -Oracle Open Office Base : recognizing URLs automatically -Oracle Open Office Base : recording -Oracle Open Office Base : recording;changes -Oracle Open Office Base : recording;macros -Oracle Open Office Base : records -Oracle Open Office Base : records;inserting comments -Oracle Open Office Base : records;protecting -Oracle Open Office Base : records;saving -Oracle Open Office Base : records;searching in databases -Oracle Open Office Base : rectangles with round corners -Oracle Open Office Base : recursions in spreadsheets -Oracle Open Office Base : redo command -Oracle Open Office Base : reduced printing -Oracle Open Office Base : reference lines -Oracle Open Office Base : references -Oracle Open Office Base : references;displaying in color (Calc) -Oracle Open Office Base : references;expanding (Calc) -Oracle Open Office Base : references;iterative (Calc) -Oracle Open Office Base : register-true -Oracle Open Office Base : register-true;definition -Oracle Open Office Base : registering -Oracle Open Office Base : registering;address books -Oracle Open Office Base : registering;databases (Base) -Oracle Open Office Base : registering;Oracle Open Office -Oracle Open Office Base : regular expressions -Oracle Open Office Base : regular expressions;list of -Oracle Open Office Base : regular expressions;opening files -Oracle Open Office Base : relational databases (Base) -Oracle Open Office Base : relations -Oracle Open Office Base : relations;creating and deleting (Base) -Oracle Open Office Base : relations;joining tables (Base) -Oracle Open Office Base : relations;properties (Base) -Oracle Open Office Base : relative hyperlinks -Oracle Open Office Base : relative saving of URLs -Oracle Open Office Base : reloading -Oracle Open Office Base : reloading;documents -Oracle Open Office Base : reloading;HTML documents, automatically -Oracle Open Office Base : remarks, see also comments -Oracle Open Office Base : remote configurations -Oracle Open Office Base : remove noise filter -Oracle Open Office Base : removing -Oracle Open Office Base : removing;bullets and numbering -Oracle Open Office Base : removing;form filters -Oracle Open Office Base : removing, see also deleting -Oracle Open Office Base : repeating -Oracle Open Office Base : repeating;commands -Oracle Open Office Base : replacement options -Oracle Open Office Base : replacement table -Oracle Open Office Base : replacing -Oracle Open Office Base : replacing;AutoCorrect function -Oracle Open Office Base : replacing;dashes -Oracle Open Office Base : replacing;tab stops (regular expressions) -Oracle Open Office Base : Report Builder -Oracle Open Office Base : reports -Oracle Open Office Base : reports;creating -Oracle Open Office Base : reports;error reports -Oracle Open Office Base : reports;opening and editing -Oracle Open Office Base : reports;templates -Oracle Open Office Base : resetting -Oracle Open Office Base : resetting;templates -Oracle Open Office Base : resizing -Oracle Open Office Base : resizing;objects, by mouse -Oracle Open Office Base : resizing, see also scaling/zooming -Oracle Open Office Base : resolution when printing bitmaps -Oracle Open Office Base : restoring -Oracle Open Office Base : restoring;default formatting -Oracle Open Office Base : restoring;editing -Oracle Open Office Base : reversing printing order -Oracle Open Office Base : review function -Oracle Open Office Base : review function;accepting or rejecting changes -Oracle Open Office Base : review function;comparing documents -Oracle Open Office Base : review function;protecting records -Oracle Open Office Base : review function;recording changes example -Oracle Open Office Base : rich text control -Oracle Open Office Base : right alignment of paragraphs -Oracle Open Office Base : right joins (Base) -Oracle Open Office Base : right-to-left text -Oracle Open Office Base : rotating -Oracle Open Office Base : rotating;3D text -Oracle Open Office Base : round corners -Oracle Open Office Base : rounding precision (Calc) -Oracle Open Office Base : row headers -Oracle Open Office Base : row headers;displaying (Calc) -Oracle Open Office Base : row headers;highlighting (Calc) -Oracle Open Office Base : rulers -Oracle Open Office Base : rulers;default settings -Oracle Open Office Base : rulers;measurement units -Oracle Open Office Base : rulers;visible in presentations -Oracle Open Office Base : samples and templates -Oracle Open Office Base : saving -Oracle Open Office Base : saving;default file formats -Oracle Open Office Base : saving;dialog settings -Oracle Open Office Base : saving;documents -Oracle Open Office Base : saving;documents for mobile devices -Oracle Open Office Base : saving;documents in other formats -Oracle Open Office Base : saving;documents, automatically -Oracle Open Office Base : saving;in Microsoft Office file format -Oracle Open Office Base : saving;options -Oracle Open Office Base : saving;templates -Oracle Open Office Base : saving;to XML -Oracle Open Office Base : saving;VBA code in Microsoft Office documents -Oracle Open Office Base : saving;with password by default -Oracle Open Office Base : saving as command -Oracle Open Office Base : saving as command;precautions -Oracle Open Office Base : scaling -Oracle Open Office Base : scaling;font sizes in user interface -Oracle Open Office Base : scaling;objects -Oracle Open Office Base : scaling;pictures -Oracle Open Office Base : scaling;printing in Oracle Open Office Math -Oracle Open Office Base : scaling;when printing presentations -Oracle Open Office Base : scaling, see also zooming -Oracle Open Office Base : screen -Oracle Open Office Base : screen;full screen views -Oracle Open Office Base : screen;scaling -Oracle Open Office Base : screen magnifiers -Oracle Open Office Base : screen readers -Oracle Open Office Base : script organization -Oracle Open Office Base : scrollbars -Oracle Open Office Base : scrollbars;controls -Oracle Open Office Base : scrollbars;displaying (Calc) -Oracle Open Office Base : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Base : search criteria for database functions in cells -Oracle Open Office Base : search engines -Oracle Open Office Base : search engines;definition -Oracle Open Office Base : search engines;selecting -Oracle Open Office Base : searching -Oracle Open Office Base : searching;all sheets -Oracle Open Office Base : searching;databases -Oracle Open Office Base : searching;form filters -Oracle Open Office Base : searching;Internet -Oracle Open Office Base : searching;tables and forms -Oracle Open Office Base : sections -Oracle Open Office Base : sections;backgrounds -Oracle Open Office Base : security -Oracle Open Office Base : security;digital signatures -Oracle Open Office Base : security;options for documents with macros -Oracle Open Office Base : security;protecting contents -Oracle Open Office Base : security;security levels for macros -Oracle Open Office Base : security;warning dialogs with macros -Oracle Open Office Base : selecting -Oracle Open Office Base : selecting;controls -Oracle Open Office Base : selecting;measurement units -Oracle Open Office Base : selecting;objects -Oracle Open Office Base : selecting;print areas -Oracle Open Office Base : selecting;several files -Oracle Open Office Base : selection clipboard -Oracle Open Office Base : selection frames -Oracle Open Office Base : selection modes in text -Oracle Open Office Base : sending -Oracle Open Office Base : sending;AutoAbstract function in presentations -Oracle Open Office Base : sending;documents as e-mail -Oracle Open Office Base : sending;documents as faxes -Oracle Open Office Base : separator lines -Oracle Open Office Base : separator lines;defining -Oracle Open Office Base : separators -Oracle Open Office Base : separators;conditional -Oracle Open Office Base : Server Side ImageMap -Oracle Open Office Base : settings -Oracle Open Office Base : settings;printers -Oracle Open Office Base : settings;program configuration -Oracle Open Office Base : settings;proxies -Oracle Open Office Base : settings;tracking changes -Oracle Open Office Base : settings;views -Oracle Open Office Base : SGML -Oracle Open Office Base : SGML;definition -Oracle Open Office Base : shadows -Oracle Open Office Base : shadows;areas -Oracle Open Office Base : shadows;borders -Oracle Open Office Base : shadows;characters -Oracle Open Office Base : shadows;characters, using context menu -Oracle Open Office Base : sharing documents -Oracle Open Office Base : sharpening filter -Oracle Open Office Base : sheet tabs -Oracle Open Office Base : sheet tabs;displaying -Oracle Open Office Base : sheets -Oracle Open Office Base : sheets;searching all -Oracle Open Office Base : shortcut keys -Oracle Open Office Base : shortcut keys;assigning macros -Oracle Open Office Base : shortcut keys;general -Oracle Open Office Base : shortcut keys;in databases -Oracle Open Office Base : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Base : showing -Oracle Open Office Base : showing;changes -Oracle Open Office Base : showing;docked windows -Oracle Open Office Base : showing;drawings and controls (Writer) -Oracle Open Office Base : showing;live presentations on the Internet -Oracle Open Office Base : showing;toolbars -Oracle Open Office Base : signing documents with digital signatures -Oracle Open Office Base : similarity search -Oracle Open Office Base : simple handles (Writer) -Oracle Open Office Base : simplified Chinese -Oracle Open Office Base : simplified Chinese;translating to traditional Chinese -Oracle Open Office Base : single sign on options -Oracle Open Office Base : single-line spacing in text -Oracle Open Office Base : sizes -Oracle Open Office Base : sizes;draw objects -Oracle Open Office Base : sizes;pictures -Oracle Open Office Base : slanting draw objects -Oracle Open Office Base : small capitals -Oracle Open Office Base : small icons -Oracle Open Office Base : smart tag configuration -Oracle Open Office Base : smooth scrolling (Writer) -Oracle Open Office Base : smoothing filter -Oracle Open Office Base : snap grid defaults (Writer/Calc) -Oracle Open Office Base : snapping in presentations and drawings -Oracle Open Office Base : solarization filter -Oracle Open Office Base : sort lists -Oracle Open Office Base : sort lists;copying to in Calc -Oracle Open Office Base : sorting -Oracle Open Office Base : sorting;data in forms -Oracle Open Office Base : sorting;databases -Oracle Open Office Base : sound files -Oracle Open Office Base : spaces -Oracle Open Office Base : spaces;displaying (Writer) -Oracle Open Office Base : spaces;ignoring double -Oracle Open Office Base : spaces;inserting protected spaces -Oracle Open Office Base : spaces;showing protected spaces (Writer) -Oracle Open Office Base : spacing -Oracle Open Office Base : spacing;between paragraphs in footnotes -Oracle Open Office Base : spacing;font effects -Oracle Open Office Base : spacing;lines and paragraphs -Oracle Open Office Base : spacing;tab stops in text documents -Oracle Open Office Base : spacing;tabs in presentations -Oracle Open Office Base : spadmin -Oracle Open Office Base : special characters -Oracle Open Office Base : speech bubbles -Oracle Open Office Base : speed of printing -Oracle Open Office Base : spellcheck -Oracle Open Office Base : spellcheck;activating for a language -Oracle Open Office Base : spellcheck;context menus -Oracle Open Office Base : spellcheck;default languages -Oracle Open Office Base : spellcheck;dialog -Oracle Open Office Base : spellcheck;dictionary of exceptions -Oracle Open Office Base : spellcheck;ignore list -Oracle Open Office Base : spin button creation -Oracle Open Office Base : spoolfiles with Xprinter -Oracle Open Office Base : spreadsheets -Oracle Open Office Base : spreadsheets;as databases (base) -Oracle Open Office Base : spreadsheets;copying areas to text documents -Oracle Open Office Base : spreadsheets;creating/opening -Oracle Open Office Base : spreadsheets;inserting charts -Oracle Open Office Base : spreadsheets;inserting database records -Oracle Open Office Base : spreadsheets;printing -Oracle Open Office Base : spreadsheets;saving -Oracle Open Office Base : spreadsheets;saving automatically -Oracle Open Office Base : spreadsheets;saving in other formats -Oracle Open Office Base : spreadsheets;sending as e-mail -Oracle Open Office Base : SQL -Oracle Open Office Base : SQL;definition -Oracle Open Office Base : SQL;DISTINCT parameter -Oracle Open Office Base : SQL;executing SQL commands -Oracle Open Office Base : SQL;executing SQL statements (Base) -Oracle Open Office Base : SQL;queries (Base) -Oracle Open Office Base : square drawings -Oracle Open Office Base : standard bar on/off -Oracle Open Office Base : standard filters in databases -Oracle Open Office Base : standard printer under UNIX -Oracle Open Office Base : start center -Oracle Open Office Base : start parameters -Oracle Open Office Base : status bar on/off -Oracle Open Office Base : stickers -Oracle Open Office Base : strikethrough -Oracle Open Office Base : strikethrough;characters -Oracle Open Office Base : strikethrough;font effects -Oracle Open Office Base : styles -Oracle Open Office Base : styles;'changed' message -Oracle Open Office Base : styles;copying between documents -Oracle Open Office Base : styles;keyboard shortcuts -Oracle Open Office Base : styles;organizing -Oracle Open Office Base : styles;printing styles used in a document -Oracle Open Office Base : styles;replacing automatically -Oracle Open Office Base : Styles and Formatting window -Oracle Open Office Base : Styles and Formatting window;docking -Oracle Open Office Base : subforms -Oracle Open Office Base : subforms;creating -Oracle Open Office Base : subforms;description -Oracle Open Office Base : submitting forms -Oracle Open Office Base : suffixes in file formats -Oracle Open Office Base : support on the Web -Oracle Open Office Base : synchronizing -Oracle Open Office Base : synchronizing;labels and business cards -Oracle Open Office Base : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Base : system address book registration -Oracle Open Office Base : tab stops -Oracle Open Office Base : tab stops;displaying (Writer) -Oracle Open Office Base : tab stops;inserting and editing -Oracle Open Office Base : tab stops;regular expressions -Oracle Open Office Base : tab stops;setting in sheets -Oracle Open Office Base : tab stops;settings -Oracle Open Office Base : tab stops;spacing in presentations -Oracle Open Office Base : tab stops;spacing in text documents -Oracle Open Office Base : table controls -Oracle Open Office Base : table controls;form functions -Oracle Open Office Base : table controls;keyboard-only edit mode -Oracle Open Office Base : table controls;properties -Oracle Open Office Base : table views of databases -Oracle Open Office Base : Table Wizard (Base) -Oracle Open Office Base : tables -Oracle Open Office Base : tables;inserting line breaks -Oracle Open Office Base : tables in databases -Oracle Open Office Base : tables in databases;access rights to (Base) -Oracle Open Office Base : tables in databases;adding to queries -Oracle Open Office Base : tables in databases;browsing and editing -Oracle Open Office Base : tables in databases;copying database tables (Base) -Oracle Open Office Base : tables in databases;creating -Oracle Open Office Base : tables in databases;creating in design view (manually) -Oracle Open Office Base : tables in databases;importing text formats (Base) -Oracle Open Office Base : tables in databases;joining for queries (Base) -Oracle Open Office Base : tables in databases;printing queries (Base) -Oracle Open Office Base : tables in databases;relations (Base) -Oracle Open Office Base : tables in databases;searching -Oracle Open Office Base : tables in spreadsheets -Oracle Open Office Base : tables in spreadsheets;copying data to other applications -Oracle Open Office Base : tables in spreadsheets;defining borders -Oracle Open Office Base : tables in spreadsheets;value highlighting -Oracle Open Office Base : tables in text -Oracle Open Office Base : tables in text;captions -Oracle Open Office Base : tables in text;creating automatically -Oracle Open Office Base : tables in text;default settings -Oracle Open Office Base : tables in text;defining borders -Oracle Open Office Base : tables in text;displaying -Oracle Open Office Base : tables in text;printing -Oracle Open Office Base : tabs -Oracle Open Office Base : tabs;displaying sheet tabs -Oracle Open Office Base : tags -Oracle Open Office Base : tags;definition -Oracle Open Office Base : tags;META tags -Oracle Open Office Base : templates -Oracle Open Office Base : templates;agendas -Oracle Open Office Base : templates;changing basic fonts -Oracle Open Office Base : templates;database reports -Oracle Open Office Base : templates;deleting -Oracle Open Office Base : templates;editing and saving -Oracle Open Office Base : templates;faxes -Oracle Open Office Base : templates;importing and exporting -Oracle Open Office Base : templates;letters -Oracle Open Office Base : templates;new documents from templates -Oracle Open Office Base : templates;opening documents with -Oracle Open Office Base : templates;organizing -Oracle Open Office Base : terminology -Oracle Open Office Base : terminology;general glossary -Oracle Open Office Base : terminology;Internet glossary -Oracle Open Office Base : testing XML filters -Oracle Open Office Base : text -Oracle Open Office Base : text;animating -Oracle Open Office Base : text;Asian layout -Oracle Open Office Base : text;bold -Oracle Open Office Base : text;coloring -Oracle Open Office Base : text;copying by drag and drop -Oracle Open Office Base : text;CTL languages -Oracle Open Office Base : text;drawing pictures -Oracle Open Office Base : text;font effects -Oracle Open Office Base : text;font sizes -Oracle Open Office Base : text;font styles -Oracle Open Office Base : text;fonts and formats -Oracle Open Office Base : text;Fontwork icons -Oracle Open Office Base : text;hyperlinks -Oracle Open Office Base : text;inserting special characters -Oracle Open Office Base : text;italics -Oracle Open Office Base : text;kerning -Oracle Open Office Base : text;language selection -Oracle Open Office Base : text;line spacing -Oracle Open Office Base : text;overwriting or inserting -Oracle Open Office Base : text;printing in black -Oracle Open Office Base : text;replacing with format -Oracle Open Office Base : text;selection modes -Oracle Open Office Base : text;shadowed -Oracle Open Office Base : text;text/draw objects -Oracle Open Office Base : text attributes -Oracle Open Office Base : text attributes;hyperlinks -Oracle Open Office Base : text attributes;undoing -Oracle Open Office Base : text boxes -Oracle Open Office Base : text boxes;form functions -Oracle Open Office Base : text boxes;positioning -Oracle Open Office Base : text breaks in cells -Oracle Open Office Base : text colors for better accessibility -Oracle Open Office Base : text databases (Base) -Oracle Open Office Base : text documents -Oracle Open Office Base : text documents;creating/opening -Oracle Open Office Base : text documents;importing/exporting -Oracle Open Office Base : text documents;inserting spreadsheet cells -Oracle Open Office Base : text documents;print settings -Oracle Open Office Base : text documents;printing -Oracle Open Office Base : text documents;saving -Oracle Open Office Base : text documents;saving automatically -Oracle Open Office Base : text documents;saving in other formats -Oracle Open Office Base : text documents;sending as e-mail -Oracle Open Office Base : text effects -Oracle Open Office Base : text flow -Oracle Open Office Base : text flow;in cells -Oracle Open Office Base : text formats -Oracle Open Office Base : text formats;databases -Oracle Open Office Base : text formats;pasting -Oracle Open Office Base : text input fields -Oracle Open Office Base : text layout for special languages -Oracle Open Office Base : text objects -Oracle Open Office Base : text objects;alignment -Oracle Open Office Base : text objects;draw functions -Oracle Open Office Base : text objects;fonts -Oracle Open Office Base : text objects;in presentations and drawings -Oracle Open Office Base : text overflow in spreadsheet cells -Oracle Open Office Base : text, see also text documents, paragraphs and characters -Oracle Open Office Base : TextArt, see Fontwork -Oracle Open Office Base : textures -Oracle Open Office Base : textures;inserting from Gallery -Oracle Open Office Base : textures;on chart bars -Oracle Open Office Base : Thai -Oracle Open Office Base : Thai;entering text -Oracle Open Office Base : Thai;language settings -Oracle Open Office Base : thesaurus -Oracle Open Office Base : thesaurus;activating for a language -Oracle Open Office Base : ticker text -Oracle Open Office Base : time fields -Oracle Open Office Base : time fields;form functions -Oracle Open Office Base : times -Oracle Open Office Base : times;inserting when printing presentations -Oracle Open Office Base : times, formats -Oracle Open Office Base : tips -Oracle Open Office Base : tips;extended tips in Help -Oracle Open Office Base : title rows -Oracle Open Office Base : title rows;printing in Oracle Open Office Math -Oracle Open Office Base : titles -Oracle Open Office Base : titles;changing -Oracle Open Office Base : titles;editing in charts -Oracle Open Office Base : titles;font effects -Oracle Open Office Base : titles;formatting automatically -Oracle Open Office Base : titles;objects -Oracle Open Office Base : toolbars -Oracle Open Office Base : toolbars;adding buttons -Oracle Open Office Base : toolbars;docking/undocking -Oracle Open Office Base : toolbars;Form Navigation bar -Oracle Open Office Base : toolbars;viewing/closing -Oracle Open Office Base : tools bar -Oracle Open Office Base : tooltips -Oracle Open Office Base : tooltips;extended tips -Oracle Open Office Base : tooltips;help -Oracle Open Office Base : traditional Chinese -Oracle Open Office Base : traditional Chinese;translating to simplified chinese -Oracle Open Office Base : transparency -Oracle Open Office Base : transparency;areas -Oracle Open Office Base : transparency;off for faster printing -Oracle Open Office Base : transparency;saving -Oracle Open Office Base : tree view of Help -Oracle Open Office Base : typefaces -Oracle Open Office Base : typefaces;adding under UNIX -Oracle Open Office Base : typefaces;formats -Oracle Open Office Base : typographical quotes in Oracle Open Office Writer -Oracle Open Office Base : typography -Oracle Open Office Base : typography;Asian -Oracle Open Office Base : underlining -Oracle Open Office Base : underlining;AutoFormat function -Oracle Open Office Base : underlining;characters -Oracle Open Office Base : underlining;text -Oracle Open Office Base : undocking windows -Oracle Open Office Base : undoing -Oracle Open Office Base : undoing;direct formatting -Oracle Open Office Base : undoing;editing -Oracle Open Office Base : undoing;number of steps -Oracle Open Office Base : ungrouping groups -Oracle Open Office Base : units -Oracle Open Office Base : units;converting -Oracle Open Office Base : units;measurement units -Oracle Open Office Base : UNO components -Oracle Open Office Base : UNO components;Extension Manager -Oracle Open Office Base : UNO components;integrating new -Oracle Open Office Base : update options -Oracle Open Office Base : updates -Oracle Open Office Base : updates;checking automatically -Oracle Open Office Base : updates;checking manually -Oracle Open Office Base : updating -Oracle Open Office Base : updating;fields and charts, automatically (Writer) -Oracle Open Office Base : updating;links in text documents -Oracle Open Office Base : updating;links, on opening -Oracle Open Office Base : updating;templates -Oracle Open Office Base : URL -Oracle Open Office Base : URL;changing hyperlink URLs -Oracle Open Office Base : URL;definition -Oracle Open Office Base : URL;in pictures -Oracle Open Office Base : URL;saving absolute/relative paths -Oracle Open Office Base : URL;turning off URL recognition -Oracle Open Office Base : user data -Oracle Open Office Base : user data;input -Oracle Open Office Base : user data;removing when saving -Oracle Open Office Base : user feedback -Oracle Open Office Base : user feedback;automatically -Oracle Open Office Base : user-defined dictionaries -Oracle Open Office Base : user-defined dictionaries;creating -Oracle Open Office Base : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Base : user-defined dictionaries;editing -Oracle Open Office Base : user-defined styles -Oracle Open Office Base : user-defined styles;automatically replacing -Oracle Open Office Base : UTF-8/UCS2 support -Oracle Open Office Base : values -Oracle Open Office Base : values;rounded as shown (Calc) -Oracle Open Office Base : variables -Oracle Open Office Base : variables;for paths -Oracle Open Office Base : VBA code -Oracle Open Office Base : VBA code;loading/saving documents with VBA code -Oracle Open Office Base : version management -Oracle Open Office Base : version numbers of documents -Oracle Open Office Base : versions -Oracle Open Office Base : versions;comparing documents -Oracle Open Office Base : versions;file saving as, restriction -Oracle Open Office Base : versions;merging document versions -Oracle Open Office Base : versions;of a document -Oracle Open Office Base : versions;Oracle Open Office -Oracle Open Office Base : vertical callouts -Oracle Open Office Base : vertical scrollbars (Writer) -Oracle Open Office Base : vertical text boxes -Oracle Open Office Base : videos -Oracle Open Office Base : viewing -Oracle Open Office Base : viewing;databases -Oracle Open Office Base : viewing;file properties -Oracle Open Office Base : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Base : viewing;toolbars -Oracle Open Office Base : views -Oracle Open Office Base : views;creating database views (Base) -Oracle Open Office Base : views;defaults -Oracle Open Office Base : views;full screen -Oracle Open Office Base : views;icons -Oracle Open Office Base : views;scaling -Oracle Open Office Base : Visual Basic for Applications -Oracle Open Office Base : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Base : watermarks -Oracle Open Office Base : web documents -Oracle Open Office Base : web documents;XForms -Oracle Open Office Base : Web support -Oracle Open Office Base : WebCast export -Oracle Open Office Base : WebDAV over HTTPS -Oracle Open Office Base : windows -Oracle Open Office Base : windows;docking -Oracle Open Office Base : windows;docking definition -Oracle Open Office Base : windows;hiding/showing/docking -Oracle Open Office Base : windows;new -Oracle Open Office Base : wizards -Oracle Open Office Base : wizards;agendas -Oracle Open Office Base : wizards;database queries -Oracle Open Office Base : wizards;database tables (Base) -Oracle Open Office Base : wizards;databases (Base) -Oracle Open Office Base : wizards;document converter -Oracle Open Office Base : wizards;Euro Converter -Oracle Open Office Base : wizards;faxes -Oracle Open Office Base : wizards;forms -Oracle Open Office Base : wizards;letters -Oracle Open Office Base : wizards;macros (Base) -Oracle Open Office Base : wizards;overview -Oracle Open Office Base : wizards;presentations -Oracle Open Office Base : wizards;reports -Oracle Open Office Base : Word documents -Oracle Open Office Base : Word documents;compatibility -Oracle Open Office Base : Word documents;saving as -Oracle Open Office Base : WordArt, see Fontwork -Oracle Open Office Base : words -Oracle Open Office Base : words;automatically replacing -Oracle Open Office Base : words;wrapping in cells -Oracle Open Office Base : words;wrapping in CTL -Oracle Open Office Base : working directory change -Oracle Open Office Base : wrapping text -Oracle Open Office Base : wrapping text;in cells -Oracle Open Office Base : write protection on/off -Oracle Open Office Base : writing aids options -Oracle Open Office Base : WYSIWYG in fonts lists -Oracle Open Office Base : XForms -Oracle Open Office Base : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Base : XForms;conditions -Oracle Open Office Base : XForms;opening/editing -Oracle Open Office Base : XML converters -Oracle Open Office Base : XML file formats -Oracle Open Office Base : XML filters -Oracle Open Office Base : XML filters;creating/testing -Oracle Open Office Base : XML filters;saving as package/installing/deleting -Oracle Open Office Base : XML filters;settings -Oracle Open Office Base : XML Forms, see XForms -Oracle Open Office Base : XSLT filters, see also XML filters -Oracle Open Office Base : years -Oracle Open Office Base : years;2-digit options -Oracle Open Office Base : zero values -Oracle Open Office Base : zero values;displaying (Calc) -Oracle Open Office Base : zooming -Oracle Open Office Base : zooming;page views -Oracle Open Office Base : zooming;pictures -Oracle Open Office Base : zooming;status bar -Oracle Open Office Draw : 1/2 replacement -Oracle Open Office Draw : 3D charts -Oracle Open Office Draw : 3D objects -Oracle Open Office Draw : 3D objects;assembling -Oracle Open Office Draw : 3D objects;generating -Oracle Open Office Draw : 3D objects;inserting -Oracle Open Office Draw : 3D rotation objects -Oracle Open Office Draw : 3D rotation objects;converting to -Oracle Open Office Draw : 3D rotation objects;generating -Oracle Open Office Draw : 3D text creation -Oracle Open Office Draw : abbreviation replacement -Oracle Open Office Draw : absolute hyperlinks -Oracle Open Office Draw : absolute saving of URLs -Oracle Open Office Draw : accents -Oracle Open Office Draw : Access databases (base) -Oracle Open Office Draw : access rights for database tables (Base) -Oracle Open Office Draw : accessibility -Oracle Open Office Draw : accessibility;general shortcuts -Oracle Open Office Draw : accessibility;options -Oracle Open Office Draw : accessibility;Oracle Open Office assistive technology -Oracle Open Office Draw : accessibility;Oracle Open Office Draw -Oracle Open Office Draw : accessibility;Oracle Open Office features -Oracle Open Office Draw : accessibility;Oracle Open Office Impress -Oracle Open Office Draw : activating -Oracle Open Office Draw : activating;context menus -Oracle Open Office Draw : activating;Error Report Tool -Oracle Open Office Draw : activating;extended help tips -Oracle Open Office Draw : activating;plug-ins -Oracle Open Office Draw : ActiveX control -Oracle Open Office Draw : Adabas D databases (base) -Oracle Open Office Draw : add-ons, see UNO components -Oracle Open Office Draw : additional selection mode -Oracle Open Office Draw : address books -Oracle Open Office Draw : address books;LDAP server (Base) -Oracle Open Office Draw : address books;registering -Oracle Open Office Draw : address labels from databases -Oracle Open Office Draw : ADO databases (Base) -Oracle Open Office Draw : Agenda Wizard -Oracle Open Office Draw : aging filter -Oracle Open Office Draw : aligning -Oracle Open Office Draw : aligning;2D charts -Oracle Open Office Draw : aligning;cells -Oracle Open Office Draw : aligning;draw objects -Oracle Open Office Draw : aligning;objects -Oracle Open Office Draw : aligning;paragraphs -Oracle Open Office Draw : aligning;tables in text -Oracle Open Office Draw : aligning;text objects -Oracle Open Office Draw : aligning;titles in charts -Oracle Open Office Draw : allowing -Oracle Open Office Draw : allowing;effects -Oracle Open Office Draw : allowing;interaction -Oracle Open Office Draw : alternative fonts -Oracle Open Office Draw : ampersand symbol, see also operators -Oracle Open Office Draw : anchors -Oracle Open Office Draw : anchors;changing -Oracle Open Office Draw : anchors;displaying (Calc) -Oracle Open Office Draw : anchors;types/positions for draw objects -Oracle Open Office Draw : animated GIFs -Oracle Open Office Draw : animated slide transitions -Oracle Open Office Draw : animation effects -Oracle Open Office Draw : animations -Oracle Open Office Draw : animations;accessibility options -Oracle Open Office Draw : animations;editing -Oracle Open Office Draw : animations;list of -Oracle Open Office Draw : animations;saving as GIFs -Oracle Open Office Draw : appearance options -Oracle Open Office Draw : Arabic -Oracle Open Office Draw : Arabic;entering text -Oracle Open Office Draw : Arabic;language settings -Oracle Open Office Draw : area charts -Oracle Open Office Draw : areas -Oracle Open Office Draw : areas;bitmap patterns -Oracle Open Office Draw : areas;from connected lines -Oracle Open Office Draw : areas;hatched/dotted -Oracle Open Office Draw : areas;shadows -Oracle Open Office Draw : areas;slanting -Oracle Open Office Draw : areas;styles -Oracle Open Office Draw : areas;transparency -Oracle Open Office Draw : arguments in command line -Oracle Open Office Draw : arranging -Oracle Open Office Draw : arranging;objects -Oracle Open Office Draw : arranging;objects (guide) -Oracle Open Office Draw : arranging;slides -Oracle Open Office Draw : arrows -Oracle Open Office Draw : arrows;defining arrow heads -Oracle Open Office Draw : arrows;defining arrow lines -Oracle Open Office Draw : arrows;drawing in text -Oracle Open Office Draw : arrows;inserting -Oracle Open Office Draw : arrows;loading arrow styles -Oracle Open Office Draw : ASCII -Oracle Open Office Draw : ASCII;definition -Oracle Open Office Draw : Asian languages -Oracle Open Office Draw : Asian languages;enabling -Oracle Open Office Draw : Asian Phonetic Guide -Oracle Open Office Draw : Asian typography -Oracle Open Office Draw : assembled objects in 3D -Oracle Open Office Draw : assigning scripts -Oracle Open Office Draw : assistive technology in Oracle Open Office -Oracle Open Office Draw : attaching toolbars -Oracle Open Office Draw : attachments in e-mails -Oracle Open Office Draw : attributes -Oracle Open Office Draw : attributes;objects with -Oracle Open Office Draw : audio -Oracle Open Office Draw : authors -Oracle Open Office Draw : auto reloading HTML documents -Oracle Open Office Draw : AutoAbstract function for sending text to presentations -Oracle Open Office Draw : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Draw : AutoComplete function in text and list boxes -Oracle Open Office Draw : AutoCorrect function -Oracle Open Office Draw : AutoCorrect function;context menu -Oracle Open Office Draw : AutoCorrect function;options -Oracle Open Office Draw : AutoCorrect function;pictures and frames -Oracle Open Office Draw : AutoCorrect function;quotes -Oracle Open Office Draw : AutoCorrect function;replacement table -Oracle Open Office Draw : AutoCorrect function;switching on and off in Calc -Oracle Open Office Draw : AutoCorrect function;URL recognition -Oracle Open Office Draw : AutoFormat function -Oracle Open Office Draw : AutoFormat function;switching on and off -Oracle Open Office Draw : automatic captions (Writer) -Oracle Open Office Draw : automatic control focus -Oracle Open Office Draw : automatic hyperlink formatting -Oracle Open Office Draw : automatic line breaks -Oracle Open Office Draw : automatic lines/borders in text -Oracle Open Office Draw : automatic saving -Oracle Open Office Draw : automatic slide changes -Oracle Open Office Draw : automatic slide changes;rehearse timings -Oracle Open Office Draw : automatic slide shows -Oracle Open Office Draw : automatic slide transition -Oracle Open Office Draw : AutoPilots, see wizards -Oracle Open Office Draw : AutoValue (Base) -Oracle Open Office Draw : averages in charts -Oracle Open Office Draw : axes -Oracle Open Office Draw : axes;better scaling -Oracle Open Office Draw : axes;formatting -Oracle Open Office Draw : axes;formatting grids -Oracle Open Office Draw : axes;inserting grids -Oracle Open Office Draw : axes;interval marks -Oracle Open Office Draw : axes;showing axes in charts -Oracle Open Office Draw : axes in charts -Oracle Open Office Draw : backgrounds -Oracle Open Office Draw : backgrounds;changing -Oracle Open Office Draw : backgrounds;defining colors/pictures -Oracle Open Office Draw : backgrounds;deleting unused -Oracle Open Office Draw : backgrounds;frames/sections/indexes -Oracle Open Office Draw : backgrounds;inserting from Gallery -Oracle Open Office Draw : backgrounds;normal view -Oracle Open Office Draw : backgrounds;notes -Oracle Open Office Draw : backgrounds;printing -Oracle Open Office Draw : backgrounds;slides -Oracle Open Office Draw : backing window -Oracle Open Office Draw : backups -Oracle Open Office Draw : backups;automatic -Oracle Open Office Draw : backups;documents -Oracle Open Office Draw : bar charts -Oracle Open Office Draw : Basic -Oracle Open Office Draw : Basic;fonts for source display -Oracle Open Office Draw : Basic;programming -Oracle Open Office Draw : Basic;recording macros -Oracle Open Office Draw : basic fonts -Oracle Open Office Draw : behind object command -Oracle Open Office Draw : Bézier curves -Oracle Open Office Draw : Bézier curves;control points in presentations -Oracle Open Office Draw : bi-directional writing -Oracle Open Office Draw : binding space -Oracle Open Office Draw : bitmaps -Oracle Open Office Draw : bitmaps;converting to -Oracle Open Office Draw : bitmaps;converting to vector graphics -Oracle Open Office Draw : bitmaps;inserting and editing -Oracle Open Office Draw : bitmaps;off for faster printing -Oracle Open Office Draw : bitmaps;patterns -Oracle Open Office Draw : bitmaps;replacing colors -Oracle Open Office Draw : black and white display -Oracle Open Office Draw : black and white printing -Oracle Open Office Draw : black and white view -Oracle Open Office Draw : black printing in Calc -Oracle Open Office Draw : block selection mode -Oracle Open Office Draw : bold -Oracle Open Office Draw : bold;AutoFormat function -Oracle Open Office Draw : bold;text -Oracle Open Office Draw : bookmarks -Oracle Open Office Draw : bookmarks;Help -Oracle Open Office Draw : borders -Oracle Open Office Draw : borders;arranging -Oracle Open Office Draw : borders;cells on screen (Calc) -Oracle Open Office Draw : borders;for paragraphs -Oracle Open Office Draw : borders;for tables -Oracle Open Office Draw : borders;shadows -Oracle Open Office Draw : borders;table boundaries (Writer) -Oracle Open Office Draw : borders, see also frames -Oracle Open Office Draw : bound fields -Oracle Open Office Draw : bound fields;controls -Oracle Open Office Draw : boundaries of tables (Writer) -Oracle Open Office Draw : break display (Writer) -Oracle Open Office Draw : breaking object connections -Oracle Open Office Draw : brochures -Oracle Open Office Draw : brochures;printing several -Oracle Open Office Draw : bubble charts -Oracle Open Office Draw : build numbers of Oracle Open Office -Oracle Open Office Draw : bullet lists -Oracle Open Office Draw : bullet lists;formatting options -Oracle Open Office Draw : bullets -Oracle Open Office Draw : bullets;paragraphs -Oracle Open Office Draw : bullets;replacing -Oracle Open Office Draw : bullets;turning off -Oracle Open Office Draw : business cards -Oracle Open Office Draw : business cards;creating and synchronizing -Oracle Open Office Draw : business cards;using templates -Oracle Open Office Draw : button bars, see toolbars -Oracle Open Office Draw : buttons -Oracle Open Office Draw : buttons;adding push buttons -Oracle Open Office Draw : buttons;big/small -Oracle Open Office Draw : buttons;editing hyperlink buttons -Oracle Open Office Draw : buttons;form functions -Oracle Open Office Draw : buttons;toolbars -Oracle Open Office Draw : cache for graphics -Oracle Open Office Draw : calculating -Oracle Open Office Draw : calculating;iterative references (Calc) -Oracle Open Office Draw : calculating;regression curves -Oracle Open Office Draw : callouts -Oracle Open Office Draw : callouts;drawings -Oracle Open Office Draw : callouts;inserting in presentations -Oracle Open Office Draw : capital letters -Oracle Open Office Draw : capital letters;AutoCorrect function -Oracle Open Office Draw : capital letters;font effects -Oracle Open Office Draw : captions -Oracle Open Office Draw : captions;automatic captions (Writer) -Oracle Open Office Draw : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Draw : captions, see also labels/callouts -Oracle Open Office Draw : cascading update (Base) -Oracle Open Office Draw : case sensitivity -Oracle Open Office Draw : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Draw : case sensitivity;searching -Oracle Open Office Draw : cells -Oracle Open Office Draw : cells;aligning -Oracle Open Office Draw : cells;coloring (Calc) -Oracle Open Office Draw : cells;cursor positions after input (Calc) -Oracle Open Office Draw : cells;formatting without effect (Calc) -Oracle Open Office Draw : cells;line breaks -Oracle Open Office Draw : cells;linked to controls -Oracle Open Office Draw : cells;number of -Oracle Open Office Draw : cells;pasting -Oracle Open Office Draw : cells;resetting formats -Oracle Open Office Draw : cells;showing grid lines (Calc) -Oracle Open Office Draw : centered text -Oracle Open Office Draw : centimeters -Oracle Open Office Draw : certificates -Oracle Open Office Draw : changes -Oracle Open Office Draw : changes;accepting or rejecting -Oracle Open Office Draw : changes;comparing to original -Oracle Open Office Draw : changes;protecting -Oracle Open Office Draw : changes;recording -Oracle Open Office Draw : changes;review function -Oracle Open Office Draw : changes;showing -Oracle Open Office Draw : changing -Oracle Open Office Draw : changing;document titles -Oracle Open Office Draw : changing;file associations in Setup program -Oracle Open Office Draw : changing;icon sizes -Oracle Open Office Draw : changing;layer properties -Oracle Open Office Draw : changing;layout for handouts -Oracle Open Office Draw : changing;links -Oracle Open Office Draw : changing;order of slides -Oracle Open Office Draw : changing;slide layouts -Oracle Open Office Draw : changing;work directory -Oracle Open Office Draw : changing, see also editing and replacing -Oracle Open Office Draw : character styles -Oracle Open Office Draw : character styles;language selection -Oracle Open Office Draw : characters -Oracle Open Office Draw : characters;alternative fonts -Oracle Open Office Draw : characters;Asian layout -Oracle Open Office Draw : characters;bold -Oracle Open Office Draw : characters;coloring -Oracle Open Office Draw : characters;converting to curves -Oracle Open Office Draw : characters;displaying only on screen (Writer) -Oracle Open Office Draw : characters;enabling CTL and Asian characters -Oracle Open Office Draw : characters;font effects -Oracle Open Office Draw : characters;fonts and formats -Oracle Open Office Draw : characters;hyperlinks -Oracle Open Office Draw : characters;italics -Oracle Open Office Draw : characters;language selection -Oracle Open Office Draw : characters;shadowed -Oracle Open Office Draw : characters;spacing -Oracle Open Office Draw : characters;special -Oracle Open Office Draw : characters;underlining -Oracle Open Office Draw : charcoal sketches filter -Oracle Open Office Draw : chart legends -Oracle Open Office Draw : chart legends;hiding -Oracle Open Office Draw : chart legends;showing icons with labels -Oracle Open Office Draw : chart types -Oracle Open Office Draw : chart types;area -Oracle Open Office Draw : chart types;bubble -Oracle Open Office Draw : chart types;column and bar -Oracle Open Office Draw : chart types;column and line -Oracle Open Office Draw : chart types;line -Oracle Open Office Draw : chart types;net -Oracle Open Office Draw : chart types;pie/donut -Oracle Open Office Draw : chart types;stock -Oracle Open Office Draw : chart types;XY (scatter) -Oracle Open Office Draw : charts -Oracle Open Office Draw : charts;3D views -Oracle Open Office Draw : charts;aligning -Oracle Open Office Draw : charts;arranging within stacks -Oracle Open Office Draw : charts;bars with textures -Oracle Open Office Draw : charts;choosing chart types -Oracle Open Office Draw : charts;colors -Oracle Open Office Draw : charts;copying with link to source cell range -Oracle Open Office Draw : charts;data labels -Oracle Open Office Draw : charts;displaying (Calc) -Oracle Open Office Draw : charts;editing axes -Oracle Open Office Draw : charts;editing data -Oracle Open Office Draw : charts;editing legends -Oracle Open Office Draw : charts;editing titles -Oracle Open Office Draw : charts;formatting areas -Oracle Open Office Draw : charts;formatting floors -Oracle Open Office Draw : charts;formatting walls -Oracle Open Office Draw : charts;inserting -Oracle Open Office Draw : charts;overview -Oracle Open Office Draw : charts;positioning axes -Oracle Open Office Draw : charts;properties -Oracle Open Office Draw : charts;reorganizing -Oracle Open Office Draw : charts;scaling axes -Oracle Open Office Draw : charts;scaling text -Oracle Open Office Draw : charts;shortcuts -Oracle Open Office Draw : charts;showing axes -Oracle Open Office Draw : charts;updating automatically (Writer) -Oracle Open Office Draw : check box creation -Oracle Open Office Draw : Chinese writing systems -Oracle Open Office Draw : choosing printers -Oracle Open Office Draw : circle drawings -Oracle Open Office Draw : circle segments -Oracle Open Office Draw : circles -Oracle Open Office Draw : circles;of objects -Oracle Open Office Draw : Client Side ImageMap -Oracle Open Office Draw : clipboard -Oracle Open Office Draw : clipboard;cutting -Oracle Open Office Draw : clipboard;pasting -Oracle Open Office Draw : clipboard;pasting formatted/unformatted text -Oracle Open Office Draw : clipboard;selection clipboard -Oracle Open Office Draw : clipboard;Unix -Oracle Open Office Draw : closing -Oracle Open Office Draw : closing;documents -Oracle Open Office Draw : closing;shapes -Oracle Open Office Draw : closing;toolbars -Oracle Open Office Draw : collaboration -Oracle Open Office Draw : color bar -Oracle Open Office Draw : colors -Oracle Open Office Draw : colors;adding -Oracle Open Office Draw : colors;appearance -Oracle Open Office Draw : colors;backgrounds -Oracle Open Office Draw : colors;charts -Oracle Open Office Draw : colors;default colors -Oracle Open Office Draw : colors;defining and saving -Oracle Open Office Draw : colors;defining gradients interactively -Oracle Open Office Draw : colors;displaying presentations -Oracle Open Office Draw : colors;fill format -Oracle Open Office Draw : colors;fonts -Oracle Open Office Draw : colors;grid lines and cells (Calc) -Oracle Open Office Draw : colors;loading lists -Oracle Open Office Draw : colors;models -Oracle Open Office Draw : colors;not printing -Oracle Open Office Draw : colors;printing in grayscale -Oracle Open Office Draw : colors;replacing -Oracle Open Office Draw : colors;restriction (Calc) -Oracle Open Office Draw : colors;selection -Oracle Open Office Draw : column and line charts -Oracle Open Office Draw : column charts -Oracle Open Office Draw : column headers -Oracle Open Office Draw : column headers;displaying (Calc) -Oracle Open Office Draw : column headers;highlighting (Calc) -Oracle Open Office Draw : columns -Oracle Open Office Draw : columns;inserting -Oracle Open Office Draw : columns;setting with the mouse -Oracle Open Office Draw : combination charts -Oracle Open Office Draw : combining -Oracle Open Office Draw : combining;3D objects -Oracle Open Office Draw : combining;draw objects -Oracle Open Office Draw : combining;undoing -Oracle Open Office Draw : combo box creation -Oracle Open Office Draw : command button creation -Oracle Open Office Draw : command buttons, see push buttons -Oracle Open Office Draw : command line parameters -Oracle Open Office Draw : commands -Oracle Open Office Draw : commands;repeating -Oracle Open Office Draw : commands;SQL -Oracle Open Office Draw : comments -Oracle Open Office Draw : comments;displaying (Calc) -Oracle Open Office Draw : comments;inserting/editing/deleting/printing -Oracle Open Office Draw : comments;on changes -Oracle Open Office Draw : comments;printing in text -Oracle Open Office Draw : common terms -Oracle Open Office Draw : common terms;Chinese dictionary -Oracle Open Office Draw : common terms;glossaries -Oracle Open Office Draw : common terms;Internet glossary -Oracle Open Office Draw : comparisons -Oracle Open Office Draw : comparisons;document versions -Oracle Open Office Draw : comparisons;operators in default filter dialog -Oracle Open Office Draw : compatibility settings for MS Word import -Oracle Open Office Draw : complete screen view -Oracle Open Office Draw : complex text layout -Oracle Open Office Draw : complex text layout;definition -Oracle Open Office Draw : complex text layout;enabling -Oracle Open Office Draw : complex text layout, see CTL -Oracle Open Office Draw : compose key to insert special characters -Oracle Open Office Draw : concatenation, see ampersand symbol -Oracle Open Office Draw : conditional separators -Oracle Open Office Draw : conditions -Oracle Open Office Draw : conditions;in number formats -Oracle Open Office Draw : conditions;items in Data Navigator -Oracle Open Office Draw : cones -Oracle Open Office Draw : Configuration Manager -Oracle Open Office Draw : configuring -Oracle Open Office Draw : configuring;fax icon -Oracle Open Office Draw : configuring;Oracle Open Office -Oracle Open Office Draw : configuring;toolbars -Oracle Open Office Draw : connecting -Oracle Open Office Draw : connecting;draw objects -Oracle Open Office Draw : connecting;lines -Oracle Open Office Draw : connecting;paths and objects -Oracle Open Office Draw : connections to data sources (Base) -Oracle Open Office Draw : connectors -Oracle Open Office Draw : connectors;properties of -Oracle Open Office Draw : connectors;using -Oracle Open Office Draw : constructing shapes -Oracle Open Office Draw : contents protection -Oracle Open Office Draw : context menus -Oracle Open Office Draw : contours -Oracle Open Office Draw : contours;converting to -Oracle Open Office Draw : control point display in presentations -Oracle Open Office Draw : control points definition -Oracle Open Office Draw : controls -Oracle Open Office Draw : controls;activating in forms -Oracle Open Office Draw : controls;adding to documents -Oracle Open Office Draw : controls;arranging in forms -Oracle Open Office Draw : controls;arranging within stacks -Oracle Open Office Draw : controls;assigning data sources -Oracle Open Office Draw : controls;assigning macros (Basic) -Oracle Open Office Draw : controls;bound fields/list contents/linked cells -Oracle Open Office Draw : controls;events -Oracle Open Office Draw : controls;focus -Oracle Open Office Draw : controls;formatted fields -Oracle Open Office Draw : controls;grouping -Oracle Open Office Draw : controls;hidden -Oracle Open Office Draw : controls;inserting -Oracle Open Office Draw : controls;multi-line titles -Oracle Open Office Draw : controls;positions and sizes -Oracle Open Office Draw : controls;printing -Oracle Open Office Draw : controls;properties of form controls -Oracle Open Office Draw : controls;properties of table controls -Oracle Open Office Draw : controls;reference by SQL -Oracle Open Office Draw : controls;rich text control -Oracle Open Office Draw : controls;select mode -Oracle Open Office Draw : controls;showing (Writer) -Oracle Open Office Draw : converters -Oracle Open Office Draw : converters;Euro converter -Oracle Open Office Draw : converters;PostScript, UNIX -Oracle Open Office Draw : converters;XML -Oracle Open Office Draw : converting -Oracle Open Office Draw : converting;bitmaps to polygons -Oracle Open Office Draw : converting;Hangul/Hanja -Oracle Open Office Draw : converting;metrics -Oracle Open Office Draw : converting;Microsoft documents -Oracle Open Office Draw : converting;Oracle Open Office documents -Oracle Open Office Draw : converting;Pocket PC formats -Oracle Open Office Draw : converting;points -Oracle Open Office Draw : converting;text to curves -Oracle Open Office Draw : converting;to bitmaps -Oracle Open Office Draw : converting;to contours -Oracle Open Office Draw : converting;to curves, polygons, 3D -Oracle Open Office Draw : converting;to metafile format (WMF) -Oracle Open Office Draw : copies -Oracle Open Office Draw : copies;printing -Oracle Open Office Draw : copying -Oracle Open Office Draw : copying;by drag and drop -Oracle Open Office Draw : copying;data from text documents -Oracle Open Office Draw : copying;datasource records in spreadsheets -Oracle Open Office Draw : copying;draw objects -Oracle Open Office Draw : copying;draw objects between documents -Oracle Open Office Draw : copying;formatting -Oracle Open Office Draw : copying;from data source view -Oracle Open Office Draw : copying;from Gallery -Oracle Open Office Draw : copying;in Unix -Oracle Open Office Draw : copying;pictures, between documents -Oracle Open Office Draw : copying;sheet areas, to text documents -Oracle Open Office Draw : copying;slides -Oracle Open Office Draw : copying;text from other documents -Oracle Open Office Draw : copying;to Gallery -Oracle Open Office Draw : copyright for Oracle Open Office -Oracle Open Office Draw : corner points -Oracle Open Office Draw : corner roundings -Oracle Open Office Draw : covered objects -Oracle Open Office Draw : crash reports -Oracle Open Office Draw : criteria of query design (Base) -Oracle Open Office Draw : cropping pictures -Oracle Open Office Draw : cross-fading -Oracle Open Office Draw : cross-fading;creating cross-fades -Oracle Open Office Draw : cross-fading;slides -Oracle Open Office Draw : cross-fading;two draw objects -Oracle Open Office Draw : CTL -Oracle Open Office Draw : CTL;(not) wrapping words -Oracle Open Office Draw : CTL;complex text layout languages -Oracle Open Office Draw : CTL;definition -Oracle Open Office Draw : CTL;options -Oracle Open Office Draw : cubes -Oracle Open Office Draw : currencies -Oracle Open Office Draw : currencies;converters -Oracle Open Office Draw : currencies;format codes -Oracle Open Office Draw : currency field creation -Oracle Open Office Draw : currency formats -Oracle Open Office Draw : cursor -Oracle Open Office Draw : cursor;allowing in protected areas (Writer) -Oracle Open Office Draw : cursor;in read-only text -Oracle Open Office Draw : cursor;quickly moving to an object -Oracle Open Office Draw : curves -Oracle Open Office Draw : curves;converting text to -Oracle Open Office Draw : curves;drawing -Oracle Open Office Draw : curves;editing -Oracle Open Office Draw : curves;editing points -Oracle Open Office Draw : curves;properties in line charts/XY charts -Oracle Open Office Draw : curves;toolbar -Oracle Open Office Draw : custom animation -Oracle Open Office Draw : custom colors -Oracle Open Office Draw : custom dictionaries -Oracle Open Office Draw : custom dictionaries;editing -Oracle Open Office Draw : custom gradients -Oracle Open Office Draw : custom hyphens (Writer) -Oracle Open Office Draw : custom quotes -Oracle Open Office Draw : custom slide shows -Oracle Open Office Draw : custom templates -Oracle Open Office Draw : customizing -Oracle Open Office Draw : customizing;events -Oracle Open Office Draw : customizing;keyboard -Oracle Open Office Draw : customizing;menus -Oracle Open Office Draw : customizing;Oracle Open Office -Oracle Open Office Draw : customizing;round corners -Oracle Open Office Draw : customizing;toolbars -Oracle Open Office Draw : cutting -Oracle Open Office Draw : cylinders -Oracle Open Office Draw : dashes -Oracle Open Office Draw : data -Oracle Open Office Draw : data;filtering in forms -Oracle Open Office Draw : data;forms and subforms -Oracle Open Office Draw : data;read-only -Oracle Open Office Draw : data;sorting in forms -Oracle Open Office Draw : data;user data -Oracle Open Office Draw : data binding change in XForms -Oracle Open Office Draw : data labels in charts -Oracle Open Office Draw : Data Navigator -Oracle Open Office Draw : Data Navigator;adding/editing items -Oracle Open Office Draw : Data Navigator;display options -Oracle Open Office Draw : data ranges in charts -Oracle Open Office Draw : data series -Oracle Open Office Draw : data source browser -Oracle Open Office Draw : data source explorer -Oracle Open Office Draw : data source view -Oracle Open Office Draw : data source view;drag and drop -Oracle Open Office Draw : data source view;overview -Oracle Open Office Draw : data source view;showing -Oracle Open Office Draw : data sources -Oracle Open Office Draw : data sources;as tables -Oracle Open Office Draw : data sources;connection settings (Base) -Oracle Open Office Draw : data sources;copying records to spreadsheets -Oracle Open Office Draw : data sources;displaying current -Oracle Open Office Draw : data sources;LDAP server (Base) -Oracle Open Office Draw : data sources;Oracle Open Office Base -Oracle Open Office Draw : data sources;registering address books -Oracle Open Office Draw : data sources;reports -Oracle Open Office Draw : data sources;setting for stock charts -Oracle Open Office Draw : data sources;viewing -Oracle Open Office Draw : data structure of XForms -Oracle Open Office Draw : data values in charts -Oracle Open Office Draw : data, see also values -Oracle Open Office Draw : database contents -Oracle Open Office Draw : database contents;inserting as tables -Oracle Open Office Draw : database contents;inserting as text -Oracle Open Office Draw : database reports -Oracle Open Office Draw : Database Wizard (Base) -Oracle Open Office Draw : databases -Oracle Open Office Draw : databases;administration through SQL (Base) -Oracle Open Office Draw : databases;ADO (Base) -Oracle Open Office Draw : databases;connecting (Base) -Oracle Open Office Draw : databases;creating -Oracle Open Office Draw : databases;creating labels -Oracle Open Office Draw : databases;creating queries -Oracle Open Office Draw : databases;creating reports -Oracle Open Office Draw : databases;creating tables -Oracle Open Office Draw : databases;deleting (Base) -Oracle Open Office Draw : databases;drag and drop (Base) -Oracle Open Office Draw : databases;editing tables -Oracle Open Office Draw : databases;form filters -Oracle Open Office Draw : databases;formats (Base) -Oracle Open Office Draw : databases;importing/exporting -Oracle Open Office Draw : databases;JDBC (Base) -Oracle Open Office Draw : databases;main page (Base) -Oracle Open Office Draw : databases;ODBC (Base) -Oracle Open Office Draw : databases;overview -Oracle Open Office Draw : databases;registering (Base) -Oracle Open Office Draw : databases;searching records -Oracle Open Office Draw : databases;shortcut keys -Oracle Open Office Draw : databases;sorting -Oracle Open Office Draw : databases;standard filters -Oracle Open Office Draw : databases;text formats -Oracle Open Office Draw : databases;viewing -Oracle Open Office Draw : date fields -Oracle Open Office Draw : date fields;creating -Oracle Open Office Draw : date fields;properties -Oracle Open Office Draw : date formats -Oracle Open Office Draw : date on all slides -Oracle Open Office Draw : dates -Oracle Open Office Draw : dates;default (Calc) -Oracle Open Office Draw : dates;fixed -Oracle Open Office Draw : dates;printing in presentations -Oracle Open Office Draw : dates;start 1900/01/01 (Calc) -Oracle Open Office Draw : dates;start 1904/01/01 (Calc) -Oracle Open Office Draw : dates;variable -Oracle Open Office Draw : dBASE -Oracle Open Office Draw : dBASE;database settings (Base) -Oracle Open Office Draw : DDE -Oracle Open Office Draw : DDE;definition -Oracle Open Office Draw : deactivating -Oracle Open Office Draw : deactivating;plug-ins -Oracle Open Office Draw : decimal places displayed (Calc) -Oracle Open Office Draw : decimal separator key -Oracle Open Office Draw : decimal tab stops -Oracle Open Office Draw : decreasing sizes of views -Oracle Open Office Draw : default directories -Oracle Open Office Draw : default filters -Oracle Open Office Draw : default filters;comparison operators -Oracle Open Office Draw : default filters;databases -Oracle Open Office Draw : default printer -Oracle Open Office Draw : default printer;setting up -Oracle Open Office Draw : default printer;UNIX -Oracle Open Office Draw : default templates -Oracle Open Office Draw : default templates;changing -Oracle Open Office Draw : default templates;organizing -Oracle Open Office Draw : defaults -Oracle Open Office Draw : defaults;documents -Oracle Open Office Draw : defaults;file formats in file dialogs -Oracle Open Office Draw : defaults;file formats in Oracle Open Office -Oracle Open Office Draw : defaults;fonts -Oracle Open Office Draw : defaults;grids (Writer/Calc) -Oracle Open Office Draw : defaults;languages -Oracle Open Office Draw : defaults;number formats -Oracle Open Office Draw : defaults;of saving -Oracle Open Office Draw : defaults;program configuration -Oracle Open Office Draw : defaults;tab stops in text -Oracle Open Office Draw : defaults;views -Oracle Open Office Draw : defining -Oracle Open Office Draw : defining;arrowheads and other line ends -Oracle Open Office Draw : defining;colors -Oracle Open Office Draw : defining;gradients -Oracle Open Office Draw : defining;line styles -Oracle Open Office Draw : defining;paragraph borders -Oracle Open Office Draw : defining;queries (Base) -Oracle Open Office Draw : defining;table borders -Oracle Open Office Draw : deleting -Oracle Open Office Draw : deleting;all direct formatting -Oracle Open Office Draw : deleting;animation effects -Oracle Open Office Draw : deleting;comments -Oracle Open Office Draw : deleting;databases (Base) -Oracle Open Office Draw : deleting;hyperlinks -Oracle Open Office Draw : deleting;layers -Oracle Open Office Draw : deleting;lines in text -Oracle Open Office Draw : deleting;models/instances -Oracle Open Office Draw : deleting;namespaces in XForms -Oracle Open Office Draw : deleting;points -Oracle Open Office Draw : deleting;slide transition effects -Oracle Open Office Draw : deleting;slides -Oracle Open Office Draw : deleting;tab stops -Oracle Open Office Draw : deleting;templates -Oracle Open Office Draw : deleting;XML filters -Oracle Open Office Draw : depth stagger -Oracle Open Office Draw : descriptions for objects -Oracle Open Office Draw : design mode after saving -Oracle Open Office Draw : design view -Oracle Open Office Draw : design view;creating forms -Oracle Open Office Draw : design view;queries/views (Base) -Oracle Open Office Draw : designing -Oracle Open Office Draw : designing;database tables -Oracle Open Office Draw : designing;fonts -Oracle Open Office Draw : designing;queries (Base) -Oracle Open Office Draw : detaching toolbars -Oracle Open Office Draw : dictionaries -Oracle Open Office Draw : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Draw : dictionaries;creating -Oracle Open Office Draw : dictionaries;editing user-defined -Oracle Open Office Draw : dictionaries;spellcheck -Oracle Open Office Draw : dictionaries, see also languages -Oracle Open Office Draw : digital signatures -Oracle Open Office Draw : digital signatures;getting/managing/applying -Oracle Open Office Draw : digital signatures;overview -Oracle Open Office Draw : digital signatures;WebDAV over HTTPS -Oracle Open Office Draw : dimension lines -Oracle Open Office Draw : dimension lines;drawing -Oracle Open Office Draw : dimension lines;properties of -Oracle Open Office Draw : direct formatting -Oracle Open Office Draw : direct formatting;undoing all -Oracle Open Office Draw : directories -Oracle Open Office Draw : directories;creating new -Oracle Open Office Draw : directories;directory structure -Oracle Open Office Draw : disabled persons -Oracle Open Office Draw : display qualities of presentations -Oracle Open Office Draw : displaying -Oracle Open Office Draw : displaying;comments (Calc) -Oracle Open Office Draw : displaying;comments in text documents -Oracle Open Office Draw : displaying;non-printing characters (Writer) -Oracle Open Office Draw : displaying;pictures and objects (Writer) -Oracle Open Office Draw : displaying;tables (Writer) -Oracle Open Office Draw : displaying;zero values (Calc) -Oracle Open Office Draw : distances -Oracle Open Office Draw : distinct values in SQL queries -Oracle Open Office Draw : distorting in drawings -Oracle Open Office Draw : distorting objects -Oracle Open Office Draw : distributing draw objects -Oracle Open Office Draw : distributing XML filters -Oracle Open Office Draw : docking -Oracle Open Office Draw : docking;definition -Oracle Open Office Draw : docking;toolbars -Oracle Open Office Draw : docking;windows -Oracle Open Office Draw : Document Converter Wizard -Oracle Open Office Draw : Document Map, see Navigator -Oracle Open Office Draw : document types in Oracle Open Office -Oracle Open Office Draw : documents -Oracle Open Office Draw : documents;changing titles -Oracle Open Office Draw : documents;closing -Oracle Open Office Draw : documents;comparing -Oracle Open Office Draw : documents;contents as lists -Oracle Open Office Draw : documents;editing time -Oracle Open Office Draw : documents;exporting -Oracle Open Office Draw : documents;importing -Oracle Open Office Draw : documents;languages -Oracle Open Office Draw : documents;measurement units in -Oracle Open Office Draw : documents;merging -Oracle Open Office Draw : documents;number of pages/tables/sheets -Oracle Open Office Draw : documents;opening -Oracle Open Office Draw : documents;opening in design mode -Oracle Open Office Draw : documents;opening with templates -Oracle Open Office Draw : documents;organizing -Oracle Open Office Draw : documents;printing -Oracle Open Office Draw : documents;read-only -Oracle Open Office Draw : documents;reloading -Oracle Open Office Draw : documents;saving -Oracle Open Office Draw : documents;saving automatically -Oracle Open Office Draw : documents;saving in other formats -Oracle Open Office Draw : documents;sending as e-mail -Oracle Open Office Draw : documents;styles changed -Oracle Open Office Draw : documents;version management -Oracle Open Office Draw : documents;version numbers -Oracle Open Office Draw : donut charts -Oracle Open Office Draw : dotted areas -Oracle Open Office Draw : double-line spacing in paragraphs -Oracle Open Office Draw : double-line writing in Asian layout -Oracle Open Office Draw : doubling draw objects -Oracle Open Office Draw : drag and drop -Oracle Open Office Draw : drag and drop;copying and pasting text -Oracle Open Office Draw : drag and drop;data source view -Oracle Open Office Draw : drag and drop;from Gallery to draw objects -Oracle Open Office Draw : drag and drop;overview -Oracle Open Office Draw : drag and drop;pictures -Oracle Open Office Draw : drag and drop;to Gallery -Oracle Open Office Draw : Draw instructions -Oracle Open Office Draw : draw objects -Oracle Open Office Draw : draw objects;adding/editing/copying -Oracle Open Office Draw : draw objects;anchoring -Oracle Open Office Draw : draw objects;arranging within stacks -Oracle Open Office Draw : draw objects;combining -Oracle Open Office Draw : draw objects;connecting lines to -Oracle Open Office Draw : draw objects;converting text to -Oracle Open Office Draw : draw objects;copying between documents -Oracle Open Office Draw : draw objects;cross-fading two objects -Oracle Open Office Draw : draw objects;displaying (Calc) -Oracle Open Office Draw : draw objects;dropping Gallery pictures -Oracle Open Office Draw : draw objects;duplicating -Oracle Open Office Draw : draw objects;flipping -Oracle Open Office Draw : draw objects;grouping -Oracle Open Office Draw : draw objects;legends -Oracle Open Office Draw : draw objects;positioning and resizing -Oracle Open Office Draw : draw objects;protecting -Oracle Open Office Draw : draw objects;rotating -Oracle Open Office Draw : draw objects;slanting -Oracle Open Office Draw : draw objects;text entry mode -Oracle Open Office Draw : draw objects;text in -Oracle Open Office Draw : drawing -Oracle Open Office Draw : drawing;3D objects -Oracle Open Office Draw : drawing;freeform lines -Oracle Open Office Draw : drawing;lines -Oracle Open Office Draw : drawing;sectors and segments -Oracle Open Office Draw : Drawing bar -Oracle Open Office Draw : drawing lines in text -Oracle Open Office Draw : drawings -Oracle Open Office Draw : drawings;creating/opening -Oracle Open Office Draw : drawings;languages -Oracle Open Office Draw : drawings;printing -Oracle Open Office Draw : drawings;printing defaults -Oracle Open Office Draw : drawings;printing in text documents -Oracle Open Office Draw : drawings;saving -Oracle Open Office Draw : drawings;saving automatically -Oracle Open Office Draw : drawings;saving in other formats -Oracle Open Office Draw : drawings;sending as e-mail -Oracle Open Office Draw : drawings;shortcut keys -Oracle Open Office Draw : drawings;showing (Writer) -Oracle Open Office Draw : drawings;zoom function in -Oracle Open Office Draw : drawings, see also draw objects -Oracle Open Office Draw : drop-down lists in form functions -Oracle Open Office Draw : duplicating draw objects -Oracle Open Office Draw : e-mail attachments -Oracle Open Office Draw : Edit File icon -Oracle Open Office Draw : edit mode -Oracle Open Office Draw : edit mode;after opening -Oracle Open Office Draw : edit mode;through Enter key (Calc) -Oracle Open Office Draw : Edit Points bar -Oracle Open Office Draw : editing -Oracle Open Office Draw : editing;chart axes -Oracle Open Office Draw : editing;chart data -Oracle Open Office Draw : editing;chart legends -Oracle Open Office Draw : editing;chart titles -Oracle Open Office Draw : editing;comments -Oracle Open Office Draw : editing;curves -Oracle Open Office Draw : editing;data binding of XForms -Oracle Open Office Draw : editing;database tables and queries -Oracle Open Office Draw : editing;draw objects -Oracle Open Office Draw : editing;fields -Oracle Open Office Draw : editing;Fontwork objects -Oracle Open Office Draw : editing;gradients -Oracle Open Office Draw : editing;guides and snap points -Oracle Open Office Draw : editing;hyperlinks -Oracle Open Office Draw : editing;menus -Oracle Open Office Draw : editing;objects -Oracle Open Office Draw : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Draw : editing;pictures -Oracle Open Office Draw : editing;reports -Oracle Open Office Draw : editing;shortcut keys -Oracle Open Office Draw : editing;slide titles -Oracle Open Office Draw : editing;tab stops -Oracle Open Office Draw : editing;templates -Oracle Open Office Draw : editing;titles -Oracle Open Office Draw : editing;toolbars -Oracle Open Office Draw : editing;undoing -Oracle Open Office Draw : editing;XForms -Oracle Open Office Draw : editing time of documents -Oracle Open Office Draw : editors -Oracle Open Office Draw : editors;formula editor -Oracle Open Office Draw : editors;ImageMap editor -Oracle Open Office Draw : effects -Oracle Open Office Draw : effects;animated slide transitions -Oracle Open Office Draw : effects;applying to/removing from objects -Oracle Open Office Draw : effects;font positions -Oracle Open Office Draw : effects;fonts -Oracle Open Office Draw : effects;Fontwork icons -Oracle Open Office Draw : effects;preview -Oracle Open Office Draw : effects;sounds -Oracle Open Office Draw : ellipses -Oracle Open Office Draw : ellipses;segments -Oracle Open Office Draw : ellipses;toolbars -Oracle Open Office Draw : empty documents -Oracle Open Office Draw : empty paragraph removal -Oracle Open Office Draw : encryption of contents -Oracle Open Office Draw : entering groups -Oracle Open Office Draw : entering text from right to left -Oracle Open Office Draw : equal sign, see also operators -Oracle Open Office Draw : equations in formula editor -Oracle Open Office Draw : error bars in charts -Oracle Open Office Draw : error indicators in charts -Oracle Open Office Draw : Error Report Tool -Oracle Open Office Draw : Euro -Oracle Open Office Draw : Euro;currency formats -Oracle Open Office Draw : Euro;Euro Converter Wizard -Oracle Open Office Draw : even/odd pages -Oracle Open Office Draw : even/odd pages;printing -Oracle Open Office Draw : events -Oracle Open Office Draw : events;assigning scripts -Oracle Open Office Draw : events;controls -Oracle Open Office Draw : events;customizing -Oracle Open Office Draw : events;in forms -Oracle Open Office Draw : Excel -Oracle Open Office Draw : Excel;saving as -Oracle Open Office Draw : Excel;search criteria -Oracle Open Office Draw : exceptions -Oracle Open Office Draw : exceptions;user-defined dictionaries -Oracle Open Office Draw : exchanging, see also replacing -Oracle Open Office Draw : executing SQL commands -Oracle Open Office Draw : exiting -Oracle Open Office Draw : exiting;by clicking objects -Oracle Open Office Draw : exiting;groups -Oracle Open Office Draw : exiting;Oracle Open Office -Oracle Open Office Draw : expanding -Oracle Open Office Draw : expanding;slides -Oracle Open Office Draw : expanding formatting (Calc) -Oracle Open Office Draw : explorer of data sources -Oracle Open Office Draw : export filters -Oracle Open Office Draw : exporting -Oracle Open Office Draw : exporting;animations to GIF format -Oracle Open Office Draw : exporting;bitmaps -Oracle Open Office Draw : exporting;HTML and text documents -Oracle Open Office Draw : exporting;Microsoft Office documents with VBA code -Oracle Open Office Draw : exporting;presentations to HTML -Oracle Open Office Draw : exporting;spreadsheets to text format -Oracle Open Office Draw : exporting;templates -Oracle Open Office Draw : exporting;to foreign formats -Oracle Open Office Draw : exporting;to HTML -Oracle Open Office Draw : exporting;to Macromedia Flash format -Oracle Open Office Draw : exporting;to Microsoft Office formats -Oracle Open Office Draw : exporting;to PDF -Oracle Open Office Draw : exporting;to PostScript format -Oracle Open Office Draw : exporting;to XML -Oracle Open Office Draw : exporting;XML files -Oracle Open Office Draw : extended tips in Help -Oracle Open Office Draw : extension mode in text -Oracle Open Office Draw : extensions -Oracle Open Office Draw : extensions;Extension Manager -Oracle Open Office Draw : extensions;file formats -Oracle Open Office Draw : external keys (Base) -Oracle Open Office Draw : extrusion objects -Oracle Open Office Draw : eyedropper tool -Oracle Open Office Draw : faster printing -Oracle Open Office Draw : faxes -Oracle Open Office Draw : faxes;configuring Oracle Open Office -Oracle Open Office Draw : faxes;fax programs/fax printers under UNIX -Oracle Open Office Draw : faxes;selecting a fax machine -Oracle Open Office Draw : faxes;sending -Oracle Open Office Draw : faxes;wizards -Oracle Open Office Draw : feedback -Oracle Open Office Draw : feedback;automatically -Oracle Open Office Draw : fields -Oracle Open Office Draw : fields;authors -Oracle Open Office Draw : fields;database tables -Oracle Open Office Draw : fields;dates (fixed) -Oracle Open Office Draw : fields;dates (variable) -Oracle Open Office Draw : fields;displaying field codes (Writer) -Oracle Open Office Draw : fields;editing -Oracle Open Office Draw : fields;file names -Oracle Open Office Draw : fields;formatted fields -Oracle Open Office Draw : fields;formatting -Oracle Open Office Draw : fields;in slides -Oracle Open Office Draw : fields;page numbers -Oracle Open Office Draw : fields;times (fixed) -Oracle Open Office Draw : fields;times (variable) -Oracle Open Office Draw : fields;updating automatically (Writer) -Oracle Open Office Draw : file associations for Microsoft Office -Oracle Open Office Draw : file filters -Oracle Open Office Draw : file filters;mobile devices -Oracle Open Office Draw : file filters;XML -Oracle Open Office Draw : file formats -Oracle Open Office Draw : file formats;changing Oracle Open Office defaults -Oracle Open Office Draw : file formats;OpenDocument/XML -Oracle Open Office Draw : file formats;saving always in other formats -Oracle Open Office Draw : file selection button -Oracle Open Office Draw : file sharing options for current document -Oracle Open Office Draw : files -Oracle Open Office Draw : files;filters and formats -Oracle Open Office Draw : files;importing -Oracle Open Office Draw : files;inserting -Oracle Open Office Draw : files;inserting pictures -Oracle Open Office Draw : files;opening -Oracle Open Office Draw : files;opening with placeholders -Oracle Open Office Draw : files;properties -Oracle Open Office Draw : files;saving -Oracle Open Office Draw : files;saving automatically -Oracle Open Office Draw : files;saving in other formats -Oracle Open Office Draw : files;sending as e-mail -Oracle Open Office Draw : files;version numbers -Oracle Open Office Draw : files and folders in Oracle Open Office -Oracle Open Office Draw : fill characters with tabulators -Oracle Open Office Draw : fill colors for areas -Oracle Open Office Draw : fill format mode -Oracle Open Office Draw : fill format mode;styles -Oracle Open Office Draw : fill patterns for areas -Oracle Open Office Draw : filter conditions -Oracle Open Office Draw : filter conditions;connecting -Oracle Open Office Draw : filter conditions;in queries (Base) -Oracle Open Office Draw : filtering -Oracle Open Office Draw : filtering;data in databases -Oracle Open Office Draw : filtering;data in forms -Oracle Open Office Draw : filters -Oracle Open Office Draw : filters;comparison operators -Oracle Open Office Draw : filters;for import and export -Oracle Open Office Draw : filters;Navigator -Oracle Open Office Draw : filters;pictures -Oracle Open Office Draw : filters;XML filter settings -Oracle Open Office Draw : Find tab in Help -Oracle Open Office Draw : finding -Oracle Open Office Draw : finding;in all sheets -Oracle Open Office Draw : finding;records in form documents -Oracle Open Office Draw : finding;selections -Oracle Open Office Draw : finding;similarity search -Oracle Open Office Draw : fitting to pages -Oracle Open Office Draw : fitting to pages;individual slides -Oracle Open Office Draw : fitting to pages;print settings in Math -Oracle Open Office Draw : fitting to pages;print settings in presentations -Oracle Open Office Draw : fixed text -Oracle Open Office Draw : fixed text;form functions -Oracle Open Office Draw : fixing toolbars -Oracle Open Office Draw : flipping around a flip line -Oracle Open Office Draw : flipping draw objects -Oracle Open Office Draw : floating frames in HTML documents -Oracle Open Office Draw : floating text -Oracle Open Office Draw : floating toolbars -Oracle Open Office Draw : flowcharts -Oracle Open Office Draw : focus of controls -Oracle Open Office Draw : folder creation -Oracle Open Office Draw : font lists -Oracle Open Office Draw : font name box -Oracle Open Office Draw : font sizes -Oracle Open Office Draw : font sizes;bullets -Oracle Open Office Draw : font sizes;relative changes -Oracle Open Office Draw : font sizes;scaling on screen -Oracle Open Office Draw : font sizes;text -Oracle Open Office Draw : fonts -Oracle Open Office Draw : fonts;adding under UNIX -Oracle Open Office Draw : fonts;changing in templates -Oracle Open Office Draw : fonts;colors -Oracle Open Office Draw : fonts;default settings -Oracle Open Office Draw : fonts;effects -Oracle Open Office Draw : fonts;for HTML and Basic -Oracle Open Office Draw : fonts;formats -Oracle Open Office Draw : fonts;outlines -Oracle Open Office Draw : fonts;positions in text -Oracle Open Office Draw : fonts;shadows -Oracle Open Office Draw : fonts;specifying several -Oracle Open Office Draw : fonts;strikethrough -Oracle Open Office Draw : fonts;styles -Oracle Open Office Draw : fonts;text objects -Oracle Open Office Draw : Fontwork icons -Oracle Open Office Draw : footers -Oracle Open Office Draw : footers;backgrounds -Oracle Open Office Draw : footers;slide masters -Oracle Open Office Draw : footers;slides -Oracle Open Office Draw : form controls -Oracle Open Office Draw : form controls;assigning macros -Oracle Open Office Draw : form controls;protecting -Oracle Open Office Draw : form controls;toolbars -Oracle Open Office Draw : form fields -Oracle Open Office Draw : form filters -Oracle Open Office Draw : Form Navigator -Oracle Open Office Draw : format codes -Oracle Open Office Draw : format codes;numbers -Oracle Open Office Draw : format filling printing in Oracle Open Office Math -Oracle Open Office Draw : Format Paintbrush -Oracle Open Office Draw : formats -Oracle Open Office Draw : formats;Asian layout -Oracle Open Office Draw : formats;fonts -Oracle Open Office Draw : formats;maximizing page formats -Oracle Open Office Draw : formats;number and currency formats -Oracle Open Office Draw : formats;of currencies/date/time -Oracle Open Office Draw : formats;on opening and saving -Oracle Open Office Draw : formats;pasting in special formats -Oracle Open Office Draw : formats;positions -Oracle Open Office Draw : formats;tabulators -Oracle Open Office Draw : formatted fields -Oracle Open Office Draw : formatted fields;form functions -Oracle Open Office Draw : formatted fields;properties -Oracle Open Office Draw : formatting -Oracle Open Office Draw : formatting;Asian typography -Oracle Open Office Draw : formatting;axes in charts -Oracle Open Office Draw : formatting;chart areas -Oracle Open Office Draw : formatting;chart floors -Oracle Open Office Draw : formatting;chart legends -Oracle Open Office Draw : formatting;chart titles -Oracle Open Office Draw : formatting;chart walls -Oracle Open Office Draw : formatting;copying -Oracle Open Office Draw : formatting;definition -Oracle Open Office Draw : formatting;expanding (Calc) -Oracle Open Office Draw : formatting;fields -Oracle Open Office Draw : formatting;font effects -Oracle Open Office Draw : formatting;hyperlinks -Oracle Open Office Draw : formatting;pages -Oracle Open Office Draw : formatting;printer metrics (Writer) -Oracle Open Office Draw : formatting;slides -Oracle Open Office Draw : formatting;slides headings -Oracle Open Office Draw : formatting;undoing -Oracle Open Office Draw : formatting;undoing when writing -Oracle Open Office Draw : forms -Oracle Open Office Draw : forms;browsing -Oracle Open Office Draw : forms;Combo Box/List Box Wizard -Oracle Open Office Draw : forms;creating -Oracle Open Office Draw : forms;data -Oracle Open Office Draw : forms;designing (Base) -Oracle Open Office Draw : forms;events -Oracle Open Office Draw : forms;filtering data -Oracle Open Office Draw : forms;finding records -Oracle Open Office Draw : forms;focus after opening -Oracle Open Office Draw : forms;general information (Base) -Oracle Open Office Draw : forms;grouping controls -Oracle Open Office Draw : forms;HTML filters -Oracle Open Office Draw : forms;inserting -Oracle Open Office Draw : forms;Navigator -Oracle Open Office Draw : forms;opening in design mode -Oracle Open Office Draw : forms;properties -Oracle Open Office Draw : forms;sorting data -Oracle Open Office Draw : forms;subforms -Oracle Open Office Draw : forms;wizards -Oracle Open Office Draw : forms;XForms -Oracle Open Office Draw : formula texts -Oracle Open Office Draw : formula texts;printing in Oracle Open Office Math -Oracle Open Office Draw : formulas -Oracle Open Office Draw : formulas;new -Oracle Open Office Draw : formulas;starting formula editor -Oracle Open Office Draw : formulas in reports -Oracle Open Office Draw : formulas in reports;editing -Oracle Open Office Draw : forums and support -Oracle Open Office Draw : frames -Oracle Open Office Draw : frames;around paragraphs -Oracle Open Office Draw : frames;around tables -Oracle Open Office Draw : frames;AutoCorrect function -Oracle Open Office Draw : frames;backgrounds -Oracle Open Office Draw : frames;captions (Writer) -Oracle Open Office Draw : frames;printing in Oracle Open Office Math -Oracle Open Office Draw : frames;protecting -Oracle Open Office Draw : frames;selection frames -Oracle Open Office Draw : frames;text fitting to frames -Oracle Open Office Draw : freeform lines -Oracle Open Office Draw : freeform lines;draw functions -Oracle Open Office Draw : freeform lines;drawing -Oracle Open Office Draw : FTP -Oracle Open Office Draw : FTP;opening documents -Oracle Open Office Draw : FTP;saving documents -Oracle Open Office Draw : full joins (Base) -Oracle Open Office Draw : full screen view -Oracle Open Office Draw : full-text search in Help -Oracle Open Office Draw : functions in reports -Oracle Open Office Draw : functions in reports;editing -Oracle Open Office Draw : Gallery -Oracle Open Office Draw : Gallery;adding pictures -Oracle Open Office Draw : Gallery;dragging pictures to draw objects -Oracle Open Office Draw : Gallery;hiding/showing -Oracle Open Office Draw : Gallery;inserting pictures from -Oracle Open Office Draw : geometric forms -Oracle Open Office Draw : get method for form transmissions -Oracle Open Office Draw : getting support -Oracle Open Office Draw : GIF format -Oracle Open Office Draw : GIF images -Oracle Open Office Draw : GIF images;animating -Oracle Open Office Draw : GIF images;replacing colors -Oracle Open Office Draw : glossaries -Oracle Open Office Draw : glossaries;common terms -Oracle Open Office Draw : glossaries;Internet terms -Oracle Open Office Draw : glue points -Oracle Open Office Draw : glue points;using -Oracle Open Office Draw : gradients -Oracle Open Office Draw : gradients;applying and defining -Oracle Open Office Draw : gradients;defining colors -Oracle Open Office Draw : gradients;loading lists -Oracle Open Office Draw : gradients;transparent -Oracle Open Office Draw : gradients off for faster printing -Oracle Open Office Draw : graphic objects, see draw objects -Oracle Open Office Draw : graphical text art -Oracle Open Office Draw : graphics -Oracle Open Office Draw : graphics;cache -Oracle Open Office Draw : graphics;protecting -Oracle Open Office Draw : graphics, see also pictures -Oracle Open Office Draw : grayscale display -Oracle Open Office Draw : grayscale printing -Oracle Open Office Draw : grid controls -Oracle Open Office Draw : grid controls;form functions -Oracle Open Office Draw : grids -Oracle Open Office Draw : grids;defaults (Writer/Calc) -Oracle Open Office Draw : grids;display options (Impress/Draw) -Oracle Open Office Draw : grids;displaying lines (Calc) -Oracle Open Office Draw : grids;formatting axes -Oracle Open Office Draw : grids;inserting in charts -Oracle Open Office Draw : group box creation -Oracle Open Office Draw : grouping -Oracle Open Office Draw : grouping;draw objects -Oracle Open Office Draw : groups -Oracle Open Office Draw : groups;entering/exiting/ungrouping -Oracle Open Office Draw : groups;naming -Oracle Open Office Draw : groups;of controls -Oracle Open Office Draw : guides -Oracle Open Office Draw : guides;display options (Impress/Draw) -Oracle Open Office Draw : guides;displaying when moving objects (Impress) -Oracle Open Office Draw : guides;editing -Oracle Open Office Draw : guides;inserting -Oracle Open Office Draw : guides;show snap lines icon -Oracle Open Office Draw : guides;showing (Calc) -Oracle Open Office Draw : guides;showing when moving frames (Writer) -Oracle Open Office Draw : gutter -Oracle Open Office Draw : half-spheres -Oracle Open Office Draw : hand icon for moving slides -Oracle Open Office Draw : handles -Oracle Open Office Draw : handles;displaying (Writer) -Oracle Open Office Draw : handles;large -Oracle Open Office Draw : handles;scaling -Oracle Open Office Draw : handles;showing simple/large handles (Calc) -Oracle Open Office Draw : handles;simple -Oracle Open Office Draw : handout printing -Oracle Open Office Draw : Hangul/Hanja -Oracle Open Office Draw : hatching -Oracle Open Office Draw : hatching -Oracle Open Office Draw : hatching;loading lists -Oracle Open Office Draw : headers -Oracle Open Office Draw : headers;backgrounds -Oracle Open Office Draw : headers and footers -Oracle Open Office Draw : headers and footers;master layouts -Oracle Open Office Draw : headers and footers;slide masters -Oracle Open Office Draw : headers and footers;slides -Oracle Open Office Draw : headings -Oracle Open Office Draw : headings;entering as text box -Oracle Open Office Draw : Hebrew -Oracle Open Office Draw : Hebrew;entering text -Oracle Open Office Draw : Hebrew;language settings -Oracle Open Office Draw : Help -Oracle Open Office Draw : Help;bookmarks -Oracle Open Office Draw : Help;extended tips on/off -Oracle Open Office Draw : Help;full-text search -Oracle Open Office Draw : Help;Help tips -Oracle Open Office Draw : Help;keywords -Oracle Open Office Draw : Help;navigation pane showing/hiding -Oracle Open Office Draw : Help;style sheets -Oracle Open Office Draw : Help;topics -Oracle Open Office Draw : Help Agent -Oracle Open Office Draw : Help Agent;help -Oracle Open Office Draw : Help Agent;options -Oracle Open Office Draw : Help tips -Oracle Open Office Draw : Help tips;hiding -Oracle Open Office Draw : hidden controls in Form Navigator -Oracle Open Office Draw : hidden fields display (Writer) -Oracle Open Office Draw : hidden pages -Oracle Open Office Draw : hidden pages;printing in presentations -Oracle Open Office Draw : hidden pages;showing -Oracle Open Office Draw : hidden text -Oracle Open Office Draw : hidden text;showing (Writer) -Oracle Open Office Draw : hiding -Oracle Open Office Draw : hiding;changes -Oracle Open Office Draw : hiding;chart legends -Oracle Open Office Draw : hiding;docked windows -Oracle Open Office Draw : hiding;layers -Oracle Open Office Draw : hiding;levels -Oracle Open Office Draw : hiding;navigation pane in Help window -Oracle Open Office Draw : hiding;slides -Oracle Open Office Draw : hiding;subpoints -Oracle Open Office Draw : high contrast mode -Oracle Open Office Draw : Hindi -Oracle Open Office Draw : Hindi;entering text -Oracle Open Office Draw : Hindi;language settings -Oracle Open Office Draw : horizontal scrollbars (Writer) -Oracle Open Office Draw : hot spots in flowcharts -Oracle Open Office Draw : hotspots -Oracle Open Office Draw : HowTos for charts -Oracle Open Office Draw : Howtos for Draw -Oracle Open Office Draw : HTML -Oracle Open Office Draw : HTML;definition -Oracle Open Office Draw : HTML;export character set -Oracle Open Office Draw : HTML;exporting from presentations -Oracle Open Office Draw : HTML;fonts for source display -Oracle Open Office Draw : HTML;importing into presentations -Oracle Open Office Draw : HTML;importing META tags -Oracle Open Office Draw : HTML;inserting files -Oracle Open Office Draw : HTML;live presentations -Oracle Open Office Draw : HTML documents -Oracle Open Office Draw : HTML documents;auto reloading -Oracle Open Office Draw : HTML documents;importing/exporting -Oracle Open Office Draw : HTML documents;META tags in -Oracle Open Office Draw : HTML documents;new -Oracle Open Office Draw : HTML documents;source text -Oracle Open Office Draw : hyperlinks -Oracle Open Office Draw : hyperlinks;assigning macros -Oracle Open Office Draw : hyperlinks;character formats -Oracle Open Office Draw : hyperlinks;definition -Oracle Open Office Draw : hyperlinks;deleting -Oracle Open Office Draw : hyperlinks;editing -Oracle Open Office Draw : hyperlinks;inserting -Oracle Open Office Draw : hyperlinks;relative and absolute -Oracle Open Office Draw : hyperlinks;turning off automatic recognition -Oracle Open Office Draw : hyperlinks, see also links -Oracle Open Office Draw : hyphenation -Oracle Open Office Draw : hyphenation;activating for a language -Oracle Open Office Draw : hyphenation;minimal number of characters -Oracle Open Office Draw : hyphens -Oracle Open Office Draw : hyphens;displaying custom (Writer) -Oracle Open Office Draw : hyphens;inserting custom -Oracle Open Office Draw : icon bars, see toolbars -Oracle Open Office Draw : icon sizes -Oracle Open Office Draw : ignore list for spellcheck -Oracle Open Office Draw : illumination -Oracle Open Office Draw : illumination;3D charts -Oracle Open Office Draw : illustrations, see pictures -Oracle Open Office Draw : image button creation -Oracle Open Office Draw : image control creation -Oracle Open Office Draw : ImageMap -Oracle Open Office Draw : ImageMap;definition -Oracle Open Office Draw : ImageMap;editor -Oracle Open Office Draw : images -Oracle Open Office Draw : images;ImageMap -Oracle Open Office Draw : images;inserting -Oracle Open Office Draw : images;inserting and editing bitmaps -Oracle Open Office Draw : images, see also pictures -Oracle Open Office Draw : IME -Oracle Open Office Draw : IME;definition -Oracle Open Office Draw : IME;showing/hiding -Oracle Open Office Draw : import filters -Oracle Open Office Draw : import restrictions for Microsoft Office -Oracle Open Office Draw : importing -Oracle Open Office Draw : importing;bitmaps -Oracle Open Office Draw : importing;compatibility settings for text import -Oracle Open Office Draw : importing;databases -Oracle Open Office Draw : importing;documents in other formats -Oracle Open Office Draw : importing;from XML -Oracle Open Office Draw : importing;HTML and text documents -Oracle Open Office Draw : importing;HTML with META tags -Oracle Open Office Draw : importing;Microsoft Office documents with VBA code -Oracle Open Office Draw : importing;presentations with HTML -Oracle Open Office Draw : importing;tables in text format -Oracle Open Office Draw : importing;templates -Oracle Open Office Draw : improvement program -Oracle Open Office Draw : in front of object command -Oracle Open Office Draw : inches -Oracle Open Office Draw : including spreadsheets -Oracle Open Office Draw : increasing sizes of views -Oracle Open Office Draw : Index tab in Help -Oracle Open Office Draw : indexes -Oracle Open Office Draw : indexes;backgrounds -Oracle Open Office Draw : indexes;showing/hiding Help index tab -Oracle Open Office Draw : indicator lines in text -Oracle Open Office Draw : inner joins (Base) -Oracle Open Office Draw : input method window -Oracle Open Office Draw : insert mode for entering text -Oracle Open Office Draw : inserting -Oracle Open Office Draw : inserting;3D objects -Oracle Open Office Draw : inserting;arrows -Oracle Open Office Draw : inserting;buttons in toolbars -Oracle Open Office Draw : inserting;callouts in presentations -Oracle Open Office Draw : inserting;cell ranges from spreadsheets -Oracle Open Office Draw : inserting;charts -Oracle Open Office Draw : inserting;clipboard options -Oracle Open Office Draw : inserting;columns -Oracle Open Office Draw : inserting;comments -Oracle Open Office Draw : inserting;data from text documents -Oracle Open Office Draw : inserting;datasource records in spreadsheets -Oracle Open Office Draw : inserting;drawings -Oracle Open Office Draw : inserting;ellipses -Oracle Open Office Draw : inserting;files -Oracle Open Office Draw : inserting;floating frames -Oracle Open Office Draw : inserting;Fontwork objects -Oracle Open Office Draw : inserting;form fields -Oracle Open Office Draw : inserting;headers/footers in all slides -Oracle Open Office Draw : inserting;hyperlinks -Oracle Open Office Draw : inserting;layers -Oracle Open Office Draw : inserting;line breaks in cells -Oracle Open Office Draw : inserting;lines -Oracle Open Office Draw : inserting;movies/sounds -Oracle Open Office Draw : inserting;new text tables defaults -Oracle Open Office Draw : inserting;objects from files -Oracle Open Office Draw : inserting;objects from Gallery -Oracle Open Office Draw : inserting;OLE objects -Oracle Open Office Draw : inserting;paragraph borders -Oracle Open Office Draw : inserting;paragraph bullets -Oracle Open Office Draw : inserting;pictures -Oracle Open Office Draw : inserting;pictures in Gallery -Oracle Open Office Draw : inserting;plug-ins -Oracle Open Office Draw : inserting;polygons -Oracle Open Office Draw : inserting;push buttons -Oracle Open Office Draw : inserting;rectangles -Oracle Open Office Draw : inserting;rows -Oracle Open Office Draw : inserting;slides -Oracle Open Office Draw : inserting;slides as links -Oracle Open Office Draw : inserting;slides from files -Oracle Open Office Draw : inserting;special characters -Oracle Open Office Draw : inserting;tab stops -Oracle Open Office Draw : inserting;text frames -Oracle Open Office Draw : inserting;text in presentations -Oracle Open Office Draw : inserting;textures on chart bars -Oracle Open Office Draw : installing -Oracle Open Office Draw : installing;ActiveX control -Oracle Open Office Draw : installing;mobile device filters -Oracle Open Office Draw : installing;UNO components -Oracle Open Office Draw : installing;XML filters -Oracle Open Office Draw : instructions -Oracle Open Office Draw : instructions;general -Oracle Open Office Draw : instructions;Oracle Open Office Draw -Oracle Open Office Draw : instructions;Oracle Open Office Impress -Oracle Open Office Draw : interactions -Oracle Open Office Draw : interactions;hot spots -Oracle Open Office Draw : interactions;objects in interactive presentations -Oracle Open Office Draw : interactions;preview -Oracle Open Office Draw : Internet -Oracle Open Office Draw : Internet;checking for updates -Oracle Open Office Draw : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Draw : Internet;presentations -Oracle Open Office Draw : Internet;starting searches -Oracle Open Office Draw : Internet glossary -Oracle Open Office Draw : intersecting draw objects -Oracle Open Office Draw : invert filter -Oracle Open Office Draw : invisible areas -Oracle Open Office Draw : italic text -Oracle Open Office Draw : iterative references in spreadsheets -Oracle Open Office Draw : Java -Oracle Open Office Draw : Java;definition -Oracle Open Office Draw : Java;setting options -Oracle Open Office Draw : JDBC -Oracle Open Office Draw : JDBC;databases (Base) -Oracle Open Office Draw : JDBC;definition -Oracle Open Office Draw : joining -Oracle Open Office Draw : joining;3D objects -Oracle Open Office Draw : joining;paragraphs -Oracle Open Office Draw : joining;tables (Base) -Oracle Open Office Draw : joins in databases (Base) -Oracle Open Office Draw : justifying text -Oracle Open Office Draw : kerning -Oracle Open Office Draw : kerning;Asian texts -Oracle Open Office Draw : kerning;definition -Oracle Open Office Draw : kerning;in characters -Oracle Open Office Draw : key fields for relations (Base) -Oracle Open Office Draw : keyboard -Oracle Open Office Draw : keyboard;assigning/editing shortcut keys -Oracle Open Office Draw : keyboard;general commands -Oracle Open Office Draw : keyboard;removing numbering -Oracle Open Office Draw : keyboard;zooming -Oracle Open Office Draw : keys -Oracle Open Office Draw : keys;adding push buttons -Oracle Open Office Draw : keys;primary keys (Base) -Oracle Open Office Draw : kiosk export -Oracle Open Office Draw : labels -Oracle Open Office Draw : labels;creating and synchronizing -Oracle Open Office Draw : labels;for charts -Oracle Open Office Draw : labels;for draw objects -Oracle Open Office Draw : labels;form functions -Oracle Open Office Draw : labels;from databases -Oracle Open Office Draw : labels, see also names/callouts -Oracle Open Office Draw : languages -Oracle Open Office Draw : languages;activating modules -Oracle Open Office Draw : languages;Asian support -Oracle Open Office Draw : languages;complex text layout -Oracle Open Office Draw : languages;locale settings -Oracle Open Office Draw : languages;selecting for text -Oracle Open Office Draw : languages;setting options -Oracle Open Office Draw : languages;spellcheck -Oracle Open Office Draw : languages;spellchecking and formatting -Oracle Open Office Draw : large handles (Writer) -Oracle Open Office Draw : large icons -Oracle Open Office Draw : layer arrangement -Oracle Open Office Draw : layers -Oracle Open Office Draw : layers;definition -Oracle Open Office Draw : layers;deleting -Oracle Open Office Draw : layers;inserting and editing -Oracle Open Office Draw : layers;moving objects -Oracle Open Office Draw : layers;renaming -Oracle Open Office Draw : layers;working with -Oracle Open Office Draw : layout -Oracle Open Office Draw : layout;importing Word documents -Oracle Open Office Draw : layout;pages -Oracle Open Office Draw : layout;printing handouts -Oracle Open Office Draw : LDAP server -Oracle Open Office Draw : LDAP server;address books (Base) -Oracle Open Office Draw : LDAP server;sign on options -Oracle Open Office Draw : leading between paragraphs -Oracle Open Office Draw : left alignment of paragraphs -Oracle Open Office Draw : left joins (Base) -Oracle Open Office Draw : legends -Oracle Open Office Draw : legends;charts -Oracle Open Office Draw : legends;draw objects -Oracle Open Office Draw : legends;drawings -Oracle Open Office Draw : legends;rounding corners -Oracle Open Office Draw : Letter Wizard -Oracle Open Office Draw : levels -Oracle Open Office Draw : levels;depth stagger -Oracle Open Office Draw : levels;hiding -Oracle Open Office Draw : levels;macro security -Oracle Open Office Draw : levels;showing -Oracle Open Office Draw : limits of tables (Writer) -Oracle Open Office Draw : line breaks -Oracle Open Office Draw : line breaks;in cells -Oracle Open Office Draw : line charts -Oracle Open Office Draw : line spacing -Oracle Open Office Draw : line spacing;context menu in paragraphs -Oracle Open Office Draw : line spacing;paragraph -Oracle Open Office Draw : line styles -Oracle Open Office Draw : line styles;applying -Oracle Open Office Draw : line styles;defining -Oracle Open Office Draw : line styles;loading -Oracle Open Office Draw : lines -Oracle Open Office Draw : lines;about line ends -Oracle Open Office Draw : lines;connecting objects -Oracle Open Office Draw : lines;defining ends -Oracle Open Office Draw : lines;draw functions -Oracle Open Office Draw : lines;drawing -Oracle Open Office Draw : lines;drawing in text -Oracle Open Office Draw : lines;editing points -Oracle Open Office Draw : lines;inserting -Oracle Open Office Draw : lines;removing automatic lines -Oracle Open Office Draw : lines of text -Oracle Open Office Draw : lines of text;alignment -Oracle Open Office Draw : links -Oracle Open Office Draw : links;between cells and controls -Oracle Open Office Draw : links;by drag and drop -Oracle Open Office Draw : links;character formats -Oracle Open Office Draw : links;definition -Oracle Open Office Draw : links;editing hyperlinks -Oracle Open Office Draw : links;inserting -Oracle Open Office Draw : links;modifying -Oracle Open Office Draw : links;opening files with -Oracle Open Office Draw : links;relational databases (Base) -Oracle Open Office Draw : links;turning off automatic recognition -Oracle Open Office Draw : links;updating options (Writer) -Oracle Open Office Draw : links;updating specific links -Oracle Open Office Draw : list box creation -Oracle Open Office Draw : lists -Oracle Open Office Draw : lists;animations -Oracle Open Office Draw : lists;data assigned to controls -Oracle Open Office Draw : lists;registered databases (Base) -Oracle Open Office Draw : lists;regular expressions -Oracle Open Office Draw : live presentations on the Internet -Oracle Open Office Draw : loading -Oracle Open Office Draw : loading;arrow and line styles -Oracle Open Office Draw : loading;colors/gradients/hatchings -Oracle Open Office Draw : loading;documents -Oracle Open Office Draw : loading;documents from other formats -Oracle Open Office Draw : loading;HTML documents, automatically -Oracle Open Office Draw : loading;Microsoft Office documents with VBA code -Oracle Open Office Draw : loading;reloading -Oracle Open Office Draw : loading;XML files -Oracle Open Office Draw : locale settings -Oracle Open Office Draw : locking layers -Oracle Open Office Draw : logarithmic scaling along axes -Oracle Open Office Draw : lowercase letters -Oracle Open Office Draw : lowercase letters;font effects -Oracle Open Office Draw : Macro Wizard (Base) -Oracle Open Office Draw : Macromedia Flash export -Oracle Open Office Draw : macros -Oracle Open Office Draw : macros;assigning to events in forms -Oracle Open Office Draw : macros;attaching new (Base) -Oracle Open Office Draw : macros;in MS Office documents -Oracle Open Office Draw : macros;interrupting -Oracle Open Office Draw : macros;organizing -Oracle Open Office Draw : macros;recording -Oracle Open Office Draw : macros;running in presentations -Oracle Open Office Draw : macros;security -Oracle Open Office Draw : macros;security levels -Oracle Open Office Draw : macros;security warning dialog -Oracle Open Office Draw : macros;selecting security warnings -Oracle Open Office Draw : magnetic lines in presentations -Oracle Open Office Draw : magnifiers -Oracle Open Office Draw : margins -Oracle Open Office Draw : margins;pages -Oracle Open Office Draw : margins;setting with the mouse -Oracle Open Office Draw : margins;shadows -Oracle Open Office Draw : marking changes -Oracle Open Office Draw : marking, see selecting -Oracle Open Office Draw : master layouts with headers and footers -Oracle Open Office Draw : master pages, see slide masters -Oracle Open Office Draw : master views -Oracle Open Office Draw : Math formula editor -Oracle Open Office Draw : mean value lines in charts -Oracle Open Office Draw : measurement units -Oracle Open Office Draw : measurement units;changing on rulers -Oracle Open Office Draw : measurement units;converting -Oracle Open Office Draw : measurement units;selecting -Oracle Open Office Draw : Media Player window -Oracle Open Office Draw : menus -Oracle Open Office Draw : menus;activating context menus -Oracle Open Office Draw : menus;assigning macros -Oracle Open Office Draw : menus;customizing -Oracle Open Office Draw : merging -Oracle Open Office Draw : merging;documents -Oracle Open Office Draw : merging;draw objects -Oracle Open Office Draw : META tags -Oracle Open Office Draw : metafiles -Oracle Open Office Draw : metafiles;converting to -Oracle Open Office Draw : metafiles;replacing colors -Oracle Open Office Draw : metrics -Oracle Open Office Draw : metrics;converting -Oracle Open Office Draw : metrics;document formatting (Writer) -Oracle Open Office Draw : metrics;in sheets -Oracle Open Office Draw : Microsoft Office -Oracle Open Office Draw : Microsoft Office;Access databases (base) -Oracle Open Office Draw : Microsoft Office;as default file format -Oracle Open Office Draw : Microsoft Office;document import restrictions -Oracle Open Office Draw : Microsoft Office;feature comparisons -Oracle Open Office Draw : Microsoft Office;importing password protected files -Oracle Open Office Draw : Microsoft Office;importing Word documents -Oracle Open Office Draw : Microsoft Office;importing/exporting VBA code -Oracle Open Office Draw : Microsoft Office;new users information -Oracle Open Office Draw : Microsoft Office;opening Microsoft documents -Oracle Open Office Draw : Microsoft Office;reassigning document types -Oracle Open Office Draw : migrating macros (Base) -Oracle Open Office Draw : mirroring objects -Oracle Open Office Draw : mobile device filters -Oracle Open Office Draw : models in XForms -Oracle Open Office Draw : modifying, see changing -Oracle Open Office Draw : more controls -Oracle Open Office Draw : mosaic filter -Oracle Open Office Draw : motion paths -Oracle Open Office Draw : mouse -Oracle Open Office Draw : mouse;pointers when using drag and drop -Oracle Open Office Draw : mouse;positioning -Oracle Open Office Draw : movies -Oracle Open Office Draw : moving -Oracle Open Office Draw : moving;between layers -Oracle Open Office Draw : moving;objects in slides -Oracle Open Office Draw : moving;tab stops on ruler -Oracle Open Office Draw : moving;toolbars -Oracle Open Office Draw : moving;using guide lines in presentations -Oracle Open Office Draw : MS ADO interface (Base) -Oracle Open Office Draw : multi-line titles in forms -Oracle Open Office Draw : multiple documents -Oracle Open Office Draw : multiple documents;opening -Oracle Open Office Draw : multiple monitors -Oracle Open Office Draw : multiple selection -Oracle Open Office Draw : multiplying draw objects -Oracle Open Office Draw : music -Oracle Open Office Draw : My Documents folder -Oracle Open Office Draw : My Documents folder;changing work directory -Oracle Open Office Draw : My Documents folder;opening -Oracle Open Office Draw : MySQL databases (Base) -Oracle Open Office Draw : names -Oracle Open Office Draw : names;multi-line titles -Oracle Open Office Draw : names;objects -Oracle Open Office Draw : names, see also labels/callouts -Oracle Open Office Draw : namespace organization in XForms -Oracle Open Office Draw : native SQL (Base) -Oracle Open Office Draw : navigating -Oracle Open Office Draw : navigating;in documents -Oracle Open Office Draw : Navigation bar -Oracle Open Office Draw : Navigation bar;controls -Oracle Open Office Draw : Navigation bar;forms -Oracle Open Office Draw : Navigator -Oracle Open Office Draw : Navigator;comments -Oracle Open Office Draw : Navigator;contents as lists -Oracle Open Office Draw : Navigator;docking -Oracle Open Office Draw : Navigator;presentations -Oracle Open Office Draw : Navigator;working with -Oracle Open Office Draw : net charts -Oracle Open Office Draw : network identity options -Oracle Open Office Draw : new databases -Oracle Open Office Draw : new documents -Oracle Open Office Draw : new lines in cells -Oracle Open Office Draw : new windows -Oracle Open Office Draw : non-breaking dashes -Oracle Open Office Draw : non-breaking spaces (Writer) -Oracle Open Office Draw : non-printing characters (Writer) -Oracle Open Office Draw : normal view -Oracle Open Office Draw : normal view;backgrounds -Oracle Open Office Draw : normal view;presentations -Oracle Open Office Draw : notes -Oracle Open Office Draw : notes;adding to slides -Oracle Open Office Draw : notes;default formatting -Oracle Open Office Draw : notes;printing in presentations -Oracle Open Office Draw : number formats -Oracle Open Office Draw : number formats;codes -Oracle Open Office Draw : number formats;formats -Oracle Open Office Draw : number formats;recognition in text tables -Oracle Open Office Draw : number of pages -Oracle Open Office Draw : number of sheets -Oracle Open Office Draw : number of tables -Oracle Open Office Draw : numbering -Oracle Open Office Draw : numbering;options -Oracle Open Office Draw : numbering;turning off -Oracle Open Office Draw : numbering;using automatically -Oracle Open Office Draw : numbers -Oracle Open Office Draw : numbers;date, time and currency formats -Oracle Open Office Draw : numbers;decimal places (Calc) -Oracle Open Office Draw : numerical fields in forms -Oracle Open Office Draw : object bars -Oracle Open Office Draw : object bars;editing glue points -Oracle Open Office Draw : objects -Oracle Open Office Draw : objects;aligning -Oracle Open Office Draw : objects;always moveable (Impress/Draw) -Oracle Open Office Draw : objects;arranging within stacks -Oracle Open Office Draw : objects;behind object command -Oracle Open Office Draw : objects;breaking connections -Oracle Open Office Draw : objects;copying when moving in presentations -Oracle Open Office Draw : objects;definition -Oracle Open Office Draw : objects;displaying in spreadsheets -Oracle Open Office Draw : objects;displaying in text documents -Oracle Open Office Draw : objects;editing -Oracle Open Office Draw : objects;effects -Oracle Open Office Draw : objects;in front of object command -Oracle Open Office Draw : objects;inserting from files -Oracle Open Office Draw : objects;inserting from Gallery -Oracle Open Office Draw : objects;inserting OLE objects -Oracle Open Office Draw : objects;moving along paths -Oracle Open Office Draw : objects;moving and resizing with mouse -Oracle Open Office Draw : objects;moving in layers -Oracle Open Office Draw : objects;moving in slides -Oracle Open Office Draw : objects;naming -Oracle Open Office Draw : objects;opening -Oracle Open Office Draw : objects;properties of charts -Oracle Open Office Draw : objects;quickly moving to -Oracle Open Office Draw : objects;reversing -Oracle Open Office Draw : objects;selecting -Oracle Open Office Draw : objects;titles and descriptions -Oracle Open Office Draw : objects;with attributes -Oracle Open Office Draw : ODBC -Oracle Open Office Draw : ODBC;database (Base) -Oracle Open Office Draw : ODBC;definition -Oracle Open Office Draw : ODF file formats -Oracle Open Office Draw : Office -Oracle Open Office Draw : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Draw : OLE -Oracle Open Office Draw : OLE;definition -Oracle Open Office Draw : OLE objects -Oracle Open Office Draw : OLE objects;arranging within stacks -Oracle Open Office Draw : OLE objects;captions (Writer) -Oracle Open Office Draw : OLE objects;inserting -Oracle Open Office Draw : OLE objects;number of -Oracle Open Office Draw : OLE objects;protecting -Oracle Open Office Draw : one and a half line spacing in text -Oracle Open Office Draw : online feedback options -Oracle Open Office Draw : online registration -Oracle Open Office Draw : online update options -Oracle Open Office Draw : online updates -Oracle Open Office Draw : online updates;checking automatically -Oracle Open Office Draw : online updates;checking manually -Oracle Open Office Draw : Open/Save dialogs -Oracle Open Office Draw : OpenDocument file formats -Oracle Open Office Draw : OpenGL -Oracle Open Office Draw : OpenGL;definition -Oracle Open Office Draw : opening -Oracle Open Office Draw : opening;context menus -Oracle Open Office Draw : opening;database files -Oracle Open Office Draw : opening;dialog settings -Oracle Open Office Draw : opening;documents -Oracle Open Office Draw : opening;documents from other formats -Oracle Open Office Draw : opening;documents on WebDAV server -Oracle Open Office Draw : opening;files with links -Oracle Open Office Draw : opening;files, with placeholders -Oracle Open Office Draw : opening;forms -Oracle Open Office Draw : opening;Microsoft Office files -Oracle Open Office Draw : opening;mobile device documents -Oracle Open Office Draw : opening;objects -Oracle Open Office Draw : opening;reports -Oracle Open Office Draw : opening;several files -Oracle Open Office Draw : opening;XForms -Oracle Open Office Draw : operators -Oracle Open Office Draw : operators;default filters -Oracle Open Office Draw : optional hyphens (Writer) -Oracle Open Office Draw : options -Oracle Open Office Draw : options;accessibility -Oracle Open Office Draw : options;appearance -Oracle Open Office Draw : options;compatibility (Writer) -Oracle Open Office Draw : options;improvement program -Oracle Open Office Draw : options;network identity -Oracle Open Office Draw : options;online update -Oracle Open Office Draw : options;tools -Oracle Open Office Draw : Oracle databases (base) -Oracle Open Office Draw : Oracle Open Office Base data sources -Oracle Open Office Draw : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Draw : Oracle Open Office documents -Oracle Open Office Draw : Oracle Open Office documents;mobile device filters -Oracle Open Office Draw : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Draw : Oracle Open Office Impress instructions -Oracle Open Office Draw : Oracle Open Office Math start -Oracle Open Office Draw : order of chart data -Oracle Open Office Draw : ordering -Oracle Open Office Draw : ordering;objects -Oracle Open Office Draw : ordering;slides -Oracle Open Office Draw : organization charts -Oracle Open Office Draw : organizing -Oracle Open Office Draw : organizing;macros and scripts -Oracle Open Office Draw : organizing;namespaces in XForms -Oracle Open Office Draw : organizing;styles -Oracle Open Office Draw : organizing;templates -Oracle Open Office Draw : origin of rulers -Oracle Open Office Draw : original size -Oracle Open Office Draw : original size;printing in Oracle Open Office Math -Oracle Open Office Draw : original size;restoring after cropping -Oracle Open Office Draw : outline view -Oracle Open Office Draw : outlines -Oracle Open Office Draw : outlines;font effects -Oracle Open Office Draw : outlines;outline symbols -Oracle Open Office Draw : outlines;printing -Oracle Open Office Draw : outlines;sending to presentations -Oracle Open Office Draw : overwrite mode -Oracle Open Office Draw : packages, see extensions -Oracle Open Office Draw : page breaks -Oracle Open Office Draw : page breaks;displaying (Calc) -Oracle Open Office Draw : page formats -Oracle Open Office Draw : page formats;maximizing -Oracle Open Office Draw : page formats;restriction -Oracle Open Office Draw : page number field -Oracle Open Office Draw : page numbers on all slides -Oracle Open Office Draw : page styles -Oracle Open Office Draw : page styles;editing/applying with statusbar -Oracle Open Office Draw : pages -Oracle Open Office Draw : pages;backgrounds in all applications -Oracle Open Office Draw : pages;copying -Oracle Open Office Draw : pages;fitting to printed pages -Oracle Open Office Draw : pages;formatting and numbering -Oracle Open Office Draw : pages;printing page names in presentations -Oracle Open Office Draw : pages;scaling -Oracle Open Office Draw : pages;selecting one to print -Oracle Open Office Draw : paint box -Oracle Open Office Draw : paint can symbol -Oracle Open Office Draw : pair kerning -Oracle Open Office Draw : Palm file filters -Oracle Open Office Draw : paper formats -Oracle Open Office Draw : paper size warning -Oracle Open Office Draw : paper trays -Oracle Open Office Draw : paragraph marks -Oracle Open Office Draw : paragraph marks;displaying (Writer) -Oracle Open Office Draw : paragraph styles -Oracle Open Office Draw : paragraph styles;languages -Oracle Open Office Draw : paragraph styles;modifying basic fonts -Oracle Open Office Draw : paragraphs -Oracle Open Office Draw : paragraphs;alignment -Oracle Open Office Draw : paragraphs;Asian typography -Oracle Open Office Draw : paragraphs;defining borders -Oracle Open Office Draw : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Draw : paragraphs;increasing indents of -Oracle Open Office Draw : paragraphs;indents, margins and columns -Oracle Open Office Draw : paragraphs;inserting bullets -Oracle Open Office Draw : paragraphs;joining -Oracle Open Office Draw : paragraphs;numbering automatically -Oracle Open Office Draw : paragraphs;removing blank ones -Oracle Open Office Draw : paragraphs;spacing -Oracle Open Office Draw : paragraphs;tab stops -Oracle Open Office Draw : parameters -Oracle Open Office Draw : parameters;command line -Oracle Open Office Draw : parameters;queries (Base) -Oracle Open Office Draw : passwords for protecting contents -Oracle Open Office Draw : pasting -Oracle Open Office Draw : pasting;cell ranges -Oracle Open Office Draw : pasting;cell ranges from spreadsheets -Oracle Open Office Draw : pasting;data from text documents -Oracle Open Office Draw : pasting;draw objects -Oracle Open Office Draw : pasting;draw objects from other documents -Oracle Open Office Draw : pasting;formatted/unformatted text -Oracle Open Office Draw : pasting;from data source view -Oracle Open Office Draw : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Draw : pasting;pictures from other documents -Oracle Open Office Draw : pasting;sheet areas in text documents -Oracle Open Office Draw : pasting;slides from other presentations -Oracle Open Office Draw : pasting;text from other documents -Oracle Open Office Draw : pasting;to Gallery -Oracle Open Office Draw : paths -Oracle Open Office Draw : paths;changing work directory -Oracle Open Office Draw : paths;defaults -Oracle Open Office Draw : paths;moving objects along -Oracle Open Office Draw : pattern editor -Oracle Open Office Draw : pattern fields -Oracle Open Office Draw : pattern fields;form functions -Oracle Open Office Draw : patterns for objects -Oracle Open Office Draw : PDF -Oracle Open Office Draw : PDF;export -Oracle Open Office Draw : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Draw : personal data input -Oracle Open Office Draw : phonetic guide -Oracle Open Office Draw : picklist creation -Oracle Open Office Draw : pictures -Oracle Open Office Draw : pictures;adding to Gallery -Oracle Open Office Draw : pictures;arranging within stacks -Oracle Open Office Draw : pictures;assigning macros -Oracle Open Office Draw : pictures;backgrounds -Oracle Open Office Draw : pictures;captions (Writer) -Oracle Open Office Draw : pictures;changing paths -Oracle Open Office Draw : pictures;cropping and zooming -Oracle Open Office Draw : pictures;displaying in Calc -Oracle Open Office Draw : pictures;displaying in Writer (Writer) -Oracle Open Office Draw : pictures;drag and drop between documents -Oracle Open Office Draw : pictures;drawing -Oracle Open Office Draw : pictures;editing -Oracle Open Office Draw : pictures;filters -Oracle Open Office Draw : pictures;ImageMap -Oracle Open Office Draw : pictures;inserting -Oracle Open Office Draw : pictures;inserting automatically -Oracle Open Office Draw : pictures;inserting from Gallery -Oracle Open Office Draw : pictures;number of -Oracle Open Office Draw : pictures;printing -Oracle Open Office Draw : pictures;scaling/resizing -Oracle Open Office Draw : pie charts -Oracle Open Office Draw : pie charts;options -Oracle Open Office Draw : pie charts;types -Oracle Open Office Draw : pivot points of draw objects -Oracle Open Office Draw : pixel editor -Oracle Open Office Draw : pixel graphics -Oracle Open Office Draw : pixel graphics;inserting and editing -Oracle Open Office Draw : pixel patterns -Oracle Open Office Draw : placeholders -Oracle Open Office Draw : placeholders;in SQL queries -Oracle Open Office Draw : placeholders;on opening files -Oracle Open Office Draw : placing toolbars -Oracle Open Office Draw : playing movies and sound files -Oracle Open Office Draw : plotting data as charts -Oracle Open Office Draw : plug-ins -Oracle Open Office Draw : plug-ins;activating and deactivating -Oracle Open Office Draw : plug-ins;definition -Oracle Open Office Draw : plug-ins;inserting -Oracle Open Office Draw : pocket device appliances -Oracle Open Office Draw : Pocket PC file filters -Oracle Open Office Draw : points -Oracle Open Office Draw : points;adding/converting/deleting -Oracle Open Office Draw : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Draw : polygon drawing -Oracle Open Office Draw : polygons -Oracle Open Office Draw : polygons;inserting -Oracle Open Office Draw : polygons;intersecting/subtracting/merging -Oracle Open Office Draw : pop-art filter -Oracle Open Office Draw : portable document format -Oracle Open Office Draw : positioning -Oracle Open Office Draw : positioning;axes -Oracle Open Office Draw : positioning;draw objects and controls -Oracle Open Office Draw : positioning;fonts -Oracle Open Office Draw : positioning;objects -Oracle Open Office Draw : positioning;toolbars -Oracle Open Office Draw : post method for form transmissions -Oracle Open Office Draw : posterizing filter -Oracle Open Office Draw : PostScript -Oracle Open Office Draw : PostScript;creating files -Oracle Open Office Draw : PostScript;PDF converter, UNIX -Oracle Open Office Draw : PowerPoint export -Oracle Open Office Draw : precision as shown (Calc) -Oracle Open Office Draw : predefining fonts -Oracle Open Office Draw : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Draw : presentations -Oracle Open Office Draw : presentations;arranging slides -Oracle Open Office Draw : presentations;creating/opening -Oracle Open Office Draw : presentations;exiting by interaction -Oracle Open Office Draw : presentations;exporting to HTML -Oracle Open Office Draw : presentations;importing HTML -Oracle Open Office Draw : presentations;inserting spreadsheet cells -Oracle Open Office Draw : presentations;inserting spreadsheets -Oracle Open Office Draw : presentations;live on the Internet -Oracle Open Office Draw : presentations;navigating -Oracle Open Office Draw : presentations;numbering slides in -Oracle Open Office Draw : presentations;ordering of effects -Oracle Open Office Draw : presentations;print menu -Oracle Open Office Draw : presentations;printing -Oracle Open Office Draw : presentations;rehearse timings -Oracle Open Office Draw : presentations;saving -Oracle Open Office Draw : presentations;saving automatically -Oracle Open Office Draw : presentations;saving in other formats -Oracle Open Office Draw : presentations;sending as e-mail -Oracle Open Office Draw : presentations;settings for -Oracle Open Office Draw : presentations;shortcut keys -Oracle Open Office Draw : presentations;starting -Oracle Open Office Draw : presentations;starting with wizard -Oracle Open Office Draw : presentations;window / full screen -Oracle Open Office Draw : presentations;wizards -Oracle Open Office Draw : Presenter Console shortcuts -Oracle Open Office Draw : press buttons, see push buttons -Oracle Open Office Draw : previews -Oracle Open Office Draw : previews;fonts lists -Oracle Open Office Draw : primary keys -Oracle Open Office Draw : primary keys;defining -Oracle Open Office Draw : primary keys;design view -Oracle Open Office Draw : primary keys;inserting (Base) -Oracle Open Office Draw : print area selection -Oracle Open Office Draw : printer metrics for document formatting (Writer) -Oracle Open Office Draw : printers -Oracle Open Office Draw : printers;adding, UNIX -Oracle Open Office Draw : printers;choosing -Oracle Open Office Draw : printers;default printer -Oracle Open Office Draw : printers;faxes under UNIX -Oracle Open Office Draw : printers;maximum page formats -Oracle Open Office Draw : printers;paper trays -Oracle Open Office Draw : printers;properties -Oracle Open Office Draw : printing -Oracle Open Office Draw : printing;black and white -Oracle Open Office Draw : printing;brochures -Oracle Open Office Draw : printing;colors in grayscale -Oracle Open Office Draw : printing;comments -Oracle Open Office Draw : printing;copies -Oracle Open Office Draw : printing;creating individual jobs -Oracle Open Office Draw : printing;dates in presentations -Oracle Open Office Draw : printing;directly -Oracle Open Office Draw : printing;documents -Oracle Open Office Draw : printing;drawings defaults -Oracle Open Office Draw : printing;elements in text documents -Oracle Open Office Draw : printing;faster -Oracle Open Office Draw : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Draw : printing;fitting to pages in presentations -Oracle Open Office Draw : printing;fitting to paper -Oracle Open Office Draw : printing;formulas in Oracle Open Office Math -Oracle Open Office Draw : printing;hidden pages of presentations -Oracle Open Office Draw : printing;in original size in Oracle Open Office Math -Oracle Open Office Draw : printing;left/right pages -Oracle Open Office Draw : printing;presentations -Oracle Open Office Draw : printing;queries (Base) -Oracle Open Office Draw : printing;scaling in Oracle Open Office Math -Oracle Open Office Draw : printing;selections -Oracle Open Office Draw : printing;text always in black -Oracle Open Office Draw : printing;text in reverse order -Oracle Open Office Draw : printing;tiling pages in presentations -Oracle Open Office Draw : printing;transparencies -Oracle Open Office Draw : printing;warnings -Oracle Open Office Draw : printing;without scaling in presentations -Oracle Open Office Draw : printing speed -Oracle Open Office Draw : programming -Oracle Open Office Draw : programming;Oracle Open Office -Oracle Open Office Draw : programming;scripting -Oracle Open Office Draw : programs run by mouse click in presentations -Oracle Open Office Draw : properties -Oracle Open Office Draw : properties;charts -Oracle Open Office Draw : properties;fields in databases -Oracle Open Office Draw : properties;files -Oracle Open Office Draw : properties;form controls -Oracle Open Office Draw : properties;forms -Oracle Open Office Draw : properties;printers -Oracle Open Office Draw : properties;smooth lines in line charts/XY charts -Oracle Open Office Draw : protected contents -Oracle Open Office Draw : protected dashes -Oracle Open Office Draw : protected database tables -Oracle Open Office Draw : protected documents -Oracle Open Office Draw : protected spaces -Oracle Open Office Draw : protected spaces;inserting -Oracle Open Office Draw : protected spaces;showing (Writer) -Oracle Open Office Draw : protecting -Oracle Open Office Draw : protecting;contents -Oracle Open Office Draw : protecting;recorded changes -Oracle Open Office Draw : proxy settings -Oracle Open Office Draw : push buttons -Oracle Open Office Draw : push buttons;adding to documents -Oracle Open Office Draw : push buttons;creating -Oracle Open Office Draw : pyramids -Oracle Open Office Draw : queries -Oracle Open Office Draw : queries;copying (Base) -Oracle Open Office Draw : queries;creating in design view (Base) -Oracle Open Office Draw : queries;creating in SQL view -Oracle Open Office Draw : queries;defining (Base) -Oracle Open Office Draw : queries;deleting table links (Base) -Oracle Open Office Draw : queries;editing in data source view -Oracle Open Office Draw : queries;formulating filter conditions (Base) -Oracle Open Office Draw : queries;joining tables (Base) -Oracle Open Office Draw : queries;missing elements (Base) -Oracle Open Office Draw : queries;overview (Base) -Oracle Open Office Draw : queries;parameter queries (Base) -Oracle Open Office Draw : queries;printing (Base) -Oracle Open Office Draw : Query Wizard (Base) -Oracle Open Office Draw : Quickstarter -Oracle Open Office Draw : quotation marks -Oracle Open Office Draw : quotation marks;replacing -Oracle Open Office Draw : quotes -Oracle Open Office Draw : quotes;custom -Oracle Open Office Draw : radar charts, see net charts -Oracle Open Office Draw : radio button creation -Oracle Open Office Draw : read-only documents -Oracle Open Office Draw : read-only documents;cursor -Oracle Open Office Draw : read-only documents;database tables on/off -Oracle Open Office Draw : read-only documents;editing -Oracle Open Office Draw : read-only documents;opening documents as -Oracle Open Office Draw : read-only items in Data Navigator -Oracle Open Office Draw : recognizing URLs automatically -Oracle Open Office Draw : recording -Oracle Open Office Draw : recording;changes -Oracle Open Office Draw : recording;display times for slides -Oracle Open Office Draw : recording;macros -Oracle Open Office Draw : records -Oracle Open Office Draw : records;inserting comments -Oracle Open Office Draw : records;protecting -Oracle Open Office Draw : records;saving -Oracle Open Office Draw : records;searching in databases -Oracle Open Office Draw : rectangles -Oracle Open Office Draw : rectangles with round corners -Oracle Open Office Draw : recursions in spreadsheets -Oracle Open Office Draw : redo command -Oracle Open Office Draw : reduced printing -Oracle Open Office Draw : reference lines -Oracle Open Office Draw : references -Oracle Open Office Draw : references;displaying in color (Calc) -Oracle Open Office Draw : references;expanding (Calc) -Oracle Open Office Draw : references;iterative (Calc) -Oracle Open Office Draw : register-true -Oracle Open Office Draw : register-true;definition -Oracle Open Office Draw : registering -Oracle Open Office Draw : registering;address books -Oracle Open Office Draw : registering;databases (Base) -Oracle Open Office Draw : registering;Oracle Open Office -Oracle Open Office Draw : regression curves in charts -Oracle Open Office Draw : regular expressions -Oracle Open Office Draw : regular expressions;list of -Oracle Open Office Draw : regular expressions;opening files -Oracle Open Office Draw : rehearse timings -Oracle Open Office Draw : relational databases (Base) -Oracle Open Office Draw : relations -Oracle Open Office Draw : relations;creating and deleting (Base) -Oracle Open Office Draw : relations;joining tables (Base) -Oracle Open Office Draw : relations;properties (Base) -Oracle Open Office Draw : relative hyperlinks -Oracle Open Office Draw : relative saving of URLs -Oracle Open Office Draw : reloading -Oracle Open Office Draw : reloading;documents -Oracle Open Office Draw : reloading;HTML documents, automatically -Oracle Open Office Draw : remarks, see also comments -Oracle Open Office Draw : remote configurations -Oracle Open Office Draw : remove noise filter -Oracle Open Office Draw : removing -Oracle Open Office Draw : removing;bullets and numbering -Oracle Open Office Draw : removing;form filters -Oracle Open Office Draw : removing, see also deleting -Oracle Open Office Draw : renaming layers -Oracle Open Office Draw : reorganizing charts -Oracle Open Office Draw : repeating -Oracle Open Office Draw : repeating;commands -Oracle Open Office Draw : replacement options -Oracle Open Office Draw : replacement table -Oracle Open Office Draw : replacing -Oracle Open Office Draw : replacing;AutoCorrect function -Oracle Open Office Draw : replacing;colors in bitmaps -Oracle Open Office Draw : replacing;dashes -Oracle Open Office Draw : replacing;tab stops (regular expressions) -Oracle Open Office Draw : Report Builder -Oracle Open Office Draw : reports -Oracle Open Office Draw : reports;creating -Oracle Open Office Draw : reports;error reports -Oracle Open Office Draw : reports;opening and editing -Oracle Open Office Draw : reports;templates -Oracle Open Office Draw : resetting -Oracle Open Office Draw : resetting;templates -Oracle Open Office Draw : resizing -Oracle Open Office Draw : resizing;objects, by mouse -Oracle Open Office Draw : resizing, see also scaling/zooming -Oracle Open Office Draw : resolution when printing bitmaps -Oracle Open Office Draw : restoring -Oracle Open Office Draw : restoring;default formatting -Oracle Open Office Draw : restoring;editing -Oracle Open Office Draw : reversing objects -Oracle Open Office Draw : reversing printing order -Oracle Open Office Draw : review function -Oracle Open Office Draw : review function;accepting or rejecting changes -Oracle Open Office Draw : review function;comparing documents -Oracle Open Office Draw : review function;protecting records -Oracle Open Office Draw : review function;recording changes example -Oracle Open Office Draw : rich text control -Oracle Open Office Draw : right alignment of paragraphs -Oracle Open Office Draw : right joins (Base) -Oracle Open Office Draw : right-to-left text -Oracle Open Office Draw : rotating -Oracle Open Office Draw : rotating;3D text -Oracle Open Office Draw : rotating;draw objects -Oracle Open Office Draw : rotation mode -Oracle Open Office Draw : round corners -Oracle Open Office Draw : rounding precision (Calc) -Oracle Open Office Draw : row headers -Oracle Open Office Draw : row headers;displaying (Calc) -Oracle Open Office Draw : row headers;highlighting (Calc) -Oracle Open Office Draw : rows -Oracle Open Office Draw : rows;inserting -Oracle Open Office Draw : rulers -Oracle Open Office Draw : rulers;default settings -Oracle Open Office Draw : rulers;in presentations -Oracle Open Office Draw : rulers;measurement units -Oracle Open Office Draw : rulers;visible in presentations -Oracle Open Office Draw : running macros/programs in presentations -Oracle Open Office Draw : running slide shows -Oracle Open Office Draw : samples and templates -Oracle Open Office Draw : saving -Oracle Open Office Draw : saving;as HTML -Oracle Open Office Draw : saving;default file formats -Oracle Open Office Draw : saving;dialog settings -Oracle Open Office Draw : saving;documents -Oracle Open Office Draw : saving;documents for mobile devices -Oracle Open Office Draw : saving;documents in other formats -Oracle Open Office Draw : saving;documents, automatically -Oracle Open Office Draw : saving;in Microsoft Office file format -Oracle Open Office Draw : saving;options -Oracle Open Office Draw : saving;templates -Oracle Open Office Draw : saving;to XML -Oracle Open Office Draw : saving;VBA code in Microsoft Office documents -Oracle Open Office Draw : saving;with password by default -Oracle Open Office Draw : saving as command -Oracle Open Office Draw : saving as command;precautions -Oracle Open Office Draw : scaling -Oracle Open Office Draw : scaling;axes -Oracle Open Office Draw : scaling;font sizes in user interface -Oracle Open Office Draw : scaling;objects -Oracle Open Office Draw : scaling;pictures -Oracle Open Office Draw : scaling;printing in Oracle Open Office Math -Oracle Open Office Draw : scaling;text in charts -Oracle Open Office Draw : scaling;when printing presentations -Oracle Open Office Draw : scaling, see also zooming -Oracle Open Office Draw : scatter charts -Oracle Open Office Draw : screen -Oracle Open Office Draw : screen;full screen views -Oracle Open Office Draw : screen;scaling -Oracle Open Office Draw : screen magnifiers -Oracle Open Office Draw : screen readers -Oracle Open Office Draw : script organization -Oracle Open Office Draw : scrollbars -Oracle Open Office Draw : scrollbars;controls -Oracle Open Office Draw : scrollbars;displaying (Calc) -Oracle Open Office Draw : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Draw : search criteria for database functions in cells -Oracle Open Office Draw : search engines -Oracle Open Office Draw : search engines;definition -Oracle Open Office Draw : search engines;selecting -Oracle Open Office Draw : searching -Oracle Open Office Draw : searching;all sheets -Oracle Open Office Draw : searching;databases -Oracle Open Office Draw : searching;form filters -Oracle Open Office Draw : searching;Internet -Oracle Open Office Draw : searching;tables and forms -Oracle Open Office Draw : secondary axes in charts -Oracle Open Office Draw : sections -Oracle Open Office Draw : sections;backgrounds -Oracle Open Office Draw : sectors of circles/ellipses -Oracle Open Office Draw : security -Oracle Open Office Draw : security;digital signatures -Oracle Open Office Draw : security;options for documents with macros -Oracle Open Office Draw : security;protecting contents -Oracle Open Office Draw : security;security levels for macros -Oracle Open Office Draw : security;warning dialogs with macros -Oracle Open Office Draw : segments of circles/ellipses -Oracle Open Office Draw : selecting -Oracle Open Office Draw : selecting;controls -Oracle Open Office Draw : selecting;hidden objects -Oracle Open Office Draw : selecting;layers -Oracle Open Office Draw : selecting;measurement units -Oracle Open Office Draw : selecting;objects -Oracle Open Office Draw : selecting;print areas -Oracle Open Office Draw : selecting;several files -Oracle Open Office Draw : selection clipboard -Oracle Open Office Draw : selection frames -Oracle Open Office Draw : selection modes in text -Oracle Open Office Draw : sending -Oracle Open Office Draw : sending;AutoAbstract function in presentations -Oracle Open Office Draw : sending;documents as e-mail -Oracle Open Office Draw : sending;documents as faxes -Oracle Open Office Draw : separator lines -Oracle Open Office Draw : separator lines;defining -Oracle Open Office Draw : separators -Oracle Open Office Draw : separators;conditional -Oracle Open Office Draw : Server Side ImageMap -Oracle Open Office Draw : settings -Oracle Open Office Draw : settings;printers -Oracle Open Office Draw : settings;program configuration -Oracle Open Office Draw : settings;proxies -Oracle Open Office Draw : settings;tracking changes -Oracle Open Office Draw : settings;views -Oracle Open Office Draw : SGML -Oracle Open Office Draw : SGML;definition -Oracle Open Office Draw : shadows -Oracle Open Office Draw : shadows;areas -Oracle Open Office Draw : shadows;borders -Oracle Open Office Draw : shadows;characters -Oracle Open Office Draw : shadows;characters, using context menu -Oracle Open Office Draw : sharing documents -Oracle Open Office Draw : sharpening filter -Oracle Open Office Draw : shearing objects -Oracle Open Office Draw : sheet tabs -Oracle Open Office Draw : sheet tabs;displaying -Oracle Open Office Draw : sheets -Oracle Open Office Draw : sheets;searching all -Oracle Open Office Draw : shells -Oracle Open Office Draw : shortcut keys -Oracle Open Office Draw : shortcut keys;assigning macros -Oracle Open Office Draw : shortcut keys;charts -Oracle Open Office Draw : shortcut keys;general -Oracle Open Office Draw : shortcut keys;in databases -Oracle Open Office Draw : shortcut keys;in drawings -Oracle Open Office Draw : shortcut keys;in presentations -Oracle Open Office Draw : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Draw : showing -Oracle Open Office Draw : showing;changes -Oracle Open Office Draw : showing;docked windows -Oracle Open Office Draw : showing;drawings and controls (Writer) -Oracle Open Office Draw : showing;guides -Oracle Open Office Draw : showing;hidden layers -Oracle Open Office Draw : showing;hidden slides -Oracle Open Office Draw : showing;levels -Oracle Open Office Draw : showing;live presentations on the Internet -Oracle Open Office Draw : showing;slide shows -Oracle Open Office Draw : showing;subpoints -Oracle Open Office Draw : showing;toolbars -Oracle Open Office Draw : sign conversion to curves -Oracle Open Office Draw : signing documents with digital signatures -Oracle Open Office Draw : similarity search -Oracle Open Office Draw : simple handles (Writer) -Oracle Open Office Draw : simplified Chinese -Oracle Open Office Draw : simplified Chinese;translating to traditional Chinese -Oracle Open Office Draw : single sign on options -Oracle Open Office Draw : single-line spacing in text -Oracle Open Office Draw : sizes -Oracle Open Office Draw : sizes;draw objects -Oracle Open Office Draw : sizes;pictures -Oracle Open Office Draw : skewing draw objects -Oracle Open Office Draw : slanting draw objects -Oracle Open Office Draw : slanting objects -Oracle Open Office Draw : slide designs -Oracle Open Office Draw : slide layouts -Oracle Open Office Draw : slide master view -Oracle Open Office Draw : slide masters -Oracle Open Office Draw : slide masters;changing backgrounds -Oracle Open Office Draw : slide masters;designing -Oracle Open Office Draw : slide masters;headers and footers -Oracle Open Office Draw : slide numbers -Oracle Open Office Draw : slide numbers on all slides -Oracle Open Office Draw : slide shows -Oracle Open Office Draw : slide shows;custom -Oracle Open Office Draw : slide shows;settings for -Oracle Open Office Draw : slide shows;starting -Oracle Open Office Draw : slide transitions -Oracle Open Office Draw : slide transitions;applying effects -Oracle Open Office Draw : slide transitions;automatic -Oracle Open Office Draw : slide transitions;manual -Oracle Open Office Draw : slide transitions;sounds -Oracle Open Office Draw : slides -Oracle Open Office Draw : slides;arranging -Oracle Open Office Draw : slides;backgrounds -Oracle Open Office Draw : slides;changing backgrounds -Oracle Open Office Draw : slides;copying between documents -Oracle Open Office Draw : slides;deleting -Oracle Open Office Draw : slides;expanding -Oracle Open Office Draw : slides;formatting -Oracle Open Office Draw : slides;headers and footers -Oracle Open Office Draw : slides;inserting -Oracle Open Office Draw : slides;inserting as links -Oracle Open Office Draw : slides;inserting speaker notes -Oracle Open Office Draw : slides;page numbers -Oracle Open Office Draw : slides;printing -Oracle Open Office Draw : small capitals -Oracle Open Office Draw : small icons -Oracle Open Office Draw : smart tag configuration -Oracle Open Office Draw : smooth scrolling (Writer) -Oracle Open Office Draw : smoothing filter -Oracle Open Office Draw : snap grid defaults (Writer/Calc) -Oracle Open Office Draw : snap lines, see also guides -Oracle Open Office Draw : snap points -Oracle Open Office Draw : snap points;editing -Oracle Open Office Draw : snap points;inserting -Oracle Open Office Draw : snapping in presentations and drawings -Oracle Open Office Draw : solarization filter -Oracle Open Office Draw : sort lists -Oracle Open Office Draw : sort lists;copying to in Calc -Oracle Open Office Draw : sorting -Oracle Open Office Draw : sorting;data in forms -Oracle Open Office Draw : sorting;databases -Oracle Open Office Draw : sound files -Oracle Open Office Draw : sounds -Oracle Open Office Draw : sounds;for effects -Oracle Open Office Draw : sounds;formats -Oracle Open Office Draw : sounds;on slide transitions -Oracle Open Office Draw : spaces -Oracle Open Office Draw : spaces;displaying (Writer) -Oracle Open Office Draw : spaces;ignoring double -Oracle Open Office Draw : spaces;inserting protected spaces -Oracle Open Office Draw : spaces;showing protected spaces (Writer) -Oracle Open Office Draw : spacing -Oracle Open Office Draw : spacing;between paragraphs in footnotes -Oracle Open Office Draw : spacing;font effects -Oracle Open Office Draw : spacing;lines and paragraphs -Oracle Open Office Draw : spacing;tab stops in text documents -Oracle Open Office Draw : spacing;tabs in presentations -Oracle Open Office Draw : spadmin -Oracle Open Office Draw : speaker notes -Oracle Open Office Draw : speaker notes;defaults -Oracle Open Office Draw : speaker notes;inserting -Oracle Open Office Draw : special characters -Oracle Open Office Draw : speech bubbles -Oracle Open Office Draw : speed of printing -Oracle Open Office Draw : spellcheck -Oracle Open Office Draw : spellcheck;activating for a language -Oracle Open Office Draw : spellcheck;context menus -Oracle Open Office Draw : spellcheck;default languages -Oracle Open Office Draw : spellcheck;dialog -Oracle Open Office Draw : spellcheck;dictionary of exceptions -Oracle Open Office Draw : spellcheck;ignore list -Oracle Open Office Draw : spheres -Oracle Open Office Draw : spin button creation -Oracle Open Office Draw : splitting -Oracle Open Office Draw : splitting;combinations -Oracle Open Office Draw : splitting;curves -Oracle Open Office Draw : spoolfiles with Xprinter -Oracle Open Office Draw : spreadsheets -Oracle Open Office Draw : spreadsheets;as databases (base) -Oracle Open Office Draw : spreadsheets;copying areas to text documents -Oracle Open Office Draw : spreadsheets;creating/opening -Oracle Open Office Draw : spreadsheets;in presentations -Oracle Open Office Draw : spreadsheets;inserting charts -Oracle Open Office Draw : spreadsheets;inserting database records -Oracle Open Office Draw : spreadsheets;printing -Oracle Open Office Draw : spreadsheets;saving -Oracle Open Office Draw : spreadsheets;saving automatically -Oracle Open Office Draw : spreadsheets;saving in other formats -Oracle Open Office Draw : spreadsheets;sending as e-mail -Oracle Open Office Draw : SQL -Oracle Open Office Draw : SQL;definition -Oracle Open Office Draw : SQL;DISTINCT parameter -Oracle Open Office Draw : SQL;executing SQL commands -Oracle Open Office Draw : SQL;executing SQL statements (Base) -Oracle Open Office Draw : SQL;queries (Base) -Oracle Open Office Draw : square drawings -Oracle Open Office Draw : standard bar on/off -Oracle Open Office Draw : standard deviation in charts -Oracle Open Office Draw : standard filters in databases -Oracle Open Office Draw : standard printer under UNIX -Oracle Open Office Draw : start center -Oracle Open Office Draw : start parameters -Oracle Open Office Draw : starting -Oracle Open Office Draw : starting;always with the current slide -Oracle Open Office Draw : starting;custom slide shows -Oracle Open Office Draw : starting;slide shows -Oracle Open Office Draw : statistics in charts -Oracle Open Office Draw : status bar on/off -Oracle Open Office Draw : stickers -Oracle Open Office Draw : stock charts -Oracle Open Office Draw : strikethrough -Oracle Open Office Draw : strikethrough;characters -Oracle Open Office Draw : strikethrough;font effects -Oracle Open Office Draw : styles -Oracle Open Office Draw : styles;'changed' message -Oracle Open Office Draw : styles;arrow and line styles -Oracle Open Office Draw : styles;copying between documents -Oracle Open Office Draw : styles;keyboard shortcuts -Oracle Open Office Draw : styles;organizing -Oracle Open Office Draw : styles;printing styles used in a document -Oracle Open Office Draw : styles;replacing automatically -Oracle Open Office Draw : Styles and Formatting window -Oracle Open Office Draw : Styles and Formatting window;docking -Oracle Open Office Draw : Styles and Formatting window;graphics documents -Oracle Open Office Draw : subforms -Oracle Open Office Draw : subforms;creating -Oracle Open Office Draw : subforms;description -Oracle Open Office Draw : submitting forms -Oracle Open Office Draw : subpoints -Oracle Open Office Draw : subpoints;hiding -Oracle Open Office Draw : subpoints;showing -Oracle Open Office Draw : subtracting polygons -Oracle Open Office Draw : suffixes in file formats -Oracle Open Office Draw : summary slide -Oracle Open Office Draw : support on the Web -Oracle Open Office Draw : synchronizing -Oracle Open Office Draw : synchronizing;labels and business cards -Oracle Open Office Draw : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Draw : system address book registration -Oracle Open Office Draw : tab stops -Oracle Open Office Draw : tab stops;displaying (Writer) -Oracle Open Office Draw : tab stops;inserting and editing -Oracle Open Office Draw : tab stops;regular expressions -Oracle Open Office Draw : tab stops;setting in sheets -Oracle Open Office Draw : tab stops;settings -Oracle Open Office Draw : tab stops;spacing in presentations -Oracle Open Office Draw : tab stops;spacing in text documents -Oracle Open Office Draw : table controls -Oracle Open Office Draw : table controls;form functions -Oracle Open Office Draw : table controls;keyboard-only edit mode -Oracle Open Office Draw : table controls;properties -Oracle Open Office Draw : table views of databases -Oracle Open Office Draw : Table Wizard (Base) -Oracle Open Office Draw : tables -Oracle Open Office Draw : tables;inserting line breaks -Oracle Open Office Draw : tables in databases -Oracle Open Office Draw : tables in databases;access rights to (Base) -Oracle Open Office Draw : tables in databases;adding to queries -Oracle Open Office Draw : tables in databases;browsing and editing -Oracle Open Office Draw : tables in databases;copying database tables (Base) -Oracle Open Office Draw : tables in databases;creating -Oracle Open Office Draw : tables in databases;creating in design view (manually) -Oracle Open Office Draw : tables in databases;importing text formats (Base) -Oracle Open Office Draw : tables in databases;joining for queries (Base) -Oracle Open Office Draw : tables in databases;printing queries (Base) -Oracle Open Office Draw : tables in databases;relations (Base) -Oracle Open Office Draw : tables in databases;searching -Oracle Open Office Draw : tables in spreadsheets -Oracle Open Office Draw : tables in spreadsheets;copying data to other applications -Oracle Open Office Draw : tables in spreadsheets;defining borders -Oracle Open Office Draw : tables in spreadsheets;value highlighting -Oracle Open Office Draw : tables in text -Oracle Open Office Draw : tables in text;captions -Oracle Open Office Draw : tables in text;creating automatically -Oracle Open Office Draw : tables in text;default settings -Oracle Open Office Draw : tables in text;defining borders -Oracle Open Office Draw : tables in text;displaying -Oracle Open Office Draw : tables in text;printing -Oracle Open Office Draw : tabs -Oracle Open Office Draw : tabs;displaying sheet tabs -Oracle Open Office Draw : tags -Oracle Open Office Draw : tags;definition -Oracle Open Office Draw : tags;META tags -Oracle Open Office Draw : task pane -Oracle Open Office Draw : templates -Oracle Open Office Draw : templates;agendas -Oracle Open Office Draw : templates;changing basic fonts -Oracle Open Office Draw : templates;database reports -Oracle Open Office Draw : templates;deleting -Oracle Open Office Draw : templates;editing and saving -Oracle Open Office Draw : templates;faxes -Oracle Open Office Draw : templates;importing and exporting -Oracle Open Office Draw : templates;letters -Oracle Open Office Draw : templates;new documents from templates -Oracle Open Office Draw : templates;opening documents with -Oracle Open Office Draw : templates;organizing -Oracle Open Office Draw : terminology -Oracle Open Office Draw : terminology;general glossary -Oracle Open Office Draw : terminology;Internet glossary -Oracle Open Office Draw : testing XML filters -Oracle Open Office Draw : text -Oracle Open Office Draw : text;animating -Oracle Open Office Draw : text;Asian layout -Oracle Open Office Draw : text;bold -Oracle Open Office Draw : text;coloring -Oracle Open Office Draw : text;converting to curves -Oracle Open Office Draw : text;copying by drag and drop -Oracle Open Office Draw : text;CTL languages -Oracle Open Office Draw : text;double-clicking to edit -Oracle Open Office Draw : text;drawing pictures -Oracle Open Office Draw : text;font effects -Oracle Open Office Draw : text;font sizes -Oracle Open Office Draw : text;font styles -Oracle Open Office Draw : text;fonts and formats -Oracle Open Office Draw : text;Fontwork icons -Oracle Open Office Draw : text;hyperlinks -Oracle Open Office Draw : text;inserting special characters -Oracle Open Office Draw : text;italics -Oracle Open Office Draw : text;kerning -Oracle Open Office Draw : text;language selection -Oracle Open Office Draw : text;line spacing -Oracle Open Office Draw : text;overwriting or inserting -Oracle Open Office Draw : text;printing in black -Oracle Open Office Draw : text;replacing with format -Oracle Open Office Draw : text;selection modes -Oracle Open Office Draw : text;shadowed -Oracle Open Office Draw : text;text/draw objects -Oracle Open Office Draw : text;toolbar -Oracle Open Office Draw : text attributes -Oracle Open Office Draw : text attributes;hyperlinks -Oracle Open Office Draw : text attributes;undoing -Oracle Open Office Draw : text boxes -Oracle Open Office Draw : text boxes;form functions -Oracle Open Office Draw : text boxes;positioning -Oracle Open Office Draw : text breaks in cells -Oracle Open Office Draw : text colors for better accessibility -Oracle Open Office Draw : text databases (Base) -Oracle Open Office Draw : text documents -Oracle Open Office Draw : text documents;creating/opening -Oracle Open Office Draw : text documents;importing/exporting -Oracle Open Office Draw : text documents;inserting in slides -Oracle Open Office Draw : text documents;inserting spreadsheet cells -Oracle Open Office Draw : text documents;print settings -Oracle Open Office Draw : text documents;printing -Oracle Open Office Draw : text documents;saving -Oracle Open Office Draw : text documents;saving automatically -Oracle Open Office Draw : text documents;saving in other formats -Oracle Open Office Draw : text documents;sending as e-mail -Oracle Open Office Draw : text effects -Oracle Open Office Draw : text entry mode for draw objects -Oracle Open Office Draw : text flow -Oracle Open Office Draw : text flow;in cells -Oracle Open Office Draw : text formats -Oracle Open Office Draw : text formats;databases -Oracle Open Office Draw : text formats;pasting -Oracle Open Office Draw : text frames -Oracle Open Office Draw : text input fields -Oracle Open Office Draw : text layout for special languages -Oracle Open Office Draw : text objects -Oracle Open Office Draw : text objects;alignment -Oracle Open Office Draw : text objects;draw functions -Oracle Open Office Draw : text objects;fonts -Oracle Open Office Draw : text objects;in presentations and drawings -Oracle Open Office Draw : text overflow in spreadsheet cells -Oracle Open Office Draw : text scaling in charts -Oracle Open Office Draw : text, see also text documents, paragraphs and characters -Oracle Open Office Draw : TextArt, see Fontwork -Oracle Open Office Draw : textures -Oracle Open Office Draw : textures;inserting from Gallery -Oracle Open Office Draw : textures;on chart bars -Oracle Open Office Draw : Thai -Oracle Open Office Draw : Thai;entering text -Oracle Open Office Draw : Thai;language settings -Oracle Open Office Draw : thesaurus -Oracle Open Office Draw : thesaurus;activating for a language -Oracle Open Office Draw : ticker text -Oracle Open Office Draw : tiled printing of slides -Oracle Open Office Draw : time and date on all slides -Oracle Open Office Draw : time fields -Oracle Open Office Draw : time fields;form functions -Oracle Open Office Draw : times -Oracle Open Office Draw : times;fixed -Oracle Open Office Draw : times;inserting when printing presentations -Oracle Open Office Draw : times;variable -Oracle Open Office Draw : times, formats -Oracle Open Office Draw : timings -Oracle Open Office Draw : timings;rehearse timings -Oracle Open Office Draw : tips -Oracle Open Office Draw : tips;extended tips in Help -Oracle Open Office Draw : title rows -Oracle Open Office Draw : title rows;printing in Oracle Open Office Math -Oracle Open Office Draw : titles -Oracle Open Office Draw : titles;alignment (charts) -Oracle Open Office Draw : titles;changing -Oracle Open Office Draw : titles;editing in charts -Oracle Open Office Draw : titles;font effects -Oracle Open Office Draw : titles;formatting automatically -Oracle Open Office Draw : titles;formatting charts -Oracle Open Office Draw : titles;objects -Oracle Open Office Draw : toolbars -Oracle Open Office Draw : toolbars;3D objects -Oracle Open Office Draw : toolbars;adding buttons -Oracle Open Office Draw : toolbars;curves -Oracle Open Office Draw : toolbars;docking/undocking -Oracle Open Office Draw : toolbars;ellipses -Oracle Open Office Draw : toolbars;Form Navigation bar -Oracle Open Office Draw : toolbars;viewing/closing -Oracle Open Office Draw : tools bar -Oracle Open Office Draw : tooltips -Oracle Open Office Draw : tooltips;extended tips -Oracle Open Office Draw : tooltips;help -Oracle Open Office Draw : torus -Oracle Open Office Draw : traditional Chinese -Oracle Open Office Draw : traditional Chinese;translating to simplified chinese -Oracle Open Office Draw : transition effects -Oracle Open Office Draw : transparency -Oracle Open Office Draw : transparency;adjusting -Oracle Open Office Draw : transparency;areas -Oracle Open Office Draw : transparency;of objects -Oracle Open Office Draw : transparency;off for faster printing -Oracle Open Office Draw : transparency;saving -Oracle Open Office Draw : tree view of Help -Oracle Open Office Draw : trend lines in charts -Oracle Open Office Draw : typefaces -Oracle Open Office Draw : typefaces;adding under UNIX -Oracle Open Office Draw : typefaces;formats -Oracle Open Office Draw : typographical quotes in Oracle Open Office Writer -Oracle Open Office Draw : typography -Oracle Open Office Draw : typography;Asian -Oracle Open Office Draw : underlining -Oracle Open Office Draw : underlining;AutoFormat function -Oracle Open Office Draw : underlining;characters -Oracle Open Office Draw : underlining;text -Oracle Open Office Draw : underlying objects -Oracle Open Office Draw : undocking windows -Oracle Open Office Draw : undoing -Oracle Open Office Draw : undoing;direct formatting -Oracle Open Office Draw : undoing;editing -Oracle Open Office Draw : undoing;number of steps -Oracle Open Office Draw : ungrouping groups -Oracle Open Office Draw : units -Oracle Open Office Draw : units;converting -Oracle Open Office Draw : units;measurement units -Oracle Open Office Draw : unlocking layers -Oracle Open Office Draw : UNO components -Oracle Open Office Draw : UNO components;Extension Manager -Oracle Open Office Draw : UNO components;integrating new -Oracle Open Office Draw : update options -Oracle Open Office Draw : updates -Oracle Open Office Draw : updates;checking automatically -Oracle Open Office Draw : updates;checking manually -Oracle Open Office Draw : updating -Oracle Open Office Draw : updating;fields and charts, automatically (Writer) -Oracle Open Office Draw : updating;links in text documents -Oracle Open Office Draw : updating;links, on opening -Oracle Open Office Draw : updating;templates -Oracle Open Office Draw : URL -Oracle Open Office Draw : URL;changing hyperlink URLs -Oracle Open Office Draw : URL;definition -Oracle Open Office Draw : URL;in pictures -Oracle Open Office Draw : URL;saving absolute/relative paths -Oracle Open Office Draw : URL;turning off URL recognition -Oracle Open Office Draw : user data -Oracle Open Office Draw : user data;input -Oracle Open Office Draw : user data;removing when saving -Oracle Open Office Draw : user feedback -Oracle Open Office Draw : user feedback;automatically -Oracle Open Office Draw : user-defined colors -Oracle Open Office Draw : user-defined dictionaries -Oracle Open Office Draw : user-defined dictionaries;creating -Oracle Open Office Draw : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Draw : user-defined dictionaries;editing -Oracle Open Office Draw : user-defined styles -Oracle Open Office Draw : user-defined styles;automatically replacing -Oracle Open Office Draw : UTF-8/UCS2 support -Oracle Open Office Draw : values -Oracle Open Office Draw : values;rounded as shown (Calc) -Oracle Open Office Draw : variables -Oracle Open Office Draw : variables;for paths -Oracle Open Office Draw : variances in charts -Oracle Open Office Draw : VBA code -Oracle Open Office Draw : VBA code;loading/saving documents with VBA code -Oracle Open Office Draw : vector graphics -Oracle Open Office Draw : vector graphics;converting bitmaps -Oracle Open Office Draw : vectorizing bitmaps -Oracle Open Office Draw : version management -Oracle Open Office Draw : version numbers of documents -Oracle Open Office Draw : versions -Oracle Open Office Draw : versions;comparing documents -Oracle Open Office Draw : versions;file saving as, restriction -Oracle Open Office Draw : versions;merging document versions -Oracle Open Office Draw : versions;of a document -Oracle Open Office Draw : versions;Oracle Open Office -Oracle Open Office Draw : vertical callouts -Oracle Open Office Draw : vertical scrollbars (Writer) -Oracle Open Office Draw : vertical text boxes -Oracle Open Office Draw : videos -Oracle Open Office Draw : viewing -Oracle Open Office Draw : viewing;databases -Oracle Open Office Draw : viewing;file properties -Oracle Open Office Draw : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Draw : viewing;toolbars -Oracle Open Office Draw : views -Oracle Open Office Draw : views;black and white -Oracle Open Office Draw : views;creating database views (Base) -Oracle Open Office Draw : views;defaults -Oracle Open Office Draw : views;display sizes -Oracle Open Office Draw : views;full screen -Oracle Open Office Draw : views;icons -Oracle Open Office Draw : views;scaling -Oracle Open Office Draw : views;shift function -Oracle Open Office Draw : views;slide master view -Oracle Open Office Draw : Visual Basic for Applications -Oracle Open Office Draw : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Draw : watermarks -Oracle Open Office Draw : web documents -Oracle Open Office Draw : web documents;XForms -Oracle Open Office Draw : Web support -Oracle Open Office Draw : WebCast export -Oracle Open Office Draw : WebDAV over HTTPS -Oracle Open Office Draw : windows -Oracle Open Office Draw : windows;docking -Oracle Open Office Draw : windows;docking definition -Oracle Open Office Draw : windows;hiding/showing/docking -Oracle Open Office Draw : windows;new -Oracle Open Office Draw : wizards -Oracle Open Office Draw : wizards;agendas -Oracle Open Office Draw : wizards;database queries -Oracle Open Office Draw : wizards;database tables (Base) -Oracle Open Office Draw : wizards;databases (Base) -Oracle Open Office Draw : wizards;document converter -Oracle Open Office Draw : wizards;Euro Converter -Oracle Open Office Draw : wizards;faxes -Oracle Open Office Draw : wizards;forms -Oracle Open Office Draw : wizards;letters -Oracle Open Office Draw : wizards;macros (Base) -Oracle Open Office Draw : wizards;overview -Oracle Open Office Draw : wizards;presentations -Oracle Open Office Draw : wizards;reports -Oracle Open Office Draw : Word documents -Oracle Open Office Draw : Word documents;compatibility -Oracle Open Office Draw : Word documents;saving as -Oracle Open Office Draw : WordArt, see Fontwork -Oracle Open Office Draw : words -Oracle Open Office Draw : words;automatically replacing -Oracle Open Office Draw : words;wrapping in cells -Oracle Open Office Draw : words;wrapping in CTL -Oracle Open Office Draw : working directory change -Oracle Open Office Draw : wrapping text -Oracle Open Office Draw : wrapping text;in cells -Oracle Open Office Draw : write protection on/off -Oracle Open Office Draw : writing aids options -Oracle Open Office Draw : WYSIWYG in fonts lists -Oracle Open Office Draw : X axes -Oracle Open Office Draw : X axes;grid formatting -Oracle Open Office Draw : X axes;positioning -Oracle Open Office Draw : X axes;scaling -Oracle Open Office Draw : X axes;showing -Oracle Open Office Draw : XForms -Oracle Open Office Draw : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Draw : XForms;conditions -Oracle Open Office Draw : XForms;opening/editing -Oracle Open Office Draw : XML converters -Oracle Open Office Draw : XML file formats -Oracle Open Office Draw : XML filters -Oracle Open Office Draw : XML filters;creating/testing -Oracle Open Office Draw : XML filters;saving as package/installing/deleting -Oracle Open Office Draw : XML filters;settings -Oracle Open Office Draw : XML Forms, see XForms -Oracle Open Office Draw : XSLT filters, see also XML filters -Oracle Open Office Draw : XY charts -Oracle Open Office Draw : Y axes -Oracle Open Office Draw : Y axes;formatting -Oracle Open Office Draw : Y axes;grid formatting -Oracle Open Office Draw : Y axes;positioning -Oracle Open Office Draw : Y axes;scaling -Oracle Open Office Draw : Y axes;showing -Oracle Open Office Draw : years -Oracle Open Office Draw : years;2-digit options -Oracle Open Office Draw : Z axes -Oracle Open Office Draw : Z axes;grid formatting -Oracle Open Office Draw : Z axes;showing -Oracle Open Office Draw : zero values -Oracle Open Office Draw : zero values;displaying (Calc) -Oracle Open Office Draw : zooming -Oracle Open Office Draw : zooming;in presentations -Oracle Open Office Draw : zooming;keyboard -Oracle Open Office Draw : zooming;page views -Oracle Open Office Draw : zooming;pictures -Oracle Open Office Draw : zooming;shortcut keys -Oracle Open Office Draw : zooming;status bar -Oracle Open Office Impress : 1/2 replacement -Oracle Open Office Impress : 3D charts -Oracle Open Office Impress : 3D objects -Oracle Open Office Impress : 3D objects;assembling -Oracle Open Office Impress : 3D objects;generating -Oracle Open Office Impress : 3D objects;inserting -Oracle Open Office Impress : 3D rotation objects -Oracle Open Office Impress : 3D rotation objects;converting to -Oracle Open Office Impress : 3D rotation objects;generating -Oracle Open Office Impress : 3D text creation -Oracle Open Office Impress : abbreviation replacement -Oracle Open Office Impress : absolute hyperlinks -Oracle Open Office Impress : absolute saving of URLs -Oracle Open Office Impress : accents -Oracle Open Office Impress : Access databases (base) -Oracle Open Office Impress : access rights for database tables (Base) -Oracle Open Office Impress : accessibility -Oracle Open Office Impress : accessibility;general shortcuts -Oracle Open Office Impress : accessibility;options -Oracle Open Office Impress : accessibility;Oracle Open Office assistive technology -Oracle Open Office Impress : accessibility;Oracle Open Office Draw -Oracle Open Office Impress : accessibility;Oracle Open Office features -Oracle Open Office Impress : accessibility;Oracle Open Office Impress -Oracle Open Office Impress : activating -Oracle Open Office Impress : activating;context menus -Oracle Open Office Impress : activating;Error Report Tool -Oracle Open Office Impress : activating;extended help tips -Oracle Open Office Impress : activating;plug-ins -Oracle Open Office Impress : ActiveX control -Oracle Open Office Impress : Adabas D databases (base) -Oracle Open Office Impress : add-ons, see UNO components -Oracle Open Office Impress : additional selection mode -Oracle Open Office Impress : address books -Oracle Open Office Impress : address books;LDAP server (Base) -Oracle Open Office Impress : address books;registering -Oracle Open Office Impress : address labels from databases -Oracle Open Office Impress : ADO databases (Base) -Oracle Open Office Impress : Agenda Wizard -Oracle Open Office Impress : aging filter -Oracle Open Office Impress : aligning -Oracle Open Office Impress : aligning;2D charts -Oracle Open Office Impress : aligning;cells -Oracle Open Office Impress : aligning;draw objects -Oracle Open Office Impress : aligning;objects -Oracle Open Office Impress : aligning;paragraphs -Oracle Open Office Impress : aligning;tables in text -Oracle Open Office Impress : aligning;text objects -Oracle Open Office Impress : aligning;titles in charts -Oracle Open Office Impress : allowing -Oracle Open Office Impress : allowing;effects -Oracle Open Office Impress : allowing;interaction -Oracle Open Office Impress : alternative fonts -Oracle Open Office Impress : ampersand symbol, see also operators -Oracle Open Office Impress : anchors -Oracle Open Office Impress : anchors;changing -Oracle Open Office Impress : anchors;displaying (Calc) -Oracle Open Office Impress : anchors;types/positions for draw objects -Oracle Open Office Impress : animated GIFs -Oracle Open Office Impress : animated slide transitions -Oracle Open Office Impress : animation effects -Oracle Open Office Impress : animations -Oracle Open Office Impress : animations;accessibility options -Oracle Open Office Impress : animations;editing -Oracle Open Office Impress : animations;list of -Oracle Open Office Impress : animations;saving as GIFs -Oracle Open Office Impress : appearance options -Oracle Open Office Impress : Arabic -Oracle Open Office Impress : Arabic;entering text -Oracle Open Office Impress : Arabic;language settings -Oracle Open Office Impress : area charts -Oracle Open Office Impress : areas -Oracle Open Office Impress : areas;bitmap patterns -Oracle Open Office Impress : areas;from connected lines -Oracle Open Office Impress : areas;hatched/dotted -Oracle Open Office Impress : areas;shadows -Oracle Open Office Impress : areas;slanting -Oracle Open Office Impress : areas;styles -Oracle Open Office Impress : areas;transparency -Oracle Open Office Impress : arguments in command line -Oracle Open Office Impress : arranging -Oracle Open Office Impress : arranging;objects -Oracle Open Office Impress : arranging;objects (guide) -Oracle Open Office Impress : arranging;slides -Oracle Open Office Impress : arrows -Oracle Open Office Impress : arrows;defining arrow heads -Oracle Open Office Impress : arrows;defining arrow lines -Oracle Open Office Impress : arrows;drawing in text -Oracle Open Office Impress : arrows;inserting -Oracle Open Office Impress : arrows;loading arrow styles -Oracle Open Office Impress : ASCII -Oracle Open Office Impress : ASCII;definition -Oracle Open Office Impress : Asian languages -Oracle Open Office Impress : Asian languages;enabling -Oracle Open Office Impress : Asian Phonetic Guide -Oracle Open Office Impress : Asian typography -Oracle Open Office Impress : assembled objects in 3D -Oracle Open Office Impress : assigning scripts -Oracle Open Office Impress : assistive technology in Oracle Open Office -Oracle Open Office Impress : attaching toolbars -Oracle Open Office Impress : attachments in e-mails -Oracle Open Office Impress : attributes -Oracle Open Office Impress : attributes;objects with -Oracle Open Office Impress : audio -Oracle Open Office Impress : authors -Oracle Open Office Impress : auto reloading HTML documents -Oracle Open Office Impress : AutoAbstract function for sending text to presentations -Oracle Open Office Impress : AutoCaption function in Oracle Open Office Writer -Oracle Open Office Impress : AutoComplete function in text and list boxes -Oracle Open Office Impress : AutoCorrect function -Oracle Open Office Impress : AutoCorrect function;context menu -Oracle Open Office Impress : AutoCorrect function;options -Oracle Open Office Impress : AutoCorrect function;pictures and frames -Oracle Open Office Impress : AutoCorrect function;quotes -Oracle Open Office Impress : AutoCorrect function;replacement table -Oracle Open Office Impress : AutoCorrect function;switching on and off in Calc -Oracle Open Office Impress : AutoCorrect function;URL recognition -Oracle Open Office Impress : AutoFormat function -Oracle Open Office Impress : AutoFormat function;switching on and off -Oracle Open Office Impress : automatic captions (Writer) -Oracle Open Office Impress : automatic control focus -Oracle Open Office Impress : automatic hyperlink formatting -Oracle Open Office Impress : automatic line breaks -Oracle Open Office Impress : automatic lines/borders in text -Oracle Open Office Impress : automatic saving -Oracle Open Office Impress : automatic slide changes -Oracle Open Office Impress : automatic slide changes;rehearse timings -Oracle Open Office Impress : automatic slide shows -Oracle Open Office Impress : automatic slide transition -Oracle Open Office Impress : AutoPilots, see wizards -Oracle Open Office Impress : AutoValue (Base) -Oracle Open Office Impress : averages in charts -Oracle Open Office Impress : axes -Oracle Open Office Impress : axes;better scaling -Oracle Open Office Impress : axes;formatting -Oracle Open Office Impress : axes;formatting grids -Oracle Open Office Impress : axes;inserting grids -Oracle Open Office Impress : axes;interval marks -Oracle Open Office Impress : axes;showing axes in charts -Oracle Open Office Impress : axes in charts -Oracle Open Office Impress : backgrounds -Oracle Open Office Impress : backgrounds;changing -Oracle Open Office Impress : backgrounds;defining colors/pictures -Oracle Open Office Impress : backgrounds;deleting unused -Oracle Open Office Impress : backgrounds;frames/sections/indexes -Oracle Open Office Impress : backgrounds;inserting from Gallery -Oracle Open Office Impress : backgrounds;normal view -Oracle Open Office Impress : backgrounds;notes -Oracle Open Office Impress : backgrounds;printing -Oracle Open Office Impress : backgrounds;slides -Oracle Open Office Impress : backing window -Oracle Open Office Impress : backups -Oracle Open Office Impress : backups;automatic -Oracle Open Office Impress : backups;documents -Oracle Open Office Impress : bar charts -Oracle Open Office Impress : Basic -Oracle Open Office Impress : Basic;fonts for source display -Oracle Open Office Impress : Basic;programming -Oracle Open Office Impress : Basic;recording macros -Oracle Open Office Impress : basic fonts -Oracle Open Office Impress : behind object command -Oracle Open Office Impress : Bézier curves -Oracle Open Office Impress : Bézier curves;control points in presentations -Oracle Open Office Impress : bi-directional writing -Oracle Open Office Impress : binding space -Oracle Open Office Impress : bitmaps -Oracle Open Office Impress : bitmaps;converting to -Oracle Open Office Impress : bitmaps;converting to vector graphics -Oracle Open Office Impress : bitmaps;inserting and editing -Oracle Open Office Impress : bitmaps;off for faster printing -Oracle Open Office Impress : bitmaps;patterns -Oracle Open Office Impress : bitmaps;replacing colors -Oracle Open Office Impress : black and white display -Oracle Open Office Impress : black and white printing -Oracle Open Office Impress : black and white view -Oracle Open Office Impress : black printing in Calc -Oracle Open Office Impress : block selection mode -Oracle Open Office Impress : bold -Oracle Open Office Impress : bold;AutoFormat function -Oracle Open Office Impress : bold;text -Oracle Open Office Impress : bookmarks -Oracle Open Office Impress : bookmarks;Help -Oracle Open Office Impress : borders -Oracle Open Office Impress : borders;arranging -Oracle Open Office Impress : borders;cells on screen (Calc) -Oracle Open Office Impress : borders;for paragraphs -Oracle Open Office Impress : borders;for tables -Oracle Open Office Impress : borders;shadows -Oracle Open Office Impress : borders;table boundaries (Writer) -Oracle Open Office Impress : borders, see also frames -Oracle Open Office Impress : bound fields -Oracle Open Office Impress : bound fields;controls -Oracle Open Office Impress : boundaries of tables (Writer) -Oracle Open Office Impress : break display (Writer) -Oracle Open Office Impress : breaking object connections -Oracle Open Office Impress : brochures -Oracle Open Office Impress : brochures;printing several -Oracle Open Office Impress : bubble charts -Oracle Open Office Impress : build numbers of Oracle Open Office -Oracle Open Office Impress : bullet lists -Oracle Open Office Impress : bullet lists;formatting options -Oracle Open Office Impress : bullets -Oracle Open Office Impress : bullets;paragraphs -Oracle Open Office Impress : bullets;replacing -Oracle Open Office Impress : bullets;turning off -Oracle Open Office Impress : business cards -Oracle Open Office Impress : business cards;creating and synchronizing -Oracle Open Office Impress : business cards;using templates -Oracle Open Office Impress : button bars, see toolbars -Oracle Open Office Impress : buttons -Oracle Open Office Impress : buttons;adding push buttons -Oracle Open Office Impress : buttons;big/small -Oracle Open Office Impress : buttons;editing hyperlink buttons -Oracle Open Office Impress : buttons;form functions -Oracle Open Office Impress : buttons;toolbars -Oracle Open Office Impress : cache for graphics -Oracle Open Office Impress : calculating -Oracle Open Office Impress : calculating;iterative references (Calc) -Oracle Open Office Impress : calculating;regression curves -Oracle Open Office Impress : callouts -Oracle Open Office Impress : callouts;drawings -Oracle Open Office Impress : callouts;inserting in presentations -Oracle Open Office Impress : capital letters -Oracle Open Office Impress : capital letters;AutoCorrect function -Oracle Open Office Impress : capital letters;font effects -Oracle Open Office Impress : captions -Oracle Open Office Impress : captions;automatic captions (Writer) -Oracle Open Office Impress : captions;tables/pictures/frames/OLE objects (Writer) -Oracle Open Office Impress : captions, see also labels/callouts -Oracle Open Office Impress : cascading update (Base) -Oracle Open Office Impress : case sensitivity -Oracle Open Office Impress : case sensitivity;comparing cell contents (Calc) -Oracle Open Office Impress : case sensitivity;searching -Oracle Open Office Impress : cells -Oracle Open Office Impress : cells;aligning -Oracle Open Office Impress : cells;coloring (Calc) -Oracle Open Office Impress : cells;cursor positions after input (Calc) -Oracle Open Office Impress : cells;formatting without effect (Calc) -Oracle Open Office Impress : cells;line breaks -Oracle Open Office Impress : cells;linked to controls -Oracle Open Office Impress : cells;number of -Oracle Open Office Impress : cells;pasting -Oracle Open Office Impress : cells;resetting formats -Oracle Open Office Impress : cells;showing grid lines (Calc) -Oracle Open Office Impress : centered text -Oracle Open Office Impress : centimeters -Oracle Open Office Impress : certificates -Oracle Open Office Impress : changes -Oracle Open Office Impress : changes;accepting or rejecting -Oracle Open Office Impress : changes;comparing to original -Oracle Open Office Impress : changes;protecting -Oracle Open Office Impress : changes;recording -Oracle Open Office Impress : changes;review function -Oracle Open Office Impress : changes;showing -Oracle Open Office Impress : changing -Oracle Open Office Impress : changing;document titles -Oracle Open Office Impress : changing;file associations in Setup program -Oracle Open Office Impress : changing;icon sizes -Oracle Open Office Impress : changing;layer properties -Oracle Open Office Impress : changing;layout for handouts -Oracle Open Office Impress : changing;links -Oracle Open Office Impress : changing;order of slides -Oracle Open Office Impress : changing;slide layouts -Oracle Open Office Impress : changing;work directory -Oracle Open Office Impress : changing, see also editing and replacing -Oracle Open Office Impress : character styles -Oracle Open Office Impress : character styles;language selection -Oracle Open Office Impress : characters -Oracle Open Office Impress : characters;alternative fonts -Oracle Open Office Impress : characters;Asian layout -Oracle Open Office Impress : characters;bold -Oracle Open Office Impress : characters;coloring -Oracle Open Office Impress : characters;converting to curves -Oracle Open Office Impress : characters;displaying only on screen (Writer) -Oracle Open Office Impress : characters;enabling CTL and Asian characters -Oracle Open Office Impress : characters;font effects -Oracle Open Office Impress : characters;fonts and formats -Oracle Open Office Impress : characters;hyperlinks -Oracle Open Office Impress : characters;italics -Oracle Open Office Impress : characters;language selection -Oracle Open Office Impress : characters;shadowed -Oracle Open Office Impress : characters;spacing -Oracle Open Office Impress : characters;special -Oracle Open Office Impress : characters;underlining -Oracle Open Office Impress : charcoal sketches filter -Oracle Open Office Impress : chart legends -Oracle Open Office Impress : chart legends;hiding -Oracle Open Office Impress : chart legends;showing icons with labels -Oracle Open Office Impress : chart types -Oracle Open Office Impress : chart types;area -Oracle Open Office Impress : chart types;bubble -Oracle Open Office Impress : chart types;column and bar -Oracle Open Office Impress : chart types;column and line -Oracle Open Office Impress : chart types;line -Oracle Open Office Impress : chart types;net -Oracle Open Office Impress : chart types;pie/donut -Oracle Open Office Impress : chart types;stock -Oracle Open Office Impress : chart types;XY (scatter) -Oracle Open Office Impress : charts -Oracle Open Office Impress : charts;3D views -Oracle Open Office Impress : charts;aligning -Oracle Open Office Impress : charts;arranging within stacks -Oracle Open Office Impress : charts;bars with textures -Oracle Open Office Impress : charts;choosing chart types -Oracle Open Office Impress : charts;colors -Oracle Open Office Impress : charts;copying with link to source cell range -Oracle Open Office Impress : charts;data labels -Oracle Open Office Impress : charts;displaying (Calc) -Oracle Open Office Impress : charts;editing axes -Oracle Open Office Impress : charts;editing data -Oracle Open Office Impress : charts;editing legends -Oracle Open Office Impress : charts;editing titles -Oracle Open Office Impress : charts;formatting areas -Oracle Open Office Impress : charts;formatting floors -Oracle Open Office Impress : charts;formatting walls -Oracle Open Office Impress : charts;inserting -Oracle Open Office Impress : charts;overview -Oracle Open Office Impress : charts;positioning axes -Oracle Open Office Impress : charts;properties -Oracle Open Office Impress : charts;reorganizing -Oracle Open Office Impress : charts;scaling axes -Oracle Open Office Impress : charts;scaling text -Oracle Open Office Impress : charts;shortcuts -Oracle Open Office Impress : charts;showing axes -Oracle Open Office Impress : charts;updating automatically (Writer) -Oracle Open Office Impress : check box creation -Oracle Open Office Impress : Chinese writing systems -Oracle Open Office Impress : choosing printers -Oracle Open Office Impress : circle drawings -Oracle Open Office Impress : circle segments -Oracle Open Office Impress : circles -Oracle Open Office Impress : circles;of objects -Oracle Open Office Impress : Client Side ImageMap -Oracle Open Office Impress : clipboard -Oracle Open Office Impress : clipboard;cutting -Oracle Open Office Impress : clipboard;pasting -Oracle Open Office Impress : clipboard;pasting formatted/unformatted text -Oracle Open Office Impress : clipboard;selection clipboard -Oracle Open Office Impress : clipboard;Unix -Oracle Open Office Impress : closing -Oracle Open Office Impress : closing;documents -Oracle Open Office Impress : closing;shapes -Oracle Open Office Impress : closing;toolbars -Oracle Open Office Impress : collaboration -Oracle Open Office Impress : color bar -Oracle Open Office Impress : colors -Oracle Open Office Impress : colors;adding -Oracle Open Office Impress : colors;appearance -Oracle Open Office Impress : colors;backgrounds -Oracle Open Office Impress : colors;charts -Oracle Open Office Impress : colors;default colors -Oracle Open Office Impress : colors;defining and saving -Oracle Open Office Impress : colors;defining gradients interactively -Oracle Open Office Impress : colors;displaying presentations -Oracle Open Office Impress : colors;fill format -Oracle Open Office Impress : colors;fonts -Oracle Open Office Impress : colors;grid lines and cells (Calc) -Oracle Open Office Impress : colors;loading lists -Oracle Open Office Impress : colors;models -Oracle Open Office Impress : colors;not printing -Oracle Open Office Impress : colors;printing in grayscale -Oracle Open Office Impress : colors;replacing -Oracle Open Office Impress : colors;restriction (Calc) -Oracle Open Office Impress : colors;selection -Oracle Open Office Impress : column and line charts -Oracle Open Office Impress : column charts -Oracle Open Office Impress : column headers -Oracle Open Office Impress : column headers;displaying (Calc) -Oracle Open Office Impress : column headers;highlighting (Calc) -Oracle Open Office Impress : columns -Oracle Open Office Impress : columns;inserting -Oracle Open Office Impress : columns;setting with the mouse -Oracle Open Office Impress : combination charts -Oracle Open Office Impress : combining -Oracle Open Office Impress : combining;3D objects -Oracle Open Office Impress : combining;draw objects -Oracle Open Office Impress : combining;undoing -Oracle Open Office Impress : combo box creation -Oracle Open Office Impress : command button creation -Oracle Open Office Impress : command buttons, see push buttons -Oracle Open Office Impress : command line parameters -Oracle Open Office Impress : commands -Oracle Open Office Impress : commands;repeating -Oracle Open Office Impress : commands;SQL -Oracle Open Office Impress : comments -Oracle Open Office Impress : comments;displaying (Calc) -Oracle Open Office Impress : comments;inserting/editing/deleting/printing -Oracle Open Office Impress : comments;on changes -Oracle Open Office Impress : comments;printing in text -Oracle Open Office Impress : common terms -Oracle Open Office Impress : common terms;Chinese dictionary -Oracle Open Office Impress : common terms;glossaries -Oracle Open Office Impress : common terms;Internet glossary -Oracle Open Office Impress : comparisons -Oracle Open Office Impress : comparisons;document versions -Oracle Open Office Impress : comparisons;operators in default filter dialog -Oracle Open Office Impress : compatibility settings for MS Word import -Oracle Open Office Impress : complete screen view -Oracle Open Office Impress : complex text layout -Oracle Open Office Impress : complex text layout;definition -Oracle Open Office Impress : complex text layout;enabling -Oracle Open Office Impress : complex text layout, see CTL -Oracle Open Office Impress : compose key to insert special characters -Oracle Open Office Impress : concatenation, see ampersand symbol -Oracle Open Office Impress : conditional separators -Oracle Open Office Impress : conditions -Oracle Open Office Impress : conditions;in number formats -Oracle Open Office Impress : conditions;items in Data Navigator -Oracle Open Office Impress : cones -Oracle Open Office Impress : Configuration Manager -Oracle Open Office Impress : configuring -Oracle Open Office Impress : configuring;fax icon -Oracle Open Office Impress : configuring;Oracle Open Office -Oracle Open Office Impress : configuring;toolbars -Oracle Open Office Impress : connecting -Oracle Open Office Impress : connecting;draw objects -Oracle Open Office Impress : connecting;lines -Oracle Open Office Impress : connecting;paths and objects -Oracle Open Office Impress : connections to data sources (Base) -Oracle Open Office Impress : connectors -Oracle Open Office Impress : connectors;properties of -Oracle Open Office Impress : connectors;using -Oracle Open Office Impress : constructing shapes -Oracle Open Office Impress : contents protection -Oracle Open Office Impress : context menus -Oracle Open Office Impress : contours -Oracle Open Office Impress : contours;converting to -Oracle Open Office Impress : control point display in presentations -Oracle Open Office Impress : control points definition -Oracle Open Office Impress : controls -Oracle Open Office Impress : controls;activating in forms -Oracle Open Office Impress : controls;adding to documents -Oracle Open Office Impress : controls;arranging in forms -Oracle Open Office Impress : controls;arranging within stacks -Oracle Open Office Impress : controls;assigning data sources -Oracle Open Office Impress : controls;assigning macros (Basic) -Oracle Open Office Impress : controls;bound fields/list contents/linked cells -Oracle Open Office Impress : controls;events -Oracle Open Office Impress : controls;focus -Oracle Open Office Impress : controls;formatted fields -Oracle Open Office Impress : controls;grouping -Oracle Open Office Impress : controls;hidden -Oracle Open Office Impress : controls;inserting -Oracle Open Office Impress : controls;multi-line titles -Oracle Open Office Impress : controls;positions and sizes -Oracle Open Office Impress : controls;printing -Oracle Open Office Impress : controls;properties of form controls -Oracle Open Office Impress : controls;properties of table controls -Oracle Open Office Impress : controls;reference by SQL -Oracle Open Office Impress : controls;rich text control -Oracle Open Office Impress : controls;select mode -Oracle Open Office Impress : controls;showing (Writer) -Oracle Open Office Impress : converters -Oracle Open Office Impress : converters;Euro converter -Oracle Open Office Impress : converters;PostScript, UNIX -Oracle Open Office Impress : converters;XML -Oracle Open Office Impress : converting -Oracle Open Office Impress : converting;bitmaps to polygons -Oracle Open Office Impress : converting;Hangul/Hanja -Oracle Open Office Impress : converting;metrics -Oracle Open Office Impress : converting;Microsoft documents -Oracle Open Office Impress : converting;Oracle Open Office documents -Oracle Open Office Impress : converting;Pocket PC formats -Oracle Open Office Impress : converting;points -Oracle Open Office Impress : converting;text to curves -Oracle Open Office Impress : converting;to bitmaps -Oracle Open Office Impress : converting;to contours -Oracle Open Office Impress : converting;to curves, polygons, 3D -Oracle Open Office Impress : converting;to metafile format (WMF) -Oracle Open Office Impress : copies -Oracle Open Office Impress : copies;printing -Oracle Open Office Impress : copying -Oracle Open Office Impress : copying;by drag and drop -Oracle Open Office Impress : copying;data from text documents -Oracle Open Office Impress : copying;datasource records in spreadsheets -Oracle Open Office Impress : copying;draw objects -Oracle Open Office Impress : copying;draw objects between documents -Oracle Open Office Impress : copying;formatting -Oracle Open Office Impress : copying;from data source view -Oracle Open Office Impress : copying;from Gallery -Oracle Open Office Impress : copying;in Unix -Oracle Open Office Impress : copying;pictures, between documents -Oracle Open Office Impress : copying;sheet areas, to text documents -Oracle Open Office Impress : copying;slides -Oracle Open Office Impress : copying;text from other documents -Oracle Open Office Impress : copying;to Gallery -Oracle Open Office Impress : copyright for Oracle Open Office -Oracle Open Office Impress : corner points -Oracle Open Office Impress : corner roundings -Oracle Open Office Impress : covered objects -Oracle Open Office Impress : crash reports -Oracle Open Office Impress : criteria of query design (Base) -Oracle Open Office Impress : cropping pictures -Oracle Open Office Impress : cross-fading -Oracle Open Office Impress : cross-fading;creating cross-fades -Oracle Open Office Impress : cross-fading;slides -Oracle Open Office Impress : cross-fading;two draw objects -Oracle Open Office Impress : CTL -Oracle Open Office Impress : CTL;(not) wrapping words -Oracle Open Office Impress : CTL;complex text layout languages -Oracle Open Office Impress : CTL;definition -Oracle Open Office Impress : CTL;options -Oracle Open Office Impress : cubes -Oracle Open Office Impress : currencies -Oracle Open Office Impress : currencies;converters -Oracle Open Office Impress : currencies;format codes -Oracle Open Office Impress : currency field creation -Oracle Open Office Impress : currency formats -Oracle Open Office Impress : cursor -Oracle Open Office Impress : cursor;allowing in protected areas (Writer) -Oracle Open Office Impress : cursor;in read-only text -Oracle Open Office Impress : cursor;quickly moving to an object -Oracle Open Office Impress : curves -Oracle Open Office Impress : curves;converting text to -Oracle Open Office Impress : curves;drawing -Oracle Open Office Impress : curves;editing -Oracle Open Office Impress : curves;editing points -Oracle Open Office Impress : curves;properties in line charts/XY charts -Oracle Open Office Impress : curves;toolbar -Oracle Open Office Impress : custom animation -Oracle Open Office Impress : custom colors -Oracle Open Office Impress : custom dictionaries -Oracle Open Office Impress : custom dictionaries;editing -Oracle Open Office Impress : custom gradients -Oracle Open Office Impress : custom hyphens (Writer) -Oracle Open Office Impress : custom quotes -Oracle Open Office Impress : custom slide shows -Oracle Open Office Impress : custom templates -Oracle Open Office Impress : customizing -Oracle Open Office Impress : customizing;events -Oracle Open Office Impress : customizing;keyboard -Oracle Open Office Impress : customizing;menus -Oracle Open Office Impress : customizing;Oracle Open Office -Oracle Open Office Impress : customizing;round corners -Oracle Open Office Impress : customizing;toolbars -Oracle Open Office Impress : cutting -Oracle Open Office Impress : cylinders -Oracle Open Office Impress : dashes -Oracle Open Office Impress : data -Oracle Open Office Impress : data;filtering in forms -Oracle Open Office Impress : data;forms and subforms -Oracle Open Office Impress : data;read-only -Oracle Open Office Impress : data;sorting in forms -Oracle Open Office Impress : data;user data -Oracle Open Office Impress : data binding change in XForms -Oracle Open Office Impress : data labels in charts -Oracle Open Office Impress : Data Navigator -Oracle Open Office Impress : Data Navigator;adding/editing items -Oracle Open Office Impress : Data Navigator;display options -Oracle Open Office Impress : data ranges in charts -Oracle Open Office Impress : data series -Oracle Open Office Impress : data source browser -Oracle Open Office Impress : data source explorer -Oracle Open Office Impress : data source view -Oracle Open Office Impress : data source view;drag and drop -Oracle Open Office Impress : data source view;overview -Oracle Open Office Impress : data source view;showing -Oracle Open Office Impress : data sources -Oracle Open Office Impress : data sources;as tables -Oracle Open Office Impress : data sources;connection settings (Base) -Oracle Open Office Impress : data sources;copying records to spreadsheets -Oracle Open Office Impress : data sources;displaying current -Oracle Open Office Impress : data sources;LDAP server (Base) -Oracle Open Office Impress : data sources;Oracle Open Office Base -Oracle Open Office Impress : data sources;registering address books -Oracle Open Office Impress : data sources;reports -Oracle Open Office Impress : data sources;setting for stock charts -Oracle Open Office Impress : data sources;viewing -Oracle Open Office Impress : data structure of XForms -Oracle Open Office Impress : data values in charts -Oracle Open Office Impress : data, see also values -Oracle Open Office Impress : database contents -Oracle Open Office Impress : database contents;inserting as tables -Oracle Open Office Impress : database contents;inserting as text -Oracle Open Office Impress : database reports -Oracle Open Office Impress : Database Wizard (Base) -Oracle Open Office Impress : databases -Oracle Open Office Impress : databases;administration through SQL (Base) -Oracle Open Office Impress : databases;ADO (Base) -Oracle Open Office Impress : databases;connecting (Base) -Oracle Open Office Impress : databases;creating -Oracle Open Office Impress : databases;creating labels -Oracle Open Office Impress : databases;creating queries -Oracle Open Office Impress : databases;creating reports -Oracle Open Office Impress : databases;creating tables -Oracle Open Office Impress : databases;deleting (Base) -Oracle Open Office Impress : databases;drag and drop (Base) -Oracle Open Office Impress : databases;editing tables -Oracle Open Office Impress : databases;form filters -Oracle Open Office Impress : databases;formats (Base) -Oracle Open Office Impress : databases;importing/exporting -Oracle Open Office Impress : databases;JDBC (Base) -Oracle Open Office Impress : databases;main page (Base) -Oracle Open Office Impress : databases;ODBC (Base) -Oracle Open Office Impress : databases;overview -Oracle Open Office Impress : databases;registering (Base) -Oracle Open Office Impress : databases;searching records -Oracle Open Office Impress : databases;shortcut keys -Oracle Open Office Impress : databases;sorting -Oracle Open Office Impress : databases;standard filters -Oracle Open Office Impress : databases;text formats -Oracle Open Office Impress : databases;viewing -Oracle Open Office Impress : date fields -Oracle Open Office Impress : date fields;creating -Oracle Open Office Impress : date fields;properties -Oracle Open Office Impress : date formats -Oracle Open Office Impress : date on all slides -Oracle Open Office Impress : dates -Oracle Open Office Impress : dates;default (Calc) -Oracle Open Office Impress : dates;fixed -Oracle Open Office Impress : dates;printing in presentations -Oracle Open Office Impress : dates;start 1900/01/01 (Calc) -Oracle Open Office Impress : dates;start 1904/01/01 (Calc) -Oracle Open Office Impress : dates;variable -Oracle Open Office Impress : dBASE -Oracle Open Office Impress : dBASE;database settings (Base) -Oracle Open Office Impress : DDE -Oracle Open Office Impress : DDE;definition -Oracle Open Office Impress : deactivating -Oracle Open Office Impress : deactivating;plug-ins -Oracle Open Office Impress : decimal places displayed (Calc) -Oracle Open Office Impress : decimal separator key -Oracle Open Office Impress : decimal tab stops -Oracle Open Office Impress : decreasing sizes of views -Oracle Open Office Impress : default directories -Oracle Open Office Impress : default filters -Oracle Open Office Impress : default filters;comparison operators -Oracle Open Office Impress : default filters;databases -Oracle Open Office Impress : default printer -Oracle Open Office Impress : default printer;setting up -Oracle Open Office Impress : default printer;UNIX -Oracle Open Office Impress : default templates -Oracle Open Office Impress : default templates;changing -Oracle Open Office Impress : default templates;organizing -Oracle Open Office Impress : defaults -Oracle Open Office Impress : defaults;documents -Oracle Open Office Impress : defaults;file formats in file dialogs -Oracle Open Office Impress : defaults;file formats in Oracle Open Office -Oracle Open Office Impress : defaults;fonts -Oracle Open Office Impress : defaults;grids (Writer/Calc) -Oracle Open Office Impress : defaults;languages -Oracle Open Office Impress : defaults;number formats -Oracle Open Office Impress : defaults;of saving -Oracle Open Office Impress : defaults;program configuration -Oracle Open Office Impress : defaults;tab stops in text -Oracle Open Office Impress : defaults;views -Oracle Open Office Impress : defining -Oracle Open Office Impress : defining;arrowheads and other line ends -Oracle Open Office Impress : defining;colors -Oracle Open Office Impress : defining;gradients -Oracle Open Office Impress : defining;line styles -Oracle Open Office Impress : defining;paragraph borders -Oracle Open Office Impress : defining;queries (Base) -Oracle Open Office Impress : defining;table borders -Oracle Open Office Impress : deleting -Oracle Open Office Impress : deleting;all direct formatting -Oracle Open Office Impress : deleting;animation effects -Oracle Open Office Impress : deleting;comments -Oracle Open Office Impress : deleting;databases (Base) -Oracle Open Office Impress : deleting;hyperlinks -Oracle Open Office Impress : deleting;layers -Oracle Open Office Impress : deleting;lines in text -Oracle Open Office Impress : deleting;models/instances -Oracle Open Office Impress : deleting;namespaces in XForms -Oracle Open Office Impress : deleting;points -Oracle Open Office Impress : deleting;slide transition effects -Oracle Open Office Impress : deleting;slides -Oracle Open Office Impress : deleting;tab stops -Oracle Open Office Impress : deleting;templates -Oracle Open Office Impress : deleting;XML filters -Oracle Open Office Impress : depth stagger -Oracle Open Office Impress : descriptions for objects -Oracle Open Office Impress : design mode after saving -Oracle Open Office Impress : design view -Oracle Open Office Impress : design view;creating forms -Oracle Open Office Impress : design view;queries/views (Base) -Oracle Open Office Impress : designing -Oracle Open Office Impress : designing;database tables -Oracle Open Office Impress : designing;fonts -Oracle Open Office Impress : designing;queries (Base) -Oracle Open Office Impress : detaching toolbars -Oracle Open Office Impress : dictionaries -Oracle Open Office Impress : dictionaries;common terms in simplified and traditional chinese -Oracle Open Office Impress : dictionaries;creating -Oracle Open Office Impress : dictionaries;editing user-defined -Oracle Open Office Impress : dictionaries;spellcheck -Oracle Open Office Impress : dictionaries, see also languages -Oracle Open Office Impress : digital signatures -Oracle Open Office Impress : digital signatures;getting/managing/applying -Oracle Open Office Impress : digital signatures;overview -Oracle Open Office Impress : digital signatures;WebDAV over HTTPS -Oracle Open Office Impress : dimension lines -Oracle Open Office Impress : dimension lines;drawing -Oracle Open Office Impress : dimension lines;properties of -Oracle Open Office Impress : direct formatting -Oracle Open Office Impress : direct formatting;undoing all -Oracle Open Office Impress : directories -Oracle Open Office Impress : directories;creating new -Oracle Open Office Impress : directories;directory structure -Oracle Open Office Impress : disabled persons -Oracle Open Office Impress : display qualities of presentations -Oracle Open Office Impress : displaying -Oracle Open Office Impress : displaying;comments (Calc) -Oracle Open Office Impress : displaying;comments in text documents -Oracle Open Office Impress : displaying;non-printing characters (Writer) -Oracle Open Office Impress : displaying;pictures and objects (Writer) -Oracle Open Office Impress : displaying;tables (Writer) -Oracle Open Office Impress : displaying;zero values (Calc) -Oracle Open Office Impress : distances -Oracle Open Office Impress : distinct values in SQL queries -Oracle Open Office Impress : distorting in drawings -Oracle Open Office Impress : distorting objects -Oracle Open Office Impress : distributing draw objects -Oracle Open Office Impress : distributing XML filters -Oracle Open Office Impress : docking -Oracle Open Office Impress : docking;definition -Oracle Open Office Impress : docking;toolbars -Oracle Open Office Impress : docking;windows -Oracle Open Office Impress : Document Converter Wizard -Oracle Open Office Impress : Document Map, see Navigator -Oracle Open Office Impress : document types in Oracle Open Office -Oracle Open Office Impress : documents -Oracle Open Office Impress : documents;changing titles -Oracle Open Office Impress : documents;closing -Oracle Open Office Impress : documents;comparing -Oracle Open Office Impress : documents;contents as lists -Oracle Open Office Impress : documents;editing time -Oracle Open Office Impress : documents;exporting -Oracle Open Office Impress : documents;importing -Oracle Open Office Impress : documents;languages -Oracle Open Office Impress : documents;measurement units in -Oracle Open Office Impress : documents;merging -Oracle Open Office Impress : documents;number of pages/tables/sheets -Oracle Open Office Impress : documents;opening -Oracle Open Office Impress : documents;opening in design mode -Oracle Open Office Impress : documents;opening with templates -Oracle Open Office Impress : documents;organizing -Oracle Open Office Impress : documents;printing -Oracle Open Office Impress : documents;read-only -Oracle Open Office Impress : documents;reloading -Oracle Open Office Impress : documents;saving -Oracle Open Office Impress : documents;saving automatically -Oracle Open Office Impress : documents;saving in other formats -Oracle Open Office Impress : documents;sending as e-mail -Oracle Open Office Impress : documents;styles changed -Oracle Open Office Impress : documents;version management -Oracle Open Office Impress : documents;version numbers -Oracle Open Office Impress : donut charts -Oracle Open Office Impress : dotted areas -Oracle Open Office Impress : double-line spacing in paragraphs -Oracle Open Office Impress : double-line writing in Asian layout -Oracle Open Office Impress : doubling draw objects -Oracle Open Office Impress : drag and drop -Oracle Open Office Impress : drag and drop;copying and pasting text -Oracle Open Office Impress : drag and drop;data source view -Oracle Open Office Impress : drag and drop;from Gallery to draw objects -Oracle Open Office Impress : drag and drop;overview -Oracle Open Office Impress : drag and drop;pictures -Oracle Open Office Impress : drag and drop;to Gallery -Oracle Open Office Impress : Draw instructions -Oracle Open Office Impress : draw objects -Oracle Open Office Impress : draw objects;adding/editing/copying -Oracle Open Office Impress : draw objects;anchoring -Oracle Open Office Impress : draw objects;arranging within stacks -Oracle Open Office Impress : draw objects;combining -Oracle Open Office Impress : draw objects;connecting lines to -Oracle Open Office Impress : draw objects;converting text to -Oracle Open Office Impress : draw objects;copying between documents -Oracle Open Office Impress : draw objects;cross-fading two objects -Oracle Open Office Impress : draw objects;displaying (Calc) -Oracle Open Office Impress : draw objects;dropping Gallery pictures -Oracle Open Office Impress : draw objects;duplicating -Oracle Open Office Impress : draw objects;flipping -Oracle Open Office Impress : draw objects;grouping -Oracle Open Office Impress : draw objects;legends -Oracle Open Office Impress : draw objects;positioning and resizing -Oracle Open Office Impress : draw objects;protecting -Oracle Open Office Impress : draw objects;rotating -Oracle Open Office Impress : draw objects;slanting -Oracle Open Office Impress : draw objects;text entry mode -Oracle Open Office Impress : draw objects;text in -Oracle Open Office Impress : drawing -Oracle Open Office Impress : drawing;3D objects -Oracle Open Office Impress : drawing;freeform lines -Oracle Open Office Impress : drawing;lines -Oracle Open Office Impress : drawing;sectors and segments -Oracle Open Office Impress : Drawing bar -Oracle Open Office Impress : drawing lines in text -Oracle Open Office Impress : drawings -Oracle Open Office Impress : drawings;creating/opening -Oracle Open Office Impress : drawings;languages -Oracle Open Office Impress : drawings;printing -Oracle Open Office Impress : drawings;printing defaults -Oracle Open Office Impress : drawings;printing in text documents -Oracle Open Office Impress : drawings;saving -Oracle Open Office Impress : drawings;saving automatically -Oracle Open Office Impress : drawings;saving in other formats -Oracle Open Office Impress : drawings;sending as e-mail -Oracle Open Office Impress : drawings;shortcut keys -Oracle Open Office Impress : drawings;showing (Writer) -Oracle Open Office Impress : drawings;zoom function in -Oracle Open Office Impress : drawings, see also draw objects -Oracle Open Office Impress : drop-down lists in form functions -Oracle Open Office Impress : duplicating draw objects -Oracle Open Office Impress : e-mail attachments -Oracle Open Office Impress : Edit File icon -Oracle Open Office Impress : edit mode -Oracle Open Office Impress : edit mode;after opening -Oracle Open Office Impress : edit mode;through Enter key (Calc) -Oracle Open Office Impress : Edit Points bar -Oracle Open Office Impress : editing -Oracle Open Office Impress : editing;chart axes -Oracle Open Office Impress : editing;chart data -Oracle Open Office Impress : editing;chart legends -Oracle Open Office Impress : editing;chart titles -Oracle Open Office Impress : editing;comments -Oracle Open Office Impress : editing;curves -Oracle Open Office Impress : editing;data binding of XForms -Oracle Open Office Impress : editing;database tables and queries -Oracle Open Office Impress : editing;draw objects -Oracle Open Office Impress : editing;fields -Oracle Open Office Impress : editing;Fontwork objects -Oracle Open Office Impress : editing;gradients -Oracle Open Office Impress : editing;guides and snap points -Oracle Open Office Impress : editing;hyperlinks -Oracle Open Office Impress : editing;menus -Oracle Open Office Impress : editing;objects -Oracle Open Office Impress : editing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Impress : editing;pictures -Oracle Open Office Impress : editing;reports -Oracle Open Office Impress : editing;shortcut keys -Oracle Open Office Impress : editing;slide titles -Oracle Open Office Impress : editing;tab stops -Oracle Open Office Impress : editing;templates -Oracle Open Office Impress : editing;titles -Oracle Open Office Impress : editing;toolbars -Oracle Open Office Impress : editing;undoing -Oracle Open Office Impress : editing;XForms -Oracle Open Office Impress : editing time of documents -Oracle Open Office Impress : editors -Oracle Open Office Impress : editors;formula editor -Oracle Open Office Impress : editors;ImageMap editor -Oracle Open Office Impress : effects -Oracle Open Office Impress : effects;animated slide transitions -Oracle Open Office Impress : effects;applying to/removing from objects -Oracle Open Office Impress : effects;font positions -Oracle Open Office Impress : effects;fonts -Oracle Open Office Impress : effects;Fontwork icons -Oracle Open Office Impress : effects;preview -Oracle Open Office Impress : effects;sounds -Oracle Open Office Impress : ellipses -Oracle Open Office Impress : ellipses;segments -Oracle Open Office Impress : ellipses;toolbars -Oracle Open Office Impress : empty documents -Oracle Open Office Impress : empty paragraph removal -Oracle Open Office Impress : encryption of contents -Oracle Open Office Impress : entering groups -Oracle Open Office Impress : entering text from right to left -Oracle Open Office Impress : equal sign, see also operators -Oracle Open Office Impress : equations in formula editor -Oracle Open Office Impress : error bars in charts -Oracle Open Office Impress : error indicators in charts -Oracle Open Office Impress : Error Report Tool -Oracle Open Office Impress : Euro -Oracle Open Office Impress : Euro;currency formats -Oracle Open Office Impress : Euro;Euro Converter Wizard -Oracle Open Office Impress : even/odd pages -Oracle Open Office Impress : even/odd pages;printing -Oracle Open Office Impress : events -Oracle Open Office Impress : events;assigning scripts -Oracle Open Office Impress : events;controls -Oracle Open Office Impress : events;customizing -Oracle Open Office Impress : events;in forms -Oracle Open Office Impress : Excel -Oracle Open Office Impress : Excel;saving as -Oracle Open Office Impress : Excel;search criteria -Oracle Open Office Impress : exceptions -Oracle Open Office Impress : exceptions;user-defined dictionaries -Oracle Open Office Impress : exchanging, see also replacing -Oracle Open Office Impress : executing SQL commands -Oracle Open Office Impress : exiting -Oracle Open Office Impress : exiting;by clicking objects -Oracle Open Office Impress : exiting;groups -Oracle Open Office Impress : exiting;Oracle Open Office -Oracle Open Office Impress : expanding -Oracle Open Office Impress : expanding;slides -Oracle Open Office Impress : expanding formatting (Calc) -Oracle Open Office Impress : explorer of data sources -Oracle Open Office Impress : export filters -Oracle Open Office Impress : exporting -Oracle Open Office Impress : exporting;animations to GIF format -Oracle Open Office Impress : exporting;bitmaps -Oracle Open Office Impress : exporting;HTML and text documents -Oracle Open Office Impress : exporting;Microsoft Office documents with VBA code -Oracle Open Office Impress : exporting;presentations to HTML -Oracle Open Office Impress : exporting;spreadsheets to text format -Oracle Open Office Impress : exporting;templates -Oracle Open Office Impress : exporting;to foreign formats -Oracle Open Office Impress : exporting;to HTML -Oracle Open Office Impress : exporting;to Macromedia Flash format -Oracle Open Office Impress : exporting;to Microsoft Office formats -Oracle Open Office Impress : exporting;to PDF -Oracle Open Office Impress : exporting;to PostScript format -Oracle Open Office Impress : exporting;to XML -Oracle Open Office Impress : exporting;XML files -Oracle Open Office Impress : extended tips in Help -Oracle Open Office Impress : extension mode in text -Oracle Open Office Impress : extensions -Oracle Open Office Impress : extensions;Extension Manager -Oracle Open Office Impress : extensions;file formats -Oracle Open Office Impress : external keys (Base) -Oracle Open Office Impress : extrusion objects -Oracle Open Office Impress : eyedropper tool -Oracle Open Office Impress : faster printing -Oracle Open Office Impress : faxes -Oracle Open Office Impress : faxes;configuring Oracle Open Office -Oracle Open Office Impress : faxes;fax programs/fax printers under UNIX -Oracle Open Office Impress : faxes;selecting a fax machine -Oracle Open Office Impress : faxes;sending -Oracle Open Office Impress : faxes;wizards -Oracle Open Office Impress : feedback -Oracle Open Office Impress : feedback;automatically -Oracle Open Office Impress : fields -Oracle Open Office Impress : fields;authors -Oracle Open Office Impress : fields;database tables -Oracle Open Office Impress : fields;dates (fixed) -Oracle Open Office Impress : fields;dates (variable) -Oracle Open Office Impress : fields;displaying field codes (Writer) -Oracle Open Office Impress : fields;editing -Oracle Open Office Impress : fields;file names -Oracle Open Office Impress : fields;formatted fields -Oracle Open Office Impress : fields;formatting -Oracle Open Office Impress : fields;in slides -Oracle Open Office Impress : fields;page numbers -Oracle Open Office Impress : fields;times (fixed) -Oracle Open Office Impress : fields;times (variable) -Oracle Open Office Impress : fields;updating automatically (Writer) -Oracle Open Office Impress : file associations for Microsoft Office -Oracle Open Office Impress : file filters -Oracle Open Office Impress : file filters;mobile devices -Oracle Open Office Impress : file filters;XML -Oracle Open Office Impress : file formats -Oracle Open Office Impress : file formats;changing Oracle Open Office defaults -Oracle Open Office Impress : file formats;OpenDocument/XML -Oracle Open Office Impress : file formats;saving always in other formats -Oracle Open Office Impress : file selection button -Oracle Open Office Impress : file sharing options for current document -Oracle Open Office Impress : files -Oracle Open Office Impress : files;filters and formats -Oracle Open Office Impress : files;importing -Oracle Open Office Impress : files;inserting -Oracle Open Office Impress : files;inserting pictures -Oracle Open Office Impress : files;opening -Oracle Open Office Impress : files;opening with placeholders -Oracle Open Office Impress : files;properties -Oracle Open Office Impress : files;saving -Oracle Open Office Impress : files;saving automatically -Oracle Open Office Impress : files;saving in other formats -Oracle Open Office Impress : files;sending as e-mail -Oracle Open Office Impress : files;version numbers -Oracle Open Office Impress : files and folders in Oracle Open Office -Oracle Open Office Impress : fill characters with tabulators -Oracle Open Office Impress : fill colors for areas -Oracle Open Office Impress : fill format mode -Oracle Open Office Impress : fill format mode;styles -Oracle Open Office Impress : fill patterns for areas -Oracle Open Office Impress : filter conditions -Oracle Open Office Impress : filter conditions;connecting -Oracle Open Office Impress : filter conditions;in queries (Base) -Oracle Open Office Impress : filtering -Oracle Open Office Impress : filtering;data in databases -Oracle Open Office Impress : filtering;data in forms -Oracle Open Office Impress : filters -Oracle Open Office Impress : filters;comparison operators -Oracle Open Office Impress : filters;for import and export -Oracle Open Office Impress : filters;Navigator -Oracle Open Office Impress : filters;pictures -Oracle Open Office Impress : filters;XML filter settings -Oracle Open Office Impress : Find tab in Help -Oracle Open Office Impress : finding -Oracle Open Office Impress : finding;in all sheets -Oracle Open Office Impress : finding;records in form documents -Oracle Open Office Impress : finding;selections -Oracle Open Office Impress : finding;similarity search -Oracle Open Office Impress : fitting to pages -Oracle Open Office Impress : fitting to pages;individual slides -Oracle Open Office Impress : fitting to pages;print settings in Math -Oracle Open Office Impress : fitting to pages;print settings in presentations -Oracle Open Office Impress : fixed text -Oracle Open Office Impress : fixed text;form functions -Oracle Open Office Impress : fixing toolbars -Oracle Open Office Impress : flipping around a flip line -Oracle Open Office Impress : flipping draw objects -Oracle Open Office Impress : floating frames in HTML documents -Oracle Open Office Impress : floating text -Oracle Open Office Impress : floating toolbars -Oracle Open Office Impress : flowcharts -Oracle Open Office Impress : focus of controls -Oracle Open Office Impress : folder creation -Oracle Open Office Impress : font lists -Oracle Open Office Impress : font name box -Oracle Open Office Impress : font sizes -Oracle Open Office Impress : font sizes;bullets -Oracle Open Office Impress : font sizes;relative changes -Oracle Open Office Impress : font sizes;scaling on screen -Oracle Open Office Impress : font sizes;text -Oracle Open Office Impress : fonts -Oracle Open Office Impress : fonts;adding under UNIX -Oracle Open Office Impress : fonts;changing in templates -Oracle Open Office Impress : fonts;colors -Oracle Open Office Impress : fonts;default settings -Oracle Open Office Impress : fonts;effects -Oracle Open Office Impress : fonts;for HTML and Basic -Oracle Open Office Impress : fonts;formats -Oracle Open Office Impress : fonts;outlines -Oracle Open Office Impress : fonts;positions in text -Oracle Open Office Impress : fonts;shadows -Oracle Open Office Impress : fonts;specifying several -Oracle Open Office Impress : fonts;strikethrough -Oracle Open Office Impress : fonts;styles -Oracle Open Office Impress : fonts;text objects -Oracle Open Office Impress : Fontwork icons -Oracle Open Office Impress : footers -Oracle Open Office Impress : footers;backgrounds -Oracle Open Office Impress : footers;slide masters -Oracle Open Office Impress : footers;slides -Oracle Open Office Impress : form controls -Oracle Open Office Impress : form controls;assigning macros -Oracle Open Office Impress : form controls;protecting -Oracle Open Office Impress : form controls;toolbars -Oracle Open Office Impress : form fields -Oracle Open Office Impress : form filters -Oracle Open Office Impress : Form Navigator -Oracle Open Office Impress : format codes -Oracle Open Office Impress : format codes;numbers -Oracle Open Office Impress : format filling printing in Oracle Open Office Math -Oracle Open Office Impress : Format Paintbrush -Oracle Open Office Impress : formats -Oracle Open Office Impress : formats;Asian layout -Oracle Open Office Impress : formats;fonts -Oracle Open Office Impress : formats;maximizing page formats -Oracle Open Office Impress : formats;number and currency formats -Oracle Open Office Impress : formats;of currencies/date/time -Oracle Open Office Impress : formats;on opening and saving -Oracle Open Office Impress : formats;pasting in special formats -Oracle Open Office Impress : formats;positions -Oracle Open Office Impress : formats;tabulators -Oracle Open Office Impress : formatted fields -Oracle Open Office Impress : formatted fields;form functions -Oracle Open Office Impress : formatted fields;properties -Oracle Open Office Impress : formatting -Oracle Open Office Impress : formatting;Asian typography -Oracle Open Office Impress : formatting;axes in charts -Oracle Open Office Impress : formatting;chart areas -Oracle Open Office Impress : formatting;chart floors -Oracle Open Office Impress : formatting;chart legends -Oracle Open Office Impress : formatting;chart titles -Oracle Open Office Impress : formatting;chart walls -Oracle Open Office Impress : formatting;copying -Oracle Open Office Impress : formatting;definition -Oracle Open Office Impress : formatting;expanding (Calc) -Oracle Open Office Impress : formatting;fields -Oracle Open Office Impress : formatting;font effects -Oracle Open Office Impress : formatting;hyperlinks -Oracle Open Office Impress : formatting;pages -Oracle Open Office Impress : formatting;printer metrics (Writer) -Oracle Open Office Impress : formatting;slides -Oracle Open Office Impress : formatting;slides headings -Oracle Open Office Impress : formatting;undoing -Oracle Open Office Impress : formatting;undoing when writing -Oracle Open Office Impress : forms -Oracle Open Office Impress : forms;browsing -Oracle Open Office Impress : forms;Combo Box/List Box Wizard -Oracle Open Office Impress : forms;creating -Oracle Open Office Impress : forms;data -Oracle Open Office Impress : forms;designing (Base) -Oracle Open Office Impress : forms;events -Oracle Open Office Impress : forms;filtering data -Oracle Open Office Impress : forms;finding records -Oracle Open Office Impress : forms;focus after opening -Oracle Open Office Impress : forms;general information (Base) -Oracle Open Office Impress : forms;grouping controls -Oracle Open Office Impress : forms;HTML filters -Oracle Open Office Impress : forms;inserting -Oracle Open Office Impress : forms;Navigator -Oracle Open Office Impress : forms;opening in design mode -Oracle Open Office Impress : forms;properties -Oracle Open Office Impress : forms;sorting data -Oracle Open Office Impress : forms;subforms -Oracle Open Office Impress : forms;wizards -Oracle Open Office Impress : forms;XForms -Oracle Open Office Impress : formula texts -Oracle Open Office Impress : formula texts;printing in Oracle Open Office Math -Oracle Open Office Impress : formulas -Oracle Open Office Impress : formulas;new -Oracle Open Office Impress : formulas;starting formula editor -Oracle Open Office Impress : formulas in reports -Oracle Open Office Impress : formulas in reports;editing -Oracle Open Office Impress : forums and support -Oracle Open Office Impress : frames -Oracle Open Office Impress : frames;around paragraphs -Oracle Open Office Impress : frames;around tables -Oracle Open Office Impress : frames;AutoCorrect function -Oracle Open Office Impress : frames;backgrounds -Oracle Open Office Impress : frames;captions (Writer) -Oracle Open Office Impress : frames;printing in Oracle Open Office Math -Oracle Open Office Impress : frames;protecting -Oracle Open Office Impress : frames;selection frames -Oracle Open Office Impress : frames;text fitting to frames -Oracle Open Office Impress : freeform lines -Oracle Open Office Impress : freeform lines;draw functions -Oracle Open Office Impress : freeform lines;drawing -Oracle Open Office Impress : FTP -Oracle Open Office Impress : FTP;opening documents -Oracle Open Office Impress : FTP;saving documents -Oracle Open Office Impress : full joins (Base) -Oracle Open Office Impress : full screen view -Oracle Open Office Impress : full-text search in Help -Oracle Open Office Impress : functions in reports -Oracle Open Office Impress : functions in reports;editing -Oracle Open Office Impress : Gallery -Oracle Open Office Impress : Gallery;adding pictures -Oracle Open Office Impress : Gallery;dragging pictures to draw objects -Oracle Open Office Impress : Gallery;hiding/showing -Oracle Open Office Impress : Gallery;inserting pictures from -Oracle Open Office Impress : geometric forms -Oracle Open Office Impress : get method for form transmissions -Oracle Open Office Impress : getting support -Oracle Open Office Impress : GIF format -Oracle Open Office Impress : GIF images -Oracle Open Office Impress : GIF images;animating -Oracle Open Office Impress : GIF images;replacing colors -Oracle Open Office Impress : glossaries -Oracle Open Office Impress : glossaries;common terms -Oracle Open Office Impress : glossaries;Internet terms -Oracle Open Office Impress : glue points -Oracle Open Office Impress : glue points;using -Oracle Open Office Impress : gradients -Oracle Open Office Impress : gradients;applying and defining -Oracle Open Office Impress : gradients;defining colors -Oracle Open Office Impress : gradients;loading lists -Oracle Open Office Impress : gradients;transparent -Oracle Open Office Impress : gradients off for faster printing -Oracle Open Office Impress : graphic objects, see draw objects -Oracle Open Office Impress : graphical text art -Oracle Open Office Impress : graphics -Oracle Open Office Impress : graphics;cache -Oracle Open Office Impress : graphics;protecting -Oracle Open Office Impress : graphics, see also pictures -Oracle Open Office Impress : grayscale display -Oracle Open Office Impress : grayscale printing -Oracle Open Office Impress : grid controls -Oracle Open Office Impress : grid controls;form functions -Oracle Open Office Impress : grids -Oracle Open Office Impress : grids;defaults (Writer/Calc) -Oracle Open Office Impress : grids;display options (Impress/Draw) -Oracle Open Office Impress : grids;displaying lines (Calc) -Oracle Open Office Impress : grids;formatting axes -Oracle Open Office Impress : grids;inserting in charts -Oracle Open Office Impress : group box creation -Oracle Open Office Impress : grouping -Oracle Open Office Impress : grouping;draw objects -Oracle Open Office Impress : groups -Oracle Open Office Impress : groups;entering/exiting/ungrouping -Oracle Open Office Impress : groups;naming -Oracle Open Office Impress : groups;of controls -Oracle Open Office Impress : guides -Oracle Open Office Impress : guides;display options (Impress/Draw) -Oracle Open Office Impress : guides;displaying when moving objects (Impress) -Oracle Open Office Impress : guides;editing -Oracle Open Office Impress : guides;inserting -Oracle Open Office Impress : guides;show snap lines icon -Oracle Open Office Impress : guides;showing (Calc) -Oracle Open Office Impress : guides;showing when moving frames (Writer) -Oracle Open Office Impress : gutter -Oracle Open Office Impress : half-spheres -Oracle Open Office Impress : hand icon for moving slides -Oracle Open Office Impress : handles -Oracle Open Office Impress : handles;displaying (Writer) -Oracle Open Office Impress : handles;large -Oracle Open Office Impress : handles;scaling -Oracle Open Office Impress : handles;showing simple/large handles (Calc) -Oracle Open Office Impress : handles;simple -Oracle Open Office Impress : handout printing -Oracle Open Office Impress : Hangul/Hanja -Oracle Open Office Impress : hatching -Oracle Open Office Impress : hatching -Oracle Open Office Impress : hatching;loading lists -Oracle Open Office Impress : headers -Oracle Open Office Impress : headers;backgrounds -Oracle Open Office Impress : headers and footers -Oracle Open Office Impress : headers and footers;master layouts -Oracle Open Office Impress : headers and footers;slide masters -Oracle Open Office Impress : headers and footers;slides -Oracle Open Office Impress : headings -Oracle Open Office Impress : headings;entering as text box -Oracle Open Office Impress : Hebrew -Oracle Open Office Impress : Hebrew;entering text -Oracle Open Office Impress : Hebrew;language settings -Oracle Open Office Impress : Help -Oracle Open Office Impress : Help;bookmarks -Oracle Open Office Impress : Help;extended tips on/off -Oracle Open Office Impress : Help;full-text search -Oracle Open Office Impress : Help;Help tips -Oracle Open Office Impress : Help;keywords -Oracle Open Office Impress : Help;navigation pane showing/hiding -Oracle Open Office Impress : Help;style sheets -Oracle Open Office Impress : Help;topics -Oracle Open Office Impress : Help Agent -Oracle Open Office Impress : Help Agent;help -Oracle Open Office Impress : Help Agent;options -Oracle Open Office Impress : Help tips -Oracle Open Office Impress : Help tips;hiding -Oracle Open Office Impress : hidden controls in Form Navigator -Oracle Open Office Impress : hidden fields display (Writer) -Oracle Open Office Impress : hidden pages -Oracle Open Office Impress : hidden pages;printing in presentations -Oracle Open Office Impress : hidden pages;showing -Oracle Open Office Impress : hidden text -Oracle Open Office Impress : hidden text;showing (Writer) -Oracle Open Office Impress : hiding -Oracle Open Office Impress : hiding;changes -Oracle Open Office Impress : hiding;chart legends -Oracle Open Office Impress : hiding;docked windows -Oracle Open Office Impress : hiding;layers -Oracle Open Office Impress : hiding;levels -Oracle Open Office Impress : hiding;navigation pane in Help window -Oracle Open Office Impress : hiding;slides -Oracle Open Office Impress : hiding;subpoints -Oracle Open Office Impress : high contrast mode -Oracle Open Office Impress : Hindi -Oracle Open Office Impress : Hindi;entering text -Oracle Open Office Impress : Hindi;language settings -Oracle Open Office Impress : horizontal scrollbars (Writer) -Oracle Open Office Impress : hot spots in flowcharts -Oracle Open Office Impress : hotspots -Oracle Open Office Impress : HowTos for charts -Oracle Open Office Impress : Howtos for Draw -Oracle Open Office Impress : HTML -Oracle Open Office Impress : HTML;definition -Oracle Open Office Impress : HTML;export character set -Oracle Open Office Impress : HTML;exporting from presentations -Oracle Open Office Impress : HTML;fonts for source display -Oracle Open Office Impress : HTML;importing into presentations -Oracle Open Office Impress : HTML;importing META tags -Oracle Open Office Impress : HTML;inserting files -Oracle Open Office Impress : HTML;live presentations -Oracle Open Office Impress : HTML documents -Oracle Open Office Impress : HTML documents;auto reloading -Oracle Open Office Impress : HTML documents;importing/exporting -Oracle Open Office Impress : HTML documents;META tags in -Oracle Open Office Impress : HTML documents;new -Oracle Open Office Impress : HTML documents;source text -Oracle Open Office Impress : hyperlinks -Oracle Open Office Impress : hyperlinks;assigning macros -Oracle Open Office Impress : hyperlinks;character formats -Oracle Open Office Impress : hyperlinks;definition -Oracle Open Office Impress : hyperlinks;deleting -Oracle Open Office Impress : hyperlinks;editing -Oracle Open Office Impress : hyperlinks;inserting -Oracle Open Office Impress : hyperlinks;relative and absolute -Oracle Open Office Impress : hyperlinks;turning off automatic recognition -Oracle Open Office Impress : hyperlinks, see also links -Oracle Open Office Impress : hyphenation -Oracle Open Office Impress : hyphenation;activating for a language -Oracle Open Office Impress : hyphenation;minimal number of characters -Oracle Open Office Impress : hyphens -Oracle Open Office Impress : hyphens;displaying custom (Writer) -Oracle Open Office Impress : hyphens;inserting custom -Oracle Open Office Impress : icon bars, see toolbars -Oracle Open Office Impress : icon sizes -Oracle Open Office Impress : ignore list for spellcheck -Oracle Open Office Impress : illumination -Oracle Open Office Impress : illumination;3D charts -Oracle Open Office Impress : illustrations, see pictures -Oracle Open Office Impress : image button creation -Oracle Open Office Impress : image control creation -Oracle Open Office Impress : ImageMap -Oracle Open Office Impress : ImageMap;definition -Oracle Open Office Impress : ImageMap;editor -Oracle Open Office Impress : images -Oracle Open Office Impress : images;ImageMap -Oracle Open Office Impress : images;inserting -Oracle Open Office Impress : images;inserting and editing bitmaps -Oracle Open Office Impress : images, see also pictures -Oracle Open Office Impress : IME -Oracle Open Office Impress : IME;definition -Oracle Open Office Impress : IME;showing/hiding -Oracle Open Office Impress : import filters -Oracle Open Office Impress : import restrictions for Microsoft Office -Oracle Open Office Impress : importing -Oracle Open Office Impress : importing;bitmaps -Oracle Open Office Impress : importing;compatibility settings for text import -Oracle Open Office Impress : importing;databases -Oracle Open Office Impress : importing;documents in other formats -Oracle Open Office Impress : importing;from XML -Oracle Open Office Impress : importing;HTML and text documents -Oracle Open Office Impress : importing;HTML with META tags -Oracle Open Office Impress : importing;Microsoft Office documents with VBA code -Oracle Open Office Impress : importing;presentations with HTML -Oracle Open Office Impress : importing;tables in text format -Oracle Open Office Impress : importing;templates -Oracle Open Office Impress : improvement program -Oracle Open Office Impress : in front of object command -Oracle Open Office Impress : inches -Oracle Open Office Impress : including spreadsheets -Oracle Open Office Impress : increasing sizes of views -Oracle Open Office Impress : Index tab in Help -Oracle Open Office Impress : indexes -Oracle Open Office Impress : indexes;backgrounds -Oracle Open Office Impress : indexes;showing/hiding Help index tab -Oracle Open Office Impress : indicator lines in text -Oracle Open Office Impress : inner joins (Base) -Oracle Open Office Impress : input method window -Oracle Open Office Impress : insert mode for entering text -Oracle Open Office Impress : inserting -Oracle Open Office Impress : inserting;3D objects -Oracle Open Office Impress : inserting;arrows -Oracle Open Office Impress : inserting;buttons in toolbars -Oracle Open Office Impress : inserting;callouts in presentations -Oracle Open Office Impress : inserting;cell ranges from spreadsheets -Oracle Open Office Impress : inserting;charts -Oracle Open Office Impress : inserting;clipboard options -Oracle Open Office Impress : inserting;columns -Oracle Open Office Impress : inserting;comments -Oracle Open Office Impress : inserting;data from text documents -Oracle Open Office Impress : inserting;datasource records in spreadsheets -Oracle Open Office Impress : inserting;drawings -Oracle Open Office Impress : inserting;ellipses -Oracle Open Office Impress : inserting;files -Oracle Open Office Impress : inserting;floating frames -Oracle Open Office Impress : inserting;Fontwork objects -Oracle Open Office Impress : inserting;form fields -Oracle Open Office Impress : inserting;headers/footers in all slides -Oracle Open Office Impress : inserting;hyperlinks -Oracle Open Office Impress : inserting;layers -Oracle Open Office Impress : inserting;line breaks in cells -Oracle Open Office Impress : inserting;lines -Oracle Open Office Impress : inserting;movies/sounds -Oracle Open Office Impress : inserting;new text tables defaults -Oracle Open Office Impress : inserting;objects from files -Oracle Open Office Impress : inserting;objects from Gallery -Oracle Open Office Impress : inserting;OLE objects -Oracle Open Office Impress : inserting;paragraph borders -Oracle Open Office Impress : inserting;paragraph bullets -Oracle Open Office Impress : inserting;pictures -Oracle Open Office Impress : inserting;pictures in Gallery -Oracle Open Office Impress : inserting;plug-ins -Oracle Open Office Impress : inserting;polygons -Oracle Open Office Impress : inserting;push buttons -Oracle Open Office Impress : inserting;rectangles -Oracle Open Office Impress : inserting;rows -Oracle Open Office Impress : inserting;slides -Oracle Open Office Impress : inserting;slides as links -Oracle Open Office Impress : inserting;slides from files -Oracle Open Office Impress : inserting;special characters -Oracle Open Office Impress : inserting;tab stops -Oracle Open Office Impress : inserting;text frames -Oracle Open Office Impress : inserting;text in presentations -Oracle Open Office Impress : inserting;textures on chart bars -Oracle Open Office Impress : installing -Oracle Open Office Impress : installing;ActiveX control -Oracle Open Office Impress : installing;mobile device filters -Oracle Open Office Impress : installing;UNO components -Oracle Open Office Impress : installing;XML filters -Oracle Open Office Impress : instructions -Oracle Open Office Impress : instructions;general -Oracle Open Office Impress : instructions;Oracle Open Office Draw -Oracle Open Office Impress : instructions;Oracle Open Office Impress -Oracle Open Office Impress : interactions -Oracle Open Office Impress : interactions;hot spots -Oracle Open Office Impress : interactions;objects in interactive presentations -Oracle Open Office Impress : interactions;preview -Oracle Open Office Impress : Internet -Oracle Open Office Impress : Internet;checking for updates -Oracle Open Office Impress : Internet;Internet Explorer for displaying Oracle Open Office documents -Oracle Open Office Impress : Internet;presentations -Oracle Open Office Impress : Internet;starting searches -Oracle Open Office Impress : Internet glossary -Oracle Open Office Impress : intersecting draw objects -Oracle Open Office Impress : invert filter -Oracle Open Office Impress : invisible areas -Oracle Open Office Impress : italic text -Oracle Open Office Impress : iterative references in spreadsheets -Oracle Open Office Impress : Java -Oracle Open Office Impress : Java;definition -Oracle Open Office Impress : Java;setting options -Oracle Open Office Impress : JDBC -Oracle Open Office Impress : JDBC;databases (Base) -Oracle Open Office Impress : JDBC;definition -Oracle Open Office Impress : joining -Oracle Open Office Impress : joining;3D objects -Oracle Open Office Impress : joining;paragraphs -Oracle Open Office Impress : joining;tables (Base) -Oracle Open Office Impress : joins in databases (Base) -Oracle Open Office Impress : justifying text -Oracle Open Office Impress : kerning -Oracle Open Office Impress : kerning;Asian texts -Oracle Open Office Impress : kerning;definition -Oracle Open Office Impress : kerning;in characters -Oracle Open Office Impress : key fields for relations (Base) -Oracle Open Office Impress : keyboard -Oracle Open Office Impress : keyboard;assigning/editing shortcut keys -Oracle Open Office Impress : keyboard;general commands -Oracle Open Office Impress : keyboard;removing numbering -Oracle Open Office Impress : keyboard;zooming -Oracle Open Office Impress : keys -Oracle Open Office Impress : keys;adding push buttons -Oracle Open Office Impress : keys;primary keys (Base) -Oracle Open Office Impress : kiosk export -Oracle Open Office Impress : labels -Oracle Open Office Impress : labels;creating and synchronizing -Oracle Open Office Impress : labels;for charts -Oracle Open Office Impress : labels;for draw objects -Oracle Open Office Impress : labels;form functions -Oracle Open Office Impress : labels;from databases -Oracle Open Office Impress : labels, see also names/callouts -Oracle Open Office Impress : languages -Oracle Open Office Impress : languages;activating modules -Oracle Open Office Impress : languages;Asian support -Oracle Open Office Impress : languages;complex text layout -Oracle Open Office Impress : languages;locale settings -Oracle Open Office Impress : languages;selecting for text -Oracle Open Office Impress : languages;setting options -Oracle Open Office Impress : languages;spellcheck -Oracle Open Office Impress : languages;spellchecking and formatting -Oracle Open Office Impress : large handles (Writer) -Oracle Open Office Impress : large icons -Oracle Open Office Impress : layer arrangement -Oracle Open Office Impress : layers -Oracle Open Office Impress : layers;definition -Oracle Open Office Impress : layers;deleting -Oracle Open Office Impress : layers;inserting and editing -Oracle Open Office Impress : layers;moving objects -Oracle Open Office Impress : layers;renaming -Oracle Open Office Impress : layers;working with -Oracle Open Office Impress : layout -Oracle Open Office Impress : layout;importing Word documents -Oracle Open Office Impress : layout;pages -Oracle Open Office Impress : layout;printing handouts -Oracle Open Office Impress : LDAP server -Oracle Open Office Impress : LDAP server;address books (Base) -Oracle Open Office Impress : LDAP server;sign on options -Oracle Open Office Impress : leading between paragraphs -Oracle Open Office Impress : left alignment of paragraphs -Oracle Open Office Impress : left joins (Base) -Oracle Open Office Impress : legends -Oracle Open Office Impress : legends;charts -Oracle Open Office Impress : legends;draw objects -Oracle Open Office Impress : legends;drawings -Oracle Open Office Impress : legends;rounding corners -Oracle Open Office Impress : Letter Wizard -Oracle Open Office Impress : levels -Oracle Open Office Impress : levels;depth stagger -Oracle Open Office Impress : levels;hiding -Oracle Open Office Impress : levels;macro security -Oracle Open Office Impress : levels;showing -Oracle Open Office Impress : limits of tables (Writer) -Oracle Open Office Impress : line breaks -Oracle Open Office Impress : line breaks;in cells -Oracle Open Office Impress : line charts -Oracle Open Office Impress : line spacing -Oracle Open Office Impress : line spacing;context menu in paragraphs -Oracle Open Office Impress : line spacing;paragraph -Oracle Open Office Impress : line styles -Oracle Open Office Impress : line styles;applying -Oracle Open Office Impress : line styles;defining -Oracle Open Office Impress : line styles;loading -Oracle Open Office Impress : lines -Oracle Open Office Impress : lines;about line ends -Oracle Open Office Impress : lines;connecting objects -Oracle Open Office Impress : lines;defining ends -Oracle Open Office Impress : lines;draw functions -Oracle Open Office Impress : lines;drawing -Oracle Open Office Impress : lines;drawing in text -Oracle Open Office Impress : lines;editing points -Oracle Open Office Impress : lines;inserting -Oracle Open Office Impress : lines;removing automatic lines -Oracle Open Office Impress : lines of text -Oracle Open Office Impress : lines of text;alignment -Oracle Open Office Impress : links -Oracle Open Office Impress : links;between cells and controls -Oracle Open Office Impress : links;by drag and drop -Oracle Open Office Impress : links;character formats -Oracle Open Office Impress : links;definition -Oracle Open Office Impress : links;editing hyperlinks -Oracle Open Office Impress : links;inserting -Oracle Open Office Impress : links;modifying -Oracle Open Office Impress : links;opening files with -Oracle Open Office Impress : links;relational databases (Base) -Oracle Open Office Impress : links;turning off automatic recognition -Oracle Open Office Impress : links;updating options (Writer) -Oracle Open Office Impress : links;updating specific links -Oracle Open Office Impress : list box creation -Oracle Open Office Impress : lists -Oracle Open Office Impress : lists;animations -Oracle Open Office Impress : lists;data assigned to controls -Oracle Open Office Impress : lists;registered databases (Base) -Oracle Open Office Impress : lists;regular expressions -Oracle Open Office Impress : live presentations on the Internet -Oracle Open Office Impress : loading -Oracle Open Office Impress : loading;arrow and line styles -Oracle Open Office Impress : loading;colors/gradients/hatchings -Oracle Open Office Impress : loading;documents -Oracle Open Office Impress : loading;documents from other formats -Oracle Open Office Impress : loading;HTML documents, automatically -Oracle Open Office Impress : loading;Microsoft Office documents with VBA code -Oracle Open Office Impress : loading;reloading -Oracle Open Office Impress : loading;XML files -Oracle Open Office Impress : locale settings -Oracle Open Office Impress : locking layers -Oracle Open Office Impress : logarithmic scaling along axes -Oracle Open Office Impress : lowercase letters -Oracle Open Office Impress : lowercase letters;font effects -Oracle Open Office Impress : Macro Wizard (Base) -Oracle Open Office Impress : Macromedia Flash export -Oracle Open Office Impress : macros -Oracle Open Office Impress : macros;assigning to events in forms -Oracle Open Office Impress : macros;attaching new (Base) -Oracle Open Office Impress : macros;in MS Office documents -Oracle Open Office Impress : macros;interrupting -Oracle Open Office Impress : macros;organizing -Oracle Open Office Impress : macros;recording -Oracle Open Office Impress : macros;running in presentations -Oracle Open Office Impress : macros;security -Oracle Open Office Impress : macros;security levels -Oracle Open Office Impress : macros;security warning dialog -Oracle Open Office Impress : macros;selecting security warnings -Oracle Open Office Impress : magnetic lines in presentations -Oracle Open Office Impress : magnifiers -Oracle Open Office Impress : margins -Oracle Open Office Impress : margins;pages -Oracle Open Office Impress : margins;setting with the mouse -Oracle Open Office Impress : margins;shadows -Oracle Open Office Impress : marking changes -Oracle Open Office Impress : marking, see selecting -Oracle Open Office Impress : master layouts with headers and footers -Oracle Open Office Impress : master pages, see slide masters -Oracle Open Office Impress : master views -Oracle Open Office Impress : Math formula editor -Oracle Open Office Impress : mean value lines in charts -Oracle Open Office Impress : measurement units -Oracle Open Office Impress : measurement units;changing on rulers -Oracle Open Office Impress : measurement units;converting -Oracle Open Office Impress : measurement units;selecting -Oracle Open Office Impress : Media Player window -Oracle Open Office Impress : menus -Oracle Open Office Impress : menus;activating context menus -Oracle Open Office Impress : menus;assigning macros -Oracle Open Office Impress : menus;customizing -Oracle Open Office Impress : merging -Oracle Open Office Impress : merging;documents -Oracle Open Office Impress : merging;draw objects -Oracle Open Office Impress : META tags -Oracle Open Office Impress : metafiles -Oracle Open Office Impress : metafiles;converting to -Oracle Open Office Impress : metafiles;replacing colors -Oracle Open Office Impress : metrics -Oracle Open Office Impress : metrics;converting -Oracle Open Office Impress : metrics;document formatting (Writer) -Oracle Open Office Impress : metrics;in sheets -Oracle Open Office Impress : Microsoft Office -Oracle Open Office Impress : Microsoft Office;Access databases (base) -Oracle Open Office Impress : Microsoft Office;as default file format -Oracle Open Office Impress : Microsoft Office;document import restrictions -Oracle Open Office Impress : Microsoft Office;feature comparisons -Oracle Open Office Impress : Microsoft Office;importing password protected files -Oracle Open Office Impress : Microsoft Office;importing Word documents -Oracle Open Office Impress : Microsoft Office;importing/exporting VBA code -Oracle Open Office Impress : Microsoft Office;new users information -Oracle Open Office Impress : Microsoft Office;opening Microsoft documents -Oracle Open Office Impress : Microsoft Office;reassigning document types -Oracle Open Office Impress : migrating macros (Base) -Oracle Open Office Impress : mirroring objects -Oracle Open Office Impress : mobile device filters -Oracle Open Office Impress : models in XForms -Oracle Open Office Impress : modifying, see changing -Oracle Open Office Impress : more controls -Oracle Open Office Impress : mosaic filter -Oracle Open Office Impress : motion paths -Oracle Open Office Impress : mouse -Oracle Open Office Impress : mouse;pointers when using drag and drop -Oracle Open Office Impress : mouse;positioning -Oracle Open Office Impress : movies -Oracle Open Office Impress : moving -Oracle Open Office Impress : moving;between layers -Oracle Open Office Impress : moving;objects in slides -Oracle Open Office Impress : moving;tab stops on ruler -Oracle Open Office Impress : moving;toolbars -Oracle Open Office Impress : moving;using guide lines in presentations -Oracle Open Office Impress : MS ADO interface (Base) -Oracle Open Office Impress : multi-line titles in forms -Oracle Open Office Impress : multiple documents -Oracle Open Office Impress : multiple documents;opening -Oracle Open Office Impress : multiple monitors -Oracle Open Office Impress : multiple selection -Oracle Open Office Impress : multiplying draw objects -Oracle Open Office Impress : music -Oracle Open Office Impress : My Documents folder -Oracle Open Office Impress : My Documents folder;changing work directory -Oracle Open Office Impress : My Documents folder;opening -Oracle Open Office Impress : MySQL databases (Base) -Oracle Open Office Impress : names -Oracle Open Office Impress : names;multi-line titles -Oracle Open Office Impress : names;objects -Oracle Open Office Impress : names, see also labels/callouts -Oracle Open Office Impress : namespace organization in XForms -Oracle Open Office Impress : native SQL (Base) -Oracle Open Office Impress : navigating -Oracle Open Office Impress : navigating;in documents -Oracle Open Office Impress : Navigation bar -Oracle Open Office Impress : Navigation bar;controls -Oracle Open Office Impress : Navigation bar;forms -Oracle Open Office Impress : Navigator -Oracle Open Office Impress : Navigator;comments -Oracle Open Office Impress : Navigator;contents as lists -Oracle Open Office Impress : Navigator;docking -Oracle Open Office Impress : Navigator;presentations -Oracle Open Office Impress : Navigator;working with -Oracle Open Office Impress : net charts -Oracle Open Office Impress : network identity options -Oracle Open Office Impress : new databases -Oracle Open Office Impress : new documents -Oracle Open Office Impress : new lines in cells -Oracle Open Office Impress : new windows -Oracle Open Office Impress : non-breaking dashes -Oracle Open Office Impress : non-breaking spaces (Writer) -Oracle Open Office Impress : non-printing characters (Writer) -Oracle Open Office Impress : normal view -Oracle Open Office Impress : normal view;backgrounds -Oracle Open Office Impress : normal view;presentations -Oracle Open Office Impress : notes -Oracle Open Office Impress : notes;adding to slides -Oracle Open Office Impress : notes;default formatting -Oracle Open Office Impress : notes;printing in presentations -Oracle Open Office Impress : number formats -Oracle Open Office Impress : number formats;codes -Oracle Open Office Impress : number formats;formats -Oracle Open Office Impress : number formats;recognition in text tables -Oracle Open Office Impress : number of pages -Oracle Open Office Impress : number of sheets -Oracle Open Office Impress : number of tables -Oracle Open Office Impress : numbering -Oracle Open Office Impress : numbering;options -Oracle Open Office Impress : numbering;turning off -Oracle Open Office Impress : numbering;using automatically -Oracle Open Office Impress : numbers -Oracle Open Office Impress : numbers;date, time and currency formats -Oracle Open Office Impress : numbers;decimal places (Calc) -Oracle Open Office Impress : numerical fields in forms -Oracle Open Office Impress : object bars -Oracle Open Office Impress : object bars;editing glue points -Oracle Open Office Impress : objects -Oracle Open Office Impress : objects;aligning -Oracle Open Office Impress : objects;always moveable (Impress/Draw) -Oracle Open Office Impress : objects;arranging within stacks -Oracle Open Office Impress : objects;behind object command -Oracle Open Office Impress : objects;breaking connections -Oracle Open Office Impress : objects;copying when moving in presentations -Oracle Open Office Impress : objects;definition -Oracle Open Office Impress : objects;displaying in spreadsheets -Oracle Open Office Impress : objects;displaying in text documents -Oracle Open Office Impress : objects;editing -Oracle Open Office Impress : objects;effects -Oracle Open Office Impress : objects;in front of object command -Oracle Open Office Impress : objects;inserting from files -Oracle Open Office Impress : objects;inserting from Gallery -Oracle Open Office Impress : objects;inserting OLE objects -Oracle Open Office Impress : objects;moving along paths -Oracle Open Office Impress : objects;moving and resizing with mouse -Oracle Open Office Impress : objects;moving in layers -Oracle Open Office Impress : objects;moving in slides -Oracle Open Office Impress : objects;naming -Oracle Open Office Impress : objects;opening -Oracle Open Office Impress : objects;properties of charts -Oracle Open Office Impress : objects;quickly moving to -Oracle Open Office Impress : objects;reversing -Oracle Open Office Impress : objects;selecting -Oracle Open Office Impress : objects;titles and descriptions -Oracle Open Office Impress : objects;with attributes -Oracle Open Office Impress : ODBC -Oracle Open Office Impress : ODBC;database (Base) -Oracle Open Office Impress : ODBC;definition -Oracle Open Office Impress : ODF file formats -Oracle Open Office Impress : Office -Oracle Open Office Impress : Office;Microsoft Office and Oracle Open Office -Oracle Open Office Impress : OLE -Oracle Open Office Impress : OLE;definition -Oracle Open Office Impress : OLE objects -Oracle Open Office Impress : OLE objects;arranging within stacks -Oracle Open Office Impress : OLE objects;captions (Writer) -Oracle Open Office Impress : OLE objects;inserting -Oracle Open Office Impress : OLE objects;number of -Oracle Open Office Impress : OLE objects;protecting -Oracle Open Office Impress : one and a half line spacing in text -Oracle Open Office Impress : online feedback options -Oracle Open Office Impress : online registration -Oracle Open Office Impress : online update options -Oracle Open Office Impress : online updates -Oracle Open Office Impress : online updates;checking automatically -Oracle Open Office Impress : online updates;checking manually -Oracle Open Office Impress : Open/Save dialogs -Oracle Open Office Impress : OpenDocument file formats -Oracle Open Office Impress : OpenGL -Oracle Open Office Impress : OpenGL;definition -Oracle Open Office Impress : opening -Oracle Open Office Impress : opening;context menus -Oracle Open Office Impress : opening;database files -Oracle Open Office Impress : opening;dialog settings -Oracle Open Office Impress : opening;documents -Oracle Open Office Impress : opening;documents from other formats -Oracle Open Office Impress : opening;documents on WebDAV server -Oracle Open Office Impress : opening;files with links -Oracle Open Office Impress : opening;files, with placeholders -Oracle Open Office Impress : opening;forms -Oracle Open Office Impress : opening;Microsoft Office files -Oracle Open Office Impress : opening;mobile device documents -Oracle Open Office Impress : opening;objects -Oracle Open Office Impress : opening;reports -Oracle Open Office Impress : opening;several files -Oracle Open Office Impress : opening;XForms -Oracle Open Office Impress : operators -Oracle Open Office Impress : operators;default filters -Oracle Open Office Impress : optional hyphens (Writer) -Oracle Open Office Impress : options -Oracle Open Office Impress : options;accessibility -Oracle Open Office Impress : options;appearance -Oracle Open Office Impress : options;compatibility (Writer) -Oracle Open Office Impress : options;improvement program -Oracle Open Office Impress : options;network identity -Oracle Open Office Impress : options;online update -Oracle Open Office Impress : options;tools -Oracle Open Office Impress : Oracle databases (base) -Oracle Open Office Impress : Oracle Open Office Base data sources -Oracle Open Office Impress : Oracle Open Office Basic scripts in HTML documents -Oracle Open Office Impress : Oracle Open Office documents -Oracle Open Office Impress : Oracle Open Office documents;mobile device filters -Oracle Open Office Impress : Oracle Open Office documents;viewing and editing in Internet Explorer -Oracle Open Office Impress : Oracle Open Office Impress instructions -Oracle Open Office Impress : Oracle Open Office Math start -Oracle Open Office Impress : order of chart data -Oracle Open Office Impress : ordering -Oracle Open Office Impress : ordering;objects -Oracle Open Office Impress : ordering;slides -Oracle Open Office Impress : organization charts -Oracle Open Office Impress : organizing -Oracle Open Office Impress : organizing;macros and scripts -Oracle Open Office Impress : organizing;namespaces in XForms -Oracle Open Office Impress : organizing;styles -Oracle Open Office Impress : organizing;templates -Oracle Open Office Impress : origin of rulers -Oracle Open Office Impress : original size -Oracle Open Office Impress : original size;printing in Oracle Open Office Math -Oracle Open Office Impress : original size;restoring after cropping -Oracle Open Office Impress : outline view -Oracle Open Office Impress : outlines -Oracle Open Office Impress : outlines;font effects -Oracle Open Office Impress : outlines;outline symbols -Oracle Open Office Impress : outlines;printing -Oracle Open Office Impress : outlines;sending to presentations -Oracle Open Office Impress : overwrite mode -Oracle Open Office Impress : packages, see extensions -Oracle Open Office Impress : page breaks -Oracle Open Office Impress : page breaks;displaying (Calc) -Oracle Open Office Impress : page formats -Oracle Open Office Impress : page formats;maximizing -Oracle Open Office Impress : page formats;restriction -Oracle Open Office Impress : page number field -Oracle Open Office Impress : page numbers on all slides -Oracle Open Office Impress : page styles -Oracle Open Office Impress : page styles;editing/applying with statusbar -Oracle Open Office Impress : pages -Oracle Open Office Impress : pages;backgrounds in all applications -Oracle Open Office Impress : pages;copying -Oracle Open Office Impress : pages;fitting to printed pages -Oracle Open Office Impress : pages;formatting and numbering -Oracle Open Office Impress : pages;printing page names in presentations -Oracle Open Office Impress : pages;scaling -Oracle Open Office Impress : pages;selecting one to print -Oracle Open Office Impress : paint box -Oracle Open Office Impress : paint can symbol -Oracle Open Office Impress : pair kerning -Oracle Open Office Impress : Palm file filters -Oracle Open Office Impress : paper formats -Oracle Open Office Impress : paper size warning -Oracle Open Office Impress : paper trays -Oracle Open Office Impress : paragraph marks -Oracle Open Office Impress : paragraph marks;displaying (Writer) -Oracle Open Office Impress : paragraph styles -Oracle Open Office Impress : paragraph styles;languages -Oracle Open Office Impress : paragraph styles;modifying basic fonts -Oracle Open Office Impress : paragraphs -Oracle Open Office Impress : paragraphs;alignment -Oracle Open Office Impress : paragraphs;Asian typography -Oracle Open Office Impress : paragraphs;defining borders -Oracle Open Office Impress : paragraphs;hidden paragraphs (Writer) -Oracle Open Office Impress : paragraphs;increasing indents of -Oracle Open Office Impress : paragraphs;indents, margins and columns -Oracle Open Office Impress : paragraphs;inserting bullets -Oracle Open Office Impress : paragraphs;joining -Oracle Open Office Impress : paragraphs;numbering automatically -Oracle Open Office Impress : paragraphs;removing blank ones -Oracle Open Office Impress : paragraphs;spacing -Oracle Open Office Impress : paragraphs;tab stops -Oracle Open Office Impress : parameters -Oracle Open Office Impress : parameters;command line -Oracle Open Office Impress : parameters;queries (Base) -Oracle Open Office Impress : passwords for protecting contents -Oracle Open Office Impress : pasting -Oracle Open Office Impress : pasting;cell ranges -Oracle Open Office Impress : pasting;cell ranges from spreadsheets -Oracle Open Office Impress : pasting;data from text documents -Oracle Open Office Impress : pasting;draw objects -Oracle Open Office Impress : pasting;draw objects from other documents -Oracle Open Office Impress : pasting;formatted/unformatted text -Oracle Open Office Impress : pasting;from data source view -Oracle Open Office Impress : pasting;from data sources to Oracle Open Office Calc -Oracle Open Office Impress : pasting;pictures from other documents -Oracle Open Office Impress : pasting;sheet areas in text documents -Oracle Open Office Impress : pasting;slides from other presentations -Oracle Open Office Impress : pasting;text from other documents -Oracle Open Office Impress : pasting;to Gallery -Oracle Open Office Impress : paths -Oracle Open Office Impress : paths;changing work directory -Oracle Open Office Impress : paths;defaults -Oracle Open Office Impress : paths;moving objects along -Oracle Open Office Impress : pattern editor -Oracle Open Office Impress : pattern fields -Oracle Open Office Impress : pattern fields;form functions -Oracle Open Office Impress : patterns for objects -Oracle Open Office Impress : PDF -Oracle Open Office Impress : PDF;export -Oracle Open Office Impress : PDF;PostScript to PDF converter, UNIX -Oracle Open Office Impress : personal data input -Oracle Open Office Impress : phonetic guide -Oracle Open Office Impress : picklist creation -Oracle Open Office Impress : pictures -Oracle Open Office Impress : pictures;adding to Gallery -Oracle Open Office Impress : pictures;arranging within stacks -Oracle Open Office Impress : pictures;assigning macros -Oracle Open Office Impress : pictures;backgrounds -Oracle Open Office Impress : pictures;captions (Writer) -Oracle Open Office Impress : pictures;changing paths -Oracle Open Office Impress : pictures;cropping and zooming -Oracle Open Office Impress : pictures;displaying in Calc -Oracle Open Office Impress : pictures;displaying in Writer (Writer) -Oracle Open Office Impress : pictures;drag and drop between documents -Oracle Open Office Impress : pictures;drawing -Oracle Open Office Impress : pictures;editing -Oracle Open Office Impress : pictures;filters -Oracle Open Office Impress : pictures;ImageMap -Oracle Open Office Impress : pictures;inserting -Oracle Open Office Impress : pictures;inserting automatically -Oracle Open Office Impress : pictures;inserting from Gallery -Oracle Open Office Impress : pictures;number of -Oracle Open Office Impress : pictures;printing -Oracle Open Office Impress : pictures;scaling/resizing -Oracle Open Office Impress : pie charts -Oracle Open Office Impress : pie charts;options -Oracle Open Office Impress : pie charts;types -Oracle Open Office Impress : pivot points of draw objects -Oracle Open Office Impress : pixel editor -Oracle Open Office Impress : pixel graphics -Oracle Open Office Impress : pixel graphics;inserting and editing -Oracle Open Office Impress : pixel patterns -Oracle Open Office Impress : placeholders -Oracle Open Office Impress : placeholders;in SQL queries -Oracle Open Office Impress : placeholders;on opening files -Oracle Open Office Impress : placing toolbars -Oracle Open Office Impress : playing movies and sound files -Oracle Open Office Impress : plotting data as charts -Oracle Open Office Impress : plug-ins -Oracle Open Office Impress : plug-ins;activating and deactivating -Oracle Open Office Impress : plug-ins;definition -Oracle Open Office Impress : plug-ins;inserting -Oracle Open Office Impress : pocket device appliances -Oracle Open Office Impress : Pocket PC file filters -Oracle Open Office Impress : points -Oracle Open Office Impress : points;adding/converting/deleting -Oracle Open Office Impress : points;reducing editing points when snapping (Impress/Draw) -Oracle Open Office Impress : polygon drawing -Oracle Open Office Impress : polygons -Oracle Open Office Impress : polygons;inserting -Oracle Open Office Impress : polygons;intersecting/subtracting/merging -Oracle Open Office Impress : pop-art filter -Oracle Open Office Impress : portable document format -Oracle Open Office Impress : positioning -Oracle Open Office Impress : positioning;axes -Oracle Open Office Impress : positioning;draw objects and controls -Oracle Open Office Impress : positioning;fonts -Oracle Open Office Impress : positioning;objects -Oracle Open Office Impress : positioning;toolbars -Oracle Open Office Impress : post method for form transmissions -Oracle Open Office Impress : posterizing filter -Oracle Open Office Impress : PostScript -Oracle Open Office Impress : PostScript;creating files -Oracle Open Office Impress : PostScript;PDF converter, UNIX -Oracle Open Office Impress : PowerPoint export -Oracle Open Office Impress : precision as shown (Calc) -Oracle Open Office Impress : predefining fonts -Oracle Open Office Impress : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion -Oracle Open Office Impress : presentations -Oracle Open Office Impress : presentations;arranging slides -Oracle Open Office Impress : presentations;creating/opening -Oracle Open Office Impress : presentations;exiting by interaction -Oracle Open Office Impress : presentations;exporting to HTML -Oracle Open Office Impress : presentations;importing HTML -Oracle Open Office Impress : presentations;inserting spreadsheet cells -Oracle Open Office Impress : presentations;inserting spreadsheets -Oracle Open Office Impress : presentations;live on the Internet -Oracle Open Office Impress : presentations;navigating -Oracle Open Office Impress : presentations;numbering slides in -Oracle Open Office Impress : presentations;ordering of effects -Oracle Open Office Impress : presentations;print menu -Oracle Open Office Impress : presentations;printing -Oracle Open Office Impress : presentations;rehearse timings -Oracle Open Office Impress : presentations;saving -Oracle Open Office Impress : presentations;saving automatically -Oracle Open Office Impress : presentations;saving in other formats -Oracle Open Office Impress : presentations;sending as e-mail -Oracle Open Office Impress : presentations;settings for -Oracle Open Office Impress : presentations;shortcut keys -Oracle Open Office Impress : presentations;starting -Oracle Open Office Impress : presentations;starting with wizard -Oracle Open Office Impress : presentations;window / full screen -Oracle Open Office Impress : presentations;wizards -Oracle Open Office Impress : Presenter Console shortcuts -Oracle Open Office Impress : press buttons, see push buttons -Oracle Open Office Impress : previews -Oracle Open Office Impress : previews;fonts lists -Oracle Open Office Impress : primary keys -Oracle Open Office Impress : primary keys;defining -Oracle Open Office Impress : primary keys;design view -Oracle Open Office Impress : primary keys;inserting (Base) -Oracle Open Office Impress : print area selection -Oracle Open Office Impress : printer metrics for document formatting (Writer) -Oracle Open Office Impress : printers -Oracle Open Office Impress : printers;adding, UNIX -Oracle Open Office Impress : printers;choosing -Oracle Open Office Impress : printers;default printer -Oracle Open Office Impress : printers;faxes under UNIX -Oracle Open Office Impress : printers;maximum page formats -Oracle Open Office Impress : printers;paper trays -Oracle Open Office Impress : printers;properties -Oracle Open Office Impress : printing -Oracle Open Office Impress : printing;black and white -Oracle Open Office Impress : printing;brochures -Oracle Open Office Impress : printing;colors in grayscale -Oracle Open Office Impress : printing;comments -Oracle Open Office Impress : printing;copies -Oracle Open Office Impress : printing;creating individual jobs -Oracle Open Office Impress : printing;dates in presentations -Oracle Open Office Impress : printing;directly -Oracle Open Office Impress : printing;documents -Oracle Open Office Impress : printing;drawings defaults -Oracle Open Office Impress : printing;elements in text documents -Oracle Open Office Impress : printing;faster -Oracle Open Office Impress : printing;fitting to pages in Oracle Open Office Math -Oracle Open Office Impress : printing;fitting to pages in presentations -Oracle Open Office Impress : printing;fitting to paper -Oracle Open Office Impress : printing;formulas in Oracle Open Office Math -Oracle Open Office Impress : printing;hidden pages of presentations -Oracle Open Office Impress : printing;in original size in Oracle Open Office Math -Oracle Open Office Impress : printing;left/right pages -Oracle Open Office Impress : printing;presentations -Oracle Open Office Impress : printing;queries (Base) -Oracle Open Office Impress : printing;scaling in Oracle Open Office Math -Oracle Open Office Impress : printing;selections -Oracle Open Office Impress : printing;text always in black -Oracle Open Office Impress : printing;text in reverse order -Oracle Open Office Impress : printing;tiling pages in presentations -Oracle Open Office Impress : printing;transparencies -Oracle Open Office Impress : printing;warnings -Oracle Open Office Impress : printing;without scaling in presentations -Oracle Open Office Impress : printing speed -Oracle Open Office Impress : programming -Oracle Open Office Impress : programming;Oracle Open Office -Oracle Open Office Impress : programming;scripting -Oracle Open Office Impress : programs run by mouse click in presentations -Oracle Open Office Impress : properties -Oracle Open Office Impress : properties;charts -Oracle Open Office Impress : properties;fields in databases -Oracle Open Office Impress : properties;files -Oracle Open Office Impress : properties;form controls -Oracle Open Office Impress : properties;forms -Oracle Open Office Impress : properties;printers -Oracle Open Office Impress : properties;smooth lines in line charts/XY charts -Oracle Open Office Impress : protected contents -Oracle Open Office Impress : protected dashes -Oracle Open Office Impress : protected database tables -Oracle Open Office Impress : protected documents -Oracle Open Office Impress : protected spaces -Oracle Open Office Impress : protected spaces;inserting -Oracle Open Office Impress : protected spaces;showing (Writer) -Oracle Open Office Impress : protecting -Oracle Open Office Impress : protecting;contents -Oracle Open Office Impress : protecting;recorded changes -Oracle Open Office Impress : proxy settings -Oracle Open Office Impress : push buttons -Oracle Open Office Impress : push buttons;adding to documents -Oracle Open Office Impress : push buttons;creating -Oracle Open Office Impress : pyramids -Oracle Open Office Impress : queries -Oracle Open Office Impress : queries;copying (Base) -Oracle Open Office Impress : queries;creating in design view (Base) -Oracle Open Office Impress : queries;creating in SQL view -Oracle Open Office Impress : queries;defining (Base) -Oracle Open Office Impress : queries;deleting table links (Base) -Oracle Open Office Impress : queries;editing in data source view -Oracle Open Office Impress : queries;formulating filter conditions (Base) -Oracle Open Office Impress : queries;joining tables (Base) -Oracle Open Office Impress : queries;missing elements (Base) -Oracle Open Office Impress : queries;overview (Base) -Oracle Open Office Impress : queries;parameter queries (Base) -Oracle Open Office Impress : queries;printing (Base) -Oracle Open Office Impress : Query Wizard (Base) -Oracle Open Office Impress : Quickstarter -Oracle Open Office Impress : quotation marks -Oracle Open Office Impress : quotation marks;replacing -Oracle Open Office Impress : quotes -Oracle Open Office Impress : quotes;custom -Oracle Open Office Impress : radar charts, see net charts -Oracle Open Office Impress : radio button creation -Oracle Open Office Impress : read-only documents -Oracle Open Office Impress : read-only documents;cursor -Oracle Open Office Impress : read-only documents;database tables on/off -Oracle Open Office Impress : read-only documents;editing -Oracle Open Office Impress : read-only documents;opening documents as -Oracle Open Office Impress : read-only items in Data Navigator -Oracle Open Office Impress : recognizing URLs automatically -Oracle Open Office Impress : recording -Oracle Open Office Impress : recording;changes -Oracle Open Office Impress : recording;display times for slides -Oracle Open Office Impress : recording;macros -Oracle Open Office Impress : records -Oracle Open Office Impress : records;inserting comments -Oracle Open Office Impress : records;protecting -Oracle Open Office Impress : records;saving -Oracle Open Office Impress : records;searching in databases -Oracle Open Office Impress : rectangles -Oracle Open Office Impress : rectangles with round corners -Oracle Open Office Impress : recursions in spreadsheets -Oracle Open Office Impress : redo command -Oracle Open Office Impress : reduced printing -Oracle Open Office Impress : reference lines -Oracle Open Office Impress : references -Oracle Open Office Impress : references;displaying in color (Calc) -Oracle Open Office Impress : references;expanding (Calc) -Oracle Open Office Impress : references;iterative (Calc) -Oracle Open Office Impress : register-true -Oracle Open Office Impress : register-true;definition -Oracle Open Office Impress : registering -Oracle Open Office Impress : registering;address books -Oracle Open Office Impress : registering;databases (Base) -Oracle Open Office Impress : registering;Oracle Open Office -Oracle Open Office Impress : regression curves in charts -Oracle Open Office Impress : regular expressions -Oracle Open Office Impress : regular expressions;list of -Oracle Open Office Impress : regular expressions;opening files -Oracle Open Office Impress : rehearse timings -Oracle Open Office Impress : relational databases (Base) -Oracle Open Office Impress : relations -Oracle Open Office Impress : relations;creating and deleting (Base) -Oracle Open Office Impress : relations;joining tables (Base) -Oracle Open Office Impress : relations;properties (Base) -Oracle Open Office Impress : relative hyperlinks -Oracle Open Office Impress : relative saving of URLs -Oracle Open Office Impress : reloading -Oracle Open Office Impress : reloading;documents -Oracle Open Office Impress : reloading;HTML documents, automatically -Oracle Open Office Impress : remarks, see also comments -Oracle Open Office Impress : remote configurations -Oracle Open Office Impress : remove noise filter -Oracle Open Office Impress : removing -Oracle Open Office Impress : removing;bullets and numbering -Oracle Open Office Impress : removing;form filters -Oracle Open Office Impress : removing, see also deleting -Oracle Open Office Impress : renaming layers -Oracle Open Office Impress : reorganizing charts -Oracle Open Office Impress : repeating -Oracle Open Office Impress : repeating;commands -Oracle Open Office Impress : replacement options -Oracle Open Office Impress : replacement table -Oracle Open Office Impress : replacing -Oracle Open Office Impress : replacing;AutoCorrect function -Oracle Open Office Impress : replacing;colors in bitmaps -Oracle Open Office Impress : replacing;dashes -Oracle Open Office Impress : replacing;tab stops (regular expressions) -Oracle Open Office Impress : Report Builder -Oracle Open Office Impress : reports -Oracle Open Office Impress : reports;creating -Oracle Open Office Impress : reports;error reports -Oracle Open Office Impress : reports;opening and editing -Oracle Open Office Impress : reports;templates -Oracle Open Office Impress : resetting -Oracle Open Office Impress : resetting;templates -Oracle Open Office Impress : resizing -Oracle Open Office Impress : resizing;objects, by mouse -Oracle Open Office Impress : resizing, see also scaling/zooming -Oracle Open Office Impress : resolution when printing bitmaps -Oracle Open Office Impress : restoring -Oracle Open Office Impress : restoring;default formatting -Oracle Open Office Impress : restoring;editing -Oracle Open Office Impress : reversing objects -Oracle Open Office Impress : reversing printing order -Oracle Open Office Impress : review function -Oracle Open Office Impress : review function;accepting or rejecting changes -Oracle Open Office Impress : review function;comparing documents -Oracle Open Office Impress : review function;protecting records -Oracle Open Office Impress : review function;recording changes example -Oracle Open Office Impress : rich text control -Oracle Open Office Impress : right alignment of paragraphs -Oracle Open Office Impress : right joins (Base) -Oracle Open Office Impress : right-to-left text -Oracle Open Office Impress : rotating -Oracle Open Office Impress : rotating;3D text -Oracle Open Office Impress : rotating;draw objects -Oracle Open Office Impress : rotation mode -Oracle Open Office Impress : round corners -Oracle Open Office Impress : rounding precision (Calc) -Oracle Open Office Impress : row headers -Oracle Open Office Impress : row headers;displaying (Calc) -Oracle Open Office Impress : row headers;highlighting (Calc) -Oracle Open Office Impress : rows -Oracle Open Office Impress : rows;inserting -Oracle Open Office Impress : rulers -Oracle Open Office Impress : rulers;default settings -Oracle Open Office Impress : rulers;in presentations -Oracle Open Office Impress : rulers;measurement units -Oracle Open Office Impress : rulers;visible in presentations -Oracle Open Office Impress : running macros/programs in presentations -Oracle Open Office Impress : running slide shows -Oracle Open Office Impress : samples and templates -Oracle Open Office Impress : saving -Oracle Open Office Impress : saving;as HTML -Oracle Open Office Impress : saving;default file formats -Oracle Open Office Impress : saving;dialog settings -Oracle Open Office Impress : saving;documents -Oracle Open Office Impress : saving;documents for mobile devices -Oracle Open Office Impress : saving;documents in other formats -Oracle Open Office Impress : saving;documents, automatically -Oracle Open Office Impress : saving;in Microsoft Office file format -Oracle Open Office Impress : saving;options -Oracle Open Office Impress : saving;templates -Oracle Open Office Impress : saving;to XML -Oracle Open Office Impress : saving;VBA code in Microsoft Office documents -Oracle Open Office Impress : saving;with password by default -Oracle Open Office Impress : saving as command -Oracle Open Office Impress : saving as command;precautions -Oracle Open Office Impress : scaling -Oracle Open Office Impress : scaling;axes -Oracle Open Office Impress : scaling;font sizes in user interface -Oracle Open Office Impress : scaling;objects -Oracle Open Office Impress : scaling;pictures -Oracle Open Office Impress : scaling;printing in Oracle Open Office Math -Oracle Open Office Impress : scaling;text in charts -Oracle Open Office Impress : scaling;when printing presentations -Oracle Open Office Impress : scaling, see also zooming -Oracle Open Office Impress : scatter charts -Oracle Open Office Impress : screen -Oracle Open Office Impress : screen;full screen views -Oracle Open Office Impress : screen;scaling -Oracle Open Office Impress : screen magnifiers -Oracle Open Office Impress : screen readers -Oracle Open Office Impress : script organization -Oracle Open Office Impress : scrollbars -Oracle Open Office Impress : scrollbars;controls -Oracle Open Office Impress : scrollbars;displaying (Calc) -Oracle Open Office Impress : scrollbars;horizontal and vertical (Writer) -Oracle Open Office Impress : search criteria for database functions in cells -Oracle Open Office Impress : search engines -Oracle Open Office Impress : search engines;definition -Oracle Open Office Impress : search engines;selecting -Oracle Open Office Impress : searching -Oracle Open Office Impress : searching;all sheets -Oracle Open Office Impress : searching;databases -Oracle Open Office Impress : searching;form filters -Oracle Open Office Impress : searching;Internet -Oracle Open Office Impress : searching;tables and forms -Oracle Open Office Impress : secondary axes in charts -Oracle Open Office Impress : sections -Oracle Open Office Impress : sections;backgrounds -Oracle Open Office Impress : sectors of circles/ellipses -Oracle Open Office Impress : security -Oracle Open Office Impress : security;digital signatures -Oracle Open Office Impress : security;options for documents with macros -Oracle Open Office Impress : security;protecting contents -Oracle Open Office Impress : security;security levels for macros -Oracle Open Office Impress : security;warning dialogs with macros -Oracle Open Office Impress : segments of circles/ellipses -Oracle Open Office Impress : selecting -Oracle Open Office Impress : selecting;controls -Oracle Open Office Impress : selecting;hidden objects -Oracle Open Office Impress : selecting;layers -Oracle Open Office Impress : selecting;measurement units -Oracle Open Office Impress : selecting;objects -Oracle Open Office Impress : selecting;print areas -Oracle Open Office Impress : selecting;several files -Oracle Open Office Impress : selection clipboard -Oracle Open Office Impress : selection frames -Oracle Open Office Impress : selection modes in text -Oracle Open Office Impress : sending -Oracle Open Office Impress : sending;AutoAbstract function in presentations -Oracle Open Office Impress : sending;documents as e-mail -Oracle Open Office Impress : sending;documents as faxes -Oracle Open Office Impress : separator lines -Oracle Open Office Impress : separator lines;defining -Oracle Open Office Impress : separators -Oracle Open Office Impress : separators;conditional -Oracle Open Office Impress : Server Side ImageMap -Oracle Open Office Impress : settings -Oracle Open Office Impress : settings;printers -Oracle Open Office Impress : settings;program configuration -Oracle Open Office Impress : settings;proxies -Oracle Open Office Impress : settings;tracking changes -Oracle Open Office Impress : settings;views -Oracle Open Office Impress : SGML -Oracle Open Office Impress : SGML;definition -Oracle Open Office Impress : shadows -Oracle Open Office Impress : shadows;areas -Oracle Open Office Impress : shadows;borders -Oracle Open Office Impress : shadows;characters -Oracle Open Office Impress : shadows;characters, using context menu -Oracle Open Office Impress : sharing documents -Oracle Open Office Impress : sharpening filter -Oracle Open Office Impress : shearing objects -Oracle Open Office Impress : sheet tabs -Oracle Open Office Impress : sheet tabs;displaying -Oracle Open Office Impress : sheets -Oracle Open Office Impress : sheets;searching all -Oracle Open Office Impress : shells -Oracle Open Office Impress : shortcut keys -Oracle Open Office Impress : shortcut keys;assigning macros -Oracle Open Office Impress : shortcut keys;charts -Oracle Open Office Impress : shortcut keys;general -Oracle Open Office Impress : shortcut keys;in databases -Oracle Open Office Impress : shortcut keys;in drawings -Oracle Open Office Impress : shortcut keys;in presentations -Oracle Open Office Impress : shortcut keys;Oracle Open Office accessibility -Oracle Open Office Impress : showing -Oracle Open Office Impress : showing;changes -Oracle Open Office Impress : showing;docked windows -Oracle Open Office Impress : showing;drawings and controls (Writer) -Oracle Open Office Impress : showing;guides -Oracle Open Office Impress : showing;hidden layers -Oracle Open Office Impress : showing;hidden slides -Oracle Open Office Impress : showing;levels -Oracle Open Office Impress : showing;live presentations on the Internet -Oracle Open Office Impress : showing;slide shows -Oracle Open Office Impress : showing;subpoints -Oracle Open Office Impress : showing;toolbars -Oracle Open Office Impress : sign conversion to curves -Oracle Open Office Impress : signing documents with digital signatures -Oracle Open Office Impress : similarity search -Oracle Open Office Impress : simple handles (Writer) -Oracle Open Office Impress : simplified Chinese -Oracle Open Office Impress : simplified Chinese;translating to traditional Chinese -Oracle Open Office Impress : single sign on options -Oracle Open Office Impress : single-line spacing in text -Oracle Open Office Impress : sizes -Oracle Open Office Impress : sizes;draw objects -Oracle Open Office Impress : sizes;pictures -Oracle Open Office Impress : skewing draw objects -Oracle Open Office Impress : slanting draw objects -Oracle Open Office Impress : slanting objects -Oracle Open Office Impress : slide designs -Oracle Open Office Impress : slide layouts -Oracle Open Office Impress : slide master view -Oracle Open Office Impress : slide masters -Oracle Open Office Impress : slide masters;changing backgrounds -Oracle Open Office Impress : slide masters;designing -Oracle Open Office Impress : slide masters;headers and footers -Oracle Open Office Impress : slide numbers -Oracle Open Office Impress : slide numbers on all slides -Oracle Open Office Impress : slide shows -Oracle Open Office Impress : slide shows;custom -Oracle Open Office Impress : slide shows;settings for -Oracle Open Office Impress : slide shows;starting -Oracle Open Office Impress : slide transitions -Oracle Open Office Impress : slide transitions;applying effects -Oracle Open Office Impress : slide transitions;automatic -Oracle Open Office Impress : slide transitions;manual -Oracle Open Office Impress : slide transitions;sounds -Oracle Open Office Impress : slides -Oracle Open Office Impress : slides;arranging -Oracle Open Office Impress : slides;backgrounds -Oracle Open Office Impress : slides;changing backgrounds -Oracle Open Office Impress : slides;copying between documents -Oracle Open Office Impress : slides;deleting -Oracle Open Office Impress : slides;expanding -Oracle Open Office Impress : slides;formatting -Oracle Open Office Impress : slides;headers and footers -Oracle Open Office Impress : slides;inserting -Oracle Open Office Impress : slides;inserting as links -Oracle Open Office Impress : slides;inserting speaker notes -Oracle Open Office Impress : slides;page numbers -Oracle Open Office Impress : slides;printing -Oracle Open Office Impress : small capitals -Oracle Open Office Impress : small icons -Oracle Open Office Impress : smart tag configuration -Oracle Open Office Impress : smooth scrolling (Writer) -Oracle Open Office Impress : smoothing filter -Oracle Open Office Impress : snap grid defaults (Writer/Calc) -Oracle Open Office Impress : snap lines, see also guides -Oracle Open Office Impress : snap points -Oracle Open Office Impress : snap points;editing -Oracle Open Office Impress : snap points;inserting -Oracle Open Office Impress : snapping in presentations and drawings -Oracle Open Office Impress : solarization filter -Oracle Open Office Impress : sort lists -Oracle Open Office Impress : sort lists;copying to in Calc -Oracle Open Office Impress : sorting -Oracle Open Office Impress : sorting;data in forms -Oracle Open Office Impress : sorting;databases -Oracle Open Office Impress : sound files -Oracle Open Office Impress : sounds -Oracle Open Office Impress : sounds;for effects -Oracle Open Office Impress : sounds;formats -Oracle Open Office Impress : sounds;on slide transitions -Oracle Open Office Impress : spaces -Oracle Open Office Impress : spaces;displaying (Writer) -Oracle Open Office Impress : spaces;ignoring double -Oracle Open Office Impress : spaces;inserting protected spaces -Oracle Open Office Impress : spaces;showing protected spaces (Writer) -Oracle Open Office Impress : spacing -Oracle Open Office Impress : spacing;between paragraphs in footnotes -Oracle Open Office Impress : spacing;font effects -Oracle Open Office Impress : spacing;lines and paragraphs -Oracle Open Office Impress : spacing;tab stops in text documents -Oracle Open Office Impress : spacing;tabs in presentations -Oracle Open Office Impress : spadmin -Oracle Open Office Impress : speaker notes -Oracle Open Office Impress : speaker notes;defaults -Oracle Open Office Impress : speaker notes;inserting -Oracle Open Office Impress : special characters -Oracle Open Office Impress : speech bubbles -Oracle Open Office Impress : speed of printing -Oracle Open Office Impress : spellcheck -Oracle Open Office Impress : spellcheck;activating for a language -Oracle Open Office Impress : spellcheck;context menus -Oracle Open Office Impress : spellcheck;default languages -Oracle Open Office Impress : spellcheck;dialog -Oracle Open Office Impress : spellcheck;dictionary of exceptions -Oracle Open Office Impress : spellcheck;ignore list -Oracle Open Office Impress : spheres -Oracle Open Office Impress : spin button creation -Oracle Open Office Impress : splitting -Oracle Open Office Impress : splitting;combinations -Oracle Open Office Impress : splitting;curves -Oracle Open Office Impress : spoolfiles with Xprinter -Oracle Open Office Impress : spreadsheets -Oracle Open Office Impress : spreadsheets;as databases (base) -Oracle Open Office Impress : spreadsheets;copying areas to text documents -Oracle Open Office Impress : spreadsheets;creating/opening -Oracle Open Office Impress : spreadsheets;in presentations -Oracle Open Office Impress : spreadsheets;inserting charts -Oracle Open Office Impress : spreadsheets;inserting database records -Oracle Open Office Impress : spreadsheets;printing -Oracle Open Office Impress : spreadsheets;saving -Oracle Open Office Impress : spreadsheets;saving automatically -Oracle Open Office Impress : spreadsheets;saving in other formats -Oracle Open Office Impress : spreadsheets;sending as e-mail -Oracle Open Office Impress : SQL -Oracle Open Office Impress : SQL;definition -Oracle Open Office Impress : SQL;DISTINCT parameter -Oracle Open Office Impress : SQL;executing SQL commands -Oracle Open Office Impress : SQL;executing SQL statements (Base) -Oracle Open Office Impress : SQL;queries (Base) -Oracle Open Office Impress : square drawings -Oracle Open Office Impress : standard bar on/off -Oracle Open Office Impress : standard deviation in charts -Oracle Open Office Impress : standard filters in databases -Oracle Open Office Impress : standard printer under UNIX -Oracle Open Office Impress : start center -Oracle Open Office Impress : start parameters -Oracle Open Office Impress : starting -Oracle Open Office Impress : starting;always with the current slide -Oracle Open Office Impress : starting;custom slide shows -Oracle Open Office Impress : starting;slide shows -Oracle Open Office Impress : statistics in charts -Oracle Open Office Impress : status bar on/off -Oracle Open Office Impress : stickers -Oracle Open Office Impress : stock charts -Oracle Open Office Impress : strikethrough -Oracle Open Office Impress : strikethrough;characters -Oracle Open Office Impress : strikethrough;font effects -Oracle Open Office Impress : styles -Oracle Open Office Impress : styles;'changed' message -Oracle Open Office Impress : styles;arrow and line styles -Oracle Open Office Impress : styles;copying between documents -Oracle Open Office Impress : styles;keyboard shortcuts -Oracle Open Office Impress : styles;organizing -Oracle Open Office Impress : styles;printing styles used in a document -Oracle Open Office Impress : styles;replacing automatically -Oracle Open Office Impress : Styles and Formatting window -Oracle Open Office Impress : Styles and Formatting window;docking -Oracle Open Office Impress : Styles and Formatting window;graphics documents -Oracle Open Office Impress : subforms -Oracle Open Office Impress : subforms;creating -Oracle Open Office Impress : subforms;description -Oracle Open Office Impress : submitting forms -Oracle Open Office Impress : subpoints -Oracle Open Office Impress : subpoints;hiding -Oracle Open Office Impress : subpoints;showing -Oracle Open Office Impress : subtracting polygons -Oracle Open Office Impress : suffixes in file formats -Oracle Open Office Impress : summary slide -Oracle Open Office Impress : support on the Web -Oracle Open Office Impress : synchronizing -Oracle Open Office Impress : synchronizing;labels and business cards -Oracle Open Office Impress : synchronizing;Pocket PC and Oracle Open Office formats -Oracle Open Office Impress : system address book registration -Oracle Open Office Impress : tab stops -Oracle Open Office Impress : tab stops;displaying (Writer) -Oracle Open Office Impress : tab stops;inserting and editing -Oracle Open Office Impress : tab stops;regular expressions -Oracle Open Office Impress : tab stops;setting in sheets -Oracle Open Office Impress : tab stops;settings -Oracle Open Office Impress : tab stops;spacing in presentations -Oracle Open Office Impress : tab stops;spacing in text documents -Oracle Open Office Impress : table controls -Oracle Open Office Impress : table controls;form functions -Oracle Open Office Impress : table controls;keyboard-only edit mode -Oracle Open Office Impress : table controls;properties -Oracle Open Office Impress : table views of databases -Oracle Open Office Impress : Table Wizard (Base) -Oracle Open Office Impress : tables -Oracle Open Office Impress : tables;inserting line breaks -Oracle Open Office Impress : tables in databases -Oracle Open Office Impress : tables in databases;access rights to (Base) -Oracle Open Office Impress : tables in databases;adding to queries -Oracle Open Office Impress : tables in databases;browsing and editing -Oracle Open Office Impress : tables in databases;copying database tables (Base) -Oracle Open Office Impress : tables in databases;creating -Oracle Open Office Impress : tables in databases;creating in design view (manually) -Oracle Open Office Impress : tables in databases;importing text formats (Base) -Oracle Open Office Impress : tables in databases;joining for queries (Base) -Oracle Open Office Impress : tables in databases;printing queries (Base) -Oracle Open Office Impress : tables in databases;relations (Base) -Oracle Open Office Impress : tables in databases;searching -Oracle Open Office Impress : tables in spreadsheets -Oracle Open Office Impress : tables in spreadsheets;copying data to other applications -Oracle Open Office Impress : tables in spreadsheets;defining borders -Oracle Open Office Impress : tables in spreadsheets;value highlighting -Oracle Open Office Impress : tables in text -Oracle Open Office Impress : tables in text;captions -Oracle Open Office Impress : tables in text;creating automatically -Oracle Open Office Impress : tables in text;default settings -Oracle Open Office Impress : tables in text;defining borders -Oracle Open Office Impress : tables in text;displaying -Oracle Open Office Impress : tables in text;printing -Oracle Open Office Impress : tabs -Oracle Open Office Impress : tabs;displaying sheet tabs -Oracle Open Office Impress : tags -Oracle Open Office Impress : tags;definition -Oracle Open Office Impress : tags;META tags -Oracle Open Office Impress : task pane -Oracle Open Office Impress : templates -Oracle Open Office Impress : templates;agendas -Oracle Open Office Impress : templates;changing basic fonts -Oracle Open Office Impress : templates;database reports -Oracle Open Office Impress : templates;deleting -Oracle Open Office Impress : templates;editing and saving -Oracle Open Office Impress : templates;faxes -Oracle Open Office Impress : templates;importing and exporting -Oracle Open Office Impress : templates;letters -Oracle Open Office Impress : templates;new documents from templates -Oracle Open Office Impress : templates;opening documents with -Oracle Open Office Impress : templates;organizing -Oracle Open Office Impress : terminology -Oracle Open Office Impress : terminology;general glossary -Oracle Open Office Impress : terminology;Internet glossary -Oracle Open Office Impress : testing XML filters -Oracle Open Office Impress : text -Oracle Open Office Impress : text;animating -Oracle Open Office Impress : text;Asian layout -Oracle Open Office Impress : text;bold -Oracle Open Office Impress : text;coloring -Oracle Open Office Impress : text;converting to curves -Oracle Open Office Impress : text;copying by drag and drop -Oracle Open Office Impress : text;CTL languages -Oracle Open Office Impress : text;double-clicking to edit -Oracle Open Office Impress : text;drawing pictures -Oracle Open Office Impress : text;font effects -Oracle Open Office Impress : text;font sizes -Oracle Open Office Impress : text;font styles -Oracle Open Office Impress : text;fonts and formats -Oracle Open Office Impress : text;Fontwork icons -Oracle Open Office Impress : text;hyperlinks -Oracle Open Office Impress : text;inserting special characters -Oracle Open Office Impress : text;italics -Oracle Open Office Impress : text;kerning -Oracle Open Office Impress : text;language selection -Oracle Open Office Impress : text;line spacing -Oracle Open Office Impress : text;overwriting or inserting -Oracle Open Office Impress : text;printing in black -Oracle Open Office Impress : text;replacing with format -Oracle Open Office Impress : text;selection modes -Oracle Open Office Impress : text;shadowed -Oracle Open Office Impress : text;text/draw objects -Oracle Open Office Impress : text;toolbar -Oracle Open Office Impress : text attributes -Oracle Open Office Impress : text attributes;hyperlinks -Oracle Open Office Impress : text attributes;undoing -Oracle Open Office Impress : text boxes -Oracle Open Office Impress : text boxes;form functions -Oracle Open Office Impress : text boxes;positioning -Oracle Open Office Impress : text breaks in cells -Oracle Open Office Impress : text colors for better accessibility -Oracle Open Office Impress : text databases (Base) -Oracle Open Office Impress : text documents -Oracle Open Office Impress : text documents;creating/opening -Oracle Open Office Impress : text documents;importing/exporting -Oracle Open Office Impress : text documents;inserting in slides -Oracle Open Office Impress : text documents;inserting spreadsheet cells -Oracle Open Office Impress : text documents;print settings -Oracle Open Office Impress : text documents;printing -Oracle Open Office Impress : text documents;saving -Oracle Open Office Impress : text documents;saving automatically -Oracle Open Office Impress : text documents;saving in other formats -Oracle Open Office Impress : text documents;sending as e-mail -Oracle Open Office Impress : text effects -Oracle Open Office Impress : text entry mode for draw objects -Oracle Open Office Impress : text flow -Oracle Open Office Impress : text flow;in cells -Oracle Open Office Impress : text formats -Oracle Open Office Impress : text formats;databases -Oracle Open Office Impress : text formats;pasting -Oracle Open Office Impress : text frames -Oracle Open Office Impress : text input fields -Oracle Open Office Impress : text layout for special languages -Oracle Open Office Impress : text objects -Oracle Open Office Impress : text objects;alignment -Oracle Open Office Impress : text objects;draw functions -Oracle Open Office Impress : text objects;fonts -Oracle Open Office Impress : text objects;in presentations and drawings -Oracle Open Office Impress : text overflow in spreadsheet cells -Oracle Open Office Impress : text scaling in charts -Oracle Open Office Impress : text, see also text documents, paragraphs and characters -Oracle Open Office Impress : TextArt, see Fontwork -Oracle Open Office Impress : textures -Oracle Open Office Impress : textures;inserting from Gallery -Oracle Open Office Impress : textures;on chart bars -Oracle Open Office Impress : Thai -Oracle Open Office Impress : Thai;entering text -Oracle Open Office Impress : Thai;language settings -Oracle Open Office Impress : thesaurus -Oracle Open Office Impress : thesaurus;activating for a language -Oracle Open Office Impress : ticker text -Oracle Open Office Impress : tiled printing of slides -Oracle Open Office Impress : time and date on all slides -Oracle Open Office Impress : time fields -Oracle Open Office Impress : time fields;form functions -Oracle Open Office Impress : times -Oracle Open Office Impress : times;fixed -Oracle Open Office Impress : times;inserting when printing presentations -Oracle Open Office Impress : times;variable -Oracle Open Office Impress : times, formats -Oracle Open Office Impress : timings -Oracle Open Office Impress : timings;rehearse timings -Oracle Open Office Impress : tips -Oracle Open Office Impress : tips;extended tips in Help -Oracle Open Office Impress : title rows -Oracle Open Office Impress : title rows;printing in Oracle Open Office Math -Oracle Open Office Impress : titles -Oracle Open Office Impress : titles;alignment (charts) -Oracle Open Office Impress : titles;changing -Oracle Open Office Impress : titles;editing in charts -Oracle Open Office Impress : titles;font effects -Oracle Open Office Impress : titles;formatting automatically -Oracle Open Office Impress : titles;formatting charts -Oracle Open Office Impress : titles;objects -Oracle Open Office Impress : toolbars -Oracle Open Office Impress : toolbars;3D objects -Oracle Open Office Impress : toolbars;adding buttons -Oracle Open Office Impress : toolbars;curves -Oracle Open Office Impress : toolbars;docking/undocking -Oracle Open Office Impress : toolbars;ellipses -Oracle Open Office Impress : toolbars;Form Navigation bar -Oracle Open Office Impress : toolbars;viewing/closing -Oracle Open Office Impress : tools bar -Oracle Open Office Impress : tooltips -Oracle Open Office Impress : tooltips;extended tips -Oracle Open Office Impress : tooltips;help -Oracle Open Office Impress : torus -Oracle Open Office Impress : traditional Chinese -Oracle Open Office Impress : traditional Chinese;translating to simplified chinese -Oracle Open Office Impress : transition effects -Oracle Open Office Impress : transparency -Oracle Open Office Impress : transparency;adjusting -Oracle Open Office Impress : transparency;areas -Oracle Open Office Impress : transparency;of objects -Oracle Open Office Impress : transparency;off for faster printing -Oracle Open Office Impress : transparency;saving -Oracle Open Office Impress : tree view of Help -Oracle Open Office Impress : trend lines in charts -Oracle Open Office Impress : typefaces -Oracle Open Office Impress : typefaces;adding under UNIX -Oracle Open Office Impress : typefaces;formats -Oracle Open Office Impress : typographical quotes in Oracle Open Office Writer -Oracle Open Office Impress : typography -Oracle Open Office Impress : typography;Asian -Oracle Open Office Impress : underlining -Oracle Open Office Impress : underlining;AutoFormat function -Oracle Open Office Impress : underlining;characters -Oracle Open Office Impress : underlining;text -Oracle Open Office Impress : underlying objects -Oracle Open Office Impress : undocking windows -Oracle Open Office Impress : undoing -Oracle Open Office Impress : undoing;direct formatting -Oracle Open Office Impress : undoing;editing -Oracle Open Office Impress : undoing;number of steps -Oracle Open Office Impress : ungrouping groups -Oracle Open Office Impress : units -Oracle Open Office Impress : units;converting -Oracle Open Office Impress : units;measurement units -Oracle Open Office Impress : unlocking layers -Oracle Open Office Impress : UNO components -Oracle Open Office Impress : UNO components;Extension Manager -Oracle Open Office Impress : UNO components;integrating new -Oracle Open Office Impress : update options -Oracle Open Office Impress : updates -Oracle Open Office Impress : updates;checking automatically -Oracle Open Office Impress : updates;checking manually -Oracle Open Office Impress : updating -Oracle Open Office Impress : updating;fields and charts, automatically (Writer) -Oracle Open Office Impress : updating;links in text documents -Oracle Open Office Impress : updating;links, on opening -Oracle Open Office Impress : updating;templates -Oracle Open Office Impress : URL -Oracle Open Office Impress : URL;changing hyperlink URLs -Oracle Open Office Impress : URL;definition -Oracle Open Office Impress : URL;in pictures -Oracle Open Office Impress : URL;saving absolute/relative paths -Oracle Open Office Impress : URL;turning off URL recognition -Oracle Open Office Impress : user data -Oracle Open Office Impress : user data;input -Oracle Open Office Impress : user data;removing when saving -Oracle Open Office Impress : user feedback -Oracle Open Office Impress : user feedback;automatically -Oracle Open Office Impress : user-defined colors -Oracle Open Office Impress : user-defined dictionaries -Oracle Open Office Impress : user-defined dictionaries;creating -Oracle Open Office Impress : user-defined dictionaries;dictionary of exceptions -Oracle Open Office Impress : user-defined dictionaries;editing -Oracle Open Office Impress : user-defined styles -Oracle Open Office Impress : user-defined styles;automatically replacing -Oracle Open Office Impress : UTF-8/UCS2 support -Oracle Open Office Impress : values -Oracle Open Office Impress : values;rounded as shown (Calc) -Oracle Open Office Impress : variables -Oracle Open Office Impress : variables;for paths -Oracle Open Office Impress : variances in charts -Oracle Open Office Impress : VBA code -Oracle Open Office Impress : VBA code;loading/saving documents with VBA code -Oracle Open Office Impress : vector graphics -Oracle Open Office Impress : vector graphics;converting bitmaps -Oracle Open Office Impress : vectorizing bitmaps -Oracle Open Office Impress : version management -Oracle Open Office Impress : version numbers of documents -Oracle Open Office Impress : versions -Oracle Open Office Impress : versions;comparing documents -Oracle Open Office Impress : versions;file saving as, restriction -Oracle Open Office Impress : versions;merging document versions -Oracle Open Office Impress : versions;of a document -Oracle Open Office Impress : versions;Oracle Open Office -Oracle Open Office Impress : vertical callouts -Oracle Open Office Impress : vertical scrollbars (Writer) -Oracle Open Office Impress : vertical text boxes -Oracle Open Office Impress : videos -Oracle Open Office Impress : viewing -Oracle Open Office Impress : viewing;databases -Oracle Open Office Impress : viewing;file properties -Oracle Open Office Impress : viewing;Oracle Open Office documents in Internet Explorer -Oracle Open Office Impress : viewing;toolbars -Oracle Open Office Impress : views -Oracle Open Office Impress : views;black and white -Oracle Open Office Impress : views;creating database views (Base) -Oracle Open Office Impress : views;defaults -Oracle Open Office Impress : views;display sizes -Oracle Open Office Impress : views;full screen -Oracle Open Office Impress : views;icons -Oracle Open Office Impress : views;scaling -Oracle Open Office Impress : views;shift function -Oracle Open Office Impress : views;slide master view -Oracle Open Office Impress : Visual Basic for Applications -Oracle Open Office Impress : Visual Basic for Applications;loading/saving documents with VBA code -Oracle Open Office Impress : watermarks -Oracle Open Office Impress : web documents -Oracle Open Office Impress : web documents;XForms -Oracle Open Office Impress : Web support -Oracle Open Office Impress : WebCast export -Oracle Open Office Impress : WebDAV over HTTPS -Oracle Open Office Impress : windows -Oracle Open Office Impress : windows;docking -Oracle Open Office Impress : windows;docking definition -Oracle Open Office Impress : windows;hiding/showing/docking -Oracle Open Office Impress : windows;new -Oracle Open Office Impress : wizards -Oracle Open Office Impress : wizards;agendas -Oracle Open Office Impress : wizards;database queries -Oracle Open Office Impress : wizards;database tables (Base) -Oracle Open Office Impress : wizards;databases (Base) -Oracle Open Office Impress : wizards;document converter -Oracle Open Office Impress : wizards;Euro Converter -Oracle Open Office Impress : wizards;faxes -Oracle Open Office Impress : wizards;forms -Oracle Open Office Impress : wizards;letters -Oracle Open Office Impress : wizards;macros (Base) -Oracle Open Office Impress : wizards;overview -Oracle Open Office Impress : wizards;presentations -Oracle Open Office Impress : wizards;reports -Oracle Open Office Impress : Word documents -Oracle Open Office Impress : Word documents;compatibility -Oracle Open Office Impress : Word documents;saving as -Oracle Open Office Impress : WordArt, see Fontwork -Oracle Open Office Impress : words -Oracle Open Office Impress : words;automatically replacing -Oracle Open Office Impress : words;wrapping in cells -Oracle Open Office Impress : words;wrapping in CTL -Oracle Open Office Impress : working directory change -Oracle Open Office Impress : wrapping text -Oracle Open Office Impress : wrapping text;in cells -Oracle Open Office Impress : write protection on/off -Oracle Open Office Impress : writing aids options -Oracle Open Office Impress : WYSIWYG in fonts lists -Oracle Open Office Impress : X axes -Oracle Open Office Impress : X axes;grid formatting -Oracle Open Office Impress : X axes;positioning -Oracle Open Office Impress : X axes;scaling -Oracle Open Office Impress : X axes;showing -Oracle Open Office Impress : XForms -Oracle Open Office Impress : XForms;adding/editing/deleting/organizing namespaces -Oracle Open Office Impress : XForms;conditions -Oracle Open Office Impress : XForms;opening/editing -Oracle Open Office Impress : XML converters -Oracle Open Office Impress : XML file formats -Oracle Open Office Impress : XML filters -Oracle Open Office Impress : XML filters;creating/testing -Oracle Open Office Impress : XML filters;saving as package/installing/deleting -Oracle Open Office Impress : XML filters;settings -Oracle Open Office Impress : XML Forms, see XForms -Oracle Open Office Impress : XSLT filters, see also XML filters -Oracle Open Office Impress : XY charts -Oracle Open Office Impress : Y axes -Oracle Open Office Impress : Y axes;formatting -Oracle Open Office Impress : Y axes;grid formatting -Oracle Open Office Impress : Y axes;positioning -Oracle Open Office Impress : Y axes;scaling -Oracle Open Office Impress : Y axes;showing -Oracle Open Office Impress : years -Oracle Open Office Impress : years;2-digit options -Oracle Open Office Impress : Z axes -Oracle Open Office Impress : Z axes;grid formatting -Oracle Open Office Impress : Z axes;showing -Oracle Open Office Impress : zero values -Oracle Open Office Impress : zero values;displaying (Calc) -Oracle Open Office Impress : zooming -Oracle Open Office Impress : zooming;in presentations -Oracle Open Office Impress : zooming;keyboard -Oracle Open Office Impress : zooming;page views -Oracle Open Office Impress : zooming;pictures -Oracle Open Office Impress : zooming;shortcut keys -Oracle Open Office Impress : zooming;status bar -Oracle Open Office Math : 1/2 replacement Oracle Open Office Math : 3D text creation Oracle Open Office Math : abbreviation replacement Oracle Open Office Math : absolute hyperlinks @@ -17186,7 +851,6 @@ Oracle Open Office Math : files Oracle Open Office Math : files;filters and formats Oracle Open Office Math : files;importing Oracle Open Office Math : files;opening -Oracle Open Office Math : files;opening with placeholders Oracle Open Office Math : files;properties Oracle Open Office Math : files;saving Oracle Open Office Math : files;saving automatically @@ -17853,7 +1517,6 @@ Oracle Open Office Math : numbering;turning off Oracle Open Office Math : numbering;using automatically Oracle Open Office Math : numbers Oracle Open Office Math : numbers;date, time and currency formats -Oracle Open Office Math : numbers;decimal places (Calc) Oracle Open Office Math : numerical fields in forms Oracle Open Office Math : objects Oracle Open Office Math : objects;always moveable (Impress/Draw) @@ -17891,7 +1554,6 @@ Oracle Open Office Math : online update options Oracle Open Office Math : online updates Oracle Open Office Math : online updates;checking automatically Oracle Open Office Math : online updates;checking manually -Oracle Open Office Math : Open/Save dialogs Oracle Open Office Math : OpenDocument file formats Oracle Open Office Math : OpenGL Oracle Open Office Math : OpenGL;definition @@ -17944,6 +1606,8 @@ Oracle Open Office Math : Oracle Open Office Math;relations Oracle Open Office Math : Oracle Open Office Math start Oracle Open Office Math : ordering Oracle Open Office Math : ordering;objects +Oracle Open Office Math : ordinal numbers +Oracle Open Office Math : ordinal numbers;replacing Oracle Open Office Math : organizing Oracle Open Office Math : organizing;macros and scripts Oracle Open Office Math : organizing;namespaces in XForms @@ -18195,8 +1859,6 @@ Oracle Open Office Math : queries;parameter queries (Base) Oracle Open Office Math : queries;printing (Base) Oracle Open Office Math : Query Wizard (Base) Oracle Open Office Math : Quickstarter -Oracle Open Office Math : quotation marks -Oracle Open Office Math : quotation marks;replacing Oracle Open Office Math : quotes Oracle Open Office Math : quotes;custom Oracle Open Office Math : quotient set @@ -18240,7 +1902,6 @@ Oracle Open Office Math : registering;databases (Base) Oracle Open Office Math : registering;Oracle Open Office Oracle Open Office Math : regular expressions Oracle Open Office Math : regular expressions;list of -Oracle Open Office Math : regular expressions;opening files Oracle Open Office Math : relational databases (Base) Oracle Open Office Math : relations Oracle Open Office Math : relations;creating and deleting (Base) @@ -18268,6 +1929,7 @@ Oracle Open Office Math : replacement table Oracle Open Office Math : replacing Oracle Open Office Math : replacing;AutoCorrect function Oracle Open Office Math : replacing;dashes +Oracle Open Office Math : replacing;ordinal numbers Oracle Open Office Math : replacing;tab stops (regular expressions) Oracle Open Office Math : Report Builder Oracle Open Office Math : reports @@ -18713,7 +2375,6 @@ Oracle Open Office Math : triple dot attribute Oracle Open Office Math : typefaces Oracle Open Office Math : typefaces;adding under UNIX Oracle Open Office Math : typefaces;formats -Oracle Open Office Math : typographical quotes in Oracle Open Office Writer Oracle Open Office Math : typography Oracle Open Office Math : typography;Asian Oracle Open Office Math : unary operators @@ -18879,7 +2540,6 @@ Oracle Open Office Math : zooming;pictures Oracle Open Office Math : zooming;status bar Oracle Open Office Math : zooming in on formula display Oracle Open Office Math : zooming out on formula display -Oracle Open Office Writer : 1/2 replacement Oracle Open Office Writer : 3D charts Oracle Open Office Writer : 3D text creation Oracle Open Office Writer : abbreviation replacement @@ -19888,7 +3548,6 @@ Oracle Open Office Writer : files Oracle Open Office Writer : files;filters and formats Oracle Open Office Writer : files;importing Oracle Open Office Writer : files;opening -Oracle Open Office Writer : files;opening with placeholders Oracle Open Office Writer : files;properties Oracle Open Office Writer : files;saving Oracle Open Office Writer : files;saving automatically @@ -20683,7 +4342,6 @@ Oracle Open Office Writer : numbering;using automatically Oracle Open Office Writer : numbers Oracle Open Office Writer : numbers;automatic recognition in text tables Oracle Open Office Writer : numbers;date, time and currency formats -Oracle Open Office Writer : numbers;decimal places (Calc) Oracle Open Office Writer : numbers;line numbering Oracle Open Office Writer : numbers;lists Oracle Open Office Writer : numerical fields in forms @@ -20737,7 +4395,6 @@ Oracle Open Office Writer : online update options Oracle Open Office Writer : online updates Oracle Open Office Writer : online updates;checking automatically Oracle Open Office Writer : online updates;checking manually -Oracle Open Office Writer : Open/Save dialogs Oracle Open Office Writer : OpenDocument file formats Oracle Open Office Writer : OpenGL Oracle Open Office Writer : OpenGL;definition @@ -20784,6 +4441,8 @@ Oracle Open Office Writer : order of chart data Oracle Open Office Writer : ordering Oracle Open Office Writer : ordering;objects Oracle Open Office Writer : ordering;printing in reverse order +Oracle Open Office Writer : ordinal numbers +Oracle Open Office Writer : ordinal numbers;replacing Oracle Open Office Writer : organizing Oracle Open Office Writer : organizing;footnotes Oracle Open Office Writer : organizing;macros and scripts @@ -21109,7 +4768,6 @@ Oracle Open Office Writer : Query Wizard (Base) Oracle Open Office Writer : Quickstarter Oracle Open Office Writer : quotation marks Oracle Open Office Writer : quotation marks;changing automatically -Oracle Open Office Writer : quotation marks;replacing Oracle Open Office Writer : quotes Oracle Open Office Writer : quotes;custom Oracle Open Office Writer : radar charts, see net charts @@ -21159,7 +4817,6 @@ Oracle Open Office Writer : registering;Oracle Open Office Oracle Open Office Writer : regression curves in charts Oracle Open Office Writer : regular expressions Oracle Open Office Writer : regular expressions;list of -Oracle Open Office Writer : regular expressions;opening files Oracle Open Office Writer : regular expressions;searching Oracle Open Office Writer : rejecting word completions Oracle Open Office Writer : related words in thesaurus @@ -21196,6 +4853,7 @@ Oracle Open Office Writer : replacing;dashes Oracle Open Office Writer : replacing;databases Oracle Open Office Writer : replacing;fields, by text Oracle Open Office Writer : replacing;objects from Gallery +Oracle Open Office Writer : replacing;ordinal numbers Oracle Open Office Writer : replacing;tab stops (regular expressions) Oracle Open Office Writer : replacing;text and text formats Oracle Open Office Writer : Report Builder @@ -21807,7 +5465,6 @@ Oracle Open Office Writer : turning off automatic correction Oracle Open Office Writer : typefaces Oracle Open Office Writer : typefaces;adding under UNIX Oracle Open Office Writer : typefaces;formats -Oracle Open Office Writer : typographical quotes in Oracle Open Office Writer Oracle Open Office Writer : typography Oracle Open Office Writer : typography;Asian Oracle Open Office Writer : underlining @@ -22000,3 +5657,16309 @@ Oracle Open Office Writer : zooming Oracle Open Office Writer : zooming;page views Oracle Open Office Writer : zooming;pictures Oracle Open Office Writer : zooming;status bar +Oracle Open Office Chart : 3D charts +Oracle Open Office Chart : 3D text creation +Oracle Open Office Chart : abbreviation replacement +Oracle Open Office Chart : absolute hyperlinks +Oracle Open Office Chart : absolute saving of URLs +Oracle Open Office Chart : accents +Oracle Open Office Chart : Access databases (base) +Oracle Open Office Chart : access rights for database tables (Base) +Oracle Open Office Chart : accessibility +Oracle Open Office Chart : accessibility;general shortcuts +Oracle Open Office Chart : accessibility;options +Oracle Open Office Chart : accessibility;Oracle Open Office assistive technology +Oracle Open Office Chart : accessibility;Oracle Open Office features +Oracle Open Office Chart : activating +Oracle Open Office Chart : activating;context menus +Oracle Open Office Chart : activating;Error Report Tool +Oracle Open Office Chart : activating;extended help tips +Oracle Open Office Chart : activating;plug-ins +Oracle Open Office Chart : ActiveX control +Oracle Open Office Chart : Adabas D databases (base) +Oracle Open Office Chart : add-ons, see UNO components +Oracle Open Office Chart : additional selection mode +Oracle Open Office Chart : address books +Oracle Open Office Chart : address books;LDAP server (Base) +Oracle Open Office Chart : address books;registering +Oracle Open Office Chart : address labels from databases +Oracle Open Office Chart : ADO databases (Base) +Oracle Open Office Chart : Agenda Wizard +Oracle Open Office Chart : aging filter +Oracle Open Office Chart : aligning +Oracle Open Office Chart : aligning;2D charts +Oracle Open Office Chart : aligning;cells +Oracle Open Office Chart : aligning;objects +Oracle Open Office Chart : aligning;paragraphs +Oracle Open Office Chart : aligning;tables in text +Oracle Open Office Chart : aligning;text objects +Oracle Open Office Chart : aligning;titles in charts +Oracle Open Office Chart : alternative fonts +Oracle Open Office Chart : ampersand symbol, see also operators +Oracle Open Office Chart : anchors +Oracle Open Office Chart : anchors;changing +Oracle Open Office Chart : anchors;displaying (Calc) +Oracle Open Office Chart : anchors;types/positions for draw objects +Oracle Open Office Chart : animations +Oracle Open Office Chart : animations;accessibility options +Oracle Open Office Chart : appearance options +Oracle Open Office Chart : Arabic +Oracle Open Office Chart : Arabic;entering text +Oracle Open Office Chart : Arabic;language settings +Oracle Open Office Chart : area charts +Oracle Open Office Chart : areas +Oracle Open Office Chart : areas;bitmap patterns +Oracle Open Office Chart : areas;hatched/dotted +Oracle Open Office Chart : areas;shadows +Oracle Open Office Chart : areas;slanting +Oracle Open Office Chart : areas;styles +Oracle Open Office Chart : areas;transparency +Oracle Open Office Chart : arguments in command line +Oracle Open Office Chart : arranging +Oracle Open Office Chart : arranging;objects +Oracle Open Office Chart : arrows +Oracle Open Office Chart : arrows;defining arrow heads +Oracle Open Office Chart : arrows;defining arrow lines +Oracle Open Office Chart : arrows;drawing in text +Oracle Open Office Chart : ASCII +Oracle Open Office Chart : ASCII;definition +Oracle Open Office Chart : Asian languages +Oracle Open Office Chart : Asian languages;enabling +Oracle Open Office Chart : Asian Phonetic Guide +Oracle Open Office Chart : Asian typography +Oracle Open Office Chart : assigning scripts +Oracle Open Office Chart : assistive technology in Oracle Open Office +Oracle Open Office Chart : attaching toolbars +Oracle Open Office Chart : attachments in e-mails +Oracle Open Office Chart : audio +Oracle Open Office Chart : auto reloading HTML documents +Oracle Open Office Chart : AutoAbstract function for sending text to presentations +Oracle Open Office Chart : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Chart : AutoComplete function in text and list boxes +Oracle Open Office Chart : AutoCorrect function +Oracle Open Office Chart : AutoCorrect function;context menu +Oracle Open Office Chart : AutoCorrect function;options +Oracle Open Office Chart : AutoCorrect function;pictures and frames +Oracle Open Office Chart : AutoCorrect function;quotes +Oracle Open Office Chart : AutoCorrect function;replacement table +Oracle Open Office Chart : AutoCorrect function;switching on and off in Calc +Oracle Open Office Chart : AutoCorrect function;URL recognition +Oracle Open Office Chart : AutoFormat function +Oracle Open Office Chart : AutoFormat function;switching on and off +Oracle Open Office Chart : automatic captions (Writer) +Oracle Open Office Chart : automatic control focus +Oracle Open Office Chart : automatic hyperlink formatting +Oracle Open Office Chart : automatic line breaks +Oracle Open Office Chart : automatic lines/borders in text +Oracle Open Office Chart : automatic saving +Oracle Open Office Chart : AutoPilots, see wizards +Oracle Open Office Chart : AutoValue (Base) +Oracle Open Office Chart : averages in charts +Oracle Open Office Chart : axes +Oracle Open Office Chart : axes;better scaling +Oracle Open Office Chart : axes;formatting +Oracle Open Office Chart : axes;formatting grids +Oracle Open Office Chart : axes;inserting grids +Oracle Open Office Chart : axes;interval marks +Oracle Open Office Chart : axes;showing axes in charts +Oracle Open Office Chart : axes in charts +Oracle Open Office Chart : backgrounds +Oracle Open Office Chart : backgrounds;defining colors/pictures +Oracle Open Office Chart : backgrounds;frames/sections/indexes +Oracle Open Office Chart : backgrounds;inserting from Gallery +Oracle Open Office Chart : backgrounds;printing +Oracle Open Office Chart : backing window +Oracle Open Office Chart : backups +Oracle Open Office Chart : backups;automatic +Oracle Open Office Chart : backups;documents +Oracle Open Office Chart : bar charts +Oracle Open Office Chart : Basic +Oracle Open Office Chart : Basic;fonts for source display +Oracle Open Office Chart : Basic;programming +Oracle Open Office Chart : Basic;recording macros +Oracle Open Office Chart : basic fonts +Oracle Open Office Chart : Bézier curves +Oracle Open Office Chart : Bézier curves;control points in presentations +Oracle Open Office Chart : bi-directional writing +Oracle Open Office Chart : binding space +Oracle Open Office Chart : bitmaps +Oracle Open Office Chart : bitmaps;inserting and editing +Oracle Open Office Chart : bitmaps;off for faster printing +Oracle Open Office Chart : bitmaps;patterns +Oracle Open Office Chart : black and white printing +Oracle Open Office Chart : black printing in Calc +Oracle Open Office Chart : block selection mode +Oracle Open Office Chart : bold +Oracle Open Office Chart : bold;AutoFormat function +Oracle Open Office Chart : bold;text +Oracle Open Office Chart : bookmarks +Oracle Open Office Chart : bookmarks;Help +Oracle Open Office Chart : borders +Oracle Open Office Chart : borders;arranging +Oracle Open Office Chart : borders;cells on screen (Calc) +Oracle Open Office Chart : borders;for paragraphs +Oracle Open Office Chart : borders;for tables +Oracle Open Office Chart : borders;shadows +Oracle Open Office Chart : borders;table boundaries (Writer) +Oracle Open Office Chart : borders, see also frames +Oracle Open Office Chart : bound fields +Oracle Open Office Chart : bound fields;controls +Oracle Open Office Chart : boundaries of tables (Writer) +Oracle Open Office Chart : break display (Writer) +Oracle Open Office Chart : brochures +Oracle Open Office Chart : brochures;printing several +Oracle Open Office Chart : bubble charts +Oracle Open Office Chart : build numbers of Oracle Open Office +Oracle Open Office Chart : bullet lists +Oracle Open Office Chart : bullet lists;formatting options +Oracle Open Office Chart : bullets +Oracle Open Office Chart : bullets;paragraphs +Oracle Open Office Chart : bullets;replacing +Oracle Open Office Chart : bullets;turning off +Oracle Open Office Chart : business cards +Oracle Open Office Chart : business cards;creating and synchronizing +Oracle Open Office Chart : business cards;using templates +Oracle Open Office Chart : button bars, see toolbars +Oracle Open Office Chart : buttons +Oracle Open Office Chart : buttons;adding push buttons +Oracle Open Office Chart : buttons;big/small +Oracle Open Office Chart : buttons;editing hyperlink buttons +Oracle Open Office Chart : buttons;form functions +Oracle Open Office Chart : buttons;toolbars +Oracle Open Office Chart : cache for graphics +Oracle Open Office Chart : calculating +Oracle Open Office Chart : calculating;iterative references (Calc) +Oracle Open Office Chart : calculating;regression curves +Oracle Open Office Chart : callouts +Oracle Open Office Chart : callouts;drawings +Oracle Open Office Chart : capital letters +Oracle Open Office Chart : capital letters;AutoCorrect function +Oracle Open Office Chart : capital letters;font effects +Oracle Open Office Chart : captions +Oracle Open Office Chart : captions;automatic captions (Writer) +Oracle Open Office Chart : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Chart : captions, see also labels/callouts +Oracle Open Office Chart : cascading update (Base) +Oracle Open Office Chart : case sensitivity +Oracle Open Office Chart : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Chart : case sensitivity;searching +Oracle Open Office Chart : cells +Oracle Open Office Chart : cells;aligning +Oracle Open Office Chart : cells;coloring (Calc) +Oracle Open Office Chart : cells;cursor positions after input (Calc) +Oracle Open Office Chart : cells;formatting without effect (Calc) +Oracle Open Office Chart : cells;line breaks +Oracle Open Office Chart : cells;linked to controls +Oracle Open Office Chart : cells;number of +Oracle Open Office Chart : cells;pasting +Oracle Open Office Chart : cells;resetting formats +Oracle Open Office Chart : cells;showing grid lines (Calc) +Oracle Open Office Chart : centered text +Oracle Open Office Chart : centimeters +Oracle Open Office Chart : certificates +Oracle Open Office Chart : changes +Oracle Open Office Chart : changes;accepting or rejecting +Oracle Open Office Chart : changes;comparing to original +Oracle Open Office Chart : changes;protecting +Oracle Open Office Chart : changes;recording +Oracle Open Office Chart : changes;review function +Oracle Open Office Chart : changes;showing +Oracle Open Office Chart : changing +Oracle Open Office Chart : changing;document titles +Oracle Open Office Chart : changing;file associations in Setup program +Oracle Open Office Chart : changing;icon sizes +Oracle Open Office Chart : changing;links +Oracle Open Office Chart : changing;work directory +Oracle Open Office Chart : changing, see also editing and replacing +Oracle Open Office Chart : character styles +Oracle Open Office Chart : character styles;language selection +Oracle Open Office Chart : characters +Oracle Open Office Chart : characters;alternative fonts +Oracle Open Office Chart : characters;Asian layout +Oracle Open Office Chart : characters;bold +Oracle Open Office Chart : characters;coloring +Oracle Open Office Chart : characters;displaying only on screen (Writer) +Oracle Open Office Chart : characters;enabling CTL and Asian characters +Oracle Open Office Chart : characters;font effects +Oracle Open Office Chart : characters;fonts and formats +Oracle Open Office Chart : characters;hyperlinks +Oracle Open Office Chart : characters;italics +Oracle Open Office Chart : characters;language selection +Oracle Open Office Chart : characters;shadowed +Oracle Open Office Chart : characters;spacing +Oracle Open Office Chart : characters;special +Oracle Open Office Chart : characters;underlining +Oracle Open Office Chart : charcoal sketches filter +Oracle Open Office Chart : chart legends +Oracle Open Office Chart : chart legends;hiding +Oracle Open Office Chart : chart legends;showing icons with labels +Oracle Open Office Chart : chart types +Oracle Open Office Chart : chart types;area +Oracle Open Office Chart : chart types;bubble +Oracle Open Office Chart : chart types;column and bar +Oracle Open Office Chart : chart types;column and line +Oracle Open Office Chart : chart types;line +Oracle Open Office Chart : chart types;net +Oracle Open Office Chart : chart types;pie/donut +Oracle Open Office Chart : chart types;stock +Oracle Open Office Chart : chart types;XY (scatter) +Oracle Open Office Chart : charts +Oracle Open Office Chart : charts;3D views +Oracle Open Office Chart : charts;aligning +Oracle Open Office Chart : charts;arranging within stacks +Oracle Open Office Chart : charts;bars with textures +Oracle Open Office Chart : charts;choosing chart types +Oracle Open Office Chart : charts;colors +Oracle Open Office Chart : charts;copying with link to source cell range +Oracle Open Office Chart : charts;data labels +Oracle Open Office Chart : charts;displaying (Calc) +Oracle Open Office Chart : charts;editing axes +Oracle Open Office Chart : charts;editing data +Oracle Open Office Chart : charts;editing legends +Oracle Open Office Chart : charts;editing titles +Oracle Open Office Chart : charts;formatting areas +Oracle Open Office Chart : charts;formatting floors +Oracle Open Office Chart : charts;formatting walls +Oracle Open Office Chart : charts;inserting +Oracle Open Office Chart : charts;overview +Oracle Open Office Chart : charts;positioning axes +Oracle Open Office Chart : charts;properties +Oracle Open Office Chart : charts;reorganizing +Oracle Open Office Chart : charts;scaling axes +Oracle Open Office Chart : charts;scaling text +Oracle Open Office Chart : charts;shortcuts +Oracle Open Office Chart : charts;showing axes +Oracle Open Office Chart : charts;updating automatically (Writer) +Oracle Open Office Chart : check box creation +Oracle Open Office Chart : Chinese writing systems +Oracle Open Office Chart : choosing printers +Oracle Open Office Chart : circle drawings +Oracle Open Office Chart : Client Side ImageMap +Oracle Open Office Chart : clipboard +Oracle Open Office Chart : clipboard;cutting +Oracle Open Office Chart : clipboard;pasting +Oracle Open Office Chart : clipboard;pasting formatted/unformatted text +Oracle Open Office Chart : clipboard;selection clipboard +Oracle Open Office Chart : clipboard;Unix +Oracle Open Office Chart : closing +Oracle Open Office Chart : closing;documents +Oracle Open Office Chart : closing;toolbars +Oracle Open Office Chart : collaboration +Oracle Open Office Chart : color bar +Oracle Open Office Chart : colors +Oracle Open Office Chart : colors;adding +Oracle Open Office Chart : colors;appearance +Oracle Open Office Chart : colors;backgrounds +Oracle Open Office Chart : colors;charts +Oracle Open Office Chart : colors;fill format +Oracle Open Office Chart : colors;fonts +Oracle Open Office Chart : colors;grid lines and cells (Calc) +Oracle Open Office Chart : colors;models +Oracle Open Office Chart : colors;not printing +Oracle Open Office Chart : colors;printing in grayscale +Oracle Open Office Chart : colors;restriction (Calc) +Oracle Open Office Chart : colors;selection +Oracle Open Office Chart : column and line charts +Oracle Open Office Chart : column charts +Oracle Open Office Chart : column headers +Oracle Open Office Chart : column headers;displaying (Calc) +Oracle Open Office Chart : column headers;highlighting (Calc) +Oracle Open Office Chart : columns +Oracle Open Office Chart : columns;setting with the mouse +Oracle Open Office Chart : combination charts +Oracle Open Office Chart : combo box creation +Oracle Open Office Chart : command button creation +Oracle Open Office Chart : command buttons, see push buttons +Oracle Open Office Chart : command line parameters +Oracle Open Office Chart : commands +Oracle Open Office Chart : commands;repeating +Oracle Open Office Chart : commands;SQL +Oracle Open Office Chart : comments +Oracle Open Office Chart : comments;displaying (Calc) +Oracle Open Office Chart : comments;inserting/editing/deleting/printing +Oracle Open Office Chart : comments;on changes +Oracle Open Office Chart : comments;printing in text +Oracle Open Office Chart : common terms +Oracle Open Office Chart : common terms;Chinese dictionary +Oracle Open Office Chart : common terms;glossaries +Oracle Open Office Chart : common terms;Internet glossary +Oracle Open Office Chart : comparisons +Oracle Open Office Chart : comparisons;document versions +Oracle Open Office Chart : comparisons;operators in default filter dialog +Oracle Open Office Chart : compatibility settings for MS Word import +Oracle Open Office Chart : complete screen view +Oracle Open Office Chart : complex text layout +Oracle Open Office Chart : complex text layout;definition +Oracle Open Office Chart : complex text layout;enabling +Oracle Open Office Chart : complex text layout, see CTL +Oracle Open Office Chart : compose key to insert special characters +Oracle Open Office Chart : concatenation, see ampersand symbol +Oracle Open Office Chart : conditional separators +Oracle Open Office Chart : conditions +Oracle Open Office Chart : conditions;in number formats +Oracle Open Office Chart : conditions;items in Data Navigator +Oracle Open Office Chart : Configuration Manager +Oracle Open Office Chart : configuring +Oracle Open Office Chart : configuring;fax icon +Oracle Open Office Chart : configuring;Oracle Open Office +Oracle Open Office Chart : configuring;toolbars +Oracle Open Office Chart : connections to data sources (Base) +Oracle Open Office Chart : contents protection +Oracle Open Office Chart : context menus +Oracle Open Office Chart : control point display in presentations +Oracle Open Office Chart : controls +Oracle Open Office Chart : controls;activating in forms +Oracle Open Office Chart : controls;adding to documents +Oracle Open Office Chart : controls;arranging in forms +Oracle Open Office Chart : controls;arranging within stacks +Oracle Open Office Chart : controls;assigning data sources +Oracle Open Office Chart : controls;assigning macros (Basic) +Oracle Open Office Chart : controls;bound fields/list contents/linked cells +Oracle Open Office Chart : controls;events +Oracle Open Office Chart : controls;focus +Oracle Open Office Chart : controls;formatted fields +Oracle Open Office Chart : controls;grouping +Oracle Open Office Chart : controls;hidden +Oracle Open Office Chart : controls;inserting +Oracle Open Office Chart : controls;multi-line titles +Oracle Open Office Chart : controls;positions and sizes +Oracle Open Office Chart : controls;printing +Oracle Open Office Chart : controls;properties of form controls +Oracle Open Office Chart : controls;properties of table controls +Oracle Open Office Chart : controls;reference by SQL +Oracle Open Office Chart : controls;rich text control +Oracle Open Office Chart : controls;select mode +Oracle Open Office Chart : controls;showing (Writer) +Oracle Open Office Chart : converters +Oracle Open Office Chart : converters;Euro converter +Oracle Open Office Chart : converters;PostScript, UNIX +Oracle Open Office Chart : converters;XML +Oracle Open Office Chart : converting +Oracle Open Office Chart : converting;Hangul/Hanja +Oracle Open Office Chart : converting;metrics +Oracle Open Office Chart : converting;Microsoft documents +Oracle Open Office Chart : converting;Oracle Open Office documents +Oracle Open Office Chart : converting;Pocket PC formats +Oracle Open Office Chart : copies +Oracle Open Office Chart : copies;printing +Oracle Open Office Chart : copying +Oracle Open Office Chart : copying;by drag and drop +Oracle Open Office Chart : copying;data from text documents +Oracle Open Office Chart : copying;datasource records in spreadsheets +Oracle Open Office Chart : copying;draw objects +Oracle Open Office Chart : copying;draw objects between documents +Oracle Open Office Chart : copying;formatting +Oracle Open Office Chart : copying;from data source view +Oracle Open Office Chart : copying;from Gallery +Oracle Open Office Chart : copying;in Unix +Oracle Open Office Chart : copying;pictures, between documents +Oracle Open Office Chart : copying;sheet areas, to text documents +Oracle Open Office Chart : copying;to Gallery +Oracle Open Office Chart : copyright for Oracle Open Office +Oracle Open Office Chart : corner roundings +Oracle Open Office Chart : crash reports +Oracle Open Office Chart : criteria of query design (Base) +Oracle Open Office Chart : cropping pictures +Oracle Open Office Chart : CTL +Oracle Open Office Chart : CTL;(not) wrapping words +Oracle Open Office Chart : CTL;complex text layout languages +Oracle Open Office Chart : CTL;definition +Oracle Open Office Chart : CTL;options +Oracle Open Office Chart : currencies +Oracle Open Office Chart : currencies;converters +Oracle Open Office Chart : currencies;format codes +Oracle Open Office Chart : currency field creation +Oracle Open Office Chart : currency formats +Oracle Open Office Chart : cursor +Oracle Open Office Chart : cursor;allowing in protected areas (Writer) +Oracle Open Office Chart : cursor;in read-only text +Oracle Open Office Chart : cursor;quickly moving to an object +Oracle Open Office Chart : curves +Oracle Open Office Chart : curves;editing points +Oracle Open Office Chart : curves;properties in line charts/XY charts +Oracle Open Office Chart : custom dictionaries +Oracle Open Office Chart : custom dictionaries;editing +Oracle Open Office Chart : custom hyphens (Writer) +Oracle Open Office Chart : custom quotes +Oracle Open Office Chart : custom templates +Oracle Open Office Chart : customizing +Oracle Open Office Chart : customizing;events +Oracle Open Office Chart : customizing;keyboard +Oracle Open Office Chart : customizing;menus +Oracle Open Office Chart : customizing;Oracle Open Office +Oracle Open Office Chart : customizing;round corners +Oracle Open Office Chart : customizing;toolbars +Oracle Open Office Chart : cutting +Oracle Open Office Chart : dashes +Oracle Open Office Chart : data +Oracle Open Office Chart : data;filtering in forms +Oracle Open Office Chart : data;forms and subforms +Oracle Open Office Chart : data;read-only +Oracle Open Office Chart : data;sorting in forms +Oracle Open Office Chart : data;user data +Oracle Open Office Chart : data binding change in XForms +Oracle Open Office Chart : data labels in charts +Oracle Open Office Chart : Data Navigator +Oracle Open Office Chart : Data Navigator;adding/editing items +Oracle Open Office Chart : Data Navigator;display options +Oracle Open Office Chart : data ranges in charts +Oracle Open Office Chart : data series +Oracle Open Office Chart : data source browser +Oracle Open Office Chart : data source explorer +Oracle Open Office Chart : data source view +Oracle Open Office Chart : data source view;drag and drop +Oracle Open Office Chart : data source view;overview +Oracle Open Office Chart : data source view;showing +Oracle Open Office Chart : data sources +Oracle Open Office Chart : data sources;as tables +Oracle Open Office Chart : data sources;connection settings (Base) +Oracle Open Office Chart : data sources;copying records to spreadsheets +Oracle Open Office Chart : data sources;displaying current +Oracle Open Office Chart : data sources;LDAP server (Base) +Oracle Open Office Chart : data sources;Oracle Open Office Base +Oracle Open Office Chart : data sources;registering address books +Oracle Open Office Chart : data sources;reports +Oracle Open Office Chart : data sources;setting for stock charts +Oracle Open Office Chart : data sources;viewing +Oracle Open Office Chart : data structure of XForms +Oracle Open Office Chart : data values in charts +Oracle Open Office Chart : data, see also values +Oracle Open Office Chart : database contents +Oracle Open Office Chart : database contents;inserting as tables +Oracle Open Office Chart : database contents;inserting as text +Oracle Open Office Chart : database reports +Oracle Open Office Chart : Database Wizard (Base) +Oracle Open Office Chart : databases +Oracle Open Office Chart : databases;administration through SQL (Base) +Oracle Open Office Chart : databases;ADO (Base) +Oracle Open Office Chart : databases;connecting (Base) +Oracle Open Office Chart : databases;creating +Oracle Open Office Chart : databases;creating labels +Oracle Open Office Chart : databases;creating queries +Oracle Open Office Chart : databases;creating reports +Oracle Open Office Chart : databases;creating tables +Oracle Open Office Chart : databases;deleting (Base) +Oracle Open Office Chart : databases;drag and drop (Base) +Oracle Open Office Chart : databases;editing tables +Oracle Open Office Chart : databases;form filters +Oracle Open Office Chart : databases;formats (Base) +Oracle Open Office Chart : databases;importing/exporting +Oracle Open Office Chart : databases;JDBC (Base) +Oracle Open Office Chart : databases;main page (Base) +Oracle Open Office Chart : databases;ODBC (Base) +Oracle Open Office Chart : databases;overview +Oracle Open Office Chart : databases;registering (Base) +Oracle Open Office Chart : databases;searching records +Oracle Open Office Chart : databases;shortcut keys +Oracle Open Office Chart : databases;sorting +Oracle Open Office Chart : databases;standard filters +Oracle Open Office Chart : databases;text formats +Oracle Open Office Chart : databases;viewing +Oracle Open Office Chart : date fields +Oracle Open Office Chart : date fields;creating +Oracle Open Office Chart : date fields;properties +Oracle Open Office Chart : date formats +Oracle Open Office Chart : dates +Oracle Open Office Chart : dates;default (Calc) +Oracle Open Office Chart : dates;printing in presentations +Oracle Open Office Chart : dates;start 1900/01/01 (Calc) +Oracle Open Office Chart : dates;start 1904/01/01 (Calc) +Oracle Open Office Chart : dBASE +Oracle Open Office Chart : dBASE;database settings (Base) +Oracle Open Office Chart : DDE +Oracle Open Office Chart : DDE;definition +Oracle Open Office Chart : deactivating +Oracle Open Office Chart : deactivating;plug-ins +Oracle Open Office Chart : decimal places displayed (Calc) +Oracle Open Office Chart : decimal separator key +Oracle Open Office Chart : decimal tab stops +Oracle Open Office Chart : default directories +Oracle Open Office Chart : default filters +Oracle Open Office Chart : default filters;comparison operators +Oracle Open Office Chart : default filters;databases +Oracle Open Office Chart : default printer +Oracle Open Office Chart : default printer;setting up +Oracle Open Office Chart : default printer;UNIX +Oracle Open Office Chart : default templates +Oracle Open Office Chart : default templates;changing +Oracle Open Office Chart : default templates;organizing +Oracle Open Office Chart : defaults +Oracle Open Office Chart : defaults;documents +Oracle Open Office Chart : defaults;file formats in file dialogs +Oracle Open Office Chart : defaults;file formats in Oracle Open Office +Oracle Open Office Chart : defaults;fonts +Oracle Open Office Chart : defaults;grids (Writer/Calc) +Oracle Open Office Chart : defaults;languages +Oracle Open Office Chart : defaults;number formats +Oracle Open Office Chart : defaults;of saving +Oracle Open Office Chart : defaults;program configuration +Oracle Open Office Chart : defaults;tab stops in text +Oracle Open Office Chart : defaults;views +Oracle Open Office Chart : defining +Oracle Open Office Chart : defining;arrowheads and other line ends +Oracle Open Office Chart : defining;colors +Oracle Open Office Chart : defining;line styles +Oracle Open Office Chart : defining;paragraph borders +Oracle Open Office Chart : defining;queries (Base) +Oracle Open Office Chart : defining;table borders +Oracle Open Office Chart : deleting +Oracle Open Office Chart : deleting;all direct formatting +Oracle Open Office Chart : deleting;comments +Oracle Open Office Chart : deleting;databases (Base) +Oracle Open Office Chart : deleting;hyperlinks +Oracle Open Office Chart : deleting;lines in text +Oracle Open Office Chart : deleting;models/instances +Oracle Open Office Chart : deleting;namespaces in XForms +Oracle Open Office Chart : deleting;tab stops +Oracle Open Office Chart : deleting;templates +Oracle Open Office Chart : deleting;XML filters +Oracle Open Office Chart : depth stagger +Oracle Open Office Chart : descriptions for objects +Oracle Open Office Chart : design mode after saving +Oracle Open Office Chart : design view +Oracle Open Office Chart : design view;creating forms +Oracle Open Office Chart : design view;queries/views (Base) +Oracle Open Office Chart : designing +Oracle Open Office Chart : designing;database tables +Oracle Open Office Chart : designing;fonts +Oracle Open Office Chart : designing;queries (Base) +Oracle Open Office Chart : detaching toolbars +Oracle Open Office Chart : dictionaries +Oracle Open Office Chart : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Chart : dictionaries;creating +Oracle Open Office Chart : dictionaries;editing user-defined +Oracle Open Office Chart : dictionaries;spellcheck +Oracle Open Office Chart : dictionaries, see also languages +Oracle Open Office Chart : digital signatures +Oracle Open Office Chart : digital signatures;getting/managing/applying +Oracle Open Office Chart : digital signatures;overview +Oracle Open Office Chart : digital signatures;WebDAV over HTTPS +Oracle Open Office Chart : direct formatting +Oracle Open Office Chart : direct formatting;undoing all +Oracle Open Office Chart : directories +Oracle Open Office Chart : directories;creating new +Oracle Open Office Chart : directories;directory structure +Oracle Open Office Chart : disabled persons +Oracle Open Office Chart : displaying +Oracle Open Office Chart : displaying;comments (Calc) +Oracle Open Office Chart : displaying;comments in text documents +Oracle Open Office Chart : displaying;non-printing characters (Writer) +Oracle Open Office Chart : displaying;pictures and objects (Writer) +Oracle Open Office Chart : displaying;tables (Writer) +Oracle Open Office Chart : displaying;zero values (Calc) +Oracle Open Office Chart : distances +Oracle Open Office Chart : distinct values in SQL queries +Oracle Open Office Chart : distorting in drawings +Oracle Open Office Chart : distributing XML filters +Oracle Open Office Chart : docking +Oracle Open Office Chart : docking;definition +Oracle Open Office Chart : docking;toolbars +Oracle Open Office Chart : docking;windows +Oracle Open Office Chart : Document Converter Wizard +Oracle Open Office Chart : Document Map, see Navigator +Oracle Open Office Chart : document types in Oracle Open Office +Oracle Open Office Chart : documents +Oracle Open Office Chart : documents;changing titles +Oracle Open Office Chart : documents;closing +Oracle Open Office Chart : documents;comparing +Oracle Open Office Chart : documents;contents as lists +Oracle Open Office Chart : documents;editing time +Oracle Open Office Chart : documents;exporting +Oracle Open Office Chart : documents;importing +Oracle Open Office Chart : documents;languages +Oracle Open Office Chart : documents;measurement units in +Oracle Open Office Chart : documents;merging +Oracle Open Office Chart : documents;number of pages/tables/sheets +Oracle Open Office Chart : documents;opening +Oracle Open Office Chart : documents;opening in design mode +Oracle Open Office Chart : documents;opening with templates +Oracle Open Office Chart : documents;organizing +Oracle Open Office Chart : documents;printing +Oracle Open Office Chart : documents;read-only +Oracle Open Office Chart : documents;reloading +Oracle Open Office Chart : documents;saving +Oracle Open Office Chart : documents;saving automatically +Oracle Open Office Chart : documents;saving in other formats +Oracle Open Office Chart : documents;sending as e-mail +Oracle Open Office Chart : documents;styles changed +Oracle Open Office Chart : documents;version management +Oracle Open Office Chart : documents;version numbers +Oracle Open Office Chart : donut charts +Oracle Open Office Chart : dotted areas +Oracle Open Office Chart : double-line spacing in paragraphs +Oracle Open Office Chart : double-line writing in Asian layout +Oracle Open Office Chart : drag and drop +Oracle Open Office Chart : drag and drop;copying and pasting text +Oracle Open Office Chart : drag and drop;data source view +Oracle Open Office Chart : drag and drop;from Gallery to draw objects +Oracle Open Office Chart : drag and drop;overview +Oracle Open Office Chart : drag and drop;pictures +Oracle Open Office Chart : drag and drop;to Gallery +Oracle Open Office Chart : draw objects +Oracle Open Office Chart : draw objects;adding/editing/copying +Oracle Open Office Chart : draw objects;anchoring +Oracle Open Office Chart : draw objects;arranging within stacks +Oracle Open Office Chart : draw objects;copying between documents +Oracle Open Office Chart : draw objects;displaying (Calc) +Oracle Open Office Chart : draw objects;dropping Gallery pictures +Oracle Open Office Chart : draw objects;flipping +Oracle Open Office Chart : draw objects;legends +Oracle Open Office Chart : draw objects;positioning and resizing +Oracle Open Office Chart : draw objects;protecting +Oracle Open Office Chart : draw objects;slanting +Oracle Open Office Chart : draw objects;text in +Oracle Open Office Chart : Drawing bar +Oracle Open Office Chart : drawing lines in text +Oracle Open Office Chart : drawings +Oracle Open Office Chart : drawings;creating/opening +Oracle Open Office Chart : drawings;languages +Oracle Open Office Chart : drawings;printing +Oracle Open Office Chart : drawings;printing defaults +Oracle Open Office Chart : drawings;printing in text documents +Oracle Open Office Chart : drawings;saving +Oracle Open Office Chart : drawings;saving automatically +Oracle Open Office Chart : drawings;saving in other formats +Oracle Open Office Chart : drawings;sending as e-mail +Oracle Open Office Chart : drawings;showing (Writer) +Oracle Open Office Chart : drawings, see also draw objects +Oracle Open Office Chart : drop-down lists in form functions +Oracle Open Office Chart : e-mail attachments +Oracle Open Office Chart : Edit File icon +Oracle Open Office Chart : edit mode +Oracle Open Office Chart : edit mode;after opening +Oracle Open Office Chart : edit mode;through Enter key (Calc) +Oracle Open Office Chart : Edit Points bar +Oracle Open Office Chart : editing +Oracle Open Office Chart : editing;chart axes +Oracle Open Office Chart : editing;chart data +Oracle Open Office Chart : editing;chart legends +Oracle Open Office Chart : editing;chart titles +Oracle Open Office Chart : editing;comments +Oracle Open Office Chart : editing;data binding of XForms +Oracle Open Office Chart : editing;database tables and queries +Oracle Open Office Chart : editing;draw objects +Oracle Open Office Chart : editing;Fontwork objects +Oracle Open Office Chart : editing;hyperlinks +Oracle Open Office Chart : editing;menus +Oracle Open Office Chart : editing;objects +Oracle Open Office Chart : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Chart : editing;pictures +Oracle Open Office Chart : editing;reports +Oracle Open Office Chart : editing;shortcut keys +Oracle Open Office Chart : editing;tab stops +Oracle Open Office Chart : editing;templates +Oracle Open Office Chart : editing;titles +Oracle Open Office Chart : editing;toolbars +Oracle Open Office Chart : editing;undoing +Oracle Open Office Chart : editing;XForms +Oracle Open Office Chart : editing time of documents +Oracle Open Office Chart : editors +Oracle Open Office Chart : editors;formula editor +Oracle Open Office Chart : editors;ImageMap editor +Oracle Open Office Chart : effects +Oracle Open Office Chart : effects;font positions +Oracle Open Office Chart : effects;fonts +Oracle Open Office Chart : effects;Fontwork icons +Oracle Open Office Chart : empty documents +Oracle Open Office Chart : empty paragraph removal +Oracle Open Office Chart : encryption of contents +Oracle Open Office Chart : entering groups +Oracle Open Office Chart : entering text from right to left +Oracle Open Office Chart : equal sign, see also operators +Oracle Open Office Chart : equations in formula editor +Oracle Open Office Chart : error bars in charts +Oracle Open Office Chart : error indicators in charts +Oracle Open Office Chart : Error Report Tool +Oracle Open Office Chart : Euro +Oracle Open Office Chart : Euro;currency formats +Oracle Open Office Chart : Euro;Euro Converter Wizard +Oracle Open Office Chart : even/odd pages +Oracle Open Office Chart : even/odd pages;printing +Oracle Open Office Chart : events +Oracle Open Office Chart : events;assigning scripts +Oracle Open Office Chart : events;controls +Oracle Open Office Chart : events;customizing +Oracle Open Office Chart : events;in forms +Oracle Open Office Chart : Excel +Oracle Open Office Chart : Excel;saving as +Oracle Open Office Chart : Excel;search criteria +Oracle Open Office Chart : exceptions +Oracle Open Office Chart : exceptions;user-defined dictionaries +Oracle Open Office Chart : exchanging, see also replacing +Oracle Open Office Chart : executing SQL commands +Oracle Open Office Chart : exiting +Oracle Open Office Chart : exiting;groups +Oracle Open Office Chart : exiting;Oracle Open Office +Oracle Open Office Chart : expanding formatting (Calc) +Oracle Open Office Chart : explorer of data sources +Oracle Open Office Chart : export filters +Oracle Open Office Chart : exporting +Oracle Open Office Chart : exporting;bitmaps +Oracle Open Office Chart : exporting;HTML and text documents +Oracle Open Office Chart : exporting;Microsoft Office documents with VBA code +Oracle Open Office Chart : exporting;spreadsheets to text format +Oracle Open Office Chart : exporting;templates +Oracle Open Office Chart : exporting;to foreign formats +Oracle Open Office Chart : exporting;to HTML +Oracle Open Office Chart : exporting;to Microsoft Office formats +Oracle Open Office Chart : exporting;to PDF +Oracle Open Office Chart : exporting;to PostScript format +Oracle Open Office Chart : exporting;to XML +Oracle Open Office Chart : exporting;XML files +Oracle Open Office Chart : extended tips in Help +Oracle Open Office Chart : extension mode in text +Oracle Open Office Chart : extensions +Oracle Open Office Chart : extensions;Extension Manager +Oracle Open Office Chart : extensions;file formats +Oracle Open Office Chart : external keys (Base) +Oracle Open Office Chart : faster printing +Oracle Open Office Chart : faxes +Oracle Open Office Chart : faxes;configuring Oracle Open Office +Oracle Open Office Chart : faxes;fax programs/fax printers under UNIX +Oracle Open Office Chart : faxes;selecting a fax machine +Oracle Open Office Chart : faxes;sending +Oracle Open Office Chart : faxes;wizards +Oracle Open Office Chart : feedback +Oracle Open Office Chart : feedback;automatically +Oracle Open Office Chart : fields +Oracle Open Office Chart : fields;database tables +Oracle Open Office Chart : fields;displaying field codes (Writer) +Oracle Open Office Chart : fields;formatted fields +Oracle Open Office Chart : fields;updating automatically (Writer) +Oracle Open Office Chart : file associations for Microsoft Office +Oracle Open Office Chart : file filters +Oracle Open Office Chart : file filters;mobile devices +Oracle Open Office Chart : file filters;XML +Oracle Open Office Chart : file formats +Oracle Open Office Chart : file formats;changing Oracle Open Office defaults +Oracle Open Office Chart : file formats;OpenDocument/XML +Oracle Open Office Chart : file formats;saving always in other formats +Oracle Open Office Chart : file selection button +Oracle Open Office Chart : file sharing options for current document +Oracle Open Office Chart : files +Oracle Open Office Chart : files;filters and formats +Oracle Open Office Chart : files;importing +Oracle Open Office Chart : files;opening +Oracle Open Office Chart : files;properties +Oracle Open Office Chart : files;saving +Oracle Open Office Chart : files;saving automatically +Oracle Open Office Chart : files;saving in other formats +Oracle Open Office Chart : files;sending as e-mail +Oracle Open Office Chart : files;version numbers +Oracle Open Office Chart : files and folders in Oracle Open Office +Oracle Open Office Chart : fill characters with tabulators +Oracle Open Office Chart : fill colors for areas +Oracle Open Office Chart : fill patterns for areas +Oracle Open Office Chart : filter conditions +Oracle Open Office Chart : filter conditions;connecting +Oracle Open Office Chart : filter conditions;in queries (Base) +Oracle Open Office Chart : filtering +Oracle Open Office Chart : filtering;data in databases +Oracle Open Office Chart : filtering;data in forms +Oracle Open Office Chart : filters +Oracle Open Office Chart : filters;comparison operators +Oracle Open Office Chart : filters;for import and export +Oracle Open Office Chart : filters;Navigator +Oracle Open Office Chart : filters;pictures +Oracle Open Office Chart : filters;XML filter settings +Oracle Open Office Chart : Find tab in Help +Oracle Open Office Chart : finding +Oracle Open Office Chart : finding;in all sheets +Oracle Open Office Chart : finding;records in form documents +Oracle Open Office Chart : finding;selections +Oracle Open Office Chart : finding;similarity search +Oracle Open Office Chart : fitting to pages +Oracle Open Office Chart : fitting to pages;print settings in Math +Oracle Open Office Chart : fitting to pages;print settings in presentations +Oracle Open Office Chart : fixed text +Oracle Open Office Chart : fixed text;form functions +Oracle Open Office Chart : fixing toolbars +Oracle Open Office Chart : flipping draw objects +Oracle Open Office Chart : floating frames in HTML documents +Oracle Open Office Chart : floating toolbars +Oracle Open Office Chart : focus of controls +Oracle Open Office Chart : folder creation +Oracle Open Office Chart : font lists +Oracle Open Office Chart : font name box +Oracle Open Office Chart : font sizes +Oracle Open Office Chart : font sizes;bullets +Oracle Open Office Chart : font sizes;relative changes +Oracle Open Office Chart : font sizes;scaling on screen +Oracle Open Office Chart : font sizes;text +Oracle Open Office Chart : fonts +Oracle Open Office Chart : fonts;adding under UNIX +Oracle Open Office Chart : fonts;changing in templates +Oracle Open Office Chart : fonts;colors +Oracle Open Office Chart : fonts;default settings +Oracle Open Office Chart : fonts;effects +Oracle Open Office Chart : fonts;for HTML and Basic +Oracle Open Office Chart : fonts;formats +Oracle Open Office Chart : fonts;outlines +Oracle Open Office Chart : fonts;positions in text +Oracle Open Office Chart : fonts;shadows +Oracle Open Office Chart : fonts;specifying several +Oracle Open Office Chart : fonts;strikethrough +Oracle Open Office Chart : fonts;styles +Oracle Open Office Chart : fonts;text objects +Oracle Open Office Chart : Fontwork icons +Oracle Open Office Chart : footers +Oracle Open Office Chart : footers;backgrounds +Oracle Open Office Chart : form controls +Oracle Open Office Chart : form controls;assigning macros +Oracle Open Office Chart : form controls;protecting +Oracle Open Office Chart : form controls;toolbars +Oracle Open Office Chart : form fields +Oracle Open Office Chart : form filters +Oracle Open Office Chart : Form Navigator +Oracle Open Office Chart : format codes +Oracle Open Office Chart : format codes;numbers +Oracle Open Office Chart : format filling printing in Oracle Open Office Math +Oracle Open Office Chart : Format Paintbrush +Oracle Open Office Chart : formats +Oracle Open Office Chart : formats;Asian layout +Oracle Open Office Chart : formats;fonts +Oracle Open Office Chart : formats;maximizing page formats +Oracle Open Office Chart : formats;number and currency formats +Oracle Open Office Chart : formats;of currencies/date/time +Oracle Open Office Chart : formats;on opening and saving +Oracle Open Office Chart : formats;pasting in special formats +Oracle Open Office Chart : formats;positions +Oracle Open Office Chart : formats;tabulators +Oracle Open Office Chart : formatted fields +Oracle Open Office Chart : formatted fields;form functions +Oracle Open Office Chart : formatted fields;properties +Oracle Open Office Chart : formatting +Oracle Open Office Chart : formatting;Asian typography +Oracle Open Office Chart : formatting;axes in charts +Oracle Open Office Chart : formatting;chart areas +Oracle Open Office Chart : formatting;chart floors +Oracle Open Office Chart : formatting;chart legends +Oracle Open Office Chart : formatting;chart titles +Oracle Open Office Chart : formatting;chart walls +Oracle Open Office Chart : formatting;copying +Oracle Open Office Chart : formatting;definition +Oracle Open Office Chart : formatting;expanding (Calc) +Oracle Open Office Chart : formatting;font effects +Oracle Open Office Chart : formatting;hyperlinks +Oracle Open Office Chart : formatting;pages +Oracle Open Office Chart : formatting;printer metrics (Writer) +Oracle Open Office Chart : formatting;undoing +Oracle Open Office Chart : formatting;undoing when writing +Oracle Open Office Chart : forms +Oracle Open Office Chart : forms;browsing +Oracle Open Office Chart : forms;Combo Box/List Box Wizard +Oracle Open Office Chart : forms;creating +Oracle Open Office Chart : forms;data +Oracle Open Office Chart : forms;designing (Base) +Oracle Open Office Chart : forms;events +Oracle Open Office Chart : forms;filtering data +Oracle Open Office Chart : forms;finding records +Oracle Open Office Chart : forms;focus after opening +Oracle Open Office Chart : forms;general information (Base) +Oracle Open Office Chart : forms;grouping controls +Oracle Open Office Chart : forms;HTML filters +Oracle Open Office Chart : forms;Navigator +Oracle Open Office Chart : forms;opening in design mode +Oracle Open Office Chart : forms;properties +Oracle Open Office Chart : forms;sorting data +Oracle Open Office Chart : forms;subforms +Oracle Open Office Chart : forms;wizards +Oracle Open Office Chart : forms;XForms +Oracle Open Office Chart : formula texts +Oracle Open Office Chart : formula texts;printing in Oracle Open Office Math +Oracle Open Office Chart : formulas +Oracle Open Office Chart : formulas;new +Oracle Open Office Chart : formulas;starting formula editor +Oracle Open Office Chart : formulas in reports +Oracle Open Office Chart : formulas in reports;editing +Oracle Open Office Chart : forums and support +Oracle Open Office Chart : frames +Oracle Open Office Chart : frames;around paragraphs +Oracle Open Office Chart : frames;around tables +Oracle Open Office Chart : frames;AutoCorrect function +Oracle Open Office Chart : frames;backgrounds +Oracle Open Office Chart : frames;captions (Writer) +Oracle Open Office Chart : frames;printing in Oracle Open Office Math +Oracle Open Office Chart : frames;protecting +Oracle Open Office Chart : frames;selection frames +Oracle Open Office Chart : frames;text fitting to frames +Oracle Open Office Chart : freeform lines +Oracle Open Office Chart : freeform lines;draw functions +Oracle Open Office Chart : FTP +Oracle Open Office Chart : FTP;opening documents +Oracle Open Office Chart : FTP;saving documents +Oracle Open Office Chart : full joins (Base) +Oracle Open Office Chart : full screen view +Oracle Open Office Chart : full-text search in Help +Oracle Open Office Chart : functions in reports +Oracle Open Office Chart : functions in reports;editing +Oracle Open Office Chart : Gallery +Oracle Open Office Chart : Gallery;adding pictures +Oracle Open Office Chart : Gallery;dragging pictures to draw objects +Oracle Open Office Chart : Gallery;hiding/showing +Oracle Open Office Chart : Gallery;inserting pictures from +Oracle Open Office Chart : get method for form transmissions +Oracle Open Office Chart : getting support +Oracle Open Office Chart : GIF format +Oracle Open Office Chart : glossaries +Oracle Open Office Chart : glossaries;common terms +Oracle Open Office Chart : glossaries;Internet terms +Oracle Open Office Chart : gradients off for faster printing +Oracle Open Office Chart : graphic objects, see draw objects +Oracle Open Office Chart : graphical text art +Oracle Open Office Chart : graphics +Oracle Open Office Chart : graphics;cache +Oracle Open Office Chart : graphics;protecting +Oracle Open Office Chart : graphics, see also pictures +Oracle Open Office Chart : grayscale printing +Oracle Open Office Chart : grid controls +Oracle Open Office Chart : grid controls;form functions +Oracle Open Office Chart : grids +Oracle Open Office Chart : grids;defaults (Writer/Calc) +Oracle Open Office Chart : grids;display options (Impress/Draw) +Oracle Open Office Chart : grids;displaying lines (Calc) +Oracle Open Office Chart : grids;formatting axes +Oracle Open Office Chart : grids;inserting in charts +Oracle Open Office Chart : group box creation +Oracle Open Office Chart : groups +Oracle Open Office Chart : groups;entering/exiting/ungrouping +Oracle Open Office Chart : groups;naming +Oracle Open Office Chart : groups;of controls +Oracle Open Office Chart : guides +Oracle Open Office Chart : guides;display options (Impress/Draw) +Oracle Open Office Chart : guides;displaying when moving objects (Impress) +Oracle Open Office Chart : guides;showing (Calc) +Oracle Open Office Chart : guides;showing when moving frames (Writer) +Oracle Open Office Chart : gutter +Oracle Open Office Chart : handles +Oracle Open Office Chart : handles;displaying (Writer) +Oracle Open Office Chart : handles;scaling +Oracle Open Office Chart : handles;showing simple/large handles (Calc) +Oracle Open Office Chart : Hangul/Hanja +Oracle Open Office Chart : hatching +Oracle Open Office Chart : headers +Oracle Open Office Chart : headers;backgrounds +Oracle Open Office Chart : headings +Oracle Open Office Chart : headings;entering as text box +Oracle Open Office Chart : Hebrew +Oracle Open Office Chart : Hebrew;entering text +Oracle Open Office Chart : Hebrew;language settings +Oracle Open Office Chart : Help +Oracle Open Office Chart : Help;bookmarks +Oracle Open Office Chart : Help;extended tips on/off +Oracle Open Office Chart : Help;full-text search +Oracle Open Office Chart : Help;Help tips +Oracle Open Office Chart : Help;keywords +Oracle Open Office Chart : Help;navigation pane showing/hiding +Oracle Open Office Chart : Help;style sheets +Oracle Open Office Chart : Help;topics +Oracle Open Office Chart : Help Agent +Oracle Open Office Chart : Help Agent;help +Oracle Open Office Chart : Help Agent;options +Oracle Open Office Chart : Help tips +Oracle Open Office Chart : Help tips;hiding +Oracle Open Office Chart : hidden controls in Form Navigator +Oracle Open Office Chart : hidden fields display (Writer) +Oracle Open Office Chart : hidden pages +Oracle Open Office Chart : hidden pages;printing in presentations +Oracle Open Office Chart : hidden text +Oracle Open Office Chart : hidden text;showing (Writer) +Oracle Open Office Chart : hiding +Oracle Open Office Chart : hiding;changes +Oracle Open Office Chart : hiding;chart legends +Oracle Open Office Chart : hiding;docked windows +Oracle Open Office Chart : hiding;navigation pane in Help window +Oracle Open Office Chart : high contrast mode +Oracle Open Office Chart : Hindi +Oracle Open Office Chart : Hindi;entering text +Oracle Open Office Chart : Hindi;language settings +Oracle Open Office Chart : horizontal scrollbars (Writer) +Oracle Open Office Chart : hotspots +Oracle Open Office Chart : HowTos for charts +Oracle Open Office Chart : HTML +Oracle Open Office Chart : HTML;definition +Oracle Open Office Chart : HTML;export character set +Oracle Open Office Chart : HTML;fonts for source display +Oracle Open Office Chart : HTML;importing META tags +Oracle Open Office Chart : HTML;live presentations +Oracle Open Office Chart : HTML documents +Oracle Open Office Chart : HTML documents;auto reloading +Oracle Open Office Chart : HTML documents;importing/exporting +Oracle Open Office Chart : HTML documents;META tags in +Oracle Open Office Chart : HTML documents;new +Oracle Open Office Chart : HTML documents;source text +Oracle Open Office Chart : hyperlinks +Oracle Open Office Chart : hyperlinks;assigning macros +Oracle Open Office Chart : hyperlinks;character formats +Oracle Open Office Chart : hyperlinks;definition +Oracle Open Office Chart : hyperlinks;deleting +Oracle Open Office Chart : hyperlinks;editing +Oracle Open Office Chart : hyperlinks;inserting +Oracle Open Office Chart : hyperlinks;relative and absolute +Oracle Open Office Chart : hyperlinks;turning off automatic recognition +Oracle Open Office Chart : hyperlinks, see also links +Oracle Open Office Chart : hyphenation +Oracle Open Office Chart : hyphenation;activating for a language +Oracle Open Office Chart : hyphenation;minimal number of characters +Oracle Open Office Chart : hyphens +Oracle Open Office Chart : hyphens;displaying custom (Writer) +Oracle Open Office Chart : hyphens;inserting custom +Oracle Open Office Chart : icon bars, see toolbars +Oracle Open Office Chart : icon sizes +Oracle Open Office Chart : ignore list for spellcheck +Oracle Open Office Chart : illumination +Oracle Open Office Chart : illumination;3D charts +Oracle Open Office Chart : illustrations, see pictures +Oracle Open Office Chart : image button creation +Oracle Open Office Chart : image control creation +Oracle Open Office Chart : ImageMap +Oracle Open Office Chart : ImageMap;definition +Oracle Open Office Chart : ImageMap;editor +Oracle Open Office Chart : images +Oracle Open Office Chart : images;ImageMap +Oracle Open Office Chart : images;inserting and editing bitmaps +Oracle Open Office Chart : images, see also pictures +Oracle Open Office Chart : IME +Oracle Open Office Chart : IME;definition +Oracle Open Office Chart : IME;showing/hiding +Oracle Open Office Chart : import filters +Oracle Open Office Chart : import restrictions for Microsoft Office +Oracle Open Office Chart : importing +Oracle Open Office Chart : importing;bitmaps +Oracle Open Office Chart : importing;compatibility settings for text import +Oracle Open Office Chart : importing;databases +Oracle Open Office Chart : importing;documents in other formats +Oracle Open Office Chart : importing;from XML +Oracle Open Office Chart : importing;HTML and text documents +Oracle Open Office Chart : importing;HTML with META tags +Oracle Open Office Chart : importing;Microsoft Office documents with VBA code +Oracle Open Office Chart : importing;tables in text format +Oracle Open Office Chart : importing;templates +Oracle Open Office Chart : improvement program +Oracle Open Office Chart : inches +Oracle Open Office Chart : Index tab in Help +Oracle Open Office Chart : indexes +Oracle Open Office Chart : indexes;backgrounds +Oracle Open Office Chart : indexes;showing/hiding Help index tab +Oracle Open Office Chart : indicator lines in text +Oracle Open Office Chart : inner joins (Base) +Oracle Open Office Chart : input method window +Oracle Open Office Chart : insert mode for entering text +Oracle Open Office Chart : inserting +Oracle Open Office Chart : inserting;buttons in toolbars +Oracle Open Office Chart : inserting;cell ranges from spreadsheets +Oracle Open Office Chart : inserting;charts +Oracle Open Office Chart : inserting;clipboard options +Oracle Open Office Chart : inserting;comments +Oracle Open Office Chart : inserting;data from text documents +Oracle Open Office Chart : inserting;datasource records in spreadsheets +Oracle Open Office Chart : inserting;drawings +Oracle Open Office Chart : inserting;floating frames +Oracle Open Office Chart : inserting;Fontwork objects +Oracle Open Office Chart : inserting;form fields +Oracle Open Office Chart : inserting;hyperlinks +Oracle Open Office Chart : inserting;line breaks in cells +Oracle Open Office Chart : inserting;movies/sounds +Oracle Open Office Chart : inserting;new text tables defaults +Oracle Open Office Chart : inserting;objects from Gallery +Oracle Open Office Chart : inserting;OLE objects +Oracle Open Office Chart : inserting;paragraph borders +Oracle Open Office Chart : inserting;paragraph bullets +Oracle Open Office Chart : inserting;pictures in Gallery +Oracle Open Office Chart : inserting;plug-ins +Oracle Open Office Chart : inserting;push buttons +Oracle Open Office Chart : inserting;special characters +Oracle Open Office Chart : inserting;tab stops +Oracle Open Office Chart : inserting;textures on chart bars +Oracle Open Office Chart : installing +Oracle Open Office Chart : installing;ActiveX control +Oracle Open Office Chart : installing;mobile device filters +Oracle Open Office Chart : installing;UNO components +Oracle Open Office Chart : installing;XML filters +Oracle Open Office Chart : instructions +Oracle Open Office Chart : instructions;general +Oracle Open Office Chart : Internet +Oracle Open Office Chart : Internet;checking for updates +Oracle Open Office Chart : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Chart : Internet;presentations +Oracle Open Office Chart : Internet;starting searches +Oracle Open Office Chart : Internet glossary +Oracle Open Office Chart : invert filter +Oracle Open Office Chart : invisible areas +Oracle Open Office Chart : italic text +Oracle Open Office Chart : iterative references in spreadsheets +Oracle Open Office Chart : Java +Oracle Open Office Chart : Java;definition +Oracle Open Office Chart : Java;setting options +Oracle Open Office Chart : JDBC +Oracle Open Office Chart : JDBC;databases (Base) +Oracle Open Office Chart : JDBC;definition +Oracle Open Office Chart : joining +Oracle Open Office Chart : joining;paragraphs +Oracle Open Office Chart : joining;tables (Base) +Oracle Open Office Chart : joins in databases (Base) +Oracle Open Office Chart : justifying text +Oracle Open Office Chart : kerning +Oracle Open Office Chart : kerning;Asian texts +Oracle Open Office Chart : kerning;definition +Oracle Open Office Chart : kerning;in characters +Oracle Open Office Chart : key fields for relations (Base) +Oracle Open Office Chart : keyboard +Oracle Open Office Chart : keyboard;assigning/editing shortcut keys +Oracle Open Office Chart : keyboard;general commands +Oracle Open Office Chart : keyboard;removing numbering +Oracle Open Office Chart : keys +Oracle Open Office Chart : keys;adding push buttons +Oracle Open Office Chart : keys;primary keys (Base) +Oracle Open Office Chart : kiosk export +Oracle Open Office Chart : labels +Oracle Open Office Chart : labels;creating and synchronizing +Oracle Open Office Chart : labels;for charts +Oracle Open Office Chart : labels;for draw objects +Oracle Open Office Chart : labels;form functions +Oracle Open Office Chart : labels;from databases +Oracle Open Office Chart : labels, see also names/callouts +Oracle Open Office Chart : languages +Oracle Open Office Chart : languages;activating modules +Oracle Open Office Chart : languages;Asian support +Oracle Open Office Chart : languages;complex text layout +Oracle Open Office Chart : languages;locale settings +Oracle Open Office Chart : languages;selecting for text +Oracle Open Office Chart : languages;setting options +Oracle Open Office Chart : languages;spellcheck +Oracle Open Office Chart : languages;spellchecking and formatting +Oracle Open Office Chart : large handles (Writer) +Oracle Open Office Chart : large icons +Oracle Open Office Chart : layer arrangement +Oracle Open Office Chart : layout +Oracle Open Office Chart : layout;importing Word documents +Oracle Open Office Chart : layout;pages +Oracle Open Office Chart : LDAP server +Oracle Open Office Chart : LDAP server;address books (Base) +Oracle Open Office Chart : LDAP server;sign on options +Oracle Open Office Chart : leading between paragraphs +Oracle Open Office Chart : left alignment of paragraphs +Oracle Open Office Chart : left joins (Base) +Oracle Open Office Chart : legends +Oracle Open Office Chart : legends;charts +Oracle Open Office Chart : legends;draw objects +Oracle Open Office Chart : legends;rounding corners +Oracle Open Office Chart : Letter Wizard +Oracle Open Office Chart : levels +Oracle Open Office Chart : levels;depth stagger +Oracle Open Office Chart : levels;macro security +Oracle Open Office Chart : limits of tables (Writer) +Oracle Open Office Chart : line breaks +Oracle Open Office Chart : line breaks;in cells +Oracle Open Office Chart : line charts +Oracle Open Office Chart : line spacing +Oracle Open Office Chart : line spacing;context menu in paragraphs +Oracle Open Office Chart : line spacing;paragraph +Oracle Open Office Chart : line styles +Oracle Open Office Chart : line styles;applying +Oracle Open Office Chart : line styles;defining +Oracle Open Office Chart : lines +Oracle Open Office Chart : lines;defining ends +Oracle Open Office Chart : lines;draw functions +Oracle Open Office Chart : lines;drawing in text +Oracle Open Office Chart : lines;editing points +Oracle Open Office Chart : lines;removing automatic lines +Oracle Open Office Chart : lines of text +Oracle Open Office Chart : lines of text;alignment +Oracle Open Office Chart : links +Oracle Open Office Chart : links;between cells and controls +Oracle Open Office Chart : links;by drag and drop +Oracle Open Office Chart : links;character formats +Oracle Open Office Chart : links;definition +Oracle Open Office Chart : links;editing hyperlinks +Oracle Open Office Chart : links;inserting +Oracle Open Office Chart : links;modifying +Oracle Open Office Chart : links;opening files with +Oracle Open Office Chart : links;relational databases (Base) +Oracle Open Office Chart : links;turning off automatic recognition +Oracle Open Office Chart : links;updating options (Writer) +Oracle Open Office Chart : links;updating specific links +Oracle Open Office Chart : list box creation +Oracle Open Office Chart : lists +Oracle Open Office Chart : lists;data assigned to controls +Oracle Open Office Chart : lists;registered databases (Base) +Oracle Open Office Chart : lists;regular expressions +Oracle Open Office Chart : live presentations on the Internet +Oracle Open Office Chart : loading +Oracle Open Office Chart : loading;documents +Oracle Open Office Chart : loading;documents from other formats +Oracle Open Office Chart : loading;HTML documents, automatically +Oracle Open Office Chart : loading;Microsoft Office documents with VBA code +Oracle Open Office Chart : loading;reloading +Oracle Open Office Chart : loading;XML files +Oracle Open Office Chart : locale settings +Oracle Open Office Chart : logarithmic scaling along axes +Oracle Open Office Chart : lowercase letters +Oracle Open Office Chart : lowercase letters;font effects +Oracle Open Office Chart : Macro Wizard (Base) +Oracle Open Office Chart : macros +Oracle Open Office Chart : macros;assigning to events in forms +Oracle Open Office Chart : macros;attaching new (Base) +Oracle Open Office Chart : macros;in MS Office documents +Oracle Open Office Chart : macros;interrupting +Oracle Open Office Chart : macros;organizing +Oracle Open Office Chart : macros;recording +Oracle Open Office Chart : macros;security +Oracle Open Office Chart : macros;security levels +Oracle Open Office Chart : macros;security warning dialog +Oracle Open Office Chart : macros;selecting security warnings +Oracle Open Office Chart : magnifiers +Oracle Open Office Chart : margins +Oracle Open Office Chart : margins;pages +Oracle Open Office Chart : margins;setting with the mouse +Oracle Open Office Chart : margins;shadows +Oracle Open Office Chart : marking changes +Oracle Open Office Chart : marking, see selecting +Oracle Open Office Chart : Math formula editor +Oracle Open Office Chart : mean value lines in charts +Oracle Open Office Chart : measurement units +Oracle Open Office Chart : measurement units;changing on rulers +Oracle Open Office Chart : measurement units;converting +Oracle Open Office Chart : measurement units;selecting +Oracle Open Office Chart : Media Player window +Oracle Open Office Chart : menus +Oracle Open Office Chart : menus;activating context menus +Oracle Open Office Chart : menus;assigning macros +Oracle Open Office Chart : menus;customizing +Oracle Open Office Chart : merging +Oracle Open Office Chart : merging;documents +Oracle Open Office Chart : META tags +Oracle Open Office Chart : metrics +Oracle Open Office Chart : metrics;converting +Oracle Open Office Chart : metrics;document formatting (Writer) +Oracle Open Office Chart : metrics;in sheets +Oracle Open Office Chart : Microsoft Office +Oracle Open Office Chart : Microsoft Office;Access databases (base) +Oracle Open Office Chart : Microsoft Office;as default file format +Oracle Open Office Chart : Microsoft Office;document import restrictions +Oracle Open Office Chart : Microsoft Office;feature comparisons +Oracle Open Office Chart : Microsoft Office;importing password protected files +Oracle Open Office Chart : Microsoft Office;importing Word documents +Oracle Open Office Chart : Microsoft Office;importing/exporting VBA code +Oracle Open Office Chart : Microsoft Office;new users information +Oracle Open Office Chart : Microsoft Office;opening Microsoft documents +Oracle Open Office Chart : Microsoft Office;reassigning document types +Oracle Open Office Chart : migrating macros (Base) +Oracle Open Office Chart : mobile device filters +Oracle Open Office Chart : models in XForms +Oracle Open Office Chart : modifying, see changing +Oracle Open Office Chart : more controls +Oracle Open Office Chart : mosaic filter +Oracle Open Office Chart : mouse +Oracle Open Office Chart : mouse;pointers when using drag and drop +Oracle Open Office Chart : mouse;positioning +Oracle Open Office Chart : movies +Oracle Open Office Chart : moving +Oracle Open Office Chart : moving;tab stops on ruler +Oracle Open Office Chart : moving;toolbars +Oracle Open Office Chart : moving;using guide lines in presentations +Oracle Open Office Chart : MS ADO interface (Base) +Oracle Open Office Chart : multi-line titles in forms +Oracle Open Office Chart : multiple documents +Oracle Open Office Chart : multiple documents;opening +Oracle Open Office Chart : multiple selection +Oracle Open Office Chart : music +Oracle Open Office Chart : My Documents folder +Oracle Open Office Chart : My Documents folder;changing work directory +Oracle Open Office Chart : My Documents folder;opening +Oracle Open Office Chart : MySQL databases (Base) +Oracle Open Office Chart : names +Oracle Open Office Chart : names;multi-line titles +Oracle Open Office Chart : names;objects +Oracle Open Office Chart : names, see also labels/callouts +Oracle Open Office Chart : namespace organization in XForms +Oracle Open Office Chart : native SQL (Base) +Oracle Open Office Chart : navigating +Oracle Open Office Chart : navigating;in documents +Oracle Open Office Chart : Navigation bar +Oracle Open Office Chart : Navigation bar;controls +Oracle Open Office Chart : Navigation bar;forms +Oracle Open Office Chart : Navigator +Oracle Open Office Chart : Navigator;comments +Oracle Open Office Chart : Navigator;contents as lists +Oracle Open Office Chart : Navigator;docking +Oracle Open Office Chart : Navigator;working with +Oracle Open Office Chart : net charts +Oracle Open Office Chart : network identity options +Oracle Open Office Chart : new databases +Oracle Open Office Chart : new documents +Oracle Open Office Chart : new lines in cells +Oracle Open Office Chart : new windows +Oracle Open Office Chart : non-breaking dashes +Oracle Open Office Chart : non-breaking spaces (Writer) +Oracle Open Office Chart : non-printing characters (Writer) +Oracle Open Office Chart : number formats +Oracle Open Office Chart : number formats;codes +Oracle Open Office Chart : number formats;formats +Oracle Open Office Chart : number formats;recognition in text tables +Oracle Open Office Chart : number of pages +Oracle Open Office Chart : number of sheets +Oracle Open Office Chart : number of tables +Oracle Open Office Chart : numbering +Oracle Open Office Chart : numbering;options +Oracle Open Office Chart : numbering;turning off +Oracle Open Office Chart : numbering;using automatically +Oracle Open Office Chart : numbers +Oracle Open Office Chart : numbers;date, time and currency formats +Oracle Open Office Chart : numerical fields in forms +Oracle Open Office Chart : objects +Oracle Open Office Chart : objects;always moveable (Impress/Draw) +Oracle Open Office Chart : objects;arranging within stacks +Oracle Open Office Chart : objects;copying when moving in presentations +Oracle Open Office Chart : objects;definition +Oracle Open Office Chart : objects;displaying in spreadsheets +Oracle Open Office Chart : objects;displaying in text documents +Oracle Open Office Chart : objects;editing +Oracle Open Office Chart : objects;inserting from Gallery +Oracle Open Office Chart : objects;inserting OLE objects +Oracle Open Office Chart : objects;moving and resizing with mouse +Oracle Open Office Chart : objects;naming +Oracle Open Office Chart : objects;opening +Oracle Open Office Chart : objects;properties of charts +Oracle Open Office Chart : objects;quickly moving to +Oracle Open Office Chart : objects;titles and descriptions +Oracle Open Office Chart : ODBC +Oracle Open Office Chart : ODBC;database (Base) +Oracle Open Office Chart : ODBC;definition +Oracle Open Office Chart : ODF file formats +Oracle Open Office Chart : Office +Oracle Open Office Chart : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Chart : OLE +Oracle Open Office Chart : OLE;definition +Oracle Open Office Chart : OLE objects +Oracle Open Office Chart : OLE objects;arranging within stacks +Oracle Open Office Chart : OLE objects;captions (Writer) +Oracle Open Office Chart : OLE objects;inserting +Oracle Open Office Chart : OLE objects;number of +Oracle Open Office Chart : OLE objects;protecting +Oracle Open Office Chart : one and a half line spacing in text +Oracle Open Office Chart : online feedback options +Oracle Open Office Chart : online registration +Oracle Open Office Chart : online update options +Oracle Open Office Chart : online updates +Oracle Open Office Chart : online updates;checking automatically +Oracle Open Office Chart : online updates;checking manually +Oracle Open Office Chart : OpenDocument file formats +Oracle Open Office Chart : OpenGL +Oracle Open Office Chart : OpenGL;definition +Oracle Open Office Chart : opening +Oracle Open Office Chart : opening;context menus +Oracle Open Office Chart : opening;database files +Oracle Open Office Chart : opening;dialog settings +Oracle Open Office Chart : opening;documents +Oracle Open Office Chart : opening;documents from other formats +Oracle Open Office Chart : opening;documents on WebDAV server +Oracle Open Office Chart : opening;files with links +Oracle Open Office Chart : opening;files, with placeholders +Oracle Open Office Chart : opening;forms +Oracle Open Office Chart : opening;Microsoft Office files +Oracle Open Office Chart : opening;mobile device documents +Oracle Open Office Chart : opening;objects +Oracle Open Office Chart : opening;reports +Oracle Open Office Chart : opening;several files +Oracle Open Office Chart : opening;XForms +Oracle Open Office Chart : operators +Oracle Open Office Chart : operators;default filters +Oracle Open Office Chart : optional hyphens (Writer) +Oracle Open Office Chart : options +Oracle Open Office Chart : options;accessibility +Oracle Open Office Chart : options;appearance +Oracle Open Office Chart : options;compatibility (Writer) +Oracle Open Office Chart : options;improvement program +Oracle Open Office Chart : options;network identity +Oracle Open Office Chart : options;online update +Oracle Open Office Chart : options;tools +Oracle Open Office Chart : Oracle databases (base) +Oracle Open Office Chart : Oracle Open Office Base data sources +Oracle Open Office Chart : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Chart : Oracle Open Office documents +Oracle Open Office Chart : Oracle Open Office documents;mobile device filters +Oracle Open Office Chart : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Chart : Oracle Open Office Math start +Oracle Open Office Chart : order of chart data +Oracle Open Office Chart : ordering +Oracle Open Office Chart : ordering;objects +Oracle Open Office Chart : ordinal numbers +Oracle Open Office Chart : ordinal numbers;replacing +Oracle Open Office Chart : organizing +Oracle Open Office Chart : organizing;macros and scripts +Oracle Open Office Chart : organizing;namespaces in XForms +Oracle Open Office Chart : organizing;styles +Oracle Open Office Chart : organizing;templates +Oracle Open Office Chart : original size +Oracle Open Office Chart : original size;printing in Oracle Open Office Math +Oracle Open Office Chart : original size;restoring after cropping +Oracle Open Office Chart : outlines +Oracle Open Office Chart : outlines;font effects +Oracle Open Office Chart : outlines;outline symbols +Oracle Open Office Chart : outlines;sending to presentations +Oracle Open Office Chart : overwrite mode +Oracle Open Office Chart : packages, see extensions +Oracle Open Office Chart : page breaks +Oracle Open Office Chart : page breaks;displaying (Calc) +Oracle Open Office Chart : page formats +Oracle Open Office Chart : page formats;maximizing +Oracle Open Office Chart : page formats;restriction +Oracle Open Office Chart : page styles +Oracle Open Office Chart : page styles;editing/applying with statusbar +Oracle Open Office Chart : pages +Oracle Open Office Chart : pages;backgrounds in all applications +Oracle Open Office Chart : pages;formatting and numbering +Oracle Open Office Chart : pages;printing page names in presentations +Oracle Open Office Chart : pages;scaling +Oracle Open Office Chart : pages;selecting one to print +Oracle Open Office Chart : paint box +Oracle Open Office Chart : paint can symbol +Oracle Open Office Chart : pair kerning +Oracle Open Office Chart : Palm file filters +Oracle Open Office Chart : paper formats +Oracle Open Office Chart : paper size warning +Oracle Open Office Chart : paper trays +Oracle Open Office Chart : paragraph marks +Oracle Open Office Chart : paragraph marks;displaying (Writer) +Oracle Open Office Chart : paragraph styles +Oracle Open Office Chart : paragraph styles;languages +Oracle Open Office Chart : paragraph styles;modifying basic fonts +Oracle Open Office Chart : paragraphs +Oracle Open Office Chart : paragraphs;alignment +Oracle Open Office Chart : paragraphs;Asian typography +Oracle Open Office Chart : paragraphs;defining borders +Oracle Open Office Chart : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Chart : paragraphs;increasing indents of +Oracle Open Office Chart : paragraphs;indents, margins and columns +Oracle Open Office Chart : paragraphs;inserting bullets +Oracle Open Office Chart : paragraphs;joining +Oracle Open Office Chart : paragraphs;numbering automatically +Oracle Open Office Chart : paragraphs;removing blank ones +Oracle Open Office Chart : paragraphs;spacing +Oracle Open Office Chart : paragraphs;tab stops +Oracle Open Office Chart : parameters +Oracle Open Office Chart : parameters;command line +Oracle Open Office Chart : parameters;queries (Base) +Oracle Open Office Chart : passwords for protecting contents +Oracle Open Office Chart : pasting +Oracle Open Office Chart : pasting;cell ranges +Oracle Open Office Chart : pasting;cell ranges from spreadsheets +Oracle Open Office Chart : pasting;data from text documents +Oracle Open Office Chart : pasting;draw objects +Oracle Open Office Chart : pasting;draw objects from other documents +Oracle Open Office Chart : pasting;formatted/unformatted text +Oracle Open Office Chart : pasting;from data source view +Oracle Open Office Chart : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Chart : pasting;pictures from other documents +Oracle Open Office Chart : pasting;sheet areas in text documents +Oracle Open Office Chart : pasting;to Gallery +Oracle Open Office Chart : paths +Oracle Open Office Chart : paths;changing work directory +Oracle Open Office Chart : paths;defaults +Oracle Open Office Chart : pattern editor +Oracle Open Office Chart : pattern fields +Oracle Open Office Chart : pattern fields;form functions +Oracle Open Office Chart : patterns for objects +Oracle Open Office Chart : PDF +Oracle Open Office Chart : PDF;export +Oracle Open Office Chart : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Chart : personal data input +Oracle Open Office Chart : phonetic guide +Oracle Open Office Chart : picklist creation +Oracle Open Office Chart : pictures +Oracle Open Office Chart : pictures;adding to Gallery +Oracle Open Office Chart : pictures;arranging within stacks +Oracle Open Office Chart : pictures;assigning macros +Oracle Open Office Chart : pictures;backgrounds +Oracle Open Office Chart : pictures;captions (Writer) +Oracle Open Office Chart : pictures;changing paths +Oracle Open Office Chart : pictures;cropping and zooming +Oracle Open Office Chart : pictures;displaying in Calc +Oracle Open Office Chart : pictures;displaying in Writer (Writer) +Oracle Open Office Chart : pictures;drag and drop between documents +Oracle Open Office Chart : pictures;drawing +Oracle Open Office Chart : pictures;editing +Oracle Open Office Chart : pictures;filters +Oracle Open Office Chart : pictures;ImageMap +Oracle Open Office Chart : pictures;inserting automatically +Oracle Open Office Chart : pictures;inserting from Gallery +Oracle Open Office Chart : pictures;number of +Oracle Open Office Chart : pictures;printing +Oracle Open Office Chart : pictures;scaling/resizing +Oracle Open Office Chart : pie charts +Oracle Open Office Chart : pie charts;options +Oracle Open Office Chart : pie charts;types +Oracle Open Office Chart : pixel editor +Oracle Open Office Chart : pixel graphics +Oracle Open Office Chart : pixel graphics;inserting and editing +Oracle Open Office Chart : pixel patterns +Oracle Open Office Chart : placeholders +Oracle Open Office Chart : placeholders;in SQL queries +Oracle Open Office Chart : placeholders;on opening files +Oracle Open Office Chart : placing toolbars +Oracle Open Office Chart : playing movies and sound files +Oracle Open Office Chart : plotting data as charts +Oracle Open Office Chart : plug-ins +Oracle Open Office Chart : plug-ins;activating and deactivating +Oracle Open Office Chart : plug-ins;definition +Oracle Open Office Chart : plug-ins;inserting +Oracle Open Office Chart : pocket device appliances +Oracle Open Office Chart : Pocket PC file filters +Oracle Open Office Chart : points +Oracle Open Office Chart : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Chart : polygon drawing +Oracle Open Office Chart : pop-art filter +Oracle Open Office Chart : portable document format +Oracle Open Office Chart : positioning +Oracle Open Office Chart : positioning;axes +Oracle Open Office Chart : positioning;draw objects and controls +Oracle Open Office Chart : positioning;fonts +Oracle Open Office Chart : positioning;objects +Oracle Open Office Chart : positioning;toolbars +Oracle Open Office Chart : post method for form transmissions +Oracle Open Office Chart : posterizing filter +Oracle Open Office Chart : PostScript +Oracle Open Office Chart : PostScript;creating files +Oracle Open Office Chart : PostScript;PDF converter, UNIX +Oracle Open Office Chart : PowerPoint export +Oracle Open Office Chart : precision as shown (Calc) +Oracle Open Office Chart : predefining fonts +Oracle Open Office Chart : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Chart : presentations +Oracle Open Office Chart : presentations;creating/opening +Oracle Open Office Chart : presentations;inserting spreadsheet cells +Oracle Open Office Chart : presentations;live on the Internet +Oracle Open Office Chart : presentations;print menu +Oracle Open Office Chart : presentations;saving +Oracle Open Office Chart : presentations;saving automatically +Oracle Open Office Chart : presentations;saving in other formats +Oracle Open Office Chart : presentations;sending as e-mail +Oracle Open Office Chart : presentations;starting with wizard +Oracle Open Office Chart : presentations;wizards +Oracle Open Office Chart : Presenter Console shortcuts +Oracle Open Office Chart : press buttons, see push buttons +Oracle Open Office Chart : previews +Oracle Open Office Chart : previews;fonts lists +Oracle Open Office Chart : primary keys +Oracle Open Office Chart : primary keys;defining +Oracle Open Office Chart : primary keys;design view +Oracle Open Office Chart : primary keys;inserting (Base) +Oracle Open Office Chart : print area selection +Oracle Open Office Chart : printer metrics for document formatting (Writer) +Oracle Open Office Chart : printers +Oracle Open Office Chart : printers;adding, UNIX +Oracle Open Office Chart : printers;choosing +Oracle Open Office Chart : printers;default printer +Oracle Open Office Chart : printers;faxes under UNIX +Oracle Open Office Chart : printers;maximum page formats +Oracle Open Office Chart : printers;paper trays +Oracle Open Office Chart : printers;properties +Oracle Open Office Chart : printing +Oracle Open Office Chart : printing;black and white +Oracle Open Office Chart : printing;brochures +Oracle Open Office Chart : printing;colors in grayscale +Oracle Open Office Chart : printing;comments +Oracle Open Office Chart : printing;copies +Oracle Open Office Chart : printing;creating individual jobs +Oracle Open Office Chart : printing;dates in presentations +Oracle Open Office Chart : printing;directly +Oracle Open Office Chart : printing;documents +Oracle Open Office Chart : printing;drawings defaults +Oracle Open Office Chart : printing;elements in text documents +Oracle Open Office Chart : printing;faster +Oracle Open Office Chart : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Chart : printing;fitting to pages in presentations +Oracle Open Office Chart : printing;formulas in Oracle Open Office Math +Oracle Open Office Chart : printing;hidden pages of presentations +Oracle Open Office Chart : printing;in original size in Oracle Open Office Math +Oracle Open Office Chart : printing;left/right pages +Oracle Open Office Chart : printing;queries (Base) +Oracle Open Office Chart : printing;scaling in Oracle Open Office Math +Oracle Open Office Chart : printing;selections +Oracle Open Office Chart : printing;text always in black +Oracle Open Office Chart : printing;text in reverse order +Oracle Open Office Chart : printing;tiling pages in presentations +Oracle Open Office Chart : printing;transparencies +Oracle Open Office Chart : printing;warnings +Oracle Open Office Chart : printing;without scaling in presentations +Oracle Open Office Chart : printing speed +Oracle Open Office Chart : programming +Oracle Open Office Chart : programming;Oracle Open Office +Oracle Open Office Chart : programming;scripting +Oracle Open Office Chart : properties +Oracle Open Office Chart : properties;charts +Oracle Open Office Chart : properties;fields in databases +Oracle Open Office Chart : properties;files +Oracle Open Office Chart : properties;form controls +Oracle Open Office Chart : properties;forms +Oracle Open Office Chart : properties;printers +Oracle Open Office Chart : properties;smooth lines in line charts/XY charts +Oracle Open Office Chart : protected contents +Oracle Open Office Chart : protected dashes +Oracle Open Office Chart : protected database tables +Oracle Open Office Chart : protected documents +Oracle Open Office Chart : protected spaces +Oracle Open Office Chart : protected spaces;inserting +Oracle Open Office Chart : protected spaces;showing (Writer) +Oracle Open Office Chart : protecting +Oracle Open Office Chart : protecting;contents +Oracle Open Office Chart : protecting;recorded changes +Oracle Open Office Chart : proxy settings +Oracle Open Office Chart : push buttons +Oracle Open Office Chart : push buttons;adding to documents +Oracle Open Office Chart : push buttons;creating +Oracle Open Office Chart : queries +Oracle Open Office Chart : queries;copying (Base) +Oracle Open Office Chart : queries;creating in design view (Base) +Oracle Open Office Chart : queries;creating in SQL view +Oracle Open Office Chart : queries;defining (Base) +Oracle Open Office Chart : queries;deleting table links (Base) +Oracle Open Office Chart : queries;editing in data source view +Oracle Open Office Chart : queries;formulating filter conditions (Base) +Oracle Open Office Chart : queries;joining tables (Base) +Oracle Open Office Chart : queries;missing elements (Base) +Oracle Open Office Chart : queries;overview (Base) +Oracle Open Office Chart : queries;parameter queries (Base) +Oracle Open Office Chart : queries;printing (Base) +Oracle Open Office Chart : Query Wizard (Base) +Oracle Open Office Chart : Quickstarter +Oracle Open Office Chart : quotes +Oracle Open Office Chart : quotes;custom +Oracle Open Office Chart : radar charts, see net charts +Oracle Open Office Chart : radio button creation +Oracle Open Office Chart : read-only documents +Oracle Open Office Chart : read-only documents;cursor +Oracle Open Office Chart : read-only documents;database tables on/off +Oracle Open Office Chart : read-only documents;editing +Oracle Open Office Chart : read-only documents;opening documents as +Oracle Open Office Chart : read-only items in Data Navigator +Oracle Open Office Chart : recognizing URLs automatically +Oracle Open Office Chart : recording +Oracle Open Office Chart : recording;changes +Oracle Open Office Chart : recording;macros +Oracle Open Office Chart : records +Oracle Open Office Chart : records;inserting comments +Oracle Open Office Chart : records;protecting +Oracle Open Office Chart : records;saving +Oracle Open Office Chart : records;searching in databases +Oracle Open Office Chart : rectangles with round corners +Oracle Open Office Chart : recursions in spreadsheets +Oracle Open Office Chart : redo command +Oracle Open Office Chart : reduced printing +Oracle Open Office Chart : reference lines +Oracle Open Office Chart : references +Oracle Open Office Chart : references;displaying in color (Calc) +Oracle Open Office Chart : references;expanding (Calc) +Oracle Open Office Chart : references;iterative (Calc) +Oracle Open Office Chart : register-true +Oracle Open Office Chart : register-true;definition +Oracle Open Office Chart : registering +Oracle Open Office Chart : registering;address books +Oracle Open Office Chart : registering;databases (Base) +Oracle Open Office Chart : registering;Oracle Open Office +Oracle Open Office Chart : regression curves in charts +Oracle Open Office Chart : regular expressions +Oracle Open Office Chart : regular expressions;list of +Oracle Open Office Chart : relational databases (Base) +Oracle Open Office Chart : relations +Oracle Open Office Chart : relations;creating and deleting (Base) +Oracle Open Office Chart : relations;joining tables (Base) +Oracle Open Office Chart : relations;properties (Base) +Oracle Open Office Chart : relative hyperlinks +Oracle Open Office Chart : relative saving of URLs +Oracle Open Office Chart : reloading +Oracle Open Office Chart : reloading;documents +Oracle Open Office Chart : reloading;HTML documents, automatically +Oracle Open Office Chart : remarks, see also comments +Oracle Open Office Chart : remote configurations +Oracle Open Office Chart : remove noise filter +Oracle Open Office Chart : removing +Oracle Open Office Chart : removing;bullets and numbering +Oracle Open Office Chart : removing;form filters +Oracle Open Office Chart : removing, see also deleting +Oracle Open Office Chart : reorganizing charts +Oracle Open Office Chart : repeating +Oracle Open Office Chart : repeating;commands +Oracle Open Office Chart : replacement options +Oracle Open Office Chart : replacement table +Oracle Open Office Chart : replacing +Oracle Open Office Chart : replacing;AutoCorrect function +Oracle Open Office Chart : replacing;dashes +Oracle Open Office Chart : replacing;ordinal numbers +Oracle Open Office Chart : replacing;tab stops (regular expressions) +Oracle Open Office Chart : Report Builder +Oracle Open Office Chart : reports +Oracle Open Office Chart : reports;creating +Oracle Open Office Chart : reports;error reports +Oracle Open Office Chart : reports;opening and editing +Oracle Open Office Chart : reports;templates +Oracle Open Office Chart : resetting +Oracle Open Office Chart : resetting;templates +Oracle Open Office Chart : resizing +Oracle Open Office Chart : resizing;objects, by mouse +Oracle Open Office Chart : resizing, see also scaling/zooming +Oracle Open Office Chart : resolution when printing bitmaps +Oracle Open Office Chart : restoring +Oracle Open Office Chart : restoring;default formatting +Oracle Open Office Chart : restoring;editing +Oracle Open Office Chart : reversing printing order +Oracle Open Office Chart : review function +Oracle Open Office Chart : review function;accepting or rejecting changes +Oracle Open Office Chart : review function;comparing documents +Oracle Open Office Chart : review function;protecting records +Oracle Open Office Chart : review function;recording changes example +Oracle Open Office Chart : rich text control +Oracle Open Office Chart : right alignment of paragraphs +Oracle Open Office Chart : right joins (Base) +Oracle Open Office Chart : right-to-left text +Oracle Open Office Chart : rotating +Oracle Open Office Chart : rotating;3D text +Oracle Open Office Chart : round corners +Oracle Open Office Chart : rounding precision (Calc) +Oracle Open Office Chart : row headers +Oracle Open Office Chart : row headers;displaying (Calc) +Oracle Open Office Chart : row headers;highlighting (Calc) +Oracle Open Office Chart : rulers +Oracle Open Office Chart : rulers;default settings +Oracle Open Office Chart : rulers;measurement units +Oracle Open Office Chart : rulers;visible in presentations +Oracle Open Office Chart : samples and templates +Oracle Open Office Chart : saving +Oracle Open Office Chart : saving;default file formats +Oracle Open Office Chart : saving;dialog settings +Oracle Open Office Chart : saving;documents +Oracle Open Office Chart : saving;documents for mobile devices +Oracle Open Office Chart : saving;documents in other formats +Oracle Open Office Chart : saving;documents, automatically +Oracle Open Office Chart : saving;in Microsoft Office file format +Oracle Open Office Chart : saving;options +Oracle Open Office Chart : saving;templates +Oracle Open Office Chart : saving;to XML +Oracle Open Office Chart : saving;VBA code in Microsoft Office documents +Oracle Open Office Chart : saving;with password by default +Oracle Open Office Chart : saving as command +Oracle Open Office Chart : saving as command;precautions +Oracle Open Office Chart : scaling +Oracle Open Office Chart : scaling;axes +Oracle Open Office Chart : scaling;font sizes in user interface +Oracle Open Office Chart : scaling;objects +Oracle Open Office Chart : scaling;pictures +Oracle Open Office Chart : scaling;printing in Oracle Open Office Math +Oracle Open Office Chart : scaling;text in charts +Oracle Open Office Chart : scaling;when printing presentations +Oracle Open Office Chart : scaling, see also zooming +Oracle Open Office Chart : scatter charts +Oracle Open Office Chart : screen +Oracle Open Office Chart : screen;full screen views +Oracle Open Office Chart : screen;scaling +Oracle Open Office Chart : screen magnifiers +Oracle Open Office Chart : screen readers +Oracle Open Office Chart : script organization +Oracle Open Office Chart : scrollbars +Oracle Open Office Chart : scrollbars;controls +Oracle Open Office Chart : scrollbars;displaying (Calc) +Oracle Open Office Chart : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Chart : search criteria for database functions in cells +Oracle Open Office Chart : search engines +Oracle Open Office Chart : search engines;definition +Oracle Open Office Chart : search engines;selecting +Oracle Open Office Chart : searching +Oracle Open Office Chart : searching;all sheets +Oracle Open Office Chart : searching;databases +Oracle Open Office Chart : searching;form filters +Oracle Open Office Chart : searching;Internet +Oracle Open Office Chart : searching;tables and forms +Oracle Open Office Chart : secondary axes in charts +Oracle Open Office Chart : sections +Oracle Open Office Chart : sections;backgrounds +Oracle Open Office Chart : security +Oracle Open Office Chart : security;digital signatures +Oracle Open Office Chart : security;options for documents with macros +Oracle Open Office Chart : security;protecting contents +Oracle Open Office Chart : security;security levels for macros +Oracle Open Office Chart : security;warning dialogs with macros +Oracle Open Office Chart : selecting +Oracle Open Office Chart : selecting;controls +Oracle Open Office Chart : selecting;measurement units +Oracle Open Office Chart : selecting;objects +Oracle Open Office Chart : selecting;print areas +Oracle Open Office Chart : selecting;several files +Oracle Open Office Chart : selection clipboard +Oracle Open Office Chart : selection frames +Oracle Open Office Chart : selection modes in text +Oracle Open Office Chart : sending +Oracle Open Office Chart : sending;AutoAbstract function in presentations +Oracle Open Office Chart : sending;documents as e-mail +Oracle Open Office Chart : sending;documents as faxes +Oracle Open Office Chart : separator lines +Oracle Open Office Chart : separator lines;defining +Oracle Open Office Chart : separators +Oracle Open Office Chart : separators;conditional +Oracle Open Office Chart : Server Side ImageMap +Oracle Open Office Chart : settings +Oracle Open Office Chart : settings;printers +Oracle Open Office Chart : settings;program configuration +Oracle Open Office Chart : settings;proxies +Oracle Open Office Chart : settings;tracking changes +Oracle Open Office Chart : settings;views +Oracle Open Office Chart : SGML +Oracle Open Office Chart : SGML;definition +Oracle Open Office Chart : shadows +Oracle Open Office Chart : shadows;areas +Oracle Open Office Chart : shadows;borders +Oracle Open Office Chart : shadows;characters +Oracle Open Office Chart : shadows;characters, using context menu +Oracle Open Office Chart : sharing documents +Oracle Open Office Chart : sharpening filter +Oracle Open Office Chart : sheet tabs +Oracle Open Office Chart : sheet tabs;displaying +Oracle Open Office Chart : sheets +Oracle Open Office Chart : sheets;searching all +Oracle Open Office Chart : shortcut keys +Oracle Open Office Chart : shortcut keys;assigning macros +Oracle Open Office Chart : shortcut keys;charts +Oracle Open Office Chart : shortcut keys;general +Oracle Open Office Chart : shortcut keys;in databases +Oracle Open Office Chart : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Chart : showing +Oracle Open Office Chart : showing;changes +Oracle Open Office Chart : showing;docked windows +Oracle Open Office Chart : showing;drawings and controls (Writer) +Oracle Open Office Chart : showing;live presentations on the Internet +Oracle Open Office Chart : showing;toolbars +Oracle Open Office Chart : signing documents with digital signatures +Oracle Open Office Chart : similarity search +Oracle Open Office Chart : simple handles (Writer) +Oracle Open Office Chart : simplified Chinese +Oracle Open Office Chart : simplified Chinese;translating to traditional Chinese +Oracle Open Office Chart : single sign on options +Oracle Open Office Chart : single-line spacing in text +Oracle Open Office Chart : sizes +Oracle Open Office Chart : sizes;draw objects +Oracle Open Office Chart : sizes;pictures +Oracle Open Office Chart : slanting draw objects +Oracle Open Office Chart : small capitals +Oracle Open Office Chart : small icons +Oracle Open Office Chart : smart tag configuration +Oracle Open Office Chart : smooth scrolling (Writer) +Oracle Open Office Chart : smoothing filter +Oracle Open Office Chart : snap grid defaults (Writer/Calc) +Oracle Open Office Chart : snapping in presentations and drawings +Oracle Open Office Chart : solarization filter +Oracle Open Office Chart : sort lists +Oracle Open Office Chart : sort lists;copying to in Calc +Oracle Open Office Chart : sorting +Oracle Open Office Chart : sorting;data in forms +Oracle Open Office Chart : sorting;databases +Oracle Open Office Chart : sound files +Oracle Open Office Chart : spaces +Oracle Open Office Chart : spaces;displaying (Writer) +Oracle Open Office Chart : spaces;ignoring double +Oracle Open Office Chart : spaces;inserting protected spaces +Oracle Open Office Chart : spaces;showing protected spaces (Writer) +Oracle Open Office Chart : spacing +Oracle Open Office Chart : spacing;between paragraphs in footnotes +Oracle Open Office Chart : spacing;font effects +Oracle Open Office Chart : spacing;lines and paragraphs +Oracle Open Office Chart : spacing;tab stops in text documents +Oracle Open Office Chart : spacing;tabs in presentations +Oracle Open Office Chart : spadmin +Oracle Open Office Chart : special characters +Oracle Open Office Chart : speech bubbles +Oracle Open Office Chart : speed of printing +Oracle Open Office Chart : spellcheck +Oracle Open Office Chart : spellcheck;activating for a language +Oracle Open Office Chart : spellcheck;context menus +Oracle Open Office Chart : spellcheck;default languages +Oracle Open Office Chart : spellcheck;dialog +Oracle Open Office Chart : spellcheck;dictionary of exceptions +Oracle Open Office Chart : spellcheck;ignore list +Oracle Open Office Chart : spin button creation +Oracle Open Office Chart : spoolfiles with Xprinter +Oracle Open Office Chart : spreadsheets +Oracle Open Office Chart : spreadsheets;as databases (base) +Oracle Open Office Chart : spreadsheets;copying areas to text documents +Oracle Open Office Chart : spreadsheets;creating/opening +Oracle Open Office Chart : spreadsheets;inserting charts +Oracle Open Office Chart : spreadsheets;inserting database records +Oracle Open Office Chart : spreadsheets;printing +Oracle Open Office Chart : spreadsheets;saving +Oracle Open Office Chart : spreadsheets;saving automatically +Oracle Open Office Chart : spreadsheets;saving in other formats +Oracle Open Office Chart : spreadsheets;sending as e-mail +Oracle Open Office Chart : SQL +Oracle Open Office Chart : SQL;definition +Oracle Open Office Chart : SQL;DISTINCT parameter +Oracle Open Office Chart : SQL;executing SQL commands +Oracle Open Office Chart : SQL;executing SQL statements (Base) +Oracle Open Office Chart : SQL;queries (Base) +Oracle Open Office Chart : square drawings +Oracle Open Office Chart : standard bar on/off +Oracle Open Office Chart : standard deviation in charts +Oracle Open Office Chart : standard filters in databases +Oracle Open Office Chart : standard printer under UNIX +Oracle Open Office Chart : start center +Oracle Open Office Chart : start parameters +Oracle Open Office Chart : statistics in charts +Oracle Open Office Chart : status bar on/off +Oracle Open Office Chart : stickers +Oracle Open Office Chart : stock charts +Oracle Open Office Chart : strikethrough +Oracle Open Office Chart : strikethrough;characters +Oracle Open Office Chart : strikethrough;font effects +Oracle Open Office Chart : styles +Oracle Open Office Chart : styles;'changed' message +Oracle Open Office Chart : styles;copying between documents +Oracle Open Office Chart : styles;keyboard shortcuts +Oracle Open Office Chart : styles;organizing +Oracle Open Office Chart : styles;printing styles used in a document +Oracle Open Office Chart : styles;replacing automatically +Oracle Open Office Chart : Styles and Formatting window +Oracle Open Office Chart : Styles and Formatting window;docking +Oracle Open Office Chart : subforms +Oracle Open Office Chart : subforms;creating +Oracle Open Office Chart : subforms;description +Oracle Open Office Chart : submitting forms +Oracle Open Office Chart : suffixes in file formats +Oracle Open Office Chart : support on the Web +Oracle Open Office Chart : synchronizing +Oracle Open Office Chart : synchronizing;labels and business cards +Oracle Open Office Chart : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Chart : system address book registration +Oracle Open Office Chart : tab stops +Oracle Open Office Chart : tab stops;displaying (Writer) +Oracle Open Office Chart : tab stops;inserting and editing +Oracle Open Office Chart : tab stops;regular expressions +Oracle Open Office Chart : tab stops;setting in sheets +Oracle Open Office Chart : tab stops;settings +Oracle Open Office Chart : tab stops;spacing in presentations +Oracle Open Office Chart : tab stops;spacing in text documents +Oracle Open Office Chart : table controls +Oracle Open Office Chart : table controls;form functions +Oracle Open Office Chart : table controls;keyboard-only edit mode +Oracle Open Office Chart : table controls;properties +Oracle Open Office Chart : table views of databases +Oracle Open Office Chart : Table Wizard (Base) +Oracle Open Office Chart : tables +Oracle Open Office Chart : tables;inserting line breaks +Oracle Open Office Chart : tables in databases +Oracle Open Office Chart : tables in databases;access rights to (Base) +Oracle Open Office Chart : tables in databases;adding to queries +Oracle Open Office Chart : tables in databases;browsing and editing +Oracle Open Office Chart : tables in databases;copying database tables (Base) +Oracle Open Office Chart : tables in databases;creating +Oracle Open Office Chart : tables in databases;creating in design view (manually) +Oracle Open Office Chart : tables in databases;importing text formats (Base) +Oracle Open Office Chart : tables in databases;joining for queries (Base) +Oracle Open Office Chart : tables in databases;printing queries (Base) +Oracle Open Office Chart : tables in databases;relations (Base) +Oracle Open Office Chart : tables in databases;searching +Oracle Open Office Chart : tables in spreadsheets +Oracle Open Office Chart : tables in spreadsheets;copying data to other applications +Oracle Open Office Chart : tables in spreadsheets;defining borders +Oracle Open Office Chart : tables in spreadsheets;value highlighting +Oracle Open Office Chart : tables in text +Oracle Open Office Chart : tables in text;captions +Oracle Open Office Chart : tables in text;creating automatically +Oracle Open Office Chart : tables in text;default settings +Oracle Open Office Chart : tables in text;defining borders +Oracle Open Office Chart : tables in text;displaying +Oracle Open Office Chart : tables in text;printing +Oracle Open Office Chart : tabs +Oracle Open Office Chart : tabs;displaying sheet tabs +Oracle Open Office Chart : tags +Oracle Open Office Chart : tags;definition +Oracle Open Office Chart : tags;META tags +Oracle Open Office Chart : templates +Oracle Open Office Chart : templates;agendas +Oracle Open Office Chart : templates;changing basic fonts +Oracle Open Office Chart : templates;database reports +Oracle Open Office Chart : templates;deleting +Oracle Open Office Chart : templates;editing and saving +Oracle Open Office Chart : templates;faxes +Oracle Open Office Chart : templates;importing and exporting +Oracle Open Office Chart : templates;letters +Oracle Open Office Chart : templates;new documents from templates +Oracle Open Office Chart : templates;opening documents with +Oracle Open Office Chart : templates;organizing +Oracle Open Office Chart : terminology +Oracle Open Office Chart : terminology;general glossary +Oracle Open Office Chart : terminology;Internet glossary +Oracle Open Office Chart : testing XML filters +Oracle Open Office Chart : text +Oracle Open Office Chart : text;animating +Oracle Open Office Chart : text;Asian layout +Oracle Open Office Chart : text;bold +Oracle Open Office Chart : text;coloring +Oracle Open Office Chart : text;copying by drag and drop +Oracle Open Office Chart : text;CTL languages +Oracle Open Office Chart : text;drawing pictures +Oracle Open Office Chart : text;font effects +Oracle Open Office Chart : text;font sizes +Oracle Open Office Chart : text;font styles +Oracle Open Office Chart : text;fonts and formats +Oracle Open Office Chart : text;Fontwork icons +Oracle Open Office Chart : text;hyperlinks +Oracle Open Office Chart : text;inserting special characters +Oracle Open Office Chart : text;italics +Oracle Open Office Chart : text;kerning +Oracle Open Office Chart : text;language selection +Oracle Open Office Chart : text;line spacing +Oracle Open Office Chart : text;overwriting or inserting +Oracle Open Office Chart : text;printing in black +Oracle Open Office Chart : text;replacing with format +Oracle Open Office Chart : text;selection modes +Oracle Open Office Chart : text;shadowed +Oracle Open Office Chart : text;text/draw objects +Oracle Open Office Chart : text attributes +Oracle Open Office Chart : text attributes;hyperlinks +Oracle Open Office Chart : text attributes;undoing +Oracle Open Office Chart : text boxes +Oracle Open Office Chart : text boxes;form functions +Oracle Open Office Chart : text boxes;positioning +Oracle Open Office Chart : text breaks in cells +Oracle Open Office Chart : text colors for better accessibility +Oracle Open Office Chart : text databases (Base) +Oracle Open Office Chart : text documents +Oracle Open Office Chart : text documents;creating/opening +Oracle Open Office Chart : text documents;importing/exporting +Oracle Open Office Chart : text documents;inserting spreadsheet cells +Oracle Open Office Chart : text documents;print settings +Oracle Open Office Chart : text documents;printing +Oracle Open Office Chart : text documents;saving +Oracle Open Office Chart : text documents;saving automatically +Oracle Open Office Chart : text documents;saving in other formats +Oracle Open Office Chart : text documents;sending as e-mail +Oracle Open Office Chart : text effects +Oracle Open Office Chart : text flow +Oracle Open Office Chart : text flow;in cells +Oracle Open Office Chart : text formats +Oracle Open Office Chart : text formats;databases +Oracle Open Office Chart : text formats;pasting +Oracle Open Office Chart : text input fields +Oracle Open Office Chart : text layout for special languages +Oracle Open Office Chart : text objects +Oracle Open Office Chart : text objects;alignment +Oracle Open Office Chart : text objects;draw functions +Oracle Open Office Chart : text objects;fonts +Oracle Open Office Chart : text objects;in presentations and drawings +Oracle Open Office Chart : text overflow in spreadsheet cells +Oracle Open Office Chart : text scaling in charts +Oracle Open Office Chart : text, see also text documents, paragraphs and characters +Oracle Open Office Chart : TextArt, see Fontwork +Oracle Open Office Chart : textures +Oracle Open Office Chart : textures;inserting from Gallery +Oracle Open Office Chart : textures;on chart bars +Oracle Open Office Chart : Thai +Oracle Open Office Chart : Thai;entering text +Oracle Open Office Chart : Thai;language settings +Oracle Open Office Chart : thesaurus +Oracle Open Office Chart : thesaurus;activating for a language +Oracle Open Office Chart : ticker text +Oracle Open Office Chart : time fields +Oracle Open Office Chart : time fields;form functions +Oracle Open Office Chart : times +Oracle Open Office Chart : times;inserting when printing presentations +Oracle Open Office Chart : times, formats +Oracle Open Office Chart : tips +Oracle Open Office Chart : tips;extended tips in Help +Oracle Open Office Chart : title rows +Oracle Open Office Chart : title rows;printing in Oracle Open Office Math +Oracle Open Office Chart : titles +Oracle Open Office Chart : titles;alignment (charts) +Oracle Open Office Chart : titles;changing +Oracle Open Office Chart : titles;editing in charts +Oracle Open Office Chart : titles;font effects +Oracle Open Office Chart : titles;formatting automatically +Oracle Open Office Chart : titles;formatting charts +Oracle Open Office Chart : titles;objects +Oracle Open Office Chart : toolbars +Oracle Open Office Chart : toolbars;adding buttons +Oracle Open Office Chart : toolbars;docking/undocking +Oracle Open Office Chart : toolbars;Form Navigation bar +Oracle Open Office Chart : toolbars;viewing/closing +Oracle Open Office Chart : tools bar +Oracle Open Office Chart : tooltips +Oracle Open Office Chart : tooltips;extended tips +Oracle Open Office Chart : tooltips;help +Oracle Open Office Chart : traditional Chinese +Oracle Open Office Chart : traditional Chinese;translating to simplified chinese +Oracle Open Office Chart : transparency +Oracle Open Office Chart : transparency;areas +Oracle Open Office Chart : transparency;off for faster printing +Oracle Open Office Chart : transparency;saving +Oracle Open Office Chart : tree view of Help +Oracle Open Office Chart : trend lines in charts +Oracle Open Office Chart : typefaces +Oracle Open Office Chart : typefaces;adding under UNIX +Oracle Open Office Chart : typefaces;formats +Oracle Open Office Chart : typography +Oracle Open Office Chart : typography;Asian +Oracle Open Office Chart : underlining +Oracle Open Office Chart : underlining;AutoFormat function +Oracle Open Office Chart : underlining;characters +Oracle Open Office Chart : underlining;text +Oracle Open Office Chart : undocking windows +Oracle Open Office Chart : undoing +Oracle Open Office Chart : undoing;direct formatting +Oracle Open Office Chart : undoing;editing +Oracle Open Office Chart : undoing;number of steps +Oracle Open Office Chart : ungrouping groups +Oracle Open Office Chart : units +Oracle Open Office Chart : units;converting +Oracle Open Office Chart : units;measurement units +Oracle Open Office Chart : UNO components +Oracle Open Office Chart : UNO components;Extension Manager +Oracle Open Office Chart : UNO components;integrating new +Oracle Open Office Chart : update options +Oracle Open Office Chart : updates +Oracle Open Office Chart : updates;checking automatically +Oracle Open Office Chart : updates;checking manually +Oracle Open Office Chart : updating +Oracle Open Office Chart : updating;fields and charts, automatically (Writer) +Oracle Open Office Chart : updating;links in text documents +Oracle Open Office Chart : updating;links, on opening +Oracle Open Office Chart : updating;templates +Oracle Open Office Chart : URL +Oracle Open Office Chart : URL;changing hyperlink URLs +Oracle Open Office Chart : URL;definition +Oracle Open Office Chart : URL;in pictures +Oracle Open Office Chart : URL;saving absolute/relative paths +Oracle Open Office Chart : URL;turning off URL recognition +Oracle Open Office Chart : user data +Oracle Open Office Chart : user data;input +Oracle Open Office Chart : user data;removing when saving +Oracle Open Office Chart : user feedback +Oracle Open Office Chart : user feedback;automatically +Oracle Open Office Chart : user-defined dictionaries +Oracle Open Office Chart : user-defined dictionaries;creating +Oracle Open Office Chart : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Chart : user-defined dictionaries;editing +Oracle Open Office Chart : user-defined styles +Oracle Open Office Chart : user-defined styles;automatically replacing +Oracle Open Office Chart : UTF-8/UCS2 support +Oracle Open Office Chart : values +Oracle Open Office Chart : values;rounded as shown (Calc) +Oracle Open Office Chart : variables +Oracle Open Office Chart : variables;for paths +Oracle Open Office Chart : variances in charts +Oracle Open Office Chart : VBA code +Oracle Open Office Chart : VBA code;loading/saving documents with VBA code +Oracle Open Office Chart : version management +Oracle Open Office Chart : version numbers of documents +Oracle Open Office Chart : versions +Oracle Open Office Chart : versions;comparing documents +Oracle Open Office Chart : versions;file saving as, restriction +Oracle Open Office Chart : versions;merging document versions +Oracle Open Office Chart : versions;of a document +Oracle Open Office Chart : versions;Oracle Open Office +Oracle Open Office Chart : vertical callouts +Oracle Open Office Chart : vertical scrollbars (Writer) +Oracle Open Office Chart : vertical text boxes +Oracle Open Office Chart : videos +Oracle Open Office Chart : viewing +Oracle Open Office Chart : viewing;databases +Oracle Open Office Chart : viewing;file properties +Oracle Open Office Chart : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Chart : viewing;toolbars +Oracle Open Office Chart : views +Oracle Open Office Chart : views;creating database views (Base) +Oracle Open Office Chart : views;defaults +Oracle Open Office Chart : views;full screen +Oracle Open Office Chart : views;icons +Oracle Open Office Chart : views;scaling +Oracle Open Office Chart : Visual Basic for Applications +Oracle Open Office Chart : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Chart : watermarks +Oracle Open Office Chart : web documents +Oracle Open Office Chart : web documents;XForms +Oracle Open Office Chart : Web support +Oracle Open Office Chart : WebCast export +Oracle Open Office Chart : WebDAV over HTTPS +Oracle Open Office Chart : windows +Oracle Open Office Chart : windows;docking +Oracle Open Office Chart : windows;docking definition +Oracle Open Office Chart : windows;hiding/showing/docking +Oracle Open Office Chart : windows;new +Oracle Open Office Chart : wizards +Oracle Open Office Chart : wizards;agendas +Oracle Open Office Chart : wizards;database queries +Oracle Open Office Chart : wizards;database tables (Base) +Oracle Open Office Chart : wizards;databases (Base) +Oracle Open Office Chart : wizards;document converter +Oracle Open Office Chart : wizards;Euro Converter +Oracle Open Office Chart : wizards;faxes +Oracle Open Office Chart : wizards;forms +Oracle Open Office Chart : wizards;letters +Oracle Open Office Chart : wizards;macros (Base) +Oracle Open Office Chart : wizards;overview +Oracle Open Office Chart : wizards;presentations +Oracle Open Office Chart : wizards;reports +Oracle Open Office Chart : Word documents +Oracle Open Office Chart : Word documents;compatibility +Oracle Open Office Chart : Word documents;saving as +Oracle Open Office Chart : WordArt, see Fontwork +Oracle Open Office Chart : words +Oracle Open Office Chart : words;automatically replacing +Oracle Open Office Chart : words;wrapping in cells +Oracle Open Office Chart : words;wrapping in CTL +Oracle Open Office Chart : working directory change +Oracle Open Office Chart : wrapping text +Oracle Open Office Chart : wrapping text;in cells +Oracle Open Office Chart : write protection on/off +Oracle Open Office Chart : writing aids options +Oracle Open Office Chart : WYSIWYG in fonts lists +Oracle Open Office Chart : X axes +Oracle Open Office Chart : X axes;grid formatting +Oracle Open Office Chart : X axes;positioning +Oracle Open Office Chart : X axes;scaling +Oracle Open Office Chart : X axes;showing +Oracle Open Office Chart : XForms +Oracle Open Office Chart : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Chart : XForms;conditions +Oracle Open Office Chart : XForms;opening/editing +Oracle Open Office Chart : XML converters +Oracle Open Office Chart : XML file formats +Oracle Open Office Chart : XML filters +Oracle Open Office Chart : XML filters;creating/testing +Oracle Open Office Chart : XML filters;saving as package/installing/deleting +Oracle Open Office Chart : XML filters;settings +Oracle Open Office Chart : XML Forms, see XForms +Oracle Open Office Chart : XSLT filters, see also XML filters +Oracle Open Office Chart : XY charts +Oracle Open Office Chart : Y axes +Oracle Open Office Chart : Y axes;formatting +Oracle Open Office Chart : Y axes;grid formatting +Oracle Open Office Chart : Y axes;positioning +Oracle Open Office Chart : Y axes;scaling +Oracle Open Office Chart : Y axes;showing +Oracle Open Office Chart : years +Oracle Open Office Chart : years;2-digit options +Oracle Open Office Chart : Z axes +Oracle Open Office Chart : Z axes;grid formatting +Oracle Open Office Chart : Z axes;showing +Oracle Open Office Chart : zero values +Oracle Open Office Chart : zero values;displaying (Calc) +Oracle Open Office Chart : zooming +Oracle Open Office Chart : zooming;page views +Oracle Open Office Chart : zooming;pictures +Oracle Open Office Chart : zooming;status bar +Oracle Open Office Impress : 3D charts +Oracle Open Office Impress : 3D objects +Oracle Open Office Impress : 3D objects;assembling +Oracle Open Office Impress : 3D objects;generating +Oracle Open Office Impress : 3D objects;inserting +Oracle Open Office Impress : 3D rotation objects +Oracle Open Office Impress : 3D rotation objects;converting to +Oracle Open Office Impress : 3D rotation objects;generating +Oracle Open Office Impress : 3D text creation +Oracle Open Office Impress : abbreviation replacement +Oracle Open Office Impress : absolute hyperlinks +Oracle Open Office Impress : absolute saving of URLs +Oracle Open Office Impress : accents +Oracle Open Office Impress : Access databases (base) +Oracle Open Office Impress : access rights for database tables (Base) +Oracle Open Office Impress : accessibility +Oracle Open Office Impress : accessibility;general shortcuts +Oracle Open Office Impress : accessibility;options +Oracle Open Office Impress : accessibility;Oracle Open Office assistive technology +Oracle Open Office Impress : accessibility;Oracle Open Office Draw +Oracle Open Office Impress : accessibility;Oracle Open Office features +Oracle Open Office Impress : accessibility;Oracle Open Office Impress +Oracle Open Office Impress : activating +Oracle Open Office Impress : activating;context menus +Oracle Open Office Impress : activating;Error Report Tool +Oracle Open Office Impress : activating;extended help tips +Oracle Open Office Impress : activating;plug-ins +Oracle Open Office Impress : ActiveX control +Oracle Open Office Impress : Adabas D databases (base) +Oracle Open Office Impress : add-ons, see UNO components +Oracle Open Office Impress : additional selection mode +Oracle Open Office Impress : address books +Oracle Open Office Impress : address books;LDAP server (Base) +Oracle Open Office Impress : address books;registering +Oracle Open Office Impress : address labels from databases +Oracle Open Office Impress : ADO databases (Base) +Oracle Open Office Impress : Agenda Wizard +Oracle Open Office Impress : aging filter +Oracle Open Office Impress : aligning +Oracle Open Office Impress : aligning;2D charts +Oracle Open Office Impress : aligning;cells +Oracle Open Office Impress : aligning;draw objects +Oracle Open Office Impress : aligning;objects +Oracle Open Office Impress : aligning;paragraphs +Oracle Open Office Impress : aligning;tables in text +Oracle Open Office Impress : aligning;text objects +Oracle Open Office Impress : aligning;titles in charts +Oracle Open Office Impress : allowing +Oracle Open Office Impress : allowing;effects +Oracle Open Office Impress : allowing;interaction +Oracle Open Office Impress : alternative fonts +Oracle Open Office Impress : ampersand symbol, see also operators +Oracle Open Office Impress : anchors +Oracle Open Office Impress : anchors;changing +Oracle Open Office Impress : anchors;displaying (Calc) +Oracle Open Office Impress : anchors;types/positions for draw objects +Oracle Open Office Impress : animated GIFs +Oracle Open Office Impress : animated slide transitions +Oracle Open Office Impress : animation effects +Oracle Open Office Impress : animations +Oracle Open Office Impress : animations;accessibility options +Oracle Open Office Impress : animations;editing +Oracle Open Office Impress : animations;list of +Oracle Open Office Impress : animations;saving as GIFs +Oracle Open Office Impress : appearance options +Oracle Open Office Impress : Arabic +Oracle Open Office Impress : Arabic;entering text +Oracle Open Office Impress : Arabic;language settings +Oracle Open Office Impress : area charts +Oracle Open Office Impress : areas +Oracle Open Office Impress : areas;bitmap patterns +Oracle Open Office Impress : areas;from connected lines +Oracle Open Office Impress : areas;hatched/dotted +Oracle Open Office Impress : areas;shadows +Oracle Open Office Impress : areas;slanting +Oracle Open Office Impress : areas;styles +Oracle Open Office Impress : areas;transparency +Oracle Open Office Impress : arguments in command line +Oracle Open Office Impress : arranging +Oracle Open Office Impress : arranging;objects +Oracle Open Office Impress : arranging;objects (guide) +Oracle Open Office Impress : arranging;slides +Oracle Open Office Impress : arrows +Oracle Open Office Impress : arrows;defining arrow heads +Oracle Open Office Impress : arrows;defining arrow lines +Oracle Open Office Impress : arrows;drawing in text +Oracle Open Office Impress : arrows;inserting +Oracle Open Office Impress : arrows;loading arrow styles +Oracle Open Office Impress : ASCII +Oracle Open Office Impress : ASCII;definition +Oracle Open Office Impress : Asian languages +Oracle Open Office Impress : Asian languages;enabling +Oracle Open Office Impress : Asian Phonetic Guide +Oracle Open Office Impress : Asian typography +Oracle Open Office Impress : assembled objects in 3D +Oracle Open Office Impress : assigning scripts +Oracle Open Office Impress : assistive technology in Oracle Open Office +Oracle Open Office Impress : attaching toolbars +Oracle Open Office Impress : attachments in e-mails +Oracle Open Office Impress : attributes +Oracle Open Office Impress : attributes;objects with +Oracle Open Office Impress : audio +Oracle Open Office Impress : authors +Oracle Open Office Impress : auto reloading HTML documents +Oracle Open Office Impress : AutoAbstract function for sending text to presentations +Oracle Open Office Impress : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Impress : AutoComplete function in text and list boxes +Oracle Open Office Impress : AutoCorrect function +Oracle Open Office Impress : AutoCorrect function;context menu +Oracle Open Office Impress : AutoCorrect function;options +Oracle Open Office Impress : AutoCorrect function;pictures and frames +Oracle Open Office Impress : AutoCorrect function;quotes +Oracle Open Office Impress : AutoCorrect function;replacement table +Oracle Open Office Impress : AutoCorrect function;switching on and off in Calc +Oracle Open Office Impress : AutoCorrect function;URL recognition +Oracle Open Office Impress : AutoFormat function +Oracle Open Office Impress : AutoFormat function;switching on and off +Oracle Open Office Impress : automatic captions (Writer) +Oracle Open Office Impress : automatic control focus +Oracle Open Office Impress : automatic hyperlink formatting +Oracle Open Office Impress : automatic line breaks +Oracle Open Office Impress : automatic lines/borders in text +Oracle Open Office Impress : automatic saving +Oracle Open Office Impress : automatic slide changes +Oracle Open Office Impress : automatic slide changes;rehearse timings +Oracle Open Office Impress : automatic slide shows +Oracle Open Office Impress : automatic slide transition +Oracle Open Office Impress : AutoPilots, see wizards +Oracle Open Office Impress : AutoValue (Base) +Oracle Open Office Impress : averages in charts +Oracle Open Office Impress : axes +Oracle Open Office Impress : axes;better scaling +Oracle Open Office Impress : axes;formatting +Oracle Open Office Impress : axes;formatting grids +Oracle Open Office Impress : axes;inserting grids +Oracle Open Office Impress : axes;interval marks +Oracle Open Office Impress : axes;showing axes in charts +Oracle Open Office Impress : axes in charts +Oracle Open Office Impress : backgrounds +Oracle Open Office Impress : backgrounds;changing +Oracle Open Office Impress : backgrounds;defining colors/pictures +Oracle Open Office Impress : backgrounds;deleting unused +Oracle Open Office Impress : backgrounds;frames/sections/indexes +Oracle Open Office Impress : backgrounds;inserting from Gallery +Oracle Open Office Impress : backgrounds;normal view +Oracle Open Office Impress : backgrounds;notes +Oracle Open Office Impress : backgrounds;printing +Oracle Open Office Impress : backgrounds;slides +Oracle Open Office Impress : backing window +Oracle Open Office Impress : backups +Oracle Open Office Impress : backups;automatic +Oracle Open Office Impress : backups;documents +Oracle Open Office Impress : bar charts +Oracle Open Office Impress : Basic +Oracle Open Office Impress : Basic;fonts for source display +Oracle Open Office Impress : Basic;programming +Oracle Open Office Impress : Basic;recording macros +Oracle Open Office Impress : basic fonts +Oracle Open Office Impress : behind object command +Oracle Open Office Impress : Bézier curves +Oracle Open Office Impress : Bézier curves;control points in presentations +Oracle Open Office Impress : bi-directional writing +Oracle Open Office Impress : binding space +Oracle Open Office Impress : bitmaps +Oracle Open Office Impress : bitmaps;converting to +Oracle Open Office Impress : bitmaps;converting to vector graphics +Oracle Open Office Impress : bitmaps;inserting and editing +Oracle Open Office Impress : bitmaps;off for faster printing +Oracle Open Office Impress : bitmaps;patterns +Oracle Open Office Impress : bitmaps;replacing colors +Oracle Open Office Impress : black and white display +Oracle Open Office Impress : black and white printing +Oracle Open Office Impress : black and white view +Oracle Open Office Impress : black printing in Calc +Oracle Open Office Impress : block selection mode +Oracle Open Office Impress : bold +Oracle Open Office Impress : bold;AutoFormat function +Oracle Open Office Impress : bold;text +Oracle Open Office Impress : bookmarks +Oracle Open Office Impress : bookmarks;Help +Oracle Open Office Impress : borders +Oracle Open Office Impress : borders;arranging +Oracle Open Office Impress : borders;cells on screen (Calc) +Oracle Open Office Impress : borders;for paragraphs +Oracle Open Office Impress : borders;for tables +Oracle Open Office Impress : borders;shadows +Oracle Open Office Impress : borders;table boundaries (Writer) +Oracle Open Office Impress : borders, see also frames +Oracle Open Office Impress : bound fields +Oracle Open Office Impress : bound fields;controls +Oracle Open Office Impress : boundaries of tables (Writer) +Oracle Open Office Impress : break display (Writer) +Oracle Open Office Impress : breaking object connections +Oracle Open Office Impress : brochures +Oracle Open Office Impress : brochures;printing several +Oracle Open Office Impress : bubble charts +Oracle Open Office Impress : build numbers of Oracle Open Office +Oracle Open Office Impress : bullet lists +Oracle Open Office Impress : bullet lists;formatting options +Oracle Open Office Impress : bullets +Oracle Open Office Impress : bullets;paragraphs +Oracle Open Office Impress : bullets;replacing +Oracle Open Office Impress : bullets;turning off +Oracle Open Office Impress : business cards +Oracle Open Office Impress : business cards;creating and synchronizing +Oracle Open Office Impress : business cards;using templates +Oracle Open Office Impress : button bars, see toolbars +Oracle Open Office Impress : buttons +Oracle Open Office Impress : buttons;adding push buttons +Oracle Open Office Impress : buttons;big/small +Oracle Open Office Impress : buttons;editing hyperlink buttons +Oracle Open Office Impress : buttons;form functions +Oracle Open Office Impress : buttons;toolbars +Oracle Open Office Impress : cache for graphics +Oracle Open Office Impress : calculating +Oracle Open Office Impress : calculating;iterative references (Calc) +Oracle Open Office Impress : calculating;regression curves +Oracle Open Office Impress : callouts +Oracle Open Office Impress : callouts;drawings +Oracle Open Office Impress : callouts;inserting in presentations +Oracle Open Office Impress : capital letters +Oracle Open Office Impress : capital letters;AutoCorrect function +Oracle Open Office Impress : capital letters;font effects +Oracle Open Office Impress : captions +Oracle Open Office Impress : captions;automatic captions (Writer) +Oracle Open Office Impress : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Impress : captions, see also labels/callouts +Oracle Open Office Impress : cascading update (Base) +Oracle Open Office Impress : case sensitivity +Oracle Open Office Impress : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Impress : case sensitivity;searching +Oracle Open Office Impress : cells +Oracle Open Office Impress : cells;aligning +Oracle Open Office Impress : cells;coloring (Calc) +Oracle Open Office Impress : cells;cursor positions after input (Calc) +Oracle Open Office Impress : cells;formatting without effect (Calc) +Oracle Open Office Impress : cells;line breaks +Oracle Open Office Impress : cells;linked to controls +Oracle Open Office Impress : cells;number of +Oracle Open Office Impress : cells;pasting +Oracle Open Office Impress : cells;resetting formats +Oracle Open Office Impress : cells;showing grid lines (Calc) +Oracle Open Office Impress : centered text +Oracle Open Office Impress : centimeters +Oracle Open Office Impress : certificates +Oracle Open Office Impress : changes +Oracle Open Office Impress : changes;accepting or rejecting +Oracle Open Office Impress : changes;comparing to original +Oracle Open Office Impress : changes;protecting +Oracle Open Office Impress : changes;recording +Oracle Open Office Impress : changes;review function +Oracle Open Office Impress : changes;showing +Oracle Open Office Impress : changing +Oracle Open Office Impress : changing;document titles +Oracle Open Office Impress : changing;file associations in Setup program +Oracle Open Office Impress : changing;icon sizes +Oracle Open Office Impress : changing;layer properties +Oracle Open Office Impress : changing;layout for handouts +Oracle Open Office Impress : changing;links +Oracle Open Office Impress : changing;order of slides +Oracle Open Office Impress : changing;slide layouts +Oracle Open Office Impress : changing;work directory +Oracle Open Office Impress : changing, see also editing and replacing +Oracle Open Office Impress : character styles +Oracle Open Office Impress : character styles;language selection +Oracle Open Office Impress : characters +Oracle Open Office Impress : characters;alternative fonts +Oracle Open Office Impress : characters;Asian layout +Oracle Open Office Impress : characters;bold +Oracle Open Office Impress : characters;coloring +Oracle Open Office Impress : characters;converting to curves +Oracle Open Office Impress : characters;displaying only on screen (Writer) +Oracle Open Office Impress : characters;enabling CTL and Asian characters +Oracle Open Office Impress : characters;font effects +Oracle Open Office Impress : characters;fonts and formats +Oracle Open Office Impress : characters;hyperlinks +Oracle Open Office Impress : characters;italics +Oracle Open Office Impress : characters;language selection +Oracle Open Office Impress : characters;shadowed +Oracle Open Office Impress : characters;spacing +Oracle Open Office Impress : characters;special +Oracle Open Office Impress : characters;underlining +Oracle Open Office Impress : charcoal sketches filter +Oracle Open Office Impress : chart legends +Oracle Open Office Impress : chart legends;hiding +Oracle Open Office Impress : chart legends;showing icons with labels +Oracle Open Office Impress : chart types +Oracle Open Office Impress : chart types;area +Oracle Open Office Impress : chart types;bubble +Oracle Open Office Impress : chart types;column and bar +Oracle Open Office Impress : chart types;column and line +Oracle Open Office Impress : chart types;line +Oracle Open Office Impress : chart types;net +Oracle Open Office Impress : chart types;pie/donut +Oracle Open Office Impress : chart types;stock +Oracle Open Office Impress : chart types;XY (scatter) +Oracle Open Office Impress : charts +Oracle Open Office Impress : charts;3D views +Oracle Open Office Impress : charts;aligning +Oracle Open Office Impress : charts;arranging within stacks +Oracle Open Office Impress : charts;bars with textures +Oracle Open Office Impress : charts;choosing chart types +Oracle Open Office Impress : charts;colors +Oracle Open Office Impress : charts;copying with link to source cell range +Oracle Open Office Impress : charts;data labels +Oracle Open Office Impress : charts;displaying (Calc) +Oracle Open Office Impress : charts;editing axes +Oracle Open Office Impress : charts;editing data +Oracle Open Office Impress : charts;editing legends +Oracle Open Office Impress : charts;editing titles +Oracle Open Office Impress : charts;formatting areas +Oracle Open Office Impress : charts;formatting floors +Oracle Open Office Impress : charts;formatting walls +Oracle Open Office Impress : charts;inserting +Oracle Open Office Impress : charts;overview +Oracle Open Office Impress : charts;positioning axes +Oracle Open Office Impress : charts;properties +Oracle Open Office Impress : charts;reorganizing +Oracle Open Office Impress : charts;scaling axes +Oracle Open Office Impress : charts;scaling text +Oracle Open Office Impress : charts;shortcuts +Oracle Open Office Impress : charts;showing axes +Oracle Open Office Impress : charts;updating automatically (Writer) +Oracle Open Office Impress : check box creation +Oracle Open Office Impress : Chinese writing systems +Oracle Open Office Impress : choosing printers +Oracle Open Office Impress : circle drawings +Oracle Open Office Impress : circle segments +Oracle Open Office Impress : circles +Oracle Open Office Impress : circles;of objects +Oracle Open Office Impress : Client Side ImageMap +Oracle Open Office Impress : clipboard +Oracle Open Office Impress : clipboard;cutting +Oracle Open Office Impress : clipboard;pasting +Oracle Open Office Impress : clipboard;pasting formatted/unformatted text +Oracle Open Office Impress : clipboard;selection clipboard +Oracle Open Office Impress : clipboard;Unix +Oracle Open Office Impress : closing +Oracle Open Office Impress : closing;documents +Oracle Open Office Impress : closing;shapes +Oracle Open Office Impress : closing;toolbars +Oracle Open Office Impress : collaboration +Oracle Open Office Impress : color bar +Oracle Open Office Impress : colors +Oracle Open Office Impress : colors;adding +Oracle Open Office Impress : colors;appearance +Oracle Open Office Impress : colors;backgrounds +Oracle Open Office Impress : colors;charts +Oracle Open Office Impress : colors;default colors +Oracle Open Office Impress : colors;defining and saving +Oracle Open Office Impress : colors;defining gradients interactively +Oracle Open Office Impress : colors;displaying presentations +Oracle Open Office Impress : colors;fill format +Oracle Open Office Impress : colors;fonts +Oracle Open Office Impress : colors;grid lines and cells (Calc) +Oracle Open Office Impress : colors;loading lists +Oracle Open Office Impress : colors;models +Oracle Open Office Impress : colors;not printing +Oracle Open Office Impress : colors;printing in grayscale +Oracle Open Office Impress : colors;replacing +Oracle Open Office Impress : colors;restriction (Calc) +Oracle Open Office Impress : colors;selection +Oracle Open Office Impress : column and line charts +Oracle Open Office Impress : column charts +Oracle Open Office Impress : column headers +Oracle Open Office Impress : column headers;displaying (Calc) +Oracle Open Office Impress : column headers;highlighting (Calc) +Oracle Open Office Impress : columns +Oracle Open Office Impress : columns;inserting +Oracle Open Office Impress : columns;setting with the mouse +Oracle Open Office Impress : combination charts +Oracle Open Office Impress : combining +Oracle Open Office Impress : combining;3D objects +Oracle Open Office Impress : combining;draw objects +Oracle Open Office Impress : combining;undoing +Oracle Open Office Impress : combo box creation +Oracle Open Office Impress : command button creation +Oracle Open Office Impress : command buttons, see push buttons +Oracle Open Office Impress : command line parameters +Oracle Open Office Impress : commands +Oracle Open Office Impress : commands;repeating +Oracle Open Office Impress : commands;SQL +Oracle Open Office Impress : comments +Oracle Open Office Impress : comments;displaying (Calc) +Oracle Open Office Impress : comments;inserting/editing/deleting/printing +Oracle Open Office Impress : comments;on changes +Oracle Open Office Impress : comments;printing in text +Oracle Open Office Impress : common terms +Oracle Open Office Impress : common terms;Chinese dictionary +Oracle Open Office Impress : common terms;glossaries +Oracle Open Office Impress : common terms;Internet glossary +Oracle Open Office Impress : comparisons +Oracle Open Office Impress : comparisons;document versions +Oracle Open Office Impress : comparisons;operators in default filter dialog +Oracle Open Office Impress : compatibility settings for MS Word import +Oracle Open Office Impress : complete screen view +Oracle Open Office Impress : complex text layout +Oracle Open Office Impress : complex text layout;definition +Oracle Open Office Impress : complex text layout;enabling +Oracle Open Office Impress : complex text layout, see CTL +Oracle Open Office Impress : compose key to insert special characters +Oracle Open Office Impress : concatenation, see ampersand symbol +Oracle Open Office Impress : conditional separators +Oracle Open Office Impress : conditions +Oracle Open Office Impress : conditions;in number formats +Oracle Open Office Impress : conditions;items in Data Navigator +Oracle Open Office Impress : cones +Oracle Open Office Impress : Configuration Manager +Oracle Open Office Impress : configuring +Oracle Open Office Impress : configuring;fax icon +Oracle Open Office Impress : configuring;Oracle Open Office +Oracle Open Office Impress : configuring;toolbars +Oracle Open Office Impress : connecting +Oracle Open Office Impress : connecting;draw objects +Oracle Open Office Impress : connecting;lines +Oracle Open Office Impress : connecting;paths and objects +Oracle Open Office Impress : connections to data sources (Base) +Oracle Open Office Impress : connectors +Oracle Open Office Impress : connectors;properties of +Oracle Open Office Impress : connectors;using +Oracle Open Office Impress : constructing shapes +Oracle Open Office Impress : contents protection +Oracle Open Office Impress : context menus +Oracle Open Office Impress : contours +Oracle Open Office Impress : contours;converting to +Oracle Open Office Impress : control point display in presentations +Oracle Open Office Impress : control points definition +Oracle Open Office Impress : controls +Oracle Open Office Impress : controls;activating in forms +Oracle Open Office Impress : controls;adding to documents +Oracle Open Office Impress : controls;arranging in forms +Oracle Open Office Impress : controls;arranging within stacks +Oracle Open Office Impress : controls;assigning data sources +Oracle Open Office Impress : controls;assigning macros (Basic) +Oracle Open Office Impress : controls;bound fields/list contents/linked cells +Oracle Open Office Impress : controls;events +Oracle Open Office Impress : controls;focus +Oracle Open Office Impress : controls;formatted fields +Oracle Open Office Impress : controls;grouping +Oracle Open Office Impress : controls;hidden +Oracle Open Office Impress : controls;inserting +Oracle Open Office Impress : controls;multi-line titles +Oracle Open Office Impress : controls;positions and sizes +Oracle Open Office Impress : controls;printing +Oracle Open Office Impress : controls;properties of form controls +Oracle Open Office Impress : controls;properties of table controls +Oracle Open Office Impress : controls;reference by SQL +Oracle Open Office Impress : controls;rich text control +Oracle Open Office Impress : controls;select mode +Oracle Open Office Impress : controls;showing (Writer) +Oracle Open Office Impress : converters +Oracle Open Office Impress : converters;Euro converter +Oracle Open Office Impress : converters;PostScript, UNIX +Oracle Open Office Impress : converters;XML +Oracle Open Office Impress : converting +Oracle Open Office Impress : converting;bitmaps to polygons +Oracle Open Office Impress : converting;Hangul/Hanja +Oracle Open Office Impress : converting;metrics +Oracle Open Office Impress : converting;Microsoft documents +Oracle Open Office Impress : converting;Oracle Open Office documents +Oracle Open Office Impress : converting;Pocket PC formats +Oracle Open Office Impress : converting;points +Oracle Open Office Impress : converting;text to curves +Oracle Open Office Impress : converting;to bitmaps +Oracle Open Office Impress : converting;to contours +Oracle Open Office Impress : converting;to curves, polygons, 3D +Oracle Open Office Impress : converting;to metafile format (WMF) +Oracle Open Office Impress : copies +Oracle Open Office Impress : copies;printing +Oracle Open Office Impress : copying +Oracle Open Office Impress : copying;by drag and drop +Oracle Open Office Impress : copying;data from text documents +Oracle Open Office Impress : copying;datasource records in spreadsheets +Oracle Open Office Impress : copying;draw objects +Oracle Open Office Impress : copying;draw objects between documents +Oracle Open Office Impress : copying;formatting +Oracle Open Office Impress : copying;from data source view +Oracle Open Office Impress : copying;from Gallery +Oracle Open Office Impress : copying;in Unix +Oracle Open Office Impress : copying;pictures, between documents +Oracle Open Office Impress : copying;sheet areas, to text documents +Oracle Open Office Impress : copying;slides +Oracle Open Office Impress : copying;text from other documents +Oracle Open Office Impress : copying;to Gallery +Oracle Open Office Impress : copyright for Oracle Open Office +Oracle Open Office Impress : corner points +Oracle Open Office Impress : corner roundings +Oracle Open Office Impress : covered objects +Oracle Open Office Impress : crash reports +Oracle Open Office Impress : criteria of query design (Base) +Oracle Open Office Impress : cropping pictures +Oracle Open Office Impress : cross-fading +Oracle Open Office Impress : cross-fading;creating cross-fades +Oracle Open Office Impress : cross-fading;slides +Oracle Open Office Impress : cross-fading;two draw objects +Oracle Open Office Impress : CTL +Oracle Open Office Impress : CTL;(not) wrapping words +Oracle Open Office Impress : CTL;complex text layout languages +Oracle Open Office Impress : CTL;definition +Oracle Open Office Impress : CTL;options +Oracle Open Office Impress : cubes +Oracle Open Office Impress : currencies +Oracle Open Office Impress : currencies;converters +Oracle Open Office Impress : currencies;format codes +Oracle Open Office Impress : currency field creation +Oracle Open Office Impress : currency formats +Oracle Open Office Impress : cursor +Oracle Open Office Impress : cursor;allowing in protected areas (Writer) +Oracle Open Office Impress : cursor;in read-only text +Oracle Open Office Impress : cursor;quickly moving to an object +Oracle Open Office Impress : curves +Oracle Open Office Impress : curves;converting text to +Oracle Open Office Impress : curves;drawing +Oracle Open Office Impress : curves;editing +Oracle Open Office Impress : curves;editing points +Oracle Open Office Impress : curves;properties in line charts/XY charts +Oracle Open Office Impress : curves;toolbar +Oracle Open Office Impress : custom animation +Oracle Open Office Impress : custom colors +Oracle Open Office Impress : custom dictionaries +Oracle Open Office Impress : custom dictionaries;editing +Oracle Open Office Impress : custom gradients +Oracle Open Office Impress : custom hyphens (Writer) +Oracle Open Office Impress : custom quotes +Oracle Open Office Impress : custom slide shows +Oracle Open Office Impress : custom templates +Oracle Open Office Impress : customizing +Oracle Open Office Impress : customizing;events +Oracle Open Office Impress : customizing;keyboard +Oracle Open Office Impress : customizing;menus +Oracle Open Office Impress : customizing;Oracle Open Office +Oracle Open Office Impress : customizing;round corners +Oracle Open Office Impress : customizing;toolbars +Oracle Open Office Impress : cutting +Oracle Open Office Impress : cylinders +Oracle Open Office Impress : dashes +Oracle Open Office Impress : data +Oracle Open Office Impress : data;filtering in forms +Oracle Open Office Impress : data;forms and subforms +Oracle Open Office Impress : data;read-only +Oracle Open Office Impress : data;sorting in forms +Oracle Open Office Impress : data;user data +Oracle Open Office Impress : data binding change in XForms +Oracle Open Office Impress : data labels in charts +Oracle Open Office Impress : Data Navigator +Oracle Open Office Impress : Data Navigator;adding/editing items +Oracle Open Office Impress : Data Navigator;display options +Oracle Open Office Impress : data ranges in charts +Oracle Open Office Impress : data series +Oracle Open Office Impress : data source browser +Oracle Open Office Impress : data source explorer +Oracle Open Office Impress : data source view +Oracle Open Office Impress : data source view;drag and drop +Oracle Open Office Impress : data source view;overview +Oracle Open Office Impress : data source view;showing +Oracle Open Office Impress : data sources +Oracle Open Office Impress : data sources;as tables +Oracle Open Office Impress : data sources;connection settings (Base) +Oracle Open Office Impress : data sources;copying records to spreadsheets +Oracle Open Office Impress : data sources;displaying current +Oracle Open Office Impress : data sources;LDAP server (Base) +Oracle Open Office Impress : data sources;Oracle Open Office Base +Oracle Open Office Impress : data sources;registering address books +Oracle Open Office Impress : data sources;reports +Oracle Open Office Impress : data sources;setting for stock charts +Oracle Open Office Impress : data sources;viewing +Oracle Open Office Impress : data structure of XForms +Oracle Open Office Impress : data values in charts +Oracle Open Office Impress : data, see also values +Oracle Open Office Impress : database contents +Oracle Open Office Impress : database contents;inserting as tables +Oracle Open Office Impress : database contents;inserting as text +Oracle Open Office Impress : database reports +Oracle Open Office Impress : Database Wizard (Base) +Oracle Open Office Impress : databases +Oracle Open Office Impress : databases;administration through SQL (Base) +Oracle Open Office Impress : databases;ADO (Base) +Oracle Open Office Impress : databases;connecting (Base) +Oracle Open Office Impress : databases;creating +Oracle Open Office Impress : databases;creating labels +Oracle Open Office Impress : databases;creating queries +Oracle Open Office Impress : databases;creating reports +Oracle Open Office Impress : databases;creating tables +Oracle Open Office Impress : databases;deleting (Base) +Oracle Open Office Impress : databases;drag and drop (Base) +Oracle Open Office Impress : databases;editing tables +Oracle Open Office Impress : databases;form filters +Oracle Open Office Impress : databases;formats (Base) +Oracle Open Office Impress : databases;importing/exporting +Oracle Open Office Impress : databases;JDBC (Base) +Oracle Open Office Impress : databases;main page (Base) +Oracle Open Office Impress : databases;ODBC (Base) +Oracle Open Office Impress : databases;overview +Oracle Open Office Impress : databases;registering (Base) +Oracle Open Office Impress : databases;searching records +Oracle Open Office Impress : databases;shortcut keys +Oracle Open Office Impress : databases;sorting +Oracle Open Office Impress : databases;standard filters +Oracle Open Office Impress : databases;text formats +Oracle Open Office Impress : databases;viewing +Oracle Open Office Impress : date fields +Oracle Open Office Impress : date fields;creating +Oracle Open Office Impress : date fields;properties +Oracle Open Office Impress : date formats +Oracle Open Office Impress : date on all slides +Oracle Open Office Impress : dates +Oracle Open Office Impress : dates;default (Calc) +Oracle Open Office Impress : dates;fixed +Oracle Open Office Impress : dates;printing in presentations +Oracle Open Office Impress : dates;start 1900/01/01 (Calc) +Oracle Open Office Impress : dates;start 1904/01/01 (Calc) +Oracle Open Office Impress : dates;variable +Oracle Open Office Impress : dBASE +Oracle Open Office Impress : dBASE;database settings (Base) +Oracle Open Office Impress : DDE +Oracle Open Office Impress : DDE;definition +Oracle Open Office Impress : deactivating +Oracle Open Office Impress : deactivating;plug-ins +Oracle Open Office Impress : decimal places displayed (Calc) +Oracle Open Office Impress : decimal separator key +Oracle Open Office Impress : decimal tab stops +Oracle Open Office Impress : decreasing sizes of views +Oracle Open Office Impress : default directories +Oracle Open Office Impress : default filters +Oracle Open Office Impress : default filters;comparison operators +Oracle Open Office Impress : default filters;databases +Oracle Open Office Impress : default printer +Oracle Open Office Impress : default printer;setting up +Oracle Open Office Impress : default printer;UNIX +Oracle Open Office Impress : default templates +Oracle Open Office Impress : default templates;changing +Oracle Open Office Impress : default templates;organizing +Oracle Open Office Impress : defaults +Oracle Open Office Impress : defaults;documents +Oracle Open Office Impress : defaults;file formats in file dialogs +Oracle Open Office Impress : defaults;file formats in Oracle Open Office +Oracle Open Office Impress : defaults;fonts +Oracle Open Office Impress : defaults;grids (Writer/Calc) +Oracle Open Office Impress : defaults;languages +Oracle Open Office Impress : defaults;number formats +Oracle Open Office Impress : defaults;of saving +Oracle Open Office Impress : defaults;program configuration +Oracle Open Office Impress : defaults;tab stops in text +Oracle Open Office Impress : defaults;views +Oracle Open Office Impress : defining +Oracle Open Office Impress : defining;arrowheads and other line ends +Oracle Open Office Impress : defining;colors +Oracle Open Office Impress : defining;gradients +Oracle Open Office Impress : defining;line styles +Oracle Open Office Impress : defining;paragraph borders +Oracle Open Office Impress : defining;queries (Base) +Oracle Open Office Impress : defining;table borders +Oracle Open Office Impress : deleting +Oracle Open Office Impress : deleting;all direct formatting +Oracle Open Office Impress : deleting;animation effects +Oracle Open Office Impress : deleting;comments +Oracle Open Office Impress : deleting;databases (Base) +Oracle Open Office Impress : deleting;hyperlinks +Oracle Open Office Impress : deleting;layers +Oracle Open Office Impress : deleting;lines in text +Oracle Open Office Impress : deleting;models/instances +Oracle Open Office Impress : deleting;namespaces in XForms +Oracle Open Office Impress : deleting;points +Oracle Open Office Impress : deleting;slide transition effects +Oracle Open Office Impress : deleting;slides +Oracle Open Office Impress : deleting;tab stops +Oracle Open Office Impress : deleting;templates +Oracle Open Office Impress : deleting;XML filters +Oracle Open Office Impress : depth stagger +Oracle Open Office Impress : descriptions for objects +Oracle Open Office Impress : design mode after saving +Oracle Open Office Impress : design view +Oracle Open Office Impress : design view;creating forms +Oracle Open Office Impress : design view;queries/views (Base) +Oracle Open Office Impress : designing +Oracle Open Office Impress : designing;database tables +Oracle Open Office Impress : designing;fonts +Oracle Open Office Impress : designing;queries (Base) +Oracle Open Office Impress : detaching toolbars +Oracle Open Office Impress : dictionaries +Oracle Open Office Impress : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Impress : dictionaries;creating +Oracle Open Office Impress : dictionaries;editing user-defined +Oracle Open Office Impress : dictionaries;spellcheck +Oracle Open Office Impress : dictionaries, see also languages +Oracle Open Office Impress : digital signatures +Oracle Open Office Impress : digital signatures;getting/managing/applying +Oracle Open Office Impress : digital signatures;overview +Oracle Open Office Impress : digital signatures;WebDAV over HTTPS +Oracle Open Office Impress : dimension lines +Oracle Open Office Impress : dimension lines;drawing +Oracle Open Office Impress : dimension lines;properties of +Oracle Open Office Impress : direct formatting +Oracle Open Office Impress : direct formatting;undoing all +Oracle Open Office Impress : directories +Oracle Open Office Impress : directories;creating new +Oracle Open Office Impress : directories;directory structure +Oracle Open Office Impress : disabled persons +Oracle Open Office Impress : display qualities of presentations +Oracle Open Office Impress : displaying +Oracle Open Office Impress : displaying;comments (Calc) +Oracle Open Office Impress : displaying;comments in text documents +Oracle Open Office Impress : displaying;non-printing characters (Writer) +Oracle Open Office Impress : displaying;pictures and objects (Writer) +Oracle Open Office Impress : displaying;tables (Writer) +Oracle Open Office Impress : displaying;zero values (Calc) +Oracle Open Office Impress : distances +Oracle Open Office Impress : distinct values in SQL queries +Oracle Open Office Impress : distorting in drawings +Oracle Open Office Impress : distorting objects +Oracle Open Office Impress : distributing draw objects +Oracle Open Office Impress : distributing XML filters +Oracle Open Office Impress : docking +Oracle Open Office Impress : docking;definition +Oracle Open Office Impress : docking;toolbars +Oracle Open Office Impress : docking;windows +Oracle Open Office Impress : Document Converter Wizard +Oracle Open Office Impress : Document Map, see Navigator +Oracle Open Office Impress : document types in Oracle Open Office +Oracle Open Office Impress : documents +Oracle Open Office Impress : documents;changing titles +Oracle Open Office Impress : documents;closing +Oracle Open Office Impress : documents;comparing +Oracle Open Office Impress : documents;contents as lists +Oracle Open Office Impress : documents;editing time +Oracle Open Office Impress : documents;exporting +Oracle Open Office Impress : documents;importing +Oracle Open Office Impress : documents;languages +Oracle Open Office Impress : documents;measurement units in +Oracle Open Office Impress : documents;merging +Oracle Open Office Impress : documents;number of pages/tables/sheets +Oracle Open Office Impress : documents;opening +Oracle Open Office Impress : documents;opening in design mode +Oracle Open Office Impress : documents;opening with templates +Oracle Open Office Impress : documents;organizing +Oracle Open Office Impress : documents;printing +Oracle Open Office Impress : documents;read-only +Oracle Open Office Impress : documents;reloading +Oracle Open Office Impress : documents;saving +Oracle Open Office Impress : documents;saving automatically +Oracle Open Office Impress : documents;saving in other formats +Oracle Open Office Impress : documents;sending as e-mail +Oracle Open Office Impress : documents;styles changed +Oracle Open Office Impress : documents;version management +Oracle Open Office Impress : documents;version numbers +Oracle Open Office Impress : donut charts +Oracle Open Office Impress : dotted areas +Oracle Open Office Impress : double-line spacing in paragraphs +Oracle Open Office Impress : double-line writing in Asian layout +Oracle Open Office Impress : doubling draw objects +Oracle Open Office Impress : drag and drop +Oracle Open Office Impress : drag and drop;copying and pasting text +Oracle Open Office Impress : drag and drop;data source view +Oracle Open Office Impress : drag and drop;from Gallery to draw objects +Oracle Open Office Impress : drag and drop;overview +Oracle Open Office Impress : drag and drop;pictures +Oracle Open Office Impress : drag and drop;to Gallery +Oracle Open Office Impress : Draw instructions +Oracle Open Office Impress : draw objects +Oracle Open Office Impress : draw objects;adding/editing/copying +Oracle Open Office Impress : draw objects;anchoring +Oracle Open Office Impress : draw objects;arranging within stacks +Oracle Open Office Impress : draw objects;combining +Oracle Open Office Impress : draw objects;connecting lines to +Oracle Open Office Impress : draw objects;converting text to +Oracle Open Office Impress : draw objects;copying between documents +Oracle Open Office Impress : draw objects;cross-fading two objects +Oracle Open Office Impress : draw objects;displaying (Calc) +Oracle Open Office Impress : draw objects;dropping Gallery pictures +Oracle Open Office Impress : draw objects;duplicating +Oracle Open Office Impress : draw objects;flipping +Oracle Open Office Impress : draw objects;grouping +Oracle Open Office Impress : draw objects;legends +Oracle Open Office Impress : draw objects;positioning and resizing +Oracle Open Office Impress : draw objects;protecting +Oracle Open Office Impress : draw objects;rotating +Oracle Open Office Impress : draw objects;slanting +Oracle Open Office Impress : draw objects;text entry mode +Oracle Open Office Impress : draw objects;text in +Oracle Open Office Impress : drawing +Oracle Open Office Impress : drawing;3D objects +Oracle Open Office Impress : drawing;freeform lines +Oracle Open Office Impress : drawing;lines +Oracle Open Office Impress : drawing;sectors and segments +Oracle Open Office Impress : Drawing bar +Oracle Open Office Impress : drawing lines in text +Oracle Open Office Impress : drawings +Oracle Open Office Impress : drawings;creating/opening +Oracle Open Office Impress : drawings;languages +Oracle Open Office Impress : drawings;printing +Oracle Open Office Impress : drawings;printing defaults +Oracle Open Office Impress : drawings;printing in text documents +Oracle Open Office Impress : drawings;saving +Oracle Open Office Impress : drawings;saving automatically +Oracle Open Office Impress : drawings;saving in other formats +Oracle Open Office Impress : drawings;sending as e-mail +Oracle Open Office Impress : drawings;shortcut keys +Oracle Open Office Impress : drawings;showing (Writer) +Oracle Open Office Impress : drawings;zoom function in +Oracle Open Office Impress : drawings, see also draw objects +Oracle Open Office Impress : drop-down lists in form functions +Oracle Open Office Impress : duplicating draw objects +Oracle Open Office Impress : e-mail attachments +Oracle Open Office Impress : Edit File icon +Oracle Open Office Impress : edit mode +Oracle Open Office Impress : edit mode;after opening +Oracle Open Office Impress : edit mode;through Enter key (Calc) +Oracle Open Office Impress : Edit Points bar +Oracle Open Office Impress : editing +Oracle Open Office Impress : editing;chart axes +Oracle Open Office Impress : editing;chart data +Oracle Open Office Impress : editing;chart legends +Oracle Open Office Impress : editing;chart titles +Oracle Open Office Impress : editing;comments +Oracle Open Office Impress : editing;curves +Oracle Open Office Impress : editing;data binding of XForms +Oracle Open Office Impress : editing;database tables and queries +Oracle Open Office Impress : editing;draw objects +Oracle Open Office Impress : editing;fields +Oracle Open Office Impress : editing;Fontwork objects +Oracle Open Office Impress : editing;gradients +Oracle Open Office Impress : editing;guides and snap points +Oracle Open Office Impress : editing;hyperlinks +Oracle Open Office Impress : editing;menus +Oracle Open Office Impress : editing;objects +Oracle Open Office Impress : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Impress : editing;pictures +Oracle Open Office Impress : editing;reports +Oracle Open Office Impress : editing;shortcut keys +Oracle Open Office Impress : editing;slide titles +Oracle Open Office Impress : editing;tab stops +Oracle Open Office Impress : editing;templates +Oracle Open Office Impress : editing;titles +Oracle Open Office Impress : editing;toolbars +Oracle Open Office Impress : editing;undoing +Oracle Open Office Impress : editing;XForms +Oracle Open Office Impress : editing time of documents +Oracle Open Office Impress : editors +Oracle Open Office Impress : editors;formula editor +Oracle Open Office Impress : editors;ImageMap editor +Oracle Open Office Impress : effects +Oracle Open Office Impress : effects;animated slide transitions +Oracle Open Office Impress : effects;applying to/removing from objects +Oracle Open Office Impress : effects;font positions +Oracle Open Office Impress : effects;fonts +Oracle Open Office Impress : effects;Fontwork icons +Oracle Open Office Impress : effects;preview +Oracle Open Office Impress : effects;sounds +Oracle Open Office Impress : ellipses +Oracle Open Office Impress : ellipses;segments +Oracle Open Office Impress : ellipses;toolbars +Oracle Open Office Impress : empty documents +Oracle Open Office Impress : empty paragraph removal +Oracle Open Office Impress : encryption of contents +Oracle Open Office Impress : entering groups +Oracle Open Office Impress : entering text from right to left +Oracle Open Office Impress : equal sign, see also operators +Oracle Open Office Impress : equations in formula editor +Oracle Open Office Impress : error bars in charts +Oracle Open Office Impress : error indicators in charts +Oracle Open Office Impress : Error Report Tool +Oracle Open Office Impress : Euro +Oracle Open Office Impress : Euro;currency formats +Oracle Open Office Impress : Euro;Euro Converter Wizard +Oracle Open Office Impress : even/odd pages +Oracle Open Office Impress : even/odd pages;printing +Oracle Open Office Impress : events +Oracle Open Office Impress : events;assigning scripts +Oracle Open Office Impress : events;controls +Oracle Open Office Impress : events;customizing +Oracle Open Office Impress : events;in forms +Oracle Open Office Impress : Excel +Oracle Open Office Impress : Excel;saving as +Oracle Open Office Impress : Excel;search criteria +Oracle Open Office Impress : exceptions +Oracle Open Office Impress : exceptions;user-defined dictionaries +Oracle Open Office Impress : exchanging, see also replacing +Oracle Open Office Impress : executing SQL commands +Oracle Open Office Impress : exiting +Oracle Open Office Impress : exiting;by clicking objects +Oracle Open Office Impress : exiting;groups +Oracle Open Office Impress : exiting;Oracle Open Office +Oracle Open Office Impress : expanding +Oracle Open Office Impress : expanding;slides +Oracle Open Office Impress : expanding formatting (Calc) +Oracle Open Office Impress : explorer of data sources +Oracle Open Office Impress : export filters +Oracle Open Office Impress : exporting +Oracle Open Office Impress : exporting;animations to GIF format +Oracle Open Office Impress : exporting;bitmaps +Oracle Open Office Impress : exporting;HTML and text documents +Oracle Open Office Impress : exporting;Microsoft Office documents with VBA code +Oracle Open Office Impress : exporting;presentations to HTML +Oracle Open Office Impress : exporting;spreadsheets to text format +Oracle Open Office Impress : exporting;templates +Oracle Open Office Impress : exporting;to foreign formats +Oracle Open Office Impress : exporting;to HTML +Oracle Open Office Impress : exporting;to Macromedia Flash format +Oracle Open Office Impress : exporting;to Microsoft Office formats +Oracle Open Office Impress : exporting;to PDF +Oracle Open Office Impress : exporting;to PostScript format +Oracle Open Office Impress : exporting;to XML +Oracle Open Office Impress : exporting;XML files +Oracle Open Office Impress : extended tips in Help +Oracle Open Office Impress : extension mode in text +Oracle Open Office Impress : extensions +Oracle Open Office Impress : extensions;Extension Manager +Oracle Open Office Impress : extensions;file formats +Oracle Open Office Impress : external keys (Base) +Oracle Open Office Impress : extrusion objects +Oracle Open Office Impress : eyedropper tool +Oracle Open Office Impress : faster printing +Oracle Open Office Impress : faxes +Oracle Open Office Impress : faxes;configuring Oracle Open Office +Oracle Open Office Impress : faxes;fax programs/fax printers under UNIX +Oracle Open Office Impress : faxes;selecting a fax machine +Oracle Open Office Impress : faxes;sending +Oracle Open Office Impress : faxes;wizards +Oracle Open Office Impress : feedback +Oracle Open Office Impress : feedback;automatically +Oracle Open Office Impress : fields +Oracle Open Office Impress : fields;authors +Oracle Open Office Impress : fields;database tables +Oracle Open Office Impress : fields;dates (fixed) +Oracle Open Office Impress : fields;dates (variable) +Oracle Open Office Impress : fields;displaying field codes (Writer) +Oracle Open Office Impress : fields;editing +Oracle Open Office Impress : fields;file names +Oracle Open Office Impress : fields;formatted fields +Oracle Open Office Impress : fields;formatting +Oracle Open Office Impress : fields;in slides +Oracle Open Office Impress : fields;page numbers +Oracle Open Office Impress : fields;times (fixed) +Oracle Open Office Impress : fields;times (variable) +Oracle Open Office Impress : fields;updating automatically (Writer) +Oracle Open Office Impress : file associations for Microsoft Office +Oracle Open Office Impress : file filters +Oracle Open Office Impress : file filters;mobile devices +Oracle Open Office Impress : file filters;XML +Oracle Open Office Impress : file formats +Oracle Open Office Impress : file formats;changing Oracle Open Office defaults +Oracle Open Office Impress : file formats;OpenDocument/XML +Oracle Open Office Impress : file formats;saving always in other formats +Oracle Open Office Impress : file selection button +Oracle Open Office Impress : file sharing options for current document +Oracle Open Office Impress : files +Oracle Open Office Impress : files;filters and formats +Oracle Open Office Impress : files;importing +Oracle Open Office Impress : files;inserting +Oracle Open Office Impress : files;inserting pictures +Oracle Open Office Impress : files;opening +Oracle Open Office Impress : files;properties +Oracle Open Office Impress : files;saving +Oracle Open Office Impress : files;saving automatically +Oracle Open Office Impress : files;saving in other formats +Oracle Open Office Impress : files;sending as e-mail +Oracle Open Office Impress : files;version numbers +Oracle Open Office Impress : files and folders in Oracle Open Office +Oracle Open Office Impress : fill characters with tabulators +Oracle Open Office Impress : fill colors for areas +Oracle Open Office Impress : fill format mode +Oracle Open Office Impress : fill format mode;styles +Oracle Open Office Impress : fill patterns for areas +Oracle Open Office Impress : filter conditions +Oracle Open Office Impress : filter conditions;connecting +Oracle Open Office Impress : filter conditions;in queries (Base) +Oracle Open Office Impress : filtering +Oracle Open Office Impress : filtering;data in databases +Oracle Open Office Impress : filtering;data in forms +Oracle Open Office Impress : filters +Oracle Open Office Impress : filters;comparison operators +Oracle Open Office Impress : filters;for import and export +Oracle Open Office Impress : filters;Navigator +Oracle Open Office Impress : filters;pictures +Oracle Open Office Impress : filters;XML filter settings +Oracle Open Office Impress : Find tab in Help +Oracle Open Office Impress : finding +Oracle Open Office Impress : finding;in all sheets +Oracle Open Office Impress : finding;records in form documents +Oracle Open Office Impress : finding;selections +Oracle Open Office Impress : finding;similarity search +Oracle Open Office Impress : fitting to pages +Oracle Open Office Impress : fitting to pages;individual slides +Oracle Open Office Impress : fitting to pages;print settings in Math +Oracle Open Office Impress : fitting to pages;print settings in presentations +Oracle Open Office Impress : fixed text +Oracle Open Office Impress : fixed text;form functions +Oracle Open Office Impress : fixing toolbars +Oracle Open Office Impress : flipping around a flip line +Oracle Open Office Impress : flipping draw objects +Oracle Open Office Impress : floating frames in HTML documents +Oracle Open Office Impress : floating text +Oracle Open Office Impress : floating toolbars +Oracle Open Office Impress : flowcharts +Oracle Open Office Impress : focus of controls +Oracle Open Office Impress : folder creation +Oracle Open Office Impress : font lists +Oracle Open Office Impress : font name box +Oracle Open Office Impress : font sizes +Oracle Open Office Impress : font sizes;bullets +Oracle Open Office Impress : font sizes;relative changes +Oracle Open Office Impress : font sizes;scaling on screen +Oracle Open Office Impress : font sizes;text +Oracle Open Office Impress : fonts +Oracle Open Office Impress : fonts;adding under UNIX +Oracle Open Office Impress : fonts;changing in templates +Oracle Open Office Impress : fonts;colors +Oracle Open Office Impress : fonts;default settings +Oracle Open Office Impress : fonts;effects +Oracle Open Office Impress : fonts;for HTML and Basic +Oracle Open Office Impress : fonts;formats +Oracle Open Office Impress : fonts;outlines +Oracle Open Office Impress : fonts;positions in text +Oracle Open Office Impress : fonts;shadows +Oracle Open Office Impress : fonts;specifying several +Oracle Open Office Impress : fonts;strikethrough +Oracle Open Office Impress : fonts;styles +Oracle Open Office Impress : fonts;text objects +Oracle Open Office Impress : Fontwork icons +Oracle Open Office Impress : footers +Oracle Open Office Impress : footers;backgrounds +Oracle Open Office Impress : footers;slide masters +Oracle Open Office Impress : footers;slides +Oracle Open Office Impress : form controls +Oracle Open Office Impress : form controls;assigning macros +Oracle Open Office Impress : form controls;protecting +Oracle Open Office Impress : form controls;toolbars +Oracle Open Office Impress : form fields +Oracle Open Office Impress : form filters +Oracle Open Office Impress : Form Navigator +Oracle Open Office Impress : format codes +Oracle Open Office Impress : format codes;numbers +Oracle Open Office Impress : format filling printing in Oracle Open Office Math +Oracle Open Office Impress : Format Paintbrush +Oracle Open Office Impress : formats +Oracle Open Office Impress : formats;Asian layout +Oracle Open Office Impress : formats;fonts +Oracle Open Office Impress : formats;maximizing page formats +Oracle Open Office Impress : formats;number and currency formats +Oracle Open Office Impress : formats;of currencies/date/time +Oracle Open Office Impress : formats;on opening and saving +Oracle Open Office Impress : formats;pasting in special formats +Oracle Open Office Impress : formats;positions +Oracle Open Office Impress : formats;tabulators +Oracle Open Office Impress : formatted fields +Oracle Open Office Impress : formatted fields;form functions +Oracle Open Office Impress : formatted fields;properties +Oracle Open Office Impress : formatting +Oracle Open Office Impress : formatting;Asian typography +Oracle Open Office Impress : formatting;axes in charts +Oracle Open Office Impress : formatting;chart areas +Oracle Open Office Impress : formatting;chart floors +Oracle Open Office Impress : formatting;chart legends +Oracle Open Office Impress : formatting;chart titles +Oracle Open Office Impress : formatting;chart walls +Oracle Open Office Impress : formatting;copying +Oracle Open Office Impress : formatting;definition +Oracle Open Office Impress : formatting;expanding (Calc) +Oracle Open Office Impress : formatting;fields +Oracle Open Office Impress : formatting;font effects +Oracle Open Office Impress : formatting;hyperlinks +Oracle Open Office Impress : formatting;pages +Oracle Open Office Impress : formatting;printer metrics (Writer) +Oracle Open Office Impress : formatting;slides +Oracle Open Office Impress : formatting;slides headings +Oracle Open Office Impress : formatting;undoing +Oracle Open Office Impress : formatting;undoing when writing +Oracle Open Office Impress : forms +Oracle Open Office Impress : forms;browsing +Oracle Open Office Impress : forms;Combo Box/List Box Wizard +Oracle Open Office Impress : forms;creating +Oracle Open Office Impress : forms;data +Oracle Open Office Impress : forms;designing (Base) +Oracle Open Office Impress : forms;events +Oracle Open Office Impress : forms;filtering data +Oracle Open Office Impress : forms;finding records +Oracle Open Office Impress : forms;focus after opening +Oracle Open Office Impress : forms;general information (Base) +Oracle Open Office Impress : forms;grouping controls +Oracle Open Office Impress : forms;HTML filters +Oracle Open Office Impress : forms;inserting +Oracle Open Office Impress : forms;Navigator +Oracle Open Office Impress : forms;opening in design mode +Oracle Open Office Impress : forms;properties +Oracle Open Office Impress : forms;sorting data +Oracle Open Office Impress : forms;subforms +Oracle Open Office Impress : forms;wizards +Oracle Open Office Impress : forms;XForms +Oracle Open Office Impress : formula texts +Oracle Open Office Impress : formula texts;printing in Oracle Open Office Math +Oracle Open Office Impress : formulas +Oracle Open Office Impress : formulas;new +Oracle Open Office Impress : formulas;starting formula editor +Oracle Open Office Impress : formulas in reports +Oracle Open Office Impress : formulas in reports;editing +Oracle Open Office Impress : forums and support +Oracle Open Office Impress : frames +Oracle Open Office Impress : frames;around paragraphs +Oracle Open Office Impress : frames;around tables +Oracle Open Office Impress : frames;AutoCorrect function +Oracle Open Office Impress : frames;backgrounds +Oracle Open Office Impress : frames;captions (Writer) +Oracle Open Office Impress : frames;printing in Oracle Open Office Math +Oracle Open Office Impress : frames;protecting +Oracle Open Office Impress : frames;selection frames +Oracle Open Office Impress : frames;text fitting to frames +Oracle Open Office Impress : freeform lines +Oracle Open Office Impress : freeform lines;draw functions +Oracle Open Office Impress : freeform lines;drawing +Oracle Open Office Impress : FTP +Oracle Open Office Impress : FTP;opening documents +Oracle Open Office Impress : FTP;saving documents +Oracle Open Office Impress : full joins (Base) +Oracle Open Office Impress : full screen view +Oracle Open Office Impress : full-text search in Help +Oracle Open Office Impress : functions in reports +Oracle Open Office Impress : functions in reports;editing +Oracle Open Office Impress : Gallery +Oracle Open Office Impress : Gallery;adding pictures +Oracle Open Office Impress : Gallery;dragging pictures to draw objects +Oracle Open Office Impress : Gallery;hiding/showing +Oracle Open Office Impress : Gallery;inserting pictures from +Oracle Open Office Impress : geometric forms +Oracle Open Office Impress : get method for form transmissions +Oracle Open Office Impress : getting support +Oracle Open Office Impress : GIF format +Oracle Open Office Impress : GIF images +Oracle Open Office Impress : GIF images;animating +Oracle Open Office Impress : GIF images;replacing colors +Oracle Open Office Impress : glossaries +Oracle Open Office Impress : glossaries;common terms +Oracle Open Office Impress : glossaries;Internet terms +Oracle Open Office Impress : glue points +Oracle Open Office Impress : glue points;using +Oracle Open Office Impress : gradients +Oracle Open Office Impress : gradients;applying and defining +Oracle Open Office Impress : gradients;defining colors +Oracle Open Office Impress : gradients;loading lists +Oracle Open Office Impress : gradients;transparent +Oracle Open Office Impress : gradients off for faster printing +Oracle Open Office Impress : graphic objects, see draw objects +Oracle Open Office Impress : graphical text art +Oracle Open Office Impress : graphics +Oracle Open Office Impress : graphics;cache +Oracle Open Office Impress : graphics;protecting +Oracle Open Office Impress : graphics, see also pictures +Oracle Open Office Impress : grayscale display +Oracle Open Office Impress : grayscale printing +Oracle Open Office Impress : grid controls +Oracle Open Office Impress : grid controls;form functions +Oracle Open Office Impress : grids +Oracle Open Office Impress : grids;defaults (Writer/Calc) +Oracle Open Office Impress : grids;display options (Impress/Draw) +Oracle Open Office Impress : grids;displaying lines (Calc) +Oracle Open Office Impress : grids;formatting axes +Oracle Open Office Impress : grids;inserting in charts +Oracle Open Office Impress : group box creation +Oracle Open Office Impress : grouping +Oracle Open Office Impress : grouping;draw objects +Oracle Open Office Impress : groups +Oracle Open Office Impress : groups;entering/exiting/ungrouping +Oracle Open Office Impress : groups;naming +Oracle Open Office Impress : groups;of controls +Oracle Open Office Impress : guides +Oracle Open Office Impress : guides;display options (Impress/Draw) +Oracle Open Office Impress : guides;displaying when moving objects (Impress) +Oracle Open Office Impress : guides;editing +Oracle Open Office Impress : guides;inserting +Oracle Open Office Impress : guides;show snap lines icon +Oracle Open Office Impress : guides;showing (Calc) +Oracle Open Office Impress : guides;showing when moving frames (Writer) +Oracle Open Office Impress : gutter +Oracle Open Office Impress : half-spheres +Oracle Open Office Impress : hand icon for moving slides +Oracle Open Office Impress : handles +Oracle Open Office Impress : handles;displaying (Writer) +Oracle Open Office Impress : handles;large +Oracle Open Office Impress : handles;scaling +Oracle Open Office Impress : handles;showing simple/large handles (Calc) +Oracle Open Office Impress : handles;simple +Oracle Open Office Impress : handout printing +Oracle Open Office Impress : Hangul/Hanja +Oracle Open Office Impress : hatching +Oracle Open Office Impress : hatching +Oracle Open Office Impress : hatching;loading lists +Oracle Open Office Impress : headers +Oracle Open Office Impress : headers;backgrounds +Oracle Open Office Impress : headers and footers +Oracle Open Office Impress : headers and footers;master layouts +Oracle Open Office Impress : headers and footers;slide masters +Oracle Open Office Impress : headers and footers;slides +Oracle Open Office Impress : headings +Oracle Open Office Impress : headings;entering as text box +Oracle Open Office Impress : Hebrew +Oracle Open Office Impress : Hebrew;entering text +Oracle Open Office Impress : Hebrew;language settings +Oracle Open Office Impress : Help +Oracle Open Office Impress : Help;bookmarks +Oracle Open Office Impress : Help;extended tips on/off +Oracle Open Office Impress : Help;full-text search +Oracle Open Office Impress : Help;Help tips +Oracle Open Office Impress : Help;keywords +Oracle Open Office Impress : Help;navigation pane showing/hiding +Oracle Open Office Impress : Help;style sheets +Oracle Open Office Impress : Help;topics +Oracle Open Office Impress : Help Agent +Oracle Open Office Impress : Help Agent;help +Oracle Open Office Impress : Help Agent;options +Oracle Open Office Impress : Help tips +Oracle Open Office Impress : Help tips;hiding +Oracle Open Office Impress : hidden controls in Form Navigator +Oracle Open Office Impress : hidden fields display (Writer) +Oracle Open Office Impress : hidden pages +Oracle Open Office Impress : hidden pages;printing in presentations +Oracle Open Office Impress : hidden pages;showing +Oracle Open Office Impress : hidden text +Oracle Open Office Impress : hidden text;showing (Writer) +Oracle Open Office Impress : hiding +Oracle Open Office Impress : hiding;changes +Oracle Open Office Impress : hiding;chart legends +Oracle Open Office Impress : hiding;docked windows +Oracle Open Office Impress : hiding;layers +Oracle Open Office Impress : hiding;levels +Oracle Open Office Impress : hiding;navigation pane in Help window +Oracle Open Office Impress : hiding;slides +Oracle Open Office Impress : hiding;subpoints +Oracle Open Office Impress : high contrast mode +Oracle Open Office Impress : Hindi +Oracle Open Office Impress : Hindi;entering text +Oracle Open Office Impress : Hindi;language settings +Oracle Open Office Impress : horizontal scrollbars (Writer) +Oracle Open Office Impress : hot spots in flowcharts +Oracle Open Office Impress : hotspots +Oracle Open Office Impress : HowTos for charts +Oracle Open Office Impress : Howtos for Draw +Oracle Open Office Impress : HTML +Oracle Open Office Impress : HTML;definition +Oracle Open Office Impress : HTML;export character set +Oracle Open Office Impress : HTML;exporting from presentations +Oracle Open Office Impress : HTML;fonts for source display +Oracle Open Office Impress : HTML;importing into presentations +Oracle Open Office Impress : HTML;importing META tags +Oracle Open Office Impress : HTML;inserting files +Oracle Open Office Impress : HTML;live presentations +Oracle Open Office Impress : HTML documents +Oracle Open Office Impress : HTML documents;auto reloading +Oracle Open Office Impress : HTML documents;importing/exporting +Oracle Open Office Impress : HTML documents;META tags in +Oracle Open Office Impress : HTML documents;new +Oracle Open Office Impress : HTML documents;source text +Oracle Open Office Impress : hyperlinks +Oracle Open Office Impress : hyperlinks;assigning macros +Oracle Open Office Impress : hyperlinks;character formats +Oracle Open Office Impress : hyperlinks;definition +Oracle Open Office Impress : hyperlinks;deleting +Oracle Open Office Impress : hyperlinks;editing +Oracle Open Office Impress : hyperlinks;inserting +Oracle Open Office Impress : hyperlinks;relative and absolute +Oracle Open Office Impress : hyperlinks;turning off automatic recognition +Oracle Open Office Impress : hyperlinks, see also links +Oracle Open Office Impress : hyphenation +Oracle Open Office Impress : hyphenation;activating for a language +Oracle Open Office Impress : hyphenation;minimal number of characters +Oracle Open Office Impress : hyphens +Oracle Open Office Impress : hyphens;displaying custom (Writer) +Oracle Open Office Impress : hyphens;inserting custom +Oracle Open Office Impress : icon bars, see toolbars +Oracle Open Office Impress : icon sizes +Oracle Open Office Impress : ignore list for spellcheck +Oracle Open Office Impress : illumination +Oracle Open Office Impress : illumination;3D charts +Oracle Open Office Impress : illustrations, see pictures +Oracle Open Office Impress : image button creation +Oracle Open Office Impress : image control creation +Oracle Open Office Impress : ImageMap +Oracle Open Office Impress : ImageMap;definition +Oracle Open Office Impress : ImageMap;editor +Oracle Open Office Impress : images +Oracle Open Office Impress : images;ImageMap +Oracle Open Office Impress : images;inserting +Oracle Open Office Impress : images;inserting and editing bitmaps +Oracle Open Office Impress : images, see also pictures +Oracle Open Office Impress : IME +Oracle Open Office Impress : IME;definition +Oracle Open Office Impress : IME;showing/hiding +Oracle Open Office Impress : import filters +Oracle Open Office Impress : import restrictions for Microsoft Office +Oracle Open Office Impress : importing +Oracle Open Office Impress : importing;bitmaps +Oracle Open Office Impress : importing;compatibility settings for text import +Oracle Open Office Impress : importing;databases +Oracle Open Office Impress : importing;documents in other formats +Oracle Open Office Impress : importing;from XML +Oracle Open Office Impress : importing;HTML and text documents +Oracle Open Office Impress : importing;HTML with META tags +Oracle Open Office Impress : importing;Microsoft Office documents with VBA code +Oracle Open Office Impress : importing;presentations with HTML +Oracle Open Office Impress : importing;tables in text format +Oracle Open Office Impress : importing;templates +Oracle Open Office Impress : improvement program +Oracle Open Office Impress : in front of object command +Oracle Open Office Impress : inches +Oracle Open Office Impress : including spreadsheets +Oracle Open Office Impress : increasing sizes of views +Oracle Open Office Impress : Index tab in Help +Oracle Open Office Impress : indexes +Oracle Open Office Impress : indexes;backgrounds +Oracle Open Office Impress : indexes;showing/hiding Help index tab +Oracle Open Office Impress : indicator lines in text +Oracle Open Office Impress : inner joins (Base) +Oracle Open Office Impress : input method window +Oracle Open Office Impress : insert mode for entering text +Oracle Open Office Impress : inserting +Oracle Open Office Impress : inserting;3D objects +Oracle Open Office Impress : inserting;arrows +Oracle Open Office Impress : inserting;buttons in toolbars +Oracle Open Office Impress : inserting;callouts in presentations +Oracle Open Office Impress : inserting;cell ranges from spreadsheets +Oracle Open Office Impress : inserting;charts +Oracle Open Office Impress : inserting;clipboard options +Oracle Open Office Impress : inserting;columns +Oracle Open Office Impress : inserting;comments +Oracle Open Office Impress : inserting;data from text documents +Oracle Open Office Impress : inserting;datasource records in spreadsheets +Oracle Open Office Impress : inserting;drawings +Oracle Open Office Impress : inserting;ellipses +Oracle Open Office Impress : inserting;files +Oracle Open Office Impress : inserting;floating frames +Oracle Open Office Impress : inserting;Fontwork objects +Oracle Open Office Impress : inserting;form fields +Oracle Open Office Impress : inserting;headers/footers in all slides +Oracle Open Office Impress : inserting;hyperlinks +Oracle Open Office Impress : inserting;layers +Oracle Open Office Impress : inserting;line breaks in cells +Oracle Open Office Impress : inserting;lines +Oracle Open Office Impress : inserting;movies/sounds +Oracle Open Office Impress : inserting;new text tables defaults +Oracle Open Office Impress : inserting;objects from files +Oracle Open Office Impress : inserting;objects from Gallery +Oracle Open Office Impress : inserting;OLE objects +Oracle Open Office Impress : inserting;paragraph borders +Oracle Open Office Impress : inserting;paragraph bullets +Oracle Open Office Impress : inserting;pictures +Oracle Open Office Impress : inserting;pictures in Gallery +Oracle Open Office Impress : inserting;plug-ins +Oracle Open Office Impress : inserting;polygons +Oracle Open Office Impress : inserting;push buttons +Oracle Open Office Impress : inserting;rectangles +Oracle Open Office Impress : inserting;rows +Oracle Open Office Impress : inserting;slides +Oracle Open Office Impress : inserting;slides as links +Oracle Open Office Impress : inserting;slides from files +Oracle Open Office Impress : inserting;special characters +Oracle Open Office Impress : inserting;tab stops +Oracle Open Office Impress : inserting;text frames +Oracle Open Office Impress : inserting;text in presentations +Oracle Open Office Impress : inserting;textures on chart bars +Oracle Open Office Impress : installing +Oracle Open Office Impress : installing;ActiveX control +Oracle Open Office Impress : installing;mobile device filters +Oracle Open Office Impress : installing;UNO components +Oracle Open Office Impress : installing;XML filters +Oracle Open Office Impress : instructions +Oracle Open Office Impress : instructions;general +Oracle Open Office Impress : instructions;Oracle Open Office Draw +Oracle Open Office Impress : instructions;Oracle Open Office Impress +Oracle Open Office Impress : interactions +Oracle Open Office Impress : interactions;hot spots +Oracle Open Office Impress : interactions;objects in interactive presentations +Oracle Open Office Impress : interactions;preview +Oracle Open Office Impress : Internet +Oracle Open Office Impress : Internet;checking for updates +Oracle Open Office Impress : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Impress : Internet;presentations +Oracle Open Office Impress : Internet;starting searches +Oracle Open Office Impress : Internet glossary +Oracle Open Office Impress : intersecting draw objects +Oracle Open Office Impress : invert filter +Oracle Open Office Impress : invisible areas +Oracle Open Office Impress : italic text +Oracle Open Office Impress : iterative references in spreadsheets +Oracle Open Office Impress : Java +Oracle Open Office Impress : Java;definition +Oracle Open Office Impress : Java;setting options +Oracle Open Office Impress : JDBC +Oracle Open Office Impress : JDBC;databases (Base) +Oracle Open Office Impress : JDBC;definition +Oracle Open Office Impress : joining +Oracle Open Office Impress : joining;3D objects +Oracle Open Office Impress : joining;paragraphs +Oracle Open Office Impress : joining;tables (Base) +Oracle Open Office Impress : joins in databases (Base) +Oracle Open Office Impress : justifying text +Oracle Open Office Impress : kerning +Oracle Open Office Impress : kerning;Asian texts +Oracle Open Office Impress : kerning;definition +Oracle Open Office Impress : kerning;in characters +Oracle Open Office Impress : key fields for relations (Base) +Oracle Open Office Impress : keyboard +Oracle Open Office Impress : keyboard;assigning/editing shortcut keys +Oracle Open Office Impress : keyboard;general commands +Oracle Open Office Impress : keyboard;removing numbering +Oracle Open Office Impress : keyboard;zooming +Oracle Open Office Impress : keys +Oracle Open Office Impress : keys;adding push buttons +Oracle Open Office Impress : keys;primary keys (Base) +Oracle Open Office Impress : kiosk export +Oracle Open Office Impress : labels +Oracle Open Office Impress : labels;creating and synchronizing +Oracle Open Office Impress : labels;for charts +Oracle Open Office Impress : labels;for draw objects +Oracle Open Office Impress : labels;form functions +Oracle Open Office Impress : labels;from databases +Oracle Open Office Impress : labels, see also names/callouts +Oracle Open Office Impress : languages +Oracle Open Office Impress : languages;activating modules +Oracle Open Office Impress : languages;Asian support +Oracle Open Office Impress : languages;complex text layout +Oracle Open Office Impress : languages;locale settings +Oracle Open Office Impress : languages;selecting for text +Oracle Open Office Impress : languages;setting options +Oracle Open Office Impress : languages;spellcheck +Oracle Open Office Impress : languages;spellchecking and formatting +Oracle Open Office Impress : large handles (Writer) +Oracle Open Office Impress : large icons +Oracle Open Office Impress : layer arrangement +Oracle Open Office Impress : layers +Oracle Open Office Impress : layers;definition +Oracle Open Office Impress : layers;deleting +Oracle Open Office Impress : layers;inserting and editing +Oracle Open Office Impress : layers;moving objects +Oracle Open Office Impress : layers;renaming +Oracle Open Office Impress : layers;working with +Oracle Open Office Impress : layout +Oracle Open Office Impress : layout;importing Word documents +Oracle Open Office Impress : layout;pages +Oracle Open Office Impress : layout;printing handouts +Oracle Open Office Impress : LDAP server +Oracle Open Office Impress : LDAP server;address books (Base) +Oracle Open Office Impress : LDAP server;sign on options +Oracle Open Office Impress : leading between paragraphs +Oracle Open Office Impress : left alignment of paragraphs +Oracle Open Office Impress : left joins (Base) +Oracle Open Office Impress : legends +Oracle Open Office Impress : legends;charts +Oracle Open Office Impress : legends;draw objects +Oracle Open Office Impress : legends;drawings +Oracle Open Office Impress : legends;rounding corners +Oracle Open Office Impress : Letter Wizard +Oracle Open Office Impress : levels +Oracle Open Office Impress : levels;depth stagger +Oracle Open Office Impress : levels;hiding +Oracle Open Office Impress : levels;macro security +Oracle Open Office Impress : levels;showing +Oracle Open Office Impress : limits of tables (Writer) +Oracle Open Office Impress : line breaks +Oracle Open Office Impress : line breaks;in cells +Oracle Open Office Impress : line charts +Oracle Open Office Impress : line spacing +Oracle Open Office Impress : line spacing;context menu in paragraphs +Oracle Open Office Impress : line spacing;paragraph +Oracle Open Office Impress : line styles +Oracle Open Office Impress : line styles;applying +Oracle Open Office Impress : line styles;defining +Oracle Open Office Impress : line styles;loading +Oracle Open Office Impress : lines +Oracle Open Office Impress : lines;about line ends +Oracle Open Office Impress : lines;connecting objects +Oracle Open Office Impress : lines;defining ends +Oracle Open Office Impress : lines;draw functions +Oracle Open Office Impress : lines;drawing +Oracle Open Office Impress : lines;drawing in text +Oracle Open Office Impress : lines;editing points +Oracle Open Office Impress : lines;inserting +Oracle Open Office Impress : lines;removing automatic lines +Oracle Open Office Impress : lines of text +Oracle Open Office Impress : lines of text;alignment +Oracle Open Office Impress : links +Oracle Open Office Impress : links;between cells and controls +Oracle Open Office Impress : links;by drag and drop +Oracle Open Office Impress : links;character formats +Oracle Open Office Impress : links;definition +Oracle Open Office Impress : links;editing hyperlinks +Oracle Open Office Impress : links;inserting +Oracle Open Office Impress : links;modifying +Oracle Open Office Impress : links;opening files with +Oracle Open Office Impress : links;relational databases (Base) +Oracle Open Office Impress : links;turning off automatic recognition +Oracle Open Office Impress : links;updating options (Writer) +Oracle Open Office Impress : links;updating specific links +Oracle Open Office Impress : list box creation +Oracle Open Office Impress : lists +Oracle Open Office Impress : lists;animations +Oracle Open Office Impress : lists;data assigned to controls +Oracle Open Office Impress : lists;registered databases (Base) +Oracle Open Office Impress : lists;regular expressions +Oracle Open Office Impress : live presentations on the Internet +Oracle Open Office Impress : loading +Oracle Open Office Impress : loading;arrow and line styles +Oracle Open Office Impress : loading;colors/gradients/hatchings +Oracle Open Office Impress : loading;documents +Oracle Open Office Impress : loading;documents from other formats +Oracle Open Office Impress : loading;HTML documents, automatically +Oracle Open Office Impress : loading;Microsoft Office documents with VBA code +Oracle Open Office Impress : loading;reloading +Oracle Open Office Impress : loading;XML files +Oracle Open Office Impress : locale settings +Oracle Open Office Impress : locking layers +Oracle Open Office Impress : logarithmic scaling along axes +Oracle Open Office Impress : lowercase letters +Oracle Open Office Impress : lowercase letters;font effects +Oracle Open Office Impress : Macro Wizard (Base) +Oracle Open Office Impress : Macromedia Flash export +Oracle Open Office Impress : macros +Oracle Open Office Impress : macros;assigning to events in forms +Oracle Open Office Impress : macros;attaching new (Base) +Oracle Open Office Impress : macros;in MS Office documents +Oracle Open Office Impress : macros;interrupting +Oracle Open Office Impress : macros;organizing +Oracle Open Office Impress : macros;recording +Oracle Open Office Impress : macros;running in presentations +Oracle Open Office Impress : macros;security +Oracle Open Office Impress : macros;security levels +Oracle Open Office Impress : macros;security warning dialog +Oracle Open Office Impress : macros;selecting security warnings +Oracle Open Office Impress : magnetic lines in presentations +Oracle Open Office Impress : magnifiers +Oracle Open Office Impress : margins +Oracle Open Office Impress : margins;pages +Oracle Open Office Impress : margins;setting with the mouse +Oracle Open Office Impress : margins;shadows +Oracle Open Office Impress : marking changes +Oracle Open Office Impress : marking, see selecting +Oracle Open Office Impress : master layouts with headers and footers +Oracle Open Office Impress : master pages, see slide masters +Oracle Open Office Impress : master views +Oracle Open Office Impress : Math formula editor +Oracle Open Office Impress : mean value lines in charts +Oracle Open Office Impress : measurement units +Oracle Open Office Impress : measurement units;changing on rulers +Oracle Open Office Impress : measurement units;converting +Oracle Open Office Impress : measurement units;selecting +Oracle Open Office Impress : Media Player window +Oracle Open Office Impress : menus +Oracle Open Office Impress : menus;activating context menus +Oracle Open Office Impress : menus;assigning macros +Oracle Open Office Impress : menus;customizing +Oracle Open Office Impress : merging +Oracle Open Office Impress : merging;documents +Oracle Open Office Impress : merging;draw objects +Oracle Open Office Impress : META tags +Oracle Open Office Impress : metafiles +Oracle Open Office Impress : metafiles;converting to +Oracle Open Office Impress : metafiles;replacing colors +Oracle Open Office Impress : metrics +Oracle Open Office Impress : metrics;converting +Oracle Open Office Impress : metrics;document formatting (Writer) +Oracle Open Office Impress : metrics;in sheets +Oracle Open Office Impress : Microsoft Office +Oracle Open Office Impress : Microsoft Office;Access databases (base) +Oracle Open Office Impress : Microsoft Office;as default file format +Oracle Open Office Impress : Microsoft Office;document import restrictions +Oracle Open Office Impress : Microsoft Office;feature comparisons +Oracle Open Office Impress : Microsoft Office;importing password protected files +Oracle Open Office Impress : Microsoft Office;importing Word documents +Oracle Open Office Impress : Microsoft Office;importing/exporting VBA code +Oracle Open Office Impress : Microsoft Office;new users information +Oracle Open Office Impress : Microsoft Office;opening Microsoft documents +Oracle Open Office Impress : Microsoft Office;reassigning document types +Oracle Open Office Impress : migrating macros (Base) +Oracle Open Office Impress : mirroring objects +Oracle Open Office Impress : mobile device filters +Oracle Open Office Impress : models in XForms +Oracle Open Office Impress : modifying, see changing +Oracle Open Office Impress : more controls +Oracle Open Office Impress : mosaic filter +Oracle Open Office Impress : motion paths +Oracle Open Office Impress : mouse +Oracle Open Office Impress : mouse;pointers when using drag and drop +Oracle Open Office Impress : mouse;positioning +Oracle Open Office Impress : movies +Oracle Open Office Impress : moving +Oracle Open Office Impress : moving;between layers +Oracle Open Office Impress : moving;objects in slides +Oracle Open Office Impress : moving;tab stops on ruler +Oracle Open Office Impress : moving;toolbars +Oracle Open Office Impress : moving;using guide lines in presentations +Oracle Open Office Impress : MS ADO interface (Base) +Oracle Open Office Impress : multi-line titles in forms +Oracle Open Office Impress : multiple documents +Oracle Open Office Impress : multiple documents;opening +Oracle Open Office Impress : multiple monitors +Oracle Open Office Impress : multiple selection +Oracle Open Office Impress : multiplying draw objects +Oracle Open Office Impress : music +Oracle Open Office Impress : My Documents folder +Oracle Open Office Impress : My Documents folder;changing work directory +Oracle Open Office Impress : My Documents folder;opening +Oracle Open Office Impress : MySQL databases (Base) +Oracle Open Office Impress : names +Oracle Open Office Impress : names;multi-line titles +Oracle Open Office Impress : names;objects +Oracle Open Office Impress : names, see also labels/callouts +Oracle Open Office Impress : namespace organization in XForms +Oracle Open Office Impress : native SQL (Base) +Oracle Open Office Impress : navigating +Oracle Open Office Impress : navigating;in documents +Oracle Open Office Impress : Navigation bar +Oracle Open Office Impress : Navigation bar;controls +Oracle Open Office Impress : Navigation bar;forms +Oracle Open Office Impress : Navigator +Oracle Open Office Impress : Navigator;comments +Oracle Open Office Impress : Navigator;contents as lists +Oracle Open Office Impress : Navigator;docking +Oracle Open Office Impress : Navigator;presentations +Oracle Open Office Impress : Navigator;working with +Oracle Open Office Impress : net charts +Oracle Open Office Impress : network identity options +Oracle Open Office Impress : new databases +Oracle Open Office Impress : new documents +Oracle Open Office Impress : new lines in cells +Oracle Open Office Impress : new windows +Oracle Open Office Impress : non-breaking dashes +Oracle Open Office Impress : non-breaking spaces (Writer) +Oracle Open Office Impress : non-printing characters (Writer) +Oracle Open Office Impress : normal view +Oracle Open Office Impress : normal view;backgrounds +Oracle Open Office Impress : normal view;presentations +Oracle Open Office Impress : notes +Oracle Open Office Impress : notes;adding to slides +Oracle Open Office Impress : notes;default formatting +Oracle Open Office Impress : notes;printing in presentations +Oracle Open Office Impress : number formats +Oracle Open Office Impress : number formats;codes +Oracle Open Office Impress : number formats;formats +Oracle Open Office Impress : number formats;recognition in text tables +Oracle Open Office Impress : number of pages +Oracle Open Office Impress : number of sheets +Oracle Open Office Impress : number of tables +Oracle Open Office Impress : numbering +Oracle Open Office Impress : numbering;options +Oracle Open Office Impress : numbering;turning off +Oracle Open Office Impress : numbering;using automatically +Oracle Open Office Impress : numbers +Oracle Open Office Impress : numbers;date, time and currency formats +Oracle Open Office Impress : numerical fields in forms +Oracle Open Office Impress : object bars +Oracle Open Office Impress : object bars;editing glue points +Oracle Open Office Impress : objects +Oracle Open Office Impress : objects;aligning +Oracle Open Office Impress : objects;always moveable (Impress/Draw) +Oracle Open Office Impress : objects;arranging within stacks +Oracle Open Office Impress : objects;behind object command +Oracle Open Office Impress : objects;breaking connections +Oracle Open Office Impress : objects;copying when moving in presentations +Oracle Open Office Impress : objects;definition +Oracle Open Office Impress : objects;displaying in spreadsheets +Oracle Open Office Impress : objects;displaying in text documents +Oracle Open Office Impress : objects;editing +Oracle Open Office Impress : objects;effects +Oracle Open Office Impress : objects;in front of object command +Oracle Open Office Impress : objects;inserting from files +Oracle Open Office Impress : objects;inserting from Gallery +Oracle Open Office Impress : objects;inserting OLE objects +Oracle Open Office Impress : objects;moving along paths +Oracle Open Office Impress : objects;moving and resizing with mouse +Oracle Open Office Impress : objects;moving in layers +Oracle Open Office Impress : objects;moving in slides +Oracle Open Office Impress : objects;naming +Oracle Open Office Impress : objects;opening +Oracle Open Office Impress : objects;properties of charts +Oracle Open Office Impress : objects;quickly moving to +Oracle Open Office Impress : objects;reversing +Oracle Open Office Impress : objects;selecting +Oracle Open Office Impress : objects;titles and descriptions +Oracle Open Office Impress : objects;with attributes +Oracle Open Office Impress : ODBC +Oracle Open Office Impress : ODBC;database (Base) +Oracle Open Office Impress : ODBC;definition +Oracle Open Office Impress : ODF file formats +Oracle Open Office Impress : Office +Oracle Open Office Impress : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Impress : OLE +Oracle Open Office Impress : OLE;definition +Oracle Open Office Impress : OLE objects +Oracle Open Office Impress : OLE objects;arranging within stacks +Oracle Open Office Impress : OLE objects;captions (Writer) +Oracle Open Office Impress : OLE objects;inserting +Oracle Open Office Impress : OLE objects;number of +Oracle Open Office Impress : OLE objects;protecting +Oracle Open Office Impress : one and a half line spacing in text +Oracle Open Office Impress : online feedback options +Oracle Open Office Impress : online registration +Oracle Open Office Impress : online update options +Oracle Open Office Impress : online updates +Oracle Open Office Impress : online updates;checking automatically +Oracle Open Office Impress : online updates;checking manually +Oracle Open Office Impress : OpenDocument file formats +Oracle Open Office Impress : OpenGL +Oracle Open Office Impress : OpenGL;definition +Oracle Open Office Impress : opening +Oracle Open Office Impress : opening;context menus +Oracle Open Office Impress : opening;database files +Oracle Open Office Impress : opening;dialog settings +Oracle Open Office Impress : opening;documents +Oracle Open Office Impress : opening;documents from other formats +Oracle Open Office Impress : opening;documents on WebDAV server +Oracle Open Office Impress : opening;files with links +Oracle Open Office Impress : opening;files, with placeholders +Oracle Open Office Impress : opening;forms +Oracle Open Office Impress : opening;Microsoft Office files +Oracle Open Office Impress : opening;mobile device documents +Oracle Open Office Impress : opening;objects +Oracle Open Office Impress : opening;reports +Oracle Open Office Impress : opening;several files +Oracle Open Office Impress : opening;XForms +Oracle Open Office Impress : operators +Oracle Open Office Impress : operators;default filters +Oracle Open Office Impress : optional hyphens (Writer) +Oracle Open Office Impress : options +Oracle Open Office Impress : options;accessibility +Oracle Open Office Impress : options;appearance +Oracle Open Office Impress : options;compatibility (Writer) +Oracle Open Office Impress : options;improvement program +Oracle Open Office Impress : options;network identity +Oracle Open Office Impress : options;online update +Oracle Open Office Impress : options;tools +Oracle Open Office Impress : Oracle databases (base) +Oracle Open Office Impress : Oracle Open Office Base data sources +Oracle Open Office Impress : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Impress : Oracle Open Office documents +Oracle Open Office Impress : Oracle Open Office documents;mobile device filters +Oracle Open Office Impress : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Impress : Oracle Open Office Impress instructions +Oracle Open Office Impress : Oracle Open Office Math start +Oracle Open Office Impress : order of chart data +Oracle Open Office Impress : ordering +Oracle Open Office Impress : ordering;objects +Oracle Open Office Impress : ordering;slides +Oracle Open Office Impress : ordinal numbers +Oracle Open Office Impress : ordinal numbers;replacing +Oracle Open Office Impress : organization charts +Oracle Open Office Impress : organizing +Oracle Open Office Impress : organizing;macros and scripts +Oracle Open Office Impress : organizing;namespaces in XForms +Oracle Open Office Impress : organizing;styles +Oracle Open Office Impress : organizing;templates +Oracle Open Office Impress : origin of rulers +Oracle Open Office Impress : original size +Oracle Open Office Impress : original size;printing in Oracle Open Office Math +Oracle Open Office Impress : original size;restoring after cropping +Oracle Open Office Impress : outline view +Oracle Open Office Impress : outlines +Oracle Open Office Impress : outlines;font effects +Oracle Open Office Impress : outlines;outline symbols +Oracle Open Office Impress : outlines;printing +Oracle Open Office Impress : outlines;sending to presentations +Oracle Open Office Impress : overwrite mode +Oracle Open Office Impress : packages, see extensions +Oracle Open Office Impress : page breaks +Oracle Open Office Impress : page breaks;displaying (Calc) +Oracle Open Office Impress : page formats +Oracle Open Office Impress : page formats;maximizing +Oracle Open Office Impress : page formats;restriction +Oracle Open Office Impress : page number field +Oracle Open Office Impress : page numbers on all slides +Oracle Open Office Impress : page styles +Oracle Open Office Impress : page styles;editing/applying with statusbar +Oracle Open Office Impress : pages +Oracle Open Office Impress : pages;backgrounds in all applications +Oracle Open Office Impress : pages;copying +Oracle Open Office Impress : pages;fitting to printed pages +Oracle Open Office Impress : pages;formatting and numbering +Oracle Open Office Impress : pages;printing page names in presentations +Oracle Open Office Impress : pages;scaling +Oracle Open Office Impress : pages;selecting one to print +Oracle Open Office Impress : paint box +Oracle Open Office Impress : paint can symbol +Oracle Open Office Impress : pair kerning +Oracle Open Office Impress : Palm file filters +Oracle Open Office Impress : paper formats +Oracle Open Office Impress : paper size warning +Oracle Open Office Impress : paper trays +Oracle Open Office Impress : paragraph marks +Oracle Open Office Impress : paragraph marks;displaying (Writer) +Oracle Open Office Impress : paragraph styles +Oracle Open Office Impress : paragraph styles;languages +Oracle Open Office Impress : paragraph styles;modifying basic fonts +Oracle Open Office Impress : paragraphs +Oracle Open Office Impress : paragraphs;alignment +Oracle Open Office Impress : paragraphs;Asian typography +Oracle Open Office Impress : paragraphs;defining borders +Oracle Open Office Impress : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Impress : paragraphs;increasing indents of +Oracle Open Office Impress : paragraphs;indents, margins and columns +Oracle Open Office Impress : paragraphs;inserting bullets +Oracle Open Office Impress : paragraphs;joining +Oracle Open Office Impress : paragraphs;numbering automatically +Oracle Open Office Impress : paragraphs;removing blank ones +Oracle Open Office Impress : paragraphs;spacing +Oracle Open Office Impress : paragraphs;tab stops +Oracle Open Office Impress : parameters +Oracle Open Office Impress : parameters;command line +Oracle Open Office Impress : parameters;queries (Base) +Oracle Open Office Impress : passwords for protecting contents +Oracle Open Office Impress : pasting +Oracle Open Office Impress : pasting;cell ranges +Oracle Open Office Impress : pasting;cell ranges from spreadsheets +Oracle Open Office Impress : pasting;data from text documents +Oracle Open Office Impress : pasting;draw objects +Oracle Open Office Impress : pasting;draw objects from other documents +Oracle Open Office Impress : pasting;formatted/unformatted text +Oracle Open Office Impress : pasting;from data source view +Oracle Open Office Impress : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Impress : pasting;pictures from other documents +Oracle Open Office Impress : pasting;sheet areas in text documents +Oracle Open Office Impress : pasting;slides from other presentations +Oracle Open Office Impress : pasting;text from other documents +Oracle Open Office Impress : pasting;to Gallery +Oracle Open Office Impress : paths +Oracle Open Office Impress : paths;changing work directory +Oracle Open Office Impress : paths;defaults +Oracle Open Office Impress : paths;moving objects along +Oracle Open Office Impress : pattern editor +Oracle Open Office Impress : pattern fields +Oracle Open Office Impress : pattern fields;form functions +Oracle Open Office Impress : patterns for objects +Oracle Open Office Impress : PDF +Oracle Open Office Impress : PDF;export +Oracle Open Office Impress : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Impress : personal data input +Oracle Open Office Impress : phonetic guide +Oracle Open Office Impress : picklist creation +Oracle Open Office Impress : pictures +Oracle Open Office Impress : pictures;adding to Gallery +Oracle Open Office Impress : pictures;arranging within stacks +Oracle Open Office Impress : pictures;assigning macros +Oracle Open Office Impress : pictures;backgrounds +Oracle Open Office Impress : pictures;captions (Writer) +Oracle Open Office Impress : pictures;changing paths +Oracle Open Office Impress : pictures;cropping and zooming +Oracle Open Office Impress : pictures;displaying in Calc +Oracle Open Office Impress : pictures;displaying in Writer (Writer) +Oracle Open Office Impress : pictures;drag and drop between documents +Oracle Open Office Impress : pictures;drawing +Oracle Open Office Impress : pictures;editing +Oracle Open Office Impress : pictures;filters +Oracle Open Office Impress : pictures;ImageMap +Oracle Open Office Impress : pictures;inserting +Oracle Open Office Impress : pictures;inserting automatically +Oracle Open Office Impress : pictures;inserting from Gallery +Oracle Open Office Impress : pictures;number of +Oracle Open Office Impress : pictures;printing +Oracle Open Office Impress : pictures;scaling/resizing +Oracle Open Office Impress : pie charts +Oracle Open Office Impress : pie charts;options +Oracle Open Office Impress : pie charts;types +Oracle Open Office Impress : pivot points of draw objects +Oracle Open Office Impress : pixel editor +Oracle Open Office Impress : pixel graphics +Oracle Open Office Impress : pixel graphics;inserting and editing +Oracle Open Office Impress : pixel patterns +Oracle Open Office Impress : placeholders +Oracle Open Office Impress : placeholders;in SQL queries +Oracle Open Office Impress : placeholders;on opening files +Oracle Open Office Impress : placing toolbars +Oracle Open Office Impress : playing movies and sound files +Oracle Open Office Impress : plotting data as charts +Oracle Open Office Impress : plug-ins +Oracle Open Office Impress : plug-ins;activating and deactivating +Oracle Open Office Impress : plug-ins;definition +Oracle Open Office Impress : plug-ins;inserting +Oracle Open Office Impress : pocket device appliances +Oracle Open Office Impress : Pocket PC file filters +Oracle Open Office Impress : points +Oracle Open Office Impress : points;adding/converting/deleting +Oracle Open Office Impress : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Impress : polygon drawing +Oracle Open Office Impress : polygons +Oracle Open Office Impress : polygons;inserting +Oracle Open Office Impress : polygons;intersecting/subtracting/merging +Oracle Open Office Impress : pop-art filter +Oracle Open Office Impress : portable document format +Oracle Open Office Impress : positioning +Oracle Open Office Impress : positioning;axes +Oracle Open Office Impress : positioning;draw objects and controls +Oracle Open Office Impress : positioning;fonts +Oracle Open Office Impress : positioning;objects +Oracle Open Office Impress : positioning;toolbars +Oracle Open Office Impress : post method for form transmissions +Oracle Open Office Impress : posterizing filter +Oracle Open Office Impress : PostScript +Oracle Open Office Impress : PostScript;creating files +Oracle Open Office Impress : PostScript;PDF converter, UNIX +Oracle Open Office Impress : PowerPoint export +Oracle Open Office Impress : precision as shown (Calc) +Oracle Open Office Impress : predefining fonts +Oracle Open Office Impress : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Impress : presentations +Oracle Open Office Impress : presentations;arranging slides +Oracle Open Office Impress : presentations;creating/opening +Oracle Open Office Impress : presentations;exiting by interaction +Oracle Open Office Impress : presentations;exporting to HTML +Oracle Open Office Impress : presentations;importing HTML +Oracle Open Office Impress : presentations;inserting spreadsheet cells +Oracle Open Office Impress : presentations;inserting spreadsheets +Oracle Open Office Impress : presentations;live on the Internet +Oracle Open Office Impress : presentations;navigating +Oracle Open Office Impress : presentations;numbering slides in +Oracle Open Office Impress : presentations;ordering of effects +Oracle Open Office Impress : presentations;print menu +Oracle Open Office Impress : presentations;printing +Oracle Open Office Impress : presentations;rehearse timings +Oracle Open Office Impress : presentations;saving +Oracle Open Office Impress : presentations;saving automatically +Oracle Open Office Impress : presentations;saving in other formats +Oracle Open Office Impress : presentations;sending as e-mail +Oracle Open Office Impress : presentations;settings for +Oracle Open Office Impress : presentations;shortcut keys +Oracle Open Office Impress : presentations;starting +Oracle Open Office Impress : presentations;starting with wizard +Oracle Open Office Impress : presentations;window / full screen +Oracle Open Office Impress : presentations;wizards +Oracle Open Office Impress : Presenter Console shortcuts +Oracle Open Office Impress : press buttons, see push buttons +Oracle Open Office Impress : previews +Oracle Open Office Impress : previews;fonts lists +Oracle Open Office Impress : primary keys +Oracle Open Office Impress : primary keys;defining +Oracle Open Office Impress : primary keys;design view +Oracle Open Office Impress : primary keys;inserting (Base) +Oracle Open Office Impress : print area selection +Oracle Open Office Impress : printer metrics for document formatting (Writer) +Oracle Open Office Impress : printers +Oracle Open Office Impress : printers;adding, UNIX +Oracle Open Office Impress : printers;choosing +Oracle Open Office Impress : printers;default printer +Oracle Open Office Impress : printers;faxes under UNIX +Oracle Open Office Impress : printers;maximum page formats +Oracle Open Office Impress : printers;paper trays +Oracle Open Office Impress : printers;properties +Oracle Open Office Impress : printing +Oracle Open Office Impress : printing;black and white +Oracle Open Office Impress : printing;brochures +Oracle Open Office Impress : printing;colors in grayscale +Oracle Open Office Impress : printing;comments +Oracle Open Office Impress : printing;copies +Oracle Open Office Impress : printing;creating individual jobs +Oracle Open Office Impress : printing;dates in presentations +Oracle Open Office Impress : printing;directly +Oracle Open Office Impress : printing;documents +Oracle Open Office Impress : printing;drawings defaults +Oracle Open Office Impress : printing;elements in text documents +Oracle Open Office Impress : printing;faster +Oracle Open Office Impress : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Impress : printing;fitting to pages in presentations +Oracle Open Office Impress : printing;fitting to paper +Oracle Open Office Impress : printing;formulas in Oracle Open Office Math +Oracle Open Office Impress : printing;hidden pages of presentations +Oracle Open Office Impress : printing;in original size in Oracle Open Office Math +Oracle Open Office Impress : printing;left/right pages +Oracle Open Office Impress : printing;presentations +Oracle Open Office Impress : printing;queries (Base) +Oracle Open Office Impress : printing;scaling in Oracle Open Office Math +Oracle Open Office Impress : printing;selections +Oracle Open Office Impress : printing;text always in black +Oracle Open Office Impress : printing;text in reverse order +Oracle Open Office Impress : printing;tiling pages in presentations +Oracle Open Office Impress : printing;transparencies +Oracle Open Office Impress : printing;warnings +Oracle Open Office Impress : printing;without scaling in presentations +Oracle Open Office Impress : printing speed +Oracle Open Office Impress : programming +Oracle Open Office Impress : programming;Oracle Open Office +Oracle Open Office Impress : programming;scripting +Oracle Open Office Impress : programs run by mouse click in presentations +Oracle Open Office Impress : properties +Oracle Open Office Impress : properties;charts +Oracle Open Office Impress : properties;fields in databases +Oracle Open Office Impress : properties;files +Oracle Open Office Impress : properties;form controls +Oracle Open Office Impress : properties;forms +Oracle Open Office Impress : properties;printers +Oracle Open Office Impress : properties;smooth lines in line charts/XY charts +Oracle Open Office Impress : protected contents +Oracle Open Office Impress : protected dashes +Oracle Open Office Impress : protected database tables +Oracle Open Office Impress : protected documents +Oracle Open Office Impress : protected spaces +Oracle Open Office Impress : protected spaces;inserting +Oracle Open Office Impress : protected spaces;showing (Writer) +Oracle Open Office Impress : protecting +Oracle Open Office Impress : protecting;contents +Oracle Open Office Impress : protecting;recorded changes +Oracle Open Office Impress : proxy settings +Oracle Open Office Impress : push buttons +Oracle Open Office Impress : push buttons;adding to documents +Oracle Open Office Impress : push buttons;creating +Oracle Open Office Impress : pyramids +Oracle Open Office Impress : queries +Oracle Open Office Impress : queries;copying (Base) +Oracle Open Office Impress : queries;creating in design view (Base) +Oracle Open Office Impress : queries;creating in SQL view +Oracle Open Office Impress : queries;defining (Base) +Oracle Open Office Impress : queries;deleting table links (Base) +Oracle Open Office Impress : queries;editing in data source view +Oracle Open Office Impress : queries;formulating filter conditions (Base) +Oracle Open Office Impress : queries;joining tables (Base) +Oracle Open Office Impress : queries;missing elements (Base) +Oracle Open Office Impress : queries;overview (Base) +Oracle Open Office Impress : queries;parameter queries (Base) +Oracle Open Office Impress : queries;printing (Base) +Oracle Open Office Impress : Query Wizard (Base) +Oracle Open Office Impress : Quickstarter +Oracle Open Office Impress : quotes +Oracle Open Office Impress : quotes;custom +Oracle Open Office Impress : radar charts, see net charts +Oracle Open Office Impress : radio button creation +Oracle Open Office Impress : read-only documents +Oracle Open Office Impress : read-only documents;cursor +Oracle Open Office Impress : read-only documents;database tables on/off +Oracle Open Office Impress : read-only documents;editing +Oracle Open Office Impress : read-only documents;opening documents as +Oracle Open Office Impress : read-only items in Data Navigator +Oracle Open Office Impress : recognizing URLs automatically +Oracle Open Office Impress : recording +Oracle Open Office Impress : recording;changes +Oracle Open Office Impress : recording;display times for slides +Oracle Open Office Impress : recording;macros +Oracle Open Office Impress : records +Oracle Open Office Impress : records;inserting comments +Oracle Open Office Impress : records;protecting +Oracle Open Office Impress : records;saving +Oracle Open Office Impress : records;searching in databases +Oracle Open Office Impress : rectangles +Oracle Open Office Impress : rectangles with round corners +Oracle Open Office Impress : recursions in spreadsheets +Oracle Open Office Impress : redo command +Oracle Open Office Impress : reduced printing +Oracle Open Office Impress : reference lines +Oracle Open Office Impress : references +Oracle Open Office Impress : references;displaying in color (Calc) +Oracle Open Office Impress : references;expanding (Calc) +Oracle Open Office Impress : references;iterative (Calc) +Oracle Open Office Impress : register-true +Oracle Open Office Impress : register-true;definition +Oracle Open Office Impress : registering +Oracle Open Office Impress : registering;address books +Oracle Open Office Impress : registering;databases (Base) +Oracle Open Office Impress : registering;Oracle Open Office +Oracle Open Office Impress : regression curves in charts +Oracle Open Office Impress : regular expressions +Oracle Open Office Impress : regular expressions;list of +Oracle Open Office Impress : rehearse timings +Oracle Open Office Impress : relational databases (Base) +Oracle Open Office Impress : relations +Oracle Open Office Impress : relations;creating and deleting (Base) +Oracle Open Office Impress : relations;joining tables (Base) +Oracle Open Office Impress : relations;properties (Base) +Oracle Open Office Impress : relative hyperlinks +Oracle Open Office Impress : relative saving of URLs +Oracle Open Office Impress : reloading +Oracle Open Office Impress : reloading;documents +Oracle Open Office Impress : reloading;HTML documents, automatically +Oracle Open Office Impress : remarks, see also comments +Oracle Open Office Impress : remote configurations +Oracle Open Office Impress : remove noise filter +Oracle Open Office Impress : removing +Oracle Open Office Impress : removing;bullets and numbering +Oracle Open Office Impress : removing;form filters +Oracle Open Office Impress : removing, see also deleting +Oracle Open Office Impress : renaming layers +Oracle Open Office Impress : reorganizing charts +Oracle Open Office Impress : repeating +Oracle Open Office Impress : repeating;commands +Oracle Open Office Impress : replacement options +Oracle Open Office Impress : replacement table +Oracle Open Office Impress : replacing +Oracle Open Office Impress : replacing;AutoCorrect function +Oracle Open Office Impress : replacing;colors in bitmaps +Oracle Open Office Impress : replacing;dashes +Oracle Open Office Impress : replacing;ordinal numbers +Oracle Open Office Impress : replacing;tab stops (regular expressions) +Oracle Open Office Impress : Report Builder +Oracle Open Office Impress : reports +Oracle Open Office Impress : reports;creating +Oracle Open Office Impress : reports;error reports +Oracle Open Office Impress : reports;opening and editing +Oracle Open Office Impress : reports;templates +Oracle Open Office Impress : resetting +Oracle Open Office Impress : resetting;templates +Oracle Open Office Impress : resizing +Oracle Open Office Impress : resizing;objects, by mouse +Oracle Open Office Impress : resizing, see also scaling/zooming +Oracle Open Office Impress : resolution when printing bitmaps +Oracle Open Office Impress : restoring +Oracle Open Office Impress : restoring;default formatting +Oracle Open Office Impress : restoring;editing +Oracle Open Office Impress : reversing objects +Oracle Open Office Impress : reversing printing order +Oracle Open Office Impress : review function +Oracle Open Office Impress : review function;accepting or rejecting changes +Oracle Open Office Impress : review function;comparing documents +Oracle Open Office Impress : review function;protecting records +Oracle Open Office Impress : review function;recording changes example +Oracle Open Office Impress : rich text control +Oracle Open Office Impress : right alignment of paragraphs +Oracle Open Office Impress : right joins (Base) +Oracle Open Office Impress : right-to-left text +Oracle Open Office Impress : rotating +Oracle Open Office Impress : rotating;3D text +Oracle Open Office Impress : rotating;draw objects +Oracle Open Office Impress : rotation mode +Oracle Open Office Impress : round corners +Oracle Open Office Impress : rounding precision (Calc) +Oracle Open Office Impress : row headers +Oracle Open Office Impress : row headers;displaying (Calc) +Oracle Open Office Impress : row headers;highlighting (Calc) +Oracle Open Office Impress : rows +Oracle Open Office Impress : rows;inserting +Oracle Open Office Impress : rulers +Oracle Open Office Impress : rulers;default settings +Oracle Open Office Impress : rulers;in presentations +Oracle Open Office Impress : rulers;measurement units +Oracle Open Office Impress : rulers;visible in presentations +Oracle Open Office Impress : running macros/programs in presentations +Oracle Open Office Impress : running slide shows +Oracle Open Office Impress : samples and templates +Oracle Open Office Impress : saving +Oracle Open Office Impress : saving;as HTML +Oracle Open Office Impress : saving;default file formats +Oracle Open Office Impress : saving;dialog settings +Oracle Open Office Impress : saving;documents +Oracle Open Office Impress : saving;documents for mobile devices +Oracle Open Office Impress : saving;documents in other formats +Oracle Open Office Impress : saving;documents, automatically +Oracle Open Office Impress : saving;in Microsoft Office file format +Oracle Open Office Impress : saving;options +Oracle Open Office Impress : saving;templates +Oracle Open Office Impress : saving;to XML +Oracle Open Office Impress : saving;VBA code in Microsoft Office documents +Oracle Open Office Impress : saving;with password by default +Oracle Open Office Impress : saving as command +Oracle Open Office Impress : saving as command;precautions +Oracle Open Office Impress : scaling +Oracle Open Office Impress : scaling;axes +Oracle Open Office Impress : scaling;font sizes in user interface +Oracle Open Office Impress : scaling;objects +Oracle Open Office Impress : scaling;pictures +Oracle Open Office Impress : scaling;printing in Oracle Open Office Math +Oracle Open Office Impress : scaling;text in charts +Oracle Open Office Impress : scaling;when printing presentations +Oracle Open Office Impress : scaling, see also zooming +Oracle Open Office Impress : scatter charts +Oracle Open Office Impress : screen +Oracle Open Office Impress : screen;full screen views +Oracle Open Office Impress : screen;scaling +Oracle Open Office Impress : screen magnifiers +Oracle Open Office Impress : screen readers +Oracle Open Office Impress : script organization +Oracle Open Office Impress : scrollbars +Oracle Open Office Impress : scrollbars;controls +Oracle Open Office Impress : scrollbars;displaying (Calc) +Oracle Open Office Impress : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Impress : search criteria for database functions in cells +Oracle Open Office Impress : search engines +Oracle Open Office Impress : search engines;definition +Oracle Open Office Impress : search engines;selecting +Oracle Open Office Impress : searching +Oracle Open Office Impress : searching;all sheets +Oracle Open Office Impress : searching;databases +Oracle Open Office Impress : searching;form filters +Oracle Open Office Impress : searching;Internet +Oracle Open Office Impress : searching;tables and forms +Oracle Open Office Impress : secondary axes in charts +Oracle Open Office Impress : sections +Oracle Open Office Impress : sections;backgrounds +Oracle Open Office Impress : sectors of circles/ellipses +Oracle Open Office Impress : security +Oracle Open Office Impress : security;digital signatures +Oracle Open Office Impress : security;options for documents with macros +Oracle Open Office Impress : security;protecting contents +Oracle Open Office Impress : security;security levels for macros +Oracle Open Office Impress : security;warning dialogs with macros +Oracle Open Office Impress : segments of circles/ellipses +Oracle Open Office Impress : selecting +Oracle Open Office Impress : selecting;controls +Oracle Open Office Impress : selecting;hidden objects +Oracle Open Office Impress : selecting;layers +Oracle Open Office Impress : selecting;measurement units +Oracle Open Office Impress : selecting;objects +Oracle Open Office Impress : selecting;print areas +Oracle Open Office Impress : selecting;several files +Oracle Open Office Impress : selection clipboard +Oracle Open Office Impress : selection frames +Oracle Open Office Impress : selection modes in text +Oracle Open Office Impress : sending +Oracle Open Office Impress : sending;AutoAbstract function in presentations +Oracle Open Office Impress : sending;documents as e-mail +Oracle Open Office Impress : sending;documents as faxes +Oracle Open Office Impress : separator lines +Oracle Open Office Impress : separator lines;defining +Oracle Open Office Impress : separators +Oracle Open Office Impress : separators;conditional +Oracle Open Office Impress : Server Side ImageMap +Oracle Open Office Impress : settings +Oracle Open Office Impress : settings;printers +Oracle Open Office Impress : settings;program configuration +Oracle Open Office Impress : settings;proxies +Oracle Open Office Impress : settings;tracking changes +Oracle Open Office Impress : settings;views +Oracle Open Office Impress : SGML +Oracle Open Office Impress : SGML;definition +Oracle Open Office Impress : shadows +Oracle Open Office Impress : shadows;areas +Oracle Open Office Impress : shadows;borders +Oracle Open Office Impress : shadows;characters +Oracle Open Office Impress : shadows;characters, using context menu +Oracle Open Office Impress : sharing documents +Oracle Open Office Impress : sharpening filter +Oracle Open Office Impress : shearing objects +Oracle Open Office Impress : sheet tabs +Oracle Open Office Impress : sheet tabs;displaying +Oracle Open Office Impress : sheets +Oracle Open Office Impress : sheets;searching all +Oracle Open Office Impress : shells +Oracle Open Office Impress : shortcut keys +Oracle Open Office Impress : shortcut keys;assigning macros +Oracle Open Office Impress : shortcut keys;charts +Oracle Open Office Impress : shortcut keys;general +Oracle Open Office Impress : shortcut keys;in databases +Oracle Open Office Impress : shortcut keys;in drawings +Oracle Open Office Impress : shortcut keys;in presentations +Oracle Open Office Impress : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Impress : showing +Oracle Open Office Impress : showing;changes +Oracle Open Office Impress : showing;docked windows +Oracle Open Office Impress : showing;drawings and controls (Writer) +Oracle Open Office Impress : showing;guides +Oracle Open Office Impress : showing;hidden layers +Oracle Open Office Impress : showing;hidden slides +Oracle Open Office Impress : showing;levels +Oracle Open Office Impress : showing;live presentations on the Internet +Oracle Open Office Impress : showing;slide shows +Oracle Open Office Impress : showing;subpoints +Oracle Open Office Impress : showing;toolbars +Oracle Open Office Impress : sign conversion to curves +Oracle Open Office Impress : signing documents with digital signatures +Oracle Open Office Impress : similarity search +Oracle Open Office Impress : simple handles (Writer) +Oracle Open Office Impress : simplified Chinese +Oracle Open Office Impress : simplified Chinese;translating to traditional Chinese +Oracle Open Office Impress : single sign on options +Oracle Open Office Impress : single-line spacing in text +Oracle Open Office Impress : sizes +Oracle Open Office Impress : sizes;draw objects +Oracle Open Office Impress : sizes;pictures +Oracle Open Office Impress : skewing draw objects +Oracle Open Office Impress : slanting draw objects +Oracle Open Office Impress : slanting objects +Oracle Open Office Impress : slide designs +Oracle Open Office Impress : slide layouts +Oracle Open Office Impress : slide master view +Oracle Open Office Impress : slide masters +Oracle Open Office Impress : slide masters;changing backgrounds +Oracle Open Office Impress : slide masters;designing +Oracle Open Office Impress : slide masters;headers and footers +Oracle Open Office Impress : slide numbers +Oracle Open Office Impress : slide numbers on all slides +Oracle Open Office Impress : slide shows +Oracle Open Office Impress : slide shows;custom +Oracle Open Office Impress : slide shows;settings for +Oracle Open Office Impress : slide shows;starting +Oracle Open Office Impress : slide transitions +Oracle Open Office Impress : slide transitions;applying effects +Oracle Open Office Impress : slide transitions;automatic +Oracle Open Office Impress : slide transitions;manual +Oracle Open Office Impress : slide transitions;sounds +Oracle Open Office Impress : slides +Oracle Open Office Impress : slides;arranging +Oracle Open Office Impress : slides;backgrounds +Oracle Open Office Impress : slides;changing backgrounds +Oracle Open Office Impress : slides;copying between documents +Oracle Open Office Impress : slides;deleting +Oracle Open Office Impress : slides;expanding +Oracle Open Office Impress : slides;formatting +Oracle Open Office Impress : slides;headers and footers +Oracle Open Office Impress : slides;inserting +Oracle Open Office Impress : slides;inserting as links +Oracle Open Office Impress : slides;inserting speaker notes +Oracle Open Office Impress : slides;page numbers +Oracle Open Office Impress : slides;printing +Oracle Open Office Impress : small capitals +Oracle Open Office Impress : small icons +Oracle Open Office Impress : smart tag configuration +Oracle Open Office Impress : smooth scrolling (Writer) +Oracle Open Office Impress : smoothing filter +Oracle Open Office Impress : snap grid defaults (Writer/Calc) +Oracle Open Office Impress : snap lines, see also guides +Oracle Open Office Impress : snap points +Oracle Open Office Impress : snap points;editing +Oracle Open Office Impress : snap points;inserting +Oracle Open Office Impress : snapping in presentations and drawings +Oracle Open Office Impress : solarization filter +Oracle Open Office Impress : sort lists +Oracle Open Office Impress : sort lists;copying to in Calc +Oracle Open Office Impress : sorting +Oracle Open Office Impress : sorting;data in forms +Oracle Open Office Impress : sorting;databases +Oracle Open Office Impress : sound files +Oracle Open Office Impress : sounds +Oracle Open Office Impress : sounds;for effects +Oracle Open Office Impress : sounds;formats +Oracle Open Office Impress : sounds;on slide transitions +Oracle Open Office Impress : spaces +Oracle Open Office Impress : spaces;displaying (Writer) +Oracle Open Office Impress : spaces;ignoring double +Oracle Open Office Impress : spaces;inserting protected spaces +Oracle Open Office Impress : spaces;showing protected spaces (Writer) +Oracle Open Office Impress : spacing +Oracle Open Office Impress : spacing;between paragraphs in footnotes +Oracle Open Office Impress : spacing;font effects +Oracle Open Office Impress : spacing;lines and paragraphs +Oracle Open Office Impress : spacing;tab stops in text documents +Oracle Open Office Impress : spacing;tabs in presentations +Oracle Open Office Impress : spadmin +Oracle Open Office Impress : speaker notes +Oracle Open Office Impress : speaker notes;defaults +Oracle Open Office Impress : speaker notes;inserting +Oracle Open Office Impress : special characters +Oracle Open Office Impress : speech bubbles +Oracle Open Office Impress : speed of printing +Oracle Open Office Impress : spellcheck +Oracle Open Office Impress : spellcheck;activating for a language +Oracle Open Office Impress : spellcheck;context menus +Oracle Open Office Impress : spellcheck;default languages +Oracle Open Office Impress : spellcheck;dialog +Oracle Open Office Impress : spellcheck;dictionary of exceptions +Oracle Open Office Impress : spellcheck;ignore list +Oracle Open Office Impress : spheres +Oracle Open Office Impress : spin button creation +Oracle Open Office Impress : splitting +Oracle Open Office Impress : splitting;combinations +Oracle Open Office Impress : splitting;curves +Oracle Open Office Impress : spoolfiles with Xprinter +Oracle Open Office Impress : spreadsheets +Oracle Open Office Impress : spreadsheets;as databases (base) +Oracle Open Office Impress : spreadsheets;copying areas to text documents +Oracle Open Office Impress : spreadsheets;creating/opening +Oracle Open Office Impress : spreadsheets;in presentations +Oracle Open Office Impress : spreadsheets;inserting charts +Oracle Open Office Impress : spreadsheets;inserting database records +Oracle Open Office Impress : spreadsheets;printing +Oracle Open Office Impress : spreadsheets;saving +Oracle Open Office Impress : spreadsheets;saving automatically +Oracle Open Office Impress : spreadsheets;saving in other formats +Oracle Open Office Impress : spreadsheets;sending as e-mail +Oracle Open Office Impress : SQL +Oracle Open Office Impress : SQL;definition +Oracle Open Office Impress : SQL;DISTINCT parameter +Oracle Open Office Impress : SQL;executing SQL commands +Oracle Open Office Impress : SQL;executing SQL statements (Base) +Oracle Open Office Impress : SQL;queries (Base) +Oracle Open Office Impress : square drawings +Oracle Open Office Impress : standard bar on/off +Oracle Open Office Impress : standard deviation in charts +Oracle Open Office Impress : standard filters in databases +Oracle Open Office Impress : standard printer under UNIX +Oracle Open Office Impress : start center +Oracle Open Office Impress : start parameters +Oracle Open Office Impress : starting +Oracle Open Office Impress : starting;always with the current slide +Oracle Open Office Impress : starting;custom slide shows +Oracle Open Office Impress : starting;slide shows +Oracle Open Office Impress : statistics in charts +Oracle Open Office Impress : status bar on/off +Oracle Open Office Impress : stickers +Oracle Open Office Impress : stock charts +Oracle Open Office Impress : strikethrough +Oracle Open Office Impress : strikethrough;characters +Oracle Open Office Impress : strikethrough;font effects +Oracle Open Office Impress : styles +Oracle Open Office Impress : styles;'changed' message +Oracle Open Office Impress : styles;arrow and line styles +Oracle Open Office Impress : styles;copying between documents +Oracle Open Office Impress : styles;keyboard shortcuts +Oracle Open Office Impress : styles;organizing +Oracle Open Office Impress : styles;printing styles used in a document +Oracle Open Office Impress : styles;replacing automatically +Oracle Open Office Impress : Styles and Formatting window +Oracle Open Office Impress : Styles and Formatting window;docking +Oracle Open Office Impress : Styles and Formatting window;graphics documents +Oracle Open Office Impress : subforms +Oracle Open Office Impress : subforms;creating +Oracle Open Office Impress : subforms;description +Oracle Open Office Impress : submitting forms +Oracle Open Office Impress : subpoints +Oracle Open Office Impress : subpoints;hiding +Oracle Open Office Impress : subpoints;showing +Oracle Open Office Impress : subtracting polygons +Oracle Open Office Impress : suffixes in file formats +Oracle Open Office Impress : summary slide +Oracle Open Office Impress : support on the Web +Oracle Open Office Impress : synchronizing +Oracle Open Office Impress : synchronizing;labels and business cards +Oracle Open Office Impress : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Impress : system address book registration +Oracle Open Office Impress : tab stops +Oracle Open Office Impress : tab stops;displaying (Writer) +Oracle Open Office Impress : tab stops;inserting and editing +Oracle Open Office Impress : tab stops;regular expressions +Oracle Open Office Impress : tab stops;setting in sheets +Oracle Open Office Impress : tab stops;settings +Oracle Open Office Impress : tab stops;spacing in presentations +Oracle Open Office Impress : tab stops;spacing in text documents +Oracle Open Office Impress : table controls +Oracle Open Office Impress : table controls;form functions +Oracle Open Office Impress : table controls;keyboard-only edit mode +Oracle Open Office Impress : table controls;properties +Oracle Open Office Impress : table views of databases +Oracle Open Office Impress : Table Wizard (Base) +Oracle Open Office Impress : tables +Oracle Open Office Impress : tables;inserting line breaks +Oracle Open Office Impress : tables in databases +Oracle Open Office Impress : tables in databases;access rights to (Base) +Oracle Open Office Impress : tables in databases;adding to queries +Oracle Open Office Impress : tables in databases;browsing and editing +Oracle Open Office Impress : tables in databases;copying database tables (Base) +Oracle Open Office Impress : tables in databases;creating +Oracle Open Office Impress : tables in databases;creating in design view (manually) +Oracle Open Office Impress : tables in databases;importing text formats (Base) +Oracle Open Office Impress : tables in databases;joining for queries (Base) +Oracle Open Office Impress : tables in databases;printing queries (Base) +Oracle Open Office Impress : tables in databases;relations (Base) +Oracle Open Office Impress : tables in databases;searching +Oracle Open Office Impress : tables in spreadsheets +Oracle Open Office Impress : tables in spreadsheets;copying data to other applications +Oracle Open Office Impress : tables in spreadsheets;defining borders +Oracle Open Office Impress : tables in spreadsheets;value highlighting +Oracle Open Office Impress : tables in text +Oracle Open Office Impress : tables in text;captions +Oracle Open Office Impress : tables in text;creating automatically +Oracle Open Office Impress : tables in text;default settings +Oracle Open Office Impress : tables in text;defining borders +Oracle Open Office Impress : tables in text;displaying +Oracle Open Office Impress : tables in text;printing +Oracle Open Office Impress : tabs +Oracle Open Office Impress : tabs;displaying sheet tabs +Oracle Open Office Impress : tags +Oracle Open Office Impress : tags;definition +Oracle Open Office Impress : tags;META tags +Oracle Open Office Impress : task pane +Oracle Open Office Impress : templates +Oracle Open Office Impress : templates;agendas +Oracle Open Office Impress : templates;changing basic fonts +Oracle Open Office Impress : templates;database reports +Oracle Open Office Impress : templates;deleting +Oracle Open Office Impress : templates;editing and saving +Oracle Open Office Impress : templates;faxes +Oracle Open Office Impress : templates;importing and exporting +Oracle Open Office Impress : templates;letters +Oracle Open Office Impress : templates;new documents from templates +Oracle Open Office Impress : templates;opening documents with +Oracle Open Office Impress : templates;organizing +Oracle Open Office Impress : terminology +Oracle Open Office Impress : terminology;general glossary +Oracle Open Office Impress : terminology;Internet glossary +Oracle Open Office Impress : testing XML filters +Oracle Open Office Impress : text +Oracle Open Office Impress : text;animating +Oracle Open Office Impress : text;Asian layout +Oracle Open Office Impress : text;bold +Oracle Open Office Impress : text;coloring +Oracle Open Office Impress : text;converting to curves +Oracle Open Office Impress : text;copying by drag and drop +Oracle Open Office Impress : text;CTL languages +Oracle Open Office Impress : text;double-clicking to edit +Oracle Open Office Impress : text;drawing pictures +Oracle Open Office Impress : text;font effects +Oracle Open Office Impress : text;font sizes +Oracle Open Office Impress : text;font styles +Oracle Open Office Impress : text;fonts and formats +Oracle Open Office Impress : text;Fontwork icons +Oracle Open Office Impress : text;hyperlinks +Oracle Open Office Impress : text;inserting special characters +Oracle Open Office Impress : text;italics +Oracle Open Office Impress : text;kerning +Oracle Open Office Impress : text;language selection +Oracle Open Office Impress : text;line spacing +Oracle Open Office Impress : text;overwriting or inserting +Oracle Open Office Impress : text;printing in black +Oracle Open Office Impress : text;replacing with format +Oracle Open Office Impress : text;selection modes +Oracle Open Office Impress : text;shadowed +Oracle Open Office Impress : text;text/draw objects +Oracle Open Office Impress : text;toolbar +Oracle Open Office Impress : text attributes +Oracle Open Office Impress : text attributes;hyperlinks +Oracle Open Office Impress : text attributes;undoing +Oracle Open Office Impress : text boxes +Oracle Open Office Impress : text boxes;form functions +Oracle Open Office Impress : text boxes;positioning +Oracle Open Office Impress : text breaks in cells +Oracle Open Office Impress : text colors for better accessibility +Oracle Open Office Impress : text databases (Base) +Oracle Open Office Impress : text documents +Oracle Open Office Impress : text documents;creating/opening +Oracle Open Office Impress : text documents;importing/exporting +Oracle Open Office Impress : text documents;inserting in slides +Oracle Open Office Impress : text documents;inserting spreadsheet cells +Oracle Open Office Impress : text documents;print settings +Oracle Open Office Impress : text documents;printing +Oracle Open Office Impress : text documents;saving +Oracle Open Office Impress : text documents;saving automatically +Oracle Open Office Impress : text documents;saving in other formats +Oracle Open Office Impress : text documents;sending as e-mail +Oracle Open Office Impress : text effects +Oracle Open Office Impress : text entry mode for draw objects +Oracle Open Office Impress : text flow +Oracle Open Office Impress : text flow;in cells +Oracle Open Office Impress : text formats +Oracle Open Office Impress : text formats;databases +Oracle Open Office Impress : text formats;pasting +Oracle Open Office Impress : text frames +Oracle Open Office Impress : text input fields +Oracle Open Office Impress : text layout for special languages +Oracle Open Office Impress : text objects +Oracle Open Office Impress : text objects;alignment +Oracle Open Office Impress : text objects;draw functions +Oracle Open Office Impress : text objects;fonts +Oracle Open Office Impress : text objects;in presentations and drawings +Oracle Open Office Impress : text overflow in spreadsheet cells +Oracle Open Office Impress : text scaling in charts +Oracle Open Office Impress : text, see also text documents, paragraphs and characters +Oracle Open Office Impress : TextArt, see Fontwork +Oracle Open Office Impress : textures +Oracle Open Office Impress : textures;inserting from Gallery +Oracle Open Office Impress : textures;on chart bars +Oracle Open Office Impress : Thai +Oracle Open Office Impress : Thai;entering text +Oracle Open Office Impress : Thai;language settings +Oracle Open Office Impress : thesaurus +Oracle Open Office Impress : thesaurus;activating for a language +Oracle Open Office Impress : ticker text +Oracle Open Office Impress : tiled printing of slides +Oracle Open Office Impress : time and date on all slides +Oracle Open Office Impress : time fields +Oracle Open Office Impress : time fields;form functions +Oracle Open Office Impress : times +Oracle Open Office Impress : times;fixed +Oracle Open Office Impress : times;inserting when printing presentations +Oracle Open Office Impress : times;variable +Oracle Open Office Impress : times, formats +Oracle Open Office Impress : timings +Oracle Open Office Impress : timings;rehearse timings +Oracle Open Office Impress : tips +Oracle Open Office Impress : tips;extended tips in Help +Oracle Open Office Impress : title rows +Oracle Open Office Impress : title rows;printing in Oracle Open Office Math +Oracle Open Office Impress : titles +Oracle Open Office Impress : titles;alignment (charts) +Oracle Open Office Impress : titles;changing +Oracle Open Office Impress : titles;editing in charts +Oracle Open Office Impress : titles;font effects +Oracle Open Office Impress : titles;formatting automatically +Oracle Open Office Impress : titles;formatting charts +Oracle Open Office Impress : titles;objects +Oracle Open Office Impress : toolbars +Oracle Open Office Impress : toolbars;3D objects +Oracle Open Office Impress : toolbars;adding buttons +Oracle Open Office Impress : toolbars;curves +Oracle Open Office Impress : toolbars;docking/undocking +Oracle Open Office Impress : toolbars;ellipses +Oracle Open Office Impress : toolbars;Form Navigation bar +Oracle Open Office Impress : toolbars;viewing/closing +Oracle Open Office Impress : tools bar +Oracle Open Office Impress : tooltips +Oracle Open Office Impress : tooltips;extended tips +Oracle Open Office Impress : tooltips;help +Oracle Open Office Impress : torus +Oracle Open Office Impress : traditional Chinese +Oracle Open Office Impress : traditional Chinese;translating to simplified chinese +Oracle Open Office Impress : transition effects +Oracle Open Office Impress : transparency +Oracle Open Office Impress : transparency;adjusting +Oracle Open Office Impress : transparency;areas +Oracle Open Office Impress : transparency;of objects +Oracle Open Office Impress : transparency;off for faster printing +Oracle Open Office Impress : transparency;saving +Oracle Open Office Impress : tree view of Help +Oracle Open Office Impress : trend lines in charts +Oracle Open Office Impress : typefaces +Oracle Open Office Impress : typefaces;adding under UNIX +Oracle Open Office Impress : typefaces;formats +Oracle Open Office Impress : typography +Oracle Open Office Impress : typography;Asian +Oracle Open Office Impress : underlining +Oracle Open Office Impress : underlining;AutoFormat function +Oracle Open Office Impress : underlining;characters +Oracle Open Office Impress : underlining;text +Oracle Open Office Impress : underlying objects +Oracle Open Office Impress : undocking windows +Oracle Open Office Impress : undoing +Oracle Open Office Impress : undoing;direct formatting +Oracle Open Office Impress : undoing;editing +Oracle Open Office Impress : undoing;number of steps +Oracle Open Office Impress : ungrouping groups +Oracle Open Office Impress : units +Oracle Open Office Impress : units;converting +Oracle Open Office Impress : units;measurement units +Oracle Open Office Impress : unlocking layers +Oracle Open Office Impress : UNO components +Oracle Open Office Impress : UNO components;Extension Manager +Oracle Open Office Impress : UNO components;integrating new +Oracle Open Office Impress : update options +Oracle Open Office Impress : updates +Oracle Open Office Impress : updates;checking automatically +Oracle Open Office Impress : updates;checking manually +Oracle Open Office Impress : updating +Oracle Open Office Impress : updating;fields and charts, automatically (Writer) +Oracle Open Office Impress : updating;links in text documents +Oracle Open Office Impress : updating;links, on opening +Oracle Open Office Impress : updating;templates +Oracle Open Office Impress : URL +Oracle Open Office Impress : URL;changing hyperlink URLs +Oracle Open Office Impress : URL;definition +Oracle Open Office Impress : URL;in pictures +Oracle Open Office Impress : URL;saving absolute/relative paths +Oracle Open Office Impress : URL;turning off URL recognition +Oracle Open Office Impress : user data +Oracle Open Office Impress : user data;input +Oracle Open Office Impress : user data;removing when saving +Oracle Open Office Impress : user feedback +Oracle Open Office Impress : user feedback;automatically +Oracle Open Office Impress : user-defined colors +Oracle Open Office Impress : user-defined dictionaries +Oracle Open Office Impress : user-defined dictionaries;creating +Oracle Open Office Impress : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Impress : user-defined dictionaries;editing +Oracle Open Office Impress : user-defined styles +Oracle Open Office Impress : user-defined styles;automatically replacing +Oracle Open Office Impress : UTF-8/UCS2 support +Oracle Open Office Impress : values +Oracle Open Office Impress : values;rounded as shown (Calc) +Oracle Open Office Impress : variables +Oracle Open Office Impress : variables;for paths +Oracle Open Office Impress : variances in charts +Oracle Open Office Impress : VBA code +Oracle Open Office Impress : VBA code;loading/saving documents with VBA code +Oracle Open Office Impress : vector graphics +Oracle Open Office Impress : vector graphics;converting bitmaps +Oracle Open Office Impress : vectorizing bitmaps +Oracle Open Office Impress : version management +Oracle Open Office Impress : version numbers of documents +Oracle Open Office Impress : versions +Oracle Open Office Impress : versions;comparing documents +Oracle Open Office Impress : versions;file saving as, restriction +Oracle Open Office Impress : versions;merging document versions +Oracle Open Office Impress : versions;of a document +Oracle Open Office Impress : versions;Oracle Open Office +Oracle Open Office Impress : vertical callouts +Oracle Open Office Impress : vertical scrollbars (Writer) +Oracle Open Office Impress : vertical text boxes +Oracle Open Office Impress : videos +Oracle Open Office Impress : viewing +Oracle Open Office Impress : viewing;databases +Oracle Open Office Impress : viewing;file properties +Oracle Open Office Impress : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Impress : viewing;toolbars +Oracle Open Office Impress : views +Oracle Open Office Impress : views;black and white +Oracle Open Office Impress : views;creating database views (Base) +Oracle Open Office Impress : views;defaults +Oracle Open Office Impress : views;display sizes +Oracle Open Office Impress : views;full screen +Oracle Open Office Impress : views;icons +Oracle Open Office Impress : views;scaling +Oracle Open Office Impress : views;shift function +Oracle Open Office Impress : views;slide master view +Oracle Open Office Impress : Visual Basic for Applications +Oracle Open Office Impress : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Impress : watermarks +Oracle Open Office Impress : web documents +Oracle Open Office Impress : web documents;XForms +Oracle Open Office Impress : Web support +Oracle Open Office Impress : WebCast export +Oracle Open Office Impress : WebDAV over HTTPS +Oracle Open Office Impress : windows +Oracle Open Office Impress : windows;docking +Oracle Open Office Impress : windows;docking definition +Oracle Open Office Impress : windows;hiding/showing/docking +Oracle Open Office Impress : windows;new +Oracle Open Office Impress : wizards +Oracle Open Office Impress : wizards;agendas +Oracle Open Office Impress : wizards;database queries +Oracle Open Office Impress : wizards;database tables (Base) +Oracle Open Office Impress : wizards;databases (Base) +Oracle Open Office Impress : wizards;document converter +Oracle Open Office Impress : wizards;Euro Converter +Oracle Open Office Impress : wizards;faxes +Oracle Open Office Impress : wizards;forms +Oracle Open Office Impress : wizards;letters +Oracle Open Office Impress : wizards;macros (Base) +Oracle Open Office Impress : wizards;overview +Oracle Open Office Impress : wizards;presentations +Oracle Open Office Impress : wizards;reports +Oracle Open Office Impress : Word documents +Oracle Open Office Impress : Word documents;compatibility +Oracle Open Office Impress : Word documents;saving as +Oracle Open Office Impress : WordArt, see Fontwork +Oracle Open Office Impress : words +Oracle Open Office Impress : words;automatically replacing +Oracle Open Office Impress : words;wrapping in cells +Oracle Open Office Impress : words;wrapping in CTL +Oracle Open Office Impress : working directory change +Oracle Open Office Impress : wrapping text +Oracle Open Office Impress : wrapping text;in cells +Oracle Open Office Impress : write protection on/off +Oracle Open Office Impress : writing aids options +Oracle Open Office Impress : WYSIWYG in fonts lists +Oracle Open Office Impress : X axes +Oracle Open Office Impress : X axes;grid formatting +Oracle Open Office Impress : X axes;positioning +Oracle Open Office Impress : X axes;scaling +Oracle Open Office Impress : X axes;showing +Oracle Open Office Impress : XForms +Oracle Open Office Impress : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Impress : XForms;conditions +Oracle Open Office Impress : XForms;opening/editing +Oracle Open Office Impress : XML converters +Oracle Open Office Impress : XML file formats +Oracle Open Office Impress : XML filters +Oracle Open Office Impress : XML filters;creating/testing +Oracle Open Office Impress : XML filters;saving as package/installing/deleting +Oracle Open Office Impress : XML filters;settings +Oracle Open Office Impress : XML Forms, see XForms +Oracle Open Office Impress : XSLT filters, see also XML filters +Oracle Open Office Impress : XY charts +Oracle Open Office Impress : Y axes +Oracle Open Office Impress : Y axes;formatting +Oracle Open Office Impress : Y axes;grid formatting +Oracle Open Office Impress : Y axes;positioning +Oracle Open Office Impress : Y axes;scaling +Oracle Open Office Impress : Y axes;showing +Oracle Open Office Impress : years +Oracle Open Office Impress : years;2-digit options +Oracle Open Office Impress : Z axes +Oracle Open Office Impress : Z axes;grid formatting +Oracle Open Office Impress : Z axes;showing +Oracle Open Office Impress : zero values +Oracle Open Office Impress : zero values;displaying (Calc) +Oracle Open Office Impress : zooming +Oracle Open Office Impress : zooming;in presentations +Oracle Open Office Impress : zooming;keyboard +Oracle Open Office Impress : zooming;page views +Oracle Open Office Impress : zooming;pictures +Oracle Open Office Impress : zooming;shortcut keys +Oracle Open Office Impress : zooming;status bar +Oracle Open Office Calc : #N/A error +Oracle Open Office Calc : #N/A error;assigning to a cell +Oracle Open Office Calc : #N/A error;recognizing +Oracle Open Office Calc : #NAME error message +Oracle Open Office Calc : #REF error message +Oracle Open Office Calc : 3D charts +Oracle Open Office Calc : 3D text creation +Oracle Open Office Calc : abbreviation replacement +Oracle Open Office Calc : ABS function +Oracle Open Office Calc : absolute addresses in spreadsheets +Oracle Open Office Calc : absolute hyperlinks +Oracle Open Office Calc : absolute references in spreadsheets +Oracle Open Office Calc : absolute saving of URLs +Oracle Open Office Calc : absolute values +Oracle Open Office Calc : accents +Oracle Open Office Calc : Access databases (base) +Oracle Open Office Calc : access rights for database tables (Base) +Oracle Open Office Calc : accessibility +Oracle Open Office Calc : accessibility;general shortcuts +Oracle Open Office Calc : accessibility;options +Oracle Open Office Calc : accessibility;Oracle Open Office assistive technology +Oracle Open Office Calc : accessibility;Oracle Open Office Calc shortcuts +Oracle Open Office Calc : accessibility;Oracle Open Office features +Oracle Open Office Calc : ACCRINT function +Oracle Open Office Calc : ACCRINTM function +Oracle Open Office Calc : accrued interests +Oracle Open Office Calc : accrued interests;one-off payments +Oracle Open Office Calc : accrued interests;periodic payments +Oracle Open Office Calc : accumulated interests +Oracle Open Office Calc : ACOS function +Oracle Open Office Calc : ACOSH function +Oracle Open Office Calc : ACOT function +Oracle Open Office Calc : ACOTH function +Oracle Open Office Calc : actions in case of incorrect input +Oracle Open Office Calc : activating +Oracle Open Office Calc : activating;context menus +Oracle Open Office Calc : activating;Error Report Tool +Oracle Open Office Calc : activating;extended help tips +Oracle Open Office Calc : activating;plug-ins +Oracle Open Office Calc : ActiveX control +Oracle Open Office Calc : Adabas D databases (base) +Oracle Open Office Calc : add-ins +Oracle Open Office Calc : add-ins;analysis functions +Oracle Open Office Calc : add-ins;for programming +Oracle Open Office Calc : add-ins;functions +Oracle Open Office Calc : add-ons, see UNO components +Oracle Open Office Calc : adding +Oracle Open Office Calc : adding;numbers in cell ranges +Oracle Open Office Calc : adding;specified numbers +Oracle Open Office Calc : additional selection mode +Oracle Open Office Calc : address books +Oracle Open Office Calc : address books;LDAP server (Base) +Oracle Open Office Calc : address books;registering +Oracle Open Office Calc : ADDRESS function +Oracle Open Office Calc : address labels from databases +Oracle Open Office Calc : addressing +Oracle Open Office Calc : addressing;automatic +Oracle Open Office Calc : addressing;by defined names +Oracle Open Office Calc : addressing;relative and absolute +Oracle Open Office Calc : adjusting array ranges +Oracle Open Office Calc : ADO databases (Base) +Oracle Open Office Calc : advanced filters +Oracle Open Office Calc : Agenda Wizard +Oracle Open Office Calc : aging filter +Oracle Open Office Calc : algebraic signs +Oracle Open Office Calc : aligning +Oracle Open Office Calc : aligning;2D charts +Oracle Open Office Calc : aligning;cells +Oracle Open Office Calc : aligning;objects +Oracle Open Office Calc : aligning;paragraphs +Oracle Open Office Calc : aligning;tables in text +Oracle Open Office Calc : aligning;text objects +Oracle Open Office Calc : aligning;titles in charts +Oracle Open Office Calc : allowances +Oracle Open Office Calc : allowed cell names +Oracle Open Office Calc : alternative fonts +Oracle Open Office Calc : AMORDEGRC function +Oracle Open Office Calc : AMORLINC function +Oracle Open Office Calc : amortization installment +Oracle Open Office Calc : amortizations, see also depreciations +Oracle Open Office Calc : amount received for fixed-interest securities +Oracle Open Office Calc : ampersand symbol, see also operators +Oracle Open Office Calc : analysis functions +Oracle Open Office Calc : anchors +Oracle Open Office Calc : anchors;changing +Oracle Open Office Calc : anchors;displaying (Calc) +Oracle Open Office Calc : anchors;types/positions for draw objects +Oracle Open Office Calc : AND function +Oracle Open Office Calc : animations +Oracle Open Office Calc : animations;accessibility options +Oracle Open Office Calc : annual net interest rates +Oracle Open Office Calc : annual return on treasury bills +Oracle Open Office Calc : annuities +Oracle Open Office Calc : appearance options +Oracle Open Office Calc : appending sheets +Oracle Open Office Calc : Arabic +Oracle Open Office Calc : Arabic;entering text +Oracle Open Office Calc : Arabic;language settings +Oracle Open Office Calc : ARABIC function +Oracle Open Office Calc : area charts +Oracle Open Office Calc : areas +Oracle Open Office Calc : areas;bitmap patterns +Oracle Open Office Calc : areas;hatched/dotted +Oracle Open Office Calc : areas;shadows +Oracle Open Office Calc : areas;slanting +Oracle Open Office Calc : areas;styles +Oracle Open Office Calc : areas;transparency +Oracle Open Office Calc : AREAS function +Oracle Open Office Calc : areas, see also cell ranges +Oracle Open Office Calc : arguments in command line +Oracle Open Office Calc : arithmetic declining depreciations +Oracle Open Office Calc : arithmetic lists +Oracle Open Office Calc : arithmetic-degressive depreciations +Oracle Open Office Calc : arithmetical operators +Oracle Open Office Calc : arranging +Oracle Open Office Calc : arranging;objects +Oracle Open Office Calc : array formulas +Oracle Open Office Calc : arrows +Oracle Open Office Calc : arrows;defining arrow heads +Oracle Open Office Calc : arrows;defining arrow lines +Oracle Open Office Calc : arrows;drawing in text +Oracle Open Office Calc : ASC function +Oracle Open Office Calc : ASCII +Oracle Open Office Calc : ASCII;definition +Oracle Open Office Calc : Asian languages +Oracle Open Office Calc : Asian languages;enabling +Oracle Open Office Calc : Asian languages;sorting +Oracle Open Office Calc : Asian Phonetic Guide +Oracle Open Office Calc : Asian typography +Oracle Open Office Calc : ASIN function +Oracle Open Office Calc : ASINH function +Oracle Open Office Calc : assigning scripts +Oracle Open Office Calc : assistive technology in Oracle Open Office +Oracle Open Office Calc : ATAN function +Oracle Open Office Calc : ATAN2 function +Oracle Open Office Calc : ATANH function +Oracle Open Office Calc : attaching toolbars +Oracle Open Office Calc : attachments in e-mails +Oracle Open Office Calc : attributes +Oracle Open Office Calc : attributes;cells +Oracle Open Office Calc : audio +Oracle Open Office Calc : auto reloading HTML documents +Oracle Open Office Calc : AutoAbstract function for sending text to presentations +Oracle Open Office Calc : AutoCalculate function in sheets +Oracle Open Office Calc : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Calc : AutoComplete function in text and list boxes +Oracle Open Office Calc : AutoCorrect function +Oracle Open Office Calc : AutoCorrect function;cell contents +Oracle Open Office Calc : AutoCorrect function;context menu +Oracle Open Office Calc : AutoCorrect function;options +Oracle Open Office Calc : AutoCorrect function;pictures and frames +Oracle Open Office Calc : AutoCorrect function;quotes +Oracle Open Office Calc : AutoCorrect function;replacement table +Oracle Open Office Calc : AutoCorrect function;switching on and off in Calc +Oracle Open Office Calc : AutoCorrect function;URL recognition +Oracle Open Office Calc : AutoFill function +Oracle Open Office Calc : AutoFilter function +Oracle Open Office Calc : AutoFilter function;applying +Oracle Open Office Calc : AutoFilter function;subtotals +Oracle Open Office Calc : AutoFormat function +Oracle Open Office Calc : AutoFormat function;defining and applying formats +Oracle Open Office Calc : AutoFormat function;switching on and off +Oracle Open Office Calc : AutoInput function on/off +Oracle Open Office Calc : automatic addressing in tables +Oracle Open Office Calc : automatic captions (Writer) +Oracle Open Office Calc : automatic cell filling +Oracle Open Office Calc : automatic control focus +Oracle Open Office Calc : automatic date updates +Oracle Open Office Calc : automatic formatting in spreadsheets +Oracle Open Office Calc : automatic hyperlink formatting +Oracle Open Office Calc : automatic hyphenation in spreadsheets +Oracle Open Office Calc : automatic line breaks +Oracle Open Office Calc : automatic lines/borders in text +Oracle Open Office Calc : automatic saving +Oracle Open Office Calc : AutoPilots, see wizards +Oracle Open Office Calc : AutoValue (Base) +Oracle Open Office Calc : AVEDEV function +Oracle Open Office Calc : AVERAGE function +Oracle Open Office Calc : AVERAGEA function +Oracle Open Office Calc : averages +Oracle Open Office Calc : averages;in Calc databases +Oracle Open Office Calc : averages;statistical functions +Oracle Open Office Calc : averages in charts +Oracle Open Office Calc : axes +Oracle Open Office Calc : axes;better scaling +Oracle Open Office Calc : axes;formatting +Oracle Open Office Calc : axes;formatting grids +Oracle Open Office Calc : axes;inserting grids +Oracle Open Office Calc : axes;interval marks +Oracle Open Office Calc : axes;showing axes in charts +Oracle Open Office Calc : axes in charts +Oracle Open Office Calc : B function +Oracle Open Office Calc : back-solving +Oracle Open Office Calc : backgrounds +Oracle Open Office Calc : backgrounds;cell ranges +Oracle Open Office Calc : backgrounds;cells and pages +Oracle Open Office Calc : backgrounds;defining colors/pictures +Oracle Open Office Calc : backgrounds;frames/sections/indexes +Oracle Open Office Calc : backgrounds;inserting from Gallery +Oracle Open Office Calc : backgrounds;printing +Oracle Open Office Calc : backing window +Oracle Open Office Calc : backups +Oracle Open Office Calc : backups;automatic +Oracle Open Office Calc : backups;documents +Oracle Open Office Calc : BAHTTEXT function +Oracle Open Office Calc : bar charts +Oracle Open Office Calc : BASE function +Oracle Open Office Calc : base-10 logarithm +Oracle Open Office Calc : Basic +Oracle Open Office Calc : Basic;fonts for source display +Oracle Open Office Calc : Basic;programming +Oracle Open Office Calc : Basic;recording macros +Oracle Open Office Calc : basic fonts +Oracle Open Office Calc : Basic IDE for user-defined functions +Oracle Open Office Calc : Bessel functions +Oracle Open Office Calc : BETADIST function +Oracle Open Office Calc : BETAINV function +Oracle Open Office Calc : Bézier curves +Oracle Open Office Calc : Bézier curves;control points in presentations +Oracle Open Office Calc : bi-directional writing +Oracle Open Office Calc : BIN2DEC function +Oracle Open Office Calc : BIN2HEX function +Oracle Open Office Calc : BIN2OCT function +Oracle Open Office Calc : binary system +Oracle Open Office Calc : binary system;converting to +Oracle Open Office Calc : binding space +Oracle Open Office Calc : BINOMDIST function +Oracle Open Office Calc : bitmaps +Oracle Open Office Calc : bitmaps;inserting and editing +Oracle Open Office Calc : bitmaps;off for faster printing +Oracle Open Office Calc : bitmaps;patterns +Oracle Open Office Calc : black and white printing +Oracle Open Office Calc : black printing in Calc +Oracle Open Office Calc : blank cell contents +Oracle Open Office Calc : block selection mode +Oracle Open Office Calc : bold +Oracle Open Office Calc : bold;AutoFormat function +Oracle Open Office Calc : bold;text +Oracle Open Office Calc : bookmarks +Oracle Open Office Calc : bookmarks;Help +Oracle Open Office Calc : borders +Oracle Open Office Calc : borders;arranging +Oracle Open Office Calc : borders;cells +Oracle Open Office Calc : borders;cells and pages +Oracle Open Office Calc : borders;cells on screen (Calc) +Oracle Open Office Calc : borders;for paragraphs +Oracle Open Office Calc : borders;for tables +Oracle Open Office Calc : borders;printing cells +Oracle Open Office Calc : borders;shadows +Oracle Open Office Calc : borders;table boundaries (Writer) +Oracle Open Office Calc : borders, see also frames +Oracle Open Office Calc : bound fields +Oracle Open Office Calc : bound fields;controls +Oracle Open Office Calc : boundaries of tables (Writer) +Oracle Open Office Calc : break display (Writer) +Oracle Open Office Calc : breaks in cells +Oracle Open Office Calc : brochures +Oracle Open Office Calc : brochures;printing several +Oracle Open Office Calc : bubble charts +Oracle Open Office Calc : build numbers of Oracle Open Office +Oracle Open Office Calc : bullet lists +Oracle Open Office Calc : bullet lists;formatting options +Oracle Open Office Calc : bullets +Oracle Open Office Calc : bullets;paragraphs +Oracle Open Office Calc : bullets;replacing +Oracle Open Office Calc : bullets;turning off +Oracle Open Office Calc : business cards +Oracle Open Office Calc : business cards;creating and synchronizing +Oracle Open Office Calc : business cards;using templates +Oracle Open Office Calc : button bars, see toolbars +Oracle Open Office Calc : buttons +Oracle Open Office Calc : buttons;adding push buttons +Oracle Open Office Calc : buttons;big/small +Oracle Open Office Calc : buttons;editing hyperlink buttons +Oracle Open Office Calc : buttons;form functions +Oracle Open Office Calc : buttons;toolbars +Oracle Open Office Calc : cache for graphics +Oracle Open Office Calc : calculating +Oracle Open Office Calc : calculating;accumulated interests +Oracle Open Office Calc : calculating;annual net interest rates +Oracle Open Office Calc : calculating;annuities +Oracle Open Office Calc : calculating;arithmetic-degressive depreciations +Oracle Open Office Calc : calculating;auto calculating sheets +Oracle Open Office Calc : calculating;averages in Calc databases +Oracle Open Office Calc : calculating;conditional calculations +Oracle Open Office Calc : calculating;constant interest rates +Oracle Open Office Calc : calculating;Data Pilot +Oracle Open Office Calc : calculating;depreciations +Oracle Open Office Calc : calculating;durations +Oracle Open Office Calc : calculating;future values +Oracle Open Office Calc : calculating;geometric-degressive depreciations +Oracle Open Office Calc : calculating;interests for unchanged amortization installments +Oracle Open Office Calc : calculating;internal rates of return, irregular payments +Oracle Open Office Calc : calculating;internal rates of return, regular payments +Oracle Open Office Calc : calculating;iterative references (Calc) +Oracle Open Office Calc : calculating;linear depreciations +Oracle Open Office Calc : calculating;modified internal rates of return +Oracle Open Office Calc : calculating;multiple sheets +Oracle Open Office Calc : calculating;net present values +Oracle Open Office Calc : calculating;nominal interest rates +Oracle Open Office Calc : calculating;number of payment periods +Oracle Open Office Calc : calculating;present values +Oracle Open Office Calc : calculating;rates of return +Oracle Open Office Calc : calculating;regression curves +Oracle Open Office Calc : calculating;rounded off values +Oracle Open Office Calc : calculating;series +Oracle Open Office Calc : calculating;spreadsheets +Oracle Open Office Calc : calculating;sums in Calc databases +Oracle Open Office Calc : calculating;time differences +Oracle Open Office Calc : calculating;total amortizement rates +Oracle Open Office Calc : calculating;variable declining depreciations +Oracle Open Office Calc : calculating;variables in equations +Oracle Open Office Calc : calculating;with formulas +Oracle Open Office Calc : callouts +Oracle Open Office Calc : callouts;drawings +Oracle Open Office Calc : capital letters +Oracle Open Office Calc : capital letters;AutoCorrect function +Oracle Open Office Calc : capital letters;AutoInput function +Oracle Open Office Calc : capital letters;AutoInput function (in cells) +Oracle Open Office Calc : capital letters;font effects +Oracle Open Office Calc : captions +Oracle Open Office Calc : captions;automatic captions (Writer) +Oracle Open Office Calc : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Calc : captions, see also labels/callouts +Oracle Open Office Calc : cascading update (Base) +Oracle Open Office Calc : case sensitivity +Oracle Open Office Calc : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Calc : case sensitivity;searching +Oracle Open Office Calc : categories of functions +Oracle Open Office Calc : CEILING function +Oracle Open Office Calc : cell attributes +Oracle Open Office Calc : cell contents +Oracle Open Office Calc : cell contents;AutoCalculate function +Oracle Open Office Calc : cell contents;deleting +Oracle Open Office Calc : cell contents;no text +Oracle Open Office Calc : cell contents;numbers +Oracle Open Office Calc : cell contents;recalculating +Oracle Open Office Calc : cell contents;searching in Calc databases +Oracle Open Office Calc : cell contents;testing for references +Oracle Open Office Calc : cell contents;text +Oracle Open Office Calc : cell formats +Oracle Open Office Calc : cell formats;assigning by formulas +Oracle Open Office Calc : cell formats;conditional +Oracle Open Office Calc : cell formats;text/numbers +Oracle Open Office Calc : CELL function +Oracle Open Office Calc : cell heights +Oracle Open Office Calc : cell information +Oracle Open Office Calc : cell input +Oracle Open Office Calc : cell input;AutoInput function +Oracle Open Office Calc : cell links search +Oracle Open Office Calc : cell merges +Oracle Open Office Calc : cell names +Oracle Open Office Calc : cell names;defining/addressing +Oracle Open Office Calc : cell protection +Oracle Open Office Calc : cell protection;enabling +Oracle Open Office Calc : cell protection;unprotecting +Oracle Open Office Calc : cell ranges +Oracle Open Office Calc : cell ranges;applying/removing filters +Oracle Open Office Calc : cell ranges;creating names automatically +Oracle Open Office Calc : cell ranges;defining names +Oracle Open Office Calc : cell ranges;inserting named ranges +Oracle Open Office Calc : cell ranges;printing +Oracle Open Office Calc : cell ranges;selecting for data entries +Oracle Open Office Calc : cell references +Oracle Open Office Calc : cell references;showing +Oracle Open Office Calc : cell styles +Oracle Open Office Calc : cell styles;assigning by formulas +Oracle Open Office Calc : cell styles;copying +Oracle Open Office Calc : cell styles;selecting +Oracle Open Office Calc : cell widths +Oracle Open Office Calc : cells +Oracle Open Office Calc : cells;aligning +Oracle Open Office Calc : cells;AutoInput function of text +Oracle Open Office Calc : cells;autorefreshing traces +Oracle Open Office Calc : cells;backgrounds +Oracle Open Office Calc : cells;borders +Oracle Open Office Calc : cells;changing text/number formats +Oracle Open Office Calc : cells;coloring (Calc) +Oracle Open Office Calc : cells;comments +Oracle Open Office Calc : cells;conditional formatting +Oracle Open Office Calc : cells;copying/deleting/formatting/moving +Oracle Open Office Calc : cells;currency formats +Oracle Open Office Calc : cells;cursor positions after input (Calc) +Oracle Open Office Calc : cells;date and time formats +Oracle Open Office Calc : cells;defining input help +Oracle Open Office Calc : cells;defining names +Oracle Open Office Calc : cells;deleting cells +Oracle Open Office Calc : cells;deleting contents +Oracle Open Office Calc : cells;filling automatically +Oracle Open Office Calc : cells;formatting dialog +Oracle Open Office Calc : cells;formatting without effect (Calc) +Oracle Open Office Calc : cells;heights and widths +Oracle Open Office Calc : cells;hiding for printing +Oracle Open Office Calc : cells;inserting +Oracle Open Office Calc : cells;Internet references +Oracle Open Office Calc : cells;invalid data +Oracle Open Office Calc : cells;line breaks +Oracle Open Office Calc : cells;linked to controls +Oracle Open Office Calc : cells;merging/unmerging +Oracle Open Office Calc : cells;moving by drag and drop +Oracle Open Office Calc : cells;number formats +Oracle Open Office Calc : cells;number of +Oracle Open Office Calc : cells;operating in another document +Oracle Open Office Calc : cells;pasting +Oracle Open Office Calc : cells;print ranges +Oracle Open Office Calc : cells;printing grids +Oracle Open Office Calc : cells;protecting +Oracle Open Office Calc : cells;references +Oracle Open Office Calc : cells;referencing by drag and drop +Oracle Open Office Calc : cells;refreshing traces +Oracle Open Office Calc : cells;removing dependents +Oracle Open Office Calc : cells;removing precedents +Oracle Open Office Calc : cells;removing traces +Oracle Open Office Calc : cells;resetting formats +Oracle Open Office Calc : cells;rotating text +Oracle Open Office Calc : cells;selecting +Oracle Open Office Calc : cells;showing grid lines (Calc) +Oracle Open Office Calc : cells;text breaks +Oracle Open Office Calc : cells;text super/sub +Oracle Open Office Calc : cells;trace fill mode +Oracle Open Office Calc : cells;tracing dependents +Oracle Open Office Calc : cells;tracing errors +Oracle Open Office Calc : cells;tracing precedents +Oracle Open Office Calc : cells;validity +Oracle Open Office Calc : centered text +Oracle Open Office Calc : centimeters +Oracle Open Office Calc : certificates +Oracle Open Office Calc : changes +Oracle Open Office Calc : changes;accepting or rejecting +Oracle Open Office Calc : changes;comparing to original +Oracle Open Office Calc : changes;protecting +Oracle Open Office Calc : changes;recording +Oracle Open Office Calc : changes;review function +Oracle Open Office Calc : changes;showing +Oracle Open Office Calc : changing +Oracle Open Office Calc : changing;currency formats +Oracle Open Office Calc : changing;dates, automatically +Oracle Open Office Calc : changing;document titles +Oracle Open Office Calc : changing;file associations in Setup program +Oracle Open Office Calc : changing;icon sizes +Oracle Open Office Calc : changing;input in cells +Oracle Open Office Calc : changing;links +Oracle Open Office Calc : changing;number of decimal places +Oracle Open Office Calc : changing;row heights/column widths +Oracle Open Office Calc : changing;sheet names +Oracle Open Office Calc : changing;sheet protection +Oracle Open Office Calc : changing;table views +Oracle Open Office Calc : changing;work directory +Oracle Open Office Calc : changing, see also editing and replacing +Oracle Open Office Calc : CHAR function +Oracle Open Office Calc : character styles +Oracle Open Office Calc : character styles;language selection +Oracle Open Office Calc : characters +Oracle Open Office Calc : characters;alternative fonts +Oracle Open Office Calc : characters;Asian layout +Oracle Open Office Calc : characters;bold +Oracle Open Office Calc : characters;coloring +Oracle Open Office Calc : characters;displaying only on screen (Writer) +Oracle Open Office Calc : characters;enabling CTL and Asian characters +Oracle Open Office Calc : characters;font effects +Oracle Open Office Calc : characters;fonts and formats +Oracle Open Office Calc : characters;hyperlinks +Oracle Open Office Calc : characters;italics +Oracle Open Office Calc : characters;language selection +Oracle Open Office Calc : characters;shadowed +Oracle Open Office Calc : characters;spacing +Oracle Open Office Calc : characters;special +Oracle Open Office Calc : characters;superscript/subscript +Oracle Open Office Calc : characters;underlining +Oracle Open Office Calc : charcoal sketches filter +Oracle Open Office Calc : chart legends +Oracle Open Office Calc : chart legends;hiding +Oracle Open Office Calc : chart legends;showing icons with labels +Oracle Open Office Calc : chart types +Oracle Open Office Calc : chart types;area +Oracle Open Office Calc : chart types;bubble +Oracle Open Office Calc : chart types;column and bar +Oracle Open Office Calc : chart types;column and line +Oracle Open Office Calc : chart types;line +Oracle Open Office Calc : chart types;net +Oracle Open Office Calc : chart types;pie/donut +Oracle Open Office Calc : chart types;stock +Oracle Open Office Calc : chart types;XY (scatter) +Oracle Open Office Calc : charts +Oracle Open Office Calc : charts;3D views +Oracle Open Office Calc : charts;aligning +Oracle Open Office Calc : charts;arranging within stacks +Oracle Open Office Calc : charts;bars with textures +Oracle Open Office Calc : charts;choosing chart types +Oracle Open Office Calc : charts;colors +Oracle Open Office Calc : charts;copying with link to source cell range +Oracle Open Office Calc : charts;data labels +Oracle Open Office Calc : charts;displaying (Calc) +Oracle Open Office Calc : charts;editing axes +Oracle Open Office Calc : charts;editing data +Oracle Open Office Calc : charts;editing legends +Oracle Open Office Calc : charts;editing titles +Oracle Open Office Calc : charts;formatting areas +Oracle Open Office Calc : charts;formatting floors +Oracle Open Office Calc : charts;formatting walls +Oracle Open Office Calc : charts;inserting +Oracle Open Office Calc : charts;overview +Oracle Open Office Calc : charts;positioning axes +Oracle Open Office Calc : charts;printing +Oracle Open Office Calc : charts;properties +Oracle Open Office Calc : charts;reorganizing +Oracle Open Office Calc : charts;scaling axes +Oracle Open Office Calc : charts;scaling text +Oracle Open Office Calc : charts;shortcuts +Oracle Open Office Calc : charts;showing axes +Oracle Open Office Calc : charts;updating automatically (Writer) +Oracle Open Office Calc : check box creation +Oracle Open Office Calc : chi-square distribution +Oracle Open Office Calc : CHIDIST function +Oracle Open Office Calc : CHIINV function +Oracle Open Office Calc : Chinese writing systems +Oracle Open Office Calc : CHISQDIST function +Oracle Open Office Calc : CHISQINV function +Oracle Open Office Calc : CHITEST function +Oracle Open Office Calc : CHOOSE function +Oracle Open Office Calc : choosing printers +Oracle Open Office Calc : circle drawings +Oracle Open Office Calc : CLEAN function +Oracle Open Office Calc : clearing, see also deleting/removing +Oracle Open Office Calc : Client Side ImageMap +Oracle Open Office Calc : clipboard +Oracle Open Office Calc : clipboard;cutting +Oracle Open Office Calc : clipboard;pasting +Oracle Open Office Calc : clipboard;pasting formatted/unformatted text +Oracle Open Office Calc : clipboard;selection clipboard +Oracle Open Office Calc : clipboard;Unix +Oracle Open Office Calc : closing +Oracle Open Office Calc : closing;documents +Oracle Open Office Calc : closing;toolbars +Oracle Open Office Calc : CODE function +Oracle Open Office Calc : coefficient of correlation +Oracle Open Office Calc : collaboration +Oracle Open Office Calc : color bar +Oracle Open Office Calc : colors +Oracle Open Office Calc : colors;adding +Oracle Open Office Calc : colors;appearance +Oracle Open Office Calc : colors;backgrounds +Oracle Open Office Calc : colors;charts +Oracle Open Office Calc : colors;fill format +Oracle Open Office Calc : colors;fonts +Oracle Open Office Calc : colors;grid lines and cells (Calc) +Oracle Open Office Calc : colors;models +Oracle Open Office Calc : colors;negative numbers +Oracle Open Office Calc : colors;not printing +Oracle Open Office Calc : colors;printing in grayscale +Oracle Open Office Calc : colors;restriction (Calc) +Oracle Open Office Calc : colors;selection +Oracle Open Office Calc : column and line charts +Oracle Open Office Calc : column breaks +Oracle Open Office Calc : column breaks;deleting +Oracle Open Office Calc : column breaks;inserting +Oracle Open Office Calc : column charts +Oracle Open Office Calc : COLUMN function +Oracle Open Office Calc : column headers +Oracle Open Office Calc : column headers;displaying (Calc) +Oracle Open Office Calc : column headers;hiding +Oracle Open Office Calc : column headers;highlighting (Calc) +Oracle Open Office Calc : column headers;using in formulas +Oracle Open Office Calc : column widths +Oracle Open Office Calc : columns +Oracle Open Office Calc : columns;AutoFilter function +Oracle Open Office Calc : columns;deleting +Oracle Open Office Calc : columns;finding labels automatically +Oracle Open Office Calc : columns;freezing +Oracle Open Office Calc : columns;hiding +Oracle Open Office Calc : columns;inserting +Oracle Open Office Calc : columns;moving by drag and drop +Oracle Open Office Calc : columns;optimal widths +Oracle Open Office Calc : columns;repeating when printing +Oracle Open Office Calc : columns;setting with the mouse +Oracle Open Office Calc : columns;swap with rows +Oracle Open Office Calc : columns;widths +Oracle Open Office Calc : COLUMNS function +Oracle Open Office Calc : columns, see also cells +Oracle Open Office Calc : COMBIN function +Oracle Open Office Calc : COMBINA function +Oracle Open Office Calc : combination charts +Oracle Open Office Calc : combining +Oracle Open Office Calc : combining;cell ranges +Oracle Open Office Calc : combo box creation +Oracle Open Office Calc : comma separated files and values +Oracle Open Office Calc : command button creation +Oracle Open Office Calc : command buttons, see push buttons +Oracle Open Office Calc : command line parameters +Oracle Open Office Calc : commands +Oracle Open Office Calc : commands;repeating +Oracle Open Office Calc : commands;SQL +Oracle Open Office Calc : comments +Oracle Open Office Calc : comments;displaying (Calc) +Oracle Open Office Calc : comments;help text for cells +Oracle Open Office Calc : comments;inserting/editing/deleting/printing +Oracle Open Office Calc : comments;on cells +Oracle Open Office Calc : comments;on cells - Inserting and Editing Comments +Oracle Open Office Calc : comments;on changes +Oracle Open Office Calc : comments;printing +Oracle Open Office Calc : comments;printing in text +Oracle Open Office Calc : common terms +Oracle Open Office Calc : common terms;Chinese dictionary +Oracle Open Office Calc : common terms;glossaries +Oracle Open Office Calc : common terms;Internet glossary +Oracle Open Office Calc : comparisons +Oracle Open Office Calc : comparisons;document versions +Oracle Open Office Calc : comparisons;operators in Calc +Oracle Open Office Calc : comparisons;operators in default filter dialog +Oracle Open Office Calc : compatibility settings for MS Word import +Oracle Open Office Calc : complete screen view +Oracle Open Office Calc : COMPLEX function +Oracle Open Office Calc : complex numbers in analysis functions +Oracle Open Office Calc : complex text layout +Oracle Open Office Calc : complex text layout;definition +Oracle Open Office Calc : complex text layout;enabling +Oracle Open Office Calc : complex text layout, see CTL +Oracle Open Office Calc : compose key to insert special characters +Oracle Open Office Calc : CONCATENATE function +Oracle Open Office Calc : concatenation, see ampersand symbol +Oracle Open Office Calc : conditional calculations with arrays +Oracle Open Office Calc : conditional formatting +Oracle Open Office Calc : conditional formatting;cells +Oracle Open Office Calc : conditional formatting;conditions +Oracle Open Office Calc : conditional separators +Oracle Open Office Calc : conditions +Oracle Open Office Calc : conditions;in number formats +Oracle Open Office Calc : conditions;items in Data Navigator +Oracle Open Office Calc : CONFIDENCE function +Oracle Open Office Calc : Configuration Manager +Oracle Open Office Calc : configuring +Oracle Open Office Calc : configuring;fax icon +Oracle Open Office Calc : configuring;Oracle Open Office +Oracle Open Office Calc : configuring;toolbars +Oracle Open Office Calc : connections to data sources (Base) +Oracle Open Office Calc : consolidating data +Oracle Open Office Calc : constant interest rates +Oracle Open Office Calc : constants definition +Oracle Open Office Calc : contents protection +Oracle Open Office Calc : context menus +Oracle Open Office Calc : control point display in presentations +Oracle Open Office Calc : controls +Oracle Open Office Calc : controls;activating in forms +Oracle Open Office Calc : controls;adding to documents +Oracle Open Office Calc : controls;arranging in forms +Oracle Open Office Calc : controls;arranging within stacks +Oracle Open Office Calc : controls;assigning data sources +Oracle Open Office Calc : controls;assigning macros (Basic) +Oracle Open Office Calc : controls;bound fields/list contents/linked cells +Oracle Open Office Calc : controls;events +Oracle Open Office Calc : controls;focus +Oracle Open Office Calc : controls;formatted fields +Oracle Open Office Calc : controls;grouping +Oracle Open Office Calc : controls;hidden +Oracle Open Office Calc : controls;inserting +Oracle Open Office Calc : controls;multi-line titles +Oracle Open Office Calc : controls;positions and sizes +Oracle Open Office Calc : controls;printing +Oracle Open Office Calc : controls;properties of form controls +Oracle Open Office Calc : controls;properties of table controls +Oracle Open Office Calc : controls;reference by SQL +Oracle Open Office Calc : controls;rich text control +Oracle Open Office Calc : controls;select mode +Oracle Open Office Calc : controls;showing (Writer) +Oracle Open Office Calc : CONVERT function +Oracle Open Office Calc : CONVERT_ADD function +Oracle Open Office Calc : converters +Oracle Open Office Calc : converters;Euro converter +Oracle Open Office Calc : converters;PostScript, UNIX +Oracle Open Office Calc : converters;XML +Oracle Open Office Calc : converting +Oracle Open Office Calc : converting;binary numbers, into decimal numbers +Oracle Open Office Calc : converting;binary numbers, into hexadecimal numbers +Oracle Open Office Calc : converting;binary numbers, into octal numbers +Oracle Open Office Calc : converting;decimal fractions, into decimal numbers +Oracle Open Office Calc : converting;decimal fractions, into mixed decimal fractions +Oracle Open Office Calc : converting;decimal numbers, into binary numbers +Oracle Open Office Calc : converting;decimal numbers, into hexadecimal numbers +Oracle Open Office Calc : converting;decimal numbers, into octal numbers +Oracle Open Office Calc : converting;degrees, into radians +Oracle Open Office Calc : converting;Hangul/Hanja +Oracle Open Office Calc : converting;hexadecimal numbers, into binary numbers +Oracle Open Office Calc : converting;hexadecimal numbers, into decimal numbers +Oracle Open Office Calc : converting;hexadecimal numbers, into octal numbers +Oracle Open Office Calc : converting;metrics +Oracle Open Office Calc : converting;Microsoft documents +Oracle Open Office Calc : converting;octal numbers, into binary numbers +Oracle Open Office Calc : converting;octal numbers, into decimal numbers +Oracle Open Office Calc : converting;octal numbers, into hexadecimal numbers +Oracle Open Office Calc : converting;Oracle Open Office documents +Oracle Open Office Calc : converting;Pocket PC formats +Oracle Open Office Calc : converting;radians, into degrees +Oracle Open Office Calc : converting;random variables, into normalized values +Oracle Open Office Calc : converting;text with leading zeros, into numbers +Oracle Open Office Calc : converting;text, into numbers +Oracle Open Office Calc : copies +Oracle Open Office Calc : copies;printing +Oracle Open Office Calc : copying +Oracle Open Office Calc : copying;array formulas +Oracle Open Office Calc : copying;by drag and drop +Oracle Open Office Calc : copying;cell styles +Oracle Open Office Calc : copying;data from text documents +Oracle Open Office Calc : copying;datasource records in spreadsheets +Oracle Open Office Calc : copying;draw objects +Oracle Open Office Calc : copying;draw objects between documents +Oracle Open Office Calc : copying;formatting +Oracle Open Office Calc : copying;formulas +Oracle Open Office Calc : copying;from data source view +Oracle Open Office Calc : copying;from Gallery +Oracle Open Office Calc : copying;in Unix +Oracle Open Office Calc : copying;pictures, between documents +Oracle Open Office Calc : copying;sheet areas, to text documents +Oracle Open Office Calc : copying;spreadsheets +Oracle Open Office Calc : copying;to Gallery +Oracle Open Office Calc : copying;values, to multiple sheets +Oracle Open Office Calc : copying;visible cells only +Oracle Open Office Calc : copyright for Oracle Open Office +Oracle Open Office Calc : corner roundings +Oracle Open Office Calc : correcting sheets automatically +Oracle Open Office Calc : CORREL function +Oracle Open Office Calc : COS function +Oracle Open Office Calc : COSH function +Oracle Open Office Calc : COT function +Oracle Open Office Calc : COTH function +Oracle Open Office Calc : COUNT function +Oracle Open Office Calc : COUNTA function +Oracle Open Office Calc : COUNTBLANK function +Oracle Open Office Calc : COUNTIF function +Oracle Open Office Calc : counting +Oracle Open Office Calc : counting;empty cells +Oracle Open Office Calc : counting;specified cells +Oracle Open Office Calc : counting rows +Oracle Open Office Calc : counting rows;with numeric or alphanumeric values +Oracle Open Office Calc : counting rows;with numeric values +Oracle Open Office Calc : COUPDAYBS function +Oracle Open Office Calc : COUPDAYS function +Oracle Open Office Calc : COUPDAYSNC function +Oracle Open Office Calc : COUPNCD function +Oracle Open Office Calc : COUPNUM function +Oracle Open Office Calc : COUPPCD function +Oracle Open Office Calc : COVAR function +Oracle Open Office Calc : crash reports +Oracle Open Office Calc : CRITBINOM function +Oracle Open Office Calc : criteria of query design (Base) +Oracle Open Office Calc : cropping pictures +Oracle Open Office Calc : cross-classified tables +Oracle Open Office Calc : csv files +Oracle Open Office Calc : csv files;formulas +Oracle Open Office Calc : csv files;importing and exporting +Oracle Open Office Calc : CTL +Oracle Open Office Calc : CTL;(not) wrapping words +Oracle Open Office Calc : CTL;complex text layout languages +Oracle Open Office Calc : CTL;definition +Oracle Open Office Calc : CTL;options +Oracle Open Office Calc : CTL;right-to-left sheets +Oracle Open Office Calc : CUMIPMT function +Oracle Open Office Calc : CUMIPMT_ADD function +Oracle Open Office Calc : CUMPRINC function +Oracle Open Office Calc : CUMPRINC_ADD function +Oracle Open Office Calc : cumulative lognormal distribution +Oracle Open Office Calc : cumulative probability density function +Oracle Open Office Calc : cumulative probability density function;calculating +Oracle Open Office Calc : cumulative probability density function;inverse of +Oracle Open Office Calc : currencies +Oracle Open Office Calc : currencies;converters +Oracle Open Office Calc : currencies;default currencies +Oracle Open Office Calc : currencies;format codes +Oracle Open Office Calc : currencies;formats +Oracle Open Office Calc : currency field creation +Oracle Open Office Calc : currency formats +Oracle Open Office Calc : currency formats +Oracle Open Office Calc : currency formats;spreadsheets +Oracle Open Office Calc : current date and time values +Oracle Open Office Calc : CURRENT function +Oracle Open Office Calc : cursor +Oracle Open Office Calc : cursor;allowing in protected areas (Writer) +Oracle Open Office Calc : cursor;in read-only text +Oracle Open Office Calc : cursor;quickly moving to an object +Oracle Open Office Calc : curves +Oracle Open Office Calc : curves;editing points +Oracle Open Office Calc : curves;properties in line charts/XY charts +Oracle Open Office Calc : custom dictionaries +Oracle Open Office Calc : custom dictionaries;editing +Oracle Open Office Calc : custom hyphens (Writer) +Oracle Open Office Calc : custom quotes +Oracle Open Office Calc : custom templates +Oracle Open Office Calc : customized lists +Oracle Open Office Calc : customizing +Oracle Open Office Calc : customizing;events +Oracle Open Office Calc : customizing;keyboard +Oracle Open Office Calc : customizing;menus +Oracle Open Office Calc : customizing;Oracle Open Office +Oracle Open Office Calc : customizing;round corners +Oracle Open Office Calc : customizing;toolbars +Oracle Open Office Calc : cutting +Oracle Open Office Calc : dashes +Oracle Open Office Calc : data +Oracle Open Office Calc : data;filtering in forms +Oracle Open Office Calc : data;forms and subforms +Oracle Open Office Calc : data;inserting in multiple sheets +Oracle Open Office Calc : data;merging cell ranges +Oracle Open Office Calc : data;read-only +Oracle Open Office Calc : data;showing invalid data +Oracle Open Office Calc : data;sorting in databases +Oracle Open Office Calc : data;sorting in forms +Oracle Open Office Calc : data;user data +Oracle Open Office Calc : data;validity check +Oracle Open Office Calc : data binding change in XForms +Oracle Open Office Calc : data field options for Data Pilot +Oracle Open Office Calc : data labels in charts +Oracle Open Office Calc : Data Navigator +Oracle Open Office Calc : Data Navigator;adding/editing items +Oracle Open Office Calc : Data Navigator;display options +Oracle Open Office Calc : data ranges in charts +Oracle Open Office Calc : data series +Oracle Open Office Calc : data series import +Oracle Open Office Calc : data source browser +Oracle Open Office Calc : data source explorer +Oracle Open Office Calc : data source view +Oracle Open Office Calc : data source view;drag and drop +Oracle Open Office Calc : data source view;overview +Oracle Open Office Calc : data source view;showing +Oracle Open Office Calc : data sources +Oracle Open Office Calc : data sources;as tables +Oracle Open Office Calc : data sources;connection settings (Base) +Oracle Open Office Calc : data sources;copying records to spreadsheets +Oracle Open Office Calc : data sources;displaying current +Oracle Open Office Calc : data sources;external data +Oracle Open Office Calc : data sources;LDAP server (Base) +Oracle Open Office Calc : data sources;Oracle Open Office Base +Oracle Open Office Calc : data sources;registering address books +Oracle Open Office Calc : data sources;reports +Oracle Open Office Calc : data sources;setting for stock charts +Oracle Open Office Calc : data sources;viewing +Oracle Open Office Calc : data structure of XForms +Oracle Open Office Calc : data tables +Oracle Open Office Calc : data tables;multiple operations in +Oracle Open Office Calc : data validity +Oracle Open Office Calc : data values in charts +Oracle Open Office Calc : data, see also values +Oracle Open Office Calc : database contents +Oracle Open Office Calc : database contents;inserting as tables +Oracle Open Office Calc : database contents;inserting as text +Oracle Open Office Calc : database ranges +Oracle Open Office Calc : database ranges;advanced filters +Oracle Open Office Calc : database ranges;applying/removing filters +Oracle Open Office Calc : database ranges;AutoFilter function +Oracle Open Office Calc : database ranges;defining +Oracle Open Office Calc : database ranges;hiding AutoFilter +Oracle Open Office Calc : database ranges;refreshing +Oracle Open Office Calc : database ranges;sorting +Oracle Open Office Calc : database reports +Oracle Open Office Calc : Database Wizard (Base) +Oracle Open Office Calc : databases +Oracle Open Office Calc : databases;administration through SQL (Base) +Oracle Open Office Calc : databases;ADO (Base) +Oracle Open Office Calc : databases;connecting (Base) +Oracle Open Office Calc : databases;creating +Oracle Open Office Calc : databases;creating labels +Oracle Open Office Calc : databases;creating queries +Oracle Open Office Calc : databases;creating reports +Oracle Open Office Calc : databases;creating tables +Oracle Open Office Calc : databases;deleting (Base) +Oracle Open Office Calc : databases;drag and drop (Base) +Oracle Open Office Calc : databases;editing tables +Oracle Open Office Calc : databases;form filters +Oracle Open Office Calc : databases;formats (Base) +Oracle Open Office Calc : databases;functions in Oracle Open Office Calc +Oracle Open Office Calc : databases;importing/exporting +Oracle Open Office Calc : databases;JDBC (Base) +Oracle Open Office Calc : databases;main page (Base) +Oracle Open Office Calc : databases;ODBC (Base) +Oracle Open Office Calc : databases;overview +Oracle Open Office Calc : databases;registering (Base) +Oracle Open Office Calc : databases;searching records +Oracle Open Office Calc : databases;selecting (Calc) +Oracle Open Office Calc : databases;shortcut keys +Oracle Open Office Calc : databases;sorting +Oracle Open Office Calc : databases;standard filters +Oracle Open Office Calc : databases;text formats +Oracle Open Office Calc : databases;viewing +Oracle Open Office Calc : DataPilot function +Oracle Open Office Calc : DataPilot function;calling up and applying +Oracle Open Office Calc : DataPilot function;deleting tables +Oracle Open Office Calc : DataPilot function;drill down +Oracle Open Office Calc : DataPilot function;editing tables +Oracle Open Office Calc : DataPilot function;filtering tables +Oracle Open Office Calc : DataPilot function;grouping table entries +Oracle Open Office Calc : DataPilot function;introduction +Oracle Open Office Calc : DataPilot function;preventing data overwriting +Oracle Open Office Calc : DataPilot function;refreshing tables +Oracle Open Office Calc : DataPilot function;show details +Oracle Open Office Calc : DataPilot tables +Oracle Open Office Calc : date and time functions +Oracle Open Office Calc : date fields +Oracle Open Office Calc : date fields;creating +Oracle Open Office Calc : date fields;properties +Oracle Open Office Calc : date formats +Oracle Open Office Calc : date formats;avoiding conversion to +Oracle Open Office Calc : date formats;conversion +Oracle Open Office Calc : date formats +Oracle Open Office Calc : DATE function +Oracle Open Office Calc : date series +Oracle Open Office Calc : dates +Oracle Open Office Calc : dates;19xx/20xx +Oracle Open Office Calc : dates;default (Calc) +Oracle Open Office Calc : dates;in cells +Oracle Open Office Calc : dates;interest date prior to settlement date +Oracle Open Office Calc : dates;printing in presentations +Oracle Open Office Calc : dates;start 1900/01/01 (Calc) +Oracle Open Office Calc : dates;start 1904/01/01 (Calc) +Oracle Open Office Calc : dates;updating automatically +Oracle Open Office Calc : DATEVALUE function +Oracle Open Office Calc : DAVERAGE function +Oracle Open Office Calc : DAY function +Oracle Open Office Calc : DAYS function +Oracle Open Office Calc : DAYS360 function +Oracle Open Office Calc : DAYSINMONTH function +Oracle Open Office Calc : DAYSINYEAR function +Oracle Open Office Calc : DB function +Oracle Open Office Calc : dBASE +Oracle Open Office Calc : dBASE;database settings (Base) +Oracle Open Office Calc : dBASE import/export +Oracle Open Office Calc : DCOUNT function +Oracle Open Office Calc : DCOUNTA function +Oracle Open Office Calc : DDB function +Oracle Open Office Calc : DDE +Oracle Open Office Calc : DDE;definition +Oracle Open Office Calc : DDE function +Oracle Open Office Calc : deactivating +Oracle Open Office Calc : deactivating;automatic changes +Oracle Open Office Calc : deactivating;plug-ins +Oracle Open Office Calc : DEC2BIN function +Oracle Open Office Calc : DEC2HEX function +Oracle Open Office Calc : DEC2OCT function +Oracle Open Office Calc : DECIMAL function +Oracle Open Office Calc : decimal places +Oracle Open Office Calc : decimal places;adding/deleting +Oracle Open Office Calc : decimal places;cutting off +Oracle Open Office Calc : decimal places;formatting numbers +Oracle Open Office Calc : decimal places;showing +Oracle Open Office Calc : decimal places displayed (Calc) +Oracle Open Office Calc : decimal separator key +Oracle Open Office Calc : decimal system +Oracle Open Office Calc : decimal system;converting to +Oracle Open Office Calc : decimal tab stops +Oracle Open Office Calc : default directories +Oracle Open Office Calc : default filters +Oracle Open Office Calc : default filters;comparison operators +Oracle Open Office Calc : default filters;databases +Oracle Open Office Calc : default printer +Oracle Open Office Calc : default printer;setting up +Oracle Open Office Calc : default printer;UNIX +Oracle Open Office Calc : default templates +Oracle Open Office Calc : default templates;changing +Oracle Open Office Calc : default templates;organizing +Oracle Open Office Calc : defaults +Oracle Open Office Calc : defaults;currency formats +Oracle Open Office Calc : defaults;documents +Oracle Open Office Calc : defaults;file formats in file dialogs +Oracle Open Office Calc : defaults;file formats in Oracle Open Office +Oracle Open Office Calc : defaults;fonts +Oracle Open Office Calc : defaults;grids (Writer/Calc) +Oracle Open Office Calc : defaults;languages +Oracle Open Office Calc : defaults;number formats +Oracle Open Office Calc : defaults;number formats in spreadsheets +Oracle Open Office Calc : defaults;of saving +Oracle Open Office Calc : defaults;program configuration +Oracle Open Office Calc : defaults;tab stops in text +Oracle Open Office Calc : defaults;views +Oracle Open Office Calc : defining +Oracle Open Office Calc : defining;advanced filters +Oracle Open Office Calc : defining;arrowheads and other line ends +Oracle Open Office Calc : defining;AutoFormat function for tables +Oracle Open Office Calc : defining;colors +Oracle Open Office Calc : defining;database ranges +Oracle Open Office Calc : defining;line styles +Oracle Open Office Calc : defining;names for cell ranges +Oracle Open Office Calc : defining;paragraph borders +Oracle Open Office Calc : defining;print ranges +Oracle Open Office Calc : defining;queries (Base) +Oracle Open Office Calc : defining;sort lists +Oracle Open Office Calc : defining;table borders +Oracle Open Office Calc : DEGREES function +Oracle Open Office Calc : deleting +Oracle Open Office Calc : deleting;all direct formatting +Oracle Open Office Calc : deleting;cell contents +Oracle Open Office Calc : deleting;cells/rows/columns +Oracle Open Office Calc : deleting;comments +Oracle Open Office Calc : deleting;databases (Base) +Oracle Open Office Calc : deleting;DataPilot tables +Oracle Open Office Calc : deleting;decimal places +Oracle Open Office Calc : deleting;hyperlinks +Oracle Open Office Calc : deleting;lines in text +Oracle Open Office Calc : deleting;manual column breaks +Oracle Open Office Calc : deleting;manual row breaks +Oracle Open Office Calc : deleting;models/instances +Oracle Open Office Calc : deleting;namespaces in XForms +Oracle Open Office Calc : deleting;print ranges +Oracle Open Office Calc : deleting;spreadsheets +Oracle Open Office Calc : deleting;tab stops +Oracle Open Office Calc : deleting;templates +Oracle Open Office Calc : deleting;visible cells only +Oracle Open Office Calc : deleting;XML filters +Oracle Open Office Calc : delimited values and files +Oracle Open Office Calc : DELTA function +Oracle Open Office Calc : density function +Oracle Open Office Calc : depreciations +Oracle Open Office Calc : depreciations;arithmetic declining +Oracle Open Office Calc : depreciations;arithmetic-degressive +Oracle Open Office Calc : depreciations;degressive amortizations +Oracle Open Office Calc : depreciations;geometric-degressive +Oracle Open Office Calc : depreciations;linear +Oracle Open Office Calc : depreciations;linear amortizations +Oracle Open Office Calc : depreciations;variable declining +Oracle Open Office Calc : depth stagger +Oracle Open Office Calc : descriptions for objects +Oracle Open Office Calc : design mode after saving +Oracle Open Office Calc : design view +Oracle Open Office Calc : design view;creating forms +Oracle Open Office Calc : design view;queries/views (Base) +Oracle Open Office Calc : designing +Oracle Open Office Calc : designing;database tables +Oracle Open Office Calc : designing;fonts +Oracle Open Office Calc : designing;queries (Base) +Oracle Open Office Calc : detaching toolbars +Oracle Open Office Calc : determinants +Oracle Open Office Calc : determination coefficients +Oracle Open Office Calc : DEVSQ function +Oracle Open Office Calc : DGET function +Oracle Open Office Calc : dictionaries +Oracle Open Office Calc : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Calc : dictionaries;creating +Oracle Open Office Calc : dictionaries;editing user-defined +Oracle Open Office Calc : dictionaries;spellcheck +Oracle Open Office Calc : dictionaries, see also languages +Oracle Open Office Calc : digital signatures +Oracle Open Office Calc : digital signatures;getting/managing/applying +Oracle Open Office Calc : digital signatures;overview +Oracle Open Office Calc : digital signatures;WebDAV over HTTPS +Oracle Open Office Calc : direct formatting +Oracle Open Office Calc : direct formatting;undoing all +Oracle Open Office Calc : directories +Oracle Open Office Calc : directories;creating new +Oracle Open Office Calc : directories;directory structure +Oracle Open Office Calc : disabled persons +Oracle Open Office Calc : DISC function +Oracle Open Office Calc : discounts +Oracle Open Office Calc : display options in Data Pilot +Oracle Open Office Calc : displaying +Oracle Open Office Calc : displaying;comments (Calc) +Oracle Open Office Calc : displaying;comments in text documents +Oracle Open Office Calc : displaying;formulas at any position +Oracle Open Office Calc : displaying;formulas instead of results +Oracle Open Office Calc : displaying;headers of columns/rows +Oracle Open Office Calc : displaying;non-printing characters (Writer) +Oracle Open Office Calc : displaying;pictures and objects (Writer) +Oracle Open Office Calc : displaying;scenario names +Oracle Open Office Calc : displaying;sheets +Oracle Open Office Calc : displaying;tables (Writer) +Oracle Open Office Calc : displaying;zero values (Calc) +Oracle Open Office Calc : distances +Oracle Open Office Calc : distinct values in SQL queries +Oracle Open Office Calc : distorting in drawings +Oracle Open Office Calc : distributing XML filters +Oracle Open Office Calc : division sign, see also operators +Oracle Open Office Calc : divisions +Oracle Open Office Calc : DMAX function +Oracle Open Office Calc : DMIN function +Oracle Open Office Calc : docking +Oracle Open Office Calc : docking;definition +Oracle Open Office Calc : docking;toolbars +Oracle Open Office Calc : docking;windows +Oracle Open Office Calc : Document Converter Wizard +Oracle Open Office Calc : Document Map, see Navigator +Oracle Open Office Calc : document types in Oracle Open Office +Oracle Open Office Calc : documents +Oracle Open Office Calc : documents;changing titles +Oracle Open Office Calc : documents;closing +Oracle Open Office Calc : documents;comparing +Oracle Open Office Calc : documents;contents as lists +Oracle Open Office Calc : documents;editing time +Oracle Open Office Calc : documents;exporting +Oracle Open Office Calc : documents;importing +Oracle Open Office Calc : documents;languages +Oracle Open Office Calc : documents;measurement units in +Oracle Open Office Calc : documents;merging +Oracle Open Office Calc : documents;number of pages/tables/sheets +Oracle Open Office Calc : documents;opening +Oracle Open Office Calc : documents;opening in design mode +Oracle Open Office Calc : documents;opening with templates +Oracle Open Office Calc : documents;organizing +Oracle Open Office Calc : documents;printing +Oracle Open Office Calc : documents;protecting +Oracle Open Office Calc : documents;read-only +Oracle Open Office Calc : documents;references +Oracle Open Office Calc : documents;reloading +Oracle Open Office Calc : documents;saving +Oracle Open Office Calc : documents;saving automatically +Oracle Open Office Calc : documents;saving in other formats +Oracle Open Office Calc : documents;sending as e-mail +Oracle Open Office Calc : documents;styles changed +Oracle Open Office Calc : documents;version management +Oracle Open Office Calc : documents;version numbers +Oracle Open Office Calc : DOLLAR function +Oracle Open Office Calc : DOLLARDE function +Oracle Open Office Calc : DOLLARFR function +Oracle Open Office Calc : donut charts +Oracle Open Office Calc : dot products +Oracle Open Office Calc : dotted areas +Oracle Open Office Calc : double-line spacing in paragraphs +Oracle Open Office Calc : double-line writing in Asian layout +Oracle Open Office Calc : DPRODUCT function +Oracle Open Office Calc : drag and drop +Oracle Open Office Calc : drag and drop;copying and pasting text +Oracle Open Office Calc : drag and drop;data source view +Oracle Open Office Calc : drag and drop;from Gallery to draw objects +Oracle Open Office Calc : drag and drop;moving cells +Oracle Open Office Calc : drag and drop;overview +Oracle Open Office Calc : drag and drop;pictures +Oracle Open Office Calc : drag and drop;referencing cells +Oracle Open Office Calc : drag and drop;to Gallery +Oracle Open Office Calc : draw objects +Oracle Open Office Calc : draw objects;adding/editing/copying +Oracle Open Office Calc : draw objects;anchoring +Oracle Open Office Calc : draw objects;arranging within stacks +Oracle Open Office Calc : draw objects;copying between documents +Oracle Open Office Calc : draw objects;displaying (Calc) +Oracle Open Office Calc : draw objects;dropping Gallery pictures +Oracle Open Office Calc : draw objects;flipping +Oracle Open Office Calc : draw objects;legends +Oracle Open Office Calc : draw objects;positioning and resizing +Oracle Open Office Calc : draw objects;printing +Oracle Open Office Calc : draw objects;protecting +Oracle Open Office Calc : draw objects;slanting +Oracle Open Office Calc : draw objects;text in +Oracle Open Office Calc : Drawing bar +Oracle Open Office Calc : drawing lines in text +Oracle Open Office Calc : drawings +Oracle Open Office Calc : drawings;creating/opening +Oracle Open Office Calc : drawings;languages +Oracle Open Office Calc : drawings;printing +Oracle Open Office Calc : drawings;printing defaults +Oracle Open Office Calc : drawings;printing in text documents +Oracle Open Office Calc : drawings;saving +Oracle Open Office Calc : drawings;saving automatically +Oracle Open Office Calc : drawings;saving in other formats +Oracle Open Office Calc : drawings;sending as e-mail +Oracle Open Office Calc : drawings;showing (Writer) +Oracle Open Office Calc : drawings, see also draw objects +Oracle Open Office Calc : drop-down lists in form functions +Oracle Open Office Calc : drop-down menus in sheet columns +Oracle Open Office Calc : DSTDEV function +Oracle Open Office Calc : DSTDEVP function +Oracle Open Office Calc : DSUM function +Oracle Open Office Calc : DURATION function +Oracle Open Office Calc : DURATION_ADD function +Oracle Open Office Calc : durations +Oracle Open Office Calc : durations;calculating +Oracle Open Office Calc : durations;first interest payment until settlement date +Oracle Open Office Calc : durations;fixed interest securities +Oracle Open Office Calc : DVAR function +Oracle Open Office Calc : DVARP function +Oracle Open Office Calc : e-mail attachments +Oracle Open Office Calc : EASTERSUNDAY function +Oracle Open Office Calc : EDATE function +Oracle Open Office Calc : Edit File icon +Oracle Open Office Calc : edit mode +Oracle Open Office Calc : edit mode;after opening +Oracle Open Office Calc : edit mode;through Enter key (Calc) +Oracle Open Office Calc : Edit Points bar +Oracle Open Office Calc : editing +Oracle Open Office Calc : editing;array formulas +Oracle Open Office Calc : editing;chart axes +Oracle Open Office Calc : editing;chart data +Oracle Open Office Calc : editing;chart legends +Oracle Open Office Calc : editing;chart titles +Oracle Open Office Calc : editing;comments +Oracle Open Office Calc : editing;data binding of XForms +Oracle Open Office Calc : editing;database tables and queries +Oracle Open Office Calc : editing;DataPilot tables +Oracle Open Office Calc : editing;draw objects +Oracle Open Office Calc : editing;Fontwork objects +Oracle Open Office Calc : editing;hyperlinks +Oracle Open Office Calc : editing;menus +Oracle Open Office Calc : editing;objects +Oracle Open Office Calc : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Calc : editing;pictures +Oracle Open Office Calc : editing;print ranges +Oracle Open Office Calc : editing;reports +Oracle Open Office Calc : editing;shortcut keys +Oracle Open Office Calc : editing;tab stops +Oracle Open Office Calc : editing;templates +Oracle Open Office Calc : editing;titles +Oracle Open Office Calc : editing;toolbars +Oracle Open Office Calc : editing;undoing +Oracle Open Office Calc : editing;XForms +Oracle Open Office Calc : editing time of documents +Oracle Open Office Calc : editors +Oracle Open Office Calc : editors;formula editor +Oracle Open Office Calc : editors;ImageMap editor +Oracle Open Office Calc : EFFECT_ADD function +Oracle Open Office Calc : EFFECTIVE function +Oracle Open Office Calc : effective interest rates +Oracle Open Office Calc : effects +Oracle Open Office Calc : effects;font positions +Oracle Open Office Calc : effects;fonts +Oracle Open Office Calc : effects;Fontwork icons +Oracle Open Office Calc : empty cells +Oracle Open Office Calc : empty cells;counting +Oracle Open Office Calc : empty cells;handling of +Oracle Open Office Calc : empty cells;recognizing +Oracle Open Office Calc : empty documents +Oracle Open Office Calc : empty paragraph removal +Oracle Open Office Calc : encrypting text +Oracle Open Office Calc : encryption of contents +Oracle Open Office Calc : entering entries with AutoInput function +Oracle Open Office Calc : entering groups +Oracle Open Office Calc : entering text from right to left +Oracle Open Office Calc : EOMONTH function +Oracle Open Office Calc : equal sign, see also operators +Oracle Open Office Calc : equations in formula editor +Oracle Open Office Calc : equations in goal seek +Oracle Open Office Calc : ERF function +Oracle Open Office Calc : ERFC function +Oracle Open Office Calc : error bars in charts +Oracle Open Office Calc : error codes +Oracle Open Office Calc : error codes;controlling +Oracle Open Office Calc : error codes;list of +Oracle Open Office Calc : error indicators in charts +Oracle Open Office Calc : error messages +Oracle Open Office Calc : error messages;defining for incorrect input +Oracle Open Office Calc : error messages;invalid references +Oracle Open Office Calc : Error Report Tool +Oracle Open Office Calc : error tracing +Oracle Open Office Calc : ERRORTYPE function +Oracle Open Office Calc : Euro +Oracle Open Office Calc : Euro;converting +Oracle Open Office Calc : Euro;currency formats +Oracle Open Office Calc : Euro;Euro Converter Wizard +Oracle Open Office Calc : EUROCONVERT function +Oracle Open Office Calc : EVEN function +Oracle Open Office Calc : even integers +Oracle Open Office Calc : even/odd pages +Oracle Open Office Calc : even/odd pages;printing +Oracle Open Office Calc : events +Oracle Open Office Calc : events;assigning scripts +Oracle Open Office Calc : events;controls +Oracle Open Office Calc : events;customizing +Oracle Open Office Calc : events;in forms +Oracle Open Office Calc : EXACT function +Oracle Open Office Calc : exact numbers in Oracle Open Office Calc +Oracle Open Office Calc : examples +Oracle Open Office Calc : examples;formula calculation +Oracle Open Office Calc : examples;goal seek +Oracle Open Office Calc : Excel +Oracle Open Office Calc : Excel;saving as +Oracle Open Office Calc : Excel;search criteria +Oracle Open Office Calc : exceptions +Oracle Open Office Calc : exceptions;user-defined dictionaries +Oracle Open Office Calc : exchanging, see also replacing +Oracle Open Office Calc : executing SQL commands +Oracle Open Office Calc : exiting +Oracle Open Office Calc : exiting;groups +Oracle Open Office Calc : exiting;Oracle Open Office +Oracle Open Office Calc : EXP function +Oracle Open Office Calc : expanding formatting (Calc) +Oracle Open Office Calc : explorer of data sources +Oracle Open Office Calc : EXPONDIST function +Oracle Open Office Calc : exponential distributions +Oracle Open Office Calc : exponential trends in arrays +Oracle Open Office Calc : export filters +Oracle Open Office Calc : exporting +Oracle Open Office Calc : exporting;bitmaps +Oracle Open Office Calc : exporting;cells +Oracle Open Office Calc : exporting;formulas as csv files +Oracle Open Office Calc : exporting;HTML and text documents +Oracle Open Office Calc : exporting;Microsoft Office documents with VBA code +Oracle Open Office Calc : exporting;spreadsheets to dBASE +Oracle Open Office Calc : exporting;spreadsheets to text format +Oracle Open Office Calc : exporting;tables as text +Oracle Open Office Calc : exporting;templates +Oracle Open Office Calc : exporting;to foreign formats +Oracle Open Office Calc : exporting;to HTML +Oracle Open Office Calc : exporting;to Microsoft Office formats +Oracle Open Office Calc : exporting;to PDF +Oracle Open Office Calc : exporting;to PostScript format +Oracle Open Office Calc : exporting;to XML +Oracle Open Office Calc : exporting;XML files +Oracle Open Office Calc : extended tips in Help +Oracle Open Office Calc : extending print ranges +Oracle Open Office Calc : extension mode in text +Oracle Open Office Calc : extensions +Oracle Open Office Calc : extensions;Extension Manager +Oracle Open Office Calc : extensions;file formats +Oracle Open Office Calc : external data +Oracle Open Office Calc : external data;inserting +Oracle Open Office Calc : external DLL functions +Oracle Open Office Calc : external keys (Base) +Oracle Open Office Calc : extrapolations +Oracle Open Office Calc : FACT function +Oracle Open Office Calc : FACTDOUBLE function +Oracle Open Office Calc : factorials +Oracle Open Office Calc : factorials;numbers +Oracle Open Office Calc : factorials;numbers with increments of two +Oracle Open Office Calc : FALSE function +Oracle Open Office Calc : faster printing +Oracle Open Office Calc : faxes +Oracle Open Office Calc : faxes;configuring Oracle Open Office +Oracle Open Office Calc : faxes;fax programs/fax printers under UNIX +Oracle Open Office Calc : faxes;selecting a fax machine +Oracle Open Office Calc : faxes;sending +Oracle Open Office Calc : faxes;wizards +Oracle Open Office Calc : FDIST function +Oracle Open Office Calc : feedback +Oracle Open Office Calc : feedback;automatically +Oracle Open Office Calc : fields +Oracle Open Office Calc : fields;database tables +Oracle Open Office Calc : fields;displaying field codes (Writer) +Oracle Open Office Calc : fields;formatted fields +Oracle Open Office Calc : fields;updating automatically (Writer) +Oracle Open Office Calc : file associations for Microsoft Office +Oracle Open Office Calc : file filters +Oracle Open Office Calc : file filters;mobile devices +Oracle Open Office Calc : file filters;XML +Oracle Open Office Calc : file formats +Oracle Open Office Calc : file formats;changing Oracle Open Office defaults +Oracle Open Office Calc : file formats;OpenDocument/XML +Oracle Open Office Calc : file formats;saving always in other formats +Oracle Open Office Calc : file names in headers/footers +Oracle Open Office Calc : file selection button +Oracle Open Office Calc : file sharing options for current document +Oracle Open Office Calc : files +Oracle Open Office Calc : files;filters and formats +Oracle Open Office Calc : files;importing +Oracle Open Office Calc : files;opening +Oracle Open Office Calc : files;properties +Oracle Open Office Calc : files;saving +Oracle Open Office Calc : files;saving automatically +Oracle Open Office Calc : files;saving in other formats +Oracle Open Office Calc : files;sending as e-mail +Oracle Open Office Calc : files;version numbers +Oracle Open Office Calc : files and folders in Oracle Open Office +Oracle Open Office Calc : fill characters with tabulators +Oracle Open Office Calc : fill colors for areas +Oracle Open Office Calc : fill patterns for areas +Oracle Open Office Calc : filling +Oracle Open Office Calc : filling;cells, automatically +Oracle Open Office Calc : filling;customized lists +Oracle Open Office Calc : filling;selection lists +Oracle Open Office Calc : filter conditions +Oracle Open Office Calc : filter conditions;connecting +Oracle Open Office Calc : filter conditions;in queries (Base) +Oracle Open Office Calc : filtered data +Oracle Open Office Calc : filtered data;sums +Oracle Open Office Calc : filtering +Oracle Open Office Calc : filtering;cell ranges/database ranges +Oracle Open Office Calc : filtering;data in databases +Oracle Open Office Calc : filtering;data in forms +Oracle Open Office Calc : filtering;DataPilot tables +Oracle Open Office Calc : filters +Oracle Open Office Calc : filters;applying/removing +Oracle Open Office Calc : filters;comparison operators +Oracle Open Office Calc : filters;copying visible cells only +Oracle Open Office Calc : filters;defining advanced filters +Oracle Open Office Calc : filters;for import and export +Oracle Open Office Calc : filters;Navigator +Oracle Open Office Calc : filters;pictures +Oracle Open Office Calc : filters;XML filter settings +Oracle Open Office Calc : filters, see also AutoFilter function +Oracle Open Office Calc : financial functions +Oracle Open Office Calc : FIND function +Oracle Open Office Calc : Find tab in Help +Oracle Open Office Calc : finding +Oracle Open Office Calc : finding;formulas/values/text/objects +Oracle Open Office Calc : finding;in all sheets +Oracle Open Office Calc : finding;records in form documents +Oracle Open Office Calc : finding;selections +Oracle Open Office Calc : finding;similarity search +Oracle Open Office Calc : FINV function +Oracle Open Office Calc : FISHER function +Oracle Open Office Calc : FISHERINV function +Oracle Open Office Calc : fitting to pages +Oracle Open Office Calc : fitting to pages;print settings in Math +Oracle Open Office Calc : fitting to pages;print settings in presentations +Oracle Open Office Calc : FIXED function +Oracle Open Office Calc : fixed text +Oracle Open Office Calc : fixed text;form functions +Oracle Open Office Calc : fixing toolbars +Oracle Open Office Calc : flipping draw objects +Oracle Open Office Calc : floating frames in HTML documents +Oracle Open Office Calc : floating toolbars +Oracle Open Office Calc : FLOOR function +Oracle Open Office Calc : focus of controls +Oracle Open Office Calc : folder creation +Oracle Open Office Calc : font lists +Oracle Open Office Calc : font name box +Oracle Open Office Calc : font sizes +Oracle Open Office Calc : font sizes;bullets +Oracle Open Office Calc : font sizes;relative changes +Oracle Open Office Calc : font sizes;scaling on screen +Oracle Open Office Calc : font sizes;text +Oracle Open Office Calc : fonts +Oracle Open Office Calc : fonts;adding under UNIX +Oracle Open Office Calc : fonts;changing in templates +Oracle Open Office Calc : fonts;colors +Oracle Open Office Calc : fonts;default settings +Oracle Open Office Calc : fonts;effects +Oracle Open Office Calc : fonts;for HTML and Basic +Oracle Open Office Calc : fonts;formats +Oracle Open Office Calc : fonts;outlines +Oracle Open Office Calc : fonts;positions in text +Oracle Open Office Calc : fonts;shadows +Oracle Open Office Calc : fonts;specifying several +Oracle Open Office Calc : fonts;strikethrough +Oracle Open Office Calc : fonts;styles +Oracle Open Office Calc : fonts;text objects +Oracle Open Office Calc : Fontwork icons +Oracle Open Office Calc : footers +Oracle Open Office Calc : footers;backgrounds +Oracle Open Office Calc : footers;defining +Oracle Open Office Calc : footers;printing on sheets +Oracle Open Office Calc : forced array handling +Oracle Open Office Calc : FORECAST function +Oracle Open Office Calc : form controls +Oracle Open Office Calc : form controls;assigning macros +Oracle Open Office Calc : form controls;protecting +Oracle Open Office Calc : form controls;toolbars +Oracle Open Office Calc : form fields +Oracle Open Office Calc : form filters +Oracle Open Office Calc : Form Navigator +Oracle Open Office Calc : format codes +Oracle Open Office Calc : format codes;numbers +Oracle Open Office Calc : format codes;user-defined number formats +Oracle Open Office Calc : format filling printing in Oracle Open Office Math +Oracle Open Office Calc : Format Paintbrush +Oracle Open Office Calc : formats +Oracle Open Office Calc : formats;Asian layout +Oracle Open Office Calc : formats;assigning by formulas +Oracle Open Office Calc : formats;automatically formatting spreadsheets +Oracle Open Office Calc : formats;changing text/number +Oracle Open Office Calc : formats;currency formats in cells +Oracle Open Office Calc : formats;fonts +Oracle Open Office Calc : formats;maximizing page formats +Oracle Open Office Calc : formats;number and currency formats +Oracle Open Office Calc : formats;numbers as text +Oracle Open Office Calc : formats;numbers in tables +Oracle Open Office Calc : formats;of currencies/date/time +Oracle Open Office Calc : formats;on opening and saving +Oracle Open Office Calc : formats;pasting in special formats +Oracle Open Office Calc : formats;positions +Oracle Open Office Calc : formats;Styles and Formatting window +Oracle Open Office Calc : formats;tabulators +Oracle Open Office Calc : formats;text as numbers +Oracle Open Office Calc : formats;themes for sheets +Oracle Open Office Calc : formatted fields +Oracle Open Office Calc : formatted fields;form functions +Oracle Open Office Calc : formatted fields;properties +Oracle Open Office Calc : formatting +Oracle Open Office Calc : formatting;adding/deleting decimal places +Oracle Open Office Calc : formatting;Asian typography +Oracle Open Office Calc : formatting;axes in charts +Oracle Open Office Calc : formatting;cells +Oracle Open Office Calc : formatting;chart areas +Oracle Open Office Calc : formatting;chart floors +Oracle Open Office Calc : formatting;chart legends +Oracle Open Office Calc : formatting;chart titles +Oracle Open Office Calc : formatting;chart walls +Oracle Open Office Calc : formatting;comments on cells +Oracle Open Office Calc : formatting;conditional formatting +Oracle Open Office Calc : formatting;copying +Oracle Open Office Calc : formatting;definition +Oracle Open Office Calc : formatting;expanding (Calc) +Oracle Open Office Calc : formatting;font effects +Oracle Open Office Calc : formatting;hyperlinks +Oracle Open Office Calc : formatting;multiple cell texts +Oracle Open Office Calc : formatting;numbers as text +Oracle Open Office Calc : formatting;numbers with decimals +Oracle Open Office Calc : formatting;pages +Oracle Open Office Calc : formatting;printer metrics (Writer) +Oracle Open Office Calc : formatting;spreadsheets +Oracle Open Office Calc : formatting;Styles and Formatting window +Oracle Open Office Calc : formatting;themes for sheets +Oracle Open Office Calc : formatting;undoing +Oracle Open Office Calc : formatting;undoing when writing +Oracle Open Office Calc : formatting;user-defined numbers +Oracle Open Office Calc : formatting;visible cells only +Oracle Open Office Calc : forms +Oracle Open Office Calc : forms;browsing +Oracle Open Office Calc : forms;Combo Box/List Box Wizard +Oracle Open Office Calc : forms;creating +Oracle Open Office Calc : forms;data +Oracle Open Office Calc : forms;designing (Base) +Oracle Open Office Calc : forms;events +Oracle Open Office Calc : forms;filtering data +Oracle Open Office Calc : forms;finding records +Oracle Open Office Calc : forms;focus after opening +Oracle Open Office Calc : forms;general information (Base) +Oracle Open Office Calc : forms;grouping controls +Oracle Open Office Calc : forms;HTML filters +Oracle Open Office Calc : forms;Navigator +Oracle Open Office Calc : forms;opening in design mode +Oracle Open Office Calc : forms;properties +Oracle Open Office Calc : forms;sorting data +Oracle Open Office Calc : forms;subforms +Oracle Open Office Calc : forms;wizards +Oracle Open Office Calc : forms;XForms +Oracle Open Office Calc : formula bar +Oracle Open Office Calc : formula bar;accepting inputs +Oracle Open Office Calc : formula bar;canceling inputs +Oracle Open Office Calc : formula bar;functions +Oracle Open Office Calc : formula bar;input line +Oracle Open Office Calc : formula bar;sheet area names +Oracle Open Office Calc : formula bar;spreadsheets +Oracle Open Office Calc : formula bar;sum function +Oracle Open Office Calc : formula cells +Oracle Open Office Calc : formula cells;displaying formulas in other cells +Oracle Open Office Calc : formula cells;recognizing +Oracle Open Office Calc : formula cells;removing precedents +Oracle Open Office Calc : formula cells;tracing precedents +Oracle Open Office Calc : FORMULA function +Oracle Open Office Calc : formula list window +Oracle Open Office Calc : formula texts +Oracle Open Office Calc : formula texts;printing in Oracle Open Office Math +Oracle Open Office Calc : formulas +Oracle Open Office Calc : formulas;arrays +Oracle Open Office Calc : formulas;assigning cell formats +Oracle Open Office Calc : formulas;AutoCalculate function +Oracle Open Office Calc : formulas;calculating +Oracle Open Office Calc : formulas;calculating with +Oracle Open Office Calc : formulas;copying and pasting +Oracle Open Office Calc : formulas;defining names +Oracle Open Office Calc : formulas;displaying in cells +Oracle Open Office Calc : formulas;hiding +Oracle Open Office Calc : formulas;importing/exporting as csv files +Oracle Open Office Calc : formulas;inputting +Oracle Open Office Calc : formulas;matrix formulas +Oracle Open Office Calc : formulas;new +Oracle Open Office Calc : formulas;operators +Oracle Open Office Calc : formulas;printing, instead of results +Oracle Open Office Calc : formulas;recalculating manually +Oracle Open Office Calc : formulas;starting formula editor +Oracle Open Office Calc : formulas;status bar +Oracle Open Office Calc : formulas;using row/column labels +Oracle Open Office Calc : formulas in reports +Oracle Open Office Calc : formulas in reports;editing +Oracle Open Office Calc : forums and support +Oracle Open Office Calc : fractions +Oracle Open Office Calc : fractions;converting +Oracle Open Office Calc : fractions;entering +Oracle Open Office Calc : frames +Oracle Open Office Calc : frames;around paragraphs +Oracle Open Office Calc : frames;around tables +Oracle Open Office Calc : frames;AutoCorrect function +Oracle Open Office Calc : frames;backgrounds +Oracle Open Office Calc : frames;captions (Writer) +Oracle Open Office Calc : frames;printing in Oracle Open Office Math +Oracle Open Office Calc : frames;protecting +Oracle Open Office Calc : frames;selection frames +Oracle Open Office Calc : frames;text fitting to frames +Oracle Open Office Calc : freeform lines +Oracle Open Office Calc : freeform lines;draw functions +Oracle Open Office Calc : freezing rows or columns +Oracle Open Office Calc : FREQUENCY function +Oracle Open Office Calc : FTEST function +Oracle Open Office Calc : FTP +Oracle Open Office Calc : FTP;opening documents +Oracle Open Office Calc : FTP;saving documents +Oracle Open Office Calc : full joins (Base) +Oracle Open Office Calc : full screen view +Oracle Open Office Calc : full-text search in Help +Oracle Open Office Calc : function list window +Oracle Open Office Calc : Function Wizard +Oracle Open Office Calc : Function Wizard;add-ins +Oracle Open Office Calc : Function Wizard;arrays +Oracle Open Office Calc : Function Wizard;databases +Oracle Open Office Calc : Function Wizard;date & time +Oracle Open Office Calc : Function Wizard;financial +Oracle Open Office Calc : Function Wizard;information +Oracle Open Office Calc : Function Wizard;logical +Oracle Open Office Calc : Function Wizard;mathematical +Oracle Open Office Calc : Function Wizard;spreadsheets +Oracle Open Office Calc : Function Wizard;statistics +Oracle Open Office Calc : Function Wizard;text +Oracle Open Office Calc : functions +Oracle Open Office Calc : functions;accepting input icon +Oracle Open Office Calc : functions;add-in functions +Oracle Open Office Calc : functions;array functions +Oracle Open Office Calc : functions;canceling input icon +Oracle Open Office Calc : functions;database functions +Oracle Open Office Calc : functions;date & time +Oracle Open Office Calc : functions;financial functions +Oracle Open Office Calc : functions;formula bar icon +Oracle Open Office Calc : functions;Function Wizard +Oracle Open Office Calc : functions;information functions +Oracle Open Office Calc : functions;listed by category +Oracle Open Office Calc : functions;logical functions +Oracle Open Office Calc : functions;mathematical functions +Oracle Open Office Calc : functions;Oracle Open Office Calc add-in DLL +Oracle Open Office Calc : functions;spreadsheets +Oracle Open Office Calc : functions;statistics functions +Oracle Open Office Calc : functions;sum function icon +Oracle Open Office Calc : functions;text functions +Oracle Open Office Calc : functions;user-defined +Oracle Open Office Calc : functions in reports +Oracle Open Office Calc : functions in reports;editing +Oracle Open Office Calc : future values +Oracle Open Office Calc : future values;constant interest rates +Oracle Open Office Calc : future values;varying interest rates +Oracle Open Office Calc : FV function +Oracle Open Office Calc : FVSCHEDULE function +Oracle Open Office Calc : Gallery +Oracle Open Office Calc : Gallery;adding pictures +Oracle Open Office Calc : Gallery;dragging pictures to draw objects +Oracle Open Office Calc : Gallery;hiding/showing +Oracle Open Office Calc : Gallery;inserting pictures from +Oracle Open Office Calc : GAMMA function +Oracle Open Office Calc : GAMMADIST function +Oracle Open Office Calc : GAMMAINV function +Oracle Open Office Calc : GAMMALN function +Oracle Open Office Calc : GAUSS function +Oracle Open Office Calc : Gaussian error integral +Oracle Open Office Calc : GCD function +Oracle Open Office Calc : GCD_ADD function +Oracle Open Office Calc : GEOMEAN function +Oracle Open Office Calc : geometric lists +Oracle Open Office Calc : geometric-degressive depreciations +Oracle Open Office Calc : GESTEP function +Oracle Open Office Calc : get method for form transmissions +Oracle Open Office Calc : GETPIVOTDATA function +Oracle Open Office Calc : getting support +Oracle Open Office Calc : GIF format +Oracle Open Office Calc : glossaries +Oracle Open Office Calc : glossaries;common terms +Oracle Open Office Calc : glossaries;Internet terms +Oracle Open Office Calc : goal seeking +Oracle Open Office Calc : goal seeking;example +Oracle Open Office Calc : goal seeking;solver +Oracle Open Office Calc : gradients off for faster printing +Oracle Open Office Calc : graphic objects, see draw objects +Oracle Open Office Calc : graphical text art +Oracle Open Office Calc : graphics +Oracle Open Office Calc : graphics;cache +Oracle Open Office Calc : graphics;protecting +Oracle Open Office Calc : graphics, see also pictures +Oracle Open Office Calc : grayscale printing +Oracle Open Office Calc : greatest common divisor +Oracle Open Office Calc : grid controls +Oracle Open Office Calc : grid controls;form functions +Oracle Open Office Calc : grids +Oracle Open Office Calc : grids;defaults (Writer/Calc) +Oracle Open Office Calc : grids;display options (Impress/Draw) +Oracle Open Office Calc : grids;displaying lines (Calc) +Oracle Open Office Calc : grids;formatting axes +Oracle Open Office Calc : grids;hiding lines in sheets +Oracle Open Office Calc : grids;inserting in charts +Oracle Open Office Calc : grids;printing sheet grids +Oracle Open Office Calc : group box creation +Oracle Open Office Calc : grouping +Oracle Open Office Calc : grouping;cells +Oracle Open Office Calc : grouping;DataPilot tables +Oracle Open Office Calc : groups +Oracle Open Office Calc : groups;entering/exiting/ungrouping +Oracle Open Office Calc : groups;naming +Oracle Open Office Calc : groups;of controls +Oracle Open Office Calc : GROWTH function +Oracle Open Office Calc : growth series +Oracle Open Office Calc : guides +Oracle Open Office Calc : guides;display options (Impress/Draw) +Oracle Open Office Calc : guides;displaying when moving objects (Impress) +Oracle Open Office Calc : guides;showing (Calc) +Oracle Open Office Calc : guides;showing when moving frames (Writer) +Oracle Open Office Calc : gutter +Oracle Open Office Calc : handles +Oracle Open Office Calc : handles;displaying (Writer) +Oracle Open Office Calc : handles;scaling +Oracle Open Office Calc : handles;showing simple/large handles (Calc) +Oracle Open Office Calc : Hangul/Hanja +Oracle Open Office Calc : HARMEAN function +Oracle Open Office Calc : hatching +Oracle Open Office Calc : headers +Oracle Open Office Calc : headers;backgrounds +Oracle Open Office Calc : headers;defining +Oracle Open Office Calc : headers;freezing during table split +Oracle Open Office Calc : headers;printing on sheets +Oracle Open Office Calc : headings +Oracle Open Office Calc : headings;entering as text box +Oracle Open Office Calc : headings;repeating rows/columns as +Oracle Open Office Calc : Hebrew +Oracle Open Office Calc : Hebrew;entering text +Oracle Open Office Calc : Hebrew;language settings +Oracle Open Office Calc : heights of cells +Oracle Open Office Calc : Help +Oracle Open Office Calc : Help;bookmarks +Oracle Open Office Calc : Help;extended tips on/off +Oracle Open Office Calc : Help;full-text search +Oracle Open Office Calc : Help;Help tips +Oracle Open Office Calc : Help;keywords +Oracle Open Office Calc : Help;navigation pane showing/hiding +Oracle Open Office Calc : Help;style sheets +Oracle Open Office Calc : Help;topics +Oracle Open Office Calc : Help Agent +Oracle Open Office Calc : Help Agent;help +Oracle Open Office Calc : Help Agent;options +Oracle Open Office Calc : Help tips +Oracle Open Office Calc : Help tips;defining text for cell input +Oracle Open Office Calc : Help tips;hiding +Oracle Open Office Calc : HEX2BIN function +Oracle Open Office Calc : HEX2DEC function +Oracle Open Office Calc : HEX2OCT function +Oracle Open Office Calc : hexadecimal system +Oracle Open Office Calc : hexadecimal system;converting to +Oracle Open Office Calc : hidden cells +Oracle Open Office Calc : hidden controls in Form Navigator +Oracle Open Office Calc : hidden fields display (Writer) +Oracle Open Office Calc : hidden pages +Oracle Open Office Calc : hidden pages;printing in presentations +Oracle Open Office Calc : hidden text +Oracle Open Office Calc : hidden text;showing (Writer) +Oracle Open Office Calc : hiding +Oracle Open Office Calc : hiding;changes +Oracle Open Office Calc : hiding;chart legends +Oracle Open Office Calc : hiding;columns +Oracle Open Office Calc : hiding;data fields, from calculations in Data Pilot +Oracle Open Office Calc : hiding;docked windows +Oracle Open Office Calc : hiding;formulas +Oracle Open Office Calc : hiding;headers/grid lines +Oracle Open Office Calc : hiding;navigation pane in Help window +Oracle Open Office Calc : hiding;rows +Oracle Open Office Calc : hiding;sheet details +Oracle Open Office Calc : hiding;sheets +Oracle Open Office Calc : high contrast mode +Oracle Open Office Calc : highlighting +Oracle Open Office Calc : highlighting;negative numbers +Oracle Open Office Calc : highlighting;values in sheets +Oracle Open Office Calc : Hindi +Oracle Open Office Calc : Hindi;entering text +Oracle Open Office Calc : Hindi;language settings +Oracle Open Office Calc : HLOOKUP function +Oracle Open Office Calc : horizontal scrollbars (Writer) +Oracle Open Office Calc : hotspots +Oracle Open Office Calc : HOUR function +Oracle Open Office Calc : HowTos for Calc +Oracle Open Office Calc : HowTos for charts +Oracle Open Office Calc : HTML +Oracle Open Office Calc : HTML;definition +Oracle Open Office Calc : HTML;export character set +Oracle Open Office Calc : HTML;fonts for source display +Oracle Open Office Calc : HTML;importing META tags +Oracle Open Office Calc : HTML;in sheet cells +Oracle Open Office Calc : HTML;live presentations +Oracle Open Office Calc : HTML;sheets +Oracle Open Office Calc : HTML documents +Oracle Open Office Calc : HTML documents;auto reloading +Oracle Open Office Calc : HTML documents;importing/exporting +Oracle Open Office Calc : HTML documents;META tags in +Oracle Open Office Calc : HTML documents;new +Oracle Open Office Calc : HTML documents;source text +Oracle Open Office Calc : HTML WebQuery +Oracle Open Office Calc : HYPERLINK function +Oracle Open Office Calc : hyperlinks +Oracle Open Office Calc : hyperlinks;assigning macros +Oracle Open Office Calc : hyperlinks;character formats +Oracle Open Office Calc : hyperlinks;definition +Oracle Open Office Calc : hyperlinks;deleting +Oracle Open Office Calc : hyperlinks;editing +Oracle Open Office Calc : hyperlinks;inserting +Oracle Open Office Calc : hyperlinks;relative and absolute +Oracle Open Office Calc : hyperlinks;turning off automatic recognition +Oracle Open Office Calc : hyperlinks, see also links +Oracle Open Office Calc : HYPGEOMDIST function +Oracle Open Office Calc : hyphenation +Oracle Open Office Calc : hyphenation;activating for a language +Oracle Open Office Calc : hyphenation;in spreadsheets +Oracle Open Office Calc : hyphenation;minimal number of characters +Oracle Open Office Calc : hyphens +Oracle Open Office Calc : hyphens;displaying custom (Writer) +Oracle Open Office Calc : hyphens;inserting custom +Oracle Open Office Calc : icon bars, see toolbars +Oracle Open Office Calc : icon sizes +Oracle Open Office Calc : IDE +Oracle Open Office Calc : IDE;Basic IDE +Oracle Open Office Calc : IF function +Oracle Open Office Calc : ignore list for spellcheck +Oracle Open Office Calc : illumination +Oracle Open Office Calc : illumination;3D charts +Oracle Open Office Calc : illustrations, see pictures +Oracle Open Office Calc : IMABS function +Oracle Open Office Calc : image button creation +Oracle Open Office Calc : image control creation +Oracle Open Office Calc : ImageMap +Oracle Open Office Calc : ImageMap;definition +Oracle Open Office Calc : ImageMap;editor +Oracle Open Office Calc : images +Oracle Open Office Calc : images;ImageMap +Oracle Open Office Calc : images;inserting and editing bitmaps +Oracle Open Office Calc : images, see also pictures +Oracle Open Office Calc : IMAGINARY function +Oracle Open Office Calc : imaginary numbers in analysis functions +Oracle Open Office Calc : IMARGUMENT function +Oracle Open Office Calc : IMCONJUGATE function +Oracle Open Office Calc : IMCOS function +Oracle Open Office Calc : IMDIV function +Oracle Open Office Calc : IME +Oracle Open Office Calc : IME;definition +Oracle Open Office Calc : IME;showing/hiding +Oracle Open Office Calc : IMEXP function +Oracle Open Office Calc : IMLN function +Oracle Open Office Calc : IMLOG10 function +Oracle Open Office Calc : IMLOG2 function +Oracle Open Office Calc : implicit array handling +Oracle Open Office Calc : import filters +Oracle Open Office Calc : import restrictions for Microsoft Office +Oracle Open Office Calc : importing +Oracle Open Office Calc : importing;bitmaps +Oracle Open Office Calc : importing;compatibility settings for text import +Oracle Open Office Calc : importing;csv files with formulas +Oracle Open Office Calc : importing;databases +Oracle Open Office Calc : importing;dBASE files +Oracle Open Office Calc : importing;documents in other formats +Oracle Open Office Calc : importing;from XML +Oracle Open Office Calc : importing;HTML and text documents +Oracle Open Office Calc : importing;HTML with META tags +Oracle Open Office Calc : importing;Microsoft Office documents with VBA code +Oracle Open Office Calc : importing;tables as text +Oracle Open Office Calc : importing;tables in text format +Oracle Open Office Calc : importing;templates +Oracle Open Office Calc : IMPOWER function +Oracle Open Office Calc : IMPRODUCT function +Oracle Open Office Calc : improvement program +Oracle Open Office Calc : IMREAL function +Oracle Open Office Calc : IMSIN function +Oracle Open Office Calc : IMSQRT function +Oracle Open Office Calc : IMSUB function +Oracle Open Office Calc : IMSUM function +Oracle Open Office Calc : inches +Oracle Open Office Calc : increasing scales in page view +Oracle Open Office Calc : INDEX function +Oracle Open Office Calc : Index tab in Help +Oracle Open Office Calc : indexes +Oracle Open Office Calc : indexes;backgrounds +Oracle Open Office Calc : indexes;showing/hiding Help index tab +Oracle Open Office Calc : indicator lines in text +Oracle Open Office Calc : INDIRECT function +Oracle Open Office Calc : INFO function +Oracle Open Office Calc : information functions +Oracle Open Office Calc : information on cells +Oracle Open Office Calc : inline array constants +Oracle Open Office Calc : inner joins (Base) +Oracle Open Office Calc : inner products +Oracle Open Office Calc : input line in formula bar +Oracle Open Office Calc : input method window +Oracle Open Office Calc : input support in spreadsheets +Oracle Open Office Calc : insert mode for entering text +Oracle Open Office Calc : inserting +Oracle Open Office Calc : inserting;breaks +Oracle Open Office Calc : inserting;buttons in toolbars +Oracle Open Office Calc : inserting;cell ranges +Oracle Open Office Calc : inserting;cell ranges from spreadsheets +Oracle Open Office Calc : inserting;cells +Oracle Open Office Calc : inserting;cells, by drag and drop +Oracle Open Office Calc : inserting;cells, toolbar icon +Oracle Open Office Calc : inserting;charts +Oracle Open Office Calc : inserting;clipboard options +Oracle Open Office Calc : inserting;columns +Oracle Open Office Calc : inserting;comments +Oracle Open Office Calc : inserting;data from text documents +Oracle Open Office Calc : inserting;datasource records in spreadsheets +Oracle Open Office Calc : inserting;drawings +Oracle Open Office Calc : inserting;external data +Oracle Open Office Calc : inserting;floating frames +Oracle Open Office Calc : inserting;Fontwork objects +Oracle Open Office Calc : inserting;form fields +Oracle Open Office Calc : inserting;formulas +Oracle Open Office Calc : inserting;fractions +Oracle Open Office Calc : inserting;hyperlinks +Oracle Open Office Calc : inserting;line breaks in cells +Oracle Open Office Calc : inserting;manual column breaks +Oracle Open Office Calc : inserting;manual row breaks +Oracle Open Office Calc : inserting;matrix formulas +Oracle Open Office Calc : inserting;movies/sounds +Oracle Open Office Calc : inserting;new text tables defaults +Oracle Open Office Calc : inserting;objects from Gallery +Oracle Open Office Calc : inserting;objects, toolbar icon +Oracle Open Office Calc : inserting;OLE objects +Oracle Open Office Calc : inserting;paragraph borders +Oracle Open Office Calc : inserting;paragraph bullets +Oracle Open Office Calc : inserting;pictures in Gallery +Oracle Open Office Calc : inserting;plug-ins +Oracle Open Office Calc : inserting;push buttons +Oracle Open Office Calc : inserting;references, by drag and drop +Oracle Open Office Calc : inserting;rows +Oracle Open Office Calc : inserting;sheets +Oracle Open Office Calc : inserting;special characters +Oracle Open Office Calc : inserting;tab stops +Oracle Open Office Calc : inserting;textures on chart bars +Oracle Open Office Calc : inserting;values +Oracle Open Office Calc : inserting functions +Oracle Open Office Calc : inserting functions;function list window +Oracle Open Office Calc : inserting functions;Function Wizard +Oracle Open Office Calc : installing +Oracle Open Office Calc : installing;ActiveX control +Oracle Open Office Calc : installing;mobile device filters +Oracle Open Office Calc : installing;UNO components +Oracle Open Office Calc : installing;XML filters +Oracle Open Office Calc : instructions +Oracle Open Office Calc : instructions;general +Oracle Open Office Calc : instructions;Oracle Open Office Calc +Oracle Open Office Calc : INT function +Oracle Open Office Calc : integers with leading zeros +Oracle Open Office Calc : INTERCEPT function +Oracle Open Office Calc : interests for unchanged amortization installments +Oracle Open Office Calc : internal rates of return +Oracle Open Office Calc : internal rates of return;irregular payments +Oracle Open Office Calc : internal rates of return;modified +Oracle Open Office Calc : internal rates of return;regular payments +Oracle Open Office Calc : international currency formats +Oracle Open Office Calc : Internet +Oracle Open Office Calc : Internet;checking for updates +Oracle Open Office Calc : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Calc : Internet;presentations +Oracle Open Office Calc : Internet;starting searches +Oracle Open Office Calc : Internet glossary +Oracle Open Office Calc : intersection operator +Oracle Open Office Calc : intersections +Oracle Open Office Calc : INTRATE function +Oracle Open Office Calc : invalid data +Oracle Open Office Calc : invalid data;marking +Oracle Open Office Calc : invalid names +Oracle Open Office Calc : invalid names;error messages +Oracle Open Office Calc : invalid references +Oracle Open Office Calc : invalid references;error messages +Oracle Open Office Calc : inverse arrays +Oracle Open Office Calc : inverse F probability distribution +Oracle Open Office Calc : inverse of Fisher transformation +Oracle Open Office Calc : inverse of lognormal distribution +Oracle Open Office Calc : inverse of t-distribution +Oracle Open Office Calc : invert filter +Oracle Open Office Calc : inverting tables +Oracle Open Office Calc : invisible areas +Oracle Open Office Calc : invisible cells +Oracle Open Office Calc : IPMT function +Oracle Open Office Calc : IRR function +Oracle Open Office Calc : ISBLANK function +Oracle Open Office Calc : ISERR function +Oracle Open Office Calc : ISERROR function +Oracle Open Office Calc : ISEVEN function +Oracle Open Office Calc : ISEVEN_ADD function +Oracle Open Office Calc : ISFORMULA function +Oracle Open Office Calc : ISLEAPYEAR function +Oracle Open Office Calc : ISLOGICAL function +Oracle Open Office Calc : ISNA function +Oracle Open Office Calc : ISNONTEXT function +Oracle Open Office Calc : ISNUMBER function +Oracle Open Office Calc : ISODD function +Oracle Open Office Calc : ISODD_ADD function +Oracle Open Office Calc : ISPMT function +Oracle Open Office Calc : ISREF function +Oracle Open Office Calc : ISTEXT function +Oracle Open Office Calc : italic text +Oracle Open Office Calc : iterative references in spreadsheets +Oracle Open Office Calc : Java +Oracle Open Office Calc : Java;definition +Oracle Open Office Calc : Java;setting options +Oracle Open Office Calc : JDBC +Oracle Open Office Calc : JDBC;databases (Base) +Oracle Open Office Calc : JDBC;definition +Oracle Open Office Calc : JIS function +Oracle Open Office Calc : joining +Oracle Open Office Calc : joining;paragraphs +Oracle Open Office Calc : joining;tables (Base) +Oracle Open Office Calc : joins in databases (Base) +Oracle Open Office Calc : justifying text +Oracle Open Office Calc : kerning +Oracle Open Office Calc : kerning;Asian texts +Oracle Open Office Calc : kerning;definition +Oracle Open Office Calc : kerning;in characters +Oracle Open Office Calc : key fields for relations (Base) +Oracle Open Office Calc : keyboard +Oracle Open Office Calc : keyboard;assigning/editing shortcut keys +Oracle Open Office Calc : keyboard;general commands +Oracle Open Office Calc : keyboard;removing numbering +Oracle Open Office Calc : keys +Oracle Open Office Calc : keys;adding push buttons +Oracle Open Office Calc : keys;primary keys (Base) +Oracle Open Office Calc : kiosk export +Oracle Open Office Calc : KURT function +Oracle Open Office Calc : label ranges in sheets +Oracle Open Office Calc : labels +Oracle Open Office Calc : labels;creating and synchronizing +Oracle Open Office Calc : labels;for charts +Oracle Open Office Calc : labels;for draw objects +Oracle Open Office Calc : labels;form functions +Oracle Open Office Calc : labels;from databases +Oracle Open Office Calc : labels, see also names/callouts +Oracle Open Office Calc : landscape printing +Oracle Open Office Calc : languages +Oracle Open Office Calc : languages;activating modules +Oracle Open Office Calc : languages;Asian support +Oracle Open Office Calc : languages;complex text layout +Oracle Open Office Calc : languages;locale settings +Oracle Open Office Calc : languages;selecting for text +Oracle Open Office Calc : languages;setting options +Oracle Open Office Calc : languages;spellcheck +Oracle Open Office Calc : languages;spellchecking and formatting +Oracle Open Office Calc : LARGE function +Oracle Open Office Calc : large handles (Writer) +Oracle Open Office Calc : large icons +Oracle Open Office Calc : layer arrangement +Oracle Open Office Calc : layout +Oracle Open Office Calc : layout;importing Word documents +Oracle Open Office Calc : layout;pages +Oracle Open Office Calc : layout;spreadsheets +Oracle Open Office Calc : LCM function +Oracle Open Office Calc : LCM_ADD function +Oracle Open Office Calc : LDAP server +Oracle Open Office Calc : LDAP server;address books (Base) +Oracle Open Office Calc : LDAP server;sign on options +Oracle Open Office Calc : leading between paragraphs +Oracle Open Office Calc : leading zeros +Oracle Open Office Calc : leap year determination +Oracle Open Office Calc : least common multiples +Oracle Open Office Calc : left alignment of paragraphs +Oracle Open Office Calc : LEFT function +Oracle Open Office Calc : left joins (Base) +Oracle Open Office Calc : legends +Oracle Open Office Calc : legends;charts +Oracle Open Office Calc : legends;draw objects +Oracle Open Office Calc : legends;rounding corners +Oracle Open Office Calc : LEN function +Oracle Open Office Calc : Letter Wizard +Oracle Open Office Calc : levels +Oracle Open Office Calc : levels;depth stagger +Oracle Open Office Calc : levels;macro security +Oracle Open Office Calc : limits +Oracle Open Office Calc : limits;specifying value limits on input +Oracle Open Office Calc : limits of tables (Writer) +Oracle Open Office Calc : line arrangements with cells +Oracle Open Office Calc : line breaks +Oracle Open Office Calc : line breaks;in cells +Oracle Open Office Calc : line charts +Oracle Open Office Calc : line spacing +Oracle Open Office Calc : line spacing;context menu in paragraphs +Oracle Open Office Calc : line spacing;paragraph +Oracle Open Office Calc : line styles +Oracle Open Office Calc : line styles;applying +Oracle Open Office Calc : line styles;defining +Oracle Open Office Calc : linear depreciations +Oracle Open Office Calc : linear series +Oracle Open Office Calc : lines +Oracle Open Office Calc : lines;defining ends +Oracle Open Office Calc : lines;draw functions +Oracle Open Office Calc : lines;drawing in text +Oracle Open Office Calc : lines;editing points +Oracle Open Office Calc : lines;removing automatic lines +Oracle Open Office Calc : lines of text +Oracle Open Office Calc : lines of text;alignment +Oracle Open Office Calc : LINEST function +Oracle Open Office Calc : links +Oracle Open Office Calc : links;between cells and controls +Oracle Open Office Calc : links;by drag and drop +Oracle Open Office Calc : links;character formats +Oracle Open Office Calc : links;definition +Oracle Open Office Calc : links;editing hyperlinks +Oracle Open Office Calc : links;inserting +Oracle Open Office Calc : links;modifying +Oracle Open Office Calc : links;opening files with +Oracle Open Office Calc : links;relational databases (Base) +Oracle Open Office Calc : links;turning off automatic recognition +Oracle Open Office Calc : links;updating options (Writer) +Oracle Open Office Calc : links;updating specific links +Oracle Open Office Calc : list box creation +Oracle Open Office Calc : list of functions +Oracle Open Office Calc : lists +Oracle Open Office Calc : lists;data assigned to controls +Oracle Open Office Calc : lists;registered databases (Base) +Oracle Open Office Calc : lists;regular expressions +Oracle Open Office Calc : lists;user-defined +Oracle Open Office Calc : live presentations on the Internet +Oracle Open Office Calc : LN function +Oracle Open Office Calc : loading +Oracle Open Office Calc : loading;documents +Oracle Open Office Calc : loading;documents from other formats +Oracle Open Office Calc : loading;HTML documents, automatically +Oracle Open Office Calc : loading;Microsoft Office documents with VBA code +Oracle Open Office Calc : loading;reloading +Oracle Open Office Calc : loading;XML files +Oracle Open Office Calc : locale settings +Oracle Open Office Calc : LOG function +Oracle Open Office Calc : LOG10 function +Oracle Open Office Calc : logarithmic scaling along axes +Oracle Open Office Calc : logarithms +Oracle Open Office Calc : LOGEST function +Oracle Open Office Calc : logical functions +Oracle Open Office Calc : logical number formats +Oracle Open Office Calc : LOGINV function +Oracle Open Office Calc : LOGNORMDIST function +Oracle Open Office Calc : LOOKUP function +Oracle Open Office Calc : LOWER function +Oracle Open Office Calc : lowercase letters +Oracle Open Office Calc : lowercase letters;AutoInput function (in cells) +Oracle Open Office Calc : lowercase letters;font effects +Oracle Open Office Calc : lowest common multiples +Oracle Open Office Calc : Macauley duration +Oracle Open Office Calc : Macro Wizard (Base) +Oracle Open Office Calc : macros +Oracle Open Office Calc : macros;assigning to events in forms +Oracle Open Office Calc : macros;attaching new (Base) +Oracle Open Office Calc : macros;in MS Office documents +Oracle Open Office Calc : macros;interrupting +Oracle Open Office Calc : macros;organizing +Oracle Open Office Calc : macros;recording +Oracle Open Office Calc : macros;running when incorrect input +Oracle Open Office Calc : macros;security +Oracle Open Office Calc : macros;security levels +Oracle Open Office Calc : macros;security warning dialog +Oracle Open Office Calc : macros;selecting security warnings +Oracle Open Office Calc : magnifiers +Oracle Open Office Calc : manual column breaks +Oracle Open Office Calc : manual row breaks +Oracle Open Office Calc : margins +Oracle Open Office Calc : margins;pages +Oracle Open Office Calc : margins;setting with the mouse +Oracle Open Office Calc : margins;shadows +Oracle Open Office Calc : marking cells +Oracle Open Office Calc : marking changes +Oracle Open Office Calc : marking, see selecting +Oracle Open Office Calc : MATCH function +Oracle Open Office Calc : Math formula editor +Oracle Open Office Calc : mathematical functions +Oracle Open Office Calc : matrices +Oracle Open Office Calc : matrices;calculations +Oracle Open Office Calc : matrices;entering matrix formulas +Oracle Open Office Calc : matrices;functions +Oracle Open Office Calc : MAX function +Oracle Open Office Calc : MAXA function +Oracle Open Office Calc : maximum values in Calc databases +Oracle Open Office Calc : MDETERM function +Oracle Open Office Calc : MDURATION function +Oracle Open Office Calc : mean value lines in charts +Oracle Open Office Calc : means +Oracle Open Office Calc : means;geometric +Oracle Open Office Calc : means;harmonic +Oracle Open Office Calc : means;of data set without margin data +Oracle Open Office Calc : measurement units +Oracle Open Office Calc : measurement units;changing on rulers +Oracle Open Office Calc : measurement units;converting +Oracle Open Office Calc : measurement units;selecting +Oracle Open Office Calc : Media Player window +Oracle Open Office Calc : MEDIAN function +Oracle Open Office Calc : menus +Oracle Open Office Calc : menus;activating context menus +Oracle Open Office Calc : menus;assigning macros +Oracle Open Office Calc : menus;customizing +Oracle Open Office Calc : merging +Oracle Open Office Calc : merging;cells +Oracle Open Office Calc : merging;data ranges +Oracle Open Office Calc : merging;documents +Oracle Open Office Calc : META tags +Oracle Open Office Calc : metrics +Oracle Open Office Calc : metrics;converting +Oracle Open Office Calc : metrics;document formatting (Writer) +Oracle Open Office Calc : metrics;in sheets +Oracle Open Office Calc : Microsoft Excel functions +Oracle Open Office Calc : Microsoft Office +Oracle Open Office Calc : Microsoft Office;Access databases (base) +Oracle Open Office Calc : Microsoft Office;as default file format +Oracle Open Office Calc : Microsoft Office;document import restrictions +Oracle Open Office Calc : Microsoft Office;feature comparisons +Oracle Open Office Calc : Microsoft Office;importing password protected files +Oracle Open Office Calc : Microsoft Office;importing Word documents +Oracle Open Office Calc : Microsoft Office;importing/exporting VBA code +Oracle Open Office Calc : Microsoft Office;new users information +Oracle Open Office Calc : Microsoft Office;opening Microsoft documents +Oracle Open Office Calc : Microsoft Office;reassigning document types +Oracle Open Office Calc : MID function +Oracle Open Office Calc : migrating macros (Base) +Oracle Open Office Calc : MIN function +Oracle Open Office Calc : MINA function +Oracle Open Office Calc : minimum values in Calc databases +Oracle Open Office Calc : minus sign, see also operators +Oracle Open Office Calc : MINUTE function +Oracle Open Office Calc : MINVERSE function +Oracle Open Office Calc : MIRR function +Oracle Open Office Calc : MMULT function +Oracle Open Office Calc : mobile device filters +Oracle Open Office Calc : MOD function +Oracle Open Office Calc : MODE function +Oracle Open Office Calc : models in XForms +Oracle Open Office Calc : modified internal rates of return +Oracle Open Office Calc : modifying, see changing +Oracle Open Office Calc : MONTH function +Oracle Open Office Calc : MONTHS function +Oracle Open Office Calc : more controls +Oracle Open Office Calc : mosaic filter +Oracle Open Office Calc : most common value +Oracle Open Office Calc : mouse +Oracle Open Office Calc : mouse;pointers when using drag and drop +Oracle Open Office Calc : mouse;positioning +Oracle Open Office Calc : movies +Oracle Open Office Calc : moving +Oracle Open Office Calc : moving;cells by drag and drop +Oracle Open Office Calc : moving;spreadsheets +Oracle Open Office Calc : moving;tab stops on ruler +Oracle Open Office Calc : moving;toolbars +Oracle Open Office Calc : moving;using guide lines in presentations +Oracle Open Office Calc : moving;visible cells only +Oracle Open Office Calc : MROUND function +Oracle Open Office Calc : MS ADO interface (Base) +Oracle Open Office Calc : multi-line text in cells +Oracle Open Office Calc : multi-line titles in forms +Oracle Open Office Calc : MULTINOMIAL function +Oracle Open Office Calc : multiple cells selection +Oracle Open Office Calc : multiple documents +Oracle Open Office Calc : multiple documents;opening +Oracle Open Office Calc : multiple operations +Oracle Open Office Calc : multiple selection +Oracle Open Office Calc : multiple sheets +Oracle Open Office Calc : multiplication sign, see also operators +Oracle Open Office Calc : multiplying +Oracle Open Office Calc : multiplying;cell contents in Calc databases +Oracle Open Office Calc : multiplying;numbers +Oracle Open Office Calc : MUNIT function +Oracle Open Office Calc : music +Oracle Open Office Calc : My Documents folder +Oracle Open Office Calc : My Documents folder;changing work directory +Oracle Open Office Calc : My Documents folder;opening +Oracle Open Office Calc : MySQL databases (Base) +Oracle Open Office Calc : N function +Oracle Open Office Calc : NA function +Oracle Open Office Calc : name recognition on/off +Oracle Open Office Calc : names +Oracle Open Office Calc : names;defining for cells +Oracle Open Office Calc : names;for cell ranges +Oracle Open Office Calc : names;multi-line titles +Oracle Open Office Calc : names;objects +Oracle Open Office Calc : names;sheets +Oracle Open Office Calc : names, see also labels/callouts +Oracle Open Office Calc : namespace organization in XForms +Oracle Open Office Calc : native SQL (Base) +Oracle Open Office Calc : natural language addressing +Oracle Open Office Calc : natural logarithm +Oracle Open Office Calc : natural logarithm of Gamma function +Oracle Open Office Calc : natural sort algorithm +Oracle Open Office Calc : navigating +Oracle Open Office Calc : navigating;in documents +Oracle Open Office Calc : navigating;in spreadsheets +Oracle Open Office Calc : Navigation bar +Oracle Open Office Calc : Navigation bar;controls +Oracle Open Office Calc : Navigation bar;forms +Oracle Open Office Calc : Navigator +Oracle Open Office Calc : Navigator;comments +Oracle Open Office Calc : Navigator;contents as lists +Oracle Open Office Calc : Navigator;docking +Oracle Open Office Calc : Navigator;for sheets +Oracle Open Office Calc : Navigator;working with +Oracle Open Office Calc : nearest multiple +Oracle Open Office Calc : negative binomial distribution +Oracle Open Office Calc : negative numbers +Oracle Open Office Calc : NEGBINOMDIST function +Oracle Open Office Calc : net annual interest rates +Oracle Open Office Calc : net charts +Oracle Open Office Calc : net present values +Oracle Open Office Calc : network identity options +Oracle Open Office Calc : NETWORKDAYS function +Oracle Open Office Calc : new databases +Oracle Open Office Calc : new documents +Oracle Open Office Calc : new lines in cells +Oracle Open Office Calc : new windows +Oracle Open Office Calc : NOMINAL function +Oracle Open Office Calc : nominal interest rates +Oracle Open Office Calc : NOMINAL_ADD function +Oracle Open Office Calc : non-breaking dashes +Oracle Open Office Calc : non-breaking spaces (Writer) +Oracle Open Office Calc : non-printing characters (Writer) +Oracle Open Office Calc : normal distribution +Oracle Open Office Calc : normal distribution;inverse of +Oracle Open Office Calc : normal distribution;inverse of standard +Oracle Open Office Calc : normal distribution;standard +Oracle Open Office Calc : normal distribution;statistics +Oracle Open Office Calc : NORMDIST function +Oracle Open Office Calc : NORMINV function +Oracle Open Office Calc : NORMSDIST function +Oracle Open Office Calc : NORMSINV function +Oracle Open Office Calc : NOT function +Oracle Open Office Calc : NOW function +Oracle Open Office Calc : NPER function +Oracle Open Office Calc : NPV function +Oracle Open Office Calc : null values +Oracle Open Office Calc : null values;printing +Oracle Open Office Calc : number completion on/off +Oracle Open Office Calc : number formats +Oracle Open Office Calc : number formats;adding/deleting decimal places in cells +Oracle Open Office Calc : number formats;codes +Oracle Open Office Calc : number formats;colors for negative numbers +Oracle Open Office Calc : number formats;formats +Oracle Open Office Calc : number formats;logical +Oracle Open Office Calc : number formats;millions +Oracle Open Office Calc : number formats;recognition in text tables +Oracle Open Office Calc : number of combinations +Oracle Open Office Calc : number of combinations with repetitions +Oracle Open Office Calc : number of coupons +Oracle Open Office Calc : number of days +Oracle Open Office Calc : number of days;in a specific month of a year +Oracle Open Office Calc : number of days;in a specific year +Oracle Open Office Calc : number of entries +Oracle Open Office Calc : number of months between two dates +Oracle Open Office Calc : number of pages +Oracle Open Office Calc : number of payment periods +Oracle Open Office Calc : number of permutations +Oracle Open Office Calc : number of sheets +Oracle Open Office Calc : number of sheets;function +Oracle Open Office Calc : number of sheets +Oracle Open Office Calc : number of tables +Oracle Open Office Calc : number of weeks +Oracle Open Office Calc : number of weeks;between two dates +Oracle Open Office Calc : number of weeks;in a specific year +Oracle Open Office Calc : number of years between two dates +Oracle Open Office Calc : number series import +Oracle Open Office Calc : numbering +Oracle Open Office Calc : numbering;options +Oracle Open Office Calc : numbering;turning off +Oracle Open Office Calc : numbering;using automatically +Oracle Open Office Calc : numbers +Oracle Open Office Calc : numbers;counting +Oracle Open Office Calc : numbers;date, time and currency formats +Oracle Open Office Calc : numbers;decimal places +Oracle Open Office Calc : numbers;determining ranks +Oracle Open Office Calc : numbers;entering as text +Oracle Open Office Calc : numbers;entering fractions +Oracle Open Office Calc : numbers;filter sheets +Oracle Open Office Calc : numbers;formatting decimals +Oracle Open Office Calc : numbers;formatting options for selected cells +Oracle Open Office Calc : numbers;greater than or equal to +Oracle Open Office Calc : numbers;highlighting negative numbers +Oracle Open Office Calc : numbers;multiplying +Oracle Open Office Calc : numbers;rounded off +Oracle Open Office Calc : numbers;rounding down to next integer +Oracle Open Office Calc : numbers;rounding up/down to even integers +Oracle Open Office Calc : numbers;user-defined formatting +Oracle Open Office Calc : numbers;with leading zeros +Oracle Open Office Calc : numerical fields in forms +Oracle Open Office Calc : objects +Oracle Open Office Calc : objects;always moveable (Impress/Draw) +Oracle Open Office Calc : objects;arranging within stacks +Oracle Open Office Calc : objects;copying when moving in presentations +Oracle Open Office Calc : objects;definition +Oracle Open Office Calc : objects;displaying in spreadsheets +Oracle Open Office Calc : objects;displaying in text documents +Oracle Open Office Calc : objects;editing +Oracle Open Office Calc : objects;inserting from Gallery +Oracle Open Office Calc : objects;inserting OLE objects +Oracle Open Office Calc : objects;moving and resizing with mouse +Oracle Open Office Calc : objects;naming +Oracle Open Office Calc : objects;opening +Oracle Open Office Calc : objects;properties of charts +Oracle Open Office Calc : objects;quickly moving to +Oracle Open Office Calc : objects;titles and descriptions +Oracle Open Office Calc : OCT2BIN function +Oracle Open Office Calc : OCT2DEC function +Oracle Open Office Calc : OCT2HEX function +Oracle Open Office Calc : ODBC +Oracle Open Office Calc : ODBC;database (Base) +Oracle Open Office Calc : ODBC;definition +Oracle Open Office Calc : ODD function +Oracle Open Office Calc : odd integers +Oracle Open Office Calc : ODDFPRICE function +Oracle Open Office Calc : ODDFYIELD function +Oracle Open Office Calc : ODDLPRICE function +Oracle Open Office Calc : ODDLYIELD function +Oracle Open Office Calc : ODF file formats +Oracle Open Office Calc : Office +Oracle Open Office Calc : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Calc : OFFSET function +Oracle Open Office Calc : OLE +Oracle Open Office Calc : OLE;definition +Oracle Open Office Calc : OLE objects +Oracle Open Office Calc : OLE objects;arranging within stacks +Oracle Open Office Calc : OLE objects;captions (Writer) +Oracle Open Office Calc : OLE objects;inserting +Oracle Open Office Calc : OLE objects;number of +Oracle Open Office Calc : OLE objects;protecting +Oracle Open Office Calc : one and a half line spacing in text +Oracle Open Office Calc : online feedback options +Oracle Open Office Calc : online registration +Oracle Open Office Calc : online update options +Oracle Open Office Calc : online updates +Oracle Open Office Calc : online updates;checking automatically +Oracle Open Office Calc : online updates;checking manually +Oracle Open Office Calc : OpenDocument file formats +Oracle Open Office Calc : OpenGL +Oracle Open Office Calc : OpenGL;definition +Oracle Open Office Calc : opening +Oracle Open Office Calc : opening;context menus +Oracle Open Office Calc : opening;database files +Oracle Open Office Calc : opening;dialog settings +Oracle Open Office Calc : opening;documents +Oracle Open Office Calc : opening;documents from other formats +Oracle Open Office Calc : opening;documents on WebDAV server +Oracle Open Office Calc : opening;files with links +Oracle Open Office Calc : opening;files, with placeholders +Oracle Open Office Calc : opening;forms +Oracle Open Office Calc : opening;Microsoft Office files +Oracle Open Office Calc : opening;mobile device documents +Oracle Open Office Calc : opening;objects +Oracle Open Office Calc : opening;reports +Oracle Open Office Calc : opening;scenarios +Oracle Open Office Calc : opening;several files +Oracle Open Office Calc : opening;sheets in HTML +Oracle Open Office Calc : opening;text csv files +Oracle Open Office Calc : opening;XForms +Oracle Open Office Calc : operators +Oracle Open Office Calc : operators;default filters +Oracle Open Office Calc : operators;formula functions +Oracle Open Office Calc : optimal column widths +Oracle Open Office Calc : optimal row heights +Oracle Open Office Calc : optional hyphens (Writer) +Oracle Open Office Calc : options +Oracle Open Office Calc : options;accessibility +Oracle Open Office Calc : options;appearance +Oracle Open Office Calc : options;compatibility (Writer) +Oracle Open Office Calc : options;improvement program +Oracle Open Office Calc : options;network identity +Oracle Open Office Calc : options;online update +Oracle Open Office Calc : options;tools +Oracle Open Office Calc : OR function +Oracle Open Office Calc : Oracle databases (base) +Oracle Open Office Calc : Oracle Open Office Base data sources +Oracle Open Office Calc : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Calc : Oracle Open Office documents +Oracle Open Office Calc : Oracle Open Office documents;mobile device filters +Oracle Open Office Calc : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Calc : Oracle Open Office Math start +Oracle Open Office Calc : order of chart data +Oracle Open Office Calc : ordering +Oracle Open Office Calc : ordering;objects +Oracle Open Office Calc : ordinal numbers +Oracle Open Office Calc : ordinal numbers;replacing +Oracle Open Office Calc : organizing +Oracle Open Office Calc : organizing;macros and scripts +Oracle Open Office Calc : organizing;namespaces in XForms +Oracle Open Office Calc : organizing;styles +Oracle Open Office Calc : organizing;templates +Oracle Open Office Calc : original size +Oracle Open Office Calc : original size;printing in Oracle Open Office Math +Oracle Open Office Calc : original size;restoring after cropping +Oracle Open Office Calc : outlines +Oracle Open Office Calc : outlines;font effects +Oracle Open Office Calc : outlines;outline symbols +Oracle Open Office Calc : outlines;sending to presentations +Oracle Open Office Calc : outlines;sheets +Oracle Open Office Calc : output ranges of DataPilot tables +Oracle Open Office Calc : overwrite mode +Oracle Open Office Calc : packages, see extensions +Oracle Open Office Calc : page breaks +Oracle Open Office Calc : page breaks;displaying (Calc) +Oracle Open Office Calc : page breaks;inserting in spreadsheets +Oracle Open Office Calc : page breaks;spreadsheet preview +Oracle Open Office Calc : page formats +Oracle Open Office Calc : page formats;maximizing +Oracle Open Office Calc : page formats;restriction +Oracle Open Office Calc : page styles +Oracle Open Office Calc : page styles;editing/applying with statusbar +Oracle Open Office Calc : page styles;footers +Oracle Open Office Calc : page styles;headers +Oracle Open Office Calc : page views +Oracle Open Office Calc : page views;increasing scales +Oracle Open Office Calc : page views;reducing scales +Oracle Open Office Calc : pages +Oracle Open Office Calc : pages;backgrounds in all applications +Oracle Open Office Calc : pages;formatting and numbering +Oracle Open Office Calc : pages;order when printing +Oracle Open Office Calc : pages;printing page names in presentations +Oracle Open Office Calc : pages;scaling +Oracle Open Office Calc : pages;selecting one to print +Oracle Open Office Calc : paint box +Oracle Open Office Calc : paint can for applying styles +Oracle Open Office Calc : paint can symbol +Oracle Open Office Calc : pair kerning +Oracle Open Office Calc : Palm file filters +Oracle Open Office Calc : paper formats +Oracle Open Office Calc : paper size warning +Oracle Open Office Calc : paper trays +Oracle Open Office Calc : paragraph marks +Oracle Open Office Calc : paragraph marks;displaying (Writer) +Oracle Open Office Calc : paragraph styles +Oracle Open Office Calc : paragraph styles;languages +Oracle Open Office Calc : paragraph styles;modifying basic fonts +Oracle Open Office Calc : paragraphs +Oracle Open Office Calc : paragraphs;alignment +Oracle Open Office Calc : paragraphs;Asian typography +Oracle Open Office Calc : paragraphs;defining borders +Oracle Open Office Calc : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Calc : paragraphs;increasing indents of +Oracle Open Office Calc : paragraphs;indents, margins and columns +Oracle Open Office Calc : paragraphs;inserting bullets +Oracle Open Office Calc : paragraphs;joining +Oracle Open Office Calc : paragraphs;numbering automatically +Oracle Open Office Calc : paragraphs;removing blank ones +Oracle Open Office Calc : paragraphs;spacing +Oracle Open Office Calc : paragraphs;tab stops +Oracle Open Office Calc : parameters +Oracle Open Office Calc : parameters;command line +Oracle Open Office Calc : parameters;queries (Base) +Oracle Open Office Calc : passwords for protecting contents +Oracle Open Office Calc : pasting +Oracle Open Office Calc : pasting;cell ranges +Oracle Open Office Calc : pasting;cell ranges from spreadsheets +Oracle Open Office Calc : pasting;data from text documents +Oracle Open Office Calc : pasting;draw objects +Oracle Open Office Calc : pasting;draw objects from other documents +Oracle Open Office Calc : pasting;formatted/unformatted text +Oracle Open Office Calc : pasting;formulas +Oracle Open Office Calc : pasting;from data source view +Oracle Open Office Calc : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Calc : pasting;pictures from other documents +Oracle Open Office Calc : pasting;sheet areas in text documents +Oracle Open Office Calc : pasting;to Gallery +Oracle Open Office Calc : pasting;values in multiple sheets +Oracle Open Office Calc : paths +Oracle Open Office Calc : paths;changing work directory +Oracle Open Office Calc : paths;defaults +Oracle Open Office Calc : pattern editor +Oracle Open Office Calc : pattern fields +Oracle Open Office Calc : pattern fields;form functions +Oracle Open Office Calc : patterns for objects +Oracle Open Office Calc : payment periods +Oracle Open Office Calc : payment periods;number of +Oracle Open Office Calc : PDF +Oracle Open Office Calc : PDF;export +Oracle Open Office Calc : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Calc : PDF export of print ranges +Oracle Open Office Calc : PEARSON function +Oracle Open Office Calc : percentage calculations +Oracle Open Office Calc : PERCENTILE function +Oracle Open Office Calc : PERCENTRANK function +Oracle Open Office Calc : periodic amortizement rates +Oracle Open Office Calc : permitted cell contents +Oracle Open Office Calc : PERMUT function +Oracle Open Office Calc : PERMUTATIONA function +Oracle Open Office Calc : personal data input +Oracle Open Office Calc : PHI function +Oracle Open Office Calc : phonebook sorting rules +Oracle Open Office Calc : phonetic guide +Oracle Open Office Calc : PI function +Oracle Open Office Calc : picklist creation +Oracle Open Office Calc : pictures +Oracle Open Office Calc : pictures;adding to Gallery +Oracle Open Office Calc : pictures;arranging within stacks +Oracle Open Office Calc : pictures;assigning macros +Oracle Open Office Calc : pictures;backgrounds +Oracle Open Office Calc : pictures;captions (Writer) +Oracle Open Office Calc : pictures;changing paths +Oracle Open Office Calc : pictures;cropping and zooming +Oracle Open Office Calc : pictures;displaying in Calc +Oracle Open Office Calc : pictures;displaying in Writer (Writer) +Oracle Open Office Calc : pictures;drag and drop between documents +Oracle Open Office Calc : pictures;drawing +Oracle Open Office Calc : pictures;editing +Oracle Open Office Calc : pictures;filters +Oracle Open Office Calc : pictures;ImageMap +Oracle Open Office Calc : pictures;inserting automatically +Oracle Open Office Calc : pictures;inserting from Gallery +Oracle Open Office Calc : pictures;number of +Oracle Open Office Calc : pictures;printing +Oracle Open Office Calc : pictures;scaling/resizing +Oracle Open Office Calc : pie charts +Oracle Open Office Calc : pie charts;options +Oracle Open Office Calc : pie charts;types +Oracle Open Office Calc : Pivot table import +Oracle Open Office Calc : Pivot table, see DataPilot function +Oracle Open Office Calc : pixel editor +Oracle Open Office Calc : pixel graphics +Oracle Open Office Calc : pixel graphics;inserting and editing +Oracle Open Office Calc : pixel patterns +Oracle Open Office Calc : placeholders +Oracle Open Office Calc : placeholders;in SQL queries +Oracle Open Office Calc : placeholders;on opening files +Oracle Open Office Calc : placing toolbars +Oracle Open Office Calc : playing movies and sound files +Oracle Open Office Calc : plotting data as charts +Oracle Open Office Calc : plug-ins +Oracle Open Office Calc : plug-ins;activating and deactivating +Oracle Open Office Calc : plug-ins;definition +Oracle Open Office Calc : plug-ins;inserting +Oracle Open Office Calc : plus sign, see also operators +Oracle Open Office Calc : PMT function +Oracle Open Office Calc : pocket device appliances +Oracle Open Office Calc : Pocket PC file filters +Oracle Open Office Calc : points +Oracle Open Office Calc : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Calc : points of intersection +Oracle Open Office Calc : POISSON function +Oracle Open Office Calc : polygon drawing +Oracle Open Office Calc : pop-art filter +Oracle Open Office Calc : portable document format +Oracle Open Office Calc : positioning +Oracle Open Office Calc : positioning;axes +Oracle Open Office Calc : positioning;draw objects and controls +Oracle Open Office Calc : positioning;fonts +Oracle Open Office Calc : positioning;objects +Oracle Open Office Calc : positioning;toolbars +Oracle Open Office Calc : post method for form transmissions +Oracle Open Office Calc : posterizing filter +Oracle Open Office Calc : PostScript +Oracle Open Office Calc : PostScript;creating files +Oracle Open Office Calc : PostScript;PDF converter, UNIX +Oracle Open Office Calc : POWER function +Oracle Open Office Calc : PowerPoint export +Oracle Open Office Calc : powers of 2 calculations +Oracle Open Office Calc : PPMT function +Oracle Open Office Calc : precision as shown +Oracle Open Office Calc : precision as shown (Calc) +Oracle Open Office Calc : predefining fonts +Oracle Open Office Calc : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Calc : present values +Oracle Open Office Calc : presentations +Oracle Open Office Calc : presentations;creating/opening +Oracle Open Office Calc : presentations;inserting spreadsheet cells +Oracle Open Office Calc : presentations;live on the Internet +Oracle Open Office Calc : presentations;print menu +Oracle Open Office Calc : presentations;saving +Oracle Open Office Calc : presentations;saving automatically +Oracle Open Office Calc : presentations;saving in other formats +Oracle Open Office Calc : presentations;sending as e-mail +Oracle Open Office Calc : presentations;starting with wizard +Oracle Open Office Calc : presentations;wizards +Oracle Open Office Calc : Presenter Console shortcuts +Oracle Open Office Calc : press buttons, see push buttons +Oracle Open Office Calc : previews +Oracle Open Office Calc : previews;fonts lists +Oracle Open Office Calc : previews;page breaks for printing +Oracle Open Office Calc : PRICE function +Oracle Open Office Calc : PRICEDISC function +Oracle Open Office Calc : PRICEMAT function +Oracle Open Office Calc : prices +Oracle Open Office Calc : prices;fixed interest securities +Oracle Open Office Calc : prices;interest-bearing securities +Oracle Open Office Calc : prices;non-interest-bearing securities +Oracle Open Office Calc : prices;securities with irregular first interest date +Oracle Open Office Calc : prices;treasury bills +Oracle Open Office Calc : primary keys +Oracle Open Office Calc : primary keys;defining +Oracle Open Office Calc : primary keys;design view +Oracle Open Office Calc : primary keys;inserting (Base) +Oracle Open Office Calc : print area selection +Oracle Open Office Calc : print ranges +Oracle Open Office Calc : printer metrics for document formatting (Writer) +Oracle Open Office Calc : printers +Oracle Open Office Calc : printers;adding, UNIX +Oracle Open Office Calc : printers;choosing +Oracle Open Office Calc : printers;default printer +Oracle Open Office Calc : printers;faxes under UNIX +Oracle Open Office Calc : printers;maximum page formats +Oracle Open Office Calc : printers;paper trays +Oracle Open Office Calc : printers;properties +Oracle Open Office Calc : printing +Oracle Open Office Calc : printing;black and white +Oracle Open Office Calc : printing;brochures +Oracle Open Office Calc : printing;cells +Oracle Open Office Calc : printing;colors in grayscale +Oracle Open Office Calc : printing;comments +Oracle Open Office Calc : printing;copies +Oracle Open Office Calc : printing;creating individual jobs +Oracle Open Office Calc : printing;dates in presentations +Oracle Open Office Calc : printing;directly +Oracle Open Office Calc : printing;documents +Oracle Open Office Calc : printing;drawings defaults +Oracle Open Office Calc : printing;elements in text documents +Oracle Open Office Calc : printing;faster +Oracle Open Office Calc : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Calc : printing;fitting to pages in presentations +Oracle Open Office Calc : printing;formulas in Oracle Open Office Math +Oracle Open Office Calc : printing;hidden pages of presentations +Oracle Open Office Calc : printing;in original size in Oracle Open Office Math +Oracle Open Office Calc : printing;landscape +Oracle Open Office Calc : printing;left/right pages +Oracle Open Office Calc : printing;page order +Oracle Open Office Calc : printing;queries (Base) +Oracle Open Office Calc : printing;rows/columns as table headings +Oracle Open Office Calc : printing;scaling in Oracle Open Office Math +Oracle Open Office Calc : printing;selections +Oracle Open Office Calc : printing;sheet counts +Oracle Open Office Calc : printing;sheet details +Oracle Open Office Calc : printing;sheet selections +Oracle Open Office Calc : printing;sheets on multiple pages +Oracle Open Office Calc : printing;text always in black +Oracle Open Office Calc : printing;text in reverse order +Oracle Open Office Calc : printing;tiling pages in presentations +Oracle Open Office Calc : printing;transparencies +Oracle Open Office Calc : printing;warnings +Oracle Open Office Calc : printing;without scaling in presentations +Oracle Open Office Calc : printing speed +Oracle Open Office Calc : PROB function +Oracle Open Office Calc : probabilities of samples with binomial distribution +Oracle Open Office Calc : PRODUCT function +Oracle Open Office Calc : programming +Oracle Open Office Calc : programming;add-ins +Oracle Open Office Calc : programming;functions +Oracle Open Office Calc : programming;Oracle Open Office +Oracle Open Office Calc : programming;scripting +Oracle Open Office Calc : PROPER function +Oracle Open Office Calc : properties +Oracle Open Office Calc : properties;charts +Oracle Open Office Calc : properties;fields in databases +Oracle Open Office Calc : properties;files +Oracle Open Office Calc : properties;form controls +Oracle Open Office Calc : properties;forms +Oracle Open Office Calc : properties;printers +Oracle Open Office Calc : properties;smooth lines in line charts/XY charts +Oracle Open Office Calc : protected contents +Oracle Open Office Calc : protected dashes +Oracle Open Office Calc : protected database tables +Oracle Open Office Calc : protected documents +Oracle Open Office Calc : protected spaces +Oracle Open Office Calc : protected spaces;inserting +Oracle Open Office Calc : protected spaces;showing (Writer) +Oracle Open Office Calc : protecting +Oracle Open Office Calc : protecting;cells and sheets +Oracle Open Office Calc : protecting;contents +Oracle Open Office Calc : protecting;recorded changes +Oracle Open Office Calc : protecting;unprotecting cells +Oracle Open Office Calc : proxy settings +Oracle Open Office Calc : push buttons +Oracle Open Office Calc : push buttons;adding to documents +Oracle Open Office Calc : push buttons;creating +Oracle Open Office Calc : PV function +Oracle Open Office Calc : QUARTILE function +Oracle Open Office Calc : queries +Oracle Open Office Calc : queries;copying (Base) +Oracle Open Office Calc : queries;creating in design view (Base) +Oracle Open Office Calc : queries;creating in SQL view +Oracle Open Office Calc : queries;defining (Base) +Oracle Open Office Calc : queries;deleting table links (Base) +Oracle Open Office Calc : queries;editing in data source view +Oracle Open Office Calc : queries;formulating filter conditions (Base) +Oracle Open Office Calc : queries;joining tables (Base) +Oracle Open Office Calc : queries;missing elements (Base) +Oracle Open Office Calc : queries;overview (Base) +Oracle Open Office Calc : queries;parameter queries (Base) +Oracle Open Office Calc : queries;printing (Base) +Oracle Open Office Calc : Query Wizard (Base) +Oracle Open Office Calc : Quickstarter +Oracle Open Office Calc : quotes +Oracle Open Office Calc : quotes;custom +Oracle Open Office Calc : QUOTIENT function +Oracle Open Office Calc : radar charts, see net charts +Oracle Open Office Calc : RADIANS function +Oracle Open Office Calc : radio button creation +Oracle Open Office Calc : RAND function +Oracle Open Office Calc : RANDBETWEEN function +Oracle Open Office Calc : random numbers +Oracle Open Office Calc : random numbers;between 0 and 1 +Oracle Open Office Calc : random numbers;between limits +Oracle Open Office Calc : random numbers;examples +Oracle Open Office Calc : ranges +Oracle Open Office Calc : ranges;combining +Oracle Open Office Calc : ranges;defining database ranges +Oracle Open Office Calc : ranges;inserting in tables +Oracle Open Office Calc : ranges;print ranges +Oracle Open Office Calc : RANK function +Oracle Open Office Calc : RATE function +Oracle Open Office Calc : rates of return +Oracle Open Office Calc : rates of return;non-interest-bearing securities +Oracle Open Office Calc : rates of return;securities +Oracle Open Office Calc : rates of return;securities with interest paid on maturity +Oracle Open Office Calc : rates of return of treasury bills +Oracle Open Office Calc : read-only documents +Oracle Open Office Calc : read-only documents;cursor +Oracle Open Office Calc : read-only documents;database tables on/off +Oracle Open Office Calc : read-only documents;editing +Oracle Open Office Calc : read-only documents;opening documents as +Oracle Open Office Calc : read-only items in Data Navigator +Oracle Open Office Calc : recalculating +Oracle Open Office Calc : recalculating;all formulas in sheets +Oracle Open Office Calc : recalculating;auto calculating sheets +Oracle Open Office Calc : recalculating;DataPilot tables +Oracle Open Office Calc : RECEIVED function +Oracle Open Office Calc : recognizing +Oracle Open Office Calc : recognizing;column and row labels +Oracle Open Office Calc : recognizing;equal numbers +Oracle Open Office Calc : recognizing;general errors +Oracle Open Office Calc : recognizing formula cells +Oracle Open Office Calc : recognizing URLs automatically +Oracle Open Office Calc : recording +Oracle Open Office Calc : recording;changes +Oracle Open Office Calc : recording;macros +Oracle Open Office Calc : records +Oracle Open Office Calc : records;counting in Calc databases +Oracle Open Office Calc : records;inserting comments +Oracle Open Office Calc : records;protecting +Oracle Open Office Calc : records;saving +Oracle Open Office Calc : records;searching in databases +Oracle Open Office Calc : rectangles with round corners +Oracle Open Office Calc : recursions in spreadsheets +Oracle Open Office Calc : redo command +Oracle Open Office Calc : reduced printing +Oracle Open Office Calc : reference lines +Oracle Open Office Calc : reference operators +Oracle Open Office Calc : references +Oracle Open Office Calc : references;absolute/relative +Oracle Open Office Calc : references;by defined names +Oracle Open Office Calc : references;displaying in color (Calc) +Oracle Open Office Calc : references;expanding (Calc) +Oracle Open Office Calc : references;inserting by drag and drop +Oracle Open Office Calc : references;iterative (Calc) +Oracle Open Office Calc : references;testing cell contents +Oracle Open Office Calc : references;to cells +Oracle Open Office Calc : references;to cells in other sheets/documents +Oracle Open Office Calc : references;URL in cells +Oracle Open Office Calc : register-true +Oracle Open Office Calc : register-true;definition +Oracle Open Office Calc : registering +Oracle Open Office Calc : registering;address books +Oracle Open Office Calc : registering;databases (Base) +Oracle Open Office Calc : registering;Oracle Open Office +Oracle Open Office Calc : regression analysis +Oracle Open Office Calc : regression curves in charts +Oracle Open Office Calc : regression lines +Oracle Open Office Calc : regression lines;FORECAST function +Oracle Open Office Calc : regression lines;LINEST function +Oracle Open Office Calc : regular expressions +Oracle Open Office Calc : regular expressions;list of +Oracle Open Office Calc : relational databases (Base) +Oracle Open Office Calc : relations +Oracle Open Office Calc : relations;creating and deleting (Base) +Oracle Open Office Calc : relations;joining tables (Base) +Oracle Open Office Calc : relations;properties (Base) +Oracle Open Office Calc : relative addresses +Oracle Open Office Calc : relative hyperlinks +Oracle Open Office Calc : relative references +Oracle Open Office Calc : relative saving of URLs +Oracle Open Office Calc : reloading +Oracle Open Office Calc : reloading;documents +Oracle Open Office Calc : reloading;HTML documents, automatically +Oracle Open Office Calc : remainders of divisions +Oracle Open Office Calc : remarks on cells +Oracle Open Office Calc : remarks, see also comments +Oracle Open Office Calc : remote configurations +Oracle Open Office Calc : remove noise filter +Oracle Open Office Calc : removing +Oracle Open Office Calc : removing;bullets and numbering +Oracle Open Office Calc : removing;cell range filters +Oracle Open Office Calc : removing;filters +Oracle Open Office Calc : removing;form filters +Oracle Open Office Calc : removing, see also deleting +Oracle Open Office Calc : renaming +Oracle Open Office Calc : renaming;cells +Oracle Open Office Calc : renaming;sheets +Oracle Open Office Calc : reorganizing charts +Oracle Open Office Calc : repayment installment +Oracle Open Office Calc : repeating +Oracle Open Office Calc : repeating;columns/rows on printed pages +Oracle Open Office Calc : repeating;commands +Oracle Open Office Calc : REPLACE function +Oracle Open Office Calc : replacement options +Oracle Open Office Calc : replacement table +Oracle Open Office Calc : replacing +Oracle Open Office Calc : replacing;AutoCorrect function +Oracle Open Office Calc : replacing;cell contents +Oracle Open Office Calc : replacing;dashes +Oracle Open Office Calc : replacing;ordinal numbers +Oracle Open Office Calc : replacing;tab stops (regular expressions) +Oracle Open Office Calc : Report Builder +Oracle Open Office Calc : reports +Oracle Open Office Calc : reports;creating +Oracle Open Office Calc : reports;error reports +Oracle Open Office Calc : reports;opening and editing +Oracle Open Office Calc : reports;templates +Oracle Open Office Calc : REPT function +Oracle Open Office Calc : resetting +Oracle Open Office Calc : resetting;templates +Oracle Open Office Calc : resizing +Oracle Open Office Calc : resizing;objects, by mouse +Oracle Open Office Calc : resizing, see also scaling/zooming +Oracle Open Office Calc : resolution when printing bitmaps +Oracle Open Office Calc : restoring +Oracle Open Office Calc : restoring;default formatting +Oracle Open Office Calc : restoring;editing +Oracle Open Office Calc : results display vs. formulas display +Oracle Open Office Calc : reversing printing order +Oracle Open Office Calc : review function +Oracle Open Office Calc : review function;accepting or rejecting changes +Oracle Open Office Calc : review function;comparing documents +Oracle Open Office Calc : review function;protecting records +Oracle Open Office Calc : review function;recording changes example +Oracle Open Office Calc : rich text control +Oracle Open Office Calc : right alignment of paragraphs +Oracle Open Office Calc : RIGHT function +Oracle Open Office Calc : right joins (Base) +Oracle Open Office Calc : right-to-left text +Oracle Open Office Calc : right-to-left text +Oracle Open Office Calc : right-to-left text;spreadsheets +Oracle Open Office Calc : ROMAN function +Oracle Open Office Calc : ROT13 function +Oracle Open Office Calc : rotating +Oracle Open Office Calc : rotating;3D text +Oracle Open Office Calc : rotating;tables +Oracle Open Office Calc : rotating;text in cells +Oracle Open Office Calc : round corners +Oracle Open Office Calc : ROUND function +Oracle Open Office Calc : ROUNDDOWN function +Oracle Open Office Calc : rounded off numbers +Oracle Open Office Calc : rounding +Oracle Open Office Calc : rounding;down to nearest multiple of significance +Oracle Open Office Calc : rounding;down to next integer +Oracle Open Office Calc : rounding;up to multiples of significance +Oracle Open Office Calc : rounding;up/down to even integers +Oracle Open Office Calc : rounding;up/down to nearest odd integer +Oracle Open Office Calc : rounding precision +Oracle Open Office Calc : rounding precision (Calc) +Oracle Open Office Calc : ROUNDUP function +Oracle Open Office Calc : row breaks +Oracle Open Office Calc : row breaks;deleting +Oracle Open Office Calc : row breaks;inserting +Oracle Open Office Calc : ROW function +Oracle Open Office Calc : row headers +Oracle Open Office Calc : row headers;displaying (Calc) +Oracle Open Office Calc : row headers;hiding +Oracle Open Office Calc : row headers;highlighting (Calc) +Oracle Open Office Calc : row headers;using in formulas +Oracle Open Office Calc : rows +Oracle Open Office Calc : rows;deleting +Oracle Open Office Calc : rows;finding labels automatically +Oracle Open Office Calc : rows;freezing +Oracle Open Office Calc : rows;heights +Oracle Open Office Calc : rows;hiding +Oracle Open Office Calc : rows;inserting +Oracle Open Office Calc : rows;optimal heights +Oracle Open Office Calc : rows;removing/redisplaying with filters +Oracle Open Office Calc : rows;repeating when printing +Oracle Open Office Calc : rows;swapping with columns +Oracle Open Office Calc : rows;visible and invisible +Oracle Open Office Calc : ROWS function +Oracle Open Office Calc : rows, see also cells +Oracle Open Office Calc : RRI function +Oracle Open Office Calc : RSQ calculations +Oracle Open Office Calc : RSQ function +Oracle Open Office Calc : rulers +Oracle Open Office Calc : rulers;default settings +Oracle Open Office Calc : rulers;measurement units +Oracle Open Office Calc : rulers;visible in presentations +Oracle Open Office Calc : sales values +Oracle Open Office Calc : sales values;fixed interest securities +Oracle Open Office Calc : sales values;non-interest-bearing securities +Oracle Open Office Calc : samples and templates +Oracle Open Office Calc : sampling without replacement +Oracle Open Office Calc : saving +Oracle Open Office Calc : saving;as text csv +Oracle Open Office Calc : saving;default file formats +Oracle Open Office Calc : saving;dialog settings +Oracle Open Office Calc : saving;documents +Oracle Open Office Calc : saving;documents for mobile devices +Oracle Open Office Calc : saving;documents in other formats +Oracle Open Office Calc : saving;documents, automatically +Oracle Open Office Calc : saving;in Microsoft Office file format +Oracle Open Office Calc : saving;options +Oracle Open Office Calc : saving;sheets in HTML +Oracle Open Office Calc : saving;templates +Oracle Open Office Calc : saving;to XML +Oracle Open Office Calc : saving;VBA code in Microsoft Office documents +Oracle Open Office Calc : saving;with password by default +Oracle Open Office Calc : saving as command +Oracle Open Office Calc : saving as command;precautions +Oracle Open Office Calc : scalar products +Oracle Open Office Calc : scaling +Oracle Open Office Calc : scaling;axes +Oracle Open Office Calc : scaling;font sizes in user interface +Oracle Open Office Calc : scaling;objects +Oracle Open Office Calc : scaling;pictures +Oracle Open Office Calc : scaling;printing in Oracle Open Office Math +Oracle Open Office Calc : scaling;text in charts +Oracle Open Office Calc : scaling;when printing presentations +Oracle Open Office Calc : scaling, see also zooming +Oracle Open Office Calc : scatter charts +Oracle Open Office Calc : scenarios +Oracle Open Office Calc : scenarios;creating/editing/deleting +Oracle Open Office Calc : scenarios;displaying names +Oracle Open Office Calc : screen +Oracle Open Office Calc : screen;full screen views +Oracle Open Office Calc : screen;scaling +Oracle Open Office Calc : screen magnifiers +Oracle Open Office Calc : screen readers +Oracle Open Office Calc : script organization +Oracle Open Office Calc : scrollbars +Oracle Open Office Calc : scrollbars;controls +Oracle Open Office Calc : scrollbars;displaying (Calc) +Oracle Open Office Calc : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Calc : scrolling prevention in tables +Oracle Open Office Calc : search criteria for database functions in cells +Oracle Open Office Calc : search engines +Oracle Open Office Calc : search engines;definition +Oracle Open Office Calc : search engines;selecting +Oracle Open Office Calc : SEARCH function +Oracle Open Office Calc : searching +Oracle Open Office Calc : searching;all sheets +Oracle Open Office Calc : searching;cell contents in Calc databases +Oracle Open Office Calc : searching;databases +Oracle Open Office Calc : searching;form filters +Oracle Open Office Calc : searching;Internet +Oracle Open Office Calc : searching;links in cells +Oracle Open Office Calc : searching;maximum values in columns +Oracle Open Office Calc : searching;minimum values in columns +Oracle Open Office Calc : searching;tables and forms +Oracle Open Office Calc : searching, see also finding +Oracle Open Office Calc : SECOND function +Oracle Open Office Calc : secondary axes in charts +Oracle Open Office Calc : sections +Oracle Open Office Calc : sections;backgrounds +Oracle Open Office Calc : securities +Oracle Open Office Calc : securities;first interest payment until settlement date +Oracle Open Office Calc : security +Oracle Open Office Calc : security;digital signatures +Oracle Open Office Calc : security;options for documents with macros +Oracle Open Office Calc : security;protecting contents +Oracle Open Office Calc : security;security levels for macros +Oracle Open Office Calc : security;warning dialogs with macros +Oracle Open Office Calc : selecting +Oracle Open Office Calc : selecting;cells +Oracle Open Office Calc : selecting;controls +Oracle Open Office Calc : selecting;formatting themes +Oracle Open Office Calc : selecting;measurement units +Oracle Open Office Calc : selecting;multiple sheets +Oracle Open Office Calc : selecting;objects +Oracle Open Office Calc : selecting;print areas +Oracle Open Office Calc : selecting;scenarios in Navigator +Oracle Open Office Calc : selecting;several files +Oracle Open Office Calc : selection clipboard +Oracle Open Office Calc : selection frames +Oracle Open Office Calc : selection lists +Oracle Open Office Calc : selection lists;filling cells +Oracle Open Office Calc : selection lists;validity +Oracle Open Office Calc : selection modes in spreadsheets +Oracle Open Office Calc : selection modes in text +Oracle Open Office Calc : sending +Oracle Open Office Calc : sending;AutoAbstract function in presentations +Oracle Open Office Calc : sending;documents as e-mail +Oracle Open Office Calc : sending;documents as faxes +Oracle Open Office Calc : separator lines +Oracle Open Office Calc : separator lines;defining +Oracle Open Office Calc : separators +Oracle Open Office Calc : separators;conditional +Oracle Open Office Calc : series +Oracle Open Office Calc : series;calculating +Oracle Open Office Calc : series;sort lists +Oracle Open Office Calc : SERIESSUM function +Oracle Open Office Calc : Server Side ImageMap +Oracle Open Office Calc : settings +Oracle Open Office Calc : settings;printers +Oracle Open Office Calc : settings;program configuration +Oracle Open Office Calc : settings;proxies +Oracle Open Office Calc : settings;tracking changes +Oracle Open Office Calc : settings;views +Oracle Open Office Calc : SGML +Oracle Open Office Calc : SGML;definition +Oracle Open Office Calc : shadows +Oracle Open Office Calc : shadows;areas +Oracle Open Office Calc : shadows;borders +Oracle Open Office Calc : shadows;characters +Oracle Open Office Calc : shadows;characters, using context menu +Oracle Open Office Calc : shared libraries +Oracle Open Office Calc : shared libraries;programming +Oracle Open Office Calc : sharing documents +Oracle Open Office Calc : sharpening filter +Oracle Open Office Calc : sheet area names +Oracle Open Office Calc : SHEET function +Oracle Open Office Calc : sheet grids +Oracle Open Office Calc : sheet grids;printing +Oracle Open Office Calc : sheet numbers +Oracle Open Office Calc : sheet numbers;looking up +Oracle Open Office Calc : sheet ranges +Oracle Open Office Calc : sheet ranges;filling +Oracle Open Office Calc : sheet references +Oracle Open Office Calc : sheet tabs +Oracle Open Office Calc : sheet tabs;displaying +Oracle Open Office Calc : sheet tabs;renaming +Oracle Open Office Calc : sheet tabs;using +Oracle Open Office Calc : sheets +Oracle Open Office Calc : sheets;AutoFormat function +Oracle Open Office Calc : sheets;creating +Oracle Open Office Calc : sheets;defining label ranges +Oracle Open Office Calc : sheets;deleting +Oracle Open Office Calc : sheets;displaying +Oracle Open Office Calc : sheets;filter values +Oracle Open Office Calc : sheets;formatting themes +Oracle Open Office Calc : sheets;hiding +Oracle Open Office Calc : sheets;hiding details +Oracle Open Office Calc : sheets;HTML +Oracle Open Office Calc : sheets;inserting +Oracle Open Office Calc : sheets;inserting row breaks +Oracle Open Office Calc : sheets;optimal row heights +Oracle Open Office Calc : sheets;outlines +Oracle Open Office Calc : sheets;printing details +Oracle Open Office Calc : sheets;printing in landscape +Oracle Open Office Calc : sheets;printing on multiple pages +Oracle Open Office Calc : sheets;printing sheet counts +Oracle Open Office Calc : sheets;protecting +Oracle Open Office Calc : sheets;renaming +Oracle Open Office Calc : sheets;right-to-left +Oracle Open Office Calc : sheets;searching all +Oracle Open Office Calc : sheets;selecting multiple +Oracle Open Office Calc : sheets;showing multiple +Oracle Open Office Calc : sheets;simultaneous multiple filling +Oracle Open Office Calc : SHEETS function +Oracle Open Office Calc : shortcut keys +Oracle Open Office Calc : shortcut keys;assigning macros +Oracle Open Office Calc : shortcut keys;charts +Oracle Open Office Calc : shortcut keys;general +Oracle Open Office Calc : shortcut keys;in databases +Oracle Open Office Calc : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Calc : shortcut keys;Oracle Open Office Calc accessibility +Oracle Open Office Calc : shortcut keys;spreadsheets +Oracle Open Office Calc : showing +Oracle Open Office Calc : showing;cell references +Oracle Open Office Calc : showing;changes +Oracle Open Office Calc : showing;columns +Oracle Open Office Calc : showing;docked windows +Oracle Open Office Calc : showing;drawings and controls (Writer) +Oracle Open Office Calc : showing;live presentations on the Internet +Oracle Open Office Calc : showing;rows +Oracle Open Office Calc : showing;sheet details +Oracle Open Office Calc : showing;toolbars +Oracle Open Office Calc : SIGN function +Oracle Open Office Calc : signing documents with digital signatures +Oracle Open Office Calc : similarity search +Oracle Open Office Calc : simple handles (Writer) +Oracle Open Office Calc : simplified Chinese +Oracle Open Office Calc : simplified Chinese;translating to traditional Chinese +Oracle Open Office Calc : SIN function +Oracle Open Office Calc : single sign on options +Oracle Open Office Calc : single-line spacing in text +Oracle Open Office Calc : SINH function +Oracle Open Office Calc : sizes +Oracle Open Office Calc : sizes;draw objects +Oracle Open Office Calc : sizes;pictures +Oracle Open Office Calc : SKEW function +Oracle Open Office Calc : slanting draw objects +Oracle Open Office Calc : SLN function +Oracle Open Office Calc : SLOPE function +Oracle Open Office Calc : slopes, see also regression lines +Oracle Open Office Calc : small capitals +Oracle Open Office Calc : SMALL function +Oracle Open Office Calc : small icons +Oracle Open Office Calc : smart tag configuration +Oracle Open Office Calc : smooth scrolling (Writer) +Oracle Open Office Calc : smoothing filter +Oracle Open Office Calc : snap grid defaults (Writer/Calc) +Oracle Open Office Calc : snapping in presentations and drawings +Oracle Open Office Calc : solarization filter +Oracle Open Office Calc : solver +Oracle Open Office Calc : sort lists +Oracle Open Office Calc : sort lists;applying +Oracle Open Office Calc : sort lists;copying to in Calc +Oracle Open Office Calc : sorting +Oracle Open Office Calc : sorting;Asian languages +Oracle Open Office Calc : sorting;data in forms +Oracle Open Office Calc : sorting;database ranges +Oracle Open Office Calc : sorting;databases +Oracle Open Office Calc : sorting;options for database ranges +Oracle Open Office Calc : sorting;options in Data Pilot +Oracle Open Office Calc : sorting;sort criteria for database ranges +Oracle Open Office Calc : sound files +Oracle Open Office Calc : spaces +Oracle Open Office Calc : spaces;displaying (Writer) +Oracle Open Office Calc : spaces;ignoring double +Oracle Open Office Calc : spaces;inserting protected spaces +Oracle Open Office Calc : spaces;showing protected spaces (Writer) +Oracle Open Office Calc : spacing +Oracle Open Office Calc : spacing;between paragraphs in footnotes +Oracle Open Office Calc : spacing;font effects +Oracle Open Office Calc : spacing;lines and paragraphs +Oracle Open Office Calc : spacing;tab stops in text documents +Oracle Open Office Calc : spacing;tabs in presentations +Oracle Open Office Calc : spadmin +Oracle Open Office Calc : special characters +Oracle Open Office Calc : speech bubbles +Oracle Open Office Calc : speed of printing +Oracle Open Office Calc : spellcheck +Oracle Open Office Calc : spellcheck;activating for a language +Oracle Open Office Calc : spellcheck;context menus +Oracle Open Office Calc : spellcheck;default languages +Oracle Open Office Calc : spellcheck;dialog +Oracle Open Office Calc : spellcheck;dictionary of exceptions +Oracle Open Office Calc : spellcheck;ignore list +Oracle Open Office Calc : spin button creation +Oracle Open Office Calc : spoolfiles with Xprinter +Oracle Open Office Calc : spreadsheets +Oracle Open Office Calc : spreadsheets;as databases (base) +Oracle Open Office Calc : spreadsheets;backgrounds +Oracle Open Office Calc : spreadsheets;calculating +Oracle Open Office Calc : spreadsheets;copying +Oracle Open Office Calc : spreadsheets;copying areas to text documents +Oracle Open Office Calc : spreadsheets;creating/opening +Oracle Open Office Calc : spreadsheets;deleting +Oracle Open Office Calc : spreadsheets;deleting cell contents +Oracle Open Office Calc : spreadsheets;deleting cells +Oracle Open Office Calc : spreadsheets;deleting column breaks +Oracle Open Office Calc : spreadsheets;deleting row breaks +Oracle Open Office Calc : spreadsheets;displaying headers of columns/rows +Oracle Open Office Calc : spreadsheets;formatting +Oracle Open Office Calc : spreadsheets;formula bar +Oracle Open Office Calc : spreadsheets;functions +Oracle Open Office Calc : spreadsheets;hiding functions +Oracle Open Office Calc : spreadsheets;importing from/exporting to dBASE files +Oracle Open Office Calc : spreadsheets;inserting breaks in +Oracle Open Office Calc : spreadsheets;inserting cells +Oracle Open Office Calc : spreadsheets;inserting charts +Oracle Open Office Calc : spreadsheets;inserting column breaks +Oracle Open Office Calc : spreadsheets;inserting columns +Oracle Open Office Calc : spreadsheets;inserting database records +Oracle Open Office Calc : spreadsheets;inserting rows +Oracle Open Office Calc : spreadsheets;moving +Oracle Open Office Calc : spreadsheets;optimal column widths +Oracle Open Office Calc : spreadsheets;printing +Oracle Open Office Calc : spreadsheets;saving +Oracle Open Office Calc : spreadsheets;saving automatically +Oracle Open Office Calc : spreadsheets;saving in other formats +Oracle Open Office Calc : spreadsheets;sending as e-mail +Oracle Open Office Calc : spreadsheets;shortcut keys in +Oracle Open Office Calc : spreadsheets;showing columns +Oracle Open Office Calc : spreadsheets;value highlighting +Oracle Open Office Calc : spreadsheets;values as shown +Oracle Open Office Calc : SQL +Oracle Open Office Calc : SQL;definition +Oracle Open Office Calc : SQL;DISTINCT parameter +Oracle Open Office Calc : SQL;executing SQL commands +Oracle Open Office Calc : SQL;executing SQL statements (Base) +Oracle Open Office Calc : SQL;queries (Base) +Oracle Open Office Calc : SQRT function +Oracle Open Office Calc : SQRTPI function +Oracle Open Office Calc : square drawings +Oracle Open Office Calc : square number additions +Oracle Open Office Calc : square roots +Oracle Open Office Calc : square roots;positive numbers +Oracle Open Office Calc : square roots;products of Pi +Oracle Open Office Calc : standard bar on/off +Oracle Open Office Calc : standard deviation in charts +Oracle Open Office Calc : standard deviations in databases +Oracle Open Office Calc : standard deviations in databases;based on a sample +Oracle Open Office Calc : standard deviations in databases;based on populations +Oracle Open Office Calc : standard deviations in statistics +Oracle Open Office Calc : standard deviations in statistics;based on a population +Oracle Open Office Calc : standard deviations in statistics;based on a sample +Oracle Open Office Calc : standard errors +Oracle Open Office Calc : standard errors;array functions +Oracle Open Office Calc : standard errors;statistical functions +Oracle Open Office Calc : standard filters in databases +Oracle Open Office Calc : standard printer under UNIX +Oracle Open Office Calc : STANDARDIZE function +Oracle Open Office Calc : start center +Oracle Open Office Calc : start parameters +Oracle Open Office Calc : statistics functions +Oracle Open Office Calc : statistics in charts +Oracle Open Office Calc : status bar on/off +Oracle Open Office Calc : STDEV function +Oracle Open Office Calc : STDEVA function +Oracle Open Office Calc : STDEVP function +Oracle Open Office Calc : STDEVPA function +Oracle Open Office Calc : STEYX function +Oracle Open Office Calc : stickers +Oracle Open Office Calc : stock charts +Oracle Open Office Calc : straight-line depreciations +Oracle Open Office Calc : strikethrough +Oracle Open Office Calc : strikethrough;characters +Oracle Open Office Calc : strikethrough;font effects +Oracle Open Office Calc : STYLE function +Oracle Open Office Calc : STYLE function example +Oracle Open Office Calc : styles +Oracle Open Office Calc : styles;'changed' message +Oracle Open Office Calc : styles;conditional styles +Oracle Open Office Calc : styles;copying between documents +Oracle Open Office Calc : styles;keyboard shortcuts +Oracle Open Office Calc : styles;organizing +Oracle Open Office Calc : styles;printing styles used in a document +Oracle Open Office Calc : styles;replacing automatically +Oracle Open Office Calc : Styles and Formatting window +Oracle Open Office Calc : Styles and Formatting window;docking +Oracle Open Office Calc : Styles and Formatting window +Oracle Open Office Calc : Stylist, see Styles and Formatting window +Oracle Open Office Calc : subforms +Oracle Open Office Calc : subforms;creating +Oracle Open Office Calc : subforms;description +Oracle Open Office Calc : submitting forms +Oracle Open Office Calc : subscript text in cells +Oracle Open Office Calc : SUBSTITUTE function +Oracle Open Office Calc : SUBTOTAL function +Oracle Open Office Calc : subtotals +Oracle Open Office Calc : subtotals;sorting options +Oracle Open Office Calc : suffixes in file formats +Oracle Open Office Calc : SUM function +Oracle Open Office Calc : sum icon +Oracle Open Office Calc : SUMIF function +Oracle Open Office Calc : SUMPRODUCT function +Oracle Open Office Calc : sums +Oracle Open Office Calc : sums;cells in Calc databases +Oracle Open Office Calc : sums;of filtered data +Oracle Open Office Calc : sums;of square numbers +Oracle Open Office Calc : sums;of squares of deviations +Oracle Open Office Calc : SUMSQ function +Oracle Open Office Calc : SUMX2MY2 function +Oracle Open Office Calc : SUMX2PY2 function +Oracle Open Office Calc : SUMXMY2 function +Oracle Open Office Calc : superscript text in cells +Oracle Open Office Calc : support on the Web +Oracle Open Office Calc : swapping tables +Oracle Open Office Calc : SYD function +Oracle Open Office Calc : syllables in spreadsheets +Oracle Open Office Calc : synchronizing +Oracle Open Office Calc : synchronizing;labels and business cards +Oracle Open Office Calc : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Calc : system address book registration +Oracle Open Office Calc : T function +Oracle Open Office Calc : t-distribution +Oracle Open Office Calc : tab stops +Oracle Open Office Calc : tab stops;displaying (Writer) +Oracle Open Office Calc : tab stops;inserting and editing +Oracle Open Office Calc : tab stops;regular expressions +Oracle Open Office Calc : tab stops;setting in sheets +Oracle Open Office Calc : tab stops;settings +Oracle Open Office Calc : tab stops;spacing in presentations +Oracle Open Office Calc : tab stops;spacing in text documents +Oracle Open Office Calc : table controls +Oracle Open Office Calc : table controls;form functions +Oracle Open Office Calc : table controls;keyboard-only edit mode +Oracle Open Office Calc : table controls;properties +Oracle Open Office Calc : table views of databases +Oracle Open Office Calc : Table Wizard (Base) +Oracle Open Office Calc : tables +Oracle Open Office Calc : tables;AutoFormat function +Oracle Open Office Calc : tables;backgrounds +Oracle Open Office Calc : tables;combining +Oracle Open Office Calc : tables;copying cell styles +Oracle Open Office Calc : tables;database ranges +Oracle Open Office Calc : tables;deactivating automatic changes in +Oracle Open Office Calc : tables;displaying formulas/values +Oracle Open Office Calc : tables;freezing +Oracle Open Office Calc : tables;importing/exporting as text +Oracle Open Office Calc : tables;inserting external data +Oracle Open Office Calc : tables;inserting line breaks +Oracle Open Office Calc : tables;merging cells +Oracle Open Office Calc : tables;multiple operations in +Oracle Open Office Calc : tables;number formats +Oracle Open Office Calc : tables;renaming +Oracle Open Office Calc : tables;rotating +Oracle Open Office Calc : tables;selecting ranges +Oracle Open Office Calc : tables;showing details +Oracle Open Office Calc : tables;splitting windows +Oracle Open Office Calc : tables;transposing +Oracle Open Office Calc : tables;views +Oracle Open Office Calc : tables in databases +Oracle Open Office Calc : tables in databases;access rights to (Base) +Oracle Open Office Calc : tables in databases;adding to queries +Oracle Open Office Calc : tables in databases;browsing and editing +Oracle Open Office Calc : tables in databases;copying database tables (Base) +Oracle Open Office Calc : tables in databases;creating +Oracle Open Office Calc : tables in databases;creating in design view (manually) +Oracle Open Office Calc : tables in databases;importing dBASE files +Oracle Open Office Calc : tables in databases;importing text formats (Base) +Oracle Open Office Calc : tables in databases;joining for queries (Base) +Oracle Open Office Calc : tables in databases;printing queries (Base) +Oracle Open Office Calc : tables in databases;relations (Base) +Oracle Open Office Calc : tables in databases;searching +Oracle Open Office Calc : tables in spreadsheets +Oracle Open Office Calc : tables in spreadsheets;copying data to other applications +Oracle Open Office Calc : tables in spreadsheets;defining borders +Oracle Open Office Calc : tables in spreadsheets;value highlighting +Oracle Open Office Calc : tables in text +Oracle Open Office Calc : tables in text;captions +Oracle Open Office Calc : tables in text;creating automatically +Oracle Open Office Calc : tables in text;default settings +Oracle Open Office Calc : tables in text;defining borders +Oracle Open Office Calc : tables in text;displaying +Oracle Open Office Calc : tables in text;printing +Oracle Open Office Calc : tabs +Oracle Open Office Calc : tabs;displaying sheet tabs +Oracle Open Office Calc : tags +Oracle Open Office Calc : tags;definition +Oracle Open Office Calc : tags;META tags +Oracle Open Office Calc : TAN function +Oracle Open Office Calc : TANH function +Oracle Open Office Calc : TBILLEQ function +Oracle Open Office Calc : TBILLPRICE function +Oracle Open Office Calc : TBILLYIELD function +Oracle Open Office Calc : TDIST function +Oracle Open Office Calc : templates +Oracle Open Office Calc : templates;agendas +Oracle Open Office Calc : templates;changing basic fonts +Oracle Open Office Calc : templates;database reports +Oracle Open Office Calc : templates;deleting +Oracle Open Office Calc : templates;editing and saving +Oracle Open Office Calc : templates;faxes +Oracle Open Office Calc : templates;importing and exporting +Oracle Open Office Calc : templates;letters +Oracle Open Office Calc : templates;new documents from templates +Oracle Open Office Calc : templates;opening documents with +Oracle Open Office Calc : templates;organizing +Oracle Open Office Calc : terminology +Oracle Open Office Calc : terminology;general glossary +Oracle Open Office Calc : terminology;Internet glossary +Oracle Open Office Calc : testing XML filters +Oracle Open Office Calc : text +Oracle Open Office Calc : text;animating +Oracle Open Office Calc : text;Asian layout +Oracle Open Office Calc : text;bold +Oracle Open Office Calc : text;coloring +Oracle Open Office Calc : text;copying by drag and drop +Oracle Open Office Calc : text;CTL languages +Oracle Open Office Calc : text;drawing pictures +Oracle Open Office Calc : text;font effects +Oracle Open Office Calc : text;font sizes +Oracle Open Office Calc : text;font styles +Oracle Open Office Calc : text;fonts and formats +Oracle Open Office Calc : text;Fontwork icons +Oracle Open Office Calc : text;hyperlinks +Oracle Open Office Calc : text;inserting special characters +Oracle Open Office Calc : text;italics +Oracle Open Office Calc : text;kerning +Oracle Open Office Calc : text;language selection +Oracle Open Office Calc : text;line spacing +Oracle Open Office Calc : text;overwriting or inserting +Oracle Open Office Calc : text;printing in black +Oracle Open Office Calc : text;replacing with format +Oracle Open Office Calc : text;selection modes +Oracle Open Office Calc : text;shadowed +Oracle Open Office Calc : text;text/draw objects +Oracle Open Office Calc : text attributes +Oracle Open Office Calc : text attributes;hyperlinks +Oracle Open Office Calc : text attributes;undoing +Oracle Open Office Calc : text boxes +Oracle Open Office Calc : text boxes;form functions +Oracle Open Office Calc : text boxes;positioning +Oracle Open Office Calc : text breaks in cells +Oracle Open Office Calc : text colors for better accessibility +Oracle Open Office Calc : text completion on/off +Oracle Open Office Calc : text concatenation AND +Oracle Open Office Calc : text databases (Base) +Oracle Open Office Calc : text documents +Oracle Open Office Calc : text documents;creating/opening +Oracle Open Office Calc : text documents;importing to spreadsheets +Oracle Open Office Calc : text documents;importing/exporting +Oracle Open Office Calc : text documents;inserting spreadsheet cells +Oracle Open Office Calc : text documents;print settings +Oracle Open Office Calc : text documents;printing +Oracle Open Office Calc : text documents;saving +Oracle Open Office Calc : text documents;saving automatically +Oracle Open Office Calc : text documents;saving in other formats +Oracle Open Office Calc : text documents;sending as e-mail +Oracle Open Office Calc : text effects +Oracle Open Office Calc : text file import and export +Oracle Open Office Calc : text flow +Oracle Open Office Calc : text flow;in cells +Oracle Open Office Calc : text formats +Oracle Open Office Calc : text formats;databases +Oracle Open Office Calc : text formats;for numbers +Oracle Open Office Calc : text formats;pasting +Oracle Open Office Calc : TEXT function +Oracle Open Office Calc : text in cells +Oracle Open Office Calc : text in cells;as addressing +Oracle Open Office Calc : text in cells;AutoInput function +Oracle Open Office Calc : text in cells;changing to numbers +Oracle Open Office Calc : text in cells;formatting +Oracle Open Office Calc : text in cells;functions +Oracle Open Office Calc : text in cells;multi-line +Oracle Open Office Calc : text in cells;writing vertically +Oracle Open Office Calc : text input fields +Oracle Open Office Calc : text layout for special languages +Oracle Open Office Calc : text objects +Oracle Open Office Calc : text objects;alignment +Oracle Open Office Calc : text objects;draw functions +Oracle Open Office Calc : text objects;fonts +Oracle Open Office Calc : text objects;in presentations and drawings +Oracle Open Office Calc : text operators +Oracle Open Office Calc : text overflow in spreadsheet cells +Oracle Open Office Calc : text scaling in charts +Oracle Open Office Calc : text to columns +Oracle Open Office Calc : text, see also text documents, paragraphs and characters +Oracle Open Office Calc : TextArt, see Fontwork +Oracle Open Office Calc : textures +Oracle Open Office Calc : textures;inserting from Gallery +Oracle Open Office Calc : textures;on chart bars +Oracle Open Office Calc : Thai +Oracle Open Office Calc : Thai;entering text +Oracle Open Office Calc : Thai;language settings +Oracle Open Office Calc : theme selection for sheets +Oracle Open Office Calc : thesaurus +Oracle Open Office Calc : thesaurus;activating for a language +Oracle Open Office Calc : ticker text +Oracle Open Office Calc : time differences +Oracle Open Office Calc : time fields +Oracle Open Office Calc : time fields;form functions +Oracle Open Office Calc : time format conversion +Oracle Open Office Calc : TIME function +Oracle Open Office Calc : times +Oracle Open Office Calc : times;in cells +Oracle Open Office Calc : times;inserting when printing presentations +Oracle Open Office Calc : times, formats +Oracle Open Office Calc : TIMEVALUE function +Oracle Open Office Calc : TINV function +Oracle Open Office Calc : tips +Oracle Open Office Calc : tips;extended tips in Help +Oracle Open Office Calc : title rows +Oracle Open Office Calc : title rows;freezing during table split +Oracle Open Office Calc : title rows;printing in Oracle Open Office Math +Oracle Open Office Calc : title rows;printing on all sheets +Oracle Open Office Calc : titles +Oracle Open Office Calc : titles;alignment (charts) +Oracle Open Office Calc : titles;changing +Oracle Open Office Calc : titles;editing in charts +Oracle Open Office Calc : titles;font effects +Oracle Open Office Calc : titles;formatting automatically +Oracle Open Office Calc : titles;formatting charts +Oracle Open Office Calc : titles;objects +Oracle Open Office Calc : TODAY function +Oracle Open Office Calc : toolbars +Oracle Open Office Calc : toolbars;adding buttons +Oracle Open Office Calc : toolbars;docking/undocking +Oracle Open Office Calc : toolbars;Form Navigation bar +Oracle Open Office Calc : toolbars;viewing/closing +Oracle Open Office Calc : tools bar +Oracle Open Office Calc : tooltips +Oracle Open Office Calc : tooltips;extended tips +Oracle Open Office Calc : tooltips;help +Oracle Open Office Calc : total amortizement rates +Oracle Open Office Calc : traces +Oracle Open Office Calc : traces;autorefreshing +Oracle Open Office Calc : traces;precedents and dependents +Oracle Open Office Calc : traces;precedents for multiple cells +Oracle Open Office Calc : traces;refreshing +Oracle Open Office Calc : tracing errors +Oracle Open Office Calc : traditional Chinese +Oracle Open Office Calc : traditional Chinese;translating to simplified chinese +Oracle Open Office Calc : transparency +Oracle Open Office Calc : transparency;areas +Oracle Open Office Calc : transparency;off for faster printing +Oracle Open Office Calc : transparency;saving +Oracle Open Office Calc : TRANSPOSE function +Oracle Open Office Calc : transposing tables +Oracle Open Office Calc : treasury bills +Oracle Open Office Calc : treasury bills;annual return +Oracle Open Office Calc : treasury bills;prices +Oracle Open Office Calc : treasury bills;rates of return +Oracle Open Office Calc : tree view of Help +Oracle Open Office Calc : TREND function +Oracle Open Office Calc : trend lines in charts +Oracle Open Office Calc : trigonometric functions +Oracle Open Office Calc : TRIM function +Oracle Open Office Calc : TRIMMEAN function +Oracle Open Office Calc : TRUE function +Oracle Open Office Calc : TRUNC function +Oracle Open Office Calc : TTEST function +Oracle Open Office Calc : TYPE function +Oracle Open Office Calc : typefaces +Oracle Open Office Calc : typefaces;adding under UNIX +Oracle Open Office Calc : typefaces;formats +Oracle Open Office Calc : typography +Oracle Open Office Calc : typography;Asian +Oracle Open Office Calc : underlining +Oracle Open Office Calc : underlining;AutoFormat function +Oracle Open Office Calc : underlining;characters +Oracle Open Office Calc : underlining;text +Oracle Open Office Calc : undocking windows +Oracle Open Office Calc : undoing +Oracle Open Office Calc : undoing;direct formatting +Oracle Open Office Calc : undoing;editing +Oracle Open Office Calc : undoing;number of steps +Oracle Open Office Calc : ungrouping entries in DataPilot tables +Oracle Open Office Calc : ungrouping groups +Oracle Open Office Calc : UNICHAR function +Oracle Open Office Calc : UNICODE function +Oracle Open Office Calc : units +Oracle Open Office Calc : units;converting +Oracle Open Office Calc : units;measurement units +Oracle Open Office Calc : unmerging cells +Oracle Open Office Calc : UNO components +Oracle Open Office Calc : UNO components;Extension Manager +Oracle Open Office Calc : UNO components;integrating new +Oracle Open Office Calc : unprotecting cells +Oracle Open Office Calc : update options +Oracle Open Office Calc : updates +Oracle Open Office Calc : updates;checking automatically +Oracle Open Office Calc : updates;checking manually +Oracle Open Office Calc : updating +Oracle Open Office Calc : updating;DataPilot tables +Oracle Open Office Calc : updating;fields and charts, automatically (Writer) +Oracle Open Office Calc : updating;links in text documents +Oracle Open Office Calc : updating;links, on opening +Oracle Open Office Calc : updating;templates +Oracle Open Office Calc : updating;traces +Oracle Open Office Calc : UPPER function +Oracle Open Office Calc : URL +Oracle Open Office Calc : URL;changing hyperlink URLs +Oracle Open Office Calc : URL;definition +Oracle Open Office Calc : URL;in Calc +Oracle Open Office Calc : URL;in pictures +Oracle Open Office Calc : URL;saving absolute/relative paths +Oracle Open Office Calc : URL;turning off URL recognition +Oracle Open Office Calc : user data +Oracle Open Office Calc : user data;input +Oracle Open Office Calc : user data;removing when saving +Oracle Open Office Calc : user feedback +Oracle Open Office Calc : user feedback;automatically +Oracle Open Office Calc : user-defined dictionaries +Oracle Open Office Calc : user-defined dictionaries;creating +Oracle Open Office Calc : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Calc : user-defined dictionaries;editing +Oracle Open Office Calc : user-defined functions +Oracle Open Office Calc : user-defined styles +Oracle Open Office Calc : user-defined styles;automatically replacing +Oracle Open Office Calc : UTF-8/UCS2 support +Oracle Open Office Calc : validity +Oracle Open Office Calc : VALUE function +Oracle Open Office Calc : values +Oracle Open Office Calc : values;absolute +Oracle Open Office Calc : values;defining names +Oracle Open Office Calc : values;displaying in tables +Oracle Open Office Calc : values;highlighting +Oracle Open Office Calc : values;inserting in multiple cells +Oracle Open Office Calc : values;limiting on input +Oracle Open Office Calc : values;rounded as shown (Calc) +Oracle Open Office Calc : values;rounded in calculations +Oracle Open Office Calc : VAR function +Oracle Open Office Calc : VARA function +Oracle Open Office Calc : variables +Oracle Open Office Calc : variables;calculating equations +Oracle Open Office Calc : variables;defining names +Oracle Open Office Calc : variables;for paths +Oracle Open Office Calc : variances +Oracle Open Office Calc : variances;based on populations +Oracle Open Office Calc : variances;based on samples +Oracle Open Office Calc : variances +Oracle Open Office Calc : variances in charts +Oracle Open Office Calc : VARP function +Oracle Open Office Calc : VARPA function +Oracle Open Office Calc : VBA code +Oracle Open Office Calc : VBA code;loading/saving documents with VBA code +Oracle Open Office Calc : VDB function +Oracle Open Office Calc : version management +Oracle Open Office Calc : version numbers of documents +Oracle Open Office Calc : versions +Oracle Open Office Calc : versions;comparing documents +Oracle Open Office Calc : versions;file saving as, restriction +Oracle Open Office Calc : versions;merging document versions +Oracle Open Office Calc : versions;of a document +Oracle Open Office Calc : versions;Oracle Open Office +Oracle Open Office Calc : vertical callouts +Oracle Open Office Calc : vertical scrollbars (Writer) +Oracle Open Office Calc : vertical search function +Oracle Open Office Calc : vertical text boxes +Oracle Open Office Calc : videos +Oracle Open Office Calc : viewing +Oracle Open Office Calc : viewing;comments on cells +Oracle Open Office Calc : viewing;databases +Oracle Open Office Calc : viewing;file properties +Oracle Open Office Calc : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Calc : viewing;print ranges +Oracle Open Office Calc : viewing;toolbars +Oracle Open Office Calc : views +Oracle Open Office Calc : views;creating database views (Base) +Oracle Open Office Calc : views;defaults +Oracle Open Office Calc : views;full screen +Oracle Open Office Calc : views;icons +Oracle Open Office Calc : views;multiple sheets +Oracle Open Office Calc : views;scaling +Oracle Open Office Calc : views;tables +Oracle Open Office Calc : Visual Basic for Applications +Oracle Open Office Calc : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Calc : VLOOKUP function +Oracle Open Office Calc : watermarks +Oracle Open Office Calc : web documents +Oracle Open Office Calc : web documents;XForms +Oracle Open Office Calc : web pages +Oracle Open Office Calc : web pages;importing data +Oracle Open Office Calc : Web support +Oracle Open Office Calc : WebCast export +Oracle Open Office Calc : WebDAV over HTTPS +Oracle Open Office Calc : WebQuery filter +Oracle Open Office Calc : WEEKDAY function +Oracle Open Office Calc : WEEKNUM function +Oracle Open Office Calc : WEEKNUM_ADD function +Oracle Open Office Calc : WEEKS function +Oracle Open Office Calc : WEEKSINYEAR function +Oracle Open Office Calc : WEIBULL function +Oracle Open Office Calc : what if operations +Oracle Open Office Calc : what if operations;solver +Oracle Open Office Calc : what if operations;two variables +Oracle Open Office Calc : widths of cells +Oracle Open Office Calc : windows +Oracle Open Office Calc : windows;docking +Oracle Open Office Calc : windows;docking definition +Oracle Open Office Calc : windows;hiding/showing/docking +Oracle Open Office Calc : windows;new +Oracle Open Office Calc : windows;splitting +Oracle Open Office Calc : wizards +Oracle Open Office Calc : wizards;agendas +Oracle Open Office Calc : wizards;database queries +Oracle Open Office Calc : wizards;database tables (Base) +Oracle Open Office Calc : wizards;databases (Base) +Oracle Open Office Calc : wizards;document converter +Oracle Open Office Calc : wizards;Euro Converter +Oracle Open Office Calc : wizards;faxes +Oracle Open Office Calc : wizards;forms +Oracle Open Office Calc : wizards;functions +Oracle Open Office Calc : wizards;letters +Oracle Open Office Calc : wizards;macros (Base) +Oracle Open Office Calc : wizards;overview +Oracle Open Office Calc : wizards;presentations +Oracle Open Office Calc : wizards;reports +Oracle Open Office Calc : word completion on/off +Oracle Open Office Calc : Word documents +Oracle Open Office Calc : Word documents;compatibility +Oracle Open Office Calc : Word documents;saving as +Oracle Open Office Calc : WordArt, see Fontwork +Oracle Open Office Calc : words +Oracle Open Office Calc : words;automatically replacing +Oracle Open Office Calc : words;wrapping in cells +Oracle Open Office Calc : words;wrapping in CTL +Oracle Open Office Calc : WORKDAY function +Oracle Open Office Calc : working directory change +Oracle Open Office Calc : worksheet names +Oracle Open Office Calc : wrapping text +Oracle Open Office Calc : wrapping text;in cells +Oracle Open Office Calc : write protection on/off +Oracle Open Office Calc : writing aids options +Oracle Open Office Calc : WYSIWYG in fonts lists +Oracle Open Office Calc : X axes +Oracle Open Office Calc : X axes;grid formatting +Oracle Open Office Calc : X axes;positioning +Oracle Open Office Calc : X axes;scaling +Oracle Open Office Calc : X axes;showing +Oracle Open Office Calc : XForms +Oracle Open Office Calc : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Calc : XForms;conditions +Oracle Open Office Calc : XForms;opening/editing +Oracle Open Office Calc : XIRR function +Oracle Open Office Calc : XML converters +Oracle Open Office Calc : XML file formats +Oracle Open Office Calc : XML filters +Oracle Open Office Calc : XML filters;creating/testing +Oracle Open Office Calc : XML filters;saving as package/installing/deleting +Oracle Open Office Calc : XML filters;settings +Oracle Open Office Calc : XML Forms, see XForms +Oracle Open Office Calc : XNPV function +Oracle Open Office Calc : XSLT filters, see also XML filters +Oracle Open Office Calc : XY charts +Oracle Open Office Calc : Y axes +Oracle Open Office Calc : Y axes;formatting +Oracle Open Office Calc : Y axes;grid formatting +Oracle Open Office Calc : Y axes;positioning +Oracle Open Office Calc : Y axes;scaling +Oracle Open Office Calc : Y axes;showing +Oracle Open Office Calc : YEAR function +Oracle Open Office Calc : YEARFRAC function +Oracle Open Office Calc : years +Oracle Open Office Calc : years;2-digit options +Oracle Open Office Calc : years;2-digits +Oracle Open Office Calc : YEARS function +Oracle Open Office Calc : YIELD function +Oracle Open Office Calc : YIELDDISC function +Oracle Open Office Calc : YIELDMAT function +Oracle Open Office Calc : yields, see also rates of return +Oracle Open Office Calc : Z axes +Oracle Open Office Calc : Z axes;grid formatting +Oracle Open Office Calc : Z axes;showing +Oracle Open Office Calc : zero values +Oracle Open Office Calc : zero values;displaying (Calc) +Oracle Open Office Calc : zero values;entering leading zeros +Oracle Open Office Calc : zero values;printing +Oracle Open Office Calc : zooming +Oracle Open Office Calc : zooming;enlarging page views +Oracle Open Office Calc : zooming;page views +Oracle Open Office Calc : zooming;pictures +Oracle Open Office Calc : zooming;reducing page views +Oracle Open Office Calc : zooming;status bar +Oracle Open Office Calc : ZTEST function +Oracle Open Office Base : 3D text creation +Oracle Open Office Base : abbreviation replacement +Oracle Open Office Base : absolute hyperlinks +Oracle Open Office Base : absolute saving of URLs +Oracle Open Office Base : accents +Oracle Open Office Base : Access databases (base) +Oracle Open Office Base : access rights for database tables (Base) +Oracle Open Office Base : accessibility +Oracle Open Office Base : accessibility;general shortcuts +Oracle Open Office Base : accessibility;options +Oracle Open Office Base : accessibility;Oracle Open Office assistive technology +Oracle Open Office Base : accessibility;Oracle Open Office features +Oracle Open Office Base : activating +Oracle Open Office Base : activating;context menus +Oracle Open Office Base : activating;Error Report Tool +Oracle Open Office Base : activating;extended help tips +Oracle Open Office Base : activating;plug-ins +Oracle Open Office Base : ActiveX control +Oracle Open Office Base : Adabas D databases (base) +Oracle Open Office Base : add-ons, see UNO components +Oracle Open Office Base : additional selection mode +Oracle Open Office Base : address books +Oracle Open Office Base : address books;LDAP server (Base) +Oracle Open Office Base : address books;registering +Oracle Open Office Base : address labels from databases +Oracle Open Office Base : ADO databases (Base) +Oracle Open Office Base : Agenda Wizard +Oracle Open Office Base : aging filter +Oracle Open Office Base : aligning +Oracle Open Office Base : aligning;cells +Oracle Open Office Base : aligning;objects +Oracle Open Office Base : aligning;paragraphs +Oracle Open Office Base : aligning;tables in text +Oracle Open Office Base : aligning;text objects +Oracle Open Office Base : alternative fonts +Oracle Open Office Base : ampersand symbol, see also operators +Oracle Open Office Base : anchors +Oracle Open Office Base : anchors;changing +Oracle Open Office Base : anchors;displaying (Calc) +Oracle Open Office Base : anchors;types/positions for draw objects +Oracle Open Office Base : animations +Oracle Open Office Base : animations;accessibility options +Oracle Open Office Base : appearance options +Oracle Open Office Base : Arabic +Oracle Open Office Base : Arabic;entering text +Oracle Open Office Base : Arabic;language settings +Oracle Open Office Base : areas +Oracle Open Office Base : areas;bitmap patterns +Oracle Open Office Base : areas;hatched/dotted +Oracle Open Office Base : areas;shadows +Oracle Open Office Base : areas;slanting +Oracle Open Office Base : areas;styles +Oracle Open Office Base : areas;transparency +Oracle Open Office Base : arguments in command line +Oracle Open Office Base : arranging +Oracle Open Office Base : arranging;objects +Oracle Open Office Base : arrows +Oracle Open Office Base : arrows;defining arrow heads +Oracle Open Office Base : arrows;defining arrow lines +Oracle Open Office Base : arrows;drawing in text +Oracle Open Office Base : ASCII +Oracle Open Office Base : ASCII;definition +Oracle Open Office Base : Asian languages +Oracle Open Office Base : Asian languages;enabling +Oracle Open Office Base : Asian Phonetic Guide +Oracle Open Office Base : Asian typography +Oracle Open Office Base : assigning scripts +Oracle Open Office Base : assistive technology in Oracle Open Office +Oracle Open Office Base : attaching toolbars +Oracle Open Office Base : attachments in e-mails +Oracle Open Office Base : audio +Oracle Open Office Base : auto reloading HTML documents +Oracle Open Office Base : AutoAbstract function for sending text to presentations +Oracle Open Office Base : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Base : AutoComplete function in text and list boxes +Oracle Open Office Base : AutoCorrect function +Oracle Open Office Base : AutoCorrect function;context menu +Oracle Open Office Base : AutoCorrect function;options +Oracle Open Office Base : AutoCorrect function;pictures and frames +Oracle Open Office Base : AutoCorrect function;quotes +Oracle Open Office Base : AutoCorrect function;replacement table +Oracle Open Office Base : AutoCorrect function;switching on and off in Calc +Oracle Open Office Base : AutoCorrect function;URL recognition +Oracle Open Office Base : AutoFormat function +Oracle Open Office Base : AutoFormat function;switching on and off +Oracle Open Office Base : automatic captions (Writer) +Oracle Open Office Base : automatic control focus +Oracle Open Office Base : automatic hyperlink formatting +Oracle Open Office Base : automatic line breaks +Oracle Open Office Base : automatic lines/borders in text +Oracle Open Office Base : automatic saving +Oracle Open Office Base : AutoPilots, see wizards +Oracle Open Office Base : AutoValue (Base) +Oracle Open Office Base : axes in charts +Oracle Open Office Base : backgrounds +Oracle Open Office Base : backgrounds;defining colors/pictures +Oracle Open Office Base : backgrounds;frames/sections/indexes +Oracle Open Office Base : backgrounds;inserting from Gallery +Oracle Open Office Base : backgrounds;printing +Oracle Open Office Base : backing window +Oracle Open Office Base : backups +Oracle Open Office Base : backups;automatic +Oracle Open Office Base : backups;documents +Oracle Open Office Base : Basic +Oracle Open Office Base : Basic;fonts for source display +Oracle Open Office Base : Basic;programming +Oracle Open Office Base : Basic;recording macros +Oracle Open Office Base : basic fonts +Oracle Open Office Base : Bézier curves +Oracle Open Office Base : Bézier curves;control points in presentations +Oracle Open Office Base : bi-directional writing +Oracle Open Office Base : binding space +Oracle Open Office Base : bitmaps +Oracle Open Office Base : bitmaps;inserting and editing +Oracle Open Office Base : bitmaps;off for faster printing +Oracle Open Office Base : bitmaps;patterns +Oracle Open Office Base : black and white printing +Oracle Open Office Base : black printing in Calc +Oracle Open Office Base : block selection mode +Oracle Open Office Base : bold +Oracle Open Office Base : bold;AutoFormat function +Oracle Open Office Base : bold;text +Oracle Open Office Base : bookmarks +Oracle Open Office Base : bookmarks;Help +Oracle Open Office Base : borders +Oracle Open Office Base : borders;arranging +Oracle Open Office Base : borders;cells on screen (Calc) +Oracle Open Office Base : borders;for paragraphs +Oracle Open Office Base : borders;for tables +Oracle Open Office Base : borders;shadows +Oracle Open Office Base : borders;table boundaries (Writer) +Oracle Open Office Base : borders, see also frames +Oracle Open Office Base : bound fields +Oracle Open Office Base : bound fields;controls +Oracle Open Office Base : boundaries of tables (Writer) +Oracle Open Office Base : break display (Writer) +Oracle Open Office Base : brochures +Oracle Open Office Base : brochures;printing several +Oracle Open Office Base : build numbers of Oracle Open Office +Oracle Open Office Base : bullet lists +Oracle Open Office Base : bullet lists;formatting options +Oracle Open Office Base : bullets +Oracle Open Office Base : bullets;paragraphs +Oracle Open Office Base : bullets;replacing +Oracle Open Office Base : bullets;turning off +Oracle Open Office Base : business cards +Oracle Open Office Base : business cards;creating and synchronizing +Oracle Open Office Base : business cards;using templates +Oracle Open Office Base : button bars, see toolbars +Oracle Open Office Base : buttons +Oracle Open Office Base : buttons;adding push buttons +Oracle Open Office Base : buttons;big/small +Oracle Open Office Base : buttons;editing hyperlink buttons +Oracle Open Office Base : buttons;form functions +Oracle Open Office Base : buttons;toolbars +Oracle Open Office Base : cache for graphics +Oracle Open Office Base : calculating +Oracle Open Office Base : calculating;iterative references (Calc) +Oracle Open Office Base : callouts +Oracle Open Office Base : callouts;drawings +Oracle Open Office Base : capital letters +Oracle Open Office Base : capital letters;AutoCorrect function +Oracle Open Office Base : capital letters;font effects +Oracle Open Office Base : captions +Oracle Open Office Base : captions;automatic captions (Writer) +Oracle Open Office Base : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Base : captions, see also labels/callouts +Oracle Open Office Base : cascading update (Base) +Oracle Open Office Base : case sensitivity +Oracle Open Office Base : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Base : case sensitivity;searching +Oracle Open Office Base : cells +Oracle Open Office Base : cells;aligning +Oracle Open Office Base : cells;coloring (Calc) +Oracle Open Office Base : cells;cursor positions after input (Calc) +Oracle Open Office Base : cells;formatting without effect (Calc) +Oracle Open Office Base : cells;line breaks +Oracle Open Office Base : cells;linked to controls +Oracle Open Office Base : cells;number of +Oracle Open Office Base : cells;pasting +Oracle Open Office Base : cells;resetting formats +Oracle Open Office Base : cells;showing grid lines (Calc) +Oracle Open Office Base : centered text +Oracle Open Office Base : centimeters +Oracle Open Office Base : certificates +Oracle Open Office Base : changes +Oracle Open Office Base : changes;accepting or rejecting +Oracle Open Office Base : changes;comparing to original +Oracle Open Office Base : changes;protecting +Oracle Open Office Base : changes;recording +Oracle Open Office Base : changes;review function +Oracle Open Office Base : changes;showing +Oracle Open Office Base : changing +Oracle Open Office Base : changing;document titles +Oracle Open Office Base : changing;file associations in Setup program +Oracle Open Office Base : changing;icon sizes +Oracle Open Office Base : changing;links +Oracle Open Office Base : changing;work directory +Oracle Open Office Base : changing, see also editing and replacing +Oracle Open Office Base : character styles +Oracle Open Office Base : character styles;language selection +Oracle Open Office Base : characters +Oracle Open Office Base : characters;alternative fonts +Oracle Open Office Base : characters;Asian layout +Oracle Open Office Base : characters;bold +Oracle Open Office Base : characters;coloring +Oracle Open Office Base : characters;displaying only on screen (Writer) +Oracle Open Office Base : characters;enabling CTL and Asian characters +Oracle Open Office Base : characters;font effects +Oracle Open Office Base : characters;fonts and formats +Oracle Open Office Base : characters;hyperlinks +Oracle Open Office Base : characters;italics +Oracle Open Office Base : characters;language selection +Oracle Open Office Base : characters;shadowed +Oracle Open Office Base : characters;spacing +Oracle Open Office Base : characters;special +Oracle Open Office Base : characters;underlining +Oracle Open Office Base : charcoal sketches filter +Oracle Open Office Base : charts +Oracle Open Office Base : charts;arranging within stacks +Oracle Open Office Base : charts;bars with textures +Oracle Open Office Base : charts;colors +Oracle Open Office Base : charts;copying with link to source cell range +Oracle Open Office Base : charts;displaying (Calc) +Oracle Open Office Base : charts;editing axes +Oracle Open Office Base : charts;editing data +Oracle Open Office Base : charts;editing legends +Oracle Open Office Base : charts;editing titles +Oracle Open Office Base : charts;inserting +Oracle Open Office Base : charts;updating automatically (Writer) +Oracle Open Office Base : check box creation +Oracle Open Office Base : Chinese writing systems +Oracle Open Office Base : choosing printers +Oracle Open Office Base : circle drawings +Oracle Open Office Base : Client Side ImageMap +Oracle Open Office Base : clipboard +Oracle Open Office Base : clipboard;cutting +Oracle Open Office Base : clipboard;pasting +Oracle Open Office Base : clipboard;pasting formatted/unformatted text +Oracle Open Office Base : clipboard;selection clipboard +Oracle Open Office Base : clipboard;Unix +Oracle Open Office Base : closing +Oracle Open Office Base : closing;documents +Oracle Open Office Base : closing;toolbars +Oracle Open Office Base : collaboration +Oracle Open Office Base : color bar +Oracle Open Office Base : colors +Oracle Open Office Base : colors;adding +Oracle Open Office Base : colors;appearance +Oracle Open Office Base : colors;backgrounds +Oracle Open Office Base : colors;charts +Oracle Open Office Base : colors;fill format +Oracle Open Office Base : colors;fonts +Oracle Open Office Base : colors;grid lines and cells (Calc) +Oracle Open Office Base : colors;models +Oracle Open Office Base : colors;not printing +Oracle Open Office Base : colors;printing in grayscale +Oracle Open Office Base : colors;restriction (Calc) +Oracle Open Office Base : colors;selection +Oracle Open Office Base : column headers +Oracle Open Office Base : column headers;displaying (Calc) +Oracle Open Office Base : column headers;highlighting (Calc) +Oracle Open Office Base : columns +Oracle Open Office Base : columns;setting with the mouse +Oracle Open Office Base : combo box creation +Oracle Open Office Base : command button creation +Oracle Open Office Base : command buttons, see push buttons +Oracle Open Office Base : command line parameters +Oracle Open Office Base : commands +Oracle Open Office Base : commands;repeating +Oracle Open Office Base : commands;SQL +Oracle Open Office Base : comments +Oracle Open Office Base : comments;displaying (Calc) +Oracle Open Office Base : comments;inserting/editing/deleting/printing +Oracle Open Office Base : comments;on changes +Oracle Open Office Base : comments;printing in text +Oracle Open Office Base : common terms +Oracle Open Office Base : common terms;Chinese dictionary +Oracle Open Office Base : common terms;glossaries +Oracle Open Office Base : common terms;Internet glossary +Oracle Open Office Base : comparisons +Oracle Open Office Base : comparisons;document versions +Oracle Open Office Base : comparisons;operators in default filter dialog +Oracle Open Office Base : compatibility settings for MS Word import +Oracle Open Office Base : complete screen view +Oracle Open Office Base : complex text layout +Oracle Open Office Base : complex text layout;definition +Oracle Open Office Base : complex text layout;enabling +Oracle Open Office Base : complex text layout, see CTL +Oracle Open Office Base : compose key to insert special characters +Oracle Open Office Base : concatenation, see ampersand symbol +Oracle Open Office Base : conditional separators +Oracle Open Office Base : conditions +Oracle Open Office Base : conditions;in number formats +Oracle Open Office Base : conditions;items in Data Navigator +Oracle Open Office Base : Configuration Manager +Oracle Open Office Base : configuring +Oracle Open Office Base : configuring;fax icon +Oracle Open Office Base : configuring;Oracle Open Office +Oracle Open Office Base : configuring;toolbars +Oracle Open Office Base : connections to data sources (Base) +Oracle Open Office Base : contents protection +Oracle Open Office Base : context menus +Oracle Open Office Base : control point display in presentations +Oracle Open Office Base : controls +Oracle Open Office Base : controls;activating in forms +Oracle Open Office Base : controls;adding to documents +Oracle Open Office Base : controls;arranging in forms +Oracle Open Office Base : controls;arranging within stacks +Oracle Open Office Base : controls;assigning data sources +Oracle Open Office Base : controls;assigning macros (Basic) +Oracle Open Office Base : controls;bound fields/list contents/linked cells +Oracle Open Office Base : controls;events +Oracle Open Office Base : controls;focus +Oracle Open Office Base : controls;formatted fields +Oracle Open Office Base : controls;grouping +Oracle Open Office Base : controls;hidden +Oracle Open Office Base : controls;inserting +Oracle Open Office Base : controls;multi-line titles +Oracle Open Office Base : controls;positions and sizes +Oracle Open Office Base : controls;printing +Oracle Open Office Base : controls;properties of form controls +Oracle Open Office Base : controls;properties of table controls +Oracle Open Office Base : controls;reference by SQL +Oracle Open Office Base : controls;rich text control +Oracle Open Office Base : controls;select mode +Oracle Open Office Base : controls;showing (Writer) +Oracle Open Office Base : converters +Oracle Open Office Base : converters;Euro converter +Oracle Open Office Base : converters;PostScript, UNIX +Oracle Open Office Base : converters;XML +Oracle Open Office Base : converting +Oracle Open Office Base : converting;Hangul/Hanja +Oracle Open Office Base : converting;metrics +Oracle Open Office Base : converting;Microsoft documents +Oracle Open Office Base : converting;Oracle Open Office documents +Oracle Open Office Base : converting;Pocket PC formats +Oracle Open Office Base : copies +Oracle Open Office Base : copies;printing +Oracle Open Office Base : copying +Oracle Open Office Base : copying;by drag and drop +Oracle Open Office Base : copying;data from text documents +Oracle Open Office Base : copying;datasource records in spreadsheets +Oracle Open Office Base : copying;draw objects +Oracle Open Office Base : copying;draw objects between documents +Oracle Open Office Base : copying;formatting +Oracle Open Office Base : copying;from data source view +Oracle Open Office Base : copying;from Gallery +Oracle Open Office Base : copying;in Unix +Oracle Open Office Base : copying;pictures, between documents +Oracle Open Office Base : copying;sheet areas, to text documents +Oracle Open Office Base : copying;to Gallery +Oracle Open Office Base : copyright for Oracle Open Office +Oracle Open Office Base : corner roundings +Oracle Open Office Base : crash reports +Oracle Open Office Base : criteria of query design (Base) +Oracle Open Office Base : cropping pictures +Oracle Open Office Base : CTL +Oracle Open Office Base : CTL;(not) wrapping words +Oracle Open Office Base : CTL;complex text layout languages +Oracle Open Office Base : CTL;definition +Oracle Open Office Base : CTL;options +Oracle Open Office Base : currencies +Oracle Open Office Base : currencies;converters +Oracle Open Office Base : currencies;format codes +Oracle Open Office Base : currency field creation +Oracle Open Office Base : currency formats +Oracle Open Office Base : cursor +Oracle Open Office Base : cursor;allowing in protected areas (Writer) +Oracle Open Office Base : cursor;in read-only text +Oracle Open Office Base : cursor;quickly moving to an object +Oracle Open Office Base : curves +Oracle Open Office Base : curves;editing points +Oracle Open Office Base : custom dictionaries +Oracle Open Office Base : custom dictionaries;editing +Oracle Open Office Base : custom hyphens (Writer) +Oracle Open Office Base : custom quotes +Oracle Open Office Base : custom templates +Oracle Open Office Base : customizing +Oracle Open Office Base : customizing;events +Oracle Open Office Base : customizing;keyboard +Oracle Open Office Base : customizing;menus +Oracle Open Office Base : customizing;Oracle Open Office +Oracle Open Office Base : customizing;round corners +Oracle Open Office Base : customizing;toolbars +Oracle Open Office Base : cutting +Oracle Open Office Base : dashes +Oracle Open Office Base : data +Oracle Open Office Base : data;filtering in forms +Oracle Open Office Base : data;forms and subforms +Oracle Open Office Base : data;read-only +Oracle Open Office Base : data;sorting in forms +Oracle Open Office Base : data;user data +Oracle Open Office Base : data binding change in XForms +Oracle Open Office Base : Data Navigator +Oracle Open Office Base : Data Navigator;adding/editing items +Oracle Open Office Base : Data Navigator;display options +Oracle Open Office Base : data source browser +Oracle Open Office Base : data source explorer +Oracle Open Office Base : data source view +Oracle Open Office Base : data source view;drag and drop +Oracle Open Office Base : data source view;overview +Oracle Open Office Base : data source view;showing +Oracle Open Office Base : data sources +Oracle Open Office Base : data sources;as tables +Oracle Open Office Base : data sources;connection settings (Base) +Oracle Open Office Base : data sources;copying records to spreadsheets +Oracle Open Office Base : data sources;displaying current +Oracle Open Office Base : data sources;LDAP server (Base) +Oracle Open Office Base : data sources;Oracle Open Office Base +Oracle Open Office Base : data sources;registering address books +Oracle Open Office Base : data sources;reports +Oracle Open Office Base : data sources;viewing +Oracle Open Office Base : data structure of XForms +Oracle Open Office Base : data, see also values +Oracle Open Office Base : database contents +Oracle Open Office Base : database contents;inserting as tables +Oracle Open Office Base : database contents;inserting as text +Oracle Open Office Base : database reports +Oracle Open Office Base : Database Wizard (Base) +Oracle Open Office Base : databases +Oracle Open Office Base : databases;administration through SQL (Base) +Oracle Open Office Base : databases;ADO (Base) +Oracle Open Office Base : databases;connecting (Base) +Oracle Open Office Base : databases;creating +Oracle Open Office Base : databases;creating labels +Oracle Open Office Base : databases;creating queries +Oracle Open Office Base : databases;creating reports +Oracle Open Office Base : databases;creating tables +Oracle Open Office Base : databases;deleting (Base) +Oracle Open Office Base : databases;drag and drop (Base) +Oracle Open Office Base : databases;editing tables +Oracle Open Office Base : databases;form filters +Oracle Open Office Base : databases;formats (Base) +Oracle Open Office Base : databases;importing/exporting +Oracle Open Office Base : databases;JDBC (Base) +Oracle Open Office Base : databases;main page (Base) +Oracle Open Office Base : databases;ODBC (Base) +Oracle Open Office Base : databases;overview +Oracle Open Office Base : databases;registering (Base) +Oracle Open Office Base : databases;searching records +Oracle Open Office Base : databases;shortcut keys +Oracle Open Office Base : databases;sorting +Oracle Open Office Base : databases;standard filters +Oracle Open Office Base : databases;text formats +Oracle Open Office Base : databases;viewing +Oracle Open Office Base : date fields +Oracle Open Office Base : date fields;creating +Oracle Open Office Base : date fields;properties +Oracle Open Office Base : date formats +Oracle Open Office Base : dates +Oracle Open Office Base : dates;default (Calc) +Oracle Open Office Base : dates;printing in presentations +Oracle Open Office Base : dates;start 1900/01/01 (Calc) +Oracle Open Office Base : dates;start 1904/01/01 (Calc) +Oracle Open Office Base : dBASE +Oracle Open Office Base : dBASE;database settings (Base) +Oracle Open Office Base : DDE +Oracle Open Office Base : DDE;definition +Oracle Open Office Base : deactivating +Oracle Open Office Base : deactivating;plug-ins +Oracle Open Office Base : decimal places displayed (Calc) +Oracle Open Office Base : decimal separator key +Oracle Open Office Base : decimal tab stops +Oracle Open Office Base : default directories +Oracle Open Office Base : default filters +Oracle Open Office Base : default filters;comparison operators +Oracle Open Office Base : default filters;databases +Oracle Open Office Base : default printer +Oracle Open Office Base : default printer;setting up +Oracle Open Office Base : default printer;UNIX +Oracle Open Office Base : default templates +Oracle Open Office Base : default templates;changing +Oracle Open Office Base : default templates;organizing +Oracle Open Office Base : defaults +Oracle Open Office Base : defaults;documents +Oracle Open Office Base : defaults;file formats in file dialogs +Oracle Open Office Base : defaults;file formats in Oracle Open Office +Oracle Open Office Base : defaults;fonts +Oracle Open Office Base : defaults;grids (Writer/Calc) +Oracle Open Office Base : defaults;languages +Oracle Open Office Base : defaults;number formats +Oracle Open Office Base : defaults;of saving +Oracle Open Office Base : defaults;program configuration +Oracle Open Office Base : defaults;tab stops in text +Oracle Open Office Base : defaults;views +Oracle Open Office Base : defining +Oracle Open Office Base : defining;arrowheads and other line ends +Oracle Open Office Base : defining;colors +Oracle Open Office Base : defining;line styles +Oracle Open Office Base : defining;paragraph borders +Oracle Open Office Base : defining;queries (Base) +Oracle Open Office Base : defining;table borders +Oracle Open Office Base : deleting +Oracle Open Office Base : deleting;all direct formatting +Oracle Open Office Base : deleting;comments +Oracle Open Office Base : deleting;databases (Base) +Oracle Open Office Base : deleting;hyperlinks +Oracle Open Office Base : deleting;lines in text +Oracle Open Office Base : deleting;models/instances +Oracle Open Office Base : deleting;namespaces in XForms +Oracle Open Office Base : deleting;tab stops +Oracle Open Office Base : deleting;templates +Oracle Open Office Base : deleting;XML filters +Oracle Open Office Base : depth stagger +Oracle Open Office Base : descriptions for objects +Oracle Open Office Base : design mode after saving +Oracle Open Office Base : design view +Oracle Open Office Base : design view;creating forms +Oracle Open Office Base : design view;queries/views (Base) +Oracle Open Office Base : designing +Oracle Open Office Base : designing;database tables +Oracle Open Office Base : designing;fonts +Oracle Open Office Base : designing;queries (Base) +Oracle Open Office Base : detaching toolbars +Oracle Open Office Base : dictionaries +Oracle Open Office Base : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Base : dictionaries;creating +Oracle Open Office Base : dictionaries;editing user-defined +Oracle Open Office Base : dictionaries;spellcheck +Oracle Open Office Base : dictionaries, see also languages +Oracle Open Office Base : digital signatures +Oracle Open Office Base : digital signatures;getting/managing/applying +Oracle Open Office Base : digital signatures;overview +Oracle Open Office Base : digital signatures;WebDAV over HTTPS +Oracle Open Office Base : direct formatting +Oracle Open Office Base : direct formatting;undoing all +Oracle Open Office Base : directories +Oracle Open Office Base : directories;creating new +Oracle Open Office Base : directories;directory structure +Oracle Open Office Base : disabled persons +Oracle Open Office Base : displaying +Oracle Open Office Base : displaying;comments (Calc) +Oracle Open Office Base : displaying;comments in text documents +Oracle Open Office Base : displaying;non-printing characters (Writer) +Oracle Open Office Base : displaying;pictures and objects (Writer) +Oracle Open Office Base : displaying;tables (Writer) +Oracle Open Office Base : displaying;zero values (Calc) +Oracle Open Office Base : distances +Oracle Open Office Base : distinct values in SQL queries +Oracle Open Office Base : distorting in drawings +Oracle Open Office Base : distributing XML filters +Oracle Open Office Base : docking +Oracle Open Office Base : docking;definition +Oracle Open Office Base : docking;toolbars +Oracle Open Office Base : docking;windows +Oracle Open Office Base : Document Converter Wizard +Oracle Open Office Base : Document Map, see Navigator +Oracle Open Office Base : document types in Oracle Open Office +Oracle Open Office Base : documents +Oracle Open Office Base : documents;changing titles +Oracle Open Office Base : documents;closing +Oracle Open Office Base : documents;comparing +Oracle Open Office Base : documents;contents as lists +Oracle Open Office Base : documents;editing time +Oracle Open Office Base : documents;exporting +Oracle Open Office Base : documents;importing +Oracle Open Office Base : documents;languages +Oracle Open Office Base : documents;measurement units in +Oracle Open Office Base : documents;merging +Oracle Open Office Base : documents;number of pages/tables/sheets +Oracle Open Office Base : documents;opening +Oracle Open Office Base : documents;opening in design mode +Oracle Open Office Base : documents;opening with templates +Oracle Open Office Base : documents;organizing +Oracle Open Office Base : documents;printing +Oracle Open Office Base : documents;read-only +Oracle Open Office Base : documents;reloading +Oracle Open Office Base : documents;saving +Oracle Open Office Base : documents;saving automatically +Oracle Open Office Base : documents;saving in other formats +Oracle Open Office Base : documents;sending as e-mail +Oracle Open Office Base : documents;styles changed +Oracle Open Office Base : documents;version management +Oracle Open Office Base : documents;version numbers +Oracle Open Office Base : dotted areas +Oracle Open Office Base : double-line spacing in paragraphs +Oracle Open Office Base : double-line writing in Asian layout +Oracle Open Office Base : drag and drop +Oracle Open Office Base : drag and drop;copying and pasting text +Oracle Open Office Base : drag and drop;data source view +Oracle Open Office Base : drag and drop;from Gallery to draw objects +Oracle Open Office Base : drag and drop;overview +Oracle Open Office Base : drag and drop;pictures +Oracle Open Office Base : drag and drop;to Gallery +Oracle Open Office Base : draw objects +Oracle Open Office Base : draw objects;adding/editing/copying +Oracle Open Office Base : draw objects;anchoring +Oracle Open Office Base : draw objects;arranging within stacks +Oracle Open Office Base : draw objects;copying between documents +Oracle Open Office Base : draw objects;displaying (Calc) +Oracle Open Office Base : draw objects;dropping Gallery pictures +Oracle Open Office Base : draw objects;flipping +Oracle Open Office Base : draw objects;legends +Oracle Open Office Base : draw objects;positioning and resizing +Oracle Open Office Base : draw objects;protecting +Oracle Open Office Base : draw objects;slanting +Oracle Open Office Base : draw objects;text in +Oracle Open Office Base : Drawing bar +Oracle Open Office Base : drawing lines in text +Oracle Open Office Base : drawings +Oracle Open Office Base : drawings;creating/opening +Oracle Open Office Base : drawings;languages +Oracle Open Office Base : drawings;printing +Oracle Open Office Base : drawings;printing defaults +Oracle Open Office Base : drawings;printing in text documents +Oracle Open Office Base : drawings;saving +Oracle Open Office Base : drawings;saving automatically +Oracle Open Office Base : drawings;saving in other formats +Oracle Open Office Base : drawings;sending as e-mail +Oracle Open Office Base : drawings;showing (Writer) +Oracle Open Office Base : drawings, see also draw objects +Oracle Open Office Base : drop-down lists in form functions +Oracle Open Office Base : e-mail attachments +Oracle Open Office Base : Edit File icon +Oracle Open Office Base : edit mode +Oracle Open Office Base : edit mode;after opening +Oracle Open Office Base : edit mode;through Enter key (Calc) +Oracle Open Office Base : Edit Points bar +Oracle Open Office Base : editing +Oracle Open Office Base : editing;chart axes +Oracle Open Office Base : editing;chart data +Oracle Open Office Base : editing;chart legends +Oracle Open Office Base : editing;chart titles +Oracle Open Office Base : editing;comments +Oracle Open Office Base : editing;data binding of XForms +Oracle Open Office Base : editing;database tables and queries +Oracle Open Office Base : editing;draw objects +Oracle Open Office Base : editing;Fontwork objects +Oracle Open Office Base : editing;hyperlinks +Oracle Open Office Base : editing;menus +Oracle Open Office Base : editing;objects +Oracle Open Office Base : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Base : editing;pictures +Oracle Open Office Base : editing;reports +Oracle Open Office Base : editing;shortcut keys +Oracle Open Office Base : editing;tab stops +Oracle Open Office Base : editing;templates +Oracle Open Office Base : editing;toolbars +Oracle Open Office Base : editing;undoing +Oracle Open Office Base : editing;XForms +Oracle Open Office Base : editing time of documents +Oracle Open Office Base : editors +Oracle Open Office Base : editors;formula editor +Oracle Open Office Base : editors;ImageMap editor +Oracle Open Office Base : effects +Oracle Open Office Base : effects;font positions +Oracle Open Office Base : effects;fonts +Oracle Open Office Base : effects;Fontwork icons +Oracle Open Office Base : empty documents +Oracle Open Office Base : empty paragraph removal +Oracle Open Office Base : encryption of contents +Oracle Open Office Base : entering groups +Oracle Open Office Base : entering text from right to left +Oracle Open Office Base : equal sign, see also operators +Oracle Open Office Base : equations in formula editor +Oracle Open Office Base : Error Report Tool +Oracle Open Office Base : Euro +Oracle Open Office Base : Euro;currency formats +Oracle Open Office Base : Euro;Euro Converter Wizard +Oracle Open Office Base : even/odd pages +Oracle Open Office Base : even/odd pages;printing +Oracle Open Office Base : events +Oracle Open Office Base : events;assigning scripts +Oracle Open Office Base : events;controls +Oracle Open Office Base : events;customizing +Oracle Open Office Base : events;in forms +Oracle Open Office Base : Excel +Oracle Open Office Base : Excel;saving as +Oracle Open Office Base : Excel;search criteria +Oracle Open Office Base : exceptions +Oracle Open Office Base : exceptions;user-defined dictionaries +Oracle Open Office Base : exchanging, see also replacing +Oracle Open Office Base : executing SQL commands +Oracle Open Office Base : exiting +Oracle Open Office Base : exiting;groups +Oracle Open Office Base : exiting;Oracle Open Office +Oracle Open Office Base : expanding formatting (Calc) +Oracle Open Office Base : explorer of data sources +Oracle Open Office Base : export filters +Oracle Open Office Base : exporting +Oracle Open Office Base : exporting;bitmaps +Oracle Open Office Base : exporting;HTML and text documents +Oracle Open Office Base : exporting;Microsoft Office documents with VBA code +Oracle Open Office Base : exporting;spreadsheets to text format +Oracle Open Office Base : exporting;templates +Oracle Open Office Base : exporting;to foreign formats +Oracle Open Office Base : exporting;to HTML +Oracle Open Office Base : exporting;to Microsoft Office formats +Oracle Open Office Base : exporting;to PDF +Oracle Open Office Base : exporting;to PostScript format +Oracle Open Office Base : exporting;to XML +Oracle Open Office Base : exporting;XML files +Oracle Open Office Base : extended tips in Help +Oracle Open Office Base : extension mode in text +Oracle Open Office Base : extensions +Oracle Open Office Base : extensions;Extension Manager +Oracle Open Office Base : extensions;file formats +Oracle Open Office Base : external keys (Base) +Oracle Open Office Base : faster printing +Oracle Open Office Base : faxes +Oracle Open Office Base : faxes;configuring Oracle Open Office +Oracle Open Office Base : faxes;fax programs/fax printers under UNIX +Oracle Open Office Base : faxes;selecting a fax machine +Oracle Open Office Base : faxes;sending +Oracle Open Office Base : faxes;wizards +Oracle Open Office Base : feedback +Oracle Open Office Base : feedback;automatically +Oracle Open Office Base : fields +Oracle Open Office Base : fields;database tables +Oracle Open Office Base : fields;displaying field codes (Writer) +Oracle Open Office Base : fields;formatted fields +Oracle Open Office Base : fields;updating automatically (Writer) +Oracle Open Office Base : file associations for Microsoft Office +Oracle Open Office Base : file filters +Oracle Open Office Base : file filters;mobile devices +Oracle Open Office Base : file filters;XML +Oracle Open Office Base : file formats +Oracle Open Office Base : file formats;changing Oracle Open Office defaults +Oracle Open Office Base : file formats;OpenDocument/XML +Oracle Open Office Base : file formats;saving always in other formats +Oracle Open Office Base : file selection button +Oracle Open Office Base : file sharing options for current document +Oracle Open Office Base : files +Oracle Open Office Base : files;filters and formats +Oracle Open Office Base : files;importing +Oracle Open Office Base : files;opening +Oracle Open Office Base : files;properties +Oracle Open Office Base : files;saving +Oracle Open Office Base : files;saving automatically +Oracle Open Office Base : files;saving in other formats +Oracle Open Office Base : files;sending as e-mail +Oracle Open Office Base : files;version numbers +Oracle Open Office Base : files and folders in Oracle Open Office +Oracle Open Office Base : fill characters with tabulators +Oracle Open Office Base : fill colors for areas +Oracle Open Office Base : fill patterns for areas +Oracle Open Office Base : filter conditions +Oracle Open Office Base : filter conditions;connecting +Oracle Open Office Base : filter conditions;in queries (Base) +Oracle Open Office Base : filtering +Oracle Open Office Base : filtering;data in databases +Oracle Open Office Base : filtering;data in forms +Oracle Open Office Base : filters +Oracle Open Office Base : filters;comparison operators +Oracle Open Office Base : filters;for import and export +Oracle Open Office Base : filters;Navigator +Oracle Open Office Base : filters;pictures +Oracle Open Office Base : filters;XML filter settings +Oracle Open Office Base : Find tab in Help +Oracle Open Office Base : finding +Oracle Open Office Base : finding;in all sheets +Oracle Open Office Base : finding;records in form documents +Oracle Open Office Base : finding;selections +Oracle Open Office Base : finding;similarity search +Oracle Open Office Base : fitting to pages +Oracle Open Office Base : fitting to pages;print settings in Math +Oracle Open Office Base : fitting to pages;print settings in presentations +Oracle Open Office Base : fixed text +Oracle Open Office Base : fixed text;form functions +Oracle Open Office Base : fixing toolbars +Oracle Open Office Base : flipping draw objects +Oracle Open Office Base : floating frames in HTML documents +Oracle Open Office Base : floating toolbars +Oracle Open Office Base : focus of controls +Oracle Open Office Base : folder creation +Oracle Open Office Base : font lists +Oracle Open Office Base : font name box +Oracle Open Office Base : font sizes +Oracle Open Office Base : font sizes;bullets +Oracle Open Office Base : font sizes;relative changes +Oracle Open Office Base : font sizes;scaling on screen +Oracle Open Office Base : font sizes;text +Oracle Open Office Base : fonts +Oracle Open Office Base : fonts;adding under UNIX +Oracle Open Office Base : fonts;changing in templates +Oracle Open Office Base : fonts;colors +Oracle Open Office Base : fonts;default settings +Oracle Open Office Base : fonts;effects +Oracle Open Office Base : fonts;for HTML and Basic +Oracle Open Office Base : fonts;formats +Oracle Open Office Base : fonts;outlines +Oracle Open Office Base : fonts;positions in text +Oracle Open Office Base : fonts;shadows +Oracle Open Office Base : fonts;specifying several +Oracle Open Office Base : fonts;strikethrough +Oracle Open Office Base : fonts;styles +Oracle Open Office Base : fonts;text objects +Oracle Open Office Base : Fontwork icons +Oracle Open Office Base : footers +Oracle Open Office Base : footers;backgrounds +Oracle Open Office Base : form controls +Oracle Open Office Base : form controls;assigning macros +Oracle Open Office Base : form controls;protecting +Oracle Open Office Base : form controls;toolbars +Oracle Open Office Base : form fields +Oracle Open Office Base : form filters +Oracle Open Office Base : Form Navigator +Oracle Open Office Base : format codes +Oracle Open Office Base : format codes;numbers +Oracle Open Office Base : format filling printing in Oracle Open Office Math +Oracle Open Office Base : Format Paintbrush +Oracle Open Office Base : formats +Oracle Open Office Base : formats;Asian layout +Oracle Open Office Base : formats;fonts +Oracle Open Office Base : formats;maximizing page formats +Oracle Open Office Base : formats;number and currency formats +Oracle Open Office Base : formats;of currencies/date/time +Oracle Open Office Base : formats;on opening and saving +Oracle Open Office Base : formats;pasting in special formats +Oracle Open Office Base : formats;positions +Oracle Open Office Base : formats;tabulators +Oracle Open Office Base : formatted fields +Oracle Open Office Base : formatted fields;form functions +Oracle Open Office Base : formatted fields;properties +Oracle Open Office Base : formatting +Oracle Open Office Base : formatting;Asian typography +Oracle Open Office Base : formatting;axes in charts +Oracle Open Office Base : formatting;chart legends +Oracle Open Office Base : formatting;copying +Oracle Open Office Base : formatting;definition +Oracle Open Office Base : formatting;expanding (Calc) +Oracle Open Office Base : formatting;font effects +Oracle Open Office Base : formatting;hyperlinks +Oracle Open Office Base : formatting;pages +Oracle Open Office Base : formatting;printer metrics (Writer) +Oracle Open Office Base : formatting;undoing +Oracle Open Office Base : formatting;undoing when writing +Oracle Open Office Base : forms +Oracle Open Office Base : forms;browsing +Oracle Open Office Base : forms;Combo Box/List Box Wizard +Oracle Open Office Base : forms;creating +Oracle Open Office Base : forms;data +Oracle Open Office Base : forms;designing (Base) +Oracle Open Office Base : forms;events +Oracle Open Office Base : forms;filtering data +Oracle Open Office Base : forms;finding records +Oracle Open Office Base : forms;focus after opening +Oracle Open Office Base : forms;general information (Base) +Oracle Open Office Base : forms;grouping controls +Oracle Open Office Base : forms;HTML filters +Oracle Open Office Base : forms;Navigator +Oracle Open Office Base : forms;opening in design mode +Oracle Open Office Base : forms;properties +Oracle Open Office Base : forms;sorting data +Oracle Open Office Base : forms;subforms +Oracle Open Office Base : forms;wizards +Oracle Open Office Base : forms;XForms +Oracle Open Office Base : formula texts +Oracle Open Office Base : formula texts;printing in Oracle Open Office Math +Oracle Open Office Base : formulas +Oracle Open Office Base : formulas;new +Oracle Open Office Base : formulas;starting formula editor +Oracle Open Office Base : formulas in reports +Oracle Open Office Base : formulas in reports;editing +Oracle Open Office Base : forums and support +Oracle Open Office Base : frames +Oracle Open Office Base : frames;around paragraphs +Oracle Open Office Base : frames;around tables +Oracle Open Office Base : frames;AutoCorrect function +Oracle Open Office Base : frames;backgrounds +Oracle Open Office Base : frames;captions (Writer) +Oracle Open Office Base : frames;printing in Oracle Open Office Math +Oracle Open Office Base : frames;protecting +Oracle Open Office Base : frames;selection frames +Oracle Open Office Base : frames;text fitting to frames +Oracle Open Office Base : freeform lines +Oracle Open Office Base : freeform lines;draw functions +Oracle Open Office Base : FTP +Oracle Open Office Base : FTP;opening documents +Oracle Open Office Base : FTP;saving documents +Oracle Open Office Base : full joins (Base) +Oracle Open Office Base : full screen view +Oracle Open Office Base : full-text search in Help +Oracle Open Office Base : functions in reports +Oracle Open Office Base : functions in reports;editing +Oracle Open Office Base : Gallery +Oracle Open Office Base : Gallery;adding pictures +Oracle Open Office Base : Gallery;dragging pictures to draw objects +Oracle Open Office Base : Gallery;hiding/showing +Oracle Open Office Base : Gallery;inserting pictures from +Oracle Open Office Base : get method for form transmissions +Oracle Open Office Base : getting support +Oracle Open Office Base : GIF format +Oracle Open Office Base : glossaries +Oracle Open Office Base : glossaries;common terms +Oracle Open Office Base : glossaries;Internet terms +Oracle Open Office Base : gradients off for faster printing +Oracle Open Office Base : graphic objects, see draw objects +Oracle Open Office Base : graphical text art +Oracle Open Office Base : graphics +Oracle Open Office Base : graphics;cache +Oracle Open Office Base : graphics;protecting +Oracle Open Office Base : graphics, see also pictures +Oracle Open Office Base : grayscale printing +Oracle Open Office Base : grid controls +Oracle Open Office Base : grid controls;form functions +Oracle Open Office Base : grids +Oracle Open Office Base : grids;defaults (Writer/Calc) +Oracle Open Office Base : grids;display options (Impress/Draw) +Oracle Open Office Base : grids;displaying lines (Calc) +Oracle Open Office Base : group box creation +Oracle Open Office Base : groups +Oracle Open Office Base : groups;entering/exiting/ungrouping +Oracle Open Office Base : groups;naming +Oracle Open Office Base : groups;of controls +Oracle Open Office Base : guides +Oracle Open Office Base : guides;display options (Impress/Draw) +Oracle Open Office Base : guides;displaying when moving objects (Impress) +Oracle Open Office Base : guides;showing (Calc) +Oracle Open Office Base : guides;showing when moving frames (Writer) +Oracle Open Office Base : gutter +Oracle Open Office Base : handles +Oracle Open Office Base : handles;displaying (Writer) +Oracle Open Office Base : handles;scaling +Oracle Open Office Base : handles;showing simple/large handles (Calc) +Oracle Open Office Base : Hangul/Hanja +Oracle Open Office Base : hatching +Oracle Open Office Base : headers +Oracle Open Office Base : headers;backgrounds +Oracle Open Office Base : headings +Oracle Open Office Base : headings;entering as text box +Oracle Open Office Base : Hebrew +Oracle Open Office Base : Hebrew;entering text +Oracle Open Office Base : Hebrew;language settings +Oracle Open Office Base : Help +Oracle Open Office Base : Help;bookmarks +Oracle Open Office Base : Help;extended tips on/off +Oracle Open Office Base : Help;full-text search +Oracle Open Office Base : Help;Help tips +Oracle Open Office Base : Help;keywords +Oracle Open Office Base : Help;navigation pane showing/hiding +Oracle Open Office Base : Help;style sheets +Oracle Open Office Base : Help;topics +Oracle Open Office Base : Help Agent +Oracle Open Office Base : Help Agent;help +Oracle Open Office Base : Help Agent;options +Oracle Open Office Base : Help tips +Oracle Open Office Base : Help tips;hiding +Oracle Open Office Base : hidden controls in Form Navigator +Oracle Open Office Base : hidden fields display (Writer) +Oracle Open Office Base : hidden pages +Oracle Open Office Base : hidden pages;printing in presentations +Oracle Open Office Base : hidden text +Oracle Open Office Base : hidden text;showing (Writer) +Oracle Open Office Base : hiding +Oracle Open Office Base : hiding;changes +Oracle Open Office Base : hiding;docked windows +Oracle Open Office Base : hiding;navigation pane in Help window +Oracle Open Office Base : high contrast mode +Oracle Open Office Base : Hindi +Oracle Open Office Base : Hindi;entering text +Oracle Open Office Base : Hindi;language settings +Oracle Open Office Base : horizontal scrollbars (Writer) +Oracle Open Office Base : hotspots +Oracle Open Office Base : HTML +Oracle Open Office Base : HTML;definition +Oracle Open Office Base : HTML;export character set +Oracle Open Office Base : HTML;fonts for source display +Oracle Open Office Base : HTML;importing META tags +Oracle Open Office Base : HTML;live presentations +Oracle Open Office Base : HTML documents +Oracle Open Office Base : HTML documents;auto reloading +Oracle Open Office Base : HTML documents;importing/exporting +Oracle Open Office Base : HTML documents;META tags in +Oracle Open Office Base : HTML documents;new +Oracle Open Office Base : HTML documents;source text +Oracle Open Office Base : hyperlinks +Oracle Open Office Base : hyperlinks;assigning macros +Oracle Open Office Base : hyperlinks;character formats +Oracle Open Office Base : hyperlinks;definition +Oracle Open Office Base : hyperlinks;deleting +Oracle Open Office Base : hyperlinks;editing +Oracle Open Office Base : hyperlinks;inserting +Oracle Open Office Base : hyperlinks;relative and absolute +Oracle Open Office Base : hyperlinks;turning off automatic recognition +Oracle Open Office Base : hyperlinks, see also links +Oracle Open Office Base : hyphenation +Oracle Open Office Base : hyphenation;activating for a language +Oracle Open Office Base : hyphenation;minimal number of characters +Oracle Open Office Base : hyphens +Oracle Open Office Base : hyphens;displaying custom (Writer) +Oracle Open Office Base : hyphens;inserting custom +Oracle Open Office Base : icon bars, see toolbars +Oracle Open Office Base : icon sizes +Oracle Open Office Base : ignore list for spellcheck +Oracle Open Office Base : illustrations, see pictures +Oracle Open Office Base : image button creation +Oracle Open Office Base : image control creation +Oracle Open Office Base : ImageMap +Oracle Open Office Base : ImageMap;definition +Oracle Open Office Base : ImageMap;editor +Oracle Open Office Base : images +Oracle Open Office Base : images;ImageMap +Oracle Open Office Base : images;inserting and editing bitmaps +Oracle Open Office Base : images, see also pictures +Oracle Open Office Base : IME +Oracle Open Office Base : IME;definition +Oracle Open Office Base : IME;showing/hiding +Oracle Open Office Base : import filters +Oracle Open Office Base : import restrictions for Microsoft Office +Oracle Open Office Base : importing +Oracle Open Office Base : importing;bitmaps +Oracle Open Office Base : importing;compatibility settings for text import +Oracle Open Office Base : importing;databases +Oracle Open Office Base : importing;documents in other formats +Oracle Open Office Base : importing;from XML +Oracle Open Office Base : importing;HTML and text documents +Oracle Open Office Base : importing;HTML with META tags +Oracle Open Office Base : importing;Microsoft Office documents with VBA code +Oracle Open Office Base : importing;tables in text format +Oracle Open Office Base : importing;templates +Oracle Open Office Base : improvement program +Oracle Open Office Base : inches +Oracle Open Office Base : Index tab in Help +Oracle Open Office Base : indexes +Oracle Open Office Base : indexes;backgrounds +Oracle Open Office Base : indexes;showing/hiding Help index tab +Oracle Open Office Base : indicator lines in text +Oracle Open Office Base : inner joins (Base) +Oracle Open Office Base : input method window +Oracle Open Office Base : insert mode for entering text +Oracle Open Office Base : inserting +Oracle Open Office Base : inserting;buttons in toolbars +Oracle Open Office Base : inserting;cell ranges from spreadsheets +Oracle Open Office Base : inserting;charts +Oracle Open Office Base : inserting;clipboard options +Oracle Open Office Base : inserting;comments +Oracle Open Office Base : inserting;data from text documents +Oracle Open Office Base : inserting;datasource records in spreadsheets +Oracle Open Office Base : inserting;drawings +Oracle Open Office Base : inserting;floating frames +Oracle Open Office Base : inserting;Fontwork objects +Oracle Open Office Base : inserting;form fields +Oracle Open Office Base : inserting;hyperlinks +Oracle Open Office Base : inserting;line breaks in cells +Oracle Open Office Base : inserting;movies/sounds +Oracle Open Office Base : inserting;new text tables defaults +Oracle Open Office Base : inserting;objects from Gallery +Oracle Open Office Base : inserting;OLE objects +Oracle Open Office Base : inserting;paragraph borders +Oracle Open Office Base : inserting;paragraph bullets +Oracle Open Office Base : inserting;pictures in Gallery +Oracle Open Office Base : inserting;plug-ins +Oracle Open Office Base : inserting;push buttons +Oracle Open Office Base : inserting;special characters +Oracle Open Office Base : inserting;tab stops +Oracle Open Office Base : inserting;textures on chart bars +Oracle Open Office Base : installing +Oracle Open Office Base : installing;ActiveX control +Oracle Open Office Base : installing;mobile device filters +Oracle Open Office Base : installing;UNO components +Oracle Open Office Base : installing;XML filters +Oracle Open Office Base : instructions +Oracle Open Office Base : instructions;general +Oracle Open Office Base : Internet +Oracle Open Office Base : Internet;checking for updates +Oracle Open Office Base : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Base : Internet;presentations +Oracle Open Office Base : Internet;starting searches +Oracle Open Office Base : Internet glossary +Oracle Open Office Base : invert filter +Oracle Open Office Base : invisible areas +Oracle Open Office Base : italic text +Oracle Open Office Base : iterative references in spreadsheets +Oracle Open Office Base : Java +Oracle Open Office Base : Java;definition +Oracle Open Office Base : Java;setting options +Oracle Open Office Base : JDBC +Oracle Open Office Base : JDBC;databases (Base) +Oracle Open Office Base : JDBC;definition +Oracle Open Office Base : joining +Oracle Open Office Base : joining;paragraphs +Oracle Open Office Base : joining;tables (Base) +Oracle Open Office Base : joins in databases (Base) +Oracle Open Office Base : justifying text +Oracle Open Office Base : kerning +Oracle Open Office Base : kerning;Asian texts +Oracle Open Office Base : kerning;definition +Oracle Open Office Base : kerning;in characters +Oracle Open Office Base : key fields for relations (Base) +Oracle Open Office Base : keyboard +Oracle Open Office Base : keyboard;assigning/editing shortcut keys +Oracle Open Office Base : keyboard;general commands +Oracle Open Office Base : keyboard;removing numbering +Oracle Open Office Base : keys +Oracle Open Office Base : keys;adding push buttons +Oracle Open Office Base : keys;primary keys (Base) +Oracle Open Office Base : kiosk export +Oracle Open Office Base : labels +Oracle Open Office Base : labels;creating and synchronizing +Oracle Open Office Base : labels;for draw objects +Oracle Open Office Base : labels;form functions +Oracle Open Office Base : labels;from databases +Oracle Open Office Base : labels, see also names/callouts +Oracle Open Office Base : languages +Oracle Open Office Base : languages;activating modules +Oracle Open Office Base : languages;Asian support +Oracle Open Office Base : languages;complex text layout +Oracle Open Office Base : languages;locale settings +Oracle Open Office Base : languages;selecting for text +Oracle Open Office Base : languages;setting options +Oracle Open Office Base : languages;spellcheck +Oracle Open Office Base : languages;spellchecking and formatting +Oracle Open Office Base : large handles (Writer) +Oracle Open Office Base : large icons +Oracle Open Office Base : layer arrangement +Oracle Open Office Base : layout +Oracle Open Office Base : layout;importing Word documents +Oracle Open Office Base : layout;pages +Oracle Open Office Base : LDAP server +Oracle Open Office Base : LDAP server;address books (Base) +Oracle Open Office Base : LDAP server;sign on options +Oracle Open Office Base : leading between paragraphs +Oracle Open Office Base : left alignment of paragraphs +Oracle Open Office Base : left joins (Base) +Oracle Open Office Base : legends +Oracle Open Office Base : legends;charts +Oracle Open Office Base : legends;draw objects +Oracle Open Office Base : legends;rounding corners +Oracle Open Office Base : Letter Wizard +Oracle Open Office Base : levels +Oracle Open Office Base : levels;depth stagger +Oracle Open Office Base : levels;macro security +Oracle Open Office Base : limits of tables (Writer) +Oracle Open Office Base : line breaks +Oracle Open Office Base : line breaks;in cells +Oracle Open Office Base : line spacing +Oracle Open Office Base : line spacing;context menu in paragraphs +Oracle Open Office Base : line spacing;paragraph +Oracle Open Office Base : line styles +Oracle Open Office Base : line styles;applying +Oracle Open Office Base : line styles;defining +Oracle Open Office Base : lines +Oracle Open Office Base : lines;defining ends +Oracle Open Office Base : lines;draw functions +Oracle Open Office Base : lines;drawing in text +Oracle Open Office Base : lines;editing points +Oracle Open Office Base : lines;removing automatic lines +Oracle Open Office Base : lines of text +Oracle Open Office Base : lines of text;alignment +Oracle Open Office Base : links +Oracle Open Office Base : links;between cells and controls +Oracle Open Office Base : links;by drag and drop +Oracle Open Office Base : links;character formats +Oracle Open Office Base : links;definition +Oracle Open Office Base : links;editing hyperlinks +Oracle Open Office Base : links;inserting +Oracle Open Office Base : links;modifying +Oracle Open Office Base : links;opening files with +Oracle Open Office Base : links;relational databases (Base) +Oracle Open Office Base : links;turning off automatic recognition +Oracle Open Office Base : links;updating options (Writer) +Oracle Open Office Base : links;updating specific links +Oracle Open Office Base : list box creation +Oracle Open Office Base : lists +Oracle Open Office Base : lists;data assigned to controls +Oracle Open Office Base : lists;registered databases (Base) +Oracle Open Office Base : lists;regular expressions +Oracle Open Office Base : live presentations on the Internet +Oracle Open Office Base : loading +Oracle Open Office Base : loading;documents +Oracle Open Office Base : loading;documents from other formats +Oracle Open Office Base : loading;HTML documents, automatically +Oracle Open Office Base : loading;Microsoft Office documents with VBA code +Oracle Open Office Base : loading;reloading +Oracle Open Office Base : loading;XML files +Oracle Open Office Base : locale settings +Oracle Open Office Base : lowercase letters +Oracle Open Office Base : lowercase letters;font effects +Oracle Open Office Base : Macro Wizard (Base) +Oracle Open Office Base : macros +Oracle Open Office Base : macros;assigning to events in forms +Oracle Open Office Base : macros;attaching new (Base) +Oracle Open Office Base : macros;in MS Office documents +Oracle Open Office Base : macros;interrupting +Oracle Open Office Base : macros;organizing +Oracle Open Office Base : macros;recording +Oracle Open Office Base : macros;security +Oracle Open Office Base : macros;security levels +Oracle Open Office Base : macros;security warning dialog +Oracle Open Office Base : macros;selecting security warnings +Oracle Open Office Base : magnifiers +Oracle Open Office Base : margins +Oracle Open Office Base : margins;pages +Oracle Open Office Base : margins;setting with the mouse +Oracle Open Office Base : margins;shadows +Oracle Open Office Base : marking changes +Oracle Open Office Base : marking, see selecting +Oracle Open Office Base : Math formula editor +Oracle Open Office Base : measurement units +Oracle Open Office Base : measurement units;changing on rulers +Oracle Open Office Base : measurement units;converting +Oracle Open Office Base : measurement units;selecting +Oracle Open Office Base : Media Player window +Oracle Open Office Base : menus +Oracle Open Office Base : menus;activating context menus +Oracle Open Office Base : menus;assigning macros +Oracle Open Office Base : menus;customizing +Oracle Open Office Base : merging +Oracle Open Office Base : merging;documents +Oracle Open Office Base : META tags +Oracle Open Office Base : metrics +Oracle Open Office Base : metrics;converting +Oracle Open Office Base : metrics;document formatting (Writer) +Oracle Open Office Base : metrics;in sheets +Oracle Open Office Base : Microsoft Office +Oracle Open Office Base : Microsoft Office;Access databases (base) +Oracle Open Office Base : Microsoft Office;as default file format +Oracle Open Office Base : Microsoft Office;document import restrictions +Oracle Open Office Base : Microsoft Office;feature comparisons +Oracle Open Office Base : Microsoft Office;importing password protected files +Oracle Open Office Base : Microsoft Office;importing Word documents +Oracle Open Office Base : Microsoft Office;importing/exporting VBA code +Oracle Open Office Base : Microsoft Office;new users information +Oracle Open Office Base : Microsoft Office;opening Microsoft documents +Oracle Open Office Base : Microsoft Office;reassigning document types +Oracle Open Office Base : migrating macros (Base) +Oracle Open Office Base : mobile device filters +Oracle Open Office Base : models in XForms +Oracle Open Office Base : modifying, see changing +Oracle Open Office Base : more controls +Oracle Open Office Base : mosaic filter +Oracle Open Office Base : mouse +Oracle Open Office Base : mouse;pointers when using drag and drop +Oracle Open Office Base : mouse;positioning +Oracle Open Office Base : movies +Oracle Open Office Base : moving +Oracle Open Office Base : moving;tab stops on ruler +Oracle Open Office Base : moving;toolbars +Oracle Open Office Base : moving;using guide lines in presentations +Oracle Open Office Base : MS ADO interface (Base) +Oracle Open Office Base : multi-line titles in forms +Oracle Open Office Base : multiple documents +Oracle Open Office Base : multiple documents;opening +Oracle Open Office Base : multiple selection +Oracle Open Office Base : music +Oracle Open Office Base : My Documents folder +Oracle Open Office Base : My Documents folder;changing work directory +Oracle Open Office Base : My Documents folder;opening +Oracle Open Office Base : MySQL databases (Base) +Oracle Open Office Base : names +Oracle Open Office Base : names;multi-line titles +Oracle Open Office Base : names;objects +Oracle Open Office Base : names, see also labels/callouts +Oracle Open Office Base : namespace organization in XForms +Oracle Open Office Base : native SQL (Base) +Oracle Open Office Base : navigating +Oracle Open Office Base : navigating;in documents +Oracle Open Office Base : Navigation bar +Oracle Open Office Base : Navigation bar;controls +Oracle Open Office Base : Navigation bar;forms +Oracle Open Office Base : Navigator +Oracle Open Office Base : Navigator;comments +Oracle Open Office Base : Navigator;contents as lists +Oracle Open Office Base : Navigator;docking +Oracle Open Office Base : Navigator;working with +Oracle Open Office Base : network identity options +Oracle Open Office Base : new databases +Oracle Open Office Base : new documents +Oracle Open Office Base : new lines in cells +Oracle Open Office Base : new windows +Oracle Open Office Base : non-breaking dashes +Oracle Open Office Base : non-breaking spaces (Writer) +Oracle Open Office Base : non-printing characters (Writer) +Oracle Open Office Base : number formats +Oracle Open Office Base : number formats;codes +Oracle Open Office Base : number formats;formats +Oracle Open Office Base : number formats;recognition in text tables +Oracle Open Office Base : number of pages +Oracle Open Office Base : number of sheets +Oracle Open Office Base : number of tables +Oracle Open Office Base : numbering +Oracle Open Office Base : numbering;options +Oracle Open Office Base : numbering;turning off +Oracle Open Office Base : numbering;using automatically +Oracle Open Office Base : numbers +Oracle Open Office Base : numbers;date, time and currency formats +Oracle Open Office Base : numerical fields in forms +Oracle Open Office Base : objects +Oracle Open Office Base : objects;always moveable (Impress/Draw) +Oracle Open Office Base : objects;arranging within stacks +Oracle Open Office Base : objects;copying when moving in presentations +Oracle Open Office Base : objects;definition +Oracle Open Office Base : objects;displaying in spreadsheets +Oracle Open Office Base : objects;displaying in text documents +Oracle Open Office Base : objects;editing +Oracle Open Office Base : objects;inserting from Gallery +Oracle Open Office Base : objects;inserting OLE objects +Oracle Open Office Base : objects;moving and resizing with mouse +Oracle Open Office Base : objects;naming +Oracle Open Office Base : objects;opening +Oracle Open Office Base : objects;quickly moving to +Oracle Open Office Base : objects;titles and descriptions +Oracle Open Office Base : ODBC +Oracle Open Office Base : ODBC;database (Base) +Oracle Open Office Base : ODBC;definition +Oracle Open Office Base : ODF file formats +Oracle Open Office Base : Office +Oracle Open Office Base : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Base : OLE +Oracle Open Office Base : OLE;definition +Oracle Open Office Base : OLE objects +Oracle Open Office Base : OLE objects;arranging within stacks +Oracle Open Office Base : OLE objects;captions (Writer) +Oracle Open Office Base : OLE objects;inserting +Oracle Open Office Base : OLE objects;number of +Oracle Open Office Base : OLE objects;protecting +Oracle Open Office Base : one and a half line spacing in text +Oracle Open Office Base : online feedback options +Oracle Open Office Base : online registration +Oracle Open Office Base : online update options +Oracle Open Office Base : online updates +Oracle Open Office Base : online updates;checking automatically +Oracle Open Office Base : online updates;checking manually +Oracle Open Office Base : OpenDocument file formats +Oracle Open Office Base : OpenGL +Oracle Open Office Base : OpenGL;definition +Oracle Open Office Base : opening +Oracle Open Office Base : opening;context menus +Oracle Open Office Base : opening;database files +Oracle Open Office Base : opening;dialog settings +Oracle Open Office Base : opening;documents +Oracle Open Office Base : opening;documents from other formats +Oracle Open Office Base : opening;documents on WebDAV server +Oracle Open Office Base : opening;files with links +Oracle Open Office Base : opening;files, with placeholders +Oracle Open Office Base : opening;forms +Oracle Open Office Base : opening;Microsoft Office files +Oracle Open Office Base : opening;mobile device documents +Oracle Open Office Base : opening;objects +Oracle Open Office Base : opening;reports +Oracle Open Office Base : opening;several files +Oracle Open Office Base : opening;XForms +Oracle Open Office Base : operators +Oracle Open Office Base : operators;default filters +Oracle Open Office Base : optional hyphens (Writer) +Oracle Open Office Base : options +Oracle Open Office Base : options;accessibility +Oracle Open Office Base : options;appearance +Oracle Open Office Base : options;compatibility (Writer) +Oracle Open Office Base : options;improvement program +Oracle Open Office Base : options;network identity +Oracle Open Office Base : options;online update +Oracle Open Office Base : options;tools +Oracle Open Office Base : Oracle databases (base) +Oracle Open Office Base : Oracle Open Office Base data sources +Oracle Open Office Base : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Base : Oracle Open Office documents +Oracle Open Office Base : Oracle Open Office documents;mobile device filters +Oracle Open Office Base : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Base : Oracle Open Office Math start +Oracle Open Office Base : ordering +Oracle Open Office Base : ordering;objects +Oracle Open Office Base : ordinal numbers +Oracle Open Office Base : ordinal numbers;replacing +Oracle Open Office Base : organizing +Oracle Open Office Base : organizing;macros and scripts +Oracle Open Office Base : organizing;namespaces in XForms +Oracle Open Office Base : organizing;styles +Oracle Open Office Base : organizing;templates +Oracle Open Office Base : original size +Oracle Open Office Base : original size;printing in Oracle Open Office Math +Oracle Open Office Base : original size;restoring after cropping +Oracle Open Office Base : outlines +Oracle Open Office Base : outlines;font effects +Oracle Open Office Base : outlines;outline symbols +Oracle Open Office Base : outlines;sending to presentations +Oracle Open Office Base : overwrite mode +Oracle Open Office Base : packages, see extensions +Oracle Open Office Base : page breaks +Oracle Open Office Base : page breaks;displaying (Calc) +Oracle Open Office Base : page formats +Oracle Open Office Base : page formats;maximizing +Oracle Open Office Base : page formats;restriction +Oracle Open Office Base : page styles +Oracle Open Office Base : page styles;editing/applying with statusbar +Oracle Open Office Base : pages +Oracle Open Office Base : pages;backgrounds in all applications +Oracle Open Office Base : pages;formatting and numbering +Oracle Open Office Base : pages;printing page names in presentations +Oracle Open Office Base : pages;scaling +Oracle Open Office Base : pages;selecting one to print +Oracle Open Office Base : paint box +Oracle Open Office Base : paint can symbol +Oracle Open Office Base : pair kerning +Oracle Open Office Base : Palm file filters +Oracle Open Office Base : paper formats +Oracle Open Office Base : paper size warning +Oracle Open Office Base : paper trays +Oracle Open Office Base : paragraph marks +Oracle Open Office Base : paragraph marks;displaying (Writer) +Oracle Open Office Base : paragraph styles +Oracle Open Office Base : paragraph styles;languages +Oracle Open Office Base : paragraph styles;modifying basic fonts +Oracle Open Office Base : paragraphs +Oracle Open Office Base : paragraphs;alignment +Oracle Open Office Base : paragraphs;Asian typography +Oracle Open Office Base : paragraphs;defining borders +Oracle Open Office Base : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Base : paragraphs;increasing indents of +Oracle Open Office Base : paragraphs;indents, margins and columns +Oracle Open Office Base : paragraphs;inserting bullets +Oracle Open Office Base : paragraphs;joining +Oracle Open Office Base : paragraphs;numbering automatically +Oracle Open Office Base : paragraphs;removing blank ones +Oracle Open Office Base : paragraphs;spacing +Oracle Open Office Base : paragraphs;tab stops +Oracle Open Office Base : parameters +Oracle Open Office Base : parameters;command line +Oracle Open Office Base : parameters;queries (Base) +Oracle Open Office Base : passwords for protecting contents +Oracle Open Office Base : pasting +Oracle Open Office Base : pasting;cell ranges +Oracle Open Office Base : pasting;cell ranges from spreadsheets +Oracle Open Office Base : pasting;data from text documents +Oracle Open Office Base : pasting;draw objects +Oracle Open Office Base : pasting;draw objects from other documents +Oracle Open Office Base : pasting;formatted/unformatted text +Oracle Open Office Base : pasting;from data source view +Oracle Open Office Base : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Base : pasting;pictures from other documents +Oracle Open Office Base : pasting;sheet areas in text documents +Oracle Open Office Base : pasting;to Gallery +Oracle Open Office Base : paths +Oracle Open Office Base : paths;changing work directory +Oracle Open Office Base : paths;defaults +Oracle Open Office Base : pattern editor +Oracle Open Office Base : pattern fields +Oracle Open Office Base : pattern fields;form functions +Oracle Open Office Base : patterns for objects +Oracle Open Office Base : PDF +Oracle Open Office Base : PDF;export +Oracle Open Office Base : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Base : personal data input +Oracle Open Office Base : phonetic guide +Oracle Open Office Base : picklist creation +Oracle Open Office Base : pictures +Oracle Open Office Base : pictures;adding to Gallery +Oracle Open Office Base : pictures;arranging within stacks +Oracle Open Office Base : pictures;assigning macros +Oracle Open Office Base : pictures;backgrounds +Oracle Open Office Base : pictures;captions (Writer) +Oracle Open Office Base : pictures;changing paths +Oracle Open Office Base : pictures;cropping and zooming +Oracle Open Office Base : pictures;displaying in Calc +Oracle Open Office Base : pictures;displaying in Writer (Writer) +Oracle Open Office Base : pictures;drag and drop between documents +Oracle Open Office Base : pictures;drawing +Oracle Open Office Base : pictures;editing +Oracle Open Office Base : pictures;filters +Oracle Open Office Base : pictures;ImageMap +Oracle Open Office Base : pictures;inserting automatically +Oracle Open Office Base : pictures;inserting from Gallery +Oracle Open Office Base : pictures;number of +Oracle Open Office Base : pictures;printing +Oracle Open Office Base : pictures;scaling/resizing +Oracle Open Office Base : pixel editor +Oracle Open Office Base : pixel graphics +Oracle Open Office Base : pixel graphics;inserting and editing +Oracle Open Office Base : pixel patterns +Oracle Open Office Base : placeholders +Oracle Open Office Base : placeholders;in SQL queries +Oracle Open Office Base : placeholders;on opening files +Oracle Open Office Base : placing toolbars +Oracle Open Office Base : playing movies and sound files +Oracle Open Office Base : plotting data as charts +Oracle Open Office Base : plug-ins +Oracle Open Office Base : plug-ins;activating and deactivating +Oracle Open Office Base : plug-ins;definition +Oracle Open Office Base : plug-ins;inserting +Oracle Open Office Base : pocket device appliances +Oracle Open Office Base : Pocket PC file filters +Oracle Open Office Base : points +Oracle Open Office Base : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Base : polygon drawing +Oracle Open Office Base : pop-art filter +Oracle Open Office Base : portable document format +Oracle Open Office Base : positioning +Oracle Open Office Base : positioning;draw objects and controls +Oracle Open Office Base : positioning;fonts +Oracle Open Office Base : positioning;objects +Oracle Open Office Base : positioning;toolbars +Oracle Open Office Base : post method for form transmissions +Oracle Open Office Base : posterizing filter +Oracle Open Office Base : PostScript +Oracle Open Office Base : PostScript;creating files +Oracle Open Office Base : PostScript;PDF converter, UNIX +Oracle Open Office Base : PowerPoint export +Oracle Open Office Base : precision as shown (Calc) +Oracle Open Office Base : predefining fonts +Oracle Open Office Base : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Base : presentations +Oracle Open Office Base : presentations;creating/opening +Oracle Open Office Base : presentations;inserting spreadsheet cells +Oracle Open Office Base : presentations;live on the Internet +Oracle Open Office Base : presentations;print menu +Oracle Open Office Base : presentations;saving +Oracle Open Office Base : presentations;saving automatically +Oracle Open Office Base : presentations;saving in other formats +Oracle Open Office Base : presentations;sending as e-mail +Oracle Open Office Base : presentations;starting with wizard +Oracle Open Office Base : presentations;wizards +Oracle Open Office Base : Presenter Console shortcuts +Oracle Open Office Base : press buttons, see push buttons +Oracle Open Office Base : previews +Oracle Open Office Base : previews;fonts lists +Oracle Open Office Base : primary keys +Oracle Open Office Base : primary keys;defining +Oracle Open Office Base : primary keys;design view +Oracle Open Office Base : primary keys;inserting (Base) +Oracle Open Office Base : print area selection +Oracle Open Office Base : printer metrics for document formatting (Writer) +Oracle Open Office Base : printers +Oracle Open Office Base : printers;adding, UNIX +Oracle Open Office Base : printers;choosing +Oracle Open Office Base : printers;default printer +Oracle Open Office Base : printers;faxes under UNIX +Oracle Open Office Base : printers;maximum page formats +Oracle Open Office Base : printers;paper trays +Oracle Open Office Base : printers;properties +Oracle Open Office Base : printing +Oracle Open Office Base : printing;black and white +Oracle Open Office Base : printing;brochures +Oracle Open Office Base : printing;colors in grayscale +Oracle Open Office Base : printing;comments +Oracle Open Office Base : printing;copies +Oracle Open Office Base : printing;creating individual jobs +Oracle Open Office Base : printing;dates in presentations +Oracle Open Office Base : printing;directly +Oracle Open Office Base : printing;documents +Oracle Open Office Base : printing;drawings defaults +Oracle Open Office Base : printing;elements in text documents +Oracle Open Office Base : printing;faster +Oracle Open Office Base : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Base : printing;fitting to pages in presentations +Oracle Open Office Base : printing;formulas in Oracle Open Office Math +Oracle Open Office Base : printing;hidden pages of presentations +Oracle Open Office Base : printing;in original size in Oracle Open Office Math +Oracle Open Office Base : printing;left/right pages +Oracle Open Office Base : printing;queries (Base) +Oracle Open Office Base : printing;scaling in Oracle Open Office Math +Oracle Open Office Base : printing;selections +Oracle Open Office Base : printing;text always in black +Oracle Open Office Base : printing;text in reverse order +Oracle Open Office Base : printing;tiling pages in presentations +Oracle Open Office Base : printing;transparencies +Oracle Open Office Base : printing;warnings +Oracle Open Office Base : printing;without scaling in presentations +Oracle Open Office Base : printing speed +Oracle Open Office Base : programming +Oracle Open Office Base : programming;Oracle Open Office +Oracle Open Office Base : programming;scripting +Oracle Open Office Base : properties +Oracle Open Office Base : properties;fields in databases +Oracle Open Office Base : properties;files +Oracle Open Office Base : properties;form controls +Oracle Open Office Base : properties;forms +Oracle Open Office Base : properties;printers +Oracle Open Office Base : protected contents +Oracle Open Office Base : protected dashes +Oracle Open Office Base : protected database tables +Oracle Open Office Base : protected documents +Oracle Open Office Base : protected spaces +Oracle Open Office Base : protected spaces;inserting +Oracle Open Office Base : protected spaces;showing (Writer) +Oracle Open Office Base : protecting +Oracle Open Office Base : protecting;contents +Oracle Open Office Base : protecting;recorded changes +Oracle Open Office Base : proxy settings +Oracle Open Office Base : push buttons +Oracle Open Office Base : push buttons;adding to documents +Oracle Open Office Base : push buttons;creating +Oracle Open Office Base : queries +Oracle Open Office Base : queries;copying (Base) +Oracle Open Office Base : queries;creating in design view (Base) +Oracle Open Office Base : queries;creating in SQL view +Oracle Open Office Base : queries;defining (Base) +Oracle Open Office Base : queries;deleting table links (Base) +Oracle Open Office Base : queries;editing in data source view +Oracle Open Office Base : queries;formulating filter conditions (Base) +Oracle Open Office Base : queries;joining tables (Base) +Oracle Open Office Base : queries;missing elements (Base) +Oracle Open Office Base : queries;overview (Base) +Oracle Open Office Base : queries;parameter queries (Base) +Oracle Open Office Base : queries;printing (Base) +Oracle Open Office Base : Query Wizard (Base) +Oracle Open Office Base : Quickstarter +Oracle Open Office Base : quotes +Oracle Open Office Base : quotes;custom +Oracle Open Office Base : radio button creation +Oracle Open Office Base : read-only documents +Oracle Open Office Base : read-only documents;cursor +Oracle Open Office Base : read-only documents;database tables on/off +Oracle Open Office Base : read-only documents;editing +Oracle Open Office Base : read-only documents;opening documents as +Oracle Open Office Base : read-only items in Data Navigator +Oracle Open Office Base : recognizing URLs automatically +Oracle Open Office Base : recording +Oracle Open Office Base : recording;changes +Oracle Open Office Base : recording;macros +Oracle Open Office Base : records +Oracle Open Office Base : records;inserting comments +Oracle Open Office Base : records;protecting +Oracle Open Office Base : records;saving +Oracle Open Office Base : records;searching in databases +Oracle Open Office Base : rectangles with round corners +Oracle Open Office Base : recursions in spreadsheets +Oracle Open Office Base : redo command +Oracle Open Office Base : reduced printing +Oracle Open Office Base : reference lines +Oracle Open Office Base : references +Oracle Open Office Base : references;displaying in color (Calc) +Oracle Open Office Base : references;expanding (Calc) +Oracle Open Office Base : references;iterative (Calc) +Oracle Open Office Base : register-true +Oracle Open Office Base : register-true;definition +Oracle Open Office Base : registering +Oracle Open Office Base : registering;address books +Oracle Open Office Base : registering;databases (Base) +Oracle Open Office Base : registering;Oracle Open Office +Oracle Open Office Base : regular expressions +Oracle Open Office Base : regular expressions;list of +Oracle Open Office Base : relational databases (Base) +Oracle Open Office Base : relations +Oracle Open Office Base : relations;creating and deleting (Base) +Oracle Open Office Base : relations;joining tables (Base) +Oracle Open Office Base : relations;properties (Base) +Oracle Open Office Base : relative hyperlinks +Oracle Open Office Base : relative saving of URLs +Oracle Open Office Base : reloading +Oracle Open Office Base : reloading;documents +Oracle Open Office Base : reloading;HTML documents, automatically +Oracle Open Office Base : remarks, see also comments +Oracle Open Office Base : remote configurations +Oracle Open Office Base : remove noise filter +Oracle Open Office Base : removing +Oracle Open Office Base : removing;bullets and numbering +Oracle Open Office Base : removing;form filters +Oracle Open Office Base : removing, see also deleting +Oracle Open Office Base : repeating +Oracle Open Office Base : repeating;commands +Oracle Open Office Base : replacement options +Oracle Open Office Base : replacement table +Oracle Open Office Base : replacing +Oracle Open Office Base : replacing;AutoCorrect function +Oracle Open Office Base : replacing;dashes +Oracle Open Office Base : replacing;ordinal numbers +Oracle Open Office Base : replacing;tab stops (regular expressions) +Oracle Open Office Base : Report Builder +Oracle Open Office Base : reports +Oracle Open Office Base : reports;creating +Oracle Open Office Base : reports;error reports +Oracle Open Office Base : reports;opening and editing +Oracle Open Office Base : reports;templates +Oracle Open Office Base : resetting +Oracle Open Office Base : resetting;templates +Oracle Open Office Base : resizing +Oracle Open Office Base : resizing;objects, by mouse +Oracle Open Office Base : resizing, see also scaling/zooming +Oracle Open Office Base : resolution when printing bitmaps +Oracle Open Office Base : restoring +Oracle Open Office Base : restoring;default formatting +Oracle Open Office Base : restoring;editing +Oracle Open Office Base : reversing printing order +Oracle Open Office Base : review function +Oracle Open Office Base : review function;accepting or rejecting changes +Oracle Open Office Base : review function;comparing documents +Oracle Open Office Base : review function;protecting records +Oracle Open Office Base : review function;recording changes example +Oracle Open Office Base : rich text control +Oracle Open Office Base : right alignment of paragraphs +Oracle Open Office Base : right joins (Base) +Oracle Open Office Base : right-to-left text +Oracle Open Office Base : rotating +Oracle Open Office Base : rotating;3D text +Oracle Open Office Base : round corners +Oracle Open Office Base : rounding precision (Calc) +Oracle Open Office Base : row headers +Oracle Open Office Base : row headers;displaying (Calc) +Oracle Open Office Base : row headers;highlighting (Calc) +Oracle Open Office Base : rulers +Oracle Open Office Base : rulers;default settings +Oracle Open Office Base : rulers;measurement units +Oracle Open Office Base : rulers;visible in presentations +Oracle Open Office Base : samples and templates +Oracle Open Office Base : saving +Oracle Open Office Base : saving;default file formats +Oracle Open Office Base : saving;dialog settings +Oracle Open Office Base : saving;documents +Oracle Open Office Base : saving;documents for mobile devices +Oracle Open Office Base : saving;documents in other formats +Oracle Open Office Base : saving;documents, automatically +Oracle Open Office Base : saving;in Microsoft Office file format +Oracle Open Office Base : saving;options +Oracle Open Office Base : saving;templates +Oracle Open Office Base : saving;to XML +Oracle Open Office Base : saving;VBA code in Microsoft Office documents +Oracle Open Office Base : saving;with password by default +Oracle Open Office Base : saving as command +Oracle Open Office Base : saving as command;precautions +Oracle Open Office Base : scaling +Oracle Open Office Base : scaling;font sizes in user interface +Oracle Open Office Base : scaling;objects +Oracle Open Office Base : scaling;pictures +Oracle Open Office Base : scaling;printing in Oracle Open Office Math +Oracle Open Office Base : scaling;when printing presentations +Oracle Open Office Base : scaling, see also zooming +Oracle Open Office Base : screen +Oracle Open Office Base : screen;full screen views +Oracle Open Office Base : screen;scaling +Oracle Open Office Base : screen magnifiers +Oracle Open Office Base : screen readers +Oracle Open Office Base : script organization +Oracle Open Office Base : scrollbars +Oracle Open Office Base : scrollbars;controls +Oracle Open Office Base : scrollbars;displaying (Calc) +Oracle Open Office Base : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Base : search criteria for database functions in cells +Oracle Open Office Base : search engines +Oracle Open Office Base : search engines;definition +Oracle Open Office Base : search engines;selecting +Oracle Open Office Base : searching +Oracle Open Office Base : searching;all sheets +Oracle Open Office Base : searching;databases +Oracle Open Office Base : searching;form filters +Oracle Open Office Base : searching;Internet +Oracle Open Office Base : searching;tables and forms +Oracle Open Office Base : sections +Oracle Open Office Base : sections;backgrounds +Oracle Open Office Base : security +Oracle Open Office Base : security;digital signatures +Oracle Open Office Base : security;options for documents with macros +Oracle Open Office Base : security;protecting contents +Oracle Open Office Base : security;security levels for macros +Oracle Open Office Base : security;warning dialogs with macros +Oracle Open Office Base : selecting +Oracle Open Office Base : selecting;controls +Oracle Open Office Base : selecting;measurement units +Oracle Open Office Base : selecting;objects +Oracle Open Office Base : selecting;print areas +Oracle Open Office Base : selecting;several files +Oracle Open Office Base : selection clipboard +Oracle Open Office Base : selection frames +Oracle Open Office Base : selection modes in text +Oracle Open Office Base : sending +Oracle Open Office Base : sending;AutoAbstract function in presentations +Oracle Open Office Base : sending;documents as e-mail +Oracle Open Office Base : sending;documents as faxes +Oracle Open Office Base : separator lines +Oracle Open Office Base : separator lines;defining +Oracle Open Office Base : separators +Oracle Open Office Base : separators;conditional +Oracle Open Office Base : Server Side ImageMap +Oracle Open Office Base : settings +Oracle Open Office Base : settings;printers +Oracle Open Office Base : settings;program configuration +Oracle Open Office Base : settings;proxies +Oracle Open Office Base : settings;tracking changes +Oracle Open Office Base : settings;views +Oracle Open Office Base : SGML +Oracle Open Office Base : SGML;definition +Oracle Open Office Base : shadows +Oracle Open Office Base : shadows;areas +Oracle Open Office Base : shadows;borders +Oracle Open Office Base : shadows;characters +Oracle Open Office Base : shadows;characters, using context menu +Oracle Open Office Base : sharing documents +Oracle Open Office Base : sharpening filter +Oracle Open Office Base : sheet tabs +Oracle Open Office Base : sheet tabs;displaying +Oracle Open Office Base : sheets +Oracle Open Office Base : sheets;searching all +Oracle Open Office Base : shortcut keys +Oracle Open Office Base : shortcut keys;assigning macros +Oracle Open Office Base : shortcut keys;general +Oracle Open Office Base : shortcut keys;in databases +Oracle Open Office Base : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Base : showing +Oracle Open Office Base : showing;changes +Oracle Open Office Base : showing;docked windows +Oracle Open Office Base : showing;drawings and controls (Writer) +Oracle Open Office Base : showing;live presentations on the Internet +Oracle Open Office Base : showing;toolbars +Oracle Open Office Base : signing documents with digital signatures +Oracle Open Office Base : similarity search +Oracle Open Office Base : simple handles (Writer) +Oracle Open Office Base : simplified Chinese +Oracle Open Office Base : simplified Chinese;translating to traditional Chinese +Oracle Open Office Base : single sign on options +Oracle Open Office Base : single-line spacing in text +Oracle Open Office Base : sizes +Oracle Open Office Base : sizes;draw objects +Oracle Open Office Base : sizes;pictures +Oracle Open Office Base : slanting draw objects +Oracle Open Office Base : small capitals +Oracle Open Office Base : small icons +Oracle Open Office Base : smart tag configuration +Oracle Open Office Base : smooth scrolling (Writer) +Oracle Open Office Base : smoothing filter +Oracle Open Office Base : snap grid defaults (Writer/Calc) +Oracle Open Office Base : snapping in presentations and drawings +Oracle Open Office Base : solarization filter +Oracle Open Office Base : sort lists +Oracle Open Office Base : sort lists;copying to in Calc +Oracle Open Office Base : sorting +Oracle Open Office Base : sorting;data in forms +Oracle Open Office Base : sorting;databases +Oracle Open Office Base : sound files +Oracle Open Office Base : spaces +Oracle Open Office Base : spaces;displaying (Writer) +Oracle Open Office Base : spaces;ignoring double +Oracle Open Office Base : spaces;inserting protected spaces +Oracle Open Office Base : spaces;showing protected spaces (Writer) +Oracle Open Office Base : spacing +Oracle Open Office Base : spacing;between paragraphs in footnotes +Oracle Open Office Base : spacing;font effects +Oracle Open Office Base : spacing;lines and paragraphs +Oracle Open Office Base : spacing;tab stops in text documents +Oracle Open Office Base : spacing;tabs in presentations +Oracle Open Office Base : spadmin +Oracle Open Office Base : special characters +Oracle Open Office Base : speech bubbles +Oracle Open Office Base : speed of printing +Oracle Open Office Base : spellcheck +Oracle Open Office Base : spellcheck;activating for a language +Oracle Open Office Base : spellcheck;context menus +Oracle Open Office Base : spellcheck;default languages +Oracle Open Office Base : spellcheck;dialog +Oracle Open Office Base : spellcheck;dictionary of exceptions +Oracle Open Office Base : spellcheck;ignore list +Oracle Open Office Base : spin button creation +Oracle Open Office Base : spoolfiles with Xprinter +Oracle Open Office Base : spreadsheets +Oracle Open Office Base : spreadsheets;as databases (base) +Oracle Open Office Base : spreadsheets;copying areas to text documents +Oracle Open Office Base : spreadsheets;creating/opening +Oracle Open Office Base : spreadsheets;inserting charts +Oracle Open Office Base : spreadsheets;inserting database records +Oracle Open Office Base : spreadsheets;printing +Oracle Open Office Base : spreadsheets;saving +Oracle Open Office Base : spreadsheets;saving automatically +Oracle Open Office Base : spreadsheets;saving in other formats +Oracle Open Office Base : spreadsheets;sending as e-mail +Oracle Open Office Base : SQL +Oracle Open Office Base : SQL;definition +Oracle Open Office Base : SQL;DISTINCT parameter +Oracle Open Office Base : SQL;executing SQL commands +Oracle Open Office Base : SQL;executing SQL statements (Base) +Oracle Open Office Base : SQL;queries (Base) +Oracle Open Office Base : square drawings +Oracle Open Office Base : standard bar on/off +Oracle Open Office Base : standard filters in databases +Oracle Open Office Base : standard printer under UNIX +Oracle Open Office Base : start center +Oracle Open Office Base : start parameters +Oracle Open Office Base : status bar on/off +Oracle Open Office Base : stickers +Oracle Open Office Base : strikethrough +Oracle Open Office Base : strikethrough;characters +Oracle Open Office Base : strikethrough;font effects +Oracle Open Office Base : styles +Oracle Open Office Base : styles;'changed' message +Oracle Open Office Base : styles;copying between documents +Oracle Open Office Base : styles;keyboard shortcuts +Oracle Open Office Base : styles;organizing +Oracle Open Office Base : styles;printing styles used in a document +Oracle Open Office Base : styles;replacing automatically +Oracle Open Office Base : Styles and Formatting window +Oracle Open Office Base : Styles and Formatting window;docking +Oracle Open Office Base : subforms +Oracle Open Office Base : subforms;creating +Oracle Open Office Base : subforms;description +Oracle Open Office Base : submitting forms +Oracle Open Office Base : suffixes in file formats +Oracle Open Office Base : support on the Web +Oracle Open Office Base : synchronizing +Oracle Open Office Base : synchronizing;labels and business cards +Oracle Open Office Base : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Base : system address book registration +Oracle Open Office Base : tab stops +Oracle Open Office Base : tab stops;displaying (Writer) +Oracle Open Office Base : tab stops;inserting and editing +Oracle Open Office Base : tab stops;regular expressions +Oracle Open Office Base : tab stops;setting in sheets +Oracle Open Office Base : tab stops;settings +Oracle Open Office Base : tab stops;spacing in presentations +Oracle Open Office Base : tab stops;spacing in text documents +Oracle Open Office Base : table controls +Oracle Open Office Base : table controls;form functions +Oracle Open Office Base : table controls;keyboard-only edit mode +Oracle Open Office Base : table controls;properties +Oracle Open Office Base : table views of databases +Oracle Open Office Base : Table Wizard (Base) +Oracle Open Office Base : tables +Oracle Open Office Base : tables;inserting line breaks +Oracle Open Office Base : tables in databases +Oracle Open Office Base : tables in databases;access rights to (Base) +Oracle Open Office Base : tables in databases;adding to queries +Oracle Open Office Base : tables in databases;browsing and editing +Oracle Open Office Base : tables in databases;copying database tables (Base) +Oracle Open Office Base : tables in databases;creating +Oracle Open Office Base : tables in databases;creating in design view (manually) +Oracle Open Office Base : tables in databases;importing text formats (Base) +Oracle Open Office Base : tables in databases;joining for queries (Base) +Oracle Open Office Base : tables in databases;printing queries (Base) +Oracle Open Office Base : tables in databases;relations (Base) +Oracle Open Office Base : tables in databases;searching +Oracle Open Office Base : tables in spreadsheets +Oracle Open Office Base : tables in spreadsheets;copying data to other applications +Oracle Open Office Base : tables in spreadsheets;defining borders +Oracle Open Office Base : tables in spreadsheets;value highlighting +Oracle Open Office Base : tables in text +Oracle Open Office Base : tables in text;captions +Oracle Open Office Base : tables in text;creating automatically +Oracle Open Office Base : tables in text;default settings +Oracle Open Office Base : tables in text;defining borders +Oracle Open Office Base : tables in text;displaying +Oracle Open Office Base : tables in text;printing +Oracle Open Office Base : tabs +Oracle Open Office Base : tabs;displaying sheet tabs +Oracle Open Office Base : tags +Oracle Open Office Base : tags;definition +Oracle Open Office Base : tags;META tags +Oracle Open Office Base : templates +Oracle Open Office Base : templates;agendas +Oracle Open Office Base : templates;changing basic fonts +Oracle Open Office Base : templates;database reports +Oracle Open Office Base : templates;deleting +Oracle Open Office Base : templates;editing and saving +Oracle Open Office Base : templates;faxes +Oracle Open Office Base : templates;importing and exporting +Oracle Open Office Base : templates;letters +Oracle Open Office Base : templates;new documents from templates +Oracle Open Office Base : templates;opening documents with +Oracle Open Office Base : templates;organizing +Oracle Open Office Base : terminology +Oracle Open Office Base : terminology;general glossary +Oracle Open Office Base : terminology;Internet glossary +Oracle Open Office Base : testing XML filters +Oracle Open Office Base : text +Oracle Open Office Base : text;animating +Oracle Open Office Base : text;Asian layout +Oracle Open Office Base : text;bold +Oracle Open Office Base : text;coloring +Oracle Open Office Base : text;copying by drag and drop +Oracle Open Office Base : text;CTL languages +Oracle Open Office Base : text;drawing pictures +Oracle Open Office Base : text;font effects +Oracle Open Office Base : text;font sizes +Oracle Open Office Base : text;font styles +Oracle Open Office Base : text;fonts and formats +Oracle Open Office Base : text;Fontwork icons +Oracle Open Office Base : text;hyperlinks +Oracle Open Office Base : text;inserting special characters +Oracle Open Office Base : text;italics +Oracle Open Office Base : text;kerning +Oracle Open Office Base : text;language selection +Oracle Open Office Base : text;line spacing +Oracle Open Office Base : text;overwriting or inserting +Oracle Open Office Base : text;printing in black +Oracle Open Office Base : text;replacing with format +Oracle Open Office Base : text;selection modes +Oracle Open Office Base : text;shadowed +Oracle Open Office Base : text;text/draw objects +Oracle Open Office Base : text attributes +Oracle Open Office Base : text attributes;hyperlinks +Oracle Open Office Base : text attributes;undoing +Oracle Open Office Base : text boxes +Oracle Open Office Base : text boxes;form functions +Oracle Open Office Base : text boxes;positioning +Oracle Open Office Base : text breaks in cells +Oracle Open Office Base : text colors for better accessibility +Oracle Open Office Base : text databases (Base) +Oracle Open Office Base : text documents +Oracle Open Office Base : text documents;creating/opening +Oracle Open Office Base : text documents;importing/exporting +Oracle Open Office Base : text documents;inserting spreadsheet cells +Oracle Open Office Base : text documents;print settings +Oracle Open Office Base : text documents;printing +Oracle Open Office Base : text documents;saving +Oracle Open Office Base : text documents;saving automatically +Oracle Open Office Base : text documents;saving in other formats +Oracle Open Office Base : text documents;sending as e-mail +Oracle Open Office Base : text effects +Oracle Open Office Base : text flow +Oracle Open Office Base : text flow;in cells +Oracle Open Office Base : text formats +Oracle Open Office Base : text formats;databases +Oracle Open Office Base : text formats;pasting +Oracle Open Office Base : text input fields +Oracle Open Office Base : text layout for special languages +Oracle Open Office Base : text objects +Oracle Open Office Base : text objects;alignment +Oracle Open Office Base : text objects;draw functions +Oracle Open Office Base : text objects;fonts +Oracle Open Office Base : text objects;in presentations and drawings +Oracle Open Office Base : text overflow in spreadsheet cells +Oracle Open Office Base : text, see also text documents, paragraphs and characters +Oracle Open Office Base : TextArt, see Fontwork +Oracle Open Office Base : textures +Oracle Open Office Base : textures;inserting from Gallery +Oracle Open Office Base : textures;on chart bars +Oracle Open Office Base : Thai +Oracle Open Office Base : Thai;entering text +Oracle Open Office Base : Thai;language settings +Oracle Open Office Base : thesaurus +Oracle Open Office Base : thesaurus;activating for a language +Oracle Open Office Base : ticker text +Oracle Open Office Base : time fields +Oracle Open Office Base : time fields;form functions +Oracle Open Office Base : times +Oracle Open Office Base : times;inserting when printing presentations +Oracle Open Office Base : times, formats +Oracle Open Office Base : tips +Oracle Open Office Base : tips;extended tips in Help +Oracle Open Office Base : title rows +Oracle Open Office Base : title rows;printing in Oracle Open Office Math +Oracle Open Office Base : titles +Oracle Open Office Base : titles;changing +Oracle Open Office Base : titles;editing in charts +Oracle Open Office Base : titles;font effects +Oracle Open Office Base : titles;formatting automatically +Oracle Open Office Base : titles;objects +Oracle Open Office Base : toolbars +Oracle Open Office Base : toolbars;adding buttons +Oracle Open Office Base : toolbars;docking/undocking +Oracle Open Office Base : toolbars;Form Navigation bar +Oracle Open Office Base : toolbars;viewing/closing +Oracle Open Office Base : tools bar +Oracle Open Office Base : tooltips +Oracle Open Office Base : tooltips;extended tips +Oracle Open Office Base : tooltips;help +Oracle Open Office Base : traditional Chinese +Oracle Open Office Base : traditional Chinese;translating to simplified chinese +Oracle Open Office Base : transparency +Oracle Open Office Base : transparency;areas +Oracle Open Office Base : transparency;off for faster printing +Oracle Open Office Base : transparency;saving +Oracle Open Office Base : tree view of Help +Oracle Open Office Base : typefaces +Oracle Open Office Base : typefaces;adding under UNIX +Oracle Open Office Base : typefaces;formats +Oracle Open Office Base : typography +Oracle Open Office Base : typography;Asian +Oracle Open Office Base : underlining +Oracle Open Office Base : underlining;AutoFormat function +Oracle Open Office Base : underlining;characters +Oracle Open Office Base : underlining;text +Oracle Open Office Base : undocking windows +Oracle Open Office Base : undoing +Oracle Open Office Base : undoing;direct formatting +Oracle Open Office Base : undoing;editing +Oracle Open Office Base : undoing;number of steps +Oracle Open Office Base : ungrouping groups +Oracle Open Office Base : units +Oracle Open Office Base : units;converting +Oracle Open Office Base : units;measurement units +Oracle Open Office Base : UNO components +Oracle Open Office Base : UNO components;Extension Manager +Oracle Open Office Base : UNO components;integrating new +Oracle Open Office Base : update options +Oracle Open Office Base : updates +Oracle Open Office Base : updates;checking automatically +Oracle Open Office Base : updates;checking manually +Oracle Open Office Base : updating +Oracle Open Office Base : updating;fields and charts, automatically (Writer) +Oracle Open Office Base : updating;links in text documents +Oracle Open Office Base : updating;links, on opening +Oracle Open Office Base : updating;templates +Oracle Open Office Base : URL +Oracle Open Office Base : URL;changing hyperlink URLs +Oracle Open Office Base : URL;definition +Oracle Open Office Base : URL;in pictures +Oracle Open Office Base : URL;saving absolute/relative paths +Oracle Open Office Base : URL;turning off URL recognition +Oracle Open Office Base : user data +Oracle Open Office Base : user data;input +Oracle Open Office Base : user data;removing when saving +Oracle Open Office Base : user feedback +Oracle Open Office Base : user feedback;automatically +Oracle Open Office Base : user-defined dictionaries +Oracle Open Office Base : user-defined dictionaries;creating +Oracle Open Office Base : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Base : user-defined dictionaries;editing +Oracle Open Office Base : user-defined styles +Oracle Open Office Base : user-defined styles;automatically replacing +Oracle Open Office Base : UTF-8/UCS2 support +Oracle Open Office Base : values +Oracle Open Office Base : values;rounded as shown (Calc) +Oracle Open Office Base : variables +Oracle Open Office Base : variables;for paths +Oracle Open Office Base : VBA code +Oracle Open Office Base : VBA code;loading/saving documents with VBA code +Oracle Open Office Base : version management +Oracle Open Office Base : version numbers of documents +Oracle Open Office Base : versions +Oracle Open Office Base : versions;comparing documents +Oracle Open Office Base : versions;file saving as, restriction +Oracle Open Office Base : versions;merging document versions +Oracle Open Office Base : versions;of a document +Oracle Open Office Base : versions;Oracle Open Office +Oracle Open Office Base : vertical callouts +Oracle Open Office Base : vertical scrollbars (Writer) +Oracle Open Office Base : vertical text boxes +Oracle Open Office Base : videos +Oracle Open Office Base : viewing +Oracle Open Office Base : viewing;databases +Oracle Open Office Base : viewing;file properties +Oracle Open Office Base : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Base : viewing;toolbars +Oracle Open Office Base : views +Oracle Open Office Base : views;creating database views (Base) +Oracle Open Office Base : views;defaults +Oracle Open Office Base : views;full screen +Oracle Open Office Base : views;icons +Oracle Open Office Base : views;scaling +Oracle Open Office Base : Visual Basic for Applications +Oracle Open Office Base : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Base : watermarks +Oracle Open Office Base : web documents +Oracle Open Office Base : web documents;XForms +Oracle Open Office Base : Web support +Oracle Open Office Base : WebCast export +Oracle Open Office Base : WebDAV over HTTPS +Oracle Open Office Base : windows +Oracle Open Office Base : windows;docking +Oracle Open Office Base : windows;docking definition +Oracle Open Office Base : windows;hiding/showing/docking +Oracle Open Office Base : windows;new +Oracle Open Office Base : wizards +Oracle Open Office Base : wizards;agendas +Oracle Open Office Base : wizards;database queries +Oracle Open Office Base : wizards;database tables (Base) +Oracle Open Office Base : wizards;databases (Base) +Oracle Open Office Base : wizards;document converter +Oracle Open Office Base : wizards;Euro Converter +Oracle Open Office Base : wizards;faxes +Oracle Open Office Base : wizards;forms +Oracle Open Office Base : wizards;letters +Oracle Open Office Base : wizards;macros (Base) +Oracle Open Office Base : wizards;overview +Oracle Open Office Base : wizards;presentations +Oracle Open Office Base : wizards;reports +Oracle Open Office Base : Word documents +Oracle Open Office Base : Word documents;compatibility +Oracle Open Office Base : Word documents;saving as +Oracle Open Office Base : WordArt, see Fontwork +Oracle Open Office Base : words +Oracle Open Office Base : words;automatically replacing +Oracle Open Office Base : words;wrapping in cells +Oracle Open Office Base : words;wrapping in CTL +Oracle Open Office Base : working directory change +Oracle Open Office Base : wrapping text +Oracle Open Office Base : wrapping text;in cells +Oracle Open Office Base : write protection on/off +Oracle Open Office Base : writing aids options +Oracle Open Office Base : WYSIWYG in fonts lists +Oracle Open Office Base : XForms +Oracle Open Office Base : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Base : XForms;conditions +Oracle Open Office Base : XForms;opening/editing +Oracle Open Office Base : XML converters +Oracle Open Office Base : XML file formats +Oracle Open Office Base : XML filters +Oracle Open Office Base : XML filters;creating/testing +Oracle Open Office Base : XML filters;saving as package/installing/deleting +Oracle Open Office Base : XML filters;settings +Oracle Open Office Base : XML Forms, see XForms +Oracle Open Office Base : XSLT filters, see also XML filters +Oracle Open Office Base : years +Oracle Open Office Base : years;2-digit options +Oracle Open Office Base : zero values +Oracle Open Office Base : zero values;displaying (Calc) +Oracle Open Office Base : zooming +Oracle Open Office Base : zooming;page views +Oracle Open Office Base : zooming;pictures +Oracle Open Office Base : zooming;status bar +Oracle Open Office Basic : "^" operator (mathematical) +Oracle Open Office Basic : "-" operator (mathematical) +Oracle Open Office Basic : "*" operator (mathematical) +Oracle Open Office Basic : "/" operator (mathematical) +Oracle Open Office Basic : "+" operator (mathematical) +Oracle Open Office Basic : 3D text creation +Oracle Open Office Basic : abbreviation replacement +Oracle Open Office Basic : Abs function +Oracle Open Office Basic : absolute hyperlinks +Oracle Open Office Basic : absolute saving of URLs +Oracle Open Office Basic : accents +Oracle Open Office Basic : Access databases (base) +Oracle Open Office Basic : access rights for database tables (Base) +Oracle Open Office Basic : accessibility +Oracle Open Office Basic : accessibility;general shortcuts +Oracle Open Office Basic : accessibility;options +Oracle Open Office Basic : accessibility;Oracle Open Office assistive technology +Oracle Open Office Basic : accessibility;Oracle Open Office features +Oracle Open Office Basic : activating +Oracle Open Office Basic : activating;context menus +Oracle Open Office Basic : activating;Error Report Tool +Oracle Open Office Basic : activating;extended help tips +Oracle Open Office Basic : activating;plug-ins +Oracle Open Office Basic : ActiveX control +Oracle Open Office Basic : Adabas D databases (base) +Oracle Open Office Basic : add-ons, see UNO components +Oracle Open Office Basic : adding libraries +Oracle Open Office Basic : additional selection mode +Oracle Open Office Basic : address books +Oracle Open Office Basic : address books;LDAP server (Base) +Oracle Open Office Basic : address books;registering +Oracle Open Office Basic : address labels from databases +Oracle Open Office Basic : ADO databases (Base) +Oracle Open Office Basic : Agenda Wizard +Oracle Open Office Basic : aging filter +Oracle Open Office Basic : aligning +Oracle Open Office Basic : aligning;cells +Oracle Open Office Basic : aligning;objects +Oracle Open Office Basic : aligning;paragraphs +Oracle Open Office Basic : aligning;tables in text +Oracle Open Office Basic : aligning;text objects +Oracle Open Office Basic : alternative fonts +Oracle Open Office Basic : ampersand symbol in StarBasic +Oracle Open Office Basic : ampersand symbol, see also operators +Oracle Open Office Basic : anchors +Oracle Open Office Basic : anchors;changing +Oracle Open Office Basic : anchors;displaying (Calc) +Oracle Open Office Basic : anchors;types/positions for draw objects +Oracle Open Office Basic : AND operator (logical) +Oracle Open Office Basic : animations +Oracle Open Office Basic : animations;accessibility options +Oracle Open Office Basic : appearance options +Oracle Open Office Basic : Arabic +Oracle Open Office Basic : Arabic;entering text +Oracle Open Office Basic : Arabic;language settings +Oracle Open Office Basic : areas +Oracle Open Office Basic : areas;bitmap patterns +Oracle Open Office Basic : areas;hatched/dotted +Oracle Open Office Basic : areas;shadows +Oracle Open Office Basic : areas;slanting +Oracle Open Office Basic : areas;styles +Oracle Open Office Basic : areas;transparency +Oracle Open Office Basic : arguments in command line +Oracle Open Office Basic : arranging +Oracle Open Office Basic : arranging;objects +Oracle Open Office Basic : Array function +Oracle Open Office Basic : arrays +Oracle Open Office Basic : arrays;declaring +Oracle Open Office Basic : arrays;dimensioning +Oracle Open Office Basic : arrows +Oracle Open Office Basic : arrows;defining arrow heads +Oracle Open Office Basic : arrows;defining arrow lines +Oracle Open Office Basic : arrows;drawing in text +Oracle Open Office Basic : Asc function +Oracle Open Office Basic : ASCII +Oracle Open Office Basic : ASCII;definition +Oracle Open Office Basic : Asian languages +Oracle Open Office Basic : Asian languages;enabling +Oracle Open Office Basic : Asian Phonetic Guide +Oracle Open Office Basic : Asian typography +Oracle Open Office Basic : assigning macros to events +Oracle Open Office Basic : assigning scripts +Oracle Open Office Basic : assistive technology in Oracle Open Office +Oracle Open Office Basic : Atn function +Oracle Open Office Basic : attaching toolbars +Oracle Open Office Basic : attachments in e-mails +Oracle Open Office Basic : audio +Oracle Open Office Basic : auto reloading HTML documents +Oracle Open Office Basic : AutoAbstract function for sending text to presentations +Oracle Open Office Basic : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Basic : AutoComplete function in text and list boxes +Oracle Open Office Basic : AutoCorrect function +Oracle Open Office Basic : AutoCorrect function;context menu +Oracle Open Office Basic : AutoCorrect function;options +Oracle Open Office Basic : AutoCorrect function;pictures and frames +Oracle Open Office Basic : AutoCorrect function;quotes +Oracle Open Office Basic : AutoCorrect function;replacement table +Oracle Open Office Basic : AutoCorrect function;switching on and off in Calc +Oracle Open Office Basic : AutoCorrect function;URL recognition +Oracle Open Office Basic : AutoFormat function +Oracle Open Office Basic : AutoFormat function;switching on and off +Oracle Open Office Basic : automatic captions (Writer) +Oracle Open Office Basic : automatic control focus +Oracle Open Office Basic : automatic hyperlink formatting +Oracle Open Office Basic : automatic line breaks +Oracle Open Office Basic : automatic lines/borders in text +Oracle Open Office Basic : automatic saving +Oracle Open Office Basic : AutoPilots, see wizards +Oracle Open Office Basic : AutoValue (Base) +Oracle Open Office Basic : axes in charts +Oracle Open Office Basic : backgrounds +Oracle Open Office Basic : backgrounds;defining colors/pictures +Oracle Open Office Basic : backgrounds;frames/sections/indexes +Oracle Open Office Basic : backgrounds;inserting from Gallery +Oracle Open Office Basic : backgrounds;printing +Oracle Open Office Basic : backing window +Oracle Open Office Basic : backups +Oracle Open Office Basic : backups;automatic +Oracle Open Office Basic : backups;documents +Oracle Open Office Basic : Basic +Oracle Open Office Basic : Basic;fonts for source display +Oracle Open Office Basic : Basic;programming +Oracle Open Office Basic : Basic;recording macros +Oracle Open Office Basic : Basic editor +Oracle Open Office Basic : basic fonts +Oracle Open Office Basic : Basic IDE +Oracle Open Office Basic : Basic IDE;Integrated Development Environment +Oracle Open Office Basic : Basic IDE;macros +Oracle Open Office Basic : BasicLibraries (LibraryContainer) +Oracle Open Office Basic : Beep statement +Oracle Open Office Basic : Bézier curves +Oracle Open Office Basic : Bézier curves;control points in presentations +Oracle Open Office Basic : bi-directional writing +Oracle Open Office Basic : binding space +Oracle Open Office Basic : bitmaps +Oracle Open Office Basic : bitmaps;inserting and editing +Oracle Open Office Basic : bitmaps;off for faster printing +Oracle Open Office Basic : bitmaps;patterns +Oracle Open Office Basic : black and white printing +Oracle Open Office Basic : black printing in Calc +Oracle Open Office Basic : block selection mode +Oracle Open Office Basic : Blue function +Oracle Open Office Basic : bold +Oracle Open Office Basic : bold;AutoFormat function +Oracle Open Office Basic : bold;text +Oracle Open Office Basic : bookmarks +Oracle Open Office Basic : bookmarks;Help +Oracle Open Office Basic : borders +Oracle Open Office Basic : borders;arranging +Oracle Open Office Basic : borders;cells on screen (Calc) +Oracle Open Office Basic : borders;for paragraphs +Oracle Open Office Basic : borders;for tables +Oracle Open Office Basic : borders;shadows +Oracle Open Office Basic : borders;table boundaries (Writer) +Oracle Open Office Basic : borders, see also frames +Oracle Open Office Basic : bound fields +Oracle Open Office Basic : bound fields;controls +Oracle Open Office Basic : boundaries of tables (Writer) +Oracle Open Office Basic : break display (Writer) +Oracle Open Office Basic : breakpoints +Oracle Open Office Basic : brochures +Oracle Open Office Basic : brochures;printing several +Oracle Open Office Basic : build numbers of Oracle Open Office +Oracle Open Office Basic : bullet lists +Oracle Open Office Basic : bullet lists;formatting options +Oracle Open Office Basic : bullets +Oracle Open Office Basic : bullets;paragraphs +Oracle Open Office Basic : bullets;replacing +Oracle Open Office Basic : bullets;turning off +Oracle Open Office Basic : business cards +Oracle Open Office Basic : business cards;creating and synchronizing +Oracle Open Office Basic : business cards;using templates +Oracle Open Office Basic : button bars, see toolbars +Oracle Open Office Basic : buttons +Oracle Open Office Basic : buttons;adding push buttons +Oracle Open Office Basic : buttons;big/small +Oracle Open Office Basic : buttons;controls +Oracle Open Office Basic : buttons;editing hyperlink buttons +Oracle Open Office Basic : buttons;form functions +Oracle Open Office Basic : buttons;toolbars +Oracle Open Office Basic : cache for graphics +Oracle Open Office Basic : calculating +Oracle Open Office Basic : calculating;iterative references (Calc) +Oracle Open Office Basic : Call Stack window +Oracle Open Office Basic : Call statement +Oracle Open Office Basic : callouts +Oracle Open Office Basic : callouts;drawings +Oracle Open Office Basic : capital letters +Oracle Open Office Basic : capital letters;AutoCorrect function +Oracle Open Office Basic : capital letters;font effects +Oracle Open Office Basic : captions +Oracle Open Office Basic : captions;automatic captions (Writer) +Oracle Open Office Basic : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Basic : captions, see also labels/callouts +Oracle Open Office Basic : cascading update (Base) +Oracle Open Office Basic : case sensitivity +Oracle Open Office Basic : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Basic : case sensitivity;searching +Oracle Open Office Basic : Case statement +Oracle Open Office Basic : CBool function +Oracle Open Office Basic : CByte function +Oracle Open Office Basic : CCur function +Oracle Open Office Basic : CDate function +Oracle Open Office Basic : CdateFromIso function +Oracle Open Office Basic : CdateToIso function +Oracle Open Office Basic : CDbl function +Oracle Open Office Basic : CDec function +Oracle Open Office Basic : cells +Oracle Open Office Basic : cells;aligning +Oracle Open Office Basic : cells;coloring (Calc) +Oracle Open Office Basic : cells;cursor positions after input (Calc) +Oracle Open Office Basic : cells;formatting without effect (Calc) +Oracle Open Office Basic : cells;line breaks +Oracle Open Office Basic : cells;linked to controls +Oracle Open Office Basic : cells;number of +Oracle Open Office Basic : cells;pasting +Oracle Open Office Basic : cells;resetting formats +Oracle Open Office Basic : cells;showing grid lines (Calc) +Oracle Open Office Basic : centered text +Oracle Open Office Basic : centimeters +Oracle Open Office Basic : certificates +Oracle Open Office Basic : changes +Oracle Open Office Basic : changes;accepting or rejecting +Oracle Open Office Basic : changes;comparing to original +Oracle Open Office Basic : changes;protecting +Oracle Open Office Basic : changes;recording +Oracle Open Office Basic : changes;review function +Oracle Open Office Basic : changes;showing +Oracle Open Office Basic : changing +Oracle Open Office Basic : changing;control properties +Oracle Open Office Basic : changing;document titles +Oracle Open Office Basic : changing;file associations in Setup program +Oracle Open Office Basic : changing;icon sizes +Oracle Open Office Basic : changing;links +Oracle Open Office Basic : changing;work directory +Oracle Open Office Basic : changing, see also editing and replacing +Oracle Open Office Basic : character styles +Oracle Open Office Basic : character styles;language selection +Oracle Open Office Basic : characters +Oracle Open Office Basic : characters;alternative fonts +Oracle Open Office Basic : characters;Asian layout +Oracle Open Office Basic : characters;bold +Oracle Open Office Basic : characters;coloring +Oracle Open Office Basic : characters;displaying only on screen (Writer) +Oracle Open Office Basic : characters;enabling CTL and Asian characters +Oracle Open Office Basic : characters;font effects +Oracle Open Office Basic : characters;fonts and formats +Oracle Open Office Basic : characters;hyperlinks +Oracle Open Office Basic : characters;italics +Oracle Open Office Basic : characters;language selection +Oracle Open Office Basic : characters;shadowed +Oracle Open Office Basic : characters;spacing +Oracle Open Office Basic : characters;special +Oracle Open Office Basic : characters;underlining +Oracle Open Office Basic : charcoal sketches filter +Oracle Open Office Basic : charts +Oracle Open Office Basic : charts;arranging within stacks +Oracle Open Office Basic : charts;bars with textures +Oracle Open Office Basic : charts;colors +Oracle Open Office Basic : charts;copying with link to source cell range +Oracle Open Office Basic : charts;displaying (Calc) +Oracle Open Office Basic : charts;editing axes +Oracle Open Office Basic : charts;editing data +Oracle Open Office Basic : charts;editing legends +Oracle Open Office Basic : charts;editing titles +Oracle Open Office Basic : charts;inserting +Oracle Open Office Basic : charts;updating automatically (Writer) +Oracle Open Office Basic : ChDir statement +Oracle Open Office Basic : ChDrive statement +Oracle Open Office Basic : check box control +Oracle Open Office Basic : check box creation +Oracle Open Office Basic : Chinese writing systems +Oracle Open Office Basic : Choose function +Oracle Open Office Basic : choosing printers +Oracle Open Office Basic : Chr function +Oracle Open Office Basic : CInt function +Oracle Open Office Basic : circle drawings +Oracle Open Office Basic : Client Side ImageMap +Oracle Open Office Basic : clipboard +Oracle Open Office Basic : clipboard;cutting +Oracle Open Office Basic : clipboard;pasting +Oracle Open Office Basic : clipboard;pasting formatted/unformatted text +Oracle Open Office Basic : clipboard;selection clipboard +Oracle Open Office Basic : clipboard;Unix +Oracle Open Office Basic : CLng function +Oracle Open Office Basic : Close statement +Oracle Open Office Basic : closing +Oracle Open Office Basic : closing;documents +Oracle Open Office Basic : closing;toolbars +Oracle Open Office Basic : collaboration +Oracle Open Office Basic : color bar +Oracle Open Office Basic : colors +Oracle Open Office Basic : colors;adding +Oracle Open Office Basic : colors;appearance +Oracle Open Office Basic : colors;backgrounds +Oracle Open Office Basic : colors;charts +Oracle Open Office Basic : colors;fill format +Oracle Open Office Basic : colors;fonts +Oracle Open Office Basic : colors;grid lines and cells (Calc) +Oracle Open Office Basic : colors;models +Oracle Open Office Basic : colors;not printing +Oracle Open Office Basic : colors;printing in grayscale +Oracle Open Office Basic : colors;restriction (Calc) +Oracle Open Office Basic : colors;selection +Oracle Open Office Basic : column headers +Oracle Open Office Basic : column headers;displaying (Calc) +Oracle Open Office Basic : column headers;highlighting (Calc) +Oracle Open Office Basic : columns +Oracle Open Office Basic : columns;setting with the mouse +Oracle Open Office Basic : combo box control +Oracle Open Office Basic : combo box creation +Oracle Open Office Basic : command button creation +Oracle Open Office Basic : command buttons, see push buttons +Oracle Open Office Basic : command line parameters +Oracle Open Office Basic : commands +Oracle Open Office Basic : commands;repeating +Oracle Open Office Basic : commands;SQL +Oracle Open Office Basic : comments +Oracle Open Office Basic : comments;displaying (Calc) +Oracle Open Office Basic : comments;inserting/editing/deleting/printing +Oracle Open Office Basic : comments;on changes +Oracle Open Office Basic : comments;printing in text +Oracle Open Office Basic : comments;Rem statement +Oracle Open Office Basic : common terms +Oracle Open Office Basic : common terms;Chinese dictionary +Oracle Open Office Basic : common terms;glossaries +Oracle Open Office Basic : common terms;Internet glossary +Oracle Open Office Basic : comparison operators +Oracle Open Office Basic : comparison operators;Oracle Open Office Basic +Oracle Open Office Basic : comparisons +Oracle Open Office Basic : comparisons;document versions +Oracle Open Office Basic : comparisons;operators in default filter dialog +Oracle Open Office Basic : compatibility settings for MS Word import +Oracle Open Office Basic : complete screen view +Oracle Open Office Basic : complex text layout +Oracle Open Office Basic : complex text layout;definition +Oracle Open Office Basic : complex text layout;enabling +Oracle Open Office Basic : complex text layout, see CTL +Oracle Open Office Basic : components +Oracle Open Office Basic : components;addressing +Oracle Open Office Basic : compose key to insert special characters +Oracle Open Office Basic : concatenation, see ampersand symbol +Oracle Open Office Basic : conditional separators +Oracle Open Office Basic : conditions +Oracle Open Office Basic : conditions;in number formats +Oracle Open Office Basic : conditions;items in Data Navigator +Oracle Open Office Basic : Configuration Manager +Oracle Open Office Basic : configuring +Oracle Open Office Basic : configuring;fax icon +Oracle Open Office Basic : configuring;Oracle Open Office +Oracle Open Office Basic : configuring;toolbars +Oracle Open Office Basic : connections to data sources (Base) +Oracle Open Office Basic : Const statement +Oracle Open Office Basic : constants +Oracle Open Office Basic : contents protection +Oracle Open Office Basic : context menus +Oracle Open Office Basic : continuation +Oracle Open Office Basic : continuation;long lines in editor +Oracle Open Office Basic : control point display in presentations +Oracle Open Office Basic : controls +Oracle Open Office Basic : controls;activating in forms +Oracle Open Office Basic : controls;adding to documents +Oracle Open Office Basic : controls;arranging in forms +Oracle Open Office Basic : controls;arranging within stacks +Oracle Open Office Basic : controls;assigning data sources +Oracle Open Office Basic : controls;assigning macros (Basic) +Oracle Open Office Basic : controls;bound fields/list contents/linked cells +Oracle Open Office Basic : controls;changing properties +Oracle Open Office Basic : controls;creating in the dialog editor +Oracle Open Office Basic : controls;events +Oracle Open Office Basic : controls;focus +Oracle Open Office Basic : controls;formatted fields +Oracle Open Office Basic : controls;grouping +Oracle Open Office Basic : controls;hidden +Oracle Open Office Basic : controls;in dialog editor +Oracle Open Office Basic : controls;inserting +Oracle Open Office Basic : controls;multi-line titles +Oracle Open Office Basic : controls;positions and sizes +Oracle Open Office Basic : controls;printing +Oracle Open Office Basic : controls;properties +Oracle Open Office Basic : controls;properties of form controls +Oracle Open Office Basic : controls;properties of table controls +Oracle Open Office Basic : controls;reading or editing properties (example) +Oracle Open Office Basic : controls;reference by SQL +Oracle Open Office Basic : controls;rich text control +Oracle Open Office Basic : controls;select mode +Oracle Open Office Basic : controls;showing (Writer) +Oracle Open Office Basic : converters +Oracle Open Office Basic : converters;Euro converter +Oracle Open Office Basic : converters;PostScript, UNIX +Oracle Open Office Basic : converters;XML +Oracle Open Office Basic : ConvertFromURL function +Oracle Open Office Basic : converting +Oracle Open Office Basic : converting;Hangul/Hanja +Oracle Open Office Basic : converting;metrics +Oracle Open Office Basic : converting;Microsoft documents +Oracle Open Office Basic : converting;Oracle Open Office documents +Oracle Open Office Basic : converting;Pocket PC formats +Oracle Open Office Basic : ConvertToURL function +Oracle Open Office Basic : copies +Oracle Open Office Basic : copies;printing +Oracle Open Office Basic : copying +Oracle Open Office Basic : copying;by drag and drop +Oracle Open Office Basic : copying;data from text documents +Oracle Open Office Basic : copying;datasource records in spreadsheets +Oracle Open Office Basic : copying;draw objects +Oracle Open Office Basic : copying;draw objects between documents +Oracle Open Office Basic : copying;formatting +Oracle Open Office Basic : copying;from data source view +Oracle Open Office Basic : copying;from Gallery +Oracle Open Office Basic : copying;in Unix +Oracle Open Office Basic : copying;modules +Oracle Open Office Basic : copying;pictures, between documents +Oracle Open Office Basic : copying;sheet areas, to text documents +Oracle Open Office Basic : copying;to Gallery +Oracle Open Office Basic : copyright for Oracle Open Office +Oracle Open Office Basic : corner roundings +Oracle Open Office Basic : Cos function +Oracle Open Office Basic : crash reports +Oracle Open Office Basic : CreateObject function +Oracle Open Office Basic : CreateUnoDialog function +Oracle Open Office Basic : CreateUnoListener function +Oracle Open Office Basic : CreateUnoService function +Oracle Open Office Basic : CreateUnoStruct function +Oracle Open Office Basic : CreateUnoValue function +Oracle Open Office Basic : criteria of query design (Base) +Oracle Open Office Basic : cropping pictures +Oracle Open Office Basic : CSng function +Oracle Open Office Basic : CStr function +Oracle Open Office Basic : CTL +Oracle Open Office Basic : CTL;(not) wrapping words +Oracle Open Office Basic : CTL;complex text layout languages +Oracle Open Office Basic : CTL;definition +Oracle Open Office Basic : CTL;options +Oracle Open Office Basic : CurDir function +Oracle Open Office Basic : currencies +Oracle Open Office Basic : currencies;converters +Oracle Open Office Basic : currencies;format codes +Oracle Open Office Basic : currency field control +Oracle Open Office Basic : currency field creation +Oracle Open Office Basic : currency formats +Oracle Open Office Basic : cursor +Oracle Open Office Basic : cursor;allowing in protected areas (Writer) +Oracle Open Office Basic : cursor;in read-only text +Oracle Open Office Basic : cursor;quickly moving to an object +Oracle Open Office Basic : curves +Oracle Open Office Basic : curves;editing points +Oracle Open Office Basic : custom dictionaries +Oracle Open Office Basic : custom dictionaries;editing +Oracle Open Office Basic : custom hyphens (Writer) +Oracle Open Office Basic : custom quotes +Oracle Open Office Basic : custom templates +Oracle Open Office Basic : customizing +Oracle Open Office Basic : customizing;events +Oracle Open Office Basic : customizing;keyboard +Oracle Open Office Basic : customizing;menus +Oracle Open Office Basic : customizing;Oracle Open Office +Oracle Open Office Basic : customizing;round corners +Oracle Open Office Basic : customizing;toolbars +Oracle Open Office Basic : cutting +Oracle Open Office Basic : CVar function +Oracle Open Office Basic : CVErr function +Oracle Open Office Basic : dashes +Oracle Open Office Basic : data +Oracle Open Office Basic : data;filtering in forms +Oracle Open Office Basic : data;forms and subforms +Oracle Open Office Basic : data;read-only +Oracle Open Office Basic : data;sorting in forms +Oracle Open Office Basic : data;user data +Oracle Open Office Basic : data binding change in XForms +Oracle Open Office Basic : Data Navigator +Oracle Open Office Basic : Data Navigator;adding/editing items +Oracle Open Office Basic : Data Navigator;display options +Oracle Open Office Basic : data source browser +Oracle Open Office Basic : data source explorer +Oracle Open Office Basic : data source view +Oracle Open Office Basic : data source view;drag and drop +Oracle Open Office Basic : data source view;overview +Oracle Open Office Basic : data source view;showing +Oracle Open Office Basic : data sources +Oracle Open Office Basic : data sources;as tables +Oracle Open Office Basic : data sources;connection settings (Base) +Oracle Open Office Basic : data sources;copying records to spreadsheets +Oracle Open Office Basic : data sources;displaying current +Oracle Open Office Basic : data sources;LDAP server (Base) +Oracle Open Office Basic : data sources;Oracle Open Office Base +Oracle Open Office Basic : data sources;registering address books +Oracle Open Office Basic : data sources;reports +Oracle Open Office Basic : data sources;viewing +Oracle Open Office Basic : data structure of XForms +Oracle Open Office Basic : data, see also values +Oracle Open Office Basic : database contents +Oracle Open Office Basic : database contents;inserting as tables +Oracle Open Office Basic : database contents;inserting as text +Oracle Open Office Basic : database reports +Oracle Open Office Basic : Database Wizard (Base) +Oracle Open Office Basic : databases +Oracle Open Office Basic : databases;administration through SQL (Base) +Oracle Open Office Basic : databases;ADO (Base) +Oracle Open Office Basic : databases;connecting (Base) +Oracle Open Office Basic : databases;creating +Oracle Open Office Basic : databases;creating labels +Oracle Open Office Basic : databases;creating queries +Oracle Open Office Basic : databases;creating reports +Oracle Open Office Basic : databases;creating tables +Oracle Open Office Basic : databases;deleting (Base) +Oracle Open Office Basic : databases;drag and drop (Base) +Oracle Open Office Basic : databases;editing tables +Oracle Open Office Basic : databases;form filters +Oracle Open Office Basic : databases;formats (Base) +Oracle Open Office Basic : databases;importing/exporting +Oracle Open Office Basic : databases;JDBC (Base) +Oracle Open Office Basic : databases;main page (Base) +Oracle Open Office Basic : databases;ODBC (Base) +Oracle Open Office Basic : databases;overview +Oracle Open Office Basic : databases;registering (Base) +Oracle Open Office Basic : databases;searching records +Oracle Open Office Basic : databases;shortcut keys +Oracle Open Office Basic : databases;sorting +Oracle Open Office Basic : databases;standard filters +Oracle Open Office Basic : databases;text formats +Oracle Open Office Basic : databases;viewing +Oracle Open Office Basic : date field control +Oracle Open Office Basic : date fields +Oracle Open Office Basic : date fields;creating +Oracle Open Office Basic : date fields;properties +Oracle Open Office Basic : date formats +Oracle Open Office Basic : Date statement +Oracle Open Office Basic : DateAdd function +Oracle Open Office Basic : DateDiff function +Oracle Open Office Basic : DatePart function +Oracle Open Office Basic : dates +Oracle Open Office Basic : dates;default (Calc) +Oracle Open Office Basic : dates;printing in presentations +Oracle Open Office Basic : dates;start 1900/01/01 (Calc) +Oracle Open Office Basic : dates;start 1904/01/01 (Calc) +Oracle Open Office Basic : DateSerial function +Oracle Open Office Basic : DateValue function +Oracle Open Office Basic : Day function +Oracle Open Office Basic : dBASE +Oracle Open Office Basic : dBASE;database settings (Base) +Oracle Open Office Basic : DDE +Oracle Open Office Basic : DDE;definition +Oracle Open Office Basic : deactivating +Oracle Open Office Basic : deactivating;plug-ins +Oracle Open Office Basic : debugging Basic programs +Oracle Open Office Basic : decimal places displayed (Calc) +Oracle Open Office Basic : decimal separator key +Oracle Open Office Basic : decimal tab stops +Oracle Open Office Basic : Declare statement +Oracle Open Office Basic : declaring variables +Oracle Open Office Basic : default directories +Oracle Open Office Basic : default filters +Oracle Open Office Basic : default filters;comparison operators +Oracle Open Office Basic : default filters;databases +Oracle Open Office Basic : default printer +Oracle Open Office Basic : default printer;setting up +Oracle Open Office Basic : default printer;UNIX +Oracle Open Office Basic : default templates +Oracle Open Office Basic : default templates;changing +Oracle Open Office Basic : default templates;organizing +Oracle Open Office Basic : defaults +Oracle Open Office Basic : defaults;documents +Oracle Open Office Basic : defaults;file formats in file dialogs +Oracle Open Office Basic : defaults;file formats in Oracle Open Office +Oracle Open Office Basic : defaults;fonts +Oracle Open Office Basic : defaults;grids (Writer/Calc) +Oracle Open Office Basic : defaults;languages +Oracle Open Office Basic : defaults;number formats +Oracle Open Office Basic : defaults;of saving +Oracle Open Office Basic : defaults;program configuration +Oracle Open Office Basic : defaults;tab stops in text +Oracle Open Office Basic : defaults;views +Oracle Open Office Basic : DefBool statement +Oracle Open Office Basic : DefCur statement +Oracle Open Office Basic : DefDate statement +Oracle Open Office Basic : DefDbl statement +Oracle Open Office Basic : DefErr statement +Oracle Open Office Basic : defining +Oracle Open Office Basic : defining;arrowheads and other line ends +Oracle Open Office Basic : defining;colors +Oracle Open Office Basic : defining;constants +Oracle Open Office Basic : defining;line styles +Oracle Open Office Basic : defining;paragraph borders +Oracle Open Office Basic : defining;queries (Base) +Oracle Open Office Basic : defining;table borders +Oracle Open Office Basic : DefInt statement +Oracle Open Office Basic : DefLng statement +Oracle Open Office Basic : DefObj statement +Oracle Open Office Basic : DefSng statement +Oracle Open Office Basic : DefStr statement +Oracle Open Office Basic : DefVar statement +Oracle Open Office Basic : deleting +Oracle Open Office Basic : deleting;all direct formatting +Oracle Open Office Basic : deleting;comments +Oracle Open Office Basic : deleting;databases (Base) +Oracle Open Office Basic : deleting;hyperlinks +Oracle Open Office Basic : deleting;libraries/modules/dialogs +Oracle Open Office Basic : deleting;lines in text +Oracle Open Office Basic : deleting;macro assignments to events +Oracle Open Office Basic : deleting;models/instances +Oracle Open Office Basic : deleting;namespaces in XForms +Oracle Open Office Basic : deleting;tab stops +Oracle Open Office Basic : deleting;templates +Oracle Open Office Basic : deleting;XML filters +Oracle Open Office Basic : depth stagger +Oracle Open Office Basic : descriptions for objects +Oracle Open Office Basic : design mode after saving +Oracle Open Office Basic : design view +Oracle Open Office Basic : design view;creating forms +Oracle Open Office Basic : design view;queries/views (Base) +Oracle Open Office Basic : designing +Oracle Open Office Basic : designing;database tables +Oracle Open Office Basic : designing;fonts +Oracle Open Office Basic : designing;queries (Base) +Oracle Open Office Basic : detaching toolbars +Oracle Open Office Basic : dialog editor +Oracle Open Office Basic : dialog editor;changing control properties +Oracle Open Office Basic : dialog editor;creating controls +Oracle Open Office Basic : dialog editor;programming examples for controls +Oracle Open Office Basic : DialogLibraries (LibraryContainer) +Oracle Open Office Basic : dialogs +Oracle Open Office Basic : dialogs;creating Basic dialogs +Oracle Open Office Basic : dialogs;displaying (example) +Oracle Open Office Basic : dialogs;loading (example) +Oracle Open Office Basic : dialogs;organizing +Oracle Open Office Basic : dialogs;properties +Oracle Open Office Basic : dialogs;translating +Oracle Open Office Basic : dialogs;using program code to show (example) +Oracle Open Office Basic : dictionaries +Oracle Open Office Basic : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Basic : dictionaries;creating +Oracle Open Office Basic : dictionaries;editing user-defined +Oracle Open Office Basic : dictionaries;spellcheck +Oracle Open Office Basic : dictionaries, see also languages +Oracle Open Office Basic : digital signatures +Oracle Open Office Basic : digital signatures;getting/managing/applying +Oracle Open Office Basic : digital signatures;overview +Oracle Open Office Basic : digital signatures;WebDAV over HTTPS +Oracle Open Office Basic : Dim statement +Oracle Open Office Basic : DimArray function +Oracle Open Office Basic : dimensioning arrays +Oracle Open Office Basic : Dir function +Oracle Open Office Basic : direct formatting +Oracle Open Office Basic : direct formatting;undoing all +Oracle Open Office Basic : directories +Oracle Open Office Basic : directories;creating new +Oracle Open Office Basic : directories;directory structure +Oracle Open Office Basic : disabled persons +Oracle Open Office Basic : displaying +Oracle Open Office Basic : displaying;comments (Calc) +Oracle Open Office Basic : displaying;comments in text documents +Oracle Open Office Basic : displaying;non-printing characters (Writer) +Oracle Open Office Basic : displaying;pictures and objects (Writer) +Oracle Open Office Basic : displaying;tables (Writer) +Oracle Open Office Basic : displaying;zero values (Calc) +Oracle Open Office Basic : distances +Oracle Open Office Basic : distinct values in SQL queries +Oracle Open Office Basic : distorting in drawings +Oracle Open Office Basic : distributing XML filters +Oracle Open Office Basic : DLL (Dynamic Link Library) +Oracle Open Office Basic : Do...Loop statement +Oracle Open Office Basic : docking +Oracle Open Office Basic : docking;definition +Oracle Open Office Basic : docking;toolbars +Oracle Open Office Basic : docking;windows +Oracle Open Office Basic : Document Converter Wizard +Oracle Open Office Basic : Document Map, see Navigator +Oracle Open Office Basic : document types in Oracle Open Office +Oracle Open Office Basic : documents +Oracle Open Office Basic : documents;changing titles +Oracle Open Office Basic : documents;closing +Oracle Open Office Basic : documents;comparing +Oracle Open Office Basic : documents;contents as lists +Oracle Open Office Basic : documents;editing time +Oracle Open Office Basic : documents;exporting +Oracle Open Office Basic : documents;importing +Oracle Open Office Basic : documents;languages +Oracle Open Office Basic : documents;measurement units in +Oracle Open Office Basic : documents;merging +Oracle Open Office Basic : documents;number of pages/tables/sheets +Oracle Open Office Basic : documents;opening +Oracle Open Office Basic : documents;opening in design mode +Oracle Open Office Basic : documents;opening with templates +Oracle Open Office Basic : documents;organizing +Oracle Open Office Basic : documents;printing +Oracle Open Office Basic : documents;read-only +Oracle Open Office Basic : documents;reloading +Oracle Open Office Basic : documents;saving +Oracle Open Office Basic : documents;saving automatically +Oracle Open Office Basic : documents;saving in other formats +Oracle Open Office Basic : documents;sending as e-mail +Oracle Open Office Basic : documents;styles changed +Oracle Open Office Basic : documents;version management +Oracle Open Office Basic : documents;version numbers +Oracle Open Office Basic : dotted areas +Oracle Open Office Basic : double-line spacing in paragraphs +Oracle Open Office Basic : double-line writing in Asian layout +Oracle Open Office Basic : drag and drop +Oracle Open Office Basic : drag and drop;copying and pasting text +Oracle Open Office Basic : drag and drop;data source view +Oracle Open Office Basic : drag and drop;from Gallery to draw objects +Oracle Open Office Basic : drag and drop;overview +Oracle Open Office Basic : drag and drop;pictures +Oracle Open Office Basic : drag and drop;to Gallery +Oracle Open Office Basic : draw objects +Oracle Open Office Basic : draw objects;adding/editing/copying +Oracle Open Office Basic : draw objects;anchoring +Oracle Open Office Basic : draw objects;arranging within stacks +Oracle Open Office Basic : draw objects;copying between documents +Oracle Open Office Basic : draw objects;displaying (Calc) +Oracle Open Office Basic : draw objects;dropping Gallery pictures +Oracle Open Office Basic : draw objects;flipping +Oracle Open Office Basic : draw objects;legends +Oracle Open Office Basic : draw objects;positioning and resizing +Oracle Open Office Basic : draw objects;protecting +Oracle Open Office Basic : draw objects;slanting +Oracle Open Office Basic : draw objects;text in +Oracle Open Office Basic : Drawing bar +Oracle Open Office Basic : drawing lines in text +Oracle Open Office Basic : drawings +Oracle Open Office Basic : drawings;creating/opening +Oracle Open Office Basic : drawings;languages +Oracle Open Office Basic : drawings;printing +Oracle Open Office Basic : drawings;printing defaults +Oracle Open Office Basic : drawings;printing in text documents +Oracle Open Office Basic : drawings;saving +Oracle Open Office Basic : drawings;saving automatically +Oracle Open Office Basic : drawings;saving in other formats +Oracle Open Office Basic : drawings;sending as e-mail +Oracle Open Office Basic : drawings;showing (Writer) +Oracle Open Office Basic : drawings, see also draw objects +Oracle Open Office Basic : drop-down lists in form functions +Oracle Open Office Basic : e-mail attachments +Oracle Open Office Basic : Edit File icon +Oracle Open Office Basic : edit mode +Oracle Open Office Basic : edit mode;after opening +Oracle Open Office Basic : edit mode;through Enter key (Calc) +Oracle Open Office Basic : Edit Points bar +Oracle Open Office Basic : editing +Oracle Open Office Basic : editing;chart axes +Oracle Open Office Basic : editing;chart data +Oracle Open Office Basic : editing;chart legends +Oracle Open Office Basic : editing;chart titles +Oracle Open Office Basic : editing;comments +Oracle Open Office Basic : editing;controls +Oracle Open Office Basic : editing;data binding of XForms +Oracle Open Office Basic : editing;database tables and queries +Oracle Open Office Basic : editing;draw objects +Oracle Open Office Basic : editing;Fontwork objects +Oracle Open Office Basic : editing;hyperlinks +Oracle Open Office Basic : editing;menus +Oracle Open Office Basic : editing;objects +Oracle Open Office Basic : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Basic : editing;pictures +Oracle Open Office Basic : editing;reports +Oracle Open Office Basic : editing;shortcut keys +Oracle Open Office Basic : editing;tab stops +Oracle Open Office Basic : editing;templates +Oracle Open Office Basic : editing;toolbars +Oracle Open Office Basic : editing;undoing +Oracle Open Office Basic : editing;XForms +Oracle Open Office Basic : editing time of documents +Oracle Open Office Basic : editors +Oracle Open Office Basic : editors;formula editor +Oracle Open Office Basic : editors;ImageMap editor +Oracle Open Office Basic : effects +Oracle Open Office Basic : effects;font positions +Oracle Open Office Basic : effects;fonts +Oracle Open Office Basic : effects;Fontwork icons +Oracle Open Office Basic : empty documents +Oracle Open Office Basic : empty paragraph removal +Oracle Open Office Basic : encryption of contents +Oracle Open Office Basic : End statement +Oracle Open Office Basic : entering groups +Oracle Open Office Basic : entering text from right to left +Oracle Open Office Basic : Environ function +Oracle Open Office Basic : Eof function +Oracle Open Office Basic : equal sign, see also operators +Oracle Open Office Basic : EqualUnoObjects function +Oracle Open Office Basic : equations in formula editor +Oracle Open Office Basic : Eqv operator (logical) +Oracle Open Office Basic : Erase function +Oracle Open Office Basic : Erl function +Oracle Open Office Basic : Err function +Oracle Open Office Basic : error codes in Basic +Oracle Open Office Basic : Error function +Oracle Open Office Basic : Error Report Tool +Oracle Open Office Basic : Euro +Oracle Open Office Basic : Euro;currency formats +Oracle Open Office Basic : Euro;Euro Converter Wizard +Oracle Open Office Basic : even/odd pages +Oracle Open Office Basic : even/odd pages;printing +Oracle Open Office Basic : events +Oracle Open Office Basic : events;assigning macros +Oracle Open Office Basic : events;assigning scripts +Oracle Open Office Basic : events;controls +Oracle Open Office Basic : events;customizing +Oracle Open Office Basic : events;in forms +Oracle Open Office Basic : events;linked to objects +Oracle Open Office Basic : examples +Oracle Open Office Basic : examples;programming controls +Oracle Open Office Basic : examples;showing a dialog using program code +Oracle Open Office Basic : Excel +Oracle Open Office Basic : Excel;saving as +Oracle Open Office Basic : Excel;search criteria +Oracle Open Office Basic : exceptions +Oracle Open Office Basic : exceptions;user-defined dictionaries +Oracle Open Office Basic : exchanging, see also replacing +Oracle Open Office Basic : executing SQL commands +Oracle Open Office Basic : Exit statement +Oracle Open Office Basic : exiting +Oracle Open Office Basic : exiting;groups +Oracle Open Office Basic : exiting;Oracle Open Office +Oracle Open Office Basic : Exp function +Oracle Open Office Basic : expanding formatting (Calc) +Oracle Open Office Basic : explorer of data sources +Oracle Open Office Basic : export filters +Oracle Open Office Basic : exporting +Oracle Open Office Basic : exporting;bitmaps +Oracle Open Office Basic : exporting;HTML and text documents +Oracle Open Office Basic : exporting;Microsoft Office documents with VBA code +Oracle Open Office Basic : exporting;spreadsheets to text format +Oracle Open Office Basic : exporting;templates +Oracle Open Office Basic : exporting;to foreign formats +Oracle Open Office Basic : exporting;to HTML +Oracle Open Office Basic : exporting;to Microsoft Office formats +Oracle Open Office Basic : exporting;to PDF +Oracle Open Office Basic : exporting;to PostScript format +Oracle Open Office Basic : exporting;to XML +Oracle Open Office Basic : exporting;XML files +Oracle Open Office Basic : extended tips in Help +Oracle Open Office Basic : extension mode in text +Oracle Open Office Basic : extensions +Oracle Open Office Basic : extensions;Extension Manager +Oracle Open Office Basic : extensions;file formats +Oracle Open Office Basic : external keys (Base) +Oracle Open Office Basic : faster printing +Oracle Open Office Basic : faxes +Oracle Open Office Basic : faxes;configuring Oracle Open Office +Oracle Open Office Basic : faxes;fax programs/fax printers under UNIX +Oracle Open Office Basic : faxes;selecting a fax machine +Oracle Open Office Basic : faxes;sending +Oracle Open Office Basic : faxes;wizards +Oracle Open Office Basic : feedback +Oracle Open Office Basic : feedback;automatically +Oracle Open Office Basic : fields +Oracle Open Office Basic : fields;database tables +Oracle Open Office Basic : fields;displaying field codes (Writer) +Oracle Open Office Basic : fields;formatted fields +Oracle Open Office Basic : fields;updating automatically (Writer) +Oracle Open Office Basic : file associations for Microsoft Office +Oracle Open Office Basic : file filters +Oracle Open Office Basic : file filters;mobile devices +Oracle Open Office Basic : file filters;XML +Oracle Open Office Basic : file formats +Oracle Open Office Basic : file formats;changing Oracle Open Office defaults +Oracle Open Office Basic : file formats;OpenDocument/XML +Oracle Open Office Basic : file formats;saving always in other formats +Oracle Open Office Basic : file selection button +Oracle Open Office Basic : file selection control +Oracle Open Office Basic : file sharing options for current document +Oracle Open Office Basic : FileAttr function +Oracle Open Office Basic : FileCopy statement +Oracle Open Office Basic : FileDateTime function +Oracle Open Office Basic : FileExists function +Oracle Open Office Basic : FileLen function +Oracle Open Office Basic : filepicker +Oracle Open Office Basic : filepicker;API service +Oracle Open Office Basic : files +Oracle Open Office Basic : files;filters and formats +Oracle Open Office Basic : files;importing +Oracle Open Office Basic : files;opening +Oracle Open Office Basic : files;properties +Oracle Open Office Basic : files;saving +Oracle Open Office Basic : files;saving automatically +Oracle Open Office Basic : files;saving in other formats +Oracle Open Office Basic : files;sending as e-mail +Oracle Open Office Basic : files;version numbers +Oracle Open Office Basic : files and folders in Oracle Open Office +Oracle Open Office Basic : fill characters with tabulators +Oracle Open Office Basic : fill colors for areas +Oracle Open Office Basic : fill patterns for areas +Oracle Open Office Basic : filter conditions +Oracle Open Office Basic : filter conditions;connecting +Oracle Open Office Basic : filter conditions;in queries (Base) +Oracle Open Office Basic : filtering +Oracle Open Office Basic : filtering;data in databases +Oracle Open Office Basic : filtering;data in forms +Oracle Open Office Basic : filters +Oracle Open Office Basic : filters;comparison operators +Oracle Open Office Basic : filters;for import and export +Oracle Open Office Basic : filters;Navigator +Oracle Open Office Basic : filters;pictures +Oracle Open Office Basic : filters;XML filter settings +Oracle Open Office Basic : Find tab in Help +Oracle Open Office Basic : finding +Oracle Open Office Basic : finding;in all sheets +Oracle Open Office Basic : finding;records in form documents +Oracle Open Office Basic : finding;selections +Oracle Open Office Basic : finding;similarity search +Oracle Open Office Basic : FindObject function +Oracle Open Office Basic : FindPropertyObject function +Oracle Open Office Basic : fitting to pages +Oracle Open Office Basic : fitting to pages;print settings in Math +Oracle Open Office Basic : fitting to pages;print settings in presentations +Oracle Open Office Basic : Fix function +Oracle Open Office Basic : fixed line control +Oracle Open Office Basic : fixed text +Oracle Open Office Basic : fixed text;form functions +Oracle Open Office Basic : fixed text control +Oracle Open Office Basic : fixing toolbars +Oracle Open Office Basic : flipping draw objects +Oracle Open Office Basic : floating frames in HTML documents +Oracle Open Office Basic : floating toolbars +Oracle Open Office Basic : focus of controls +Oracle Open Office Basic : folder creation +Oracle Open Office Basic : font lists +Oracle Open Office Basic : font name box +Oracle Open Office Basic : font sizes +Oracle Open Office Basic : font sizes;bullets +Oracle Open Office Basic : font sizes;relative changes +Oracle Open Office Basic : font sizes;scaling on screen +Oracle Open Office Basic : font sizes;text +Oracle Open Office Basic : fonts +Oracle Open Office Basic : fonts;adding under UNIX +Oracle Open Office Basic : fonts;changing in templates +Oracle Open Office Basic : fonts;colors +Oracle Open Office Basic : fonts;default settings +Oracle Open Office Basic : fonts;effects +Oracle Open Office Basic : fonts;for HTML and Basic +Oracle Open Office Basic : fonts;formats +Oracle Open Office Basic : fonts;outlines +Oracle Open Office Basic : fonts;positions in text +Oracle Open Office Basic : fonts;shadows +Oracle Open Office Basic : fonts;specifying several +Oracle Open Office Basic : fonts;strikethrough +Oracle Open Office Basic : fonts;styles +Oracle Open Office Basic : fonts;text objects +Oracle Open Office Basic : Fontwork icons +Oracle Open Office Basic : footers +Oracle Open Office Basic : footers;backgrounds +Oracle Open Office Basic : For statement +Oracle Open Office Basic : form controls +Oracle Open Office Basic : form controls;assigning macros +Oracle Open Office Basic : form controls;protecting +Oracle Open Office Basic : form controls;toolbars +Oracle Open Office Basic : form fields +Oracle Open Office Basic : form filters +Oracle Open Office Basic : Form Navigator +Oracle Open Office Basic : format codes +Oracle Open Office Basic : format codes;numbers +Oracle Open Office Basic : format filling printing in Oracle Open Office Math +Oracle Open Office Basic : Format function +Oracle Open Office Basic : Format Paintbrush +Oracle Open Office Basic : formats +Oracle Open Office Basic : formats;Asian layout +Oracle Open Office Basic : formats;fonts +Oracle Open Office Basic : formats;maximizing page formats +Oracle Open Office Basic : formats;number and currency formats +Oracle Open Office Basic : formats;of currencies/date/time +Oracle Open Office Basic : formats;on opening and saving +Oracle Open Office Basic : formats;pasting in special formats +Oracle Open Office Basic : formats;positions +Oracle Open Office Basic : formats;tabulators +Oracle Open Office Basic : formatted field control +Oracle Open Office Basic : formatted fields +Oracle Open Office Basic : formatted fields;form functions +Oracle Open Office Basic : formatted fields;properties +Oracle Open Office Basic : formatting +Oracle Open Office Basic : formatting;Asian typography +Oracle Open Office Basic : formatting;axes in charts +Oracle Open Office Basic : formatting;chart legends +Oracle Open Office Basic : formatting;copying +Oracle Open Office Basic : formatting;definition +Oracle Open Office Basic : formatting;expanding (Calc) +Oracle Open Office Basic : formatting;font effects +Oracle Open Office Basic : formatting;hyperlinks +Oracle Open Office Basic : formatting;pages +Oracle Open Office Basic : formatting;printer metrics (Writer) +Oracle Open Office Basic : formatting;undoing +Oracle Open Office Basic : formatting;undoing when writing +Oracle Open Office Basic : forms +Oracle Open Office Basic : forms;browsing +Oracle Open Office Basic : forms;Combo Box/List Box Wizard +Oracle Open Office Basic : forms;creating +Oracle Open Office Basic : forms;data +Oracle Open Office Basic : forms;designing (Base) +Oracle Open Office Basic : forms;events +Oracle Open Office Basic : forms;filtering data +Oracle Open Office Basic : forms;finding records +Oracle Open Office Basic : forms;focus after opening +Oracle Open Office Basic : forms;general information (Base) +Oracle Open Office Basic : forms;grouping controls +Oracle Open Office Basic : forms;HTML filters +Oracle Open Office Basic : forms;Navigator +Oracle Open Office Basic : forms;opening in design mode +Oracle Open Office Basic : forms;properties +Oracle Open Office Basic : forms;sorting data +Oracle Open Office Basic : forms;subforms +Oracle Open Office Basic : forms;wizards +Oracle Open Office Basic : forms;XForms +Oracle Open Office Basic : formula texts +Oracle Open Office Basic : formula texts;printing in Oracle Open Office Math +Oracle Open Office Basic : formulas +Oracle Open Office Basic : formulas;new +Oracle Open Office Basic : formulas;starting formula editor +Oracle Open Office Basic : formulas in reports +Oracle Open Office Basic : formulas in reports;editing +Oracle Open Office Basic : forums and support +Oracle Open Office Basic : frames +Oracle Open Office Basic : frames;around paragraphs +Oracle Open Office Basic : frames;around tables +Oracle Open Office Basic : frames;AutoCorrect function +Oracle Open Office Basic : frames;backgrounds +Oracle Open Office Basic : frames;captions (Writer) +Oracle Open Office Basic : frames;printing in Oracle Open Office Math +Oracle Open Office Basic : frames;protecting +Oracle Open Office Basic : frames;selection frames +Oracle Open Office Basic : frames;text fitting to frames +Oracle Open Office Basic : FreeFile function +Oracle Open Office Basic : freeform lines +Oracle Open Office Basic : freeform lines;draw functions +Oracle Open Office Basic : FreeLibrary function +Oracle Open Office Basic : FTP +Oracle Open Office Basic : FTP;opening documents +Oracle Open Office Basic : FTP;saving documents +Oracle Open Office Basic : full joins (Base) +Oracle Open Office Basic : full screen view +Oracle Open Office Basic : full-text search in Help +Oracle Open Office Basic : Function statement +Oracle Open Office Basic : functions +Oracle Open Office Basic : functions;return value type +Oracle Open Office Basic : functions;using +Oracle Open Office Basic : functions in reports +Oracle Open Office Basic : functions in reports;editing +Oracle Open Office Basic : fundamentals +Oracle Open Office Basic : Gallery +Oracle Open Office Basic : Gallery;adding pictures +Oracle Open Office Basic : Gallery;dragging pictures to draw objects +Oracle Open Office Basic : Gallery;hiding/showing +Oracle Open Office Basic : Gallery;inserting pictures from +Oracle Open Office Basic : get method for form transmissions +Oracle Open Office Basic : Get statement +Oracle Open Office Basic : GetAttr function +Oracle Open Office Basic : GetDefaultContext function +Oracle Open Office Basic : GetGuiType function +Oracle Open Office Basic : GetProcessServiceManager function +Oracle Open Office Basic : GetSolarVersion function +Oracle Open Office Basic : GetSystemTicks function +Oracle Open Office Basic : getting support +Oracle Open Office Basic : GIF format +Oracle Open Office Basic : Global statement +Oracle Open Office Basic : GLOBAL variables +Oracle Open Office Basic : GlobalScope function +Oracle Open Office Basic : glossaries +Oracle Open Office Basic : glossaries;common terms +Oracle Open Office Basic : glossaries;Internet terms +Oracle Open Office Basic : GoSub...Return statement +Oracle Open Office Basic : GoTo statement +Oracle Open Office Basic : gradients off for faster printing +Oracle Open Office Basic : graphic objects, see draw objects +Oracle Open Office Basic : graphical text art +Oracle Open Office Basic : graphics +Oracle Open Office Basic : graphics;cache +Oracle Open Office Basic : graphics;protecting +Oracle Open Office Basic : graphics, see also pictures +Oracle Open Office Basic : grayscale printing +Oracle Open Office Basic : Green function +Oracle Open Office Basic : grid controls +Oracle Open Office Basic : grid controls;form functions +Oracle Open Office Basic : grids +Oracle Open Office Basic : grids;defaults (Writer/Calc) +Oracle Open Office Basic : grids;display options (Impress/Draw) +Oracle Open Office Basic : grids;displaying lines (Calc) +Oracle Open Office Basic : group box control +Oracle Open Office Basic : group box creation +Oracle Open Office Basic : groups +Oracle Open Office Basic : groups;entering/exiting/ungrouping +Oracle Open Office Basic : groups;naming +Oracle Open Office Basic : groups;of controls +Oracle Open Office Basic : guides +Oracle Open Office Basic : guides;display options (Impress/Draw) +Oracle Open Office Basic : guides;displaying when moving objects (Impress) +Oracle Open Office Basic : guides;showing (Calc) +Oracle Open Office Basic : guides;showing when moving frames (Writer) +Oracle Open Office Basic : gutter +Oracle Open Office Basic : handles +Oracle Open Office Basic : handles;displaying (Writer) +Oracle Open Office Basic : handles;scaling +Oracle Open Office Basic : handles;showing simple/large handles (Calc) +Oracle Open Office Basic : Hangul/Hanja +Oracle Open Office Basic : HasUnoInterfaces function +Oracle Open Office Basic : hatching +Oracle Open Office Basic : headers +Oracle Open Office Basic : headers;backgrounds +Oracle Open Office Basic : headings +Oracle Open Office Basic : headings;entering as text box +Oracle Open Office Basic : Hebrew +Oracle Open Office Basic : Hebrew;entering text +Oracle Open Office Basic : Hebrew;language settings +Oracle Open Office Basic : Help +Oracle Open Office Basic : Help;bookmarks +Oracle Open Office Basic : Help;extended tips on/off +Oracle Open Office Basic : Help;full-text search +Oracle Open Office Basic : Help;Help tips +Oracle Open Office Basic : Help;keywords +Oracle Open Office Basic : Help;navigation pane showing/hiding +Oracle Open Office Basic : Help;style sheets +Oracle Open Office Basic : Help;topics +Oracle Open Office Basic : Help Agent +Oracle Open Office Basic : Help Agent;help +Oracle Open Office Basic : Help Agent;options +Oracle Open Office Basic : Help tips +Oracle Open Office Basic : Help tips;hiding +Oracle Open Office Basic : Hex function +Oracle Open Office Basic : hidden controls in Form Navigator +Oracle Open Office Basic : hidden fields display (Writer) +Oracle Open Office Basic : hidden pages +Oracle Open Office Basic : hidden pages;printing in presentations +Oracle Open Office Basic : hidden text +Oracle Open Office Basic : hidden text;showing (Writer) +Oracle Open Office Basic : hiding +Oracle Open Office Basic : hiding;changes +Oracle Open Office Basic : hiding;docked windows +Oracle Open Office Basic : hiding;navigation pane in Help window +Oracle Open Office Basic : high contrast mode +Oracle Open Office Basic : Hindi +Oracle Open Office Basic : Hindi;entering text +Oracle Open Office Basic : Hindi;language settings +Oracle Open Office Basic : horizontal line control +Oracle Open Office Basic : horizontal scrollbar control +Oracle Open Office Basic : horizontal scrollbars (Writer) +Oracle Open Office Basic : hotspots +Oracle Open Office Basic : Hour function +Oracle Open Office Basic : HTML +Oracle Open Office Basic : HTML;definition +Oracle Open Office Basic : HTML;export character set +Oracle Open Office Basic : HTML;fonts for source display +Oracle Open Office Basic : HTML;importing META tags +Oracle Open Office Basic : HTML;live presentations +Oracle Open Office Basic : HTML documents +Oracle Open Office Basic : HTML documents;auto reloading +Oracle Open Office Basic : HTML documents;importing/exporting +Oracle Open Office Basic : HTML documents;META tags in +Oracle Open Office Basic : HTML documents;new +Oracle Open Office Basic : HTML documents;source text +Oracle Open Office Basic : hyperlinks +Oracle Open Office Basic : hyperlinks;assigning macros +Oracle Open Office Basic : hyperlinks;character formats +Oracle Open Office Basic : hyperlinks;definition +Oracle Open Office Basic : hyperlinks;deleting +Oracle Open Office Basic : hyperlinks;editing +Oracle Open Office Basic : hyperlinks;inserting +Oracle Open Office Basic : hyperlinks;relative and absolute +Oracle Open Office Basic : hyperlinks;turning off automatic recognition +Oracle Open Office Basic : hyperlinks, see also links +Oracle Open Office Basic : hyphenation +Oracle Open Office Basic : hyphenation;activating for a language +Oracle Open Office Basic : hyphenation;minimal number of characters +Oracle Open Office Basic : hyphens +Oracle Open Office Basic : hyphens;displaying custom (Writer) +Oracle Open Office Basic : hyphens;inserting custom +Oracle Open Office Basic : icon bars, see toolbars +Oracle Open Office Basic : icon control +Oracle Open Office Basic : icon sizes +Oracle Open Office Basic : IDE +Oracle Open Office Basic : IDE;Integrated Development Environment +Oracle Open Office Basic : IDE;keyboard shortcuts +Oracle Open Office Basic : If statement +Oracle Open Office Basic : ignore list for spellcheck +Oracle Open Office Basic : IIf statement +Oracle Open Office Basic : illustrations, see pictures +Oracle Open Office Basic : image button creation +Oracle Open Office Basic : image control +Oracle Open Office Basic : image control creation +Oracle Open Office Basic : ImageMap +Oracle Open Office Basic : ImageMap;definition +Oracle Open Office Basic : ImageMap;editor +Oracle Open Office Basic : images +Oracle Open Office Basic : images;ImageMap +Oracle Open Office Basic : images;inserting and editing bitmaps +Oracle Open Office Basic : images, see also pictures +Oracle Open Office Basic : IME +Oracle Open Office Basic : IME;definition +Oracle Open Office Basic : IME;showing/hiding +Oracle Open Office Basic : Imp operator (logical) +Oracle Open Office Basic : import filters +Oracle Open Office Basic : import restrictions for Microsoft Office +Oracle Open Office Basic : importing +Oracle Open Office Basic : importing;bitmaps +Oracle Open Office Basic : importing;compatibility settings for text import +Oracle Open Office Basic : importing;databases +Oracle Open Office Basic : importing;documents in other formats +Oracle Open Office Basic : importing;from XML +Oracle Open Office Basic : importing;HTML and text documents +Oracle Open Office Basic : importing;HTML with META tags +Oracle Open Office Basic : importing;Microsoft Office documents with VBA code +Oracle Open Office Basic : importing;tables in text format +Oracle Open Office Basic : importing;templates +Oracle Open Office Basic : improvement program +Oracle Open Office Basic : inches +Oracle Open Office Basic : Index tab in Help +Oracle Open Office Basic : indexes +Oracle Open Office Basic : indexes;backgrounds +Oracle Open Office Basic : indexes;showing/hiding Help index tab +Oracle Open Office Basic : indicator lines in text +Oracle Open Office Basic : inner joins (Base) +Oracle Open Office Basic : input method window +Oracle Open Office Basic : Input statement +Oracle Open Office Basic : InputBox function +Oracle Open Office Basic : insert mode for entering text +Oracle Open Office Basic : inserting +Oracle Open Office Basic : inserting;Basic libraries +Oracle Open Office Basic : inserting;buttons in toolbars +Oracle Open Office Basic : inserting;cell ranges from spreadsheets +Oracle Open Office Basic : inserting;charts +Oracle Open Office Basic : inserting;clipboard options +Oracle Open Office Basic : inserting;comments +Oracle Open Office Basic : inserting;data from text documents +Oracle Open Office Basic : inserting;datasource records in spreadsheets +Oracle Open Office Basic : inserting;drawings +Oracle Open Office Basic : inserting;floating frames +Oracle Open Office Basic : inserting;Fontwork objects +Oracle Open Office Basic : inserting;form fields +Oracle Open Office Basic : inserting;hyperlinks +Oracle Open Office Basic : inserting;line breaks in cells +Oracle Open Office Basic : inserting;movies/sounds +Oracle Open Office Basic : inserting;new text tables defaults +Oracle Open Office Basic : inserting;objects from Gallery +Oracle Open Office Basic : inserting;OLE objects +Oracle Open Office Basic : inserting;paragraph borders +Oracle Open Office Basic : inserting;paragraph bullets +Oracle Open Office Basic : inserting;pictures in Gallery +Oracle Open Office Basic : inserting;plug-ins +Oracle Open Office Basic : inserting;push buttons +Oracle Open Office Basic : inserting;special characters +Oracle Open Office Basic : inserting;tab stops +Oracle Open Office Basic : inserting;textures on chart bars +Oracle Open Office Basic : installing +Oracle Open Office Basic : installing;ActiveX control +Oracle Open Office Basic : installing;mobile device filters +Oracle Open Office Basic : installing;UNO components +Oracle Open Office Basic : installing;XML filters +Oracle Open Office Basic : InStr function +Oracle Open Office Basic : instructions +Oracle Open Office Basic : instructions;general +Oracle Open Office Basic : Int function +Oracle Open Office Basic : Internet +Oracle Open Office Basic : Internet;checking for updates +Oracle Open Office Basic : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Basic : Internet;presentations +Oracle Open Office Basic : Internet;starting searches +Oracle Open Office Basic : Internet glossary +Oracle Open Office Basic : invert filter +Oracle Open Office Basic : invisible areas +Oracle Open Office Basic : IsArray function +Oracle Open Office Basic : IsDate function +Oracle Open Office Basic : IsEmpty function +Oracle Open Office Basic : IsError function +Oracle Open Office Basic : IsMissing function +Oracle Open Office Basic : IsNull function +Oracle Open Office Basic : IsNumeric function +Oracle Open Office Basic : IsObject function +Oracle Open Office Basic : IsUnoStruct function +Oracle Open Office Basic : italic text +Oracle Open Office Basic : iterative references in spreadsheets +Oracle Open Office Basic : Java +Oracle Open Office Basic : Java;definition +Oracle Open Office Basic : Java;setting options +Oracle Open Office Basic : JDBC +Oracle Open Office Basic : JDBC;databases (Base) +Oracle Open Office Basic : JDBC;definition +Oracle Open Office Basic : Join function +Oracle Open Office Basic : joining +Oracle Open Office Basic : joining;paragraphs +Oracle Open Office Basic : joining;tables (Base) +Oracle Open Office Basic : joins in databases (Base) +Oracle Open Office Basic : justifying text +Oracle Open Office Basic : kerning +Oracle Open Office Basic : kerning;Asian texts +Oracle Open Office Basic : kerning;definition +Oracle Open Office Basic : kerning;in characters +Oracle Open Office Basic : key fields for relations (Base) +Oracle Open Office Basic : keyboard +Oracle Open Office Basic : keyboard;assigning/editing shortcut keys +Oracle Open Office Basic : keyboard;general commands +Oracle Open Office Basic : keyboard;in IDE +Oracle Open Office Basic : keyboard;removing numbering +Oracle Open Office Basic : keys +Oracle Open Office Basic : keys;adding push buttons +Oracle Open Office Basic : keys;primary keys (Base) +Oracle Open Office Basic : Kill statement +Oracle Open Office Basic : kiosk export +Oracle Open Office Basic : label field control +Oracle Open Office Basic : labels +Oracle Open Office Basic : labels;creating and synchronizing +Oracle Open Office Basic : labels;for draw objects +Oracle Open Office Basic : labels;form functions +Oracle Open Office Basic : labels;from databases +Oracle Open Office Basic : labels, see also names/callouts +Oracle Open Office Basic : languages +Oracle Open Office Basic : languages;activating modules +Oracle Open Office Basic : languages;Asian support +Oracle Open Office Basic : languages;complex text layout +Oracle Open Office Basic : languages;locale settings +Oracle Open Office Basic : languages;selecting for text +Oracle Open Office Basic : languages;setting options +Oracle Open Office Basic : languages;spellcheck +Oracle Open Office Basic : languages;spellchecking and formatting +Oracle Open Office Basic : large handles (Writer) +Oracle Open Office Basic : large icons +Oracle Open Office Basic : layer arrangement +Oracle Open Office Basic : layout +Oracle Open Office Basic : layout;importing Word documents +Oracle Open Office Basic : layout;pages +Oracle Open Office Basic : LBound function +Oracle Open Office Basic : LCase function +Oracle Open Office Basic : LDAP server +Oracle Open Office Basic : LDAP server;address books (Base) +Oracle Open Office Basic : LDAP server;sign on options +Oracle Open Office Basic : leading between paragraphs +Oracle Open Office Basic : left alignment of paragraphs +Oracle Open Office Basic : Left function +Oracle Open Office Basic : left joins (Base) +Oracle Open Office Basic : legends +Oracle Open Office Basic : legends;charts +Oracle Open Office Basic : legends;draw objects +Oracle Open Office Basic : legends;rounding corners +Oracle Open Office Basic : Len function +Oracle Open Office Basic : Let statement +Oracle Open Office Basic : Letter Wizard +Oracle Open Office Basic : levels +Oracle Open Office Basic : levels;depth stagger +Oracle Open Office Basic : levels;macro security +Oracle Open Office Basic : libraries +Oracle Open Office Basic : libraries;adding +Oracle Open Office Basic : libraries;organizing +Oracle Open Office Basic : library systems +Oracle Open Office Basic : LibraryContainer +Oracle Open Office Basic : limits of tables (Writer) +Oracle Open Office Basic : line breaks +Oracle Open Office Basic : line breaks;in cells +Oracle Open Office Basic : line control +Oracle Open Office Basic : Line Input statement +Oracle Open Office Basic : line spacing +Oracle Open Office Basic : line spacing;context menu in paragraphs +Oracle Open Office Basic : line spacing;paragraph +Oracle Open Office Basic : line styles +Oracle Open Office Basic : line styles;applying +Oracle Open Office Basic : line styles;defining +Oracle Open Office Basic : lines +Oracle Open Office Basic : lines;defining ends +Oracle Open Office Basic : lines;draw functions +Oracle Open Office Basic : lines;drawing in text +Oracle Open Office Basic : lines;editing points +Oracle Open Office Basic : lines;removing automatic lines +Oracle Open Office Basic : lines of text +Oracle Open Office Basic : lines of text;alignment +Oracle Open Office Basic : lines of text;in Basic editor +Oracle Open Office Basic : links +Oracle Open Office Basic : links;between cells and controls +Oracle Open Office Basic : links;by drag and drop +Oracle Open Office Basic : links;character formats +Oracle Open Office Basic : links;definition +Oracle Open Office Basic : links;editing hyperlinks +Oracle Open Office Basic : links;inserting +Oracle Open Office Basic : links;modifying +Oracle Open Office Basic : links;opening files with +Oracle Open Office Basic : links;relational databases (Base) +Oracle Open Office Basic : links;turning off automatic recognition +Oracle Open Office Basic : links;updating options (Writer) +Oracle Open Office Basic : links;updating specific links +Oracle Open Office Basic : list box creation +Oracle Open Office Basic : list boxes +Oracle Open Office Basic : list boxes;adding entries to (example) +Oracle Open Office Basic : list boxes;controls +Oracle Open Office Basic : list boxes;removing entries from (example) +Oracle Open Office Basic : lists +Oracle Open Office Basic : lists;data assigned to controls +Oracle Open Office Basic : lists;registered databases (Base) +Oracle Open Office Basic : lists;regular expressions +Oracle Open Office Basic : live presentations on the Internet +Oracle Open Office Basic : loading +Oracle Open Office Basic : loading;Basic code +Oracle Open Office Basic : loading;documents +Oracle Open Office Basic : loading;documents from other formats +Oracle Open Office Basic : loading;HTML documents, automatically +Oracle Open Office Basic : loading;Microsoft Office documents with VBA code +Oracle Open Office Basic : loading;reloading +Oracle Open Office Basic : loading;XML files +Oracle Open Office Basic : Loc function +Oracle Open Office Basic : locale settings +Oracle Open Office Basic : localizing dialogs +Oracle Open Office Basic : Lof function +Oracle Open Office Basic : Log function +Oracle Open Office Basic : long lines +Oracle Open Office Basic : long lines;in Basic editor +Oracle Open Office Basic : loops +Oracle Open Office Basic : lowercase letters +Oracle Open Office Basic : lowercase letters;font effects +Oracle Open Office Basic : LSet statement +Oracle Open Office Basic : LTrim function +Oracle Open Office Basic : macro toolbar +Oracle Open Office Basic : Macro Wizard (Base) +Oracle Open Office Basic : macros +Oracle Open Office Basic : macros;assigning to events +Oracle Open Office Basic : macros;assigning to events in forms +Oracle Open Office Basic : macros;attaching new (Base) +Oracle Open Office Basic : macros;Basic IDE +Oracle Open Office Basic : macros;in MS Office documents +Oracle Open Office Basic : macros;interrupting +Oracle Open Office Basic : macros;organizing +Oracle Open Office Basic : macros;recording +Oracle Open Office Basic : macros;security +Oracle Open Office Basic : macros;security levels +Oracle Open Office Basic : macros;security warning dialog +Oracle Open Office Basic : macros;selecting security warnings +Oracle Open Office Basic : macros;stopping +Oracle Open Office Basic : magnifiers +Oracle Open Office Basic : margins +Oracle Open Office Basic : margins;pages +Oracle Open Office Basic : margins;setting with the mouse +Oracle Open Office Basic : margins;shadows +Oracle Open Office Basic : marking changes +Oracle Open Office Basic : marking, see selecting +Oracle Open Office Basic : masked field control +Oracle Open Office Basic : Math formula editor +Oracle Open Office Basic : measurement units +Oracle Open Office Basic : measurement units;changing on rulers +Oracle Open Office Basic : measurement units;converting +Oracle Open Office Basic : measurement units;selecting +Oracle Open Office Basic : Media Player window +Oracle Open Office Basic : menus +Oracle Open Office Basic : menus;activating context menus +Oracle Open Office Basic : menus;assigning macros +Oracle Open Office Basic : menus;customizing +Oracle Open Office Basic : merging +Oracle Open Office Basic : merging;documents +Oracle Open Office Basic : META tags +Oracle Open Office Basic : metrics +Oracle Open Office Basic : metrics;converting +Oracle Open Office Basic : metrics;document formatting (Writer) +Oracle Open Office Basic : metrics;in sheets +Oracle Open Office Basic : Microsoft Office +Oracle Open Office Basic : Microsoft Office;Access databases (base) +Oracle Open Office Basic : Microsoft Office;as default file format +Oracle Open Office Basic : Microsoft Office;document import restrictions +Oracle Open Office Basic : Microsoft Office;feature comparisons +Oracle Open Office Basic : Microsoft Office;importing password protected files +Oracle Open Office Basic : Microsoft Office;importing Word documents +Oracle Open Office Basic : Microsoft Office;importing/exporting VBA code +Oracle Open Office Basic : Microsoft Office;new users information +Oracle Open Office Basic : Microsoft Office;opening Microsoft documents +Oracle Open Office Basic : Microsoft Office;reassigning document types +Oracle Open Office Basic : Mid function +Oracle Open Office Basic : Mid statement +Oracle Open Office Basic : migrating macros (Base) +Oracle Open Office Basic : Minute function +Oracle Open Office Basic : MkDir statement +Oracle Open Office Basic : mobile device filters +Oracle Open Office Basic : MOD operator (mathematical) +Oracle Open Office Basic : models in XForms +Oracle Open Office Basic : modifying, see changing +Oracle Open Office Basic : module/dialog toggle +Oracle Open Office Basic : modules +Oracle Open Office Basic : modules;organizing +Oracle Open Office Basic : modules;subroutines and functions +Oracle Open Office Basic : Month function +Oracle Open Office Basic : more controls +Oracle Open Office Basic : mosaic filter +Oracle Open Office Basic : mouse +Oracle Open Office Basic : mouse;pointers when using drag and drop +Oracle Open Office Basic : mouse;positioning +Oracle Open Office Basic : movies +Oracle Open Office Basic : moving +Oracle Open Office Basic : moving;modules +Oracle Open Office Basic : moving;tab stops on ruler +Oracle Open Office Basic : moving;toolbars +Oracle Open Office Basic : moving;using guide lines in presentations +Oracle Open Office Basic : MS ADO interface (Base) +Oracle Open Office Basic : MsgBox function +Oracle Open Office Basic : MsgBox statement +Oracle Open Office Basic : multi-line titles in forms +Oracle Open Office Basic : multiple documents +Oracle Open Office Basic : multiple documents;opening +Oracle Open Office Basic : multiple selection +Oracle Open Office Basic : music +Oracle Open Office Basic : My Documents folder +Oracle Open Office Basic : My Documents folder;changing work directory +Oracle Open Office Basic : My Documents folder;opening +Oracle Open Office Basic : MySQL databases (Base) +Oracle Open Office Basic : Name statement +Oracle Open Office Basic : names +Oracle Open Office Basic : names;multi-line titles +Oracle Open Office Basic : names;objects +Oracle Open Office Basic : names of variables +Oracle Open Office Basic : names, see also labels/callouts +Oracle Open Office Basic : namespace organization in XForms +Oracle Open Office Basic : native SQL (Base) +Oracle Open Office Basic : navigating +Oracle Open Office Basic : navigating;in Basic projects +Oracle Open Office Basic : navigating;in documents +Oracle Open Office Basic : Navigation bar +Oracle Open Office Basic : Navigation bar;controls +Oracle Open Office Basic : Navigation bar;forms +Oracle Open Office Basic : Navigator +Oracle Open Office Basic : Navigator;comments +Oracle Open Office Basic : Navigator;contents as lists +Oracle Open Office Basic : Navigator;docking +Oracle Open Office Basic : Navigator;working with +Oracle Open Office Basic : network identity options +Oracle Open Office Basic : new databases +Oracle Open Office Basic : new documents +Oracle Open Office Basic : new lines in cells +Oracle Open Office Basic : new windows +Oracle Open Office Basic : Next statement +Oracle Open Office Basic : non-breaking dashes +Oracle Open Office Basic : non-breaking spaces (Writer) +Oracle Open Office Basic : non-printing characters (Writer) +Oracle Open Office Basic : Not operator (logical) +Oracle Open Office Basic : Nothing object +Oracle Open Office Basic : Now function +Oracle Open Office Basic : Null value +Oracle Open Office Basic : number formats +Oracle Open Office Basic : number formats;codes +Oracle Open Office Basic : number formats;formats +Oracle Open Office Basic : number formats;recognition in text tables +Oracle Open Office Basic : number of pages +Oracle Open Office Basic : number of sheets +Oracle Open Office Basic : number of tables +Oracle Open Office Basic : numbering +Oracle Open Office Basic : numbering;options +Oracle Open Office Basic : numbering;turning off +Oracle Open Office Basic : numbering;using automatically +Oracle Open Office Basic : numbers +Oracle Open Office Basic : numbers;date, time and currency formats +Oracle Open Office Basic : numerical field control +Oracle Open Office Basic : numerical fields in forms +Oracle Open Office Basic : objects +Oracle Open Office Basic : objects;always moveable (Impress/Draw) +Oracle Open Office Basic : objects;arranging within stacks +Oracle Open Office Basic : objects;copying when moving in presentations +Oracle Open Office Basic : objects;definition +Oracle Open Office Basic : objects;displaying in spreadsheets +Oracle Open Office Basic : objects;displaying in text documents +Oracle Open Office Basic : objects;editing +Oracle Open Office Basic : objects;inserting from Gallery +Oracle Open Office Basic : objects;inserting OLE objects +Oracle Open Office Basic : objects;moving and resizing with mouse +Oracle Open Office Basic : objects;naming +Oracle Open Office Basic : objects;opening +Oracle Open Office Basic : objects;quickly moving to +Oracle Open Office Basic : objects;titles and descriptions +Oracle Open Office Basic : Oct function +Oracle Open Office Basic : ODBC +Oracle Open Office Basic : ODBC;database (Base) +Oracle Open Office Basic : ODBC;definition +Oracle Open Office Basic : ODF file formats +Oracle Open Office Basic : Office +Oracle Open Office Basic : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Basic : OLE +Oracle Open Office Basic : OLE;definition +Oracle Open Office Basic : OLE objects +Oracle Open Office Basic : OLE objects;arranging within stacks +Oracle Open Office Basic : OLE objects;captions (Writer) +Oracle Open Office Basic : OLE objects;inserting +Oracle Open Office Basic : OLE objects;number of +Oracle Open Office Basic : OLE objects;protecting +Oracle Open Office Basic : On Error GoTo ... Resume statement +Oracle Open Office Basic : On...GoSub statement +Oracle Open Office Basic : On...GoTo statement +Oracle Open Office Basic : one and a half line spacing in text +Oracle Open Office Basic : online feedback options +Oracle Open Office Basic : online registration +Oracle Open Office Basic : online update options +Oracle Open Office Basic : online updates +Oracle Open Office Basic : online updates;checking automatically +Oracle Open Office Basic : online updates;checking manually +Oracle Open Office Basic : Open statement +Oracle Open Office Basic : OpenDocument file formats +Oracle Open Office Basic : OpenGL +Oracle Open Office Basic : OpenGL;definition +Oracle Open Office Basic : opening +Oracle Open Office Basic : opening;context menus +Oracle Open Office Basic : opening;database files +Oracle Open Office Basic : opening;dialog settings +Oracle Open Office Basic : opening;documents +Oracle Open Office Basic : opening;documents from other formats +Oracle Open Office Basic : opening;documents on WebDAV server +Oracle Open Office Basic : opening;files with links +Oracle Open Office Basic : opening;files, with placeholders +Oracle Open Office Basic : opening;forms +Oracle Open Office Basic : opening;Microsoft Office files +Oracle Open Office Basic : opening;mobile device documents +Oracle Open Office Basic : opening;objects +Oracle Open Office Basic : opening;reports +Oracle Open Office Basic : opening;several files +Oracle Open Office Basic : opening;XForms +Oracle Open Office Basic : operators +Oracle Open Office Basic : operators;comparisons +Oracle Open Office Basic : operators;default filters +Oracle Open Office Basic : Option Base statement +Oracle Open Office Basic : option button control +Oracle Open Office Basic : Option Explicit statement +Oracle Open Office Basic : Optional function +Oracle Open Office Basic : optional hyphens (Writer) +Oracle Open Office Basic : options +Oracle Open Office Basic : options;accessibility +Oracle Open Office Basic : options;appearance +Oracle Open Office Basic : options;compatibility (Writer) +Oracle Open Office Basic : options;improvement program +Oracle Open Office Basic : options;network identity +Oracle Open Office Basic : options;online update +Oracle Open Office Basic : options;tools +Oracle Open Office Basic : Or operator (logical) +Oracle Open Office Basic : Oracle databases (base) +Oracle Open Office Basic : Oracle Open Office Base data sources +Oracle Open Office Basic : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Basic : Oracle Open Office documents +Oracle Open Office Basic : Oracle Open Office documents;mobile device filters +Oracle Open Office Basic : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Basic : Oracle Open Office Math start +Oracle Open Office Basic : ordering +Oracle Open Office Basic : ordering;objects +Oracle Open Office Basic : ordinal numbers +Oracle Open Office Basic : ordinal numbers;replacing +Oracle Open Office Basic : organizing +Oracle Open Office Basic : organizing;macros and scripts +Oracle Open Office Basic : organizing;modules/libraries/dialogs +Oracle Open Office Basic : organizing;namespaces in XForms +Oracle Open Office Basic : organizing;styles +Oracle Open Office Basic : organizing;templates +Oracle Open Office Basic : original size +Oracle Open Office Basic : original size;printing in Oracle Open Office Math +Oracle Open Office Basic : original size;restoring after cropping +Oracle Open Office Basic : outlines +Oracle Open Office Basic : outlines;font effects +Oracle Open Office Basic : outlines;outline symbols +Oracle Open Office Basic : outlines;sending to presentations +Oracle Open Office Basic : overwrite mode +Oracle Open Office Basic : packages, see extensions +Oracle Open Office Basic : page breaks +Oracle Open Office Basic : page breaks;displaying (Calc) +Oracle Open Office Basic : page formats +Oracle Open Office Basic : page formats;maximizing +Oracle Open Office Basic : page formats;restriction +Oracle Open Office Basic : page styles +Oracle Open Office Basic : page styles;editing/applying with statusbar +Oracle Open Office Basic : pages +Oracle Open Office Basic : pages;backgrounds in all applications +Oracle Open Office Basic : pages;formatting and numbering +Oracle Open Office Basic : pages;printing page names in presentations +Oracle Open Office Basic : pages;scaling +Oracle Open Office Basic : pages;selecting one to print +Oracle Open Office Basic : paint box +Oracle Open Office Basic : paint can symbol +Oracle Open Office Basic : pair kerning +Oracle Open Office Basic : Palm file filters +Oracle Open Office Basic : paper formats +Oracle Open Office Basic : paper size warning +Oracle Open Office Basic : paper trays +Oracle Open Office Basic : paragraph marks +Oracle Open Office Basic : paragraph marks;displaying (Writer) +Oracle Open Office Basic : paragraph styles +Oracle Open Office Basic : paragraph styles;languages +Oracle Open Office Basic : paragraph styles;modifying basic fonts +Oracle Open Office Basic : paragraphs +Oracle Open Office Basic : paragraphs;alignment +Oracle Open Office Basic : paragraphs;Asian typography +Oracle Open Office Basic : paragraphs;defining borders +Oracle Open Office Basic : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Basic : paragraphs;increasing indents of +Oracle Open Office Basic : paragraphs;indents, margins and columns +Oracle Open Office Basic : paragraphs;inserting bullets +Oracle Open Office Basic : paragraphs;joining +Oracle Open Office Basic : paragraphs;numbering automatically +Oracle Open Office Basic : paragraphs;removing blank ones +Oracle Open Office Basic : paragraphs;spacing +Oracle Open Office Basic : paragraphs;tab stops +Oracle Open Office Basic : parameters +Oracle Open Office Basic : parameters;command line +Oracle Open Office Basic : parameters;for procedures and functions +Oracle Open Office Basic : parameters;passing by reference or value +Oracle Open Office Basic : parameters;queries (Base) +Oracle Open Office Basic : passwords for protecting contents +Oracle Open Office Basic : pasting +Oracle Open Office Basic : pasting;cell ranges +Oracle Open Office Basic : pasting;cell ranges from spreadsheets +Oracle Open Office Basic : pasting;data from text documents +Oracle Open Office Basic : pasting;draw objects +Oracle Open Office Basic : pasting;draw objects from other documents +Oracle Open Office Basic : pasting;formatted/unformatted text +Oracle Open Office Basic : pasting;from data source view +Oracle Open Office Basic : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Basic : pasting;pictures from other documents +Oracle Open Office Basic : pasting;sheet areas in text documents +Oracle Open Office Basic : pasting;to Gallery +Oracle Open Office Basic : paths +Oracle Open Office Basic : paths;changing work directory +Oracle Open Office Basic : paths;defaults +Oracle Open Office Basic : pattern editor +Oracle Open Office Basic : pattern field control +Oracle Open Office Basic : pattern fields +Oracle Open Office Basic : pattern fields;form functions +Oracle Open Office Basic : patterns for objects +Oracle Open Office Basic : PDF +Oracle Open Office Basic : PDF;export +Oracle Open Office Basic : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Basic : personal data input +Oracle Open Office Basic : phonetic guide +Oracle Open Office Basic : picklist creation +Oracle Open Office Basic : pictures +Oracle Open Office Basic : pictures;adding to Gallery +Oracle Open Office Basic : pictures;arranging within stacks +Oracle Open Office Basic : pictures;assigning macros +Oracle Open Office Basic : pictures;backgrounds +Oracle Open Office Basic : pictures;captions (Writer) +Oracle Open Office Basic : pictures;changing paths +Oracle Open Office Basic : pictures;cropping and zooming +Oracle Open Office Basic : pictures;displaying in Calc +Oracle Open Office Basic : pictures;displaying in Writer (Writer) +Oracle Open Office Basic : pictures;drag and drop between documents +Oracle Open Office Basic : pictures;drawing +Oracle Open Office Basic : pictures;editing +Oracle Open Office Basic : pictures;filters +Oracle Open Office Basic : pictures;ImageMap +Oracle Open Office Basic : pictures;inserting automatically +Oracle Open Office Basic : pictures;inserting from Gallery +Oracle Open Office Basic : pictures;number of +Oracle Open Office Basic : pictures;printing +Oracle Open Office Basic : pictures;scaling/resizing +Oracle Open Office Basic : pixel editor +Oracle Open Office Basic : pixel graphics +Oracle Open Office Basic : pixel graphics;inserting and editing +Oracle Open Office Basic : pixel patterns +Oracle Open Office Basic : placeholders +Oracle Open Office Basic : placeholders;in SQL queries +Oracle Open Office Basic : placeholders;on opening files +Oracle Open Office Basic : placing toolbars +Oracle Open Office Basic : playing movies and sound files +Oracle Open Office Basic : plotting data as charts +Oracle Open Office Basic : plug-ins +Oracle Open Office Basic : plug-ins;activating and deactivating +Oracle Open Office Basic : plug-ins;definition +Oracle Open Office Basic : plug-ins;inserting +Oracle Open Office Basic : pocket device appliances +Oracle Open Office Basic : Pocket PC file filters +Oracle Open Office Basic : points +Oracle Open Office Basic : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Basic : polygon drawing +Oracle Open Office Basic : pop-art filter +Oracle Open Office Basic : portable document format +Oracle Open Office Basic : positioning +Oracle Open Office Basic : positioning;draw objects and controls +Oracle Open Office Basic : positioning;fonts +Oracle Open Office Basic : positioning;objects +Oracle Open Office Basic : positioning;toolbars +Oracle Open Office Basic : post method for form transmissions +Oracle Open Office Basic : posterizing filter +Oracle Open Office Basic : PostScript +Oracle Open Office Basic : PostScript;creating files +Oracle Open Office Basic : PostScript;PDF converter, UNIX +Oracle Open Office Basic : PowerPoint export +Oracle Open Office Basic : precision as shown (Calc) +Oracle Open Office Basic : predefining fonts +Oracle Open Office Basic : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Basic : presentations +Oracle Open Office Basic : presentations;creating/opening +Oracle Open Office Basic : presentations;inserting spreadsheet cells +Oracle Open Office Basic : presentations;live on the Internet +Oracle Open Office Basic : presentations;print menu +Oracle Open Office Basic : presentations;saving +Oracle Open Office Basic : presentations;saving automatically +Oracle Open Office Basic : presentations;saving in other formats +Oracle Open Office Basic : presentations;sending as e-mail +Oracle Open Office Basic : presentations;starting with wizard +Oracle Open Office Basic : presentations;wizards +Oracle Open Office Basic : Presenter Console shortcuts +Oracle Open Office Basic : press buttons, see push buttons +Oracle Open Office Basic : previews +Oracle Open Office Basic : previews;fonts lists +Oracle Open Office Basic : primary keys +Oracle Open Office Basic : primary keys;defining +Oracle Open Office Basic : primary keys;design view +Oracle Open Office Basic : primary keys;inserting (Base) +Oracle Open Office Basic : print area selection +Oracle Open Office Basic : Print statement +Oracle Open Office Basic : printer metrics for document formatting (Writer) +Oracle Open Office Basic : printers +Oracle Open Office Basic : printers;adding, UNIX +Oracle Open Office Basic : printers;choosing +Oracle Open Office Basic : printers;default printer +Oracle Open Office Basic : printers;faxes under UNIX +Oracle Open Office Basic : printers;maximum page formats +Oracle Open Office Basic : printers;paper trays +Oracle Open Office Basic : printers;properties +Oracle Open Office Basic : printing +Oracle Open Office Basic : printing;black and white +Oracle Open Office Basic : printing;brochures +Oracle Open Office Basic : printing;colors in grayscale +Oracle Open Office Basic : printing;comments +Oracle Open Office Basic : printing;copies +Oracle Open Office Basic : printing;creating individual jobs +Oracle Open Office Basic : printing;dates in presentations +Oracle Open Office Basic : printing;directly +Oracle Open Office Basic : printing;documents +Oracle Open Office Basic : printing;drawings defaults +Oracle Open Office Basic : printing;elements in text documents +Oracle Open Office Basic : printing;faster +Oracle Open Office Basic : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Basic : printing;fitting to pages in presentations +Oracle Open Office Basic : printing;formulas in Oracle Open Office Math +Oracle Open Office Basic : printing;hidden pages of presentations +Oracle Open Office Basic : printing;in original size in Oracle Open Office Math +Oracle Open Office Basic : printing;left/right pages +Oracle Open Office Basic : printing;queries (Base) +Oracle Open Office Basic : printing;scaling in Oracle Open Office Math +Oracle Open Office Basic : printing;selections +Oracle Open Office Basic : printing;text always in black +Oracle Open Office Basic : printing;text in reverse order +Oracle Open Office Basic : printing;tiling pages in presentations +Oracle Open Office Basic : printing;transparencies +Oracle Open Office Basic : printing;warnings +Oracle Open Office Basic : printing;without scaling in presentations +Oracle Open Office Basic : printing speed +Oracle Open Office Basic : PRIVATE variables +Oracle Open Office Basic : procedures +Oracle Open Office Basic : ProcessServiceManager +Oracle Open Office Basic : program stops +Oracle Open Office Basic : programming +Oracle Open Office Basic : programming;Oracle Open Office +Oracle Open Office Basic : programming;scripting +Oracle Open Office Basic : programming examples for controls +Oracle Open Office Basic : progress bar control +Oracle Open Office Basic : properties +Oracle Open Office Basic : properties;controls and dialogs +Oracle Open Office Basic : properties;controls in dialog editor +Oracle Open Office Basic : properties;fields in databases +Oracle Open Office Basic : properties;files +Oracle Open Office Basic : properties;form controls +Oracle Open Office Basic : properties;forms +Oracle Open Office Basic : properties;printers +Oracle Open Office Basic : protected contents +Oracle Open Office Basic : protected dashes +Oracle Open Office Basic : protected database tables +Oracle Open Office Basic : protected documents +Oracle Open Office Basic : protected spaces +Oracle Open Office Basic : protected spaces;inserting +Oracle Open Office Basic : protected spaces;showing (Writer) +Oracle Open Office Basic : protecting +Oracle Open Office Basic : protecting;contents +Oracle Open Office Basic : protecting;recorded changes +Oracle Open Office Basic : proxy settings +Oracle Open Office Basic : Public statement +Oracle Open Office Basic : PUBLIC variables +Oracle Open Office Basic : push button control in dialog editor +Oracle Open Office Basic : push buttons +Oracle Open Office Basic : push buttons;adding to documents +Oracle Open Office Basic : push buttons;creating +Oracle Open Office Basic : Put statement +Oracle Open Office Basic : queries +Oracle Open Office Basic : queries;copying (Base) +Oracle Open Office Basic : queries;creating in design view (Base) +Oracle Open Office Basic : queries;creating in SQL view +Oracle Open Office Basic : queries;defining (Base) +Oracle Open Office Basic : queries;deleting table links (Base) +Oracle Open Office Basic : queries;editing in data source view +Oracle Open Office Basic : queries;formulating filter conditions (Base) +Oracle Open Office Basic : queries;joining tables (Base) +Oracle Open Office Basic : queries;missing elements (Base) +Oracle Open Office Basic : queries;overview (Base) +Oracle Open Office Basic : queries;parameter queries (Base) +Oracle Open Office Basic : queries;printing (Base) +Oracle Open Office Basic : Query Wizard (Base) +Oracle Open Office Basic : Quickstarter +Oracle Open Office Basic : quotes +Oracle Open Office Basic : quotes;custom +Oracle Open Office Basic : radio button control +Oracle Open Office Basic : radio button creation +Oracle Open Office Basic : Randomize statement +Oracle Open Office Basic : read-only documents +Oracle Open Office Basic : read-only documents;cursor +Oracle Open Office Basic : read-only documents;database tables on/off +Oracle Open Office Basic : read-only documents;editing +Oracle Open Office Basic : read-only documents;opening documents as +Oracle Open Office Basic : read-only items in Data Navigator +Oracle Open Office Basic : recognizing URLs automatically +Oracle Open Office Basic : recording +Oracle Open Office Basic : recording;changes +Oracle Open Office Basic : recording;macros +Oracle Open Office Basic : records +Oracle Open Office Basic : records;inserting comments +Oracle Open Office Basic : records;protecting +Oracle Open Office Basic : records;saving +Oracle Open Office Basic : records;searching in databases +Oracle Open Office Basic : rectangles with round corners +Oracle Open Office Basic : recursions in spreadsheets +Oracle Open Office Basic : Red function +Oracle Open Office Basic : ReDim statement +Oracle Open Office Basic : redo command +Oracle Open Office Basic : reduced printing +Oracle Open Office Basic : reference lines +Oracle Open Office Basic : references +Oracle Open Office Basic : references;displaying in color (Calc) +Oracle Open Office Basic : references;expanding (Calc) +Oracle Open Office Basic : references;iterative (Calc) +Oracle Open Office Basic : register-true +Oracle Open Office Basic : register-true;definition +Oracle Open Office Basic : registering +Oracle Open Office Basic : registering;address books +Oracle Open Office Basic : registering;databases (Base) +Oracle Open Office Basic : registering;Oracle Open Office +Oracle Open Office Basic : regular expressions +Oracle Open Office Basic : regular expressions;list of +Oracle Open Office Basic : relational databases (Base) +Oracle Open Office Basic : relations +Oracle Open Office Basic : relations;creating and deleting (Base) +Oracle Open Office Basic : relations;joining tables (Base) +Oracle Open Office Basic : relations;properties (Base) +Oracle Open Office Basic : relative hyperlinks +Oracle Open Office Basic : relative saving of URLs +Oracle Open Office Basic : reloading +Oracle Open Office Basic : reloading;documents +Oracle Open Office Basic : reloading;HTML documents, automatically +Oracle Open Office Basic : Rem statement +Oracle Open Office Basic : remarks, see also comments +Oracle Open Office Basic : remote configurations +Oracle Open Office Basic : remove noise filter +Oracle Open Office Basic : removing +Oracle Open Office Basic : removing;bullets and numbering +Oracle Open Office Basic : removing;form filters +Oracle Open Office Basic : removing, see also deleting +Oracle Open Office Basic : renaming modules and dialogs +Oracle Open Office Basic : repeating +Oracle Open Office Basic : repeating;commands +Oracle Open Office Basic : replacement options +Oracle Open Office Basic : replacement table +Oracle Open Office Basic : replacing +Oracle Open Office Basic : replacing;AutoCorrect function +Oracle Open Office Basic : replacing;dashes +Oracle Open Office Basic : replacing;ordinal numbers +Oracle Open Office Basic : replacing;tab stops (regular expressions) +Oracle Open Office Basic : Report Builder +Oracle Open Office Basic : reports +Oracle Open Office Basic : reports;creating +Oracle Open Office Basic : reports;error reports +Oracle Open Office Basic : reports;opening and editing +Oracle Open Office Basic : reports;templates +Oracle Open Office Basic : Reset statement +Oracle Open Office Basic : resetting +Oracle Open Office Basic : resetting;templates +Oracle Open Office Basic : resizing +Oracle Open Office Basic : resizing;objects, by mouse +Oracle Open Office Basic : resizing, see also scaling/zooming +Oracle Open Office Basic : resolution when printing bitmaps +Oracle Open Office Basic : restoring +Oracle Open Office Basic : restoring;default formatting +Oracle Open Office Basic : restoring;editing +Oracle Open Office Basic : Resume Next parameter +Oracle Open Office Basic : return value type of functions +Oracle Open Office Basic : reversing printing order +Oracle Open Office Basic : review function +Oracle Open Office Basic : review function;accepting or rejecting changes +Oracle Open Office Basic : review function;comparing documents +Oracle Open Office Basic : review function;protecting records +Oracle Open Office Basic : review function;recording changes example +Oracle Open Office Basic : rich text control +Oracle Open Office Basic : right alignment of paragraphs +Oracle Open Office Basic : Right function +Oracle Open Office Basic : right joins (Base) +Oracle Open Office Basic : right-to-left text +Oracle Open Office Basic : RmDir statement +Oracle Open Office Basic : Rnd function +Oracle Open Office Basic : rotating +Oracle Open Office Basic : rotating;3D text +Oracle Open Office Basic : round corners +Oracle Open Office Basic : rounding precision (Calc) +Oracle Open Office Basic : row headers +Oracle Open Office Basic : row headers;displaying (Calc) +Oracle Open Office Basic : row headers;highlighting (Calc) +Oracle Open Office Basic : RSet statement +Oracle Open Office Basic : RTrim function +Oracle Open Office Basic : rulers +Oracle Open Office Basic : rulers;default settings +Oracle Open Office Basic : rulers;measurement units +Oracle Open Office Basic : rulers;visible in presentations +Oracle Open Office Basic : run-time errors in Basic +Oracle Open Office Basic : samples and templates +Oracle Open Office Basic : saving +Oracle Open Office Basic : saving;Basic code +Oracle Open Office Basic : saving;default file formats +Oracle Open Office Basic : saving;dialog settings +Oracle Open Office Basic : saving;documents +Oracle Open Office Basic : saving;documents for mobile devices +Oracle Open Office Basic : saving;documents in other formats +Oracle Open Office Basic : saving;documents, automatically +Oracle Open Office Basic : saving;in Microsoft Office file format +Oracle Open Office Basic : saving;options +Oracle Open Office Basic : saving;templates +Oracle Open Office Basic : saving;to XML +Oracle Open Office Basic : saving;VBA code in Microsoft Office documents +Oracle Open Office Basic : saving;with password by default +Oracle Open Office Basic : saving as command +Oracle Open Office Basic : saving as command;precautions +Oracle Open Office Basic : scaling +Oracle Open Office Basic : scaling;font sizes in user interface +Oracle Open Office Basic : scaling;objects +Oracle Open Office Basic : scaling;pictures +Oracle Open Office Basic : scaling;printing in Oracle Open Office Math +Oracle Open Office Basic : scaling;when printing presentations +Oracle Open Office Basic : scaling, see also zooming +Oracle Open Office Basic : scope of variables +Oracle Open Office Basic : screen +Oracle Open Office Basic : screen;full screen views +Oracle Open Office Basic : screen;scaling +Oracle Open Office Basic : screen magnifiers +Oracle Open Office Basic : screen readers +Oracle Open Office Basic : script organization +Oracle Open Office Basic : scroll bar control +Oracle Open Office Basic : scrollbars +Oracle Open Office Basic : scrollbars;controls +Oracle Open Office Basic : scrollbars;displaying (Calc) +Oracle Open Office Basic : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Basic : search criteria for database functions in cells +Oracle Open Office Basic : search engines +Oracle Open Office Basic : search engines;definition +Oracle Open Office Basic : search engines;selecting +Oracle Open Office Basic : searching +Oracle Open Office Basic : searching;all sheets +Oracle Open Office Basic : searching;databases +Oracle Open Office Basic : searching;form filters +Oracle Open Office Basic : searching;Internet +Oracle Open Office Basic : searching;tables and forms +Oracle Open Office Basic : Second function +Oracle Open Office Basic : sections +Oracle Open Office Basic : sections;backgrounds +Oracle Open Office Basic : security +Oracle Open Office Basic : security;digital signatures +Oracle Open Office Basic : security;options for documents with macros +Oracle Open Office Basic : security;protecting contents +Oracle Open Office Basic : security;security levels for macros +Oracle Open Office Basic : security;warning dialogs with macros +Oracle Open Office Basic : Seek function +Oracle Open Office Basic : Seek statement +Oracle Open Office Basic : Select...Case statement +Oracle Open Office Basic : selecting +Oracle Open Office Basic : selecting;controls +Oracle Open Office Basic : selecting;measurement units +Oracle Open Office Basic : selecting;objects +Oracle Open Office Basic : selecting;print areas +Oracle Open Office Basic : selecting;several files +Oracle Open Office Basic : selection clipboard +Oracle Open Office Basic : selection frames +Oracle Open Office Basic : selection modes in text +Oracle Open Office Basic : selection options for controls +Oracle Open Office Basic : sending +Oracle Open Office Basic : sending;AutoAbstract function in presentations +Oracle Open Office Basic : sending;documents as e-mail +Oracle Open Office Basic : sending;documents as faxes +Oracle Open Office Basic : separator lines +Oracle Open Office Basic : separator lines;defining +Oracle Open Office Basic : separators +Oracle Open Office Basic : separators;conditional +Oracle Open Office Basic : Server Side ImageMap +Oracle Open Office Basic : Set statement +Oracle Open Office Basic : SetAttr statement +Oracle Open Office Basic : settings +Oracle Open Office Basic : settings;printers +Oracle Open Office Basic : settings;program configuration +Oracle Open Office Basic : settings;proxies +Oracle Open Office Basic : settings;tracking changes +Oracle Open Office Basic : settings;views +Oracle Open Office Basic : SGML +Oracle Open Office Basic : SGML;definition +Oracle Open Office Basic : Sgn function +Oracle Open Office Basic : shadows +Oracle Open Office Basic : shadows;areas +Oracle Open Office Basic : shadows;borders +Oracle Open Office Basic : shadows;characters +Oracle Open Office Basic : shadows;characters, using context menu +Oracle Open Office Basic : sharing documents +Oracle Open Office Basic : sharpening filter +Oracle Open Office Basic : sheet tabs +Oracle Open Office Basic : sheet tabs;displaying +Oracle Open Office Basic : sheets +Oracle Open Office Basic : sheets;searching all +Oracle Open Office Basic : Shell function +Oracle Open Office Basic : shortcut keys +Oracle Open Office Basic : shortcut keys;assigning macros +Oracle Open Office Basic : shortcut keys;Basic IDE +Oracle Open Office Basic : shortcut keys;general +Oracle Open Office Basic : shortcut keys;in databases +Oracle Open Office Basic : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Basic : showing +Oracle Open Office Basic : showing;changes +Oracle Open Office Basic : showing;docked windows +Oracle Open Office Basic : showing;drawings and controls (Writer) +Oracle Open Office Basic : showing;live presentations on the Internet +Oracle Open Office Basic : showing;toolbars +Oracle Open Office Basic : signing documents with digital signatures +Oracle Open Office Basic : similarity search +Oracle Open Office Basic : simple handles (Writer) +Oracle Open Office Basic : simplified Chinese +Oracle Open Office Basic : simplified Chinese;translating to traditional Chinese +Oracle Open Office Basic : Sin function +Oracle Open Office Basic : single sign on options +Oracle Open Office Basic : single-line spacing in text +Oracle Open Office Basic : sizes +Oracle Open Office Basic : sizes;draw objects +Oracle Open Office Basic : sizes;pictures +Oracle Open Office Basic : slanting draw objects +Oracle Open Office Basic : small capitals +Oracle Open Office Basic : small icons +Oracle Open Office Basic : smart tag configuration +Oracle Open Office Basic : smooth scrolling (Writer) +Oracle Open Office Basic : smoothing filter +Oracle Open Office Basic : snap grid defaults (Writer/Calc) +Oracle Open Office Basic : snapping in presentations and drawings +Oracle Open Office Basic : solarization filter +Oracle Open Office Basic : sort lists +Oracle Open Office Basic : sort lists;copying to in Calc +Oracle Open Office Basic : sorting +Oracle Open Office Basic : sorting;data in forms +Oracle Open Office Basic : sorting;databases +Oracle Open Office Basic : sound files +Oracle Open Office Basic : Space function +Oracle Open Office Basic : spaces +Oracle Open Office Basic : spaces;displaying (Writer) +Oracle Open Office Basic : spaces;ignoring double +Oracle Open Office Basic : spaces;inserting protected spaces +Oracle Open Office Basic : spaces;showing protected spaces (Writer) +Oracle Open Office Basic : spacing +Oracle Open Office Basic : spacing;between paragraphs in footnotes +Oracle Open Office Basic : spacing;font effects +Oracle Open Office Basic : spacing;lines and paragraphs +Oracle Open Office Basic : spacing;tab stops in text documents +Oracle Open Office Basic : spacing;tabs in presentations +Oracle Open Office Basic : spadmin +Oracle Open Office Basic : special characters +Oracle Open Office Basic : speech bubbles +Oracle Open Office Basic : speed of printing +Oracle Open Office Basic : spellcheck +Oracle Open Office Basic : spellcheck;activating for a language +Oracle Open Office Basic : spellcheck;context menus +Oracle Open Office Basic : spellcheck;default languages +Oracle Open Office Basic : spellcheck;dialog +Oracle Open Office Basic : spellcheck;dictionary of exceptions +Oracle Open Office Basic : spellcheck;ignore list +Oracle Open Office Basic : spin button creation +Oracle Open Office Basic : Split function +Oracle Open Office Basic : spoolfiles with Xprinter +Oracle Open Office Basic : spreadsheets +Oracle Open Office Basic : spreadsheets;as databases (base) +Oracle Open Office Basic : spreadsheets;copying areas to text documents +Oracle Open Office Basic : spreadsheets;creating/opening +Oracle Open Office Basic : spreadsheets;inserting charts +Oracle Open Office Basic : spreadsheets;inserting database records +Oracle Open Office Basic : spreadsheets;printing +Oracle Open Office Basic : spreadsheets;saving +Oracle Open Office Basic : spreadsheets;saving automatically +Oracle Open Office Basic : spreadsheets;saving in other formats +Oracle Open Office Basic : spreadsheets;sending as e-mail +Oracle Open Office Basic : SQL +Oracle Open Office Basic : SQL;definition +Oracle Open Office Basic : SQL;DISTINCT parameter +Oracle Open Office Basic : SQL;executing SQL commands +Oracle Open Office Basic : SQL;executing SQL statements (Base) +Oracle Open Office Basic : SQL;queries (Base) +Oracle Open Office Basic : Sqr function +Oracle Open Office Basic : square drawings +Oracle Open Office Basic : standard bar on/off +Oracle Open Office Basic : standard filters in databases +Oracle Open Office Basic : standard printer under UNIX +Oracle Open Office Basic : start center +Oracle Open Office Basic : start parameters +Oracle Open Office Basic : Static statement +Oracle Open Office Basic : status bar on/off +Oracle Open Office Basic : Step statement +Oracle Open Office Basic : stickers +Oracle Open Office Basic : Stop statement +Oracle Open Office Basic : stopping macros +Oracle Open Office Basic : Str function +Oracle Open Office Basic : StrComp function +Oracle Open Office Basic : strikethrough +Oracle Open Office Basic : strikethrough;characters +Oracle Open Office Basic : strikethrough;font effects +Oracle Open Office Basic : String function +Oracle Open Office Basic : styles +Oracle Open Office Basic : styles;'changed' message +Oracle Open Office Basic : styles;copying between documents +Oracle Open Office Basic : styles;keyboard shortcuts +Oracle Open Office Basic : styles;organizing +Oracle Open Office Basic : styles;printing styles used in a document +Oracle Open Office Basic : styles;replacing automatically +Oracle Open Office Basic : Styles and Formatting window +Oracle Open Office Basic : Styles and Formatting window;docking +Oracle Open Office Basic : Sub statement +Oracle Open Office Basic : subforms +Oracle Open Office Basic : subforms;creating +Oracle Open Office Basic : subforms;description +Oracle Open Office Basic : submitting forms +Oracle Open Office Basic : subroutines +Oracle Open Office Basic : suffixes in file formats +Oracle Open Office Basic : support on the Web +Oracle Open Office Basic : Switch function +Oracle Open Office Basic : synchronizing +Oracle Open Office Basic : synchronizing;labels and business cards +Oracle Open Office Basic : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Basic : system address book registration +Oracle Open Office Basic : tab stops +Oracle Open Office Basic : tab stops;displaying (Writer) +Oracle Open Office Basic : tab stops;inserting and editing +Oracle Open Office Basic : tab stops;regular expressions +Oracle Open Office Basic : tab stops;setting in sheets +Oracle Open Office Basic : tab stops;settings +Oracle Open Office Basic : tab stops;spacing in presentations +Oracle Open Office Basic : tab stops;spacing in text documents +Oracle Open Office Basic : table controls +Oracle Open Office Basic : table controls;form functions +Oracle Open Office Basic : table controls;keyboard-only edit mode +Oracle Open Office Basic : table controls;properties +Oracle Open Office Basic : table views of databases +Oracle Open Office Basic : Table Wizard (Base) +Oracle Open Office Basic : tables +Oracle Open Office Basic : tables;inserting line breaks +Oracle Open Office Basic : tables in databases +Oracle Open Office Basic : tables in databases;access rights to (Base) +Oracle Open Office Basic : tables in databases;adding to queries +Oracle Open Office Basic : tables in databases;browsing and editing +Oracle Open Office Basic : tables in databases;copying database tables (Base) +Oracle Open Office Basic : tables in databases;creating +Oracle Open Office Basic : tables in databases;creating in design view (manually) +Oracle Open Office Basic : tables in databases;importing text formats (Base) +Oracle Open Office Basic : tables in databases;joining for queries (Base) +Oracle Open Office Basic : tables in databases;printing queries (Base) +Oracle Open Office Basic : tables in databases;relations (Base) +Oracle Open Office Basic : tables in databases;searching +Oracle Open Office Basic : tables in spreadsheets +Oracle Open Office Basic : tables in spreadsheets;copying data to other applications +Oracle Open Office Basic : tables in spreadsheets;defining borders +Oracle Open Office Basic : tables in spreadsheets;value highlighting +Oracle Open Office Basic : tables in text +Oracle Open Office Basic : tables in text;captions +Oracle Open Office Basic : tables in text;creating automatically +Oracle Open Office Basic : tables in text;default settings +Oracle Open Office Basic : tables in text;defining borders +Oracle Open Office Basic : tables in text;displaying +Oracle Open Office Basic : tables in text;printing +Oracle Open Office Basic : tabs +Oracle Open Office Basic : tabs;displaying sheet tabs +Oracle Open Office Basic : tags +Oracle Open Office Basic : tags;definition +Oracle Open Office Basic : tags;META tags +Oracle Open Office Basic : Tan function +Oracle Open Office Basic : templates +Oracle Open Office Basic : templates;agendas +Oracle Open Office Basic : templates;changing basic fonts +Oracle Open Office Basic : templates;database reports +Oracle Open Office Basic : templates;deleting +Oracle Open Office Basic : templates;editing and saving +Oracle Open Office Basic : templates;faxes +Oracle Open Office Basic : templates;importing and exporting +Oracle Open Office Basic : templates;letters +Oracle Open Office Basic : templates;new documents from templates +Oracle Open Office Basic : templates;opening documents with +Oracle Open Office Basic : templates;organizing +Oracle Open Office Basic : terminology +Oracle Open Office Basic : terminology;general glossary +Oracle Open Office Basic : terminology;Internet glossary +Oracle Open Office Basic : test mode control +Oracle Open Office Basic : testing XML filters +Oracle Open Office Basic : text +Oracle Open Office Basic : text;animating +Oracle Open Office Basic : text;Asian layout +Oracle Open Office Basic : text;bold +Oracle Open Office Basic : text;coloring +Oracle Open Office Basic : text;copying by drag and drop +Oracle Open Office Basic : text;CTL languages +Oracle Open Office Basic : text;drawing pictures +Oracle Open Office Basic : text;font effects +Oracle Open Office Basic : text;font sizes +Oracle Open Office Basic : text;font styles +Oracle Open Office Basic : text;fonts and formats +Oracle Open Office Basic : text;Fontwork icons +Oracle Open Office Basic : text;hyperlinks +Oracle Open Office Basic : text;inserting special characters +Oracle Open Office Basic : text;italics +Oracle Open Office Basic : text;kerning +Oracle Open Office Basic : text;language selection +Oracle Open Office Basic : text;line spacing +Oracle Open Office Basic : text;overwriting or inserting +Oracle Open Office Basic : text;printing in black +Oracle Open Office Basic : text;replacing with format +Oracle Open Office Basic : text;selection modes +Oracle Open Office Basic : text;shadowed +Oracle Open Office Basic : text;text/draw objects +Oracle Open Office Basic : text attributes +Oracle Open Office Basic : text attributes;hyperlinks +Oracle Open Office Basic : text attributes;undoing +Oracle Open Office Basic : text boxes +Oracle Open Office Basic : text boxes;controls +Oracle Open Office Basic : text boxes;form functions +Oracle Open Office Basic : text boxes;positioning +Oracle Open Office Basic : text breaks in cells +Oracle Open Office Basic : text colors for better accessibility +Oracle Open Office Basic : text databases (Base) +Oracle Open Office Basic : text documents +Oracle Open Office Basic : text documents;creating/opening +Oracle Open Office Basic : text documents;importing/exporting +Oracle Open Office Basic : text documents;inserting spreadsheet cells +Oracle Open Office Basic : text documents;print settings +Oracle Open Office Basic : text documents;printing +Oracle Open Office Basic : text documents;saving +Oracle Open Office Basic : text documents;saving automatically +Oracle Open Office Basic : text documents;saving in other formats +Oracle Open Office Basic : text documents;sending as e-mail +Oracle Open Office Basic : text effects +Oracle Open Office Basic : text flow +Oracle Open Office Basic : text flow;in cells +Oracle Open Office Basic : text formats +Oracle Open Office Basic : text formats;databases +Oracle Open Office Basic : text formats;pasting +Oracle Open Office Basic : text input fields +Oracle Open Office Basic : text layout for special languages +Oracle Open Office Basic : text objects +Oracle Open Office Basic : text objects;alignment +Oracle Open Office Basic : text objects;draw functions +Oracle Open Office Basic : text objects;fonts +Oracle Open Office Basic : text objects;in presentations and drawings +Oracle Open Office Basic : text overflow in spreadsheet cells +Oracle Open Office Basic : text, see also text documents, paragraphs and characters +Oracle Open Office Basic : TextArt, see Fontwork +Oracle Open Office Basic : textures +Oracle Open Office Basic : textures;inserting from Gallery +Oracle Open Office Basic : textures;on chart bars +Oracle Open Office Basic : Thai +Oracle Open Office Basic : Thai;entering text +Oracle Open Office Basic : Thai;language settings +Oracle Open Office Basic : thesaurus +Oracle Open Office Basic : thesaurus;activating for a language +Oracle Open Office Basic : ThisComponent property +Oracle Open Office Basic : ticker text +Oracle Open Office Basic : time field control +Oracle Open Office Basic : time fields +Oracle Open Office Basic : time fields;form functions +Oracle Open Office Basic : Time statement +Oracle Open Office Basic : Timer function +Oracle Open Office Basic : times +Oracle Open Office Basic : times;inserting when printing presentations +Oracle Open Office Basic : times, formats +Oracle Open Office Basic : TimeSerial function +Oracle Open Office Basic : TimeValue function +Oracle Open Office Basic : tips +Oracle Open Office Basic : tips;extended tips in Help +Oracle Open Office Basic : title rows +Oracle Open Office Basic : title rows;printing in Oracle Open Office Math +Oracle Open Office Basic : titles +Oracle Open Office Basic : titles;changing +Oracle Open Office Basic : titles;editing in charts +Oracle Open Office Basic : titles;font effects +Oracle Open Office Basic : titles;formatting automatically +Oracle Open Office Basic : titles;objects +Oracle Open Office Basic : To statement +Oracle Open Office Basic : toolbars +Oracle Open Office Basic : toolbars;adding buttons +Oracle Open Office Basic : toolbars;Basic IDE +Oracle Open Office Basic : toolbars;docking/undocking +Oracle Open Office Basic : toolbars;Form Navigation bar +Oracle Open Office Basic : toolbars;viewing/closing +Oracle Open Office Basic : tools bar +Oracle Open Office Basic : tooltips +Oracle Open Office Basic : tooltips;extended tips +Oracle Open Office Basic : tooltips;help +Oracle Open Office Basic : traditional Chinese +Oracle Open Office Basic : traditional Chinese;translating to simplified chinese +Oracle Open Office Basic : translating dialogs +Oracle Open Office Basic : transparency +Oracle Open Office Basic : transparency;areas +Oracle Open Office Basic : transparency;off for faster printing +Oracle Open Office Basic : transparency;saving +Oracle Open Office Basic : tree view of Help +Oracle Open Office Basic : Trim function +Oracle Open Office Basic : twips +Oracle Open Office Basic : twips;definition +Oracle Open Office Basic : TwipsPerPixelX function +Oracle Open Office Basic : TwipsPerPixelY function +Oracle Open Office Basic : typefaces +Oracle Open Office Basic : typefaces;adding under UNIX +Oracle Open Office Basic : typefaces;formats +Oracle Open Office Basic : TypeName function +Oracle Open Office Basic : types of variables +Oracle Open Office Basic : typography +Oracle Open Office Basic : typography;Asian +Oracle Open Office Basic : UBound function +Oracle Open Office Basic : UCase function +Oracle Open Office Basic : underlining +Oracle Open Office Basic : underlining;AutoFormat function +Oracle Open Office Basic : underlining;characters +Oracle Open Office Basic : underlining;text +Oracle Open Office Basic : undocking windows +Oracle Open Office Basic : undoing +Oracle Open Office Basic : undoing;direct formatting +Oracle Open Office Basic : undoing;editing +Oracle Open Office Basic : undoing;number of steps +Oracle Open Office Basic : ungrouping groups +Oracle Open Office Basic : units +Oracle Open Office Basic : units;converting +Oracle Open Office Basic : units;measurement units +Oracle Open Office Basic : UNO components +Oracle Open Office Basic : UNO components;Extension Manager +Oracle Open Office Basic : UNO components;integrating new +Oracle Open Office Basic : Until +Oracle Open Office Basic : update options +Oracle Open Office Basic : updates +Oracle Open Office Basic : updates;checking automatically +Oracle Open Office Basic : updates;checking manually +Oracle Open Office Basic : updating +Oracle Open Office Basic : updating;fields and charts, automatically (Writer) +Oracle Open Office Basic : updating;links in text documents +Oracle Open Office Basic : updating;links, on opening +Oracle Open Office Basic : updating;templates +Oracle Open Office Basic : URL +Oracle Open Office Basic : URL;changing hyperlink URLs +Oracle Open Office Basic : URL;definition +Oracle Open Office Basic : URL;in pictures +Oracle Open Office Basic : URL;saving absolute/relative paths +Oracle Open Office Basic : URL;turning off URL recognition +Oracle Open Office Basic : user data +Oracle Open Office Basic : user data;input +Oracle Open Office Basic : user data;removing when saving +Oracle Open Office Basic : user feedback +Oracle Open Office Basic : user feedback;automatically +Oracle Open Office Basic : user-defined dictionaries +Oracle Open Office Basic : user-defined dictionaries;creating +Oracle Open Office Basic : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Basic : user-defined dictionaries;editing +Oracle Open Office Basic : user-defined styles +Oracle Open Office Basic : user-defined styles;automatically replacing +Oracle Open Office Basic : UTF-8/UCS2 support +Oracle Open Office Basic : Val function +Oracle Open Office Basic : values +Oracle Open Office Basic : values;of variables +Oracle Open Office Basic : values;rounded as shown (Calc) +Oracle Open Office Basic : variables +Oracle Open Office Basic : variables;for paths +Oracle Open Office Basic : variables;global and local +Oracle Open Office Basic : variables;observing values +Oracle Open Office Basic : variables;passing to procedures and functions +Oracle Open Office Basic : variables;scope +Oracle Open Office Basic : variables;using +Oracle Open Office Basic : VarType function +Oracle Open Office Basic : VBA code +Oracle Open Office Basic : VBA code;loading/saving documents with VBA code +Oracle Open Office Basic : version management +Oracle Open Office Basic : version numbers of documents +Oracle Open Office Basic : versions +Oracle Open Office Basic : versions;comparing documents +Oracle Open Office Basic : versions;file saving as, restriction +Oracle Open Office Basic : versions;merging document versions +Oracle Open Office Basic : versions;of a document +Oracle Open Office Basic : versions;Oracle Open Office +Oracle Open Office Basic : vertical callouts +Oracle Open Office Basic : vertical line control +Oracle Open Office Basic : vertical scrollbar control +Oracle Open Office Basic : vertical scrollbars (Writer) +Oracle Open Office Basic : vertical text boxes +Oracle Open Office Basic : videos +Oracle Open Office Basic : viewing +Oracle Open Office Basic : viewing;databases +Oracle Open Office Basic : viewing;file properties +Oracle Open Office Basic : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Basic : viewing;toolbars +Oracle Open Office Basic : views +Oracle Open Office Basic : views;creating database views (Base) +Oracle Open Office Basic : views;defaults +Oracle Open Office Basic : views;full screen +Oracle Open Office Basic : views;icons +Oracle Open Office Basic : views;scaling +Oracle Open Office Basic : Visual Basic for Applications +Oracle Open Office Basic : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Basic : Wait statement +Oracle Open Office Basic : watching variables +Oracle Open Office Basic : watermarks +Oracle Open Office Basic : web documents +Oracle Open Office Basic : web documents;XForms +Oracle Open Office Basic : Web support +Oracle Open Office Basic : WebCast export +Oracle Open Office Basic : WebDAV over HTTPS +Oracle Open Office Basic : WeekDay function +Oracle Open Office Basic : While +Oracle Open Office Basic : While;Do loop +Oracle Open Office Basic : While;While...Wend loop +Oracle Open Office Basic : windows +Oracle Open Office Basic : windows;docking +Oracle Open Office Basic : windows;docking definition +Oracle Open Office Basic : windows;hiding/showing/docking +Oracle Open Office Basic : windows;new +Oracle Open Office Basic : With statement +Oracle Open Office Basic : wizards +Oracle Open Office Basic : wizards;agendas +Oracle Open Office Basic : wizards;database queries +Oracle Open Office Basic : wizards;database tables (Base) +Oracle Open Office Basic : wizards;databases (Base) +Oracle Open Office Basic : wizards;document converter +Oracle Open Office Basic : wizards;Euro Converter +Oracle Open Office Basic : wizards;faxes +Oracle Open Office Basic : wizards;forms +Oracle Open Office Basic : wizards;letters +Oracle Open Office Basic : wizards;macros (Base) +Oracle Open Office Basic : wizards;overview +Oracle Open Office Basic : wizards;presentations +Oracle Open Office Basic : wizards;reports +Oracle Open Office Basic : Word documents +Oracle Open Office Basic : Word documents;compatibility +Oracle Open Office Basic : Word documents;saving as +Oracle Open Office Basic : WordArt, see Fontwork +Oracle Open Office Basic : words +Oracle Open Office Basic : words;automatically replacing +Oracle Open Office Basic : words;wrapping in cells +Oracle Open Office Basic : words;wrapping in CTL +Oracle Open Office Basic : working directory change +Oracle Open Office Basic : wrapping text +Oracle Open Office Basic : wrapping text;in cells +Oracle Open Office Basic : write protection on/off +Oracle Open Office Basic : Write statement +Oracle Open Office Basic : writing aids options +Oracle Open Office Basic : WYSIWYG in fonts lists +Oracle Open Office Basic : XForms +Oracle Open Office Basic : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Basic : XForms;conditions +Oracle Open Office Basic : XForms;opening/editing +Oracle Open Office Basic : XML converters +Oracle Open Office Basic : XML file formats +Oracle Open Office Basic : XML filters +Oracle Open Office Basic : XML filters;creating/testing +Oracle Open Office Basic : XML filters;saving as package/installing/deleting +Oracle Open Office Basic : XML filters;settings +Oracle Open Office Basic : XML Forms, see XForms +Oracle Open Office Basic : Xor operator (logical) +Oracle Open Office Basic : XSLT filters, see also XML filters +Oracle Open Office Basic : Year function +Oracle Open Office Basic : years +Oracle Open Office Basic : years;2-digit options +Oracle Open Office Basic : zero values +Oracle Open Office Basic : zero values;displaying (Calc) +Oracle Open Office Basic : zooming +Oracle Open Office Basic : zooming;page views +Oracle Open Office Basic : zooming;pictures +Oracle Open Office Basic : zooming;status bar +Oracle Open Office Draw : 3D charts +Oracle Open Office Draw : 3D objects +Oracle Open Office Draw : 3D objects;assembling +Oracle Open Office Draw : 3D objects;generating +Oracle Open Office Draw : 3D objects;inserting +Oracle Open Office Draw : 3D rotation objects +Oracle Open Office Draw : 3D rotation objects;converting to +Oracle Open Office Draw : 3D rotation objects;generating +Oracle Open Office Draw : 3D text creation +Oracle Open Office Draw : abbreviation replacement +Oracle Open Office Draw : absolute hyperlinks +Oracle Open Office Draw : absolute saving of URLs +Oracle Open Office Draw : accents +Oracle Open Office Draw : Access databases (base) +Oracle Open Office Draw : access rights for database tables (Base) +Oracle Open Office Draw : accessibility +Oracle Open Office Draw : accessibility;general shortcuts +Oracle Open Office Draw : accessibility;options +Oracle Open Office Draw : accessibility;Oracle Open Office assistive technology +Oracle Open Office Draw : accessibility;Oracle Open Office Draw +Oracle Open Office Draw : accessibility;Oracle Open Office features +Oracle Open Office Draw : accessibility;Oracle Open Office Impress +Oracle Open Office Draw : activating +Oracle Open Office Draw : activating;context menus +Oracle Open Office Draw : activating;Error Report Tool +Oracle Open Office Draw : activating;extended help tips +Oracle Open Office Draw : activating;plug-ins +Oracle Open Office Draw : ActiveX control +Oracle Open Office Draw : Adabas D databases (base) +Oracle Open Office Draw : add-ons, see UNO components +Oracle Open Office Draw : additional selection mode +Oracle Open Office Draw : address books +Oracle Open Office Draw : address books;LDAP server (Base) +Oracle Open Office Draw : address books;registering +Oracle Open Office Draw : address labels from databases +Oracle Open Office Draw : ADO databases (Base) +Oracle Open Office Draw : Agenda Wizard +Oracle Open Office Draw : aging filter +Oracle Open Office Draw : aligning +Oracle Open Office Draw : aligning;2D charts +Oracle Open Office Draw : aligning;cells +Oracle Open Office Draw : aligning;draw objects +Oracle Open Office Draw : aligning;objects +Oracle Open Office Draw : aligning;paragraphs +Oracle Open Office Draw : aligning;tables in text +Oracle Open Office Draw : aligning;text objects +Oracle Open Office Draw : aligning;titles in charts +Oracle Open Office Draw : allowing +Oracle Open Office Draw : allowing;effects +Oracle Open Office Draw : allowing;interaction +Oracle Open Office Draw : alternative fonts +Oracle Open Office Draw : ampersand symbol, see also operators +Oracle Open Office Draw : anchors +Oracle Open Office Draw : anchors;changing +Oracle Open Office Draw : anchors;displaying (Calc) +Oracle Open Office Draw : anchors;types/positions for draw objects +Oracle Open Office Draw : animated GIFs +Oracle Open Office Draw : animated slide transitions +Oracle Open Office Draw : animation effects +Oracle Open Office Draw : animations +Oracle Open Office Draw : animations;accessibility options +Oracle Open Office Draw : animations;editing +Oracle Open Office Draw : animations;list of +Oracle Open Office Draw : animations;saving as GIFs +Oracle Open Office Draw : appearance options +Oracle Open Office Draw : Arabic +Oracle Open Office Draw : Arabic;entering text +Oracle Open Office Draw : Arabic;language settings +Oracle Open Office Draw : area charts +Oracle Open Office Draw : areas +Oracle Open Office Draw : areas;bitmap patterns +Oracle Open Office Draw : areas;from connected lines +Oracle Open Office Draw : areas;hatched/dotted +Oracle Open Office Draw : areas;shadows +Oracle Open Office Draw : areas;slanting +Oracle Open Office Draw : areas;styles +Oracle Open Office Draw : areas;transparency +Oracle Open Office Draw : arguments in command line +Oracle Open Office Draw : arranging +Oracle Open Office Draw : arranging;objects +Oracle Open Office Draw : arranging;objects (guide) +Oracle Open Office Draw : arranging;slides +Oracle Open Office Draw : arrows +Oracle Open Office Draw : arrows;defining arrow heads +Oracle Open Office Draw : arrows;defining arrow lines +Oracle Open Office Draw : arrows;drawing in text +Oracle Open Office Draw : arrows;inserting +Oracle Open Office Draw : arrows;loading arrow styles +Oracle Open Office Draw : ASCII +Oracle Open Office Draw : ASCII;definition +Oracle Open Office Draw : Asian languages +Oracle Open Office Draw : Asian languages;enabling +Oracle Open Office Draw : Asian Phonetic Guide +Oracle Open Office Draw : Asian typography +Oracle Open Office Draw : assembled objects in 3D +Oracle Open Office Draw : assigning scripts +Oracle Open Office Draw : assistive technology in Oracle Open Office +Oracle Open Office Draw : attaching toolbars +Oracle Open Office Draw : attachments in e-mails +Oracle Open Office Draw : attributes +Oracle Open Office Draw : attributes;objects with +Oracle Open Office Draw : audio +Oracle Open Office Draw : authors +Oracle Open Office Draw : auto reloading HTML documents +Oracle Open Office Draw : AutoAbstract function for sending text to presentations +Oracle Open Office Draw : AutoCaption function in Oracle Open Office Writer +Oracle Open Office Draw : AutoComplete function in text and list boxes +Oracle Open Office Draw : AutoCorrect function +Oracle Open Office Draw : AutoCorrect function;context menu +Oracle Open Office Draw : AutoCorrect function;options +Oracle Open Office Draw : AutoCorrect function;pictures and frames +Oracle Open Office Draw : AutoCorrect function;quotes +Oracle Open Office Draw : AutoCorrect function;replacement table +Oracle Open Office Draw : AutoCorrect function;switching on and off in Calc +Oracle Open Office Draw : AutoCorrect function;URL recognition +Oracle Open Office Draw : AutoFormat function +Oracle Open Office Draw : AutoFormat function;switching on and off +Oracle Open Office Draw : automatic captions (Writer) +Oracle Open Office Draw : automatic control focus +Oracle Open Office Draw : automatic hyperlink formatting +Oracle Open Office Draw : automatic line breaks +Oracle Open Office Draw : automatic lines/borders in text +Oracle Open Office Draw : automatic saving +Oracle Open Office Draw : automatic slide changes +Oracle Open Office Draw : automatic slide changes;rehearse timings +Oracle Open Office Draw : automatic slide shows +Oracle Open Office Draw : automatic slide transition +Oracle Open Office Draw : AutoPilots, see wizards +Oracle Open Office Draw : AutoValue (Base) +Oracle Open Office Draw : averages in charts +Oracle Open Office Draw : axes +Oracle Open Office Draw : axes;better scaling +Oracle Open Office Draw : axes;formatting +Oracle Open Office Draw : axes;formatting grids +Oracle Open Office Draw : axes;inserting grids +Oracle Open Office Draw : axes;interval marks +Oracle Open Office Draw : axes;showing axes in charts +Oracle Open Office Draw : axes in charts +Oracle Open Office Draw : backgrounds +Oracle Open Office Draw : backgrounds;changing +Oracle Open Office Draw : backgrounds;defining colors/pictures +Oracle Open Office Draw : backgrounds;deleting unused +Oracle Open Office Draw : backgrounds;frames/sections/indexes +Oracle Open Office Draw : backgrounds;inserting from Gallery +Oracle Open Office Draw : backgrounds;normal view +Oracle Open Office Draw : backgrounds;notes +Oracle Open Office Draw : backgrounds;printing +Oracle Open Office Draw : backgrounds;slides +Oracle Open Office Draw : backing window +Oracle Open Office Draw : backups +Oracle Open Office Draw : backups;automatic +Oracle Open Office Draw : backups;documents +Oracle Open Office Draw : bar charts +Oracle Open Office Draw : Basic +Oracle Open Office Draw : Basic;fonts for source display +Oracle Open Office Draw : Basic;programming +Oracle Open Office Draw : Basic;recording macros +Oracle Open Office Draw : basic fonts +Oracle Open Office Draw : behind object command +Oracle Open Office Draw : Bézier curves +Oracle Open Office Draw : Bézier curves;control points in presentations +Oracle Open Office Draw : bi-directional writing +Oracle Open Office Draw : binding space +Oracle Open Office Draw : bitmaps +Oracle Open Office Draw : bitmaps;converting to +Oracle Open Office Draw : bitmaps;converting to vector graphics +Oracle Open Office Draw : bitmaps;inserting and editing +Oracle Open Office Draw : bitmaps;off for faster printing +Oracle Open Office Draw : bitmaps;patterns +Oracle Open Office Draw : bitmaps;replacing colors +Oracle Open Office Draw : black and white display +Oracle Open Office Draw : black and white printing +Oracle Open Office Draw : black and white view +Oracle Open Office Draw : black printing in Calc +Oracle Open Office Draw : block selection mode +Oracle Open Office Draw : bold +Oracle Open Office Draw : bold;AutoFormat function +Oracle Open Office Draw : bold;text +Oracle Open Office Draw : bookmarks +Oracle Open Office Draw : bookmarks;Help +Oracle Open Office Draw : borders +Oracle Open Office Draw : borders;arranging +Oracle Open Office Draw : borders;cells on screen (Calc) +Oracle Open Office Draw : borders;for paragraphs +Oracle Open Office Draw : borders;for tables +Oracle Open Office Draw : borders;shadows +Oracle Open Office Draw : borders;table boundaries (Writer) +Oracle Open Office Draw : borders, see also frames +Oracle Open Office Draw : bound fields +Oracle Open Office Draw : bound fields;controls +Oracle Open Office Draw : boundaries of tables (Writer) +Oracle Open Office Draw : break display (Writer) +Oracle Open Office Draw : breaking object connections +Oracle Open Office Draw : brochures +Oracle Open Office Draw : brochures;printing several +Oracle Open Office Draw : bubble charts +Oracle Open Office Draw : build numbers of Oracle Open Office +Oracle Open Office Draw : bullet lists +Oracle Open Office Draw : bullet lists;formatting options +Oracle Open Office Draw : bullets +Oracle Open Office Draw : bullets;paragraphs +Oracle Open Office Draw : bullets;replacing +Oracle Open Office Draw : bullets;turning off +Oracle Open Office Draw : business cards +Oracle Open Office Draw : business cards;creating and synchronizing +Oracle Open Office Draw : business cards;using templates +Oracle Open Office Draw : button bars, see toolbars +Oracle Open Office Draw : buttons +Oracle Open Office Draw : buttons;adding push buttons +Oracle Open Office Draw : buttons;big/small +Oracle Open Office Draw : buttons;editing hyperlink buttons +Oracle Open Office Draw : buttons;form functions +Oracle Open Office Draw : buttons;toolbars +Oracle Open Office Draw : cache for graphics +Oracle Open Office Draw : calculating +Oracle Open Office Draw : calculating;iterative references (Calc) +Oracle Open Office Draw : calculating;regression curves +Oracle Open Office Draw : callouts +Oracle Open Office Draw : callouts;drawings +Oracle Open Office Draw : callouts;inserting in presentations +Oracle Open Office Draw : capital letters +Oracle Open Office Draw : capital letters;AutoCorrect function +Oracle Open Office Draw : capital letters;font effects +Oracle Open Office Draw : captions +Oracle Open Office Draw : captions;automatic captions (Writer) +Oracle Open Office Draw : captions;tables/pictures/frames/OLE objects (Writer) +Oracle Open Office Draw : captions, see also labels/callouts +Oracle Open Office Draw : cascading update (Base) +Oracle Open Office Draw : case sensitivity +Oracle Open Office Draw : case sensitivity;comparing cell contents (Calc) +Oracle Open Office Draw : case sensitivity;searching +Oracle Open Office Draw : cells +Oracle Open Office Draw : cells;aligning +Oracle Open Office Draw : cells;coloring (Calc) +Oracle Open Office Draw : cells;cursor positions after input (Calc) +Oracle Open Office Draw : cells;formatting without effect (Calc) +Oracle Open Office Draw : cells;line breaks +Oracle Open Office Draw : cells;linked to controls +Oracle Open Office Draw : cells;number of +Oracle Open Office Draw : cells;pasting +Oracle Open Office Draw : cells;resetting formats +Oracle Open Office Draw : cells;showing grid lines (Calc) +Oracle Open Office Draw : centered text +Oracle Open Office Draw : centimeters +Oracle Open Office Draw : certificates +Oracle Open Office Draw : changes +Oracle Open Office Draw : changes;accepting or rejecting +Oracle Open Office Draw : changes;comparing to original +Oracle Open Office Draw : changes;protecting +Oracle Open Office Draw : changes;recording +Oracle Open Office Draw : changes;review function +Oracle Open Office Draw : changes;showing +Oracle Open Office Draw : changing +Oracle Open Office Draw : changing;document titles +Oracle Open Office Draw : changing;file associations in Setup program +Oracle Open Office Draw : changing;icon sizes +Oracle Open Office Draw : changing;layer properties +Oracle Open Office Draw : changing;layout for handouts +Oracle Open Office Draw : changing;links +Oracle Open Office Draw : changing;order of slides +Oracle Open Office Draw : changing;slide layouts +Oracle Open Office Draw : changing;work directory +Oracle Open Office Draw : changing, see also editing and replacing +Oracle Open Office Draw : character styles +Oracle Open Office Draw : character styles;language selection +Oracle Open Office Draw : characters +Oracle Open Office Draw : characters;alternative fonts +Oracle Open Office Draw : characters;Asian layout +Oracle Open Office Draw : characters;bold +Oracle Open Office Draw : characters;coloring +Oracle Open Office Draw : characters;converting to curves +Oracle Open Office Draw : characters;displaying only on screen (Writer) +Oracle Open Office Draw : characters;enabling CTL and Asian characters +Oracle Open Office Draw : characters;font effects +Oracle Open Office Draw : characters;fonts and formats +Oracle Open Office Draw : characters;hyperlinks +Oracle Open Office Draw : characters;italics +Oracle Open Office Draw : characters;language selection +Oracle Open Office Draw : characters;shadowed +Oracle Open Office Draw : characters;spacing +Oracle Open Office Draw : characters;special +Oracle Open Office Draw : characters;underlining +Oracle Open Office Draw : charcoal sketches filter +Oracle Open Office Draw : chart legends +Oracle Open Office Draw : chart legends;hiding +Oracle Open Office Draw : chart legends;showing icons with labels +Oracle Open Office Draw : chart types +Oracle Open Office Draw : chart types;area +Oracle Open Office Draw : chart types;bubble +Oracle Open Office Draw : chart types;column and bar +Oracle Open Office Draw : chart types;column and line +Oracle Open Office Draw : chart types;line +Oracle Open Office Draw : chart types;net +Oracle Open Office Draw : chart types;pie/donut +Oracle Open Office Draw : chart types;stock +Oracle Open Office Draw : chart types;XY (scatter) +Oracle Open Office Draw : charts +Oracle Open Office Draw : charts;3D views +Oracle Open Office Draw : charts;aligning +Oracle Open Office Draw : charts;arranging within stacks +Oracle Open Office Draw : charts;bars with textures +Oracle Open Office Draw : charts;choosing chart types +Oracle Open Office Draw : charts;colors +Oracle Open Office Draw : charts;copying with link to source cell range +Oracle Open Office Draw : charts;data labels +Oracle Open Office Draw : charts;displaying (Calc) +Oracle Open Office Draw : charts;editing axes +Oracle Open Office Draw : charts;editing data +Oracle Open Office Draw : charts;editing legends +Oracle Open Office Draw : charts;editing titles +Oracle Open Office Draw : charts;formatting areas +Oracle Open Office Draw : charts;formatting floors +Oracle Open Office Draw : charts;formatting walls +Oracle Open Office Draw : charts;inserting +Oracle Open Office Draw : charts;overview +Oracle Open Office Draw : charts;positioning axes +Oracle Open Office Draw : charts;properties +Oracle Open Office Draw : charts;reorganizing +Oracle Open Office Draw : charts;scaling axes +Oracle Open Office Draw : charts;scaling text +Oracle Open Office Draw : charts;shortcuts +Oracle Open Office Draw : charts;showing axes +Oracle Open Office Draw : charts;updating automatically (Writer) +Oracle Open Office Draw : check box creation +Oracle Open Office Draw : Chinese writing systems +Oracle Open Office Draw : choosing printers +Oracle Open Office Draw : circle drawings +Oracle Open Office Draw : circle segments +Oracle Open Office Draw : circles +Oracle Open Office Draw : circles;of objects +Oracle Open Office Draw : Client Side ImageMap +Oracle Open Office Draw : clipboard +Oracle Open Office Draw : clipboard;cutting +Oracle Open Office Draw : clipboard;pasting +Oracle Open Office Draw : clipboard;pasting formatted/unformatted text +Oracle Open Office Draw : clipboard;selection clipboard +Oracle Open Office Draw : clipboard;Unix +Oracle Open Office Draw : closing +Oracle Open Office Draw : closing;documents +Oracle Open Office Draw : closing;shapes +Oracle Open Office Draw : closing;toolbars +Oracle Open Office Draw : collaboration +Oracle Open Office Draw : color bar +Oracle Open Office Draw : colors +Oracle Open Office Draw : colors;adding +Oracle Open Office Draw : colors;appearance +Oracle Open Office Draw : colors;backgrounds +Oracle Open Office Draw : colors;charts +Oracle Open Office Draw : colors;default colors +Oracle Open Office Draw : colors;defining and saving +Oracle Open Office Draw : colors;defining gradients interactively +Oracle Open Office Draw : colors;displaying presentations +Oracle Open Office Draw : colors;fill format +Oracle Open Office Draw : colors;fonts +Oracle Open Office Draw : colors;grid lines and cells (Calc) +Oracle Open Office Draw : colors;loading lists +Oracle Open Office Draw : colors;models +Oracle Open Office Draw : colors;not printing +Oracle Open Office Draw : colors;printing in grayscale +Oracle Open Office Draw : colors;replacing +Oracle Open Office Draw : colors;restriction (Calc) +Oracle Open Office Draw : colors;selection +Oracle Open Office Draw : column and line charts +Oracle Open Office Draw : column charts +Oracle Open Office Draw : column headers +Oracle Open Office Draw : column headers;displaying (Calc) +Oracle Open Office Draw : column headers;highlighting (Calc) +Oracle Open Office Draw : columns +Oracle Open Office Draw : columns;inserting +Oracle Open Office Draw : columns;setting with the mouse +Oracle Open Office Draw : combination charts +Oracle Open Office Draw : combining +Oracle Open Office Draw : combining;3D objects +Oracle Open Office Draw : combining;draw objects +Oracle Open Office Draw : combining;undoing +Oracle Open Office Draw : combo box creation +Oracle Open Office Draw : command button creation +Oracle Open Office Draw : command buttons, see push buttons +Oracle Open Office Draw : command line parameters +Oracle Open Office Draw : commands +Oracle Open Office Draw : commands;repeating +Oracle Open Office Draw : commands;SQL +Oracle Open Office Draw : comments +Oracle Open Office Draw : comments;displaying (Calc) +Oracle Open Office Draw : comments;inserting/editing/deleting/printing +Oracle Open Office Draw : comments;on changes +Oracle Open Office Draw : comments;printing in text +Oracle Open Office Draw : common terms +Oracle Open Office Draw : common terms;Chinese dictionary +Oracle Open Office Draw : common terms;glossaries +Oracle Open Office Draw : common terms;Internet glossary +Oracle Open Office Draw : comparisons +Oracle Open Office Draw : comparisons;document versions +Oracle Open Office Draw : comparisons;operators in default filter dialog +Oracle Open Office Draw : compatibility settings for MS Word import +Oracle Open Office Draw : complete screen view +Oracle Open Office Draw : complex text layout +Oracle Open Office Draw : complex text layout;definition +Oracle Open Office Draw : complex text layout;enabling +Oracle Open Office Draw : complex text layout, see CTL +Oracle Open Office Draw : compose key to insert special characters +Oracle Open Office Draw : concatenation, see ampersand symbol +Oracle Open Office Draw : conditional separators +Oracle Open Office Draw : conditions +Oracle Open Office Draw : conditions;in number formats +Oracle Open Office Draw : conditions;items in Data Navigator +Oracle Open Office Draw : cones +Oracle Open Office Draw : Configuration Manager +Oracle Open Office Draw : configuring +Oracle Open Office Draw : configuring;fax icon +Oracle Open Office Draw : configuring;Oracle Open Office +Oracle Open Office Draw : configuring;toolbars +Oracle Open Office Draw : connecting +Oracle Open Office Draw : connecting;draw objects +Oracle Open Office Draw : connecting;lines +Oracle Open Office Draw : connecting;paths and objects +Oracle Open Office Draw : connections to data sources (Base) +Oracle Open Office Draw : connectors +Oracle Open Office Draw : connectors;properties of +Oracle Open Office Draw : connectors;using +Oracle Open Office Draw : constructing shapes +Oracle Open Office Draw : contents protection +Oracle Open Office Draw : context menus +Oracle Open Office Draw : contours +Oracle Open Office Draw : contours;converting to +Oracle Open Office Draw : control point display in presentations +Oracle Open Office Draw : control points definition +Oracle Open Office Draw : controls +Oracle Open Office Draw : controls;activating in forms +Oracle Open Office Draw : controls;adding to documents +Oracle Open Office Draw : controls;arranging in forms +Oracle Open Office Draw : controls;arranging within stacks +Oracle Open Office Draw : controls;assigning data sources +Oracle Open Office Draw : controls;assigning macros (Basic) +Oracle Open Office Draw : controls;bound fields/list contents/linked cells +Oracle Open Office Draw : controls;events +Oracle Open Office Draw : controls;focus +Oracle Open Office Draw : controls;formatted fields +Oracle Open Office Draw : controls;grouping +Oracle Open Office Draw : controls;hidden +Oracle Open Office Draw : controls;inserting +Oracle Open Office Draw : controls;multi-line titles +Oracle Open Office Draw : controls;positions and sizes +Oracle Open Office Draw : controls;printing +Oracle Open Office Draw : controls;properties of form controls +Oracle Open Office Draw : controls;properties of table controls +Oracle Open Office Draw : controls;reference by SQL +Oracle Open Office Draw : controls;rich text control +Oracle Open Office Draw : controls;select mode +Oracle Open Office Draw : controls;showing (Writer) +Oracle Open Office Draw : converters +Oracle Open Office Draw : converters;Euro converter +Oracle Open Office Draw : converters;PostScript, UNIX +Oracle Open Office Draw : converters;XML +Oracle Open Office Draw : converting +Oracle Open Office Draw : converting;bitmaps to polygons +Oracle Open Office Draw : converting;Hangul/Hanja +Oracle Open Office Draw : converting;metrics +Oracle Open Office Draw : converting;Microsoft documents +Oracle Open Office Draw : converting;Oracle Open Office documents +Oracle Open Office Draw : converting;Pocket PC formats +Oracle Open Office Draw : converting;points +Oracle Open Office Draw : converting;text to curves +Oracle Open Office Draw : converting;to bitmaps +Oracle Open Office Draw : converting;to contours +Oracle Open Office Draw : converting;to curves, polygons, 3D +Oracle Open Office Draw : converting;to metafile format (WMF) +Oracle Open Office Draw : copies +Oracle Open Office Draw : copies;printing +Oracle Open Office Draw : copying +Oracle Open Office Draw : copying;by drag and drop +Oracle Open Office Draw : copying;data from text documents +Oracle Open Office Draw : copying;datasource records in spreadsheets +Oracle Open Office Draw : copying;draw objects +Oracle Open Office Draw : copying;draw objects between documents +Oracle Open Office Draw : copying;formatting +Oracle Open Office Draw : copying;from data source view +Oracle Open Office Draw : copying;from Gallery +Oracle Open Office Draw : copying;in Unix +Oracle Open Office Draw : copying;pictures, between documents +Oracle Open Office Draw : copying;sheet areas, to text documents +Oracle Open Office Draw : copying;slides +Oracle Open Office Draw : copying;text from other documents +Oracle Open Office Draw : copying;to Gallery +Oracle Open Office Draw : copyright for Oracle Open Office +Oracle Open Office Draw : corner points +Oracle Open Office Draw : corner roundings +Oracle Open Office Draw : covered objects +Oracle Open Office Draw : crash reports +Oracle Open Office Draw : criteria of query design (Base) +Oracle Open Office Draw : cropping pictures +Oracle Open Office Draw : cross-fading +Oracle Open Office Draw : cross-fading;creating cross-fades +Oracle Open Office Draw : cross-fading;slides +Oracle Open Office Draw : cross-fading;two draw objects +Oracle Open Office Draw : CTL +Oracle Open Office Draw : CTL;(not) wrapping words +Oracle Open Office Draw : CTL;complex text layout languages +Oracle Open Office Draw : CTL;definition +Oracle Open Office Draw : CTL;options +Oracle Open Office Draw : cubes +Oracle Open Office Draw : currencies +Oracle Open Office Draw : currencies;converters +Oracle Open Office Draw : currencies;format codes +Oracle Open Office Draw : currency field creation +Oracle Open Office Draw : currency formats +Oracle Open Office Draw : cursor +Oracle Open Office Draw : cursor;allowing in protected areas (Writer) +Oracle Open Office Draw : cursor;in read-only text +Oracle Open Office Draw : cursor;quickly moving to an object +Oracle Open Office Draw : curves +Oracle Open Office Draw : curves;converting text to +Oracle Open Office Draw : curves;drawing +Oracle Open Office Draw : curves;editing +Oracle Open Office Draw : curves;editing points +Oracle Open Office Draw : curves;properties in line charts/XY charts +Oracle Open Office Draw : curves;toolbar +Oracle Open Office Draw : custom animation +Oracle Open Office Draw : custom colors +Oracle Open Office Draw : custom dictionaries +Oracle Open Office Draw : custom dictionaries;editing +Oracle Open Office Draw : custom gradients +Oracle Open Office Draw : custom hyphens (Writer) +Oracle Open Office Draw : custom quotes +Oracle Open Office Draw : custom slide shows +Oracle Open Office Draw : custom templates +Oracle Open Office Draw : customizing +Oracle Open Office Draw : customizing;events +Oracle Open Office Draw : customizing;keyboard +Oracle Open Office Draw : customizing;menus +Oracle Open Office Draw : customizing;Oracle Open Office +Oracle Open Office Draw : customizing;round corners +Oracle Open Office Draw : customizing;toolbars +Oracle Open Office Draw : cutting +Oracle Open Office Draw : cylinders +Oracle Open Office Draw : dashes +Oracle Open Office Draw : data +Oracle Open Office Draw : data;filtering in forms +Oracle Open Office Draw : data;forms and subforms +Oracle Open Office Draw : data;read-only +Oracle Open Office Draw : data;sorting in forms +Oracle Open Office Draw : data;user data +Oracle Open Office Draw : data binding change in XForms +Oracle Open Office Draw : data labels in charts +Oracle Open Office Draw : Data Navigator +Oracle Open Office Draw : Data Navigator;adding/editing items +Oracle Open Office Draw : Data Navigator;display options +Oracle Open Office Draw : data ranges in charts +Oracle Open Office Draw : data series +Oracle Open Office Draw : data source browser +Oracle Open Office Draw : data source explorer +Oracle Open Office Draw : data source view +Oracle Open Office Draw : data source view;drag and drop +Oracle Open Office Draw : data source view;overview +Oracle Open Office Draw : data source view;showing +Oracle Open Office Draw : data sources +Oracle Open Office Draw : data sources;as tables +Oracle Open Office Draw : data sources;connection settings (Base) +Oracle Open Office Draw : data sources;copying records to spreadsheets +Oracle Open Office Draw : data sources;displaying current +Oracle Open Office Draw : data sources;LDAP server (Base) +Oracle Open Office Draw : data sources;Oracle Open Office Base +Oracle Open Office Draw : data sources;registering address books +Oracle Open Office Draw : data sources;reports +Oracle Open Office Draw : data sources;setting for stock charts +Oracle Open Office Draw : data sources;viewing +Oracle Open Office Draw : data structure of XForms +Oracle Open Office Draw : data values in charts +Oracle Open Office Draw : data, see also values +Oracle Open Office Draw : database contents +Oracle Open Office Draw : database contents;inserting as tables +Oracle Open Office Draw : database contents;inserting as text +Oracle Open Office Draw : database reports +Oracle Open Office Draw : Database Wizard (Base) +Oracle Open Office Draw : databases +Oracle Open Office Draw : databases;administration through SQL (Base) +Oracle Open Office Draw : databases;ADO (Base) +Oracle Open Office Draw : databases;connecting (Base) +Oracle Open Office Draw : databases;creating +Oracle Open Office Draw : databases;creating labels +Oracle Open Office Draw : databases;creating queries +Oracle Open Office Draw : databases;creating reports +Oracle Open Office Draw : databases;creating tables +Oracle Open Office Draw : databases;deleting (Base) +Oracle Open Office Draw : databases;drag and drop (Base) +Oracle Open Office Draw : databases;editing tables +Oracle Open Office Draw : databases;form filters +Oracle Open Office Draw : databases;formats (Base) +Oracle Open Office Draw : databases;importing/exporting +Oracle Open Office Draw : databases;JDBC (Base) +Oracle Open Office Draw : databases;main page (Base) +Oracle Open Office Draw : databases;ODBC (Base) +Oracle Open Office Draw : databases;overview +Oracle Open Office Draw : databases;registering (Base) +Oracle Open Office Draw : databases;searching records +Oracle Open Office Draw : databases;shortcut keys +Oracle Open Office Draw : databases;sorting +Oracle Open Office Draw : databases;standard filters +Oracle Open Office Draw : databases;text formats +Oracle Open Office Draw : databases;viewing +Oracle Open Office Draw : date fields +Oracle Open Office Draw : date fields;creating +Oracle Open Office Draw : date fields;properties +Oracle Open Office Draw : date formats +Oracle Open Office Draw : date on all slides +Oracle Open Office Draw : dates +Oracle Open Office Draw : dates;default (Calc) +Oracle Open Office Draw : dates;fixed +Oracle Open Office Draw : dates;printing in presentations +Oracle Open Office Draw : dates;start 1900/01/01 (Calc) +Oracle Open Office Draw : dates;start 1904/01/01 (Calc) +Oracle Open Office Draw : dates;variable +Oracle Open Office Draw : dBASE +Oracle Open Office Draw : dBASE;database settings (Base) +Oracle Open Office Draw : DDE +Oracle Open Office Draw : DDE;definition +Oracle Open Office Draw : deactivating +Oracle Open Office Draw : deactivating;plug-ins +Oracle Open Office Draw : decimal places displayed (Calc) +Oracle Open Office Draw : decimal separator key +Oracle Open Office Draw : decimal tab stops +Oracle Open Office Draw : decreasing sizes of views +Oracle Open Office Draw : default directories +Oracle Open Office Draw : default filters +Oracle Open Office Draw : default filters;comparison operators +Oracle Open Office Draw : default filters;databases +Oracle Open Office Draw : default printer +Oracle Open Office Draw : default printer;setting up +Oracle Open Office Draw : default printer;UNIX +Oracle Open Office Draw : default templates +Oracle Open Office Draw : default templates;changing +Oracle Open Office Draw : default templates;organizing +Oracle Open Office Draw : defaults +Oracle Open Office Draw : defaults;documents +Oracle Open Office Draw : defaults;file formats in file dialogs +Oracle Open Office Draw : defaults;file formats in Oracle Open Office +Oracle Open Office Draw : defaults;fonts +Oracle Open Office Draw : defaults;grids (Writer/Calc) +Oracle Open Office Draw : defaults;languages +Oracle Open Office Draw : defaults;number formats +Oracle Open Office Draw : defaults;of saving +Oracle Open Office Draw : defaults;program configuration +Oracle Open Office Draw : defaults;tab stops in text +Oracle Open Office Draw : defaults;views +Oracle Open Office Draw : defining +Oracle Open Office Draw : defining;arrowheads and other line ends +Oracle Open Office Draw : defining;colors +Oracle Open Office Draw : defining;gradients +Oracle Open Office Draw : defining;line styles +Oracle Open Office Draw : defining;paragraph borders +Oracle Open Office Draw : defining;queries (Base) +Oracle Open Office Draw : defining;table borders +Oracle Open Office Draw : deleting +Oracle Open Office Draw : deleting;all direct formatting +Oracle Open Office Draw : deleting;animation effects +Oracle Open Office Draw : deleting;comments +Oracle Open Office Draw : deleting;databases (Base) +Oracle Open Office Draw : deleting;hyperlinks +Oracle Open Office Draw : deleting;layers +Oracle Open Office Draw : deleting;lines in text +Oracle Open Office Draw : deleting;models/instances +Oracle Open Office Draw : deleting;namespaces in XForms +Oracle Open Office Draw : deleting;points +Oracle Open Office Draw : deleting;slide transition effects +Oracle Open Office Draw : deleting;slides +Oracle Open Office Draw : deleting;tab stops +Oracle Open Office Draw : deleting;templates +Oracle Open Office Draw : deleting;XML filters +Oracle Open Office Draw : depth stagger +Oracle Open Office Draw : descriptions for objects +Oracle Open Office Draw : design mode after saving +Oracle Open Office Draw : design view +Oracle Open Office Draw : design view;creating forms +Oracle Open Office Draw : design view;queries/views (Base) +Oracle Open Office Draw : designing +Oracle Open Office Draw : designing;database tables +Oracle Open Office Draw : designing;fonts +Oracle Open Office Draw : designing;queries (Base) +Oracle Open Office Draw : detaching toolbars +Oracle Open Office Draw : dictionaries +Oracle Open Office Draw : dictionaries;common terms in simplified and traditional chinese +Oracle Open Office Draw : dictionaries;creating +Oracle Open Office Draw : dictionaries;editing user-defined +Oracle Open Office Draw : dictionaries;spellcheck +Oracle Open Office Draw : dictionaries, see also languages +Oracle Open Office Draw : digital signatures +Oracle Open Office Draw : digital signatures;getting/managing/applying +Oracle Open Office Draw : digital signatures;overview +Oracle Open Office Draw : digital signatures;WebDAV over HTTPS +Oracle Open Office Draw : dimension lines +Oracle Open Office Draw : dimension lines;drawing +Oracle Open Office Draw : dimension lines;properties of +Oracle Open Office Draw : direct formatting +Oracle Open Office Draw : direct formatting;undoing all +Oracle Open Office Draw : directories +Oracle Open Office Draw : directories;creating new +Oracle Open Office Draw : directories;directory structure +Oracle Open Office Draw : disabled persons +Oracle Open Office Draw : display qualities of presentations +Oracle Open Office Draw : displaying +Oracle Open Office Draw : displaying;comments (Calc) +Oracle Open Office Draw : displaying;comments in text documents +Oracle Open Office Draw : displaying;non-printing characters (Writer) +Oracle Open Office Draw : displaying;pictures and objects (Writer) +Oracle Open Office Draw : displaying;tables (Writer) +Oracle Open Office Draw : displaying;zero values (Calc) +Oracle Open Office Draw : distances +Oracle Open Office Draw : distinct values in SQL queries +Oracle Open Office Draw : distorting in drawings +Oracle Open Office Draw : distorting objects +Oracle Open Office Draw : distributing draw objects +Oracle Open Office Draw : distributing XML filters +Oracle Open Office Draw : docking +Oracle Open Office Draw : docking;definition +Oracle Open Office Draw : docking;toolbars +Oracle Open Office Draw : docking;windows +Oracle Open Office Draw : Document Converter Wizard +Oracle Open Office Draw : Document Map, see Navigator +Oracle Open Office Draw : document types in Oracle Open Office +Oracle Open Office Draw : documents +Oracle Open Office Draw : documents;changing titles +Oracle Open Office Draw : documents;closing +Oracle Open Office Draw : documents;comparing +Oracle Open Office Draw : documents;contents as lists +Oracle Open Office Draw : documents;editing time +Oracle Open Office Draw : documents;exporting +Oracle Open Office Draw : documents;importing +Oracle Open Office Draw : documents;languages +Oracle Open Office Draw : documents;measurement units in +Oracle Open Office Draw : documents;merging +Oracle Open Office Draw : documents;number of pages/tables/sheets +Oracle Open Office Draw : documents;opening +Oracle Open Office Draw : documents;opening in design mode +Oracle Open Office Draw : documents;opening with templates +Oracle Open Office Draw : documents;organizing +Oracle Open Office Draw : documents;printing +Oracle Open Office Draw : documents;read-only +Oracle Open Office Draw : documents;reloading +Oracle Open Office Draw : documents;saving +Oracle Open Office Draw : documents;saving automatically +Oracle Open Office Draw : documents;saving in other formats +Oracle Open Office Draw : documents;sending as e-mail +Oracle Open Office Draw : documents;styles changed +Oracle Open Office Draw : documents;version management +Oracle Open Office Draw : documents;version numbers +Oracle Open Office Draw : donut charts +Oracle Open Office Draw : dotted areas +Oracle Open Office Draw : double-line spacing in paragraphs +Oracle Open Office Draw : double-line writing in Asian layout +Oracle Open Office Draw : doubling draw objects +Oracle Open Office Draw : drag and drop +Oracle Open Office Draw : drag and drop;copying and pasting text +Oracle Open Office Draw : drag and drop;data source view +Oracle Open Office Draw : drag and drop;from Gallery to draw objects +Oracle Open Office Draw : drag and drop;overview +Oracle Open Office Draw : drag and drop;pictures +Oracle Open Office Draw : drag and drop;to Gallery +Oracle Open Office Draw : Draw instructions +Oracle Open Office Draw : draw objects +Oracle Open Office Draw : draw objects;adding/editing/copying +Oracle Open Office Draw : draw objects;anchoring +Oracle Open Office Draw : draw objects;arranging within stacks +Oracle Open Office Draw : draw objects;combining +Oracle Open Office Draw : draw objects;connecting lines to +Oracle Open Office Draw : draw objects;converting text to +Oracle Open Office Draw : draw objects;copying between documents +Oracle Open Office Draw : draw objects;cross-fading two objects +Oracle Open Office Draw : draw objects;displaying (Calc) +Oracle Open Office Draw : draw objects;dropping Gallery pictures +Oracle Open Office Draw : draw objects;duplicating +Oracle Open Office Draw : draw objects;flipping +Oracle Open Office Draw : draw objects;grouping +Oracle Open Office Draw : draw objects;legends +Oracle Open Office Draw : draw objects;positioning and resizing +Oracle Open Office Draw : draw objects;protecting +Oracle Open Office Draw : draw objects;rotating +Oracle Open Office Draw : draw objects;slanting +Oracle Open Office Draw : draw objects;text entry mode +Oracle Open Office Draw : draw objects;text in +Oracle Open Office Draw : drawing +Oracle Open Office Draw : drawing;3D objects +Oracle Open Office Draw : drawing;freeform lines +Oracle Open Office Draw : drawing;lines +Oracle Open Office Draw : drawing;sectors and segments +Oracle Open Office Draw : Drawing bar +Oracle Open Office Draw : drawing lines in text +Oracle Open Office Draw : drawings +Oracle Open Office Draw : drawings;creating/opening +Oracle Open Office Draw : drawings;languages +Oracle Open Office Draw : drawings;printing +Oracle Open Office Draw : drawings;printing defaults +Oracle Open Office Draw : drawings;printing in text documents +Oracle Open Office Draw : drawings;saving +Oracle Open Office Draw : drawings;saving automatically +Oracle Open Office Draw : drawings;saving in other formats +Oracle Open Office Draw : drawings;sending as e-mail +Oracle Open Office Draw : drawings;shortcut keys +Oracle Open Office Draw : drawings;showing (Writer) +Oracle Open Office Draw : drawings;zoom function in +Oracle Open Office Draw : drawings, see also draw objects +Oracle Open Office Draw : drop-down lists in form functions +Oracle Open Office Draw : duplicating draw objects +Oracle Open Office Draw : e-mail attachments +Oracle Open Office Draw : Edit File icon +Oracle Open Office Draw : edit mode +Oracle Open Office Draw : edit mode;after opening +Oracle Open Office Draw : edit mode;through Enter key (Calc) +Oracle Open Office Draw : Edit Points bar +Oracle Open Office Draw : editing +Oracle Open Office Draw : editing;chart axes +Oracle Open Office Draw : editing;chart data +Oracle Open Office Draw : editing;chart legends +Oracle Open Office Draw : editing;chart titles +Oracle Open Office Draw : editing;comments +Oracle Open Office Draw : editing;curves +Oracle Open Office Draw : editing;data binding of XForms +Oracle Open Office Draw : editing;database tables and queries +Oracle Open Office Draw : editing;draw objects +Oracle Open Office Draw : editing;fields +Oracle Open Office Draw : editing;Fontwork objects +Oracle Open Office Draw : editing;gradients +Oracle Open Office Draw : editing;guides and snap points +Oracle Open Office Draw : editing;hyperlinks +Oracle Open Office Draw : editing;menus +Oracle Open Office Draw : editing;objects +Oracle Open Office Draw : editing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Draw : editing;pictures +Oracle Open Office Draw : editing;reports +Oracle Open Office Draw : editing;shortcut keys +Oracle Open Office Draw : editing;slide titles +Oracle Open Office Draw : editing;tab stops +Oracle Open Office Draw : editing;templates +Oracle Open Office Draw : editing;titles +Oracle Open Office Draw : editing;toolbars +Oracle Open Office Draw : editing;undoing +Oracle Open Office Draw : editing;XForms +Oracle Open Office Draw : editing time of documents +Oracle Open Office Draw : editors +Oracle Open Office Draw : editors;formula editor +Oracle Open Office Draw : editors;ImageMap editor +Oracle Open Office Draw : effects +Oracle Open Office Draw : effects;animated slide transitions +Oracle Open Office Draw : effects;applying to/removing from objects +Oracle Open Office Draw : effects;font positions +Oracle Open Office Draw : effects;fonts +Oracle Open Office Draw : effects;Fontwork icons +Oracle Open Office Draw : effects;preview +Oracle Open Office Draw : effects;sounds +Oracle Open Office Draw : ellipses +Oracle Open Office Draw : ellipses;segments +Oracle Open Office Draw : ellipses;toolbars +Oracle Open Office Draw : empty documents +Oracle Open Office Draw : empty paragraph removal +Oracle Open Office Draw : encryption of contents +Oracle Open Office Draw : entering groups +Oracle Open Office Draw : entering text from right to left +Oracle Open Office Draw : equal sign, see also operators +Oracle Open Office Draw : equations in formula editor +Oracle Open Office Draw : error bars in charts +Oracle Open Office Draw : error indicators in charts +Oracle Open Office Draw : Error Report Tool +Oracle Open Office Draw : Euro +Oracle Open Office Draw : Euro;currency formats +Oracle Open Office Draw : Euro;Euro Converter Wizard +Oracle Open Office Draw : even/odd pages +Oracle Open Office Draw : even/odd pages;printing +Oracle Open Office Draw : events +Oracle Open Office Draw : events;assigning scripts +Oracle Open Office Draw : events;controls +Oracle Open Office Draw : events;customizing +Oracle Open Office Draw : events;in forms +Oracle Open Office Draw : Excel +Oracle Open Office Draw : Excel;saving as +Oracle Open Office Draw : Excel;search criteria +Oracle Open Office Draw : exceptions +Oracle Open Office Draw : exceptions;user-defined dictionaries +Oracle Open Office Draw : exchanging, see also replacing +Oracle Open Office Draw : executing SQL commands +Oracle Open Office Draw : exiting +Oracle Open Office Draw : exiting;by clicking objects +Oracle Open Office Draw : exiting;groups +Oracle Open Office Draw : exiting;Oracle Open Office +Oracle Open Office Draw : expanding +Oracle Open Office Draw : expanding;slides +Oracle Open Office Draw : expanding formatting (Calc) +Oracle Open Office Draw : explorer of data sources +Oracle Open Office Draw : export filters +Oracle Open Office Draw : exporting +Oracle Open Office Draw : exporting;animations to GIF format +Oracle Open Office Draw : exporting;bitmaps +Oracle Open Office Draw : exporting;HTML and text documents +Oracle Open Office Draw : exporting;Microsoft Office documents with VBA code +Oracle Open Office Draw : exporting;presentations to HTML +Oracle Open Office Draw : exporting;spreadsheets to text format +Oracle Open Office Draw : exporting;templates +Oracle Open Office Draw : exporting;to foreign formats +Oracle Open Office Draw : exporting;to HTML +Oracle Open Office Draw : exporting;to Macromedia Flash format +Oracle Open Office Draw : exporting;to Microsoft Office formats +Oracle Open Office Draw : exporting;to PDF +Oracle Open Office Draw : exporting;to PostScript format +Oracle Open Office Draw : exporting;to XML +Oracle Open Office Draw : exporting;XML files +Oracle Open Office Draw : extended tips in Help +Oracle Open Office Draw : extension mode in text +Oracle Open Office Draw : extensions +Oracle Open Office Draw : extensions;Extension Manager +Oracle Open Office Draw : extensions;file formats +Oracle Open Office Draw : external keys (Base) +Oracle Open Office Draw : extrusion objects +Oracle Open Office Draw : eyedropper tool +Oracle Open Office Draw : faster printing +Oracle Open Office Draw : faxes +Oracle Open Office Draw : faxes;configuring Oracle Open Office +Oracle Open Office Draw : faxes;fax programs/fax printers under UNIX +Oracle Open Office Draw : faxes;selecting a fax machine +Oracle Open Office Draw : faxes;sending +Oracle Open Office Draw : faxes;wizards +Oracle Open Office Draw : feedback +Oracle Open Office Draw : feedback;automatically +Oracle Open Office Draw : fields +Oracle Open Office Draw : fields;authors +Oracle Open Office Draw : fields;database tables +Oracle Open Office Draw : fields;dates (fixed) +Oracle Open Office Draw : fields;dates (variable) +Oracle Open Office Draw : fields;displaying field codes (Writer) +Oracle Open Office Draw : fields;editing +Oracle Open Office Draw : fields;file names +Oracle Open Office Draw : fields;formatted fields +Oracle Open Office Draw : fields;formatting +Oracle Open Office Draw : fields;in slides +Oracle Open Office Draw : fields;page numbers +Oracle Open Office Draw : fields;times (fixed) +Oracle Open Office Draw : fields;times (variable) +Oracle Open Office Draw : fields;updating automatically (Writer) +Oracle Open Office Draw : file associations for Microsoft Office +Oracle Open Office Draw : file filters +Oracle Open Office Draw : file filters;mobile devices +Oracle Open Office Draw : file filters;XML +Oracle Open Office Draw : file formats +Oracle Open Office Draw : file formats;changing Oracle Open Office defaults +Oracle Open Office Draw : file formats;OpenDocument/XML +Oracle Open Office Draw : file formats;saving always in other formats +Oracle Open Office Draw : file selection button +Oracle Open Office Draw : file sharing options for current document +Oracle Open Office Draw : files +Oracle Open Office Draw : files;filters and formats +Oracle Open Office Draw : files;importing +Oracle Open Office Draw : files;inserting +Oracle Open Office Draw : files;inserting pictures +Oracle Open Office Draw : files;opening +Oracle Open Office Draw : files;properties +Oracle Open Office Draw : files;saving +Oracle Open Office Draw : files;saving automatically +Oracle Open Office Draw : files;saving in other formats +Oracle Open Office Draw : files;sending as e-mail +Oracle Open Office Draw : files;version numbers +Oracle Open Office Draw : files and folders in Oracle Open Office +Oracle Open Office Draw : fill characters with tabulators +Oracle Open Office Draw : fill colors for areas +Oracle Open Office Draw : fill format mode +Oracle Open Office Draw : fill format mode;styles +Oracle Open Office Draw : fill patterns for areas +Oracle Open Office Draw : filter conditions +Oracle Open Office Draw : filter conditions;connecting +Oracle Open Office Draw : filter conditions;in queries (Base) +Oracle Open Office Draw : filtering +Oracle Open Office Draw : filtering;data in databases +Oracle Open Office Draw : filtering;data in forms +Oracle Open Office Draw : filters +Oracle Open Office Draw : filters;comparison operators +Oracle Open Office Draw : filters;for import and export +Oracle Open Office Draw : filters;Navigator +Oracle Open Office Draw : filters;pictures +Oracle Open Office Draw : filters;XML filter settings +Oracle Open Office Draw : Find tab in Help +Oracle Open Office Draw : finding +Oracle Open Office Draw : finding;in all sheets +Oracle Open Office Draw : finding;records in form documents +Oracle Open Office Draw : finding;selections +Oracle Open Office Draw : finding;similarity search +Oracle Open Office Draw : fitting to pages +Oracle Open Office Draw : fitting to pages;individual slides +Oracle Open Office Draw : fitting to pages;print settings in Math +Oracle Open Office Draw : fitting to pages;print settings in presentations +Oracle Open Office Draw : fixed text +Oracle Open Office Draw : fixed text;form functions +Oracle Open Office Draw : fixing toolbars +Oracle Open Office Draw : flipping around a flip line +Oracle Open Office Draw : flipping draw objects +Oracle Open Office Draw : floating frames in HTML documents +Oracle Open Office Draw : floating text +Oracle Open Office Draw : floating toolbars +Oracle Open Office Draw : flowcharts +Oracle Open Office Draw : focus of controls +Oracle Open Office Draw : folder creation +Oracle Open Office Draw : font lists +Oracle Open Office Draw : font name box +Oracle Open Office Draw : font sizes +Oracle Open Office Draw : font sizes;bullets +Oracle Open Office Draw : font sizes;relative changes +Oracle Open Office Draw : font sizes;scaling on screen +Oracle Open Office Draw : font sizes;text +Oracle Open Office Draw : fonts +Oracle Open Office Draw : fonts;adding under UNIX +Oracle Open Office Draw : fonts;changing in templates +Oracle Open Office Draw : fonts;colors +Oracle Open Office Draw : fonts;default settings +Oracle Open Office Draw : fonts;effects +Oracle Open Office Draw : fonts;for HTML and Basic +Oracle Open Office Draw : fonts;formats +Oracle Open Office Draw : fonts;outlines +Oracle Open Office Draw : fonts;positions in text +Oracle Open Office Draw : fonts;shadows +Oracle Open Office Draw : fonts;specifying several +Oracle Open Office Draw : fonts;strikethrough +Oracle Open Office Draw : fonts;styles +Oracle Open Office Draw : fonts;text objects +Oracle Open Office Draw : Fontwork icons +Oracle Open Office Draw : footers +Oracle Open Office Draw : footers;backgrounds +Oracle Open Office Draw : footers;slide masters +Oracle Open Office Draw : footers;slides +Oracle Open Office Draw : form controls +Oracle Open Office Draw : form controls;assigning macros +Oracle Open Office Draw : form controls;protecting +Oracle Open Office Draw : form controls;toolbars +Oracle Open Office Draw : form fields +Oracle Open Office Draw : form filters +Oracle Open Office Draw : Form Navigator +Oracle Open Office Draw : format codes +Oracle Open Office Draw : format codes;numbers +Oracle Open Office Draw : format filling printing in Oracle Open Office Math +Oracle Open Office Draw : Format Paintbrush +Oracle Open Office Draw : formats +Oracle Open Office Draw : formats;Asian layout +Oracle Open Office Draw : formats;fonts +Oracle Open Office Draw : formats;maximizing page formats +Oracle Open Office Draw : formats;number and currency formats +Oracle Open Office Draw : formats;of currencies/date/time +Oracle Open Office Draw : formats;on opening and saving +Oracle Open Office Draw : formats;pasting in special formats +Oracle Open Office Draw : formats;positions +Oracle Open Office Draw : formats;tabulators +Oracle Open Office Draw : formatted fields +Oracle Open Office Draw : formatted fields;form functions +Oracle Open Office Draw : formatted fields;properties +Oracle Open Office Draw : formatting +Oracle Open Office Draw : formatting;Asian typography +Oracle Open Office Draw : formatting;axes in charts +Oracle Open Office Draw : formatting;chart areas +Oracle Open Office Draw : formatting;chart floors +Oracle Open Office Draw : formatting;chart legends +Oracle Open Office Draw : formatting;chart titles +Oracle Open Office Draw : formatting;chart walls +Oracle Open Office Draw : formatting;copying +Oracle Open Office Draw : formatting;definition +Oracle Open Office Draw : formatting;expanding (Calc) +Oracle Open Office Draw : formatting;fields +Oracle Open Office Draw : formatting;font effects +Oracle Open Office Draw : formatting;hyperlinks +Oracle Open Office Draw : formatting;pages +Oracle Open Office Draw : formatting;printer metrics (Writer) +Oracle Open Office Draw : formatting;slides +Oracle Open Office Draw : formatting;slides headings +Oracle Open Office Draw : formatting;undoing +Oracle Open Office Draw : formatting;undoing when writing +Oracle Open Office Draw : forms +Oracle Open Office Draw : forms;browsing +Oracle Open Office Draw : forms;Combo Box/List Box Wizard +Oracle Open Office Draw : forms;creating +Oracle Open Office Draw : forms;data +Oracle Open Office Draw : forms;designing (Base) +Oracle Open Office Draw : forms;events +Oracle Open Office Draw : forms;filtering data +Oracle Open Office Draw : forms;finding records +Oracle Open Office Draw : forms;focus after opening +Oracle Open Office Draw : forms;general information (Base) +Oracle Open Office Draw : forms;grouping controls +Oracle Open Office Draw : forms;HTML filters +Oracle Open Office Draw : forms;inserting +Oracle Open Office Draw : forms;Navigator +Oracle Open Office Draw : forms;opening in design mode +Oracle Open Office Draw : forms;properties +Oracle Open Office Draw : forms;sorting data +Oracle Open Office Draw : forms;subforms +Oracle Open Office Draw : forms;wizards +Oracle Open Office Draw : forms;XForms +Oracle Open Office Draw : formula texts +Oracle Open Office Draw : formula texts;printing in Oracle Open Office Math +Oracle Open Office Draw : formulas +Oracle Open Office Draw : formulas;new +Oracle Open Office Draw : formulas;starting formula editor +Oracle Open Office Draw : formulas in reports +Oracle Open Office Draw : formulas in reports;editing +Oracle Open Office Draw : forums and support +Oracle Open Office Draw : frames +Oracle Open Office Draw : frames;around paragraphs +Oracle Open Office Draw : frames;around tables +Oracle Open Office Draw : frames;AutoCorrect function +Oracle Open Office Draw : frames;backgrounds +Oracle Open Office Draw : frames;captions (Writer) +Oracle Open Office Draw : frames;printing in Oracle Open Office Math +Oracle Open Office Draw : frames;protecting +Oracle Open Office Draw : frames;selection frames +Oracle Open Office Draw : frames;text fitting to frames +Oracle Open Office Draw : freeform lines +Oracle Open Office Draw : freeform lines;draw functions +Oracle Open Office Draw : freeform lines;drawing +Oracle Open Office Draw : FTP +Oracle Open Office Draw : FTP;opening documents +Oracle Open Office Draw : FTP;saving documents +Oracle Open Office Draw : full joins (Base) +Oracle Open Office Draw : full screen view +Oracle Open Office Draw : full-text search in Help +Oracle Open Office Draw : functions in reports +Oracle Open Office Draw : functions in reports;editing +Oracle Open Office Draw : Gallery +Oracle Open Office Draw : Gallery;adding pictures +Oracle Open Office Draw : Gallery;dragging pictures to draw objects +Oracle Open Office Draw : Gallery;hiding/showing +Oracle Open Office Draw : Gallery;inserting pictures from +Oracle Open Office Draw : geometric forms +Oracle Open Office Draw : get method for form transmissions +Oracle Open Office Draw : getting support +Oracle Open Office Draw : GIF format +Oracle Open Office Draw : GIF images +Oracle Open Office Draw : GIF images;animating +Oracle Open Office Draw : GIF images;replacing colors +Oracle Open Office Draw : glossaries +Oracle Open Office Draw : glossaries;common terms +Oracle Open Office Draw : glossaries;Internet terms +Oracle Open Office Draw : glue points +Oracle Open Office Draw : glue points;using +Oracle Open Office Draw : gradients +Oracle Open Office Draw : gradients;applying and defining +Oracle Open Office Draw : gradients;defining colors +Oracle Open Office Draw : gradients;loading lists +Oracle Open Office Draw : gradients;transparent +Oracle Open Office Draw : gradients off for faster printing +Oracle Open Office Draw : graphic objects, see draw objects +Oracle Open Office Draw : graphical text art +Oracle Open Office Draw : graphics +Oracle Open Office Draw : graphics;cache +Oracle Open Office Draw : graphics;protecting +Oracle Open Office Draw : graphics, see also pictures +Oracle Open Office Draw : grayscale display +Oracle Open Office Draw : grayscale printing +Oracle Open Office Draw : grid controls +Oracle Open Office Draw : grid controls;form functions +Oracle Open Office Draw : grids +Oracle Open Office Draw : grids;defaults (Writer/Calc) +Oracle Open Office Draw : grids;display options (Impress/Draw) +Oracle Open Office Draw : grids;displaying lines (Calc) +Oracle Open Office Draw : grids;formatting axes +Oracle Open Office Draw : grids;inserting in charts +Oracle Open Office Draw : group box creation +Oracle Open Office Draw : grouping +Oracle Open Office Draw : grouping;draw objects +Oracle Open Office Draw : groups +Oracle Open Office Draw : groups;entering/exiting/ungrouping +Oracle Open Office Draw : groups;naming +Oracle Open Office Draw : groups;of controls +Oracle Open Office Draw : guides +Oracle Open Office Draw : guides;display options (Impress/Draw) +Oracle Open Office Draw : guides;displaying when moving objects (Impress) +Oracle Open Office Draw : guides;editing +Oracle Open Office Draw : guides;inserting +Oracle Open Office Draw : guides;show snap lines icon +Oracle Open Office Draw : guides;showing (Calc) +Oracle Open Office Draw : guides;showing when moving frames (Writer) +Oracle Open Office Draw : gutter +Oracle Open Office Draw : half-spheres +Oracle Open Office Draw : hand icon for moving slides +Oracle Open Office Draw : handles +Oracle Open Office Draw : handles;displaying (Writer) +Oracle Open Office Draw : handles;large +Oracle Open Office Draw : handles;scaling +Oracle Open Office Draw : handles;showing simple/large handles (Calc) +Oracle Open Office Draw : handles;simple +Oracle Open Office Draw : handout printing +Oracle Open Office Draw : Hangul/Hanja +Oracle Open Office Draw : hatching +Oracle Open Office Draw : hatching +Oracle Open Office Draw : hatching;loading lists +Oracle Open Office Draw : headers +Oracle Open Office Draw : headers;backgrounds +Oracle Open Office Draw : headers and footers +Oracle Open Office Draw : headers and footers;master layouts +Oracle Open Office Draw : headers and footers;slide masters +Oracle Open Office Draw : headers and footers;slides +Oracle Open Office Draw : headings +Oracle Open Office Draw : headings;entering as text box +Oracle Open Office Draw : Hebrew +Oracle Open Office Draw : Hebrew;entering text +Oracle Open Office Draw : Hebrew;language settings +Oracle Open Office Draw : Help +Oracle Open Office Draw : Help;bookmarks +Oracle Open Office Draw : Help;extended tips on/off +Oracle Open Office Draw : Help;full-text search +Oracle Open Office Draw : Help;Help tips +Oracle Open Office Draw : Help;keywords +Oracle Open Office Draw : Help;navigation pane showing/hiding +Oracle Open Office Draw : Help;style sheets +Oracle Open Office Draw : Help;topics +Oracle Open Office Draw : Help Agent +Oracle Open Office Draw : Help Agent;help +Oracle Open Office Draw : Help Agent;options +Oracle Open Office Draw : Help tips +Oracle Open Office Draw : Help tips;hiding +Oracle Open Office Draw : hidden controls in Form Navigator +Oracle Open Office Draw : hidden fields display (Writer) +Oracle Open Office Draw : hidden pages +Oracle Open Office Draw : hidden pages;printing in presentations +Oracle Open Office Draw : hidden pages;showing +Oracle Open Office Draw : hidden text +Oracle Open Office Draw : hidden text;showing (Writer) +Oracle Open Office Draw : hiding +Oracle Open Office Draw : hiding;changes +Oracle Open Office Draw : hiding;chart legends +Oracle Open Office Draw : hiding;docked windows +Oracle Open Office Draw : hiding;layers +Oracle Open Office Draw : hiding;levels +Oracle Open Office Draw : hiding;navigation pane in Help window +Oracle Open Office Draw : hiding;slides +Oracle Open Office Draw : hiding;subpoints +Oracle Open Office Draw : high contrast mode +Oracle Open Office Draw : Hindi +Oracle Open Office Draw : Hindi;entering text +Oracle Open Office Draw : Hindi;language settings +Oracle Open Office Draw : horizontal scrollbars (Writer) +Oracle Open Office Draw : hot spots in flowcharts +Oracle Open Office Draw : hotspots +Oracle Open Office Draw : HowTos for charts +Oracle Open Office Draw : Howtos for Draw +Oracle Open Office Draw : HTML +Oracle Open Office Draw : HTML;definition +Oracle Open Office Draw : HTML;export character set +Oracle Open Office Draw : HTML;exporting from presentations +Oracle Open Office Draw : HTML;fonts for source display +Oracle Open Office Draw : HTML;importing into presentations +Oracle Open Office Draw : HTML;importing META tags +Oracle Open Office Draw : HTML;inserting files +Oracle Open Office Draw : HTML;live presentations +Oracle Open Office Draw : HTML documents +Oracle Open Office Draw : HTML documents;auto reloading +Oracle Open Office Draw : HTML documents;importing/exporting +Oracle Open Office Draw : HTML documents;META tags in +Oracle Open Office Draw : HTML documents;new +Oracle Open Office Draw : HTML documents;source text +Oracle Open Office Draw : hyperlinks +Oracle Open Office Draw : hyperlinks;assigning macros +Oracle Open Office Draw : hyperlinks;character formats +Oracle Open Office Draw : hyperlinks;definition +Oracle Open Office Draw : hyperlinks;deleting +Oracle Open Office Draw : hyperlinks;editing +Oracle Open Office Draw : hyperlinks;inserting +Oracle Open Office Draw : hyperlinks;relative and absolute +Oracle Open Office Draw : hyperlinks;turning off automatic recognition +Oracle Open Office Draw : hyperlinks, see also links +Oracle Open Office Draw : hyphenation +Oracle Open Office Draw : hyphenation;activating for a language +Oracle Open Office Draw : hyphenation;minimal number of characters +Oracle Open Office Draw : hyphens +Oracle Open Office Draw : hyphens;displaying custom (Writer) +Oracle Open Office Draw : hyphens;inserting custom +Oracle Open Office Draw : icon bars, see toolbars +Oracle Open Office Draw : icon sizes +Oracle Open Office Draw : ignore list for spellcheck +Oracle Open Office Draw : illumination +Oracle Open Office Draw : illumination;3D charts +Oracle Open Office Draw : illustrations, see pictures +Oracle Open Office Draw : image button creation +Oracle Open Office Draw : image control creation +Oracle Open Office Draw : ImageMap +Oracle Open Office Draw : ImageMap;definition +Oracle Open Office Draw : ImageMap;editor +Oracle Open Office Draw : images +Oracle Open Office Draw : images;ImageMap +Oracle Open Office Draw : images;inserting +Oracle Open Office Draw : images;inserting and editing bitmaps +Oracle Open Office Draw : images, see also pictures +Oracle Open Office Draw : IME +Oracle Open Office Draw : IME;definition +Oracle Open Office Draw : IME;showing/hiding +Oracle Open Office Draw : import filters +Oracle Open Office Draw : import restrictions for Microsoft Office +Oracle Open Office Draw : importing +Oracle Open Office Draw : importing;bitmaps +Oracle Open Office Draw : importing;compatibility settings for text import +Oracle Open Office Draw : importing;databases +Oracle Open Office Draw : importing;documents in other formats +Oracle Open Office Draw : importing;from XML +Oracle Open Office Draw : importing;HTML and text documents +Oracle Open Office Draw : importing;HTML with META tags +Oracle Open Office Draw : importing;Microsoft Office documents with VBA code +Oracle Open Office Draw : importing;presentations with HTML +Oracle Open Office Draw : importing;tables in text format +Oracle Open Office Draw : importing;templates +Oracle Open Office Draw : improvement program +Oracle Open Office Draw : in front of object command +Oracle Open Office Draw : inches +Oracle Open Office Draw : including spreadsheets +Oracle Open Office Draw : increasing sizes of views +Oracle Open Office Draw : Index tab in Help +Oracle Open Office Draw : indexes +Oracle Open Office Draw : indexes;backgrounds +Oracle Open Office Draw : indexes;showing/hiding Help index tab +Oracle Open Office Draw : indicator lines in text +Oracle Open Office Draw : inner joins (Base) +Oracle Open Office Draw : input method window +Oracle Open Office Draw : insert mode for entering text +Oracle Open Office Draw : inserting +Oracle Open Office Draw : inserting;3D objects +Oracle Open Office Draw : inserting;arrows +Oracle Open Office Draw : inserting;buttons in toolbars +Oracle Open Office Draw : inserting;callouts in presentations +Oracle Open Office Draw : inserting;cell ranges from spreadsheets +Oracle Open Office Draw : inserting;charts +Oracle Open Office Draw : inserting;clipboard options +Oracle Open Office Draw : inserting;columns +Oracle Open Office Draw : inserting;comments +Oracle Open Office Draw : inserting;data from text documents +Oracle Open Office Draw : inserting;datasource records in spreadsheets +Oracle Open Office Draw : inserting;drawings +Oracle Open Office Draw : inserting;ellipses +Oracle Open Office Draw : inserting;files +Oracle Open Office Draw : inserting;floating frames +Oracle Open Office Draw : inserting;Fontwork objects +Oracle Open Office Draw : inserting;form fields +Oracle Open Office Draw : inserting;headers/footers in all slides +Oracle Open Office Draw : inserting;hyperlinks +Oracle Open Office Draw : inserting;layers +Oracle Open Office Draw : inserting;line breaks in cells +Oracle Open Office Draw : inserting;lines +Oracle Open Office Draw : inserting;movies/sounds +Oracle Open Office Draw : inserting;new text tables defaults +Oracle Open Office Draw : inserting;objects from files +Oracle Open Office Draw : inserting;objects from Gallery +Oracle Open Office Draw : inserting;OLE objects +Oracle Open Office Draw : inserting;paragraph borders +Oracle Open Office Draw : inserting;paragraph bullets +Oracle Open Office Draw : inserting;pictures +Oracle Open Office Draw : inserting;pictures in Gallery +Oracle Open Office Draw : inserting;plug-ins +Oracle Open Office Draw : inserting;polygons +Oracle Open Office Draw : inserting;push buttons +Oracle Open Office Draw : inserting;rectangles +Oracle Open Office Draw : inserting;rows +Oracle Open Office Draw : inserting;slides +Oracle Open Office Draw : inserting;slides as links +Oracle Open Office Draw : inserting;slides from files +Oracle Open Office Draw : inserting;special characters +Oracle Open Office Draw : inserting;tab stops +Oracle Open Office Draw : inserting;text frames +Oracle Open Office Draw : inserting;text in presentations +Oracle Open Office Draw : inserting;textures on chart bars +Oracle Open Office Draw : installing +Oracle Open Office Draw : installing;ActiveX control +Oracle Open Office Draw : installing;mobile device filters +Oracle Open Office Draw : installing;UNO components +Oracle Open Office Draw : installing;XML filters +Oracle Open Office Draw : instructions +Oracle Open Office Draw : instructions;general +Oracle Open Office Draw : instructions;Oracle Open Office Draw +Oracle Open Office Draw : instructions;Oracle Open Office Impress +Oracle Open Office Draw : interactions +Oracle Open Office Draw : interactions;hot spots +Oracle Open Office Draw : interactions;objects in interactive presentations +Oracle Open Office Draw : interactions;preview +Oracle Open Office Draw : Internet +Oracle Open Office Draw : Internet;checking for updates +Oracle Open Office Draw : Internet;Internet Explorer for displaying Oracle Open Office documents +Oracle Open Office Draw : Internet;presentations +Oracle Open Office Draw : Internet;starting searches +Oracle Open Office Draw : Internet glossary +Oracle Open Office Draw : intersecting draw objects +Oracle Open Office Draw : invert filter +Oracle Open Office Draw : invisible areas +Oracle Open Office Draw : italic text +Oracle Open Office Draw : iterative references in spreadsheets +Oracle Open Office Draw : Java +Oracle Open Office Draw : Java;definition +Oracle Open Office Draw : Java;setting options +Oracle Open Office Draw : JDBC +Oracle Open Office Draw : JDBC;databases (Base) +Oracle Open Office Draw : JDBC;definition +Oracle Open Office Draw : joining +Oracle Open Office Draw : joining;3D objects +Oracle Open Office Draw : joining;paragraphs +Oracle Open Office Draw : joining;tables (Base) +Oracle Open Office Draw : joins in databases (Base) +Oracle Open Office Draw : justifying text +Oracle Open Office Draw : kerning +Oracle Open Office Draw : kerning;Asian texts +Oracle Open Office Draw : kerning;definition +Oracle Open Office Draw : kerning;in characters +Oracle Open Office Draw : key fields for relations (Base) +Oracle Open Office Draw : keyboard +Oracle Open Office Draw : keyboard;assigning/editing shortcut keys +Oracle Open Office Draw : keyboard;general commands +Oracle Open Office Draw : keyboard;removing numbering +Oracle Open Office Draw : keyboard;zooming +Oracle Open Office Draw : keys +Oracle Open Office Draw : keys;adding push buttons +Oracle Open Office Draw : keys;primary keys (Base) +Oracle Open Office Draw : kiosk export +Oracle Open Office Draw : labels +Oracle Open Office Draw : labels;creating and synchronizing +Oracle Open Office Draw : labels;for charts +Oracle Open Office Draw : labels;for draw objects +Oracle Open Office Draw : labels;form functions +Oracle Open Office Draw : labels;from databases +Oracle Open Office Draw : labels, see also names/callouts +Oracle Open Office Draw : languages +Oracle Open Office Draw : languages;activating modules +Oracle Open Office Draw : languages;Asian support +Oracle Open Office Draw : languages;complex text layout +Oracle Open Office Draw : languages;locale settings +Oracle Open Office Draw : languages;selecting for text +Oracle Open Office Draw : languages;setting options +Oracle Open Office Draw : languages;spellcheck +Oracle Open Office Draw : languages;spellchecking and formatting +Oracle Open Office Draw : large handles (Writer) +Oracle Open Office Draw : large icons +Oracle Open Office Draw : layer arrangement +Oracle Open Office Draw : layers +Oracle Open Office Draw : layers;definition +Oracle Open Office Draw : layers;deleting +Oracle Open Office Draw : layers;inserting and editing +Oracle Open Office Draw : layers;moving objects +Oracle Open Office Draw : layers;renaming +Oracle Open Office Draw : layers;working with +Oracle Open Office Draw : layout +Oracle Open Office Draw : layout;importing Word documents +Oracle Open Office Draw : layout;pages +Oracle Open Office Draw : layout;printing handouts +Oracle Open Office Draw : LDAP server +Oracle Open Office Draw : LDAP server;address books (Base) +Oracle Open Office Draw : LDAP server;sign on options +Oracle Open Office Draw : leading between paragraphs +Oracle Open Office Draw : left alignment of paragraphs +Oracle Open Office Draw : left joins (Base) +Oracle Open Office Draw : legends +Oracle Open Office Draw : legends;charts +Oracle Open Office Draw : legends;draw objects +Oracle Open Office Draw : legends;drawings +Oracle Open Office Draw : legends;rounding corners +Oracle Open Office Draw : Letter Wizard +Oracle Open Office Draw : levels +Oracle Open Office Draw : levels;depth stagger +Oracle Open Office Draw : levels;hiding +Oracle Open Office Draw : levels;macro security +Oracle Open Office Draw : levels;showing +Oracle Open Office Draw : limits of tables (Writer) +Oracle Open Office Draw : line breaks +Oracle Open Office Draw : line breaks;in cells +Oracle Open Office Draw : line charts +Oracle Open Office Draw : line spacing +Oracle Open Office Draw : line spacing;context menu in paragraphs +Oracle Open Office Draw : line spacing;paragraph +Oracle Open Office Draw : line styles +Oracle Open Office Draw : line styles;applying +Oracle Open Office Draw : line styles;defining +Oracle Open Office Draw : line styles;loading +Oracle Open Office Draw : lines +Oracle Open Office Draw : lines;about line ends +Oracle Open Office Draw : lines;connecting objects +Oracle Open Office Draw : lines;defining ends +Oracle Open Office Draw : lines;draw functions +Oracle Open Office Draw : lines;drawing +Oracle Open Office Draw : lines;drawing in text +Oracle Open Office Draw : lines;editing points +Oracle Open Office Draw : lines;inserting +Oracle Open Office Draw : lines;removing automatic lines +Oracle Open Office Draw : lines of text +Oracle Open Office Draw : lines of text;alignment +Oracle Open Office Draw : links +Oracle Open Office Draw : links;between cells and controls +Oracle Open Office Draw : links;by drag and drop +Oracle Open Office Draw : links;character formats +Oracle Open Office Draw : links;definition +Oracle Open Office Draw : links;editing hyperlinks +Oracle Open Office Draw : links;inserting +Oracle Open Office Draw : links;modifying +Oracle Open Office Draw : links;opening files with +Oracle Open Office Draw : links;relational databases (Base) +Oracle Open Office Draw : links;turning off automatic recognition +Oracle Open Office Draw : links;updating options (Writer) +Oracle Open Office Draw : links;updating specific links +Oracle Open Office Draw : list box creation +Oracle Open Office Draw : lists +Oracle Open Office Draw : lists;animations +Oracle Open Office Draw : lists;data assigned to controls +Oracle Open Office Draw : lists;registered databases (Base) +Oracle Open Office Draw : lists;regular expressions +Oracle Open Office Draw : live presentations on the Internet +Oracle Open Office Draw : loading +Oracle Open Office Draw : loading;arrow and line styles +Oracle Open Office Draw : loading;colors/gradients/hatchings +Oracle Open Office Draw : loading;documents +Oracle Open Office Draw : loading;documents from other formats +Oracle Open Office Draw : loading;HTML documents, automatically +Oracle Open Office Draw : loading;Microsoft Office documents with VBA code +Oracle Open Office Draw : loading;reloading +Oracle Open Office Draw : loading;XML files +Oracle Open Office Draw : locale settings +Oracle Open Office Draw : locking layers +Oracle Open Office Draw : logarithmic scaling along axes +Oracle Open Office Draw : lowercase letters +Oracle Open Office Draw : lowercase letters;font effects +Oracle Open Office Draw : Macro Wizard (Base) +Oracle Open Office Draw : Macromedia Flash export +Oracle Open Office Draw : macros +Oracle Open Office Draw : macros;assigning to events in forms +Oracle Open Office Draw : macros;attaching new (Base) +Oracle Open Office Draw : macros;in MS Office documents +Oracle Open Office Draw : macros;interrupting +Oracle Open Office Draw : macros;organizing +Oracle Open Office Draw : macros;recording +Oracle Open Office Draw : macros;running in presentations +Oracle Open Office Draw : macros;security +Oracle Open Office Draw : macros;security levels +Oracle Open Office Draw : macros;security warning dialog +Oracle Open Office Draw : macros;selecting security warnings +Oracle Open Office Draw : magnetic lines in presentations +Oracle Open Office Draw : magnifiers +Oracle Open Office Draw : margins +Oracle Open Office Draw : margins;pages +Oracle Open Office Draw : margins;setting with the mouse +Oracle Open Office Draw : margins;shadows +Oracle Open Office Draw : marking changes +Oracle Open Office Draw : marking, see selecting +Oracle Open Office Draw : master layouts with headers and footers +Oracle Open Office Draw : master pages, see slide masters +Oracle Open Office Draw : master views +Oracle Open Office Draw : Math formula editor +Oracle Open Office Draw : mean value lines in charts +Oracle Open Office Draw : measurement units +Oracle Open Office Draw : measurement units;changing on rulers +Oracle Open Office Draw : measurement units;converting +Oracle Open Office Draw : measurement units;selecting +Oracle Open Office Draw : Media Player window +Oracle Open Office Draw : menus +Oracle Open Office Draw : menus;activating context menus +Oracle Open Office Draw : menus;assigning macros +Oracle Open Office Draw : menus;customizing +Oracle Open Office Draw : merging +Oracle Open Office Draw : merging;documents +Oracle Open Office Draw : merging;draw objects +Oracle Open Office Draw : META tags +Oracle Open Office Draw : metafiles +Oracle Open Office Draw : metafiles;converting to +Oracle Open Office Draw : metafiles;replacing colors +Oracle Open Office Draw : metrics +Oracle Open Office Draw : metrics;converting +Oracle Open Office Draw : metrics;document formatting (Writer) +Oracle Open Office Draw : metrics;in sheets +Oracle Open Office Draw : Microsoft Office +Oracle Open Office Draw : Microsoft Office;Access databases (base) +Oracle Open Office Draw : Microsoft Office;as default file format +Oracle Open Office Draw : Microsoft Office;document import restrictions +Oracle Open Office Draw : Microsoft Office;feature comparisons +Oracle Open Office Draw : Microsoft Office;importing password protected files +Oracle Open Office Draw : Microsoft Office;importing Word documents +Oracle Open Office Draw : Microsoft Office;importing/exporting VBA code +Oracle Open Office Draw : Microsoft Office;new users information +Oracle Open Office Draw : Microsoft Office;opening Microsoft documents +Oracle Open Office Draw : Microsoft Office;reassigning document types +Oracle Open Office Draw : migrating macros (Base) +Oracle Open Office Draw : mirroring objects +Oracle Open Office Draw : mobile device filters +Oracle Open Office Draw : models in XForms +Oracle Open Office Draw : modifying, see changing +Oracle Open Office Draw : more controls +Oracle Open Office Draw : mosaic filter +Oracle Open Office Draw : motion paths +Oracle Open Office Draw : mouse +Oracle Open Office Draw : mouse;pointers when using drag and drop +Oracle Open Office Draw : mouse;positioning +Oracle Open Office Draw : movies +Oracle Open Office Draw : moving +Oracle Open Office Draw : moving;between layers +Oracle Open Office Draw : moving;objects in slides +Oracle Open Office Draw : moving;tab stops on ruler +Oracle Open Office Draw : moving;toolbars +Oracle Open Office Draw : moving;using guide lines in presentations +Oracle Open Office Draw : MS ADO interface (Base) +Oracle Open Office Draw : multi-line titles in forms +Oracle Open Office Draw : multiple documents +Oracle Open Office Draw : multiple documents;opening +Oracle Open Office Draw : multiple monitors +Oracle Open Office Draw : multiple selection +Oracle Open Office Draw : multiplying draw objects +Oracle Open Office Draw : music +Oracle Open Office Draw : My Documents folder +Oracle Open Office Draw : My Documents folder;changing work directory +Oracle Open Office Draw : My Documents folder;opening +Oracle Open Office Draw : MySQL databases (Base) +Oracle Open Office Draw : names +Oracle Open Office Draw : names;multi-line titles +Oracle Open Office Draw : names;objects +Oracle Open Office Draw : names, see also labels/callouts +Oracle Open Office Draw : namespace organization in XForms +Oracle Open Office Draw : native SQL (Base) +Oracle Open Office Draw : navigating +Oracle Open Office Draw : navigating;in documents +Oracle Open Office Draw : Navigation bar +Oracle Open Office Draw : Navigation bar;controls +Oracle Open Office Draw : Navigation bar;forms +Oracle Open Office Draw : Navigator +Oracle Open Office Draw : Navigator;comments +Oracle Open Office Draw : Navigator;contents as lists +Oracle Open Office Draw : Navigator;docking +Oracle Open Office Draw : Navigator;presentations +Oracle Open Office Draw : Navigator;working with +Oracle Open Office Draw : net charts +Oracle Open Office Draw : network identity options +Oracle Open Office Draw : new databases +Oracle Open Office Draw : new documents +Oracle Open Office Draw : new lines in cells +Oracle Open Office Draw : new windows +Oracle Open Office Draw : non-breaking dashes +Oracle Open Office Draw : non-breaking spaces (Writer) +Oracle Open Office Draw : non-printing characters (Writer) +Oracle Open Office Draw : normal view +Oracle Open Office Draw : normal view;backgrounds +Oracle Open Office Draw : normal view;presentations +Oracle Open Office Draw : notes +Oracle Open Office Draw : notes;adding to slides +Oracle Open Office Draw : notes;default formatting +Oracle Open Office Draw : notes;printing in presentations +Oracle Open Office Draw : number formats +Oracle Open Office Draw : number formats;codes +Oracle Open Office Draw : number formats;formats +Oracle Open Office Draw : number formats;recognition in text tables +Oracle Open Office Draw : number of pages +Oracle Open Office Draw : number of sheets +Oracle Open Office Draw : number of tables +Oracle Open Office Draw : numbering +Oracle Open Office Draw : numbering;options +Oracle Open Office Draw : numbering;turning off +Oracle Open Office Draw : numbering;using automatically +Oracle Open Office Draw : numbers +Oracle Open Office Draw : numbers;date, time and currency formats +Oracle Open Office Draw : numerical fields in forms +Oracle Open Office Draw : object bars +Oracle Open Office Draw : object bars;editing glue points +Oracle Open Office Draw : objects +Oracle Open Office Draw : objects;aligning +Oracle Open Office Draw : objects;always moveable (Impress/Draw) +Oracle Open Office Draw : objects;arranging within stacks +Oracle Open Office Draw : objects;behind object command +Oracle Open Office Draw : objects;breaking connections +Oracle Open Office Draw : objects;copying when moving in presentations +Oracle Open Office Draw : objects;definition +Oracle Open Office Draw : objects;displaying in spreadsheets +Oracle Open Office Draw : objects;displaying in text documents +Oracle Open Office Draw : objects;editing +Oracle Open Office Draw : objects;effects +Oracle Open Office Draw : objects;in front of object command +Oracle Open Office Draw : objects;inserting from files +Oracle Open Office Draw : objects;inserting from Gallery +Oracle Open Office Draw : objects;inserting OLE objects +Oracle Open Office Draw : objects;moving along paths +Oracle Open Office Draw : objects;moving and resizing with mouse +Oracle Open Office Draw : objects;moving in layers +Oracle Open Office Draw : objects;moving in slides +Oracle Open Office Draw : objects;naming +Oracle Open Office Draw : objects;opening +Oracle Open Office Draw : objects;properties of charts +Oracle Open Office Draw : objects;quickly moving to +Oracle Open Office Draw : objects;reversing +Oracle Open Office Draw : objects;selecting +Oracle Open Office Draw : objects;titles and descriptions +Oracle Open Office Draw : objects;with attributes +Oracle Open Office Draw : ODBC +Oracle Open Office Draw : ODBC;database (Base) +Oracle Open Office Draw : ODBC;definition +Oracle Open Office Draw : ODF file formats +Oracle Open Office Draw : Office +Oracle Open Office Draw : Office;Microsoft Office and Oracle Open Office +Oracle Open Office Draw : OLE +Oracle Open Office Draw : OLE;definition +Oracle Open Office Draw : OLE objects +Oracle Open Office Draw : OLE objects;arranging within stacks +Oracle Open Office Draw : OLE objects;captions (Writer) +Oracle Open Office Draw : OLE objects;inserting +Oracle Open Office Draw : OLE objects;number of +Oracle Open Office Draw : OLE objects;protecting +Oracle Open Office Draw : one and a half line spacing in text +Oracle Open Office Draw : online feedback options +Oracle Open Office Draw : online registration +Oracle Open Office Draw : online update options +Oracle Open Office Draw : online updates +Oracle Open Office Draw : online updates;checking automatically +Oracle Open Office Draw : online updates;checking manually +Oracle Open Office Draw : OpenDocument file formats +Oracle Open Office Draw : OpenGL +Oracle Open Office Draw : OpenGL;definition +Oracle Open Office Draw : opening +Oracle Open Office Draw : opening;context menus +Oracle Open Office Draw : opening;database files +Oracle Open Office Draw : opening;dialog settings +Oracle Open Office Draw : opening;documents +Oracle Open Office Draw : opening;documents from other formats +Oracle Open Office Draw : opening;documents on WebDAV server +Oracle Open Office Draw : opening;files with links +Oracle Open Office Draw : opening;files, with placeholders +Oracle Open Office Draw : opening;forms +Oracle Open Office Draw : opening;Microsoft Office files +Oracle Open Office Draw : opening;mobile device documents +Oracle Open Office Draw : opening;objects +Oracle Open Office Draw : opening;reports +Oracle Open Office Draw : opening;several files +Oracle Open Office Draw : opening;XForms +Oracle Open Office Draw : operators +Oracle Open Office Draw : operators;default filters +Oracle Open Office Draw : optional hyphens (Writer) +Oracle Open Office Draw : options +Oracle Open Office Draw : options;accessibility +Oracle Open Office Draw : options;appearance +Oracle Open Office Draw : options;compatibility (Writer) +Oracle Open Office Draw : options;improvement program +Oracle Open Office Draw : options;network identity +Oracle Open Office Draw : options;online update +Oracle Open Office Draw : options;tools +Oracle Open Office Draw : Oracle databases (base) +Oracle Open Office Draw : Oracle Open Office Base data sources +Oracle Open Office Draw : Oracle Open Office Basic scripts in HTML documents +Oracle Open Office Draw : Oracle Open Office documents +Oracle Open Office Draw : Oracle Open Office documents;mobile device filters +Oracle Open Office Draw : Oracle Open Office documents;viewing and editing in Internet Explorer +Oracle Open Office Draw : Oracle Open Office Impress instructions +Oracle Open Office Draw : Oracle Open Office Math start +Oracle Open Office Draw : order of chart data +Oracle Open Office Draw : ordering +Oracle Open Office Draw : ordering;objects +Oracle Open Office Draw : ordering;slides +Oracle Open Office Draw : ordinal numbers +Oracle Open Office Draw : ordinal numbers;replacing +Oracle Open Office Draw : organization charts +Oracle Open Office Draw : organizing +Oracle Open Office Draw : organizing;macros and scripts +Oracle Open Office Draw : organizing;namespaces in XForms +Oracle Open Office Draw : organizing;styles +Oracle Open Office Draw : organizing;templates +Oracle Open Office Draw : origin of rulers +Oracle Open Office Draw : original size +Oracle Open Office Draw : original size;printing in Oracle Open Office Math +Oracle Open Office Draw : original size;restoring after cropping +Oracle Open Office Draw : outline view +Oracle Open Office Draw : outlines +Oracle Open Office Draw : outlines;font effects +Oracle Open Office Draw : outlines;outline symbols +Oracle Open Office Draw : outlines;printing +Oracle Open Office Draw : outlines;sending to presentations +Oracle Open Office Draw : overwrite mode +Oracle Open Office Draw : packages, see extensions +Oracle Open Office Draw : page breaks +Oracle Open Office Draw : page breaks;displaying (Calc) +Oracle Open Office Draw : page formats +Oracle Open Office Draw : page formats;maximizing +Oracle Open Office Draw : page formats;restriction +Oracle Open Office Draw : page number field +Oracle Open Office Draw : page numbers on all slides +Oracle Open Office Draw : page styles +Oracle Open Office Draw : page styles;editing/applying with statusbar +Oracle Open Office Draw : pages +Oracle Open Office Draw : pages;backgrounds in all applications +Oracle Open Office Draw : pages;copying +Oracle Open Office Draw : pages;fitting to printed pages +Oracle Open Office Draw : pages;formatting and numbering +Oracle Open Office Draw : pages;printing page names in presentations +Oracle Open Office Draw : pages;scaling +Oracle Open Office Draw : pages;selecting one to print +Oracle Open Office Draw : paint box +Oracle Open Office Draw : paint can symbol +Oracle Open Office Draw : pair kerning +Oracle Open Office Draw : Palm file filters +Oracle Open Office Draw : paper formats +Oracle Open Office Draw : paper size warning +Oracle Open Office Draw : paper trays +Oracle Open Office Draw : paragraph marks +Oracle Open Office Draw : paragraph marks;displaying (Writer) +Oracle Open Office Draw : paragraph styles +Oracle Open Office Draw : paragraph styles;languages +Oracle Open Office Draw : paragraph styles;modifying basic fonts +Oracle Open Office Draw : paragraphs +Oracle Open Office Draw : paragraphs;alignment +Oracle Open Office Draw : paragraphs;Asian typography +Oracle Open Office Draw : paragraphs;defining borders +Oracle Open Office Draw : paragraphs;hidden paragraphs (Writer) +Oracle Open Office Draw : paragraphs;increasing indents of +Oracle Open Office Draw : paragraphs;indents, margins and columns +Oracle Open Office Draw : paragraphs;inserting bullets +Oracle Open Office Draw : paragraphs;joining +Oracle Open Office Draw : paragraphs;numbering automatically +Oracle Open Office Draw : paragraphs;removing blank ones +Oracle Open Office Draw : paragraphs;spacing +Oracle Open Office Draw : paragraphs;tab stops +Oracle Open Office Draw : parameters +Oracle Open Office Draw : parameters;command line +Oracle Open Office Draw : parameters;queries (Base) +Oracle Open Office Draw : passwords for protecting contents +Oracle Open Office Draw : pasting +Oracle Open Office Draw : pasting;cell ranges +Oracle Open Office Draw : pasting;cell ranges from spreadsheets +Oracle Open Office Draw : pasting;data from text documents +Oracle Open Office Draw : pasting;draw objects +Oracle Open Office Draw : pasting;draw objects from other documents +Oracle Open Office Draw : pasting;formatted/unformatted text +Oracle Open Office Draw : pasting;from data source view +Oracle Open Office Draw : pasting;from data sources to Oracle Open Office Calc +Oracle Open Office Draw : pasting;pictures from other documents +Oracle Open Office Draw : pasting;sheet areas in text documents +Oracle Open Office Draw : pasting;slides from other presentations +Oracle Open Office Draw : pasting;text from other documents +Oracle Open Office Draw : pasting;to Gallery +Oracle Open Office Draw : paths +Oracle Open Office Draw : paths;changing work directory +Oracle Open Office Draw : paths;defaults +Oracle Open Office Draw : paths;moving objects along +Oracle Open Office Draw : pattern editor +Oracle Open Office Draw : pattern fields +Oracle Open Office Draw : pattern fields;form functions +Oracle Open Office Draw : patterns for objects +Oracle Open Office Draw : PDF +Oracle Open Office Draw : PDF;export +Oracle Open Office Draw : PDF;PostScript to PDF converter, UNIX +Oracle Open Office Draw : personal data input +Oracle Open Office Draw : phonetic guide +Oracle Open Office Draw : picklist creation +Oracle Open Office Draw : pictures +Oracle Open Office Draw : pictures;adding to Gallery +Oracle Open Office Draw : pictures;arranging within stacks +Oracle Open Office Draw : pictures;assigning macros +Oracle Open Office Draw : pictures;backgrounds +Oracle Open Office Draw : pictures;captions (Writer) +Oracle Open Office Draw : pictures;changing paths +Oracle Open Office Draw : pictures;cropping and zooming +Oracle Open Office Draw : pictures;displaying in Calc +Oracle Open Office Draw : pictures;displaying in Writer (Writer) +Oracle Open Office Draw : pictures;drag and drop between documents +Oracle Open Office Draw : pictures;drawing +Oracle Open Office Draw : pictures;editing +Oracle Open Office Draw : pictures;filters +Oracle Open Office Draw : pictures;ImageMap +Oracle Open Office Draw : pictures;inserting +Oracle Open Office Draw : pictures;inserting automatically +Oracle Open Office Draw : pictures;inserting from Gallery +Oracle Open Office Draw : pictures;number of +Oracle Open Office Draw : pictures;printing +Oracle Open Office Draw : pictures;scaling/resizing +Oracle Open Office Draw : pie charts +Oracle Open Office Draw : pie charts;options +Oracle Open Office Draw : pie charts;types +Oracle Open Office Draw : pivot points of draw objects +Oracle Open Office Draw : pixel editor +Oracle Open Office Draw : pixel graphics +Oracle Open Office Draw : pixel graphics;inserting and editing +Oracle Open Office Draw : pixel patterns +Oracle Open Office Draw : placeholders +Oracle Open Office Draw : placeholders;in SQL queries +Oracle Open Office Draw : placeholders;on opening files +Oracle Open Office Draw : placing toolbars +Oracle Open Office Draw : playing movies and sound files +Oracle Open Office Draw : plotting data as charts +Oracle Open Office Draw : plug-ins +Oracle Open Office Draw : plug-ins;activating and deactivating +Oracle Open Office Draw : plug-ins;definition +Oracle Open Office Draw : plug-ins;inserting +Oracle Open Office Draw : pocket device appliances +Oracle Open Office Draw : Pocket PC file filters +Oracle Open Office Draw : points +Oracle Open Office Draw : points;adding/converting/deleting +Oracle Open Office Draw : points;reducing editing points when snapping (Impress/Draw) +Oracle Open Office Draw : polygon drawing +Oracle Open Office Draw : polygons +Oracle Open Office Draw : polygons;inserting +Oracle Open Office Draw : polygons;intersecting/subtracting/merging +Oracle Open Office Draw : pop-art filter +Oracle Open Office Draw : portable document format +Oracle Open Office Draw : positioning +Oracle Open Office Draw : positioning;axes +Oracle Open Office Draw : positioning;draw objects and controls +Oracle Open Office Draw : positioning;fonts +Oracle Open Office Draw : positioning;objects +Oracle Open Office Draw : positioning;toolbars +Oracle Open Office Draw : post method for form transmissions +Oracle Open Office Draw : posterizing filter +Oracle Open Office Draw : PostScript +Oracle Open Office Draw : PostScript;creating files +Oracle Open Office Draw : PostScript;PDF converter, UNIX +Oracle Open Office Draw : PowerPoint export +Oracle Open Office Draw : precision as shown (Calc) +Oracle Open Office Draw : predefining fonts +Oracle Open Office Draw : predictive text, see also AutoCorrect function/AutoFill function/AutoInput function/word completion/text completion +Oracle Open Office Draw : presentations +Oracle Open Office Draw : presentations;arranging slides +Oracle Open Office Draw : presentations;creating/opening +Oracle Open Office Draw : presentations;exiting by interaction +Oracle Open Office Draw : presentations;exporting to HTML +Oracle Open Office Draw : presentations;importing HTML +Oracle Open Office Draw : presentations;inserting spreadsheet cells +Oracle Open Office Draw : presentations;inserting spreadsheets +Oracle Open Office Draw : presentations;live on the Internet +Oracle Open Office Draw : presentations;navigating +Oracle Open Office Draw : presentations;numbering slides in +Oracle Open Office Draw : presentations;ordering of effects +Oracle Open Office Draw : presentations;print menu +Oracle Open Office Draw : presentations;printing +Oracle Open Office Draw : presentations;rehearse timings +Oracle Open Office Draw : presentations;saving +Oracle Open Office Draw : presentations;saving automatically +Oracle Open Office Draw : presentations;saving in other formats +Oracle Open Office Draw : presentations;sending as e-mail +Oracle Open Office Draw : presentations;settings for +Oracle Open Office Draw : presentations;shortcut keys +Oracle Open Office Draw : presentations;starting +Oracle Open Office Draw : presentations;starting with wizard +Oracle Open Office Draw : presentations;window / full screen +Oracle Open Office Draw : presentations;wizards +Oracle Open Office Draw : Presenter Console shortcuts +Oracle Open Office Draw : press buttons, see push buttons +Oracle Open Office Draw : previews +Oracle Open Office Draw : previews;fonts lists +Oracle Open Office Draw : primary keys +Oracle Open Office Draw : primary keys;defining +Oracle Open Office Draw : primary keys;design view +Oracle Open Office Draw : primary keys;inserting (Base) +Oracle Open Office Draw : print area selection +Oracle Open Office Draw : printer metrics for document formatting (Writer) +Oracle Open Office Draw : printers +Oracle Open Office Draw : printers;adding, UNIX +Oracle Open Office Draw : printers;choosing +Oracle Open Office Draw : printers;default printer +Oracle Open Office Draw : printers;faxes under UNIX +Oracle Open Office Draw : printers;maximum page formats +Oracle Open Office Draw : printers;paper trays +Oracle Open Office Draw : printers;properties +Oracle Open Office Draw : printing +Oracle Open Office Draw : printing;black and white +Oracle Open Office Draw : printing;brochures +Oracle Open Office Draw : printing;colors in grayscale +Oracle Open Office Draw : printing;comments +Oracle Open Office Draw : printing;copies +Oracle Open Office Draw : printing;creating individual jobs +Oracle Open Office Draw : printing;dates in presentations +Oracle Open Office Draw : printing;directly +Oracle Open Office Draw : printing;documents +Oracle Open Office Draw : printing;drawings defaults +Oracle Open Office Draw : printing;elements in text documents +Oracle Open Office Draw : printing;faster +Oracle Open Office Draw : printing;fitting to pages in Oracle Open Office Math +Oracle Open Office Draw : printing;fitting to pages in presentations +Oracle Open Office Draw : printing;fitting to paper +Oracle Open Office Draw : printing;formulas in Oracle Open Office Math +Oracle Open Office Draw : printing;hidden pages of presentations +Oracle Open Office Draw : printing;in original size in Oracle Open Office Math +Oracle Open Office Draw : printing;left/right pages +Oracle Open Office Draw : printing;presentations +Oracle Open Office Draw : printing;queries (Base) +Oracle Open Office Draw : printing;scaling in Oracle Open Office Math +Oracle Open Office Draw : printing;selections +Oracle Open Office Draw : printing;text always in black +Oracle Open Office Draw : printing;text in reverse order +Oracle Open Office Draw : printing;tiling pages in presentations +Oracle Open Office Draw : printing;transparencies +Oracle Open Office Draw : printing;warnings +Oracle Open Office Draw : printing;without scaling in presentations +Oracle Open Office Draw : printing speed +Oracle Open Office Draw : programming +Oracle Open Office Draw : programming;Oracle Open Office +Oracle Open Office Draw : programming;scripting +Oracle Open Office Draw : programs run by mouse click in presentations +Oracle Open Office Draw : properties +Oracle Open Office Draw : properties;charts +Oracle Open Office Draw : properties;fields in databases +Oracle Open Office Draw : properties;files +Oracle Open Office Draw : properties;form controls +Oracle Open Office Draw : properties;forms +Oracle Open Office Draw : properties;printers +Oracle Open Office Draw : properties;smooth lines in line charts/XY charts +Oracle Open Office Draw : protected contents +Oracle Open Office Draw : protected dashes +Oracle Open Office Draw : protected database tables +Oracle Open Office Draw : protected documents +Oracle Open Office Draw : protected spaces +Oracle Open Office Draw : protected spaces;inserting +Oracle Open Office Draw : protected spaces;showing (Writer) +Oracle Open Office Draw : protecting +Oracle Open Office Draw : protecting;contents +Oracle Open Office Draw : protecting;recorded changes +Oracle Open Office Draw : proxy settings +Oracle Open Office Draw : push buttons +Oracle Open Office Draw : push buttons;adding to documents +Oracle Open Office Draw : push buttons;creating +Oracle Open Office Draw : pyramids +Oracle Open Office Draw : queries +Oracle Open Office Draw : queries;copying (Base) +Oracle Open Office Draw : queries;creating in design view (Base) +Oracle Open Office Draw : queries;creating in SQL view +Oracle Open Office Draw : queries;defining (Base) +Oracle Open Office Draw : queries;deleting table links (Base) +Oracle Open Office Draw : queries;editing in data source view +Oracle Open Office Draw : queries;formulating filter conditions (Base) +Oracle Open Office Draw : queries;joining tables (Base) +Oracle Open Office Draw : queries;missing elements (Base) +Oracle Open Office Draw : queries;overview (Base) +Oracle Open Office Draw : queries;parameter queries (Base) +Oracle Open Office Draw : queries;printing (Base) +Oracle Open Office Draw : Query Wizard (Base) +Oracle Open Office Draw : Quickstarter +Oracle Open Office Draw : quotes +Oracle Open Office Draw : quotes;custom +Oracle Open Office Draw : radar charts, see net charts +Oracle Open Office Draw : radio button creation +Oracle Open Office Draw : read-only documents +Oracle Open Office Draw : read-only documents;cursor +Oracle Open Office Draw : read-only documents;database tables on/off +Oracle Open Office Draw : read-only documents;editing +Oracle Open Office Draw : read-only documents;opening documents as +Oracle Open Office Draw : read-only items in Data Navigator +Oracle Open Office Draw : recognizing URLs automatically +Oracle Open Office Draw : recording +Oracle Open Office Draw : recording;changes +Oracle Open Office Draw : recording;display times for slides +Oracle Open Office Draw : recording;macros +Oracle Open Office Draw : records +Oracle Open Office Draw : records;inserting comments +Oracle Open Office Draw : records;protecting +Oracle Open Office Draw : records;saving +Oracle Open Office Draw : records;searching in databases +Oracle Open Office Draw : rectangles +Oracle Open Office Draw : rectangles with round corners +Oracle Open Office Draw : recursions in spreadsheets +Oracle Open Office Draw : redo command +Oracle Open Office Draw : reduced printing +Oracle Open Office Draw : reference lines +Oracle Open Office Draw : references +Oracle Open Office Draw : references;displaying in color (Calc) +Oracle Open Office Draw : references;expanding (Calc) +Oracle Open Office Draw : references;iterative (Calc) +Oracle Open Office Draw : register-true +Oracle Open Office Draw : register-true;definition +Oracle Open Office Draw : registering +Oracle Open Office Draw : registering;address books +Oracle Open Office Draw : registering;databases (Base) +Oracle Open Office Draw : registering;Oracle Open Office +Oracle Open Office Draw : regression curves in charts +Oracle Open Office Draw : regular expressions +Oracle Open Office Draw : regular expressions;list of +Oracle Open Office Draw : rehearse timings +Oracle Open Office Draw : relational databases (Base) +Oracle Open Office Draw : relations +Oracle Open Office Draw : relations;creating and deleting (Base) +Oracle Open Office Draw : relations;joining tables (Base) +Oracle Open Office Draw : relations;properties (Base) +Oracle Open Office Draw : relative hyperlinks +Oracle Open Office Draw : relative saving of URLs +Oracle Open Office Draw : reloading +Oracle Open Office Draw : reloading;documents +Oracle Open Office Draw : reloading;HTML documents, automatically +Oracle Open Office Draw : remarks, see also comments +Oracle Open Office Draw : remote configurations +Oracle Open Office Draw : remove noise filter +Oracle Open Office Draw : removing +Oracle Open Office Draw : removing;bullets and numbering +Oracle Open Office Draw : removing;form filters +Oracle Open Office Draw : removing, see also deleting +Oracle Open Office Draw : renaming layers +Oracle Open Office Draw : reorganizing charts +Oracle Open Office Draw : repeating +Oracle Open Office Draw : repeating;commands +Oracle Open Office Draw : replacement options +Oracle Open Office Draw : replacement table +Oracle Open Office Draw : replacing +Oracle Open Office Draw : replacing;AutoCorrect function +Oracle Open Office Draw : replacing;colors in bitmaps +Oracle Open Office Draw : replacing;dashes +Oracle Open Office Draw : replacing;ordinal numbers +Oracle Open Office Draw : replacing;tab stops (regular expressions) +Oracle Open Office Draw : Report Builder +Oracle Open Office Draw : reports +Oracle Open Office Draw : reports;creating +Oracle Open Office Draw : reports;error reports +Oracle Open Office Draw : reports;opening and editing +Oracle Open Office Draw : reports;templates +Oracle Open Office Draw : resetting +Oracle Open Office Draw : resetting;templates +Oracle Open Office Draw : resizing +Oracle Open Office Draw : resizing;objects, by mouse +Oracle Open Office Draw : resizing, see also scaling/zooming +Oracle Open Office Draw : resolution when printing bitmaps +Oracle Open Office Draw : restoring +Oracle Open Office Draw : restoring;default formatting +Oracle Open Office Draw : restoring;editing +Oracle Open Office Draw : reversing objects +Oracle Open Office Draw : reversing printing order +Oracle Open Office Draw : review function +Oracle Open Office Draw : review function;accepting or rejecting changes +Oracle Open Office Draw : review function;comparing documents +Oracle Open Office Draw : review function;protecting records +Oracle Open Office Draw : review function;recording changes example +Oracle Open Office Draw : rich text control +Oracle Open Office Draw : right alignment of paragraphs +Oracle Open Office Draw : right joins (Base) +Oracle Open Office Draw : right-to-left text +Oracle Open Office Draw : rotating +Oracle Open Office Draw : rotating;3D text +Oracle Open Office Draw : rotating;draw objects +Oracle Open Office Draw : rotation mode +Oracle Open Office Draw : round corners +Oracle Open Office Draw : rounding precision (Calc) +Oracle Open Office Draw : row headers +Oracle Open Office Draw : row headers;displaying (Calc) +Oracle Open Office Draw : row headers;highlighting (Calc) +Oracle Open Office Draw : rows +Oracle Open Office Draw : rows;inserting +Oracle Open Office Draw : rulers +Oracle Open Office Draw : rulers;default settings +Oracle Open Office Draw : rulers;in presentations +Oracle Open Office Draw : rulers;measurement units +Oracle Open Office Draw : rulers;visible in presentations +Oracle Open Office Draw : running macros/programs in presentations +Oracle Open Office Draw : running slide shows +Oracle Open Office Draw : samples and templates +Oracle Open Office Draw : saving +Oracle Open Office Draw : saving;as HTML +Oracle Open Office Draw : saving;default file formats +Oracle Open Office Draw : saving;dialog settings +Oracle Open Office Draw : saving;documents +Oracle Open Office Draw : saving;documents for mobile devices +Oracle Open Office Draw : saving;documents in other formats +Oracle Open Office Draw : saving;documents, automatically +Oracle Open Office Draw : saving;in Microsoft Office file format +Oracle Open Office Draw : saving;options +Oracle Open Office Draw : saving;templates +Oracle Open Office Draw : saving;to XML +Oracle Open Office Draw : saving;VBA code in Microsoft Office documents +Oracle Open Office Draw : saving;with password by default +Oracle Open Office Draw : saving as command +Oracle Open Office Draw : saving as command;precautions +Oracle Open Office Draw : scaling +Oracle Open Office Draw : scaling;axes +Oracle Open Office Draw : scaling;font sizes in user interface +Oracle Open Office Draw : scaling;objects +Oracle Open Office Draw : scaling;pictures +Oracle Open Office Draw : scaling;printing in Oracle Open Office Math +Oracle Open Office Draw : scaling;text in charts +Oracle Open Office Draw : scaling;when printing presentations +Oracle Open Office Draw : scaling, see also zooming +Oracle Open Office Draw : scatter charts +Oracle Open Office Draw : screen +Oracle Open Office Draw : screen;full screen views +Oracle Open Office Draw : screen;scaling +Oracle Open Office Draw : screen magnifiers +Oracle Open Office Draw : screen readers +Oracle Open Office Draw : script organization +Oracle Open Office Draw : scrollbars +Oracle Open Office Draw : scrollbars;controls +Oracle Open Office Draw : scrollbars;displaying (Calc) +Oracle Open Office Draw : scrollbars;horizontal and vertical (Writer) +Oracle Open Office Draw : search criteria for database functions in cells +Oracle Open Office Draw : search engines +Oracle Open Office Draw : search engines;definition +Oracle Open Office Draw : search engines;selecting +Oracle Open Office Draw : searching +Oracle Open Office Draw : searching;all sheets +Oracle Open Office Draw : searching;databases +Oracle Open Office Draw : searching;form filters +Oracle Open Office Draw : searching;Internet +Oracle Open Office Draw : searching;tables and forms +Oracle Open Office Draw : secondary axes in charts +Oracle Open Office Draw : sections +Oracle Open Office Draw : sections;backgrounds +Oracle Open Office Draw : sectors of circles/ellipses +Oracle Open Office Draw : security +Oracle Open Office Draw : security;digital signatures +Oracle Open Office Draw : security;options for documents with macros +Oracle Open Office Draw : security;protecting contents +Oracle Open Office Draw : security;security levels for macros +Oracle Open Office Draw : security;warning dialogs with macros +Oracle Open Office Draw : segments of circles/ellipses +Oracle Open Office Draw : selecting +Oracle Open Office Draw : selecting;controls +Oracle Open Office Draw : selecting;hidden objects +Oracle Open Office Draw : selecting;layers +Oracle Open Office Draw : selecting;measurement units +Oracle Open Office Draw : selecting;objects +Oracle Open Office Draw : selecting;print areas +Oracle Open Office Draw : selecting;several files +Oracle Open Office Draw : selection clipboard +Oracle Open Office Draw : selection frames +Oracle Open Office Draw : selection modes in text +Oracle Open Office Draw : sending +Oracle Open Office Draw : sending;AutoAbstract function in presentations +Oracle Open Office Draw : sending;documents as e-mail +Oracle Open Office Draw : sending;documents as faxes +Oracle Open Office Draw : separator lines +Oracle Open Office Draw : separator lines;defining +Oracle Open Office Draw : separators +Oracle Open Office Draw : separators;conditional +Oracle Open Office Draw : Server Side ImageMap +Oracle Open Office Draw : settings +Oracle Open Office Draw : settings;printers +Oracle Open Office Draw : settings;program configuration +Oracle Open Office Draw : settings;proxies +Oracle Open Office Draw : settings;tracking changes +Oracle Open Office Draw : settings;views +Oracle Open Office Draw : SGML +Oracle Open Office Draw : SGML;definition +Oracle Open Office Draw : shadows +Oracle Open Office Draw : shadows;areas +Oracle Open Office Draw : shadows;borders +Oracle Open Office Draw : shadows;characters +Oracle Open Office Draw : shadows;characters, using context menu +Oracle Open Office Draw : sharing documents +Oracle Open Office Draw : sharpening filter +Oracle Open Office Draw : shearing objects +Oracle Open Office Draw : sheet tabs +Oracle Open Office Draw : sheet tabs;displaying +Oracle Open Office Draw : sheets +Oracle Open Office Draw : sheets;searching all +Oracle Open Office Draw : shells +Oracle Open Office Draw : shortcut keys +Oracle Open Office Draw : shortcut keys;assigning macros +Oracle Open Office Draw : shortcut keys;charts +Oracle Open Office Draw : shortcut keys;general +Oracle Open Office Draw : shortcut keys;in databases +Oracle Open Office Draw : shortcut keys;in drawings +Oracle Open Office Draw : shortcut keys;in presentations +Oracle Open Office Draw : shortcut keys;Oracle Open Office accessibility +Oracle Open Office Draw : showing +Oracle Open Office Draw : showing;changes +Oracle Open Office Draw : showing;docked windows +Oracle Open Office Draw : showing;drawings and controls (Writer) +Oracle Open Office Draw : showing;guides +Oracle Open Office Draw : showing;hidden layers +Oracle Open Office Draw : showing;hidden slides +Oracle Open Office Draw : showing;levels +Oracle Open Office Draw : showing;live presentations on the Internet +Oracle Open Office Draw : showing;slide shows +Oracle Open Office Draw : showing;subpoints +Oracle Open Office Draw : showing;toolbars +Oracle Open Office Draw : sign conversion to curves +Oracle Open Office Draw : signing documents with digital signatures +Oracle Open Office Draw : similarity search +Oracle Open Office Draw : simple handles (Writer) +Oracle Open Office Draw : simplified Chinese +Oracle Open Office Draw : simplified Chinese;translating to traditional Chinese +Oracle Open Office Draw : single sign on options +Oracle Open Office Draw : single-line spacing in text +Oracle Open Office Draw : sizes +Oracle Open Office Draw : sizes;draw objects +Oracle Open Office Draw : sizes;pictures +Oracle Open Office Draw : skewing draw objects +Oracle Open Office Draw : slanting draw objects +Oracle Open Office Draw : slanting objects +Oracle Open Office Draw : slide designs +Oracle Open Office Draw : slide layouts +Oracle Open Office Draw : slide master view +Oracle Open Office Draw : slide masters +Oracle Open Office Draw : slide masters;changing backgrounds +Oracle Open Office Draw : slide masters;designing +Oracle Open Office Draw : slide masters;headers and footers +Oracle Open Office Draw : slide numbers +Oracle Open Office Draw : slide numbers on all slides +Oracle Open Office Draw : slide shows +Oracle Open Office Draw : slide shows;custom +Oracle Open Office Draw : slide shows;settings for +Oracle Open Office Draw : slide shows;starting +Oracle Open Office Draw : slide transitions +Oracle Open Office Draw : slide transitions;applying effects +Oracle Open Office Draw : slide transitions;automatic +Oracle Open Office Draw : slide transitions;manual +Oracle Open Office Draw : slide transitions;sounds +Oracle Open Office Draw : slides +Oracle Open Office Draw : slides;arranging +Oracle Open Office Draw : slides;backgrounds +Oracle Open Office Draw : slides;changing backgrounds +Oracle Open Office Draw : slides;copying between documents +Oracle Open Office Draw : slides;deleting +Oracle Open Office Draw : slides;expanding +Oracle Open Office Draw : slides;formatting +Oracle Open Office Draw : slides;headers and footers +Oracle Open Office Draw : slides;inserting +Oracle Open Office Draw : slides;inserting as links +Oracle Open Office Draw : slides;inserting speaker notes +Oracle Open Office Draw : slides;page numbers +Oracle Open Office Draw : slides;printing +Oracle Open Office Draw : small capitals +Oracle Open Office Draw : small icons +Oracle Open Office Draw : smart tag configuration +Oracle Open Office Draw : smooth scrolling (Writer) +Oracle Open Office Draw : smoothing filter +Oracle Open Office Draw : snap grid defaults (Writer/Calc) +Oracle Open Office Draw : snap lines, see also guides +Oracle Open Office Draw : snap points +Oracle Open Office Draw : snap points;editing +Oracle Open Office Draw : snap points;inserting +Oracle Open Office Draw : snapping in presentations and drawings +Oracle Open Office Draw : solarization filter +Oracle Open Office Draw : sort lists +Oracle Open Office Draw : sort lists;copying to in Calc +Oracle Open Office Draw : sorting +Oracle Open Office Draw : sorting;data in forms +Oracle Open Office Draw : sorting;databases +Oracle Open Office Draw : sound files +Oracle Open Office Draw : sounds +Oracle Open Office Draw : sounds;for effects +Oracle Open Office Draw : sounds;formats +Oracle Open Office Draw : sounds;on slide transitions +Oracle Open Office Draw : spaces +Oracle Open Office Draw : spaces;displaying (Writer) +Oracle Open Office Draw : spaces;ignoring double +Oracle Open Office Draw : spaces;inserting protected spaces +Oracle Open Office Draw : spaces;showing protected spaces (Writer) +Oracle Open Office Draw : spacing +Oracle Open Office Draw : spacing;between paragraphs in footnotes +Oracle Open Office Draw : spacing;font effects +Oracle Open Office Draw : spacing;lines and paragraphs +Oracle Open Office Draw : spacing;tab stops in text documents +Oracle Open Office Draw : spacing;tabs in presentations +Oracle Open Office Draw : spadmin +Oracle Open Office Draw : speaker notes +Oracle Open Office Draw : speaker notes;defaults +Oracle Open Office Draw : speaker notes;inserting +Oracle Open Office Draw : special characters +Oracle Open Office Draw : speech bubbles +Oracle Open Office Draw : speed of printing +Oracle Open Office Draw : spellcheck +Oracle Open Office Draw : spellcheck;activating for a language +Oracle Open Office Draw : spellcheck;context menus +Oracle Open Office Draw : spellcheck;default languages +Oracle Open Office Draw : spellcheck;dialog +Oracle Open Office Draw : spellcheck;dictionary of exceptions +Oracle Open Office Draw : spellcheck;ignore list +Oracle Open Office Draw : spheres +Oracle Open Office Draw : spin button creation +Oracle Open Office Draw : splitting +Oracle Open Office Draw : splitting;combinations +Oracle Open Office Draw : splitting;curves +Oracle Open Office Draw : spoolfiles with Xprinter +Oracle Open Office Draw : spreadsheets +Oracle Open Office Draw : spreadsheets;as databases (base) +Oracle Open Office Draw : spreadsheets;copying areas to text documents +Oracle Open Office Draw : spreadsheets;creating/opening +Oracle Open Office Draw : spreadsheets;in presentations +Oracle Open Office Draw : spreadsheets;inserting charts +Oracle Open Office Draw : spreadsheets;inserting database records +Oracle Open Office Draw : spreadsheets;printing +Oracle Open Office Draw : spreadsheets;saving +Oracle Open Office Draw : spreadsheets;saving automatically +Oracle Open Office Draw : spreadsheets;saving in other formats +Oracle Open Office Draw : spreadsheets;sending as e-mail +Oracle Open Office Draw : SQL +Oracle Open Office Draw : SQL;definition +Oracle Open Office Draw : SQL;DISTINCT parameter +Oracle Open Office Draw : SQL;executing SQL commands +Oracle Open Office Draw : SQL;executing SQL statements (Base) +Oracle Open Office Draw : SQL;queries (Base) +Oracle Open Office Draw : square drawings +Oracle Open Office Draw : standard bar on/off +Oracle Open Office Draw : standard deviation in charts +Oracle Open Office Draw : standard filters in databases +Oracle Open Office Draw : standard printer under UNIX +Oracle Open Office Draw : start center +Oracle Open Office Draw : start parameters +Oracle Open Office Draw : starting +Oracle Open Office Draw : starting;always with the current slide +Oracle Open Office Draw : starting;custom slide shows +Oracle Open Office Draw : starting;slide shows +Oracle Open Office Draw : statistics in charts +Oracle Open Office Draw : status bar on/off +Oracle Open Office Draw : stickers +Oracle Open Office Draw : stock charts +Oracle Open Office Draw : strikethrough +Oracle Open Office Draw : strikethrough;characters +Oracle Open Office Draw : strikethrough;font effects +Oracle Open Office Draw : styles +Oracle Open Office Draw : styles;'changed' message +Oracle Open Office Draw : styles;arrow and line styles +Oracle Open Office Draw : styles;copying between documents +Oracle Open Office Draw : styles;keyboard shortcuts +Oracle Open Office Draw : styles;organizing +Oracle Open Office Draw : styles;printing styles used in a document +Oracle Open Office Draw : styles;replacing automatically +Oracle Open Office Draw : Styles and Formatting window +Oracle Open Office Draw : Styles and Formatting window;docking +Oracle Open Office Draw : Styles and Formatting window;graphics documents +Oracle Open Office Draw : subforms +Oracle Open Office Draw : subforms;creating +Oracle Open Office Draw : subforms;description +Oracle Open Office Draw : submitting forms +Oracle Open Office Draw : subpoints +Oracle Open Office Draw : subpoints;hiding +Oracle Open Office Draw : subpoints;showing +Oracle Open Office Draw : subtracting polygons +Oracle Open Office Draw : suffixes in file formats +Oracle Open Office Draw : summary slide +Oracle Open Office Draw : support on the Web +Oracle Open Office Draw : synchronizing +Oracle Open Office Draw : synchronizing;labels and business cards +Oracle Open Office Draw : synchronizing;Pocket PC and Oracle Open Office formats +Oracle Open Office Draw : system address book registration +Oracle Open Office Draw : tab stops +Oracle Open Office Draw : tab stops;displaying (Writer) +Oracle Open Office Draw : tab stops;inserting and editing +Oracle Open Office Draw : tab stops;regular expressions +Oracle Open Office Draw : tab stops;setting in sheets +Oracle Open Office Draw : tab stops;settings +Oracle Open Office Draw : tab stops;spacing in presentations +Oracle Open Office Draw : tab stops;spacing in text documents +Oracle Open Office Draw : table controls +Oracle Open Office Draw : table controls;form functions +Oracle Open Office Draw : table controls;keyboard-only edit mode +Oracle Open Office Draw : table controls;properties +Oracle Open Office Draw : table views of databases +Oracle Open Office Draw : Table Wizard (Base) +Oracle Open Office Draw : tables +Oracle Open Office Draw : tables;inserting line breaks +Oracle Open Office Draw : tables in databases +Oracle Open Office Draw : tables in databases;access rights to (Base) +Oracle Open Office Draw : tables in databases;adding to queries +Oracle Open Office Draw : tables in databases;browsing and editing +Oracle Open Office Draw : tables in databases;copying database tables (Base) +Oracle Open Office Draw : tables in databases;creating +Oracle Open Office Draw : tables in databases;creating in design view (manually) +Oracle Open Office Draw : tables in databases;importing text formats (Base) +Oracle Open Office Draw : tables in databases;joining for queries (Base) +Oracle Open Office Draw : tables in databases;printing queries (Base) +Oracle Open Office Draw : tables in databases;relations (Base) +Oracle Open Office Draw : tables in databases;searching +Oracle Open Office Draw : tables in spreadsheets +Oracle Open Office Draw : tables in spreadsheets;copying data to other applications +Oracle Open Office Draw : tables in spreadsheets;defining borders +Oracle Open Office Draw : tables in spreadsheets;value highlighting +Oracle Open Office Draw : tables in text +Oracle Open Office Draw : tables in text;captions +Oracle Open Office Draw : tables in text;creating automatically +Oracle Open Office Draw : tables in text;default settings +Oracle Open Office Draw : tables in text;defining borders +Oracle Open Office Draw : tables in text;displaying +Oracle Open Office Draw : tables in text;printing +Oracle Open Office Draw : tabs +Oracle Open Office Draw : tabs;displaying sheet tabs +Oracle Open Office Draw : tags +Oracle Open Office Draw : tags;definition +Oracle Open Office Draw : tags;META tags +Oracle Open Office Draw : task pane +Oracle Open Office Draw : templates +Oracle Open Office Draw : templates;agendas +Oracle Open Office Draw : templates;changing basic fonts +Oracle Open Office Draw : templates;database reports +Oracle Open Office Draw : templates;deleting +Oracle Open Office Draw : templates;editing and saving +Oracle Open Office Draw : templates;faxes +Oracle Open Office Draw : templates;importing and exporting +Oracle Open Office Draw : templates;letters +Oracle Open Office Draw : templates;new documents from templates +Oracle Open Office Draw : templates;opening documents with +Oracle Open Office Draw : templates;organizing +Oracle Open Office Draw : terminology +Oracle Open Office Draw : terminology;general glossary +Oracle Open Office Draw : terminology;Internet glossary +Oracle Open Office Draw : testing XML filters +Oracle Open Office Draw : text +Oracle Open Office Draw : text;animating +Oracle Open Office Draw : text;Asian layout +Oracle Open Office Draw : text;bold +Oracle Open Office Draw : text;coloring +Oracle Open Office Draw : text;converting to curves +Oracle Open Office Draw : text;copying by drag and drop +Oracle Open Office Draw : text;CTL languages +Oracle Open Office Draw : text;double-clicking to edit +Oracle Open Office Draw : text;drawing pictures +Oracle Open Office Draw : text;font effects +Oracle Open Office Draw : text;font sizes +Oracle Open Office Draw : text;font styles +Oracle Open Office Draw : text;fonts and formats +Oracle Open Office Draw : text;Fontwork icons +Oracle Open Office Draw : text;hyperlinks +Oracle Open Office Draw : text;inserting special characters +Oracle Open Office Draw : text;italics +Oracle Open Office Draw : text;kerning +Oracle Open Office Draw : text;language selection +Oracle Open Office Draw : text;line spacing +Oracle Open Office Draw : text;overwriting or inserting +Oracle Open Office Draw : text;printing in black +Oracle Open Office Draw : text;replacing with format +Oracle Open Office Draw : text;selection modes +Oracle Open Office Draw : text;shadowed +Oracle Open Office Draw : text;text/draw objects +Oracle Open Office Draw : text;toolbar +Oracle Open Office Draw : text attributes +Oracle Open Office Draw : text attributes;hyperlinks +Oracle Open Office Draw : text attributes;undoing +Oracle Open Office Draw : text boxes +Oracle Open Office Draw : text boxes;form functions +Oracle Open Office Draw : text boxes;positioning +Oracle Open Office Draw : text breaks in cells +Oracle Open Office Draw : text colors for better accessibility +Oracle Open Office Draw : text databases (Base) +Oracle Open Office Draw : text documents +Oracle Open Office Draw : text documents;creating/opening +Oracle Open Office Draw : text documents;importing/exporting +Oracle Open Office Draw : text documents;inserting in slides +Oracle Open Office Draw : text documents;inserting spreadsheet cells +Oracle Open Office Draw : text documents;print settings +Oracle Open Office Draw : text documents;printing +Oracle Open Office Draw : text documents;saving +Oracle Open Office Draw : text documents;saving automatically +Oracle Open Office Draw : text documents;saving in other formats +Oracle Open Office Draw : text documents;sending as e-mail +Oracle Open Office Draw : text effects +Oracle Open Office Draw : text entry mode for draw objects +Oracle Open Office Draw : text flow +Oracle Open Office Draw : text flow;in cells +Oracle Open Office Draw : text formats +Oracle Open Office Draw : text formats;databases +Oracle Open Office Draw : text formats;pasting +Oracle Open Office Draw : text frames +Oracle Open Office Draw : text input fields +Oracle Open Office Draw : text layout for special languages +Oracle Open Office Draw : text objects +Oracle Open Office Draw : text objects;alignment +Oracle Open Office Draw : text objects;draw functions +Oracle Open Office Draw : text objects;fonts +Oracle Open Office Draw : text objects;in presentations and drawings +Oracle Open Office Draw : text overflow in spreadsheet cells +Oracle Open Office Draw : text scaling in charts +Oracle Open Office Draw : text, see also text documents, paragraphs and characters +Oracle Open Office Draw : TextArt, see Fontwork +Oracle Open Office Draw : textures +Oracle Open Office Draw : textures;inserting from Gallery +Oracle Open Office Draw : textures;on chart bars +Oracle Open Office Draw : Thai +Oracle Open Office Draw : Thai;entering text +Oracle Open Office Draw : Thai;language settings +Oracle Open Office Draw : thesaurus +Oracle Open Office Draw : thesaurus;activating for a language +Oracle Open Office Draw : ticker text +Oracle Open Office Draw : tiled printing of slides +Oracle Open Office Draw : time and date on all slides +Oracle Open Office Draw : time fields +Oracle Open Office Draw : time fields;form functions +Oracle Open Office Draw : times +Oracle Open Office Draw : times;fixed +Oracle Open Office Draw : times;inserting when printing presentations +Oracle Open Office Draw : times;variable +Oracle Open Office Draw : times, formats +Oracle Open Office Draw : timings +Oracle Open Office Draw : timings;rehearse timings +Oracle Open Office Draw : tips +Oracle Open Office Draw : tips;extended tips in Help +Oracle Open Office Draw : title rows +Oracle Open Office Draw : title rows;printing in Oracle Open Office Math +Oracle Open Office Draw : titles +Oracle Open Office Draw : titles;alignment (charts) +Oracle Open Office Draw : titles;changing +Oracle Open Office Draw : titles;editing in charts +Oracle Open Office Draw : titles;font effects +Oracle Open Office Draw : titles;formatting automatically +Oracle Open Office Draw : titles;formatting charts +Oracle Open Office Draw : titles;objects +Oracle Open Office Draw : toolbars +Oracle Open Office Draw : toolbars;3D objects +Oracle Open Office Draw : toolbars;adding buttons +Oracle Open Office Draw : toolbars;curves +Oracle Open Office Draw : toolbars;docking/undocking +Oracle Open Office Draw : toolbars;ellipses +Oracle Open Office Draw : toolbars;Form Navigation bar +Oracle Open Office Draw : toolbars;viewing/closing +Oracle Open Office Draw : tools bar +Oracle Open Office Draw : tooltips +Oracle Open Office Draw : tooltips;extended tips +Oracle Open Office Draw : tooltips;help +Oracle Open Office Draw : torus +Oracle Open Office Draw : traditional Chinese +Oracle Open Office Draw : traditional Chinese;translating to simplified chinese +Oracle Open Office Draw : transition effects +Oracle Open Office Draw : transparency +Oracle Open Office Draw : transparency;adjusting +Oracle Open Office Draw : transparency;areas +Oracle Open Office Draw : transparency;of objects +Oracle Open Office Draw : transparency;off for faster printing +Oracle Open Office Draw : transparency;saving +Oracle Open Office Draw : tree view of Help +Oracle Open Office Draw : trend lines in charts +Oracle Open Office Draw : typefaces +Oracle Open Office Draw : typefaces;adding under UNIX +Oracle Open Office Draw : typefaces;formats +Oracle Open Office Draw : typography +Oracle Open Office Draw : typography;Asian +Oracle Open Office Draw : underlining +Oracle Open Office Draw : underlining;AutoFormat function +Oracle Open Office Draw : underlining;characters +Oracle Open Office Draw : underlining;text +Oracle Open Office Draw : underlying objects +Oracle Open Office Draw : undocking windows +Oracle Open Office Draw : undoing +Oracle Open Office Draw : undoing;direct formatting +Oracle Open Office Draw : undoing;editing +Oracle Open Office Draw : undoing;number of steps +Oracle Open Office Draw : ungrouping groups +Oracle Open Office Draw : units +Oracle Open Office Draw : units;converting +Oracle Open Office Draw : units;measurement units +Oracle Open Office Draw : unlocking layers +Oracle Open Office Draw : UNO components +Oracle Open Office Draw : UNO components;Extension Manager +Oracle Open Office Draw : UNO components;integrating new +Oracle Open Office Draw : update options +Oracle Open Office Draw : updates +Oracle Open Office Draw : updates;checking automatically +Oracle Open Office Draw : updates;checking manually +Oracle Open Office Draw : updating +Oracle Open Office Draw : updating;fields and charts, automatically (Writer) +Oracle Open Office Draw : updating;links in text documents +Oracle Open Office Draw : updating;links, on opening +Oracle Open Office Draw : updating;templates +Oracle Open Office Draw : URL +Oracle Open Office Draw : URL;changing hyperlink URLs +Oracle Open Office Draw : URL;definition +Oracle Open Office Draw : URL;in pictures +Oracle Open Office Draw : URL;saving absolute/relative paths +Oracle Open Office Draw : URL;turning off URL recognition +Oracle Open Office Draw : user data +Oracle Open Office Draw : user data;input +Oracle Open Office Draw : user data;removing when saving +Oracle Open Office Draw : user feedback +Oracle Open Office Draw : user feedback;automatically +Oracle Open Office Draw : user-defined colors +Oracle Open Office Draw : user-defined dictionaries +Oracle Open Office Draw : user-defined dictionaries;creating +Oracle Open Office Draw : user-defined dictionaries;dictionary of exceptions +Oracle Open Office Draw : user-defined dictionaries;editing +Oracle Open Office Draw : user-defined styles +Oracle Open Office Draw : user-defined styles;automatically replacing +Oracle Open Office Draw : UTF-8/UCS2 support +Oracle Open Office Draw : values +Oracle Open Office Draw : values;rounded as shown (Calc) +Oracle Open Office Draw : variables +Oracle Open Office Draw : variables;for paths +Oracle Open Office Draw : variances in charts +Oracle Open Office Draw : VBA code +Oracle Open Office Draw : VBA code;loading/saving documents with VBA code +Oracle Open Office Draw : vector graphics +Oracle Open Office Draw : vector graphics;converting bitmaps +Oracle Open Office Draw : vectorizing bitmaps +Oracle Open Office Draw : version management +Oracle Open Office Draw : version numbers of documents +Oracle Open Office Draw : versions +Oracle Open Office Draw : versions;comparing documents +Oracle Open Office Draw : versions;file saving as, restriction +Oracle Open Office Draw : versions;merging document versions +Oracle Open Office Draw : versions;of a document +Oracle Open Office Draw : versions;Oracle Open Office +Oracle Open Office Draw : vertical callouts +Oracle Open Office Draw : vertical scrollbars (Writer) +Oracle Open Office Draw : vertical text boxes +Oracle Open Office Draw : videos +Oracle Open Office Draw : viewing +Oracle Open Office Draw : viewing;databases +Oracle Open Office Draw : viewing;file properties +Oracle Open Office Draw : viewing;Oracle Open Office documents in Internet Explorer +Oracle Open Office Draw : viewing;toolbars +Oracle Open Office Draw : views +Oracle Open Office Draw : views;black and white +Oracle Open Office Draw : views;creating database views (Base) +Oracle Open Office Draw : views;defaults +Oracle Open Office Draw : views;display sizes +Oracle Open Office Draw : views;full screen +Oracle Open Office Draw : views;icons +Oracle Open Office Draw : views;scaling +Oracle Open Office Draw : views;shift function +Oracle Open Office Draw : views;slide master view +Oracle Open Office Draw : Visual Basic for Applications +Oracle Open Office Draw : Visual Basic for Applications;loading/saving documents with VBA code +Oracle Open Office Draw : watermarks +Oracle Open Office Draw : web documents +Oracle Open Office Draw : web documents;XForms +Oracle Open Office Draw : Web support +Oracle Open Office Draw : WebCast export +Oracle Open Office Draw : WebDAV over HTTPS +Oracle Open Office Draw : windows +Oracle Open Office Draw : windows;docking +Oracle Open Office Draw : windows;docking definition +Oracle Open Office Draw : windows;hiding/showing/docking +Oracle Open Office Draw : windows;new +Oracle Open Office Draw : wizards +Oracle Open Office Draw : wizards;agendas +Oracle Open Office Draw : wizards;database queries +Oracle Open Office Draw : wizards;database tables (Base) +Oracle Open Office Draw : wizards;databases (Base) +Oracle Open Office Draw : wizards;document converter +Oracle Open Office Draw : wizards;Euro Converter +Oracle Open Office Draw : wizards;faxes +Oracle Open Office Draw : wizards;forms +Oracle Open Office Draw : wizards;letters +Oracle Open Office Draw : wizards;macros (Base) +Oracle Open Office Draw : wizards;overview +Oracle Open Office Draw : wizards;presentations +Oracle Open Office Draw : wizards;reports +Oracle Open Office Draw : Word documents +Oracle Open Office Draw : Word documents;compatibility +Oracle Open Office Draw : Word documents;saving as +Oracle Open Office Draw : WordArt, see Fontwork +Oracle Open Office Draw : words +Oracle Open Office Draw : words;automatically replacing +Oracle Open Office Draw : words;wrapping in cells +Oracle Open Office Draw : words;wrapping in CTL +Oracle Open Office Draw : working directory change +Oracle Open Office Draw : wrapping text +Oracle Open Office Draw : wrapping text;in cells +Oracle Open Office Draw : write protection on/off +Oracle Open Office Draw : writing aids options +Oracle Open Office Draw : WYSIWYG in fonts lists +Oracle Open Office Draw : X axes +Oracle Open Office Draw : X axes;grid formatting +Oracle Open Office Draw : X axes;positioning +Oracle Open Office Draw : X axes;scaling +Oracle Open Office Draw : X axes;showing +Oracle Open Office Draw : XForms +Oracle Open Office Draw : XForms;adding/editing/deleting/organizing namespaces +Oracle Open Office Draw : XForms;conditions +Oracle Open Office Draw : XForms;opening/editing +Oracle Open Office Draw : XML converters +Oracle Open Office Draw : XML file formats +Oracle Open Office Draw : XML filters +Oracle Open Office Draw : XML filters;creating/testing +Oracle Open Office Draw : XML filters;saving as package/installing/deleting +Oracle Open Office Draw : XML filters;settings +Oracle Open Office Draw : XML Forms, see XForms +Oracle Open Office Draw : XSLT filters, see also XML filters +Oracle Open Office Draw : XY charts +Oracle Open Office Draw : Y axes +Oracle Open Office Draw : Y axes;formatting +Oracle Open Office Draw : Y axes;grid formatting +Oracle Open Office Draw : Y axes;positioning +Oracle Open Office Draw : Y axes;scaling +Oracle Open Office Draw : Y axes;showing +Oracle Open Office Draw : years +Oracle Open Office Draw : years;2-digit options +Oracle Open Office Draw : Z axes +Oracle Open Office Draw : Z axes;grid formatting +Oracle Open Office Draw : Z axes;showing +Oracle Open Office Draw : zero values +Oracle Open Office Draw : zero values;displaying (Calc) +Oracle Open Office Draw : zooming +Oracle Open Office Draw : zooming;in presentations +Oracle Open Office Draw : zooming;keyboard +Oracle Open Office Draw : zooming;page views +Oracle Open Office Draw : zooming;pictures +Oracle Open Office Draw : zooming;shortcut keys +Oracle Open Office Draw : zooming;status bar -- cgit From 060e0ddf7fb98ab9ab679f6a165837319b9a1859 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 13:15:49 +0200 Subject: vitomation01: #i109696 - Remove invalid file --- .../OpenOffice.org_help_topic_en-US.txt | 22162 ------------------- 1 file changed, 22162 deletions(-) delete mode 100755 testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topic_en-US.txt (limited to 'testautomation') diff --git a/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topic_en-US.txt b/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topic_en-US.txt deleted file mode 100755 index dc53c4a69a17..000000000000 --- a/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topic_en-US.txt +++ /dev/null @@ -1,22162 +0,0 @@ -OpenOffice.org Basic : "^" operator (mathematical) -OpenOffice.org Basic : "-" operator (mathematical) -OpenOffice.org Basic : "*" operator (mathematical) -OpenOffice.org Basic : "/" operator (mathematical) -OpenOffice.org Basic : "+" operator (mathematical) -OpenOffice.org Basic : 1/2 replacement -OpenOffice.org Basic : 3D text creation -OpenOffice.org Basic : 3D view -OpenOffice.org Basic : abbreviation replacement -OpenOffice.org Basic : Abs function -OpenOffice.org Basic : absolute hyperlinks -OpenOffice.org Basic : absolute saving of URLs -OpenOffice.org Basic : accents -OpenOffice.org Basic : Access databases (base) -OpenOffice.org Basic : access rights for database tables (Base) -OpenOffice.org Basic : accessibility -OpenOffice.org Basic : accessibility;general shortcuts -OpenOffice.org Basic : accessibility;OpenOffice.org assistive technology -OpenOffice.org Basic : accessibility;OpenOffice.org features -OpenOffice.org Basic : accessibility;options -OpenOffice.org Basic : activating -OpenOffice.org Basic : activating;context menus -OpenOffice.org Basic : activating;Error Report Tool -OpenOffice.org Basic : activating;extended help tips -OpenOffice.org Basic : activating;plug-ins -OpenOffice.org Basic : ActiveX control -OpenOffice.org Basic : Adabas D databases (base) -OpenOffice.org Basic : add-ons, see UNO components -OpenOffice.org Basic : adding -OpenOffice.org Basic : adding;automatic captions (Writer) -OpenOffice.org Basic : adding;backgrounds -OpenOffice.org Basic : adding;Basic libraries -OpenOffice.org Basic : adding;buttons in toolbars -OpenOffice.org Basic : adding;conditions for XForm items -OpenOffice.org Basic : adding;draw objects -OpenOffice.org Basic : adding;Fontwork objects -OpenOffice.org Basic : adding;items in Data Navigator -OpenOffice.org Basic : adding;namespaces in XForms -OpenOffice.org Basic : adding;paragraph borders -OpenOffice.org Basic : adding;pictures from Gallery -OpenOffice.org Basic : adding;pictures in Gallery -OpenOffice.org Basic : adding;plug-ins -OpenOffice.org Basic : adding;push buttons -OpenOffice.org Basic : adding;table borders -OpenOffice.org Basic : adding;textures on chart bars -OpenOffice.org Basic : adding libraries -OpenOffice.org Basic : additional selection mode -OpenOffice.org Basic : address books -OpenOffice.org Basic : address books;LDAP server (Base) -OpenOffice.org Basic : address books;registering -OpenOffice.org Basic : address labels from databases -OpenOffice.org Basic : ADO databases (Base) -OpenOffice.org Basic : Agenda Wizard -OpenOffice.org Basic : aging filter -OpenOffice.org Basic : aligning -OpenOffice.org Basic : aligning;cells -OpenOffice.org Basic : aligning;objects -OpenOffice.org Basic : aligning;paragraphs -OpenOffice.org Basic : aligning;tables in text -OpenOffice.org Basic : aligning;text objects -OpenOffice.org Basic : alternative fonts -OpenOffice.org Basic : ampersand symbol in StarBasic -OpenOffice.org Basic : ampersand symbol, see also operators -OpenOffice.org Basic : anchors -OpenOffice.org Basic : anchors;changing -OpenOffice.org Basic : anchors;displaying (Calc) -OpenOffice.org Basic : anchors;types/positions for draw objects -OpenOffice.org Basic : AND operator (logical) -OpenOffice.org Basic : animations -OpenOffice.org Basic : animations;accessibility options -OpenOffice.org Basic : appearance options -OpenOffice.org Basic : applet insertion -OpenOffice.org Basic : applying -OpenOffice.org Basic : applying;languages, to selected text -OpenOffice.org Basic : Arabic -OpenOffice.org Basic : Arabic;entering text -OpenOffice.org Basic : Arabic;language settings -OpenOffice.org Basic : areas -OpenOffice.org Basic : areas;bitmap patterns -OpenOffice.org Basic : areas;hatched/dotted -OpenOffice.org Basic : areas;shadows -OpenOffice.org Basic : areas;slanting -OpenOffice.org Basic : areas;styles -OpenOffice.org Basic : areas;transparency -OpenOffice.org Basic : arguments in command line -OpenOffice.org Basic : arranging -OpenOffice.org Basic : arranging;objects -OpenOffice.org Basic : Array function -OpenOffice.org Basic : arrays -OpenOffice.org Basic : arrays;declaring -OpenOffice.org Basic : arrays;dimensioning -OpenOffice.org Basic : arrows -OpenOffice.org Basic : arrows;defining arrow heads -OpenOffice.org Basic : arrows;defining arrow lines -OpenOffice.org Basic : arrows;drawing in text -OpenOffice.org Basic : Asc function -OpenOffice.org Basic : ASCII -OpenOffice.org Basic : ASCII;definition -OpenOffice.org Basic : Asian languages -OpenOffice.org Basic : Asian languages;enabling -OpenOffice.org Basic : Asian Phonetic Guide -OpenOffice.org Basic : Asian typography -OpenOffice.org Basic : assigning macros to events -OpenOffice.org Basic : assigning scripts -OpenOffice.org Basic : assistive technology in OpenOffice.org -OpenOffice.org Basic : Atn function -OpenOffice.org Basic : attaching toolbars -OpenOffice.org Basic : attachments in e-mails -OpenOffice.org Basic : audio -OpenOffice.org Basic : audio;inserting -OpenOffice.org Basic : audio;UNIX -OpenOffice.org Basic : auto reloading HTML documents -OpenOffice.org Basic : AutoAbstract function for sending text to presentations -OpenOffice.org Basic : AutoCaption function in OpenOffice.org Writer -OpenOffice.org Basic : AutoComplete function in text and list boxes -OpenOffice.org Basic : AutoCorrect function -OpenOffice.org Basic : AutoCorrect function;context menu -OpenOffice.org Basic : AutoCorrect function;options -OpenOffice.org Basic : AutoCorrect function;pictures and frames -OpenOffice.org Basic : AutoCorrect function;quotes -OpenOffice.org Basic : AutoCorrect function;replacement table -OpenOffice.org Basic : AutoCorrect function;smart tags -OpenOffice.org Basic : AutoCorrect function;switching on and off in Calc -OpenOffice.org Basic : AutoCorrect function;URL recognition -OpenOffice.org Basic : AutoFormat function -OpenOffice.org Basic : AutoFormat function;switching on and off -OpenOffice.org Basic : automatic captions (Writer) -OpenOffice.org Basic : automatic control focus -OpenOffice.org Basic : automatic hyperlink formatting -OpenOffice.org Basic : automatic line breaks -OpenOffice.org Basic : automatic lines/borders in text -OpenOffice.org Basic : automatic saving -OpenOffice.org Basic : AutoPilots, see wizards -OpenOffice.org Basic : AutoShapes feature in Microsoft Office -OpenOffice.org Basic : axes in charts -OpenOffice.org Basic : backgrounds -OpenOffice.org Basic : backgrounds;defining colors/pictures -OpenOffice.org Basic : backgrounds;frames/sections/indexes -OpenOffice.org Basic : backgrounds;inserting from Gallery -OpenOffice.org Basic : backgrounds;printing -OpenOffice.org Basic : backing window -OpenOffice.org Basic : backups -OpenOffice.org Basic : backups;automatic -OpenOffice.org Basic : backups;documents -OpenOffice.org Basic : Basic -OpenOffice.org Basic : Basic;fonts for source display -OpenOffice.org Basic : Basic;programming -OpenOffice.org Basic : Basic;recording macros -OpenOffice.org Basic : Basic;scripting -OpenOffice.org Basic : Basic editor -OpenOffice.org Basic : basic fonts -OpenOffice.org Basic : Basic IDE -OpenOffice.org Basic : Basic IDE;Integrated Development Environment -OpenOffice.org Basic : Basic IDE;macros -OpenOffice.org Basic : BasicLibraries (LibraryContainer) -OpenOffice.org Basic : BeanShell scripting -OpenOffice.org Basic : Beep statement -OpenOffice.org Basic : Bézier curves -OpenOffice.org Basic : Bézier curves;control points in presentations -OpenOffice.org Basic : bi-directional writing -OpenOffice.org Basic : binding space -OpenOffice.org Basic : bitmaps -OpenOffice.org Basic : bitmaps;inserting and editing -OpenOffice.org Basic : bitmaps;off for faster printing -OpenOffice.org Basic : bitmaps;patterns -OpenOffice.org Basic : black and white printing -OpenOffice.org Basic : black printing in Calc -OpenOffice.org Basic : block selection mode -OpenOffice.org Basic : Blue function -OpenOffice.org Basic : bold -OpenOffice.org Basic : bold;AutoFormat function -OpenOffice.org Basic : bold;text -OpenOffice.org Basic : bookmarks -OpenOffice.org Basic : bookmarks;Help -OpenOffice.org Basic : borders -OpenOffice.org Basic : borders;arranging -OpenOffice.org Basic : borders;cells on screen (Calc) -OpenOffice.org Basic : borders;for paragraphs -OpenOffice.org Basic : borders;for tables -OpenOffice.org Basic : borders;shadows -OpenOffice.org Basic : borders;table boundaries (Writer) -OpenOffice.org Basic : borders, see also frames -OpenOffice.org Basic : bound fields -OpenOffice.org Basic : bound fields;controls -OpenOffice.org Basic : boundaries of tables (Writer) -OpenOffice.org Basic : break display (Writer) -OpenOffice.org Basic : breakpoints -OpenOffice.org Basic : brochures -OpenOffice.org Basic : brochures;printing several -OpenOffice.org Basic : build numbers of OpenOffice.org -OpenOffice.org Basic : bullet lists -OpenOffice.org Basic : bullet lists;formatting options -OpenOffice.org Basic : bullets -OpenOffice.org Basic : bullets;paragraphs -OpenOffice.org Basic : bullets;replacing -OpenOffice.org Basic : bullets;turning off -OpenOffice.org Basic : business cards -OpenOffice.org Basic : business cards;creating and synchronizing -OpenOffice.org Basic : business cards;using templates -OpenOffice.org Basic : button bars, see toolbars -OpenOffice.org Basic : buttons -OpenOffice.org Basic : buttons;adding push buttons -OpenOffice.org Basic : buttons;big/small -OpenOffice.org Basic : buttons;controls -OpenOffice.org Basic : buttons;editing hyperlink buttons -OpenOffice.org Basic : buttons;form functions -OpenOffice.org Basic : buttons;toolbars -OpenOffice.org Basic : cache for graphics -OpenOffice.org Basic : calculating -OpenOffice.org Basic : calculating;iterative references (Calc) -OpenOffice.org Basic : Call Stack window -OpenOffice.org Basic : Call statement -OpenOffice.org Basic : callouts -OpenOffice.org Basic : callouts;drawings -OpenOffice.org Basic : capital letters -OpenOffice.org Basic : capital letters;AutoCorrect function -OpenOffice.org Basic : capital letters;font effects -OpenOffice.org Basic : captions -OpenOffice.org Basic : captions;automatic captions (Writer) -OpenOffice.org Basic : captions;tables/pictures/frames/OLE objects (Writer) -OpenOffice.org Basic : captions, see also labels/callouts -OpenOffice.org Basic : cascading update (Base) -OpenOffice.org Basic : case sensitivity -OpenOffice.org Basic : case sensitivity;comparing cell contents (Calc) -OpenOffice.org Basic : case sensitivity;searching -OpenOffice.org Basic : Case statement -OpenOffice.org Basic : CBool function -OpenOffice.org Basic : CByte function -OpenOffice.org Basic : CCur function -OpenOffice.org Basic : CDate function -OpenOffice.org Basic : CdateFromIso function -OpenOffice.org Basic : CdateToIso function -OpenOffice.org Basic : CDbl function -OpenOffice.org Basic : CDec function -OpenOffice.org Basic : cells -OpenOffice.org Basic : cells;aligning -OpenOffice.org Basic : cells;backgrounds -OpenOffice.org Basic : cells;coloring (Calc) -OpenOffice.org Basic : cells;cursor positions after input (Calc) -OpenOffice.org Basic : cells;formatting without effect (Calc) -OpenOffice.org Basic : cells;line breaks -OpenOffice.org Basic : cells;linked to controls -OpenOffice.org Basic : cells;number formats -OpenOffice.org Basic : cells;number of -OpenOffice.org Basic : cells;pasting -OpenOffice.org Basic : cells;resetting formats -OpenOffice.org Basic : cells;showing grid lines (Calc) -OpenOffice.org Basic : centered text -OpenOffice.org Basic : centimeters -OpenOffice.org Basic : certificates -OpenOffice.org Basic : Change Case feature in Microsoft Office -OpenOffice.org Basic : changes -OpenOffice.org Basic : changes;accepting or rejecting -OpenOffice.org Basic : changes;comparing to original -OpenOffice.org Basic : changes;protecting -OpenOffice.org Basic : changes;recording -OpenOffice.org Basic : changes;review function -OpenOffice.org Basic : changes;showing -OpenOffice.org Basic : changing -OpenOffice.org Basic : changing;control properties -OpenOffice.org Basic : changing;data binding of XForms -OpenOffice.org Basic : changing;default templates -OpenOffice.org Basic : changing;document titles -OpenOffice.org Basic : changing;file associations in Setup program -OpenOffice.org Basic : changing;hyperlink text/formats/URLs -OpenOffice.org Basic : changing;icon sizes -OpenOffice.org Basic : changing;keyboard -OpenOffice.org Basic : changing;links -OpenOffice.org Basic : changing;menus -OpenOffice.org Basic : changing;object sizes -OpenOffice.org Basic : changing;toolbars -OpenOffice.org Basic : changing;work directory -OpenOffice.org Basic : changing, see also editing and replacing -OpenOffice.org Basic : character styles -OpenOffice.org Basic : character styles;language selection -OpenOffice.org Basic : characters -OpenOffice.org Basic : characters;alternative fonts -OpenOffice.org Basic : characters;Asian layout -OpenOffice.org Basic : characters;bold -OpenOffice.org Basic : characters;coloring -OpenOffice.org Basic : characters;contours -OpenOffice.org Basic : characters;displaying only on screen (Writer) -OpenOffice.org Basic : characters;enabling CTL and Asian characters -OpenOffice.org Basic : characters;font effects -OpenOffice.org Basic : characters;fonts and formats -OpenOffice.org Basic : characters;hyperlinks -OpenOffice.org Basic : characters;italics -OpenOffice.org Basic : characters;language selection -OpenOffice.org Basic : characters;shadowed -OpenOffice.org Basic : characters;spacing -OpenOffice.org Basic : characters;special -OpenOffice.org Basic : characters;underlining -OpenOffice.org Basic : charcoal sketches filter -OpenOffice.org Basic : charts -OpenOffice.org Basic : charts;arranging within stacks -OpenOffice.org Basic : charts;bars with textures -OpenOffice.org Basic : charts;colors -OpenOffice.org Basic : charts;copying with link to source cell range -OpenOffice.org Basic : charts;displaying (Calc) -OpenOffice.org Basic : charts;editing axes -OpenOffice.org Basic : charts;editing data -OpenOffice.org Basic : charts;editing legends -OpenOffice.org Basic : charts;editing titles -OpenOffice.org Basic : charts;inserting -OpenOffice.org Basic : charts;updating automatically (Writer) -OpenOffice.org Basic : ChDir statement -OpenOffice.org Basic : ChDrive statement -OpenOffice.org Basic : check box control -OpenOffice.org Basic : check box creation -OpenOffice.org Basic : Chinese writing systems -OpenOffice.org Basic : Choose function -OpenOffice.org Basic : choosing printers -OpenOffice.org Basic : Chr function -OpenOffice.org Basic : CInt function -OpenOffice.org Basic : circle drawings -OpenOffice.org Basic : Client Side ImageMap -OpenOffice.org Basic : clipboard -OpenOffice.org Basic : clipboard;cutting -OpenOffice.org Basic : clipboard;pasting -OpenOffice.org Basic : clipboard;pasting formatted/unformatted text -OpenOffice.org Basic : clipboard;selection clipboard -OpenOffice.org Basic : clipboard;Unix -OpenOffice.org Basic : CLng function -OpenOffice.org Basic : Close statement -OpenOffice.org Basic : closing -OpenOffice.org Basic : closing;documents -OpenOffice.org Basic : closing;toolbars -OpenOffice.org Basic : color bar -OpenOffice.org Basic : colors -OpenOffice.org Basic : colors;adding -OpenOffice.org Basic : colors;appearance -OpenOffice.org Basic : colors;backgrounds -OpenOffice.org Basic : colors;charts -OpenOffice.org Basic : colors;fill format -OpenOffice.org Basic : colors;fonts -OpenOffice.org Basic : colors;grid lines and cells (Calc) -OpenOffice.org Basic : colors;models -OpenOffice.org Basic : colors;not printing -OpenOffice.org Basic : colors;printing in grayscale -OpenOffice.org Basic : colors;restriction (Calc) -OpenOffice.org Basic : colors;selection -OpenOffice.org Basic : column headers -OpenOffice.org Basic : column headers;displaying (Calc) -OpenOffice.org Basic : column headers;highlighting (Calc) -OpenOffice.org Basic : columns -OpenOffice.org Basic : columns;setting with the mouse -OpenOffice.org Basic : combo box control -OpenOffice.org Basic : combo box creation -OpenOffice.org Basic : command button creation -OpenOffice.org Basic : command buttons, see push buttons -OpenOffice.org Basic : command line parameters -OpenOffice.org Basic : commands -OpenOffice.org Basic : commands;not visible -OpenOffice.org Basic : commands;SQL -OpenOffice.org Basic : comments -OpenOffice.org Basic : comments;on changes -OpenOffice.org Basic : comments;Rem statement -OpenOffice.org Basic : comments feature in Microsoft Office -OpenOffice.org Basic : common terms -OpenOffice.org Basic : common terms;Chinese dictionary -OpenOffice.org Basic : common terms;glossaries -OpenOffice.org Basic : common terms;Internet glossary -OpenOffice.org Basic : Compare and Merge feature in Microsoft Office -OpenOffice.org Basic : comparison operators -OpenOffice.org Basic : comparison operators;OpenOffice.org Basic -OpenOffice.org Basic : comparisons -OpenOffice.org Basic : comparisons;document versions -OpenOffice.org Basic : comparisons;operators in default filter dialog -OpenOffice.org Basic : compatibility settings for MS Word import -OpenOffice.org Basic : complete screen view -OpenOffice.org Basic : complex text layout -OpenOffice.org Basic : complex text layout;definition -OpenOffice.org Basic : complex text layout;enabling -OpenOffice.org Basic : components -OpenOffice.org Basic : components;addressing -OpenOffice.org Basic : compose key to insert special characters -OpenOffice.org Basic : concatenation, see ampersand symbol -OpenOffice.org Basic : conditional separators -OpenOffice.org Basic : conditions -OpenOffice.org Basic : conditions;in number formats -OpenOffice.org Basic : conditions;items in Data Navigator -OpenOffice.org Basic : Configuration Manager -OpenOffice.org Basic : configuring -OpenOffice.org Basic : configuring;fax icon -OpenOffice.org Basic : configuring;OpenOffice.org -OpenOffice.org Basic : configuring;toolbars -OpenOffice.org Basic : connections to data sources (Base) -OpenOffice.org Basic : Const statement -OpenOffice.org Basic : constants -OpenOffice.org Basic : contents protection -OpenOffice.org Basic : context menus -OpenOffice.org Basic : continuation -OpenOffice.org Basic : continuation;long lines in editor -OpenOffice.org Basic : contours of text -OpenOffice.org Basic : control point display in presentations -OpenOffice.org Basic : controls -OpenOffice.org Basic : controls;activating in forms -OpenOffice.org Basic : controls;adding to documents -OpenOffice.org Basic : controls;arranging in forms -OpenOffice.org Basic : controls;arranging within stacks -OpenOffice.org Basic : controls;assigning data sources -OpenOffice.org Basic : controls;bound fields/list contents/linked cells -OpenOffice.org Basic : controls;changing properties -OpenOffice.org Basic : controls;creating in the dialog editor -OpenOffice.org Basic : controls;events -OpenOffice.org Basic : controls;focus -OpenOffice.org Basic : controls;formatted fields -OpenOffice.org Basic : controls;grouping -OpenOffice.org Basic : controls;hidden -OpenOffice.org Basic : controls;in dialog editor -OpenOffice.org Basic : controls;inserting -OpenOffice.org Basic : controls;multi-line titles -OpenOffice.org Basic : controls;positions and sizes -OpenOffice.org Basic : controls;printing -OpenOffice.org Basic : controls;properties -OpenOffice.org Basic : controls;properties of form controls -OpenOffice.org Basic : controls;properties of table controls -OpenOffice.org Basic : controls;reading or editing properties (example) -OpenOffice.org Basic : controls;reference by SQL -OpenOffice.org Basic : controls;rich text control -OpenOffice.org Basic : controls;select mode -OpenOffice.org Basic : controls;showing (Writer) -OpenOffice.org Basic : converters -OpenOffice.org Basic : converters;Euro converter -OpenOffice.org Basic : converters;PostScript, UNIX -OpenOffice.org Basic : converters;XML -OpenOffice.org Basic : ConvertFromURL function -OpenOffice.org Basic : converting -OpenOffice.org Basic : converting;Hangul/Hanja -OpenOffice.org Basic : converting;metrics -OpenOffice.org Basic : converting;Microsoft documents -OpenOffice.org Basic : converting;OpenOffice.org documents -OpenOffice.org Basic : converting;Pocket PC formats -OpenOffice.org Basic : ConvertToURL function -OpenOffice.org Basic : copies -OpenOffice.org Basic : copies;printing -OpenOffice.org Basic : copying -OpenOffice.org Basic : copying;by drag and drop -OpenOffice.org Basic : copying;data from text documents -OpenOffice.org Basic : copying;datasource records in spreadsheets -OpenOffice.org Basic : copying;draw objects -OpenOffice.org Basic : copying;draw objects between documents -OpenOffice.org Basic : copying;formatting -OpenOffice.org Basic : copying;from data source view -OpenOffice.org Basic : copying;from Gallery -OpenOffice.org Basic : copying;in Unix -OpenOffice.org Basic : copying;modules -OpenOffice.org Basic : copying;pictures, between documents -OpenOffice.org Basic : copying;sheet areas, to text documents -OpenOffice.org Basic : copying;to Gallery -OpenOffice.org Basic : copyright for OpenOffice.org -OpenOffice.org Basic : corner roundings -OpenOffice.org Basic : Cos function -OpenOffice.org Basic : crash reports -OpenOffice.org Basic : CreateObject function -OpenOffice.org Basic : CreateUnoDialog function -OpenOffice.org Basic : CreateUnoListener function -OpenOffice.org Basic : CreateUnoService function -OpenOffice.org Basic : CreateUnoStruct function -OpenOffice.org Basic : CreateUnoValue function -OpenOffice.org Basic : criteria of query design (Base) -OpenOffice.org Basic : cropping pictures -OpenOffice.org Basic : CSng function -OpenOffice.org Basic : CStr function -OpenOffice.org Basic : CTL -OpenOffice.org Basic : CTL;complex text layout languages -OpenOffice.org Basic : CTL;definition -OpenOffice.org Basic : CTL;options -OpenOffice.org Basic : CurDir function -OpenOffice.org Basic : currencies -OpenOffice.org Basic : currencies;converters -OpenOffice.org Basic : currencies;formats and format codes -OpenOffice.org Basic : currency field control -OpenOffice.org Basic : currency field creation -OpenOffice.org Basic : currency formats -OpenOffice.org Basic : cursor -OpenOffice.org Basic : cursor;allowing in protected areas (Writer) -OpenOffice.org Basic : cursor;in read-only text -OpenOffice.org Basic : cursor;quickly moving to an object -OpenOffice.org Basic : curves -OpenOffice.org Basic : curves;editing points -OpenOffice.org Basic : custom dictionaries -OpenOffice.org Basic : custom dictionaries;editing -OpenOffice.org Basic : custom hyphens (Writer) -OpenOffice.org Basic : custom quotes -OpenOffice.org Basic : custom templates -OpenOffice.org Basic : customizing -OpenOffice.org Basic : customizing;events -OpenOffice.org Basic : customizing;keyboard -OpenOffice.org Basic : customizing;menus -OpenOffice.org Basic : customizing;OpenOffice.org -OpenOffice.org Basic : customizing;round corners -OpenOffice.org Basic : customizing;toolbars -OpenOffice.org Basic : cutting -OpenOffice.org Basic : CVar function -OpenOffice.org Basic : CVErr function -OpenOffice.org Basic : dashes -OpenOffice.org Basic : data -OpenOffice.org Basic : data;filtering in forms -OpenOffice.org Basic : data;forms and subforms -OpenOffice.org Basic : data;read-only -OpenOffice.org Basic : data;sorting in forms -OpenOffice.org Basic : data;user data -OpenOffice.org Basic : data binding change in XForms -OpenOffice.org Basic : Data Navigator display options -OpenOffice.org Basic : data source browser -OpenOffice.org Basic : data source explorer -OpenOffice.org Basic : data source view -OpenOffice.org Basic : data source view;drag and drop -OpenOffice.org Basic : data source view;overview -OpenOffice.org Basic : data source view;showing -OpenOffice.org Basic : data sources -OpenOffice.org Basic : data sources;as tables -OpenOffice.org Basic : data sources;connection settings (Base) -OpenOffice.org Basic : data sources;copying records to spreadsheets -OpenOffice.org Basic : data sources;displaying current -OpenOffice.org Basic : data sources;LDAP server (Base) -OpenOffice.org Basic : data sources;OpenOffice.org Base -OpenOffice.org Basic : data sources;registering address books -OpenOffice.org Basic : data sources;reports -OpenOffice.org Basic : data sources;viewing -OpenOffice.org Basic : data structure of XForms -OpenOffice.org Basic : database contents -OpenOffice.org Basic : database contents;inserting as tables -OpenOffice.org Basic : database contents;inserting as text -OpenOffice.org Basic : database reports -OpenOffice.org Basic : Database Wizard (Base) -OpenOffice.org Basic : databases -OpenOffice.org Basic : databases;administration through SQL (Base) -OpenOffice.org Basic : databases;ADO (Base) -OpenOffice.org Basic : databases;connecting (Base) -OpenOffice.org Basic : databases;creating -OpenOffice.org Basic : databases;creating labels -OpenOffice.org Basic : databases;creating queries -OpenOffice.org Basic : databases;creating reports -OpenOffice.org Basic : databases;creating tables -OpenOffice.org Basic : databases;dBASE (Base) -OpenOffice.org Basic : databases;deleting (Base) -OpenOffice.org Basic : databases;drag and drop (Base) -OpenOffice.org Basic : databases;editing tables -OpenOffice.org Basic : databases;form filters -OpenOffice.org Basic : databases;formats (Base) -OpenOffice.org Basic : databases;importing/exporting -OpenOffice.org Basic : databases;JDBC (Base) -OpenOffice.org Basic : databases;main page (Base) -OpenOffice.org Basic : databases;MySQL (Base) -OpenOffice.org Basic : databases;ODBC (Base) -OpenOffice.org Basic : databases;overview -OpenOffice.org Basic : databases;registering (Base) -OpenOffice.org Basic : databases;searching records -OpenOffice.org Basic : databases;shortcut keys -OpenOffice.org Basic : databases;sorting -OpenOffice.org Basic : databases;standard filters -OpenOffice.org Basic : databases;text formats -OpenOffice.org Basic : databases;viewing -OpenOffice.org Basic : date field control -OpenOffice.org Basic : date fields -OpenOffice.org Basic : date fields;creating -OpenOffice.org Basic : date fields;properties -OpenOffice.org Basic : date formats -OpenOffice.org Basic : Date statement -OpenOffice.org Basic : DateAdd function -OpenOffice.org Basic : DateDiff function -OpenOffice.org Basic : DatePart function -OpenOffice.org Basic : dates -OpenOffice.org Basic : dates;default (Calc) -OpenOffice.org Basic : dates;printing in presentations -OpenOffice.org Basic : dates;start 1900/01/01 (Calc) -OpenOffice.org Basic : dates;start 1904/01/01 (Calc) -OpenOffice.org Basic : DateSerial function -OpenOffice.org Basic : DateValue function -OpenOffice.org Basic : Day function -OpenOffice.org Basic : dBASE -OpenOffice.org Basic : dBASE;database settings (Base) -OpenOffice.org Basic : DDE -OpenOffice.org Basic : DDE;definition -OpenOffice.org Basic : deactivating -OpenOffice.org Basic : deactivating;plug-ins -OpenOffice.org Basic : debugging Basic programs -OpenOffice.org Basic : decimal places displayed (Calc) -OpenOffice.org Basic : decimal separator key -OpenOffice.org Basic : decimal tab stops -OpenOffice.org Basic : Declare statement -OpenOffice.org Basic : declaring variables -OpenOffice.org Basic : default directories -OpenOffice.org Basic : default file formats -OpenOffice.org Basic : default filters -OpenOffice.org Basic : default filters;comparison operators -OpenOffice.org Basic : default filters;databases -OpenOffice.org Basic : default printer -OpenOffice.org Basic : default printer;setting up -OpenOffice.org Basic : default printer;UNIX -OpenOffice.org Basic : default templates -OpenOffice.org Basic : default templates;changing -OpenOffice.org Basic : default templates;organizing -OpenOffice.org Basic : defaults -OpenOffice.org Basic : defaults;documents -OpenOffice.org Basic : defaults;file formats -OpenOffice.org Basic : defaults;fonts -OpenOffice.org Basic : defaults;grids (Writer/Calc) -OpenOffice.org Basic : defaults;languages -OpenOffice.org Basic : defaults;number formats -OpenOffice.org Basic : defaults;of saving -OpenOffice.org Basic : defaults;program configuration -OpenOffice.org Basic : defaults;tab stops in text -OpenOffice.org Basic : defaults;views -OpenOffice.org Basic : DefBool statement -OpenOffice.org Basic : DefCur statement -OpenOffice.org Basic : DefDate statement -OpenOffice.org Basic : DefDbl statement -OpenOffice.org Basic : DefErr statement -OpenOffice.org Basic : defining -OpenOffice.org Basic : defining;arrowheads and other line ends -OpenOffice.org Basic : defining;colors -OpenOffice.org Basic : defining;constants -OpenOffice.org Basic : defining;line styles -OpenOffice.org Basic : defining;paragraph borders -OpenOffice.org Basic : defining;queries (Base) -OpenOffice.org Basic : defining;table borders -OpenOffice.org Basic : DefInt statement -OpenOffice.org Basic : DefLng statement -OpenOffice.org Basic : DefObj statement -OpenOffice.org Basic : DefSng statement -OpenOffice.org Basic : DefStr statement -OpenOffice.org Basic : DefVar statement -OpenOffice.org Basic : deleting -OpenOffice.org Basic : deleting;all direct formatting -OpenOffice.org Basic : deleting;databases (Base) -OpenOffice.org Basic : deleting;hyperlinks -OpenOffice.org Basic : deleting;libraries/modules/dialogs -OpenOffice.org Basic : deleting;lines in text -OpenOffice.org Basic : deleting;macro assignments to events -OpenOffice.org Basic : deleting;models/instances -OpenOffice.org Basic : deleting;namespaces in XForms -OpenOffice.org Basic : deleting;tab stops -OpenOffice.org Basic : deleting;templates -OpenOffice.org Basic : deleting;XML filters -OpenOffice.org Basic : depth stagger -OpenOffice.org Basic : descriptions for objects -OpenOffice.org Basic : design mode after saving -OpenOffice.org Basic : design view -OpenOffice.org Basic : design view;creating forms -OpenOffice.org Basic : design view;queries/views (Base) -OpenOffice.org Basic : designing -OpenOffice.org Basic : designing;database tables -OpenOffice.org Basic : designing;fonts -OpenOffice.org Basic : designing;queries (Base) -OpenOffice.org Basic : detaching toolbars -OpenOffice.org Basic : dialog editor -OpenOffice.org Basic : dialog editor;changing control properties -OpenOffice.org Basic : dialog editor;creating controls -OpenOffice.org Basic : dialog editor;programming examples for controls -OpenOffice.org Basic : DialogLibraries (LibraryContainer) -OpenOffice.org Basic : dialogs -OpenOffice.org Basic : dialogs;creating Basic dialogs -OpenOffice.org Basic : dialogs;displaying (example) -OpenOffice.org Basic : dialogs;loading (example) -OpenOffice.org Basic : dialogs;organizing -OpenOffice.org Basic : dialogs;properties -OpenOffice.org Basic : dialogs;translating -OpenOffice.org Basic : dialogs;using program code to show (example) -OpenOffice.org Basic : dictionaries -OpenOffice.org Basic : dictionaries;common terms in simplified and traditional chinese -OpenOffice.org Basic : dictionaries;creating -OpenOffice.org Basic : dictionaries;editing user-defined -OpenOffice.org Basic : dictionaries;spellcheck -OpenOffice.org Basic : dictionaries, see also languages -OpenOffice.org Basic : digital signatures -OpenOffice.org Basic : Dim statement -OpenOffice.org Basic : DimArray function -OpenOffice.org Basic : dimensioning arrays -OpenOffice.org Basic : Dir function -OpenOffice.org Basic : direct formatting -OpenOffice.org Basic : direct formatting;undoing all -OpenOffice.org Basic : directories -OpenOffice.org Basic : directories;creating new -OpenOffice.org Basic : directories;directory structure -OpenOffice.org Basic : disabled persons -OpenOffice.org Basic : displaying -OpenOffice.org Basic : displaying;non-printing characters (Writer) -OpenOffice.org Basic : displaying;notes (Calc) -OpenOffice.org Basic : displaying;notes in text documents -OpenOffice.org Basic : displaying;pictures and objects (Writer) -OpenOffice.org Basic : displaying;tables (Writer) -OpenOffice.org Basic : displaying;zero values (Calc) -OpenOffice.org Basic : distances -OpenOffice.org Basic : distinct values in SQL queries -OpenOffice.org Basic : distorting in drawings -OpenOffice.org Basic : distributing XML filters -OpenOffice.org Basic : dithering -OpenOffice.org Basic : DLL (Dynamic Link Library) -OpenOffice.org Basic : Do...Loop statement -OpenOffice.org Basic : docking -OpenOffice.org Basic : docking;definition -OpenOffice.org Basic : docking;toolbars -OpenOffice.org Basic : docking;windows -OpenOffice.org Basic : Document Converter Wizard -OpenOffice.org Basic : Document Map feature in Microsoft Office -OpenOffice.org Basic : Document Map, see Navigator -OpenOffice.org Basic : document types in OpenOffice.org -OpenOffice.org Basic : documents -OpenOffice.org Basic : documents;changing titles -OpenOffice.org Basic : documents;closing -OpenOffice.org Basic : documents;comparing -OpenOffice.org Basic : documents;contents as lists -OpenOffice.org Basic : documents;editing time -OpenOffice.org Basic : documents;exporting -OpenOffice.org Basic : documents;importing -OpenOffice.org Basic : documents;languages -OpenOffice.org Basic : documents;measurement units in -OpenOffice.org Basic : documents;merging -OpenOffice.org Basic : documents;number of pages/tables/sheets -OpenOffice.org Basic : documents;opening -OpenOffice.org Basic : documents;opening in design mode -OpenOffice.org Basic : documents;opening with templates -OpenOffice.org Basic : documents;organizing -OpenOffice.org Basic : documents;printing -OpenOffice.org Basic : documents;read-only -OpenOffice.org Basic : documents;reloading -OpenOffice.org Basic : documents;saving -OpenOffice.org Basic : documents;saving automatically -OpenOffice.org Basic : documents;saving in other formats -OpenOffice.org Basic : documents;sending as e-mail -OpenOffice.org Basic : documents;styles changed -OpenOffice.org Basic : documents;version management -OpenOffice.org Basic : documents;version numbers -OpenOffice.org Basic : dotted areas -OpenOffice.org Basic : double-line spacing in paragraphs -OpenOffice.org Basic : double-line writing in Asian layout -OpenOffice.org Basic : drag and drop -OpenOffice.org Basic : drag and drop;copying and pasting text -OpenOffice.org Basic : drag and drop;data source view -OpenOffice.org Basic : drag and drop;from Gallery to draw objects -OpenOffice.org Basic : drag and drop;overview -OpenOffice.org Basic : drag and drop;pictures -OpenOffice.org Basic : drag and drop;to Gallery -OpenOffice.org Basic : draw objects -OpenOffice.org Basic : draw objects;adding/editing/copying -OpenOffice.org Basic : draw objects;anchoring -OpenOffice.org Basic : draw objects;arranging within stacks -OpenOffice.org Basic : draw objects;copying -OpenOffice.org Basic : draw objects;copying between documents -OpenOffice.org Basic : draw objects;displaying (Calc) -OpenOffice.org Basic : draw objects;dropping Gallery pictures -OpenOffice.org Basic : draw objects;flipping -OpenOffice.org Basic : draw objects;legends -OpenOffice.org Basic : draw objects;positioning and resizing -OpenOffice.org Basic : draw objects;protecting -OpenOffice.org Basic : draw objects;slanting -OpenOffice.org Basic : draw objects;text in -OpenOffice.org Basic : Drawing bar -OpenOffice.org Basic : drawing lines in text -OpenOffice.org Basic : drawings -OpenOffice.org Basic : drawings;creating/opening -OpenOffice.org Basic : drawings;languages -OpenOffice.org Basic : drawings;printing -OpenOffice.org Basic : drawings;printing defaults -OpenOffice.org Basic : drawings;printing in text documents -OpenOffice.org Basic : drawings;saving -OpenOffice.org Basic : drawings;saving automatically -OpenOffice.org Basic : drawings;saving in other formats -OpenOffice.org Basic : drawings;sending as e-mail -OpenOffice.org Basic : drawings;showing (Writer) -OpenOffice.org Basic : drop-down lists in form functions -OpenOffice.org Basic : e-mail attachments -OpenOffice.org Basic : Edit File icon -OpenOffice.org Basic : edit mode -OpenOffice.org Basic : edit mode;after opening -OpenOffice.org Basic : edit mode;through Enter key (Calc) -OpenOffice.org Basic : Edit Points bar -OpenOffice.org Basic : editing -OpenOffice.org Basic : editing;chart axes -OpenOffice.org Basic : editing;chart data -OpenOffice.org Basic : editing;chart legends -OpenOffice.org Basic : editing;chart titles -OpenOffice.org Basic : editing;controls -OpenOffice.org Basic : editing;data binding of XForms -OpenOffice.org Basic : editing;database tables and queries -OpenOffice.org Basic : editing;draw objects -OpenOffice.org Basic : editing;Fontwork objects -OpenOffice.org Basic : editing;hyperlinks -OpenOffice.org Basic : editing;items in Data Navigator -OpenOffice.org Basic : editing;menus -OpenOffice.org Basic : editing;namespaces in XForms -OpenOffice.org Basic : editing;notes -OpenOffice.org Basic : editing;objects -OpenOffice.org Basic : editing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Basic : editing;pictures -OpenOffice.org Basic : editing;reports -OpenOffice.org Basic : editing;shortcut keys -OpenOffice.org Basic : editing;tab stops -OpenOffice.org Basic : editing;templates -OpenOffice.org Basic : editing;toolbars -OpenOffice.org Basic : editing;undoing -OpenOffice.org Basic : editing;XForms -OpenOffice.org Basic : editing time of documents -OpenOffice.org Basic : editors -OpenOffice.org Basic : editors;formula editor -OpenOffice.org Basic : editors;ImageMap editor -OpenOffice.org Basic : effects -OpenOffice.org Basic : effects;font positions -OpenOffice.org Basic : effects;fonts -OpenOffice.org Basic : effects;Fontwork icons -OpenOffice.org Basic : empty documents -OpenOffice.org Basic : empty paragraph removal -OpenOffice.org Basic : encryption of contents -OpenOffice.org Basic : End statement -OpenOffice.org Basic : entering groups -OpenOffice.org Basic : entering text from right to left -OpenOffice.org Basic : Environ function -OpenOffice.org Basic : Eof function -OpenOffice.org Basic : equal sign, see also operators -OpenOffice.org Basic : EqualUnoObjects function -OpenOffice.org Basic : equations in formula editor -OpenOffice.org Basic : Eqv operator (logical) -OpenOffice.org Basic : Erase function -OpenOffice.org Basic : Erl function -OpenOffice.org Basic : Err function -OpenOffice.org Basic : error codes in Basic -OpenOffice.org Basic : Error function -OpenOffice.org Basic : Error Report Tool -OpenOffice.org Basic : Euro -OpenOffice.org Basic : Euro;currency formats -OpenOffice.org Basic : Euro;Euro Converter Wizard -OpenOffice.org Basic : even/odd pages -OpenOffice.org Basic : even/odd pages;printing -OpenOffice.org Basic : events -OpenOffice.org Basic : events;assigning macros -OpenOffice.org Basic : events;controls -OpenOffice.org Basic : events;customizing -OpenOffice.org Basic : events;in forms -OpenOffice.org Basic : events;linked to objects -OpenOffice.org Basic : examples -OpenOffice.org Basic : examples;programming controls -OpenOffice.org Basic : examples;showing a dialog using program code -OpenOffice.org Basic : Excel -OpenOffice.org Basic : Excel;saving as -OpenOffice.org Basic : Excel;search criteria -OpenOffice.org Basic : exceptions -OpenOffice.org Basic : exceptions;user-defined dictionaries -OpenOffice.org Basic : exchanging, see also replacing -OpenOffice.org Basic : executing -OpenOffice.org Basic : executing;SQL commands -OpenOffice.org Basic : Exit statement -OpenOffice.org Basic : exiting -OpenOffice.org Basic : exiting;groups -OpenOffice.org Basic : exiting;OpenOffice.org -OpenOffice.org Basic : Exp function -OpenOffice.org Basic : expanding formatting (Calc) -OpenOffice.org Basic : explorer of data sources -OpenOffice.org Basic : export filters -OpenOffice.org Basic : exporting -OpenOffice.org Basic : exporting;bitmaps -OpenOffice.org Basic : exporting;databases -OpenOffice.org Basic : exporting;HTML and text documents -OpenOffice.org Basic : exporting;Microsoft Office documents with VBA code -OpenOffice.org Basic : exporting;spreadsheets to text format -OpenOffice.org Basic : exporting;templates -OpenOffice.org Basic : exporting;to foreign formats -OpenOffice.org Basic : exporting;to HTML -OpenOffice.org Basic : exporting;to Microsoft Office formats -OpenOffice.org Basic : exporting;to PDF -OpenOffice.org Basic : exporting;to PostScript format -OpenOffice.org Basic : exporting;to XML -OpenOffice.org Basic : exporting;XML files -OpenOffice.org Basic : extended tips in Help -OpenOffice.org Basic : extension mode in text -OpenOffice.org Basic : extensions -OpenOffice.org Basic : extensions;Extension Manager -OpenOffice.org Basic : extensions;file formats -OpenOffice.org Basic : external keys (Base) -OpenOffice.org Basic : faster printing -OpenOffice.org Basic : faxes -OpenOffice.org Basic : faxes;configuring OpenOffice.org -OpenOffice.org Basic : faxes;fax programs/fax printers under UNIX -OpenOffice.org Basic : faxes;selecting a fax machine -OpenOffice.org Basic : faxes;sending -OpenOffice.org Basic : faxes;wizards -OpenOffice.org Basic : fields -OpenOffice.org Basic : fields;database tables -OpenOffice.org Basic : fields;displaying field codes (Writer) -OpenOffice.org Basic : fields;formatted fields -OpenOffice.org Basic : fields;updating automatically (Writer) -OpenOffice.org Basic : file associations for Microsoft Office -OpenOffice.org Basic : file filters -OpenOffice.org Basic : file filters;mobile devices -OpenOffice.org Basic : file filters;XML -OpenOffice.org Basic : file formats -OpenOffice.org Basic : file formats;changing defaults -OpenOffice.org Basic : file formats;OpenDocument/XML -OpenOffice.org Basic : file formats;saving always in other formats -OpenOffice.org Basic : file selection button -OpenOffice.org Basic : file selection control -OpenOffice.org Basic : file sharing options for current document -OpenOffice.org Basic : FileAttr function -OpenOffice.org Basic : FileCopy statement -OpenOffice.org Basic : FileDateTime function -OpenOffice.org Basic : FileExists function -OpenOffice.org Basic : FileLen function -OpenOffice.org Basic : filepicker -OpenOffice.org Basic : filepicker;API service -OpenOffice.org Basic : files -OpenOffice.org Basic : files;filters and formats -OpenOffice.org Basic : files;importing -OpenOffice.org Basic : files;opening -OpenOffice.org Basic : files;opening with placeholders -OpenOffice.org Basic : files;properties -OpenOffice.org Basic : files;saving -OpenOffice.org Basic : files;saving automatically -OpenOffice.org Basic : files;saving in other formats -OpenOffice.org Basic : files;sending as e-mail -OpenOffice.org Basic : files;version numbers -OpenOffice.org Basic : files and folders in OpenOffice.org -OpenOffice.org Basic : fill characters with tabulators -OpenOffice.org Basic : fill colors for areas -OpenOffice.org Basic : fill patterns for areas -OpenOffice.org Basic : filter conditions -OpenOffice.org Basic : filter conditions;connecting -OpenOffice.org Basic : filter conditions;in queries (Base) -OpenOffice.org Basic : filtering -OpenOffice.org Basic : filtering;data in databases -OpenOffice.org Basic : filtering;data in forms -OpenOffice.org Basic : filters -OpenOffice.org Basic : filters;comparison operators -OpenOffice.org Basic : filters;for import and export -OpenOffice.org Basic : filters;Navigator -OpenOffice.org Basic : filters;pictures -OpenOffice.org Basic : filters;XML filter settings -OpenOffice.org Basic : Find tab in Help -OpenOffice.org Basic : finding -OpenOffice.org Basic : finding;in all sheets -OpenOffice.org Basic : finding;records in form documents -OpenOffice.org Basic : finding;selections -OpenOffice.org Basic : finding;similarity search -OpenOffice.org Basic : FindObject function -OpenOffice.org Basic : FindPropertyObject function -OpenOffice.org Basic : fitting to pages -OpenOffice.org Basic : fitting to pages;print settings in Math -OpenOffice.org Basic : fitting to pages;print settings in presentations -OpenOffice.org Basic : Fix function -OpenOffice.org Basic : fixed line control -OpenOffice.org Basic : fixed text -OpenOffice.org Basic : fixed text;form functions -OpenOffice.org Basic : fixed text control -OpenOffice.org Basic : fixing toolbars -OpenOffice.org Basic : flipping draw objects -OpenOffice.org Basic : floating frames in HTML documents -OpenOffice.org Basic : floating toolbars -OpenOffice.org Basic : focus of controls -OpenOffice.org Basic : folder creation -OpenOffice.org Basic : font lists -OpenOffice.org Basic : font name box -OpenOffice.org Basic : font sizes -OpenOffice.org Basic : font sizes;bullets -OpenOffice.org Basic : font sizes;relative changes -OpenOffice.org Basic : font sizes;scaling on screen -OpenOffice.org Basic : font sizes;text -OpenOffice.org Basic : fonts -OpenOffice.org Basic : fonts;adding under UNIX -OpenOffice.org Basic : fonts;changing in templates -OpenOffice.org Basic : fonts;colors -OpenOffice.org Basic : fonts;default settings -OpenOffice.org Basic : fonts;effects -OpenOffice.org Basic : fonts;for HTML and Basic -OpenOffice.org Basic : fonts;formats -OpenOffice.org Basic : fonts;outlines -OpenOffice.org Basic : fonts;positions in text -OpenOffice.org Basic : fonts;shadows -OpenOffice.org Basic : fonts;specifying several -OpenOffice.org Basic : fonts;strikethrough -OpenOffice.org Basic : fonts;styles -OpenOffice.org Basic : fonts;text objects -OpenOffice.org Basic : Fontwork icons -OpenOffice.org Basic : footers -OpenOffice.org Basic : footers;backgrounds -OpenOffice.org Basic : For statement -OpenOffice.org Basic : form controls -OpenOffice.org Basic : form controls;assigning macros -OpenOffice.org Basic : form controls;protecting -OpenOffice.org Basic : form controls;toolbars -OpenOffice.org Basic : form fields -OpenOffice.org Basic : form filters -OpenOffice.org Basic : Form Navigator -OpenOffice.org Basic : format codes -OpenOffice.org Basic : format codes;numbers -OpenOffice.org Basic : format codes;user-defined number formats -OpenOffice.org Basic : format filling printing in OpenOffice.org Math -OpenOffice.org Basic : Format function -OpenOffice.org Basic : Format Paintbrush -OpenOffice.org Basic : formats -OpenOffice.org Basic : formats;Asian layout -OpenOffice.org Basic : formats;Asian typography -OpenOffice.org Basic : formats;fonts -OpenOffice.org Basic : formats;maximizing page formats -OpenOffice.org Basic : formats;number and currency formats -OpenOffice.org Basic : formats;of currencies/date/time -OpenOffice.org Basic : formats;on opening and saving -OpenOffice.org Basic : formats;pasting in special formats -OpenOffice.org Basic : formats;positions -OpenOffice.org Basic : formats;tabulators -OpenOffice.org Basic : formats;undoing when writing -OpenOffice.org Basic : formatted field control -OpenOffice.org Basic : formatted fields -OpenOffice.org Basic : formatted fields;form functions -OpenOffice.org Basic : formatted fields;properties -OpenOffice.org Basic : formatting -OpenOffice.org Basic : formatting;axes in charts -OpenOffice.org Basic : formatting;chart legends -OpenOffice.org Basic : formatting;copying -OpenOffice.org Basic : formatting;definition -OpenOffice.org Basic : formatting;expanding (Calc) -OpenOffice.org Basic : formatting;font effects -OpenOffice.org Basic : formatting;hyperlinks -OpenOffice.org Basic : formatting;pages -OpenOffice.org Basic : formatting;printer metrics (Writer) -OpenOffice.org Basic : formatting;undoing -OpenOffice.org Basic : forms -OpenOffice.org Basic : forms;browsing -OpenOffice.org Basic : forms;Combo Box/List Box Wizard -OpenOffice.org Basic : forms;creating -OpenOffice.org Basic : forms;data -OpenOffice.org Basic : forms;designing (Base) -OpenOffice.org Basic : forms;events -OpenOffice.org Basic : forms;filtering data -OpenOffice.org Basic : forms;finding records -OpenOffice.org Basic : forms;focus after opening -OpenOffice.org Basic : forms;general information (Base) -OpenOffice.org Basic : forms;grouping controls -OpenOffice.org Basic : forms;HTML filters -OpenOffice.org Basic : forms;Navigator -OpenOffice.org Basic : forms;opening in design mode -OpenOffice.org Basic : forms;properties -OpenOffice.org Basic : forms;sorting data -OpenOffice.org Basic : forms;subforms -OpenOffice.org Basic : forms;wizards -OpenOffice.org Basic : forms;XForms -OpenOffice.org Basic : Formula Auditing feature in Microsoft Office -OpenOffice.org Basic : formula texts -OpenOffice.org Basic : formula texts;printing in OpenOffice.org Math -OpenOffice.org Basic : formulas -OpenOffice.org Basic : formulas;new -OpenOffice.org Basic : formulas;starting formula editor -OpenOffice.org Basic : formulas in reports -OpenOffice.org Basic : formulas in reports;editing -OpenOffice.org Basic : forums and support -OpenOffice.org Basic : frames -OpenOffice.org Basic : frames;around paragraphs -OpenOffice.org Basic : frames;around tables -OpenOffice.org Basic : frames;AutoCorrect function -OpenOffice.org Basic : frames;backgrounds -OpenOffice.org Basic : frames;captions (Writer) -OpenOffice.org Basic : frames;printing in OpenOffice.org Math -OpenOffice.org Basic : frames;protecting -OpenOffice.org Basic : frames;selection frames -OpenOffice.org Basic : frames;text fitting to frames -OpenOffice.org Basic : FreeFile function -OpenOffice.org Basic : freeform lines -OpenOffice.org Basic : freeform lines;draw functions -OpenOffice.org Basic : FreeLibrary function -OpenOffice.org Basic : FTP -OpenOffice.org Basic : FTP;opening documents -OpenOffice.org Basic : FTP;saving documents -OpenOffice.org Basic : full joins (Base) -OpenOffice.org Basic : full screen view -OpenOffice.org Basic : full-text search in Help -OpenOffice.org Basic : Function statement -OpenOffice.org Basic : functions -OpenOffice.org Basic : functions;return value type -OpenOffice.org Basic : functions;using -OpenOffice.org Basic : functions in reports -OpenOffice.org Basic : functions in reports;editing -OpenOffice.org Basic : fundamentals -OpenOffice.org Basic : Gallery -OpenOffice.org Basic : Gallery;adding pictures -OpenOffice.org Basic : Gallery;dragging pictures to draw objects -OpenOffice.org Basic : Gallery;hiding/showing -OpenOffice.org Basic : Gallery;inserting pictures from -OpenOffice.org Basic : German spellcheck -OpenOffice.org Basic : get method for form transmissions -OpenOffice.org Basic : Get statement -OpenOffice.org Basic : GetAttr function -OpenOffice.org Basic : GetDefaultContext function -OpenOffice.org Basic : GetGuiType function -OpenOffice.org Basic : GetProcessServiceManager function -OpenOffice.org Basic : GetSolarVersion function -OpenOffice.org Basic : GetSystemTicks function -OpenOffice.org Basic : getting support -OpenOffice.org Basic : GIF format -OpenOffice.org Basic : Global statement -OpenOffice.org Basic : GLOBAL variables -OpenOffice.org Basic : GlobalScope function -OpenOffice.org Basic : glossaries -OpenOffice.org Basic : glossaries;common terms -OpenOffice.org Basic : glossaries;Internet terms -OpenOffice.org Basic : GoSub...Return statement -OpenOffice.org Basic : GoTo statement -OpenOffice.org Basic : gradients off for faster printing -OpenOffice.org Basic : graphical text art -OpenOffice.org Basic : graphics -OpenOffice.org Basic : graphics;cache -OpenOffice.org Basic : graphics;protecting -OpenOffice.org Basic : graphics, see also pictures -OpenOffice.org Basic : grayscale printing -OpenOffice.org Basic : Green function -OpenOffice.org Basic : grid controls -OpenOffice.org Basic : grid controls;form functions -OpenOffice.org Basic : grids -OpenOffice.org Basic : grids;defaults (Writer/Calc) -OpenOffice.org Basic : grids;display options (Impress/Draw) -OpenOffice.org Basic : grids;displaying lines (Calc) -OpenOffice.org Basic : group box control -OpenOffice.org Basic : group box creation -OpenOffice.org Basic : groups -OpenOffice.org Basic : groups;entering/exiting/ungrouping -OpenOffice.org Basic : groups;naming -OpenOffice.org Basic : groups;of controls -OpenOffice.org Basic : guides -OpenOffice.org Basic : guides;display options (Impress/Draw) -OpenOffice.org Basic : guides;displaying when moving objects (Impress) -OpenOffice.org Basic : guides;showing (Calc) -OpenOffice.org Basic : guides;showing when moving frames (Writer) -OpenOffice.org Basic : gutter -OpenOffice.org Basic : handles -OpenOffice.org Basic : handles;displaying (Writer) -OpenOffice.org Basic : handles;scaling -OpenOffice.org Basic : handles;showing simple/large handles (Calc) -OpenOffice.org Basic : Hangul/Hanja -OpenOffice.org Basic : HasUnoInterfaces function -OpenOffice.org Basic : hatching -OpenOffice.org Basic : headers -OpenOffice.org Basic : headers;backgrounds -OpenOffice.org Basic : headings -OpenOffice.org Basic : headings;entering as text box -OpenOffice.org Basic : Hebrew -OpenOffice.org Basic : Hebrew;entering text -OpenOffice.org Basic : Hebrew;language settings -OpenOffice.org Basic : Help -OpenOffice.org Basic : Help;bookmarks -OpenOffice.org Basic : Help;extended tips on/off -OpenOffice.org Basic : Help;full-text search -OpenOffice.org Basic : Help;Help tips -OpenOffice.org Basic : Help;keywords -OpenOffice.org Basic : Help;navigation pane showing/hiding -OpenOffice.org Basic : Help;style sheets -OpenOffice.org Basic : Help;topics -OpenOffice.org Basic : Help Agent -OpenOffice.org Basic : Help Agent;help -OpenOffice.org Basic : Help Agent;options -OpenOffice.org Basic : Help tips -OpenOffice.org Basic : Help tips;hiding -OpenOffice.org Basic : Hex function -OpenOffice.org Basic : hidden controls in Form Navigator -OpenOffice.org Basic : hidden fields display (Writer) -OpenOffice.org Basic : hidden pages -OpenOffice.org Basic : hidden pages;printing in presentations -OpenOffice.org Basic : hidden text -OpenOffice.org Basic : hidden text;showing (Writer) -OpenOffice.org Basic : hiding -OpenOffice.org Basic : hiding;changes -OpenOffice.org Basic : hiding;docked windows -OpenOffice.org Basic : hiding;navigation pane in Help window -OpenOffice.org Basic : high contrast mode -OpenOffice.org Basic : Hindi -OpenOffice.org Basic : Hindi;entering text -OpenOffice.org Basic : Hindi;language settings -OpenOffice.org Basic : horizontal line control -OpenOffice.org Basic : horizontal scrollbar control -OpenOffice.org Basic : horizontal scrollbars (Writer) -OpenOffice.org Basic : Hour function -OpenOffice.org Basic : HTML -OpenOffice.org Basic : HTML;definition -OpenOffice.org Basic : HTML;export character set -OpenOffice.org Basic : HTML;fonts for source display -OpenOffice.org Basic : HTML;importing META tags -OpenOffice.org Basic : HTML;live presentations -OpenOffice.org Basic : HTML documents -OpenOffice.org Basic : HTML documents;auto reloading -OpenOffice.org Basic : HTML documents;importing/exporting -OpenOffice.org Basic : HTML documents;META tags in -OpenOffice.org Basic : HTML documents;new -OpenOffice.org Basic : HTML documents;source text -OpenOffice.org Basic : hyperlinks -OpenOffice.org Basic : hyperlinks;assigning macros -OpenOffice.org Basic : hyperlinks;character formats -OpenOffice.org Basic : hyperlinks;definition -OpenOffice.org Basic : hyperlinks;deleting -OpenOffice.org Basic : hyperlinks;editing -OpenOffice.org Basic : hyperlinks;inserting -OpenOffice.org Basic : hyperlinks;relative and absolute -OpenOffice.org Basic : hyperlinks;turning off automatic recognition -OpenOffice.org Basic : hyperlinks, see also links -OpenOffice.org Basic : hyphenation -OpenOffice.org Basic : hyphenation;activating for a language -OpenOffice.org Basic : hyphenation;minimal number of characters -OpenOffice.org Basic : hyphens -OpenOffice.org Basic : hyphens;displaying custom (Writer) -OpenOffice.org Basic : hyphens;inserting custom -OpenOffice.org Basic : icon bars, see toolbars -OpenOffice.org Basic : icon control -OpenOffice.org Basic : icon sizes -OpenOffice.org Basic : IDE -OpenOffice.org Basic : IDE;Integrated Development Environment -OpenOffice.org Basic : IDE;keyboard shortcuts -OpenOffice.org Basic : If statement -OpenOffice.org Basic : ignore list for spellcheck -OpenOffice.org Basic : IIf statement -OpenOffice.org Basic : illustrations, see pictures -OpenOffice.org Basic : image button creation -OpenOffice.org Basic : image control -OpenOffice.org Basic : image control creation -OpenOffice.org Basic : ImageMap -OpenOffice.org Basic : ImageMap;definition -OpenOffice.org Basic : ImageMap;editor -OpenOffice.org Basic : images -OpenOffice.org Basic : images;ImageMap -OpenOffice.org Basic : images;inserting and editing bitmaps -OpenOffice.org Basic : images;placeholders in presentations -OpenOffice.org Basic : images, see also pictures -OpenOffice.org Basic : IME -OpenOffice.org Basic : IME;definition -OpenOffice.org Basic : IME;showing/hiding -OpenOffice.org Basic : Imp operator (logical) -OpenOffice.org Basic : import filters -OpenOffice.org Basic : import restrictions for Microsoft Office -OpenOffice.org Basic : importing -OpenOffice.org Basic : importing;bitmaps -OpenOffice.org Basic : importing;compatibility settings for text import -OpenOffice.org Basic : importing;databases -OpenOffice.org Basic : importing;documents in other formats -OpenOffice.org Basic : importing;from XML -OpenOffice.org Basic : importing;HTML and text documents -OpenOffice.org Basic : importing;HTML with META tags -OpenOffice.org Basic : importing;Microsoft Office documents with VBA code -OpenOffice.org Basic : importing;tables in text format -OpenOffice.org Basic : importing;templates -OpenOffice.org Basic : inches -OpenOffice.org Basic : Index tab in Help -OpenOffice.org Basic : indexes -OpenOffice.org Basic : indexes;backgrounds -OpenOffice.org Basic : indexes;showing/hiding Help index tab -OpenOffice.org Basic : indexes;unprotecting -OpenOffice.org Basic : indicator lines in text -OpenOffice.org Basic : inner joins (Base) -OpenOffice.org Basic : input method window -OpenOffice.org Basic : Input statement -OpenOffice.org Basic : InputBox function -OpenOffice.org Basic : insert mode for entering text -OpenOffice.org Basic : inserting -OpenOffice.org Basic : inserting;applets -OpenOffice.org Basic : inserting;cell ranges from spreadsheets -OpenOffice.org Basic : inserting;charts -OpenOffice.org Basic : inserting;clipboard options -OpenOffice.org Basic : inserting;data from text documents -OpenOffice.org Basic : inserting;datasource records in spreadsheets -OpenOffice.org Basic : inserting;drawings -OpenOffice.org Basic : inserting;floating frames -OpenOffice.org Basic : inserting;form fields -OpenOffice.org Basic : inserting;hyperlinks -OpenOffice.org Basic : inserting;line breaks in cells -OpenOffice.org Basic : inserting;movies/sounds -OpenOffice.org Basic : inserting;new text tables defaults -OpenOffice.org Basic : inserting;notes -OpenOffice.org Basic : inserting;objects from Gallery -OpenOffice.org Basic : inserting;OLE objects -OpenOffice.org Basic : inserting;paragraph bullets -OpenOffice.org Basic : inserting;plug-ins -OpenOffice.org Basic : inserting;special characters -OpenOffice.org Basic : inserting;tab stops -OpenOffice.org Basic : installing -OpenOffice.org Basic : installing;ActiveX control -OpenOffice.org Basic : installing;mobile device filters -OpenOffice.org Basic : installing;UNO components -OpenOffice.org Basic : InStr function -OpenOffice.org Basic : instructions -OpenOffice.org Basic : instructions;general -OpenOffice.org Basic : Int function -OpenOffice.org Basic : Internet -OpenOffice.org Basic : Internet;Internet Explorer for displaying OpenOffice.org documents -OpenOffice.org Basic : Internet;presentations -OpenOffice.org Basic : Internet;starting searches -OpenOffice.org Basic : Internet;turning off recognition of addresses -OpenOffice.org Basic : Internet glossary -OpenOffice.org Basic : invert filter -OpenOffice.org Basic : invisible areas -OpenOffice.org Basic : IsArray function -OpenOffice.org Basic : IsDate function -OpenOffice.org Basic : IsEmpty function -OpenOffice.org Basic : IsError function -OpenOffice.org Basic : IsMissing function -OpenOffice.org Basic : IsNull function -OpenOffice.org Basic : IsNumeric function -OpenOffice.org Basic : IsObject function -OpenOffice.org Basic : IsUnoStruct function -OpenOffice.org Basic : italic text -OpenOffice.org Basic : iterative references in spreadsheets -OpenOffice.org Basic : Java -OpenOffice.org Basic : Java;definition -OpenOffice.org Basic : Java;scripting -OpenOffice.org Basic : Java;setting options -OpenOffice.org Basic : JDBC -OpenOffice.org Basic : JDBC;databases (Base) -OpenOffice.org Basic : JDBC;definition -OpenOffice.org Basic : Join function -OpenOffice.org Basic : joining -OpenOffice.org Basic : joining;paragraphs -OpenOffice.org Basic : joining;tables (Base) -OpenOffice.org Basic : joins in databases (Base) -OpenOffice.org Basic : justifying text -OpenOffice.org Basic : kerning -OpenOffice.org Basic : kerning;Asian texts -OpenOffice.org Basic : kerning;definition -OpenOffice.org Basic : kerning;in characters -OpenOffice.org Basic : key fields for relations (Base) -OpenOffice.org Basic : keyboard -OpenOffice.org Basic : keyboard;assigning/editing shortcut keys -OpenOffice.org Basic : keyboard;general commands -OpenOffice.org Basic : keyboard;in IDE -OpenOffice.org Basic : keyboard;removing numbering -OpenOffice.org Basic : keys -OpenOffice.org Basic : keys;adding push buttons -OpenOffice.org Basic : keys;primary keys (Base) -OpenOffice.org Basic : Kill statement -OpenOffice.org Basic : kiosk export -OpenOffice.org Basic : label field control -OpenOffice.org Basic : labels -OpenOffice.org Basic : labels;creating and synchronizing -OpenOffice.org Basic : labels;for draw objects -OpenOffice.org Basic : labels;form functions -OpenOffice.org Basic : labels;from databases -OpenOffice.org Basic : labels, see also names/callouts -OpenOffice.org Basic : languages -OpenOffice.org Basic : languages;activating modules -OpenOffice.org Basic : languages;Asian support -OpenOffice.org Basic : languages;complex text layout -OpenOffice.org Basic : languages;locale settings -OpenOffice.org Basic : languages;selecting -OpenOffice.org Basic : languages;setting options -OpenOffice.org Basic : languages;spellcheck -OpenOffice.org Basic : languages;spellchecking and formatting -OpenOffice.org Basic : large handles (Writer) -OpenOffice.org Basic : large icons -OpenOffice.org Basic : layer arrangement -OpenOffice.org Basic : layout -OpenOffice.org Basic : layout;importing Word documents -OpenOffice.org Basic : layout;pages -OpenOffice.org Basic : LBound function -OpenOffice.org Basic : LCase function -OpenOffice.org Basic : LDAP server -OpenOffice.org Basic : LDAP server;address books (Base) -OpenOffice.org Basic : LDAP server;sign on options -OpenOffice.org Basic : leading between paragraphs -OpenOffice.org Basic : left alignment of paragraphs -OpenOffice.org Basic : Left function -OpenOffice.org Basic : left joins (Base) -OpenOffice.org Basic : legends -OpenOffice.org Basic : legends;charts -OpenOffice.org Basic : legends;draw objects -OpenOffice.org Basic : legends;rounding corners -OpenOffice.org Basic : Len function -OpenOffice.org Basic : Let statement -OpenOffice.org Basic : Letter Wizard -OpenOffice.org Basic : levels -OpenOffice.org Basic : levels;depth stagger -OpenOffice.org Basic : libraries -OpenOffice.org Basic : libraries;adding -OpenOffice.org Basic : libraries;organizing -OpenOffice.org Basic : library systems -OpenOffice.org Basic : LibraryContainer -OpenOffice.org Basic : limits of tables (Writer) -OpenOffice.org Basic : line breaks -OpenOffice.org Basic : line breaks;in cells -OpenOffice.org Basic : line control -OpenOffice.org Basic : Line Input statement -OpenOffice.org Basic : line spacing -OpenOffice.org Basic : line spacing;context menu in paragraphs -OpenOffice.org Basic : line spacing;paragraph -OpenOffice.org Basic : line styles -OpenOffice.org Basic : line styles;applying -OpenOffice.org Basic : line styles;defining -OpenOffice.org Basic : lines -OpenOffice.org Basic : lines;contours (Draw/Impress) -OpenOffice.org Basic : lines;defining ends -OpenOffice.org Basic : lines;draw functions -OpenOffice.org Basic : lines;drawing in text -OpenOffice.org Basic : lines;editing points -OpenOffice.org Basic : lines;removing automatic lines -OpenOffice.org Basic : Lines and Page Breaks feature in Microsoft Office -OpenOffice.org Basic : lines of text -OpenOffice.org Basic : lines of text;alignment -OpenOffice.org Basic : lines of text;in Basic editor -OpenOffice.org Basic : links -OpenOffice.org Basic : links;between cells and controls -OpenOffice.org Basic : links;by drag and drop -OpenOffice.org Basic : links;character formats -OpenOffice.org Basic : links;definition -OpenOffice.org Basic : links;editing hyperlinks -OpenOffice.org Basic : links;inserting -OpenOffice.org Basic : links;modifying -OpenOffice.org Basic : links;opening files with -OpenOffice.org Basic : links;relational databases (Base) -OpenOffice.org Basic : links;turning off automatic recognition -OpenOffice.org Basic : links;updating options (Writer) -OpenOffice.org Basic : links;updating specific links -OpenOffice.org Basic : list box creation -OpenOffice.org Basic : list boxes -OpenOffice.org Basic : list boxes;adding entries to (example) -OpenOffice.org Basic : list boxes;controls -OpenOffice.org Basic : list boxes;removing entries from (example) -OpenOffice.org Basic : lists -OpenOffice.org Basic : lists;data assigned to controls -OpenOffice.org Basic : lists;registered databases (Base) -OpenOffice.org Basic : lists;regular expressions -OpenOffice.org Basic : live presentations on the Internet -OpenOffice.org Basic : loading -OpenOffice.org Basic : loading;Basic code -OpenOffice.org Basic : loading;documents -OpenOffice.org Basic : loading;documents from other formats -OpenOffice.org Basic : loading;HTML documents, automatically -OpenOffice.org Basic : loading;Microsoft Office documents with VBA code -OpenOffice.org Basic : loading;reloading -OpenOffice.org Basic : loading;XML files -OpenOffice.org Basic : Loc function -OpenOffice.org Basic : locale settings -OpenOffice.org Basic : localizing dialogs -OpenOffice.org Basic : Lof function -OpenOffice.org Basic : Log function -OpenOffice.org Basic : long lines -OpenOffice.org Basic : long lines;in Basic editor -OpenOffice.org Basic : loops -OpenOffice.org Basic : lowercase letters -OpenOffice.org Basic : lowercase letters;font effects -OpenOffice.org Basic : LSet statement -OpenOffice.org Basic : LTrim function -OpenOffice.org Basic : macro toolbar -OpenOffice.org Basic : macros -OpenOffice.org Basic : macros;assigning to events -OpenOffice.org Basic : macros;assigning to events in forms -OpenOffice.org Basic : macros;Basic IDE -OpenOffice.org Basic : macros;in MS Office documents -OpenOffice.org Basic : macros;interrupting -OpenOffice.org Basic : macros;organizing -OpenOffice.org Basic : macros;recording -OpenOffice.org Basic : macros;security -OpenOffice.org Basic : macros;security warning dialog -OpenOffice.org Basic : macros;selecting security warnings -OpenOffice.org Basic : macros;stopping -OpenOffice.org Basic : magnifiers -OpenOffice.org Basic : Mail Merge feature in Microsoft Office -OpenOffice.org Basic : margins -OpenOffice.org Basic : margins;pages -OpenOffice.org Basic : margins;setting with the mouse -OpenOffice.org Basic : margins;shadows -OpenOffice.org Basic : marking changes -OpenOffice.org Basic : Markup feature in Microsoft Office -OpenOffice.org Basic : masked field control -OpenOffice.org Basic : Math formula editor -OpenOffice.org Basic : measurement units -OpenOffice.org Basic : measurement units;changing on rulers -OpenOffice.org Basic : measurement units;converting -OpenOffice.org Basic : measurement units;selecting -OpenOffice.org Basic : Media Player window -OpenOffice.org Basic : menus -OpenOffice.org Basic : menus;activating context menus -OpenOffice.org Basic : menus;customizing -OpenOffice.org Basic : menus;inactive menu items -OpenOffice.org Basic : merging -OpenOffice.org Basic : merging;documents -OpenOffice.org Basic : META tags -OpenOffice.org Basic : metrics -OpenOffice.org Basic : metrics;converting -OpenOffice.org Basic : metrics;document formatting (Writer) -OpenOffice.org Basic : metrics;in sheets -OpenOffice.org Basic : Microsoft Office -OpenOffice.org Basic : Microsoft Office;Access databases (base) -OpenOffice.org Basic : Microsoft Office;as standard file format -OpenOffice.org Basic : Microsoft Office;document import restrictions -OpenOffice.org Basic : Microsoft Office;feature comparisons -OpenOffice.org Basic : Microsoft Office;importing password protected files -OpenOffice.org Basic : Microsoft Office;importing Word documents -OpenOffice.org Basic : Microsoft Office;importing/exporting VBA code -OpenOffice.org Basic : Microsoft Office;new users information -OpenOffice.org Basic : Microsoft Office;opening Microsoft documents -OpenOffice.org Basic : Microsoft Office;reassigning document types -OpenOffice.org Basic : Mid function -OpenOffice.org Basic : Mid statement -OpenOffice.org Basic : Minute function -OpenOffice.org Basic : MkDir statement -OpenOffice.org Basic : mobile device filters -OpenOffice.org Basic : MOD operator (mathematical) -OpenOffice.org Basic : models in XForms -OpenOffice.org Basic : modifying, see changing -OpenOffice.org Basic : module/dialog toggle -OpenOffice.org Basic : modules -OpenOffice.org Basic : modules;organizing -OpenOffice.org Basic : modules;subroutines and functions -OpenOffice.org Basic : Month function -OpenOffice.org Basic : more controls -OpenOffice.org Basic : mosaic filter -OpenOffice.org Basic : mouse -OpenOffice.org Basic : mouse;pointers when using drag and drop -OpenOffice.org Basic : mouse;positioning -OpenOffice.org Basic : moving -OpenOffice.org Basic : moving;modules -OpenOffice.org Basic : moving;tab stops on ruler -OpenOffice.org Basic : moving;toolbars -OpenOffice.org Basic : moving;using guide lines in presentations -OpenOffice.org Basic : MS ADO interface (Base) -OpenOffice.org Basic : MsgBox function -OpenOffice.org Basic : MsgBox statement -OpenOffice.org Basic : multi-line titles in forms -OpenOffice.org Basic : multiple documents -OpenOffice.org Basic : multiple documents;opening -OpenOffice.org Basic : My Documents folder -OpenOffice.org Basic : My Documents folder;changing work directory -OpenOffice.org Basic : My Documents folder;opening -OpenOffice.org Basic : MySQL databases (Base) -OpenOffice.org Basic : Name statement -OpenOffice.org Basic : names -OpenOffice.org Basic : names;multi-line titles -OpenOffice.org Basic : names;objects -OpenOffice.org Basic : names of variables -OpenOffice.org Basic : names, see also labels/callouts -OpenOffice.org Basic : namespace organization in XForms -OpenOffice.org Basic : native SQL (Base) -OpenOffice.org Basic : navigating -OpenOffice.org Basic : navigating;in Basic projects -OpenOffice.org Basic : navigating;in documents -OpenOffice.org Basic : Navigation bar -OpenOffice.org Basic : Navigation bar;controls -OpenOffice.org Basic : Navigation bar;forms -OpenOffice.org Basic : Navigator -OpenOffice.org Basic : Navigator;contents as lists -OpenOffice.org Basic : Navigator;docking -OpenOffice.org Basic : Navigator;working with -OpenOffice.org Basic : network identity options -OpenOffice.org Basic : new databases -OpenOffice.org Basic : new documents -OpenOffice.org Basic : new German spellcheck -OpenOffice.org Basic : new lines in cells -OpenOffice.org Basic : new windows -OpenOffice.org Basic : Next statement -OpenOffice.org Basic : non-breaking dashes -OpenOffice.org Basic : non-breaking spaces (Writer) -OpenOffice.org Basic : non-printing characters (Writer) -OpenOffice.org Basic : Not operator (logical) -OpenOffice.org Basic : notes -OpenOffice.org Basic : notes;displaying (Calc) -OpenOffice.org Basic : notes;inserting and editing -OpenOffice.org Basic : notes;printing in text -OpenOffice.org Basic : Nothing object -OpenOffice.org Basic : Now function -OpenOffice.org Basic : Null value -OpenOffice.org Basic : number formats -OpenOffice.org Basic : number formats;codes -OpenOffice.org Basic : number formats;formats -OpenOffice.org Basic : number formats;recognition in text tables -OpenOffice.org Basic : number of pages -OpenOffice.org Basic : number of sheets -OpenOffice.org Basic : number of tables -OpenOffice.org Basic : numbering -OpenOffice.org Basic : numbering;options -OpenOffice.org Basic : numbering;paragraphs -OpenOffice.org Basic : numbering;turning off -OpenOffice.org Basic : numbering;using automatically -OpenOffice.org Basic : numbers -OpenOffice.org Basic : numbers;date, time and currency formats -OpenOffice.org Basic : numbers;decimal places (Calc) -OpenOffice.org Basic : numbers;formatting options for selected cells -OpenOffice.org Basic : numerical field control -OpenOffice.org Basic : numerical fields in forms -OpenOffice.org Basic : objects -OpenOffice.org Basic : objects;always moveable (Impress/Draw) -OpenOffice.org Basic : objects;arranging within stacks -OpenOffice.org Basic : objects;contours in presentations -OpenOffice.org Basic : objects;copying when moving in presentations -OpenOffice.org Basic : objects;definition -OpenOffice.org Basic : objects;displaying in spreadsheets -OpenOffice.org Basic : objects;displaying in text documents -OpenOffice.org Basic : objects;editing -OpenOffice.org Basic : objects;inserting from Gallery -OpenOffice.org Basic : objects;inserting OLE objects -OpenOffice.org Basic : objects;moving and resizing with mouse -OpenOffice.org Basic : objects;naming -OpenOffice.org Basic : objects;opening -OpenOffice.org Basic : objects;quickly moving to -OpenOffice.org Basic : objects;titles and descriptions -OpenOffice.org Basic : Oct function -OpenOffice.org Basic : ODBC -OpenOffice.org Basic : ODBC;database (Base) -OpenOffice.org Basic : ODBC;definition -OpenOffice.org Basic : ODF file formats -OpenOffice.org Basic : Office -OpenOffice.org Basic : Office;Microsoft Office and OpenOffice.org -OpenOffice.org Basic : old German spellcheck -OpenOffice.org Basic : OLE -OpenOffice.org Basic : OLE;definition -OpenOffice.org Basic : OLE objects -OpenOffice.org Basic : OLE objects;arranging within stacks -OpenOffice.org Basic : OLE objects;captions (Writer) -OpenOffice.org Basic : OLE objects;inserting -OpenOffice.org Basic : OLE objects;number of -OpenOffice.org Basic : OLE objects;protecting -OpenOffice.org Basic : On Error GoTo ... Resume statement -OpenOffice.org Basic : On...GoSub statement -OpenOffice.org Basic : On...GoTo statement -OpenOffice.org Basic : one and a half line spacing in text -OpenOffice.org Basic : online registration -OpenOffice.org Basic : online update options -OpenOffice.org Basic : online updates -OpenOffice.org Basic : online updates;checking automatically -OpenOffice.org Basic : online updates;checking manually -OpenOffice.org Basic : Open statement -OpenOffice.org Basic : Open/Save dialogs -OpenOffice.org Basic : OpenDocument file formats -OpenOffice.org Basic : OpenGL -OpenOffice.org Basic : OpenGL;definition -OpenOffice.org Basic : OpenGL;optimized output -OpenOffice.org Basic : opening -OpenOffice.org Basic : opening;context menus -OpenOffice.org Basic : opening;database files -OpenOffice.org Basic : opening;dialog settings -OpenOffice.org Basic : opening;documents -OpenOffice.org Basic : opening;documents from other formats -OpenOffice.org Basic : opening;files with links -OpenOffice.org Basic : opening;files, with placeholders -OpenOffice.org Basic : opening;forms -OpenOffice.org Basic : opening;Microsoft Office files -OpenOffice.org Basic : opening;mobile device documents -OpenOffice.org Basic : opening;objects -OpenOffice.org Basic : opening;reports -OpenOffice.org Basic : opening;several files -OpenOffice.org Basic : opening;XForms -OpenOffice.org Basic : OpenOffice.org Base data sources -OpenOffice.org Basic : OpenOffice.org Basic scripts in HTML documents -OpenOffice.org Basic : OpenOffice.org documents -OpenOffice.org Basic : OpenOffice.org documents;mobile device filters -OpenOffice.org Basic : OpenOffice.org documents;viewing and editing in Internet Explorer -OpenOffice.org Basic : OpenOffice.org Math start -OpenOffice.org Basic : operators -OpenOffice.org Basic : operators;comparisons -OpenOffice.org Basic : operators;default filters -OpenOffice.org Basic : Option Base statement -OpenOffice.org Basic : option button control -OpenOffice.org Basic : Option Explicit statement -OpenOffice.org Basic : Optional function -OpenOffice.org Basic : optional hyphens (Writer) -OpenOffice.org Basic : options -OpenOffice.org Basic : options;accessibility -OpenOffice.org Basic : options;appearance -OpenOffice.org Basic : options;compatibility (Writer) -OpenOffice.org Basic : options;network identity -OpenOffice.org Basic : options;online update -OpenOffice.org Basic : options;tools -OpenOffice.org Basic : Or operator (logical) -OpenOffice.org Basic : Oracle databases (base) -OpenOffice.org Basic : ordering -OpenOffice.org Basic : ordering;objects -OpenOffice.org Basic : organizing -OpenOffice.org Basic : organizing;macros and scripts -OpenOffice.org Basic : organizing;modules/libraries/dialogs -OpenOffice.org Basic : organizing;namespaces in XForms -OpenOffice.org Basic : organizing;styles -OpenOffice.org Basic : organizing;templates -OpenOffice.org Basic : original size -OpenOffice.org Basic : original size;printing in OpenOffice.org Math -OpenOffice.org Basic : original size;restoring after cropping -OpenOffice.org Basic : outlines -OpenOffice.org Basic : outlines;font effects -OpenOffice.org Basic : outlines;outline symbols -OpenOffice.org Basic : outlines;sending to presentations -OpenOffice.org Basic : overwrite mode -OpenOffice.org Basic : packages, see extensions -OpenOffice.org Basic : page breaks -OpenOffice.org Basic : page breaks;displaying (Calc) -OpenOffice.org Basic : page formats -OpenOffice.org Basic : page formats;maximizing -OpenOffice.org Basic : page formats;restriction -OpenOffice.org Basic : page styles -OpenOffice.org Basic : page styles;editing/applying with statusbar -OpenOffice.org Basic : pages -OpenOffice.org Basic : pages;backgrounds in spreadsheets -OpenOffice.org Basic : pages;formatting and numbering -OpenOffice.org Basic : pages;printing page names in presentations -OpenOffice.org Basic : pages;scaling -OpenOffice.org Basic : pages;selecting one to print -OpenOffice.org Basic : paint box -OpenOffice.org Basic : paint can symbol -OpenOffice.org Basic : pair kerning -OpenOffice.org Basic : Palm file filters -OpenOffice.org Basic : paper formats -OpenOffice.org Basic : paper size warning -OpenOffice.org Basic : paper trays -OpenOffice.org Basic : paragraph marks -OpenOffice.org Basic : paragraph marks;displaying (Writer) -OpenOffice.org Basic : paragraph styles -OpenOffice.org Basic : paragraph styles;languages -OpenOffice.org Basic : paragraph styles;modifying basic fonts -OpenOffice.org Basic : paragraphs -OpenOffice.org Basic : paragraphs;alignment -OpenOffice.org Basic : paragraphs;Asian typography -OpenOffice.org Basic : paragraphs;backgrounds -OpenOffice.org Basic : paragraphs;defining borders -OpenOffice.org Basic : paragraphs;hidden paragraphs (Writer) -OpenOffice.org Basic : paragraphs;increasing indents of -OpenOffice.org Basic : paragraphs;indents, margins and columns -OpenOffice.org Basic : paragraphs;inserting bullets -OpenOffice.org Basic : paragraphs;joining -OpenOffice.org Basic : paragraphs;numbering automatically -OpenOffice.org Basic : paragraphs;removing blank ones -OpenOffice.org Basic : paragraphs;spacing -OpenOffice.org Basic : paragraphs;tab stops -OpenOffice.org Basic : parameters -OpenOffice.org Basic : parameters;command line -OpenOffice.org Basic : parameters;for procedures and functions -OpenOffice.org Basic : parameters;passing by reference or value -OpenOffice.org Basic : parameters;queries (Base) -OpenOffice.org Basic : passwords for protecting contents -OpenOffice.org Basic : pasting -OpenOffice.org Basic : pasting;cell ranges -OpenOffice.org Basic : pasting;cell ranges from spreadsheets -OpenOffice.org Basic : pasting;data from text documents -OpenOffice.org Basic : pasting;draw objects -OpenOffice.org Basic : pasting;draw objects from other documents -OpenOffice.org Basic : pasting;formatted/unformatted text -OpenOffice.org Basic : pasting;from data source view -OpenOffice.org Basic : pasting;from data sources to OpenOffice.org Calc -OpenOffice.org Basic : pasting;pictures from other documents -OpenOffice.org Basic : pasting;sheet areas in text documents -OpenOffice.org Basic : pasting;to Gallery -OpenOffice.org Basic : paths -OpenOffice.org Basic : paths;changing work directory -OpenOffice.org Basic : paths;defaults -OpenOffice.org Basic : pattern editor -OpenOffice.org Basic : pattern field control -OpenOffice.org Basic : pattern fields -OpenOffice.org Basic : pattern fields;form functions -OpenOffice.org Basic : patterns for objects -OpenOffice.org Basic : PDF -OpenOffice.org Basic : PDF;export -OpenOffice.org Basic : PDF;PostScript to PDF converter, UNIX -OpenOffice.org Basic : personal data input -OpenOffice.org Basic : phonetic guide -OpenOffice.org Basic : picklist creation -OpenOffice.org Basic : pictures -OpenOffice.org Basic : pictures;adding to Gallery -OpenOffice.org Basic : pictures;arranging within stacks -OpenOffice.org Basic : pictures;assigning macros -OpenOffice.org Basic : pictures;backgrounds -OpenOffice.org Basic : pictures;captions (Writer) -OpenOffice.org Basic : pictures;changing paths -OpenOffice.org Basic : pictures;cropping and zooming -OpenOffice.org Basic : pictures;displaying in Calc -OpenOffice.org Basic : pictures;displaying in Writer (Writer) -OpenOffice.org Basic : pictures;drag and drop between documents -OpenOffice.org Basic : pictures;drawing -OpenOffice.org Basic : pictures;editing -OpenOffice.org Basic : pictures;filters -OpenOffice.org Basic : pictures;ImageMap -OpenOffice.org Basic : pictures;inserting automatically -OpenOffice.org Basic : pictures;inserting from Gallery -OpenOffice.org Basic : pictures;number of -OpenOffice.org Basic : pictures;printing -OpenOffice.org Basic : pictures;scaling/resizing -OpenOffice.org Basic : Pivot tables feature in Microsoft Office -OpenOffice.org Basic : pixel editor -OpenOffice.org Basic : pixel graphics -OpenOffice.org Basic : pixel graphics;inserting and editing -OpenOffice.org Basic : pixel patterns -OpenOffice.org Basic : placeholders -OpenOffice.org Basic : placeholders;in SQL queries -OpenOffice.org Basic : placeholders;on opening files -OpenOffice.org Basic : placing toolbars -OpenOffice.org Basic : playing movies and sound files -OpenOffice.org Basic : plotting data as charts -OpenOffice.org Basic : plug-ins -OpenOffice.org Basic : plug-ins;activating and deactivating -OpenOffice.org Basic : plug-ins;definition -OpenOffice.org Basic : plug-ins;inserting -OpenOffice.org Basic : pocket device appliances -OpenOffice.org Basic : Pocket PC file filters -OpenOffice.org Basic : points -OpenOffice.org Basic : points;reducing editing points when snapping (Impress/Draw) -OpenOffice.org Basic : polygon drawing -OpenOffice.org Basic : pop-art filter -OpenOffice.org Basic : portable document format -OpenOffice.org Basic : positioning -OpenOffice.org Basic : positioning;draw objects and controls -OpenOffice.org Basic : positioning;fonts -OpenOffice.org Basic : positioning;objects -OpenOffice.org Basic : positioning;toolbars -OpenOffice.org Basic : post method for form transmissions -OpenOffice.org Basic : posterizing filter -OpenOffice.org Basic : PostScript -OpenOffice.org Basic : PostScript;creating files -OpenOffice.org Basic : PostScript;PDF converter, UNIX -OpenOffice.org Basic : PowerPoint export -OpenOffice.org Basic : precision as shown (Calc) -OpenOffice.org Basic : predefining fonts -OpenOffice.org Basic : presentations -OpenOffice.org Basic : presentations;creating/opening -OpenOffice.org Basic : presentations;inserting spreadsheet cells -OpenOffice.org Basic : presentations;live on the Internet -OpenOffice.org Basic : presentations;print menu -OpenOffice.org Basic : presentations;saving -OpenOffice.org Basic : presentations;saving automatically -OpenOffice.org Basic : presentations;saving in other formats -OpenOffice.org Basic : presentations;sending as e-mail -OpenOffice.org Basic : presentations;starting with wizard -OpenOffice.org Basic : presentations;wizards -OpenOffice.org Basic : press buttons, see push buttons -OpenOffice.org Basic : previews -OpenOffice.org Basic : previews;fonts lists -OpenOffice.org Basic : primary keys -OpenOffice.org Basic : primary keys;defining -OpenOffice.org Basic : primary keys;inserting (Base) -OpenOffice.org Basic : print area selection -OpenOffice.org Basic : Print statement -OpenOffice.org Basic : printer metrics for document formatting (Writer) -OpenOffice.org Basic : printers -OpenOffice.org Basic : printers;adding, UNIX -OpenOffice.org Basic : printers;choosing -OpenOffice.org Basic : printers;default printer -OpenOffice.org Basic : printers;faxes under UNIX -OpenOffice.org Basic : printers;maximum page formats -OpenOffice.org Basic : printers;paper trays -OpenOffice.org Basic : printers;properties -OpenOffice.org Basic : printing -OpenOffice.org Basic : printing;black and white -OpenOffice.org Basic : printing;brochures -OpenOffice.org Basic : printing;colors in grayscale -OpenOffice.org Basic : printing;copies -OpenOffice.org Basic : printing;creating individual jobs -OpenOffice.org Basic : printing;dates in presentations -OpenOffice.org Basic : printing;directly -OpenOffice.org Basic : printing;documents -OpenOffice.org Basic : printing;drawings defaults -OpenOffice.org Basic : printing;elements in text documents -OpenOffice.org Basic : printing;faster -OpenOffice.org Basic : printing;fitting to pages in OpenOffice.org Math -OpenOffice.org Basic : printing;fitting to pages in presentations -OpenOffice.org Basic : printing;formulas in OpenOffice.org Math -OpenOffice.org Basic : printing;hidden pages of presentations -OpenOffice.org Basic : printing;in original size in OpenOffice.org Math -OpenOffice.org Basic : printing;left/right pages -OpenOffice.org Basic : printing;queries (Base) -OpenOffice.org Basic : printing;scaling in OpenOffice.org Math -OpenOffice.org Basic : printing;selections -OpenOffice.org Basic : printing;text always in black -OpenOffice.org Basic : printing;text in reverse order -OpenOffice.org Basic : printing;tiling pages in presentations -OpenOffice.org Basic : printing;transparencies -OpenOffice.org Basic : printing;warnings -OpenOffice.org Basic : printing;without scaling in presentations -OpenOffice.org Basic : printing speed -OpenOffice.org Basic : PRIVATE variables -OpenOffice.org Basic : procedures -OpenOffice.org Basic : ProcessServiceManager -OpenOffice.org Basic : program stops -OpenOffice.org Basic : programming -OpenOffice.org Basic : programming;OpenOffice.org -OpenOffice.org Basic : programming;scripting -OpenOffice.org Basic : programming examples for controls -OpenOffice.org Basic : progress bar control -OpenOffice.org Basic : properties -OpenOffice.org Basic : properties;controls and dialogs -OpenOffice.org Basic : properties;controls in dialog editor -OpenOffice.org Basic : properties;fields in databases -OpenOffice.org Basic : properties;files -OpenOffice.org Basic : properties;form controls -OpenOffice.org Basic : properties;forms -OpenOffice.org Basic : properties;printers -OpenOffice.org Basic : protected contents -OpenOffice.org Basic : protected dashes -OpenOffice.org Basic : protected database tables -OpenOffice.org Basic : protected documents -OpenOffice.org Basic : protected spaces -OpenOffice.org Basic : protected spaces;inserting -OpenOffice.org Basic : protected spaces;showing (Writer) -OpenOffice.org Basic : protecting -OpenOffice.org Basic : protecting;contents -OpenOffice.org Basic : protecting;recorded changes -OpenOffice.org Basic : proxy settings -OpenOffice.org Basic : Public statement -OpenOffice.org Basic : PUBLIC variables -OpenOffice.org Basic : push button control in dialog editor -OpenOffice.org Basic : push buttons -OpenOffice.org Basic : push buttons;adding to documents -OpenOffice.org Basic : push buttons;creating -OpenOffice.org Basic : Put statement -OpenOffice.org Basic : queries -OpenOffice.org Basic : queries;copying (Base) -OpenOffice.org Basic : queries;creating in design view (Base) -OpenOffice.org Basic : queries;creating in SQL view -OpenOffice.org Basic : queries;defining (Base) -OpenOffice.org Basic : queries;deleting table links (Base) -OpenOffice.org Basic : queries;editing in data source view -OpenOffice.org Basic : queries;formulating filter conditions (Base) -OpenOffice.org Basic : queries;joining tables (Base) -OpenOffice.org Basic : queries;missing elements (Base) -OpenOffice.org Basic : queries;overview (Base) -OpenOffice.org Basic : queries;parameter queries (Base) -OpenOffice.org Basic : queries;printing (Base) -OpenOffice.org Basic : Query Wizard (Base) -OpenOffice.org Basic : quickstarter -OpenOffice.org Basic : quotation marks -OpenOffice.org Basic : quotation marks;replacing -OpenOffice.org Basic : quotes -OpenOffice.org Basic : quotes;custom -OpenOffice.org Basic : radio button control -OpenOffice.org Basic : radio button creation -OpenOffice.org Basic : Randomize statement -OpenOffice.org Basic : read-only documents -OpenOffice.org Basic : read-only documents;cursor -OpenOffice.org Basic : read-only documents;database tables on/off -OpenOffice.org Basic : read-only documents;editing -OpenOffice.org Basic : read-only documents;opening documents as -OpenOffice.org Basic : read-only items in Data Navigator -OpenOffice.org Basic : recognizing URLs automatically -OpenOffice.org Basic : recording -OpenOffice.org Basic : recording;changes -OpenOffice.org Basic : recording;macros -OpenOffice.org Basic : records -OpenOffice.org Basic : records;inserting notes -OpenOffice.org Basic : records;protecting -OpenOffice.org Basic : records;saving -OpenOffice.org Basic : records;searching in databases -OpenOffice.org Basic : rectangles with round corners -OpenOffice.org Basic : recursions in spreadsheets -OpenOffice.org Basic : Red function -OpenOffice.org Basic : ReDim statement -OpenOffice.org Basic : redo command -OpenOffice.org Basic : reduced printing -OpenOffice.org Basic : reference lines -OpenOffice.org Basic : references -OpenOffice.org Basic : references;displaying in color (Calc) -OpenOffice.org Basic : references;expanding (Calc) -OpenOffice.org Basic : references;iterative (Calc) -OpenOffice.org Basic : Refresh Data feature in Microsoft Office -OpenOffice.org Basic : register-true -OpenOffice.org Basic : register-true;definition -OpenOffice.org Basic : registering -OpenOffice.org Basic : registering;address books -OpenOffice.org Basic : registering;databases (Base) -OpenOffice.org Basic : registering;OpenOffice.org -OpenOffice.org Basic : regular expressions -OpenOffice.org Basic : regular expressions;list of -OpenOffice.org Basic : regular expressions;opening files -OpenOffice.org Basic : relational databases (Base) -OpenOffice.org Basic : relations -OpenOffice.org Basic : relations;creating and deleting (Base) -OpenOffice.org Basic : relations;joining tables (Base) -OpenOffice.org Basic : relations;properties (Base) -OpenOffice.org Basic : relative hyperlinks -OpenOffice.org Basic : relative saving of URLs -OpenOffice.org Basic : reloading -OpenOffice.org Basic : reloading;documents -OpenOffice.org Basic : reloading;HTML documents, automatically -OpenOffice.org Basic : Rem statement -OpenOffice.org Basic : remarks, see also notes -OpenOffice.org Basic : remote configurations -OpenOffice.org Basic : remove noise filter -OpenOffice.org Basic : removing -OpenOffice.org Basic : removing;bullets and numbering -OpenOffice.org Basic : removing;form filters -OpenOffice.org Basic : removing, see also deleting -OpenOffice.org Basic : renaming modules and dialogs -OpenOffice.org Basic : Replace text as you type feature in Microsoft Office -OpenOffice.org Basic : replacement options -OpenOffice.org Basic : replacement table -OpenOffice.org Basic : replacing -OpenOffice.org Basic : replacing;AutoCorrect function -OpenOffice.org Basic : replacing;dashes -OpenOffice.org Basic : Report Builder -OpenOffice.org Basic : reports -OpenOffice.org Basic : reports;creating -OpenOffice.org Basic : reports;error reports -OpenOffice.org Basic : reports;opening and editing -OpenOffice.org Basic : reports;templates -OpenOffice.org Basic : Reset statement -OpenOffice.org Basic : resetting -OpenOffice.org Basic : resetting;templates -OpenOffice.org Basic : resizing -OpenOffice.org Basic : resizing;objects, by mouse -OpenOffice.org Basic : resizing, see also scaling/zooming -OpenOffice.org Basic : resolution when printing bitmaps -OpenOffice.org Basic : restoring -OpenOffice.org Basic : restoring;default formatting -OpenOffice.org Basic : restoring;editing -OpenOffice.org Basic : Resume Next parameter -OpenOffice.org Basic : return value type of functions -OpenOffice.org Basic : reversing printing order -OpenOffice.org Basic : review function -OpenOffice.org Basic : review function;accepting or rejecting changes -OpenOffice.org Basic : review function;comparing documents -OpenOffice.org Basic : review function;recording changes example -OpenOffice.org Basic : rich text control -OpenOffice.org Basic : right alignment of paragraphs -OpenOffice.org Basic : Right function -OpenOffice.org Basic : right joins (Base) -OpenOffice.org Basic : right-to-left text -OpenOffice.org Basic : RmDir statement -OpenOffice.org Basic : Rnd function -OpenOffice.org Basic : rotating -OpenOffice.org Basic : rotating;3D text -OpenOffice.org Basic : round corners -OpenOffice.org Basic : rounding precision (Calc) -OpenOffice.org Basic : row headers -OpenOffice.org Basic : row headers;displaying (Calc) -OpenOffice.org Basic : row headers;highlighting (Calc) -OpenOffice.org Basic : RSet statement -OpenOffice.org Basic : RTrim function -OpenOffice.org Basic : rulers -OpenOffice.org Basic : rulers;default settings -OpenOffice.org Basic : rulers;measurement units -OpenOffice.org Basic : rulers;visible in presentations -OpenOffice.org Basic : run-time errors in Basic -OpenOffice.org Basic : samples and templates -OpenOffice.org Basic : saving -OpenOffice.org Basic : saving;Basic code -OpenOffice.org Basic : saving;default file formats -OpenOffice.org Basic : saving;dialog settings -OpenOffice.org Basic : saving;documents -OpenOffice.org Basic : saving;documents for mobile devices -OpenOffice.org Basic : saving;documents in other formats -OpenOffice.org Basic : saving;documents, automatically -OpenOffice.org Basic : saving;in Microsoft Office file format -OpenOffice.org Basic : saving;options -OpenOffice.org Basic : saving;templates -OpenOffice.org Basic : saving;to XML -OpenOffice.org Basic : saving;VBA code in Microsoft Office documents -OpenOffice.org Basic : saving;with password by default -OpenOffice.org Basic : saving as command -OpenOffice.org Basic : saving as command;precautions -OpenOffice.org Basic : scaling -OpenOffice.org Basic : scaling;font sizes in user interface -OpenOffice.org Basic : scaling;objects -OpenOffice.org Basic : scaling;pictures -OpenOffice.org Basic : scaling;printing in OpenOffice.org Math -OpenOffice.org Basic : scaling;when printing presentations -OpenOffice.org Basic : scaling, see also zooming -OpenOffice.org Basic : scope of variables -OpenOffice.org Basic : screen -OpenOffice.org Basic : screen;full screen views -OpenOffice.org Basic : screen;scaling -OpenOffice.org Basic : screen magnifiers -OpenOffice.org Basic : screen readers -OpenOffice.org Basic : script organization -OpenOffice.org Basic : scripting in programming -OpenOffice.org Basic : scroll bar control -OpenOffice.org Basic : scrollbars -OpenOffice.org Basic : scrollbars;controls -OpenOffice.org Basic : scrollbars;displaying (Calc) -OpenOffice.org Basic : scrollbars;horizontal and vertical (Writer) -OpenOffice.org Basic : search criteria for database functions in cells -OpenOffice.org Basic : search engines -OpenOffice.org Basic : search engines;definition -OpenOffice.org Basic : search engines;selecting -OpenOffice.org Basic : searching -OpenOffice.org Basic : searching;all sheets -OpenOffice.org Basic : searching;databases -OpenOffice.org Basic : searching;form filters -OpenOffice.org Basic : searching;Internet -OpenOffice.org Basic : searching;tables and forms -OpenOffice.org Basic : Second function -OpenOffice.org Basic : sections -OpenOffice.org Basic : sections;backgrounds -OpenOffice.org Basic : sections;protecting -OpenOffice.org Basic : security -OpenOffice.org Basic : security;options for documents with macros -OpenOffice.org Basic : security;protecting contents -OpenOffice.org Basic : security;warning dialogs with macros -OpenOffice.org Basic : Seek function -OpenOffice.org Basic : Seek statement -OpenOffice.org Basic : Select...Case statement -OpenOffice.org Basic : selecting -OpenOffice.org Basic : selecting;controls -OpenOffice.org Basic : selecting;group objects -OpenOffice.org Basic : selecting;measurement units -OpenOffice.org Basic : selecting;objects -OpenOffice.org Basic : selecting;print areas -OpenOffice.org Basic : selecting;several files -OpenOffice.org Basic : selection clipboard -OpenOffice.org Basic : selection modes in text -OpenOffice.org Basic : selection options for controls -OpenOffice.org Basic : sending -OpenOffice.org Basic : sending;AutoAbstract function in presentations -OpenOffice.org Basic : sending;documents as e-mail -OpenOffice.org Basic : sending;documents as faxes -OpenOffice.org Basic : separator lines -OpenOffice.org Basic : separator lines;defining -OpenOffice.org Basic : separators -OpenOffice.org Basic : separators;conditional -OpenOffice.org Basic : Server Side ImageMap -OpenOffice.org Basic : Set statement -OpenOffice.org Basic : SetAttr statement -OpenOffice.org Basic : settings -OpenOffice.org Basic : settings;printers -OpenOffice.org Basic : settings;program configuration -OpenOffice.org Basic : settings;proxies -OpenOffice.org Basic : settings;tracking changes -OpenOffice.org Basic : settings;views -OpenOffice.org Basic : SGML -OpenOffice.org Basic : SGML;definition -OpenOffice.org Basic : Sgn function -OpenOffice.org Basic : shadows -OpenOffice.org Basic : shadows;areas -OpenOffice.org Basic : shadows;borders -OpenOffice.org Basic : shadows;characters -OpenOffice.org Basic : shadows;characters, using context menu -OpenOffice.org Basic : sharpening filter -OpenOffice.org Basic : sheet tabs -OpenOffice.org Basic : sheet tabs;displaying -OpenOffice.org Basic : sheets -OpenOffice.org Basic : sheets;searching all -OpenOffice.org Basic : Shell function -OpenOffice.org Basic : shortcut keys -OpenOffice.org Basic : shortcut keys;assigning macros -OpenOffice.org Basic : shortcut keys;Basic IDE -OpenOffice.org Basic : shortcut keys;general -OpenOffice.org Basic : shortcut keys;in databases -OpenOffice.org Basic : shortcut keys;OpenOffice.org accessibility -OpenOffice.org Basic : Show/Hide feature in Microsoft Office -OpenOffice.org Basic : showing -OpenOffice.org Basic : showing;changes -OpenOffice.org Basic : showing;docked windows -OpenOffice.org Basic : showing;drawings and controls (Writer) -OpenOffice.org Basic : showing;live presentations on the Internet -OpenOffice.org Basic : showing;toolbars -OpenOffice.org Basic : signing documents with digital signatures -OpenOffice.org Basic : similarity search -OpenOffice.org Basic : simple handles (Writer) -OpenOffice.org Basic : simplified Chinese -OpenOffice.org Basic : simplified Chinese;translating to traditional Chinese -OpenOffice.org Basic : Sin function -OpenOffice.org Basic : single sign on options -OpenOffice.org Basic : single-line spacing in text -OpenOffice.org Basic : sizes -OpenOffice.org Basic : sizes;draw objects -OpenOffice.org Basic : sizes;pictures -OpenOffice.org Basic : slanting draw objects -OpenOffice.org Basic : small capitals -OpenOffice.org Basic : small icons -OpenOffice.org Basic : smart tags -OpenOffice.org Basic : smart tags;options -OpenOffice.org Basic : smooth scrolling (Writer) -OpenOffice.org Basic : smoothing filter -OpenOffice.org Basic : snap grid defaults (Writer/Calc) -OpenOffice.org Basic : snapping in presentations and drawings -OpenOffice.org Basic : solarization filter -OpenOffice.org Basic : sort lists -OpenOffice.org Basic : sort lists;copying to in Calc -OpenOffice.org Basic : sorting -OpenOffice.org Basic : sorting;data in forms -OpenOffice.org Basic : sorting;databases -OpenOffice.org Basic : sounds -OpenOffice.org Basic : sounds;inserting and playing -OpenOffice.org Basic : sounds;UNIX -OpenOffice.org Basic : Space function -OpenOffice.org Basic : spaces -OpenOffice.org Basic : spaces;displaying (Writer) -OpenOffice.org Basic : spaces;ignoring double -OpenOffice.org Basic : spaces;inserting protected spaces -OpenOffice.org Basic : spaces;showing protected spaces (Writer) -OpenOffice.org Basic : spacing -OpenOffice.org Basic : spacing;between paragraphs in footnotes -OpenOffice.org Basic : spacing;font effects -OpenOffice.org Basic : spacing;lines and paragraphs -OpenOffice.org Basic : spacing;tab stops in text documents -OpenOffice.org Basic : spacing;tabs in presentations -OpenOffice.org Basic : spadmin -OpenOffice.org Basic : special characters -OpenOffice.org Basic : speech bubbles -OpenOffice.org Basic : speed of printing -OpenOffice.org Basic : spellcheck -OpenOffice.org Basic : spellcheck;activating for a language -OpenOffice.org Basic : spellcheck;context menus -OpenOffice.org Basic : spellcheck;default languages -OpenOffice.org Basic : spellcheck;dialog -OpenOffice.org Basic : spellcheck;dictionary of exceptions -OpenOffice.org Basic : spellcheck;ignore list -OpenOffice.org Basic : Spelling and Grammar feature in Microsoft Office -OpenOffice.org Basic : spin button creation -OpenOffice.org Basic : Split function -OpenOffice.org Basic : spoolfiles with Xprinter -OpenOffice.org Basic : spreadsheets -OpenOffice.org Basic : spreadsheets;as databases (base) -OpenOffice.org Basic : spreadsheets;backgrounds -OpenOffice.org Basic : spreadsheets;copying areas to text documents -OpenOffice.org Basic : spreadsheets;creating/opening -OpenOffice.org Basic : spreadsheets;inserting charts -OpenOffice.org Basic : spreadsheets;inserting database records -OpenOffice.org Basic : spreadsheets;printing -OpenOffice.org Basic : spreadsheets;saving -OpenOffice.org Basic : spreadsheets;saving automatically -OpenOffice.org Basic : spreadsheets;saving in other formats -OpenOffice.org Basic : spreadsheets;sending as e-mail -OpenOffice.org Basic : SQL -OpenOffice.org Basic : SQL;definition -OpenOffice.org Basic : SQL;DISTINCT parameter -OpenOffice.org Basic : SQL;executing SQL commands -OpenOffice.org Basic : SQL;executing SQL statements (Base) -OpenOffice.org Basic : SQL;queries (Base) -OpenOffice.org Basic : Sqr function -OpenOffice.org Basic : square drawings -OpenOffice.org Basic : standard bar on/off -OpenOffice.org Basic : standard filters in databases -OpenOffice.org Basic : standard printer under UNIX -OpenOffice.org Basic : Start Module backing window -OpenOffice.org Basic : start parameters -OpenOffice.org Basic : Static statement -OpenOffice.org Basic : status bar on/off -OpenOffice.org Basic : Step statement -OpenOffice.org Basic : stickers -OpenOffice.org Basic : Stop statement -OpenOffice.org Basic : stopping macros -OpenOffice.org Basic : Str function -OpenOffice.org Basic : StrComp function -OpenOffice.org Basic : strikethrough -OpenOffice.org Basic : strikethrough;characters -OpenOffice.org Basic : strikethrough;font effects -OpenOffice.org Basic : String function -OpenOffice.org Basic : styles -OpenOffice.org Basic : styles;'changed' message -OpenOffice.org Basic : styles;copying between documents -OpenOffice.org Basic : styles;keyboard shortcuts -OpenOffice.org Basic : styles;organizing -OpenOffice.org Basic : styles;printing styles used in a document -OpenOffice.org Basic : styles;replacing automatically -OpenOffice.org Basic : Styles and Formatting window -OpenOffice.org Basic : Styles and Formatting window;docking -OpenOffice.org Basic : Sub statement -OpenOffice.org Basic : subforms -OpenOffice.org Basic : subforms;creating -OpenOffice.org Basic : subforms;description -OpenOffice.org Basic : submitting forms -OpenOffice.org Basic : subroutines -OpenOffice.org Basic : suffixes in file formats -OpenOffice.org Basic : support on the Web -OpenOffice.org Basic : Switch function -OpenOffice.org Basic : synchronizing -OpenOffice.org Basic : synchronizing;labels and business cards -OpenOffice.org Basic : synchronizing;Pocket PC and OpenOffice.org formats -OpenOffice.org Basic : system address book registration -OpenOffice.org Basic : tab stops -OpenOffice.org Basic : tab stops;displaying (Writer) -OpenOffice.org Basic : tab stops;inserting and editing -OpenOffice.org Basic : tab stops;setting in sheets -OpenOffice.org Basic : tab stops;settings -OpenOffice.org Basic : tab stops;spacing in presentations -OpenOffice.org Basic : tab stops;spacing in text documents -OpenOffice.org Basic : table controls -OpenOffice.org Basic : table controls;form functions -OpenOffice.org Basic : table controls;keyboard-only edit mode -OpenOffice.org Basic : table controls;properties -OpenOffice.org Basic : table views of databases -OpenOffice.org Basic : Table Wizard (Base) -OpenOffice.org Basic : tables -OpenOffice.org Basic : tables;backgrounds -OpenOffice.org Basic : tables;inserting line breaks -OpenOffice.org Basic : tables in databases -OpenOffice.org Basic : tables in databases;access rights to (Base) -OpenOffice.org Basic : tables in databases;adding to queries -OpenOffice.org Basic : tables in databases;browsing and editing -OpenOffice.org Basic : tables in databases;copying database tables (Base) -OpenOffice.org Basic : tables in databases;creating -OpenOffice.org Basic : tables in databases;creating in design view -OpenOffice.org Basic : tables in databases;importing text formats (Base) -OpenOffice.org Basic : tables in databases;joining for queries (Base) -OpenOffice.org Basic : tables in databases;printing queries (Base) -OpenOffice.org Basic : tables in databases;relations (Base) -OpenOffice.org Basic : tables in databases;searching -OpenOffice.org Basic : tables in spreadsheets -OpenOffice.org Basic : tables in spreadsheets;copying data to other applications -OpenOffice.org Basic : tables in spreadsheets;defining borders -OpenOffice.org Basic : tables in spreadsheets;value highlighting -OpenOffice.org Basic : tables in text -OpenOffice.org Basic : tables in text;captions -OpenOffice.org Basic : tables in text;creating automatically -OpenOffice.org Basic : tables in text;default settings -OpenOffice.org Basic : tables in text;defining borders -OpenOffice.org Basic : tables in text;displaying -OpenOffice.org Basic : tables in text;printing -OpenOffice.org Basic : tables in text;protecting cells -OpenOffice.org Basic : tables of contents -OpenOffice.org Basic : tables of contents;unprotecting -OpenOffice.org Basic : tabs -OpenOffice.org Basic : tabs;displaying sheet tabs -OpenOffice.org Basic : tags -OpenOffice.org Basic : tags;definition -OpenOffice.org Basic : tags;META tags -OpenOffice.org Basic : Tan function -OpenOffice.org Basic : templates -OpenOffice.org Basic : templates;agendas -OpenOffice.org Basic : templates;changing basic fonts -OpenOffice.org Basic : templates;database reports -OpenOffice.org Basic : templates;deleting -OpenOffice.org Basic : templates;editing and saving -OpenOffice.org Basic : templates;faxes -OpenOffice.org Basic : templates;importing and exporting -OpenOffice.org Basic : templates;letters -OpenOffice.org Basic : templates;new documents from templates -OpenOffice.org Basic : templates;opening documents with -OpenOffice.org Basic : templates;organizing -OpenOffice.org Basic : terminology -OpenOffice.org Basic : terminology;general glossary -OpenOffice.org Basic : terminology;Internet glossary -OpenOffice.org Basic : test mode control -OpenOffice.org Basic : testing XML filters -OpenOffice.org Basic : text -OpenOffice.org Basic : text;animating -OpenOffice.org Basic : text;Asian layout -OpenOffice.org Basic : text;backgrounds -OpenOffice.org Basic : text;bold -OpenOffice.org Basic : text;coloring -OpenOffice.org Basic : text;contours -OpenOffice.org Basic : text;copying by drag and drop -OpenOffice.org Basic : text;CTL languages -OpenOffice.org Basic : text;drawing pictures -OpenOffice.org Basic : text;font effects -OpenOffice.org Basic : text;font sizes -OpenOffice.org Basic : text;font styles -OpenOffice.org Basic : text;fonts and formats -OpenOffice.org Basic : text;Fontwork icons -OpenOffice.org Basic : text;hyperlinks -OpenOffice.org Basic : text;inserting special characters -OpenOffice.org Basic : text;italics -OpenOffice.org Basic : text;kerning -OpenOffice.org Basic : text;language selection -OpenOffice.org Basic : text;line spacing -OpenOffice.org Basic : text;overwriting or inserting -OpenOffice.org Basic : text;placeholders in presentations -OpenOffice.org Basic : text;printing in black -OpenOffice.org Basic : text;replacing with format -OpenOffice.org Basic : text;selection modes -OpenOffice.org Basic : text;shadowed -OpenOffice.org Basic : text;text/draw objects -OpenOffice.org Basic : text attributes -OpenOffice.org Basic : text attributes;hyperlinks -OpenOffice.org Basic : text attributes;undoing -OpenOffice.org Basic : text boxes -OpenOffice.org Basic : text boxes;controls -OpenOffice.org Basic : text boxes;form functions -OpenOffice.org Basic : text boxes;positioning -OpenOffice.org Basic : text breaks in cells -OpenOffice.org Basic : text colors for better accessibility -OpenOffice.org Basic : text databases (Base) -OpenOffice.org Basic : text documents -OpenOffice.org Basic : text documents;creating/opening -OpenOffice.org Basic : text documents;importing/exporting -OpenOffice.org Basic : text documents;inserting spreadsheet cells -OpenOffice.org Basic : text documents;print settings -OpenOffice.org Basic : text documents;printing -OpenOffice.org Basic : text documents;saving -OpenOffice.org Basic : text documents;saving automatically -OpenOffice.org Basic : text documents;saving in other formats -OpenOffice.org Basic : text documents;sending as e-mail -OpenOffice.org Basic : text effects -OpenOffice.org Basic : text flow -OpenOffice.org Basic : text flow;in cells -OpenOffice.org Basic : text formats -OpenOffice.org Basic : text formats;databases -OpenOffice.org Basic : text formats;pasting -OpenOffice.org Basic : text input fields -OpenOffice.org Basic : text layout for special languages -OpenOffice.org Basic : text objects -OpenOffice.org Basic : text objects;alignment -OpenOffice.org Basic : text objects;draw functions -OpenOffice.org Basic : text objects;fonts -OpenOffice.org Basic : text objects;in presentations and drawings -OpenOffice.org Basic : text overflow in spreadsheet cells -OpenOffice.org Basic : text, see also text documents, paragraphs and characters -OpenOffice.org Basic : TextArt, see Fontwork -OpenOffice.org Basic : textures -OpenOffice.org Basic : textures;inserting from Gallery -OpenOffice.org Basic : textures;on chart bars -OpenOffice.org Basic : Thai -OpenOffice.org Basic : Thai;entering text -OpenOffice.org Basic : Thai;language settings -OpenOffice.org Basic : thesaurus -OpenOffice.org Basic : thesaurus;activating for a language -OpenOffice.org Basic : ThisComponent property -OpenOffice.org Basic : ticker text -OpenOffice.org Basic : time field control -OpenOffice.org Basic : time fields -OpenOffice.org Basic : time fields;form functions -OpenOffice.org Basic : Time statement -OpenOffice.org Basic : Timer function -OpenOffice.org Basic : times -OpenOffice.org Basic : times;inserting when printing presentations -OpenOffice.org Basic : times, formats -OpenOffice.org Basic : TimeSerial function -OpenOffice.org Basic : TimeValue function -OpenOffice.org Basic : tips -OpenOffice.org Basic : tips;extended tips in Help -OpenOffice.org Basic : title rows -OpenOffice.org Basic : title rows;printing in OpenOffice.org Math -OpenOffice.org Basic : titles -OpenOffice.org Basic : titles;changing -OpenOffice.org Basic : titles;editing in charts -OpenOffice.org Basic : titles;font effects -OpenOffice.org Basic : titles;formatting automatically -OpenOffice.org Basic : titles;objects -OpenOffice.org Basic : To statement -OpenOffice.org Basic : toolbars -OpenOffice.org Basic : toolbars;adding buttons -OpenOffice.org Basic : toolbars;Basic IDE -OpenOffice.org Basic : toolbars;docking/undocking -OpenOffice.org Basic : toolbars;Form Navigation bar -OpenOffice.org Basic : toolbars;viewing/closing -OpenOffice.org Basic : tools bar -OpenOffice.org Basic : tooltips -OpenOffice.org Basic : tooltips;extended tips -OpenOffice.org Basic : tooltips;help -OpenOffice.org Basic : Track changes feature in Microsoft Office -OpenOffice.org Basic : traditional Chinese -OpenOffice.org Basic : traditional Chinese;translating to simplified chinese -OpenOffice.org Basic : translating dialogs -OpenOffice.org Basic : transparency -OpenOffice.org Basic : transparency;areas -OpenOffice.org Basic : transparency;off for faster printing -OpenOffice.org Basic : transparency;saving -OpenOffice.org Basic : tree view of Help -OpenOffice.org Basic : Trim function -OpenOffice.org Basic : twips -OpenOffice.org Basic : twips;definition -OpenOffice.org Basic : TwipsPerPixelX function -OpenOffice.org Basic : TwipsPerPixelY function -OpenOffice.org Basic : typefaces -OpenOffice.org Basic : typefaces;adding under UNIX -OpenOffice.org Basic : typefaces;formats -OpenOffice.org Basic : TypeName function -OpenOffice.org Basic : types of variables -OpenOffice.org Basic : typographical quotes in OpenOffice.org Writer -OpenOffice.org Basic : typography -OpenOffice.org Basic : typography;Asian -OpenOffice.org Basic : UBound function -OpenOffice.org Basic : UCase function -OpenOffice.org Basic : underlining -OpenOffice.org Basic : underlining;AutoFormat function -OpenOffice.org Basic : underlining;characters -OpenOffice.org Basic : underlining;text -OpenOffice.org Basic : undocking windows -OpenOffice.org Basic : undoing -OpenOffice.org Basic : undoing;direct formatting -OpenOffice.org Basic : undoing;editing -OpenOffice.org Basic : undoing;number of steps -OpenOffice.org Basic : ungrouping groups -OpenOffice.org Basic : units -OpenOffice.org Basic : units;converting -OpenOffice.org Basic : units;measurement units -OpenOffice.org Basic : UNO components -OpenOffice.org Basic : UNO components;Extension Manager -OpenOffice.org Basic : UNO components;integrating new -OpenOffice.org Basic : Until -OpenOffice.org Basic : update options -OpenOffice.org Basic : updates -OpenOffice.org Basic : updates;checking automatically -OpenOffice.org Basic : updates;checking manually -OpenOffice.org Basic : updating -OpenOffice.org Basic : updating;fields and charts, automatically (Writer) -OpenOffice.org Basic : updating;links in text documents -OpenOffice.org Basic : updating;links, on opening -OpenOffice.org Basic : updating;templates -OpenOffice.org Basic : URL -OpenOffice.org Basic : URL;changing hyperlink URLs -OpenOffice.org Basic : URL;definition -OpenOffice.org Basic : URL;saving absolute/relative paths -OpenOffice.org Basic : URL;turning off URL recognition -OpenOffice.org Basic : user data -OpenOffice.org Basic : user data;input -OpenOffice.org Basic : user data;removing when saving -OpenOffice.org Basic : user-defined dictionaries -OpenOffice.org Basic : user-defined dictionaries;creating -OpenOffice.org Basic : user-defined dictionaries;dictionary of exceptions -OpenOffice.org Basic : user-defined dictionaries;editing -OpenOffice.org Basic : user-defined styles -OpenOffice.org Basic : user-defined styles;automatically replacing -OpenOffice.org Basic : UTF-8/UCS2 support -OpenOffice.org Basic : Val function -OpenOffice.org Basic : Validation feature in Microsoft Office -OpenOffice.org Basic : values -OpenOffice.org Basic : values;of variables -OpenOffice.org Basic : values;rounded as shown (Calc) -OpenOffice.org Basic : variables -OpenOffice.org Basic : variables;for paths -OpenOffice.org Basic : variables;global and local -OpenOffice.org Basic : variables;observing values -OpenOffice.org Basic : variables;passing to procedures and functions -OpenOffice.org Basic : variables;scope -OpenOffice.org Basic : variables;using -OpenOffice.org Basic : VarType function -OpenOffice.org Basic : VBA code -OpenOffice.org Basic : VBA code;loading/saving documents with VBA code -OpenOffice.org Basic : version management -OpenOffice.org Basic : version numbers of documents -OpenOffice.org Basic : versions -OpenOffice.org Basic : versions;comparing documents -OpenOffice.org Basic : versions;file saving as, restriction -OpenOffice.org Basic : versions;merging document versions -OpenOffice.org Basic : versions;of a document -OpenOffice.org Basic : versions;OpenOffice.org -OpenOffice.org Basic : vertical callouts -OpenOffice.org Basic : vertical line control -OpenOffice.org Basic : vertical scrollbar control -OpenOffice.org Basic : vertical scrollbars (Writer) -OpenOffice.org Basic : vertical text boxes -OpenOffice.org Basic : videos -OpenOffice.org Basic : viewing -OpenOffice.org Basic : viewing;databases -OpenOffice.org Basic : viewing;file properties -OpenOffice.org Basic : viewing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Basic : viewing;toolbars -OpenOffice.org Basic : views -OpenOffice.org Basic : views;creating database views (Base) -OpenOffice.org Basic : views;defaults -OpenOffice.org Basic : views;full screen -OpenOffice.org Basic : views;icons -OpenOffice.org Basic : views;in 3D -OpenOffice.org Basic : views;scaling -OpenOffice.org Basic : Visual Basic for Applications -OpenOffice.org Basic : Visual Basic for Applications;loading/saving documents with VBA code -OpenOffice.org Basic : Wait statement -OpenOffice.org Basic : watching variables -OpenOffice.org Basic : watermarks -OpenOffice.org Basic : web documents -OpenOffice.org Basic : web documents;XForms -OpenOffice.org Basic : Web support -OpenOffice.org Basic : WebCast export -OpenOffice.org Basic : WeekDay function -OpenOffice.org Basic : While -OpenOffice.org Basic : While;Do loop -OpenOffice.org Basic : While;While...Wend loop -OpenOffice.org Basic : windows -OpenOffice.org Basic : windows;docking -OpenOffice.org Basic : windows;docking definition -OpenOffice.org Basic : windows;hiding/showing/docking -OpenOffice.org Basic : windows;new -OpenOffice.org Basic : With statement -OpenOffice.org Basic : wizards -OpenOffice.org Basic : wizards;agendas -OpenOffice.org Basic : wizards;database queries -OpenOffice.org Basic : wizards;database tables (Base) -OpenOffice.org Basic : wizards;databases (Base) -OpenOffice.org Basic : wizards;document converter -OpenOffice.org Basic : wizards;Euro Converter -OpenOffice.org Basic : wizards;faxes -OpenOffice.org Basic : wizards;forms -OpenOffice.org Basic : wizards;letters -OpenOffice.org Basic : wizards;overview -OpenOffice.org Basic : wizards;presentations -OpenOffice.org Basic : wizards;reports -OpenOffice.org Basic : Word documents -OpenOffice.org Basic : Word documents;compatibility -OpenOffice.org Basic : Word documents;saving as -OpenOffice.org Basic : WordArt, see Fontwork -OpenOffice.org Basic : words -OpenOffice.org Basic : words;automatically replacing -OpenOffice.org Basic : words;wrapping in cells -OpenOffice.org Basic : work directory change -OpenOffice.org Basic : Workbook feature in Microsoft Office -OpenOffice.org Basic : Worksheet feature in Microsoft Office -OpenOffice.org Basic : wrapping text -OpenOffice.org Basic : wrapping text;in cells -OpenOffice.org Basic : write protection on/off -OpenOffice.org Basic : Write statement -OpenOffice.org Basic : writing aids options -OpenOffice.org Basic : WYSIWYG in fonts lists -OpenOffice.org Basic : XForms -OpenOffice.org Basic : XML converters -OpenOffice.org Basic : XML file formats -OpenOffice.org Basic : XML filters -OpenOffice.org Basic : XML filters;creating/testing/distributing/deleting -OpenOffice.org Basic : XML filters;settings -OpenOffice.org Basic : XML Forms -OpenOffice.org Basic : Xor operator (logical) -OpenOffice.org Basic : XSLT based filters -OpenOffice.org Basic : XSLT based filters;settings -OpenOffice.org Basic : XSLT filters, see also XML filters -OpenOffice.org Basic : Year function -OpenOffice.org Basic : years -OpenOffice.org Basic : years;2-digit options -OpenOffice.org Basic : zero values -OpenOffice.org Basic : zero values;displaying (Calc) -OpenOffice.org Basic : zooming -OpenOffice.org Basic : zooming;page views -OpenOffice.org Basic : zooming;pictures -OpenOffice.org Basic : zooming;status bar -OpenOffice.org Chart : 1/2 replacement -OpenOffice.org Chart : 3D charts -OpenOffice.org Chart : 3D text creation -OpenOffice.org Chart : 3D view -OpenOffice.org Chart : abbreviation replacement -OpenOffice.org Chart : absolute hyperlinks -OpenOffice.org Chart : absolute saving of URLs -OpenOffice.org Chart : accents -OpenOffice.org Chart : Access databases (base) -OpenOffice.org Chart : access rights for database tables (Base) -OpenOffice.org Chart : accessibility -OpenOffice.org Chart : accessibility;general shortcuts -OpenOffice.org Chart : accessibility;OpenOffice.org assistive technology -OpenOffice.org Chart : accessibility;OpenOffice.org features -OpenOffice.org Chart : accessibility;options -OpenOffice.org Chart : activating -OpenOffice.org Chart : activating;context menus -OpenOffice.org Chart : activating;Error Report Tool -OpenOffice.org Chart : activating;extended help tips -OpenOffice.org Chart : activating;plug-ins -OpenOffice.org Chart : ActiveX control -OpenOffice.org Chart : Adabas D databases (base) -OpenOffice.org Chart : add-ons, see UNO components -OpenOffice.org Chart : adding -OpenOffice.org Chart : adding;automatic captions (Writer) -OpenOffice.org Chart : adding;backgrounds -OpenOffice.org Chart : adding;buttons in toolbars -OpenOffice.org Chart : adding;conditions for XForm items -OpenOffice.org Chart : adding;draw objects -OpenOffice.org Chart : adding;Fontwork objects -OpenOffice.org Chart : adding;items in Data Navigator -OpenOffice.org Chart : adding;namespaces in XForms -OpenOffice.org Chart : adding;paragraph borders -OpenOffice.org Chart : adding;pictures from Gallery -OpenOffice.org Chart : adding;pictures in Gallery -OpenOffice.org Chart : adding;plug-ins -OpenOffice.org Chart : adding;push buttons -OpenOffice.org Chart : adding;table borders -OpenOffice.org Chart : adding;textures on chart bars -OpenOffice.org Chart : additional selection mode -OpenOffice.org Chart : address books -OpenOffice.org Chart : address books;LDAP server (Base) -OpenOffice.org Chart : address books;registering -OpenOffice.org Chart : address labels from databases -OpenOffice.org Chart : ADO databases (Base) -OpenOffice.org Chart : Agenda Wizard -OpenOffice.org Chart : aging filter -OpenOffice.org Chart : aligning -OpenOffice.org Chart : aligning;2D charts -OpenOffice.org Chart : aligning;cells -OpenOffice.org Chart : aligning;objects -OpenOffice.org Chart : aligning;paragraphs -OpenOffice.org Chart : aligning;tables in text -OpenOffice.org Chart : aligning;text objects -OpenOffice.org Chart : aligning;titles in charts -OpenOffice.org Chart : alternative fonts -OpenOffice.org Chart : ampersand symbol, see also operators -OpenOffice.org Chart : anchors -OpenOffice.org Chart : anchors;changing -OpenOffice.org Chart : anchors;displaying (Calc) -OpenOffice.org Chart : anchors;types/positions for draw objects -OpenOffice.org Chart : animations -OpenOffice.org Chart : animations;accessibility options -OpenOffice.org Chart : appearance options -OpenOffice.org Chart : applet insertion -OpenOffice.org Chart : applying -OpenOffice.org Chart : applying;languages, to selected text -OpenOffice.org Chart : Arabic -OpenOffice.org Chart : Arabic;entering text -OpenOffice.org Chart : Arabic;language settings -OpenOffice.org Chart : area charts -OpenOffice.org Chart : areas -OpenOffice.org Chart : areas;bitmap patterns -OpenOffice.org Chart : areas;hatched/dotted -OpenOffice.org Chart : areas;shadows -OpenOffice.org Chart : areas;slanting -OpenOffice.org Chart : areas;styles -OpenOffice.org Chart : areas;transparency -OpenOffice.org Chart : arguments in command line -OpenOffice.org Chart : arranging -OpenOffice.org Chart : arranging;objects -OpenOffice.org Chart : arrows -OpenOffice.org Chart : arrows;defining arrow heads -OpenOffice.org Chart : arrows;defining arrow lines -OpenOffice.org Chart : arrows;drawing in text -OpenOffice.org Chart : ASCII -OpenOffice.org Chart : ASCII;definition -OpenOffice.org Chart : Asian languages -OpenOffice.org Chart : Asian languages;enabling -OpenOffice.org Chart : Asian Phonetic Guide -OpenOffice.org Chart : Asian typography -OpenOffice.org Chart : assigning scripts -OpenOffice.org Chart : assistive technology in OpenOffice.org -OpenOffice.org Chart : attaching toolbars -OpenOffice.org Chart : attachments in e-mails -OpenOffice.org Chart : audio -OpenOffice.org Chart : audio;inserting -OpenOffice.org Chart : audio;UNIX -OpenOffice.org Chart : auto reloading HTML documents -OpenOffice.org Chart : AutoAbstract function for sending text to presentations -OpenOffice.org Chart : AutoCaption function in OpenOffice.org Writer -OpenOffice.org Chart : AutoComplete function in text and list boxes -OpenOffice.org Chart : AutoCorrect function -OpenOffice.org Chart : AutoCorrect function;context menu -OpenOffice.org Chart : AutoCorrect function;options -OpenOffice.org Chart : AutoCorrect function;pictures and frames -OpenOffice.org Chart : AutoCorrect function;quotes -OpenOffice.org Chart : AutoCorrect function;replacement table -OpenOffice.org Chart : AutoCorrect function;smart tags -OpenOffice.org Chart : AutoCorrect function;switching on and off in Calc -OpenOffice.org Chart : AutoCorrect function;URL recognition -OpenOffice.org Chart : AutoFormat function -OpenOffice.org Chart : AutoFormat function;switching on and off -OpenOffice.org Chart : automatic captions (Writer) -OpenOffice.org Chart : automatic control focus -OpenOffice.org Chart : automatic hyperlink formatting -OpenOffice.org Chart : automatic line breaks -OpenOffice.org Chart : automatic lines/borders in text -OpenOffice.org Chart : automatic saving -OpenOffice.org Chart : AutoPilots, see wizards -OpenOffice.org Chart : AutoShapes feature in Microsoft Office -OpenOffice.org Chart : averages in charts -OpenOffice.org Chart : axes -OpenOffice.org Chart : axes;better scaling -OpenOffice.org Chart : axes;formatting -OpenOffice.org Chart : axes;formatting grids -OpenOffice.org Chart : axes;inserting grids -OpenOffice.org Chart : axes;interval marks -OpenOffice.org Chart : axes;showing axes in charts -OpenOffice.org Chart : axes in charts -OpenOffice.org Chart : backgrounds -OpenOffice.org Chart : backgrounds;defining colors/pictures -OpenOffice.org Chart : backgrounds;frames/sections/indexes -OpenOffice.org Chart : backgrounds;inserting from Gallery -OpenOffice.org Chart : backgrounds;printing -OpenOffice.org Chart : backing window -OpenOffice.org Chart : backups -OpenOffice.org Chart : backups;automatic -OpenOffice.org Chart : backups;documents -OpenOffice.org Chart : bar charts -OpenOffice.org Chart : Basic -OpenOffice.org Chart : Basic;fonts for source display -OpenOffice.org Chart : Basic;programming -OpenOffice.org Chart : Basic;recording macros -OpenOffice.org Chart : Basic;scripting -OpenOffice.org Chart : basic fonts -OpenOffice.org Chart : BeanShell scripting -OpenOffice.org Chart : Bézier curves -OpenOffice.org Chart : Bézier curves;control points in presentations -OpenOffice.org Chart : bi-directional writing -OpenOffice.org Chart : binding space -OpenOffice.org Chart : bitmaps -OpenOffice.org Chart : bitmaps;inserting and editing -OpenOffice.org Chart : bitmaps;off for faster printing -OpenOffice.org Chart : bitmaps;patterns -OpenOffice.org Chart : black and white printing -OpenOffice.org Chart : black printing in Calc -OpenOffice.org Chart : block selection mode -OpenOffice.org Chart : bold -OpenOffice.org Chart : bold;AutoFormat function -OpenOffice.org Chart : bold;text -OpenOffice.org Chart : bookmarks -OpenOffice.org Chart : bookmarks;Help -OpenOffice.org Chart : borders -OpenOffice.org Chart : borders;arranging -OpenOffice.org Chart : borders;cells on screen (Calc) -OpenOffice.org Chart : borders;for paragraphs -OpenOffice.org Chart : borders;for tables -OpenOffice.org Chart : borders;shadows -OpenOffice.org Chart : borders;table boundaries (Writer) -OpenOffice.org Chart : borders, see also frames -OpenOffice.org Chart : bound fields -OpenOffice.org Chart : bound fields;controls -OpenOffice.org Chart : boundaries of tables (Writer) -OpenOffice.org Chart : break display (Writer) -OpenOffice.org Chart : brochures -OpenOffice.org Chart : brochures;printing several -OpenOffice.org Chart : build numbers of OpenOffice.org -OpenOffice.org Chart : bullet lists -OpenOffice.org Chart : bullet lists;formatting options -OpenOffice.org Chart : bullets -OpenOffice.org Chart : bullets;paragraphs -OpenOffice.org Chart : bullets;replacing -OpenOffice.org Chart : bullets;turning off -OpenOffice.org Chart : business cards -OpenOffice.org Chart : business cards;creating and synchronizing -OpenOffice.org Chart : business cards;using templates -OpenOffice.org Chart : button bars, see toolbars -OpenOffice.org Chart : buttons -OpenOffice.org Chart : buttons;adding push buttons -OpenOffice.org Chart : buttons;big/small -OpenOffice.org Chart : buttons;editing hyperlink buttons -OpenOffice.org Chart : buttons;form functions -OpenOffice.org Chart : buttons;toolbars -OpenOffice.org Chart : cache for graphics -OpenOffice.org Chart : calculating -OpenOffice.org Chart : calculating;iterative references (Calc) -OpenOffice.org Chart : calculating;regression curves -OpenOffice.org Chart : callouts -OpenOffice.org Chart : callouts;drawings -OpenOffice.org Chart : capital letters -OpenOffice.org Chart : capital letters;AutoCorrect function -OpenOffice.org Chart : capital letters;font effects -OpenOffice.org Chart : captions -OpenOffice.org Chart : captions;automatic captions (Writer) -OpenOffice.org Chart : captions;tables/pictures/frames/OLE objects (Writer) -OpenOffice.org Chart : captions, see also labels/callouts -OpenOffice.org Chart : cascading update (Base) -OpenOffice.org Chart : case sensitivity -OpenOffice.org Chart : case sensitivity;comparing cell contents (Calc) -OpenOffice.org Chart : case sensitivity;searching -OpenOffice.org Chart : cells -OpenOffice.org Chart : cells;aligning -OpenOffice.org Chart : cells;backgrounds -OpenOffice.org Chart : cells;coloring (Calc) -OpenOffice.org Chart : cells;cursor positions after input (Calc) -OpenOffice.org Chart : cells;formatting without effect (Calc) -OpenOffice.org Chart : cells;line breaks -OpenOffice.org Chart : cells;linked to controls -OpenOffice.org Chart : cells;number formats -OpenOffice.org Chart : cells;number of -OpenOffice.org Chart : cells;pasting -OpenOffice.org Chart : cells;resetting formats -OpenOffice.org Chart : cells;showing grid lines (Calc) -OpenOffice.org Chart : centered text -OpenOffice.org Chart : centimeters -OpenOffice.org Chart : certificates -OpenOffice.org Chart : Change Case feature in Microsoft Office -OpenOffice.org Chart : changes -OpenOffice.org Chart : changes;accepting or rejecting -OpenOffice.org Chart : changes;comparing to original -OpenOffice.org Chart : changes;protecting -OpenOffice.org Chart : changes;recording -OpenOffice.org Chart : changes;review function -OpenOffice.org Chart : changes;showing -OpenOffice.org Chart : changing -OpenOffice.org Chart : changing;data binding of XForms -OpenOffice.org Chart : changing;default templates -OpenOffice.org Chart : changing;document titles -OpenOffice.org Chart : changing;file associations in Setup program -OpenOffice.org Chart : changing;hyperlink text/formats/URLs -OpenOffice.org Chart : changing;icon sizes -OpenOffice.org Chart : changing;keyboard -OpenOffice.org Chart : changing;links -OpenOffice.org Chart : changing;menus -OpenOffice.org Chart : changing;object sizes -OpenOffice.org Chart : changing;toolbars -OpenOffice.org Chart : changing;work directory -OpenOffice.org Chart : changing, see also editing and replacing -OpenOffice.org Chart : character styles -OpenOffice.org Chart : character styles;language selection -OpenOffice.org Chart : characters -OpenOffice.org Chart : characters;alternative fonts -OpenOffice.org Chart : characters;Asian layout -OpenOffice.org Chart : characters;bold -OpenOffice.org Chart : characters;coloring -OpenOffice.org Chart : characters;contours -OpenOffice.org Chart : characters;displaying only on screen (Writer) -OpenOffice.org Chart : characters;enabling CTL and Asian characters -OpenOffice.org Chart : characters;font effects -OpenOffice.org Chart : characters;fonts and formats -OpenOffice.org Chart : characters;hyperlinks -OpenOffice.org Chart : characters;italics -OpenOffice.org Chart : characters;language selection -OpenOffice.org Chart : characters;shadowed -OpenOffice.org Chart : characters;spacing -OpenOffice.org Chart : characters;special -OpenOffice.org Chart : characters;underlining -OpenOffice.org Chart : charcoal sketches filter -OpenOffice.org Chart : chart legends -OpenOffice.org Chart : chart legends;hiding -OpenOffice.org Chart : chart legends;showing icons with labels -OpenOffice.org Chart : chart types -OpenOffice.org Chart : chart types;area -OpenOffice.org Chart : chart types;column and bar -OpenOffice.org Chart : chart types;column and line -OpenOffice.org Chart : chart types;line -OpenOffice.org Chart : chart types;net -OpenOffice.org Chart : chart types;pie/donut -OpenOffice.org Chart : chart types;stock -OpenOffice.org Chart : chart types;XY (scatter) -OpenOffice.org Chart : charts -OpenOffice.org Chart : charts;3D views -OpenOffice.org Chart : charts;aligning -OpenOffice.org Chart : charts;arranging within stacks -OpenOffice.org Chart : charts;bars with textures -OpenOffice.org Chart : charts;choosing chart types -OpenOffice.org Chart : charts;colors -OpenOffice.org Chart : charts;copying with link to source cell range -OpenOffice.org Chart : charts;data labels -OpenOffice.org Chart : charts;displaying (Calc) -OpenOffice.org Chart : charts;editing axes -OpenOffice.org Chart : charts;editing data -OpenOffice.org Chart : charts;editing legends -OpenOffice.org Chart : charts;editing titles -OpenOffice.org Chart : charts;formatting areas -OpenOffice.org Chart : charts;formatting floors -OpenOffice.org Chart : charts;formatting walls -OpenOffice.org Chart : charts;inserting -OpenOffice.org Chart : charts;overview -OpenOffice.org Chart : charts;properties -OpenOffice.org Chart : charts;reorganizing -OpenOffice.org Chart : charts;scaling axes -OpenOffice.org Chart : charts;scaling text -OpenOffice.org Chart : charts;shortcuts -OpenOffice.org Chart : charts;showing axes -OpenOffice.org Chart : charts;updating automatically (Writer) -OpenOffice.org Chart : check box creation -OpenOffice.org Chart : Chinese writing systems -OpenOffice.org Chart : choosing printers -OpenOffice.org Chart : circle drawings -OpenOffice.org Chart : Client Side ImageMap -OpenOffice.org Chart : clipboard -OpenOffice.org Chart : clipboard;cutting -OpenOffice.org Chart : clipboard;pasting -OpenOffice.org Chart : clipboard;pasting formatted/unformatted text -OpenOffice.org Chart : clipboard;selection clipboard -OpenOffice.org Chart : clipboard;Unix -OpenOffice.org Chart : closing -OpenOffice.org Chart : closing;documents -OpenOffice.org Chart : closing;toolbars -OpenOffice.org Chart : color bar -OpenOffice.org Chart : colors -OpenOffice.org Chart : colors;adding -OpenOffice.org Chart : colors;appearance -OpenOffice.org Chart : colors;backgrounds -OpenOffice.org Chart : colors;charts -OpenOffice.org Chart : colors;fill format -OpenOffice.org Chart : colors;fonts -OpenOffice.org Chart : colors;grid lines and cells (Calc) -OpenOffice.org Chart : colors;models -OpenOffice.org Chart : colors;not printing -OpenOffice.org Chart : colors;printing in grayscale -OpenOffice.org Chart : colors;restriction (Calc) -OpenOffice.org Chart : colors;selection -OpenOffice.org Chart : column and line charts -OpenOffice.org Chart : column charts -OpenOffice.org Chart : column headers -OpenOffice.org Chart : column headers;displaying (Calc) -OpenOffice.org Chart : column headers;highlighting (Calc) -OpenOffice.org Chart : columns -OpenOffice.org Chart : columns;setting with the mouse -OpenOffice.org Chart : combination charts -OpenOffice.org Chart : combo box creation -OpenOffice.org Chart : command button creation -OpenOffice.org Chart : command buttons, see push buttons -OpenOffice.org Chart : command line parameters -OpenOffice.org Chart : commands -OpenOffice.org Chart : commands;not visible -OpenOffice.org Chart : commands;SQL -OpenOffice.org Chart : comments -OpenOffice.org Chart : comments;on changes -OpenOffice.org Chart : comments feature in Microsoft Office -OpenOffice.org Chart : common terms -OpenOffice.org Chart : common terms;Chinese dictionary -OpenOffice.org Chart : common terms;glossaries -OpenOffice.org Chart : common terms;Internet glossary -OpenOffice.org Chart : Compare and Merge feature in Microsoft Office -OpenOffice.org Chart : comparisons -OpenOffice.org Chart : comparisons;document versions -OpenOffice.org Chart : comparisons;operators in default filter dialog -OpenOffice.org Chart : compatibility settings for MS Word import -OpenOffice.org Chart : complete screen view -OpenOffice.org Chart : complex text layout -OpenOffice.org Chart : complex text layout;definition -OpenOffice.org Chart : complex text layout;enabling -OpenOffice.org Chart : compose key to insert special characters -OpenOffice.org Chart : concatenation, see ampersand symbol -OpenOffice.org Chart : conditional separators -OpenOffice.org Chart : conditions -OpenOffice.org Chart : conditions;in number formats -OpenOffice.org Chart : conditions;items in Data Navigator -OpenOffice.org Chart : Configuration Manager -OpenOffice.org Chart : configuring -OpenOffice.org Chart : configuring;fax icon -OpenOffice.org Chart : configuring;OpenOffice.org -OpenOffice.org Chart : configuring;toolbars -OpenOffice.org Chart : connections to data sources (Base) -OpenOffice.org Chart : contents protection -OpenOffice.org Chart : context menus -OpenOffice.org Chart : contours of text -OpenOffice.org Chart : control point display in presentations -OpenOffice.org Chart : controls -OpenOffice.org Chart : controls;activating in forms -OpenOffice.org Chart : controls;adding to documents -OpenOffice.org Chart : controls;arranging in forms -OpenOffice.org Chart : controls;arranging within stacks -OpenOffice.org Chart : controls;assigning data sources -OpenOffice.org Chart : controls;bound fields/list contents/linked cells -OpenOffice.org Chart : controls;events -OpenOffice.org Chart : controls;focus -OpenOffice.org Chart : controls;formatted fields -OpenOffice.org Chart : controls;grouping -OpenOffice.org Chart : controls;hidden -OpenOffice.org Chart : controls;inserting -OpenOffice.org Chart : controls;multi-line titles -OpenOffice.org Chart : controls;positions and sizes -OpenOffice.org Chart : controls;printing -OpenOffice.org Chart : controls;properties of form controls -OpenOffice.org Chart : controls;properties of table controls -OpenOffice.org Chart : controls;reference by SQL -OpenOffice.org Chart : controls;rich text control -OpenOffice.org Chart : controls;select mode -OpenOffice.org Chart : controls;showing (Writer) -OpenOffice.org Chart : converters -OpenOffice.org Chart : converters;Euro converter -OpenOffice.org Chart : converters;PostScript, UNIX -OpenOffice.org Chart : converters;XML -OpenOffice.org Chart : converting -OpenOffice.org Chart : converting;Hangul/Hanja -OpenOffice.org Chart : converting;metrics -OpenOffice.org Chart : converting;Microsoft documents -OpenOffice.org Chart : converting;OpenOffice.org documents -OpenOffice.org Chart : converting;Pocket PC formats -OpenOffice.org Chart : copies -OpenOffice.org Chart : copies;printing -OpenOffice.org Chart : copying -OpenOffice.org Chart : copying;by drag and drop -OpenOffice.org Chart : copying;data from text documents -OpenOffice.org Chart : copying;datasource records in spreadsheets -OpenOffice.org Chart : copying;draw objects -OpenOffice.org Chart : copying;draw objects between documents -OpenOffice.org Chart : copying;formatting -OpenOffice.org Chart : copying;from data source view -OpenOffice.org Chart : copying;from Gallery -OpenOffice.org Chart : copying;in Unix -OpenOffice.org Chart : copying;pictures, between documents -OpenOffice.org Chart : copying;sheet areas, to text documents -OpenOffice.org Chart : copying;to Gallery -OpenOffice.org Chart : copyright for OpenOffice.org -OpenOffice.org Chart : corner roundings -OpenOffice.org Chart : crash reports -OpenOffice.org Chart : criteria of query design (Base) -OpenOffice.org Chart : cropping pictures -OpenOffice.org Chart : CTL -OpenOffice.org Chart : CTL;complex text layout languages -OpenOffice.org Chart : CTL;definition -OpenOffice.org Chart : CTL;options -OpenOffice.org Chart : currencies -OpenOffice.org Chart : currencies;converters -OpenOffice.org Chart : currencies;formats and format codes -OpenOffice.org Chart : currency field creation -OpenOffice.org Chart : currency formats -OpenOffice.org Chart : cursor -OpenOffice.org Chart : cursor;allowing in protected areas (Writer) -OpenOffice.org Chart : cursor;in read-only text -OpenOffice.org Chart : cursor;quickly moving to an object -OpenOffice.org Chart : curves -OpenOffice.org Chart : curves;editing points -OpenOffice.org Chart : curves;properties in line charts/XY charts -OpenOffice.org Chart : custom dictionaries -OpenOffice.org Chart : custom dictionaries;editing -OpenOffice.org Chart : custom hyphens (Writer) -OpenOffice.org Chart : custom quotes -OpenOffice.org Chart : custom templates -OpenOffice.org Chart : customizing -OpenOffice.org Chart : customizing;events -OpenOffice.org Chart : customizing;keyboard -OpenOffice.org Chart : customizing;menus -OpenOffice.org Chart : customizing;OpenOffice.org -OpenOffice.org Chart : customizing;round corners -OpenOffice.org Chart : customizing;toolbars -OpenOffice.org Chart : cutting -OpenOffice.org Chart : dashes -OpenOffice.org Chart : data -OpenOffice.org Chart : data;filtering in forms -OpenOffice.org Chart : data;forms and subforms -OpenOffice.org Chart : data;read-only -OpenOffice.org Chart : data;sorting in forms -OpenOffice.org Chart : data;user data -OpenOffice.org Chart : data binding change in XForms -OpenOffice.org Chart : data labels in charts -OpenOffice.org Chart : Data Navigator display options -OpenOffice.org Chart : data ranges in charts -OpenOffice.org Chart : data series -OpenOffice.org Chart : data source browser -OpenOffice.org Chart : data source explorer -OpenOffice.org Chart : data source view -OpenOffice.org Chart : data source view;drag and drop -OpenOffice.org Chart : data source view;overview -OpenOffice.org Chart : data source view;showing -OpenOffice.org Chart : data sources -OpenOffice.org Chart : data sources;as tables -OpenOffice.org Chart : data sources;connection settings (Base) -OpenOffice.org Chart : data sources;copying records to spreadsheets -OpenOffice.org Chart : data sources;displaying current -OpenOffice.org Chart : data sources;LDAP server (Base) -OpenOffice.org Chart : data sources;OpenOffice.org Base -OpenOffice.org Chart : data sources;registering address books -OpenOffice.org Chart : data sources;reports -OpenOffice.org Chart : data sources;setting for stock charts -OpenOffice.org Chart : data sources;viewing -OpenOffice.org Chart : data structure of XForms -OpenOffice.org Chart : data values in charts -OpenOffice.org Chart : database contents -OpenOffice.org Chart : database contents;inserting as tables -OpenOffice.org Chart : database contents;inserting as text -OpenOffice.org Chart : database reports -OpenOffice.org Chart : Database Wizard (Base) -OpenOffice.org Chart : databases -OpenOffice.org Chart : databases;administration through SQL (Base) -OpenOffice.org Chart : databases;ADO (Base) -OpenOffice.org Chart : databases;connecting (Base) -OpenOffice.org Chart : databases;creating -OpenOffice.org Chart : databases;creating labels -OpenOffice.org Chart : databases;creating queries -OpenOffice.org Chart : databases;creating reports -OpenOffice.org Chart : databases;creating tables -OpenOffice.org Chart : databases;dBASE (Base) -OpenOffice.org Chart : databases;deleting (Base) -OpenOffice.org Chart : databases;drag and drop (Base) -OpenOffice.org Chart : databases;editing tables -OpenOffice.org Chart : databases;form filters -OpenOffice.org Chart : databases;formats (Base) -OpenOffice.org Chart : databases;importing/exporting -OpenOffice.org Chart : databases;JDBC (Base) -OpenOffice.org Chart : databases;main page (Base) -OpenOffice.org Chart : databases;MySQL (Base) -OpenOffice.org Chart : databases;ODBC (Base) -OpenOffice.org Chart : databases;overview -OpenOffice.org Chart : databases;registering (Base) -OpenOffice.org Chart : databases;searching records -OpenOffice.org Chart : databases;shortcut keys -OpenOffice.org Chart : databases;sorting -OpenOffice.org Chart : databases;standard filters -OpenOffice.org Chart : databases;text formats -OpenOffice.org Chart : databases;viewing -OpenOffice.org Chart : date fields -OpenOffice.org Chart : date fields;creating -OpenOffice.org Chart : date fields;properties -OpenOffice.org Chart : date formats -OpenOffice.org Chart : dates -OpenOffice.org Chart : dates;default (Calc) -OpenOffice.org Chart : dates;printing in presentations -OpenOffice.org Chart : dates;start 1900/01/01 (Calc) -OpenOffice.org Chart : dates;start 1904/01/01 (Calc) -OpenOffice.org Chart : dBASE -OpenOffice.org Chart : dBASE;database settings (Base) -OpenOffice.org Chart : DDE -OpenOffice.org Chart : DDE;definition -OpenOffice.org Chart : deactivating -OpenOffice.org Chart : deactivating;plug-ins -OpenOffice.org Chart : decimal places displayed (Calc) -OpenOffice.org Chart : decimal separator key -OpenOffice.org Chart : decimal tab stops -OpenOffice.org Chart : default directories -OpenOffice.org Chart : default file formats -OpenOffice.org Chart : default filters -OpenOffice.org Chart : default filters;comparison operators -OpenOffice.org Chart : default filters;databases -OpenOffice.org Chart : default printer -OpenOffice.org Chart : default printer;setting up -OpenOffice.org Chart : default printer;UNIX -OpenOffice.org Chart : default templates -OpenOffice.org Chart : default templates;changing -OpenOffice.org Chart : default templates;organizing -OpenOffice.org Chart : defaults -OpenOffice.org Chart : defaults;documents -OpenOffice.org Chart : defaults;file formats -OpenOffice.org Chart : defaults;fonts -OpenOffice.org Chart : defaults;grids (Writer/Calc) -OpenOffice.org Chart : defaults;languages -OpenOffice.org Chart : defaults;number formats -OpenOffice.org Chart : defaults;of saving -OpenOffice.org Chart : defaults;program configuration -OpenOffice.org Chart : defaults;tab stops in text -OpenOffice.org Chart : defaults;views -OpenOffice.org Chart : defining -OpenOffice.org Chart : defining;arrowheads and other line ends -OpenOffice.org Chart : defining;colors -OpenOffice.org Chart : defining;line styles -OpenOffice.org Chart : defining;paragraph borders -OpenOffice.org Chart : defining;queries (Base) -OpenOffice.org Chart : defining;table borders -OpenOffice.org Chart : deleting -OpenOffice.org Chart : deleting;all direct formatting -OpenOffice.org Chart : deleting;databases (Base) -OpenOffice.org Chart : deleting;hyperlinks -OpenOffice.org Chart : deleting;lines in text -OpenOffice.org Chart : deleting;models/instances -OpenOffice.org Chart : deleting;namespaces in XForms -OpenOffice.org Chart : deleting;tab stops -OpenOffice.org Chart : deleting;templates -OpenOffice.org Chart : deleting;XML filters -OpenOffice.org Chart : depth stagger -OpenOffice.org Chart : descriptions for objects -OpenOffice.org Chart : design mode after saving -OpenOffice.org Chart : design view -OpenOffice.org Chart : design view;creating forms -OpenOffice.org Chart : design view;queries/views (Base) -OpenOffice.org Chart : designing -OpenOffice.org Chart : designing;database tables -OpenOffice.org Chart : designing;fonts -OpenOffice.org Chart : designing;queries (Base) -OpenOffice.org Chart : detaching toolbars -OpenOffice.org Chart : dictionaries -OpenOffice.org Chart : dictionaries;common terms in simplified and traditional chinese -OpenOffice.org Chart : dictionaries;creating -OpenOffice.org Chart : dictionaries;editing user-defined -OpenOffice.org Chart : dictionaries;spellcheck -OpenOffice.org Chart : dictionaries, see also languages -OpenOffice.org Chart : digital signatures -OpenOffice.org Chart : direct formatting -OpenOffice.org Chart : direct formatting;undoing all -OpenOffice.org Chart : directories -OpenOffice.org Chart : directories;creating new -OpenOffice.org Chart : directories;directory structure -OpenOffice.org Chart : disabled persons -OpenOffice.org Chart : displaying -OpenOffice.org Chart : displaying;non-printing characters (Writer) -OpenOffice.org Chart : displaying;notes (Calc) -OpenOffice.org Chart : displaying;notes in text documents -OpenOffice.org Chart : displaying;pictures and objects (Writer) -OpenOffice.org Chart : displaying;tables (Writer) -OpenOffice.org Chart : displaying;zero values (Calc) -OpenOffice.org Chart : distances -OpenOffice.org Chart : distinct values in SQL queries -OpenOffice.org Chart : distorting in drawings -OpenOffice.org Chart : distributing XML filters -OpenOffice.org Chart : dithering -OpenOffice.org Chart : docking -OpenOffice.org Chart : docking;definition -OpenOffice.org Chart : docking;toolbars -OpenOffice.org Chart : docking;windows -OpenOffice.org Chart : Document Converter Wizard -OpenOffice.org Chart : Document Map feature in Microsoft Office -OpenOffice.org Chart : Document Map, see Navigator -OpenOffice.org Chart : document types in OpenOffice.org -OpenOffice.org Chart : documents -OpenOffice.org Chart : documents;changing titles -OpenOffice.org Chart : documents;closing -OpenOffice.org Chart : documents;comparing -OpenOffice.org Chart : documents;contents as lists -OpenOffice.org Chart : documents;editing time -OpenOffice.org Chart : documents;exporting -OpenOffice.org Chart : documents;importing -OpenOffice.org Chart : documents;languages -OpenOffice.org Chart : documents;measurement units in -OpenOffice.org Chart : documents;merging -OpenOffice.org Chart : documents;number of pages/tables/sheets -OpenOffice.org Chart : documents;opening -OpenOffice.org Chart : documents;opening in design mode -OpenOffice.org Chart : documents;opening with templates -OpenOffice.org Chart : documents;organizing -OpenOffice.org Chart : documents;printing -OpenOffice.org Chart : documents;read-only -OpenOffice.org Chart : documents;reloading -OpenOffice.org Chart : documents;saving -OpenOffice.org Chart : documents;saving automatically -OpenOffice.org Chart : documents;saving in other formats -OpenOffice.org Chart : documents;sending as e-mail -OpenOffice.org Chart : documents;styles changed -OpenOffice.org Chart : documents;version management -OpenOffice.org Chart : documents;version numbers -OpenOffice.org Chart : donut charts -OpenOffice.org Chart : dotted areas -OpenOffice.org Chart : double-line spacing in paragraphs -OpenOffice.org Chart : double-line writing in Asian layout -OpenOffice.org Chart : drag and drop -OpenOffice.org Chart : drag and drop;copying and pasting text -OpenOffice.org Chart : drag and drop;data source view -OpenOffice.org Chart : drag and drop;from Gallery to draw objects -OpenOffice.org Chart : drag and drop;overview -OpenOffice.org Chart : drag and drop;pictures -OpenOffice.org Chart : drag and drop;to Gallery -OpenOffice.org Chart : draw objects -OpenOffice.org Chart : draw objects;adding/editing/copying -OpenOffice.org Chart : draw objects;anchoring -OpenOffice.org Chart : draw objects;arranging within stacks -OpenOffice.org Chart : draw objects;copying -OpenOffice.org Chart : draw objects;copying between documents -OpenOffice.org Chart : draw objects;displaying (Calc) -OpenOffice.org Chart : draw objects;dropping Gallery pictures -OpenOffice.org Chart : draw objects;flipping -OpenOffice.org Chart : draw objects;legends -OpenOffice.org Chart : draw objects;positioning and resizing -OpenOffice.org Chart : draw objects;protecting -OpenOffice.org Chart : draw objects;slanting -OpenOffice.org Chart : draw objects;text in -OpenOffice.org Chart : Drawing bar -OpenOffice.org Chart : drawing lines in text -OpenOffice.org Chart : drawings -OpenOffice.org Chart : drawings;creating/opening -OpenOffice.org Chart : drawings;languages -OpenOffice.org Chart : drawings;printing -OpenOffice.org Chart : drawings;printing defaults -OpenOffice.org Chart : drawings;printing in text documents -OpenOffice.org Chart : drawings;saving -OpenOffice.org Chart : drawings;saving automatically -OpenOffice.org Chart : drawings;saving in other formats -OpenOffice.org Chart : drawings;sending as e-mail -OpenOffice.org Chart : drawings;showing (Writer) -OpenOffice.org Chart : drop-down lists in form functions -OpenOffice.org Chart : e-mail attachments -OpenOffice.org Chart : Edit File icon -OpenOffice.org Chart : edit mode -OpenOffice.org Chart : edit mode;after opening -OpenOffice.org Chart : edit mode;through Enter key (Calc) -OpenOffice.org Chart : Edit Points bar -OpenOffice.org Chart : editing -OpenOffice.org Chart : editing;chart axes -OpenOffice.org Chart : editing;chart data -OpenOffice.org Chart : editing;chart legends -OpenOffice.org Chart : editing;chart titles -OpenOffice.org Chart : editing;data binding of XForms -OpenOffice.org Chart : editing;database tables and queries -OpenOffice.org Chart : editing;draw objects -OpenOffice.org Chart : editing;Fontwork objects -OpenOffice.org Chart : editing;hyperlinks -OpenOffice.org Chart : editing;items in Data Navigator -OpenOffice.org Chart : editing;menus -OpenOffice.org Chart : editing;namespaces in XForms -OpenOffice.org Chart : editing;notes -OpenOffice.org Chart : editing;objects -OpenOffice.org Chart : editing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Chart : editing;pictures -OpenOffice.org Chart : editing;reports -OpenOffice.org Chart : editing;shortcut keys -OpenOffice.org Chart : editing;tab stops -OpenOffice.org Chart : editing;templates -OpenOffice.org Chart : editing;titles -OpenOffice.org Chart : editing;toolbars -OpenOffice.org Chart : editing;undoing -OpenOffice.org Chart : editing;XForms -OpenOffice.org Chart : editing time of documents -OpenOffice.org Chart : editors -OpenOffice.org Chart : editors;formula editor -OpenOffice.org Chart : editors;ImageMap editor -OpenOffice.org Chart : effects -OpenOffice.org Chart : effects;font positions -OpenOffice.org Chart : effects;fonts -OpenOffice.org Chart : effects;Fontwork icons -OpenOffice.org Chart : empty documents -OpenOffice.org Chart : empty paragraph removal -OpenOffice.org Chart : encryption of contents -OpenOffice.org Chart : entering groups -OpenOffice.org Chart : entering text from right to left -OpenOffice.org Chart : equal sign, see also operators -OpenOffice.org Chart : equations in formula editor -OpenOffice.org Chart : error bars in charts -OpenOffice.org Chart : error indicators in charts -OpenOffice.org Chart : Error Report Tool -OpenOffice.org Chart : Euro -OpenOffice.org Chart : Euro;currency formats -OpenOffice.org Chart : Euro;Euro Converter Wizard -OpenOffice.org Chart : even/odd pages -OpenOffice.org Chart : even/odd pages;printing -OpenOffice.org Chart : events -OpenOffice.org Chart : events;controls -OpenOffice.org Chart : events;customizing -OpenOffice.org Chart : events;in forms -OpenOffice.org Chart : Excel -OpenOffice.org Chart : Excel;saving as -OpenOffice.org Chart : Excel;search criteria -OpenOffice.org Chart : exceptions -OpenOffice.org Chart : exceptions;user-defined dictionaries -OpenOffice.org Chart : exchanging, see also replacing -OpenOffice.org Chart : executing -OpenOffice.org Chart : executing;SQL commands -OpenOffice.org Chart : exiting -OpenOffice.org Chart : exiting;groups -OpenOffice.org Chart : exiting;OpenOffice.org -OpenOffice.org Chart : expanding formatting (Calc) -OpenOffice.org Chart : explorer of data sources -OpenOffice.org Chart : export filters -OpenOffice.org Chart : exporting -OpenOffice.org Chart : exporting;bitmaps -OpenOffice.org Chart : exporting;databases -OpenOffice.org Chart : exporting;HTML and text documents -OpenOffice.org Chart : exporting;Microsoft Office documents with VBA code -OpenOffice.org Chart : exporting;spreadsheets to text format -OpenOffice.org Chart : exporting;templates -OpenOffice.org Chart : exporting;to foreign formats -OpenOffice.org Chart : exporting;to HTML -OpenOffice.org Chart : exporting;to Microsoft Office formats -OpenOffice.org Chart : exporting;to PDF -OpenOffice.org Chart : exporting;to PostScript format -OpenOffice.org Chart : exporting;to XML -OpenOffice.org Chart : exporting;XML files -OpenOffice.org Chart : extended tips in Help -OpenOffice.org Chart : extension mode in text -OpenOffice.org Chart : extensions -OpenOffice.org Chart : extensions;Extension Manager -OpenOffice.org Chart : extensions;file formats -OpenOffice.org Chart : external keys (Base) -OpenOffice.org Chart : faster printing -OpenOffice.org Chart : faxes -OpenOffice.org Chart : faxes;configuring OpenOffice.org -OpenOffice.org Chart : faxes;fax programs/fax printers under UNIX -OpenOffice.org Chart : faxes;selecting a fax machine -OpenOffice.org Chart : faxes;sending -OpenOffice.org Chart : faxes;wizards -OpenOffice.org Chart : fields -OpenOffice.org Chart : fields;database tables -OpenOffice.org Chart : fields;displaying field codes (Writer) -OpenOffice.org Chart : fields;formatted fields -OpenOffice.org Chart : fields;updating automatically (Writer) -OpenOffice.org Chart : file associations for Microsoft Office -OpenOffice.org Chart : file filters -OpenOffice.org Chart : file filters;mobile devices -OpenOffice.org Chart : file filters;XML -OpenOffice.org Chart : file formats -OpenOffice.org Chart : file formats;changing defaults -OpenOffice.org Chart : file formats;OpenDocument/XML -OpenOffice.org Chart : file formats;saving always in other formats -OpenOffice.org Chart : file selection button -OpenOffice.org Chart : file sharing options for current document -OpenOffice.org Chart : files -OpenOffice.org Chart : files;filters and formats -OpenOffice.org Chart : files;importing -OpenOffice.org Chart : files;opening -OpenOffice.org Chart : files;opening with placeholders -OpenOffice.org Chart : files;properties -OpenOffice.org Chart : files;saving -OpenOffice.org Chart : files;saving automatically -OpenOffice.org Chart : files;saving in other formats -OpenOffice.org Chart : files;sending as e-mail -OpenOffice.org Chart : files;version numbers -OpenOffice.org Chart : files and folders in OpenOffice.org -OpenOffice.org Chart : fill characters with tabulators -OpenOffice.org Chart : fill colors for areas -OpenOffice.org Chart : fill patterns for areas -OpenOffice.org Chart : filter conditions -OpenOffice.org Chart : filter conditions;connecting -OpenOffice.org Chart : filter conditions;in queries (Base) -OpenOffice.org Chart : filtering -OpenOffice.org Chart : filtering;data in databases -OpenOffice.org Chart : filtering;data in forms -OpenOffice.org Chart : filters -OpenOffice.org Chart : filters;comparison operators -OpenOffice.org Chart : filters;for import and export -OpenOffice.org Chart : filters;Navigator -OpenOffice.org Chart : filters;pictures -OpenOffice.org Chart : filters;XML filter settings -OpenOffice.org Chart : Find tab in Help -OpenOffice.org Chart : finding -OpenOffice.org Chart : finding;in all sheets -OpenOffice.org Chart : finding;records in form documents -OpenOffice.org Chart : finding;selections -OpenOffice.org Chart : finding;similarity search -OpenOffice.org Chart : fitting to pages -OpenOffice.org Chart : fitting to pages;print settings in Math -OpenOffice.org Chart : fitting to pages;print settings in presentations -OpenOffice.org Chart : fixed text -OpenOffice.org Chart : fixed text;form functions -OpenOffice.org Chart : fixing toolbars -OpenOffice.org Chart : flipping draw objects -OpenOffice.org Chart : floating frames in HTML documents -OpenOffice.org Chart : floating toolbars -OpenOffice.org Chart : focus of controls -OpenOffice.org Chart : folder creation -OpenOffice.org Chart : font lists -OpenOffice.org Chart : font name box -OpenOffice.org Chart : font sizes -OpenOffice.org Chart : font sizes;bullets -OpenOffice.org Chart : font sizes;relative changes -OpenOffice.org Chart : font sizes;scaling on screen -OpenOffice.org Chart : font sizes;text -OpenOffice.org Chart : fonts -OpenOffice.org Chart : fonts;adding under UNIX -OpenOffice.org Chart : fonts;changing in templates -OpenOffice.org Chart : fonts;colors -OpenOffice.org Chart : fonts;default settings -OpenOffice.org Chart : fonts;effects -OpenOffice.org Chart : fonts;for HTML and Basic -OpenOffice.org Chart : fonts;formats -OpenOffice.org Chart : fonts;outlines -OpenOffice.org Chart : fonts;positions in text -OpenOffice.org Chart : fonts;shadows -OpenOffice.org Chart : fonts;specifying several -OpenOffice.org Chart : fonts;strikethrough -OpenOffice.org Chart : fonts;styles -OpenOffice.org Chart : fonts;text objects -OpenOffice.org Chart : Fontwork icons -OpenOffice.org Chart : footers -OpenOffice.org Chart : footers;backgrounds -OpenOffice.org Chart : form controls -OpenOffice.org Chart : form controls;assigning macros -OpenOffice.org Chart : form controls;protecting -OpenOffice.org Chart : form controls;toolbars -OpenOffice.org Chart : form fields -OpenOffice.org Chart : form filters -OpenOffice.org Chart : Form Navigator -OpenOffice.org Chart : format codes -OpenOffice.org Chart : format codes;numbers -OpenOffice.org Chart : format codes;user-defined number formats -OpenOffice.org Chart : format filling printing in OpenOffice.org Math -OpenOffice.org Chart : Format Paintbrush -OpenOffice.org Chart : formats -OpenOffice.org Chart : formats;Asian layout -OpenOffice.org Chart : formats;Asian typography -OpenOffice.org Chart : formats;fonts -OpenOffice.org Chart : formats;maximizing page formats -OpenOffice.org Chart : formats;number and currency formats -OpenOffice.org Chart : formats;of currencies/date/time -OpenOffice.org Chart : formats;on opening and saving -OpenOffice.org Chart : formats;pasting in special formats -OpenOffice.org Chart : formats;positions -OpenOffice.org Chart : formats;tabulators -OpenOffice.org Chart : formats;undoing when writing -OpenOffice.org Chart : formatted fields -OpenOffice.org Chart : formatted fields;form functions -OpenOffice.org Chart : formatted fields;properties -OpenOffice.org Chart : formatting -OpenOffice.org Chart : formatting;axes in charts -OpenOffice.org Chart : formatting;chart areas -OpenOffice.org Chart : formatting;chart floors -OpenOffice.org Chart : formatting;chart legends -OpenOffice.org Chart : formatting;chart titles -OpenOffice.org Chart : formatting;chart walls -OpenOffice.org Chart : formatting;copying -OpenOffice.org Chart : formatting;definition -OpenOffice.org Chart : formatting;expanding (Calc) -OpenOffice.org Chart : formatting;font effects -OpenOffice.org Chart : formatting;hyperlinks -OpenOffice.org Chart : formatting;pages -OpenOffice.org Chart : formatting;printer metrics (Writer) -OpenOffice.org Chart : formatting;undoing -OpenOffice.org Chart : forms -OpenOffice.org Chart : forms;browsing -OpenOffice.org Chart : forms;Combo Box/List Box Wizard -OpenOffice.org Chart : forms;creating -OpenOffice.org Chart : forms;data -OpenOffice.org Chart : forms;designing (Base) -OpenOffice.org Chart : forms;events -OpenOffice.org Chart : forms;filtering data -OpenOffice.org Chart : forms;finding records -OpenOffice.org Chart : forms;focus after opening -OpenOffice.org Chart : forms;general information (Base) -OpenOffice.org Chart : forms;grouping controls -OpenOffice.org Chart : forms;HTML filters -OpenOffice.org Chart : forms;Navigator -OpenOffice.org Chart : forms;opening in design mode -OpenOffice.org Chart : forms;properties -OpenOffice.org Chart : forms;sorting data -OpenOffice.org Chart : forms;subforms -OpenOffice.org Chart : forms;wizards -OpenOffice.org Chart : forms;XForms -OpenOffice.org Chart : Formula Auditing feature in Microsoft Office -OpenOffice.org Chart : formula texts -OpenOffice.org Chart : formula texts;printing in OpenOffice.org Math -OpenOffice.org Chart : formulas -OpenOffice.org Chart : formulas;new -OpenOffice.org Chart : formulas;starting formula editor -OpenOffice.org Chart : formulas in reports -OpenOffice.org Chart : formulas in reports;editing -OpenOffice.org Chart : forums and support -OpenOffice.org Chart : frames -OpenOffice.org Chart : frames;around paragraphs -OpenOffice.org Chart : frames;around tables -OpenOffice.org Chart : frames;AutoCorrect function -OpenOffice.org Chart : frames;backgrounds -OpenOffice.org Chart : frames;captions (Writer) -OpenOffice.org Chart : frames;printing in OpenOffice.org Math -OpenOffice.org Chart : frames;protecting -OpenOffice.org Chart : frames;selection frames -OpenOffice.org Chart : frames;text fitting to frames -OpenOffice.org Chart : freeform lines -OpenOffice.org Chart : freeform lines;draw functions -OpenOffice.org Chart : FTP -OpenOffice.org Chart : FTP;opening documents -OpenOffice.org Chart : FTP;saving documents -OpenOffice.org Chart : full joins (Base) -OpenOffice.org Chart : full screen view -OpenOffice.org Chart : full-text search in Help -OpenOffice.org Chart : functions in reports -OpenOffice.org Chart : functions in reports;editing -OpenOffice.org Chart : Gallery -OpenOffice.org Chart : Gallery;adding pictures -OpenOffice.org Chart : Gallery;dragging pictures to draw objects -OpenOffice.org Chart : Gallery;hiding/showing -OpenOffice.org Chart : Gallery;inserting pictures from -OpenOffice.org Chart : German spellcheck -OpenOffice.org Chart : get method for form transmissions -OpenOffice.org Chart : getting support -OpenOffice.org Chart : GIF format -OpenOffice.org Chart : glossaries -OpenOffice.org Chart : glossaries;common terms -OpenOffice.org Chart : glossaries;Internet terms -OpenOffice.org Chart : gradients off for faster printing -OpenOffice.org Chart : graphical text art -OpenOffice.org Chart : graphics -OpenOffice.org Chart : graphics;cache -OpenOffice.org Chart : graphics;protecting -OpenOffice.org Chart : graphics, see also pictures -OpenOffice.org Chart : grayscale printing -OpenOffice.org Chart : grid controls -OpenOffice.org Chart : grid controls;form functions -OpenOffice.org Chart : grids -OpenOffice.org Chart : grids;defaults (Writer/Calc) -OpenOffice.org Chart : grids;display options (Impress/Draw) -OpenOffice.org Chart : grids;displaying lines (Calc) -OpenOffice.org Chart : grids;formatting axes -OpenOffice.org Chart : grids;inserting in charts -OpenOffice.org Chart : group box creation -OpenOffice.org Chart : groups -OpenOffice.org Chart : groups;entering/exiting/ungrouping -OpenOffice.org Chart : groups;naming -OpenOffice.org Chart : groups;of controls -OpenOffice.org Chart : guides -OpenOffice.org Chart : guides;display options (Impress/Draw) -OpenOffice.org Chart : guides;displaying when moving objects (Impress) -OpenOffice.org Chart : guides;showing (Calc) -OpenOffice.org Chart : guides;showing when moving frames (Writer) -OpenOffice.org Chart : gutter -OpenOffice.org Chart : handles -OpenOffice.org Chart : handles;displaying (Writer) -OpenOffice.org Chart : handles;scaling -OpenOffice.org Chart : handles;showing simple/large handles (Calc) -OpenOffice.org Chart : Hangul/Hanja -OpenOffice.org Chart : hatching -OpenOffice.org Chart : headers -OpenOffice.org Chart : headers;backgrounds -OpenOffice.org Chart : headings -OpenOffice.org Chart : headings;entering as text box -OpenOffice.org Chart : Hebrew -OpenOffice.org Chart : Hebrew;entering text -OpenOffice.org Chart : Hebrew;language settings -OpenOffice.org Chart : Help -OpenOffice.org Chart : Help;bookmarks -OpenOffice.org Chart : Help;extended tips on/off -OpenOffice.org Chart : Help;full-text search -OpenOffice.org Chart : Help;Help tips -OpenOffice.org Chart : Help;keywords -OpenOffice.org Chart : Help;navigation pane showing/hiding -OpenOffice.org Chart : Help;style sheets -OpenOffice.org Chart : Help;topics -OpenOffice.org Chart : Help Agent -OpenOffice.org Chart : Help Agent;help -OpenOffice.org Chart : Help Agent;options -OpenOffice.org Chart : Help tips -OpenOffice.org Chart : Help tips;hiding -OpenOffice.org Chart : hidden controls in Form Navigator -OpenOffice.org Chart : hidden fields display (Writer) -OpenOffice.org Chart : hidden pages -OpenOffice.org Chart : hidden pages;printing in presentations -OpenOffice.org Chart : hidden text -OpenOffice.org Chart : hidden text;showing (Writer) -OpenOffice.org Chart : hiding -OpenOffice.org Chart : hiding;changes -OpenOffice.org Chart : hiding;chart legends -OpenOffice.org Chart : hiding;docked windows -OpenOffice.org Chart : hiding;navigation pane in Help window -OpenOffice.org Chart : high contrast mode -OpenOffice.org Chart : Hindi -OpenOffice.org Chart : Hindi;entering text -OpenOffice.org Chart : Hindi;language settings -OpenOffice.org Chart : horizontal scrollbars (Writer) -OpenOffice.org Chart : HowTos for charts -OpenOffice.org Chart : HTML -OpenOffice.org Chart : HTML;definition -OpenOffice.org Chart : HTML;export character set -OpenOffice.org Chart : HTML;fonts for source display -OpenOffice.org Chart : HTML;importing META tags -OpenOffice.org Chart : HTML;live presentations -OpenOffice.org Chart : HTML documents -OpenOffice.org Chart : HTML documents;auto reloading -OpenOffice.org Chart : HTML documents;importing/exporting -OpenOffice.org Chart : HTML documents;META tags in -OpenOffice.org Chart : HTML documents;new -OpenOffice.org Chart : HTML documents;source text -OpenOffice.org Chart : hyperlinks -OpenOffice.org Chart : hyperlinks;assigning macros -OpenOffice.org Chart : hyperlinks;character formats -OpenOffice.org Chart : hyperlinks;definition -OpenOffice.org Chart : hyperlinks;deleting -OpenOffice.org Chart : hyperlinks;editing -OpenOffice.org Chart : hyperlinks;inserting -OpenOffice.org Chart : hyperlinks;relative and absolute -OpenOffice.org Chart : hyperlinks;turning off automatic recognition -OpenOffice.org Chart : hyperlinks, see also links -OpenOffice.org Chart : hyphenation -OpenOffice.org Chart : hyphenation;activating for a language -OpenOffice.org Chart : hyphenation;minimal number of characters -OpenOffice.org Chart : hyphens -OpenOffice.org Chart : hyphens;displaying custom (Writer) -OpenOffice.org Chart : hyphens;inserting custom -OpenOffice.org Chart : icon bars, see toolbars -OpenOffice.org Chart : icon sizes -OpenOffice.org Chart : ignore list for spellcheck -OpenOffice.org Chart : illumination -OpenOffice.org Chart : illumination;3D charts -OpenOffice.org Chart : illustrations, see pictures -OpenOffice.org Chart : image button creation -OpenOffice.org Chart : image control creation -OpenOffice.org Chart : ImageMap -OpenOffice.org Chart : ImageMap;definition -OpenOffice.org Chart : ImageMap;editor -OpenOffice.org Chart : images -OpenOffice.org Chart : images;ImageMap -OpenOffice.org Chart : images;inserting and editing bitmaps -OpenOffice.org Chart : images;placeholders in presentations -OpenOffice.org Chart : images, see also pictures -OpenOffice.org Chart : IME -OpenOffice.org Chart : IME;definition -OpenOffice.org Chart : IME;showing/hiding -OpenOffice.org Chart : import filters -OpenOffice.org Chart : import restrictions for Microsoft Office -OpenOffice.org Chart : importing -OpenOffice.org Chart : importing;bitmaps -OpenOffice.org Chart : importing;compatibility settings for text import -OpenOffice.org Chart : importing;databases -OpenOffice.org Chart : importing;documents in other formats -OpenOffice.org Chart : importing;from XML -OpenOffice.org Chart : importing;HTML and text documents -OpenOffice.org Chart : importing;HTML with META tags -OpenOffice.org Chart : importing;Microsoft Office documents with VBA code -OpenOffice.org Chart : importing;tables in text format -OpenOffice.org Chart : importing;templates -OpenOffice.org Chart : inches -OpenOffice.org Chart : Index tab in Help -OpenOffice.org Chart : indexes -OpenOffice.org Chart : indexes;backgrounds -OpenOffice.org Chart : indexes;showing/hiding Help index tab -OpenOffice.org Chart : indexes;unprotecting -OpenOffice.org Chart : indicator lines in text -OpenOffice.org Chart : inner joins (Base) -OpenOffice.org Chart : input method window -OpenOffice.org Chart : insert mode for entering text -OpenOffice.org Chart : inserting -OpenOffice.org Chart : inserting;applets -OpenOffice.org Chart : inserting;cell ranges from spreadsheets -OpenOffice.org Chart : inserting;charts -OpenOffice.org Chart : inserting;clipboard options -OpenOffice.org Chart : inserting;data from text documents -OpenOffice.org Chart : inserting;datasource records in spreadsheets -OpenOffice.org Chart : inserting;drawings -OpenOffice.org Chart : inserting;floating frames -OpenOffice.org Chart : inserting;form fields -OpenOffice.org Chart : inserting;hyperlinks -OpenOffice.org Chart : inserting;line breaks in cells -OpenOffice.org Chart : inserting;movies/sounds -OpenOffice.org Chart : inserting;new text tables defaults -OpenOffice.org Chart : inserting;notes -OpenOffice.org Chart : inserting;objects from Gallery -OpenOffice.org Chart : inserting;OLE objects -OpenOffice.org Chart : inserting;paragraph bullets -OpenOffice.org Chart : inserting;plug-ins -OpenOffice.org Chart : inserting;special characters -OpenOffice.org Chart : inserting;tab stops -OpenOffice.org Chart : installing -OpenOffice.org Chart : installing;ActiveX control -OpenOffice.org Chart : installing;mobile device filters -OpenOffice.org Chart : installing;UNO components -OpenOffice.org Chart : instructions -OpenOffice.org Chart : instructions;general -OpenOffice.org Chart : Internet -OpenOffice.org Chart : Internet;Internet Explorer for displaying OpenOffice.org documents -OpenOffice.org Chart : Internet;presentations -OpenOffice.org Chart : Internet;starting searches -OpenOffice.org Chart : Internet;turning off recognition of addresses -OpenOffice.org Chart : Internet glossary -OpenOffice.org Chart : invert filter -OpenOffice.org Chart : invisible areas -OpenOffice.org Chart : italic text -OpenOffice.org Chart : iterative references in spreadsheets -OpenOffice.org Chart : Java -OpenOffice.org Chart : Java;definition -OpenOffice.org Chart : Java;scripting -OpenOffice.org Chart : Java;setting options -OpenOffice.org Chart : JDBC -OpenOffice.org Chart : JDBC;databases (Base) -OpenOffice.org Chart : JDBC;definition -OpenOffice.org Chart : joining -OpenOffice.org Chart : joining;paragraphs -OpenOffice.org Chart : joining;tables (Base) -OpenOffice.org Chart : joins in databases (Base) -OpenOffice.org Chart : justifying text -OpenOffice.org Chart : kerning -OpenOffice.org Chart : kerning;Asian texts -OpenOffice.org Chart : kerning;definition -OpenOffice.org Chart : kerning;in characters -OpenOffice.org Chart : key fields for relations (Base) -OpenOffice.org Chart : keyboard -OpenOffice.org Chart : keyboard;assigning/editing shortcut keys -OpenOffice.org Chart : keyboard;general commands -OpenOffice.org Chart : keyboard;removing numbering -OpenOffice.org Chart : keys -OpenOffice.org Chart : keys;adding push buttons -OpenOffice.org Chart : keys;primary keys (Base) -OpenOffice.org Chart : kiosk export -OpenOffice.org Chart : labels -OpenOffice.org Chart : labels;creating and synchronizing -OpenOffice.org Chart : labels;for charts -OpenOffice.org Chart : labels;for draw objects -OpenOffice.org Chart : labels;form functions -OpenOffice.org Chart : labels;from databases -OpenOffice.org Chart : labels, see also names/callouts -OpenOffice.org Chart : languages -OpenOffice.org Chart : languages;activating modules -OpenOffice.org Chart : languages;Asian support -OpenOffice.org Chart : languages;complex text layout -OpenOffice.org Chart : languages;locale settings -OpenOffice.org Chart : languages;selecting -OpenOffice.org Chart : languages;setting options -OpenOffice.org Chart : languages;spellcheck -OpenOffice.org Chart : languages;spellchecking and formatting -OpenOffice.org Chart : large handles (Writer) -OpenOffice.org Chart : large icons -OpenOffice.org Chart : layer arrangement -OpenOffice.org Chart : layout -OpenOffice.org Chart : layout;importing Word documents -OpenOffice.org Chart : layout;pages -OpenOffice.org Chart : LDAP server -OpenOffice.org Chart : LDAP server;address books (Base) -OpenOffice.org Chart : LDAP server;sign on options -OpenOffice.org Chart : leading between paragraphs -OpenOffice.org Chart : left alignment of paragraphs -OpenOffice.org Chart : left joins (Base) -OpenOffice.org Chart : legends -OpenOffice.org Chart : legends;charts -OpenOffice.org Chart : legends;draw objects -OpenOffice.org Chart : legends;rounding corners -OpenOffice.org Chart : Letter Wizard -OpenOffice.org Chart : levels -OpenOffice.org Chart : levels;depth stagger -OpenOffice.org Chart : limits of tables (Writer) -OpenOffice.org Chart : line breaks -OpenOffice.org Chart : line breaks;in cells -OpenOffice.org Chart : line charts -OpenOffice.org Chart : line spacing -OpenOffice.org Chart : line spacing;context menu in paragraphs -OpenOffice.org Chart : line spacing;paragraph -OpenOffice.org Chart : line styles -OpenOffice.org Chart : line styles;applying -OpenOffice.org Chart : line styles;defining -OpenOffice.org Chart : lines -OpenOffice.org Chart : lines;contours (Draw/Impress) -OpenOffice.org Chart : lines;defining ends -OpenOffice.org Chart : lines;draw functions -OpenOffice.org Chart : lines;drawing in text -OpenOffice.org Chart : lines;editing points -OpenOffice.org Chart : lines;removing automatic lines -OpenOffice.org Chart : Lines and Page Breaks feature in Microsoft Office -OpenOffice.org Chart : lines of text -OpenOffice.org Chart : lines of text;alignment -OpenOffice.org Chart : links -OpenOffice.org Chart : links;between cells and controls -OpenOffice.org Chart : links;by drag and drop -OpenOffice.org Chart : links;character formats -OpenOffice.org Chart : links;definition -OpenOffice.org Chart : links;editing hyperlinks -OpenOffice.org Chart : links;inserting -OpenOffice.org Chart : links;modifying -OpenOffice.org Chart : links;opening files with -OpenOffice.org Chart : links;relational databases (Base) -OpenOffice.org Chart : links;turning off automatic recognition -OpenOffice.org Chart : links;updating options (Writer) -OpenOffice.org Chart : links;updating specific links -OpenOffice.org Chart : list box creation -OpenOffice.org Chart : lists -OpenOffice.org Chart : lists;data assigned to controls -OpenOffice.org Chart : lists;registered databases (Base) -OpenOffice.org Chart : lists;regular expressions -OpenOffice.org Chart : live presentations on the Internet -OpenOffice.org Chart : loading -OpenOffice.org Chart : loading;documents -OpenOffice.org Chart : loading;documents from other formats -OpenOffice.org Chart : loading;HTML documents, automatically -OpenOffice.org Chart : loading;Microsoft Office documents with VBA code -OpenOffice.org Chart : loading;reloading -OpenOffice.org Chart : loading;XML files -OpenOffice.org Chart : locale settings -OpenOffice.org Chart : logarithmic scaling along axes -OpenOffice.org Chart : lowercase letters -OpenOffice.org Chart : lowercase letters;font effects -OpenOffice.org Chart : macros -OpenOffice.org Chart : macros;assigning to events in forms -OpenOffice.org Chart : macros;in MS Office documents -OpenOffice.org Chart : macros;interrupting -OpenOffice.org Chart : macros;organizing -OpenOffice.org Chart : macros;recording -OpenOffice.org Chart : macros;security -OpenOffice.org Chart : macros;security warning dialog -OpenOffice.org Chart : macros;selecting security warnings -OpenOffice.org Chart : magnifiers -OpenOffice.org Chart : Mail Merge feature in Microsoft Office -OpenOffice.org Chart : margins -OpenOffice.org Chart : margins;pages -OpenOffice.org Chart : margins;setting with the mouse -OpenOffice.org Chart : margins;shadows -OpenOffice.org Chart : marking changes -OpenOffice.org Chart : Markup feature in Microsoft Office -OpenOffice.org Chart : Math formula editor -OpenOffice.org Chart : measurement units -OpenOffice.org Chart : measurement units;changing on rulers -OpenOffice.org Chart : measurement units;converting -OpenOffice.org Chart : measurement units;selecting -OpenOffice.org Chart : Media Player window -OpenOffice.org Chart : menus -OpenOffice.org Chart : menus;activating context menus -OpenOffice.org Chart : menus;customizing -OpenOffice.org Chart : menus;inactive menu items -OpenOffice.org Chart : merging -OpenOffice.org Chart : merging;documents -OpenOffice.org Chart : META tags -OpenOffice.org Chart : metrics -OpenOffice.org Chart : metrics;converting -OpenOffice.org Chart : metrics;document formatting (Writer) -OpenOffice.org Chart : metrics;in sheets -OpenOffice.org Chart : Microsoft Office -OpenOffice.org Chart : Microsoft Office;Access databases (base) -OpenOffice.org Chart : Microsoft Office;as standard file format -OpenOffice.org Chart : Microsoft Office;document import restrictions -OpenOffice.org Chart : Microsoft Office;feature comparisons -OpenOffice.org Chart : Microsoft Office;importing password protected files -OpenOffice.org Chart : Microsoft Office;importing Word documents -OpenOffice.org Chart : Microsoft Office;importing/exporting VBA code -OpenOffice.org Chart : Microsoft Office;new users information -OpenOffice.org Chart : Microsoft Office;opening Microsoft documents -OpenOffice.org Chart : Microsoft Office;reassigning document types -OpenOffice.org Chart : mobile device filters -OpenOffice.org Chart : models in XForms -OpenOffice.org Chart : modifying, see changing -OpenOffice.org Chart : more controls -OpenOffice.org Chart : mosaic filter -OpenOffice.org Chart : mouse -OpenOffice.org Chart : mouse;pointers when using drag and drop -OpenOffice.org Chart : mouse;positioning -OpenOffice.org Chart : moving -OpenOffice.org Chart : moving;tab stops on ruler -OpenOffice.org Chart : moving;toolbars -OpenOffice.org Chart : moving;using guide lines in presentations -OpenOffice.org Chart : MS ADO interface (Base) -OpenOffice.org Chart : multi-line titles in forms -OpenOffice.org Chart : multiple documents -OpenOffice.org Chart : multiple documents;opening -OpenOffice.org Chart : My Documents folder -OpenOffice.org Chart : My Documents folder;changing work directory -OpenOffice.org Chart : My Documents folder;opening -OpenOffice.org Chart : MySQL databases (Base) -OpenOffice.org Chart : names -OpenOffice.org Chart : names;multi-line titles -OpenOffice.org Chart : names;objects -OpenOffice.org Chart : names, see also labels/callouts -OpenOffice.org Chart : namespace organization in XForms -OpenOffice.org Chart : native SQL (Base) -OpenOffice.org Chart : navigating -OpenOffice.org Chart : navigating;in documents -OpenOffice.org Chart : Navigation bar -OpenOffice.org Chart : Navigation bar;controls -OpenOffice.org Chart : Navigation bar;forms -OpenOffice.org Chart : Navigator -OpenOffice.org Chart : Navigator;contents as lists -OpenOffice.org Chart : Navigator;docking -OpenOffice.org Chart : Navigator;working with -OpenOffice.org Chart : net charts -OpenOffice.org Chart : network identity options -OpenOffice.org Chart : new databases -OpenOffice.org Chart : new documents -OpenOffice.org Chart : new German spellcheck -OpenOffice.org Chart : new lines in cells -OpenOffice.org Chart : new windows -OpenOffice.org Chart : non-breaking dashes -OpenOffice.org Chart : non-breaking spaces (Writer) -OpenOffice.org Chart : non-printing characters (Writer) -OpenOffice.org Chart : notes -OpenOffice.org Chart : notes;displaying (Calc) -OpenOffice.org Chart : notes;inserting and editing -OpenOffice.org Chart : notes;printing in text -OpenOffice.org Chart : number formats -OpenOffice.org Chart : number formats;codes -OpenOffice.org Chart : number formats;formats -OpenOffice.org Chart : number formats;recognition in text tables -OpenOffice.org Chart : number of pages -OpenOffice.org Chart : number of sheets -OpenOffice.org Chart : number of tables -OpenOffice.org Chart : numbering -OpenOffice.org Chart : numbering;options -OpenOffice.org Chart : numbering;paragraphs -OpenOffice.org Chart : numbering;turning off -OpenOffice.org Chart : numbering;using automatically -OpenOffice.org Chart : numbers -OpenOffice.org Chart : numbers;date, time and currency formats -OpenOffice.org Chart : numbers;decimal places (Calc) -OpenOffice.org Chart : numbers;formatting options for selected cells -OpenOffice.org Chart : numerical fields in forms -OpenOffice.org Chart : objects -OpenOffice.org Chart : objects;always moveable (Impress/Draw) -OpenOffice.org Chart : objects;arranging within stacks -OpenOffice.org Chart : objects;contours in presentations -OpenOffice.org Chart : objects;copying when moving in presentations -OpenOffice.org Chart : objects;definition -OpenOffice.org Chart : objects;displaying in spreadsheets -OpenOffice.org Chart : objects;displaying in text documents -OpenOffice.org Chart : objects;editing -OpenOffice.org Chart : objects;inserting from Gallery -OpenOffice.org Chart : objects;inserting OLE objects -OpenOffice.org Chart : objects;moving and resizing with mouse -OpenOffice.org Chart : objects;naming -OpenOffice.org Chart : objects;opening -OpenOffice.org Chart : objects;properties of charts -OpenOffice.org Chart : objects;quickly moving to -OpenOffice.org Chart : objects;titles and descriptions -OpenOffice.org Chart : ODBC -OpenOffice.org Chart : ODBC;database (Base) -OpenOffice.org Chart : ODBC;definition -OpenOffice.org Chart : ODF file formats -OpenOffice.org Chart : Office -OpenOffice.org Chart : Office;Microsoft Office and OpenOffice.org -OpenOffice.org Chart : old German spellcheck -OpenOffice.org Chart : OLE -OpenOffice.org Chart : OLE;definition -OpenOffice.org Chart : OLE objects -OpenOffice.org Chart : OLE objects;arranging within stacks -OpenOffice.org Chart : OLE objects;captions (Writer) -OpenOffice.org Chart : OLE objects;inserting -OpenOffice.org Chart : OLE objects;number of -OpenOffice.org Chart : OLE objects;protecting -OpenOffice.org Chart : one and a half line spacing in text -OpenOffice.org Chart : online registration -OpenOffice.org Chart : online update options -OpenOffice.org Chart : online updates -OpenOffice.org Chart : online updates;checking automatically -OpenOffice.org Chart : online updates;checking manually -OpenOffice.org Chart : Open/Save dialogs -OpenOffice.org Chart : OpenDocument file formats -OpenOffice.org Chart : OpenGL -OpenOffice.org Chart : OpenGL;definition -OpenOffice.org Chart : OpenGL;optimized output -OpenOffice.org Chart : opening -OpenOffice.org Chart : opening;context menus -OpenOffice.org Chart : opening;database files -OpenOffice.org Chart : opening;dialog settings -OpenOffice.org Chart : opening;documents -OpenOffice.org Chart : opening;documents from other formats -OpenOffice.org Chart : opening;files with links -OpenOffice.org Chart : opening;files, with placeholders -OpenOffice.org Chart : opening;forms -OpenOffice.org Chart : opening;Microsoft Office files -OpenOffice.org Chart : opening;mobile device documents -OpenOffice.org Chart : opening;objects -OpenOffice.org Chart : opening;reports -OpenOffice.org Chart : opening;several files -OpenOffice.org Chart : opening;XForms -OpenOffice.org Chart : OpenOffice.org Base data sources -OpenOffice.org Chart : OpenOffice.org Basic scripts in HTML documents -OpenOffice.org Chart : OpenOffice.org documents -OpenOffice.org Chart : OpenOffice.org documents;mobile device filters -OpenOffice.org Chart : OpenOffice.org documents;viewing and editing in Internet Explorer -OpenOffice.org Chart : OpenOffice.org Math start -OpenOffice.org Chart : operators -OpenOffice.org Chart : operators;default filters -OpenOffice.org Chart : optional hyphens (Writer) -OpenOffice.org Chart : options -OpenOffice.org Chart : options;accessibility -OpenOffice.org Chart : options;appearance -OpenOffice.org Chart : options;compatibility (Writer) -OpenOffice.org Chart : options;network identity -OpenOffice.org Chart : options;online update -OpenOffice.org Chart : options;tools -OpenOffice.org Chart : Oracle databases (base) -OpenOffice.org Chart : order of chart data -OpenOffice.org Chart : ordering -OpenOffice.org Chart : ordering;objects -OpenOffice.org Chart : organizing -OpenOffice.org Chart : organizing;macros and scripts -OpenOffice.org Chart : organizing;namespaces in XForms -OpenOffice.org Chart : organizing;styles -OpenOffice.org Chart : organizing;templates -OpenOffice.org Chart : original size -OpenOffice.org Chart : original size;printing in OpenOffice.org Math -OpenOffice.org Chart : original size;restoring after cropping -OpenOffice.org Chart : outlines -OpenOffice.org Chart : outlines;font effects -OpenOffice.org Chart : outlines;outline symbols -OpenOffice.org Chart : outlines;sending to presentations -OpenOffice.org Chart : overwrite mode -OpenOffice.org Chart : packages, see extensions -OpenOffice.org Chart : page breaks -OpenOffice.org Chart : page breaks;displaying (Calc) -OpenOffice.org Chart : page formats -OpenOffice.org Chart : page formats;maximizing -OpenOffice.org Chart : page formats;restriction -OpenOffice.org Chart : page styles -OpenOffice.org Chart : page styles;editing/applying with statusbar -OpenOffice.org Chart : pages -OpenOffice.org Chart : pages;backgrounds in spreadsheets -OpenOffice.org Chart : pages;formatting and numbering -OpenOffice.org Chart : pages;printing page names in presentations -OpenOffice.org Chart : pages;scaling -OpenOffice.org Chart : pages;selecting one to print -OpenOffice.org Chart : paint box -OpenOffice.org Chart : paint can symbol -OpenOffice.org Chart : pair kerning -OpenOffice.org Chart : Palm file filters -OpenOffice.org Chart : paper formats -OpenOffice.org Chart : paper size warning -OpenOffice.org Chart : paper trays -OpenOffice.org Chart : paragraph marks -OpenOffice.org Chart : paragraph marks;displaying (Writer) -OpenOffice.org Chart : paragraph styles -OpenOffice.org Chart : paragraph styles;languages -OpenOffice.org Chart : paragraph styles;modifying basic fonts -OpenOffice.org Chart : paragraphs -OpenOffice.org Chart : paragraphs;alignment -OpenOffice.org Chart : paragraphs;Asian typography -OpenOffice.org Chart : paragraphs;backgrounds -OpenOffice.org Chart : paragraphs;defining borders -OpenOffice.org Chart : paragraphs;hidden paragraphs (Writer) -OpenOffice.org Chart : paragraphs;increasing indents of -OpenOffice.org Chart : paragraphs;indents, margins and columns -OpenOffice.org Chart : paragraphs;inserting bullets -OpenOffice.org Chart : paragraphs;joining -OpenOffice.org Chart : paragraphs;numbering automatically -OpenOffice.org Chart : paragraphs;removing blank ones -OpenOffice.org Chart : paragraphs;spacing -OpenOffice.org Chart : paragraphs;tab stops -OpenOffice.org Chart : parameters -OpenOffice.org Chart : parameters;command line -OpenOffice.org Chart : parameters;queries (Base) -OpenOffice.org Chart : passwords for protecting contents -OpenOffice.org Chart : pasting -OpenOffice.org Chart : pasting;cell ranges -OpenOffice.org Chart : pasting;cell ranges from spreadsheets -OpenOffice.org Chart : pasting;data from text documents -OpenOffice.org Chart : pasting;draw objects -OpenOffice.org Chart : pasting;draw objects from other documents -OpenOffice.org Chart : pasting;formatted/unformatted text -OpenOffice.org Chart : pasting;from data source view -OpenOffice.org Chart : pasting;from data sources to OpenOffice.org Calc -OpenOffice.org Chart : pasting;pictures from other documents -OpenOffice.org Chart : pasting;sheet areas in text documents -OpenOffice.org Chart : pasting;to Gallery -OpenOffice.org Chart : paths -OpenOffice.org Chart : paths;changing work directory -OpenOffice.org Chart : paths;defaults -OpenOffice.org Chart : pattern editor -OpenOffice.org Chart : pattern fields -OpenOffice.org Chart : pattern fields;form functions -OpenOffice.org Chart : patterns for objects -OpenOffice.org Chart : PDF -OpenOffice.org Chart : PDF;export -OpenOffice.org Chart : PDF;PostScript to PDF converter, UNIX -OpenOffice.org Chart : personal data input -OpenOffice.org Chart : phonetic guide -OpenOffice.org Chart : picklist creation -OpenOffice.org Chart : pictures -OpenOffice.org Chart : pictures;adding to Gallery -OpenOffice.org Chart : pictures;arranging within stacks -OpenOffice.org Chart : pictures;assigning macros -OpenOffice.org Chart : pictures;backgrounds -OpenOffice.org Chart : pictures;captions (Writer) -OpenOffice.org Chart : pictures;changing paths -OpenOffice.org Chart : pictures;cropping and zooming -OpenOffice.org Chart : pictures;displaying in Calc -OpenOffice.org Chart : pictures;displaying in Writer (Writer) -OpenOffice.org Chart : pictures;drag and drop between documents -OpenOffice.org Chart : pictures;drawing -OpenOffice.org Chart : pictures;editing -OpenOffice.org Chart : pictures;filters -OpenOffice.org Chart : pictures;ImageMap -OpenOffice.org Chart : pictures;inserting automatically -OpenOffice.org Chart : pictures;inserting from Gallery -OpenOffice.org Chart : pictures;number of -OpenOffice.org Chart : pictures;printing -OpenOffice.org Chart : pictures;scaling/resizing -OpenOffice.org Chart : pie charts -OpenOffice.org Chart : Pivot tables feature in Microsoft Office -OpenOffice.org Chart : pixel editor -OpenOffice.org Chart : pixel graphics -OpenOffice.org Chart : pixel graphics;inserting and editing -OpenOffice.org Chart : pixel patterns -OpenOffice.org Chart : placeholders -OpenOffice.org Chart : placeholders;in SQL queries -OpenOffice.org Chart : placeholders;on opening files -OpenOffice.org Chart : placing toolbars -OpenOffice.org Chart : playing movies and sound files -OpenOffice.org Chart : plotting data as charts -OpenOffice.org Chart : plug-ins -OpenOffice.org Chart : plug-ins;activating and deactivating -OpenOffice.org Chart : plug-ins;definition -OpenOffice.org Chart : plug-ins;inserting -OpenOffice.org Chart : pocket device appliances -OpenOffice.org Chart : Pocket PC file filters -OpenOffice.org Chart : points -OpenOffice.org Chart : points;reducing editing points when snapping (Impress/Draw) -OpenOffice.org Chart : polygon drawing -OpenOffice.org Chart : pop-art filter -OpenOffice.org Chart : portable document format -OpenOffice.org Chart : positioning -OpenOffice.org Chart : positioning;draw objects and controls -OpenOffice.org Chart : positioning;fonts -OpenOffice.org Chart : positioning;objects -OpenOffice.org Chart : positioning;toolbars -OpenOffice.org Chart : post method for form transmissions -OpenOffice.org Chart : posterizing filter -OpenOffice.org Chart : PostScript -OpenOffice.org Chart : PostScript;creating files -OpenOffice.org Chart : PostScript;PDF converter, UNIX -OpenOffice.org Chart : PowerPoint export -OpenOffice.org Chart : precision as shown (Calc) -OpenOffice.org Chart : predefining fonts -OpenOffice.org Chart : presentations -OpenOffice.org Chart : presentations;creating/opening -OpenOffice.org Chart : presentations;inserting spreadsheet cells -OpenOffice.org Chart : presentations;live on the Internet -OpenOffice.org Chart : presentations;print menu -OpenOffice.org Chart : presentations;saving -OpenOffice.org Chart : presentations;saving automatically -OpenOffice.org Chart : presentations;saving in other formats -OpenOffice.org Chart : presentations;sending as e-mail -OpenOffice.org Chart : presentations;starting with wizard -OpenOffice.org Chart : presentations;wizards -OpenOffice.org Chart : press buttons, see push buttons -OpenOffice.org Chart : previews -OpenOffice.org Chart : previews;fonts lists -OpenOffice.org Chart : primary keys -OpenOffice.org Chart : primary keys;defining -OpenOffice.org Chart : primary keys;inserting (Base) -OpenOffice.org Chart : print area selection -OpenOffice.org Chart : printer metrics for document formatting (Writer) -OpenOffice.org Chart : printers -OpenOffice.org Chart : printers;adding, UNIX -OpenOffice.org Chart : printers;choosing -OpenOffice.org Chart : printers;default printer -OpenOffice.org Chart : printers;faxes under UNIX -OpenOffice.org Chart : printers;maximum page formats -OpenOffice.org Chart : printers;paper trays -OpenOffice.org Chart : printers;properties -OpenOffice.org Chart : printing -OpenOffice.org Chart : printing;black and white -OpenOffice.org Chart : printing;brochures -OpenOffice.org Chart : printing;colors in grayscale -OpenOffice.org Chart : printing;copies -OpenOffice.org Chart : printing;creating individual jobs -OpenOffice.org Chart : printing;dates in presentations -OpenOffice.org Chart : printing;directly -OpenOffice.org Chart : printing;documents -OpenOffice.org Chart : printing;drawings defaults -OpenOffice.org Chart : printing;elements in text documents -OpenOffice.org Chart : printing;faster -OpenOffice.org Chart : printing;fitting to pages in OpenOffice.org Math -OpenOffice.org Chart : printing;fitting to pages in presentations -OpenOffice.org Chart : printing;formulas in OpenOffice.org Math -OpenOffice.org Chart : printing;hidden pages of presentations -OpenOffice.org Chart : printing;in original size in OpenOffice.org Math -OpenOffice.org Chart : printing;left/right pages -OpenOffice.org Chart : printing;queries (Base) -OpenOffice.org Chart : printing;scaling in OpenOffice.org Math -OpenOffice.org Chart : printing;selections -OpenOffice.org Chart : printing;text always in black -OpenOffice.org Chart : printing;text in reverse order -OpenOffice.org Chart : printing;tiling pages in presentations -OpenOffice.org Chart : printing;transparencies -OpenOffice.org Chart : printing;warnings -OpenOffice.org Chart : printing;without scaling in presentations -OpenOffice.org Chart : printing speed -OpenOffice.org Chart : programming -OpenOffice.org Chart : programming;OpenOffice.org -OpenOffice.org Chart : programming;scripting -OpenOffice.org Chart : properties -OpenOffice.org Chart : properties;charts -OpenOffice.org Chart : properties;fields in databases -OpenOffice.org Chart : properties;files -OpenOffice.org Chart : properties;form controls -OpenOffice.org Chart : properties;forms -OpenOffice.org Chart : properties;printers -OpenOffice.org Chart : properties;smooth lines in line charts/XY charts -OpenOffice.org Chart : protected contents -OpenOffice.org Chart : protected dashes -OpenOffice.org Chart : protected database tables -OpenOffice.org Chart : protected documents -OpenOffice.org Chart : protected spaces -OpenOffice.org Chart : protected spaces;inserting -OpenOffice.org Chart : protected spaces;showing (Writer) -OpenOffice.org Chart : protecting -OpenOffice.org Chart : protecting;contents -OpenOffice.org Chart : protecting;recorded changes -OpenOffice.org Chart : proxy settings -OpenOffice.org Chart : push buttons -OpenOffice.org Chart : push buttons;adding to documents -OpenOffice.org Chart : push buttons;creating -OpenOffice.org Chart : queries -OpenOffice.org Chart : queries;copying (Base) -OpenOffice.org Chart : queries;creating in design view (Base) -OpenOffice.org Chart : queries;creating in SQL view -OpenOffice.org Chart : queries;defining (Base) -OpenOffice.org Chart : queries;deleting table links (Base) -OpenOffice.org Chart : queries;editing in data source view -OpenOffice.org Chart : queries;formulating filter conditions (Base) -OpenOffice.org Chart : queries;joining tables (Base) -OpenOffice.org Chart : queries;missing elements (Base) -OpenOffice.org Chart : queries;overview (Base) -OpenOffice.org Chart : queries;parameter queries (Base) -OpenOffice.org Chart : queries;printing (Base) -OpenOffice.org Chart : Query Wizard (Base) -OpenOffice.org Chart : quickstarter -OpenOffice.org Chart : quotation marks -OpenOffice.org Chart : quotation marks;replacing -OpenOffice.org Chart : quotes -OpenOffice.org Chart : quotes;custom -OpenOffice.org Chart : radar charts, see net charts -OpenOffice.org Chart : radio button creation -OpenOffice.org Chart : read-only documents -OpenOffice.org Chart : read-only documents;cursor -OpenOffice.org Chart : read-only documents;database tables on/off -OpenOffice.org Chart : read-only documents;editing -OpenOffice.org Chart : read-only documents;opening documents as -OpenOffice.org Chart : read-only items in Data Navigator -OpenOffice.org Chart : recognizing URLs automatically -OpenOffice.org Chart : recording -OpenOffice.org Chart : recording;changes -OpenOffice.org Chart : recording;macros -OpenOffice.org Chart : records -OpenOffice.org Chart : records;inserting notes -OpenOffice.org Chart : records;protecting -OpenOffice.org Chart : records;saving -OpenOffice.org Chart : records;searching in databases -OpenOffice.org Chart : rectangles with round corners -OpenOffice.org Chart : recursions in spreadsheets -OpenOffice.org Chart : redo command -OpenOffice.org Chart : reduced printing -OpenOffice.org Chart : reference lines -OpenOffice.org Chart : references -OpenOffice.org Chart : references;displaying in color (Calc) -OpenOffice.org Chart : references;expanding (Calc) -OpenOffice.org Chart : references;iterative (Calc) -OpenOffice.org Chart : Refresh Data feature in Microsoft Office -OpenOffice.org Chart : register-true -OpenOffice.org Chart : register-true;definition -OpenOffice.org Chart : registering -OpenOffice.org Chart : registering;address books -OpenOffice.org Chart : registering;databases (Base) -OpenOffice.org Chart : registering;OpenOffice.org -OpenOffice.org Chart : regression curves in charts -OpenOffice.org Chart : regular expressions -OpenOffice.org Chart : regular expressions;list of -OpenOffice.org Chart : regular expressions;opening files -OpenOffice.org Chart : relational databases (Base) -OpenOffice.org Chart : relations -OpenOffice.org Chart : relations;creating and deleting (Base) -OpenOffice.org Chart : relations;joining tables (Base) -OpenOffice.org Chart : relations;properties (Base) -OpenOffice.org Chart : relative hyperlinks -OpenOffice.org Chart : relative saving of URLs -OpenOffice.org Chart : reloading -OpenOffice.org Chart : reloading;documents -OpenOffice.org Chart : reloading;HTML documents, automatically -OpenOffice.org Chart : remarks, see also notes -OpenOffice.org Chart : remote configurations -OpenOffice.org Chart : remove noise filter -OpenOffice.org Chart : removing -OpenOffice.org Chart : removing;bullets and numbering -OpenOffice.org Chart : removing;form filters -OpenOffice.org Chart : removing, see also deleting -OpenOffice.org Chart : reorganizing charts -OpenOffice.org Chart : Replace text as you type feature in Microsoft Office -OpenOffice.org Chart : replacement options -OpenOffice.org Chart : replacement table -OpenOffice.org Chart : replacing -OpenOffice.org Chart : replacing;AutoCorrect function -OpenOffice.org Chart : replacing;dashes -OpenOffice.org Chart : Report Builder -OpenOffice.org Chart : reports -OpenOffice.org Chart : reports;creating -OpenOffice.org Chart : reports;error reports -OpenOffice.org Chart : reports;opening and editing -OpenOffice.org Chart : reports;templates -OpenOffice.org Chart : resetting -OpenOffice.org Chart : resetting;templates -OpenOffice.org Chart : resizing -OpenOffice.org Chart : resizing;objects, by mouse -OpenOffice.org Chart : resizing, see also scaling/zooming -OpenOffice.org Chart : resolution when printing bitmaps -OpenOffice.org Chart : restoring -OpenOffice.org Chart : restoring;default formatting -OpenOffice.org Chart : restoring;editing -OpenOffice.org Chart : reversing printing order -OpenOffice.org Chart : review function -OpenOffice.org Chart : review function;accepting or rejecting changes -OpenOffice.org Chart : review function;comparing documents -OpenOffice.org Chart : review function;recording changes example -OpenOffice.org Chart : rich text control -OpenOffice.org Chart : right alignment of paragraphs -OpenOffice.org Chart : right joins (Base) -OpenOffice.org Chart : right-to-left text -OpenOffice.org Chart : rotating -OpenOffice.org Chart : rotating;3D text -OpenOffice.org Chart : round corners -OpenOffice.org Chart : rounding precision (Calc) -OpenOffice.org Chart : row headers -OpenOffice.org Chart : row headers;displaying (Calc) -OpenOffice.org Chart : row headers;highlighting (Calc) -OpenOffice.org Chart : rulers -OpenOffice.org Chart : rulers;default settings -OpenOffice.org Chart : rulers;measurement units -OpenOffice.org Chart : rulers;visible in presentations -OpenOffice.org Chart : samples and templates -OpenOffice.org Chart : saving -OpenOffice.org Chart : saving;default file formats -OpenOffice.org Chart : saving;dialog settings -OpenOffice.org Chart : saving;documents -OpenOffice.org Chart : saving;documents for mobile devices -OpenOffice.org Chart : saving;documents in other formats -OpenOffice.org Chart : saving;documents, automatically -OpenOffice.org Chart : saving;in Microsoft Office file format -OpenOffice.org Chart : saving;options -OpenOffice.org Chart : saving;templates -OpenOffice.org Chart : saving;to XML -OpenOffice.org Chart : saving;VBA code in Microsoft Office documents -OpenOffice.org Chart : saving;with password by default -OpenOffice.org Chart : saving as command -OpenOffice.org Chart : saving as command;precautions -OpenOffice.org Chart : scaling -OpenOffice.org Chart : scaling;axes -OpenOffice.org Chart : scaling;font sizes in user interface -OpenOffice.org Chart : scaling;objects -OpenOffice.org Chart : scaling;pictures -OpenOffice.org Chart : scaling;printing in OpenOffice.org Math -OpenOffice.org Chart : scaling;text in charts -OpenOffice.org Chart : scaling;when printing presentations -OpenOffice.org Chart : scaling, see also zooming -OpenOffice.org Chart : scatter charts -OpenOffice.org Chart : screen -OpenOffice.org Chart : screen;full screen views -OpenOffice.org Chart : screen;scaling -OpenOffice.org Chart : screen magnifiers -OpenOffice.org Chart : screen readers -OpenOffice.org Chart : script organization -OpenOffice.org Chart : scripting in programming -OpenOffice.org Chart : scrollbars -OpenOffice.org Chart : scrollbars;controls -OpenOffice.org Chart : scrollbars;displaying (Calc) -OpenOffice.org Chart : scrollbars;horizontal and vertical (Writer) -OpenOffice.org Chart : search criteria for database functions in cells -OpenOffice.org Chart : search engines -OpenOffice.org Chart : search engines;definition -OpenOffice.org Chart : search engines;selecting -OpenOffice.org Chart : searching -OpenOffice.org Chart : searching;all sheets -OpenOffice.org Chart : searching;databases -OpenOffice.org Chart : searching;form filters -OpenOffice.org Chart : searching;Internet -OpenOffice.org Chart : searching;tables and forms -OpenOffice.org Chart : secondary axes in charts -OpenOffice.org Chart : sections -OpenOffice.org Chart : sections;backgrounds -OpenOffice.org Chart : sections;protecting -OpenOffice.org Chart : security -OpenOffice.org Chart : security;options for documents with macros -OpenOffice.org Chart : security;protecting contents -OpenOffice.org Chart : security;warning dialogs with macros -OpenOffice.org Chart : selecting -OpenOffice.org Chart : selecting;controls -OpenOffice.org Chart : selecting;group objects -OpenOffice.org Chart : selecting;measurement units -OpenOffice.org Chart : selecting;objects -OpenOffice.org Chart : selecting;print areas -OpenOffice.org Chart : selecting;several files -OpenOffice.org Chart : selection clipboard -OpenOffice.org Chart : selection modes in text -OpenOffice.org Chart : sending -OpenOffice.org Chart : sending;AutoAbstract function in presentations -OpenOffice.org Chart : sending;documents as e-mail -OpenOffice.org Chart : sending;documents as faxes -OpenOffice.org Chart : separator lines -OpenOffice.org Chart : separator lines;defining -OpenOffice.org Chart : separators -OpenOffice.org Chart : separators;conditional -OpenOffice.org Chart : Server Side ImageMap -OpenOffice.org Chart : settings -OpenOffice.org Chart : settings;printers -OpenOffice.org Chart : settings;program configuration -OpenOffice.org Chart : settings;proxies -OpenOffice.org Chart : settings;tracking changes -OpenOffice.org Chart : settings;views -OpenOffice.org Chart : SGML -OpenOffice.org Chart : SGML;definition -OpenOffice.org Chart : shadows -OpenOffice.org Chart : shadows;areas -OpenOffice.org Chart : shadows;borders -OpenOffice.org Chart : shadows;characters -OpenOffice.org Chart : shadows;characters, using context menu -OpenOffice.org Chart : sharpening filter -OpenOffice.org Chart : sheet tabs -OpenOffice.org Chart : sheet tabs;displaying -OpenOffice.org Chart : sheets -OpenOffice.org Chart : sheets;searching all -OpenOffice.org Chart : shortcut keys -OpenOffice.org Chart : shortcut keys;assigning macros -OpenOffice.org Chart : shortcut keys;charts -OpenOffice.org Chart : shortcut keys;general -OpenOffice.org Chart : shortcut keys;in databases -OpenOffice.org Chart : shortcut keys;OpenOffice.org accessibility -OpenOffice.org Chart : Show/Hide feature in Microsoft Office -OpenOffice.org Chart : showing -OpenOffice.org Chart : showing;changes -OpenOffice.org Chart : showing;docked windows -OpenOffice.org Chart : showing;drawings and controls (Writer) -OpenOffice.org Chart : showing;live presentations on the Internet -OpenOffice.org Chart : showing;toolbars -OpenOffice.org Chart : signing documents with digital signatures -OpenOffice.org Chart : similarity search -OpenOffice.org Chart : simple handles (Writer) -OpenOffice.org Chart : simplified Chinese -OpenOffice.org Chart : simplified Chinese;translating to traditional Chinese -OpenOffice.org Chart : single sign on options -OpenOffice.org Chart : single-line spacing in text -OpenOffice.org Chart : sizes -OpenOffice.org Chart : sizes;draw objects -OpenOffice.org Chart : sizes;pictures -OpenOffice.org Chart : slanting draw objects -OpenOffice.org Chart : small capitals -OpenOffice.org Chart : small icons -OpenOffice.org Chart : smart tags -OpenOffice.org Chart : smart tags;options -OpenOffice.org Chart : smooth scrolling (Writer) -OpenOffice.org Chart : smoothing filter -OpenOffice.org Chart : snap grid defaults (Writer/Calc) -OpenOffice.org Chart : snapping in presentations and drawings -OpenOffice.org Chart : solarization filter -OpenOffice.org Chart : sort lists -OpenOffice.org Chart : sort lists;copying to in Calc -OpenOffice.org Chart : sorting -OpenOffice.org Chart : sorting;data in forms -OpenOffice.org Chart : sorting;databases -OpenOffice.org Chart : sounds -OpenOffice.org Chart : sounds;inserting and playing -OpenOffice.org Chart : sounds;UNIX -OpenOffice.org Chart : spaces -OpenOffice.org Chart : spaces;displaying (Writer) -OpenOffice.org Chart : spaces;ignoring double -OpenOffice.org Chart : spaces;inserting protected spaces -OpenOffice.org Chart : spaces;showing protected spaces (Writer) -OpenOffice.org Chart : spacing -OpenOffice.org Chart : spacing;between paragraphs in footnotes -OpenOffice.org Chart : spacing;font effects -OpenOffice.org Chart : spacing;lines and paragraphs -OpenOffice.org Chart : spacing;tab stops in text documents -OpenOffice.org Chart : spacing;tabs in presentations -OpenOffice.org Chart : spadmin -OpenOffice.org Chart : special characters -OpenOffice.org Chart : speech bubbles -OpenOffice.org Chart : speed of printing -OpenOffice.org Chart : spellcheck -OpenOffice.org Chart : spellcheck;activating for a language -OpenOffice.org Chart : spellcheck;context menus -OpenOffice.org Chart : spellcheck;default languages -OpenOffice.org Chart : spellcheck;dialog -OpenOffice.org Chart : spellcheck;dictionary of exceptions -OpenOffice.org Chart : spellcheck;ignore list -OpenOffice.org Chart : Spelling and Grammar feature in Microsoft Office -OpenOffice.org Chart : spin button creation -OpenOffice.org Chart : spoolfiles with Xprinter -OpenOffice.org Chart : spreadsheets -OpenOffice.org Chart : spreadsheets;as databases (base) -OpenOffice.org Chart : spreadsheets;backgrounds -OpenOffice.org Chart : spreadsheets;copying areas to text documents -OpenOffice.org Chart : spreadsheets;creating/opening -OpenOffice.org Chart : spreadsheets;inserting charts -OpenOffice.org Chart : spreadsheets;inserting database records -OpenOffice.org Chart : spreadsheets;printing -OpenOffice.org Chart : spreadsheets;saving -OpenOffice.org Chart : spreadsheets;saving automatically -OpenOffice.org Chart : spreadsheets;saving in other formats -OpenOffice.org Chart : spreadsheets;sending as e-mail -OpenOffice.org Chart : SQL -OpenOffice.org Chart : SQL;definition -OpenOffice.org Chart : SQL;DISTINCT parameter -OpenOffice.org Chart : SQL;executing SQL commands -OpenOffice.org Chart : SQL;executing SQL statements (Base) -OpenOffice.org Chart : SQL;queries (Base) -OpenOffice.org Chart : square drawings -OpenOffice.org Chart : standard bar on/off -OpenOffice.org Chart : standard deviation in charts -OpenOffice.org Chart : standard filters in databases -OpenOffice.org Chart : standard printer under UNIX -OpenOffice.org Chart : Start Module backing window -OpenOffice.org Chart : start parameters -OpenOffice.org Chart : statistics in charts -OpenOffice.org Chart : status bar on/off -OpenOffice.org Chart : stickers -OpenOffice.org Chart : stock charts -OpenOffice.org Chart : strikethrough -OpenOffice.org Chart : strikethrough;characters -OpenOffice.org Chart : strikethrough;font effects -OpenOffice.org Chart : styles -OpenOffice.org Chart : styles;'changed' message -OpenOffice.org Chart : styles;copying between documents -OpenOffice.org Chart : styles;keyboard shortcuts -OpenOffice.org Chart : styles;organizing -OpenOffice.org Chart : styles;printing styles used in a document -OpenOffice.org Chart : styles;replacing automatically -OpenOffice.org Chart : Styles and Formatting window -OpenOffice.org Chart : Styles and Formatting window;docking -OpenOffice.org Chart : subforms -OpenOffice.org Chart : subforms;creating -OpenOffice.org Chart : subforms;description -OpenOffice.org Chart : submitting forms -OpenOffice.org Chart : suffixes in file formats -OpenOffice.org Chart : support on the Web -OpenOffice.org Chart : synchronizing -OpenOffice.org Chart : synchronizing;labels and business cards -OpenOffice.org Chart : synchronizing;Pocket PC and OpenOffice.org formats -OpenOffice.org Chart : system address book registration -OpenOffice.org Chart : tab stops -OpenOffice.org Chart : tab stops;displaying (Writer) -OpenOffice.org Chart : tab stops;inserting and editing -OpenOffice.org Chart : tab stops;setting in sheets -OpenOffice.org Chart : tab stops;settings -OpenOffice.org Chart : tab stops;spacing in presentations -OpenOffice.org Chart : tab stops;spacing in text documents -OpenOffice.org Chart : table controls -OpenOffice.org Chart : table controls;form functions -OpenOffice.org Chart : table controls;keyboard-only edit mode -OpenOffice.org Chart : table controls;properties -OpenOffice.org Chart : table views of databases -OpenOffice.org Chart : Table Wizard (Base) -OpenOffice.org Chart : tables -OpenOffice.org Chart : tables;backgrounds -OpenOffice.org Chart : tables;inserting line breaks -OpenOffice.org Chart : tables in databases -OpenOffice.org Chart : tables in databases;access rights to (Base) -OpenOffice.org Chart : tables in databases;adding to queries -OpenOffice.org Chart : tables in databases;browsing and editing -OpenOffice.org Chart : tables in databases;copying database tables (Base) -OpenOffice.org Chart : tables in databases;creating -OpenOffice.org Chart : tables in databases;creating in design view -OpenOffice.org Chart : tables in databases;importing text formats (Base) -OpenOffice.org Chart : tables in databases;joining for queries (Base) -OpenOffice.org Chart : tables in databases;printing queries (Base) -OpenOffice.org Chart : tables in databases;relations (Base) -OpenOffice.org Chart : tables in databases;searching -OpenOffice.org Chart : tables in spreadsheets -OpenOffice.org Chart : tables in spreadsheets;copying data to other applications -OpenOffice.org Chart : tables in spreadsheets;defining borders -OpenOffice.org Chart : tables in spreadsheets;value highlighting -OpenOffice.org Chart : tables in text -OpenOffice.org Chart : tables in text;captions -OpenOffice.org Chart : tables in text;creating automatically -OpenOffice.org Chart : tables in text;default settings -OpenOffice.org Chart : tables in text;defining borders -OpenOffice.org Chart : tables in text;displaying -OpenOffice.org Chart : tables in text;printing -OpenOffice.org Chart : tables in text;protecting cells -OpenOffice.org Chart : tables of contents -OpenOffice.org Chart : tables of contents;unprotecting -OpenOffice.org Chart : tabs -OpenOffice.org Chart : tabs;displaying sheet tabs -OpenOffice.org Chart : tags -OpenOffice.org Chart : tags;definition -OpenOffice.org Chart : tags;META tags -OpenOffice.org Chart : templates -OpenOffice.org Chart : templates;agendas -OpenOffice.org Chart : templates;changing basic fonts -OpenOffice.org Chart : templates;database reports -OpenOffice.org Chart : templates;deleting -OpenOffice.org Chart : templates;editing and saving -OpenOffice.org Chart : templates;faxes -OpenOffice.org Chart : templates;importing and exporting -OpenOffice.org Chart : templates;letters -OpenOffice.org Chart : templates;new documents from templates -OpenOffice.org Chart : templates;opening documents with -OpenOffice.org Chart : templates;organizing -OpenOffice.org Chart : terminology -OpenOffice.org Chart : terminology;general glossary -OpenOffice.org Chart : terminology;Internet glossary -OpenOffice.org Chart : testing XML filters -OpenOffice.org Chart : text -OpenOffice.org Chart : text;animating -OpenOffice.org Chart : text;Asian layout -OpenOffice.org Chart : text;backgrounds -OpenOffice.org Chart : text;bold -OpenOffice.org Chart : text;coloring -OpenOffice.org Chart : text;contours -OpenOffice.org Chart : text;copying by drag and drop -OpenOffice.org Chart : text;CTL languages -OpenOffice.org Chart : text;drawing pictures -OpenOffice.org Chart : text;font effects -OpenOffice.org Chart : text;font sizes -OpenOffice.org Chart : text;font styles -OpenOffice.org Chart : text;fonts and formats -OpenOffice.org Chart : text;Fontwork icons -OpenOffice.org Chart : text;hyperlinks -OpenOffice.org Chart : text;inserting special characters -OpenOffice.org Chart : text;italics -OpenOffice.org Chart : text;kerning -OpenOffice.org Chart : text;language selection -OpenOffice.org Chart : text;line spacing -OpenOffice.org Chart : text;overwriting or inserting -OpenOffice.org Chart : text;placeholders in presentations -OpenOffice.org Chart : text;printing in black -OpenOffice.org Chart : text;replacing with format -OpenOffice.org Chart : text;selection modes -OpenOffice.org Chart : text;shadowed -OpenOffice.org Chart : text;text/draw objects -OpenOffice.org Chart : text attributes -OpenOffice.org Chart : text attributes;hyperlinks -OpenOffice.org Chart : text attributes;undoing -OpenOffice.org Chart : text boxes -OpenOffice.org Chart : text boxes;form functions -OpenOffice.org Chart : text boxes;positioning -OpenOffice.org Chart : text breaks in cells -OpenOffice.org Chart : text colors for better accessibility -OpenOffice.org Chart : text databases (Base) -OpenOffice.org Chart : text documents -OpenOffice.org Chart : text documents;creating/opening -OpenOffice.org Chart : text documents;importing/exporting -OpenOffice.org Chart : text documents;inserting spreadsheet cells -OpenOffice.org Chart : text documents;print settings -OpenOffice.org Chart : text documents;printing -OpenOffice.org Chart : text documents;saving -OpenOffice.org Chart : text documents;saving automatically -OpenOffice.org Chart : text documents;saving in other formats -OpenOffice.org Chart : text documents;sending as e-mail -OpenOffice.org Chart : text effects -OpenOffice.org Chart : text flow -OpenOffice.org Chart : text flow;in cells -OpenOffice.org Chart : text formats -OpenOffice.org Chart : text formats;databases -OpenOffice.org Chart : text formats;pasting -OpenOffice.org Chart : text input fields -OpenOffice.org Chart : text layout for special languages -OpenOffice.org Chart : text objects -OpenOffice.org Chart : text objects;alignment -OpenOffice.org Chart : text objects;draw functions -OpenOffice.org Chart : text objects;fonts -OpenOffice.org Chart : text objects;in presentations and drawings -OpenOffice.org Chart : text overflow in spreadsheet cells -OpenOffice.org Chart : text scaling in charts -OpenOffice.org Chart : text, see also text documents, paragraphs and characters -OpenOffice.org Chart : TextArt, see Fontwork -OpenOffice.org Chart : textures -OpenOffice.org Chart : textures;inserting from Gallery -OpenOffice.org Chart : textures;on chart bars -OpenOffice.org Chart : Thai -OpenOffice.org Chart : Thai;entering text -OpenOffice.org Chart : Thai;language settings -OpenOffice.org Chart : thesaurus -OpenOffice.org Chart : thesaurus;activating for a language -OpenOffice.org Chart : ticker text -OpenOffice.org Chart : time fields -OpenOffice.org Chart : time fields;form functions -OpenOffice.org Chart : times -OpenOffice.org Chart : times;inserting when printing presentations -OpenOffice.org Chart : times, formats -OpenOffice.org Chart : tips -OpenOffice.org Chart : tips;extended tips in Help -OpenOffice.org Chart : title rows -OpenOffice.org Chart : title rows;printing in OpenOffice.org Math -OpenOffice.org Chart : titles -OpenOffice.org Chart : titles;alignment (charts) -OpenOffice.org Chart : titles;changing -OpenOffice.org Chart : titles;editing in charts -OpenOffice.org Chart : titles;font effects -OpenOffice.org Chart : titles;formatting automatically -OpenOffice.org Chart : titles;formatting charts -OpenOffice.org Chart : titles;objects -OpenOffice.org Chart : toolbars -OpenOffice.org Chart : toolbars;adding buttons -OpenOffice.org Chart : toolbars;docking/undocking -OpenOffice.org Chart : toolbars;Form Navigation bar -OpenOffice.org Chart : toolbars;viewing/closing -OpenOffice.org Chart : tools bar -OpenOffice.org Chart : tooltips -OpenOffice.org Chart : tooltips;extended tips -OpenOffice.org Chart : tooltips;help -OpenOffice.org Chart : Track changes feature in Microsoft Office -OpenOffice.org Chart : traditional Chinese -OpenOffice.org Chart : traditional Chinese;translating to simplified chinese -OpenOffice.org Chart : transparency -OpenOffice.org Chart : transparency;areas -OpenOffice.org Chart : transparency;off for faster printing -OpenOffice.org Chart : transparency;saving -OpenOffice.org Chart : tree view of Help -OpenOffice.org Chart : trend lines in charts -OpenOffice.org Chart : typefaces -OpenOffice.org Chart : typefaces;adding under UNIX -OpenOffice.org Chart : typefaces;formats -OpenOffice.org Chart : typographical quotes in OpenOffice.org Writer -OpenOffice.org Chart : typography -OpenOffice.org Chart : typography;Asian -OpenOffice.org Chart : underlining -OpenOffice.org Chart : underlining;AutoFormat function -OpenOffice.org Chart : underlining;characters -OpenOffice.org Chart : underlining;text -OpenOffice.org Chart : undocking windows -OpenOffice.org Chart : undoing -OpenOffice.org Chart : undoing;direct formatting -OpenOffice.org Chart : undoing;editing -OpenOffice.org Chart : undoing;number of steps -OpenOffice.org Chart : ungrouping groups -OpenOffice.org Chart : units -OpenOffice.org Chart : units;converting -OpenOffice.org Chart : units;measurement units -OpenOffice.org Chart : UNO components -OpenOffice.org Chart : UNO components;Extension Manager -OpenOffice.org Chart : UNO components;integrating new -OpenOffice.org Chart : update options -OpenOffice.org Chart : updates -OpenOffice.org Chart : updates;checking automatically -OpenOffice.org Chart : updates;checking manually -OpenOffice.org Chart : updating -OpenOffice.org Chart : updating;fields and charts, automatically (Writer) -OpenOffice.org Chart : updating;links in text documents -OpenOffice.org Chart : updating;links, on opening -OpenOffice.org Chart : updating;templates -OpenOffice.org Chart : URL -OpenOffice.org Chart : URL;changing hyperlink URLs -OpenOffice.org Chart : URL;definition -OpenOffice.org Chart : URL;saving absolute/relative paths -OpenOffice.org Chart : URL;turning off URL recognition -OpenOffice.org Chart : user data -OpenOffice.org Chart : user data;input -OpenOffice.org Chart : user data;removing when saving -OpenOffice.org Chart : user-defined dictionaries -OpenOffice.org Chart : user-defined dictionaries;creating -OpenOffice.org Chart : user-defined dictionaries;dictionary of exceptions -OpenOffice.org Chart : user-defined dictionaries;editing -OpenOffice.org Chart : user-defined styles -OpenOffice.org Chart : user-defined styles;automatically replacing -OpenOffice.org Chart : UTF-8/UCS2 support -OpenOffice.org Chart : Validation feature in Microsoft Office -OpenOffice.org Chart : values -OpenOffice.org Chart : values;rounded as shown (Calc) -OpenOffice.org Chart : variables -OpenOffice.org Chart : variables;for paths -OpenOffice.org Chart : variances in charts -OpenOffice.org Chart : VBA code -OpenOffice.org Chart : VBA code;loading/saving documents with VBA code -OpenOffice.org Chart : version management -OpenOffice.org Chart : version numbers of documents -OpenOffice.org Chart : versions -OpenOffice.org Chart : versions;comparing documents -OpenOffice.org Chart : versions;file saving as, restriction -OpenOffice.org Chart : versions;merging document versions -OpenOffice.org Chart : versions;of a document -OpenOffice.org Chart : versions;OpenOffice.org -OpenOffice.org Chart : vertical callouts -OpenOffice.org Chart : vertical scrollbars (Writer) -OpenOffice.org Chart : vertical text boxes -OpenOffice.org Chart : videos -OpenOffice.org Chart : viewing -OpenOffice.org Chart : viewing;databases -OpenOffice.org Chart : viewing;file properties -OpenOffice.org Chart : viewing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Chart : viewing;toolbars -OpenOffice.org Chart : views -OpenOffice.org Chart : views;creating database views (Base) -OpenOffice.org Chart : views;defaults -OpenOffice.org Chart : views;full screen -OpenOffice.org Chart : views;icons -OpenOffice.org Chart : views;in 3D -OpenOffice.org Chart : views;scaling -OpenOffice.org Chart : Visual Basic for Applications -OpenOffice.org Chart : Visual Basic for Applications;loading/saving documents with VBA code -OpenOffice.org Chart : watermarks -OpenOffice.org Chart : web documents -OpenOffice.org Chart : web documents;XForms -OpenOffice.org Chart : Web support -OpenOffice.org Chart : WebCast export -OpenOffice.org Chart : windows -OpenOffice.org Chart : windows;docking -OpenOffice.org Chart : windows;docking definition -OpenOffice.org Chart : windows;hiding/showing/docking -OpenOffice.org Chart : windows;new -OpenOffice.org Chart : wizards -OpenOffice.org Chart : wizards;agendas -OpenOffice.org Chart : wizards;database queries -OpenOffice.org Chart : wizards;database tables (Base) -OpenOffice.org Chart : wizards;databases (Base) -OpenOffice.org Chart : wizards;document converter -OpenOffice.org Chart : wizards;Euro Converter -OpenOffice.org Chart : wizards;faxes -OpenOffice.org Chart : wizards;forms -OpenOffice.org Chart : wizards;letters -OpenOffice.org Chart : wizards;overview -OpenOffice.org Chart : wizards;presentations -OpenOffice.org Chart : wizards;reports -OpenOffice.org Chart : Word documents -OpenOffice.org Chart : Word documents;compatibility -OpenOffice.org Chart : Word documents;saving as -OpenOffice.org Chart : WordArt, see Fontwork -OpenOffice.org Chart : words -OpenOffice.org Chart : words;automatically replacing -OpenOffice.org Chart : words;wrapping in cells -OpenOffice.org Chart : work directory change -OpenOffice.org Chart : Workbook feature in Microsoft Office -OpenOffice.org Chart : Worksheet feature in Microsoft Office -OpenOffice.org Chart : wrapping text -OpenOffice.org Chart : wrapping text;in cells -OpenOffice.org Chart : write protection on/off -OpenOffice.org Chart : writing aids options -OpenOffice.org Chart : WYSIWYG in fonts lists -OpenOffice.org Chart : X axes -OpenOffice.org Chart : X axes;grid formatting -OpenOffice.org Chart : X axes;scaling -OpenOffice.org Chart : X axes;showing -OpenOffice.org Chart : XForms -OpenOffice.org Chart : XML converters -OpenOffice.org Chart : XML file formats -OpenOffice.org Chart : XML filters -OpenOffice.org Chart : XML filters;creating/testing/distributing/deleting -OpenOffice.org Chart : XML filters;settings -OpenOffice.org Chart : XML Forms -OpenOffice.org Chart : XSLT based filters -OpenOffice.org Chart : XSLT based filters;settings -OpenOffice.org Chart : XSLT filters, see also XML filters -OpenOffice.org Chart : XY charts -OpenOffice.org Chart : Y axes -OpenOffice.org Chart : Y axes;formatting -OpenOffice.org Chart : Y axes;grid formatting -OpenOffice.org Chart : Y axes;scaling -OpenOffice.org Chart : Y axes;showing -OpenOffice.org Chart : years -OpenOffice.org Chart : years;2-digit options -OpenOffice.org Chart : Z axes -OpenOffice.org Chart : Z axes;grid formatting -OpenOffice.org Chart : Z axes;showing -OpenOffice.org Chart : zero values -OpenOffice.org Chart : zero values;displaying (Calc) -OpenOffice.org Chart : zooming -OpenOffice.org Chart : zooming;page views -OpenOffice.org Chart : zooming;pictures -OpenOffice.org Chart : zooming;status bar -OpenOffice.org Base : 1/2 replacement -OpenOffice.org Base : 3D text creation -OpenOffice.org Base : 3D view -OpenOffice.org Base : abbreviation replacement -OpenOffice.org Base : absolute hyperlinks -OpenOffice.org Base : absolute saving of URLs -OpenOffice.org Base : accents -OpenOffice.org Base : Access databases (base) -OpenOffice.org Base : access rights for database tables (Base) -OpenOffice.org Base : accessibility -OpenOffice.org Base : accessibility;general shortcuts -OpenOffice.org Base : accessibility;OpenOffice.org assistive technology -OpenOffice.org Base : accessibility;OpenOffice.org features -OpenOffice.org Base : accessibility;options -OpenOffice.org Base : activating -OpenOffice.org Base : activating;context menus -OpenOffice.org Base : activating;Error Report Tool -OpenOffice.org Base : activating;extended help tips -OpenOffice.org Base : activating;plug-ins -OpenOffice.org Base : ActiveX control -OpenOffice.org Base : Adabas D databases (base) -OpenOffice.org Base : add-ons, see UNO components -OpenOffice.org Base : adding -OpenOffice.org Base : adding;automatic captions (Writer) -OpenOffice.org Base : adding;backgrounds -OpenOffice.org Base : adding;buttons in toolbars -OpenOffice.org Base : adding;conditions for XForm items -OpenOffice.org Base : adding;draw objects -OpenOffice.org Base : adding;Fontwork objects -OpenOffice.org Base : adding;items in Data Navigator -OpenOffice.org Base : adding;namespaces in XForms -OpenOffice.org Base : adding;paragraph borders -OpenOffice.org Base : adding;pictures from Gallery -OpenOffice.org Base : adding;pictures in Gallery -OpenOffice.org Base : adding;plug-ins -OpenOffice.org Base : adding;push buttons -OpenOffice.org Base : adding;table borders -OpenOffice.org Base : adding;textures on chart bars -OpenOffice.org Base : additional selection mode -OpenOffice.org Base : address books -OpenOffice.org Base : address books;LDAP server (Base) -OpenOffice.org Base : address books;registering -OpenOffice.org Base : address labels from databases -OpenOffice.org Base : ADO databases (Base) -OpenOffice.org Base : Agenda Wizard -OpenOffice.org Base : aging filter -OpenOffice.org Base : aligning -OpenOffice.org Base : aligning;cells -OpenOffice.org Base : aligning;objects -OpenOffice.org Base : aligning;paragraphs -OpenOffice.org Base : aligning;tables in text -OpenOffice.org Base : aligning;text objects -OpenOffice.org Base : alternative fonts -OpenOffice.org Base : ampersand symbol, see also operators -OpenOffice.org Base : anchors -OpenOffice.org Base : anchors;changing -OpenOffice.org Base : anchors;displaying (Calc) -OpenOffice.org Base : anchors;types/positions for draw objects -OpenOffice.org Base : animations -OpenOffice.org Base : animations;accessibility options -OpenOffice.org Base : appearance options -OpenOffice.org Base : applet insertion -OpenOffice.org Base : applying -OpenOffice.org Base : applying;languages, to selected text -OpenOffice.org Base : Arabic -OpenOffice.org Base : Arabic;entering text -OpenOffice.org Base : Arabic;language settings -OpenOffice.org Base : areas -OpenOffice.org Base : areas;bitmap patterns -OpenOffice.org Base : areas;hatched/dotted -OpenOffice.org Base : areas;shadows -OpenOffice.org Base : areas;slanting -OpenOffice.org Base : areas;styles -OpenOffice.org Base : areas;transparency -OpenOffice.org Base : arguments in command line -OpenOffice.org Base : arranging -OpenOffice.org Base : arranging;objects -OpenOffice.org Base : arrows -OpenOffice.org Base : arrows;defining arrow heads -OpenOffice.org Base : arrows;defining arrow lines -OpenOffice.org Base : arrows;drawing in text -OpenOffice.org Base : ASCII -OpenOffice.org Base : ASCII;definition -OpenOffice.org Base : Asian languages -OpenOffice.org Base : Asian languages;enabling -OpenOffice.org Base : Asian Phonetic Guide -OpenOffice.org Base : Asian typography -OpenOffice.org Base : assigning scripts -OpenOffice.org Base : assistive technology in OpenOffice.org -OpenOffice.org Base : attaching toolbars -OpenOffice.org Base : attachments in e-mails -OpenOffice.org Base : audio -OpenOffice.org Base : audio;inserting -OpenOffice.org Base : audio;UNIX -OpenOffice.org Base : auto reloading HTML documents -OpenOffice.org Base : AutoAbstract function for sending text to presentations -OpenOffice.org Base : AutoCaption function in OpenOffice.org Writer -OpenOffice.org Base : AutoComplete function in text and list boxes -OpenOffice.org Base : AutoCorrect function -OpenOffice.org Base : AutoCorrect function;context menu -OpenOffice.org Base : AutoCorrect function;options -OpenOffice.org Base : AutoCorrect function;pictures and frames -OpenOffice.org Base : AutoCorrect function;quotes -OpenOffice.org Base : AutoCorrect function;replacement table -OpenOffice.org Base : AutoCorrect function;smart tags -OpenOffice.org Base : AutoCorrect function;switching on and off in Calc -OpenOffice.org Base : AutoCorrect function;URL recognition -OpenOffice.org Base : AutoFormat function -OpenOffice.org Base : AutoFormat function;switching on and off -OpenOffice.org Base : automatic captions (Writer) -OpenOffice.org Base : automatic control focus -OpenOffice.org Base : automatic hyperlink formatting -OpenOffice.org Base : automatic line breaks -OpenOffice.org Base : automatic lines/borders in text -OpenOffice.org Base : automatic saving -OpenOffice.org Base : AutoPilots, see wizards -OpenOffice.org Base : AutoShapes feature in Microsoft Office -OpenOffice.org Base : axes in charts -OpenOffice.org Base : backgrounds -OpenOffice.org Base : backgrounds;defining colors/pictures -OpenOffice.org Base : backgrounds;frames/sections/indexes -OpenOffice.org Base : backgrounds;inserting from Gallery -OpenOffice.org Base : backgrounds;printing -OpenOffice.org Base : backing window -OpenOffice.org Base : backups -OpenOffice.org Base : backups;automatic -OpenOffice.org Base : backups;documents -OpenOffice.org Base : Basic -OpenOffice.org Base : Basic;fonts for source display -OpenOffice.org Base : Basic;programming -OpenOffice.org Base : Basic;recording macros -OpenOffice.org Base : Basic;scripting -OpenOffice.org Base : basic fonts -OpenOffice.org Base : BeanShell scripting -OpenOffice.org Base : Bézier curves -OpenOffice.org Base : Bézier curves;control points in presentations -OpenOffice.org Base : bi-directional writing -OpenOffice.org Base : binding space -OpenOffice.org Base : bitmaps -OpenOffice.org Base : bitmaps;inserting and editing -OpenOffice.org Base : bitmaps;off for faster printing -OpenOffice.org Base : bitmaps;patterns -OpenOffice.org Base : black and white printing -OpenOffice.org Base : black printing in Calc -OpenOffice.org Base : block selection mode -OpenOffice.org Base : bold -OpenOffice.org Base : bold;AutoFormat function -OpenOffice.org Base : bold;text -OpenOffice.org Base : bookmarks -OpenOffice.org Base : bookmarks;Help -OpenOffice.org Base : borders -OpenOffice.org Base : borders;arranging -OpenOffice.org Base : borders;cells on screen (Calc) -OpenOffice.org Base : borders;for paragraphs -OpenOffice.org Base : borders;for tables -OpenOffice.org Base : borders;shadows -OpenOffice.org Base : borders;table boundaries (Writer) -OpenOffice.org Base : borders, see also frames -OpenOffice.org Base : bound fields -OpenOffice.org Base : bound fields;controls -OpenOffice.org Base : boundaries of tables (Writer) -OpenOffice.org Base : break display (Writer) -OpenOffice.org Base : brochures -OpenOffice.org Base : brochures;printing several -OpenOffice.org Base : build numbers of OpenOffice.org -OpenOffice.org Base : bullet lists -OpenOffice.org Base : bullet lists;formatting options -OpenOffice.org Base : bullets -OpenOffice.org Base : bullets;paragraphs -OpenOffice.org Base : bullets;replacing -OpenOffice.org Base : bullets;turning off -OpenOffice.org Base : business cards -OpenOffice.org Base : business cards;creating and synchronizing -OpenOffice.org Base : business cards;using templates -OpenOffice.org Base : button bars, see toolbars -OpenOffice.org Base : buttons -OpenOffice.org Base : buttons;adding push buttons -OpenOffice.org Base : buttons;big/small -OpenOffice.org Base : buttons;editing hyperlink buttons -OpenOffice.org Base : buttons;form functions -OpenOffice.org Base : buttons;toolbars -OpenOffice.org Base : cache for graphics -OpenOffice.org Base : calculating -OpenOffice.org Base : calculating;iterative references (Calc) -OpenOffice.org Base : callouts -OpenOffice.org Base : callouts;drawings -OpenOffice.org Base : capital letters -OpenOffice.org Base : capital letters;AutoCorrect function -OpenOffice.org Base : capital letters;font effects -OpenOffice.org Base : captions -OpenOffice.org Base : captions;automatic captions (Writer) -OpenOffice.org Base : captions;tables/pictures/frames/OLE objects (Writer) -OpenOffice.org Base : captions, see also labels/callouts -OpenOffice.org Base : cascading update (Base) -OpenOffice.org Base : case sensitivity -OpenOffice.org Base : case sensitivity;comparing cell contents (Calc) -OpenOffice.org Base : case sensitivity;searching -OpenOffice.org Base : cells -OpenOffice.org Base : cells;aligning -OpenOffice.org Base : cells;backgrounds -OpenOffice.org Base : cells;coloring (Calc) -OpenOffice.org Base : cells;cursor positions after input (Calc) -OpenOffice.org Base : cells;formatting without effect (Calc) -OpenOffice.org Base : cells;line breaks -OpenOffice.org Base : cells;linked to controls -OpenOffice.org Base : cells;number formats -OpenOffice.org Base : cells;number of -OpenOffice.org Base : cells;pasting -OpenOffice.org Base : cells;resetting formats -OpenOffice.org Base : cells;showing grid lines (Calc) -OpenOffice.org Base : centered text -OpenOffice.org Base : centimeters -OpenOffice.org Base : certificates -OpenOffice.org Base : Change Case feature in Microsoft Office -OpenOffice.org Base : changes -OpenOffice.org Base : changes;accepting or rejecting -OpenOffice.org Base : changes;comparing to original -OpenOffice.org Base : changes;protecting -OpenOffice.org Base : changes;recording -OpenOffice.org Base : changes;review function -OpenOffice.org Base : changes;showing -OpenOffice.org Base : changing -OpenOffice.org Base : changing;data binding of XForms -OpenOffice.org Base : changing;default templates -OpenOffice.org Base : changing;document titles -OpenOffice.org Base : changing;file associations in Setup program -OpenOffice.org Base : changing;hyperlink text/formats/URLs -OpenOffice.org Base : changing;icon sizes -OpenOffice.org Base : changing;keyboard -OpenOffice.org Base : changing;links -OpenOffice.org Base : changing;menus -OpenOffice.org Base : changing;object sizes -OpenOffice.org Base : changing;toolbars -OpenOffice.org Base : changing;work directory -OpenOffice.org Base : changing, see also editing and replacing -OpenOffice.org Base : character styles -OpenOffice.org Base : character styles;language selection -OpenOffice.org Base : characters -OpenOffice.org Base : characters;alternative fonts -OpenOffice.org Base : characters;Asian layout -OpenOffice.org Base : characters;bold -OpenOffice.org Base : characters;coloring -OpenOffice.org Base : characters;contours -OpenOffice.org Base : characters;displaying only on screen (Writer) -OpenOffice.org Base : characters;enabling CTL and Asian characters -OpenOffice.org Base : characters;font effects -OpenOffice.org Base : characters;fonts and formats -OpenOffice.org Base : characters;hyperlinks -OpenOffice.org Base : characters;italics -OpenOffice.org Base : characters;language selection -OpenOffice.org Base : characters;shadowed -OpenOffice.org Base : characters;spacing -OpenOffice.org Base : characters;special -OpenOffice.org Base : characters;underlining -OpenOffice.org Base : charcoal sketches filter -OpenOffice.org Base : charts -OpenOffice.org Base : charts;arranging within stacks -OpenOffice.org Base : charts;bars with textures -OpenOffice.org Base : charts;colors -OpenOffice.org Base : charts;copying with link to source cell range -OpenOffice.org Base : charts;displaying (Calc) -OpenOffice.org Base : charts;editing axes -OpenOffice.org Base : charts;editing data -OpenOffice.org Base : charts;editing legends -OpenOffice.org Base : charts;editing titles -OpenOffice.org Base : charts;inserting -OpenOffice.org Base : charts;updating automatically (Writer) -OpenOffice.org Base : check box creation -OpenOffice.org Base : Chinese writing systems -OpenOffice.org Base : choosing printers -OpenOffice.org Base : circle drawings -OpenOffice.org Base : Client Side ImageMap -OpenOffice.org Base : clipboard -OpenOffice.org Base : clipboard;cutting -OpenOffice.org Base : clipboard;pasting -OpenOffice.org Base : clipboard;pasting formatted/unformatted text -OpenOffice.org Base : clipboard;selection clipboard -OpenOffice.org Base : clipboard;Unix -OpenOffice.org Base : closing -OpenOffice.org Base : closing;documents -OpenOffice.org Base : closing;toolbars -OpenOffice.org Base : color bar -OpenOffice.org Base : colors -OpenOffice.org Base : colors;adding -OpenOffice.org Base : colors;appearance -OpenOffice.org Base : colors;backgrounds -OpenOffice.org Base : colors;charts -OpenOffice.org Base : colors;fill format -OpenOffice.org Base : colors;fonts -OpenOffice.org Base : colors;grid lines and cells (Calc) -OpenOffice.org Base : colors;models -OpenOffice.org Base : colors;not printing -OpenOffice.org Base : colors;printing in grayscale -OpenOffice.org Base : colors;restriction (Calc) -OpenOffice.org Base : colors;selection -OpenOffice.org Base : column headers -OpenOffice.org Base : column headers;displaying (Calc) -OpenOffice.org Base : column headers;highlighting (Calc) -OpenOffice.org Base : columns -OpenOffice.org Base : columns;setting with the mouse -OpenOffice.org Base : combo box creation -OpenOffice.org Base : command button creation -OpenOffice.org Base : command buttons, see push buttons -OpenOffice.org Base : command line parameters -OpenOffice.org Base : commands -OpenOffice.org Base : commands;not visible -OpenOffice.org Base : commands;SQL -OpenOffice.org Base : comments -OpenOffice.org Base : comments;on changes -OpenOffice.org Base : comments feature in Microsoft Office -OpenOffice.org Base : common terms -OpenOffice.org Base : common terms;Chinese dictionary -OpenOffice.org Base : common terms;glossaries -OpenOffice.org Base : common terms;Internet glossary -OpenOffice.org Base : Compare and Merge feature in Microsoft Office -OpenOffice.org Base : comparisons -OpenOffice.org Base : comparisons;document versions -OpenOffice.org Base : comparisons;operators in default filter dialog -OpenOffice.org Base : compatibility settings for MS Word import -OpenOffice.org Base : complete screen view -OpenOffice.org Base : complex text layout -OpenOffice.org Base : complex text layout;definition -OpenOffice.org Base : complex text layout;enabling -OpenOffice.org Base : compose key to insert special characters -OpenOffice.org Base : concatenation, see ampersand symbol -OpenOffice.org Base : conditional separators -OpenOffice.org Base : conditions -OpenOffice.org Base : conditions;in number formats -OpenOffice.org Base : conditions;items in Data Navigator -OpenOffice.org Base : Configuration Manager -OpenOffice.org Base : configuring -OpenOffice.org Base : configuring;fax icon -OpenOffice.org Base : configuring;OpenOffice.org -OpenOffice.org Base : configuring;toolbars -OpenOffice.org Base : connections to data sources (Base) -OpenOffice.org Base : contents protection -OpenOffice.org Base : context menus -OpenOffice.org Base : contours of text -OpenOffice.org Base : control point display in presentations -OpenOffice.org Base : controls -OpenOffice.org Base : controls;activating in forms -OpenOffice.org Base : controls;adding to documents -OpenOffice.org Base : controls;arranging in forms -OpenOffice.org Base : controls;arranging within stacks -OpenOffice.org Base : controls;assigning data sources -OpenOffice.org Base : controls;bound fields/list contents/linked cells -OpenOffice.org Base : controls;events -OpenOffice.org Base : controls;focus -OpenOffice.org Base : controls;formatted fields -OpenOffice.org Base : controls;grouping -OpenOffice.org Base : controls;hidden -OpenOffice.org Base : controls;inserting -OpenOffice.org Base : controls;multi-line titles -OpenOffice.org Base : controls;positions and sizes -OpenOffice.org Base : controls;printing -OpenOffice.org Base : controls;properties of form controls -OpenOffice.org Base : controls;properties of table controls -OpenOffice.org Base : controls;reference by SQL -OpenOffice.org Base : controls;rich text control -OpenOffice.org Base : controls;select mode -OpenOffice.org Base : controls;showing (Writer) -OpenOffice.org Base : converters -OpenOffice.org Base : converters;Euro converter -OpenOffice.org Base : converters;PostScript, UNIX -OpenOffice.org Base : converters;XML -OpenOffice.org Base : converting -OpenOffice.org Base : converting;Hangul/Hanja -OpenOffice.org Base : converting;metrics -OpenOffice.org Base : converting;Microsoft documents -OpenOffice.org Base : converting;OpenOffice.org documents -OpenOffice.org Base : converting;Pocket PC formats -OpenOffice.org Base : copies -OpenOffice.org Base : copies;printing -OpenOffice.org Base : copying -OpenOffice.org Base : copying;by drag and drop -OpenOffice.org Base : copying;data from text documents -OpenOffice.org Base : copying;datasource records in spreadsheets -OpenOffice.org Base : copying;draw objects -OpenOffice.org Base : copying;draw objects between documents -OpenOffice.org Base : copying;formatting -OpenOffice.org Base : copying;from data source view -OpenOffice.org Base : copying;from Gallery -OpenOffice.org Base : copying;in Unix -OpenOffice.org Base : copying;pictures, between documents -OpenOffice.org Base : copying;sheet areas, to text documents -OpenOffice.org Base : copying;to Gallery -OpenOffice.org Base : copyright for OpenOffice.org -OpenOffice.org Base : corner roundings -OpenOffice.org Base : crash reports -OpenOffice.org Base : criteria of query design (Base) -OpenOffice.org Base : cropping pictures -OpenOffice.org Base : CTL -OpenOffice.org Base : CTL;complex text layout languages -OpenOffice.org Base : CTL;definition -OpenOffice.org Base : CTL;options -OpenOffice.org Base : currencies -OpenOffice.org Base : currencies;converters -OpenOffice.org Base : currencies;formats and format codes -OpenOffice.org Base : currency field creation -OpenOffice.org Base : currency formats -OpenOffice.org Base : cursor -OpenOffice.org Base : cursor;allowing in protected areas (Writer) -OpenOffice.org Base : cursor;in read-only text -OpenOffice.org Base : cursor;quickly moving to an object -OpenOffice.org Base : curves -OpenOffice.org Base : curves;editing points -OpenOffice.org Base : custom dictionaries -OpenOffice.org Base : custom dictionaries;editing -OpenOffice.org Base : custom hyphens (Writer) -OpenOffice.org Base : custom quotes -OpenOffice.org Base : custom templates -OpenOffice.org Base : customizing -OpenOffice.org Base : customizing;events -OpenOffice.org Base : customizing;keyboard -OpenOffice.org Base : customizing;menus -OpenOffice.org Base : customizing;OpenOffice.org -OpenOffice.org Base : customizing;round corners -OpenOffice.org Base : customizing;toolbars -OpenOffice.org Base : cutting -OpenOffice.org Base : dashes -OpenOffice.org Base : data -OpenOffice.org Base : data;filtering in forms -OpenOffice.org Base : data;forms and subforms -OpenOffice.org Base : data;read-only -OpenOffice.org Base : data;sorting in forms -OpenOffice.org Base : data;user data -OpenOffice.org Base : data binding change in XForms -OpenOffice.org Base : Data Navigator display options -OpenOffice.org Base : data source browser -OpenOffice.org Base : data source explorer -OpenOffice.org Base : data source view -OpenOffice.org Base : data source view;drag and drop -OpenOffice.org Base : data source view;overview -OpenOffice.org Base : data source view;showing -OpenOffice.org Base : data sources -OpenOffice.org Base : data sources;as tables -OpenOffice.org Base : data sources;connection settings (Base) -OpenOffice.org Base : data sources;copying records to spreadsheets -OpenOffice.org Base : data sources;displaying current -OpenOffice.org Base : data sources;LDAP server (Base) -OpenOffice.org Base : data sources;OpenOffice.org Base -OpenOffice.org Base : data sources;registering address books -OpenOffice.org Base : data sources;reports -OpenOffice.org Base : data sources;viewing -OpenOffice.org Base : data structure of XForms -OpenOffice.org Base : database contents -OpenOffice.org Base : database contents;inserting as tables -OpenOffice.org Base : database contents;inserting as text -OpenOffice.org Base : database reports -OpenOffice.org Base : Database Wizard (Base) -OpenOffice.org Base : databases -OpenOffice.org Base : databases;administration through SQL (Base) -OpenOffice.org Base : databases;ADO (Base) -OpenOffice.org Base : databases;connecting (Base) -OpenOffice.org Base : databases;creating -OpenOffice.org Base : databases;creating labels -OpenOffice.org Base : databases;creating queries -OpenOffice.org Base : databases;creating reports -OpenOffice.org Base : databases;creating tables -OpenOffice.org Base : databases;dBASE (Base) -OpenOffice.org Base : databases;deleting (Base) -OpenOffice.org Base : databases;drag and drop (Base) -OpenOffice.org Base : databases;editing tables -OpenOffice.org Base : databases;form filters -OpenOffice.org Base : databases;formats (Base) -OpenOffice.org Base : databases;importing/exporting -OpenOffice.org Base : databases;JDBC (Base) -OpenOffice.org Base : databases;main page (Base) -OpenOffice.org Base : databases;MySQL (Base) -OpenOffice.org Base : databases;ODBC (Base) -OpenOffice.org Base : databases;overview -OpenOffice.org Base : databases;registering (Base) -OpenOffice.org Base : databases;searching records -OpenOffice.org Base : databases;shortcut keys -OpenOffice.org Base : databases;sorting -OpenOffice.org Base : databases;standard filters -OpenOffice.org Base : databases;text formats -OpenOffice.org Base : databases;viewing -OpenOffice.org Base : date fields -OpenOffice.org Base : date fields;creating -OpenOffice.org Base : date fields;properties -OpenOffice.org Base : date formats -OpenOffice.org Base : dates -OpenOffice.org Base : dates;default (Calc) -OpenOffice.org Base : dates;printing in presentations -OpenOffice.org Base : dates;start 1900/01/01 (Calc) -OpenOffice.org Base : dates;start 1904/01/01 (Calc) -OpenOffice.org Base : dBASE -OpenOffice.org Base : dBASE;database settings (Base) -OpenOffice.org Base : DDE -OpenOffice.org Base : DDE;definition -OpenOffice.org Base : deactivating -OpenOffice.org Base : deactivating;plug-ins -OpenOffice.org Base : decimal places displayed (Calc) -OpenOffice.org Base : decimal separator key -OpenOffice.org Base : decimal tab stops -OpenOffice.org Base : default directories -OpenOffice.org Base : default file formats -OpenOffice.org Base : default filters -OpenOffice.org Base : default filters;comparison operators -OpenOffice.org Base : default filters;databases -OpenOffice.org Base : default printer -OpenOffice.org Base : default printer;setting up -OpenOffice.org Base : default printer;UNIX -OpenOffice.org Base : default templates -OpenOffice.org Base : default templates;changing -OpenOffice.org Base : default templates;organizing -OpenOffice.org Base : defaults -OpenOffice.org Base : defaults;documents -OpenOffice.org Base : defaults;file formats -OpenOffice.org Base : defaults;fonts -OpenOffice.org Base : defaults;grids (Writer/Calc) -OpenOffice.org Base : defaults;languages -OpenOffice.org Base : defaults;number formats -OpenOffice.org Base : defaults;of saving -OpenOffice.org Base : defaults;program configuration -OpenOffice.org Base : defaults;tab stops in text -OpenOffice.org Base : defaults;views -OpenOffice.org Base : defining -OpenOffice.org Base : defining;arrowheads and other line ends -OpenOffice.org Base : defining;colors -OpenOffice.org Base : defining;line styles -OpenOffice.org Base : defining;paragraph borders -OpenOffice.org Base : defining;queries (Base) -OpenOffice.org Base : defining;table borders -OpenOffice.org Base : deleting -OpenOffice.org Base : deleting;all direct formatting -OpenOffice.org Base : deleting;databases (Base) -OpenOffice.org Base : deleting;hyperlinks -OpenOffice.org Base : deleting;lines in text -OpenOffice.org Base : deleting;models/instances -OpenOffice.org Base : deleting;namespaces in XForms -OpenOffice.org Base : deleting;tab stops -OpenOffice.org Base : deleting;templates -OpenOffice.org Base : deleting;XML filters -OpenOffice.org Base : depth stagger -OpenOffice.org Base : descriptions for objects -OpenOffice.org Base : design mode after saving -OpenOffice.org Base : design view -OpenOffice.org Base : design view;creating forms -OpenOffice.org Base : design view;queries/views (Base) -OpenOffice.org Base : designing -OpenOffice.org Base : designing;database tables -OpenOffice.org Base : designing;fonts -OpenOffice.org Base : designing;queries (Base) -OpenOffice.org Base : detaching toolbars -OpenOffice.org Base : dictionaries -OpenOffice.org Base : dictionaries;common terms in simplified and traditional chinese -OpenOffice.org Base : dictionaries;creating -OpenOffice.org Base : dictionaries;editing user-defined -OpenOffice.org Base : dictionaries;spellcheck -OpenOffice.org Base : dictionaries, see also languages -OpenOffice.org Base : digital signatures -OpenOffice.org Base : direct formatting -OpenOffice.org Base : direct formatting;undoing all -OpenOffice.org Base : directories -OpenOffice.org Base : directories;creating new -OpenOffice.org Base : directories;directory structure -OpenOffice.org Base : disabled persons -OpenOffice.org Base : displaying -OpenOffice.org Base : displaying;non-printing characters (Writer) -OpenOffice.org Base : displaying;notes (Calc) -OpenOffice.org Base : displaying;notes in text documents -OpenOffice.org Base : displaying;pictures and objects (Writer) -OpenOffice.org Base : displaying;tables (Writer) -OpenOffice.org Base : displaying;zero values (Calc) -OpenOffice.org Base : distances -OpenOffice.org Base : distinct values in SQL queries -OpenOffice.org Base : distorting in drawings -OpenOffice.org Base : distributing XML filters -OpenOffice.org Base : dithering -OpenOffice.org Base : docking -OpenOffice.org Base : docking;definition -OpenOffice.org Base : docking;toolbars -OpenOffice.org Base : docking;windows -OpenOffice.org Base : Document Converter Wizard -OpenOffice.org Base : Document Map feature in Microsoft Office -OpenOffice.org Base : Document Map, see Navigator -OpenOffice.org Base : document types in OpenOffice.org -OpenOffice.org Base : documents -OpenOffice.org Base : documents;changing titles -OpenOffice.org Base : documents;closing -OpenOffice.org Base : documents;comparing -OpenOffice.org Base : documents;contents as lists -OpenOffice.org Base : documents;editing time -OpenOffice.org Base : documents;exporting -OpenOffice.org Base : documents;importing -OpenOffice.org Base : documents;languages -OpenOffice.org Base : documents;measurement units in -OpenOffice.org Base : documents;merging -OpenOffice.org Base : documents;number of pages/tables/sheets -OpenOffice.org Base : documents;opening -OpenOffice.org Base : documents;opening in design mode -OpenOffice.org Base : documents;opening with templates -OpenOffice.org Base : documents;organizing -OpenOffice.org Base : documents;printing -OpenOffice.org Base : documents;read-only -OpenOffice.org Base : documents;reloading -OpenOffice.org Base : documents;saving -OpenOffice.org Base : documents;saving automatically -OpenOffice.org Base : documents;saving in other formats -OpenOffice.org Base : documents;sending as e-mail -OpenOffice.org Base : documents;styles changed -OpenOffice.org Base : documents;version management -OpenOffice.org Base : documents;version numbers -OpenOffice.org Base : dotted areas -OpenOffice.org Base : double-line spacing in paragraphs -OpenOffice.org Base : double-line writing in Asian layout -OpenOffice.org Base : drag and drop -OpenOffice.org Base : drag and drop;copying and pasting text -OpenOffice.org Base : drag and drop;data source view -OpenOffice.org Base : drag and drop;from Gallery to draw objects -OpenOffice.org Base : drag and drop;overview -OpenOffice.org Base : drag and drop;pictures -OpenOffice.org Base : drag and drop;to Gallery -OpenOffice.org Base : draw objects -OpenOffice.org Base : draw objects;adding/editing/copying -OpenOffice.org Base : draw objects;anchoring -OpenOffice.org Base : draw objects;arranging within stacks -OpenOffice.org Base : draw objects;copying -OpenOffice.org Base : draw objects;copying between documents -OpenOffice.org Base : draw objects;displaying (Calc) -OpenOffice.org Base : draw objects;dropping Gallery pictures -OpenOffice.org Base : draw objects;flipping -OpenOffice.org Base : draw objects;legends -OpenOffice.org Base : draw objects;positioning and resizing -OpenOffice.org Base : draw objects;protecting -OpenOffice.org Base : draw objects;slanting -OpenOffice.org Base : draw objects;text in -OpenOffice.org Base : Drawing bar -OpenOffice.org Base : drawing lines in text -OpenOffice.org Base : drawings -OpenOffice.org Base : drawings;creating/opening -OpenOffice.org Base : drawings;languages -OpenOffice.org Base : drawings;printing -OpenOffice.org Base : drawings;printing defaults -OpenOffice.org Base : drawings;printing in text documents -OpenOffice.org Base : drawings;saving -OpenOffice.org Base : drawings;saving automatically -OpenOffice.org Base : drawings;saving in other formats -OpenOffice.org Base : drawings;sending as e-mail -OpenOffice.org Base : drawings;showing (Writer) -OpenOffice.org Base : drop-down lists in form functions -OpenOffice.org Base : e-mail attachments -OpenOffice.org Base : Edit File icon -OpenOffice.org Base : edit mode -OpenOffice.org Base : edit mode;after opening -OpenOffice.org Base : edit mode;through Enter key (Calc) -OpenOffice.org Base : Edit Points bar -OpenOffice.org Base : editing -OpenOffice.org Base : editing;chart axes -OpenOffice.org Base : editing;chart data -OpenOffice.org Base : editing;chart legends -OpenOffice.org Base : editing;chart titles -OpenOffice.org Base : editing;data binding of XForms -OpenOffice.org Base : editing;database tables and queries -OpenOffice.org Base : editing;draw objects -OpenOffice.org Base : editing;Fontwork objects -OpenOffice.org Base : editing;hyperlinks -OpenOffice.org Base : editing;items in Data Navigator -OpenOffice.org Base : editing;menus -OpenOffice.org Base : editing;namespaces in XForms -OpenOffice.org Base : editing;notes -OpenOffice.org Base : editing;objects -OpenOffice.org Base : editing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Base : editing;pictures -OpenOffice.org Base : editing;reports -OpenOffice.org Base : editing;shortcut keys -OpenOffice.org Base : editing;tab stops -OpenOffice.org Base : editing;templates -OpenOffice.org Base : editing;toolbars -OpenOffice.org Base : editing;undoing -OpenOffice.org Base : editing;XForms -OpenOffice.org Base : editing time of documents -OpenOffice.org Base : editors -OpenOffice.org Base : editors;formula editor -OpenOffice.org Base : editors;ImageMap editor -OpenOffice.org Base : effects -OpenOffice.org Base : effects;font positions -OpenOffice.org Base : effects;fonts -OpenOffice.org Base : effects;Fontwork icons -OpenOffice.org Base : empty documents -OpenOffice.org Base : empty paragraph removal -OpenOffice.org Base : encryption of contents -OpenOffice.org Base : entering groups -OpenOffice.org Base : entering text from right to left -OpenOffice.org Base : equal sign, see also operators -OpenOffice.org Base : equations in formula editor -OpenOffice.org Base : Error Report Tool -OpenOffice.org Base : Euro -OpenOffice.org Base : Euro;currency formats -OpenOffice.org Base : Euro;Euro Converter Wizard -OpenOffice.org Base : even/odd pages -OpenOffice.org Base : even/odd pages;printing -OpenOffice.org Base : events -OpenOffice.org Base : events;controls -OpenOffice.org Base : events;customizing -OpenOffice.org Base : events;in forms -OpenOffice.org Base : Excel -OpenOffice.org Base : Excel;saving as -OpenOffice.org Base : Excel;search criteria -OpenOffice.org Base : exceptions -OpenOffice.org Base : exceptions;user-defined dictionaries -OpenOffice.org Base : exchanging, see also replacing -OpenOffice.org Base : executing -OpenOffice.org Base : executing;SQL commands -OpenOffice.org Base : exiting -OpenOffice.org Base : exiting;groups -OpenOffice.org Base : exiting;OpenOffice.org -OpenOffice.org Base : expanding formatting (Calc) -OpenOffice.org Base : explorer of data sources -OpenOffice.org Base : export filters -OpenOffice.org Base : exporting -OpenOffice.org Base : exporting;bitmaps -OpenOffice.org Base : exporting;databases -OpenOffice.org Base : exporting;HTML and text documents -OpenOffice.org Base : exporting;Microsoft Office documents with VBA code -OpenOffice.org Base : exporting;spreadsheets to text format -OpenOffice.org Base : exporting;templates -OpenOffice.org Base : exporting;to foreign formats -OpenOffice.org Base : exporting;to HTML -OpenOffice.org Base : exporting;to Microsoft Office formats -OpenOffice.org Base : exporting;to PDF -OpenOffice.org Base : exporting;to PostScript format -OpenOffice.org Base : exporting;to XML -OpenOffice.org Base : exporting;XML files -OpenOffice.org Base : extended tips in Help -OpenOffice.org Base : extension mode in text -OpenOffice.org Base : extensions -OpenOffice.org Base : extensions;Extension Manager -OpenOffice.org Base : extensions;file formats -OpenOffice.org Base : external keys (Base) -OpenOffice.org Base : faster printing -OpenOffice.org Base : faxes -OpenOffice.org Base : faxes;configuring OpenOffice.org -OpenOffice.org Base : faxes;fax programs/fax printers under UNIX -OpenOffice.org Base : faxes;selecting a fax machine -OpenOffice.org Base : faxes;sending -OpenOffice.org Base : faxes;wizards -OpenOffice.org Base : fields -OpenOffice.org Base : fields;database tables -OpenOffice.org Base : fields;displaying field codes (Writer) -OpenOffice.org Base : fields;formatted fields -OpenOffice.org Base : fields;updating automatically (Writer) -OpenOffice.org Base : file associations for Microsoft Office -OpenOffice.org Base : file filters -OpenOffice.org Base : file filters;mobile devices -OpenOffice.org Base : file filters;XML -OpenOffice.org Base : file formats -OpenOffice.org Base : file formats;changing defaults -OpenOffice.org Base : file formats;OpenDocument/XML -OpenOffice.org Base : file formats;saving always in other formats -OpenOffice.org Base : file selection button -OpenOffice.org Base : file sharing options for current document -OpenOffice.org Base : files -OpenOffice.org Base : files;filters and formats -OpenOffice.org Base : files;importing -OpenOffice.org Base : files;opening -OpenOffice.org Base : files;opening with placeholders -OpenOffice.org Base : files;properties -OpenOffice.org Base : files;saving -OpenOffice.org Base : files;saving automatically -OpenOffice.org Base : files;saving in other formats -OpenOffice.org Base : files;sending as e-mail -OpenOffice.org Base : files;version numbers -OpenOffice.org Base : files and folders in OpenOffice.org -OpenOffice.org Base : fill characters with tabulators -OpenOffice.org Base : fill colors for areas -OpenOffice.org Base : fill patterns for areas -OpenOffice.org Base : filter conditions -OpenOffice.org Base : filter conditions;connecting -OpenOffice.org Base : filter conditions;in queries (Base) -OpenOffice.org Base : filtering -OpenOffice.org Base : filtering;data in databases -OpenOffice.org Base : filtering;data in forms -OpenOffice.org Base : filters -OpenOffice.org Base : filters;comparison operators -OpenOffice.org Base : filters;for import and export -OpenOffice.org Base : filters;Navigator -OpenOffice.org Base : filters;pictures -OpenOffice.org Base : filters;XML filter settings -OpenOffice.org Base : Find tab in Help -OpenOffice.org Base : finding -OpenOffice.org Base : finding;in all sheets -OpenOffice.org Base : finding;records in form documents -OpenOffice.org Base : finding;selections -OpenOffice.org Base : finding;similarity search -OpenOffice.org Base : fitting to pages -OpenOffice.org Base : fitting to pages;print settings in Math -OpenOffice.org Base : fitting to pages;print settings in presentations -OpenOffice.org Base : fixed text -OpenOffice.org Base : fixed text;form functions -OpenOffice.org Base : fixing toolbars -OpenOffice.org Base : flipping draw objects -OpenOffice.org Base : floating frames in HTML documents -OpenOffice.org Base : floating toolbars -OpenOffice.org Base : focus of controls -OpenOffice.org Base : folder creation -OpenOffice.org Base : font lists -OpenOffice.org Base : font name box -OpenOffice.org Base : font sizes -OpenOffice.org Base : font sizes;bullets -OpenOffice.org Base : font sizes;relative changes -OpenOffice.org Base : font sizes;scaling on screen -OpenOffice.org Base : font sizes;text -OpenOffice.org Base : fonts -OpenOffice.org Base : fonts;adding under UNIX -OpenOffice.org Base : fonts;changing in templates -OpenOffice.org Base : fonts;colors -OpenOffice.org Base : fonts;default settings -OpenOffice.org Base : fonts;effects -OpenOffice.org Base : fonts;for HTML and Basic -OpenOffice.org Base : fonts;formats -OpenOffice.org Base : fonts;outlines -OpenOffice.org Base : fonts;positions in text -OpenOffice.org Base : fonts;shadows -OpenOffice.org Base : fonts;specifying several -OpenOffice.org Base : fonts;strikethrough -OpenOffice.org Base : fonts;styles -OpenOffice.org Base : fonts;text objects -OpenOffice.org Base : Fontwork icons -OpenOffice.org Base : footers -OpenOffice.org Base : footers;backgrounds -OpenOffice.org Base : form controls -OpenOffice.org Base : form controls;assigning macros -OpenOffice.org Base : form controls;protecting -OpenOffice.org Base : form controls;toolbars -OpenOffice.org Base : form fields -OpenOffice.org Base : form filters -OpenOffice.org Base : Form Navigator -OpenOffice.org Base : format codes -OpenOffice.org Base : format codes;numbers -OpenOffice.org Base : format codes;user-defined number formats -OpenOffice.org Base : format filling printing in OpenOffice.org Math -OpenOffice.org Base : Format Paintbrush -OpenOffice.org Base : formats -OpenOffice.org Base : formats;Asian layout -OpenOffice.org Base : formats;Asian typography -OpenOffice.org Base : formats;fonts -OpenOffice.org Base : formats;maximizing page formats -OpenOffice.org Base : formats;number and currency formats -OpenOffice.org Base : formats;of currencies/date/time -OpenOffice.org Base : formats;on opening and saving -OpenOffice.org Base : formats;pasting in special formats -OpenOffice.org Base : formats;positions -OpenOffice.org Base : formats;tabulators -OpenOffice.org Base : formats;undoing when writing -OpenOffice.org Base : formatted fields -OpenOffice.org Base : formatted fields;form functions -OpenOffice.org Base : formatted fields;properties -OpenOffice.org Base : formatting -OpenOffice.org Base : formatting;axes in charts -OpenOffice.org Base : formatting;chart legends -OpenOffice.org Base : formatting;copying -OpenOffice.org Base : formatting;definition -OpenOffice.org Base : formatting;expanding (Calc) -OpenOffice.org Base : formatting;font effects -OpenOffice.org Base : formatting;hyperlinks -OpenOffice.org Base : formatting;pages -OpenOffice.org Base : formatting;printer metrics (Writer) -OpenOffice.org Base : formatting;undoing -OpenOffice.org Base : forms -OpenOffice.org Base : forms;browsing -OpenOffice.org Base : forms;Combo Box/List Box Wizard -OpenOffice.org Base : forms;creating -OpenOffice.org Base : forms;data -OpenOffice.org Base : forms;designing (Base) -OpenOffice.org Base : forms;events -OpenOffice.org Base : forms;filtering data -OpenOffice.org Base : forms;finding records -OpenOffice.org Base : forms;focus after opening -OpenOffice.org Base : forms;general information (Base) -OpenOffice.org Base : forms;grouping controls -OpenOffice.org Base : forms;HTML filters -OpenOffice.org Base : forms;Navigator -OpenOffice.org Base : forms;opening in design mode -OpenOffice.org Base : forms;properties -OpenOffice.org Base : forms;sorting data -OpenOffice.org Base : forms;subforms -OpenOffice.org Base : forms;wizards -OpenOffice.org Base : forms;XForms -OpenOffice.org Base : Formula Auditing feature in Microsoft Office -OpenOffice.org Base : formula texts -OpenOffice.org Base : formula texts;printing in OpenOffice.org Math -OpenOffice.org Base : formulas -OpenOffice.org Base : formulas;new -OpenOffice.org Base : formulas;starting formula editor -OpenOffice.org Base : formulas in reports -OpenOffice.org Base : formulas in reports;editing -OpenOffice.org Base : forums and support -OpenOffice.org Base : frames -OpenOffice.org Base : frames;around paragraphs -OpenOffice.org Base : frames;around tables -OpenOffice.org Base : frames;AutoCorrect function -OpenOffice.org Base : frames;backgrounds -OpenOffice.org Base : frames;captions (Writer) -OpenOffice.org Base : frames;printing in OpenOffice.org Math -OpenOffice.org Base : frames;protecting -OpenOffice.org Base : frames;selection frames -OpenOffice.org Base : frames;text fitting to frames -OpenOffice.org Base : freeform lines -OpenOffice.org Base : freeform lines;draw functions -OpenOffice.org Base : FTP -OpenOffice.org Base : FTP;opening documents -OpenOffice.org Base : FTP;saving documents -OpenOffice.org Base : full joins (Base) -OpenOffice.org Base : full screen view -OpenOffice.org Base : full-text search in Help -OpenOffice.org Base : functions in reports -OpenOffice.org Base : functions in reports;editing -OpenOffice.org Base : Gallery -OpenOffice.org Base : Gallery;adding pictures -OpenOffice.org Base : Gallery;dragging pictures to draw objects -OpenOffice.org Base : Gallery;hiding/showing -OpenOffice.org Base : Gallery;inserting pictures from -OpenOffice.org Base : German spellcheck -OpenOffice.org Base : get method for form transmissions -OpenOffice.org Base : getting support -OpenOffice.org Base : GIF format -OpenOffice.org Base : glossaries -OpenOffice.org Base : glossaries;common terms -OpenOffice.org Base : glossaries;Internet terms -OpenOffice.org Base : gradients off for faster printing -OpenOffice.org Base : graphical text art -OpenOffice.org Base : graphics -OpenOffice.org Base : graphics;cache -OpenOffice.org Base : graphics;protecting -OpenOffice.org Base : graphics, see also pictures -OpenOffice.org Base : grayscale printing -OpenOffice.org Base : grid controls -OpenOffice.org Base : grid controls;form functions -OpenOffice.org Base : grids -OpenOffice.org Base : grids;defaults (Writer/Calc) -OpenOffice.org Base : grids;display options (Impress/Draw) -OpenOffice.org Base : grids;displaying lines (Calc) -OpenOffice.org Base : group box creation -OpenOffice.org Base : groups -OpenOffice.org Base : groups;entering/exiting/ungrouping -OpenOffice.org Base : groups;naming -OpenOffice.org Base : groups;of controls -OpenOffice.org Base : guides -OpenOffice.org Base : guides;display options (Impress/Draw) -OpenOffice.org Base : guides;displaying when moving objects (Impress) -OpenOffice.org Base : guides;showing (Calc) -OpenOffice.org Base : guides;showing when moving frames (Writer) -OpenOffice.org Base : gutter -OpenOffice.org Base : handles -OpenOffice.org Base : handles;displaying (Writer) -OpenOffice.org Base : handles;scaling -OpenOffice.org Base : handles;showing simple/large handles (Calc) -OpenOffice.org Base : Hangul/Hanja -OpenOffice.org Base : hatching -OpenOffice.org Base : headers -OpenOffice.org Base : headers;backgrounds -OpenOffice.org Base : headings -OpenOffice.org Base : headings;entering as text box -OpenOffice.org Base : Hebrew -OpenOffice.org Base : Hebrew;entering text -OpenOffice.org Base : Hebrew;language settings -OpenOffice.org Base : Help -OpenOffice.org Base : Help;bookmarks -OpenOffice.org Base : Help;extended tips on/off -OpenOffice.org Base : Help;full-text search -OpenOffice.org Base : Help;Help tips -OpenOffice.org Base : Help;keywords -OpenOffice.org Base : Help;navigation pane showing/hiding -OpenOffice.org Base : Help;style sheets -OpenOffice.org Base : Help;topics -OpenOffice.org Base : Help Agent -OpenOffice.org Base : Help Agent;help -OpenOffice.org Base : Help Agent;options -OpenOffice.org Base : Help tips -OpenOffice.org Base : Help tips;hiding -OpenOffice.org Base : hidden controls in Form Navigator -OpenOffice.org Base : hidden fields display (Writer) -OpenOffice.org Base : hidden pages -OpenOffice.org Base : hidden pages;printing in presentations -OpenOffice.org Base : hidden text -OpenOffice.org Base : hidden text;showing (Writer) -OpenOffice.org Base : hiding -OpenOffice.org Base : hiding;changes -OpenOffice.org Base : hiding;docked windows -OpenOffice.org Base : hiding;navigation pane in Help window -OpenOffice.org Base : high contrast mode -OpenOffice.org Base : Hindi -OpenOffice.org Base : Hindi;entering text -OpenOffice.org Base : Hindi;language settings -OpenOffice.org Base : horizontal scrollbars (Writer) -OpenOffice.org Base : HTML -OpenOffice.org Base : HTML;definition -OpenOffice.org Base : HTML;export character set -OpenOffice.org Base : HTML;fonts for source display -OpenOffice.org Base : HTML;importing META tags -OpenOffice.org Base : HTML;live presentations -OpenOffice.org Base : HTML documents -OpenOffice.org Base : HTML documents;auto reloading -OpenOffice.org Base : HTML documents;importing/exporting -OpenOffice.org Base : HTML documents;META tags in -OpenOffice.org Base : HTML documents;new -OpenOffice.org Base : HTML documents;source text -OpenOffice.org Base : hyperlinks -OpenOffice.org Base : hyperlinks;assigning macros -OpenOffice.org Base : hyperlinks;character formats -OpenOffice.org Base : hyperlinks;definition -OpenOffice.org Base : hyperlinks;deleting -OpenOffice.org Base : hyperlinks;editing -OpenOffice.org Base : hyperlinks;inserting -OpenOffice.org Base : hyperlinks;relative and absolute -OpenOffice.org Base : hyperlinks;turning off automatic recognition -OpenOffice.org Base : hyperlinks, see also links -OpenOffice.org Base : hyphenation -OpenOffice.org Base : hyphenation;activating for a language -OpenOffice.org Base : hyphenation;minimal number of characters -OpenOffice.org Base : hyphens -OpenOffice.org Base : hyphens;displaying custom (Writer) -OpenOffice.org Base : hyphens;inserting custom -OpenOffice.org Base : icon bars, see toolbars -OpenOffice.org Base : icon sizes -OpenOffice.org Base : ignore list for spellcheck -OpenOffice.org Base : illustrations, see pictures -OpenOffice.org Base : image button creation -OpenOffice.org Base : image control creation -OpenOffice.org Base : ImageMap -OpenOffice.org Base : ImageMap;definition -OpenOffice.org Base : ImageMap;editor -OpenOffice.org Base : images -OpenOffice.org Base : images;ImageMap -OpenOffice.org Base : images;inserting and editing bitmaps -OpenOffice.org Base : images;placeholders in presentations -OpenOffice.org Base : images, see also pictures -OpenOffice.org Base : IME -OpenOffice.org Base : IME;definition -OpenOffice.org Base : IME;showing/hiding -OpenOffice.org Base : import filters -OpenOffice.org Base : import restrictions for Microsoft Office -OpenOffice.org Base : importing -OpenOffice.org Base : importing;bitmaps -OpenOffice.org Base : importing;compatibility settings for text import -OpenOffice.org Base : importing;databases -OpenOffice.org Base : importing;documents in other formats -OpenOffice.org Base : importing;from XML -OpenOffice.org Base : importing;HTML and text documents -OpenOffice.org Base : importing;HTML with META tags -OpenOffice.org Base : importing;Microsoft Office documents with VBA code -OpenOffice.org Base : importing;tables in text format -OpenOffice.org Base : importing;templates -OpenOffice.org Base : inches -OpenOffice.org Base : Index tab in Help -OpenOffice.org Base : indexes -OpenOffice.org Base : indexes;backgrounds -OpenOffice.org Base : indexes;showing/hiding Help index tab -OpenOffice.org Base : indexes;unprotecting -OpenOffice.org Base : indicator lines in text -OpenOffice.org Base : inner joins (Base) -OpenOffice.org Base : input method window -OpenOffice.org Base : insert mode for entering text -OpenOffice.org Base : inserting -OpenOffice.org Base : inserting;applets -OpenOffice.org Base : inserting;cell ranges from spreadsheets -OpenOffice.org Base : inserting;charts -OpenOffice.org Base : inserting;clipboard options -OpenOffice.org Base : inserting;data from text documents -OpenOffice.org Base : inserting;datasource records in spreadsheets -OpenOffice.org Base : inserting;drawings -OpenOffice.org Base : inserting;floating frames -OpenOffice.org Base : inserting;form fields -OpenOffice.org Base : inserting;hyperlinks -OpenOffice.org Base : inserting;line breaks in cells -OpenOffice.org Base : inserting;movies/sounds -OpenOffice.org Base : inserting;new text tables defaults -OpenOffice.org Base : inserting;notes -OpenOffice.org Base : inserting;objects from Gallery -OpenOffice.org Base : inserting;OLE objects -OpenOffice.org Base : inserting;paragraph bullets -OpenOffice.org Base : inserting;plug-ins -OpenOffice.org Base : inserting;special characters -OpenOffice.org Base : inserting;tab stops -OpenOffice.org Base : installing -OpenOffice.org Base : installing;ActiveX control -OpenOffice.org Base : installing;mobile device filters -OpenOffice.org Base : installing;UNO components -OpenOffice.org Base : instructions -OpenOffice.org Base : instructions;general -OpenOffice.org Base : Internet -OpenOffice.org Base : Internet;Internet Explorer for displaying OpenOffice.org documents -OpenOffice.org Base : Internet;presentations -OpenOffice.org Base : Internet;starting searches -OpenOffice.org Base : Internet;turning off recognition of addresses -OpenOffice.org Base : Internet glossary -OpenOffice.org Base : invert filter -OpenOffice.org Base : invisible areas -OpenOffice.org Base : italic text -OpenOffice.org Base : iterative references in spreadsheets -OpenOffice.org Base : Java -OpenOffice.org Base : Java;definition -OpenOffice.org Base : Java;scripting -OpenOffice.org Base : Java;setting options -OpenOffice.org Base : JDBC -OpenOffice.org Base : JDBC;databases (Base) -OpenOffice.org Base : JDBC;definition -OpenOffice.org Base : joining -OpenOffice.org Base : joining;paragraphs -OpenOffice.org Base : joining;tables (Base) -OpenOffice.org Base : joins in databases (Base) -OpenOffice.org Base : justifying text -OpenOffice.org Base : kerning -OpenOffice.org Base : kerning;Asian texts -OpenOffice.org Base : kerning;definition -OpenOffice.org Base : kerning;in characters -OpenOffice.org Base : key fields for relations (Base) -OpenOffice.org Base : keyboard -OpenOffice.org Base : keyboard;assigning/editing shortcut keys -OpenOffice.org Base : keyboard;general commands -OpenOffice.org Base : keyboard;removing numbering -OpenOffice.org Base : keys -OpenOffice.org Base : keys;adding push buttons -OpenOffice.org Base : keys;primary keys (Base) -OpenOffice.org Base : kiosk export -OpenOffice.org Base : labels -OpenOffice.org Base : labels;creating and synchronizing -OpenOffice.org Base : labels;for draw objects -OpenOffice.org Base : labels;form functions -OpenOffice.org Base : labels;from databases -OpenOffice.org Base : labels, see also names/callouts -OpenOffice.org Base : languages -OpenOffice.org Base : languages;activating modules -OpenOffice.org Base : languages;Asian support -OpenOffice.org Base : languages;complex text layout -OpenOffice.org Base : languages;locale settings -OpenOffice.org Base : languages;selecting -OpenOffice.org Base : languages;setting options -OpenOffice.org Base : languages;spellcheck -OpenOffice.org Base : languages;spellchecking and formatting -OpenOffice.org Base : large handles (Writer) -OpenOffice.org Base : large icons -OpenOffice.org Base : layer arrangement -OpenOffice.org Base : layout -OpenOffice.org Base : layout;importing Word documents -OpenOffice.org Base : layout;pages -OpenOffice.org Base : LDAP server -OpenOffice.org Base : LDAP server;address books (Base) -OpenOffice.org Base : LDAP server;sign on options -OpenOffice.org Base : leading between paragraphs -OpenOffice.org Base : left alignment of paragraphs -OpenOffice.org Base : left joins (Base) -OpenOffice.org Base : legends -OpenOffice.org Base : legends;charts -OpenOffice.org Base : legends;draw objects -OpenOffice.org Base : legends;rounding corners -OpenOffice.org Base : Letter Wizard -OpenOffice.org Base : levels -OpenOffice.org Base : levels;depth stagger -OpenOffice.org Base : limits of tables (Writer) -OpenOffice.org Base : line breaks -OpenOffice.org Base : line breaks;in cells -OpenOffice.org Base : line spacing -OpenOffice.org Base : line spacing;context menu in paragraphs -OpenOffice.org Base : line spacing;paragraph -OpenOffice.org Base : line styles -OpenOffice.org Base : line styles;applying -OpenOffice.org Base : line styles;defining -OpenOffice.org Base : lines -OpenOffice.org Base : lines;contours (Draw/Impress) -OpenOffice.org Base : lines;defining ends -OpenOffice.org Base : lines;draw functions -OpenOffice.org Base : lines;drawing in text -OpenOffice.org Base : lines;editing points -OpenOffice.org Base : lines;removing automatic lines -OpenOffice.org Base : Lines and Page Breaks feature in Microsoft Office -OpenOffice.org Base : lines of text -OpenOffice.org Base : lines of text;alignment -OpenOffice.org Base : links -OpenOffice.org Base : links;between cells and controls -OpenOffice.org Base : links;by drag and drop -OpenOffice.org Base : links;character formats -OpenOffice.org Base : links;definition -OpenOffice.org Base : links;editing hyperlinks -OpenOffice.org Base : links;inserting -OpenOffice.org Base : links;modifying -OpenOffice.org Base : links;opening files with -OpenOffice.org Base : links;relational databases (Base) -OpenOffice.org Base : links;turning off automatic recognition -OpenOffice.org Base : links;updating options (Writer) -OpenOffice.org Base : links;updating specific links -OpenOffice.org Base : list box creation -OpenOffice.org Base : lists -OpenOffice.org Base : lists;data assigned to controls -OpenOffice.org Base : lists;registered databases (Base) -OpenOffice.org Base : lists;regular expressions -OpenOffice.org Base : live presentations on the Internet -OpenOffice.org Base : loading -OpenOffice.org Base : loading;documents -OpenOffice.org Base : loading;documents from other formats -OpenOffice.org Base : loading;HTML documents, automatically -OpenOffice.org Base : loading;Microsoft Office documents with VBA code -OpenOffice.org Base : loading;reloading -OpenOffice.org Base : loading;XML files -OpenOffice.org Base : locale settings -OpenOffice.org Base : lowercase letters -OpenOffice.org Base : lowercase letters;font effects -OpenOffice.org Base : macros -OpenOffice.org Base : macros;assigning to events in forms -OpenOffice.org Base : macros;in MS Office documents -OpenOffice.org Base : macros;interrupting -OpenOffice.org Base : macros;organizing -OpenOffice.org Base : macros;recording -OpenOffice.org Base : macros;security -OpenOffice.org Base : macros;security warning dialog -OpenOffice.org Base : macros;selecting security warnings -OpenOffice.org Base : magnifiers -OpenOffice.org Base : Mail Merge feature in Microsoft Office -OpenOffice.org Base : margins -OpenOffice.org Base : margins;pages -OpenOffice.org Base : margins;setting with the mouse -OpenOffice.org Base : margins;shadows -OpenOffice.org Base : marking changes -OpenOffice.org Base : Markup feature in Microsoft Office -OpenOffice.org Base : Math formula editor -OpenOffice.org Base : measurement units -OpenOffice.org Base : measurement units;changing on rulers -OpenOffice.org Base : measurement units;converting -OpenOffice.org Base : measurement units;selecting -OpenOffice.org Base : Media Player window -OpenOffice.org Base : menus -OpenOffice.org Base : menus;activating context menus -OpenOffice.org Base : menus;customizing -OpenOffice.org Base : menus;inactive menu items -OpenOffice.org Base : merging -OpenOffice.org Base : merging;documents -OpenOffice.org Base : META tags -OpenOffice.org Base : metrics -OpenOffice.org Base : metrics;converting -OpenOffice.org Base : metrics;document formatting (Writer) -OpenOffice.org Base : metrics;in sheets -OpenOffice.org Base : Microsoft Office -OpenOffice.org Base : Microsoft Office;Access databases (base) -OpenOffice.org Base : Microsoft Office;as standard file format -OpenOffice.org Base : Microsoft Office;document import restrictions -OpenOffice.org Base : Microsoft Office;feature comparisons -OpenOffice.org Base : Microsoft Office;importing password protected files -OpenOffice.org Base : Microsoft Office;importing Word documents -OpenOffice.org Base : Microsoft Office;importing/exporting VBA code -OpenOffice.org Base : Microsoft Office;new users information -OpenOffice.org Base : Microsoft Office;opening Microsoft documents -OpenOffice.org Base : Microsoft Office;reassigning document types -OpenOffice.org Base : mobile device filters -OpenOffice.org Base : models in XForms -OpenOffice.org Base : modifying, see changing -OpenOffice.org Base : more controls -OpenOffice.org Base : mosaic filter -OpenOffice.org Base : mouse -OpenOffice.org Base : mouse;pointers when using drag and drop -OpenOffice.org Base : mouse;positioning -OpenOffice.org Base : moving -OpenOffice.org Base : moving;tab stops on ruler -OpenOffice.org Base : moving;toolbars -OpenOffice.org Base : moving;using guide lines in presentations -OpenOffice.org Base : MS ADO interface (Base) -OpenOffice.org Base : multi-line titles in forms -OpenOffice.org Base : multiple documents -OpenOffice.org Base : multiple documents;opening -OpenOffice.org Base : My Documents folder -OpenOffice.org Base : My Documents folder;changing work directory -OpenOffice.org Base : My Documents folder;opening -OpenOffice.org Base : MySQL databases (Base) -OpenOffice.org Base : names -OpenOffice.org Base : names;multi-line titles -OpenOffice.org Base : names;objects -OpenOffice.org Base : names, see also labels/callouts -OpenOffice.org Base : namespace organization in XForms -OpenOffice.org Base : native SQL (Base) -OpenOffice.org Base : navigating -OpenOffice.org Base : navigating;in documents -OpenOffice.org Base : Navigation bar -OpenOffice.org Base : Navigation bar;controls -OpenOffice.org Base : Navigation bar;forms -OpenOffice.org Base : Navigator -OpenOffice.org Base : Navigator;contents as lists -OpenOffice.org Base : Navigator;docking -OpenOffice.org Base : Navigator;working with -OpenOffice.org Base : network identity options -OpenOffice.org Base : new databases -OpenOffice.org Base : new documents -OpenOffice.org Base : new German spellcheck -OpenOffice.org Base : new lines in cells -OpenOffice.org Base : new windows -OpenOffice.org Base : non-breaking dashes -OpenOffice.org Base : non-breaking spaces (Writer) -OpenOffice.org Base : non-printing characters (Writer) -OpenOffice.org Base : notes -OpenOffice.org Base : notes;displaying (Calc) -OpenOffice.org Base : notes;inserting and editing -OpenOffice.org Base : notes;printing in text -OpenOffice.org Base : number formats -OpenOffice.org Base : number formats;codes -OpenOffice.org Base : number formats;formats -OpenOffice.org Base : number formats;recognition in text tables -OpenOffice.org Base : number of pages -OpenOffice.org Base : number of sheets -OpenOffice.org Base : number of tables -OpenOffice.org Base : numbering -OpenOffice.org Base : numbering;options -OpenOffice.org Base : numbering;paragraphs -OpenOffice.org Base : numbering;turning off -OpenOffice.org Base : numbering;using automatically -OpenOffice.org Base : numbers -OpenOffice.org Base : numbers;date, time and currency formats -OpenOffice.org Base : numbers;decimal places (Calc) -OpenOffice.org Base : numbers;formatting options for selected cells -OpenOffice.org Base : numerical fields in forms -OpenOffice.org Base : objects -OpenOffice.org Base : objects;always moveable (Impress/Draw) -OpenOffice.org Base : objects;arranging within stacks -OpenOffice.org Base : objects;contours in presentations -OpenOffice.org Base : objects;copying when moving in presentations -OpenOffice.org Base : objects;definition -OpenOffice.org Base : objects;displaying in spreadsheets -OpenOffice.org Base : objects;displaying in text documents -OpenOffice.org Base : objects;editing -OpenOffice.org Base : objects;inserting from Gallery -OpenOffice.org Base : objects;inserting OLE objects -OpenOffice.org Base : objects;moving and resizing with mouse -OpenOffice.org Base : objects;naming -OpenOffice.org Base : objects;opening -OpenOffice.org Base : objects;quickly moving to -OpenOffice.org Base : objects;titles and descriptions -OpenOffice.org Base : ODBC -OpenOffice.org Base : ODBC;database (Base) -OpenOffice.org Base : ODBC;definition -OpenOffice.org Base : ODF file formats -OpenOffice.org Base : Office -OpenOffice.org Base : Office;Microsoft Office and OpenOffice.org -OpenOffice.org Base : old German spellcheck -OpenOffice.org Base : OLE -OpenOffice.org Base : OLE;definition -OpenOffice.org Base : OLE objects -OpenOffice.org Base : OLE objects;arranging within stacks -OpenOffice.org Base : OLE objects;captions (Writer) -OpenOffice.org Base : OLE objects;inserting -OpenOffice.org Base : OLE objects;number of -OpenOffice.org Base : OLE objects;protecting -OpenOffice.org Base : one and a half line spacing in text -OpenOffice.org Base : online registration -OpenOffice.org Base : online update options -OpenOffice.org Base : online updates -OpenOffice.org Base : online updates;checking automatically -OpenOffice.org Base : online updates;checking manually -OpenOffice.org Base : Open/Save dialogs -OpenOffice.org Base : OpenDocument file formats -OpenOffice.org Base : OpenGL -OpenOffice.org Base : OpenGL;definition -OpenOffice.org Base : OpenGL;optimized output -OpenOffice.org Base : opening -OpenOffice.org Base : opening;context menus -OpenOffice.org Base : opening;database files -OpenOffice.org Base : opening;dialog settings -OpenOffice.org Base : opening;documents -OpenOffice.org Base : opening;documents from other formats -OpenOffice.org Base : opening;files with links -OpenOffice.org Base : opening;files, with placeholders -OpenOffice.org Base : opening;forms -OpenOffice.org Base : opening;Microsoft Office files -OpenOffice.org Base : opening;mobile device documents -OpenOffice.org Base : opening;objects -OpenOffice.org Base : opening;reports -OpenOffice.org Base : opening;several files -OpenOffice.org Base : opening;XForms -OpenOffice.org Base : OpenOffice.org Base data sources -OpenOffice.org Base : OpenOffice.org Basic scripts in HTML documents -OpenOffice.org Base : OpenOffice.org documents -OpenOffice.org Base : OpenOffice.org documents;mobile device filters -OpenOffice.org Base : OpenOffice.org documents;viewing and editing in Internet Explorer -OpenOffice.org Base : OpenOffice.org Math start -OpenOffice.org Base : operators -OpenOffice.org Base : operators;default filters -OpenOffice.org Base : optional hyphens (Writer) -OpenOffice.org Base : options -OpenOffice.org Base : options;accessibility -OpenOffice.org Base : options;appearance -OpenOffice.org Base : options;compatibility (Writer) -OpenOffice.org Base : options;network identity -OpenOffice.org Base : options;online update -OpenOffice.org Base : options;tools -OpenOffice.org Base : Oracle databases (base) -OpenOffice.org Base : ordering -OpenOffice.org Base : ordering;objects -OpenOffice.org Base : organizing -OpenOffice.org Base : organizing;macros and scripts -OpenOffice.org Base : organizing;namespaces in XForms -OpenOffice.org Base : organizing;styles -OpenOffice.org Base : organizing;templates -OpenOffice.org Base : original size -OpenOffice.org Base : original size;printing in OpenOffice.org Math -OpenOffice.org Base : original size;restoring after cropping -OpenOffice.org Base : outlines -OpenOffice.org Base : outlines;font effects -OpenOffice.org Base : outlines;outline symbols -OpenOffice.org Base : outlines;sending to presentations -OpenOffice.org Base : overwrite mode -OpenOffice.org Base : packages, see extensions -OpenOffice.org Base : page breaks -OpenOffice.org Base : page breaks;displaying (Calc) -OpenOffice.org Base : page formats -OpenOffice.org Base : page formats;maximizing -OpenOffice.org Base : page formats;restriction -OpenOffice.org Base : page styles -OpenOffice.org Base : page styles;editing/applying with statusbar -OpenOffice.org Base : pages -OpenOffice.org Base : pages;backgrounds in spreadsheets -OpenOffice.org Base : pages;formatting and numbering -OpenOffice.org Base : pages;printing page names in presentations -OpenOffice.org Base : pages;scaling -OpenOffice.org Base : pages;selecting one to print -OpenOffice.org Base : paint box -OpenOffice.org Base : paint can symbol -OpenOffice.org Base : pair kerning -OpenOffice.org Base : Palm file filters -OpenOffice.org Base : paper formats -OpenOffice.org Base : paper size warning -OpenOffice.org Base : paper trays -OpenOffice.org Base : paragraph marks -OpenOffice.org Base : paragraph marks;displaying (Writer) -OpenOffice.org Base : paragraph styles -OpenOffice.org Base : paragraph styles;languages -OpenOffice.org Base : paragraph styles;modifying basic fonts -OpenOffice.org Base : paragraphs -OpenOffice.org Base : paragraphs;alignment -OpenOffice.org Base : paragraphs;Asian typography -OpenOffice.org Base : paragraphs;backgrounds -OpenOffice.org Base : paragraphs;defining borders -OpenOffice.org Base : paragraphs;hidden paragraphs (Writer) -OpenOffice.org Base : paragraphs;increasing indents of -OpenOffice.org Base : paragraphs;indents, margins and columns -OpenOffice.org Base : paragraphs;inserting bullets -OpenOffice.org Base : paragraphs;joining -OpenOffice.org Base : paragraphs;numbering automatically -OpenOffice.org Base : paragraphs;removing blank ones -OpenOffice.org Base : paragraphs;spacing -OpenOffice.org Base : paragraphs;tab stops -OpenOffice.org Base : parameters -OpenOffice.org Base : parameters;command line -OpenOffice.org Base : parameters;queries (Base) -OpenOffice.org Base : passwords for protecting contents -OpenOffice.org Base : pasting -OpenOffice.org Base : pasting;cell ranges -OpenOffice.org Base : pasting;cell ranges from spreadsheets -OpenOffice.org Base : pasting;data from text documents -OpenOffice.org Base : pasting;draw objects -OpenOffice.org Base : pasting;draw objects from other documents -OpenOffice.org Base : pasting;formatted/unformatted text -OpenOffice.org Base : pasting;from data source view -OpenOffice.org Base : pasting;from data sources to OpenOffice.org Calc -OpenOffice.org Base : pasting;pictures from other documents -OpenOffice.org Base : pasting;sheet areas in text documents -OpenOffice.org Base : pasting;to Gallery -OpenOffice.org Base : paths -OpenOffice.org Base : paths;changing work directory -OpenOffice.org Base : paths;defaults -OpenOffice.org Base : pattern editor -OpenOffice.org Base : pattern fields -OpenOffice.org Base : pattern fields;form functions -OpenOffice.org Base : patterns for objects -OpenOffice.org Base : PDF -OpenOffice.org Base : PDF;export -OpenOffice.org Base : PDF;PostScript to PDF converter, UNIX -OpenOffice.org Base : personal data input -OpenOffice.org Base : phonetic guide -OpenOffice.org Base : picklist creation -OpenOffice.org Base : pictures -OpenOffice.org Base : pictures;adding to Gallery -OpenOffice.org Base : pictures;arranging within stacks -OpenOffice.org Base : pictures;assigning macros -OpenOffice.org Base : pictures;backgrounds -OpenOffice.org Base : pictures;captions (Writer) -OpenOffice.org Base : pictures;changing paths -OpenOffice.org Base : pictures;cropping and zooming -OpenOffice.org Base : pictures;displaying in Calc -OpenOffice.org Base : pictures;displaying in Writer (Writer) -OpenOffice.org Base : pictures;drag and drop between documents -OpenOffice.org Base : pictures;drawing -OpenOffice.org Base : pictures;editing -OpenOffice.org Base : pictures;filters -OpenOffice.org Base : pictures;ImageMap -OpenOffice.org Base : pictures;inserting automatically -OpenOffice.org Base : pictures;inserting from Gallery -OpenOffice.org Base : pictures;number of -OpenOffice.org Base : pictures;printing -OpenOffice.org Base : pictures;scaling/resizing -OpenOffice.org Base : Pivot tables feature in Microsoft Office -OpenOffice.org Base : pixel editor -OpenOffice.org Base : pixel graphics -OpenOffice.org Base : pixel graphics;inserting and editing -OpenOffice.org Base : pixel patterns -OpenOffice.org Base : placeholders -OpenOffice.org Base : placeholders;in SQL queries -OpenOffice.org Base : placeholders;on opening files -OpenOffice.org Base : placing toolbars -OpenOffice.org Base : playing movies and sound files -OpenOffice.org Base : plotting data as charts -OpenOffice.org Base : plug-ins -OpenOffice.org Base : plug-ins;activating and deactivating -OpenOffice.org Base : plug-ins;definition -OpenOffice.org Base : plug-ins;inserting -OpenOffice.org Base : pocket device appliances -OpenOffice.org Base : Pocket PC file filters -OpenOffice.org Base : points -OpenOffice.org Base : points;reducing editing points when snapping (Impress/Draw) -OpenOffice.org Base : polygon drawing -OpenOffice.org Base : pop-art filter -OpenOffice.org Base : portable document format -OpenOffice.org Base : positioning -OpenOffice.org Base : positioning;draw objects and controls -OpenOffice.org Base : positioning;fonts -OpenOffice.org Base : positioning;objects -OpenOffice.org Base : positioning;toolbars -OpenOffice.org Base : post method for form transmissions -OpenOffice.org Base : posterizing filter -OpenOffice.org Base : PostScript -OpenOffice.org Base : PostScript;creating files -OpenOffice.org Base : PostScript;PDF converter, UNIX -OpenOffice.org Base : PowerPoint export -OpenOffice.org Base : precision as shown (Calc) -OpenOffice.org Base : predefining fonts -OpenOffice.org Base : presentations -OpenOffice.org Base : presentations;creating/opening -OpenOffice.org Base : presentations;inserting spreadsheet cells -OpenOffice.org Base : presentations;live on the Internet -OpenOffice.org Base : presentations;print menu -OpenOffice.org Base : presentations;saving -OpenOffice.org Base : presentations;saving automatically -OpenOffice.org Base : presentations;saving in other formats -OpenOffice.org Base : presentations;sending as e-mail -OpenOffice.org Base : presentations;starting with wizard -OpenOffice.org Base : presentations;wizards -OpenOffice.org Base : press buttons, see push buttons -OpenOffice.org Base : previews -OpenOffice.org Base : previews;fonts lists -OpenOffice.org Base : primary keys -OpenOffice.org Base : primary keys;defining -OpenOffice.org Base : primary keys;inserting (Base) -OpenOffice.org Base : print area selection -OpenOffice.org Base : printer metrics for document formatting (Writer) -OpenOffice.org Base : printers -OpenOffice.org Base : printers;adding, UNIX -OpenOffice.org Base : printers;choosing -OpenOffice.org Base : printers;default printer -OpenOffice.org Base : printers;faxes under UNIX -OpenOffice.org Base : printers;maximum page formats -OpenOffice.org Base : printers;paper trays -OpenOffice.org Base : printers;properties -OpenOffice.org Base : printing -OpenOffice.org Base : printing;black and white -OpenOffice.org Base : printing;brochures -OpenOffice.org Base : printing;colors in grayscale -OpenOffice.org Base : printing;copies -OpenOffice.org Base : printing;creating individual jobs -OpenOffice.org Base : printing;dates in presentations -OpenOffice.org Base : printing;directly -OpenOffice.org Base : printing;documents -OpenOffice.org Base : printing;drawings defaults -OpenOffice.org Base : printing;elements in text documents -OpenOffice.org Base : printing;faster -OpenOffice.org Base : printing;fitting to pages in OpenOffice.org Math -OpenOffice.org Base : printing;fitting to pages in presentations -OpenOffice.org Base : printing;formulas in OpenOffice.org Math -OpenOffice.org Base : printing;hidden pages of presentations -OpenOffice.org Base : printing;in original size in OpenOffice.org Math -OpenOffice.org Base : printing;left/right pages -OpenOffice.org Base : printing;queries (Base) -OpenOffice.org Base : printing;scaling in OpenOffice.org Math -OpenOffice.org Base : printing;selections -OpenOffice.org Base : printing;text always in black -OpenOffice.org Base : printing;text in reverse order -OpenOffice.org Base : printing;tiling pages in presentations -OpenOffice.org Base : printing;transparencies -OpenOffice.org Base : printing;warnings -OpenOffice.org Base : printing;without scaling in presentations -OpenOffice.org Base : printing speed -OpenOffice.org Base : programming -OpenOffice.org Base : programming;OpenOffice.org -OpenOffice.org Base : programming;scripting -OpenOffice.org Base : properties -OpenOffice.org Base : properties;fields in databases -OpenOffice.org Base : properties;files -OpenOffice.org Base : properties;form controls -OpenOffice.org Base : properties;forms -OpenOffice.org Base : properties;printers -OpenOffice.org Base : protected contents -OpenOffice.org Base : protected dashes -OpenOffice.org Base : protected database tables -OpenOffice.org Base : protected documents -OpenOffice.org Base : protected spaces -OpenOffice.org Base : protected spaces;inserting -OpenOffice.org Base : protected spaces;showing (Writer) -OpenOffice.org Base : protecting -OpenOffice.org Base : protecting;contents -OpenOffice.org Base : protecting;recorded changes -OpenOffice.org Base : proxy settings -OpenOffice.org Base : push buttons -OpenOffice.org Base : push buttons;adding to documents -OpenOffice.org Base : push buttons;creating -OpenOffice.org Base : queries -OpenOffice.org Base : queries;copying (Base) -OpenOffice.org Base : queries;creating in design view (Base) -OpenOffice.org Base : queries;creating in SQL view -OpenOffice.org Base : queries;defining (Base) -OpenOffice.org Base : queries;deleting table links (Base) -OpenOffice.org Base : queries;editing in data source view -OpenOffice.org Base : queries;formulating filter conditions (Base) -OpenOffice.org Base : queries;joining tables (Base) -OpenOffice.org Base : queries;missing elements (Base) -OpenOffice.org Base : queries;overview (Base) -OpenOffice.org Base : queries;parameter queries (Base) -OpenOffice.org Base : queries;printing (Base) -OpenOffice.org Base : Query Wizard (Base) -OpenOffice.org Base : quickstarter -OpenOffice.org Base : quotation marks -OpenOffice.org Base : quotation marks;replacing -OpenOffice.org Base : quotes -OpenOffice.org Base : quotes;custom -OpenOffice.org Base : radio button creation -OpenOffice.org Base : read-only documents -OpenOffice.org Base : read-only documents;cursor -OpenOffice.org Base : read-only documents;database tables on/off -OpenOffice.org Base : read-only documents;editing -OpenOffice.org Base : read-only documents;opening documents as -OpenOffice.org Base : read-only items in Data Navigator -OpenOffice.org Base : recognizing URLs automatically -OpenOffice.org Base : recording -OpenOffice.org Base : recording;changes -OpenOffice.org Base : recording;macros -OpenOffice.org Base : records -OpenOffice.org Base : records;inserting notes -OpenOffice.org Base : records;protecting -OpenOffice.org Base : records;saving -OpenOffice.org Base : records;searching in databases -OpenOffice.org Base : rectangles with round corners -OpenOffice.org Base : recursions in spreadsheets -OpenOffice.org Base : redo command -OpenOffice.org Base : reduced printing -OpenOffice.org Base : reference lines -OpenOffice.org Base : references -OpenOffice.org Base : references;displaying in color (Calc) -OpenOffice.org Base : references;expanding (Calc) -OpenOffice.org Base : references;iterative (Calc) -OpenOffice.org Base : Refresh Data feature in Microsoft Office -OpenOffice.org Base : register-true -OpenOffice.org Base : register-true;definition -OpenOffice.org Base : registering -OpenOffice.org Base : registering;address books -OpenOffice.org Base : registering;databases (Base) -OpenOffice.org Base : registering;OpenOffice.org -OpenOffice.org Base : regular expressions -OpenOffice.org Base : regular expressions;list of -OpenOffice.org Base : regular expressions;opening files -OpenOffice.org Base : relational databases (Base) -OpenOffice.org Base : relations -OpenOffice.org Base : relations;creating and deleting (Base) -OpenOffice.org Base : relations;joining tables (Base) -OpenOffice.org Base : relations;properties (Base) -OpenOffice.org Base : relative hyperlinks -OpenOffice.org Base : relative saving of URLs -OpenOffice.org Base : reloading -OpenOffice.org Base : reloading;documents -OpenOffice.org Base : reloading;HTML documents, automatically -OpenOffice.org Base : remarks, see also notes -OpenOffice.org Base : remote configurations -OpenOffice.org Base : remove noise filter -OpenOffice.org Base : removing -OpenOffice.org Base : removing;bullets and numbering -OpenOffice.org Base : removing;form filters -OpenOffice.org Base : removing, see also deleting -OpenOffice.org Base : Replace text as you type feature in Microsoft Office -OpenOffice.org Base : replacement options -OpenOffice.org Base : replacement table -OpenOffice.org Base : replacing -OpenOffice.org Base : replacing;AutoCorrect function -OpenOffice.org Base : replacing;dashes -OpenOffice.org Base : Report Builder -OpenOffice.org Base : reports -OpenOffice.org Base : reports;creating -OpenOffice.org Base : reports;error reports -OpenOffice.org Base : reports;opening and editing -OpenOffice.org Base : reports;templates -OpenOffice.org Base : resetting -OpenOffice.org Base : resetting;templates -OpenOffice.org Base : resizing -OpenOffice.org Base : resizing;objects, by mouse -OpenOffice.org Base : resizing, see also scaling/zooming -OpenOffice.org Base : resolution when printing bitmaps -OpenOffice.org Base : restoring -OpenOffice.org Base : restoring;default formatting -OpenOffice.org Base : restoring;editing -OpenOffice.org Base : reversing printing order -OpenOffice.org Base : review function -OpenOffice.org Base : review function;accepting or rejecting changes -OpenOffice.org Base : review function;comparing documents -OpenOffice.org Base : review function;recording changes example -OpenOffice.org Base : rich text control -OpenOffice.org Base : right alignment of paragraphs -OpenOffice.org Base : right joins (Base) -OpenOffice.org Base : right-to-left text -OpenOffice.org Base : rotating -OpenOffice.org Base : rotating;3D text -OpenOffice.org Base : round corners -OpenOffice.org Base : rounding precision (Calc) -OpenOffice.org Base : row headers -OpenOffice.org Base : row headers;displaying (Calc) -OpenOffice.org Base : row headers;highlighting (Calc) -OpenOffice.org Base : rulers -OpenOffice.org Base : rulers;default settings -OpenOffice.org Base : rulers;measurement units -OpenOffice.org Base : rulers;visible in presentations -OpenOffice.org Base : samples and templates -OpenOffice.org Base : saving -OpenOffice.org Base : saving;default file formats -OpenOffice.org Base : saving;dialog settings -OpenOffice.org Base : saving;documents -OpenOffice.org Base : saving;documents for mobile devices -OpenOffice.org Base : saving;documents in other formats -OpenOffice.org Base : saving;documents, automatically -OpenOffice.org Base : saving;in Microsoft Office file format -OpenOffice.org Base : saving;options -OpenOffice.org Base : saving;templates -OpenOffice.org Base : saving;to XML -OpenOffice.org Base : saving;VBA code in Microsoft Office documents -OpenOffice.org Base : saving;with password by default -OpenOffice.org Base : saving as command -OpenOffice.org Base : saving as command;precautions -OpenOffice.org Base : scaling -OpenOffice.org Base : scaling;font sizes in user interface -OpenOffice.org Base : scaling;objects -OpenOffice.org Base : scaling;pictures -OpenOffice.org Base : scaling;printing in OpenOffice.org Math -OpenOffice.org Base : scaling;when printing presentations -OpenOffice.org Base : scaling, see also zooming -OpenOffice.org Base : screen -OpenOffice.org Base : screen;full screen views -OpenOffice.org Base : screen;scaling -OpenOffice.org Base : screen magnifiers -OpenOffice.org Base : screen readers -OpenOffice.org Base : script organization -OpenOffice.org Base : scripting in programming -OpenOffice.org Base : scrollbars -OpenOffice.org Base : scrollbars;controls -OpenOffice.org Base : scrollbars;displaying (Calc) -OpenOffice.org Base : scrollbars;horizontal and vertical (Writer) -OpenOffice.org Base : search criteria for database functions in cells -OpenOffice.org Base : search engines -OpenOffice.org Base : search engines;definition -OpenOffice.org Base : search engines;selecting -OpenOffice.org Base : searching -OpenOffice.org Base : searching;all sheets -OpenOffice.org Base : searching;databases -OpenOffice.org Base : searching;form filters -OpenOffice.org Base : searching;Internet -OpenOffice.org Base : searching;tables and forms -OpenOffice.org Base : sections -OpenOffice.org Base : sections;backgrounds -OpenOffice.org Base : sections;protecting -OpenOffice.org Base : security -OpenOffice.org Base : security;options for documents with macros -OpenOffice.org Base : security;protecting contents -OpenOffice.org Base : security;warning dialogs with macros -OpenOffice.org Base : selecting -OpenOffice.org Base : selecting;controls -OpenOffice.org Base : selecting;group objects -OpenOffice.org Base : selecting;measurement units -OpenOffice.org Base : selecting;objects -OpenOffice.org Base : selecting;print areas -OpenOffice.org Base : selecting;several files -OpenOffice.org Base : selection clipboard -OpenOffice.org Base : selection modes in text -OpenOffice.org Base : sending -OpenOffice.org Base : sending;AutoAbstract function in presentations -OpenOffice.org Base : sending;documents as e-mail -OpenOffice.org Base : sending;documents as faxes -OpenOffice.org Base : separator lines -OpenOffice.org Base : separator lines;defining -OpenOffice.org Base : separators -OpenOffice.org Base : separators;conditional -OpenOffice.org Base : Server Side ImageMap -OpenOffice.org Base : settings -OpenOffice.org Base : settings;printers -OpenOffice.org Base : settings;program configuration -OpenOffice.org Base : settings;proxies -OpenOffice.org Base : settings;tracking changes -OpenOffice.org Base : settings;views -OpenOffice.org Base : SGML -OpenOffice.org Base : SGML;definition -OpenOffice.org Base : shadows -OpenOffice.org Base : shadows;areas -OpenOffice.org Base : shadows;borders -OpenOffice.org Base : shadows;characters -OpenOffice.org Base : shadows;characters, using context menu -OpenOffice.org Base : sharpening filter -OpenOffice.org Base : sheet tabs -OpenOffice.org Base : sheet tabs;displaying -OpenOffice.org Base : sheets -OpenOffice.org Base : sheets;searching all -OpenOffice.org Base : shortcut keys -OpenOffice.org Base : shortcut keys;assigning macros -OpenOffice.org Base : shortcut keys;general -OpenOffice.org Base : shortcut keys;in databases -OpenOffice.org Base : shortcut keys;OpenOffice.org accessibility -OpenOffice.org Base : Show/Hide feature in Microsoft Office -OpenOffice.org Base : showing -OpenOffice.org Base : showing;changes -OpenOffice.org Base : showing;docked windows -OpenOffice.org Base : showing;drawings and controls (Writer) -OpenOffice.org Base : showing;live presentations on the Internet -OpenOffice.org Base : showing;toolbars -OpenOffice.org Base : signing documents with digital signatures -OpenOffice.org Base : similarity search -OpenOffice.org Base : simple handles (Writer) -OpenOffice.org Base : simplified Chinese -OpenOffice.org Base : simplified Chinese;translating to traditional Chinese -OpenOffice.org Base : single sign on options -OpenOffice.org Base : single-line spacing in text -OpenOffice.org Base : sizes -OpenOffice.org Base : sizes;draw objects -OpenOffice.org Base : sizes;pictures -OpenOffice.org Base : slanting draw objects -OpenOffice.org Base : small capitals -OpenOffice.org Base : small icons -OpenOffice.org Base : smart tags -OpenOffice.org Base : smart tags;options -OpenOffice.org Base : smooth scrolling (Writer) -OpenOffice.org Base : smoothing filter -OpenOffice.org Base : snap grid defaults (Writer/Calc) -OpenOffice.org Base : snapping in presentations and drawings -OpenOffice.org Base : solarization filter -OpenOffice.org Base : sort lists -OpenOffice.org Base : sort lists;copying to in Calc -OpenOffice.org Base : sorting -OpenOffice.org Base : sorting;data in forms -OpenOffice.org Base : sorting;databases -OpenOffice.org Base : sounds -OpenOffice.org Base : sounds;inserting and playing -OpenOffice.org Base : sounds;UNIX -OpenOffice.org Base : spaces -OpenOffice.org Base : spaces;displaying (Writer) -OpenOffice.org Base : spaces;ignoring double -OpenOffice.org Base : spaces;inserting protected spaces -OpenOffice.org Base : spaces;showing protected spaces (Writer) -OpenOffice.org Base : spacing -OpenOffice.org Base : spacing;between paragraphs in footnotes -OpenOffice.org Base : spacing;font effects -OpenOffice.org Base : spacing;lines and paragraphs -OpenOffice.org Base : spacing;tab stops in text documents -OpenOffice.org Base : spacing;tabs in presentations -OpenOffice.org Base : spadmin -OpenOffice.org Base : special characters -OpenOffice.org Base : speech bubbles -OpenOffice.org Base : speed of printing -OpenOffice.org Base : spellcheck -OpenOffice.org Base : spellcheck;activating for a language -OpenOffice.org Base : spellcheck;context menus -OpenOffice.org Base : spellcheck;default languages -OpenOffice.org Base : spellcheck;dialog -OpenOffice.org Base : spellcheck;dictionary of exceptions -OpenOffice.org Base : spellcheck;ignore list -OpenOffice.org Base : Spelling and Grammar feature in Microsoft Office -OpenOffice.org Base : spin button creation -OpenOffice.org Base : spoolfiles with Xprinter -OpenOffice.org Base : spreadsheets -OpenOffice.org Base : spreadsheets;as databases (base) -OpenOffice.org Base : spreadsheets;backgrounds -OpenOffice.org Base : spreadsheets;copying areas to text documents -OpenOffice.org Base : spreadsheets;creating/opening -OpenOffice.org Base : spreadsheets;inserting charts -OpenOffice.org Base : spreadsheets;inserting database records -OpenOffice.org Base : spreadsheets;printing -OpenOffice.org Base : spreadsheets;saving -OpenOffice.org Base : spreadsheets;saving automatically -OpenOffice.org Base : spreadsheets;saving in other formats -OpenOffice.org Base : spreadsheets;sending as e-mail -OpenOffice.org Base : SQL -OpenOffice.org Base : SQL;definition -OpenOffice.org Base : SQL;DISTINCT parameter -OpenOffice.org Base : SQL;executing SQL commands -OpenOffice.org Base : SQL;executing SQL statements (Base) -OpenOffice.org Base : SQL;queries (Base) -OpenOffice.org Base : square drawings -OpenOffice.org Base : standard bar on/off -OpenOffice.org Base : standard filters in databases -OpenOffice.org Base : standard printer under UNIX -OpenOffice.org Base : Start Module backing window -OpenOffice.org Base : start parameters -OpenOffice.org Base : status bar on/off -OpenOffice.org Base : stickers -OpenOffice.org Base : strikethrough -OpenOffice.org Base : strikethrough;characters -OpenOffice.org Base : strikethrough;font effects -OpenOffice.org Base : styles -OpenOffice.org Base : styles;'changed' message -OpenOffice.org Base : styles;copying between documents -OpenOffice.org Base : styles;keyboard shortcuts -OpenOffice.org Base : styles;organizing -OpenOffice.org Base : styles;printing styles used in a document -OpenOffice.org Base : styles;replacing automatically -OpenOffice.org Base : Styles and Formatting window -OpenOffice.org Base : Styles and Formatting window;docking -OpenOffice.org Base : subforms -OpenOffice.org Base : subforms;creating -OpenOffice.org Base : subforms;description -OpenOffice.org Base : submitting forms -OpenOffice.org Base : suffixes in file formats -OpenOffice.org Base : support on the Web -OpenOffice.org Base : synchronizing -OpenOffice.org Base : synchronizing;labels and business cards -OpenOffice.org Base : synchronizing;Pocket PC and OpenOffice.org formats -OpenOffice.org Base : system address book registration -OpenOffice.org Base : tab stops -OpenOffice.org Base : tab stops;displaying (Writer) -OpenOffice.org Base : tab stops;inserting and editing -OpenOffice.org Base : tab stops;setting in sheets -OpenOffice.org Base : tab stops;settings -OpenOffice.org Base : tab stops;spacing in presentations -OpenOffice.org Base : tab stops;spacing in text documents -OpenOffice.org Base : table controls -OpenOffice.org Base : table controls;form functions -OpenOffice.org Base : table controls;keyboard-only edit mode -OpenOffice.org Base : table controls;properties -OpenOffice.org Base : table views of databases -OpenOffice.org Base : Table Wizard (Base) -OpenOffice.org Base : tables -OpenOffice.org Base : tables;backgrounds -OpenOffice.org Base : tables;inserting line breaks -OpenOffice.org Base : tables in databases -OpenOffice.org Base : tables in databases;access rights to (Base) -OpenOffice.org Base : tables in databases;adding to queries -OpenOffice.org Base : tables in databases;browsing and editing -OpenOffice.org Base : tables in databases;copying database tables (Base) -OpenOffice.org Base : tables in databases;creating -OpenOffice.org Base : tables in databases;creating in design view -OpenOffice.org Base : tables in databases;importing text formats (Base) -OpenOffice.org Base : tables in databases;joining for queries (Base) -OpenOffice.org Base : tables in databases;printing queries (Base) -OpenOffice.org Base : tables in databases;relations (Base) -OpenOffice.org Base : tables in databases;searching -OpenOffice.org Base : tables in spreadsheets -OpenOffice.org Base : tables in spreadsheets;copying data to other applications -OpenOffice.org Base : tables in spreadsheets;defining borders -OpenOffice.org Base : tables in spreadsheets;value highlighting -OpenOffice.org Base : tables in text -OpenOffice.org Base : tables in text;captions -OpenOffice.org Base : tables in text;creating automatically -OpenOffice.org Base : tables in text;default settings -OpenOffice.org Base : tables in text;defining borders -OpenOffice.org Base : tables in text;displaying -OpenOffice.org Base : tables in text;printing -OpenOffice.org Base : tables in text;protecting cells -OpenOffice.org Base : tables of contents -OpenOffice.org Base : tables of contents;unprotecting -OpenOffice.org Base : tabs -OpenOffice.org Base : tabs;displaying sheet tabs -OpenOffice.org Base : tags -OpenOffice.org Base : tags;definition -OpenOffice.org Base : tags;META tags -OpenOffice.org Base : templates -OpenOffice.org Base : templates;agendas -OpenOffice.org Base : templates;changing basic fonts -OpenOffice.org Base : templates;database reports -OpenOffice.org Base : templates;deleting -OpenOffice.org Base : templates;editing and saving -OpenOffice.org Base : templates;faxes -OpenOffice.org Base : templates;importing and exporting -OpenOffice.org Base : templates;letters -OpenOffice.org Base : templates;new documents from templates -OpenOffice.org Base : templates;opening documents with -OpenOffice.org Base : templates;organizing -OpenOffice.org Base : terminology -OpenOffice.org Base : terminology;general glossary -OpenOffice.org Base : terminology;Internet glossary -OpenOffice.org Base : testing XML filters -OpenOffice.org Base : text -OpenOffice.org Base : text;animating -OpenOffice.org Base : text;Asian layout -OpenOffice.org Base : text;backgrounds -OpenOffice.org Base : text;bold -OpenOffice.org Base : text;coloring -OpenOffice.org Base : text;contours -OpenOffice.org Base : text;copying by drag and drop -OpenOffice.org Base : text;CTL languages -OpenOffice.org Base : text;drawing pictures -OpenOffice.org Base : text;font effects -OpenOffice.org Base : text;font sizes -OpenOffice.org Base : text;font styles -OpenOffice.org Base : text;fonts and formats -OpenOffice.org Base : text;Fontwork icons -OpenOffice.org Base : text;hyperlinks -OpenOffice.org Base : text;inserting special characters -OpenOffice.org Base : text;italics -OpenOffice.org Base : text;kerning -OpenOffice.org Base : text;language selection -OpenOffice.org Base : text;line spacing -OpenOffice.org Base : text;overwriting or inserting -OpenOffice.org Base : text;placeholders in presentations -OpenOffice.org Base : text;printing in black -OpenOffice.org Base : text;replacing with format -OpenOffice.org Base : text;selection modes -OpenOffice.org Base : text;shadowed -OpenOffice.org Base : text;text/draw objects -OpenOffice.org Base : text attributes -OpenOffice.org Base : text attributes;hyperlinks -OpenOffice.org Base : text attributes;undoing -OpenOffice.org Base : text boxes -OpenOffice.org Base : text boxes;form functions -OpenOffice.org Base : text boxes;positioning -OpenOffice.org Base : text breaks in cells -OpenOffice.org Base : text colors for better accessibility -OpenOffice.org Base : text databases (Base) -OpenOffice.org Base : text documents -OpenOffice.org Base : text documents;creating/opening -OpenOffice.org Base : text documents;importing/exporting -OpenOffice.org Base : text documents;inserting spreadsheet cells -OpenOffice.org Base : text documents;print settings -OpenOffice.org Base : text documents;printing -OpenOffice.org Base : text documents;saving -OpenOffice.org Base : text documents;saving automatically -OpenOffice.org Base : text documents;saving in other formats -OpenOffice.org Base : text documents;sending as e-mail -OpenOffice.org Base : text effects -OpenOffice.org Base : text flow -OpenOffice.org Base : text flow;in cells -OpenOffice.org Base : text formats -OpenOffice.org Base : text formats;databases -OpenOffice.org Base : text formats;pasting -OpenOffice.org Base : text input fields -OpenOffice.org Base : text layout for special languages -OpenOffice.org Base : text objects -OpenOffice.org Base : text objects;alignment -OpenOffice.org Base : text objects;draw functions -OpenOffice.org Base : text objects;fonts -OpenOffice.org Base : text objects;in presentations and drawings -OpenOffice.org Base : text overflow in spreadsheet cells -OpenOffice.org Base : text, see also text documents, paragraphs and characters -OpenOffice.org Base : TextArt, see Fontwork -OpenOffice.org Base : textures -OpenOffice.org Base : textures;inserting from Gallery -OpenOffice.org Base : textures;on chart bars -OpenOffice.org Base : Thai -OpenOffice.org Base : Thai;entering text -OpenOffice.org Base : Thai;language settings -OpenOffice.org Base : thesaurus -OpenOffice.org Base : thesaurus;activating for a language -OpenOffice.org Base : ticker text -OpenOffice.org Base : time fields -OpenOffice.org Base : time fields;form functions -OpenOffice.org Base : times -OpenOffice.org Base : times;inserting when printing presentations -OpenOffice.org Base : times, formats -OpenOffice.org Base : tips -OpenOffice.org Base : tips;extended tips in Help -OpenOffice.org Base : title rows -OpenOffice.org Base : title rows;printing in OpenOffice.org Math -OpenOffice.org Base : titles -OpenOffice.org Base : titles;changing -OpenOffice.org Base : titles;editing in charts -OpenOffice.org Base : titles;font effects -OpenOffice.org Base : titles;formatting automatically -OpenOffice.org Base : titles;objects -OpenOffice.org Base : toolbars -OpenOffice.org Base : toolbars;adding buttons -OpenOffice.org Base : toolbars;docking/undocking -OpenOffice.org Base : toolbars;Form Navigation bar -OpenOffice.org Base : toolbars;viewing/closing -OpenOffice.org Base : tools bar -OpenOffice.org Base : tooltips -OpenOffice.org Base : tooltips;extended tips -OpenOffice.org Base : tooltips;help -OpenOffice.org Base : Track changes feature in Microsoft Office -OpenOffice.org Base : traditional Chinese -OpenOffice.org Base : traditional Chinese;translating to simplified chinese -OpenOffice.org Base : transparency -OpenOffice.org Base : transparency;areas -OpenOffice.org Base : transparency;off for faster printing -OpenOffice.org Base : transparency;saving -OpenOffice.org Base : tree view of Help -OpenOffice.org Base : typefaces -OpenOffice.org Base : typefaces;adding under UNIX -OpenOffice.org Base : typefaces;formats -OpenOffice.org Base : typographical quotes in OpenOffice.org Writer -OpenOffice.org Base : typography -OpenOffice.org Base : typography;Asian -OpenOffice.org Base : underlining -OpenOffice.org Base : underlining;AutoFormat function -OpenOffice.org Base : underlining;characters -OpenOffice.org Base : underlining;text -OpenOffice.org Base : undocking windows -OpenOffice.org Base : undoing -OpenOffice.org Base : undoing;direct formatting -OpenOffice.org Base : undoing;editing -OpenOffice.org Base : undoing;number of steps -OpenOffice.org Base : ungrouping groups -OpenOffice.org Base : units -OpenOffice.org Base : units;converting -OpenOffice.org Base : units;measurement units -OpenOffice.org Base : UNO components -OpenOffice.org Base : UNO components;Extension Manager -OpenOffice.org Base : UNO components;integrating new -OpenOffice.org Base : update options -OpenOffice.org Base : updates -OpenOffice.org Base : updates;checking automatically -OpenOffice.org Base : updates;checking manually -OpenOffice.org Base : updating -OpenOffice.org Base : updating;fields and charts, automatically (Writer) -OpenOffice.org Base : updating;links in text documents -OpenOffice.org Base : updating;links, on opening -OpenOffice.org Base : updating;templates -OpenOffice.org Base : URL -OpenOffice.org Base : URL;changing hyperlink URLs -OpenOffice.org Base : URL;definition -OpenOffice.org Base : URL;saving absolute/relative paths -OpenOffice.org Base : URL;turning off URL recognition -OpenOffice.org Base : user data -OpenOffice.org Base : user data;input -OpenOffice.org Base : user data;removing when saving -OpenOffice.org Base : user-defined dictionaries -OpenOffice.org Base : user-defined dictionaries;creating -OpenOffice.org Base : user-defined dictionaries;dictionary of exceptions -OpenOffice.org Base : user-defined dictionaries;editing -OpenOffice.org Base : user-defined styles -OpenOffice.org Base : user-defined styles;automatically replacing -OpenOffice.org Base : UTF-8/UCS2 support -OpenOffice.org Base : Validation feature in Microsoft Office -OpenOffice.org Base : values -OpenOffice.org Base : values;rounded as shown (Calc) -OpenOffice.org Base : variables -OpenOffice.org Base : variables;for paths -OpenOffice.org Base : VBA code -OpenOffice.org Base : VBA code;loading/saving documents with VBA code -OpenOffice.org Base : version management -OpenOffice.org Base : version numbers of documents -OpenOffice.org Base : versions -OpenOffice.org Base : versions;comparing documents -OpenOffice.org Base : versions;file saving as, restriction -OpenOffice.org Base : versions;merging document versions -OpenOffice.org Base : versions;of a document -OpenOffice.org Base : versions;OpenOffice.org -OpenOffice.org Base : vertical callouts -OpenOffice.org Base : vertical scrollbars (Writer) -OpenOffice.org Base : vertical text boxes -OpenOffice.org Base : videos -OpenOffice.org Base : viewing -OpenOffice.org Base : viewing;databases -OpenOffice.org Base : viewing;file properties -OpenOffice.org Base : viewing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Base : viewing;toolbars -OpenOffice.org Base : views -OpenOffice.org Base : views;creating database views (Base) -OpenOffice.org Base : views;defaults -OpenOffice.org Base : views;full screen -OpenOffice.org Base : views;icons -OpenOffice.org Base : views;in 3D -OpenOffice.org Base : views;scaling -OpenOffice.org Base : Visual Basic for Applications -OpenOffice.org Base : Visual Basic for Applications;loading/saving documents with VBA code -OpenOffice.org Base : watermarks -OpenOffice.org Base : web documents -OpenOffice.org Base : web documents;XForms -OpenOffice.org Base : Web support -OpenOffice.org Base : WebCast export -OpenOffice.org Base : windows -OpenOffice.org Base : windows;docking -OpenOffice.org Base : windows;docking definition -OpenOffice.org Base : windows;hiding/showing/docking -OpenOffice.org Base : windows;new -OpenOffice.org Base : wizards -OpenOffice.org Base : wizards;agendas -OpenOffice.org Base : wizards;database queries -OpenOffice.org Base : wizards;database tables (Base) -OpenOffice.org Base : wizards;databases (Base) -OpenOffice.org Base : wizards;document converter -OpenOffice.org Base : wizards;Euro Converter -OpenOffice.org Base : wizards;faxes -OpenOffice.org Base : wizards;forms -OpenOffice.org Base : wizards;letters -OpenOffice.org Base : wizards;overview -OpenOffice.org Base : wizards;presentations -OpenOffice.org Base : wizards;reports -OpenOffice.org Base : Word documents -OpenOffice.org Base : Word documents;compatibility -OpenOffice.org Base : Word documents;saving as -OpenOffice.org Base : WordArt, see Fontwork -OpenOffice.org Base : words -OpenOffice.org Base : words;automatically replacing -OpenOffice.org Base : words;wrapping in cells -OpenOffice.org Base : work directory change -OpenOffice.org Base : Workbook feature in Microsoft Office -OpenOffice.org Base : Worksheet feature in Microsoft Office -OpenOffice.org Base : wrapping text -OpenOffice.org Base : wrapping text;in cells -OpenOffice.org Base : write protection on/off -OpenOffice.org Base : writing aids options -OpenOffice.org Base : WYSIWYG in fonts lists -OpenOffice.org Base : XForms -OpenOffice.org Base : XML converters -OpenOffice.org Base : XML file formats -OpenOffice.org Base : XML filters -OpenOffice.org Base : XML filters;creating/testing/distributing/deleting -OpenOffice.org Base : XML filters;settings -OpenOffice.org Base : XML Forms -OpenOffice.org Base : XSLT based filters -OpenOffice.org Base : XSLT based filters;settings -OpenOffice.org Base : XSLT filters, see also XML filters -OpenOffice.org Base : years -OpenOffice.org Base : years;2-digit options -OpenOffice.org Base : zero values -OpenOffice.org Base : zero values;displaying (Calc) -OpenOffice.org Base : zooming -OpenOffice.org Base : zooming;page views -OpenOffice.org Base : zooming;pictures -OpenOffice.org Base : zooming;status bar -OpenOffice.org Calc : #N/A error -OpenOffice.org Calc : #N/A error;assigning to a cell -OpenOffice.org Calc : #N/A error;recognizing -OpenOffice.org Calc : #NAME error message -OpenOffice.org Calc : #REF error message -OpenOffice.org Calc : 1/2 replacement -OpenOffice.org Calc : 3D charts -OpenOffice.org Calc : 3D text creation -OpenOffice.org Calc : 3D view -OpenOffice.org Calc : abbreviation replacement -OpenOffice.org Calc : ABS function -OpenOffice.org Calc : absolute addresses in spreadsheets -OpenOffice.org Calc : absolute hyperlinks -OpenOffice.org Calc : absolute references in spreadsheets -OpenOffice.org Calc : absolute saving of URLs -OpenOffice.org Calc : absolute values -OpenOffice.org Calc : accents -OpenOffice.org Calc : Access databases (base) -OpenOffice.org Calc : access rights for database tables (Base) -OpenOffice.org Calc : accessibility -OpenOffice.org Calc : accessibility;general shortcuts -OpenOffice.org Calc : accessibility;OpenOffice.org assistive technology -OpenOffice.org Calc : accessibility;OpenOffice.org Calc shortcuts -OpenOffice.org Calc : accessibility;OpenOffice.org features -OpenOffice.org Calc : accessibility;options -OpenOffice.org Calc : ACCRINT function -OpenOffice.org Calc : ACCRINTM function -OpenOffice.org Calc : accrued interests -OpenOffice.org Calc : accrued interests;one-off payments -OpenOffice.org Calc : accrued interests;periodic payments -OpenOffice.org Calc : accumulated interests -OpenOffice.org Calc : ACOS function -OpenOffice.org Calc : ACOSH function -OpenOffice.org Calc : ACOT function -OpenOffice.org Calc : ACOTH function -OpenOffice.org Calc : actions in case of incorrect input -OpenOffice.org Calc : activating -OpenOffice.org Calc : activating;context menus -OpenOffice.org Calc : activating;Error Report Tool -OpenOffice.org Calc : activating;extended help tips -OpenOffice.org Calc : activating;plug-ins -OpenOffice.org Calc : ActiveX control -OpenOffice.org Calc : Adabas D databases (base) -OpenOffice.org Calc : add-ins -OpenOffice.org Calc : add-ins;analysis functions -OpenOffice.org Calc : add-ins;for programming -OpenOffice.org Calc : add-ins;functions -OpenOffice.org Calc : add-ons, see UNO components -OpenOffice.org Calc : adding -OpenOffice.org Calc : adding;automatic captions (Writer) -OpenOffice.org Calc : adding;backgrounds -OpenOffice.org Calc : adding;buttons in toolbars -OpenOffice.org Calc : adding;cells in print ranges -OpenOffice.org Calc : adding;conditions for XForm items -OpenOffice.org Calc : adding;draw objects -OpenOffice.org Calc : adding;Fontwork objects -OpenOffice.org Calc : adding;items in Data Navigator -OpenOffice.org Calc : adding;namespaces in XForms -OpenOffice.org Calc : adding;numbers in cell ranges -OpenOffice.org Calc : adding;paragraph borders -OpenOffice.org Calc : adding;pictures from Gallery -OpenOffice.org Calc : adding;pictures in Gallery -OpenOffice.org Calc : adding;plug-ins -OpenOffice.org Calc : adding;push buttons -OpenOffice.org Calc : adding;specified numbers -OpenOffice.org Calc : adding;sum icon -OpenOffice.org Calc : adding;table borders -OpenOffice.org Calc : adding;textures on chart bars -OpenOffice.org Calc : additional selection mode -OpenOffice.org Calc : address books -OpenOffice.org Calc : address books;LDAP server (Base) -OpenOffice.org Calc : address books;registering -OpenOffice.org Calc : ADDRESS function -OpenOffice.org Calc : address labels from databases -OpenOffice.org Calc : addressing -OpenOffice.org Calc : addressing;automatic -OpenOffice.org Calc : addressing;by defined names -OpenOffice.org Calc : addressing;relative and absolute -OpenOffice.org Calc : adjusting array ranges -OpenOffice.org Calc : ADO databases (Base) -OpenOffice.org Calc : advanced filters -OpenOffice.org Calc : Agenda Wizard -OpenOffice.org Calc : aging filter -OpenOffice.org Calc : algebraic signs -OpenOffice.org Calc : aligning -OpenOffice.org Calc : aligning;2D charts -OpenOffice.org Calc : aligning;cells -OpenOffice.org Calc : aligning;objects -OpenOffice.org Calc : aligning;paragraphs -OpenOffice.org Calc : aligning;tables in text -OpenOffice.org Calc : aligning;text objects -OpenOffice.org Calc : aligning;titles in charts -OpenOffice.org Calc : allowances -OpenOffice.org Calc : allowed cell names -OpenOffice.org Calc : alternative fonts -OpenOffice.org Calc : AMORDEGRC function -OpenOffice.org Calc : AMORLINC function -OpenOffice.org Calc : amortization installment -OpenOffice.org Calc : amortizations, see also depreciations -OpenOffice.org Calc : amount received for fixed-interest securities -OpenOffice.org Calc : ampersand symbol, see also operators -OpenOffice.org Calc : analysis functions -OpenOffice.org Calc : anchors -OpenOffice.org Calc : anchors;changing -OpenOffice.org Calc : anchors;displaying (Calc) -OpenOffice.org Calc : anchors;types/positions for draw objects -OpenOffice.org Calc : AND function -OpenOffice.org Calc : animations -OpenOffice.org Calc : animations;accessibility options -OpenOffice.org Calc : annual net interest rates -OpenOffice.org Calc : annual return on treasury bills -OpenOffice.org Calc : annuities -OpenOffice.org Calc : appearance options -OpenOffice.org Calc : appending sheets -OpenOffice.org Calc : applet insertion -OpenOffice.org Calc : applying -OpenOffice.org Calc : applying;advanced filters -OpenOffice.org Calc : applying;automatic formatting -OpenOffice.org Calc : applying;cell formats -OpenOffice.org Calc : applying;formatting themes -OpenOffice.org Calc : applying;languages, to selected text -OpenOffice.org Calc : applying;sort lists -OpenOffice.org Calc : Arabic -OpenOffice.org Calc : Arabic;entering text -OpenOffice.org Calc : Arabic;language settings -OpenOffice.org Calc : ARABIC function -OpenOffice.org Calc : area charts -OpenOffice.org Calc : areas -OpenOffice.org Calc : areas;bitmap patterns -OpenOffice.org Calc : areas;hatched/dotted -OpenOffice.org Calc : areas;shadows -OpenOffice.org Calc : areas;slanting -OpenOffice.org Calc : areas;styles -OpenOffice.org Calc : areas;transparency -OpenOffice.org Calc : AREAS function -OpenOffice.org Calc : areas, see also cell ranges -OpenOffice.org Calc : arguments in command line -OpenOffice.org Calc : arithmetic declining depreciations -OpenOffice.org Calc : arithmetic lists -OpenOffice.org Calc : arithmetic-degressive depreciations -OpenOffice.org Calc : arithmetical operators -OpenOffice.org Calc : arranging -OpenOffice.org Calc : arranging;objects -OpenOffice.org Calc : array formulas -OpenOffice.org Calc : arrows -OpenOffice.org Calc : arrows;defining arrow heads -OpenOffice.org Calc : arrows;defining arrow lines -OpenOffice.org Calc : arrows;drawing in text -OpenOffice.org Calc : ASC function -OpenOffice.org Calc : ASCII -OpenOffice.org Calc : ASCII;definition -OpenOffice.org Calc : Asian languages -OpenOffice.org Calc : Asian languages;enabling -OpenOffice.org Calc : Asian languages;sorting -OpenOffice.org Calc : Asian Phonetic Guide -OpenOffice.org Calc : Asian typography -OpenOffice.org Calc : ASIN function -OpenOffice.org Calc : ASINH function -OpenOffice.org Calc : assigning scripts -OpenOffice.org Calc : assistive technology in OpenOffice.org -OpenOffice.org Calc : ATAN function -OpenOffice.org Calc : ATAN2 function -OpenOffice.org Calc : ATANH function -OpenOffice.org Calc : attaching toolbars -OpenOffice.org Calc : attachments in e-mails -OpenOffice.org Calc : attributes -OpenOffice.org Calc : attributes;cells -OpenOffice.org Calc : audio -OpenOffice.org Calc : audio;inserting -OpenOffice.org Calc : audio;UNIX -OpenOffice.org Calc : auto filling cells -OpenOffice.org Calc : auto reloading HTML documents -OpenOffice.org Calc : AutoAbstract function for sending text to presentations -OpenOffice.org Calc : AutoCalculate function in sheets -OpenOffice.org Calc : AutoCaption function in OpenOffice.org Writer -OpenOffice.org Calc : AutoComplete function in text and list boxes -OpenOffice.org Calc : AutoCorrect function -OpenOffice.org Calc : AutoCorrect function;cell contents -OpenOffice.org Calc : AutoCorrect function;context menu -OpenOffice.org Calc : AutoCorrect function;options -OpenOffice.org Calc : AutoCorrect function;pictures and frames -OpenOffice.org Calc : AutoCorrect function;quotes -OpenOffice.org Calc : AutoCorrect function;replacement table -OpenOffice.org Calc : AutoCorrect function;smart tags -OpenOffice.org Calc : AutoCorrect function;switching on and off in Calc -OpenOffice.org Calc : AutoCorrect function;URL recognition -OpenOffice.org Calc : AutoFill function -OpenOffice.org Calc : AutoFilter function -OpenOffice.org Calc : AutoFilter function;applying -OpenOffice.org Calc : AutoFilter function;subtotals -OpenOffice.org Calc : AutoFormat function -OpenOffice.org Calc : AutoFormat function;defining and applying formats -OpenOffice.org Calc : AutoFormat function;switching on and off -OpenOffice.org Calc : AutoInput function on/off -OpenOffice.org Calc : automatic addressing in tables -OpenOffice.org Calc : automatic captions (Writer) -OpenOffice.org Calc : automatic control focus -OpenOffice.org Calc : automatic date updates -OpenOffice.org Calc : automatic formatting in spreadsheets -OpenOffice.org Calc : automatic hyperlink formatting -OpenOffice.org Calc : automatic hyphenation in spreadsheets -OpenOffice.org Calc : automatic line breaks -OpenOffice.org Calc : automatic lines/borders in text -OpenOffice.org Calc : automatic saving -OpenOffice.org Calc : AutoPilots, see wizards -OpenOffice.org Calc : AutoShapes feature in Microsoft Office -OpenOffice.org Calc : AVEDEV function -OpenOffice.org Calc : AVERAGE function -OpenOffice.org Calc : AVERAGEA function -OpenOffice.org Calc : averages -OpenOffice.org Calc : averages;in Calc databases -OpenOffice.org Calc : averages;statistical functions -OpenOffice.org Calc : averages in charts -OpenOffice.org Calc : axes -OpenOffice.org Calc : axes;better scaling -OpenOffice.org Calc : axes;formatting -OpenOffice.org Calc : axes;formatting grids -OpenOffice.org Calc : axes;inserting grids -OpenOffice.org Calc : axes;interval marks -OpenOffice.org Calc : axes;showing axes in charts -OpenOffice.org Calc : axes in charts -OpenOffice.org Calc : B function -OpenOffice.org Calc : backgrounds -OpenOffice.org Calc : backgrounds;cells and pages -OpenOffice.org Calc : backgrounds;defining colors/pictures -OpenOffice.org Calc : backgrounds;frames/sections/indexes -OpenOffice.org Calc : backgrounds;inserting from Gallery -OpenOffice.org Calc : backgrounds;printing -OpenOffice.org Calc : backing window -OpenOffice.org Calc : backups -OpenOffice.org Calc : backups;automatic -OpenOffice.org Calc : backups;documents -OpenOffice.org Calc : BAHTTEXT function -OpenOffice.org Calc : bar charts -OpenOffice.org Calc : BASE function -OpenOffice.org Calc : base-10 logarithm -OpenOffice.org Calc : Basic -OpenOffice.org Calc : Basic;fonts for source display -OpenOffice.org Calc : Basic;programming -OpenOffice.org Calc : Basic;recording macros -OpenOffice.org Calc : Basic;scripting -OpenOffice.org Calc : basic fonts -OpenOffice.org Calc : Basic IDE for user-defined functions -OpenOffice.org Calc : BeanShell scripting -OpenOffice.org Calc : Bessel functions -OpenOffice.org Calc : BETADIST function -OpenOffice.org Calc : BETAINV function -OpenOffice.org Calc : Bézier curves -OpenOffice.org Calc : Bézier curves;control points in presentations -OpenOffice.org Calc : bi-directional writing -OpenOffice.org Calc : BIN2DEC function -OpenOffice.org Calc : BIN2HEX function -OpenOffice.org Calc : BIN2OCT function -OpenOffice.org Calc : binary system -OpenOffice.org Calc : binary system;converting to -OpenOffice.org Calc : binding space -OpenOffice.org Calc : BINOMDIST function -OpenOffice.org Calc : bitmaps -OpenOffice.org Calc : bitmaps;inserting and editing -OpenOffice.org Calc : bitmaps;off for faster printing -OpenOffice.org Calc : bitmaps;patterns -OpenOffice.org Calc : black and white printing -OpenOffice.org Calc : black printing in Calc -OpenOffice.org Calc : blank cell contents -OpenOffice.org Calc : block selection mode -OpenOffice.org Calc : bold -OpenOffice.org Calc : bold;AutoFormat function -OpenOffice.org Calc : bold;text -OpenOffice.org Calc : bookmarks -OpenOffice.org Calc : bookmarks;Help -OpenOffice.org Calc : borders -OpenOffice.org Calc : borders;arranging -OpenOffice.org Calc : borders;cells -OpenOffice.org Calc : borders;cells and pages -OpenOffice.org Calc : borders;cells on screen (Calc) -OpenOffice.org Calc : borders;for paragraphs -OpenOffice.org Calc : borders;for tables -OpenOffice.org Calc : borders;printing cells -OpenOffice.org Calc : borders;shadows -OpenOffice.org Calc : borders;table boundaries (Writer) -OpenOffice.org Calc : borders, see also frames -OpenOffice.org Calc : bound fields -OpenOffice.org Calc : bound fields;controls -OpenOffice.org Calc : boundaries of tables (Writer) -OpenOffice.org Calc : break display (Writer) -OpenOffice.org Calc : breaks in cells -OpenOffice.org Calc : brochures -OpenOffice.org Calc : brochures;printing several -OpenOffice.org Calc : build numbers of OpenOffice.org -OpenOffice.org Calc : bullet lists -OpenOffice.org Calc : bullet lists;formatting options -OpenOffice.org Calc : bullets -OpenOffice.org Calc : bullets;paragraphs -OpenOffice.org Calc : bullets;replacing -OpenOffice.org Calc : bullets;turning off -OpenOffice.org Calc : business cards -OpenOffice.org Calc : business cards;creating and synchronizing -OpenOffice.org Calc : business cards;using templates -OpenOffice.org Calc : button bars, see toolbars -OpenOffice.org Calc : buttons -OpenOffice.org Calc : buttons;adding push buttons -OpenOffice.org Calc : buttons;big/small -OpenOffice.org Calc : buttons;editing hyperlink buttons -OpenOffice.org Calc : buttons;form functions -OpenOffice.org Calc : buttons;toolbars -OpenOffice.org Calc : cache for graphics -OpenOffice.org Calc : calculating -OpenOffice.org Calc : calculating;accumulated interests -OpenOffice.org Calc : calculating;annual net interest rates -OpenOffice.org Calc : calculating;annuities -OpenOffice.org Calc : calculating;arithmetic-degressive depreciations -OpenOffice.org Calc : calculating;auto calculating sheets -OpenOffice.org Calc : calculating;averages in Calc databases -OpenOffice.org Calc : calculating;conditional calculations -OpenOffice.org Calc : calculating;constant interest rates -OpenOffice.org Calc : calculating;Data Pilot -OpenOffice.org Calc : calculating;depreciations -OpenOffice.org Calc : calculating;durations -OpenOffice.org Calc : calculating;future values -OpenOffice.org Calc : calculating;geometric-degressive depreciations -OpenOffice.org Calc : calculating;interests for unchanged amortization installments -OpenOffice.org Calc : calculating;internal rates of return, irregular payments -OpenOffice.org Calc : calculating;internal rates of return, regular payments -OpenOffice.org Calc : calculating;iterative references (Calc) -OpenOffice.org Calc : calculating;linear depreciations -OpenOffice.org Calc : calculating;modified internal rates of return -OpenOffice.org Calc : calculating;net present values -OpenOffice.org Calc : calculating;nominal interest rates -OpenOffice.org Calc : calculating;number of payment periods -OpenOffice.org Calc : calculating;present values -OpenOffice.org Calc : calculating;rates of return -OpenOffice.org Calc : calculating;regression curves -OpenOffice.org Calc : calculating;rounded off values -OpenOffice.org Calc : calculating;series -OpenOffice.org Calc : calculating;spreadsheets -OpenOffice.org Calc : calculating;sums in Calc databases -OpenOffice.org Calc : calculating;time differences -OpenOffice.org Calc : calculating;total amortizement rates -OpenOffice.org Calc : calculating;variable declining depreciations -OpenOffice.org Calc : calculating;variables in equations -OpenOffice.org Calc : calculating;with formulas -OpenOffice.org Calc : callouts -OpenOffice.org Calc : callouts;drawings -OpenOffice.org Calc : capital letters -OpenOffice.org Calc : capital letters;AutoCorrect function -OpenOffice.org Calc : capital letters;AutoInput function -OpenOffice.org Calc : capital letters;AutoInput function (in cells) -OpenOffice.org Calc : capital letters;font effects -OpenOffice.org Calc : captions -OpenOffice.org Calc : captions;automatic captions (Writer) -OpenOffice.org Calc : captions;tables/pictures/frames/OLE objects (Writer) -OpenOffice.org Calc : captions, see also labels/callouts -OpenOffice.org Calc : cascading update (Base) -OpenOffice.org Calc : case sensitivity -OpenOffice.org Calc : case sensitivity;comparing cell contents (Calc) -OpenOffice.org Calc : case sensitivity;searching -OpenOffice.org Calc : categories of functions -OpenOffice.org Calc : CEILING function -OpenOffice.org Calc : cell attributes -OpenOffice.org Calc : cell contents -OpenOffice.org Calc : cell contents;AutoCalculate function -OpenOffice.org Calc : cell contents;deleting -OpenOffice.org Calc : cell contents;no text -OpenOffice.org Calc : cell contents;numbers -OpenOffice.org Calc : cell contents;recalculating -OpenOffice.org Calc : cell contents;searching in Calc databases -OpenOffice.org Calc : cell contents;testing for references -OpenOffice.org Calc : cell contents;text -OpenOffice.org Calc : cell formats -OpenOffice.org Calc : cell formats;assigning by formulas -OpenOffice.org Calc : cell formats;conditional -OpenOffice.org Calc : cell formats;text/numbers -OpenOffice.org Calc : CELL function -OpenOffice.org Calc : cell heights -OpenOffice.org Calc : cell information -OpenOffice.org Calc : cell input -OpenOffice.org Calc : cell input;AutoInput function -OpenOffice.org Calc : cell links search -OpenOffice.org Calc : cell merges -OpenOffice.org Calc : cell names -OpenOffice.org Calc : cell names;defining/addressing -OpenOffice.org Calc : cell protection -OpenOffice.org Calc : cell protection;enabling -OpenOffice.org Calc : cell protection;unprotecting -OpenOffice.org Calc : cell ranges -OpenOffice.org Calc : cell ranges;combining -OpenOffice.org Calc : cell ranges;creating names automatically -OpenOffice.org Calc : cell ranges;defining names -OpenOffice.org Calc : cell ranges;filtering -OpenOffice.org Calc : cell ranges;inserting named ranges -OpenOffice.org Calc : cell ranges;printing -OpenOffice.org Calc : cell ranges;selecting for data entries -OpenOffice.org Calc : cell references -OpenOffice.org Calc : cell references;showing -OpenOffice.org Calc : cell styles -OpenOffice.org Calc : cell styles;assigning by formulas -OpenOffice.org Calc : cell styles;copying -OpenOffice.org Calc : cell styles;selecting -OpenOffice.org Calc : cell widths -OpenOffice.org Calc : cells -OpenOffice.org Calc : cells;aligning -OpenOffice.org Calc : cells;AutoInput function of text -OpenOffice.org Calc : cells;autorefreshing traces -OpenOffice.org Calc : cells;backgrounds -OpenOffice.org Calc : cells;borders -OpenOffice.org Calc : cells;changing text/number formats -OpenOffice.org Calc : cells;coloring (Calc) -OpenOffice.org Calc : cells;conditional formatting -OpenOffice.org Calc : cells;copying/deleting/formatting/moving -OpenOffice.org Calc : cells;currency formats -OpenOffice.org Calc : cells;cursor positions after input (Calc) -OpenOffice.org Calc : cells;date and time formats -OpenOffice.org Calc : cells;defining input help -OpenOffice.org Calc : cells;defining names -OpenOffice.org Calc : cells;deleting cells -OpenOffice.org Calc : cells;deleting contents -OpenOffice.org Calc : cells;filling automatically -OpenOffice.org Calc : cells;formatting dialog -OpenOffice.org Calc : cells;formatting without effect (Calc) -OpenOffice.org Calc : cells;heights and widths -OpenOffice.org Calc : cells;hiding for printing -OpenOffice.org Calc : cells;inserting -OpenOffice.org Calc : cells;Internet references -OpenOffice.org Calc : cells;invalid data -OpenOffice.org Calc : cells;line breaks -OpenOffice.org Calc : cells;linked to controls -OpenOffice.org Calc : cells;merging/unmerging -OpenOffice.org Calc : cells;moving by drag and drop -OpenOffice.org Calc : cells;notes -OpenOffice.org Calc : cells;number formats -OpenOffice.org Calc : cells;number of -OpenOffice.org Calc : cells;operating in another document -OpenOffice.org Calc : cells;pasting -OpenOffice.org Calc : cells;print ranges -OpenOffice.org Calc : cells;printing grids -OpenOffice.org Calc : cells;protecting -OpenOffice.org Calc : cells;references -OpenOffice.org Calc : cells;referencing by drag and drop -OpenOffice.org Calc : cells;refreshing traces -OpenOffice.org Calc : cells;removing dependents -OpenOffice.org Calc : cells;removing precedents -OpenOffice.org Calc : cells;removing traces -OpenOffice.org Calc : cells;resetting formats -OpenOffice.org Calc : cells;rotating text -OpenOffice.org Calc : cells;selecting -OpenOffice.org Calc : cells;showing grid lines (Calc) -OpenOffice.org Calc : cells;text breaks -OpenOffice.org Calc : cells;text super/sub -OpenOffice.org Calc : cells;trace fill mode -OpenOffice.org Calc : cells;tracing dependents -OpenOffice.org Calc : cells;tracing errors -OpenOffice.org Calc : cells;tracing precedents -OpenOffice.org Calc : cells;validity -OpenOffice.org Calc : centered text -OpenOffice.org Calc : centimeters -OpenOffice.org Calc : certificates -OpenOffice.org Calc : Change Case feature in Microsoft Office -OpenOffice.org Calc : changes -OpenOffice.org Calc : changes;accepting or rejecting -OpenOffice.org Calc : changes;comparing to original -OpenOffice.org Calc : changes;protecting -OpenOffice.org Calc : changes;recording -OpenOffice.org Calc : changes;review function -OpenOffice.org Calc : changes;showing -OpenOffice.org Calc : changing -OpenOffice.org Calc : changing;currency formats -OpenOffice.org Calc : changing;data binding of XForms -OpenOffice.org Calc : changing;dates, automatically -OpenOffice.org Calc : changing;default templates -OpenOffice.org Calc : changing;document titles -OpenOffice.org Calc : changing;file associations in Setup program -OpenOffice.org Calc : changing;hyperlink text/formats/URLs -OpenOffice.org Calc : changing;icon sizes -OpenOffice.org Calc : changing;input in cells -OpenOffice.org Calc : changing;keyboard -OpenOffice.org Calc : changing;links -OpenOffice.org Calc : changing;menus -OpenOffice.org Calc : changing;number of decimal places -OpenOffice.org Calc : changing;object sizes -OpenOffice.org Calc : changing;row heights/column widths -OpenOffice.org Calc : changing;sheet names -OpenOffice.org Calc : changing;sheet protection -OpenOffice.org Calc : changing;table views -OpenOffice.org Calc : changing;toolbars -OpenOffice.org Calc : changing;work directory -OpenOffice.org Calc : changing, see also editing and replacing -OpenOffice.org Calc : CHAR function -OpenOffice.org Calc : character styles -OpenOffice.org Calc : character styles;language selection -OpenOffice.org Calc : characters -OpenOffice.org Calc : characters;alternative fonts -OpenOffice.org Calc : characters;Asian layout -OpenOffice.org Calc : characters;bold -OpenOffice.org Calc : characters;coloring -OpenOffice.org Calc : characters;contours -OpenOffice.org Calc : characters;displaying only on screen (Writer) -OpenOffice.org Calc : characters;enabling CTL and Asian characters -OpenOffice.org Calc : characters;font effects -OpenOffice.org Calc : characters;fonts and formats -OpenOffice.org Calc : characters;hyperlinks -OpenOffice.org Calc : characters;italics -OpenOffice.org Calc : characters;language selection -OpenOffice.org Calc : characters;shadowed -OpenOffice.org Calc : characters;spacing -OpenOffice.org Calc : characters;special -OpenOffice.org Calc : characters;superscript/subscript -OpenOffice.org Calc : characters;underlining -OpenOffice.org Calc : charcoal sketches filter -OpenOffice.org Calc : chart legends -OpenOffice.org Calc : chart legends;hiding -OpenOffice.org Calc : chart legends;showing icons with labels -OpenOffice.org Calc : chart types -OpenOffice.org Calc : chart types;area -OpenOffice.org Calc : chart types;column and bar -OpenOffice.org Calc : chart types;column and line -OpenOffice.org Calc : chart types;line -OpenOffice.org Calc : chart types;net -OpenOffice.org Calc : chart types;pie/donut -OpenOffice.org Calc : chart types;stock -OpenOffice.org Calc : chart types;XY (scatter) -OpenOffice.org Calc : charts -OpenOffice.org Calc : charts;3D views -OpenOffice.org Calc : charts;aligning -OpenOffice.org Calc : charts;arranging within stacks -OpenOffice.org Calc : charts;bars with textures -OpenOffice.org Calc : charts;choosing chart types -OpenOffice.org Calc : charts;colors -OpenOffice.org Calc : charts;copying with link to source cell range -OpenOffice.org Calc : charts;data labels -OpenOffice.org Calc : charts;displaying (Calc) -OpenOffice.org Calc : charts;editing axes -OpenOffice.org Calc : charts;editing data -OpenOffice.org Calc : charts;editing legends -OpenOffice.org Calc : charts;editing titles -OpenOffice.org Calc : charts;formatting areas -OpenOffice.org Calc : charts;formatting floors -OpenOffice.org Calc : charts;formatting walls -OpenOffice.org Calc : charts;inserting -OpenOffice.org Calc : charts;overview -OpenOffice.org Calc : charts;printing -OpenOffice.org Calc : charts;properties -OpenOffice.org Calc : charts;reorganizing -OpenOffice.org Calc : charts;scaling axes -OpenOffice.org Calc : charts;scaling text -OpenOffice.org Calc : charts;shortcuts -OpenOffice.org Calc : charts;showing axes -OpenOffice.org Calc : charts;updating automatically (Writer) -OpenOffice.org Calc : check box creation -OpenOffice.org Calc : CHIDIST function -OpenOffice.org Calc : CHIINV function -OpenOffice.org Calc : Chinese writing systems -OpenOffice.org Calc : CHITEST function -OpenOffice.org Calc : CHOOSE function -OpenOffice.org Calc : choosing printers -OpenOffice.org Calc : circle drawings -OpenOffice.org Calc : CLEAN function -OpenOffice.org Calc : clearing, see deleting -OpenOffice.org Calc : Client Side ImageMap -OpenOffice.org Calc : clipboard -OpenOffice.org Calc : clipboard;cutting -OpenOffice.org Calc : clipboard;pasting -OpenOffice.org Calc : clipboard;pasting formatted/unformatted text -OpenOffice.org Calc : clipboard;selection clipboard -OpenOffice.org Calc : clipboard;Unix -OpenOffice.org Calc : closing -OpenOffice.org Calc : closing;documents -OpenOffice.org Calc : closing;toolbars -OpenOffice.org Calc : CODE function -OpenOffice.org Calc : coefficient of correlation -OpenOffice.org Calc : color bar -OpenOffice.org Calc : colors -OpenOffice.org Calc : colors;adding -OpenOffice.org Calc : colors;appearance -OpenOffice.org Calc : colors;backgrounds -OpenOffice.org Calc : colors;charts -OpenOffice.org Calc : colors;fill format -OpenOffice.org Calc : colors;fonts -OpenOffice.org Calc : colors;grid lines and cells (Calc) -OpenOffice.org Calc : colors;models -OpenOffice.org Calc : colors;not printing -OpenOffice.org Calc : colors;number formats -OpenOffice.org Calc : colors;printing in grayscale -OpenOffice.org Calc : colors;restriction (Calc) -OpenOffice.org Calc : colors;selection -OpenOffice.org Calc : column and line charts -OpenOffice.org Calc : column breaks -OpenOffice.org Calc : column breaks;deleting -OpenOffice.org Calc : column breaks;inserting -OpenOffice.org Calc : column charts -OpenOffice.org Calc : COLUMN function -OpenOffice.org Calc : column headers -OpenOffice.org Calc : column headers;displaying (Calc) -OpenOffice.org Calc : column headers;hiding -OpenOffice.org Calc : column headers;highlighting (Calc) -OpenOffice.org Calc : column headers;using in formulas -OpenOffice.org Calc : column widths -OpenOffice.org Calc : columns -OpenOffice.org Calc : columns;AutoFilter function -OpenOffice.org Calc : columns;deleting -OpenOffice.org Calc : columns;finding labels automatically -OpenOffice.org Calc : columns;freezing -OpenOffice.org Calc : columns;hiding -OpenOffice.org Calc : columns;inserting -OpenOffice.org Calc : columns;optimal widths -OpenOffice.org Calc : columns;repeating when printing -OpenOffice.org Calc : columns;setting with the mouse -OpenOffice.org Calc : columns;swap with rows -OpenOffice.org Calc : columns;widths -OpenOffice.org Calc : COLUMNS function -OpenOffice.org Calc : COMBIN function -OpenOffice.org Calc : COMBINA function -OpenOffice.org Calc : combination charts -OpenOffice.org Calc : combining -OpenOffice.org Calc : combining;cell ranges -OpenOffice.org Calc : combo box creation -OpenOffice.org Calc : comma separated files and values -OpenOffice.org Calc : command button creation -OpenOffice.org Calc : command buttons, see push buttons -OpenOffice.org Calc : command line parameters -OpenOffice.org Calc : commands -OpenOffice.org Calc : commands;not visible -OpenOffice.org Calc : commands;SQL -OpenOffice.org Calc : comments -OpenOffice.org Calc : comments;on cells -OpenOffice.org Calc : comments;on changes -OpenOffice.org Calc : comments feature in Microsoft Office -OpenOffice.org Calc : common terms -OpenOffice.org Calc : common terms;Chinese dictionary -OpenOffice.org Calc : common terms;glossaries -OpenOffice.org Calc : common terms;Internet glossary -OpenOffice.org Calc : Compare and Merge feature in Microsoft Office -OpenOffice.org Calc : comparisons -OpenOffice.org Calc : comparisons;document versions -OpenOffice.org Calc : comparisons;operators in Calc -OpenOffice.org Calc : comparisons;operators in default filter dialog -OpenOffice.org Calc : compatibility settings for MS Word import -OpenOffice.org Calc : complete screen view -OpenOffice.org Calc : COMPLEX function -OpenOffice.org Calc : complex numbers in analysis functions -OpenOffice.org Calc : complex text layout -OpenOffice.org Calc : complex text layout;definition -OpenOffice.org Calc : complex text layout;enabling -OpenOffice.org Calc : compose key to insert special characters -OpenOffice.org Calc : CONCATENATE function -OpenOffice.org Calc : concatenation, see ampersand symbol -OpenOffice.org Calc : conditional calculations with arrays -OpenOffice.org Calc : conditional formatting -OpenOffice.org Calc : conditional formatting;cells -OpenOffice.org Calc : conditional formatting;conditions -OpenOffice.org Calc : conditional separators -OpenOffice.org Calc : conditions -OpenOffice.org Calc : conditions;in number formats -OpenOffice.org Calc : conditions;items in Data Navigator -OpenOffice.org Calc : CONFIDENCE function -OpenOffice.org Calc : Configuration Manager -OpenOffice.org Calc : configuring -OpenOffice.org Calc : configuring;fax icon -OpenOffice.org Calc : configuring;OpenOffice.org -OpenOffice.org Calc : configuring;toolbars -OpenOffice.org Calc : connections to data sources (Base) -OpenOffice.org Calc : consolidating data -OpenOffice.org Calc : constant interest rates -OpenOffice.org Calc : constants definition -OpenOffice.org Calc : contents protection -OpenOffice.org Calc : context menus -OpenOffice.org Calc : contours of text -OpenOffice.org Calc : control point display in presentations -OpenOffice.org Calc : controls -OpenOffice.org Calc : controls;activating in forms -OpenOffice.org Calc : controls;adding to documents -OpenOffice.org Calc : controls;arranging in forms -OpenOffice.org Calc : controls;arranging within stacks -OpenOffice.org Calc : controls;assigning data sources -OpenOffice.org Calc : controls;bound fields/list contents/linked cells -OpenOffice.org Calc : controls;events -OpenOffice.org Calc : controls;focus -OpenOffice.org Calc : controls;formatted fields -OpenOffice.org Calc : controls;grouping -OpenOffice.org Calc : controls;hidden -OpenOffice.org Calc : controls;inserting -OpenOffice.org Calc : controls;multi-line titles -OpenOffice.org Calc : controls;positions and sizes -OpenOffice.org Calc : controls;printing -OpenOffice.org Calc : controls;properties of form controls -OpenOffice.org Calc : controls;properties of table controls -OpenOffice.org Calc : controls;reference by SQL -OpenOffice.org Calc : controls;rich text control -OpenOffice.org Calc : controls;select mode -OpenOffice.org Calc : controls;showing (Writer) -OpenOffice.org Calc : CONVERT function -OpenOffice.org Calc : CONVERT_ADD function -OpenOffice.org Calc : converters -OpenOffice.org Calc : converters;Euro converter -OpenOffice.org Calc : converters;PostScript, UNIX -OpenOffice.org Calc : converters;XML -OpenOffice.org Calc : converting -OpenOffice.org Calc : converting;binary numbers, into decimal numbers -OpenOffice.org Calc : converting;binary numbers, into hexadecimal numbers -OpenOffice.org Calc : converting;binary numbers, into octal numbers -OpenOffice.org Calc : converting;decimal fractions, into decimal numbers -OpenOffice.org Calc : converting;decimal fractions, into mixed decimal fractions -OpenOffice.org Calc : converting;decimal numbers, into binary numbers -OpenOffice.org Calc : converting;decimal numbers, into hexadecimal numbers -OpenOffice.org Calc : converting;decimal numbers, into octal numbers -OpenOffice.org Calc : converting;degrees, into radians -OpenOffice.org Calc : converting;Hangul/Hanja -OpenOffice.org Calc : converting;hexadecimal numbers, into binary numbers -OpenOffice.org Calc : converting;hexadecimal numbers, into decimal numbers -OpenOffice.org Calc : converting;hexadecimal numbers, into octal numbers -OpenOffice.org Calc : converting;metrics -OpenOffice.org Calc : converting;Microsoft documents -OpenOffice.org Calc : converting;octal numbers, into binary numbers -OpenOffice.org Calc : converting;octal numbers, into decimal numbers -OpenOffice.org Calc : converting;octal numbers, into hexadecimal numbers -OpenOffice.org Calc : converting;OpenOffice.org documents -OpenOffice.org Calc : converting;Pocket PC formats -OpenOffice.org Calc : converting;radians, into degrees -OpenOffice.org Calc : converting;random variables, into normalized values -OpenOffice.org Calc : copies -OpenOffice.org Calc : copies;printing -OpenOffice.org Calc : copying -OpenOffice.org Calc : copying;array formulas -OpenOffice.org Calc : copying;by drag and drop -OpenOffice.org Calc : copying;cell styles -OpenOffice.org Calc : copying;data from text documents -OpenOffice.org Calc : copying;datasource records in spreadsheets -OpenOffice.org Calc : copying;draw objects -OpenOffice.org Calc : copying;draw objects between documents -OpenOffice.org Calc : copying;formatting -OpenOffice.org Calc : copying;formulas -OpenOffice.org Calc : copying;from data source view -OpenOffice.org Calc : copying;from Gallery -OpenOffice.org Calc : copying;in Unix -OpenOffice.org Calc : copying;pictures, between documents -OpenOffice.org Calc : copying;sheet areas, to text documents -OpenOffice.org Calc : copying;spreadsheets -OpenOffice.org Calc : copying;to Gallery -OpenOffice.org Calc : copying;values, to multiple sheets -OpenOffice.org Calc : copying;visible cells only -OpenOffice.org Calc : copyright for OpenOffice.org -OpenOffice.org Calc : corner roundings -OpenOffice.org Calc : correcting sheets automatically -OpenOffice.org Calc : CORREL function -OpenOffice.org Calc : COS function -OpenOffice.org Calc : COSH function -OpenOffice.org Calc : COT function -OpenOffice.org Calc : COTH function -OpenOffice.org Calc : COUNT function -OpenOffice.org Calc : COUNTA function -OpenOffice.org Calc : COUNTBLANK function -OpenOffice.org Calc : COUNTIF function -OpenOffice.org Calc : counting -OpenOffice.org Calc : counting;empty cells -OpenOffice.org Calc : counting;specified cells -OpenOffice.org Calc : counting rows -OpenOffice.org Calc : counting rows;with numeric or alphanumeric values -OpenOffice.org Calc : counting rows;with numeric values -OpenOffice.org Calc : COUPDAYBS function -OpenOffice.org Calc : COUPDAYS function -OpenOffice.org Calc : COUPDAYSNC function -OpenOffice.org Calc : COUPNCD function -OpenOffice.org Calc : COUPNUM function -OpenOffice.org Calc : COUPPCD function -OpenOffice.org Calc : COVAR function -OpenOffice.org Calc : crash reports -OpenOffice.org Calc : CRITBINOM function -OpenOffice.org Calc : criteria of query design (Base) -OpenOffice.org Calc : cropping pictures -OpenOffice.org Calc : cross-classified tables -OpenOffice.org Calc : csv files -OpenOffice.org Calc : csv files;importing and exporting -OpenOffice.org Calc : csv files;spreadsheets -OpenOffice.org Calc : CTL -OpenOffice.org Calc : CTL;complex text layout languages -OpenOffice.org Calc : CTL;definition -OpenOffice.org Calc : CTL;options -OpenOffice.org Calc : CTL;right-to-left sheets -OpenOffice.org Calc : CUMIPMT function -OpenOffice.org Calc : CUMIPMT_ADD function -OpenOffice.org Calc : CUMPRINC function -OpenOffice.org Calc : CUMPRINC_ADD function -OpenOffice.org Calc : cumulative lognormal distribution -OpenOffice.org Calc : cumulative probability density function -OpenOffice.org Calc : cumulative probability density function;calculating -OpenOffice.org Calc : cumulative probability density function;inverse of -OpenOffice.org Calc : currencies -OpenOffice.org Calc : currencies;converters -OpenOffice.org Calc : currencies;default currencies -OpenOffice.org Calc : currencies;formats and format codes -OpenOffice.org Calc : currency field creation -OpenOffice.org Calc : currency formats -OpenOffice.org Calc : currency formats -OpenOffice.org Calc : currency formats;spreadsheets -OpenOffice.org Calc : current date and time values -OpenOffice.org Calc : CURRENT function -OpenOffice.org Calc : cursor -OpenOffice.org Calc : cursor;allowing in protected areas (Writer) -OpenOffice.org Calc : cursor;in read-only text -OpenOffice.org Calc : cursor;quickly moving to an object -OpenOffice.org Calc : curves -OpenOffice.org Calc : curves;editing points -OpenOffice.org Calc : curves;properties in line charts/XY charts -OpenOffice.org Calc : custom dictionaries -OpenOffice.org Calc : custom dictionaries;editing -OpenOffice.org Calc : custom hyphens (Writer) -OpenOffice.org Calc : custom quotes -OpenOffice.org Calc : custom templates -OpenOffice.org Calc : customized lists -OpenOffice.org Calc : customizing -OpenOffice.org Calc : customizing;events -OpenOffice.org Calc : customizing;keyboard -OpenOffice.org Calc : customizing;menus -OpenOffice.org Calc : customizing;OpenOffice.org -OpenOffice.org Calc : customizing;round corners -OpenOffice.org Calc : customizing;toolbars -OpenOffice.org Calc : cutting -OpenOffice.org Calc : dashes -OpenOffice.org Calc : data -OpenOffice.org Calc : data;filtering in forms -OpenOffice.org Calc : data;forms and subforms -OpenOffice.org Calc : data;merging cell ranges -OpenOffice.org Calc : data;read-only -OpenOffice.org Calc : data;showing invalid data -OpenOffice.org Calc : data;sorting in databases -OpenOffice.org Calc : data;sorting in forms -OpenOffice.org Calc : data;user data -OpenOffice.org Calc : data;validity check -OpenOffice.org Calc : data binding change in XForms -OpenOffice.org Calc : data field options for Data Pilot -OpenOffice.org Calc : data labels in charts -OpenOffice.org Calc : Data Navigator display options -OpenOffice.org Calc : data ranges in charts -OpenOffice.org Calc : data series -OpenOffice.org Calc : data series import -OpenOffice.org Calc : data source browser -OpenOffice.org Calc : data source explorer -OpenOffice.org Calc : data source view -OpenOffice.org Calc : data source view;drag and drop -OpenOffice.org Calc : data source view;overview -OpenOffice.org Calc : data source view;showing -OpenOffice.org Calc : data sources -OpenOffice.org Calc : data sources;as tables -OpenOffice.org Calc : data sources;connection settings (Base) -OpenOffice.org Calc : data sources;copying records to spreadsheets -OpenOffice.org Calc : data sources;displaying current -OpenOffice.org Calc : data sources;external data -OpenOffice.org Calc : data sources;LDAP server (Base) -OpenOffice.org Calc : data sources;OpenOffice.org Base -OpenOffice.org Calc : data sources;registering address books -OpenOffice.org Calc : data sources;reports -OpenOffice.org Calc : data sources;setting for stock charts -OpenOffice.org Calc : data sources;viewing -OpenOffice.org Calc : data structure of XForms -OpenOffice.org Calc : data tables -OpenOffice.org Calc : data tables;multiple operations in -OpenOffice.org Calc : data validity -OpenOffice.org Calc : data values in charts -OpenOffice.org Calc : database contents -OpenOffice.org Calc : database contents;inserting as tables -OpenOffice.org Calc : database contents;inserting as text -OpenOffice.org Calc : database ranges -OpenOffice.org Calc : database ranges;advanced filters -OpenOffice.org Calc : database ranges;AutoFilter function -OpenOffice.org Calc : database ranges;defining -OpenOffice.org Calc : database ranges;filtering -OpenOffice.org Calc : database ranges;filters -OpenOffice.org Calc : database ranges;hiding AutoFilter -OpenOffice.org Calc : database ranges;refreshing -OpenOffice.org Calc : database ranges;removing filters -OpenOffice.org Calc : database ranges;sorting -OpenOffice.org Calc : database reports -OpenOffice.org Calc : Database Wizard (Base) -OpenOffice.org Calc : databases -OpenOffice.org Calc : databases;administration through SQL (Base) -OpenOffice.org Calc : databases;ADO (Base) -OpenOffice.org Calc : databases;connecting (Base) -OpenOffice.org Calc : databases;creating -OpenOffice.org Calc : databases;creating labels -OpenOffice.org Calc : databases;creating queries -OpenOffice.org Calc : databases;creating reports -OpenOffice.org Calc : databases;creating tables -OpenOffice.org Calc : databases;dBASE (Base) -OpenOffice.org Calc : databases;deleting (Base) -OpenOffice.org Calc : databases;drag and drop (Base) -OpenOffice.org Calc : databases;editing tables -OpenOffice.org Calc : databases;form filters -OpenOffice.org Calc : databases;formats (Base) -OpenOffice.org Calc : databases;functions in OpenOffice.org Calc -OpenOffice.org Calc : databases;importing/exporting -OpenOffice.org Calc : databases;JDBC (Base) -OpenOffice.org Calc : databases;main page (Base) -OpenOffice.org Calc : databases;MySQL (Base) -OpenOffice.org Calc : databases;ODBC (Base) -OpenOffice.org Calc : databases;overview -OpenOffice.org Calc : databases;registering (Base) -OpenOffice.org Calc : databases;searching records -OpenOffice.org Calc : databases;selecting (Calc) -OpenOffice.org Calc : databases;shortcut keys -OpenOffice.org Calc : databases;sorting -OpenOffice.org Calc : databases;standard filters -OpenOffice.org Calc : databases;text formats -OpenOffice.org Calc : databases;viewing -OpenOffice.org Calc : DataPilot function -OpenOffice.org Calc : DataPilot function;calling up and applying -OpenOffice.org Calc : DataPilot function;deleting tables -OpenOffice.org Calc : DataPilot function;editing tables -OpenOffice.org Calc : DataPilot function;filtering tables -OpenOffice.org Calc : DataPilot function;grouping table entries -OpenOffice.org Calc : DataPilot function;introduction -OpenOffice.org Calc : DataPilot function;preventing data overwriting -OpenOffice.org Calc : DataPilot function;refreshing tables -OpenOffice.org Calc : DataPilot tables -OpenOffice.org Calc : date and time functions -OpenOffice.org Calc : date fields -OpenOffice.org Calc : date fields;creating -OpenOffice.org Calc : date fields;properties -OpenOffice.org Calc : date formats -OpenOffice.org Calc : date formats;avoiding conversion to -OpenOffice.org Calc : date formats -OpenOffice.org Calc : DATE function -OpenOffice.org Calc : date series -OpenOffice.org Calc : dates -OpenOffice.org Calc : dates;19xx/20xx -OpenOffice.org Calc : dates;default (Calc) -OpenOffice.org Calc : dates;in cells -OpenOffice.org Calc : dates;interest date prior to settlement date -OpenOffice.org Calc : dates;printing in presentations -OpenOffice.org Calc : dates;start 1900/01/01 (Calc) -OpenOffice.org Calc : dates;start 1904/01/01 (Calc) -OpenOffice.org Calc : dates;updating automatically -OpenOffice.org Calc : DATEVALUE function -OpenOffice.org Calc : DAVERAGE function -OpenOffice.org Calc : DAY function -OpenOffice.org Calc : DAYS function -OpenOffice.org Calc : DAYS360 function -OpenOffice.org Calc : DAYSINMONTH function -OpenOffice.org Calc : DAYSINYEAR function -OpenOffice.org Calc : DB function -OpenOffice.org Calc : dBASE -OpenOffice.org Calc : dBASE;database settings (Base) -OpenOffice.org Calc : dBASE import/export -OpenOffice.org Calc : DCOUNT function -OpenOffice.org Calc : DCOUNTA function -OpenOffice.org Calc : DDB function -OpenOffice.org Calc : DDE -OpenOffice.org Calc : DDE;definition -OpenOffice.org Calc : DDE function -OpenOffice.org Calc : deactivating -OpenOffice.org Calc : deactivating;automatic changes -OpenOffice.org Calc : deactivating;plug-ins -OpenOffice.org Calc : DEC2BIN function -OpenOffice.org Calc : DEC2HEX function -OpenOffice.org Calc : DEC2OCT function -OpenOffice.org Calc : DECIMAL function -OpenOffice.org Calc : decimal places -OpenOffice.org Calc : decimal places;adding/deleting -OpenOffice.org Calc : decimal places;cutting off -OpenOffice.org Calc : decimal places;formatting numbers -OpenOffice.org Calc : decimal places;showing -OpenOffice.org Calc : decimal places displayed (Calc) -OpenOffice.org Calc : decimal separator key -OpenOffice.org Calc : decimal system -OpenOffice.org Calc : decimal system;converting to -OpenOffice.org Calc : decimal tab stops -OpenOffice.org Calc : default directories -OpenOffice.org Calc : default file formats -OpenOffice.org Calc : default filters -OpenOffice.org Calc : default filters;comparison operators -OpenOffice.org Calc : default filters;databases -OpenOffice.org Calc : default printer -OpenOffice.org Calc : default printer;setting up -OpenOffice.org Calc : default printer;UNIX -OpenOffice.org Calc : default templates -OpenOffice.org Calc : default templates;changing -OpenOffice.org Calc : default templates;organizing -OpenOffice.org Calc : defaults -OpenOffice.org Calc : defaults;currency formats -OpenOffice.org Calc : defaults;documents -OpenOffice.org Calc : defaults;file formats -OpenOffice.org Calc : defaults;fonts -OpenOffice.org Calc : defaults;grids (Writer/Calc) -OpenOffice.org Calc : defaults;languages -OpenOffice.org Calc : defaults;number formats -OpenOffice.org Calc : defaults;number formats in spreadsheets -OpenOffice.org Calc : defaults;of saving -OpenOffice.org Calc : defaults;program configuration -OpenOffice.org Calc : defaults;tab stops in text -OpenOffice.org Calc : defaults;views -OpenOffice.org Calc : defining -OpenOffice.org Calc : defining;advanced filters -OpenOffice.org Calc : defining;arrowheads and other line ends -OpenOffice.org Calc : defining;AutoFormat function for tables -OpenOffice.org Calc : defining;colors -OpenOffice.org Calc : defining;database ranges -OpenOffice.org Calc : defining;line styles -OpenOffice.org Calc : defining;names for cell ranges -OpenOffice.org Calc : defining;paragraph borders -OpenOffice.org Calc : defining;printranges -OpenOffice.org Calc : defining;queries (Base) -OpenOffice.org Calc : defining;sort lists -OpenOffice.org Calc : defining;table borders -OpenOffice.org Calc : DEGREES function -OpenOffice.org Calc : deleting -OpenOffice.org Calc : deleting;all direct formatting -OpenOffice.org Calc : deleting;cell contents -OpenOffice.org Calc : deleting;cells -OpenOffice.org Calc : deleting;column breaks -OpenOffice.org Calc : deleting;columns -OpenOffice.org Calc : deleting;databases (Base) -OpenOffice.org Calc : deleting;DataPilot tables -OpenOffice.org Calc : deleting;decimal places -OpenOffice.org Calc : deleting;hyperlinks -OpenOffice.org Calc : deleting;lines in text -OpenOffice.org Calc : deleting;manual row breaks -OpenOffice.org Calc : deleting;models/instances -OpenOffice.org Calc : deleting;namespaces in XForms -OpenOffice.org Calc : deleting;print ranges -OpenOffice.org Calc : deleting;rows -OpenOffice.org Calc : deleting;spreadsheets -OpenOffice.org Calc : deleting;tab stops -OpenOffice.org Calc : deleting;templates -OpenOffice.org Calc : deleting;visible cells only -OpenOffice.org Calc : deleting;XML filters -OpenOffice.org Calc : delimited values and files -OpenOffice.org Calc : DELTA function -OpenOffice.org Calc : density function -OpenOffice.org Calc : depreciations -OpenOffice.org Calc : depreciations;arithmetic declining -OpenOffice.org Calc : depreciations;arithmetic-degressive -OpenOffice.org Calc : depreciations;degressive amortizations -OpenOffice.org Calc : depreciations;geometric-degressive -OpenOffice.org Calc : depreciations;linear -OpenOffice.org Calc : depreciations;linear amortizations -OpenOffice.org Calc : depreciations;variable declining -OpenOffice.org Calc : depth stagger -OpenOffice.org Calc : descriptions for objects -OpenOffice.org Calc : design mode after saving -OpenOffice.org Calc : design view -OpenOffice.org Calc : design view;creating forms -OpenOffice.org Calc : design view;queries/views (Base) -OpenOffice.org Calc : designing -OpenOffice.org Calc : designing;database tables -OpenOffice.org Calc : designing;fonts -OpenOffice.org Calc : designing;queries (Base) -OpenOffice.org Calc : detaching toolbars -OpenOffice.org Calc : determinants -OpenOffice.org Calc : determination coefficients -OpenOffice.org Calc : DEVSQ function -OpenOffice.org Calc : DGET function -OpenOffice.org Calc : dictionaries -OpenOffice.org Calc : dictionaries;common terms in simplified and traditional chinese -OpenOffice.org Calc : dictionaries;creating -OpenOffice.org Calc : dictionaries;editing user-defined -OpenOffice.org Calc : dictionaries;spellcheck -OpenOffice.org Calc : dictionaries, see also languages -OpenOffice.org Calc : digital signatures -OpenOffice.org Calc : direct formatting -OpenOffice.org Calc : direct formatting;undoing all -OpenOffice.org Calc : directories -OpenOffice.org Calc : directories;creating new -OpenOffice.org Calc : directories;directory structure -OpenOffice.org Calc : disabled persons -OpenOffice.org Calc : DISC function -OpenOffice.org Calc : discounts -OpenOffice.org Calc : display options in Data Pilot -OpenOffice.org Calc : displaying -OpenOffice.org Calc : displaying;formulas at any position -OpenOffice.org Calc : displaying;formulas instead of results -OpenOffice.org Calc : displaying;headers of columns/rows -OpenOffice.org Calc : displaying;non-printing characters (Writer) -OpenOffice.org Calc : displaying;notes (Calc) -OpenOffice.org Calc : displaying;notes in text documents -OpenOffice.org Calc : displaying;pictures and objects (Writer) -OpenOffice.org Calc : displaying;scenario names -OpenOffice.org Calc : displaying;sheets -OpenOffice.org Calc : displaying;tables (Writer) -OpenOffice.org Calc : displaying;zero values (Calc) -OpenOffice.org Calc : distances -OpenOffice.org Calc : distinct values in SQL queries -OpenOffice.org Calc : distorting in drawings -OpenOffice.org Calc : distributing XML filters -OpenOffice.org Calc : dithering -OpenOffice.org Calc : division sign, see also operators -OpenOffice.org Calc : divisions -OpenOffice.org Calc : DMAX function -OpenOffice.org Calc : DMIN function -OpenOffice.org Calc : docking -OpenOffice.org Calc : docking;definition -OpenOffice.org Calc : docking;toolbars -OpenOffice.org Calc : docking;windows -OpenOffice.org Calc : Document Converter Wizard -OpenOffice.org Calc : Document Map feature in Microsoft Office -OpenOffice.org Calc : Document Map, see Navigator -OpenOffice.org Calc : document types in OpenOffice.org -OpenOffice.org Calc : documents -OpenOffice.org Calc : documents;changing titles -OpenOffice.org Calc : documents;closing -OpenOffice.org Calc : documents;comparing -OpenOffice.org Calc : documents;contents as lists -OpenOffice.org Calc : documents;editing time -OpenOffice.org Calc : documents;exporting -OpenOffice.org Calc : documents;importing -OpenOffice.org Calc : documents;languages -OpenOffice.org Calc : documents;measurement units in -OpenOffice.org Calc : documents;merging -OpenOffice.org Calc : documents;number of pages/tables/sheets -OpenOffice.org Calc : documents;opening -OpenOffice.org Calc : documents;opening in design mode -OpenOffice.org Calc : documents;opening with templates -OpenOffice.org Calc : documents;organizing -OpenOffice.org Calc : documents;printing -OpenOffice.org Calc : documents;protecting -OpenOffice.org Calc : documents;read-only -OpenOffice.org Calc : documents;reloading -OpenOffice.org Calc : documents;saving -OpenOffice.org Calc : documents;saving automatically -OpenOffice.org Calc : documents;saving in other formats -OpenOffice.org Calc : documents;sending as e-mail -OpenOffice.org Calc : documents;styles changed -OpenOffice.org Calc : documents;version management -OpenOffice.org Calc : documents;version numbers -OpenOffice.org Calc : DOLLAR function -OpenOffice.org Calc : DOLLARDE function -OpenOffice.org Calc : DOLLARFR function -OpenOffice.org Calc : donut charts -OpenOffice.org Calc : dot products -OpenOffice.org Calc : dotted areas -OpenOffice.org Calc : double-line spacing in paragraphs -OpenOffice.org Calc : double-line writing in Asian layout -OpenOffice.org Calc : DPRODUCT function -OpenOffice.org Calc : drag and drop -OpenOffice.org Calc : drag and drop;copying and pasting text -OpenOffice.org Calc : drag and drop;data source view -OpenOffice.org Calc : drag and drop;from Gallery to draw objects -OpenOffice.org Calc : drag and drop;moving cells -OpenOffice.org Calc : drag and drop;overview -OpenOffice.org Calc : drag and drop;pictures -OpenOffice.org Calc : drag and drop;referencing cells -OpenOffice.org Calc : drag and drop;to Gallery -OpenOffice.org Calc : draw objects -OpenOffice.org Calc : draw objects;adding/editing/copying -OpenOffice.org Calc : draw objects;anchoring -OpenOffice.org Calc : draw objects;arranging within stacks -OpenOffice.org Calc : draw objects;copying -OpenOffice.org Calc : draw objects;copying between documents -OpenOffice.org Calc : draw objects;displaying (Calc) -OpenOffice.org Calc : draw objects;dropping Gallery pictures -OpenOffice.org Calc : draw objects;flipping -OpenOffice.org Calc : draw objects;legends -OpenOffice.org Calc : draw objects;positioning and resizing -OpenOffice.org Calc : draw objects;printing -OpenOffice.org Calc : draw objects;protecting -OpenOffice.org Calc : draw objects;slanting -OpenOffice.org Calc : draw objects;text in -OpenOffice.org Calc : Drawing bar -OpenOffice.org Calc : drawing lines in text -OpenOffice.org Calc : drawings -OpenOffice.org Calc : drawings;creating/opening -OpenOffice.org Calc : drawings;languages -OpenOffice.org Calc : drawings;printing -OpenOffice.org Calc : drawings;printing defaults -OpenOffice.org Calc : drawings;printing in text documents -OpenOffice.org Calc : drawings;saving -OpenOffice.org Calc : drawings;saving automatically -OpenOffice.org Calc : drawings;saving in other formats -OpenOffice.org Calc : drawings;sending as e-mail -OpenOffice.org Calc : drawings;showing (Writer) -OpenOffice.org Calc : drop-down lists in form functions -OpenOffice.org Calc : drop-down menus in sheet columns -OpenOffice.org Calc : DSTDEV function -OpenOffice.org Calc : DSTDEVP function -OpenOffice.org Calc : DSUM function -OpenOffice.org Calc : DURATION function -OpenOffice.org Calc : DURATION_ADD function -OpenOffice.org Calc : durations -OpenOffice.org Calc : durations;calculating -OpenOffice.org Calc : durations;first interest payment until settlement date -OpenOffice.org Calc : durations;fixed interest securities -OpenOffice.org Calc : DVAR function -OpenOffice.org Calc : DVARP function -OpenOffice.org Calc : e-mail attachments -OpenOffice.org Calc : EASTERSUNDAY function -OpenOffice.org Calc : EDATE function -OpenOffice.org Calc : Edit File icon -OpenOffice.org Calc : edit mode -OpenOffice.org Calc : edit mode;after opening -OpenOffice.org Calc : edit mode;through Enter key (Calc) -OpenOffice.org Calc : Edit Points bar -OpenOffice.org Calc : editing -OpenOffice.org Calc : editing;array formulas -OpenOffice.org Calc : editing;chart axes -OpenOffice.org Calc : editing;chart data -OpenOffice.org Calc : editing;chart legends -OpenOffice.org Calc : editing;chart titles -OpenOffice.org Calc : editing;data binding of XForms -OpenOffice.org Calc : editing;database tables and queries -OpenOffice.org Calc : editing;DataPilot tables -OpenOffice.org Calc : editing;draw objects -OpenOffice.org Calc : editing;Fontwork objects -OpenOffice.org Calc : editing;hyperlinks -OpenOffice.org Calc : editing;items in Data Navigator -OpenOffice.org Calc : editing;menus -OpenOffice.org Calc : editing;namespaces in XForms -OpenOffice.org Calc : editing;notes -OpenOffice.org Calc : editing;objects -OpenOffice.org Calc : editing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Calc : editing;pictures -OpenOffice.org Calc : editing;print ranges -OpenOffice.org Calc : editing;reports -OpenOffice.org Calc : editing;shortcut keys -OpenOffice.org Calc : editing;tab stops -OpenOffice.org Calc : editing;templates -OpenOffice.org Calc : editing;titles -OpenOffice.org Calc : editing;toolbars -OpenOffice.org Calc : editing;undoing -OpenOffice.org Calc : editing;XForms -OpenOffice.org Calc : editing time of documents -OpenOffice.org Calc : editors -OpenOffice.org Calc : editors;formula editor -OpenOffice.org Calc : editors;ImageMap editor -OpenOffice.org Calc : EFFECT_ADD function -OpenOffice.org Calc : EFFECTIVE function -OpenOffice.org Calc : effective interest rates -OpenOffice.org Calc : effects -OpenOffice.org Calc : effects;font positions -OpenOffice.org Calc : effects;fonts -OpenOffice.org Calc : effects;Fontwork icons -OpenOffice.org Calc : empty cells -OpenOffice.org Calc : empty cells;counting -OpenOffice.org Calc : empty cells;recognizing -OpenOffice.org Calc : empty documents -OpenOffice.org Calc : empty paragraph removal -OpenOffice.org Calc : encrypting text -OpenOffice.org Calc : encryption of contents -OpenOffice.org Calc : entering entries with AutoInput function -OpenOffice.org Calc : entering groups -OpenOffice.org Calc : entering text from right to left -OpenOffice.org Calc : EOMONTH function -OpenOffice.org Calc : equal sign, see also operators -OpenOffice.org Calc : equations in formula editor -OpenOffice.org Calc : equations in goal seek -OpenOffice.org Calc : ERF function -OpenOffice.org Calc : ERFC function -OpenOffice.org Calc : error bars in charts -OpenOffice.org Calc : error codes -OpenOffice.org Calc : error codes;controlling -OpenOffice.org Calc : error codes;list of -OpenOffice.org Calc : error indicators in charts -OpenOffice.org Calc : error messages -OpenOffice.org Calc : error messages;defining for incorrect input -OpenOffice.org Calc : error messages;invalid references -OpenOffice.org Calc : Error Report Tool -OpenOffice.org Calc : error tracing -OpenOffice.org Calc : ERRORTYPE function -OpenOffice.org Calc : Euro -OpenOffice.org Calc : Euro;converting in -OpenOffice.org Calc : Euro;currency formats -OpenOffice.org Calc : Euro;Euro Converter Wizard -OpenOffice.org Calc : EVEN function -OpenOffice.org Calc : even integers -OpenOffice.org Calc : even/odd pages -OpenOffice.org Calc : even/odd pages;printing -OpenOffice.org Calc : events -OpenOffice.org Calc : events;controls -OpenOffice.org Calc : events;customizing -OpenOffice.org Calc : events;in forms -OpenOffice.org Calc : EXACT function -OpenOffice.org Calc : exact numbers in OpenOffice.org Calc -OpenOffice.org Calc : examples -OpenOffice.org Calc : examples;formula calculation -OpenOffice.org Calc : examples;goal seek -OpenOffice.org Calc : Excel -OpenOffice.org Calc : Excel;saving as -OpenOffice.org Calc : Excel;search criteria -OpenOffice.org Calc : exceptions -OpenOffice.org Calc : exceptions;user-defined dictionaries -OpenOffice.org Calc : exchanging, see also replacing -OpenOffice.org Calc : executing -OpenOffice.org Calc : executing;SQL commands -OpenOffice.org Calc : exiting -OpenOffice.org Calc : exiting;groups -OpenOffice.org Calc : exiting;OpenOffice.org -OpenOffice.org Calc : EXP function -OpenOffice.org Calc : expanding formatting (Calc) -OpenOffice.org Calc : explorer of data sources -OpenOffice.org Calc : EXPONDIST function -OpenOffice.org Calc : exponential distributions -OpenOffice.org Calc : exponential trends in arrays -OpenOffice.org Calc : export filters -OpenOffice.org Calc : exporting -OpenOffice.org Calc : exporting;bitmaps -OpenOffice.org Calc : exporting;cells -OpenOffice.org Calc : exporting;databases -OpenOffice.org Calc : exporting;HTML and text documents -OpenOffice.org Calc : exporting;Microsoft Office documents with VBA code -OpenOffice.org Calc : exporting;spreadsheets to dBASE -OpenOffice.org Calc : exporting;spreadsheets to text format -OpenOffice.org Calc : exporting;tables as text -OpenOffice.org Calc : exporting;templates -OpenOffice.org Calc : exporting;to foreign formats -OpenOffice.org Calc : exporting;to HTML -OpenOffice.org Calc : exporting;to Microsoft Office formats -OpenOffice.org Calc : exporting;to PDF -OpenOffice.org Calc : exporting;to PostScript format -OpenOffice.org Calc : exporting;to XML -OpenOffice.org Calc : exporting;XML files -OpenOffice.org Calc : extended tips in Help -OpenOffice.org Calc : extending printranges -OpenOffice.org Calc : extension mode in text -OpenOffice.org Calc : extensions -OpenOffice.org Calc : extensions;Extension Manager -OpenOffice.org Calc : extensions;file formats -OpenOffice.org Calc : external data -OpenOffice.org Calc : external data;inserting -OpenOffice.org Calc : external data;WebQuery -OpenOffice.org Calc : external DLL functions -OpenOffice.org Calc : external keys (Base) -OpenOffice.org Calc : extrapolations -OpenOffice.org Calc : FACT function -OpenOffice.org Calc : FACTDOUBLE function -OpenOffice.org Calc : factorials -OpenOffice.org Calc : factorials;numbers -OpenOffice.org Calc : factorials;numbers with increments of two -OpenOffice.org Calc : FALSE function -OpenOffice.org Calc : faster printing -OpenOffice.org Calc : faxes -OpenOffice.org Calc : faxes;configuring OpenOffice.org -OpenOffice.org Calc : faxes;fax programs/fax printers under UNIX -OpenOffice.org Calc : faxes;selecting a fax machine -OpenOffice.org Calc : faxes;sending -OpenOffice.org Calc : faxes;wizards -OpenOffice.org Calc : FDIST function -OpenOffice.org Calc : fields -OpenOffice.org Calc : fields;database tables -OpenOffice.org Calc : fields;displaying field codes (Writer) -OpenOffice.org Calc : fields;formatted fields -OpenOffice.org Calc : fields;updating automatically (Writer) -OpenOffice.org Calc : file associations for Microsoft Office -OpenOffice.org Calc : file filters -OpenOffice.org Calc : file filters;mobile devices -OpenOffice.org Calc : file filters;XML -OpenOffice.org Calc : file formats -OpenOffice.org Calc : file formats;changing defaults -OpenOffice.org Calc : file formats;OpenDocument/XML -OpenOffice.org Calc : file formats;saving always in other formats -OpenOffice.org Calc : file names in headers/footers -OpenOffice.org Calc : file selection button -OpenOffice.org Calc : file sharing options for current document -OpenOffice.org Calc : files -OpenOffice.org Calc : files;filters and formats -OpenOffice.org Calc : files;importing -OpenOffice.org Calc : files;opening -OpenOffice.org Calc : files;opening with placeholders -OpenOffice.org Calc : files;properties -OpenOffice.org Calc : files;saving -OpenOffice.org Calc : files;saving automatically -OpenOffice.org Calc : files;saving in other formats -OpenOffice.org Calc : files;sending as e-mail -OpenOffice.org Calc : files;version numbers -OpenOffice.org Calc : files and folders in OpenOffice.org -OpenOffice.org Calc : fill characters with tabulators -OpenOffice.org Calc : fill colors for areas -OpenOffice.org Calc : fill patterns for areas -OpenOffice.org Calc : filling -OpenOffice.org Calc : filling;cells, automatically -OpenOffice.org Calc : filling;customized lists -OpenOffice.org Calc : filling;selection lists -OpenOffice.org Calc : filter conditions -OpenOffice.org Calc : filter conditions;connecting -OpenOffice.org Calc : filter conditions;in queries (Base) -OpenOffice.org Calc : filtered data -OpenOffice.org Calc : filtered data;sums -OpenOffice.org Calc : filtering -OpenOffice.org Calc : filtering;cell ranges -OpenOffice.org Calc : filtering;data in databases -OpenOffice.org Calc : filtering;data in forms -OpenOffice.org Calc : filtering;database ranges -OpenOffice.org Calc : filtering;DataPilot tables -OpenOffice.org Calc : filters -OpenOffice.org Calc : filters;comparison operators -OpenOffice.org Calc : filters;copying visible cells only -OpenOffice.org Calc : filters;defining advanced filters -OpenOffice.org Calc : filters;for import and export -OpenOffice.org Calc : filters;introduction -OpenOffice.org Calc : filters;Navigator -OpenOffice.org Calc : filters;pictures -OpenOffice.org Calc : filters;XML filter settings -OpenOffice.org Calc : filters, see also AutoFilter function -OpenOffice.org Calc : financial functions -OpenOffice.org Calc : FIND function -OpenOffice.org Calc : Find tab in Help -OpenOffice.org Calc : finding -OpenOffice.org Calc : finding;formulas/values/text/objects -OpenOffice.org Calc : finding;in all sheets -OpenOffice.org Calc : finding;records in form documents -OpenOffice.org Calc : finding;selections -OpenOffice.org Calc : finding;similarity search -OpenOffice.org Calc : FINV function -OpenOffice.org Calc : FISHER function -OpenOffice.org Calc : FISHERINV function -OpenOffice.org Calc : fitting to pages -OpenOffice.org Calc : fitting to pages;print settings in Math -OpenOffice.org Calc : fitting to pages;print settings in presentations -OpenOffice.org Calc : FIXED function -OpenOffice.org Calc : fixed text -OpenOffice.org Calc : fixed text;form functions -OpenOffice.org Calc : fixing toolbars -OpenOffice.org Calc : flipping draw objects -OpenOffice.org Calc : floating frames in HTML documents -OpenOffice.org Calc : floating toolbars -OpenOffice.org Calc : FLOOR function -OpenOffice.org Calc : focus of controls -OpenOffice.org Calc : folder creation -OpenOffice.org Calc : font lists -OpenOffice.org Calc : font name box -OpenOffice.org Calc : font sizes -OpenOffice.org Calc : font sizes;bullets -OpenOffice.org Calc : font sizes;relative changes -OpenOffice.org Calc : font sizes;scaling on screen -OpenOffice.org Calc : font sizes;text -OpenOffice.org Calc : fonts -OpenOffice.org Calc : fonts;adding under UNIX -OpenOffice.org Calc : fonts;changing in templates -OpenOffice.org Calc : fonts;colors -OpenOffice.org Calc : fonts;default settings -OpenOffice.org Calc : fonts;effects -OpenOffice.org Calc : fonts;for HTML and Basic -OpenOffice.org Calc : fonts;formats -OpenOffice.org Calc : fonts;outlines -OpenOffice.org Calc : fonts;positions in text -OpenOffice.org Calc : fonts;shadows -OpenOffice.org Calc : fonts;specifying several -OpenOffice.org Calc : fonts;strikethrough -OpenOffice.org Calc : fonts;styles -OpenOffice.org Calc : fonts;text objects -OpenOffice.org Calc : Fontwork icons -OpenOffice.org Calc : footers -OpenOffice.org Calc : footers;backgrounds -OpenOffice.org Calc : footers;defining -OpenOffice.org Calc : footers;printing on sheets -OpenOffice.org Calc : forced array handling -OpenOffice.org Calc : FORECAST function -OpenOffice.org Calc : form controls -OpenOffice.org Calc : form controls;assigning macros -OpenOffice.org Calc : form controls;protecting -OpenOffice.org Calc : form controls;toolbars -OpenOffice.org Calc : form fields -OpenOffice.org Calc : form filters -OpenOffice.org Calc : Form Navigator -OpenOffice.org Calc : format codes -OpenOffice.org Calc : format codes;numbers -OpenOffice.org Calc : format codes;user-defined number formats -OpenOffice.org Calc : format filling printing in OpenOffice.org Math -OpenOffice.org Calc : Format Paintbrush -OpenOffice.org Calc : formats -OpenOffice.org Calc : formats;Asian layout -OpenOffice.org Calc : formats;Asian typography -OpenOffice.org Calc : formats;assigning by formulas -OpenOffice.org Calc : formats;automatically formatting spreadsheets -OpenOffice.org Calc : formats;changing text/number -OpenOffice.org Calc : formats;currency formats in cells -OpenOffice.org Calc : formats;fonts -OpenOffice.org Calc : formats;maximizing page formats -OpenOffice.org Calc : formats;number and currency formats -OpenOffice.org Calc : formats;numbers as text -OpenOffice.org Calc : formats;numbers in tables -OpenOffice.org Calc : formats;of currencies/date/time -OpenOffice.org Calc : formats;on opening and saving -OpenOffice.org Calc : formats;pasting in special formats -OpenOffice.org Calc : formats;positions -OpenOffice.org Calc : formats;Styles and Formatting window -OpenOffice.org Calc : formats;tabulators -OpenOffice.org Calc : formats;themes for sheets -OpenOffice.org Calc : formats;undoing when writing -OpenOffice.org Calc : formatted fields -OpenOffice.org Calc : formatted fields;form functions -OpenOffice.org Calc : formatted fields;properties -OpenOffice.org Calc : formatting -OpenOffice.org Calc : formatting;adding/deleting decimal places -OpenOffice.org Calc : formatting;axes in charts -OpenOffice.org Calc : formatting;cells -OpenOffice.org Calc : formatting;chart areas -OpenOffice.org Calc : formatting;chart floors -OpenOffice.org Calc : formatting;chart legends -OpenOffice.org Calc : formatting;chart titles -OpenOffice.org Calc : formatting;chart walls -OpenOffice.org Calc : formatting;conditional formatting -OpenOffice.org Calc : formatting;copying -OpenOffice.org Calc : formatting;definition -OpenOffice.org Calc : formatting;expanding (Calc) -OpenOffice.org Calc : formatting;font effects -OpenOffice.org Calc : formatting;hyperlinks -OpenOffice.org Calc : formatting;multiple cell texts -OpenOffice.org Calc : formatting;notes on cells -OpenOffice.org Calc : formatting;numbers as text -OpenOffice.org Calc : formatting;numbers with decimals -OpenOffice.org Calc : formatting;pages -OpenOffice.org Calc : formatting;printer metrics (Writer) -OpenOffice.org Calc : formatting;spreadsheets -OpenOffice.org Calc : formatting;Styles and Formatting window -OpenOffice.org Calc : formatting;themes for sheets -OpenOffice.org Calc : formatting;undoing -OpenOffice.org Calc : formatting;user-defined numbers -OpenOffice.org Calc : formatting;visible cells only -OpenOffice.org Calc : forms -OpenOffice.org Calc : forms;browsing -OpenOffice.org Calc : forms;Combo Box/List Box Wizard -OpenOffice.org Calc : forms;creating -OpenOffice.org Calc : forms;data -OpenOffice.org Calc : forms;designing (Base) -OpenOffice.org Calc : forms;events -OpenOffice.org Calc : forms;filtering data -OpenOffice.org Calc : forms;finding records -OpenOffice.org Calc : forms;focus after opening -OpenOffice.org Calc : forms;general information (Base) -OpenOffice.org Calc : forms;grouping controls -OpenOffice.org Calc : forms;HTML filters -OpenOffice.org Calc : forms;Navigator -OpenOffice.org Calc : forms;opening in design mode -OpenOffice.org Calc : forms;properties -OpenOffice.org Calc : forms;sorting data -OpenOffice.org Calc : forms;subforms -OpenOffice.org Calc : forms;wizards -OpenOffice.org Calc : forms;XForms -OpenOffice.org Calc : Formula Auditing feature in Microsoft Office -OpenOffice.org Calc : formula bar -OpenOffice.org Calc : formula bar;accepting inputs -OpenOffice.org Calc : formula bar;canceling inputs -OpenOffice.org Calc : formula bar;functions -OpenOffice.org Calc : formula bar;input line -OpenOffice.org Calc : formula bar;sheet area names -OpenOffice.org Calc : formula bar;spreadsheets -OpenOffice.org Calc : formula bar;sum function -OpenOffice.org Calc : formula cells -OpenOffice.org Calc : formula cells;displaying formulas in other cells -OpenOffice.org Calc : formula cells;recognizing -OpenOffice.org Calc : formula cells;removing precedents -OpenOffice.org Calc : formula cells;tracing precedents -OpenOffice.org Calc : FORMULA function -OpenOffice.org Calc : formula list window -OpenOffice.org Calc : formula texts -OpenOffice.org Calc : formula texts;printing in OpenOffice.org Math -OpenOffice.org Calc : formulas -OpenOffice.org Calc : formulas;arrays -OpenOffice.org Calc : formulas;assigning cell formats -OpenOffice.org Calc : formulas;AutoCalculate function -OpenOffice.org Calc : formulas;calculating -OpenOffice.org Calc : formulas;calculating with -OpenOffice.org Calc : formulas;copying and pasting -OpenOffice.org Calc : formulas;defining names -OpenOffice.org Calc : formulas;displaying in cells -OpenOffice.org Calc : formulas;hiding -OpenOffice.org Calc : formulas;inputting -OpenOffice.org Calc : formulas;matrix formulas -OpenOffice.org Calc : formulas;new -OpenOffice.org Calc : formulas;operators -OpenOffice.org Calc : formulas;printing, instead of results -OpenOffice.org Calc : formulas;recalculating manually -OpenOffice.org Calc : formulas;saving as csv files -OpenOffice.org Calc : formulas;starting formula editor -OpenOffice.org Calc : formulas;status bar -OpenOffice.org Calc : formulas;using row/column labels -OpenOffice.org Calc : formulas in reports -OpenOffice.org Calc : formulas in reports;editing -OpenOffice.org Calc : forums and support -OpenOffice.org Calc : fractions -OpenOffice.org Calc : fractions;converting -OpenOffice.org Calc : fractions;entering -OpenOffice.org Calc : frames -OpenOffice.org Calc : frames;around paragraphs -OpenOffice.org Calc : frames;around tables -OpenOffice.org Calc : frames;AutoCorrect function -OpenOffice.org Calc : frames;backgrounds -OpenOffice.org Calc : frames;captions (Writer) -OpenOffice.org Calc : frames;printing in OpenOffice.org Math -OpenOffice.org Calc : frames;protecting -OpenOffice.org Calc : frames;selection frames -OpenOffice.org Calc : frames;text fitting to frames -OpenOffice.org Calc : freeform lines -OpenOffice.org Calc : freeform lines;draw functions -OpenOffice.org Calc : freezing rows or columns -OpenOffice.org Calc : FREQUENCY function -OpenOffice.org Calc : FTEST function -OpenOffice.org Calc : FTP -OpenOffice.org Calc : FTP;opening documents -OpenOffice.org Calc : FTP;saving documents -OpenOffice.org Calc : full joins (Base) -OpenOffice.org Calc : full screen view -OpenOffice.org Calc : full-text search in Help -OpenOffice.org Calc : function list window -OpenOffice.org Calc : Function Wizard -OpenOffice.org Calc : Function Wizard;add-ins -OpenOffice.org Calc : Function Wizard;arrays -OpenOffice.org Calc : Function Wizard;databases -OpenOffice.org Calc : Function Wizard;date & time -OpenOffice.org Calc : Function Wizard;financial -OpenOffice.org Calc : Function Wizard;information -OpenOffice.org Calc : Function Wizard;logical -OpenOffice.org Calc : Function Wizard;mathematical -OpenOffice.org Calc : Function Wizard;spreadsheets -OpenOffice.org Calc : Function Wizard;statistics -OpenOffice.org Calc : Function Wizard;text -OpenOffice.org Calc : functions -OpenOffice.org Calc : functions;accepting input icon -OpenOffice.org Calc : functions;add-in functions -OpenOffice.org Calc : functions;array functions -OpenOffice.org Calc : functions;canceling input icon -OpenOffice.org Calc : functions;database functions -OpenOffice.org Calc : functions;date & time -OpenOffice.org Calc : functions;financial functions -OpenOffice.org Calc : functions;formula bar icon -OpenOffice.org Calc : functions;Function Wizard -OpenOffice.org Calc : functions;information functions -OpenOffice.org Calc : functions;listed by category -OpenOffice.org Calc : functions;logical functions -OpenOffice.org Calc : functions;mathematical functions -OpenOffice.org Calc : functions;OpenOffice.org Calc add-in DLL -OpenOffice.org Calc : functions;spreadsheets -OpenOffice.org Calc : functions;statistics functions -OpenOffice.org Calc : functions;sum function icon -OpenOffice.org Calc : functions;text functions -OpenOffice.org Calc : functions;user-defined -OpenOffice.org Calc : functions in reports -OpenOffice.org Calc : functions in reports;editing -OpenOffice.org Calc : future values -OpenOffice.org Calc : future values;constant interest rates -OpenOffice.org Calc : future values;varying interest rates -OpenOffice.org Calc : FV function -OpenOffice.org Calc : FVSCHEDULE function -OpenOffice.org Calc : Gallery -OpenOffice.org Calc : Gallery;adding pictures -OpenOffice.org Calc : Gallery;dragging pictures to draw objects -OpenOffice.org Calc : Gallery;hiding/showing -OpenOffice.org Calc : Gallery;inserting pictures from -OpenOffice.org Calc : GAMMADIST function -OpenOffice.org Calc : GAMMAINV function -OpenOffice.org Calc : GAMMALN function -OpenOffice.org Calc : GAUSS function -OpenOffice.org Calc : Gaussian error integral -OpenOffice.org Calc : GCD function -OpenOffice.org Calc : GCD_ADD function -OpenOffice.org Calc : GEOMEAN function -OpenOffice.org Calc : geometric lists -OpenOffice.org Calc : geometric-degressive depreciations -OpenOffice.org Calc : German spellcheck -OpenOffice.org Calc : GESTEP function -OpenOffice.org Calc : get method for form transmissions -OpenOffice.org Calc : GETPIVOTDATA function -OpenOffice.org Calc : getting support -OpenOffice.org Calc : GIF format -OpenOffice.org Calc : glossaries -OpenOffice.org Calc : glossaries;common terms -OpenOffice.org Calc : glossaries;Internet terms -OpenOffice.org Calc : goal seek example -OpenOffice.org Calc : gradients off for faster printing -OpenOffice.org Calc : graphical text art -OpenOffice.org Calc : graphics -OpenOffice.org Calc : graphics;cache -OpenOffice.org Calc : graphics;protecting -OpenOffice.org Calc : graphics, see also pictures -OpenOffice.org Calc : grayscale printing -OpenOffice.org Calc : greatest common divisor -OpenOffice.org Calc : grid controls -OpenOffice.org Calc : grid controls;form functions -OpenOffice.org Calc : grids -OpenOffice.org Calc : grids;defaults (Writer/Calc) -OpenOffice.org Calc : grids;display options (Impress/Draw) -OpenOffice.org Calc : grids;displaying lines (Calc) -OpenOffice.org Calc : grids;formatting axes -OpenOffice.org Calc : grids;hiding lines in sheets -OpenOffice.org Calc : grids;inserting in charts -OpenOffice.org Calc : grids;printing sheet grids -OpenOffice.org Calc : group box creation -OpenOffice.org Calc : grouping -OpenOffice.org Calc : grouping;cells -OpenOffice.org Calc : grouping;DataPilot tables -OpenOffice.org Calc : groups -OpenOffice.org Calc : groups;entering/exiting/ungrouping -OpenOffice.org Calc : groups;naming -OpenOffice.org Calc : groups;of controls -OpenOffice.org Calc : GROWTH function -OpenOffice.org Calc : growth series -OpenOffice.org Calc : guides -OpenOffice.org Calc : guides;display options (Impress/Draw) -OpenOffice.org Calc : guides;displaying when moving objects (Impress) -OpenOffice.org Calc : guides;showing (Calc) -OpenOffice.org Calc : guides;showing when moving frames (Writer) -OpenOffice.org Calc : gutter -OpenOffice.org Calc : handles -OpenOffice.org Calc : handles;displaying (Writer) -OpenOffice.org Calc : handles;scaling -OpenOffice.org Calc : handles;showing simple/large handles (Calc) -OpenOffice.org Calc : Hangul/Hanja -OpenOffice.org Calc : HARMEAN function -OpenOffice.org Calc : hatching -OpenOffice.org Calc : headers -OpenOffice.org Calc : headers;backgrounds -OpenOffice.org Calc : headers;defining -OpenOffice.org Calc : headers;freezing during table split -OpenOffice.org Calc : headers;printing on sheets -OpenOffice.org Calc : headings -OpenOffice.org Calc : headings;entering as text box -OpenOffice.org Calc : headings;repeating rows/columns as -OpenOffice.org Calc : Hebrew -OpenOffice.org Calc : Hebrew;entering text -OpenOffice.org Calc : Hebrew;language settings -OpenOffice.org Calc : heights of cells -OpenOffice.org Calc : Help -OpenOffice.org Calc : Help;bookmarks -OpenOffice.org Calc : Help;extended tips on/off -OpenOffice.org Calc : Help;full-text search -OpenOffice.org Calc : Help;Help tips -OpenOffice.org Calc : Help;keywords -OpenOffice.org Calc : Help;navigation pane showing/hiding -OpenOffice.org Calc : Help;style sheets -OpenOffice.org Calc : Help;topics -OpenOffice.org Calc : Help Agent -OpenOffice.org Calc : Help Agent;help -OpenOffice.org Calc : Help Agent;options -OpenOffice.org Calc : Help tips -OpenOffice.org Calc : Help tips;defining text for cell input -OpenOffice.org Calc : Help tips;hiding -OpenOffice.org Calc : HEX2BIN function -OpenOffice.org Calc : HEX2DEC function -OpenOffice.org Calc : HEX2OCT function -OpenOffice.org Calc : hexadecimal system -OpenOffice.org Calc : hexadecimal system;converting to -OpenOffice.org Calc : hidden cells -OpenOffice.org Calc : hidden controls in Form Navigator -OpenOffice.org Calc : hidden fields display (Writer) -OpenOffice.org Calc : hidden pages -OpenOffice.org Calc : hidden pages;printing in presentations -OpenOffice.org Calc : hidden text -OpenOffice.org Calc : hidden text;showing (Writer) -OpenOffice.org Calc : hiding -OpenOffice.org Calc : hiding;changes -OpenOffice.org Calc : hiding;chart legends -OpenOffice.org Calc : hiding;columns -OpenOffice.org Calc : hiding;data fields, from calculations in Data Pilot -OpenOffice.org Calc : hiding;docked windows -OpenOffice.org Calc : hiding;formulas -OpenOffice.org Calc : hiding;headers/grid lines -OpenOffice.org Calc : hiding;navigation pane in Help window -OpenOffice.org Calc : hiding;rows -OpenOffice.org Calc : hiding;sheet details -OpenOffice.org Calc : hiding;sheets -OpenOffice.org Calc : high contrast mode -OpenOffice.org Calc : highlighting -OpenOffice.org Calc : highlighting;negative numbers -OpenOffice.org Calc : highlighting;values in sheets -OpenOffice.org Calc : Hindi -OpenOffice.org Calc : Hindi;entering text -OpenOffice.org Calc : Hindi;language settings -OpenOffice.org Calc : HLOOKUP function -OpenOffice.org Calc : horizontal scrollbars (Writer) -OpenOffice.org Calc : HOUR function -OpenOffice.org Calc : HowTos for Calc -OpenOffice.org Calc : HowTos for charts -OpenOffice.org Calc : HTML -OpenOffice.org Calc : HTML;definition -OpenOffice.org Calc : HTML;export character set -OpenOffice.org Calc : HTML;fonts for source display -OpenOffice.org Calc : HTML;importing META tags -OpenOffice.org Calc : HTML;in sheet cells -OpenOffice.org Calc : HTML;live presentations -OpenOffice.org Calc : HTML;sheets -OpenOffice.org Calc : HTML documents -OpenOffice.org Calc : HTML documents;auto reloading -OpenOffice.org Calc : HTML documents;importing/exporting -OpenOffice.org Calc : HTML documents;META tags in -OpenOffice.org Calc : HTML documents;new -OpenOffice.org Calc : HTML documents;source text -OpenOffice.org Calc : HTML WebQuery -OpenOffice.org Calc : HYPERLINK function -OpenOffice.org Calc : hyperlinks -OpenOffice.org Calc : hyperlinks;assigning macros -OpenOffice.org Calc : hyperlinks;character formats -OpenOffice.org Calc : hyperlinks;definition -OpenOffice.org Calc : hyperlinks;deleting -OpenOffice.org Calc : hyperlinks;editing -OpenOffice.org Calc : hyperlinks;inserting -OpenOffice.org Calc : hyperlinks;relative and absolute -OpenOffice.org Calc : hyperlinks;turning off automatic recognition -OpenOffice.org Calc : hyperlinks, see also links -OpenOffice.org Calc : HYPGEOMDIST function -OpenOffice.org Calc : hyphenation -OpenOffice.org Calc : hyphenation;activating for a language -OpenOffice.org Calc : hyphenation;in spreadsheets -OpenOffice.org Calc : hyphenation;minimal number of characters -OpenOffice.org Calc : hyphens -OpenOffice.org Calc : hyphens;displaying custom (Writer) -OpenOffice.org Calc : hyphens;inserting custom -OpenOffice.org Calc : icon bars, see toolbars -OpenOffice.org Calc : icon sizes -OpenOffice.org Calc : IDE -OpenOffice.org Calc : IDE;Basic IDE -OpenOffice.org Calc : IF function -OpenOffice.org Calc : ignore list for spellcheck -OpenOffice.org Calc : illumination -OpenOffice.org Calc : illumination;3D charts -OpenOffice.org Calc : illustrations, see pictures -OpenOffice.org Calc : IMABS function -OpenOffice.org Calc : image button creation -OpenOffice.org Calc : image control creation -OpenOffice.org Calc : ImageMap -OpenOffice.org Calc : ImageMap;definition -OpenOffice.org Calc : ImageMap;editor -OpenOffice.org Calc : images -OpenOffice.org Calc : images;ImageMap -OpenOffice.org Calc : images;inserting and editing bitmaps -OpenOffice.org Calc : images;placeholders in presentations -OpenOffice.org Calc : images, see also pictures -OpenOffice.org Calc : IMAGINARY function -OpenOffice.org Calc : imaginary numbers in analysis functions -OpenOffice.org Calc : IMARGUMENT function -OpenOffice.org Calc : IMCONJUGATE function -OpenOffice.org Calc : IMCOS function -OpenOffice.org Calc : IMDIV function -OpenOffice.org Calc : IME -OpenOffice.org Calc : IME;definition -OpenOffice.org Calc : IME;showing/hiding -OpenOffice.org Calc : IMEXP function -OpenOffice.org Calc : IMLN function -OpenOffice.org Calc : IMLOG10 function -OpenOffice.org Calc : IMLOG2 function -OpenOffice.org Calc : implicit array handling -OpenOffice.org Calc : import filters -OpenOffice.org Calc : import restrictions for Microsoft Office -OpenOffice.org Calc : importing -OpenOffice.org Calc : importing;bitmaps -OpenOffice.org Calc : importing;compatibility settings for text import -OpenOffice.org Calc : importing;databases -OpenOffice.org Calc : importing;dBASE files -OpenOffice.org Calc : importing;documents in other formats -OpenOffice.org Calc : importing;from XML -OpenOffice.org Calc : importing;HTML and text documents -OpenOffice.org Calc : importing;HTML with META tags -OpenOffice.org Calc : importing;Microsoft Office documents with VBA code -OpenOffice.org Calc : importing;tables as text -OpenOffice.org Calc : importing;tables in text format -OpenOffice.org Calc : importing;templates -OpenOffice.org Calc : importing;text databases -OpenOffice.org Calc : IMPOWER function -OpenOffice.org Calc : IMPRODUCT function -OpenOffice.org Calc : IMREAL function -OpenOffice.org Calc : IMSIN function -OpenOffice.org Calc : IMSQRT function -OpenOffice.org Calc : IMSUB function -OpenOffice.org Calc : IMSUM function -OpenOffice.org Calc : inches -OpenOffice.org Calc : increasing scales in page view -OpenOffice.org Calc : INDEX function -OpenOffice.org Calc : Index tab in Help -OpenOffice.org Calc : indexes -OpenOffice.org Calc : indexes;backgrounds -OpenOffice.org Calc : indexes;showing/hiding Help index tab -OpenOffice.org Calc : indexes;unprotecting -OpenOffice.org Calc : indicator lines in text -OpenOffice.org Calc : INDIRECT function -OpenOffice.org Calc : INFO function -OpenOffice.org Calc : information functions -OpenOffice.org Calc : information on cells -OpenOffice.org Calc : inline array constants -OpenOffice.org Calc : inner joins (Base) -OpenOffice.org Calc : inner products -OpenOffice.org Calc : input line in formula bar -OpenOffice.org Calc : input method window -OpenOffice.org Calc : input support in spreadsheets -OpenOffice.org Calc : insert mode for entering text -OpenOffice.org Calc : inserting -OpenOffice.org Calc : inserting;applets -OpenOffice.org Calc : inserting;breaks -OpenOffice.org Calc : inserting;cell ranges -OpenOffice.org Calc : inserting;cell ranges from spreadsheets -OpenOffice.org Calc : inserting;cells -OpenOffice.org Calc : inserting;cells, by drag and drop -OpenOffice.org Calc : inserting;cells, toolbar icon -OpenOffice.org Calc : inserting;charts -OpenOffice.org Calc : inserting;clipboard options -OpenOffice.org Calc : inserting;columns -OpenOffice.org Calc : inserting;data from text documents -OpenOffice.org Calc : inserting;datasource records in spreadsheets -OpenOffice.org Calc : inserting;drawings -OpenOffice.org Calc : inserting;external data -OpenOffice.org Calc : inserting;floating frames -OpenOffice.org Calc : inserting;form fields -OpenOffice.org Calc : inserting;formulas -OpenOffice.org Calc : inserting;fractions -OpenOffice.org Calc : inserting;hyperlinks -OpenOffice.org Calc : inserting;line breaks in cells -OpenOffice.org Calc : inserting;manual column breaks -OpenOffice.org Calc : inserting;manual row breaks -OpenOffice.org Calc : inserting;matrix formulas -OpenOffice.org Calc : inserting;movies/sounds -OpenOffice.org Calc : inserting;new text tables defaults -OpenOffice.org Calc : inserting;notes -OpenOffice.org Calc : inserting;objects from Gallery -OpenOffice.org Calc : inserting;objects, toolbar icon -OpenOffice.org Calc : inserting;OLE objects -OpenOffice.org Calc : inserting;paragraph bullets -OpenOffice.org Calc : inserting;plug-ins -OpenOffice.org Calc : inserting;references, by drag and drop -OpenOffice.org Calc : inserting;rows -OpenOffice.org Calc : inserting;sheets -OpenOffice.org Calc : inserting;special characters -OpenOffice.org Calc : inserting;tab stops -OpenOffice.org Calc : inserting;text files with data -OpenOffice.org Calc : inserting;values -OpenOffice.org Calc : inserting functions -OpenOffice.org Calc : inserting functions;function list window -OpenOffice.org Calc : inserting functions;Function Wizard -OpenOffice.org Calc : installing -OpenOffice.org Calc : installing;ActiveX control -OpenOffice.org Calc : installing;mobile device filters -OpenOffice.org Calc : installing;UNO components -OpenOffice.org Calc : instructions -OpenOffice.org Calc : instructions;general -OpenOffice.org Calc : instructions;OpenOffice.org Calc -OpenOffice.org Calc : INT function -OpenOffice.org Calc : integers with leading zeros -OpenOffice.org Calc : INTERCEPT function -OpenOffice.org Calc : interests for unchanged amortization installments -OpenOffice.org Calc : internal rates of return -OpenOffice.org Calc : internal rates of return;irregular payments -OpenOffice.org Calc : internal rates of return;modified -OpenOffice.org Calc : internal rates of return;regular payments -OpenOffice.org Calc : international currency formats -OpenOffice.org Calc : Internet -OpenOffice.org Calc : Internet;Internet Explorer for displaying OpenOffice.org documents -OpenOffice.org Calc : Internet;presentations -OpenOffice.org Calc : Internet;starting searches -OpenOffice.org Calc : Internet;turning off recognition of addresses -OpenOffice.org Calc : Internet glossary -OpenOffice.org Calc : intersection operator -OpenOffice.org Calc : intersections -OpenOffice.org Calc : INTRATE function -OpenOffice.org Calc : invalid data -OpenOffice.org Calc : invalid data;marking -OpenOffice.org Calc : invalid names -OpenOffice.org Calc : invalid names;error messages -OpenOffice.org Calc : invalid references -OpenOffice.org Calc : invalid references;error messages -OpenOffice.org Calc : inverse arrays -OpenOffice.org Calc : inverse F probability distribution -OpenOffice.org Calc : inverse of Fisher transformation -OpenOffice.org Calc : inverse of lognormal distribution -OpenOffice.org Calc : inverse of t-distribution -OpenOffice.org Calc : invert filter -OpenOffice.org Calc : inverting tables -OpenOffice.org Calc : invisible areas -OpenOffice.org Calc : invisible cells -OpenOffice.org Calc : IPMT function -OpenOffice.org Calc : IRR function -OpenOffice.org Calc : ISBLANK function -OpenOffice.org Calc : ISERR function -OpenOffice.org Calc : ISERROR function -OpenOffice.org Calc : ISEVEN function -OpenOffice.org Calc : ISEVEN_ADD function -OpenOffice.org Calc : ISFORMULA function -OpenOffice.org Calc : ISLEAPYEAR function -OpenOffice.org Calc : ISLOGICAL function -OpenOffice.org Calc : ISNA function -OpenOffice.org Calc : ISNONTEXT function -OpenOffice.org Calc : ISNUMBER function -OpenOffice.org Calc : ISODD function -OpenOffice.org Calc : ISODD_ADD function -OpenOffice.org Calc : ISPMT function -OpenOffice.org Calc : ISREF function -OpenOffice.org Calc : ISTEXT function -OpenOffice.org Calc : italic text -OpenOffice.org Calc : iterative references in spreadsheets -OpenOffice.org Calc : Java -OpenOffice.org Calc : Java;definition -OpenOffice.org Calc : Java;scripting -OpenOffice.org Calc : Java;setting options -OpenOffice.org Calc : JDBC -OpenOffice.org Calc : JDBC;databases (Base) -OpenOffice.org Calc : JDBC;definition -OpenOffice.org Calc : JIS function -OpenOffice.org Calc : joining -OpenOffice.org Calc : joining;paragraphs -OpenOffice.org Calc : joining;tables (Base) -OpenOffice.org Calc : joins in databases (Base) -OpenOffice.org Calc : justifying text -OpenOffice.org Calc : kerning -OpenOffice.org Calc : kerning;Asian texts -OpenOffice.org Calc : kerning;definition -OpenOffice.org Calc : kerning;in characters -OpenOffice.org Calc : key fields for relations (Base) -OpenOffice.org Calc : keyboard -OpenOffice.org Calc : keyboard;assigning/editing shortcut keys -OpenOffice.org Calc : keyboard;general commands -OpenOffice.org Calc : keyboard;removing numbering -OpenOffice.org Calc : keys -OpenOffice.org Calc : keys;adding push buttons -OpenOffice.org Calc : keys;primary keys (Base) -OpenOffice.org Calc : kiosk export -OpenOffice.org Calc : KURT function -OpenOffice.org Calc : label ranges in sheets -OpenOffice.org Calc : labels -OpenOffice.org Calc : labels;creating and synchronizing -OpenOffice.org Calc : labels;for charts -OpenOffice.org Calc : labels;for draw objects -OpenOffice.org Calc : labels;form functions -OpenOffice.org Calc : labels;from databases -OpenOffice.org Calc : labels, see also names/callouts -OpenOffice.org Calc : landscape printing -OpenOffice.org Calc : languages -OpenOffice.org Calc : languages;activating modules -OpenOffice.org Calc : languages;Asian support -OpenOffice.org Calc : languages;complex text layout -OpenOffice.org Calc : languages;locale settings -OpenOffice.org Calc : languages;selecting -OpenOffice.org Calc : languages;setting options -OpenOffice.org Calc : languages;spellcheck -OpenOffice.org Calc : languages;spellchecking and formatting -OpenOffice.org Calc : LARGE function -OpenOffice.org Calc : large handles (Writer) -OpenOffice.org Calc : large icons -OpenOffice.org Calc : layer arrangement -OpenOffice.org Calc : layout -OpenOffice.org Calc : layout;importing Word documents -OpenOffice.org Calc : layout;pages -OpenOffice.org Calc : layout;spreadsheets -OpenOffice.org Calc : LCM function -OpenOffice.org Calc : LCM_ADD function -OpenOffice.org Calc : LDAP server -OpenOffice.org Calc : LDAP server;address books (Base) -OpenOffice.org Calc : LDAP server;sign on options -OpenOffice.org Calc : leading between paragraphs -OpenOffice.org Calc : leading zeros -OpenOffice.org Calc : leap year determination -OpenOffice.org Calc : least common multiples -OpenOffice.org Calc : left alignment of paragraphs -OpenOffice.org Calc : LEFT function -OpenOffice.org Calc : left joins (Base) -OpenOffice.org Calc : legends -OpenOffice.org Calc : legends;charts -OpenOffice.org Calc : legends;draw objects -OpenOffice.org Calc : legends;rounding corners -OpenOffice.org Calc : LEN function -OpenOffice.org Calc : Letter Wizard -OpenOffice.org Calc : levels -OpenOffice.org Calc : levels;depth stagger -OpenOffice.org Calc : limits -OpenOffice.org Calc : limits;specifying value limits on input -OpenOffice.org Calc : limits of tables (Writer) -OpenOffice.org Calc : line arrangement -OpenOffice.org Calc : line arrangement;cells -OpenOffice.org Calc : line breaks -OpenOffice.org Calc : line breaks;in cells -OpenOffice.org Calc : line charts -OpenOffice.org Calc : line spacing -OpenOffice.org Calc : line spacing;context menu in paragraphs -OpenOffice.org Calc : line spacing;paragraph -OpenOffice.org Calc : line styles -OpenOffice.org Calc : line styles;applying -OpenOffice.org Calc : line styles;defining -OpenOffice.org Calc : linear depreciations -OpenOffice.org Calc : linear series -OpenOffice.org Calc : lines -OpenOffice.org Calc : lines;contours (Draw/Impress) -OpenOffice.org Calc : lines;defining ends -OpenOffice.org Calc : lines;draw functions -OpenOffice.org Calc : lines;drawing in text -OpenOffice.org Calc : lines;editing points -OpenOffice.org Calc : lines;removing automatic lines -OpenOffice.org Calc : Lines and Page Breaks feature in Microsoft Office -OpenOffice.org Calc : lines of text -OpenOffice.org Calc : lines of text;alignment -OpenOffice.org Calc : LINEST function -OpenOffice.org Calc : links -OpenOffice.org Calc : links;between cells and controls -OpenOffice.org Calc : links;by drag and drop -OpenOffice.org Calc : links;character formats -OpenOffice.org Calc : links;definition -OpenOffice.org Calc : links;editing hyperlinks -OpenOffice.org Calc : links;inserting -OpenOffice.org Calc : links;modifying -OpenOffice.org Calc : links;opening files with -OpenOffice.org Calc : links;relational databases (Base) -OpenOffice.org Calc : links;turning off automatic recognition -OpenOffice.org Calc : links;updating options (Writer) -OpenOffice.org Calc : links;updating specific links -OpenOffice.org Calc : list box creation -OpenOffice.org Calc : list of functions -OpenOffice.org Calc : lists -OpenOffice.org Calc : lists;data assigned to controls -OpenOffice.org Calc : lists;registered databases (Base) -OpenOffice.org Calc : lists;regular expressions -OpenOffice.org Calc : lists;user-defined -OpenOffice.org Calc : live presentations on the Internet -OpenOffice.org Calc : LN function -OpenOffice.org Calc : loading -OpenOffice.org Calc : loading;documents -OpenOffice.org Calc : loading;documents from other formats -OpenOffice.org Calc : loading;HTML documents, automatically -OpenOffice.org Calc : loading;Microsoft Office documents with VBA code -OpenOffice.org Calc : loading;reloading -OpenOffice.org Calc : loading;XML files -OpenOffice.org Calc : locale settings -OpenOffice.org Calc : LOG function -OpenOffice.org Calc : LOG10 function -OpenOffice.org Calc : logarithmic scaling along axes -OpenOffice.org Calc : logarithms -OpenOffice.org Calc : LOGEST function -OpenOffice.org Calc : logical functions -OpenOffice.org Calc : logical number formats -OpenOffice.org Calc : LOGINV function -OpenOffice.org Calc : LOGNORMDIST function -OpenOffice.org Calc : LOOKUP function -OpenOffice.org Calc : LOWER function -OpenOffice.org Calc : lowercase letters -OpenOffice.org Calc : lowercase letters;AutoInput function (in cells) -OpenOffice.org Calc : lowercase letters;font effects -OpenOffice.org Calc : lowest common multiples -OpenOffice.org Calc : Macauley duration -OpenOffice.org Calc : macros -OpenOffice.org Calc : macros;assigning to events in forms -OpenOffice.org Calc : macros;in MS Office documents -OpenOffice.org Calc : macros;interrupting -OpenOffice.org Calc : macros;organizing -OpenOffice.org Calc : macros;recording -OpenOffice.org Calc : macros;running when incorrect input -OpenOffice.org Calc : macros;security -OpenOffice.org Calc : macros;security warning dialog -OpenOffice.org Calc : macros;selecting security warnings -OpenOffice.org Calc : magnifiers -OpenOffice.org Calc : Mail Merge feature in Microsoft Office -OpenOffice.org Calc : manual column breaks -OpenOffice.org Calc : manual row breaks -OpenOffice.org Calc : margins -OpenOffice.org Calc : margins;pages -OpenOffice.org Calc : margins;setting with the mouse -OpenOffice.org Calc : margins;shadows -OpenOffice.org Calc : marking cells -OpenOffice.org Calc : marking changes -OpenOffice.org Calc : Markup feature in Microsoft Office -OpenOffice.org Calc : MATCH function -OpenOffice.org Calc : Math formula editor -OpenOffice.org Calc : mathematical functions -OpenOffice.org Calc : matrices -OpenOffice.org Calc : matrices;calculations -OpenOffice.org Calc : matrices;entering matrix formulas -OpenOffice.org Calc : matrices;functions -OpenOffice.org Calc : MAX function -OpenOffice.org Calc : MAXA function -OpenOffice.org Calc : maximum values in Calc databases -OpenOffice.org Calc : MDETERM function -OpenOffice.org Calc : MDURATION function -OpenOffice.org Calc : means -OpenOffice.org Calc : means;geometric -OpenOffice.org Calc : means;harmonic -OpenOffice.org Calc : means;of data set without margin data -OpenOffice.org Calc : measurement units -OpenOffice.org Calc : measurement units;changing on rulers -OpenOffice.org Calc : measurement units;converting -OpenOffice.org Calc : measurement units;selecting -OpenOffice.org Calc : Media Player window -OpenOffice.org Calc : MEDIAN function -OpenOffice.org Calc : menus -OpenOffice.org Calc : menus;activating context menus -OpenOffice.org Calc : menus;customizing -OpenOffice.org Calc : menus;inactive menu items -OpenOffice.org Calc : merging -OpenOffice.org Calc : merging;cells -OpenOffice.org Calc : merging;data ranges -OpenOffice.org Calc : merging;documents -OpenOffice.org Calc : META tags -OpenOffice.org Calc : metrics -OpenOffice.org Calc : metrics;converting -OpenOffice.org Calc : metrics;document formatting (Writer) -OpenOffice.org Calc : metrics;in sheets -OpenOffice.org Calc : Microsoft Excel functions -OpenOffice.org Calc : Microsoft Office -OpenOffice.org Calc : Microsoft Office;Access databases (base) -OpenOffice.org Calc : Microsoft Office;as standard file format -OpenOffice.org Calc : Microsoft Office;document import restrictions -OpenOffice.org Calc : Microsoft Office;feature comparisons -OpenOffice.org Calc : Microsoft Office;importing password protected files -OpenOffice.org Calc : Microsoft Office;importing Word documents -OpenOffice.org Calc : Microsoft Office;importing/exporting VBA code -OpenOffice.org Calc : Microsoft Office;new users information -OpenOffice.org Calc : Microsoft Office;opening Microsoft documents -OpenOffice.org Calc : Microsoft Office;reassigning document types -OpenOffice.org Calc : MID function -OpenOffice.org Calc : MIN function -OpenOffice.org Calc : MINA function -OpenOffice.org Calc : minimum values in Calc databases -OpenOffice.org Calc : minus sign, see also operators -OpenOffice.org Calc : MINUTE function -OpenOffice.org Calc : MINVERSE function -OpenOffice.org Calc : MIRR function -OpenOffice.org Calc : MMULT function -OpenOffice.org Calc : mobile device filters -OpenOffice.org Calc : MOD function -OpenOffice.org Calc : MODE function -OpenOffice.org Calc : models in XForms -OpenOffice.org Calc : modified internal rates of return -OpenOffice.org Calc : modifying, see changing -OpenOffice.org Calc : MONTH function -OpenOffice.org Calc : MONTHS function -OpenOffice.org Calc : more controls -OpenOffice.org Calc : mosaic filter -OpenOffice.org Calc : most common value -OpenOffice.org Calc : mouse -OpenOffice.org Calc : mouse;pointers when using drag and drop -OpenOffice.org Calc : mouse;positioning -OpenOffice.org Calc : moving -OpenOffice.org Calc : moving;cells by drag and drop -OpenOffice.org Calc : moving;spreadsheets -OpenOffice.org Calc : moving;tab stops on ruler -OpenOffice.org Calc : moving;toolbars -OpenOffice.org Calc : moving;using guide lines in presentations -OpenOffice.org Calc : moving;visible cells only -OpenOffice.org Calc : MROUND function -OpenOffice.org Calc : MS ADO interface (Base) -OpenOffice.org Calc : multi-line text in cells -OpenOffice.org Calc : multi-line titles in forms -OpenOffice.org Calc : MULTINOMIAL function -OpenOffice.org Calc : multiple cells selection -OpenOffice.org Calc : multiple documents -OpenOffice.org Calc : multiple documents;opening -OpenOffice.org Calc : multiple operations -OpenOffice.org Calc : multiple sheets -OpenOffice.org Calc : multiplication sign, see also operators -OpenOffice.org Calc : multiplying -OpenOffice.org Calc : multiplying;cell contents in Calc databases -OpenOffice.org Calc : multiplying;numbers -OpenOffice.org Calc : MUNIT function -OpenOffice.org Calc : My Documents folder -OpenOffice.org Calc : My Documents folder;changing work directory -OpenOffice.org Calc : My Documents folder;opening -OpenOffice.org Calc : MySQL databases (Base) -OpenOffice.org Calc : N function -OpenOffice.org Calc : NA function -OpenOffice.org Calc : name recognition on/off -OpenOffice.org Calc : names -OpenOffice.org Calc : names;defining for cells -OpenOffice.org Calc : names;for cell ranges -OpenOffice.org Calc : names;multi-line titles -OpenOffice.org Calc : names;objects -OpenOffice.org Calc : names;sheets -OpenOffice.org Calc : names, see also labels/callouts -OpenOffice.org Calc : namespace organization in XForms -OpenOffice.org Calc : native SQL (Base) -OpenOffice.org Calc : natural language addressing -OpenOffice.org Calc : natural logarithm -OpenOffice.org Calc : natural logarithm of Gamma function -OpenOffice.org Calc : natural sort algorithm -OpenOffice.org Calc : navigating -OpenOffice.org Calc : navigating;in documents -OpenOffice.org Calc : navigating;in spreadsheets -OpenOffice.org Calc : Navigation bar -OpenOffice.org Calc : Navigation bar;controls -OpenOffice.org Calc : Navigation bar;forms -OpenOffice.org Calc : Navigator -OpenOffice.org Calc : Navigator;contents as lists -OpenOffice.org Calc : Navigator;docking -OpenOffice.org Calc : Navigator;for sheets -OpenOffice.org Calc : Navigator;working with -OpenOffice.org Calc : nearest multiple -OpenOffice.org Calc : negative binomial distribution -OpenOffice.org Calc : negative numbers -OpenOffice.org Calc : NEGBINOMDIST function -OpenOffice.org Calc : net annual interest rates -OpenOffice.org Calc : net charts -OpenOffice.org Calc : net present values -OpenOffice.org Calc : network identity options -OpenOffice.org Calc : NETWORKDAYS function -OpenOffice.org Calc : new databases -OpenOffice.org Calc : new documents -OpenOffice.org Calc : new German spellcheck -OpenOffice.org Calc : new lines in cells -OpenOffice.org Calc : new windows -OpenOffice.org Calc : NOMINAL function -OpenOffice.org Calc : nominal interest rates -OpenOffice.org Calc : NOMINAL_ADD function -OpenOffice.org Calc : non-breaking dashes -OpenOffice.org Calc : non-breaking spaces (Writer) -OpenOffice.org Calc : non-printing characters (Writer) -OpenOffice.org Calc : normal distribution -OpenOffice.org Calc : normal distribution;inverse of -OpenOffice.org Calc : normal distribution;inverse of standard -OpenOffice.org Calc : normal distribution;standard -OpenOffice.org Calc : normal distribution;statistics -OpenOffice.org Calc : NORMDIST function -OpenOffice.org Calc : NORMINV function -OpenOffice.org Calc : NORMSDIST function -OpenOffice.org Calc : NORMSINV function -OpenOffice.org Calc : NOT function -OpenOffice.org Calc : notes -OpenOffice.org Calc : notes;displaying (Calc) -OpenOffice.org Calc : notes;help text for cells -OpenOffice.org Calc : notes;inserting and editing -OpenOffice.org Calc : notes;on cells -OpenOffice.org Calc : notes;printing -OpenOffice.org Calc : notes;printing in text -OpenOffice.org Calc : NOW function -OpenOffice.org Calc : NPER function -OpenOffice.org Calc : NPV function -OpenOffice.org Calc : null values -OpenOffice.org Calc : null values;printing -OpenOffice.org Calc : number completion on/off -OpenOffice.org Calc : number formats -OpenOffice.org Calc : number formats;adding/deleting decimal places in cells -OpenOffice.org Calc : number formats;codes -OpenOffice.org Calc : number formats;colors -OpenOffice.org Calc : number formats;formats -OpenOffice.org Calc : number formats;logical -OpenOffice.org Calc : number formats;millions -OpenOffice.org Calc : number formats;recognition in text tables -OpenOffice.org Calc : number of combinations -OpenOffice.org Calc : number of combinations with repetitions -OpenOffice.org Calc : number of coupons -OpenOffice.org Calc : number of days -OpenOffice.org Calc : number of days;in a specific month of a year -OpenOffice.org Calc : number of days;in a specific year -OpenOffice.org Calc : number of entries -OpenOffice.org Calc : number of months between two dates -OpenOffice.org Calc : number of pages -OpenOffice.org Calc : number of payment periods -OpenOffice.org Calc : number of permutations -OpenOffice.org Calc : number of sheets -OpenOffice.org Calc : number of sheets;function -OpenOffice.org Calc : number of sheets -OpenOffice.org Calc : number of tables -OpenOffice.org Calc : number of weeks -OpenOffice.org Calc : number of weeks;between two dates -OpenOffice.org Calc : number of weeks;in a specific year -OpenOffice.org Calc : number of years between two dates -OpenOffice.org Calc : number series import -OpenOffice.org Calc : numbering -OpenOffice.org Calc : numbering;options -OpenOffice.org Calc : numbering;paragraphs -OpenOffice.org Calc : numbering;turning off -OpenOffice.org Calc : numbering;using automatically -OpenOffice.org Calc : numbers -OpenOffice.org Calc : numbers;as text -OpenOffice.org Calc : numbers;changing text/number formats -OpenOffice.org Calc : numbers;counting -OpenOffice.org Calc : numbers;date, time and currency formats -OpenOffice.org Calc : numbers;decimal places -OpenOffice.org Calc : numbers;decimal places (Calc) -OpenOffice.org Calc : numbers;determining ranks -OpenOffice.org Calc : numbers;entering fractions -OpenOffice.org Calc : numbers;entering without number formats -OpenOffice.org Calc : numbers;filter sheets -OpenOffice.org Calc : numbers;formatting in tables -OpenOffice.org Calc : numbers;formatting options for selected cells -OpenOffice.org Calc : numbers;greater than or equal to -OpenOffice.org Calc : numbers;highlighting negative numbers -OpenOffice.org Calc : numbers;multiplying -OpenOffice.org Calc : numbers;rounded off -OpenOffice.org Calc : numbers;rounding down to next integer -OpenOffice.org Calc : numbers;rounding up/down to even integers -OpenOffice.org Calc : numbers;user-defined formatting in tables -OpenOffice.org Calc : numbers;with leading zeros -OpenOffice.org Calc : numerical fields in forms -OpenOffice.org Calc : objects -OpenOffice.org Calc : objects;always moveable (Impress/Draw) -OpenOffice.org Calc : objects;arranging within stacks -OpenOffice.org Calc : objects;contours in presentations -OpenOffice.org Calc : objects;copying when moving in presentations -OpenOffice.org Calc : objects;definition -OpenOffice.org Calc : objects;displaying in spreadsheets -OpenOffice.org Calc : objects;displaying in text documents -OpenOffice.org Calc : objects;editing -OpenOffice.org Calc : objects;inserting from Gallery -OpenOffice.org Calc : objects;inserting OLE objects -OpenOffice.org Calc : objects;moving and resizing with mouse -OpenOffice.org Calc : objects;naming -OpenOffice.org Calc : objects;opening -OpenOffice.org Calc : objects;properties of charts -OpenOffice.org Calc : objects;quickly moving to -OpenOffice.org Calc : objects;titles and descriptions -OpenOffice.org Calc : OCT2BIN function -OpenOffice.org Calc : OCT2DEC function -OpenOffice.org Calc : OCT2HEX function -OpenOffice.org Calc : ODBC -OpenOffice.org Calc : ODBC;database (Base) -OpenOffice.org Calc : ODBC;definition -OpenOffice.org Calc : ODD function -OpenOffice.org Calc : odd integers -OpenOffice.org Calc : ODDFPRICE function -OpenOffice.org Calc : ODDFYIELD function -OpenOffice.org Calc : ODDLPRICE function -OpenOffice.org Calc : ODDLYIELD function -OpenOffice.org Calc : ODF file formats -OpenOffice.org Calc : Office -OpenOffice.org Calc : Office;Microsoft Office and OpenOffice.org -OpenOffice.org Calc : OFFSET function -OpenOffice.org Calc : old German spellcheck -OpenOffice.org Calc : OLE -OpenOffice.org Calc : OLE;definition -OpenOffice.org Calc : OLE objects -OpenOffice.org Calc : OLE objects;arranging within stacks -OpenOffice.org Calc : OLE objects;captions (Writer) -OpenOffice.org Calc : OLE objects;inserting -OpenOffice.org Calc : OLE objects;number of -OpenOffice.org Calc : OLE objects;protecting -OpenOffice.org Calc : one and a half line spacing in text -OpenOffice.org Calc : online registration -OpenOffice.org Calc : online update options -OpenOffice.org Calc : online updates -OpenOffice.org Calc : online updates;checking automatically -OpenOffice.org Calc : online updates;checking manually -OpenOffice.org Calc : Open/Save dialogs -OpenOffice.org Calc : OpenDocument file formats -OpenOffice.org Calc : OpenGL -OpenOffice.org Calc : OpenGL;definition -OpenOffice.org Calc : OpenGL;optimized output -OpenOffice.org Calc : opening -OpenOffice.org Calc : opening;context menus -OpenOffice.org Calc : opening;database files -OpenOffice.org Calc : opening;dialog settings -OpenOffice.org Calc : opening;documents -OpenOffice.org Calc : opening;documents from other formats -OpenOffice.org Calc : opening;files with links -OpenOffice.org Calc : opening;files, with placeholders -OpenOffice.org Calc : opening;forms -OpenOffice.org Calc : opening;Microsoft Office files -OpenOffice.org Calc : opening;mobile device documents -OpenOffice.org Calc : opening;objects -OpenOffice.org Calc : opening;reports -OpenOffice.org Calc : opening;scenarios -OpenOffice.org Calc : opening;several files -OpenOffice.org Calc : opening;sheets in HTML -OpenOffice.org Calc : opening;XForms -OpenOffice.org Calc : OpenOffice.org Base data sources -OpenOffice.org Calc : OpenOffice.org Basic scripts in HTML documents -OpenOffice.org Calc : OpenOffice.org documents -OpenOffice.org Calc : OpenOffice.org documents;mobile device filters -OpenOffice.org Calc : OpenOffice.org documents;viewing and editing in Internet Explorer -OpenOffice.org Calc : OpenOffice.org Math start -OpenOffice.org Calc : operators -OpenOffice.org Calc : operators;default filters -OpenOffice.org Calc : operators;formula functions -OpenOffice.org Calc : optimal column widths -OpenOffice.org Calc : optimal row heights -OpenOffice.org Calc : optional hyphens (Writer) -OpenOffice.org Calc : options -OpenOffice.org Calc : options;accessibility -OpenOffice.org Calc : options;appearance -OpenOffice.org Calc : options;compatibility (Writer) -OpenOffice.org Calc : options;network identity -OpenOffice.org Calc : options;online update -OpenOffice.org Calc : options;tools -OpenOffice.org Calc : OR function -OpenOffice.org Calc : Oracle databases (base) -OpenOffice.org Calc : order of chart data -OpenOffice.org Calc : ordering -OpenOffice.org Calc : ordering;objects -OpenOffice.org Calc : organizing -OpenOffice.org Calc : organizing;macros and scripts -OpenOffice.org Calc : organizing;namespaces in XForms -OpenOffice.org Calc : organizing;styles -OpenOffice.org Calc : organizing;templates -OpenOffice.org Calc : original size -OpenOffice.org Calc : original size;printing in OpenOffice.org Math -OpenOffice.org Calc : original size;restoring after cropping -OpenOffice.org Calc : outlines -OpenOffice.org Calc : outlines;font effects -OpenOffice.org Calc : outlines;outline symbols -OpenOffice.org Calc : outlines;sending to presentations -OpenOffice.org Calc : outlines;sheets -OpenOffice.org Calc : output ranges of DataPilot tables -OpenOffice.org Calc : overwrite mode -OpenOffice.org Calc : packages, see extensions -OpenOffice.org Calc : page breaks -OpenOffice.org Calc : page breaks;displaying (Calc) -OpenOffice.org Calc : page breaks;inserting in spreadsheets -OpenOffice.org Calc : page breaks;spreadsheet preview -OpenOffice.org Calc : page formats -OpenOffice.org Calc : page formats;maximizing -OpenOffice.org Calc : page formats;restriction -OpenOffice.org Calc : page styles -OpenOffice.org Calc : page styles;editing/applying with statusbar -OpenOffice.org Calc : page styles;footers -OpenOffice.org Calc : page styles;headers -OpenOffice.org Calc : page views -OpenOffice.org Calc : page views;increasing scales -OpenOffice.org Calc : page views;reducing scales -OpenOffice.org Calc : pages -OpenOffice.org Calc : pages;backgrounds in spreadsheets -OpenOffice.org Calc : pages;formatting and numbering -OpenOffice.org Calc : pages;order when printing -OpenOffice.org Calc : pages;printing page names in presentations -OpenOffice.org Calc : pages;scaling -OpenOffice.org Calc : pages;selecting one to print -OpenOffice.org Calc : paint box -OpenOffice.org Calc : paint can for applying styles -OpenOffice.org Calc : paint can symbol -OpenOffice.org Calc : pair kerning -OpenOffice.org Calc : Palm file filters -OpenOffice.org Calc : paper formats -OpenOffice.org Calc : paper size warning -OpenOffice.org Calc : paper trays -OpenOffice.org Calc : paragraph marks -OpenOffice.org Calc : paragraph marks;displaying (Writer) -OpenOffice.org Calc : paragraph styles -OpenOffice.org Calc : paragraph styles;languages -OpenOffice.org Calc : paragraph styles;modifying basic fonts -OpenOffice.org Calc : paragraphs -OpenOffice.org Calc : paragraphs;alignment -OpenOffice.org Calc : paragraphs;Asian typography -OpenOffice.org Calc : paragraphs;backgrounds -OpenOffice.org Calc : paragraphs;defining borders -OpenOffice.org Calc : paragraphs;hidden paragraphs (Writer) -OpenOffice.org Calc : paragraphs;increasing indents of -OpenOffice.org Calc : paragraphs;indents, margins and columns -OpenOffice.org Calc : paragraphs;inserting bullets -OpenOffice.org Calc : paragraphs;joining -OpenOffice.org Calc : paragraphs;numbering automatically -OpenOffice.org Calc : paragraphs;removing blank ones -OpenOffice.org Calc : paragraphs;spacing -OpenOffice.org Calc : paragraphs;tab stops -OpenOffice.org Calc : parameters -OpenOffice.org Calc : parameters;command line -OpenOffice.org Calc : parameters;queries (Base) -OpenOffice.org Calc : passwords for protecting contents -OpenOffice.org Calc : pasting -OpenOffice.org Calc : pasting;cell ranges -OpenOffice.org Calc : pasting;cell ranges from spreadsheets -OpenOffice.org Calc : pasting;data from text documents -OpenOffice.org Calc : pasting;draw objects -OpenOffice.org Calc : pasting;draw objects from other documents -OpenOffice.org Calc : pasting;formatted/unformatted text -OpenOffice.org Calc : pasting;formulas -OpenOffice.org Calc : pasting;from data source view -OpenOffice.org Calc : pasting;from data sources to OpenOffice.org Calc -OpenOffice.org Calc : pasting;pictures from other documents -OpenOffice.org Calc : pasting;sheet areas in text documents -OpenOffice.org Calc : pasting;to Gallery -OpenOffice.org Calc : pasting;values in multiple sheets -OpenOffice.org Calc : paths -OpenOffice.org Calc : paths;changing work directory -OpenOffice.org Calc : paths;defaults -OpenOffice.org Calc : pattern editor -OpenOffice.org Calc : pattern fields -OpenOffice.org Calc : pattern fields;form functions -OpenOffice.org Calc : patterns for objects -OpenOffice.org Calc : payment periods -OpenOffice.org Calc : payment periods;number of -OpenOffice.org Calc : PDF -OpenOffice.org Calc : PDF;export -OpenOffice.org Calc : PDF;PostScript to PDF converter, UNIX -OpenOffice.org Calc : PDF export of print ranges -OpenOffice.org Calc : PEARSON function -OpenOffice.org Calc : percentage calculations -OpenOffice.org Calc : PERCENTILE function -OpenOffice.org Calc : PERCENTRANK function -OpenOffice.org Calc : periodic amortizement rates -OpenOffice.org Calc : permitted cell contents -OpenOffice.org Calc : PERMUT function -OpenOffice.org Calc : PERMUTATIONA function -OpenOffice.org Calc : personal data input -OpenOffice.org Calc : PHI function -OpenOffice.org Calc : phonebook sorting rules -OpenOffice.org Calc : phonetic guide -OpenOffice.org Calc : PI function -OpenOffice.org Calc : picklist creation -OpenOffice.org Calc : pictures -OpenOffice.org Calc : pictures;adding to Gallery -OpenOffice.org Calc : pictures;arranging within stacks -OpenOffice.org Calc : pictures;assigning macros -OpenOffice.org Calc : pictures;backgrounds -OpenOffice.org Calc : pictures;captions (Writer) -OpenOffice.org Calc : pictures;changing paths -OpenOffice.org Calc : pictures;cropping and zooming -OpenOffice.org Calc : pictures;displaying in Calc -OpenOffice.org Calc : pictures;displaying in Writer (Writer) -OpenOffice.org Calc : pictures;drag and drop between documents -OpenOffice.org Calc : pictures;drawing -OpenOffice.org Calc : pictures;editing -OpenOffice.org Calc : pictures;filters -OpenOffice.org Calc : pictures;ImageMap -OpenOffice.org Calc : pictures;inserting automatically -OpenOffice.org Calc : pictures;inserting from Gallery -OpenOffice.org Calc : pictures;number of -OpenOffice.org Calc : pictures;printing -OpenOffice.org Calc : pictures;scaling/resizing -OpenOffice.org Calc : pie charts -OpenOffice.org Calc : Pivot table import -OpenOffice.org Calc : Pivot table, see DataPilot function -OpenOffice.org Calc : Pivot tables feature in Microsoft Office -OpenOffice.org Calc : pixel editor -OpenOffice.org Calc : pixel graphics -OpenOffice.org Calc : pixel graphics;inserting and editing -OpenOffice.org Calc : pixel patterns -OpenOffice.org Calc : placeholders -OpenOffice.org Calc : placeholders;in SQL queries -OpenOffice.org Calc : placeholders;on opening files -OpenOffice.org Calc : placing toolbars -OpenOffice.org Calc : playing movies and sound files -OpenOffice.org Calc : plotting data as charts -OpenOffice.org Calc : plug-ins -OpenOffice.org Calc : plug-ins;activating and deactivating -OpenOffice.org Calc : plug-ins;definition -OpenOffice.org Calc : plug-ins;inserting -OpenOffice.org Calc : plus sign, see also operators -OpenOffice.org Calc : PMT function -OpenOffice.org Calc : pocket device appliances -OpenOffice.org Calc : Pocket PC file filters -OpenOffice.org Calc : points -OpenOffice.org Calc : points;reducing editing points when snapping (Impress/Draw) -OpenOffice.org Calc : points of intersection -OpenOffice.org Calc : POISSON function -OpenOffice.org Calc : polygon drawing -OpenOffice.org Calc : pop-art filter -OpenOffice.org Calc : portable document format -OpenOffice.org Calc : positioning -OpenOffice.org Calc : positioning;draw objects and controls -OpenOffice.org Calc : positioning;fonts -OpenOffice.org Calc : positioning;objects -OpenOffice.org Calc : positioning;toolbars -OpenOffice.org Calc : post method for form transmissions -OpenOffice.org Calc : posterizing filter -OpenOffice.org Calc : PostScript -OpenOffice.org Calc : PostScript;creating files -OpenOffice.org Calc : PostScript;PDF converter, UNIX -OpenOffice.org Calc : POWER function -OpenOffice.org Calc : PowerPoint export -OpenOffice.org Calc : powers of 2 calculations -OpenOffice.org Calc : PPMT function -OpenOffice.org Calc : precision as shown -OpenOffice.org Calc : precision as shown (Calc) -OpenOffice.org Calc : predefining fonts -OpenOffice.org Calc : present values -OpenOffice.org Calc : presentations -OpenOffice.org Calc : presentations;creating/opening -OpenOffice.org Calc : presentations;inserting spreadsheet cells -OpenOffice.org Calc : presentations;live on the Internet -OpenOffice.org Calc : presentations;print menu -OpenOffice.org Calc : presentations;saving -OpenOffice.org Calc : presentations;saving automatically -OpenOffice.org Calc : presentations;saving in other formats -OpenOffice.org Calc : presentations;sending as e-mail -OpenOffice.org Calc : presentations;starting with wizard -OpenOffice.org Calc : presentations;wizards -OpenOffice.org Calc : press buttons, see push buttons -OpenOffice.org Calc : previews -OpenOffice.org Calc : previews;fonts lists -OpenOffice.org Calc : previews;page breaks for printing -OpenOffice.org Calc : PRICE function -OpenOffice.org Calc : PRICEDISC function -OpenOffice.org Calc : PRICEMAT function -OpenOffice.org Calc : prices -OpenOffice.org Calc : prices;fixed interest securities -OpenOffice.org Calc : prices;interest-bearing securities -OpenOffice.org Calc : prices;non-interest-bearing securities -OpenOffice.org Calc : prices;securities with irregular first interest rate -OpenOffice.org Calc : prices;treasury bills -OpenOffice.org Calc : primary keys -OpenOffice.org Calc : primary keys;defining -OpenOffice.org Calc : primary keys;inserting (Base) -OpenOffice.org Calc : print area selection -OpenOffice.org Calc : print ranges -OpenOffice.org Calc : printer metrics for document formatting (Writer) -OpenOffice.org Calc : printers -OpenOffice.org Calc : printers;adding, UNIX -OpenOffice.org Calc : printers;choosing -OpenOffice.org Calc : printers;default printer -OpenOffice.org Calc : printers;faxes under UNIX -OpenOffice.org Calc : printers;maximum page formats -OpenOffice.org Calc : printers;paper trays -OpenOffice.org Calc : printers;properties -OpenOffice.org Calc : printing -OpenOffice.org Calc : printing;black and white -OpenOffice.org Calc : printing;brochures -OpenOffice.org Calc : printing;cells -OpenOffice.org Calc : printing;colors in grayscale -OpenOffice.org Calc : printing;copies -OpenOffice.org Calc : printing;creating individual jobs -OpenOffice.org Calc : printing;dates in presentations -OpenOffice.org Calc : printing;directly -OpenOffice.org Calc : printing;documents -OpenOffice.org Calc : printing;drawings defaults -OpenOffice.org Calc : printing;elements in text documents -OpenOffice.org Calc : printing;faster -OpenOffice.org Calc : printing;fitting to pages in OpenOffice.org Math -OpenOffice.org Calc : printing;fitting to pages in presentations -OpenOffice.org Calc : printing;formulas in OpenOffice.org Math -OpenOffice.org Calc : printing;hidden pages of presentations -OpenOffice.org Calc : printing;in original size in OpenOffice.org Math -OpenOffice.org Calc : printing;landscape -OpenOffice.org Calc : printing;left/right pages -OpenOffice.org Calc : printing;page order -OpenOffice.org Calc : printing;queries (Base) -OpenOffice.org Calc : printing;rows/columns as table headings -OpenOffice.org Calc : printing;scaling in OpenOffice.org Math -OpenOffice.org Calc : printing;selections -OpenOffice.org Calc : printing;sheet counts -OpenOffice.org Calc : printing;sheet details -OpenOffice.org Calc : printing;sheet selections -OpenOffice.org Calc : printing;sheets on multiple pages -OpenOffice.org Calc : printing;text always in black -OpenOffice.org Calc : printing;text in reverse order -OpenOffice.org Calc : printing;tiling pages in presentations -OpenOffice.org Calc : printing;transparencies -OpenOffice.org Calc : printing;warnings -OpenOffice.org Calc : printing;without scaling in presentations -OpenOffice.org Calc : printing speed -OpenOffice.org Calc : PROB function -OpenOffice.org Calc : probabilities of samples with binomial distribution -OpenOffice.org Calc : PRODUCT function -OpenOffice.org Calc : programming -OpenOffice.org Calc : programming;add-ins -OpenOffice.org Calc : programming;functions -OpenOffice.org Calc : programming;OpenOffice.org -OpenOffice.org Calc : programming;scripting -OpenOffice.org Calc : PROPER function -OpenOffice.org Calc : properties -OpenOffice.org Calc : properties;charts -OpenOffice.org Calc : properties;fields in databases -OpenOffice.org Calc : properties;files -OpenOffice.org Calc : properties;form controls -OpenOffice.org Calc : properties;forms -OpenOffice.org Calc : properties;printers -OpenOffice.org Calc : properties;smooth lines in line charts/XY charts -OpenOffice.org Calc : protected contents -OpenOffice.org Calc : protected dashes -OpenOffice.org Calc : protected database tables -OpenOffice.org Calc : protected documents -OpenOffice.org Calc : protected spaces -OpenOffice.org Calc : protected spaces;inserting -OpenOffice.org Calc : protected spaces;showing (Writer) -OpenOffice.org Calc : protecting -OpenOffice.org Calc : protecting;cells and sheets -OpenOffice.org Calc : protecting;contents -OpenOffice.org Calc : protecting;recorded changes -OpenOffice.org Calc : protecting;unprotecting cells -OpenOffice.org Calc : proxy settings -OpenOffice.org Calc : push buttons -OpenOffice.org Calc : push buttons;adding to documents -OpenOffice.org Calc : push buttons;creating -OpenOffice.org Calc : PV function -OpenOffice.org Calc : QUARTILE function -OpenOffice.org Calc : queries -OpenOffice.org Calc : queries;copying (Base) -OpenOffice.org Calc : queries;creating in design view (Base) -OpenOffice.org Calc : queries;creating in SQL view -OpenOffice.org Calc : queries;defining (Base) -OpenOffice.org Calc : queries;deleting table links (Base) -OpenOffice.org Calc : queries;editing in data source view -OpenOffice.org Calc : queries;formulating filter conditions (Base) -OpenOffice.org Calc : queries;joining tables (Base) -OpenOffice.org Calc : queries;missing elements (Base) -OpenOffice.org Calc : queries;overview (Base) -OpenOffice.org Calc : queries;parameter queries (Base) -OpenOffice.org Calc : queries;printing (Base) -OpenOffice.org Calc : Query Wizard (Base) -OpenOffice.org Calc : quickstarter -OpenOffice.org Calc : quotation marks -OpenOffice.org Calc : quotation marks;replacing -OpenOffice.org Calc : quotes -OpenOffice.org Calc : quotes;custom -OpenOffice.org Calc : QUOTIENT function -OpenOffice.org Calc : radar charts, see net charts -OpenOffice.org Calc : RADIANS function -OpenOffice.org Calc : radio button creation -OpenOffice.org Calc : RAND function -OpenOffice.org Calc : RANDBETWEEN function -OpenOffice.org Calc : random numbers -OpenOffice.org Calc : random numbers;between 0 and 1 -OpenOffice.org Calc : random numbers;between limits -OpenOffice.org Calc : random numbers;examples -OpenOffice.org Calc : ranges -OpenOffice.org Calc : ranges;defining database ranges -OpenOffice.org Calc : ranges;inserting in tables -OpenOffice.org Calc : ranges;print ranges -OpenOffice.org Calc : RANK function -OpenOffice.org Calc : RATE function -OpenOffice.org Calc : rates of return -OpenOffice.org Calc : rates of return;non-interest-bearing securities -OpenOffice.org Calc : rates of return;securities -OpenOffice.org Calc : rates of return;securities with interest paid on maturity -OpenOffice.org Calc : rates of return of treasury bills -OpenOffice.org Calc : read-only documents -OpenOffice.org Calc : read-only documents;cursor -OpenOffice.org Calc : read-only documents;database tables on/off -OpenOffice.org Calc : read-only documents;editing -OpenOffice.org Calc : read-only documents;opening documents as -OpenOffice.org Calc : read-only items in Data Navigator -OpenOffice.org Calc : recalculating -OpenOffice.org Calc : recalculating;all formulas in sheets -OpenOffice.org Calc : recalculating;auto calculating sheets -OpenOffice.org Calc : recalculating;DataPilot tables -OpenOffice.org Calc : RECEIVED function -OpenOffice.org Calc : recognizing -OpenOffice.org Calc : recognizing;column and row labels -OpenOffice.org Calc : recognizing;equal numbers -OpenOffice.org Calc : recognizing;general errors -OpenOffice.org Calc : recognizing formula cells -OpenOffice.org Calc : recognizing URLs automatically -OpenOffice.org Calc : recording -OpenOffice.org Calc : recording;changes -OpenOffice.org Calc : recording;macros -OpenOffice.org Calc : records -OpenOffice.org Calc : records;counting in Calc databases -OpenOffice.org Calc : records;inserting notes -OpenOffice.org Calc : records;protecting -OpenOffice.org Calc : records;saving -OpenOffice.org Calc : records;searching in databases -OpenOffice.org Calc : rectangles with round corners -OpenOffice.org Calc : recursions in spreadsheets -OpenOffice.org Calc : redo command -OpenOffice.org Calc : reduced printing -OpenOffice.org Calc : reference lines -OpenOffice.org Calc : references -OpenOffice.org Calc : references;absolute/relative -OpenOffice.org Calc : references;by defined names -OpenOffice.org Calc : references;displaying in color (Calc) -OpenOffice.org Calc : references;expanding (Calc) -OpenOffice.org Calc : references;inserting by drag and drop -OpenOffice.org Calc : references;iterative (Calc) -OpenOffice.org Calc : references;testing cell contents -OpenOffice.org Calc : references;to cells -OpenOffice.org Calc : references;to cells in another document -OpenOffice.org Calc : references;URL in cells -OpenOffice.org Calc : Refresh Data feature in Microsoft Office -OpenOffice.org Calc : register-true -OpenOffice.org Calc : register-true;definition -OpenOffice.org Calc : registering -OpenOffice.org Calc : registering;address books -OpenOffice.org Calc : registering;databases (Base) -OpenOffice.org Calc : registering;OpenOffice.org -OpenOffice.org Calc : regression analysis -OpenOffice.org Calc : regression curves in charts -OpenOffice.org Calc : regression lines -OpenOffice.org Calc : regression lines - Statistical Functions Part Five -OpenOffice.org Calc : regular expressions -OpenOffice.org Calc : regular expressions;list of -OpenOffice.org Calc : regular expressions;opening files -OpenOffice.org Calc : relational databases (Base) -OpenOffice.org Calc : relations -OpenOffice.org Calc : relations;creating and deleting (Base) -OpenOffice.org Calc : relations;joining tables (Base) -OpenOffice.org Calc : relations;properties (Base) -OpenOffice.org Calc : relative addresses -OpenOffice.org Calc : relative hyperlinks -OpenOffice.org Calc : relative references -OpenOffice.org Calc : relative saving of URLs -OpenOffice.org Calc : reloading -OpenOffice.org Calc : reloading;documents -OpenOffice.org Calc : reloading;HTML documents, automatically -OpenOffice.org Calc : remainders of divisions -OpenOffice.org Calc : remarks on cells -OpenOffice.org Calc : remarks, see also notes -OpenOffice.org Calc : remote configurations -OpenOffice.org Calc : remove noise filter -OpenOffice.org Calc : removing -OpenOffice.org Calc : removing;bullets and numbering -OpenOffice.org Calc : removing;form filters -OpenOffice.org Calc : removing;manual column breaks -OpenOffice.org Calc : removing, see also deleting -OpenOffice.org Calc : renaming sheets -OpenOffice.org Calc : reorganizing charts -OpenOffice.org Calc : repayment installment -OpenOffice.org Calc : repeating -OpenOffice.org Calc : repeating;columns/rows on printed pages -OpenOffice.org Calc : REPLACE function -OpenOffice.org Calc : Replace text as you type feature in Microsoft Office -OpenOffice.org Calc : replacement options -OpenOffice.org Calc : replacement table -OpenOffice.org Calc : replacing -OpenOffice.org Calc : replacing;AutoCorrect function -OpenOffice.org Calc : replacing;cell contents -OpenOffice.org Calc : replacing;dashes -OpenOffice.org Calc : Report Builder -OpenOffice.org Calc : reports -OpenOffice.org Calc : reports;creating -OpenOffice.org Calc : reports;error reports -OpenOffice.org Calc : reports;opening and editing -OpenOffice.org Calc : reports;templates -OpenOffice.org Calc : REPT function -OpenOffice.org Calc : resetting -OpenOffice.org Calc : resetting;templates -OpenOffice.org Calc : resizing -OpenOffice.org Calc : resizing;objects, by mouse -OpenOffice.org Calc : resizing, see also scaling/zooming -OpenOffice.org Calc : resolution when printing bitmaps -OpenOffice.org Calc : restoring -OpenOffice.org Calc : restoring;default formatting -OpenOffice.org Calc : restoring;editing -OpenOffice.org Calc : results display vs. formulas display -OpenOffice.org Calc : reversing printing order -OpenOffice.org Calc : review function -OpenOffice.org Calc : review function;accepting or rejecting changes -OpenOffice.org Calc : review function;comparing documents -OpenOffice.org Calc : review function;recording changes example -OpenOffice.org Calc : rich text control -OpenOffice.org Calc : right alignment of paragraphs -OpenOffice.org Calc : RIGHT function -OpenOffice.org Calc : right joins (Base) -OpenOffice.org Calc : right-to-left text -OpenOffice.org Calc : right-to-left text -OpenOffice.org Calc : right-to-left text;spreadsheets -OpenOffice.org Calc : ROMAN function -OpenOffice.org Calc : ROT13 function -OpenOffice.org Calc : rotating -OpenOffice.org Calc : rotating;3D text -OpenOffice.org Calc : rotating;tables -OpenOffice.org Calc : rotating;text in cells -OpenOffice.org Calc : round corners -OpenOffice.org Calc : ROUND function -OpenOffice.org Calc : ROUNDDOWN function -OpenOffice.org Calc : rounded off numbers -OpenOffice.org Calc : rounding -OpenOffice.org Calc : rounding;down to nearest multiple of significance -OpenOffice.org Calc : rounding;down to next integer -OpenOffice.org Calc : rounding;up to multiples of significance -OpenOffice.org Calc : rounding;up/down to even integers -OpenOffice.org Calc : rounding;up/down to nearest odd integer -OpenOffice.org Calc : rounding precision -OpenOffice.org Calc : rounding precision (Calc) -OpenOffice.org Calc : ROUNDUP function -OpenOffice.org Calc : row breaks -OpenOffice.org Calc : row breaks;deleting -OpenOffice.org Calc : row breaks;inserting -OpenOffice.org Calc : ROW function -OpenOffice.org Calc : row headers -OpenOffice.org Calc : row headers;displaying (Calc) -OpenOffice.org Calc : row headers;hiding -OpenOffice.org Calc : row headers;highlighting (Calc) -OpenOffice.org Calc : row headers;using in formulas -OpenOffice.org Calc : rows -OpenOffice.org Calc : rows;deleting -OpenOffice.org Calc : rows;deleting with filters -OpenOffice.org Calc : rows;finding labels automatically -OpenOffice.org Calc : rows;freezing -OpenOffice.org Calc : rows;heights -OpenOffice.org Calc : rows;hiding -OpenOffice.org Calc : rows;inserting -OpenOffice.org Calc : rows;optimal heights -OpenOffice.org Calc : rows;repeating when printing -OpenOffice.org Calc : rows;swapping with columns -OpenOffice.org Calc : rows;visible and invisible -OpenOffice.org Calc : ROWS function -OpenOffice.org Calc : RRI function -OpenOffice.org Calc : RSQ calculations -OpenOffice.org Calc : RSQ function -OpenOffice.org Calc : rulers -OpenOffice.org Calc : rulers;default settings -OpenOffice.org Calc : rulers;measurement units -OpenOffice.org Calc : rulers;visible in presentations -OpenOffice.org Calc : sales values -OpenOffice.org Calc : sales values;fixed interest securities -OpenOffice.org Calc : sales values;non-interest-bearing securities -OpenOffice.org Calc : samples and templates -OpenOffice.org Calc : sampling without replacement -OpenOffice.org Calc : saving -OpenOffice.org Calc : saving;default file formats -OpenOffice.org Calc : saving;dialog settings -OpenOffice.org Calc : saving;documents -OpenOffice.org Calc : saving;documents for mobile devices -OpenOffice.org Calc : saving;documents in other formats -OpenOffice.org Calc : saving;documents, automatically -OpenOffice.org Calc : saving;in Microsoft Office file format -OpenOffice.org Calc : saving;options -OpenOffice.org Calc : saving;sheets in HTML -OpenOffice.org Calc : saving;templates -OpenOffice.org Calc : saving;to XML -OpenOffice.org Calc : saving;VBA code in Microsoft Office documents -OpenOffice.org Calc : saving;with password by default -OpenOffice.org Calc : saving as command -OpenOffice.org Calc : saving as command;precautions -OpenOffice.org Calc : scalar products -OpenOffice.org Calc : scaling -OpenOffice.org Calc : scaling;axes -OpenOffice.org Calc : scaling;font sizes in user interface -OpenOffice.org Calc : scaling;objects -OpenOffice.org Calc : scaling;pictures -OpenOffice.org Calc : scaling;printing in OpenOffice.org Math -OpenOffice.org Calc : scaling;text in charts -OpenOffice.org Calc : scaling;when printing presentations -OpenOffice.org Calc : scaling, see also zooming -OpenOffice.org Calc : scatter charts -OpenOffice.org Calc : scenarios -OpenOffice.org Calc : scenarios;creating -OpenOffice.org Calc : scenarios;displaying names -OpenOffice.org Calc : screen -OpenOffice.org Calc : screen;full screen views -OpenOffice.org Calc : screen;scaling -OpenOffice.org Calc : screen magnifiers -OpenOffice.org Calc : screen readers -OpenOffice.org Calc : script organization -OpenOffice.org Calc : scripting in programming -OpenOffice.org Calc : scrollbars -OpenOffice.org Calc : scrollbars;controls -OpenOffice.org Calc : scrollbars;displaying (Calc) -OpenOffice.org Calc : scrollbars;horizontal and vertical (Writer) -OpenOffice.org Calc : scrolling prevention in tables -OpenOffice.org Calc : search criteria for database functions in cells -OpenOffice.org Calc : search engines -OpenOffice.org Calc : search engines;definition -OpenOffice.org Calc : search engines;selecting -OpenOffice.org Calc : SEARCH function -OpenOffice.org Calc : searching -OpenOffice.org Calc : searching;all sheets -OpenOffice.org Calc : searching;cell contents in Calc databases -OpenOffice.org Calc : searching;databases -OpenOffice.org Calc : searching;form filters -OpenOffice.org Calc : searching;Internet -OpenOffice.org Calc : searching;links in cells -OpenOffice.org Calc : searching;maximum values in columns -OpenOffice.org Calc : searching;minimum values in columns -OpenOffice.org Calc : searching;tables and forms -OpenOffice.org Calc : searching, see also finding -OpenOffice.org Calc : SECOND function -OpenOffice.org Calc : secondary axes in charts -OpenOffice.org Calc : sections -OpenOffice.org Calc : sections;backgrounds -OpenOffice.org Calc : sections;protecting -OpenOffice.org Calc : securities -OpenOffice.org Calc : securities;first interest payment until settlement date -OpenOffice.org Calc : security -OpenOffice.org Calc : security;options for documents with macros -OpenOffice.org Calc : security;protecting contents -OpenOffice.org Calc : security;warning dialogs with macros -OpenOffice.org Calc : selecting -OpenOffice.org Calc : selecting;cells -OpenOffice.org Calc : selecting;controls -OpenOffice.org Calc : selecting;formatting themes -OpenOffice.org Calc : selecting;group objects -OpenOffice.org Calc : selecting;measurement units -OpenOffice.org Calc : selecting;multiple sheets -OpenOffice.org Calc : selecting;objects -OpenOffice.org Calc : selecting;print areas -OpenOffice.org Calc : selecting;scenarios in Navigator -OpenOffice.org Calc : selecting;several files -OpenOffice.org Calc : selection clipboard -OpenOffice.org Calc : selection lists -OpenOffice.org Calc : selection lists;filling cells -OpenOffice.org Calc : selection lists;validity -OpenOffice.org Calc : selection modes in spreadsheets -OpenOffice.org Calc : selection modes in text -OpenOffice.org Calc : sending -OpenOffice.org Calc : sending;AutoAbstract function in presentations -OpenOffice.org Calc : sending;documents as e-mail -OpenOffice.org Calc : sending;documents as faxes -OpenOffice.org Calc : separator lines -OpenOffice.org Calc : separator lines;defining -OpenOffice.org Calc : separators -OpenOffice.org Calc : separators;conditional -OpenOffice.org Calc : series -OpenOffice.org Calc : series;calculating -OpenOffice.org Calc : series;sort lists -OpenOffice.org Calc : SERIESSUM function -OpenOffice.org Calc : Server Side ImageMap -OpenOffice.org Calc : settings -OpenOffice.org Calc : settings;printers -OpenOffice.org Calc : settings;program configuration -OpenOffice.org Calc : settings;proxies -OpenOffice.org Calc : settings;tracking changes -OpenOffice.org Calc : settings;views -OpenOffice.org Calc : SGML -OpenOffice.org Calc : SGML;definition -OpenOffice.org Calc : shadows -OpenOffice.org Calc : shadows;areas -OpenOffice.org Calc : shadows;borders -OpenOffice.org Calc : shadows;characters -OpenOffice.org Calc : shadows;characters, using context menu -OpenOffice.org Calc : shared libraries -OpenOffice.org Calc : shared libraries;programming -OpenOffice.org Calc : sharpening filter -OpenOffice.org Calc : sheet area names -OpenOffice.org Calc : SHEET function -OpenOffice.org Calc : sheet grids -OpenOffice.org Calc : sheet grids;printing -OpenOffice.org Calc : sheet numbers -OpenOffice.org Calc : sheet numbers;looking up -OpenOffice.org Calc : sheet ranges -OpenOffice.org Calc : sheet ranges;filling -OpenOffice.org Calc : sheet references -OpenOffice.org Calc : sheet tabs -OpenOffice.org Calc : sheet tabs;displaying -OpenOffice.org Calc : sheet tabs;renaming -OpenOffice.org Calc : sheet tabs;using -OpenOffice.org Calc : sheets -OpenOffice.org Calc : sheets;AutoFormat function -OpenOffice.org Calc : sheets;creating -OpenOffice.org Calc : sheets;defining label ranges -OpenOffice.org Calc : sheets;deleting -OpenOffice.org Calc : sheets;displaying -OpenOffice.org Calc : sheets;filter values -OpenOffice.org Calc : sheets;formatting themes -OpenOffice.org Calc : sheets;hiding -OpenOffice.org Calc : sheets;hiding details -OpenOffice.org Calc : sheets;HTML -OpenOffice.org Calc : sheets;inserting -OpenOffice.org Calc : sheets;inserting - Applying Multiple Sheets -OpenOffice.org Calc : sheets;inserting row breaks -OpenOffice.org Calc : sheets;optimal row heights -OpenOffice.org Calc : sheets;outlines -OpenOffice.org Calc : sheets;printing details -OpenOffice.org Calc : sheets;printing in landscape -OpenOffice.org Calc : sheets;printing on multiple pages -OpenOffice.org Calc : sheets;printing sheet counts -OpenOffice.org Calc : sheets;protecting -OpenOffice.org Calc : sheets;renaming -OpenOffice.org Calc : sheets;right-to-left -OpenOffice.org Calc : sheets;searching all -OpenOffice.org Calc : sheets;selecting multiple -OpenOffice.org Calc : sheets;showing multiple -OpenOffice.org Calc : sheets;simultaneous multiple filling -OpenOffice.org Calc : sheets;transferring values -OpenOffice.org Calc : SHEETS function -OpenOffice.org Calc : shortcut keys -OpenOffice.org Calc : shortcut keys;assigning macros -OpenOffice.org Calc : shortcut keys;charts -OpenOffice.org Calc : shortcut keys;general -OpenOffice.org Calc : shortcut keys;in databases -OpenOffice.org Calc : shortcut keys;OpenOffice.org accessibility -OpenOffice.org Calc : shortcut keys;OpenOffice.org Calc accessibility -OpenOffice.org Calc : shortcut keys;spreadsheets -OpenOffice.org Calc : Show/Hide feature in Microsoft Office -OpenOffice.org Calc : showing -OpenOffice.org Calc : showing;cell references -OpenOffice.org Calc : showing;changes -OpenOffice.org Calc : showing;columns -OpenOffice.org Calc : showing;docked windows -OpenOffice.org Calc : showing;drawings and controls (Writer) -OpenOffice.org Calc : showing;live presentations on the Internet -OpenOffice.org Calc : showing;rows -OpenOffice.org Calc : showing;sheet details -OpenOffice.org Calc : showing;toolbars -OpenOffice.org Calc : SIGN function -OpenOffice.org Calc : signing documents with digital signatures -OpenOffice.org Calc : similarity search -OpenOffice.org Calc : simple handles (Writer) -OpenOffice.org Calc : simplified Chinese -OpenOffice.org Calc : simplified Chinese;translating to traditional Chinese -OpenOffice.org Calc : SIN function -OpenOffice.org Calc : single sign on options -OpenOffice.org Calc : single-line spacing in text -OpenOffice.org Calc : SINH function -OpenOffice.org Calc : sizes -OpenOffice.org Calc : sizes;draw objects -OpenOffice.org Calc : sizes;pictures -OpenOffice.org Calc : SKEW function -OpenOffice.org Calc : slanting draw objects -OpenOffice.org Calc : SLN function -OpenOffice.org Calc : SLOPE function -OpenOffice.org Calc : slopes, see also regression lines -OpenOffice.org Calc : small capitals -OpenOffice.org Calc : SMALL function -OpenOffice.org Calc : small icons -OpenOffice.org Calc : smart tags -OpenOffice.org Calc : smart tags;options -OpenOffice.org Calc : smooth scrolling (Writer) -OpenOffice.org Calc : smoothing filter -OpenOffice.org Calc : snap grid defaults (Writer/Calc) -OpenOffice.org Calc : snapping in presentations and drawings -OpenOffice.org Calc : solarization filter -OpenOffice.org Calc : sort lists -OpenOffice.org Calc : sort lists;applying -OpenOffice.org Calc : sort lists;copying to in Calc -OpenOffice.org Calc : sorting -OpenOffice.org Calc : sorting;Asian languages -OpenOffice.org Calc : sorting;data in forms -OpenOffice.org Calc : sorting;database ranges -OpenOffice.org Calc : sorting;databases -OpenOffice.org Calc : sorting;options for database ranges -OpenOffice.org Calc : sorting;options in Data Pilot -OpenOffice.org Calc : sorting;sort criteria for database ranges -OpenOffice.org Calc : sounds -OpenOffice.org Calc : sounds;inserting and playing -OpenOffice.org Calc : sounds;UNIX -OpenOffice.org Calc : spaces -OpenOffice.org Calc : spaces;displaying (Writer) -OpenOffice.org Calc : spaces;ignoring double -OpenOffice.org Calc : spaces;inserting protected spaces -OpenOffice.org Calc : spaces;showing protected spaces (Writer) -OpenOffice.org Calc : spacing -OpenOffice.org Calc : spacing;between paragraphs in footnotes -OpenOffice.org Calc : spacing;font effects -OpenOffice.org Calc : spacing;lines and paragraphs -OpenOffice.org Calc : spacing;tab stops in text documents -OpenOffice.org Calc : spacing;tabs in presentations -OpenOffice.org Calc : spadmin -OpenOffice.org Calc : special characters -OpenOffice.org Calc : speech bubbles -OpenOffice.org Calc : speed of printing -OpenOffice.org Calc : spellcheck -OpenOffice.org Calc : spellcheck;activating for a language -OpenOffice.org Calc : spellcheck;context menus -OpenOffice.org Calc : spellcheck;default languages -OpenOffice.org Calc : spellcheck;dialog -OpenOffice.org Calc : spellcheck;dictionary of exceptions -OpenOffice.org Calc : spellcheck;ignore list -OpenOffice.org Calc : Spelling and Grammar feature in Microsoft Office -OpenOffice.org Calc : spin button creation -OpenOffice.org Calc : spoolfiles with Xprinter -OpenOffice.org Calc : spreadsheets -OpenOffice.org Calc : spreadsheets;as databases (base) -OpenOffice.org Calc : spreadsheets;backgrounds -OpenOffice.org Calc : spreadsheets;calculating -OpenOffice.org Calc : spreadsheets;copying -OpenOffice.org Calc : spreadsheets;copying areas to text documents -OpenOffice.org Calc : spreadsheets;creating/opening -OpenOffice.org Calc : spreadsheets;deleting -OpenOffice.org Calc : spreadsheets;deleting cell contents -OpenOffice.org Calc : spreadsheets;deleting cells -OpenOffice.org Calc : spreadsheets;deleting column breaks -OpenOffice.org Calc : spreadsheets;deleting row breaks -OpenOffice.org Calc : spreadsheets;displaying headers of columns/rows -OpenOffice.org Calc : spreadsheets;formatting -OpenOffice.org Calc : spreadsheets;formula bar -OpenOffice.org Calc : spreadsheets;functions -OpenOffice.org Calc : spreadsheets;hiding functions -OpenOffice.org Calc : spreadsheets;importing from/exporting to dBASE files -OpenOffice.org Calc : spreadsheets;inserting breaks in -OpenOffice.org Calc : spreadsheets;inserting cells -OpenOffice.org Calc : spreadsheets;inserting charts -OpenOffice.org Calc : spreadsheets;inserting column breaks -OpenOffice.org Calc : spreadsheets;inserting columns -OpenOffice.org Calc : spreadsheets;inserting database records -OpenOffice.org Calc : spreadsheets;inserting rows -OpenOffice.org Calc : spreadsheets;moving -OpenOffice.org Calc : spreadsheets;optimal column widths -OpenOffice.org Calc : spreadsheets;printing -OpenOffice.org Calc : spreadsheets;saving -OpenOffice.org Calc : spreadsheets;saving automatically -OpenOffice.org Calc : spreadsheets;saving in other formats -OpenOffice.org Calc : spreadsheets;sending as e-mail -OpenOffice.org Calc : spreadsheets;shortcut keys in -OpenOffice.org Calc : spreadsheets;showing columns -OpenOffice.org Calc : spreadsheets;value highlighting -OpenOffice.org Calc : spreadsheets;values as shown -OpenOffice.org Calc : SQL -OpenOffice.org Calc : SQL;definition -OpenOffice.org Calc : SQL;DISTINCT parameter -OpenOffice.org Calc : SQL;executing SQL commands -OpenOffice.org Calc : SQL;executing SQL statements (Base) -OpenOffice.org Calc : SQL;queries (Base) -OpenOffice.org Calc : SQRT function -OpenOffice.org Calc : SQRTPI function -OpenOffice.org Calc : square drawings -OpenOffice.org Calc : square number additions -OpenOffice.org Calc : square roots -OpenOffice.org Calc : square roots;positive numbers -OpenOffice.org Calc : square roots;products of Pi -OpenOffice.org Calc : standard bar on/off -OpenOffice.org Calc : standard deviation in charts -OpenOffice.org Calc : standard deviations in databases -OpenOffice.org Calc : standard deviations in databases;based on a sample -OpenOffice.org Calc : standard deviations in databases;based on populations -OpenOffice.org Calc : standard deviations in statistics -OpenOffice.org Calc : standard deviations in statistics;based on a population -OpenOffice.org Calc : standard deviations in statistics;based on a sample -OpenOffice.org Calc : standard errors -OpenOffice.org Calc : standard errors;array functions -OpenOffice.org Calc : standard errors;statistical functions -OpenOffice.org Calc : standard filters in databases -OpenOffice.org Calc : standard printer under UNIX -OpenOffice.org Calc : STANDARDIZE function -OpenOffice.org Calc : Start Module backing window -OpenOffice.org Calc : start parameters -OpenOffice.org Calc : statistics functions -OpenOffice.org Calc : statistics in charts -OpenOffice.org Calc : status bar on/off -OpenOffice.org Calc : STDEV function -OpenOffice.org Calc : STDEVA function -OpenOffice.org Calc : STDEVP function -OpenOffice.org Calc : STDEVPA function -OpenOffice.org Calc : STEYX function -OpenOffice.org Calc : stickers -OpenOffice.org Calc : stock charts -OpenOffice.org Calc : straight-line depreciations -OpenOffice.org Calc : strikethrough -OpenOffice.org Calc : strikethrough;characters -OpenOffice.org Calc : strikethrough;font effects -OpenOffice.org Calc : STYLE function -OpenOffice.org Calc : STYLE function example -OpenOffice.org Calc : styles -OpenOffice.org Calc : styles;'changed' message -OpenOffice.org Calc : styles;conditional styles -OpenOffice.org Calc : styles;copying between documents -OpenOffice.org Calc : styles;keyboard shortcuts -OpenOffice.org Calc : styles;organizing -OpenOffice.org Calc : styles;printing styles used in a document -OpenOffice.org Calc : styles;replacing automatically -OpenOffice.org Calc : Styles and Formatting window -OpenOffice.org Calc : Styles and Formatting window;docking -OpenOffice.org Calc : Styles and Formatting window -OpenOffice.org Calc : Stylist, see Styles and Formatting window -OpenOffice.org Calc : subforms -OpenOffice.org Calc : subforms;creating -OpenOffice.org Calc : subforms;description -OpenOffice.org Calc : submitting forms -OpenOffice.org Calc : subscript text in cells -OpenOffice.org Calc : SUBSTITUTE function -OpenOffice.org Calc : SUBTOTAL function -OpenOffice.org Calc : subtotals -OpenOffice.org Calc : subtotals;sorting options -OpenOffice.org Calc : suffixes in file formats -OpenOffice.org Calc : SUM function -OpenOffice.org Calc : sum function in formula bar -OpenOffice.org Calc : sum of squares of deviations -OpenOffice.org Calc : SUMIF function -OpenOffice.org Calc : SUMPRODUCT function -OpenOffice.org Calc : sums -OpenOffice.org Calc : sums;cells in Calc databases -OpenOffice.org Calc : sums;of filtered data -OpenOffice.org Calc : sums;of square numbers -OpenOffice.org Calc : SUMSQ function -OpenOffice.org Calc : SUMX2MY2 function -OpenOffice.org Calc : SUMX2PY2 function -OpenOffice.org Calc : SUMXMY2 function -OpenOffice.org Calc : superscript text in cells -OpenOffice.org Calc : support on the Web -OpenOffice.org Calc : swapping tables -OpenOffice.org Calc : SYD function -OpenOffice.org Calc : syllables in spreadsheets -OpenOffice.org Calc : synchronizing -OpenOffice.org Calc : synchronizing;labels and business cards -OpenOffice.org Calc : synchronizing;Pocket PC and OpenOffice.org formats -OpenOffice.org Calc : system address book registration -OpenOffice.org Calc : T function -OpenOffice.org Calc : t-distribution -OpenOffice.org Calc : tab stops -OpenOffice.org Calc : tab stops;displaying (Writer) -OpenOffice.org Calc : tab stops;inserting and editing -OpenOffice.org Calc : tab stops;setting in sheets -OpenOffice.org Calc : tab stops;settings -OpenOffice.org Calc : tab stops;spacing in presentations -OpenOffice.org Calc : tab stops;spacing in text documents -OpenOffice.org Calc : table controls -OpenOffice.org Calc : table controls;form functions -OpenOffice.org Calc : table controls;keyboard-only edit mode -OpenOffice.org Calc : table controls;properties -OpenOffice.org Calc : table views of databases -OpenOffice.org Calc : Table Wizard (Base) -OpenOffice.org Calc : tables -OpenOffice.org Calc : tables;AutoFormat function -OpenOffice.org Calc : tables;backgrounds -OpenOffice.org Calc : tables;combining -OpenOffice.org Calc : tables;copying cell styles -OpenOffice.org Calc : tables;database ranges -OpenOffice.org Calc : tables;deactivating automatic changes in -OpenOffice.org Calc : tables;displaying formulas/values -OpenOffice.org Calc : tables;freezing -OpenOffice.org Calc : tables;importing/exporting as text -OpenOffice.org Calc : tables;inserting external data -OpenOffice.org Calc : tables;inserting line breaks -OpenOffice.org Calc : tables;merging cells -OpenOffice.org Calc : tables;multiple operations in -OpenOffice.org Calc : tables;number formats -OpenOffice.org Calc : tables;renaming -OpenOffice.org Calc : tables;rotating -OpenOffice.org Calc : tables;selecting ranges -OpenOffice.org Calc : tables;showing details -OpenOffice.org Calc : tables;splitting windows -OpenOffice.org Calc : tables;transposing -OpenOffice.org Calc : tables;views -OpenOffice.org Calc : tables in databases -OpenOffice.org Calc : tables in databases;access rights to (Base) -OpenOffice.org Calc : tables in databases;adding to queries -OpenOffice.org Calc : tables in databases;browsing and editing -OpenOffice.org Calc : tables in databases;copying database tables (Base) -OpenOffice.org Calc : tables in databases;creating -OpenOffice.org Calc : tables in databases;creating in design view -OpenOffice.org Calc : tables in databases;importing dBASE files -OpenOffice.org Calc : tables in databases;importing text formats (Base) -OpenOffice.org Calc : tables in databases;joining for queries (Base) -OpenOffice.org Calc : tables in databases;printing queries (Base) -OpenOffice.org Calc : tables in databases;relations (Base) -OpenOffice.org Calc : tables in databases;searching -OpenOffice.org Calc : tables in spreadsheets -OpenOffice.org Calc : tables in spreadsheets;copying data to other applications -OpenOffice.org Calc : tables in spreadsheets;defining borders -OpenOffice.org Calc : tables in spreadsheets;value highlighting -OpenOffice.org Calc : tables in text -OpenOffice.org Calc : tables in text;captions -OpenOffice.org Calc : tables in text;creating automatically -OpenOffice.org Calc : tables in text;default settings -OpenOffice.org Calc : tables in text;defining borders -OpenOffice.org Calc : tables in text;displaying -OpenOffice.org Calc : tables in text;printing -OpenOffice.org Calc : tables in text;protecting cells -OpenOffice.org Calc : tables of contents -OpenOffice.org Calc : tables of contents;unprotecting -OpenOffice.org Calc : tabs -OpenOffice.org Calc : tabs;displaying sheet tabs -OpenOffice.org Calc : tags -OpenOffice.org Calc : tags;definition -OpenOffice.org Calc : tags;META tags -OpenOffice.org Calc : TAN function -OpenOffice.org Calc : TANH function -OpenOffice.org Calc : TBILLEQ function -OpenOffice.org Calc : TBILLPRICE function -OpenOffice.org Calc : TBILLYIELD function -OpenOffice.org Calc : TDIST function -OpenOffice.org Calc : templates -OpenOffice.org Calc : templates;agendas -OpenOffice.org Calc : templates;changing basic fonts -OpenOffice.org Calc : templates;database reports -OpenOffice.org Calc : templates;deleting -OpenOffice.org Calc : templates;editing and saving -OpenOffice.org Calc : templates;faxes -OpenOffice.org Calc : templates;importing and exporting -OpenOffice.org Calc : templates;letters -OpenOffice.org Calc : templates;new documents from templates -OpenOffice.org Calc : templates;opening documents with -OpenOffice.org Calc : templates;organizing -OpenOffice.org Calc : terminology -OpenOffice.org Calc : terminology;general glossary -OpenOffice.org Calc : terminology;Internet glossary -OpenOffice.org Calc : testing XML filters -OpenOffice.org Calc : text -OpenOffice.org Calc : text;animating -OpenOffice.org Calc : text;Asian layout -OpenOffice.org Calc : text;backgrounds -OpenOffice.org Calc : text;bold -OpenOffice.org Calc : text;coloring -OpenOffice.org Calc : text;contours -OpenOffice.org Calc : text;copying by drag and drop -OpenOffice.org Calc : text;CTL languages -OpenOffice.org Calc : text;drawing pictures -OpenOffice.org Calc : text;font effects -OpenOffice.org Calc : text;font sizes -OpenOffice.org Calc : text;font styles -OpenOffice.org Calc : text;fonts and formats -OpenOffice.org Calc : text;Fontwork icons -OpenOffice.org Calc : text;hyperlinks -OpenOffice.org Calc : text;inserting special characters -OpenOffice.org Calc : text;italics -OpenOffice.org Calc : text;kerning -OpenOffice.org Calc : text;language selection -OpenOffice.org Calc : text;line spacing -OpenOffice.org Calc : text;overwriting or inserting -OpenOffice.org Calc : text;placeholders in presentations -OpenOffice.org Calc : text;printing in black -OpenOffice.org Calc : text;replacing with format -OpenOffice.org Calc : text;selection modes -OpenOffice.org Calc : text;shadowed -OpenOffice.org Calc : text;text/draw objects -OpenOffice.org Calc : text attributes -OpenOffice.org Calc : text attributes;hyperlinks -OpenOffice.org Calc : text attributes;undoing -OpenOffice.org Calc : text boxes -OpenOffice.org Calc : text boxes;form functions -OpenOffice.org Calc : text boxes;positioning -OpenOffice.org Calc : text breaks in cells -OpenOffice.org Calc : text colors for better accessibility -OpenOffice.org Calc : text completion on/off -OpenOffice.org Calc : text concatenation AND -OpenOffice.org Calc : text databases (Base) -OpenOffice.org Calc : text documents -OpenOffice.org Calc : text documents;creating/opening -OpenOffice.org Calc : text documents;importing to spreadsheets -OpenOffice.org Calc : text documents;importing/exporting -OpenOffice.org Calc : text documents;inserting spreadsheet cells -OpenOffice.org Calc : text documents;print settings -OpenOffice.org Calc : text documents;printing -OpenOffice.org Calc : text documents;saving -OpenOffice.org Calc : text documents;saving automatically -OpenOffice.org Calc : text documents;saving in other formats -OpenOffice.org Calc : text documents;sending as e-mail -OpenOffice.org Calc : text effects -OpenOffice.org Calc : text file import and export -OpenOffice.org Calc : text flow -OpenOffice.org Calc : text flow;in cells -OpenOffice.org Calc : text formats -OpenOffice.org Calc : text formats;databases -OpenOffice.org Calc : text formats;for numbers -OpenOffice.org Calc : text formats;pasting -OpenOffice.org Calc : TEXT function -OpenOffice.org Calc : text in cells -OpenOffice.org Calc : text in cells;as addressing -OpenOffice.org Calc : text in cells;AutoInput function -OpenOffice.org Calc : text in cells;changing to numbers -OpenOffice.org Calc : text in cells;formatting -OpenOffice.org Calc : text in cells;functions -OpenOffice.org Calc : text in cells;multi-line -OpenOffice.org Calc : text in cells;writing vertically -OpenOffice.org Calc : text input fields -OpenOffice.org Calc : text layout for special languages -OpenOffice.org Calc : text objects -OpenOffice.org Calc : text objects;alignment -OpenOffice.org Calc : text objects;draw functions -OpenOffice.org Calc : text objects;fonts -OpenOffice.org Calc : text objects;in presentations and drawings -OpenOffice.org Calc : text operators -OpenOffice.org Calc : text overflow in spreadsheet cells -OpenOffice.org Calc : text scaling in charts -OpenOffice.org Calc : text to columns -OpenOffice.org Calc : text, see also text documents, paragraphs and characters -OpenOffice.org Calc : TextArt, see Fontwork -OpenOffice.org Calc : textures -OpenOffice.org Calc : textures;inserting from Gallery -OpenOffice.org Calc : textures;on chart bars -OpenOffice.org Calc : Thai -OpenOffice.org Calc : Thai;entering text -OpenOffice.org Calc : Thai;language settings -OpenOffice.org Calc : theme selection for sheets -OpenOffice.org Calc : thesaurus -OpenOffice.org Calc : thesaurus;activating for a language -OpenOffice.org Calc : ticker text -OpenOffice.org Calc : time differences -OpenOffice.org Calc : time fields -OpenOffice.org Calc : time fields;form functions -OpenOffice.org Calc : TIME function -OpenOffice.org Calc : times -OpenOffice.org Calc : times;in cells -OpenOffice.org Calc : times;inserting when printing presentations -OpenOffice.org Calc : times, formats -OpenOffice.org Calc : TIMEVALUE function -OpenOffice.org Calc : TINV function -OpenOffice.org Calc : tips -OpenOffice.org Calc : tips;extended tips in Help -OpenOffice.org Calc : title rows -OpenOffice.org Calc : title rows;freezing during table split -OpenOffice.org Calc : title rows;printing in OpenOffice.org Math -OpenOffice.org Calc : title rows;printing on all sheets -OpenOffice.org Calc : titles -OpenOffice.org Calc : titles;alignment (charts) -OpenOffice.org Calc : titles;changing -OpenOffice.org Calc : titles;editing in charts -OpenOffice.org Calc : titles;font effects -OpenOffice.org Calc : titles;formatting automatically -OpenOffice.org Calc : titles;formatting charts -OpenOffice.org Calc : titles;objects -OpenOffice.org Calc : TODAY function -OpenOffice.org Calc : toolbars -OpenOffice.org Calc : toolbars;adding buttons -OpenOffice.org Calc : toolbars;docking/undocking -OpenOffice.org Calc : toolbars;Form Navigation bar -OpenOffice.org Calc : toolbars;viewing/closing -OpenOffice.org Calc : tools bar -OpenOffice.org Calc : tooltips -OpenOffice.org Calc : tooltips;extended tips -OpenOffice.org Calc : tooltips;help -OpenOffice.org Calc : total amortizement rates -OpenOffice.org Calc : traces -OpenOffice.org Calc : traces;autorefreshing -OpenOffice.org Calc : traces;precedents and dependents -OpenOffice.org Calc : traces;precedents for multiple cells -OpenOffice.org Calc : traces;refreshing -OpenOffice.org Calc : tracing errors -OpenOffice.org Calc : Track changes feature in Microsoft Office -OpenOffice.org Calc : traditional Chinese -OpenOffice.org Calc : traditional Chinese;translating to simplified chinese -OpenOffice.org Calc : transparency -OpenOffice.org Calc : transparency;areas -OpenOffice.org Calc : transparency;off for faster printing -OpenOffice.org Calc : transparency;saving -OpenOffice.org Calc : TRANSPOSE function -OpenOffice.org Calc : transposing tables -OpenOffice.org Calc : treasury bills -OpenOffice.org Calc : treasury bills;annual return -OpenOffice.org Calc : treasury bills;prices -OpenOffice.org Calc : treasury bills;rates of return -OpenOffice.org Calc : tree view of Help -OpenOffice.org Calc : TREND function -OpenOffice.org Calc : trend lines in charts -OpenOffice.org Calc : trigonometric functions -OpenOffice.org Calc : TRIM function -OpenOffice.org Calc : TRIMMEAN function -OpenOffice.org Calc : TRUE function -OpenOffice.org Calc : TRUNC function -OpenOffice.org Calc : TTEST function -OpenOffice.org Calc : TYPE function -OpenOffice.org Calc : typefaces -OpenOffice.org Calc : typefaces;adding under UNIX -OpenOffice.org Calc : typefaces;formats -OpenOffice.org Calc : typographical quotes in OpenOffice.org Writer -OpenOffice.org Calc : typography -OpenOffice.org Calc : typography;Asian -OpenOffice.org Calc : underlining -OpenOffice.org Calc : underlining;AutoFormat function -OpenOffice.org Calc : underlining;characters -OpenOffice.org Calc : underlining;text -OpenOffice.org Calc : undocking windows -OpenOffice.org Calc : undoing -OpenOffice.org Calc : undoing;direct formatting -OpenOffice.org Calc : undoing;editing -OpenOffice.org Calc : undoing;number of steps -OpenOffice.org Calc : ungrouping entries in DataPilot tables -OpenOffice.org Calc : ungrouping groups -OpenOffice.org Calc : units -OpenOffice.org Calc : units;converting -OpenOffice.org Calc : units;measurement units -OpenOffice.org Calc : unmerging cells -OpenOffice.org Calc : UNO components -OpenOffice.org Calc : UNO components;Extension Manager -OpenOffice.org Calc : UNO components;integrating new -OpenOffice.org Calc : unprotecting cells -OpenOffice.org Calc : update options -OpenOffice.org Calc : updates -OpenOffice.org Calc : updates;checking automatically -OpenOffice.org Calc : updates;checking manually -OpenOffice.org Calc : updating -OpenOffice.org Calc : updating;DataPilot tables -OpenOffice.org Calc : updating;fields and charts, automatically (Writer) -OpenOffice.org Calc : updating;links in text documents -OpenOffice.org Calc : updating;links, on opening -OpenOffice.org Calc : updating;templates -OpenOffice.org Calc : updating;traces -OpenOffice.org Calc : UPPER function -OpenOffice.org Calc : URL -OpenOffice.org Calc : URL;changing hyperlink URLs -OpenOffice.org Calc : URL;definition -OpenOffice.org Calc : URL;in Calc -OpenOffice.org Calc : URL;saving absolute/relative paths -OpenOffice.org Calc : URL;turning off URL recognition -OpenOffice.org Calc : user data -OpenOffice.org Calc : user data;input -OpenOffice.org Calc : user data;removing when saving -OpenOffice.org Calc : user-defined dictionaries -OpenOffice.org Calc : user-defined dictionaries;creating -OpenOffice.org Calc : user-defined dictionaries;dictionary of exceptions -OpenOffice.org Calc : user-defined dictionaries;editing -OpenOffice.org Calc : user-defined functions -OpenOffice.org Calc : user-defined styles -OpenOffice.org Calc : user-defined styles;automatically replacing -OpenOffice.org Calc : UTF-8/UCS2 support -OpenOffice.org Calc : Validation feature in Microsoft Office -OpenOffice.org Calc : validity -OpenOffice.org Calc : VALUE function -OpenOffice.org Calc : values -OpenOffice.org Calc : values;absolute -OpenOffice.org Calc : values;consolidating -OpenOffice.org Calc : values;defining names -OpenOffice.org Calc : values;displaying in tables -OpenOffice.org Calc : values;highlighting -OpenOffice.org Calc : values;inserting in multiple cells -OpenOffice.org Calc : values;inserting in multiple sheets -OpenOffice.org Calc : values;limiting on input -OpenOffice.org Calc : values;rounded as shown (Calc) -OpenOffice.org Calc : values;rounded in calculations -OpenOffice.org Calc : VAR function -OpenOffice.org Calc : VARA function -OpenOffice.org Calc : variables -OpenOffice.org Calc : variables;calculating equations -OpenOffice.org Calc : variables;defining names -OpenOffice.org Calc : variables;for paths -OpenOffice.org Calc : variances -OpenOffice.org Calc : variances;based on populations -OpenOffice.org Calc : variances;based on samples -OpenOffice.org Calc : variances -OpenOffice.org Calc : variances in charts -OpenOffice.org Calc : VARP function -OpenOffice.org Calc : VARPA function -OpenOffice.org Calc : VBA code -OpenOffice.org Calc : VBA code;loading/saving documents with VBA code -OpenOffice.org Calc : VDB function -OpenOffice.org Calc : version management -OpenOffice.org Calc : version numbers of documents -OpenOffice.org Calc : versions -OpenOffice.org Calc : versions;comparing documents -OpenOffice.org Calc : versions;file saving as, restriction -OpenOffice.org Calc : versions;merging document versions -OpenOffice.org Calc : versions;of a document -OpenOffice.org Calc : versions;OpenOffice.org -OpenOffice.org Calc : vertical callouts -OpenOffice.org Calc : vertical scrollbars (Writer) -OpenOffice.org Calc : vertical search function -OpenOffice.org Calc : vertical text boxes -OpenOffice.org Calc : videos -OpenOffice.org Calc : viewing -OpenOffice.org Calc : viewing;databases -OpenOffice.org Calc : viewing;file properties -OpenOffice.org Calc : viewing;notes on cells -OpenOffice.org Calc : viewing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Calc : viewing;print ranges -OpenOffice.org Calc : viewing;toolbars -OpenOffice.org Calc : views -OpenOffice.org Calc : views;creating database views (Base) -OpenOffice.org Calc : views;defaults -OpenOffice.org Calc : views;full screen -OpenOffice.org Calc : views;icons -OpenOffice.org Calc : views;in 3D -OpenOffice.org Calc : views;multiple sheets -OpenOffice.org Calc : views;scaling -OpenOffice.org Calc : views;tables -OpenOffice.org Calc : Visual Basic for Applications -OpenOffice.org Calc : Visual Basic for Applications;loading/saving documents with VBA code -OpenOffice.org Calc : VLOOKUP function -OpenOffice.org Calc : watermarks -OpenOffice.org Calc : web documents -OpenOffice.org Calc : web documents;XForms -OpenOffice.org Calc : web pages -OpenOffice.org Calc : web pages;importing data -OpenOffice.org Calc : Web support -OpenOffice.org Calc : WebCast export -OpenOffice.org Calc : WebQuery filter -OpenOffice.org Calc : WEEKDAY function -OpenOffice.org Calc : WEEKNUM function -OpenOffice.org Calc : WEEKNUM_ADD function -OpenOffice.org Calc : WEEKS function -OpenOffice.org Calc : WEEKSINYEAR function -OpenOffice.org Calc : WEIBULL function -OpenOffice.org Calc : what if operations -OpenOffice.org Calc : widths of cells -OpenOffice.org Calc : windows -OpenOffice.org Calc : windows;docking -OpenOffice.org Calc : windows;docking definition -OpenOffice.org Calc : windows;hiding/showing/docking -OpenOffice.org Calc : windows;new -OpenOffice.org Calc : windows;splitting -OpenOffice.org Calc : wizards -OpenOffice.org Calc : wizards;agendas -OpenOffice.org Calc : wizards;database queries -OpenOffice.org Calc : wizards;database tables (Base) -OpenOffice.org Calc : wizards;databases (Base) -OpenOffice.org Calc : wizards;document converter -OpenOffice.org Calc : wizards;Euro Converter -OpenOffice.org Calc : wizards;faxes -OpenOffice.org Calc : wizards;forms -OpenOffice.org Calc : wizards;functions -OpenOffice.org Calc : wizards;letters -OpenOffice.org Calc : wizards;overview -OpenOffice.org Calc : wizards;presentations -OpenOffice.org Calc : wizards;reports -OpenOffice.org Calc : Word documents -OpenOffice.org Calc : Word documents;compatibility -OpenOffice.org Calc : Word documents;saving as -OpenOffice.org Calc : WordArt, see Fontwork -OpenOffice.org Calc : words -OpenOffice.org Calc : words;automatically replacing -OpenOffice.org Calc : words;wrapping in cells -OpenOffice.org Calc : work directory change -OpenOffice.org Calc : Workbook feature in Microsoft Office -OpenOffice.org Calc : WORKDAY function -OpenOffice.org Calc : Worksheet feature in Microsoft Office -OpenOffice.org Calc : worksheet names -OpenOffice.org Calc : wrapping text -OpenOffice.org Calc : wrapping text;in cells -OpenOffice.org Calc : write protection on/off -OpenOffice.org Calc : writing aids options -OpenOffice.org Calc : WYSIWYG in fonts lists -OpenOffice.org Calc : X axes -OpenOffice.org Calc : X axes;grid formatting -OpenOffice.org Calc : X axes;scaling -OpenOffice.org Calc : X axes;showing -OpenOffice.org Calc : XForms -OpenOffice.org Calc : XIRR function -OpenOffice.org Calc : XML converters -OpenOffice.org Calc : XML file formats -OpenOffice.org Calc : XML filters -OpenOffice.org Calc : XML filters;creating/testing/distributing/deleting -OpenOffice.org Calc : XML filters;settings -OpenOffice.org Calc : XML Forms -OpenOffice.org Calc : XNPV function -OpenOffice.org Calc : XSLT based filters -OpenOffice.org Calc : XSLT based filters;settings -OpenOffice.org Calc : XSLT filters, see also XML filters -OpenOffice.org Calc : XY charts -OpenOffice.org Calc : Y axes -OpenOffice.org Calc : Y axes;formatting -OpenOffice.org Calc : Y axes;grid formatting -OpenOffice.org Calc : Y axes;scaling -OpenOffice.org Calc : Y axes;showing -OpenOffice.org Calc : YEAR function -OpenOffice.org Calc : YEARFRAC function -OpenOffice.org Calc : years -OpenOffice.org Calc : years;2-digit options -OpenOffice.org Calc : years;2-digits -OpenOffice.org Calc : YEARS function -OpenOffice.org Calc : YIELD function -OpenOffice.org Calc : YIELDDISC function -OpenOffice.org Calc : YIELDMAT function -OpenOffice.org Calc : yields, see also rates of return -OpenOffice.org Calc : Z axes -OpenOffice.org Calc : Z axes;grid formatting -OpenOffice.org Calc : Z axes;showing -OpenOffice.org Calc : zero values -OpenOffice.org Calc : zero values;displaying (Calc) -OpenOffice.org Calc : zero values;entering leading zeros -OpenOffice.org Calc : zero values;printing -OpenOffice.org Calc : zooming -OpenOffice.org Calc : zooming;enlarging page views -OpenOffice.org Calc : zooming;page views -OpenOffice.org Calc : zooming;pictures -OpenOffice.org Calc : zooming;reducing page views -OpenOffice.org Calc : zooming;status bar -OpenOffice.org Calc : ZTEST function -OpenOffice.org Draw : 1/2 replacement -OpenOffice.org Draw : 3D charts -OpenOffice.org Draw : 3D objects -OpenOffice.org Draw : 3D objects;assembling -OpenOffice.org Draw : 3D objects;generating -OpenOffice.org Draw : 3D objects;inserting -OpenOffice.org Draw : 3D rotation objects -OpenOffice.org Draw : 3D rotation objects;converting to -OpenOffice.org Draw : 3D rotation objects;generating -OpenOffice.org Draw : 3D text creation -OpenOffice.org Draw : 3D view -OpenOffice.org Draw : abbreviation replacement -OpenOffice.org Draw : absolute hyperlinks -OpenOffice.org Draw : absolute saving of URLs -OpenOffice.org Draw : accents -OpenOffice.org Draw : Access databases (base) -OpenOffice.org Draw : access rights for database tables (Base) -OpenOffice.org Draw : accessibility -OpenOffice.org Draw : accessibility;general shortcuts -OpenOffice.org Draw : accessibility;OpenOffice.org assistive technology -OpenOffice.org Draw : accessibility;OpenOffice.org Draw -OpenOffice.org Draw : accessibility;OpenOffice.org features -OpenOffice.org Draw : accessibility;OpenOffice.org Impress -OpenOffice.org Draw : accessibility;options -OpenOffice.org Draw : activating -OpenOffice.org Draw : activating;context menus -OpenOffice.org Draw : activating;Error Report Tool -OpenOffice.org Draw : activating;extended help tips -OpenOffice.org Draw : activating;plug-ins -OpenOffice.org Draw : ActiveX control -OpenOffice.org Draw : Adabas D databases (base) -OpenOffice.org Draw : add-ons, see UNO components -OpenOffice.org Draw : adding -OpenOffice.org Draw : adding;animation effects -OpenOffice.org Draw : adding;automatic captions (Writer) -OpenOffice.org Draw : adding;backgrounds -OpenOffice.org Draw : adding;buttons in toolbars -OpenOffice.org Draw : adding;conditions for XForm items -OpenOffice.org Draw : adding;draw objects -OpenOffice.org Draw : adding;Fontwork objects -OpenOffice.org Draw : adding;headers/footers in all slides -OpenOffice.org Draw : adding;items in Data Navigator -OpenOffice.org Draw : adding;namespaces in XForms -OpenOffice.org Draw : adding;paragraph borders -OpenOffice.org Draw : adding;pictures from Gallery -OpenOffice.org Draw : adding;pictures in Gallery -OpenOffice.org Draw : adding;plug-ins -OpenOffice.org Draw : adding;points -OpenOffice.org Draw : adding;push buttons -OpenOffice.org Draw : adding;table borders -OpenOffice.org Draw : adding;text frames -OpenOffice.org Draw : adding;textures on chart bars -OpenOffice.org Draw : additional selection mode -OpenOffice.org Draw : address books -OpenOffice.org Draw : address books;LDAP server (Base) -OpenOffice.org Draw : address books;registering -OpenOffice.org Draw : address labels from databases -OpenOffice.org Draw : ADO databases (Base) -OpenOffice.org Draw : Agenda Wizard -OpenOffice.org Draw : aging filter -OpenOffice.org Draw : aligning -OpenOffice.org Draw : aligning;2D charts -OpenOffice.org Draw : aligning;cells -OpenOffice.org Draw : aligning;draw objects -OpenOffice.org Draw : aligning;objects -OpenOffice.org Draw : aligning;paragraphs -OpenOffice.org Draw : aligning;tables in text -OpenOffice.org Draw : aligning;text objects -OpenOffice.org Draw : aligning;titles in charts -OpenOffice.org Draw : allowing -OpenOffice.org Draw : allowing;effects -OpenOffice.org Draw : allowing;interaction -OpenOffice.org Draw : alternative fonts -OpenOffice.org Draw : ampersand symbol, see also operators -OpenOffice.org Draw : anchors -OpenOffice.org Draw : anchors;changing -OpenOffice.org Draw : anchors;displaying (Calc) -OpenOffice.org Draw : anchors;types/positions for draw objects -OpenOffice.org Draw : animated GIFs -OpenOffice.org Draw : animated slide transitions -OpenOffice.org Draw : animations -OpenOffice.org Draw : animations;accessibility options -OpenOffice.org Draw : animations;editing -OpenOffice.org Draw : animations;list of -OpenOffice.org Draw : animations;saving as GIFs -OpenOffice.org Draw : appearance options -OpenOffice.org Draw : applet insertion -OpenOffice.org Draw : applying -OpenOffice.org Draw : applying;animation effects -OpenOffice.org Draw : applying;gradients -OpenOffice.org Draw : applying;languages, to selected text -OpenOffice.org Draw : Arabic -OpenOffice.org Draw : Arabic;entering text -OpenOffice.org Draw : Arabic;language settings -OpenOffice.org Draw : area charts -OpenOffice.org Draw : areas -OpenOffice.org Draw : areas;bitmap patterns -OpenOffice.org Draw : areas;from connected lines -OpenOffice.org Draw : areas;hatched/dotted -OpenOffice.org Draw : areas;shadows -OpenOffice.org Draw : areas;slanting -OpenOffice.org Draw : areas;styles -OpenOffice.org Draw : areas;transparency -OpenOffice.org Draw : arguments in command line -OpenOffice.org Draw : arranging -OpenOffice.org Draw : arranging;objects -OpenOffice.org Draw : arranging;objects (guide) -OpenOffice.org Draw : arranging;slides -OpenOffice.org Draw : arrows -OpenOffice.org Draw : arrows;defining arrow heads -OpenOffice.org Draw : arrows;defining arrow lines -OpenOffice.org Draw : arrows;drawing in text -OpenOffice.org Draw : arrows;inserting -OpenOffice.org Draw : arrows;loading arrow styles -OpenOffice.org Draw : ASCII -OpenOffice.org Draw : ASCII;definition -OpenOffice.org Draw : Asian languages -OpenOffice.org Draw : Asian languages;enabling -OpenOffice.org Draw : Asian Phonetic Guide -OpenOffice.org Draw : Asian typography -OpenOffice.org Draw : assembled objects in 3D -OpenOffice.org Draw : assigning scripts -OpenOffice.org Draw : assistive technology in OpenOffice.org -OpenOffice.org Draw : attaching toolbars -OpenOffice.org Draw : attachments in e-mails -OpenOffice.org Draw : attributes -OpenOffice.org Draw : attributes;objects with -OpenOffice.org Draw : audio -OpenOffice.org Draw : audio;inserting -OpenOffice.org Draw : audio;UNIX -OpenOffice.org Draw : authors -OpenOffice.org Draw : auto reloading HTML documents -OpenOffice.org Draw : AutoAbstract function for sending text to presentations -OpenOffice.org Draw : AutoCaption function in OpenOffice.org Writer -OpenOffice.org Draw : AutoComplete function in text and list boxes -OpenOffice.org Draw : AutoCorrect function -OpenOffice.org Draw : AutoCorrect function;context menu -OpenOffice.org Draw : AutoCorrect function;options -OpenOffice.org Draw : AutoCorrect function;pictures and frames -OpenOffice.org Draw : AutoCorrect function;quotes -OpenOffice.org Draw : AutoCorrect function;replacement table -OpenOffice.org Draw : AutoCorrect function;smart tags -OpenOffice.org Draw : AutoCorrect function;switching on and off in Calc -OpenOffice.org Draw : AutoCorrect function;URL recognition -OpenOffice.org Draw : AutoFormat function -OpenOffice.org Draw : AutoFormat function;switching on and off -OpenOffice.org Draw : automatic captions (Writer) -OpenOffice.org Draw : automatic control focus -OpenOffice.org Draw : automatic hyperlink formatting -OpenOffice.org Draw : automatic line breaks -OpenOffice.org Draw : automatic lines/borders in text -OpenOffice.org Draw : automatic saving -OpenOffice.org Draw : automatic slide changes -OpenOffice.org Draw : automatic slide changes;rehearse timings -OpenOffice.org Draw : automatic slide shows -OpenOffice.org Draw : automatic slide transition -OpenOffice.org Draw : AutoPilots, see wizards -OpenOffice.org Draw : AutoShapes feature in Microsoft Office -OpenOffice.org Draw : averages in charts -OpenOffice.org Draw : axes -OpenOffice.org Draw : axes;better scaling -OpenOffice.org Draw : axes;formatting -OpenOffice.org Draw : axes;formatting grids -OpenOffice.org Draw : axes;inserting grids -OpenOffice.org Draw : axes;interval marks -OpenOffice.org Draw : axes;showing axes in charts -OpenOffice.org Draw : axes in charts -OpenOffice.org Draw : backgrounds -OpenOffice.org Draw : backgrounds;changing -OpenOffice.org Draw : backgrounds;defining colors/pictures -OpenOffice.org Draw : backgrounds;deleting unused -OpenOffice.org Draw : backgrounds;frames/sections/indexes -OpenOffice.org Draw : backgrounds;inserting from Gallery -OpenOffice.org Draw : backgrounds;normal view -OpenOffice.org Draw : backgrounds;notes -OpenOffice.org Draw : backgrounds;printing -OpenOffice.org Draw : backgrounds;slides -OpenOffice.org Draw : backing window -OpenOffice.org Draw : backups -OpenOffice.org Draw : backups;automatic -OpenOffice.org Draw : backups;documents -OpenOffice.org Draw : bar charts -OpenOffice.org Draw : Basic -OpenOffice.org Draw : Basic;fonts for source display -OpenOffice.org Draw : Basic;programming -OpenOffice.org Draw : Basic;recording macros -OpenOffice.org Draw : Basic;scripting -OpenOffice.org Draw : basic fonts -OpenOffice.org Draw : BeanShell scripting -OpenOffice.org Draw : behind object command -OpenOffice.org Draw : Bézier curves -OpenOffice.org Draw : Bézier curves;control points in presentations -OpenOffice.org Draw : bi-directional writing -OpenOffice.org Draw : binding space -OpenOffice.org Draw : bitmaps -OpenOffice.org Draw : bitmaps;converting to -OpenOffice.org Draw : bitmaps;converting to vector graphics -OpenOffice.org Draw : bitmaps;inserting and editing -OpenOffice.org Draw : bitmaps;off for faster printing -OpenOffice.org Draw : bitmaps;patterns -OpenOffice.org Draw : bitmaps;replacing colors -OpenOffice.org Draw : black and white display -OpenOffice.org Draw : black and white printing -OpenOffice.org Draw : black and white view -OpenOffice.org Draw : black printing in Calc -OpenOffice.org Draw : block selection mode -OpenOffice.org Draw : bold -OpenOffice.org Draw : bold;AutoFormat function -OpenOffice.org Draw : bold;text -OpenOffice.org Draw : bookmarks -OpenOffice.org Draw : bookmarks;Help -OpenOffice.org Draw : borders -OpenOffice.org Draw : borders;arranging -OpenOffice.org Draw : borders;cells on screen (Calc) -OpenOffice.org Draw : borders;for paragraphs -OpenOffice.org Draw : borders;for tables -OpenOffice.org Draw : borders;shadows -OpenOffice.org Draw : borders;table boundaries (Writer) -OpenOffice.org Draw : borders, see also frames -OpenOffice.org Draw : bound fields -OpenOffice.org Draw : bound fields;controls -OpenOffice.org Draw : boundaries of tables (Writer) -OpenOffice.org Draw : break display (Writer) -OpenOffice.org Draw : breaking object connections -OpenOffice.org Draw : brochures -OpenOffice.org Draw : brochures;printing several -OpenOffice.org Draw : build numbers of OpenOffice.org -OpenOffice.org Draw : bullet lists -OpenOffice.org Draw : bullet lists;formatting options -OpenOffice.org Draw : bullets -OpenOffice.org Draw : bullets;paragraphs -OpenOffice.org Draw : bullets;replacing -OpenOffice.org Draw : bullets;turning off -OpenOffice.org Draw : business cards -OpenOffice.org Draw : business cards;creating and synchronizing -OpenOffice.org Draw : business cards;using templates -OpenOffice.org Draw : button bars, see toolbars -OpenOffice.org Draw : buttons -OpenOffice.org Draw : buttons;adding push buttons -OpenOffice.org Draw : buttons;big/small -OpenOffice.org Draw : buttons;editing hyperlink buttons -OpenOffice.org Draw : buttons;form functions -OpenOffice.org Draw : buttons;toolbars -OpenOffice.org Draw : cache for graphics -OpenOffice.org Draw : calculating -OpenOffice.org Draw : calculating;iterative references (Calc) -OpenOffice.org Draw : calculating;regression curves -OpenOffice.org Draw : callouts -OpenOffice.org Draw : callouts;drawings -OpenOffice.org Draw : callouts;inserting in presentations -OpenOffice.org Draw : capital letters -OpenOffice.org Draw : capital letters;AutoCorrect function -OpenOffice.org Draw : capital letters;font effects -OpenOffice.org Draw : captions -OpenOffice.org Draw : captions;automatic captions (Writer) -OpenOffice.org Draw : captions;tables/pictures/frames/OLE objects (Writer) -OpenOffice.org Draw : captions, see also labels/callouts -OpenOffice.org Draw : cascading update (Base) -OpenOffice.org Draw : case sensitivity -OpenOffice.org Draw : case sensitivity;comparing cell contents (Calc) -OpenOffice.org Draw : case sensitivity;searching -OpenOffice.org Draw : cells -OpenOffice.org Draw : cells;aligning -OpenOffice.org Draw : cells;backgrounds -OpenOffice.org Draw : cells;coloring (Calc) -OpenOffice.org Draw : cells;cursor positions after input (Calc) -OpenOffice.org Draw : cells;formatting without effect (Calc) -OpenOffice.org Draw : cells;line breaks -OpenOffice.org Draw : cells;linked to controls -OpenOffice.org Draw : cells;number formats -OpenOffice.org Draw : cells;number of -OpenOffice.org Draw : cells;pasting -OpenOffice.org Draw : cells;resetting formats -OpenOffice.org Draw : cells;showing grid lines (Calc) -OpenOffice.org Draw : centered text -OpenOffice.org Draw : centimeters -OpenOffice.org Draw : certificates -OpenOffice.org Draw : Change Case feature in Microsoft Office -OpenOffice.org Draw : changes -OpenOffice.org Draw : changes;accepting or rejecting -OpenOffice.org Draw : changes;comparing to original -OpenOffice.org Draw : changes;protecting -OpenOffice.org Draw : changes;recording -OpenOffice.org Draw : changes;review function -OpenOffice.org Draw : changes;showing -OpenOffice.org Draw : changing -OpenOffice.org Draw : changing;data binding of XForms -OpenOffice.org Draw : changing;default templates -OpenOffice.org Draw : changing;document titles -OpenOffice.org Draw : changing;file associations in Setup program -OpenOffice.org Draw : changing;hyperlink text/formats/URLs -OpenOffice.org Draw : changing;icon sizes -OpenOffice.org Draw : changing;keyboard -OpenOffice.org Draw : changing;layer properties -OpenOffice.org Draw : changing;layout for handouts -OpenOffice.org Draw : changing;links -OpenOffice.org Draw : changing;menus -OpenOffice.org Draw : changing;object sizes -OpenOffice.org Draw : changing;order of slides -OpenOffice.org Draw : changing;slide layouts -OpenOffice.org Draw : changing;toolbars -OpenOffice.org Draw : changing;work directory -OpenOffice.org Draw : changing, see also editing and replacing -OpenOffice.org Draw : character styles -OpenOffice.org Draw : character styles;language selection -OpenOffice.org Draw : characters -OpenOffice.org Draw : characters;alternative fonts -OpenOffice.org Draw : characters;Asian layout -OpenOffice.org Draw : characters;bold -OpenOffice.org Draw : characters;coloring -OpenOffice.org Draw : characters;contours -OpenOffice.org Draw : characters;converting to curves -OpenOffice.org Draw : characters;displaying only on screen (Writer) -OpenOffice.org Draw : characters;enabling CTL and Asian characters -OpenOffice.org Draw : characters;font effects -OpenOffice.org Draw : characters;fonts and formats -OpenOffice.org Draw : characters;hyperlinks -OpenOffice.org Draw : characters;italics -OpenOffice.org Draw : characters;language selection -OpenOffice.org Draw : characters;shadowed -OpenOffice.org Draw : characters;spacing -OpenOffice.org Draw : characters;special -OpenOffice.org Draw : characters;underlining -OpenOffice.org Draw : charcoal sketches filter -OpenOffice.org Draw : chart legends -OpenOffice.org Draw : chart legends;hiding -OpenOffice.org Draw : chart legends;showing icons with labels -OpenOffice.org Draw : chart types -OpenOffice.org Draw : chart types;area -OpenOffice.org Draw : chart types;column and bar -OpenOffice.org Draw : chart types;column and line -OpenOffice.org Draw : chart types;line -OpenOffice.org Draw : chart types;net -OpenOffice.org Draw : chart types;pie/donut -OpenOffice.org Draw : chart types;stock -OpenOffice.org Draw : chart types;XY (scatter) -OpenOffice.org Draw : charts -OpenOffice.org Draw : charts;3D views -OpenOffice.org Draw : charts;aligning -OpenOffice.org Draw : charts;arranging within stacks -OpenOffice.org Draw : charts;bars with textures -OpenOffice.org Draw : charts;choosing chart types -OpenOffice.org Draw : charts;colors -OpenOffice.org Draw : charts;copying with link to source cell range -OpenOffice.org Draw : charts;data labels -OpenOffice.org Draw : charts;displaying (Calc) -OpenOffice.org Draw : charts;editing axes -OpenOffice.org Draw : charts;editing data -OpenOffice.org Draw : charts;editing legends -OpenOffice.org Draw : charts;editing titles -OpenOffice.org Draw : charts;formatting areas -OpenOffice.org Draw : charts;formatting floors -OpenOffice.org Draw : charts;formatting walls -OpenOffice.org Draw : charts;inserting -OpenOffice.org Draw : charts;overview -OpenOffice.org Draw : charts;properties -OpenOffice.org Draw : charts;reorganizing -OpenOffice.org Draw : charts;scaling axes -OpenOffice.org Draw : charts;scaling text -OpenOffice.org Draw : charts;shortcuts -OpenOffice.org Draw : charts;showing axes -OpenOffice.org Draw : charts;updating automatically (Writer) -OpenOffice.org Draw : check box creation -OpenOffice.org Draw : Chinese writing systems -OpenOffice.org Draw : choosing printers -OpenOffice.org Draw : circle drawings -OpenOffice.org Draw : circle segments -OpenOffice.org Draw : circles -OpenOffice.org Draw : circles;of objects -OpenOffice.org Draw : Client Side ImageMap -OpenOffice.org Draw : clipboard -OpenOffice.org Draw : clipboard;cutting -OpenOffice.org Draw : clipboard;pasting -OpenOffice.org Draw : clipboard;pasting formatted/unformatted text -OpenOffice.org Draw : clipboard;selection clipboard -OpenOffice.org Draw : clipboard;Unix -OpenOffice.org Draw : closing -OpenOffice.org Draw : closing;documents -OpenOffice.org Draw : closing;shapes -OpenOffice.org Draw : closing;toolbars -OpenOffice.org Draw : color bar -OpenOffice.org Draw : colors -OpenOffice.org Draw : colors;adding -OpenOffice.org Draw : colors;appearance -OpenOffice.org Draw : colors;backgrounds -OpenOffice.org Draw : colors;charts -OpenOffice.org Draw : colors;default colors -OpenOffice.org Draw : colors;defining and saving -OpenOffice.org Draw : colors;defining gradients interactively -OpenOffice.org Draw : colors;displaying presentations -OpenOffice.org Draw : colors;fill format -OpenOffice.org Draw : colors;fonts -OpenOffice.org Draw : colors;grid lines and cells (Calc) -OpenOffice.org Draw : colors;loading lists -OpenOffice.org Draw : colors;models -OpenOffice.org Draw : colors;not printing -OpenOffice.org Draw : colors;printing in grayscale -OpenOffice.org Draw : colors;replacing -OpenOffice.org Draw : colors;restriction (Calc) -OpenOffice.org Draw : colors;selection -OpenOffice.org Draw : column and line charts -OpenOffice.org Draw : column charts -OpenOffice.org Draw : column headers -OpenOffice.org Draw : column headers;displaying (Calc) -OpenOffice.org Draw : column headers;highlighting (Calc) -OpenOffice.org Draw : columns -OpenOffice.org Draw : columns;setting with the mouse -OpenOffice.org Draw : combination charts -OpenOffice.org Draw : combining -OpenOffice.org Draw : combining;3D objects -OpenOffice.org Draw : combining;draw objects -OpenOffice.org Draw : combining;undoing -OpenOffice.org Draw : combo box creation -OpenOffice.org Draw : command button creation -OpenOffice.org Draw : command buttons, see push buttons -OpenOffice.org Draw : command line parameters -OpenOffice.org Draw : commands -OpenOffice.org Draw : commands;not visible -OpenOffice.org Draw : commands;SQL -OpenOffice.org Draw : comments -OpenOffice.org Draw : comments;on changes -OpenOffice.org Draw : comments feature in Microsoft Office -OpenOffice.org Draw : common terms -OpenOffice.org Draw : common terms;Chinese dictionary -OpenOffice.org Draw : common terms;glossaries -OpenOffice.org Draw : common terms;Internet glossary -OpenOffice.org Draw : Compare and Merge feature in Microsoft Office -OpenOffice.org Draw : comparisons -OpenOffice.org Draw : comparisons;document versions -OpenOffice.org Draw : comparisons;operators in default filter dialog -OpenOffice.org Draw : compatibility settings for MS Word import -OpenOffice.org Draw : complete screen view -OpenOffice.org Draw : complex text layout -OpenOffice.org Draw : complex text layout;definition -OpenOffice.org Draw : complex text layout;enabling -OpenOffice.org Draw : compose key to insert special characters -OpenOffice.org Draw : concatenation, see ampersand symbol -OpenOffice.org Draw : conditional separators -OpenOffice.org Draw : conditions -OpenOffice.org Draw : conditions;in number formats -OpenOffice.org Draw : conditions;items in Data Navigator -OpenOffice.org Draw : cones -OpenOffice.org Draw : Configuration Manager -OpenOffice.org Draw : configuring -OpenOffice.org Draw : configuring;fax icon -OpenOffice.org Draw : configuring;OpenOffice.org -OpenOffice.org Draw : configuring;toolbars -OpenOffice.org Draw : connecting -OpenOffice.org Draw : connecting;draw objects -OpenOffice.org Draw : connecting;lines -OpenOffice.org Draw : connecting;paths and objects -OpenOffice.org Draw : connections to data sources (Base) -OpenOffice.org Draw : connectors -OpenOffice.org Draw : connectors;properties of -OpenOffice.org Draw : connectors;using -OpenOffice.org Draw : constructing shapes -OpenOffice.org Draw : contents protection -OpenOffice.org Draw : context menus -OpenOffice.org Draw : contours -OpenOffice.org Draw : contours;converting to -OpenOffice.org Draw : contours of text -OpenOffice.org Draw : control point display in presentations -OpenOffice.org Draw : control points definition -OpenOffice.org Draw : controls -OpenOffice.org Draw : controls;activating in forms -OpenOffice.org Draw : controls;adding to documents -OpenOffice.org Draw : controls;arranging in forms -OpenOffice.org Draw : controls;arranging within stacks -OpenOffice.org Draw : controls;assigning data sources -OpenOffice.org Draw : controls;bound fields/list contents/linked cells -OpenOffice.org Draw : controls;events -OpenOffice.org Draw : controls;focus -OpenOffice.org Draw : controls;formatted fields -OpenOffice.org Draw : controls;grouping -OpenOffice.org Draw : controls;hidden -OpenOffice.org Draw : controls;inserting -OpenOffice.org Draw : controls;multi-line titles -OpenOffice.org Draw : controls;positions and sizes -OpenOffice.org Draw : controls;printing -OpenOffice.org Draw : controls;properties of form controls -OpenOffice.org Draw : controls;properties of table controls -OpenOffice.org Draw : controls;reference by SQL -OpenOffice.org Draw : controls;rich text control -OpenOffice.org Draw : controls;select mode -OpenOffice.org Draw : controls;showing (Writer) -OpenOffice.org Draw : converters -OpenOffice.org Draw : converters;Euro converter -OpenOffice.org Draw : converters;PostScript, UNIX -OpenOffice.org Draw : converters;XML -OpenOffice.org Draw : converting -OpenOffice.org Draw : converting;bitmaps to polygons -OpenOffice.org Draw : converting;Hangul/Hanja -OpenOffice.org Draw : converting;metrics -OpenOffice.org Draw : converting;Microsoft documents -OpenOffice.org Draw : converting;OpenOffice.org documents -OpenOffice.org Draw : converting;Pocket PC formats -OpenOffice.org Draw : converting;points -OpenOffice.org Draw : converting;text to curves -OpenOffice.org Draw : converting;to bitmaps -OpenOffice.org Draw : converting;to contours -OpenOffice.org Draw : converting;to curves, polygons, 3D -OpenOffice.org Draw : converting;to metafile format (WMF) -OpenOffice.org Draw : copies -OpenOffice.org Draw : copies;printing -OpenOffice.org Draw : copying -OpenOffice.org Draw : copying;by drag and drop -OpenOffice.org Draw : copying;data from text documents -OpenOffice.org Draw : copying;datasource records in spreadsheets -OpenOffice.org Draw : copying;draw objects -OpenOffice.org Draw : copying;draw objects between documents -OpenOffice.org Draw : copying;formatting -OpenOffice.org Draw : copying;from data source view -OpenOffice.org Draw : copying;from Gallery -OpenOffice.org Draw : copying;in Unix -OpenOffice.org Draw : copying;pictures, between documents -OpenOffice.org Draw : copying;sheet areas, to text documents -OpenOffice.org Draw : copying;slides -OpenOffice.org Draw : copying;text from other documents -OpenOffice.org Draw : copying;to Gallery -OpenOffice.org Draw : copyright for OpenOffice.org -OpenOffice.org Draw : corner points -OpenOffice.org Draw : corner roundings -OpenOffice.org Draw : covered objects -OpenOffice.org Draw : crash reports -OpenOffice.org Draw : criteria of query design (Base) -OpenOffice.org Draw : cropping pictures -OpenOffice.org Draw : cross-fading -OpenOffice.org Draw : cross-fading;creating cross-fades -OpenOffice.org Draw : cross-fading;slides -OpenOffice.org Draw : cross-fading;two draw objects -OpenOffice.org Draw : CTL -OpenOffice.org Draw : CTL;complex text layout languages -OpenOffice.org Draw : CTL;definition -OpenOffice.org Draw : CTL;options -OpenOffice.org Draw : cubes -OpenOffice.org Draw : currencies -OpenOffice.org Draw : currencies;converters -OpenOffice.org Draw : currencies;formats and format codes -OpenOffice.org Draw : currency field creation -OpenOffice.org Draw : currency formats -OpenOffice.org Draw : cursor -OpenOffice.org Draw : cursor;allowing in protected areas (Writer) -OpenOffice.org Draw : cursor;in read-only text -OpenOffice.org Draw : cursor;quickly moving to an object -OpenOffice.org Draw : curves -OpenOffice.org Draw : curves;converting text to -OpenOffice.org Draw : curves;drawing -OpenOffice.org Draw : curves;editing -OpenOffice.org Draw : curves;editing points -OpenOffice.org Draw : curves;properties in line charts/XY charts -OpenOffice.org Draw : curves;toolbar -OpenOffice.org Draw : custom animation -OpenOffice.org Draw : custom colors -OpenOffice.org Draw : custom dictionaries -OpenOffice.org Draw : custom dictionaries;editing -OpenOffice.org Draw : custom gradients -OpenOffice.org Draw : custom hyphens (Writer) -OpenOffice.org Draw : custom quotes -OpenOffice.org Draw : custom slide shows -OpenOffice.org Draw : custom templates -OpenOffice.org Draw : customizing -OpenOffice.org Draw : customizing;events -OpenOffice.org Draw : customizing;keyboard -OpenOffice.org Draw : customizing;menus -OpenOffice.org Draw : customizing;OpenOffice.org -OpenOffice.org Draw : customizing;round corners -OpenOffice.org Draw : customizing;toolbars -OpenOffice.org Draw : cutting -OpenOffice.org Draw : cylinders -OpenOffice.org Draw : dashes -OpenOffice.org Draw : data -OpenOffice.org Draw : data;filtering in forms -OpenOffice.org Draw : data;forms and subforms -OpenOffice.org Draw : data;read-only -OpenOffice.org Draw : data;sorting in forms -OpenOffice.org Draw : data;user data -OpenOffice.org Draw : data binding change in XForms -OpenOffice.org Draw : data labels in charts -OpenOffice.org Draw : Data Navigator display options -OpenOffice.org Draw : data ranges in charts -OpenOffice.org Draw : data series -OpenOffice.org Draw : data source browser -OpenOffice.org Draw : data source explorer -OpenOffice.org Draw : data source view -OpenOffice.org Draw : data source view;drag and drop -OpenOffice.org Draw : data source view;overview -OpenOffice.org Draw : data source view;showing -OpenOffice.org Draw : data sources -OpenOffice.org Draw : data sources;as tables -OpenOffice.org Draw : data sources;connection settings (Base) -OpenOffice.org Draw : data sources;copying records to spreadsheets -OpenOffice.org Draw : data sources;displaying current -OpenOffice.org Draw : data sources;LDAP server (Base) -OpenOffice.org Draw : data sources;OpenOffice.org Base -OpenOffice.org Draw : data sources;registering address books -OpenOffice.org Draw : data sources;reports -OpenOffice.org Draw : data sources;setting for stock charts -OpenOffice.org Draw : data sources;viewing -OpenOffice.org Draw : data structure of XForms -OpenOffice.org Draw : data values in charts -OpenOffice.org Draw : database contents -OpenOffice.org Draw : database contents;inserting as tables -OpenOffice.org Draw : database contents;inserting as text -OpenOffice.org Draw : database reports -OpenOffice.org Draw : Database Wizard (Base) -OpenOffice.org Draw : databases -OpenOffice.org Draw : databases;administration through SQL (Base) -OpenOffice.org Draw : databases;ADO (Base) -OpenOffice.org Draw : databases;connecting (Base) -OpenOffice.org Draw : databases;creating -OpenOffice.org Draw : databases;creating labels -OpenOffice.org Draw : databases;creating queries -OpenOffice.org Draw : databases;creating reports -OpenOffice.org Draw : databases;creating tables -OpenOffice.org Draw : databases;dBASE (Base) -OpenOffice.org Draw : databases;deleting (Base) -OpenOffice.org Draw : databases;drag and drop (Base) -OpenOffice.org Draw : databases;editing tables -OpenOffice.org Draw : databases;form filters -OpenOffice.org Draw : databases;formats (Base) -OpenOffice.org Draw : databases;importing/exporting -OpenOffice.org Draw : databases;JDBC (Base) -OpenOffice.org Draw : databases;main page (Base) -OpenOffice.org Draw : databases;MySQL (Base) -OpenOffice.org Draw : databases;ODBC (Base) -OpenOffice.org Draw : databases;overview -OpenOffice.org Draw : databases;registering (Base) -OpenOffice.org Draw : databases;searching records -OpenOffice.org Draw : databases;shortcut keys -OpenOffice.org Draw : databases;sorting -OpenOffice.org Draw : databases;standard filters -OpenOffice.org Draw : databases;text formats -OpenOffice.org Draw : databases;viewing -OpenOffice.org Draw : date fields -OpenOffice.org Draw : date fields;creating -OpenOffice.org Draw : date fields;properties -OpenOffice.org Draw : date formats -OpenOffice.org Draw : date on all slides -OpenOffice.org Draw : dates -OpenOffice.org Draw : dates;default (Calc) -OpenOffice.org Draw : dates;fixed -OpenOffice.org Draw : dates;printing in presentations -OpenOffice.org Draw : dates;start 1900/01/01 (Calc) -OpenOffice.org Draw : dates;start 1904/01/01 (Calc) -OpenOffice.org Draw : dates;variable -OpenOffice.org Draw : dBASE -OpenOffice.org Draw : dBASE;database settings (Base) -OpenOffice.org Draw : DDE -OpenOffice.org Draw : DDE;definition -OpenOffice.org Draw : deactivating -OpenOffice.org Draw : deactivating;plug-ins -OpenOffice.org Draw : decimal places displayed (Calc) -OpenOffice.org Draw : decimal separator key -OpenOffice.org Draw : decimal tab stops -OpenOffice.org Draw : decreasing sizes of views -OpenOffice.org Draw : default directories -OpenOffice.org Draw : default file formats -OpenOffice.org Draw : default filters -OpenOffice.org Draw : default filters;comparison operators -OpenOffice.org Draw : default filters;databases -OpenOffice.org Draw : default printer -OpenOffice.org Draw : default printer;setting up -OpenOffice.org Draw : default printer;UNIX -OpenOffice.org Draw : default templates -OpenOffice.org Draw : default templates;changing -OpenOffice.org Draw : default templates;organizing -OpenOffice.org Draw : defaults -OpenOffice.org Draw : defaults;documents -OpenOffice.org Draw : defaults;file formats -OpenOffice.org Draw : defaults;fonts -OpenOffice.org Draw : defaults;grids (Writer/Calc) -OpenOffice.org Draw : defaults;languages -OpenOffice.org Draw : defaults;number formats -OpenOffice.org Draw : defaults;of saving -OpenOffice.org Draw : defaults;program configuration -OpenOffice.org Draw : defaults;tab stops in text -OpenOffice.org Draw : defaults;views -OpenOffice.org Draw : defining -OpenOffice.org Draw : defining;arrowheads and other line ends -OpenOffice.org Draw : defining;colors -OpenOffice.org Draw : defining;gradients -OpenOffice.org Draw : defining;line styles -OpenOffice.org Draw : defining;paragraph borders -OpenOffice.org Draw : defining;queries (Base) -OpenOffice.org Draw : defining;table borders -OpenOffice.org Draw : deleting -OpenOffice.org Draw : deleting;all direct formatting -OpenOffice.org Draw : deleting;animation effects -OpenOffice.org Draw : deleting;databases (Base) -OpenOffice.org Draw : deleting;hyperlinks -OpenOffice.org Draw : deleting;layers -OpenOffice.org Draw : deleting;lines in text -OpenOffice.org Draw : deleting;models/instances -OpenOffice.org Draw : deleting;namespaces in XForms -OpenOffice.org Draw : deleting;points -OpenOffice.org Draw : deleting;slide transition effects -OpenOffice.org Draw : deleting;slides -OpenOffice.org Draw : deleting;tab stops -OpenOffice.org Draw : deleting;templates -OpenOffice.org Draw : deleting;XML filters -OpenOffice.org Draw : depth stagger -OpenOffice.org Draw : descriptions for objects -OpenOffice.org Draw : design mode after saving -OpenOffice.org Draw : design view -OpenOffice.org Draw : design view;creating forms -OpenOffice.org Draw : design view;queries/views (Base) -OpenOffice.org Draw : designing -OpenOffice.org Draw : designing;database tables -OpenOffice.org Draw : designing;fonts -OpenOffice.org Draw : designing;queries (Base) -OpenOffice.org Draw : detaching toolbars -OpenOffice.org Draw : dictionaries -OpenOffice.org Draw : dictionaries;common terms in simplified and traditional chinese -OpenOffice.org Draw : dictionaries;creating -OpenOffice.org Draw : dictionaries;editing user-defined -OpenOffice.org Draw : dictionaries;spellcheck -OpenOffice.org Draw : dictionaries, see also languages -OpenOffice.org Draw : digital signatures -OpenOffice.org Draw : dimension lines -OpenOffice.org Draw : dimension lines;drawing -OpenOffice.org Draw : dimension lines;properties of -OpenOffice.org Draw : direct formatting -OpenOffice.org Draw : direct formatting;undoing all -OpenOffice.org Draw : directories -OpenOffice.org Draw : directories;creating new -OpenOffice.org Draw : directories;directory structure -OpenOffice.org Draw : disabled persons -OpenOffice.org Draw : display qualities of presentations -OpenOffice.org Draw : displaying -OpenOffice.org Draw : displaying;non-printing characters (Writer) -OpenOffice.org Draw : displaying;notes (Calc) -OpenOffice.org Draw : displaying;notes in text documents -OpenOffice.org Draw : displaying;pictures and objects (Writer) -OpenOffice.org Draw : displaying;tables (Writer) -OpenOffice.org Draw : displaying;zero values (Calc) -OpenOffice.org Draw : distances -OpenOffice.org Draw : distinct values in SQL queries -OpenOffice.org Draw : distorting in drawings -OpenOffice.org Draw : distorting objects -OpenOffice.org Draw : distributing draw objects -OpenOffice.org Draw : distributing XML filters -OpenOffice.org Draw : dithering -OpenOffice.org Draw : docking -OpenOffice.org Draw : docking;definition -OpenOffice.org Draw : docking;toolbars -OpenOffice.org Draw : docking;windows -OpenOffice.org Draw : Document Converter Wizard -OpenOffice.org Draw : Document Map feature in Microsoft Office -OpenOffice.org Draw : Document Map, see Navigator -OpenOffice.org Draw : document types in OpenOffice.org -OpenOffice.org Draw : documents -OpenOffice.org Draw : documents;changing titles -OpenOffice.org Draw : documents;closing -OpenOffice.org Draw : documents;comparing -OpenOffice.org Draw : documents;contents as lists -OpenOffice.org Draw : documents;editing time -OpenOffice.org Draw : documents;exporting -OpenOffice.org Draw : documents;importing -OpenOffice.org Draw : documents;languages -OpenOffice.org Draw : documents;measurement units in -OpenOffice.org Draw : documents;merging -OpenOffice.org Draw : documents;number of pages/tables/sheets -OpenOffice.org Draw : documents;opening -OpenOffice.org Draw : documents;opening in design mode -OpenOffice.org Draw : documents;opening with templates -OpenOffice.org Draw : documents;organizing -OpenOffice.org Draw : documents;printing -OpenOffice.org Draw : documents;read-only -OpenOffice.org Draw : documents;reloading -OpenOffice.org Draw : documents;saving -OpenOffice.org Draw : documents;saving automatically -OpenOffice.org Draw : documents;saving in other formats -OpenOffice.org Draw : documents;sending as e-mail -OpenOffice.org Draw : documents;styles changed -OpenOffice.org Draw : documents;version management -OpenOffice.org Draw : documents;version numbers -OpenOffice.org Draw : donut charts -OpenOffice.org Draw : dotted areas -OpenOffice.org Draw : double-line spacing in paragraphs -OpenOffice.org Draw : double-line writing in Asian layout -OpenOffice.org Draw : doubling draw objects -OpenOffice.org Draw : drag and drop -OpenOffice.org Draw : drag and drop;copying and pasting text -OpenOffice.org Draw : drag and drop;data source view -OpenOffice.org Draw : drag and drop;from Gallery to draw objects -OpenOffice.org Draw : drag and drop;overview -OpenOffice.org Draw : drag and drop;pictures -OpenOffice.org Draw : drag and drop;to Gallery -OpenOffice.org Draw : Draw instructions -OpenOffice.org Draw : draw objects -OpenOffice.org Draw : draw objects;adding/editing/copying -OpenOffice.org Draw : draw objects;anchoring -OpenOffice.org Draw : draw objects;arranging within stacks -OpenOffice.org Draw : draw objects;combining -OpenOffice.org Draw : draw objects;connecting lines to -OpenOffice.org Draw : draw objects;converting text to -OpenOffice.org Draw : draw objects;copying -OpenOffice.org Draw : draw objects;copying between documents -OpenOffice.org Draw : draw objects;cross-fading two objects -OpenOffice.org Draw : draw objects;displaying (Calc) -OpenOffice.org Draw : draw objects;dropping Gallery pictures -OpenOffice.org Draw : draw objects;duplicating -OpenOffice.org Draw : draw objects;flipping -OpenOffice.org Draw : draw objects;grouping -OpenOffice.org Draw : draw objects;legends -OpenOffice.org Draw : draw objects;positioning and resizing -OpenOffice.org Draw : draw objects;protecting -OpenOffice.org Draw : draw objects;rotating -OpenOffice.org Draw : draw objects;slanting -OpenOffice.org Draw : draw objects;text entry mode -OpenOffice.org Draw : draw objects;text in -OpenOffice.org Draw : drawing -OpenOffice.org Draw : drawing;3D objects -OpenOffice.org Draw : drawing;freeform lines -OpenOffice.org Draw : drawing;lines -OpenOffice.org Draw : drawing;sectors and segments -OpenOffice.org Draw : Drawing bar -OpenOffice.org Draw : drawing lines in text -OpenOffice.org Draw : drawings -OpenOffice.org Draw : drawings;creating/opening -OpenOffice.org Draw : drawings;languages -OpenOffice.org Draw : drawings;printing -OpenOffice.org Draw : drawings;printing defaults -OpenOffice.org Draw : drawings;printing in text documents -OpenOffice.org Draw : drawings;saving -OpenOffice.org Draw : drawings;saving automatically -OpenOffice.org Draw : drawings;saving in other formats -OpenOffice.org Draw : drawings;sending as e-mail -OpenOffice.org Draw : drawings;shortcut keys -OpenOffice.org Draw : drawings;showing (Writer) -OpenOffice.org Draw : drawings;zoom function in -OpenOffice.org Draw : drop-down lists in form functions -OpenOffice.org Draw : duplicating draw objects -OpenOffice.org Draw : e-mail attachments -OpenOffice.org Draw : Edit File icon -OpenOffice.org Draw : edit mode -OpenOffice.org Draw : edit mode;after opening -OpenOffice.org Draw : edit mode;through Enter key (Calc) -OpenOffice.org Draw : Edit Points bar -OpenOffice.org Draw : editing -OpenOffice.org Draw : editing;chart axes -OpenOffice.org Draw : editing;chart data -OpenOffice.org Draw : editing;chart legends -OpenOffice.org Draw : editing;chart titles -OpenOffice.org Draw : editing;curves -OpenOffice.org Draw : editing;data binding of XForms -OpenOffice.org Draw : editing;database tables and queries -OpenOffice.org Draw : editing;draw objects -OpenOffice.org Draw : editing;fields -OpenOffice.org Draw : editing;Fontwork objects -OpenOffice.org Draw : editing;glue points -OpenOffice.org Draw : editing;gradients -OpenOffice.org Draw : editing;guides and snap points -OpenOffice.org Draw : editing;hyperlinks -OpenOffice.org Draw : editing;items in Data Navigator -OpenOffice.org Draw : editing;menus -OpenOffice.org Draw : editing;namespaces in XForms -OpenOffice.org Draw : editing;notes -OpenOffice.org Draw : editing;objects -OpenOffice.org Draw : editing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Draw : editing;pictures -OpenOffice.org Draw : editing;reports -OpenOffice.org Draw : editing;shortcut keys -OpenOffice.org Draw : editing;slide titles -OpenOffice.org Draw : editing;tab stops -OpenOffice.org Draw : editing;templates -OpenOffice.org Draw : editing;titles -OpenOffice.org Draw : editing;toolbars -OpenOffice.org Draw : editing;undoing -OpenOffice.org Draw : editing;XForms -OpenOffice.org Draw : editing time of documents -OpenOffice.org Draw : editors -OpenOffice.org Draw : editors;formula editor -OpenOffice.org Draw : editors;ImageMap editor -OpenOffice.org Draw : effects -OpenOffice.org Draw : effects;animated slide transitions -OpenOffice.org Draw : effects;applying to/removing from objects -OpenOffice.org Draw : effects;font positions -OpenOffice.org Draw : effects;fonts -OpenOffice.org Draw : effects;Fontwork icons -OpenOffice.org Draw : effects;preview -OpenOffice.org Draw : effects;sounds -OpenOffice.org Draw : ellipses -OpenOffice.org Draw : ellipses;segments -OpenOffice.org Draw : ellipses;toolbars -OpenOffice.org Draw : empty documents -OpenOffice.org Draw : empty paragraph removal -OpenOffice.org Draw : encryption of contents -OpenOffice.org Draw : entering groups -OpenOffice.org Draw : entering text from right to left -OpenOffice.org Draw : equal sign, see also operators -OpenOffice.org Draw : equations in formula editor -OpenOffice.org Draw : error bars in charts -OpenOffice.org Draw : error indicators in charts -OpenOffice.org Draw : Error Report Tool -OpenOffice.org Draw : Euro -OpenOffice.org Draw : Euro;currency formats -OpenOffice.org Draw : Euro;Euro Converter Wizard -OpenOffice.org Draw : even/odd pages -OpenOffice.org Draw : even/odd pages;printing -OpenOffice.org Draw : events -OpenOffice.org Draw : events;controls -OpenOffice.org Draw : events;customizing -OpenOffice.org Draw : events;in forms -OpenOffice.org Draw : Excel -OpenOffice.org Draw : Excel;saving as -OpenOffice.org Draw : Excel;search criteria -OpenOffice.org Draw : exceptions -OpenOffice.org Draw : exceptions;user-defined dictionaries -OpenOffice.org Draw : exchanging, see also replacing -OpenOffice.org Draw : executing -OpenOffice.org Draw : executing;SQL commands -OpenOffice.org Draw : exiting -OpenOffice.org Draw : exiting;by clicking objects -OpenOffice.org Draw : exiting;groups -OpenOffice.org Draw : exiting;OpenOffice.org -OpenOffice.org Draw : expanding -OpenOffice.org Draw : expanding;slides -OpenOffice.org Draw : expanding formatting (Calc) -OpenOffice.org Draw : explorer of data sources -OpenOffice.org Draw : export filters -OpenOffice.org Draw : exporting -OpenOffice.org Draw : exporting;animations to GIF format -OpenOffice.org Draw : exporting;bitmaps -OpenOffice.org Draw : exporting;databases -OpenOffice.org Draw : exporting;HTML and text documents -OpenOffice.org Draw : exporting;Microsoft Office documents with VBA code -OpenOffice.org Draw : exporting;presentations to HTML -OpenOffice.org Draw : exporting;spreadsheets to text format -OpenOffice.org Draw : exporting;templates -OpenOffice.org Draw : exporting;to foreign formats -OpenOffice.org Draw : exporting;to HTML -OpenOffice.org Draw : exporting;to Macromedia Flash format -OpenOffice.org Draw : exporting;to Microsoft Office formats -OpenOffice.org Draw : exporting;to PDF -OpenOffice.org Draw : exporting;to PostScript format -OpenOffice.org Draw : exporting;to XML -OpenOffice.org Draw : exporting;XML files -OpenOffice.org Draw : extended tips in Help -OpenOffice.org Draw : extension mode in text -OpenOffice.org Draw : extensions -OpenOffice.org Draw : extensions;Extension Manager -OpenOffice.org Draw : extensions;file formats -OpenOffice.org Draw : external keys (Base) -OpenOffice.org Draw : extrusion objects -OpenOffice.org Draw : eyedropper tool -OpenOffice.org Draw : faster printing -OpenOffice.org Draw : faxes -OpenOffice.org Draw : faxes;configuring OpenOffice.org -OpenOffice.org Draw : faxes;fax programs/fax printers under UNIX -OpenOffice.org Draw : faxes;selecting a fax machine -OpenOffice.org Draw : faxes;sending -OpenOffice.org Draw : faxes;wizards -OpenOffice.org Draw : fields -OpenOffice.org Draw : fields;authors -OpenOffice.org Draw : fields;database tables -OpenOffice.org Draw : fields;dates (fixed) -OpenOffice.org Draw : fields;dates (variable) -OpenOffice.org Draw : fields;displaying field codes (Writer) -OpenOffice.org Draw : fields;editing -OpenOffice.org Draw : fields;file names -OpenOffice.org Draw : fields;formatted fields -OpenOffice.org Draw : fields;formatting -OpenOffice.org Draw : fields;in slides -OpenOffice.org Draw : fields;page numbers -OpenOffice.org Draw : fields;times (fixed) -OpenOffice.org Draw : fields;times (variable) -OpenOffice.org Draw : fields;updating automatically (Writer) -OpenOffice.org Draw : file associations for Microsoft Office -OpenOffice.org Draw : file filters -OpenOffice.org Draw : file filters;mobile devices -OpenOffice.org Draw : file filters;XML -OpenOffice.org Draw : file formats -OpenOffice.org Draw : file formats;changing defaults -OpenOffice.org Draw : file formats;OpenDocument/XML -OpenOffice.org Draw : file formats;saving always in other formats -OpenOffice.org Draw : file selection button -OpenOffice.org Draw : file sharing options for current document -OpenOffice.org Draw : files -OpenOffice.org Draw : files;filters and formats -OpenOffice.org Draw : files;importing -OpenOffice.org Draw : files;inserting -OpenOffice.org Draw : files;inserting pictures -OpenOffice.org Draw : files;opening -OpenOffice.org Draw : files;opening with placeholders -OpenOffice.org Draw : files;properties -OpenOffice.org Draw : files;saving -OpenOffice.org Draw : files;saving automatically -OpenOffice.org Draw : files;saving in other formats -OpenOffice.org Draw : files;sending as e-mail -OpenOffice.org Draw : files;version numbers -OpenOffice.org Draw : files and folders in OpenOffice.org -OpenOffice.org Draw : fill characters with tabulators -OpenOffice.org Draw : fill colors for areas -OpenOffice.org Draw : fill format mode -OpenOffice.org Draw : fill format mode;styles -OpenOffice.org Draw : fill patterns for areas -OpenOffice.org Draw : filter conditions -OpenOffice.org Draw : filter conditions;connecting -OpenOffice.org Draw : filter conditions;in queries (Base) -OpenOffice.org Draw : filtering -OpenOffice.org Draw : filtering;data in databases -OpenOffice.org Draw : filtering;data in forms -OpenOffice.org Draw : filters -OpenOffice.org Draw : filters;comparison operators -OpenOffice.org Draw : filters;for import and export -OpenOffice.org Draw : filters;Navigator -OpenOffice.org Draw : filters;pictures -OpenOffice.org Draw : filters;XML filter settings -OpenOffice.org Draw : Find tab in Help -OpenOffice.org Draw : finding -OpenOffice.org Draw : finding;in all sheets -OpenOffice.org Draw : finding;records in form documents -OpenOffice.org Draw : finding;selections -OpenOffice.org Draw : finding;similarity search -OpenOffice.org Draw : fitting to pages -OpenOffice.org Draw : fitting to pages;individual slides -OpenOffice.org Draw : fitting to pages;print settings in Math -OpenOffice.org Draw : fitting to pages;print settings in presentations -OpenOffice.org Draw : fixed text -OpenOffice.org Draw : fixed text;form functions -OpenOffice.org Draw : fixing toolbars -OpenOffice.org Draw : flipping around a flip line -OpenOffice.org Draw : flipping draw objects -OpenOffice.org Draw : floating frames in HTML documents -OpenOffice.org Draw : floating text -OpenOffice.org Draw : floating toolbars -OpenOffice.org Draw : flowcharts -OpenOffice.org Draw : focus of controls -OpenOffice.org Draw : folder creation -OpenOffice.org Draw : font lists -OpenOffice.org Draw : font name box -OpenOffice.org Draw : font sizes -OpenOffice.org Draw : font sizes;bullets -OpenOffice.org Draw : font sizes;relative changes -OpenOffice.org Draw : font sizes;scaling on screen -OpenOffice.org Draw : font sizes;text -OpenOffice.org Draw : fonts -OpenOffice.org Draw : fonts;adding under UNIX -OpenOffice.org Draw : fonts;changing in templates -OpenOffice.org Draw : fonts;colors -OpenOffice.org Draw : fonts;default settings -OpenOffice.org Draw : fonts;effects -OpenOffice.org Draw : fonts;for HTML and Basic -OpenOffice.org Draw : fonts;formats -OpenOffice.org Draw : fonts;outlines -OpenOffice.org Draw : fonts;positions in text -OpenOffice.org Draw : fonts;shadows -OpenOffice.org Draw : fonts;specifying several -OpenOffice.org Draw : fonts;strikethrough -OpenOffice.org Draw : fonts;styles -OpenOffice.org Draw : fonts;text objects -OpenOffice.org Draw : Fontwork icons -OpenOffice.org Draw : footers -OpenOffice.org Draw : footers;backgrounds -OpenOffice.org Draw : footers;slide masters -OpenOffice.org Draw : footers;slides -OpenOffice.org Draw : form controls -OpenOffice.org Draw : form controls;assigning macros -OpenOffice.org Draw : form controls;protecting -OpenOffice.org Draw : form controls;toolbars -OpenOffice.org Draw : form fields -OpenOffice.org Draw : form filters -OpenOffice.org Draw : Form Navigator -OpenOffice.org Draw : format codes -OpenOffice.org Draw : format codes;numbers -OpenOffice.org Draw : format codes;user-defined number formats -OpenOffice.org Draw : format filling printing in OpenOffice.org Math -OpenOffice.org Draw : Format Paintbrush -OpenOffice.org Draw : formats -OpenOffice.org Draw : formats;Asian layout -OpenOffice.org Draw : formats;Asian typography -OpenOffice.org Draw : formats;fonts -OpenOffice.org Draw : formats;maximizing page formats -OpenOffice.org Draw : formats;number and currency formats -OpenOffice.org Draw : formats;of currencies/date/time -OpenOffice.org Draw : formats;on opening and saving -OpenOffice.org Draw : formats;pasting in special formats -OpenOffice.org Draw : formats;positions -OpenOffice.org Draw : formats;tabulators -OpenOffice.org Draw : formats;undoing when writing -OpenOffice.org Draw : formatted fields -OpenOffice.org Draw : formatted fields;form functions -OpenOffice.org Draw : formatted fields;properties -OpenOffice.org Draw : formatting -OpenOffice.org Draw : formatting;axes in charts -OpenOffice.org Draw : formatting;chart areas -OpenOffice.org Draw : formatting;chart floors -OpenOffice.org Draw : formatting;chart legends -OpenOffice.org Draw : formatting;chart titles -OpenOffice.org Draw : formatting;chart walls -OpenOffice.org Draw : formatting;copying -OpenOffice.org Draw : formatting;definition -OpenOffice.org Draw : formatting;expanding (Calc) -OpenOffice.org Draw : formatting;fields -OpenOffice.org Draw : formatting;font effects -OpenOffice.org Draw : formatting;hyperlinks -OpenOffice.org Draw : formatting;pages -OpenOffice.org Draw : formatting;printer metrics (Writer) -OpenOffice.org Draw : formatting;slides -OpenOffice.org Draw : formatting;slides headings -OpenOffice.org Draw : formatting;undoing -OpenOffice.org Draw : forms -OpenOffice.org Draw : forms;browsing -OpenOffice.org Draw : forms;Combo Box/List Box Wizard -OpenOffice.org Draw : forms;creating -OpenOffice.org Draw : forms;data -OpenOffice.org Draw : forms;designing (Base) -OpenOffice.org Draw : forms;events -OpenOffice.org Draw : forms;filtering data -OpenOffice.org Draw : forms;finding records -OpenOffice.org Draw : forms;focus after opening -OpenOffice.org Draw : forms;general information (Base) -OpenOffice.org Draw : forms;grouping controls -OpenOffice.org Draw : forms;HTML filters -OpenOffice.org Draw : forms;inserting -OpenOffice.org Draw : forms;Navigator -OpenOffice.org Draw : forms;opening in design mode -OpenOffice.org Draw : forms;properties -OpenOffice.org Draw : forms;sorting data -OpenOffice.org Draw : forms;subforms -OpenOffice.org Draw : forms;wizards -OpenOffice.org Draw : forms;XForms -OpenOffice.org Draw : Formula Auditing feature in Microsoft Office -OpenOffice.org Draw : formula texts -OpenOffice.org Draw : formula texts;printing in OpenOffice.org Math -OpenOffice.org Draw : formulas -OpenOffice.org Draw : formulas;new -OpenOffice.org Draw : formulas;starting formula editor -OpenOffice.org Draw : formulas in reports -OpenOffice.org Draw : formulas in reports;editing -OpenOffice.org Draw : forums and support -OpenOffice.org Draw : frames -OpenOffice.org Draw : frames;around paragraphs -OpenOffice.org Draw : frames;around tables -OpenOffice.org Draw : frames;AutoCorrect function -OpenOffice.org Draw : frames;backgrounds -OpenOffice.org Draw : frames;captions (Writer) -OpenOffice.org Draw : frames;printing in OpenOffice.org Math -OpenOffice.org Draw : frames;protecting -OpenOffice.org Draw : frames;selection frames -OpenOffice.org Draw : frames;text fitting to frames -OpenOffice.org Draw : freeform lines -OpenOffice.org Draw : freeform lines;draw functions -OpenOffice.org Draw : freeform lines;drawing -OpenOffice.org Draw : FTP -OpenOffice.org Draw : FTP;opening documents -OpenOffice.org Draw : FTP;saving documents -OpenOffice.org Draw : full joins (Base) -OpenOffice.org Draw : full screen view -OpenOffice.org Draw : full-text search in Help -OpenOffice.org Draw : functions in reports -OpenOffice.org Draw : functions in reports;editing -OpenOffice.org Draw : Gallery -OpenOffice.org Draw : Gallery;adding pictures -OpenOffice.org Draw : Gallery;dragging pictures to draw objects -OpenOffice.org Draw : Gallery;hiding/showing -OpenOffice.org Draw : Gallery;inserting pictures from -OpenOffice.org Draw : geometric forms -OpenOffice.org Draw : German spellcheck -OpenOffice.org Draw : get method for form transmissions -OpenOffice.org Draw : getting support -OpenOffice.org Draw : GIF format -OpenOffice.org Draw : GIF images -OpenOffice.org Draw : GIF images;animating -OpenOffice.org Draw : GIF images;replacing colors -OpenOffice.org Draw : glossaries -OpenOffice.org Draw : glossaries;common terms -OpenOffice.org Draw : glossaries;Internet terms -OpenOffice.org Draw : glue points -OpenOffice.org Draw : glue points;editing -OpenOffice.org Draw : glue points;inserting -OpenOffice.org Draw : gradients -OpenOffice.org Draw : gradients;applying and defining -OpenOffice.org Draw : gradients;defining colors -OpenOffice.org Draw : gradients;loading lists -OpenOffice.org Draw : gradients;transparent -OpenOffice.org Draw : gradients off for faster printing -OpenOffice.org Draw : graphical text art -OpenOffice.org Draw : graphics -OpenOffice.org Draw : graphics;cache -OpenOffice.org Draw : graphics;protecting -OpenOffice.org Draw : graphics, see also pictures -OpenOffice.org Draw : grayscale display -OpenOffice.org Draw : grayscale printing -OpenOffice.org Draw : grid controls -OpenOffice.org Draw : grid controls;form functions -OpenOffice.org Draw : grids -OpenOffice.org Draw : grids;defaults (Writer/Calc) -OpenOffice.org Draw : grids;display options (Impress/Draw) -OpenOffice.org Draw : grids;displaying lines (Calc) -OpenOffice.org Draw : grids;formatting axes -OpenOffice.org Draw : grids;inserting in charts -OpenOffice.org Draw : group box creation -OpenOffice.org Draw : grouping -OpenOffice.org Draw : grouping;draw objects -OpenOffice.org Draw : groups -OpenOffice.org Draw : groups;entering/exiting/ungrouping -OpenOffice.org Draw : groups;naming -OpenOffice.org Draw : groups;of controls -OpenOffice.org Draw : guides -OpenOffice.org Draw : guides;display options (Impress/Draw) -OpenOffice.org Draw : guides;displaying when moving objects (Impress) -OpenOffice.org Draw : guides;editing -OpenOffice.org Draw : guides;inserting -OpenOffice.org Draw : guides;show snap lines icon -OpenOffice.org Draw : guides;showing (Calc) -OpenOffice.org Draw : guides;showing when moving frames (Writer) -OpenOffice.org Draw : gutter -OpenOffice.org Draw : half-spheres -OpenOffice.org Draw : hand icon for moving slides -OpenOffice.org Draw : handles -OpenOffice.org Draw : handles;displaying (Writer) -OpenOffice.org Draw : handles;large -OpenOffice.org Draw : handles;scaling -OpenOffice.org Draw : handles;showing simple/large handles (Calc) -OpenOffice.org Draw : handles;simple -OpenOffice.org Draw : handout printing -OpenOffice.org Draw : Hangul/Hanja -OpenOffice.org Draw : hatching -OpenOffice.org Draw : hatching -OpenOffice.org Draw : hatching;loading lists -OpenOffice.org Draw : headers -OpenOffice.org Draw : headers;backgrounds -OpenOffice.org Draw : headers and footers -OpenOffice.org Draw : headers and footers;master layouts -OpenOffice.org Draw : headers and footers;slide masters -OpenOffice.org Draw : headers and footers;slides -OpenOffice.org Draw : headings -OpenOffice.org Draw : headings;entering as text box -OpenOffice.org Draw : Hebrew -OpenOffice.org Draw : Hebrew;entering text -OpenOffice.org Draw : Hebrew;language settings -OpenOffice.org Draw : Help -OpenOffice.org Draw : Help;bookmarks -OpenOffice.org Draw : Help;extended tips on/off -OpenOffice.org Draw : Help;full-text search -OpenOffice.org Draw : Help;Help tips -OpenOffice.org Draw : Help;keywords -OpenOffice.org Draw : Help;navigation pane showing/hiding -OpenOffice.org Draw : Help;style sheets -OpenOffice.org Draw : Help;topics -OpenOffice.org Draw : Help Agent -OpenOffice.org Draw : Help Agent;help -OpenOffice.org Draw : Help Agent;options -OpenOffice.org Draw : Help tips -OpenOffice.org Draw : Help tips;hiding -OpenOffice.org Draw : hidden controls in Form Navigator -OpenOffice.org Draw : hidden fields display (Writer) -OpenOffice.org Draw : hidden pages -OpenOffice.org Draw : hidden pages;printing in presentations -OpenOffice.org Draw : hidden pages;showing -OpenOffice.org Draw : hidden text -OpenOffice.org Draw : hidden text;showing (Writer) -OpenOffice.org Draw : hiding -OpenOffice.org Draw : hiding;changes -OpenOffice.org Draw : hiding;chart legends -OpenOffice.org Draw : hiding;docked windows -OpenOffice.org Draw : hiding;layers -OpenOffice.org Draw : hiding;levels -OpenOffice.org Draw : hiding;navigation pane in Help window -OpenOffice.org Draw : hiding;slides -OpenOffice.org Draw : hiding;subpoints -OpenOffice.org Draw : high contrast mode -OpenOffice.org Draw : Hindi -OpenOffice.org Draw : Hindi;entering text -OpenOffice.org Draw : Hindi;language settings -OpenOffice.org Draw : horizontal scrollbars (Writer) -OpenOffice.org Draw : hot spots in flowcharts -OpenOffice.org Draw : HowTos for charts -OpenOffice.org Draw : Howtos for Draw -OpenOffice.org Draw : HTML -OpenOffice.org Draw : HTML;definition -OpenOffice.org Draw : HTML;export character set -OpenOffice.org Draw : HTML;exporting from presentations -OpenOffice.org Draw : HTML;fonts for source display -OpenOffice.org Draw : HTML;importing into presentations -OpenOffice.org Draw : HTML;importing META tags -OpenOffice.org Draw : HTML;inserting files -OpenOffice.org Draw : HTML;live presentations -OpenOffice.org Draw : HTML documents -OpenOffice.org Draw : HTML documents;auto reloading -OpenOffice.org Draw : HTML documents;importing/exporting -OpenOffice.org Draw : HTML documents;META tags in -OpenOffice.org Draw : HTML documents;new -OpenOffice.org Draw : HTML documents;source text -OpenOffice.org Draw : hyperlinks -OpenOffice.org Draw : hyperlinks;assigning macros -OpenOffice.org Draw : hyperlinks;character formats -OpenOffice.org Draw : hyperlinks;definition -OpenOffice.org Draw : hyperlinks;deleting -OpenOffice.org Draw : hyperlinks;editing -OpenOffice.org Draw : hyperlinks;inserting -OpenOffice.org Draw : hyperlinks;relative and absolute -OpenOffice.org Draw : hyperlinks;turning off automatic recognition -OpenOffice.org Draw : hyperlinks, see also links -OpenOffice.org Draw : hyphenation -OpenOffice.org Draw : hyphenation;activating for a language -OpenOffice.org Draw : hyphenation;minimal number of characters -OpenOffice.org Draw : hyphens -OpenOffice.org Draw : hyphens;displaying custom (Writer) -OpenOffice.org Draw : hyphens;inserting custom -OpenOffice.org Draw : icon bars, see toolbars -OpenOffice.org Draw : icon sizes -OpenOffice.org Draw : ignore list for spellcheck -OpenOffice.org Draw : illumination -OpenOffice.org Draw : illumination;3D charts -OpenOffice.org Draw : illustrations, see pictures -OpenOffice.org Draw : image button creation -OpenOffice.org Draw : image control creation -OpenOffice.org Draw : ImageMap -OpenOffice.org Draw : ImageMap;definition -OpenOffice.org Draw : ImageMap;editor -OpenOffice.org Draw : images -OpenOffice.org Draw : images;ImageMap -OpenOffice.org Draw : images;inserting -OpenOffice.org Draw : images;inserting and editing bitmaps -OpenOffice.org Draw : images;placeholders in presentations -OpenOffice.org Draw : images, see also pictures -OpenOffice.org Draw : IME -OpenOffice.org Draw : IME;definition -OpenOffice.org Draw : IME;showing/hiding -OpenOffice.org Draw : import filters -OpenOffice.org Draw : import restrictions for Microsoft Office -OpenOffice.org Draw : importing -OpenOffice.org Draw : importing;bitmaps -OpenOffice.org Draw : importing;compatibility settings for text import -OpenOffice.org Draw : importing;databases -OpenOffice.org Draw : importing;documents in other formats -OpenOffice.org Draw : importing;from XML -OpenOffice.org Draw : importing;HTML and text documents -OpenOffice.org Draw : importing;HTML with META tags -OpenOffice.org Draw : importing;Microsoft Office documents with VBA code -OpenOffice.org Draw : importing;presentations with HTML -OpenOffice.org Draw : importing;tables in text format -OpenOffice.org Draw : importing;templates -OpenOffice.org Draw : in front of object command -OpenOffice.org Draw : inches -OpenOffice.org Draw : including spreadsheets -OpenOffice.org Draw : increasing sizes of views -OpenOffice.org Draw : Index tab in Help -OpenOffice.org Draw : indexes -OpenOffice.org Draw : indexes;backgrounds -OpenOffice.org Draw : indexes;showing/hiding Help index tab -OpenOffice.org Draw : indexes;unprotecting -OpenOffice.org Draw : indicator lines in text -OpenOffice.org Draw : inner joins (Base) -OpenOffice.org Draw : input method window -OpenOffice.org Draw : insert mode for entering text -OpenOffice.org Draw : inserting -OpenOffice.org Draw : inserting;3D objects -OpenOffice.org Draw : inserting;applets -OpenOffice.org Draw : inserting;arrows -OpenOffice.org Draw : inserting;callouts in presentations -OpenOffice.org Draw : inserting;cell ranges from spreadsheets -OpenOffice.org Draw : inserting;charts -OpenOffice.org Draw : inserting;clipboard options -OpenOffice.org Draw : inserting;data from text documents -OpenOffice.org Draw : inserting;datasource records in spreadsheets -OpenOffice.org Draw : inserting;drawings -OpenOffice.org Draw : inserting;ellipses -OpenOffice.org Draw : inserting;files -OpenOffice.org Draw : inserting;floating frames -OpenOffice.org Draw : inserting;form fields -OpenOffice.org Draw : inserting;glue points -OpenOffice.org Draw : inserting;hyperlinks -OpenOffice.org Draw : inserting;layers -OpenOffice.org Draw : inserting;line breaks in cells -OpenOffice.org Draw : inserting;lines -OpenOffice.org Draw : inserting;movies/sounds -OpenOffice.org Draw : inserting;new text tables defaults -OpenOffice.org Draw : inserting;notes -OpenOffice.org Draw : inserting;objects from files -OpenOffice.org Draw : inserting;objects from Gallery -OpenOffice.org Draw : inserting;OLE objects -OpenOffice.org Draw : inserting;paragraph bullets -OpenOffice.org Draw : inserting;pictures -OpenOffice.org Draw : inserting;plug-ins -OpenOffice.org Draw : inserting;polygons -OpenOffice.org Draw : inserting;rectangles -OpenOffice.org Draw : inserting;slides -OpenOffice.org Draw : inserting;slides as links -OpenOffice.org Draw : inserting;slides from files -OpenOffice.org Draw : inserting;special characters -OpenOffice.org Draw : inserting;tab stops -OpenOffice.org Draw : inserting;text in presentations -OpenOffice.org Draw : installing -OpenOffice.org Draw : installing;ActiveX control -OpenOffice.org Draw : installing;mobile device filters -OpenOffice.org Draw : installing;UNO components -OpenOffice.org Draw : instructions -OpenOffice.org Draw : instructions;general -OpenOffice.org Draw : instructions;OpenOffice.org Draw -OpenOffice.org Draw : instructions;OpenOffice.org Impress -OpenOffice.org Draw : interactions -OpenOffice.org Draw : interactions;hot spots -OpenOffice.org Draw : interactions;objects in interactive presentations -OpenOffice.org Draw : interactions;preview -OpenOffice.org Draw : Internet -OpenOffice.org Draw : Internet;Internet Explorer for displaying OpenOffice.org documents -OpenOffice.org Draw : Internet;presentations -OpenOffice.org Draw : Internet;starting searches -OpenOffice.org Draw : Internet;turning off recognition of addresses -OpenOffice.org Draw : Internet glossary -OpenOffice.org Draw : intersecting draw objects -OpenOffice.org Draw : invert filter -OpenOffice.org Draw : invisible areas -OpenOffice.org Draw : italic text -OpenOffice.org Draw : iterative references in spreadsheets -OpenOffice.org Draw : Java -OpenOffice.org Draw : Java;definition -OpenOffice.org Draw : Java;scripting -OpenOffice.org Draw : Java;setting options -OpenOffice.org Draw : JDBC -OpenOffice.org Draw : JDBC;databases (Base) -OpenOffice.org Draw : JDBC;definition -OpenOffice.org Draw : joining -OpenOffice.org Draw : joining;3D objects -OpenOffice.org Draw : joining;paragraphs -OpenOffice.org Draw : joining;tables (Base) -OpenOffice.org Draw : joins in databases (Base) -OpenOffice.org Draw : justifying text -OpenOffice.org Draw : kerning -OpenOffice.org Draw : kerning;Asian texts -OpenOffice.org Draw : kerning;definition -OpenOffice.org Draw : kerning;in characters -OpenOffice.org Draw : key fields for relations (Base) -OpenOffice.org Draw : keyboard -OpenOffice.org Draw : keyboard;assigning/editing shortcut keys -OpenOffice.org Draw : keyboard;general commands -OpenOffice.org Draw : keyboard;removing numbering -OpenOffice.org Draw : keyboard;zooming -OpenOffice.org Draw : keys -OpenOffice.org Draw : keys;adding push buttons -OpenOffice.org Draw : keys;primary keys (Base) -OpenOffice.org Draw : kiosk export -OpenOffice.org Draw : labels -OpenOffice.org Draw : labels;creating and synchronizing -OpenOffice.org Draw : labels;for charts -OpenOffice.org Draw : labels;for draw objects -OpenOffice.org Draw : labels;form functions -OpenOffice.org Draw : labels;from databases -OpenOffice.org Draw : labels, see also names/callouts -OpenOffice.org Draw : languages -OpenOffice.org Draw : languages;activating modules -OpenOffice.org Draw : languages;Asian support -OpenOffice.org Draw : languages;complex text layout -OpenOffice.org Draw : languages;locale settings -OpenOffice.org Draw : languages;selecting -OpenOffice.org Draw : languages;setting options -OpenOffice.org Draw : languages;spellcheck -OpenOffice.org Draw : languages;spellchecking and formatting -OpenOffice.org Draw : large handles (Writer) -OpenOffice.org Draw : large icons -OpenOffice.org Draw : layer arrangement -OpenOffice.org Draw : layers -OpenOffice.org Draw : layers;definition -OpenOffice.org Draw : layers;deleting -OpenOffice.org Draw : layers;inserting and editing -OpenOffice.org Draw : layers;moving objects -OpenOffice.org Draw : layers;renaming -OpenOffice.org Draw : layers;working with -OpenOffice.org Draw : layout -OpenOffice.org Draw : layout;importing Word documents -OpenOffice.org Draw : layout;pages -OpenOffice.org Draw : layout;printing handouts -OpenOffice.org Draw : LDAP server -OpenOffice.org Draw : LDAP server;address books (Base) -OpenOffice.org Draw : LDAP server;sign on options -OpenOffice.org Draw : leading between paragraphs -OpenOffice.org Draw : left alignment of paragraphs -OpenOffice.org Draw : left joins (Base) -OpenOffice.org Draw : legends -OpenOffice.org Draw : legends;charts -OpenOffice.org Draw : legends;draw objects -OpenOffice.org Draw : legends;drawings -OpenOffice.org Draw : legends;rounding corners -OpenOffice.org Draw : Letter Wizard -OpenOffice.org Draw : levels -OpenOffice.org Draw : levels;depth stagger -OpenOffice.org Draw : levels;hiding -OpenOffice.org Draw : levels;showing -OpenOffice.org Draw : limits of tables (Writer) -OpenOffice.org Draw : line breaks -OpenOffice.org Draw : line breaks;in cells -OpenOffice.org Draw : line charts -OpenOffice.org Draw : line spacing -OpenOffice.org Draw : line spacing;context menu in paragraphs -OpenOffice.org Draw : line spacing;paragraph -OpenOffice.org Draw : line styles -OpenOffice.org Draw : line styles;applying -OpenOffice.org Draw : line styles;defining -OpenOffice.org Draw : line styles;loading -OpenOffice.org Draw : lines -OpenOffice.org Draw : lines;about line ends -OpenOffice.org Draw : lines;connecting objects -OpenOffice.org Draw : lines;contours (Draw/Impress) -OpenOffice.org Draw : lines;defining ends -OpenOffice.org Draw : lines;draw functions -OpenOffice.org Draw : lines;drawing -OpenOffice.org Draw : lines;drawing in text -OpenOffice.org Draw : lines;editing points -OpenOffice.org Draw : lines;inserting -OpenOffice.org Draw : lines;removing automatic lines -OpenOffice.org Draw : Lines and Page Breaks feature in Microsoft Office -OpenOffice.org Draw : lines of text -OpenOffice.org Draw : lines of text;alignment -OpenOffice.org Draw : links -OpenOffice.org Draw : links;between cells and controls -OpenOffice.org Draw : links;by drag and drop -OpenOffice.org Draw : links;character formats -OpenOffice.org Draw : links;definition -OpenOffice.org Draw : links;editing hyperlinks -OpenOffice.org Draw : links;inserting -OpenOffice.org Draw : links;modifying -OpenOffice.org Draw : links;opening files with -OpenOffice.org Draw : links;relational databases (Base) -OpenOffice.org Draw : links;turning off automatic recognition -OpenOffice.org Draw : links;updating options (Writer) -OpenOffice.org Draw : links;updating specific links -OpenOffice.org Draw : list box creation -OpenOffice.org Draw : lists -OpenOffice.org Draw : lists;animations -OpenOffice.org Draw : lists;data assigned to controls -OpenOffice.org Draw : lists;registered databases (Base) -OpenOffice.org Draw : lists;regular expressions -OpenOffice.org Draw : live presentations on the Internet -OpenOffice.org Draw : loading -OpenOffice.org Draw : loading;arrow and line styles -OpenOffice.org Draw : loading;colors/gradients/hatchings -OpenOffice.org Draw : loading;documents -OpenOffice.org Draw : loading;documents from other formats -OpenOffice.org Draw : loading;HTML documents, automatically -OpenOffice.org Draw : loading;Microsoft Office documents with VBA code -OpenOffice.org Draw : loading;reloading -OpenOffice.org Draw : loading;XML files -OpenOffice.org Draw : locale settings -OpenOffice.org Draw : locking layers -OpenOffice.org Draw : logarithmic scaling along axes -OpenOffice.org Draw : lowercase letters -OpenOffice.org Draw : lowercase letters;font effects -OpenOffice.org Draw : Macromedia Flash export -OpenOffice.org Draw : macros -OpenOffice.org Draw : macros;assigning to events in forms -OpenOffice.org Draw : macros;in MS Office documents -OpenOffice.org Draw : macros;interrupting -OpenOffice.org Draw : macros;organizing -OpenOffice.org Draw : macros;recording -OpenOffice.org Draw : macros;running in presentations -OpenOffice.org Draw : macros;security -OpenOffice.org Draw : macros;security warning dialog -OpenOffice.org Draw : macros;selecting security warnings -OpenOffice.org Draw : magnetic lines in presentations -OpenOffice.org Draw : magnifiers -OpenOffice.org Draw : Mail Merge feature in Microsoft Office -OpenOffice.org Draw : margins -OpenOffice.org Draw : margins;pages -OpenOffice.org Draw : margins;setting with the mouse -OpenOffice.org Draw : margins;shadows -OpenOffice.org Draw : marking changes -OpenOffice.org Draw : Markup feature in Microsoft Office -OpenOffice.org Draw : master layouts with headers and footers -OpenOffice.org Draw : master pages, see slide masters -OpenOffice.org Draw : master views -OpenOffice.org Draw : Math formula editor -OpenOffice.org Draw : measurement units -OpenOffice.org Draw : measurement units;changing on rulers -OpenOffice.org Draw : measurement units;converting -OpenOffice.org Draw : measurement units;selecting -OpenOffice.org Draw : Media Player window -OpenOffice.org Draw : menus -OpenOffice.org Draw : menus;activating context menus -OpenOffice.org Draw : menus;customizing -OpenOffice.org Draw : menus;inactive menu items -OpenOffice.org Draw : merging -OpenOffice.org Draw : merging;documents -OpenOffice.org Draw : merging;draw objects -OpenOffice.org Draw : META tags -OpenOffice.org Draw : metafiles -OpenOffice.org Draw : metafiles;converting to -OpenOffice.org Draw : metafiles;replacing colors -OpenOffice.org Draw : metrics -OpenOffice.org Draw : metrics;converting -OpenOffice.org Draw : metrics;document formatting (Writer) -OpenOffice.org Draw : metrics;in sheets -OpenOffice.org Draw : Microsoft Office -OpenOffice.org Draw : Microsoft Office;Access databases (base) -OpenOffice.org Draw : Microsoft Office;as standard file format -OpenOffice.org Draw : Microsoft Office;document import restrictions -OpenOffice.org Draw : Microsoft Office;feature comparisons -OpenOffice.org Draw : Microsoft Office;importing password protected files -OpenOffice.org Draw : Microsoft Office;importing Word documents -OpenOffice.org Draw : Microsoft Office;importing/exporting VBA code -OpenOffice.org Draw : Microsoft Office;new users information -OpenOffice.org Draw : Microsoft Office;opening Microsoft documents -OpenOffice.org Draw : Microsoft Office;reassigning document types -OpenOffice.org Draw : mirroring objects -OpenOffice.org Draw : mobile device filters -OpenOffice.org Draw : models in XForms -OpenOffice.org Draw : modifying, see changing -OpenOffice.org Draw : more controls -OpenOffice.org Draw : mosaic filter -OpenOffice.org Draw : motion paths -OpenOffice.org Draw : mouse -OpenOffice.org Draw : mouse;pointers when using drag and drop -OpenOffice.org Draw : mouse;positioning -OpenOffice.org Draw : moving -OpenOffice.org Draw : moving;between layers -OpenOffice.org Draw : moving;objects in slides -OpenOffice.org Draw : moving;tab stops on ruler -OpenOffice.org Draw : moving;toolbars -OpenOffice.org Draw : moving;using guide lines in presentations -OpenOffice.org Draw : MS ADO interface (Base) -OpenOffice.org Draw : multi-line titles in forms -OpenOffice.org Draw : multiple documents -OpenOffice.org Draw : multiple documents;opening -OpenOffice.org Draw : multiple monitors -OpenOffice.org Draw : multiplying draw objects -OpenOffice.org Draw : My Documents folder -OpenOffice.org Draw : My Documents folder;changing work directory -OpenOffice.org Draw : My Documents folder;opening -OpenOffice.org Draw : MySQL databases (Base) -OpenOffice.org Draw : names -OpenOffice.org Draw : names;multi-line titles -OpenOffice.org Draw : names;objects -OpenOffice.org Draw : names, see also labels/callouts -OpenOffice.org Draw : namespace organization in XForms -OpenOffice.org Draw : native SQL (Base) -OpenOffice.org Draw : navigating -OpenOffice.org Draw : navigating;in documents -OpenOffice.org Draw : Navigation bar -OpenOffice.org Draw : Navigation bar;controls -OpenOffice.org Draw : Navigation bar;forms -OpenOffice.org Draw : Navigator -OpenOffice.org Draw : Navigator;contents as lists -OpenOffice.org Draw : Navigator;docking -OpenOffice.org Draw : Navigator;presentations -OpenOffice.org Draw : Navigator;working with -OpenOffice.org Draw : net charts -OpenOffice.org Draw : network identity options -OpenOffice.org Draw : new databases -OpenOffice.org Draw : new documents -OpenOffice.org Draw : new German spellcheck -OpenOffice.org Draw : new lines in cells -OpenOffice.org Draw : new windows -OpenOffice.org Draw : non-breaking dashes -OpenOffice.org Draw : non-breaking spaces (Writer) -OpenOffice.org Draw : non-printing characters (Writer) -OpenOffice.org Draw : normal view -OpenOffice.org Draw : normal view;backgrounds -OpenOffice.org Draw : normal view;presentations -OpenOffice.org Draw : notes -OpenOffice.org Draw : notes;adding to slides -OpenOffice.org Draw : notes;default formatting -OpenOffice.org Draw : notes;displaying (Calc) -OpenOffice.org Draw : notes;inserting and editing -OpenOffice.org Draw : notes;printing in presentations -OpenOffice.org Draw : notes;printing in text -OpenOffice.org Draw : number formats -OpenOffice.org Draw : number formats;codes -OpenOffice.org Draw : number formats;formats -OpenOffice.org Draw : number formats;recognition in text tables -OpenOffice.org Draw : number of pages -OpenOffice.org Draw : number of sheets -OpenOffice.org Draw : number of tables -OpenOffice.org Draw : numbering -OpenOffice.org Draw : numbering;options -OpenOffice.org Draw : numbering;paragraphs -OpenOffice.org Draw : numbering;turning off -OpenOffice.org Draw : numbering;using automatically -OpenOffice.org Draw : numbers -OpenOffice.org Draw : numbers;date, time and currency formats -OpenOffice.org Draw : numbers;decimal places (Calc) -OpenOffice.org Draw : numbers;formatting options for selected cells -OpenOffice.org Draw : numerical fields in forms -OpenOffice.org Draw : object bars -OpenOffice.org Draw : object bars;editing glue points -OpenOffice.org Draw : objects -OpenOffice.org Draw : objects;aligning -OpenOffice.org Draw : objects;always moveable (Impress/Draw) -OpenOffice.org Draw : objects;arranging within stacks -OpenOffice.org Draw : objects;behind object command -OpenOffice.org Draw : objects;breaking connections -OpenOffice.org Draw : objects;contours in presentations -OpenOffice.org Draw : objects;copying when moving in presentations -OpenOffice.org Draw : objects;definition -OpenOffice.org Draw : objects;displaying in spreadsheets -OpenOffice.org Draw : objects;displaying in text documents -OpenOffice.org Draw : objects;editing -OpenOffice.org Draw : objects;effects -OpenOffice.org Draw : objects;in front of object command -OpenOffice.org Draw : objects;inserting from files -OpenOffice.org Draw : objects;inserting from Gallery -OpenOffice.org Draw : objects;inserting OLE objects -OpenOffice.org Draw : objects;moving along paths -OpenOffice.org Draw : objects;moving and resizing with mouse -OpenOffice.org Draw : objects;moving in layers -OpenOffice.org Draw : objects;moving in slides -OpenOffice.org Draw : objects;naming -OpenOffice.org Draw : objects;opening -OpenOffice.org Draw : objects;properties of charts -OpenOffice.org Draw : objects;quickly moving to -OpenOffice.org Draw : objects;reversing -OpenOffice.org Draw : objects;selecting -OpenOffice.org Draw : objects;titles and descriptions -OpenOffice.org Draw : objects;with attributes -OpenOffice.org Draw : ODBC -OpenOffice.org Draw : ODBC;database (Base) -OpenOffice.org Draw : ODBC;definition -OpenOffice.org Draw : ODF file formats -OpenOffice.org Draw : Office -OpenOffice.org Draw : Office;Microsoft Office and OpenOffice.org -OpenOffice.org Draw : old German spellcheck -OpenOffice.org Draw : OLE -OpenOffice.org Draw : OLE;definition -OpenOffice.org Draw : OLE objects -OpenOffice.org Draw : OLE objects;arranging within stacks -OpenOffice.org Draw : OLE objects;captions (Writer) -OpenOffice.org Draw : OLE objects;inserting -OpenOffice.org Draw : OLE objects;number of -OpenOffice.org Draw : OLE objects;protecting -OpenOffice.org Draw : one and a half line spacing in text -OpenOffice.org Draw : online registration -OpenOffice.org Draw : online update options -OpenOffice.org Draw : online updates -OpenOffice.org Draw : online updates;checking automatically -OpenOffice.org Draw : online updates;checking manually -OpenOffice.org Draw : Open/Save dialogs -OpenOffice.org Draw : OpenDocument file formats -OpenOffice.org Draw : OpenGL -OpenOffice.org Draw : OpenGL;definition -OpenOffice.org Draw : OpenGL;optimized output -OpenOffice.org Draw : opening -OpenOffice.org Draw : opening;context menus -OpenOffice.org Draw : opening;database files -OpenOffice.org Draw : opening;dialog settings -OpenOffice.org Draw : opening;documents -OpenOffice.org Draw : opening;documents from other formats -OpenOffice.org Draw : opening;files with links -OpenOffice.org Draw : opening;files, with placeholders -OpenOffice.org Draw : opening;forms -OpenOffice.org Draw : opening;Microsoft Office files -OpenOffice.org Draw : opening;mobile device documents -OpenOffice.org Draw : opening;objects -OpenOffice.org Draw : opening;reports -OpenOffice.org Draw : opening;several files -OpenOffice.org Draw : opening;XForms -OpenOffice.org Draw : OpenOffice.org Base data sources -OpenOffice.org Draw : OpenOffice.org Basic scripts in HTML documents -OpenOffice.org Draw : OpenOffice.org documents -OpenOffice.org Draw : OpenOffice.org documents;mobile device filters -OpenOffice.org Draw : OpenOffice.org documents;viewing and editing in Internet Explorer -OpenOffice.org Draw : OpenOffice.org Impress instructions -OpenOffice.org Draw : OpenOffice.org Math start -OpenOffice.org Draw : operators -OpenOffice.org Draw : operators;default filters -OpenOffice.org Draw : optional hyphens (Writer) -OpenOffice.org Draw : options -OpenOffice.org Draw : options;accessibility -OpenOffice.org Draw : options;appearance -OpenOffice.org Draw : options;compatibility (Writer) -OpenOffice.org Draw : options;network identity -OpenOffice.org Draw : options;online update -OpenOffice.org Draw : options;tools -OpenOffice.org Draw : Oracle databases (base) -OpenOffice.org Draw : order of chart data -OpenOffice.org Draw : ordering -OpenOffice.org Draw : ordering;objects -OpenOffice.org Draw : ordering;slides -OpenOffice.org Draw : organization charts -OpenOffice.org Draw : organizing -OpenOffice.org Draw : organizing;macros and scripts -OpenOffice.org Draw : organizing;namespaces in XForms -OpenOffice.org Draw : organizing;styles -OpenOffice.org Draw : organizing;templates -OpenOffice.org Draw : origin of rulers -OpenOffice.org Draw : original size -OpenOffice.org Draw : original size;printing in OpenOffice.org Math -OpenOffice.org Draw : original size;restoring after cropping -OpenOffice.org Draw : outline view -OpenOffice.org Draw : outlines -OpenOffice.org Draw : outlines;font effects -OpenOffice.org Draw : outlines;outline symbols -OpenOffice.org Draw : outlines;printing -OpenOffice.org Draw : outlines;sending to presentations -OpenOffice.org Draw : overwrite mode -OpenOffice.org Draw : packages, see extensions -OpenOffice.org Draw : page breaks -OpenOffice.org Draw : page breaks;displaying (Calc) -OpenOffice.org Draw : page formats -OpenOffice.org Draw : page formats;maximizing -OpenOffice.org Draw : page formats;restriction -OpenOffice.org Draw : page number field -OpenOffice.org Draw : page numbers on all slides -OpenOffice.org Draw : page styles -OpenOffice.org Draw : page styles;editing/applying with statusbar -OpenOffice.org Draw : pages -OpenOffice.org Draw : pages;backgrounds in spreadsheets -OpenOffice.org Draw : pages;copying -OpenOffice.org Draw : pages;fitting to printed pages -OpenOffice.org Draw : pages;formatting and numbering -OpenOffice.org Draw : pages;printing page names in presentations -OpenOffice.org Draw : pages;scaling -OpenOffice.org Draw : pages;selecting one to print -OpenOffice.org Draw : paint box -OpenOffice.org Draw : paint can symbol -OpenOffice.org Draw : pair kerning -OpenOffice.org Draw : Palm file filters -OpenOffice.org Draw : paper formats -OpenOffice.org Draw : paper size warning -OpenOffice.org Draw : paper trays -OpenOffice.org Draw : paragraph marks -OpenOffice.org Draw : paragraph marks;displaying (Writer) -OpenOffice.org Draw : paragraph styles -OpenOffice.org Draw : paragraph styles;languages -OpenOffice.org Draw : paragraph styles;modifying basic fonts -OpenOffice.org Draw : paragraphs -OpenOffice.org Draw : paragraphs;alignment -OpenOffice.org Draw : paragraphs;Asian typography -OpenOffice.org Draw : paragraphs;backgrounds -OpenOffice.org Draw : paragraphs;defining borders -OpenOffice.org Draw : paragraphs;hidden paragraphs (Writer) -OpenOffice.org Draw : paragraphs;increasing indents of -OpenOffice.org Draw : paragraphs;indents, margins and columns -OpenOffice.org Draw : paragraphs;inserting bullets -OpenOffice.org Draw : paragraphs;joining -OpenOffice.org Draw : paragraphs;numbering automatically -OpenOffice.org Draw : paragraphs;removing blank ones -OpenOffice.org Draw : paragraphs;spacing -OpenOffice.org Draw : paragraphs;tab stops -OpenOffice.org Draw : parameters -OpenOffice.org Draw : parameters;command line -OpenOffice.org Draw : parameters;queries (Base) -OpenOffice.org Draw : passwords for protecting contents -OpenOffice.org Draw : pasting -OpenOffice.org Draw : pasting;cell ranges -OpenOffice.org Draw : pasting;cell ranges from spreadsheets -OpenOffice.org Draw : pasting;data from text documents -OpenOffice.org Draw : pasting;draw objects -OpenOffice.org Draw : pasting;draw objects from other documents -OpenOffice.org Draw : pasting;formatted/unformatted text -OpenOffice.org Draw : pasting;from data source view -OpenOffice.org Draw : pasting;from data sources to OpenOffice.org Calc -OpenOffice.org Draw : pasting;pictures from other documents -OpenOffice.org Draw : pasting;sheet areas in text documents -OpenOffice.org Draw : pasting;slides from other presentations -OpenOffice.org Draw : pasting;text from other documents -OpenOffice.org Draw : pasting;to Gallery -OpenOffice.org Draw : paths -OpenOffice.org Draw : paths;changing work directory -OpenOffice.org Draw : paths;defaults -OpenOffice.org Draw : paths;moving objects along -OpenOffice.org Draw : pattern editor -OpenOffice.org Draw : pattern fields -OpenOffice.org Draw : pattern fields;form functions -OpenOffice.org Draw : patterns for objects -OpenOffice.org Draw : PDF -OpenOffice.org Draw : PDF;export -OpenOffice.org Draw : PDF;PostScript to PDF converter, UNIX -OpenOffice.org Draw : personal data input -OpenOffice.org Draw : phonetic guide -OpenOffice.org Draw : picklist creation -OpenOffice.org Draw : pictures -OpenOffice.org Draw : pictures;adding to Gallery -OpenOffice.org Draw : pictures;arranging within stacks -OpenOffice.org Draw : pictures;assigning macros -OpenOffice.org Draw : pictures;backgrounds -OpenOffice.org Draw : pictures;captions (Writer) -OpenOffice.org Draw : pictures;changing paths -OpenOffice.org Draw : pictures;cropping and zooming -OpenOffice.org Draw : pictures;displaying in Calc -OpenOffice.org Draw : pictures;displaying in Writer (Writer) -OpenOffice.org Draw : pictures;drag and drop between documents -OpenOffice.org Draw : pictures;drawing -OpenOffice.org Draw : pictures;editing -OpenOffice.org Draw : pictures;filters -OpenOffice.org Draw : pictures;ImageMap -OpenOffice.org Draw : pictures;inserting -OpenOffice.org Draw : pictures;inserting automatically -OpenOffice.org Draw : pictures;inserting from Gallery -OpenOffice.org Draw : pictures;number of -OpenOffice.org Draw : pictures;printing -OpenOffice.org Draw : pictures;scaling/resizing -OpenOffice.org Draw : pie charts -OpenOffice.org Draw : pivot points of draw objects -OpenOffice.org Draw : Pivot tables feature in Microsoft Office -OpenOffice.org Draw : pixel editor -OpenOffice.org Draw : pixel graphics -OpenOffice.org Draw : pixel graphics;inserting and editing -OpenOffice.org Draw : pixel patterns -OpenOffice.org Draw : placeholders -OpenOffice.org Draw : placeholders;in SQL queries -OpenOffice.org Draw : placeholders;on opening files -OpenOffice.org Draw : placing toolbars -OpenOffice.org Draw : playing movies and sound files -OpenOffice.org Draw : plotting data as charts -OpenOffice.org Draw : plug-ins -OpenOffice.org Draw : plug-ins;activating and deactivating -OpenOffice.org Draw : plug-ins;definition -OpenOffice.org Draw : plug-ins;inserting -OpenOffice.org Draw : pocket device appliances -OpenOffice.org Draw : Pocket PC file filters -OpenOffice.org Draw : points -OpenOffice.org Draw : points;reducing editing points when snapping (Impress/Draw) -OpenOffice.org Draw : polygon drawing -OpenOffice.org Draw : polygons -OpenOffice.org Draw : polygons;inserting -OpenOffice.org Draw : polygons;intersecting/subtracting/merging -OpenOffice.org Draw : pop-art filter -OpenOffice.org Draw : portable document format -OpenOffice.org Draw : positioning -OpenOffice.org Draw : positioning;draw objects and controls -OpenOffice.org Draw : positioning;fonts -OpenOffice.org Draw : positioning;objects -OpenOffice.org Draw : positioning;toolbars -OpenOffice.org Draw : post method for form transmissions -OpenOffice.org Draw : posterizing filter -OpenOffice.org Draw : PostScript -OpenOffice.org Draw : PostScript;creating files -OpenOffice.org Draw : PostScript;PDF converter, UNIX -OpenOffice.org Draw : PowerPoint export -OpenOffice.org Draw : precision as shown (Calc) -OpenOffice.org Draw : predefining fonts -OpenOffice.org Draw : presentations -OpenOffice.org Draw : presentations;arranging slides -OpenOffice.org Draw : presentations;creating/opening -OpenOffice.org Draw : presentations;exiting by interaction -OpenOffice.org Draw : presentations;exporting to HTML -OpenOffice.org Draw : presentations;importing HTML -OpenOffice.org Draw : presentations;inserting spreadsheet cells -OpenOffice.org Draw : presentations;inserting spreadsheets -OpenOffice.org Draw : presentations;live on the Internet -OpenOffice.org Draw : presentations;navigating -OpenOffice.org Draw : presentations;numbering slides in -OpenOffice.org Draw : presentations;ordering of effects -OpenOffice.org Draw : presentations;print menu -OpenOffice.org Draw : presentations;printing -OpenOffice.org Draw : presentations;rehearse timings -OpenOffice.org Draw : presentations;saving -OpenOffice.org Draw : presentations;saving automatically -OpenOffice.org Draw : presentations;saving in other formats -OpenOffice.org Draw : presentations;sending as e-mail -OpenOffice.org Draw : presentations;settings for -OpenOffice.org Draw : presentations;shortcut keys -OpenOffice.org Draw : presentations;starting -OpenOffice.org Draw : presentations;starting with wizard -OpenOffice.org Draw : presentations;window / full screen -OpenOffice.org Draw : presentations;wizards -OpenOffice.org Draw : press buttons, see push buttons -OpenOffice.org Draw : previews -OpenOffice.org Draw : previews;fonts lists -OpenOffice.org Draw : primary keys -OpenOffice.org Draw : primary keys;defining -OpenOffice.org Draw : primary keys;inserting (Base) -OpenOffice.org Draw : print area selection -OpenOffice.org Draw : printer metrics for document formatting (Writer) -OpenOffice.org Draw : printers -OpenOffice.org Draw : printers;adding, UNIX -OpenOffice.org Draw : printers;choosing -OpenOffice.org Draw : printers;default printer -OpenOffice.org Draw : printers;faxes under UNIX -OpenOffice.org Draw : printers;maximum page formats -OpenOffice.org Draw : printers;paper trays -OpenOffice.org Draw : printers;properties -OpenOffice.org Draw : printing -OpenOffice.org Draw : printing;black and white -OpenOffice.org Draw : printing;brochures -OpenOffice.org Draw : printing;colors in grayscale -OpenOffice.org Draw : printing;copies -OpenOffice.org Draw : printing;creating individual jobs -OpenOffice.org Draw : printing;dates in presentations -OpenOffice.org Draw : printing;directly -OpenOffice.org Draw : printing;documents -OpenOffice.org Draw : printing;drawings defaults -OpenOffice.org Draw : printing;elements in text documents -OpenOffice.org Draw : printing;faster -OpenOffice.org Draw : printing;fitting to pages in OpenOffice.org Math -OpenOffice.org Draw : printing;fitting to pages in presentations -OpenOffice.org Draw : printing;fitting to paper -OpenOffice.org Draw : printing;formulas in OpenOffice.org Math -OpenOffice.org Draw : printing;hidden pages of presentations -OpenOffice.org Draw : printing;in original size in OpenOffice.org Math -OpenOffice.org Draw : printing;left/right pages -OpenOffice.org Draw : printing;presentations -OpenOffice.org Draw : printing;queries (Base) -OpenOffice.org Draw : printing;scaling in OpenOffice.org Math -OpenOffice.org Draw : printing;selections -OpenOffice.org Draw : printing;text always in black -OpenOffice.org Draw : printing;text in reverse order -OpenOffice.org Draw : printing;tiling pages in presentations -OpenOffice.org Draw : printing;transparencies -OpenOffice.org Draw : printing;warnings -OpenOffice.org Draw : printing;without scaling in presentations -OpenOffice.org Draw : printing speed -OpenOffice.org Draw : programming -OpenOffice.org Draw : programming;OpenOffice.org -OpenOffice.org Draw : programming;scripting -OpenOffice.org Draw : programs run by mouse click in presentations -OpenOffice.org Draw : properties -OpenOffice.org Draw : properties;charts -OpenOffice.org Draw : properties;fields in databases -OpenOffice.org Draw : properties;files -OpenOffice.org Draw : properties;form controls -OpenOffice.org Draw : properties;forms -OpenOffice.org Draw : properties;printers -OpenOffice.org Draw : properties;smooth lines in line charts/XY charts -OpenOffice.org Draw : protected contents -OpenOffice.org Draw : protected dashes -OpenOffice.org Draw : protected database tables -OpenOffice.org Draw : protected documents -OpenOffice.org Draw : protected spaces -OpenOffice.org Draw : protected spaces;inserting -OpenOffice.org Draw : protected spaces;showing (Writer) -OpenOffice.org Draw : protecting -OpenOffice.org Draw : protecting;contents -OpenOffice.org Draw : protecting;recorded changes -OpenOffice.org Draw : proxy settings -OpenOffice.org Draw : push buttons -OpenOffice.org Draw : push buttons;adding to documents -OpenOffice.org Draw : push buttons;creating -OpenOffice.org Draw : pyramids -OpenOffice.org Draw : queries -OpenOffice.org Draw : queries;copying (Base) -OpenOffice.org Draw : queries;creating in design view (Base) -OpenOffice.org Draw : queries;creating in SQL view -OpenOffice.org Draw : queries;defining (Base) -OpenOffice.org Draw : queries;deleting table links (Base) -OpenOffice.org Draw : queries;editing in data source view -OpenOffice.org Draw : queries;formulating filter conditions (Base) -OpenOffice.org Draw : queries;joining tables (Base) -OpenOffice.org Draw : queries;missing elements (Base) -OpenOffice.org Draw : queries;overview (Base) -OpenOffice.org Draw : queries;parameter queries (Base) -OpenOffice.org Draw : queries;printing (Base) -OpenOffice.org Draw : Query Wizard (Base) -OpenOffice.org Draw : quickstarter -OpenOffice.org Draw : quotation marks -OpenOffice.org Draw : quotation marks;replacing -OpenOffice.org Draw : quotes -OpenOffice.org Draw : quotes;custom -OpenOffice.org Draw : radar charts, see net charts -OpenOffice.org Draw : radio button creation -OpenOffice.org Draw : read-only documents -OpenOffice.org Draw : read-only documents;cursor -OpenOffice.org Draw : read-only documents;database tables on/off -OpenOffice.org Draw : read-only documents;editing -OpenOffice.org Draw : read-only documents;opening documents as -OpenOffice.org Draw : read-only items in Data Navigator -OpenOffice.org Draw : recognizing URLs automatically -OpenOffice.org Draw : recording -OpenOffice.org Draw : recording;changes -OpenOffice.org Draw : recording;display times for slides -OpenOffice.org Draw : recording;macros -OpenOffice.org Draw : records -OpenOffice.org Draw : records;inserting notes -OpenOffice.org Draw : records;protecting -OpenOffice.org Draw : records;saving -OpenOffice.org Draw : records;searching in databases -OpenOffice.org Draw : rectangles -OpenOffice.org Draw : rectangles with round corners -OpenOffice.org Draw : recursions in spreadsheets -OpenOffice.org Draw : redo command -OpenOffice.org Draw : reduced printing -OpenOffice.org Draw : reference lines -OpenOffice.org Draw : references -OpenOffice.org Draw : references;displaying in color (Calc) -OpenOffice.org Draw : references;expanding (Calc) -OpenOffice.org Draw : references;iterative (Calc) -OpenOffice.org Draw : Refresh Data feature in Microsoft Office -OpenOffice.org Draw : register-true -OpenOffice.org Draw : register-true;definition -OpenOffice.org Draw : registering -OpenOffice.org Draw : registering;address books -OpenOffice.org Draw : registering;databases (Base) -OpenOffice.org Draw : registering;OpenOffice.org -OpenOffice.org Draw : regression curves in charts -OpenOffice.org Draw : regular expressions -OpenOffice.org Draw : regular expressions;list of -OpenOffice.org Draw : regular expressions;opening files -OpenOffice.org Draw : rehearse timings -OpenOffice.org Draw : relational databases (Base) -OpenOffice.org Draw : relations -OpenOffice.org Draw : relations;creating and deleting (Base) -OpenOffice.org Draw : relations;joining tables (Base) -OpenOffice.org Draw : relations;properties (Base) -OpenOffice.org Draw : relative hyperlinks -OpenOffice.org Draw : relative saving of URLs -OpenOffice.org Draw : reloading -OpenOffice.org Draw : reloading;documents -OpenOffice.org Draw : reloading;HTML documents, automatically -OpenOffice.org Draw : remarks, see also notes -OpenOffice.org Draw : remote configurations -OpenOffice.org Draw : remove noise filter -OpenOffice.org Draw : removing -OpenOffice.org Draw : removing;bullets and numbering -OpenOffice.org Draw : removing;form filters -OpenOffice.org Draw : removing, see also deleting -OpenOffice.org Draw : renaming layers -OpenOffice.org Draw : reorganizing charts -OpenOffice.org Draw : Replace text as you type feature in Microsoft Office -OpenOffice.org Draw : replacement options -OpenOffice.org Draw : replacement table -OpenOffice.org Draw : replacing -OpenOffice.org Draw : replacing;AutoCorrect function -OpenOffice.org Draw : replacing;colors in bitmaps -OpenOffice.org Draw : replacing;dashes -OpenOffice.org Draw : Report Builder -OpenOffice.org Draw : reports -OpenOffice.org Draw : reports;creating -OpenOffice.org Draw : reports;error reports -OpenOffice.org Draw : reports;opening and editing -OpenOffice.org Draw : reports;templates -OpenOffice.org Draw : resetting -OpenOffice.org Draw : resetting;templates -OpenOffice.org Draw : resizing -OpenOffice.org Draw : resizing;objects, by mouse -OpenOffice.org Draw : resizing, see also scaling/zooming -OpenOffice.org Draw : resolution when printing bitmaps -OpenOffice.org Draw : restoring -OpenOffice.org Draw : restoring;default formatting -OpenOffice.org Draw : restoring;editing -OpenOffice.org Draw : reversing objects -OpenOffice.org Draw : reversing printing order -OpenOffice.org Draw : review function -OpenOffice.org Draw : review function;accepting or rejecting changes -OpenOffice.org Draw : review function;comparing documents -OpenOffice.org Draw : review function;recording changes example -OpenOffice.org Draw : rich text control -OpenOffice.org Draw : right alignment of paragraphs -OpenOffice.org Draw : right joins (Base) -OpenOffice.org Draw : right-to-left text -OpenOffice.org Draw : rotating -OpenOffice.org Draw : rotating;3D text -OpenOffice.org Draw : rotating;draw objects -OpenOffice.org Draw : rotation mode -OpenOffice.org Draw : round corners -OpenOffice.org Draw : rounding precision (Calc) -OpenOffice.org Draw : row headers -OpenOffice.org Draw : row headers;displaying (Calc) -OpenOffice.org Draw : row headers;highlighting (Calc) -OpenOffice.org Draw : rulers -OpenOffice.org Draw : rulers;default settings -OpenOffice.org Draw : rulers;in presentations -OpenOffice.org Draw : rulers;measurement units -OpenOffice.org Draw : rulers;visible in presentations -OpenOffice.org Draw : running macros/programs in presentations -OpenOffice.org Draw : running slide shows -OpenOffice.org Draw : samples and templates -OpenOffice.org Draw : saving -OpenOffice.org Draw : saving;as HTML -OpenOffice.org Draw : saving;default file formats -OpenOffice.org Draw : saving;dialog settings -OpenOffice.org Draw : saving;documents -OpenOffice.org Draw : saving;documents for mobile devices -OpenOffice.org Draw : saving;documents in other formats -OpenOffice.org Draw : saving;documents, automatically -OpenOffice.org Draw : saving;in Microsoft Office file format -OpenOffice.org Draw : saving;options -OpenOffice.org Draw : saving;templates -OpenOffice.org Draw : saving;to XML -OpenOffice.org Draw : saving;VBA code in Microsoft Office documents -OpenOffice.org Draw : saving;with password by default -OpenOffice.org Draw : saving as command -OpenOffice.org Draw : saving as command;precautions -OpenOffice.org Draw : scaling -OpenOffice.org Draw : scaling;axes -OpenOffice.org Draw : scaling;font sizes in user interface -OpenOffice.org Draw : scaling;objects -OpenOffice.org Draw : scaling;pictures -OpenOffice.org Draw : scaling;printing in OpenOffice.org Math -OpenOffice.org Draw : scaling;text in charts -OpenOffice.org Draw : scaling;when printing presentations -OpenOffice.org Draw : scaling, see also zooming -OpenOffice.org Draw : scatter charts -OpenOffice.org Draw : screen -OpenOffice.org Draw : screen;full screen views -OpenOffice.org Draw : screen;scaling -OpenOffice.org Draw : screen magnifiers -OpenOffice.org Draw : screen readers -OpenOffice.org Draw : script organization -OpenOffice.org Draw : scripting in programming -OpenOffice.org Draw : scrollbars -OpenOffice.org Draw : scrollbars;controls -OpenOffice.org Draw : scrollbars;displaying (Calc) -OpenOffice.org Draw : scrollbars;horizontal and vertical (Writer) -OpenOffice.org Draw : search criteria for database functions in cells -OpenOffice.org Draw : search engines -OpenOffice.org Draw : search engines;definition -OpenOffice.org Draw : search engines;selecting -OpenOffice.org Draw : searching -OpenOffice.org Draw : searching;all sheets -OpenOffice.org Draw : searching;databases -OpenOffice.org Draw : searching;form filters -OpenOffice.org Draw : searching;Internet -OpenOffice.org Draw : searching;tables and forms -OpenOffice.org Draw : secondary axes in charts -OpenOffice.org Draw : sections -OpenOffice.org Draw : sections;backgrounds -OpenOffice.org Draw : sections;protecting -OpenOffice.org Draw : sectors of circles/ellipses -OpenOffice.org Draw : security -OpenOffice.org Draw : security;options for documents with macros -OpenOffice.org Draw : security;protecting contents -OpenOffice.org Draw : security;warning dialogs with macros -OpenOffice.org Draw : segments of circles/ellipses -OpenOffice.org Draw : selecting -OpenOffice.org Draw : selecting;controls -OpenOffice.org Draw : selecting;group objects -OpenOffice.org Draw : selecting;hidden objects -OpenOffice.org Draw : selecting;layers -OpenOffice.org Draw : selecting;measurement units -OpenOffice.org Draw : selecting;objects -OpenOffice.org Draw : selecting;print areas -OpenOffice.org Draw : selecting;several files -OpenOffice.org Draw : selection clipboard -OpenOffice.org Draw : selection modes in text -OpenOffice.org Draw : sending -OpenOffice.org Draw : sending;AutoAbstract function in presentations -OpenOffice.org Draw : sending;documents as e-mail -OpenOffice.org Draw : sending;documents as faxes -OpenOffice.org Draw : separator lines -OpenOffice.org Draw : separator lines;defining -OpenOffice.org Draw : separators -OpenOffice.org Draw : separators;conditional -OpenOffice.org Draw : Server Side ImageMap -OpenOffice.org Draw : settings -OpenOffice.org Draw : settings;printers -OpenOffice.org Draw : settings;program configuration -OpenOffice.org Draw : settings;proxies -OpenOffice.org Draw : settings;tracking changes -OpenOffice.org Draw : settings;views -OpenOffice.org Draw : SGML -OpenOffice.org Draw : SGML;definition -OpenOffice.org Draw : shadows -OpenOffice.org Draw : shadows;areas -OpenOffice.org Draw : shadows;borders -OpenOffice.org Draw : shadows;characters -OpenOffice.org Draw : shadows;characters, using context menu -OpenOffice.org Draw : sharpening filter -OpenOffice.org Draw : shearing objects -OpenOffice.org Draw : sheet tabs -OpenOffice.org Draw : sheet tabs;displaying -OpenOffice.org Draw : sheets -OpenOffice.org Draw : sheets;searching all -OpenOffice.org Draw : shells -OpenOffice.org Draw : shortcut keys -OpenOffice.org Draw : shortcut keys;assigning macros -OpenOffice.org Draw : shortcut keys;charts -OpenOffice.org Draw : shortcut keys;general -OpenOffice.org Draw : shortcut keys;in databases -OpenOffice.org Draw : shortcut keys;in drawings -OpenOffice.org Draw : shortcut keys;in presentations -OpenOffice.org Draw : shortcut keys;OpenOffice.org accessibility -OpenOffice.org Draw : Show/Hide feature in Microsoft Office -OpenOffice.org Draw : showing -OpenOffice.org Draw : showing;changes -OpenOffice.org Draw : showing;docked windows -OpenOffice.org Draw : showing;drawings and controls (Writer) -OpenOffice.org Draw : showing;guides -OpenOffice.org Draw : showing;hidden layers -OpenOffice.org Draw : showing;hidden slides -OpenOffice.org Draw : showing;levels -OpenOffice.org Draw : showing;live presentations on the Internet -OpenOffice.org Draw : showing;slide shows -OpenOffice.org Draw : showing;subpoints -OpenOffice.org Draw : showing;toolbars -OpenOffice.org Draw : sign conversion to curves -OpenOffice.org Draw : signing documents with digital signatures -OpenOffice.org Draw : similarity search -OpenOffice.org Draw : simple handles (Writer) -OpenOffice.org Draw : simplified Chinese -OpenOffice.org Draw : simplified Chinese;translating to traditional Chinese -OpenOffice.org Draw : single sign on options -OpenOffice.org Draw : single-line spacing in text -OpenOffice.org Draw : sizes -OpenOffice.org Draw : sizes;draw objects -OpenOffice.org Draw : sizes;pictures -OpenOffice.org Draw : skewing draw objects -OpenOffice.org Draw : slanting draw objects -OpenOffice.org Draw : slanting objects -OpenOffice.org Draw : slide designs -OpenOffice.org Draw : slide layouts -OpenOffice.org Draw : slide master view -OpenOffice.org Draw : slide masters -OpenOffice.org Draw : slide masters;changing backgrounds -OpenOffice.org Draw : slide masters;designing -OpenOffice.org Draw : slide masters;headers and footers -OpenOffice.org Draw : slide numbers -OpenOffice.org Draw : slide numbers on all slides -OpenOffice.org Draw : slide shows -OpenOffice.org Draw : slide shows;custom -OpenOffice.org Draw : slide shows;settings for -OpenOffice.org Draw : slide shows;starting -OpenOffice.org Draw : slide transitions -OpenOffice.org Draw : slide transitions;applying effects -OpenOffice.org Draw : slide transitions;automatic -OpenOffice.org Draw : slide transitions;manual -OpenOffice.org Draw : slide transitions;sounds -OpenOffice.org Draw : slides -OpenOffice.org Draw : slides;arranging -OpenOffice.org Draw : slides;backgrounds -OpenOffice.org Draw : slides;changing backgrounds -OpenOffice.org Draw : slides;copying between documents -OpenOffice.org Draw : slides;deleting -OpenOffice.org Draw : slides;expanding -OpenOffice.org Draw : slides;formatting -OpenOffice.org Draw : slides;headers and footers -OpenOffice.org Draw : slides;inserting -OpenOffice.org Draw : slides;inserting as links -OpenOffice.org Draw : slides;inserting notes -OpenOffice.org Draw : slides;page numbers -OpenOffice.org Draw : slides;printing -OpenOffice.org Draw : small capitals -OpenOffice.org Draw : small icons -OpenOffice.org Draw : smart tags -OpenOffice.org Draw : smart tags;options -OpenOffice.org Draw : smooth scrolling (Writer) -OpenOffice.org Draw : smoothing filter -OpenOffice.org Draw : snap grid defaults (Writer/Calc) -OpenOffice.org Draw : snap lines, see also guides -OpenOffice.org Draw : snap points -OpenOffice.org Draw : snap points;editing -OpenOffice.org Draw : snap points;inserting -OpenOffice.org Draw : snapping in presentations and drawings -OpenOffice.org Draw : solarization filter -OpenOffice.org Draw : sort lists -OpenOffice.org Draw : sort lists;copying to in Calc -OpenOffice.org Draw : sorting -OpenOffice.org Draw : sorting;data in forms -OpenOffice.org Draw : sorting;databases -OpenOffice.org Draw : sounds -OpenOffice.org Draw : sounds;for effects -OpenOffice.org Draw : sounds;formats -OpenOffice.org Draw : sounds;inserting and playing -OpenOffice.org Draw : sounds;on slide transitions -OpenOffice.org Draw : sounds;UNIX -OpenOffice.org Draw : spaces -OpenOffice.org Draw : spaces;displaying (Writer) -OpenOffice.org Draw : spaces;ignoring double -OpenOffice.org Draw : spaces;inserting protected spaces -OpenOffice.org Draw : spaces;showing protected spaces (Writer) -OpenOffice.org Draw : spacing -OpenOffice.org Draw : spacing;between paragraphs in footnotes -OpenOffice.org Draw : spacing;font effects -OpenOffice.org Draw : spacing;lines and paragraphs -OpenOffice.org Draw : spacing;tab stops in text documents -OpenOffice.org Draw : spacing;tabs in presentations -OpenOffice.org Draw : spadmin -OpenOffice.org Draw : speaker notes -OpenOffice.org Draw : speaker notes;defaults -OpenOffice.org Draw : speaker notes;inserting -OpenOffice.org Draw : special characters -OpenOffice.org Draw : speech bubbles -OpenOffice.org Draw : speed of printing -OpenOffice.org Draw : spellcheck -OpenOffice.org Draw : spellcheck;activating for a language -OpenOffice.org Draw : spellcheck;context menus -OpenOffice.org Draw : spellcheck;default languages -OpenOffice.org Draw : spellcheck;dialog -OpenOffice.org Draw : spellcheck;dictionary of exceptions -OpenOffice.org Draw : spellcheck;ignore list -OpenOffice.org Draw : Spelling and Grammar feature in Microsoft Office -OpenOffice.org Draw : spheres -OpenOffice.org Draw : spin button creation -OpenOffice.org Draw : splitting -OpenOffice.org Draw : splitting;combinations -OpenOffice.org Draw : splitting;curves -OpenOffice.org Draw : spoolfiles with Xprinter -OpenOffice.org Draw : spreadsheets -OpenOffice.org Draw : spreadsheets;as databases (base) -OpenOffice.org Draw : spreadsheets;backgrounds -OpenOffice.org Draw : spreadsheets;copying areas to text documents -OpenOffice.org Draw : spreadsheets;creating/opening -OpenOffice.org Draw : spreadsheets;in presentations -OpenOffice.org Draw : spreadsheets;inserting charts -OpenOffice.org Draw : spreadsheets;inserting database records -OpenOffice.org Draw : spreadsheets;printing -OpenOffice.org Draw : spreadsheets;saving -OpenOffice.org Draw : spreadsheets;saving automatically -OpenOffice.org Draw : spreadsheets;saving in other formats -OpenOffice.org Draw : spreadsheets;sending as e-mail -OpenOffice.org Draw : SQL -OpenOffice.org Draw : SQL;definition -OpenOffice.org Draw : SQL;DISTINCT parameter -OpenOffice.org Draw : SQL;executing SQL commands -OpenOffice.org Draw : SQL;executing SQL statements (Base) -OpenOffice.org Draw : SQL;queries (Base) -OpenOffice.org Draw : square drawings -OpenOffice.org Draw : standard bar on/off -OpenOffice.org Draw : standard deviation in charts -OpenOffice.org Draw : standard filters in databases -OpenOffice.org Draw : standard printer under UNIX -OpenOffice.org Draw : Start Module backing window -OpenOffice.org Draw : start parameters -OpenOffice.org Draw : starting -OpenOffice.org Draw : starting;always with the current slide -OpenOffice.org Draw : starting;custom slide shows -OpenOffice.org Draw : starting;slide shows -OpenOffice.org Draw : statistics in charts -OpenOffice.org Draw : status bar on/off -OpenOffice.org Draw : stickers -OpenOffice.org Draw : stock charts -OpenOffice.org Draw : strikethrough -OpenOffice.org Draw : strikethrough;characters -OpenOffice.org Draw : strikethrough;font effects -OpenOffice.org Draw : styles -OpenOffice.org Draw : styles;'changed' message -OpenOffice.org Draw : styles;arrow and line styles -OpenOffice.org Draw : styles;copying between documents -OpenOffice.org Draw : styles;keyboard shortcuts -OpenOffice.org Draw : styles;organizing -OpenOffice.org Draw : styles;printing styles used in a document -OpenOffice.org Draw : styles;replacing automatically -OpenOffice.org Draw : Styles and Formatting window -OpenOffice.org Draw : Styles and Formatting window;docking -OpenOffice.org Draw : Styles and Formatting window;graphics documents -OpenOffice.org Draw : subforms -OpenOffice.org Draw : subforms;creating -OpenOffice.org Draw : subforms;description -OpenOffice.org Draw : submitting forms -OpenOffice.org Draw : subpoints -OpenOffice.org Draw : subpoints;hiding -OpenOffice.org Draw : subpoints;showing -OpenOffice.org Draw : subtracting polygons -OpenOffice.org Draw : suffixes in file formats -OpenOffice.org Draw : summary slide -OpenOffice.org Draw : support on the Web -OpenOffice.org Draw : synchronizing -OpenOffice.org Draw : synchronizing;labels and business cards -OpenOffice.org Draw : synchronizing;Pocket PC and OpenOffice.org formats -OpenOffice.org Draw : system address book registration -OpenOffice.org Draw : tab stops -OpenOffice.org Draw : tab stops;displaying (Writer) -OpenOffice.org Draw : tab stops;inserting and editing -OpenOffice.org Draw : tab stops;setting in sheets -OpenOffice.org Draw : tab stops;settings -OpenOffice.org Draw : tab stops;spacing in presentations -OpenOffice.org Draw : tab stops;spacing in text documents -OpenOffice.org Draw : table controls -OpenOffice.org Draw : table controls;form functions -OpenOffice.org Draw : table controls;keyboard-only edit mode -OpenOffice.org Draw : table controls;properties -OpenOffice.org Draw : table views of databases -OpenOffice.org Draw : Table Wizard (Base) -OpenOffice.org Draw : tables -OpenOffice.org Draw : tables;backgrounds -OpenOffice.org Draw : tables;inserting line breaks -OpenOffice.org Draw : tables in databases -OpenOffice.org Draw : tables in databases;access rights to (Base) -OpenOffice.org Draw : tables in databases;adding to queries -OpenOffice.org Draw : tables in databases;browsing and editing -OpenOffice.org Draw : tables in databases;copying database tables (Base) -OpenOffice.org Draw : tables in databases;creating -OpenOffice.org Draw : tables in databases;creating in design view -OpenOffice.org Draw : tables in databases;importing text formats (Base) -OpenOffice.org Draw : tables in databases;joining for queries (Base) -OpenOffice.org Draw : tables in databases;printing queries (Base) -OpenOffice.org Draw : tables in databases;relations (Base) -OpenOffice.org Draw : tables in databases;searching -OpenOffice.org Draw : tables in spreadsheets -OpenOffice.org Draw : tables in spreadsheets;copying data to other applications -OpenOffice.org Draw : tables in spreadsheets;defining borders -OpenOffice.org Draw : tables in spreadsheets;value highlighting -OpenOffice.org Draw : tables in text -OpenOffice.org Draw : tables in text;captions -OpenOffice.org Draw : tables in text;creating automatically -OpenOffice.org Draw : tables in text;default settings -OpenOffice.org Draw : tables in text;defining borders -OpenOffice.org Draw : tables in text;displaying -OpenOffice.org Draw : tables in text;printing -OpenOffice.org Draw : tables in text;protecting cells -OpenOffice.org Draw : tables of contents -OpenOffice.org Draw : tables of contents;unprotecting -OpenOffice.org Draw : tabs -OpenOffice.org Draw : tabs;displaying sheet tabs -OpenOffice.org Draw : tags -OpenOffice.org Draw : tags;definition -OpenOffice.org Draw : tags;META tags -OpenOffice.org Draw : task pane -OpenOffice.org Draw : templates -OpenOffice.org Draw : templates;agendas -OpenOffice.org Draw : templates;changing basic fonts -OpenOffice.org Draw : templates;database reports -OpenOffice.org Draw : templates;deleting -OpenOffice.org Draw : templates;editing and saving -OpenOffice.org Draw : templates;faxes -OpenOffice.org Draw : templates;importing and exporting -OpenOffice.org Draw : templates;letters -OpenOffice.org Draw : templates;new documents from templates -OpenOffice.org Draw : templates;opening documents with -OpenOffice.org Draw : templates;organizing -OpenOffice.org Draw : terminology -OpenOffice.org Draw : terminology;general glossary -OpenOffice.org Draw : terminology;Internet glossary -OpenOffice.org Draw : testing XML filters -OpenOffice.org Draw : text -OpenOffice.org Draw : text;animating -OpenOffice.org Draw : text;Asian layout -OpenOffice.org Draw : text;backgrounds -OpenOffice.org Draw : text;bold -OpenOffice.org Draw : text;coloring -OpenOffice.org Draw : text;contours -OpenOffice.org Draw : text;converting to curves -OpenOffice.org Draw : text;copying by drag and drop -OpenOffice.org Draw : text;CTL languages -OpenOffice.org Draw : text;double-clicking to edit -OpenOffice.org Draw : text;drawing pictures -OpenOffice.org Draw : text;font effects -OpenOffice.org Draw : text;font sizes -OpenOffice.org Draw : text;font styles -OpenOffice.org Draw : text;fonts and formats -OpenOffice.org Draw : text;Fontwork icons -OpenOffice.org Draw : text;hyperlinks -OpenOffice.org Draw : text;inserting special characters -OpenOffice.org Draw : text;italics -OpenOffice.org Draw : text;kerning -OpenOffice.org Draw : text;language selection -OpenOffice.org Draw : text;line spacing -OpenOffice.org Draw : text;overwriting or inserting -OpenOffice.org Draw : text;placeholders in presentations -OpenOffice.org Draw : text;printing in black -OpenOffice.org Draw : text;replacing with format -OpenOffice.org Draw : text;selection modes -OpenOffice.org Draw : text;shadowed -OpenOffice.org Draw : text;text/draw objects -OpenOffice.org Draw : text;toolbar -OpenOffice.org Draw : text attributes -OpenOffice.org Draw : text attributes;hyperlinks -OpenOffice.org Draw : text attributes;undoing -OpenOffice.org Draw : text boxes -OpenOffice.org Draw : text boxes;form functions -OpenOffice.org Draw : text boxes;positioning -OpenOffice.org Draw : text breaks in cells -OpenOffice.org Draw : text colors for better accessibility -OpenOffice.org Draw : text databases (Base) -OpenOffice.org Draw : text documents -OpenOffice.org Draw : text documents;creating/opening -OpenOffice.org Draw : text documents;importing/exporting -OpenOffice.org Draw : text documents;inserting in slides -OpenOffice.org Draw : text documents;inserting in slides - Importing HTML Pages Into Presentations -OpenOffice.org Draw : text documents;inserting spreadsheet cells -OpenOffice.org Draw : text documents;print settings -OpenOffice.org Draw : text documents;printing -OpenOffice.org Draw : text documents;saving -OpenOffice.org Draw : text documents;saving automatically -OpenOffice.org Draw : text documents;saving in other formats -OpenOffice.org Draw : text documents;sending as e-mail -OpenOffice.org Draw : text effects -OpenOffice.org Draw : text entry mode for draw objects -OpenOffice.org Draw : text flow -OpenOffice.org Draw : text flow;in cells -OpenOffice.org Draw : text formats -OpenOffice.org Draw : text formats;databases -OpenOffice.org Draw : text formats;pasting -OpenOffice.org Draw : text frames -OpenOffice.org Draw : text input fields -OpenOffice.org Draw : text layout for special languages -OpenOffice.org Draw : text objects -OpenOffice.org Draw : text objects;alignment -OpenOffice.org Draw : text objects;draw functions -OpenOffice.org Draw : text objects;fonts -OpenOffice.org Draw : text objects;in presentations and drawings -OpenOffice.org Draw : text overflow in spreadsheet cells -OpenOffice.org Draw : text scaling in charts -OpenOffice.org Draw : text, see also text documents, paragraphs and characters -OpenOffice.org Draw : TextArt, see Fontwork -OpenOffice.org Draw : textures -OpenOffice.org Draw : textures;inserting from Gallery -OpenOffice.org Draw : textures;on chart bars -OpenOffice.org Draw : Thai -OpenOffice.org Draw : Thai;entering text -OpenOffice.org Draw : Thai;language settings -OpenOffice.org Draw : thesaurus -OpenOffice.org Draw : thesaurus;activating for a language -OpenOffice.org Draw : ticker text -OpenOffice.org Draw : tiled printing of slides -OpenOffice.org Draw : time and date on all slides -OpenOffice.org Draw : time fields -OpenOffice.org Draw : time fields;form functions -OpenOffice.org Draw : times -OpenOffice.org Draw : times;fixed -OpenOffice.org Draw : times;inserting when printing presentations -OpenOffice.org Draw : times;variable -OpenOffice.org Draw : times, formats -OpenOffice.org Draw : timings -OpenOffice.org Draw : timings;rehearse timings -OpenOffice.org Draw : tips -OpenOffice.org Draw : tips;extended tips in Help -OpenOffice.org Draw : title rows -OpenOffice.org Draw : title rows;printing in OpenOffice.org Math -OpenOffice.org Draw : titles -OpenOffice.org Draw : titles;alignment (charts) -OpenOffice.org Draw : titles;changing -OpenOffice.org Draw : titles;editing in charts -OpenOffice.org Draw : titles;font effects -OpenOffice.org Draw : titles;formatting automatically -OpenOffice.org Draw : titles;formatting charts -OpenOffice.org Draw : titles;objects -OpenOffice.org Draw : toolbars -OpenOffice.org Draw : toolbars;3D objects -OpenOffice.org Draw : toolbars;adding buttons -OpenOffice.org Draw : toolbars;curves -OpenOffice.org Draw : toolbars;docking/undocking -OpenOffice.org Draw : toolbars;ellipses -OpenOffice.org Draw : toolbars;Form Navigation bar -OpenOffice.org Draw : toolbars;viewing/closing -OpenOffice.org Draw : tools bar -OpenOffice.org Draw : tooltips -OpenOffice.org Draw : tooltips;extended tips -OpenOffice.org Draw : tooltips;help -OpenOffice.org Draw : torus -OpenOffice.org Draw : Track changes feature in Microsoft Office -OpenOffice.org Draw : traditional Chinese -OpenOffice.org Draw : traditional Chinese;translating to simplified chinese -OpenOffice.org Draw : transition effects -OpenOffice.org Draw : transparency -OpenOffice.org Draw : transparency;adjusting -OpenOffice.org Draw : transparency;areas -OpenOffice.org Draw : transparency;of objects -OpenOffice.org Draw : transparency;off for faster printing -OpenOffice.org Draw : transparency;saving -OpenOffice.org Draw : tree view of Help -OpenOffice.org Draw : trend lines in charts -OpenOffice.org Draw : typefaces -OpenOffice.org Draw : typefaces;adding under UNIX -OpenOffice.org Draw : typefaces;formats -OpenOffice.org Draw : typographical quotes in OpenOffice.org Writer -OpenOffice.org Draw : typography -OpenOffice.org Draw : typography;Asian -OpenOffice.org Draw : underlining -OpenOffice.org Draw : underlining;AutoFormat function -OpenOffice.org Draw : underlining;characters -OpenOffice.org Draw : underlining;text -OpenOffice.org Draw : underlying objects -OpenOffice.org Draw : undocking windows -OpenOffice.org Draw : undoing -OpenOffice.org Draw : undoing;direct formatting -OpenOffice.org Draw : undoing;editing -OpenOffice.org Draw : undoing;number of steps -OpenOffice.org Draw : ungrouping groups -OpenOffice.org Draw : units -OpenOffice.org Draw : units;converting -OpenOffice.org Draw : units;measurement units -OpenOffice.org Draw : unlocking layers -OpenOffice.org Draw : UNO components -OpenOffice.org Draw : UNO components;Extension Manager -OpenOffice.org Draw : UNO components;integrating new -OpenOffice.org Draw : update options -OpenOffice.org Draw : updates -OpenOffice.org Draw : updates;checking automatically -OpenOffice.org Draw : updates;checking manually -OpenOffice.org Draw : updating -OpenOffice.org Draw : updating;fields and charts, automatically (Writer) -OpenOffice.org Draw : updating;links in text documents -OpenOffice.org Draw : updating;links, on opening -OpenOffice.org Draw : updating;templates -OpenOffice.org Draw : URL -OpenOffice.org Draw : URL;changing hyperlink URLs -OpenOffice.org Draw : URL;definition -OpenOffice.org Draw : URL;saving absolute/relative paths -OpenOffice.org Draw : URL;turning off URL recognition -OpenOffice.org Draw : user data -OpenOffice.org Draw : user data;input -OpenOffice.org Draw : user data;removing when saving -OpenOffice.org Draw : user-defined colors -OpenOffice.org Draw : user-defined dictionaries -OpenOffice.org Draw : user-defined dictionaries;creating -OpenOffice.org Draw : user-defined dictionaries;dictionary of exceptions -OpenOffice.org Draw : user-defined dictionaries;editing -OpenOffice.org Draw : user-defined styles -OpenOffice.org Draw : user-defined styles;automatically replacing -OpenOffice.org Draw : UTF-8/UCS2 support -OpenOffice.org Draw : Validation feature in Microsoft Office -OpenOffice.org Draw : values -OpenOffice.org Draw : values;rounded as shown (Calc) -OpenOffice.org Draw : variables -OpenOffice.org Draw : variables;for paths -OpenOffice.org Draw : variances in charts -OpenOffice.org Draw : VBA code -OpenOffice.org Draw : VBA code;loading/saving documents with VBA code -OpenOffice.org Draw : vector graphics -OpenOffice.org Draw : vector graphics;converting bitmaps -OpenOffice.org Draw : vectorizing bitmaps -OpenOffice.org Draw : version management -OpenOffice.org Draw : version numbers of documents -OpenOffice.org Draw : versions -OpenOffice.org Draw : versions;comparing documents -OpenOffice.org Draw : versions;file saving as, restriction -OpenOffice.org Draw : versions;merging document versions -OpenOffice.org Draw : versions;of a document -OpenOffice.org Draw : versions;OpenOffice.org -OpenOffice.org Draw : vertical callouts -OpenOffice.org Draw : vertical scrollbars (Writer) -OpenOffice.org Draw : vertical text boxes -OpenOffice.org Draw : videos -OpenOffice.org Draw : viewing -OpenOffice.org Draw : viewing;databases -OpenOffice.org Draw : viewing;file properties -OpenOffice.org Draw : viewing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Draw : viewing;toolbars -OpenOffice.org Draw : views -OpenOffice.org Draw : views;black and white -OpenOffice.org Draw : views;creating database views (Base) -OpenOffice.org Draw : views;defaults -OpenOffice.org Draw : views;display sizes -OpenOffice.org Draw : views;full screen -OpenOffice.org Draw : views;icons -OpenOffice.org Draw : views;in 3D -OpenOffice.org Draw : views;scaling -OpenOffice.org Draw : views;shift function -OpenOffice.org Draw : views;slide master view -OpenOffice.org Draw : Visual Basic for Applications -OpenOffice.org Draw : Visual Basic for Applications;loading/saving documents with VBA code -OpenOffice.org Draw : watermarks -OpenOffice.org Draw : web documents -OpenOffice.org Draw : web documents;XForms -OpenOffice.org Draw : Web support -OpenOffice.org Draw : WebCast export -OpenOffice.org Draw : windows -OpenOffice.org Draw : windows;docking -OpenOffice.org Draw : windows;docking definition -OpenOffice.org Draw : windows;hiding/showing/docking -OpenOffice.org Draw : windows;new -OpenOffice.org Draw : wizards -OpenOffice.org Draw : wizards;agendas -OpenOffice.org Draw : wizards;database queries -OpenOffice.org Draw : wizards;database tables (Base) -OpenOffice.org Draw : wizards;databases (Base) -OpenOffice.org Draw : wizards;document converter -OpenOffice.org Draw : wizards;Euro Converter -OpenOffice.org Draw : wizards;faxes -OpenOffice.org Draw : wizards;forms -OpenOffice.org Draw : wizards;letters -OpenOffice.org Draw : wizards;overview -OpenOffice.org Draw : wizards;presentations -OpenOffice.org Draw : wizards;reports -OpenOffice.org Draw : Word documents -OpenOffice.org Draw : Word documents;compatibility -OpenOffice.org Draw : Word documents;saving as -OpenOffice.org Draw : WordArt, see Fontwork -OpenOffice.org Draw : words -OpenOffice.org Draw : words;automatically replacing -OpenOffice.org Draw : words;wrapping in cells -OpenOffice.org Draw : work directory change -OpenOffice.org Draw : Workbook feature in Microsoft Office -OpenOffice.org Draw : Worksheet feature in Microsoft Office -OpenOffice.org Draw : wrapping text -OpenOffice.org Draw : wrapping text;in cells -OpenOffice.org Draw : write protection on/off -OpenOffice.org Draw : writing aids options -OpenOffice.org Draw : WYSIWYG in fonts lists -OpenOffice.org Draw : X axes -OpenOffice.org Draw : X axes;grid formatting -OpenOffice.org Draw : X axes;scaling -OpenOffice.org Draw : X axes;showing -OpenOffice.org Draw : XForms -OpenOffice.org Draw : XML converters -OpenOffice.org Draw : XML file formats -OpenOffice.org Draw : XML filters -OpenOffice.org Draw : XML filters;creating/testing/distributing/deleting -OpenOffice.org Draw : XML filters;settings -OpenOffice.org Draw : XML Forms -OpenOffice.org Draw : XSLT based filters -OpenOffice.org Draw : XSLT based filters;settings -OpenOffice.org Draw : XSLT filters, see also XML filters -OpenOffice.org Draw : XY charts -OpenOffice.org Draw : Y axes -OpenOffice.org Draw : Y axes;formatting -OpenOffice.org Draw : Y axes;grid formatting -OpenOffice.org Draw : Y axes;scaling -OpenOffice.org Draw : Y axes;showing -OpenOffice.org Draw : years -OpenOffice.org Draw : years;2-digit options -OpenOffice.org Draw : Z axes -OpenOffice.org Draw : Z axes;grid formatting -OpenOffice.org Draw : Z axes;showing -OpenOffice.org Draw : zero values -OpenOffice.org Draw : zero values;displaying (Calc) -OpenOffice.org Draw : zooming -OpenOffice.org Draw : zooming;in presentations -OpenOffice.org Draw : zooming;keyboard -OpenOffice.org Draw : zooming;page views -OpenOffice.org Draw : zooming;pictures -OpenOffice.org Draw : zooming;shortcut keys -OpenOffice.org Draw : zooming;status bar -OpenOffice.org Impress : 1/2 replacement -OpenOffice.org Impress : 3D charts -OpenOffice.org Impress : 3D objects -OpenOffice.org Impress : 3D objects;assembling -OpenOffice.org Impress : 3D objects;generating -OpenOffice.org Impress : 3D objects;inserting -OpenOffice.org Impress : 3D rotation objects -OpenOffice.org Impress : 3D rotation objects;converting to -OpenOffice.org Impress : 3D rotation objects;generating -OpenOffice.org Impress : 3D text creation -OpenOffice.org Impress : 3D view -OpenOffice.org Impress : abbreviation replacement -OpenOffice.org Impress : absolute hyperlinks -OpenOffice.org Impress : absolute saving of URLs -OpenOffice.org Impress : accents -OpenOffice.org Impress : Access databases (base) -OpenOffice.org Impress : access rights for database tables (Base) -OpenOffice.org Impress : accessibility -OpenOffice.org Impress : accessibility;general shortcuts -OpenOffice.org Impress : accessibility;OpenOffice.org assistive technology -OpenOffice.org Impress : accessibility;OpenOffice.org Draw -OpenOffice.org Impress : accessibility;OpenOffice.org features -OpenOffice.org Impress : accessibility;OpenOffice.org Impress -OpenOffice.org Impress : accessibility;options -OpenOffice.org Impress : activating -OpenOffice.org Impress : activating;context menus -OpenOffice.org Impress : activating;Error Report Tool -OpenOffice.org Impress : activating;extended help tips -OpenOffice.org Impress : activating;plug-ins -OpenOffice.org Impress : ActiveX control -OpenOffice.org Impress : Adabas D databases (base) -OpenOffice.org Impress : add-ons, see UNO components -OpenOffice.org Impress : adding -OpenOffice.org Impress : adding;animation effects -OpenOffice.org Impress : adding;automatic captions (Writer) -OpenOffice.org Impress : adding;backgrounds -OpenOffice.org Impress : adding;buttons in toolbars -OpenOffice.org Impress : adding;conditions for XForm items -OpenOffice.org Impress : adding;draw objects -OpenOffice.org Impress : adding;Fontwork objects -OpenOffice.org Impress : adding;headers/footers in all slides -OpenOffice.org Impress : adding;items in Data Navigator -OpenOffice.org Impress : adding;namespaces in XForms -OpenOffice.org Impress : adding;paragraph borders -OpenOffice.org Impress : adding;pictures from Gallery -OpenOffice.org Impress : adding;pictures in Gallery -OpenOffice.org Impress : adding;plug-ins -OpenOffice.org Impress : adding;points -OpenOffice.org Impress : adding;push buttons -OpenOffice.org Impress : adding;table borders -OpenOffice.org Impress : adding;text frames -OpenOffice.org Impress : adding;textures on chart bars -OpenOffice.org Impress : additional selection mode -OpenOffice.org Impress : address books -OpenOffice.org Impress : address books;LDAP server (Base) -OpenOffice.org Impress : address books;registering -OpenOffice.org Impress : address labels from databases -OpenOffice.org Impress : ADO databases (Base) -OpenOffice.org Impress : Agenda Wizard -OpenOffice.org Impress : aging filter -OpenOffice.org Impress : aligning -OpenOffice.org Impress : aligning;2D charts -OpenOffice.org Impress : aligning;cells -OpenOffice.org Impress : aligning;draw objects -OpenOffice.org Impress : aligning;objects -OpenOffice.org Impress : aligning;paragraphs -OpenOffice.org Impress : aligning;tables in text -OpenOffice.org Impress : aligning;text objects -OpenOffice.org Impress : aligning;titles in charts -OpenOffice.org Impress : allowing -OpenOffice.org Impress : allowing;effects -OpenOffice.org Impress : allowing;interaction -OpenOffice.org Impress : alternative fonts -OpenOffice.org Impress : ampersand symbol, see also operators -OpenOffice.org Impress : anchors -OpenOffice.org Impress : anchors;changing -OpenOffice.org Impress : anchors;displaying (Calc) -OpenOffice.org Impress : anchors;types/positions for draw objects -OpenOffice.org Impress : animated GIFs -OpenOffice.org Impress : animated slide transitions -OpenOffice.org Impress : animations -OpenOffice.org Impress : animations;accessibility options -OpenOffice.org Impress : animations;editing -OpenOffice.org Impress : animations;list of -OpenOffice.org Impress : animations;saving as GIFs -OpenOffice.org Impress : appearance options -OpenOffice.org Impress : applet insertion -OpenOffice.org Impress : applying -OpenOffice.org Impress : applying;animation effects -OpenOffice.org Impress : applying;gradients -OpenOffice.org Impress : applying;languages, to selected text -OpenOffice.org Impress : Arabic -OpenOffice.org Impress : Arabic;entering text -OpenOffice.org Impress : Arabic;language settings -OpenOffice.org Impress : area charts -OpenOffice.org Impress : areas -OpenOffice.org Impress : areas;bitmap patterns -OpenOffice.org Impress : areas;from connected lines -OpenOffice.org Impress : areas;hatched/dotted -OpenOffice.org Impress : areas;shadows -OpenOffice.org Impress : areas;slanting -OpenOffice.org Impress : areas;styles -OpenOffice.org Impress : areas;transparency -OpenOffice.org Impress : arguments in command line -OpenOffice.org Impress : arranging -OpenOffice.org Impress : arranging;objects -OpenOffice.org Impress : arranging;objects (guide) -OpenOffice.org Impress : arranging;slides -OpenOffice.org Impress : arrows -OpenOffice.org Impress : arrows;defining arrow heads -OpenOffice.org Impress : arrows;defining arrow lines -OpenOffice.org Impress : arrows;drawing in text -OpenOffice.org Impress : arrows;inserting -OpenOffice.org Impress : arrows;loading arrow styles -OpenOffice.org Impress : ASCII -OpenOffice.org Impress : ASCII;definition -OpenOffice.org Impress : Asian languages -OpenOffice.org Impress : Asian languages;enabling -OpenOffice.org Impress : Asian Phonetic Guide -OpenOffice.org Impress : Asian typography -OpenOffice.org Impress : assembled objects in 3D -OpenOffice.org Impress : assigning scripts -OpenOffice.org Impress : assistive technology in OpenOffice.org -OpenOffice.org Impress : attaching toolbars -OpenOffice.org Impress : attachments in e-mails -OpenOffice.org Impress : attributes -OpenOffice.org Impress : attributes;objects with -OpenOffice.org Impress : audio -OpenOffice.org Impress : audio;inserting -OpenOffice.org Impress : audio;UNIX -OpenOffice.org Impress : authors -OpenOffice.org Impress : auto reloading HTML documents -OpenOffice.org Impress : AutoAbstract function for sending text to presentations -OpenOffice.org Impress : AutoCaption function in OpenOffice.org Writer -OpenOffice.org Impress : AutoComplete function in text and list boxes -OpenOffice.org Impress : AutoCorrect function -OpenOffice.org Impress : AutoCorrect function;context menu -OpenOffice.org Impress : AutoCorrect function;options -OpenOffice.org Impress : AutoCorrect function;pictures and frames -OpenOffice.org Impress : AutoCorrect function;quotes -OpenOffice.org Impress : AutoCorrect function;replacement table -OpenOffice.org Impress : AutoCorrect function;smart tags -OpenOffice.org Impress : AutoCorrect function;switching on and off in Calc -OpenOffice.org Impress : AutoCorrect function;URL recognition -OpenOffice.org Impress : AutoFormat function -OpenOffice.org Impress : AutoFormat function;switching on and off -OpenOffice.org Impress : automatic captions (Writer) -OpenOffice.org Impress : automatic control focus -OpenOffice.org Impress : automatic hyperlink formatting -OpenOffice.org Impress : automatic line breaks -OpenOffice.org Impress : automatic lines/borders in text -OpenOffice.org Impress : automatic saving -OpenOffice.org Impress : automatic slide changes -OpenOffice.org Impress : automatic slide changes;rehearse timings -OpenOffice.org Impress : automatic slide shows -OpenOffice.org Impress : automatic slide transition -OpenOffice.org Impress : AutoPilots, see wizards -OpenOffice.org Impress : AutoShapes feature in Microsoft Office -OpenOffice.org Impress : averages in charts -OpenOffice.org Impress : axes -OpenOffice.org Impress : axes;better scaling -OpenOffice.org Impress : axes;formatting -OpenOffice.org Impress : axes;formatting grids -OpenOffice.org Impress : axes;inserting grids -OpenOffice.org Impress : axes;interval marks -OpenOffice.org Impress : axes;showing axes in charts -OpenOffice.org Impress : axes in charts -OpenOffice.org Impress : backgrounds -OpenOffice.org Impress : backgrounds;changing -OpenOffice.org Impress : backgrounds;defining colors/pictures -OpenOffice.org Impress : backgrounds;deleting unused -OpenOffice.org Impress : backgrounds;frames/sections/indexes -OpenOffice.org Impress : backgrounds;inserting from Gallery -OpenOffice.org Impress : backgrounds;normal view -OpenOffice.org Impress : backgrounds;notes -OpenOffice.org Impress : backgrounds;printing -OpenOffice.org Impress : backgrounds;slides -OpenOffice.org Impress : backing window -OpenOffice.org Impress : backups -OpenOffice.org Impress : backups;automatic -OpenOffice.org Impress : backups;documents -OpenOffice.org Impress : bar charts -OpenOffice.org Impress : Basic -OpenOffice.org Impress : Basic;fonts for source display -OpenOffice.org Impress : Basic;programming -OpenOffice.org Impress : Basic;recording macros -OpenOffice.org Impress : Basic;scripting -OpenOffice.org Impress : basic fonts -OpenOffice.org Impress : BeanShell scripting -OpenOffice.org Impress : behind object command -OpenOffice.org Impress : Bézier curves -OpenOffice.org Impress : Bézier curves;control points in presentations -OpenOffice.org Impress : bi-directional writing -OpenOffice.org Impress : binding space -OpenOffice.org Impress : bitmaps -OpenOffice.org Impress : bitmaps;converting to -OpenOffice.org Impress : bitmaps;converting to vector graphics -OpenOffice.org Impress : bitmaps;inserting and editing -OpenOffice.org Impress : bitmaps;off for faster printing -OpenOffice.org Impress : bitmaps;patterns -OpenOffice.org Impress : bitmaps;replacing colors -OpenOffice.org Impress : black and white display -OpenOffice.org Impress : black and white printing -OpenOffice.org Impress : black and white view -OpenOffice.org Impress : black printing in Calc -OpenOffice.org Impress : block selection mode -OpenOffice.org Impress : bold -OpenOffice.org Impress : bold;AutoFormat function -OpenOffice.org Impress : bold;text -OpenOffice.org Impress : bookmarks -OpenOffice.org Impress : bookmarks;Help -OpenOffice.org Impress : borders -OpenOffice.org Impress : borders;arranging -OpenOffice.org Impress : borders;cells on screen (Calc) -OpenOffice.org Impress : borders;for paragraphs -OpenOffice.org Impress : borders;for tables -OpenOffice.org Impress : borders;shadows -OpenOffice.org Impress : borders;table boundaries (Writer) -OpenOffice.org Impress : borders, see also frames -OpenOffice.org Impress : bound fields -OpenOffice.org Impress : bound fields;controls -OpenOffice.org Impress : boundaries of tables (Writer) -OpenOffice.org Impress : break display (Writer) -OpenOffice.org Impress : breaking object connections -OpenOffice.org Impress : brochures -OpenOffice.org Impress : brochures;printing several -OpenOffice.org Impress : build numbers of OpenOffice.org -OpenOffice.org Impress : bullet lists -OpenOffice.org Impress : bullet lists;formatting options -OpenOffice.org Impress : bullets -OpenOffice.org Impress : bullets;paragraphs -OpenOffice.org Impress : bullets;replacing -OpenOffice.org Impress : bullets;turning off -OpenOffice.org Impress : business cards -OpenOffice.org Impress : business cards;creating and synchronizing -OpenOffice.org Impress : business cards;using templates -OpenOffice.org Impress : button bars, see toolbars -OpenOffice.org Impress : buttons -OpenOffice.org Impress : buttons;adding push buttons -OpenOffice.org Impress : buttons;big/small -OpenOffice.org Impress : buttons;editing hyperlink buttons -OpenOffice.org Impress : buttons;form functions -OpenOffice.org Impress : buttons;toolbars -OpenOffice.org Impress : cache for graphics -OpenOffice.org Impress : calculating -OpenOffice.org Impress : calculating;iterative references (Calc) -OpenOffice.org Impress : calculating;regression curves -OpenOffice.org Impress : callouts -OpenOffice.org Impress : callouts;drawings -OpenOffice.org Impress : callouts;inserting in presentations -OpenOffice.org Impress : capital letters -OpenOffice.org Impress : capital letters;AutoCorrect function -OpenOffice.org Impress : capital letters;font effects -OpenOffice.org Impress : captions -OpenOffice.org Impress : captions;automatic captions (Writer) -OpenOffice.org Impress : captions;tables/pictures/frames/OLE objects (Writer) -OpenOffice.org Impress : captions, see also labels/callouts -OpenOffice.org Impress : cascading update (Base) -OpenOffice.org Impress : case sensitivity -OpenOffice.org Impress : case sensitivity;comparing cell contents (Calc) -OpenOffice.org Impress : case sensitivity;searching -OpenOffice.org Impress : cells -OpenOffice.org Impress : cells;aligning -OpenOffice.org Impress : cells;backgrounds -OpenOffice.org Impress : cells;coloring (Calc) -OpenOffice.org Impress : cells;cursor positions after input (Calc) -OpenOffice.org Impress : cells;formatting without effect (Calc) -OpenOffice.org Impress : cells;line breaks -OpenOffice.org Impress : cells;linked to controls -OpenOffice.org Impress : cells;number formats -OpenOffice.org Impress : cells;number of -OpenOffice.org Impress : cells;pasting -OpenOffice.org Impress : cells;resetting formats -OpenOffice.org Impress : cells;showing grid lines (Calc) -OpenOffice.org Impress : centered text -OpenOffice.org Impress : centimeters -OpenOffice.org Impress : certificates -OpenOffice.org Impress : Change Case feature in Microsoft Office -OpenOffice.org Impress : changes -OpenOffice.org Impress : changes;accepting or rejecting -OpenOffice.org Impress : changes;comparing to original -OpenOffice.org Impress : changes;protecting -OpenOffice.org Impress : changes;recording -OpenOffice.org Impress : changes;review function -OpenOffice.org Impress : changes;showing -OpenOffice.org Impress : changing -OpenOffice.org Impress : changing;data binding of XForms -OpenOffice.org Impress : changing;default templates -OpenOffice.org Impress : changing;document titles -OpenOffice.org Impress : changing;file associations in Setup program -OpenOffice.org Impress : changing;hyperlink text/formats/URLs -OpenOffice.org Impress : changing;icon sizes -OpenOffice.org Impress : changing;keyboard -OpenOffice.org Impress : changing;layer properties -OpenOffice.org Impress : changing;layout for handouts -OpenOffice.org Impress : changing;links -OpenOffice.org Impress : changing;menus -OpenOffice.org Impress : changing;object sizes -OpenOffice.org Impress : changing;order of slides -OpenOffice.org Impress : changing;slide layouts -OpenOffice.org Impress : changing;toolbars -OpenOffice.org Impress : changing;work directory -OpenOffice.org Impress : changing, see also editing and replacing -OpenOffice.org Impress : character styles -OpenOffice.org Impress : character styles;language selection -OpenOffice.org Impress : characters -OpenOffice.org Impress : characters;alternative fonts -OpenOffice.org Impress : characters;Asian layout -OpenOffice.org Impress : characters;bold -OpenOffice.org Impress : characters;coloring -OpenOffice.org Impress : characters;contours -OpenOffice.org Impress : characters;converting to curves -OpenOffice.org Impress : characters;displaying only on screen (Writer) -OpenOffice.org Impress : characters;enabling CTL and Asian characters -OpenOffice.org Impress : characters;font effects -OpenOffice.org Impress : characters;fonts and formats -OpenOffice.org Impress : characters;hyperlinks -OpenOffice.org Impress : characters;italics -OpenOffice.org Impress : characters;language selection -OpenOffice.org Impress : characters;shadowed -OpenOffice.org Impress : characters;spacing -OpenOffice.org Impress : characters;special -OpenOffice.org Impress : characters;underlining -OpenOffice.org Impress : charcoal sketches filter -OpenOffice.org Impress : chart legends -OpenOffice.org Impress : chart legends;hiding -OpenOffice.org Impress : chart legends;showing icons with labels -OpenOffice.org Impress : chart types -OpenOffice.org Impress : chart types;area -OpenOffice.org Impress : chart types;column and bar -OpenOffice.org Impress : chart types;column and line -OpenOffice.org Impress : chart types;line -OpenOffice.org Impress : chart types;net -OpenOffice.org Impress : chart types;pie/donut -OpenOffice.org Impress : chart types;stock -OpenOffice.org Impress : chart types;XY (scatter) -OpenOffice.org Impress : charts -OpenOffice.org Impress : charts;3D views -OpenOffice.org Impress : charts;aligning -OpenOffice.org Impress : charts;arranging within stacks -OpenOffice.org Impress : charts;bars with textures -OpenOffice.org Impress : charts;choosing chart types -OpenOffice.org Impress : charts;colors -OpenOffice.org Impress : charts;copying with link to source cell range -OpenOffice.org Impress : charts;data labels -OpenOffice.org Impress : charts;displaying (Calc) -OpenOffice.org Impress : charts;editing axes -OpenOffice.org Impress : charts;editing data -OpenOffice.org Impress : charts;editing legends -OpenOffice.org Impress : charts;editing titles -OpenOffice.org Impress : charts;formatting areas -OpenOffice.org Impress : charts;formatting floors -OpenOffice.org Impress : charts;formatting walls -OpenOffice.org Impress : charts;inserting -OpenOffice.org Impress : charts;overview -OpenOffice.org Impress : charts;properties -OpenOffice.org Impress : charts;reorganizing -OpenOffice.org Impress : charts;scaling axes -OpenOffice.org Impress : charts;scaling text -OpenOffice.org Impress : charts;shortcuts -OpenOffice.org Impress : charts;showing axes -OpenOffice.org Impress : charts;updating automatically (Writer) -OpenOffice.org Impress : check box creation -OpenOffice.org Impress : Chinese writing systems -OpenOffice.org Impress : choosing printers -OpenOffice.org Impress : circle drawings -OpenOffice.org Impress : circle segments -OpenOffice.org Impress : circles -OpenOffice.org Impress : circles;of objects -OpenOffice.org Impress : Client Side ImageMap -OpenOffice.org Impress : clipboard -OpenOffice.org Impress : clipboard;cutting -OpenOffice.org Impress : clipboard;pasting -OpenOffice.org Impress : clipboard;pasting formatted/unformatted text -OpenOffice.org Impress : clipboard;selection clipboard -OpenOffice.org Impress : clipboard;Unix -OpenOffice.org Impress : closing -OpenOffice.org Impress : closing;documents -OpenOffice.org Impress : closing;shapes -OpenOffice.org Impress : closing;toolbars -OpenOffice.org Impress : color bar -OpenOffice.org Impress : colors -OpenOffice.org Impress : colors;adding -OpenOffice.org Impress : colors;appearance -OpenOffice.org Impress : colors;backgrounds -OpenOffice.org Impress : colors;charts -OpenOffice.org Impress : colors;default colors -OpenOffice.org Impress : colors;defining and saving -OpenOffice.org Impress : colors;defining gradients interactively -OpenOffice.org Impress : colors;displaying presentations -OpenOffice.org Impress : colors;fill format -OpenOffice.org Impress : colors;fonts -OpenOffice.org Impress : colors;grid lines and cells (Calc) -OpenOffice.org Impress : colors;loading lists -OpenOffice.org Impress : colors;models -OpenOffice.org Impress : colors;not printing -OpenOffice.org Impress : colors;printing in grayscale -OpenOffice.org Impress : colors;replacing -OpenOffice.org Impress : colors;restriction (Calc) -OpenOffice.org Impress : colors;selection -OpenOffice.org Impress : column and line charts -OpenOffice.org Impress : column charts -OpenOffice.org Impress : column headers -OpenOffice.org Impress : column headers;displaying (Calc) -OpenOffice.org Impress : column headers;highlighting (Calc) -OpenOffice.org Impress : columns -OpenOffice.org Impress : columns;setting with the mouse -OpenOffice.org Impress : combination charts -OpenOffice.org Impress : combining -OpenOffice.org Impress : combining;3D objects -OpenOffice.org Impress : combining;draw objects -OpenOffice.org Impress : combining;undoing -OpenOffice.org Impress : combo box creation -OpenOffice.org Impress : command button creation -OpenOffice.org Impress : command buttons, see push buttons -OpenOffice.org Impress : command line parameters -OpenOffice.org Impress : commands -OpenOffice.org Impress : commands;not visible -OpenOffice.org Impress : commands;SQL -OpenOffice.org Impress : comments -OpenOffice.org Impress : comments;on changes -OpenOffice.org Impress : comments feature in Microsoft Office -OpenOffice.org Impress : common terms -OpenOffice.org Impress : common terms;Chinese dictionary -OpenOffice.org Impress : common terms;glossaries -OpenOffice.org Impress : common terms;Internet glossary -OpenOffice.org Impress : Compare and Merge feature in Microsoft Office -OpenOffice.org Impress : comparisons -OpenOffice.org Impress : comparisons;document versions -OpenOffice.org Impress : comparisons;operators in default filter dialog -OpenOffice.org Impress : compatibility settings for MS Word import -OpenOffice.org Impress : complete screen view -OpenOffice.org Impress : complex text layout -OpenOffice.org Impress : complex text layout;definition -OpenOffice.org Impress : complex text layout;enabling -OpenOffice.org Impress : compose key to insert special characters -OpenOffice.org Impress : concatenation, see ampersand symbol -OpenOffice.org Impress : conditional separators -OpenOffice.org Impress : conditions -OpenOffice.org Impress : conditions;in number formats -OpenOffice.org Impress : conditions;items in Data Navigator -OpenOffice.org Impress : cones -OpenOffice.org Impress : Configuration Manager -OpenOffice.org Impress : configuring -OpenOffice.org Impress : configuring;fax icon -OpenOffice.org Impress : configuring;OpenOffice.org -OpenOffice.org Impress : configuring;toolbars -OpenOffice.org Impress : connecting -OpenOffice.org Impress : connecting;draw objects -OpenOffice.org Impress : connecting;lines -OpenOffice.org Impress : connecting;paths and objects -OpenOffice.org Impress : connections to data sources (Base) -OpenOffice.org Impress : connectors -OpenOffice.org Impress : connectors;properties of -OpenOffice.org Impress : connectors;using -OpenOffice.org Impress : constructing shapes -OpenOffice.org Impress : contents protection -OpenOffice.org Impress : context menus -OpenOffice.org Impress : contours -OpenOffice.org Impress : contours;converting to -OpenOffice.org Impress : contours of text -OpenOffice.org Impress : control point display in presentations -OpenOffice.org Impress : control points definition -OpenOffice.org Impress : controls -OpenOffice.org Impress : controls;activating in forms -OpenOffice.org Impress : controls;adding to documents -OpenOffice.org Impress : controls;arranging in forms -OpenOffice.org Impress : controls;arranging within stacks -OpenOffice.org Impress : controls;assigning data sources -OpenOffice.org Impress : controls;bound fields/list contents/linked cells -OpenOffice.org Impress : controls;events -OpenOffice.org Impress : controls;focus -OpenOffice.org Impress : controls;formatted fields -OpenOffice.org Impress : controls;grouping -OpenOffice.org Impress : controls;hidden -OpenOffice.org Impress : controls;inserting -OpenOffice.org Impress : controls;multi-line titles -OpenOffice.org Impress : controls;positions and sizes -OpenOffice.org Impress : controls;printing -OpenOffice.org Impress : controls;properties of form controls -OpenOffice.org Impress : controls;properties of table controls -OpenOffice.org Impress : controls;reference by SQL -OpenOffice.org Impress : controls;rich text control -OpenOffice.org Impress : controls;select mode -OpenOffice.org Impress : controls;showing (Writer) -OpenOffice.org Impress : converters -OpenOffice.org Impress : converters;Euro converter -OpenOffice.org Impress : converters;PostScript, UNIX -OpenOffice.org Impress : converters;XML -OpenOffice.org Impress : converting -OpenOffice.org Impress : converting;bitmaps to polygons -OpenOffice.org Impress : converting;Hangul/Hanja -OpenOffice.org Impress : converting;metrics -OpenOffice.org Impress : converting;Microsoft documents -OpenOffice.org Impress : converting;OpenOffice.org documents -OpenOffice.org Impress : converting;Pocket PC formats -OpenOffice.org Impress : converting;points -OpenOffice.org Impress : converting;text to curves -OpenOffice.org Impress : converting;to bitmaps -OpenOffice.org Impress : converting;to contours -OpenOffice.org Impress : converting;to curves, polygons, 3D -OpenOffice.org Impress : converting;to metafile format (WMF) -OpenOffice.org Impress : copies -OpenOffice.org Impress : copies;printing -OpenOffice.org Impress : copying -OpenOffice.org Impress : copying;by drag and drop -OpenOffice.org Impress : copying;data from text documents -OpenOffice.org Impress : copying;datasource records in spreadsheets -OpenOffice.org Impress : copying;draw objects -OpenOffice.org Impress : copying;draw objects between documents -OpenOffice.org Impress : copying;formatting -OpenOffice.org Impress : copying;from data source view -OpenOffice.org Impress : copying;from Gallery -OpenOffice.org Impress : copying;in Unix -OpenOffice.org Impress : copying;pictures, between documents -OpenOffice.org Impress : copying;sheet areas, to text documents -OpenOffice.org Impress : copying;slides -OpenOffice.org Impress : copying;text from other documents -OpenOffice.org Impress : copying;to Gallery -OpenOffice.org Impress : copyright for OpenOffice.org -OpenOffice.org Impress : corner points -OpenOffice.org Impress : corner roundings -OpenOffice.org Impress : covered objects -OpenOffice.org Impress : crash reports -OpenOffice.org Impress : criteria of query design (Base) -OpenOffice.org Impress : cropping pictures -OpenOffice.org Impress : cross-fading -OpenOffice.org Impress : cross-fading;creating cross-fades -OpenOffice.org Impress : cross-fading;slides -OpenOffice.org Impress : cross-fading;two draw objects -OpenOffice.org Impress : CTL -OpenOffice.org Impress : CTL;complex text layout languages -OpenOffice.org Impress : CTL;definition -OpenOffice.org Impress : CTL;options -OpenOffice.org Impress : cubes -OpenOffice.org Impress : currencies -OpenOffice.org Impress : currencies;converters -OpenOffice.org Impress : currencies;formats and format codes -OpenOffice.org Impress : currency field creation -OpenOffice.org Impress : currency formats -OpenOffice.org Impress : cursor -OpenOffice.org Impress : cursor;allowing in protected areas (Writer) -OpenOffice.org Impress : cursor;in read-only text -OpenOffice.org Impress : cursor;quickly moving to an object -OpenOffice.org Impress : curves -OpenOffice.org Impress : curves;converting text to -OpenOffice.org Impress : curves;drawing -OpenOffice.org Impress : curves;editing -OpenOffice.org Impress : curves;editing points -OpenOffice.org Impress : curves;properties in line charts/XY charts -OpenOffice.org Impress : curves;toolbar -OpenOffice.org Impress : custom animation -OpenOffice.org Impress : custom colors -OpenOffice.org Impress : custom dictionaries -OpenOffice.org Impress : custom dictionaries;editing -OpenOffice.org Impress : custom gradients -OpenOffice.org Impress : custom hyphens (Writer) -OpenOffice.org Impress : custom quotes -OpenOffice.org Impress : custom slide shows -OpenOffice.org Impress : custom templates -OpenOffice.org Impress : customizing -OpenOffice.org Impress : customizing;events -OpenOffice.org Impress : customizing;keyboard -OpenOffice.org Impress : customizing;menus -OpenOffice.org Impress : customizing;OpenOffice.org -OpenOffice.org Impress : customizing;round corners -OpenOffice.org Impress : customizing;toolbars -OpenOffice.org Impress : cutting -OpenOffice.org Impress : cylinders -OpenOffice.org Impress : dashes -OpenOffice.org Impress : data -OpenOffice.org Impress : data;filtering in forms -OpenOffice.org Impress : data;forms and subforms -OpenOffice.org Impress : data;read-only -OpenOffice.org Impress : data;sorting in forms -OpenOffice.org Impress : data;user data -OpenOffice.org Impress : data binding change in XForms -OpenOffice.org Impress : data labels in charts -OpenOffice.org Impress : Data Navigator display options -OpenOffice.org Impress : data ranges in charts -OpenOffice.org Impress : data series -OpenOffice.org Impress : data source browser -OpenOffice.org Impress : data source explorer -OpenOffice.org Impress : data source view -OpenOffice.org Impress : data source view;drag and drop -OpenOffice.org Impress : data source view;overview -OpenOffice.org Impress : data source view;showing -OpenOffice.org Impress : data sources -OpenOffice.org Impress : data sources;as tables -OpenOffice.org Impress : data sources;connection settings (Base) -OpenOffice.org Impress : data sources;copying records to spreadsheets -OpenOffice.org Impress : data sources;displaying current -OpenOffice.org Impress : data sources;LDAP server (Base) -OpenOffice.org Impress : data sources;OpenOffice.org Base -OpenOffice.org Impress : data sources;registering address books -OpenOffice.org Impress : data sources;reports -OpenOffice.org Impress : data sources;setting for stock charts -OpenOffice.org Impress : data sources;viewing -OpenOffice.org Impress : data structure of XForms -OpenOffice.org Impress : data values in charts -OpenOffice.org Impress : database contents -OpenOffice.org Impress : database contents;inserting as tables -OpenOffice.org Impress : database contents;inserting as text -OpenOffice.org Impress : database reports -OpenOffice.org Impress : Database Wizard (Base) -OpenOffice.org Impress : databases -OpenOffice.org Impress : databases;administration through SQL (Base) -OpenOffice.org Impress : databases;ADO (Base) -OpenOffice.org Impress : databases;connecting (Base) -OpenOffice.org Impress : databases;creating -OpenOffice.org Impress : databases;creating labels -OpenOffice.org Impress : databases;creating queries -OpenOffice.org Impress : databases;creating reports -OpenOffice.org Impress : databases;creating tables -OpenOffice.org Impress : databases;dBASE (Base) -OpenOffice.org Impress : databases;deleting (Base) -OpenOffice.org Impress : databases;drag and drop (Base) -OpenOffice.org Impress : databases;editing tables -OpenOffice.org Impress : databases;form filters -OpenOffice.org Impress : databases;formats (Base) -OpenOffice.org Impress : databases;importing/exporting -OpenOffice.org Impress : databases;JDBC (Base) -OpenOffice.org Impress : databases;main page (Base) -OpenOffice.org Impress : databases;MySQL (Base) -OpenOffice.org Impress : databases;ODBC (Base) -OpenOffice.org Impress : databases;overview -OpenOffice.org Impress : databases;registering (Base) -OpenOffice.org Impress : databases;searching records -OpenOffice.org Impress : databases;shortcut keys -OpenOffice.org Impress : databases;sorting -OpenOffice.org Impress : databases;standard filters -OpenOffice.org Impress : databases;text formats -OpenOffice.org Impress : databases;viewing -OpenOffice.org Impress : date fields -OpenOffice.org Impress : date fields;creating -OpenOffice.org Impress : date fields;properties -OpenOffice.org Impress : date formats -OpenOffice.org Impress : date on all slides -OpenOffice.org Impress : dates -OpenOffice.org Impress : dates;default (Calc) -OpenOffice.org Impress : dates;fixed -OpenOffice.org Impress : dates;printing in presentations -OpenOffice.org Impress : dates;start 1900/01/01 (Calc) -OpenOffice.org Impress : dates;start 1904/01/01 (Calc) -OpenOffice.org Impress : dates;variable -OpenOffice.org Impress : dBASE -OpenOffice.org Impress : dBASE;database settings (Base) -OpenOffice.org Impress : DDE -OpenOffice.org Impress : DDE;definition -OpenOffice.org Impress : deactivating -OpenOffice.org Impress : deactivating;plug-ins -OpenOffice.org Impress : decimal places displayed (Calc) -OpenOffice.org Impress : decimal separator key -OpenOffice.org Impress : decimal tab stops -OpenOffice.org Impress : decreasing sizes of views -OpenOffice.org Impress : default directories -OpenOffice.org Impress : default file formats -OpenOffice.org Impress : default filters -OpenOffice.org Impress : default filters;comparison operators -OpenOffice.org Impress : default filters;databases -OpenOffice.org Impress : default printer -OpenOffice.org Impress : default printer;setting up -OpenOffice.org Impress : default printer;UNIX -OpenOffice.org Impress : default templates -OpenOffice.org Impress : default templates;changing -OpenOffice.org Impress : default templates;organizing -OpenOffice.org Impress : defaults -OpenOffice.org Impress : defaults;documents -OpenOffice.org Impress : defaults;file formats -OpenOffice.org Impress : defaults;fonts -OpenOffice.org Impress : defaults;grids (Writer/Calc) -OpenOffice.org Impress : defaults;languages -OpenOffice.org Impress : defaults;number formats -OpenOffice.org Impress : defaults;of saving -OpenOffice.org Impress : defaults;program configuration -OpenOffice.org Impress : defaults;tab stops in text -OpenOffice.org Impress : defaults;views -OpenOffice.org Impress : defining -OpenOffice.org Impress : defining;arrowheads and other line ends -OpenOffice.org Impress : defining;colors -OpenOffice.org Impress : defining;gradients -OpenOffice.org Impress : defining;line styles -OpenOffice.org Impress : defining;paragraph borders -OpenOffice.org Impress : defining;queries (Base) -OpenOffice.org Impress : defining;table borders -OpenOffice.org Impress : deleting -OpenOffice.org Impress : deleting;all direct formatting -OpenOffice.org Impress : deleting;animation effects -OpenOffice.org Impress : deleting;databases (Base) -OpenOffice.org Impress : deleting;hyperlinks -OpenOffice.org Impress : deleting;layers -OpenOffice.org Impress : deleting;lines in text -OpenOffice.org Impress : deleting;models/instances -OpenOffice.org Impress : deleting;namespaces in XForms -OpenOffice.org Impress : deleting;points -OpenOffice.org Impress : deleting;slide transition effects -OpenOffice.org Impress : deleting;slides -OpenOffice.org Impress : deleting;tab stops -OpenOffice.org Impress : deleting;templates -OpenOffice.org Impress : deleting;XML filters -OpenOffice.org Impress : depth stagger -OpenOffice.org Impress : descriptions for objects -OpenOffice.org Impress : design mode after saving -OpenOffice.org Impress : design view -OpenOffice.org Impress : design view;creating forms -OpenOffice.org Impress : design view;queries/views (Base) -OpenOffice.org Impress : designing -OpenOffice.org Impress : designing;database tables -OpenOffice.org Impress : designing;fonts -OpenOffice.org Impress : designing;queries (Base) -OpenOffice.org Impress : detaching toolbars -OpenOffice.org Impress : dictionaries -OpenOffice.org Impress : dictionaries;common terms in simplified and traditional chinese -OpenOffice.org Impress : dictionaries;creating -OpenOffice.org Impress : dictionaries;editing user-defined -OpenOffice.org Impress : dictionaries;spellcheck -OpenOffice.org Impress : dictionaries, see also languages -OpenOffice.org Impress : digital signatures -OpenOffice.org Impress : dimension lines -OpenOffice.org Impress : dimension lines;drawing -OpenOffice.org Impress : dimension lines;properties of -OpenOffice.org Impress : direct formatting -OpenOffice.org Impress : direct formatting;undoing all -OpenOffice.org Impress : directories -OpenOffice.org Impress : directories;creating new -OpenOffice.org Impress : directories;directory structure -OpenOffice.org Impress : disabled persons -OpenOffice.org Impress : display qualities of presentations -OpenOffice.org Impress : displaying -OpenOffice.org Impress : displaying;non-printing characters (Writer) -OpenOffice.org Impress : displaying;notes (Calc) -OpenOffice.org Impress : displaying;notes in text documents -OpenOffice.org Impress : displaying;pictures and objects (Writer) -OpenOffice.org Impress : displaying;tables (Writer) -OpenOffice.org Impress : displaying;zero values (Calc) -OpenOffice.org Impress : distances -OpenOffice.org Impress : distinct values in SQL queries -OpenOffice.org Impress : distorting in drawings -OpenOffice.org Impress : distorting objects -OpenOffice.org Impress : distributing draw objects -OpenOffice.org Impress : distributing XML filters -OpenOffice.org Impress : dithering -OpenOffice.org Impress : docking -OpenOffice.org Impress : docking;definition -OpenOffice.org Impress : docking;toolbars -OpenOffice.org Impress : docking;windows -OpenOffice.org Impress : Document Converter Wizard -OpenOffice.org Impress : Document Map feature in Microsoft Office -OpenOffice.org Impress : Document Map, see Navigator -OpenOffice.org Impress : document types in OpenOffice.org -OpenOffice.org Impress : documents -OpenOffice.org Impress : documents;changing titles -OpenOffice.org Impress : documents;closing -OpenOffice.org Impress : documents;comparing -OpenOffice.org Impress : documents;contents as lists -OpenOffice.org Impress : documents;editing time -OpenOffice.org Impress : documents;exporting -OpenOffice.org Impress : documents;importing -OpenOffice.org Impress : documents;languages -OpenOffice.org Impress : documents;measurement units in -OpenOffice.org Impress : documents;merging -OpenOffice.org Impress : documents;number of pages/tables/sheets -OpenOffice.org Impress : documents;opening -OpenOffice.org Impress : documents;opening in design mode -OpenOffice.org Impress : documents;opening with templates -OpenOffice.org Impress : documents;organizing -OpenOffice.org Impress : documents;printing -OpenOffice.org Impress : documents;read-only -OpenOffice.org Impress : documents;reloading -OpenOffice.org Impress : documents;saving -OpenOffice.org Impress : documents;saving automatically -OpenOffice.org Impress : documents;saving in other formats -OpenOffice.org Impress : documents;sending as e-mail -OpenOffice.org Impress : documents;styles changed -OpenOffice.org Impress : documents;version management -OpenOffice.org Impress : documents;version numbers -OpenOffice.org Impress : donut charts -OpenOffice.org Impress : dotted areas -OpenOffice.org Impress : double-line spacing in paragraphs -OpenOffice.org Impress : double-line writing in Asian layout -OpenOffice.org Impress : doubling draw objects -OpenOffice.org Impress : drag and drop -OpenOffice.org Impress : drag and drop;copying and pasting text -OpenOffice.org Impress : drag and drop;data source view -OpenOffice.org Impress : drag and drop;from Gallery to draw objects -OpenOffice.org Impress : drag and drop;overview -OpenOffice.org Impress : drag and drop;pictures -OpenOffice.org Impress : drag and drop;to Gallery -OpenOffice.org Impress : Draw instructions -OpenOffice.org Impress : draw objects -OpenOffice.org Impress : draw objects;adding/editing/copying -OpenOffice.org Impress : draw objects;anchoring -OpenOffice.org Impress : draw objects;arranging within stacks -OpenOffice.org Impress : draw objects;combining -OpenOffice.org Impress : draw objects;connecting lines to -OpenOffice.org Impress : draw objects;converting text to -OpenOffice.org Impress : draw objects;copying -OpenOffice.org Impress : draw objects;copying between documents -OpenOffice.org Impress : draw objects;cross-fading two objects -OpenOffice.org Impress : draw objects;displaying (Calc) -OpenOffice.org Impress : draw objects;dropping Gallery pictures -OpenOffice.org Impress : draw objects;duplicating -OpenOffice.org Impress : draw objects;flipping -OpenOffice.org Impress : draw objects;grouping -OpenOffice.org Impress : draw objects;legends -OpenOffice.org Impress : draw objects;positioning and resizing -OpenOffice.org Impress : draw objects;protecting -OpenOffice.org Impress : draw objects;rotating -OpenOffice.org Impress : draw objects;slanting -OpenOffice.org Impress : draw objects;text entry mode -OpenOffice.org Impress : draw objects;text in -OpenOffice.org Impress : drawing -OpenOffice.org Impress : drawing;3D objects -OpenOffice.org Impress : drawing;freeform lines -OpenOffice.org Impress : drawing;lines -OpenOffice.org Impress : drawing;sectors and segments -OpenOffice.org Impress : Drawing bar -OpenOffice.org Impress : drawing lines in text -OpenOffice.org Impress : drawings -OpenOffice.org Impress : drawings;creating/opening -OpenOffice.org Impress : drawings;languages -OpenOffice.org Impress : drawings;printing -OpenOffice.org Impress : drawings;printing defaults -OpenOffice.org Impress : drawings;printing in text documents -OpenOffice.org Impress : drawings;saving -OpenOffice.org Impress : drawings;saving automatically -OpenOffice.org Impress : drawings;saving in other formats -OpenOffice.org Impress : drawings;sending as e-mail -OpenOffice.org Impress : drawings;shortcut keys -OpenOffice.org Impress : drawings;showing (Writer) -OpenOffice.org Impress : drawings;zoom function in -OpenOffice.org Impress : drop-down lists in form functions -OpenOffice.org Impress : duplicating draw objects -OpenOffice.org Impress : e-mail attachments -OpenOffice.org Impress : Edit File icon -OpenOffice.org Impress : edit mode -OpenOffice.org Impress : edit mode;after opening -OpenOffice.org Impress : edit mode;through Enter key (Calc) -OpenOffice.org Impress : Edit Points bar -OpenOffice.org Impress : editing -OpenOffice.org Impress : editing;chart axes -OpenOffice.org Impress : editing;chart data -OpenOffice.org Impress : editing;chart legends -OpenOffice.org Impress : editing;chart titles -OpenOffice.org Impress : editing;curves -OpenOffice.org Impress : editing;data binding of XForms -OpenOffice.org Impress : editing;database tables and queries -OpenOffice.org Impress : editing;draw objects -OpenOffice.org Impress : editing;fields -OpenOffice.org Impress : editing;Fontwork objects -OpenOffice.org Impress : editing;glue points -OpenOffice.org Impress : editing;gradients -OpenOffice.org Impress : editing;guides and snap points -OpenOffice.org Impress : editing;hyperlinks -OpenOffice.org Impress : editing;items in Data Navigator -OpenOffice.org Impress : editing;menus -OpenOffice.org Impress : editing;namespaces in XForms -OpenOffice.org Impress : editing;notes -OpenOffice.org Impress : editing;objects -OpenOffice.org Impress : editing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Impress : editing;pictures -OpenOffice.org Impress : editing;reports -OpenOffice.org Impress : editing;shortcut keys -OpenOffice.org Impress : editing;slide titles -OpenOffice.org Impress : editing;tab stops -OpenOffice.org Impress : editing;templates -OpenOffice.org Impress : editing;titles -OpenOffice.org Impress : editing;toolbars -OpenOffice.org Impress : editing;undoing -OpenOffice.org Impress : editing;XForms -OpenOffice.org Impress : editing time of documents -OpenOffice.org Impress : editors -OpenOffice.org Impress : editors;formula editor -OpenOffice.org Impress : editors;ImageMap editor -OpenOffice.org Impress : effects -OpenOffice.org Impress : effects;animated slide transitions -OpenOffice.org Impress : effects;applying to/removing from objects -OpenOffice.org Impress : effects;font positions -OpenOffice.org Impress : effects;fonts -OpenOffice.org Impress : effects;Fontwork icons -OpenOffice.org Impress : effects;preview -OpenOffice.org Impress : effects;sounds -OpenOffice.org Impress : ellipses -OpenOffice.org Impress : ellipses;segments -OpenOffice.org Impress : ellipses;toolbars -OpenOffice.org Impress : empty documents -OpenOffice.org Impress : empty paragraph removal -OpenOffice.org Impress : encryption of contents -OpenOffice.org Impress : entering groups -OpenOffice.org Impress : entering text from right to left -OpenOffice.org Impress : equal sign, see also operators -OpenOffice.org Impress : equations in formula editor -OpenOffice.org Impress : error bars in charts -OpenOffice.org Impress : error indicators in charts -OpenOffice.org Impress : Error Report Tool -OpenOffice.org Impress : Euro -OpenOffice.org Impress : Euro;currency formats -OpenOffice.org Impress : Euro;Euro Converter Wizard -OpenOffice.org Impress : even/odd pages -OpenOffice.org Impress : even/odd pages;printing -OpenOffice.org Impress : events -OpenOffice.org Impress : events;controls -OpenOffice.org Impress : events;customizing -OpenOffice.org Impress : events;in forms -OpenOffice.org Impress : Excel -OpenOffice.org Impress : Excel;saving as -OpenOffice.org Impress : Excel;search criteria -OpenOffice.org Impress : exceptions -OpenOffice.org Impress : exceptions;user-defined dictionaries -OpenOffice.org Impress : exchanging, see also replacing -OpenOffice.org Impress : executing -OpenOffice.org Impress : executing;SQL commands -OpenOffice.org Impress : exiting -OpenOffice.org Impress : exiting;by clicking objects -OpenOffice.org Impress : exiting;groups -OpenOffice.org Impress : exiting;OpenOffice.org -OpenOffice.org Impress : expanding -OpenOffice.org Impress : expanding;slides -OpenOffice.org Impress : expanding formatting (Calc) -OpenOffice.org Impress : explorer of data sources -OpenOffice.org Impress : export filters -OpenOffice.org Impress : exporting -OpenOffice.org Impress : exporting;animations to GIF format -OpenOffice.org Impress : exporting;bitmaps -OpenOffice.org Impress : exporting;databases -OpenOffice.org Impress : exporting;HTML and text documents -OpenOffice.org Impress : exporting;Microsoft Office documents with VBA code -OpenOffice.org Impress : exporting;presentations to HTML -OpenOffice.org Impress : exporting;spreadsheets to text format -OpenOffice.org Impress : exporting;templates -OpenOffice.org Impress : exporting;to foreign formats -OpenOffice.org Impress : exporting;to HTML -OpenOffice.org Impress : exporting;to Macromedia Flash format -OpenOffice.org Impress : exporting;to Microsoft Office formats -OpenOffice.org Impress : exporting;to PDF -OpenOffice.org Impress : exporting;to PostScript format -OpenOffice.org Impress : exporting;to XML -OpenOffice.org Impress : exporting;XML files -OpenOffice.org Impress : extended tips in Help -OpenOffice.org Impress : extension mode in text -OpenOffice.org Impress : extensions -OpenOffice.org Impress : extensions;Extension Manager -OpenOffice.org Impress : extensions;file formats -OpenOffice.org Impress : external keys (Base) -OpenOffice.org Impress : extrusion objects -OpenOffice.org Impress : eyedropper tool -OpenOffice.org Impress : faster printing -OpenOffice.org Impress : faxes -OpenOffice.org Impress : faxes;configuring OpenOffice.org -OpenOffice.org Impress : faxes;fax programs/fax printers under UNIX -OpenOffice.org Impress : faxes;selecting a fax machine -OpenOffice.org Impress : faxes;sending -OpenOffice.org Impress : faxes;wizards -OpenOffice.org Impress : fields -OpenOffice.org Impress : fields;authors -OpenOffice.org Impress : fields;database tables -OpenOffice.org Impress : fields;dates (fixed) -OpenOffice.org Impress : fields;dates (variable) -OpenOffice.org Impress : fields;displaying field codes (Writer) -OpenOffice.org Impress : fields;editing -OpenOffice.org Impress : fields;file names -OpenOffice.org Impress : fields;formatted fields -OpenOffice.org Impress : fields;formatting -OpenOffice.org Impress : fields;in slides -OpenOffice.org Impress : fields;page numbers -OpenOffice.org Impress : fields;times (fixed) -OpenOffice.org Impress : fields;times (variable) -OpenOffice.org Impress : fields;updating automatically (Writer) -OpenOffice.org Impress : file associations for Microsoft Office -OpenOffice.org Impress : file filters -OpenOffice.org Impress : file filters;mobile devices -OpenOffice.org Impress : file filters;XML -OpenOffice.org Impress : file formats -OpenOffice.org Impress : file formats;changing defaults -OpenOffice.org Impress : file formats;OpenDocument/XML -OpenOffice.org Impress : file formats;saving always in other formats -OpenOffice.org Impress : file selection button -OpenOffice.org Impress : file sharing options for current document -OpenOffice.org Impress : files -OpenOffice.org Impress : files;filters and formats -OpenOffice.org Impress : files;importing -OpenOffice.org Impress : files;inserting -OpenOffice.org Impress : files;inserting pictures -OpenOffice.org Impress : files;opening -OpenOffice.org Impress : files;opening with placeholders -OpenOffice.org Impress : files;properties -OpenOffice.org Impress : files;saving -OpenOffice.org Impress : files;saving automatically -OpenOffice.org Impress : files;saving in other formats -OpenOffice.org Impress : files;sending as e-mail -OpenOffice.org Impress : files;version numbers -OpenOffice.org Impress : files and folders in OpenOffice.org -OpenOffice.org Impress : fill characters with tabulators -OpenOffice.org Impress : fill colors for areas -OpenOffice.org Impress : fill format mode -OpenOffice.org Impress : fill format mode;styles -OpenOffice.org Impress : fill patterns for areas -OpenOffice.org Impress : filter conditions -OpenOffice.org Impress : filter conditions;connecting -OpenOffice.org Impress : filter conditions;in queries (Base) -OpenOffice.org Impress : filtering -OpenOffice.org Impress : filtering;data in databases -OpenOffice.org Impress : filtering;data in forms -OpenOffice.org Impress : filters -OpenOffice.org Impress : filters;comparison operators -OpenOffice.org Impress : filters;for import and export -OpenOffice.org Impress : filters;Navigator -OpenOffice.org Impress : filters;pictures -OpenOffice.org Impress : filters;XML filter settings -OpenOffice.org Impress : Find tab in Help -OpenOffice.org Impress : finding -OpenOffice.org Impress : finding;in all sheets -OpenOffice.org Impress : finding;records in form documents -OpenOffice.org Impress : finding;selections -OpenOffice.org Impress : finding;similarity search -OpenOffice.org Impress : fitting to pages -OpenOffice.org Impress : fitting to pages;individual slides -OpenOffice.org Impress : fitting to pages;print settings in Math -OpenOffice.org Impress : fitting to pages;print settings in presentations -OpenOffice.org Impress : fixed text -OpenOffice.org Impress : fixed text;form functions -OpenOffice.org Impress : fixing toolbars -OpenOffice.org Impress : flipping around a flip line -OpenOffice.org Impress : flipping draw objects -OpenOffice.org Impress : floating frames in HTML documents -OpenOffice.org Impress : floating text -OpenOffice.org Impress : floating toolbars -OpenOffice.org Impress : flowcharts -OpenOffice.org Impress : focus of controls -OpenOffice.org Impress : folder creation -OpenOffice.org Impress : font lists -OpenOffice.org Impress : font name box -OpenOffice.org Impress : font sizes -OpenOffice.org Impress : font sizes;bullets -OpenOffice.org Impress : font sizes;relative changes -OpenOffice.org Impress : font sizes;scaling on screen -OpenOffice.org Impress : font sizes;text -OpenOffice.org Impress : fonts -OpenOffice.org Impress : fonts;adding under UNIX -OpenOffice.org Impress : fonts;changing in templates -OpenOffice.org Impress : fonts;colors -OpenOffice.org Impress : fonts;default settings -OpenOffice.org Impress : fonts;effects -OpenOffice.org Impress : fonts;for HTML and Basic -OpenOffice.org Impress : fonts;formats -OpenOffice.org Impress : fonts;outlines -OpenOffice.org Impress : fonts;positions in text -OpenOffice.org Impress : fonts;shadows -OpenOffice.org Impress : fonts;specifying several -OpenOffice.org Impress : fonts;strikethrough -OpenOffice.org Impress : fonts;styles -OpenOffice.org Impress : fonts;text objects -OpenOffice.org Impress : Fontwork icons -OpenOffice.org Impress : footers -OpenOffice.org Impress : footers;backgrounds -OpenOffice.org Impress : footers;slide masters -OpenOffice.org Impress : footers;slides -OpenOffice.org Impress : form controls -OpenOffice.org Impress : form controls;assigning macros -OpenOffice.org Impress : form controls;protecting -OpenOffice.org Impress : form controls;toolbars -OpenOffice.org Impress : form fields -OpenOffice.org Impress : form filters -OpenOffice.org Impress : Form Navigator -OpenOffice.org Impress : format codes -OpenOffice.org Impress : format codes;numbers -OpenOffice.org Impress : format codes;user-defined number formats -OpenOffice.org Impress : format filling printing in OpenOffice.org Math -OpenOffice.org Impress : Format Paintbrush -OpenOffice.org Impress : formats -OpenOffice.org Impress : formats;Asian layout -OpenOffice.org Impress : formats;Asian typography -OpenOffice.org Impress : formats;fonts -OpenOffice.org Impress : formats;maximizing page formats -OpenOffice.org Impress : formats;number and currency formats -OpenOffice.org Impress : formats;of currencies/date/time -OpenOffice.org Impress : formats;on opening and saving -OpenOffice.org Impress : formats;pasting in special formats -OpenOffice.org Impress : formats;positions -OpenOffice.org Impress : formats;tabulators -OpenOffice.org Impress : formats;undoing when writing -OpenOffice.org Impress : formatted fields -OpenOffice.org Impress : formatted fields;form functions -OpenOffice.org Impress : formatted fields;properties -OpenOffice.org Impress : formatting -OpenOffice.org Impress : formatting;axes in charts -OpenOffice.org Impress : formatting;chart areas -OpenOffice.org Impress : formatting;chart floors -OpenOffice.org Impress : formatting;chart legends -OpenOffice.org Impress : formatting;chart titles -OpenOffice.org Impress : formatting;chart walls -OpenOffice.org Impress : formatting;copying -OpenOffice.org Impress : formatting;definition -OpenOffice.org Impress : formatting;expanding (Calc) -OpenOffice.org Impress : formatting;fields -OpenOffice.org Impress : formatting;font effects -OpenOffice.org Impress : formatting;hyperlinks -OpenOffice.org Impress : formatting;pages -OpenOffice.org Impress : formatting;printer metrics (Writer) -OpenOffice.org Impress : formatting;slides -OpenOffice.org Impress : formatting;slides headings -OpenOffice.org Impress : formatting;undoing -OpenOffice.org Impress : forms -OpenOffice.org Impress : forms;browsing -OpenOffice.org Impress : forms;Combo Box/List Box Wizard -OpenOffice.org Impress : forms;creating -OpenOffice.org Impress : forms;data -OpenOffice.org Impress : forms;designing (Base) -OpenOffice.org Impress : forms;events -OpenOffice.org Impress : forms;filtering data -OpenOffice.org Impress : forms;finding records -OpenOffice.org Impress : forms;focus after opening -OpenOffice.org Impress : forms;general information (Base) -OpenOffice.org Impress : forms;grouping controls -OpenOffice.org Impress : forms;HTML filters -OpenOffice.org Impress : forms;inserting -OpenOffice.org Impress : forms;Navigator -OpenOffice.org Impress : forms;opening in design mode -OpenOffice.org Impress : forms;properties -OpenOffice.org Impress : forms;sorting data -OpenOffice.org Impress : forms;subforms -OpenOffice.org Impress : forms;wizards -OpenOffice.org Impress : forms;XForms -OpenOffice.org Impress : Formula Auditing feature in Microsoft Office -OpenOffice.org Impress : formula texts -OpenOffice.org Impress : formula texts;printing in OpenOffice.org Math -OpenOffice.org Impress : formulas -OpenOffice.org Impress : formulas;new -OpenOffice.org Impress : formulas;starting formula editor -OpenOffice.org Impress : formulas in reports -OpenOffice.org Impress : formulas in reports;editing -OpenOffice.org Impress : forums and support -OpenOffice.org Impress : frames -OpenOffice.org Impress : frames;around paragraphs -OpenOffice.org Impress : frames;around tables -OpenOffice.org Impress : frames;AutoCorrect function -OpenOffice.org Impress : frames;backgrounds -OpenOffice.org Impress : frames;captions (Writer) -OpenOffice.org Impress : frames;printing in OpenOffice.org Math -OpenOffice.org Impress : frames;protecting -OpenOffice.org Impress : frames;selection frames -OpenOffice.org Impress : frames;text fitting to frames -OpenOffice.org Impress : freeform lines -OpenOffice.org Impress : freeform lines;draw functions -OpenOffice.org Impress : freeform lines;drawing -OpenOffice.org Impress : FTP -OpenOffice.org Impress : FTP;opening documents -OpenOffice.org Impress : FTP;saving documents -OpenOffice.org Impress : full joins (Base) -OpenOffice.org Impress : full screen view -OpenOffice.org Impress : full-text search in Help -OpenOffice.org Impress : functions in reports -OpenOffice.org Impress : functions in reports;editing -OpenOffice.org Impress : Gallery -OpenOffice.org Impress : Gallery;adding pictures -OpenOffice.org Impress : Gallery;dragging pictures to draw objects -OpenOffice.org Impress : Gallery;hiding/showing -OpenOffice.org Impress : Gallery;inserting pictures from -OpenOffice.org Impress : geometric forms -OpenOffice.org Impress : German spellcheck -OpenOffice.org Impress : get method for form transmissions -OpenOffice.org Impress : getting support -OpenOffice.org Impress : GIF format -OpenOffice.org Impress : GIF images -OpenOffice.org Impress : GIF images;animating -OpenOffice.org Impress : GIF images;replacing colors -OpenOffice.org Impress : glossaries -OpenOffice.org Impress : glossaries;common terms -OpenOffice.org Impress : glossaries;Internet terms -OpenOffice.org Impress : glue points -OpenOffice.org Impress : glue points;editing -OpenOffice.org Impress : glue points;inserting -OpenOffice.org Impress : gradients -OpenOffice.org Impress : gradients;applying and defining -OpenOffice.org Impress : gradients;defining colors -OpenOffice.org Impress : gradients;loading lists -OpenOffice.org Impress : gradients;transparent -OpenOffice.org Impress : gradients off for faster printing -OpenOffice.org Impress : graphical text art -OpenOffice.org Impress : graphics -OpenOffice.org Impress : graphics;cache -OpenOffice.org Impress : graphics;protecting -OpenOffice.org Impress : graphics, see also pictures -OpenOffice.org Impress : grayscale display -OpenOffice.org Impress : grayscale printing -OpenOffice.org Impress : grid controls -OpenOffice.org Impress : grid controls;form functions -OpenOffice.org Impress : grids -OpenOffice.org Impress : grids;defaults (Writer/Calc) -OpenOffice.org Impress : grids;display options (Impress/Draw) -OpenOffice.org Impress : grids;displaying lines (Calc) -OpenOffice.org Impress : grids;formatting axes -OpenOffice.org Impress : grids;inserting in charts -OpenOffice.org Impress : group box creation -OpenOffice.org Impress : grouping -OpenOffice.org Impress : grouping;draw objects -OpenOffice.org Impress : groups -OpenOffice.org Impress : groups;entering/exiting/ungrouping -OpenOffice.org Impress : groups;naming -OpenOffice.org Impress : groups;of controls -OpenOffice.org Impress : guides -OpenOffice.org Impress : guides;display options (Impress/Draw) -OpenOffice.org Impress : guides;displaying when moving objects (Impress) -OpenOffice.org Impress : guides;editing -OpenOffice.org Impress : guides;inserting -OpenOffice.org Impress : guides;show snap lines icon -OpenOffice.org Impress : guides;showing (Calc) -OpenOffice.org Impress : guides;showing when moving frames (Writer) -OpenOffice.org Impress : gutter -OpenOffice.org Impress : half-spheres -OpenOffice.org Impress : hand icon for moving slides -OpenOffice.org Impress : handles -OpenOffice.org Impress : handles;displaying (Writer) -OpenOffice.org Impress : handles;large -OpenOffice.org Impress : handles;scaling -OpenOffice.org Impress : handles;showing simple/large handles (Calc) -OpenOffice.org Impress : handles;simple -OpenOffice.org Impress : handout printing -OpenOffice.org Impress : Hangul/Hanja -OpenOffice.org Impress : hatching -OpenOffice.org Impress : hatching -OpenOffice.org Impress : hatching;loading lists -OpenOffice.org Impress : headers -OpenOffice.org Impress : headers;backgrounds -OpenOffice.org Impress : headers and footers -OpenOffice.org Impress : headers and footers;master layouts -OpenOffice.org Impress : headers and footers;slide masters -OpenOffice.org Impress : headers and footers;slides -OpenOffice.org Impress : headings -OpenOffice.org Impress : headings;entering as text box -OpenOffice.org Impress : Hebrew -OpenOffice.org Impress : Hebrew;entering text -OpenOffice.org Impress : Hebrew;language settings -OpenOffice.org Impress : Help -OpenOffice.org Impress : Help;bookmarks -OpenOffice.org Impress : Help;extended tips on/off -OpenOffice.org Impress : Help;full-text search -OpenOffice.org Impress : Help;Help tips -OpenOffice.org Impress : Help;keywords -OpenOffice.org Impress : Help;navigation pane showing/hiding -OpenOffice.org Impress : Help;style sheets -OpenOffice.org Impress : Help;topics -OpenOffice.org Impress : Help Agent -OpenOffice.org Impress : Help Agent;help -OpenOffice.org Impress : Help Agent;options -OpenOffice.org Impress : Help tips -OpenOffice.org Impress : Help tips;hiding -OpenOffice.org Impress : hidden controls in Form Navigator -OpenOffice.org Impress : hidden fields display (Writer) -OpenOffice.org Impress : hidden pages -OpenOffice.org Impress : hidden pages;printing in presentations -OpenOffice.org Impress : hidden pages;showing -OpenOffice.org Impress : hidden text -OpenOffice.org Impress : hidden text;showing (Writer) -OpenOffice.org Impress : hiding -OpenOffice.org Impress : hiding;changes -OpenOffice.org Impress : hiding;chart legends -OpenOffice.org Impress : hiding;docked windows -OpenOffice.org Impress : hiding;layers -OpenOffice.org Impress : hiding;levels -OpenOffice.org Impress : hiding;navigation pane in Help window -OpenOffice.org Impress : hiding;slides -OpenOffice.org Impress : hiding;subpoints -OpenOffice.org Impress : high contrast mode -OpenOffice.org Impress : Hindi -OpenOffice.org Impress : Hindi;entering text -OpenOffice.org Impress : Hindi;language settings -OpenOffice.org Impress : horizontal scrollbars (Writer) -OpenOffice.org Impress : hot spots in flowcharts -OpenOffice.org Impress : HowTos for charts -OpenOffice.org Impress : Howtos for Draw -OpenOffice.org Impress : HTML -OpenOffice.org Impress : HTML;definition -OpenOffice.org Impress : HTML;export character set -OpenOffice.org Impress : HTML;exporting from presentations -OpenOffice.org Impress : HTML;fonts for source display -OpenOffice.org Impress : HTML;importing into presentations -OpenOffice.org Impress : HTML;importing META tags -OpenOffice.org Impress : HTML;inserting files -OpenOffice.org Impress : HTML;live presentations -OpenOffice.org Impress : HTML documents -OpenOffice.org Impress : HTML documents;auto reloading -OpenOffice.org Impress : HTML documents;importing/exporting -OpenOffice.org Impress : HTML documents;META tags in -OpenOffice.org Impress : HTML documents;new -OpenOffice.org Impress : HTML documents;source text -OpenOffice.org Impress : hyperlinks -OpenOffice.org Impress : hyperlinks;assigning macros -OpenOffice.org Impress : hyperlinks;character formats -OpenOffice.org Impress : hyperlinks;definition -OpenOffice.org Impress : hyperlinks;deleting -OpenOffice.org Impress : hyperlinks;editing -OpenOffice.org Impress : hyperlinks;inserting -OpenOffice.org Impress : hyperlinks;relative and absolute -OpenOffice.org Impress : hyperlinks;turning off automatic recognition -OpenOffice.org Impress : hyperlinks, see also links -OpenOffice.org Impress : hyphenation -OpenOffice.org Impress : hyphenation;activating for a language -OpenOffice.org Impress : hyphenation;minimal number of characters -OpenOffice.org Impress : hyphens -OpenOffice.org Impress : hyphens;displaying custom (Writer) -OpenOffice.org Impress : hyphens;inserting custom -OpenOffice.org Impress : icon bars, see toolbars -OpenOffice.org Impress : icon sizes -OpenOffice.org Impress : ignore list for spellcheck -OpenOffice.org Impress : illumination -OpenOffice.org Impress : illumination;3D charts -OpenOffice.org Impress : illustrations, see pictures -OpenOffice.org Impress : image button creation -OpenOffice.org Impress : image control creation -OpenOffice.org Impress : ImageMap -OpenOffice.org Impress : ImageMap;definition -OpenOffice.org Impress : ImageMap;editor -OpenOffice.org Impress : images -OpenOffice.org Impress : images;ImageMap -OpenOffice.org Impress : images;inserting -OpenOffice.org Impress : images;inserting and editing bitmaps -OpenOffice.org Impress : images;placeholders in presentations -OpenOffice.org Impress : images, see also pictures -OpenOffice.org Impress : IME -OpenOffice.org Impress : IME;definition -OpenOffice.org Impress : IME;showing/hiding -OpenOffice.org Impress : import filters -OpenOffice.org Impress : import restrictions for Microsoft Office -OpenOffice.org Impress : importing -OpenOffice.org Impress : importing;bitmaps -OpenOffice.org Impress : importing;compatibility settings for text import -OpenOffice.org Impress : importing;databases -OpenOffice.org Impress : importing;documents in other formats -OpenOffice.org Impress : importing;from XML -OpenOffice.org Impress : importing;HTML and text documents -OpenOffice.org Impress : importing;HTML with META tags -OpenOffice.org Impress : importing;Microsoft Office documents with VBA code -OpenOffice.org Impress : importing;presentations with HTML -OpenOffice.org Impress : importing;tables in text format -OpenOffice.org Impress : importing;templates -OpenOffice.org Impress : in front of object command -OpenOffice.org Impress : inches -OpenOffice.org Impress : including spreadsheets -OpenOffice.org Impress : increasing sizes of views -OpenOffice.org Impress : Index tab in Help -OpenOffice.org Impress : indexes -OpenOffice.org Impress : indexes;backgrounds -OpenOffice.org Impress : indexes;showing/hiding Help index tab -OpenOffice.org Impress : indexes;unprotecting -OpenOffice.org Impress : indicator lines in text -OpenOffice.org Impress : inner joins (Base) -OpenOffice.org Impress : input method window -OpenOffice.org Impress : insert mode for entering text -OpenOffice.org Impress : inserting -OpenOffice.org Impress : inserting;3D objects -OpenOffice.org Impress : inserting;applets -OpenOffice.org Impress : inserting;arrows -OpenOffice.org Impress : inserting;callouts in presentations -OpenOffice.org Impress : inserting;cell ranges from spreadsheets -OpenOffice.org Impress : inserting;charts -OpenOffice.org Impress : inserting;clipboard options -OpenOffice.org Impress : inserting;data from text documents -OpenOffice.org Impress : inserting;datasource records in spreadsheets -OpenOffice.org Impress : inserting;drawings -OpenOffice.org Impress : inserting;ellipses -OpenOffice.org Impress : inserting;files -OpenOffice.org Impress : inserting;floating frames -OpenOffice.org Impress : inserting;form fields -OpenOffice.org Impress : inserting;glue points -OpenOffice.org Impress : inserting;hyperlinks -OpenOffice.org Impress : inserting;layers -OpenOffice.org Impress : inserting;line breaks in cells -OpenOffice.org Impress : inserting;lines -OpenOffice.org Impress : inserting;movies/sounds -OpenOffice.org Impress : inserting;new text tables defaults -OpenOffice.org Impress : inserting;notes -OpenOffice.org Impress : inserting;objects from files -OpenOffice.org Impress : inserting;objects from Gallery -OpenOffice.org Impress : inserting;OLE objects -OpenOffice.org Impress : inserting;paragraph bullets -OpenOffice.org Impress : inserting;pictures -OpenOffice.org Impress : inserting;plug-ins -OpenOffice.org Impress : inserting;polygons -OpenOffice.org Impress : inserting;rectangles -OpenOffice.org Impress : inserting;slides -OpenOffice.org Impress : inserting;slides as links -OpenOffice.org Impress : inserting;slides from files -OpenOffice.org Impress : inserting;special characters -OpenOffice.org Impress : inserting;tab stops -OpenOffice.org Impress : inserting;text in presentations -OpenOffice.org Impress : installing -OpenOffice.org Impress : installing;ActiveX control -OpenOffice.org Impress : installing;mobile device filters -OpenOffice.org Impress : installing;UNO components -OpenOffice.org Impress : instructions -OpenOffice.org Impress : instructions;general -OpenOffice.org Impress : instructions;OpenOffice.org Draw -OpenOffice.org Impress : instructions;OpenOffice.org Impress -OpenOffice.org Impress : interactions -OpenOffice.org Impress : interactions;hot spots -OpenOffice.org Impress : interactions;objects in interactive presentations -OpenOffice.org Impress : interactions;preview -OpenOffice.org Impress : Internet -OpenOffice.org Impress : Internet;Internet Explorer for displaying OpenOffice.org documents -OpenOffice.org Impress : Internet;presentations -OpenOffice.org Impress : Internet;starting searches -OpenOffice.org Impress : Internet;turning off recognition of addresses -OpenOffice.org Impress : Internet glossary -OpenOffice.org Impress : intersecting draw objects -OpenOffice.org Impress : invert filter -OpenOffice.org Impress : invisible areas -OpenOffice.org Impress : italic text -OpenOffice.org Impress : iterative references in spreadsheets -OpenOffice.org Impress : Java -OpenOffice.org Impress : Java;definition -OpenOffice.org Impress : Java;scripting -OpenOffice.org Impress : Java;setting options -OpenOffice.org Impress : JDBC -OpenOffice.org Impress : JDBC;databases (Base) -OpenOffice.org Impress : JDBC;definition -OpenOffice.org Impress : joining -OpenOffice.org Impress : joining;3D objects -OpenOffice.org Impress : joining;paragraphs -OpenOffice.org Impress : joining;tables (Base) -OpenOffice.org Impress : joins in databases (Base) -OpenOffice.org Impress : justifying text -OpenOffice.org Impress : kerning -OpenOffice.org Impress : kerning;Asian texts -OpenOffice.org Impress : kerning;definition -OpenOffice.org Impress : kerning;in characters -OpenOffice.org Impress : key fields for relations (Base) -OpenOffice.org Impress : keyboard -OpenOffice.org Impress : keyboard;assigning/editing shortcut keys -OpenOffice.org Impress : keyboard;general commands -OpenOffice.org Impress : keyboard;removing numbering -OpenOffice.org Impress : keyboard;zooming -OpenOffice.org Impress : keys -OpenOffice.org Impress : keys;adding push buttons -OpenOffice.org Impress : keys;primary keys (Base) -OpenOffice.org Impress : kiosk export -OpenOffice.org Impress : labels -OpenOffice.org Impress : labels;creating and synchronizing -OpenOffice.org Impress : labels;for charts -OpenOffice.org Impress : labels;for draw objects -OpenOffice.org Impress : labels;form functions -OpenOffice.org Impress : labels;from databases -OpenOffice.org Impress : labels, see also names/callouts -OpenOffice.org Impress : languages -OpenOffice.org Impress : languages;activating modules -OpenOffice.org Impress : languages;Asian support -OpenOffice.org Impress : languages;complex text layout -OpenOffice.org Impress : languages;locale settings -OpenOffice.org Impress : languages;selecting -OpenOffice.org Impress : languages;setting options -OpenOffice.org Impress : languages;spellcheck -OpenOffice.org Impress : languages;spellchecking and formatting -OpenOffice.org Impress : large handles (Writer) -OpenOffice.org Impress : large icons -OpenOffice.org Impress : layer arrangement -OpenOffice.org Impress : layers -OpenOffice.org Impress : layers;definition -OpenOffice.org Impress : layers;deleting -OpenOffice.org Impress : layers;inserting and editing -OpenOffice.org Impress : layers;moving objects -OpenOffice.org Impress : layers;renaming -OpenOffice.org Impress : layers;working with -OpenOffice.org Impress : layout -OpenOffice.org Impress : layout;importing Word documents -OpenOffice.org Impress : layout;pages -OpenOffice.org Impress : layout;printing handouts -OpenOffice.org Impress : LDAP server -OpenOffice.org Impress : LDAP server;address books (Base) -OpenOffice.org Impress : LDAP server;sign on options -OpenOffice.org Impress : leading between paragraphs -OpenOffice.org Impress : left alignment of paragraphs -OpenOffice.org Impress : left joins (Base) -OpenOffice.org Impress : legends -OpenOffice.org Impress : legends;charts -OpenOffice.org Impress : legends;draw objects -OpenOffice.org Impress : legends;drawings -OpenOffice.org Impress : legends;rounding corners -OpenOffice.org Impress : Letter Wizard -OpenOffice.org Impress : levels -OpenOffice.org Impress : levels;depth stagger -OpenOffice.org Impress : levels;hiding -OpenOffice.org Impress : levels;showing -OpenOffice.org Impress : limits of tables (Writer) -OpenOffice.org Impress : line breaks -OpenOffice.org Impress : line breaks;in cells -OpenOffice.org Impress : line charts -OpenOffice.org Impress : line spacing -OpenOffice.org Impress : line spacing;context menu in paragraphs -OpenOffice.org Impress : line spacing;paragraph -OpenOffice.org Impress : line styles -OpenOffice.org Impress : line styles;applying -OpenOffice.org Impress : line styles;defining -OpenOffice.org Impress : line styles;loading -OpenOffice.org Impress : lines -OpenOffice.org Impress : lines;about line ends -OpenOffice.org Impress : lines;connecting objects -OpenOffice.org Impress : lines;contours (Draw/Impress) -OpenOffice.org Impress : lines;defining ends -OpenOffice.org Impress : lines;draw functions -OpenOffice.org Impress : lines;drawing -OpenOffice.org Impress : lines;drawing in text -OpenOffice.org Impress : lines;editing points -OpenOffice.org Impress : lines;inserting -OpenOffice.org Impress : lines;removing automatic lines -OpenOffice.org Impress : Lines and Page Breaks feature in Microsoft Office -OpenOffice.org Impress : lines of text -OpenOffice.org Impress : lines of text;alignment -OpenOffice.org Impress : links -OpenOffice.org Impress : links;between cells and controls -OpenOffice.org Impress : links;by drag and drop -OpenOffice.org Impress : links;character formats -OpenOffice.org Impress : links;definition -OpenOffice.org Impress : links;editing hyperlinks -OpenOffice.org Impress : links;inserting -OpenOffice.org Impress : links;modifying -OpenOffice.org Impress : links;opening files with -OpenOffice.org Impress : links;relational databases (Base) -OpenOffice.org Impress : links;turning off automatic recognition -OpenOffice.org Impress : links;updating options (Writer) -OpenOffice.org Impress : links;updating specific links -OpenOffice.org Impress : list box creation -OpenOffice.org Impress : lists -OpenOffice.org Impress : lists;animations -OpenOffice.org Impress : lists;data assigned to controls -OpenOffice.org Impress : lists;registered databases (Base) -OpenOffice.org Impress : lists;regular expressions -OpenOffice.org Impress : live presentations on the Internet -OpenOffice.org Impress : loading -OpenOffice.org Impress : loading;arrow and line styles -OpenOffice.org Impress : loading;colors/gradients/hatchings -OpenOffice.org Impress : loading;documents -OpenOffice.org Impress : loading;documents from other formats -OpenOffice.org Impress : loading;HTML documents, automatically -OpenOffice.org Impress : loading;Microsoft Office documents with VBA code -OpenOffice.org Impress : loading;reloading -OpenOffice.org Impress : loading;XML files -OpenOffice.org Impress : locale settings -OpenOffice.org Impress : locking layers -OpenOffice.org Impress : logarithmic scaling along axes -OpenOffice.org Impress : lowercase letters -OpenOffice.org Impress : lowercase letters;font effects -OpenOffice.org Impress : Macromedia Flash export -OpenOffice.org Impress : macros -OpenOffice.org Impress : macros;assigning to events in forms -OpenOffice.org Impress : macros;in MS Office documents -OpenOffice.org Impress : macros;interrupting -OpenOffice.org Impress : macros;organizing -OpenOffice.org Impress : macros;recording -OpenOffice.org Impress : macros;running in presentations -OpenOffice.org Impress : macros;security -OpenOffice.org Impress : macros;security warning dialog -OpenOffice.org Impress : macros;selecting security warnings -OpenOffice.org Impress : magnetic lines in presentations -OpenOffice.org Impress : magnifiers -OpenOffice.org Impress : Mail Merge feature in Microsoft Office -OpenOffice.org Impress : margins -OpenOffice.org Impress : margins;pages -OpenOffice.org Impress : margins;setting with the mouse -OpenOffice.org Impress : margins;shadows -OpenOffice.org Impress : marking changes -OpenOffice.org Impress : Markup feature in Microsoft Office -OpenOffice.org Impress : master layouts with headers and footers -OpenOffice.org Impress : master pages, see slide masters -OpenOffice.org Impress : master views -OpenOffice.org Impress : Math formula editor -OpenOffice.org Impress : measurement units -OpenOffice.org Impress : measurement units;changing on rulers -OpenOffice.org Impress : measurement units;converting -OpenOffice.org Impress : measurement units;selecting -OpenOffice.org Impress : Media Player window -OpenOffice.org Impress : menus -OpenOffice.org Impress : menus;activating context menus -OpenOffice.org Impress : menus;customizing -OpenOffice.org Impress : menus;inactive menu items -OpenOffice.org Impress : merging -OpenOffice.org Impress : merging;documents -OpenOffice.org Impress : merging;draw objects -OpenOffice.org Impress : META tags -OpenOffice.org Impress : metafiles -OpenOffice.org Impress : metafiles;converting to -OpenOffice.org Impress : metafiles;replacing colors -OpenOffice.org Impress : metrics -OpenOffice.org Impress : metrics;converting -OpenOffice.org Impress : metrics;document formatting (Writer) -OpenOffice.org Impress : metrics;in sheets -OpenOffice.org Impress : Microsoft Office -OpenOffice.org Impress : Microsoft Office;Access databases (base) -OpenOffice.org Impress : Microsoft Office;as standard file format -OpenOffice.org Impress : Microsoft Office;document import restrictions -OpenOffice.org Impress : Microsoft Office;feature comparisons -OpenOffice.org Impress : Microsoft Office;importing password protected files -OpenOffice.org Impress : Microsoft Office;importing Word documents -OpenOffice.org Impress : Microsoft Office;importing/exporting VBA code -OpenOffice.org Impress : Microsoft Office;new users information -OpenOffice.org Impress : Microsoft Office;opening Microsoft documents -OpenOffice.org Impress : Microsoft Office;reassigning document types -OpenOffice.org Impress : mirroring objects -OpenOffice.org Impress : mobile device filters -OpenOffice.org Impress : models in XForms -OpenOffice.org Impress : modifying, see changing -OpenOffice.org Impress : more controls -OpenOffice.org Impress : mosaic filter -OpenOffice.org Impress : motion paths -OpenOffice.org Impress : mouse -OpenOffice.org Impress : mouse;pointers when using drag and drop -OpenOffice.org Impress : mouse;positioning -OpenOffice.org Impress : moving -OpenOffice.org Impress : moving;between layers -OpenOffice.org Impress : moving;objects in slides -OpenOffice.org Impress : moving;tab stops on ruler -OpenOffice.org Impress : moving;toolbars -OpenOffice.org Impress : moving;using guide lines in presentations -OpenOffice.org Impress : MS ADO interface (Base) -OpenOffice.org Impress : multi-line titles in forms -OpenOffice.org Impress : multiple documents -OpenOffice.org Impress : multiple documents;opening -OpenOffice.org Impress : multiple monitors -OpenOffice.org Impress : multiplying draw objects -OpenOffice.org Impress : My Documents folder -OpenOffice.org Impress : My Documents folder;changing work directory -OpenOffice.org Impress : My Documents folder;opening -OpenOffice.org Impress : MySQL databases (Base) -OpenOffice.org Impress : names -OpenOffice.org Impress : names;multi-line titles -OpenOffice.org Impress : names;objects -OpenOffice.org Impress : names, see also labels/callouts -OpenOffice.org Impress : namespace organization in XForms -OpenOffice.org Impress : native SQL (Base) -OpenOffice.org Impress : navigating -OpenOffice.org Impress : navigating;in documents -OpenOffice.org Impress : Navigation bar -OpenOffice.org Impress : Navigation bar;controls -OpenOffice.org Impress : Navigation bar;forms -OpenOffice.org Impress : Navigator -OpenOffice.org Impress : Navigator;contents as lists -OpenOffice.org Impress : Navigator;docking -OpenOffice.org Impress : Navigator;presentations -OpenOffice.org Impress : Navigator;working with -OpenOffice.org Impress : net charts -OpenOffice.org Impress : network identity options -OpenOffice.org Impress : new databases -OpenOffice.org Impress : new documents -OpenOffice.org Impress : new German spellcheck -OpenOffice.org Impress : new lines in cells -OpenOffice.org Impress : new windows -OpenOffice.org Impress : non-breaking dashes -OpenOffice.org Impress : non-breaking spaces (Writer) -OpenOffice.org Impress : non-printing characters (Writer) -OpenOffice.org Impress : normal view -OpenOffice.org Impress : normal view;backgrounds -OpenOffice.org Impress : normal view;presentations -OpenOffice.org Impress : notes -OpenOffice.org Impress : notes;adding to slides -OpenOffice.org Impress : notes;default formatting -OpenOffice.org Impress : notes;displaying (Calc) -OpenOffice.org Impress : notes;inserting and editing -OpenOffice.org Impress : notes;printing in presentations -OpenOffice.org Impress : notes;printing in text -OpenOffice.org Impress : number formats -OpenOffice.org Impress : number formats;codes -OpenOffice.org Impress : number formats;formats -OpenOffice.org Impress : number formats;recognition in text tables -OpenOffice.org Impress : number of pages -OpenOffice.org Impress : number of sheets -OpenOffice.org Impress : number of tables -OpenOffice.org Impress : numbering -OpenOffice.org Impress : numbering;options -OpenOffice.org Impress : numbering;paragraphs -OpenOffice.org Impress : numbering;turning off -OpenOffice.org Impress : numbering;using automatically -OpenOffice.org Impress : numbers -OpenOffice.org Impress : numbers;date, time and currency formats -OpenOffice.org Impress : numbers;decimal places (Calc) -OpenOffice.org Impress : numbers;formatting options for selected cells -OpenOffice.org Impress : numerical fields in forms -OpenOffice.org Impress : object bars -OpenOffice.org Impress : object bars;editing glue points -OpenOffice.org Impress : objects -OpenOffice.org Impress : objects;aligning -OpenOffice.org Impress : objects;always moveable (Impress/Draw) -OpenOffice.org Impress : objects;arranging within stacks -OpenOffice.org Impress : objects;behind object command -OpenOffice.org Impress : objects;breaking connections -OpenOffice.org Impress : objects;contours in presentations -OpenOffice.org Impress : objects;copying when moving in presentations -OpenOffice.org Impress : objects;definition -OpenOffice.org Impress : objects;displaying in spreadsheets -OpenOffice.org Impress : objects;displaying in text documents -OpenOffice.org Impress : objects;editing -OpenOffice.org Impress : objects;effects -OpenOffice.org Impress : objects;in front of object command -OpenOffice.org Impress : objects;inserting from files -OpenOffice.org Impress : objects;inserting from Gallery -OpenOffice.org Impress : objects;inserting OLE objects -OpenOffice.org Impress : objects;moving along paths -OpenOffice.org Impress : objects;moving and resizing with mouse -OpenOffice.org Impress : objects;moving in layers -OpenOffice.org Impress : objects;moving in slides -OpenOffice.org Impress : objects;naming -OpenOffice.org Impress : objects;opening -OpenOffice.org Impress : objects;properties of charts -OpenOffice.org Impress : objects;quickly moving to -OpenOffice.org Impress : objects;reversing -OpenOffice.org Impress : objects;selecting -OpenOffice.org Impress : objects;titles and descriptions -OpenOffice.org Impress : objects;with attributes -OpenOffice.org Impress : ODBC -OpenOffice.org Impress : ODBC;database (Base) -OpenOffice.org Impress : ODBC;definition -OpenOffice.org Impress : ODF file formats -OpenOffice.org Impress : Office -OpenOffice.org Impress : Office;Microsoft Office and OpenOffice.org -OpenOffice.org Impress : old German spellcheck -OpenOffice.org Impress : OLE -OpenOffice.org Impress : OLE;definition -OpenOffice.org Impress : OLE objects -OpenOffice.org Impress : OLE objects;arranging within stacks -OpenOffice.org Impress : OLE objects;captions (Writer) -OpenOffice.org Impress : OLE objects;inserting -OpenOffice.org Impress : OLE objects;number of -OpenOffice.org Impress : OLE objects;protecting -OpenOffice.org Impress : one and a half line spacing in text -OpenOffice.org Impress : online registration -OpenOffice.org Impress : online update options -OpenOffice.org Impress : online updates -OpenOffice.org Impress : online updates;checking automatically -OpenOffice.org Impress : online updates;checking manually -OpenOffice.org Impress : Open/Save dialogs -OpenOffice.org Impress : OpenDocument file formats -OpenOffice.org Impress : OpenGL -OpenOffice.org Impress : OpenGL;definition -OpenOffice.org Impress : OpenGL;optimized output -OpenOffice.org Impress : opening -OpenOffice.org Impress : opening;context menus -OpenOffice.org Impress : opening;database files -OpenOffice.org Impress : opening;dialog settings -OpenOffice.org Impress : opening;documents -OpenOffice.org Impress : opening;documents from other formats -OpenOffice.org Impress : opening;files with links -OpenOffice.org Impress : opening;files, with placeholders -OpenOffice.org Impress : opening;forms -OpenOffice.org Impress : opening;Microsoft Office files -OpenOffice.org Impress : opening;mobile device documents -OpenOffice.org Impress : opening;objects -OpenOffice.org Impress : opening;reports -OpenOffice.org Impress : opening;several files -OpenOffice.org Impress : opening;XForms -OpenOffice.org Impress : OpenOffice.org Base data sources -OpenOffice.org Impress : OpenOffice.org Basic scripts in HTML documents -OpenOffice.org Impress : OpenOffice.org documents -OpenOffice.org Impress : OpenOffice.org documents;mobile device filters -OpenOffice.org Impress : OpenOffice.org documents;viewing and editing in Internet Explorer -OpenOffice.org Impress : OpenOffice.org Impress instructions -OpenOffice.org Impress : OpenOffice.org Math start -OpenOffice.org Impress : operators -OpenOffice.org Impress : operators;default filters -OpenOffice.org Impress : optional hyphens (Writer) -OpenOffice.org Impress : options -OpenOffice.org Impress : options;accessibility -OpenOffice.org Impress : options;appearance -OpenOffice.org Impress : options;compatibility (Writer) -OpenOffice.org Impress : options;network identity -OpenOffice.org Impress : options;online update -OpenOffice.org Impress : options;tools -OpenOffice.org Impress : Oracle databases (base) -OpenOffice.org Impress : order of chart data -OpenOffice.org Impress : ordering -OpenOffice.org Impress : ordering;objects -OpenOffice.org Impress : ordering;slides -OpenOffice.org Impress : organization charts -OpenOffice.org Impress : organizing -OpenOffice.org Impress : organizing;macros and scripts -OpenOffice.org Impress : organizing;namespaces in XForms -OpenOffice.org Impress : organizing;styles -OpenOffice.org Impress : organizing;templates -OpenOffice.org Impress : origin of rulers -OpenOffice.org Impress : original size -OpenOffice.org Impress : original size;printing in OpenOffice.org Math -OpenOffice.org Impress : original size;restoring after cropping -OpenOffice.org Impress : outline view -OpenOffice.org Impress : outlines -OpenOffice.org Impress : outlines;font effects -OpenOffice.org Impress : outlines;outline symbols -OpenOffice.org Impress : outlines;printing -OpenOffice.org Impress : outlines;sending to presentations -OpenOffice.org Impress : overwrite mode -OpenOffice.org Impress : packages, see extensions -OpenOffice.org Impress : page breaks -OpenOffice.org Impress : page breaks;displaying (Calc) -OpenOffice.org Impress : page formats -OpenOffice.org Impress : page formats;maximizing -OpenOffice.org Impress : page formats;restriction -OpenOffice.org Impress : page number field -OpenOffice.org Impress : page numbers on all slides -OpenOffice.org Impress : page styles -OpenOffice.org Impress : page styles;editing/applying with statusbar -OpenOffice.org Impress : pages -OpenOffice.org Impress : pages;backgrounds in spreadsheets -OpenOffice.org Impress : pages;copying -OpenOffice.org Impress : pages;fitting to printed pages -OpenOffice.org Impress : pages;formatting and numbering -OpenOffice.org Impress : pages;printing page names in presentations -OpenOffice.org Impress : pages;scaling -OpenOffice.org Impress : pages;selecting one to print -OpenOffice.org Impress : paint box -OpenOffice.org Impress : paint can symbol -OpenOffice.org Impress : pair kerning -OpenOffice.org Impress : Palm file filters -OpenOffice.org Impress : paper formats -OpenOffice.org Impress : paper size warning -OpenOffice.org Impress : paper trays -OpenOffice.org Impress : paragraph marks -OpenOffice.org Impress : paragraph marks;displaying (Writer) -OpenOffice.org Impress : paragraph styles -OpenOffice.org Impress : paragraph styles;languages -OpenOffice.org Impress : paragraph styles;modifying basic fonts -OpenOffice.org Impress : paragraphs -OpenOffice.org Impress : paragraphs;alignment -OpenOffice.org Impress : paragraphs;Asian typography -OpenOffice.org Impress : paragraphs;backgrounds -OpenOffice.org Impress : paragraphs;defining borders -OpenOffice.org Impress : paragraphs;hidden paragraphs (Writer) -OpenOffice.org Impress : paragraphs;increasing indents of -OpenOffice.org Impress : paragraphs;indents, margins and columns -OpenOffice.org Impress : paragraphs;inserting bullets -OpenOffice.org Impress : paragraphs;joining -OpenOffice.org Impress : paragraphs;numbering automatically -OpenOffice.org Impress : paragraphs;removing blank ones -OpenOffice.org Impress : paragraphs;spacing -OpenOffice.org Impress : paragraphs;tab stops -OpenOffice.org Impress : parameters -OpenOffice.org Impress : parameters;command line -OpenOffice.org Impress : parameters;queries (Base) -OpenOffice.org Impress : passwords for protecting contents -OpenOffice.org Impress : pasting -OpenOffice.org Impress : pasting;cell ranges -OpenOffice.org Impress : pasting;cell ranges from spreadsheets -OpenOffice.org Impress : pasting;data from text documents -OpenOffice.org Impress : pasting;draw objects -OpenOffice.org Impress : pasting;draw objects from other documents -OpenOffice.org Impress : pasting;formatted/unformatted text -OpenOffice.org Impress : pasting;from data source view -OpenOffice.org Impress : pasting;from data sources to OpenOffice.org Calc -OpenOffice.org Impress : pasting;pictures from other documents -OpenOffice.org Impress : pasting;sheet areas in text documents -OpenOffice.org Impress : pasting;slides from other presentations -OpenOffice.org Impress : pasting;text from other documents -OpenOffice.org Impress : pasting;to Gallery -OpenOffice.org Impress : paths -OpenOffice.org Impress : paths;changing work directory -OpenOffice.org Impress : paths;defaults -OpenOffice.org Impress : paths;moving objects along -OpenOffice.org Impress : pattern editor -OpenOffice.org Impress : pattern fields -OpenOffice.org Impress : pattern fields;form functions -OpenOffice.org Impress : patterns for objects -OpenOffice.org Impress : PDF -OpenOffice.org Impress : PDF;export -OpenOffice.org Impress : PDF;PostScript to PDF converter, UNIX -OpenOffice.org Impress : personal data input -OpenOffice.org Impress : phonetic guide -OpenOffice.org Impress : picklist creation -OpenOffice.org Impress : pictures -OpenOffice.org Impress : pictures;adding to Gallery -OpenOffice.org Impress : pictures;arranging within stacks -OpenOffice.org Impress : pictures;assigning macros -OpenOffice.org Impress : pictures;backgrounds -OpenOffice.org Impress : pictures;captions (Writer) -OpenOffice.org Impress : pictures;changing paths -OpenOffice.org Impress : pictures;cropping and zooming -OpenOffice.org Impress : pictures;displaying in Calc -OpenOffice.org Impress : pictures;displaying in Writer (Writer) -OpenOffice.org Impress : pictures;drag and drop between documents -OpenOffice.org Impress : pictures;drawing -OpenOffice.org Impress : pictures;editing -OpenOffice.org Impress : pictures;filters -OpenOffice.org Impress : pictures;ImageMap -OpenOffice.org Impress : pictures;inserting -OpenOffice.org Impress : pictures;inserting automatically -OpenOffice.org Impress : pictures;inserting from Gallery -OpenOffice.org Impress : pictures;number of -OpenOffice.org Impress : pictures;printing -OpenOffice.org Impress : pictures;scaling/resizing -OpenOffice.org Impress : pie charts -OpenOffice.org Impress : pivot points of draw objects -OpenOffice.org Impress : Pivot tables feature in Microsoft Office -OpenOffice.org Impress : pixel editor -OpenOffice.org Impress : pixel graphics -OpenOffice.org Impress : pixel graphics;inserting and editing -OpenOffice.org Impress : pixel patterns -OpenOffice.org Impress : placeholders -OpenOffice.org Impress : placeholders;in SQL queries -OpenOffice.org Impress : placeholders;on opening files -OpenOffice.org Impress : placing toolbars -OpenOffice.org Impress : playing movies and sound files -OpenOffice.org Impress : plotting data as charts -OpenOffice.org Impress : plug-ins -OpenOffice.org Impress : plug-ins;activating and deactivating -OpenOffice.org Impress : plug-ins;definition -OpenOffice.org Impress : plug-ins;inserting -OpenOffice.org Impress : pocket device appliances -OpenOffice.org Impress : Pocket PC file filters -OpenOffice.org Impress : points -OpenOffice.org Impress : points;reducing editing points when snapping (Impress/Draw) -OpenOffice.org Impress : polygon drawing -OpenOffice.org Impress : polygons -OpenOffice.org Impress : polygons;inserting -OpenOffice.org Impress : polygons;intersecting/subtracting/merging -OpenOffice.org Impress : pop-art filter -OpenOffice.org Impress : portable document format -OpenOffice.org Impress : positioning -OpenOffice.org Impress : positioning;draw objects and controls -OpenOffice.org Impress : positioning;fonts -OpenOffice.org Impress : positioning;objects -OpenOffice.org Impress : positioning;toolbars -OpenOffice.org Impress : post method for form transmissions -OpenOffice.org Impress : posterizing filter -OpenOffice.org Impress : PostScript -OpenOffice.org Impress : PostScript;creating files -OpenOffice.org Impress : PostScript;PDF converter, UNIX -OpenOffice.org Impress : PowerPoint export -OpenOffice.org Impress : precision as shown (Calc) -OpenOffice.org Impress : predefining fonts -OpenOffice.org Impress : presentations -OpenOffice.org Impress : presentations;arranging slides -OpenOffice.org Impress : presentations;creating/opening -OpenOffice.org Impress : presentations;exiting by interaction -OpenOffice.org Impress : presentations;exporting to HTML -OpenOffice.org Impress : presentations;importing HTML -OpenOffice.org Impress : presentations;inserting spreadsheet cells -OpenOffice.org Impress : presentations;inserting spreadsheets -OpenOffice.org Impress : presentations;live on the Internet -OpenOffice.org Impress : presentations;navigating -OpenOffice.org Impress : presentations;numbering slides in -OpenOffice.org Impress : presentations;ordering of effects -OpenOffice.org Impress : presentations;print menu -OpenOffice.org Impress : presentations;printing -OpenOffice.org Impress : presentations;rehearse timings -OpenOffice.org Impress : presentations;saving -OpenOffice.org Impress : presentations;saving automatically -OpenOffice.org Impress : presentations;saving in other formats -OpenOffice.org Impress : presentations;sending as e-mail -OpenOffice.org Impress : presentations;settings for -OpenOffice.org Impress : presentations;shortcut keys -OpenOffice.org Impress : presentations;starting -OpenOffice.org Impress : presentations;starting with wizard -OpenOffice.org Impress : presentations;window / full screen -OpenOffice.org Impress : presentations;wizards -OpenOffice.org Impress : press buttons, see push buttons -OpenOffice.org Impress : previews -OpenOffice.org Impress : previews;fonts lists -OpenOffice.org Impress : primary keys -OpenOffice.org Impress : primary keys;defining -OpenOffice.org Impress : primary keys;inserting (Base) -OpenOffice.org Impress : print area selection -OpenOffice.org Impress : printer metrics for document formatting (Writer) -OpenOffice.org Impress : printers -OpenOffice.org Impress : printers;adding, UNIX -OpenOffice.org Impress : printers;choosing -OpenOffice.org Impress : printers;default printer -OpenOffice.org Impress : printers;faxes under UNIX -OpenOffice.org Impress : printers;maximum page formats -OpenOffice.org Impress : printers;paper trays -OpenOffice.org Impress : printers;properties -OpenOffice.org Impress : printing -OpenOffice.org Impress : printing;black and white -OpenOffice.org Impress : printing;brochures -OpenOffice.org Impress : printing;colors in grayscale -OpenOffice.org Impress : printing;copies -OpenOffice.org Impress : printing;creating individual jobs -OpenOffice.org Impress : printing;dates in presentations -OpenOffice.org Impress : printing;directly -OpenOffice.org Impress : printing;documents -OpenOffice.org Impress : printing;drawings defaults -OpenOffice.org Impress : printing;elements in text documents -OpenOffice.org Impress : printing;faster -OpenOffice.org Impress : printing;fitting to pages in OpenOffice.org Math -OpenOffice.org Impress : printing;fitting to pages in presentations -OpenOffice.org Impress : printing;fitting to paper -OpenOffice.org Impress : printing;formulas in OpenOffice.org Math -OpenOffice.org Impress : printing;hidden pages of presentations -OpenOffice.org Impress : printing;in original size in OpenOffice.org Math -OpenOffice.org Impress : printing;left/right pages -OpenOffice.org Impress : printing;presentations -OpenOffice.org Impress : printing;queries (Base) -OpenOffice.org Impress : printing;scaling in OpenOffice.org Math -OpenOffice.org Impress : printing;selections -OpenOffice.org Impress : printing;text always in black -OpenOffice.org Impress : printing;text in reverse order -OpenOffice.org Impress : printing;tiling pages in presentations -OpenOffice.org Impress : printing;transparencies -OpenOffice.org Impress : printing;warnings -OpenOffice.org Impress : printing;without scaling in presentations -OpenOffice.org Impress : printing speed -OpenOffice.org Impress : programming -OpenOffice.org Impress : programming;OpenOffice.org -OpenOffice.org Impress : programming;scripting -OpenOffice.org Impress : programs run by mouse click in presentations -OpenOffice.org Impress : properties -OpenOffice.org Impress : properties;charts -OpenOffice.org Impress : properties;fields in databases -OpenOffice.org Impress : properties;files -OpenOffice.org Impress : properties;form controls -OpenOffice.org Impress : properties;forms -OpenOffice.org Impress : properties;printers -OpenOffice.org Impress : properties;smooth lines in line charts/XY charts -OpenOffice.org Impress : protected contents -OpenOffice.org Impress : protected dashes -OpenOffice.org Impress : protected database tables -OpenOffice.org Impress : protected documents -OpenOffice.org Impress : protected spaces -OpenOffice.org Impress : protected spaces;inserting -OpenOffice.org Impress : protected spaces;showing (Writer) -OpenOffice.org Impress : protecting -OpenOffice.org Impress : protecting;contents -OpenOffice.org Impress : protecting;recorded changes -OpenOffice.org Impress : proxy settings -OpenOffice.org Impress : push buttons -OpenOffice.org Impress : push buttons;adding to documents -OpenOffice.org Impress : push buttons;creating -OpenOffice.org Impress : pyramids -OpenOffice.org Impress : queries -OpenOffice.org Impress : queries;copying (Base) -OpenOffice.org Impress : queries;creating in design view (Base) -OpenOffice.org Impress : queries;creating in SQL view -OpenOffice.org Impress : queries;defining (Base) -OpenOffice.org Impress : queries;deleting table links (Base) -OpenOffice.org Impress : queries;editing in data source view -OpenOffice.org Impress : queries;formulating filter conditions (Base) -OpenOffice.org Impress : queries;joining tables (Base) -OpenOffice.org Impress : queries;missing elements (Base) -OpenOffice.org Impress : queries;overview (Base) -OpenOffice.org Impress : queries;parameter queries (Base) -OpenOffice.org Impress : queries;printing (Base) -OpenOffice.org Impress : Query Wizard (Base) -OpenOffice.org Impress : quickstarter -OpenOffice.org Impress : quotation marks -OpenOffice.org Impress : quotation marks;replacing -OpenOffice.org Impress : quotes -OpenOffice.org Impress : quotes;custom -OpenOffice.org Impress : radar charts, see net charts -OpenOffice.org Impress : radio button creation -OpenOffice.org Impress : read-only documents -OpenOffice.org Impress : read-only documents;cursor -OpenOffice.org Impress : read-only documents;database tables on/off -OpenOffice.org Impress : read-only documents;editing -OpenOffice.org Impress : read-only documents;opening documents as -OpenOffice.org Impress : read-only items in Data Navigator -OpenOffice.org Impress : recognizing URLs automatically -OpenOffice.org Impress : recording -OpenOffice.org Impress : recording;changes -OpenOffice.org Impress : recording;display times for slides -OpenOffice.org Impress : recording;macros -OpenOffice.org Impress : records -OpenOffice.org Impress : records;inserting notes -OpenOffice.org Impress : records;protecting -OpenOffice.org Impress : records;saving -OpenOffice.org Impress : records;searching in databases -OpenOffice.org Impress : rectangles -OpenOffice.org Impress : rectangles with round corners -OpenOffice.org Impress : recursions in spreadsheets -OpenOffice.org Impress : redo command -OpenOffice.org Impress : reduced printing -OpenOffice.org Impress : reference lines -OpenOffice.org Impress : references -OpenOffice.org Impress : references;displaying in color (Calc) -OpenOffice.org Impress : references;expanding (Calc) -OpenOffice.org Impress : references;iterative (Calc) -OpenOffice.org Impress : Refresh Data feature in Microsoft Office -OpenOffice.org Impress : register-true -OpenOffice.org Impress : register-true;definition -OpenOffice.org Impress : registering -OpenOffice.org Impress : registering;address books -OpenOffice.org Impress : registering;databases (Base) -OpenOffice.org Impress : registering;OpenOffice.org -OpenOffice.org Impress : regression curves in charts -OpenOffice.org Impress : regular expressions -OpenOffice.org Impress : regular expressions;list of -OpenOffice.org Impress : regular expressions;opening files -OpenOffice.org Impress : rehearse timings -OpenOffice.org Impress : relational databases (Base) -OpenOffice.org Impress : relations -OpenOffice.org Impress : relations;creating and deleting (Base) -OpenOffice.org Impress : relations;joining tables (Base) -OpenOffice.org Impress : relations;properties (Base) -OpenOffice.org Impress : relative hyperlinks -OpenOffice.org Impress : relative saving of URLs -OpenOffice.org Impress : reloading -OpenOffice.org Impress : reloading;documents -OpenOffice.org Impress : reloading;HTML documents, automatically -OpenOffice.org Impress : remarks, see also notes -OpenOffice.org Impress : remote configurations -OpenOffice.org Impress : remove noise filter -OpenOffice.org Impress : removing -OpenOffice.org Impress : removing;bullets and numbering -OpenOffice.org Impress : removing;form filters -OpenOffice.org Impress : removing, see also deleting -OpenOffice.org Impress : renaming layers -OpenOffice.org Impress : reorganizing charts -OpenOffice.org Impress : Replace text as you type feature in Microsoft Office -OpenOffice.org Impress : replacement options -OpenOffice.org Impress : replacement table -OpenOffice.org Impress : replacing -OpenOffice.org Impress : replacing;AutoCorrect function -OpenOffice.org Impress : replacing;colors in bitmaps -OpenOffice.org Impress : replacing;dashes -OpenOffice.org Impress : Report Builder -OpenOffice.org Impress : reports -OpenOffice.org Impress : reports;creating -OpenOffice.org Impress : reports;error reports -OpenOffice.org Impress : reports;opening and editing -OpenOffice.org Impress : reports;templates -OpenOffice.org Impress : resetting -OpenOffice.org Impress : resetting;templates -OpenOffice.org Impress : resizing -OpenOffice.org Impress : resizing;objects, by mouse -OpenOffice.org Impress : resizing, see also scaling/zooming -OpenOffice.org Impress : resolution when printing bitmaps -OpenOffice.org Impress : restoring -OpenOffice.org Impress : restoring;default formatting -OpenOffice.org Impress : restoring;editing -OpenOffice.org Impress : reversing objects -OpenOffice.org Impress : reversing printing order -OpenOffice.org Impress : review function -OpenOffice.org Impress : review function;accepting or rejecting changes -OpenOffice.org Impress : review function;comparing documents -OpenOffice.org Impress : review function;recording changes example -OpenOffice.org Impress : rich text control -OpenOffice.org Impress : right alignment of paragraphs -OpenOffice.org Impress : right joins (Base) -OpenOffice.org Impress : right-to-left text -OpenOffice.org Impress : rotating -OpenOffice.org Impress : rotating;3D text -OpenOffice.org Impress : rotating;draw objects -OpenOffice.org Impress : rotation mode -OpenOffice.org Impress : round corners -OpenOffice.org Impress : rounding precision (Calc) -OpenOffice.org Impress : row headers -OpenOffice.org Impress : row headers;displaying (Calc) -OpenOffice.org Impress : row headers;highlighting (Calc) -OpenOffice.org Impress : rulers -OpenOffice.org Impress : rulers;default settings -OpenOffice.org Impress : rulers;in presentations -OpenOffice.org Impress : rulers;measurement units -OpenOffice.org Impress : rulers;visible in presentations -OpenOffice.org Impress : running macros/programs in presentations -OpenOffice.org Impress : running slide shows -OpenOffice.org Impress : samples and templates -OpenOffice.org Impress : saving -OpenOffice.org Impress : saving;as HTML -OpenOffice.org Impress : saving;default file formats -OpenOffice.org Impress : saving;dialog settings -OpenOffice.org Impress : saving;documents -OpenOffice.org Impress : saving;documents for mobile devices -OpenOffice.org Impress : saving;documents in other formats -OpenOffice.org Impress : saving;documents, automatically -OpenOffice.org Impress : saving;in Microsoft Office file format -OpenOffice.org Impress : saving;options -OpenOffice.org Impress : saving;templates -OpenOffice.org Impress : saving;to XML -OpenOffice.org Impress : saving;VBA code in Microsoft Office documents -OpenOffice.org Impress : saving;with password by default -OpenOffice.org Impress : saving as command -OpenOffice.org Impress : saving as command;precautions -OpenOffice.org Impress : scaling -OpenOffice.org Impress : scaling;axes -OpenOffice.org Impress : scaling;font sizes in user interface -OpenOffice.org Impress : scaling;objects -OpenOffice.org Impress : scaling;pictures -OpenOffice.org Impress : scaling;printing in OpenOffice.org Math -OpenOffice.org Impress : scaling;text in charts -OpenOffice.org Impress : scaling;when printing presentations -OpenOffice.org Impress : scaling, see also zooming -OpenOffice.org Impress : scatter charts -OpenOffice.org Impress : screen -OpenOffice.org Impress : screen;full screen views -OpenOffice.org Impress : screen;scaling -OpenOffice.org Impress : screen magnifiers -OpenOffice.org Impress : screen readers -OpenOffice.org Impress : script organization -OpenOffice.org Impress : scripting in programming -OpenOffice.org Impress : scrollbars -OpenOffice.org Impress : scrollbars;controls -OpenOffice.org Impress : scrollbars;displaying (Calc) -OpenOffice.org Impress : scrollbars;horizontal and vertical (Writer) -OpenOffice.org Impress : search criteria for database functions in cells -OpenOffice.org Impress : search engines -OpenOffice.org Impress : search engines;definition -OpenOffice.org Impress : search engines;selecting -OpenOffice.org Impress : searching -OpenOffice.org Impress : searching;all sheets -OpenOffice.org Impress : searching;databases -OpenOffice.org Impress : searching;form filters -OpenOffice.org Impress : searching;Internet -OpenOffice.org Impress : searching;tables and forms -OpenOffice.org Impress : secondary axes in charts -OpenOffice.org Impress : sections -OpenOffice.org Impress : sections;backgrounds -OpenOffice.org Impress : sections;protecting -OpenOffice.org Impress : sectors of circles/ellipses -OpenOffice.org Impress : security -OpenOffice.org Impress : security;options for documents with macros -OpenOffice.org Impress : security;protecting contents -OpenOffice.org Impress : security;warning dialogs with macros -OpenOffice.org Impress : segments of circles/ellipses -OpenOffice.org Impress : selecting -OpenOffice.org Impress : selecting;controls -OpenOffice.org Impress : selecting;group objects -OpenOffice.org Impress : selecting;hidden objects -OpenOffice.org Impress : selecting;layers -OpenOffice.org Impress : selecting;measurement units -OpenOffice.org Impress : selecting;objects -OpenOffice.org Impress : selecting;print areas -OpenOffice.org Impress : selecting;several files -OpenOffice.org Impress : selection clipboard -OpenOffice.org Impress : selection modes in text -OpenOffice.org Impress : sending -OpenOffice.org Impress : sending;AutoAbstract function in presentations -OpenOffice.org Impress : sending;documents as e-mail -OpenOffice.org Impress : sending;documents as faxes -OpenOffice.org Impress : separator lines -OpenOffice.org Impress : separator lines;defining -OpenOffice.org Impress : separators -OpenOffice.org Impress : separators;conditional -OpenOffice.org Impress : Server Side ImageMap -OpenOffice.org Impress : settings -OpenOffice.org Impress : settings;printers -OpenOffice.org Impress : settings;program configuration -OpenOffice.org Impress : settings;proxies -OpenOffice.org Impress : settings;tracking changes -OpenOffice.org Impress : settings;views -OpenOffice.org Impress : SGML -OpenOffice.org Impress : SGML;definition -OpenOffice.org Impress : shadows -OpenOffice.org Impress : shadows;areas -OpenOffice.org Impress : shadows;borders -OpenOffice.org Impress : shadows;characters -OpenOffice.org Impress : shadows;characters, using context menu -OpenOffice.org Impress : sharpening filter -OpenOffice.org Impress : shearing objects -OpenOffice.org Impress : sheet tabs -OpenOffice.org Impress : sheet tabs;displaying -OpenOffice.org Impress : sheets -OpenOffice.org Impress : sheets;searching all -OpenOffice.org Impress : shells -OpenOffice.org Impress : shortcut keys -OpenOffice.org Impress : shortcut keys;assigning macros -OpenOffice.org Impress : shortcut keys;charts -OpenOffice.org Impress : shortcut keys;general -OpenOffice.org Impress : shortcut keys;in databases -OpenOffice.org Impress : shortcut keys;in drawings -OpenOffice.org Impress : shortcut keys;in presentations -OpenOffice.org Impress : shortcut keys;OpenOffice.org accessibility -OpenOffice.org Impress : Show/Hide feature in Microsoft Office -OpenOffice.org Impress : showing -OpenOffice.org Impress : showing;changes -OpenOffice.org Impress : showing;docked windows -OpenOffice.org Impress : showing;drawings and controls (Writer) -OpenOffice.org Impress : showing;guides -OpenOffice.org Impress : showing;hidden layers -OpenOffice.org Impress : showing;hidden slides -OpenOffice.org Impress : showing;levels -OpenOffice.org Impress : showing;live presentations on the Internet -OpenOffice.org Impress : showing;slide shows -OpenOffice.org Impress : showing;subpoints -OpenOffice.org Impress : showing;toolbars -OpenOffice.org Impress : sign conversion to curves -OpenOffice.org Impress : signing documents with digital signatures -OpenOffice.org Impress : similarity search -OpenOffice.org Impress : simple handles (Writer) -OpenOffice.org Impress : simplified Chinese -OpenOffice.org Impress : simplified Chinese;translating to traditional Chinese -OpenOffice.org Impress : single sign on options -OpenOffice.org Impress : single-line spacing in text -OpenOffice.org Impress : sizes -OpenOffice.org Impress : sizes;draw objects -OpenOffice.org Impress : sizes;pictures -OpenOffice.org Impress : skewing draw objects -OpenOffice.org Impress : slanting draw objects -OpenOffice.org Impress : slanting objects -OpenOffice.org Impress : slide designs -OpenOffice.org Impress : slide layouts -OpenOffice.org Impress : slide master view -OpenOffice.org Impress : slide masters -OpenOffice.org Impress : slide masters;changing backgrounds -OpenOffice.org Impress : slide masters;designing -OpenOffice.org Impress : slide masters;headers and footers -OpenOffice.org Impress : slide numbers -OpenOffice.org Impress : slide numbers on all slides -OpenOffice.org Impress : slide shows -OpenOffice.org Impress : slide shows;custom -OpenOffice.org Impress : slide shows;settings for -OpenOffice.org Impress : slide shows;starting -OpenOffice.org Impress : slide transitions -OpenOffice.org Impress : slide transitions;applying effects -OpenOffice.org Impress : slide transitions;automatic -OpenOffice.org Impress : slide transitions;manual -OpenOffice.org Impress : slide transitions;sounds -OpenOffice.org Impress : slides -OpenOffice.org Impress : slides;arranging -OpenOffice.org Impress : slides;backgrounds -OpenOffice.org Impress : slides;changing backgrounds -OpenOffice.org Impress : slides;copying between documents -OpenOffice.org Impress : slides;deleting -OpenOffice.org Impress : slides;expanding -OpenOffice.org Impress : slides;formatting -OpenOffice.org Impress : slides;headers and footers -OpenOffice.org Impress : slides;inserting -OpenOffice.org Impress : slides;inserting as links -OpenOffice.org Impress : slides;inserting notes -OpenOffice.org Impress : slides;page numbers -OpenOffice.org Impress : slides;printing -OpenOffice.org Impress : small capitals -OpenOffice.org Impress : small icons -OpenOffice.org Impress : smart tags -OpenOffice.org Impress : smart tags;options -OpenOffice.org Impress : smooth scrolling (Writer) -OpenOffice.org Impress : smoothing filter -OpenOffice.org Impress : snap grid defaults (Writer/Calc) -OpenOffice.org Impress : snap lines, see also guides -OpenOffice.org Impress : snap points -OpenOffice.org Impress : snap points;editing -OpenOffice.org Impress : snap points;inserting -OpenOffice.org Impress : snapping in presentations and drawings -OpenOffice.org Impress : solarization filter -OpenOffice.org Impress : sort lists -OpenOffice.org Impress : sort lists;copying to in Calc -OpenOffice.org Impress : sorting -OpenOffice.org Impress : sorting;data in forms -OpenOffice.org Impress : sorting;databases -OpenOffice.org Impress : sounds -OpenOffice.org Impress : sounds;for effects -OpenOffice.org Impress : sounds;formats -OpenOffice.org Impress : sounds;inserting and playing -OpenOffice.org Impress : sounds;on slide transitions -OpenOffice.org Impress : sounds;UNIX -OpenOffice.org Impress : spaces -OpenOffice.org Impress : spaces;displaying (Writer) -OpenOffice.org Impress : spaces;ignoring double -OpenOffice.org Impress : spaces;inserting protected spaces -OpenOffice.org Impress : spaces;showing protected spaces (Writer) -OpenOffice.org Impress : spacing -OpenOffice.org Impress : spacing;between paragraphs in footnotes -OpenOffice.org Impress : spacing;font effects -OpenOffice.org Impress : spacing;lines and paragraphs -OpenOffice.org Impress : spacing;tab stops in text documents -OpenOffice.org Impress : spacing;tabs in presentations -OpenOffice.org Impress : spadmin -OpenOffice.org Impress : speaker notes -OpenOffice.org Impress : speaker notes;defaults -OpenOffice.org Impress : speaker notes;inserting -OpenOffice.org Impress : special characters -OpenOffice.org Impress : speech bubbles -OpenOffice.org Impress : speed of printing -OpenOffice.org Impress : spellcheck -OpenOffice.org Impress : spellcheck;activating for a language -OpenOffice.org Impress : spellcheck;context menus -OpenOffice.org Impress : spellcheck;default languages -OpenOffice.org Impress : spellcheck;dialog -OpenOffice.org Impress : spellcheck;dictionary of exceptions -OpenOffice.org Impress : spellcheck;ignore list -OpenOffice.org Impress : Spelling and Grammar feature in Microsoft Office -OpenOffice.org Impress : spheres -OpenOffice.org Impress : spin button creation -OpenOffice.org Impress : splitting -OpenOffice.org Impress : splitting;combinations -OpenOffice.org Impress : splitting;curves -OpenOffice.org Impress : spoolfiles with Xprinter -OpenOffice.org Impress : spreadsheets -OpenOffice.org Impress : spreadsheets;as databases (base) -OpenOffice.org Impress : spreadsheets;backgrounds -OpenOffice.org Impress : spreadsheets;copying areas to text documents -OpenOffice.org Impress : spreadsheets;creating/opening -OpenOffice.org Impress : spreadsheets;in presentations -OpenOffice.org Impress : spreadsheets;inserting charts -OpenOffice.org Impress : spreadsheets;inserting database records -OpenOffice.org Impress : spreadsheets;printing -OpenOffice.org Impress : spreadsheets;saving -OpenOffice.org Impress : spreadsheets;saving automatically -OpenOffice.org Impress : spreadsheets;saving in other formats -OpenOffice.org Impress : spreadsheets;sending as e-mail -OpenOffice.org Impress : SQL -OpenOffice.org Impress : SQL;definition -OpenOffice.org Impress : SQL;DISTINCT parameter -OpenOffice.org Impress : SQL;executing SQL commands -OpenOffice.org Impress : SQL;executing SQL statements (Base) -OpenOffice.org Impress : SQL;queries (Base) -OpenOffice.org Impress : square drawings -OpenOffice.org Impress : standard bar on/off -OpenOffice.org Impress : standard deviation in charts -OpenOffice.org Impress : standard filters in databases -OpenOffice.org Impress : standard printer under UNIX -OpenOffice.org Impress : Start Module backing window -OpenOffice.org Impress : start parameters -OpenOffice.org Impress : starting -OpenOffice.org Impress : starting;always with the current slide -OpenOffice.org Impress : starting;custom slide shows -OpenOffice.org Impress : starting;slide shows -OpenOffice.org Impress : statistics in charts -OpenOffice.org Impress : status bar on/off -OpenOffice.org Impress : stickers -OpenOffice.org Impress : stock charts -OpenOffice.org Impress : strikethrough -OpenOffice.org Impress : strikethrough;characters -OpenOffice.org Impress : strikethrough;font effects -OpenOffice.org Impress : styles -OpenOffice.org Impress : styles;'changed' message -OpenOffice.org Impress : styles;arrow and line styles -OpenOffice.org Impress : styles;copying between documents -OpenOffice.org Impress : styles;keyboard shortcuts -OpenOffice.org Impress : styles;organizing -OpenOffice.org Impress : styles;printing styles used in a document -OpenOffice.org Impress : styles;replacing automatically -OpenOffice.org Impress : Styles and Formatting window -OpenOffice.org Impress : Styles and Formatting window;docking -OpenOffice.org Impress : Styles and Formatting window;graphics documents -OpenOffice.org Impress : subforms -OpenOffice.org Impress : subforms;creating -OpenOffice.org Impress : subforms;description -OpenOffice.org Impress : submitting forms -OpenOffice.org Impress : subpoints -OpenOffice.org Impress : subpoints;hiding -OpenOffice.org Impress : subpoints;showing -OpenOffice.org Impress : subtracting polygons -OpenOffice.org Impress : suffixes in file formats -OpenOffice.org Impress : summary slide -OpenOffice.org Impress : support on the Web -OpenOffice.org Impress : synchronizing -OpenOffice.org Impress : synchronizing;labels and business cards -OpenOffice.org Impress : synchronizing;Pocket PC and OpenOffice.org formats -OpenOffice.org Impress : system address book registration -OpenOffice.org Impress : tab stops -OpenOffice.org Impress : tab stops;displaying (Writer) -OpenOffice.org Impress : tab stops;inserting and editing -OpenOffice.org Impress : tab stops;setting in sheets -OpenOffice.org Impress : tab stops;settings -OpenOffice.org Impress : tab stops;spacing in presentations -OpenOffice.org Impress : tab stops;spacing in text documents -OpenOffice.org Impress : table controls -OpenOffice.org Impress : table controls;form functions -OpenOffice.org Impress : table controls;keyboard-only edit mode -OpenOffice.org Impress : table controls;properties -OpenOffice.org Impress : table views of databases -OpenOffice.org Impress : Table Wizard (Base) -OpenOffice.org Impress : tables -OpenOffice.org Impress : tables;backgrounds -OpenOffice.org Impress : tables;inserting line breaks -OpenOffice.org Impress : tables in databases -OpenOffice.org Impress : tables in databases;access rights to (Base) -OpenOffice.org Impress : tables in databases;adding to queries -OpenOffice.org Impress : tables in databases;browsing and editing -OpenOffice.org Impress : tables in databases;copying database tables (Base) -OpenOffice.org Impress : tables in databases;creating -OpenOffice.org Impress : tables in databases;creating in design view -OpenOffice.org Impress : tables in databases;importing text formats (Base) -OpenOffice.org Impress : tables in databases;joining for queries (Base) -OpenOffice.org Impress : tables in databases;printing queries (Base) -OpenOffice.org Impress : tables in databases;relations (Base) -OpenOffice.org Impress : tables in databases;searching -OpenOffice.org Impress : tables in spreadsheets -OpenOffice.org Impress : tables in spreadsheets;copying data to other applications -OpenOffice.org Impress : tables in spreadsheets;defining borders -OpenOffice.org Impress : tables in spreadsheets;value highlighting -OpenOffice.org Impress : tables in text -OpenOffice.org Impress : tables in text;captions -OpenOffice.org Impress : tables in text;creating automatically -OpenOffice.org Impress : tables in text;default settings -OpenOffice.org Impress : tables in text;defining borders -OpenOffice.org Impress : tables in text;displaying -OpenOffice.org Impress : tables in text;printing -OpenOffice.org Impress : tables in text;protecting cells -OpenOffice.org Impress : tables of contents -OpenOffice.org Impress : tables of contents;unprotecting -OpenOffice.org Impress : tabs -OpenOffice.org Impress : tabs;displaying sheet tabs -OpenOffice.org Impress : tags -OpenOffice.org Impress : tags;definition -OpenOffice.org Impress : tags;META tags -OpenOffice.org Impress : task pane -OpenOffice.org Impress : templates -OpenOffice.org Impress : templates;agendas -OpenOffice.org Impress : templates;changing basic fonts -OpenOffice.org Impress : templates;database reports -OpenOffice.org Impress : templates;deleting -OpenOffice.org Impress : templates;editing and saving -OpenOffice.org Impress : templates;faxes -OpenOffice.org Impress : templates;importing and exporting -OpenOffice.org Impress : templates;letters -OpenOffice.org Impress : templates;new documents from templates -OpenOffice.org Impress : templates;opening documents with -OpenOffice.org Impress : templates;organizing -OpenOffice.org Impress : terminology -OpenOffice.org Impress : terminology;general glossary -OpenOffice.org Impress : terminology;Internet glossary -OpenOffice.org Impress : testing XML filters -OpenOffice.org Impress : text -OpenOffice.org Impress : text;animating -OpenOffice.org Impress : text;Asian layout -OpenOffice.org Impress : text;backgrounds -OpenOffice.org Impress : text;bold -OpenOffice.org Impress : text;coloring -OpenOffice.org Impress : text;contours -OpenOffice.org Impress : text;converting to curves -OpenOffice.org Impress : text;copying by drag and drop -OpenOffice.org Impress : text;CTL languages -OpenOffice.org Impress : text;double-clicking to edit -OpenOffice.org Impress : text;drawing pictures -OpenOffice.org Impress : text;font effects -OpenOffice.org Impress : text;font sizes -OpenOffice.org Impress : text;font styles -OpenOffice.org Impress : text;fonts and formats -OpenOffice.org Impress : text;Fontwork icons -OpenOffice.org Impress : text;hyperlinks -OpenOffice.org Impress : text;inserting special characters -OpenOffice.org Impress : text;italics -OpenOffice.org Impress : text;kerning -OpenOffice.org Impress : text;language selection -OpenOffice.org Impress : text;line spacing -OpenOffice.org Impress : text;overwriting or inserting -OpenOffice.org Impress : text;placeholders in presentations -OpenOffice.org Impress : text;printing in black -OpenOffice.org Impress : text;replacing with format -OpenOffice.org Impress : text;selection modes -OpenOffice.org Impress : text;shadowed -OpenOffice.org Impress : text;text/draw objects -OpenOffice.org Impress : text;toolbar -OpenOffice.org Impress : text attributes -OpenOffice.org Impress : text attributes;hyperlinks -OpenOffice.org Impress : text attributes;undoing -OpenOffice.org Impress : text boxes -OpenOffice.org Impress : text boxes;form functions -OpenOffice.org Impress : text boxes;positioning -OpenOffice.org Impress : text breaks in cells -OpenOffice.org Impress : text colors for better accessibility -OpenOffice.org Impress : text databases (Base) -OpenOffice.org Impress : text documents -OpenOffice.org Impress : text documents;creating/opening -OpenOffice.org Impress : text documents;importing/exporting -OpenOffice.org Impress : text documents;inserting in slides -OpenOffice.org Impress : text documents;inserting in slides - Importing HTML Pages Into Presentations -OpenOffice.org Impress : text documents;inserting spreadsheet cells -OpenOffice.org Impress : text documents;print settings -OpenOffice.org Impress : text documents;printing -OpenOffice.org Impress : text documents;saving -OpenOffice.org Impress : text documents;saving automatically -OpenOffice.org Impress : text documents;saving in other formats -OpenOffice.org Impress : text documents;sending as e-mail -OpenOffice.org Impress : text effects -OpenOffice.org Impress : text entry mode for draw objects -OpenOffice.org Impress : text flow -OpenOffice.org Impress : text flow;in cells -OpenOffice.org Impress : text formats -OpenOffice.org Impress : text formats;databases -OpenOffice.org Impress : text formats;pasting -OpenOffice.org Impress : text frames -OpenOffice.org Impress : text input fields -OpenOffice.org Impress : text layout for special languages -OpenOffice.org Impress : text objects -OpenOffice.org Impress : text objects;alignment -OpenOffice.org Impress : text objects;draw functions -OpenOffice.org Impress : text objects;fonts -OpenOffice.org Impress : text objects;in presentations and drawings -OpenOffice.org Impress : text overflow in spreadsheet cells -OpenOffice.org Impress : text scaling in charts -OpenOffice.org Impress : text, see also text documents, paragraphs and characters -OpenOffice.org Impress : TextArt, see Fontwork -OpenOffice.org Impress : textures -OpenOffice.org Impress : textures;inserting from Gallery -OpenOffice.org Impress : textures;on chart bars -OpenOffice.org Impress : Thai -OpenOffice.org Impress : Thai;entering text -OpenOffice.org Impress : Thai;language settings -OpenOffice.org Impress : thesaurus -OpenOffice.org Impress : thesaurus;activating for a language -OpenOffice.org Impress : ticker text -OpenOffice.org Impress : tiled printing of slides -OpenOffice.org Impress : time and date on all slides -OpenOffice.org Impress : time fields -OpenOffice.org Impress : time fields;form functions -OpenOffice.org Impress : times -OpenOffice.org Impress : times;fixed -OpenOffice.org Impress : times;inserting when printing presentations -OpenOffice.org Impress : times;variable -OpenOffice.org Impress : times, formats -OpenOffice.org Impress : timings -OpenOffice.org Impress : timings;rehearse timings -OpenOffice.org Impress : tips -OpenOffice.org Impress : tips;extended tips in Help -OpenOffice.org Impress : title rows -OpenOffice.org Impress : title rows;printing in OpenOffice.org Math -OpenOffice.org Impress : titles -OpenOffice.org Impress : titles;alignment (charts) -OpenOffice.org Impress : titles;changing -OpenOffice.org Impress : titles;editing in charts -OpenOffice.org Impress : titles;font effects -OpenOffice.org Impress : titles;formatting automatically -OpenOffice.org Impress : titles;formatting charts -OpenOffice.org Impress : titles;objects -OpenOffice.org Impress : toolbars -OpenOffice.org Impress : toolbars;3D objects -OpenOffice.org Impress : toolbars;adding buttons -OpenOffice.org Impress : toolbars;curves -OpenOffice.org Impress : toolbars;docking/undocking -OpenOffice.org Impress : toolbars;ellipses -OpenOffice.org Impress : toolbars;Form Navigation bar -OpenOffice.org Impress : toolbars;viewing/closing -OpenOffice.org Impress : tools bar -OpenOffice.org Impress : tooltips -OpenOffice.org Impress : tooltips;extended tips -OpenOffice.org Impress : tooltips;help -OpenOffice.org Impress : torus -OpenOffice.org Impress : Track changes feature in Microsoft Office -OpenOffice.org Impress : traditional Chinese -OpenOffice.org Impress : traditional Chinese;translating to simplified chinese -OpenOffice.org Impress : transition effects -OpenOffice.org Impress : transparency -OpenOffice.org Impress : transparency;adjusting -OpenOffice.org Impress : transparency;areas -OpenOffice.org Impress : transparency;of objects -OpenOffice.org Impress : transparency;off for faster printing -OpenOffice.org Impress : transparency;saving -OpenOffice.org Impress : tree view of Help -OpenOffice.org Impress : trend lines in charts -OpenOffice.org Impress : typefaces -OpenOffice.org Impress : typefaces;adding under UNIX -OpenOffice.org Impress : typefaces;formats -OpenOffice.org Impress : typographical quotes in OpenOffice.org Writer -OpenOffice.org Impress : typography -OpenOffice.org Impress : typography;Asian -OpenOffice.org Impress : underlining -OpenOffice.org Impress : underlining;AutoFormat function -OpenOffice.org Impress : underlining;characters -OpenOffice.org Impress : underlining;text -OpenOffice.org Impress : underlying objects -OpenOffice.org Impress : undocking windows -OpenOffice.org Impress : undoing -OpenOffice.org Impress : undoing;direct formatting -OpenOffice.org Impress : undoing;editing -OpenOffice.org Impress : undoing;number of steps -OpenOffice.org Impress : ungrouping groups -OpenOffice.org Impress : units -OpenOffice.org Impress : units;converting -OpenOffice.org Impress : units;measurement units -OpenOffice.org Impress : unlocking layers -OpenOffice.org Impress : UNO components -OpenOffice.org Impress : UNO components;Extension Manager -OpenOffice.org Impress : UNO components;integrating new -OpenOffice.org Impress : update options -OpenOffice.org Impress : updates -OpenOffice.org Impress : updates;checking automatically -OpenOffice.org Impress : updates;checking manually -OpenOffice.org Impress : updating -OpenOffice.org Impress : updating;fields and charts, automatically (Writer) -OpenOffice.org Impress : updating;links in text documents -OpenOffice.org Impress : updating;links, on opening -OpenOffice.org Impress : updating;templates -OpenOffice.org Impress : URL -OpenOffice.org Impress : URL;changing hyperlink URLs -OpenOffice.org Impress : URL;definition -OpenOffice.org Impress : URL;saving absolute/relative paths -OpenOffice.org Impress : URL;turning off URL recognition -OpenOffice.org Impress : user data -OpenOffice.org Impress : user data;input -OpenOffice.org Impress : user data;removing when saving -OpenOffice.org Impress : user-defined colors -OpenOffice.org Impress : user-defined dictionaries -OpenOffice.org Impress : user-defined dictionaries;creating -OpenOffice.org Impress : user-defined dictionaries;dictionary of exceptions -OpenOffice.org Impress : user-defined dictionaries;editing -OpenOffice.org Impress : user-defined styles -OpenOffice.org Impress : user-defined styles;automatically replacing -OpenOffice.org Impress : UTF-8/UCS2 support -OpenOffice.org Impress : Validation feature in Microsoft Office -OpenOffice.org Impress : values -OpenOffice.org Impress : values;rounded as shown (Calc) -OpenOffice.org Impress : variables -OpenOffice.org Impress : variables;for paths -OpenOffice.org Impress : variances in charts -OpenOffice.org Impress : VBA code -OpenOffice.org Impress : VBA code;loading/saving documents with VBA code -OpenOffice.org Impress : vector graphics -OpenOffice.org Impress : vector graphics;converting bitmaps -OpenOffice.org Impress : vectorizing bitmaps -OpenOffice.org Impress : version management -OpenOffice.org Impress : version numbers of documents -OpenOffice.org Impress : versions -OpenOffice.org Impress : versions;comparing documents -OpenOffice.org Impress : versions;file saving as, restriction -OpenOffice.org Impress : versions;merging document versions -OpenOffice.org Impress : versions;of a document -OpenOffice.org Impress : versions;OpenOffice.org -OpenOffice.org Impress : vertical callouts -OpenOffice.org Impress : vertical scrollbars (Writer) -OpenOffice.org Impress : vertical text boxes -OpenOffice.org Impress : videos -OpenOffice.org Impress : viewing -OpenOffice.org Impress : viewing;databases -OpenOffice.org Impress : viewing;file properties -OpenOffice.org Impress : viewing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Impress : viewing;toolbars -OpenOffice.org Impress : views -OpenOffice.org Impress : views;black and white -OpenOffice.org Impress : views;creating database views (Base) -OpenOffice.org Impress : views;defaults -OpenOffice.org Impress : views;display sizes -OpenOffice.org Impress : views;full screen -OpenOffice.org Impress : views;icons -OpenOffice.org Impress : views;in 3D -OpenOffice.org Impress : views;scaling -OpenOffice.org Impress : views;shift function -OpenOffice.org Impress : views;slide master view -OpenOffice.org Impress : Visual Basic for Applications -OpenOffice.org Impress : Visual Basic for Applications;loading/saving documents with VBA code -OpenOffice.org Impress : watermarks -OpenOffice.org Impress : web documents -OpenOffice.org Impress : web documents;XForms -OpenOffice.org Impress : Web support -OpenOffice.org Impress : WebCast export -OpenOffice.org Impress : windows -OpenOffice.org Impress : windows;docking -OpenOffice.org Impress : windows;docking definition -OpenOffice.org Impress : windows;hiding/showing/docking -OpenOffice.org Impress : windows;new -OpenOffice.org Impress : wizards -OpenOffice.org Impress : wizards;agendas -OpenOffice.org Impress : wizards;database queries -OpenOffice.org Impress : wizards;database tables (Base) -OpenOffice.org Impress : wizards;databases (Base) -OpenOffice.org Impress : wizards;document converter -OpenOffice.org Impress : wizards;Euro Converter -OpenOffice.org Impress : wizards;faxes -OpenOffice.org Impress : wizards;forms -OpenOffice.org Impress : wizards;letters -OpenOffice.org Impress : wizards;overview -OpenOffice.org Impress : wizards;presentations -OpenOffice.org Impress : wizards;reports -OpenOffice.org Impress : Word documents -OpenOffice.org Impress : Word documents;compatibility -OpenOffice.org Impress : Word documents;saving as -OpenOffice.org Impress : WordArt, see Fontwork -OpenOffice.org Impress : words -OpenOffice.org Impress : words;automatically replacing -OpenOffice.org Impress : words;wrapping in cells -OpenOffice.org Impress : work directory change -OpenOffice.org Impress : Workbook feature in Microsoft Office -OpenOffice.org Impress : Worksheet feature in Microsoft Office -OpenOffice.org Impress : wrapping text -OpenOffice.org Impress : wrapping text;in cells -OpenOffice.org Impress : write protection on/off -OpenOffice.org Impress : writing aids options -OpenOffice.org Impress : WYSIWYG in fonts lists -OpenOffice.org Impress : X axes -OpenOffice.org Impress : X axes;grid formatting -OpenOffice.org Impress : X axes;scaling -OpenOffice.org Impress : X axes;showing -OpenOffice.org Impress : XForms -OpenOffice.org Impress : XML converters -OpenOffice.org Impress : XML file formats -OpenOffice.org Impress : XML filters -OpenOffice.org Impress : XML filters;creating/testing/distributing/deleting -OpenOffice.org Impress : XML filters;settings -OpenOffice.org Impress : XML Forms -OpenOffice.org Impress : XSLT based filters -OpenOffice.org Impress : XSLT based filters;settings -OpenOffice.org Impress : XSLT filters, see also XML filters -OpenOffice.org Impress : XY charts -OpenOffice.org Impress : Y axes -OpenOffice.org Impress : Y axes;formatting -OpenOffice.org Impress : Y axes;grid formatting -OpenOffice.org Impress : Y axes;scaling -OpenOffice.org Impress : Y axes;showing -OpenOffice.org Impress : years -OpenOffice.org Impress : years;2-digit options -OpenOffice.org Impress : Z axes -OpenOffice.org Impress : Z axes;grid formatting -OpenOffice.org Impress : Z axes;showing -OpenOffice.org Impress : zero values -OpenOffice.org Impress : zero values;displaying (Calc) -OpenOffice.org Impress : zooming -OpenOffice.org Impress : zooming;in presentations -OpenOffice.org Impress : zooming;keyboard -OpenOffice.org Impress : zooming;page views -OpenOffice.org Impress : zooming;pictures -OpenOffice.org Impress : zooming;shortcut keys -OpenOffice.org Impress : zooming;status bar -OpenOffice.org Math : 1/2 replacement -OpenOffice.org Math : 3D text creation -OpenOffice.org Math : 3D view -OpenOffice.org Math : abbreviation replacement -OpenOffice.org Math : absolute hyperlinks -OpenOffice.org Math : absolute saving of URLs -OpenOffice.org Math : absolute values -OpenOffice.org Math : accents -OpenOffice.org Math : accents -OpenOffice.org Math : accents;in OpenOffice.org Math -OpenOffice.org Math : Access databases (base) -OpenOffice.org Math : access rights for database tables (Base) -OpenOffice.org Math : accessibility -OpenOffice.org Math : accessibility;general shortcuts -OpenOffice.org Math : accessibility;OpenOffice.org assistive technology -OpenOffice.org Math : accessibility;OpenOffice.org features -OpenOffice.org Math : accessibility;OpenOffice.org Math shortcuts -OpenOffice.org Math : accessibility;options -OpenOffice.org Math : activating -OpenOffice.org Math : activating;context menus -OpenOffice.org Math : activating;Error Report Tool -OpenOffice.org Math : activating;extended help tips -OpenOffice.org Math : activating;plug-ins -OpenOffice.org Math : ActiveX control -OpenOffice.org Math : Adabas D databases (base) -OpenOffice.org Math : add-ons, see UNO components -OpenOffice.org Math : adding -OpenOffice.org Math : adding;automatic captions (Writer) -OpenOffice.org Math : adding;backgrounds -OpenOffice.org Math : adding;buttons in toolbars -OpenOffice.org Math : adding;conditions for XForm items -OpenOffice.org Math : adding;draw objects -OpenOffice.org Math : adding;Fontwork objects -OpenOffice.org Math : adding;items in Data Navigator -OpenOffice.org Math : adding;namespaces in XForms -OpenOffice.org Math : adding;paragraph borders -OpenOffice.org Math : adding;pictures from Gallery -OpenOffice.org Math : adding;pictures in Gallery -OpenOffice.org Math : adding;plug-ins -OpenOffice.org Math : adding;push buttons -OpenOffice.org Math : adding;table borders -OpenOffice.org Math : adding;textures on chart bars -OpenOffice.org Math : addition signs -OpenOffice.org Math : additional selection mode -OpenOffice.org Math : address books -OpenOffice.org Math : address books;LDAP server (Base) -OpenOffice.org Math : address books;registering -OpenOffice.org Math : address labels from databases -OpenOffice.org Math : ADO databases (Base) -OpenOffice.org Math : Agenda Wizard -OpenOffice.org Math : aging filter -OpenOffice.org Math : aligning -OpenOffice.org Math : aligning;cells -OpenOffice.org Math : aligning;characters in OpenOffice.org Math -OpenOffice.org Math : aligning;multi-line formulas -OpenOffice.org Math : aligning;objects -OpenOffice.org Math : aligning;paragraphs -OpenOffice.org Math : aligning;tables in text -OpenOffice.org Math : aligning;text objects -OpenOffice.org Math : aligning formulas -OpenOffice.org Math : alignment -OpenOffice.org Math : alignment;horizontally centered (Math) -OpenOffice.org Math : alignment;left (Math) -OpenOffice.org Math : alignment;right (Math) -OpenOffice.org Math : alternative fonts -OpenOffice.org Math : ampersand symbol, see also operators -OpenOffice.org Math : anchors -OpenOffice.org Math : anchors;changing -OpenOffice.org Math : anchors;displaying (Calc) -OpenOffice.org Math : anchors;types/positions for draw objects -OpenOffice.org Math : AND operator -OpenOffice.org Math : animations -OpenOffice.org Math : animations;accessibility options -OpenOffice.org Math : appearance options -OpenOffice.org Math : applet insertion -OpenOffice.org Math : applying -OpenOffice.org Math : applying;languages, to selected text -OpenOffice.org Math : approximately equal to relation -OpenOffice.org Math : Arabic -OpenOffice.org Math : Arabic;entering text -OpenOffice.org Math : Arabic;language settings -OpenOffice.org Math : arc cosine function -OpenOffice.org Math : arc cotangent function -OpenOffice.org Math : arc sine function -OpenOffice.org Math : area hyperbolic cosine function -OpenOffice.org Math : area hyperbolic cotangent function -OpenOffice.org Math : area hyperbolic tangent function -OpenOffice.org Math : areas -OpenOffice.org Math : areas;bitmap patterns -OpenOffice.org Math : areas;hatched/dotted -OpenOffice.org Math : areas;shadows -OpenOffice.org Math : areas;slanting -OpenOffice.org Math : areas;styles -OpenOffice.org Math : areas;transparency -OpenOffice.org Math : arguments in command line -OpenOffice.org Math : arranging -OpenOffice.org Math : arranging;matrices -OpenOffice.org Math : arranging;objects -OpenOffice.org Math : arrows -OpenOffice.org Math : arrows;defining arrow heads -OpenOffice.org Math : arrows;defining arrow lines -OpenOffice.org Math : arrows;drawing in text -OpenOffice.org Math : arrows;symbols in OpenOffice.org Math -OpenOffice.org Math : ASCII -OpenOffice.org Math : ASCII;definition -OpenOffice.org Math : Asian languages -OpenOffice.org Math : Asian languages;enabling -OpenOffice.org Math : Asian Phonetic Guide -OpenOffice.org Math : Asian typography -OpenOffice.org Math : assigning scripts -OpenOffice.org Math : assistive technology in OpenOffice.org -OpenOffice.org Math : attaching toolbars -OpenOffice.org Math : attachments in e-mails -OpenOffice.org Math : attributes -OpenOffice.org Math : attributes;accents -OpenOffice.org Math : attributes;additional information -OpenOffice.org Math : attributes;changing defaults -OpenOffice.org Math : attributes;changing fonts -OpenOffice.org Math : attributes;changing in OpenOffice.org Math -OpenOffice.org Math : attributes;colored characters -OpenOffice.org Math : attributes;in OpenOffice.org Math -OpenOffice.org Math : attributes;list of -OpenOffice.org Math : audio -OpenOffice.org Math : audio;inserting -OpenOffice.org Math : audio;UNIX -OpenOffice.org Math : auto reloading HTML documents -OpenOffice.org Math : AutoAbstract function for sending text to presentations -OpenOffice.org Math : AutoCaption function in OpenOffice.org Writer -OpenOffice.org Math : AutoComplete function in text and list boxes -OpenOffice.org Math : AutoCorrect function -OpenOffice.org Math : AutoCorrect function;context menu -OpenOffice.org Math : AutoCorrect function;options -OpenOffice.org Math : AutoCorrect function;pictures and frames -OpenOffice.org Math : AutoCorrect function;quotes -OpenOffice.org Math : AutoCorrect function;replacement table -OpenOffice.org Math : AutoCorrect function;smart tags -OpenOffice.org Math : AutoCorrect function;switching on and off in Calc -OpenOffice.org Math : AutoCorrect function;URL recognition -OpenOffice.org Math : AutoFormat function -OpenOffice.org Math : AutoFormat function;switching on and off -OpenOffice.org Math : automatic captions (Writer) -OpenOffice.org Math : automatic control focus -OpenOffice.org Math : automatic hyperlink formatting -OpenOffice.org Math : automatic line breaks -OpenOffice.org Math : automatic lines/borders in text -OpenOffice.org Math : automatic saving -OpenOffice.org Math : AutoPilots, see wizards -OpenOffice.org Math : AutoShapes feature in Microsoft Office -OpenOffice.org Math : axes in charts -OpenOffice.org Math : axis-ellipsis -OpenOffice.org Math : back epsilon symbol -OpenOffice.org Math : backgrounds -OpenOffice.org Math : backgrounds;defining colors/pictures -OpenOffice.org Math : backgrounds;frames/sections/indexes -OpenOffice.org Math : backgrounds;inserting from Gallery -OpenOffice.org Math : backgrounds;printing -OpenOffice.org Math : backing window -OpenOffice.org Math : backslash division sign -OpenOffice.org Math : backups -OpenOffice.org Math : backups;automatic -OpenOffice.org Math : backups;documents -OpenOffice.org Math : Basic -OpenOffice.org Math : Basic;fonts for source display -OpenOffice.org Math : Basic;programming -OpenOffice.org Math : Basic;recording macros -OpenOffice.org Math : Basic;scripting -OpenOffice.org Math : basic fonts -OpenOffice.org Math : BeanShell scripting -OpenOffice.org Math : Bézier curves -OpenOffice.org Math : Bézier curves;control points in presentations -OpenOffice.org Math : bi-directional writing -OpenOffice.org Math : binary operators -OpenOffice.org Math : binary operators -OpenOffice.org Math : binary operators;list of -OpenOffice.org Math : binding space -OpenOffice.org Math : binomials -OpenOffice.org Math : bitmaps -OpenOffice.org Math : bitmaps;inserting and editing -OpenOffice.org Math : bitmaps;off for faster printing -OpenOffice.org Math : bitmaps;patterns -OpenOffice.org Math : black and white printing -OpenOffice.org Math : black printing in Calc -OpenOffice.org Math : block selection mode -OpenOffice.org Math : bold -OpenOffice.org Math : bold;AutoFormat function -OpenOffice.org Math : bold;text -OpenOffice.org Math : bold attribute -OpenOffice.org Math : bookmarks -OpenOffice.org Math : bookmarks;Help -OpenOffice.org Math : Boolean operators -OpenOffice.org Math : borders -OpenOffice.org Math : borders;arranging -OpenOffice.org Math : borders;cells on screen (Calc) -OpenOffice.org Math : borders;for paragraphs -OpenOffice.org Math : borders;for tables -OpenOffice.org Math : borders;shadows -OpenOffice.org Math : borders;table boundaries (Writer) -OpenOffice.org Math : borders, see also frames -OpenOffice.org Math : bound fields -OpenOffice.org Math : bound fields;controls -OpenOffice.org Math : boundaries of tables (Writer) -OpenOffice.org Math : braces in OpenOffice.org Math -OpenOffice.org Math : brackets -OpenOffice.org Math : brackets;angle (Math) -OpenOffice.org Math : brackets;angle with operator -OpenOffice.org Math : brackets;double square (Math) -OpenOffice.org Math : brackets;group -OpenOffice.org Math : brackets;in OpenOffice.org Math -OpenOffice.org Math : brackets;inserting in OpenOffice.org Math -OpenOffice.org Math : brackets;merging formula parts -OpenOffice.org Math : brackets;operator (Math) -OpenOffice.org Math : brackets;reference list -OpenOffice.org Math : brackets;round (Math) -OpenOffice.org Math : brackets;scalable -OpenOffice.org Math : brackets;single, without group function -OpenOffice.org Math : brackets;square (Math) -OpenOffice.org Math : brackets;widowed -OpenOffice.org Math : brackets and grouping in OpenOffice.org Math -OpenOffice.org Math : break display (Writer) -OpenOffice.org Math : brochures -OpenOffice.org Math : brochures;printing several -OpenOffice.org Math : build numbers of OpenOffice.org -OpenOffice.org Math : bullet lists -OpenOffice.org Math : bullet lists;formatting options -OpenOffice.org Math : bullets -OpenOffice.org Math : bullets;paragraphs -OpenOffice.org Math : bullets;replacing -OpenOffice.org Math : bullets;turning off -OpenOffice.org Math : business cards -OpenOffice.org Math : business cards;creating and synchronizing -OpenOffice.org Math : business cards;using templates -OpenOffice.org Math : button bars, see toolbars -OpenOffice.org Math : buttons -OpenOffice.org Math : buttons;adding push buttons -OpenOffice.org Math : buttons;big/small -OpenOffice.org Math : buttons;editing hyperlink buttons -OpenOffice.org Math : buttons;form functions -OpenOffice.org Math : buttons;toolbars -OpenOffice.org Math : cache for graphics -OpenOffice.org Math : calculating -OpenOffice.org Math : calculating;iterative references (Calc) -OpenOffice.org Math : callouts -OpenOffice.org Math : callouts;drawings -OpenOffice.org Math : capital letters -OpenOffice.org Math : capital letters;AutoCorrect function -OpenOffice.org Math : capital letters;font effects -OpenOffice.org Math : captions -OpenOffice.org Math : captions;automatic captions (Writer) -OpenOffice.org Math : captions;tables/pictures/frames/OLE objects (Writer) -OpenOffice.org Math : captions, see also labels/callouts -OpenOffice.org Math : cardinal numbers -OpenOffice.org Math : cascading update (Base) -OpenOffice.org Math : case sensitivity -OpenOffice.org Math : case sensitivity;comparing cell contents (Calc) -OpenOffice.org Math : case sensitivity;searching -OpenOffice.org Math : catalog for mathematical symbols -OpenOffice.org Math : ceiling brackets -OpenOffice.org Math : ceiling brackets;lines with -OpenOffice.org Math : ceiling brackets;scalable lines with -OpenOffice.org Math : cells -OpenOffice.org Math : cells;aligning -OpenOffice.org Math : cells;backgrounds -OpenOffice.org Math : cells;coloring (Calc) -OpenOffice.org Math : cells;cursor positions after input (Calc) -OpenOffice.org Math : cells;formatting without effect (Calc) -OpenOffice.org Math : cells;line breaks -OpenOffice.org Math : cells;linked to controls -OpenOffice.org Math : cells;number formats -OpenOffice.org Math : cells;number of -OpenOffice.org Math : cells;pasting -OpenOffice.org Math : cells;resetting formats -OpenOffice.org Math : cells;showing grid lines (Calc) -OpenOffice.org Math : center dots symbol -OpenOffice.org Math : centered horizontally -OpenOffice.org Math : centered horizontally;alignment (Math) -OpenOffice.org Math : centered text -OpenOffice.org Math : centimeters -OpenOffice.org Math : certificates -OpenOffice.org Math : Change Case feature in Microsoft Office -OpenOffice.org Math : changes -OpenOffice.org Math : changes;accepting automatically -OpenOffice.org Math : changes;accepting or rejecting -OpenOffice.org Math : changes;comparing to original -OpenOffice.org Math : changes;protecting -OpenOffice.org Math : changes;recording -OpenOffice.org Math : changes;review function -OpenOffice.org Math : changes;showing -OpenOffice.org Math : changing -OpenOffice.org Math : changing;data binding of XForms -OpenOffice.org Math : changing;default formatting -OpenOffice.org Math : changing;default templates -OpenOffice.org Math : changing;document titles -OpenOffice.org Math : changing;file associations in Setup program -OpenOffice.org Math : changing;fonts -OpenOffice.org Math : changing;hyperlink text/formats/URLs -OpenOffice.org Math : changing;icon sizes -OpenOffice.org Math : changing;keyboard -OpenOffice.org Math : changing;links -OpenOffice.org Math : changing;menus -OpenOffice.org Math : changing;object sizes -OpenOffice.org Math : changing;toolbars -OpenOffice.org Math : changing;work directory -OpenOffice.org Math : changing, see also editing and replacing -OpenOffice.org Math : character styles -OpenOffice.org Math : character styles;language selection -OpenOffice.org Math : characters -OpenOffice.org Math : characters;alternative fonts -OpenOffice.org Math : characters;Asian layout -OpenOffice.org Math : characters;bold -OpenOffice.org Math : characters;coloring -OpenOffice.org Math : characters;contours -OpenOffice.org Math : characters;displaying only on screen (Writer) -OpenOffice.org Math : characters;enabling CTL and Asian characters -OpenOffice.org Math : characters;font effects -OpenOffice.org Math : characters;fonts and formats -OpenOffice.org Math : characters;hyperlinks -OpenOffice.org Math : characters;italics -OpenOffice.org Math : characters;language selection -OpenOffice.org Math : characters;shadowed -OpenOffice.org Math : characters;spacing -OpenOffice.org Math : characters;special -OpenOffice.org Math : characters;underlining -OpenOffice.org Math : charcoal sketches filter -OpenOffice.org Math : charts -OpenOffice.org Math : charts;arranging within stacks -OpenOffice.org Math : charts;bars with textures -OpenOffice.org Math : charts;colors -OpenOffice.org Math : charts;copying with link to source cell range -OpenOffice.org Math : charts;displaying (Calc) -OpenOffice.org Math : charts;editing axes -OpenOffice.org Math : charts;editing data -OpenOffice.org Math : charts;editing legends -OpenOffice.org Math : charts;editing titles -OpenOffice.org Math : charts;inserting -OpenOffice.org Math : charts;updating automatically (Writer) -OpenOffice.org Math : check box creation -OpenOffice.org Math : Chinese writing systems -OpenOffice.org Math : choosing printers -OpenOffice.org Math : circle attribute -OpenOffice.org Math : circle drawings -OpenOffice.org Math : circumflex attribute -OpenOffice.org Math : Client Side ImageMap -OpenOffice.org Math : clipboard -OpenOffice.org Math : clipboard;cutting -OpenOffice.org Math : clipboard;pasting -OpenOffice.org Math : clipboard;pasting formatted/unformatted text -OpenOffice.org Math : clipboard;selection clipboard -OpenOffice.org Math : clipboard;Unix -OpenOffice.org Math : closing -OpenOffice.org Math : closing;documents -OpenOffice.org Math : closing;toolbars -OpenOffice.org Math : color bar -OpenOffice.org Math : colored characters -OpenOffice.org Math : colors -OpenOffice.org Math : colors;adding -OpenOffice.org Math : colors;appearance -OpenOffice.org Math : colors;backgrounds -OpenOffice.org Math : colors;charts -OpenOffice.org Math : colors;fill format -OpenOffice.org Math : colors;fonts -OpenOffice.org Math : colors;grid lines and cells (Calc) -OpenOffice.org Math : colors;models -OpenOffice.org Math : colors;not printing -OpenOffice.org Math : colors;printing in grayscale -OpenOffice.org Math : colors;restriction (Calc) -OpenOffice.org Math : colors;selection -OpenOffice.org Math : column headers -OpenOffice.org Math : column headers;displaying (Calc) -OpenOffice.org Math : column headers;highlighting (Calc) -OpenOffice.org Math : columns -OpenOffice.org Math : columns;setting with the mouse -OpenOffice.org Math : combo box creation -OpenOffice.org Math : command button creation -OpenOffice.org Math : command buttons, see push buttons -OpenOffice.org Math : command line parameters -OpenOffice.org Math : commands -OpenOffice.org Math : commands;not visible -OpenOffice.org Math : commands;SQL -OpenOffice.org Math : comments -OpenOffice.org Math : comments;entering in OpenOffice.org Math -OpenOffice.org Math : comments;on changes -OpenOffice.org Math : comments feature in Microsoft Office -OpenOffice.org Math : common terms -OpenOffice.org Math : common terms;Chinese dictionary -OpenOffice.org Math : common terms;glossaries -OpenOffice.org Math : common terms;Internet glossary -OpenOffice.org Math : Compare and Merge feature in Microsoft Office -OpenOffice.org Math : comparisons -OpenOffice.org Math : comparisons;document versions -OpenOffice.org Math : comparisons;operators in default filter dialog -OpenOffice.org Math : compatibility settings for MS Word import -OpenOffice.org Math : complete screen view -OpenOffice.org Math : complex numbers -OpenOffice.org Math : complex numbers;set -OpenOffice.org Math : complex numbers;symbols -OpenOffice.org Math : complex text layout -OpenOffice.org Math : complex text layout;definition -OpenOffice.org Math : complex text layout;enabling -OpenOffice.org Math : compose key to insert special characters -OpenOffice.org Math : concatenating math symbols -OpenOffice.org Math : concatenation, see ampersand symbol -OpenOffice.org Math : conditional separators -OpenOffice.org Math : conditions -OpenOffice.org Math : conditions;in number formats -OpenOffice.org Math : conditions;items in Data Navigator -OpenOffice.org Math : Configuration Manager -OpenOffice.org Math : configuring -OpenOffice.org Math : configuring;fax icon -OpenOffice.org Math : configuring;OpenOffice.org -OpenOffice.org Math : configuring;toolbars -OpenOffice.org Math : congruent relation -OpenOffice.org Math : connections to data sources (Base) -OpenOffice.org Math : considerably greater than relation -OpenOffice.org Math : considerably less than relation -OpenOffice.org Math : contents protection -OpenOffice.org Math : context menus -OpenOffice.org Math : contours of text -OpenOffice.org Math : control point display in presentations -OpenOffice.org Math : controls -OpenOffice.org Math : controls;activating in forms -OpenOffice.org Math : controls;adding to documents -OpenOffice.org Math : controls;arranging in forms -OpenOffice.org Math : controls;arranging within stacks -OpenOffice.org Math : controls;assigning data sources -OpenOffice.org Math : controls;bound fields/list contents/linked cells -OpenOffice.org Math : controls;events -OpenOffice.org Math : controls;focus -OpenOffice.org Math : controls;formatted fields -OpenOffice.org Math : controls;grouping -OpenOffice.org Math : controls;hidden -OpenOffice.org Math : controls;inserting -OpenOffice.org Math : controls;multi-line titles -OpenOffice.org Math : controls;positions and sizes -OpenOffice.org Math : controls;printing -OpenOffice.org Math : controls;properties of form controls -OpenOffice.org Math : controls;properties of table controls -OpenOffice.org Math : controls;reference by SQL -OpenOffice.org Math : controls;rich text control -OpenOffice.org Math : controls;select mode -OpenOffice.org Math : controls;showing (Writer) -OpenOffice.org Math : converters -OpenOffice.org Math : converters;Euro converter -OpenOffice.org Math : converters;PostScript, UNIX -OpenOffice.org Math : converters;XML -OpenOffice.org Math : converting -OpenOffice.org Math : converting;Hangul/Hanja -OpenOffice.org Math : converting;metrics -OpenOffice.org Math : converting;Microsoft documents -OpenOffice.org Math : converting;OpenOffice.org documents -OpenOffice.org Math : converting;Pocket PC formats -OpenOffice.org Math : copies -OpenOffice.org Math : copies;printing -OpenOffice.org Math : coproduct -OpenOffice.org Math : copying -OpenOffice.org Math : copying;by drag and drop -OpenOffice.org Math : copying;data from text documents -OpenOffice.org Math : copying;datasource records in spreadsheets -OpenOffice.org Math : copying;draw objects -OpenOffice.org Math : copying;draw objects between documents -OpenOffice.org Math : copying;formatting -OpenOffice.org Math : copying;from data source view -OpenOffice.org Math : copying;from Gallery -OpenOffice.org Math : copying;in Unix -OpenOffice.org Math : copying;pictures, between documents -OpenOffice.org Math : copying;sheet areas, to text documents -OpenOffice.org Math : copying;to Gallery -OpenOffice.org Math : copyright for OpenOffice.org -OpenOffice.org Math : corner roundings -OpenOffice.org Math : correspondence -OpenOffice.org Math : correspondence;original by -OpenOffice.org Math : correspondence;picture by -OpenOffice.org Math : cosine function -OpenOffice.org Math : cotangent function -OpenOffice.org Math : crash reports -OpenOffice.org Math : criteria of query design (Base) -OpenOffice.org Math : cropping pictures -OpenOffice.org Math : CTL -OpenOffice.org Math : CTL;complex text layout languages -OpenOffice.org Math : CTL;definition -OpenOffice.org Math : CTL;options -OpenOffice.org Math : currencies -OpenOffice.org Math : currencies;converters -OpenOffice.org Math : currencies;formats and format codes -OpenOffice.org Math : currency field creation -OpenOffice.org Math : currency formats -OpenOffice.org Math : cursor -OpenOffice.org Math : cursor;allowing in protected areas (Writer) -OpenOffice.org Math : cursor;in OpenOffice.org Math -OpenOffice.org Math : cursor;in read-only text -OpenOffice.org Math : cursor;quickly moving to an object -OpenOffice.org Math : curve integrals -OpenOffice.org Math : curves -OpenOffice.org Math : curves;editing points -OpenOffice.org Math : custom dictionaries -OpenOffice.org Math : custom dictionaries;editing -OpenOffice.org Math : custom hyphens (Writer) -OpenOffice.org Math : custom quotes -OpenOffice.org Math : custom templates -OpenOffice.org Math : customizing -OpenOffice.org Math : customizing;events -OpenOffice.org Math : customizing;keyboard -OpenOffice.org Math : customizing;menus -OpenOffice.org Math : customizing;OpenOffice.org -OpenOffice.org Math : customizing;round corners -OpenOffice.org Math : customizing;toolbars -OpenOffice.org Math : cutting -OpenOffice.org Math : dashes -OpenOffice.org Math : data -OpenOffice.org Math : data;filtering in forms -OpenOffice.org Math : data;forms and subforms -OpenOffice.org Math : data;read-only -OpenOffice.org Math : data;sorting in forms -OpenOffice.org Math : data;user data -OpenOffice.org Math : data binding change in XForms -OpenOffice.org Math : Data Navigator display options -OpenOffice.org Math : data source browser -OpenOffice.org Math : data source explorer -OpenOffice.org Math : data source view -OpenOffice.org Math : data source view;drag and drop -OpenOffice.org Math : data source view;overview -OpenOffice.org Math : data source view;showing -OpenOffice.org Math : data sources -OpenOffice.org Math : data sources;as tables -OpenOffice.org Math : data sources;connection settings (Base) -OpenOffice.org Math : data sources;copying records to spreadsheets -OpenOffice.org Math : data sources;displaying current -OpenOffice.org Math : data sources;LDAP server (Base) -OpenOffice.org Math : data sources;OpenOffice.org Base -OpenOffice.org Math : data sources;registering address books -OpenOffice.org Math : data sources;reports -OpenOffice.org Math : data sources;viewing -OpenOffice.org Math : data structure of XForms -OpenOffice.org Math : database contents -OpenOffice.org Math : database contents;inserting as tables -OpenOffice.org Math : database contents;inserting as text -OpenOffice.org Math : database reports -OpenOffice.org Math : Database Wizard (Base) -OpenOffice.org Math : databases -OpenOffice.org Math : databases;administration through SQL (Base) -OpenOffice.org Math : databases;ADO (Base) -OpenOffice.org Math : databases;connecting (Base) -OpenOffice.org Math : databases;creating -OpenOffice.org Math : databases;creating labels -OpenOffice.org Math : databases;creating queries -OpenOffice.org Math : databases;creating reports -OpenOffice.org Math : databases;creating tables -OpenOffice.org Math : databases;dBASE (Base) -OpenOffice.org Math : databases;deleting (Base) -OpenOffice.org Math : databases;drag and drop (Base) -OpenOffice.org Math : databases;editing tables -OpenOffice.org Math : databases;form filters -OpenOffice.org Math : databases;formats (Base) -OpenOffice.org Math : databases;importing/exporting -OpenOffice.org Math : databases;JDBC (Base) -OpenOffice.org Math : databases;main page (Base) -OpenOffice.org Math : databases;MySQL (Base) -OpenOffice.org Math : databases;ODBC (Base) -OpenOffice.org Math : databases;overview -OpenOffice.org Math : databases;registering (Base) -OpenOffice.org Math : databases;searching records -OpenOffice.org Math : databases;shortcut keys -OpenOffice.org Math : databases;sorting -OpenOffice.org Math : databases;standard filters -OpenOffice.org Math : databases;text formats -OpenOffice.org Math : databases;viewing -OpenOffice.org Math : date fields -OpenOffice.org Math : date fields;creating -OpenOffice.org Math : date fields;properties -OpenOffice.org Math : date formats -OpenOffice.org Math : dates -OpenOffice.org Math : dates;default (Calc) -OpenOffice.org Math : dates;printing in presentations -OpenOffice.org Math : dates;start 1900/01/01 (Calc) -OpenOffice.org Math : dates;start 1904/01/01 (Calc) -OpenOffice.org Math : dBASE -OpenOffice.org Math : dBASE;database settings (Base) -OpenOffice.org Math : DDE -OpenOffice.org Math : DDE;definition -OpenOffice.org Math : deactivating -OpenOffice.org Math : deactivating;plug-ins -OpenOffice.org Math : decimal places displayed (Calc) -OpenOffice.org Math : decimal separator key -OpenOffice.org Math : decimal tab stops -OpenOffice.org Math : default directories -OpenOffice.org Math : default file formats -OpenOffice.org Math : default filters -OpenOffice.org Math : default filters;comparison operators -OpenOffice.org Math : default filters;databases -OpenOffice.org Math : default printer -OpenOffice.org Math : default printer;setting up -OpenOffice.org Math : default printer;UNIX -OpenOffice.org Math : default templates -OpenOffice.org Math : default templates;changing -OpenOffice.org Math : default templates;organizing -OpenOffice.org Math : defaults -OpenOffice.org Math : defaults;changing default formatting -OpenOffice.org Math : defaults;documents -OpenOffice.org Math : defaults;file formats -OpenOffice.org Math : defaults;fonts -OpenOffice.org Math : defaults;grids (Writer/Calc) -OpenOffice.org Math : defaults;languages -OpenOffice.org Math : defaults;number formats -OpenOffice.org Math : defaults;of saving -OpenOffice.org Math : defaults;program configuration -OpenOffice.org Math : defaults;tab stops in text -OpenOffice.org Math : defaults;views -OpenOffice.org Math : defined as relation -OpenOffice.org Math : defining -OpenOffice.org Math : defining;arrowheads and other line ends -OpenOffice.org Math : defining;colors -OpenOffice.org Math : defining;formula fonts -OpenOffice.org Math : defining;line styles -OpenOffice.org Math : defining;paragraph borders -OpenOffice.org Math : defining;queries (Base) -OpenOffice.org Math : defining;table borders -OpenOffice.org Math : deleting -OpenOffice.org Math : deleting;all direct formatting -OpenOffice.org Math : deleting;databases (Base) -OpenOffice.org Math : deleting;hyperlinks -OpenOffice.org Math : deleting;lines in text -OpenOffice.org Math : deleting;models/instances -OpenOffice.org Math : deleting;namespaces in XForms -OpenOffice.org Math : deleting;tab stops -OpenOffice.org Math : deleting;templates -OpenOffice.org Math : deleting;XML filters -OpenOffice.org Math : depth stagger -OpenOffice.org Math : descriptions for objects -OpenOffice.org Math : design mode after saving -OpenOffice.org Math : design view -OpenOffice.org Math : design view;creating forms -OpenOffice.org Math : design view;queries/views (Base) -OpenOffice.org Math : designing -OpenOffice.org Math : designing;database tables -OpenOffice.org Math : designing;fonts -OpenOffice.org Math : designing;queries (Base) -OpenOffice.org Math : detaching toolbars -OpenOffice.org Math : diagonal downward dots -OpenOffice.org Math : diagonal downward dots;symbol -OpenOffice.org Math : diagonal upward dots -OpenOffice.org Math : diagonal upward dots;symbol -OpenOffice.org Math : dictionaries -OpenOffice.org Math : dictionaries;common terms in simplified and traditional chinese -OpenOffice.org Math : dictionaries;creating -OpenOffice.org Math : dictionaries;editing user-defined -OpenOffice.org Math : dictionaries;spellcheck -OpenOffice.org Math : dictionaries, see also languages -OpenOffice.org Math : difference set operator -OpenOffice.org Math : digital signatures -OpenOffice.org Math : direct formatting -OpenOffice.org Math : direct formatting;undoing all -OpenOffice.org Math : direct text -OpenOffice.org Math : direct text;entering in OpenOffice.org Math -OpenOffice.org Math : directories -OpenOffice.org Math : directories;creating new -OpenOffice.org Math : directories;directory structure -OpenOffice.org Math : disabled persons -OpenOffice.org Math : displaying -OpenOffice.org Math : displaying;non-printing characters (Writer) -OpenOffice.org Math : displaying;notes (Calc) -OpenOffice.org Math : displaying;notes in text documents -OpenOffice.org Math : displaying;pictures and objects (Writer) -OpenOffice.org Math : displaying;tables (Writer) -OpenOffice.org Math : displaying;zero values (Calc) -OpenOffice.org Math : distances -OpenOffice.org Math : distances between brackets -OpenOffice.org Math : distinct values in SQL queries -OpenOffice.org Math : distorting in drawings -OpenOffice.org Math : distributing XML filters -OpenOffice.org Math : dithering -OpenOffice.org Math : divides relation -OpenOffice.org Math : division signs -OpenOffice.org Math : docking -OpenOffice.org Math : docking;definition -OpenOffice.org Math : docking;toolbars -OpenOffice.org Math : docking;windows -OpenOffice.org Math : Document Converter Wizard -OpenOffice.org Math : Document Map feature in Microsoft Office -OpenOffice.org Math : Document Map, see Navigator -OpenOffice.org Math : document types in OpenOffice.org -OpenOffice.org Math : documents -OpenOffice.org Math : documents;changing titles -OpenOffice.org Math : documents;closing -OpenOffice.org Math : documents;comparing -OpenOffice.org Math : documents;contents as lists -OpenOffice.org Math : documents;editing time -OpenOffice.org Math : documents;exporting -OpenOffice.org Math : documents;importing -OpenOffice.org Math : documents;languages -OpenOffice.org Math : documents;measurement units in -OpenOffice.org Math : documents;merging -OpenOffice.org Math : documents;number of pages/tables/sheets -OpenOffice.org Math : documents;opening -OpenOffice.org Math : documents;opening in design mode -OpenOffice.org Math : documents;opening with templates -OpenOffice.org Math : documents;organizing -OpenOffice.org Math : documents;printing -OpenOffice.org Math : documents;read-only -OpenOffice.org Math : documents;reloading -OpenOffice.org Math : documents;saving -OpenOffice.org Math : documents;saving automatically -OpenOffice.org Math : documents;saving in other formats -OpenOffice.org Math : documents;sending as e-mail -OpenOffice.org Math : documents;styles changed -OpenOffice.org Math : documents;version management -OpenOffice.org Math : documents;version numbers -OpenOffice.org Math : does not divide relation -OpenOffice.org Math : dot attribute -OpenOffice.org Math : dotted areas -OpenOffice.org Math : double arrow symbols -OpenOffice.org Math : double dot attribute -OpenOffice.org Math : double square brackets -OpenOffice.org Math : double square brackets;scalable -OpenOffice.org Math : double-line spacing in paragraphs -OpenOffice.org Math : double-line writing in Asian layout -OpenOffice.org Math : down arrow symbol -OpenOffice.org Math : drag and drop -OpenOffice.org Math : drag and drop;copying and pasting text -OpenOffice.org Math : drag and drop;data source view -OpenOffice.org Math : drag and drop;from Gallery to draw objects -OpenOffice.org Math : drag and drop;overview -OpenOffice.org Math : drag and drop;pictures -OpenOffice.org Math : drag and drop;to Gallery -OpenOffice.org Math : draw objects -OpenOffice.org Math : draw objects;adding/editing/copying -OpenOffice.org Math : draw objects;anchoring -OpenOffice.org Math : draw objects;arranging within stacks -OpenOffice.org Math : draw objects;copying -OpenOffice.org Math : draw objects;copying between documents -OpenOffice.org Math : draw objects;displaying (Calc) -OpenOffice.org Math : draw objects;dropping Gallery pictures -OpenOffice.org Math : draw objects;flipping -OpenOffice.org Math : draw objects;legends -OpenOffice.org Math : draw objects;positioning and resizing -OpenOffice.org Math : draw objects;protecting -OpenOffice.org Math : draw objects;slanting -OpenOffice.org Math : draw objects;text in -OpenOffice.org Math : Drawing bar -OpenOffice.org Math : drawing lines in text -OpenOffice.org Math : drawings -OpenOffice.org Math : drawings;creating/opening -OpenOffice.org Math : drawings;languages -OpenOffice.org Math : drawings;printing -OpenOffice.org Math : drawings;printing defaults -OpenOffice.org Math : drawings;printing in text documents -OpenOffice.org Math : drawings;saving -OpenOffice.org Math : drawings;saving automatically -OpenOffice.org Math : drawings;saving in other formats -OpenOffice.org Math : drawings;sending as e-mail -OpenOffice.org Math : drawings;showing (Writer) -OpenOffice.org Math : drop-down lists in form functions -OpenOffice.org Math : e-mail attachments -OpenOffice.org Math : Edit File icon -OpenOffice.org Math : edit mode -OpenOffice.org Math : edit mode;after opening -OpenOffice.org Math : edit mode;through Enter key (Calc) -OpenOffice.org Math : Edit Points bar -OpenOffice.org Math : editing -OpenOffice.org Math : editing;chart axes -OpenOffice.org Math : editing;chart data -OpenOffice.org Math : editing;chart legends -OpenOffice.org Math : editing;chart titles -OpenOffice.org Math : editing;data binding of XForms -OpenOffice.org Math : editing;database tables and queries -OpenOffice.org Math : editing;draw objects -OpenOffice.org Math : editing;Fontwork objects -OpenOffice.org Math : editing;hyperlinks -OpenOffice.org Math : editing;items in Data Navigator -OpenOffice.org Math : editing;menus -OpenOffice.org Math : editing;namespaces in XForms -OpenOffice.org Math : editing;notes -OpenOffice.org Math : editing;objects -OpenOffice.org Math : editing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Math : editing;pictures -OpenOffice.org Math : editing;reports -OpenOffice.org Math : editing;shortcut keys -OpenOffice.org Math : editing;tab stops -OpenOffice.org Math : editing;templates -OpenOffice.org Math : editing;toolbars -OpenOffice.org Math : editing;undoing -OpenOffice.org Math : editing;XForms -OpenOffice.org Math : editing time of documents -OpenOffice.org Math : editors -OpenOffice.org Math : editors;formula editor -OpenOffice.org Math : editors;ImageMap editor -OpenOffice.org Math : effects -OpenOffice.org Math : effects;font positions -OpenOffice.org Math : effects;fonts -OpenOffice.org Math : effects;Fontwork icons -OpenOffice.org Math : ellipsis symbols -OpenOffice.org Math : empty documents -OpenOffice.org Math : empty paragraph removal -OpenOffice.org Math : empty set -OpenOffice.org Math : encryption of contents -OpenOffice.org Math : entering groups -OpenOffice.org Math : entering text from right to left -OpenOffice.org Math : epsilon -OpenOffice.org Math : epsilon;back -OpenOffice.org Math : equal sign -OpenOffice.org Math : equal sign, see also operators -OpenOffice.org Math : Equation Editor, see OpenOffice.org Math -OpenOffice.org Math : equations in formula editor -OpenOffice.org Math : Error Report Tool -OpenOffice.org Math : error search -OpenOffice.org Math : error search;next error -OpenOffice.org Math : error search;previous error -OpenOffice.org Math : Euro -OpenOffice.org Math : Euro;currency formats -OpenOffice.org Math : Euro;Euro Converter Wizard -OpenOffice.org Math : even/odd pages -OpenOffice.org Math : even/odd pages;printing -OpenOffice.org Math : events -OpenOffice.org Math : events;controls -OpenOffice.org Math : events;customizing -OpenOffice.org Math : events;in forms -OpenOffice.org Math : examples -OpenOffice.org Math : examples;integral -OpenOffice.org Math : examples;OpenOffice.org Math formulas -OpenOffice.org Math : Excel -OpenOffice.org Math : Excel;saving as -OpenOffice.org Math : Excel;search criteria -OpenOffice.org Math : exceptions -OpenOffice.org Math : exceptions;user-defined dictionaries -OpenOffice.org Math : exchanging, see also replacing -OpenOffice.org Math : executing -OpenOffice.org Math : executing;SQL commands -OpenOffice.org Math : existence quantor symbol -OpenOffice.org Math : exiting -OpenOffice.org Math : exiting;groups -OpenOffice.org Math : exiting;OpenOffice.org -OpenOffice.org Math : expanding formatting (Calc) -OpenOffice.org Math : explorer of data sources -OpenOffice.org Math : exponential functions -OpenOffice.org Math : exponents -OpenOffice.org Math : exponents;variables with right -OpenOffice.org Math : exponents and indexes in OpenOffice.org Math -OpenOffice.org Math : export filters -OpenOffice.org Math : exporting -OpenOffice.org Math : exporting;bitmaps -OpenOffice.org Math : exporting;databases -OpenOffice.org Math : exporting;HTML and text documents -OpenOffice.org Math : exporting;Microsoft Office documents with VBA code -OpenOffice.org Math : exporting;spreadsheets to text format -OpenOffice.org Math : exporting;templates -OpenOffice.org Math : exporting;to foreign formats -OpenOffice.org Math : exporting;to HTML -OpenOffice.org Math : exporting;to Microsoft Office formats -OpenOffice.org Math : exporting;to PDF -OpenOffice.org Math : exporting;to PostScript format -OpenOffice.org Math : exporting;to XML -OpenOffice.org Math : exporting;XML files -OpenOffice.org Math : extended tips in Help -OpenOffice.org Math : extension mode in text -OpenOffice.org Math : extensions -OpenOffice.org Math : extensions;Extension Manager -OpenOffice.org Math : extensions;file formats -OpenOffice.org Math : external keys (Base) -OpenOffice.org Math : factorial -OpenOffice.org Math : faster printing -OpenOffice.org Math : faxes -OpenOffice.org Math : faxes;configuring OpenOffice.org -OpenOffice.org Math : faxes;fax programs/fax printers under UNIX -OpenOffice.org Math : faxes;selecting a fax machine -OpenOffice.org Math : faxes;sending -OpenOffice.org Math : faxes;wizards -OpenOffice.org Math : fields -OpenOffice.org Math : fields;database tables -OpenOffice.org Math : fields;displaying field codes (Writer) -OpenOffice.org Math : fields;formatted fields -OpenOffice.org Math : fields;updating automatically (Writer) -OpenOffice.org Math : file associations for Microsoft Office -OpenOffice.org Math : file filters -OpenOffice.org Math : file filters;mobile devices -OpenOffice.org Math : file filters;XML -OpenOffice.org Math : file formats -OpenOffice.org Math : file formats;changing defaults -OpenOffice.org Math : file formats;OpenDocument/XML -OpenOffice.org Math : file formats;saving always in other formats -OpenOffice.org Math : file selection button -OpenOffice.org Math : file sharing options for current document -OpenOffice.org Math : files -OpenOffice.org Math : files;filters and formats -OpenOffice.org Math : files;importing -OpenOffice.org Math : files;opening -OpenOffice.org Math : files;opening with placeholders -OpenOffice.org Math : files;properties -OpenOffice.org Math : files;saving -OpenOffice.org Math : files;saving automatically -OpenOffice.org Math : files;saving in other formats -OpenOffice.org Math : files;sending as e-mail -OpenOffice.org Math : files;version numbers -OpenOffice.org Math : files and folders in OpenOffice.org -OpenOffice.org Math : fill characters with tabulators -OpenOffice.org Math : fill colors for areas -OpenOffice.org Math : fill patterns for areas -OpenOffice.org Math : filter conditions -OpenOffice.org Math : filter conditions;connecting -OpenOffice.org Math : filter conditions;in queries (Base) -OpenOffice.org Math : filtering -OpenOffice.org Math : filtering;data in databases -OpenOffice.org Math : filtering;data in forms -OpenOffice.org Math : filters -OpenOffice.org Math : filters;comparison operators -OpenOffice.org Math : filters;for import and export -OpenOffice.org Math : filters;Navigator -OpenOffice.org Math : filters;pictures -OpenOffice.org Math : filters;XML filter settings -OpenOffice.org Math : Find tab in Help -OpenOffice.org Math : finding -OpenOffice.org Math : finding;errors in OpenOffice.org Math -OpenOffice.org Math : finding;in all sheets -OpenOffice.org Math : finding;records in form documents -OpenOffice.org Math : finding;selections -OpenOffice.org Math : finding;similarity search -OpenOffice.org Math : fitting to pages -OpenOffice.org Math : fitting to pages;print settings in Math -OpenOffice.org Math : fitting to pages;print settings in presentations -OpenOffice.org Math : fixed text -OpenOffice.org Math : fixed text;form functions -OpenOffice.org Math : fixing toolbars -OpenOffice.org Math : flipping draw objects -OpenOffice.org Math : floating frames in HTML documents -OpenOffice.org Math : floating toolbars -OpenOffice.org Math : floor brackets -OpenOffice.org Math : focus of controls -OpenOffice.org Math : folder creation -OpenOffice.org Math : font attributes -OpenOffice.org Math : font attributes;changing defaults -OpenOffice.org Math : font lists -OpenOffice.org Math : font name box -OpenOffice.org Math : font sizes -OpenOffice.org Math : font sizes;bullets -OpenOffice.org Math : font sizes;example -OpenOffice.org Math : font sizes;in OpenOffice.org Math -OpenOffice.org Math : font sizes;relative changes -OpenOffice.org Math : font sizes;scaling on screen -OpenOffice.org Math : font sizes;text -OpenOffice.org Math : fonts -OpenOffice.org Math : fonts;adding under UNIX -OpenOffice.org Math : fonts;changing in templates -OpenOffice.org Math : fonts;colors -OpenOffice.org Math : fonts;default settings -OpenOffice.org Math : fonts;effects -OpenOffice.org Math : fonts;for HTML and Basic -OpenOffice.org Math : fonts;formats -OpenOffice.org Math : fonts;in OpenOffice.org Math -OpenOffice.org Math : fonts;outlines -OpenOffice.org Math : fonts;positions in text -OpenOffice.org Math : fonts;shadows -OpenOffice.org Math : fonts;specifying several -OpenOffice.org Math : fonts;strikethrough -OpenOffice.org Math : fonts;styles -OpenOffice.org Math : fonts;text objects -OpenOffice.org Math : Fontwork icons -OpenOffice.org Math : footers -OpenOffice.org Math : footers;backgrounds -OpenOffice.org Math : for all symbol -OpenOffice.org Math : form controls -OpenOffice.org Math : form controls;assigning macros -OpenOffice.org Math : form controls;protecting -OpenOffice.org Math : form controls;toolbars -OpenOffice.org Math : form fields -OpenOffice.org Math : form filters -OpenOffice.org Math : Form Navigator -OpenOffice.org Math : format codes -OpenOffice.org Math : format codes;numbers -OpenOffice.org Math : format codes;user-defined number formats -OpenOffice.org Math : format filling printing in OpenOffice.org Math -OpenOffice.org Math : Format Paintbrush -OpenOffice.org Math : formats -OpenOffice.org Math : formats;Asian layout -OpenOffice.org Math : formats;Asian typography -OpenOffice.org Math : formats;fonts -OpenOffice.org Math : formats;maximizing page formats -OpenOffice.org Math : formats;number and currency formats -OpenOffice.org Math : formats;of currencies/date/time -OpenOffice.org Math : formats;on opening and saving -OpenOffice.org Math : formats;pasting in special formats -OpenOffice.org Math : formats;positions -OpenOffice.org Math : formats;reference list of formatting (Math) -OpenOffice.org Math : formats;tabulators -OpenOffice.org Math : formats;undoing when writing -OpenOffice.org Math : formatted fields -OpenOffice.org Math : formatted fields;form functions -OpenOffice.org Math : formatted fields;properties -OpenOffice.org Math : formatting -OpenOffice.org Math : formatting;axes in charts -OpenOffice.org Math : formatting;changing default attributes -OpenOffice.org Math : formatting;chart legends -OpenOffice.org Math : formatting;copying -OpenOffice.org Math : formatting;definition -OpenOffice.org Math : formatting;expanding (Calc) -OpenOffice.org Math : formatting;font effects -OpenOffice.org Math : formatting;hyperlinks -OpenOffice.org Math : formatting;in OpenOffice.org Math -OpenOffice.org Math : formatting;pages -OpenOffice.org Math : formatting;printer metrics (Writer) -OpenOffice.org Math : formatting;undoing -OpenOffice.org Math : forms -OpenOffice.org Math : forms;browsing -OpenOffice.org Math : forms;Combo Box/List Box Wizard -OpenOffice.org Math : forms;creating -OpenOffice.org Math : forms;data -OpenOffice.org Math : forms;designing (Base) -OpenOffice.org Math : forms;events -OpenOffice.org Math : forms;filtering data -OpenOffice.org Math : forms;finding records -OpenOffice.org Math : forms;focus after opening -OpenOffice.org Math : forms;general information (Base) -OpenOffice.org Math : forms;grouping controls -OpenOffice.org Math : forms;HTML filters -OpenOffice.org Math : forms;Navigator -OpenOffice.org Math : forms;opening in design mode -OpenOffice.org Math : forms;properties -OpenOffice.org Math : forms;sorting data -OpenOffice.org Math : forms;subforms -OpenOffice.org Math : forms;wizards -OpenOffice.org Math : forms;XForms -OpenOffice.org Math : Formula Auditing feature in Microsoft Office -OpenOffice.org Math : formula cursor in OpenOffice.org Math -OpenOffice.org Math : formula display sizes -OpenOffice.org Math : formula fonts -OpenOffice.org Math : formula fonts;defining -OpenOffice.org Math : formula parts -OpenOffice.org Math : formula parts;manually aligning -OpenOffice.org Math : formula parts;merging -OpenOffice.org Math : formula texts -OpenOffice.org Math : formula texts;printing in OpenOffice.org Math -OpenOffice.org Math : formula view -OpenOffice.org Math : formula view;refreshing -OpenOffice.org Math : formulas -OpenOffice.org Math : formulas;aligning -OpenOffice.org Math : formulas;attributes in -OpenOffice.org Math : formulas;element spacing -OpenOffice.org Math : formulas;entering symbols in -OpenOffice.org Math : formulas;examples -OpenOffice.org Math : formulas;fit to text -OpenOffice.org Math : formulas;in color -OpenOffice.org Math : formulas;increasing size of display -OpenOffice.org Math : formulas;line breaks -OpenOffice.org Math : formulas;maximum size -OpenOffice.org Math : formulas;new -OpenOffice.org Math : formulas;reference tables -OpenOffice.org Math : formulas;selections -OpenOffice.org Math : formulas;starting formula editor -OpenOffice.org Math : formulas;zooming out -OpenOffice.org Math : formulas in reports -OpenOffice.org Math : formulas in reports;editing -OpenOffice.org Math : forums and support -OpenOffice.org Math : fractions in formulas -OpenOffice.org Math : frames -OpenOffice.org Math : frames;around paragraphs -OpenOffice.org Math : frames;around tables -OpenOffice.org Math : frames;AutoCorrect function -OpenOffice.org Math : frames;backgrounds -OpenOffice.org Math : frames;captions (Writer) -OpenOffice.org Math : frames;printing in OpenOffice.org Math -OpenOffice.org Math : frames;protecting -OpenOffice.org Math : frames;selection frames -OpenOffice.org Math : frames;text fitting to frames -OpenOffice.org Math : freeform lines -OpenOffice.org Math : freeform lines;draw functions -OpenOffice.org Math : FTP -OpenOffice.org Math : FTP;opening documents -OpenOffice.org Math : FTP;saving documents -OpenOffice.org Math : full joins (Base) -OpenOffice.org Math : full screen view -OpenOffice.org Math : full-text search in Help -OpenOffice.org Math : functions -OpenOffice.org Math : functions;in OpenOffice.org Math -OpenOffice.org Math : functions in reports -OpenOffice.org Math : functions in reports;editing -OpenOffice.org Math : functions operators -OpenOffice.org Math : functions operators;list of -OpenOffice.org Math : Gallery -OpenOffice.org Math : Gallery;adding pictures -OpenOffice.org Math : Gallery;dragging pictures to draw objects -OpenOffice.org Math : Gallery;hiding/showing -OpenOffice.org Math : Gallery;inserting pictures from -OpenOffice.org Math : gaps in formulas -OpenOffice.org Math : German spellcheck -OpenOffice.org Math : get method for form transmissions -OpenOffice.org Math : getting support -OpenOffice.org Math : GIF format -OpenOffice.org Math : glossaries -OpenOffice.org Math : glossaries;common terms -OpenOffice.org Math : glossaries;Internet terms -OpenOffice.org Math : gradients off for faster printing -OpenOffice.org Math : graphical text art -OpenOffice.org Math : graphics -OpenOffice.org Math : graphics;cache -OpenOffice.org Math : graphics;protecting -OpenOffice.org Math : graphics, see also pictures -OpenOffice.org Math : grayscale printing -OpenOffice.org Math : greater than or equal to signs -OpenOffice.org Math : greater than relations -OpenOffice.org Math : Greek symbols in formulas -OpenOffice.org Math : grid controls -OpenOffice.org Math : grid controls;form functions -OpenOffice.org Math : grids -OpenOffice.org Math : grids;defaults (Writer/Calc) -OpenOffice.org Math : grids;display options (Impress/Draw) -OpenOffice.org Math : grids;displaying lines (Calc) -OpenOffice.org Math : group box creation -OpenOffice.org Math : grouping and brackets in OpenOffice.org Math -OpenOffice.org Math : grouping brackets -OpenOffice.org Math : groups -OpenOffice.org Math : groups;entering/exiting/ungrouping -OpenOffice.org Math : groups;naming -OpenOffice.org Math : groups;of controls -OpenOffice.org Math : guides -OpenOffice.org Math : guides;display options (Impress/Draw) -OpenOffice.org Math : guides;displaying when moving objects (Impress) -OpenOffice.org Math : guides;showing (Calc) -OpenOffice.org Math : guides;showing when moving frames (Writer) -OpenOffice.org Math : gutter -OpenOffice.org Math : h-bar symbol -OpenOffice.org Math : handles -OpenOffice.org Math : handles;displaying (Writer) -OpenOffice.org Math : handles;scaling -OpenOffice.org Math : handles;showing simple/large handles (Calc) -OpenOffice.org Math : Hangul/Hanja -OpenOffice.org Math : hatching -OpenOffice.org Math : headers -OpenOffice.org Math : headers;backgrounds -OpenOffice.org Math : headings -OpenOffice.org Math : headings;entering as text box -OpenOffice.org Math : Hebrew -OpenOffice.org Math : Hebrew;entering text -OpenOffice.org Math : Hebrew;language settings -OpenOffice.org Math : Help -OpenOffice.org Math : Help;bookmarks -OpenOffice.org Math : Help;extended tips on/off -OpenOffice.org Math : Help;full-text search -OpenOffice.org Math : Help;Help tips -OpenOffice.org Math : Help;keywords -OpenOffice.org Math : Help;navigation pane showing/hiding -OpenOffice.org Math : Help;style sheets -OpenOffice.org Math : Help;topics -OpenOffice.org Math : Help Agent -OpenOffice.org Math : Help Agent;help -OpenOffice.org Math : Help Agent;options -OpenOffice.org Math : Help tips -OpenOffice.org Math : Help tips;hiding -OpenOffice.org Math : hidden controls in Form Navigator -OpenOffice.org Math : hidden fields display (Writer) -OpenOffice.org Math : hidden pages -OpenOffice.org Math : hidden pages;printing in presentations -OpenOffice.org Math : hidden text -OpenOffice.org Math : hidden text;showing (Writer) -OpenOffice.org Math : hiding -OpenOffice.org Math : hiding;changes -OpenOffice.org Math : hiding;docked windows -OpenOffice.org Math : hiding;navigation pane in Help window -OpenOffice.org Math : high contrast mode -OpenOffice.org Math : Hindi -OpenOffice.org Math : Hindi;entering text -OpenOffice.org Math : Hindi;language settings -OpenOffice.org Math : horizontal scrollbars (Writer) -OpenOffice.org Math : HTML -OpenOffice.org Math : HTML;definition -OpenOffice.org Math : HTML;export character set -OpenOffice.org Math : HTML;fonts for source display -OpenOffice.org Math : HTML;importing META tags -OpenOffice.org Math : HTML;live presentations -OpenOffice.org Math : HTML documents -OpenOffice.org Math : HTML documents;auto reloading -OpenOffice.org Math : HTML documents;importing/exporting -OpenOffice.org Math : HTML documents;META tags in -OpenOffice.org Math : HTML documents;new -OpenOffice.org Math : HTML documents;source text -OpenOffice.org Math : hyperbolic cosine function -OpenOffice.org Math : hyperbolic cotangent function -OpenOffice.org Math : hyperbolic sine function -OpenOffice.org Math : hyperbolic tangent function -OpenOffice.org Math : hyperlinks -OpenOffice.org Math : hyperlinks;assigning macros -OpenOffice.org Math : hyperlinks;character formats -OpenOffice.org Math : hyperlinks;definition -OpenOffice.org Math : hyperlinks;deleting -OpenOffice.org Math : hyperlinks;editing -OpenOffice.org Math : hyperlinks;inserting -OpenOffice.org Math : hyperlinks;relative and absolute -OpenOffice.org Math : hyperlinks;turning off automatic recognition -OpenOffice.org Math : hyperlinks, see also links -OpenOffice.org Math : hyphenation -OpenOffice.org Math : hyphenation;activating for a language -OpenOffice.org Math : hyphenation;minimal number of characters -OpenOffice.org Math : hyphens -OpenOffice.org Math : hyphens;displaying custom (Writer) -OpenOffice.org Math : hyphens;inserting custom -OpenOffice.org Math : icon bars, see toolbars -OpenOffice.org Math : icon sizes -OpenOffice.org Math : identical to relation -OpenOffice.org Math : ignore list for spellcheck -OpenOffice.org Math : illustrations, see pictures -OpenOffice.org Math : image button creation -OpenOffice.org Math : image control creation -OpenOffice.org Math : image of relation -OpenOffice.org Math : ImageMap -OpenOffice.org Math : ImageMap;definition -OpenOffice.org Math : ImageMap;editor -OpenOffice.org Math : images -OpenOffice.org Math : images;ImageMap -OpenOffice.org Math : images;inserting and editing bitmaps -OpenOffice.org Math : images;placeholders in presentations -OpenOffice.org Math : images, see also pictures -OpenOffice.org Math : imaginary part of a complex number -OpenOffice.org Math : IME -OpenOffice.org Math : IME;definition -OpenOffice.org Math : IME;showing/hiding -OpenOffice.org Math : import filters -OpenOffice.org Math : import restrictions for Microsoft Office -OpenOffice.org Math : importing -OpenOffice.org Math : importing;bitmaps -OpenOffice.org Math : importing;compatibility settings for text import -OpenOffice.org Math : importing;databases -OpenOffice.org Math : importing;documents in other formats -OpenOffice.org Math : importing;from XML -OpenOffice.org Math : importing;HTML and text documents -OpenOffice.org Math : importing;HTML with META tags -OpenOffice.org Math : importing;Microsoft Office documents with VBA code -OpenOffice.org Math : importing;OpenOffice.org Math formulas -OpenOffice.org Math : importing;tables in text format -OpenOffice.org Math : importing;templates -OpenOffice.org Math : inches -OpenOffice.org Math : included in set operator -OpenOffice.org Math : includes set operator -OpenOffice.org Math : Index tab in Help -OpenOffice.org Math : indexes -OpenOffice.org Math : indexes;adding to formulas -OpenOffice.org Math : indexes;backgrounds -OpenOffice.org Math : indexes;showing/hiding Help index tab -OpenOffice.org Math : indexes;unprotecting -OpenOffice.org Math : indexes and exponents in OpenOffice.org Math -OpenOffice.org Math : indicator lines in text -OpenOffice.org Math : inequation -OpenOffice.org Math : infinity symbol -OpenOffice.org Math : inner joins (Base) -OpenOffice.org Math : input method window -OpenOffice.org Math : insert mode for entering text -OpenOffice.org Math : inserting -OpenOffice.org Math : inserting;applets -OpenOffice.org Math : inserting;brackets -OpenOffice.org Math : inserting;cell ranges from spreadsheets -OpenOffice.org Math : inserting;charts -OpenOffice.org Math : inserting;clipboard options -OpenOffice.org Math : inserting;comments in OpenOffice.org Math -OpenOffice.org Math : inserting;data from text documents -OpenOffice.org Math : inserting;datasource records in spreadsheets -OpenOffice.org Math : inserting;drawings -OpenOffice.org Math : inserting;floating frames -OpenOffice.org Math : inserting;form fields -OpenOffice.org Math : inserting;gaps -OpenOffice.org Math : inserting;hyperlinks -OpenOffice.org Math : inserting;line breaks in cells -OpenOffice.org Math : inserting;movies/sounds -OpenOffice.org Math : inserting;new text tables defaults -OpenOffice.org Math : inserting;notes -OpenOffice.org Math : inserting;objects from Gallery -OpenOffice.org Math : inserting;OLE objects -OpenOffice.org Math : inserting;paragraph bullets -OpenOffice.org Math : inserting;plug-ins -OpenOffice.org Math : inserting;special characters -OpenOffice.org Math : inserting;tab stops -OpenOffice.org Math : inserting;text in OpenOffice.org Math -OpenOffice.org Math : installing -OpenOffice.org Math : installing;ActiveX control -OpenOffice.org Math : installing;mobile device filters -OpenOffice.org Math : installing;UNO components -OpenOffice.org Math : instructions -OpenOffice.org Math : instructions;general -OpenOffice.org Math : instructions;OpenOffice.org Math -OpenOffice.org Math : integrals -OpenOffice.org Math : integrals;example -OpenOffice.org Math : integrals;signs -OpenOffice.org Math : Internet -OpenOffice.org Math : Internet;Internet Explorer for displaying OpenOffice.org documents -OpenOffice.org Math : Internet;presentations -OpenOffice.org Math : Internet;starting searches -OpenOffice.org Math : Internet;turning off recognition of addresses -OpenOffice.org Math : Internet glossary -OpenOffice.org Math : intersection of sets -OpenOffice.org Math : invert filter -OpenOffice.org Math : invisible areas -OpenOffice.org Math : italic attribute in OpenOffice.org Math -OpenOffice.org Math : italic text -OpenOffice.org Math : iterative references in spreadsheets -OpenOffice.org Math : Java -OpenOffice.org Math : Java;definition -OpenOffice.org Math : Java;scripting -OpenOffice.org Math : Java;setting options -OpenOffice.org Math : JDBC -OpenOffice.org Math : JDBC;databases (Base) -OpenOffice.org Math : JDBC;definition -OpenOffice.org Math : joining -OpenOffice.org Math : joining;paragraphs -OpenOffice.org Math : joining;tables (Base) -OpenOffice.org Math : joins in databases (Base) -OpenOffice.org Math : justifying text -OpenOffice.org Math : kerning -OpenOffice.org Math : kerning;Asian texts -OpenOffice.org Math : kerning;definition -OpenOffice.org Math : kerning;in characters -OpenOffice.org Math : key fields for relations (Base) -OpenOffice.org Math : keyboard -OpenOffice.org Math : keyboard;assigning/editing shortcut keys -OpenOffice.org Math : keyboard;general commands -OpenOffice.org Math : keyboard;removing numbering -OpenOffice.org Math : keys -OpenOffice.org Math : keys;adding push buttons -OpenOffice.org Math : keys;primary keys (Base) -OpenOffice.org Math : kiosk export -OpenOffice.org Math : labels -OpenOffice.org Math : labels;creating and synchronizing -OpenOffice.org Math : labels;for draw objects -OpenOffice.org Math : labels;form functions -OpenOffice.org Math : labels;from databases -OpenOffice.org Math : labels, see also names/callouts -OpenOffice.org Math : lambda-bar symbol -OpenOffice.org Math : languages -OpenOffice.org Math : languages;activating modules -OpenOffice.org Math : languages;Asian support -OpenOffice.org Math : languages;complex text layout -OpenOffice.org Math : languages;locale settings -OpenOffice.org Math : languages;selecting -OpenOffice.org Math : languages;setting options -OpenOffice.org Math : languages;spellcheck -OpenOffice.org Math : languages;spellchecking and formatting -OpenOffice.org Math : large handles (Writer) -OpenOffice.org Math : large icons -OpenOffice.org Math : layer arrangement -OpenOffice.org Math : layout -OpenOffice.org Math : layout;importing Word documents -OpenOffice.org Math : layout;pages -OpenOffice.org Math : LDAP server -OpenOffice.org Math : LDAP server;address books (Base) -OpenOffice.org Math : LDAP server;sign on options -OpenOffice.org Math : leading between paragraphs -OpenOffice.org Math : left alignment of paragraphs -OpenOffice.org Math : left arrow symbol -OpenOffice.org Math : left joins (Base) -OpenOffice.org Math : left-justified alignment (Math) -OpenOffice.org Math : legends -OpenOffice.org Math : legends;charts -OpenOffice.org Math : legends;draw objects -OpenOffice.org Math : legends;rounding corners -OpenOffice.org Math : less than or equal to signs -OpenOffice.org Math : less than relations -OpenOffice.org Math : Letter Wizard -OpenOffice.org Math : levels -OpenOffice.org Math : levels;depth stagger -OpenOffice.org Math : limits -OpenOffice.org Math : limits;in OpenOffice.org Math -OpenOffice.org Math : limits of tables (Writer) -OpenOffice.org Math : line above attribute -OpenOffice.org Math : line breaks -OpenOffice.org Math : line breaks;in cells -OpenOffice.org Math : line breaks;in formulas -OpenOffice.org Math : line spacing -OpenOffice.org Math : line spacing;context menu in paragraphs -OpenOffice.org Math : line spacing;paragraph -OpenOffice.org Math : line styles -OpenOffice.org Math : line styles;applying -OpenOffice.org Math : line styles;defining -OpenOffice.org Math : line through attribute -OpenOffice.org Math : lines -OpenOffice.org Math : lines;contours (Draw/Impress) -OpenOffice.org Math : lines;defining ends -OpenOffice.org Math : lines;draw functions -OpenOffice.org Math : lines;drawing in text -OpenOffice.org Math : lines;editing points -OpenOffice.org Math : lines;inserting in formulas -OpenOffice.org Math : lines;removing automatic lines -OpenOffice.org Math : lines;scalable -OpenOffice.org Math : lines;with edges -OpenOffice.org Math : Lines and Page Breaks feature in Microsoft Office -OpenOffice.org Math : lines of text -OpenOffice.org Math : lines of text;alignment -OpenOffice.org Math : links -OpenOffice.org Math : links;between cells and controls -OpenOffice.org Math : links;by drag and drop -OpenOffice.org Math : links;character formats -OpenOffice.org Math : links;definition -OpenOffice.org Math : links;editing hyperlinks -OpenOffice.org Math : links;inserting -OpenOffice.org Math : links;modifying -OpenOffice.org Math : links;opening files with -OpenOffice.org Math : links;relational databases (Base) -OpenOffice.org Math : links;turning off automatic recognition -OpenOffice.org Math : links;updating options (Writer) -OpenOffice.org Math : links;updating specific links -OpenOffice.org Math : list box creation -OpenOffice.org Math : lists -OpenOffice.org Math : lists;data assigned to controls -OpenOffice.org Math : lists;registered databases (Base) -OpenOffice.org Math : lists;regular expressions -OpenOffice.org Math : live presentations on the Internet -OpenOffice.org Math : loading -OpenOffice.org Math : loading;documents -OpenOffice.org Math : loading;documents from other formats -OpenOffice.org Math : loading;HTML documents, automatically -OpenOffice.org Math : loading;Microsoft Office documents with VBA code -OpenOffice.org Math : loading;reloading -OpenOffice.org Math : loading;XML files -OpenOffice.org Math : locale settings -OpenOffice.org Math : logarithms -OpenOffice.org Math : logic symbols -OpenOffice.org Math : logical operators -OpenOffice.org Math : lower limits -OpenOffice.org Math : lowercase letters -OpenOffice.org Math : lowercase letters;font effects -OpenOffice.org Math : macros -OpenOffice.org Math : macros;assigning to events in forms -OpenOffice.org Math : macros;in MS Office documents -OpenOffice.org Math : macros;interrupting -OpenOffice.org Math : macros;organizing -OpenOffice.org Math : macros;recording -OpenOffice.org Math : macros;security -OpenOffice.org Math : macros;security warning dialog -OpenOffice.org Math : macros;selecting security warnings -OpenOffice.org Math : magnifiers -OpenOffice.org Math : Mail Merge feature in Microsoft Office -OpenOffice.org Math : margins -OpenOffice.org Math : margins;pages -OpenOffice.org Math : margins;setting with the mouse -OpenOffice.org Math : margins;shadows -OpenOffice.org Math : markers -OpenOffice.org Math : markers;definition -OpenOffice.org Math : markers;next -OpenOffice.org Math : markers;previous -OpenOffice.org Math : marking changes -OpenOffice.org Math : Markup feature in Microsoft Office -OpenOffice.org Math : Math formula editor -OpenOffice.org Math : mathematical symbols -OpenOffice.org Math : mathematical symbols;catalog -OpenOffice.org Math : mathematical symbols;other -OpenOffice.org Math : matrices -OpenOffice.org Math : matrices;arranging -OpenOffice.org Math : maximum formula size -OpenOffice.org Math : measurement units -OpenOffice.org Math : measurement units;changing on rulers -OpenOffice.org Math : measurement units;converting -OpenOffice.org Math : measurement units;selecting -OpenOffice.org Math : Media Player window -OpenOffice.org Math : menus -OpenOffice.org Math : menus;activating context menus -OpenOffice.org Math : menus;customizing -OpenOffice.org Math : menus;inactive menu items -OpenOffice.org Math : merging -OpenOffice.org Math : merging;documents -OpenOffice.org Math : merging;formula parts -OpenOffice.org Math : META tags -OpenOffice.org Math : metrics -OpenOffice.org Math : metrics;converting -OpenOffice.org Math : metrics;document formatting (Writer) -OpenOffice.org Math : metrics;in sheets -OpenOffice.org Math : Microsoft Office -OpenOffice.org Math : Microsoft Office;Access databases (base) -OpenOffice.org Math : Microsoft Office;as standard file format -OpenOffice.org Math : Microsoft Office;document import restrictions -OpenOffice.org Math : Microsoft Office;feature comparisons -OpenOffice.org Math : Microsoft Office;importing password protected files -OpenOffice.org Math : Microsoft Office;importing Word documents -OpenOffice.org Math : Microsoft Office;importing/exporting VBA code -OpenOffice.org Math : Microsoft Office;new users information -OpenOffice.org Math : Microsoft Office;opening Microsoft documents -OpenOffice.org Math : Microsoft Office;reassigning document types -OpenOffice.org Math : minus signs -OpenOffice.org Math : minus/plus signs -OpenOffice.org Math : mobile device filters -OpenOffice.org Math : models in XForms -OpenOffice.org Math : modifying, see changing -OpenOffice.org Math : more controls -OpenOffice.org Math : mosaic filter -OpenOffice.org Math : mouse -OpenOffice.org Math : mouse;pointers when using drag and drop -OpenOffice.org Math : mouse;positioning -OpenOffice.org Math : moving -OpenOffice.org Math : moving;tab stops on ruler -OpenOffice.org Math : moving;toolbars -OpenOffice.org Math : moving;using guide lines in presentations -OpenOffice.org Math : MS ADO interface (Base) -OpenOffice.org Math : much greater than relation -OpenOffice.org Math : much less than relation -OpenOffice.org Math : multi-line formulas -OpenOffice.org Math : multi-line formulas;aligning -OpenOffice.org Math : multi-line titles in forms -OpenOffice.org Math : multiple documents -OpenOffice.org Math : multiple documents;opening -OpenOffice.org Math : multiplication signs -OpenOffice.org Math : My Documents folder -OpenOffice.org Math : My Documents folder;changing work directory -OpenOffice.org Math : My Documents folder;opening -OpenOffice.org Math : MySQL databases (Base) -OpenOffice.org Math : Nabla operator -OpenOffice.org Math : names -OpenOffice.org Math : names;multi-line titles -OpenOffice.org Math : names;objects -OpenOffice.org Math : names, see also labels/callouts -OpenOffice.org Math : namespace organization in XForms -OpenOffice.org Math : native SQL (Base) -OpenOffice.org Math : natural exponential functions -OpenOffice.org Math : natural logarithms -OpenOffice.org Math : natural numbers -OpenOffice.org Math : navigating -OpenOffice.org Math : navigating;in documents -OpenOffice.org Math : Navigation bar -OpenOffice.org Math : Navigation bar;controls -OpenOffice.org Math : Navigation bar;forms -OpenOffice.org Math : Navigator -OpenOffice.org Math : Navigator;contents as lists -OpenOffice.org Math : Navigator;docking -OpenOffice.org Math : Navigator;working with -OpenOffice.org Math : network identity options -OpenOffice.org Math : new databases -OpenOffice.org Math : new documents -OpenOffice.org Math : new German spellcheck -OpenOffice.org Math : new lines in cells -OpenOffice.org Math : new symbols in OpenOffice.org Math -OpenOffice.org Math : new windows -OpenOffice.org Math : non-breaking dashes -OpenOffice.org Math : non-breaking spaces (Writer) -OpenOffice.org Math : non-printing characters (Writer) -OpenOffice.org Math : not included in set operator -OpenOffice.org Math : NOT operator -OpenOffice.org Math : not subset set operators -OpenOffice.org Math : not superset set operators -OpenOffice.org Math : notes -OpenOffice.org Math : notes;displaying (Calc) -OpenOffice.org Math : notes;inserting and editing -OpenOffice.org Math : notes;printing in text -OpenOffice.org Math : number formats -OpenOffice.org Math : number formats;codes -OpenOffice.org Math : number formats;formats -OpenOffice.org Math : number formats;recognition in text tables -OpenOffice.org Math : number of pages -OpenOffice.org Math : number of sheets -OpenOffice.org Math : number of tables -OpenOffice.org Math : numbering -OpenOffice.org Math : numbering;options -OpenOffice.org Math : numbering;paragraphs -OpenOffice.org Math : numbering;turning off -OpenOffice.org Math : numbering;using automatically -OpenOffice.org Math : numbers -OpenOffice.org Math : numbers;date, time and currency formats -OpenOffice.org Math : numbers;decimal places (Calc) -OpenOffice.org Math : numbers;formatting options for selected cells -OpenOffice.org Math : numerical fields in forms -OpenOffice.org Math : objects -OpenOffice.org Math : objects;always moveable (Impress/Draw) -OpenOffice.org Math : objects;arranging within stacks -OpenOffice.org Math : objects;contours in presentations -OpenOffice.org Math : objects;copying when moving in presentations -OpenOffice.org Math : objects;definition -OpenOffice.org Math : objects;displaying in spreadsheets -OpenOffice.org Math : objects;displaying in text documents -OpenOffice.org Math : objects;editing -OpenOffice.org Math : objects;inserting from Gallery -OpenOffice.org Math : objects;inserting OLE objects -OpenOffice.org Math : objects;moving and resizing with mouse -OpenOffice.org Math : objects;naming -OpenOffice.org Math : objects;opening -OpenOffice.org Math : objects;quickly moving to -OpenOffice.org Math : objects;titles and descriptions -OpenOffice.org Math : ODBC -OpenOffice.org Math : ODBC;database (Base) -OpenOffice.org Math : ODBC;definition -OpenOffice.org Math : ODF file formats -OpenOffice.org Math : Office -OpenOffice.org Math : Office;Microsoft Office and OpenOffice.org -OpenOffice.org Math : old German spellcheck -OpenOffice.org Math : OLE -OpenOffice.org Math : OLE;definition -OpenOffice.org Math : OLE objects -OpenOffice.org Math : OLE objects;arranging within stacks -OpenOffice.org Math : OLE objects;captions (Writer) -OpenOffice.org Math : OLE objects;inserting -OpenOffice.org Math : OLE objects;number of -OpenOffice.org Math : OLE objects;protecting -OpenOffice.org Math : one and a half line spacing in text -OpenOffice.org Math : online registration -OpenOffice.org Math : online update options -OpenOffice.org Math : online updates -OpenOffice.org Math : online updates;checking automatically -OpenOffice.org Math : online updates;checking manually -OpenOffice.org Math : Open/Save dialogs -OpenOffice.org Math : OpenDocument file formats -OpenOffice.org Math : OpenGL -OpenOffice.org Math : OpenGL;definition -OpenOffice.org Math : OpenGL;optimized output -OpenOffice.org Math : opening -OpenOffice.org Math : opening;context menus -OpenOffice.org Math : opening;database files -OpenOffice.org Math : opening;dialog settings -OpenOffice.org Math : opening;documents -OpenOffice.org Math : opening;documents from other formats -OpenOffice.org Math : opening;files with links -OpenOffice.org Math : opening;files, with placeholders -OpenOffice.org Math : opening;forms -OpenOffice.org Math : opening;Microsoft Office files -OpenOffice.org Math : opening;mobile device documents -OpenOffice.org Math : opening;objects -OpenOffice.org Math : opening;reports -OpenOffice.org Math : opening;several files -OpenOffice.org Math : opening;XForms -OpenOffice.org Math : OpenOffice.org Base data sources -OpenOffice.org Math : OpenOffice.org Basic scripts in HTML documents -OpenOffice.org Math : OpenOffice.org documents -OpenOffice.org Math : OpenOffice.org documents;mobile device filters -OpenOffice.org Math : OpenOffice.org documents;viewing and editing in Internet Explorer -OpenOffice.org Math : OpenOffice.org Math -OpenOffice.org Math : OpenOffice.org Math;entering symbols in -OpenOffice.org Math : OpenOffice.org Math;examples -OpenOffice.org Math : OpenOffice.org Math;formatting -OpenOffice.org Math : OpenOffice.org Math;general instructions -OpenOffice.org Math : OpenOffice.org Math;reference list -OpenOffice.org Math : OpenOffice.org Math;relations -OpenOffice.org Math : OpenOffice.org Math start -OpenOffice.org Math : operator brackets -OpenOffice.org Math : operators -OpenOffice.org Math : operators;default filters -OpenOffice.org Math : operators;general -OpenOffice.org Math : operators;in Math -OpenOffice.org Math : operators;list of -OpenOffice.org Math : operators;unary and binary -OpenOffice.org Math : optional hyphens (Writer) -OpenOffice.org Math : options -OpenOffice.org Math : options;accessibility -OpenOffice.org Math : options;appearance -OpenOffice.org Math : options;compatibility (Writer) -OpenOffice.org Math : options;network identity -OpenOffice.org Math : options;online update -OpenOffice.org Math : options;tools -OpenOffice.org Math : OR operator -OpenOffice.org Math : Oracle databases (base) -OpenOffice.org Math : ordering -OpenOffice.org Math : ordering;objects -OpenOffice.org Math : organizing -OpenOffice.org Math : organizing;macros and scripts -OpenOffice.org Math : organizing;namespaces in XForms -OpenOffice.org Math : organizing;styles -OpenOffice.org Math : organizing;templates -OpenOffice.org Math : original by correspondence -OpenOffice.org Math : original size -OpenOffice.org Math : original size;printing in OpenOffice.org Math -OpenOffice.org Math : original size;restoring after cropping -OpenOffice.org Math : orphaned brackets -OpenOffice.org Math : orthogonal relations -OpenOffice.org Math : other operators -OpenOffice.org Math : other operators;list of -OpenOffice.org Math : outlines -OpenOffice.org Math : outlines;font effects -OpenOffice.org Math : outlines;outline symbols -OpenOffice.org Math : outlines;sending to presentations -OpenOffice.org Math : overline attribute -OpenOffice.org Math : overwrite mode -OpenOffice.org Math : owns command -OpenOffice.org Math : packages, see extensions -OpenOffice.org Math : page breaks -OpenOffice.org Math : page breaks;displaying (Calc) -OpenOffice.org Math : page formats -OpenOffice.org Math : page formats;maximizing -OpenOffice.org Math : page formats;restriction -OpenOffice.org Math : page styles -OpenOffice.org Math : page styles;editing/applying with statusbar -OpenOffice.org Math : pages -OpenOffice.org Math : pages;backgrounds in spreadsheets -OpenOffice.org Math : pages;formatting and numbering -OpenOffice.org Math : pages;printing page names in presentations -OpenOffice.org Math : pages;scaling -OpenOffice.org Math : pages;selecting one to print -OpenOffice.org Math : paint box -OpenOffice.org Math : paint can symbol -OpenOffice.org Math : pair kerning -OpenOffice.org Math : Palm file filters -OpenOffice.org Math : paper formats -OpenOffice.org Math : paper size warning -OpenOffice.org Math : paper trays -OpenOffice.org Math : paragraph marks -OpenOffice.org Math : paragraph marks;displaying (Writer) -OpenOffice.org Math : paragraph styles -OpenOffice.org Math : paragraph styles;languages -OpenOffice.org Math : paragraph styles;modifying basic fonts -OpenOffice.org Math : paragraphs -OpenOffice.org Math : paragraphs;alignment -OpenOffice.org Math : paragraphs;Asian typography -OpenOffice.org Math : paragraphs;backgrounds -OpenOffice.org Math : paragraphs;defining borders -OpenOffice.org Math : paragraphs;hidden paragraphs (Writer) -OpenOffice.org Math : paragraphs;increasing indents of -OpenOffice.org Math : paragraphs;indents, margins and columns -OpenOffice.org Math : paragraphs;inserting bullets -OpenOffice.org Math : paragraphs;joining -OpenOffice.org Math : paragraphs;numbering automatically -OpenOffice.org Math : paragraphs;removing blank ones -OpenOffice.org Math : paragraphs;spacing -OpenOffice.org Math : paragraphs;tab stops -OpenOffice.org Math : parallel relation -OpenOffice.org Math : parameters -OpenOffice.org Math : parameters;command line -OpenOffice.org Math : parameters;queries (Base) -OpenOffice.org Math : parentheses (Math) -OpenOffice.org Math : partial differentiation symbol -OpenOffice.org Math : passwords for protecting contents -OpenOffice.org Math : pasting -OpenOffice.org Math : pasting;cell ranges -OpenOffice.org Math : pasting;cell ranges from spreadsheets -OpenOffice.org Math : pasting;data from text documents -OpenOffice.org Math : pasting;draw objects -OpenOffice.org Math : pasting;draw objects from other documents -OpenOffice.org Math : pasting;formatted/unformatted text -OpenOffice.org Math : pasting;from data source view -OpenOffice.org Math : pasting;from data sources to OpenOffice.org Calc -OpenOffice.org Math : pasting;pictures from other documents -OpenOffice.org Math : pasting;sheet areas in text documents -OpenOffice.org Math : pasting;to Gallery -OpenOffice.org Math : paths -OpenOffice.org Math : paths;changing work directory -OpenOffice.org Math : paths;defaults -OpenOffice.org Math : pattern editor -OpenOffice.org Math : pattern fields -OpenOffice.org Math : pattern fields;form functions -OpenOffice.org Math : patterns for objects -OpenOffice.org Math : PDF -OpenOffice.org Math : PDF;export -OpenOffice.org Math : PDF;PostScript to PDF converter, UNIX -OpenOffice.org Math : personal data input -OpenOffice.org Math : phonetic guide -OpenOffice.org Math : picklist creation -OpenOffice.org Math : picture by correspondence -OpenOffice.org Math : pictures -OpenOffice.org Math : pictures;adding to Gallery -OpenOffice.org Math : pictures;arranging within stacks -OpenOffice.org Math : pictures;assigning macros -OpenOffice.org Math : pictures;backgrounds -OpenOffice.org Math : pictures;captions (Writer) -OpenOffice.org Math : pictures;changing paths -OpenOffice.org Math : pictures;cropping and zooming -OpenOffice.org Math : pictures;displaying in Calc -OpenOffice.org Math : pictures;displaying in Writer (Writer) -OpenOffice.org Math : pictures;drag and drop between documents -OpenOffice.org Math : pictures;drawing -OpenOffice.org Math : pictures;editing -OpenOffice.org Math : pictures;filters -OpenOffice.org Math : pictures;ImageMap -OpenOffice.org Math : pictures;inserting automatically -OpenOffice.org Math : pictures;inserting from Gallery -OpenOffice.org Math : pictures;number of -OpenOffice.org Math : pictures;printing -OpenOffice.org Math : pictures;scaling/resizing -OpenOffice.org Math : Pivot tables feature in Microsoft Office -OpenOffice.org Math : pixel editor -OpenOffice.org Math : pixel graphics -OpenOffice.org Math : pixel graphics;inserting and editing -OpenOffice.org Math : pixel patterns -OpenOffice.org Math : placeholders -OpenOffice.org Math : placeholders;in SQL queries -OpenOffice.org Math : placeholders;inserting in formulas -OpenOffice.org Math : placeholders;on opening files -OpenOffice.org Math : placeholders;position of next -OpenOffice.org Math : placeholders;previous marker -OpenOffice.org Math : placing toolbars -OpenOffice.org Math : playing movies and sound files -OpenOffice.org Math : plotting data as charts -OpenOffice.org Math : plug-ins -OpenOffice.org Math : plug-ins;activating and deactivating -OpenOffice.org Math : plug-ins;definition -OpenOffice.org Math : plug-ins;inserting -OpenOffice.org Math : plus signs -OpenOffice.org Math : plus/minus signs -OpenOffice.org Math : pocket device appliances -OpenOffice.org Math : Pocket PC file filters -OpenOffice.org Math : points -OpenOffice.org Math : points;reducing editing points when snapping (Impress/Draw) -OpenOffice.org Math : polygon drawing -OpenOffice.org Math : pop-art filter -OpenOffice.org Math : portable document format -OpenOffice.org Math : positioning -OpenOffice.org Math : positioning;draw objects and controls -OpenOffice.org Math : positioning;fonts -OpenOffice.org Math : positioning;objects -OpenOffice.org Math : positioning;toolbars -OpenOffice.org Math : post method for form transmissions -OpenOffice.org Math : posterizing filter -OpenOffice.org Math : PostScript -OpenOffice.org Math : PostScript;creating files -OpenOffice.org Math : PostScript;PDF converter, UNIX -OpenOffice.org Math : PowerPoint export -OpenOffice.org Math : powers -OpenOffice.org Math : precision as shown (Calc) -OpenOffice.org Math : predefining fonts -OpenOffice.org Math : presentations -OpenOffice.org Math : presentations;creating/opening -OpenOffice.org Math : presentations;inserting spreadsheet cells -OpenOffice.org Math : presentations;live on the Internet -OpenOffice.org Math : presentations;print menu -OpenOffice.org Math : presentations;saving -OpenOffice.org Math : presentations;saving automatically -OpenOffice.org Math : presentations;saving in other formats -OpenOffice.org Math : presentations;sending as e-mail -OpenOffice.org Math : presentations;starting with wizard -OpenOffice.org Math : presentations;wizards -OpenOffice.org Math : press buttons, see push buttons -OpenOffice.org Math : previews -OpenOffice.org Math : previews;fonts lists -OpenOffice.org Math : primary keys -OpenOffice.org Math : primary keys;defining -OpenOffice.org Math : primary keys;inserting (Base) -OpenOffice.org Math : print area selection -OpenOffice.org Math : printer metrics for document formatting (Writer) -OpenOffice.org Math : printers -OpenOffice.org Math : printers;adding, UNIX -OpenOffice.org Math : printers;choosing -OpenOffice.org Math : printers;default printer -OpenOffice.org Math : printers;faxes under UNIX -OpenOffice.org Math : printers;maximum page formats -OpenOffice.org Math : printers;paper trays -OpenOffice.org Math : printers;properties -OpenOffice.org Math : printing -OpenOffice.org Math : printing;black and white -OpenOffice.org Math : printing;brochures -OpenOffice.org Math : printing;colors in grayscale -OpenOffice.org Math : printing;copies -OpenOffice.org Math : printing;creating individual jobs -OpenOffice.org Math : printing;dates in presentations -OpenOffice.org Math : printing;directly -OpenOffice.org Math : printing;documents -OpenOffice.org Math : printing;drawings defaults -OpenOffice.org Math : printing;elements in text documents -OpenOffice.org Math : printing;faster -OpenOffice.org Math : printing;fitting to pages in OpenOffice.org Math -OpenOffice.org Math : printing;fitting to pages in presentations -OpenOffice.org Math : printing;formulas in OpenOffice.org Math -OpenOffice.org Math : printing;hidden pages of presentations -OpenOffice.org Math : printing;in original size in OpenOffice.org Math -OpenOffice.org Math : printing;left/right pages -OpenOffice.org Math : printing;queries (Base) -OpenOffice.org Math : printing;scaling in OpenOffice.org Math -OpenOffice.org Math : printing;selections -OpenOffice.org Math : printing;text always in black -OpenOffice.org Math : printing;text in reverse order -OpenOffice.org Math : printing;tiling pages in presentations -OpenOffice.org Math : printing;transparencies -OpenOffice.org Math : printing;warnings -OpenOffice.org Math : printing;without scaling in presentations -OpenOffice.org Math : printing speed -OpenOffice.org Math : product -OpenOffice.org Math : programming -OpenOffice.org Math : programming;OpenOffice.org -OpenOffice.org Math : programming;scripting -OpenOffice.org Math : properties -OpenOffice.org Math : properties;fields in databases -OpenOffice.org Math : properties;files -OpenOffice.org Math : properties;form controls -OpenOffice.org Math : properties;forms -OpenOffice.org Math : properties;printers -OpenOffice.org Math : proportional to relation -OpenOffice.org Math : protected contents -OpenOffice.org Math : protected dashes -OpenOffice.org Math : protected database tables -OpenOffice.org Math : protected documents -OpenOffice.org Math : protected spaces -OpenOffice.org Math : protected spaces;inserting -OpenOffice.org Math : protected spaces;showing (Writer) -OpenOffice.org Math : protecting -OpenOffice.org Math : protecting;contents -OpenOffice.org Math : protecting;recorded changes -OpenOffice.org Math : proxy settings -OpenOffice.org Math : push buttons -OpenOffice.org Math : push buttons;adding to documents -OpenOffice.org Math : push buttons;creating -OpenOffice.org Math : queries -OpenOffice.org Math : queries;copying (Base) -OpenOffice.org Math : queries;creating in design view (Base) -OpenOffice.org Math : queries;creating in SQL view -OpenOffice.org Math : queries;defining (Base) -OpenOffice.org Math : queries;deleting table links (Base) -OpenOffice.org Math : queries;editing in data source view -OpenOffice.org Math : queries;formulating filter conditions (Base) -OpenOffice.org Math : queries;joining tables (Base) -OpenOffice.org Math : queries;missing elements (Base) -OpenOffice.org Math : queries;overview (Base) -OpenOffice.org Math : queries;parameter queries (Base) -OpenOffice.org Math : queries;printing (Base) -OpenOffice.org Math : Query Wizard (Base) -OpenOffice.org Math : quickstarter -OpenOffice.org Math : quotation marks -OpenOffice.org Math : quotation marks;replacing -OpenOffice.org Math : quotes -OpenOffice.org Math : quotes;custom -OpenOffice.org Math : quotient set -OpenOffice.org Math : radio button creation -OpenOffice.org Math : range of integral example -OpenOffice.org Math : rational numbers -OpenOffice.org Math : read-only documents -OpenOffice.org Math : read-only documents;cursor -OpenOffice.org Math : read-only documents;database tables on/off -OpenOffice.org Math : read-only documents;editing -OpenOffice.org Math : read-only documents;opening documents as -OpenOffice.org Math : read-only items in Data Navigator -OpenOffice.org Math : real numbers -OpenOffice.org Math : real part of complex numbers -OpenOffice.org Math : recognizing URLs automatically -OpenOffice.org Math : recording -OpenOffice.org Math : recording;changes -OpenOffice.org Math : recording;macros -OpenOffice.org Math : records -OpenOffice.org Math : records;inserting notes -OpenOffice.org Math : records;protecting -OpenOffice.org Math : records;saving -OpenOffice.org Math : records;searching in databases -OpenOffice.org Math : rectangles with round corners -OpenOffice.org Math : recursions in spreadsheets -OpenOffice.org Math : redo command -OpenOffice.org Math : reduced printing -OpenOffice.org Math : reference lines -OpenOffice.org Math : reference tables -OpenOffice.org Math : reference tables;formulas -OpenOffice.org Math : references -OpenOffice.org Math : references;displaying in color (Calc) -OpenOffice.org Math : references;expanding (Calc) -OpenOffice.org Math : references;iterative (Calc) -OpenOffice.org Math : Refresh Data feature in Microsoft Office -OpenOffice.org Math : refreshing formula view -OpenOffice.org Math : register-true -OpenOffice.org Math : register-true;definition -OpenOffice.org Math : registering -OpenOffice.org Math : registering;address books -OpenOffice.org Math : registering;databases (Base) -OpenOffice.org Math : registering;OpenOffice.org -OpenOffice.org Math : regular expressions -OpenOffice.org Math : regular expressions;list of -OpenOffice.org Math : regular expressions;opening files -OpenOffice.org Math : relational databases (Base) -OpenOffice.org Math : relations -OpenOffice.org Math : relations;creating and deleting (Base) -OpenOffice.org Math : relations;in OpenOffice.org Math -OpenOffice.org Math : relations;joining tables (Base) -OpenOffice.org Math : relations;properties (Base) -OpenOffice.org Math : relations operators -OpenOffice.org Math : relations operators;list of -OpenOffice.org Math : relative hyperlinks -OpenOffice.org Math : relative saving of URLs -OpenOffice.org Math : reloading -OpenOffice.org Math : reloading;documents -OpenOffice.org Math : reloading;HTML documents, automatically -OpenOffice.org Math : remarks, see also notes -OpenOffice.org Math : remote configurations -OpenOffice.org Math : remove noise filter -OpenOffice.org Math : removing -OpenOffice.org Math : removing;bullets and numbering -OpenOffice.org Math : removing;form filters -OpenOffice.org Math : removing, see also deleting -OpenOffice.org Math : Replace text as you type feature in Microsoft Office -OpenOffice.org Math : replacement options -OpenOffice.org Math : replacement table -OpenOffice.org Math : replacing -OpenOffice.org Math : replacing;AutoCorrect function -OpenOffice.org Math : replacing;dashes -OpenOffice.org Math : Report Builder -OpenOffice.org Math : reports -OpenOffice.org Math : reports;creating -OpenOffice.org Math : reports;error reports -OpenOffice.org Math : reports;opening and editing -OpenOffice.org Math : reports;templates -OpenOffice.org Math : resetting -OpenOffice.org Math : resetting;templates -OpenOffice.org Math : resizing -OpenOffice.org Math : resizing;fonts -OpenOffice.org Math : resizing;objects, by mouse -OpenOffice.org Math : resizing, see also scaling/zooming -OpenOffice.org Math : resolution when printing bitmaps -OpenOffice.org Math : restoring -OpenOffice.org Math : restoring;default formatting -OpenOffice.org Math : restoring;editing -OpenOffice.org Math : reversed circumflex attribute -OpenOffice.org Math : reversing printing order -OpenOffice.org Math : review function -OpenOffice.org Math : review function;accepting or rejecting changes -OpenOffice.org Math : review function;comparing documents -OpenOffice.org Math : review function;recording changes example -OpenOffice.org Math : rich text control -OpenOffice.org Math : right alignment of paragraphs -OpenOffice.org Math : right angled relations -OpenOffice.org Math : right arrow symbol -OpenOffice.org Math : right joins (Base) -OpenOffice.org Math : right-justified alignment in OpenOffice.org Math -OpenOffice.org Math : right-to-left text -OpenOffice.org Math : roots -OpenOffice.org Math : rotating -OpenOffice.org Math : rotating;3D text -OpenOffice.org Math : round brackets -OpenOffice.org Math : round corners -OpenOffice.org Math : rounding precision (Calc) -OpenOffice.org Math : row headers -OpenOffice.org Math : row headers;displaying (Calc) -OpenOffice.org Math : row headers;highlighting (Calc) -OpenOffice.org Math : rulers -OpenOffice.org Math : rulers;default settings -OpenOffice.org Math : rulers;measurement units -OpenOffice.org Math : rulers;visible in presentations -OpenOffice.org Math : samples and templates -OpenOffice.org Math : saving -OpenOffice.org Math : saving;default file formats -OpenOffice.org Math : saving;dialog settings -OpenOffice.org Math : saving;documents -OpenOffice.org Math : saving;documents for mobile devices -OpenOffice.org Math : saving;documents in other formats -OpenOffice.org Math : saving;documents, automatically -OpenOffice.org Math : saving;in Microsoft Office file format -OpenOffice.org Math : saving;options -OpenOffice.org Math : saving;templates -OpenOffice.org Math : saving;to XML -OpenOffice.org Math : saving;VBA code in Microsoft Office documents -OpenOffice.org Math : saving;with password by default -OpenOffice.org Math : saving as command -OpenOffice.org Math : saving as command;precautions -OpenOffice.org Math : scalable braces -OpenOffice.org Math : scalable lines with ceiling -OpenOffice.org Math : scalable round brackets -OpenOffice.org Math : scaling -OpenOffice.org Math : scaling;font sizes in user interface -OpenOffice.org Math : scaling;fonts -OpenOffice.org Math : scaling;in OpenOffice.org Math -OpenOffice.org Math : scaling;objects -OpenOffice.org Math : scaling;pictures -OpenOffice.org Math : scaling;printing in OpenOffice.org Math -OpenOffice.org Math : scaling;when printing presentations -OpenOffice.org Math : scaling, see also zooming -OpenOffice.org Math : screen -OpenOffice.org Math : screen;full screen views -OpenOffice.org Math : screen;scaling -OpenOffice.org Math : screen magnifiers -OpenOffice.org Math : screen readers -OpenOffice.org Math : script organization -OpenOffice.org Math : scripting in programming -OpenOffice.org Math : scrollbars -OpenOffice.org Math : scrollbars;controls -OpenOffice.org Math : scrollbars;displaying (Calc) -OpenOffice.org Math : scrollbars;horizontal and vertical (Writer) -OpenOffice.org Math : search criteria for database functions in cells -OpenOffice.org Math : search engines -OpenOffice.org Math : search engines;definition -OpenOffice.org Math : search engines;selecting -OpenOffice.org Math : searching -OpenOffice.org Math : searching;all sheets -OpenOffice.org Math : searching;databases -OpenOffice.org Math : searching;form filters -OpenOffice.org Math : searching;Internet -OpenOffice.org Math : searching;tables and forms -OpenOffice.org Math : sections -OpenOffice.org Math : sections;backgrounds -OpenOffice.org Math : sections;protecting -OpenOffice.org Math : security -OpenOffice.org Math : security;options for documents with macros -OpenOffice.org Math : security;protecting contents -OpenOffice.org Math : security;warning dialogs with macros -OpenOffice.org Math : selecting -OpenOffice.org Math : selecting;controls -OpenOffice.org Math : selecting;group objects -OpenOffice.org Math : selecting;measurement units -OpenOffice.org Math : selecting;objects -OpenOffice.org Math : selecting;print areas -OpenOffice.org Math : selecting;several files -OpenOffice.org Math : selection clipboard -OpenOffice.org Math : selection modes in text -OpenOffice.org Math : selection options in formulas -OpenOffice.org Math : sending -OpenOffice.org Math : sending;AutoAbstract function in presentations -OpenOffice.org Math : sending;documents as e-mail -OpenOffice.org Math : sending;documents as faxes -OpenOffice.org Math : separator lines -OpenOffice.org Math : separator lines;defining -OpenOffice.org Math : separators -OpenOffice.org Math : separators;conditional -OpenOffice.org Math : Server Side ImageMap -OpenOffice.org Math : set operations in OpenOffice.orgMath -OpenOffice.org Math : set operators -OpenOffice.org Math : set operators;list of -OpenOffice.org Math : sets of numbers -OpenOffice.org Math : settings -OpenOffice.org Math : settings;printers -OpenOffice.org Math : settings;program configuration -OpenOffice.org Math : settings;proxies -OpenOffice.org Math : settings;tracking changes -OpenOffice.org Math : settings;views -OpenOffice.org Math : SGML -OpenOffice.org Math : SGML;definition -OpenOffice.org Math : shadows -OpenOffice.org Math : shadows;areas -OpenOffice.org Math : shadows;borders -OpenOffice.org Math : shadows;characters -OpenOffice.org Math : shadows;characters, using context menu -OpenOffice.org Math : sharpening filter -OpenOffice.org Math : sheet tabs -OpenOffice.org Math : sheet tabs;displaying -OpenOffice.org Math : sheets -OpenOffice.org Math : sheets;searching all -OpenOffice.org Math : shortcut keys -OpenOffice.org Math : shortcut keys;assigning macros -OpenOffice.org Math : shortcut keys;general -OpenOffice.org Math : shortcut keys;in databases -OpenOffice.org Math : shortcut keys;in formulas -OpenOffice.org Math : shortcut keys;OpenOffice.org accessibility -OpenOffice.org Math : Show/Hide feature in Microsoft Office -OpenOffice.org Math : showing -OpenOffice.org Math : showing;changes -OpenOffice.org Math : showing;docked windows -OpenOffice.org Math : showing;drawings and controls (Writer) -OpenOffice.org Math : showing;live presentations on the Internet -OpenOffice.org Math : showing;toolbars -OpenOffice.org Math : signing documents with digital signatures -OpenOffice.org Math : similar to relations -OpenOffice.org Math : similarity search -OpenOffice.org Math : simple handles (Writer) -OpenOffice.org Math : simplified Chinese -OpenOffice.org Math : simplified Chinese;translating to traditional Chinese -OpenOffice.org Math : sine function -OpenOffice.org Math : single brackets without group function -OpenOffice.org Math : single sign on options -OpenOffice.org Math : single-line spacing in text -OpenOffice.org Math : sizes -OpenOffice.org Math : sizes;draw objects -OpenOffice.org Math : sizes;of fonts in OpenOffice.org Math -OpenOffice.org Math : sizes;pictures -OpenOffice.org Math : slanting draw objects -OpenOffice.org Math : slash division sign -OpenOffice.org Math : small capitals -OpenOffice.org Math : small gaps -OpenOffice.org Math : small icons -OpenOffice.org Math : smart tags -OpenOffice.org Math : smart tags;options -OpenOffice.org Math : smooth scrolling (Writer) -OpenOffice.org Math : smoothing filter -OpenOffice.org Math : snap grid defaults (Writer/Calc) -OpenOffice.org Math : snapping in presentations and drawings -OpenOffice.org Math : solarization filter -OpenOffice.org Math : sort lists -OpenOffice.org Math : sort lists;copying to in Calc -OpenOffice.org Math : sorting -OpenOffice.org Math : sorting;data in forms -OpenOffice.org Math : sorting;databases -OpenOffice.org Math : sounds -OpenOffice.org Math : sounds;inserting and playing -OpenOffice.org Math : sounds;UNIX -OpenOffice.org Math : spaces -OpenOffice.org Math : spaces;displaying (Writer) -OpenOffice.org Math : spaces;ignoring double -OpenOffice.org Math : spaces;inserting protected spaces -OpenOffice.org Math : spaces;showing protected spaces (Writer) -OpenOffice.org Math : spaces in formulas -OpenOffice.org Math : spacing -OpenOffice.org Math : spacing;between paragraphs in footnotes -OpenOffice.org Math : spacing;font effects -OpenOffice.org Math : spacing;formula elements -OpenOffice.org Math : spacing;lines and paragraphs -OpenOffice.org Math : spacing;tab stops in text documents -OpenOffice.org Math : spacing;tabs in presentations -OpenOffice.org Math : spadmin -OpenOffice.org Math : special characters -OpenOffice.org Math : speech bubbles -OpenOffice.org Math : speed of printing -OpenOffice.org Math : spellcheck -OpenOffice.org Math : spellcheck;activating for a language -OpenOffice.org Math : spellcheck;context menus -OpenOffice.org Math : spellcheck;default languages -OpenOffice.org Math : spellcheck;dialog -OpenOffice.org Math : spellcheck;dictionary of exceptions -OpenOffice.org Math : spellcheck;ignore list -OpenOffice.org Math : Spelling and Grammar feature in Microsoft Office -OpenOffice.org Math : spin button creation -OpenOffice.org Math : spoolfiles with Xprinter -OpenOffice.org Math : spreadsheets -OpenOffice.org Math : spreadsheets;as databases (base) -OpenOffice.org Math : spreadsheets;backgrounds -OpenOffice.org Math : spreadsheets;copying areas to text documents -OpenOffice.org Math : spreadsheets;creating/opening -OpenOffice.org Math : spreadsheets;inserting charts -OpenOffice.org Math : spreadsheets;inserting database records -OpenOffice.org Math : spreadsheets;printing -OpenOffice.org Math : spreadsheets;saving -OpenOffice.org Math : spreadsheets;saving automatically -OpenOffice.org Math : spreadsheets;saving in other formats -OpenOffice.org Math : spreadsheets;sending as e-mail -OpenOffice.org Math : SQL -OpenOffice.org Math : SQL;definition -OpenOffice.org Math : SQL;DISTINCT parameter -OpenOffice.org Math : SQL;executing SQL commands -OpenOffice.org Math : SQL;executing SQL statements (Base) -OpenOffice.org Math : SQL;queries (Base) -OpenOffice.org Math : square brackets -OpenOffice.org Math : square drawings -OpenOffice.org Math : square roots -OpenOffice.org Math : stacks -OpenOffice.org Math : standard bar on/off -OpenOffice.org Math : standard filters in databases -OpenOffice.org Math : standard printer under UNIX -OpenOffice.org Math : Start Module backing window -OpenOffice.org Math : start parameters -OpenOffice.org Math : status bar on/off -OpenOffice.org Math : stickers -OpenOffice.org Math : strikethrough -OpenOffice.org Math : strikethrough;characters -OpenOffice.org Math : strikethrough;font effects -OpenOffice.org Math : styles -OpenOffice.org Math : styles;'changed' message -OpenOffice.org Math : styles;copying between documents -OpenOffice.org Math : styles;keyboard shortcuts -OpenOffice.org Math : styles;organizing -OpenOffice.org Math : styles;printing styles used in a document -OpenOffice.org Math : styles;replacing automatically -OpenOffice.org Math : Styles and Formatting window -OpenOffice.org Math : Styles and Formatting window;docking -OpenOffice.org Math : subforms -OpenOffice.org Math : subforms;creating -OpenOffice.org Math : subforms;description -OpenOffice.org Math : submitting forms -OpenOffice.org Math : subscripts -OpenOffice.org Math : subset set operators -OpenOffice.org Math : subtraction signs -OpenOffice.org Math : suffixes in file formats -OpenOffice.org Math : sum range example -OpenOffice.org Math : summation -OpenOffice.org Math : superscripts -OpenOffice.org Math : superset set operators -OpenOffice.org Math : support on the Web -OpenOffice.org Math : symbols -OpenOffice.org Math : symbols;adding in OpenOffice.org Math -OpenOffice.org Math : symbols;entering in OpenOffice.org Math -OpenOffice.org Math : symbols;for complex numbers -OpenOffice.org Math : synchronizing -OpenOffice.org Math : synchronizing;labels and business cards -OpenOffice.org Math : synchronizing;Pocket PC and OpenOffice.org formats -OpenOffice.org Math : system address book registration -OpenOffice.org Math : tab stops -OpenOffice.org Math : tab stops;displaying (Writer) -OpenOffice.org Math : tab stops;inserting and editing -OpenOffice.org Math : tab stops;setting in sheets -OpenOffice.org Math : tab stops;settings -OpenOffice.org Math : tab stops;spacing in presentations -OpenOffice.org Math : tab stops;spacing in text documents -OpenOffice.org Math : table controls -OpenOffice.org Math : table controls;form functions -OpenOffice.org Math : table controls;keyboard-only edit mode -OpenOffice.org Math : table controls;properties -OpenOffice.org Math : table views of databases -OpenOffice.org Math : Table Wizard (Base) -OpenOffice.org Math : tables -OpenOffice.org Math : tables;backgrounds -OpenOffice.org Math : tables;inserting line breaks -OpenOffice.org Math : tables in databases -OpenOffice.org Math : tables in databases;access rights to (Base) -OpenOffice.org Math : tables in databases;adding to queries -OpenOffice.org Math : tables in databases;browsing and editing -OpenOffice.org Math : tables in databases;copying database tables (Base) -OpenOffice.org Math : tables in databases;creating -OpenOffice.org Math : tables in databases;creating in design view -OpenOffice.org Math : tables in databases;importing text formats (Base) -OpenOffice.org Math : tables in databases;joining for queries (Base) -OpenOffice.org Math : tables in databases;printing queries (Base) -OpenOffice.org Math : tables in databases;relations (Base) -OpenOffice.org Math : tables in databases;searching -OpenOffice.org Math : tables in spreadsheets -OpenOffice.org Math : tables in spreadsheets;copying data to other applications -OpenOffice.org Math : tables in spreadsheets;defining borders -OpenOffice.org Math : tables in spreadsheets;value highlighting -OpenOffice.org Math : tables in text -OpenOffice.org Math : tables in text;captions -OpenOffice.org Math : tables in text;creating automatically -OpenOffice.org Math : tables in text;default settings -OpenOffice.org Math : tables in text;defining borders -OpenOffice.org Math : tables in text;displaying -OpenOffice.org Math : tables in text;printing -OpenOffice.org Math : tables in text;protecting cells -OpenOffice.org Math : tables of contents -OpenOffice.org Math : tables of contents;unprotecting -OpenOffice.org Math : tabs -OpenOffice.org Math : tabs;displaying sheet tabs -OpenOffice.org Math : tags -OpenOffice.org Math : tags;definition -OpenOffice.org Math : tags;META tags -OpenOffice.org Math : tangent function -OpenOffice.org Math : templates -OpenOffice.org Math : templates;agendas -OpenOffice.org Math : templates;changing basic fonts -OpenOffice.org Math : templates;database reports -OpenOffice.org Math : templates;deleting -OpenOffice.org Math : templates;editing and saving -OpenOffice.org Math : templates;faxes -OpenOffice.org Math : templates;importing and exporting -OpenOffice.org Math : templates;letters -OpenOffice.org Math : templates;new documents from templates -OpenOffice.org Math : templates;opening documents with -OpenOffice.org Math : templates;organizing -OpenOffice.org Math : terminology -OpenOffice.org Math : terminology;general glossary -OpenOffice.org Math : terminology;Internet glossary -OpenOffice.org Math : testing XML filters -OpenOffice.org Math : text -OpenOffice.org Math : text;animating -OpenOffice.org Math : text;Asian layout -OpenOffice.org Math : text;backgrounds -OpenOffice.org Math : text;bold -OpenOffice.org Math : text;coloring -OpenOffice.org Math : text;contours -OpenOffice.org Math : text;copying by drag and drop -OpenOffice.org Math : text;CTL languages -OpenOffice.org Math : text;drawing pictures -OpenOffice.org Math : text;font effects -OpenOffice.org Math : text;font sizes -OpenOffice.org Math : text;font styles -OpenOffice.org Math : text;fonts and formats -OpenOffice.org Math : text;Fontwork icons -OpenOffice.org Math : text;hyperlinks -OpenOffice.org Math : text;inserting special characters -OpenOffice.org Math : text;italics -OpenOffice.org Math : text;kerning -OpenOffice.org Math : text;language selection -OpenOffice.org Math : text;line spacing -OpenOffice.org Math : text;overwriting or inserting -OpenOffice.org Math : text;placeholders in presentations -OpenOffice.org Math : text;printing in black -OpenOffice.org Math : text;replacing with format -OpenOffice.org Math : text;selection modes -OpenOffice.org Math : text;shadowed -OpenOffice.org Math : text;text/draw objects -OpenOffice.org Math : text attributes -OpenOffice.org Math : text attributes;hyperlinks -OpenOffice.org Math : text attributes;undoing -OpenOffice.org Math : text boxes -OpenOffice.org Math : text boxes;form functions -OpenOffice.org Math : text boxes;positioning -OpenOffice.org Math : text breaks in cells -OpenOffice.org Math : text colors for better accessibility -OpenOffice.org Math : text databases (Base) -OpenOffice.org Math : text documents -OpenOffice.org Math : text documents;creating/opening -OpenOffice.org Math : text documents;importing/exporting -OpenOffice.org Math : text documents;inserting spreadsheet cells -OpenOffice.org Math : text documents;print settings -OpenOffice.org Math : text documents;printing -OpenOffice.org Math : text documents;saving -OpenOffice.org Math : text documents;saving automatically -OpenOffice.org Math : text documents;saving in other formats -OpenOffice.org Math : text documents;sending as e-mail -OpenOffice.org Math : text effects -OpenOffice.org Math : text flow -OpenOffice.org Math : text flow;in cells -OpenOffice.org Math : text formats -OpenOffice.org Math : text formats;databases -OpenOffice.org Math : text formats;pasting -OpenOffice.org Math : text input fields -OpenOffice.org Math : text layout for special languages -OpenOffice.org Math : text mode in OpenOffice.org Math -OpenOffice.org Math : text objects -OpenOffice.org Math : text objects;alignment -OpenOffice.org Math : text objects;draw functions -OpenOffice.org Math : text objects;fonts -OpenOffice.org Math : text objects;in presentations and drawings -OpenOffice.org Math : text overflow in spreadsheet cells -OpenOffice.org Math : text strings -OpenOffice.org Math : text strings;entering in OpenOffice.org Math -OpenOffice.org Math : text, see also text documents, paragraphs and characters -OpenOffice.org Math : TextArt, see Fontwork -OpenOffice.org Math : textures -OpenOffice.org Math : textures;inserting from Gallery -OpenOffice.org Math : textures;on chart bars -OpenOffice.org Math : Thai -OpenOffice.org Math : Thai;entering text -OpenOffice.org Math : Thai;language settings -OpenOffice.org Math : there exists symbol -OpenOffice.org Math : thesaurus -OpenOffice.org Math : thesaurus;activating for a language -OpenOffice.org Math : ticker text -OpenOffice.org Math : tilde as attribute -OpenOffice.org Math : time fields -OpenOffice.org Math : time fields;form functions -OpenOffice.org Math : times -OpenOffice.org Math : times;inserting when printing presentations -OpenOffice.org Math : times, formats -OpenOffice.org Math : tips -OpenOffice.org Math : tips;extended tips in Help -OpenOffice.org Math : title rows -OpenOffice.org Math : title rows;printing in OpenOffice.org Math -OpenOffice.org Math : titles -OpenOffice.org Math : titles;changing -OpenOffice.org Math : titles;editing in charts -OpenOffice.org Math : titles;font effects -OpenOffice.org Math : titles;formatting automatically -OpenOffice.org Math : titles;objects -OpenOffice.org Math : toolbars -OpenOffice.org Math : toolbars;adding buttons -OpenOffice.org Math : toolbars;docking/undocking -OpenOffice.org Math : toolbars;Form Navigation bar -OpenOffice.org Math : toolbars;viewing/closing -OpenOffice.org Math : tools bar -OpenOffice.org Math : tooltips -OpenOffice.org Math : tooltips;extended tips -OpenOffice.org Math : tooltips;help -OpenOffice.org Math : toward relation -OpenOffice.org Math : Track changes feature in Microsoft Office -OpenOffice.org Math : traditional Chinese -OpenOffice.org Math : traditional Chinese;translating to simplified chinese -OpenOffice.org Math : transparency -OpenOffice.org Math : transparency;areas -OpenOffice.org Math : transparency;off for faster printing -OpenOffice.org Math : transparency;saving -OpenOffice.org Math : transparent character as attribute -OpenOffice.org Math : tree view of Help -OpenOffice.org Math : trigonometrical functions -OpenOffice.org Math : triple dot attribute -OpenOffice.org Math : typefaces -OpenOffice.org Math : typefaces;adding under UNIX -OpenOffice.org Math : typefaces;formats -OpenOffice.org Math : typographical quotes in OpenOffice.org Writer -OpenOffice.org Math : typography -OpenOffice.org Math : typography;Asian -OpenOffice.org Math : unary operators -OpenOffice.org Math : unary operators;list of -OpenOffice.org Math : unary operators -OpenOffice.org Math : underline attribute -OpenOffice.org Math : underlining -OpenOffice.org Math : underlining;AutoFormat function -OpenOffice.org Math : underlining;characters -OpenOffice.org Math : underlining;text -OpenOffice.org Math : undocking windows -OpenOffice.org Math : undoing -OpenOffice.org Math : undoing;direct formatting -OpenOffice.org Math : undoing;editing -OpenOffice.org Math : undoing;number of steps -OpenOffice.org Math : unequal sign -OpenOffice.org Math : ungrouping groups -OpenOffice.org Math : union of sets -OpenOffice.org Math : units -OpenOffice.org Math : units;converting -OpenOffice.org Math : units;measurement units -OpenOffice.org Math : universal quantifier symbol -OpenOffice.org Math : UNO components -OpenOffice.org Math : UNO components;Extension Manager -OpenOffice.org Math : UNO components;integrating new -OpenOffice.org Math : up arrow symbol -OpenOffice.org Math : update options -OpenOffice.org Math : updates -OpenOffice.org Math : updates;checking automatically -OpenOffice.org Math : updates;checking manually -OpenOffice.org Math : updating -OpenOffice.org Math : updating;fields and charts, automatically (Writer) -OpenOffice.org Math : updating;links in text documents -OpenOffice.org Math : updating;links, on opening -OpenOffice.org Math : updating;templates -OpenOffice.org Math : upper limits -OpenOffice.org Math : URL -OpenOffice.org Math : URL;changing hyperlink URLs -OpenOffice.org Math : URL;definition -OpenOffice.org Math : URL;saving absolute/relative paths -OpenOffice.org Math : URL;turning off URL recognition -OpenOffice.org Math : user data -OpenOffice.org Math : user data;input -OpenOffice.org Math : user data;removing when saving -OpenOffice.org Math : user-defined dictionaries -OpenOffice.org Math : user-defined dictionaries;creating -OpenOffice.org Math : user-defined dictionaries;dictionary of exceptions -OpenOffice.org Math : user-defined dictionaries;editing -OpenOffice.org Math : user-defined operators -OpenOffice.org Math : user-defined operators;general -OpenOffice.org Math : user-defined operators;unary and binary -OpenOffice.org Math : user-defined styles -OpenOffice.org Math : user-defined styles;automatically replacing -OpenOffice.org Math : UTF-8/UCS2 support -OpenOffice.org Math : Validation feature in Microsoft Office -OpenOffice.org Math : values -OpenOffice.org Math : values;absolute -OpenOffice.org Math : values;rounded as shown (Calc) -OpenOffice.org Math : variables -OpenOffice.org Math : variables;for paths -OpenOffice.org Math : variables;with right exponents -OpenOffice.org Math : VBA code -OpenOffice.org Math : VBA code;loading/saving documents with VBA code -OpenOffice.org Math : vector arrows as attributes -OpenOffice.org Math : version management -OpenOffice.org Math : version numbers of documents -OpenOffice.org Math : versions -OpenOffice.org Math : versions;comparing documents -OpenOffice.org Math : versions;file saving as, restriction -OpenOffice.org Math : versions;merging document versions -OpenOffice.org Math : versions;of a document -OpenOffice.org Math : versions;OpenOffice.org -OpenOffice.org Math : vertical arrangement of elements -OpenOffice.org Math : vertical bars -OpenOffice.org Math : vertical callouts -OpenOffice.org Math : vertical dots symbol -OpenOffice.org Math : vertical elements -OpenOffice.org Math : vertical scrollbars (Writer) -OpenOffice.org Math : vertical text boxes -OpenOffice.org Math : videos -OpenOffice.org Math : viewing -OpenOffice.org Math : viewing;databases -OpenOffice.org Math : viewing;file properties -OpenOffice.org Math : viewing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Math : viewing;toolbars -OpenOffice.org Math : views -OpenOffice.org Math : views;creating database views (Base) -OpenOffice.org Math : views;defaults -OpenOffice.org Math : views;full screen -OpenOffice.org Math : views;icons -OpenOffice.org Math : views;in 3D -OpenOffice.org Math : views;maximum size -OpenOffice.org Math : views;scaling -OpenOffice.org Math : views;zooming out OpenOffice.org Math -OpenOffice.org Math : Visual Basic for Applications -OpenOffice.org Math : Visual Basic for Applications;loading/saving documents with VBA code -OpenOffice.org Math : watermarks -OpenOffice.org Math : web documents -OpenOffice.org Math : web documents;XForms -OpenOffice.org Math : Web support -OpenOffice.org Math : WebCast export -OpenOffice.org Math : weierstrass p symbol -OpenOffice.org Math : whole numbers -OpenOffice.org Math : wide circumflex attribute -OpenOffice.org Math : wide tilde attribute -OpenOffice.org Math : wide vector arrow attribute -OpenOffice.org Math : widowed brackets -OpenOffice.org Math : windows -OpenOffice.org Math : windows;docking -OpenOffice.org Math : windows;docking definition -OpenOffice.org Math : windows;hiding/showing/docking -OpenOffice.org Math : windows;new -OpenOffice.org Math : wizards -OpenOffice.org Math : wizards;agendas -OpenOffice.org Math : wizards;database queries -OpenOffice.org Math : wizards;database tables (Base) -OpenOffice.org Math : wizards;databases (Base) -OpenOffice.org Math : wizards;document converter -OpenOffice.org Math : wizards;Euro Converter -OpenOffice.org Math : wizards;faxes -OpenOffice.org Math : wizards;forms -OpenOffice.org Math : wizards;letters -OpenOffice.org Math : wizards;overview -OpenOffice.org Math : wizards;presentations -OpenOffice.org Math : wizards;reports -OpenOffice.org Math : Word documents -OpenOffice.org Math : Word documents;compatibility -OpenOffice.org Math : Word documents;saving as -OpenOffice.org Math : WordArt, see Fontwork -OpenOffice.org Math : words -OpenOffice.org Math : words;automatically replacing -OpenOffice.org Math : words;wrapping in cells -OpenOffice.org Math : work directory change -OpenOffice.org Math : Workbook feature in Microsoft Office -OpenOffice.org Math : Worksheet feature in Microsoft Office -OpenOffice.org Math : wrapping text -OpenOffice.org Math : wrapping text;in cells -OpenOffice.org Math : wrapping text;in formulas -OpenOffice.org Math : write protection on/off -OpenOffice.org Math : writing aids options -OpenOffice.org Math : WYSIWYG in fonts lists -OpenOffice.org Math : XForms -OpenOffice.org Math : XML converters -OpenOffice.org Math : XML file formats -OpenOffice.org Math : XML filters -OpenOffice.org Math : XML filters;creating/testing/distributing/deleting -OpenOffice.org Math : XML filters;settings -OpenOffice.org Math : XML Forms -OpenOffice.org Math : XSLT based filters -OpenOffice.org Math : XSLT based filters;settings -OpenOffice.org Math : XSLT filters, see also XML filters -OpenOffice.org Math : years -OpenOffice.org Math : years;2-digit options -OpenOffice.org Math : zero values -OpenOffice.org Math : zero values;displaying (Calc) -OpenOffice.org Math : zooming -OpenOffice.org Math : zooming;page views -OpenOffice.org Math : zooming;pictures -OpenOffice.org Math : zooming;status bar -OpenOffice.org Math : zooming in on formula display -OpenOffice.org Math : zooming out on formula display -OpenOffice.org Writer : 1/2 replacement -OpenOffice.org Writer : 3D charts -OpenOffice.org Writer : 3D text creation -OpenOffice.org Writer : 3D view -OpenOffice.org Writer : abbreviation replacement -OpenOffice.org Writer : abbreviations -OpenOffice.org Writer : absolute hyperlinks -OpenOffice.org Writer : absolute saving of URLs -OpenOffice.org Writer : accents -OpenOffice.org Writer : Access databases (base) -OpenOffice.org Writer : access rights for database tables (Base) -OpenOffice.org Writer : accessibility -OpenOffice.org Writer : accessibility;general shortcuts -OpenOffice.org Writer : accessibility;OpenOffice.org assistive technology -OpenOffice.org Writer : accessibility;OpenOffice.org features -OpenOffice.org Writer : accessibility;OpenOffice.org Writer -OpenOffice.org Writer : accessibility;options -OpenOffice.org Writer : activating -OpenOffice.org Writer : activating;context menus -OpenOffice.org Writer : activating;Error Report Tool -OpenOffice.org Writer : activating;extended help tips -OpenOffice.org Writer : activating;plug-ins -OpenOffice.org Writer : ActiveX control -OpenOffice.org Writer : Adabas D databases (base) -OpenOffice.org Writer : add-ons, see UNO components -OpenOffice.org Writer : adding -OpenOffice.org Writer : adding;automatic captions (Writer) -OpenOffice.org Writer : adding;backgrounds -OpenOffice.org Writer : adding;bullets -OpenOffice.org Writer : adding;buttons in toolbars -OpenOffice.org Writer : adding;captions -OpenOffice.org Writer : adding;chapter numbers in captions -OpenOffice.org Writer : adding;conditions for XForm items -OpenOffice.org Writer : adding;draw objects -OpenOffice.org Writer : adding;Fontwork objects -OpenOffice.org Writer : adding;hyperlinks -OpenOffice.org Writer : adding;input fields -OpenOffice.org Writer : adding;items in Data Navigator -OpenOffice.org Writer : adding;line numbers -OpenOffice.org Writer : adding;namespaces in XForms -OpenOffice.org Writer : adding;numbering -OpenOffice.org Writer : adding;object borders -OpenOffice.org Writer : adding;page borders -OpenOffice.org Writer : adding;paragraph borders -OpenOffice.org Writer : adding;pictures from Gallery -OpenOffice.org Writer : adding;pictures in Gallery -OpenOffice.org Writer : adding;plug-ins -OpenOffice.org Writer : adding;push buttons -OpenOffice.org Writer : adding;rows/columns, by keyboard -OpenOffice.org Writer : adding;table borders -OpenOffice.org Writer : adding;textures on chart bars -OpenOffice.org Writer : additional selection mode -OpenOffice.org Writer : address books -OpenOffice.org Writer : address books;exchanging -OpenOffice.org Writer : address books;LDAP server (Base) -OpenOffice.org Writer : address books;registering -OpenOffice.org Writer : address labels from databases -OpenOffice.org Writer : adjusting page margins and cell widths -OpenOffice.org Writer : ADO databases (Base) -OpenOffice.org Writer : Agenda Wizard -OpenOffice.org Writer : aging filter -OpenOffice.org Writer : aligning -OpenOffice.org Writer : aligning;2D charts -OpenOffice.org Writer : aligning;cells -OpenOffice.org Writer : aligning;objects -OpenOffice.org Writer : aligning;paragraphs -OpenOffice.org Writer : aligning;tables in text -OpenOffice.org Writer : aligning;text objects -OpenOffice.org Writer : aligning;titles in charts -OpenOffice.org Writer : alphabetical indexes -OpenOffice.org Writer : alternative fonts -OpenOffice.org Writer : ampersand symbol, see also operators -OpenOffice.org Writer : anchors -OpenOffice.org Writer : anchors;changing -OpenOffice.org Writer : anchors;displaying (Calc) -OpenOffice.org Writer : anchors;options -OpenOffice.org Writer : anchors;types/positions for draw objects -OpenOffice.org Writer : animations -OpenOffice.org Writer : animations;accessibility options -OpenOffice.org Writer : animations;text -OpenOffice.org Writer : appearance options -OpenOffice.org Writer : applet insertion -OpenOffice.org Writer : applying -OpenOffice.org Writer : applying;languages, to selected text -OpenOffice.org Writer : applying;numbering styles -OpenOffice.org Writer : applying;numbering/bullets -OpenOffice.org Writer : applying;page styles -OpenOffice.org Writer : applying;styles -OpenOffice.org Writer : Arabic -OpenOffice.org Writer : Arabic;entering text -OpenOffice.org Writer : Arabic;language settings -OpenOffice.org Writer : area charts -OpenOffice.org Writer : areas -OpenOffice.org Writer : areas;bitmap patterns -OpenOffice.org Writer : areas;hatched/dotted -OpenOffice.org Writer : areas;shadows -OpenOffice.org Writer : areas;slanting -OpenOffice.org Writer : areas;styles -OpenOffice.org Writer : areas;transparency -OpenOffice.org Writer : arguments in command line -OpenOffice.org Writer : arithmetical operators in formulas -OpenOffice.org Writer : arranging -OpenOffice.org Writer : arranging;headings -OpenOffice.org Writer : arranging;objects -OpenOffice.org Writer : arrows -OpenOffice.org Writer : arrows;defining arrow heads -OpenOffice.org Writer : arrows;defining arrow lines -OpenOffice.org Writer : arrows;drawing in text -OpenOffice.org Writer : ASCII -OpenOffice.org Writer : ASCII;definition -OpenOffice.org Writer : Asian languages -OpenOffice.org Writer : Asian languages;enabling -OpenOffice.org Writer : Asian languages;search options -OpenOffice.org Writer : Asian languages;sorting paragraphs/table rows -OpenOffice.org Writer : Asian Phonetic Guide -OpenOffice.org Writer : Asian typography -OpenOffice.org Writer : aspect ratio -OpenOffice.org Writer : aspect ratio;resizing objects -OpenOffice.org Writer : assigning scripts -OpenOffice.org Writer : assistive technology in OpenOffice.org -OpenOffice.org Writer : attaching toolbars -OpenOffice.org Writer : attachments in e-mails -OpenOffice.org Writer : audio -OpenOffice.org Writer : audio;inserting -OpenOffice.org Writer : audio;UNIX -OpenOffice.org Writer : auto reloading HTML documents -OpenOffice.org Writer : AutoAbstract function for sending text to presentations -OpenOffice.org Writer : AutoCaption function in OpenOffice.org Writer -OpenOffice.org Writer : AutoComplete function in text and list boxes -OpenOffice.org Writer : AutoCorrect function -OpenOffice.org Writer : AutoCorrect function;adding exceptions -OpenOffice.org Writer : AutoCorrect function;context menu -OpenOffice.org Writer : AutoCorrect function;options -OpenOffice.org Writer : AutoCorrect function;pictures and frames -OpenOffice.org Writer : AutoCorrect function;quotes -OpenOffice.org Writer : AutoCorrect function;replacement table -OpenOffice.org Writer : AutoCorrect function;smart tags -OpenOffice.org Writer : AutoCorrect function;switching on and off in Calc -OpenOffice.org Writer : AutoCorrect function;turning off -OpenOffice.org Writer : AutoCorrect function;URL recognition -OpenOffice.org Writer : AutoCorrect function;word completion -OpenOffice.org Writer : AutoFormat function -OpenOffice.org Writer : AutoFormat function;applying to text tables -OpenOffice.org Writer : AutoFormat function;headings -OpenOffice.org Writer : AutoFormat function;switching on and off -OpenOffice.org Writer : AutoFormat function;text documents -OpenOffice.org Writer : automatic bullets -OpenOffice.org Writer : automatic captions (Writer) -OpenOffice.org Writer : automatic changes on/off -OpenOffice.org Writer : automatic control focus -OpenOffice.org Writer : automatic heading formatting -OpenOffice.org Writer : automatic hyperlink formatting -OpenOffice.org Writer : automatic hyphenation in text -OpenOffice.org Writer : automatic line breaks -OpenOffice.org Writer : automatic lines/borders in text -OpenOffice.org Writer : automatic numbering -OpenOffice.org Writer : automatic numbering;AutoCorrect function -OpenOffice.org Writer : automatic numbering;of objects -OpenOffice.org Writer : automatic saving -OpenOffice.org Writer : automatic spellcheck -OpenOffice.org Writer : automatic word completion -OpenOffice.org Writer : AutoPilots, see wizards -OpenOffice.org Writer : AutoShapes feature in Microsoft Office -OpenOffice.org Writer : AutoText -OpenOffice.org Writer : averages in charts -OpenOffice.org Writer : axes -OpenOffice.org Writer : axes;better scaling -OpenOffice.org Writer : axes;formatting -OpenOffice.org Writer : axes;formatting grids -OpenOffice.org Writer : axes;inserting grids -OpenOffice.org Writer : axes;interval marks -OpenOffice.org Writer : axes;showing axes in charts -OpenOffice.org Writer : axes in charts -OpenOffice.org Writer : backgrounds -OpenOffice.org Writer : backgrounds;defining colors/pictures -OpenOffice.org Writer : backgrounds;different pages -OpenOffice.org Writer : backgrounds;frames/sections/indexes -OpenOffice.org Writer : backgrounds;inserting from Gallery -OpenOffice.org Writer : backgrounds;printing -OpenOffice.org Writer : backing window -OpenOffice.org Writer : backups -OpenOffice.org Writer : backups;automatic -OpenOffice.org Writer : backups;documents -OpenOffice.org Writer : bar charts -OpenOffice.org Writer : Basic -OpenOffice.org Writer : Basic;fonts for source display -OpenOffice.org Writer : Basic;programming -OpenOffice.org Writer : Basic;recording macros -OpenOffice.org Writer : Basic;scripting -OpenOffice.org Writer : basic fonts -OpenOffice.org Writer : BeanShell scripting -OpenOffice.org Writer : behavior of rows/columns -OpenOffice.org Writer : Bézier curves -OpenOffice.org Writer : Bézier curves;control points in presentations -OpenOffice.org Writer : bi-directional writing -OpenOffice.org Writer : bibliographies -OpenOffice.org Writer : binding space -OpenOffice.org Writer : bitmaps -OpenOffice.org Writer : bitmaps;inserting and editing -OpenOffice.org Writer : bitmaps;off for faster printing -OpenOffice.org Writer : bitmaps;patterns -OpenOffice.org Writer : black and white printing -OpenOffice.org Writer : black printing in Calc -OpenOffice.org Writer : blank pages with alternating page styles -OpenOffice.org Writer : block selection mode -OpenOffice.org Writer : blocks of text -OpenOffice.org Writer : bold -OpenOffice.org Writer : bold;AutoFormat function -OpenOffice.org Writer : bold;formatting while typing -OpenOffice.org Writer : bold;text -OpenOffice.org Writer : book previews -OpenOffice.org Writer : book view -OpenOffice.org Writer : booklet printing -OpenOffice.org Writer : bookmarks -OpenOffice.org Writer : bookmarks;Help -OpenOffice.org Writer : bookmarks;master documents -OpenOffice.org Writer : bookmarks;positioning cursor -OpenOffice.org Writer : borders -OpenOffice.org Writer : borders;arranging -OpenOffice.org Writer : borders;automatic drawing on/off -OpenOffice.org Writer : borders;cells on screen (Calc) -OpenOffice.org Writer : borders;for footnotes/endnotes -OpenOffice.org Writer : borders;for headers/footers -OpenOffice.org Writer : borders;for objects -OpenOffice.org Writer : borders;for pages -OpenOffice.org Writer : borders;for paragraphs -OpenOffice.org Writer : borders;for tables -OpenOffice.org Writer : borders;for text tables -OpenOffice.org Writer : borders;shadows -OpenOffice.org Writer : borders;table boundaries (Writer) -OpenOffice.org Writer : borders, see also frames -OpenOffice.org Writer : bound fields -OpenOffice.org Writer : bound fields;controls -OpenOffice.org Writer : boundaries of tables (Writer) -OpenOffice.org Writer : break display (Writer) -OpenOffice.org Writer : brochures -OpenOffice.org Writer : brochures;printing individual -OpenOffice.org Writer : brochures;printing several -OpenOffice.org Writer : brush for copying styles -OpenOffice.org Writer : build numbers of OpenOffice.org -OpenOffice.org Writer : bullet lists -OpenOffice.org Writer : bullet lists;changing levels -OpenOffice.org Writer : bullet lists;creating while typing -OpenOffice.org Writer : bullet lists;formatting options -OpenOffice.org Writer : bullet lists;interrupting -OpenOffice.org Writer : bullet lists;turning on and off -OpenOffice.org Writer : bullets -OpenOffice.org Writer : bullets;adding and editing -OpenOffice.org Writer : bullets;paragraphs -OpenOffice.org Writer : bullets;replacing -OpenOffice.org Writer : bullets;turning off -OpenOffice.org Writer : bullets;using automatically -OpenOffice.org Writer : business cards -OpenOffice.org Writer : business cards;creating and synchronizing -OpenOffice.org Writer : business cards;using templates -OpenOffice.org Writer : button bars, see toolbars -OpenOffice.org Writer : buttons -OpenOffice.org Writer : buttons;adding push buttons -OpenOffice.org Writer : buttons;big/small -OpenOffice.org Writer : buttons;editing hyperlink buttons -OpenOffice.org Writer : buttons;form functions -OpenOffice.org Writer : buttons;toolbars -OpenOffice.org Writer : cache for graphics -OpenOffice.org Writer : calculating -OpenOffice.org Writer : calculating;across multiple text tables -OpenOffice.org Writer : calculating;complex formulas in text -OpenOffice.org Writer : calculating;in text -OpenOffice.org Writer : calculating;in text tables -OpenOffice.org Writer : calculating;iterative references (Calc) -OpenOffice.org Writer : calculating;mean values -OpenOffice.org Writer : calculating;regression curves -OpenOffice.org Writer : calculating;sums in text tables -OpenOffice.org Writer : callouts -OpenOffice.org Writer : callouts;drawings -OpenOffice.org Writer : capital letters -OpenOffice.org Writer : capital letters;AutoCorrect function -OpenOffice.org Writer : capital letters;avoiding after specific abbreviations -OpenOffice.org Writer : capital letters;changing to small letters -OpenOffice.org Writer : capital letters;changing to small letters after periods -OpenOffice.org Writer : capital letters;font effects -OpenOffice.org Writer : capital letters;starting paragraphs -OpenOffice.org Writer : captions -OpenOffice.org Writer : captions;adding chapter numbers -OpenOffice.org Writer : captions;automatic captions (Writer) -OpenOffice.org Writer : captions;inserting and editing -OpenOffice.org Writer : captions;tables/pictures/frames/OLE objects (Writer) -OpenOffice.org Writer : captions, see also labels/callouts -OpenOffice.org Writer : cascading update (Base) -OpenOffice.org Writer : case sensitivity -OpenOffice.org Writer : case sensitivity;comparing cell contents (Calc) -OpenOffice.org Writer : case sensitivity;searching -OpenOffice.org Writer : cell merges -OpenOffice.org Writer : cells -OpenOffice.org Writer : cells;adapting the width by keyboard -OpenOffice.org Writer : cells;aligning -OpenOffice.org Writer : cells;backgrounds -OpenOffice.org Writer : cells;borders in text tables -OpenOffice.org Writer : cells;calculating sums -OpenOffice.org Writer : cells;coloring (Calc) -OpenOffice.org Writer : cells;cursor positions after input (Calc) -OpenOffice.org Writer : cells;enlarging and reducing in text tables -OpenOffice.org Writer : cells;formatting without effect (Calc) -OpenOffice.org Writer : cells;inserting from spreadsheets -OpenOffice.org Writer : cells;line breaks -OpenOffice.org Writer : cells;linked to controls -OpenOffice.org Writer : cells;merging/splitting -OpenOffice.org Writer : cells;number formats -OpenOffice.org Writer : cells;number of -OpenOffice.org Writer : cells;pasting -OpenOffice.org Writer : cells;resetting formats -OpenOffice.org Writer : cells;showing grid lines (Calc) -OpenOffice.org Writer : centered text -OpenOffice.org Writer : centering -OpenOffice.org Writer : centering;images on HTML pages -OpenOffice.org Writer : centering;text frames on pages -OpenOffice.org Writer : centimeters -OpenOffice.org Writer : central documents -OpenOffice.org Writer : certificates -OpenOffice.org Writer : Change Case feature in Microsoft Office -OpenOffice.org Writer : changes -OpenOffice.org Writer : changes;accepting or rejecting -OpenOffice.org Writer : changes;automatic -OpenOffice.org Writer : changes;comparing to original -OpenOffice.org Writer : changes;protecting -OpenOffice.org Writer : changes;recording -OpenOffice.org Writer : changes;review function -OpenOffice.org Writer : changes;showing -OpenOffice.org Writer : changing -OpenOffice.org Writer : changing;bulleting symbols -OpenOffice.org Writer : changing;cases of text -OpenOffice.org Writer : changing;data binding of XForms -OpenOffice.org Writer : changing;default templates -OpenOffice.org Writer : changing;document titles -OpenOffice.org Writer : changing;field shadings -OpenOffice.org Writer : changing;fields, into text -OpenOffice.org Writer : changing;file associations in Setup program -OpenOffice.org Writer : changing;hyperlink text/formats/URLs -OpenOffice.org Writer : changing;icon sizes -OpenOffice.org Writer : changing;indents -OpenOffice.org Writer : changing;keyboard -OpenOffice.org Writer : changing;links -OpenOffice.org Writer : changing;menus -OpenOffice.org Writer : changing;object sizes -OpenOffice.org Writer : changing;outline levels -OpenOffice.org Writer : changing;page backgrounds -OpenOffice.org Writer : changing;size of text frames -OpenOffice.org Writer : changing;starting numbers in lists -OpenOffice.org Writer : changing;toolbars -OpenOffice.org Writer : changing;work directory -OpenOffice.org Writer : changing, see also editing and replacing -OpenOffice.org Writer : chapter names in headers -OpenOffice.org Writer : chapter numbering -OpenOffice.org Writer : chapter numbers in captions -OpenOffice.org Writer : character styles -OpenOffice.org Writer : character styles;language selection -OpenOffice.org Writer : character styles;style categories -OpenOffice.org Writer : characters -OpenOffice.org Writer : characters;alternative fonts -OpenOffice.org Writer : characters;Asian layout -OpenOffice.org Writer : characters;bold -OpenOffice.org Writer : characters;coloring -OpenOffice.org Writer : characters;contours -OpenOffice.org Writer : characters;counting -OpenOffice.org Writer : characters;displaying only on screen (Writer) -OpenOffice.org Writer : characters;enabling CTL and Asian characters -OpenOffice.org Writer : characters;font effects -OpenOffice.org Writer : characters;fonts and formats -OpenOffice.org Writer : characters;hyperlinks -OpenOffice.org Writer : characters;italics -OpenOffice.org Writer : characters;language selection -OpenOffice.org Writer : characters;shadowed -OpenOffice.org Writer : characters;spacing -OpenOffice.org Writer : characters;special -OpenOffice.org Writer : characters;subscript and superscript -OpenOffice.org Writer : characters;underlining -OpenOffice.org Writer : characters;uppercase or lowercase -OpenOffice.org Writer : charcoal sketches filter -OpenOffice.org Writer : chart legends -OpenOffice.org Writer : chart legends;hiding -OpenOffice.org Writer : chart legends;showing icons with labels -OpenOffice.org Writer : chart types -OpenOffice.org Writer : chart types;area -OpenOffice.org Writer : chart types;column and bar -OpenOffice.org Writer : chart types;column and line -OpenOffice.org Writer : chart types;line -OpenOffice.org Writer : chart types;net -OpenOffice.org Writer : chart types;pie/donut -OpenOffice.org Writer : chart types;stock -OpenOffice.org Writer : chart types;XY (scatter) -OpenOffice.org Writer : charts -OpenOffice.org Writer : charts;3D views -OpenOffice.org Writer : charts;aligning -OpenOffice.org Writer : charts;arranging within stacks -OpenOffice.org Writer : charts;bars with textures -OpenOffice.org Writer : charts;borders -OpenOffice.org Writer : charts;choosing chart types -OpenOffice.org Writer : charts;colors -OpenOffice.org Writer : charts;copying from Calc into Writer -OpenOffice.org Writer : charts;copying with link to source cell range -OpenOffice.org Writer : charts;data labels -OpenOffice.org Writer : charts;displaying (Calc) -OpenOffice.org Writer : charts;editing axes -OpenOffice.org Writer : charts;editing data -OpenOffice.org Writer : charts;editing legends -OpenOffice.org Writer : charts;editing titles -OpenOffice.org Writer : charts;formatting areas -OpenOffice.org Writer : charts;formatting floors -OpenOffice.org Writer : charts;formatting walls -OpenOffice.org Writer : charts;inserting -OpenOffice.org Writer : charts;labeling -OpenOffice.org Writer : charts;overview -OpenOffice.org Writer : charts;properties -OpenOffice.org Writer : charts;reorganizing -OpenOffice.org Writer : charts;scaling axes -OpenOffice.org Writer : charts;scaling text -OpenOffice.org Writer : charts;shortcuts -OpenOffice.org Writer : charts;showing axes -OpenOffice.org Writer : charts;updating automatically (Writer) -OpenOffice.org Writer : check box creation -OpenOffice.org Writer : checking spelling -OpenOffice.org Writer : checking spelling;all languages -OpenOffice.org Writer : checking spelling;manually -OpenOffice.org Writer : checking spelling;while typing -OpenOffice.org Writer : Chinese writing systems -OpenOffice.org Writer : choosing printers -OpenOffice.org Writer : circle drawings -OpenOffice.org Writer : Client Side ImageMap -OpenOffice.org Writer : clipboard -OpenOffice.org Writer : clipboard;calculating in text -OpenOffice.org Writer : clipboard;cutting -OpenOffice.org Writer : clipboard;pasting -OpenOffice.org Writer : clipboard;pasting formatted/unformatted text -OpenOffice.org Writer : clipboard;selection clipboard -OpenOffice.org Writer : clipboard;Unix -OpenOffice.org Writer : closing -OpenOffice.org Writer : closing;documents -OpenOffice.org Writer : closing;toolbars -OpenOffice.org Writer : color bar -OpenOffice.org Writer : colors -OpenOffice.org Writer : colors;adding -OpenOffice.org Writer : colors;appearance -OpenOffice.org Writer : colors;backgrounds -OpenOffice.org Writer : colors;charts -OpenOffice.org Writer : colors;fill format -OpenOffice.org Writer : colors;fonts -OpenOffice.org Writer : colors;grid lines and cells (Calc) -OpenOffice.org Writer : colors;models -OpenOffice.org Writer : colors;not printing -OpenOffice.org Writer : colors;printing in grayscale -OpenOffice.org Writer : colors;restriction (Calc) -OpenOffice.org Writer : colors;selection -OpenOffice.org Writer : column and line charts -OpenOffice.org Writer : column charts -OpenOffice.org Writer : column headers -OpenOffice.org Writer : column headers;displaying (Calc) -OpenOffice.org Writer : column headers;highlighting (Calc) -OpenOffice.org Writer : columns -OpenOffice.org Writer : columns;breaks in text tables -OpenOffice.org Writer : columns;inserting in tables -OpenOffice.org Writer : columns;inserting/deleting in tables by keyboard -OpenOffice.org Writer : columns;on text pages -OpenOffice.org Writer : columns;selecting -OpenOffice.org Writer : columns;setting with the mouse -OpenOffice.org Writer : combination charts -OpenOffice.org Writer : combo box creation -OpenOffice.org Writer : command button creation -OpenOffice.org Writer : command buttons, see push buttons -OpenOffice.org Writer : command line parameters -OpenOffice.org Writer : commands -OpenOffice.org Writer : commands;not visible -OpenOffice.org Writer : commands;SQL -OpenOffice.org Writer : comments -OpenOffice.org Writer : comments;on changes -OpenOffice.org Writer : comments feature in Microsoft Office -OpenOffice.org Writer : common terms -OpenOffice.org Writer : common terms;Chinese dictionary -OpenOffice.org Writer : common terms;glossaries -OpenOffice.org Writer : common terms;Internet glossary -OpenOffice.org Writer : Compare and Merge feature in Microsoft Office -OpenOffice.org Writer : comparisons -OpenOffice.org Writer : comparisons;document versions -OpenOffice.org Writer : comparisons;hidden text fields -OpenOffice.org Writer : comparisons;operators in default filter dialog -OpenOffice.org Writer : compatibility settings for MS Word import -OpenOffice.org Writer : complete screen view -OpenOffice.org Writer : completion of words -OpenOffice.org Writer : complex text layout -OpenOffice.org Writer : complex text layout;definition -OpenOffice.org Writer : complex text layout;enabling -OpenOffice.org Writer : compose key to insert special characters -OpenOffice.org Writer : concatenation, see ampersand symbol -OpenOffice.org Writer : concordance files -OpenOffice.org Writer : concordance files;definition -OpenOffice.org Writer : concordance files;indexes -OpenOffice.org Writer : conditional separators -OpenOffice.org Writer : conditional styles -OpenOffice.org Writer : conditional text -OpenOffice.org Writer : conditional text;page counts -OpenOffice.org Writer : conditional text;setting up -OpenOffice.org Writer : conditions -OpenOffice.org Writer : conditions;in fields and sections -OpenOffice.org Writer : conditions;in number formats -OpenOffice.org Writer : conditions;items in Data Navigator -OpenOffice.org Writer : conditions;user data fields -OpenOffice.org Writer : Configuration Manager -OpenOffice.org Writer : configuring -OpenOffice.org Writer : configuring;fax icon -OpenOffice.org Writer : configuring;OpenOffice.org -OpenOffice.org Writer : configuring;toolbars -OpenOffice.org Writer : connections to data sources (Base) -OpenOffice.org Writer : contents protection -OpenOffice.org Writer : context menus -OpenOffice.org Writer : continuation pages -OpenOffice.org Writer : contour editor -OpenOffice.org Writer : contour wrap -OpenOffice.org Writer : contours of text -OpenOffice.org Writer : control point display in presentations -OpenOffice.org Writer : controls -OpenOffice.org Writer : controls;activating in forms -OpenOffice.org Writer : controls;adding to documents -OpenOffice.org Writer : controls;arranging in forms -OpenOffice.org Writer : controls;arranging within stacks -OpenOffice.org Writer : controls;assigning data sources -OpenOffice.org Writer : controls;bound fields/list contents/linked cells -OpenOffice.org Writer : controls;events -OpenOffice.org Writer : controls;focus -OpenOffice.org Writer : controls;formatted fields -OpenOffice.org Writer : controls;grouping -OpenOffice.org Writer : controls;hidden -OpenOffice.org Writer : controls;inserting -OpenOffice.org Writer : controls;multi-line titles -OpenOffice.org Writer : controls;positions and sizes -OpenOffice.org Writer : controls;printing -OpenOffice.org Writer : controls;properties of form controls -OpenOffice.org Writer : controls;properties of table controls -OpenOffice.org Writer : controls;reference by SQL -OpenOffice.org Writer : controls;rich text control -OpenOffice.org Writer : controls;select mode -OpenOffice.org Writer : controls;showing (Writer) -OpenOffice.org Writer : converters -OpenOffice.org Writer : converters;Euro converter -OpenOffice.org Writer : converters;PostScript, UNIX -OpenOffice.org Writer : converters;XML -OpenOffice.org Writer : converting -OpenOffice.org Writer : converting;fields, into text -OpenOffice.org Writer : converting;Hangul/Hanja -OpenOffice.org Writer : converting;metrics -OpenOffice.org Writer : converting;Microsoft documents -OpenOffice.org Writer : converting;OpenOffice.org documents -OpenOffice.org Writer : converting;Pocket PC formats -OpenOffice.org Writer : converting;sections, into normal text -OpenOffice.org Writer : converting;text, into tables -OpenOffice.org Writer : copies -OpenOffice.org Writer : copies;printing -OpenOffice.org Writer : copies;removing line breaks -OpenOffice.org Writer : copying -OpenOffice.org Writer : copying;by drag and drop -OpenOffice.org Writer : copying;charts from OpenOffice.org Calc -OpenOffice.org Writer : copying;data from text documents -OpenOffice.org Writer : copying;datasource records in spreadsheets -OpenOffice.org Writer : copying;draw objects -OpenOffice.org Writer : copying;draw objects between documents -OpenOffice.org Writer : copying;formatting -OpenOffice.org Writer : copying;from data source view -OpenOffice.org Writer : copying;from Gallery -OpenOffice.org Writer : copying;in Unix -OpenOffice.org Writer : copying;pictures, between documents -OpenOffice.org Writer : copying;sheet areas, to text documents -OpenOffice.org Writer : copying;styles, by fill format mode -OpenOffice.org Writer : copying;styles, from selections -OpenOffice.org Writer : copying;text sections -OpenOffice.org Writer : copying;to Gallery -OpenOffice.org Writer : copyright for OpenOffice.org -OpenOffice.org Writer : corner roundings -OpenOffice.org Writer : counting words -OpenOffice.org Writer : crash reports -OpenOffice.org Writer : criteria of query design (Base) -OpenOffice.org Writer : cropping pictures -OpenOffice.org Writer : cross-references -OpenOffice.org Writer : cross-references;inserting and updating -OpenOffice.org Writer : cross-references;inserting with Navigator -OpenOffice.org Writer : cross-references;modifying -OpenOffice.org Writer : CTL -OpenOffice.org Writer : CTL;complex text layout languages -OpenOffice.org Writer : CTL;definition -OpenOffice.org Writer : CTL;options -OpenOffice.org Writer : currencies -OpenOffice.org Writer : currencies;converters -OpenOffice.org Writer : currencies;formats and format codes -OpenOffice.org Writer : currency field creation -OpenOffice.org Writer : currency formats -OpenOffice.org Writer : cursor -OpenOffice.org Writer : cursor;allowing in protected areas (Writer) -OpenOffice.org Writer : cursor;direct cursor -OpenOffice.org Writer : cursor;in read-only text -OpenOffice.org Writer : cursor;quickly moving to an object -OpenOffice.org Writer : curves -OpenOffice.org Writer : curves;editing points -OpenOffice.org Writer : curves;properties in line charts/XY charts -OpenOffice.org Writer : custom dictionaries -OpenOffice.org Writer : custom dictionaries;editing -OpenOffice.org Writer : custom dictionaries;removing words from -OpenOffice.org Writer : custom hyphens (Writer) -OpenOffice.org Writer : custom quotes -OpenOffice.org Writer : custom templates -OpenOffice.org Writer : customizing -OpenOffice.org Writer : customizing;events -OpenOffice.org Writer : customizing;keyboard -OpenOffice.org Writer : customizing;menus -OpenOffice.org Writer : customizing;OpenOffice.org -OpenOffice.org Writer : customizing;round corners -OpenOffice.org Writer : customizing;toolbars -OpenOffice.org Writer : cutting -OpenOffice.org Writer : dashes -OpenOffice.org Writer : data -OpenOffice.org Writer : data;filtering in forms -OpenOffice.org Writer : data;forms and subforms -OpenOffice.org Writer : data;read-only -OpenOffice.org Writer : data;sorting in forms -OpenOffice.org Writer : data;user data -OpenOffice.org Writer : data binding change in XForms -OpenOffice.org Writer : data labels in charts -OpenOffice.org Writer : Data Navigator display options -OpenOffice.org Writer : data ranges in charts -OpenOffice.org Writer : data series -OpenOffice.org Writer : data source browser -OpenOffice.org Writer : data source explorer -OpenOffice.org Writer : data source view -OpenOffice.org Writer : data source view;drag and drop -OpenOffice.org Writer : data source view;overview -OpenOffice.org Writer : data source view;showing -OpenOffice.org Writer : data sources -OpenOffice.org Writer : data sources;as tables -OpenOffice.org Writer : data sources;connection settings (Base) -OpenOffice.org Writer : data sources;copying records to spreadsheets -OpenOffice.org Writer : data sources;displaying current -OpenOffice.org Writer : data sources;LDAP server (Base) -OpenOffice.org Writer : data sources;OpenOffice.org Base -OpenOffice.org Writer : data sources;registering address books -OpenOffice.org Writer : data sources;reports -OpenOffice.org Writer : data sources;setting for stock charts -OpenOffice.org Writer : data sources;viewing -OpenOffice.org Writer : data structure of XForms -OpenOffice.org Writer : data values in charts -OpenOffice.org Writer : database contents -OpenOffice.org Writer : database contents;inserting as tables -OpenOffice.org Writer : database contents;inserting as text -OpenOffice.org Writer : database reports -OpenOffice.org Writer : Database Wizard (Base) -OpenOffice.org Writer : databases -OpenOffice.org Writer : databases;administration through SQL (Base) -OpenOffice.org Writer : databases;ADO (Base) -OpenOffice.org Writer : databases;connecting (Base) -OpenOffice.org Writer : databases;creating -OpenOffice.org Writer : databases;creating bibliographies -OpenOffice.org Writer : databases;creating labels -OpenOffice.org Writer : databases;creating queries -OpenOffice.org Writer : databases;creating reports -OpenOffice.org Writer : databases;creating tables -OpenOffice.org Writer : databases;dBASE (Base) -OpenOffice.org Writer : databases;deleting (Base) -OpenOffice.org Writer : databases;drag and drop (Base) -OpenOffice.org Writer : databases;editing tables -OpenOffice.org Writer : databases;exchanging -OpenOffice.org Writer : databases;form filters -OpenOffice.org Writer : databases;formats (Base) -OpenOffice.org Writer : databases;importing/exporting -OpenOffice.org Writer : databases;in conditions -OpenOffice.org Writer : databases;JDBC (Base) -OpenOffice.org Writer : databases;main page (Base) -OpenOffice.org Writer : databases;MySQL (Base) -OpenOffice.org Writer : databases;ODBC (Base) -OpenOffice.org Writer : databases;overview -OpenOffice.org Writer : databases;registering (Base) -OpenOffice.org Writer : databases;searching records -OpenOffice.org Writer : databases;shortcut keys -OpenOffice.org Writer : databases;sorting -OpenOffice.org Writer : databases;standard filters -OpenOffice.org Writer : databases;text formats -OpenOffice.org Writer : databases;viewing -OpenOffice.org Writer : date fields -OpenOffice.org Writer : date fields;creating -OpenOffice.org Writer : date fields;fixed/variable -OpenOffice.org Writer : date fields;HTML -OpenOffice.org Writer : date fields;properties -OpenOffice.org Writer : date formats -OpenOffice.org Writer : dates -OpenOffice.org Writer : dates;default (Calc) -OpenOffice.org Writer : dates;formatting automatically in tables -OpenOffice.org Writer : dates;inserting -OpenOffice.org Writer : dates;printing in presentations -OpenOffice.org Writer : dates;start 1900/01/01 (Calc) -OpenOffice.org Writer : dates;start 1904/01/01 (Calc) -OpenOffice.org Writer : dBASE -OpenOffice.org Writer : dBASE;database settings (Base) -OpenOffice.org Writer : DDE -OpenOffice.org Writer : DDE;command for inserting sections -OpenOffice.org Writer : DDE;definition -OpenOffice.org Writer : DDE;inserting tables -OpenOffice.org Writer : deactivating -OpenOffice.org Writer : deactivating;plug-ins -OpenOffice.org Writer : deactivating;word completion -OpenOffice.org Writer : decimal places displayed (Calc) -OpenOffice.org Writer : decimal separator key -OpenOffice.org Writer : decimal tab stops -OpenOffice.org Writer : default directories -OpenOffice.org Writer : default file formats -OpenOffice.org Writer : default filters -OpenOffice.org Writer : default filters;comparison operators -OpenOffice.org Writer : default filters;databases -OpenOffice.org Writer : default printer -OpenOffice.org Writer : default printer;setting up -OpenOffice.org Writer : default printer;UNIX -OpenOffice.org Writer : default templates -OpenOffice.org Writer : default templates;changing -OpenOffice.org Writer : default templates;defining -OpenOffice.org Writer : default templates;organizing -OpenOffice.org Writer : defaults -OpenOffice.org Writer : defaults;documents -OpenOffice.org Writer : defaults;file formats -OpenOffice.org Writer : defaults;fonts -OpenOffice.org Writer : defaults;grids (Writer/Calc) -OpenOffice.org Writer : defaults;languages -OpenOffice.org Writer : defaults;number formats -OpenOffice.org Writer : defaults;of saving -OpenOffice.org Writer : defaults;program configuration -OpenOffice.org Writer : defaults;tab stops in text -OpenOffice.org Writer : defaults;templates -OpenOffice.org Writer : defaults;views -OpenOffice.org Writer : defining -OpenOffice.org Writer : defining;arrowheads and other line ends -OpenOffice.org Writer : defining;colors -OpenOffice.org Writer : defining;conditions -OpenOffice.org Writer : defining;headers/footers -OpenOffice.org Writer : defining;line styles -OpenOffice.org Writer : defining;object borders -OpenOffice.org Writer : defining;page borders -OpenOffice.org Writer : defining;page styles -OpenOffice.org Writer : defining;paragraph borders -OpenOffice.org Writer : defining;queries (Base) -OpenOffice.org Writer : defining;starting page numbers -OpenOffice.org Writer : defining;table borders -OpenOffice.org Writer : defining;table borders in Writer -OpenOffice.org Writer : deleting -OpenOffice.org Writer : deleting;all direct formatting -OpenOffice.org Writer : deleting;databases (Base) -OpenOffice.org Writer : deleting;entries of indexes/tables of contents -OpenOffice.org Writer : deleting;footnotes -OpenOffice.org Writer : deleting;heading numbers -OpenOffice.org Writer : deleting;hyperlinks -OpenOffice.org Writer : deleting;indexes/tables of contents -OpenOffice.org Writer : deleting;line breaks -OpenOffice.org Writer : deleting;lines in text -OpenOffice.org Writer : deleting;models/instances -OpenOffice.org Writer : deleting;namespaces in XForms -OpenOffice.org Writer : deleting;numbers in lists -OpenOffice.org Writer : deleting;page breaks -OpenOffice.org Writer : deleting;rows/columns, by keyboard -OpenOffice.org Writer : deleting;tab stops -OpenOffice.org Writer : deleting;tables or table contents -OpenOffice.org Writer : deleting;templates -OpenOffice.org Writer : deleting;words in user-defined dictionaries -OpenOffice.org Writer : deleting;XML filters -OpenOffice.org Writer : demoting heading levels -OpenOffice.org Writer : depth stagger -OpenOffice.org Writer : descriptions for objects -OpenOffice.org Writer : design mode after saving -OpenOffice.org Writer : design view -OpenOffice.org Writer : design view;creating forms -OpenOffice.org Writer : design view;queries/views (Base) -OpenOffice.org Writer : designing -OpenOffice.org Writer : designing;database tables -OpenOffice.org Writer : designing;fonts -OpenOffice.org Writer : designing;queries (Base) -OpenOffice.org Writer : detaching toolbars -OpenOffice.org Writer : dictionaries -OpenOffice.org Writer : dictionaries;common terms in simplified and traditional chinese -OpenOffice.org Writer : dictionaries;creating -OpenOffice.org Writer : dictionaries;editing user-defined -OpenOffice.org Writer : dictionaries;spellcheck -OpenOffice.org Writer : dictionaries;thesaurus -OpenOffice.org Writer : dictionaries, see also languages -OpenOffice.org Writer : digital signatures -OpenOffice.org Writer : direct cursor -OpenOffice.org Writer : direct cursor;restriction -OpenOffice.org Writer : direct cursor;settings -OpenOffice.org Writer : direct formatting -OpenOffice.org Writer : direct formatting;exiting -OpenOffice.org Writer : direct formatting;undoing all -OpenOffice.org Writer : directories -OpenOffice.org Writer : directories;creating new -OpenOffice.org Writer : directories;directory structure -OpenOffice.org Writer : disabled persons -OpenOffice.org Writer : disabling -OpenOffice.org Writer : disabling;field highlighting -OpenOffice.org Writer : disabling;word completion -OpenOffice.org Writer : displaying -OpenOffice.org Writer : displaying;hidden text -OpenOffice.org Writer : displaying;non-printing characters (Writer) -OpenOffice.org Writer : displaying;notes (Calc) -OpenOffice.org Writer : displaying;notes in text documents -OpenOffice.org Writer : displaying;pictures and objects (Writer) -OpenOffice.org Writer : displaying;tables (Writer) -OpenOffice.org Writer : displaying;zero values (Calc) -OpenOffice.org Writer : distances -OpenOffice.org Writer : distinct values in SQL queries -OpenOffice.org Writer : distorting in drawings -OpenOffice.org Writer : distributing XML filters -OpenOffice.org Writer : dithering -OpenOffice.org Writer : dividing tables -OpenOffice.org Writer : DocInformation fields -OpenOffice.org Writer : docking -OpenOffice.org Writer : docking;definition -OpenOffice.org Writer : docking;Navigator window -OpenOffice.org Writer : docking;toolbars -OpenOffice.org Writer : docking;windows -OpenOffice.org Writer : Document Converter Wizard -OpenOffice.org Writer : Document Map feature in Microsoft Office -OpenOffice.org Writer : Document Map, see Navigator -OpenOffice.org Writer : document templates -OpenOffice.org Writer : document types in OpenOffice.org -OpenOffice.org Writer : documents -OpenOffice.org Writer : documents;changing titles -OpenOffice.org Writer : documents;closing -OpenOffice.org Writer : documents;comparing -OpenOffice.org Writer : documents;contents as lists -OpenOffice.org Writer : documents;editing time -OpenOffice.org Writer : documents;exporting -OpenOffice.org Writer : documents;importing -OpenOffice.org Writer : documents;languages -OpenOffice.org Writer : documents;master documents and subdocuments -OpenOffice.org Writer : documents;measurement units in -OpenOffice.org Writer : documents;merging -OpenOffice.org Writer : documents;number of pages/tables/sheets -OpenOffice.org Writer : documents;number of words/characters -OpenOffice.org Writer : documents;opening -OpenOffice.org Writer : documents;opening in design mode -OpenOffice.org Writer : documents;opening with templates -OpenOffice.org Writer : documents;organizing -OpenOffice.org Writer : documents;printing -OpenOffice.org Writer : documents;read-only -OpenOffice.org Writer : documents;reloading -OpenOffice.org Writer : documents;saving -OpenOffice.org Writer : documents;saving automatically -OpenOffice.org Writer : documents;saving in other formats -OpenOffice.org Writer : documents;sending as e-mail -OpenOffice.org Writer : documents;styles changed -OpenOffice.org Writer : documents;version management -OpenOffice.org Writer : documents;version numbers -OpenOffice.org Writer : donut charts -OpenOffice.org Writer : dotted areas -OpenOffice.org Writer : double-line spacing in paragraphs -OpenOffice.org Writer : double-line writing in Asian layout -OpenOffice.org Writer : drag and drop -OpenOffice.org Writer : drag and drop;copying and pasting text -OpenOffice.org Writer : drag and drop;creating new styles -OpenOffice.org Writer : drag and drop;data source view -OpenOffice.org Writer : drag and drop;from Gallery to draw objects -OpenOffice.org Writer : drag and drop;overview -OpenOffice.org Writer : drag and drop;pictures -OpenOffice.org Writer : drag and drop;to Gallery -OpenOffice.org Writer : draw objects -OpenOffice.org Writer : draw objects;adding/editing/copying -OpenOffice.org Writer : draw objects;anchoring -OpenOffice.org Writer : draw objects;arranging within stacks -OpenOffice.org Writer : draw objects;copying -OpenOffice.org Writer : draw objects;copying between documents -OpenOffice.org Writer : draw objects;cross-referencing -OpenOffice.org Writer : draw objects;displaying (Calc) -OpenOffice.org Writer : draw objects;dropping Gallery pictures -OpenOffice.org Writer : draw objects;flipping -OpenOffice.org Writer : draw objects;inserting captions -OpenOffice.org Writer : draw objects;legends -OpenOffice.org Writer : draw objects;positioning and resizing -OpenOffice.org Writer : draw objects;protecting -OpenOffice.org Writer : draw objects;slanting -OpenOffice.org Writer : draw objects;text in -OpenOffice.org Writer : Drawing bar -OpenOffice.org Writer : drawing lines in text -OpenOffice.org Writer : drawings -OpenOffice.org Writer : drawings;creating/opening -OpenOffice.org Writer : drawings;languages -OpenOffice.org Writer : drawings;printing -OpenOffice.org Writer : drawings;printing defaults -OpenOffice.org Writer : drawings;printing in text documents -OpenOffice.org Writer : drawings;saving -OpenOffice.org Writer : drawings;saving automatically -OpenOffice.org Writer : drawings;saving in other formats -OpenOffice.org Writer : drawings;sending as e-mail -OpenOffice.org Writer : drawings;showing (Writer) -OpenOffice.org Writer : drop caps insertion -OpenOffice.org Writer : drop-down lists in form functions -OpenOffice.org Writer : e-mail attachments -OpenOffice.org Writer : Edit File icon -OpenOffice.org Writer : edit mode -OpenOffice.org Writer : edit mode;after opening -OpenOffice.org Writer : edit mode;through Enter key (Calc) -OpenOffice.org Writer : Edit Points bar -OpenOffice.org Writer : editing -OpenOffice.org Writer : editing;captions -OpenOffice.org Writer : editing;chart axes -OpenOffice.org Writer : editing;chart data -OpenOffice.org Writer : editing;chart legends -OpenOffice.org Writer : editing;chart titles -OpenOffice.org Writer : editing;concordance files -OpenOffice.org Writer : editing;cross-references -OpenOffice.org Writer : editing;data binding of XForms -OpenOffice.org Writer : editing;database tables and queries -OpenOffice.org Writer : editing;draw objects -OpenOffice.org Writer : editing;Fontwork objects -OpenOffice.org Writer : editing;footnotes/endnotes -OpenOffice.org Writer : editing;hyperlinks -OpenOffice.org Writer : editing;index format -OpenOffice.org Writer : editing;indexes/tables of contents -OpenOffice.org Writer : editing;items in Data Navigator -OpenOffice.org Writer : editing;menus -OpenOffice.org Writer : editing;namespaces in XForms -OpenOffice.org Writer : editing;notes -OpenOffice.org Writer : editing;objects -OpenOffice.org Writer : editing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Writer : editing;pictures -OpenOffice.org Writer : editing;reports -OpenOffice.org Writer : editing;sections -OpenOffice.org Writer : editing;shortcut keys -OpenOffice.org Writer : editing;tab stops -OpenOffice.org Writer : editing;table/index entries -OpenOffice.org Writer : editing;templates -OpenOffice.org Writer : editing;text frames -OpenOffice.org Writer : editing;titles -OpenOffice.org Writer : editing;toolbars -OpenOffice.org Writer : editing;undoing -OpenOffice.org Writer : editing;XForms -OpenOffice.org Writer : editing time of documents -OpenOffice.org Writer : editors -OpenOffice.org Writer : editors;contour editor -OpenOffice.org Writer : editors;formula editor -OpenOffice.org Writer : editors;ImageMap editor -OpenOffice.org Writer : effects -OpenOffice.org Writer : effects;font positions -OpenOffice.org Writer : effects;fonts -OpenOffice.org Writer : effects;Fontwork icons -OpenOffice.org Writer : effects;text animation -OpenOffice.org Writer : emphasizing text -OpenOffice.org Writer : empty documents -OpenOffice.org Writer : empty page with alternating page styles -OpenOffice.org Writer : empty paragraph removal -OpenOffice.org Writer : encryption of contents -OpenOffice.org Writer : endnotes -OpenOffice.org Writer : endnotes;inserting and editing -OpenOffice.org Writer : endnotes;spacing -OpenOffice.org Writer : enlarging columns,cells and table rows -OpenOffice.org Writer : entering groups -OpenOffice.org Writer : entering text from right to left -OpenOffice.org Writer : entering text with direct cursor -OpenOffice.org Writer : entries -OpenOffice.org Writer : entries;bibliographies -OpenOffice.org Writer : entries;defining in indexes/tables of contents -OpenOffice.org Writer : entries;in tables of contents, as hyperlinks -OpenOffice.org Writer : envelopes -OpenOffice.org Writer : envelopes;inserting -OpenOffice.org Writer : equal sign, see also operators -OpenOffice.org Writer : equations in formula editor -OpenOffice.org Writer : error bars in charts -OpenOffice.org Writer : error indicators in charts -OpenOffice.org Writer : Error Report Tool -OpenOffice.org Writer : Euro -OpenOffice.org Writer : Euro;currency formats -OpenOffice.org Writer : Euro;Euro Converter Wizard -OpenOffice.org Writer : even/odd pages -OpenOffice.org Writer : even/odd pages;formatting -OpenOffice.org Writer : even/odd pages;printing -OpenOffice.org Writer : events -OpenOffice.org Writer : events;controls -OpenOffice.org Writer : events;customizing -OpenOffice.org Writer : events;in forms -OpenOffice.org Writer : examples for regular expressions -OpenOffice.org Writer : Excel -OpenOffice.org Writer : Excel;saving as -OpenOffice.org Writer : Excel;search criteria -OpenOffice.org Writer : exceptions -OpenOffice.org Writer : exceptions;AutoCorrect function -OpenOffice.org Writer : exceptions;user-defined dictionaries -OpenOffice.org Writer : exchanging databases -OpenOffice.org Writer : exchanging, see also replacing -OpenOffice.org Writer : executing -OpenOffice.org Writer : executing;SQL commands -OpenOffice.org Writer : exiting -OpenOffice.org Writer : exiting;direct formatting -OpenOffice.org Writer : exiting;groups -OpenOffice.org Writer : exiting;OpenOffice.org -OpenOffice.org Writer : expanding formatting (Calc) -OpenOffice.org Writer : explorer of data sources -OpenOffice.org Writer : export filters -OpenOffice.org Writer : exporting -OpenOffice.org Writer : exporting;bitmaps -OpenOffice.org Writer : exporting;databases -OpenOffice.org Writer : exporting;HTML and text documents -OpenOffice.org Writer : exporting;Microsoft Office documents with VBA code -OpenOffice.org Writer : exporting;spreadsheets to text format -OpenOffice.org Writer : exporting;templates -OpenOffice.org Writer : exporting;to foreign formats -OpenOffice.org Writer : exporting;to HTML -OpenOffice.org Writer : exporting;to Microsoft Office formats -OpenOffice.org Writer : exporting;to PDF -OpenOffice.org Writer : exporting;to PostScript format -OpenOffice.org Writer : exporting;to XML -OpenOffice.org Writer : exporting;XML files -OpenOffice.org Writer : extended tips in Help -OpenOffice.org Writer : extension mode in text -OpenOffice.org Writer : extensions -OpenOffice.org Writer : extensions;Extension Manager -OpenOffice.org Writer : extensions;file formats -OpenOffice.org Writer : external keys (Base) -OpenOffice.org Writer : faster printing -OpenOffice.org Writer : faxes -OpenOffice.org Writer : faxes;configuring OpenOffice.org -OpenOffice.org Writer : faxes;fax programs/fax printers under UNIX -OpenOffice.org Writer : faxes;selecting a fax machine -OpenOffice.org Writer : faxes;sending -OpenOffice.org Writer : faxes;wizards -OpenOffice.org Writer : fields -OpenOffice.org Writer : fields;converting into text -OpenOffice.org Writer : fields;database tables -OpenOffice.org Writer : fields;defining conditions -OpenOffice.org Writer : fields;displaying field codes (Writer) -OpenOffice.org Writer : fields;formatted fields -OpenOffice.org Writer : fields;HTML import and export -OpenOffice.org Writer : fields;input fields in text -OpenOffice.org Writer : fields;inserting time -OpenOffice.org Writer : fields;subject -OpenOffice.org Writer : fields;updating automatically (Writer) -OpenOffice.org Writer : fields;updating/viewing -OpenOffice.org Writer : fields;user data -OpenOffice.org Writer : file associations for Microsoft Office -OpenOffice.org Writer : file filters -OpenOffice.org Writer : file filters;mobile devices -OpenOffice.org Writer : file filters;XML -OpenOffice.org Writer : file formats -OpenOffice.org Writer : file formats;changing defaults -OpenOffice.org Writer : file formats;OpenDocument/XML -OpenOffice.org Writer : file formats;saving always in other formats -OpenOffice.org Writer : file selection button -OpenOffice.org Writer : file sharing options for current document -OpenOffice.org Writer : files -OpenOffice.org Writer : files;filters and formats -OpenOffice.org Writer : files;importing -OpenOffice.org Writer : files;opening -OpenOffice.org Writer : files;opening with placeholders -OpenOffice.org Writer : files;properties -OpenOffice.org Writer : files;saving -OpenOffice.org Writer : files;saving automatically -OpenOffice.org Writer : files;saving in other formats -OpenOffice.org Writer : files;sending as e-mail -OpenOffice.org Writer : files;version numbers -OpenOffice.org Writer : files and folders in OpenOffice.org -OpenOffice.org Writer : fill characters with tabulators -OpenOffice.org Writer : fill colors for areas -OpenOffice.org Writer : fill format mode -OpenOffice.org Writer : fill patterns for areas -OpenOffice.org Writer : filter conditions -OpenOffice.org Writer : filter conditions;connecting -OpenOffice.org Writer : filter conditions;in queries (Base) -OpenOffice.org Writer : filtering -OpenOffice.org Writer : filtering;data in databases -OpenOffice.org Writer : filtering;data in forms -OpenOffice.org Writer : filters -OpenOffice.org Writer : filters;comparison operators -OpenOffice.org Writer : filters;for import and export -OpenOffice.org Writer : filters;Navigator -OpenOffice.org Writer : filters;pictures -OpenOffice.org Writer : filters;XML filter settings -OpenOffice.org Writer : Find tab in Help -OpenOffice.org Writer : finding -OpenOffice.org Writer : finding;in all sheets -OpenOffice.org Writer : finding;records in form documents -OpenOffice.org Writer : finding;selections -OpenOffice.org Writer : finding;similarity search -OpenOffice.org Writer : finding;text/text formats/styles/objects -OpenOffice.org Writer : first letters as large capital letters -OpenOffice.org Writer : First Page page style -OpenOffice.org Writer : fitting to pages -OpenOffice.org Writer : fitting to pages;print settings in Math -OpenOffice.org Writer : fitting to pages;print settings in presentations -OpenOffice.org Writer : fixed dates -OpenOffice.org Writer : fixed text -OpenOffice.org Writer : fixed text;form functions -OpenOffice.org Writer : fixing toolbars -OpenOffice.org Writer : flipping draw objects -OpenOffice.org Writer : floating frames in HTML documents -OpenOffice.org Writer : floating titles in headers -OpenOffice.org Writer : floating toolbars -OpenOffice.org Writer : focus of controls -OpenOffice.org Writer : folder creation -OpenOffice.org Writer : font attributes -OpenOffice.org Writer : font attributes;resetting -OpenOffice.org Writer : font lists -OpenOffice.org Writer : font name box -OpenOffice.org Writer : font sizes -OpenOffice.org Writer : font sizes;bullets -OpenOffice.org Writer : font sizes;relative changes -OpenOffice.org Writer : font sizes;scaling on screen -OpenOffice.org Writer : font sizes;text -OpenOffice.org Writer : fonts -OpenOffice.org Writer : fonts;adding under UNIX -OpenOffice.org Writer : fonts;changing in templates -OpenOffice.org Writer : fonts;colors -OpenOffice.org Writer : fonts;default settings -OpenOffice.org Writer : fonts;effects -OpenOffice.org Writer : fonts;for HTML and Basic -OpenOffice.org Writer : fonts;formats -OpenOffice.org Writer : fonts;outlines -OpenOffice.org Writer : fonts;positions in text -OpenOffice.org Writer : fonts;resetting -OpenOffice.org Writer : fonts;shadows -OpenOffice.org Writer : fonts;specifying several -OpenOffice.org Writer : fonts;strikethrough -OpenOffice.org Writer : fonts;styles -OpenOffice.org Writer : fonts;text objects -OpenOffice.org Writer : Fontwork icons -OpenOffice.org Writer : footers -OpenOffice.org Writer : footers;about -OpenOffice.org Writer : footers;backgrounds -OpenOffice.org Writer : footers;defining for left and right pages -OpenOffice.org Writer : footers;formatting -OpenOffice.org Writer : footers;inserting -OpenOffice.org Writer : footers;with page numbers -OpenOffice.org Writer : footnotes -OpenOffice.org Writer : footnotes;inserting and editing -OpenOffice.org Writer : footnotes;spacing -OpenOffice.org Writer : form controls -OpenOffice.org Writer : form controls;assigning macros -OpenOffice.org Writer : form controls;protecting -OpenOffice.org Writer : form controls;toolbars -OpenOffice.org Writer : form fields -OpenOffice.org Writer : form filters -OpenOffice.org Writer : form letters -OpenOffice.org Writer : Form Navigator -OpenOffice.org Writer : format codes -OpenOffice.org Writer : format codes;numbers -OpenOffice.org Writer : format codes;user-defined number formats -OpenOffice.org Writer : format filling printing in OpenOffice.org Math -OpenOffice.org Writer : Format Paintbrush -OpenOffice.org Writer : formats -OpenOffice.org Writer : formats;Asian layout -OpenOffice.org Writer : formats;Asian typography -OpenOffice.org Writer : formats;copying and pasting -OpenOffice.org Writer : formats;finding and replacing -OpenOffice.org Writer : formats;fonts -OpenOffice.org Writer : formats;maximizing page formats -OpenOffice.org Writer : formats;number and currency formats -OpenOffice.org Writer : formats;of currencies/date/time -OpenOffice.org Writer : formats;on opening and saving -OpenOffice.org Writer : formats;pasting in special formats -OpenOffice.org Writer : formats;positions -OpenOffice.org Writer : formats;resetting -OpenOffice.org Writer : formats;tabulators -OpenOffice.org Writer : formats;undoing when writing -OpenOffice.org Writer : formatted fields -OpenOffice.org Writer : formatted fields;form functions -OpenOffice.org Writer : formatted fields;properties -OpenOffice.org Writer : formatting -OpenOffice.org Writer : formatting;axes in charts -OpenOffice.org Writer : formatting;bold, while typing -OpenOffice.org Writer : formatting;bullets -OpenOffice.org Writer : formatting;changing individual pages -OpenOffice.org Writer : formatting;chart areas -OpenOffice.org Writer : formatting;chart floors -OpenOffice.org Writer : formatting;chart legends -OpenOffice.org Writer : formatting;chart titles -OpenOffice.org Writer : formatting;chart walls -OpenOffice.org Writer : formatting;contour wrap -OpenOffice.org Writer : formatting;copying -OpenOffice.org Writer : formatting;definition -OpenOffice.org Writer : formatting;even/odd pages -OpenOffice.org Writer : formatting;exiting direct formatting -OpenOffice.org Writer : formatting;expanding (Calc) -OpenOffice.org Writer : formatting;font effects -OpenOffice.org Writer : formatting;hyperlinks -OpenOffice.org Writer : formatting;indenting paragraphs -OpenOffice.org Writer : formatting;indexes and tables of contents -OpenOffice.org Writer : formatting;numbered lists -OpenOffice.org Writer : formatting;page numbers -OpenOffice.org Writer : formatting;pages -OpenOffice.org Writer : formatting;printer metrics (Writer) -OpenOffice.org Writer : formatting;register-true text -OpenOffice.org Writer : formatting;undoing -OpenOffice.org Writer : formatting;with adjacent paragraph format -OpenOffice.org Writer : formatting styles -OpenOffice.org Writer : formatting styles;importing -OpenOffice.org Writer : formatting styles;styles and templates -OpenOffice.org Writer : forms -OpenOffice.org Writer : forms;browsing -OpenOffice.org Writer : forms;Combo Box/List Box Wizard -OpenOffice.org Writer : forms;creating -OpenOffice.org Writer : forms;data -OpenOffice.org Writer : forms;designing (Base) -OpenOffice.org Writer : forms;events -OpenOffice.org Writer : forms;filtering data -OpenOffice.org Writer : forms;finding records -OpenOffice.org Writer : forms;focus after opening -OpenOffice.org Writer : forms;general information (Base) -OpenOffice.org Writer : forms;grouping controls -OpenOffice.org Writer : forms;HTML filters -OpenOffice.org Writer : forms;Navigator -OpenOffice.org Writer : forms;opening in design mode -OpenOffice.org Writer : forms;properties -OpenOffice.org Writer : forms;sorting data -OpenOffice.org Writer : forms;subforms -OpenOffice.org Writer : forms;wizards -OpenOffice.org Writer : forms;XForms -OpenOffice.org Writer : Formula Auditing feature in Microsoft Office -OpenOffice.org Writer : formula texts -OpenOffice.org Writer : formula texts;printing in OpenOffice.org Math -OpenOffice.org Writer : formulas -OpenOffice.org Writer : formulas;calculating in text -OpenOffice.org Writer : formulas;complex formulas in text -OpenOffice.org Writer : formulas;new -OpenOffice.org Writer : formulas;pasting results in text documents -OpenOffice.org Writer : formulas;starting formula editor -OpenOffice.org Writer : formulas in reports -OpenOffice.org Writer : formulas in reports;editing -OpenOffice.org Writer : formulating conditions -OpenOffice.org Writer : forums and support -OpenOffice.org Writer : frames -OpenOffice.org Writer : frames;anchoring options -OpenOffice.org Writer : frames;around objects -OpenOffice.org Writer : frames;around pages -OpenOffice.org Writer : frames;around paragraphs -OpenOffice.org Writer : frames;around tables -OpenOffice.org Writer : frames;around text tables -OpenOffice.org Writer : frames;AutoCorrect function -OpenOffice.org Writer : frames;backgrounds -OpenOffice.org Writer : frames;captions (Writer) -OpenOffice.org Writer : frames;defining hyperlinks -OpenOffice.org Writer : frames;jumping to -OpenOffice.org Writer : frames;labeling -OpenOffice.org Writer : frames;linking -OpenOffice.org Writer : frames;printing in OpenOffice.org Math -OpenOffice.org Writer : frames;protecting -OpenOffice.org Writer : frames;selection frames -OpenOffice.org Writer : frames;styles -OpenOffice.org Writer : frames;text fitting to frames -OpenOffice.org Writer : frames;unlinking -OpenOffice.org Writer : freeform lines -OpenOffice.org Writer : freeform lines;draw functions -OpenOffice.org Writer : FTP -OpenOffice.org Writer : FTP;opening documents -OpenOffice.org Writer : FTP;saving documents -OpenOffice.org Writer : full joins (Base) -OpenOffice.org Writer : full screen view -OpenOffice.org Writer : full-text search in Help -OpenOffice.org Writer : functions in reports -OpenOffice.org Writer : functions in reports;editing -OpenOffice.org Writer : Gallery -OpenOffice.org Writer : Gallery;adding pictures -OpenOffice.org Writer : Gallery;docking and resizing -OpenOffice.org Writer : Gallery;dragging pictures to draw objects -OpenOffice.org Writer : Gallery;hiding/showing -OpenOffice.org Writer : Gallery;inserting pictures from -OpenOffice.org Writer : German spellcheck -OpenOffice.org Writer : get method for form transmissions -OpenOffice.org Writer : getting support -OpenOffice.org Writer : GIF format -OpenOffice.org Writer : glossaries -OpenOffice.org Writer : glossaries;common terms -OpenOffice.org Writer : glossaries;Internet terms -OpenOffice.org Writer : gradients off for faster printing -OpenOffice.org Writer : graphical text art -OpenOffice.org Writer : graphics -OpenOffice.org Writer : graphics;cache -OpenOffice.org Writer : graphics;do not show -OpenOffice.org Writer : graphics;protecting -OpenOffice.org Writer : graphics, see also pictures -OpenOffice.org Writer : grayscale printing -OpenOffice.org Writer : grid controls -OpenOffice.org Writer : grid controls;form functions -OpenOffice.org Writer : grids -OpenOffice.org Writer : grids;defaults (Writer/Calc) -OpenOffice.org Writer : grids;display options (Impress/Draw) -OpenOffice.org Writer : grids;displaying lines (Calc) -OpenOffice.org Writer : grids;formatting axes -OpenOffice.org Writer : grids;inserting in charts -OpenOffice.org Writer : group box creation -OpenOffice.org Writer : groups -OpenOffice.org Writer : groups;entering/exiting/ungrouping -OpenOffice.org Writer : groups;naming -OpenOffice.org Writer : groups;of controls -OpenOffice.org Writer : guides -OpenOffice.org Writer : guides;display options (Impress/Draw) -OpenOffice.org Writer : guides;displaying when moving objects (Impress) -OpenOffice.org Writer : guides;showing (Calc) -OpenOffice.org Writer : guides;showing when moving frames (Writer) -OpenOffice.org Writer : gutter -OpenOffice.org Writer : handles -OpenOffice.org Writer : handles;displaying (Writer) -OpenOffice.org Writer : handles;scaling -OpenOffice.org Writer : handles;showing simple/large handles (Calc) -OpenOffice.org Writer : hanging indents in paragraphs -OpenOffice.org Writer : Hangul/Hanja -OpenOffice.org Writer : hard returns in pasted text -OpenOffice.org Writer : hatching -OpenOffice.org Writer : headers -OpenOffice.org Writer : headers;about -OpenOffice.org Writer : headers;backgrounds -OpenOffice.org Writer : headers;chapter information -OpenOffice.org Writer : headers;defining for left and right pages -OpenOffice.org Writer : headers;formatting -OpenOffice.org Writer : headers;inserting -OpenOffice.org Writer : headings -OpenOffice.org Writer : headings;automatic -OpenOffice.org Writer : headings;entering as text box -OpenOffice.org Writer : headings;jumping to -OpenOffice.org Writer : headings;numbering -OpenOffice.org Writer : headings;own paragraph styles -OpenOffice.org Writer : headings;rearranging -OpenOffice.org Writer : headings;repeating in tables -OpenOffice.org Writer : headings;starting with tab stops -OpenOffice.org Writer : headings;switching levels by keyboard -OpenOffice.org Writer : Hebrew -OpenOffice.org Writer : Hebrew;entering text -OpenOffice.org Writer : Hebrew;language settings -OpenOffice.org Writer : Help -OpenOffice.org Writer : Help;bookmarks -OpenOffice.org Writer : Help;extended tips on/off -OpenOffice.org Writer : Help;full-text search -OpenOffice.org Writer : Help;Help tips -OpenOffice.org Writer : Help;keywords -OpenOffice.org Writer : Help;navigation pane showing/hiding -OpenOffice.org Writer : Help;style sheets -OpenOffice.org Writer : Help;topics -OpenOffice.org Writer : Help Agent -OpenOffice.org Writer : Help Agent;help -OpenOffice.org Writer : Help Agent;options -OpenOffice.org Writer : Help tips -OpenOffice.org Writer : Help tips;fields -OpenOffice.org Writer : Help tips;hiding -OpenOffice.org Writer : hidden controls in Form Navigator -OpenOffice.org Writer : hidden fields display (Writer) -OpenOffice.org Writer : hidden pages -OpenOffice.org Writer : hidden pages;printing in presentations -OpenOffice.org Writer : hidden text -OpenOffice.org Writer : hidden text;displaying -OpenOffice.org Writer : hidden text;showing (Writer) -OpenOffice.org Writer : hiding -OpenOffice.org Writer : hiding;changes -OpenOffice.org Writer : hiding;chart legends -OpenOffice.org Writer : hiding;database fields -OpenOffice.org Writer : hiding;docked windows -OpenOffice.org Writer : hiding;navigation pane in Help window -OpenOffice.org Writer : hiding;rulers -OpenOffice.org Writer : hiding;sections -OpenOffice.org Writer : hiding;text, from specific users -OpenOffice.org Writer : hiding;text, with conditions -OpenOffice.org Writer : high contrast mode -OpenOffice.org Writer : Hindi -OpenOffice.org Writer : Hindi;entering text -OpenOffice.org Writer : Hindi;language settings -OpenOffice.org Writer : homepage creation -OpenOffice.org Writer : horizontal lines -OpenOffice.org Writer : horizontal rulers -OpenOffice.org Writer : horizontal scrollbars (Writer) -OpenOffice.org Writer : HowTos for charts -OpenOffice.org Writer : HTML -OpenOffice.org Writer : HTML;definition -OpenOffice.org Writer : HTML;export character set -OpenOffice.org Writer : HTML;fonts for source display -OpenOffice.org Writer : HTML;importing META tags -OpenOffice.org Writer : HTML;live presentations -OpenOffice.org Writer : HTML;special tags for fields -OpenOffice.org Writer : HTML documents -OpenOffice.org Writer : HTML documents;auto reloading -OpenOffice.org Writer : HTML documents;creating from text documents -OpenOffice.org Writer : HTML documents;headers and footers -OpenOffice.org Writer : HTML documents;importing/exporting -OpenOffice.org Writer : HTML documents;inserting linked sections -OpenOffice.org Writer : HTML documents;META tags in -OpenOffice.org Writer : HTML documents;new -OpenOffice.org Writer : HTML documents;source text -OpenOffice.org Writer : hyperlinks -OpenOffice.org Writer : hyperlinks;assigning macros -OpenOffice.org Writer : hyperlinks;character formats -OpenOffice.org Writer : hyperlinks;definition -OpenOffice.org Writer : hyperlinks;deleting -OpenOffice.org Writer : hyperlinks;editing -OpenOffice.org Writer : hyperlinks;for objects -OpenOffice.org Writer : hyperlinks;in tables of contents and indexes -OpenOffice.org Writer : hyperlinks;inserting -OpenOffice.org Writer : hyperlinks;inserting from Navigator -OpenOffice.org Writer : hyperlinks;jumping to -OpenOffice.org Writer : hyperlinks;relative and absolute -OpenOffice.org Writer : hyperlinks;turning off automatic recognition -OpenOffice.org Writer : hyperlinks, see also links -OpenOffice.org Writer : hyphenation -OpenOffice.org Writer : hyphenation;activating for a language -OpenOffice.org Writer : hyphenation;manual/automatic -OpenOffice.org Writer : hyphenation;minimal number of characters -OpenOffice.org Writer : hyphenation;preventing for specific words -OpenOffice.org Writer : hyphens -OpenOffice.org Writer : hyphens;displaying custom (Writer) -OpenOffice.org Writer : hyphens;inserting custom -OpenOffice.org Writer : icon bars, see toolbars -OpenOffice.org Writer : icon sizes -OpenOffice.org Writer : if-then queries as fields -OpenOffice.org Writer : ignore list for spellcheck -OpenOffice.org Writer : illumination -OpenOffice.org Writer : illumination;3D charts -OpenOffice.org Writer : illustrations, see pictures -OpenOffice.org Writer : image button creation -OpenOffice.org Writer : image control creation -OpenOffice.org Writer : ImageMap -OpenOffice.org Writer : ImageMap;definition -OpenOffice.org Writer : ImageMap;editor -OpenOffice.org Writer : images -OpenOffice.org Writer : images;do not show -OpenOffice.org Writer : images;ImageMap -OpenOffice.org Writer : images;inserting and editing bitmaps -OpenOffice.org Writer : images;inserting in text -OpenOffice.org Writer : images;placeholders in presentations -OpenOffice.org Writer : images, see also pictures -OpenOffice.org Writer : IME -OpenOffice.org Writer : IME;definition -OpenOffice.org Writer : IME;showing/hiding -OpenOffice.org Writer : import filters -OpenOffice.org Writer : import restrictions for Microsoft Office -OpenOffice.org Writer : importing -OpenOffice.org Writer : importing;bitmaps -OpenOffice.org Writer : importing;compatibility settings for text import -OpenOffice.org Writer : importing;databases -OpenOffice.org Writer : importing;documents in other formats -OpenOffice.org Writer : importing;from XML -OpenOffice.org Writer : importing;HTML and text documents -OpenOffice.org Writer : importing;HTML with META tags -OpenOffice.org Writer : importing;Microsoft Office documents with VBA code -OpenOffice.org Writer : importing;styles from other files -OpenOffice.org Writer : importing;tables in text format -OpenOffice.org Writer : importing;templates -OpenOffice.org Writer : inches -OpenOffice.org Writer : indents -OpenOffice.org Writer : indents;in text -OpenOffice.org Writer : indents;setting on rulers -OpenOffice.org Writer : Index tab in Help -OpenOffice.org Writer : indexes -OpenOffice.org Writer : indexes;alphabetical indexes -OpenOffice.org Writer : indexes;backgrounds -OpenOffice.org Writer : indexes;creating bibliographies -OpenOffice.org Writer : indexes;creating user-defined indexes -OpenOffice.org Writer : indexes;defining entries in -OpenOffice.org Writer : indexes;editing or deleting entries -OpenOffice.org Writer : indexes;editing/updating/deleting -OpenOffice.org Writer : indexes;formatting -OpenOffice.org Writer : indexes;master documents -OpenOffice.org Writer : indexes;multiple documents -OpenOffice.org Writer : indexes;showing/hiding Help index tab -OpenOffice.org Writer : indexes;unprotecting -OpenOffice.org Writer : indicator lines in text -OpenOffice.org Writer : initial capitals in titles -OpenOffice.org Writer : inner joins (Base) -OpenOffice.org Writer : input fields in text -OpenOffice.org Writer : input method window -OpenOffice.org Writer : insert mode for entering text -OpenOffice.org Writer : inserting -OpenOffice.org Writer : inserting;applets -OpenOffice.org Writer : inserting;captions -OpenOffice.org Writer : inserting;cell ranges from spreadsheets -OpenOffice.org Writer : inserting;charts -OpenOffice.org Writer : inserting;clipboard options -OpenOffice.org Writer : inserting;cross-references -OpenOffice.org Writer : inserting;data from text documents -OpenOffice.org Writer : inserting;datasource records in spreadsheets -OpenOffice.org Writer : inserting;date fields -OpenOffice.org Writer : inserting;drawings -OpenOffice.org Writer : inserting;envelopes -OpenOffice.org Writer : inserting;floating frames -OpenOffice.org Writer : inserting;footnotes/endnotes -OpenOffice.org Writer : inserting;form fields -OpenOffice.org Writer : inserting;from Gallery into text -OpenOffice.org Writer : inserting;horizontal lines -OpenOffice.org Writer : inserting;hyperlinks -OpenOffice.org Writer : inserting;hyperlinks from Navigator -OpenOffice.org Writer : inserting;input fields -OpenOffice.org Writer : inserting;line breaks in cells -OpenOffice.org Writer : inserting;lines under headers -OpenOffice.org Writer : inserting;movies/sounds -OpenOffice.org Writer : inserting;new text tables defaults -OpenOffice.org Writer : inserting;notes -OpenOffice.org Writer : inserting;objects from Gallery -OpenOffice.org Writer : inserting;OLE objects -OpenOffice.org Writer : inserting;page breaks -OpenOffice.org Writer : inserting;page numbers -OpenOffice.org Writer : inserting;paragraph bullets -OpenOffice.org Writer : inserting;paragraphs before/after tables -OpenOffice.org Writer : inserting;pictures -OpenOffice.org Writer : inserting;pictures, by dialog -OpenOffice.org Writer : inserting;plug-ins -OpenOffice.org Writer : inserting;scanned images -OpenOffice.org Writer : inserting;sections -OpenOffice.org Writer : inserting;special characters -OpenOffice.org Writer : inserting;tab stops -OpenOffice.org Writer : inserting;tables in text -OpenOffice.org Writer : inserting;text blocks -OpenOffice.org Writer : inserting;text documents -OpenOffice.org Writer : inserting;text frames -OpenOffice.org Writer : installing -OpenOffice.org Writer : installing;ActiveX control -OpenOffice.org Writer : installing;mobile device filters -OpenOffice.org Writer : installing;UNO components -OpenOffice.org Writer : instructions -OpenOffice.org Writer : instructions;general -OpenOffice.org Writer : instructions;OpenOffice.org Writer -OpenOffice.org Writer : Internet -OpenOffice.org Writer : Internet;Internet Explorer for displaying OpenOffice.org documents -OpenOffice.org Writer : Internet;presentations -OpenOffice.org Writer : Internet;starting searches -OpenOffice.org Writer : Internet;turning off recognition of addresses -OpenOffice.org Writer : Internet glossary -OpenOffice.org Writer : interrupting numbered lists -OpenOffice.org Writer : invert filter -OpenOffice.org Writer : invisible areas -OpenOffice.org Writer : italic text -OpenOffice.org Writer : iterative references in spreadsheets -OpenOffice.org Writer : Java -OpenOffice.org Writer : Java;definition -OpenOffice.org Writer : Java;scripting -OpenOffice.org Writer : Java;setting options -OpenOffice.org Writer : JDBC -OpenOffice.org Writer : JDBC;databases (Base) -OpenOffice.org Writer : JDBC;definition -OpenOffice.org Writer : joining -OpenOffice.org Writer : joining;numbered lists -OpenOffice.org Writer : joining;paragraphs -OpenOffice.org Writer : joining;tables (Base) -OpenOffice.org Writer : joins in databases (Base) -OpenOffice.org Writer : jumping -OpenOffice.org Writer : jumping;to bookmarks -OpenOffice.org Writer : jumping;to text elements -OpenOffice.org Writer : justifying text -OpenOffice.org Writer : kerning -OpenOffice.org Writer : kerning;Asian texts -OpenOffice.org Writer : kerning;definition -OpenOffice.org Writer : kerning;in characters -OpenOffice.org Writer : key fields for relations (Base) -OpenOffice.org Writer : keyboard -OpenOffice.org Writer : keyboard;accessibility OpenOffice.org Writer -OpenOffice.org Writer : keyboard;adding or deleting rows/columns -OpenOffice.org Writer : keyboard;assigning/editing shortcut keys -OpenOffice.org Writer : keyboard;bold formatting -OpenOffice.org Writer : keyboard;general commands -OpenOffice.org Writer : keyboard;modifying the behavior of rows/columns -OpenOffice.org Writer : keyboard;navigating and selecting in text -OpenOffice.org Writer : keyboard;removing numbering -OpenOffice.org Writer : keyboard;resizing rows/columns -OpenOffice.org Writer : keys -OpenOffice.org Writer : keys;adding push buttons -OpenOffice.org Writer : keys;primary keys (Base) -OpenOffice.org Writer : kiosk export -OpenOffice.org Writer : labels -OpenOffice.org Writer : labels;creating and synchronizing -OpenOffice.org Writer : labels;for charts -OpenOffice.org Writer : labels;for draw objects -OpenOffice.org Writer : labels;form functions -OpenOffice.org Writer : labels;from databases -OpenOffice.org Writer : labels, see also names/callouts -OpenOffice.org Writer : landscape and portrait -OpenOffice.org Writer : languages -OpenOffice.org Writer : languages;activating modules -OpenOffice.org Writer : languages;Asian support -OpenOffice.org Writer : languages;complex text layout -OpenOffice.org Writer : languages;locale settings -OpenOffice.org Writer : languages;recognition of -OpenOffice.org Writer : languages;selecting -OpenOffice.org Writer : languages;setting options -OpenOffice.org Writer : languages;spellcheck -OpenOffice.org Writer : languages;spellchecking and formatting -OpenOffice.org Writer : large handles (Writer) -OpenOffice.org Writer : large icons -OpenOffice.org Writer : layer arrangement -OpenOffice.org Writer : layout -OpenOffice.org Writer : layout;importing Word documents -OpenOffice.org Writer : layout;pages -OpenOffice.org Writer : LDAP server -OpenOffice.org Writer : LDAP server;address books (Base) -OpenOffice.org Writer : LDAP server;sign on options -OpenOffice.org Writer : leading between paragraphs -OpenOffice.org Writer : left alignment of paragraphs -OpenOffice.org Writer : left joins (Base) -OpenOffice.org Writer : Left Page page style -OpenOffice.org Writer : legends -OpenOffice.org Writer : legends;charts -OpenOffice.org Writer : legends;draw objects -OpenOffice.org Writer : legends;rounding corners -OpenOffice.org Writer : legends, see also captions -OpenOffice.org Writer : Letter Wizard -OpenOffice.org Writer : letters -OpenOffice.org Writer : letters;creating form letters -OpenOffice.org Writer : letters;inserting envelopes -OpenOffice.org Writer : levels -OpenOffice.org Writer : levels;changing outline levels -OpenOffice.org Writer : levels;depth stagger -OpenOffice.org Writer : lexicon, see thesaurus -OpenOffice.org Writer : limits of tables (Writer) -OpenOffice.org Writer : line breaks -OpenOffice.org Writer : line breaks;in cells -OpenOffice.org Writer : line breaks;removing -OpenOffice.org Writer : line charts -OpenOffice.org Writer : line numbers -OpenOffice.org Writer : line spacing -OpenOffice.org Writer : line spacing;context menu in paragraphs -OpenOffice.org Writer : line spacing;paragraph -OpenOffice.org Writer : line styles -OpenOffice.org Writer : line styles;applying -OpenOffice.org Writer : line styles;defining -OpenOffice.org Writer : lines -OpenOffice.org Writer : lines;automatic drawing on/off -OpenOffice.org Writer : lines;contours (Draw/Impress) -OpenOffice.org Writer : lines;defining ends -OpenOffice.org Writer : lines;draw functions -OpenOffice.org Writer : lines;drawing in text -OpenOffice.org Writer : lines;editing points -OpenOffice.org Writer : lines;footnotes/endnotes -OpenOffice.org Writer : lines;inserting horizontal lines -OpenOffice.org Writer : lines;removing automatic lines -OpenOffice.org Writer : lines;under headers/above footers -OpenOffice.org Writer : Lines and Page Breaks feature in Microsoft Office -OpenOffice.org Writer : lines of text -OpenOffice.org Writer : lines of text;alignment -OpenOffice.org Writer : lines of text;indents -OpenOffice.org Writer : lines of text;numbering -OpenOffice.org Writer : lines of text;register-true -OpenOffice.org Writer : lines of text;sorting paragraphs -OpenOffice.org Writer : links -OpenOffice.org Writer : links;between cells and controls -OpenOffice.org Writer : links;by drag and drop -OpenOffice.org Writer : links;character formats -OpenOffice.org Writer : links;definition -OpenOffice.org Writer : links;editing hyperlinks -OpenOffice.org Writer : links;inserting -OpenOffice.org Writer : links;inserting sections -OpenOffice.org Writer : links;inserting text documents as -OpenOffice.org Writer : links;modifying -OpenOffice.org Writer : links;opening files with -OpenOffice.org Writer : links;relational databases (Base) -OpenOffice.org Writer : links;text frames -OpenOffice.org Writer : links;turning off automatic recognition -OpenOffice.org Writer : links;updating options (Writer) -OpenOffice.org Writer : links;updating specific links -OpenOffice.org Writer : list box creation -OpenOffice.org Writer : lists -OpenOffice.org Writer : lists;automatic numbering -OpenOffice.org Writer : lists;AutoText shortcuts -OpenOffice.org Writer : lists;changing levels -OpenOffice.org Writer : lists;combining numbered lists -OpenOffice.org Writer : lists;data assigned to controls -OpenOffice.org Writer : lists;registered databases (Base) -OpenOffice.org Writer : lists;regular expressions -OpenOffice.org Writer : lists;removing/interrupting numbering -OpenOffice.org Writer : live presentations on the Internet -OpenOffice.org Writer : loading -OpenOffice.org Writer : loading;documents -OpenOffice.org Writer : loading;documents from other formats -OpenOffice.org Writer : loading;HTML documents, automatically -OpenOffice.org Writer : loading;Microsoft Office documents with VBA code -OpenOffice.org Writer : loading;reloading -OpenOffice.org Writer : loading;styles from other files -OpenOffice.org Writer : loading;XML files -OpenOffice.org Writer : locale settings -OpenOffice.org Writer : logarithmic scaling along axes -OpenOffice.org Writer : logical expressions -OpenOffice.org Writer : lowercase letters -OpenOffice.org Writer : lowercase letters;font effects -OpenOffice.org Writer : lowercase letters;text -OpenOffice.org Writer : lowering outline levels -OpenOffice.org Writer : macros -OpenOffice.org Writer : macros;assigning to events in forms -OpenOffice.org Writer : macros;in MS Office documents -OpenOffice.org Writer : macros;interrupting -OpenOffice.org Writer : macros;organizing -OpenOffice.org Writer : macros;recording -OpenOffice.org Writer : macros;security -OpenOffice.org Writer : macros;security warning dialog -OpenOffice.org Writer : macros;selecting security warnings -OpenOffice.org Writer : magnifiers -OpenOffice.org Writer : mail merge -OpenOffice.org Writer : Mail Merge feature in Microsoft Office -OpenOffice.org Writer : manual hyphenation in text -OpenOffice.org Writer : manual numbering in text -OpenOffice.org Writer : manual page breaks -OpenOffice.org Writer : marginal numbers on text pages -OpenOffice.org Writer : margins -OpenOffice.org Writer : margins;pages -OpenOffice.org Writer : margins;setting with the mouse -OpenOffice.org Writer : margins;shadows -OpenOffice.org Writer : marking changes -OpenOffice.org Writer : Markup feature in Microsoft Office -OpenOffice.org Writer : master documents -OpenOffice.org Writer : matching conditional text in fields -OpenOffice.org Writer : Math formula editor -OpenOffice.org Writer : measurement units -OpenOffice.org Writer : measurement units;changing on rulers -OpenOffice.org Writer : measurement units;converting -OpenOffice.org Writer : measurement units;selecting -OpenOffice.org Writer : Media Player window -OpenOffice.org Writer : menus -OpenOffice.org Writer : menus;activating context menus -OpenOffice.org Writer : menus;customizing -OpenOffice.org Writer : menus;inactive menu items -OpenOffice.org Writer : merging -OpenOffice.org Writer : merging;cells -OpenOffice.org Writer : merging;cells, by keyboard -OpenOffice.org Writer : merging;documents -OpenOffice.org Writer : merging;indexes -OpenOffice.org Writer : merging;numbered lists -OpenOffice.org Writer : merging;tables -OpenOffice.org Writer : META tags -OpenOffice.org Writer : metrics -OpenOffice.org Writer : metrics;converting -OpenOffice.org Writer : metrics;document formatting (Writer) -OpenOffice.org Writer : metrics;in sheets -OpenOffice.org Writer : Microsoft Office -OpenOffice.org Writer : Microsoft Office;Access databases (base) -OpenOffice.org Writer : Microsoft Office;as standard file format -OpenOffice.org Writer : Microsoft Office;document import restrictions -OpenOffice.org Writer : Microsoft Office;feature comparisons -OpenOffice.org Writer : Microsoft Office;importing password protected files -OpenOffice.org Writer : Microsoft Office;importing Word documents -OpenOffice.org Writer : Microsoft Office;importing/exporting VBA code -OpenOffice.org Writer : Microsoft Office;new users information -OpenOffice.org Writer : Microsoft Office;opening Microsoft documents -OpenOffice.org Writer : Microsoft Office;reassigning document types -OpenOffice.org Writer : mirrored page layout -OpenOffice.org Writer : mobile device filters -OpenOffice.org Writer : models in XForms -OpenOffice.org Writer : modifying, see changing -OpenOffice.org Writer : months -OpenOffice.org Writer : months;automatically completing -OpenOffice.org Writer : more controls -OpenOffice.org Writer : mosaic filter -OpenOffice.org Writer : mouse -OpenOffice.org Writer : mouse;moving and copying text -OpenOffice.org Writer : mouse;pointers when using drag and drop -OpenOffice.org Writer : mouse;positioning -OpenOffice.org Writer : moving -OpenOffice.org Writer : moving;headings -OpenOffice.org Writer : moving;objects and frames -OpenOffice.org Writer : moving;tab stops on ruler -OpenOffice.org Writer : moving;text sections -OpenOffice.org Writer : moving;toolbars -OpenOffice.org Writer : moving;using guide lines in presentations -OpenOffice.org Writer : MS ADO interface (Base) -OpenOffice.org Writer : multi-line titles in forms -OpenOffice.org Writer : multi-page view of documents -OpenOffice.org Writer : multicolumn text -OpenOffice.org Writer : multiple documents -OpenOffice.org Writer : multiple documents;indexes -OpenOffice.org Writer : multiple documents;opening -OpenOffice.org Writer : My Documents folder -OpenOffice.org Writer : My Documents folder;changing work directory -OpenOffice.org Writer : My Documents folder;opening -OpenOffice.org Writer : MySQL databases (Base) -OpenOffice.org Writer : names -OpenOffice.org Writer : names;chapter names in headers -OpenOffice.org Writer : names;multi-line titles -OpenOffice.org Writer : names;objects -OpenOffice.org Writer : names, see also labels/callouts -OpenOffice.org Writer : namespace organization in XForms -OpenOffice.org Writer : native SQL (Base) -OpenOffice.org Writer : navigating -OpenOffice.org Writer : navigating;in documents -OpenOffice.org Writer : navigating;in text, with keyboard -OpenOffice.org Writer : Navigation bar -OpenOffice.org Writer : Navigation bar;controls -OpenOffice.org Writer : Navigation bar;forms -OpenOffice.org Writer : Navigator -OpenOffice.org Writer : Navigator;contents as lists -OpenOffice.org Writer : Navigator;docking -OpenOffice.org Writer : Navigator;docking and resizing -OpenOffice.org Writer : Navigator;heading levels and chapters -OpenOffice.org Writer : Navigator;inserting hyperlinks -OpenOffice.org Writer : Navigator;master documents -OpenOffice.org Writer : Navigator;overview in texts -OpenOffice.org Writer : Navigator;working with -OpenOffice.org Writer : net charts -OpenOffice.org Writer : network identity options -OpenOffice.org Writer : networks and AutoText directories -OpenOffice.org Writer : new databases -OpenOffice.org Writer : new documents -OpenOffice.org Writer : new German spellcheck -OpenOffice.org Writer : new lines in cells -OpenOffice.org Writer : new page styles from selection -OpenOffice.org Writer : new windows -OpenOffice.org Writer : next page number in footers -OpenOffice.org Writer : non-breaking dashes -OpenOffice.org Writer : non-breaking spaces (Writer) -OpenOffice.org Writer : non-printing characters (Writer) -OpenOffice.org Writer : non-printing text -OpenOffice.org Writer : notes -OpenOffice.org Writer : notes;displaying (Calc) -OpenOffice.org Writer : notes;inserting and editing -OpenOffice.org Writer : notes;printing in text -OpenOffice.org Writer : number formats -OpenOffice.org Writer : number formats;codes -OpenOffice.org Writer : number formats;formats -OpenOffice.org Writer : number formats;recognition in text tables -OpenOffice.org Writer : number of characters -OpenOffice.org Writer : number of pages -OpenOffice.org Writer : number of sheets -OpenOffice.org Writer : number of tables -OpenOffice.org Writer : number of words -OpenOffice.org Writer : numbering -OpenOffice.org Writer : numbering;captions -OpenOffice.org Writer : numbering;changing the level of -OpenOffice.org Writer : numbering;combining -OpenOffice.org Writer : numbering;headings -OpenOffice.org Writer : numbering;lines -OpenOffice.org Writer : numbering;lists, while typing -OpenOffice.org Writer : numbering;manually/by styles -OpenOffice.org Writer : numbering;options -OpenOffice.org Writer : numbering;pages -OpenOffice.org Writer : numbering;paragraphs -OpenOffice.org Writer : numbering;paragraphs, on and off -OpenOffice.org Writer : numbering;quotations/similar items -OpenOffice.org Writer : numbering;removing/interrupting -OpenOffice.org Writer : numbering;style categories -OpenOffice.org Writer : numbering;turning off -OpenOffice.org Writer : numbering;using automatically -OpenOffice.org Writer : numbers -OpenOffice.org Writer : numbers;automatic recognition in text tables -OpenOffice.org Writer : numbers;date, time and currency formats -OpenOffice.org Writer : numbers;decimal places (Calc) -OpenOffice.org Writer : numbers;formatting options for selected cells -OpenOffice.org Writer : numbers;line numbering -OpenOffice.org Writer : numbers;lists -OpenOffice.org Writer : numerical fields in forms -OpenOffice.org Writer : objects -OpenOffice.org Writer : objects;always moveable (Impress/Draw) -OpenOffice.org Writer : objects;anchoring options -OpenOffice.org Writer : objects;arranging within stacks -OpenOffice.org Writer : objects;captioning -OpenOffice.org Writer : objects;captioning automatically -OpenOffice.org Writer : objects;contour wrap -OpenOffice.org Writer : objects;contours in presentations -OpenOffice.org Writer : objects;copying when moving in presentations -OpenOffice.org Writer : objects;cross-referencing -OpenOffice.org Writer : objects;defining borders -OpenOffice.org Writer : objects;defining hyperlinks -OpenOffice.org Writer : objects;definition -OpenOffice.org Writer : objects;displaying in spreadsheets -OpenOffice.org Writer : objects;displaying in text documents -OpenOffice.org Writer : objects;editing -OpenOffice.org Writer : objects;finding by Navigator -OpenOffice.org Writer : objects;inserting from Gallery -OpenOffice.org Writer : objects;inserting OLE objects -OpenOffice.org Writer : objects;moving and resizing with keyboard -OpenOffice.org Writer : objects;moving and resizing with mouse -OpenOffice.org Writer : objects;naming -OpenOffice.org Writer : objects;opening -OpenOffice.org Writer : objects;properties of charts -OpenOffice.org Writer : objects;quickly moving to -OpenOffice.org Writer : objects;quickly moving to, within text -OpenOffice.org Writer : objects;titles and descriptions -OpenOffice.org Writer : ODBC -OpenOffice.org Writer : ODBC;database (Base) -OpenOffice.org Writer : ODBC;definition -OpenOffice.org Writer : ODF file formats -OpenOffice.org Writer : Office -OpenOffice.org Writer : Office;Microsoft Office and OpenOffice.org -OpenOffice.org Writer : old German spellcheck -OpenOffice.org Writer : OLE -OpenOffice.org Writer : OLE;definition -OpenOffice.org Writer : OLE objects -OpenOffice.org Writer : OLE objects;arranging within stacks -OpenOffice.org Writer : OLE objects;borders -OpenOffice.org Writer : OLE objects;captions (Writer) -OpenOffice.org Writer : OLE objects;cross-referencing -OpenOffice.org Writer : OLE objects;inserting -OpenOffice.org Writer : OLE objects;inserting tables in -OpenOffice.org Writer : OLE objects;number of -OpenOffice.org Writer : OLE objects;protecting -OpenOffice.org Writer : one and a half line spacing in text -OpenOffice.org Writer : online registration -OpenOffice.org Writer : online update options -OpenOffice.org Writer : online updates -OpenOffice.org Writer : online updates;checking automatically -OpenOffice.org Writer : online updates;checking manually -OpenOffice.org Writer : Open/Save dialogs -OpenOffice.org Writer : OpenDocument file formats -OpenOffice.org Writer : OpenGL -OpenOffice.org Writer : OpenGL;definition -OpenOffice.org Writer : OpenGL;optimized output -OpenOffice.org Writer : opening -OpenOffice.org Writer : opening;context menus -OpenOffice.org Writer : opening;database files -OpenOffice.org Writer : opening;dialog settings -OpenOffice.org Writer : opening;documents -OpenOffice.org Writer : opening;documents from other formats -OpenOffice.org Writer : opening;files with links -OpenOffice.org Writer : opening;files, with placeholders -OpenOffice.org Writer : opening;forms -OpenOffice.org Writer : opening;Microsoft Office files -OpenOffice.org Writer : opening;mobile device documents -OpenOffice.org Writer : opening;objects -OpenOffice.org Writer : opening;reports -OpenOffice.org Writer : opening;several files -OpenOffice.org Writer : opening;XForms -OpenOffice.org Writer : OpenOffice.org Base data sources -OpenOffice.org Writer : OpenOffice.org Basic scripts in HTML documents -OpenOffice.org Writer : OpenOffice.org documents -OpenOffice.org Writer : OpenOffice.org documents;mobile device filters -OpenOffice.org Writer : OpenOffice.org documents;viewing and editing in Internet Explorer -OpenOffice.org Writer : OpenOffice.org Math start -OpenOffice.org Writer : OpenOffice.org Writer -OpenOffice.org Writer : OpenOffice.org Writer;instructions -OpenOffice.org Writer : OpenOffice.org Writer;special HTML tags -OpenOffice.org Writer : operators -OpenOffice.org Writer : operators;default filters -OpenOffice.org Writer : operators;in formulas -OpenOffice.org Writer : optional hyphens (Writer) -OpenOffice.org Writer : options -OpenOffice.org Writer : options;accessibility -OpenOffice.org Writer : options;appearance -OpenOffice.org Writer : options;compatibility (Writer) -OpenOffice.org Writer : options;network identity -OpenOffice.org Writer : options;online update -OpenOffice.org Writer : options;tools -OpenOffice.org Writer : Oracle databases (base) -OpenOffice.org Writer : order of chart data -OpenOffice.org Writer : ordering -OpenOffice.org Writer : ordering;objects -OpenOffice.org Writer : ordering;printing in reverse order -OpenOffice.org Writer : organizing -OpenOffice.org Writer : organizing;footnotes -OpenOffice.org Writer : organizing;macros and scripts -OpenOffice.org Writer : organizing;namespaces in XForms -OpenOffice.org Writer : organizing;styles -OpenOffice.org Writer : organizing;templates -OpenOffice.org Writer : organizing;templates (guide) -OpenOffice.org Writer : orientation of pages -OpenOffice.org Writer : original size -OpenOffice.org Writer : original size;printing in OpenOffice.org Math -OpenOffice.org Writer : original size;restoring after cropping -OpenOffice.org Writer : orphans -OpenOffice.org Writer : outlines -OpenOffice.org Writer : outlines;arranging chapters -OpenOffice.org Writer : outlines;font effects -OpenOffice.org Writer : outlines;numbering -OpenOffice.org Writer : outlines;outline symbols -OpenOffice.org Writer : outlines;sending to presentations -OpenOffice.org Writer : overviews -OpenOffice.org Writer : overviews;Navigator in text documents -OpenOffice.org Writer : overviews;printing -OpenOffice.org Writer : overwrite mode -OpenOffice.org Writer : packages, see extensions -OpenOffice.org Writer : page breaks -OpenOffice.org Writer : page breaks;displaying (Calc) -OpenOffice.org Writer : page breaks;inserting and deleting -OpenOffice.org Writer : page breaks;tables -OpenOffice.org Writer : page counts -OpenOffice.org Writer : page formats -OpenOffice.org Writer : page formats;changing individual pages -OpenOffice.org Writer : page formats;maximizing -OpenOffice.org Writer : page formats;restriction -OpenOffice.org Writer : page margins on rulers -OpenOffice.org Writer : page numbers -OpenOffice.org Writer : page numbers;continuation pages -OpenOffice.org Writer : page numbers;footers -OpenOffice.org Writer : page numbers;inserting/defining/formatting -OpenOffice.org Writer : page styles -OpenOffice.org Writer : page styles;backgrounds -OpenOffice.org Writer : page styles;changing -OpenOffice.org Writer : page styles;changing from selection -OpenOffice.org Writer : page styles;creating and applying -OpenOffice.org Writer : page styles;editing/applying with statusbar -OpenOffice.org Writer : page styles;left and right pages -OpenOffice.org Writer : page styles;orientation -OpenOffice.org Writer : page styles;page numbering -OpenOffice.org Writer : page styles;style categories -OpenOffice.org Writer : pages -OpenOffice.org Writer : pages;backgrounds -OpenOffice.org Writer : pages;backgrounds in spreadsheets -OpenOffice.org Writer : pages;continuation pages -OpenOffice.org Writer : pages;defining borders -OpenOffice.org Writer : pages;formatting and numbering -OpenOffice.org Writer : pages;inserting/deleting page breaks -OpenOffice.org Writer : pages;left and right pages -OpenOffice.org Writer : pages;number of -OpenOffice.org Writer : pages;numbers and count of -OpenOffice.org Writer : pages;orientation -OpenOffice.org Writer : pages;previews -OpenOffice.org Writer : pages;printing multiple on one sheet -OpenOffice.org Writer : pages;printing page names in presentations -OpenOffice.org Writer : pages;register-true -OpenOffice.org Writer : pages;scaling -OpenOffice.org Writer : pages;selecting one to print -OpenOffice.org Writer : paint box -OpenOffice.org Writer : paint can symbol -OpenOffice.org Writer : pair kerning -OpenOffice.org Writer : Palm file filters -OpenOffice.org Writer : paper formats -OpenOffice.org Writer : paper orientation -OpenOffice.org Writer : paper size warning -OpenOffice.org Writer : paper tray selection -OpenOffice.org Writer : paper trays -OpenOffice.org Writer : paragraph marks -OpenOffice.org Writer : paragraph marks;displaying (Writer) -OpenOffice.org Writer : paragraph marks;finding & replacing -OpenOffice.org Writer : paragraph styles -OpenOffice.org Writer : paragraph styles;applying to adjacent paragraphs -OpenOffice.org Writer : paragraph styles;languages -OpenOffice.org Writer : paragraph styles;modifying basic fonts -OpenOffice.org Writer : paragraph styles;numbering -OpenOffice.org Writer : paragraph styles;style categories -OpenOffice.org Writer : paragraphs -OpenOffice.org Writer : paragraphs;alignment -OpenOffice.org Writer : paragraphs;Asian typography -OpenOffice.org Writer : paragraphs;automatic numbering -OpenOffice.org Writer : paragraphs;backgrounds -OpenOffice.org Writer : paragraphs;bulleted -OpenOffice.org Writer : paragraphs;defining borders -OpenOffice.org Writer : paragraphs;hidden paragraphs (Writer) -OpenOffice.org Writer : paragraphs;hiding -OpenOffice.org Writer : paragraphs;increasing indents of -OpenOffice.org Writer : paragraphs;indents -OpenOffice.org Writer : paragraphs;indents, margins and columns -OpenOffice.org Writer : paragraphs;inserting before/after tables -OpenOffice.org Writer : paragraphs;inserting bullets -OpenOffice.org Writer : paragraphs;joining -OpenOffice.org Writer : paragraphs;keeping together at breaks -OpenOffice.org Writer : paragraphs;moving by keyboard -OpenOffice.org Writer : paragraphs;numbering automatically -OpenOffice.org Writer : paragraphs;numbering non-consecutive -OpenOffice.org Writer : paragraphs;numbering on/off -OpenOffice.org Writer : paragraphs;register-true -OpenOffice.org Writer : paragraphs;removing blank ones -OpenOffice.org Writer : paragraphs;spacing -OpenOffice.org Writer : paragraphs;tab stops -OpenOffice.org Writer : parameters -OpenOffice.org Writer : parameters;command line -OpenOffice.org Writer : parameters;queries (Base) -OpenOffice.org Writer : passwords for protecting contents -OpenOffice.org Writer : pasting -OpenOffice.org Writer : pasting;cell ranges -OpenOffice.org Writer : pasting;cell ranges from spreadsheets -OpenOffice.org Writer : pasting;cut/copied text sections -OpenOffice.org Writer : pasting;data from text documents -OpenOffice.org Writer : pasting;draw objects -OpenOffice.org Writer : pasting;draw objects from other documents -OpenOffice.org Writer : pasting;formatted/unformatted text -OpenOffice.org Writer : pasting;from data source view -OpenOffice.org Writer : pasting;from data sources to OpenOffice.org Calc -OpenOffice.org Writer : pasting;pictures from other documents -OpenOffice.org Writer : pasting;results of formulas -OpenOffice.org Writer : pasting;sheet areas in text documents -OpenOffice.org Writer : pasting;to Gallery -OpenOffice.org Writer : paths -OpenOffice.org Writer : paths;changing work directory -OpenOffice.org Writer : paths;defaults -OpenOffice.org Writer : pattern editor -OpenOffice.org Writer : pattern fields -OpenOffice.org Writer : pattern fields;form functions -OpenOffice.org Writer : patterns for objects -OpenOffice.org Writer : PDF -OpenOffice.org Writer : PDF;export -OpenOffice.org Writer : PDF;PostScript to PDF converter, UNIX -OpenOffice.org Writer : personal data input -OpenOffice.org Writer : phonetic guide -OpenOffice.org Writer : picklist creation -OpenOffice.org Writer : pictures -OpenOffice.org Writer : pictures;adding to Gallery -OpenOffice.org Writer : pictures;anchoring options -OpenOffice.org Writer : pictures;arranging within stacks -OpenOffice.org Writer : pictures;assigning macros -OpenOffice.org Writer : pictures;backgrounds -OpenOffice.org Writer : pictures;borders -OpenOffice.org Writer : pictures;captions (Writer) -OpenOffice.org Writer : pictures;changing paths -OpenOffice.org Writer : pictures;cropping and zooming -OpenOffice.org Writer : pictures;cross-referencing -OpenOffice.org Writer : pictures;defining hyperlinks -OpenOffice.org Writer : pictures;displaying in Calc -OpenOffice.org Writer : pictures;displaying in Writer (Writer) -OpenOffice.org Writer : pictures;do not show -OpenOffice.org Writer : pictures;drag and drop between documents -OpenOffice.org Writer : pictures;drawing -OpenOffice.org Writer : pictures;editing -OpenOffice.org Writer : pictures;filters -OpenOffice.org Writer : pictures;ImageMap -OpenOffice.org Writer : pictures;inserting automatically -OpenOffice.org Writer : pictures;inserting by dialog -OpenOffice.org Writer : pictures;inserting from Draw -OpenOffice.org Writer : pictures;inserting from Gallery -OpenOffice.org Writer : pictures;inserting from Gallery into text -OpenOffice.org Writer : pictures;inserting options -OpenOffice.org Writer : pictures;number of -OpenOffice.org Writer : pictures;printing -OpenOffice.org Writer : pictures;scaling/resizing -OpenOffice.org Writer : pictures;scanning -OpenOffice.org Writer : pie charts -OpenOffice.org Writer : Pivot tables feature in Microsoft Office -OpenOffice.org Writer : pixel editor -OpenOffice.org Writer : pixel graphics -OpenOffice.org Writer : pixel graphics;inserting and editing -OpenOffice.org Writer : pixel patterns -OpenOffice.org Writer : placeholders -OpenOffice.org Writer : placeholders;in SQL queries -OpenOffice.org Writer : placeholders;on opening files -OpenOffice.org Writer : placing toolbars -OpenOffice.org Writer : playing movies and sound files -OpenOffice.org Writer : plotting data as charts -OpenOffice.org Writer : plug-ins -OpenOffice.org Writer : plug-ins;activating and deactivating -OpenOffice.org Writer : plug-ins;definition -OpenOffice.org Writer : plug-ins;inserting -OpenOffice.org Writer : pocket device appliances -OpenOffice.org Writer : Pocket PC file filters -OpenOffice.org Writer : points -OpenOffice.org Writer : points;reducing editing points when snapping (Impress/Draw) -OpenOffice.org Writer : polygon drawing -OpenOffice.org Writer : pop-art filter -OpenOffice.org Writer : portable document format -OpenOffice.org Writer : portrait and landscape -OpenOffice.org Writer : positioning -OpenOffice.org Writer : positioning;draw objects and controls -OpenOffice.org Writer : positioning;fonts -OpenOffice.org Writer : positioning;objects -OpenOffice.org Writer : positioning;objects (guide) -OpenOffice.org Writer : positioning;toolbars -OpenOffice.org Writer : post method for form transmissions -OpenOffice.org Writer : posterizing filter -OpenOffice.org Writer : PostScript -OpenOffice.org Writer : PostScript;creating files -OpenOffice.org Writer : PostScript;PDF converter, UNIX -OpenOffice.org Writer : PowerPoint export -OpenOffice.org Writer : precision as shown (Calc) -OpenOffice.org Writer : predefining fonts -OpenOffice.org Writer : presentations -OpenOffice.org Writer : presentations;creating/opening -OpenOffice.org Writer : presentations;inserting spreadsheet cells -OpenOffice.org Writer : presentations;live on the Internet -OpenOffice.org Writer : presentations;print menu -OpenOffice.org Writer : presentations;saving -OpenOffice.org Writer : presentations;saving automatically -OpenOffice.org Writer : presentations;saving in other formats -OpenOffice.org Writer : presentations;sending as e-mail -OpenOffice.org Writer : presentations;starting with wizard -OpenOffice.org Writer : presentations;wizards -OpenOffice.org Writer : press buttons, see push buttons -OpenOffice.org Writer : previews -OpenOffice.org Writer : previews;book preview -OpenOffice.org Writer : previews;fonts lists -OpenOffice.org Writer : previews;print layouts -OpenOffice.org Writer : primary keys -OpenOffice.org Writer : primary keys;defining -OpenOffice.org Writer : primary keys;inserting (Base) -OpenOffice.org Writer : print area selection -OpenOffice.org Writer : print layout checks -OpenOffice.org Writer : printer metrics for document formatting (Writer) -OpenOffice.org Writer : printers -OpenOffice.org Writer : printers;adding, UNIX -OpenOffice.org Writer : printers;choosing -OpenOffice.org Writer : printers;default printer -OpenOffice.org Writer : printers;faxes under UNIX -OpenOffice.org Writer : printers;maximum page formats -OpenOffice.org Writer : printers;paper trays -OpenOffice.org Writer : printers;properties -OpenOffice.org Writer : printing -OpenOffice.org Writer : printing;AutoText shortcuts -OpenOffice.org Writer : printing;black and white -OpenOffice.org Writer : printing;brochures -OpenOffice.org Writer : printing;colors in grayscale -OpenOffice.org Writer : printing;copies -OpenOffice.org Writer : printing;creating individual jobs -OpenOffice.org Writer : printing;dates in presentations -OpenOffice.org Writer : printing;directly -OpenOffice.org Writer : printing;documents -OpenOffice.org Writer : printing;drawings defaults -OpenOffice.org Writer : printing;elements in text documents -OpenOffice.org Writer : printing;faster -OpenOffice.org Writer : printing;fitting to pages in OpenOffice.org Math -OpenOffice.org Writer : printing;fitting to pages in presentations -OpenOffice.org Writer : printing;formulas in OpenOffice.org Math -OpenOffice.org Writer : printing;hidden pages of presentations -OpenOffice.org Writer : printing;hiding text from printing -OpenOffice.org Writer : printing;in original size in OpenOffice.org Math -OpenOffice.org Writer : printing;individual brochures -OpenOffice.org Writer : printing;left/right pages -OpenOffice.org Writer : printing;multiple pages per sheet -OpenOffice.org Writer : printing;portrait/landscape format -OpenOffice.org Writer : printing;previews -OpenOffice.org Writer : printing;queries (Base) -OpenOffice.org Writer : printing;reverse order -OpenOffice.org Writer : printing;scaling in OpenOffice.org Math -OpenOffice.org Writer : printing;selections -OpenOffice.org Writer : printing;text always in black -OpenOffice.org Writer : printing;text in reverse order -OpenOffice.org Writer : printing;tiling pages in presentations -OpenOffice.org Writer : printing;transparencies -OpenOffice.org Writer : printing;warnings -OpenOffice.org Writer : printing;without scaling in presentations -OpenOffice.org Writer : printing speed -OpenOffice.org Writer : programming -OpenOffice.org Writer : programming;OpenOffice.org -OpenOffice.org Writer : programming;scripting -OpenOffice.org Writer : promoting heading levels -OpenOffice.org Writer : properties -OpenOffice.org Writer : properties;charts -OpenOffice.org Writer : properties;fields -OpenOffice.org Writer : properties;fields in databases -OpenOffice.org Writer : properties;files -OpenOffice.org Writer : properties;form controls -OpenOffice.org Writer : properties;forms -OpenOffice.org Writer : properties;printers -OpenOffice.org Writer : properties;smooth lines in line charts/XY charts -OpenOffice.org Writer : proportional distribution of tables -OpenOffice.org Writer : protected contents -OpenOffice.org Writer : protected dashes -OpenOffice.org Writer : protected database tables -OpenOffice.org Writer : protected documents -OpenOffice.org Writer : protected spaces -OpenOffice.org Writer : protected spaces;inserting -OpenOffice.org Writer : protected spaces;showing (Writer) -OpenOffice.org Writer : protecting -OpenOffice.org Writer : protecting;contents -OpenOffice.org Writer : protecting;recorded changes -OpenOffice.org Writer : protecting;sections -OpenOffice.org Writer : proxy settings -OpenOffice.org Writer : push buttons -OpenOffice.org Writer : push buttons;adding to documents -OpenOffice.org Writer : push buttons;creating -OpenOffice.org Writer : queries -OpenOffice.org Writer : queries;copying (Base) -OpenOffice.org Writer : queries;creating in design view (Base) -OpenOffice.org Writer : queries;creating in SQL view -OpenOffice.org Writer : queries;defining (Base) -OpenOffice.org Writer : queries;deleting table links (Base) -OpenOffice.org Writer : queries;editing in data source view -OpenOffice.org Writer : queries;formulating filter conditions (Base) -OpenOffice.org Writer : queries;joining tables (Base) -OpenOffice.org Writer : queries;missing elements (Base) -OpenOffice.org Writer : queries;overview (Base) -OpenOffice.org Writer : queries;parameter queries (Base) -OpenOffice.org Writer : queries;printing (Base) -OpenOffice.org Writer : Query Wizard (Base) -OpenOffice.org Writer : quickstarter -OpenOffice.org Writer : quotation marks -OpenOffice.org Writer : quotation marks;changing automatically -OpenOffice.org Writer : quotation marks;replacing -OpenOffice.org Writer : quotes -OpenOffice.org Writer : quotes;custom -OpenOffice.org Writer : radar charts, see net charts -OpenOffice.org Writer : radio button creation -OpenOffice.org Writer : read-only documents -OpenOffice.org Writer : read-only documents;cursor -OpenOffice.org Writer : read-only documents;database tables on/off -OpenOffice.org Writer : read-only documents;editing -OpenOffice.org Writer : read-only documents;opening documents as -OpenOffice.org Writer : read-only items in Data Navigator -OpenOffice.org Writer : read-only sections -OpenOffice.org Writer : rearranging headings -OpenOffice.org Writer : recognition of languages -OpenOffice.org Writer : recognizing URLs automatically -OpenOffice.org Writer : recording -OpenOffice.org Writer : recording;changes -OpenOffice.org Writer : recording;macros -OpenOffice.org Writer : records -OpenOffice.org Writer : records;inserting notes -OpenOffice.org Writer : records;protecting -OpenOffice.org Writer : records;saving -OpenOffice.org Writer : records;searching in databases -OpenOffice.org Writer : rectangles with round corners -OpenOffice.org Writer : recursions in spreadsheets -OpenOffice.org Writer : redo command -OpenOffice.org Writer : reduced printing -OpenOffice.org Writer : reduced printing of multiple pages -OpenOffice.org Writer : reducing rows and columns in text tables -OpenOffice.org Writer : reference lines -OpenOffice.org Writer : references -OpenOffice.org Writer : references;displaying in color (Calc) -OpenOffice.org Writer : references;expanding (Calc) -OpenOffice.org Writer : references;in Writer tables -OpenOffice.org Writer : references;inserting cross-references -OpenOffice.org Writer : references;iterative (Calc) -OpenOffice.org Writer : references;master documents -OpenOffice.org Writer : references;modifying cross-references -OpenOffice.org Writer : Refresh Data feature in Microsoft Office -OpenOffice.org Writer : refusing word completions -OpenOffice.org Writer : register-true -OpenOffice.org Writer : register-true;definition -OpenOffice.org Writer : register-true;pages and paragraphs -OpenOffice.org Writer : registering -OpenOffice.org Writer : registering;address books -OpenOffice.org Writer : registering;databases (Base) -OpenOffice.org Writer : registering;OpenOffice.org -OpenOffice.org Writer : regression curves in charts -OpenOffice.org Writer : regular expressions -OpenOffice.org Writer : regular expressions;list of -OpenOffice.org Writer : regular expressions;opening files -OpenOffice.org Writer : regular expressions;searching -OpenOffice.org Writer : rejecting word completions -OpenOffice.org Writer : related words in thesaurus -OpenOffice.org Writer : relational databases (Base) -OpenOffice.org Writer : relations -OpenOffice.org Writer : relations;creating and deleting (Base) -OpenOffice.org Writer : relations;joining tables (Base) -OpenOffice.org Writer : relations;properties (Base) -OpenOffice.org Writer : relative distribution of table cells -OpenOffice.org Writer : relative hyperlinks -OpenOffice.org Writer : relative saving of URLs -OpenOffice.org Writer : reloading -OpenOffice.org Writer : reloading;documents -OpenOffice.org Writer : reloading;HTML documents, automatically -OpenOffice.org Writer : remarks, see also notes -OpenOffice.org Writer : remote configurations -OpenOffice.org Writer : remove noise filter -OpenOffice.org Writer : removing -OpenOffice.org Writer : removing;bullets and numbering -OpenOffice.org Writer : removing;bullets in text documents -OpenOffice.org Writer : removing;cell protection in text documents -OpenOffice.org Writer : removing;form filters -OpenOffice.org Writer : removing, see also deleting -OpenOffice.org Writer : reorganizing charts -OpenOffice.org Writer : repeating -OpenOffice.org Writer : repeating;table headings after page breaks -OpenOffice.org Writer : Replace text as you type feature in Microsoft Office -OpenOffice.org Writer : replacement options -OpenOffice.org Writer : replacement table -OpenOffice.org Writer : replacing -OpenOffice.org Writer : replacing;AutoCorrect function -OpenOffice.org Writer : replacing;dashes -OpenOffice.org Writer : replacing;databases -OpenOffice.org Writer : replacing;fields, by text -OpenOffice.org Writer : replacing;objects from Gallery -OpenOffice.org Writer : replacing;text and text formats -OpenOffice.org Writer : Report Builder -OpenOffice.org Writer : reports -OpenOffice.org Writer : reports;creating -OpenOffice.org Writer : reports;error reports -OpenOffice.org Writer : reports;opening and editing -OpenOffice.org Writer : reports;templates -OpenOffice.org Writer : resetting -OpenOffice.org Writer : resetting;fonts -OpenOffice.org Writer : resetting;templates -OpenOffice.org Writer : resizing -OpenOffice.org Writer : resizing;aspect ratio -OpenOffice.org Writer : resizing;objects and frames, by keyboard -OpenOffice.org Writer : resizing;objects, by mouse -OpenOffice.org Writer : resizing;rows and columns in text tables -OpenOffice.org Writer : resizing;text frames, by mouse -OpenOffice.org Writer : resizing;windows -OpenOffice.org Writer : resizing, see also scaling/zooming -OpenOffice.org Writer : resolution when printing bitmaps -OpenOffice.org Writer : restoring -OpenOffice.org Writer : restoring;default formatting -OpenOffice.org Writer : restoring;editing -OpenOffice.org Writer : reversing printing order -OpenOffice.org Writer : review function -OpenOffice.org Writer : review function;accepting or rejecting changes -OpenOffice.org Writer : review function;comparing documents -OpenOffice.org Writer : review function;recording changes example -OpenOffice.org Writer : rich text control -OpenOffice.org Writer : right alignment of paragraphs -OpenOffice.org Writer : right indents in paragraphs -OpenOffice.org Writer : right joins (Base) -OpenOffice.org Writer : right pages -OpenOffice.org Writer : right-to-left text -OpenOffice.org Writer : rising outline levels -OpenOffice.org Writer : rotating -OpenOffice.org Writer : rotating;3D text -OpenOffice.org Writer : rotating;text -OpenOffice.org Writer : round corners -OpenOffice.org Writer : rounding precision (Calc) -OpenOffice.org Writer : row breaks in text tables -OpenOffice.org Writer : row headers -OpenOffice.org Writer : row headers;displaying (Calc) -OpenOffice.org Writer : row headers;highlighting (Calc) -OpenOffice.org Writer : rows -OpenOffice.org Writer : rows;inserting in tables, using icon -OpenOffice.org Writer : rows;inserting/deleting in tables by keyboard -OpenOffice.org Writer : rows;register-true text -OpenOffice.org Writer : rows;selecting -OpenOffice.org Writer : rulers -OpenOffice.org Writer : rulers;default settings -OpenOffice.org Writer : rulers;horizontal lines -OpenOffice.org Writer : rulers;measurement units -OpenOffice.org Writer : rulers;using rulers -OpenOffice.org Writer : rulers;visible in presentations -OpenOffice.org Writer : running titles in headers -OpenOffice.org Writer : samples and templates -OpenOffice.org Writer : saving -OpenOffice.org Writer : saving;default file formats -OpenOffice.org Writer : saving;dialog settings -OpenOffice.org Writer : saving;documents -OpenOffice.org Writer : saving;documents for mobile devices -OpenOffice.org Writer : saving;documents in other formats -OpenOffice.org Writer : saving;documents, automatically -OpenOffice.org Writer : saving;in HTML format -OpenOffice.org Writer : saving;in Microsoft Office file format -OpenOffice.org Writer : saving;options -OpenOffice.org Writer : saving;templates -OpenOffice.org Writer : saving;to XML -OpenOffice.org Writer : saving;VBA code in Microsoft Office documents -OpenOffice.org Writer : saving;with password by default -OpenOffice.org Writer : saving as command -OpenOffice.org Writer : saving as command;precautions -OpenOffice.org Writer : scaling -OpenOffice.org Writer : scaling;axes -OpenOffice.org Writer : scaling;font sizes in user interface -OpenOffice.org Writer : scaling;objects -OpenOffice.org Writer : scaling;pictures -OpenOffice.org Writer : scaling;printing in OpenOffice.org Math -OpenOffice.org Writer : scaling;text frames, by mouse -OpenOffice.org Writer : scaling;text in charts -OpenOffice.org Writer : scaling;when printing presentations -OpenOffice.org Writer : scaling, see also zooming -OpenOffice.org Writer : scanning pictures -OpenOffice.org Writer : scatter charts -OpenOffice.org Writer : screen -OpenOffice.org Writer : screen;full screen views -OpenOffice.org Writer : screen;scaling -OpenOffice.org Writer : screen magnifiers -OpenOffice.org Writer : screen readers -OpenOffice.org Writer : script organization -OpenOffice.org Writer : scripting in programming -OpenOffice.org Writer : scrollbars -OpenOffice.org Writer : scrollbars;controls -OpenOffice.org Writer : scrollbars;displaying (Calc) -OpenOffice.org Writer : scrollbars;horizontal and vertical (Writer) -OpenOffice.org Writer : search criteria for database functions in cells -OpenOffice.org Writer : search engines -OpenOffice.org Writer : search engines;definition -OpenOffice.org Writer : search engines;selecting -OpenOffice.org Writer : searching -OpenOffice.org Writer : searching;all sheets -OpenOffice.org Writer : searching;cross-references -OpenOffice.org Writer : searching;databases -OpenOffice.org Writer : searching;form filters -OpenOffice.org Writer : searching;formats -OpenOffice.org Writer : searching;Internet -OpenOffice.org Writer : searching;repeating a search -OpenOffice.org Writer : searching;synonyms -OpenOffice.org Writer : searching;tables and forms -OpenOffice.org Writer : searching;with wildcards -OpenOffice.org Writer : searching, see also finding -OpenOffice.org Writer : secondary axes in charts -OpenOffice.org Writer : sections -OpenOffice.org Writer : sections;backgrounds -OpenOffice.org Writer : sections;columns in -OpenOffice.org Writer : sections;defining conditions -OpenOffice.org Writer : sections;editing -OpenOffice.org Writer : sections;hiding -OpenOffice.org Writer : sections;inserting -OpenOffice.org Writer : sections;inserting external content -OpenOffice.org Writer : sections;inserting sections by DDE -OpenOffice.org Writer : sections;moving and copying -OpenOffice.org Writer : sections;protecting -OpenOffice.org Writer : sections;remarks -OpenOffice.org Writer : security -OpenOffice.org Writer : security;options for documents with macros -OpenOffice.org Writer : security;protecting contents -OpenOffice.org Writer : security;warning dialogs with macros -OpenOffice.org Writer : selecting -OpenOffice.org Writer : selecting;controls -OpenOffice.org Writer : selecting;group objects -OpenOffice.org Writer : selecting;measurement units -OpenOffice.org Writer : selecting;objects -OpenOffice.org Writer : selecting;paper trays -OpenOffice.org Writer : selecting;print areas -OpenOffice.org Writer : selecting;several files -OpenOffice.org Writer : selecting;tables -OpenOffice.org Writer : selecting;text, with keyboard -OpenOffice.org Writer : selection clipboard -OpenOffice.org Writer : selection modes in text -OpenOffice.org Writer : sending -OpenOffice.org Writer : sending;AutoAbstract function in presentations -OpenOffice.org Writer : sending;documents as e-mail -OpenOffice.org Writer : sending;documents as faxes -OpenOffice.org Writer : separation, see hyphenation -OpenOffice.org Writer : separator lines -OpenOffice.org Writer : separator lines;AutoFormat function -OpenOffice.org Writer : separator lines;defining -OpenOffice.org Writer : separators -OpenOffice.org Writer : separators;conditional -OpenOffice.org Writer : Server Side ImageMap -OpenOffice.org Writer : settings -OpenOffice.org Writer : settings;direct cursor -OpenOffice.org Writer : settings;printers -OpenOffice.org Writer : settings;program configuration -OpenOffice.org Writer : settings;proxies -OpenOffice.org Writer : settings;tracking changes -OpenOffice.org Writer : settings;views -OpenOffice.org Writer : SGML -OpenOffice.org Writer : SGML;definition -OpenOffice.org Writer : shadows -OpenOffice.org Writer : shadows;areas -OpenOffice.org Writer : shadows;borders -OpenOffice.org Writer : shadows;characters -OpenOffice.org Writer : shadows;characters, using context menu -OpenOffice.org Writer : shadows;headers/footers -OpenOffice.org Writer : sharpening filter -OpenOffice.org Writer : sheet tabs -OpenOffice.org Writer : sheet tabs;displaying -OpenOffice.org Writer : sheets -OpenOffice.org Writer : sheets;searching all -OpenOffice.org Writer : shortcut keys -OpenOffice.org Writer : shortcut keys;assigning macros -OpenOffice.org Writer : shortcut keys;bold formatting -OpenOffice.org Writer : shortcut keys;charts -OpenOffice.org Writer : shortcut keys;general -OpenOffice.org Writer : shortcut keys;in databases -OpenOffice.org Writer : shortcut keys;in text documents -OpenOffice.org Writer : shortcut keys;OpenOffice.org accessibility -OpenOffice.org Writer : Show/Hide feature in Microsoft Office -OpenOffice.org Writer : showing -OpenOffice.org Writer : showing;changes -OpenOffice.org Writer : showing;docked windows -OpenOffice.org Writer : showing;drawings and controls (Writer) -OpenOffice.org Writer : showing;live presentations on the Internet -OpenOffice.org Writer : showing;rulers -OpenOffice.org Writer : showing;toolbars -OpenOffice.org Writer : sideways orientation of pages -OpenOffice.org Writer : signing documents with digital signatures -OpenOffice.org Writer : similarity search -OpenOffice.org Writer : simple handles (Writer) -OpenOffice.org Writer : simplified Chinese -OpenOffice.org Writer : simplified Chinese;translating to traditional Chinese -OpenOffice.org Writer : single sign on options -OpenOffice.org Writer : single-line spacing in text -OpenOffice.org Writer : sizes -OpenOffice.org Writer : sizes;draw objects -OpenOffice.org Writer : sizes;pictures -OpenOffice.org Writer : slanting draw objects -OpenOffice.org Writer : small capitals -OpenOffice.org Writer : small icons -OpenOffice.org Writer : smart tags -OpenOffice.org Writer : smart tags;options -OpenOffice.org Writer : smart tags;using -OpenOffice.org Writer : smooth scrolling (Writer) -OpenOffice.org Writer : smoothing filter -OpenOffice.org Writer : snap grid defaults (Writer/Calc) -OpenOffice.org Writer : snapping in presentations and drawings -OpenOffice.org Writer : solarization filter -OpenOffice.org Writer : sort lists -OpenOffice.org Writer : sort lists;copying to in Calc -OpenOffice.org Writer : sorting -OpenOffice.org Writer : sorting;data in forms -OpenOffice.org Writer : sorting;databases -OpenOffice.org Writer : sorting;paragraphs in special languages -OpenOffice.org Writer : sorting;paragraphs/table rows -OpenOffice.org Writer : sounds -OpenOffice.org Writer : sounds;inserting and playing -OpenOffice.org Writer : sounds;UNIX -OpenOffice.org Writer : spaces -OpenOffice.org Writer : spaces;displaying (Writer) -OpenOffice.org Writer : spaces;ignoring double -OpenOffice.org Writer : spaces;inserting protected spaces -OpenOffice.org Writer : spaces;showing protected spaces (Writer) -OpenOffice.org Writer : spacing -OpenOffice.org Writer : spacing;between paragraphs in footnotes -OpenOffice.org Writer : spacing;endnotes/footnotes -OpenOffice.org Writer : spacing;font effects -OpenOffice.org Writer : spacing;lines and paragraphs -OpenOffice.org Writer : spacing;register-true text -OpenOffice.org Writer : spacing;tab stops in text documents -OpenOffice.org Writer : spacing;tabs in presentations -OpenOffice.org Writer : spadmin -OpenOffice.org Writer : special characters -OpenOffice.org Writer : speech bubbles -OpenOffice.org Writer : speed of printing -OpenOffice.org Writer : spellcheck -OpenOffice.org Writer : spellcheck;activating for a language -OpenOffice.org Writer : spellcheck;activating for all languages -OpenOffice.org Writer : spellcheck;AutoSpellcheck on/off -OpenOffice.org Writer : spellcheck;checking text documents manually -OpenOffice.org Writer : spellcheck;context menus -OpenOffice.org Writer : spellcheck;default languages -OpenOffice.org Writer : spellcheck;dialog -OpenOffice.org Writer : spellcheck;dictionary of exceptions -OpenOffice.org Writer : spellcheck;ignore list -OpenOffice.org Writer : Spelling and Grammar feature in Microsoft Office -OpenOffice.org Writer : spelling in thesaurus -OpenOffice.org Writer : spin button creation -OpenOffice.org Writer : splitting cells -OpenOffice.org Writer : splitting cells;by keyboard -OpenOffice.org Writer : splitting cells;by menu command -OpenOffice.org Writer : splitting tables -OpenOffice.org Writer : splitting tables;at cursor position -OpenOffice.org Writer : splitting tables;row breaks -OpenOffice.org Writer : spoolfiles with Xprinter -OpenOffice.org Writer : spreadsheets -OpenOffice.org Writer : spreadsheets;as databases (base) -OpenOffice.org Writer : spreadsheets;backgrounds -OpenOffice.org Writer : spreadsheets;copying areas to text documents -OpenOffice.org Writer : spreadsheets;creating/opening -OpenOffice.org Writer : spreadsheets;inserting charts -OpenOffice.org Writer : spreadsheets;inserting database records -OpenOffice.org Writer : spreadsheets;inserting tables from -OpenOffice.org Writer : spreadsheets;printing -OpenOffice.org Writer : spreadsheets;saving -OpenOffice.org Writer : spreadsheets;saving automatically -OpenOffice.org Writer : spreadsheets;saving in other formats -OpenOffice.org Writer : spreadsheets;sending as e-mail -OpenOffice.org Writer : SQL -OpenOffice.org Writer : SQL;definition -OpenOffice.org Writer : SQL;DISTINCT parameter -OpenOffice.org Writer : SQL;executing SQL commands -OpenOffice.org Writer : SQL;executing SQL statements (Base) -OpenOffice.org Writer : SQL;queries (Base) -OpenOffice.org Writer : square drawings -OpenOffice.org Writer : standard bar on/off -OpenOffice.org Writer : standard deviation in charts -OpenOffice.org Writer : standard filters in databases -OpenOffice.org Writer : standard printer under UNIX -OpenOffice.org Writer : Start Module backing window -OpenOffice.org Writer : start parameters -OpenOffice.org Writer : starting page numbers -OpenOffice.org Writer : statistical functions -OpenOffice.org Writer : statistics in charts -OpenOffice.org Writer : status bar on/off -OpenOffice.org Writer : stickers -OpenOffice.org Writer : stock charts -OpenOffice.org Writer : storing bibliographic information -OpenOffice.org Writer : strikethrough -OpenOffice.org Writer : strikethrough;characters -OpenOffice.org Writer : strikethrough;font effects -OpenOffice.org Writer : styles -OpenOffice.org Writer : styles;'changed' message -OpenOffice.org Writer : styles;categories -OpenOffice.org Writer : styles;conditional -OpenOffice.org Writer : styles;copying between documents -OpenOffice.org Writer : styles;creating from selections -OpenOffice.org Writer : styles;finding -OpenOffice.org Writer : styles;importing from other files -OpenOffice.org Writer : styles;keyboard shortcuts -OpenOffice.org Writer : styles;organizing -OpenOffice.org Writer : styles;printing styles used in a document -OpenOffice.org Writer : styles;replacing automatically -OpenOffice.org Writer : styles;styles and templates -OpenOffice.org Writer : styles;table styles -OpenOffice.org Writer : styles;transferring -OpenOffice.org Writer : styles;updating from selections -OpenOffice.org Writer : Styles and Formatting window -OpenOffice.org Writer : Styles and Formatting window;applying styles -OpenOffice.org Writer : Styles and Formatting window;docking -OpenOffice.org Writer : Styles and Formatting window;docking and resizing -OpenOffice.org Writer : Styles and Formatting window;updating from selections -OpenOffice.org Writer : Stylist, see Styles and Formatting window -OpenOffice.org Writer : subdocuments -OpenOffice.org Writer : subforms -OpenOffice.org Writer : subforms;creating -OpenOffice.org Writer : subforms;description -OpenOffice.org Writer : subject fields -OpenOffice.org Writer : submitting forms -OpenOffice.org Writer : subscript text -OpenOffice.org Writer : subsidiary documents -OpenOffice.org Writer : suffixes in file formats -OpenOffice.org Writer : sums of table cell series -OpenOffice.org Writer : superscript text -OpenOffice.org Writer : support on the Web -OpenOffice.org Writer : switching off word completion -OpenOffice.org Writer : synchronizing -OpenOffice.org Writer : synchronizing;labels and business cards -OpenOffice.org Writer : synchronizing;Pocket PC and OpenOffice.org formats -OpenOffice.org Writer : synonyms in thesaurus -OpenOffice.org Writer : system address book registration -OpenOffice.org Writer : tab stops -OpenOffice.org Writer : tab stops;before headings -OpenOffice.org Writer : tab stops;displaying (Writer) -OpenOffice.org Writer : tab stops;inserting and editing -OpenOffice.org Writer : tab stops;inserting in lists -OpenOffice.org Writer : tab stops;setting in sheets -OpenOffice.org Writer : tab stops;settings -OpenOffice.org Writer : tab stops;spacing in presentations -OpenOffice.org Writer : tab stops;spacing in text documents -OpenOffice.org Writer : table cells -OpenOffice.org Writer : table cells;adjusting the width on rulers -OpenOffice.org Writer : table cells;calculating sums -OpenOffice.org Writer : table cells;enlarging/reducing in text -OpenOffice.org Writer : table controls -OpenOffice.org Writer : table controls;form functions -OpenOffice.org Writer : table controls;keyboard-only edit mode -OpenOffice.org Writer : table controls;properties -OpenOffice.org Writer : table mode selection -OpenOffice.org Writer : table views of databases -OpenOffice.org Writer : Table Wizard (Base) -OpenOffice.org Writer : tables -OpenOffice.org Writer : tables;adapting the width by keyboard -OpenOffice.org Writer : tables;allowing page breaks -OpenOffice.org Writer : tables;AutoFormat function -OpenOffice.org Writer : tables;backgrounds -OpenOffice.org Writer : tables;calculating across -OpenOffice.org Writer : tables;calculating sums -OpenOffice.org Writer : tables;converting to text -OpenOffice.org Writer : tables;cross-referencing -OpenOffice.org Writer : tables;defining borders -OpenOffice.org Writer : tables;deleting -OpenOffice.org Writer : tables;editing by keyboard -OpenOffice.org Writer : tables;editing with the keyboard -OpenOffice.org Writer : tables;heading repetition after page breaks -OpenOffice.org Writer : tables;inserting columns in -OpenOffice.org Writer : tables;inserting line breaks -OpenOffice.org Writer : tables;inserting rows -OpenOffice.org Writer : tables;inserting text before -OpenOffice.org Writer : tables;inserting text tables -OpenOffice.org Writer : tables;jumping to -OpenOffice.org Writer : tables;labeling -OpenOffice.org Writer : tables;merging -OpenOffice.org Writer : tables;merging cells -OpenOffice.org Writer : tables;number recognition -OpenOffice.org Writer : tables;performing calculations in -OpenOffice.org Writer : tables;positioning -OpenOffice.org Writer : tables;resizing -OpenOffice.org Writer : tables;selecting -OpenOffice.org Writer : tables;sorting rows -OpenOffice.org Writer : tables;splitting -OpenOffice.org Writer : tables;start/end of document -OpenOffice.org Writer : tables;text flow around text tables -OpenOffice.org Writer : tables in databases -OpenOffice.org Writer : tables in databases;access rights to (Base) -OpenOffice.org Writer : tables in databases;adding to queries -OpenOffice.org Writer : tables in databases;browsing and editing -OpenOffice.org Writer : tables in databases;copying database tables (Base) -OpenOffice.org Writer : tables in databases;creating -OpenOffice.org Writer : tables in databases;creating in design view -OpenOffice.org Writer : tables in databases;importing text formats (Base) -OpenOffice.org Writer : tables in databases;joining for queries (Base) -OpenOffice.org Writer : tables in databases;printing queries (Base) -OpenOffice.org Writer : tables in databases;relations (Base) -OpenOffice.org Writer : tables in databases;searching -OpenOffice.org Writer : tables in spreadsheets -OpenOffice.org Writer : tables in spreadsheets;copying data to other applications -OpenOffice.org Writer : tables in spreadsheets;defining borders -OpenOffice.org Writer : tables in spreadsheets;inserting in text -OpenOffice.org Writer : tables in spreadsheets;value highlighting -OpenOffice.org Writer : tables in text -OpenOffice.org Writer : tables in text;captions -OpenOffice.org Writer : tables in text;creating automatically -OpenOffice.org Writer : tables in text;default settings -OpenOffice.org Writer : tables in text;defining borders -OpenOffice.org Writer : tables in text;displaying -OpenOffice.org Writer : tables in text;printing -OpenOffice.org Writer : tables in text;protecting cells -OpenOffice.org Writer : tables of contents -OpenOffice.org Writer : tables of contents;creating and updating -OpenOffice.org Writer : tables of contents;defining entries in -OpenOffice.org Writer : tables of contents;editing and deleting -OpenOffice.org Writer : tables of contents;editing or deleting entries -OpenOffice.org Writer : tables of contents;formatting -OpenOffice.org Writer : tables of contents;hyperlinks as entries -OpenOffice.org Writer : tables of contents;unprotecting -OpenOffice.org Writer : tabs -OpenOffice.org Writer : tabs;displaying sheet tabs -OpenOffice.org Writer : tags -OpenOffice.org Writer : tags;definition -OpenOffice.org Writer : tags;in OpenOffice.org Writer -OpenOffice.org Writer : tags;META tags -OpenOffice.org Writer : templates -OpenOffice.org Writer : templates;agendas -OpenOffice.org Writer : templates;changing basic fonts -OpenOffice.org Writer : templates;creating document templates -OpenOffice.org Writer : templates;database reports -OpenOffice.org Writer : templates;default templates -OpenOffice.org Writer : templates;deleting -OpenOffice.org Writer : templates;editing and saving -OpenOffice.org Writer : templates;faxes -OpenOffice.org Writer : templates;importing and exporting -OpenOffice.org Writer : templates;letters -OpenOffice.org Writer : templates;new documents from templates -OpenOffice.org Writer : templates;opening documents with -OpenOffice.org Writer : templates;organizing -OpenOffice.org Writer : templates;organizing (guide) -OpenOffice.org Writer : templates;updating from selections -OpenOffice.org Writer : terminology -OpenOffice.org Writer : terminology;general glossary -OpenOffice.org Writer : terminology;Internet glossary -OpenOffice.org Writer : testing XML filters -OpenOffice.org Writer : text -OpenOffice.org Writer : text;animating -OpenOffice.org Writer : text;Asian layout -OpenOffice.org Writer : text;backgrounds -OpenOffice.org Writer : text;bold -OpenOffice.org Writer : text;coloring -OpenOffice.org Writer : text;conditional text -OpenOffice.org Writer : text;contours -OpenOffice.org Writer : text;converting to tables -OpenOffice.org Writer : text;copying by drag and drop -OpenOffice.org Writer : text;CTL languages -OpenOffice.org Writer : text;cursor -OpenOffice.org Writer : text;drawing pictures -OpenOffice.org Writer : text;emphasizing -OpenOffice.org Writer : text;font effects -OpenOffice.org Writer : text;font sizes -OpenOffice.org Writer : text;font styles -OpenOffice.org Writer : text;fonts and formats -OpenOffice.org Writer : text;Fontwork icons -OpenOffice.org Writer : text;formatting around objects -OpenOffice.org Writer : text;formatting bold while typing -OpenOffice.org Writer : text;hiding -OpenOffice.org Writer : text;hiding from specific users, with conditions -OpenOffice.org Writer : text;hyperlinks -OpenOffice.org Writer : text;input fields -OpenOffice.org Writer : text;inserting pictures from Draw -OpenOffice.org Writer : text;inserting pictures in -OpenOffice.org Writer : text;inserting special characters -OpenOffice.org Writer : text;italics -OpenOffice.org Writer : text;kerning -OpenOffice.org Writer : text;language selection -OpenOffice.org Writer : text;line numbers -OpenOffice.org Writer : text;line spacing -OpenOffice.org Writer : text;multicolumn -OpenOffice.org Writer : text;navigating and selecting with keyboard -OpenOffice.org Writer : text;non-printable -OpenOffice.org Writer : text;not printing -OpenOffice.org Writer : text;number of words/characters -OpenOffice.org Writer : text;overwriting or inserting -OpenOffice.org Writer : text;placeholders in presentations -OpenOffice.org Writer : text;printing in black -OpenOffice.org Writer : text;replacing with format -OpenOffice.org Writer : text;rotating -OpenOffice.org Writer : text;selection modes -OpenOffice.org Writer : text;shadowed -OpenOffice.org Writer : text;sorting paragraphs -OpenOffice.org Writer : text;subscript and superscript -OpenOffice.org Writer : text;text/draw objects -OpenOffice.org Writer : text;turning off automatic correction -OpenOffice.org Writer : text;uppercase or lowercase -OpenOffice.org Writer : text animation -OpenOffice.org Writer : text attributes -OpenOffice.org Writer : text attributes;hyperlinks -OpenOffice.org Writer : text attributes;undoing -OpenOffice.org Writer : text blocks -OpenOffice.org Writer : text boxes -OpenOffice.org Writer : text boxes;form functions -OpenOffice.org Writer : text boxes;positioning -OpenOffice.org Writer : text breaks in cells -OpenOffice.org Writer : text colors for better accessibility -OpenOffice.org Writer : text columns -OpenOffice.org Writer : text databases (Base) -OpenOffice.org Writer : text documents -OpenOffice.org Writer : text documents;creating/opening -OpenOffice.org Writer : text documents;default templates -OpenOffice.org Writer : text documents;importing/exporting -OpenOffice.org Writer : text documents;inserting Calc charts -OpenOffice.org Writer : text documents;inserting spreadsheet cells -OpenOffice.org Writer : text documents;merging -OpenOffice.org Writer : text documents;print settings -OpenOffice.org Writer : text documents;printing -OpenOffice.org Writer : text documents;publishing in HTML -OpenOffice.org Writer : text documents;saving -OpenOffice.org Writer : text documents;saving automatically -OpenOffice.org Writer : text documents;saving in other formats -OpenOffice.org Writer : text documents;sending as e-mail -OpenOffice.org Writer : text documents;shortcut keys in -OpenOffice.org Writer : text effects -OpenOffice.org Writer : text flow -OpenOffice.org Writer : text flow;around text tables -OpenOffice.org Writer : text flow;at breaks -OpenOffice.org Writer : text flow;from frame to frame -OpenOffice.org Writer : text flow;in cells -OpenOffice.org Writer : text formats -OpenOffice.org Writer : text formats;copying and pasting -OpenOffice.org Writer : text formats;databases -OpenOffice.org Writer : text formats;finding -OpenOffice.org Writer : text formats;pasting -OpenOffice.org Writer : text frames -OpenOffice.org Writer : text frames;centering on pages -OpenOffice.org Writer : text frames;inserting/editing/linking -OpenOffice.org Writer : text frames;labeling -OpenOffice.org Writer : text grid for Asian layout -OpenOffice.org Writer : text input fields -OpenOffice.org Writer : text layout for special languages -OpenOffice.org Writer : text objects -OpenOffice.org Writer : text objects;alignment -OpenOffice.org Writer : text objects;draw functions -OpenOffice.org Writer : text objects;fonts -OpenOffice.org Writer : text objects;in presentations and drawings -OpenOffice.org Writer : text overflow in spreadsheet cells -OpenOffice.org Writer : text scaling in charts -OpenOffice.org Writer : text sections -OpenOffice.org Writer : text sections;moving and copying -OpenOffice.org Writer : text sections;using -OpenOffice.org Writer : text wrap around objects -OpenOffice.org Writer : text, see also text documents, paragraphs and characters -OpenOffice.org Writer : TextArt, see Fontwork -OpenOffice.org Writer : textures -OpenOffice.org Writer : textures;inserting from Gallery -OpenOffice.org Writer : textures;on chart bars -OpenOffice.org Writer : Thai -OpenOffice.org Writer : Thai;entering text -OpenOffice.org Writer : Thai;language settings -OpenOffice.org Writer : thesaurus -OpenOffice.org Writer : thesaurus;activating for a language -OpenOffice.org Writer : thesaurus;related words -OpenOffice.org Writer : ticker text -OpenOffice.org Writer : time fields -OpenOffice.org Writer : time fields;form functions -OpenOffice.org Writer : time fields;HTML -OpenOffice.org Writer : time fields;inserting -OpenOffice.org Writer : times -OpenOffice.org Writer : times;inserting when printing presentations -OpenOffice.org Writer : times, formats -OpenOffice.org Writer : tips -OpenOffice.org Writer : tips;extended tips in Help -OpenOffice.org Writer : title pages -OpenOffice.org Writer : title pages;centering text on -OpenOffice.org Writer : title pages;page styles -OpenOffice.org Writer : title rows -OpenOffice.org Writer : title rows;printing in OpenOffice.org Math -OpenOffice.org Writer : titles -OpenOffice.org Writer : titles;alignment (charts) -OpenOffice.org Writer : titles;changing -OpenOffice.org Writer : titles;editing in charts -OpenOffice.org Writer : titles;font effects -OpenOffice.org Writer : titles;formatting automatically -OpenOffice.org Writer : titles;formatting charts -OpenOffice.org Writer : titles;objects -OpenOffice.org Writer : toolbars -OpenOffice.org Writer : toolbars;adding buttons -OpenOffice.org Writer : toolbars;docking/undocking -OpenOffice.org Writer : toolbars;Form Navigation bar -OpenOffice.org Writer : toolbars;viewing/closing -OpenOffice.org Writer : tools bar -OpenOffice.org Writer : tooltips -OpenOffice.org Writer : tooltips;extended tips -OpenOffice.org Writer : tooltips;help -OpenOffice.org Writer : totals in text tables -OpenOffice.org Writer : Track changes feature in Microsoft Office -OpenOffice.org Writer : traditional Chinese -OpenOffice.org Writer : traditional Chinese;translating to simplified chinese -OpenOffice.org Writer : transparency -OpenOffice.org Writer : transparency;areas -OpenOffice.org Writer : transparency;off for faster printing -OpenOffice.org Writer : transparency;saving -OpenOffice.org Writer : tree view of Help -OpenOffice.org Writer : trend lines in charts -OpenOffice.org Writer : trigonometric functions -OpenOffice.org Writer : turning off automatic correction -OpenOffice.org Writer : typefaces -OpenOffice.org Writer : typefaces;adding under UNIX -OpenOffice.org Writer : typefaces;formats -OpenOffice.org Writer : typographical quotes in OpenOffice.org Writer -OpenOffice.org Writer : typography -OpenOffice.org Writer : typography;Asian -OpenOffice.org Writer : underlining -OpenOffice.org Writer : underlining;AutoFormat function -OpenOffice.org Writer : underlining;characters -OpenOffice.org Writer : underlining;quick -OpenOffice.org Writer : underlining;text -OpenOffice.org Writer : undocking windows -OpenOffice.org Writer : undoing -OpenOffice.org Writer : undoing;direct formatting -OpenOffice.org Writer : undoing;editing -OpenOffice.org Writer : undoing;number of steps -OpenOffice.org Writer : ungrouping groups -OpenOffice.org Writer : units -OpenOffice.org Writer : units;converting -OpenOffice.org Writer : units;measurement units -OpenOffice.org Writer : unlinking frames -OpenOffice.org Writer : UNO components -OpenOffice.org Writer : UNO components;Extension Manager -OpenOffice.org Writer : UNO components;integrating new -OpenOffice.org Writer : update options -OpenOffice.org Writer : updates -OpenOffice.org Writer : updates;checking automatically -OpenOffice.org Writer : updates;checking manually -OpenOffice.org Writer : updating -OpenOffice.org Writer : updating;cross-references -OpenOffice.org Writer : updating;fields -OpenOffice.org Writer : updating;fields and charts, automatically (Writer) -OpenOffice.org Writer : updating;indexes/tables of contents -OpenOffice.org Writer : updating;linked sections, manually -OpenOffice.org Writer : updating;links in text documents -OpenOffice.org Writer : updating;links, on opening -OpenOffice.org Writer : updating;styles, from selections -OpenOffice.org Writer : updating;tables of contents -OpenOffice.org Writer : updating;templates -OpenOffice.org Writer : updating;text documents -OpenOffice.org Writer : uppercase -OpenOffice.org Writer : uppercase;changing to lowercase -OpenOffice.org Writer : uppercase;formatting text -OpenOffice.org Writer : URL -OpenOffice.org Writer : URL;changing hyperlink URLs -OpenOffice.org Writer : URL;definition -OpenOffice.org Writer : URL;saving absolute/relative paths -OpenOffice.org Writer : URL;turning off URL recognition -OpenOffice.org Writer : user data -OpenOffice.org Writer : user data;in conditions -OpenOffice.org Writer : user data;input -OpenOffice.org Writer : user data;querying -OpenOffice.org Writer : user data;removing when saving -OpenOffice.org Writer : user variables in conditions/fields -OpenOffice.org Writer : user-defined dictionaries -OpenOffice.org Writer : user-defined dictionaries;creating -OpenOffice.org Writer : user-defined dictionaries;dictionary of exceptions -OpenOffice.org Writer : user-defined dictionaries;editing -OpenOffice.org Writer : user-defined dictionaries;removing words from -OpenOffice.org Writer : user-defined fields, restriction -OpenOffice.org Writer : user-defined indexes -OpenOffice.org Writer : user-defined styles -OpenOffice.org Writer : user-defined styles;automatically replacing -OpenOffice.org Writer : UTF-8/UCS2 support -OpenOffice.org Writer : Validation feature in Microsoft Office -OpenOffice.org Writer : values -OpenOffice.org Writer : values;rounded as shown (Calc) -OpenOffice.org Writer : variable dates -OpenOffice.org Writer : variables -OpenOffice.org Writer : variables;document properties -OpenOffice.org Writer : variables;for paths -OpenOffice.org Writer : variables;in conditions -OpenOffice.org Writer : variances in charts -OpenOffice.org Writer : VBA code -OpenOffice.org Writer : VBA code;loading/saving documents with VBA code -OpenOffice.org Writer : version management -OpenOffice.org Writer : version numbers of documents -OpenOffice.org Writer : versions -OpenOffice.org Writer : versions;comparing documents -OpenOffice.org Writer : versions;file saving as, restriction -OpenOffice.org Writer : versions;merging document versions -OpenOffice.org Writer : versions;of a document -OpenOffice.org Writer : versions;OpenOffice.org -OpenOffice.org Writer : vertical callouts -OpenOffice.org Writer : vertical rulers -OpenOffice.org Writer : vertical scrollbars (Writer) -OpenOffice.org Writer : vertical text boxes -OpenOffice.org Writer : videos -OpenOffice.org Writer : viewing -OpenOffice.org Writer : viewing;databases -OpenOffice.org Writer : viewing;fields -OpenOffice.org Writer : viewing;file properties -OpenOffice.org Writer : viewing;OpenOffice.org documents in Internet Explorer -OpenOffice.org Writer : viewing;toolbars -OpenOffice.org Writer : views -OpenOffice.org Writer : views;creating database views (Base) -OpenOffice.org Writer : views;defaults -OpenOffice.org Writer : views;full screen -OpenOffice.org Writer : views;icons -OpenOffice.org Writer : views;in 3D -OpenOffice.org Writer : views;scaling -OpenOffice.org Writer : Visual Basic for Applications -OpenOffice.org Writer : Visual Basic for Applications;loading/saving documents with VBA code -OpenOffice.org Writer : watermarks -OpenOffice.org Writer : web documents -OpenOffice.org Writer : web documents;XForms -OpenOffice.org Writer : Web support -OpenOffice.org Writer : WebCast export -OpenOffice.org Writer : weekdays -OpenOffice.org Writer : weekdays;automatically completing -OpenOffice.org Writer : widows -OpenOffice.org Writer : wildcards, see regular expressions -OpenOffice.org Writer : windows -OpenOffice.org Writer : windows;docking -OpenOffice.org Writer : windows;docking definition -OpenOffice.org Writer : windows;hiding/showing/docking -OpenOffice.org Writer : windows;new -OpenOffice.org Writer : wizards -OpenOffice.org Writer : wizards;agendas -OpenOffice.org Writer : wizards;database queries -OpenOffice.org Writer : wizards;database tables (Base) -OpenOffice.org Writer : wizards;databases (Base) -OpenOffice.org Writer : wizards;document converter -OpenOffice.org Writer : wizards;Euro Converter -OpenOffice.org Writer : wizards;faxes -OpenOffice.org Writer : wizards;form letters -OpenOffice.org Writer : wizards;forms -OpenOffice.org Writer : wizards;letters -OpenOffice.org Writer : wizards;overview -OpenOffice.org Writer : wizards;presentations -OpenOffice.org Writer : wizards;reports -OpenOffice.org Writer : word completion -OpenOffice.org Writer : word counts -OpenOffice.org Writer : Word documents -OpenOffice.org Writer : Word documents;compatibility -OpenOffice.org Writer : Word documents;saving as -OpenOffice.org Writer : WordArt, see Fontwork -OpenOffice.org Writer : words -OpenOffice.org Writer : words;automatic replacement on/off -OpenOffice.org Writer : words;automatically replacing -OpenOffice.org Writer : words;counting in text -OpenOffice.org Writer : words;disabling spellcheck -OpenOffice.org Writer : words;wrapping in cells -OpenOffice.org Writer : words;wrapping/not wrapping in text -OpenOffice.org Writer : work directory change -OpenOffice.org Writer : Workbook feature in Microsoft Office -OpenOffice.org Writer : Worksheet feature in Microsoft Office -OpenOffice.org Writer : wrapping text -OpenOffice.org Writer : wrapping text;editing contours -OpenOffice.org Writer : wrapping text;in cells -OpenOffice.org Writer : write protection on/off -OpenOffice.org Writer : writing aids options -OpenOffice.org Writer : writing with direct cursor -OpenOffice.org Writer : WYSIWYG in fonts lists -OpenOffice.org Writer : X axes -OpenOffice.org Writer : X axes;grid formatting -OpenOffice.org Writer : X axes;scaling -OpenOffice.org Writer : X axes;showing -OpenOffice.org Writer : XForms -OpenOffice.org Writer : XML converters -OpenOffice.org Writer : XML file formats -OpenOffice.org Writer : XML filters -OpenOffice.org Writer : XML filters;creating/testing/distributing/deleting -OpenOffice.org Writer : XML filters;settings -OpenOffice.org Writer : XML Forms -OpenOffice.org Writer : XSLT based filters -OpenOffice.org Writer : XSLT based filters;settings -OpenOffice.org Writer : XSLT filters, see also XML filters -OpenOffice.org Writer : XY charts -OpenOffice.org Writer : Y axes -OpenOffice.org Writer : Y axes;formatting -OpenOffice.org Writer : Y axes;grid formatting -OpenOffice.org Writer : Y axes;scaling -OpenOffice.org Writer : Y axes;showing -OpenOffice.org Writer : years -OpenOffice.org Writer : years;2-digit options -OpenOffice.org Writer : Z axes -OpenOffice.org Writer : Z axes;grid formatting -OpenOffice.org Writer : Z axes;showing -OpenOffice.org Writer : zero values -OpenOffice.org Writer : zero values;displaying (Calc) -OpenOffice.org Writer : zooming -OpenOffice.org Writer : zooming;page views -OpenOffice.org Writer : zooming;pictures -OpenOffice.org Writer : zooming;status bar -- cgit From 09d6255e020853d1dc52fa2cf07e4cc8cf736930 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 13:31:32 +0200 Subject: vitomation01: #i109696 - Code compression, there exists a function to compare results, no need to do it manually --- .../framework/optional/includes/help_search.inc | 36 +++++++++------------- 1 file changed, 15 insertions(+), 21 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/help_search.inc b/testautomation/framework/optional/includes/help_search.inc index 297047c47398..dddf9cbda60d 100755 --- a/testautomation/framework/optional/includes/help_search.inc +++ b/testautomation/framework/optional/includes/help_search.inc @@ -38,6 +38,8 @@ testcase tHelpSearch goto endsub endif + const RC_LISTS_IDENTICAL = 0 + dim brc as boolean dim irc as integer @@ -49,16 +51,15 @@ testcase tHelpSearch cBasePath = gTesttoolPath & "framework\optional\input\help_browser\" dim cDataFile as string dim sProductName as string : sProductName = hStringReplaceChar( gProductName, " ", "_" ) - - brc = hOpenHelp() - if ( not brc ) then + + printlog( "Open Help Browser" ) + if ( not hOpenHelp() ) then warnlog( "Help not open, aborting test" ) goto endsub endif - - brc = hSelectHelpTab( "find" ) - if ( not brc ) then + printlog( "Go to the Find-Tabpage" ) + if ( not hSelectHelpTab( "find" ) ) then warnlog( "Could not access requested TabPage, aborting test" ) call hClosehelp() goto endsub @@ -82,8 +83,8 @@ testcase tHelpSearch sFileOut = hGetWorkFile( cDataFile ) sFileIn = convertpath( cBasePath & cDataFile ) - irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) - hListResultEvaluation( irc , 0 ) + irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) + hListResultEvaluation( irc , RC_LISTS_IDENTICAL ) ' ------------ Search whole words only ------------------------------------- printlog( "" ) @@ -102,10 +103,8 @@ testcase tHelpSearch sFileOut = hGetWorkFile( cDataFile ) sFileIn = convertpath( cBasePath & cDataFile ) - irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) - if ( irc <> 0 ) then - warnlog( "Lists are not identical, please review the log" ) - endif + irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) + hListResultEvaluation( irc , RC_LISTS_IDENTICAL ) ' ------------ Search headings only ---------------------------------------- printlog( "" ) @@ -124,10 +123,8 @@ testcase tHelpSearch sFileOut = hGetWorkFile( cDataFile ) sFileIn = convertpath( cBasePath & cDataFile ) - irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) - if ( irc <> 0 ) then - warnlog( "Lists are not identical, please review the log" ) - endif + irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) + hListResultEvaluation( irc , RC_LISTS_IDENTICAL ) ' ------------ Search headings and whole words ----------------------------- printlog( "" ) @@ -146,11 +143,8 @@ testcase tHelpSearch sFileOut = hGetWorkFile( cDataFile ) sFileIn = convertpath( cBasePath & cDataFile ) - irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) - if ( irc <> 0 ) then - warnlog( "Lists are not identical, please review the log" ) - endif - + irc = hManageComparisionList( sFileIn, sFileOut, aUIList() ) + hListResultEvaluation( irc , RC_LISTS_IDENTICAL ) hCloseHelp() -- cgit From e0ffe123aa0ec3e555385d970dfde4534308878c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 14:27:34 +0200 Subject: vitomation01: #i109696 - Misc fixes to code logic --- .../required/includes/g_numberformatter1.inc | 10 --- .../global/tools/includes/required/t_tools1.inc | 48 +++++------ .../optional/includes/global/g_arrangealign.inc | 11 +-- testautomation/graphics/tools/id_tools.inc | 95 +++++++--------------- testautomation/graphics/tools/id_tools_2.inc | 52 ------------ 5 files changed, 50 insertions(+), 166 deletions(-) mode change 100644 => 100755 testautomation/global/required/includes/g_numberformatter1.inc mode change 100644 => 100755 testautomation/graphics/optional/includes/global/g_arrangealign.inc mode change 100644 => 100755 testautomation/graphics/tools/id_tools.inc mode change 100644 => 100755 testautomation/graphics/tools/id_tools_2.inc (limited to 'testautomation') diff --git a/testautomation/global/required/includes/g_numberformatter1.inc b/testautomation/global/required/includes/g_numberformatter1.inc old mode 100644 new mode 100755 index 6eb8191c4367..2271bc333142 --- a/testautomation/global/required/includes/g_numberformatter1.inc +++ b/testautomation/global/required/includes/g_numberformatter1.inc @@ -29,16 +29,6 @@ '* '* short description : update and resouce test for numberformatter '* -'************************************************************************ -'* -'#1 tNumberformatterGetLanguage -'#1 sNumberformatterPreconditions -'#1 sNumberformatterOpenDialog -'#1 tNumberformatterPre -'#1 tNumberformatter -'#1 tUserDefinedNumberformatter -'#1 tButtonsNumberformatter -'* '\*********************************************************************** '///Setting Variables.. diff --git a/testautomation/global/tools/includes/required/t_tools1.inc b/testautomation/global/tools/includes/required/t_tools1.inc index f351a49d0aee..7242d1c3653d 100755 --- a/testautomation/global/tools/includes/required/t_tools1.inc +++ b/testautomation/global/tools/includes/required/t_tools1.inc @@ -836,16 +836,14 @@ function ActiveDeactivateAsianSupport ( WhatState as Boolean ) as Boolean gAsianSup = WhatState ' Set the global variable Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) + hCloseDialog( ExtrasOptionenDlg, "ok" ) else ActiveDeactivateAsianSupport = TRUE If WhatState = FALSE then warnlog "Deactivating of asian language support is not possible, because it is disabled in cjk versions" end if Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) + hCloseDialog( ExtrasOptionenDlg, "ok" ) end if end function @@ -875,16 +873,14 @@ function ActiveDeactivateCTLSupport ( WhatState as Boolean ) as Boolean gCTLSup = WhatState ' Set the global variable Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) + hCloseDialog( ExtrasOptionenDlg, "ok" ) else ActiveDeactivateCTLSupport = TRUE If WhatState = FALSE then warnlog "Deactivating of CTL language support is not possible, because it is disabled in ctl versions" end if Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - Sleep (3) + hCloseDialog( ExtrasOptionenDlg, "ok" ) end if end function @@ -1123,34 +1119,30 @@ end sub sub raiseApplication ' Try to solve focus problem on MacOS X; After calling this function, OOo should be most front; - Dim i as integer - Dim a as integer - Dim b as integer - Dim tBundle as string - Dim aPath + dim iCurrentDir as integer + dim iNumberOfHits as integer : iNumberOfHits = 0 + dim iDirPosition as integer + dim tBundle as string + dim aPath ' string array with dynamic itemcount, intended. ' Calling just the .app with open on MacOS X via shell command if ( lcase( gPlatform ) = "osx" ) then - + + ' Split the path into its components aPath = split(gNetzOfficePath, gPathSigne) - a=0 + ' make sure 'Contents' is just one time in path - for i=0 to uBound(aPath) - - if "Contents" = aPath(i) then - a=a+1 - endif - - next i + for iCurrentDir = 0 to uBound(aPath) + if "Contents" = aPath( iCurrentDir ) then iNumberOfHits = iNumberOfHits + 1 + next iCurrentDir ' exit if not - if a<>1 then - exit sub - end if + if ( iNumberOfHits <> 1 ) then exit sub - i=inStr(gNetzOfficePath, "Contents") - tBundle=left(gNetzOfficePath, i-2) - shell("open",1 ,tBundle, true) + iDirPosition = inStr( gNetzOfficePath, "Contents" ) + tBundle = left( gNetzOfficePath, iDirPosition - 2 ) + + shell( "open", 1, tBundle, true ) end if end sub diff --git a/testautomation/graphics/optional/includes/global/g_arrangealign.inc b/testautomation/graphics/optional/includes/global/g_arrangealign.inc old mode 100644 new mode 100755 index 4d79d3c2f829..6cce05a1f4fd --- a/testautomation/graphics/optional/includes/global/g_arrangealign.inc +++ b/testautomation/graphics/optional/includes/global/g_arrangealign.inc @@ -29,16 +29,7 @@ '* '* short description : '* -'************************************************************************************** -' #1 tiDatei_Fuer_Anordnen_Erstellen -' #1 tdContextSendBackward -' #1 tdContextBringForward -' #1 tdContextSendToBack -' #1 tdContextBringToFront -' #1 tdContextReverse -' #1 tdContextInFrontOfObject -' #1 tdContextBehindObject -'\************************************************************************************* +'\****************************************************************************** testcase tiDatei_Fuer_Anordnen_Erstellen dim sTemp as string diff --git a/testautomation/graphics/tools/id_tools.inc b/testautomation/graphics/tools/id_tools.inc old mode 100644 new mode 100755 index 117fa47725e2..9cd7bacdfb16 --- a/testautomation/graphics/tools/id_tools.inc +++ b/testautomation/graphics/tools/id_tools.inc @@ -31,45 +31,6 @@ '* '\****************************************************************************** -'Functions: -' #1 hFindSpellHypLanguage -' #1 GetDecimalSeperator -' #1 LiberalMeasurement -' #1 GetMeasUnit -' #1 StrToDouble -' #1 fGetPositionX -' #1 setStartCurrentPage -' #1 fIsDocumentWritable -' #1 fIsDocumentWritable -' #1 fGetSizeXY -' #1 hCallExport -' #1 checkexppdfwaitmax10sec -' #1 fCompareTwoValues -' #1 fConvertBackslashToSlash -' #1 hScreenFontAntialiasing -' #1 fSaveLoadAllFormats -' #1 setCharacterLanguage -' #1 toggleGermanSpellchecking -' #1 sAnalyseContextMenu -' #1 sLongToBinary -' #1 sBinaryToLong -' #1 fGetIntoDictionary -' #1 hSelectInList -' #1 hWalkTheStyles2 -' #1 fGetSlideNumber -' #1 fGetSlideCount -' #1 fGetSlideName -' #1 fGetSetPageBackground -' #1 CreateTextSetEffectAndAngle -' #1 fGetPresentationStyle -' #1 hPrepareSearchBUG -' #1 makeNumOutOfText -' #1 wIgnorierenlisteLoeschen -' #1 optionstest -' #1 optionstest2 - - -'\***************************************************************** function hFindSpellHypLanguage (optional sBooks()) as string printlog "print all available languages that have a language module" dim iListLength as integer @@ -98,8 +59,7 @@ function hFindSpellHypLanguage (optional sBooks()) as string ModuleBearbeiten.Close Kontext "ExtrasOptionenDlg" printlog "close dialog 'Options - '" - ExtrasOptionenDlg.OK - sleep 1 + hCloseDialog( ExtrasOptionenDlg, "ok" ) endif end function @@ -235,19 +195,21 @@ function fGetPositionX () as string fGetPositionX = "" try - ContextPositionAndSize + ContextPositionAndSize + + kontext + active.SetPage TabPositionAndSize + kontext "TabPositionAndSize" + if ( TabPositionAndSize.exists( 5 ) ) then + fGetPositionX = PositionX.GetText() + TabPositionAndSize.OK() + else + warnlog( "Couldn't switch to " ) + endif catch - warnlog "couldn't call 'ContextPositionAndSize' no object selected ?" + warnlog "couldn't call 'ContextPositionAndSize' no object selected ?" endcatch - kontext - active.SetPage TabPositionAndSize - kontext "TabPositionAndSize" - if TabPositionAndSize.exists (5) then - fGetPositionX = PositionX.GetText - TabPositionAndSize.OK - else - warnlog "Couldn't switch tab page :-( " - endif + end function '------------------------------------------------------------------------------- @@ -266,7 +228,7 @@ function setStartCurrentPage(optional bState as boolean) as boolean endif Kontext "ExtrasOptionenDlg" printlog "+ close dialog 'Options - Presenation - General' with OK " - ExtrasOptionenDlg.OK + hCloseDialog( ExtrasOptionenDlg, "ok" ) end function '------------------------------------------------------------------------------- @@ -278,11 +240,11 @@ function fIsDocumentWritable() as boolean printlog " true if the document is writeable otherwise false" Kontext "Standardbar" - if Bearbeiten.GetState(2) <> 1 then - fIsDocumentWritable = false - else - fIsDocumentWritable = true - endif + if Bearbeiten.GetState( 2 ) <> 1 then + fIsDocumentWritable = false + else + fIsDocumentWritable = true + endif end function @@ -295,17 +257,17 @@ function fMakeDocumentWritable() as boolean printlog " true if the document can make writeable otherwise false" Kontext "Standardbar" - sleep (1) + sleep ( 1 ) if Bearbeiten.GetState(2) <> 1 then Bearbeiten.Click Kontext - if Active.Exists(1) then - Active.Yes - fMakeDocumentWritable = true - else - warnlog "No messagebox after making document editable?" - fMakeDocumentWritable = false - endif + if Active.Exists(1) then + Active.Yes + fMakeDocumentWritable = true + else + warnlog "No messagebox after making document editable?" + fMakeDocumentWritable = false + endif else printlog "Document is allready writable." fMakeDocumentWritable = true @@ -323,6 +285,7 @@ function fGetSizeXY (sX as string, sY as string, bGet as boolean) as Boolean bReturn = True try ContextPositionAndSize + exit function catch warnlog "couldn't call 'ContextPositionAndSize' no object selected ?" endcatch diff --git a/testautomation/graphics/tools/id_tools_2.inc b/testautomation/graphics/tools/id_tools_2.inc old mode 100644 new mode 100755 index 6cf18494915d..3604875088a8 --- a/testautomation/graphics/tools/id_tools_2.inc +++ b/testautomation/graphics/tools/id_tools_2.inc @@ -31,58 +31,6 @@ '* '\****************************************************************************** -'Subs: -' #1 sFileExport -' #1 callAutocorrectOptions -' #1 sCheckCheck -' #1 sCheckUnderlined -' #1 sCheckSupperscript -' #1 sCheckDash -' #1 sPrintCheckOrder -' #1 writertest -' #1 calctest -' #1 tClipboardFromDrawTest -' #1 Select_Copy -' #1 SaveMeasurementSetFirst -' #1 MeasurementSetFirst -' #1 ResetMeasurement -' #1 SetKontextApplication -' #1 hSetSpellHypLanguage -' #1 hTBOtypeInDoc -' #1 Position_Vergleichen -' #1 g_demoguide -' #1 sFormatTextDrawAnimation -' #1 mouseclickinpresentation -' #1 im_002_ -' #1 im_003_ -' #1 im_004_ -' #1 im_005_ -' #1 im_007_ -' #1 im_011_ -' #1 D_002_ -' #1 D_003_ -' #1 D_005_ -' #1 d_007 -' #1 hOpenGallery -' #1 LoadGraphic -' #1 CheckGraphic -' #1 GetOnlyGraphics -' #1 tSettingsToCM -' #1 tResetSettings -' #1 id_001 -' #1 id_002 -' #1 id_003 -' #1 id_004 -' #1 id_005 -' #1 id_006 -' #1 id_007 -' #1 id_008 -' #1 id_009 -' #1 id_011 -' #1 hWalkTheStyles - -'\***************************************************************** - sub sFileExport printlog " just exporting is done in qatesttool/framework/first test: 'tGraphicExport' but there is no loading, " -- cgit From 71776505ceef5878a06318e8f5e8bb159263a567 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 18:45:22 +0200 Subject: vitomation01: #i109696 - Misc fixes + enhancements, new function --- .../framework/optional/f_basic_gridcontrol.bas | 13 ++- .../optional/includes/basic_gridcontrol.inc | 115 ++++++--------------- .../tools/includes/optional/t_treelist_tools.inc | 45 +++++--- 3 files changed, 72 insertions(+), 101 deletions(-) mode change 100644 => 100755 testautomation/framework/optional/f_basic_gridcontrol.bas mode change 100644 => 100755 testautomation/framework/optional/includes/basic_gridcontrol.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_gridcontrol.bas b/testautomation/framework/optional/f_basic_gridcontrol.bas old mode 100644 new mode 100755 index 697618e7fc65..74ee57c52c5d --- a/testautomation/framework/optional/f_basic_gridcontrol.bas +++ b/testautomation/framework/optional/f_basic_gridcontrol.bas @@ -32,17 +32,26 @@ '\****************************************************************************** sub main + use "framework\optional\includes\basic_gridcontrol.inc" + call hStatusIn ("framework", "f_basic_gridcontrol.bas") - printlog "Load Document with gridcontrol" + + hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_LOW ) call tGridcontrolLoad hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_DEFAULT ) - call hStatusOut + + call hStatusOut() + end sub sub LoadIncludeFiles + use "global\system\includes\master.inc" use "global\system\includes\gvariabl.inc" + + use "global\tools\includes\optional\t_treelist_tools.inc" + gApplication = "WRITER" call GetUseFiles() end sub diff --git a/testautomation/framework/optional/includes/basic_gridcontrol.inc b/testautomation/framework/optional/includes/basic_gridcontrol.inc old mode 100644 new mode 100755 index dc96ef30e16c..24102f770f4e --- a/testautomation/framework/optional/includes/basic_gridcontrol.inc +++ b/testautomation/framework/optional/includes/basic_gridcontrol.inc @@ -32,100 +32,49 @@ '\****************************************************************************** testcase tGridcontrolLoad - dim sLocation as string - dim i,x,a as integer - dim sTemp as string - dim lFiles(200) as string - dim bTemp as boolean - dim iError, iOK as integer - - sLocation = "framework/optional/include/basic_gridcontrol.inc::" - hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_LOW ) + const MACRO_NAME = "VclTestTool" + const MACRO_NOT_FOUND = 0 + const FILE_NAME = "framework/optional/input/gridcontrol.odt" - printlog "Open the test document" - call hFileOpen(convertPath(gTestToolPath + "framework/optional/input/gridcontrol.odt")) - printlog "Security dialog might come up" - kontext "SecurityWarning" - if SecurityWarning.exists(5) then - printlog "Allow to run macros" - SecurityWarning.ok - endif - call sleep 1 + dim iPos as integer + + printlog( "Open the test document: " & FILE_NAME ) + call hFileOpen( gTestToolPath & FILE_NAME ) - printlog "Start the macro, that performs the test" - printlog "Tools->Macros->Run Macro..." + printlog( "Open the dialog" ) ToolsMacrosRunMacro + + printlog( "Find the document, its library and the test macro, run the macro" ) Kontext "ScriptSelector" - if ScriptSelector.exists(10) then - x = LibraryTreeList.getItemCount - printlog "Look for library 'gridcontrol'" - for i = 1 to x - sTemp = LibraryTreeList.getItemText(i) - 'printlog "("+i+"/"+x+"): '" + sTemp + "'" - if (instr(sTemp,"gridcontrol")>0 OR instr(sTemp,"GRIDCONTROL")) then - a = i - printlog "Found library ("+i+"/"+x+"): '" + sTemp + "'" - endif - next i - if 0 <> a then - printlog "Select the library and unfold it" - LibraryTreeList.select(a) - LibraryTreeList.typeKeys("+") - printlog "Go to 'Standard' and unfold" - LibraryTreeList.typeKeys("") - LibraryTreeList.typeKeys("+") - printlog "Go to 'Module1'" - LibraryTreeList.typeKeys("") + if ( ScriptSelector.exists( 10 ) ) then + + printlog( "Select the last node" ) + hSelectTheLastNode( LibraryTreeList ) - printlog "Select macro name 'VclTestTool'" - x = ScriptList.getItemCount - for i = 1 to x - sTemp = ScriptList.getItemText(i) - 'printlog "("+i+"/"+x+"): '" + sTemp + "'" - if "VclTestTool" = sTemp then - a = i - printlog "Found macro ("+i+"/"+x+"): '" + sTemp + "'" - endif - next i - if (0 <> a) then - printlog "Select the macro" - ScriptList.select(a) - printlog "Start the macro by pressing the button 'run'" - ScriptSelector.ok - printlog "sleep... at least 60 seconds" - call sleep(60) - printlog "If macro fails for whatever reason, a message comes up" - Kontext - if active.exists() then - warnlog "" + active.getText - active.ok - try - EditCopy - warnlog getclipboard() - catch - endcatch - printlog "close basic ide" - call hCloseDocument() - printlog "close document" - call hCloseDocument() - goto endsub - endif + printlog( "Search for the macro within the current module" ) + iPos = hFindInList( ScriptList, MACRO_NAME ) + if ( iPos <> MACRO_NOT_FOUND ) then + + printlog( "The requested macro was found: " & MACRO_NAME ) + ScriptList.select( iPos ) + hCloseDialog( ScriptSelector, "ok" ) + + printlog( "Probe for unexpected messagebox" ) + + ' REM what is supposed to happen here? + ' Wait for a messagebox and print an error no matter what? + ' Very, very strange - else - warnlog sLocation + "Macro not found: 'Main'" - endif else - warnlog sLocation + "Library not found: 'gridcontrol'" + warnlog( "The requested Macro could not be found: " & MACRO_NAME ) endif else - warnlog sLocation + "'Run macro dialog' didn't came up" + warnlog( "ScriptSelector failed to open" ) endif - printlog "clean up" - printlog "Close the document, else an error about the navigator will be thrown" - if getDocumentcount > 0 then - call hCloseDocument() - endif + printlog( "Test exit, cleanup" ) + hFileCloseAll() + endcase diff --git a/testautomation/global/tools/includes/optional/t_treelist_tools.inc b/testautomation/global/tools/includes/optional/t_treelist_tools.inc index a983510352e4..ba16f529c100 100755 --- a/testautomation/global/tools/includes/optional/t_treelist_tools.inc +++ b/testautomation/global/tools/includes/optional/t_treelist_tools.inc @@ -170,7 +170,7 @@ function hExpandNode( oControl as object, iNode as integer ) as integer '///
                          '///+
                        • Returns new nodecount or 0 on error
                        • '///
                        - + const RC_FAILURE = 0 const CFN = "hExpandNode::" dim iOldNodeCount as integer @@ -182,7 +182,7 @@ function hExpandNode( oControl as object, iNode as integer ) as integer iOldNodeCount = hGetNodeCount( oControl ) if ( iNode <= iOldNodeCount ) then - if ( iNode > 0 ) then + if ( iNode > RC_FAILURE ) then oControl.select( iNode ) endif try @@ -190,10 +190,10 @@ function hExpandNode( oControl as object, iNode as integer ) as integer hExpandNode() = hGetNodeCount( oControl ) catch warnlog( "#i84194# Treelist access failed (Keyboard navigation)" ) - hExpandNode() = 0 + hExpandNode() = RC_FAILURE endcatch else - hExpandNode() = 0 + hExpandNode() = RC_FAILURE endif end function @@ -375,23 +375,17 @@ function hSelectTheLastNode( oControl as object ) as integer const CFN = "hSelectTheLastNode::" dim iCurrentNodeCount as integer - if ( GVERBOSE ) then printlog( CFN & "Enter with option (control): " & oControl.name() ) - - iCurrentNodeCount = -1 - - do while( iCurrentNodeCount < hGetNodeCount( oControl ) ) - - iCurrentNodeCount = hGetNodeCount( oControl ) - hExpandNode( oControl, iCurrentNodeCount ) - + iCurrentNodeCount = hExpandAllNodes( oControl ) + if ( iCurrentNodeCount > 0 ) then + oControl.select( iCurrentNodeCount ) if ( GVERBOSE ) then printlog( CFN & "Nodename.....: " & oControl.getText() ) printlog( CFN & "Node position: " & iCurrentNodeCount ) endif - - loop + else + iCurrentNodeCount = -1 + endif - if ( GVERBOSE ) then printlog( CFN & "Exit with result: " & iCurrentNodeCount ) hSelectTheLastNode() = iCurrentNodeCount end function @@ -449,3 +443,22 @@ function hGetListItems( oControl as object, aList() as string ) as integer end function +'******************************************************************************* + +function hFindInList( oControl as object, cObject as string ) as integer + + const RETVAL_FAILURE = 0 + dim iCurrentObject as integer + + for iCurrentObject = 1 to oControl.getItemCount() + + if ( oControl.getSelText() = cObject ) then + hFindInList() = iCurrentObject + exit function + endif + + next iCurrentObject + + hFindInList() = RETVAL_FAILURE + +end function \ No newline at end of file -- cgit From 6bfb3c970edacf5230a0bf324204820ef474954f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 19:33:35 +0200 Subject: vitomation01: #i109696 - Dramatically simplified test case, provided long missing function to select item in a list by name (which would work using the treelist function as well but looks rather awkward when called from within a test case - it is just the wrong control. --- .../framework/optional/includes/basic_gridcontrol.inc | 10 +++++----- .../global/tools/includes/optional/t_treelist_tools.inc | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_gridcontrol.inc b/testautomation/framework/optional/includes/basic_gridcontrol.inc index 24102f770f4e..346e929b886d 100755 --- a/testautomation/framework/optional/includes/basic_gridcontrol.inc +++ b/testautomation/framework/optional/includes/basic_gridcontrol.inc @@ -61,11 +61,11 @@ testcase tGridcontrolLoad hCloseDialog( ScriptSelector, "ok" ) printlog( "Probe for unexpected messagebox" ) - - ' REM what is supposed to happen here? - ' Wait for a messagebox and print an error no matter what? - ' Very, very strange - + kontext "Active" + if ( Active.exists( 5 ) ) then + warnlog( "Unexpected messagebox: " & Active.getText() ) + Active.ok() + endif else warnlog( "The requested Macro could not be found: " & MACRO_NAME ) endif diff --git a/testautomation/global/tools/includes/optional/t_treelist_tools.inc b/testautomation/global/tools/includes/optional/t_treelist_tools.inc index ba16f529c100..8efb2917568c 100755 --- a/testautomation/global/tools/includes/optional/t_treelist_tools.inc +++ b/testautomation/global/tools/includes/optional/t_treelist_tools.inc @@ -452,6 +452,8 @@ function hFindInList( oControl as object, cObject as string ) as integer for iCurrentObject = 1 to oControl.getItemCount() + oControl.select( iCurrentObject ) + if ( oControl.getSelText() = cObject ) then hFindInList() = iCurrentObject exit function -- cgit From 82c757739cca1be2395ba807fe9eff470a09f223 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 20:40:22 +0200 Subject: vitomation01: #i109696 - fix typo --- testautomation/framework/optional/includes/basic_usertemplate.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/basic_usertemplate.inc b/testautomation/framework/optional/includes/basic_usertemplate.inc index 275be2557abf..03f1602a94b5 100755 --- a/testautomation/framework/optional/includes/basic_usertemplate.inc +++ b/testautomation/framework/optional/includes/basic_usertemplate.inc @@ -104,7 +104,7 @@ testcase tMacroUsertemplate printlog( "Insert test macro" ) hInsertMacro( 3 ) - printog( "Close BASIC IDE" ) + printlog( "Close BASIC IDE" ) hCloseBasicIde() printlog( "Close Document" ) -- cgit From 63f249db02285f7b56b40ea57c5d426458952941 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 20:54:36 +0200 Subject: vitomation01: #i109696 - fix broken filename --- testautomation/framework/optional/includes/filedlg_filternames.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/filedlg_filternames.inc b/testautomation/framework/optional/includes/filedlg_filternames.inc index 393476cd58c7..083fdac2793e 100755 --- a/testautomation/framework/optional/includes/filedlg_filternames.inc +++ b/testautomation/framework/optional/includes/filedlg_filternames.inc @@ -52,6 +52,8 @@ testcase tVerifyFilterNames ' For Windows and Solaris Sparc there exists additional commercial filters ' that are available for StarOffice only. cFile = gProductName & "_Filternames_" + cFile = hStringReplaceChar( cFile, " ", "_" ) + if ( not gOOo ) then select case gtSysName case "Windows" : cFile = cFile & "add_" & gIsoLang & ".txt" @@ -64,8 +66,6 @@ testcase tVerifyFilterNames else cFile = cFile & gIsoLang & ".txt" endif - - dim cFileIn as string cFileIn = gTesttoolPath & "framework\optional\input\filternames\" & cFile @@ -74,9 +74,6 @@ testcase tVerifyFilterNames dim cFileOut as string cFileOut = hGetWorkPath() & cFile - ' Replace blanks with underscores - cFile = hStringReplaceChar( sFile, " ", "_" ) - printlog( "Create a new document" ) hCreateDocument() -- cgit From 99a233ca861a868b82751f985b3276dbf01b5c61 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 21:33:12 +0200 Subject: vitomation01: #i109696 - fix various breakages caused by refactoring --- .../framework/optional/includes/w_grid_layout1.inc | 51 ++++++++++++---------- 1 file changed, 29 insertions(+), 22 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/w_grid_layout1.inc b/testautomation/framework/optional/includes/w_grid_layout1.inc index da339422ee8f..7b4a288b4d33 100755 --- a/testautomation/framework/optional/includes/w_grid_layout1.inc +++ b/testautomation/framework/optional/includes/w_grid_layout1.inc @@ -35,6 +35,12 @@ private const SOURCE_PATH = "framework\optional\input\CJK\" testcase tTextGridDialog_1 + dim lsSave( 3 ) as string + dim lbSave( 3 ) as string + + kontext "Navigator" + hCloseDialog( Navigator, "close,optional" ) + '/// Check if tabpage 'Text Grid' disappears when "Asian Language support" is NOT checked if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then Call CheckAsianLanguageSupport("Off") @@ -82,8 +88,8 @@ testcase tTextGridDialog_1 Kontext "ExtrasOptionenDlg" hCloseDialog( ExtrasOptionenDlg, "ok" ) + hFileCloseAll() - hCloseDocument() endcase '------------------------------------------------------------------------- @@ -116,12 +122,13 @@ testcase tTextGridDialog_2 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText "2" + kontext "Navigator" hCloseDialog( Navigator, "close" ) '/// In No Grid mode, there should be only 1 page, the focus is before the first line Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 Call DocumentWriter.TypeKeys "" hUseAsyncSlot( "EditCopy" ) @@ -161,11 +168,12 @@ testcase tTextGridDialog_3 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText "2" + kontext "Navigator" hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 Call DocumentWriter.TypeKeys "" hUseAsyncSlot( "EditCopy" ) @@ -208,11 +216,12 @@ testcase tTextGridDialog_4 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText "2" + kontext "Navigator" hCloseDialog( Navigator, "close" ) Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 Call DocumentWriter.TypeKeys "" hUseAsyncSlot( "EditCopy" ) @@ -294,10 +303,8 @@ testcase tGridDisplay_1 endif else Kontext "Printing" - if( Printing.exists( 1 )) then - Printing.OK - Printing.notExists( 5 ) - endif + hCloseDialog( Printing, "ok" ) + kontext if ( active.exists( 2 ) ) then qaErrorLog active.getText @@ -402,7 +409,7 @@ testcase tFontSizeChanges_1 endif Kontext "DocumentWriter" - sleep 3 + wait( 200 ) ' sleep 3 Call DocumentWriter.TypeKeys "" hUseAsyncSlot( "EditCopy" ) @@ -445,7 +452,7 @@ testcase tRubyText_1 hUseAsyncSlot( "FormatAutoformatApply" ) WaitSlot( 3000 ) Call DocumentWriter.TypeKeys "" - Sleep 2 + wait( 200 ) ' sleep 2 Call DocumentWriter.TypeKeys "" hUseAsyncSlot( "EditCopy" ) @@ -473,11 +480,11 @@ testcase tIndentsTest_1 sMakeReadOnlyDocumentEditable Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 '/// Active navigator dialogue , check if the page number is 1 Kontext @@ -485,16 +492,16 @@ testcase tIndentsTest_1 Kontext "NavigatorWriter" if Seitennummer.GetText <> sCorrectPage1 then Warnlog "First test :Something wrong in indents test!" kontext "Navigator" - hCloseDialog( Navigator, "cancel" ) + hCloseDialog( Navigator, "close" ) '/// press TAB in second line again Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 Call DocumentWriter.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 '/// Active navigator dialogue , check if the page number is 2 Kontext @@ -502,7 +509,7 @@ testcase tIndentsTest_1 Kontext "NavigatorWriter" if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Second test :Something wrong in indents test!" kontext "Navigator" - hCloseDialog( Navigator, "cancel" ) + hCloseDialog( Navigator, "close" ) Call hCloseDocument endcase @@ -525,9 +532,9 @@ testcase tObjectsTest_1 '/// If object is anchored as Character , check if it will snap to the appropriate grid cell fStartupNavigator( "OLEObject" , 1 ) - Sleep 1 + wait( 200 ) ' sleep 1 Auswahlliste.TypeKeys "" - Sleep 1 + wait( 200 ) ' sleep 1 kontext "Navigator" hCloseDialog( Navigator, "close" ) @@ -539,7 +546,7 @@ testcase tObjectsTest_1 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText sCorrectPage2 - WaitSlot( 5000 ) ' Sleep 5 + WaitSlot( 5000 ) ' wait( 200 ) ' sleep 5 if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Something wrong when object is anchored as Character!" kontext "Navigator" hCloseDialog( Navigator, "close" ) @@ -556,7 +563,7 @@ testcase tObjectsTest_1 ViewNavigator Kontext "NavigatorWriter" Seitennummer.SetText sCorrectPage2 - WaitSlot( 5000 ) ' Sleep 5 + WaitSlot( 5000 ) ' wait( 200 ) ' sleep 5 if Seitennummer.GetText <> sCorrectPage1 then Warnlog "Something wrong when object is anchored to Character!" kontext "Navigator" hCloseDialog( Navigator, "close" ) -- cgit From d9050c32bd99f49518f401ad4caf055014cd2961 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 25 May 2010 21:46:45 +0200 Subject: vitomation01: #i109696 - fix warnlogs caused by untraceable rendering activity when selecting page number in navigator (Document is re-rendered which takes time and cannot be covered by WaitSlot()) --- testautomation/framework/optional/includes/w_grid_layout1.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/w_grid_layout1.inc b/testautomation/framework/optional/includes/w_grid_layout1.inc index 7b4a288b4d33..773806dcf0b0 100755 --- a/testautomation/framework/optional/includes/w_grid_layout1.inc +++ b/testautomation/framework/optional/includes/w_grid_layout1.inc @@ -121,7 +121,7 @@ testcase tTextGridDialog_2 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" + Seitennummer.SetText "2" : Wait( 2000 ) kontext "Navigator" hCloseDialog( Navigator, "close" ) @@ -167,7 +167,7 @@ testcase tTextGridDialog_3 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" + Seitennummer.SetText "2" : Wait( 2000 ) kontext "Navigator" hCloseDialog( Navigator, "close" ) @@ -215,7 +215,7 @@ testcase tTextGridDialog_4 Kontext ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText "2" + Seitennummer.SetText "2" : Wait( 2000 ) kontext "Navigator" hCloseDialog( Navigator, "close" ) @@ -401,7 +401,7 @@ testcase tFontSizeChanges_1 ViewNavigator Kontext "NavigatorWriter" if NavigatorWriter.exists(5) then - Seitennummer.SetText "2" + Seitennummer.SetText "2" : Wait( 2000 ) kontext "Navigator" hCloseDialog( Navigator, "close" ) else -- cgit From 65ff7b9bca679a9dbccb8395705ea54c9c61f917 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 08:09:45 +0200 Subject: vitomation01: #i109696 - fix kontext error --- .../required/includes/standard_toolbar_4.inc | 26 ++++++++++++++-------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/standard_toolbar_4.inc b/testautomation/framework/required/includes/standard_toolbar_4.inc index b1a820769ceb..bc67ca6535ff 100755 --- a/testautomation/framework/required/includes/standard_toolbar_4.inc +++ b/testautomation/framework/required/includes/standard_toolbar_4.inc @@ -34,24 +34,32 @@ testcase tStandardBar_4 printlog( "Invisible items on the standardbar" ) - - dim brc as boolean - + + printlog( "Reset standardbar to defaults" ) hResetStandardBar() - + + kontext "Writer" + printlog( "Open one single Writer document" ) hInitSingleDoc() + + kontext "DocumentWriter" DocumentWriter.maximize() ' Needed to avoid toolbar clipping on resolutions < 1024x768 or small windows. + + printlog( "Check item count on toolbar" ) hStandardbarItemGetCount() - + + printlog( "Load URL" ) hStandardbarLoadUrl() - + + printlog( " dialog" ) hStandardbarNewDialog() - + + printlog( "" ) hStandardbarSaveAs() - + + printlog( "Close all open documents" ) hFileCloseAll() - endcase -- cgit From 8c83c6b4385c94d2af6284dda542cee411316106 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 09:00:32 +0200 Subject: vitomation01: #i109696 - The test tries to close a tabpage twice, fixed. --- .../optional/includes/CJK_FeatureSwitchTest_1.inc | 59 ++++++++++++---------- 1 file changed, 31 insertions(+), 28 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc b/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc index d144b7cdb88a..2c106d0fa639 100644 --- a/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc +++ b/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc @@ -96,27 +96,30 @@ testcase tWriterUIChangesTest1 TabAusrichtungAbsatz.Cancel end if - TabAusrichtungAbsatz.Cancel + ' JSK I have no idea why the tabpage was closed a second time so i do not fix it + ' but make closing the tabpage optional. I hate this. + kontext "TabAusrichtungAbsatz" + hCloseDialog( TabAusrichtungAbsatz, "cancel,optional" ) - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then - Call CheckAsianLanguageSupport("Off") + if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + Call CheckAsianLanguageSupport("Off") - Kontext - FormatParagraph - Active.SetPage TabAusrichtungAbsatz - Kontext "TabAusrichtungAbsatz" + Kontext + FormatParagraph + Active.SetPage TabAusrichtungAbsatz + Kontext "TabAusrichtungAbsatz" - try - if TextrasterFangen.IsChecked = TRUE Or TextrasterFangen.IsChecked <> TRUE then - warnlog "Something wrong in checkbox 'snap to text grid'" - end if - catch - endcatch + try + if TextrasterFangen.IsChecked = TRUE Or TextrasterFangen.IsChecked <> TRUE then + warnlog "Something wrong in checkbox 'snap to text grid'" + end if + catch + endcatch - TabAusrichtungAbsatz.Cancel - end if + TabAusrichtungAbsatz.Cancel + end if - Call hCloseDocument + Call hCloseDocument endcase '------------------------------------------------------------------------- @@ -424,7 +427,7 @@ endcase '------------------------------------------------------------------------- testcase tWriterUIChangesTest9 - call hNewDocument + call hNewDocument '/// turn on "Asian Language support" , Check if list box text direction appear Call CheckAsianLanguageSupport("On") @@ -507,9 +510,9 @@ endcase '------------------------------------------------------------------------- testcase tWriterUIChangesTest11 - Dim iHopeNumber1 , iHopeNumber2 as Integer - dim i as integer - dim iCount as integer + Dim iHopeNumber1 , iHopeNumber2 as Integer + dim i as integer + dim iCount as integer iHopeNumber1 = 38 iHopeNumber2 = 19 @@ -561,14 +564,14 @@ testcase tWriterUIChangesTest11 'Referenze: TabOptionenNumerierung.Cancel qaerrorlog "the number of list box numbering is wrong when Asian Language support is on; expected: " + iHopeNumber1 + "; is: " + iCount - end if - - 'print warning if no printer is available - kontext - if active.exists(5) then - qaErrorlog "print warning: '" + active.getText + "'" - active.ok - endif + end if + + 'print warning if no printer is available + kontext + if active.exists(5) then + qaErrorlog "print warning: '" + active.getText + "'" + active.ok + endif 'print warning if no printer is available kontext -- cgit From 3b3108912c0e32d10611d6d3a84a5ba94c78c933 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 09:29:43 +0200 Subject: vitomation01: #i109696 - CJK featureswitch had incorrect reference numbers, lots of inverted logic (which was greatly simplified by providing a minimalistic helper function). --- .../optional/includes/CJK_FeatureSwitchTest_1.inc | 56 ++++++++++++---------- 1 file changed, 30 insertions(+), 26 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc b/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc index 2c106d0fa639..b8ddc55e012a 100644 --- a/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc +++ b/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc @@ -78,7 +78,7 @@ testcase tWriterUIChangesTest1 TabAusrichtungAbsatz.Cancel '/// turn off "Asian Language support" , check if checkbox "Snap to text grid" isn't enable - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") Kontext @@ -101,7 +101,7 @@ testcase tWriterUIChangesTest1 kontext "TabAusrichtungAbsatz" hCloseDialog( TabAusrichtungAbsatz, "cancel,optional" ) - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") Kontext @@ -146,7 +146,7 @@ testcase tWriterUIChangesTest2 endcatch '/// turn off "Asian Language support" , check if tabpage "Asian Typography" disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") Kontext @@ -189,7 +189,7 @@ testcase tWriterUIChangesTest3 TabFont.Cancel '/// turn off "Asian Language support" , Check if list box "Asian text font" disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") Kontext @@ -230,7 +230,7 @@ testcase tWriterUIChangesTest4 TabFontEffects.Cancel '/// turn off "Asian Language support" , Check if list box "Emphasis mark" disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") Kontext @@ -267,7 +267,7 @@ testcase tWriterUIChangesTest5 ExtrasOptionenDlg.Cancel '/// turn on "Asian Language support" , Check if tabpage "Searching in Japanese" disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") ToolsOptions @@ -302,7 +302,7 @@ testcase tWriterUIChangesTest6 ExtrasOptionenDlg.Cancel '/// turn off "Asian Language support" , Check if tabpage "Asian Layout" disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") ToolsOptions @@ -338,7 +338,7 @@ testcase tWriterUIChangesTest7 endcatch '/// turn off "Asian Language support" , Check if menu format/Ruby is inactived - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") try @@ -393,7 +393,7 @@ testcase tWriterUIChangesTest8 endcatch '/// turn off "Asian Language support" , Check if submenus in format/change case is inactived - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") try @@ -445,7 +445,7 @@ testcase tWriterUIChangesTest9 TabSeite.Cancel '/// turn off "Asian Language support" , Check if list box text direction disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") FormatPageWriter @@ -488,7 +488,7 @@ testcase tWriterUIChangesTest10 endcatch '/// turn off "Asian Language support" , Check if vertical text box and callout disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") Kontext "Drawbar" try @@ -510,12 +510,12 @@ endcase '------------------------------------------------------------------------- testcase tWriterUIChangesTest11 - Dim iHopeNumber1 , iHopeNumber2 as Integer + dim i as integer dim iCount as integer - iHopeNumber1 = 38 - iHopeNumber2 = 19 + const iHopeNumber1 = 42 + const iHopeNumber2 = 23 '/// Check if the number in listbox numbering is right or not. '/// [if the number of the listbox numbering is changed, this case should be modified according] @@ -546,16 +546,11 @@ testcase tWriterUIChangesTest11 Active.Ok QAErrorLog "No Default-Printer!" Kontext "Printing" - if ( Printing.exists( 1 ) ) then - Printing.cancel() - endif + hCloseDialog( Printing, "cancel,optional" ) end if else Kontext "Printing" - if ( Printing.exists( 2 ) ) then - Printing.cancel() - Printing.notExists( 5 ) - endif + hCloseDialog( Printing, "cancel,optional" ) endif else for i =1 to iCount @@ -581,7 +576,7 @@ testcase tWriterUIChangesTest11 endif '/// turn off "Asian Language support" , Check if the number in listbox numbering is right - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") FormatNumberingBullets @@ -616,7 +611,7 @@ testcase tProlongedVowelsTest1 ToolsOptions Call hToolsOptions("LANGUAGESETTINGS","SEARCHINGINJAPANESE") - if ProlongedSoundmarks.IsChecked <> TRUE then + if ( not ProlongedSoundmarks.IsChecked ) then warnlog "The default setting of 'Prolonged vowels (ka-/kaa)' isn't ACTIVATED." end if @@ -651,7 +646,7 @@ testcase tCalcUIChangesTest_10 endcatch '/// turn off "Asian Language support" , Check if vertical text box and callout disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") Kontext "Drawbar" try @@ -689,7 +684,7 @@ testcase tImpressUIChangesTest_10 endcatch '/// turn off "Asian Language support" , Check if vertical text box disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") sleep(1) Kontext "Drawbar" @@ -722,7 +717,7 @@ testcase tDrawUIChangesTest_10 endcatch '/// turn off "Asian Language support" , Check if vertical text box disappear - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then + if ( not hSystemHasAsianLocale() ) then Call CheckAsianLanguageSupport("Off") Kontext "Drawbar" try @@ -737,3 +732,12 @@ testcase tDrawUIChangesTest_10 endcase '------------------------------------------------------------------------- + +function hSystemHasAsianLocale() as boolean + + select case ( iSystemSprache ) + case 81, 82, 86, 88 : hSystemHasAsianLocale() = true + case else : hSystemHasAsianLocale() = false + end select + +end function \ No newline at end of file -- cgit From 7824f82197a872d0306fb6840039634d5fd90961 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 09:32:10 +0200 Subject: vitomation01: #i109696 - w_gridlayout enhanced --- .../framework/optional/includes/w_grid_layout1.inc | 123 ++++++++++++--------- 1 file changed, 71 insertions(+), 52 deletions(-) mode change 100755 => 100644 testautomation/framework/optional/includes/w_grid_layout1.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/w_grid_layout1.inc b/testautomation/framework/optional/includes/w_grid_layout1.inc old mode 100755 new mode 100644 index 773806dcf0b0..772ebc6d9d00 --- a/testautomation/framework/optional/includes/w_grid_layout1.inc +++ b/testautomation/framework/optional/includes/w_grid_layout1.inc @@ -36,7 +36,7 @@ private const SOURCE_PATH = "framework\optional\input\CJK\" testcase tTextGridDialog_1 dim lsSave( 3 ) as string - dim lbSave( 3 ) as string + dim lbSave( 3 ) as boolean kontext "Navigator" hCloseDialog( Navigator, "close,optional" ) @@ -64,31 +64,31 @@ testcase tTextGridDialog_1 Call CheckAsianLanguageSupport("On") hNewDocument - ToolsOptions - hToolsOptions ( "StarOffice", "General" ) - - printlog " - save old data" - lsSave ( 1 ) = Zweistellig.GetText - lbSave ( 1 ) = Aktivieren.IsChecked - Aktivieren.Check - if gPlatgroup = "w95" then - lbSave (2) = StarOfficeDialogeBenutzen.IsChecked - end if - lbSave ( 3 ) = DruckenStatus.IsChecked - lsSave ( 3 ) = StyleSheet.GetSelText - - printlog " - invert/change data" - Zweistellig.SetText "1950" - Zuruecksetzen.Click - if gPlatgroup = "w95" then - if lbSave (2) = TRUE then StarOfficeDialogeBenutzen.Uncheck else StarOfficeDialogeBenutzen.Check - end if - If lbSave ( 3 ) = TRUE then DruckenStatus.Uncheck else DruckenStatus.Check - StyleSheet.Select 3 - - Kontext "ExtrasOptionenDlg" - hCloseDialog( ExtrasOptionenDlg, "ok" ) - hFileCloseAll() + ToolsOptions + hToolsOptions ( "StarOffice", "General" ) + + printlog " - save old data" + lsSave ( 1 ) = Zweistellig.GetText + lbSave ( 1 ) = Aktivieren.IsChecked + Aktivieren.Check + if gPlatgroup = "w95" then + lbSave (2) = StarOfficeDialogeBenutzen.IsChecked + end if + lbSave ( 3 ) = DruckenStatus.IsChecked + lsSave ( 3 ) = StyleSheet.GetSelText + + printlog " - invert/change data" + Zweistellig.SetText "1950" + Zuruecksetzen.Click + if gPlatgroup = "w95" then + if lbSave (2) = TRUE then StarOfficeDialogeBenutzen.Uncheck else StarOfficeDialogeBenutzen.Check + end if + If lbSave ( 3 ) = TRUE then DruckenStatus.Uncheck else DruckenStatus.Check + StyleSheet.Select 3 + + Kontext "ExtrasOptionenDlg" + hCloseDialog( ExtrasOptionenDlg, "ok" ) + hFileCloseAll() endcase @@ -424,24 +424,30 @@ endcase '------------------------------------------------------------------------- testcase tRubyText_1 - '/// If Ruby Text is applied and longer than its Base Text it will stretch over more grid cells than the base text itself. - Dim testFile , sRubyText as String - testFile = "rubytest.sxw" - sRubyText = "Ruby Test Text ....................." + '/// If Ruby Text is applied and longer than its Base Text it will stretch over more grid cells than the base text itself. + const TEST_FILE = "rubytest.sxw" + const RUBY_TEXT = "Ruby Test Text ....................." + printlog( "Create a new document" ) Call hNewDocument - '/// open a test file , and insert long ruby test text - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable + printlog( "Open test file" ) + Call hFileOpen ( gTesttoolPath + SOURCE_PATH + TEST_FILE ) + + printlog( "Remove write protection of document (if set)" ) + Call sMakeReadOnlyDocumentEditable() + Kontext "DocumentWriter" + printlog( "Mark character to the right of current cursor position" ) Call DocumentWriter.TypeKeys "" + printlog( "Open dialog" ) hUseAsyncSlot( "FormatRuby" ) + Kontext "RubyDialog" if ( RubyDialog.exists( 3 ) ) then - RubyText1.setText sRubyText + RubyText1.setText( RUBY_TEXT ) RubyDialog.OK DialogClose.Click else @@ -449,11 +455,16 @@ testcase tRubyText_1 endif Kontext "DocumentWriter" + printlog( "Apply Autoformat" ) hUseAsyncSlot( "FormatAutoformatApply" ) - WaitSlot( 3000 ) + + printlog( "Select last character in current line" ) Call DocumentWriter.TypeKeys "" - wait( 200 ) ' sleep 2 + Wait( 200 ) Call DocumentWriter.TypeKeys "" + Wait( 200 ) + + printlog( "" ) hUseAsyncSlot( "EditCopy" ) if NOT(GetClipboardText = "5" OR GetClipboardText = "6") then @@ -467,17 +478,18 @@ endcase testcase tIndentsTest_1 '/// Indents should work and always indenting as close as possible to their measurements by snapping to the appropriate grid cell. Tabs therefore will be ignored. - Dim testFile , sCorrectPage1 , sCorrectPage2 as String - testFile = "IndentsTest.sxw" - sCorrectPage1 = "1" - sCorrectPage2 = "2" + const TEST_FILE = "IndentsTest.sxw" + const CORRECT_PAGE_1 = "1" + const CORRECT_PAGE_2 = "2" Call hNewDocument '/// open a test file , and press TAB in second line - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) + Call hFileOpen ( gTesttoolPath + SOURCE_PATH + TEST_FILE ) + sMakeReadOnlyDocumentEditable + Kontext "DocumentWriter" Call DocumentWriter.TypeKeys "" wait( 200 ) ' sleep 1 @@ -490,7 +502,9 @@ testcase tIndentsTest_1 Kontext ViewNavigator Kontext "NavigatorWriter" - if Seitennummer.GetText <> sCorrectPage1 then Warnlog "First test :Something wrong in indents test!" + if ( Seitennummer.GetText <> CORRECT_PAGE_1 ) then + Warnlog "First test :Something wrong in indents test!" + endif kontext "Navigator" hCloseDialog( Navigator, "close" ) @@ -507,7 +521,9 @@ testcase tIndentsTest_1 Kontext ViewNavigator Kontext "NavigatorWriter" - if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Second test :Something wrong in indents test!" + if ( Seitennummer.GetText <> CORRECT_PAGE_2 ) then + Warnlog "Second test :Something wrong in indents test!" + endif kontext "Navigator" hCloseDialog( Navigator, "close" ) @@ -519,16 +535,15 @@ endcase testcase tObjectsTest_1 '/// If objects are anchored to text they will "wander" with its surrounding text. '/// If they are anchored as character they will snap to the appropriate grid cell (since they are a character). - Dim testFile , sCorrectPage1 , sCorrectPage2 as String - testFile = "objectsTest.sxw" - sCorrectPage1 = "1" - sCorrectPage2 = "2" + const TEST_FILE = "objectsTest.sxw" + const CORRECT_PAGE_1 = "1" + const CORRECT_PAGE_2 = "2" Call hNewDocument '/// open a test file , and press TAB in second line - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) + Call hFileOpen ( gTesttoolPath + SOURCE_PATH + TEST_FILE ) '/// If object is anchored as Character , check if it will snap to the appropriate grid cell fStartupNavigator( "OLEObject" , 1 ) @@ -545,9 +560,11 @@ testcase tObjectsTest_1 ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText sCorrectPage2 + Seitennummer.SetText( CORRECT_PAGE_1 ) WaitSlot( 5000 ) ' wait( 200 ) ' sleep 5 - if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Something wrong when object is anchored as Character!" + if ( Seitennummer.GetText <> CORRECT_PAGE_1 ) then + Warnlog "Something wrong when object is anchored as Character!" + endif kontext "Navigator" hCloseDialog( Navigator, "close" ) @@ -562,9 +579,11 @@ testcase tObjectsTest_1 ViewNavigator Kontext "NavigatorWriter" - Seitennummer.SetText sCorrectPage2 + Seitennummer.SetText( CORRECT_PAGE_2 ) WaitSlot( 5000 ) ' wait( 200 ) ' sleep 5 - if Seitennummer.GetText <> sCorrectPage1 then Warnlog "Something wrong when object is anchored to Character!" + if ( Seitennummer.GetText <> CORRECT_PAGE_1 ) then + Warnlog "Something wrong when object is anchored to Character!" + endif kontext "Navigator" hCloseDialog( Navigator, "close" ) -- cgit From ce1d81b4b7ddc0b2c1e15e5341bcef925fadac93 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 09:32:44 +0200 Subject: vitomation01: #i109696 - Fix more kontext stuff --- testautomation/framework/required/includes/standard_toolbar_4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/standard_toolbar_4.inc b/testautomation/framework/required/includes/standard_toolbar_4.inc index bc67ca6535ff..3f393ff3291a 100755 --- a/testautomation/framework/required/includes/standard_toolbar_4.inc +++ b/testautomation/framework/required/includes/standard_toolbar_4.inc @@ -38,7 +38,7 @@ testcase tStandardBar_4 printlog( "Reset standardbar to defaults" ) hResetStandardBar() - kontext "Writer" + gApplication = "WRITER" printlog( "Open one single Writer document" ) hInitSingleDoc() -- cgit From 0e6d537f7e83f53175d8ca44c558d2afb59e07da Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 09:56:36 +0200 Subject: vitomation01: #i109696 - Fix missing gApplication setting --- .../chart2/optional/includes/ch2_lvl1a.inc | 230 +++++++++++---------- 1 file changed, 117 insertions(+), 113 deletions(-) mode change 100755 => 100644 testautomation/chart2/optional/includes/ch2_lvl1a.inc (limited to 'testautomation') diff --git a/testautomation/chart2/optional/includes/ch2_lvl1a.inc b/testautomation/chart2/optional/includes/ch2_lvl1a.inc old mode 100755 new mode 100644 index 5f72fd7e32f9..266c338a7bf8 --- a/testautomation/chart2/optional/includes/ch2_lvl1a.inc +++ b/testautomation/chart2/optional/includes/ch2_lvl1a.inc @@ -40,109 +40,111 @@ end sub testcase tPlotOptions - - Dim sOutputFile as string - sOutputFile = convertpath(gOfficepath & "user\work\hiddenCells.ods") - printlog "Load simple chart document" - if fLoadVerySimpleChartAndSaveLocal() > 0 then - warnlog "Loading test document seems to have failed -> Check this out!" - goto endsub - endif - printlog "Select chart using navigator" - if fSelectFirstOLE = -1 then - warnlog "It was not possible to select the chart object!" - Call hCloseDocument - goto endsub - endif + Dim sOutputFile as string + sOutputFile = convertpath(gOfficepath & "user\work\hiddenCells.ods") - printlog "Edit / Object / Edit" - EditObjectEdit + gApplication = "CALC" + + printlog "Load simple chart document" + if fLoadVerySimpleChartAndSaveLocal() > 0 then + warnlog "Loading test document seems to have failed -> Check this out!" + goto endsub + endif + printlog "Select chart using navigator" + if fSelectFirstOLE = -1 then + warnlog "It was not possible to select the chart object!" + Call hCloseDocument + goto endsub + endif + + printlog "Edit / Object / Edit" + EditObjectEdit printlog "Select DataSeries A by toolbar selectorbox" - Kontext "DocumentChart" - call fChartSelectElement (8) + Kontext "DocumentChart" + call fChartSelectElement (8) - printlog "Invoke Format::ObjectProperties" - Kontext "Toolbar" - FormatSelection.Click + printlog "Invoke Format::ObjectProperties" + Kontext "Toolbar" + FormatSelection.Click - printlog "Select tab page Options" - Kontext - Active.SetPage TabDataSeriesOptions - Kontext "TabDataSeriesOptions" - printlog "activate checkbox 'Include values from hidden cells'" - try - IncludeHiddenCells.Check - catch - Warnlog "checkbox hidden or disabled" - Call hCloseDocument - goto endsub - endcatch - - printlog "Close and reopen data series dialog - checkbox should be still activated" - TabDataSeriesOptions.Ok - Kontext "DocumentChart" - FormatSelection - printlog "Select tab page Options" - Kontext - Active.SetPage TabDataSeriesOptions - Kontext "TabDataSeriesOptions" - if Not IncludeHiddenCells.IsChecked then - Warnlog "After closing and reopening of Data-Series dialog the checkbox isn't checked anymore" - TabDataSeriesOptions.Cancel - Kontext "DocumentCalc" - DocumentCalc.TypeKeys "" - call hCloseDocument - goto endsub - endif + printlog "Select tab page Options" + Kontext + Active.SetPage TabDataSeriesOptions + Kontext "TabDataSeriesOptions" + printlog "activate checkbox 'Include values from hidden cells'" + try + IncludeHiddenCells.Check + catch + Warnlog "checkbox hidden or disabled" + Call hCloseDocument + goto endsub + endcatch + + printlog "Close and reopen data series dialog - checkbox should be still activated" + TabDataSeriesOptions.Ok + Kontext "DocumentChart" + FormatSelection + printlog "Select tab page Options" + Kontext + Active.SetPage TabDataSeriesOptions + Kontext "TabDataSeriesOptions" + if Not IncludeHiddenCells.IsChecked then + Warnlog "After closing and reopening of Data-Series dialog the checkbox isn't checked anymore" + TabDataSeriesOptions.Cancel + Kontext "DocumentCalc" + DocumentCalc.TypeKeys "" + call hCloseDocument + goto endsub + endif + + TabDataSeriesOptions.Ok + + printlog "save and reopen file - checkbox still must be checked" + if NOT hFileSaveAsKill (sOutputFile) then + warnlog "Saving test document failed -> Aborting" + Kontext "DocumentCalc" + DocumentCalc.TypeKeys "" + call hCloseDocument + goto endsub + endif + Call hCloseDocument - TabDataSeriesOptions.Ok - - printlog "save and reopen file - checkbox still must be checked" - if NOT hFileSaveAsKill (sOutputFile) then - warnlog "Saving test document failed -> Aborting" - Kontext "DocumentCalc" - DocumentCalc.TypeKeys "" - call hCloseDocument - goto endsub - endif - Call hCloseDocument - Call hFileOpen(sOutputFile) - if fSelectFirstOLE = -1 then - warnlog "It was not possible to select the chart object!" - Call hCloseDocument - goto endsub - endif + if fSelectFirstOLE = -1 then + warnlog "It was not possible to select the chart object!" + Call hCloseDocument + goto endsub + endif - EditObjectEdit + EditObjectEdit printlog "Select DataSeries A by toolbar selectorbox" - call fChartSelectElement (8) + call fChartSelectElement (8) - printlog "Invoke Format::ObjectProperties" - Kontext "Toolbar" - FormatSelection.Click - Kontext - Active.SetPage TabDataSeriesOptions - Kontext "TabDataSeriesOptions" - if Not IncludeHiddenCells.IsChecked then - Warnlog "After closing and reopening of Data-Series dialog the checkbox isn't checked anymore" - TabDataSeriesOptions.Cancel - Kontext "DocumentCalc" - DocumentCalc.TypeKeys "" - call hCloseDocument - goto endsub - endif - - '/// Close dialog with Cancel-button - TabDataSeriesOptions.Cancel - '/// Close document - Kontext "DocumentCalc" - DocumentCalc.TypeKeys "" + printlog "Invoke Format::ObjectProperties" + Kontext "Toolbar" + FormatSelection.Click + Kontext + Active.SetPage TabDataSeriesOptions + Kontext "TabDataSeriesOptions" + if Not IncludeHiddenCells.IsChecked then + Warnlog "After closing and reopening of Data-Series dialog the checkbox isn't checked anymore" + TabDataSeriesOptions.Cancel + Kontext "DocumentCalc" + DocumentCalc.TypeKeys "" + call hCloseDocument + goto endsub + endif + + '/// Close dialog with Cancel-button + TabDataSeriesOptions.Cancel + '/// Close document + Kontext "DocumentCalc" + DocumentCalc.TypeKeys "" - Call hCloseDocument + Call hCloseDocument endcase ' @@ -150,14 +152,16 @@ endcase ' testcase tChartShapes - Dim sLocalFile as string - Dim sLocalFileXLS as string - Dim sFormatXLS as string - sLocalFile = convertpath(gOfficepath & "user\work\chartshapes.ods") - sLocalFileXLS = convertpath(gOfficepath & "user\work\chartshapes.xls") - sFormatXLS = "MS Excel 97" - - printlog " Load simple chart document" + Dim sLocalFile as string + Dim sLocalFileXLS as string + Dim sFormatXLS as string + sLocalFile = convertpath(gOfficepath & "user\work\chartshapes.ods") + sLocalFileXLS = convertpath(gOfficepath & "user\work\chartshapes.xls") + sFormatXLS = "MS Excel 97" + + gApplication = "CALC" + + printlog " Load simple chart document" if fLoadVerySimpleChartAndSaveLocal() > 0 then warnlog "Loading test document seems to have failed -> Check this out!" goto endsub @@ -168,11 +172,11 @@ testcase tChartShapes EditObjectEdit printlog " Verify that the drawbar is visible" Kontext "DrawBar" - + qaerrorlog "#i107003# disabled because of bug in toolbars" -' if Not DrawBar.Exists then -' Call hToolbarSelect("Drawing", true) -' endif + ' if Not DrawBar.Exists then + ' Call hToolbarSelect("Drawing", true) + ' endif printlog " Insert a shape to the chart by " Kontext "DocumentChart" @@ -197,7 +201,7 @@ testcase tChartShapes Kontext "DocumentCalc" DocumentCalc.TypeKeys "" printlog "Select chart using navigator" - call fSelectFirstOLE + call fSelectFirstOLE printlog "Invoke Edit::Object::Edit to enter Inplace Mode" EditObjectEdit printlog " Check if shape is still there" @@ -206,7 +210,7 @@ testcase tChartShapes Sleep (1) Kontext "Toolbar" if ChartElementSelector.GetSelText <> "ChartShape1" then - warnlog "Something is wrong with the shape" + warnlog "Something is wrong with the shape" endif printlog " Leave Chart" Kontext "DocumentCalc" @@ -219,12 +223,12 @@ testcase tChartShapes call hCloseDocument goto endsub end if - printlog " Close document" + printlog " Close document" call hCloseDocument printlog " Open document" call hFileOpen ( sLocalFile ) - printlog "Select chart using navigator" - call fSelectFirstOLE + printlog "Select chart using navigator" + call fSelectFirstOLE printlog "Invoke Edit::Object::Edit to enter Inplace Mode" EditObjectEdit printlog " Check if shape is still there" @@ -233,16 +237,16 @@ testcase tChartShapes Sleep (1) Kontext "Toolbar" if ChartElementSelector.GetSelText <> "ChartShape1" then - warnlog "Something is wrong with the shape" + warnlog "Something is wrong with the shape" endif printlog " Leave Chart" Kontext "DocumentCalc" DocumentCalc.TypeKeys "" printlog " Close document" Call hCloseDocument - call hFileOpen ( sLocalFileXLS ) - printlog "Select chart using navigator" - call fSelectFirstOLE + call hFileOpen ( sLocalFileXLS ) + printlog "Select chart using navigator" + call fSelectFirstOLE printlog "Invoke Edit::Object::Edit to enter Inplace Mode" EditObjectEdit printlog " Check if shape is still there" @@ -251,12 +255,12 @@ testcase tChartShapes Sleep (1) Kontext "Toolbar" if ChartElementSelector.GetSelText <> "ChartShape1" then - warnlog "Something is wrong with the shape" + warnlog "Something is wrong with the shape" endif printlog " Leave Chart" Kontext "DocumentCalc" DocumentCalc.TypeKeys "" printlog " Close document" Call hCloseDocument - + endcase -- cgit From 439c80ff5b0d7527c8e165a656a8a0b86c0675ef Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 11:22:56 +0200 Subject: vitomation01: #i109696 - modified i_slidecopy.inc in such a way that it can print a warning instead of an error when the menu-id 27027 (name...) is not available in the context menu of a connector. --- .../optional/includes/impress/i_slidecopy.inc | 1413 ++++++++++---------- 1 file changed, 715 insertions(+), 698 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/impress/i_slidecopy.inc b/testautomation/graphics/optional/includes/impress/i_slidecopy.inc index d7ee257d1bb2..2a7f4611e843 100644 --- a/testautomation/graphics/optional/includes/impress/i_slidecopy.inc +++ b/testautomation/graphics/optional/includes/impress/i_slidecopy.inc @@ -29,231 +29,248 @@ '* '* short description: includefile for Slidecopy-testing '* -'******************************************************************************* -' #1 tiSlideCopyNewPresentation -' #1 tiSlideCopyDuplicate -' #1 tiSlideCopyPasteSpecial -' #1 tiSlideCopyInSlideSorter '\****************************************************************************** testcase tiSlideCopyNewPresentation + + const MENUITEM_RENAME = 27027 + Dim value1 as string Dim value2 as string Dim value12 as string Dim value13 as string - printlog "This test copies one slide from one presentation to another." - printlog "Make new presentation" - Call hNewDocument - printlog "Insert three objects: Connector, Door-plate, and Smiley." - - printlog "First we Insert a Connector." - kontext "Toolbar" - sleep 1 - try + printlog "This test copies one slide from one presentation to another." + printlog "Make new presentation" + Call hNewDocument + printlog "Insert three objects: Connector, Door-plate, and Smiley." + + printlog "First we Insert a Connector." + kontext "Toolbar" + sleep 1 + try Verbinder.TearOff - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "Connectorsbar" - sleep 2 - Verbinder.click - sleep 5 - gMouseDown (10,10) - gMouseMove (10,10,30,30) - gMouseUp (30,30) - kontext "Connectorsbar" - Connectorsbar.Close - hTypeKeys "" - hTypeKeys "", 1 - printlog "We rename the object via the contextmenu." - sleep (1) - DocumentImpress.TypeKeys "" - sleep (2) - printlog "then Choose rename." - if hMenuFindSelect(27027, true, 14) = false then + endcatch + kontext "Connectorsbar" + sleep 2 + Verbinder.click + sleep 5 + gMouseDown (10,10) + gMouseMove (10,10,30,30) + gMouseUp (30,30) + kontext "Connectorsbar" + Connectorsbar.Close + hTypeKeys "" + hTypeKeys "", 1 + printlog "We rename the object via the contextmenu." + sleep (1) + DocumentImpress.TypeKeys "" + sleep (2) + printlog "then Choose rename." + if hMenuFindSelect( MENUITEM_RENAME, true, 14) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - sleep 2 - kontext "NameDlgObject" - NameField.SetText "First" - NameDlgObject.OK - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 -'----------------------------------------------------------------------------1 - printlog "Then we insert the second object: a Door-plate." - kontext "Toolbar" - sleep 2 - try + endif + + kontext "NameDlgObject" + if ( NameDlgObject.exists( 2 ) ) then + NameField.SetText "First" + NameDlgObject.OK + else + warnlog( " failed to open" ) + endif + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + '----------------------------------------------------------------------------1 + printlog "Then we insert the second object: a Door-plate." + + kontext "Toolbar" + sleep 2 + try StarShapes.TearOff - catch - warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - sleep 2 - kontext "StarShapes" - StarShapesDoorplate.click - sleep (3) - gMouseDown (40,40) - gMouseMove (40,40,60,60) - gMouseUp (60,60) + catch + warnlog( " failed" ) + goto endsub + endcatch + + kontext "StarShapes" + if ( StarShapes.exists( 2 ) ) then + StarShapesDoorplate.click + else + warnlog( " could not be clicked" ) + endif + + sleep (3) + gMouseDown (40,40) + gMouseMove (40,40,60,60) + gMouseUp (60,60) + kontext "StarShapes" - StarShapes.Close - hTypeKeys "" - hTypeKeys "", 2 - printlog "And then we rename the object." - sleep (1) - DocumentImpress.TypeKeys "" - sleep 2 - if hMenuFindSelect(27027, true, 15) = false then + hCloseDialog( StarShapes, "close" ) + + hTypeKeys "" + hTypeKeys "", 2 + printlog "And then we rename the object." + sleep (1) + DocumentImpress.TypeKeys "" + sleep 2 + if hMenuFindSelect( MENUITEM_RENAME, true, 15) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - kontext "NameDlgObject" - NameField.SetText "Second" - NameDlgObject.OK - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 -'----------------------------------------------------------------------------2 - printlog "Then we insert the thrid object: a Smiley." - kontext "Toolbar" - sleep 1 - try + endif + kontext "NameDlgObject" + if ( NameDlgObject.exists( 2 ) ) then + NameField.SetText "Second" + NameDlgObject.OK + else + warnlog( " could not be accessed" ) + endif + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + '----------------------------------------------------------------------------2 + printlog "Then we insert the thrid object: a Smiley." + kontext "Toolbar" + sleep 1 + try SymbolShapes.TearOff - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "SymbolShapes" - sleep 1 - SymbolShapesSmiley.Click - sleep 2 - gMouseDown (70,70) - gMouseMove (70,70,89,89) - gMouseUp (89,89) - kontext "SymbolShapes" - SymbolShapes.Close - hTypeKeys "" - hTypeKeys "", 3 - printlog "We rename the object via the Context-menu." - DocumentImpress.TypeKeys "" - sleep (2) - 'Choose rename. - if hMenuFindSelect(27027, true, 15) = false then + endcatch + kontext "SymbolShapes" + sleep 1 + SymbolShapesSmiley.Click + sleep 2 + gMouseDown (70,70) + gMouseMove (70,70,89,89) + gMouseUp (89,89) + kontext "SymbolShapes" + SymbolShapes.Close + hTypeKeys "" + hTypeKeys "", 3 + printlog "We rename the object via the Context-menu." + DocumentImpress.TypeKeys "" + sleep (2) + 'Choose rename. + if hMenuFindSelect( MENUITEM_RENAME, true, 15) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - kontext "NameDlgObject" - NameField.SetText "Third" - NameDlgObject.OK - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 -'---------------------------------------------------------------------------3 - '/// Copy the slide to the clipboard ///' - kontext "Slides" - SlidesControl.TypeKeys "" - sleep (1) - SlidesControl.TypeKeys "" - sleep 2 - printlog "We copy the object via the Context-menu." - - if hMenuFindSelect(5711, true, 10) = false then + endif + kontext "NameDlgObject" + NameField.SetText "Third" + NameDlgObject.OK + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + '---------------------------------------------------------------------------3 + '/// Copy the slide to the clipboard ///' + kontext "Slides" + SlidesControl.TypeKeys "" + sleep (1) + SlidesControl.TypeKeys "" + sleep 2 + printlog "We copy the object via the Context-menu." + + if hMenuFindSelect(5711, true, 10) = false then Warnlog "Context-Menu-entry `Copy` was not found. Therefore the test ends." Call hCloseDocument - Goto Endsub - endif - '/// Close the presentation-window ///' - Call hCloseDocument - '/// Open a new presentation ///' - Call hNewDocument - '/// Paste the slide from the clipboard ///' - kontext "Slides" - EditPaste - '/// Delete the first slide ///' - EditDeleteSlide - '/// Check if all three objects exists, and has the right values ///' - kontext "DocumentImpress" - hTypeKeys "" - hTypeKeys "", 1 'Select the first object. - 'Bring up the kontext-menu for the object - sleep (1) - DocumentImpress.TypeKeys "" - sleep 2 - printlog "We rename the object via the Context-menu." - if hMenuFindSelect(27027, true, 14) = false then + Goto Endsub + endif + '/// Close the presentation-window ///' + Call hCloseDocument + '/// Open a new presentation ///' + Call hNewDocument + '/// Paste the slide from the clipboard ///' + kontext "Slides" + hUseAsyncSlot( "EditPaste" ) + '/// Delete the first slide ///' + hUseAsyncSlot( "EditDeleteSlide" ) + '/// Check if all three objects exists, and has the right values ///' + kontext "DocumentImpress" + hTypeKeys "" + hTypeKeys "", 1 'Select the first object. + 'Bring up the kontext-menu for the object + sleep (1) + DocumentImpress.TypeKeys "" + sleep 2 + printlog "We rename the object via the Context-menu." + if hMenuFindSelect( MENUITEM_RENAME, true, 14) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - printlog "Read out what the name is, and checks if it's correct." - kontext "NameDlgObject" - value1 = NameField.GetText - NameDlgObject.OK - if value1 = "First" then + endif + printlog "Read out what the name is, and checks if it's correct." + kontext "NameDlgObject" + value1 = NameField.GetText + NameDlgObject.OK + if value1 = "First" then printlog "First object was found correctly" - else + else Warnlog "Wrong object or object-name! The name found was: " + value1 - endif - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - DocumentImpress.TypeKeys "" 'Select the second object. - 'Bring up the kontext-menu for the object - sleep (1) - DocumentImpress.TypeKeys "" - sleep 2 - printlog "We rename the object via the Context-menu." - if hMenuFindSelect(27027, true, 15) = false then + endif + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + DocumentImpress.TypeKeys "" 'Select the second object. + 'Bring up the kontext-menu for the object + sleep (1) + DocumentImpress.TypeKeys "" + sleep 2 + printlog "We rename the object via the Context-menu." + if hMenuFindSelect( MENUITEM_RENAME, true, 15) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - printlog "Read out what the name is, and check if it's correct." - sleep 1 - kontext "NameDlgObject" - value12 = NameField.GetText - NameDlgObject.OK - - if value12 = "Second" then + endif + printlog "Read out what the name is, and check if it's correct." + sleep 1 + kontext "NameDlgObject" + value12 = NameField.GetText + NameDlgObject.OK + + if value12 = "Second" then printlog "Second object was found correctly" - else + else Warnlog "Wrong object or object-name! The name found was: " + value12 - endif - - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - DocumentImpress.TypeKeys "" 'Select the third object. - 'Bring up the kontext-menu for the object - sleep (2) - DocumentImpress.TypeKeys "" - sleep 2 - printlog "We rename the object via the Context-menu." - if hMenuFindSelect(27027, true, 15) = false then + endif + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + DocumentImpress.TypeKeys "" 'Select the third object. + 'Bring up the kontext-menu for the object + sleep (2) + DocumentImpress.TypeKeys "" + sleep 2 + printlog "We rename the object via the Context-menu." + if hMenuFindSelect( MENUITEM_RENAME, true, 15) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - printlog "Read out what the name is, and check if it's correct." - kontext "NameDlgObject" - value13 = NameField.GetText - NameDlgObject.OK + endif + printlog "Read out what the name is, and check if it's correct." + kontext "NameDlgObject" + value13 = NameField.GetText + NameDlgObject.OK - if value13 = "Third" then + if value13 = "Third" then printlog "Third object was found correctly" - else + else Warnlog "Wrong object or object-name! The name found was: " + value13 - endif - - '/// Close the bars we opened before. ///' - kontext "Connectorsbar" - if Connectorsbar.Exists then Connectorsbar.Close - kontext "SymbolShapes" - if SymbolShapes.Exists then SymbolShapes.Close - kontext "StarShapes" - if StarShapes.Exists then StarShapes.Close - - '/// Close Presentation. End testcase ///' - Call hCloseDocument + endif + + '/// Close the bars we opened before. ///' + kontext "Connectorsbar" + if Connectorsbar.Exists then Connectorsbar.Close + kontext "SymbolShapes" + if SymbolShapes.Exists then SymbolShapes.Close + kontext "StarShapes" + if StarShapes.Exists then StarShapes.Close + + '/// Close Presentation. End testcase ///' + Call hCloseDocument endcase 'tiSlideCopyNewPresentation '------------------------------------------------------------------------- @@ -264,164 +281,164 @@ testcase tiSlideCopyDuplicate Dim value12 as string Dim value13 as string dim i as integer - '/// Make a duplicate of a slide. In the same presentation ///' - '/// Make new presentation ///' - Call hNewDocument - '/// Insert three objects: Connector, Door-plate, and Smiley ///' - '1 Insert Connector. - kontext "Toolbar" - sleep 1 - try + '/// Make a duplicate of a slide. In the same presentation ///' + '/// Make new presentation ///' + Call hNewDocument + '/// Insert three objects: Connector, Door-plate, and Smiley ///' + '1 Insert Connector. + kontext "Toolbar" + sleep 1 + try Verbinder.TearOff ' insert connector - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "Connectorsbar" - sleep 1 - Verbinder.click - sleep 1 - kontext "DocumentImpress" - gMouseDown (10,10) - gMouseMove (10,10,30,30) - gMouseUp (30,30) - - hTypeKeys "" - hTypeKeys "", 1 - sleep (1) - - 'rename object - DocumentImpress.TypeKeys "" - sleep 1 - - 'Choose rename. - if hMenuFindSelect(27027, true, 14) = false then + endcatch + kontext "Connectorsbar" + sleep 1 + Verbinder.click + sleep 1 + kontext "DocumentImpress" + gMouseDown (10,10) + gMouseMove (10,10,30,30) + gMouseUp (30,30) + + hTypeKeys "" + hTypeKeys "", 1 + sleep (1) + + 'rename object + DocumentImpress.TypeKeys "" + sleep 1 + + 'Choose rename. + if hMenuFindSelect(27027, true, 14) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - kontext "NameDlgObject" - NameField.SetText "First" - NameDlgObject.OK - sleep 1 - - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - - '2 Insert Door-plate. - kontext "Toolbar" - sleep 1 - try + endif + kontext "NameDlgObject" + NameField.SetText "First" + NameDlgObject.OK + sleep 1 + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + + '2 Insert Door-plate. + kontext "Toolbar" + sleep 1 + try StarShapes.TearOff ' insert connector - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "StarShapes" - sleep 1 - StarShapesDoorplate.click - sleep 1 - kontext "DocumentImpress" - gMouseDown (40,40) - gMouseMove (40,40,60,60) - gMouseUp (60,60) - - hTypeKeys "" - hTypeKeys "", 2 - sleep (1) - - 'Rename object - kontext "DocumentImpress" - DocumentImpress.TypeKeys "" - sleep (1) - 'Choose rename. - if hMenuFindSelect(27027, true, 15) = false then + endcatch + kontext "StarShapes" + sleep 1 + StarShapesDoorplate.click + sleep 1 + kontext "DocumentImpress" + gMouseDown (40,40) + gMouseMove (40,40,60,60) + gMouseUp (60,60) + + hTypeKeys "" + hTypeKeys "", 2 + sleep (1) + + 'Rename object + kontext "DocumentImpress" + DocumentImpress.TypeKeys "" + sleep (1) + 'Choose rename. + if hMenuFindSelect(27027, true, 15) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - kontext "NameDlgObject" - NameField.SetText "Second" - NameDlgObject.OK - sleep 1 - - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - - '3 Insert Smiley. - kontext "Toolbar" - sleep 1 - try + endif + kontext "NameDlgObject" + NameField.SetText "Second" + NameDlgObject.OK + sleep 1 + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + + '3 Insert Smiley. + kontext "Toolbar" + sleep 1 + try SymbolShapes.TearOff ' insert connector - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "SymbolShapes" - sleep 1 - SymbolShapesSmiley.Click - sleep 1 - gMouseDown (70,70) - gMouseMove (70,70,89,89) - gMouseUp (89,89) - - hTypeKeys "" - hTypeKeys "", 3 - sleep (1) - - 'rename object - DocumentImpress.TypeKeys "" - sleep (1) - 'Choose rename. - if hMenuFindSelect(27027, true, 15) = false then + endcatch + kontext "SymbolShapes" + sleep 1 + SymbolShapesSmiley.Click + sleep 1 + gMouseDown (70,70) + gMouseMove (70,70,89,89) + gMouseUp (89,89) + + hTypeKeys "" + hTypeKeys "", 3 + sleep (1) + + 'rename object + DocumentImpress.TypeKeys "" + sleep (1) + 'Choose rename. + if hMenuFindSelect(27027, true, 15) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - kontext "NameDlgObject" - NameField.SetText "Third" - NameDlgObject.OK - sleep 1 - - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - - '/// Close the bars we opened before. ///' - kontext "Connectorsbar" - if Connectorsbar.Exists then Connectorsbar.Close - kontext "SymbolShapes" - if SymbolShapes.Exists then SymbolShapes.Close - kontext "StarShapes" - if StarShapes.Exists then StarShapes.Close - - '/// Copy the slide to the clipboard ///' - kontext "Slides" - SlidesControl.TypeKeys "" - sleep (1) - SlidesControl.TypeKeys "" - sleep (1) - 'Choose `Copy` - if hMenuFindSelect(5711, true, 10) = false then + endif + kontext "NameDlgObject" + NameField.SetText "Third" + NameDlgObject.OK + sleep 1 + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + + '/// Close the bars we opened before. ///' + kontext "Connectorsbar" + if Connectorsbar.Exists then Connectorsbar.Close + kontext "SymbolShapes" + if SymbolShapes.Exists then SymbolShapes.Close + kontext "StarShapes" + if StarShapes.Exists then StarShapes.Close + + '/// Copy the slide to the clipboard ///' + kontext "Slides" + SlidesControl.TypeKeys "" + sleep (1) + SlidesControl.TypeKeys "" + sleep (1) + 'Choose `Copy` + if hMenuFindSelect(5711, true, 10) = false then Warnlog "Context-Menu-entry `Copy` was not found.Therefore the test ends." Call hCloseDocument Goto Endsub - endif + endif - '/// Paste the content from the Clipboard ///' - kontext "Slides" - 'open context-menu choose 'paste' + '/// Paste the content from the Clipboard ///' + kontext "Slides" + 'open context-menu choose 'paste' - EditPaste + EditPaste - kontext "InsertPaste" - if InsertPaste.Exists(1) then + kontext "InsertPaste" + if InsertPaste.Exists(1) then After.Check InsertPaste.OK - endif - sleep (2) - '/// Check if we have two slides, and that the objects exists, and has the right values ///' + endif + sleep (2) + '/// Check if we have two slides, and that the objects exists, and has the right values ///' - kontext "Slides" - SlidesControl.TypeKeys "" + kontext "Slides" + SlidesControl.TypeKeys "" - for i = 1 to 2 ' we have two slides, so we do this two times to check everything. + for i = 1 to 2 ' we have two slides, so we do this two times to check everything. Printlog "Checking objects the " + i + " + time." kontext "DocumentImpress" hMouseClick DocumentImpress, 90, 90 @@ -431,10 +448,10 @@ testcase tiSlideCopyDuplicate DocumentImpress.TypeKeys "" sleep 1 'Choose rename. - if hMenuFindSelect(27027, true, 14) = false then - Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." - Call hCloseDocument - Goto Endsub + if hMenuFindSelect(27027, true, 14) = false then + Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." + Call hCloseDocument + Goto Endsub endif 'Read out what the name is, and check if its correct. @@ -443,21 +460,21 @@ testcase tiSlideCopyDuplicate NameDlgObject.OK 'TypeKeys "" if value1 = "First" then - printlog "First object was found correctly" + printlog "First object was found correctly" else - Warnlog "Wrong object or object-name! The name found was: " + value1 + Warnlog "Wrong object or object-name! The name found was: " + value1 endif hTypeKeys "" DocumentImpress.TypeKeys "", 2 - sleep (1) + sleep (1) DocumentImpress.TypeKeys "" 'Choose rename. if hMenuFindSelect(27027, true, 15) = false then - Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." - Call hCloseDocument - Goto Endsub + Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." + Call hCloseDocument + Goto Endsub endif 'Read out what the name is, and check if its correct. @@ -466,9 +483,9 @@ testcase tiSlideCopyDuplicate NameDlgObject.OK if value12 = "Second" then - printlog "Second object was found correctly" + printlog "Second object was found correctly" else - Warnlog "Wrong object or object-name! The name found was: " + value12 + Warnlog "Wrong object or object-name! The name found was: " + value12 endif hTypeKeys "" @@ -480,9 +497,9 @@ testcase tiSlideCopyDuplicate sleep 1 'Choose rename. if hMenuFindSelect(27027, true, 15) = false then - Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." - Call hCloseDocument - Goto Endsub + Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." + Call hCloseDocument + Goto Endsub endif 'Read out what the name is, and check if its correct. @@ -491,468 +508,468 @@ testcase tiSlideCopyDuplicate NameDlgObject.OK if value13 = "Third" then - printlog "Third object was found correctly" + printlog "Third object was found correctly" else - Warnlog "Wrong object or object-name! The name found was: " + value13 + Warnlog "Wrong object or object-name! The name found was: " + value13 endif kontext "Slides" SlidesControl.TypeKeys "" - next i + next i - '/// Close Presentation. End testcase ///' - Call hCloseDocument + '/// Close Presentation. End testcase ///' + Call hCloseDocument endcase 'tiSlidecopyDuplicate '----------------------------------------------------------------------- testcase tiSlideCopyPasteSpecial -qaerrorlog "#i93377#: Paste special dialog does not come up with kontext on slide pane" -goto endsub - + qaerrorlog "#i93377#: Paste special dialog does not come up with kontext on slide pane" + goto endsub + Dim value1 as string Dim value2 as string Dim value3 as string - '/// Copies slide, and pastes it with "Paste Special", ///' - '/// just to see if the office can handle it ///' - '/// Make new presentation ///' - Call hNewDocument - '/// Insert three objects: Connector, Door-plate, and Smiley ///' - - '1 Insert Connector. - kontext "Toolbar" - sleep 1 - try + '/// Copies slide, and pastes it with "Paste Special", ///' + '/// just to see if the office can handle it ///' + '/// Make new presentation ///' + Call hNewDocument + '/// Insert three objects: Connector, Door-plate, and Smiley ///' + + '1 Insert Connector. + kontext "Toolbar" + sleep 1 + try Verbinder.TearOff ' insert connector - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "Connectorsbar" - sleep 1 - Verbinder.click - sleep 1 - gMouseDown (10,10) - gMouseMove (10,10,30,30) - gMouseUp (30,30) - - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - - '2 Insert Door-plate. - kontext "Toolbar" - sleep 1 - try + endcatch + kontext "Connectorsbar" + sleep 1 + Verbinder.click + sleep 1 + gMouseDown (10,10) + gMouseMove (10,10,30,30) + gMouseUp (30,30) + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + + '2 Insert Door-plate. + kontext "Toolbar" + sleep 1 + try StarShapes.TearOff ' insert connector - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "StarShapes" - sleep 1 - StarShapesDoorplate.click - sleep 1 - gMouseDown (40,40) - gMouseMove (40,40,60,60) - gMouseUp (60,60) - - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - - '3 Insert Smiley. - kontext "Toolbar" - sleep 1 - try + endcatch + kontext "StarShapes" + sleep 1 + StarShapesDoorplate.click + sleep 1 + gMouseDown (40,40) + gMouseMove (40,40,60,60) + gMouseUp (60,60) + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + + '3 Insert Smiley. + kontext "Toolbar" + sleep 1 + try SymbolShapes.TearOff ' insert connector - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "SymbolShapes" - sleep 1 - SymbolShapesSmiley.Click - sleep 1 - gMouseDown (70,70) - gMouseMove (70,70,89,89) - gMouseUp (89,89) - - '/// Copy the slide to the clipboard ///' - kontext "Slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - sleep 1 - 'Choose `Copy` - if hMenuFindSelect(5711, true, 10) = false then + endcatch + kontext "SymbolShapes" + sleep 1 + SymbolShapesSmiley.Click + sleep 1 + gMouseDown (70,70) + gMouseMove (70,70,89,89) + gMouseUp (89,89) + + '/// Copy the slide to the clipboard ///' + kontext "Slides" + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "" + sleep 1 + 'Choose `Copy` + if hMenuFindSelect(5711, true, 10) = false then Warnlog "Context-Menu-entry `Copy` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - - '/// Try to paste special. And check that the office still stays alive ///' - EditPasteSpecial - kontext "InhaltEinfuegen" - InhaltEinfuegen.OK - - '/// Close the bars we opened before. ///' - kontext "Connectorsbar" - if Connectorsbar.Exists then Connectorsbar.Close - kontext "SymbolShapes" - if SymbolShapes.Exists then SymbolShapes.Close - kontext "StarShapes" - if StarShapes.Exists then StarShapes.Close - - sleep 1 - kontext "DocumentImpress" - '/// Close Presentation. End testcase ///' - - Call hCloseDocument + endif + + '/// Try to paste special. And check that the office still stays alive ///' + EditPasteSpecial + kontext "InhaltEinfuegen" + InhaltEinfuegen.OK + + '/// Close the bars we opened before. ///' + kontext "Connectorsbar" + if Connectorsbar.Exists then Connectorsbar.Close + kontext "SymbolShapes" + if SymbolShapes.Exists then SymbolShapes.Close + kontext "StarShapes" + if StarShapes.Exists then StarShapes.Close + + sleep 1 + kontext "DocumentImpress" + '/// Close Presentation. End testcase ///' + + Call hCloseDocument endcase 'tiSlideCopyPasteSpecial '----------------------------------------------------------------------- testcase tiSlideCopyInSlideSorter -qaerrorlog "#i58418#: Pasting in slide sorter sets slide to wrong position" -goto endsub - + qaerrorlog "#i58418#: Pasting in slide sorter sets slide to wrong position" + goto endsub + Dim value1 as string Dim value2 as string Dim value3 as string - '/// Copies slides within the slidesorter, and makes sure they are pasted on the correct position ///' - '/// Make new presentation ///' - Call hNewDocument - '/// Insert an object: Connector, on the first slide ///' - kontext "Toolbar" - sleep 1 - try + '/// Copies slides within the slidesorter, and makes sure they are pasted on the correct position ///' + '/// Make new presentation ///' + Call hNewDocument + '/// Insert an object: Connector, on the first slide ///' + kontext "Toolbar" + sleep 1 + try Verbinder.TearOff - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "Connectorsbar" - sleep 1 - Verbinder.click - Verbinder.click - Verbinder.click - sleep 1 - kontext "DocumentImpress" - gMouseDown (10,10) - gMouseMove (10,10,30,30) - gMouseUp (30,30) - Printlog " Inserted a Connector-object." - 'Rename object - hTypeKeys "" - hTypeKeys "", 1 - DocumentImpress.TypeKeys "" - - 'Rename - if hMenuFindSelect(27027, true, 14) = false then + endcatch + kontext "Connectorsbar" + sleep 1 + Verbinder.click + Verbinder.click + Verbinder.click + sleep 1 + kontext "DocumentImpress" + gMouseDown (10,10) + gMouseMove (10,10,30,30) + gMouseUp (30,30) + Printlog " Inserted a Connector-object." + 'Rename object + hTypeKeys "" + hTypeKeys "", 1 + DocumentImpress.TypeKeys "" + + 'Rename + if hMenuFindSelect(27027, true, 14) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - kontext "NameDlgObject" - NameField.SetText "First" - NameDlgObject.OK - sleep 1 - Printlog " Renamed a the object to 'First'" - - sleep 3 - '/// Rename slide to "1" ///' - kontext "Slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - sleep 3 - 'Rename - if hMenuFindSelect(27268, true, 2) = false then + endif + kontext "NameDlgObject" + NameField.SetText "First" + NameDlgObject.OK + sleep 1 + Printlog " Renamed a the object to 'First'" + + sleep 3 + '/// Rename slide to "1" ///' + kontext "Slides" + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "" + sleep 3 + 'Rename + if hMenuFindSelect(27268, true, 2) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - - kontext "NameDlgPage" - NameField.SetText "1" - NameDlgPage.OK - sleep 1 - Printlog " Renamed the Slide to '1'" - - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - sleep 3 - - '/// Insert a new slide ///' - kontext "Slides" - SlidesControl.TypeKeys "" - SlidesControl.OpenContextMenu - sleep 3 - 'Insert slide - if hMenuFindSelect(27014, true, 1) = false then + endif + + kontext "NameDlgPage" + NameField.SetText "1" + NameDlgPage.OK + sleep 1 + Printlog " Renamed the Slide to '1'" + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + sleep 3 + + '/// Insert a new slide ///' + kontext "Slides" + SlidesControl.TypeKeys "" + SlidesControl.OpenContextMenu + sleep 3 + 'Insert slide + if hMenuFindSelect(27014, true, 1) = false then Warnlog "Context-Menu-entry `Insert slide` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - Printlog " Inserted a new slide." - '/// Insert an object: Door-plate, on the second slide ///' - kontext "Toolbar" - sleep 1 - try + endif + Printlog " Inserted a new slide." + '/// Insert an object: Door-plate, on the second slide ///' + kontext "Toolbar" + sleep 1 + try StarShapes.TearOff - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "StarShapes" - sleep 1 - StarShapesDoorplate.click - sleep 1 - kontext "DocumentImpress" - gMouseDown (40,40) - gMouseMove (40,40,60,60) - gMouseUp (60,60) - Printlog " Inserted a Door-Plate-object." - - hTypeKeys "" - hTypeKeys "", 2 - hTypeKeys "" - - ' Rename - if hMenuFindSelect(27027, true, 15) = false then + endcatch + kontext "StarShapes" + sleep 1 + StarShapesDoorplate.click + sleep 1 + kontext "DocumentImpress" + gMouseDown (40,40) + gMouseMove (40,40,60,60) + gMouseUp (60,60) + Printlog " Inserted a Door-Plate-object." + + hTypeKeys "" + hTypeKeys "", 2 + hTypeKeys "" + + ' Rename + if hMenuFindSelect(27027, true, 15) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - - kontext "NameDlgObject" - NameField.SetText "Second" - NameDlgObject.OK - sleep 1 - Printlog " Renamed a the object to 'Second'" - - kontext "DocumentImpress" - hMouseClick DocumentImpress, 90, 90 - sleep 2 - '/// Rename slide to "2" ///' - kontext "Slides" - SlidesControl.OpenContextMenu - sleep 3 - ' Rename - if hMenuFindSelect(27268, true, 3) = false then + endif + + kontext "NameDlgObject" + NameField.SetText "Second" + NameDlgObject.OK + sleep 1 + Printlog " Renamed a the object to 'Second'" + + kontext "DocumentImpress" + hMouseClick DocumentImpress, 90, 90 + sleep 2 + '/// Rename slide to "2" ///' + kontext "Slides" + SlidesControl.OpenContextMenu + sleep 3 + ' Rename + if hMenuFindSelect(27268, true, 3) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - kontext "NameDlgPage" - NameField.SetText "2" - NameDlgPage.OK - sleep 1 - Printlog " Renamed the slide '2'" - - '/// Insert a new slide ///' - kontext "Slides" - Slidescontrol.TypeKeys "", 2 - Slidescontrol.TypeKeys "" - sleep 3 - 'Insert slide - if hMenuFindSelect(27014, true, 1) = false then + endif + kontext "NameDlgPage" + NameField.SetText "2" + NameDlgPage.OK + sleep 1 + Printlog " Renamed the slide '2'" + + '/// Insert a new slide ///' + kontext "Slides" + Slidescontrol.TypeKeys "", 2 + Slidescontrol.TypeKeys "" + sleep 3 + 'Insert slide + if hMenuFindSelect(27014, true, 1) = false then Warnlog "Context-Menu-entry `Insert slide` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - Printlog " Inserted a new slide." + endif + Printlog " Inserted a new slide." - '/// Insert an object: Smiley, on the second slide ///' - kontext "Toolbar" - sleep 1 - try + '/// Insert an object: Smiley, on the second slide ///' + kontext "Toolbar" + sleep 1 + try SymbolShapes.TearOff - catch + catch warnlog "bug for GH from FHA; .tearoff doesnt tell success" - endcatch - kontext "SymbolShapes" - sleep 1 - SymbolShapesSmiley.Click - sleep 1 - gMouseDown (70,70) - gMouseMove (70,70,89,89) - gMouseUp (89,89) - Printlog " Inserted a Smiley-object." - - 'Rename object - hTypeKeys "" - hTypeKeys "", 2 - hTypeKeys "" - - 'Choose rename. - if hMenuFindSelect(27027, true, 15) = false then + endcatch + kontext "SymbolShapes" + sleep 1 + SymbolShapesSmiley.Click + sleep 1 + gMouseDown (70,70) + gMouseMove (70,70,89,89) + gMouseUp (89,89) + Printlog " Inserted a Smiley-object." + + 'Rename object + hTypeKeys "" + hTypeKeys "", 2 + hTypeKeys "" + + 'Choose rename. + if hMenuFindSelect(27027, true, 15) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - kontext "NameDlgObject" - NameField.SetText "Third" - NameDlgObject.OK - Printlog " Renamed a the object to 'Third'" - - '/// Rename slide to "3" ///' - kontext "Slides" - Slidescontrol.TypeKeys "", 2 - SlidesControl.OpenContextMenu - sleep 3 - ' Rename - if hMenuFindSelect(27268, true, 3) = false then + endif + kontext "NameDlgObject" + NameField.SetText "Third" + NameDlgObject.OK + Printlog " Renamed a the object to 'Third'" + + '/// Rename slide to "3" ///' + kontext "Slides" + Slidescontrol.TypeKeys "", 2 + SlidesControl.OpenContextMenu + sleep 3 + ' Rename + if hMenuFindSelect(27268, true, 3) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - - kontext "NameDlgPage" - NameField.SetText "3" - NameDlgPage.OK - sleep 1 - Printlog " Renamed the slide '3'" - - '/// Close the bars we opened before. ///' - kontext "Connectorsbar" - if Connectorsbar.Exists then Connectorsbar.Close - kontext "SymbolShapes" - if SymbolShapes.Exists then SymbolShapes.Close - kontext "StarShapes" - if StarShapes.Exists then StarShapes.Close - - '/// Change to Slidesorter ///' - kontext "DocumentImpress" - ViewSlideSorter - - '/// Now we have changed view to the slidesorter ///' - - kontext "Slides" - Printlog " Changed view to 'SlideSorter'" - '/// Make sure the last slide is selcted ///' - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "", 3 - - '/// Cut the last slide ///' - SlidesControl.TypeKeys "" - - '/// Make sure the first slide is selected ///' - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "", 2 - sleep 1 - - '/// Paste the Slide ///' - kontext "Slides" - SlidesControl.TypeKeys "" - - '/// choose "Before" as specification for where - Kontext "InsertPaste" - if InsertPaste.Exists(3) then + endif + + kontext "NameDlgPage" + NameField.SetText "3" + NameDlgPage.OK + sleep 1 + Printlog " Renamed the slide '3'" + + '/// Close the bars we opened before. ///' + kontext "Connectorsbar" + if Connectorsbar.Exists then Connectorsbar.Close + kontext "SymbolShapes" + if SymbolShapes.Exists then SymbolShapes.Close + kontext "StarShapes" + if StarShapes.Exists then StarShapes.Close + + '/// Change to Slidesorter ///' + kontext "DocumentImpress" + ViewSlideSorter + + '/// Now we have changed view to the slidesorter ///' + + kontext "Slides" + Printlog " Changed view to 'SlideSorter'" + '/// Make sure the last slide is selcted ///' + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "", 3 + + '/// Cut the last slide ///' + SlidesControl.TypeKeys "" + + '/// Make sure the first slide is selected ///' + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "", 2 + sleep 1 + + '/// Paste the Slide ///' + kontext "Slides" + SlidesControl.TypeKeys "" + + '/// choose "Before" as specification for where + Kontext "InsertPaste" + if InsertPaste.Exists(3) then Before.Check InsertPaste.OK Printlog " Pasted slide 'Before'" - else + else warnlog " Problem when copying/pasting slide." - endif - - '/// Check where the slide ended up ///' - kontext "Slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "", 3 'to get to the first slide - SlidesControl.TypeKeys "" - sleep 3 - ' Rename - if hMenuFindSelect(27268, true, 3) = false then + endif + + '/// Check where the slide ended up ///' + kontext "Slides" + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "", 3 'to get to the first slide + SlidesControl.TypeKeys "" + sleep 3 + ' Rename + if hMenuFindSelect(27268, true, 3) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif + endif - kontext "NameDlgPage" - if NameField.GetText <> "3" then + kontext "NameDlgPage" + if NameField.GetText <> "3" then Warnlog "Wrong slide found! Expected nr 3, but found " + NameField.GetText + "." - else + else Printlog " Slide nr 3 was found correctly." - endif - NameDlgPage.OK - sleep 1 - - kontext "Slides" - '/// Choose the slide in the middle (named "1") ///' - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "", 3 'to get to the last slide - SlidesControl.TypeKeys "" 'to go back one step - SlidesControl.OpenContextMenu (true) - ' Check the name of that slide (via Rename) - if hMenuFindSelect(27268, true, 3) = false then + endif + NameDlgPage.OK + sleep 1 + + kontext "Slides" + '/// Choose the slide in the middle (named "1") ///' + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "", 3 'to get to the last slide + SlidesControl.TypeKeys "" 'to go back one step + SlidesControl.OpenContextMenu (true) + ' Check the name of that slide (via Rename) + if hMenuFindSelect(27268, true, 3) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif + endif - kontext "NameDlgPage" - if NameField.GetText <> "1" then + kontext "NameDlgPage" + if NameField.GetText <> "1" then Warnlog "Wrong slide found! Expected nr 1, but found " + NameField.GetText + "." - else + else Printlog " Slide nr 1 was found correctly in the middle position." - endif - NameDlgPage.OK - sleep 1 - kontext "Slides" - - '/// Cut the slide ///' - SlidesControl.TypeKeys "" - sleep 3 - if hMenuFindSelect(5710, true, 10) = false then + endif + NameDlgPage.OK + sleep 1 + kontext "Slides" + + '/// Cut the slide ///' + SlidesControl.TypeKeys "" + sleep 3 + if hMenuFindSelect(5710, true, 10) = false then Warnlog "Context-Menu-entry `Cut` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif + endif - '/// Make sure we have selected the last slide ///' - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "", 2 + '/// Make sure we have selected the last slide ///' + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "", 2 - '/// Place the mousepointer to the left of the first slide ///' - sleep 1 - kontext "Slides" - SlidesControl.MouseMove 2, 3 - SlidesControl.OpenContextMenu true - sleep 3 + '/// Place the mousepointer to the left of the first slide ///' + sleep 1 + kontext "Slides" + SlidesControl.MouseMove 2, 3 + SlidesControl.OpenContextMenu true + sleep 3 - '/// Paste the Slide ///' - if hMenuFindSelect(5712, true, 12) = false then + '/// Paste the Slide ///' + if hMenuFindSelect(5712, true, 12) = false then Warnlog "Context-Menu-entry `Paste` were not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif - sleep 1 + endif + sleep 1 - '/// Choose "After" as specification for where ///' - Kontext "InsertPaste" - if InsertPaste.Exists(3) then + '/// Choose "After" as specification for where ///' + Kontext "InsertPaste" + if InsertPaste.Exists(3) then After.Check InsertPaste.OK Printlog " Pasted slide 'After'" - else + else warnlog " Problem when copying/pasting slide." - endif - - '/// Check where the slide ended up. Should have showed up at the last position ///' - kontext "Slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "", 3 'to get to the last slide - SlidesControl.TypeKeys "" '= open context menu - sleep 3 - ' Rename - if hMenuFindSelect(27268, true, 3) = false then + endif + + '/// Check where the slide ended up. Should have showed up at the last position ///' + kontext "Slides" + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "", 3 'to get to the last slide + SlidesControl.TypeKeys "" '= open context menu + sleep 3 + ' Rename + if hMenuFindSelect(27268, true, 3) = false then Warnlog "Context-Menu-entry `Rename` was not found. Therefore the test ends." Call hCloseDocument Goto Endsub - endif + endif - kontext "NameDlgPage" - if NameField.GetText <> "1" then + kontext "NameDlgPage" + if NameField.GetText <> "1" then Warnlog "Wrong slide found! Expected nr 1, but found " + NameField.GetText + "." - else + else Printlog " Slide nr 1 was found correctly." - endif - NameDlgPage.OK - sleep 1 + endif + NameDlgPage.OK + sleep 1 - '/// Close Presentation. End testcase ///' - Call hCloseDocument + '/// Close Presentation. End testcase ///' + Call hCloseDocument endcase 'tiSlideCopyInSlideSorter '------------------------------------------------------------------------ -- cgit From cccbb7582d6ae211991e72e364ae1d64b7480d90 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 11:44:35 +0200 Subject: vitomation01: #i109696 - g_stylist.inc: Try to workaround a few timing issues. --- .../optional/includes/global/g_stylist.inc | 307 ++++++++++----------- 1 file changed, 144 insertions(+), 163 deletions(-) mode change 100755 => 100644 testautomation/graphics/optional/includes/global/g_stylist.inc (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/g_stylist.inc b/testautomation/graphics/optional/includes/global/g_stylist.inc old mode 100755 new mode 100644 index dc8663425e87..fe9a1e28dabb --- a/testautomation/graphics/optional/includes/global/g_stylist.inc +++ b/testautomation/graphics/optional/includes/global/g_stylist.inc @@ -29,18 +29,6 @@ '* '* short description : '* -'******************************************************************* -'* -' #1 tFormatStylistFlyer -' #1 tFormatStylistDocuments -' #1 tFormatStylistTemplatesUse -' #1 tFormatStylistTemplateCreate -' #1 tFormatStylistTemplateSelect -' #1 tFormatStylistTemplateNew -' #1 tiFormatStylist -' #1 tFormatStylist -' #1 hWalkTheStyles -'* '\******************************************************************* testcase tFormatStylistFlyer @@ -147,7 +135,7 @@ testcase tFormatStylistFlyer '/// close stylist ///' Gestalter.Close Call hCloseDocument - + endcase 'tFormatStylistFlyer '-------------------------------------------------------- testcase tFormatStylistDocuments @@ -169,11 +157,9 @@ testcase tFormatStylistDocuments endif printlog " - Close all documents, reopen 1" - FileClose - Sleep 2 - FileClose - Sleep 2 - hNewDocument + hFileCloseAll() + hNewDocument() + Kontext "Gestalter" if (Gestalter.NotExists) then warnlog " There is no stylist in the new document" @@ -190,12 +176,9 @@ testcase tFormatStylistDocuments endif printlog " - Close all documents, reopen one and check the docked stylist" - FileClose - Sleep 2 - FileClose - Sleep 2 - Kontext "Gestalter" - hNewDocument + hFileCloseAll() + hNewDocument() + Kontext "Gestalter" if NOT Gestalter.IsDocked then warnlog " In the new document is the stylist not docked" @@ -215,7 +198,7 @@ testcase tFormatStylistDocuments Gestalter.Close end if Call hCloseDocument - + endcase 'tFormatStylistDocuments '-------------------------------------------------------- testcase tFormatStylistTemplatesUse @@ -234,7 +217,7 @@ testcase tFormatStylistTemplatesUse FormatStylist endif printlog " - Presentation-templates" - if (Lcase (gApplication) = "IMPRESS") then + if ( gApplication = "IMPRESS") then TBGestalter.Click Praesentationsvorlagen endif save = Gruppenliste.GetSelIndex @@ -253,11 +236,11 @@ testcase tFormatStylistTemplatesUse sleep 1 Gruppenliste.Select save - Gestalter.Close + kontext "Gestalter" + hCloseDialog( Gestalter, "Close" ) + + hFileCloseAll() - sleep 3 - Call hCloseDocument - endcase 'tFormatStylistTemplatesUse '-------------------------------------------------------- testcase tFormatStylistTemplateCreate @@ -299,10 +282,10 @@ testcase tFormatStylistTemplateCreate zaehler=Ansicht.getItemCount i=0 do - inc i + inc i loop while ((Ansicht.getItemText(i) <> "ATesttool") AND (i <= zaehler)) if i>zaehler then - warnlog " error" + warnlog " error" endif Ansicht.Select i sleep 1 @@ -317,10 +300,8 @@ testcase tFormatStylistTemplateCreate sleep 1 Kontext "DocumentDraw" gMouseClick 90,90 - sleep 1 - Call hCloseDocument - sleep 1 - + hFileCloseAll() + endcase 'tFormatStylistTemplateCreate '-------------------------------------------------------- testcase tFormatStylistTemplateSelect @@ -400,7 +381,7 @@ testcase tFormatStylistTemplateSelect TabArea.OK sleep 2 hCloseDocument - + endcase 'tFormatStylistTemplateSelect '--------------------------------------------------------- testcase tFormatStylistTemplateNew @@ -484,14 +465,14 @@ testcase tFormatStylistTemplateNew Vorlagenliste.TypeKeys "" i = 0 do - inc i - sTemp = Vorlagenliste.GetText - Vorlagenliste.TypeKeys "" + inc i + sTemp = Vorlagenliste.GetText + Vorlagenliste.TypeKeys "" loop while (("Testtool" <> sTemp) AND (i<20)) Vorlagenliste.TypeKeys "" Kontext "Gestalter" Gestalter.Close - + Printlog " - check template" FormatCharacter Kontext @@ -677,8 +658,8 @@ testcase tiFormatStylist sleep 1 Kontext "Gestalter" if Gestalter.Exists Then Warnlog "- Stylist could not be closed pressing F11" - Call hCloseDocument - + Call hCloseDocument + endcase 'tiFormatStylist '--------------------------------------------------------- sub hWalkTheStyles (optional a as integer,optional b as integer) @@ -686,115 +667,115 @@ sub hWalkTheStyles (optional a as integer,optional b as integer) dim i as integer if isMissing (a) then a=1 - if isMissing (b) then b=2 - i=1 - if a <= i AND i <= b then - Kontext - Messagebox.SetPage TabLinie - kontext "TabLinie" - Call DialogTest ( TabLinie ) - Kontext - Messagebox.SetPage TabArea - kontext "TabArea" - Call DialogTest ( TabArea, 1 ) - FillOptions.Select 1 ' NoFill.Check - Call DialogTest ( TabArea, 1 ) - FillOptions.Select 2 - Call DialogTest ( TabArea, 2 ) - FillOptions.Select 3 - Call DialogTest ( TabArea, 3 ) - FillOptions.Select 4 - Call DialogTest ( TabArea, 4 ) - FillOptions.Select 5 - Call DialogTest ( TabArea, 5 ) - Kontext - Messagebox.SetPage TabSchatten - kontext "TabSchatten" - Anzeigen.check - Call DialogTest ( TabSchatten ) - Kontext - Messagebox.SetPage TabTransparenz - kontext "TabTransparenz" - KeineTransparenz.Check - LineareTransparenz.Check - Transparenzverlauf.Check - Kontext - Messagebox.SetPage TabFont - kontext "TabFont" - Call DialogTest ( TabFont ) - Kontext - Messagebox.SetPage TabFontEffects - kontext "TabFontEffects" - Kontext - Messagebox.SetPage TabEinzuegeUndAbstaende - kontext "TabEinzuegeUndAbstaende" - Call DialogTest ( TabEinzuegeUndAbstaende ) - endif - i=2 - if a <= i AND i <= b then - Kontext - Messagebox.SetPage TabVerwalten - kontext "TabVerwalten" - Call DialogTest ( TabVerwalten ) - Kontext - Messagebox.SetPage TabText - Kontext "TabText" - Call DialogTest ( TabText ) - Kontext - Messagebox.SetPage TabLauftext - Kontext "TabLauftext" - Call DialogTest ( TabLauftext ) - Kontext - Messagebox.SetPage TabBemassung - Kontext "TabBemassung" - Call DialogTest ( TabBemassung ) - Kontext - Messagebox.setpage TabVerbinder - Kontext "TabVerbinder" - Call Dialogtest ( TabVerbinder ) - Kontext - Messagebox.setpage TabAusrichtungAbsatz - Kontext "TabAusrichtungAbsatz" - Links.Check - Rechts.Check - Zentriert.Check - Blocksatz.Check - Kontext - Messagebox.setpage TabTabulator - Kontext "TabTabulator" - Neu.click - AlleLoeschen.click - Neu.click - Loeschen.click - endif - i=3 - if a <= i AND i <= b then - Kontext - Messagebox.SetPage TabBullet - Kontext "TabBullet" - sleep 1 - Call DialogTest (TabBullet) - sleep 1 - Kontext - Messagebox.SetPage TabNumerierungsart - Kontext "TabNumerierungsart" - sleep 1 - Call DialogTest (TabNumerierungsart) - sleep 1 - Kontext - Messagebox.SetPage TabGrafiken - Kontext "TabGrafiken" - sleep 1 - Call DialogTest (TabGrafiken) - sleep 1 - Kontext - Messagebox.SetPage TabOptionenNumerierung - Kontext "TabOptionenNumerierung" - sleep 1 - Call DialogTest (TabOptionenNumerierung) - sleep 1 - endif - + if isMissing (b) then b=2 + i=1 + if a <= i AND i <= b then + Kontext + Messagebox.SetPage TabLinie + kontext "TabLinie" + Call DialogTest ( TabLinie ) + Kontext + Messagebox.SetPage TabArea + kontext "TabArea" + Call DialogTest ( TabArea, 1 ) + FillOptions.Select 1 ' NoFill.Check + Call DialogTest ( TabArea, 1 ) + FillOptions.Select 2 + Call DialogTest ( TabArea, 2 ) + FillOptions.Select 3 + Call DialogTest ( TabArea, 3 ) + FillOptions.Select 4 + Call DialogTest ( TabArea, 4 ) + FillOptions.Select 5 + Call DialogTest ( TabArea, 5 ) + Kontext + Messagebox.SetPage TabSchatten + kontext "TabSchatten" + Anzeigen.check + Call DialogTest ( TabSchatten ) + Kontext + Messagebox.SetPage TabTransparenz + kontext "TabTransparenz" + KeineTransparenz.Check + LineareTransparenz.Check + Transparenzverlauf.Check + Kontext + Messagebox.SetPage TabFont + kontext "TabFont" + Call DialogTest ( TabFont ) + Kontext + Messagebox.SetPage TabFontEffects + kontext "TabFontEffects" + Kontext + Messagebox.SetPage TabEinzuegeUndAbstaende + kontext "TabEinzuegeUndAbstaende" + Call DialogTest ( TabEinzuegeUndAbstaende ) + endif + i=2 + if a <= i AND i <= b then + Kontext + Messagebox.SetPage TabVerwalten + kontext "TabVerwalten" + Call DialogTest ( TabVerwalten ) + Kontext + Messagebox.SetPage TabText + Kontext "TabText" + Call DialogTest ( TabText ) + Kontext + Messagebox.SetPage TabLauftext + Kontext "TabLauftext" + Call DialogTest ( TabLauftext ) + Kontext + Messagebox.SetPage TabBemassung + Kontext "TabBemassung" + Call DialogTest ( TabBemassung ) + Kontext + Messagebox.setpage TabVerbinder + Kontext "TabVerbinder" + Call Dialogtest ( TabVerbinder ) + Kontext + Messagebox.setpage TabAusrichtungAbsatz + Kontext "TabAusrichtungAbsatz" + Links.Check + Rechts.Check + Zentriert.Check + Blocksatz.Check + Kontext + Messagebox.setpage TabTabulator + Kontext "TabTabulator" + Neu.click + AlleLoeschen.click + Neu.click + Loeschen.click + endif + i=3 + if a <= i AND i <= b then + Kontext + Messagebox.SetPage TabBullet + Kontext "TabBullet" + sleep 1 + Call DialogTest (TabBullet) + sleep 1 + Kontext + Messagebox.SetPage TabNumerierungsart + Kontext "TabNumerierungsart" + sleep 1 + Call DialogTest (TabNumerierungsart) + sleep 1 + Kontext + Messagebox.SetPage TabGrafiken + Kontext "TabGrafiken" + sleep 1 + Call DialogTest (TabGrafiken) + sleep 1 + Kontext + Messagebox.SetPage TabOptionenNumerierung + Kontext "TabOptionenNumerierung" + sleep 1 + Call DialogTest (TabOptionenNumerierung) + sleep 1 + endif + end sub 'hWalkTheStyles '--------------------------------------------------------- testcase tFormatStylist @@ -889,7 +870,7 @@ testcase tFormatStylist endif endif Call hCloseDocument - + endcase 'tFormatStylist '-------------------------------------------------------- function hSelectInList (window, sEntry as String) as Boolean @@ -901,16 +882,16 @@ function hSelectInList (window, sEntry as String) as Boolean window.TypeKeys "" sTemp = "" do - sLastTemp = sTemp - sTemp = window.GetText - window.TypeKeys "" -loop while ((sEntry <> sTemp) AND (sLastTemp <> sTemp)) -if (sEntry = sTemp) then - window.TypeKeys "" - hSelectInList = TRUE -else - hSelectInList = FALSE -endif + sLastTemp = sTemp + sTemp = window.GetText + window.TypeKeys "" + loop while ((sEntry <> sTemp) AND (sLastTemp <> sTemp)) + if (sEntry = sTemp) then + window.TypeKeys "" + hSelectInList = TRUE + else + hSelectInList = FALSE + endif end function 'hSelectInList '--------------------------------------------------------- -- cgit From ee09a815bea068e8b8cbefbf9786bae1c18875c8 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 12:40:46 +0200 Subject: vitomation01: #i109696 - g_tables.inc: removed unnecessary ucase( gApplication ) statements. gApplication is uppercase, always. Added warnlog for dialogs that refuse to open. Handled test abort when asian support is enabled (Control does not exist then). --- .../graphics/optional/includes/global/g_tables.inc | 79 ++++++++++++++-------- 1 file changed, 50 insertions(+), 29 deletions(-) mode change 100644 => 100755 testautomation/graphics/optional/includes/global/g_tables.inc (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/g_tables.inc b/testautomation/graphics/optional/includes/global/g_tables.inc old mode 100644 new mode 100755 index 2ffff217ba72..173ef2d539be --- a/testautomation/graphics/optional/includes/global/g_tables.inc +++ b/testautomation/graphics/optional/includes/global/g_tables.inc @@ -29,13 +29,6 @@ '* '* short description : Testing of impress tables '* -'******************************************************************* -'* -' #1 tiInsertTableUsingMenu -' #1 tiInsertTableUsingButton -' #1 tiTableObjectBar -' #1 tiInsertTableUsingToolbarbuttonView -'* '\****************************************************************** 'Variables: @@ -50,7 +43,7 @@ testcase tiInsertTableUsingMenu printlog "Inserting table into doc using the menu." Call hNewDocument printlog "Switching between Draw/Impress" - if (UCase(gApplication)) = "IMPRESS" then + if ( gApplication = "IMPRESS" ) then DocumentImpress.UseMenu hMenuSelectNr(4) hMenuSelectNr(14) @@ -213,7 +206,7 @@ testcase tiTableObjectBar printlog "Inserting table into doc using the menu." Call hNewDocument printlog "Switching between Draw/Impress" - if (UCase(gApplication)) = "IMPRESS" then + if ( gApplication = "IMPRESS" ) then DocumentImpress.UseMenu hMenuSelectNr(4) hMenuSelectNr(14) @@ -229,7 +222,7 @@ testcase tiTableObjectBar printlog "Selecting table for geeting the TableObjectBar." printlog "Switching between Draw/Impress" - if (UCase(gApplication)) = "IMPRESS" then + if ( gApplication = "IMPRESS" )then Kontext "DocumentImpress" DocumentImpress.TypeKeys "" else @@ -258,7 +251,7 @@ testcase tiTableObjectBar Kontext "TableObjectBar" TableObjectBar.Close - if (UCase(gApplication)) = "IMPRESS" then + if ( gApplication = "IMPRESS" ) then Kontext "DocumentImpress" else Kontext "DocumentDraw" @@ -278,7 +271,7 @@ testcase tiTableObjectBar endif Kontext "TableObjectBar" TableObjectBar.Close - if (UCase(gApplication)) = "IMPRESS" then + if ( gApplication = "IMPRESS" ) then Kontext "DocumentImpress" else Kontext "DocumentDraw" @@ -295,7 +288,7 @@ testcase tiTableObjectBar else warnlog "BordersTB is not up!" endif - if (UCase(gApplication)) = "IMPRESS" then + if ( gApplication = "IMPRESS" ) then Kontext "DocumentImpress" else Kontext "DocumentDraw" @@ -303,7 +296,7 @@ testcase tiTableObjectBar printlog "Checking merge cells." printlog "Inserting something into cell and select." - if (UCase(gApplication)) = "IMPRESS" then + if ( gApplication = "IMPRESS" ) then DocumentImpress.TypeKeys ("a") DocumentImpress.TypeKeys "" else @@ -319,22 +312,36 @@ testcase tiTableObjectBar ZelleTeilen.Click printlog "Cells split." Kontext "ZellenTeilen" - WaitSlot(1000) - printlog "SplitCells dialog open." - Anzahl.ToMax - printlog "Maximum SplitCellCount is " & Anzahl.GetText & "." - Anzahl.ToMin - printlog "Minimum SplitCellCount is " & Anzahl.GetText & "." - if Horizontal.IsChecked = TRUE then - printlog "Horizontally is clicked." + if ( ZellenTeilen.exists( 2 ) ) then + + printlog "SplitCells dialog open." + + printlog( "Set number to maximum" ) + Anzahl.ToMax + printlog "Maximum SplitCellCount is " & Anzahl.GetText & "." + + printlog( "Set number to minimum" ) + Anzahl.ToMin + printlog "Minimum SplitCellCount is " & Anzahl.GetText & "." + + printlog( " should be checked" ) + if ( Horizontal.IsChecked ) then + printlog "Horizontally is clicked." + else + warnlog "Horizontally should be clicked by default!" + endif + + printlog( "Distribute/Split equally" ) + GleichmaessigTeilen.Check + + printlog( "Check " ) + Vertikal.Check + + printlog( "Close dialog " ) + hCloseDialog( ZellenTeilen, "close" ) else - warnlog "Horizontally should be clicked by default!" + warnlog( "Dialog did not open" ) endif - GleichmaessigTeilen.Check - printlog "Split Equal checked." - Vertikal.Check - printlog "Cells vertically checked." - ZellenTeilen.OK printlog " Checking optimize button 'ToDo: button not working" 'Kontext "TableObjectBar" 'Optimieren.TearOff @@ -364,7 +371,7 @@ testcase tiTableObjectBar tabledesign.Click printlog "Checking for Table Design in Impress TaskBar or for Dialog in Draw." - if (UCase(gApplication)) = "IMPRESS" then + if ( gApplication = "IMPRESS" ) then kontext "Tasks" if (NOT Tasks.exists) then warnlog "Tasks Panel not visible. Opening now." @@ -395,6 +402,20 @@ testcase tiTableObjectBar kontext "TabFont" printlog "Checking Fonts Box." + + if ( Font.exists() ) then + printlog( "Western dialog layout -> good" ) + else + if ( FontWest.exists() ) then + warnlog( " exists, asian support is enabled which this test cannot handle" ) + else + warnlog( "Unknown error while trying to access listbox" ) + endif + hCloseDialog( TabFont, "close" ) + hFileCloseAll() + goto endsub + endif + iItemCount = Font.GetItemCount printlog "Fontbox has " & iItemCount & " entries." for iItemIndex = 1 to iItemCount -- cgit From 54769eeee230ea85545e7863a38f383c18185074 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 13:04:51 +0200 Subject: vitomation01: #i109696 - g_tables.inc: Use Wait( 1000 ) --- testautomation/graphics/optional/includes/global/g_tables.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/g_tables.inc b/testautomation/graphics/optional/includes/global/g_tables.inc index 173ef2d539be..f08e101b4838 100755 --- a/testautomation/graphics/optional/includes/global/g_tables.inc +++ b/testautomation/graphics/optional/includes/global/g_tables.inc @@ -305,12 +305,15 @@ testcase tiTableObjectBar endif Kontext "TableObjectBar" if TableObjectBar.NotExists(2) then ViewToolbarsTable + + printlog( "Merge cells" ) + Wait( 1000 ) ZellenVerbinden.Click - printlog "Cells merged." - printlog "Checking split cells." + printlog( "Split cells" ) + Wait( 1000 ) ZelleTeilen.Click - printlog "Cells split." + Kontext "ZellenTeilen" if ( ZellenTeilen.exists( 2 ) ) then -- cgit From 2879645a06b4669802e745295d3245afd3d56919 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 14:42:20 +0200 Subject: vitomation01: #i109696 - two more slots added --- testautomation/global/tools/includes/required/t_tools3.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index ac3b5eafb331..d598572209b9 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1068,6 +1068,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "formatpagewriter" : FormatPageWriter case "formatautoformatapply" : FormatAutoformatApply + case "insertslide" : InsertSlide case "insertfieldsother" : InsertFieldsOther case "insertgraphicsfromfile" : InsertGraphicsFromFile case "insertindexesbibliographyentry" : InsertIndexesBibliographyEntry @@ -1082,6 +1083,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "toolslanguagehangulhanjaconversion" : ToolsLanguageHangulHanjaConversion case "viewzoom" : ViewZoom + case "viewnormal" : ViewNormal case else : warnlog( "Unknown slot called: " & cSlot ) end select -- cgit From bebcbf216cb56321fc54c01a6c0ef38a583081a4 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 26 May 2010 15:52:41 +0200 Subject: vitomation01: #i109696 - The test (i_us_presentation.bas) had problems accessing one control. Refactored large parts of the code to avoid random test interruptions but used aggressive timings, might need further adjusting --- .../optional/includes/impress/i_us2_present.inc | 531 ++++++++------- .../optional/includes/impress/i_us_present.inc | 736 ++++++++++----------- 2 files changed, 604 insertions(+), 663 deletions(-) mode change 100755 => 100644 testautomation/graphics/optional/includes/impress/i_us_present.inc (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/impress/i_us2_present.inc b/testautomation/graphics/optional/includes/impress/i_us2_present.inc index a1c7ab18acb6..8f8c79a06553 100644 --- a/testautomation/graphics/optional/includes/impress/i_us2_present.inc +++ b/testautomation/graphics/optional/includes/impress/i_us2_present.inc @@ -29,9 +29,6 @@ '* '* short description : Impress User-Scenario: Beginner makes presentation. '* -'*************************************************************************** -' #1 i_us2_pres1 -' #1 i_us2_pres2 '\************************************************************************** testcase i_us2_pres1 @@ -43,222 +40,222 @@ testcase i_us2_pres1 kontext "DocumentImpress" printlog "New - Wizard - Presentation." FileAutopilotPresentation - printlog "Called File-Autopilot-Presentation." - printlog "Create from Template" - kontext "AutoPilotPraesentation1" - FromTemplate.Check - 'This part is for language-indepencancy - if gOOO = TRUE then - TemplateRegion.Select (1) - printlog "Choose a Presentation" - TemplateList.Select (2) - else - TemplateRegion.Select (1) - if TemplateList.GetItemCount < 40 then + printlog "Called File-Autopilot-Presentation." + printlog "Create from Template" + kontext "AutoPilotPraesentation1" + FromTemplate.Check + 'This part is for language-indepencancy + if gOOO = TRUE then + TemplateRegion.Select (1) + printlog "Choose a Presentation" + TemplateList.Select (2) + else + TemplateRegion.Select (1) + if TemplateList.GetItemCount < 40 then TemplateRegion.Select (2) if TemplateList.GetItemCount < 40 then - TemplateRegion.Select (3) - if TemplateList.GetItemCount < 40 then - Warnlog " No Templates selectable in the wizard. Please check." - goto endsub - endif + TemplateRegion.Select (3) + if TemplateList.GetItemCount < 40 then + Warnlog " No Templates selectable in the wizard. Please check." + goto endsub + endif endif - endif - printlog "Choose a Presentation" - TemplateList.Select (4) - endif - printlog "Next" - Nextbutton.Click - sleep (1) - Backbutton.Click - sleep (1) - Nextbutton.Click + endif + printlog "Choose a Presentation" + TemplateList.Select (4) + endif + printlog "Next" + Nextbutton.Click + sleep (1) + Backbutton.Click + sleep (1) + Nextbutton.Click - printlog " Switched to the second Wizard-page." - sleep (1) - printlog "Presentations" - kontext "AutoPilotPraesentation2" - printlog "Output: Screen" - if gOOO = TRUE then 'OpenOffice.org - Background.Select (2) - if Backgroundchoice.GetItemCount < 2 then + printlog " Switched to the second Wizard-page." + sleep (1) + printlog "Presentations" + kontext "AutoPilotPraesentation2" + printlog "Output: Screen" + if gOOO = TRUE then 'OpenOffice.org + Background.Select (2) + if Backgroundchoice.GetItemCount < 2 then Background.Select (1) if Backgroundchoice.GetItemCount = 0 then - Warnlog " No Backgrounds selectable in the wizard. Please check." - goto endsub + Warnlog " No Backgrounds selectable in the wizard. Please check." + goto endsub endif - endif - Backgroundchoice.Select (2) - else 'StarOffice - Background.Select (3) - if Backgroundchoice.GetItemCount < 10 then + endif + Backgroundchoice.Select (2) + else 'StarOffice + Background.Select (3) + if Backgroundchoice.GetItemCount < 10 then Background.Select (2) if Backgroundchoice.GetItemCount < 10 then - Background.Select (3) - if Backgroundchoice.GetItemCount < 10 then - Warnlog " No Backgrounds selectable in the wizard. Please check." - goto endsub - endif + Background.Select (3) + if Backgroundchoice.GetItemCount < 10 then + Warnlog " No Backgrounds selectable in the wizard. Please check." + goto endsub + endif endif - endif - Backgroundchoice.Select (5) - endif - Screen.Check - printlog "Next" - Nextbutton.Click + endif + Backgroundchoice.Select (5) + endif + Screen.Check + printlog "Next" + Nextbutton.Click - printlog " Switched to the third Wizard-page." - sleep (1) - kontext "AutoPilotPraesentation3" - printlog "Random Effect. Random Speed. Click through every choice." - Effect.Select (15) - Speed.Select (3) - WaitSlot (5000) - Automatic.Check - Timebutton.SetText "00:00:15" - Break.SetText "00:00:20" - Logo.Check - printlog "Next" - Nextbutton.Click + printlog " Switched to the third Wizard-page." + sleep (1) + kontext "AutoPilotPraesentation3" + printlog "Random Effect. Random Speed. Click through every choice." + Effect.Select (15) + Speed.Select (3) + WaitSlot (5000) + Automatic.Check + Timebutton.SetText "00:00:15" + Break.SetText "00:00:20" + Logo.Check + printlog "Next" + Nextbutton.Click - printlog " Switched to the fourth Wizard-page." - sleep (1) - kontext "AutoPilotPraesentation4" - printlog "Fill in some company-name-subject-text" - AddName.SetText "Lala1" - AddTopic.SetText "Lala2" - Askinformation.SetText "Lala3" - printlog "Next" - Nextbutton.Click - printlog " Switched to the fifth Wizard-page." - sleep (1) - kontext "AutoPilotPraesentation5" - Summary.Check - printlog "Create" - WaitSlot (2000) - AutoPilotPraesentation5.OK + printlog " Switched to the fourth Wizard-page." + sleep (1) + kontext "AutoPilotPraesentation4" + printlog "Fill in some company-name-subject-text" + AddName.SetText "Lala1" + AddTopic.SetText "Lala2" + Askinformation.SetText "Lala3" + printlog "Next" + Nextbutton.Click + printlog " Switched to the fifth Wizard-page." + sleep (1) + kontext "AutoPilotPraesentation5" + Summary.Check + printlog "Create" + WaitSlot (2000) + AutoPilotPraesentation5.OK - sleep (1) - printlog " Pressed 'Create'." - printlog "Add a Slide via Insert - Slide." - Kontext "DocumentImpress" - hTypeKeys "What we will talk about" - gMouseClick 1,1 - Kontext "DocumentImpress" - DocumentImpress.UseMenu - hMenuSelectNr (4) - hMenuSelectNr (1) - sleep (1) + sleep (1) + printlog " Pressed 'Create'." + printlog "Add a Slide via Insert - Slide." + Kontext "DocumentImpress" + hTypeKeys "What we will talk about" + gMouseClick 1,1 + Kontext "DocumentImpress" + DocumentImpress.UseMenu + hMenuSelectNr (4) + hMenuSelectNr (1) + sleep (1) - kontext "Slides" - SlidesControl.TypeKeys "" - kontext "DocumentImpress" - DocumentImpress.TypeKeys "Text we just wrote..." - printlog "Switch to the second slide." - kontext "Slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - kontext "DocumentImpress" - printlog "Insert three lines with text, all with different formatting." - call hTextrahmenErstellen ("First line with text",20,50,70,50) - call hTextrahmenErstellen ("Second line with text",20,60,70,60) - call hTextrahmenErstellen ("Third line with text",20,70,70,70) - printlog "Go down to the eleventh slide." - kontext "Slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "", 10 - SlidesControl.TypeKeys "" - printlog "Insert Smiley, + two circles around the eyes, + two new pupils," - printlog "placed at some interesteing place inside the circles." - Kontext "Toolbar" - SymbolShapes.TearOff - sleep (1) - kontext "SymbolShapes" - SymbolShapesSmiley.Click - sleep (1) - kontext "DrawingObjectbar" - AreaFilling.TypeKeys "" - AreaFilling.TypeKeys "", 10 - printlog "Select (11) 'Lime-Green" - AreaFilling.TypeKeys "" - sleep (1) - gMouseMove (53,50,90,80) - Kontext "Toolbar" - Ellipsen.Click - kontext "SymbolShapes" - SymbolShapes.Close - Kontext "DocumentImpress" - gMouseMove (60,43,70,65) - hTypeKeys "" - Kontext "Toolbar" - Ellipsen.Click - gMouseMove (65,57,69,63) - hTypeKeys "" - Kontext "Toolbar" - Ellipsen.Click - gMouseMove (70,50,82,65) - hTypeKeys "" - Kontext "Toolbar" - Ellipsen.Click - gMouseMove (77,57,80,63) - hTypeKeys "" - sleep (1) + kontext "Slides" + SlidesControl.TypeKeys "" + kontext "DocumentImpress" + DocumentImpress.TypeKeys "Text we just wrote..." + printlog "Switch to the second slide." + kontext "Slides" + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "" + kontext "DocumentImpress" + printlog "Insert three lines with text, all with different formatting." + call hTextrahmenErstellen ("First line with text",20,50,70,50) + call hTextrahmenErstellen ("Second line with text",20,60,70,60) + call hTextrahmenErstellen ("Third line with text",20,70,70,70) + printlog "Go down to the eleventh slide." + kontext "Slides" + SlidesControl.TypeKeys "" + SlidesControl.TypeKeys "", 10 + SlidesControl.TypeKeys "" + printlog "Insert Smiley, + two circles around the eyes, + two new pupils," + printlog "placed at some interesteing place inside the circles." + Kontext "Toolbar" + SymbolShapes.TearOff + sleep (1) + kontext "SymbolShapes" + SymbolShapesSmiley.Click + sleep (1) + kontext "DrawingObjectbar" + AreaFilling.TypeKeys "" + AreaFilling.TypeKeys "", 10 + printlog "Select (11) 'Lime-Green" + AreaFilling.TypeKeys "" + sleep (1) + gMouseMove (53,50,90,80) + Kontext "Toolbar" + Ellipsen.Click + kontext "SymbolShapes" + SymbolShapes.Close + Kontext "DocumentImpress" + gMouseMove (60,43,70,65) + hTypeKeys "" + Kontext "Toolbar" + Ellipsen.Click + gMouseMove (65,57,69,63) + hTypeKeys "" + Kontext "Toolbar" + Ellipsen.Click + gMouseMove (70,50,82,65) + hTypeKeys "" + Kontext "Toolbar" + Ellipsen.Click + gMouseMove (77,57,80,63) + hTypeKeys "" + sleep (1) - printlog "Insert new slide." - kontext "Slides" - printlog "get to the last slide." - SlidesControl.TypeKeys "", 15 - SlidesControl.TypeKeys "" - printlog "Delete the two fields the stylist has." - kontext "DocumentImpress" - gMouseClick 1,1 - EditSelectAll - DocumentImpress.TypeKeys "" - printlog "Insert-Picture-From File. (some crazy picture which fits the theme)" - InsertGraphicsFromFile - Kontext "GrafikEinfuegenDlg" - printlog "Open graphic" - Dateiname.SetText ConvertPath (gTesttoolPath + "global\input\graf_inp\ball.eps") - Oeffnen.Click - gMouseClick 1,1 - printlog "Add a text above the picture. 'There is movement..." - call hTextrahmenErstellen ("There is movement...",20,20,70,30) + printlog "Insert new slide." + kontext "Slides" + printlog "get to the last slide." + SlidesControl.TypeKeys "", 15 + SlidesControl.TypeKeys "" + printlog "Delete the two fields the stylist has." + kontext "DocumentImpress" + gMouseClick 1,1 + EditSelectAll + DocumentImpress.TypeKeys "" + printlog "Insert-Picture-From File. (some crazy picture which fits the theme)" + InsertGraphicsFromFile + Kontext "GrafikEinfuegenDlg" + printlog "Open graphic" + Dateiname.SetText ConvertPath (gTesttoolPath + "global\input\graf_inp\ball.eps") + Oeffnen.Click + gMouseClick 1,1 + printlog "Add a text above the picture. 'There is movement..." + call hTextrahmenErstellen ("There is movement...",20,20,70,30) - printlog "Add a new slide." - InsertSlide - printlog " Inserted new slide." - kontext "DocumentImpress" - EditSelectAll - DocumentImpress.TypeKeys "" - printlog "Bla bla about everything..." - call hTextrahmenErstellen ("Bla bla about everything...",20,20,70,30) + printlog "Add a new slide." + InsertSlide + printlog " Inserted new slide." + kontext "DocumentImpress" + EditSelectAll + DocumentImpress.TypeKeys "" + printlog "Bla bla about everything..." + call hTextrahmenErstellen ("Bla bla about everything...",20,20,70,30) - printlog "Add a new slide." - InsertSlide - printlog " Inserted new slide." - kontext "DocumentImpress" - EditSelectAll - DocumentImpress.TypeKeys "" - printlog "Write text: Q & A" - call hTextrahmenErstellen ("Q & A",20,20,70,30) - DocumentImpress.TypeKeys "" - sleep (1) + printlog "Add a new slide." + InsertSlide + printlog " Inserted new slide." + kontext "DocumentImpress" + EditSelectAll + DocumentImpress.TypeKeys "" + printlog "Write text: Q & A" + call hTextrahmenErstellen ("Q & A",20,20,70,30) + DocumentImpress.TypeKeys "" + sleep (1) - printlog "Add a new slide." - InsertSlide - kontext "DocumentImpress" - EditSelectAll - DocumentImpress.TypeKeys "" - printlog "Thanks for listening, time for coffee... (ending)" - call hTextrahmenErstellen ("Class dismissed...",20,20,70,30) + printlog "Add a new slide." + InsertSlide + kontext "DocumentImpress" + EditSelectAll + DocumentImpress.TypeKeys "" + printlog "Thanks for listening, time for coffee... (ending)" + call hTextrahmenErstellen ("Class dismissed...",20,20,70,30) - printlog "Save Document" - call hFileSaveAsKill (PresentationFile1) - printlog "OK saved at ", PresentationFile1 - sleep (1) + printlog "Save Document" + call hFileSaveAsKill (PresentationFile1) + printlog "OK saved at ", PresentationFile1 + sleep (1) - printlog "Close Document" - Call hCloseDocument + printlog "Close Document" + Call hCloseDocument endcase 'i_us2_pres1 '------------------------------------------------------------------------------ @@ -266,74 +263,74 @@ endcase 'i_us2_pres1 testcase i_us2_pres2 qaerrorlog "not yet ready." goto endsub - dim Result1, Result2 as integer - dim iPictures as integer - dim PresentationFile1, PresentationFile2, PresentationFileToBeLoaded as string - PresentationFile1 = (ConvertPath (gTesttoolPath + "graphics\required\input\rightfont.odp")) - PresentationFile2 = (ConvertPath (gOfficePath + "user\work\xxxxxx9.odp")) - kontext "DocumentImpress" - printlog "New - Wizard - Presentation" - FileAutopilotPresentation - printlog " Called File-Autopilot-Presentation." - printlog "Create from Template" - kontext "AutoPilotPraesentation1" - EmptyPresentation.Check - AutoPilotPraesentation1.TypeKeys "" - sleep (3) - AutoPilotPraesentation1.TypeKeys "" - if Existingpresentation.IsChecked(5) then - printlog " Pressing down worked fine" - else - warnlog " Pressing down didnt work as expected." - endif - printlog "Click the Open-button" - ExistingOpen.Click - printlog "Check if the Open-dialogue is there" - kontext "GeneralFileDialog" - if GeneralFileDialog.Exists(10) = FALSE then - warnlog " Open-file-dialogue didnt show up." - else - GeneralFileDialog.Cancel - endif - sleep (3) - kontext "AutoPilotPraesentation1" - AutoPilotPraesentation1.TypeKeys "" - AutoPilotPraesentation1.TypeKeys "" - AutoPilotPraesentation1.TypeKeys "" - AutoPilotPraesentation1.TypeKeys "" - sleep (1) - Existinglist.TypeKeys "" - sleep (1) - Existinglist.TypeKeys "" - sleep (3) - if Existinglist.GetSelText = "" then - Warnlog " No entries in the recently-opened-files-list. Check if it's correct." - else - PresentationFileToBeLoaded = Existinglist.GetSelText - AutoPilotPraesentation1.OK - endif + dim Result1, Result2 as integer + dim iPictures as integer + dim PresentationFile1, PresentationFile2, PresentationFileToBeLoaded as string + PresentationFile1 = (ConvertPath (gTesttoolPath + "graphics\required\input\rightfont.odp")) + PresentationFile2 = (ConvertPath (gOfficePath + "user\work\xxxxxx9.odp")) + kontext "DocumentImpress" + printlog "New - Wizard - Presentation" + FileAutopilotPresentation + printlog " Called File-Autopilot-Presentation." + printlog "Create from Template" + kontext "AutoPilotPraesentation1" + EmptyPresentation.Check + AutoPilotPraesentation1.TypeKeys "" + sleep (3) + AutoPilotPraesentation1.TypeKeys "" + if Existingpresentation.IsChecked(5) then + printlog " Pressing down worked fine" + else + warnlog " Pressing down didnt work as expected." + endif + printlog "Click the Open-button" + ExistingOpen.Click + printlog "Check if the Open-dialogue is there" + kontext "GeneralFileDialog" + if GeneralFileDialog.Exists(10) = FALSE then + warnlog " Open-file-dialogue didnt show up." + else + GeneralFileDialog.Cancel + endif + sleep (3) + kontext "AutoPilotPraesentation1" + AutoPilotPraesentation1.TypeKeys "" + AutoPilotPraesentation1.TypeKeys "" + AutoPilotPraesentation1.TypeKeys "" + AutoPilotPraesentation1.TypeKeys "" + sleep (1) + Existinglist.TypeKeys "" + sleep (1) + Existinglist.TypeKeys "" + sleep (3) + if Existinglist.GetSelText = "" then + Warnlog " No entries in the recently-opened-files-list. Check if it's correct." + else + PresentationFileToBeLoaded = Existinglist.GetSelText + AutoPilotPraesentation1.OK + endif - kontext "DocumentImpress" - if DocumentImpress.Exists(10) = FALSE then - if DocumentImpress.StatusIsProgress = FALSE then - sleep (10) - if DocumentImpress.StatusIsProgress then - warnlog " Took over 20 seconds to load the document Document: " + PresentationFileToBeLoaded + ". Stalled?" - endif - goto endsub - endif - else - printlog " Document " + PresentationFileToBeLoaded + " seemed to have been loaded correctly." - endif - sleep (3) - if DocumentImpress.StatusIsProgress then - sleep (5) - endif - printlog "Save Document" - call hFileSaveAsKill (PresentationFile2) - printlog "OK saved at ", PresentationFile2 - sleep (1) + kontext "DocumentImpress" + if DocumentImpress.Exists(10) = FALSE then + if DocumentImpress.StatusIsProgress = FALSE then + sleep (10) + if DocumentImpress.StatusIsProgress then + warnlog " Took over 20 seconds to load the document Document: " + PresentationFileToBeLoaded + ". Stalled?" + endif + goto endsub + endif + else + printlog " Document " + PresentationFileToBeLoaded + " seemed to have been loaded correctly." + endif + sleep (3) + if DocumentImpress.StatusIsProgress then + sleep (5) + endif + printlog "Save Document" + call hFileSaveAsKill (PresentationFile2) + printlog "OK saved at ", PresentationFile2 + sleep (1) - printlog "Close Document" - Call hCloseDocument + printlog "Close Document" + Call hCloseDocument endcase 'i_us2_pres2 diff --git a/testautomation/graphics/optional/includes/impress/i_us_present.inc b/testautomation/graphics/optional/includes/impress/i_us_present.inc old mode 100755 new mode 100644 index d161ab4f9de2..69de62815f56 --- a/testautomation/graphics/optional/includes/impress/i_us_present.inc +++ b/testautomation/graphics/optional/includes/impress/i_us_present.inc @@ -29,178 +29,179 @@ '* '* short description : Include-file for impress User-Scenario: Presentation. '* -'*************************************************************************** -' #1 i_us_presentation1 -' #1 i_us_presentation2 -' #1 i_us_presentation3 -' #1 i_us_presentation4 -' #1 i_us_presentation5 -' #1 i_us_presentation6 -' #1 i_us_presentation7 '\******************************************************************** testcase i_us_presentation1 + dim iPictures as integer dim PresentationFile1 as string - PresentationFile1 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes1.odp"))) + + PresentationFile1 = ConvertPath( gOfficePath + "user\work\PowerPes1.odp" ) + printlog "New impress document" Call hNewDocument - WaitSlot (2000) - kontext "DocumentImpress" - - printlog "Add second Master-Page" - ViewMasterPage - kontext "Slides" - SlidesControl.OpenContextMenu(true) - sleep (2) - MenuSelect(MenuGetItemID(1)) 'New Master - sleep (1) - printlog " Inserted second Master-Slide" - - printlog "Background: picture (Gallery)" - Kontext "Gallery" - if Gallery.Exists(2) then - warnlog " The Gallery was already visible. Check earlier ran tests for inconsistency." - sleep (2) - else - ToolsGallery - WaitSlot (2000) - end if - - if gOOO = TRUE then 'OpenOffice.org - select case iSprache - case 01 : iPictures = 1 'English - case else : iPictures = 1 'Unknown - warnlog "Please insert the entrienumbers for 'Backgrounds'. Language: " + iSprache - end select - - else ' StarOffice... - select case iSprache - case 01 : iPictures = 21 'English - case 07 : iPictures = 28 'Russian - case 31 : iPictures = 04 'Netherlands - case 33 : iPictures = 22 'French - case 34 : iPictures = 12 'Spanish - case 36 : iPictures = 17 'Hungaria - case 39 : iPictures = 23 'Italian - case 46 : iPictures = 09 'Swedish - case 48 : iPictures = 20 'Polish - case 49 : iPictures = 11 'German - case 55 : iPictures = 16 'Portuguese - case 81 : iPictures = 22 'Japanese - case 82 : iPictures = 04 'Korean - case 86 : iPictures = 06 'Simplified - case 88 : iPictures = 17 'Traditional - case else : iPictures = 21 'Unknown - warnlog "Please insert the entrienumbers for 'Backgrounds'. Language: " + iSprache - end select - end if - - kontext "Gallery" - Gallerys.Select (iPictures) - - View.TypeKeys "" - printlog "'OpenContextMenu" - View.TypeKeys "" - sleep (2) - MenuSelect(MenuGetItemID(1)) 'Insert - sleep (2) - MenuSelect(MenuGetItemID(1)) 'Copy - sleep (2) - printlog "Check that we really got a copy of the object " - kontext "DocumentImpress" - DocumentImpress.OpenContextMenu(true) - sleep (2) - MenuSelect 27353 - sleep (2) - Kontext "ExportierenDlg" - if ExportierenDlg.IsVisible(5) then - printlog " Gallery-object correctly copied into Slide." - ExportierenDlg.Close - else - warnlog " Doesn't seem like we copied anything from the Gallery... ?" - end if - kontext "GraphicObjectbar" - if GraphicObjectbar.Exists(5) = FALSE then - kontext "DocumentImpress" - ViewToolbarsPicture - end if - - printlog "50% Transparency" - WaitSlot (2000) - kontext "GraphicObjectbar" ' the one with Transparency - Transparenz.SetText "50" - sleep (1) - - printlog "Mosaic 16px x 16px" - Filter.TearOff - sleep (1) - kontext "GraphicFilterBar" - Mosaic.Click - WaitSlot (2000) - kontext "Mosaic" - Width.SetText "16" - Height.SetText "16" - Mosaic.OK - - kontext "GraphicFilterBar" - GraphicFilterBar.Close - - ToolsGallery - WaitSlot (1000) - kontext "DocumentImpress" - gMouseClick 50,50 + WaitSlot (2000) + kontext "DocumentImpress" + + printlog "Add second Master-Page" + ViewMasterPage + + kontext "Slides" + printlog " Insert second Master-Slide" + SlidesControl.OpenContextMenu(true) + sleep (2) + MenuSelect(MenuGetItemID(1)) 'New Master + + printlog "Background: picture (Gallery)" + Kontext "Gallery" + if Gallery.Exists(2) then + warnlog " The Gallery was already visible. Check earlier ran tests for inconsistency." + else + ToolsGallery + WaitSlot (2000) + end if + + if gOOO = TRUE then 'OpenOffice.org + select case iSprache + case 01 : iPictures = 1 'English + case else : iPictures = 1 'Unknown + warnlog "Please insert the entrienumbers for 'Backgrounds'. Language: " + iSprache + end select + + else ' StarOffice... + select case iSprache + case 01 : iPictures = 21 'English + case 07 : iPictures = 28 'Russian + case 31 : iPictures = 04 'Netherlands + case 33 : iPictures = 22 'French + case 34 : iPictures = 12 'Spanish + case 36 : iPictures = 17 'Hungaria + case 39 : iPictures = 23 'Italian + case 46 : iPictures = 09 'Swedish + case 48 : iPictures = 20 'Polish + case 49 : iPictures = 11 'German + case 55 : iPictures = 16 'Portuguese + case 81 : iPictures = 22 'Japanese + case 82 : iPictures = 04 'Korean + case 86 : iPictures = 06 'Simplified + case 88 : iPictures = 17 'Traditional + case else : iPictures = 21 'Unknown + warnlog "Please insert the entrienumbers for 'Backgrounds'. Language: " + iSprache + end select + end if + + kontext "Gallery" + Gallerys.Select (iPictures) + + View.TypeKeys "" + printlog "'OpenContextMenu" + View.TypeKeys "" + sleep (2) + MenuSelect(MenuGetItemID(1)) 'Insert + sleep (2) + MenuSelect(MenuGetItemID(1)) 'Copy + sleep (2) + printlog "Check that we really got a copy of the object " + kontext "DocumentImpress" + DocumentImpress.OpenContextMenu(true) + sleep (2) + MenuSelect 27353 + + Kontext "ExportierenDlg" + if ( ExportierenDlg.exists( 5 ) ) then + printlog " Gallery-object correctly copied into Slide." + ExportierenDlg.Close + else + warnlog " Doesn't seem like we copied anything from the Gallery... ?" + end if + + kontext "GraphicObjectbar" + if ( not GraphicObjectbar.Exists( 5 ) ) then + kontext "DocumentImpress" + ViewToolbarsPicture + WaitSlot( 2000 ) + end if + + printlog "50% Transparency" + kontext "GraphicObjectbar" ' the one with Transparency + Transparenz.SetText "50" + + printlog "Mosaic 16px x 16px" + Filter.TearOff sleep (1) - FormatPositionAndSize + + kontext "GraphicFilterBar" + Mosaic.Click + + kontext "Mosaic" + if ( Mosaic.exists( 2 ) ) then + Width.SetText "16" + Height.SetText "16" + Mosaic.OK + else + warnlog( "Dialog did not open" ) + endif + + kontext "GraphicFilterBar" + GraphicFilterBar.Close + + ToolsGallery WaitSlot (1000) + + kontext "DocumentImpress" + gMouseClick 50,50 + sleep (1) + + FormatPositionAndSize + kontext - active.setPage(TabPositionAndSize) - kontext "TabPositionAndSize" - Width.SetText "800" - Height.SetText "600" - SizePosition.TypeKeys "" - TabPositionAndSize.OK + if ( Active.exists( 2 ) ) then + active.setPage(TabPositionAndSize) + kontext "TabPositionAndSize" + Width.SetText "800" + Height.SetText "600" + SizePosition.TypeKeys "" + TabPositionAndSize.OK + else + warnlog( "Page did not open" ) + endif printlog "Close Master" - ViewNormal - WaitSlot (1000) + hUseAsyncSlot( "ViewNormal" ) printlog "Save Document" call hFileSaveAsKill (PresentationFile1) - printlog "OK saved at ", PresentationFile1 - WaitSlot (1000) ActiveDeactivateCTLSupport (FALSE) - WaitSlot (2000) + printlog "Close Document" - Call hCloseDocument + hFileCloseAll() + endcase 'i_us_presentation1 '------------------------------------------------------------------------------- + testcase i_us_presentation2 + dim PresentationFile1 as string dim PresentationFile2 as string - PresentationFile1 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes1.odp"))) - PresentationFile2 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes2.odp"))) - if Dir(PresentationFile1) <> "" then 'if file exists... - hFileOpen (PresentationFile1) - WaitSlot (10000) + PresentationFile1 = ConvertPath( gOfficePath + "user\work\PowerPes1.odp" ) + PresentationFile2 = ConvertPath( gOfficePath + "user\work\PowerPes2.odp" ) + + if ( FileExists( PresentationFile1 ) ) then 'if file exists... + hFileOpen (PresentationFile1) else warnlog " This test is supposed to run after the previous testcase has been run. Notify the Automatic-tester." - printlog "New impress document" - Call hNewDocument - WaitSlot (2000) + goto endsub end if printlog "New Slide" kontext "slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - + SlidesControl.TypeKeys( "", 3 ) SlidesControl.TypeKeys "" 'OpenContextMenu(true) sleep (1) + MenuSelect(MenuGetItemID(1)) 'New Slide 'No 2 printlog " Inserted second normal Slide" @@ -209,11 +210,10 @@ testcase i_us_presentation2 printlog "to get to the very first position" LayoutsPreview.TypeKeys "" printlog "'to get to the right position" - LayoutsPreview.TypeKeys "", 9 + LayoutsPreview.TypeKeys "", 9 LayoutsPreview.TypeKeys "" - Sleep (1) - ViewNormal + hUseAsyncSlot( "ViewNormal" ) printlog "3. Hide Slidepane (Oops! The user were too fast: accidently hide the pane)" kontext "Slides" @@ -224,7 +224,7 @@ testcase i_us_presentation2 SlidesControl.FadeIn printlog " Did the 'mistake' to FadeIn/Out the Slidepane" - + printlog "activating the input picture area" kontext "DocumentImpress" DocumentImpress.TypeKeys "",2 @@ -233,68 +233,67 @@ testcase i_us_presentation2 printlog "Graphics-Import-dialogue. Select i_us_large.jpg" Kontext "GrafikEinfuegenDlg" - sleep (2) - Dateiname.SetText ConvertPath (gTesttoolPath + "graphics\required\input\i_us_large.jpg") - sleep (2) - Oeffnen.Click - WaitSlot (1000) - Kontext "DocumentImpress" + if ( GrafikEinfuegenDlg.exists( 2 ) ) then - printlog "Deselect graphic" - DocumentImpress.MouseDoubleClick 90,90 - printlog " Inserted Graphic into the second Slide" + Dateiname.SetText ConvertPath (gTesttoolPath + "graphics\required\input\i_us_large.jpg") + Oeffnen.Click - printlog "Change text on the two text-boxes" - DocumentImpress.TypeKeys "" 'First text. - DocumentImpress.TypeKeys "" 'To get into edit-mode. - DocumentImpress.TypeKeys "The World has just become a bit easier" - DocumentImpress.TypeKeys "" - DocumentImpress.TypeKeys "" - DocumentImpress.TypeKeys "" - DocumentImpress.TypeKeys "100% Recyclable" - DocumentImpress.TypeKeys "" - DocumentImpress.TypeKeys "Very durable" - DocumentImpress.TypeKeys "" - DocumentImpress.TypeKeys "Priced lower than its predecessor!" - DocumentImpress.TypeKeys "" - DocumentImpress.TypeKeys "Sexy" - DocumentImpress.TypeKeys "" - DocumentImpress.TypeKeys "Energy-efficient" - DocumentImpress.TypeKeys "" + Kontext "DocumentImpress" + printlog "Deselect graphic" + DocumentImpress.MouseDoubleClick 90,90 + printlog " Inserted Graphic into the second Slide" + + printlog "Change text on the two text-boxes" + DocumentImpress.TypeKeys "" 'First text. + DocumentImpress.TypeKeys "" 'To get into edit-mode. + DocumentImpress.TypeKeys "The World has just become a bit easier" + DocumentImpress.TypeKeys "" + DocumentImpress.TypeKeys "" + DocumentImpress.TypeKeys "" + DocumentImpress.TypeKeys "100% Recyclable" + DocumentImpress.TypeKeys "" + DocumentImpress.TypeKeys "Very durable" + DocumentImpress.TypeKeys "" + DocumentImpress.TypeKeys "Priced lower than its predecessor!" + DocumentImpress.TypeKeys "" + DocumentImpress.TypeKeys "Sexy" + DocumentImpress.TypeKeys "" + DocumentImpress.TypeKeys "Energy-efficient" + DocumentImpress.TypeKeys "" + else + warnlog( "Failed to open dialog" ) + endif printlog "Save Document" call hFileSaveAsKill (PresentationFile2) - printlog "OK saved at ", PresentationFile1 - sleep (1) ActiveDeactivateCTLSupport (FALSE) - sleep (2) + printlog "Close Document" - Call hCloseDocument + hFileCloseAll() + endcase 'i_us_presentation2 '------------------------------------------------------------------------------- + testcase i_us_presentation3 + dim PresentationFile2 as string dim PresentationFile3 as string - PresentationFile2 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes2.odp"))) - PresentationFile3 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes3.odp"))) - if Dir(PresentationFile2) <> "" then 'if file exists... - hFileOpen (PresentationFile2) - WaitSlot (10000) + PresentationFile2 = ConvertPath( gOfficePath + "user\work\PowerPes2.odp" ) + PresentationFile3 = ConvertPath( gOfficePath + "user\work\PowerPes3.odp" ) + + if ( FileExists( PresentationFile2 ) ) then 'if file exists... + hFileOpen( PresentationFile2 ) else warnlog " This test is supposed to run after the previous testcase has been run. Notify the Automatic-tester." - printlog "New impress document" - Call hNewDocument - WaitSlot (2000) + goto endsub end if printlog "Insert New Slide" kontext "slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" + SlidesControl.TypeKeys( "", 3 ) kontext "DocumentImpress" InsertSlide 'No 3 @@ -305,8 +304,7 @@ testcase i_us_presentation3 LayoutsPreview.TypeKeys "", 4 'to get to the right position LayoutsPreview.TypeKeys "" - sleep (1) - ViewNormal + hUseAsyncSlot( "ViewNormal" ) kontext "DocumentImpress" Call gMouseClick 50,50 @@ -318,10 +316,10 @@ testcase i_us_presentation3 InsertGraphicsFromFile WaitSlot (1000) Kontext "GrafikEinfuegenDlg" - Dateiname.SetText ConvertPath (gTesttoolPath + "graphics\required\input\i_us_large.jpg") - sleep (2) - Oeffnen.Click - WaitSlot (2000) + Dateiname.SetText ConvertPath (gTesttoolPath + "graphics\required\input\i_us_large.jpg") + sleep (2) + Oeffnen.Click + WaitSlot (2000) Kontext "DocumentImpress" printlog "The user corrects the picture" @@ -336,101 +334,97 @@ testcase i_us_presentation3 printlog "Save Document" call hFileSaveAsKill (PresentationFile3) - printlog "OK saved at ", PresentationFile3 - sleep (1) ActiveDeactivateCTLSupport (FALSE) - sleep (2) + printlog "Close Document" - Call hCloseDocument + hFileCloseAll() + endcase 'i_us_presentation3 '------------------------------------------------------------------------------- + testcase i_us_presentation4 + dim PresentationFile3 as string dim PresentationFile4 as string dim iAnimations as Integer - PresentationFile3 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes3.odp"))) - PresentationFile4 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes4.odp"))) + dim iSize as integer - if Dir(PresentationFile3) <> "" then 'if file exists... - hFileOpen (PresentationFile3) - WaitSlot (10000) + PresentationFile3 = ConvertPath( gOfficePath + "user\work\PowerPes3.odp" ) + PresentationFile4 = ConvertPath( gOfficePath + "user\work\PowerPes4.odp" ) + + select case iSprache + case 01 : iAnimations = 01 'English + case 07 : iAnimations = 01 'Russian + case 31 : iAnimations = 03 'Netherlands + case 33 : iAnimations = 01 'French + case 34 : iAnimations = 01 'Spanish + case 36 : iAnimations = 01 'Hungaria + case 39 : iAnimations = 01 'Italian + case 46 : iAnimations = 01 'Swedish + case 48 : iAnimations = 01 'Polish + case 49 : iAnimations = 01 'German + case 55 : iAnimations = 01 'Portuguese + case 81 : iAnimations = 02 'Japanese + case 82 : iAnimations = 17 'Korean + case 86 : iAnimations = 07 'Simplified + case 88 : iAnimations = 15 'Traditional + case else : iAnimations = 01 'Unknown + warnlog "Please insert the entrienumbers for 'Backgrounds'. Language: " + iSprache + end select + + if ( FileExists( PresentationFile3 ) ) then 'if file exists... + hFileOpen( PresentationFile3 ) else warnlog " This test is supposed to run after the previous testcase has been run. Notify the Automatic-tester." - printlog "New impress document" - Call hNewDocument - WaitSlot (2000) + goto endsub end if kontext "slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - kontext "DocumentImpress" + SlidesControl.TypeKeys( "", 5 ) -printlog "insert slide no 4" -InsertSlide + kontext "DocumentImpress" + printlog "insert slide no 4" + hUseAsyncSlot( "InsertSlide" ) printlog "Background: picture (Gallery)" Kontext "Gallery" - if Gallery.Exists(2) then - warnlog " The Gallery was already visible. Check earlier ran tests for inconsistency." - sleep (2) - else + if ( Not Gallery.Exists() ) then ToolsGallery - WaitSlot (2000) end if - select case iSprache - case 01 : iAnimations = 01 'English - case 07 : iAnimations = 01 'Russian - case 31 : iAnimations = 03 'Netherlands - case 33 : iAnimations = 01 'French - case 34 : iAnimations = 01 'Spanish - case 36 : iAnimations = 01 'Hungaria - case 39 : iAnimations = 01 'Italian - case 46 : iAnimations = 01 'Swedish - case 48 : iAnimations = 01 'Polish - case 49 : iAnimations = 01 'German - case 55 : iAnimations = 01 'Portuguese - case 81 : iAnimations = 02 'Japanese - case 82 : iAnimations = 17 'Korean - case 86 : iAnimations = 07 'Simplified - case 88 : iAnimations = 15 'Traditional - case else : iAnimations = 01 'Unknown - warnlog "Please insert the entrienumbers for 'Backgrounds'. Language: " + iSprache - end select - kontext "Gallery" - Gallerys.Select (iAnimations) + if ( Gallery.exists( 2 ) ) then + Gallerys.Select (iAnimations) - kontext "Gallery" + kontext "Gallery" View.TypeKeys "" - sleep (1) + wait( 200 ) View.TypeKeys "" 'OpenContextMenu - sleep (1) + wait( 200 ) MenuSelect(MenuGetItemID(1)) 'Insert - sleep (1) + wait( 200 ) MenuSelect(MenuGetItemID(1)) 'Copy + else + warnlog( "Could not access Gallery" ) + endif - printlog "Check that we really got a copy of the object" - kontext "DocumentImpress" - DocumentImpress.OpenContextMenu(true) - WaitSlot (1000) - MenuSelect 27353 + printlog "Check that we really got a copy of the object" + kontext "DocumentImpress" + DocumentImpress.OpenContextMenu(true) + WaitSlot (1000) + MenuSelect 27353 Kontext "ExportierenDlg" - if ExportierenDlg.IsVisible(5) then + if ( ExportierenDlg.exists( 5 ) ) then printlog " Gallery-object correctly copied into Slide." ExportierenDlg.Close else warnlog " Doesn't seem like we copied anything from the Gallery... ?" end if - kontext "DocumentImpress" + kontext "DocumentImpress" DocumentImpress.TypeKeys "", 82 DocumentImpress.TypeKeys "", 130 @@ -449,84 +443,53 @@ InsertSlide ActiveDeactivateCTLSupport (TRUE) - CreateTextSetEffectAndAngle - DocumentImpress.TypeKeys "", 80 - DocumentImpress.TypeKeys "", 100 - gMouseClick 90,90 - - CreateTextSetEffectAndAngle - DocumentImpress.TypeKeys "", 80 - DocumentImpress.TypeKeys "", 75 - gMouseClick 90,90 - - CreateTextSetEffectAndAngle - DocumentImpress.TypeKeys "", 80 - DocumentImpress.TypeKeys "", 50 - gMouseClick 90,90 - - CreateTextSetEffectAndAngle - DocumentImpress.TypeKeys "", 80 - DocumentImpress.TypeKeys "", 25 - gMouseClick 90,90 - - CreateTextSetEffectAndAngle - DocumentImpress.TypeKeys "", 80 - DocumentImpress.TypeKeys "", 25 - gMouseClick 90,90 - - CreateTextSetEffectAndAngle - DocumentImpress.TypeKeys "", 80 - DocumentImpress.TypeKeys "", 50 - gMouseClick 90,90 - - CreateTextSetEffectAndAngle - DocumentImpress.TypeKeys "", 80 - DocumentImpress.TypeKeys "", 75 - gMouseClick 90,90 - - CreateTextSetEffectAndAngle - DocumentImpress.TypeKeys "", 80 - DocumentImpress.TypeKeys "", 100 - gMouseClick 90,90 + printlog( "Decrease..." ) + for iSize = 100 to 25 step -25 + CreateTextSetEffectAndAngle + DocumentImpress.TypeKeys "", 80 + DocumentImpress.TypeKeys "", iSize + gMouseClick 90,90 + next iSize + + printlog( "Increase..." ) + for iSize = 25 to 100 step 25 + CreateTextSetEffectAndAngle + DocumentImpress.TypeKeys "", 80 + DocumentImpress.TypeKeys "", iSize + gMouseClick 90,90 + next iSize printlog " Inserted fourth slide with Gallery-object." printlog "Save Document" call hFileSaveAsKill (PresentationFile4) - printlog "OK saved at ", PresentationFile4 - sleep (1) ActiveDeactivateCTLSupport (FALSE) - sleep (2) + printlog "Close Document" - Call hCloseDocument + hFileCloseAll() + endcase 'i_us_presentation4 '------------------------------------------------------------------------------- + testcase i_us_presentation5 + dim PresentationFile4 as string dim PresentationFile5 as string - PresentationFile4 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes4.odp"))) - PresentationFile5 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes5.odp"))) - if Dir(PresentationFile4) <> "" then 'if file exists... - hFileOpen (PresentationFile4) - WaitSlot (10000) + PresentationFile4 = ConvertPath( gOfficePath + "user\work\PowerPes4.odp" ) + PresentationFile5 = ConvertPath( gOfficePath + "user\work\PowerPes5.odp" ) + + if ( FileExists( PresentationFile4 ) ) then 'if file exists... + hFileOpen( PresentationFile4 ) else warnlog " This test is supposed to run after the previous testcase has been run. Notify the Automatic-tester." - printlog "New impress document" - Call hNewDocument - WaitSlot (2000) + goto endsub end if kontext "slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" + SlidesControl.TypeKeys( "", 7 ) kontext "DocumentImpress" printlog "8. New Slide. (Insert Menu) (Duplicate slide)" @@ -535,119 +498,109 @@ testcase i_us_presentation5 gMouseClick 90,90 DocumentImpress.TypeKeys "" DocumentImpress.TypeKeys "" - EditSelectAll + hUseAsyncSlot( "EditSelectAll" ) DocumentImpress.TypeKeys "And does it with strength..." printlog " Inserted fifth slide with audience-joke." printlog "Save Document" call hFileSaveAsKill (PresentationFile5) - printlog "OK saved at ", PresentationFile5 - sleep (1) ActiveDeactivateCTLSupport (FALSE) - sleep (2) + printlog "Close Document" - Call hCloseDocument + hFileCloseAll() + endcase 'i_us_presentation5 '------------------------------------------------------------------------------- + testcase i_us_presentation6 + dim PresentationFile5 as string dim PresentationFile6 as string - PresentationFile5 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes5.odp"))) - PresentationFile6 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes6.odp"))) - if Dir(PresentationFile5) <> "" then 'if file exists... - hFileOpen (PresentationFile5) - WaitSlot (10000) + PresentationFile5 = ConvertPath( gOfficePath + "user\work\PowerPes5.odp" ) + PresentationFile6 = ConvertPath( gOfficePath + "user\work\PowerPes6.odp" ) + + if ( FileExists( PresentationFile5 ) ) then 'if file exists... + hFileOpen( PresentationFile5 ) else warnlog " This test is supposed to run after the previous testcase has been run. Notify the Automatic-tester." - printlog "New impress document" - Call hNewDocument - WaitSlot (2000) + goto endsub end if kontext "slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" + SlidesControl.TypeKeys( "", 6 ) kontext "DocumentImpress" printlog "9. Q&A Slide" - InsertSlide + InsertSlide WaitSlot (1000) kontext "DocumentImpress" DocumentImpress.TypeKeys "" DocumentImpress.TypeKeys "" DocumentImpress.TypeKeys "Q&A" - WaitSlot (1000) - kontext "DocumentImpress" DocumentImpress.TypeKeys "" + wait( 500 ) + Kontext "TextObjectbar" - if TextObjectbar.Exists = FALSE then - ViewToolbarsTextFormatting - end if - WaitSlot (2000) - Printlog "- Change size of font" - Schriftgroesse.Select "26" - Schriftgroesse.TypeKeys "" - Fett.Click + if ( not TextObjectbar.Exists() ) then + ViewToolbarsTextFormatting + end if + + Kontext "TextObjectbar" + wait( 500 ) + Printlog "- Change size of font" + Schriftgroesse.Select "26" + Schriftgroesse.TypeKeys "" + Fett.Click kontext "DocumentImpress" DocumentImpress.TypeKeys "" kontext "Toolbar" - Auswahl.Click + Auswahl.Click gMouseClick 60,60 - EditSelectAll - WaitSlot (1000) + hUseAsyncSlot( "EditSelectAll" ) + DocumentImpress.TypeKeys "", 50 kontext "DocumentImpress" printlog " Inserted sixth slide with Q&A." printlog "Save Document" call hFileSaveAsKill (PresentationFile6) - printlog "OK saved at ", PresentationFile6 - sleep (1) ActiveDeactivateCTLSupport (FALSE) - WaitSlot (2000) + printlog "Close Document" - Call hCloseDocument + hFileCloseAll() + endcase 'i_us_presentation6 '------------------------------------------------------------------------------- + testcase i_us_presentation7 + const KEY_STROKE_REPEAT = 8 + dim sFilter as string dim sFileName as string dim PresentationFile6 as string dim PresentationFile7 as string - PresentationFile6 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes6.odp"))) - PresentationFile7 = ConvertPath ((ConvertPath (gOfficePath + "user\work\PowerPes7.odp"))) - sFileName = (ConvertPath (gOfficePath + "user\work\export-test.ppt")) + dim iKeyStroke as integer + + PresentationFile6 = ConvertPath( gOfficePath + "user\work\PowerPes6.odp" ) + PresentationFile7 = ConvertPath( gOfficePath + "user\work\PowerPes7.odp" ) + sFileName = ConvertPath( gOfficePath + "user\work\export-test.ppt" ) - if Dir(PresentationFile6) <> "" then 'if file exists... - hFileOpen (PresentationFile6) - WaitSlot (10000) + if ( FileExists( PresentationFile6 ) ) then 'if file exists... + hFileOpen( PresentationFile6 ) else warnlog " This test is supposed to run after the previous testcase has been run. Notify the Automatic-tester." - printlog "New impress document" - Call hNewDocument - WaitSlot (2000) + goto endsub end if kontext "slides" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" - SlidesControl.TypeKeys "" + SlidesControl.TypeKeys( "", KEY_STROKE_REPEAT ) kontext "DocumentImpress" printlog " inserting Ending Slide" @@ -671,61 +624,52 @@ testcase i_us_presentation7 hTypeKeys "" kontext "DocumentPresentation" - sleep (5) - DocumentPresentation.TypeKeys "" - sleep (5) - DocumentPresentation.TypeKeys "" - sleep (5) - DocumentPresentation.TypeKeys "" - sleep (10) - DocumentPresentation.TypeKeys "" - sleep (10) - DocumentPresentation.TypeKeys "" - sleep (5) - DocumentPresentation.TypeKeys "" - sleep (5) - DocumentPresentation.TypeKeys "" - sleep (5) - DocumentPresentation.TypeKeys "" + + for iKeyStroke = 1 to KEY_STROKE_REPEAT + sleep (5) + DocumentPresentation.TypeKeys "" + next iKeyStroke if DocumentPresentation.Exists(5) then hTypeKeys "" warnlog " Presentation should have ended. Please inform Automatic Tester." end if - kontext "DocumentImpress" + kontext "DocumentImpress" printlog "Save Document" call hFileSaveAsKill (PresentationFile7) - printlog "OK saved at ", PresentationFile7 - sleep (1) - printlog "Save as Powerpoint-file" + printlog( "Save as Powerpoint-file (Using filter at pos. 5 in the filter list)" ) FileSaveAs - Kontext "SpeichernDlg" + + Kontext "SpeichernDlg" + if ( SpeichernDlg.exists( 2 ) ) then + Dateiname.SetText sFileName - Dateityp.Select 5 ' Powerpoint + Dateityp.Select 5 ' Powerpoint (possibly) printlog "Trying to save with filter: " + Dateityp.GetSelText + sFilter(5) Speichern.Click + Kontext "Messagebox" - if Messagebox.Exists(2) then Messagebox.Yes + hCloseDialog( Messagebox, "Yes, optional" ) + Kontext "AlienWarning" - if AlienWarning.Exists(2) then AlienWarning.OK - printlog "Saved as: " + sFileName - sleep (3) - - printlog "Close the office and reload the file" - FileClose - Kontext "Messagebox" - if Messagebox.Exists(2) then Messagebox.Yes - sleep (3) - printlog "Open the saved file" + hCloseDialog( AlienWarning, "ok, optional" ) + else + warnlog( " dialog did not open" ) + endif + + printlog "Close all open documents" + hFileCloseAll() + + printlog( "Reload file: " & sFileName ) hFileOpen sFileName - printlog "File opened: " + sFileName - sleep (3) + sleep( 3 ) printlog "Close the office-session" ActiveDeactivateCTLSupport (FALSE) - sleep (2) + printlog "Close Document" - Call hCloseDocument + hFileCloseAll() + endcase 'i_us_presentation7 -- cgit From 21c5ff4247dfb884280b27186e98e89d17a41394 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 27 May 2010 10:25:32 +0200 Subject: vitomation01: #i109696 - i_us_presentation.inc: Try to make the presentation compelte successfully in test number 6 --- .../graphics/optional/includes/impress/i_us_present.inc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/impress/i_us_present.inc b/testautomation/graphics/optional/includes/impress/i_us_present.inc index 69de62815f56..16d121633e86 100644 --- a/testautomation/graphics/optional/includes/impress/i_us_present.inc +++ b/testautomation/graphics/optional/includes/impress/i_us_present.inc @@ -623,16 +623,20 @@ testcase i_us_presentation7 SlidesControl.TypeKeys "" 'At the first slide hTypeKeys "" - kontext "DocumentPresentation" + kontext "DocumentPresentation" for iKeyStroke = 1 to KEY_STROKE_REPEAT - sleep (5) + wait( 3000 ) DocumentPresentation.TypeKeys "" + wait( 2000 ) next iKeyStroke - if DocumentPresentation.Exists(5) then - hTypeKeys "" - warnlog " Presentation should have ended. Please inform Automatic Tester." + kontext "DocumentPresentation" + if ( DocumentPresentation.notExists( 5 ) then + printlog( "Presentation closed. Good." ) + else + warnlog " Presentation not finished, fullscreen view still open." + DocumentPresentation.typeKeys "" end if kontext "DocumentImpress" @@ -669,7 +673,7 @@ testcase i_us_presentation7 printlog "Close the office-session" ActiveDeactivateCTLSupport (FALSE) - printlog "Close Document" + printlog "Close Documents" hFileCloseAll() endcase 'i_us_presentation7 -- cgit From df10d9b0c969ac623172ad3ae838c313b1a5352a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 27 May 2010 12:45:15 +0200 Subject: vitomation01: #i109696 - i_us_presentation.inc: More tries --- testautomation/graphics/optional/includes/impress/i_us_present.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/impress/i_us_present.inc b/testautomation/graphics/optional/includes/impress/i_us_present.inc index 16d121633e86..e70bce267110 100644 --- a/testautomation/graphics/optional/includes/impress/i_us_present.inc +++ b/testautomation/graphics/optional/includes/impress/i_us_present.inc @@ -637,6 +637,13 @@ testcase i_us_presentation7 else warnlog " Presentation not finished, fullscreen view still open." DocumentPresentation.typeKeys "" + + kontext "DocumentPresentation" + if ( DocumentPresentation.notExists( 3 ) ) then + printlog( "Recovery attempt successful" ) + else + goto endsub + endif end if kontext "DocumentImpress" -- cgit From d1adc7ef1473b62ee5d6f7c0848c756d2afc14a1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 27 May 2010 12:52:15 +0200 Subject: vitomation01: #i109696 - i_us_presentation.inc: Gnarf --- testautomation/graphics/optional/includes/impress/i_us_present.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/impress/i_us_present.inc b/testautomation/graphics/optional/includes/impress/i_us_present.inc index e70bce267110..1d55d6550827 100644 --- a/testautomation/graphics/optional/includes/impress/i_us_present.inc +++ b/testautomation/graphics/optional/includes/impress/i_us_present.inc @@ -632,7 +632,7 @@ testcase i_us_presentation7 next iKeyStroke kontext "DocumentPresentation" - if ( DocumentPresentation.notExists( 5 ) then + if ( DocumentPresentation.notExists( 5 ) ) then printlog( "Presentation closed. Good." ) else warnlog " Presentation not finished, fullscreen view still open." -- cgit From 0081ba080f3b58bc5378df8c74b4bf62fa4bfada Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 27 May 2010 13:17:01 +0200 Subject: vitomation01: #i109696 - export_graphic.inc reformatted according to coding guidelines --- .../optional/includes/global/export_graphic.inc | 452 ++++++++++----------- 1 file changed, 220 insertions(+), 232 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/export_graphic.inc b/testautomation/graphics/optional/includes/global/export_graphic.inc index d60872022166..feb44a43c6d9 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic.inc @@ -29,20 +29,8 @@ '* '* short description : Graphics Export A-tests. (More durable ones) '* -'******************************************************************************* -'* -' #1 tEPS -' #1 tGIF -' #1 tJPEG -' #1 tPBM -' #1 tPCT -' #1 tPGM -' #1 tPPM -' #1 tRAS -' #1 tTIFF -' #1 tXPM -'* '\****************************************************************************** + testcase tEPS dim x as integer @@ -65,64 +53,64 @@ testcase tEPS ' InterchangeEPSI.Check Level1.Check if Farbe.IsEnabled then warnlog " :-(" - if Graustufen.IsEnabled then warnlog " :-(" - if LZWKodierung.IsEnabled then warnlog " :-(" - if Keine.IsEnabled then warnlog " :-(" - ' if (TextEinstellungen.IsEnabled <> TRUE) then warnlog " :-(" - Level2.Check - if (Farbe.IsEnabled <> TRUE) then warnlog " :-(" - if (Graustufen.IsEnabled <> TRUE) then warnlog " :-(" - if (LZWKodierung.IsEnabled <> TRUE) then warnlog " :-(" - if (Keine.IsEnabled <> TRUE) then warnlog " :-(" - ' if (TextEinstellungen.IsEnabled <> TRUE) then warnlog " :-(" - printlog "'Color Resolution' listbox contains eight items" - ' x = TextEinstellungen.GetItemCount - ' if x <> 2 then warnlog "'TextEinstellungen' Count is wrong; should:2, is:" + x - ' for i = 1 to x - ' TextEinstellungen.Select i - ' sleep 1 - ' Printlog " - " + i + ": '" +TextEinstellungen.GetSelText + "'" - ' next i - printlog "leave dialog with cancel -> there has to be no file created!" - EPSOptionen.Cancel - sleep 5 - if ( dir(OutputGrafikTBO+sExt) = "") then ' inspired by bug #99932 Graphic is exported though cancel is pressed - Printlog "Ok :-)" - else - warnlog "Dialog was canceled, but file got saved, too :-( - i35177" - endif - else - Warnlog "No '" + sFilter + "'-Option-Dialog!" - i=5 - end if - sleep 2 - Kontext "Active" - if Active.Exists(2) then - Warnlog "'" + sFilter + "' has a problem" - Active.OK - end if - end if - printlog " now save it realy and load the file afterwards" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then - Kontext "EPSOptionen" - if EPSOptionen.Exists (2) then - printlog "TextEinstellungen.select 2" - EPSOptionen.OK - sleep 5 - endif - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) - endif - - call hCloseDocument + if Graustufen.IsEnabled then warnlog " :-(" + if LZWKodierung.IsEnabled then warnlog " :-(" + if Keine.IsEnabled then warnlog " :-(" + ' if (TextEinstellungen.IsEnabled <> TRUE) then warnlog " :-(" + Level2.Check + if (Farbe.IsEnabled <> TRUE) then warnlog " :-(" + if (Graustufen.IsEnabled <> TRUE) then warnlog " :-(" + if (LZWKodierung.IsEnabled <> TRUE) then warnlog " :-(" + if (Keine.IsEnabled <> TRUE) then warnlog " :-(" + ' if (TextEinstellungen.IsEnabled <> TRUE) then warnlog " :-(" + printlog "'Color Resolution' listbox contains eight items" + ' x = TextEinstellungen.GetItemCount + ' if x <> 2 then warnlog "'TextEinstellungen' Count is wrong; should:2, is:" + x + ' for i = 1 to x + ' TextEinstellungen.Select i + ' sleep 1 + ' Printlog " - " + i + ": '" +TextEinstellungen.GetSelText + "'" + ' next i + printlog "leave dialog with cancel -> there has to be no file created!" + EPSOptionen.Cancel + sleep 5 + if ( dir(OutputGrafikTBO+sExt) = "") then ' inspired by bug #99932 Graphic is exported though cancel is pressed + Printlog "Ok :-)" + else + warnlog "Dialog was canceled, but file got saved, too :-( - i35177" + endif + else + Warnlog "No '" + sFilter + "'-Option-Dialog!" + i=5 + end if + sleep 2 + Kontext "Active" + if Active.Exists(2) then + Warnlog "'" + sFilter + "' has a problem" + Active.OK + end if + end if + printlog " now save it realy and load the file afterwards" + if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + Kontext "EPSOptionen" + if EPSOptionen.Exists (2) then + printlog "TextEinstellungen.select 2" + EPSOptionen.OK + sleep 5 + endif + if ( dir(OutputGrafikTBO+sExt) <> "") then + Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" + else + warnlog "File didn't get saved :-(" + endif + hCloseDocument () + sleep 5 + hNewDocument() + sleep 5 + Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + endif + + call hCloseDocument endcase 'tEPS '------------------------------------------------------------------------- @@ -154,176 +142,176 @@ testcase tPCT printlog "check if all properties have the right count, and depend on each other" Original.Check if Breite.IsEnabled then warnlog " :-(" - if Hoehe.IsEnabled then warnlog " :-(" - Groesse.Check - Breite.More - Hoehe.Less - printlog "leave dialog with cancel -> there has to be no file created!" - PICTOptionen.Cancel - sleep 5 - if ( dir(OutputGrafikTBO+sExt) = "") then - Printlog "Ok :-)" - else - warnlog "Dialog was canceled, but file got saved, too :-( - i35177" - endif - else - Warnlog "No '" + sFilter + "' -Dialog!" - i=5 - end if - sleep 2 - Kontext "Active" - if Active.Exists(2) then - Warnlog " '" + sFilter + "' has a problem" - Active.OK - end if - end if - printlog " now save it realy and load the file afterwards" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then - Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then - Groesse.Check - Breite.Less - Hoehe.More - PICTOptionen.OK - iWaitIndex = 0 - do while PICTOptionen.Exists AND iWaitIndex < 30 - sleep (1) - iWaitIndex = iWaitIndex + 1 - loop - endif - i=0 - while ((NOT fileExists(OutputGrafikTBO+sExt)) AND (i<36)) - inc(i) - sleep(5) - wend - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) - endif - hCloseDocument () - printlog " now save a SELECTION in ORIGINAL SIZE and load the file afterwards" - hFileOpen (sDocument) - sleep (10) - - printlog "check if the document is writable" - if fIsDocumentWritable = false then - printlog "make the document writable and check if it's succesfull" - if fMakeDocumentWritable = false then - warnlog "The document can't be make writeable. Test stopped." - goto endsub - endif + if Hoehe.IsEnabled then warnlog " :-(" + Groesse.Check + Breite.More + Hoehe.Less + printlog "leave dialog with cancel -> there has to be no file created!" + PICTOptionen.Cancel + sleep 5 + if ( dir(OutputGrafikTBO+sExt) = "") then + Printlog "Ok :-)" + else + warnlog "Dialog was canceled, but file got saved, too :-( - i35177" endif + else + Warnlog "No '" + sFilter + "' -Dialog!" + i=5 + end if + sleep 2 + Kontext "Active" + if Active.Exists(2) then + Warnlog " '" + sFilter + "' has a problem" + Active.OK + end if + end if + printlog " now save it realy and load the file afterwards" + if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + Kontext "PICTOptionen" + if PICTOptionen.Exists (2) then + Groesse.Check + Breite.Less + Hoehe.More + PICTOptionen.OK + iWaitIndex = 0 + do while PICTOptionen.Exists AND iWaitIndex < 30 + sleep (1) + iWaitIndex = iWaitIndex + 1 + loop + endif + i=0 + while ((NOT fileExists(OutputGrafikTBO+sExt)) AND (i<36)) + inc(i) + sleep(5) + wend + if ( dir(OutputGrafikTBO+sExt) <> "") then + Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" + else + warnlog "File didn't get saved :-(" + endif + hCloseDocument () + sleep 5 + hNewDocument() + sleep 5 + Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + endif + hCloseDocument () + printlog " now save a SELECTION in ORIGINAL SIZE and load the file afterwards" + hFileOpen (sDocument) + sleep (10) + + printlog "check if the document is writable" + if fIsDocumentWritable = false then + printlog "make the document writable and check if it's succesfull" + if fMakeDocumentWritable = false then + warnlog "The document can't be make writeable. Test stopped." + goto endsub + endif + endif - hTypeKeys ("") - fGetSizeXY sx1, sY, TRUE - if hCallExport (OutputGrafikTBO + "1" , sFilter, TRUE ) = TRUE then - Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then - Original.Check - PICTOptionen.OK - iWaitIndex = 0 - do while PICTOptionen.Exists AND iWaitIndex < 30 - sleep (1) - iWaitIndex = iWaitIndex + 1 - loop - endif - i=0 - while ((NOT fileExists(OutputGrafikTBO+ "1"+sExt)) AND (i<36)) - inc(i) - sleep(5) - wend - if ( dir(OutputGrafikTBO + "1"+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO + "1"+sExt + "'" + hTypeKeys ("") + fGetSizeXY sx1, sY, TRUE + if hCallExport (OutputGrafikTBO + "1" , sFilter, TRUE ) = TRUE then + Kontext "PICTOptionen" + if PICTOptionen.Exists (2) then + Original.Check + PICTOptionen.OK + iWaitIndex = 0 + do while PICTOptionen.Exists AND iWaitIndex < 30 + sleep (1) + iWaitIndex = iWaitIndex + 1 + loop + endif + i=0 + while ((NOT fileExists(OutputGrafikTBO+ "1"+sExt)) AND (i<36)) + inc(i) + sleep(5) + wend + if ( dir(OutputGrafikTBO + "1"+sExt) <> "") then + Printlog "Ok :-) Saved as: '" + OutputGrafikTBO + "1"+sExt + "'" + else + warnlog "File didn't get saved :-(" + endif + hCloseDocument () + sleep 5 + hNewDocument() + sleep 5 + Call hGrafikEinfuegen ( OutputGrafikTBO + "1"+sExt ) + bTemp = FALSE + fGetSizeXY sx1, sY, bTemp + if (bTemp = FALSE) then + warnlog "Selected original size NOT OK :-(" + endif + endif + hCloseDocument () + printlog " now CREATE a rectangle, select it, save it in SIZE and load the file afterwards" + hNewDocument() + hRechteckErstellen ( 10, 10, 30, 40 ) + if hCallExport (OutputGrafikTBO + "2" , sFilter, TRUE ) = TRUE then + Kontext "PICTOptionen" + if PICTOptionen.Exists (2) then + Groesse.Check + Breite.SetText "9" + Hoehe.SetText "9" + Groesse.Check + printlog "Check 'Size' one more time to make the change go through" + sx1 = Breite.GetText + sY = Hoehe.GetText + PICTOptionen.OK + iWaitIndex = 0 + do while PICTOptionen.Exists AND iWaitIndex < 30 + sleep (1) + iWaitIndex = iWaitIndex + 1 + loop + endif + i=0 + while ((NOT fileExists(OutputGrafikTBO+ "2"+sExt)) AND (i<36)) + inc(i) + sleep(5) + wend + if ( dir(OutputGrafikTBO + "2"+sExt) <> "") then + Printlog "Ok :-) Saved as: '" + OutputGrafikTBO + "2"+sExt + "'" + else + warnlog "File didn't get saved :-(" + endif + hCloseDocument () + sleep 5 + hFileOpen (OutputGrafikTBO + "2"+sExt) + kontext "DocumentDraw" + DocumentDraw.TypeKeys ("") + ContextOriginalSize + bTemp = FALSE + fGetSizeXY sx1, sY, bTemp + if (bTemp = FALSE) then + warnlog "Selected original size NOT OK :-(" + endif + endif + if hCallExport (OutputGrafikTBO + "3" , sFilter, TRUE ) = TRUE then + Kontext "PICTOptionen" + if PICTOptionen.Exists (2) then + Groesse.Check + sX2 = Breite.GetText + if (LiberalMeasurement(sx1, sX2)) <> TRUE then + if (val(str(StrToDouble(sx1)+5)) >= StrToDouble(sX2) ) AND (val(str(StrToDouble ( sx1 )-5)) <= StrToDouble ( sX2 )) then + Printlog "Width was ok. Expected: " + sx1 + "' was: '" + sX2 + "'" else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO + "1"+sExt ) - bTemp = FALSE - fGetSizeXY sx1, sY, bTemp - if (bTemp = FALSE) then - warnlog "Selected original size NOT OK :-(" + warnLog "Width is different expected: '" + sx1 + "' is: '" + sX2 + "'" endif endif - hCloseDocument () - printlog " now CREATE a rectangle, select it, save it in SIZE and load the file afterwards" - hNewDocument() - hRechteckErstellen ( 10, 10, 30, 40 ) - if hCallExport (OutputGrafikTBO + "2" , sFilter, TRUE ) = TRUE then - Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then - Groesse.Check - Breite.SetText "9" - Hoehe.SetText "9" - Groesse.Check - printlog "Check 'Size' one more time to make the change go through" - sx1 = Breite.GetText - sY = Hoehe.GetText - PICTOptionen.OK - iWaitIndex = 0 - do while PICTOptionen.Exists AND iWaitIndex < 30 - sleep (1) - iWaitIndex = iWaitIndex + 1 - loop - endif - i=0 - while ((NOT fileExists(OutputGrafikTBO+ "2"+sExt)) AND (i<36)) - inc(i) - sleep(5) - wend - if ( dir(OutputGrafikTBO + "2"+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO + "2"+sExt + "'" + sY2 = Hoehe.GetText + if (LiberalMeasurement(sY, sY2)) <> TRUE then + if ( val(str(StrToDouble(sY)+5)) >= StrToDouble(sY2) ) AND (val(str(StrToDouble ( sY )-5)) <= StrToDouble ( sY2 )) then + Printlog "Height was ok. Expected: " + sY + "' was: '" + sY2 + "'" else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hFileOpen (OutputGrafikTBO + "2"+sExt) - kontext "DocumentDraw" - DocumentDraw.TypeKeys ("") - ContextOriginalSize - bTemp = FALSE - fGetSizeXY sx1, sY, bTemp - if (bTemp = FALSE) then - warnlog "Selected original size NOT OK :-(" - endif - endif - if hCallExport (OutputGrafikTBO + "3" , sFilter, TRUE ) = TRUE then - Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then - Groesse.Check - sX2 = Breite.GetText - if (LiberalMeasurement(sx1, sX2)) <> TRUE then - if (val(str(StrToDouble(sx1)+5)) >= StrToDouble(sX2) ) AND (val(str(StrToDouble ( sx1 )-5)) <= StrToDouble ( sX2 )) then - Printlog "Width was ok. Expected: " + sx1 + "' was: '" + sX2 + "'" - else - warnLog "Width is different expected: '" + sx1 + "' is: '" + sX2 + "'" - endif - endif - sY2 = Hoehe.GetText - if (LiberalMeasurement(sY, sY2)) <> TRUE then - if ( val(str(StrToDouble(sY)+5)) >= StrToDouble(sY2) ) AND (val(str(StrToDouble ( sY )-5)) <= StrToDouble ( sY2 )) then - Printlog "Height was ok. Expected: " + sY + "' was: '" + sY2 + "'" - else - warnLog "Height is different expected: '" + sY + "' is: '" + sY2 + "'" - endif - endif - PICTOptionen.Cancel - sleep 5 + warnLog "Height is different expected: '" + sY + "' is: '" + sY2 + "'" endif endif + PICTOptionen.Cancel + sleep 5 + endif + endif - call hCloseDocument + call hCloseDocument endcase 'tPCT '------------------------------------------------------------------------------- -- cgit From a0bbd5760e414e612edd4497479bbf861c9bf1b9 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 27 May 2010 14:35:51 +0200 Subject: vitomation01: #i109696 - t_files.inc: Added functions hFileReOpen() and hFileDelete(), the latter being a wrapper for hDeleteFile() which does not follow the naming scheme. --- .../global/tools/includes/required/t_files.inc | 50 +++++++++++++++++----- 1 file changed, 40 insertions(+), 10 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index 7859e6495cf1..cac430f4483a 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -504,6 +504,12 @@ end function ' '------------------------------------------------------------------------------- ' +function hFileDelete( cFileOrig as string ) as boolean + hFileDelete() = hDeleteFile( cFileOrig ) +end function +' +'------------------------------------------------------------------------------- +' function hDeleteFile( cFileOrig as string ) as boolean const CFN = "global::tools::includes::required::t_files.inc::hDeleteFile():" @@ -569,11 +575,35 @@ function hFileOpen( cFile as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) hFileOpen() = FALSE - const CFN = "global::tools::inc::t_files.inc::hFileOpen():" + const CFN = "global::tools::inc::t_files.inc::hFileOpen(): " if ( GVERBOSE ) then printlog( CFN & "Load: " & sFile ) FileOpen( "URL", sFile, "FrameName", "_default" ) if ( hFileWait( FALSE ) >= 0 ) then hFileOpen() = TRUE +end function +' +'------------------------------------------------------------------------------- +' +function hFileReOpen( cFile as string ) as boolean + + const CFN = "global::tools::inc::t_files.inc::hFileReOpen(): " + dim iDocumentCount as integer : iDocumentCount = getDocumentCount + hFileReopen() = false + + hCloseDocument() + + if ( cFile = "" ) then + hNewDocument() + else + if ( FileExists( cFile ) ) then + hFileOpen( cFile ) + else + warnlog( CFN & "File does not exist: " & sFile ) + endif + endif + + if ( getDocumentCount = iDocumentCount ) then hFileReOpen() = true + end function ' '------------------------------------------------------------------------------- @@ -586,7 +616,7 @@ function hFileOpenSpecial( cFile as string, cFlag as string ) as boolean ' cFlag = treats string as password dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) - const CFN = "global::tools::inc::t_files.inc::hFileOpenSpecial():" + const CFN = "global::tools::inc::t_files.inc::hFileOpenSpecial(): " hFileOpenSpecial() = FALSE if ( GVERBOSE ) then printlog( "Load (Flag): " & sFile & " (" & cFlag & ")" ) @@ -611,7 +641,7 @@ end function function hFileOpenWithFilter( cFile as string, cFilter as string ) dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) - const CFN = "global::tools::inc::t_files.inc::hFileOpenWithFilter():" + const CFN = "global::tools::inc::t_files.inc::hFileOpenWithFilter(): " hFileOpenWithFilter() = FALSE if ( GVERBOSE ) then printlog( CFN & "Load (Filter): " & sFile & " (" & cFilter & ")" ) FileOpen( "URL", sFile, "FrameName", "_default", "FilterName", cFilter ) @@ -623,7 +653,7 @@ end function ' function hFileSave() as boolean - const CFN = "global::tools::inc::t_files.inc::hFileSave():" + const CFN = "global::tools::inc::t_files.inc::hFileSave(): " hFileSave() = FALSE if ( GVERBOSE ) then printlog( CFN & "Save file." ) FileSave( "SynchronMode", TRUE ) @@ -636,7 +666,7 @@ end function function hFileSaveAs( cFile as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) - const CFN = "global::tools::inc::t_files.inc::hFileSaveAs():" + const CFN = "global::tools::inc::t_files.inc::hFileSaveAs(): " hFileSaveAs() = FALSE if ( GVERBOSE ) then printlog( CFN & "Save: " & sFile ) FileSaveAs( "URL", sFile, "Overwrite", FALSE ) @@ -649,7 +679,7 @@ end function function hFileSaveAsKill( cFile as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) - const CFN = "global::tools::inc::t_files.inc::hFileSaveAsKill():" + const CFN = "global::tools::inc::t_files.inc::hFileSaveAsKill(): " hFileSaveAsKill() = FALSE if ( GVERBOSE ) then printlog( CFN & "Save, replacing: " & sFile ) FileSaveAs( "URL", sFile, "Overwrite", TRUE ) @@ -662,7 +692,7 @@ end function function hFileSaveAsKillWithPassword( cFile as string, cPassword as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) - const CFN = "global::tools::inc::t_files.inc::hFileSaveAsKillWithPassword():" + const CFN = "global::tools::inc::t_files.inc::hFileSaveAsKillWithPassword(): " hFileSaveAsKillWithPassword() = FALSE if ( GVERBOSE ) then printlog( CFN & "Save with password, replacing: " & sFile & "::" & cPassword ) FileSaveAs( "URL", sFile, "Overwrite", TRUE, "Password", cPassword ) @@ -675,7 +705,7 @@ end function function hFileSaveAsWithFilter( cFile as string, cFilter as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) - const CFN = "global::tools::inc::t_files.inc::hFileSaveAsWithFilter():" + const CFN = "global::tools::inc::t_files.inc::hFileSaveAsWithFilter(): " hFileSaveAsWithFilter() = FALSE if ( GVERBOSE ) then printlog( CFN & "Save with filter: " & sFile & "::" & cFilter ) FileSaveAs( "URL", sFile, "FilterName", cFilter, "Overwrite", FALSE ) @@ -688,7 +718,7 @@ end function function hFileSaveAsWithFilterKill( cFile as string, cFilter as string ) as boolean dim sFile as string : sFile = convertToURL( convertpath( cFile ) ) - const CFN = "global::tools::inc::t_files.inc::hFileSaveAsWithFilterKill():" + const CFN = "global::tools::inc::t_files.inc::hFileSaveAsWithFilterKill(): " hFileSaveAsWithFilterKill() = FALSE if ( GVERBOSE ) then printlog( CFN & "Save with filter, replacing: " & sFile & "::" & cFilter ) FileSaveAs( "URL", sFile, "FilterName", cFilter, "Overwrite", TRUE ) @@ -704,7 +734,7 @@ function hFileWait( optional bWarn as boolean ) as integer ' Returns the time it took the slot to finish ' Negative returnvalues are given on timeout or any blocking dialog - const CFN = "global::tools::inc::t_files.inc::hFileWait():" + const CFN = "global::tools::inc::t_files.inc::hFileWait(): " const MAX_WAIT = 10 dim iWait as integer : iWait = 0 dim bWarnlog as boolean -- cgit From 0d87c6e40ae6ee678c9dfa38fa520fc0a21e0652 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 27 May 2010 14:37:19 +0200 Subject: vitomation01: #i109696 - Full refactoring of export_graphic.inc. The test case sported code duplication on epic scale as well as very long sleep() statements which should not be required if coded correctly (i hope) --- .../optional/includes/global/export_graphic.inc | 433 ++++++++------------- 1 file changed, 160 insertions(+), 273 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/export_graphic.inc b/testautomation/graphics/optional/includes/global/export_graphic.inc index feb44a43c6d9..72a5db6005d5 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic.inc @@ -27,7 +27,7 @@ '* '* Owner : wolfram.garten@sun.com '* -'* short description : Graphics Export A-tests. (More durable ones) +'* short description : Graphics Export A-tests '* '\****************************************************************************** @@ -35,18 +35,16 @@ testcase tEPS dim x as integer dim i as integer - dim sFilter as string - dim sExt as string - sFilter = "EPS - Encapsulated PostScript (.eps)" - sExt = ".eps" + const sFilter = "EPS - Encapsulated PostScript (.eps)" + const sExt = ".eps" printlog "open the document" - hFileOpen ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString) + hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + if ( hCallExport ( OutputGrafikTBO , sFilter ) ) then Kontext "EPSOptionen" - if EPSOptionen.Exists (2) then + if ( EPSOptionen.Exists( 2 ) ) then printlog "check if all properties have the right count, and depend on each other" ' they do not affect annything, i can check (TBO) ' VorschauTIF.Check @@ -72,11 +70,9 @@ testcase tEPS ' Printlog " - " + i + ": '" +TextEinstellungen.GetSelText + "'" ' next i printlog "leave dialog with cancel -> there has to be no file created!" - EPSOptionen.Cancel - sleep 5 - if ( dir(OutputGrafikTBO+sExt) = "") then ' inspired by bug #99932 Graphic is exported though cancel is pressed - Printlog "Ok :-)" - else + hCloseDialog( EPSOptionen, "cancel" ) + + if ( FileExists( OutputGrafikTBO+sExt ) ) then ' inspired by bug #99932 Graphic is exported though cancel is pressed warnlog "Dialog was canceled, but file got saved, too :-( - i35177" endif else @@ -93,21 +89,13 @@ testcase tEPS printlog " now save it realy and load the file afterwards" if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then Kontext "EPSOptionen" - if EPSOptionen.Exists (2) then + if ( EPSOptionen.Exists( 2 ) ) then printlog "TextEinstellungen.select 2" - EPSOptionen.OK - sleep 5 - endif - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" + hCloseDialog( EPSOptionen, "cancel" ) endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -119,8 +107,6 @@ testcase tPCT dim x as integer dim i as integer dim iWaitIndex as integer - dim sFilter as string - dim sExt as string dim bTemp as boolean dim sX as string dim sY as string @@ -128,17 +114,22 @@ testcase tPCT dim sX2 as string dim sY2 as string dim sDocument as string + dim sOutputFile as string + + const FILE_WRITE_TIMEOUT = 200 ' seconds - sFilter = "PCT - Mac Pict (.pct;.pict)" - sExt = ".pct" + const sFilter = "PCT - Mac Pict (.pct;.pict)" + const sExt = ".pct" printlog "open the document" - sDocument = ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString) - hFileOpen sDocument + sDocument = gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString + hFileOpen( sDocument ) + + if ( hCallExport (OutputGrafikTBO , sFilter ) ) then - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then Kontext "PICTOptionen" if PICTOptionen.Exists (2) then + printlog "check if all properties have the right count, and depend on each other" Original.Check if Breite.IsEnabled then warnlog " :-(" @@ -146,12 +137,11 @@ testcase tPCT Groesse.Check Breite.More Hoehe.Less + printlog "leave dialog with cancel -> there has to be no file created!" - PICTOptionen.Cancel - sleep 5 - if ( dir(OutputGrafikTBO+sExt) = "") then - Printlog "Ok :-)" - else + hCloseDialog( PICTOptionen, "cancel" ) + + if ( FileExists( OutputGrafikTBO + sExt ) ) then warnlog "Dialog was canceled, but file got saved, too :-( - i35177" endif else @@ -159,46 +149,39 @@ testcase tPCT i=5 end if sleep 2 + Kontext "Active" if Active.Exists(2) then Warnlog " '" + sFilter + "' has a problem" Active.OK end if end if + printlog " now save it realy and load the file afterwards" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + if ( hCallExport( OutputGrafikTBO, sFilter ) ) then + Kontext "PICTOptionen" if PICTOptionen.Exists (2) then Groesse.Check Breite.Less Hoehe.More - PICTOptionen.OK - iWaitIndex = 0 - do while PICTOptionen.Exists AND iWaitIndex < 30 - sleep (1) - iWaitIndex = iWaitIndex + 1 - loop + hCloseDialog( PICTOptionen, "ok" ) endif + + sOutputFile = OutputGrafikTBO+sExt + i=0 - while ((NOT fileExists(OutputGrafikTBO+sExt)) AND (i<36)) + while( ( not FileExists( sOutputFile ) ) AND ( i < FILE_WRITE_TIMEOUT ) ) inc(i) - sleep(5) + wait( 1000 ) wend - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( sOutputFile ) ' local helper function, see bottom of this file + endif - hCloseDocument () - printlog " now save a SELECTION in ORIGINAL SIZE and load the file afterwards" - hFileOpen (sDocument) - sleep (10) + + hFileReOpen( sDocument ) printlog "check if the document is writable" if fIsDocumentWritable = false then @@ -211,84 +194,73 @@ testcase tPCT hTypeKeys ("") fGetSizeXY sx1, sY, TRUE - if hCallExport (OutputGrafikTBO + "1" , sFilter, TRUE ) = TRUE then + + if ( hCallExport (OutputGrafikTBO + "1" , sFilter, TRUE ) ) then + Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then + if ( PICTOptionen.Exists( 2 ) ) then Original.Check - PICTOptionen.OK - iWaitIndex = 0 - do while PICTOptionen.Exists AND iWaitIndex < 30 - sleep (1) - iWaitIndex = iWaitIndex + 1 - loop + hCloseDialog( PICTOptionen, "ok" ) endif + + sOutputFile = OutputGrafikTBO + "1" + sExt i=0 - while ((NOT fileExists(OutputGrafikTBO+ "1"+sExt)) AND (i<36)) - inc(i) - sleep(5) + while( ( NOT FileExists( sOutputFile ) ) AND ( i < FILE_WRITE_TIMEOUT ) ) + inc( i ) + wait( 1000 ) wend - if ( dir(OutputGrafikTBO + "1"+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO + "1"+sExt + "'" - else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO + "1"+sExt ) + + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( sOutputFile ) ' local helper function, see bottom of this file + bTemp = FALSE fGetSizeXY sx1, sY, bTemp if (bTemp = FALSE) then warnlog "Selected original size NOT OK :-(" endif endif - hCloseDocument () - printlog " now CREATE a rectangle, select it, save it in SIZE and load the file afterwards" - hNewDocument() + + hFileReOpen( "" ) hRechteckErstellen ( 10, 10, 30, 40 ) - if hCallExport (OutputGrafikTBO + "2" , sFilter, TRUE ) = TRUE then + + if ( hCallExport( OutputGrafikTBO + "2" , sFilter, TRUE ) ) then + Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then + if ( PICTOptionen.Exists( 2 ) ) then Groesse.Check Breite.SetText "9" Hoehe.SetText "9" Groesse.Check + printlog "Check 'Size' one more time to make the change go through" sx1 = Breite.GetText sY = Hoehe.GetText - PICTOptionen.OK - iWaitIndex = 0 - do while PICTOptionen.Exists AND iWaitIndex < 30 - sleep (1) - iWaitIndex = iWaitIndex + 1 - loop + hCloseDialog( PICTOptionen, "ok" ) endif + + sOutputFile = OutputGrafikTBO + "2" + sExt + i=0 - while ((NOT fileExists(OutputGrafikTBO+ "2"+sExt)) AND (i<36)) - inc(i) - sleep(5) + while( ( not FileExists( sOutputFile ) ) AND ( i < FILE_WRITE_TIMEOUT ) ) + inc( i ) + wait( 1000 ) wend - if ( dir(OutputGrafikTBO + "2"+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO + "2"+sExt + "'" - else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hFileOpen (OutputGrafikTBO + "2"+sExt) + + printlog( "Reload file if it exists. Warn if not" ) + hFileReOpen( sOutputFile ) + kontext "DocumentDraw" DocumentDraw.TypeKeys ("") ContextOriginalSize bTemp = FALSE - fGetSizeXY sx1, sY, bTemp - if (bTemp = FALSE) then - warnlog "Selected original size NOT OK :-(" - endif + fGetSizeXY( sx1, sY, bTemp ) + if (not bTemp ) then warnlog "Selected original size NOT OK :-(" endif - if hCallExport (OutputGrafikTBO + "3" , sFilter, TRUE ) = TRUE then + + if ( hCallExport( OutputGrafikTBO + "3", sFilter, TRUE ) ) then + Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then + if ( PICTOptionen.Exists( 2 ) ) then Groesse.Check sX2 = Breite.GetText if (LiberalMeasurement(sx1, sX2)) <> TRUE then @@ -306,8 +278,7 @@ testcase tPCT warnLog "Height is different expected: '" + sY + "' is: '" + sY2 + "'" endif endif - PICTOptionen.Cancel - sleep 5 + hCloseDialog( PICTOptionen, "cancel" ) endif endif @@ -317,35 +288,23 @@ endcase 'tPCT '------------------------------------------------------------------------------- testcase tPBM - dim x as integer - dim i as integer - dim sFilter as string - dim sExt as string - - sFilter = "PBM - Portable Bitmap (.pbm)" - sExt = ".pbm" + const sFilter = "PBM - Portable Bitmap (.pbm)" + const sExt = ".pbm" printlog "Open the document" - hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString )) + hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString ) printlog "Save it" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + if ( hCallExport (OutputGrafikTBO , sFilter ) ) then + Kontext "PBMOptionen" - if PBMOptionen.Exists (2) then + if ( PBMOptionen.Exists( 2 ) ) then Ascii.Check - PBMOptionen.OK - sleep 5 + hCloseDialog( PBMOptionen, "ok" ) endif - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -354,35 +313,24 @@ endcase 'tPBM '------------------------------------------------------------------------------- testcase tPGM - dim x as integer - dim i as integer - dim sFilter as string - dim sExt as string - - sFilter = "PGM - Portable Graymap (.pgm)" - sExt = ".pgm" + const sFilter = "PGM - Portable Graymap (.pgm)" + const sExt = ".pgm" printlog "Open the document" - hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString )) + hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) printlog "Save it" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + if ( hCallExport (OutputGrafikTBO , sFilter ) ) then + Kontext "PGMOptionen" - if PGMOptionen.Exists (2) then + if ( PGMOptionen.Exists( 2 ) ) then Ascii.Check - PGMOptionen.OK - sleep 5 + hCloseDialog( PGMOptionen, "ok" ) endif - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + endif call hCloseDocument @@ -391,35 +339,23 @@ endcase 'tPGM '------------------------------------------------------------------------------- testcase tPPM - dim x as integer - dim i as integer - dim sFilter as string - dim sExt as string - - sFilter = "PPM - Portable Pixelmap (.ppm)" - sExt = ".ppm" + const sFilter = "PPM - Portable Pixelmap (.ppm)" + const sExt = ".ppm" printlog "Open the document" - hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString )) + hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) printlog "Save it" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + if ( hCallExport (OutputGrafikTBO , sFilter ) ) then + Kontext "PPMOptionen" - if PPMOptionen.Exists (2) then + if ( PPMOptionen.Exists( 2 ) ) then Ascii.Check - PPMOptionen.OK - sleep 5 - endif - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" + hCloseDialog( PPMOptionen, "ok" ) endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -428,29 +364,16 @@ endcase 'tPPM '------------------------------------------------------------------------------ testcase tRAS - dim x as integer - dim i as integer - dim sFilter as string - dim sExt as string - - sFilter = "RAS - Sun Raster Image (.ras)" - sExt = ".ras" + const sFilter = "RAS - Sun Raster Image (.ras)" + const sExt = ".ras" printlog "Open the document" - hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString )) + hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) printlog "Save it" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) - else - warnlog "File didn't get saved :-(" - endif + if ( hCallExport( OutputGrafikTBO, sFilter ) ) then + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -461,27 +384,17 @@ testcase tTIFF dim x as integer dim i as integer - dim sFilter as string - dim sExt as string - sFilter = "TIFF - Tagged Image File Format (.tif;.tiff)" - sExt = ".tif" + const sFilter = "TIFF - Tagged Image File Format (.tif;.tiff)" + const sExt = ".tif" printlog "Open the document" hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString )) printlog "Save it" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) - else - warnlog "File didn't get saved :-(" - endif + if ( hCallExport (OutputGrafikTBO , sFilter ) ) then + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -490,29 +403,16 @@ endcase 'tTIFF '------------------------------------------------------------------------------ testcase tXPM - dim x as integer - dim i as integer - dim sFilter as string - dim sExt as string - - sFilter = "XPM - X PixMap (.xpm)" - sExt = ".xpm" + const sFilter = "XPM - X PixMap (.xpm)" + const sExt = ".xpm" printlog "Open the document" - hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString )) + hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) printlog "save it" if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) - else - warnlog "File didn't get saved :-(" - endif + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -521,36 +421,24 @@ endcase 'tXPM '------------------------------------------------------------------------------- testcase tGIF - dim x as integer - dim i as integer - dim sFilter as string - dim sExt as string - - sFilter = "GIF - Graphics Interchange Format (.gif)" - sExt = ".gif" + const sFilter = "GIF - Graphics Interchange Format (.gif)" + const sExt = ".gif" printlog "open the document" - hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString) + hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) printlog "save it" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + if ( hCallExport( OutputGrafikTBO, sFilter ) ) then + Kontext "GIFOptionen" if GIFOptionen.Exists (2) then Interlace.Uncheck TransparentSpeichern.UnCheck - GIFOptionen.OK - sleep 5 - endif - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" + hCloseDialog( GIFOptionen, "ok" ) endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -559,39 +447,38 @@ endcase 'tGIF '------------------------------------------------------------------------------- testcase tJPEG - dim x as integer - dim i as integer - dim sFilter as string - dim sExt as string - - sFilter = "JPEG - Joint Photographic Experts Group (.jpg;.jpeg;.jfif;.jif;.jpe)" - sExt = ".jpg" + const sFilter = "JPEG - Joint Photographic Experts Group (.jpg;.jpeg;.jfif;.jif;.jpe)" + const sExt = ".jpg" printlog "Open the document" - hFileOpen (ConvertPath ( gTesttoolPath + "graphics\required\input\graphicexport."+ExtensionString) + hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) printlog " save it " - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + if ( hCallExport (OutputGrafikTBO , sFilter ) ) then + Kontext "JpegOptionen" - if JpegOptionen.Exists (2) then + if ( JpegOptionen.Exists( 2 ) ) then Echtfarben.Check Qualitaet.ToMin - JpegOptionen.OK - sleep 5 + hCloseDialog( JpegOptionen, "ok" ) endif - if ( dir(OutputGrafikTBO+sExt) <> "") then - Printlog "Ok :-) Saved as: '" + OutputGrafikTBO+sExt + "'" - else - warnlog "File didn't get saved :-(" - endif - hCloseDocument () - sleep 5 - hNewDocument() - sleep 5 - Call hGrafikEinfuegen ( OutputGrafikTBO+sExt ) + + printlog( "Save image, close file and re-insert graphics into new file" ) + hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument endcase 'tJPEG '------------------------------------------------------------------------- + +function hWriteInsertGraphics( sOutputFile as string ) + + if ( not FileExists( sOutputFile ) ) then + warnlog( "File not saved: " & sOutputFile ) + else + hFileReOpen( "" ) + Call hGrafikEinfuegen ( sOutputFile ) + endif + +end function -- cgit From b30b73cc05a24c51187c36c17bfa07d10ab57245 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 27 May 2010 15:07:21 +0200 Subject: vitomation01: #i109696 - export_graphic.inc calls a lot of very dubious functions. Cleanup --- .../global/tools/includes/required/t_files.inc | 2 +- .../optional/includes/global/export_graphic.inc | 97 ++++++++++++++-------- testautomation/graphics/tools/id_tools.inc | 93 +++++++++++---------- 3 files changed, 109 insertions(+), 83 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index cac430f4483a..00c584400882 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -598,7 +598,7 @@ function hFileReOpen( cFile as string ) as boolean if ( FileExists( cFile ) ) then hFileOpen( cFile ) else - warnlog( CFN & "File does not exist: " & sFile ) + warnlog( CFN & "File does not exist: " & cFile ) endif endif diff --git a/testautomation/graphics/optional/includes/global/export_graphic.inc b/testautomation/graphics/optional/includes/global/export_graphic.inc index 72a5db6005d5..6ff99435e190 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic.inc @@ -86,8 +86,10 @@ testcase tEPS Active.OK end if end if - printlog " now save it realy and load the file afterwards" - if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then + + printlog( "Save the file" ) + if ( hCallExport( OutputGrafikTBO, sFilter ) ) then + Kontext "EPSOptionen" if ( EPSOptionen.Exists( 2 ) ) then printlog "TextEinstellungen.select 2" @@ -95,7 +97,7 @@ testcase tEPS endif printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -125,10 +127,10 @@ testcase tPCT sDocument = gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString hFileOpen( sDocument ) - if ( hCallExport (OutputGrafikTBO , sFilter ) ) then + if ( hCallExport( OutputGrafikTBO , sFilter ) ) then Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then + if ( PICTOptionen.Exists( 2 ) ) then printlog "check if all properties have the right count, and depend on each other" Original.Check @@ -142,7 +144,7 @@ testcase tPCT hCloseDialog( PICTOptionen, "cancel" ) if ( FileExists( OutputGrafikTBO + sExt ) ) then - warnlog "Dialog was canceled, but file got saved, too :-( - i35177" + warnlog( "#i35177# - dialog canceled, still the file was saved" ) endif else Warnlog "No '" + sFilter + "' -Dialog!" @@ -161,7 +163,7 @@ testcase tPCT if ( hCallExport( OutputGrafikTBO, sFilter ) ) then Kontext "PICTOptionen" - if PICTOptionen.Exists (2) then + if ( PICTOptionen.Exists( 2 ) ) then Groesse.Check Breite.Less Hoehe.More @@ -170,14 +172,13 @@ testcase tPCT sOutputFile = OutputGrafikTBO+sExt - i=0 - while( ( not FileExists( sOutputFile ) ) AND ( i < FILE_WRITE_TIMEOUT ) ) - inc(i) - wait( 1000 ) - wend + if ( hWaitForOutputFile( sOutputFile ) ) then - printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( sOutputFile ) ' local helper function, see bottom of this file + printlog( "Save image, close file and re-insert graphics into new file" ) + hInsertGraphicsToNewFile( sOutputFile ) ' local helper function, see bottom of this file + else + warnlog( "File was not saved: " & sOutputFile ) + endif endif @@ -204,14 +205,13 @@ testcase tPCT endif sOutputFile = OutputGrafikTBO + "1" + sExt - i=0 - while( ( NOT FileExists( sOutputFile ) ) AND ( i < FILE_WRITE_TIMEOUT ) ) - inc( i ) - wait( 1000 ) - wend + if ( hWaitForOutputFile( sOutputFile ) ) then - printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( sOutputFile ) ' local helper function, see bottom of this file + printlog( "Save image, close file and re-insert graphics into new file" ) + hInsertGraphicsToNewFile( sOutputFile ) ' local helper function, see bottom of this file + else + warnlog( "File was not saved: " & sOutputFile ) + endif bTemp = FALSE fGetSizeXY sx1, sY, bTemp @@ -240,11 +240,9 @@ testcase tPCT sOutputFile = OutputGrafikTBO + "2" + sExt - i=0 - while( ( not FileExists( sOutputFile ) ) AND ( i < FILE_WRITE_TIMEOUT ) ) - inc( i ) - wait( 1000 ) - wend + if ( not hWaitForOutputFile( sOutputFile ) ) then + warnlog( "File was not saved: " & sOutputFile ) + endif printlog( "Reload file if it exists. Warn if not" ) hFileReOpen( sOutputFile ) @@ -254,7 +252,7 @@ testcase tPCT ContextOriginalSize bTemp = FALSE fGetSizeXY( sx1, sY, bTemp ) - if (not bTemp ) then warnlog "Selected original size NOT OK :-(" + if ( not bTemp ) then warnlog "Selected original size NOT OK :-(" endif if ( hCallExport( OutputGrafikTBO + "3", sFilter, TRUE ) ) then @@ -304,7 +302,7 @@ testcase tPBM endif printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -329,7 +327,7 @@ testcase tPGM endif printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif @@ -355,7 +353,7 @@ testcase tPPM endif printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -373,7 +371,7 @@ testcase tRAS printlog "Save it" if ( hCallExport( OutputGrafikTBO, sFilter ) ) then printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -394,7 +392,7 @@ testcase tTIFF printlog "Save it" if ( hCallExport (OutputGrafikTBO , sFilter ) ) then printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -412,7 +410,7 @@ testcase tXPM printlog "save it" if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -438,7 +436,7 @@ testcase tGIF endif printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -464,7 +462,7 @@ testcase tJPEG endif printlog( "Save image, close file and re-insert graphics into new file" ) - hWriteInsertGraphics( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif call hCloseDocument @@ -472,7 +470,7 @@ testcase tJPEG endcase 'tJPEG '------------------------------------------------------------------------- -function hWriteInsertGraphics( sOutputFile as string ) +function hInsertGraphicsToNewFile( sOutputFile as string ) if ( not FileExists( sOutputFile ) ) then warnlog( "File not saved: " & sOutputFile ) @@ -482,3 +480,30 @@ function hWriteInsertGraphics( sOutputFile as string ) endif end function + +'******************************************************************************* + +function hWaitForOutputFile( sOutputFile as string ) as boolean + + const FILE_WRITE_TIMEOUT = 30 + dim iWait as integer : iWait = 0 + + for iWait = 1 to FILE_WRITE_TIMEOUT + + ' File found + if ( FileExists( sOutputFile ) ) then + hWaitForOutputFile() = true + exit function + endif + + ' Timeout + if ( iWait = FILE_WRITE_TIMEOUT ) then + hWaitForOutputFile() = false + exit function + endif + + wait( 1000 ) + + next iWait + +end function \ No newline at end of file diff --git a/testautomation/graphics/tools/id_tools.inc b/testautomation/graphics/tools/id_tools.inc index 9cd7bacdfb16..e9f99d438b7d 100755 --- a/testautomation/graphics/tools/id_tools.inc +++ b/testautomation/graphics/tools/id_tools.inc @@ -320,56 +320,57 @@ end function function hCallExport ( HyWhatsYourName as String , sFilter as String, optional bSelection as boolean ) as Boolean hCallExport = TRUE Printlog "Will try to select export filter: '" + sFilter + "'" + "" - try - FileExport - catch - Sleep 10 - Warnlog "It takes to much time to export the graphic (>10 sec.). Please check the problem, maybe it's a bug!" - FileExport - endcatch - Sleep (3) - Kontext "ExportierenDlg" - try - Dateityp.Select sFilter - catch - Warnlog "'" + sFilter + "' is missing!" - dim iAll, counter as integer - iAll = Dateityp.GetItemCount - printlog " List of entries in the menu:" - for counter = 1 to iAll - printlog " " + counter + "/" + iAll + ": " + Dateityp.GetItemText(counter) - next counter - hCallExport = FALSE - ExportierenDlg.Cancel - exit function - endcatch - if ((IsMissing(bSelection) = FALSE) AND (bSelection = TRUE)) then - sleep 2 - Selektion.Check - else - if (Selektion.isEnabled) then - Selektion.UnCheck - endif + if ( hUseAsyncSlot( "FileExport" ) = -1 ) then + warnlog( "Slot is blocked" ) + hCallExport() = false + exit function endif - if AutomatischeDateinamenserweiterung.Exists then - QAErrorLog "OBSOLETE: Automatic file extension check-box in file dialog will be removed soon!" - AutomatischeDateinamenserweiterung.check - endif + Kontext "ExportierenDlg" + if ( ExportierenDlg.exists( 3 ) ) then + try + Dateityp.Select sFilter + catch + Warnlog "'" + sFilter + "' is missing!" + dim iAll, counter as integer + iAll = Dateityp.GetItemCount + printlog " List of entries in the menu:" + for counter = 1 to iAll + printlog " " + counter + "/" + iAll + ": " + Dateityp.GetItemText(counter) + next counter + hCallExport = FALSE + ExportierenDlg.Cancel + exit function + endcatch + if ((IsMissing(bSelection) = FALSE) AND (bSelection = TRUE)) then + sleep 2 + Selektion.Check + else + if (Selektion.isEnabled) then + Selektion.UnCheck + endif + endif + + if AutomatischeDateinamenserweiterung.Exists then + AutomatischeDateinamenserweiterung.check + endif + + Dateiname.SetText ( HyWhatsYourName ) + Speichern.Click + + kontext "AlienWarning" + if AlienWarning.exists(5) then + warnlog "#i41983# Alien Warning on export not allowed" + AlienWarning.OK + endif + Kontext "Active" + hCloseDialog( Active, "yes,optional" ) + else + warnlog( " not open" ) + hCallExport() = false + endif - Dateiname.SetText ( HyWhatsYourName ) - sleep 2 - Speichern.Click - sleep 2 - kontext "AlienWarning" - if AlienWarning.exists(5) then - warnlog "#i41983# Alien Warning on export not allowed" - AlienWarning.OK - endif - Kontext "Active" - if Active.Exists then Active.Yes - Sleep 3 end function '------------------------------------------------------------------------- -- cgit From 37c43985147e370c1a3c0a0434767caf37f6b09c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 09:27:19 +0200 Subject: vitomation01: #i109696 - IsNamedDocLoaded also exists in t_files.inc (global, required include) so i removed it from here --- testautomation/writer/tools/includes/w_tool6.inc | 48 ------------------------ 1 file changed, 48 deletions(-) mode change 100644 => 100755 testautomation/writer/tools/includes/w_tool6.inc (limited to 'testautomation') diff --git a/testautomation/writer/tools/includes/w_tool6.inc b/testautomation/writer/tools/includes/w_tool6.inc old mode 100644 new mode 100755 index caba673ae6be..f6322cfc15f3 --- a/testautomation/writer/tools/includes/w_tool6.inc +++ b/testautomation/writer/tools/includes/w_tool6.inc @@ -575,54 +575,6 @@ end function '-------------------------------------------------------------- -function hIsNamedDocLoaded (ShouldFile as String) as Boolean - '/// Input: name of loaded file; Output: True/False///' - '///+ Several checks may be combined: ///' - '///+ disabled: Plan A: requires clippboard: check, if not untitled 1 window... ///' - '///+ Plan B: SaveAs Dialog ///' - '///+ not used now: Plan C: check if hNavigatorOpenWindows() > 0 ///' - - '///' Plan A :-( /// - ''///+ to be able to check, that document was loaded, print something before opening new doc ///' - ''///+ during test, check if it is readable ... ///' - ' Kontext "DocumentWriter" - ' DocumentWriter.TypeKeys "" - ' DocumentWriter.TypeKeys "TBOlastWindow" - ' DocumentWriter.TypeKeys "" - - ' Kontext "DocumentWriter" - ' DocumentWriter.TypeKeys "" - ' DocumentWriter.TypeKeys "" - ' EditCopy - ' DocumentWriter.TypeKeys "" - ' if GetClipboardText <> "TBOlastWindow" Then ///' - - '/// ' Plan B :-) /// - '///+' if a doc got loaded, the filename in a 'SaveAs' Dlg is different from "" /// - '///+' usually the file name of the loaded document with an changed extension chosen from SO /// - - hIsNamedDocLoaded = False ' Let's start WorstCase :-( - FileSaveAs ' (Plan B) - Kontext "SpeichernDlg" - If DateiOhneExt(DateiExtract(Dateiname.GetSelText)) = DateiOhneExt(DateiExtract(ShouldFile)) Then - hIsNamedDocLoaded = True - ' Printlog "Filename: " + Dateiname.GetSelText+"; "+ShouldFile - ' Printlog "--------------------------------------------------Loaded as: " + Dateityp.GetSelText - Else - 'exception! for templates - if lcase(right(ShouldFile,3)) = "vor" or lcase(right(ShouldFile,3)) = "dot" then hIsNamedDocLoaded = True - End If - SpeichernDlg.Cancel - - '/ remove text of last window test text ///' - ' Kontext "DocumentWriter" - ' DocumentWriter.TypeKeys "" - ' DocumentWriter.TypeKeys "TBOlastWindow" - ' DocumentWriter.TypeKeys "" -end function - -'-------------------------------------------------------------- - sub hSetSpellHypLanguage dim sTrieit if bAsianLan then -- cgit From b76d17246aa07d656d619954caff282e0b112180 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 10:03:36 +0200 Subject: vitomation01: #i109696 - IsNamedDocLoaded now no longer takes the optional second parameter for verbosity. Set GVERBOSE = TRUE before calling the function --- testautomation/graphics/optional/includes/global/id_001.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 testautomation/graphics/optional/includes/global/id_001.inc (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/id_001.inc b/testautomation/graphics/optional/includes/global/id_001.inc old mode 100644 new mode 100755 index 1525074e027f..03bcbf6a396a --- a/testautomation/graphics/optional/includes/global/id_001.inc +++ b/testautomation/graphics/optional/includes/global/id_001.inc @@ -141,7 +141,7 @@ testcase tiFileSaveAs printlog "("+i+"/"+x+"): "+sFilter(i) hFileOpen ( sFilter(i) ) WaitSlot (3000) - If hIsNamedDocLoaded (sFilter(i), true) Then + If hIsNamedDocLoaded (sFilter(i)) Then printlog " used filter: " + hGetUsedFilter() else sTemp = left(right(sFilter(i),2),1) -- cgit From c2cb0325dd136c2099b8c9c1ab33f4eb8fe8d079 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 10:43:04 +0200 Subject: vitomation01: #i109696 - function fgetsizexy() does not set its returnvalue but modifies a function parameter instead. There is no checking whatsoever that the Position And Size dialog is really closed and then there were some more problems. Fully refactored --- testautomation/graphics/tools/id_tools.inc | 70 ++++++++++++++++-------------- 1 file changed, 37 insertions(+), 33 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/tools/id_tools.inc b/testautomation/graphics/tools/id_tools.inc index e9f99d438b7d..cee5c0ac7f12 100755 --- a/testautomation/graphics/tools/id_tools.inc +++ b/testautomation/graphics/tools/id_tools.inc @@ -277,42 +277,46 @@ end function '------------------------------------------------------------------------------- -function fGetSizeXY (sX as string, sY as string, bGet as boolean) as Boolean +function fGetSizeXY (sX as string, sY as string, bRetrieveOnly as boolean) as Boolean + + const RC_FAILURE = -1 + dim sTx as string dim sTy as string - dim bReturn as boolean - bReturn = True - try - ContextPositionAndSize - exit function - catch - warnlog "couldn't call 'ContextPositionAndSize' no object selected ?" - endcatch - kontext - active.SetPage TabPositionAndSize - kontext "TabPositionAndSize" - if TabPositionAndSize.exists (5) then - sTx = Width.GetText - sTy = Height.GetText - TabPositionAndSize.OK - else - warnlog "Couldn't switch tab page :-( " - endif - if bGet then ' Get the Values only - sY = sTy - sX = sTx - else ' Get the Values and COMPARE them - if (LiberalMeasurement (sX,sTx) <> TRUE) then - warnlog "width is different :-( should: '"+sX+"' is: '"+sTx+"'" + "eventually a result of i35519" - bReturn = False - endif - if (LiberalMeasurement (sY,sTy) <> TRUE) then - warnlog "hight is different :-( should: '"+sY+"' is: '"+sTy+"'" + "eventually a result of i35519" - bReturn = False - endif - bGet = bReturn - endif + fGetSizeXY() = True + + if ( hUseAsyncSlot( "ContextPositionAndSize" ) <> RC_FAILURE ) then + + kontext + active.SetPage TabPositionAndSize + + kontext "TabPositionAndSize" + if ( TabPositionAndSize.exists( 2 ) ) then + sTx = Width.GetText() + sTy = Height.GetText() + hCloseDocument( TabPositionAndSize, "ok" ) + else + warnlog "Couldn't switch tab page :-( " + endif + + if ( bRetrieveOnly ) then ' Get the Values only + sY = sTy + sX = sTx + else ' Get the Values and compare them + if ( not LiberalMeasurement (sX,sTx) ) then + warnlog "width is different :-( should: '"+sX+"' is: '"+sTx+"'" + "eventually a result of i35519" + fGetSizeXY() = False + endif + if (not LiberalMeasurement (sY,sTy) ) then + warnlog "hight is different :-( should: '"+sY+"' is: '"+sTy+"'" + "eventually a result of i35519" + fGetSizeXY() = False + endif + endif + else + warnlog( "Failed to open dialog" ) + endif + end function '------------------------------------------------------------------------- -- cgit From f6163e652509fe9d20915665fedd4a88bedf15e5 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 10:45:57 +0200 Subject: vitomation01: #i109696 - function fIsDocumentWriteable() and fMakeDocumentWriteable() had stupid printlogs with many typos, fixed. --- testautomation/graphics/tools/id_tools.inc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/tools/id_tools.inc b/testautomation/graphics/tools/id_tools.inc index cee5c0ac7f12..b0d5f1b84eaa 100755 --- a/testautomation/graphics/tools/id_tools.inc +++ b/testautomation/graphics/tools/id_tools.inc @@ -234,11 +234,6 @@ end function '------------------------------------------------------------------------------- function fIsDocumentWritable() as boolean - printlog " check if a document is writeable" - printlog " parameter:" - printlog " return:" - printlog " true if the document is writeable otherwise false" - Kontext "Standardbar" if Bearbeiten.GetState( 2 ) <> 1 then fIsDocumentWritable = false @@ -252,9 +247,6 @@ end function function fMakeDocumentWritable() as boolean printlog " make a document is writeable" - printlog " parameter:" - printlog " return:" - printlog " true if the document can make writeable otherwise false" Kontext "Standardbar" sleep ( 1 ) @@ -269,7 +261,7 @@ function fMakeDocumentWritable() as boolean fMakeDocumentWritable = false endif else - printlog "Document is allready writable." + printlog "Document is already writable." fMakeDocumentWritable = true endif -- cgit From c35ab87b52c52c50a68f46b94f6b6a08a11cbfe0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 13:02:10 +0200 Subject: vitomation01: #i109562 - More code refactoring in export_graphic.inc. A sthe function worked with invalid returnvalues from dysfunctional helper functions i had to replace quite some code. --- .../optional/includes/global/export_graphic.inc | 89 +++++++++++++++++----- 1 file changed, 71 insertions(+), 18 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/export_graphic.inc b/testautomation/graphics/optional/includes/global/export_graphic.inc index 6ff99435e190..2865ada2c9a9 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic.inc @@ -76,10 +76,9 @@ testcase tEPS warnlog "Dialog was canceled, but file got saved, too :-( - i35177" endif else - Warnlog "No '" + sFilter + "'-Option-Dialog!" - i=5 + warnlog( "No export options dialog was displayed" ) end if - sleep 2 + Kontext "Active" if Active.Exists(2) then Warnlog "'" + sFilter + "' has a problem" @@ -93,7 +92,9 @@ testcase tEPS Kontext "EPSOptionen" if ( EPSOptionen.Exists( 2 ) ) then printlog "TextEinstellungen.select 2" - hCloseDialog( EPSOptionen, "cancel" ) + hCloseDialog( EPSOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif printlog( "Save image, close file and re-insert graphics into new file" ) @@ -124,12 +125,13 @@ testcase tPCT const sExt = ".pct" printlog "open the document" - sDocument = gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString + sDocument = convertpath( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) hFileOpen( sDocument ) if ( hCallExport( OutputGrafikTBO , sFilter ) ) then Kontext "PICTOptionen" + printlog( "Export options dialog" ) if ( PICTOptionen.Exists( 2 ) ) then printlog "check if all properties have the right count, and depend on each other" @@ -147,27 +149,29 @@ testcase tPCT warnlog( "#i35177# - dialog canceled, still the file was saved" ) endif else - Warnlog "No '" + sFilter + "' -Dialog!" - i=5 + warnlog( "No export options dialog was displayed" ) end if - sleep 2 Kontext "Active" if Active.Exists(2) then Warnlog " '" + sFilter + "' has a problem" Active.OK end if + end if printlog " now save it realy and load the file afterwards" if ( hCallExport( OutputGrafikTBO, sFilter ) ) then Kontext "PICTOptionen" + printlog( "Export options dialog" ) if ( PICTOptionen.Exists( 2 ) ) then Groesse.Check Breite.Less Hoehe.More hCloseDialog( PICTOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif sOutputFile = OutputGrafikTBO+sExt @@ -185,9 +189,9 @@ testcase tPCT hFileReOpen( sDocument ) printlog "check if the document is writable" - if fIsDocumentWritable = false then - printlog "make the document writable and check if it's succesfull" - if fMakeDocumentWritable = false then + if ( not fIsDocumentWritable ) then + printlog( "Document is write protected, changing state" ) + if ( not fMakeDocumentWritable ) then warnlog "The document can't be make writeable. Test stopped." goto endsub endif @@ -196,25 +200,26 @@ testcase tPCT hTypeKeys ("") fGetSizeXY sx1, sY, TRUE - if ( hCallExport (OutputGrafikTBO + "1" , sFilter, TRUE ) ) then + if ( hCallExport( OutputGrafikTBO + "1", sFilter, TRUE ) ) then Kontext "PICTOptionen" + printlog( "Export options dialog" ) if ( PICTOptionen.Exists( 2 ) ) then Original.Check hCloseDialog( PICTOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif sOutputFile = OutputGrafikTBO + "1" + sExt if ( hWaitForOutputFile( sOutputFile ) ) then - printlog( "Save image, close file and re-insert graphics into new file" ) hInsertGraphicsToNewFile( sOutputFile ) ' local helper function, see bottom of this file else warnlog( "File was not saved: " & sOutputFile ) endif - bTemp = FALSE - fGetSizeXY sx1, sY, bTemp + bTemp = fGetSizeXY( sx1, sY, bTemp ) if (bTemp = FALSE) then warnlog "Selected original size NOT OK :-(" endif @@ -226,6 +231,7 @@ testcase tPCT if ( hCallExport( OutputGrafikTBO + "2" , sFilter, TRUE ) ) then Kontext "PICTOptionen" + printlog( "Export options dialog" ) if ( PICTOptionen.Exists( 2 ) ) then Groesse.Check Breite.SetText "9" @@ -236,6 +242,8 @@ testcase tPCT sx1 = Breite.GetText sY = Hoehe.GetText hCloseDialog( PICTOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif sOutputFile = OutputGrafikTBO + "2" + sExt @@ -250,14 +258,14 @@ testcase tPCT kontext "DocumentDraw" DocumentDraw.TypeKeys ("") ContextOriginalSize - bTemp = FALSE - fGetSizeXY( sx1, sY, bTemp ) + bTemp = fGetSizeXY( sx1, sY, bTemp ) if ( not bTemp ) then warnlog "Selected original size NOT OK :-(" endif if ( hCallExport( OutputGrafikTBO + "3", sFilter, TRUE ) ) then Kontext "PICTOptionen" + printlog( "Export options dialog" ) if ( PICTOptionen.Exists( 2 ) ) then Groesse.Check sX2 = Breite.GetText @@ -277,6 +285,8 @@ testcase tPCT endif endif hCloseDialog( PICTOptionen, "cancel" ) + else + warnlog( "No export options dialog was displayed" ) endif endif @@ -299,10 +309,13 @@ testcase tPBM if ( PBMOptionen.Exists( 2 ) ) then Ascii.Check hCloseDialog( PBMOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif printlog( "Save image, close file and re-insert graphics into new file" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + endif call hCloseDocument @@ -324,6 +337,8 @@ testcase tPGM if ( PGMOptionen.Exists( 2 ) ) then Ascii.Check hCloseDialog( PGMOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif printlog( "Save image, close file and re-insert graphics into new file" ) @@ -350,10 +365,13 @@ testcase tPPM if ( PPMOptionen.Exists( 2 ) ) then Ascii.Check hCloseDialog( PPMOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif printlog( "Save image, close file and re-insert graphics into new file" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + endif call hCloseDocument @@ -372,6 +390,8 @@ testcase tRAS if ( hCallExport( OutputGrafikTBO, sFilter ) ) then printlog( "Save image, close file and re-insert graphics into new file" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + else + warnlog( "No export options dialog was displayed" ) endif call hCloseDocument @@ -393,6 +413,8 @@ testcase tTIFF if ( hCallExport (OutputGrafikTBO , sFilter ) ) then printlog( "Save image, close file and re-insert graphics into new file" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + else + warnlog( "No export options dialog was displayed" ) endif call hCloseDocument @@ -411,6 +433,8 @@ testcase tXPM if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then printlog( "Save image, close file and re-insert graphics into new file" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + else + warnlog( "No export options dialog was displayed" ) endif call hCloseDocument @@ -433,10 +457,13 @@ testcase tGIF Interlace.Uncheck TransparentSpeichern.UnCheck hCloseDialog( GIFOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif printlog( "Save image, close file and re-insert graphics into new file" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + endif call hCloseDocument @@ -459,10 +486,13 @@ testcase tJPEG Echtfarben.Check Qualitaet.ToMin hCloseDialog( JpegOptionen, "ok" ) + else + warnlog( "No export options dialog was displayed" ) endif printlog( "Save image, close file and re-insert graphics into new file" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file + endif call hCloseDocument @@ -483,6 +513,29 @@ end function '******************************************************************************* +function hFileReOpen( cFile as string ) as boolean + + dim iDocumentCount as integer : iDocumentCount = getDocumentCount + hFileReopen() = false + + hCloseDocument() + + if ( cFile = "" ) then + hNewDocument() + else + if ( FileExists( cFile ) ) then + hFileOpen( cFile ) + else + warnlog( "hFileReOpen(): File does not exist: " & cFile ) + endif + endif + + if ( getDocumentCount = iDocumentCount ) then hFileReOpen() = true + +end function + +'******************************************************************************* + function hWaitForOutputFile( sOutputFile as string ) as boolean const FILE_WRITE_TIMEOUT = 30 @@ -506,4 +559,4 @@ function hWaitForOutputFile( sOutputFile as string ) as boolean next iWait -end function \ No newline at end of file +end function -- cgit From 2d73e69028b791f21362d015bc26ae1ca33dc3a3 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 13:02:44 +0200 Subject: vitomation01: #i109562 - Just a little better printlog for hUseAsyncSlot() --- testautomation/global/tools/includes/required/t_tools3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index d598572209b9..d7c82d18d77d 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -992,7 +992,7 @@ function hUseAsyncSlot( cSlot as string ) as integer const RC_TIMEOUT = -1 ' Returnvalue if slot is not available const CFN = "global::tools::includes::required::hUseAsyncSlot(): " - if ( GVERBOSE ) then printlog( "Execute <" & cSlot & ">" ) + if ( GVERBOSE ) then printlog( CFN & "Execute <" & cSlot & ">" ) WaitSlot() for iRetries = 1 to MAX_RETRIES -- cgit From fd646b13f761ba28a16d281adf4bb650530a0a89 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 13:03:25 +0200 Subject: vitomation01: #i109562 - Replaced all complex mouse operation support functions with much simpler generic ones --- .../global/tools/includes/required/t_doc1.inc | 516 +++++++++------------ 1 file changed, 219 insertions(+), 297 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc1.inc b/testautomation/global/tools/includes/required/t_doc1.inc index ed74336dfc72..c85b5f987fc1 100644 --- a/testautomation/global/tools/includes/required/t_doc1.inc +++ b/testautomation/global/tools/includes/required/t_doc1.inc @@ -34,7 +34,6 @@ sub hNewDocument ( optional bANewDoc ) '/// hNewDocument : open a new document dependent on 'gApplication' ///' dim sTemp as string - gApplication = gApplication if IsMissing ( bANewDoc ) <> TRUE then if bANewDoc = TRUE then @@ -52,10 +51,10 @@ sub hNewDocument ( optional bANewDoc ) else FileOpen "FileName", "private:factory/swriter", "FrameName", "_default", "SynchronMode", TRUE end if - if ( DocumentWriter.IsMax() = false ) then - DocumentWriter.Maximize() - Wait( 2000 ) - end if + if ( DocumentWriter.IsMax() = false ) then + DocumentWriter.Maximize() + Wait( 2000 ) + end if case "CALC" Kontext "DocumentCalc" if gNoNewDoc = TRUE then @@ -63,10 +62,10 @@ sub hNewDocument ( optional bANewDoc ) else FileOpen "FileName", "private:factory/scalc", "FrameName", "_default", "SynchronMode", TRUE end if - if ( DocumentCalc.IsMax() = false ) then - DocumentCalc.Maximize() - Wait( 2000 ) - end if + if ( DocumentCalc.IsMax() = false ) then + DocumentCalc.Maximize() + Wait( 2000 ) + end if case "IMPRESS" Kontext "DocumentImpress" if gNoNewDoc = TRUE then @@ -84,10 +83,10 @@ sub hNewDocument ( optional bANewDoc ) end if Kontext "DocumentImpress" Sleep 2 - if ( DocumentImpress.IsMax() = false ) then - DocumentImpress.Maximize() - Wait( 2000 ) - end if + if ( DocumentImpress.IsMax() = false ) then + DocumentImpress.Maximize() + Wait( 2000 ) + end if end if case "DRAW" Kontext "DocumentDraw" @@ -96,10 +95,10 @@ sub hNewDocument ( optional bANewDoc ) else FileOpen "FileName", "private:factory/sdraw", "FrameName", "_default", "SynchronMode", TRUE end if - if ( DocumentDraw.IsMax() = false ) then - DocumentDraw.Maximize() - Wait( 2000 ) - end if + if ( DocumentDraw.IsMax() = false ) then + DocumentDraw.Maximize() + Wait( 2000 ) + end if case "MASTERDOCUMENT" Kontext "DocumentMasterDoc" if gNoNewDoc = TRUE then @@ -111,10 +110,10 @@ sub hNewDocument ( optional bANewDoc ) sleep (1) if Navigator.Exists(5) then Navigator.Close Kontext "DocumentMasterDoc" - if ( DocumentMasterDoc.IsMax() = false ) then - DocumentMasterDoc.Maximize() - Wait( 2000 ) - end if + if ( DocumentMasterDoc.IsMax() = false ) then + DocumentMasterDoc.Maximize() + Wait( 2000 ) + end if case "MATH" Kontext "DocumentMath" if gNoNewDoc = TRUE then @@ -123,10 +122,10 @@ sub hNewDocument ( optional bANewDoc ) FileOpen "FileName", "private:factory/smath", "FrameName", "_default", "SynchronMode", TRUE end if Kontext "DocumentMath" - if ( DocumentMath.IsMax() = false ) then - DocumentMath.Maximize() - Wait( 2000 ) - end if + if ( DocumentMath.IsMax() = false ) then + DocumentMath.Maximize() + Wait( 2000 ) + end if case "HTML" Kontext "DocumentWriterWeb" if gNoNewDoc = TRUE then @@ -135,10 +134,10 @@ sub hNewDocument ( optional bANewDoc ) FileOpen "FileName", "private:factory/swriter/web", "FrameName", "_default", "SynchronMode", TRUE end if Kontext "DocumentWriterWeb" - if ( DocumentWriterWeb.IsMax() = false ) then - DocumentWriterWeb.Maximize() - Wait( 2000 ) - end if + if ( DocumentWriterWeb.IsMax() = false ) then + DocumentWriterWeb.Maximize() + Wait( 2000 ) + end if case "DATABASE" FileOpen "FileName", "private:factory/sdatabase?Interactive", "FrameName", "_default", "SynchronMode", TRUE Kontext "DatabaseWizard" @@ -189,37 +188,55 @@ end sub '------------------------------------------------------------------------------- ' function hCreateLabels() as Boolean - '/// hCreateLabels : open the tab-dialog for making a new lable (file/new/lable) ///' - FileOpen "FileName", "private:factory/swriter?slot=21051", "FrameName", "_default", "SynchronMode", TRUE - Sleep (2) + + hCreateLabels() = false + + FileOpen( "FileName", "private:factory/swriter?slot=21051", "FrameName", "_default", "SynchronMode", TRUE ) + Kontext - Active.Setpage TabEtiketten - Kontext "TabEtiketten" - if Not TabEtiketten.Exists then - Warnlog "Dialog for Labels is not up!" - hCreateLabels = False + if ( Active.exists( 5 ) ) then + Active.setPage TabEtiketten + + if ( TabEtiketten.exists( 1 ) ) then + if ( Tabetiketten.isVisible() ) then + hCreateLabels() = true + else + warnlog( " is not visible" ) + endif + else + warnlog( " not open" ) + endif else - hCreateLabels = True + warnlog( "Failed to open " ) endif - Sleep (2) + end function ' '------------------------------------------------------------------------------- ' function hCreateBusinessCards() as Boolean - '/// hCreateBusinessCards : open the tab-dialog for making a new business card (file/new/business cards) ///' - FileOpen "FileName", "private:factory/swriter?slot=21052", "FrameName", "_default", "SynchronMode", TRUE - Sleep (2) + + hCreateBusinessCards() = false + + FileOpen( "FileName", "private:factory/swriter?slot=21052", "FrameName", "_default", "SynchronMode", TRUE ) + Kontext - Active.Setpage TabEtikettenMedium - Kontext "TabEtikettenMedium" - if Not TabEtikettenMedium.Exists then - Warnlog "Dialog for BusinessCards is not up!" - hCreateBusinessCards = False + if ( Active.exists( 5 ) ) then + Active.setPage TabEtikettenMedium + + if ( TabEtikettenMedium.exists( 1 ) ) then + if ( TabetikettenMedium.isVisible() ) then + hCreateBusinessCards() = true + else + warnlog( " is not visible" ) + endif + else + warnlog( " not open" ) + endif else - hCreateBusinessCards = True + warnlog( "Failed to open " ) endif - Sleep (2) + end function ' '------------------------------------------------------------------------------- @@ -231,301 +248,206 @@ function hCloseDocument() '/// Accept to lose changes' Kontext "Active" - if Active.Exists(2) then + if ( Active.Exists( 2 ) ) then try Active.No catch - Active.Click ( 202 ) + Active.Click( 202 ) endcatch end if - + '/// Wait for FileClose to complete' WaitSlot( 2000 ) - + end function ' '------------------------------------------------------------------------------- ' -sub gMouseClick ( X%, Y%, optional mb% ) - '/// gMouseClick ( x_Position, y-Position ) : make a mouseclick on the document (dependent on 'gApplication') ///' - '/// default left mousebutton will be used otherwise you can optionally give the mousebutton to press - '/// 1 = left mouse button - '/// 2 = left mouse button - '/// 3 = left mouse button +sub gMouseClick ( X%, Y%, optional _mousebutton ) - gApplication = gApplication + dim oDocument as object + dim mousebutton as integer - if IsMissing(mb%) then mb% = 1 + ' Handle infamous optional parameter + if ( IsMissing( _mousebutton ) ) then + mousebutton = 1 + else + mousebutton = _mousebutton + endif - select case gApplication - case "BACKGROUND" - Kontext "BACKGROUND" - autoexecute = false - Desktop.MouseDown ( X%, Y%, mb% ) - Desktop.MouseUp ( X%, Y%, mb% ) - autoexecute = true - case "CALC" - Kontext "DocumentCalc" - autoexecute = false - DocumentCalc.MouseDown ( X%, Y%, mb% ) - DocumentCalc.MouseUp ( X%, Y%, mb% ) - autoexecute = true - case "DRAW" - Kontext "DocumentDraw" - autoexecute=false - DocumentDraw.MouseDown ( X%, Y%, mb% ) - DocumentDraw.MouseUp ( X%, Y%, mb% ) - autoexecute=true - case "WRITER" - Kontext "DocumentWriter" - autoexecute=false - DocumentWriter.MouseDown ( X%, Y%, mb% ) - DocumentWriter.MouseUp ( X%, Y%, mb% ) - autoexecute=true - case "HTML" - Kontext "DocumentWriterWeb" - autoexecute=false - DocumentWriterWeb.MouseDown ( X%, Y%, mb% ) - DocumentWriterWeb.MouseUp ( X%, Y%, mb% ) - autoexecute=true - case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - autoexecute=false - DocumentMasterDoc.MouseDown ( X%, Y%, mb% ) - DocumentMasterDoc.MouseUp ( X%, Y%, mb% ) - autoexecute=true - case "IMPRESS" - Kontext "DocumentImpress" - autoexecute=false - DocumentImpress.MouseDown ( X%, Y%, mb% ) - DocumentImpress.MouseUp ( X%, Y%, mb% ) - autoexecute=true - case "MATH" - Kontext "DocumentMath" - autoexecute=false - DocumentMath.MouseDown ( X%, Y%, mb% ) - DocumentMath.MouseDown ( X%, Y%, mb% ) - autoexecute=true - case "CHART" - Kontext "DocumentChart" - autoexecute=false - DocumentChart.MouseDown ( X%, Y%, mb% ) - DocumentChart.MouseUp ( X%, Y%, mb% ) - autoexecute=true - end select - sleep (2) + hSetDocumentContext() ' set kontext to current document type + oDocument = hSetDocumentObject() ' get the current document object + + autoexecute = false + oDocument.MouseDown ( X%, Y%, mousebutton ) + oDocument.MouseUp ( X%, Y%, mousebutton ) + autoexecute = true + wait( 1000 ) + end sub ' '------------------------------------------------------------------------------- ' sub gMouseDoubleClick ( X%, Y% ) - '/// gMouseDoubleClick ( x_Position, y-Position ) : make a mouse-doubleclick on the document ( dependent on 'gApplication' ) ///' - gApplication = gApplication - select case gApplication - case "CALC" - Kontext "DocumentCalc" - DocumentCalc.MouseDoubleClick ( X%, Y% ) - case "DRAW" - Kontext "DocumentDraw" - DocumentDraw.MouseDoubleClick ( X%, Y% ) - case "BACKGROUND" - Kontext "BACKGROUND" - Desktop.MouseDoubleClick ( X%, Y% ) - case "WRITER" - Kontext "DocumentWriter" - DocumentWriter.MouseDoubleClick ( X%, Y% ) - case "HTML" - Kontext "DocumentWriterWeb" - DocumentWriterWeb.MouseDoubleClick ( X%, Y% ) - case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - DocumentMasterDoc.MouseDoubleClick ( X%, Y% ) - case "IMPRESS" - Kontext "DocumentImpress" - DocumentImpress.MouseDoubleClick ( X%, Y% ) - case "MATH" - Kontext "DocumentMath" - DocumentMath.MouseDoubleClick ( X%, Y% ) - end select - Sleep (2) + dim oDocument as object + + hSetDocumentContext() ' set kontext to current document type + oDocument = hSetDocumentObject() ' get the current document object + oDocument.MouseDoubleClick ( X%, Y% ) + wait( 1000 ) + end sub ' '------------------------------------------------------------------------------- ' sub gMouseMove ( BeginX%, BeginY%, EndX%, EndY% ) - '/// gMouseMove ( BeginX, BeginY, EndX, EndY ) : make a mousemove trom Bx,By to Ex,Ey on the document ( dependent on 'gApplication' ) ///' - gApplication = gApplication - select case gApplication - case "CALC" - Kontext "DocumentCalc" - DocumentCalc.MouseDown ( BeginX%, BeginY% ) - DocumentCalc.MouseMove ( EndX%, EndY%) - DocumentCalc.MouseUp ( EndX%, EndY% ) - case "DRAW" - Kontext "DocumentDraw" - DocumentDraw.MouseDown ( BeginX%, BeginY% ) - DocumentDraw.MouseMove ( EndX%, EndY% ) - DocumentDraw.MouseUp ( EndX%, EndY% ) - case "WRITER" - Kontext "DocumentWriter" - DocumentWriter.MouseDown ( BeginX%, BeginY% ) - DocumentWriter.MouseMove ( EndX%, EndY%) - DocumentWriter.MouseUp ( EndX%, EndY% ) - case "HTML" - Kontext "DocumentWriterWeb" - DocumentWriterWeb.MouseDown ( BeginX%, BeginY% ) - DocumentWriterWeb.MouseMove ( EndX%, EndY%) - DocumentWriterWeb.MouseUp ( EndX%, EndY% ) - case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - DocumentMasterDoc.MouseDown ( BeginX%, BeginY% ) - DocumentMasterDoc.MouseMove ( EndX%, EndY%) - DocumentMasterDoc.MouseUp ( EndX%, EndY% ) - case "IMPRESS" - Kontext "DocumentImpress" - DocumentImpress.MouseDown ( BeginX%, BeginY% ) - DocumentImpress.MouseMove ( EndX%, EndY%) - DocumentImpress.MouseUp ( EndX%, EndY% ) - case "MATH" - Kontext "DocumentMath" - DocumentMath.MouseDown ( BeginX%, BeginY% ) - DocumentMath.MouseMove ( EndX%, EndY%) - DocumentMath.MouseDown ( EndX%, EndY% ) - end select - Sleep (2) + dim oDocument as object + + hSetDocumentContext() ' set kontext to current document type + oDocument = hSetDocumentObject() ' get the current document object + oDocument.MouseDown ( BeginX%, BeginY% ) + oDocument.MouseMove ( EndX%, EndY%) + oDocument.MouseUp ( EndX%, EndY% ) + wait( 1000 ) + end sub ' '------------------------------------------------------------------------------- ' sub gMouseDown ( BeginX%, BeginY% ) - '/// gMouseDown ( x_Position, y-Position ) : make a mousedown on the document (dependent on 'gApplication') ///' - '///+ DON'T FORGETT to call gMouseUp ! ///' - gApplication = gApplication - select case gApplication - case "CALC" - Kontext "DocumentCalc" - DocumentCalc.MouseDown ( BeginX%, BeginY% ) - case "DRAW" - Kontext "DocumentDraw" - DocumentDraw.MouseDown ( BeginX%, BeginY% ) - case "WRITER" - Kontext "DocumentWriter" - DocumentWriter.MouseDown ( BeginX%, BeginY% ) - case "HTML" - Kontext "DocumentWriterWeb" - DocumentWriterWeb.MouseDown ( BeginX%, BeginY% ) - case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - DocumentMasterDoc.MouseDown ( BeginX%, BeginY% ) - case "IMPRESS" - Kontext "DocumentImpress" - DocumentImpress.MouseDown ( BeginX%, BeginY% ) - case "MATH" - Kontext "DocumentMath" - DocumentMath.MouseDown ( BeginX%, BeginY% ) - end select - Sleep (2) + dim oDocument as object + + hSetDocumentContext() ' set kontext to current document type + oDocument = hSetDocumentObject() ' get the current document object + oDocument.MouseDown ( BeginX%, BeginY% ) + wait( 300 ) + end sub ' '------------------------------------------------------------------------------- ' sub gMouseMove2 ( EndX%, EndY% ) - '/// gMouseMove2 ( x_Position, y-Position ) : move the pointer to position on the document (dependent on 'gApplication') ///' - gApplication = gApplication - select case gApplication - case "CALC" - Kontext "DocumentCalc" - DocumentCalc.MouseMove ( EndX%, EndY%) - case "DRAW" - Kontext "DocumentDraw" - DocumentDraw.MouseMove ( EndX%, EndY% ) - case "WRITER" - Kontext "DocumentWriter" - DocumentWriter.MouseMove ( EndX%, EndY%) - case "HTML" - Kontext "DocumentWriterWeb" - DocumentWriterWeb.MouseMove ( EndX%, EndY%) - case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - DocumentMasterDoc.MouseMove ( EndX%, EndY%) - case "IMPRESS" - Kontext "DocumentImpress" - DocumentImpress.MouseMove ( EndX%, EndY%) - case "MATH" - Kontext "DocumentMath" - DocumentMath.MouseMove ( EndX%, EndY%) - end select - Sleep (2) + dim oDocument as object + + hSetDocumentContext() ' set kontext to current document type + oDocument = hSetDocumentObject() ' get the current document object + oDocument.MouseMove ( EndX%, EndY%) + wait( 300 ) + end sub ' '------------------------------------------------------------------------------- ' sub gMouseUp ( EndX%, EndY% ) - '/// gMouseUp ( x_Position, y-Position ) : make a release button on the document (dependent on 'gApplication') ///' - gApplication = gApplication - select case gApplication - case "CALC" - Kontext "DocumentCalc" - DocumentCalc.MouseUp ( EndX%, EndY% ) - case "DRAW" - Kontext "DocumentDraw" - DocumentDraw.MouseUp ( EndX%, EndY% ) - case "WRITER" - Kontext "DocumentWriter" - DocumentWriter.MouseUp ( EndX%, EndY% ) - case "HTML" - Kontext "DocumentWriterWeb" - DocumentWriterWeb.MouseUp ( EndX%, EndY% ) - case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - DocumentMasterDoc.MouseUp ( EndX%, EndY% ) - case "IMPRESS" - Kontext "DocumentImpress" - DocumentImpress.MouseUp ( EndX%, EndY% ) - case "MATH" - Kontext "DocumentMath" - DocumentMath.MouseUp ( EndX%, EndY% ) - end select - Sleep (2) + dim oDocument as object + + hSetDocumentContext() ' set kontext to current document type + oDocument = hSetDocumentObject() ' get the current document object + oDocument.MouseUp ( EndX%, EndY% ) + wait( 300 ) + end sub ' '------------------------------------------------------------------------------- ' -sub hTypeKeys ( OutputText , optional iLoop as Integer ) - '/// hTypeKeys ( OutputText , optional iLoop as Integer ): type the keys in 'outputtext' 'iLoop' times ///' - Dim i as integer - - If IsMissing(iLoop) = True then iLoop = 1 - For i = 1 to iLoop - Select Case Ucase(gApplication) - Case "WRITER" - Kontext "DocumentWriter" - DocumentWriter.TypeKeys OutputText - Case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - DocumentMasterDoc.TypeKeys OutputText - Case "HTML" - Kontext "DocumentWriterWeb" - DocumentWriterWeb.TypeKeys OutputText - case "CALC" - Kontext "DocumentCalc" - DocumentCalc.TypeKeys OutputText - case "DRAW" - Kontext "DocumentDraw" - DocumentDraw.TypeKeys OutputText - case "IMPRESS" - Kontext "DocumentImpress" - DocumentImpress.TypeKeys OutputText - case "MATH" - Kontext "DocumentMath" - DocumentMath.TypeKeys OutputText - end select - wait 500 - next i +sub hTypeKeys ( OutputText , optional _iLoop as Integer ) + + dim iRepeat as integer + dim iLoop as integer + dim oDocument as object + + ' Handle infamous optional parameter + If ( IsMissing( _iLoop ) ) then + iLoop = 1 + else + iLoop = _iLoop + endif + + hSetDocumentContext() ' set kontext to current document type + oDocument = hSetDocumentObject() ' Get the document object we want to write to + + for iRepeat = 1 to iLoop + oDocument.TypeKeys( OutputText ) + wait( 200 ) + next iRepeat + end sub +'******************************************************************************* + +function hSetDocumentContext() as string + + ' link gApplication to its document kontext + + dim cDocumentContext as string + + select case( gApplication ) + case "DRAW" : cDocumentContext = "DocumentDraw" + case "IMPRESS" : cDocumentContext = "DocumentImpress" + case "WRITER" : cDocumentContext = "DocumentWriter" + case "CALC" : cDocumentContext = "DocumentCalc" + case "MATH" : cDocumentContext = "DocumentMath" + case "HTML" : cDocumentContext = "DocumentWriterWeb" + case "MASTERDOCUMENT" : cDocumentContext = "DocumentMasterDoc" + case "CHART" : cDocumentContext = "DocumentChart" + case "BACKGROUND" : cDocumentContext = "Background" + case else : warnlog( "Unknown gApplication: " & gApplication ) + end select + + kontext cDocumentContext : hSetDocumentContext() = cDocumentContext + +end function + +'******************************************************************************* + +function hSetDocumentObject() as object + + ' link gApplication to its document object + + dim oDocumentObject as object + + select case( gApplication ) + Case "WRITER" : oDocumentObject = DocumentWriter + Case "MASTERDOCUMENT" : oDocumentObject = DocumentMasterDoc + Case "HTML" : oDocumentObject = DocumentWriterWeb + case "CALC" : oDocumentObject = DocumentCalc + case "DRAW" : oDocumentObject = DocumentDraw + case "IMPRESS" : oDocumentObject = DocumentImpress + case "MATH" : oDocumentObject = DocumentMath + case "CHART" : oDocumentObject = DocumentChart + case "BACKGROUND" : oDocumentObject = Desktop + case else : warnlog( "Unknown gApplication: " & gApplication ) + end select + + hSetDocumentObject() = oDocumentObject + +end function + +'******************************************************************************* + +function hSetDocumentFactory() as string + + ' link gApplication to its factory as used by FileOpen slot + + dim cDocumentFactory as string + + select case( gApplication ) + case "DRAW" : cDocumentFactory = "private:factory/sdraw" + case "IMPRESS" : cDocumentFactory = "private:factory/simpress" + case "WRITER" : cDocumentFactory = "private:factory/swriter" + case "CALC" : cDocumentFactory = "private:factory/scalc"" + case "MATH" : cDocumentFactory = "private:factory/smath" + case "HTML" : cDocumentFactory = "private:factory/swriter/web" + case "MASTERDOCUMENT" : cDocumentFactory = "private:factory/swriter/GlobalDocument" + case "DATABASE" : cDocumentFactory = "private:factory/sdatabase?Interactive" + case else : warnlog( "Unknown gApplication: " & gApplication ) + end select + + hSetDocumentFactory() = cDocumentFactory + +end function \ No newline at end of file -- cgit From 7a25023879e295335dca367a84caedff9ea1dc6f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 13:04:17 +0200 Subject: vitomation01: #i109562 - Replaced most functions with simpler ones, eliminated unnecessary sleeps etc. --- .../global/tools/includes/required/t_files.inc | 288 +++++++-------------- 1 file changed, 95 insertions(+), 193 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index 00c584400882..42b575c1187a 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -31,199 +31,125 @@ '* '\****************************************************************************** -function hGrafikEinfuegen ( Grafik$ ) as Boolean - '/// hGrafikEinfuegen hGraphicInsert - '/// A graphic will be inserted (not linked). - '/// Input: Filename with complete path - '/// Return: TRUE or FALSE if the graphic could be inserted or not. +function hGrafikEinfuegen( cFile as string ) as Boolean - Dim DieDatei as String - Dim IsActive as Boolean + hGrafikEinfuegen() = hInsertGraphic( cFile, "Static" ) + exit function + +end function - DieDatei = ConvertPath ( Grafik$ ) +'******************************************************************************* - InsertGraphicsFromFile - WaitSlot() +function hGrafikVerknuepftEinfuegen( cFile as string ) as Boolean - Kontext - If Active.Exists(1) then - warnlog " Hinweis: " & Active.GetText - Active.Ok - End If + hGrafikVerknuepftEinfuegen() = hInsertGraphic( cFile, "Linked" ) + exit function +end function - Kontext "GrafikEinfuegenDlg" - if ( GrafikEinfuegenDlg.exists( 2 ) ) then +'******************************************************************************* - Vorschau.Uncheck - if gApplication <> "HTML" then - Verknuepfen.UnCheck - end if +function hInsertGraphic( byval cFile as string, byval cMode as string ) as boolean - Dateiname.SetText DieDatei - DateiTyp.Select 1 ' set the filter to 'all formats' - Oeffnen.Click + ' Insert a graphic file to the current document either linked or static + ' cFile: Fully qualified path to the file to be inserted + ' cMode: Supply "Linked" to link, empty string or anything else is static - Kontext "Active" - if Active.Exists(2) then - Warnlog " Hinweis: " & Active.GetText - try - Active.OK - catch - try - Active.Yes - catch - Active.Cancel - endcatch - endcatch - Kontext "GrafikEinfuegenDlg" - if GrafikEinfuegenDlg.Exists then - GrafikEinfuegenDlg.Cancel - GarfikEinfuegenDlg.notExists( 4 ) - endif - else - hGrafikEinfuegen = IsImageLoaded - end if - else - warnlog( "Insert graphics dialog not open" ) - endif - -end function -' -'------------------------------------------------------------------------------- -' -function hGrafikVerknuepftEinfuegen ( Grafik$ ) as Boolean - '/// hGrafikEinfuegenEinfuegen hGraphicInsertLinked - '/// A graphic will be inserted LINKED - '/// Input: Filename with complete path - '/// Return: TRUE or FALSE if the graphic could be inserted or not. - Dim DieDatei as String - Dim IsActive as Boolean - - DieDatei = ConvertPath ( Grafik$ ) - - InsertGraphicsFromFile - WaitSlot() - - Kontext - If Active.Exists(1) then - warnlog " Hinweis: " & Active.GetText - Active.Ok - End If - Kontext "GrafikEinfuegenDlg" - if ( GrafikEinfuegenDlg.exists( 1 ) ) then - - Vorschau.UnCheck - if gApplication <> "HTML" AND gApplication <> "HTML" then - Verknuepfen.Check - end if + ' In difference to the older functions (GrafikEinfuegen etc.) this function + ' does provide a working returnvalue and does not secretly hide warnings and + ' errors. It does not set the file type. - Dateiname.SetText DieDatei - DateiTyp.Select 1 ' set the filter to 'all formats' - Oeffnen.Click + ' Make hFileWait() complain about any messageboxes + const SHOW_WARNINGS = true - Kontext "Active" - if Active.Exists(2) then - Warnlog " Hinweis: " + Active.GetText - try - Active.OK - catch - Active.Yes - endcatch - Kontext "GrafikEinfuegenDlg" - if GrafikEinfuegenDlg.Exists then - GrafikEinfuegenDlg.Cancel + ' Find out whether we link the file or not + dim bLinked as boolean : bLinked = false + if ( lcase( cMode ) = "linked" ) then bLinked = true + + hInsertGraphic() = false + cFile = convertpath( cFile ) + + if ( FileExists( cFile ) ) then + InsertGraphicsFromFile + + kontext "GrafikEinfuegenDlg" + if ( GrafikEinfuegenDlg.exists( 3 ) ) then + + Vorschau.unCheck() + if ( Verknuepfen.isEnabled() ) then + if ( bLinked ) then + Verknuepfen.check() + else + Verknuepfen.unCheck() + endif endif + + DateiName.setText( cFile ) + Oeffnen.click() + + if ( hFileWait( SHOW_WARNINGS ) >= 0 ) then hInsertGraphic() = true + else - hGrafikVerknuepftEinfuegen = IsImageLoaded - end if + warnlog( "hInsertGraphic(): Failed to open dialog" ) + endif else - 'GrafikEinfuegenDlg not open + warnlog( "hInsertGraphic(): File does not exist: " & cFile ) endif + end function -' -'------------------------------------------------------------------------------- -' -function hIsNamedDocLoaded (ShouldFile as String, optional bSilent as boolean) as Boolean - dim sTemp as string - '/// hIsNamedDocLoaded ///' - '/// !fails always if a template is loaded, because you have to set a new filename in the save-dialog -> not usable in this case ! ///' - '/// Input: name of loaded file; Output: True/False ///' - '///+' if a doc got loaded, the filename in a 'SaveAs' Dlg is different from "" /// - '///+' usually the file name of the loaded document with an changed extension chosen from SO /// - - if (isMissing(bSilent)) then - bSilent = False - endif +'******************************************************************************* - hIsNamedDocLoaded = FALSE ' Let's start WorstCase :-( - FileSaveAs - Kontext "SpeichernDlg" - If DateiOhneExt(DateiExtract(Dateiname.GetSelText)) = DateiOhneExt(DateiExtract(ShouldFile)) Then - hIsNamedDocLoaded = True - Else - sTemp = left(right(ShouldFile,2),1) ' get the 2nd last character ' vor;dot;sti;pot;std;xlt - if (((sTemp="o") or (sTemp="t") or (sTemp="l")) and ((left(right(ShouldFile,4),1)=".") or (left(right(ShouldFile,5),1)="."))) then - hIsNamedDocLoaded = TRUE ' exception! for linux! and MS-Office Templates - else - if ((Dateiname.GetSeltext = "") and not bSilent) then - Warnlog "Default filename is empty!"+left(right(ShouldFile,3),1) - endif - endif - End If - SpeichernDlg.Cancel -end function -' -'------------------------------------------------------------------------------- -' -function IsImageLoaded +function hIsNamedDocLoaded( cFileName as string ) as boolean -' used by: -' - hGrafikEinfuegen = IsImageLoaded -' - hGrafikVerknuepftEinfuegen = IsImageLoaded + ' Retrieve the current filename from the document properties - which in + ' comparision to the old approach to retrive the name from the file save + ' dialog - gives us the file including its extension. So we only need + ' to compare the last characters from a full path to be relatively + ' certain that we work with the correct file. There is some small margin of + ' error, though. - '/// IsImageLoaded - '/// Wait until images in document are loaded - Dim i% : Dim Herbert as Boolean + const CFN = "global::tools::includes::required::hIsNamedDocumentLoaded(): " + const RC_FAILURE = -1 - Sleep 3 - for i%=1 to 20 - try - Herbert = IsDocImageLoading - catch - Herbert = FALSE - endcatch - if Herbert = TRUE then - i%=100 + dim cDocumentName as string + dim iDocumentNameLength as integer + + hIsNamedDocLoaded() = false + + if ( hUseAsyncSlot( "FileProperties" ) <> RC_FAILURE ) then + + kontext "TabDokument" + if ( TabDokument.exists( 2 ) ) then + + cDocumentName = DokumentName.getText() + iDocumentNameLength = len( cDocumentName ) + + if ( GVERBOSE ) then + printlog( CFN & "Expected file: " & cFileName ) + printlog( CFN & "Current file.: " & cDocumentName ) + printlog( CFN & "Comparing last " & iDocumentNameLength & " characters" ) + endif + + if ( right( cFileName, iDocumentNameLength ) = cDocumentName ) then + if ( GVERBOSE ) then printlog( CFN & "This is the expected file" ) + hIsNamedDocLoaded() = true + else + if ( GVERBOSE ) then printlog( CFN & "This is *not* the expected file" ) + endif + + hCloseDialog( TabDokument, "cancel" ) + else + warnlog( CFN & "Unable to open dialog " ) endif - Sleep (1) - next i% - if i<100 then - IsImageLoaded = FALSE else - IsImageLoaded = TRUE - end if -end function -' -'------------------------------------------------------------------------------- -' -function hGetUsedFilter () as string - - ' used in math and graphics modules - '/// Get used filter for loaded file. - try - FileSaveAs - Kontext "SpeichernDlg" - hGetUsedFilter = dateityp.getseltext - SpeichernDlg.Cancel - catch - hGetUsedFilter = "Not possible; try/catch fail in function" - endcatch + warnlog( CFN & "Unable to execute slot " ) + endif + end function -' -'------------------------------------------------------------------------------- -' + +'******************************************************************************* + function hExportAsPDFmulti (iTypeOfCall as integer, bExecute as boolean, sFileName as string, bAutoExtension as boolean, bOverwriteFile as boolean, iRange as integer, iConpression as integer, optional sRange as string) as boolean '/// Export a document to PDF with various options. '///+ INPUT @@ -580,30 +506,6 @@ function hFileOpen( cFile as string ) as boolean FileOpen( "URL", sFile, "FrameName", "_default" ) if ( hFileWait( FALSE ) >= 0 ) then hFileOpen() = TRUE -end function -' -'------------------------------------------------------------------------------- -' -function hFileReOpen( cFile as string ) as boolean - - const CFN = "global::tools::inc::t_files.inc::hFileReOpen(): " - dim iDocumentCount as integer : iDocumentCount = getDocumentCount - hFileReopen() = false - - hCloseDocument() - - if ( cFile = "" ) then - hNewDocument() - else - if ( FileExists( cFile ) ) then - hFileOpen( cFile ) - else - warnlog( CFN & "File does not exist: " & cFile ) - endif - endif - - if ( getDocumentCount = iDocumentCount ) then hFileReOpen() = true - end function ' '------------------------------------------------------------------------------- -- cgit From f0268ed20f3d195909b64b7801f843d1e6bb838c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 13:05:32 +0200 Subject: vitomation01: #i109562 - Added function hGetUsedFilter() - it retrieves the default filter for the current document from the FileSave dialog. This function was replicated multiple times across testautomation. --- .../global/tools/includes/required/t_filters.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) mode change 100644 => 100755 testautomation/global/tools/includes/required/t_filters.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_filters.inc b/testautomation/global/tools/includes/required/t_filters.inc old mode 100644 new mode 100755 index 21ba12af5363..f6a2beca6eb0 --- a/testautomation/global/tools/includes/required/t_filters.inc +++ b/testautomation/global/tools/includes/required/t_filters.inc @@ -516,4 +516,19 @@ function hGetSection( lsList() as string , iSectionBegin as integer , iSectionEn end function +'******************************************************************************* + +function hGetUsedFilter () as string + + ' used in math and graphics modules + '/// Get used filter for loaded file. + try + FileSaveAs + Kontext "SpeichernDlg" + hGetUsedFilter = dateityp.getseltext + SpeichernDlg.Cancel + catch + hGetUsedFilter = "Not possible; try/catch fail in function" + endcatch +end function -- cgit From 20ba9e3f3baba67a201356591d1db98c034a495e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 13:06:42 +0200 Subject: vitomation01: #i109562 - Code cleanup, fixed countless bogus functions, moved stuff to global, make tests use global functions where local copies existed. --- testautomation/graphics/tools/id_tools.inc | 1282 +++++++++++++------------- testautomation/graphics/tools/id_tools_2.inc | 913 +++++++++--------- 2 files changed, 1083 insertions(+), 1112 deletions(-) mode change 100755 => 100644 testautomation/graphics/tools/id_tools.inc mode change 100755 => 100644 testautomation/graphics/tools/id_tools_2.inc (limited to 'testautomation') diff --git a/testautomation/graphics/tools/id_tools.inc b/testautomation/graphics/tools/id_tools.inc old mode 100755 new mode 100644 index b0d5f1b84eaa..2940c0f35e3e --- a/testautomation/graphics/tools/id_tools.inc +++ b/testautomation/graphics/tools/id_tools.inc @@ -69,7 +69,7 @@ function GetDecimalSeperator ( sDummy$ ) as String printlog "Input : number with fractionmark from 'NumericField' as String " printlog "+ Output: '.' or ',' as String " dim i1, i2 as integer - + printlog "get position of fraction mark / get IT" i1 = instr (sDummy$, ",") i2 = instr (sDummy$, ".") @@ -88,10 +88,10 @@ function LiberalMeasurement ( sShould$, sActual$) as Boolean printlog "+ there are also some rounding errors because of the internal representatio of floating point numbers in computers " printlog "+ now lets try to get rid of them and have a nicer output in tests... " printlog " measurement units are defined in http://gsl.openoffice.org/source/browse/gsl/vcl/source/src/units.src " - + dim iTolerance as Double - LiberalMeasurement = False + LiberalMeasurement = False if (sShould$ = sActual$) then LiberalMeasurement = True @@ -103,12 +103,12 @@ function LiberalMeasurement ( sShould$, sActual$) as Boolean printlog "set factor for liberality" printlog "took units from http://gsl.openoffice.org/source/browse/gsl/vcl/source/src/units.src" select case GetMeasUnit(sShould$) - case "mm", "ミリ", "公厘" : iTolerance = 2.0 '01, 81, 88 - case "cm","センチ","厘米","公分" : iTolerance = 0.5 '01, 81, 86, 88 - case chr$(34) : iTolerance = 2.5 - case "pi","ピクセル" : iTolerance = 2.5 '01, 81 - case "pt", "ポイント" : iTolerance = 2.5 '01, 81 - case "" : iTolerance = 1.5 ' cm is presubposition in old functions + case "mm", "ミリ", "公厘" : iTolerance = 2.0 '01, 81, 88 + case "cm","センチ","厘米","公分" : iTolerance = 0.5 '01, 81, 86, 88 + case chr$(34) : iTolerance = 2.5 + case "pi","ピクセル" : iTolerance = 2.5 '01, 81 + case "pt", "ポイント" : iTolerance = 2.5 '01, 81 + case "" : iTolerance = 1.5 ' cm is presubposition in old functions case else iTolerance = 2.5 qaErrorLog "This Unit is not available in this function. '" + GetMeasUnit(sShould$) + "'" @@ -116,7 +116,7 @@ function LiberalMeasurement ( sShould$, sActual$) as Boolean printlog "have to get the measurem unit, cause the offset is different for each" printlog "!!! val(str()) is important because of double calculating actions !!! #110996#" if ( val(str(StrToDouble(sShould$)+iTolerance)) >= StrToDouble(sActual$) ) AND (val(str(StrToDouble ( sShould$ )-iTolerance)) <= StrToDouble ( sActual$ )) then - LiberalMeasurement = True + LiberalMeasurement = True else LiberalMeasurement = False end if @@ -162,53 +162,53 @@ function StrToDouble ( sWert$ ) as Double printlog "get rid of measure unit, the only single character is '' all others are two chars" printlog "there was a problem, if there is NO meas.unit!!" - if (isNumeric (sWert$) = FALSE) then - if ( StrComp (right (sWert$, 1), chr$(34) ) = 0 ) then - sDummy$ = Left ( sWert$, Len(sWert$)-1 ) - else - sDummy$ = Left ( sWert$, Len(sWert$)-2 ) - endif + if (isNumeric (sWert$) = FALSE) then + if ( StrComp (right (sWert$, 1), chr$(34) ) = 0 ) then + sDummy$ = Left ( sWert$, Len(sWert$)-1 ) else - sDummy$ = sWert$ + sDummy$ = Left ( sWert$, Len(sWert$)-2 ) endif + else + sDummy$ = sWert$ + endif printlog "get position of fraction mark" i1 = instr (sDummy$, ",") ' wrong output i2 = instr (sDummy$, ".") if i1 > i2 then i = i1 else i = i2 - printlog " in front of decimal seperator:" - try - a = val (left (sDummy$,i-1)) - catch + printlog " in front of decimal seperator:" + try + a = val (left (sDummy$,i-1)) + catch 'printlog sWert$ + ":" + sDummy$ + ":" + i + ":" + i1+ ":" + i2 - endcatch - printlog "after the decimal seperator" - n = (len (sDummy$)-i) - b = val (right (sDummy$, n) ) - c = b * 10 ^ -n - 'printlog "-------------- :"+sWert$ +" :'"+a+"' :"+n+" :"+b+" :'"+c+"':" - ' !!! val(str()) is important because of double calculating actions !!! #110996# - StrToDouble = val(str(a + c)) + endcatch + printlog "after the decimal seperator" + n = (len (sDummy$)-i) + b = val (right (sDummy$, n) ) + c = b * 10 ^ -n + 'printlog "-------------- :"+sWert$ +" :'"+a+"' :"+n+" :"+b+" :'"+c+"':" + ' !!! val(str()) is important because of double calculating actions !!! #110996# + StrToDouble = val(str(a + c)) end function '------------------------------------------------------------------------------- function fGetPositionX () as string - fGetPositionX = "" - try - ContextPositionAndSize - - kontext - active.SetPage TabPositionAndSize - kontext "TabPositionAndSize" - if ( TabPositionAndSize.exists( 5 ) ) then - fGetPositionX = PositionX.GetText() - TabPositionAndSize.OK() - else - warnlog( "Couldn't switch to " ) - endif - catch - warnlog "couldn't call 'ContextPositionAndSize' no object selected ?" - endcatch + fGetPositionX = "" + try + ContextPositionAndSize + + kontext + active.SetPage TabPositionAndSize + kontext "TabPositionAndSize" + if ( TabPositionAndSize.exists( 5 ) ) then + fGetPositionX = PositionX.GetText() + TabPositionAndSize.OK() + else + warnlog( "Couldn't switch to " ) + endif + catch + warnlog "couldn't call 'ContextPositionAndSize' no object selected ?" + endcatch end function @@ -219,13 +219,13 @@ function setStartCurrentPage(optional bState as boolean) as boolean ToolsOptions printlog "+ select in section 'Presentation' tabpage 'general' " hToolsOptions ("IMPRESS","General") - printlog "+ check the checkbox 'Always with current page' " - setStartCurrentPage = MitAktuellerSeite.isChecked - if bState then - MitAktuellerSeite.Check - else - MitAktuellerSeite.UnCheck - endif + printlog "+ check the checkbox 'Always with current page' " + setStartCurrentPage = MitAktuellerSeite.isChecked + if bState then + MitAktuellerSeite.Check + else + MitAktuellerSeite.UnCheck + endif Kontext "ExtrasOptionenDlg" printlog "+ close dialog 'Options - Presenation - General' with OK " hCloseDialog( ExtrasOptionenDlg, "ok" ) @@ -246,24 +246,24 @@ end function '------------------------------------------------------------------------------- function fMakeDocumentWritable() as boolean - printlog " make a document is writeable" + printlog( "Remove write protection from current file" ) Kontext "Standardbar" sleep ( 1 ) - if Bearbeiten.GetState(2) <> 1 then - Bearbeiten.Click - Kontext - if Active.Exists(1) then - Active.Yes - fMakeDocumentWritable = true - else - warnlog "No messagebox after making document editable?" - fMakeDocumentWritable = false - endif - else - printlog "Document is already writable." + if Bearbeiten.GetState(2) <> 1 then + Bearbeiten.Click + Kontext + if Active.Exists(1) then + Active.Yes fMakeDocumentWritable = true + else + warnlog "No messagebox after making document editable?" + fMakeDocumentWritable = false endif + else + printlog "Document is already writable." + fMakeDocumentWritable = true + endif end function @@ -273,38 +273,38 @@ function fGetSizeXY (sX as string, sY as string, bRetrieveOnly as boolean) as Bo const RC_FAILURE = -1 - dim sTx as string - dim sTy as string - - fGetSizeXY() = True - - if ( hUseAsyncSlot( "ContextPositionAndSize" ) <> RC_FAILURE ) then - - kontext - active.SetPage TabPositionAndSize - - kontext "TabPositionAndSize" - if ( TabPositionAndSize.exists( 2 ) ) then - sTx = Width.GetText() - sTy = Height.GetText() - hCloseDocument( TabPositionAndSize, "ok" ) - else - warnlog "Couldn't switch tab page :-( " - endif - - if ( bRetrieveOnly ) then ' Get the Values only - sY = sTy - sX = sTx - else ' Get the Values and compare them - if ( not LiberalMeasurement (sX,sTx) ) then - warnlog "width is different :-( should: '"+sX+"' is: '"+sTx+"'" + "eventually a result of i35519" - fGetSizeXY() = False - endif - if (not LiberalMeasurement (sY,sTy) ) then - warnlog "hight is different :-( should: '"+sY+"' is: '"+sTy+"'" + "eventually a result of i35519" - fGetSizeXY() = False - endif - endif + dim sTx as string + dim sTy as string + + fGetSizeXY() = True + + if ( hUseAsyncSlot( "ContextPositionAndSize" ) <> RC_FAILURE ) then + + kontext + active.SetPage TabPositionAndSize + + kontext "TabPositionAndSize" + if ( TabPositionAndSize.exists( 2 ) ) then + sTx = Width.GetText() + sTy = Height.GetText() + hCloseDialog( TabPositionAndSize, "ok" ) + else + warnlog "Couldn't switch tab page :-( " + endif + + if ( bRetrieveOnly ) then ' Get the Values only + sY = sTy + sX = sTx + else ' Get the Values and compare them + if ( not LiberalMeasurement (sX,sTx) ) then + warnlog "width is different :-( should: '"+sX+"' is: '"+sTx+"'" + "eventually a result of i35519" + fGetSizeXY() = False + endif + if (not LiberalMeasurement (sY,sTy) ) then + warnlog "hight is different :-( should: '"+sY+"' is: '"+sTy+"'" + "eventually a result of i35519" + fGetSizeXY() = False + endif + endif else warnlog( "Failed to open dialog" ) endif @@ -313,58 +313,68 @@ end function '------------------------------------------------------------------------- -function hCallExport ( HyWhatsYourName as String , sFilter as String, optional bSelection as boolean ) as Boolean - hCallExport = TRUE - Printlog "Will try to select export filter: '" + sFilter + "'" + "" - - if ( hUseAsyncSlot( "FileExport" ) = -1 ) then - warnlog( "Slot is blocked" ) - hCallExport() = false - exit function - endif - - Kontext "ExportierenDlg" - if ( ExportierenDlg.exists( 3 ) ) then - try - Dateityp.Select sFilter - catch - Warnlog "'" + sFilter + "' is missing!" - dim iAll, counter as integer - iAll = Dateityp.GetItemCount - printlog " List of entries in the menu:" - for counter = 1 to iAll - printlog " " + counter + "/" + iAll + ": " + Dateityp.GetItemText(counter) - next counter - hCallExport = FALSE - ExportierenDlg.Cancel - exit function - endcatch - if ((IsMissing(bSelection) = FALSE) AND (bSelection = TRUE)) then - sleep 2 - Selektion.Check - else - if (Selektion.isEnabled) then - Selektion.UnCheck - endif - endif - - if AutomatischeDateinamenserweiterung.Exists then - AutomatischeDateinamenserweiterung.check - endif - - Dateiname.SetText ( HyWhatsYourName ) - Speichern.Click - - kontext "AlienWarning" - if AlienWarning.exists(5) then - warnlog "#i41983# Alien Warning on export not allowed" - AlienWarning.OK - endif - Kontext "Active" - hCloseDialog( Active, "yes,optional" ) +function hCallExport ( cFileName as String , sFilter as String, optional bSelection as boolean ) as Boolean + + const RC_FAILURE = -1 + dim bExportSelectionOnly as boolean + + hCallExport() = false + + printlog( "Exporting file with provided filter" ) + + ' Handle infamous optional parameter + if ( IsMissing( bSelection ) ) then + bExportSelectionOnly = false + else + bExportSelectionOnly = bSelection + endif + + if ( hUseAsyncSlot( "FileExport" ) <> RC_FAILURE ) then + + Kontext "ExportierenDlg" + if ( ExportierenDlg.exists( 3 ) ) then + try + Dateityp.Select sFilter + + if ( selektion.exists() ) then + if ( selektion.isEnabled() ) then + if ( bExportSelectionOnly ) then + selektion.check() + else + selektion.unCheck() + endif + else + printlog( "Cannot set , it is disabled" ) + endif + else + if ( bExportSelectionOnly ) then + warnlog( "It was requested to export only the current selection but the option is disabled" ) + endif + endif + + AutomatischeDateinamenserweiterung.check() + Dateiname.SetText( cFileName ) + Speichern.Click() + + kontext "AlienWarning" + if AlienWarning.exists(5) then + warnlog "#i41983# Alien Warning on export not allowed" + hCloseDialog( AlienWarning, "ok" ) + endif + + Kontext "Active" + hCloseDialog( Active, "yes,optional" ) + + hCallExport = true + catch + warnlog( "Filter could not be selectd, it might be missing: " & sFilter ) + hCloseDialog( ExportierenDlg, "cancel" ) + endcatch + else + warnlog( " not open" ) + endif else - warnlog( " not open" ) - hCallExport() = false + warnlog( "Slot is blocked" ) endif end function @@ -372,18 +382,18 @@ end function '------------------------------------------------------------------------- function checkexppdfwaitmax10sec - dim i as integer + dim i as integer kontext "Standardbar" - i = 0 - do - i = i + 1 - sleep 1 - if (ExportAsPDF.isEnabled = TRUE) then i = 15 - loop while ((i < 15)) - if (ExportAsPDF.isEnabled = FALSE) then - Warnlog "ExportAsPDF was NOT ok. Waited " + i + " seconds." - endif - sleep (3) + i = 0 + do + i = i + 1 + sleep 1 + if (ExportAsPDF.isEnabled = TRUE) then i = 15 + loop while ((i < 15)) + if (ExportAsPDF.isEnabled = FALSE) then + Warnlog "ExportAsPDF was NOT ok. Waited " + i + " seconds." + endif + sleep (3) end function '------------------------------------------------------------------------------- @@ -399,21 +409,21 @@ end function '------------------------------------------------------------------------------- function fConvertBackslashToSlash (sInput as string) as string - dim i as integer - dim sTemp as string - dim sI as string - dim x as integer - - sTemp = "" - x = len (sInput) - for i = 1 to x - sI = mid(sInput, i, 1) - if (sI = "\") then - sI = "/" - endif - sTemp = sTemp + sI - next i - fConvertBackslashToSlash = sTemp + dim i as integer + dim sTemp as string + dim sI as string + dim x as integer + + sTemp = "" + x = len (sInput) + for i = 1 to x + sI = mid(sInput, i, 1) + if (sI = "\") then + sI = "/" + endif + sTemp = sTemp + sI + next i + fConvertBackslashToSlash = sTemp end function '------------------------------------------------------------------------------- @@ -437,13 +447,13 @@ function fSaveLoadAllFormats (NewFileDir as String) Dim iFileTypeCounter as Integer Dim SavedFile(30) as String Dim iCounter as Integer - + printlog "Save the document in different formats..." FileSaveAs kontext "ExportierenDlg" For iFileTypeCounter = 1 to Dateityp.GetItemCount sleep (1) - if iFileTypeCounter > 1 then + if iFileTypeCounter > 1 then WaitSlot (2000) FileSaveAs kontext "ExportierenDlg" @@ -484,38 +494,38 @@ function setCharacterLanguage(sLanguage as string) as boolean Kontext Messagebox.SetPage TabFont kontext "TabFont" - sleep 1 - printlog "sLanguage = " + sLanguage - if (bAsianLan) then 'Eastern languages 'OR - try - printlog "LanguageWest.GetSelText = " + LanguageWest.GetSelText - LanguageWest.select (sLanguage) 'East - catch - printlog "Language.GetSelText = " + Language.GetSelText - Language.select (sLanguage) 'East - endcatch + sleep 1 + printlog "sLanguage = " + sLanguage + if (bAsianLan) then 'Eastern languages 'OR + try + printlog "LanguageWest.GetSelText = " + LanguageWest.GetSelText + LanguageWest.select (sLanguage) 'East + catch + printlog "Language.GetSelText = " + Language.GetSelText + Language.select (sLanguage) 'East + endcatch - setCharacterLanguage = TRUE - elseif (iSprache = 07) then + setCharacterLanguage = TRUE + elseif (iSprache = 07) then + printlog "LanguageWest.GetSelText = " + LanguageWest.GetSelText + LanguageWest.select (sLanguage) + else + try printlog "LanguageWest.GetSelText = " + LanguageWest.GetSelText LanguageWest.select (sLanguage) - else - try - printlog "LanguageWest.GetSelText = " + LanguageWest.GetSelText - LanguageWest.select (sLanguage) - catch - printlog "Language.GetSelText = " + Language.GetSelText - Language.select (sLanguage) - endcatch - setCharacterLanguage = TRUE - end if + catch + printlog "Language.GetSelText = " + Language.GetSelText + Language.select (sLanguage) + endcatch + setCharacterLanguage = TRUE + end if TabFont.Ok sleep 1 end function '------------------------------------------------------------------------------- function toggleGermanSpellchecking as string - + printlog " activate old german spellchecking " printlog "+ Tools->Options " ToolsOptions @@ -575,23 +585,23 @@ function sAnalyseContextMenu(iItems as integer, optional iError as long) as inte printlog " If the string vnd.sun.search:SubMenu (the SunSearch-menu) is found in the menu, we'll skip that word. " - 'Get first entry. + 'Get first entry. f = MenuGetItemCommand (MenuGetItemID (1)) printlog "f = '" + f + "'." 'If it's "vnd.sun.search:SubMenu" , then skip the word. Printlog "Word not underlined, Search-Toolbar active." - if f <> "vnd.sun.search:SubMenu" then + if f <> "vnd.sun.search:SubMenu" then try ' WorkAround ## editcopy sCandidates(2) = getClipboardText() - ' printlog "******************* " + getclipboardtext() + ' printlog "******************* " + getclipboardtext() catch sCandidates(2) = "" - ' printlog "###################################################" + ' printlog "###################################################" endcatch ' if (1) is different from nonempty (2) then the wrong word is selected if (sCandidates(1) <> sCandidates(2)) then if ("" <> sCandidates(2)) then - ' printlog "############ " + sCandidates(1) + " ################## " + sCandidates(2) + " #####################" + ' printlog "############ " + sCandidates(1) + " ################## " + sCandidates(2) + " #####################" bDifferent = TRUE iError1 = iError1 + (2^i) else @@ -599,7 +609,7 @@ function sAnalyseContextMenu(iItems as integer, optional iError as long) as inte ' no word is selected... a) not underlined b) no context menu open end if else - ' printlog "******************* " + sCandidates(1) + ' printlog "******************* " + sCandidates(1) bDifferent = FALSE end if ' check if context menu opened @@ -612,11 +622,11 @@ function sAnalyseContextMenu(iItems as integer, optional iError as long) as inte bNoContextMenu = true iError2 = iError2 + (2^i) ' in writer it would work... :-( #i23568# - ' warnlog ""+i+" C: " + x + ";------ " + getClipboardText + " -------- " + ' warnlog ""+i+" C: " + x + ";------ " + getClipboardText + " -------- " endcatch ' if context menu open do.... if (not bNoContextMenu) then - ' printlog ""+i+" C: " + x + ";------ " + getClipboardText + " -------- " + hMenuItemGetText(1) + ' printlog ""+i+" C: " + x + ";------ " + getClipboardText + " -------- " + hMenuItemGetText(1) printlog " analyze context menu entries " for y = 1 to x z = hMenuGetItemId(y) @@ -628,12 +638,12 @@ function sAnalyseContextMenu(iItems as integer, optional iError as long) as inte printlog " close Context Menu " if (iSlot <> 10456) then if (not bDifferent) then ' WorkAround ## - ' qaerrorlog "" + iSlot + " UNDERLINED" + ' qaerrorlog "" + iSlot + " UNDERLINED" iTemp = iTemp + (2^i) end if call hMenuClose() else - ' printlog "" + iSlot + " not underlined" + ' printlog "" + iSlot + " not underlined" 'InsertSpecialCharacterDraw hMenuSelectNr(iSpecialCharacterEntry) ' because of bug #112919# kontext "Sonderzeichen" @@ -716,20 +726,20 @@ function fGetIntoDictionary as boolean dim bFound as boolean dim iBooks as integer dim i as integer - + iBooks = Benutzerwoerterbuch.GetItemCount i=0 bFound=TRUE while (bFound AND (i < iBooks)) - inc i - Benutzerwoerterbuch.select i - printlog Benutzerwoerterbuch.getSelText + i - try - Bearbeiten.Click - bFound = FALSE - catch - printLog "wIgLi" + i - endcatch + inc i + Benutzerwoerterbuch.select i + printlog Benutzerwoerterbuch.getSelText + i + try + Bearbeiten.Click + bFound = FALSE + catch + printLog "wIgLi" + i + endcatch wend fGetIntoDictionary = bFound end function @@ -737,10 +747,10 @@ end function '------------------------------------------------------------------------------- function hSelectInList (window, sEntry as String) as Boolean -printlog " alternativ method to 'hDoubleClickInList' (without mouse) " -printlog "+ window: name of list " -printlog "+ sEntry: string to find in list " -printlog "+ ReturnValue: if found: TRUE; else FALSE " + printlog " alternativ method to 'hDoubleClickInList' (without mouse) " + printlog "+ window: name of list " + printlog "+ sEntry: string to find in list " + printlog "+ ReturnValue: if found: TRUE; else FALSE " Dim i as Integer Dim sTemp as String Dim sLastTemp as String @@ -771,7 +781,7 @@ function hWalkTheStyles2 (atemp) dim itemp dim bSet dim aSettings(5,5) -' dim atemp + ' dim atemp printlog " Organizer " i=1 @@ -793,7 +803,7 @@ function hWalkTheStyles2 (atemp) atemp.check else -' aSettings(i,1).Uncheck + ' aSettings(i,1).Uncheck endif i=2 Kontext @@ -874,33 +884,33 @@ function hWalkTheStyles2 (atemp) Messagebox.setpage TabTabulator Kontext "TabTabulator" -' printlog " switch to tabpage 'Bullets' " -' Messagebox.SetPage TabBullet -' Kontext "TabBullet" -' sleep 1 -' Call DialogTest (TabBullet) -' sleep 1 -' Kontext -' printlog " switch to tabpage 'Numbering Type' " -' Messagebox.SetPage TabNumerierungsart -' Kontext "TabNumerierungsart" -' sleep 1 -' Call DialogTest (TabNumerierungsart) -' sleep 1 -' Kontext -' printlog " switch to tabpage 'Graphics' " -' Messagebox.SetPage TabGrafiken -' Kontext "TabGrafiken" -' sleep 1 -' Call DialogTest (TabGrafiken) -' sleep 1 -' Kontext -' printlog " switch to tabpage 'Customize' " -' Messagebox.SetPage TabOptionenNumerierung -' Kontext "TabOptionenNumerierung" -' sleep 1 -' Call DialogTest (TabOptionenNumerierung) -' sleep 1 + ' printlog " switch to tabpage 'Bullets' " + ' Messagebox.SetPage TabBullet + ' Kontext "TabBullet" + ' sleep 1 + ' Call DialogTest (TabBullet) + ' sleep 1 + ' Kontext + ' printlog " switch to tabpage 'Numbering Type' " + ' Messagebox.SetPage TabNumerierungsart + ' Kontext "TabNumerierungsart" + ' sleep 1 + ' Call DialogTest (TabNumerierungsart) + ' sleep 1 + ' Kontext + ' printlog " switch to tabpage 'Graphics' " + ' Messagebox.SetPage TabGrafiken + ' Kontext "TabGrafiken" + ' sleep 1 + ' Call DialogTest (TabGrafiken) + ' sleep 1 + ' Kontext + ' printlog " switch to tabpage 'Customize' " + ' Messagebox.SetPage TabOptionenNumerierung + ' Kontext "TabOptionenNumerierung" + ' sleep 1 + ' Call DialogTest (TabOptionenNumerierung) + ' sleep 1 end function '------------------------------------------------------------------------------- @@ -920,7 +930,7 @@ function fGetSlideNumber (optional sCompare as integer) as integer ViewNavigator sleep 3 printlog " check in list, if the page changed " - + else printlog "If Navigator is not open, opening it now." ViewNavigator @@ -947,28 +957,28 @@ function fGetSlideCount (optional iCount as integer) as integer printlog "+ output : number of slides in presentation " dim i as integer - printlog " open navigator " - Kontext "Navigator" - if Navigator.exists then - Printlog "Navigator: open :-)" - else - Printlog "Navigator: NOT available :-( will be opened now!" - ViewNavigator - endif - Sleep 1 - printlog " count rows in list of navigator: usually number of slides " - Kontext "NavigatorDraw" - i = Liste.GetItemCount - if (isMissing(iCount) = FALSE) then - if (i <> iCount) then - Warnlog "Error! Expected slides: '" + iCount + "'; but are '" + i +"'" - else - Printlog "ok" - endif - endif - printlog " close navigator " - ViewNavigator - fGetSlideCount = i + printlog " open navigator " + Kontext "Navigator" + if Navigator.exists then + Printlog "Navigator: open :-)" + else + Printlog "Navigator: NOT available :-( will be opened now!" + ViewNavigator + endif + Sleep 1 + printlog " count rows in list of navigator: usually number of slides " + Kontext "NavigatorDraw" + i = Liste.GetItemCount + if (isMissing(iCount) = FALSE) then + if (i <> iCount) then + Warnlog "Error! Expected slides: '" + iCount + "'; but are '" + i +"'" + else + Printlog "ok" + endif + endif + printlog " close navigator " + ViewNavigator + fGetSlideCount = i end function '------------------------------------------------------------------------------- @@ -981,115 +991,115 @@ function fGetSlideName (optional sCompare as string) as string printlog "+ EXIT: kontext on DocumentPresentation " Kontext "NavigatorDraw" - if NavigatorDraw.exists (5) then - sleep 3 - printlog "check in list, if the page changed" - fGetSlideName = Liste.GetSelText - else - warnlog "Navigator not open! in function fGetSlideName TBO" - Kontext "NavigatorDraw" - fGetSlideName = "" - endif - if (isMissing (sCompare) = False) then ' if optional parameter exists - printlog "fGetSlideName is: " & fGetSlideName - printlog "sCompare is: " & sCompare - if fGetSlideName <> sCompare then - warnlog " Slide Name is '" + fGetSlideName + "'; should be: '" + sCompare + "'" - endif - endif - Kontext "DocumentPresentation" + if NavigatorDraw.exists (5) then + sleep 3 + printlog "check in list, if the page changed" + fGetSlideName = Liste.GetSelText + else + warnlog "Navigator not open! in function fGetSlideName TBO" + Kontext "NavigatorDraw" + fGetSlideName = "" + endif + if (isMissing (sCompare) = False) then ' if optional parameter exists + printlog "fGetSlideName is: " & fGetSlideName + printlog "sCompare is: " & sCompare + if fGetSlideName <> sCompare then + warnlog " Slide Name is '" + fGetSlideName + "'; should be: '" + sCompare + "'" + endif + endif + Kontext "DocumentPresentation" end function '------------------------------------------------------------------------------ function fGetSetPageBackground (iSelect as integer, iWhere as integer) as integer - + printlog " Get or Set the Page Background via stylist (iWhere = 0) or format menue (...= 1) " printlog "+ if iSelect > 0 then set, else get " printlog "+ return selected color number or -1 on error " if (iWhere = 0) then - printlog " Stylist -> Background -> Kontext menu -> modify -> Area -> Color " - fGetSetPageBackground = -1 ' worst case - Kontext "Stylist" - if Stylist.NotExists (5) then - FormatStylist + printlog " Stylist -> Background -> Kontext menu -> modify -> Area -> Color " + fGetSetPageBackground = -1 ' worst case Kontext "Stylist" - if Stylist.NotExists (5) then warnlog "Could not open stylist :-(" - end if - Praesentationsvorlagen.Click - sleep 1 - Vorlagenliste.TypeKeys "" - hDoubleClickInList (vorlagenliste, glLocale(5), TRUE) - sleep 1 - vorlagenliste.OpenContextMenu - sleep 1 - hMenuSelectNr (1) - else - printlog " Format -> Page -> Background -> Color "'FormatPage - sleep 1 - try ' this was just paranoia to find a not mentioned messagebox - FormatSlideDraw + if Stylist.NotExists (5) then + FormatStylist + Kontext "Stylist" + if Stylist.NotExists (5) then warnlog "Could not open stylist :-(" + end if + Praesentationsvorlagen.Click + sleep 1 + Vorlagenliste.TypeKeys "" + hDoubleClickInList (vorlagenliste, glLocale(5), TRUE) + sleep 1 + vorlagenliste.OpenContextMenu + sleep 1 + hMenuSelectNr (1) + else + printlog " Format -> Page -> Background -> Color "'FormatPage + sleep 1 + try ' this was just paranoia to find a not mentioned messagebox + FormatSlideDraw catch - warnlog "slooooow slot TBO :-(" - exit function - endcatch - sleep 1 - Kontext - if (active.getrt = 373) then - Active.SetPage TabArea - else - warnlog active.getrt - if (active.getrt = 304) then - warnlog active.gettext - endif - endif ' paranoia end ---------------------------------------------- - endif - - kontext "TabArea" - if TabArea.exists then - FillOptions.Select 2 ' Select "Colour" - if (iSelect > 1) then ' Select the entry -' Color.Check - if (iSelect < ColourList.GetItemCount) then - ColourList.Select iSelect - else - warnlog "Select entry is larger than list :-(" - endif - fGetSetPageBackground = ColourList.GetSelIndex - if fGetSetPageBackground = 0 then - warnlog "There were no color selected in the list." - endif - TabArea.OK - sleep 2 - kontext - if (active.exists (2)) then - warnlog "active about : '" + active.gettext + "'" - active.yes - else - printlog "No message about 'changing the background for all pages ?' :-(" - endif - else ' yust read the selected entry - if FillOptions.GetSelIndex = 2 then + warnlog "slooooow slot TBO :-(" + exit function + endcatch + sleep 1 + Kontext + if (active.getrt = 373) then + Active.SetPage TabArea + else + warnlog active.getrt + if (active.getrt = 304) then + warnlog active.gettext + endif + endif ' paranoia end ---------------------------------------------- + endif + + kontext "TabArea" + if TabArea.exists then + FillOptions.Select 2 ' Select "Colour" + if (iSelect > 1) then ' Select the entry + ' Color.Check + if (iSelect < ColourList.GetItemCount) then + ColourList.Select iSelect + else + warnlog "Select entry is larger than list :-(" + endif fGetSetPageBackground = ColourList.GetSelIndex - TabArea.Cancel - else - warnlog "Can't get value, because something different than color is selected :-(" - endif - endif - else - kontext "TabFont" - if TabFont.exists then - Warnlog "Something wrong with the word " + glLocale(5) + ". It was either not found or wrong." - else - warnlog "Error: Can't get context menu ?" - endif - endif - - if (iWhere = 0) then + if fGetSetPageBackground = 0 then + warnlog "There were no color selected in the list." + endif + TabArea.OK + sleep 2 + kontext + if (active.exists (2)) then + warnlog "active about : '" + active.gettext + "'" + active.yes + else + printlog "No message about 'changing the background for all pages ?' :-(" + endif + else ' yust read the selected entry + if FillOptions.GetSelIndex = 2 then + fGetSetPageBackground = ColourList.GetSelIndex + TabArea.Cancel + else + warnlog "Can't get value, because something different than color is selected :-(" + endif + endif + else + kontext "TabFont" + if TabFont.exists then + Warnlog "Something wrong with the word " + glLocale(5) + ". It was either not found or wrong." + else + warnlog "Error: Can't get context menu ?" + endif + endif + + if (iWhere = 0) then sleep 1 ' ABSOLUT NECESSARY !!! (TBO) else crash on UNIX on following command!!!! FormatStylist ' closing - endif - sleep 4 + endif + sleep 4 end function '------------------------------------------------------------------------------ @@ -1099,31 +1109,31 @@ function CreateTextSetEffectAndAngle SetClipBoard "Revenue" DocumentImpress.TypeKeys "" SlideShowCustomAnimation - Kontext "Tasks" - WaitSlot (1000) - EffectAdd.Click - kontext - printlog " Switch to TabPage: Entrance " - active.setPage(TabEntrance) - kontext "TabEntrance" - if TabEntrance.exists(5) then - printlog " select in the listbox 'Effects' the second entry" - Effects.select (24) - printlog " select speed 'Fast' -> fourth item in list " - Speed.Select 2 - TabEntrance.OK - end if - kontext "tasks" - EffectStart.TypeKeys "" 'Select the second entry. + Kontext "Tasks" + WaitSlot (1000) + EffectAdd.Click + kontext + printlog " Switch to TabPage: Entrance " + active.setPage(TabEntrance) + kontext "TabEntrance" + if TabEntrance.exists(5) then + printlog " select in the listbox 'Effects' the second entry" + Effects.select (24) + printlog " select speed 'Fast' -> fourth item in list " + Speed.Select 2 + TabEntrance.OK + end if + kontext "tasks" + EffectStart.TypeKeys "" 'Select the second entry. - kontext "DocumentImpress" - FormatPositionAndSize - WaitSlot (1000) - kontext - active.setPage(TabDrehung) - kontext "TabDrehung" + kontext "DocumentImpress" + FormatPositionAndSize + WaitSlot (1000) + kontext + active.setPage(TabDrehung) + kontext "TabDrehung" - Winkel.TypeKeys "45" + Winkel.TypeKeys "45" TabDrehung.OK WaitSlot (1000) kontext "DocumentImpress" @@ -1137,29 +1147,29 @@ function fGetPresentationStyle (optional sCompare as integer) as integer printlog "+ RETURN: LAST CHARACTER of the actual selected style in the stylist " dim sTemp as integer dim sTemp0 as string - + sTemp = (-1) printlog " open stylist if not already open: Format->Stylist " kontext "Stylist" if (Stylist.exists = FALSE) then - try - FormatStylist - catch - sleep 1 - endcatch + try + FormatStylist + catch + sleep 1 + endcatch endif kontext "Stylist" if Stylist.exists(5) then - sTemp0 = Vorlagenliste.GetSeltext - sTemp = val(right (sTemp0, 1)) - if (isMissing (sCompare) = False) then ' if optional parameter exists - if sTemp <> sCompare then - Warnlog "Style Name's last character is '" + sTemp + "'; should be: '" + sCompare + "'" - endif - endif - FormatStylist + sTemp0 = Vorlagenliste.GetSeltext + sTemp = val(right (sTemp0, 1)) + if (isMissing (sCompare) = False) then ' if optional parameter exists + if sTemp <> sCompare then + Warnlog "Style Name's last character is '" + sTemp + "'; should be: '" + sCompare + "'" + endif + endif + FormatStylist else - Warnlog "The Stylist could not be opened for unknown reasons :-(" + Warnlog "The Stylist could not be opened for unknown reasons :-(" endif fGetPresentationStyle = sTemp end function @@ -1203,23 +1213,23 @@ function wIgnorierenlisteLoeschen as boolean exit function end if Kontext "BenutzerwoerterbuchBearbeiten" - sleep 1 - iBooks = Buch.GetItemCount - for i = 1 to iBooks - Buch.Select i - if Left$(Buch.GetSelText,13)="IgnoreAllList" then - sleep 2 - while (Loeschen.IsEnabled) - Loeschen.Click - sleep 1 - wend - end if - next i + sleep 1 + iBooks = Buch.GetItemCount + for i = 1 to iBooks + Buch.Select i + if Left$(Buch.GetSelText,13)="IgnoreAllList" then + sleep 2 + while (Loeschen.IsEnabled) + Loeschen.Click + sleep 1 + wend + end if + next i Kontext "BenutzerwoerterbuchBearbeiten" - BenutzerwoerterbuchBearbeiten.Cancel + BenutzerwoerterbuchBearbeiten.Cancel Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK - wIgnorierenlisteLoeschen = TRUE + ExtrasOptionenDlg.OK + wIgnorierenlisteLoeschen = TRUE end function '------------------------------------------------------------------------------- @@ -1238,121 +1248,121 @@ function optionstest dim etshap as integer dim etgt as integer - Kontext "Tasks" - EffectOptions.Click - kontext "TabEffect" - if TabEffect.Exists(5) then - optsound = Sound.GetItemCount - for os = 1 to optsound - Sound.Select os - kontext "OeffnenDlg" - if OeffnenDlg.Exists (5) then - filedialogue = TRUE - OeffnenDlg.Close - kontext "TabEffect" - else - kontext "TabEffect" - endif - next os - if AfterAnimation.isEnabled AND AfterAnimation.isVisible then - for oa = 1 to AfterAnimation.GetItemCount - AfterAnimation.Select oa - if DimColor.isEnabled then - for odc = 1 to DimColor.GetItemCount - DimColor.Select odc - next odc - endif - if DelayBetweenCharacters.isEnabled then - for odc = 1 to DelayBetweenCharacters.GetItemCount - DelayBetweenCharacters.Select odc - next odc - endif - next oa - else - if DelayBetweenCharacters.isEnabled then - for odc = 1 to DelayBetweenCharacters.GetItemCount - DelayBetweenCharacters.Select odc - next odc - endif - endif - for ota = 1 to TextAnimation.GetItemCount - TextAnimation.Select ota - next ota - printlog " switch to TabPage 'Timing' " - Kontext - Active.SetPage TabTiming - kontext "TabTiming" - if TabTiming.Exists(5) then - for ets = 1 to TimingStart.GetItemCount - TimingStart.Select ets - next ets - if Delay.isVisible AND Delay.isEnabled then - Delay.GetText - else - Warnlog "Delay in Effect Options were not to be found." - endif - if Speed.isVisible AND Speed.isEnabled then - for etspeed = 1 to Speed.GetItemCount - Speed.Select etspeed - next etspeed - else - printlog " No Speed-entry for this effect." - endif - if Repeat.isVisible AND Repeat.isEnabled then - for etrep = 1 to Speed.GetItemCount - Repeat.Select etrep - next etrep - else - Printlog "Repeat in Effect Options were not to be found." - endif - Rewind.Check - Rewind.UnCheck - TriggerAnimate.IsChecked - TriggerStart.IsChecked - if Shape.isVisible AND Shape.isEnabled then - for etshap = 1 to Shape.GetItemCount - Shape.Select etshap - next etshap - else - Warnlog "Shape in Effect Options were not to be found." - endif - else - warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: Timing TabPage didn't work." - endif - printlog " switch to TabPage 'Timing' " - Kontext - active.setPage TabTextAnimation - kontext "TabTextAnimation" - if TabTextAnimation.Exists(5) then - lala = GroupText.GetItemCount - for etgt = 1 to lala - GroupText.Select etgt - if AutomaticallyAfter.IsEnabled then - AutomaticallyAfter.Check - AutomaticallyAfter.TypeKeys "" - endif - if AnimateAttachedShape.IsEnabled then - AnimateAttachedShape.Check - if AnimateAttachedShape.IsChecked = FALSE then + Kontext "Tasks" + EffectOptions.Click + kontext "TabEffect" + if TabEffect.Exists(5) then + optsound = Sound.GetItemCount + for os = 1 to optsound + Sound.Select os + kontext "OeffnenDlg" + if OeffnenDlg.Exists (5) then + filedialogue = TRUE + OeffnenDlg.Close + kontext "TabEffect" + else + kontext "TabEffect" + endif + next os + if AfterAnimation.isEnabled AND AfterAnimation.isVisible then + for oa = 1 to AfterAnimation.GetItemCount + AfterAnimation.Select oa + if DimColor.isEnabled then + for odc = 1 to DimColor.GetItemCount + DimColor.Select odc + next odc + endif + if DelayBetweenCharacters.isEnabled then + for odc = 1 to DelayBetweenCharacters.GetItemCount + DelayBetweenCharacters.Select odc + next odc + endif + next oa + else + if DelayBetweenCharacters.isEnabled then + for odc = 1 to DelayBetweenCharacters.GetItemCount + DelayBetweenCharacters.Select odc + next odc + endif + endif + for ota = 1 to TextAnimation.GetItemCount + TextAnimation.Select ota + next ota + printlog " switch to TabPage 'Timing' " + Kontext + Active.SetPage TabTiming + kontext "TabTiming" + if TabTiming.Exists(5) then + for ets = 1 to TimingStart.GetItemCount + TimingStart.Select ets + next ets + if Delay.isVisible AND Delay.isEnabled then + Delay.GetText + else + Warnlog "Delay in Effect Options were not to be found." + endif + if Speed.isVisible AND Speed.isEnabled then + for etspeed = 1 to Speed.GetItemCount + Speed.Select etspeed + next etspeed + else + printlog " No Speed-entry for this effect." + endif + if Repeat.isVisible AND Repeat.isEnabled then + for etrep = 1 to Speed.GetItemCount + Repeat.Select etrep + next etrep + else + Printlog "Repeat in Effect Options were not to be found." + endif + Rewind.Check + Rewind.UnCheck + TriggerAnimate.IsChecked + TriggerStart.IsChecked + if Shape.isVisible AND Shape.isEnabled then + for etshap = 1 to Shape.GetItemCount + Shape.Select etshap + next etshap + else + Warnlog "Shape in Effect Options were not to be found." + endif + else + warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: Timing TabPage didn't work." + endif + printlog " switch to TabPage 'Timing' " + Kontext + active.setPage TabTextAnimation + kontext "TabTextAnimation" + if TabTextAnimation.Exists(5) then + lala = GroupText.GetItemCount + for etgt = 1 to lala + GroupText.Select etgt + if AutomaticallyAfter.IsEnabled then + AutomaticallyAfter.Check + AutomaticallyAfter.TypeKeys "" + endif + if AnimateAttachedShape.IsEnabled then + AnimateAttachedShape.Check + if AnimateAttachedShape.IsChecked = FALSE then Warnlog "AnimateAttachedShape should have been checked" - endif - endif - if InreverseOrder.IsEnabled then - InreverseOrder.Check - if InreverseOrder.IsChecked = FALSE then + endif + endif + if InreverseOrder.IsEnabled then + InreverseOrder.Check + if InreverseOrder.IsChecked = FALSE then Warnlog "InreverseOrder should have been checked" - endif - endif - next etgt - TabTextAnimation.Cancel - else - warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: TextAnimation TabPage didn't work." - endif + endif + endif + next etgt + TabTextAnimation.Cancel else - warnlog "Impress:Tasks Pane:Custom Animation:... button didn't work." + warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: TextAnimation TabPage didn't work." endif - Kontext "Tasks" - + else + warnlog "Impress:Tasks Pane:Custom Animation:... button didn't work." + endif + Kontext "Tasks" + end function '------------------------------------------------------------------------------- @@ -1371,124 +1381,124 @@ function optionstest2 dim etshap as integer dim etgt as integer - Kontext "Tasks" - EffectOptions.Click - kontext "TabEffect" - if TabEffect.Exists(5) then - Sound.Select 5 - sleep 4 - if Play.IsEnabled then - Play.Click - else - warnlog "Play should have been enabled after selecting a sound." - endif - AfterAnimation.Select 2 - if DimColor.isEnabled then - DimColor.Select 5 - else - Warnlog "DimColor should have been enabled" - endif - TextAnimation.Select 3 - if DelayBetweenCharacters.isEnabled then - DelayBetweenCharacters.More 5 - else - Warnlog "DelayBetweenCharacters should have been enabled" - endif - printlog " switch to TabPage 'Timing' " - Kontext - Active.SetPage TabTiming - kontext "TabTiming" - if TabTiming.Exists(5) then - TimingStart.Select 2 - if Delay.isVisible AND Delay.isEnabled then - Delay.More 5 - else - Warnlog "Delay in Effect Options were not to be found." - endif - if Speed.isVisible AND Speed.isEnabled then - Speed.Select 3 - else - Printlog "Speed in Effect Options were not to be found." - endif - if Repeat.isVisible then - if Repeat.isEnabled then + Kontext "Tasks" + EffectOptions.Click + kontext "TabEffect" + if TabEffect.Exists(5) then + Sound.Select 5 + sleep 4 + if Play.IsEnabled then + Play.Click + else + warnlog "Play should have been enabled after selecting a sound." + endif + AfterAnimation.Select 2 + if DimColor.isEnabled then + DimColor.Select 5 + else + Warnlog "DimColor should have been enabled" + endif + TextAnimation.Select 3 + if DelayBetweenCharacters.isEnabled then + DelayBetweenCharacters.More 5 + else + Warnlog "DelayBetweenCharacters should have been enabled" + endif + printlog " switch to TabPage 'Timing' " + Kontext + Active.SetPage TabTiming + kontext "TabTiming" + if TabTiming.Exists(5) then + TimingStart.Select 2 + if Delay.isVisible AND Delay.isEnabled then + Delay.More 5 + else + Warnlog "Delay in Effect Options were not to be found." + endif + if Speed.isVisible AND Speed.isEnabled then + Speed.Select 3 + else + Printlog "Speed in Effect Options were not to be found." + endif + if Repeat.isVisible then + if Repeat.isEnabled then for etrep = 1 to Speed.GetItemCount Repeat.Select etrep next etrep - else + else Warnlog "Repeat in Effect Options were not enabled." - endif - else - Warnlog "Repeat in Effect Options were not visible." - endif - if Rewind.isVisible then - if Rewind.isEnabled then + endif + else + Warnlog "Repeat in Effect Options were not visible." + endif + if Rewind.isVisible then + if Rewind.isEnabled then Rewind.Check - else + else Printlog "Rewind in Effect Options were not to be found." - endif - else - Printlog "Rewind in Effect Options were not to be found." - endif - if Rewind.isVisible then - if Rewind.isEnabled then + endif + else + Printlog "Rewind in Effect Options were not to be found." + endif + if Rewind.isVisible then + if Rewind.isEnabled then Rewind.Check Rewind.UnCheck - else + else Warnlog "Rewind in Effect Options were not enabled." - endif - else - Warnlog "Rewind in Effect Options were not visible." - endif - TriggerAnimate.IsChecked - TriggerStart.IsChecked - if Shape.isVisible then - if Shape.isEnabled then + endif + else + Warnlog "Rewind in Effect Options were not visible." + endif + TriggerAnimate.IsChecked + TriggerStart.IsChecked + if Shape.isVisible then + if Shape.isEnabled then for etshap = 1 to Shape.GetItemCount Shape.Select etshap next etshap - else + else Warnlog "Shape in Effect Options were not to be found." - endif - else - Warnlog "Shape in Effect Options were not to be found." - endif - else - warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: Timing TabPage didn't work." - endif - printlog " switch to TabPage 'Timing' " - Kontext - active.setPage TabTextAnimation - kontext "TabTextAnimation" - if TabTextAnimation.Exists(5) then - lala = GroupText.GetItemCount - for etgt = 1 to lala - GroupText.Select etgt - if AutomaticallyAfter.IsEnabled then - AutomaticallyAfter.Check - AutomaticallyAfter.TypeKeys "" - endif - if AnimateAttachedShape.IsEnabled then - AnimateAttachedShape.Check - if AnimateAttachedShape.IsChecked = FALSE then + endif + else + Warnlog "Shape in Effect Options were not to be found." + endif + else + warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: Timing TabPage didn't work." + endif + printlog " switch to TabPage 'Timing' " + Kontext + active.setPage TabTextAnimation + kontext "TabTextAnimation" + if TabTextAnimation.Exists(5) then + lala = GroupText.GetItemCount + for etgt = 1 to lala + GroupText.Select etgt + if AutomaticallyAfter.IsEnabled then + AutomaticallyAfter.Check + AutomaticallyAfter.TypeKeys "" + endif + if AnimateAttachedShape.IsEnabled then + AnimateAttachedShape.Check + if AnimateAttachedShape.IsChecked = FALSE then Warnlog "AnimateAttachedShape should have been checked" - endif - endif - if InreverseOrder.IsEnabled then - InreverseOrder.Check - if InreverseOrder.IsChecked = FALSE then + endif + endif + if InreverseOrder.IsEnabled then + InreverseOrder.Check + if InreverseOrder.IsChecked = FALSE then Warnlog "InreverseOrder should have been checked" - endif - endif - next etgt - TabTextAnimation.Cancel - else - warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: TextAnimation TabPage didn't work." - endif + endif + endif + next etgt + TabTextAnimation.Cancel else - warnlog "Impress:Tasks Pane:Custom Animation:... button didn't work." + warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: TextAnimation TabPage didn't work." endif - Kontext "Tasks" - + else + warnlog "Impress:Tasks Pane:Custom Animation:... button didn't work." + endif + Kontext "Tasks" + end function '------------------------------------------------------------------------------- diff --git a/testautomation/graphics/tools/id_tools_2.inc b/testautomation/graphics/tools/id_tools_2.inc old mode 100755 new mode 100644 index 3604875088a8..a081ff08028c --- a/testautomation/graphics/tools/id_tools_2.inc +++ b/testautomation/graphics/tools/id_tools_2.inc @@ -38,11 +38,11 @@ sub sFileExport Dim ExZaehler as Integer Dim ExPath as String Dim Liste( 50 ) as String - - if (gApplication = "IMPRESS") then - ExtensionString = "odp" + + if (gApplication = "IMPRESS") then + ExtensionString = "odp" else - ExtensionString = "odg" + ExtensionString = "odg" end if printlog "- all files are saved in [StarOfficePath]/user/work/[application]/export " @@ -50,19 +50,19 @@ sub sFileExport OutputGrafikTBO = ExPath & "expo" Printlog "Create the export-dir for the graphics ( + ExPath + )" try - app.mkDir ( ExPath ) - ExZaehler = GetFileList ( ExPath , "*.*" , Liste() ) - if ExZaehler <> 0 then - Printlog "The export-dir exists. The test want to delete all Files ( " + ExZaehler + " )!" - if KillFileList ( Liste() ) = FALSE then - Warnlog "Not all files can be deleted. " + ListCount ( Liste() ) + " files exists!" - end if - end if + app.mkDir ( ExPath ) + ExZaehler = GetFileList ( ExPath , "*.*" , Liste() ) + if ExZaehler <> 0 then + Printlog "The export-dir exists. The test want to delete all Files ( " + ExZaehler + " )!" + if KillFileList ( Liste() ) = FALSE then + Warnlog "Not all files can be deleted. " + ListCount ( Liste() ) + " files exists!" + end if + end if catch - Warnlog "An error at creating the export-dir, the test ends!" - exit sub + Warnlog "An error at creating the export-dir, the test ends!" + exit sub endcatch - + printlog "+ open the test document qatesttool/graphics/required/input/graphicexport.od ? ] " end sub @@ -82,22 +82,22 @@ sub sCheckCheck (i, Pruefung$, bEnabled) hTextrahmenErstellen (Pruefung$,20,20,60,40) select case i -' Disabled sCheckUnderlined due to start of external program (web-browser) - FHA - case 5: bEnabled 'sCheckUnderlined (bEnabled) - case 6: sCheckDash (bEnabled) - case 8: sCheckSupperscript (bEnabled) - case else: - hTypeKeys "" - EditCopy - if (GetClipboardText = Pruefung$) then ' not replaced - if bEnabled then ' not as expected - warnlog "- replacement failed" - endif - else ' replaced - if not bEnabled then ' not as expected - warnlog "- replacement failed : '" + Pruefung$ + "' - '" + GetClipboardText + "'" - endif + ' Disabled sCheckUnderlined due to start of external program (web-browser) - FHA + case 5: bEnabled 'sCheckUnderlined (bEnabled) + case 6: sCheckDash (bEnabled) + case 8: sCheckSupperscript (bEnabled) + case else: + hTypeKeys "" + EditCopy + if (GetClipboardText = Pruefung$) then ' not replaced + if bEnabled then ' not as expected + warnlog "- replacement failed" + endif + else ' replaced + if not bEnabled then ' not as expected + warnlog "- replacement failed : '" + Pruefung$ + "' - '" + GetClipboardText + "'" endif + endif end select hTypeKeys "" @@ -155,65 +155,65 @@ end sub '------------------------------------------------------------------------------- sub sPrintCheckOrder (optional bcheck as boolean) - dim sTemp as string - dim sTemp2 as string - dim i as integer - printlog " deselect all " - Printlog "-----------------------------------" - printlog " select in default order and take Position X in mind ;-) " - hTypeKeys ("") - for i = 1 to 3 - hTypeKeys ("") - sTemp = fGetPositionX() - Printlog " - " + i +": " + sTemp - if ((isMissing(bcheck) <> FALSE) AND (bcheck = TRUE)) then - Select Case i + dim sTemp as string + dim sTemp2 as string + dim i as integer + printlog " deselect all " + Printlog "-----------------------------------" + printlog " select in default order and take Position X in mind ;-) " + hTypeKeys ("") + for i = 1 to 3 + hTypeKeys ("") + sTemp = fGetPositionX() + Printlog " - " + i +": " + sTemp + if ((isMissing(bcheck) <> FALSE) AND (bcheck = TRUE)) then + Select Case i Case 1: sTemp2 = Ueber_Text_1 Case 2: sTemp2 = Ueber_Text_2 Case 3: sTemp2 = Ueber_Text_3 - End Select - if sTemp <> sTemp2 then - warnlog " + " + i + " Arrangement is wrong; is: "+sTemp+"; should: "+sTemp2+";" - end if - endif - next i - hTypeKeys ("") - Printlog "-----------------------------------" + End Select + if sTemp <> sTemp2 then + warnlog " + " + i + " Arrangement is wrong; is: "+sTemp+"; should: "+sTemp2+";" + end if + endif + next i + hTypeKeys ("") + Printlog "-----------------------------------" end sub '--------------------------- Tests for Writer ---------------------------------- sub writertest - try - call Make_And_Check_Formatted_Text_Line_From_Application - catch - warnlog "Something went wrong with testing writertest" - endcatch - - try - call Make_Rectangle_From_Application - call Full_test_Draw - call Full_test_Impress - call Full_test_Writer - call Full_test_Calc - catch - warnlog "something wrong with testing writertest" - endcatch + try + call Make_And_Check_Formatted_Text_Line_From_Application + catch + warnlog "Something went wrong with testing writertest" + endcatch + + try + call Make_Rectangle_From_Application + call Full_test_Draw + call Full_test_Impress + call Full_test_Writer + call Full_test_Calc + catch + warnlog "something wrong with testing writertest" + endcatch end sub ' big one '---------------------------- Tests for Calc ----------------------------------- sub calctest -try - call Make_Rectangle_From_Application - call Full_test_Draw - call Full_test_Impress - call Full_test_Writer - call Full_test_Calc -catch - warnlog "something wrong with calctest" -endcatch - printlog "currently no specific tests from Calc" + try + call Make_Rectangle_From_Application + call Full_test_Draw + call Full_test_Impress + call Full_test_Writer + call Full_test_Calc + catch + warnlog "something wrong with calctest" + endcatch + printlog "currently no specific tests from Calc" end sub '------------------------------------------------------------------------------- @@ -222,146 +222,116 @@ sub tClipboardFromDrawTest EnableQAErrors = false FromApp2 = gApplication printlog "gApplication = " + gApplication + + select case( gApplication ) + case "WRITER" : call writertest() + case "CALC" : call calctest() + case else : warnlog( "Unsupported gApplication provided: " & gApplication ) + end select - if gApplication = "WRITER" then - call writertest - exit sub - end if - - if gApplication = "CALC" then - call calctest - exit sub - end if end sub '------------------------------------------------------------------------------- sub Select_Copy - printlog " Select and copy " - Sleep 10 - if gApplication = "DRAW" then - EditSelectAll - printlog " We just ran EditSelectAll - Application is Draw" - end if - if gApplication = "IMPRESS" then - EditSelectAll - printlog " We just ran EditSelectAll - Application is Impress" - end if - Sleep 2 - EditCopy - Sleep 2 - printlog " Copied object" + hUseAsyncSlot( "EditSelectAll" ) + hUseAsyncSlot( "EditCopy" ) + end Sub '------------------------------------------------------------------------------- sub SaveMeasurementSetFirst - if (gApplication = "DRAW") then - sApplication = "DRAWING" - elseIf (gApplication = "IMPRESS") then - sApplication = "IMPRESS" - elseIf (gApplication = "WRITER") then - sApplication = "WRITER" - elseIf (gApplication = "CALC") then - sApplication = "CALC" - endif + select case( gApplication ) + case "DRAW" : sApplication = "DRAWING" + case "IMPRESS" : sApplication = "IMPRESS" + case "WRITER" : sApplication = "WRITER" + case "CALC" : sApplication = "CALC" + case else : printlog( "Provided gApplication is not supported: " & gApplication ) + end select + printlog " - save states " ToolsOptions - hToolsOptions (sApplication,"General") - ReferenceOld = Masseinheit.GetSelText - Masseinheit.TypeKeys= "" '(first entry) - ReferenceNew = Masseinheit.GetSelText - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK + hToolsOptions (sApplication,"General") + ReferenceOld = Masseinheit.GetSelText + Masseinheit.TypeKeys= "" '(first entry) + ReferenceNew = Masseinheit.GetSelText + Kontext "ExtrasOptionenDlg" + hCloseDialog( ExtrasOptionenDlg, "ok" ) + end Sub '------------------------------------------------------------------------------- sub MeasurementSetFirst dim f as integer - if (gApplication = "DRAW") then - sApplication = "DRAWING" - elseIf (gApplication = "IMPRESS") then - sApplication = "IMPRESS" - elseIf (gApplication = "WRITER") then - sApplication = "WRITER" - elseIf (gApplication = "CALC") then - sApplication = "CALC" - endif + + select case( gApplication ) + case "DRAW" : sApplication = "DRAWING" + case "IMPRESS" : sApplication = "IMPRESS" + case "WRITER" : sApplication = "WRITER" + case "CALC" : sApplication = "CALC" + case else : printlog( "Provided gApplication is not supported: " & gApplication ) + end select + ToolsOptions - hToolsOptions (sApplication,"General") - if Masseinheit.GetSelText <> ReferenceNew then 'find the right one. + hToolsOptions (sApplication,"General") + if Masseinheit.GetSelText <> ReferenceNew then 'find the right one. Masseinheit.TypeKeys "" for f = 1 to Masseinheit.GetItemCount if Masseinheit.GetSelText = ReferenceNew then - i = Masseinheit.GetItemCount 'find the right one. + i = Masseinheit.GetItemCount 'find the right one. else - Masseinheit.TypeKeys "" + Masseinheit.TypeKeys "" endif next f - endif - Kontext "ExtrasOptionenDlg" - ExtrasOptionenDlg.OK + endif + Kontext "ExtrasOptionenDlg" + hCloseDialog( ExtrasOptionenDlg, "ok" ) + end Sub '------------------------------------------------------------------------------- sub ResetMeasurement dim f as integer - if (gApplication = "DRAW") then - sApplication = "DRAWING" - elseIf (gApplication = "IMPRESS") then - sApplication = "IMPRESS" - elseIf (gApplication = "WRITER") then - sApplication = "WRITER" - elseIf (gApplication = "CALC") then - sApplication = "CALC" - endif + + select case( gApplication ) + case "DRAW" : sApplication = "DRAWING" + case "IMPRESS" : sApplication = "IMPRESS" + case "WRITER" : sApplication = "WRITER" + case "CALC" : sApplication = "CALC" + case else : printlog( "Provided gApplication is not supported: " & gApplication ) + end select + printlog " - Reset states back to what they were before " ToolsOptions - hToolsOptions (sApplication,"General") - if Masseinheit.GetSelText <> ReferenceOld then 'find the right one. + hToolsOptions (sApplication,"General") + if Masseinheit.GetSelText <> ReferenceOld then 'find the right one. Masseinheit.TypeKeys "" for f = 1 to Masseinheit.GetItemCount if Masseinheit.GetSelText = ReferenceOld then - i = Masseinheit.GetItemCount 'find the right one. + i = Masseinheit.GetItemCount 'find the right one. else - Masseinheit.TypeKeys "" + Masseinheit.TypeKeys "" endif next f - endif - Kontext "ExtrasOptionenDlg" + endif + Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.OK end Sub '------------------------------------------------------------------------------- sub SetKontextApplication - sleep 1 - Select Case gApplication - Case "DRAW" - Kontext "DocumentDraw" - 'Printlog "gApplication / Kontext is now: DocumentDraw" - sleep 1 - Case "IMPRESS" - Kontext "DocumentImpress" - 'Printlog "gApplication / Kontext is now is now: DocumentImpress" - sleep 1 - Case "WRITER" - Kontext "DocumentWriter" - 'Printlog "gApplication / Kontext is now is now: DocumentWriter" - sleep 1 - Case "CALC" - Kontext "DocumentCalc" - 'Printlog "gApplication / Kontext is now is now: DocumentCalc" - sleep 1 - end select - sleep 1 + + hSetDocumentContext() ' Global routinśe exists + end sub '------------------------------------------------------------------------------- sub hSetSpellHypLanguage -printlog " select a language with a dictionary, used for spellcheck, thesaurus and hyphenation " + printlog " select a language with a dictionary, used for spellcheck, thesaurus and hyphenation " dim sTrieit as string ' only for asian languages i need to set the default language for the current document to 'English(USA)' @@ -398,7 +368,7 @@ printlog " select a language with a dictionary, used for spellcheck, thesaurus a qaErrorLog "Sorry no spellbook found: id_tools.inc::hSetSpellHypLanguage" endif else - printlog " if a Language is already defined in the textfile " + printlog " if a Language is already defined in the textfile " printlog glLocale (4) try printlog " select it in section 'Default languages for document' listbox 'Western' " @@ -414,11 +384,11 @@ printlog " select a language with a dictionary, used for spellcheck, thesaurus a qaw = glLocale (4) endcatch endif - try - printlog "selected: '" + Westlich.GetSelText + "'" - catch - printlog "selected: '" + Asiatisch.GetSelText + "'" - endcatch + try + printlog "selected: '" + Westlich.GetSelText + "'" + catch + printlog "selected: '" + Asiatisch.GetSelText + "'" + endcatch Kontext "ExtrasOptionenDlg" printlog "+ close dialog 'Options - ' with OK " ExtrasOptionenDlg.OK @@ -428,7 +398,7 @@ end sub '------------------------------------------------------------------------------- sub hTBOtypeInDoc - hRechteckErstellen ( 10, 10, 30, 40 ) + hRechteckErstellen ( 10, 10, 30, 40 ) end sub '------------------------------------------------------------------------------- @@ -449,9 +419,9 @@ sub Position_Vergleichen (Ueber_Text_1 as string,Ueber_Text_2 as string,Ueber_Te if TabPositionAndSize.exists (5) then printlog "Yo!" printlog "What?" if Dummy_Text = Ueber_Text_1 then - Printlog Ueber_Text_2 + Printlog Ueber_Text_2 else - warnlog Ueber_Text_3,": is: ", Dummy_Text,"; should be: ", Ueber_Text_1 + warnlog Ueber_Text_3,": is: ", Dummy_Text,"; should be: ", Ueber_Text_1 end if end sub @@ -459,7 +429,7 @@ end sub sub g_demoguide printlog "------------------- g_demoguide.inc ------------------------" - + call t_Introduction call t_Interoperability call t_DrawingEngine @@ -486,107 +456,98 @@ end sub '------------------------------------------------------------------------------- sub mouseclickinpresentation - Kontext "DocumentPresentation" - autoexecute=false - DocumentPresentation.MouseDown ( 50, 50 ) - printlog " switch slides using mouse clicks " - DocumentPresentation.MouseUp ( 50, 50 ) - autoexecute=true + Kontext "DocumentPresentation" + autoexecute=false + DocumentPresentation.MouseDown ( 50, 50 ) + printlog " switch slides using mouse clicks " + DocumentPresentation.MouseUp ( 50, 50 ) + autoexecute=true end sub '------------------------------------------------------------------------------- -sub im_002_ +sub im_002 + printLog Chr(13) + "--------- im_002_ ---------- $Date: 2008-06-16 10:43:16 $ $Revision: 1.1 $ " - printLog Chr(13) + "--------- im_002_ ---------- $Date: 2008-06-16 10:43:16 $ $Revision: 1.1 $ " - - Call tiEditDeleteSlide + Call tiEditDeleteSlide end sub '------------------------------------------------------------------------------- -sub im_003_ - - printLog Chr(13) + "--------- im_003_ ----------" +sub im_003 + printLog Chr(13) + "--------- im_003_ ----------" Call tiViewMasterView Call tiViewSlideMaster Call tiViewPanes -'TODO: TBO not necessary here, move to optional + 'TODO: TBO not necessary here, move to optional Call tiViewToolbar_1 end sub '------------------------------------------------------------------------------- -sub im_004_ +sub im_004 + printLog Chr(13) + "--------- im_004_ ----------" - printLog Chr(13) + "--------- im_004_ ----------" - - Call tiInsertSlideExpandSummary + Call tiInsertSlideExpandSummary end sub '------------------------------------------------------------------------------- -sub im_005_ - - printLog Chr(13) + "--------- im_005_ ---------- " +sub im_005 + printLog Chr(13) + "--------- im_005_ ---------- " - Call tiFormatModifyLayout ' impress only + Call tiFormatModifyLayout ' impress only end sub '------------------------------------------------------------------------------- -sub im_007_ - - printLog Chr(13) + "--------- im_007_ ---------- " +sub im_007 + printLog Chr(13) + "--------- im_007_ ---------- " - Call tSlideShowSlideShow - Call tSlideShowRehearseTimings - Call tSlideShowSlideShowSettings - Call tSlideShowCustomSlideShow - Call tSlideShowSlideTransition + Call tSlideShowSlideShow + Call tSlideShowRehearseTimings + Call tSlideShowSlideShowSettings + Call tSlideShowCustomSlideShow + Call tSlideShowSlideTransition -Call tSlideShowShowHideSlide - Call tSlideShowAnimation - Call tSlideShowCustomAnimation - Call tSlideShowInteraction + Call tSlideShowShowHideSlide + Call tSlideShowAnimation + Call tSlideShowCustomAnimation + Call tSlideShowInteraction end sub '------------------------------------------------------------------------------- -sub im_011_ +sub im_011 + printLog Chr(13) + "--------- im_011_ ---------- " - printLog Chr(13) + "--------- im_011_ ---------- " - - Call tiDiaLeiste ' only IMPRESS + Call tiDiaLeiste ' only IMPRESS end sub '------------------------------------------------------------------------------- -sub D_002_ - - printLog Chr(13) + "--------- D_002_ ---------- " +sub D_002 + printLog Chr(13) + "--------- D_002_ ---------- " - Call tdEditCrossFading - Call tdEditLayer + Call tdEditCrossFading + Call tdEditLayer end sub '------------------------------------------------------------------------------- -sub D_003_ - - printLog Chr(13) + "--------- D_003_ ---------- " +sub D_003 + printLog Chr(13) + "--------- D_003_ ---------- " - call tdViewSlide - call tdViewPagePane + call tdViewSlide + call tdViewPagePane end sub '------------------------------------------------------------------------------- -sub D_005_ +sub D_005 + printLog Chr(13) + "--------- D_005_ ---------- " - printLog Chr(13) + "--------- D_005_ ---------- " - - call tiFormatLayer ' only in draw !!!!! + call tiFormatLayer ' only in draw !!!!! end sub '------------------------------------------------------------------------------- sub d_007 - printLog Chr(13) + "--------- d_007 ---------- " + printLog Chr(13) + "--------- d_007 ---------- " - call tdModifyRotate + call tdModifyRotate end sub '------------------------------------------------------------------------------- @@ -596,10 +557,10 @@ sub hOpenGallery ToolsGallery WaitSlot (2000) Kontext "Gallery" - if Gallery.NotExists(2) then - ToolsGallery - WaitSlot (2000) - end if + if Gallery.NotExists(2) then + ToolsGallery + WaitSlot (2000) + end if end sub '------------------------------------------------------------------------- @@ -615,27 +576,27 @@ sub LoadGraphic ( sFile as String, bOK as Boolean ) as boolean Kontext Active.SetPage TabType Kontext "TabType" - OriginalSize.Click - iW = Val ( makeNumOutOfText ( Width.GetText ) ) - iH = Val ( makeNumOutOfText ( Height.GetText ) - if instr ( sFile, "photo" ) <> 0 then - iWMax = 22 - iHMax = 25 - else - iWMax = 17 - iHMax = 25 - end if - if iW > iWMax OR iH > iHMax then - printlog sFile + " :" - warnlog "Size is too big ( max should be '" + iWMax + "' cm* '" + iHMax + "'cm DinA4 with default borders ), but it is '" + iW + "' * '" + iH + "'" - LoadGraphic = false - end if - TabType.OK - sleep (1) + OriginalSize.Click + iW = Val ( makeNumOutOfText ( Width.GetText ) ) + iH = Val ( makeNumOutOfText ( Height.GetText ) + if instr ( sFile, "photo" ) <> 0 then + iWMax = 22 + iHMax = 25 + else + iWMax = 17 + iHMax = 25 + end if + if iW > iWMax OR iH > iHMax then + printlog sFile + " :" + warnlog "Size is too big ( max should be '" + iWMax + "' cm* '" + iHMax + "'cm DinA4 with default borders ), but it is '" + iW + "' * '" + iH + "'" + LoadGraphic = false + end if + TabType.OK + sleep (1) Kontext "DocumentWriter" - DocumentWriter.TypeKeys "" - sleep (1) - bOK = TRUE + DocumentWriter.TypeKeys "" + sleep (1) + bOK = TRUE end sub '------------------------------------------------------------------------- @@ -663,30 +624,30 @@ end sub '------------------------------------------------------------------------- sub id_001 - printLog Chr(13) + "--------- id_001 ----------" - - qaerrorlog "#74988# tiFilePassword outcommented due to bug. -FHA" - call tiFilePassword - call tiFileSaveAs - call tiFileReload - call tiFileVersion - printlog " File->Send not possible to test, because extrnal prg get's called!" - call tiFileTemplates -' Call tiFileNew instead i call: - call tmFileNewFromTemplate - call tmFileOpen - call tmFileClose - call tmFileSave - call tmFileSaveAs - call tmFileExit - - call tmFileSaveAll - call tmFileProperties - call tdFileExport - call tmFilePrinterSetting - ' special cases - ' Call AutoPilot 'inc\desktop\autopilo.inc - call tmFileExit ' don't test because unpredictable behaviour + printLog Chr(13) + "--------- id_001 ----------" + + qaerrorlog "#74988# tiFilePassword outcommented due to bug. -FHA" + call tiFilePassword + call tiFileSaveAs + call tiFileReload + call tiFileVersion + printlog " File->Send not possible to test, because extrnal prg get's called!" + call tiFileTemplates + ' Call tiFileNew instead i call: + call tmFileNewFromTemplate + call tmFileOpen + call tmFileClose + call tmFileSave + call tmFileSaveAs + call tmFileExit + + call tmFileSaveAll + call tmFileProperties + call tdFileExport + call tmFilePrinterSetting + ' special cases + ' Call AutoPilot 'inc\desktop\autopilo.inc + call tmFileExit ' don't test because unpredictable behaviour end sub '------------------------------------------------------------------------------ @@ -714,73 +675,73 @@ end sub '------------------------------------------------------------------------- sub id_003 - printLog Chr(13) + "--------- id_003 ----------" + printLog Chr(13) + "--------- id_003 ----------" - call tiViewNavigator - call tiViewZoom - call tiViewToolbar - Call tToolsCustomize 'global\required\include - call tiViewDisplayQuality - call tiViewLayer - call tViewSnapLines - call tViewGrid + call tiViewNavigator + call tiViewZoom + call tiViewToolbar + Call tToolsCustomize 'global\required\include + call tiViewDisplayQuality + call tiViewLayer + call tViewSnapLines + call tViewGrid end sub '------------------------------------------------------------------------- sub id_004 - printLog Chr(13) + "--------- id_004 ----------" + printLog Chr(13) + "--------- id_004 ----------" - call tiInsertSlide - call tiInsertDuplicateSlide + call tiInsertSlide + call tiInsertDuplicateSlide ' v expand slide ' v summary slide - call tiInsertField - call tiInsertSpecialCharacter - call tiInsertHyperlink - call tiInsertScan - call tiInsertGraphic - call tiInsertObjectSound - call tiInsertObjectVideo - call tiInsertObjectSound - call tiInsertObjectVideo - call tiInsertChart - call tiInsertObjectOLEObjects - call tiInsertSpreadsheet - call tiInsertFormula - call tiInsertFloatingFrame - call tiInsertFile - call tiInsertPlugin - call tiInsertSnappointLine - call tdInsertLayer ' IMPRESS: Edit->Layer->Insert + call tiInsertField + call tiInsertSpecialCharacter + call tiInsertHyperlink + call tiInsertScan + call tiInsertGraphic + call tiInsertObjectSound + call tiInsertObjectVideo + call tiInsertObjectSound + call tiInsertObjectVideo + call tiInsertChart + call tiInsertObjectOLEObjects + call tiInsertSpreadsheet + call tiInsertFormula + call tiInsertFloatingFrame + call tiInsertFile + call tiInsertPlugin + call tiInsertSnappointLine + call tdInsertLayer ' IMPRESS: Edit->Layer->Insert end sub '------------------------------------------------------------------------------ sub id_005 - printLog Chr(13) + "--------- id_005 ----------" - - call tiFormatDefault - call tiFormatLine - call tdFormatArea - call tiFormatText - call tiFormatPositionAndSize - call tiFormatCharacter - call tiFormatControlForm -' ^ Form - call tiFormatDimensions - call tiFormatConnector - call tiFormat3D_Effects - call tiFormatNumberingBullets - call tiFormatCaseCharacter - call tiFormatParagraph - call tiFormatPage - call tiFormatStylesAndFormatting - call tiFormatStylesSlideDesign - call tiFormatFontwork - call tiFormatGroup - printlog " format->group is also modify->group " -' tiFormatLayer ' not in impress + printLog Chr(13) + "--------- id_005 ----------" + + call tiFormatDefault + call tiFormatLine + call tdFormatArea + call tiFormatText + call tiFormatPositionAndSize + call tiFormatCharacter + call tiFormatControlForm + ' ^ Form + call tiFormatDimensions + call tiFormatConnector + call tiFormat3D_Effects + call tiFormatNumberingBullets + call tiFormatCaseCharacter + call tiFormatParagraph + call tiFormatPage + call tiFormatStylesAndFormatting + call tiFormatStylesSlideDesign + call tiFormatFontwork + call tiFormatGroup + printlog " format->group is also modify->group " + ' tiFormatLayer ' not in impress end sub '------------------------------------------------------------------------------ @@ -791,14 +752,14 @@ sub id_006 call tiToolsSpellchecking call tiToolsSpellcheckingAutomatic call tiToolsThesaurus - call tiToolsHyphenation - call tiToolsAutoCorrect - call tChineseTranslation - call tiToolsMacro - call tiToolsGallery - call tiToolsEyedropper - call tiToolsOptions ' get just called one time here... - Call tToolsOptionsTest ' global one + call tiToolsHyphenation + call tiToolsAutoCorrect + call tChineseTranslation + call tiToolsMacro + call tiToolsGallery + call tiToolsEyedropper + call tiToolsOptions ' get just called one time here... + Call tToolsOptionsTest ' global one end sub '------------------------------------------------------------------------------- @@ -830,16 +791,16 @@ end sub '------------------------------------------------------------------------------- sub id_008 - printLog Chr(13) + "--------- id_008 ----------" + printLog Chr(13) + "--------- id_008 ----------" - Call tiWindowNewWindow - call tidWindow123 + Call tiWindowNewWindow + call tidWindow123 end sub '------------------------------------------------------------------------------ sub id_009 - printLog Chr(13) + "--------- id_009 ----------" + printLog Chr(13) + "--------- id_009 ----------" call tCheckIfTheHelpExists Call tmHelpContents @@ -855,159 +816,159 @@ sub id_011 printLog Chr(13) + "--------- id_011 ----------" - call tdBezierToolbar + call tdBezierToolbar call tiDrawObjectBar call tiTextToolbar call tiGraphicsObjectBar call tiGluepointToolbar - end sub +end sub '-------------------------------------------------------------------------------' sub hWalkTheStyles (optional a as integer,optional b as integer) dim i as integer - + if isMissing (a) then a=1 if isMissing (b) then b=2 i=1 if a <= i AND i <= b then - Kontext - printlog " switch to tabpage 'Line' " - Messagebox.SetPage TabLinie - kontext "TabLinie" - Call DialogTest ( TabLinie ) - Kontext - printlog " switch to tabpage 'Area' " - Messagebox.SetPage TabArea - kontext "TabArea" - Call DialogTest ( TabArea ) - printlog " select radio button 'none' " - NoFill.Check - Call DialogTest ( TabArea, 1 ) - printlog " select radio button 'color' " - Color.Check - Call DialogTest ( TabArea, 2 ) - printlog " select radio button 'gradient' " - Gradient.Check - Call DialogTest ( TabArea, 3 ) - printlog " select radio button 'hatching' " - Hatching.Check - Call DialogTest ( TabArea, 4 ) - printlog " select radio button 'bitmap' " - Bitmap.Check - Call DialogTest ( TabArea, 5 ) - Kontext - printlog " switch to tabpage 'shadowing' " - Messagebox.SetPage TabSchatten - kontext "TabSchatten" - printlog " check 'use shadow' " - Anzeigen.check - Call DialogTest ( TabSchatten ) - Kontext - printlog " switch to tabpage 'Transparency' " - Messagebox.SetPage TabTransparenz - kontext "TabTransparenz" - printlog " check 'No transparency' " - KeineTransparenz.Check - printlog " check 'Transparency' " - LineareTransparenz.Check - printlog " check 'Gradient' " - Transparenzverlauf.Check - Kontext - printlog " switch to tabpage 'Font' " - Messagebox.SetPage TabFont - kontext "TabFont" - Call DialogTest ( TabFont ) - Kontext - printlog " switch to tabpage 'Font Effect' " - Messagebox.SetPage TabFontEffects - kontext "TabFontEffects" - Kontext - printlog " switch to tabpage 'indents & spacing' " - Messagebox.SetPage TabEinzuegeUndAbstaende - kontext "TabEinzuegeUndAbstaende" - Call DialogTest ( TabEinzuegeUndAbstaende ) + Kontext + printlog " switch to tabpage 'Line' " + Messagebox.SetPage TabLinie + kontext "TabLinie" + Call DialogTest ( TabLinie ) + Kontext + printlog " switch to tabpage 'Area' " + Messagebox.SetPage TabArea + kontext "TabArea" + Call DialogTest ( TabArea ) + printlog " select radio button 'none' " + NoFill.Check + Call DialogTest ( TabArea, 1 ) + printlog " select radio button 'color' " + Color.Check + Call DialogTest ( TabArea, 2 ) + printlog " select radio button 'gradient' " + Gradient.Check + Call DialogTest ( TabArea, 3 ) + printlog " select radio button 'hatching' " + Hatching.Check + Call DialogTest ( TabArea, 4 ) + printlog " select radio button 'bitmap' " + Bitmap.Check + Call DialogTest ( TabArea, 5 ) + Kontext + printlog " switch to tabpage 'shadowing' " + Messagebox.SetPage TabSchatten + kontext "TabSchatten" + printlog " check 'use shadow' " + Anzeigen.check + Call DialogTest ( TabSchatten ) + Kontext + printlog " switch to tabpage 'Transparency' " + Messagebox.SetPage TabTransparenz + kontext "TabTransparenz" + printlog " check 'No transparency' " + KeineTransparenz.Check + printlog " check 'Transparency' " + LineareTransparenz.Check + printlog " check 'Gradient' " + Transparenzverlauf.Check + Kontext + printlog " switch to tabpage 'Font' " + Messagebox.SetPage TabFont + kontext "TabFont" + Call DialogTest ( TabFont ) + Kontext + printlog " switch to tabpage 'Font Effect' " + Messagebox.SetPage TabFontEffects + kontext "TabFontEffects" + Kontext + printlog " switch to tabpage 'indents & spacing' " + Messagebox.SetPage TabEinzuegeUndAbstaende + kontext "TabEinzuegeUndAbstaende" + Call DialogTest ( TabEinzuegeUndAbstaende ) endif i=2 if a <= i AND i <= b then - Kontext - printlog " switch to tabpage 'Organize' " - Messagebox.SetPage TabVerwalten - kontext "TabVerwalten" - Call DialogTest ( TabVerwalten ) - Kontext - printlog " switch to tabpage 'text' " - Messagebox.SetPage TabText - Kontext "TabText" - Call DialogTest ( TabText ) - Kontext - printlog " switch to tabpage 'text animation' " - Messagebox.SetPage TabLauftext - Kontext "TabLauftext" - Call DialogTest ( TabLauftext ) - Kontext - printlog " switch to tabpage 'dimension' " - Messagebox.SetPage TabBemassung - Kontext "TabBemassung" - Call DialogTest ( TabBemassung ) - Kontext - printlog " switch to tabpage 'connector' " - Messagebox.setpage TabVerbinder - Kontext "TabVerbinder" - Call Dialogtest ( TabVerbinder ) - Kontext - printlog " switch to tabpage 'alignment' " - Messagebox.setpage TabAusrichtungAbsatz - Kontext "TabAusrichtungAbsatz" - Links.Check - Rechts.Check - Zentriert.Check - Blocksatz.Check - Kontext - printlog " switch to tabpage 'Tabs' " - Messagebox.setpage TabTabulator - Kontext "TabTabulator" - printlog " click 'new' " - Neu.click - printlog " ' MAYBE CHECK COUNT OF THIS ?? Position svx:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS " - printlog " click 'delete all' " - AlleLoeschen.click - printlog " click 'new' " - Neu.click - printlog " click 'delete' " - Loeschen.click + Kontext + printlog " switch to tabpage 'Organize' " + Messagebox.SetPage TabVerwalten + kontext "TabVerwalten" + Call DialogTest ( TabVerwalten ) + Kontext + printlog " switch to tabpage 'text' " + Messagebox.SetPage TabText + Kontext "TabText" + Call DialogTest ( TabText ) + Kontext + printlog " switch to tabpage 'text animation' " + Messagebox.SetPage TabLauftext + Kontext "TabLauftext" + Call DialogTest ( TabLauftext ) + Kontext + printlog " switch to tabpage 'dimension' " + Messagebox.SetPage TabBemassung + Kontext "TabBemassung" + Call DialogTest ( TabBemassung ) + Kontext + printlog " switch to tabpage 'connector' " + Messagebox.setpage TabVerbinder + Kontext "TabVerbinder" + Call Dialogtest ( TabVerbinder ) + Kontext + printlog " switch to tabpage 'alignment' " + Messagebox.setpage TabAusrichtungAbsatz + Kontext "TabAusrichtungAbsatz" + Links.Check + Rechts.Check + Zentriert.Check + Blocksatz.Check + Kontext + printlog " switch to tabpage 'Tabs' " + Messagebox.setpage TabTabulator + Kontext "TabTabulator" + printlog " click 'new' " + Neu.click + printlog " ' MAYBE CHECK COUNT OF THIS ?? Position svx:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS " + printlog " click 'delete all' " + AlleLoeschen.click + printlog " click 'new' " + Neu.click + printlog " click 'delete' " + Loeschen.click endif i=3 if a <= i AND i <= b then - Kontext - printlog " switch to tabpage 'Bullets' " - Messagebox.SetPage TabBullet - Kontext "TabBullet" - sleep 1 - Call DialogTest (TabBullet) - sleep 1 - Kontext - printlog " switch to tabpage 'Numbering Type' " - Messagebox.SetPage TabNumerierungsart - Kontext "TabNumerierungsart" - sleep 1 - Call DialogTest (TabNumerierungsart) - sleep 1 - Kontext - printlog " switch to tabpage 'Graphics' " - Messagebox.SetPage TabGrafiken - Kontext "TabGrafiken" - sleep 1 - Call DialogTest (TabGrafiken) - sleep 1 - Kontext - printlog " switch to tabpage 'Customize' " - Messagebox.SetPage TabOptionenNumerierung - Kontext "TabOptionenNumerierung" - sleep 1 - Call DialogTest (TabOptionenNumerierung) - sleep 1 + Kontext + printlog " switch to tabpage 'Bullets' " + Messagebox.SetPage TabBullet + Kontext "TabBullet" + sleep 1 + Call DialogTest (TabBullet) + sleep 1 + Kontext + printlog " switch to tabpage 'Numbering Type' " + Messagebox.SetPage TabNumerierungsart + Kontext "TabNumerierungsart" + sleep 1 + Call DialogTest (TabNumerierungsart) + sleep 1 + Kontext + printlog " switch to tabpage 'Graphics' " + Messagebox.SetPage TabGrafiken + Kontext "TabGrafiken" + sleep 1 + Call DialogTest (TabGrafiken) + sleep 1 + Kontext + printlog " switch to tabpage 'Customize' " + Messagebox.SetPage TabOptionenNumerierung + Kontext "TabOptionenNumerierung" + sleep 1 + Call DialogTest (TabOptionenNumerierung) + sleep 1 endif end sub -- cgit From 40bf89d734030fbd1db5930da9dc0a035a592c09 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 13:20:48 +0200 Subject: vitomation01: #i109562 - Double quote fixed --- testautomation/global/tools/includes/required/t_doc1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc1.inc b/testautomation/global/tools/includes/required/t_doc1.inc index c85b5f987fc1..61c6afadab03 100644 --- a/testautomation/global/tools/includes/required/t_doc1.inc +++ b/testautomation/global/tools/includes/required/t_doc1.inc @@ -440,7 +440,7 @@ function hSetDocumentFactory() as string case "DRAW" : cDocumentFactory = "private:factory/sdraw" case "IMPRESS" : cDocumentFactory = "private:factory/simpress" case "WRITER" : cDocumentFactory = "private:factory/swriter" - case "CALC" : cDocumentFactory = "private:factory/scalc"" + case "CALC" : cDocumentFactory = "private:factory/scalc" case "MATH" : cDocumentFactory = "private:factory/smath" case "HTML" : cDocumentFactory = "private:factory/swriter/web" case "MASTERDOCUMENT" : cDocumentFactory = "private:factory/swriter/GlobalDocument" -- cgit From 52db02d9dd03f8f89d5f50e92fcd4fc7ecd0580b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 14:24:01 +0200 Subject: vitomation01: #i109562 - sMakeEdibleDocument - erh - sMakeReadonlyDocumentEditable reworked, back to old simple style as the newly attempted fixes by HDE and me simply do not work. --- .../global/tools/includes/required/t_doc2.inc | 36 ++++++++++++++++++++++ testautomation/graphics/tools/id_tools_2.inc | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index cccef572bda7..e12b18cf38e3 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -113,8 +113,44 @@ end sub ' '------------------------------------------------------------------------------- ' +function hEnableDocumentEditMode() as boolean + + hEnableDocumentEditMode() = false + + wait( 1000 ) + + try + kontext "Standardbar" + if ( Bearbeiten.getState( 2 ) <> 1 ) then + Bearbeiten.click() + + kontext "Active" + if ( Active.exists( 2 ) ) then + printlog( "Messagebox: " & Active.getText() ) + hCloseDialog( Active, "yes" ) + endif + + kontext "Standardbar" + if ( Bearbeiten.getState( 2 ) = 1 ) then + hEnableDocumentEditMode() = true + waitslot() + endif + else + warnlog( "Document is already in edit-mode" ) + endif + catch + warnlog( "Failed to access button on standardbar" ) + endcatch + +end function + +'******************************************************************************* + function sMakeReadOnlyDocumentEditable() as boolean + sMakeReadOnlyDocumentEditable() = hEnableDocumentEditMode() + exit function + ' Function returns TRUE if document has been made editable and FALSE if ' no action was required (that is: Document was not read-only) diff --git a/testautomation/graphics/tools/id_tools_2.inc b/testautomation/graphics/tools/id_tools_2.inc index a081ff08028c..d3a629fc5c90 100644 --- a/testautomation/graphics/tools/id_tools_2.inc +++ b/testautomation/graphics/tools/id_tools_2.inc @@ -324,7 +324,7 @@ end Sub '------------------------------------------------------------------------------- sub SetKontextApplication - hSetDocumentContext() ' Global routinśe exists + hSetDocumentContext() ' Global routine exists end sub -- cgit From 14388d5f09bd098ff01282977319c95e71c8c97e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 14:35:43 +0200 Subject: vitomation01: #i109562 - sMakeReadonlyDocumentEditable - do not warn if document is already in edit mode. --- testautomation/global/tools/includes/required/t_doc2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index e12b18cf38e3..8d2387e79696 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -136,7 +136,7 @@ function hEnableDocumentEditMode() as boolean waitslot() endif else - warnlog( "Document is already in edit-mode" ) + printlog( "Document is already in edit-mode, no action taken" ) endif catch warnlog( "Failed to access button on standardbar" ) -- cgit From fdc9d546c4f500a0ec42fd6ae041bd344535a27f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 14:37:16 +0200 Subject: vitomation01: #i109562 - sMakeReadonlyDocumentEditable - make it talk a little. --- testautomation/global/tools/includes/required/t_doc2.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 8d2387e79696..6093709dafe1 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -122,6 +122,8 @@ function hEnableDocumentEditMode() as boolean try kontext "Standardbar" if ( Bearbeiten.getState( 2 ) <> 1 ) then + + printlog( "Switch document to edit-mode" ) Bearbeiten.click() kontext "Active" @@ -131,7 +133,8 @@ function hEnableDocumentEditMode() as boolean endif kontext "Standardbar" - if ( Bearbeiten.getState( 2 ) = 1 ) then + if ( Bearbeiten.getState( 2 ) = 1 ) then + printlog( "Successfully set document to edit-mode" ) hEnableDocumentEditMode() = true waitslot() endif -- cgit From 8a39269bf0f82c76e5fc09d5b491dd545a06f0df Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 14:42:23 +0200 Subject: vitomation01: #i109562 - formcontrols.inc - disable autoexecuted mouse movements --- testautomation/framework/tools/includes/formcontrols.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index 1085e03869d3..03ebb004ee3a 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -395,7 +395,8 @@ function hDrawControl( xPos as integer, _ '///+
                      • Mouse up on pos X/Y-End
                      • '/// '///
                      - + + autoexecute = false DialogWindow.MouseUp( 20 , 20 ) : wait 100 try @@ -408,7 +409,7 @@ function hDrawControl( xPos as integer, _ warnlog( "#i39852# " & CFN & "Unable to complete mouseactions on dialog" ) hDrawControl() = false endcatch - + autoexecute = true end function @@ -735,6 +736,7 @@ function hSelectControl( iControl as integer ) as boolean '///+
                    • Deselct everything and use to activate the control
                    • '/// + autoexecute = false for iCurrentSelectionMethod = 1 to SELECTION_METHODS Kontext "BasicIDE" @@ -790,6 +792,7 @@ function hSelectControl( iControl as integer ) as boolean endcatch next iCurrentSelectionMethod + autoexecute = true '///
                    end function -- cgit From 9fd8fe8b757ea3a03e28f9837acbe4eaada895cf Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 15:05:44 +0200 Subject: vitomation01: #i109562 - replace wDocSetContext() with hSetDocumentContext() --- .../optional/includes/autotext/w_autotext.inc | 6 +- .../optional/includes/clipboard/clipbrd_func.inc | 2 +- .../optional/includes/navigator/w_navigator.inc | 8 +-- .../optional/includes/textframes/w_textframes1.inc | 2 +- .../writer/required/includes/w_001b_.inc | 4 +- testautomation/writer/required/includes/w_002_.inc | 2 +- testautomation/writer/required/includes/w_005_.inc | 4 +- testautomation/writer/tools/includes/w_tool1.inc | 61 ++++++++++--------- testautomation/writer/tools/includes/w_tool2.inc | 69 ++++++++++------------ testautomation/writer/tools/includes/w_tool3.inc | 6 +- testautomation/writer/tools/includes/w_tool6.inc | 2 +- testautomation/writer/tools/includes/w_tools.inc | 29 --------- 12 files changed, 81 insertions(+), 114 deletions(-) mode change 100644 => 100755 testautomation/writer/optional/includes/autotext/w_autotext.inc mode change 100644 => 100755 testautomation/writer/optional/includes/navigator/w_navigator.inc mode change 100644 => 100755 testautomation/writer/optional/includes/textframes/w_textframes1.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_001b_.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_005_.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_tool3.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_tools.inc (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/autotext/w_autotext.inc b/testautomation/writer/optional/includes/autotext/w_autotext.inc old mode 100644 new mode 100755 index 11cc9d0955b6..2921a66e5d7b --- a/testautomation/writer/optional/includes/autotext/w_autotext.inc +++ b/testautomation/writer/optional/includes/autotext/w_autotext.inc @@ -199,7 +199,7 @@ testcase tEditAutotext_1 Warnlog "New autotext has not been found!" Autotext.Close else - Call wDocSetContext + hSetDocumentContext() Call wTypeKeys("") EditCopy if GetClipboardtext <> "This becomes an autotext!" then @@ -263,7 +263,7 @@ testcase tEditAutotext_2 wait 500 Kontext "Autotext" Autotext.Close - Call wDocSetContext + hSetDocumentContext() printlog " Insert some text and format text" Call wTypeKeys("This becomes an autotext!") ' Format word 'This' @@ -392,7 +392,7 @@ testcase tEditAutotext_2 Warnlog "New autotext has not been found!" Autotext.Close else - Call wDocSetContext + hSetDocumentContext() Call wTypeKeys("" , 4) Call wTypeKeys("") EditCopy diff --git a/testautomation/writer/optional/includes/clipboard/clipbrd_func.inc b/testautomation/writer/optional/includes/clipboard/clipbrd_func.inc index bad0c5f41dae..278ecd229eda 100755 --- a/testautomation/writer/optional/includes/clipboard/clipbrd_func.inc +++ b/testautomation/writer/optional/includes/clipboard/clipbrd_func.inc @@ -78,7 +78,7 @@ function wPasteAvailableClipboardFormats(TheNumber as integer, CheckWhat as Stri QAErrorlog " - " + Active.Gettext + "->Bug#110181" Active.Ok end if - Call wDocSetContext + hSetDocumentContext() Call wTypeKeys "",2 Select Case gApplication Case "WRITER","MASTERDOCUMENT","HTML" diff --git a/testautomation/writer/optional/includes/navigator/w_navigator.inc b/testautomation/writer/optional/includes/navigator/w_navigator.inc old mode 100644 new mode 100755 index 9f7a8e3f2fe8..ede650feb713 --- a/testautomation/writer/optional/includes/navigator/w_navigator.inc +++ b/testautomation/writer/optional/includes/navigator/w_navigator.inc @@ -168,13 +168,11 @@ testcase tViewNavigator2 '/// Close all documents reopen a new and check if Navigator is docked /// printlog " - Close all documents reopen a new and check if Navigator is docked" - Call hCloseDocument - Sleep 2 - Call hCloseDocument - Sleep 2 + hFileCloseAll() + '/// New document /// Call hNewDocument - Call wDocSetContext + hSetDocumentContext() try DocumentWriter.FadeOut catch diff --git a/testautomation/writer/optional/includes/textframes/w_textframes1.inc b/testautomation/writer/optional/includes/textframes/w_textframes1.inc old mode 100644 new mode 100755 index f6e977e15091..d61d2560d010 --- a/testautomation/writer/optional/includes/textframes/w_textframes1.inc +++ b/testautomation/writer/optional/includes/textframes/w_textframes1.inc @@ -85,7 +85,7 @@ testcase tTextframes_1 '/// 2. Insert a frame over Toolbox / Insert / Frame Call hNewDocument - Call wDocSetContext + hSetDocumentContext() Call gMouseClick (30, 50) Call hToolbarSelect("INSERT", true ) diff --git a/testautomation/writer/required/includes/w_001b_.inc b/testautomation/writer/required/includes/w_001b_.inc old mode 100644 new mode 100755 index 979ae00504b8..e80cbe7739c8 --- a/testautomation/writer/required/includes/w_001b_.inc +++ b/testautomation/writer/required/includes/w_001b_.inc @@ -326,7 +326,7 @@ testcase tFileSendAutoabstractToPresentation Call hCloseDocument PrintLog "Close active document" - Call wDocSetContext + hSetDocumentContext() FileClose endcase '-------------------------------------------------------------------------------------------------------------------------------------------- @@ -862,7 +862,7 @@ testcase tMasterDocFileSendAutoabstractToPresentation Call hCloseDocument PrintLog "Close active document" - Call wDocSetContext + hSetDocumentContext() FileClose gApplication = "WRITER" diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index c1c187999777..089b779b4adf 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -955,7 +955,7 @@ testcase tEditHyperlink goto endsub endif - Call wDocSetContext + hSetDocumentContext() PrintLog "Check if correct URL has been set to document" if ( hUseAsyncSlot( "EditCopy" ) > -1 ) then diff --git a/testautomation/writer/required/includes/w_005_.inc b/testautomation/writer/required/includes/w_005_.inc old mode 100644 new mode 100755 index 830ce39adc24..0c0d10eec4d4 --- a/testautomation/writer/required/includes/w_005_.inc +++ b/testautomation/writer/required/includes/w_005_.inc @@ -716,7 +716,7 @@ testcase tFormatColumn printlog " Close dialog" SpaltenBreite.OK Wait 500 - Call wDocSetContext + hSetDocumentContext() printlog " Enter some text in document" Call wTypeKeys ("Dies ist ein langer Text, HALLO HALLO") Wait 500 @@ -735,7 +735,7 @@ testcase tFormatColumn printlog " Format / Cloumn / Delete" TableDeleteColumns WaitSlot (500) - Call wDocSetContext + hSetDocumentContext() printlog " Press 'up' twice to point cursor in the table" Call wTypeKeys ("",2) wait 500 diff --git a/testautomation/writer/tools/includes/w_tool1.inc b/testautomation/writer/tools/includes/w_tool1.inc index 34b83bc5e97b..6150cb8e1fbc 100755 --- a/testautomation/writer/tools/includes/w_tool1.inc +++ b/testautomation/writer/tools/includes/w_tool1.inc @@ -154,32 +154,48 @@ end sub sub hEinfuegenFloatingFrame InsertFloatingFrame + Kontext "TabEigenschaften" - FrameName.SetText "Hallo" - Inhalt.SetText ConvertPath ( gTesttoolpath + "input\desktop\frameset.htm" ) - TabEigenschaften.OK - Sleep 10 + if ( Tabeigenschaften.exists( 2 ) ) then + FrameName.SetText "Hallo" + Inhalt.SetText ConvertPath ( gTesttoolpath + "input\desktop\frameset.htm" ) + hCloseDialog( TabEigenschaften, "ok" ) + else + warnlog( "Failed to open " ) + endif end sub ' ----------------------------------------------------------------------- sub hEinfuegenRahmen + InsertFrame + Kontext - Active.SetPage TabType - Kontext "TabType" - TabType.OK - Sleep 3 + if ( Active.exists( 2 ) ) then + Active.SetPage TabType + Kontext "TabType" + hCloseDialog( TabType, "ok" ) + else + warnlog( "Failed to open " ) + endif + end sub ' ----------------------------------------------------------------------- sub hEinfuegenChart + InsertObjectChart + Kontext "AutoformatDiagramm1" - Fertigstellen.Click - WaitSlot() ' NOOP + if ( AutoformatDiagramm1.exists( 2 ) ) then + hClickButton( Fertigstellen ) + else + warnlog( "Failed to open " ) + endif + end sub ' ----------------------------------------------------------------------- @@ -315,6 +331,8 @@ end sub '---------------------------------------------------------------- sub sMenufunktionen(Fuer_Was as string) + + const RC_FAILURE = -1 Dim i as integer Kontext "FormControls" @@ -336,33 +354,20 @@ sub sMenufunktionen(Fuer_Was as string) next i Kontext - try - FormatControl - WaitSlot() + if ( hUseAsyncSlot( "FormatControl" ) <> RC_FAILURE ) then Kontext "ControlPropertiesDialog" if ControlPropertiesDialog.Exists( 2 ) then - ControlPropertiesDialog.Close - ControlPropertiesDialog.notExists( 2 ) - else - FormatControl - Wait 500 - Kontext "ControlPropertiesDialog" - if ControlPropertiesDialog.Exists( 2 ) then - ControlPropertiesDialog.Close - ControlPropertiesDialog.notExists( 2 ) - else - Warnlog " - Controlfieldproperties "+ Fuer_Was +" from Menu not available!" - end if - end if + hCloseDialog( ControlPropertiesDialog, "close" ) + endif printlog Fuer_Was - catch + else if gPlatform = "osx" then Warnlog "#i82427#-Mac OS X (Aqua): Drawing function does not draw anything" else Warnlog " - Controlfieldproperties "+ Fuer_Was +" from Menu not available!" end if - endcatch + endif Call wTypeKeys "" Kontext "FormControls" diff --git a/testautomation/writer/tools/includes/w_tool2.inc b/testautomation/writer/tools/includes/w_tool2.inc index 44e78fd589b4..0aa4238520a1 100644 --- a/testautomation/writer/tools/includes/w_tool2.inc +++ b/testautomation/writer/tools/includes/w_tool2.inc @@ -28,13 +28,6 @@ '* ** '* short description : Description of file ** '* ** -'******************************************************************* -'* ** -' #1 OptionenAufrufen -' #1 CheckUberpruefen -' #1 UnCheckUeberpruefen -' #1 WortErgaenzen -'* ** '\****************************************************************** sub OptionenAufrufen(Seite as string) @@ -346,7 +339,7 @@ function wDeleteAutotext(vAutotextName as string) as boolean Dim bDeleted as boolean Dim sAllGroups as integer Dim sAllInGroups as integer - + Kontext "Autotext" if Not Autotext.Exists then EditAutotext @@ -370,36 +363,36 @@ function wDeleteAutotext(vAutotextName as string) as boolean ' count all groups sAllGroups = Liste.GetItemCount ' travel through all groups - For ik = 1 to sAllGroups - Liste.Select ik - Liste.TypeKeys "+" - - sAllInGroups = Liste.GetItemCount - sAllGroups - For j = 1 to sAllInGroups - Liste.TypeKeys "" - if Liste.Gettext = vAutotextName then - try - Menue.Click - wait 500 - Call hMenuSelectNr ( 3 ) - Kontext "Active" - if Active.Exists and Active.GetRT = 304 then - Active.yes - wDeleteAutotext = true - else - Warnlog "No messages to confirm deleting the Autotext!" - end if - bDeleted = true - exit for - catch - Warnlog "Menu Autotext->'Delete' disabled ! Test failed !" - endcatch - end if - next j - if bDeleted = true then exit for - ' close group + For ik = 1 to sAllGroups + Liste.Select ik + Liste.TypeKeys "+" + + sAllInGroups = Liste.GetItemCount - sAllGroups + For j = 1 to sAllInGroups + Liste.TypeKeys "" + if Liste.Gettext = vAutotextName then + try + Menue.Click + wait 500 + Call hMenuSelectNr ( 3 ) + Kontext "Active" + if Active.Exists and Active.GetRT = 304 then + Active.yes + wDeleteAutotext = true + else + Warnlog "No messages to confirm deleting the Autotext!" + end if + bDeleted = true + exit for + catch + Warnlog "Menu Autotext->'Delete' disabled ! Test failed !" + endcatch + end if + next j + if bDeleted = true then exit for + ' close group Liste.Select ik - Liste.TypeKeys "-" + Liste.TypeKeys "-" next ik end function @@ -420,4 +413,4 @@ sub wChangeDefaultView() Massstab.Ok Call hCloseDocument -end sub \ No newline at end of file +end sub diff --git a/testautomation/writer/tools/includes/w_tool3.inc b/testautomation/writer/tools/includes/w_tool3.inc old mode 100644 new mode 100755 index 8be27ca7bc3c..235d66c86f07 --- a/testautomation/writer/tools/includes/w_tool3.inc +++ b/testautomation/writer/tools/includes/w_tool3.inc @@ -33,7 +33,7 @@ sub InTabelleKontrollieren Call wTypeKeys ("") Call wTypeKeys ("") - EditCopy + hUseAsyncSlot( "EditCopy" ) if GetClipBoardText <> "Text" then Warnlog "Text has not been inserted in a table" else @@ -45,7 +45,7 @@ end sub ' **** sub InTabelleKontrollierenExtra Call wTypeKeys ("") - EditCopy + hUseAsyncSlot( "EditCopy" ) if GetClipBoardText <> "Der" then Warnlog "Text has not been inserted in a table" else @@ -57,7 +57,7 @@ end sub '*** sub InTextKontrollieren Call wTypeKeys ("") - EditCopy + hUseAsyncSlot( "EditCopy" ) if Left$(GetClipBoardText,3) <> "Der" AND Left$(GetClipboardText,4) <> "Der " then Warnlog "Table has not been changed to text" else diff --git a/testautomation/writer/tools/includes/w_tool6.inc b/testautomation/writer/tools/includes/w_tool6.inc index f6322cfc15f3..0da02a8373a7 100755 --- a/testautomation/writer/tools/includes/w_tool6.inc +++ b/testautomation/writer/tools/includes/w_tool6.inc @@ -705,7 +705,7 @@ end sub function fInsertFrame (x1 as Integer , y1 as Integer , x2 as Integer , y2 as Integer) 'This function will insert a frame with the coordinate - Call wDocSetContext + hSetDocumentContext() Call hToolbarSelect("INSERT", true ) Sleep 1 diff --git a/testautomation/writer/tools/includes/w_tools.inc b/testautomation/writer/tools/includes/w_tools.inc old mode 100644 new mode 100755 index 8fa05c23bbc9..a94109800390 --- a/testautomation/writer/tools/includes/w_tools.inc +++ b/testautomation/writer/tools/includes/w_tools.inc @@ -94,35 +94,6 @@ end sub ' ----------------------------------------------------------------------- -sub wDocSetContext - Select Case Ucase(gApplication) - Case "WRITER" - Kontext "DocumentWriter" - - Case "MASTERDOCUMENT" - Kontext "DocumentMasterDoc" - - Case "HTML" - Kontext "DocumentWriterWeb" - - Case "IMPRESS" - Kontext "DocumentImpress" - - Case "DRAW" - Kontext "DocumentDraw" - - Case "MATH" - Kontext "DocumentMath" - - Case "CALC" - Kontext "DocumentCalc" - - end select - wait 500 -end sub - -' ----------------------------------------------------------------------- - function wBlindtextEinfuegen() as boolean '/// This functions inserts a Dummytext and returns true if it was inserted Dim BlindText as string, bTemp as boolean -- cgit From 046f410a9903eb3ee0352ed7c22c2cb5976ddf74 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 15:14:47 +0200 Subject: vitomation01: #i109562 - reformat files according to coding guidelines --- testautomation/writer/tools/includes/w_tools.inc | 46 ++++++++++++------------ 1 file changed, 24 insertions(+), 22 deletions(-) mode change 100755 => 100644 testautomation/writer/tools/includes/w_tools.inc (limited to 'testautomation') diff --git a/testautomation/writer/tools/includes/w_tools.inc b/testautomation/writer/tools/includes/w_tools.inc old mode 100755 new mode 100644 index a94109800390..5edcc2830947 --- a/testautomation/writer/tools/includes/w_tools.inc +++ b/testautomation/writer/tools/includes/w_tools.inc @@ -64,6 +64,7 @@ end sub ' ----------------------------------------------------------------------- sub wTypeKeys ( OutputText , optional iLoop as Integer ) + Dim i as integer If lcase(OutputText) = "" then If iSprache = 34 then OutputText = "" @@ -90,6 +91,7 @@ sub wTypeKeys ( OutputText , optional iLoop as Integer ) end select wait 500 next i + end sub ' ----------------------------------------------------------------------- @@ -147,28 +149,28 @@ sub wZeichenobjektEinfuegen ( Objekt$, xStart%, yStart%, xEnde%, yEnde%, optiona Objekt = UCase( Objekt ) select case Objekt - case "RECHTECK" : Rechteck.Click - case "LINIE" : Linie.Click - case "ELLIPSE" : Ellipse.Click - case "TEXT" : Textobjekt.Click - case "VTEXT" : - try - VerticalText.Click - catch - if gAsianSup = True then - Warnlog "Unable to insert Vertical Text! Asian Support in Options activated ?" - end if - endcatch - case "LAUFTEXT" : Lauftext.Click - case "LEGENDE" : Legende.Click - case "VLEGENDE" : - try - VerticalCallout.Click - catch - Warnlog "Unable to insert Vertical Callout! Asian Support in Options activated ?" - endcatch + case "RECHTECK" : Rechteck.Click + case "LINIE" : Linie.Click + case "ELLIPSE" : Ellipse.Click + case "TEXT" : Textobjekt.Click + case "VTEXT" : + try + VerticalText.Click + catch + if gAsianSup = True then + Warnlog "Unable to insert Vertical Text! Asian Support in Options activated ?" + end if + endcatch + case "LAUFTEXT" : Lauftext.Click + case "LEGENDE" : Legende.Click + case "VLEGENDE" : + try + VerticalCallout.Click + catch + Warnlog "Unable to insert Vertical Callout! Asian Support in Options activated ?" + endcatch end select - Sleep (2) + Sleep (2) Select Case gApplication Case "WRITER" @@ -207,7 +209,7 @@ sub wZeichenobjektEinfuegen ( Objekt$, xStart%, yStart%, xEnde%, yEnde%, optiona wait 100 end if end select - sleep (1) + sleep (1) end sub ' ----------------------------------------------------------------------- -- cgit From 6884585ee6ba0b5ea9e66c08059071484cc167e0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 15:15:30 +0200 Subject: vitomation01: #i109562 - Uppercasing gApplication is not required anymore --- testautomation/writer/tools/includes/w_tools.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/tools/includes/w_tools.inc b/testautomation/writer/tools/includes/w_tools.inc index 5edcc2830947..dc7e54fd5a78 100644 --- a/testautomation/writer/tools/includes/w_tools.inc +++ b/testautomation/writer/tools/includes/w_tools.inc @@ -507,7 +507,7 @@ sub wNavigatorAuswahl(Gruppe as integer, Eintrag as integer,optional LeaveFocus Sleep 2 - Select Case Ucase(gApplication) + Select Case gApplication Case "CALC" if (Liste.GetItemCount < MinEntrys) then Umschalten.Click if Liste.GetItemCount >MinEntrys then @@ -525,7 +525,7 @@ sub wNavigatorAuswahl(Gruppe as integer, Eintrag as integer,optional LeaveFocus Liste.TypeKeys "" end if - Case "WRITER","HTML", "HTML" + Case "WRITER","HTML" if (Auswahlliste.GetItemCount < MinEntrys) then try Inhaltsansicht.Click -- cgit From 1083d6f221b566032b6e8b48fc203a96dcea0b34 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 15:30:23 +0200 Subject: vitomation01: #i109562 - Excluded tCheckDialog due to issue #i111908 --- testautomation/writer/optional/includes/regexp/search.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/regexp/search.inc b/testautomation/writer/optional/includes/regexp/search.inc index ce3d946fe3b9..b21fdb4b0b42 100755 --- a/testautomation/writer/optional/includes/regexp/search.inc +++ b/testautomation/writer/optional/includes/regexp/search.inc @@ -64,6 +64,9 @@ end sub '--------------------------------------------------------- testcase tCheckDialog + warnlog( "#i111908# - Control cannot be accessed" ) + goto endsub + Dim Checkboxtitel Call hNewDocument EditSearchAndReplace -- cgit From 1be0571ba7221a0c736eb9ba501ce2c90454519c Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 15:42:52 +0200 Subject: vitomation01: #i109562 - Removed delays, added basic errorhandling where it appeared to be useful --- .../writer/optional/includes/tools/tools1.inc | 254 ++++++++++----------- 1 file changed, 126 insertions(+), 128 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/tools/tools1.inc b/testautomation/writer/optional/includes/tools/tools1.inc index 987548a064d1..d09800f98fa3 100644 --- a/testautomation/writer/optional/includes/tools/tools1.inc +++ b/testautomation/writer/optional/includes/tools/tools1.inc @@ -29,21 +29,6 @@ '* '* short description : Tools for writer/Optional - 1 '* -'************************************************************************ -'* -' #0 fFileProperties -' #0 fFormatGraphic -' #0 fFormatFrame -' #0 fFormatPageWriter -' #0 fFormatParagraph -' #0 fFormatCharacter -' #0 fFormatTable -' #0 fFormatStylesCatalog -' #0 fPositionAndSize -' #0 fInsertFieldsOther -' #0 fInsertSection -' #0 fToolsAutocorrect -'* '\*********************************************************************** @@ -51,18 +36,25 @@ '***************************************************************** function fFileProperties(Options as string) - FileProperties - sleep(1) - Kontext - Select case Options - case "TabDokument" : active.SetPage TabDokument - case "TabBeschreibung" : active.SetPage TabBeschreibung - case "TabBenutzer" : active.SetPage TabBenutzer - case "TabInternet" : active.SetPage TabInternet - case "TabStatistik" : active.SetPage TabStatistik - end Select - - Kontext Options + if ( hUseAsyncSlot( "FileProperties" ) <> -1 ) then + + Kontext + if ( Active.exists( 2 ) ) then + Select case Options + case "TabDokument" : active.SetPage TabDokument + case "TabBeschreibung" : active.SetPage TabBeschreibung + case "TabBenutzer" : active.SetPage TabBenutzer + case "TabInternet" : active.SetPage TabInternet + case "TabStatistik" : active.SetPage TabStatistik + end Select + else + warnlog( " dialog not open" ) + endif + else + warnlog( "Failed to execute " ) + endif + + Kontext Options end function @@ -74,46 +66,43 @@ end function function fFormatGraphic(Options as string) as boolean Dim j as integer, sSlotOK as boolean - try - FormatGraphics - sSlotOK = true - catch - warnlog "Unable to execute Format / Graphics" - endcatch - sleep(1) + if ( hUseAsyncSlot( "FormatGraphics" ) <> -1 ) then + Kontext - if sSlotOK = true then + if ( Active.exists( 2 ) ) then Select case Options - case "TabType" : active.SetPage TabType - case "TabZusaetze" : active.SetPage TabZusaetze - case "TabUmlauf" : active.SetPage TabUmlauf - case "TabHyperlinkRahmen" : active.SetPage TabHyperlinkRahmen - case "TabGrafik" : active.SetPage TabGrafik - case "TabZuschneiden" : active.SetPage TabZuschneiden - case "TabUmrandung" : active.SetPage TabUmrandung - case "TabHintergrund" : active.SetPage TabHintergrund - case "TabMakro" - active.SetPage TabMakro - ' if no JRE is installed a messagebox appears - Do - j = j + 1 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - if j = 1 then Warnlog Active.Gettext - Active.Ok - else - exit do - end if + case "TabType" : active.SetPage TabType + case "TabZusaetze" : active.SetPage TabZusaetze + case "TabUmlauf" : active.SetPage TabUmlauf + case "TabHyperlinkRahmen" : active.SetPage TabHyperlinkRahmen + case "TabGrafik" : active.SetPage TabGrafik + case "TabZuschneiden" : active.SetPage TabZuschneiden + case "TabUmrandung" : active.SetPage TabUmrandung + case "TabHintergrund" : active.SetPage TabHintergrund + case "TabMakro" + active.SetPage TabMakro + ' if no JRE is installed a messagebox appears + Do + j = j + 1 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + if j = 1 then Warnlog Active.Gettext + Active.Ok else exit do end if - Loop + else + exit do + end if + Loop end select - - Kontext Options - end if - fFormatGraphic = sSlotOK + else + warnlog( "Failed to execute " ) + endif + + Kontext Options + end function @@ -123,22 +112,28 @@ end function '**************************************************************** function fFormatFrame(Options as string) - Sleep 1 - FormatFrame - Kontext - - Select case Options - case "TabType" : active.SetPage TabType - case "TabZusaetze" : active.SetPage TabZusaetze - case "TabUmlauf" : active.SetPage TabUmlauf - case "TabHyperlinkRahmen" : active.SetPage TabHyperlinkRahmen - case "TabUmrandung" : active.SetPage TabUmrandung - case "TabHintergrund" : active.SetPage TabHintergrund - case "TabSpalten" : active.SetPage TabSpalten - case "TabMakro" : active.SetPage TabMakro - end Select + if ( hUseAsyncSlot( "FormatFrame" ) <> -1 ) then - Kontext Options + Kontext + if ( Active.exists( 2 ) ) then + Select case Options + case "TabType" : active.SetPage TabType + case "TabZusaetze" : active.SetPage TabZusaetze + case "TabUmlauf" : active.SetPage TabUmlauf + case "TabHyperlinkRahmen" : active.SetPage TabHyperlinkRahmen + case "TabUmrandung" : active.SetPage TabUmrandung + case "TabHintergrund" : active.SetPage TabHintergrund + case "TabSpalten" : active.SetPage TabSpalten + case "TabMakro" : active.SetPage TabMakro + end Select + else + warnlog( " dialog did not open" ) + endif + else + warnlog( "Failed to execute " ) + endif + + Kontext Options end function @@ -148,10 +143,10 @@ end function '************************************************************************* function fFormatPageWriter(Options as string) - FormatPageWriter - Kontext + FormatPageWriter + Kontext - Select case Options + Select case Options case "TabVerwalten" : active.SetPage TabVerwalten case "TabSeite" : active.SetPage TabSeite case "TabHintergrund" : active.SetPage TabHintergrund @@ -161,9 +156,9 @@ function fFormatPageWriter(Options as string) case "TabSpalten" : active.SetPage TabSpalten case "TabFussnote" : active.SetPage TabFussnote case "TabGrid" : active.SetPage TabGrid - end Select + end Select - Kontext Options + Kontext Options end function @@ -173,10 +168,10 @@ end function '************************************************************************* function fFormatParagraph(Options as string) - FormatParagraph - Kontext + FormatParagraph + Kontext - Select case Options + Select case Options case "TabEinzuegeUndAbstaende" : active.SetPage TabEinzuegeUndAbstaende case "TabAusrichtungAbsatz" : active.SetPage TabAusrichtungAbsatz case "TabTextfluss" : active.SetPage TabTextfluss @@ -186,9 +181,9 @@ function fFormatParagraph(Options as string) case "TabInitialen" : active.SetPage TabInitialen case "TabUmrandung" : active.SetPage TabUmrandung case "TabHintergrund" : active.SetPage TabHintergrund - end Select + end Select - Kontext Options + Kontext Options end function @@ -198,19 +193,19 @@ end function '************************************************************************* function fFormatCharacter(Options as string) - FormatCharacter - Kontext + FormatCharacter + Kontext - Select case Options + Select case Options case "TabFont" : active.SetPage TabFont case "TabFontEffects" : active.SetPage TabFontEffects case "TabFontPosition" : active.SetPage TabFontPosition case "TabAsianLayout" : active.SetPage TabAsianLayout case "TabHyperlinkZeichen" : active.SetPage TabHyperlinkZeichen case "TabHintergrund" : active.SetPage TabHintergrund - end Select + end Select - Kontext Options + Kontext Options end function @@ -221,18 +216,18 @@ end function '************************************************************************* function fFormatTable(Options as string) - FormatTable - Kontext + FormatTable + Kontext - Select case Options + Select case Options case "TabTabelle" : active.SetPage TabTabelle case "TabTextflussTabelle" : active.SetPage TabTextflussTabelle case "TabSpaltenTabelle" : active.SetPage TabSpaltenTabelle case "TabUmrandung" : active.SetPage TabUmrandung case "TabHintergrund" : active.SetPage TabHintergrund - end Select + end Select - Kontext Options + Kontext Options end function @@ -242,16 +237,16 @@ end function '************************************************************************* function fFormatStylesCatalog(Options as string) - FormatStylesCatalog - Kontext "VorlagenKatalog" + FormatStylesCatalog + Kontext "VorlagenKatalog" - Select case Options + Select case Options case "Paragraph" : Vorlagen.Select 1 case "Character" : Vorlagen.Select 2 case "Frame" : Vorlagen.Select 3 case "Page" : Vorlagen.Select 4 case "Numbering" : Vorlagen.Select 5 - end Select + end Select end function @@ -261,19 +256,19 @@ end function '******************************************************************************* function fInsertFieldsOther(Options as string) - InsertFieldsOther - Kontext + InsertFieldsOther + Kontext - Select case Options + Select case Options case "TabDokumentFeldbefehle" : active.SetPage TabDokumentFeldbefehle case "TabReferenzen" : active.SetPage TabReferenzen case "TabFunktionen" : active.SetPage TabFunktionen case "TabDokumentinfoFeldbefehle" : active.SetPage TabDokumentinfoFeldbefehle case "TabVariablen" : active.SetPage TabVariablen case "TabDatenbank" : active.SetPage TabDatenbank - end Select + end Select - Kontext Options + Kontext Options end function @@ -283,20 +278,23 @@ end function '****************************************************** function fInsertSection(Options as string) - InsertSection - wait 500 - Kontext - - Select case Options - case "TabBereiche" : active.SetPage TabBereiche - case "TabSpalten" : active.SetPage TabSpalten - case "TabSectionIndent" : active.SetPage TabSectionIndent - case "TabHintergrund" : active.SetPage TabHintergrund - case "TabFussEndnoten" : active.SetPage TabFussEndnoten - end Select + InsertSection - Kontext Options - Sleep 1 + Kontext + if ( Active.exists( 2 ) ) then + Select case Options + case "TabBereiche" : active.SetPage TabBereiche + case "TabSpalten" : active.SetPage TabSpalten + case "TabSectionIndent" : active.SetPage TabSectionIndent + case "TabHintergrund" : active.SetPage TabHintergrund + case "TabFussEndnoten" : active.SetPage TabFussEndnoten + end Select + waitslot() + else + warnlog( "Failed to open dialog" ) + endif + + Kontext Options end function @@ -306,18 +304,18 @@ end function '************************************************************************* function fToolsAutocorrect(Options as string) - Kontext - ToolsAutoCorrect + Kontext + ToolsAutoCorrect - Select case Options + Select case Options case "TabErsetzung" : active.SetPage TabErsetzung case "TabAusnahmen" : active.SetPage TabAusnahmen case "TabOptionenAutokorrektur" : active.SetPage TabOptionenAutokorrektur case "TabLocalizedOptions" : active.SetPage TabLocalizedOptions case "TabWortergaenzung" : active.SetPage TabWortergaenzung - end Select + end Select - Kontext Options + Kontext Options end function @@ -327,16 +325,16 @@ end function '****************************************************** function fPositionAndSize(Options as string) - Kontext - FormatPositionAndSize + Kontext + FormatPositionAndSize - Select case Options + Select case Options case "TabPositionAndSizeWriter" : active.SetPage TabPositionAndSizeWriter case "TabDrehung" : active.SetPage TabDrehung case "TabSchraegstellen" : active.SetPage TabSchraegstellen - end Select + end Select - Kontext Options + Kontext Options end function -- cgit From b7969b1624ddce173bea3dac13586fa6f7459a7a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 15:45:42 +0200 Subject: vitomation01: #i109562 - fCloseNavigator, implementation No 11234372 replaced --- .../writer/optional/includes/tools/tools2.inc | 666 ++++++++++----------- 1 file changed, 326 insertions(+), 340 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/tools/tools2.inc b/testautomation/writer/optional/includes/tools/tools2.inc index 8f61d4dc0d1a..8ee87a5b037a 100644 --- a/testautomation/writer/optional/includes/tools/tools2.inc +++ b/testautomation/writer/optional/includes/tools/tools2.inc @@ -29,157 +29,143 @@ '* '* short description : Tools for writer/Optional - 2 '* -'************************************************************************ -'* -' #1 fStartupNavigator -' #1 fCloseNavigator -' #1 StrToDouble -' #1 fCalculateTolerance -' #1 fFindWord -' #1 fGetLanguageName -'* '\*********************************************************************** function fStartupNavigator(navigatorItem as String , subItemNum as Integer) -'/// Start up Navigator , and set focus to the correct position + '/// Start up Navigator , and set focus to the correct position Dim j as Integer - Kontext "Navigator" - if NOT Navigator.Exists then - ViewNavigator - end if - Sleep 2 - Kontext "NavigatorWriter" - if Auswahlliste.GetItemCount < 11 then - Inhaltsansicht.Click - Sleep 1 - end if - Auswahlliste.TypeKeys "" '<- Set focus to first entry - if Auswahlliste.GetItemCount > 11 then '<- If nodes are open - For j= 1 to 12 '<- close all nodes - Auswahlliste.Select j - Sleep 1 - Auswahlliste.TypeKeys "-" - Sleep 1 - next j - end if - Auswahlliste.TypeKeys "" ' point focus to first entry - sleep 3 - - Select case navigatorItem - case "Headings" : goto GoON - case "Tables" : Auswahlliste.TypeKeys "" - case "TextFrame" : Auswahlliste.TypeKeys "" , 2 - case "Graphics" : Auswahlliste.TypeKeys "" , 3 - case "OLEObject" : Auswahlliste.TypeKeys "" , 4 - case "Bookmarks" : Auswahlliste.TypeKeys "" , 5 - case "Section" : Auswahlliste.TypeKeys "" , 6 - case "Hyperlinks" : Auswahlliste.TypeKeys "" , 7 - case "References" : Auswahlliste.TypeKeys "" , 8 - case "Indexes" : Auswahlliste.TypeKeys "" , 9 - case "Notes" : Auswahlliste.TypeKeys "" , 10 - case "DrawObjects" : Auswahlliste.TypeKeys "" , 11 - end Select - sleep 2 -GoON: - Auswahlliste.TypeKeys "" - sleep 2 - Inhaltsansicht.Click - sleep 2 - Auswahlliste.TypeKeys "",subItemNum - sleep 2 + Kontext "Navigator" + if NOT Navigator.Exists then + ViewNavigator + end if + Sleep 2 + Kontext "NavigatorWriter" + if Auswahlliste.GetItemCount < 11 then + Inhaltsansicht.Click + Sleep 1 + end if + Auswahlliste.TypeKeys "" '<- Set focus to first entry + if Auswahlliste.GetItemCount > 11 then '<- If nodes are open + For j= 1 to 12 '<- close all nodes + Auswahlliste.Select j + Sleep 1 + Auswahlliste.TypeKeys "-" + Sleep 1 + next j + end if + Auswahlliste.TypeKeys "" ' point focus to first entry + sleep 3 + + Select case navigatorItem + case "Headings" : goto GoON + case "Tables" : Auswahlliste.TypeKeys "" + case "TextFrame" : Auswahlliste.TypeKeys "" , 2 + case "Graphics" : Auswahlliste.TypeKeys "" , 3 + case "OLEObject" : Auswahlliste.TypeKeys "" , 4 + case "Bookmarks" : Auswahlliste.TypeKeys "" , 5 + case "Section" : Auswahlliste.TypeKeys "" , 6 + case "Hyperlinks" : Auswahlliste.TypeKeys "" , 7 + case "References" : Auswahlliste.TypeKeys "" , 8 + case "Indexes" : Auswahlliste.TypeKeys "" , 9 + case "Notes" : Auswahlliste.TypeKeys "" , 10 + case "DrawObjects" : Auswahlliste.TypeKeys "" , 11 + end Select + sleep 2 + GoON: + Auswahlliste.TypeKeys "" + sleep 2 + Inhaltsansicht.Click + sleep 2 + Auswahlliste.TypeKeys "",subItemNum + sleep 2 end function '------------------------------------------------------------------------- function fCloseNavigator -'/// Close Navigator - Kontext "Navigator" - Sleep 3 - if Navigator.Exists(2) then - Navigator.Close - end if - Sleep 3 + Kontext "Navigator" + hCloseDialog( Navigator, "close" ) end function '------------------------------------------------------------------------- function StrToDouble ( sWert$ ) as Double -'/// Transfer String to Double , including -'/// 2.00cm --> 2.00 -'/// 2,00cm --> 2.00 -'/// 20% --> 20 + '/// Transfer String to Double , including + '/// 2.00cm --> 2.00 + '/// 2,00cm --> 2.00 + '/// 20% --> 20 - dim sDummy$ - dim i, i1, i2 as integer - dim a as integer - dim b as integer - dim c as double - dim n as integer + dim sDummy$ + dim i, i1, i2 as integer + dim a as integer + dim b as integer + dim c as double + dim n as integer -'/// Input : {'a[. ,]b[mm cm " pi pt]' with a, b as integer} as String -'///+ Output: a[. , ]b as double + '/// Input : {'a[. ,]b[mm cm " pi pt]' with a, b as integer} as String + '///+ Output: a[. , ]b as double -' get rid of measure unit, the only single character is '"' all others are two chars + ' get rid of measure unit, the only single character is '"' all others are two chars - if (isNumeric (sWert$) = FALSE) then - if ( (StrComp (right (sWert$, 1), chr$(34) ) = 0) OR (StrComp (right (sWert$, 1), "%") = 0 )) then + if (isNumeric (sWert$) = FALSE) then + if ( (StrComp (right (sWert$, 1), chr$(34) ) = 0) OR (StrComp (right (sWert$, 1), "%") = 0 )) then sDummy$ = Left ( sWert$, Len(sWert$)-1 ) - else + else sDummy$ = Left ( sWert$, Len(sWert$)-Len(gMeasurementUnit) ) - end if - else - sDummy$ = sWert$ - end if - ' get position of fraction mark - i1 = instr (sDummy$, ",") ' wrong output - i2 = instr (sDummy$, ".") - if i1 > i2 then i = i1 else i = i2 - ' vorkommateil - try - a = val (left (sDummy$,i-1)) - catch - a = val ( sDummy$ ) - c = 0 - GoTo OK - endcatch - - n = (len (sDummy$)-i) - b = val (right (sDummy$, n) ) - c = b * 10 ^ -n -OK: - StrToDouble = a + c + end if + else + sDummy$ = sWert$ + end if + ' get position of fraction mark + i1 = instr (sDummy$, ",") ' wrong output + i2 = instr (sDummy$, ".") + if i1 > i2 then i = i1 else i = i2 + ' vorkommateil + try + a = val (left (sDummy$,i-1)) + catch + a = val ( sDummy$ ) + c = 0 + GoTo OK + endcatch + + n = (len (sDummy$)-i) + b = val (right (sDummy$, n) ) + c = b * 10 ^ -n + OK: + StrToDouble = a + c end function '------------------------------------------------------------------------- - + function fCalculateTolerance (sNumber1 , sNumber2) as Single -'/// Change 2 parameters to number , then Compare them and return the result. - Dim ss as Single - Dim dNumber1 , dNumber2 as Single - Dim iCommaLocation1 , iCommaLocation2 as Integer - - 'the code below 4 lines is set "2,00cm" to "2.00"cm if needed - iCommaLocation1 = InStr(sNumber1 , ",") - if iCommaLocation1 > 0 then - sNumber1 = Left(sNumber1 , iCommaLocation1-1) + "." + Right(sNumber1,Len(sNumber1) - iCommaLocation1) - end if - - iCommaLocation2 = InStr(sNumber2 , ",") - if iCommaLocation2 > 0 then - sNumber2 = Left(sNumber2 , iCommaLocation2-1) + "." + Right(sNumber2,Len(sNumber2) - iCommaLocation2) - end if - - dNumber1 = Val( Left(sNumber1, Len(sNumber1)-Len(gMeasurementUnit) )) - dNumber2 = Val( Left(sNumber2, Len(sNumber2)-Len(gMeasurementUnit) )) - - fCalculateTolerance = Abs( dNumber1 - dNumber2 ) + '/// Change 2 parameters to number , then Compare them and return the result. + Dim ss as Single + Dim dNumber1 , dNumber2 as Single + Dim iCommaLocation1 , iCommaLocation2 as Integer + + 'the code below 4 lines is set "2,00cm" to "2.00"cm if needed + iCommaLocation1 = InStr(sNumber1 , ",") + if iCommaLocation1 > 0 then + sNumber1 = Left(sNumber1 , iCommaLocation1-1) + "." + Right(sNumber1,Len(sNumber1) - iCommaLocation1) + end if + + iCommaLocation2 = InStr(sNumber2 , ",") + if iCommaLocation2 > 0 then + sNumber2 = Left(sNumber2 , iCommaLocation2-1) + "." + Right(sNumber2,Len(sNumber2) - iCommaLocation2) + end if + + dNumber1 = Val( Left(sNumber1, Len(sNumber1)-Len(gMeasurementUnit) )) + dNumber2 = Val( Left(sNumber2, Len(sNumber2)-Len(gMeasurementUnit) )) + + fCalculateTolerance = Abs( dNumber1 - dNumber2 ) end function '------------------------------------------------------------------------- function fFindWord (sTest) as String -'/// Set the focus to the word which you want + '/// Set the focus to the word which you want Kontext EditSearchAndReplace Kontext "FindAndReplace" @@ -193,234 +179,234 @@ end function '------------------------------------------------------------------------- function fGetLanguageName( CountryID as Integer ) as String -'/// This routine will return the Language name based on CountryID + '/// This routine will return the Language name based on CountryID select case iSprache - case 01 : ' English (USA) - select case CountryID - case 1: fGetLanguageName = "English (USA)" - case 31: fGetLanguageName = "Dutch (Netherlands)" - case 33: fGetLanguageName = "French (France)" - case 34: fGetLanguageName = "Spanish (Spain)" - case 39: fGetLanguageName = "Italian (Italy)" - case 46: fGetLanguageName = "Swedish (Sweden)" - case 49: fGetLanguageName = "German (Germany)" - case 55: fGetLanguageName = "Portuguese (Brazil)" - case 81: fGetLanguageName = "Japanese" - case 82: fGetLanguageName = "Korean (RoK)" - case 86: fGetLanguageName = "Chinese (simplified)" - case 88: fGetLanguageName = "Chinese (traditional)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case 31 : ' Dutch - select case CountryID - case 1: fGetLanguageName = "Engels (VS)" - case 31: fGetLanguageName = "Netherlands (NL)" - case 33: fGetLanguageName = "Frans (Frankrijk)" - case 34: fGetLanguageName = "Spaans (Spanje)" - case 39: fGetLanguageName = "Italiaans (Itali�)" - case 46: fGetLanguageName = "Zweeds (Zweden)" - case 49: fGetLanguageName = "Duits (Duitsland)" - case 55: fGetLanguageName = "Portugees (Brazili�)" - case 81: fGetLanguageName = "Japans" - case 82: fGetLanguageName = "Korean (RoK)" - case 86: fGetLanguageName = "Chinese (vereenvoudigd)" - case 88: fGetLanguageName = "Chinese (traditioneel)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case 33 : ' France - select case CountryID - case 1: fGetLanguageName = "Anglais (U.S.A.)" - case 31: fGetLanguageName = "N�erlandais (Pays-Bas)" - case 33: fGetLanguageName = "Français (France)" - case 34: fGetLanguageName = "Espagnol (Espagne)" - case 39: fGetLanguageName = "Italien (Italie)" - case 46: fGetLanguageName = "Suédois (Suède)" - case 49: fGetLanguageName = "Allemand (Allemagne)" - case 55: fGetLanguageName = "Portugais (Brésil)" - case 81: fGetLanguageName = "Japonais" - case 82: fGetLanguageName = "Coréen" - case 86: fGetLanguageName = "Chinois (simple)" - case 88: fGetLanguageName = "Chinois (traditionnel)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case 34 : ' Spanish - select case CountryID - case 1: fGetLanguageName = "Inglés (EE.UU.)" - case 31: fGetLanguageName = "Holand�s (Pa�ses Bajos)" - case 33: fGetLanguageName = "Francés (Francia)" - case 34: fGetLanguageName = "Español (España)" - case 39: fGetLanguageName = "Italiano (Italia)" - case 46: fGetLanguageName = "Sueco (Suecia)" - case 49: fGetLanguageName = "Alemán (Alemania)" - case 55: fGetLanguageName = "Portugués (Brasil)" - case 81: fGetLanguageName = "Japonés" - case 82: fGetLanguageName = "Coreano" - case 86: fGetLanguageName = "Chino (simple)" - case 88: fGetLanguageName = "Chino (tradicional)" - case else : + case 01 : ' English (USA) + select case CountryID + case 1: fGetLanguageName = "English (USA)" + case 31: fGetLanguageName = "Dutch (Netherlands)" + case 33: fGetLanguageName = "French (France)" + case 34: fGetLanguageName = "Spanish (Spain)" + case 39: fGetLanguageName = "Italian (Italy)" + case 46: fGetLanguageName = "Swedish (Sweden)" + case 49: fGetLanguageName = "German (Germany)" + case 55: fGetLanguageName = "Portuguese (Brazil)" + case 81: fGetLanguageName = "Japanese" + case 82: fGetLanguageName = "Korean (RoK)" + case 86: fGetLanguageName = "Chinese (simplified)" + case 88: fGetLanguageName = "Chinese (traditional)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select + + case 31 : ' Dutch + select case CountryID + case 1: fGetLanguageName = "Engels (VS)" + case 31: fGetLanguageName = "Netherlands (NL)" + case 33: fGetLanguageName = "Frans (Frankrijk)" + case 34: fGetLanguageName = "Spaans (Spanje)" + case 39: fGetLanguageName = "Italiaans (Itali�)" + case 46: fGetLanguageName = "Zweeds (Zweden)" + case 49: fGetLanguageName = "Duits (Duitsland)" + case 55: fGetLanguageName = "Portugees (Brazili�)" + case 81: fGetLanguageName = "Japans" + case 82: fGetLanguageName = "Korean (RoK)" + case 86: fGetLanguageName = "Chinese (vereenvoudigd)" + case 88: fGetLanguageName = "Chinese (traditioneel)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select + + case 33 : ' France + select case CountryID + case 1: fGetLanguageName = "Anglais (U.S.A.)" + case 31: fGetLanguageName = "N�erlandais (Pays-Bas)" + case 33: fGetLanguageName = "Français (France)" + case 34: fGetLanguageName = "Espagnol (Espagne)" + case 39: fGetLanguageName = "Italien (Italie)" + case 46: fGetLanguageName = "Suédois (Suède)" + case 49: fGetLanguageName = "Allemand (Allemagne)" + case 55: fGetLanguageName = "Portugais (Brésil)" + case 81: fGetLanguageName = "Japonais" + case 82: fGetLanguageName = "Coréen" + case 86: fGetLanguageName = "Chinois (simple)" + case 88: fGetLanguageName = "Chinois (traditionnel)" + case else : QAErrorLog "Now, the test does not support for the language " +iSprache fGetLanguageName = "" end select - case 39 : ' Italy - select case CountryID - case 1: fGetLanguageName = "Inglese (US)" - case 31: fGetLanguageName = "Olandese (Paesi Bassi)" - case 33: fGetLanguageName = "Francese (Francia)" - case 34: fGetLanguageName = "Spagnolo (Spagna)" - case 39: fGetLanguageName = "Italiano (Italia)" - case 46: fGetLanguageName = "Svedese (Svezia)" - case 49: fGetLanguageName = "Tedesco (Germania)" - case 55: fGetLanguageName = "Portoghese (Brasile)" - case 81: fGetLanguageName = "Giapponese" - case 82: fGetLanguageName = "Coreano" - case 86: fGetLanguageName = "Cinese (semplificato)" - case 88: fGetLanguageName = "Cinese (tradizionale)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case 46 : ' Swedish - select case CountryID - case 1: fGetLanguageName = "engelska" - case 31: fGetLanguageName = "Holl�ndska (Nederl�nderna)" - case 33: fGetLanguageName = "franska (Frankrike)" - case 34: fGetLanguageName = "spanska (Spanien)" - case 39: fGetLanguageName = "italienska (Italien)" - case 46: fGetLanguageName = "svenska (Sverige)" - case 49: fGetLanguageName = "tyska (Tyskland)" - case 55: fGetLanguageName = "portugisiska (Brasilien)" - case 81: fGetLanguageName = "japanska" - case 82: fGetLanguageName = "koreanska" - case 86: fGetLanguageName = "kinesiska (enkel)" - case 88: fGetLanguageName = "kinesiska (trad.)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case 49 : ' German - select case CountryID - case 1: fGetLanguageName = "Englisch (USA)" - case 31: fGetLanguageName = "Niederl�ndisch (Niederlande)" - case 33: fGetLanguageName = "Französisch (Frankreich)" - case 34: fGetLanguageName = "Spanisch (Spanien)" - case 39: fGetLanguageName = "Italienisch (Italien)" - case 46: fGetLanguageName = "Schwedisch (Schweden)" - case 49: fGetLanguageName = "Deutsch (Deutschland)" - case 55: fGetLanguageName = "Portugiesisch (Brasilien)" - case 81: fGetLanguageName = "Japanisch" - case 82: fGetLanguageName = "Koreanisch" - case 86: fGetLanguageName = "Chinesisch (einfach)" - case 88: fGetLanguageName = "Chinesisch (Trad.)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case 55 : ' Portuguese - select case CountryID - case 1: fGetLanguageName = "Inglês (EUA)" - case 31: fGetLanguageName = "Holand�s (Holanda)" - case 33: fGetLanguageName = "Francês (França)" - case 34: fGetLanguageName = "Espanhol (Espanha)" - case 39: fGetLanguageName = "Italiano (Itália)" - case 46: fGetLanguageName = "Sueco (Suécia)" - case 49: fGetLanguageName = "Alemão (Alemanha)" - case 55: fGetLanguageName = "Português (Brasil)" - case 81: fGetLanguageName = "Japonês" - case 82: fGetLanguageName = "Coreano" - case 86: fGetLanguageName = "Chinês (simplificado)" - case 88: fGetLanguageName = "Chinês (Tradicional)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" + case 34 : ' Spanish + select case CountryID + case 1: fGetLanguageName = "Inglés (EE.UU.)" + case 31: fGetLanguageName = "Holand�s (Pa�ses Bajos)" + case 33: fGetLanguageName = "Francés (Francia)" + case 34: fGetLanguageName = "Español (España)" + case 39: fGetLanguageName = "Italiano (Italia)" + case 46: fGetLanguageName = "Sueco (Suecia)" + case 49: fGetLanguageName = "Alemán (Alemania)" + case 55: fGetLanguageName = "Portugués (Brasil)" + case 81: fGetLanguageName = "Japonés" + case 82: fGetLanguageName = "Coreano" + case 86: fGetLanguageName = "Chino (simple)" + case 88: fGetLanguageName = "Chino (tradicional)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" end select - case 81 : ' Japanese - select case CountryID - case 1: fGetLanguageName = "英語(米国)" - case 33: fGetLanguageName = "フランス語(フランス)" - case 34: fGetLanguageName = "スペイン語(スペイン)" - case 39: fGetLanguageName = "イタリア語(イタリア)" - case 46: fGetLanguageName = "スウェーデン語(スウェーデン)" - case 49: fGetLanguageName = "ドイツ語(ドイツ)" - case 55: fGetLanguageName = "�?ルトガル語(ブラジル)" - case 81: fGetLanguageName = "日本語" - case 82: fGetLanguageName = "韓国語" - case 86: fGetLanguageName = "中国語(簡体字)" - case 88: fGetLanguageName = "中国語(�?体字)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" + case 39 : ' Italy + select case CountryID + case 1: fGetLanguageName = "Inglese (US)" + case 31: fGetLanguageName = "Olandese (Paesi Bassi)" + case 33: fGetLanguageName = "Francese (Francia)" + case 34: fGetLanguageName = "Spagnolo (Spagna)" + case 39: fGetLanguageName = "Italiano (Italia)" + case 46: fGetLanguageName = "Svedese (Svezia)" + case 49: fGetLanguageName = "Tedesco (Germania)" + case 55: fGetLanguageName = "Portoghese (Brasile)" + case 81: fGetLanguageName = "Giapponese" + case 82: fGetLanguageName = "Coreano" + case 86: fGetLanguageName = "Cinese (semplificato)" + case 88: fGetLanguageName = "Cinese (tradizionale)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" end select - case 82 : ' Korean - select case CountryID - case 1: fGetLanguageName = "�?어(미국)" - case 33: fGetLanguageName = "스페�?�어(스페�?�)" - case 34: fGetLanguageName = "프랑스어(프랑스)" - case 39: fGetLanguageName = "�?�탈리아어 (�?�태리)" - case 46: fGetLanguageName = "스웨�?�어(스웨�?�)" - case 49: fGetLanguageName = "�?��?�어(�?��?�)" - case 55: fGetLanguageName = "�?�르투갈어(브�?�질)" - case 81: fGetLanguageName = "�?�본어" - case 82: fGetLanguageName = "한국어" - case 86: fGetLanguageName = "중국어(간체)" - case 88: fGetLanguageName = "중국어(번체)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case 86 : ' Chinese (simplified) - select case CountryID - case 1: fGetLanguageName = "英语(美国)" - case 33: fGetLanguageName = "法语(法国)" - case 34: fGetLanguageName = "西�?�牙语(西�?�牙)" - case 39: fGetLanguageName = "�?大利语(�?大利)" - case 46: fGetLanguageName = "瑞典语(瑞典)" - case 49: fGetLanguageName = "德语(德国)" - case 55: fGetLanguageName = "葡�?�牙语(巴西)" - case 81: fGetLanguageName = "日语" - case 82: fGetLanguageName = "�?鲜语" - case 86: fGetLanguageName = "中文(简体字)" - case 88: fGetLanguageName = "中文(�?体字)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case 88 : ' Chinese (traditional) - select case CountryID - case 1: fGetLanguageName = "英語(美國)" - case 33: fGetLanguageName = "法語(法國)" - case 34: fGetLanguageName = "西�?�牙語(西�?�牙)" - case 39: fGetLanguageName = "�?大利語(�?大利)" - case 46: fGetLanguageName = "瑞典語(瑞典)" - case 49: fGetLanguageName = "德語(德國)" - case 55: fGetLanguageName = "葡�?�牙語(巴西)" - case 81: fGetLanguageName = "日語" - case 82: fGetLanguageName = "韓語" - case 86: fGetLanguageName = "中文(簡體字)" - case 88: fGetLanguageName = "中文(�?體)" - case else : - QAErrorLog "Now, the test does not support for the language " +iSprache - fGetLanguageName = "" - end select - - case else : ' Fallback + case 46 : ' Swedish + select case CountryID + case 1: fGetLanguageName = "engelska" + case 31: fGetLanguageName = "Holl�ndska (Nederl�nderna)" + case 33: fGetLanguageName = "franska (Frankrike)" + case 34: fGetLanguageName = "spanska (Spanien)" + case 39: fGetLanguageName = "italienska (Italien)" + case 46: fGetLanguageName = "svenska (Sverige)" + case 49: fGetLanguageName = "tyska (Tyskland)" + case 55: fGetLanguageName = "portugisiska (Brasilien)" + case 81: fGetLanguageName = "japanska" + case 82: fGetLanguageName = "koreanska" + case 86: fGetLanguageName = "kinesiska (enkel)" + case 88: fGetLanguageName = "kinesiska (trad.)" + case else : QAErrorLog "Now, the test does not support for the language " +iSprache fGetLanguageName = "" - end select + end select + + case 49 : ' German + select case CountryID + case 1: fGetLanguageName = "Englisch (USA)" + case 31: fGetLanguageName = "Niederl�ndisch (Niederlande)" + case 33: fGetLanguageName = "Französisch (Frankreich)" + case 34: fGetLanguageName = "Spanisch (Spanien)" + case 39: fGetLanguageName = "Italienisch (Italien)" + case 46: fGetLanguageName = "Schwedisch (Schweden)" + case 49: fGetLanguageName = "Deutsch (Deutschland)" + case 55: fGetLanguageName = "Portugiesisch (Brasilien)" + case 81: fGetLanguageName = "Japanisch" + case 82: fGetLanguageName = "Koreanisch" + case 86: fGetLanguageName = "Chinesisch (einfach)" + case 88: fGetLanguageName = "Chinesisch (Trad.)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select + + case 55 : ' Portuguese + select case CountryID + case 1: fGetLanguageName = "Inglês (EUA)" + case 31: fGetLanguageName = "Holand�s (Holanda)" + case 33: fGetLanguageName = "Francês (França)" + case 34: fGetLanguageName = "Espanhol (Espanha)" + case 39: fGetLanguageName = "Italiano (Itália)" + case 46: fGetLanguageName = "Sueco (Suécia)" + case 49: fGetLanguageName = "Alemão (Alemanha)" + case 55: fGetLanguageName = "Português (Brasil)" + case 81: fGetLanguageName = "Japonês" + case 82: fGetLanguageName = "Coreano" + case 86: fGetLanguageName = "Chinês (simplificado)" + case 88: fGetLanguageName = "Chinês (Tradicional)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select + + case 81 : ' Japanese + select case CountryID + case 1: fGetLanguageName = "英語(米国)" + case 33: fGetLanguageName = "フランス語(フランス)" + case 34: fGetLanguageName = "スペイン語(スペイン)" + case 39: fGetLanguageName = "イタリア語(イタリア)" + case 46: fGetLanguageName = "スウェーデン語(スウェーデン)" + case 49: fGetLanguageName = "ドイツ語(ドイツ)" + case 55: fGetLanguageName = "�?ルトガル語(ブラジル)" + case 81: fGetLanguageName = "日本語" + case 82: fGetLanguageName = "韓国語" + case 86: fGetLanguageName = "中国語(簡体字)" + case 88: fGetLanguageName = "中国語(�?体字)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select + + case 82 : ' Korean + select case CountryID + case 1: fGetLanguageName = "�?어(미국)" + case 33: fGetLanguageName = "스페�?�어(스페�?�)" + case 34: fGetLanguageName = "프랑스어(프랑스)" + case 39: fGetLanguageName = "�?�탈리아어 (�?�태리)" + case 46: fGetLanguageName = "스웨�?�어(스웨�?�)" + case 49: fGetLanguageName = "�?��?�어(�?��?�)" + case 55: fGetLanguageName = "�?�르투갈어(브�?�질)" + case 81: fGetLanguageName = "�?�본어" + case 82: fGetLanguageName = "한국어" + case 86: fGetLanguageName = "중국어(간체)" + case 88: fGetLanguageName = "중국어(번체)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select + + case 86 : ' Chinese (simplified) + select case CountryID + case 1: fGetLanguageName = "英语(美国)" + case 33: fGetLanguageName = "法语(法国)" + case 34: fGetLanguageName = "西�?�牙语(西�?�牙)" + case 39: fGetLanguageName = "�?大利语(�?大利)" + case 46: fGetLanguageName = "瑞典语(瑞典)" + case 49: fGetLanguageName = "德语(德国)" + case 55: fGetLanguageName = "葡�?�牙语(巴西)" + case 81: fGetLanguageName = "日语" + case 82: fGetLanguageName = "�?鲜语" + case 86: fGetLanguageName = "中文(简体字)" + case 88: fGetLanguageName = "中文(�?体字)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select + + case 88 : ' Chinese (traditional) + select case CountryID + case 1: fGetLanguageName = "英語(美國)" + case 33: fGetLanguageName = "法語(法國)" + case 34: fGetLanguageName = "西�?�牙語(西�?�牙)" + case 39: fGetLanguageName = "�?大利語(�?大利)" + case 46: fGetLanguageName = "瑞典語(瑞典)" + case 49: fGetLanguageName = "德語(德國)" + case 55: fGetLanguageName = "葡�?�牙語(巴西)" + case 81: fGetLanguageName = "日語" + case 82: fGetLanguageName = "韓語" + case 86: fGetLanguageName = "中文(簡體字)" + case 88: fGetLanguageName = "中文(�?體)" + case else : + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select + + case else : ' Fallback + QAErrorLog "Now, the test does not support for the language " +iSprache + fGetLanguageName = "" + end select end function -- cgit From 46f5a99b44be10e159535c6527e156657444d535 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 15:47:27 +0200 Subject: vitomation01: #i109562 - Add one slot --- testautomation/global/tools/includes/required/t_tools3.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index d7c82d18d77d..f6e72847621b 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1039,6 +1039,7 @@ function hUseAsyncSlot( cSlot as string ) as integer case "editlinkswriter" : EditLinksWriter case "editfields" : EditFields + case "formatframe" : FormatFrame case "formatcharttype" : FormatChartType case "formatcontrol" : FormatControl case "formateditpoints" : FormatEditPoints -- cgit From f6b1677eb2b26715ce630b9fc3988e2fcfa49350 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 16:03:33 +0200 Subject: vitomation01: #i109562 - Added issue #i111909 for failing to access rename menuitem in context menu, reformatted files to coding standards (Partially) --- .../writer/optional/includes/undo/w_undo1.inc | 401 ++++---- .../optional/includes/undo/w_undo_history_1.inc | 286 +++--- .../optional/includes/undo/w_undo_history_2.inc | 842 ++++++++-------- .../optional/includes/undo/w_undo_history_3.inc | 1059 ++++++++++---------- .../optional/includes/undo/w_undo_history_4.inc | 650 ++++++------ 5 files changed, 1618 insertions(+), 1620 deletions(-) mode change 100755 => 100644 testautomation/writer/optional/includes/undo/w_undo_history_1.inc mode change 100755 => 100644 testautomation/writer/optional/includes/undo/w_undo_history_2.inc (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/undo/w_undo1.inc b/testautomation/writer/optional/includes/undo/w_undo1.inc index c4c602dc6373..9fe34e5880a7 100644 --- a/testautomation/writer/optional/includes/undo/w_undo1.inc +++ b/testautomation/writer/optional/includes/undo/w_undo1.inc @@ -28,11 +28,6 @@ '* '* short description : Writer Undo/Redo - Test '* -'************************************************************************ -'* -' #1 tEditUndoRedo -' #1 tEditUndoTOX ' undo with table of contents -'* '\*********************************************************************** testcase tEditUndoRedo @@ -142,216 +137,216 @@ endcase testcase tEditUndoTOX QaErrorLog "tEditUndoTOX outcommented due to makeover." goto endsub - - Dim CompareThis as string, Compare1 as string, Compare2 as string, Compare3 as string - Dim CompareWith1 as string, CompareWith2 as string, MenuEntryEnabled as boolean - ' Strings depends on the language so this testcase has to be adapted for all languages - Select Case iSprache - Case 1: Compare1 = "Undo: " - Compare2 = "Insert index/table" - Compare3 = "Remove index/table" - Case 49:Compare1 = "R�ckg�ngig" - Compare2 = "Einf�gen Verzeichnis" - Compare3 = "Verzeichnis aufheben" - Case else: - QAErrorlog "Please adapt this testcase for this language!" - Compare1 = "Undo: " - Compare2 = "Insert index/table" - Compare3 = "Remove index/table" - end select - CompareWith1 = Compare1 & Compare2 - CompareWith2 = Compare1 & Compare3 - - '/// Open a new writerdocument - Call hNewDocument - '/// Insert an index in document - printlog "Insert Index" - InsertIndexes + Dim CompareThis as string, Compare1 as string, Compare2 as string, Compare3 as string + Dim CompareWith1 as string, CompareWith2 as string, MenuEntryEnabled as boolean + ' Strings depends on the language so this testcase has to be adapted for all languages + Select Case iSprache + Case 1: Compare1 = "Undo: " + Compare2 = "Insert index/table" + Compare3 = "Remove index/table" + Case 49:Compare1 = "R�ckg�ngig" + Compare2 = "Einf�gen Verzeichnis" + Compare3 = "Verzeichnis aufheben" + Case else: + QAErrorlog "Please adapt this testcase for this language!" + Compare1 = "Undo: " + Compare2 = "Insert index/table" + Compare3 = "Remove index/table" + end select + CompareWith1 = Compare1 & Compare2 + CompareWith2 = Compare1 & Compare3 + + '/// Open a new writerdocument + Call hNewDocument + + '/// Insert an index in document + printlog "Insert Index" + InsertIndexes - Kontext + Kontext Active.Setpage TabVerzeichnisseVerzeichnis Kontext "TabVerzeichnisseVerzeichnis" - Verzeichnistitel.Settext "MyUndoRedoIndex" - TabVerzeichnisseVerzeichnis.Ok - - '/// Check if Edit/Undo menu shows 'Undo: Insert Index' - Call hUseMenu() - try - MenuSelect(Menugetitemid(2)) ' Opens the Edit - Menu - MenuEntryEnabled = True - catch - MenuEntryEnabled = False - endcatch - if MenuEntryEnabled = True then - CompareThis = hhEntferneTilde(MenuGetItemText(Menugetitemid(1))) - Call MenuSelect(0) - if CompareWith1 > "" then - if CompareThis <> CompareWith1 then - Warnlog "Edit / Undo entry is wrong: " & CompareThis - else - printlog " - Menu Edit / Undo is ok" - end if - else - QAErrorLog "Use this string in this testcase: " & CompareThis - Call hCloseDocument - goto endsub - end if - else - Warnlog "Edit / Undo in menu is disabled !" - end if - - Kontext "DocumentWriter" - DocumentWriter.TypeKeys "" - Wait 500 - '/// Check if Undo dropdown-Icon shows: 'Insert index' - Select Case CheckUndoEntry ( 1, Compare2 ) - Case 0: Warnlog " - Undo-dropdown is disabled!" - Case 1: Warnlog " - Entry in Undo-dropdown is wrong!" - Case 2: printlog " - Entry in Undo-dropdown is ok!" - end select - - '/// Update index with context menu entry: Update index" - Kontext "DocumentWriter" - DocumentWriter.OpenContextMenu - ' Update Index/table in context menu - printlog "Update Index" - Call MenuSelect(Menugetitemid(7)) + Verzeichnistitel.Settext "MyUndoRedoIndex" + TabVerzeichnisseVerzeichnis.Ok + + '/// Check if Edit/Undo menu shows 'Undo: Insert Index' + Call hUseMenu() + try + MenuSelect(Menugetitemid(2)) ' Opens the Edit - Menu + MenuEntryEnabled = True + catch + MenuEntryEnabled = False + endcatch + if MenuEntryEnabled = True then + CompareThis = hhEntferneTilde(MenuGetItemText(Menugetitemid(1))) + Call MenuSelect(0) + if CompareWith1 > "" then + if CompareThis <> CompareWith1 then + Warnlog "Edit / Undo entry is wrong: " & CompareThis + else + printlog " - Menu Edit / Undo is ok" + end if + else + QAErrorLog "Use this string in this testcase: " & CompareThis + Call hCloseDocument + goto endsub + end if + else + Warnlog "Edit / Undo in menu is disabled !" + end if + + Kontext "DocumentWriter" + DocumentWriter.TypeKeys "" + Wait 500 + '/// Check if Undo dropdown-Icon shows: 'Insert index' + Select Case CheckUndoEntry ( 1, Compare2 ) + Case 0: Warnlog " - Undo-dropdown is disabled!" + Case 1: Warnlog " - Entry in Undo-dropdown is wrong!" + Case 2: printlog " - Entry in Undo-dropdown is ok!" + end select + + '/// Update index with context menu entry: Update index" + Kontext "DocumentWriter" + DocumentWriter.OpenContextMenu + ' Update Index/table in context menu + printlog "Update Index" + Call MenuSelect(Menugetitemid(7)) + + '/// Check if Edit/Undo menu shows 'Undo: Insert Index' after index update + Call hUseMenu() + try + MenuSelect(Menugetitemid(2)) ' Opens the Edit - Menu + MenuEntryEnabled = True + catch + MenuEntryEnabled = False + endcatch + if MenuEntryEnabled = True then + CompareThis = hhEntferneTilde(MenuGetItemText(Menugetitemid(1))) + Call MenuSelect(0) + if CompareWith1 > "" then + if CompareThis <> CompareWith1 then + Warnlog "Edit / Undo entry is wrong: " & CompareThis + else + printlog " - Menu Edit / Undo is ok" + end if + else + QAErrorLog "Use this string in this testcase: " & CompareThis + Call hCloseDocument + goto endsub + end if + else + Warnlog "Edit / Undo in menu is disabled !" + end if - '/// Check if Edit/Undo menu shows 'Undo: Insert Index' after index update - Call hUseMenu() - try - MenuSelect(Menugetitemid(2)) ' Opens the Edit - Menu - MenuEntryEnabled = True - catch - MenuEntryEnabled = False - endcatch - if MenuEntryEnabled = True then - CompareThis = hhEntferneTilde(MenuGetItemText(Menugetitemid(1))) - Call MenuSelect(0) - if CompareWith1 > "" then - if CompareThis <> CompareWith1 then - Warnlog "Edit / Undo entry is wrong: " & CompareThis - else - printlog " - Menu Edit / Undo is ok" - end if - else - QAErrorLog "Use this string in this testcase: " & CompareThis - Call hCloseDocument - goto endsub - end if - else - Warnlog "Edit / Undo in menu is disabled !" - end if - - Kontext "DocumentWriter" - DocumentWriter.TypeKeys "" - Wait 500 - '/// Check if Undo dropdown-Icon shows: 'Insert index' after index update - Select Case CheckUndoEntry ( 1, Compare2 ) - Case 0: Warnlog " - Undo-dropdown is disabled!" - Case 1: Warnlog " - Entry in Undo-dropdown is wrong!" - Case 2: printlog " - Entry in Undo-dropdown is ok!" - end select - - '/// Delete index with context menu entry: Delete index" - Kontext "DocumentWriter" - DocumentWriter.OpenContextMenu - ' Delete Index/table in context menu - printlog "Remove Index" - Call MenuSelect(Menugetitemid(9)) + Kontext "DocumentWriter" + DocumentWriter.TypeKeys "" + Wait 500 + '/// Check if Undo dropdown-Icon shows: 'Insert index' after index update + Select Case CheckUndoEntry ( 1, Compare2 ) + Case 0: Warnlog " - Undo-dropdown is disabled!" + Case 1: Warnlog " - Entry in Undo-dropdown is wrong!" + Case 2: printlog " - Entry in Undo-dropdown is ok!" + end select - '/// Check if Edit/Undo menu shows 'Undo: Remove index' after deleting index - Call hUseMenu() - try - MenuSelect(Menugetitemid(2)) ' Opens the Edit - Menu - MenuEntryEnabled = True - catch - MenuEntryEnabled = False - endcatch - if MenuEntryEnabled = True then - CompareThis = hhEntferneTilde(MenuGetItemText(Menugetitemid(1))) - Call MenuSelect(0) - if CompareWith2 > "" then - if CompareThis <> CompareWith2 then - Warnlog "Edit / Undo entry is wrong: " & CompareThis - else - printlog " - Menu Edit / Undo is ok" - end if - else - QAErrorLog "Use this string in this testcase: " & CompareThis - Call hCloseDocument - goto endsub - end if - else - Warnlog "Edit / Undo in menu is disabled !" - end if - - Kontext "DocumentWriter" - DocumentWriter.TypeKeys "" - Wait 500 - '/// Check if Undo dropdown-Icon shows: 'Remove index' after deleting index - Select Case CheckUndoEntry ( 1, Compare3 ) - Case 0: Warnlog " - Undo-dropdown is disabled!" - Case 1: Warnlog " - Entry in Undo-dropdown is wrong!" - Case 2: printlog " - Entry in Undo-dropdown is ok!" - end select - - printlog "Working undo" - '/// Edit / Undo 1 time -> Index should be restored - EditUndo - Sleep 1 - Call wNavigatorAuswahl ( 10, 1 ) - wait 500 - InsertIndexes + '/// Delete index with context menu entry: Delete index" + Kontext "DocumentWriter" + DocumentWriter.OpenContextMenu + ' Delete Index/table in context menu + printlog "Remove Index" + Call MenuSelect(Menugetitemid(9)) - wait 500 - Kontext + '/// Check if Edit/Undo menu shows 'Undo: Remove index' after deleting index + Call hUseMenu() try - Active.Setpage TabVerzeichnisseVerzeichnis - catch - Warnlog "Index dialog has not been opened!" - Call hCloseDocument - goto endsub - endcatch + MenuSelect(Menugetitemid(2)) ' Opens the Edit - Menu + MenuEntryEnabled = True + catch + MenuEntryEnabled = False + endcatch + if MenuEntryEnabled = True then + CompareThis = hhEntferneTilde(MenuGetItemText(Menugetitemid(1))) + Call MenuSelect(0) + if CompareWith2 > "" then + if CompareThis <> CompareWith2 then + Warnlog "Edit / Undo entry is wrong: " & CompareThis + else + printlog " - Menu Edit / Undo is ok" + end if + else + QAErrorLog "Use this string in this testcase: " & CompareThis + Call hCloseDocument + goto endsub + end if + else + Warnlog "Edit / Undo in menu is disabled !" + end if - Kontext "TabVerzeichnisseVerzeichnis" - if Verzeichnistitel.Gettext = "MyUndoRedoIndex" then - printlog " - Index has been restored" - TabVerzeichnisseVerzeichnis.Cancel - '/// Check if Undo dropdown-Icon shows: 'Insert index' - Select Case CheckUndoEntry ( 1, Compare2 ) - Case 0: Warnlog " - Undo-dropdown is disabled!" - Case 1: Warnlog " - Entry in Undo-dropdown is wrong!" - Case 2: printlog " - Entry in Undo-dropdown is ok!" - end select + Kontext "DocumentWriter" + DocumentWriter.TypeKeys "" + Wait 500 + '/// Check if Undo dropdown-Icon shows: 'Remove index' after deleting index + Select Case CheckUndoEntry ( 1, Compare3 ) + Case 0: Warnlog " - Undo-dropdown is disabled!" + Case 1: Warnlog " - Entry in Undo-dropdown is wrong!" + Case 2: printlog " - Entry in Undo-dropdown is ok!" + end select - '/// Check if Redo dropdown-Icon shows: 'Remove index' after deleting index - Select Case CheckRedoEntry ( 1, Compare3 ) - Case 0: Warnlog " - Redo-dropdown is disabled!" - Case 1: Warnlog " - Entry in Redo-dropdown is wrong!" - Case 2: printlog " - Entry in Redo-dropdown is ok!" - end select + printlog "Working undo" + '/// Edit / Undo 1 time -> Index should be restored + EditUndo + Sleep 1 + Call wNavigatorAuswahl ( 10, 1 ) + wait 500 + InsertIndexes - '/// Edit / Undo one more time - '/// Check if Undo dropdown-Icon is disabled - Select Case CheckUndoEntry ( 1, Compare2 ) - Case 0: printlog " - Undo-dropdown is disabled!" - Case 1: Warnlog " - Entry in Undo-dropdown is enabled!" - Case 2: Warnlog " - Entry in Undo-dropdown is enabled!" - end select + wait 500 + Kontext + try + Active.Setpage TabVerzeichnisseVerzeichnis + catch + Warnlog "Index dialog has not been opened!" + Call hCloseDocument + goto endsub + endcatch + + Kontext "TabVerzeichnisseVerzeichnis" + if Verzeichnistitel.Gettext = "MyUndoRedoIndex" then + printlog " - Index has been restored" + TabVerzeichnisseVerzeichnis.Cancel + '/// Check if Undo dropdown-Icon shows: 'Insert index' + Select Case CheckUndoEntry ( 1, Compare2 ) + Case 0: Warnlog " - Undo-dropdown is disabled!" + Case 1: Warnlog " - Entry in Undo-dropdown is wrong!" + Case 2: printlog " - Entry in Undo-dropdown is ok!" + end select + + '/// Check if Redo dropdown-Icon shows: 'Remove index' after deleting index + Select Case CheckRedoEntry ( 1, Compare3 ) + Case 0: Warnlog " - Redo-dropdown is disabled!" + Case 1: Warnlog " - Entry in Redo-dropdown is wrong!" + Case 2: printlog " - Entry in Redo-dropdown is ok!" + end select - '/// Check if Redo dropdown-Icon shows: 'Insert index' after Undo 2 times - Select Case CheckRedoEntry ( 1, Compare2 ) - Case 0: Warnlog " - Redo-dropdown is disabled!" - Case 1: Warnlog " - Entry in Redo-dropdown is wrong!" - Case 2: printlog " - Entry in Redo-dropdown is ok!" - end select + '/// Edit / Undo one more time + '/// Check if Undo dropdown-Icon is disabled + Select Case CheckUndoEntry ( 1, Compare2 ) + Case 0: printlog " - Undo-dropdown is disabled!" + Case 1: Warnlog " - Entry in Undo-dropdown is enabled!" + Case 2: Warnlog " - Entry in Undo-dropdown is enabled!" + end select - else - Warnlog "Index has not been removed!" - TabVerzeichnisseVerzeichnis.Cancel - end if + '/// Check if Redo dropdown-Icon shows: 'Insert index' after Undo 2 times + Select Case CheckRedoEntry ( 1, Compare2 ) + Case 0: Warnlog " - Redo-dropdown is disabled!" + Case 1: Warnlog " - Entry in Redo-dropdown is wrong!" + Case 2: printlog " - Entry in Redo-dropdown is ok!" + end select - Call hCloseDocument + else + Warnlog "Index has not been removed!" + TabVerzeichnisseVerzeichnis.Cancel + end if + + Call hCloseDocument endcase diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_1.inc b/testautomation/writer/optional/includes/undo/w_undo_history_1.inc old mode 100755 new mode 100644 index 43356c09017c..72fe352b2319 --- a/testautomation/writer/optional/includes/undo/w_undo_history_1.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_1.inc @@ -33,172 +33,172 @@ sub w_undo_history_1 - ' a < 20 characters long string - Call tUndoOverwrite ' Typing & Overwrite - Call tUndoFindAndReplace ' Replace - Call tUndoReplaceAll ' Replace all & Delete - Call tUndoSort ' Sort - Call tUndoTableConvert ' Text convert to table + ' a < 20 characters long string + Call tUndoOverwrite ' Typing & Overwrite + Call tUndoFindAndReplace ' Replace + Call tUndoReplaceAll ' Replace all & Delete + Call tUndoSort ' Sort + Call tUndoTableConvert ' Text convert to table end sub testcase tUndoOverwrite - '/// new document - Call hNewDocument - '/// CHECK: Typing - printlog "- TYPING" - '/// write a < 20 characters long string: If20CharactersThere - Call wTypeKeys "If20CharactersThere" - '/// string in Undo list has to be: Typing: If20CharactersThere - Call CheckUndoStringInUndoList ( 1, "'If20Char...rsThere'" ) - - '/// CHECK: Overwrite - printlog "- OVERWRITE" - '/// press 'Home' key - Call wTypeKeys "" - '/// press 'Ins' key - Call wTypeKeys "" - '/// write a < 20 characters long string: IsThatDifferent4You - Call wTypeKeys "IsThatDifferent4You" - '/// string in Undo list has to be: Overwrite: IsThatDifferent4You - Call CheckUndoStringInUndoList ( 2, "'IsThatDifferent4You'" ) - - '/// CloseDocument - Call hCloseDocument + '/// new document + Call hNewDocument + '/// CHECK: Typing + printlog "- TYPING" + '/// write a < 20 characters long string: If20CharactersThere + Call wTypeKeys "If20CharactersThere" + '/// string in Undo list has to be: Typing: If20CharactersThere + Call CheckUndoStringInUndoList ( 1, "'If20Char...rsThere'" ) + + '/// CHECK: Overwrite + printlog "- OVERWRITE" + '/// press 'Home' key + Call wTypeKeys "" + '/// press 'Ins' key + Call wTypeKeys "" + '/// write a < 20 characters long string: IsThatDifferent4You + Call wTypeKeys "IsThatDifferent4You" + '/// string in Undo list has to be: Overwrite: IsThatDifferent4You + Call CheckUndoStringInUndoList ( 2, "'IsThatDifferent4You'" ) + + '/// CloseDocument + Call hCloseDocument endcase testcase tUndoFindAndReplace - '/// new Document - '/// CHECK: Replace - printlog "- REPLACE" - Call hNewDocument - '/// write a < 20 characters long string: If20CharactersThere - Call wTypeKeys "If20CharactersThere" - '/// Select text - Call wTypeKeys "" - '/// Edit / Find and Replace - EditSearchAndReplace - Kontext "FindAndReplace" - '/// Type 'ThisReplacementText' in 'Replace with' field - ReplaceWith.Settext "ThisReplacementText" - '/// Choose Button 'Replace' and close dialog - ReplaceBtn.Click - wait 500 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - try - Active.Yes - catch - Active.Ok - endcatch - end if - end if - Kontext "FindAndReplace" - FindAndReplace.Close - Kontext "DocumentWriter" - '/// string in Undo list has to be: Replace: 'IsThatDifferent4You' -> 'ThisReplacementText' - Call CheckUndoStringInUndoList ( 3, "'If20CharactersThere' -> 'ThisReplacementText'" ) - - '/// Close document - Call hCloseDocument + '/// new Document + '/// CHECK: Replace + printlog "- REPLACE" + Call hNewDocument + '/// write a < 20 characters long string: If20CharactersThere + Call wTypeKeys "If20CharactersThere" + '/// Select text + Call wTypeKeys "" + '/// Edit / Find and Replace + EditSearchAndReplace + Kontext "FindAndReplace" + '/// Type 'ThisReplacementText' in 'Replace with' field + ReplaceWith.Settext "ThisReplacementText" + '/// Choose Button 'Replace' and close dialog + ReplaceBtn.Click + wait 500 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + try + Active.Yes + catch + Active.Ok + endcatch + end if + end if + Kontext "FindAndReplace" + FindAndReplace.Close + Kontext "DocumentWriter" + '/// string in Undo list has to be: Replace: 'IsThatDifferent4You' -> 'ThisReplacementText' + Call CheckUndoStringInUndoList ( 3, "'If20CharactersThere' -> 'ThisReplacementText'" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoReplaceAll - Dim CheckString as string - - '/// new document - '/// CHECK: Replace all - printlog "- REPLACE ALL" - Call hNewDocument - '/// Insert the dummy text and point cursor at the top of the document - Call wBlindtextEinfuegen - Call wTypeKeys "" - '/// Edit / Find and Replace - EditSearchAndReplace - Kontext "FindAndReplace" - '/// Type 'and' in 'Search for' field - SearchFor.Settext "and" - '/// Type 'ThisReplacementText' in 'Replace with' field - ReplaceWith.Settext "###" - '/// Choose Button 'Replace' and close dialog - ReplaceAll.Click - wait 500 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then Active.Ok - end if - Kontext "FindAndReplace" - FindAndReplace.Close - - Kontext "DocumentWriter" - '/// string in Undo list has to be: Replace: '14 occurences of and' - Call CheckUndoStringInUndoList ( 5, "14 occurences of 'and'" ) - - '/// CHECK: Delete - '/// Backspace 4 times to delete characters - Call wTypeKeys "", 4 - '/// string in Undo list has to be: Delete: '###' - printlog "- DELETE" - Call CheckUndoStringInUndoList ( 11, "' ###'" ) - - '/// Close document - Call hCloseDocument + Dim CheckString as string + + '/// new document + '/// CHECK: Replace all + printlog "- REPLACE ALL" + Call hNewDocument + '/// Insert the dummy text and point cursor at the top of the document + Call wBlindtextEinfuegen + Call wTypeKeys "" + '/// Edit / Find and Replace + EditSearchAndReplace + Kontext "FindAndReplace" + '/// Type 'and' in 'Search for' field + SearchFor.Settext "and" + '/// Type 'ThisReplacementText' in 'Replace with' field + ReplaceWith.Settext "###" + '/// Choose Button 'Replace' and close dialog + ReplaceAll.Click + wait 500 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then Active.Ok + end if + Kontext "FindAndReplace" + FindAndReplace.Close + + Kontext "DocumentWriter" + '/// string in Undo list has to be: Replace: '14 occurences of and' + Call CheckUndoStringInUndoList ( 5, "14 occurences of 'and'" ) + + '/// CHECK: Delete + '/// Backspace 4 times to delete characters + Call wTypeKeys "", 4 + '/// string in Undo list has to be: Delete: '###' + printlog "- DELETE" + Call CheckUndoStringInUndoList ( 11, "' ###'" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoSort - '/// new document - Call hNewDocument - '/// CHECK: Text sort - printlog "- TEXT SORT" - '/// Enter some text like "Thisis atest" - Call wTypeKeys "This" - Call wTypeKeys "" - Call wTypeKeys "is a" - Call wTypeKeys "" - Call wTypeKeys "test" - Call wTypeKeys "" - '/// Select all and Tools -> Sort - Call wTypeKeys "" - ToolsSort + '/// new document + Call hNewDocument + '/// CHECK: Text sort + printlog "- TEXT SORT" + '/// Enter some text like "Thisis atest" + Call wTypeKeys "This" + Call wTypeKeys "" + Call wTypeKeys "is a" + Call wTypeKeys "" + Call wTypeKeys "test" + Call wTypeKeys "" + '/// Select all and Tools -> Sort + Call wTypeKeys "" + ToolsSort Kontext "Sortieren" Sortieren.Ok - - '/// string in Undo list has to be: "Sort text" - Call CheckUndoStringInUndoList ( 6, "Sort text" ) - - '/// Close document - Call hCloseDocument + + '/// string in Undo list has to be: "Sort text" + Call CheckUndoStringInUndoList ( 6, "Sort text" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoTableConvert - '/// new document - Call hNewDocument - '/// CHECK: Text convert to table - printlog "TEXT CONVERT TO TABLE" - '/// Enter some text like "Thisis atest" - Call wTypeKeys "This" - Call wTypeKeys "" - Call wTypeKeys "is a" - Call wTypeKeys "" - Call wTypeKeys "test" - Call wTypeKeys "" - '/// Select all and Tools - Text <> Table - Call wTypeKeys "" - ToolsTextInTable - Kontext "TextInTabelleUmwandeln" - Absatz.Check - TextInTabelleUmwandeln.Ok - '/// string in Undo list has to be: "Convert text -> table" - Call CheckUndoStringInUndoList ( 7, "Convert text -> table" ) - - '/// Close document - Call hCloseDocument + '/// new document + Call hNewDocument + '/// CHECK: Text convert to table + printlog "TEXT CONVERT TO TABLE" + '/// Enter some text like "Thisis atest" + Call wTypeKeys "This" + Call wTypeKeys "" + Call wTypeKeys "is a" + Call wTypeKeys "" + Call wTypeKeys "test" + Call wTypeKeys "" + '/// Select all and Tools - Text <> Table + Call wTypeKeys "" + ToolsTextInTable + Kontext "TextInTabelleUmwandeln" + Absatz.Check + TextInTabelleUmwandeln.Ok + '/// string in Undo list has to be: "Convert text -> table" + Call CheckUndoStringInUndoList ( 7, "Convert text -> table" ) + + '/// Close document + Call hCloseDocument endcase diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_2.inc b/testautomation/writer/optional/includes/undo/w_undo_history_2.inc old mode 100755 new mode 100644 index a2f305a45f8c..5104b29af85b --- a/testautomation/writer/optional/includes/undo/w_undo_history_2.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_2.inc @@ -33,496 +33,496 @@ sub w_undo_history_2 - ' a > 20 characters long string - Call tUndoOverwriteLong ' Typing & Overwrite - Call tUndoFindAndReplaceLong ' Replace - Call tUndoDeleteMultiSelection ' Delete a multi-selection - Call tUndoParagraph ' Paragraphs - Call tUndoClipboard ' Copy/Paste - Call tUndoChanges ' Changes accept an reject - Call tUndoLineBreak ' Manual breaks - line break - Call tUndoColumnBreak ' Manual breaks - column break - Call tUndoPageBreak ' Manual breaks - page break - Call tUndoFields ' Fields (Insert/Modify / Delete) - Call tUndoSpecialCharacter ' Special Character (Insert/ Delete) - Call tUndoStyles ' Styles (Apply/Modify/Find&Replace/Promote/Demote) + ' a > 20 characters long string + Call tUndoOverwriteLong ' Typing & Overwrite + Call tUndoFindAndReplaceLong ' Replace + Call tUndoDeleteMultiSelection ' Delete a multi-selection + Call tUndoParagraph ' Paragraphs + Call tUndoClipboard ' Copy/Paste + Call tUndoChanges ' Changes accept an reject + Call tUndoLineBreak ' Manual breaks - line break + Call tUndoColumnBreak ' Manual breaks - column break + Call tUndoPageBreak ' Manual breaks - page break + Call tUndoFields ' Fields (Insert/Modify / Delete) + Call tUndoSpecialCharacter ' Special Character (Insert/ Delete) + Call tUndoStyles ' Styles (Apply/Modify/Find&Replace/Promote/Demote) end sub testcase tUndoOverwriteLong - '/// Typing & overwrite a > 20 characters long string - '/// new document - Call hNewDocument - '/// CHECK: Typing - printlog "- TYPING" - '/// write a > 20 characters long string: ThisSentenceHasMoreThan20Characters - Call wTypeKeys ( "ThisSentenceHasMoreThan20Characters" ) - '/// string in Undo list has to be: Typing: ThisSente...aracters - Call CheckUndoStringInUndoList ( 1, "'ThisSent...racters'" ) - - '/// CHECK: Overwrite - printlog "- OVERWRITE" - '/// press 'Home' key - Call wTypeKeys "" - '/// press 'Ins' key - Call wTypeKeys "" - '/// write a > 20 characters long string: ThePreviousSentenceHasBeenOverwritten - Call wTypeKeys ( "ThePreviousSentenceHasBeenOverwritten" ) - '/// string in Undo list has to be: Overwrite: ThePrevio...rwritten - Call CheckUndoStringInUndoList ( 2, "'ThePrevio...rwritten'" ) - - '/// CloseDocument - Call hCloseDocument + '/// Typing & overwrite a > 20 characters long string + '/// new document + Call hNewDocument + '/// CHECK: Typing + printlog "- TYPING" + '/// write a > 20 characters long string: ThisSentenceHasMoreThan20Characters + Call wTypeKeys ( "ThisSentenceHasMoreThan20Characters" ) + '/// string in Undo list has to be: Typing: ThisSente...aracters + Call CheckUndoStringInUndoList ( 1, "'ThisSent...racters'" ) + + '/// CHECK: Overwrite + printlog "- OVERWRITE" + '/// press 'Home' key + Call wTypeKeys "" + '/// press 'Ins' key + Call wTypeKeys "" + '/// write a > 20 characters long string: ThePreviousSentenceHasBeenOverwritten + Call wTypeKeys ( "ThePreviousSentenceHasBeenOverwritten" ) + '/// string in Undo list has to be: Overwrite: ThePrevio...rwritten + Call CheckUndoStringInUndoList ( 2, "'ThePrevio...rwritten'" ) + + '/// CloseDocument + Call hCloseDocument endcase testcase tUndoFindAndReplaceLong - '/// Replace a > 20 characters long string - '/// new Document - '/// CHECK: Replace - printlog "- REPLACE" - Call hNewDocument - '/// write a > 20 characters long string: ThePreviousSentenceHasBeenOverwritten - Call wTypeKeys ( "ThePreviousSentenceHasBeenOverwritten" ) - '/// Select text - Call wTypeKeys ( "" ) - '/// Edit / Find and Replace - EditSearchAndReplace - Kontext "FindAndReplace" - '/// Type 'ThisIsAboutALongTextThatHadToBeReplaced' in 'Replace with' field - ReplaceWith.Settext "ThisIsAboutALongTextThatHadToBeReplaced" - '/// Choose Button 'Replace' and close dialog - ReplaceBtn.Click - wait 500 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - try - Active.Yes - catch - Active.Ok - endcatch - end if - end if - Kontext "FindAndReplace" - FindAndReplace.Close - Kontext "DocumentWriter" - '/// string in Undo list has to be: Replace: 'ThePrevio...rwritten' -> 'ThisIsAbo...Replaced' - Call CheckUndoStringInUndoList ( 3, "'ThePrevio...rwritten' -> 'ThisIsAbo...Replaced'" ) - - '/// Close document - Call hCloseDocument + '/// Replace a > 20 characters long string + '/// new Document + '/// CHECK: Replace + printlog "- REPLACE" + Call hNewDocument + '/// write a > 20 characters long string: ThePreviousSentenceHasBeenOverwritten + Call wTypeKeys ( "ThePreviousSentenceHasBeenOverwritten" ) + '/// Select text + Call wTypeKeys ( "" ) + '/// Edit / Find and Replace + EditSearchAndReplace + Kontext "FindAndReplace" + '/// Type 'ThisIsAboutALongTextThatHadToBeReplaced' in 'Replace with' field + ReplaceWith.Settext "ThisIsAboutALongTextThatHadToBeReplaced" + '/// Choose Button 'Replace' and close dialog + ReplaceBtn.Click + wait 500 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + try + Active.Yes + catch + Active.Ok + endcatch + end if + end if + Kontext "FindAndReplace" + FindAndReplace.Close + Kontext "DocumentWriter" + '/// string in Undo list has to be: Replace: 'ThePrevio...rwritten' -> 'ThisIsAbo...Replaced' + Call CheckUndoStringInUndoList ( 3, "'ThePrevio...rwritten' -> 'ThisIsAbo...Replaced'" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoDeleteMultiSelection - '/// Delete a multi-selection - printlog "- Delete a multi-selection" - '/// new Document - Call hNewDocument - '/// write down: the deletion of a multi-selection - Call wTypeKeys ( "the deletion of a multi-selection" ) - '/// with Shift + F8 enter multi-selection mode - Call wTypeKeys ( "" ) - '/// multi-select "the ", " a" and "multi-" - Call wTypeKeys ( "" ) - Call wTypeKeys ( "", 2) - Call wTypeKeys ( "" ) - Call wTypeKeys ( "", 2) - Call wTypeKeys ( "" ) - Call wTypeKeys ( "", 2) - Call wTypeKeys ( "" ) - Call wTypeKeys ( "") - '/// Delete the multi-selection - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: 'Delete: multi-selection'" - Call CheckUndoStringInUndoList ( 4, "Delete multiple selection" ) - '/// Close document - Call hCloseDocument + '/// Delete a multi-selection + printlog "- Delete a multi-selection" + '/// new Document + Call hNewDocument + '/// write down: the deletion of a multi-selection + Call wTypeKeys ( "the deletion of a multi-selection" ) + '/// with Shift + F8 enter multi-selection mode + Call wTypeKeys ( "" ) + '/// multi-select "the ", " a" and "multi-" + Call wTypeKeys ( "" ) + Call wTypeKeys ( "", 2) + Call wTypeKeys ( "" ) + Call wTypeKeys ( "", 2) + Call wTypeKeys ( "" ) + Call wTypeKeys ( "", 2) + Call wTypeKeys ( "" ) + Call wTypeKeys ( "") + '/// Delete the multi-selection + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: 'Delete: multi-selection'" + Call CheckUndoStringInUndoList ( 4, "Delete multiple selection" ) + '/// Close document + Call hCloseDocument endcase testcase tUndoParagraph - '/// Insert and delete a paragraph - printlog "- Insert Paragraph" - '/// new document - Call hNewDocument - '/// press return to insert a new paragraph - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "New paragraph" - Call CheckUndoStringInUndoList ( 8, "New Paragraph" ) - printlog "- Delete Paragraph" - '/// press Backspace to delete paragraph - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Delete paragraph" - Call CheckUndoStringInUndoList ( 8, "Delete Paragraph" ) - - '/// close document - Call hCloseDocument + '/// Insert and delete a paragraph + printlog "- Insert Paragraph" + '/// new document + Call hNewDocument + '/// press return to insert a new paragraph + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "New paragraph" + Call CheckUndoStringInUndoList ( 8, "New Paragraph" ) + printlog "- Delete Paragraph" + '/// press Backspace to delete paragraph + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Delete paragraph" + Call CheckUndoStringInUndoList ( 8, "Delete Paragraph" ) + + '/// close document + Call hCloseDocument endcase testcase tUndoClipboard - Dim i as integer - - '/// Copy / Paste - printlog "- Copy/Paste" - '/// new document - Call hNewDocument - '/// Insert some text in document and copy it - Call wTypeKeys ( "CopyAndPasteInUndoList" ) - Call wTypeKeys ( "" ) - EditCopy - Call wTypeKeys ( "" ) - '/// Paste the text in all available formats - For i = 1 to 4 - Sleep 2 - try - EditPasteSpecialWriter - catch - i=5 - endcatch - Kontext "InhaltEinfuegen" - try - Auswahl.Select i - printlog " - Paste as: " + Auswahl.GetSeltext - wait 500 - catch - Warnlog "Not 4 but " & Auswahl.GetItemCount & " Clipboard-formats" - endcatch - InhaltEinfuegen.Ok - '/// string in Undo-list has to be: "Paste clipboard" - Call CheckUndoStringInUndoList ( 9 ) - Call wTypeKeys ( "" ) - next i - '/// close document - Call hCloseDocument + Dim i as integer + + '/// Copy / Paste + printlog "- Copy/Paste" + '/// new document + Call hNewDocument + '/// Insert some text in document and copy it + Call wTypeKeys ( "CopyAndPasteInUndoList" ) + Call wTypeKeys ( "" ) + EditCopy + Call wTypeKeys ( "" ) + '/// Paste the text in all available formats + For i = 1 to 4 + Sleep 2 + try + EditPasteSpecialWriter + catch + i=5 + endcatch + Kontext "InhaltEinfuegen" + try + Auswahl.Select i + printlog " - Paste as: " + Auswahl.GetSeltext + wait 500 + catch + Warnlog "Not 4 but " & Auswahl.GetItemCount & " Clipboard-formats" + endcatch + InhaltEinfuegen.Ok + '/// string in Undo-list has to be: "Paste clipboard" + Call CheckUndoStringInUndoList ( 9 ) + Call wTypeKeys ( "" ) + next i + '/// close document + Call hCloseDocument endcase testcase tUndoChanges - - '/// Changes accept and reject - printlog "- Changes accept and reject" - '/// new document - Call hNewDocument + + '/// Changes accept and reject + printlog "- Changes accept and reject" + '/// new document + Call hNewDocument UseBindings '/// Select Edit / Changes / Record EditChangesRecord - '/// Insert a string in document - Call wTypeKeys ( "This is a test" ) - '/// Select Edit / Changes / Accept or Reject + '/// Insert a string in document + Call wTypeKeys ( "This is a test" ) + '/// Select Edit / Changes / Accept or Reject EditChangesAcceptOrReject '/// Dialog 'Accept or reject changes' has to come up /// Kontext "Redlining" if Redlining.Exists then - '/// + Select tabpage 'List' - TabControl.SetPage TabListe - '/// + Select 'Accept All' - Akzeptieren.Click - Sleep 2 - '/// + Close Redlining dialog - Redlining.Close - else - Warnlog "Redlining dialog not up!" - Call hCloseDocument - goto endsub - end if - '/// string in Undo-list has to be: "Accept change: Insert 'this is a test'") - Call CheckUndoStringInUndoList ( 10, "Accept" ) - - '/// Insert a line break in document - Call wTypeKeys ( "" ) - '/// Insert a string in document - Call wTypeKeys ( "This is a test" ) - '/// Select Edit / Changes / Accept or Reject + '/// + Select tabpage 'List' + TabControl.SetPage TabListe + '/// + Select 'Accept All' + Akzeptieren.Click + Sleep 2 + '/// + Close Redlining dialog + Redlining.Close + else + Warnlog "Redlining dialog not up!" + Call hCloseDocument + goto endsub + end if + '/// string in Undo-list has to be: "Accept change: Insert 'this is a test'") + Call CheckUndoStringInUndoList ( 10, "Accept" ) + + '/// Insert a line break in document + Call wTypeKeys ( "" ) + '/// Insert a string in document + Call wTypeKeys ( "This is a test" ) + '/// Select Edit / Changes / Accept or Reject EditChangesAcceptOrReject '/// Dialog 'Accept or reject changes' has to come up /// Kontext "Redlining" if Redlining.Exists then - '/// + Select tabpage 'List' - TabControl.SetPage TabListe - '/// + Select 'Accept All' - wait 500 - ListItem.TypeKeys "" - wait 500 - Ablehnen.Click - Sleep 2 - '/// + Close Redlining dialog - Redlining.Close - else - Warnlog "Redlining dialog not up!" - Call hCloseDocument - goto endsub - end if - - '/// string in Undo-list has to be: "Reject change: Insert 'this is a test'") - Call CheckUndoStringInUndoList ( 10, "Reject" ) - - Call hCloseDocument + '/// + Select tabpage 'List' + TabControl.SetPage TabListe + '/// + Select 'Accept All' + wait 500 + ListItem.TypeKeys "" + wait 500 + Ablehnen.Click + Sleep 2 + '/// + Close Redlining dialog + Redlining.Close + else + Warnlog "Redlining dialog not up!" + Call hCloseDocument + goto endsub + end if + + '/// string in Undo-list has to be: "Reject change: Insert 'this is a test'") + Call CheckUndoStringInUndoList ( 10, "Reject" ) + + Call hCloseDocument endcase testcase tUndoLineBreak - '/// Manual breaks (line breaks) - printlog "Manual breaks (line breaks)" - printlog "- Insert line break" - '/// new document - Call hNewDocument - '/// Insert a line break (Shift return) - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Insert line break") - Call CheckUndoStringInUndoList ( 10, "InsertLineBreak" ) - - '/// Delete line break - printlog "- Delete line break" - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Delete line break") - Call CheckUndoStringInUndoList ( 10, "DeleteLineBreak" ) - - '/// Close document - Call hCloseDocument + '/// Manual breaks (line breaks) + printlog "Manual breaks (line breaks)" + printlog "- Insert line break" + '/// new document + Call hNewDocument + '/// Insert a line break (Shift return) + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Insert line break") + Call CheckUndoStringInUndoList ( 10, "InsertLineBreak" ) + + '/// Delete line break + printlog "- Delete line break" + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Delete line break") + Call CheckUndoStringInUndoList ( 10, "DeleteLineBreak" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoColumnBreak - '/// Column breaks - printlog "- Column breaks" - '/// new document - Call hNewDocument - '/// Format / Columns - FormatColumns - Kontext "FormatColumn" - '/// set number of columns to 2 - Columns.Settext 2 - FormatColumn.Ok - '/// Insert a column break (Strg+Shift+Return) - Call wTypeKeys ( "" ) - printlog "Insert a column break" - '/// string in Undo-list has to be: "Insert column break") - Call CheckUndoStringInUndoList ( 10, "InsertColumnBreak" ) - - '/// Delete a column break (Strg+Shift+Return+Backspace) - printlog "Delete a column break" - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Delete column break") - Call CheckUndoStringInUndoList ( 10, "DeleteColumnBreak" ) - - '/// Close document - Call hCloseDocument + '/// Column breaks + printlog "- Column breaks" + '/// new document + Call hNewDocument + '/// Format / Columns + FormatColumns + Kontext "FormatColumn" + '/// set number of columns to 2 + Columns.Settext 2 + FormatColumn.Ok + '/// Insert a column break (Strg+Shift+Return) + Call wTypeKeys ( "" ) + printlog "Insert a column break" + '/// string in Undo-list has to be: "Insert column break") + Call CheckUndoStringInUndoList ( 10, "InsertColumnBreak" ) + + '/// Delete a column break (Strg+Shift+Return+Backspace) + printlog "Delete a column break" + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Delete column break") + Call CheckUndoStringInUndoList ( 10, "DeleteColumnBreak" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoPageBreak - '/// Page breaks - printlog "- Page breaks" - '/// new document - Call hNewDocument - '/// Format / Columns - InsertManualBreak - Kontext "UmbruchEinfuegen" - printlog "Insert a page break" - Seitenumbruch.Check - UmbruchEinfuegen.Ok - '/// string in Undo-list has to be: "Insert page break") - Call CheckUndoStringInUndoList ( 10, "InsertPageBreak" ) - - printlog "Delete a page break" - InsertManualBreak - Kontext "UmbruchEinfuegen" - '/// Insert a page break - Seitenumbruch.Check - UmbruchEinfuegen.Ok - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Delete page break") - Call CheckUndoStringInUndoList ( 10, "DeletePageBreak" ) - - '/// Close document - Call hCloseDocument + '/// Page breaks + printlog "- Page breaks" + '/// new document + Call hNewDocument + '/// Format / Columns + InsertManualBreak + Kontext "UmbruchEinfuegen" + printlog "Insert a page break" + Seitenumbruch.Check + UmbruchEinfuegen.Ok + '/// string in Undo-list has to be: "Insert page break") + Call CheckUndoStringInUndoList ( 10, "InsertPageBreak" ) + + printlog "Delete a page break" + InsertManualBreak + Kontext "UmbruchEinfuegen" + '/// Insert a page break + Seitenumbruch.Check + UmbruchEinfuegen.Ok + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Delete page break") + Call CheckUndoStringInUndoList ( 10, "DeletePageBreak" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoFields - '/// Fields (Insert/Modify / Delete) - printlog "- Fields (Insert)" - '/// new document - Call hNewDocument - '/// Insert Field 'Date' - InsertFieldsDate - '/// string in Undo-list has to be: "Insert field") - Call CheckUndoStringInUndoList ( 10, "InsertField" ) - - printlog "- Fields (Modify)" - '/// Press Home-key - Call wTypeKeys ( "" ) - '/// Edit fields and select 4th entry in Format-list - EditFields - Kontext "FeldbefehlBearbeitenDokument" - Zahlenformat.Select 4 - FeldbefehlBearbeitenDokument.Ok - '/// string in Undo-list has to be: "Changed field") - Call CheckUndoStringInUndoList ( 10, "ChangedField" ) - - printlog "- Fields (Delete)" - '/// Press delete-key - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Delete field") - Call CheckUndoStringInUndoList ( 10, "DeleteField" ) - - '/// Close document - Call hCloseDocument + '/// Fields (Insert/Modify / Delete) + printlog "- Fields (Insert)" + '/// new document + Call hNewDocument + '/// Insert Field 'Date' + InsertFieldsDate + '/// string in Undo-list has to be: "Insert field") + Call CheckUndoStringInUndoList ( 10, "InsertField" ) + + printlog "- Fields (Modify)" + '/// Press Home-key + Call wTypeKeys ( "" ) + '/// Edit fields and select 4th entry in Format-list + EditFields + Kontext "FeldbefehlBearbeitenDokument" + Zahlenformat.Select 4 + FeldbefehlBearbeitenDokument.Ok + '/// string in Undo-list has to be: "Changed field") + Call CheckUndoStringInUndoList ( 10, "ChangedField" ) + + printlog "- Fields (Delete)" + '/// Press delete-key + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Delete field") + Call CheckUndoStringInUndoList ( 10, "DeleteField" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoSpecialCharacter - '/// Special Character (Insert / Delete ) - printlog "- Special Character (Insert)" - '/// new document - Call hNewDocument - '/// Insert a special Character + '/// Special Character (Insert / Delete ) + printlog "- Special Character (Insert)" + '/// new document + Call hNewDocument + '/// Insert a special Character InsertSpecialCharacterWriter Kontext "Sonderzeichen" - SchriftListe.TypeKeys "" - SchriftListe.TypeKeys "", 3 - Sonderzeichen.Ok - '/// string in Undo-list has to be: "Insert special character") - Call CheckUndoStringInUndoList ( 10, "InsertSpecialCharacter" ) - - printlog "- Special Character (Delete)" - '/// Delete special character with - Call wTypeKeys ("" ) - Call CheckUndoStringInUndoList ( 10, "DeleteSpecialCharacter" ) - - '/// Close document - Call hCloseDocument + SchriftListe.TypeKeys "" + SchriftListe.TypeKeys "", 3 + Sonderzeichen.Ok + '/// string in Undo-list has to be: "Insert special character") + Call CheckUndoStringInUndoList ( 10, "InsertSpecialCharacter" ) + + printlog "- Special Character (Delete)" + '/// Delete special character with + Call wTypeKeys ("" ) + Call CheckUndoStringInUndoList ( 10, "DeleteSpecialCharacter" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoStyles - Dim i as integer, StyleText as string, UndoText as string - Dim NewStyle as string - - '/// Styles (Apply/Modify/Find&Replace/Promote/Demote) - printlog "- Styles (Apply)" - '/// new document - Call hNewDocument - '/// type some text - Call wTypeKeys ( "I have the new style" ) - '/// Select text - Call wTypeKeys ( "" ) - '/// Apply Style to a newly created style - Call wStyleCreate ( "AUndoHistory", "Paragraph" ) - '/// string in Undo-list has to be: "Apply styles: AUndoHistory") - Call CheckUndoStringInUndoList ( 10, "ApplyStyles" ) - - '/// Modify Style through Stylist - if wStyleSelect ( "AUndoHistory" ) = false then - Warnlog "Defined style has not been found in Stylist->Test aborted" - Call hCloseDocument - goto endsub - end if - - Vorlagenliste.OpenContextMenu - Call hMenuSelectNr(2) - Kontext - Active.Setpage TabFontEffects - Kontext "TabFontEffects" - FontColor.Select FontColor.GetItemCount - TabFontEffects.Ok - Sleep 1 - '/// string in Undo-list has to be: "Change styles: AUndoHistory") - Call CheckUndoStringInUndoList ( 10, "ChangeStyles" ) - - printlog "Styles (Replace)" - '/// Edit / Search and Replace - EditSearchAndReplace - kontext "FindAndReplace" - if SearchForStyles.IsVisible = False then More.Click - SearchForStyles.Check - Sleep 1 - ReplaceWithStyle.Select 4 - wait 500 - ReplaceBtn.Click - NewStyle = ReplaceWithStyle.GetSelText - Select Case iSprache - Case 01: StyleText = "Replace style: AUndoHistory -> " & NewStyle - Case 34: StyleText = "Reemplazar estilo: AUndoHistory -> " & NewStyle - Case 86: StyleText = "替换样式: AUndoHistory -> " & NewStyle - Case else: QAErrorlog "Please adapt test for this language" - end select - wait 500 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - try - Active.Yes - catch - Active.Ok - endcatch - end if - end if - kontext "FindAndReplace" - SearchForStyles.UnCheck - FindAndReplace.Close - - '/// string in Undo-list has to be: "Replace Styles: 'AUndoHistory -> ...") - Kontext "StandardBar" - try - Undo.OpenMenu - Kontext "UndoRedoBox" - UndoText = UndoRedoList.GetItemText(1) - if UndoText <> StyleText then - Warnlog "Wrong text in Undo-List: " & UndoText - end if - Kontext "StandardBar" - Undo.Click - catch - Warnlog "Something wrong checking Undo-List!" - endcatch - - printlog "Styles (Promote)" - '/// point cursor to beginning of document - Call wTypeKeys ( "" ) - ' To promote style it has to be in the heading group - ToolsOutlineNumbering - Kontext - Active.SetPage TabKapitelnumerierung - Kontext "TabKapitelnumerierung" - Absatzvorlage.Select NewStyle - TabKapitelnumerierung.Ok - - Call wNavigatorAuswahl ( 1, 1, true ) - Kontext "NavigatorWriter" - '/// Select Promote in Navigator - try - Senken.Click - '/// string in Undo-list has to be: "Demote Outline") - Call CheckUndoStringInUndoList ( 10, "DemoteOutline" ) - catch - Warnlog "Unable to demote outline" - endcatch - - '/// Select Demote in Navigator - printlog "Styles (Demote)" - Kontext "NavigatorWriter" - try - Senken.Click - '/// string in Undo-list has to be: "Promote Outline") - Call CheckUndoStringInUndoList ( 10, "PromoteOutline" ) - catch - Warnlog "Unable to promote outline" - endcatch - - '/// CloseDocument - Call hCloseDocument + Dim i as integer, StyleText as string, UndoText as string + Dim NewStyle as string + + '/// Styles (Apply/Modify/Find&Replace/Promote/Demote) + printlog "- Styles (Apply)" + '/// new document + Call hNewDocument + '/// type some text + Call wTypeKeys ( "I have the new style" ) + '/// Select text + Call wTypeKeys ( "" ) + '/// Apply Style to a newly created style + Call wStyleCreate ( "AUndoHistory", "Paragraph" ) + '/// string in Undo-list has to be: "Apply styles: AUndoHistory") + Call CheckUndoStringInUndoList ( 10, "ApplyStyles" ) + + '/// Modify Style through Stylist + if wStyleSelect ( "AUndoHistory" ) = false then + Warnlog "Defined style has not been found in Stylist->Test aborted" + Call hCloseDocument + goto endsub + end if + + Vorlagenliste.OpenContextMenu + Call hMenuSelectNr(2) + Kontext + Active.Setpage TabFontEffects + Kontext "TabFontEffects" + FontColor.Select FontColor.GetItemCount + TabFontEffects.Ok + Sleep 1 + '/// string in Undo-list has to be: "Change styles: AUndoHistory") + Call CheckUndoStringInUndoList ( 10, "ChangeStyles" ) + + printlog "Styles (Replace)" + '/// Edit / Search and Replace + EditSearchAndReplace + kontext "FindAndReplace" + if SearchForStyles.IsVisible = False then More.Click + SearchForStyles.Check + Sleep 1 + ReplaceWithStyle.Select 4 + wait 500 + ReplaceBtn.Click + NewStyle = ReplaceWithStyle.GetSelText + Select Case iSprache + Case 01: StyleText = "Replace style: AUndoHistory -> " & NewStyle + Case 34: StyleText = "Reemplazar estilo: AUndoHistory -> " & NewStyle + Case 86: StyleText = "替换样式: AUndoHistory -> " & NewStyle + Case else: QAErrorlog "Please adapt test for this language" + end select + wait 500 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + try + Active.Yes + catch + Active.Ok + endcatch + end if + end if + kontext "FindAndReplace" + SearchForStyles.UnCheck + FindAndReplace.Close + + '/// string in Undo-list has to be: "Replace Styles: 'AUndoHistory -> ...") + Kontext "StandardBar" + try + Undo.OpenMenu + Kontext "UndoRedoBox" + UndoText = UndoRedoList.GetItemText(1) + if UndoText <> StyleText then + Warnlog "Wrong text in Undo-List: " & UndoText + end if + Kontext "StandardBar" + Undo.Click + catch + Warnlog "Something wrong checking Undo-List!" + endcatch + + printlog "Styles (Promote)" + '/// point cursor to beginning of document + Call wTypeKeys ( "" ) + ' To promote style it has to be in the heading group + ToolsOutlineNumbering + Kontext + Active.SetPage TabKapitelnumerierung + Kontext "TabKapitelnumerierung" + Absatzvorlage.Select NewStyle + TabKapitelnumerierung.Ok + + Call wNavigatorAuswahl ( 1, 1, true ) + Kontext "NavigatorWriter" + '/// Select Promote in Navigator + try + Senken.Click + '/// string in Undo-list has to be: "Demote Outline") + Call CheckUndoStringInUndoList ( 10, "DemoteOutline" ) + catch + Warnlog "Unable to demote outline" + endcatch + + '/// Select Demote in Navigator + printlog "Styles (Demote)" + Kontext "NavigatorWriter" + try + Senken.Click + '/// string in Undo-list has to be: "Promote Outline") + Call CheckUndoStringInUndoList ( 10, "PromoteOutline" ) + catch + Warnlog "Unable to promote outline" + endcatch + + '/// CloseDocument + Call hCloseDocument endcase diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_3.inc b/testautomation/writer/optional/includes/undo/w_undo_history_3.inc index 1d30a87dd406..2a5471733642 100644 --- a/testautomation/writer/optional/includes/undo/w_undo_history_3.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_3.inc @@ -33,268 +33,268 @@ sub w_undo_history_3 - Call tUndoSection ' Section (Insert/Modify/Delete) - Call tUndoHyperlink ' Hyperlink (Insert as Text/as URL button) - Call tUndoFootnote ' Footnote (Insert/Modify/Delete) - Call tUndoCaption ' Insert Caption - Call tUndoAutoText ' Insert Autotext - Call tUndoBookmark ' Bookmark (Insert/Rename/Delete) - Call tUndoComment ' Comment (Insert/Delete) - Call tUndoScript ' Script (Insert/Delete) - Call tUndoIndexes ' Index/Bibliography entrys (Insert/Delete) - Call tUndoFrames ' Frames (Insert/Rename/Delete) - Call tUndoTableGeneral ' Tables Part 1 - Call tUndoTableOptionsMerge ' Tables Part 2 - Call tUndoTableConvertSort ' Tables Part 3 - Call tUndoTableSplitDelete ' Tables Part 4 - Call tUndoHorizontalRuler ' Horizontal ruler - Call tUndoGraphics ' Graphics (Insert/Replace/Delete) - + Call tUndoSection ' Section (Insert/Modify/Delete) + Call tUndoHyperlink ' Hyperlink (Insert as Text/as URL button) + Call tUndoFootnote ' Footnote (Insert/Modify/Delete) + Call tUndoCaption ' Insert Caption + Call tUndoAutoText ' Insert Autotext + Call tUndoBookmark ' Bookmark (Insert/Rename/Delete) + Call tUndoComment ' Comment (Insert/Delete) + Call tUndoScript ' Script (Insert/Delete) + Call tUndoIndexes ' Index/Bibliography entrys (Insert/Delete) + Call tUndoFrames ' Frames (Insert/Rename/Delete) + Call tUndoTableGeneral ' Tables Part 1 + Call tUndoTableOptionsMerge ' Tables Part 2 + Call tUndoTableConvertSort ' Tables Part 3 + Call tUndoTableSplitDelete ' Tables Part 4 + Call tUndoHorizontalRuler ' Horizontal ruler + Call tUndoGraphics ' Graphics (Insert/Replace/Delete) + end sub testcase tUndoSection - '/// Section (Insert/Modify/Delete) - printlog "Section (Insert)" - '/// new document - Call hNewDocument - '/// Insert a section - InsertSection - Kontext - Active.Setpage TabBereiche - Kontext "TabBereiche" - TabBereiche.Ok - '/// string in Undo-list has to be: "Insert section") - Call CheckUndoStringInUndoList ( 10, "InsertSection" ) - - printlog "Section (Modify)" - '/// Open navigator and select section - Call wNavigatorAuswahl ( 7, 1, true ) - Kontext "NavigatorWriter" - '/// Open contextmenu and choose 'Edit' - Auswahlliste.OpenContextMenu - wait 500 - Call hMenuSelectNr(4) - - '/// Change Background-Color - Kontext "BereicheBearbeiten" - Optionen.Click - Kontext - Active.Setpage TabHintergrund - Kontext "TabHintergrund" - Hintergrundfarbe.TypeKeys "", 5 - TabHintergrund.Ok - - Kontext "BereicheBearbeiten" - BereicheBearbeiten.Ok - '/// string in Undo-list has to be: "Modify section") - Call CheckUndoStringInUndoList ( 10, "ModifySection" ) - - printlog "Section (Delete)" - '/// Open navigator and select section - Call wNavigatorAuswahl ( 7, 1, true ) - Kontext "NavigatorWriter" - '/// Open contextmenu and choose 'Edit' - Auswahlliste.OpenContextMenu - wait 500 - Call hMenuSelectNr(4) - '/// In 'Edit sections' dialog choose 'remove' - Kontext "BereicheBearbeiten" - Aufheben.Click - BereicheBearbeiten.Ok - '/// string in Undo-list has to be: "Delete section") - Call CheckUndoStringInUndoList ( 10, "DeleteSection" ) - - '/// Close Document - Call hCloseDocument + '/// Section (Insert/Modify/Delete) + printlog "Section (Insert)" + '/// new document + Call hNewDocument + '/// Insert a section + InsertSection + Kontext + Active.Setpage TabBereiche + Kontext "TabBereiche" + TabBereiche.Ok + '/// string in Undo-list has to be: "Insert section") + Call CheckUndoStringInUndoList ( 10, "InsertSection" ) + + printlog "Section (Modify)" + '/// Open navigator and select section + Call wNavigatorAuswahl ( 7, 1, true ) + Kontext "NavigatorWriter" + '/// Open contextmenu and choose 'Edit' + Auswahlliste.OpenContextMenu + wait 500 + Call hMenuSelectNr(4) + + '/// Change Background-Color + Kontext "BereicheBearbeiten" + Optionen.Click + Kontext + Active.Setpage TabHintergrund + Kontext "TabHintergrund" + Hintergrundfarbe.TypeKeys "", 5 + TabHintergrund.Ok + + Kontext "BereicheBearbeiten" + BereicheBearbeiten.Ok + '/// string in Undo-list has to be: "Modify section") + Call CheckUndoStringInUndoList ( 10, "ModifySection" ) + + printlog "Section (Delete)" + '/// Open navigator and select section + Call wNavigatorAuswahl ( 7, 1, true ) + Kontext "NavigatorWriter" + '/// Open contextmenu and choose 'Edit' + Auswahlliste.OpenContextMenu + wait 500 + Call hMenuSelectNr(4) + '/// In 'Edit sections' dialog choose 'remove' + Kontext "BereicheBearbeiten" + Aufheben.Click + BereicheBearbeiten.Ok + '/// string in Undo-list has to be: "Delete section") + Call CheckUndoStringInUndoList ( 10, "DeleteSection" ) + + '/// Close Document + Call hCloseDocument endcase testcase tUndoHyperlink - '///Hyperlink (Insert as Text/as URL button) - printlog "- Insert hyperlink as text" - '/// new document - Call hNewDocument - '/// Insert / Hyperlink as Text - InsertHyperlink - Call wEinfuegenHyperlink(1) - ZielURL.Settext "www.sun.com" - Form.Select 1 - Kontext "Hyperlink" - Uebernehmen.Click - Hyperlink.Close - '/// string in Undo-list has to be: "Insert Hyperlink") - Call CheckUndoStringInUndoList ( 10, "InsertHyperlink" ) - - Call wTypeKeys "" - - '/// Insert / Hyperlink as Button - printlog "- Insert hyperlink as Button" - InsertHyperlink - Call wEinfuegenHyperlink(1) - ZielURL.Settext "www.sun.com" - Form.Select 2 - Kontext "Hyperlink" - Uebernehmen.Click - Hyperlink.Close - - '/// string in Undo-list has to be: "insert URL Button") - Call CheckUndoStringInUndoList ( 10, "InsertHyperlinkButton" ) - - '/// Close Document - Call hCloseDocument - -endcase + '///Hyperlink (Insert as Text/as URL button) + printlog "- Insert hyperlink as text" + '/// new document + Call hNewDocument + '/// Insert / Hyperlink as Text + InsertHyperlink + Call wEinfuegenHyperlink(1) + ZielURL.Settext "www.sun.com" + Form.Select 1 + Kontext "Hyperlink" + Uebernehmen.Click + Hyperlink.Close + '/// string in Undo-list has to be: "Insert Hyperlink") + Call CheckUndoStringInUndoList ( 10, "InsertHyperlink" ) + + Call wTypeKeys "" + + '/// Insert / Hyperlink as Button + printlog "- Insert hyperlink as Button" + InsertHyperlink + Call wEinfuegenHyperlink(1) + ZielURL.Settext "www.sun.com" + Form.Select 2 + Kontext "Hyperlink" + Uebernehmen.Click + Hyperlink.Close + + '/// string in Undo-list has to be: "insert URL Button") + Call CheckUndoStringInUndoList ( 10, "InsertHyperlinkButton" ) + + '/// Close Document + Call hCloseDocument + +endcase testcase tUndoFootnote - '/// Footnote (Insert/Modify/Delete) - printlog "- Footnote (Insert)" - '/// new document - Call hNewDocument - '/// Insert / Footnote - InsertFootnote - Kontext "FussnoteEinfuegen" - FussnoteEinfuegen.Ok - '/// string in Undo-list has to be: "Insert footnote") - Call CheckUndoStringInUndoList ( 10, "InsertFootnote" ) - - printlog "- Footnote (Modify)" - '/// Tools/Footnote - ToolsFootnote - Kontext - Active.Setpage TabFussnoten - Kontext "TabFussnoten" - - '/// Change any option in footnote dialog - if Seitenende.IsChecked then - Dokumentende.Check - else - Seitenende.Check - end if - '/// Close dialog - TabFussnoten.Ok - '/// string in Undo-list has to be: "Modify footnote options") - Call CheckUndoStringInUndoList ( 10, "ModifyFootnote" ) - - printlog "- Footnote (Delete)" - '/// Point cursor directly to the footnote anchor - Call wTypeKeys "" - '/// press 'delete' to remove footnote - Call wTypeKeys "" - '/// string in Undo-list has to be: "Delete footnote options") - Call CheckUndoStringInUndoList ( 10, "DeleteFootnote" ) - - '/// Close document - Call hCloseDocument + '/// Footnote (Insert/Modify/Delete) + printlog "- Footnote (Insert)" + '/// new document + Call hNewDocument + '/// Insert / Footnote + InsertFootnote + Kontext "FussnoteEinfuegen" + FussnoteEinfuegen.Ok + '/// string in Undo-list has to be: "Insert footnote") + Call CheckUndoStringInUndoList ( 10, "InsertFootnote" ) + + printlog "- Footnote (Modify)" + '/// Tools/Footnote + ToolsFootnote + Kontext + Active.Setpage TabFussnoten + Kontext "TabFussnoten" + + '/// Change any option in footnote dialog + if Seitenende.IsChecked then + Dokumentende.Check + else + Seitenende.Check + end if + '/// Close dialog + TabFussnoten.Ok + '/// string in Undo-list has to be: "Modify footnote options") + Call CheckUndoStringInUndoList ( 10, "ModifyFootnote" ) + + printlog "- Footnote (Delete)" + '/// Point cursor directly to the footnote anchor + Call wTypeKeys "" + '/// press 'delete' to remove footnote + Call wTypeKeys "" + '/// string in Undo-list has to be: "Delete footnote options") + Call CheckUndoStringInUndoList ( 10, "DeleteFootnote" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoCaption - '/// Insert a caption - printlog "- Insert Caption" - '/// new document - Call hNewDocument - '/// Insert a graphic - Call hGrafikEinfuegen ( gTesttoolPath & "writer\optional\input\graphics\jolink.jpg" ) - '/// Insert / Caption - InsertCaption - Kontext "Beschriftung" - '/// Insert a caption more than 20 characters long - Beschriftungstext.Settext "This caption has more than 20 characters" - Beschriftung.Ok - - '/// string in Undo-list has to be: "Insert Caption: This capt...aracters") - Call CheckUndoStringInUndoList ( 10, "InsertCaption" ) - - '/// Close document - Call hCloseDocument + '/// Insert a caption + printlog "- Insert Caption" + '/// new document + Call hNewDocument + '/// Insert a graphic + Call hGrafikEinfuegen ( gTesttoolPath & "writer\optional\input\graphics\jolink.jpg" ) + '/// Insert / Caption + InsertCaption + Kontext "Beschriftung" + '/// Insert a caption more than 20 characters long + Beschriftungstext.Settext "This caption has more than 20 characters" + Beschriftung.Ok + + '/// string in Undo-list has to be: "Insert Caption: This capt...aracters") + Call CheckUndoStringInUndoList ( 10, "InsertCaption" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoAutoText - '/// Insert autotext - printlog "- Insert autotext" - '/// new document - Call hNewDocument - '/// Insert dummy text - Call wBlindtextEinfuegen - - '/// string in Undo-list has to be: "Insert Auto Text") - Call CheckUndoStringInUndoList ( 10, "InsertAutotext" ) - - '/// Close document - Call hCloseDocument + '/// Insert autotext + printlog "- Insert autotext" + '/// new document + Call hNewDocument + '/// Insert dummy text + Call wBlindtextEinfuegen + + '/// string in Undo-list has to be: "Insert Auto Text") + Call CheckUndoStringInUndoList ( 10, "InsertAutotext" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoBookmark -Warnlog "#i102310# - tUndoBookmark outcommented due to bug." -goto endsub - - - '/// Bookmark (Insert/Rename/Delete) - printlog "- Insert Bookmark" - '/// new document - Call hNewDocument - '/// Insert / Bookmark - InsertBookmark - Kontext "TextmarkeEinfuegen" - Textmarken.Settext "I'm a bookmark" - TextmarkeEinfuegen.Ok - '/// string in Undo-list has to be: "Insert Bookmark: I'm a bookmark") - Call CheckUndoStringInUndoList ( 10, "InsertBookmark" ) - - printlog "- Rename Bookmark" - '/// Open navigator and select bookmark - Call wNavigatorAuswahl ( 6, 1, true ) - Kontext "NavigatorWriter" - '/// Open contextmenu and choose 'Edit' - Auswahlliste.OpenContextMenu - wait 500 - Call hMenuSelectNr(4) - wait 500 - Call hMenuSelectNr(3) - wait 500 - Kontext "ObjekteUmbenennen" - Objektname.Settext "a book" - ObjekteUmbenennen.Ok - '/// string in Undo-list has to be: "Rename Bookmark: a book") - Call CheckUndoStringInUndoList ( 10, "RenameBookmark" ) - - printlog "- Delete Bookmark" - '/// Open navigator and select bookmark - Call wNavigatorAuswahl ( 6, 1, true ) - Kontext "NavigatorWriter" - '/// Open contextmenu and choose 'Edit' - Auswahlliste.OpenContextMenu - wait 500 - Call hMenuSelectNr(4) - wait 500 - Call hMenuSelectNr(2) - wait 500 - '/// string in Undo-list has to be: "Rename Bookmark: a book") - Call CheckUndoStringInUndoList ( 10, "DeleteBookmark" ) - - '/// Close document - Call hCloseDocument + Warnlog "#i102310# - tUndoBookmark outcommented due to bug." + goto endsub + + + '/// Bookmark (Insert/Rename/Delete) + printlog "- Insert Bookmark" + '/// new document + Call hNewDocument + '/// Insert / Bookmark + InsertBookmark + Kontext "TextmarkeEinfuegen" + Textmarken.Settext "I'm a bookmark" + TextmarkeEinfuegen.Ok + '/// string in Undo-list has to be: "Insert Bookmark: I'm a bookmark") + Call CheckUndoStringInUndoList ( 10, "InsertBookmark" ) + + printlog "- Rename Bookmark" + '/// Open navigator and select bookmark + Call wNavigatorAuswahl ( 6, 1, true ) + Kontext "NavigatorWriter" + '/// Open contextmenu and choose 'Edit' + Auswahlliste.OpenContextMenu + wait 500 + Call hMenuSelectNr(4) + wait 500 + Call hMenuSelectNr(3) + wait 500 + Kontext "ObjekteUmbenennen" + Objektname.Settext "a book" + ObjekteUmbenennen.Ok + '/// string in Undo-list has to be: "Rename Bookmark: a book") + Call CheckUndoStringInUndoList ( 10, "RenameBookmark" ) + + printlog "- Delete Bookmark" + '/// Open navigator and select bookmark + Call wNavigatorAuswahl ( 6, 1, true ) + Kontext "NavigatorWriter" + '/// Open contextmenu and choose 'Edit' + Auswahlliste.OpenContextMenu + wait 500 + Call hMenuSelectNr(4) + wait 500 + Call hMenuSelectNr(2) + wait 500 + '/// string in Undo-list has to be: "Rename Bookmark: a book") + Call CheckUndoStringInUndoList ( 10, "DeleteBookmark" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoComment - printlog "New document" - Call hNewDocument - printlog "Insert / Comment" - InsertNoteWriter - printlog "String in Undo-list has to be: 'Insert Comment'" - Call CheckUndoStringInUndoList ( 10, "InsertComment" ) + printlog "New document" + Call hNewDocument + printlog "Insert / Comment" + InsertNoteWriter + printlog "String in Undo-list has to be: 'Insert Comment'" + Call CheckUndoStringInUndoList ( 10, "InsertComment" ) printlog "- Delete Comment" printlog "Bring up the Navigator, find the entry 'Comments', expand it, and select the expanded section." Call wNavigatorAuswahl( 11, 1 ) @@ -302,370 +302,373 @@ testcase tUndoComment Navigator.TypeKeys "" '/// Close the Navigator ViewNavigator - '/// string in Undo-list has to be: "Delete comment") - Call CheckUndoStringInUndoList ( 10, "DeleteComment" ) + '/// string in Undo-list has to be: "Delete comment") + Call CheckUndoStringInUndoList ( 10, "DeleteComment" ) - '/// Close document - Call hCloseDocument + '/// Close document + Call hCloseDocument endcase testcase tUndoScript - - '/// Script (Insert/Delete) - printlog "- Insert Script" - '/// new document - Call hNewDocument - '/// Insert / Script - InsertScript - Kontext "ScriptEinfuegen" - ScriptEinfuegen.Ok - '/// string in Undo-list has to be: "Insert script") - Call CheckUndoStringInUndoList ( 10, "InsertScript" ) - - '/// Point cursor directly to the script - Call wTypeKeys "" - '/// press 'delete' to remove script - Call wTypeKeys "" - '/// string in Undo-list has to be: "Delete script") - Call CheckUndoStringInUndoList ( 10, "DeleteScript" ) - - '/// Close document - Call hCloseDocument + + '/// Script (Insert/Delete) + printlog "- Insert Script" + '/// new document + Call hNewDocument + '/// Insert / Script + InsertScript + Kontext "ScriptEinfuegen" + ScriptEinfuegen.Ok + '/// string in Undo-list has to be: "Insert script") + Call CheckUndoStringInUndoList ( 10, "InsertScript" ) + + '/// Point cursor directly to the script + Call wTypeKeys "" + '/// press 'delete' to remove script + Call wTypeKeys "" + '/// string in Undo-list has to be: "Delete script") + Call CheckUndoStringInUndoList ( 10, "DeleteScript" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoIndexes - '/// Indexes (Insert/Delete) - printlog "- Insert Index entry" - '/// new document - Call hNewDocument - '/// Type a word - Call wTypeKeys "IndexEntry" - Call wTypeKeys "" - '/// Insert / Indexes and Tables / Entry - InsertIndexesEntry - Kontext "VerzeichnisEintragEinfuegen" - EintragOk.Click - VerzeichnisEintragEinfuegen.Close - '/// string in Undo-list has to be: "Insert index entry") - Call CheckUndoStringInUndoList ( 10, "InsertIndexEntry" ) - - printlog "delete index entry with 'Backspace'" - Call wTypeKeys ( "" - '/// string in Undo-list has to be: "Delete index entry") - Call CheckUndoStringInUndoList ( 10, "DeleteIndexEntry" ) - - '/// Type a word - Call wTypeKeys "BibliographyEntry" - Call wTypeKeys "" - printlog "- Insert Bibliography entry" - printlog "Insert / Index / Bibliography entry" - InsertIndexesBibliographyEntry - Kontext "LiteratureintragEinfuegen" - EintragEinfuegen.Click - LiteratureintragEinfuegen.Close - '/// string in Undo-list has to be: "Insert bibliography entry") - Call CheckUndoStringInUndoList ( 10, "InsertBibliographyEntry" ) - - Printlog "delete bibliography entry with 'Backspace'" - Call wTypeKeys ( "" - '/// string in Undo-list has to be: "Delete bibliography entry") - Call CheckUndoStringInUndoList ( 10, "DeleteBibliographyEntry" ) - - '/// Close document - Call hCloseDocument + '/// Indexes (Insert/Delete) + printlog "- Insert Index entry" + '/// new document + Call hNewDocument + '/// Type a word + Call wTypeKeys "IndexEntry" + Call wTypeKeys "" + '/// Insert / Indexes and Tables / Entry + InsertIndexesEntry + Kontext "VerzeichnisEintragEinfuegen" + EintragOk.Click + VerzeichnisEintragEinfuegen.Close + '/// string in Undo-list has to be: "Insert index entry") + Call CheckUndoStringInUndoList ( 10, "InsertIndexEntry" ) + + printlog "delete index entry with 'Backspace'" + Call wTypeKeys ( "" + '/// string in Undo-list has to be: "Delete index entry") + Call CheckUndoStringInUndoList ( 10, "DeleteIndexEntry" ) + + '/// Type a word + Call wTypeKeys "BibliographyEntry" + Call wTypeKeys "" + printlog "- Insert Bibliography entry" + printlog "Insert / Index / Bibliography entry" + InsertIndexesBibliographyEntry + Kontext "LiteratureintragEinfuegen" + EintragEinfuegen.Click + LiteratureintragEinfuegen.Close + '/// string in Undo-list has to be: "Insert bibliography entry") + Call CheckUndoStringInUndoList ( 10, "InsertBibliographyEntry" ) + + Printlog "delete bibliography entry with 'Backspace'" + Call wTypeKeys ( "" + '/// string in Undo-list has to be: "Delete bibliography entry") + Call CheckUndoStringInUndoList ( 10, "DeleteBibliographyEntry" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoFrames - '/// Frames (Insert/Rename/Delete) - printlog "- Insert Frame" - '/// new document - Call hNewDocument - '/// Insert / Frame - InsertFrame - Kontext - Active.Setpage TabZusaetze - Kontext "TabZusaetze" - ObjektName.Settext "MyFrame" - TabZusaetze.Ok - '/// string in Undo-list has to be: "Insert frame: MyFrame") - Call CheckUndoStringInUndoList ( 10, "InsertFrame" ) - - printlog "- Rename Frame" - '/// Open navigator and select frame - Call wNavigatorAuswahl ( 3, 1, true ) - Kontext "NavigatorWriter" - '/// Open contextmenu and choose 'Edit' - Auswahlliste.OpenContextMenu - Call hMenuSelectNr(4) - Call hMenuSelectNr(3) - Kontext "ObjekteUmbenennen" - Objektname.Settext "MyRenamedFrame" - ObjekteUmbenennen.Ok - '/// string in Undo-list has to be: "Rename frame: 'MyFrame' -> 'MyRenamedFrame'") - Call CheckUndoStringInUndoList ( 10, "RenameFrame" ) - printlog "- Delete Frame" - '/// Type 'Del' to delete the frame - Call wTypeKeys "" - '/// string in Undo-list has to be: "Delete frame: 'MyRenamedFrame'") - Call CheckUndoStringInUndoList ( 10, "DeleteFrame" ) - - '/// Close document - Call hCloseDocument + warnlog( "#111909# - Cannot access item in context menu" ) + goto endsub + + '/// Frames (Insert/Rename/Delete) + printlog "- Insert Frame" + '/// new document + Call hNewDocument + '/// Insert / Frame + InsertFrame + Kontext + Active.Setpage TabZusaetze + Kontext "TabZusaetze" + ObjektName.Settext "MyFrame" + TabZusaetze.Ok + '/// string in Undo-list has to be: "Insert frame: MyFrame") + Call CheckUndoStringInUndoList ( 10, "InsertFrame" ) + + printlog "- Rename Frame" + '/// Open navigator and select frame + Call wNavigatorAuswahl ( 3, 1, true ) + Kontext "NavigatorWriter" + '/// Open contextmenu and choose 'Edit' + Auswahlliste.OpenContextMenu + Call hMenuSelectNr(4) + Call hMenuSelectNr(3) + Kontext "ObjekteUmbenennen" + Objektname.Settext "MyRenamedFrame" + ObjekteUmbenennen.Ok + '/// string in Undo-list has to be: "Rename frame: 'MyFrame' -> 'MyRenamedFrame'") + Call CheckUndoStringInUndoList ( 10, "RenameFrame" ) + printlog "- Delete Frame" + '/// Type 'Del' to delete the frame + Call wTypeKeys "" + '/// string in Undo-list has to be: "Delete frame: 'MyRenamedFrame'") + Call CheckUndoStringInUndoList ( 10, "DeleteFrame" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoTableGeneral - Dim sTableName as string - - '/// Tables Part 1 - printlog "- insert table" - '/// new document - Call hNewDocument - '/// Insert a table - InsertTableWriter - Kontext "TabelleEinfuegenWriter" - sTableName = "MyTable" - Tabellenname.Settext sTableName - TabelleEinfuegenWriter.Ok - '/// string in Undo-list has to be: "Insert table") - Call CheckUndoStringInUndoList ( 10, "InsertTable" ) - printlog "- Insert a row" - '/// Insert a row - Call hToolbarSelect("Table", true) - ZeileEinfuegen.Click - '/// string in Undo-list has to be: "Insert row") - Call CheckUndoStringInUndoList ( 10, "InsertRow" ) - printlog "- Insert a column" - '/// Insert a column - Call hToolbarSelect("Table", true) - SpalteEinfuegen.Click - '/// string in Undo-list has to be: "Insert column") - Call CheckUndoStringInUndoList ( 10, "InsertColumn" ) - printlog "- Delete a row" - '/// Delete a row - Call hToolbarSelect("Table", true) - ZeileLoeschen.Click - '/// string in Undo-list has to be: "Delete row") - Call CheckUndoStringInUndoList ( 10, "DeleteRow" ) - printlog "- Delete a column" - '/// Delete a column - Call hToolbarSelect("Table", true) - SpalteLoeschen.Click - '/// string in Undo-list has to be: "Delete column") - Call CheckUndoStringInUndoList ( 10, "DeleteColumn" ) - printlog "- format a cell" - '/// Format cell (enable number recognition form that) + Dim sTableName as string + + '/// Tables Part 1 + printlog "- insert table" + '/// new document + Call hNewDocument + '/// Insert a table + InsertTableWriter + Kontext "TabelleEinfuegenWriter" + sTableName = "MyTable" + Tabellenname.Settext sTableName + TabelleEinfuegenWriter.Ok + '/// string in Undo-list has to be: "Insert table") + Call CheckUndoStringInUndoList ( 10, "InsertTable" ) + printlog "- Insert a row" + '/// Insert a row + Call hToolbarSelect("Table", true) + ZeileEinfuegen.Click + '/// string in Undo-list has to be: "Insert row") + Call CheckUndoStringInUndoList ( 10, "InsertRow" ) + printlog "- Insert a column" + '/// Insert a column + Call hToolbarSelect("Table", true) + SpalteEinfuegen.Click + '/// string in Undo-list has to be: "Insert column") + Call CheckUndoStringInUndoList ( 10, "InsertColumn" ) + printlog "- Delete a row" + '/// Delete a row + Call hToolbarSelect("Table", true) + ZeileLoeschen.Click + '/// string in Undo-list has to be: "Delete row") + Call CheckUndoStringInUndoList ( 10, "DeleteRow" ) + printlog "- Delete a column" + '/// Delete a column + Call hToolbarSelect("Table", true) + SpalteLoeschen.Click + '/// string in Undo-list has to be: "Delete column") + Call CheckUndoStringInUndoList ( 10, "DeleteColumn" ) + printlog "- format a cell" + '/// Format cell (enable number recognition form that) ToolsOptions Call hToolsOptions ("WRITER","Table") if Not AutomatischeZahlenerkennung.IsChecked then AutomatischeZahlenerkennung.Check Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.Cancel - '/// type '1' in a cell - Call wTypeKeys ( "1" ) - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Format cell") - Call CheckUndoStringInUndoList ( 10, "FormatCell" ) - + '/// type '1' in a cell + Call wTypeKeys ( "1" ) + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Format cell") + Call CheckUndoStringInUndoList ( 10, "FormatCell" ) + ToolsOptions Call hToolsOptions ("WRITER","Table") if AutomatischeZahlenerkennung.IsChecked then AutomatischeZahlenerkennung.UnCheck Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.Cancel - '/// CloseDocument - Call hCloseDocument + '/// CloseDocument + Call hCloseDocument endcase testcase tUndoTableOptionsMerge - '/// Tables Part 2 - printlog "- apply table attributes" - '/// new document - Call hNewDocument - '/// Insert a table - InsertTableWriter - Kontext "TabelleEinfuegenWriter" - TabelleEinfuegenWriter.Ok - - printlog "- apply attributes" - '/// Format / Table - FormatTable - '/// change some table options - Kontext - Active.Setpage TabTextflussTabelle - Kontext "TabTextflussTabelle" - if Umbruch.IsChecked then - Umbruch.Uncheck - else - Umbruch.Check - end if - TabTextflussTabelle.Ok - '/// string in Undo-list has to be: "Apply table attributes") - Call CheckUndoStringInUndoList ( 10, "ApplyTableAttributes" ) - - printlog "- merge tables" - '/// Merge tables - Call wTypeKeys ( "" ,2 ) - '/// Insert a second table - InsertTableWriter - Kontext "TabelleEinfuegenWriter" - TabelleEinfuegenWriter.Ok - '/// Format / Merge / Tables - FormatMergeTables - '/// string in Undo-list has to be: "Merge table") - Call CheckUndoStringInUndoList ( 10, "MergeTable" ) - - '/// close Document - Call hCloseDocument + '/// Tables Part 2 + printlog "- apply table attributes" + '/// new document + Call hNewDocument + '/// Insert a table + InsertTableWriter + Kontext "TabelleEinfuegenWriter" + TabelleEinfuegenWriter.Ok + + printlog "- apply attributes" + '/// Format / Table + FormatTable + '/// change some table options + Kontext + Active.Setpage TabTextflussTabelle + Kontext "TabTextflussTabelle" + if Umbruch.IsChecked then + Umbruch.Uncheck + else + Umbruch.Check + end if + TabTextflussTabelle.Ok + '/// string in Undo-list has to be: "Apply table attributes") + Call CheckUndoStringInUndoList ( 10, "ApplyTableAttributes" ) + + printlog "- merge tables" + '/// Merge tables + Call wTypeKeys ( "" ,2 ) + '/// Insert a second table + InsertTableWriter + Kontext "TabelleEinfuegenWriter" + TabelleEinfuegenWriter.Ok + '/// Format / Merge / Tables + FormatMergeTables + '/// string in Undo-list has to be: "Merge table") + Call CheckUndoStringInUndoList ( 10, "MergeTable" ) + + '/// close Document + Call hCloseDocument endcase testcase tUndoTableConvertSort - '/// Tables Part 3 - printlog "- Convert to text" - '/// new document - Call hNewDocument - '/// Insert text "Thisis atable to texttext" - Call wTypeKeys ("Thisis atable to texttext") - '/// select all - Call wTypeKeys ( "" ) - '/// Format / Text <-> Table - ToolsTextInTable + '/// Tables Part 3 + printlog "- Convert to text" + '/// new document + Call hNewDocument + '/// Insert text "Thisis atable to texttext" + Call wTypeKeys ("Thisis atable to texttext") + '/// select all + Call wTypeKeys ( "" ) + '/// Format / Text <-> Table + ToolsTextInTable Kontext "TextInTabelleUmwandeln" TextInTabelleUmwandeln.OK - '/// string in Undo-list has to be: "Convert table -> text") - Call CheckUndoStringInUndoList ( 10, "ConvertTable" ) - - printlog "- Sort table" - '/// Sort table - Call wTypeKeys ( "", 2 ) - '/// Select all -> Tools / Sort - ToolsSort - Kontext "Sortieren" - Sortieren.Ok - '/// string in Undo-list has to be: "Sort table") - Call CheckUndoStringInUndoList ( 10, "SortTable" ) - - '/// Close Document - Call hCloseDocument + '/// string in Undo-list has to be: "Convert table -> text") + Call CheckUndoStringInUndoList ( 10, "ConvertTable" ) + + printlog "- Sort table" + '/// Sort table + Call wTypeKeys ( "", 2 ) + '/// Select all -> Tools / Sort + ToolsSort + Kontext "Sortieren" + Sortieren.Ok + '/// string in Undo-list has to be: "Sort table") + Call CheckUndoStringInUndoList ( 10, "SortTable" ) + + '/// Close Document + Call hCloseDocument endcase testcase tUndoTableSplitDelete - '/// Tables Part 4 - printlog "- Split tables" - '/// new document - Call hNewDocument - '/// Insert 2 tables - InsertTableWriter - Kontext "TabelleEinfuegenWriter" - TabelleEinfuegenWriter.Ok - Call wTypeKeys ( "", 3 ) - InsertTableWriter - Kontext "TabelleEinfuegenWriter" - TabellenName.Settext "AnotherTable" - TabelleEinfuegenWriter.Ok - '/// MergeTables - FormatMergeTables - wait 500 - '/// Split tables - FormatSplitTable - Kontext "TabelleAuftrennen" - TabelleAuftrennen.Ok - '/// string in Undo-list has to be: "Split table") - Call CheckUndoStringInUndoList ( 10, "SplitTable" ) - - '/// Delete table - printlog "- Delete table" - '/// Open navigator and select table - Call wNavigatorAuswahl ( 2, 1, true ) - Kontext "NavigatorWriter" - '/// Open contextmenu and choose 'Delete' - Auswahlliste.OpenContextMenu - Call hMenuSelectNr(4) - Call hMenuSelectNr(2) - '/// string in Undo-list has to be: "Delete table: 'AnotherTable'") - Call CheckUndoStringInUndoList ( 10, "DeleteTable" ) - - '/// Close document - Call hCloseDocument + '/// Tables Part 4 + printlog "- Split tables" + '/// new document + Call hNewDocument + '/// Insert 2 tables + InsertTableWriter + Kontext "TabelleEinfuegenWriter" + TabelleEinfuegenWriter.Ok + Call wTypeKeys ( "", 3 ) + InsertTableWriter + Kontext "TabelleEinfuegenWriter" + TabellenName.Settext "AnotherTable" + TabelleEinfuegenWriter.Ok + '/// MergeTables + FormatMergeTables + wait 500 + '/// Split tables + FormatSplitTable + Kontext "TabelleAuftrennen" + TabelleAuftrennen.Ok + '/// string in Undo-list has to be: "Split table") + Call CheckUndoStringInUndoList ( 10, "SplitTable" ) + + '/// Delete table + printlog "- Delete table" + '/// Open navigator and select table + Call wNavigatorAuswahl ( 2, 1, true ) + Kontext "NavigatorWriter" + '/// Open contextmenu and choose 'Delete' + Auswahlliste.OpenContextMenu + Call hMenuSelectNr(4) + Call hMenuSelectNr(2) + '/// string in Undo-list has to be: "Delete table: 'AnotherTable'") + Call CheckUndoStringInUndoList ( 10, "DeleteTable" ) + + '/// Close document + Call hCloseDocument endcase testcase tUndoHorizontalRuler - '/// HorizontalRuler - printlog "- Horizontal ruler" - '/// new document - Call hNewDocument - '/// Insert / Horizontal Line - InsertHorizontalLine + '/// HorizontalRuler + printlog "- Horizontal ruler" + '/// new document + Call hNewDocument + '/// Insert / Horizontal Line + InsertHorizontalLine '/// Select one line - Kontext "HorizontaleLinieEinfuegen" - Auswahl.TypeKeys "", 4 - HorizontaleLinieEinfuegen.Ok - '/// string in Undo-list has to be: "Insert horizontal ruler") - Call CheckUndoStringInUndoList ( 10, "InsertRuler" ) - - '/// close document - Call hCloseDocument + Kontext "HorizontaleLinieEinfuegen" + Auswahl.TypeKeys "", 4 + HorizontaleLinieEinfuegen.Ok + '/// string in Undo-list has to be: "Insert horizontal ruler") + Call CheckUndoStringInUndoList ( 10, "InsertRuler" ) + + '/// close document + Call hCloseDocument endcase testcase tUndoGraphics - '/// Graphics (Insert/Delete/Replace) - printlog "- Insert graphics from file" - '/// new document - Call hNewDocument - '/// Insert a graphic from file - Call hGrafikEinfuegen ( gTesttoolPath & "writer\optional\input\graphics\jolink.jpg" ) - '/// string in Undo-list has to be: "Insert graphics") - Call CheckUndoStringInUndoList ( 10, "InsertGraphic" ) + '/// Graphics (Insert/Delete/Replace) + printlog "- Insert graphics from file" + '/// new document + Call hNewDocument + '/// Insert a graphic from file + Call hGrafikEinfuegen ( gTesttoolPath & "writer\optional\input\graphics\jolink.jpg" ) + '/// string in Undo-list has to be: "Insert graphics") + Call CheckUndoStringInUndoList ( 10, "InsertGraphic" ) '/// Delete graphic - printlog "- delete graphic" - '/// press 'delete' to remove graphic - Call wTypeKeys "" - '/// string in Undo-list has to be: "Delete graphics") - Call CheckUndoStringInUndoList ( 10, "DeleteGraphic" ) - - '/// Insert graphic from gallery - printlog "- insert graphic from gallery" - Kontext "Gallery" + printlog "- delete graphic" + '/// press 'delete' to remove graphic + Call wTypeKeys "" + '/// string in Undo-list has to be: "Delete graphics") + Call CheckUndoStringInUndoList ( 10, "DeleteGraphic" ) + + '/// Insert graphic from gallery + printlog "- insert graphic from gallery" + Kontext "Gallery" if Gallery.NotExists(2) then ToolsGallery Sleep (2) - View.OpenContextMenu - Call hMenuSelectNr(1) - Call hMenuSelectNr(1) - '/// string in Undo-list has to be: "Insert graphics") - Call CheckUndoStringInUndoList ( 10, "InsertGraphic" ) + View.OpenContextMenu + Call hMenuSelectNr(1) + Call hMenuSelectNr(1) + '/// string in Undo-list has to be: "Insert graphics") + Call CheckUndoStringInUndoList ( 10, "InsertGraphic" ) Sleep (1) - '/// Replace graphic - printlog "- replace graphic" - '/// Insert another graphics from gallery - Kontext "Gallery" - View.OpenContextMenu - Call hMenuSelectNr(1) - Call hMenuSelectNr(1) - '/// string in Undo-list has to be: "Replace graphics") - Call CheckUndoStringInUndoList ( 10, "ReplaceGraphic" ) - - '/// Close gallery - Kontext "Gallery" - if Gallery.Exists then ToolsGallery - - '/// Close document - Call hCloseDocument + '/// Replace graphic + printlog "- replace graphic" + '/// Insert another graphics from gallery + Kontext "Gallery" + View.OpenContextMenu + Call hMenuSelectNr(1) + Call hMenuSelectNr(1) + '/// string in Undo-list has to be: "Replace graphics") + Call CheckUndoStringInUndoList ( 10, "ReplaceGraphic" ) + + '/// Close gallery + Kontext "Gallery" + if Gallery.Exists then ToolsGallery + + '/// Close document + Call hCloseDocument endcase diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_4.inc b/testautomation/writer/optional/includes/undo/w_undo_history_4.inc index 3f0940fc7537..4b80936ffbaa 100644 --- a/testautomation/writer/optional/includes/undo/w_undo_history_4.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_4.inc @@ -33,178 +33,178 @@ sub w_undo_history_4 - Call tUndoOLEObject ' Objects (Insert/Delete) - Call tUndoFloatingFrame ' Floating Frame (Insert/Delete) - Call tUndoInsertFile ' Insert file - Call tUndoAsianPhoneticGuides ' Asian Phonetic Guides - Call tUndoAutocorrect ' Autocorrect / Autoformat - Call tUndoDrawObject ' Draw Object (Insert) - Call tUndoDrawObjectGroup ' Draw Object (Group/ungroup/Name/Delete) - Call tUndoSpellcheck ' Spellcheck (Autocheck/Spellcheck) - Call tUndoFormControl ' Form Control (Insert/resize/move/replace/change property/delete) - Call tUndoHeaderFooter ' Header/Footer insert and delete - + Call tUndoOLEObject ' Objects (Insert/Delete) + Call tUndoFloatingFrame ' Floating Frame (Insert/Delete) + Call tUndoInsertFile ' Insert file + Call tUndoAsianPhoneticGuides ' Asian Phonetic Guides + Call tUndoAutocorrect ' Autocorrect / Autoformat + Call tUndoDrawObject ' Draw Object (Insert) + Call tUndoDrawObjectGroup ' Draw Object (Group/ungroup/Name/Delete) + Call tUndoSpellcheck ' Spellcheck (Autocheck/Spellcheck) + Call tUndoFormControl ' Form Control (Insert/resize/move/replace/change property/delete) + Call tUndoHeaderFooter ' Header/Footer insert and delete + end sub testcase tUndoOLEObject - - '/// OLE-Objects (Insert/Delete) - printlog "- Insert OLE-Object" - '/// new Document - Call hNewDocument + + '/// OLE-Objects (Insert/Delete) + printlog "- Insert OLE-Object" + '/// new Document + Call hNewDocument '/// Insert / Object / OLE-Object /// - InsertObjectOLEObject + InsertObjectOLEObject Kontext "OLEObjektEinfuegen" - Objekttyp.Select 1 - OLEObjektEinfuegen.Ok + Objekttyp.Select 1 + OLEObjektEinfuegen.Ok wait 500 - Call wTypeKeys "" + Call wTypeKeys "" wait 500 Call gMouseClick(15,5) wait 500 - '/// string in Undo-list has to be: "Insert object") - Call CheckUndoStringInUndoList ( 10, "InsertObject" ) + '/// string in Undo-list has to be: "Insert object") + Call CheckUndoStringInUndoList ( 10, "InsertObject" ) - printlog "- delete object" - '/// Select object with + printlog "- delete object" + '/// Select object with Call wTypeKeys "" wait 500 '/// Delete object - Call wTypeKeys "" + Call wTypeKeys "" wait 500 - '/// press 'delete' to remove object - '/// string in Undo-list has to be: "Delete object") - Call CheckUndoStringInUndoList ( 10, "DeleteObject" ) - - '/// close Document - Call hCloseDocument + '/// press 'delete' to remove object + '/// string in Undo-list has to be: "Delete object") + Call CheckUndoStringInUndoList ( 10, "DeleteObject" ) + + '/// close Document + Call hCloseDocument endcase testcase tUndoFloatingFrame - '/// Floating frames - printlog "- Insert floating frame" - '/// new document - Call hNewDocument - '/// Insert / Floating frame - InsertFloatingFrame - Kontext "TabEigenschaften" - '/// Choose a file as floating frame - Inhalt.Settext Convertpath (gTesttoolPath & "writer\optional\input\graphics\jolink.jpg" ) - TabEigenschaften.Ok - Sleep 2 - '/// string in Undo-list has to be: "Insert floating frame") - Call CheckUndoStringInUndoList ( 10, "InsertFloatingFrame" ) - - '/// Delete floating frame - printlog "- delete floating frame" - Call wTypeKeys "" - '/// string in Undo-list has to be: "Delete floating frame") - Call CheckUndoStringInUndoList ( 10, "DeleteFloatingFrame" ) - - '/// close document - Call hCloseDocument + '/// Floating frames + printlog "- Insert floating frame" + '/// new document + Call hNewDocument + '/// Insert / Floating frame + InsertFloatingFrame + Kontext "TabEigenschaften" + '/// Choose a file as floating frame + Inhalt.Settext Convertpath (gTesttoolPath & "writer\optional\input\graphics\jolink.jpg" ) + TabEigenschaften.Ok + Sleep 2 + '/// string in Undo-list has to be: "Insert floating frame") + Call CheckUndoStringInUndoList ( 10, "InsertFloatingFrame" ) + + '/// Delete floating frame + printlog "- delete floating frame" + Call wTypeKeys "" + '/// string in Undo-list has to be: "Delete floating frame") + Call CheckUndoStringInUndoList ( 10, "DeleteFloatingFrame" ) + + '/// close document + Call hCloseDocument endcase testcase tUndoInsertFile - '/// Insert File - printlog "- Insert file" - '/// new document - Call hNewDocument - '/// Insert / File - InsertFileWriter + '/// Insert File + printlog "- Insert file" + '/// new document + Call hNewDocument + '/// Insert / File + InsertFileWriter Sleep 3 Kontext "OeffnenDlg" Sleep 2 '/// Choose "..\\writer\\input\\htmltest.sxw" - if OeffnenDlg.Exists then - Dateiname.Settext Convertpath (gTesttoolPath & "writer\optional\input\undo\htmltest.sxw" ) - Oeffnen.Click - else - Warnlog "File open dialog missing" - Call hCloseDocument - goto endsub - end if - - '/// string in Undo-list has to be: "Insert document") - Call CheckUndoStringInUndoList ( 10, "InsertDocument" ) - - '/// close document - Call hCloseDocument + if OeffnenDlg.Exists then + Dateiname.Settext Convertpath (gTesttoolPath & "writer\optional\input\undo\htmltest.sxw" ) + Oeffnen.Click + else + Warnlog "File open dialog missing" + Call hCloseDocument + goto endsub + end if + + '/// string in Undo-list has to be: "Insert document") + Call CheckUndoStringInUndoList ( 10, "InsertDocument" ) + + '/// close document + Call hCloseDocument endcase testcase tUndoAsianPhoneticGuides - '/// Asian Phonetic Guides - printlog "- Asian Phonetic Guides" - '/// new document - Call hNewDocument - '/// type some text and select it - Call wTypeKeys ( "JuppHeidiUndJuppHeida" ) - Call wTypeKeys ( "" ) - '/// Check if Asian support is enabled, if not enable it - if gAsianSup = true then - FormatRuby - Kontext "RubyDialog" - RubyText1.Settext "SeppHeidiUndSeppHeida" - RubyDialog.Ok - RubyDialog.Close - else - Call ActiveDeactivateAsianSupport(True) - FormatRuby - Kontext "RubyDialog" - RubyText1.Settext "SeppHeidiUndSeppHeida" - RubyDialog.Ok - RubyDialog.Close - Call ActiveDeactivateAsianSupport(False) - end if - - '/// string in Undo-list has to be: "Asian Phonectic Guides Setting") - Call CheckUndoStringInUndoList ( 10, "APGS" ) - - '/// close document - Call hCloseDocument + '/// Asian Phonetic Guides + printlog "- Asian Phonetic Guides" + '/// new document + Call hNewDocument + '/// type some text and select it + Call wTypeKeys ( "JuppHeidiUndJuppHeida" ) + Call wTypeKeys ( "" ) + '/// Check if Asian support is enabled, if not enable it + if gAsianSup = true then + FormatRuby + Kontext "RubyDialog" + RubyText1.Settext "SeppHeidiUndSeppHeida" + RubyDialog.Ok + RubyDialog.Close + else + Call ActiveDeactivateAsianSupport(True) + FormatRuby + Kontext "RubyDialog" + RubyText1.Settext "SeppHeidiUndSeppHeida" + RubyDialog.Ok + RubyDialog.Close + Call ActiveDeactivateAsianSupport(False) + end if + + '/// string in Undo-list has to be: "Asian Phonectic Guides Setting") + Call CheckUndoStringInUndoList ( 10, "APGS" ) + + '/// close document + Call hCloseDocument endcase testcase tUndoAutocorrect - '/// Autocorrect / Autoformat - printlog "- Autocorrect / Autoformat" - '/// new document - Call hNewDocument - '/// Autocorrect - printlog "- Autocorrect" - '/// type with quote and blank at the end 'www.sun.com ' - Call wTypeKeys ( "www.sun.com " ) - '/// string in Undo-list has to be: "AutoCorrect") - Call CheckUndoStringInUndoList ( 10, "AutoCorrect" ) + '/// Autocorrect / Autoformat + printlog "- Autocorrect / Autoformat" + '/// new document + Call hNewDocument + '/// Autocorrect + printlog "- Autocorrect" + '/// type with quote and blank at the end 'www.sun.com ' + Call wTypeKeys ( "www.sun.com " ) + '/// string in Undo-list has to be: "AutoCorrect") + Call CheckUndoStringInUndoList ( 10, "AutoCorrect" ) '/// insert a line break - Call wTypeKeys ( "" ) - '/// Autoformat - printlog "- Autoformat" - '/// type - AutoFormat test - Call wTypeKeys ( "- AutoFormat test" ) - '/// string in Undo-list has to be: "AutoCorrect") - Call CheckUndoStringInUndoList ( 10, "AutoFormat" ) - - '/// close document - Call hCloseDocument + Call wTypeKeys ( "" ) + '/// Autoformat + printlog "- Autoformat" + '/// type - AutoFormat test + Call wTypeKeys ( "- AutoFormat test" ) + '/// string in Undo-list has to be: "AutoCorrect") + Call CheckUndoStringInUndoList ( 10, "AutoFormat" ) + + '/// close document + Call hCloseDocument endcase testcase tUndoDrawObject - '/// Draw object - printlog "- Draw object" - '/// new document - Call hNewDocument - '/// Insert a freeform line object - + '/// Draw object + printlog "- Draw object" + '/// new document + Call hNewDocument + '/// Insert a freeform line object + ViewZoom Kontext "Massstab" Optimal.Check @@ -220,18 +220,18 @@ testcase tUndoDrawObject Call gMouseClick( 55, 70 ) Call wTypeKeys ("") - '/// string in Undo-list has to be: "Insert draw object: freeform line") - Call CheckUndoStringInUndoList ( 10, "FreeForm" ) + '/// string in Undo-list has to be: "Insert draw object: freeform line") + Call CheckUndoStringInUndoList ( 10, "FreeForm" ) - '/// close document - Call hCloseDocument + '/// close document + Call hCloseDocument endcase testcase tUndoDrawObjectGroup - '/// Group of Drawing objects - printlog "- Group of Drawing objects" + '/// Group of Drawing objects + printlog "- Group of Drawing objects" '/// new document /// Call hNewDocument ViewZoom @@ -249,172 +249,172 @@ testcase tUndoDrawObjectGroup '/// Select Format / Group / Group /// try printlog "- group objects" - FormatGroupGroup + FormatGroupGroup Sleep 1 - '/// string in Undo-list has to be: "Group draw objects") - Call CheckUndoStringInUndoList ( 10, "DrawGroup" ) - - '/// Format / Name object - printlog "- name objects" - FormatNameObject - Kontext "NameDlgObject" - NameField.Settext "MyGroup" - NameDlgObject.OK - '/// string in Undo-list has to be: "Rename 2 Rectangles") - Call CheckUndoStringInUndoList ( 10, "RenameGroup" ) - - '/// Select Format / Group / Ungroup /// - printlog "- ungroup objects" - FormatUngroupDraw - '/// string in Undo-list has to be: "Ungroup group object") - Call CheckUndoStringInUndoList ( 10, "DrawUnGroup" ) - - '/// Select 1 object and delete it - Call gMouseClick ( 40, 52 ) - printlog "- delete object" - Call wTypeKeys "" - '/// string in Undo-list has to be: "Delete 2 Rectangles") - Call CheckUndoStringInUndoList ( 10, "DeleteGroup" ) - catch + '/// string in Undo-list has to be: "Group draw objects") + Call CheckUndoStringInUndoList ( 10, "DrawGroup" ) + + '/// Format / Name object + printlog "- name objects" + FormatNameObject + Kontext "NameDlgObject" + NameField.Settext "MyGroup" + NameDlgObject.OK + '/// string in Undo-list has to be: "Rename 2 Rectangles") + Call CheckUndoStringInUndoList ( 10, "RenameGroup" ) + + '/// Select Format / Group / Ungroup /// + printlog "- ungroup objects" + FormatUngroupDraw + '/// string in Undo-list has to be: "Ungroup group object") + Call CheckUndoStringInUndoList ( 10, "DrawUnGroup" ) + + '/// Select 1 object and delete it + Call gMouseClick ( 40, 52 ) + printlog "- delete object" + Call wTypeKeys "" + '/// string in Undo-list has to be: "Delete 2 Rectangles") + Call CheckUndoStringInUndoList ( 10, "DeleteGroup" ) + catch Warnlog "Unable to execute 'Format / Group / Group' -> disabled!" endcatch - '/// close document - Call hCloseDocument + '/// close document + Call hCloseDocument endcase testcase tUndoSpellcheck - Dim sReplace as string + Dim sReplace as string - '/// Spellcheck(Autocheck/Spellcheck) - printlog "- Spellcheck: Autocheck" + '/// Spellcheck(Autocheck/Spellcheck) + printlog "- Spellcheck: Autocheck" '/// new document /// hfileOpen (gTesttoolpath + "writer\optional\input\undo\spellcheck_undo.odt") Call sMakeReadOnlyDocumentEditable - '/// Type "This is a testp" - Call wTypeKeys ( "" ) 'This is a testp - '/// Select word' testp' - Call wTypeKeys ( "" ) - '/// Tools / Spellcheck - ToolsSpellcheckWriter - Kontext "Spellcheck" - Suggestions.Select 1 - sReplace = Suggestions.GetSelText - '///Replace with 1st word in suggestion list - printlog "-> Replace with word: " & sReplace - Change.Click - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - Active.Ok - end if - end if - Kontext "Spellcheck" - if Spellcheck.Exists then Spellcheck.Close - '/// string in Undo-list has to be: "Replace: 'Testp' -> 'Test'") - Call CheckUndoStringInUndoList ( 10, "Autocheck/Spellcheck" ) + '/// Type "This is a testp" + Call wTypeKeys ( "" ) 'This is a testp + '/// Select word' testp' + Call wTypeKeys ( "" ) + '/// Tools / Spellcheck + ToolsSpellcheckWriter + Kontext "Spellcheck" + Suggestions.Select 1 + sReplace = Suggestions.GetSelText + '///Replace with 1st word in suggestion list + printlog "-> Replace with word: " & sReplace + Change.Click + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + Active.Ok + end if + end if + Kontext "Spellcheck" + if Spellcheck.Exists then Spellcheck.Close + '/// string in Undo-list has to be: "Replace: 'Testp' -> 'Test'") + Call CheckUndoStringInUndoList ( 10, "Autocheck/Spellcheck" ) '/// Uncheck 'Autospellcheck' in Toolbar /// ToolsSpellcheckAutoSpellcheck - printlog "- Spellcheck" - Call wTypeKeys ( "", 2 ) - '/// retype 'testp' - Call wTypeKeys ( "testp" ) - ToolsSpellcheckWriter - Kontext "Spellcheck" - ' Workaround: For some reasons sometimes dialog is disabled here - ' Only reproducable by testtool - try - Suggestions.Select 1 - catch - Spellcheck.Close - ToolsSpellcheckWriter - Kontext "Spellcheck" - Suggestions.Select 1 - endcatch - Change.Click - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - try - Active.No - catch - Active.Ok - endcatch - end if - end if - Kontext "Spellcheck" - if Spellcheck.Exists then Spellcheck.Close - - '/// string in Undo-list has to be: "Replace: 'Testp' -> 'Test'") - Call CheckUndoStringInUndoList ( 10, "Autocheck/Spellcheck" ) - - '/// close document + printlog "- Spellcheck" + Call wTypeKeys ( "", 2 ) + '/// retype 'testp' + Call wTypeKeys ( "testp" ) + ToolsSpellcheckWriter + Kontext "Spellcheck" + ' Workaround: For some reasons sometimes dialog is disabled here + ' Only reproducable by testtool + try + Suggestions.Select 1 + catch + Spellcheck.Close + ToolsSpellcheckWriter + Kontext "Spellcheck" + Suggestions.Select 1 + endcatch + Change.Click + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + try + Active.No + catch + Active.Ok + endcatch + end if + end if + Kontext "Spellcheck" + if Spellcheck.Exists then Spellcheck.Close + + '/// string in Undo-list has to be: "Replace: 'Testp' -> 'Test'") + Call CheckUndoStringInUndoList ( 10, "Autocheck/Spellcheck" ) + + '/// close document Call hCloseDocument endcase testcase tUndoFormControl - '/// Form Control (Insert/resize/move/replace/change property/delete) - printlog "- Form control (insert)" - '/// new document - Call hNewDocument - '/// Open 'Form' Toolbox /// - Call hToolbarSelect ("FormControls", true) - 'Formsbar.Move 20, 30 - '/// Insert a pushbutton from toolbox /// - Pushbutton.Click + '/// Form Control (Insert/resize/move/replace/change property/delete) + printlog "- Form control (insert)" + '/// new document + Call hNewDocument + '/// Open 'Form' Toolbox /// + Call hToolbarSelect ("FormControls", true) + 'Formsbar.Move 20, 30 + '/// Insert a pushbutton from toolbox /// + Pushbutton.Click Kontext "DocumentWriter" DocumentWriter.MouseDown ( 40, 50 ) DocumentWriter.MouseMove ( 50, 55 ) DocumentWriter.MouseUp ( 50, 55 ) Sleep 1 - '/// string in Undo-list has to be: "Insert control") - Call CheckUndoStringInUndoList ( 10, "ControlInsert" ) - - printlog "- Form control (move)" - '/// Press '' to move control - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Move control") - Call CheckUndoStringInUndoList ( 10, "ControlMove" ) - - printlog "- Form control (resize)" - '/// Press '' to enter handle selection mode - Call wTypeKeys ( "" ) - '/// Press '' to resize control - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Resize control") - Call CheckUndoStringInUndoList ( 10, "ControlResize" ) - - printlog "- Form control (replace)" - '/// Select 'Format->Replace with-> Text box' - FormatReplaceWithTextBox - wait 500 - '/// string in Undo-list has to be: "Replace control") - Call CheckUndoStringInUndoList ( 10, "ControlReplace" ) - - printlog "- Form control (change property)" - '/// Select 'Format->Control' and change name of control - FormatControl - Kontext "ControlPropertiesTabControl" + '/// string in Undo-list has to be: "Insert control") + Call CheckUndoStringInUndoList ( 10, "ControlInsert" ) + + printlog "- Form control (move)" + '/// Press '' to move control + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Move control") + Call CheckUndoStringInUndoList ( 10, "ControlMove" ) + + printlog "- Form control (resize)" + '/// Press '' to enter handle selection mode + Call wTypeKeys ( "" ) + '/// Press '' to resize control + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Resize control") + Call CheckUndoStringInUndoList ( 10, "ControlResize" ) + + printlog "- Form control (replace)" + '/// Select 'Format->Replace with-> Text box' + FormatReplaceWithTextBox + wait 500 + '/// string in Undo-list has to be: "Replace control") + Call CheckUndoStringInUndoList ( 10, "ControlReplace" ) + + printlog "- Form control (change property)" + '/// Select 'Format->Control' and change name of control + FormatControl + Kontext "ControlPropertiesTabControl" ControlPropertiesTabControl.setPage TabGeneralControl - Kontext "TabGeneralControl" - NameText.Settext "MyControl" + Kontext "TabGeneralControl" + NameText.Settext "MyControl" FormatControl - '/// string in Undo-list has to be: "Set property 'Name'") - Call CheckUndoStringInUndoList ( 10, "ControlChange" ) - - printlog "- Form control (delete)" - '/// Press '' to delete control - Call wTypeKeys ( "" ) - '/// string in Undo-list has to be: "Delete control") - Call CheckUndoStringInUndoList ( 10, "ControlDelete" ) - - '/// close document + '/// string in Undo-list has to be: "Set property 'Name'") + Call CheckUndoStringInUndoList ( 10, "ControlChange" ) + + printlog "- Form control (delete)" + '/// Press '' to delete control + Call wTypeKeys ( "" ) + '/// string in Undo-list has to be: "Delete control") + Call CheckUndoStringInUndoList ( 10, "ControlDelete" ) + + '/// close document Call hCloseDocument endcase @@ -423,73 +423,73 @@ testcase tUndoHeaderFooter QAErrorlog "#i56552#footer deletion cannot be undone" goto endsub - '/// Insert header - printlog "- Insert header" - '/// new Document - Call hNewDocument - '/// Insert / Header / Default - DocumentWriter.UseMenu - MenuSelect(Menugetitemid(4)) - Sleep 2 - MenuSelect(Menugetitemid(9)) - Sleep 2 - MenuSelect(Menugetitemid(1)) - Sleep 2 - '/// string in Undo-list has to be: "Header/footer changed") - Call CheckUndoStringInUndoList ( 10, "Header/Footer" ) - - '/// Delete header - printlog "- Delete header" + '/// Insert header + printlog "- Insert header" + '/// new Document + Call hNewDocument + '/// Insert / Header / Default + DocumentWriter.UseMenu + MenuSelect(Menugetitemid(4)) + Sleep 2 + MenuSelect(Menugetitemid(9)) + Sleep 2 + MenuSelect(Menugetitemid(1)) + Sleep 2 + '/// string in Undo-list has to be: "Header/footer changed") + Call CheckUndoStringInUndoList ( 10, "Header/Footer" ) + + '/// Delete header + printlog "- Delete header" Kontext "DocumentWriter" - DocumentWriter.UseMenu + DocumentWriter.UseMenu MenuSelect(Menugetitemid(4)) Sleep 2 MenuSelect(Menugetitemid(9)) Sleep 2 MenuSelect(Menugetitemid(1)) Sleep 2 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - Active.Yes - end if - end if - '/// string in Undo-list has to be: "Header/footer changed") - Call CheckUndoStringInUndoList ( 10, "Header/Footer" ) - - '/// Insert footer - printlog "- Insert footer" - '/// Insert / Header / Default - Kontext "DocumentWriter" - DocumentWriter.UseMenu - MenuSelect(Menugetitemid(4)) - Sleep 2 - MenuSelect(Menugetitemid(10)) - Sleep 2 - MenuSelect(Menugetitemid(1)) - Sleep 2 - '/// string in Undo-list has to be: "Header/footer changed") - Call CheckUndoStringInUndoList ( 10, "Header/Footer" ) - - '/// Delete footer - printlog "- Delete footer" + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + Active.Yes + end if + end if + '/// string in Undo-list has to be: "Header/footer changed") + Call CheckUndoStringInUndoList ( 10, "Header/Footer" ) + + '/// Insert footer + printlog "- Insert footer" + '/// Insert / Header / Default Kontext "DocumentWriter" - DocumentWriter.UseMenu + DocumentWriter.UseMenu MenuSelect(Menugetitemid(4)) Sleep 2 MenuSelect(Menugetitemid(10)) Sleep 2 MenuSelect(Menugetitemid(1)) Sleep 2 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - Active.Yes - end if - end if - '/// string in Undo-list has to be: "Header/footer changed") - Call CheckUndoStringInUndoList ( 10, "Header/Footer" ) - - '/// close document - Call hCloseDocument + '/// string in Undo-list has to be: "Header/footer changed") + Call CheckUndoStringInUndoList ( 10, "Header/Footer" ) + + '/// Delete footer + printlog "- Delete footer" + Kontext "DocumentWriter" + DocumentWriter.UseMenu + MenuSelect(Menugetitemid(4)) + Sleep 2 + MenuSelect(Menugetitemid(10)) + Sleep 2 + MenuSelect(Menugetitemid(1)) + Sleep 2 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + Active.Yes + end if + end if + '/// string in Undo-list has to be: "Header/footer changed") + Call CheckUndoStringInUndoList ( 10, "Header/Footer" ) + + '/// close document + Call hCloseDocument endcase -- cgit From 13dd3059eefc5ed7f1ac883b9b060af28866e8e3 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 16:10:02 +0200 Subject: vitomation01: #i109562 - Fix broken loop --- .../writer/optional/includes/tools/tools1.inc | 57 ++++++++++++---------- 1 file changed, 31 insertions(+), 26 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/tools/tools1.inc b/testautomation/writer/optional/includes/tools/tools1.inc index d09800f98fa3..c187d34b39ac 100644 --- a/testautomation/writer/optional/includes/tools/tools1.inc +++ b/testautomation/writer/optional/includes/tools/tools1.inc @@ -68,35 +68,38 @@ function fFormatGraphic(Options as string) as boolean if ( hUseAsyncSlot( "FormatGraphics" ) <> -1 ) then - Kontext - if ( Active.exists( 2 ) ) then - Select case Options - case "TabType" : active.SetPage TabType - case "TabZusaetze" : active.SetPage TabZusaetze - case "TabUmlauf" : active.SetPage TabUmlauf - case "TabHyperlinkRahmen" : active.SetPage TabHyperlinkRahmen - case "TabGrafik" : active.SetPage TabGrafik - case "TabZuschneiden" : active.SetPage TabZuschneiden - case "TabUmrandung" : active.SetPage TabUmrandung - case "TabHintergrund" : active.SetPage TabHintergrund - case "TabMakro" - active.SetPage TabMakro - ' if no JRE is installed a messagebox appears - Do - j = j + 1 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - if j = 1 then Warnlog Active.Gettext - Active.Ok + Kontext + if ( Active.exists( 2 ) ) then + Select case Options + case "TabType" : active.SetPage TabType + case "TabZusaetze" : active.SetPage TabZusaetze + case "TabUmlauf" : active.SetPage TabUmlauf + case "TabHyperlinkRahmen" : active.SetPage TabHyperlinkRahmen + case "TabGrafik" : active.SetPage TabGrafik + case "TabZuschneiden" : active.SetPage TabZuschneiden + case "TabUmrandung" : active.SetPage TabUmrandung + case "TabHintergrund" : active.SetPage TabHintergrund + case "TabMakro" + active.SetPage TabMakro + ' if no JRE is installed a messagebox appears + Do + j = j + 1 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + if j = 1 then Warnlog Active.Gettext + Active.Ok + else + exit do + end if else exit do end if - else - exit do - end if - Loop - end select + Loop + end select + else + warnlog( "Failed to access Tabpage" ) + endif else warnlog( "Failed to execute " ) endif @@ -248,6 +251,8 @@ function fFormatStylesCatalog(Options as string) case "Numbering" : Vorlagen.Select 5 end Select + Kontext Options + end function -- cgit From 4f6da956c1f0328d20a4067edf7b075944273ac7 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 16:43:23 +0200 Subject: vitomation01: #i109562 - Disabled every single HangulHanya conversion test as most of them are broken and - in many cases - need a rewrite --- .../global/tools/includes/required/t_doc2.inc | 4 +- .../hangulhanjaonversion/hhConversion1.inc | 67 ++++++++-- .../hangulhanjaonversion/hhConversion2.inc | 140 ++++++++++++++++----- .../hangulhanjaonversion/hhConversion3.inc | 66 +++++++--- 4 files changed, 218 insertions(+), 59 deletions(-) mode change 100644 => 100755 testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 6093709dafe1..31a00f1d2222 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -127,9 +127,9 @@ function hEnableDocumentEditMode() as boolean Bearbeiten.click() kontext "Active" - if ( Active.exists( 2 ) ) then + if ( Active.exists( 1 ) ) then printlog( "Messagebox: " & Active.getText() ) - hCloseDialog( Active, "yes" ) + Active.yes() endif kontext "Standardbar" diff --git a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion1.inc b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion1.inc index e58a4a2a94da..33b20cf3c910 100755 --- a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion1.inc +++ b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion1.inc @@ -47,6 +47,9 @@ testcase tHHNoSelction_1 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -65,13 +68,14 @@ testcase tHHNoSelction_1 '/// Open a test file , which includes some Korean characters '/// + and some Chinese characters Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Set focus before the 3rd character Call wTypeKeys "" Call wTypeKeys "" '/// Tools / HangulHanjaConversion - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" '/// Press Peplace button @@ -112,6 +116,9 @@ endcase '----------------------------------------------------------------- testcase tHHNoSelction_2 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -131,12 +138,13 @@ testcase tHHNoSelction_2 '/// + Germany , French , Korean and Chinese characters '/// + (Korean is before Chinese) Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Set focus to the beginning Call wTypeKeys "" '/// Tools / HangulHanjaConversion - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" '/// Press Peplace button @@ -166,6 +174,9 @@ endcase '----------------------------------------------------------------- testcase tHHNoSelction_3 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -185,12 +196,13 @@ testcase tHHNoSelction_3 '/// + Germany , French , Korean and Chinese characters '/// + (Chinese is before Korean) Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Set focus to the beginning Call wTypeKeys "" '/// Tools / HangulHanjaConversion - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" '/// Press Peplace button @@ -221,6 +233,9 @@ endcase '----------------------------------------------------------------- testcase tHHNoSelction_4 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String @@ -236,13 +251,14 @@ testcase tHHNoSelction_4 '/// + Germany , French characters . '/// + There are no Chinese and Korean Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Set focus to the beginning Call wTypeKeys "" '/// Tools / HangulHanjaConversion , '/// + nothing should happen - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" if HangulHanjaConversion.Exists then @@ -257,6 +273,9 @@ endcase '----------------------------------------------------------------- testcase tHHNoSelction_5 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -273,12 +292,13 @@ testcase tHHNoSelction_5 '/// Open a test file , which includes some Chinese and Korean Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Set focus to the end of the file Call wTypeKeys "" '/// Tools / HangulHanjaConversion , - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" Sleep 1 if Word.GetText <> sResult then @@ -293,6 +313,9 @@ endcase '----------------------------------------------------------------- testcase tHHNoSelction_6 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -311,6 +334,7 @@ testcase tHHNoSelction_6 '/// Open a test file , which includes some Chinese and Korean, '/// + the 3rd character in 1st line isn't convertible Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Set focus to the 3rd character (korean) Call wTypeKeys "" @@ -319,7 +343,7 @@ testcase tHHNoSelction_6 '/// Tools / HangulHanjaConversion , Replace and Always Replace '/// + should be disabled , "suggestion" should be empty . '/// + Press Ignore button will jump to the next convertible Hangul/Hanja character - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" if Suggestions.GetItemCount <> 0 then Warnlog "Suggestion should be empty !" @@ -354,6 +378,9 @@ endcase '----------------------------------------------------------------- testcase tHHNoSelction_7 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -372,6 +399,7 @@ testcase tHHNoSelction_7 '/// Open a test file , which includes some Chinese and Korean, '/// + the 3rd character in 2nd line isn't convertible Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Set focus to the 3rd chinese character Call wTypeKeys "" @@ -382,7 +410,7 @@ testcase tHHNoSelction_7 '/// Tools / HangulHanjaConversion , Replace and Always Replace '/// + should be disabled , "suggestion" should be empty . '/// + Press Ignore button will jump to the next convertible Hangul/Hanja character - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" if Suggestions.GetItemCount <> 0 then Warnlog "Suggestion should be empty !" @@ -417,6 +445,9 @@ endcase '----------------------------------------------------------------- testcase tHHSingleSelction_1 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -436,6 +467,7 @@ testcase tHHSingleSelction_1 '/// Open a test file , which includes some Chinese and Korean Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Select from 4th to 7th character Call wTypeKeys "" @@ -444,7 +476,7 @@ testcase tHHSingleSelction_1 '/// Tools / HangulHanjaConversion , '/// + Press Peplace button - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" if ReplaceBtn.IsEnabled then ReplaceBtn.Click @@ -475,6 +507,9 @@ endcase '---------------------------------------------------------------- testcase tHHMultiSelction_1 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -493,13 +528,14 @@ testcase tHHMultiSelction_1 '/// Open a test file , which includes some Korean chacters Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Do a multi Selectiong to the charcters -- 입력 Call fFindWord(sMultiWord) '/// Tools / HangulHanjaConversion , '/// + Press Peplace button - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" ReplaceBtn.Click Sleep 1 @@ -522,6 +558,9 @@ endcase '---------------------------------------------------------------- testcase tHHTextBox_1 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String @@ -535,6 +574,7 @@ testcase tHHTextBox_1 '/// Open a test file , which includes a text box and '/// + some Korean chacters in the text box Call hFileOpen(sTestFile) + sMakeReadOnlyDocumentEditable() '/// Tools / HangulHanjaConversion , the below 4 checkboxes ralated '/// + ruby should be disabled . @@ -543,7 +583,7 @@ testcase tHHTextBox_1 '/// -> 'Hangul As Ruby Above Hanja' '/// -> 'Hangul As Ruby Below Hanja' try - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" if NOT HangulHanjaConversion.Exists then Warnlog "Hangul/Hanja Conversion dialogue isn't poped up !" @@ -590,6 +630,9 @@ endcase '---------------------------------------------------------------- testcase tHHDrawBox_1 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String @@ -603,7 +646,7 @@ testcase tHHDrawBox_1 '/// Open a test file , which includes a draw box and '/// + some Korean chacters in the text box Call hFileOpen(sTestFile) - + sMakeReadOnlyDocumentEditable() '/// Tools / HangulHanjaConversion , the below 4 checkboxes ralated '/// + ruby should be disabled . '/// -> 'Hanja As Ruby Above Hangul' @@ -611,7 +654,7 @@ testcase tHHDrawBox_1 '/// -> 'Hangul As Ruby Above Hanja' '/// -> 'Hangul As Ruby Below Hanja' try - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" if NOT HangulHanjaConversion.Exists then Warnlog "Hangul/Hanja Conversion dialogue isn't poped up !" diff --git a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion2.inc b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion2.inc index 2d57bfc19d7e..5b9fc83f58de 100755 --- a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion2.inc +++ b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion2.inc @@ -61,6 +61,9 @@ '\*********************************************************************** testcase tHHConversion_1 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -77,12 +80,12 @@ testcase tHHConversion_1 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , '/// + Press Peplace button - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" For i = 1 to 15 if NOT HangulHanjaConversion.Exists then @@ -108,6 +111,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_2 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -123,7 +129,7 @@ testcase tHHConversion_2 '/// Open a test file , which includes some '/// + Chinese character and Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check hanja only . @@ -155,6 +161,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_3 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -171,7 +180,7 @@ testcase tHHConversion_3 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check Hanja(Hangul) @@ -204,6 +213,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_4 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -220,7 +232,7 @@ testcase tHHConversion_4 '/// Open a test file , which includes some '/// + Chinese character and Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check Hanja(Hangul). @@ -253,6 +265,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_5 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -269,7 +284,7 @@ testcase tHHConversion_5 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check Hangul(Hanja) , @@ -302,6 +317,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_6 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -319,7 +337,7 @@ testcase tHHConversion_6 '/// Open a test file , which includes some '/// + Chinese character and Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check Hangul(Hanja), @@ -352,6 +370,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_7 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sHangulText , sHanjaText as String @@ -369,7 +390,7 @@ testcase tHHConversion_7 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check 'Hanja As Ruby Above Hangul' , @@ -409,6 +430,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_8 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sHangulText , sHanjaText as String @@ -426,7 +450,7 @@ testcase tHHConversion_8 Call hNewDocument '/// Open a test file , which includes some Chinese chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check 'Hanja As Ruby Above Hangul' , @@ -466,6 +490,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_9 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sHangulText , sHanjaText as String @@ -483,7 +510,7 @@ testcase tHHConversion_9 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check 'Hanja As Ruby Below Hangul' , @@ -523,6 +550,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_10 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sHangulText , sHanjaText as String @@ -540,7 +570,7 @@ testcase tHHConversion_10 Call hNewDocument '/// Open a test file , which includes some Chinese chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check 'Hanja As Ruby Below Hangul' , @@ -580,6 +610,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_11 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sHangulText , sHanjaText as String @@ -597,7 +630,7 @@ testcase tHHConversion_11 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check 'Hangul As Ruby Above Hanja' , @@ -637,6 +670,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_12 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sHangulText , sHanjaText as String @@ -654,7 +690,7 @@ testcase tHHConversion_12 Call hNewDocument '/// Open a test file , which includes some Chinese chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check 'Hangul As Ruby Above Hanja' , @@ -694,6 +730,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_13 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sHangulText , sHanjaText as String @@ -711,7 +750,7 @@ testcase tHHConversion_13 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check 'Hangul As Ruby Below Hanja' , @@ -751,6 +790,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_14 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sHangulText , sHanjaText as String @@ -768,7 +810,7 @@ testcase tHHConversion_14 Call hNewDocument '/// Open a test file , which includes some Chinese chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , check 'Hangul As Ruby Below Hanja' , @@ -808,6 +850,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_15 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String @@ -820,7 +865,7 @@ testcase tHHConversion_15 '/// Open a test file , which includes some Korean chacters . '/// + Set focus before Korean character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , @@ -853,6 +898,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_16 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String @@ -865,7 +913,7 @@ testcase tHHConversion_16 '/// Open a test file , which includes some Chinese chacters . '/// + Set focus before Chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , @@ -898,6 +946,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_17 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult , sWord as String @@ -913,7 +964,7 @@ testcase tHHConversion_17 Call hNewDocument '/// Open a test file , which includes some Korean chacters . - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , press Ignore , @@ -943,6 +994,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_18 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -961,7 +1015,7 @@ testcase tHHConversion_18 '/// Open a test file , which includes some Chinese chacters =>. '/// + 山下 上山下乡 山下 - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , press Always Ignore , @@ -992,7 +1046,7 @@ testcase tHHConversion_18 '/// So far , there is still a StarOffice session exists . '/// Reopen the test file - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , @@ -1026,6 +1080,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_19 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sWord as String @@ -1040,7 +1097,7 @@ testcase tHHConversion_19 '/// Open a test file , which includes some Chinese chacters =>. '/// + 山下 上山下乡 山下 - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , press Always Ignore , @@ -1063,7 +1120,7 @@ testcase tHHConversion_19 Call hNewDocument '/// Reopen the test file - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , 山下 should be selcted @@ -1081,6 +1138,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_20 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sWord as String @@ -1099,7 +1159,7 @@ testcase tHHConversion_20 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , select a word in selection @@ -1140,6 +1200,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_21 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sWord1 as String @@ -1162,7 +1225,7 @@ testcase tHHConversion_21 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , select a word in selection, @@ -1204,7 +1267,7 @@ testcase tHHConversion_21 Call hNewDocument '/// Reopen this test file - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion @@ -1241,6 +1304,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_22 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim i as Integer @@ -1255,7 +1321,7 @@ testcase tHHConversion_22 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , select a word in selection, @@ -1284,7 +1350,7 @@ testcase tHHConversion_22 Call hStartTheOffice Call hNewDocument '/// Reopen this test file - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion @@ -1303,6 +1369,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_23 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sWord as String @@ -1320,7 +1389,7 @@ testcase tHHConversion_23 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , select a word in selection, @@ -1367,6 +1436,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_24 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -1382,7 +1454,7 @@ testcase tHHConversion_24 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , the default for 'Replace by character' @@ -1417,6 +1489,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_25 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sResult as String @@ -1434,7 +1509,7 @@ testcase tHHConversion_25 '/// Open a test file , which includes some Chinese chacters =>. '/// + 山下 上山下乡 山下 - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Check 'Replace by character' , @@ -1477,6 +1552,9 @@ endcase '----------------------------------------------------------------- testcase tHHConversion_26 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sWord as String @@ -1495,7 +1573,7 @@ testcase tHHConversion_26 Call hNewDocument '/// Open a test file , which includes some Korean chacters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Check 'Replace by character' , diff --git a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc old mode 100644 new mode 100755 index 947cb2e5e2c3..3ade639fd26d --- a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc +++ b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc @@ -47,6 +47,9 @@ '\*********************************************************************** testcase tHHOptions_1 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String @@ -59,12 +62,13 @@ testcase tHHOptions_1 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() + Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , '/// + there should be no entries in User defined dictionaries - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion : WaitSlot Kontext "HangulHanjaConversion" Options.Click @@ -84,6 +88,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_2 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName1 as String @@ -100,14 +107,14 @@ testcase tHHOptions_2 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , '/// + then press new button , enter 1 new dictionar name , '/// + close the new dictionary dialog , and add another new '/// + dictionary name - ToolsLanguageHangulHanjaConversion + ToolsLanguageHangulHanjaConversion: WaitSlot Kontext "HangulHanjaConversion" Options.Click @@ -165,6 +172,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_3 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName as String @@ -179,7 +189,7 @@ testcase tHHOptions_3 '/// Open a test file , which includes some '/// + Korean chacters and chinese characters - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -226,6 +236,10 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_4 +warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + + Dim sTestFile as String Dim sDictionaryName as String @@ -240,7 +254,7 @@ testcase tHHOptions_4 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -288,6 +302,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_5 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName1 as String @@ -304,7 +321,7 @@ testcase tHHOptions_5 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -355,6 +372,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_6 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName as String @@ -376,7 +396,7 @@ testcase tHHOptions_6 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -463,6 +483,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_7 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName as String @@ -484,7 +507,7 @@ testcase tHHOptions_7 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -570,6 +593,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_8 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName as String @@ -589,7 +615,7 @@ testcase tHHOptions_8 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -659,6 +685,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_9 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName as String @@ -676,7 +705,7 @@ testcase tHHOptions_9 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -742,6 +771,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_10 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName as String @@ -759,7 +791,7 @@ testcase tHHOptions_10 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -827,6 +859,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_11 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName as String @@ -844,7 +879,7 @@ testcase tHHOptions_11 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , @@ -907,6 +942,9 @@ endcase '----------------------------------------------------------------- testcase tHHOptions_12 + warnlog( "#i111911# - Test is broken beyond repait, please rewrite" ) + goto endsub + Dim sTestFile as String Dim sDictionaryName as String @@ -924,7 +962,7 @@ testcase tHHOptions_12 '/// Open a test file , which includes some '/// + Korean chacters and chinese character - Call hFileOpen(sTestFile) + Call hFileOpen(sTestFile) : sMakeReadOnlyDocumentEditable() Call wTypeKeys "" '/// Tools / HangulHanjaConversion , Press Options button , -- cgit From 37d4903cb32a8d653b2f9c7bfb1bd05abac54ff8 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 28 May 2010 17:57:39 +0200 Subject: vitomation01: #i109562 - Disabled test (#i111914) --- testautomation/writer/optional/includes/option/wr_o_4.inc | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 testautomation/writer/optional/includes/option/wr_o_4.inc (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/option/wr_o_4.inc b/testautomation/writer/optional/includes/option/wr_o_4.inc old mode 100644 new mode 100755 index de44cdfea13a..7c7aece9f80b --- a/testautomation/writer/optional/includes/option/wr_o_4.inc +++ b/testautomation/writer/optional/includes/option/wr_o_4.inc @@ -861,6 +861,9 @@ endcase testcase tToolsOptionsWriterMailMerge + warnlog( "#i111914# - Test excluded, needs review" ) + goto endsub + Call hNewDocument printlog ("- Tools/Options/Writer: Mail Merge ") Kontext "Navigator" -- cgit From c51ca5f0dce8d4f294ab388b49bc5117aa10aa92 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Sun, 30 May 2010 18:13:50 +0200 Subject: vitomation01: local merge from remote repo --- .../optional/includes/global/export_graphic.inc | 35 +++++++++++----------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/export_graphic.inc b/testautomation/graphics/optional/includes/global/export_graphic.inc index 2865ada2c9a9..e1d1479f5ee1 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic.inc @@ -97,7 +97,7 @@ testcase tEPS warnlog( "No export options dialog was displayed" ) endif - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif @@ -178,7 +178,7 @@ testcase tPCT if ( hWaitForOutputFile( sOutputFile ) ) then - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( sOutputFile ) ' local helper function, see bottom of this file else warnlog( "File was not saved: " & sOutputFile ) @@ -213,7 +213,7 @@ testcase tPCT sOutputFile = OutputGrafikTBO + "1" + sExt if ( hWaitForOutputFile( sOutputFile ) ) then - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( sOutputFile ) ' local helper function, see bottom of this file else warnlog( "File was not saved: " & sOutputFile ) @@ -313,7 +313,7 @@ testcase tPBM warnlog( "No export options dialog was displayed" ) endif - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif @@ -341,7 +341,7 @@ testcase tPGM warnlog( "No export options dialog was displayed" ) endif - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif @@ -369,7 +369,7 @@ testcase tPPM warnlog( "No export options dialog was displayed" ) endif - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif @@ -388,7 +388,7 @@ testcase tRAS printlog "Save it" if ( hCallExport( OutputGrafikTBO, sFilter ) ) then - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file else warnlog( "No export options dialog was displayed" ) @@ -411,7 +411,7 @@ testcase tTIFF printlog "Save it" if ( hCallExport (OutputGrafikTBO , sFilter ) ) then - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file else warnlog( "No export options dialog was displayed" ) @@ -431,7 +431,7 @@ testcase tXPM printlog "save it" if hCallExport (OutputGrafikTBO , sFilter ) = TRUE then - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file else warnlog( "No export options dialog was displayed" ) @@ -461,7 +461,7 @@ testcase tGIF warnlog( "No export options dialog was displayed" ) endif - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif @@ -479,7 +479,7 @@ testcase tJPEG hFileOpen( gTesttoolPath + "graphics\required\input\graphicexport." + ExtensionString ) printlog " save it " - if ( hCallExport (OutputGrafikTBO , sFilter ) ) then + if ( hCallExport( OutputGrafikTBO , sFilter ) ) then Kontext "JpegOptionen" if ( JpegOptionen.Exists( 2 ) ) then @@ -490,7 +490,7 @@ testcase tJPEG warnlog( "No export options dialog was displayed" ) endif - printlog( "Save image, close file and re-insert graphics into new file" ) + printlog( "Close file and re-insert graphics into new document" ) hInsertGraphicsToNewFile( OutputGrafikTBO + sExt ) ' local helper function, see bottom of this file endif @@ -498,15 +498,16 @@ testcase tJPEG call hCloseDocument endcase 'tJPEG -'------------------------------------------------------------------------- + +'******************************************************************************* function hInsertGraphicsToNewFile( sOutputFile as string ) - if ( not FileExists( sOutputFile ) ) then - warnlog( "File not saved: " & sOutputFile ) - else + if ( FileExists( sOutputFile ) ) then hFileReOpen( "" ) - Call hGrafikEinfuegen ( sOutputFile ) + Call hGrafikEinfuegen( sOutputFile ) + else + warnlog( "File not saved: " & sOutputFile ) endif end function -- cgit From f6e68f43dc3ec9fc1a335058c74f0144f3421a8d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 31 May 2010 08:04:58 +0200 Subject: vitomation01: #i109696 - Edit mode, another attempt --- .../global/tools/includes/required/t_doc2.inc | 51 +++++++++++++--------- 1 file changed, 30 insertions(+), 21 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 31a00f1d2222..2f9c81d31847 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -117,33 +117,42 @@ function hEnableDocumentEditMode() as boolean hEnableDocumentEditMode() = false - wait( 1000 ) - - try - kontext "Standardbar" - if ( Bearbeiten.getState( 2 ) <> 1 ) then - - printlog( "Switch document to edit-mode" ) - Bearbeiten.click() + dim iTry as integer - kontext "Active" - if ( Active.exists( 1 ) ) then - printlog( "Messagebox: " & Active.getText() ) - Active.yes() + ' Switch mode + for iTry = 1 to 20 + printlog( "Switching to edit mode... (" & iTry & ")" ) + try + kontext "Standardbar" + if ( Bearbeiten.getState( 2 ) <> 1 ) then + Bearbeiten.click() + + kontext "Active" + if ( Active.exists( 1 ) ) then + printlog( "Switch to edit mode after: " & iTry ) + hCloseDialog( Active, "yes" ) + exit for + endif endif - + catch + wait( 200 ) + endcatch + next iTry + + ' Verify + for iTry = 1 to 10 + printlog( "Checking for standardbar/edit mode" ) + try kontext "Standardbar" if ( Bearbeiten.getState( 2 ) = 1 ) then - printlog( "Successfully set document to edit-mode" ) + printlog( "Edit button has correct state, exiting successfully" ) hEnableDocumentEditMode() = true - waitslot() + exit for endif - else - printlog( "Document is already in edit-mode, no action taken" ) - endif - catch - warnlog( "Failed to access button on standardbar" ) - endcatch + catch + wait( 100 ) + endcatch + next iTry end function -- cgit From b6dfd268bd21465ba9451be680b913c6d7bd731e Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 31 May 2010 08:38:13 +0200 Subject: vitomation01: #i109696 - Edit mode, another attempt, again --- testautomation/global/tools/includes/required/t_doc2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 2f9c81d31847..dc4936094b56 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -121,7 +121,7 @@ function hEnableDocumentEditMode() as boolean ' Switch mode for iTry = 1 to 20 - printlog( "Switching to edit mode... (" & iTry & ")" ) + printlog( "Try switching to edit-mode... (" & iTry & ")" ) try kontext "Standardbar" if ( Bearbeiten.getState( 2 ) <> 1 ) then @@ -144,7 +144,7 @@ function hEnableDocumentEditMode() as boolean printlog( "Checking for standardbar/edit mode" ) try kontext "Standardbar" - if ( Bearbeiten.getState( 2 ) = 1 ) then + if ( ( Bearbeiten.getState( 2 ) = 1 ) or ( not Bearbeiten.isEnabled() ) ) then printlog( "Edit button has correct state, exiting successfully" ) hEnableDocumentEditMode() = true exit for -- cgit From 7e7c82531b1c2e3e78625b1f5a612501d383c14b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 31 May 2010 08:52:38 +0200 Subject: vitomation01: #i109696 - Edit mode, another attempt, again --- .../global/tools/includes/required/t_doc2.inc | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index dc4936094b56..8bb196624a3b 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -131,6 +131,8 @@ function hEnableDocumentEditMode() as boolean if ( Active.exists( 1 ) ) then printlog( "Switch to edit mode after: " & iTry ) hCloseDialog( Active, "yes" ) + hEnableDocumentEditMode() = true + wait( 1000 ) exit for endif endif @@ -139,21 +141,6 @@ function hEnableDocumentEditMode() as boolean endcatch next iTry - ' Verify - for iTry = 1 to 10 - printlog( "Checking for standardbar/edit mode" ) - try - kontext "Standardbar" - if ( ( Bearbeiten.getState( 2 ) = 1 ) or ( not Bearbeiten.isEnabled() ) ) then - printlog( "Edit button has correct state, exiting successfully" ) - hEnableDocumentEditMode() = true - exit for - endif - catch - wait( 100 ) - endcatch - next iTry - end function '******************************************************************************* -- cgit From 2fda30de1943c16b7c718dcec743b8bd7124c122 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 31 May 2010 09:05:31 +0200 Subject: vitomation01: #i109696 - Edit mode, another attempt with much simplified approach without verification. --- testautomation/global/tools/includes/required/t_doc2.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 8bb196624a3b..33e96d1411be 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -119,9 +119,8 @@ function hEnableDocumentEditMode() as boolean dim iTry as integer - ' Switch mode + printlog( "Try to switch document to edit mode" ) for iTry = 1 to 20 - printlog( "Try switching to edit-mode... (" & iTry & ")" ) try kontext "Standardbar" if ( Bearbeiten.getState( 2 ) <> 1 ) then @@ -129,7 +128,7 @@ function hEnableDocumentEditMode() as boolean kontext "Active" if ( Active.exists( 1 ) ) then - printlog( "Switch to edit mode after: " & iTry ) + printlog( "Successfully switched to edit mode" ) hCloseDialog( Active, "yes" ) hEnableDocumentEditMode() = true wait( 1000 ) -- cgit From a60b65b5ab97a7aa3ffb39da7ae2a90b5841575a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 31 May 2010 09:39:48 +0200 Subject: vitomation01: #i109696 - Edit mode, another attempt - more waiting --- testautomation/global/tools/includes/required/t_doc2.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 33e96d1411be..4941d0fcf7ad 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -128,10 +128,11 @@ function hEnableDocumentEditMode() as boolean kontext "Active" if ( Active.exists( 1 ) ) then - printlog( "Successfully switched to edit mode" ) + printlog( "Handle " ) hCloseDialog( Active, "yes" ) + wait( 2000 ) + printlog( "Successfully switched to edit mode" ) hEnableDocumentEditMode() = true - wait( 1000 ) exit for endif endif -- cgit From 00ed370b6abdb16fb0778e1faa5ab11a7ecf72b2 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 1 Jun 2010 01:00:06 +0200 Subject: vitomation01: #i109562 - Remove code duplication --- .../writer/optional/includes/option/wr_o_4.inc | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/option/wr_o_4.inc b/testautomation/writer/optional/includes/option/wr_o_4.inc index 7c7aece9f80b..d5a692fc5a24 100755 --- a/testautomation/writer/optional/includes/option/wr_o_4.inc +++ b/testautomation/writer/optional/includes/option/wr_o_4.inc @@ -293,9 +293,8 @@ testcase tToolsOptionsWriterOther Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.OK - Do Until GetDocumentCount = 0 - Call hCloseDocument - Loop + hFileCloseAll() + endcase '------------------------------------------------------------------------------ @@ -740,9 +739,8 @@ testcase tToolsOptionsWriterAutoCaption Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.OK - Do Until GetDocumentCount = 0 - Call hCloseDocument - Loop + hFileCloseAll() + endcase '------------------------------------------------------------------------------ @@ -852,9 +850,8 @@ testcase tToolsOptionsWriterGeneral Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.OK - Do Until GetDocumentCount = 0 - Call hCloseDocument - Loop + hFileCloseAll() + endcase '------------------------------------------------------------------------------ @@ -988,8 +985,7 @@ testcase tToolsOptionsWriterMailMerge Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.Ok - Do Until GetDocumentCount = 0 - Call hCloseDocument - Loop + hFileCloseAll() + endcase '------------------------------------------------------------------------------ -- cgit From f411e77697c596dd9c5973b3497651582981d68f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 1 Jun 2010 21:06:17 +0200 Subject: vitomation01: #i109696 - More obvious code reduction --- .../writer/required/includes/w_001a_.inc | 38 +++++++--------- .../writer/required/includes/w_001b_.inc | 50 ++++++---------------- testautomation/writer/required/includes/w_009_.inc | 3 +- testautomation/writer/required/includes/w_010_.inc | 6 +++ 4 files changed, 35 insertions(+), 62 deletions(-) mode change 100644 => 100755 testautomation/writer/required/includes/w_001a_.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_009_.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_010_.inc (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_001a_.inc b/testautomation/writer/required/includes/w_001a_.inc old mode 100644 new mode 100755 index ad4951e89a44..2bdbede570ed --- a/testautomation/writer/required/includes/w_001a_.inc +++ b/testautomation/writer/required/includes/w_001a_.inc @@ -224,23 +224,15 @@ testcase tFileTemplatesAddressbookSource UseBindings FileTemplatesAddressbookSource - WaitSlot(2000) PrintLog " In 'Address Book Assignement' dialog click pushbutton 'Administrate'" Kontext "AddressbookSource" - if AddressbookSource.Exists then + if AddressbookSource.Exists( 2 ) then Call DialogTest (AddressbookSource) Administrate.Click - Sleep 2 + PrintLog " Close 'Data Source Administration' with 'Cancel'" Kontext "DatabaseProperties" - if Not DatabaseProperties.Exists then - Kontext "AddressSourceAutopilot" - if AddressSourceAutopilot.Exists then - AddressSourceAutopilot.Cancel - end if - Kontext "AddressbookSource" - AddressbookSource.Cancel - else + if ( DatabaseProperties.Exists( 2 ) ) then PrintLog " DatabaseProperties.SetPage TabConnection" Kontext "TabConnection" Call DialogTest ( TabConnection ) @@ -249,6 +241,13 @@ testcase tFileTemplatesAddressbookSource Kontext "AddressbookSource" PrintLog " Close dialog" AddressbookSource.Cancel + else + Kontext "AddressSourceAutopilot" + if AddressSourceAutopilot.Exists( 1 ) then + AddressSourceAutopilot.Cancel + end if + Kontext "AddressbookSource" + AddressbookSource.Cancel end if end if @@ -315,13 +314,8 @@ testcase tFilePagePreview gehtnicht = FALSE printlog " Open new document" Select Case gApplication - Case "WRITER" - Call hNewDocument - - Case "MASTERDOCUMENT" - Call hNewDocument - - Case "HTML" + Case "WRITER", "MASTERDOCUMENT" : hNewDocument() + Case else printlog "Not in Writer/Web!" goto endsub end select @@ -358,9 +352,9 @@ testcase tFilePagePreview if Active.Exists then QAErrorlog "No default printer!" Active.ok - Sleep 1 + Kontext "Printing" - if Printing.Exists then Printing.Cancel + if Printing.Exists( 2 ) then Printing.Cancel else printlog " Close 'Print' dialog with cancel" Kontext "Printing" @@ -392,9 +386,9 @@ testcase tFilePrinterSetup if Active.GetRT = 304 then QAErrorLog "No Default Printer!" Active.Ok - Sleep 2 + Kontext "DruckerEinrichten" - if DruckerEinrichten.Exists then + if DruckerEinrichten.Exists( 2 ) then Call DialogTest ( DruckerEinrichten ) DruckerEinrichten.Cancel end if diff --git a/testautomation/writer/required/includes/w_001b_.inc b/testautomation/writer/required/includes/w_001b_.inc index e80cbe7739c8..b0a6d96b1900 100755 --- a/testautomation/writer/required/includes/w_001b_.inc +++ b/testautomation/writer/required/includes/w_001b_.inc @@ -90,11 +90,8 @@ testcase tFileSendCreateHTMLDocument PrintLog "- File / Send / Create HTML-Dokument" PrintLog "Open new document" Select Case gApplication - Case "WRITER" - Call hNewDocument - Case "MASTERDOCUMENT" - Call hNewDocument - Case "HTML" + Case "WRITER", "MASTERDOCUMENT" : hNewDocument() + Case else printlog "Not in WriterWeb!" goto endsub end select @@ -159,11 +156,8 @@ testcase tFileSendOutlineToPresentation endif Kontext "Navigator" - if Navigator.Exists then Navigator.Close - PrintLog "Close documents" - Do Until GetDocumentCount = 0 - Call hCloseDocument - Loop + hCloseDialog( Navigator, "Close,optional" ) + hFileCloseAll() endcase '----------------------------------------------------------- @@ -259,13 +253,9 @@ testcase tFileSendCreateAutoabstract endcatch Kontext "Navigator" - if Navigator.Exists then Navigator.Close - Sleep 1 + hCloseDialog( Navigator, "Close,optional" ) + hFileCloseAll() - PrintLog "Close active documents" - Do Until GetDocumentCount = 0 - Call hCloseDocument - Loop endcase '----------------------------------------------------------- @@ -321,8 +311,7 @@ testcase tFileSendAutoabstractToPresentation Warnlog "- Outline in Impress not created!" endif Kontext "Navigator" - if Navigator.Exists then Navigator.Close - Sleep 1 + hCloseDialog( Navigator, "Close,optional" ) Call hCloseDocument PrintLog "Close active document" @@ -694,10 +683,7 @@ testcase tMasterDocFileSendOutlineToPresentation endif Kontext "Navigator" - if Navigator.Exists then - Navigator.Close - WaitSlot() - endif + hCloseDialog( Navigator, "Close,optional" ) PrintLog "Close documents" hFileCloseAll() @@ -755,10 +741,7 @@ testcase tMasterDocFileSendCreateAutoabstract Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile ) Kontext "Navigator" - if ( Navigator.Exists ) then - Navigator.Close - WaitSlot() - endif + hCloseDialog( Navigator, "Close,optional" ) Kontext "DocumentWriter" PrintLog "File / Send / Create Autoabstract" @@ -788,10 +771,7 @@ testcase tMasterDocFileSendCreateAutoabstract endif Kontext "Navigator" - if ( Navigator.Exists ) then - Navigator.Close() - WaitSlot() - endif + hCloseDialog( Navigator, "Close,optional" ) PrintLog "Close documents" hFileCloseAll() @@ -811,10 +791,7 @@ testcase tMasterDocFileSendAutoabstractToPresentation Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile ) Kontext "Navigator" - if Navigator.Exists then - Navigator.Close - Waitslot() - endif + hCloseDialog( Navigator, "Close,optional" ) Kontext "DocumentWriter" PrintLog "File / Send / Create Autoabstract To Presentation" @@ -854,10 +831,7 @@ testcase tMasterDocFileSendAutoabstractToPresentation endif Kontext "Navigator" - if Navigator.Exists then - Navigator.Close - WaitSlot() - endif + hCloseDialog( Navigator, "Close,optional" ) Call hCloseDocument PrintLog "Close active document" diff --git a/testautomation/writer/required/includes/w_009_.inc b/testautomation/writer/required/includes/w_009_.inc old mode 100644 new mode 100755 index 90c4cb5aad19..e018917ebe4b --- a/testautomation/writer/required/includes/w_009_.inc +++ b/testautomation/writer/required/includes/w_009_.inc @@ -86,9 +86,8 @@ testcase tHelpAboutStarOffice DialogTest ( UeberStarWriter ) printlog " In About dialog enter key " UeberStarWriter.TypeKeys "" - Sleep 3 printlog " Close About dialog" - UeberStarWriter.OK + hCloseDialog( UeberStarWriter, "ok" ) printlog " Close active document" Call hCloseDocument endcase diff --git a/testautomation/writer/required/includes/w_010_.inc b/testautomation/writer/required/includes/w_010_.inc old mode 100644 new mode 100755 index 29c802022bed..d721f6bf8a79 --- a/testautomation/writer/required/includes/w_010_.inc +++ b/testautomation/writer/required/includes/w_010_.inc @@ -74,6 +74,9 @@ end sub '----------------------------------------------------------- testcase tFormatting + + GLOBAL_USE_NEW_SLEEP = TRUE + printlog "- Objectbar ( normal ) : Formatting" Call hNewDocument printlog " Open new document" @@ -147,6 +150,9 @@ testcase tFormatting Sleep 1 Call hCloseDocument printlog " Close active document" + + GLOBAL_USE_NEW_SLEEP = FALSE + endcase '----------------------------------------------------------- -- cgit From 6f38ce3900f0779ddb55f538f0da98c3f933b838 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 1 Jun 2010 21:19:41 +0200 Subject: vitomation01: #i109696 - More sleep() gone --- .../graphics/optional/includes/global/id_001.inc | 14 ------ .../graphics/optional/includes/global/id_002.inc | 25 ++--------- .../graphics/optional/includes/global/id_003.inc | 8 ---- .../graphics/optional/includes/global/id_004.inc | 51 +++++++--------------- 4 files changed, 19 insertions(+), 79 deletions(-) mode change 100644 => 100755 testautomation/graphics/optional/includes/global/id_002.inc mode change 100644 => 100755 testautomation/graphics/optional/includes/global/id_003.inc mode change 100644 => 100755 testautomation/graphics/optional/includes/global/id_004.inc (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/id_001.inc b/testautomation/graphics/optional/includes/global/id_001.inc index 03bcbf6a396a..2bbca902b249 100755 --- a/testautomation/graphics/optional/includes/global/id_001.inc +++ b/testautomation/graphics/optional/includes/global/id_001.inc @@ -29,20 +29,6 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiFileSaveAs -' #1 tiFileReload (sFileIn as string) -' #1 tiFileVersion (sFileIn as string) -' #1 tiFilePassword -' #1 tiFileTemplates -' #1 tmFileNewFromTemplate -' #1 tmFileOpen -' #1 tmFileClose -' #1 tmFileSave -' #1 tmFileSaveAs -' #1 tmFileSaveAll -' #1 tmFileProperties -' #1 tmFilePrinterSetting '\********************************************************************************** diff --git a/testautomation/graphics/optional/includes/global/id_002.inc b/testautomation/graphics/optional/includes/global/id_002.inc old mode 100644 new mode 100755 index aed9631b4cd6..adb86d600c97 --- a/testautomation/graphics/optional/includes/global/id_002.inc +++ b/testautomation/graphics/optional/includes/global/id_002.inc @@ -29,22 +29,6 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiEditUndoRedo -' #1 tiEditRepeat -' #1 tiEditCutPasteCopySelectall -' #1 tiEditPasteSpecial -' #1 tiEditSearchAndReplace -' #1 tiEditDuplicate -' #1 tiEditFields -' #1 tdEditDeleteSlide -' #1 tiEditLinks -' #1 tiEditImageMap -' #1 tiEditObjectProperties -' #1 tiEditObjectEdit -' #1 tiEditPlugIn -' #1 tiEditHyperlink -' #1 tEditPoints '\********************************************************************************** testcase tiEditUndoRedo @@ -247,9 +231,9 @@ testcase tiEditLinks Link.Check Dateiname.SetText ConvertPath (gTesttoolPath + "global\input\graf_inp\desp.bmp") Oeffnen.Click - sleep 2 + kontext "Messagebox" - if Messagebox.Exists then + if Messagebox.Exists( 2 ) then Warnlog Messagebox.GetText Messagebox.OK sleep 1 @@ -277,9 +261,9 @@ testcase tiEditImageMap Call hNewDocument EditImageMap + Kontext "ImageMapEditor" - sleep (1) - if ImageMapEditor.Exists (2) then + if ImageMapEditor.Exists( 5 ) then printlog "- ImageMap exists" DialogTest ( ImageMapEditor ) try @@ -319,7 +303,6 @@ testcase tiEditObjectProperties WaitSlot (1000) Kontext "TabEigenschaften" DialogTest ( TabEigenschaften ) - sleep(1) Oeffnen.Click Kontext "OeffnenDlg" Call DialogTest ( OeffnenDlg ) diff --git a/testautomation/graphics/optional/includes/global/id_003.inc b/testautomation/graphics/optional/includes/global/id_003.inc old mode 100644 new mode 100755 index 27004c582828..371b0699fc8f --- a/testautomation/graphics/optional/includes/global/id_003.inc +++ b/testautomation/graphics/optional/includes/global/id_003.inc @@ -29,14 +29,6 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiViewNavigator -' #1 tiViewZoom -' #1 tiViewToolbar -' #1 tiViewDisplayQuality -' #1 tiViewLayer -' #1 tViewSnapLines -' #1 tViewGrid '\********************************************************************************** testcase tiViewNavigator diff --git a/testautomation/graphics/optional/includes/global/id_004.inc b/testautomation/graphics/optional/includes/global/id_004.inc old mode 100644 new mode 100755 index b1034c331ded..d7cd809c3199 --- a/testautomation/graphics/optional/includes/global/id_004.inc +++ b/testautomation/graphics/optional/includes/global/id_004.inc @@ -29,25 +29,6 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiInsertSlide -' #1 tiInsertDuplicateSlide -' #1 tiInsertField -' #1 tiInsertSpecialCharacter -' #1 tiInsertHyperlink -' #1 tiInsertGraphic -' #1 tiInsertObjectSound -' #1 tiInsertObjectVideo -' #1 tiInsertChart -' #1 tiInsertObjectOLEObjects -' #1 tiInsertSpreadsheet -' #1 tiInsertFormula -' #1 tiInsertFloatingFrame -' #1 tiInsertFile -' #1 tiInsertPlugin -' #1 tiInsertScan -' #1 tiInsertSnappointLine -' #1 tdInsertLayer '\********************************************************************************** @@ -129,11 +110,14 @@ testcase tiInsertSpecialCharacter hTextrahmenErstellen ("This is a testtext",30,40,60,50) sleep 2 InsertSpecialCharacterDraw - WaitSlot (2000) + Kontext "Sonderzeichen" - Call DialogTest (Sonderzeichen) - Sonderzeichen.Cancel - sleep 2 + if ( Sonderzeichen.exists( 2 ) ) then + Call DialogTest (Sonderzeichen) + hCloseDialog( Sonderzeichen, "Cancel" ) + else + warnlog( " dialog not open" ) + endif Call hCloseDocument endcase @@ -231,12 +215,11 @@ endcase testcase tiInsertChart Call hNewDocument InsertChart - WaitSlot (2000) + Kontext "Messagebox" - if Messagebox.Exists then + if ( Messagebox.Exists( 2 ) ) then Warnlog Messagebox.GetText - Messagebox.OK - sleep 1 + hCloseDialog( Messagebox, "OK" ) end if gMouseClick 1,1 sleep 2 @@ -274,9 +257,8 @@ testcase tiInsertSpreadsheet Kontext "Messagebox" if Messagebox.Exists (5) then Warnlog Messagebox.GetText - Messagebox.OK + hCloseDialog( Messagebox, "ok" ) end if - sleep 2 gMouseClick 1,1 sleep 1 hTypekeys "" @@ -287,12 +269,11 @@ endcase testcase tiInsertFormula Call hNewDocument InsertObjectFormulaDraw - WaitSlot (2000) + Kontext "Messagebox" - if Messagebox.Exists then + if ( Messagebox.Exists( 2 ) ) then Warnlog Messagebox.GetText - Messagebox.OK - sleep 1 + hCloseDialog( Messagebox, "ok" ) end if gMouseClick 1,1 sleep 1 @@ -308,8 +289,7 @@ testcase tiInsertFloatingFrame Dialogtest (TabEigenschaften) Oeffnen.Click Kontext "OeffnenDlg" - sleep 1 - OeffnenDlg.Cancel + hCloseDialog( OeffnenDlg, "Cancel" ) Kontext "TabEigenschaften" TabEigenschaften.Cancel Call hCloseDocument @@ -343,7 +323,6 @@ testcase tiInsertPlugin end if Kontext "OeffnenDlG" if OeffnenDlG.exists (5) then - sleep 1 OeffnenDLG.Cancel end if Kontext "PluginEinfuegen" -- cgit From 5b17ec8ba275c12bcdb1e58aa88b6a979e4db140 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 2 Jun 2010 10:05:17 +0200 Subject: vitomation01: #i109696 - Removed f_first.bas: it does no longer have a special status as we are working with categories now. Tests have been moved to other files. - Removed f_script_organizers.bas, f_basic_dialogs.bas: Their scripts are now combined in f_programmability_dialogs.bas - tInsertAllGraphics() has been removed from (now deleted f_first.bas) and replaces an identical but less strict test in w_updt.bas. This gives a speed gain of about five minutes to w_updt.bas. - graphics_import.inc: Deleted, tests moved to f_topten.bas and w_updt.bas --- .../framework/required/f_basic_dialogs.bas | 73 ----- testautomation/framework/required/f_first.bas | 70 ----- .../framework/required/f_help_browser.bas | 2 + .../required/f_programmability_dialogs.bas | 77 +++++ .../framework/required/f_script_organizers.bas | 60 ---- .../framework/required/f_tools_options.bas | 2 + testautomation/framework/required/f_topten.bas | 26 +- .../framework/required/includes/first.inc | 149 +++++++--- .../required/includes/graphics_import.inc | 312 --------------------- .../framework/required/includes/help_browser.inc | 39 +++ .../framework/required/includes/tools_options.inc | 37 +-- testautomation/writer/required/includes/w_001_.inc | 7 +- testautomation/writer/required/includes/w_004_.inc | 177 ++++++++++-- 13 files changed, 424 insertions(+), 607 deletions(-) delete mode 100755 testautomation/framework/required/f_basic_dialogs.bas delete mode 100755 testautomation/framework/required/f_first.bas create mode 100755 testautomation/framework/required/f_programmability_dialogs.bas delete mode 100755 testautomation/framework/required/f_script_organizers.bas mode change 100644 => 100755 testautomation/framework/required/includes/first.inc delete mode 100755 testautomation/framework/required/includes/graphics_import.inc mode change 100644 => 100755 testautomation/framework/required/includes/help_browser.inc mode change 100644 => 100755 testautomation/framework/required/includes/tools_options.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_004_.inc (limited to 'testautomation') diff --git a/testautomation/framework/required/f_basic_dialogs.bas b/testautomation/framework/required/f_basic_dialogs.bas deleted file mode 100755 index 9820062e8139..000000000000 --- a/testautomation/framework/required/f_basic_dialogs.bas +++ /dev/null @@ -1,73 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'******************************************************************************* -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Update-Test for some dialogs in Basic-IDE -'* -'\****************************************************************************** - -sub main - - use "framework\required\includes\basic_macroassignment.inc" - use "framework\required\includes\basic_dialog_i18n.inc" - use "framework\required\includes\basic_organizer.inc" - use "framework\required\includes\basic_dialog_export.inc" - use "framework\required\includes\basic_dialog_i18n_import.inc" - - call hStatusIn( "framework" , "f_basic_dialogs.bas" ) - call tUpdtMacroAssignment() - call tUpdtBasicDialogI18n() - call tUpdtBasicOrganizer() - call tUpdtDialogExport() - call tBasicDialogI18nImport() - call hStatusOut() - -end sub - -'******************************************************************************* - -sub LoadIncludeFiles - - use "global\system\includes\master.inc" - use "global\system\includes\gvariabl.inc" - - use "global\tools\includes\optional\t_basic_ide_tools.inc" - use "global\tools\includes\optional\t_basic_organizer_tools.inc" - use "global\tools\includes\optional\t_treelist_tools.inc" - use "global\tools\includes\optional\t_docfuncs.inc" - use "global\tools\includes\optional\t_filetools.inc" - - use "framework\tools\includes\formcontrols.inc" - use "framework\tools\includes\pbrowser_tools.inc" - - gApplication = "WRITER" - call GetUseFiles() - -end sub - -'------------------------------------------------------------------------- diff --git a/testautomation/framework/required/f_first.bas b/testautomation/framework/required/f_first.bas deleted file mode 100755 index a4733f612375..000000000000 --- a/testautomation/framework/required/f_first.bas +++ /dev/null @@ -1,70 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'******************************************************************************* -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : first test, to check global functionality -'* -'\****************************************************************************** - - -sub main - ' Disable sleep() calls. If you encounter unexpected test interruptions - ' you should try to outcomment this or set the value to FALSE. - GLOBAL_USE_NEW_SLEEP = TRUE - - use "framework\required\includes\first.inc" - use "framework\required\includes\graphics_import.inc" - use "global\required\includes\g_option_application.inc" - - call hStatusIn ("framework", "f_first.bas") - call tAllNew - - gApplication = "DRAW" - call tInFilterCountCompare - call tQuickInsertGraphNotAsLink - call tJava - - gApplication = "WRITER" - call tToolsOptionsTestFirst - call tDatabaseCheck - call tHelpRegistration - call hStatusOut -end sub - -sub LoadIncludeFiles - use "global\system\includes\master.inc" - use "global\system\includes\gvariabl.inc" - use "global\tools\includes\optional\t_ui_filters.inc" - use "global\tools\includes\optional\t_filetools.inc" - use "global\tools\includes\optional\t_docfuncs.inc" - use "global\tools\includes\optional\t_listfuncs.inc" - - gApplication = "WRITER" - call GetUseFiles() -end sub - diff --git a/testautomation/framework/required/f_help_browser.bas b/testautomation/framework/required/f_help_browser.bas index 330e0a31e78a..edc70c63f9ca 100755 --- a/testautomation/framework/required/f_help_browser.bas +++ b/testautomation/framework/required/f_help_browser.bas @@ -38,6 +38,8 @@ sub main call hStatusIn( "framework", "f_help_browser.bas" ) call tHelp_DialogTest() call tHelp_ToolBar() + call tHelp_Registration() + call hStatusOut() end sub diff --git a/testautomation/framework/required/f_programmability_dialogs.bas b/testautomation/framework/required/f_programmability_dialogs.bas new file mode 100755 index 000000000000..537a4693770f --- /dev/null +++ b/testautomation/framework/required/f_programmability_dialogs.bas @@ -0,0 +1,77 @@ +'encoding UTF-8 Do not remove or change this line! +'******************************************************************************* +' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +' +' Copyright 2000, 2010 Oracle and/or its affiliates. +' +' OpenOffice.org - a multi-platform office productivity suite +' +' This file is part of OpenOffice.org. +' +' OpenOffice.org is free software: you can redistribute it and/or modify +' it under the terms of the GNU Lesser General Public License version 3 +' only, as published by the Free Software Foundation. +' +' OpenOffice.org is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU Lesser General Public License version 3 for more details +' (a copy is included in the LICENSE file that accompanied this code). +' +' You should have received a copy of the GNU Lesser General Public License +' version 3 along with OpenOffice.org. If not, see +' +' for a copy of the LGPLv3 License. +' +'/****************************************************************************** +'* +'* owner : joerg.skottke@sun.com +'* +'* short description : Update-Test for some dialogs in Basic-IDE +'* +'\****************************************************************************** + +sub main + + use "framework\required\includes\basic_macroassignment.inc" + use "framework\required\includes\basic_dialog_i18n.inc" + use "framework\required\includes\basic_organizer.inc" + use "framework\required\includes\basic_dialog_export.inc" + use "framework\required\includes\basic_dialog_i18n_import.inc" + use "framework\required\includes\scripting_basics.inc" + use "framework\required\includes\script_organizers.inc" + + call hStatusIn( "framework" , "f_programmability_dialogs.bas" ) + call tUpdtMacroAssignment() + call tUpdtBasicDialogI18n() + call tUpdtBasicOrganizer() + call tUpdtDialogExport() + call tBasicDialogI18nImport() + call tScripting() ' script organizer nodes if no documents are open + call tUpdtScriptCount() ' script organizer nodes with one open document + call hStatusOut() + +end sub + +'******************************************************************************* + +sub LoadIncludeFiles + + use "global\system\includes\master.inc" + use "global\system\includes\gvariabl.inc" + + use "global\tools\includes\optional\t_basic_ide_tools.inc" + use "global\tools\includes\optional\t_basic_organizer_tools.inc" + use "global\tools\includes\optional\t_treelist_tools.inc" + use "global\tools\includes\optional\t_docfuncs.inc" + use "global\tools\includes\optional\t_filetools.inc" + + use "framework\tools\includes\formcontrols.inc" + use "framework\tools\includes\pbrowser_tools.inc" + + gApplication = "WRITER" + call GetUseFiles() + +end sub + +'------------------------------------------------------------------------- diff --git a/testautomation/framework/required/f_script_organizers.bas b/testautomation/framework/required/f_script_organizers.bas deleted file mode 100755 index cdf5018d3374..000000000000 --- a/testautomation/framework/required/f_script_organizers.bas +++ /dev/null @@ -1,60 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'******************************************************************************* -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : Joerg.Skottke@Sun.Com -'* -'* short description : Verify names of macros and scripts -'* -'\****************************************************************************** - -sub main - - use "framework\required\includes\scripting_basics.inc" - use "framework\required\includes\script_organizers.inc" - - call hStatusIn( "framework" , "f_script_organizers.bas" ) - call tScripting() ' script organizer nodes if no documents are open - call tUpdtScriptCount() ' script organizer nodes with one open document - call hStatusOut() - -end sub - -'******************************************************************************* - -sub LoadIncludeFiles - - use "global\system\includes\master.inc" - use "global\system\includes\gvariabl.inc" - - use "global\tools\includes\optional\t_docfuncs.inc" - use "global\tools\includes\optional\t_treelist_tools.inc" - - gApplication = "WRITER" - call GetUseFiles() - -end sub - diff --git a/testautomation/framework/required/f_tools_options.bas b/testautomation/framework/required/f_tools_options.bas index d9945c5333ff..9b64e7e1cd26 100755 --- a/testautomation/framework/required/f_tools_options.bas +++ b/testautomation/framework/required/f_tools_options.bas @@ -34,9 +34,11 @@ sub main use "framework\required\includes\tools_options.inc" + use "global\required\includes\g_option_application.inc" call hStatusIn( "framework" , "f_tools_options.bas" ) call tUpdtOptionItems() + call tToolsOptionsTestFirst() ' Global test that should be called from within the application modules really. call hStatusOut() end sub diff --git a/testautomation/framework/required/f_topten.bas b/testautomation/framework/required/f_topten.bas index 49a13aeb3f1b..3b7068ece70b 100755 --- a/testautomation/framework/required/f_topten.bas +++ b/testautomation/framework/required/f_topten.bas @@ -35,21 +35,21 @@ sub main use "framework\required\includes\topten.inc" use "framework\required\includes\smoketest.inc" - + use "framework\required\includes\first.inc" + + hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_LOW ) + call hStatusIn ("framework", "f_topten.bas") - - printlog Chr(13) + "* ------ Top-Ten-Test ------ *" + call tAllNew + call tInFilterCountCompare + call tJava + call tDatabaseCheck call topten - - - hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_LOW ) call tSmokeTest - - ' Do not use hSetMacroSecurityAPI here as this is the ONLY place within - ' the framework module where the setting is done via UI. - hSetMacroSecurity( GC_MACRO_SECURITY_LEVEL_DEFAULT ) - call hStatusOut + + hSetMacroSecurity( GC_MACRO_SECURITY_LEVEL_DEFAULT ) + end sub '******************************************************************************* @@ -60,6 +60,10 @@ sub LoadIncludeFiles use "global\system\includes\gvariabl.inc" use "global\tools\includes\optional\t_docfuncs.inc" + use "global\tools\includes\optional\t_ui_filters.inc" + use "global\tools\includes\optional\t_filetools.inc" + use "global\tools\includes\optional\t_docfuncs.inc" + use "global\tools\includes\optional\t_listfuncs.inc" gApplication = "BACKGROUND" Call GetUseFiles diff --git a/testautomation/framework/required/includes/first.inc b/testautomation/framework/required/includes/first.inc old mode 100644 new mode 100755 index 0c0b737ffe5d..700cee374104 --- a/testautomation/framework/required/includes/first.inc +++ b/testautomation/framework/required/includes/first.inc @@ -271,62 +271,129 @@ endcase '******************************************************************************* -function fDocumentCheck (SollFilter as String) as boolean +function fDocumentCheck( SollFilter as String ) as boolean ' Check the name of the file type in the Save dialog and validate ' it against a given string. Dim sFiltername as String FileSaveAs + Kontext "SpeichernDlg" - sFiltername = DateiTyp.GetItemText (1) - if (Instr(lcase(sFiltername), lcase (SollFilter)) <> 0) then - fDocumentCheck() = TRUE + if ( SpeichernDlg.exists( 1 ) ) then + sFiltername = DateiTyp.GetItemText (1) + if (Instr(lcase(sFiltername), lcase (SollFilter)) <> 0) then + fDocumentCheck() = TRUE + else + printlog("Filter names do not match:") + printlog("Found: [" & sFilterName & "]") + printlog("Expected: [" & SollFilter & "]") + SollFilter = sFiltername + fDocumentCheck() = FALSE + end if + SpeichernDlg.Cancel() else - printlog("Filter names do not match:") - printlog("Found: [" & sFilterName & "]") - printlog("Expected: [" & SollFilter & "]") - SollFilter = sFiltername + warnlog( "Dialog did not open" ) fDocumentCheck() = FALSE - end if - SpeichernDlg.Cancel() + endif end function '******************************************************************************* -testcase tHelpRegistration +testcase tInFilterCountCompare() - ' Check i69670 which was a showstopper in OOo 2.0.4 - ' Menu-entry "Help / Registration" is disabled + printlog( "Check filterlist (filterstring) for graphics files" ) - dim iCurrentMenuEntry as integer - dim iMenuEntryCount as integer - - printlog "Check if all entries in Help Menu are enabled" - call hNewDocument - - printlog "Open menu" - hUseMenu() - iMenuEntryCount = hMenuItemGetCount - - printlog "Select the last entry 'Help'" - hMenuSelectNr( iMenuEntryCount ) - iMenuEntryCount = hMenuItemGetCount - for iCurrentMenuEntry = 1 to iMenuEntryCount - if ( hMenuItemIsEnabled( iCurrentMenuEntry ) ) then - printlog "(" & iCurrentMenuEntry & "/" & iMenuEntryCount & _ - "): Menu entry is enabled: Help-> " & hMenuItemGetText( iCurrentMenuEntry ) - else - if (lcase(gPlatform) = "osx") then - warnlog "#i86247# Help->Registration is disabled on MacOS X" - else - warnlog "(" & iCurrentMenuEntry & "/" & iMenuEntryCount & _ - "): Menu entry is not enabled: Help-> " & hMenuItemGetText( iCurrentMenuEntry ) - endif + const FILE_NAME = "graphic_filters.txt" + const SUFFIX_STRING_LENGTH = 178 + +' List of filter suffixes for verification in case of error +' *.bmp;*.dxf;*.emf;*.eps;*.gif;*.jpg;*.jpeg;*.jfif;*.jif;*.met;*.pbm;*.pcd; +' *.pct;*.pcx;*.pgm;*.png;*.ppm;*.psd;*.ras;*.sgf;*.sgv;*.svm;*.tga;*.tif; +' *.tiff;*.wmf;*.xbm;*.xpm;*.pict + + dim caUIFilters( 30 ) as string + + dim cReferencePath as string + cReferencePath = gTesttoolPath & "global/input/filters/" + cReferencePath = convertpath ( cReferencePath & FILE_NAME ) + + dim cUIFiltersPath as string + cUIFiltersPath = hGetWorkPath() & FILE_NAME + + dim iCurrentFilter as integer + dim iFilterCount as integer + + dim cAllFormats as string + + dim irc as integer + dim iBegin as integer + dim iEnd as integer + + printlog( "" ) + printlog( "Verify filternames listed on the Insert Graphics dialog" ) + + hCreateDocument() + hChangeDoc() + + InsertGraphicsFromFile + + kontext "GrafikEinfuegenDlg" + if ( GrafikEinfuegenDlg.exists( 1 ) ) then + iFilterCount = DateiTyp.getItemCount() + + 'Make list compatible with listfunctions + caUIFilters( 0 ) = iFilterCount - 1 + + for iCurrentFilter = 2 to iFilterCount + + caUIFilters( iCurrentFilter - 1 ) = DateiTyp.getItemText( iCurrentFilter ) + + next iCurrentFilter + + irc = hManageComparisionList( cReferencePath, cUIFiltersPath, caUIFilters() ) + hListResultEvaluation( irc , 0 ) + + printlog( "" ) + printlog( "Verify -string" ) + cAllFormats = DateiTyp.getItemText( 1 ) + + iBegin = instr( cAllFormats, "<" ) + if ( iBegin <> 1 ) then + warnlog( "The opening bracket < is missing in string" ) + endif + + iEnd = instr( cAllFormats, ">" ) + if ( iEnd = 0 ) then + warnlog( "The closing bracket > is missing in string" ) + endif + + if ( ( iEnd - iBegin ) < 2 ) then + warnlog( " string is shorter than expected, please check" ) + printlog( "String is: " & cAllFormats & ", length (" & len( cAllFormats ) & ")" ) endif - next iCurrentMenuEntry - hMenuClose() - call hCloseDocument -endcase + iBegin = instr( cAllFormats, "(" ) + if ( iBegin <> iEnd + 2 ) then + warnlog( "The opening bracket ( is missing in string" ) + endif + iEnd = instr( cAllFormats, ")" ) + if ( iEnd < 10 ) then + warnlog( "The closing bracket ) is missing in string" ) + endif + + irc = iEnd - iBegin + if ( irc <> SUFFIX_STRING_LENGTH ) then + warnlog( "The list of file suffixes has changed, please verify" ) + printlog( "Found: " & irc & " chars, expected " & SUFFIX_STRING_LENGTH ) + endif + kontext "GrafikEinfuegenDlg" + GrafikEinfuegenDlg.cancel() + else + warnlog( " dialog did not open" ) + endif + + hDestroyDocument() + +endcase diff --git a/testautomation/framework/required/includes/graphics_import.inc b/testautomation/framework/required/includes/graphics_import.inc deleted file mode 100755 index f9567037ddde..000000000000 --- a/testautomation/framework/required/includes/graphics_import.inc +++ /dev/null @@ -1,312 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'******************************************************************************* -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Graphic import (2nd file for the first.bas) -'* -'\****************************************************************************** - - -testcase tQuickInsertGraphNotAsLink - - printlog( "Load files of all known graphics formats" ) - - dim iCurrentFile as integer - dim GraphicFile as String - dim Filtername as String - - printlog( "Insert a sample of commonly used file formats into a writer document (not linked)" ) - - if ( gUseSysDlg ) then - warnlog( "This test needs the OpenOffice.org filepicker to be set as default" ) - goto endsub - endif - - gApplication = "WRITER" - Call hNewDocument - - for iCurrentFile = 1 to 25 - - ' MODIFY and ENABLE this SAMPLE snippet to exclude one fileformat from testing - ' if ( iCurrentFile = 7 ) AND (gtPlatform="x86") then - ' qaErrorLog("## crash on on loading ") - ' goto skipformat - ' endif - ' Note: Can be locale dependent! - if (iCurrentFile = 4) AND (gPlatform="osx") then - qaerrorlog("#i100253# crash on MacOS X on loading ball.eps") - goto skipformat - endif - - Kontext "GrafikEinfuegenDlg" - if ( not GrafikEinfuegenDlg.exists() ) then - InsertGraphicsFromFile - Kontext "GrafikEinfuegenDlg" - endif - - if ( GrafikEinfuegenDlg.Exists( 2 ) ) then - ' the list of files expected to be found in the samples directory - select case iCurrentFile - case 1 : GraphicFile = "desp.bmp" - case 2 : GraphicFile = "columbia.dxf" - case 3 : GraphicFile = "extrud.emf" - case 4 : GraphicFile = "ball.eps" - case 5 : GraphicFile = "airshw.met" - case 6 : GraphicFile = "eface.gif" - case 7 : GraphicFile = "purzel.gif" ' Animated Gif - case 8 : GraphicFile = "borabora.jpg" - case 9 : GraphicFile = "grafix1.pbm" - case 10 : GraphicFile = "circle.pcx" - case 11 : GraphicFile = "papagei1.pcd" - case 12 : GraphicFile = "newtonme.pct" - case 13 : GraphicFile = "grafix2.pgm" - case 14 : GraphicFile = "obst.png" - case 15 : GraphicFile = "london.ppm" - case 16 : GraphicFile = "tiger.psd" - case 17 : GraphicFile = "grafix3.ras" - case 18 : GraphicFile = "mickym.sgf" - case 19 : GraphicFile = "faxpfeil.sgv" - case 20 : GraphicFile = "picture.svm" - case 21 : GraphicFile = "pilz.tga" - case 22 : GraphicFile = "stabler.tif" - case 23 : GraphicFile = "krokodil.wmf" - case 24 : GraphicFile = "grafix4.xbm" - case 25 : GraphicFile = "papagei2.xpm" - end select - - GraphicFile = ConvertPath (gTesttoolPath & "global\input\graf_inp\" & GraphicFile) - printlog( "Current file " + iCurrentFile + ": " & GraphicFile ) - printlog( " * Set filter to " ) - DateiName.SetText( GraphicFile ) - DateiTyp.Select( 1 ) - WaitSlot() - - printlog( " * Uncheck Preview- and Link-checkbox, load the file" ) - Vorschau.unCheck - Verknuepfen.unCheck() - Oeffnen.click() - WaitSlot( 2000 ) - - Kontext "Active" - if ( Active.Exists() ) then - Warnlog( "Unexpected messagebox: " & Active.GetText() ) - Warnlog( "Affected file: " & GraphicFile ) - Active.OK - else - try - EditCopy - WaitSlot( 2000 ) - EditDeleteContents - WaitSlot( 2000 ) - catch - Warnlog( "Graphic file not selected/Copy or Delete is disabled: " & GraphicFile ) - gMouseClick (90, 90) - endcatch - endif - else - warnlog( "Insert Graphics Dialog is not open, aborting" ) - goto endsub - endif - - skipformat: - next iCurrentFile - - printlog( "" ) - printlog( "Test the PCD-Filters directly (3 samples)" ) - - for iCurrentFile = 1 to 3 - - printlog( "" ) - - Kontext "GrafikEinfuegenDlg" - if ( not GrafikEinfuegenDlg.exists() ) then - InsertGraphicsFromFile - Kontext "GrafikEinfuegenDlg" - endif - - if ( GrafikEinfuegenDlg.exists( 2 ) ) then - - select case iCurrentFile - case 1 : Filtername = "PCD - Kodak Photo CD (768x512) (*.pcd)" - case 2 : Filtername = "PCD - Kodak Photo CD (384x256) (*.pcd)" - case 3 : Filtername = "PCD - Kodak Photo CD (192x128) (*.pcd)" - end select - - GraphicFile = ConvertPath( gTesttoolPath & "global\input\graf_inp\papagei1.pcd" ) - - printlog( "Current filter: " & Filtername ) - printlog( "Current file..: " & GraphicFile ) - DateiName.SetText ( GraphicFile ) - DateiTyp.Select( Filtername ) - - printlog( " * Uncheck Preview- and Link-checkbox, load the file" ) - Vorschau.Uncheck() - Verknuepfen.unCheck() - Oeffnen.click() - WaitSlot( 2000 ) - - Kontext "Active" - if ( Active.Exists() )then - Warnlog( "Unexpected messagebox: " & Active.GetText() ) - Warnlog( "Affected file..: " & GraphicFile ) - Warnlog( "Affected filter: " & Filtername ) - Active.OK() - else - try - EditCopy - WaitSlot( 2000 ) - EditDeleteContents - WaitSlot( 2000 ) - catch - Warnlog( "Problems with filtertype : " & Filtername ) - gMouseClick (90, 90) - endcatch - endif - else - warnlog( "Insert Graphics Dialog is not open. Aborting" ) - goto endsub - endif - - next iCurrentFile - - Kontext "GrafikEinfuegenDlg" - if GrafikEinfuegenDlg.Exists then - GrafikEinfuegenDlg.Cancel - endif - - Call hCloseDocument - -endcase - -'******************************************************************************* - -testcase tInFilterCountCompare() - - printlog( "Check filterlist (filterstring) for graphics files" ) - - if ( gUseSysDlg ) then - warnlog( "This test needs the OpenOffice.org filepicker to be set as default" ) - goto endsub - endif - - const FILE_NAME = "graphic_filters.txt" - const SUFFIX_STRING_LENGTH = 178 - -' List of filter suffixes for verification in case of error -' *.bmp;*.dxf;*.emf;*.eps;*.gif;*.jpg;*.jpeg;*.jfif;*.jif;*.met;*.pbm;*.pcd; -' *.pct;*.pcx;*.pgm;*.png;*.ppm;*.psd;*.ras;*.sgf;*.sgv;*.svm;*.tga;*.tif; -' *.tiff;*.wmf;*.xbm;*.xpm;*.pict - - dim caUIFilters( 30 ) as string - - dim cReferencePath as string - cReferencePath = gTesttoolPath & "global/input/filters/" - cReferencePath = convertpath ( cReferencePath & FILE_NAME ) - - dim cUIFiltersPath as string - cUIFiltersPath = hGetWorkPath() & FILE_NAME - - dim iCurrentFilter as integer - dim iFilterCount as integer - - dim cAllFormats as string - - dim irc as integer - dim iBegin as integer - dim iEnd as integer - - printlog( "" ) - printlog( "Verify filternames listed on the Insert Graphics dialog" ) - - hCreateDocument() - hChangeDoc() - - InsertGraphicsFromFile - - kontext "GrafikEinfuegenDlg" - if ( GrafikEinfuegenDlg.exists( 1 ) ) then - iFilterCount = DateiTyp.getItemCount() - - 'Make list compatible with listfunctions - caUIFilters( 0 ) = iFilterCount - 1 - - for iCurrentFilter = 2 to iFilterCount - - caUIFilters( iCurrentFilter - 1 ) = DateiTyp.getItemText( iCurrentFilter ) - - next iCurrentFilter - - irc = hManageComparisionList( cReferencePath, cUIFiltersPath, caUIFilters() ) - hListResultEvaluation( irc , 0 ) - - printlog( "" ) - printlog( "Verify -string" ) - cAllFormats = DateiTyp.getItemText( 1 ) - - iBegin = instr( cAllFormats, "<" ) - if ( iBegin <> 1 ) then - warnlog( "The opening bracket < is missing in string" ) - endif - - iEnd = instr( cAllFormats, ">" ) - if ( iEnd = 0 ) then - warnlog( "The closing bracket > is missing in string" ) - endif - - if ( ( iEnd - iBegin ) < 2 ) then - warnlog( " string is shorter than expected, please check" ) - printlog( "String is: " & cAllFormats & ", length (" & len( cAllFormats ) & ")" ) - endif - - iBegin = instr( cAllFormats, "(" ) - if ( iBegin <> iEnd + 2 ) then - warnlog( "The opening bracket ( is missing in string" ) - endif - - iEnd = instr( cAllFormats, ")" ) - if ( iEnd < 10 ) then - warnlog( "The closing bracket ) is missing in string" ) - endif - - irc = iEnd - iBegin - if ( irc <> SUFFIX_STRING_LENGTH ) then - warnlog( "The list of file suffixes has changed, please verify" ) - printlog( "Found: " & irc & " chars, expected " & SUFFIX_STRING_LENGTH ) - endif - - kontext "GrafikEinfuegenDlg" - GrafikEinfuegenDlg.cancel() - else - warnlog( " dialog did not open" ) - endif - - hDestroyDocument() - - - -endcase diff --git a/testautomation/framework/required/includes/help_browser.inc b/testautomation/framework/required/includes/help_browser.inc old mode 100644 new mode 100755 index 0b8b80bcbdaf..62438373dc37 --- a/testautomation/framework/required/includes/help_browser.inc +++ b/testautomation/framework/required/includes/help_browser.inc @@ -154,3 +154,42 @@ testcase tHelp_ToolBar brc = hCloseHelp() endcase + +'******************************************************************************* + +testcase tHelp_Registration + + ' Check i69670 which was a showstopper in OOo 2.0.4 + ' Menu-entry "Help / Registration" is disabled + + dim iCurrentMenuEntry as integer + dim iMenuEntryCount as integer + + printlog "Check if all entries in Help Menu are enabled" + call hNewDocument + + printlog "Open menu" + hUseMenu() + iMenuEntryCount = hMenuItemGetCount + + printlog "Select the last entry 'Help'" + hMenuSelectNr( iMenuEntryCount ) + iMenuEntryCount = hMenuItemGetCount + for iCurrentMenuEntry = 1 to iMenuEntryCount + if ( hMenuItemIsEnabled( iCurrentMenuEntry ) ) then + printlog "(" & iCurrentMenuEntry & "/" & iMenuEntryCount & _ + "): Menu entry is enabled: Help-> " & hMenuItemGetText( iCurrentMenuEntry ) + else + if (lcase(gPlatform) = "osx") then + warnlog "#i86247# Help->Registration is disabled on MacOS X" + else + warnlog "(" & iCurrentMenuEntry & "/" & iMenuEntryCount & _ + "): Menu entry is not enabled: Help-> " & hMenuItemGetText( iCurrentMenuEntry ) + endif + endif + next iCurrentMenuEntry + hMenuClose() + call hCloseDocument + +endcase + diff --git a/testautomation/framework/required/includes/tools_options.inc b/testautomation/framework/required/includes/tools_options.inc old mode 100644 new mode 100755 index 0b226db7e7b0..82d5ef6ae861 --- a/testautomation/framework/required/includes/tools_options.inc +++ b/testautomation/framework/required/includes/tools_options.inc @@ -59,24 +59,29 @@ testcase tUpdtOptionItems ToolsOptions kontext "ExtrasOptionenDlg" - - iAppItems = Optionsliste.getItemCount() - Optionsliste.typeKeys( "" ) - for iNodes = 1 to iAppItems - Optionsliste.typeKeys( "-" ) - Optionsliste.typeKeys( "" ) - next iNodes - - iAppItems = Optionsliste.getItemCount() - if ( iAppItems <> iAppCount( iDocType ) ) then - warnlog( "#i68068# The number of top nodes in Tools/Options is incorrect." ) - printlog( "Found...: " & iAppItems ) - printlog( "Expected: " & iAppCount( iDocType ) ) + if ( ExtrasOptionenDlg.exists( 2 ) ) then + + iAppItems = Optionsliste.getItemCount() + Optionsliste.typeKeys( "" ) + for iNodes = 1 to iAppItems + Optionsliste.typeKeys( "-" ) + Optionsliste.typeKeys( "" ) + next iNodes + + iAppItems = Optionsliste.getItemCount() + if ( iAppItems <> iAppCount( iDocType ) ) then + warnlog( "#i68068# The number of top nodes in Tools/Options is incorrect." ) + printlog( "Found...: " & iAppItems ) + printlog( "Expected: " & iAppCount( iDocType ) ) + else + printlog( "The number of top nodes is correct." ) + endif + + hCloseDialog( ExtrasOptionenDlg, "Cancel" ) else - printlog( "The number of top nodes is correct." ) + warnlog( "Dialog did not open " ) endif - - ExtrasOptionenDlg.cancel() + hDestroyDocument() next iDocType diff --git a/testautomation/writer/required/includes/w_001_.inc b/testautomation/writer/required/includes/w_001_.inc index 99c434be4863..902aae05377d 100755 --- a/testautomation/writer/required/includes/w_001_.inc +++ b/testautomation/writer/required/includes/w_001_.inc @@ -75,7 +75,7 @@ testcase tFileNewLabels cBrandList( 10 ) = "Sigel" PrintLog "Open Labels-dialog with File / New / Labels" - if ( hCreateLabels ) then + if ( hCreateLabels() ) then Call DialogTest( TabEtiketten ) @@ -83,7 +83,8 @@ testcase tFileNewLabels PrintLog "Check number of brands and types (see #i44801# for details)" For iSheetFormat = 1 to 2 - + + kontext "TabEtiketten" Select Case( iSheetFormat ) Case 1 Endlos.Check @@ -353,7 +354,7 @@ testcase tFileNewBusinessCards Kontext "Active" if ( Active.GetRT = 304 ) then - Warnlog( "UNexpected messagebox: " & Active.GetText() ) + Warnlog( "Unexpected messagebox: " & Active.GetText() ) Active.Ok end if diff --git a/testautomation/writer/required/includes/w_004_.inc b/testautomation/writer/required/includes/w_004_.inc old mode 100644 new mode 100755 index 3a4234bfb18a..e40b2951ffc1 --- a/testautomation/writer/required/includes/w_004_.inc +++ b/testautomation/writer/required/includes/w_004_.inc @@ -1162,34 +1162,169 @@ endcase '----------------------------------------------------------- testcase tInsertAllGraphicsFromFile - Dim i as integer - Dim quellpfad as string - Dim DieDatei as string - Dim Ziel( 5000 ) as String - printlog "Insert / Graphics / From File (all Formats)" - printlog " Open new document" + printlog( "Load files of all known graphics formats" ) + + dim iCurrentFile as integer + dim GraphicFile as String + dim Filtername as String + + printlog( "Insert a sample of commonly used file formats into a writer document (not linked)" ) + + gApplication = "WRITER" Call hNewDocument - printlog " Insert all graphic formats from directory: global\input\graf_inp\" - quellpfad = ConvertPath(gtesttoolpath + "global\input\graf_inp\") + for iCurrentFile = 1 to 25 + + ' MODIFY and ENABLE this SAMPLE snippet to exclude one fileformat from testing + ' if ( iCurrentFile = 7 ) AND (gtPlatform="x86") then + ' qaErrorLog("## crash on on loading ") + ' goto skipformat + ' endif + ' Note: Can be locale dependent! + if (iCurrentFile = 4) AND (gPlatform="osx") then + qaerrorlog("#i100253# crash on MacOS X on loading ball.eps") + goto skipformat + endif - GetFileList(quellpfad, "*.*" , Ziel()) - for i=1 to ListCount(Ziel()) - if (gPlatform = "osx") AND (right(ziel(i),3) = "eps") then - qaerrorlog "#i100253# skipping eps" - i=i+1 + Kontext "GrafikEinfuegenDlg" + if ( not GrafikEinfuegenDlg.exists() ) then + InsertGraphicsFromFile + Kontext "GrafikEinfuegenDlg" endif - printlog "- Graphic: " + Right(Ziel(i),3) + "-Format" - Call hGrafikEinfuegen ( Ziel(i) ) - Sleep 5 - Call wTypeKeys("") - Call gMouseDoubleClick (10,10) - Sleep 5 - next i - printlog " Close active document" + if ( GrafikEinfuegenDlg.Exists( 2 ) ) then + ' the list of files expected to be found in the samples directory + select case iCurrentFile + case 1 : GraphicFile = "desp.bmp" + case 2 : GraphicFile = "columbia.dxf" + case 3 : GraphicFile = "extrud.emf" + case 4 : GraphicFile = "ball.eps" + case 5 : GraphicFile = "airshw.met" + case 6 : GraphicFile = "eface.gif" + case 7 : GraphicFile = "purzel.gif" ' Animated Gif + case 8 : GraphicFile = "borabora.jpg" + case 9 : GraphicFile = "grafix1.pbm" + case 10 : GraphicFile = "circle.pcx" + case 11 : GraphicFile = "papagei1.pcd" + case 12 : GraphicFile = "newtonme.pct" + case 13 : GraphicFile = "grafix2.pgm" + case 14 : GraphicFile = "obst.png" + case 15 : GraphicFile = "london.ppm" + case 16 : GraphicFile = "tiger.psd" + case 17 : GraphicFile = "grafix3.ras" + case 18 : GraphicFile = "mickym.sgf" + case 19 : GraphicFile = "faxpfeil.sgv" + case 20 : GraphicFile = "picture.svm" + case 21 : GraphicFile = "pilz.tga" + case 22 : GraphicFile = "stabler.tif" + case 23 : GraphicFile = "krokodil.wmf" + case 24 : GraphicFile = "grafix4.xbm" + case 25 : GraphicFile = "papagei2.xpm" + end select + + GraphicFile = ConvertPath (gTesttoolPath & "global\input\graf_inp\" & GraphicFile) + printlog( "Current file " + iCurrentFile + ": " & GraphicFile ) + printlog( " * Set filter to " ) + DateiName.SetText( GraphicFile ) + DateiTyp.Select( 1 ) + WaitSlot() + + printlog( " * Uncheck Preview- and Link-checkbox, load the file" ) + Vorschau.unCheck + Verknuepfen.unCheck() + Oeffnen.click() + WaitSlot( 2000 ) + + Kontext "Active" + if ( Active.Exists() ) then + Warnlog( "Unexpected messagebox: " & Active.GetText() ) + Warnlog( "Affected file: " & GraphicFile ) + Active.OK + else + try + EditCopy + WaitSlot( 2000 ) + EditDeleteContents + WaitSlot( 2000 ) + catch + Warnlog( "Graphic file not selected/Copy or Delete is disabled: " & GraphicFile ) + gMouseClick (90, 90) + endcatch + endif + else + warnlog( "Insert Graphics Dialog is not open, aborting" ) + goto endsub + endif + + skipformat: + next iCurrentFile + + printlog( "" ) + printlog( "Test the PCD-Filters directly (3 samples)" ) + + for iCurrentFile = 1 to 3 + + printlog( "" ) + + Kontext "GrafikEinfuegenDlg" + if ( not GrafikEinfuegenDlg.exists() ) then + InsertGraphicsFromFile + Kontext "GrafikEinfuegenDlg" + endif + + if ( GrafikEinfuegenDlg.exists( 2 ) ) then + + select case iCurrentFile + case 1 : Filtername = "PCD - Kodak Photo CD (768x512) (*.pcd)" + case 2 : Filtername = "PCD - Kodak Photo CD (384x256) (*.pcd)" + case 3 : Filtername = "PCD - Kodak Photo CD (192x128) (*.pcd)" + end select + + GraphicFile = ConvertPath( gTesttoolPath & "global\input\graf_inp\papagei1.pcd" ) + + printlog( "Current filter: " & Filtername ) + printlog( "Current file..: " & GraphicFile ) + DateiName.SetText ( GraphicFile ) + DateiTyp.Select( Filtername ) + + printlog( " * Uncheck Preview- and Link-checkbox, load the file" ) + Vorschau.Uncheck() + Verknuepfen.unCheck() + Oeffnen.click() + WaitSlot( 2000 ) + + Kontext "Active" + if ( Active.Exists() )then + Warnlog( "Unexpected messagebox: " & Active.GetText() ) + Warnlog( "Affected file..: " & GraphicFile ) + Warnlog( "Affected filter: " & Filtername ) + Active.OK() + else + try + EditCopy + WaitSlot( 2000 ) + EditDeleteContents + WaitSlot( 2000 ) + catch + Warnlog( "Problems with filtertype : " & Filtername ) + gMouseClick (90, 90) + endcatch + endif + else + warnlog( "Insert Graphics Dialog is not open. Aborting" ) + goto endsub + endif + + next iCurrentFile + + Kontext "GrafikEinfuegenDlg" + if GrafikEinfuegenDlg.Exists then + GrafikEinfuegenDlg.Cancel + endif + Call hCloseDocument + endcase '----------------------------------------------------------- -- cgit From a68bbed73a3c306cb0a3c707397096a70bb61013 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 2 Jun 2010 11:30:00 +0200 Subject: jl152: #i112023 - Removed unused file - Inproved checking for controls in e_update.bas --- .../extensions/required/includes/e_update.inc | 250 +++++++++++---------- .../required/includes/e_update_oooimprovement.inc | 94 -------- 2 files changed, 135 insertions(+), 209 deletions(-) mode change 100644 => 100755 testautomation/extensions/required/includes/e_update.inc delete mode 100644 testautomation/extensions/required/includes/e_update_oooimprovement.inc (limited to 'testautomation') diff --git a/testautomation/extensions/required/includes/e_update.inc b/testautomation/extensions/required/includes/e_update.inc old mode 100644 new mode 100755 index c3114a65dbbc..c7f049ead764 --- a/testautomation/extensions/required/includes/e_update.inc +++ b/testautomation/extensions/required/includes/e_update.inc @@ -126,138 +126,150 @@ testcase tExtensionManagerResources() ' home directory we have access to the extensions that reside in ' the shared layer. This means that the user can remove and disable ' these extensions. + + ' Modifications to unopkg and Extension Manager frequently cause + ' controls to disappear so a more finegrained control checking is done here + ' to avoid getting too much warnings in QUASTe. kontext "PackageManager" BrowsePackages.select( 1 ) if ( disable.exists() ) then - if ( disable.isEnabled() ) then - - disable.click() + if ( disable.isVisible() ) then + if ( disable.isEnabled() ) then - kontext "Active" - if ( Active.exists( 1 ) ) then - printlog( "Disable extension: Warning for other office instance. Good." ) - active.ok() - else - warnlog( "No warning for other office instances running" ) - endif - - ' We now re-enable the extensions. Depending on the "size" - ' of the extension it might take the Extension Manager UI - ' a few seconds to complete the "disable" action. We need to - ' wait for that. - kontext "PackageManager" - BrowsePackages.select( 1 ) - iBreakCounter = 0 - do while( not enable.exists() ) - iBreakCounter = iBreakCounter + 1 - wait( 100 ) - if ( iBreakCounter = MAX_ITERATIONS ) then - warnlog( "Extension not ready within timeframe. Aborting" ) - goto endsub + disable.click() + + kontext "Active" + if ( Active.exists( 1 ) ) then + printlog( "Disable extension: Warning for other office instance. Good." ) + active.ok() + else + warnlog( "No warning for other office instances running" ) endif - loop - enable.click() - - kontext "Active" - if ( Active.exists( 1 ) ) then - printlog( "Enable extension: Warning for other office instance. Good." ) - active.ok() - else - warnlog( "No warning for other office instances running" ) - endif - ' The Extension Manager UI remembers when it has warned about - ' other running instances of the office, so the next time we try - ' to disable/enable the extension there should be no warning. - - kontext "PackageManager" - iBreakCounter = 0 - do while( not disable.exists() ) - iBreakCounter = iBreakCounter + 1 - wait( 100 ) - if ( iBreakCounter = MAX_ITERATIONS ) then - warnlog( "Extension not ready within timeframe. Aborting" ) - goto endsub + ' We now re-enable the extensions. Depending on the "size" + ' of the extension it might take the Extension Manager UI + ' a few seconds to complete the "disable" action. We need to + ' wait for that. + kontext "PackageManager" + BrowsePackages.select( 1 ) + iBreakCounter = 0 + do while( not enable.exists() ) + iBreakCounter = iBreakCounter + 1 + wait( 100 ) + if ( iBreakCounter = MAX_ITERATIONS ) then + warnlog( "Extension not ready within timeframe. Aborting" ) + goto endsub + endif + loop + enable.click() + + kontext "Active" + if ( Active.exists( 1 ) ) then + printlog( "Enable extension: Warning for other office instance. Good." ) + active.ok() + else + warnlog( "No warning for other office instances running" ) endif - loop - disable.click() - kontext "Active" - if ( Active.exists( 1 ) ) then - warnlog( "There should be no warning when disabling the extension a second time" ) - active.ok() - else - printlog( "Disable extension: No warning for other office instances. Good." ) - endif - - kontext "PackageManager" - iBreakCounter = 0 - do while( not enable.exists() ) - iBreakCounter = iBreakCounter + 1 - wait( 100 ) - if ( iBreakCounter = MAX_ITERATIONS ) then - warnlog( "Extension not ready within timeframe. Aborting" ) - goto endsub + ' The Extension Manager UI remembers when it has warned about + ' other running instances of the office, so the next time we try + ' to disable/enable the extension there should be no warning. + + kontext "PackageManager" + iBreakCounter = 0 + do while( not disable.exists() ) + iBreakCounter = iBreakCounter + 1 + wait( 100 ) + if ( iBreakCounter = MAX_ITERATIONS ) then + warnlog( "Extension not ready within timeframe. Aborting" ) + goto endsub + endif + loop + disable.click() + + kontext "Active" + if ( Active.exists( 1 ) ) then + warnlog( "There should be no warning when disabling the extension a second time" ) + active.ok() + else + printlog( "Disable extension: No warning for other office instances. Good." ) endif - loop - enable.click() - - kontext "Active" - if ( Active.exists( 1 ) ) then - warnlog( "There should be no warning when enabling the extension a second time" ) - active.ok() + + kontext "PackageManager" + iBreakCounter = 0 + do while( not enable.exists() ) + iBreakCounter = iBreakCounter + 1 + wait( 100 ) + if ( iBreakCounter = MAX_ITERATIONS ) then + warnlog( "Extension not ready within timeframe. Aborting" ) + goto endsub + endif + loop + enable.click() + + kontext "Active" + if ( Active.exists( 1 ) ) then + warnlog( "There should be no warning when enabling the extension a second time" ) + active.ok() + else + printlog( "Enable extension: No warning for other office instances. Good." ) + endif + WaitSlot() + else - printlog( "Enable extension: No warning for other office instances. Good." ) + warnlog( "User should be able to disable shared extension" ) endif - WaitSlot() - else - warnlog( "User should be able to disable shared extension" ) + warnlog( " button exists but is not visible" ) endif else warnlog( "Cannot disable extension. It might be disabled already or defunct" ) endif kontext "PackageManager" - iBreakCounter = 0 - do while( not remove.isEnabled() ) - iBreakCounter = iBreakCounter + 1 - wait( 100 ) - if ( iBreakCounter = MAX_ITERATIONS ) then - warnlog( "Extension not ready within timeframe. Aborting" ) - goto endsub - endif - loop - - kontext "PackageManager" - if ( remove.isEnabled() ) then - - remove.click() - - ' Note: First time we try to remove an extension we should get a - ' warning that we must make sure that no other office instances - ' are running. If this warning is missing we actually remove the - ' extension which leaves the installation in an inconsistent - ' state. In a "real life" installation this would not work, in a - ' "user space" installation we have to reinstall. Bad that is. - - kontext "Active" - if ( Active.exists( 1 ) ) then - printlog( "Remove extension: Warning for other office instances. Good." ) - active.cancel() + if ( remove.exists() ) then + iBreakCounter = 0 + do while( not remove.isEnabled() ) + iBreakCounter = iBreakCounter + 1 + wait( 100 ) + if ( iBreakCounter = MAX_ITERATIONS ) then + warnlog( "Extension not ready within timeframe. Aborting" ) + goto endsub + endif + loop + + kontext "PackageManager" + if ( remove.isEnabled() ) then + + remove.click() + + ' Note: First time we try to remove an extension we should get a + ' warning that we must make sure that no other office instances + ' are running. If this warning is missing we actually remove the + ' extension which leaves the installation in an inconsistent + ' state. In a "real life" installation this would not work, in a + ' "user space" installation we have to reinstall. Bad that is. + + kontext "Active" + if ( Active.exists( 1 ) ) then + printlog( "Remove extension: Warning for other office instances. Good." ) + active.cancel() + else + warnlog( "No warning for other office instances running" ) + warnlog( "Installation inconsistency: Extension was removed!" ) + endif + WaitSlot() + + ' Note: Like for the disable/enable buttons we should not get + ' a warning for another running office instance when removing + ' an extension for the second time. + else - warnlog( "No warning for other office instances running" ) - warnlog( "Installation inconsistency: Extension was removed!" ) + warnlog( "User should be able to remove extension" ) endif - WaitSlot() - - ' Note: Like for the disable/enable buttons we should not get - ' a warning for another running office instance when removing - ' an extension for the second time. - else - warnlog( "User should be able to remove extension" ) + warnlog( "Button does not exist" ) endif else @@ -265,13 +277,21 @@ testcase tExtensionManagerResources() ' he may neither disable or remove extensions. kontext "PackageManager" - if ( disable.isEnabled() ) then - warnlog( "Disable-button enabled for shared extension" ) + if ( disable.exists() ) then + if ( disable.isEnabled() ) then + warnlog( "Disable-button enabled for shared extension" ) + endif + else + warnlog( "Button does not exist" ) endif - + kontext "PackageManager" - if ( remove.isEnabled() ) then - warnlog( "Remove-button enabled for shared extension" ) + if ( remove.exists() ) then + if ( remove.isEnabled() ) then + warnlog( "Remove-button enabled for shared extension" ) + endif + else + ' do nothing, if the button is missing we already get a warning earlier in this test endif endif diff --git a/testautomation/extensions/required/includes/e_update_oooimprovement.inc b/testautomation/extensions/required/includes/e_update_oooimprovement.inc deleted file mode 100644 index 0981a1836937..000000000000 --- a/testautomation/extensions/required/includes/e_update_oooimprovement.inc +++ /dev/null @@ -1,94 +0,0 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/****************************************************************************** -'* -'* owner : joerg.skottke@sun.com -'* -'* short description : Extension Update Test -'* -'\****************************************************************************** - -testcase tUpdtOOoImprovement - - printlog( "Update test for the tools/options dialog of the OOo Improvement extension" ) - if ( not gExtensionOOoImprovementIsInstalled ) then - qaerrorlog( "The extension is not installed." ) - goto endsub - endif - - dim cLogFile as string - cLogFile = gOfficePath & "user\temp\feedback\Current.csv" - cLogFile = convertpath( cLogFile ) - - if ( hDeleteFile( cLogFile ) ) then - printlog( "Test environment is clean, no logfile present (anymore)" ) - endif - - ToolsOptions - hToolsOptions( "StarOffice", "Improvement" ) - printlog( "Improvement Program tabpage" ) - - call DialogTest( TabOOoImprovement ) - - ParticipateNo.check() - ParticipateYes.check() - - if ( ShowData.isEnabled() ) then - - ShowData.click() - - Kontext "TextImport" - if ( TextImport.exists( 1 ) ) then - printlog( "Text import dialog" ) - - call DialogTest( TextImport ) - TextImport.cancel() - else - warnlog( "#i97340# Show Data button enabled but no logged data found" ) - endif - - Kontext "Active" - if ( Active.exists( 1 ) ) then - printlog( "Messagebox: " & Active.getText() ) - Active.ok() - else - warnlog( "No warning for missing file: " & cLogFile ) - endif - - Kontext "Active" - if ( Active.exists( 1 ) ) then - warnlog( "#97342# Second message for missing " & cLogFile ) - Active.ok() - endif - else - printlog( "Show data is disabled" ) - endif - - Kontext "OptionenDlg" - OptionenDlg.cancel() - -endcase - -- cgit From 20c9135b759b11411b9b4e9ca7b219de535f38c1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 2 Jun 2010 13:53:02 +0200 Subject: jl152: #i112023 - Fixed e_publisher.inc (has new offset in updates list) --- testautomation/extensions/optional/includes/publisher.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 testautomation/extensions/optional/includes/publisher.inc (limited to 'testautomation') diff --git a/testautomation/extensions/optional/includes/publisher.inc b/testautomation/extensions/optional/includes/publisher.inc old mode 100644 new mode 100755 index fcf4400ae748..6bda65c781fc --- a/testautomation/extensions/optional/includes/publisher.inc +++ b/testautomation/extensions/optional/includes/publisher.inc @@ -40,6 +40,7 @@ testcase tExtensionPublisher goto endsub endif + const EXTENSION_LIST_OFFSET = 1 ' French dictionary is usually listed before the test extensions ' Specification document ' http://specs.openoffice.org/appwide/packagemanager/online_update_for_extensions.odt ' http://specs.openoffice.org/appwide/packagemanager/online_update_for_extensions.odt @@ -190,7 +191,7 @@ testcase tExtensionPublisher cHasPublisher = hGetValueForKeyAsString( cConfigArray() , "has_publisher" ) cPublisher = hGetValueForKeyAsString( cConfigArray() , "publisher" ) - AvailableUpdatesList.select( iCurrentFile ) + AvailableUpdatesList.select( iCurrentFile + EXTENSION_LIST_OFFSET ) if ( AvailableUpdatesList.getText() = cCurrentFileName ) then printlog( "Testing extension: " & cCurrentFileName ) -- cgit From fd9b819df8abb69c9c9f4f433bbf33eae4d55e9b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 08:01:54 +0200 Subject: vitomation01: #i109696 - VBA compat tests need to know if it is running in admin mode. Minor fixes --- testautomation/framework/optional/f_basic_vba-compat.bas | 1 + .../includes/basic_vba-compat_application-union.inc | 13 +++++++++++++ .../global/tools/includes/optional/t_user_info.inc | 12 +++++++----- 3 files changed, 21 insertions(+), 5 deletions(-) mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_user_info.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/f_basic_vba-compat.bas b/testautomation/framework/optional/f_basic_vba-compat.bas index 80b48eb5c1e6..7b96728c1580 100755 --- a/testautomation/framework/optional/f_basic_vba-compat.bas +++ b/testautomation/framework/optional/f_basic_vba-compat.bas @@ -64,6 +64,7 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_security_tools.inc" use "global\tools\includes\optional\t_macro_tools.inc" use "global\tools\includes\optional\t_docfuncs.inc" + use "global\tools\includes\optional\t_user_info.inc" use "framework\optional\includes\basic_vba_compat_tools.inc" diff --git a/testautomation/framework/optional/includes/basic_vba-compat_application-union.inc b/testautomation/framework/optional/includes/basic_vba-compat_application-union.inc index 222b99215f81..d9f421278514 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_application-union.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_application-union.inc @@ -46,12 +46,25 @@ testcase tBasicVBACompatApplicationUnion() const RC_FAILURE = -1 dim macro_identifier( EXPECTED_MACRO_COUNT ) + + ' Find out whether we can write to the program directory or not. + ' If we can we get different values returned from the test functions + ' This is required for userland installations. + if( hCheckForAdministratorPermissions() ) then + macro_identifier( 1 ) = "1: False" + macro_identifier( 2 ) = "2: False" + macro_identifier( 3 ) = "3: False" + macro_identifier( 4 ) = "4: True" + macro_identifier( 5 ) = "5: False" + macro_identifier( 6 ) = "6: True" + else macro_identifier( 1 ) = "1: True" macro_identifier( 2 ) = "2: True" macro_identifier( 3 ) = "3: True" macro_identifier( 4 ) = "4: True" macro_identifier( 5 ) = "5: True" macro_identifier( 6 ) = "6: True" + endif dim cTestFile as string cTestFile = gTesttoolPath & "framework/optional/input/vba-compat/" & DOCUMENT_NAME diff --git a/testautomation/global/tools/includes/optional/t_user_info.inc b/testautomation/global/tools/includes/optional/t_user_info.inc old mode 100644 new mode 100755 index eed58aa7d530..7ad00b9e539e --- a/testautomation/global/tools/includes/optional/t_user_info.inc +++ b/testautomation/global/tools/includes/optional/t_user_info.inc @@ -34,7 +34,8 @@ function hCheckForAdministratorPermissions() as boolean ' this function returns TRUE if the user can create files in the office - ' program directory + ' program directory. This is relevant for macro security (VBA compatibility) + ' and extension manager behavior (access to shared installations).S dim iFile as integer dim cProbeFile as string @@ -42,13 +43,14 @@ function hCheckForAdministratorPermissions() as boolean cProbeFile = convertpath( gNetzOfficePath & "program/tt_probe_file" ) try iFile = FreeFile - open cProbeFile for output as iFile : close iFile - kill cProbeFile + open cProbeFile for output as iFile + close( iFile ) + kill( cProbeFile ) hCheckForAdministratorPermissions() = true - printlog( "Current user has administrator rights" ) + printlog( "Current user has administrator permissions" ) catch hCheckForAdministratorPermissions() = false - printlog( "Current user does not have administrator rights" ) + printlog( "Current user does not have administrator permissions" ) endcatch end function -- cgit From a898d0b14c907d63f6d3c86303fc4a34cb438d33 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 08:38:38 +0200 Subject: vitomation01: #i109696 - Needed to split w_004.inc into two parts, 64k limit strikes --- testautomation/writer/required/includes/w_004_.inc | 909 -------------------- .../writer/required/includes/w_004b_.inc | 939 +++++++++++++++++++++ 2 files changed, 939 insertions(+), 909 deletions(-) create mode 100644 testautomation/writer/required/includes/w_004b_.inc (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_004_.inc b/testautomation/writer/required/includes/w_004_.inc index e40b2951ffc1..0af0e9cfde1a 100755 --- a/testautomation/writer/required/includes/w_004_.inc +++ b/testautomation/writer/required/includes/w_004_.inc @@ -1028,912 +1028,3 @@ testcase tInsertTable Call hCloseDocument endcase -'----------------------------------------------------------- - -testcase tInsertHorizontalLine - PrintLog "- Insert / Horizontal Line" - - printlog " Open new document" - Call hNewDocument - - printlog " Insert / Horizontal Line" - InsertHorizontalLine - Kontext "HorizontaleLinieEinfuegen" - Call DialogTest (HorizontaleLinieEinfuegen) - printlog " Close dialog 'Insert Horizontal Ruler'" - HorizontaleLinieEinfuegen.Cancel - - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tInsertGraphicsFromFile - PrintLog "- Insert / Graphics / From File" - Dim j as integer - - printlog " Open new document" - Call hNewDocument - - printlog " Insert / Graphics from file" - InsertGraphicsFromFile - - Kontext "GrafikEinfuegenDlg" - printlog " Select as graphic to insert: '...\writer\required\input\graphics\jolink.jpg" - Dateiname.Settext ConvertPath ( gTesttoolPath + "writer\required\input\graphics\jolink.jpg" ) - Oeffnen.Click - - Kontext "Active" - if Active.Exists( 1 ) then - Warnlog Active.Gettext - Active.Ok - Kontext "GrafikEinfuegenDlg" - GrafikEinfuegenDlg.Cancel - Call hCloseDocument - goto endsub - else - printlog " select again 'Insert / Grahics from file'" - InsertGraphicsFromFile - WaitSlot (2000) - printlog " Step through all tabpages" - Kontext - active.SetPage TabType - wait 500 - Kontext "TabType" - Call DialogTest ( TabType ) - - Kontext - active.SetPage TabZusaetze - wait 500 - Kontext "TabZusaetze" - Call DialogTest ( TabZusaetze ) - - Kontext - active.SetPage TabUmlauf - wait 500 - Kontext "TabUmlauf" - Call DialogTest ( TabUmlauf ) - - Kontext - active.SetPage TabHyperlinkRahmen - wait 500 - Kontext "TabHyperlinkRahmen" - Call DialogTest ( TabHyperlinkRahmen ) - - Kontext - active.SetPage TabGrafik - wait 500 - Kontext "TabGrafik" - Call DialogTest ( TabGrafik ) - - Kontext - active.SetPage TabUmrandung - wait 500 - Kontext "TabUmrandung" - Call DialogTest ( TabUmrandung ) - - Kontext - active.SetPage TabMakro - ' if no JRE is installed a messagebox appears - j = 0 - Do - j = j + 1 - Kontext "Active" - if Active.Exists() then - if Active.GetRT = 304 then - if j = 1 then Warnlog Active.Gettext - Active.Ok - else - exit do - end if - else - exit do - end if - Loop - wait 500 - Kontext "TabMakro" - Call DialogTest ( TabMakro ) - - if gApplication <> "HTML" then - Kontext - active.SetPage TabZuschneiden - wait 500 - Kontext "TabZuschneiden" - Call DialogTest ( TabZuschneiden ) - - Kontext - active.SetPage TabHintergrund - wait 500 - Kontext "TabHintergrund" - Call DialogTest ( TabHintergrund ) - printlog " Close dialog" - TabHintergrund.Cancel - else - printlog " Close dialog" - TabMakro.Cancel - end if - end if - - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tInsertAllGraphicsFromFile - - printlog( "Load files of all known graphics formats" ) - - dim iCurrentFile as integer - dim GraphicFile as String - dim Filtername as String - - printlog( "Insert a sample of commonly used file formats into a writer document (not linked)" ) - - gApplication = "WRITER" - Call hNewDocument - - for iCurrentFile = 1 to 25 - - ' MODIFY and ENABLE this SAMPLE snippet to exclude one fileformat from testing - ' if ( iCurrentFile = 7 ) AND (gtPlatform="x86") then - ' qaErrorLog("## crash on on loading ") - ' goto skipformat - ' endif - ' Note: Can be locale dependent! - if (iCurrentFile = 4) AND (gPlatform="osx") then - qaerrorlog("#i100253# crash on MacOS X on loading ball.eps") - goto skipformat - endif - - Kontext "GrafikEinfuegenDlg" - if ( not GrafikEinfuegenDlg.exists() ) then - InsertGraphicsFromFile - Kontext "GrafikEinfuegenDlg" - endif - - if ( GrafikEinfuegenDlg.Exists( 2 ) ) then - ' the list of files expected to be found in the samples directory - select case iCurrentFile - case 1 : GraphicFile = "desp.bmp" - case 2 : GraphicFile = "columbia.dxf" - case 3 : GraphicFile = "extrud.emf" - case 4 : GraphicFile = "ball.eps" - case 5 : GraphicFile = "airshw.met" - case 6 : GraphicFile = "eface.gif" - case 7 : GraphicFile = "purzel.gif" ' Animated Gif - case 8 : GraphicFile = "borabora.jpg" - case 9 : GraphicFile = "grafix1.pbm" - case 10 : GraphicFile = "circle.pcx" - case 11 : GraphicFile = "papagei1.pcd" - case 12 : GraphicFile = "newtonme.pct" - case 13 : GraphicFile = "grafix2.pgm" - case 14 : GraphicFile = "obst.png" - case 15 : GraphicFile = "london.ppm" - case 16 : GraphicFile = "tiger.psd" - case 17 : GraphicFile = "grafix3.ras" - case 18 : GraphicFile = "mickym.sgf" - case 19 : GraphicFile = "faxpfeil.sgv" - case 20 : GraphicFile = "picture.svm" - case 21 : GraphicFile = "pilz.tga" - case 22 : GraphicFile = "stabler.tif" - case 23 : GraphicFile = "krokodil.wmf" - case 24 : GraphicFile = "grafix4.xbm" - case 25 : GraphicFile = "papagei2.xpm" - end select - - GraphicFile = ConvertPath (gTesttoolPath & "global\input\graf_inp\" & GraphicFile) - printlog( "Current file " + iCurrentFile + ": " & GraphicFile ) - printlog( " * Set filter to " ) - DateiName.SetText( GraphicFile ) - DateiTyp.Select( 1 ) - WaitSlot() - - printlog( " * Uncheck Preview- and Link-checkbox, load the file" ) - Vorschau.unCheck - Verknuepfen.unCheck() - Oeffnen.click() - WaitSlot( 2000 ) - - Kontext "Active" - if ( Active.Exists() ) then - Warnlog( "Unexpected messagebox: " & Active.GetText() ) - Warnlog( "Affected file: " & GraphicFile ) - Active.OK - else - try - EditCopy - WaitSlot( 2000 ) - EditDeleteContents - WaitSlot( 2000 ) - catch - Warnlog( "Graphic file not selected/Copy or Delete is disabled: " & GraphicFile ) - gMouseClick (90, 90) - endcatch - endif - else - warnlog( "Insert Graphics Dialog is not open, aborting" ) - goto endsub - endif - - skipformat: - next iCurrentFile - - printlog( "" ) - printlog( "Test the PCD-Filters directly (3 samples)" ) - - for iCurrentFile = 1 to 3 - - printlog( "" ) - - Kontext "GrafikEinfuegenDlg" - if ( not GrafikEinfuegenDlg.exists() ) then - InsertGraphicsFromFile - Kontext "GrafikEinfuegenDlg" - endif - - if ( GrafikEinfuegenDlg.exists( 2 ) ) then - - select case iCurrentFile - case 1 : Filtername = "PCD - Kodak Photo CD (768x512) (*.pcd)" - case 2 : Filtername = "PCD - Kodak Photo CD (384x256) (*.pcd)" - case 3 : Filtername = "PCD - Kodak Photo CD (192x128) (*.pcd)" - end select - - GraphicFile = ConvertPath( gTesttoolPath & "global\input\graf_inp\papagei1.pcd" ) - - printlog( "Current filter: " & Filtername ) - printlog( "Current file..: " & GraphicFile ) - DateiName.SetText ( GraphicFile ) - DateiTyp.Select( Filtername ) - - printlog( " * Uncheck Preview- and Link-checkbox, load the file" ) - Vorschau.Uncheck() - Verknuepfen.unCheck() - Oeffnen.click() - WaitSlot( 2000 ) - - Kontext "Active" - if ( Active.Exists() )then - Warnlog( "Unexpected messagebox: " & Active.GetText() ) - Warnlog( "Affected file..: " & GraphicFile ) - Warnlog( "Affected filter: " & Filtername ) - Active.OK() - else - try - EditCopy - WaitSlot( 2000 ) - EditDeleteContents - WaitSlot( 2000 ) - catch - Warnlog( "Problems with filtertype : " & Filtername ) - gMouseClick (90, 90) - endcatch - endif - else - warnlog( "Insert Graphics Dialog is not open. Aborting" ) - goto endsub - endif - - next iCurrentFile - - Kontext "GrafikEinfuegenDlg" - if GrafikEinfuegenDlg.Exists then - GrafikEinfuegenDlg.Cancel - endif - - Call hCloseDocument - -endcase - -'----------------------------------------------------------- - -testcase tInsertObjectOLEObject - PrintLog "- Insert / Object / OLE-Objekt" - - printlog " Open new document" - Call hNewDocument - - printlog " Insert / Object / OLE-Object" - InsertObjectOLEObject - - Kontext "OLEObjektEinfuegen" - printlog " Check both radiobuttons 'Create now' and 'Create from file'" - NeuErstellen.Check - Call DialogTest (OLEObjektEinfuegen, 1) - AusDateiErstellen.Check - Call DialogTest (OLEObjektEinfuegen, 2) - OLEObjektEinfuegen.Cancel - - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tInsertObjectPlugIn - PrintLog "- Insert / Object / Plug-In" - - printlog " Open new document" - Call hNewDocument - - printlog " Close 'Plug in' dialog" - InsertObjectPlugIn - - Kontext "PlugInEinfuegen" - if PlugInEinfuegen.Exists then - Call DialogTest (PlugInEinfuegen) - PlugInEinfuegen.Cancel - else - Warnlog "Dialog 'Plugin' is not up!" - end if - - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tInsertObjectSound - Printlog "- Insert / Object / Sound" - printlog " Open new document" - Call hNewDocument - - try - if gUseSysDlg = False then - InsertObjectSound - printlog " Insert / Object / Sound" - Kontext "OeffnenDlg" - if OeffnenDlg.Exists then - OeffnenDlg.Cancel - else - Warnlog "Dialog to insert Sound isn't up!" - end if - end if - catch - 'Warnlog "- Menu disabled or no Sound-PlugIn installed !?" - endcatch - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tInsertObjectVideo - Printlog "- Insert / Object / Video" - - printlog " Open new document" - Call hNewDocument - - try - if gUseSysDlg = False then - InsertObjectVideo - printlog " Insert / Object / Video" - Kontext "OeffnenDlg" - if OeffnenDlg.Exists then - OeffnenDlg.Cancel - else - Warnlog "Dialog to insert Video isn't up!" - end if - end if - catch - 'Warnlog "- Menu disabled or no Video-PlugIn installed !?" - endcatch - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tInsertObjectFormula - PrintLog "- Insert / Object / Formula" - - printlog " Open new document" - Call hNewDocument - - printlog " Insert / Object / Formular" - InsertObjectFormula - WaitSlot (2000) - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - Warnlog Active.Gettext - Active.Ok - end if - end if - Sleep 1 - - printlog " Click in 'Math' document" - Call gMouseClick(1,1) - sleep 1 - printlog " 'Delete math-object in document" - Call wTypeKeys("") - - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tInsertObjectChart - PrintLog "- Insert / Object / Chart" - - printlog " Open new document" - Call hNewDocument - ' Chart-Wizard will be invoked if data ranges exist - ' Therefor a table will be inserted - printlog " Insert / Table" - InsertTableWriter - Kontext "TabelleEinfuegenWriter" - TabelleEinfuegenWriter.Ok - - printlog " Insert / Object / Chart" - InsertObjectChart - - Kontext "ChartWizard" - if ChartWizard.Exists then - printlog "- Chart-Wizard is up=>OK" - Call DialogTest ( ChartWizard ) - printlog " Cancel Chart-Wizard" - ChartWizard.Cancel - else - warnlog "Chart-Wizard is not up though a table has been inserted" - end if - - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tInsertFile - PrintLog "- Insert / File" - - printlog " Open new document" - Call hNewDocument - InsertFileWriter - WaitSlot( 2000 ) - - printlog " Insert / File" - Kontext "OeffnenDlg" - - printlog " Check 'File dialog'" - if OeffnenDlg.Exists( 2 ) then - Call DialogTest ( OeffnenDlg ) - try - Standard.Click - catch - Exceptlog - endcatch - - Kontext "Active" - if Active.Exists then - Warnlog Active.Gettext - Active.Ok - else - Kontext "OeffnenDlg" - OeffnenDlg.Cancel - end if - end if - - printlog " Close active document" - Call hCloseDocument -endcase - -'----------------------------------------------------------- - -testcase tHtmlDocInsertFields - PrintLog "- Insert / Fields" - - gApplication = "HTML" - printlog " Open new document" - Call hNewDocument - - try - printlog "Insert / Fields / Date" - InsertFieldsDate - catch - Warnlog "Unable to execute: Insert / Fields / Date " - endcatch - printlog " Insert / Fields / Date" - Call wTypeKeys (" ") - try - printlog "Insert / Fields / Time" - InsertFieldsTime - catch - Warnlog "Unable to execute: Insert / Fields / Time" - endcatch - printlog " Insert / Fields / Time" - Call wTypeKeys (" ") - try - printlog "Insert / Fields / Page Number" - InsertFieldsPageNumbers - catch - Warnlog "Unable to execute: Insert / Fields / Page numbers" - endcatch - printlog " Insert / Fields / Page numbers" - Call wTypeKeys (" ") - try - printlog "Insert / Fields / Page Count" - InsertFieldsPageCount - catch - Warnlog "Unable to execute: Insert / Fields / Page Count" - endcatch - printlog " Insert / Fields / Page count" - Call wTypeKeys (" ") - try - printlog "Insert / Fields / Title" - InsertFieldsTitle - catch - Warnlog "Unable to execute: Insert / Fields / Title" - endcatch - printlog " Insert / Fields / Title" - Call wTypeKeys (" ") - try - printlog "Insert / Fields / Author" - InsertFieldsAuthor - catch - Warnlog "Unable to execute: Insert / Fields / Author" - endcatch - printlog " Insert / Fields / Author" - if gApplication <> "HTML" then - try - printlog "Insert / Fields / Subject" - InsertFieldsSubject - catch - Warnlog "Unable to execute: Insert / Fields / Subject" - endcatch - printlog " If document not HTML then 'Insert / Fields / Subject" - Call wTypeKeys (" ") - printlog " Press key 'enter'" - end if - - printlog " Close active document" - Call hCloseDocument - gApplication = "WRITER" -endcase - -'----------------------------------------------------------- - -testcase tHtmlDocInsertFieldsOther - Dim i as integer - Dim j as integer - printlog "- Insert / Fields / Other" - - gApplication = "HTML" - printlog " Open new document" - Call hNewDocument - - printlog " Insert / Fields / Other" - InsertFieldsOther - - Kontext - printlog " In dialog step through all tabpages" - Active.SetPage TabDokumentFeldbefehle - Kontext "TabDokumentFeldbefehle" - Call Dialogtest ( TabDokumentFeldbefehle ) - - Kontext - Active.SetPage TabDokumentinfoFeldbefehle - Kontext "TabDokumentinfoFeldbefehle" - Call Dialogtest ( TabDokumentinfoFeldbefehle ) - - Kontext - Active.SetPage TabVariablen - Kontext "TabVariablen" - Call Dialogtest ( TabVariablen ) - - if gApplication <> "HTML" then - Kontext - Active.SetPage TabReferenzen - Kontext "TabReferenzen" - Call Dialogtest ( TabReferenzen ) - - Kontext - Active.SetPage TabFunktionen - Kontext "TabFunktionen" - Call Dialogtest ( TabFunktionen ) - for i=1 to Feldtyp.GetItemCount - Feldtyp.Select i - if MakroButton.IsEnabled then - MakroButton.Click - ' if no JRE is installed a messagebox appears - Do - j = j + 1 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - if j = 1 then Warnlog Active.Gettext - Active.Ok - else - exit do - end if - else - exit do - end if - Loop - - Kontext "ScriptSelector" - if ( ScriptSelector.exists( 3 ) ) then - ScriptSelector.Close - else - warnlog( "Dialog is not available" ) - endif - Kontext "TabFunktionen" - i=100 - end if - next i - - Kontext - Active.SetPage TabDatenbank - Kontext "TabDatenbank" - Call Dialogtest ( TabDatenbank ) - - printlog " Close dialog" - TabDatenbank.Close - else - printlog " Close dialog" - TabVariablen.Close - end if - printlog " Close active document" - Call hCloseDocument - gApplication = "WRITER" -endcase - -'----------------------------------------------------------- - -testcase tHtmlDocInsertSection - PrintLog "- Insert / Section" - - gApplication = "HTML" - printlog " Open new document" - Call hNewDocument - - printlog " Insert / Section" - InsertSection - Kontext - - printlog " In dialog step through all tabpages" - printlog "- Tabpage Section" - Active.Setpage TabBereiche - Kontext "TabBereiche" - Call DialogTest (TabBereiche) - Verknuepfung.Check - - Auswaehlen.Click - Kontext "OeffnenDlg" - if ( OeffnenDlg.exists( 1 ) ) then - OeffnenDlg.Cancel - else - warnlog( "Dialog is not available" ) - endif - - Wait 500 - Kontext - printlog "- Tabpage Columns" - Active.Setpage TabSpalten - Kontext "TabSpalten" - Call DialogTest (TabSpalten) - - Kontext - printlog "- Tabpage Background" - Active.Setpage TabHintergrund - Kontext "TabHintergrund" - Call DialogTest (TabHintergrund) - - if gApplication <> "HTML" then - printlog "Tabpage Indents" - Kontext - Active.Setpage TabSectionIndent - Kontext "TabSectionIndent" - Call DialogTest (TabSectionIndent) - - printlog "- Tabpage Footnotes/Endnotes" - Kontext - Active.Setpage TabFussEndnoten - Kontext "TabFussEndnoten" - Call DialogTest (TabFussEndnoten) - TabFussEndnoten.Cancel - else - TabHintergrund.Cancel - end if - printlog " Close active document" - Call hCloseDocument - gApplication = "WRITER" -endcase - -'----------------------------------------------------------- - -testcase tHtmlDocInsertFrame - PrintLog "- Insert / Frame" - - gApplication = "HTML" - printlog " Open new document" - Call hNewDocument - - printlog " Insert / Frame" - InsertFrame - WaitSlot (2000) - - printlog " Step through all tabpages" - Kontext - active.SetPage TabType - Kontext "TabType" - Call DialogTest (TabType) - Sleep 1 - - Kontext - active.SetPage TabZusaetze - Kontext "TabZusaetze" - Call DialogTest (TabZusaetze) - Sleep 1 - - Kontext - active.SetPage TabUmlauf - Kontext "TabUmlauf" - Call DialogTest (TabUmlauf) - Sleep 1 - - Kontext - active.SetPage TabUmrandung - Kontext "TabUmrandung" - Call DialogTest (TabUmrandung) - Sleep 1 - - Kontext - active.SetPage TabHintergrund - Kontext "TabHintergrund" - Call DialogTest (TabHintergrund, 1) - Sleep 1 - try - Als.Select (2) - Call DialogTest (TabHintergrund, 2) - Sleep 1 - catch - Warnlog "Maybe missing combobox! (#i29517)" - endcatch - - if gApplication <> "HTML" then - Kontext - active.SetPage TabHyperlinkRahmen - Kontext "TabHyperlinkRahmen" - Call DialogTest (TabHyperlinkRahmen) - Durchsuchen.Click - - if gUSeSysDlg = False then - Kontext "OeffnenDlg" - OeffnenDlg.Cancel - end if - - Kontext - active.SetPage TabSpalten - Kontext "TabSpalten" - Call DialogTest (TabSpalten) - printlog " Close dialog" - TabSpalten.Cancel - else - printlog " Close dialog" - TabHintergrund.Cancel - end if - - printlog " Close active document" - Call hCloseDocument - gApplication = "WRITER" -endcase - -'----------------------------------------------------------- - -testcase tHtmlDocInsertGraphicsFromFile - PrintLog "- Insert / Graphics / From File" - Dim j as integer - - gApplication = "HTML" - printlog " Open new document" - Call hNewDocument - - printlog " Insert / Graphics from file" - InsertGraphicsFromFile - - Kontext "GrafikEinfuegenDlg" - printlog " Select as graphic to insert: '...\writer\required\input\graphics\jolink.jpg" - Dateiname.Settext ConvertPath ( gTesttoolPath + "writer\required\input\graphics\jolink.jpg" ) - Oeffnen.Click - - Kontext "Active" - if Active.Exists( 1 ) then - Warnlog Active.Gettext - Active.Ok - Kontext "GrafikEinfuegenDlg" - GrafikEinfuegenDlg.Cancel - Call hCloseDocument - goto endsub - else - printlog " select again 'Insert / Grahics from file'" - InsertGraphicsFromFile - WaitSlot (2000) - printlog " Step through all tabpages" - Kontext - active.SetPage TabType - wait 500 - Kontext "TabType" - Call DialogTest ( TabType ) - - Kontext - active.SetPage TabZusaetze - wait 500 - Kontext "TabZusaetze" - Call DialogTest ( TabZusaetze ) - - Kontext - active.SetPage TabUmlauf - wait 500 - Kontext "TabUmlauf" - Call DialogTest ( TabUmlauf ) - - Kontext - active.SetPage TabHyperlinkRahmen - wait 500 - Kontext "TabHyperlinkRahmen" - Call DialogTest ( TabHyperlinkRahmen ) - - Kontext - active.SetPage TabGrafik - wait 500 - Kontext "TabGrafik" - Call DialogTest ( TabGrafik ) - - Kontext - active.SetPage TabUmrandung - wait 500 - Kontext "TabUmrandung" - Call DialogTest ( TabUmrandung ) - - Kontext - active.SetPage TabMakro - ' if no JRE is installed a messagebox appears - j = 0 - Do - j = j + 1 - Kontext "Active" - if Active.Exists then - if Active.GetRT = 304 then - if j = 1 then Warnlog Active.Gettext - Active.Ok - else - exit do - end if - else - exit do - end if - Loop - wait 500 - Kontext "TabMakro" - Call DialogTest ( TabMakro ) - - if gApplication <> "HTML" then - Kontext - active.SetPage TabZuschneiden - wait 500 - Kontext "TabZuschneiden" - Call DialogTest ( TabZuschneiden ) - - Kontext - active.SetPage TabHintergrund - wait 500 - Kontext "TabHintergrund" - Call DialogTest ( TabHintergrund ) - printlog " Close dialog" - TabHintergrund.Cancel - else - printlog " Close dialog" - TabMakro.Cancel - end if - end if - - printlog " Close active document" - Call hCloseDocument - gApplication = "WRITER" -endcase - -'----------------------------------------------------------- diff --git a/testautomation/writer/required/includes/w_004b_.inc b/testautomation/writer/required/includes/w_004b_.inc new file mode 100644 index 000000000000..70f585090b41 --- /dev/null +++ b/testautomation/writer/required/includes/w_004b_.inc @@ -0,0 +1,939 @@ +'encoding UTF-8 Do not remove or change this line! +'************************************************************************** +' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +' +' Copyright 2000, 2010 Oracle and/or its affiliates. +' +' OpenOffice.org - a multi-platform office productivity suite +' +' This file is part of OpenOffice.org. +' +' OpenOffice.org is free software: you can redistribute it and/or modify +' it under the terms of the GNU Lesser General Public License version 3 +' only, as published by the Free Software Foundation. +' +' OpenOffice.org is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU Lesser General Public License version 3 for more details +' (a copy is included in the LICENSE file that accompanied this code). +' +' You should have received a copy of the GNU Lesser General Public License +' version 3 along with OpenOffice.org. If not, see +' +' for a copy of the LGPLv3 License. +' +'/************************************************************************ +'* +'* owner : Helge.Delfs@Sun.Com +'* +'* short description : Testcases with connection to the Insert-menu part II. +'* +'\*********************************************************************** + +testcase tInsertHorizontalLine + PrintLog "- Insert / Horizontal Line" + + printlog " Open new document" + Call hNewDocument + + printlog " Insert / Horizontal Line" + InsertHorizontalLine + Kontext "HorizontaleLinieEinfuegen" + Call DialogTest (HorizontaleLinieEinfuegen) + printlog " Close dialog 'Insert Horizontal Ruler'" + HorizontaleLinieEinfuegen.Cancel + + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tInsertGraphicsFromFile + PrintLog "- Insert / Graphics / From File" + Dim j as integer + + printlog " Open new document" + Call hNewDocument + + printlog " Insert / Graphics from file" + InsertGraphicsFromFile + + Kontext "GrafikEinfuegenDlg" + printlog " Select as graphic to insert: '...\writer\required\input\graphics\jolink.jpg" + Dateiname.Settext ConvertPath ( gTesttoolPath + "writer\required\input\graphics\jolink.jpg" ) + Oeffnen.Click + + Kontext "Active" + if Active.Exists( 1 ) then + Warnlog Active.Gettext + Active.Ok + Kontext "GrafikEinfuegenDlg" + GrafikEinfuegenDlg.Cancel + Call hCloseDocument + goto endsub + else + printlog " select again 'Insert / Grahics from file'" + InsertGraphicsFromFile + WaitSlot (2000) + printlog " Step through all tabpages" + Kontext + active.SetPage TabType + wait 500 + Kontext "TabType" + Call DialogTest ( TabType ) + + Kontext + active.SetPage TabZusaetze + wait 500 + Kontext "TabZusaetze" + Call DialogTest ( TabZusaetze ) + + Kontext + active.SetPage TabUmlauf + wait 500 + Kontext "TabUmlauf" + Call DialogTest ( TabUmlauf ) + + Kontext + active.SetPage TabHyperlinkRahmen + wait 500 + Kontext "TabHyperlinkRahmen" + Call DialogTest ( TabHyperlinkRahmen ) + + Kontext + active.SetPage TabGrafik + wait 500 + Kontext "TabGrafik" + Call DialogTest ( TabGrafik ) + + Kontext + active.SetPage TabUmrandung + wait 500 + Kontext "TabUmrandung" + Call DialogTest ( TabUmrandung ) + + Kontext + active.SetPage TabMakro + ' if no JRE is installed a messagebox appears + j = 0 + Do + j = j + 1 + Kontext "Active" + if Active.Exists() then + if Active.GetRT = 304 then + if j = 1 then Warnlog Active.Gettext + Active.Ok + else + exit do + end if + else + exit do + end if + Loop + wait 500 + Kontext "TabMakro" + Call DialogTest ( TabMakro ) + + if gApplication <> "HTML" then + Kontext + active.SetPage TabZuschneiden + wait 500 + Kontext "TabZuschneiden" + Call DialogTest ( TabZuschneiden ) + + Kontext + active.SetPage TabHintergrund + wait 500 + Kontext "TabHintergrund" + Call DialogTest ( TabHintergrund ) + printlog " Close dialog" + TabHintergrund.Cancel + else + printlog " Close dialog" + TabMakro.Cancel + end if + end if + + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tInsertAllGraphicsFromFile + + printlog( "Load files of all known graphics formats" ) + + dim iCurrentFile as integer + dim GraphicFile as String + dim Filtername as String + + printlog( "Insert a sample of commonly used file formats into a writer document (not linked)" ) + + gApplication = "WRITER" + Call hNewDocument + + for iCurrentFile = 1 to 25 + + ' MODIFY and ENABLE this SAMPLE snippet to exclude one fileformat from testing + ' if ( iCurrentFile = 7 ) AND (gtPlatform="x86") then + ' qaErrorLog("## crash on on loading ") + ' goto skipformat + ' endif + ' Note: Can be locale dependent! + if (iCurrentFile = 4) AND (gPlatform="osx") then + qaerrorlog("#i100253# crash on MacOS X on loading ball.eps") + goto skipformat + endif + + Kontext "GrafikEinfuegenDlg" + if ( not GrafikEinfuegenDlg.exists() ) then + InsertGraphicsFromFile + Kontext "GrafikEinfuegenDlg" + endif + + if ( GrafikEinfuegenDlg.Exists( 2 ) ) then + ' the list of files expected to be found in the samples directory + select case iCurrentFile + case 1 : GraphicFile = "desp.bmp" + case 2 : GraphicFile = "columbia.dxf" + case 3 : GraphicFile = "extrud.emf" + case 4 : GraphicFile = "ball.eps" + case 5 : GraphicFile = "airshw.met" + case 6 : GraphicFile = "eface.gif" + case 7 : GraphicFile = "purzel.gif" ' Animated Gif + case 8 : GraphicFile = "borabora.jpg" + case 9 : GraphicFile = "grafix1.pbm" + case 10 : GraphicFile = "circle.pcx" + case 11 : GraphicFile = "papagei1.pcd" + case 12 : GraphicFile = "newtonme.pct" + case 13 : GraphicFile = "grafix2.pgm" + case 14 : GraphicFile = "obst.png" + case 15 : GraphicFile = "london.ppm" + case 16 : GraphicFile = "tiger.psd" + case 17 : GraphicFile = "grafix3.ras" + case 18 : GraphicFile = "mickym.sgf" + case 19 : GraphicFile = "faxpfeil.sgv" + case 20 : GraphicFile = "picture.svm" + case 21 : GraphicFile = "pilz.tga" + case 22 : GraphicFile = "stabler.tif" + case 23 : GraphicFile = "krokodil.wmf" + case 24 : GraphicFile = "grafix4.xbm" + case 25 : GraphicFile = "papagei2.xpm" + end select + + GraphicFile = ConvertPath (gTesttoolPath & "global\input\graf_inp\" & GraphicFile) + printlog( "Current file " + iCurrentFile + ": " & GraphicFile ) + printlog( " * Set filter to " ) + DateiName.SetText( GraphicFile ) + DateiTyp.Select( 1 ) + WaitSlot() + + printlog( " * Uncheck Preview- and Link-checkbox, load the file" ) + Vorschau.unCheck + Verknuepfen.unCheck() + Oeffnen.click() + WaitSlot( 2000 ) + + Kontext "Active" + if ( Active.Exists() ) then + Warnlog( "Unexpected messagebox: " & Active.GetText() ) + Warnlog( "Affected file: " & GraphicFile ) + Active.OK + else + try + EditCopy + WaitSlot( 2000 ) + EditDeleteContents + WaitSlot( 2000 ) + catch + Warnlog( "Graphic file not selected/Copy or Delete is disabled: " & GraphicFile ) + gMouseClick (90, 90) + endcatch + endif + else + warnlog( "Insert Graphics Dialog is not open, aborting" ) + goto endsub + endif + + skipformat: + next iCurrentFile + + printlog( "" ) + printlog( "Test the PCD-Filters directly (3 samples)" ) + + for iCurrentFile = 1 to 3 + + printlog( "" ) + + Kontext "GrafikEinfuegenDlg" + if ( not GrafikEinfuegenDlg.exists() ) then + InsertGraphicsFromFile + Kontext "GrafikEinfuegenDlg" + endif + + if ( GrafikEinfuegenDlg.exists( 2 ) ) then + + select case iCurrentFile + case 1 : Filtername = "PCD - Kodak Photo CD (768x512) (*.pcd)" + case 2 : Filtername = "PCD - Kodak Photo CD (384x256) (*.pcd)" + case 3 : Filtername = "PCD - Kodak Photo CD (192x128) (*.pcd)" + end select + + GraphicFile = ConvertPath( gTesttoolPath & "global\input\graf_inp\papagei1.pcd" ) + + printlog( "Current filter: " & Filtername ) + printlog( "Current file..: " & GraphicFile ) + DateiName.SetText ( GraphicFile ) + DateiTyp.Select( Filtername ) + + printlog( " * Uncheck Preview- and Link-checkbox, load the file" ) + Vorschau.Uncheck() + Verknuepfen.unCheck() + Oeffnen.click() + WaitSlot( 2000 ) + + Kontext "Active" + if ( Active.Exists() )then + Warnlog( "Unexpected messagebox: " & Active.GetText() ) + Warnlog( "Affected file..: " & GraphicFile ) + Warnlog( "Affected filter: " & Filtername ) + Active.OK() + else + try + EditCopy + WaitSlot( 2000 ) + EditDeleteContents + WaitSlot( 2000 ) + catch + Warnlog( "Problems with filtertype : " & Filtername ) + gMouseClick (90, 90) + endcatch + endif + else + warnlog( "Insert Graphics Dialog is not open. Aborting" ) + goto endsub + endif + + next iCurrentFile + + Kontext "GrafikEinfuegenDlg" + if GrafikEinfuegenDlg.Exists then + GrafikEinfuegenDlg.Cancel + endif + + Call hCloseDocument + +endcase + +'----------------------------------------------------------- + +testcase tInsertObjectOLEObject + PrintLog "- Insert / Object / OLE-Objekt" + + printlog " Open new document" + Call hNewDocument + + printlog " Insert / Object / OLE-Object" + InsertObjectOLEObject + + Kontext "OLEObjektEinfuegen" + printlog " Check both radiobuttons 'Create now' and 'Create from file'" + NeuErstellen.Check + Call DialogTest (OLEObjektEinfuegen, 1) + AusDateiErstellen.Check + Call DialogTest (OLEObjektEinfuegen, 2) + OLEObjektEinfuegen.Cancel + + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tInsertObjectPlugIn + PrintLog "- Insert / Object / Plug-In" + + printlog " Open new document" + Call hNewDocument + + printlog " Close 'Plug in' dialog" + InsertObjectPlugIn + + Kontext "PlugInEinfuegen" + if PlugInEinfuegen.Exists then + Call DialogTest (PlugInEinfuegen) + PlugInEinfuegen.Cancel + else + Warnlog "Dialog 'Plugin' is not up!" + end if + + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tInsertObjectSound + Printlog "- Insert / Object / Sound" + printlog " Open new document" + Call hNewDocument + + try + if gUseSysDlg = False then + InsertObjectSound + printlog " Insert / Object / Sound" + Kontext "OeffnenDlg" + if OeffnenDlg.Exists then + OeffnenDlg.Cancel + else + Warnlog "Dialog to insert Sound isn't up!" + end if + end if + catch + 'Warnlog "- Menu disabled or no Sound-PlugIn installed !?" + endcatch + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tInsertObjectVideo + Printlog "- Insert / Object / Video" + + printlog " Open new document" + Call hNewDocument + + try + if gUseSysDlg = False then + InsertObjectVideo + printlog " Insert / Object / Video" + Kontext "OeffnenDlg" + if OeffnenDlg.Exists then + OeffnenDlg.Cancel + else + Warnlog "Dialog to insert Video isn't up!" + end if + end if + catch + 'Warnlog "- Menu disabled or no Video-PlugIn installed !?" + endcatch + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tInsertObjectFormula + PrintLog "- Insert / Object / Formula" + + printlog " Open new document" + Call hNewDocument + + printlog " Insert / Object / Formular" + InsertObjectFormula + WaitSlot (2000) + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + Warnlog Active.Gettext + Active.Ok + end if + end if + Sleep 1 + + printlog " Click in 'Math' document" + Call gMouseClick(1,1) + sleep 1 + printlog " 'Delete math-object in document" + Call wTypeKeys("") + + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tInsertObjectChart + PrintLog "- Insert / Object / Chart" + + printlog " Open new document" + Call hNewDocument + ' Chart-Wizard will be invoked if data ranges exist + ' Therefor a table will be inserted + printlog " Insert / Table" + InsertTableWriter + Kontext "TabelleEinfuegenWriter" + TabelleEinfuegenWriter.Ok + + printlog " Insert / Object / Chart" + InsertObjectChart + + Kontext "ChartWizard" + if ChartWizard.Exists then + printlog "- Chart-Wizard is up=>OK" + Call DialogTest ( ChartWizard ) + printlog " Cancel Chart-Wizard" + ChartWizard.Cancel + else + warnlog "Chart-Wizard is not up though a table has been inserted" + end if + + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tInsertFile + PrintLog "- Insert / File" + + printlog " Open new document" + Call hNewDocument + InsertFileWriter + WaitSlot( 2000 ) + + printlog " Insert / File" + Kontext "OeffnenDlg" + + printlog " Check 'File dialog'" + if OeffnenDlg.Exists( 2 ) then + Call DialogTest ( OeffnenDlg ) + try + Standard.Click + catch + Exceptlog + endcatch + + Kontext "Active" + if Active.Exists then + Warnlog Active.Gettext + Active.Ok + else + Kontext "OeffnenDlg" + OeffnenDlg.Cancel + end if + end if + + printlog " Close active document" + Call hCloseDocument +endcase + +'----------------------------------------------------------- + +testcase tHtmlDocInsertFields + PrintLog "- Insert / Fields" + + gApplication = "HTML" + printlog " Open new document" + Call hNewDocument + + try + printlog "Insert / Fields / Date" + InsertFieldsDate + catch + Warnlog "Unable to execute: Insert / Fields / Date " + endcatch + printlog " Insert / Fields / Date" + Call wTypeKeys (" ") + try + printlog "Insert / Fields / Time" + InsertFieldsTime + catch + Warnlog "Unable to execute: Insert / Fields / Time" + endcatch + printlog " Insert / Fields / Time" + Call wTypeKeys (" ") + try + printlog "Insert / Fields / Page Number" + InsertFieldsPageNumbers + catch + Warnlog "Unable to execute: Insert / Fields / Page numbers" + endcatch + printlog " Insert / Fields / Page numbers" + Call wTypeKeys (" ") + try + printlog "Insert / Fields / Page Count" + InsertFieldsPageCount + catch + Warnlog "Unable to execute: Insert / Fields / Page Count" + endcatch + printlog " Insert / Fields / Page count" + Call wTypeKeys (" ") + try + printlog "Insert / Fields / Title" + InsertFieldsTitle + catch + Warnlog "Unable to execute: Insert / Fields / Title" + endcatch + printlog " Insert / Fields / Title" + Call wTypeKeys (" ") + try + printlog "Insert / Fields / Author" + InsertFieldsAuthor + catch + Warnlog "Unable to execute: Insert / Fields / Author" + endcatch + printlog " Insert / Fields / Author" + if gApplication <> "HTML" then + try + printlog "Insert / Fields / Subject" + InsertFieldsSubject + catch + Warnlog "Unable to execute: Insert / Fields / Subject" + endcatch + printlog " If document not HTML then 'Insert / Fields / Subject" + Call wTypeKeys (" ") + printlog " Press key 'enter'" + end if + + printlog " Close active document" + Call hCloseDocument + gApplication = "WRITER" +endcase + +'----------------------------------------------------------- + +testcase tHtmlDocInsertFieldsOther + Dim i as integer + Dim j as integer + printlog "- Insert / Fields / Other" + + gApplication = "HTML" + printlog " Open new document" + Call hNewDocument + + printlog " Insert / Fields / Other" + InsertFieldsOther + + Kontext + printlog " In dialog step through all tabpages" + Active.SetPage TabDokumentFeldbefehle + Kontext "TabDokumentFeldbefehle" + Call Dialogtest ( TabDokumentFeldbefehle ) + + Kontext + Active.SetPage TabDokumentinfoFeldbefehle + Kontext "TabDokumentinfoFeldbefehle" + Call Dialogtest ( TabDokumentinfoFeldbefehle ) + + Kontext + Active.SetPage TabVariablen + Kontext "TabVariablen" + Call Dialogtest ( TabVariablen ) + + if gApplication <> "HTML" then + Kontext + Active.SetPage TabReferenzen + Kontext "TabReferenzen" + Call Dialogtest ( TabReferenzen ) + + Kontext + Active.SetPage TabFunktionen + Kontext "TabFunktionen" + Call Dialogtest ( TabFunktionen ) + for i=1 to Feldtyp.GetItemCount + Feldtyp.Select i + if MakroButton.IsEnabled then + MakroButton.Click + ' if no JRE is installed a messagebox appears + Do + j = j + 1 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + if j = 1 then Warnlog Active.Gettext + Active.Ok + else + exit do + end if + else + exit do + end if + Loop + + Kontext "ScriptSelector" + if ( ScriptSelector.exists( 3 ) ) then + ScriptSelector.Close + else + warnlog( "Dialog is not available" ) + endif + Kontext "TabFunktionen" + i=100 + end if + next i + + Kontext + Active.SetPage TabDatenbank + Kontext "TabDatenbank" + Call Dialogtest ( TabDatenbank ) + + printlog " Close dialog" + TabDatenbank.Close + else + printlog " Close dialog" + TabVariablen.Close + end if + printlog " Close active document" + Call hCloseDocument + gApplication = "WRITER" +endcase + +'----------------------------------------------------------- + +testcase tHtmlDocInsertSection + PrintLog "- Insert / Section" + + gApplication = "HTML" + printlog " Open new document" + Call hNewDocument + + printlog " Insert / Section" + InsertSection + Kontext + + printlog " In dialog step through all tabpages" + printlog "- Tabpage Section" + Active.Setpage TabBereiche + Kontext "TabBereiche" + Call DialogTest (TabBereiche) + Verknuepfung.Check + + Auswaehlen.Click + Kontext "OeffnenDlg" + if ( OeffnenDlg.exists( 1 ) ) then + OeffnenDlg.Cancel + else + warnlog( "Dialog is not available" ) + endif + + Wait 500 + Kontext + printlog "- Tabpage Columns" + Active.Setpage TabSpalten + Kontext "TabSpalten" + Call DialogTest (TabSpalten) + + Kontext + printlog "- Tabpage Background" + Active.Setpage TabHintergrund + Kontext "TabHintergrund" + Call DialogTest (TabHintergrund) + + if gApplication <> "HTML" then + printlog "Tabpage Indents" + Kontext + Active.Setpage TabSectionIndent + Kontext "TabSectionIndent" + Call DialogTest (TabSectionIndent) + + printlog "- Tabpage Footnotes/Endnotes" + Kontext + Active.Setpage TabFussEndnoten + Kontext "TabFussEndnoten" + Call DialogTest (TabFussEndnoten) + TabFussEndnoten.Cancel + else + TabHintergrund.Cancel + end if + printlog " Close active document" + Call hCloseDocument + gApplication = "WRITER" +endcase + +'----------------------------------------------------------- + +testcase tHtmlDocInsertFrame + PrintLog "- Insert / Frame" + + gApplication = "HTML" + printlog " Open new document" + Call hNewDocument + + printlog " Insert / Frame" + InsertFrame + WaitSlot (2000) + + printlog " Step through all tabpages" + Kontext + active.SetPage TabType + Kontext "TabType" + Call DialogTest (TabType) + Sleep 1 + + Kontext + active.SetPage TabZusaetze + Kontext "TabZusaetze" + Call DialogTest (TabZusaetze) + Sleep 1 + + Kontext + active.SetPage TabUmlauf + Kontext "TabUmlauf" + Call DialogTest (TabUmlauf) + Sleep 1 + + Kontext + active.SetPage TabUmrandung + Kontext "TabUmrandung" + Call DialogTest (TabUmrandung) + Sleep 1 + + Kontext + active.SetPage TabHintergrund + Kontext "TabHintergrund" + Call DialogTest (TabHintergrund, 1) + Sleep 1 + try + Als.Select (2) + Call DialogTest (TabHintergrund, 2) + Sleep 1 + catch + Warnlog "Maybe missing combobox! (#i29517)" + endcatch + + if gApplication <> "HTML" then + Kontext + active.SetPage TabHyperlinkRahmen + Kontext "TabHyperlinkRahmen" + Call DialogTest (TabHyperlinkRahmen) + Durchsuchen.Click + + if gUSeSysDlg = False then + Kontext "OeffnenDlg" + OeffnenDlg.Cancel + end if + + Kontext + active.SetPage TabSpalten + Kontext "TabSpalten" + Call DialogTest (TabSpalten) + printlog " Close dialog" + TabSpalten.Cancel + else + printlog " Close dialog" + TabHintergrund.Cancel + end if + + printlog " Close active document" + Call hCloseDocument + gApplication = "WRITER" +endcase + +'----------------------------------------------------------- + +testcase tHtmlDocInsertGraphicsFromFile + PrintLog "- Insert / Graphics / From File" + Dim j as integer + + gApplication = "HTML" + printlog " Open new document" + Call hNewDocument + + printlog " Insert / Graphics from file" + InsertGraphicsFromFile + + Kontext "GrafikEinfuegenDlg" + printlog " Select as graphic to insert: '...\writer\required\input\graphics\jolink.jpg" + Dateiname.Settext ConvertPath ( gTesttoolPath + "writer\required\input\graphics\jolink.jpg" ) + Oeffnen.Click + + Kontext "Active" + if Active.Exists( 1 ) then + Warnlog Active.Gettext + Active.Ok + Kontext "GrafikEinfuegenDlg" + GrafikEinfuegenDlg.Cancel + Call hCloseDocument + goto endsub + else + printlog " select again 'Insert / Grahics from file'" + InsertGraphicsFromFile + WaitSlot (2000) + printlog " Step through all tabpages" + Kontext + active.SetPage TabType + wait 500 + Kontext "TabType" + Call DialogTest ( TabType ) + + Kontext + active.SetPage TabZusaetze + wait 500 + Kontext "TabZusaetze" + Call DialogTest ( TabZusaetze ) + + Kontext + active.SetPage TabUmlauf + wait 500 + Kontext "TabUmlauf" + Call DialogTest ( TabUmlauf ) + + Kontext + active.SetPage TabHyperlinkRahmen + wait 500 + Kontext "TabHyperlinkRahmen" + Call DialogTest ( TabHyperlinkRahmen ) + + Kontext + active.SetPage TabGrafik + wait 500 + Kontext "TabGrafik" + Call DialogTest ( TabGrafik ) + + Kontext + active.SetPage TabUmrandung + wait 500 + Kontext "TabUmrandung" + Call DialogTest ( TabUmrandung ) + + Kontext + active.SetPage TabMakro + ' if no JRE is installed a messagebox appears + j = 0 + Do + j = j + 1 + Kontext "Active" + if Active.Exists then + if Active.GetRT = 304 then + if j = 1 then Warnlog Active.Gettext + Active.Ok + else + exit do + end if + else + exit do + end if + Loop + wait 500 + Kontext "TabMakro" + Call DialogTest ( TabMakro ) + + if gApplication <> "HTML" then + Kontext + active.SetPage TabZuschneiden + wait 500 + Kontext "TabZuschneiden" + Call DialogTest ( TabZuschneiden ) + + Kontext + active.SetPage TabHintergrund + wait 500 + Kontext "TabHintergrund" + Call DialogTest ( TabHintergrund ) + printlog " Close dialog" + TabHintergrund.Cancel + else + printlog " Close dialog" + TabMakro.Cancel + end if + end if + + printlog " Close active document" + Call hCloseDocument + gApplication = "WRITER" +endcase + -- cgit From 1e190223235b379c12da8a0232089940800b521b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 08:41:35 +0200 Subject: vitomation01: #i109696 - Needed to split w_004.inc into two parts, 64k limit strikes --- testautomation/writer/required/w_updt.bas | 1 + 1 file changed, 1 insertion(+) (limited to 'testautomation') diff --git a/testautomation/writer/required/w_updt.bas b/testautomation/writer/required/w_updt.bas index 498826f83e8d..a1968b8bf650 100755 --- a/testautomation/writer/required/w_updt.bas +++ b/testautomation/writer/required/w_updt.bas @@ -42,6 +42,7 @@ sub main use "writer\required\includes\w_002_.inc" use "writer\required\includes\w_003_.inc" use "writer\required\includes\w_004_.inc" + use "writer\required\includes\w_004b_.inc" use "writer\required\includes\w_005_.inc" use "writer\required\includes\w_005b_.inc" use "writer\required\includes\w_006_.inc" -- cgit From 9efc9876deac26adafac58813e4aea7fe8cb5daa Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 08:51:21 +0200 Subject: vitomation01: #i109696 - Needed to split w_004.inc into two parts, 64k limit strikes --- testautomation/writer/required/includes/w_004_.inc | 61 +++++++--------------- .../writer/required/includes/w_004b_.inc | 26 +++++++++ testautomation/writer/required/w_updt.bas | 1 + 3 files changed, 45 insertions(+), 43 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_004_.inc b/testautomation/writer/required/includes/w_004_.inc index 0af0e9cfde1a..cff995f4e50e 100755 --- a/testautomation/writer/required/includes/w_004_.inc +++ b/testautomation/writer/required/includes/w_004_.inc @@ -36,49 +36,24 @@ sub w_004_ printLog Chr(13) + "--------- Insert Menu ( w_004_ ) ----------" gApplication = "WRITER" - Call tInsertManualBreak - Call tInsertFields - - Call tInsertFieldsOther - Call tInsertSpecialCharacter - - Call tInsertSection - Call tInsertHyperlink - - Call tInsertFootnote - Call tInsertCaption - Call tInsertBookmark - Call tInsertCrossReference - Call tInsertComment - Call tInsertScript - Call tInsertIndexesEntry - Call tInsertIndexesIndex - Call tInsertIndexesBibliographyEntry - - Call tInsertEnvelope - - Call tInsertFrame - Call tInsertTable - Call tInsertHorizontalLine - Call tInsertGraphicsFromFile - Call tInsertAllGraphicsFromFile - - Call tInsertObjectOLEObject - Call tInsertObjectPlugIn - Call tInsertObjectSound - Call tInsertObjectVideo - Call tInsertObjectFormula - Call tInsertObjectChart - Call tInsertFile - - 'Writer Web - gApplication = "HTML" - Call tHtmlDocInsertFields - Call tHtmlDocInsertFieldsOther - Call tHtmlDocInsertSection - Call tHtmlDocInsertFrame - Call tHtmlDocInsertGraphicsFromFile - gApplication = "WRITER" + call tInsertManualBreak + call tInsertFields + call tInsertFieldsOther + call tInsertSpecialCharacter + call tInsertSection + call tInsertHyperlink + call tInsertFootnote + call tInsertCaption + call tInsertBookmark + call tInsertComment + call tInsertCrossReference + call tInsertScript + call tInsertIndexesEntry + call tInsertIndexesIndex + call tInsertIndexesBibliographyEntry + call tInsertEnvelope + call tInsertFrame + call tInsertTable end sub diff --git a/testautomation/writer/required/includes/w_004b_.inc b/testautomation/writer/required/includes/w_004b_.inc index 70f585090b41..3769ee9ee1ae 100644 --- a/testautomation/writer/required/includes/w_004b_.inc +++ b/testautomation/writer/required/includes/w_004b_.inc @@ -31,6 +31,32 @@ '* '\*********************************************************************** +sub w_004b_ + + printLog Chr(13) + "--------- Insert Menu ( w_004_ ) ----------" + + gApplication = "WRITER" + call tInsertHorizontalLine + call tInsertGraphicsFromFile + call tInsertAllGraphicsFromFile + call tInsertObjectOLEObject + call tInsertObjectPlugIn + call tInsertObjectSound + call tInsertObjectVideo + call tInsertObjectFormula + call tInsertObjectChart + call tInsertFile + + gApplication = "HTML" + call tHtmlDocInsertFields + call tHtmlDocInsertFieldsOther + call tHtmlDocInsertSection + call tHtmlDocInsertFrame + call tHtmlDocInsertGraphicsFromFile + gApplication = "WRITER" + +end sub + testcase tInsertHorizontalLine PrintLog "- Insert / Horizontal Line" diff --git a/testautomation/writer/required/w_updt.bas b/testautomation/writer/required/w_updt.bas index a1968b8bf650..62c77beea473 100755 --- a/testautomation/writer/required/w_updt.bas +++ b/testautomation/writer/required/w_updt.bas @@ -65,6 +65,7 @@ sub main Call w_002_ ' Menu Edit Call w_003_ ' Menu View Call w_004_ ' Menu Insert + Call w_004b_ ' Menu Insert Call w_005_ ' Menu Format Call w_005b_ ' Menu Format (2) Call w_006_ ' Menu Table -- cgit From cbcbf81ee5fbbbbca91cafee00569dba7c548bde Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 14:56:04 +0200 Subject: vitomation01: #i109696 - Fix timing issue in m_020_.inc --- testautomation/math/required/includes/m_020_.inc | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'testautomation') diff --git a/testautomation/math/required/includes/m_020_.inc b/testautomation/math/required/includes/m_020_.inc index 31d9fed08c2e..b1e423d62f2e 100755 --- a/testautomation/math/required/includes/m_020_.inc +++ b/testautomation/math/required/includes/m_020_.inc @@ -40,33 +40,33 @@ testcase tMainToolbar '/// open application ///' Call hNewDocument '/// type something into document ///' - SchreibenInMathdok "a over b" + SchreibenInMathdok( "a over b" ) kontext "Toolbar" '/// click buttons on Main Toolbar ///' '/// click 'Zoom in' ///' - Vergroessern.Click + hClickButton( Vergroessern ) '/// click 'Zoom out' ///' - Verkleinern.Click + hClickButton( Verkleinern ) '/// click 'Zoom 100%' ///' - ZoomHundertProzent.Click + hClickButton( ZoomHundertProzent ) '/// click 'Zoom inEntire Formula' ///' - GanzeFormel.Click + hClickButton( GanzeFormel ) '/// click 'Refresh' ///' - FormelAktualisieren.Click + hClickButton( FormelAktualisieren ) '/// click 'Formula Cursor' ///' - FormulaCursor.Click + hClickButton( FormulaCursor ) '/// click 'Symbols' ///' - FormelSymbole.Click + hClickButton( FormelSymbole ) kontext "SymboleMath" - if (SymboleMath.exists <> TRUE) then - warnlog "Symbols Dialog didn't came up :-(" - else + if ( SymboleMath.exists( 1 ) ) then '/// close dialog 'Symbols' ///' - SymboleMath.close + hCloseDialog( SymboleMath, "close" ) + else + warnlog( "Dialog did not open" ) endif kontext "Toolbar" '/// click 'Formula Cursor' ///' - FormulaCursor.Click + hClickButton( FormulaCursor ) '/// close application ///' Call hCloseDocument endcase -- cgit From 7b2c82f82d01a4301733b26d71e0de648a1cf7fb Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 15:09:24 +0200 Subject: vitomation01: #i109696 - Fix missing subs in d_updt.bas --- testautomation/graphics/required/d_updt.bas | 6 +++--- testautomation/graphics/required/includes/draw/d_002_.inc | 8 ++++++++ testautomation/graphics/required/includes/draw/d_003_.inc | 9 +++++++++ testautomation/graphics/required/includes/draw/d_005_.inc | 8 ++++++++ testautomation/graphics/required/includes/draw/d_007.inc | 8 ++++++++ 5 files changed, 36 insertions(+), 3 deletions(-) mode change 100644 => 100755 testautomation/graphics/required/includes/draw/d_002_.inc mode change 100644 => 100755 testautomation/graphics/required/includes/draw/d_003_.inc mode change 100644 => 100755 testautomation/graphics/required/includes/draw/d_005_.inc mode change 100644 => 100755 testautomation/graphics/required/includes/draw/d_007.inc (limited to 'testautomation') diff --git a/testautomation/graphics/required/d_updt.bas b/testautomation/graphics/required/d_updt.bas index 9d56a2c87fed..b18028629a7f 100755 --- a/testautomation/graphics/required/d_updt.bas +++ b/testautomation/graphics/required/d_updt.bas @@ -55,13 +55,13 @@ sub main use "graphics\required\includes\draw\d_005_.inc" use "graphics\required\includes\draw\d_007.inc" - Call D_003_ + Call d_003 call id_002 call id_011 - Call D_002_ + Call d_002 call id_003 call id_004 - Call D_005_ + Call d_005 call id_005 call id_006 call d_007 diff --git a/testautomation/graphics/required/includes/draw/d_002_.inc b/testautomation/graphics/required/includes/draw/d_002_.inc old mode 100644 new mode 100755 index d3d0ee81a9c3..cf37b87ffee4 --- a/testautomation/graphics/required/includes/draw/d_002_.inc +++ b/testautomation/graphics/required/includes/draw/d_002_.inc @@ -31,6 +31,14 @@ '* '\***************************************************************** +sub d_002 + + call tdEditCrossFading() + call tdEditLayer() + +end sub + +'******************************************************************************* testcase tdEditCrossFading diff --git a/testautomation/graphics/required/includes/draw/d_003_.inc b/testautomation/graphics/required/includes/draw/d_003_.inc old mode 100644 new mode 100755 index 3a7c7da12c38..246e0db05fc9 --- a/testautomation/graphics/required/includes/draw/d_003_.inc +++ b/testautomation/graphics/required/includes/draw/d_003_.inc @@ -31,6 +31,15 @@ '* '\***************************************************************** +sub d_003 + + call tdViewPagePane() + call tdViewSlide() + +end sub + +'******************************************************************************* + testcase tdViewPagePane printlog " open application " diff --git a/testautomation/graphics/required/includes/draw/d_005_.inc b/testautomation/graphics/required/includes/draw/d_005_.inc old mode 100644 new mode 100755 index 046e0bd76a30..998a42cdc093 --- a/testautomation/graphics/required/includes/draw/d_005_.inc +++ b/testautomation/graphics/required/includes/draw/d_005_.inc @@ -31,6 +31,14 @@ '* '\***************************************************************** +sub d_005 + + call tiFormatLayer() + +end sub + +'******************************************************************************* + testcase tiFormatLayer printlog " open application " diff --git a/testautomation/graphics/required/includes/draw/d_007.inc b/testautomation/graphics/required/includes/draw/d_007.inc old mode 100644 new mode 100755 index 6582ff2c34c1..ce36abf03b59 --- a/testautomation/graphics/required/includes/draw/d_007.inc +++ b/testautomation/graphics/required/includes/draw/d_007.inc @@ -31,6 +31,14 @@ '* '\***************************************************************** +sub d_007 + + call tdModifyRotate() + +end sub + +'******************************************************************************* + testcase tdModifyRotate printlog " open application " -- cgit From b10e399049dbc5749c7eb80aed054b659767c398 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 16:12:29 +0200 Subject: vitomation01: #i109696 - Reformatted according to coding guidelines, these tests are extremely hard to read and feature an enormous amount of unnecessary wait cycles. Should fix soon. --- .../required/includes/impress/i_opt_1_.inc | 18 +- .../graphics/required/includes/impress/im_002_.inc | 30 +- .../graphics/required/includes/impress/im_003_.inc | 36 +- .../graphics/required/includes/impress/im_004_.inc | 38 +- .../graphics/required/includes/impress/im_005_.inc | 4 +- .../graphics/required/includes/impress/im_007_.inc | 524 ++++++++++----------- .../graphics/required/includes/impress/im_011_.inc | 36 +- 7 files changed, 343 insertions(+), 343 deletions(-) mode change 100755 => 100644 testautomation/graphics/required/includes/impress/im_003_.inc (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/impress/i_opt_1_.inc b/testautomation/graphics/required/includes/impress/i_opt_1_.inc index f648ee8b5cd5..87332578d666 100644 --- a/testautomation/graphics/required/includes/impress/i_opt_1_.inc +++ b/testautomation/graphics/required/includes/impress/i_opt_1_.inc @@ -40,7 +40,7 @@ testcase tiAlwaysWithCurrentPage() printlog "Open file 'impdraw\required\input\diashow.od?" hFileOpen ConvertPath (gTesttoolPath + "graphics\required\input\diashow.odp") WaitSlot(10000) 'sleep 10 - + printlog "Check if the document is writable" if fIsDocumentWritable = false then printlog "Make the document writable and check if it's succesfull" @@ -49,8 +49,8 @@ testcase tiAlwaysWithCurrentPage() goto endsub endif endif - - printlog "Test with default option." + + printlog "Test with default option." printlog "Checking: 'Always with current page' - default" printlog "Setting Options to start with current page." @@ -69,7 +69,7 @@ testcase tiAlwaysWithCurrentPage() if (i<>1) then warnlog "Presupposition not met. After loading the file not the first slide is up. It is number: " + i endif - + printlog "Press Key [Page Down] two times to get to slide number three. We are on slide one." hTypeKeys ("") printlog "Start the slideshow with 'Slide Show->Slide Show." @@ -82,7 +82,7 @@ testcase tiAlwaysWithCurrentPage() ViewNavigator endif printlog "The slideshow has to start on slide 3." - printlog "running routine for slide 3 and 4." + printlog "running routine for slide 3 and 4." for i = 3 to 4 Kontext "NavigatorDraw" printlog "Checking for navigator.." @@ -97,7 +97,7 @@ testcase tiAlwaysWithCurrentPage() DocumentPresentation.TypeKeys "" WaitSlot (5000) 'sleep (5) next i - + printlog "Trying to end presentation with mouseclick on black endscreen." try DocumentPresentation.mousedown (50,50,1) @@ -105,7 +105,7 @@ testcase tiAlwaysWithCurrentPage() catch warnlog "TimeOut on pressing mouse button." endcatch - + printlog "Trying to recognize if slideshow did not end.." try gMouseClick 50,50 ' this one works to recognice the not ending ! @@ -174,7 +174,7 @@ testcase tiAlwaysWithCurrentPage() printlog "Ending running presentation with ESC." DocumentPresentation.TypeKeys "" endcatch - + Kontext "NavigatorDraw" printlog "Checking if navigator is open." if (not NavigatorDraw.exists(5)) then @@ -183,7 +183,7 @@ testcase tiAlwaysWithCurrentPage() printlog "Checking if we are on slide 3." i = fGetSlideNumber() if (i<>3) then - warnlog "We are on the wrong slide! Should be 3 but it is: " & i + warnlog "We are on the wrong slide! Should be 3 but it is: " & i endif printlog "Close the navigator View->Navigator." diff --git a/testautomation/graphics/required/includes/impress/im_002_.inc b/testautomation/graphics/required/includes/impress/im_002_.inc index f4741210ce12..301b59dd757b 100644 --- a/testautomation/graphics/required/includes/impress/im_002_.inc +++ b/testautomation/graphics/required/includes/impress/im_002_.inc @@ -32,21 +32,21 @@ '\***************************************************************** testcase tiEditDeleteSlide -printlog "open application" - Call hNewDocument -printlog "Insert->Slide; press 'OK' " - InsertSlide - sleep 2 - hTypekeys "" - sleep 2 -printlog "Edit->Delete Slide " - try - EditDeleteSlide - catch - warnlog "Error when deleting slide" - endcatch - Call hCloseDocument -printlog "close application " + printlog "open application" + Call hNewDocument + printlog "Insert->Slide; press 'OK' " + InsertSlide + sleep 2 + hTypekeys "" + sleep 2 + printlog "Edit->Delete Slide " + try + EditDeleteSlide + catch + warnlog "Error when deleting slide" + endcatch + Call hCloseDocument + printlog "close application " endcase diff --git a/testautomation/graphics/required/includes/impress/im_003_.inc b/testautomation/graphics/required/includes/impress/im_003_.inc old mode 100755 new mode 100644 index 02f6dae3b2b1..a2342582407d --- a/testautomation/graphics/required/includes/impress/im_003_.inc +++ b/testautomation/graphics/required/includes/impress/im_003_.inc @@ -110,7 +110,7 @@ testcase tiViewPanes endif catch warnlog "View->Slide Pane couldn't get executed" - endcatch + endcatch printlog "Reactivate all pages in the Task-panel " kontext "Tasks" @@ -120,7 +120,7 @@ testcase tiViewPanes hMenuSelectNr (3) View.OpenMenu hMenuSelectNr (4) - + endcase 'tiViewPanes '--------------------------------------------------------- testcase tiViewMasterView @@ -130,29 +130,29 @@ testcase tiViewMasterView printlog "View->Master View->Drawing View" sleep 1 ViewWorkspaceDrawingView - sleep 5 + sleep 5 printlog "View->Master View->Outline View " ViewWorkspaceOutlineView - sleep 1 + sleep 1 printlog "View->Master View->Slides View " ViewWorkspaceSlidesView - sleep 1 + sleep 1 printlog "View->Master View->Notes View " ViewWorkspaceNotesView - sleep 1 + sleep 1 printlog "View->Master View->Handout View " ViewWorkspaceHandoutView - sleep 1 + sleep 1 printlog "View->Master View->Drawing View " ViewWorkspaceDrawingView printlog "close application " - sleep 1 + sleep 1 Call hCloseDocument - + endcase 'tiViewMasterView '--------------------------------------------------------- testcase tiViewSlideMaster - + printlog "open application with : File->Autopilot->Presentation; OK; OK " FileAutopilotPresentation ' to get a title :-) sleep 2 @@ -177,10 +177,10 @@ testcase tiViewSlideMaster Sleep 1 printlog "View->Master->Title " try - ViewTitle - Errorlog "View - Master - Title Slide Master should NOT be accessable" + ViewTitle + Errorlog "View - Master - Title Slide Master should NOT be accessable" catch - printlog "View - Master - Title Slide Master not accessable - good" + printlog "View - Master - Title Slide Master not accessable - good" endcatch Sleep 1 printlog "View->Slide " @@ -200,18 +200,18 @@ testcase tiViewSlideMaster Sleep 1 printlog "close application " Call hCloseDocument - + endcase 'tiViewSlideMaster '-------------------------------------------------------- testcase tiViewToolbar_1 const DEFAULT_DELAY = 3 - + Dim NumberOfGraphicModes as integer Dim iCurrentGraphicsMode as integer dim TestFile as string - TestFile = ConvertPath (gTesttoolPath + "global\input\graf_inp\desp.bmp") + TestFile = ConvertPath (gTesttoolPath + "global\input\graf_inp\desp.bmp") printlog "open application " Call hNewDocument @@ -252,8 +252,8 @@ testcase tiViewToolbar_1 else warnlog( "Insert Graphics dialog did not open" ) endif - + printlog "close application " Call hCloseDocument - + endcase 'tiViewToolbar_1 diff --git a/testautomation/graphics/required/includes/impress/im_004_.inc b/testautomation/graphics/required/includes/impress/im_004_.inc index f33a75f12a19..c78580af123f 100644 --- a/testautomation/graphics/required/includes/impress/im_004_.inc +++ b/testautomation/graphics/required/includes/impress/im_004_.inc @@ -33,24 +33,24 @@ testcase tiInsertSlideExpandSummary -printlog "open application " - Call hNewDocument -printlog "View->Master View->Outline View " - ViewWorkspaceOutlineView - Sleep 1 - Kontext "DocumentImpressOutlineView" -printlog "Type 2 rows " - DocumentImpressOutlineView.TypeKeys "HerbertRudi" -printlog "View->Master View->Drawing View " - ViewWorkspaceDrawingView - Sleep 1 -printlog "Insert->Summery Slide " - InsertSummerySlide - Sleep 1 -printlog "Insert->Expand Slide " - InsertExpandSlide - Sleep 2 -printlog "close application " - Call hCloseDocument + printlog "open application " + Call hNewDocument + printlog "View->Master View->Outline View " + ViewWorkspaceOutlineView + Sleep 1 + Kontext "DocumentImpressOutlineView" + printlog "Type 2 rows " + DocumentImpressOutlineView.TypeKeys "HerbertRudi" + printlog "View->Master View->Drawing View " + ViewWorkspaceDrawingView + Sleep 1 + printlog "Insert->Summery Slide " + InsertSummerySlide + Sleep 1 + printlog "Insert->Expand Slide " + InsertExpandSlide + Sleep 2 + printlog "close application " + Call hCloseDocument endcase diff --git a/testautomation/graphics/required/includes/impress/im_005_.inc b/testautomation/graphics/required/includes/impress/im_005_.inc index b651dcea9cae..f5533b5c57f6 100644 --- a/testautomation/graphics/required/includes/impress/im_005_.inc +++ b/testautomation/graphics/required/includes/impress/im_005_.inc @@ -37,7 +37,7 @@ testcase tiFormatModifyLayout Call hNewDocument printlog "Impress: Format->Modify Layout " printlog "Draw : kontext menu: Slide-> Modify Slide (always disabled :-( ?" - FormatPage + FormatPage Kontext "SeitenLayout" DialogTest ( SeitenLayout ) sleep 1 @@ -45,5 +45,5 @@ testcase tiFormatModifyLayout SeitenLayout.Cancel printlog "close application " Call hCloseDocument - + endcase 'tiFormatModifyLayout diff --git a/testautomation/graphics/required/includes/impress/im_007_.inc b/testautomation/graphics/required/includes/impress/im_007_.inc index 7248b0a2eca5..28777f0874bd 100644 --- a/testautomation/graphics/required/includes/impress/im_007_.inc +++ b/testautomation/graphics/required/includes/impress/im_007_.inc @@ -65,22 +65,22 @@ testcase tSlideShowSlideShow DocumentImpress.MouseDoubleClick ( 50, 50 ) Sleep 3 catch -' FileClose + ' FileClose warnlog "had to catch :-( " -' Kontext "Messagebox" -' if Messagebox.Exists (5) Then Messagebox.No -' Kontext -' sleep (12) -' start sAppExe$ -' sleep (6) -' Kontext -' if Office.Exists(2) then Resetapplication -' Warnlog "Slide didn't end, application wasn't in document edit mode" + ' Kontext "Messagebox" + ' if Messagebox.Exists (5) Then Messagebox.No + ' Kontext + ' sleep (12) + ' start sAppExe$ + ' sleep (6) + ' Kontext + ' if Office.Exists(2) then Resetapplication + ' Warnlog "Slide didn't end, application wasn't in document edit mode" endcatch printlog "close application " Call hCloseDocument - endcase 'tSlideShowSlideShow +endcase 'tSlideShowSlideShow '------------------------------------------------------------------------------- testcase tSlideShowRehearseTimings @@ -99,32 +99,32 @@ testcase tSlideShowRehearseTimings sleep 2 Kontext "DocumentPresentation" printlog "Press to leave presentation mode " - if DocumentPresentation.Exists (5) then - DocumentPresentation.Typekeys ("") - else - Warnlog "SlideShowRehearseTimings mode not accessible" - endif - Sleep 3 - if DocumentPresentation.Exists then ' the kontext hasnt to be available, else ERROR - DocumentPresentation.TypeKeys "" ' => I mustn't be here ever ! - Warnlog "- Slide show mode should have ended" - else - printlog "SlideShowRehearseTimings mode not accessible :-) " - end if - sleep 3 - try - Kontext "DocumentImpress" - DocumentImpress.MouseDoubleClick ( 50, 50 ) + if DocumentPresentation.Exists (5) then + DocumentPresentation.Typekeys ("") + else + Warnlog "SlideShowRehearseTimings mode not accessible" + endif + Sleep 3 + if DocumentPresentation.Exists then ' the kontext hasnt to be available, else ERROR + DocumentPresentation.TypeKeys "" ' => I mustn't be here ever ! + Warnlog "- Slide show mode should have ended" + else + printlog "SlideShowRehearseTimings mode not accessible :-) " + end if + sleep 3 + try + Kontext "DocumentImpress" + DocumentImpress.MouseDoubleClick ( 50, 50 ) - sleep 3 - catch - warnlog "Had to catch :-( " - endcatch + sleep 3 + catch + warnlog "Had to catch :-( " + endcatch sleep 3 printlog "close application " Call hCloseDocument - endcase 'tSlideShowRehearseTimings +endcase 'tSlideShowRehearseTimings '------------------------------------------------------------------------------- testcase tSlideShowSlideShowSettings @@ -171,11 +171,11 @@ testcase tSlideShowSlideShowSettings Bildschirmpraesentation.Cancel printlog "close application " Call hCloseDocument - + endcase 'tSlideShowSlideShowSettings '------------------------------------------------------------------------------- testcase tSlideShowCustomSlideShow - + printlog "open application " Call hNewDocument sleep 2 @@ -225,36 +225,36 @@ testcase tSlideShowCustomSlideShow printlog "close dialog 'Custom Slide Shows' " ' IndividuellePraesentation.Close ' slide show ends dialog ! printlog "Slide Show->Slide Show Settings " - try - SlideShowPresentationSettings - catch - warnlog "Presentation did not end :-(" - DocumentPresentation.TypeKeys "" - endcatch - Kontext "Bildschirmpraesentation" - if Bildschirmpraesentation.exists (5) then - printlog "check checkbox 'Custom Slide Show' " - RangeCustomSlideShow.Check - printlog "check: '" + IndividuellePraesentationName.GetSelText + "'" - printlog "cancel dialog 'Slide Show' " - Bildschirmpraesentation.Cancel - else - warnlog "Dialog not open? SlideShowPresentationSettings" - endif - printlog "Slide Show->Custom Slide Show " - SlideShowCustomSlideshow - Kontext "IndividuellePraesentation" - if (IndividuellePraesentation.exists (5)) then - printlog "click button 'Delete' " - Loeschen.Click - printlog "close dialog 'Custom Slide Shows' " - IndividuellePraesentation.Close - else - warnlog "Dialog not open? SlideShowCustomSlideshow" - endif - printlog "close application " - Call hCloseDocument - + try + SlideShowPresentationSettings + catch + warnlog "Presentation did not end :-(" + DocumentPresentation.TypeKeys "" + endcatch + Kontext "Bildschirmpraesentation" + if Bildschirmpraesentation.exists (5) then + printlog "check checkbox 'Custom Slide Show' " + RangeCustomSlideShow.Check + printlog "check: '" + IndividuellePraesentationName.GetSelText + "'" + printlog "cancel dialog 'Slide Show' " + Bildschirmpraesentation.Cancel + else + warnlog "Dialog not open? SlideShowPresentationSettings" + endif + printlog "Slide Show->Custom Slide Show " + SlideShowCustomSlideshow + Kontext "IndividuellePraesentation" + if (IndividuellePraesentation.exists (5)) then + printlog "click button 'Delete' " + Loeschen.Click + printlog "close dialog 'Custom Slide Shows' " + IndividuellePraesentation.Close + else + warnlog "Dialog not open? SlideShowCustomSlideshow" + endif + printlog "close application " + Call hCloseDocument + endcase 'tSlideShowCustomSlideShow '------------------------------------------------------------------------------ testcase tSlideShowSlideTransition @@ -273,95 +273,95 @@ testcase tSlideShowSlideTransition sleep 2 printlog "The 'Slide Transition' in the right 'Tasks' Pane has to come up " Kontext "Tasks" - printlog "Select the second entry from teh Listbox 'Applay to selected slides' " - TransitionApplyToSelectedSlide.select (2) - sleep 5 ' takes some time, until it is run - Printlog "Count of effects : "+TransitionApplyToSelectedSlide.GetItemCount - Printlog "Count of Speeds : "+TransitionSpeed.GetItemCount - iCount = TransitionSound.GetItemCount - Printlog "Count of Sounds : " + iCount + printlog "Select the second entry from teh Listbox 'Applay to selected slides' " + TransitionApplyToSelectedSlide.select (2) + sleep 5 ' takes some time, until it is run + Printlog "Count of effects : "+TransitionApplyToSelectedSlide.GetItemCount + Printlog "Count of Speeds : "+TransitionSpeed.GetItemCount + iCount = TransitionSound.GetItemCount + Printlog "Count of Sounds : " + iCount - printlog "One Entry of the Listbox 'Sound' is 'Other sound...', select it " - TransitionSound.typeKeys "" - i = 0 - for a = 1 to iCount - TransitionSound.select (a) - kontext "OeffnenDlg" - if (OeffnenDlg.exists (5)) then - if (0=i) then - ' remember when dialog came up - i = a - OeffnenDlg.cancel - else - warnlog "File Open Dialog comes up a second time!" - OeffnenDlg.cancel - endif - endif - kontext "Tasks" - ' the Checkbox is disabled on teh first three entries: , ... - if (TransitionLoopUntilNextSound.isEnabled AND (a<4)) then - qaErrorLog "May be Language specific -> Evaluation of TBO; " + a - endif - next a - TransitionSound.select (i) - printlog "The dialog 'Open' comes up" - sleep 1 + printlog "One Entry of the Listbox 'Sound' is 'Other sound...', select it " + TransitionSound.typeKeys "" + i = 0 + for a = 1 to iCount + TransitionSound.select (a) kontext "OeffnenDlg" if (OeffnenDlg.exists (5)) then - printlog "Read all entries in Listbox 'File type' " - for i = 1 to Dateityp.getItemCount - printlog "" + i + ":" + Dateityp.getItemText(i) - next i - printlog "cancel dialog 'Open' " - OeffnenDlg.cancel - else - warnlog "Impress:Tasks Pane:Slide Transition:Sound:Other sound... disdn't bring up teh File Open Dialog!" + if (0=i) then + ' remember when dialog came up + i = a + OeffnenDlg.cancel + else + warnlog "File Open Dialog comes up a second time!" + OeffnenDlg.cancel + endif endif kontext "Tasks" - sleep (2) - printlog "check checkbox 'Automatically after' " - TransitionAutomaticallyAfter.check - sleep (2) - printlog "press key 'Page Up' in box " - TransitionAutomaticallyAfterTime.typeKeys "" - sleep 9 - printlog "check the standard checkbox 'On mouse click' " - TransitionOnMouseClick.check - sleep (2) - printlog "press button 'Apply to All Slides' " - TransitionApplyToAllSlides.click - sleep (2) - printlog "press button 'Play' " - TransitionPlay.click - sleep 10 - printlog "press button 'Slide Show' " - TransitionSlideShow.click - sleep 2 - kontext "DocumentPresentation" - if DocumentPresentation.exists (10) then - printlog "Presentation started :-)" - DocumentPresentation.typeKeys "" - else - warnlog "Impress:Tasks Pane:Slide Transition:Slide Show button doesn't start slideshow!" + ' the Checkbox is disabled on teh first three entries: , ... + if (TransitionLoopUntilNextSound.isEnabled AND (a<4)) then + qaErrorLog "May be Language specific -> Evaluation of TBO; " + a endif - kontext "Tasks" + next a + TransitionSound.select (i) + printlog "The dialog 'Open' comes up" + sleep 1 + kontext "OeffnenDlg" + if (OeffnenDlg.exists (5)) then + printlog "Read all entries in Listbox 'File type' " + for i = 1 to Dateityp.getItemCount + printlog "" + i + ":" + Dateityp.getItemText(i) + next i + printlog "cancel dialog 'Open' " + OeffnenDlg.cancel + else + warnlog "Impress:Tasks Pane:Slide Transition:Sound:Other sound... disdn't bring up teh File Open Dialog!" + endif + kontext "Tasks" + sleep (2) + printlog "check checkbox 'Automatically after' " + TransitionAutomaticallyAfter.check + sleep (2) + printlog "press key 'Page Up' in box " + TransitionAutomaticallyAfterTime.typeKeys "" + sleep 9 + printlog "check the standard checkbox 'On mouse click' " + TransitionOnMouseClick.check + sleep (2) + printlog "press button 'Apply to All Slides' " + TransitionApplyToAllSlides.click + sleep (2) + printlog "press button 'Play' " + TransitionPlay.click + sleep 10 + printlog "press button 'Slide Show' " + TransitionSlideShow.click + sleep 2 + kontext "DocumentPresentation" + if DocumentPresentation.exists (10) then + printlog "Presentation started :-)" + DocumentPresentation.typeKeys "" + else + warnlog "Impress:Tasks Pane:Slide Transition:Slide Show button doesn't start slideshow!" + endif + kontext "Tasks" - printlog "uncheck and check Checkbox 'Automatic Preview' " - printlog "default is checked " - if (NOT TransitionAutomaticPreview.isChecked) then - warnlog "Impress:Tasks Pane:Slide Transition: Automatic preview has to be checked by default, wasn't!" - endif - sleep (2) - TransitionAutomaticPreview.unCheck - sleep (2) - TransitionAutomaticPreview.Check + printlog "uncheck and check Checkbox 'Automatic Preview' " + printlog "default is checked " + if (NOT TransitionAutomaticPreview.isChecked) then + warnlog "Impress:Tasks Pane:Slide Transition: Automatic preview has to be checked by default, wasn't!" + endif + sleep (2) + TransitionAutomaticPreview.unCheck + sleep (2) + TransitionAutomaticPreview.Check printlog "close application " Call hCloseDocument - + endcase 'tSlideShowSlideTransition '------------------------------------------------------------------------------- testcase tSlideShowShowHideSlide - + printlog "open application " Call hNewDocument printlog "create rectangle " @@ -376,9 +376,9 @@ testcase tSlideShowShowHideSlide SlideShowShowSlide printlog "close application " Call hCloseDocument - endcase - - testcase tSlideShowAnimation +endcase + +testcase tSlideShowAnimation printlog "open application " Call hNewDocument sleep 1 @@ -431,9 +431,9 @@ testcase tSlideShowShowHideSlide sleep 5 printlog "click button 'Stop' " try - Stopp.Click + Stopp.Click catch - warnlog "Stopbutton doesn't work" + warnlog "Stopbutton doesn't work" endcatch sleep 1 printlog "Select 1st entry from top in 'Loop Count' " @@ -450,9 +450,9 @@ testcase tSlideShowShowHideSlide kontext "Messagebox" printlog "there has to be a messagebox 'Really delete?' say YES!; else ERROR " if Messagebox.exists (5) then - Messagebox.YES + Messagebox.YES else - warnlog "No one cares about my data :-( No one asked if all shall be deleted :-( " + warnlog "No one cares about my data :-( No one asked if all shall be deleted :-( " endif sleep 1 kontext "Animation" @@ -460,7 +460,7 @@ testcase tSlideShowShowHideSlide Animation.Close printlog "close application " Call hCloseDocument - + endcase 'tSlideShowShowHideSlide '------------------------------------------------------------------------------- testcase tSlideShowCustomAnimation @@ -490,7 +490,7 @@ testcase tSlideShowCustomAnimation sleep 1 AutomaticPreview.Check kontext - + printlog "Switch to TabPage: Emphasis" active.setPage(TabEmphasis) kontext "TabEmphasis" @@ -501,129 +501,129 @@ testcase tSlideShowCustomAnimation warnlog "Impress:Tasks Pane:Custom Animation:TabEmphasis tabPage doesn't work." endif kontext - - printlog "Switch to TabPage: Exit" - active.setPage(TabExit) - kontext "TabExit" - if TabExit.exists(5) then - DialogTest(TabExit) - else - bError = true - warnlog "Impress:Tasks Pane:Custom Animation:TabExit tabPage doesn't work." - endif - kontext - - printlog "Switch to TabPage: Motion Paths" - active.setPage(TabMotionPaths) - kontext "TabMotionPaths" - if TabMotionPaths.exists(5) then - DialogTest(TabMotionPaths) - Effects.select(7) - else - bError = true - warnlog "Impress:Tasks Pane:Custom Animation:TabMotionPaths tabPage doesn't work." - endif - kontext - '----------------------------------------------------------------------- - 'printlog "Switch to tabpage: Misc Effects" - 'active.setPage(TabMiscEffects) - 'kontext "TabMiscEffects" - 'if TabMiscEffects.exists(5) then - ' DialogTest(TabMiscEffects) - 'else - ' bError = true - ' warnlog "Impress:TaskPane:CustomAnimation:TabMiscEffects tabPage does not work." - 'endif - 'kontext - '----------------------------------------------------------------------- - printlog "Close dialog 'Custom Animation' with 'OK'" - TabMotionPaths.OK - bError = false + + printlog "Switch to TabPage: Exit" + active.setPage(TabExit) + kontext "TabExit" + if TabExit.exists(5) then + DialogTest(TabExit) + else + bError = true + warnlog "Impress:Tasks Pane:Custom Animation:TabExit tabPage doesn't work." + endif + kontext + + printlog "Switch to TabPage: Motion Paths" + active.setPage(TabMotionPaths) + kontext "TabMotionPaths" + if TabMotionPaths.exists(5) then + DialogTest(TabMotionPaths) + Effects.select(7) else bError = true - warnlog "Impress:Tasks Pane:Custom Animation:Add... button didn't work." + warnlog "Impress:Tasks Pane:Custom Animation:TabMotionPaths tabPage doesn't work." endif + kontext + '----------------------------------------------------------------------- + 'printlog "Switch to tabpage: Misc Effects" + 'active.setPage(TabMiscEffects) + 'kontext "TabMiscEffects" + 'if TabMiscEffects.exists(5) then + ' DialogTest(TabMiscEffects) + 'else + ' bError = true + ' warnlog "Impress:TaskPane:CustomAnimation:TabMiscEffects tabPage does not work." + 'endif + 'kontext + '----------------------------------------------------------------------- + printlog "Close dialog 'Custom Animation' with 'OK'" + TabMotionPaths.OK + bError = false + else + bError = true + warnlog "Impress:Tasks Pane:Custom Animation:Add... button didn't work." + endif + Kontext "Tasks" + if (NOT bError) then + printlog "click button 'Change...'" + EffectChange.click + printlog "Dialog 'Custom Animation' comes up" + kontext + printlog "Switch to TabPage: Entrance" + active.setPage(TabEntrance) + kontext "TabEntrance" + if (NOT TabEntrance.exists(5)) then + warnlog "Impress:Tasks Pane:Custom Animation:Change... button didn't work." + endif + TabEntrance.cancel Kontext "Tasks" - if (NOT bError) then - printlog "click button 'Change...'" - EffectChange.click - printlog "Dialog 'Custom Animation' comes up" - kontext - printlog "Switch to TabPage: Entrance" - active.setPage(TabEntrance) - kontext "TabEntrance" - if (NOT TabEntrance.exists(5)) then - warnlog "Impress:Tasks Pane:Custom Animation:Change... button didn't work." - endif - TabEntrance.cancel - Kontext "Tasks" - EffectStart.getItemCount - if EffectProperty.isEnabled then - EffectProperty.getItemCount - endif - printlog "Click on button '...' (Options)" - EffectOptions.click - kontext "TabEffect" - if TabEffect.exists(5) then - dialogTest(TabEffect) - Sound.getItemCount - AfterAnimation.getItemCount - printlog "switch to TabPage 'Timing'" - Kontext - active.setPage TabTiming - kontext "TabTiming" - if TabTiming.exists(5) then - dialogTest(TabTiming) - TimingStart.getItemCount - Delay.getText - Speed.getItemCount - Repeat.getItemCount - Rewind.ischecked - TriggerAnimate.isChecked - TriggerStart.isChecked - Shape.getItemCount - else - warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: Timing TabPage didn't work." - endif - printlog "switch to TabPage 'Timing'" - Kontext - active.setPage TabTextAnimation - kontext "TabTextAnimation" - if TabTextAnimation.exists(5) then - dialogTest(TabTextAnimation) - GroupText.getItemCount - AnimateAttachedShape.isChecked - TabTextAnimation.cancel - else - warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: TextAnimation TabPage didn't work." - endif + EffectStart.getItemCount + if EffectProperty.isEnabled then + EffectProperty.getItemCount + endif + printlog "Click on button '...' (Options)" + EffectOptions.click + kontext "TabEffect" + if TabEffect.exists(5) then + dialogTest(TabEffect) + Sound.getItemCount + AfterAnimation.getItemCount + printlog "switch to TabPage 'Timing'" + Kontext + active.setPage TabTiming + kontext "TabTiming" + if TabTiming.exists(5) then + dialogTest(TabTiming) + TimingStart.getItemCount + Delay.getText + Speed.getItemCount + Repeat.getItemCount + Rewind.ischecked + TriggerAnimate.isChecked + TriggerStart.isChecked + Shape.getItemCount else - warnlog "Impress:Tasks Pane:Custom Animation:... button didn't work." + warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: Timing TabPage didn't work." endif - Kontext "Tasks" - EffectSpeed.getItemCount - EffectList.getItemCount - EffectPlay.click - printlog "Wait five seconds so the Playfunction has ended " - sleep 5 - EffectSlideShow.click - sleep 1 - kontext "DocumentPresentation" - if DocumentPresentation.exists (5) then - printlog "Presentation started :-)" - DocumentPresentation.typeKeys "" + printlog "switch to TabPage 'Timing'" + Kontext + active.setPage TabTextAnimation + kontext "TabTextAnimation" + if TabTextAnimation.exists(5) then + dialogTest(TabTextAnimation) + GroupText.getItemCount + AnimateAttachedShape.isChecked + TabTextAnimation.cancel else - warnlog "Impress:Tasks Pane:Custom Animation:Slide Show button doesn't start slideshow!" + warnlog "Impress:Tasks Pane:Custom Animation:Effect Options: TextAnimation TabPage didn't work." endif - kontext "Tasks" - EffectAutomaticPreview.isChecked - printlog "click button 'Remove'" - EffectRemove.click + else + warnlog "Impress:Tasks Pane:Custom Animation:... button didn't work." endif + Kontext "Tasks" + EffectSpeed.getItemCount + EffectList.getItemCount + EffectPlay.click + printlog "Wait five seconds so the Playfunction has ended " + sleep 5 + EffectSlideShow.click + sleep 1 + kontext "DocumentPresentation" + if DocumentPresentation.exists (5) then + printlog "Presentation started :-)" + DocumentPresentation.typeKeys "" + else + warnlog "Impress:Tasks Pane:Custom Animation:Slide Show button doesn't start slideshow!" + endif + kontext "Tasks" + EffectAutomaticPreview.isChecked + printlog "click button 'Remove'" + EffectRemove.click + endif printlog "close application" Call hCloseDocument - + endcase 'tSlideShowCustomAnimation '------------------------------------------------------------------------------- testcase tSlideShowInteraction @@ -715,5 +715,5 @@ testcase tSlideShowInteraction sleep 2 printlog "close application " Call hCloseDocument - + endcase 'tSlideShowInteraction diff --git a/testautomation/graphics/required/includes/impress/im_011_.inc b/testautomation/graphics/required/includes/impress/im_011_.inc index 876ca7aa9a56..42a703402ac9 100644 --- a/testautomation/graphics/required/includes/impress/im_011_.inc +++ b/testautomation/graphics/required/includes/impress/im_011_.inc @@ -32,11 +32,11 @@ '\***************************************************************** testcase tiDiaLeiste - + ' only in IMPRESS dim sTemp as string Dim i,x as integer - + printlog " open application " Call hNewDocument sleep 1 @@ -46,7 +46,7 @@ testcase tiDiaLeiste MitAktuellerSeite.Uncheck Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.OK - + printlog " insert a graphic: global\input\graf_inp\desp.bmp) " Printlog "- Insert graphic from file so there is something for the slide mode" hGrafikEinfuegen ConvertPath (gTesttoolPath + "global\input\graf_inp\desp.bmp") @@ -66,19 +66,19 @@ testcase tiDiaLeiste Printlog "- Test blend effect" Kontext "SlideViewObjectbar" ' CORRECT sleep 5 - + if Ueberblendeffekt.GetItemCount <> 57 then warnlog "these are not 57: " + Ueberblendeffekt.GetItemCount printlog " select last entry 'Automatic (random)' in listbox 'Slide Effects' on object toolbar " Ueberblendeffekt.Select (Ueberblendeffekt.GetItemCount) Printlog " select last effect (random effect): " + Ueberblendeffekt.GetSelText - + ' Printlog Geschwindigkeit.GetRT ' 341 listbox ' Printlog Diawechsel.GetRT ' 341 listbox ' Printlog Zeit.GetRT ' 353 spinfield ' Printlog DiasProReihe.GetRT ' 353 spinfield ' Printlog PraesentationMitZeitnahme.GetRT doesn't work, but behave as button ' Printlog DiaAnzeigen.GetRT doesn't work, but behave as button - + '-------------------------------- Geschwindigkeit ----------------------------------------- Printlog "- Check different speed settings" Kontext "SlideViewObjectbar" @@ -116,21 +116,21 @@ testcase tiDiaLeiste sleep 2 Kontext "DocumentPresentation" if DocumentPresentation.exists (5) then - sleep 5 - printlog " wait some seconds and click with mouse " - DocumentPresentation.MouseDown 50,50 - DocumentPresentation.MouseUp 50,50 - sleep 2 - printlog " wait some seconds and click with mouse " - DocumentPresentation.MouseDown 50,50 - DocumentPresentation.MouseUp 50,50 - sleep 3 + sleep 5 + printlog " wait some seconds and click with mouse " + DocumentPresentation.MouseDown 50,50 + DocumentPresentation.MouseUp 50,50 + sleep 2 + printlog " wait some seconds and click with mouse " + DocumentPresentation.MouseDown 50,50 + DocumentPresentation.MouseUp 50,50 + sleep 3 else - warnlog "Didn't switch into presentation mode :-(" + warnlog "Didn't switch into presentation mode :-(" endif Kontext "DocumentPresentation" if DocumentPresentation.exists (5) then - warnlog "We are still in presentation mode :-( WHY!!!!???" + warnlog "We are still in presentation mode :-( WHY!!!!???" endif '------------------------------- Dia anzeigen ja/nein -------------------------------------- Printlog "- Show slide yes/no" @@ -168,5 +168,5 @@ testcase tiDiaLeiste printlog " close application " Call hCloseDocument sleep 2 - + endcase 'tiDiaLeiste -- cgit From 001f2f4c24bfc3d95580ee3fbe22700be82b4c99 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 16:27:51 +0200 Subject: vitomation01: #i109696 - Sleep() removal in some functions, added some Impress related slots to hUseAsyncSlot() --- .../global/tools/includes/required/t_tools3.inc | 9 +++ .../graphics/required/includes/impress/im_002_.inc | 11 +-- .../graphics/required/includes/impress/im_003_.inc | 85 +++++++++++----------- 3 files changed, 54 insertions(+), 51 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index f6e72847621b..27ac128437ee 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1083,8 +1083,17 @@ function hUseAsyncSlot( cSlot as string ) as integer case "toolsupdatelinks" : ToolsUpdateLinks case "toolslanguagehangulhanjaconversion" : ToolsLanguageHangulHanjaConversion + case "viewslide" : ViewSlide + case "viewdrawing" : ViewDrawing + case "viewnotes" : ViewNotes + case "viewhandout" : ViewHandout case "viewzoom" : ViewZoom case "viewnormal" : ViewNormal + case "viewworkspacedrawingview" : ViewWorkspaceDrawingView + case "viewworkspaceoutlineview" : ViewWorkspaceOutlineView + case "viewworkspaceslideview" : ViewWorkspaceSlidesView + case "viewworkspacenotesview" : ViewWorkspaceNotesView + case "viewworkspacehandoutview" : ViewWorkspaceHandoutView case else : warnlog( "Unknown slot called: " & cSlot ) end select diff --git a/testautomation/graphics/required/includes/impress/im_002_.inc b/testautomation/graphics/required/includes/impress/im_002_.inc index 301b59dd757b..955d42eea655 100644 --- a/testautomation/graphics/required/includes/impress/im_002_.inc +++ b/testautomation/graphics/required/includes/impress/im_002_.inc @@ -32,21 +32,18 @@ '\***************************************************************** testcase tiEditDeleteSlide + printlog "open application" Call hNewDocument printlog "Insert->Slide; press 'OK' " InsertSlide - sleep 2 + WaitSlot( 2000 ) hTypekeys "" - sleep 2 printlog "Edit->Delete Slide " - try - EditDeleteSlide - catch - warnlog "Error when deleting slide" - endcatch + hUseAsyncSlot( "EditDeleteSlide" ) Call hCloseDocument printlog "close application " + endcase diff --git a/testautomation/graphics/required/includes/impress/im_003_.inc b/testautomation/graphics/required/includes/impress/im_003_.inc index a2342582407d..a9c3cea74104 100644 --- a/testautomation/graphics/required/includes/impress/im_003_.inc +++ b/testautomation/graphics/required/includes/impress/im_003_.inc @@ -29,22 +29,18 @@ '* '* short description : Impress Resource Test: View Menu '* -'*********************************************************************************** -' #1 tiViewPanes -' #1 tiViewMasterView -' #1 tiViewSlideMaster -' #1 tiViewToolbar_1 -'\********************************************************************************** +'\****************************************************************************** testcase tiViewPanes + qaerrorlog( "This test is disabled, it needs rewriting" ) goto endsub 'TODO WG, tiViewPanes outcommented due to reconstruction of test dim bState as boolean printlog "open application " Call hCloseDocument Call hNewDocument - sleep 1 + kontext "Tasks" - if (NOT Tasks.exists) then + if ( not Tasks.exists( 2 ) ) then warnlog "Tasks Panel not visible on opening application. Opening now." ViewTaskPane endif @@ -127,26 +123,26 @@ testcase tiViewMasterView printlog "open application" Call hNewDocument + printlog "View->Master View->Drawing View" - sleep 1 - ViewWorkspaceDrawingView - sleep 5 + hUseAsyncSlot( "ViewWorkspaceDrawingView" ) + printlog "View->Master View->Outline View " - ViewWorkspaceOutlineView - sleep 1 + hUseAsyncSlot( "ViewWorkspaceOutlineView" ) + printlog "View->Master View->Slides View " - ViewWorkspaceSlidesView - sleep 1 + hUseAsyncSlot( "ViewWorkspaceSlidesView" ) + printlog "View->Master View->Notes View " - ViewWorkspaceNotesView - sleep 1 + hUseAsyncSlot( "ViewWorkspaceNotesView" ) + printlog "View->Master View->Handout View " - ViewWorkspaceHandoutView - sleep 1 + hUseAsyncSlot( "ViewWorkspaceHandoutView" ) + printlog "View->Master View->Drawing View " - ViewWorkspaceDrawingView + hUseAsyncSlot( "ViewWorkspaceDrawingView" ) + printlog "close application " - sleep 1 Call hCloseDocument endcase 'tiViewMasterView @@ -155,26 +151,29 @@ testcase tiViewSlideMaster printlog "open application with : File->Autopilot->Presentation; OK; OK " FileAutopilotPresentation ' to get a title :-) - sleep 2 Kontext "AutopilotPraesentation1" - AutopilotPraesentation1.Ok - sleep 1 + if ( AutopilotPraesentation1.exists( 2 ) ) then + hCloseDialog( AutopilotPraesentation1, "ok" ) + else + warnlog( "Dialog did not open" ) + endif Kontext "Seitenlayout" ' aka: Modify Slide - if Seitenlayout.exists(5) then + + if ( Seitenlayout.exists( 5 ) ) then warnlog "Slidelayout has to vanish; moved to sidebar" - Seitenlayout.OK + hCloseDialog( Seitenlayout, "ok" ) endif + kontext "DocumentImpress" - sleep 1 printlog "View->Slide " - ViewSlide - Sleep 1 + hUseAsyncSlot( "ViewSlide" ) + printlog "View->Master->Drawing " - ViewDrawing - Sleep 1 + hUseAsyncSlot( "ViewDrawing" ) + printlog "View->Slide " - ViewSlide - Sleep 1 + hUseAsyncSlot( "ViewSlide" ) + printlog "View->Master->Title " try ViewTitle @@ -182,22 +181,20 @@ testcase tiViewSlideMaster catch printlog "View - Master - Title Slide Master not accessable - good" endcatch - Sleep 1 + printlog "View->Slide " - ViewSlide - Sleep 1 + hUseAsyncSlot( "ViewSlide" ) + printlog "View->Master->Handout " - ViewHandout - Sleep 1 - ' ViewSlide - Sleep 1 + hUseAsyncSlot( "ViewHandout" ) + printlog "View->Master->Notes " - ViewNotes + hUseAsyncSlot( "ViewNotes" ) kontext "DocumentImpress" - Sleep 1 + printlog "View->Slide " - ViewSlide - Sleep 1 + hUseAsyncSlot( "ViewSlide" ) + printlog "close application " Call hCloseDocument -- cgit From 2b48a0e925c3e957dca94b56c1375a7df43a2a6b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 3 Jun 2010 16:32:33 +0200 Subject: vitomation01: #i109696 - Sleep() removal in some functions. --- .../graphics/required/includes/impress/im_004_.inc | 8 ++++---- .../graphics/required/includes/impress/im_005_.inc | 20 +++++++++++++------- 2 files changed, 17 insertions(+), 11 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/impress/im_004_.inc b/testautomation/graphics/required/includes/impress/im_004_.inc index c78580af123f..9c8be8e787a2 100644 --- a/testautomation/graphics/required/includes/impress/im_004_.inc +++ b/testautomation/graphics/required/includes/impress/im_004_.inc @@ -37,19 +37,19 @@ testcase tiInsertSlideExpandSummary Call hNewDocument printlog "View->Master View->Outline View " ViewWorkspaceOutlineView - Sleep 1 + WaitSlot() Kontext "DocumentImpressOutlineView" printlog "Type 2 rows " DocumentImpressOutlineView.TypeKeys "HerbertRudi" printlog "View->Master View->Drawing View " ViewWorkspaceDrawingView - Sleep 1 + WaitSlot() printlog "Insert->Summery Slide " InsertSummerySlide - Sleep 1 + WaitSlot() printlog "Insert->Expand Slide " InsertExpandSlide - Sleep 2 + WaitSlot( 3000 ) printlog "close application " Call hCloseDocument endcase diff --git a/testautomation/graphics/required/includes/impress/im_005_.inc b/testautomation/graphics/required/includes/impress/im_005_.inc index f5533b5c57f6..94b43b2b7634 100644 --- a/testautomation/graphics/required/includes/impress/im_005_.inc +++ b/testautomation/graphics/required/includes/impress/im_005_.inc @@ -35,15 +35,21 @@ testcase tiFormatModifyLayout printlog "open application " Call hNewDocument - printlog "Impress: Format->Modify Layout " - printlog "Draw : kontext menu: Slide-> Modify Slide (always disabled :-( ?" + + printlog( "Format/Page" ) FormatPage + Kontext "SeitenLayout" - DialogTest ( SeitenLayout ) - sleep 1 - printlog "cancel dialog 'Page Setup' " - SeitenLayout.Cancel - printlog "close application " + if ( SeitenLayout.exists( 2 ) ) then + DialogTest ( SeitenLayout ) + + printlog "cancel dialog 'Page Setup' " + hCloseDialog( SeitenLayout, "Cancel" ) + else + warnlog( "Dialog did not open" ) + endif + + printlog "close application" Call hCloseDocument endcase 'tiFormatModifyLayout -- cgit From dee91f082ceb1d779aecefc3baf27094965da417 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 4 Jun 2010 08:19:00 +0200 Subject: vitomation01: #i109696 - Provide missing control subs --- .../graphics/required/includes/impress/im_002_.inc | 8 ++++++++ .../graphics/required/includes/impress/im_003_.inc | 17 ++++++++++++----- .../graphics/required/includes/impress/im_004_.inc | 8 ++++++++ .../graphics/required/includes/impress/im_005_.inc | 8 ++++++++ .../graphics/required/includes/impress/im_007_.inc | 15 +++++++++++++++ .../graphics/required/includes/impress/im_011_.inc | 8 ++++++++ 6 files changed, 59 insertions(+), 5 deletions(-) mode change 100644 => 100755 testautomation/graphics/required/includes/impress/im_002_.inc mode change 100644 => 100755 testautomation/graphics/required/includes/impress/im_004_.inc mode change 100644 => 100755 testautomation/graphics/required/includes/impress/im_005_.inc mode change 100644 => 100755 testautomation/graphics/required/includes/impress/im_007_.inc mode change 100644 => 100755 testautomation/graphics/required/includes/impress/im_011_.inc (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/impress/im_002_.inc b/testautomation/graphics/required/includes/impress/im_002_.inc old mode 100644 new mode 100755 index f4741210ce12..c35a587e1f5f --- a/testautomation/graphics/required/includes/impress/im_002_.inc +++ b/testautomation/graphics/required/includes/impress/im_002_.inc @@ -31,6 +31,14 @@ '* '\***************************************************************** +sub im_002_ + + call tiEditDeleteSlide() + +end sub + +'******************************************************************************* + testcase tiEditDeleteSlide printlog "open application" Call hNewDocument diff --git a/testautomation/graphics/required/includes/impress/im_003_.inc b/testautomation/graphics/required/includes/impress/im_003_.inc index 02f6dae3b2b1..e95c82d1318f 100755 --- a/testautomation/graphics/required/includes/impress/im_003_.inc +++ b/testautomation/graphics/required/includes/impress/im_003_.inc @@ -29,12 +29,19 @@ '* '* short description : Impress Resource Test: View Menu '* -'*********************************************************************************** -' #1 tiViewPanes -' #1 tiViewMasterView -' #1 tiViewSlideMaster -' #1 tiViewToolbar_1 '\********************************************************************************** + +sub im_003_ + + call tiViewPanes() + call tiViewMasterView() + call tiViewSlideMaster() + call tiViewToolbar_1() + +end sub + +'******************************************************************************* + testcase tiViewPanes goto endsub 'TODO WG, tiViewPanes outcommented due to reconstruction of test diff --git a/testautomation/graphics/required/includes/impress/im_004_.inc b/testautomation/graphics/required/includes/impress/im_004_.inc old mode 100644 new mode 100755 index f33a75f12a19..547d88c1807f --- a/testautomation/graphics/required/includes/impress/im_004_.inc +++ b/testautomation/graphics/required/includes/impress/im_004_.inc @@ -31,6 +31,14 @@ '* '\***************************************************************** +sub im_004_ + + call tiInsertSlideExpandSummary() + +end sub + +'******************************************************************************* + testcase tiInsertSlideExpandSummary printlog "open application " diff --git a/testautomation/graphics/required/includes/impress/im_005_.inc b/testautomation/graphics/required/includes/impress/im_005_.inc old mode 100644 new mode 100755 index b651dcea9cae..b5e37f5a09f9 --- a/testautomation/graphics/required/includes/impress/im_005_.inc +++ b/testautomation/graphics/required/includes/impress/im_005_.inc @@ -31,6 +31,14 @@ '* '\***************************************************************** +sub im_005_ + + call tiFormatModifyLayout() + +end sub + +'******************************************************************************* + testcase tiFormatModifyLayout printlog "open application " diff --git a/testautomation/graphics/required/includes/impress/im_007_.inc b/testautomation/graphics/required/includes/impress/im_007_.inc old mode 100644 new mode 100755 index 7248b0a2eca5..6f7259848069 --- a/testautomation/graphics/required/includes/impress/im_007_.inc +++ b/testautomation/graphics/required/includes/impress/im_007_.inc @@ -31,6 +31,21 @@ '* '\***************************************************************** +sub im_007_ + + call tSlideShowSlideShow() + call tSlideShowRehearseTimings() + call tSlideShowSlideShowSettings() + call tSlideShowCustomSlideShow() + call tSlideShowSlideTransition() + call tSlideShowShowHideSlide() + call tSlideShowCustomAnimation() + call tSlideShowInteraction() + +end sub + +'******************************************************************************* + testcase tSlideShowSlideShow printlog "open application " diff --git a/testautomation/graphics/required/includes/impress/im_011_.inc b/testautomation/graphics/required/includes/impress/im_011_.inc old mode 100644 new mode 100755 index 876ca7aa9a56..4714426c2cf6 --- a/testautomation/graphics/required/includes/impress/im_011_.inc +++ b/testautomation/graphics/required/includes/impress/im_011_.inc @@ -31,6 +31,14 @@ '* '\***************************************************************** +sub m_011_ + + call tiDiaLeiste() + +end sub + +'******************************************************************************* + testcase tiDiaLeiste ' only in IMPRESS -- cgit From b6b41bd25dd5c2e5c41fd7a15b22dcacb6e27960 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 4 Jun 2010 08:19:59 +0200 Subject: vitomation01: #i109696 - Provide missing control subs --- .../graphics/required/includes/impress/i_opt_1_.inc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) mode change 100644 => 100755 testautomation/graphics/required/includes/impress/i_opt_1_.inc (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/impress/i_opt_1_.inc b/testautomation/graphics/required/includes/impress/i_opt_1_.inc old mode 100644 new mode 100755 index f648ee8b5cd5..f48e6abbfb6a --- a/testautomation/graphics/required/includes/impress/i_opt_1_.inc +++ b/testautomation/graphics/required/includes/impress/i_opt_1_.inc @@ -29,9 +29,15 @@ '* '* short description : '* -'******************************************************************* -' #1 tiAlwaysWithCurrentPage -'\****************************************************************** +'\****************************************************************************** + +sub i_opt_1_.inc + + call tiAlwaysWithCurrentPage() + +end sub + +'******************************************************************************* testcase tiAlwaysWithCurrentPage() dim i as integer -- cgit From 34fdbf22333fa3938c1f4ee0652059f4e8c672d1 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 4 Jun 2010 11:16:06 +0200 Subject: vitomation01: #i109696 - tiEditCutPasteCopySelectall() now has no more sleep(), it did not work anyway --- .../graphics/required/includes/global/id_002.inc | 37 ++++++++++------------ 1 file changed, 17 insertions(+), 20 deletions(-) mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_002.inc (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/global/id_002.inc b/testautomation/graphics/required/includes/global/id_002.inc old mode 100644 new mode 100755 index 55dec0008ac1..8ef7a6005be0 --- a/testautomation/graphics/required/includes/global/id_002.inc +++ b/testautomation/graphics/required/includes/global/id_002.inc @@ -101,22 +101,15 @@ testcase tiEditCutPasteCopySelectall call hTBOtypeInDoc - EditCut - sleep (1) - EditPaste - sleep (1) - EditCopy - sleep (1) - EditPaste - sleep (1) - EditSelectAll - sleep (1) - EditCut - sleep (1) - EditPaste - sleep (1) - EditDeleteContents - sleep (1) + hUseAsyncSlot( "EditCut" ) + hUseAsyncSlot( "EditPaste" ) + hUseAsyncSlot( "EditCopy" ) + hUseAsyncSlot( "EditPaste" ) + hUseAsyncSlot( "EditSelectAll" ) + hUseAsyncSlot( "EditCut" ) + hUseAsyncSlot( "EditPaste" ) + hUseAsyncSlot( "EditDeleteContents" ) + printlog " close application" Call hCloseDocument @@ -131,14 +124,18 @@ testcase tiEditPasteSpecial SetClipboard "This is a Text in the Clipboard" printlog " Edit->PasteSpecial" - EditPasteSpecial - WaitSlot (1000) + hUseAsyncSlot( "EditPasteSpecial" ) + Kontext "InhaltEinfuegen" + if ( InhalteEinfuege.exists( 2 ) ) then DialogTest ( InhaltEinfuegen ) printlog " close the dialog without inserting something" - InhaltEinfuegen.Cancel - WaitSlot (1000) + hCloseDialog( InhaltEinfuegen, "Cancel" ) + else + warnlog( "Dialog did not open" ) + endif + printlog " close application" Call hCloseDocument -- cgit From 361e5c9ed9f1b5c7fd585bc51b7e803bdf2fd0ae Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 4 Jun 2010 11:20:05 +0200 Subject: vitomation01: #i109696 - Removed no longer needed parts of the headers --- .../graphics/required/includes/global/gallery.inc | 15 +-------------- .../graphics/required/includes/global/gallery2.inc | 2 +- .../graphics/required/includes/global/id_001.inc | 16 +--------------- .../graphics/required/includes/global/id_002.inc | 18 +----------------- .../graphics/required/includes/global/id_003.inc | 10 +--------- .../graphics/required/includes/global/id_004.inc | 21 +-------------------- .../graphics/required/includes/global/id_005.inc | 22 +--------------------- .../graphics/required/includes/global/id_006.inc | 11 ----------- .../graphics/required/includes/global/id_007.inc | 19 ------------------- .../graphics/required/includes/global/id_008.inc | 3 --- .../graphics/required/includes/global/id_009.inc | 9 +-------- .../graphics/required/includes/global/id_011.inc | 8 +------- .../graphics/required/includes/global/id_opt_1.inc | 7 +------ .../graphics/required/includes/global/id_opt_2.inc | 4 +--- 14 files changed, 11 insertions(+), 154 deletions(-) mode change 100644 => 100755 testautomation/graphics/required/includes/global/gallery.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/gallery2.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_001.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_003.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_004.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_007.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_008.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_009.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_011.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_opt_1.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_opt_2.inc (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/global/gallery.inc b/testautomation/graphics/required/includes/global/gallery.inc old mode 100644 new mode 100755 index 5019884973ac..c6f3e2daae7d --- a/testautomation/graphics/required/includes/global/gallery.inc +++ b/testautomation/graphics/required/includes/global/gallery.inc @@ -29,20 +29,7 @@ '* '* short description : Global Required/resource test: Checking the gallery '* -'******************************************************************* -'* -' #1 tGallery_DialogTest ' Open gallery, pin - unpin, dock - undock, close gallery -' #1 tGallery_ActivateAndUpdateAllThemes ' Activate all gallery-themes and update this theme -' #1 tGallery_CheckNames ' Check the names for all themes depends on language -' #1 tGallery_CheckContextMenuForGalleryThemes ' Test the context menu on themes window -' #1 tGallery_CreateAndWorkWithANewGalleryThemes ' Create a new theme, add graphics and work with it -' #1 tGallery_GalleryView_Preview ' Preview-feature in Gallery Beamer-window -' #1 tGallery_GalleryView_Insert ' Insert gallery objects in all applications -' #1 tGallery_GalleryView_Delete ' Delete gallery objects out of Beamer window -' #0 hOpenGallery ' Open the gallery -' #1 tGallery_Quick_check -'* -'\****************************************************************** +'\****************************************************************************** testcase tGallery_DialogTest '///Open a new Writer document '///Tools / Gallery diff --git a/testautomation/graphics/required/includes/global/gallery2.inc b/testautomation/graphics/required/includes/global/gallery2.inc old mode 100644 new mode 100755 index a38e797502cc..1028503a0830 --- a/testautomation/graphics/required/includes/global/gallery2.inc +++ b/testautomation/graphics/required/includes/global/gallery2.inc @@ -40,7 +40,7 @@ ' #1 tSettingsToCM 'Measurement unit for textdocuments to cm ' #1 tResetSettings 'Resetting the measurement unit for textdocuments. '* -'\**************************************************************** +'\****************************************************************************** testcase tSettingsToCM diff --git a/testautomation/graphics/required/includes/global/id_001.inc b/testautomation/graphics/required/includes/global/id_001.inc old mode 100644 new mode 100755 index af835e16fec1..96d2b276eeaf --- a/testautomation/graphics/required/includes/global/id_001.inc +++ b/testautomation/graphics/required/includes/global/id_001.inc @@ -29,21 +29,7 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiFileSaveAs -' #1 tiFileReload (sFileIn as string) -' #1 tiFileVersion (sFileIn as string) -' #1 tiFilePassword -' #1 tiFileTemplates -' #1 tmFileNewFromTemplate -' #1 tmFileOpen -' #1 tmFileClose -' #1 tmFileSave -' #1 tmFileSaveAs -' #1 tmFileSaveAll -' #1 tmFileProperties -' #1 tmFilePrinterSetting -'\********************************************************************************** +'\****************************************************************************** testcase tiFileSaveAs diff --git a/testautomation/graphics/required/includes/global/id_002.inc b/testautomation/graphics/required/includes/global/id_002.inc index 8ef7a6005be0..c516fb13d3a6 100755 --- a/testautomation/graphics/required/includes/global/id_002.inc +++ b/testautomation/graphics/required/includes/global/id_002.inc @@ -29,23 +29,7 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiEditUndoRedo -' #1 tiEditRepeat -' #1 tiEditCutPasteCopySelectall -' #1 tiEditPasteSpecial -' #1 tiEditSearchAndReplace -' #1 tiEditDuplicate -' #1 tiEditFields -' #1 tdEditDeleteSlide -' #1 tiEditLinks -' #1 tiEditImageMap -' #1 tiEditObjectProperties -' #1 tiEditObjectEdit -' #1 tiEditPlugIn -' #1 tiEditHyperlink -' #1 tEditPoints -'\********************************************************************************** +'\****************************************************************************** testcase tiEditUndoRedo printlog " open application" diff --git a/testautomation/graphics/required/includes/global/id_003.inc b/testautomation/graphics/required/includes/global/id_003.inc old mode 100644 new mode 100755 index 5720d4cab791..16aa9f27bcd6 --- a/testautomation/graphics/required/includes/global/id_003.inc +++ b/testautomation/graphics/required/includes/global/id_003.inc @@ -29,15 +29,7 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiViewNavigator -' #1 tiViewZoom -' #1 tiViewToolbar -' #1 tiViewDisplayQuality -' #1 tiViewLayer -' #1 tViewSnapLines -' #1 tViewGrid -'\********************************************************************************** +'\****************************************************************************** testcase tiViewNavigator printlog " open application " diff --git a/testautomation/graphics/required/includes/global/id_004.inc b/testautomation/graphics/required/includes/global/id_004.inc old mode 100644 new mode 100755 index 2fb21db18373..1255372784ce --- a/testautomation/graphics/required/includes/global/id_004.inc +++ b/testautomation/graphics/required/includes/global/id_004.inc @@ -29,26 +29,7 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiInsertSlide -' #1 tiInsertDuplicateSlide -' #1 tiInsertField -' #1 tiInsertSpecialCharacter -' #1 tiInsertHyperlink -' #1 tiInsertGraphic -' #1 tiInsertObjectSound -' #1 tiInsertObjectVideo -' #1 tiInsertChart -' #1 tiInsertObjectOLEObjects -' #1 tiInsertSpreadsheet -' #1 tiInsertFormula -' #1 tiInsertFloatingFrame -' #1 tiInsertFile -' #1 tiInsertPlugin -' #1 tiInsertScan -' #1 tiInsertSnappointLine -' #1 tdInsertLayer -'\********************************************************************************** +'\****************************************************************************** testcase tiInsertSlide printlog "Dateiname.settext Convertpath (gTesttoolPath + global\input\graf_inp\stabler.tif) " diff --git a/testautomation/graphics/required/includes/global/id_005.inc b/testautomation/graphics/required/includes/global/id_005.inc index 23d311d27cac..e29b47b69be8 100755 --- a/testautomation/graphics/required/includes/global/id_005.inc +++ b/testautomation/graphics/required/includes/global/id_005.inc @@ -29,27 +29,7 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiFormatDefault -' #1 tiFormatLine -' #1 tdFormatArea -' #1 tiFormatText -' #1 tiFormatPositionAndSize -' #1 tiFormatCharacter -' #1 tiFormatControlForm -' #1 tiFormatDimensions -' #1 tiFormatConnector -' #1 tiFormat3D_Effects -' #1 tiFormatNumberingBullets -' #1 tiFormatCaseCharacter -' #1 tiFormatParagraph -' #1 tiFormatPage -' #1 tiFormatStylesAndFormatting -' #1 tiFormatStylesSlideDesign -' #1 tiFormatFontwork -' #1 tiFormatGroup -' #1 hWalkTheStyles -'\********************************************************************************** +'\****************************************************************************** testcase tiFormatDefault printlog "open application" diff --git a/testautomation/graphics/required/includes/global/id_006.inc b/testautomation/graphics/required/includes/global/id_006.inc index 5bf7d7ed679b..d61f7e9d0808 100755 --- a/testautomation/graphics/required/includes/global/id_006.inc +++ b/testautomation/graphics/required/includes/global/id_006.inc @@ -29,17 +29,6 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiToolsSpellchecking -' #1 tiToolsSpellcheckingAutomatic -' #1 tiToolsThesaurus -' #1 tiToolsHyphenation -' #1 tiToolsAutoCorrect -' #1 tChineseTranslation -' #1 tiToolsMacro -' #1 tiToolsGallery -' #1 tiToolsEyedropper -' #1 tiToolsOptions '\********************************************************************************** diff --git a/testautomation/graphics/required/includes/global/id_007.inc b/testautomation/graphics/required/includes/global/id_007.inc old mode 100644 new mode 100755 index 3c4c3ca5b08b..b6cdc007b044 --- a/testautomation/graphics/required/includes/global/id_007.inc +++ b/testautomation/graphics/required/includes/global/id_007.inc @@ -29,25 +29,6 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tdModifyFlipVertikal -' #1 tdModifyFlipHorizontal -' #1 tdContextConvertIntoCurve -' #1 tdContextConvertIntoPolygon -' #1 tdContextConvertIntoContour -' #1 tdContextConvertInto3D -' #1 tdContextConvertIntoRotationObject -' #1 tdContextConvertIntoBitmap -' #1 tdContextConvertIntoMetaFile -' #1 tdModifyArrange -' #1 tdModifyArrangeObjects -' #1 tdModifyAlignment -' #1 tdContextDistribution -' #1 tdContextDescriptionObject -' #1 tdContextNameObject -' #1 tdModifyConnectBreak -' #1 tdModifyShapes -' #1 tdModifyCombineSplit '\********************************************************************************** testcase tdModifyFlipVertikal diff --git a/testautomation/graphics/required/includes/global/id_008.inc b/testautomation/graphics/required/includes/global/id_008.inc old mode 100644 new mode 100755 index 887f99dc7a05..0697e82260b7 --- a/testautomation/graphics/required/includes/global/id_008.inc +++ b/testautomation/graphics/required/includes/global/id_008.inc @@ -29,9 +29,6 @@ '* '* short description : '* -'****************************************************************** -' #1 tiWindowNewWindow -' #1 tidWindow123 'wrn:2 '\***************************************************************** testcase tiWindowNewWindow diff --git a/testautomation/graphics/required/includes/global/id_009.inc b/testautomation/graphics/required/includes/global/id_009.inc old mode 100644 new mode 100755 index 6aa35a1dc23d..bbd9481430ab --- a/testautomation/graphics/required/includes/global/id_009.inc +++ b/testautomation/graphics/required/includes/global/id_009.inc @@ -29,14 +29,7 @@ '* '* short description : Testcases to test the Help-Menu. '* -'*********************************************************************************** -' #1 tmHelpHelpAgent -' #1 tmHelpTips -' #1 tmHelpExtendedTips -' #1 tmHelpAboutStarOffice -' #1 tmHelpContents -' #1 tCheckIfTheHelpExists -'\********************************************************************************** +'\****************************************************************************** ' testcase tmHelpHelpAgent diff --git a/testautomation/graphics/required/includes/global/id_011.inc b/testautomation/graphics/required/includes/global/id_011.inc old mode 100644 new mode 100755 index 0cc7f22708ab..a9d46205daf7 --- a/testautomation/graphics/required/includes/global/id_011.inc +++ b/testautomation/graphics/required/includes/global/id_011.inc @@ -29,13 +29,7 @@ '* '* short description : '* -'*********************************************************************************** -' #1 tiTextToolbar -' #1 tiDrawObjectBar -' #1 tiGraphicsObjectBar -' #1 tiGluepointToolbar -' #1 tdBezierToolbar -'\********************************************************************************** +'\****************************************************************************** testcase tiTextToolbar diff --git a/testautomation/graphics/required/includes/global/id_opt_1.inc b/testautomation/graphics/required/includes/global/id_opt_1.inc old mode 100644 new mode 100755 index a19a8f27b089..347ffbbd40af --- a/testautomation/graphics/required/includes/global/id_opt_1.inc +++ b/testautomation/graphics/required/includes/global/id_opt_1.inc @@ -29,12 +29,7 @@ '* '* short description : '* -'************************************************************************************** -' #1 tToolsOptionsDrawGeneral 'wrn:1 -' #1 tToolsOptionsDrawView -' #1 tToolsOptionsDrawGrid -' #1 tToolsOptionsDrawPrint -'\************************************************************************************* +'\****************************************************************************** testcase tToolsOptionsDrawGeneral (sApplication as string) dim irgendwas(9) as boolean diff --git a/testautomation/graphics/required/includes/global/id_opt_2.inc b/testautomation/graphics/required/includes/global/id_opt_2.inc old mode 100644 new mode 100755 index dd01a3522847..6fa722e09dd9 --- a/testautomation/graphics/required/includes/global/id_opt_2.inc +++ b/testautomation/graphics/required/includes/global/id_opt_2.inc @@ -29,9 +29,7 @@ '* '* short description : '* -'************************************************************************************ -' #1 tToolsOptionsMeasurementUnit -'\*********************************************************************************** +'\****************************************************************************** testcase tToolsOptionsMeasurementUnit (sApplication as string) dim i as integer -- cgit From 4d0f02a07a6387d2fb7a372d6da0f0f962250d98 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 4 Jun 2010 11:54:35 +0200 Subject: vitomation01: #i109696 - Solved timing problem on Linux, sleep() again. Argh. --- .../graphics/required/includes/global/id_011.inc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/global/id_011.inc b/testautomation/graphics/required/includes/global/id_011.inc index a9d46205daf7..f7a73548e395 100755 --- a/testautomation/graphics/required/includes/global/id_011.inc +++ b/testautomation/graphics/required/includes/global/id_011.inc @@ -1130,12 +1130,15 @@ testcase tdBezierToolbar '/// Click button 'Delete points' on 'Object Toolbar' ///' Kontext "Bezierobjectbar" Printlog "- Break curve" - try - Loeschen.Click - sleep 2 - catch - warnlog "Delete didn't work... why?" - endcatch + if ( hClickButton( Loeschen ) ) = -1 ) then + warnlog( "Unable to click button " ) + endif + 'try + ' Loeschen.Click + ' sleep 2 + 'catch + ' warnlog "Delete didn't work... why?" + 'endcatch '/// Uncheck on the symbol 'Curve' on the toolbar 'Main Toolbar' ///' Kontext "Toolbar" -- cgit From 93d27837f7fc9fac4e486aa29273488e568cbbb9 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 4 Jun 2010 12:07:32 +0200 Subject: vitomation01: #i109696 - Parentheses mismatch --- testautomation/graphics/required/includes/global/id_011.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/global/id_011.inc b/testautomation/graphics/required/includes/global/id_011.inc index f7a73548e395..e65bd54d8b32 100755 --- a/testautomation/graphics/required/includes/global/id_011.inc +++ b/testautomation/graphics/required/includes/global/id_011.inc @@ -1130,7 +1130,7 @@ testcase tdBezierToolbar '/// Click button 'Delete points' on 'Object Toolbar' ///' Kontext "Bezierobjectbar" Printlog "- Break curve" - if ( hClickButton( Loeschen ) ) = -1 ) then + if ( hClickButton( Loeschen ) = -1 ) then warnlog( "Unable to click button " ) endif 'try -- cgit From e000e6c97fff4f0831ba59016ec9311a31d785a9 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 4 Jun 2010 12:43:44 +0200 Subject: vitomation01: #i109696 - Fix typos --- testautomation/graphics/required/includes/global/id_002.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/global/id_002.inc b/testautomation/graphics/required/includes/global/id_002.inc index c516fb13d3a6..75539a0240ed 100755 --- a/testautomation/graphics/required/includes/global/id_002.inc +++ b/testautomation/graphics/required/includes/global/id_002.inc @@ -111,7 +111,7 @@ testcase tiEditPasteSpecial hUseAsyncSlot( "EditPasteSpecial" ) Kontext "InhaltEinfuegen" - if ( InhalteEinfuege.exists( 2 ) ) then + if ( InhaltEinfuegen.exists( 2 ) ) then DialogTest ( InhaltEinfuegen ) printlog " close the dialog without inserting something" -- cgit From 7fce4e6b09189dfb23469b555224b80c8cea63b0 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 9 Jun 2010 09:46:57 +0200 Subject: jl152: #i112023 - Removed parts that covered disabling and removing extensions. They are no longer valid as the user cannot remove bundled extensions. --- .../extensions/required/includes/e_update.inc | 183 ++------------------- 1 file changed, 16 insertions(+), 167 deletions(-) (limited to 'testautomation') diff --git a/testautomation/extensions/required/includes/e_update.inc b/testautomation/extensions/required/includes/e_update.inc index c7f049ead764..c2ad5a58a396 100755 --- a/testautomation/extensions/required/includes/e_update.inc +++ b/testautomation/extensions/required/includes/e_update.inc @@ -120,181 +120,30 @@ testcase tExtensionManagerResources() printlog( "Extension Options button does not exist, no options available" ) endif - if ( bUserIsAdmin ) then - - ' If the user is Admin or the office was installed in the users - ' home directory we have access to the extensions that reside in - ' the shared layer. This means that the user can remove and disable - ' these extensions. - - ' Modifications to unopkg and Extension Manager frequently cause - ' controls to disappear so a more finegrained control checking is done here - ' to avoid getting too much warnings in QUASTe. - - kontext "PackageManager" - BrowsePackages.select( 1 ) - if ( disable.exists() ) then - if ( disable.isVisible() ) then - if ( disable.isEnabled() ) then - - disable.click() - - kontext "Active" - if ( Active.exists( 1 ) ) then - printlog( "Disable extension: Warning for other office instance. Good." ) - active.ok() - else - warnlog( "No warning for other office instances running" ) - endif - - ' We now re-enable the extensions. Depending on the "size" - ' of the extension it might take the Extension Manager UI - ' a few seconds to complete the "disable" action. We need to - ' wait for that. - kontext "PackageManager" - BrowsePackages.select( 1 ) - iBreakCounter = 0 - do while( not enable.exists() ) - iBreakCounter = iBreakCounter + 1 - wait( 100 ) - if ( iBreakCounter = MAX_ITERATIONS ) then - warnlog( "Extension not ready within timeframe. Aborting" ) - goto endsub - endif - loop - enable.click() - - kontext "Active" - if ( Active.exists( 1 ) ) then - printlog( "Enable extension: Warning for other office instance. Good." ) - active.ok() - else - warnlog( "No warning for other office instances running" ) - endif - - ' The Extension Manager UI remembers when it has warned about - ' other running instances of the office, so the next time we try - ' to disable/enable the extension there should be no warning. - - kontext "PackageManager" - iBreakCounter = 0 - do while( not disable.exists() ) - iBreakCounter = iBreakCounter + 1 - wait( 100 ) - if ( iBreakCounter = MAX_ITERATIONS ) then - warnlog( "Extension not ready within timeframe. Aborting" ) - goto endsub - endif - loop - disable.click() - - kontext "Active" - if ( Active.exists( 1 ) ) then - warnlog( "There should be no warning when disabling the extension a second time" ) - active.ok() - else - printlog( "Disable extension: No warning for other office instances. Good." ) - endif - - kontext "PackageManager" - iBreakCounter = 0 - do while( not enable.exists() ) - iBreakCounter = iBreakCounter + 1 - wait( 100 ) - if ( iBreakCounter = MAX_ITERATIONS ) then - warnlog( "Extension not ready within timeframe. Aborting" ) - goto endsub - endif - loop - enable.click() - - kontext "Active" - if ( Active.exists( 1 ) ) then - warnlog( "There should be no warning when enabling the extension a second time" ) - active.ok() - else - printlog( "Enable extension: No warning for other office instances. Good." ) - endif - WaitSlot() - - else - warnlog( "User should be able to disable shared extension" ) - endif - else - warnlog( " button exists but is not visible" ) - endif - else - warnlog( "Cannot disable extension. It might be disabled already or defunct" ) - endif - - kontext "PackageManager" - if ( remove.exists() ) then - iBreakCounter = 0 - do while( not remove.isEnabled() ) - iBreakCounter = iBreakCounter + 1 - wait( 100 ) - if ( iBreakCounter = MAX_ITERATIONS ) then - warnlog( "Extension not ready within timeframe. Aborting" ) - goto endsub - endif - loop - - kontext "PackageManager" - if ( remove.isEnabled() ) then - - remove.click() - - ' Note: First time we try to remove an extension we should get a - ' warning that we must make sure that no other office instances - ' are running. If this warning is missing we actually remove the - ' extension which leaves the installation in an inconsistent - ' state. In a "real life" installation this would not work, in a - ' "user space" installation we have to reinstall. Bad that is. - - kontext "Active" - if ( Active.exists( 1 ) ) then - printlog( "Remove extension: Warning for other office instances. Good." ) - active.cancel() - else - warnlog( "No warning for other office instances running" ) - warnlog( "Installation inconsistency: Extension was removed!" ) - endif - WaitSlot() - - ' Note: Like for the disable/enable buttons we should not get - ' a warning for another running office instance when removing - ' an extension for the second time. + kontext "PackageManager" + BrowsePackages.select( 1 ) - else - warnlog( "User should be able to remove extension" ) - endif + printlog( "Check visibility of some controls, many are hidden for bundled extensions" ) + if ( disable.exists() ) then + if ( disable.isVisible() ) then + warnlog( "Button should not be visible for shared extensions" ) else - warnlog( "Button does not exist" ) + printlog( "Button is hidden" ) endif else - - ' if the user does not have Administrator rights he may neither - ' he may neither disable or remove extensions. - - kontext "PackageManager" - if ( disable.exists() ) then - if ( disable.isEnabled() ) then - warnlog( "Disable-button enabled for shared extension" ) - endif - else - warnlog( "Button does not exist" ) - endif + warnlog( "The control is not defined in this context" ) + endif - kontext "PackageManager" - if ( remove.exists() ) then - if ( remove.isEnabled() ) then - warnlog( "Remove-button enabled for shared extension" ) - endif + if ( remove.exists() ) then + if ( remove.isVisible() ) then + warnlog( "Button should not be visible for shared extensions" ) else - ' do nothing, if the button is missing we already get a warning earlier in this test + printlog( "Button is hidden" ) endif + else + warnlog( "The control is not defined in this context" ) endif - + kontext "PackageManager" PackageManager.close() -- cgit From 1b37ad14d1178ac6a46a4893187fd21b95df5788 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 9 Jun 2010 10:02:02 +0200 Subject: jl152: #i112023 - Changed warnlog to printlog for non existing control. This is acceptable because the control may not be accessible at all for the user and this can be obtained by hiding it or by simply not adding it to the dialog. --- testautomation/extensions/required/includes/e_update.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/extensions/required/includes/e_update.inc b/testautomation/extensions/required/includes/e_update.inc index c2ad5a58a396..769259aeaa7c 100755 --- a/testautomation/extensions/required/includes/e_update.inc +++ b/testautomation/extensions/required/includes/e_update.inc @@ -131,7 +131,7 @@ testcase tExtensionManagerResources() printlog( "Button is hidden" ) endif else - warnlog( "The control is not defined in this context" ) + printlog( "The control is not defined in this context" ) endif if ( remove.exists() ) then @@ -141,7 +141,7 @@ testcase tExtensionManagerResources() printlog( "Button is hidden" ) endif else - warnlog( "The control is not defined in this context" ) + printlog( "The control is not defined in this context" ) endif kontext "PackageManager" -- cgit From 558328c13fc88e6659ac8637a2a891db7b099528 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 11 Jun 2010 15:30:02 +0200 Subject: fwk143: #i104704 - Added HID_HYPERLINK_DIALOG as HyperlinkDialog --- testautomation/global/win/edia_d_h.win | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation') diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win index 0e2fd251d285..ed7ec6b2664e 100755 --- a/testautomation/global/win/edia_d_h.win +++ b/testautomation/global/win/edia_d_h.win @@ -486,3 +486,5 @@ Automatic sc:RadioButton:RID_SCDLG_TEXT_IMPORT_OPTIONS:RB_AUTOMATIC Custom sc:RadioButton:RID_SCDLG_TEXT_IMPORT_OPTIONS:RB_CUSTOM CustomLanguage sc:ListBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:LB_CUSTOM_LANG DetectSpecialNumbers sc:CheckBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:BTN_CONVERT_DATE + +*HyperlinkDialog HID_HYPERLINK_DIALOG \ No newline at end of file -- cgit From 47ebf3aac067c43839dc907dbcf7f4c26b61f99f Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 11 Jun 2010 20:24:48 +0200 Subject: fwk143: #i104704 - Changed testcases to context to the newly declared Hyperlink-Dialog, submitted issue for crosslinked id_002.inc and id_004.inc plus others which id did fix but not verify (because they are not called) --- .../graphics/optional/includes/global/id_002.inc | 74 +++--- .../graphics/optional/includes/global/id_004.inc | 23 +- .../graphics/required/includes/global/id_002.inc | 53 ++-- .../graphics/required/includes/global/id_004.inc | 22 +- .../required/includes/c_upd_insertmenu.inc | 270 +++++++++++---------- .../optional/includes/undo/w_undo_history_3.inc | 37 ++- testautomation/writer/required/includes/w_002_.inc | 40 +-- testautomation/writer/required/includes/w_004_.inc | 73 +++--- 8 files changed, 324 insertions(+), 268 deletions(-) mode change 100644 => 100755 testautomation/graphics/optional/includes/global/id_002.inc mode change 100644 => 100755 testautomation/graphics/optional/includes/global/id_004.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_002.inc mode change 100644 => 100755 testautomation/graphics/required/includes/global/id_004.inc mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc mode change 100644 => 100755 testautomation/writer/optional/includes/undo/w_undo_history_3.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_004_.inc (limited to 'testautomation') diff --git a/testautomation/graphics/optional/includes/global/id_002.inc b/testautomation/graphics/optional/includes/global/id_002.inc old mode 100644 new mode 100755 index aed9631b4cd6..49ae4cecbb39 --- a/testautomation/graphics/optional/includes/global/id_002.inc +++ b/testautomation/graphics/optional/includes/global/id_002.inc @@ -410,40 +410,48 @@ endcase testcase tiEditHyperlink hNewDocument InsertHyperlink - WaitSlot (5000) - Kontext "Hyperlink" - Auswahl.MouseDown 50, 5 - Auswahl.MouseUp 50, 5 - Auswahl.typekeys "" - Auswahl.typekeys "" - sleep 3 - Kontext "TabHyperlinkInternet" - - 'Workaround to get rid of a Focusing-problem... - NameText.Typekeys "alal " - NameText.Typekeys "" - TabHyperlinkInternet.Typekeys "", 6 - TabHyperlinkInternet.Typekeys "", 3 - 'End of workaround... - - Internet.Check 'Just to make sure the radio-button is addressable. - ZielUrl.Settext "http://www.liegerad-fahrer.de" - Kontext "Hyperlink" - Uebernehmen.Click - Hyperlink.Close - hTypeKeys "" - EditSelectAll - try - EditHyperlinkDraw + + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then Kontext "Hyperlink" - if Hyperlink.Exists then - Hyperlink.Close - else - Warnlog "- Hyperlinkdialog not up" - end if - catch - Warnlog "- Not able to edit Hyperlink!" - endcatch + Auswahl.MouseDown 50, 5 + Auswahl.MouseUp 50, 5 + Auswahl.typekeys "" + Auswahl.typekeys "" + sleep( 1 ) + Kontext "TabHyperlinkInternet" + + 'Workaround to get rid of a Focusing-problem... + NameText.Typekeys "alal " + NameText.Typekeys "" + TabHyperlinkInternet.Typekeys "", 6 + TabHyperlinkInternet.Typekeys "", 3 + 'End of workaround... + + Internet.Check 'Just to make sure the radio-button is addressable. + ZielUrl.Settext "http://www.liegerad-fahrer.de" + + Uebernehmen.Click() + + kontext "HyperlinkDialog" + HyperlinkDialog.Close() + + hTypeKeys "" + EditSelectAll + try + EditHyperlinkDraw + Kontext "HyperlinkDialog" + if ( HyperlinkDialog.Exists( 1 ) ) then + HyperlinkDialog.Close() + else + Warnlog "- Hyperlinkdialog not up" + end if + catch + Warnlog "- Not able to edit Hyperlink!" + endcatch + else + warnlog( "Failed to open " ) + endif Call hCloseDocument endcase diff --git a/testautomation/graphics/optional/includes/global/id_004.inc b/testautomation/graphics/optional/includes/global/id_004.inc old mode 100644 new mode 100755 index b1034c331ded..8cc3f508f6d0 --- a/testautomation/graphics/optional/includes/global/id_004.inc +++ b/testautomation/graphics/optional/includes/global/id_004.inc @@ -138,17 +138,18 @@ testcase tiInsertSpecialCharacter endcase testcase tiInsertHyperlink + Call hNewDocument InsertHyperlink - WaitSlot (5000) - Kontext "Hyperlink" - if Hyperlink.exists (5) then + + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then + + Kontext "TabHyperlinkInternet" Auswahl.MouseDown 50, 5 Auswahl.MouseUp 50, 5 Auswahl.typekeys "" Auswahl.typekeys "" - sleep 3 - Kontext "TabHyperlinkInternet" 'Workaround to get rid of a Focusing-problem... NameText.Typekeys "alal " @@ -158,12 +159,14 @@ testcase tiInsertHyperlink 'End of workaround... Internet.Check - ZielUrl.Settext "http://mahler" - Kontext "Hyperlink" - Uebernehmen.Click - Hyperlink.Close + ZielUrl.SetText( "http://www.nowhere.com" ) + Uebernehmen.Click() + + kontext "HyperlinkDialog" + HyperlinkDialog.Close() + else - warnlog "Failed to open hyperlink ??!!" + warnlog "Failed to open " end if Call hCloseDocument endcase diff --git a/testautomation/graphics/required/includes/global/id_002.inc b/testautomation/graphics/required/includes/global/id_002.inc old mode 100644 new mode 100755 index 55dec0008ac1..cd6a6ffe58aa --- a/testautomation/graphics/required/includes/global/id_002.inc +++ b/testautomation/graphics/required/includes/global/id_002.inc @@ -533,40 +533,49 @@ testcase tiEditHyperlink hNewDocument printlog " Insert->Hyperlink" InsertHyperlink - WaitSlot (5000) - Kontext "Hyperlink" + + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then + + Kontext "Hyperlink" Auswahl.MouseDown 50, 5 Auswahl.MouseUp 50, 5 Auswahl.typekeys "" Auswahl.typekeys "" - sleep 3 + sleep 1 + Kontext "TabHyperlinkInternet" + printlog "Workaround to get rid of a Focusing-problem..." + NameText.Typekeys "alal " + NameText.Typekeys "" + TabHyperlinkInternet.Typekeys "", 6 + TabHyperlinkInternet.Typekeys "", 3 + printlog "End of workaround" + + Internet.Check + ZielUrl.SetText( "http://www.liegerad-fahrer.de" ) + + Uebernehmen.Click() - printlog "Workaround to get rid of a Focusing-problem..." - NameText.Typekeys "alal " - NameText.Typekeys "" - TabHyperlinkInternet.Typekeys "", 6 - TabHyperlinkInternet.Typekeys "", 3 - printlog "End of workaround" - - Internet.Check 'Just to make sure the radio-button is addressable. - ZielUrl.Settext "http://www.liegerad-fahrer.de" - Kontext "Hyperlink" - Uebernehmen.Click - Hyperlink.Close + kontext "HyperlinkDialog" + HyperlinkDialog.Close() + else + warnlog( "Failed to open " ) + endif printlog " presupposition to enable edit->hyperlink: " hTypeKeys "" EditSelectAll try printlog " Edit->Hyperlink " EditHyperlinkDraw - Kontext "Hyperlink" - if Hyperlink.Exists then - printlog " close dialog 'Hyperlink'" - Hyperlink.Close - else - Warnlog "- Hyperlinkdialog not up" - end if + + Kontext "HyperlinkDialog" + if ( HyperlinkDialog.Exists( 2 ) ) then + printlog " close dialog 'Hyperlink'" + HyperlinkDialog.Close() + else + Warnlog "- Hyperlinkdialog not up" + end if catch Warnlog "- Not able to edit Hyperlink!" endcatch diff --git a/testautomation/graphics/required/includes/global/id_004.inc b/testautomation/graphics/required/includes/global/id_004.inc old mode 100644 new mode 100755 index 2fb21db18373..e93ab5bad606 --- a/testautomation/graphics/required/includes/global/id_004.inc +++ b/testautomation/graphics/required/includes/global/id_004.inc @@ -177,15 +177,16 @@ testcase tiInsertHyperlink Call hNewDocument printlog "Insert->Hyperlink " InsertHyperlink - WaitSlot (5000) - Kontext "Hyperlink" - if Hyperlink.exists (5) then + + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then + + Kontext "TabHyperlinkInternet" + Auswahl.MouseDown 50, 5 Auswahl.MouseUp 50, 5 Auswahl.typekeys "" Auswahl.typekeys "" - sleep 3 - Kontext "TabHyperlinkInternet" printlog "Workaround to get rid of a Focusing-problem..." NameText.Typekeys "alal " @@ -195,10 +196,13 @@ testcase tiInsertHyperlink printlog "End of workaround..." Internet.Check - ZielUrl.Settext "http://mahler" - Kontext "Hyperlink" - Uebernehmen.Click - Hyperlink.Close + ZielUrl.Settext "http://www.nowhere.com" + + Uebernehmen.Click() + + kontext "HyperlinkDialog" + HyperlinkDialog.Close() + else warnlog "Failed to open hyperlink ??!!" end if diff --git a/testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc old mode 100644 new mode 100755 index 7c779b341a08..be27490e3b18 --- a/testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc @@ -395,139 +395,145 @@ testcase tInsertHyperlink '/// Open 'Hyperlink' – dialog via 'Insert – Hyperlink' printlog " Open 'Hyperlink' – dialog via 'Insert – Hyperlink'" InsertHyperlink - WaitSlot( 5000 ) + + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then - Kontext "Hyperlink" - '/// Switch to category 'Internet' (first one) - printlog " Switch to category 'Internet'" - Auswahl.TypeKeys "" - '/// Choose 'Web' - printlog " Choose 'Web'" - Kontext "TabHyperlinkInternet" - internet.check - Call DialogTest ( TabHyperlinkInternet,1 ) - '/// Click on 'Target in Document' – button (the target dialog appears) - printlog " Click on 'Target in Document' – button (the target dialog appears)" - Target.Click - Kontext "ZielImDokument" - Call DialogTest ( ZielImDokument ) - '/// Close 'Target' – dialog with 'Close' - printlog " Close 'Target' – dialog with 'Close'" - ZielImDokument.Close - Kontext "TabHyperlinkInternet" - '/// Choose 'FTP' - printlog " Choose 'FTP'" - FTP.check - Call DialogTest ( TabHyperlinkInternet,2 ) - '/// Check that the 'Target' – button is disabled - printlog " Check that the 'Target' – button is disabled" - if Target.IsEnabled then - warnlog "The target button is enabled, but should be disabled" - end if - '/// Check option 'Anonymous User' - printlog " Check option 'Anonymous User'" - AnonymerBenutzer.Check - '/// Check that 'Login Name' is disabled - printlog " Check that 'Login Name' is disabled" - if Loginname.IsEnabled then - warnlog "The Loginname is enabled, but should be disabled" - end if - '/// Chose 'Telnet' - printlog " Chose 'Telnet'" - Telnet.check - Call DialogTest ( TabHyperlinkInternet,3 ) - '/// Check that the 'Target' – button is disabled - printlog " Check that the 'Target' – button is disabled" - if Target.IsEnabled then - warnlog "The target button is enabled, but should be disabled" - end if - '/// Switch to category 'Mail & News' - Kontext "Hyperlink" - Auswahl.TypeKeys "" - Kontext "TabHyperlinkMailUndNews" - Call DialogTest ( TabHyperlinkMailUndNews ) - '/// Click twice on 'Data Source' – button to turn on / off the databasebeamer - printlog " Click twice on 'Data Source' – button to turn on / off the databasebeamer" - Adressbuch.click - Adressbuch.click - '/// Check option 'Mail' - printlog " Check option 'Mail'" - EMail.check - '/// Check that the editfield for 'Receiver' is enabled - printlog " Check that the editfield for 'Receiver' is enabled" - if not Receiver.IsEnabled then - warnlog "Receiver is disabled but should be enabled" - end if - '/// Check that the editfield for 'Subject' is enabled - printlog " Check that the editfield for 'Subject' is enabled" - if not Betreff.IsEnabled then - warnlog "Subject is disabled but should be enabled" - end if - '/// Check option 'News' - printlog " Check option 'News'" - News.check - '/// Check that the editfield for 'Subject' is disabled - printlog " Check that the editfield for 'Subject' is disabled" - if Betreff.IsEnabled then - warnlog "Subject is enabled but should be disabled" - end if - '/// Switch to category Document - printlog " Switch to category Document" - Kontext "Hyperlink" - Auswahl.TypeKeys "" - Kontext "TabHyperlinkDokument" - Call DialogTest ( TabHyperlinkDokument ) - '/// Enter 'Test' in 'Path' - printlog " Enter 'Test' in 'Path'" - Path.TypeKeys "Test" - '/// Click on 'Open' – button - printlog " Click on 'Open' – button" - DateiOeffnen.click - Kontext "OeffnenDlg" - '/// Close 'Open' – dialog with 'Cancel' - printlog " Close 'Open' – dialog with 'Cancel'" - OeffnenDlg.Cancel - Kontext "TabHyperlinkDokument" - '/// Click on 'Target in Document' – button (the target dialog appears) - printlog " Click on 'Target in Document' – button (the target dialog appears)" - Target.click - Kontext "ZielImDokument" - '/// Close 'Target' – dialog with 'Close' - printlog " Close 'Target' – dialog with 'Close'" - ZielImDokument.close - Kontext "Hyperlink" - '/// Switch to category 'New Document' - printlog " Switch to category 'New Document'" - Auswahl.TypeKeys "" - Kontext "TabHyperlinkNeuesDokument" - Call DialogTest ( TabHyperlinkNeuesDokument ) - '/// Check 'Edit Now' - printlog " Click 'Edit Now'" - SofortBearbeiten.check - '/// Check 'Edit Later' - printlog " Click 'Edit Later'" - SpaeterBearbeiten.check - '/// Click on 'Select Path' – button - printlog " Click on 'Select Path' – button" - Pfad.click - Kontext "OeffnenDlg" - '/// Close 'Select Path' – dialog with 'Cancel' - printlog " Close 'Select Path' – dialog with 'Cancel'" - OeffnenDlg.Cancel - Kontext "TabHyperlinkNeuesDokument" - '/// Check that the 'Frame' listbox has items - printlog " Check that the 'Frame' listbox has items" - if Frame.GetItemCount < 1 then - warnlog "The Frame combobox is empty" - end if - '/// Check that the 'Form' listbox has 2 entries - printlog " Check that the 'Form' listbox has 2 entries" - if Form.GetItemCount <> 2 then - warnlog "The Form combobox has not 2 items" - end if - '/// Close 'Hyperlink' – dialog with 'Close' - printlog " Close 'Hyperlink' – dialog with 'Close'" - TabHyperlinkNeuesDokument.Cancel + Kontext "Hyperlink" + '/// Switch to category 'Internet' (first one) + printlog " Switch to category 'Internet'" + Auswahl.TypeKeys "" + '/// Choose 'Web' + printlog " Choose 'Web'" + Kontext "TabHyperlinkInternet" + internet.check + Call DialogTest ( TabHyperlinkInternet,1 ) + '/// Click on 'Target in Document' – button (the target dialog appears) + printlog " Click on 'Target in Document' – button (the target dialog appears)" + Target.Click + Kontext "ZielImDokument" + Call DialogTest ( ZielImDokument ) + '/// Close 'Target' – dialog with 'Close' + printlog " Close 'Target' – dialog with 'Close'" + ZielImDokument.Close + Kontext "TabHyperlinkInternet" + '/// Choose 'FTP' + printlog " Choose 'FTP'" + FTP.check + Call DialogTest ( TabHyperlinkInternet,2 ) + '/// Check that the 'Target' – button is disabled + printlog " Check that the 'Target' – button is disabled" + if Target.IsEnabled then + warnlog "The target button is enabled, but should be disabled" + end if + '/// Check option 'Anonymous User' + printlog " Check option 'Anonymous User'" + AnonymerBenutzer.Check + '/// Check that 'Login Name' is disabled + printlog " Check that 'Login Name' is disabled" + if Loginname.IsEnabled then + warnlog "The Loginname is enabled, but should be disabled" + end if + '/// Chose 'Telnet' + printlog " Chose 'Telnet'" + Telnet.check + Call DialogTest ( TabHyperlinkInternet,3 ) + '/// Check that the 'Target' – button is disabled + printlog " Check that the 'Target' – button is disabled" + if Target.IsEnabled then + warnlog "The target button is enabled, but should be disabled" + end if + '/// Switch to category 'Mail & News' + Kontext "Hyperlink" + Auswahl.TypeKeys "" + Kontext "TabHyperlinkMailUndNews" + Call DialogTest ( TabHyperlinkMailUndNews ) + '/// Click twice on 'Data Source' – button to turn on / off the databasebeamer + printlog " Click twice on 'Data Source' – button to turn on / off the databasebeamer" + Adressbuch.click + Adressbuch.click + '/// Check option 'Mail' + printlog " Check option 'Mail'" + EMail.check + '/// Check that the editfield for 'Receiver' is enabled + printlog " Check that the editfield for 'Receiver' is enabled" + if not Receiver.IsEnabled then + warnlog "Receiver is disabled but should be enabled" + end if + '/// Check that the editfield for 'Subject' is enabled + printlog " Check that the editfield for 'Subject' is enabled" + if not Betreff.IsEnabled then + warnlog "Subject is disabled but should be enabled" + end if + '/// Check option 'News' + printlog " Check option 'News'" + News.check + '/// Check that the editfield for 'Subject' is disabled + printlog " Check that the editfield for 'Subject' is disabled" + if Betreff.IsEnabled then + warnlog "Subject is enabled but should be disabled" + end if + '/// Switch to category Document + printlog " Switch to category Document" + Kontext "Hyperlink" + Auswahl.TypeKeys "" + Kontext "TabHyperlinkDokument" + Call DialogTest ( TabHyperlinkDokument ) + '/// Enter 'Test' in 'Path' + printlog " Enter 'Test' in 'Path'" + Path.TypeKeys "Test" + '/// Click on 'Open' – button + printlog " Click on 'Open' – button" + DateiOeffnen.click + Kontext "OeffnenDlg" + '/// Close 'Open' – dialog with 'Cancel' + printlog " Close 'Open' – dialog with 'Cancel'" + OeffnenDlg.Cancel + Kontext "TabHyperlinkDokument" + '/// Click on 'Target in Document' – button (the target dialog appears) + printlog " Click on 'Target in Document' – button (the target dialog appears)" + Target.click + Kontext "ZielImDokument" + '/// Close 'Target' – dialog with 'Close' + printlog " Close 'Target' – dialog with 'Close'" + ZielImDokument.close + Kontext "Hyperlink" + '/// Switch to category 'New Document' + printlog " Switch to category 'New Document'" + Auswahl.TypeKeys "" + Kontext "TabHyperlinkNeuesDokument" + Call DialogTest ( TabHyperlinkNeuesDokument ) + '/// Check 'Edit Now' + printlog " Click 'Edit Now'" + SofortBearbeiten.check + '/// Check 'Edit Later' + printlog " Click 'Edit Later'" + SpaeterBearbeiten.check + '/// Click on 'Select Path' – button + printlog " Click on 'Select Path' – button" + Pfad.click + Kontext "OeffnenDlg" + '/// Close 'Select Path' – dialog with 'Cancel' + printlog " Close 'Select Path' – dialog with 'Cancel'" + OeffnenDlg.Cancel + Kontext "TabHyperlinkNeuesDokument" + '/// Check that the 'Frame' listbox has items + printlog " Check that the 'Frame' listbox has items" + if Frame.GetItemCount < 1 then + warnlog "The Frame combobox is empty" + end if + '/// Check that the 'Form' listbox has 2 entries + printlog " Check that the 'Form' listbox has 2 entries" + if Form.GetItemCount <> 2 then + warnlog "The Form combobox has not 2 items" + end if + '/// Close 'Hyperlink' – dialog with 'Close' + printlog " Close 'Hyperlink' – dialog with 'Close'" + kontext "HyperlinkDialog" + HyperlinkDialog.Close() + else + warnlog( "Failed to open " ) + endif '/// Close document printlog " Close starting document" call hCloseDocument diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_3.inc b/testautomation/writer/optional/includes/undo/w_undo_history_3.inc old mode 100644 new mode 100755 index 1d30a87dd406..c6e04694ba6e --- a/testautomation/writer/optional/includes/undo/w_undo_history_3.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_3.inc @@ -119,12 +119,19 @@ testcase tUndoHyperlink Call hNewDocument '/// Insert / Hyperlink as Text InsertHyperlink - Call wEinfuegenHyperlink(1) - ZielURL.Settext "www.sun.com" - Form.Select 1 - Kontext "Hyperlink" - Uebernehmen.Click - Hyperlink.Close + + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then + Call wEinfuegenHyperlink(1) + ZielURL.SetText "www.sun.com" + Form.Select 1 + Uebernehmen.Click() + + kontext "HyperlinkDialog" + HyperlinkDialog.Close() + else + warnlog( "Unable to open " ) + endif '/// string in Undo-list has to be: "Insert Hyperlink") Call CheckUndoStringInUndoList ( 10, "InsertHyperlink" ) @@ -133,12 +140,18 @@ testcase tUndoHyperlink '/// Insert / Hyperlink as Button printlog "- Insert hyperlink as Button" InsertHyperlink - Call wEinfuegenHyperlink(1) - ZielURL.Settext "www.sun.com" - Form.Select 2 - Kontext "Hyperlink" - Uebernehmen.Click - Hyperlink.Close + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then + Call wEinfuegenHyperlink(1) + ZielURL.Settext "www.sun.com" + Form.Select 2 + Kontext "Hyperlink" + Uebernehmen.Click + kontext "HyperlinkDialog" + HyperlinkDialog.Close + else + warnlog( "Unable to open " ) + endif '/// string in Undo-list has to be: "insert URL Button") Call CheckUndoStringInUndoList ( 10, "InsertHyperlinkButton" ) diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 73de7ba6edeb..6502d91edc5e 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -924,21 +924,27 @@ testcase tEditHyperlink Printlog "- Edit / Hyperlink" Call hNewDocument PrintLog "Open new document" + InsertHyperlink - PrintLog "Insert / Hyperlink" - WaitSlot(5000) - Kontext "Hyperlink" - - Call wEinfuegenHyperlink(1) - Kontext "TabHyperlinkInternet" - Internet.Check - ZielUrl.Settext "http://www.sonor.de" - PrintLog "Enter URL " - Kontext "Hyperlink" - PrintLog "Click 'Apply'" - Uebernehmen.Click - PrintLog "Close Hyperlink dialog" - Hyperlink.Close + + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then + PrintLog "Insert / Hyperlink" + + Call wEinfuegenHyperlink(1) + Kontext "TabHyperlinkInternet" + Internet.Check + ZielUrl.Settext "http://www.sonor.de" + PrintLog "Enter URL " + + kontext "HyperlinkDialog" + PrintLog "Click 'Apply'" + Uebernehmen.Click + PrintLog "Close Hyperlink dialog" + HyperlinkDialog.Close() + else + warnlog( "Failed to open " ) + endif Call wDocSetContext try @@ -957,9 +963,9 @@ testcase tEditHyperlink try PrintLog "Edit / Hyperlink has to be enabled" EditHyperlink - Kontext "Hyperlink" - if Hyperlink.Exists then - Hyperlink.Close + Kontext "HyperlinkDialog" + if ( HyperlinkDialog.Exists( 1 ) ) then + HyperlinkDialog.Close() else Warnlog "- Hyperlinkdialog not up" end if diff --git a/testautomation/writer/required/includes/w_004_.inc b/testautomation/writer/required/includes/w_004_.inc old mode 100644 new mode 100755 index 3a4234bfb18a..f99e6ad17cf0 --- a/testautomation/writer/required/includes/w_004_.inc +++ b/testautomation/writer/required/includes/w_004_.inc @@ -345,46 +345,53 @@ testcase tInsertHyperlink printlog "- Internet" printlog " Insert / Hyperlink" InsertHyperlink - printlog " In 'Hyperlink' dialog step through all pages" - Call wEinfuegenHyperlink(1) - Call DialogTest ( TabHyperlinkInternet ) - Kontext "Hyperlink" - printlog "- Mail & News" - Call wEinfuegenHyperlink(2) - wait 500 - Call DialogTest ( TabHyperlinkMailUndNews ) + kontext "HyperlinkDialog" + if ( HyperlinkDialog.exists( 2 ) ) then - Kontext "Hyperlink" - printlog "- Document" - Call wEinfuegenHyperlink(3) - wait 500 - Call DialogTest ( TabHyperlinkDokument ) - - DateiOeffnen.Click + printlog " In 'Hyperlink' dialog step through all pages" + Call wEinfuegenHyperlink(1) + Call DialogTest ( TabHyperlinkInternet ) - Kontext "OeffnenDlg" - if ( OeffnenDlg.exists( 1 ) ) then + Kontext "Hyperlink" + printlog "- Mail & News" + Call wEinfuegenHyperlink(2) + wait 500 + Call DialogTest ( TabHyperlinkMailUndNews ) + + Kontext "Hyperlink" + printlog "- Document" + Call wEinfuegenHyperlink(3) + wait 500 + Call DialogTest ( TabHyperlinkDokument ) + + DateiOeffnen.Click + + Kontext "OeffnenDlg" + if ( OeffnenDlg.exists( 1 ) ) then + OeffnenDlg.Cancel + else + warnlog( "Dialog is not available" ) + endif + + Kontext "Hyperlink" + printlog "- New Document" + Call wEinfuegenHyperlink(4) + wait 500 + Call DialogTest ( TabHyperlinkNeuesDokument ) + + Pfad.Click + Sleep 1 + Kontext "OeffnenDlg" OeffnenDlg.Cancel + + printlog " Close 'Hyperlink' dialog" + kontext "HyperlinkDialog" + HyperlinkDialog.Close else - warnlog( "Dialog is not available" ) + warnlog( "Unable to open " ) endif - Kontext "Hyperlink" - printlog "- New Document" - Call wEinfuegenHyperlink(4) - wait 500 - Call DialogTest ( TabHyperlinkNeuesDokument ) - - Pfad.Click - Sleep 1 - Kontext "OeffnenDlg" - OeffnenDlg.Cancel - - Kontext "TabHyperlinkNeuesDokument" - TabHyperlinkNeuesDokument.Cancel - printlog " Close 'Hyperlink' dialog" - printlog " Close active document" Call hCloseDocument endcase -- cgit From cbddd4572fea93409d2b301a5e83489f7269288d Mon Sep 17 00:00:00 2001 From: wg111939 Date: Mon, 14 Jun 2010 10:26:38 +0200 Subject: Adjusting tests for renaissance2 changes, i94055 --- testautomation/global/required/includes/g_printing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 testautomation/global/required/includes/g_printing.inc (limited to 'testautomation') diff --git a/testautomation/global/required/includes/g_printing.inc b/testautomation/global/required/includes/g_printing.inc old mode 100644 new mode 100755 index a4ff969bcdf9..e05c1ba1d7e6 --- a/testautomation/global/required/includes/g_printing.inc +++ b/testautomation/global/required/includes/g_printing.inc @@ -232,7 +232,7 @@ testcase tPrintGeneral() warnlog( " should be enabled for Handouts" ) endif - lb_test( SlidesPerPage, 6, 0, "" ) + lb_test( SlidesPerPage, 7, 0, "" ) lb_test( ArrangeSlides, 2, 1, "" ) endif -- cgit From 0b9ef10c3e14b90c52d2d854dd9df29f2bcd6418 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 14 Jun 2010 11:36:30 +0200 Subject: jl152: #i112023 - Fix incorrect description.xml within version30.oxt and version31.oxt. The extensions had incorrect version strings and one extension was completely broken, probably checked in as plain text --- .../optional/input/dependencies/version30.oxt | Bin 766 -> 1493 bytes .../optional/input/dependencies/version31.oxt | Bin 1440 -> 1495 bytes 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 testautomation/extensions/optional/input/dependencies/version30.oxt (limited to 'testautomation') diff --git a/testautomation/extensions/optional/input/dependencies/version30.oxt b/testautomation/extensions/optional/input/dependencies/version30.oxt old mode 100755 new mode 100644 index 8750e712f8cd..59b8dc545973 Binary files a/testautomation/extensions/optional/input/dependencies/version30.oxt and b/testautomation/extensions/optional/input/dependencies/version30.oxt differ diff --git a/testautomation/extensions/optional/input/dependencies/version31.oxt b/testautomation/extensions/optional/input/dependencies/version31.oxt index 870b4cc97a9a..843cb02f10ec 100644 Binary files a/testautomation/extensions/optional/input/dependencies/version31.oxt and b/testautomation/extensions/optional/input/dependencies/version31.oxt differ -- cgit From e8f45751ec6ebcce8094dc66b3cd7ab65a9f27f5 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Mon, 14 Jun 2010 13:53:13 +0200 Subject: fwk143: #i104704 - Bad context fixed. --- testautomation/writer/required/includes/w_002_.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index 6502d91edc5e..f59c3906bf25 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -932,14 +932,17 @@ testcase tEditHyperlink PrintLog "Insert / Hyperlink" Call wEinfuegenHyperlink(1) + Kontext "TabHyperlinkInternet" Internet.Check - ZielUrl.Settext "http://www.sonor.de" + PrintLog "Enter URL " + ZielUrl.Settext "http://www.sonor.de" - kontext "HyperlinkDialog" PrintLog "Click 'Apply'" Uebernehmen.Click + + kontext "HyperlinkDialog" PrintLog "Close Hyperlink dialog" HyperlinkDialog.Close() else -- cgit From 8d9c47083245426c6649ce71030744b8e72c4a8b Mon Sep 17 00:00:00 2001 From: "Oliver Craemer [oc]" Date: Mon, 14 Jun 2010 15:57:25 +0200 Subject: i112380 : [Automation] ch2_chart_data_dlg_impress.bas fails because renaissance --- testautomation/chart2/optional/includes/ch2_datadialogue.inc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'testautomation') diff --git a/testautomation/chart2/optional/includes/ch2_datadialogue.inc b/testautomation/chart2/optional/includes/ch2_datadialogue.inc index e0db844353c1..fd7876057db5 100644 --- a/testautomation/chart2/optional/includes/ch2_datadialogue.inc +++ b/testautomation/chart2/optional/includes/ch2_datadialogue.inc @@ -45,12 +45,6 @@ testcase tChartDataDialogueButtons Printlog " Insert a new Chart-object, via the Menu: 'Insert - Chart'." InsertChart WaitSlot() - '/// Press 'TAB' once to select the object - printlog " Press 'TAB' once to select the object." - DocumentImpress.TypeKeys "" - '/// Click the button 'RETURN' / 'ENTER' to enter the Chart-Data-dialogue - printlog " Click the button 'Return', to enter the Chart-Data-dialogue." - DocumentImpress.TypeKeys "" Kontext "DocumentChart" '/// Open context menu printlog "Open context menu" @@ -230,12 +224,6 @@ testcase tChartDataDialogueFieldsUndo printlog " Insert a new Chart-object, via the Menu: 'Insert - Chart'." InsertChart WaitSlot() - '/// Press 'TAB' once to select the object - printlog " Press 'TAB' once to select the object." - DocumentImpress.TypeKeys "" - '/// Click the button 'RETURN' / 'ENTER' to enter the Chart-Data-dialogue - printlog " Click the button 'Return', to enter the Chart-Data-dialogue." - DocumentImpress.TypeKeys "" Kontext "DocumentChart" '/// Open context menu printlog "Open context menu" -- cgit From c76723b0d42affe00f9a5fc5218939060a5cc15a Mon Sep 17 00:00:00 2001 From: "Oliver Craemer [oc]" Date: Mon, 14 Jun 2010 15:58:16 +0200 Subject: i112381 : [Automation] added waitslots to avoid timingproblems --- testautomation/chart2/optional/includes/ch2_lvl1a.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/chart2/optional/includes/ch2_lvl1a.inc b/testautomation/chart2/optional/includes/ch2_lvl1a.inc index 5f72fd7e32f9..2637a4794d97 100755 --- a/testautomation/chart2/optional/includes/ch2_lvl1a.inc +++ b/testautomation/chart2/optional/includes/ch2_lvl1a.inc @@ -58,8 +58,8 @@ testcase tPlotOptions printlog "Edit / Object / Edit" EditObjectEdit - - printlog "Select DataSeries A by toolbar selectorbox" + waitslot() + printlog "Select DataSeries A by toolbar selectorbox" Kontext "DocumentChart" call fChartSelectElement (8) @@ -117,8 +117,8 @@ testcase tPlotOptions endif EditObjectEdit - - printlog "Select DataSeries A by toolbar selectorbox" + waitslot() + printlog "Select DataSeries A by toolbar selectorbox" call fChartSelectElement (8) printlog "Invoke Format::ObjectProperties" -- cgit From eb5b6b0387c762c08e69bd3eb1c9bbd2bb0be0f2 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Mon, 14 Jun 2010 17:28:13 +0200 Subject: #i110048# testautomation part --- testautomation/global/win/edia_d_h.win | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win index 0e2fd251d285..1dfc1699386d 100755 --- a/testautomation/global/win/edia_d_h.win +++ b/testautomation/global/win/edia_d_h.win @@ -420,9 +420,13 @@ ChooseARemoteDirectoryB HID_FTP_BTN_PATH CancelB HID_FTP_CANCEL *LoginDialog HID_DLG_LOGIN -LoginName uui:Edit:DLG_UUI_LOGIN:ED_LOGIN_USERNAME -LoginPassword uui:Edit:DLG_UUI_LOGIN:ED_LOGIN_PASSWORD -LoginSavePassword uui:CheckBox:DLG_UUI_LOGIN:CB_LOGIN_SAVEPASSWORD +LoginName HID_LOGIN_DLG_USER_NAME +LoginPassword HID_LOGIN_DLG_PASSWORD +LoginSavePassword HID_LOGIN_DLG_REMEMBER_PASSWORD +Path HID_LOGIN_DLG_PATH +Browse HID_LOGIN_DLG_BROWSE +Account HID_LOGIN_DLG_ACCOUNT +UseSystemCredentials HID_LOGIN_DLG_USE_SYSTEM_CREDENTIALS *Gallery SID_GALLERY NewTheme HID_GALLERY_NEWTHEME -- cgit From efa6641d45d9973f1e986d114af389ed56ea7f6d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 15 Jun 2010 09:19:32 +0200 Subject: jl152: #i112023 - Added version33.oxt, version34.oxt and updated files.txt --- .../extensions/optional/input/dependencies/version33.oxt | Bin 0 -> 1494 bytes .../extensions/optional/input/dependencies/version34.oxt | Bin 0 -> 1494 bytes testautomation/extensions/optional/input/files.txt | 4 +++- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 testautomation/extensions/optional/input/dependencies/version33.oxt create mode 100644 testautomation/extensions/optional/input/dependencies/version34.oxt (limited to 'testautomation') diff --git a/testautomation/extensions/optional/input/dependencies/version33.oxt b/testautomation/extensions/optional/input/dependencies/version33.oxt new file mode 100644 index 000000000000..11525f5be3bd Binary files /dev/null and b/testautomation/extensions/optional/input/dependencies/version33.oxt differ diff --git a/testautomation/extensions/optional/input/dependencies/version34.oxt b/testautomation/extensions/optional/input/dependencies/version34.oxt new file mode 100644 index 000000000000..e14671c77e92 Binary files /dev/null and b/testautomation/extensions/optional/input/dependencies/version34.oxt differ diff --git a/testautomation/extensions/optional/input/files.txt b/testautomation/extensions/optional/input/files.txt index 5e37bbd64659..5e5f5bb033c9 100755 --- a/testautomation/extensions/optional/input/files.txt +++ b/testautomation/extensions/optional/input/files.txt @@ -30,7 +30,9 @@ dependencies\version30.oxt;0,0,1,0,0 dependencies\version300.oxt;0,0,1,0,0 dependencies\version301.oxt;0,0,1,0,0 dependencies\versionempty.oxt;0,0,1,0,0 -dependencies\version31.oxt;1,0,0,0,0 +dependencies\version31.oxt;0,0,1,0,0 +dependencies\version33.oxt;0,0,1,0,0 +dependencies\version34.oxt;1,0,0,0,0 dependencies\version937.oxt;1,0,0,0,0 dependencies\versionnone.oxt;0,0,1,0,0 versions/plain.oxt;0,0,1,0,0 -- cgit From ee8695b92deed92cd6590f4f647920f7208553b5 Mon Sep 17 00:00:00 2001 From: "Helge Delfs [hde]" Date: Tue, 15 Jun 2010 14:11:35 +0200 Subject: [no commit message] --- testautomation/global/win/dial_p_s.win | 10 +++++++--- testautomation/global/win/etab_p_s.win | 1 + testautomation/writer/required/includes/w_010_.inc | 9 +++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) mode change 100644 => 100755 testautomation/writer/required/includes/w_010_.inc (limited to 'testautomation') diff --git a/testautomation/global/win/dial_p_s.win b/testautomation/global/win/dial_p_s.win index 6f76fe17b2bd..ea867c8044ac 100755 --- a/testautomation/global/win/dial_p_s.win +++ b/testautomation/global/win/dial_p_s.win @@ -6,9 +6,13 @@ PasswortBestaetigen sfx2:Edit:DLG_PASSWD:ED_PASSWD_CONFIRM *PasswordFileOpen HID_DLG_PASSWORD_UUI PasswortName uui:Edit:DLG_UUI_PASSWORD:ED_PASSWORD -*PasswordFileSave HID_DLG_PASSWORD_CRT -Password uui:Edit:DLG_UUI_PASSWORD_CRT:ED_PASSWORD_CRT -PasswordConfirm uui:Edit:DLG_UUI_PASSWORD_CRT:ED_PASSWORD_REPEAT +*PasswordFileSave HID_DLG_PASSWORD_TO_OPEN_MODIFY +Password HID_DLG_PASSWORD_TO_OPEN_MODIFY_PASSWORD_TO_OPEN +PasswordConfirm HID_DLG_PASSWORD_TO_OPEN_MODIFY_CONFIRM_PASSWORD_TO_OPEN +PasswordMoreOptions HID_DLG_PASSWORD_TO_OPEN_MODIFY_MORE +PasswordFileReadonly HID_DLG_PASSWORD_TO_OPEN_MODIFY_FILE_READONLY +PasswordToModify HID_DLG_PASSWORD_TO_OPEN_MODIFY_PASSWORD_TO_MODIFY +PasswordToModifyConfirm HID_DLG_PASSWORD_TO_OPEN_MODIFY_CONFIRM_PASSWORD_TO_MODIFY *PasswortEingeben SID_CHG_PROTECT SchutzAufheben HID_CHG_PROTECT diff --git a/testautomation/global/win/etab_p_s.win b/testautomation/global/win/etab_p_s.win index 46f4a46b2f63..f7262224d45b 100755 --- a/testautomation/global/win/etab_p_s.win +++ b/testautomation/global/win/etab_p_s.win @@ -86,6 +86,7 @@ MacroSecurity cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MACROSEC RecommendToOpenDocumentReadOnly cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_RECOMMREADONLY RecordChanges cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_RECORDCHANGES Protect cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_PROTRECORDS +ProtectByMasterPassword cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_MASTERPASSWORD PersistentlySavePasswords cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_SAVEPASSWORDS Options cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_SECURITYOPTIONS MasterPassword cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MASTERPASSWORD diff --git a/testautomation/writer/required/includes/w_010_.inc b/testautomation/writer/required/includes/w_010_.inc old mode 100644 new mode 100755 index 29c802022bed..cfc7dd29a6b2 --- a/testautomation/writer/required/includes/w_010_.inc +++ b/testautomation/writer/required/includes/w_010_.inc @@ -1078,6 +1078,10 @@ testcase tHtmlDocFormatting printlog " Open new document" Call hNewDocument + + Kontext "NavigatorWriter" + if NavigatorWriter.Exists then ViewNavigator + Call wTypeKeys ("Formatting ") Kontext "TextObjectbar" if Not TextObjectbar.Exists then Call hToolbarSelect ( "FORMATTING", true ) @@ -1153,6 +1157,11 @@ testcase tMasterDocFormatting printlog " Open new document" Call hNewDocument + + Kontext "NavigatorGlobalDoc" + if NavigatorGlobalDoc.Exists then ViewNavigator + + Call wTypeKeys ("Formatting ") Kontext "TextObjectbar" if Not TextObjectbar.Exists then Call hToolbarSelect ( "FORMATTING", true ) -- cgit From 2132f8f7ee018ca19156b90a96421f8515273b29 Mon Sep 17 00:00:00 2001 From: wg111939 Date: Tue, 15 Jun 2010 14:48:57 +0200 Subject: Adjusting tests for renaissance1 changes, making sure right tab page is selected --- testautomation/graphics/tools/id_tools_2.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testautomation') diff --git a/testautomation/graphics/tools/id_tools_2.inc b/testautomation/graphics/tools/id_tools_2.inc index 681a5ec7161a..b33c7c2fd9bb 100644 --- a/testautomation/graphics/tools/id_tools_2.inc +++ b/testautomation/graphics/tools/id_tools_2.inc @@ -1048,6 +1048,10 @@ end sub '--------------------------------------------------------------------------------------- sub sSelectEmptyLayout if gApplication = "IMPRESS" then + Kontext "DocumentImpress" + DocumentImpress.UseMenu + hMenuSelectNr (5) + hMenuSelectNr (13) printlog "Changing focus to TaskPane." kontext "Tasks" sleep (1) -- cgit From ffc40b7487914e3eda29d0ea9e1cc16c48449f32 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Tue, 15 Jun 2010 14:51:49 +0200 Subject: jl152: #i120023 - Adjustments to publisher.inc done. The extension manager now populates more slowly than before and the position of the extension in the update dialog has changed. --- .../extensions/optional/includes/publisher.inc | 100 ++++++++++----------- 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'testautomation') diff --git a/testautomation/extensions/optional/includes/publisher.inc b/testautomation/extensions/optional/includes/publisher.inc index 6bda65c781fc..ca8e31bb07b6 100755 --- a/testautomation/extensions/optional/includes/publisher.inc +++ b/testautomation/extensions/optional/includes/publisher.inc @@ -40,19 +40,18 @@ testcase tExtensionPublisher goto endsub endif - const EXTENSION_LIST_OFFSET = 1 ' French dictionary is usually listed before the test extensions ' Specification document ' http://specs.openoffice.org/appwide/packagemanager/online_update_for_extensions.odt ' http://specs.openoffice.org/appwide/packagemanager/online_update_for_extensions.odt - + ' This is the path where the test-extensions and the info file are located dim cBasePath as string cBasePath = gTesttoolPath & "extensions/optional/input/publisher/" cBasePath = convertpath( cBasePath ) - + ' Modify this file to add test cases or attributes dim cInfoFile as string : cinfoFile = cBasePath & "extension.info" - + ' The number of files to test. Information about this is stored in the file ' specified by cInfoFile dim iFileCount as integer @@ -61,72 +60,73 @@ testcase tExtensionPublisher dim iExitCounter as integer dim iCurrentExtensionCount as integer : iCurrentExtensionCount = 0 dim iTry as integer - + ' This is the data we get from the configuration file dim cCurrentFileName as string dim cHasReleaseNotes as string dim cReleaseNotes as string dim cHasPublisher as string dim cPublisher as string - + ' This is where we store the configuration data. This array must have more ' lines than cInfoFile contains. dim cConfigArray( 60 ) as string - + dim cTestString as string dim bInstallationComplete as boolean : bInstallationComplete = false - + iExtensionCount = hGetExtensionCount() - - + + hGetDataFileSection( cInfoFile, cConfigArray(), "info", "", "" ) iFileCount = int( hGetValueForKeyAsString( cConfigArray() , "filecount" ) ) printlog( cInfoFile & " specifies " & iFileCount & " documents to load" ) - + iExtensionCount = iExtensionCount + iFileCount printlog( "Expected number of extensions after installation: " & iExtensionCount ) printlog( "Installing extensions" ) for iCurrentFile = 1 to iFileCount - + hGetDataFileSection( cInfoFile, cConfigArray(), iCurrentFile, "", "" ) cCurrentFileName = hGetValueForKeyAsString( cConfigArray() , "file" ) cCurrentFileName = cBasePath & cCurrentFileName sExtensionCLI( "add" , cCurrentFileName ) wait 1000 ' This is required, sExtensionCLI is asynchronous. - + next iCurrentFile printlog( "Finished installing extensions, now verifying..." ) - + hNewDocument() ToolsPackageManager - + kontext "PackageManager" if ( PackageManager.exists( 3 ) ) then - - for iTry = 1 to 30 - + + for iTry = 1 to 30 + iCurrentExtensionCount = BrowsePackages.getItemCount() - + if ( iCurrentExtensionCount = iExtensionCount ) then printlog( "All extensions have been installed, good." ) bInstallationComplete = true exit for endif - + printlog( "Waiting for listbox: Number of extensions: " & iCurrentExtensionCount ) - + wait( 1000 ) ' Required, the list takes considerable time to fill. + next iTry - + ' If one or more extensions have not been added to the list we better abort the ' test as the remaining parts need all extensions to be installed causing ' lots of cryptig errors to appear in the log. if ( not bInstallationComplete ) then warnlog( "Not all extensions have been installed. Aborting test." ) - kontext "PackageManager" + kontext "PackageManager" if ( PackageManager.exists() ) then PackageManager.cancel() - PackageManager.notExists( 2 ) + PackageManager.notExists( 2 ) endif goto endsub endif @@ -134,24 +134,24 @@ testcase tExtensionPublisher warnlog( "The Extension Manager did not open, Aborting test" ) goto endsub endif - - + + kontext "PackageManager" printlog( "Going for the update-dialog" ) if ( Updates.isEnabled() ) then - + printlog( "Updates-button is enabled" ) Updates.click() - + kontext "ExtensionUpdate" if ( ExtensionUpdate.exists( 2 ) ) then - + iExitCounter = 0 - do while ( AvailableUpdatesList.getItemCount() < iFileCount ) + do while ( AvailableUpdatesList.getItemCount() < iFileCount ) printlog( "Waiting for Updates List to populate..." ) wait( 1000 ) iExitCounter = iExitCounter + 1 - if ( iExitCounter = 200 ) then + if ( iExitCounter = 200 ) then warnlog( "Update list for extensions is stalled (expected: 7), " & _ "found: " & AvailableUpdatesList.getItemCount() ) kontext "ExtensionUpdate" @@ -163,7 +163,7 @@ testcase tExtensionPublisher goto endsub endif loop - + if ( ShowAllUpdates.exists() ) then if ( ShowAllUpdates.isEnabled() ) then warnlog( """Show all updates"" should be disabled" ) @@ -173,29 +173,29 @@ testcase tExtensionPublisher else qaerrorlog( """Show all updates"" checkbox could not be accessed" ) endif - + if ( AvailableUpdatesList.isEnabled() ) then - + printlog( "Available updates list populated in " & iExitCounter & " seconds" ) - + if ( iExitCounter < 20 ) then for iCurrentFile = 1 to iFileCount - + hGetDataFileSection( cInfoFile, cConfigArray(), iCurrentFile, "", "" ) cCurrentFileName = hGetValueForKeyAsString( cConfigArray() , "display_name" ) - + cHasReleaseNotes = hGetValueForKeyAsString( cConfigArray() , "has_release_notes" ) cReleaseNotes = hGetValueForKeyAsString( cConfigArray() , "release_notes" ) - + cHasPublisher = hGetValueForKeyAsString( cConfigArray() , "has_publisher" ) cPublisher = hGetValueForKeyAsString( cConfigArray() , "publisher" ) - - AvailableUpdatesList.select( iCurrentFile + EXTENSION_LIST_OFFSET ) - + + AvailableUpdatesList.select( iCurrentFile ) + if ( AvailableUpdatesList.getText() = cCurrentFileName ) then printlog( "Testing extension: " & cCurrentFileName ) - + if ( lcase( cHasReleaseNotes ) = "yes" ) then if ( ReleaseNotesText.isVisible() ) then printlog( " - Release notes text is visible. Good." ) @@ -218,7 +218,7 @@ testcase tExtensionPublisher printlog( " - No release notes for this extension." ) endif endif - + if ( lcase( cHasPublisher ) = "yes" ) then if ( UpdatePublisherText.isVisible() ) then printlog( " - Publisher text is visible. Good." ) @@ -241,14 +241,14 @@ testcase tExtensionPublisher printlog( " - No Publisher for this extension." ) endif endif - + else - warnlog( "The extension is not at the expected position" ) + printlog( "The extension is not at the expected position" ) printlog( "Expected: " & cCurrentFileName ) printlog( "Found...: " & AvailableUpdatesList.getText() ) exit for endif - + next iCurrentFile else warnlog( "Updates list not fully populated in 15 seconds -> fail" ) @@ -263,15 +263,15 @@ testcase tExtensionPublisher else warnlog( "Extension Update dialog is not open" ) endif - + else warnlog( "Update-button on extension manager ui is disabled" ) endif - + kontext "PackageManager" PackageManager.close() PackageManager.notExists( 2 ) - + printlog( "Removing extensions" ) for iCurrentFile = 1 to iFileCount hGetDataFileSection( cInfoFile, cConfigArray(), iCurrentFile, "", "" ) @@ -279,7 +279,7 @@ testcase tExtensionPublisher sExtensionCLI( "remove" , cCurrentFileName ) next iCurrentFile printlog( "Finished removing extensions" ) - + hFileCloseAll() endcase -- cgit From 0c887fa87e5036a441506e7130d50f1291993e77 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Tue, 15 Jun 2010 16:28:16 +0200 Subject: #i110254# testautomation part --- .../optional/includes/options_ooo_general.inc | 606 ++++----------------- .../optional/includes/options_ooo_security.inc | 16 +- testautomation/global/win/etab_p_s.win | 12 +- 3 files changed, 123 insertions(+), 511 deletions(-) mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_general.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_security.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/options_ooo_general.inc b/testautomation/framework/optional/includes/options_ooo_general.inc old mode 100644 new mode 100755 index 8197a4fe54d9..e226eebf62e4 --- a/testautomation/framework/optional/includes/options_ooo_general.inc +++ b/testautomation/framework/optional/includes/options_ooo_general.inc @@ -25,39 +25,19 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : joerg.skottke@sun.com '* -'* short description : Grid Layout for CJK test in Writer +'* short description : 1. test for general group userdata ... view) '* '\*********************************************************************** -private const SOURCE_PATH = "framework\optional\input\CJK\" +testcase tOOoGeneral -testcase tTextGridDialog_1 + dim lsSave (4) as String + dim lbSave (3) as Boolean - '/// Check if tabpage 'Text Grid' disappears when "Asian Language support" is NOT checked - if iSystemSprache <> 81 AND iSystemSprache <> 82 AND iSystemSprache <> 86 AND iSystemSprache <> 88 then - Call CheckAsianLanguageSupport("Off") - hNewDocument() - FormatPageWriter - try - Kontext - Active.SetPage TabGrid - Kontext "TabGrid" - TabGrid.Cancel - warnlog "Shouldn't get Tabpage: Grid Text" - catch - Kontext - Active.SetPage TabSeite - Kontext "TabSeite" - TabSeite.Cancel - endcatch - endif - - '/// Check if tabpage 'Text Grid' appears when "Asian Language support" is checked - Call CheckAsianLanguageSupport("On") + hNewDocument - hNewDocument ToolsOptions hToolsOptions ( "StarOffice", "General" ) @@ -85,499 +65,129 @@ testcase tTextGridDialog_1 if ( ExtrasOptionenDlg.notExists( 3 ) ) then printlog( "Options closed" ) endif - hCloseDocument() -endcase - -'------------------------------------------------------------------------- - -testcase tTextGridDialog_2 - '/// No grid is active, no changes to existing version - Dim testFile , sCorrectResult as String - - testFile = "gridtest.sxw" - sCorrectResult = "1" - - Call hNewDocument - - '/// open a test file , and check No Grid checkbox - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - - FormatPageWriter - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - NoGrid.Check - Sleep 1 - TabGrid.OK - Sleep 1 - - '/// Active navigator dialogue , set page to '2' and wait for a while - Kontext - ViewNavigator - Kontext "NavigatorWriter" - - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator - - '/// In No Grid mode, there should be only 1 page, the focus is before the first line - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - hUseAsyncSlot( "EditCopy" ) - - if GetClipboardText <> sCorrectResult then Warnlog "Something wrong when choosing NoGrid option!" - - Call hCloseDocument -endcase -'------------------------------------------------------------------------- -testcase tTextGridDialog_3 - '/// Grid (lines only): The page is set up with a defined number of lines - Dim testFile , sCorrectResult , sLinesPerPage as String + hCloseDocument - testFile = "gridtest.sxw" - sCorrectResult = "G" - sLinesPerPage = "10" + printlog " - exit/restart StarOffice" + ExitRestartTheOffice - Call hNewDocument - - '/// open a test file and check Grid(lines onle) checkbox , - '/// + set 10 line/page - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - FormatPageWriter - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - LinesGrid.Check - LinesPerPage.SetText sLinesPerPage - Sleep 1 - TabGrid.OK - Sleep 1 - - '/// Active navigator dialogue , set page to '2' and wait for a while - Kontext - ViewNavigator - Kontext "NavigatorWriter" - - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator - - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - hUseAsyncSlot( "EditCopy" ) - - if GetClipboardText <> sCorrectResult then Warnlog "Something wrong when choosing Grid(lines only) option!" - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tTextGridDialog_4 - '/// Grid (lines and characters): The page is set up with a defined number of lines and a defined number of characters in each line - Dim testFile , sCorrectResult as String - Dim sLinesPerPage , sCharsPerLine as String + printlog " - check data" + ToolsOptions + hToolsOptions ( "StarOffice", "General" ) - testFile = "gridtest.sxw" - sCorrectResult = "E" - sLinesPerPage = "10" - sCharsPerLine = "9" + if Zweistellig.GetText <> "1950" then Warnlog "Year ( 2 digits ) => changes not saved: '" + Zweistellig.GetText +"' #i29810" + if Aktivieren.IsChecked <> TRUE then Warnlog "Enable HelpAgent => changes not saved" + Zuruecksetzen.Click + if gPlatgroup = "w95" then + if StarOfficeDialogeBenutzen.IsChecked = lbSave (2) then Warnlog "Use StarOffice dialogs => changes not saved!" + end if + If DruckenStatus.IsChecked = lbSave ( 3 ) then Warnlog "Printing sets 'Document modified' status => changes not saved!" - Call hNewDocument + printlog " - 2. change data" + Zweistellig.SetText "1800" + DruckenStatus.UnCheck - '/// open a test file and check Grid(lines and characters) checkbox - '/// + set 10 line/page and 9 characters/line - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - FormatPageWriter - Kontext - if active.exists(5) then - Active.SetPage TabGrid + Kontext "ExtrasOptionenDlg" + ExtrasOptionenDlg.OK + if ( ExtrasOptionenDlg.notExists( 3 ) ) then + printlog( "Options closed" ) endif - Kontext "TabGrid" - CharsGrid.Check - LinesPerPage.SetText sLinesPerPage - CharsPerLine.SetText sCharsPerLine - Sleep 1 - TabGrid.OK - Sleep 1 - - '/// Active navigator dialogue , set page to '2' and wait for a while - Kontext - ViewNavigator - Kontext "NavigatorWriter" - - Seitennummer.SetText "2" - Sleep 5 - hCloseNavigator - - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - hUseAsyncSlot( "EditCopy" ) - - if GetClipboardText <> sCorrectResult then Warnlog "Something wrong when choosing Grid(lines and characters) option!" - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tGridDisplay_1 - '/// Print grid: The grid lines will be printed. Inactive if "Display grid" is inactive. - Call hNewDocument - - '/// format / page / tabpage Text grid - '/// + check "display grid" and check "print grid" - FormatPageWriter - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - CharsGrid.Check - Display.Check - Sleep 1 - PrintGrid.Check - Sleep 1 - TabGrid.OK - Sleep 1 - '/// Print to printer - FilePrint - Kontext "Active" - if ( Active.Exists( 5 ) ) then - if Active.GetRT() = 304 then - Active.Ok() - QAErrorLog "No Default-Printer!" - Kontext "Printing" - if ( Printing.exists( 1 )) then - Printing.Cancel + 'It's a little tricky to reproduce. + if gPlatgroup = "unx" then + hNewDocument() + FilePrint + Kontext "DruckenDLG" + if DruckenDLG.exists(5) then + if gPlatform <> "osx" then + Eigenschaften.click + kontext + active.setPage TabSPAPaper + Kontext "TabSPAPaper" + if TabSPAPaper.exists (5) then + TabSPAPaper.OK + sleep 5 + else + qaErrorlog "Properties of Printer didn't come up." + endif + end if + Kontext "DruckenDLG" + DruckenDLG.OK + ' check state + kontext + if active.exists(5) then + printlog "active: printing failed? '" + active.gettext + "'" + active.ok endif - endif - else - Kontext "Printing" - if ( Printing.exists( 2 )) then - Printing.OK() - Printing.notExists( 5 ) - endif - - kontext "Active" - if active.exists(5) then - qaErrorLog active.getText() - active.ok() - endif - endif - - '/// format / page / tabpage Text grid - '/// + check "display grid" and uncheck "print grid" - FormatPageWriter - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - CharsGrid.Check - Display.Check - Sleep 1 - PrintGrid.UnCheck - Sleep 1 - TabGrid.OK - Sleep 1 - - '/// Print to printer - FilePrint - Kontext "Active" - if ( Active.Exists( 5 ) )then - if Active.GetRT() = 304 then - Active.Ok() - QAErrorLog "No Default-Printer!" - Kontext "Printing" - if ( Printing.exists( 1 )) then - Printing.Cancel() + try + FileSave + qaErrorlog "#i52248# Modify flag is set after printing though option is not set." + kontext "SpeichernDlg" + if SpeichernDlg.exists(5) then + SpeichernDlg.cancel + endif + catch + printlog "#i52248# doesn't come up." + endcatch + else + qaErrorLog "No printer available - resuming." + kontext + if active.exists(5) then + printlog active.getText + active.ok endif - endif - else - Kontext "Printing" - if( Printing.exists( 1 )) then - Printing.OK - Printing.notExists( 5 ) - endif - kontext - if ( active.exists( 2 ) ) then - qaErrorLog active.getText - active.ok - endif - endif - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tUserDefineLayout_1 - '/// Decrease characters per line will cause lines per page decrease accordingly - Dim sLinesPerPage , sCharsPerLine as String - Dim sExpectLinesPerPage , sExpectLinesPerPage1 as String - - sLinesPerPage = "20" - sCharsPerLine = "2" - sExpectLinesPerPage = "2" - sExpectLinesPerPage1 = "3" - - Call hNewDocument - - '/// Format/page , set lines per page to 20, and set charsets per line to 2 - '/// + wait for a moment , then check the the number of lines per page. - FormatPageWriter - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - CharsGrid.Check - - LinesPerPage.SetText sLinesPerPage - Sleep 2 - CharsPerLine.SetText sCharsPerLine - Sleep 2 - - 'This step is no use, just let the LinesPerPage change the number - CharsGrid.Check - - if LinesPerPage.GetText <> sExpectLinesPerPage AND LinesPerPage.GetText <> sExpectLinesPerPage1 then - Warnlog "The lines per page should be" + sExpectLinesPerPage + " OR " + sExpectLinesPerPage1 +" but get " +LinesPerPage.GetText - endif - - TabGrid.Cancel - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tFontSizeChanges_1 - '/// Change the font size to bigger enough will change the layout - Dim testFile , sCorrectResult as String - Dim sLinesPerPage , sCharsPerLine as String - dim sTemp as string - - testFile = "FontSizeChanges_1.sxw" - sCorrectResult = "1" - sLinesPerPage = "2" - sCharsPerLine = "9" - - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - - Kontext "FormatObjectbar" - Schriftgroesse.Select "60" - Schriftgroesse.TypeKeys "" - Sleep 1 - - Kontext "DocumentWriter" - FormatPageWriter - Kontext - if active.exists(5) then - Active.SetPage TabGrid - endif - Kontext "TabGrid" - if TabGrid.exists(5) then - sTemp = LinesPerPage.GetText - if sTemp <> sLinesPerPage then - Warnlog "The lines per page should be: '" + sLinesPerPage + "'; but get: '" + sTemp + "'" - endif - sTemp = CharsPerLine.GetText - if sTemp <> sCharsPerLine then - Warnlog "The chars per line should be: '" + sCharsPerLine + "'; but get: '" +sTemp + "'" - endif - TabGrid.Cancel - else - warnlog "TabGrid is not available." - endif + endif + hCloseDocument + endif + + printlog " - check data" + ToolsOptions + hToolsOptions ( "StarOffice", "General" ) - Kontext - ViewNavigator - Kontext "NavigatorWriter" - if NavigatorWriter.exists(5) then - Seitennummer.SetText "2" - Sleep 5 - else - warnlog "Navigator not available" - endif - hCloseNavigator + if Zweistellig.GetText <> "1800" then Warnlog "Year ( 2 digits ) => changes not saved : '" + Zweistellig.GetText +"'" + If DruckenStatus.IsChecked <> FALSE then Warnlog "Printing sets 'Document modified' status => changes not saved!" + if StyleSheet.GetSelIndex <> 3 then Warnlog "Style sheet for StarOffice Help => changes not saved!" - Kontext "DocumentWriter" - sleep 3 - Call DocumentWriter.TypeKeys "" + printlog " - reset to saved data" + Zweistellig.SetText lsSave ( 1 ) + Aktivieren.Check + Zuruecksetzen.Click + if lbSave (1) = TRUE then Aktivieren.Check else Aktivieren.Uncheck + if gPlatgroup = "w95" then + if lbSave (2) = TRUE then StarOfficeDialogeBenutzen.Check else StarOfficeDialogeBenutzen.UnCheck + end if + If lbSave(3)= TRUE then DruckenStatus.Check else DruckenStatus.UnCheck + StyleSheet.Select lsSave(3) - hUseAsyncSlot( "EditCopy" ) - sTemp = GetClipboardText - if sTemp <> sCorrectResult then - Warnlog "Don't get the expected result , hope to be: '" + sCorrectResult + "'; but get: '" + sTemp + "'" + Kontext "ExtrasOptionenDlg" + ExtrasOptionenDlg.OK + if ( ExtrasOptionenDlg.notExists( 3 ) ) then + printlog( "Options closed" ) endif - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tRubyText_1 - '/// If Ruby Text is applied and longer than its Base Text it will stretch over more grid cells than the base text itself. - Dim testFile , sRubyText as String - - testFile = "rubytest.sxw" - sRubyText = "Ruby Test Text ....................." - - Call hNewDocument - - '/// open a test file , and insert long ruby test text - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - - FormatRuby - Kontext "RubyDialog" - Sleep 3 - RubyText1.setText sRubyText - Sleep 2 - RubyDialog.OK - Sleep 2 - DialogClose.Click - Sleep 1 + ToolsOptions + hToolsOptions ( "StarOffice", "General" ) - Kontext "DocumentWriter" - FormatAutoformatApply - Sleep 2 - Call DocumentWriter.TypeKeys "" - Sleep 2 - Call DocumentWriter.TypeKeys "" - hUseAsyncSlot( "EditCopy" ) + printlog " - check the reset data" + if Zweistellig.GetText <> lsSave ( 1 ) then Warnlog "Year ( 2 digits ) => changes not saved" + if Aktivieren.IsChecked <> lbSave (1) then Warnlog "Enable HelpAgent => changes not saved" + Aktivieren.Check + Zuruecksetzen.Click + if lbSave (1) = TRUE then Aktivieren.Check else Aktivieren.Uncheck + if gPlatgroup = "w95" then + if StarOfficeDialogeBenutzen.IsChecked <> lbSave (2) then Warnlog "Use StarOffice dialogs => changes not saved!" + end if + If DruckenStatus.IsChecked <> lbSave(3) then Warnlog "Printing sets 'Document modified' status => changes not saved!" + if StyleSheet.GetSelText <> lsSave (3) then Warnlog "Style sheet for StarOffice Help => changes not saved!" - if NOT(GetClipboardText = "5" OR GetClipboardText = "6") then - Warnlog "Don't get the correct result after inserting ruby text! Get " + GetClipboardText + Kontext "ExtrasOptionenDlg" + ExtrasOptionenDlg.OK + if ( ExtrasOptionenDlg.notExists( 3 ) ) then + printlog( "Options closed" ) endif - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tIndentsTest_1 - '/// Indents should work and always indenting as close as possible to their measurements by snapping to the appropriate grid cell. Tabs therefore will be ignored. - Dim testFile , sCorrectPage1 , sCorrectPage2 as String - - testFile = "IndentsTest.sxw" - sCorrectPage1 = "1" - sCorrectPage2 = "2" - - Call hNewDocument - - '/// open a test file , and press TAB in second line - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - sMakeReadOnlyDocumentEditable - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - Sleep 1 - - '/// Active navigator dialogue , check if the page number is 1 - Kontext - ViewNavigator - Kontext "NavigatorWriter" - if Seitennummer.GetText <> sCorrectPage1 then Warnlog "First test :Something wrong in indents test!" - hCloseNavigator - - '/// press TAB in second line again - Kontext "DocumentWriter" - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - Sleep 1 - Call DocumentWriter.TypeKeys "" - Sleep 1 - - '/// Active navigator dialogue , check if the page number is 2 - Kontext - ViewNavigator - Kontext "NavigatorWriter" - if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Second test :Something wrong in indents test!" - hCloseNavigator - - Call hCloseDocument -endcase - -'------------------------------------------------------------------------- - -testcase tObjectsTest_1 - '/// If objects are anchored to text they will "wander" with its surrounding text. - '/// If they are anchored as character they will snap to the appropriate grid cell (since they are a character). - Dim testFile , sCorrectPage1 , sCorrectPage2 as String - - testFile = "objectsTest.sxw" - sCorrectPage1 = "1" - sCorrectPage2 = "2" - - Call hNewDocument - - '/// open a test file , and press TAB in second line - Call hFileOpen ( gTesttoolPath + SOURCE_PATH + testFile ) - - '/// If object is anchored as Character , check if it will snap to the appropriate grid cell - fStartupNavigator( "OLEObject" , 1 ) - Sleep 1 - Auswahlliste.TypeKeys "" - Sleep 1 - hCloseNavigator - - Kontext - FormatAnchorAsCharacter - WaitSlot() - - - ViewNavigator - Kontext "NavigatorWriter" - Seitennummer.SetText sCorrectPage2 - Sleep 5 - if Seitennummer.GetText <> sCorrectPage2 then Warnlog "Something wrong when object is anchored as Character!" - hCloseNavigator - - '/// If object is anchored to Character , check if it will NOT snap to the appropriate grid cell - fStartupNavigator( "OLEObject" , 1 ) - Auswahlliste.TypeKeys "" - hCloseNavigator - - Kontext - FormatAnchorToCharacter - - ViewNavigator - Kontext "NavigatorWriter" - Seitennummer.SetText sCorrectPage2 - Sleep 5 - if Seitennummer.GetText <> sCorrectPage1 then Warnlog "Something wrong when object is anchored to Character!" - hCloseNavigator - Kontext - Call hCloseDocument endcase diff --git a/testautomation/framework/optional/includes/options_ooo_security.inc b/testautomation/framework/optional/includes/options_ooo_security.inc old mode 100644 new mode 100755 index c3dece4de849..be542fc71689 --- a/testautomation/framework/optional/includes/options_ooo_security.inc +++ b/testautomation/framework/optional/includes/options_ooo_security.inc @@ -91,13 +91,6 @@ sub checkSecurityPage( _file as string ) warnlog( "Failed to open Security options" ) endif - Kontext "TabSecurity" - if ( TabSecurity.exists() ) then - checkCheckBox( _file , "*" , RecommendToOpenDocumentReadOnly ) - checkCheckBox( _file , "*" , RecordChanges ) - else - warnlog( "Could not return to Security Tabpage" ) - endif else warnlog( "Security Tabpage not available" ) endif @@ -110,6 +103,9 @@ sub changeSecurityPage( _file as string ) printlog( " * Changing current settings according to the reference list." ) printlog( " * Using settings from file: " & _file ) + + kontext "TabSecurity" + if ( TabSecurity.exists() ) then Options.click Kontext "TabSecurityOptionsAndWarnings" @@ -120,12 +116,12 @@ sub changeSecurityPage( _file as string ) setCheckBox( _file , "*" , RemovePersonalInformationOnSaving ) setCheckBox( _file , "*" , RecommendPasswordProtectionOnSaving ) TabSecurityOptionsAndWarnings.cancel - Kontext "TabSecurity" - setCheckBox( _file , "*" , RecommendToOpenDocumentReadOnly ) - setCheckBox( _file , "*" , RecordChanges ) Kontext "OptionenDLG" OptionenDLG.OK + else + warnlog( "Security Tabpage not available" ) + endif sleep(2) call exitRestartTheOffice() diff --git a/testautomation/global/win/etab_p_s.win b/testautomation/global/win/etab_p_s.win index 46f4a46b2f63..806645915f07 100755 --- a/testautomation/global/win/etab_p_s.win +++ b/testautomation/global/win/etab_p_s.win @@ -83,14 +83,20 @@ IndentAfter sw:MetricField:TP_SECTION_INDENTS:MF_AFTER *TabSecurity cui:TabPage:RID_SVXPAGE_INET_SECURITY MacroSecurity cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MACROSEC -RecommendToOpenDocumentReadOnly cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_RECOMMREADONLY -RecordChanges cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_RECORDCHANGES -Protect cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_PROTRECORDS PersistentlySavePasswords cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_SAVEPASSWORDS Options cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_SECURITYOPTIONS MasterPassword cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MASTERPASSWORD ShowPasswords cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_CONNECTIONS +*TabSecurityProperties HID_DOCINFOSECURITY +EnterPasswordToOpen HID_SECURITYTAB_PASSWORD_TO_OPEN +ReEnterPasswordToOpen HID_SECURITYTAB_CONFIRM_PASSWORD_TO_OPEN +EnterPasswordToModify HID_SECURITYTAB_PASSWORD_TO_MODIFY +ReEnterPasswordToModify HID_SECURITYTAB_CONFIRM_PASSWORD_TO_MODIFY +RecommendToOpenDocumentReadOnly HID_SECURITYTAB_OPEN_FILE_READONLY +RecordChanges HID_SECURITYTAB_RECORD_CHANGES +Protect HID_SECURITYTAB_PROTECTION + *TabSecurityOptionsAndWarnings HID_DLG_SECURITY_OPTIONS SavingOrSendingDocuments cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_SAVESENDDOCS SigningDocuments cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_SIGNDOCS -- cgit From 73913bd69eb79c43f78235fed41410b82d58ad38 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Tue, 15 Jun 2010 17:49:53 +0200 Subject: #i111422# testautomation part --- testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc (limited to 'testautomation') diff --git a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc old mode 100644 new mode 100755 index 0023dac1c4b3..91a806fd33ae --- a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc @@ -166,9 +166,10 @@ testcase tToolsMacro printlog " Close Select Certificate' dialog with 'Cancel'" SelectCertificate.Cancel Kontext "DigitalSignature" + add.click '/// Close 'Digital Signatures' dialog with 'Cancel' printlog " Close 'Digital Signatures' dialog with 'Cancel'" - DigitalSignature.Cancel + DigitalSignature.ok '/// Open 'Macro Organizer' by 'Tools – Macro – Organize Dialogs' printlog " Open 'Macro Organizer' by 'Tools – Macro – Organize Dialogs'" ToolsMacrosOrganizeDialogs -- cgit From 954b9a0c13afa1f1158c5f9a64b5230941ed6e31 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Tue, 15 Jun 2010 18:52:18 +0200 Subject: #i112279# additional testautomation fixes --- testautomation/global/required/includes/g_option.inc | 15 --------------- testautomation/math/required/includes/m_001_.inc | 6 ++++++ 2 files changed, 6 insertions(+), 15 deletions(-) mode change 100644 => 100755 testautomation/global/required/includes/g_option.inc mode change 100644 => 100755 testautomation/math/required/includes/m_001_.inc (limited to 'testautomation') diff --git a/testautomation/global/required/includes/g_option.inc b/testautomation/global/required/includes/g_option.inc old mode 100644 new mode 100755 index 3ff884d6be57..60f4e977337d --- a/testautomation/global/required/includes/g_option.inc +++ b/testautomation/global/required/includes/g_option.inc @@ -208,21 +208,6 @@ testcase tToolsOptionsStarOffice qaerrorlog( "#i45295# or office built without mozilla support" ) endif - Kontext "TabSecurity" - if Protect.isEnabled then - Protect.click() - Kontext "PasswordDLG" - call DialogTest( PasswordDLG ) - PasswordDLG.cancel() - else - select case uCase(gApplication) - case "WRITER","MASTERDOCUMENT" - WarnLog "Protect-Button is disabled." - case "MATH","IMPRESS","DRAW","HTML","CALC" - PrintLog "Protect-Button is disabled." - end select - endif - Kontext "TabSecurity" if ( TabSecurity.exists( 1 ) ) then Options.click diff --git a/testautomation/math/required/includes/m_001_.inc b/testautomation/math/required/includes/m_001_.inc old mode 100644 new mode 100755 index 371f7f090d52..17de5c6bc646 --- a/testautomation/math/required/includes/m_001_.inc +++ b/testautomation/math/required/includes/m_001_.inc @@ -610,6 +610,12 @@ testcase tmFileProperties Kontext "TabDokumentInfo" Call DialogTest ( TabDokumentInfo ) + Kontext + '/// select tabpage 'Security' ///' + active.SetPage TabSecurityProperties + Kontext "TabSecurityProperties" + Call DialogTest (TabSecurityProperties) + Kontext '/// select tabpage 'Internet' ///' active.SetPage TabInternet -- cgit From 170b41b511df2f9786b7dab236fa9f3d45f2a05a Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 16 Jun 2010 07:58:56 +0200 Subject: jl152: #i112023 - Added test extension for #i111434 and two version test extensions --- .../optional/input/dependencies/version310.oxt | Bin 0 -> 1493 bytes .../optional/input/dependencies/version330.oxt | Bin 0 -> 1494 bytes testautomation/extensions/optional/input/files.txt | 3 +++ .../extensions/optional/input/issues/111434.oxt | Bin 0 -> 1166 bytes 4 files changed, 3 insertions(+) create mode 100644 testautomation/extensions/optional/input/dependencies/version310.oxt create mode 100644 testautomation/extensions/optional/input/dependencies/version330.oxt create mode 100644 testautomation/extensions/optional/input/issues/111434.oxt (limited to 'testautomation') diff --git a/testautomation/extensions/optional/input/dependencies/version310.oxt b/testautomation/extensions/optional/input/dependencies/version310.oxt new file mode 100644 index 000000000000..40b66db99b65 Binary files /dev/null and b/testautomation/extensions/optional/input/dependencies/version310.oxt differ diff --git a/testautomation/extensions/optional/input/dependencies/version330.oxt b/testautomation/extensions/optional/input/dependencies/version330.oxt new file mode 100644 index 000000000000..abc13cdc07a2 Binary files /dev/null and b/testautomation/extensions/optional/input/dependencies/version330.oxt differ diff --git a/testautomation/extensions/optional/input/files.txt b/testautomation/extensions/optional/input/files.txt index 5e5f5bb033c9..369cb99b74d2 100755 --- a/testautomation/extensions/optional/input/files.txt +++ b/testautomation/extensions/optional/input/files.txt @@ -29,6 +29,8 @@ dependencies\version25.oxt;0,0,1,0,0 dependencies\version30.oxt;0,0,1,0,0 dependencies\version300.oxt;0,0,1,0,0 dependencies\version301.oxt;0,0,1,0,0 +dependencies\version310.oxt;0,0,1,0,0 +dependencies\version330.oxt;0,0,1,0,0 dependencies\versionempty.oxt;0,0,1,0,0 dependencies\version31.oxt;0,0,1,0,0 dependencies\version33.oxt;0,0,1,0,0 @@ -45,3 +47,4 @@ versions/version_1.2.4.7/plain.oxt;0,0,1,0,2 versions/version_1.02.4.7.0/plain.oxt;0,0,1,0,1 versions/version_1.2.3/plain.oxt;0,0,1,0,2 versions/version_1.2.15.3/plain.oxt;0,0,1,0,2 +issues/111434.oxt;0,1,1,0,0 diff --git a/testautomation/extensions/optional/input/issues/111434.oxt b/testautomation/extensions/optional/input/issues/111434.oxt new file mode 100644 index 000000000000..d88965e803f1 Binary files /dev/null and b/testautomation/extensions/optional/input/issues/111434.oxt differ -- cgit From 92408b42032982a21911e44443cef767272f9298 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Wed, 16 Jun 2010 11:33:09 +0200 Subject: #i111181# masking error not related to this cws, but test that would help here --- .../optional/includes/security_certification_dialogs.inc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) mode change 100644 => 100755 testautomation/framework/optional/includes/security_certification_dialogs.inc (limited to 'testautomation') diff --git a/testautomation/framework/optional/includes/security_certification_dialogs.inc b/testautomation/framework/optional/includes/security_certification_dialogs.inc old mode 100644 new mode 100755 index 2b645712cc02..7ed2f526f772 --- a/testautomation/framework/optional/includes/security_certification_dialogs.inc +++ b/testautomation/framework/optional/includes/security_certification_dialogs.inc @@ -32,8 +32,6 @@ '\****************************************************************************** testcase tCertificationDialogs - - dim brc as boolean const CFN = "tCertificationDialogs::" const SVERSION = "680" @@ -53,7 +51,14 @@ testcase tCertificationDialogs kontext "active" if ( active.exists( 1 ) ) then printlog( "MSGBOX: " & active.getText() ) - active.yes() + try + active.yes() + catch + warnlog "#i111181# cws DEV300/fs33a wrong messge box when try to sign a new document" + active.ok + hCloseDocument + goto endsub + endcatch printlog( CFN & "Allow to save the document" ) else if ( gApplication <> "MASTERDOCUMENT" ) then @@ -91,8 +96,5 @@ testcase tCertificationDialogs endif call hCloseDocument() - - - endcase -- cgit From ba9f70b7561af5762652c2c0d97cb5bd545aecd8 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Wed, 16 Jun 2010 13:06:00 +0200 Subject: updated test to reflect changes from cws renaissance2 --- .../framework/required/input/10erTest_680.sxw | Bin 32738 -> 32670 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/input/10erTest_680.sxw b/testautomation/framework/required/input/10erTest_680.sxw index e4b0259e88ac..afae9513c6fe 100755 Binary files a/testautomation/framework/required/input/10erTest_680.sxw and b/testautomation/framework/required/input/10erTest_680.sxw differ -- cgit From fc7af6173c4a8d463629a5334812a71963a6c1b1 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 16 Jun 2010 14:30:12 +0200 Subject: jpropenable: #i112445# exclude this file from l10n process --- .../extension_sources/TaskPaneComponent/nbproject/genfiles.properties | 1 + .../TaskPaneComponent/nbproject/private/config.properties | 0 .../TaskPaneComponent/nbproject/private/private.properties | 1 + .../extension_sources/TaskPaneComponent/nbproject/project-uno.properties | 1 + .../extension_sources/TaskPaneComponent/nbproject/project.properties | 1 + .../framework/required/input/basic_ide/Dialog5_ar_DZ.properties | 1 + .../framework/required/input/basic_ide/Dialog5_ca_ES.properties | 1 + .../framework/required/input/basic_ide/Dialog5_de_DE.properties | 1 + .../framework/required/input/basic_ide/Dialog5_en_US.properties | 1 + .../framework/required/input/basic_ide/Dialog5_fr_FR.properties | 1 + 10 files changed, 9 insertions(+) mode change 100755 => 100644 testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties mode change 100755 => 100644 testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/config.properties mode change 100755 => 100644 testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties mode change 100755 => 100644 testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties mode change 100755 => 100644 testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties (limited to 'testautomation') diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties old mode 100755 new mode 100644 index e4e5fc11997d..2f144fe1f264 --- a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties +++ b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties @@ -1,3 +1,4 @@ +# x-no-translate build.xml.data.CRC32=2b754fcd build.xml.script.CRC32=0a20deac build.xml.stylesheet.CRC32=d5b6853a diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/config.properties b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/config.properties old mode 100755 new mode 100644 diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties old mode 100755 new mode 100644 index c090eb0e8f9c..1b26762e782d --- a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties +++ b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties @@ -1,3 +1,4 @@ +# x-no-translate compile.on.save=false do.depend=false do.jar=true diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties old mode 100755 new mode 100644 index 35a0535e7d02..8abadd201d42 --- a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties +++ b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties @@ -1,3 +1,4 @@ +# x-no-translate uno.project.type=office.component.project project.name=TaskPaneComponent registration.classname=com.example.TaskPaneComponent diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties old mode 100755 new mode 100644 index b6059cf3113c..7ca12dec0468 --- a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties +++ b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties @@ -1,3 +1,4 @@ +# x-no-translate application.args= application.title=TaskPaneComponent application.vendor=qamsc diff --git a/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties b/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties index 66ee58c3205e..cddc30ef3020 100644 --- a/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties +++ b/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties @@ -1,4 +1,5 @@ # Dialog5 strings +# x-no-translate 28.Dialog5.HelpText= 29.Dialog5.Title= 30.Dialog5.CommandButton1.HelpText= diff --git a/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties b/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties index 5dcdf5d842e9..5682ffa64fe6 100644 --- a/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties +++ b/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties @@ -1,4 +1,5 @@ # Dialog5 strings +# x-no-translate 28.Dialog5.HelpText= 29.Dialog5.Title= 30.Dialog5.CommandButton1.HelpText= diff --git a/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties b/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties index ef060d3b270e..b11f0b217236 100644 --- a/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties +++ b/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties @@ -1,4 +1,5 @@ # Dialog5 strings +# x-no-translate 28.Dialog5.HelpText= 29.Dialog5.Title= 30.Dialog5.CommandButton1.HelpText= diff --git a/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties b/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties index 63ddbb05f82c..4e1d5852ec08 100644 --- a/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties +++ b/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties @@ -1,4 +1,5 @@ # Dialog5 strings +# x-no-translate 28.Dialog5.HelpText= 29.Dialog5.Title= 30.Dialog5.CommandButton1.HelpText= diff --git a/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties b/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties index 35ce6c96b072..aeac84adb45e 100644 --- a/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties +++ b/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties @@ -1,4 +1,5 @@ # Dialog5 strings +# x-no-translate 28.Dialog5.HelpText= 29.Dialog5.Title= 30.Dialog5.CommandButton1.HelpText= -- cgit From 2d2ca0ae1aa4756d2f01ecac591c46d1d6e7fc81 Mon Sep 17 00:00:00 2001 From: "Oliver Craemer [oc]" Date: Wed, 16 Jun 2010 15:44:37 +0200 Subject: i112451 :[Automation] Declaration for new Tabcolor UI --- testautomation/global/sid/context.sid | 1 + testautomation/global/sid/e_all.sid | 1 + testautomation/global/win/edia_t_z.win | 2 ++ 3 files changed, 4 insertions(+) (limited to 'testautomation') diff --git a/testautomation/global/sid/context.sid b/testautomation/global/sid/context.sid index 9b241eb4d65d..f5d47e635a7f 100644 --- a/testautomation/global/sid/context.sid +++ b/testautomation/global/sid/context.sid @@ -12,6 +12,7 @@ NotizAnzeigen FID_NOTE_VISIBLE ' Kontextmenue: Tabelle Calc AlleTabellenAuswaehlen FID_TAB_SELECTALL +SetTabColor FID_TAB_MENU_SET_TAB_BG_COLOR ' ** Kontextmenue im Gestalter/Stylist Stylist_Neu HID_STYLIST_NEW diff --git a/testautomation/global/sid/e_all.sid b/testautomation/global/sid/e_all.sid index b9fa2d9c81e8..866251e652ac 100644 --- a/testautomation/global/sid/e_all.sid +++ b/testautomation/global/sid/e_all.sid @@ -545,6 +545,7 @@ FormatSheetHide FID_TABLE_HIDE FormatSheetShow FID_TABLE_SHOW FormatSheetRename FID_TAB_MENU_RENAME FID_TAB_RENAME FormatSheetRightToLeft .uno:SheetRightToLeft +FormatSheetTabColor .uno:SetTabBgColor FormatMergeCells .uno:ToggleMergeCells FormatPrintRangesRemove SID_DELETE_PRINTAREA FormatPrintRangesEdit SID_OPENDLG_EDIT_PRINTAREA diff --git a/testautomation/global/win/edia_t_z.win b/testautomation/global/win/edia_t_z.win index 670a872ac657..4104b70f0f2a 100755 --- a/testautomation/global/win/edia_t_z.win +++ b/testautomation/global/win/edia_t_z.win @@ -1,3 +1,5 @@ +*TabColor FID_TAB_SET_TAB_BG_COLOR + *TableDesignTable HID_TABDESIGN_BACKGROUND TableWindow HID_CTL_TABLEEDIT Fieldname HID_TABDESIGN_NAMECELL -- cgit From 905b11b344fa13112f571a5f287de6236f96c18b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 18 Jun 2010 08:12:02 +0200 Subject: jl152: #i112023 - Added issue #i112496 to warnlogs for incorrect menuitem count --- testautomation/dbaccess/required/includes/MainApp.inc | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'testautomation') diff --git a/testautomation/dbaccess/required/includes/MainApp.inc b/testautomation/dbaccess/required/includes/MainApp.inc index fa3c1a4b0a14..0c53fa08a3e6 100755 --- a/testautomation/dbaccess/required/includes/MainApp.inc +++ b/testautomation/dbaccess/required/includes/MainApp.inc @@ -29,18 +29,8 @@ '* '* short description : test the Main Application Window '* -'************************************************************************ -'* -' #1 tMainApp -' #1 tMainMenuBar -' #1 tDatabaseProperties -' #1 tTableView -' #1 tPreview -' #1 tTableFilters -' #1 tRegisterDatabaseDialog -' #1 tDatabaseBeamer -'* -'\*********************************************************************************** +'\****************************************************************************** + sub MainApp printlog "------------------ MainApp.inc ---------------------" @@ -299,7 +289,7 @@ testcase tMainMenuBar hMenuSelectNr(1) ' FILE/NEW menu iCount = hMenuItemGetCount() if (iCount <> 12) then - warnlog "There should 12 items in the FILE/NEW menu but there are " + iCount + " items." + warnlog "#i112496# - There should 12 items in the FILE/NEW menu but there are " + iCount + " items." end if call hMenuClose() ' close the FILE menu -- cgit From cbb634dc19b24cd0c4a9338c8a4d1ee5391c5517 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 18 Jun 2010 20:35:54 +0200 Subject: jl152: New issue #i112522 to be fixed later (probably not related to this CWS) --- testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc (limited to 'testautomation') diff --git a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc old mode 100644 new mode 100755 index 10ba7eb017e1..6bcf3399796d --- a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc +++ b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc @@ -199,7 +199,7 @@ testcase tCreateNew3DChart endif printlog "Check that 3D look is 'simple' (=default)" if Scheme3D.GetSelIndex <> 1 then - warnlog "Default 3D Look ('simple') has not been preserved after save and reload." + warnlog "#i112522# - Default 3D Look ('simple') has not been preserved after save and reload." endif printlog "Check that 3D shape 'cone' is selected" if BarColumnShape.GetSelIndex <> 3 Then -- cgit From 6582b74f567a1a41ef20cf1649d8818d9bcb3a16 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 18 Jun 2010 20:44:21 +0200 Subject: jl152: New issue #i112523 to be fixed later (probably not related to this CWS) --- testautomation/writer/required/includes/w_007_.inc | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 testautomation/writer/required/includes/w_007_.inc (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc old mode 100644 new mode 100755 index 57c83706029f..694c71be71bf --- a/testautomation/writer/required/includes/w_007_.inc +++ b/testautomation/writer/required/includes/w_007_.inc @@ -983,6 +983,9 @@ testcase tToolsHangulHanjaConversion goto endsub end if + warnlog( "#i112523# - Hangul Hanya Conversion dialog causes crash." ) + goto endsub + select case gApplication case "HTML" : sTestFile = gTesttoolpath & "writer\required\input\hangul.html" case "WRITER" : sTestFile = gTesttoolpath & "writer\required\input\hangul.sxw" -- cgit From 3ec2f280695e2ff95b3ad1ce1f58cad47db7a0bf Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 18 Jun 2010 21:31:05 +0200 Subject: jl152: New issue #i112523 to be fixed later (probably not related to this CWS) --- testautomation/writer/required/includes/w_007_.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc index 694c71be71bf..14c1943c29d3 100755 --- a/testautomation/writer/required/includes/w_007_.inc +++ b/testautomation/writer/required/includes/w_007_.inc @@ -983,9 +983,6 @@ testcase tToolsHangulHanjaConversion goto endsub end if - warnlog( "#i112523# - Hangul Hanya Conversion dialog causes crash." ) - goto endsub - select case gApplication case "HTML" : sTestFile = gTesttoolpath & "writer\required\input\hangul.html" case "WRITER" : sTestFile = gTesttoolpath & "writer\required\input\hangul.sxw" @@ -1126,6 +1123,10 @@ endcase ' ------------------------------------------- testcase tHtmlDocToolsHangulHanjaConversion + + warnlog( "#i112523# - Hangul Hanya Conversion dialog causes crash." ) + goto endsub + Dim bAsianLanguage as Boolean Dim sTestFile as String -- cgit From d57ac99460bae6dd3b85e803367fa82073819770 Mon Sep 17 00:00:00 2001 From: obo Date: Wed, 23 Jun 2010 13:38:34 +0200 Subject: koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase. --- .../spreadsheet/required/includes/c_upd_editmenu.inc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_editmenu.inc (limited to 'testautomation') diff --git a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc old mode 100644 new mode 100755 index 07c769cf3bbf..9af880af0e18 --- a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc @@ -304,18 +304,13 @@ testcase tEditSelectAll '/// Select whole sheet via Edit - Select All printlog " Select whole sheet via Edit - Select All" EditSelectAll - '/// Check in areafield if the whole sheet is selected (A1:AMJ65536) - printlog " Check in areafield if the whole sheet is selected (A1:AMJ65536)" + '/// Check in areafield if the whole sheet is selected (A1:AMJ1048576) + printlog " Check in areafield if the whole sheet is selected (A1:AMJ1048576)" kontext "RechenleisteCalc" - if Bereich.getSelText = "A1:AMJ65536" then + if Bereich.getSelText = "A1:AMJ1048576" then printlog " - SelectAll is working" else - if Bereich.getSelText = "A1:IV65536" then - printlog " - SelectAll is working" - QaErrorLog "This should be a spreadsheet before the column limit (256 -> 1024) was enhanced" - else - warnlog "SelectAll is not working as expected. The area is " & Bereich.getSelText & " instead of A1:IV65536" - end if + warnlog "SelectAll is not working as expected. The area is " & Bereich.getSelText & " instead of A1:AMJ1048576" end if '/// Close document printlog " Close document" -- cgit From 5a3e13a98697c4c0fb14456afa54e6e515c2960a Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 15:06:37 +0200 Subject: #i112840# removed, since not used in any test --- testautomation/global/win/edia_t_z.win | 5 ----- 1 file changed, 5 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/win/edia_t_z.win b/testautomation/global/win/edia_t_z.win index 4104b70f0f2a..4e3e0cd2a1be 100755 --- a/testautomation/global/win/edia_t_z.win +++ b/testautomation/global/win/edia_t_z.win @@ -159,11 +159,6 @@ Preview HID_SC_ASCII_TABCTR *UnsatisfiedDependencies desktop:ModalDialog:RID_DLG_DEPENDENCIES UnsatisfiedDependencyList desktop:ListBox:RID_DLG_DEPENDENCIES:RID_DLG_DEPENDENCIES_LIST -*WarningPrintOptions sd:ModalDialog:DLG_PRINT_WARNINGS -FitPage sd:RadioButton:DLG_PRINT_WARNINGS:RBT_SCALE -Posterize sd:RadioButton:DLG_PRINT_WARNINGS:RBT_POSTER -TrimPage sd:RadioButton:DLG_PRINT_WARNINGS:RBT_CUT - *WarningPrintTransparency sfx2:ModalDialog:RID_WARN_PRINTTRANSPARENCY NoButton sfx2:PushButton:RID_WARN_PRINTTRANSPARENCY:BTN_PRINTTRANS_NO DoNotShowAgain sfx2:CheckBox:RID_WARN_PRINTTRANSPARENCY:CBX_NOPRINTTRANSWARN -- cgit From d6d2da173e9878a24d121adc30a2d7d17e01b2f2 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 15:08:55 +0200 Subject: #i112839# fixed: else/endif without if --- testautomation/graphics/required/includes/global/id_006.inc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/global/id_006.inc b/testautomation/graphics/required/includes/global/id_006.inc index c7de07588367..755d760d8b7a 100644 --- a/testautomation/graphics/required/includes/global/id_006.inc +++ b/testautomation/graphics/required/includes/global/id_006.inc @@ -31,7 +31,6 @@ '* '\********************************************************************************** -'------------------------------------------------------------------------------ sub id_Tools printLog "--------- id_006 ----------" call tiToolsSpellchecking @@ -199,10 +198,8 @@ testcase tiToolsThesaurus end if if FileExists ( sFileName ) = FALSE then warnlog "The language-file was not found or accessible! The test ends." - goto endsub - end if - Call hFileOpen (sFileName) - + else + Call hFileOpen (sFileName) sleep (2) hTypeKeys "" @@ -239,11 +236,8 @@ testcase tiToolsThesaurus sleep 1 '/// close application ///' Call hCloseDocument - else - goto endsub endif Call hCloseDocument - endcase '------------------------------------------------------------------------------- testcase tiToolsHyphenation @@ -519,4 +513,4 @@ testcase tiToolsEyedropper '/// close application ///' Call hCloseDocument endcase -'------------------------------------------------------------------------------- \ No newline at end of file + -- cgit From 9bea14bacc15857a997f2acae9eaee00dcbbe624 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 15:10:47 +0200 Subject: #112842# fixed: breaks with: unexpected symbol:.. --- testautomation/graphics/required/includes/impress/i_opt_1_.inc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/impress/i_opt_1_.inc b/testautomation/graphics/required/includes/impress/i_opt_1_.inc index ad62c64acf50..148bbe980424 100644 --- a/testautomation/graphics/required/includes/impress/i_opt_1_.inc +++ b/testautomation/graphics/required/includes/impress/i_opt_1_.inc @@ -31,14 +31,6 @@ '* '\****************************************************************************** -sub i_opt_1_.inc - - call tiAlwaysWithCurrentPage() - -end sub - -'******************************************************************************* - testcase tiAlwaysWithCurrentPage() dim i as integer @@ -202,4 +194,4 @@ testcase tiAlwaysWithCurrentPage() setStartCurrentPage(true) Call hCloseDocument endcase -'------------------------------------------------------------------------------- + -- cgit From 829027e6a7a0258e7ba76ada1bb7bec11ff860ed Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 15:32:12 +0200 Subject: #i112888# gPrivateEnvironmentLocation feature broken --- testautomation/global/system/includes/iniinfo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 552102588405..aa305b9a1a21 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -125,9 +125,9 @@ sub GetIniInformation if (gPrivateEnvironmentLocation <> "" AND gPrivateEnvironmentLocation <> ".") then if NOT fileExists(gPrivateEnvironmentLocation) then qaErrorLog "[PrivateEnvironment] defined in: '"+gTesttoolIni+"', but the path '"+gPrivateEnvironmentLocation+"'does not exist!" - else gPrivateEnvironmentLocation = "" end if + else gPrivateEnvironmentLocation = "" end if end sub -- cgit From ffb470ae7dd6358a4cef7ac70cea055365679664 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 17:51:07 +0200 Subject: #i112844# state is not entered in quaste database --- testautomation/graphics/required/includes/impress/im_007_.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/impress/im_007_.inc b/testautomation/graphics/required/includes/impress/im_007_.inc index 9d4860a0ba56..0a598f59c520 100644 --- a/testautomation/graphics/required/includes/impress/im_007_.inc +++ b/testautomation/graphics/required/includes/impress/im_007_.inc @@ -41,6 +41,7 @@ sub im_007_ call tSlideShowShowHideSlide() call tSlideShowCustomAnimation() call tSlideShowInteraction() + call tSlideShowAnimation() end sub -- cgit From 06c3be9d33f2b1bd5fe15978f066ac1be401da5e Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 19:29:17 +0200 Subject: #i112893# added exeption for osx --- testautomation/framework/required/includes/window_functions.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/window_functions.inc b/testautomation/framework/required/includes/window_functions.inc index 779ab3c0a8aa..2adb42638d02 100644 --- a/testautomation/framework/required/includes/window_functions.inc +++ b/testautomation/framework/required/includes/window_functions.inc @@ -250,7 +250,12 @@ testcase tCheckWindowTitle( sApplication as string, sReference as string ) ' Verify that the productname is contained within the string if ( iProductNamePosition = STRING_NOT_FOUND ) then - warnlog( "The product name is missing" ) + if ( lcase( gPlatform ) = "osx" ) then + printlog( "The product name is missing" ) + ' life is different on that platform compared to testtool world + else + warnlog( "The product name is missing" ) + endif endif ' Verify that the application name (e.g. "Writer") is contained in the string -- cgit From fbd74e955db0de5e72bc7014808fc85006b31a2a Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 19:57:18 +0200 Subject: #i112895# regression in math with passwords --- testautomation/math/optional/includes/m_101_.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/math/optional/includes/m_101_.inc b/testautomation/math/optional/includes/m_101_.inc index 2fc34b5c1f01..254dfc3b2eed 100755 --- a/testautomation/math/optional/includes/m_101_.inc +++ b/testautomation/math/optional/includes/m_101_.inc @@ -280,7 +280,11 @@ testcase tFilePassword printlog " Check: (" + i + "/" + x +"): " +sTemp if Passwort.isEnabled then if NOT((instr(sTemp,gMathFilter) = 1)OR(instr(sTemp," (.sxm)") > 1)) then - warnlog "(" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled" + if (4=i) then + warnlog "#i112895# (" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled" + else + warnlog "(" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled" + endif endif else if (instr(sTemp,gMathFilter) = 1)OR(instr(sTemp," (.sxm)") > 1) then -- cgit From 9a67dbf0aa3f53d532f6f204bd376ec8ce7f4ee1 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 20:29:29 +0200 Subject: #i112897# added missing active.setpage --- testautomation/global/tools/includes/required/t_files.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index 42b575c1187a..1b9cd4c028df 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -119,6 +119,8 @@ function hIsNamedDocLoaded( cFileName as string ) as boolean if ( hUseAsyncSlot( "FileProperties" ) <> RC_FAILURE ) then + kontext + active.setpage(tabdokument) kontext "TabDokument" if ( TabDokument.exists( 2 ) ) then -- cgit From cbf512102c009e4ba6096286a744d59281af4e60 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Fri, 2 Jul 2010 21:13:26 +0200 Subject: #i112897# typo --- testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc index 91a806fd33ae..78dbcb0ae18b 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc @@ -166,7 +166,6 @@ testcase tToolsMacro printlog " Close Select Certificate' dialog with 'Cancel'" SelectCertificate.Cancel Kontext "DigitalSignature" - add.click '/// Close 'Digital Signatures' dialog with 'Cancel' printlog " Close 'Digital Signatures' dialog with 'Cancel'" DigitalSignature.ok -- cgit From 723f3864d4832c430c8f1f0db5ee95afbd705f9d Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Mon, 5 Jul 2010 13:12:32 +0200 Subject: #i64504# enabled autotest again for this fixed issue --- testautomation/math/optional/includes/m_105.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100644 => 100755 testautomation/math/optional/includes/m_105.inc (limited to 'testautomation') diff --git a/testautomation/math/optional/includes/m_105.inc b/testautomation/math/optional/includes/m_105.inc old mode 100644 new mode 100755 index 3bfac36f6f25..8c0bdf773050 --- a/testautomation/math/optional/includes/m_105.inc +++ b/testautomation/math/optional/includes/m_105.inc @@ -487,8 +487,6 @@ testcase tToolsCatalog endcase testcase tToolsCatalogNew - qaerrorlog "#i64504# Symbol set name is not saved on exiting OOo" -goto endsub dim i, j as integer dim sTemp as string dim iStartingSymbolSetCount as integer @@ -626,7 +624,7 @@ goto endsub SymbolSet.select "" endcatch i = Symbol.getItemCount - if i <> 1 then + if i < 2 then warnlog "Symbol not available in new Symbolset: intsead of 1: " + i endif SymbolSet.setText "TBOnewSymbolSetdelete" -- cgit From e84ef5ca2d32d9f9c7b8a8bc8f8245ff75344b48 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Mon, 5 Jul 2010 13:30:29 +0200 Subject: #i112842# reverted back to a working revision from CWS tl74 --- .../graphics/required/includes/global/id_006.inc | 45 +--------------------- 1 file changed, 2 insertions(+), 43 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/global/id_006.inc b/testautomation/graphics/required/includes/global/id_006.inc index 755d760d8b7a..57990c2a16b0 100644 --- a/testautomation/graphics/required/includes/global/id_006.inc +++ b/testautomation/graphics/required/includes/global/id_006.inc @@ -104,9 +104,9 @@ testcase tiToolsSpellcheckingAutomatic endcase '------------------------------------------------------------------------------- testcase tiToolsThesaurus - Dim sWord as string Dim sExt as string + Dim sFileName as string 'for normal text, the thesaurus is enabled, 'if the format->character->language of the word has a thesaurus @@ -194,49 +194,8 @@ testcase tiToolsThesaurus if Thesaurus.Exists(3) then Thesaurus.Cancel else - sFileName = (ConvertPath (gTesttoolPath + "graphics\required\input\engtext.odg")) + warnlog "the thesaurus does not appear" end if - if FileExists ( sFileName ) = FALSE then - warnlog "The language-file was not found or accessible! The test ends." - else - Call hFileOpen (sFileName) - sleep (2) - - hTypeKeys "" - hTypeKeys "" - - ' Call hTextrahmenErstellen ("SimpleTest" + "", 10, 10, 30, 40) - try - '/// Tools->Thesaurus ///' - ExtrasThesaurusDraw - Kontext "Thesaurus" - Call DialogTest ( Thesaurus ) - '/// click button 'language' ///' - Sprache.Click - Kontext "SpracheAuswaehlen" - Call DialogTest ( SpracheAuswaehlen ) - '/// cancel dialog 'select language' ///' - SpracheAuswaehlen.cancel - Kontext "Thesaurus" - '/// click button 'search' ///' - Nachschlagen.Click - kontext - '/// if messagebox exist, say OK; (word not found) ///' - if Messagebox.exists (5) then - printlog "Messagebox: word not in thesaurus: '"+Messagebox.gettext+"'" - Messagebox.ok - end if - sleep 1 - Kontext "Thesaurus" - '/// cancel dialog 'Thesaurus' ///' - Thesaurus.Cancel - catch - warnlog "Thesaurus didn't work :-(" - endcatch - sleep 1 - '/// close application ///' - Call hCloseDocument - endif Call hCloseDocument endcase '------------------------------------------------------------------------------- -- cgit From 1242d182880028215d4ce92b465aab725eb8fd20 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Mon, 5 Jul 2010 13:49:50 +0200 Subject: #ii112931# reverted back to last working file --- .../graphics/required/includes/impress/im_003_.inc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'testautomation') diff --git a/testautomation/graphics/required/includes/impress/im_003_.inc b/testautomation/graphics/required/includes/impress/im_003_.inc index 87052558b8f9..a160699d74ca 100644 --- a/testautomation/graphics/required/includes/impress/im_003_.inc +++ b/testautomation/graphics/required/includes/impress/im_003_.inc @@ -132,31 +132,23 @@ testcase tiViewPanes endcase 'tiViewPanes '--------------------------------------------------------- testcase tiViewMasterView - printlog "open application" Call hNewDocument - printlog "View->Master View->Drawing View" hUseAsyncSlot( "ViewWorkspaceDrawingView" ) - printlog "View->Master View->Outline View " hUseAsyncSlot( "ViewWorkspaceOutlineView" ) - printlog "View->Master View->Slides View " - hUseAsyncSlot( "ViewWorkspaceSlidesView" ) - + ViewWorkspaceSlidesView + sleep 1 printlog "View->Master View->Notes View " hUseAsyncSlot( "ViewWorkspaceNotesView" ) - printlog "View->Master View->Handout View " hUseAsyncSlot( "ViewWorkspaceHandoutView" ) - printlog "View->Master View->Drawing View " hUseAsyncSlot( "ViewWorkspaceDrawingView" ) - printlog "close application " Call hCloseDocument - endcase 'tiViewMasterView '--------------------------------------------------------- testcase tiViewSlideMaster -- cgit From 9225862076be24f61f2d36b0d166c9ba7ae9a77d Mon Sep 17 00:00:00 2001 From: "Oliver Craemer [oc]" Date: Tue, 6 Jul 2010 08:46:05 +0200 Subject: i112923 :[Automation][w_updt.bas]Timingproblems on SolSparc --- testautomation/writer/required/includes/w_005b_.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 testautomation/writer/required/includes/w_005b_.inc (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_005b_.inc b/testautomation/writer/required/includes/w_005b_.inc old mode 100644 new mode 100755 index ad7c69346cf8..1fa91373ec4a --- a/testautomation/writer/required/includes/w_005b_.inc +++ b/testautomation/writer/required/includes/w_005b_.inc @@ -176,7 +176,7 @@ testcase tFormatArrange printlog " Insert a graphic from file '..\writer\required\input\graphics\jolink.jpg'" Call hGrafikEinfuegen ( gTesttoolPath + "writer\required\input\graphics\jolink.jpg" ) - + sleep(2) try printlog " Format / Arrange / Bring to front" FormatArrangeBringToFrontCalc @@ -219,12 +219,12 @@ testcase tFormatAlignment Call hNewDocument printlog " Insert a graphic from file '..\writer\required\input\graphics\jolink.jpg'" Call hGrafikEinfuegen ( gTesttoolPath + "writer\required\input\graphics\jolink.jpg" ) - + sleep(2) if ( gApplication = "HTML" ) then printlog " Format / Anchor / to Page" hUseAsyncSlot( "FormatAnchorToPage" ) end if - + try printlog " Format / Alignment / Left" FormatAlignmentLeft -- cgit From a5724195581541d27dcfbfc7dd86431799560aef Mon Sep 17 00:00:00 2001 From: "Oliver Craemer [oc]" Date: Tue, 6 Jul 2010 12:54:35 +0200 Subject: i102720 :[Automation][c_upd1.bas]crash in tEditImageMap does not occur anymore --- .../spreadsheet/required/includes/c_upd_editmenu2.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc (limited to 'testautomation') diff --git a/testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc b/testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc old mode 100644 new mode 100755 index dc54ca10361e..ee96ffadb6fd --- a/testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc @@ -583,15 +583,15 @@ testcase tEditImageMap printlog " Click on 'Active'-button" Aktiv.Click '/// Click on 'Macro...'-button - printlog " Click on 'Macro...'-button" - warnlog "#i102720# => crash, therefor this functionality is outcommented" -' Makro.Click -' Kontext "MakroZuweisen" -' Call DialogTest ( MakroZuweisen ) -' '/// Close 'Assign Macro'-dialog with Cancel -' printlog " Close 'Assign Macro'-dialog with Cancel" -' MakroZuweisen.Cancel -' Kontext "ImageMapEditor" + printlog " Click on 'Macro...'-button" +' warnlog "#i102720# => crash, therefor this functionality is outcommented" + Makro.Click + Kontext "MakroZuweisen" + Call DialogTest ( MakroZuweisen ) + '/// Close 'Assign Macro'-dialog with Cancel + printlog " Close 'Assign Macro'-dialog with Cancel" + MakroZuweisen.Cancel + Kontext "ImageMapEditor" '/// Click on 'Properties'-button printlog " Click on 'Properties'-button" Eigenschaften.Click -- cgit From 0c167d53f275d71dab18ede529f1edfbdefb6158 Mon Sep 17 00:00:00 2001 From: "Marc Neumann [msc]" Date: Tue, 6 Jul 2010 13:41:37 +0200 Subject: automationdev300m84: #112957# --- .../registry/data/org/openoffice/Office/UI/CalcWindowState.xcu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu index ba2c8c692d4e..367281d0deaf 100755 --- a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu +++ b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu @@ -4,7 +4,7 @@ - ein Panel + ein Panel true @@ -12,7 +12,7 @@ - noch ein Panel + noch ein Panel true -- cgit From b53656e84799104fb1adb8ed62a7b9d4046816b3 Mon Sep 17 00:00:00 2001 From: "Marc Neumann [msc]" Date: Tue, 6 Jul 2010 13:46:10 +0200 Subject: automationdev300m84: #112957# --- testautomation/extensions/optional/input/issues/LoggingOptions.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/extensions/optional/input/issues/LoggingOptions.xcs b/testautomation/extensions/optional/input/issues/LoggingOptions.xcs index e87474bba2a2..ca1ee9a4b6cb 100644 --- a/testautomation/extensions/optional/input/issues/LoggingOptions.xcs +++ b/testautomation/extensions/optional/input/issues/LoggingOptions.xcs @@ -1,5 +1,5 @@ - + -- cgit From f2a74e8d594e2539f18fe4c637d582966b52a2b3 Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Tue, 6 Jul 2010 14:40:48 +0200 Subject: #i112967# be nice to unexpected extension tabpages --- .../global/required/includes/g_option.inc | 30 ++++++++++++++++++++-- testautomation/global/win/etab_h_o.win | 1 + testautomation/global/win/etab_t_z.win | 2 ++ 3 files changed, 31 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/required/includes/g_option.inc b/testautomation/global/required/includes/g_option.inc index b14ceca82c9f..fe462038899f 100755 --- a/testautomation/global/required/includes/g_option.inc +++ b/testautomation/global/required/includes/g_option.inc @@ -579,14 +579,28 @@ testcase tToolsOptionsInternet '///+
                    1. Proxy
                    2. '///+
                    3. Search
                    4. '///+
                    5. Mozilla Plugin
                    - EchteAnzahl = OptionTabPageZaehler ( 3 , FALSE ) + EchteAnzahl = OptionTabPageZaehler ( 3 , TRUE ) + if (EchteAnzahl > 3) then + qaErrorLog ("Due to some installed extensions the tabpage count is not 3 it is: " + EchteAnzahl) + else + if (EchteAnzahl < 3) then + warnlog "Number of tabpages old : 3 new : " + EchteAnzahl + endif + endif else '/// On Unix systems this section includes four tab pages. '///+
                    1. Proxy
                    2. '///+
                    3. Search
                    4. '///+
                    5. E-Mail
                    6. '///+
                    7. Mozilla Plugin
                    - EchteAnzahl = OptionTabPageZaehler ( 4 , FALSE ) + EchteAnzahl = OptionTabPageZaehler ( 4 , TRUE ) + if (EchteAnzahl > 4) then + qaErrorLog ("Due to some installed extensions the tabpage count is not 3 it is: " + EchteAnzahl) + else + if (EchteAnzahl < 4) then + warnlog "Number of tabpages old : 3 new : " + EchteAnzahl + endif + endif endif for i=1 to EchteAnzahl @@ -647,6 +661,18 @@ testcase tToolsOptionsInternet Call DialogTest ( TabMozillaPlugin ) endif endif + case 5,6 : Kontext "TabMediaWiki" + if TabMediaWiki.exists then + qaerrorlog " - Wiki Publisher" + Call DialogTest ( TabMediaWiki ) + gefunden = TRUE + endif + Kontext "TabWeblog" + if TabWeblog.exists then + qaerrorlog " - Weblog Publisher" + Call DialogTest ( TabWeblog ) + gefunden = TRUE + endif end select if gefunden=FALSE then Warnlog "Error with the " + i + ".page, perhaps this page is deleted or change the place!" diff --git a/testautomation/global/win/etab_h_o.win b/testautomation/global/win/etab_h_o.win index 244e02f717bc..de5481e2e3c2 100755 --- a/testautomation/global/win/etab_h_o.win +++ b/testautomation/global/win/etab_h_o.win @@ -180,6 +180,7 @@ LastRecordButton sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_LAST ExcludeCheckBox sw:CheckBox:DLG_MM_PREPAREMERGE_PAGE:CB_EXCLUDE EditButton sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_EDIT +*TabMediaWiki sym:vnd.com.sun.star.wiki:settings *TabMemory HID_OFA_TP_MEMORY UndoSteps cui:NumericField:OFA_TP_MEMORY:ED_UNDO diff --git a/testautomation/global/win/etab_t_z.win b/testautomation/global/win/etab_t_z.win index aa0155908c5d..b7db16fd1ef4 100755 --- a/testautomation/global/win/etab_t_z.win +++ b/testautomation/global/win/etab_t_z.win @@ -101,6 +101,8 @@ ColumnLength HID_TAB_ENT_TEXT_LEN ColumnAutoValue dbaccess:NumericField:TAB_WIZ_TYPE_SELECT:ET_AUTO ColumnAuto dbaccess:PushButton:TAB_WIZ_TYPE_SELECT:PB_AUTO +*TabWeblog sym:vnd.com.sun.star.blogger:settings + *TabXMLGeneral HID_XML_FILTER_TABPAGE_BASIC FilterName HID_XML_FILTER_NAME Application HID_XML_FILTER_APPLICATION -- cgit From 072fcc5c846555b887de01fd87406f7a253168d1 Mon Sep 17 00:00:00 2001 From: "Helge Delfs [hde]" Date: Tue, 6 Jul 2010 14:47:54 +0200 Subject: automationdev300m84#i112954#added testcase to main sub and fixed missing hFileExists method --- testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc b/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc index 07c0dc4628d0..a8e5565e5eba 100755 --- a/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc +++ b/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc @@ -43,6 +43,7 @@ sub w_spellcheck Call tToolsThesaurus Call tToolsSpellcheckButtonChange Call tToolsSpellcheckButtonChangeAll + Call tToolsThesaurusSynonyms end sub @@ -1286,7 +1287,7 @@ testcase tToolsThesaurus printlog "Set language dependent word in textfield Current Word" CurrentWord.Settext sWordInitial - wait 500 + Sleep 2 if Alternatives.GetItemCount = 0 then Warnlog "No alternatives text" else @@ -1390,7 +1391,7 @@ testcase tToolsThesaurusSynonyms printlog " Open document where the formatting is set to the language we wish to test." TheFile = Convertpath (gTesttoolpath + "writer\optional\input\spellcheck\spellcheck_" + iSprache + ".odt") - if hFileExists ( TheFile ) <> TRUE then + if FileExists ( TheFile ) <> TRUE then Warnlog "Found no Document for the language you're testing in, Please inform the Test-Developer." exit sub end if -- cgit From 2417ca4be83efe9c81b220f069dc34f2c6685c63 Mon Sep 17 00:00:00 2001 From: "Helge Delfs [hde]" Date: Tue, 6 Jul 2010 15:00:28 +0200 Subject: automationdev300m84#i112973#exchanged hFileExists with FileExists --- testautomation/writer/optional/includes/fields/w_fields2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/optional/includes/fields/w_fields2.inc b/testautomation/writer/optional/includes/fields/w_fields2.inc index 4023480ff7dd..422be7088a14 100755 --- a/testautomation/writer/optional/includes/fields/w_fields2.inc +++ b/testautomation/writer/optional/includes/fields/w_fields2.inc @@ -879,7 +879,7 @@ testcase tDocumentStatistics ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if @@ -942,7 +942,7 @@ testcase tDocumentTemplate ' document has to be copied to local file system to avoid opening a read-only file ' because all field data gets lost if documents write-protection is removed via 'sMakeReadOnlyDocumentEditable' FileCopy (sOriginalFile, sTestFile) - if hFileExists ( sTestFile ) = false then + if FileExists ( sTestFile ) = false then Warnlog "Test document couldn't be copied to local file system. Test aborted!" goto endsub end if -- cgit From 2d8a117426f9aa3b47a90bcbe1907bb8a15442a2 Mon Sep 17 00:00:00 2001 From: "Marc Neumann [msc]" Date: Wed, 7 Jul 2010 08:38:46 +0200 Subject: automationdev300m84: #112990# --- testautomation/dbaccess/optional/includes/frm_FormFilter.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/dbaccess/optional/includes/frm_FormFilter.inc b/testautomation/dbaccess/optional/includes/frm_FormFilter.inc index b8e3ccc2d896..52579da2e15b 100755 --- a/testautomation/dbaccess/optional/includes/frm_FormFilter.inc +++ b/testautomation/dbaccess/optional/includes/frm_FormFilter.inc @@ -58,7 +58,9 @@ testcase tLoadForm FM_FormFilter_Start wait(1000) '/// insert 2 in the first textbox - printlog "insert 2 in the first textbox" + printlog "insert 2 in the first textbox" + DocumentWriter.TypeKeys "" , true + sleep(1) DocumentWriter.TypeKeys "2" , true 'DocumentWriter.TypeKeys "" , true wait(1000) @@ -91,7 +93,11 @@ testcase tLoadForm FM_FormFilter_Start wait(1000) '/// insert into the second textbox like '%2' - printlog "insert into the second textbox like '%2'" + printlog "insert into the second textbox like '%2'" + DocumentWriter.TypeKeys "" , true + sleep(1) + DocumentWriter.TypeKeys "" , true + sleep(1) DocumentWriter.TypeKeys "like '%2'" , true wait(1000) '/// execute the filter -- cgit From ece3808a5e68ea8f4a54317313447dff0f328535 Mon Sep 17 00:00:00 2001 From: "Oliver Craemer [oc]" Date: Wed, 7 Jul 2010 09:15:11 +0200 Subject: i112991 :[Automation]Chart could not be enabled due to Renaissance --- testautomation/chart2/optional/includes/ch2_datadialogue.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/chart2/optional/includes/ch2_datadialogue.inc b/testautomation/chart2/optional/includes/ch2_datadialogue.inc index fd7876057db5..f7e4078ad911 100644 --- a/testautomation/chart2/optional/includes/ch2_datadialogue.inc +++ b/testautomation/chart2/optional/includes/ch2_datadialogue.inc @@ -286,9 +286,6 @@ testcase tChartDataDialogueFieldsUndo DatabaseUndo '/// And then we enter the dialogue again, to check if the values has returned to what they were before we changed them. printlog "And then we enter the dialogue again, to check if the values has returned to what they were before we changed them." - '/// One press on 'TAB' to select the object ///' - printlog " Click the button 'TAB', to select the object." - DocumentImpress.TypeKeys "" '/// Followed by one press on "RETURN" / "ENTER" to enter the Chart-Data-dialogue ///' printlog " Click the button 'Return', to enter the Chart-Data-dialogue." DocumentImpress.TypeKeys "" -- cgit From c222f5345b271212e155b48b1bdc6ba4ca5de54b Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 7 Jul 2010 14:22:48 +0200 Subject: automationdev300m84: #i112987 - Attempted fix for missing dialog (which is a fake, it just became slower) --- .../required/includes/tools_customize.inc | 96 +++++++++------------- 1 file changed, 41 insertions(+), 55 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/tools_customize.inc b/testautomation/framework/required/includes/tools_customize.inc index 6bf31e391f99..f84222da0144 100755 --- a/testautomation/framework/required/includes/tools_customize.inc +++ b/testautomation/framework/required/includes/tools_customize.inc @@ -254,7 +254,7 @@ function hUpdtToolsCustomizeToolbars() const MENUITEM_DELETE = 2 const MENUITEM_MODIFY = 4 - const DIALOG_DELAY = 3 + const DIALOG_DELAY = 2 dim brc as boolean dim iCurrentItem as integer @@ -344,25 +344,7 @@ function hUpdtToolsCustomizeToolbars() kontext "ScriptSelector" if ( ScriptSelector.exists( DIALOG_DELAY ) ) then - - call dialogtest( ScriptSelector ) - - ' This is a workaround that applies when - for some reason - the menu - ' (menubutton: AddCommands) is not open. In this case the ScriptSelector - ' will not open. Before this hack the office was left in an unstable state - ' and the following tests would have failed. Now we get a warning - ' instead. - - printlog( CFN & "Add the default item" ) - try - kontext "ScriptSelector" - hCloseDialog( ScriptSelector, "ok" ) - catch - qaerrorlog( "#i79207# Could not access ok button on ScriptSelector" ) - kontext "ScriptSelector" - if ( ScriptSelector.exists( DIALOG_DELAY ) ) then printlog( "Scriptselector is open" ) - endcatch - + printlog( "ScriptSelector open." ) else LibraryTreeList.typeKeys( "" ) for iCurrentItem = 1 to 5 @@ -372,9 +354,7 @@ function hUpdtToolsCustomizeToolbars() next iCurrentItem endif - ' Note: The Customize dialog in the background is updated immediately. This - ' means that the cancel-button is active but blocked for a moment - 'WaitSlot( 2000 ) + call dialogtest( ScriptSelector ) printlog( CFN & "Close the Script Selector, back to ToolsCustomize dialog" ) hCloseDialog( ScriptSelector, "cancel" ) @@ -382,75 +362,80 @@ function hUpdtToolsCustomizeToolbars() kontext "TabCustomizeToolbars" printlog( CFN & "Click the Modify-button" ) - if ( not hClickCommandButton( 1 ) ) then + if ( hClickCommandButton( 1 ) ) then + + printlog( CFN & "Command button clicked successfully" ) + kontext "CustomizeToolbarsRename" + wait( 100 ) + if ( CustomizeToolbarsRename.exists( DIALOG_DELAY ) ) then + + printlog( CFN & "Rename dialog is open" ) + call dialogtest( CustomizeToolbarsRename ) + EingabeFeld.setText( "Renamed item" ) + + printlog( CFN & "Close the dialog" ) + hCloseDialog( CustomizeToolbarsRename, "ok" ) + else + warnlog( CFN & "CustomizeToolbarsRename could not be accessed" ) + endif + else warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif - printlog( CFN & "Rename the item" ) - UseBindings - kontext "CustomizeToolbarsRename" - if ( CustomizeToolbarsRename.exists( DIALOG_DELAY ) ) then - call dialogtest( CustomizeToolbarsRename ) - EingabeFeld.setText( "Renamed item" ) - - printlog( CFN & "Close the dialog" ) - hCloseDialog( CustomizeToolbarsRename, "ok" ) - else - warnlog( CFN & "CustomizeToolbarsRename could not be accessed" ) - endif - kontext "TabCustomizeToolbars" - - if ( not hClickCommandButton( 2 ) ) then + if ( hClickCommandButton( 2 ) ) then + printlog( CFN & "Successfully clicked second item on the command button" ) + else warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif kontext "TabCustomizeToolbars" waitslot - printlog( CFN & "Click the Modify-button" ) - printlog( "******************** 1 ********************" ) + printlog( CFN & "Deselect separator (if this is the current object)" ) hDeselectSeparator() - printlog( "******************** 2 ********************" ) + kontext "TabCustomizeToolbars" if ( not hClickCommandButton( 3 ) ) then warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif - kontext "TabCustomizeToolbars" waitslot + kontext "TabCustomizeToolbars" printlog( CFN & "Click the Modify-button" ) - -if ( not hClickCommandButton( MENUITEM_MODIFY ) ) then + if ( hClickCommandButton( MENUITEM_MODIFY ) ) then + printlog( CFN & "Successfully selected modify-item on the command button" ) + else warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif - kontext "TabCustomizeToolbars" WaitSlot + kontext "TabCustomizeToolbars" printlog( CFN & "Click the Modify-button" ) - - if ( not hClickCommandButton( 1 ) ) then + if ( hClickCommandButton( 1 ) ) then + printlog( CFN & "Successfully selected modify-item on the command button" ) + else warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif - kontext "TabCustomizeToolbars" waitslot + kontext "TabCustomizeToolbars" printlog( CFN & "Click the Modify-button" ) - printlog( "******************** 3 ********************" ) hDeselectSeparator() - printlog( "******************** 4 ********************" ) - if ( not hClickCommandButton( 5 ) ) then + if ( hClickCommandButton( 5 ) ) then + printlog( CFN & "Successfully selected modify-item on the command button" ) + else warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif - printlog( CFN & "On the Change Icon dialog: Click to import an icon" ) kontext "ChangeIcon" + printlog( CFN & "On the Change Icon dialog: Click to import an icon" ) if ( ChangeIcon.exists( DIALOG_DELAY ) ) then call dialogtest( ChangeIcon ) import.click() @@ -467,11 +452,12 @@ if ( not hClickCommandButton( MENUITEM_MODIFY ) ) then warnlog( CFN & "Could not access Change Icon dialog" ) endif - kontext "TabCustomizeToolbars" waitslot + kontext "TabCustomizeToolbars" printlog( CFN & "Click the Modify-button" ) - if ( not hClickCommandButton( 3 ) ) then + printlog( CFN & "Successfully selected modify-item on the command button" ) + else warnlog( CFN & "Something went wrong when accessing the command button" ) exit function endif -- cgit From 9d3fb56757b41358c0adddc9797527c41449de23 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 7 Jul 2010 15:06:28 +0200 Subject: automationdev300m84: #i112987 - Fixed failing access to dialog. --- testautomation/framework/required/includes/tools_customize.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/framework/required/includes/tools_customize.inc b/testautomation/framework/required/includes/tools_customize.inc index f84222da0144..2f7064055883 100755 --- a/testautomation/framework/required/includes/tools_customize.inc +++ b/testautomation/framework/required/includes/tools_customize.inc @@ -254,7 +254,7 @@ function hUpdtToolsCustomizeToolbars() const MENUITEM_DELETE = 2 const MENUITEM_MODIFY = 4 - const DIALOG_DELAY = 2 + const DIALOG_DELAY = 1 dim brc as boolean dim iCurrentItem as integer @@ -366,6 +366,7 @@ function hUpdtToolsCustomizeToolbars() printlog( CFN & "Command button clicked successfully" ) kontext "CustomizeToolbarsRename" + UseBindings wait( 100 ) if ( CustomizeToolbarsRename.exists( DIALOG_DELAY ) ) then @@ -455,7 +456,7 @@ function hUpdtToolsCustomizeToolbars() waitslot kontext "TabCustomizeToolbars" printlog( CFN & "Click the Modify-button" ) - if ( not hClickCommandButton( 3 ) ) then + if ( hClickCommandButton( 3 ) ) then printlog( CFN & "Successfully selected modify-item on the command button" ) else warnlog( CFN & "Something went wrong when accessing the command button" ) -- cgit From e0bf75deaa0d0af16995f9426ebcd3aff68c60aa Mon Sep 17 00:00:00 2001 From: "Oliver Craemer [oc]" Date: Wed, 7 Jul 2010 15:34:08 +0200 Subject: i113009 : [Automation][c_upd1.bas]Workaround for tFileRecentDocument --- testautomation/spreadsheet/required/includes/c_upd_filemenu.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testautomation') diff --git a/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc b/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc index 32eee7e6040c..ad543b5c97f7 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc @@ -355,6 +355,11 @@ endcase '----------------------------------------------------------- testcase tFileRecentDocuments + +if gPlatform = "lin" then + warnlog "#110649# Due to bug this testcase is not available" + goto endsub +end if dim sTestFile as string -- cgit From e2ffe6b8de7cd6277582afad1bff94556db485aa Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Wed, 7 Jul 2010 19:17:49 +0200 Subject: automationdev300m84: #ii112847 - Fixed IsNamedDocLoaded by creating an exception list of suffixes which indicate a template being loaded. Not 100 percent safe but better than the old implementation --- .../global/tools/includes/required/t_files.inc | 15 ++++++++++ .../includes/import_general/c_import_general.inc | 33 ++++++++-------------- 2 files changed, 27 insertions(+), 21 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index 1b9cd4c028df..d9da7ce5191a 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -114,13 +114,28 @@ function hIsNamedDocLoaded( cFileName as string ) as boolean dim cDocumentName as string dim iDocumentNameLength as integer + dim bTemplateDocument as boolean hIsNamedDocLoaded() = false + ' If the requested document is a template, we cannot use its filename to + ' identify the document as it is named "Untitled 1" or "Untitled" in the + ' FileSave dialog and the document properties dialog. The string is locale + ' dependent. So we do a shortcut here, the calling tests fail at a later + ' point if this function does not work properly + + select case( right( cFileName, 4 ) ) + case ".vor", ".dot", ".sti", ".pot", ".std", ".xlt", ".stc", ".ots", "xltm", "xltx" + if ( GVERBOSE ) then printlog( CFN & "Template document filtered" ) + hIsNamedDocLoaded() = true + exit function + end select + if ( hUseAsyncSlot( "FileProperties" ) <> RC_FAILURE ) then kontext active.setpage(tabdokument) + kontext "TabDokument" if ( TabDokument.exists( 2 ) ) then diff --git a/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc b/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc index 87c6d899b7bb..6f8392adf93d 100755 --- a/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc +++ b/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc @@ -41,6 +41,8 @@ sub tLoadAllDocuments ( gsSourcePath as string ) Dim i as integer Dim x as integer + dim gsSourceDocument( 50 ) as string + printlog "Source path: " & gsSourcePath 'Get the files into a list. Call GetAllFileList(gsSourcePath, "*.*" , gsSourceDocument()) @@ -81,6 +83,7 @@ end function '------------------------------------------------------------------------------- ' testcase tLoadSpreadsheetDocument (SourceFile) + Dim sOnlyFileName as string Dim sOnlyFileExtension as string Dim sTempFileName as String @@ -88,13 +91,13 @@ testcase tLoadSpreadsheetDocument (SourceFile) sTempFileName = SourceFile sOnlyFileName = DateiOhneExt(DateiExtract(SourceFile) - sOnlyFileExtension = GetExtention(sTempFileName) - select case sOnlyFileName - case "so3tmpl", "so4tmpl", "so5tmpl" : - printlog "Test case: " & sOnlyFileName & "." & sOnlyFileExtension - - case else printlog "Test case: " & sOnlyFileName & "." & sOnlyFileExtension + sOnlyFileExtension = GetExtention(sTempFileName) + + select case ( sOnlyFileName ) + case "so3tmpl", "so4tmpl", "so5tmpl" : printlog "Test case: " & sOnlyFileName & "." & sOnlyFileExtension + case else : printlog "Test case: " & sOnlyFileName & "." & sOnlyFileExtension end select + 'Maybe file name is empty if sOnlyFileName > "" then 'Some extensions make no sense to load @@ -106,27 +109,15 @@ testcase tLoadSpreadsheetDocument (SourceFile) Call hCloseDocument else warnlog sOnlyFileName + " document has not been loaded correctly [hIsNamedDocLoaded]!" - if GetDocumentCount > 1 then - Do Until GetDocumentCount = 1 - Call hCloseDocument - Loop - endif + hFileCloseAll() endif else warnlog sOnlyFileName + " document has not been loaded correctly [fCalcFileOpen; IsItLoaded]!" - if GetDocumentCount > 1 then - Do Until GetDocumentCount = 1 - Call hCloseDocument - Loop - endif + hFileCloseAll() endif else printlog "(" + sOnlyFileName + "." + sOnlyFileExtension + ") won't be loaded because of excluded extensions .so and .tmp." - if GetDocumentCount > 1 then - Do Until GetDocumentCount = 1 - Call hCloseDocument - Loop - endif + hFileCloseAll() endif endif endcase -- cgit From 3999cb339afd9a69c36dc82167f050eed65b85fd Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 8 Jul 2010 09:41:33 +0200 Subject: automationdev300m84: #i112935 - The fix is that i check for iRetries being greater equal MAX_RETRIES. This is against my understanding of the for-next loops internal workings but solves the problem. --- testautomation/global/tools/includes/required/t_tools3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 27ac128437ee..f52010f086e4 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1108,7 +1108,7 @@ function hUseAsyncSlot( cSlot as string ) as integer iTime = iRetries * DELAY ' Timeout is -1 - if ( iRetries = MAX_RETRIES ) then iTime = RC_TIMEOUT + if ( iRetries >= MAX_RETRIES ) then iTime = RC_TIMEOUT if ( GVERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hUseAsyncSlot() = iTime -- cgit From e4556d5f123bf3d704909932bc51eb8a1aa407c5 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 8 Jul 2010 09:45:24 +0200 Subject: automationdev300m84: #i112935 - Removed the invalid issue-ids from the test tFormatWrapObject. --- testautomation/writer/required/includes/w_005b_.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_005b_.inc b/testautomation/writer/required/includes/w_005b_.inc index 1fa91373ec4a..46ad8e610587 100755 --- a/testautomation/writer/required/includes/w_005b_.inc +++ b/testautomation/writer/required/includes/w_005b_.inc @@ -469,14 +469,14 @@ testcase tFormatWrapObject if ( hUseAsyncSlot( "FormatWrapContour" ) = -1 ) then printlog( "Format / Wrap / Contour disabled. Good." ) else - warnlog( "#i90964# Format / Wrap / Contour should not be enabled for frames" ) + warnlog( "Format / Wrap / Contour should not be enabled for frames" ) end if printlog " Format / Wrap / Edit Contour" if ( hUseAsyncSlot( "FormatWrapEditContour" ) = -1 ) then printlog( "Format / Wrap / Edit Contour disabled. Good." ) else - Warnlog( "#i90964# Wrap / Edit Contour should not be enabled for frames" ) + Warnlog( "Wrap / Edit Contour should not be enabled for frames" ) Kontext "KonturEditor" if ( KonturEditor.exists( 2 ) ) then -- cgit From aa1d824ff9d9339cad9afadf0a750cff0f1354ea Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 8 Jul 2010 10:41:00 +0200 Subject: automationdev300m84: #i112887 - The method used to close the hyperlink dialog was wrong. Another CWS brought the possibility to assign HIDs to tabpages so this can now be used. The HyperlinkDialog now has three buttons: ApplyButton, CloseButton and BackButton which can be accessed directly via the dialogs context. Requires a minor change to edia_d_h.win. Furthermore t_tools3.inc had a modification regarding the for-next loop's exit value and the test tInsertHyperlink was modified. --- testautomation/global/tools/includes/required/t_tools3.inc | 2 +- testautomation/global/win/edia_d_h.win | 3 +++ testautomation/writer/required/includes/w_002_.inc | 7 ++++--- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index f52010f086e4..987a6ded6bb6 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -1142,7 +1142,7 @@ function hClickButton( oButton as object ) as integer ' Total time used iTime = iRetries * DELAY - if ( iRetries = MAX_RETRIES ) then iTime = RC_TIMEOUT + if ( iRetries >= MAX_RETRIES ) then iTime = RC_TIMEOUT if ( GVERBOSE ) then printlog( CFN & "Exit with rc=" & iTime ) hClickButton() = iTime diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win index 35869e0c2b72..d36515d0599e 100755 --- a/testautomation/global/win/edia_d_h.win +++ b/testautomation/global/win/edia_d_h.win @@ -503,3 +503,6 @@ CustomLanguage sc:ListBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:LB_CUSTOM_LANG DetectSpecialNumbers sc:CheckBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:BTN_CONVERT_DATE *HyperlinkDialog HID_HYPERLINK_DIALOG +CloseButton HID_ICCDIALOG_CANCEL_BTN +ApplyButton HID_ICCDIALOG_OK_BTN +BackButton HID_ICCDIALOG_BACK_BTN \ No newline at end of file diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index d19c563526ce..d4b6952840b2 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -948,8 +948,9 @@ testcase tEditHyperlink PrintLog "Click 'Apply'" Uebernehmen.Click + kontext "HyperlinkDialog" PrintLog "Close Hyperlink dialog" - hCloseDialog( Hyperlink, "close" ) + hClickButton( CloseButton ) else warnlog( "Dialog did not open" ) hCloseDocument() @@ -972,8 +973,8 @@ testcase tEditHyperlink PrintLog "Edit / Hyperlink has to be enabled" if ( hUseAsyncSlot( "EditHyperlink" ) > -1 ) then - Kontext "Hyperlink" - hCloseDialog( Hyperlink, "close" ) + kontext "HyperlinkDialog" + hClickButton( CloseButton ) else warnlog( "Slot could not be called" ) endif -- cgit From d4a5143759987c589e555307fb5fbb67f2e208d4 Mon Sep 17 00:00:00 2001 From: "Marc Neumann [msc]" Date: Thu, 8 Jul 2010 11:05:48 +0200 Subject: automationdev300m84: #111330# --- testautomation/dbaccess/optional/includes/db_hsqldb.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_hsqldb.inc (limited to 'testautomation') diff --git a/testautomation/dbaccess/optional/includes/db_hsqldb.inc b/testautomation/dbaccess/optional/includes/db_hsqldb.inc old mode 100644 new mode 100755 index 979f0e3e5f29..3ad3016a9eb3 --- a/testautomation/dbaccess/optional/includes/db_hsqldb.inc +++ b/testautomation/dbaccess/optional/includes/db_hsqldb.inc @@ -33,12 +33,14 @@ sub db_hsqldb call tGeneral + call ExitRestartTheOffice call tRenameTable call tOpenDatabaseWithViews call tRenameTableWhichUsedInViews call tQueryOpenInSQLMode - + call ExitRestartTheOffice + app.FileCopy gTesttoolPath + ConvertPath("dbaccess/optional/input/hsql_datasource/TT_hsqldb.odb") , gOfficePath + ConvertPath("user/work/TT_hsqldb.odb") call db_Query(gOfficePath + "user/work/TT_hsqldb.odb" ,"hsqldb") -- cgit From fdb0e356207e3e35ce07e8fa78abe881b1e582f3 Mon Sep 17 00:00:00 2001 From: "Helge Delfs [hde]" Date: Thu, 8 Jul 2010 11:09:41 +0200 Subject: automationdev300m84#i113030#removed warning and ignorance of testcase --- testautomation/writer/required/includes/w_007_.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc index 4551ee1c2390..33b0ef4f2ff9 100755 --- a/testautomation/writer/required/includes/w_007_.inc +++ b/testautomation/writer/required/includes/w_007_.inc @@ -1115,9 +1115,6 @@ endcase testcase tHtmlDocToolsHangulHanjaConversion - warnlog( "#i112523# - Hangul Hanya Conversion dialog causes crash." ) - goto endsub - Dim bAsianLanguage as Boolean Dim sTestFile as String -- cgit From d0b347318f5a56df7c83e6d6755aab1de94a5666 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 8 Jul 2010 11:44:47 +0200 Subject: automationdev300m84: Resolved local conflict --- testautomation/global/win/edia_d_h.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win index d36515d0599e..4e76a335444a 100755 --- a/testautomation/global/win/edia_d_h.win +++ b/testautomation/global/win/edia_d_h.win @@ -505,4 +505,4 @@ DetectSpecialNumbers sc:CheckBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:BTN_CONVERT_DATE *HyperlinkDialog HID_HYPERLINK_DIALOG CloseButton HID_ICCDIALOG_CANCEL_BTN ApplyButton HID_ICCDIALOG_OK_BTN -BackButton HID_ICCDIALOG_BACK_BTN \ No newline at end of file +BackButton HID_ICCDIALOG_BACK_BTN>>>>>>> other -- cgit From b1c7502da9ed85d88e28e9feeedf7591d13e9b17 Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 8 Jul 2010 13:01:33 +0200 Subject: automationdev300m84: Removed merge markers at the end of the file. --- testautomation/global/win/edia_d_h.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win index 4e76a335444a..5bebed65637f 100755 --- a/testautomation/global/win/edia_d_h.win +++ b/testautomation/global/win/edia_d_h.win @@ -505,4 +505,4 @@ DetectSpecialNumbers sc:CheckBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:BTN_CONVERT_DATE *HyperlinkDialog HID_HYPERLINK_DIALOG CloseButton HID_ICCDIALOG_CANCEL_BTN ApplyButton HID_ICCDIALOG_OK_BTN -BackButton HID_ICCDIALOG_BACK_BTN>>>>>>> other +BackButton HID_ICCDIALOG_BACK_BTN -- cgit From 1b313fc4833df7cfa6aa2dd9a2700826ad209f7d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Thu, 8 Jul 2010 14:33:35 +0200 Subject: automationdev300m84: Fix typo in .win declaration --- testautomation/global/win/edia_d_h.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testautomation') diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win index 5bebed65637f..19ba11ec6695 100755 --- a/testautomation/global/win/edia_d_h.win +++ b/testautomation/global/win/edia_d_h.win @@ -505,4 +505,4 @@ DetectSpecialNumbers sc:CheckBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:BTN_CONVERT_DATE *HyperlinkDialog HID_HYPERLINK_DIALOG CloseButton HID_ICCDIALOG_CANCEL_BTN ApplyButton HID_ICCDIALOG_OK_BTN -BackButton HID_ICCDIALOG_BACK_BTN +BackButton HID_ICCDIALOG_RESET_BTN -- cgit From 8e1312d5b24cafdeef12d588b5f91a4f691bd17d Mon Sep 17 00:00:00 2001 From: "Joerg Skottke [jsk]" Date: Fri, 9 Jul 2010 09:41:05 +0200 Subject: native318: #i113044 - OLE names now have version number 3.4 for Oracle Open Office, OpenOffice.org and BrOffice. --- testautomation/global/input/officeinfo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testautomation') diff --git a/testautomation/global/input/officeinfo.txt b/testautomation/global/input/officeinfo.txt index 966fba456718..dbca05ecb083 100644 --- a/testautomation/global/input/officeinfo.txt +++ b/testautomation/global/input/officeinfo.txt @@ -1,4 +1,4 @@ [Current program versions] -Oracle Open Office=3.3 -OpenOffice.org=3.3 -BrOffice.org=3.3 +Oracle Open Office=3.4 +OpenOffice.org=3.4 +BrOffice.org=3.4 -- cgit From ed48ce4046c9c2127eda9973e2021c9125081210 Mon Sep 17 00:00:00 2001 From: "Marc Neumann [msc]" Date: Tue, 20 Jul 2010 16:15:47 +0200 Subject: automationemailchange: #113281# change email header to oracle address --- .../chart2/optional/ch2_chart_data_dlg_impress.bas | 2 +- .../ch2_flexible_source_range_selection.bas | 2 +- .../chart2/optional/ch2_losa_ods_to_ods.bas | 2 +- .../chart2/optional/ch2_losa_ods_to_ots.bas | 2 +- .../chart2/optional/ch2_losa_ods_to_sdc.bas | 2 +- .../chart2/optional/ch2_losa_ods_to_sxc.bas | 2 +- .../chart2/optional/ch2_losa_ods_to_xls.bas | 2 +- .../chart2/optional/ch2_losa_sxc_to_ods.bas | 2 +- .../chart2/optional/ch2_losa_sxc_to_sdc.bas | 2 +- testautomation/chart2/optional/ch2_lvl1.bas | 2 +- testautomation/chart2/optional/ch2_lvl1_wizard.bas | 2 +- testautomation/chart2/optional/ch2_xml_format.bas | 2 +- .../chart2/optional/includes/ch2_datadialogue.inc | 2 +- .../ch2_flexible_source_range_selection.inc | 2 +- .../ch2_flexible_source_range_selection01.inc | 2 +- .../chart2/optional/includes/ch2_lvl1a.inc | 2 +- .../chart2/optional/includes/loadsave/ch2_losa.inc | 2 +- .../optional/includes/loadsave/ch2_xml_format.inc | 2 +- .../optional/includes/wizard/ch2_lvl1_wizard.inc | 2 +- .../optional/includes/wizard/ch2_lvl1_wizard2.inc | 2 +- testautomation/chart2/required/ch2_updt_calc.bas | 2 +- .../chart2/required/includes/ch2_file.inc | 2 +- .../chart2/required/includes/ch2_format.inc | 2 +- .../chart2/required/includes/ch2_format1.inc | 2 +- .../chart2/required/includes/ch2_insert.inc | 2 +- .../chart2/required/includes/ch2_insert_ctl.inc | 2 +- .../chart2/required/includes/ch2_menu.inc | 2 +- .../chart2/required/includes/ch2_ole.inc | 2 +- .../chart2/required/includes/ch2_toolbars.inc | 2 +- .../chart2/required/includes/ch2_view.inc | 2 +- .../chart2/required/includes/ch2_window.inc | 2 +- .../chart2/required/includes/ch2_wizard.inc | 2 +- testautomation/chart2/tools/ch_tools_axes.inc | 2 +- .../chart2/tools/ch_tools_chart_type.inc | 2 +- testautomation/chart2/tools/ch_tools_common.inc | 2 +- .../chart2/tools/ch_tools_data_labels.inc | 2 +- testautomation/chart2/tools/ch_tools_grids.inc | 2 +- testautomation/chart2/tools/ch_tools_legend.inc | 2 +- testautomation/chart2/tools/ch_tools_select.inc | 2 +- .../chart2/tools/ch_tools_statistics.inc | 2 +- .../chart2/tools/ch_tools_tab_borders_lines.inc | 2 +- testautomation/chart2/tools/ch_tools_tab_pages.inc | 2 +- testautomation/chart2/tools/ch_tools_titles.inc | 2 +- .../dbaccess/optional/dba_ctrl_Clipboard.bas | 2 +- .../dbaccess/optional/dba_ctrl_General.bas | 2 +- testautomation/dbaccess/optional/dba_ctrl_Grid.bas | 2 +- .../dbaccess/optional/dba_ctrl_PropertyBrowser.bas | 2 +- .../dbaccess/optional/dba_ctrl_Several.bas | 2 +- .../dbaccess/optional/dba_ctrl_Spreadsheet.bas | 2 +- .../dbaccess/optional/dba_ctrl_TextControl.bas | 2 +- .../dbaccess/optional/dba_ctrl_Wizards.bas | 2 +- .../dbaccess/optional/dba_db_ADOAccess.bas | 2 +- .../dbaccess/optional/dba_db_AdabasD.bas | 2 +- .../dbaccess/optional/dba_db_Addressbook.bas | 2 +- testautomation/dbaccess/optional/dba_db_Dbase.bas | 2 +- .../dbaccess/optional/dba_db_JDBCMySQL.bas | 2 +- .../dbaccess/optional/dba_db_Spreadsheet.bas | 2 +- testautomation/dbaccess/optional/dba_db_Text.bas | 2 +- .../dbaccess/optional/dba_db_dBase_functions.bas | 2 +- testautomation/dbaccess/optional/dba_db_hsqldb.bas | 2 +- .../dbaccess/optional/dba_frm_FormFilter.bas | 2 +- testautomation/dbaccess/optional/dba_frm_Forms.bas | 2 +- .../dbaccess/optional/dba_misc_Macros.bas | 2 +- .../optional/dba_misc_RegisterDatabase.bas | 2 +- .../dbaccess/optional/dba_rpt_DateTime.bas | 2 +- .../dbaccess/optional/dba_rpt_ExecuteReport.bas | 2 +- .../dbaccess/optional/dba_rpt_Formating.bas | 2 +- .../dbaccess/optional/dba_rpt_FunctionWizard.bas | 2 +- .../dbaccess/optional/dba_rpt_Grouping.bas | 2 +- .../dbaccess/optional/dba_rpt_PageNumber.bas | 2 +- .../dbaccess/optional/dba_rpt_PropertyBrowser.bas | 2 +- .../dbaccess/optional/dba_wiz_CopyTableWizard.bas | 2 +- .../dbaccess/optional/dba_wiz_DatabaseWizards.bas | 2 +- .../dbaccess/optional/dba_wiz_FormWizard.bas | 2 +- .../dbaccess/optional/dba_wiz_QueryWizard.bas | 2 +- .../dbaccess/optional/dba_wiz_ReportWizard.bas | 2 +- .../dbaccess/optional/dba_wiz_TableWizard.bas | 2 +- .../dbaccess/optional/dba_xf_Submission.bas | 2 +- .../dbaccess/optional/includes/ctrl_Clipboard.inc | 2 +- .../dbaccess/optional/includes/ctrl_General.inc | 2 +- .../dbaccess/optional/includes/ctrl_Grid.inc | 2 +- .../optional/includes/ctrl_PropertyBrowser.inc | 2 +- .../dbaccess/optional/includes/ctrl_Several1.inc | 2 +- .../dbaccess/optional/includes/ctrl_Several2.inc | 2 +- .../optional/includes/ctrl_Spreadsheet.inc | 2 +- .../optional/includes/ctrl_TextControl.inc | 2 +- .../dbaccess/optional/includes/ctrl_Wizards.inc | 2 +- .../dbaccess/optional/includes/db_ADOAccess.inc | 2 +- .../dbaccess/optional/includes/db_AdabasD.inc | 2 +- .../dbaccess/optional/includes/db_Dbase.inc | 2 +- .../optional/includes/db_DbaseFunction.inc | 2 +- .../dbaccess/optional/includes/db_IndexDesign.inc | 2 +- .../dbaccess/optional/includes/db_JDBCMySQL.inc | 2 +- .../dbaccess/optional/includes/db_Mozilla.inc | 2 +- .../dbaccess/optional/includes/db_ODBCMySQL.inc | 2 +- .../dbaccess/optional/includes/db_Query.inc | 2 +- .../dbaccess/optional/includes/db_Relations.inc | 2 +- .../dbaccess/optional/includes/db_Spreadsheet.inc | 2 +- .../dbaccess/optional/includes/db_Text.inc | 2 +- .../dbaccess/optional/includes/db_Windows.inc | 2 +- .../dbaccess/optional/includes/db_hsqldb.inc | 2 +- .../dbaccess/optional/includes/frm_FormFilter.inc | 2 +- .../dbaccess/optional/includes/frm_Forms.inc | 2 +- .../dbaccess/optional/includes/misc_Macros.inc | 2 +- .../optional/includes/misc_RegisterDatabase.inc | 2 +- .../dbaccess/optional/includes/rpt_DateTime.inc | 2 +- .../optional/includes/rpt_ExecuteReport.inc | 2 +- .../dbaccess/optional/includes/rpt_Formating.inc | 2 +- .../optional/includes/rpt_FunctionWizard.inc | 2 +- .../dbaccess/optional/includes/rpt_Grouping.inc | 2 +- .../dbaccess/optional/includes/rpt_PageNumber.inc | 2 +- .../optional/includes/rpt_PropertyBrowser.inc | 2 +- .../optional/includes/wiz_CopyTableWizard.inc | 2 +- .../optional/includes/wiz_DatabaseWizard.inc | 2 +- .../dbaccess/optional/includes/wiz_FormWizard.inc | 2 +- .../dbaccess/optional/includes/wiz_QueryWizard.inc | 2 +- .../optional/includes/wiz_ReportWizard.inc | 2 +- .../dbaccess/optional/includes/wiz_TableWizard.inc | 2 +- .../dbaccess/optional/includes/xf_Submission.inc | 2 +- testautomation/dbaccess/required/dba_Main.bas | 2 +- .../dbaccess/required/dba_ReportBuilder.bas | 2 +- .../dbaccess/required/dba_xforms_Main.bas | 2 +- .../dbaccess/required/includes/DatabaseTypes.inc | 2 +- .../dbaccess/required/includes/Forms.inc | 2 +- .../dbaccess/required/includes/MainApp.inc | 2 +- .../dbaccess/required/includes/Query.inc | 2 +- .../dbaccess/required/includes/ReportBuilder01.inc | 2 +- .../dbaccess/required/includes/Table.inc | 2 +- .../dbaccess/required/includes/TableDesign.inc | 2 +- .../dbaccess/required/includes/Wizards.inc | 2 +- .../dbaccess/required/includes/Xforms01.inc | 2 +- testautomation/dbaccess/tools/controltools.inc | 2 +- testautomation/dbaccess/tools/dbcreatetools.inc | 2 +- testautomation/dbaccess/tools/dbinit.inc | 2 +- testautomation/dbaccess/tools/dbtools.inc | 2 +- testautomation/dbaccess/tools/formtools.inc | 2 +- testautomation/dbaccess/tools/querytools.inc | 2 +- testautomation/dbaccess/tools/reporttools.inc | 2 +- testautomation/dbaccess/tools/tabletools.inc | 2 +- .../extensions/optional/e_display_name.bas | 2 +- .../extensions/optional/e_extensions.bas | 2 +- testautomation/extensions/optional/e_fileopen.bas | 2 +- testautomation/extensions/optional/e_help.bas | 2 +- .../extensions/optional/e_identifiers.bas | 2 +- testautomation/extensions/optional/e_issues.bas | 2 +- testautomation/extensions/optional/e_location.bas | 2 +- testautomation/extensions/optional/e_meta-inf.bas | 2 +- .../extensions/optional/e_online_update.bas | 2 +- testautomation/extensions/optional/e_options.bas | 2 +- testautomation/extensions/optional/e_platforms.bas | 2 +- testautomation/extensions/optional/e_publisher.bas | 2 +- .../extensions/optional/includes/display_name.inc | 2 +- .../extensions/optional/includes/extensions.inc | 2 +- .../extensions/optional/includes/fileopen.inc | 2 +- .../extensions/optional/includes/help.inc | 2 +- .../extensions/optional/includes/identifiers.inc | 2 +- .../extensions/optional/includes/issue110083.inc | 2 +- .../extensions/optional/includes/location.inc | 2 +- .../extensions/optional/includes/meta-inf.inc | 2 +- .../extensions/optional/includes/online_update.inc | 2 +- .../extensions/optional/includes/options.inc | 2 +- .../extensions/optional/includes/platforms.inc | 2 +- .../extensions/optional/includes/publisher.inc | 2 +- .../src/com/example/ToolPanel.java | 2 +- .../src/com/example/ToolPanelUIElement.java | 2 +- testautomation/extensions/required/e_update.bas | 2 +- .../extensions/required/includes/e_update.inc | 2 +- .../framework/optional/f_CJK_CollationDialogue.bas | 2 +- .../framework/optional/f_CJK_FeatureSwitch.bas | 2 +- .../framework/optional/f_CJK_GridLayout.bas | 2 +- .../optional/f_CJK_RubyDialogueProposal.bas | 2 +- .../optional/f_NewSortingAlgorithmForJapanese.bas | 2 +- .../framework/optional/f_basic_dialog_i18n.bas | 2 +- .../framework/optional/f_basic_documents.bas | 2 +- .../framework/optional/f_basic_eventbinding.bas | 2 +- .../framework/optional/f_basic_first.bas | 2 +- .../framework/optional/f_basic_formcontrols.bas | 2 +- .../framework/optional/f_basic_gridcontrol.bas | 2 +- .../optional/f_basic_library_export_import.bas | 2 +- .../framework/optional/f_basic_modules.bas | 2 +- .../optional/f_basic_package_export_import.bas | 2 +- .../optional/f_basic_protected_libraries.bas | 2 +- .../framework/optional/f_basic_shared_modules.bas | 2 +- .../optional/f_basic_templatedocuments.bas | 2 +- .../framework/optional/f_basic_vba-compat.bas | 2 +- .../framework/optional/f_configuration.bas | 2 +- .../framework/optional/f_extras_labels.bas | 2 +- .../framework/optional/f_extras_samplefileopen.bas | 2 +- .../framework/optional/f_extras_sampleopen.bas | 2 +- .../framework/optional/f_extras_samplepreview.bas | 2 +- .../optional/f_extras_tableautoformat.bas | 2 +- .../optional/f_extras_templatefileopen.bas | 2 +- .../framework/optional/f_extras_templateopen.bas | 2 +- .../optional/f_extras_templatepreview.bas | 2 +- .../framework/optional/f_filedlg_allowed_names.bas | 2 +- .../optional/f_filedlg_autocompletion.bas | 2 +- .../framework/optional/f_filedlg_cjk_files.bas | 2 +- .../framework/optional/f_filedlg_dialogtest.bas | 2 +- .../optional/f_filedlg_folder_navigation.bas | 2 +- .../optional/f_filedlg_forbidden_names_windows.bas | 2 +- .../optional/f_filedlg_multiselection.bas | 2 +- .../framework/optional/f_filedlg_passwords.bas | 2 +- .../optional/f_filedlg_reserved_names_unix.bas | 2 +- .../optional/f_filedlg_reserved_names_windows.bas | 2 +- .../framework/optional/f_fontworkgallery.bas | 2 +- .../framework/optional/f_help_bookmarks.bas | 2 +- .../optional/f_help_compare_applications.bas | 2 +- .../framework/optional/f_help_compare_content.bas | 2 +- .../framework/optional/f_help_compare_topics.bas | 2 +- .../framework/optional/f_help_search.bas | 2 +- .../framework/optional/f_help_view_topics.bas | 2 +- .../framework/optional/f_loadsave_general.bas | 2 +- .../framework/optional/f_menuentries.bas | 2 +- testautomation/framework/optional/f_ole.bas | 2 +- .../framework/optional/f_options_loadsave.bas | 2 +- .../framework/optional/f_options_ooo.bas | 2 +- .../framework/optional/f_scripting_organizers.bas | 2 +- .../optional/f_security_broken_signature.bas | 2 +- .../optional/f_security_certification_dialogs.bas | 2 +- .../optional/f_security_certified_docs.bas | 2 +- .../framework/optional/f_security_evilmacro.bas | 2 +- .../optional/f_security_incorrect_password.bas | 2 +- .../optional/f_security_macrosecurity.bas | 2 +- .../optional/f_security_recommend_password.bas | 2 +- .../framework/optional/f_security_trusted_path.bas | 2 +- .../framework/optional/f_toolbar_behavior.bas | 2 +- .../framework/optional/f_toolbar_items.bas | 2 +- .../framework/optional/f_usage_tracking.bas | 2 +- .../optional/includes/CJK_CollationDialogue_1.inc | 2 +- .../optional/includes/CJK_FeatureSwitchTest_1.inc | 2 +- .../includes/CJK_RubyDialogueProposal_1.inc | 2 +- .../includes/NewSortingAlgorithmForJapanese_1.inc | 2 +- .../optional/includes/basic_delete_modules.inc | 2 +- .../includes/basic_dialog_i18n_defaults.inc | 2 +- .../optional/includes/basic_documents.inc | 2 +- .../optional/includes/basic_eventbinding.inc | 2 +- .../optional/includes/basic_formcontrols.inc | 2 +- .../optional/includes/basic_gridcontrol.inc | 2 +- .../framework/optional/includes/basic_ide.inc | 2 +- .../optional/includes/basic_library_export.inc | 2 +- .../optional/includes/basic_library_import.inc | 2 +- .../framework/optional/includes/basic_macros.inc | 2 +- .../optional/includes/basic_modulehide.inc | 2 +- .../optional/includes/basic_modulenames.inc | 2 +- .../framework/optional/includes/basic_modules.inc | 2 +- .../optional/includes/basic_package_export.inc | 2 +- .../optional/includes/basic_package_import.inc | 2 +- .../includes/basic_protected_libraries.inc | 2 +- .../optional/includes/basic_shared_modules.inc | 2 +- .../optional/includes/basic_spectemplate.inc | 2 +- .../optional/includes/basic_usertemplate.inc | 2 +- .../basic_vba-compat_application-union.inc | 2 +- .../includes/basic_vba-compat_import_disabled.inc | 2 +- .../includes/basic_vba-compat_import_enabled.inc | 2 +- .../includes/basic_vba-compat_import_nothing.inc | 2 +- .../includes/basic_vba-compat_security_check.inc | 2 +- .../includes/basic_vba-compat_thisworkbook.inc | 2 +- .../includes/basic_vba-compat_xlsm-xlsb.inc | 2 +- .../optional/includes/basic_vba_compat_tools.inc | 2 +- .../framework/optional/includes/configuration.inc | 2 +- .../optional/includes/extras_file_open.inc | 2 +- .../optional/includes/extras_modify_objects.inc | 2 +- .../framework/optional/includes/extras_preview.inc | 2 +- .../optional/includes/extras_table_autoformat.inc | 2 +- .../optional/includes/f_usage_tracking.inc | 2 +- .../optional/includes/filedlg_allowed_names.inc | 2 +- .../optional/includes/filedlg_autocomplete.inc | 2 +- .../optional/includes/filedlg_cjk_files.inc | 2 +- .../optional/includes/filedlg_cjk_folders.inc | 2 +- .../includes/filedlg_document_properties.inc | 2 +- .../optional/includes/filedlg_filternames.inc | 2 +- .../optional/includes/filedlg_folders1.inc | 2 +- .../optional/includes/filedlg_folders2.inc | 2 +- .../optional/includes/filedlg_folders3.inc | 2 +- .../optional/includes/filedlg_folders4.inc | 2 +- .../optional/includes/filedlg_folders5.inc | 2 +- .../optional/includes/filedlg_folders6.inc | 2 +- .../optional/includes/filedlg_folders7.inc | 2 +- .../includes/filedlg_forbidden_names_windows.inc | 2 +- .../optional/includes/filedlg_multiselection.inc | 2 +- .../optional/includes/filedlg_passwords.inc | 2 +- .../includes/filedlg_reserved_names_unix.inc | 2 +- .../includes/filedlg_reserved_names_windows.inc | 2 +- .../framework/optional/includes/filedlg_tools.inc | 2 +- .../optional/includes/filedlg_triggers.inc | 2 +- .../optional/includes/fontworkgallery.inc | 2 +- .../framework/optional/includes/help_bookmarks.inc | 2 +- .../includes/help_compare_applications.inc | 2 +- .../optional/includes/help_compare_content.inc | 2 +- .../optional/includes/help_compare_topics.inc | 2 +- .../framework/optional/includes/help_search.inc | 2 +- .../optional/includes/help_view_topics.inc | 2 +- .../framework/optional/includes/loadsave_files.inc | 2 +- .../framework/optional/includes/loadsave_new.inc | 2 +- .../framework/optional/includes/menuentries.inc | 2 +- .../framework/optional/includes/ole_1.inc | 2 +- .../framework/optional/includes/ole_2.inc | 2 +- .../framework/optional/includes/ole_3.inc | 2 +- .../framework/optional/includes/ole_tools.inc | 2 +- .../framework/optional/includes/options_asia.inc | 2 +- .../framework/optional/includes/options_data.inc | 2 +- .../framework/optional/includes/options_int1.inc | 2 +- .../framework/optional/includes/options_lan1.inc | 2 +- .../optional/includes/options_loadsave_general.inc | 2 +- .../optional/includes/options_loadsave_html.inc | 2 +- .../includes/options_loadsave_msoffice.inc | 2 +- .../optional/includes/options_loadsave_vba.inc | 2 +- .../includes/options_ooo_accessibility.inc | 2 +- .../optional/includes/options_ooo_appearance.inc | 2 +- .../optional/includes/options_ooo_colors.inc | 2 +- .../includes/options_ooo_fontreplacement.inc | 2 +- .../optional/includes/options_ooo_general.inc | 2 +- .../optional/includes/options_ooo_java.inc | 2 +- .../optional/includes/options_ooo_memory.inc | 2 +- .../optional/includes/options_ooo_paths.inc | 2 +- .../optional/includes/options_ooo_print.inc | 2 +- .../optional/includes/options_ooo_security.inc | 2 +- .../optional/includes/options_ooo_userdata.inc | 2 +- .../optional/includes/options_ooo_view.inc | 2 +- .../optional/includes/scripting_organizers.inc | 2 +- .../includes/security_broken_signature.inc | 2 +- .../includes/security_certification_dialogs.inc | 2 +- .../optional/includes/security_evilmacro1.inc | 2 +- .../optional/includes/security_evilmacro2.inc | 2 +- .../optional/includes/security_evilmacro3.inc | 2 +- .../includes/security_incorrect_password.inc | 2 +- .../optional/includes/security_macrosecurity.inc | 2 +- .../includes/security_recommend_password.inc | 2 +- .../optional/includes/security_trusted_path.inc | 2 +- .../framework/optional/includes/standardbar2.inc | 2 +- .../optional/includes/toolbar_behavior.inc | 2 +- .../framework/optional/includes/w_grid_layout1.inc | 2 +- .../framework/required/f_help_browser.bas | 2 +- .../required/f_printer_administration.bas | 2 +- .../required/f_programmability_dialogs.bas | 2 +- .../framework/required/f_security_dialogs.bas | 2 +- .../framework/required/f_standard_toolbar.bas | 2 +- .../framework/required/f_tools_options.bas | 2 +- testautomation/framework/required/f_topten.bas | 2 +- .../framework/required/f_window_functions.bas | 2 +- testautomation/framework/required/f_wizards.bas | 2 +- .../required/includes/basic_dialog_export.inc | 2 +- .../required/includes/basic_dialog_i18n.inc | 2 +- .../required/includes/basic_dialog_i18n_import.inc | 2 +- .../required/includes/basic_macroassignment.inc | 2 +- .../required/includes/basic_organizer.inc | 2 +- .../framework/required/includes/first.inc | 2 +- .../framework/required/includes/help_browser.inc | 2 +- .../required/includes/printer_administration.inc | 2 +- .../required/includes/scripting_basics.inc | 2 +- .../required/includes/security_dialogs.inc | 2 +- .../framework/required/includes/smoketest.inc | 2 +- .../required/includes/standard_toolbar_1.inc | 2 +- .../required/includes/standard_toolbar_3.inc | 2 +- .../required/includes/standard_toolbar_4.inc | 2 +- .../required/includes/standard_toolbar_5.inc | 2 +- .../required/includes/standard_toolbar_6.inc | 2 +- .../required/includes/tools_customize.inc | 2 +- .../framework/required/includes/tools_options.inc | 2 +- .../framework/required/includes/topten.inc | 2 +- .../required/includes/window_functions.inc | 2 +- .../framework/required/includes/wizard_agenda.inc | 2 +- .../required/includes/wizard_documentconverter.inc | 2 +- .../required/includes/wizard_euroconverter.inc | 2 +- .../framework/required/includes/wizard_fax.inc | 2 +- .../required/includes/wizard_firsttime.inc | 2 +- .../framework/required/includes/wizard_letter.inc | 2 +- .../required/includes/wizard_mailmerge.inc | 2 +- .../required/includes/wizard_presentation.inc | 2 +- .../framework/required/includes/wizard_webpage.inc | 2 +- .../framework/tools/includes/CJK_tools.inc | 2 +- .../framework/tools/includes/customize_tools.inc | 2 +- .../framework/tools/includes/fileoperations.inc | 2 +- .../framework/tools/includes/formcontrols.inc | 2 +- .../framework/tools/includes/help_tools.inc | 2 +- .../framework/tools/includes/i18n_tools.inc | 2 +- .../framework/tools/includes/options_tools.inc | 2 +- .../framework/tools/includes/pbrowser_tools.inc | 2 +- .../tools/includes/private_environment.inc | 2 +- .../tools/includes/scriptorganizer_tools.inc | 2 +- .../framework/tools/includes/spadmin_tools.inc | 2 +- .../framework/tools/includes/template_tools.inc | 2 +- .../framework/tools/includes/toolbar_tools.inc | 2 +- .../framework/tools/includes/webtools.inc | 2 +- .../framework/tools/includes/window_tools.inc | 2 +- .../framework/tools/includes/wizards.inc | 2 +- .../input/empty/please_do_not_delete_this_file | 2 +- testautomation/global/required/includes/g_001.inc | 2 +- testautomation/global/required/includes/g_009.inc | 2 +- .../global/required/includes/g_customize.inc | 2 +- .../required/includes/g_numberformatter1.inc | 2 +- .../global/required/includes/g_option.inc | 2 +- .../required/includes/g_option_application.inc | 2 +- .../global/required/includes/g_printing.inc | 2 +- testautomation/global/system/includes/declare.inc | 2 +- testautomation/global/system/includes/gvariabl.inc | 2 +- testautomation/global/system/includes/iniinfo.inc | 2 +- testautomation/global/system/includes/inivalue.inc | 2 +- testautomation/global/system/includes/master.inc | 2 +- testautomation/global/system/includes/status.inc | 2 +- testautomation/global/system/includes/sysinfo.inc | 2 +- testautomation/global/tools/closeoffice.bas | 2 +- testautomation/global/tools/compressstatus.bas | 2 +- testautomation/global/tools/declare.bas | 2 +- .../global/tools/includes/optional/t_accels.inc | 2 +- .../tools/includes/optional/t_basic_ide_tools.inc | 2 +- .../includes/optional/t_basic_organizer_tools.inc | 2 +- .../tools/includes/optional/t_control_objects.inc | 2 +- .../global/tools/includes/optional/t_docfuncs.inc | 2 +- .../optional/t_extension_manager_tools.inc | 2 +- .../global/tools/includes/optional/t_filetools.inc | 2 +- .../global/tools/includes/optional/t_key_tools.inc | 2 +- .../global/tools/includes/optional/t_listfuncs.inc | 2 +- .../tools/includes/optional/t_locale_strings1.inc | 2 +- .../tools/includes/optional/t_locale_tools.inc | 2 +- .../tools/includes/optional/t_macro_tools.inc | 2 +- .../global/tools/includes/optional/t_ole.inc | 2 +- .../tools/includes/optional/t_security_tools.inc | 2 +- .../includes/optional/t_set_standard_controls.inc | 2 +- .../includes/optional/t_spreadsheet_tools1.inc | 2 +- .../tools/includes/optional/t_stringtools.inc | 2 +- .../tools/includes/optional/t_toolbar_tools1.inc | 4 +- .../tools/includes/optional/t_toolbar_writer.inc | 2 +- .../tools/includes/optional/t_treelist_tools.inc | 2 +- .../tools/includes/optional/t_ui_filters.inc | 2 +- .../global/tools/includes/optional/t_user_info.inc | 2 +- .../global/tools/includes/optional/t_xml1.inc | 2 +- .../global/tools/includes/optional/t_xml2.inc | 2 +- .../tools/includes/optional/t_xml_filter1.inc | 2 +- .../global/tools/includes/required/t_dir.inc | 2 +- .../global/tools/includes/required/t_doc1.inc | 2 +- .../global/tools/includes/required/t_doc2.inc | 2 +- .../global/tools/includes/required/t_files.inc | 2 +- .../global/tools/includes/required/t_filters.inc | 2 +- .../global/tools/includes/required/t_lists.inc | 2 +- .../global/tools/includes/required/t_menu.inc | 2 +- .../global/tools/includes/required/t_option.inc | 2 +- .../global/tools/includes/required/t_option2.inc | 2 +- .../global/tools/includes/required/t_tools1.inc | 2 +- .../global/tools/includes/required/t_tools2.inc | 2 +- .../global/tools/includes/required/t_tools3.inc | 6 +- testautomation/global/tools/resetoffice.bas | 2 +- testautomation/global/tools/wintree.bas | 2 +- testautomation/global/win/bars.win | 2 +- testautomation/global/win/sys_dial.win | 2 +- .../graphics/optional/d_export_graphic_a.bas | 2 +- .../graphics/optional/d_export_graphic_b.bas | 2 +- .../graphics/optional/export_graphic_a.bas | 2 +- .../graphics/optional/export_graphic_b.bas | 2 +- .../graphics/optional/g_accessability.bas | 2 +- testautomation/graphics/optional/g_area.bas | 2 +- .../graphics/optional/g_arrangealign.bas | 2 +- .../graphics/optional/g_autocorrection.bas | 2 +- testautomation/graphics/optional/g_character.bas | 2 +- testautomation/graphics/optional/g_clipboard.bas | 2 +- testautomation/graphics/optional/g_clipexport.bas | 2 +- testautomation/graphics/optional/g_convertto.bas | 146 ++++++++++----------- testautomation/graphics/optional/g_crossfading.bas | 2 +- .../graphics/optional/g_customshapes.bas | 2 +- testautomation/graphics/optional/g_demoguide.bas | 2 +- testautomation/graphics/optional/g_dimensions.bas | 2 +- testautomation/graphics/optional/g_edit.bas | 2 +- testautomation/graphics/optional/g_export_html.bas | 2 +- testautomation/graphics/optional/g_findreplace.bas | 2 +- testautomation/graphics/optional/g_format.bas | 2 +- testautomation/graphics/optional/g_group.bas | 2 +- testautomation/graphics/optional/g_imagemap.bas | 2 +- testautomation/graphics/optional/g_insert.bas | 2 +- testautomation/graphics/optional/g_line.bas | 2 +- testautomation/graphics/optional/g_load_save.bas | 2 +- testautomation/graphics/optional/g_mediaplayer.bas | 2 +- testautomation/graphics/optional/g_navigator.bas | 2 +- testautomation/graphics/optional/g_ole.bas | 2 +- testautomation/graphics/optional/g_paneview.bas | 2 +- testautomation/graphics/optional/g_paragraph.bas | 2 +- .../graphics/optional/g_savepictureas.bas | 2 +- testautomation/graphics/optional/g_shaddow.bas | 2 +- testautomation/graphics/optional/g_slidelayer.bas | 2 +- testautomation/graphics/optional/g_spellcheck.bas | 2 +- testautomation/graphics/optional/g_stylist.bas | 2 +- testautomation/graphics/optional/g_tables.bas | 2 +- testautomation/graphics/optional/g_toolbars.bas | 2 +- testautomation/graphics/optional/g_tools.bas | 2 +- testautomation/graphics/optional/g_zoom.bas | 2 +- testautomation/graphics/optional/gallery.bas | 2 +- testautomation/graphics/optional/gallery2.bas | 2 +- testautomation/graphics/optional/i_animation.bas | 2 +- .../graphics/optional/i_headerfooter.bas | 2 +- testautomation/graphics/optional/i_only_updt_1.bas | 2 +- testautomation/graphics/optional/i_only_updt_2.bas | 2 +- testautomation/graphics/optional/i_pengine.bas | 2 +- .../graphics/optional/i_saveloadlayout.bas | 2 +- testautomation/graphics/optional/i_shape.bas | 2 +- testautomation/graphics/optional/i_slidecopy.bas | 2 +- testautomation/graphics/optional/i_slideshow.bas | 2 +- .../graphics/optional/i_us_presentation.bas | 2 +- testautomation/graphics/optional/i_view.bas | 2 +- .../graphics/optional/includes/draw/d_002_.inc | 2 +- .../graphics/optional/includes/draw/d_003_.inc | 2 +- .../graphics/optional/includes/draw/d_005_.inc | 2 +- .../graphics/optional/includes/draw/d_007.inc | 2 +- .../optional/includes/global/export_graphic.inc | 2 +- .../optional/includes/global/export_graphic_2.inc | 2 +- .../optional/includes/global/g_accessability.inc | 2 +- .../graphics/optional/includes/global/g_area.inc | 2 +- .../optional/includes/global/g_arrangealign.inc | 2 +- .../optional/includes/global/g_autocorrection.inc | 2 +- .../optional/includes/global/g_character.inc | 2 +- .../optional/includes/global/g_clipboard.inc | 2 +- .../optional/includes/global/g_clipexport.inc | 2 +- .../optional/includes/global/g_clipexport2.inc | 2 +- .../optional/includes/global/g_clipexport3.inc | 2 +- .../optional/includes/global/g_convertto.inc | 2 +- .../optional/includes/global/g_crossfading.inc | 2 +- .../optional/includes/global/g_customshapes.inc | 2 +- .../optional/includes/global/g_demoguide.inc | 2 +- .../optional/includes/global/g_dimensions.inc | 2 +- .../graphics/optional/includes/global/g_edit.inc | 2 +- .../optional/includes/global/g_export_html.inc | 8 +- .../optional/includes/global/g_find_replace.inc | 2 +- .../graphics/optional/includes/global/g_format.inc | 2 +- .../graphics/optional/includes/global/g_group.inc | 2 +- .../optional/includes/global/g_imagemap.inc | 2 +- .../graphics/optional/includes/global/g_insert.inc | 4 +- .../graphics/optional/includes/global/g_line.inc | 2 +- .../optional/includes/global/g_load_save.inc | 2 +- .../optional/includes/global/g_mediaplayer.inc | 2 +- .../optional/includes/global/g_navigator.inc | 2 +- .../graphics/optional/includes/global/g_ole.inc | 2 +- .../optional/includes/global/g_paneview.inc | 2 +- .../optional/includes/global/g_paragraph.inc | 2 +- .../optional/includes/global/g_savepictureas.inc | 2 +- .../optional/includes/global/g_shaddow.inc | 2 +- .../optional/includes/global/g_slidelayer.inc | 2 +- .../optional/includes/global/g_spellcheck.inc | 2 +- .../optional/includes/global/g_stylist.inc | 2 +- .../graphics/optional/includes/global/g_tables.inc | 2 +- .../optional/includes/global/g_toolbars.inc | 2 +- .../graphics/optional/includes/global/g_tools.inc | 2 +- .../graphics/optional/includes/global/g_zoom.inc | 2 +- .../graphics/optional/includes/global/gallery.inc | 2 +- .../graphics/optional/includes/global/gallery2.inc | 2 +- .../graphics/optional/includes/global/id_001.inc | 2 +- .../graphics/optional/includes/global/id_002.inc | 2 +- .../graphics/optional/includes/global/id_003.inc | 2 +- .../graphics/optional/includes/global/id_004.inc | 2 +- .../graphics/optional/includes/global/id_005.inc | 2 +- .../graphics/optional/includes/global/id_006.inc | 2 +- .../graphics/optional/includes/global/id_007.inc | 2 +- .../graphics/optional/includes/global/id_008.inc | 2 +- .../graphics/optional/includes/global/id_009.inc | 2 +- .../graphics/optional/includes/global/id_011.inc | 2 +- .../optional/includes/impress/i_animation.inc | 2 +- .../optional/includes/impress/i_headerfooter.inc | 2 +- .../optional/includes/impress/i_pengine.inc | 2 +- .../optional/includes/impress/i_pengine1.inc | 2 +- .../optional/includes/impress/i_pengine2.inc | 2 +- .../optional/includes/impress/i_saveloadlayout.inc | 2 +- .../graphics/optional/includes/impress/i_shape.inc | 2 +- .../optional/includes/impress/i_slidecopy.inc | 2 +- .../optional/includes/impress/i_slidelayer.inc | 2 +- .../optional/includes/impress/i_slideshow.inc | 2 +- .../optional/includes/impress/i_slideshow2.inc | 2 +- .../optional/includes/impress/i_slideshow3.inc | 2 +- .../optional/includes/impress/i_stylist.inc | 2 +- .../optional/includes/impress/i_us2_present.inc | 2 +- .../optional/includes/impress/i_us_present.inc | 2 +- .../graphics/optional/includes/impress/i_view.inc | 2 +- .../graphics/optional/includes/impress/im_002_.inc | 2 +- .../graphics/optional/includes/impress/im_003_.inc | 2 +- .../graphics/optional/includes/impress/im_004_.inc | 2 +- .../graphics/optional/includes/impress/im_005_.inc | 2 +- .../graphics/optional/includes/impress/im_007_.inc | 2 +- .../graphics/optional/includes/impress/im_011_.inc | 2 +- .../graphics/optional/includes/impress/options.inc | 2 +- testautomation/graphics/required/d_opt.bas | 2 +- testautomation/graphics/required/d_updt.bas | 2 +- testautomation/graphics/required/i_opt.bas | 2 +- testautomation/graphics/required/i_updt_1.bas | 2 +- testautomation/graphics/required/i_updt_2.bas | 2 +- .../graphics/required/includes/draw/d_002_.inc | 2 +- .../graphics/required/includes/draw/d_003_.inc | 2 +- .../graphics/required/includes/draw/d_005_.inc | 2 +- .../graphics/required/includes/draw/d_007.inc | 2 +- .../graphics/required/includes/global/gallery.inc | 2 +- .../graphics/required/includes/global/gallery2.inc | 2 +- .../graphics/required/includes/global/id_001.inc | 2 +- .../graphics/required/includes/global/id_002.inc | 2 +- .../graphics/required/includes/global/id_003.inc | 2 +- .../graphics/required/includes/global/id_004.inc | 2 +- .../graphics/required/includes/global/id_005.inc | 2 +- .../graphics/required/includes/global/id_006.inc | 2 +- .../graphics/required/includes/global/id_007.inc | 2 +- .../graphics/required/includes/global/id_008.inc | 2 +- .../graphics/required/includes/global/id_009.inc | 2 +- .../graphics/required/includes/global/id_011.inc | 2 +- .../graphics/required/includes/global/id_opt_1.inc | 2 +- .../graphics/required/includes/global/id_opt_2.inc | 2 +- .../required/includes/impress/i_opt_1_.inc | 2 +- .../graphics/required/includes/impress/im_002_.inc | 2 +- .../graphics/required/includes/impress/im_003_.inc | 2 +- .../graphics/required/includes/impress/im_004_.inc | 2 +- .../graphics/required/includes/impress/im_005_.inc | 2 +- .../graphics/required/includes/impress/im_007_.inc | 2 +- .../graphics/required/includes/impress/im_011_.inc | 2 +- testautomation/graphics/tools/id_tools.inc | 2 +- testautomation/graphics/tools/id_tools_2.inc | 2 +- testautomation/graphics/tools/makeLokaleTxt.bas | 2 +- testautomation/math/optional/includes/m_101_.inc | 2 +- testautomation/math/optional/includes/m_105.inc | 2 +- testautomation/math/optional/includes/m_106_.inc | 2 +- testautomation/math/optional/m_lvl1.bas | 2 +- testautomation/math/required/includes/m_001_.inc | 2 +- testautomation/math/required/includes/m_002_.inc | 2 +- testautomation/math/required/includes/m_003_.inc | 2 +- testautomation/math/required/includes/m_004_.inc | 2 +- testautomation/math/required/includes/m_005_.inc | 2 +- testautomation/math/required/includes/m_006_.inc | 2 +- testautomation/math/required/includes/m_007_.inc | 2 +- testautomation/math/required/includes/m_010_.inc | 2 +- testautomation/math/required/includes/m_020_.inc | 2 +- testautomation/math/required/m_updt.bas | 2 +- .../spreadsheet/optional/c_arrayconstants.bas | 2 +- .../spreadsheet/optional/c_getpivotdata.bas | 2 +- .../spreadsheet/optional/c_import_general.bas | 2 +- testautomation/spreadsheet/optional/c_solver.bas | 2 +- .../includes/arrayconstants/c_arrayconstants.inc | 2 +- .../includes/getpivotdata/c_getpivotdata.inc | 2 +- .../includes/import_general/c_import_general.inc | 2 +- .../optional/includes/namedrange/c_namedrange.inc | 2 +- .../optional/includes/printrange/c_printrange.inc | 2 +- .../optional/includes/printscale/c_print_scale.inc | 2 +- .../optional/includes/solver/c_solver.inc | 2 +- testautomation/spreadsheet/required/c_updt1.bas | 2 +- testautomation/spreadsheet/required/c_updt2.bas | 2 +- .../required/includes/c_upd_datamenu.inc | 2 +- .../required/includes/c_upd_editmenu.inc | 2 +- .../required/includes/c_upd_editmenu2.inc | 2 +- .../required/includes/c_upd_filemenu.inc | 2 +- .../required/includes/c_upd_formatmenu.inc | 2 +- .../required/includes/c_upd_formatmenu2.inc | 2 +- .../required/includes/c_upd_formatmenu3.inc | 2 +- .../required/includes/c_upd_helpmenu.inc | 2 +- .../required/includes/c_upd_insertmenu.inc | 2 +- .../required/includes/c_upd_toolsmenu.inc | 2 +- .../required/includes/c_upd_toolsmenu2.inc | 2 +- .../required/includes/c_upd_viewmenu.inc | 2 +- .../required/includes/c_upd_windowmenu.inc | 2 +- .../spreadsheet/tools/includes/c_cell_tools.inc | 2 +- .../spreadsheet/tools/includes/c_l10n_tools.inc | 2 +- .../spreadsheet/tools/includes/c_select_tools.inc | 2 +- .../tools/includes/c_tool_l10n_mnomics.inc | 2 +- .../spreadsheet/tools/includes/c_tool_options.inc | 2 +- testautomation/tools/hid/hid.pl | 2 +- .../CJKCTLDependency/CJKCTLDependency1.inc | 2 +- .../alternative_text/w_alternative_text.inc | 2 +- .../includes/autocorrection/w_autocorrect1.inc | 2 +- .../includes/autocorrection/w_autocorrect2.inc | 2 +- .../optional/includes/autotext/w_autotext.inc | 2 +- .../optional/includes/calculate/w_calculate.inc | 2 +- .../chinesetranslate/w_chinesetranslate1.inc | 2 +- .../chinesetranslate/w_chinesetranslate2.inc | 2 +- .../optional/includes/clipboard/clipbrd_func.inc | 2 +- .../writer/optional/includes/clipboard/w_210_.inc | 2 +- .../writer/optional/includes/clipboard/w_211_.inc | 2 +- .../writer/optional/includes/clipboard/w_212_.inc | 2 +- .../writer/optional/includes/clipboard/w_213_.inc | 2 +- .../writer/optional/includes/clipboard/w_214_.inc | 2 +- .../writer/optional/includes/clipboard/w_215_.inc | 2 +- .../writer/optional/includes/clipboard/w_216_.inc | 2 +- .../writer/optional/includes/clipboard/w_217_.inc | 2 +- .../writer/optional/includes/clipboard/w_218_.inc | 2 +- .../writer/optional/includes/clipboard/w_219_.inc | 2 +- .../writer/optional/includes/clipboard/w_220_.inc | 2 +- .../writer/optional/includes/clipboard/w_221_.inc | 2 +- .../writer/optional/includes/clipboard/w_222_.inc | 2 +- .../includes/contextmenu/w_contextmenu1.inc | 2 +- .../optional/includes/drawing/w_drawing_tools1.inc | 2 +- .../optional/includes/drawing/w_drawing_tools2.inc | 2 +- .../optional/includes/dropdownLB/w_dropdownLB1.inc | 2 +- .../writer/optional/includes/fields/w_fields1.inc | 2 +- .../writer/optional/includes/fields/w_fields2.inc | 2 +- .../writer/optional/includes/fields/w_fields3.inc | 2 +- .../writer/optional/includes/fields/w_fields4.inc | 2 +- .../writer/optional/includes/fields/w_fields5.inc | 2 +- .../writer/optional/includes/fields/w_fields6.inc | 2 +- .../writer/optional/includes/fields/w_fields7.inc | 2 +- .../writer/optional/includes/filter/w_filter.inc | 2 +- .../optional/includes/fontwork/w_fontwork1.inc | 2 +- .../formatcharacter/w_format_character1.inc | 2 +- .../optional/includes/formatpage/w_formatpage1.inc | 2 +- .../optional/includes/formatpage/w_formatpage2.inc | 2 +- .../optional/includes/formatpage/w_formatpage3.inc | 2 +- .../optional/includes/formatpage/w_formatpage4.inc | 2 +- .../formatparagraph/w_formatparagraph1.inc | 2 +- .../formatparagraph/w_formatparagraph2.inc | 2 +- .../formatparagraph/w_formatparagraph3.inc | 2 +- .../hangulhanjaonversion/hhConversion1.inc | 2 +- .../hangulhanjaonversion/hhConversion2.inc | 2 +- .../hangulhanjaonversion/hhConversion3.inc | 2 +- .../includes/hyphenation/w_hyphenation.inc | 2 +- .../includes/insertgraphic/w_insertgraphic1.inc | 2 +- .../includes/insertgraphic/w_insertgraphic2.inc | 2 +- .../includes/insertgraphic/w_insertgraphic3.inc | 2 +- .../includes/insertgraphic/w_insertgraphic4.inc | 2 +- .../includes/insertgraphic/w_insertgraphic5.inc | 2 +- .../optional/includes/loadsave/w_loadsave.inc | 2 +- .../optional/includes/navigator/w_navigator.inc | 2 +- .../writer/optional/includes/number/w_205_.inc | 2 +- .../writer/optional/includes/number/w_205a_.inc | 2 +- .../writer/optional/includes/number/w_206_.inc | 2 +- .../writer/optional/includes/number/w_207_.inc | 2 +- .../writer/optional/includes/option/wh_o_1.inc | 2 +- .../writer/optional/includes/option/wh_o_2.inc | 2 +- .../writer/optional/includes/option/wh_o_3.inc | 2 +- .../writer/optional/includes/option/wr_o_1.inc | 2 +- .../writer/optional/includes/option/wr_o_2.inc | 2 +- .../writer/optional/includes/option/wr_o_3.inc | 2 +- .../writer/optional/includes/option/wr_o_4.inc | 6 +- .../writer/optional/includes/option/wr_o_5.inc | 2 +- .../writer/optional/includes/option/wr_o_a.inc | 2 +- .../optional/includes/redlining/w_redlining1.inc | 2 +- .../optional/includes/redlining/w_redlining2.inc | 2 +- .../writer/optional/includes/regexp/regular.inc | 2 +- .../writer/optional/includes/regexp/search.inc | 2 +- .../issuezilla/w_issuezilla_regression.inc | 2 +- .../optional/includes/section/w_section_1.inc | 2 +- .../optional/includes/section/w_section_2.inc | 2 +- .../optional/includes/section/w_section_3.inc | 2 +- .../optional/includes/section/w_section_4.inc | 2 +- .../optional/includes/section/w_section_tools.inc | 2 +- .../optional/includes/shortcut/w_shortcuts.inc | 2 +- .../optional/includes/sorting/w_sorting1.inc | 2 +- .../optional/includes/sorting/w_sorting2.inc | 2 +- .../optional/includes/spellcheck/w_spellcheck.inc | 2 +- .../optional/includes/spellcheck/w_spellcheck1.inc | 2 +- .../writer/optional/includes/stylist/w_stylist.inc | 2 +- .../writer/optional/includes/table/w_204_.inc | 2 +- .../writer/optional/includes/table/w_204a_.inc | 2 +- .../writer/optional/includes/table/w_204b_.inc | 2 +- .../optional/includes/textframes/w_textframes1.inc | 2 +- .../optional/includes/textframes/w_textframes2.inc | 2 +- .../optional/includes/textframes/w_textframes3.inc | 2 +- .../optional/includes/textframes/w_textframes4.inc | 2 +- .../optional/includes/textframes/w_textframes5.inc | 2 +- .../writer/optional/includes/tools/tools1.inc | 2 +- .../writer/optional/includes/tools/tools2.inc | 2 +- .../writer/optional/includes/undo/w_undo1.inc | 2 +- .../optional/includes/undo/w_undo_history_1.inc | 2 +- .../optional/includes/undo/w_undo_history_2.inc | 2 +- .../optional/includes/undo/w_undo_history_3.inc | 2 +- .../optional/includes/undo/w_undo_history_4.inc | 2 +- .../writer/optional/w_CJKCTLDependency.bas | 2 +- .../writer/optional/w_alternative_text.bas | 2 +- .../writer/optional/w_autocorrection.bas | 2 +- testautomation/writer/optional/w_autotext.bas | 2 +- testautomation/writer/optional/w_calculate.bas | 2 +- .../writer/optional/w_chinesetranslate.bas | 2 +- testautomation/writer/optional/w_clipbrd.bas | 2 +- testautomation/writer/optional/w_contextmenu.bas | 2 +- testautomation/writer/optional/w_drawing_tools.bas | 2 +- testautomation/writer/optional/w_dropdownLB.bas | 2 +- testautomation/writer/optional/w_fields.bas | 2 +- testautomation/writer/optional/w_filter.bas | 2 +- testautomation/writer/optional/w_fontwork.bas | 2 +- .../writer/optional/w_formatcharacter.bas | 2 +- testautomation/writer/optional/w_formatpage.bas | 2 +- .../writer/optional/w_formatparagraph.bas | 2 +- testautomation/writer/optional/w_hhConversion.bas | 2 +- testautomation/writer/optional/w_hyphenation.bas | 2 +- testautomation/writer/optional/w_insertgraphic.bas | 2 +- .../writer/optional/w_issuezilla_regression.bas | 2 +- testautomation/writer/optional/w_loadsave.bas | 2 +- testautomation/writer/optional/w_navigator.bas | 2 +- testautomation/writer/optional/w_numbering.bas | 2 +- testautomation/writer/optional/w_opt.bas | 2 +- testautomation/writer/optional/w_redlining.bas | 2 +- testautomation/writer/optional/w_search.bas | 2 +- testautomation/writer/optional/w_section.bas | 2 +- testautomation/writer/optional/w_shortcuts.bas | 2 +- testautomation/writer/optional/w_sorting.bas | 2 +- testautomation/writer/optional/w_spellcheck.bas | 2 +- testautomation/writer/optional/w_stylist.bas | 2 +- testautomation/writer/optional/w_table.bas | 2 +- testautomation/writer/optional/w_textframes.bas | 2 +- testautomation/writer/optional/w_undo.bas | 2 +- testautomation/writer/optional/ww_opt.bas | 2 +- testautomation/writer/required/includes/w_001_.inc | 2 +- .../writer/required/includes/w_001a_.inc | 2 +- .../writer/required/includes/w_001b_.inc | 2 +- testautomation/writer/required/includes/w_002_.inc | 2 +- testautomation/writer/required/includes/w_003_.inc | 2 +- testautomation/writer/required/includes/w_004_.inc | 2 +- testautomation/writer/required/includes/w_005_.inc | 2 +- .../writer/required/includes/w_005b_.inc | 2 +- testautomation/writer/required/includes/w_006_.inc | 2 +- testautomation/writer/required/includes/w_007_.inc | 2 +- testautomation/writer/required/includes/w_008_.inc | 2 +- testautomation/writer/required/includes/w_009_.inc | 2 +- testautomation/writer/required/includes/w_010_.inc | 2 +- .../writer/required/includes/w_010_1.inc | 2 +- testautomation/writer/required/includes/w_011_.inc | 2 +- testautomation/writer/required/includes/w_020_.inc | 2 +- testautomation/writer/required/w_updt.bas | 2 +- .../writer/tools/includes/w_get_locale_strings.inc | 2 +- .../writer/tools/includes/w_locale_strings2.inc | 2 +- testautomation/writer/tools/includes/w_tool1.inc | 2 +- testautomation/writer/tools/includes/w_tool2.inc | 2 +- testautomation/writer/tools/includes/w_tool3.inc | 2 +- testautomation/writer/tools/includes/w_tool4.inc | 2 +- testautomation/writer/tools/includes/w_tool5.inc | 2 +- testautomation/writer/tools/includes/w_tool6.inc | 2 +- testautomation/writer/tools/includes/w_tool7.inc | 2 +- testautomation/writer/tools/includes/w_tools.inc | 2 +- .../tools/includes/w_tools_autocorrection.inc | 2 +- .../writer/tools/includes/w_tools_drawing.inc | 2 +- .../writer/tools/includes/w_tools_hyphenation.inc | 2 +- .../writer/tools/includes/w_tools_undo.inc | 2 +- .../writer/tools/w_get_locale_strings.bas | 2 +- testautomation/xml/optional/calc_xml_7_export.bas | 2 +- testautomation/xml/optional/docbook_losa.bas | 2 +- testautomation/xml/optional/draw_xml_7_export.bas | 2 +- .../xml/optional/impress_xml_7_export.bas | 2 +- .../optional/includes/c_datapilot_pagefields.inc | 2 +- .../xml/optional/includes/c_xml_print_scale.inc | 2 +- .../xml/optional/includes/c_xml_scenario.inc | 2 +- .../includes/ch_xml_japanese_candlestick.inc | 2 +- .../xml/optional/includes/docbook_001.inc | 2 +- .../xml/optional/includes/f_xml_save_ms_ole.inc | 2 +- testautomation/xml/optional/includes/sxc7_01.inc | 2 +- testautomation/xml/optional/includes/sxc7_02.inc | 2 +- testautomation/xml/optional/includes/sxc7_03.inc | 2 +- testautomation/xml/optional/includes/sxd7_01.inc | 2 +- testautomation/xml/optional/includes/sxd7_02.inc | 2 +- testautomation/xml/optional/includes/sxd7_03.inc | 2 +- testautomation/xml/optional/includes/sxd7_04.inc | 2 +- testautomation/xml/optional/includes/sxd7_05.inc | 2 +- testautomation/xml/optional/includes/sxi7_01.inc | 2 +- testautomation/xml/optional/includes/sxm7_01.inc | 2 +- testautomation/xml/optional/includes/sxw7_01.inc | 2 +- testautomation/xml/optional/includes/sxw7_01a.inc | 2 +- testautomation/xml/optional/includes/sxw7_02.inc | 2 +- testautomation/xml/optional/includes/sxw7_03.inc | 2 +- .../optional/includes/w_xml_vertical_alignment.inc | 2 +- testautomation/xml/optional/math_xml_7_export.bas | 2 +- .../xml/optional/w_xml_vertical_alignment.bas | 2 +- .../xml/optional/writer_xml_7_export.bas | 2 +- .../xml/required/includes/oasis_graphics_01.inc | 2 +- .../xml/required/oasis_graphics_update.bas | 2 +- testautomation/xml/tools/includes/itools1.inc | 2 +- testautomation/xml/tools/includes/xmltool1.inc | 2 +- 851 files changed, 932 insertions(+), 932 deletions(-) mode change 100755 => 100644 testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_flexible_source_range_selection.bas mode change 100755 => 100644 testautomation/chart2/optional/ch2_xml_format.bas mode change 100644 => 100755 testautomation/chart2/optional/includes/ch2_flexible_source_range_selection.inc mode change 100644 => 100755 testautomation/chart2/optional/includes/ch2_flexible_source_range_selection01.inc mode change 100644 => 100755 testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc mode change 100644 => 100755 testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard2.inc mode change 100644 => 100755 testautomation/chart2/required/ch2_updt_calc.bas mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_file.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_format.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_format1.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_insert.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_insert_ctl.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_menu.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_ole.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_toolbars.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_view.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_window.inc mode change 100644 => 100755 testautomation/chart2/required/includes/ch2_wizard.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_axes.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_chart_type.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_common.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_data_labels.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_grids.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_legend.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_statistics.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_tab_borders_lines.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_tab_pages.inc mode change 100644 => 100755 testautomation/chart2/tools/ch_tools_titles.inc mode change 100755 => 100644 testautomation/dbaccess/optional/dba_misc_Macros.bas mode change 100644 => 100755 testautomation/dbaccess/optional/includes/ctrl_Clipboard.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/ctrl_Grid.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/ctrl_Spreadsheet.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/ctrl_TextControl.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_ADOAccess.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_AdabasD.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_Dbase.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_DbaseFunction.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_IndexDesign.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_Mozilla.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_ODBCMySQL.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_Query.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_Spreadsheet.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_Text.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/db_Windows.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/frm_Forms.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/misc_RegisterDatabase.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/rpt_DateTime.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/rpt_ExecuteReport.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/rpt_Formating.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/rpt_FunctionWizard.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/rpt_Grouping.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/rpt_PageNumber.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/rpt_PropertyBrowser.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/wiz_CopyTableWizard.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/wiz_FormWizard.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/wiz_QueryWizard.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/wiz_TableWizard.inc mode change 100644 => 100755 testautomation/dbaccess/optional/includes/xf_Submission.inc mode change 100644 => 100755 testautomation/dbaccess/required/includes/Forms.inc mode change 100644 => 100755 testautomation/dbaccess/required/includes/ReportBuilder01.inc mode change 100644 => 100755 testautomation/dbaccess/required/includes/Wizards.inc mode change 100644 => 100755 testautomation/dbaccess/required/includes/Xforms01.inc mode change 100644 => 100755 testautomation/dbaccess/tools/controltools.inc mode change 100644 => 100755 testautomation/dbaccess/tools/dbinit.inc mode change 100644 => 100755 testautomation/dbaccess/tools/querytools.inc mode change 100755 => 100644 testautomation/extensions/optional/e_issues.bas mode change 100644 => 100755 testautomation/extensions/optional/includes/display_name.inc mode change 100644 => 100755 testautomation/extensions/optional/includes/extensions.inc mode change 100644 => 100755 testautomation/extensions/optional/includes/fileopen.inc mode change 100644 => 100755 testautomation/extensions/optional/includes/help.inc mode change 100644 => 100755 testautomation/extensions/optional/includes/identifiers.inc mode change 100755 => 100644 testautomation/extensions/optional/includes/issue110083.inc mode change 100644 => 100755 testautomation/extensions/optional/includes/location.inc mode change 100644 => 100755 testautomation/extensions/optional/includes/meta-inf.inc mode change 100644 => 100755 testautomation/extensions/optional/includes/online_update.inc mode change 100644 => 100755 testautomation/extensions/optional/includes/options.inc mode change 100755 => 100644 testautomation/extensions/required/e_update.bas mode change 100644 => 100755 testautomation/extensions/required/includes/e_update.inc mode change 100644 => 100755 testautomation/framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_eventbinding.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_modules.inc mode change 100644 => 100755 testautomation/framework/optional/includes/basic_vba_compat_tools.inc mode change 100644 => 100755 testautomation/framework/optional/includes/extras_preview.inc mode change 100644 => 100755 testautomation/framework/optional/includes/f_usage_tracking.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_allowed_names.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_autocomplete.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_cjk_folders.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders2.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders3.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders4.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders5.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders6.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_folders7.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_forbidden_names_windows.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_multiselection.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_reserved_names_windows.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_tools.inc mode change 100644 => 100755 testautomation/framework/optional/includes/filedlg_triggers.inc mode change 100644 => 100755 testautomation/framework/optional/includes/fontworkgallery.inc mode change 100644 => 100755 testautomation/framework/optional/includes/help_bookmarks.inc mode change 100644 => 100755 testautomation/framework/optional/includes/help_view_topics.inc mode change 100644 => 100755 testautomation/framework/optional/includes/loadsave_files.inc mode change 100644 => 100755 testautomation/framework/optional/includes/loadsave_new.inc mode change 100644 => 100755 testautomation/framework/optional/includes/menuentries.inc mode change 100644 => 100755 testautomation/framework/optional/includes/ole_1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/ole_2.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_asia.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_data.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_int1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_lan1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_loadsave_general.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_loadsave_html.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_loadsave_msoffice.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_loadsave_vba.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_accessibility.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_appearance.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_colors.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_fontreplacement.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_java.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_memory.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_paths.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_print.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_userdata.inc mode change 100644 => 100755 testautomation/framework/optional/includes/options_ooo_view.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_broken_signature.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_evilmacro1.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_evilmacro2.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_evilmacro3.inc mode change 100644 => 100755 testautomation/framework/optional/includes/security_trusted_path.inc mode change 100644 => 100755 testautomation/framework/optional/includes/toolbar_behavior.inc mode change 100644 => 100755 testautomation/framework/required/includes/basic_dialog_export.inc mode change 100644 => 100755 testautomation/framework/required/includes/basic_dialog_i18n_import.inc mode change 100644 => 100755 testautomation/framework/required/includes/security_dialogs.inc mode change 100644 => 100755 testautomation/framework/required/includes/smoketest.inc mode change 100644 => 100755 testautomation/framework/required/includes/standard_toolbar_1.inc mode change 100644 => 100755 testautomation/framework/required/includes/standard_toolbar_3.inc mode change 100644 => 100755 testautomation/framework/required/includes/standard_toolbar_5.inc mode change 100644 => 100755 testautomation/framework/required/includes/topten.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_documentconverter.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_euroconverter.inc mode change 100644 => 100755 testautomation/framework/required/includes/wizard_webpage.inc mode change 100644 => 100755 testautomation/framework/tools/includes/private_environment.inc mode change 100644 => 100755 testautomation/framework/tools/includes/webtools.inc mode change 100644 => 100755 testautomation/framework/tools/includes/window_tools.inc mode change 100644 => 100755 testautomation/global/required/includes/g_customize.inc mode change 100644 => 100755 testautomation/global/required/includes/g_option_application.inc mode change 100644 => 100755 testautomation/global/required/includes/g_printing.inc mode change 100644 => 100755 testautomation/global/system/includes/declare.inc mode change 100644 => 100755 testautomation/global/system/includes/sysinfo.inc mode change 100755 => 100644 testautomation/global/tools/closeoffice.bas mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_accels.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_control_objects.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_key_tools.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_locale_tools.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_set_standard_controls.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_spreadsheet_tools1.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_toolbar_writer.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_ui_filters.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_user_info.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_xml1.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_xml2.inc mode change 100644 => 100755 testautomation/global/tools/includes/optional/t_xml_filter1.inc mode change 100644 => 100755 testautomation/global/tools/includes/required/t_option.inc mode change 100644 => 100755 testautomation/global/tools/includes/required/t_option2.inc mode change 100755 => 100644 testautomation/graphics/optional/d_export_graphic_a.bas mode change 100755 => 100644 testautomation/graphics/optional/d_export_graphic_b.bas mode change 100755 => 100644 testautomation/graphics/optional/export_graphic_a.bas mode change 100755 => 100644 testautomation/graphics/optional/export_graphic_b.bas mode change 100755 => 100644 testautomation/graphics/optional/g_area.bas mode change 100755 => 100644 testautomation/graphics/optional/g_arrangealign.bas mode change 100755 => 100644 testautomation/graphics/optional/g_autocorrection.bas mode change 100755 => 100644 testautomation/graphics/optional/g_character.bas mode change 100755 => 100644 testautomation/graphics/optional/g_clipboard.bas mode change 100755 => 100644 testautomation/graphics/optional/g_clipexport.bas mode change 100755 => 100644 testautomation/graphics/optional/g_demoguide.bas mode change 100755 => 100644 testautomation/graphics/optional/g_dimensions.bas mode change 100755 => 100644 testautomation/graphics/optional/g_edit.bas mode change 100755 => 100644 testautomation/graphics/optional/g_export_html.bas mode change 100755 => 100644 testautomation/graphics/optional/g_findreplace.bas mode change 100755 => 100644 testautomation/graphics/optional/g_format.bas mode change 100755 => 100644 testautomation/graphics/optional/g_imagemap.bas mode change 100755 => 100644 testautomation/graphics/optional/g_insert.bas mode change 100755 => 100644 testautomation/graphics/optional/g_load_save.bas mode change 100755 => 100644 testautomation/graphics/optional/g_mediaplayer.bas mode change 100755 => 100644 testautomation/graphics/optional/g_navigator.bas mode change 100755 => 100644 testautomation/graphics/optional/g_paneview.bas mode change 100755 => 100644 testautomation/graphics/optional/g_paragraph.bas mode change 100755 => 100644 testautomation/graphics/optional/g_shaddow.bas mode change 100755 => 100644 testautomation/graphics/optional/g_slidelayer.bas mode change 100755 => 100644 testautomation/graphics/optional/g_spellcheck.bas mode change 100755 => 100644 testautomation/graphics/optional/g_stylist.bas mode change 100755 => 100644 testautomation/graphics/optional/g_tables.bas mode change 100755 => 100644 testautomation/graphics/optional/g_toolbars.bas mode change 100755 => 100644 testautomation/graphics/optional/g_zoom.bas mode change 100755 => 100644 testautomation/graphics/optional/gallery.bas mode change 100755 => 100644 testautomation/graphics/optional/gallery2.bas mode change 100755 => 100644 testautomation/graphics/optional/i_headerfooter.bas mode change 100755 => 100644 testautomation/graphics/optional/i_only_updt_1.bas mode change 100755 => 100644 testautomation/graphics/optional/i_only_updt_2.bas mode change 100755 => 100644 testautomation/graphics/optional/i_pengine.bas mode change 100755 => 100644 testautomation/graphics/optional/i_shape.bas mode change 100755 => 100644 testautomation/graphics/optional/i_slideshow.bas mode change 100755 => 100644 testautomation/graphics/optional/i_us_presentation.bas mode change 100755 => 100644 testautomation/graphics/optional/i_view.bas mode change 100755 => 100644 testautomation/graphics/optional/includes/global/g_find_replace.inc mode change 100755 => 100644 testautomation/graphics/optional/includes/global/gallery.inc mode change 100755 => 100644 testautomation/graphics/optional/includes/global/id_005.inc mode change 100755 => 100644 testautomation/graphics/optional/includes/impress/i_slideshow.inc mode change 100755 => 100644 testautomation/graphics/required/d_opt.bas mode change 100755 => 100644 testautomation/graphics/required/i_opt.bas mode change 100755 => 100644 testautomation/graphics/required/i_updt_2.bas mode change 100755 => 100644 testautomation/graphics/tools/makeLokaleTxt.bas mode change 100644 => 100755 testautomation/math/optional/includes/m_106_.inc mode change 100644 => 100755 testautomation/math/required/includes/m_003_.inc mode change 100644 => 100755 testautomation/math/required/includes/m_004_.inc mode change 100644 => 100755 testautomation/math/required/includes/m_006_.inc mode change 100644 => 100755 testautomation/math/required/includes/m_010_.inc mode change 100644 => 100755 testautomation/spreadsheet/optional/includes/getpivotdata/c_getpivotdata.inc mode change 100644 => 100755 testautomation/spreadsheet/optional/includes/namedrange/c_namedrange.inc mode change 100644 => 100755 testautomation/spreadsheet/optional/includes/printrange/c_printrange.inc mode change 100644 => 100755 testautomation/spreadsheet/optional/includes/printscale/c_print_scale.inc mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_datamenu.inc mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_formatmenu3.inc mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_helpmenu.inc mode change 100644 => 100755 testautomation/spreadsheet/required/includes/c_upd_windowmenu.inc mode change 100644 => 100755 testautomation/spreadsheet/tools/includes/c_cell_tools.inc mode change 100644 => 100755 testautomation/spreadsheet/tools/includes/c_l10n_tools.inc mode change 100644 => 100755 testautomation/spreadsheet/tools/includes/c_select_tools.inc mode change 100644 => 100755 testautomation/spreadsheet/tools/includes/c_tool_l10n_mnomics.inc mode change 100644 => 100755 testautomation/spreadsheet/tools/includes/c_tool_options.inc mode change 100644 => 100755 testautomation/writer/optional/includes/CJKCTLDependency/CJKCTLDependency1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/alternative_text/w_alternative_text.inc mode change 100644 => 100755 testautomation/writer/optional/includes/autocorrection/w_autocorrect1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/autocorrection/w_autocorrect2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/calculate/w_calculate.inc mode change 100644 => 100755 testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_210_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_211_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_212_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_213_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_214_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_215_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_216_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_217_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_218_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_219_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_220_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_221_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/clipboard/w_222_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/contextmenu/w_contextmenu1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/fields/w_fields3.inc mode change 100644 => 100755 testautomation/writer/optional/includes/fields/w_fields6.inc mode change 100644 => 100755 testautomation/writer/optional/includes/filter/w_filter.inc mode change 100644 => 100755 testautomation/writer/optional/includes/fontwork/w_fontwork1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/formatcharacter/w_format_character1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/formatpage/w_formatpage1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/formatpage/w_formatpage2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/formatpage/w_formatpage3.inc mode change 100644 => 100755 testautomation/writer/optional/includes/formatpage/w_formatpage4.inc mode change 100644 => 100755 testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc mode change 100644 => 100755 testautomation/writer/optional/includes/insertgraphic/w_insertgraphic1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/insertgraphic/w_insertgraphic2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc mode change 100644 => 100755 testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc mode change 100644 => 100755 testautomation/writer/optional/includes/insertgraphic/w_insertgraphic5.inc mode change 100644 => 100755 testautomation/writer/optional/includes/loadsave/w_loadsave.inc mode change 100644 => 100755 testautomation/writer/optional/includes/number/w_205_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/number/w_205a_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/number/w_207_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/option/wh_o_1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/option/wh_o_2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/option/wh_o_3.inc mode change 100644 => 100755 testautomation/writer/optional/includes/option/wr_o_1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/option/wr_o_2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/option/wr_o_3.inc mode change 100644 => 100755 testautomation/writer/optional/includes/option/wr_o_5.inc mode change 100644 => 100755 testautomation/writer/optional/includes/option/wr_o_a.inc mode change 100644 => 100755 testautomation/writer/optional/includes/redlining/w_redlining1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/redlining/w_redlining2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/regexp/regular.inc mode change 100644 => 100755 testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc mode change 100644 => 100755 testautomation/writer/optional/includes/section/w_section_1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/section/w_section_2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/section/w_section_3.inc mode change 100644 => 100755 testautomation/writer/optional/includes/section/w_section_tools.inc mode change 100644 => 100755 testautomation/writer/optional/includes/shortcut/w_shortcuts.inc mode change 100644 => 100755 testautomation/writer/optional/includes/sorting/w_sorting1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/sorting/w_sorting2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/spellcheck/w_spellcheck1.inc mode change 100644 => 100755 testautomation/writer/optional/includes/table/w_204_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/table/w_204a_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/table/w_204b_.inc mode change 100644 => 100755 testautomation/writer/optional/includes/textframes/w_textframes2.inc mode change 100644 => 100755 testautomation/writer/optional/includes/textframes/w_textframes3.inc mode change 100644 => 100755 testautomation/writer/optional/includes/textframes/w_textframes4.inc mode change 100644 => 100755 testautomation/writer/optional/includes/textframes/w_textframes5.inc mode change 100755 => 100644 testautomation/writer/optional/w_CJKCTLDependency.bas mode change 100755 => 100644 testautomation/writer/optional/w_alternative_text.bas mode change 100755 => 100644 testautomation/writer/optional/w_autotext.bas mode change 100755 => 100644 testautomation/writer/optional/w_calculate.bas mode change 100755 => 100644 testautomation/writer/optional/w_chinesetranslate.bas mode change 100755 => 100644 testautomation/writer/optional/w_clipbrd.bas mode change 100755 => 100644 testautomation/writer/optional/w_drawing_tools.bas mode change 100755 => 100644 testautomation/writer/optional/w_dropdownLB.bas mode change 100755 => 100644 testautomation/writer/optional/w_fields.bas mode change 100755 => 100644 testautomation/writer/optional/w_fontwork.bas mode change 100755 => 100644 testautomation/writer/optional/w_formatpage.bas mode change 100755 => 100644 testautomation/writer/optional/w_formatparagraph.bas mode change 100755 => 100644 testautomation/writer/optional/w_hhConversion.bas mode change 100755 => 100644 testautomation/writer/optional/w_hyphenation.bas mode change 100755 => 100644 testautomation/writer/optional/w_insertgraphic.bas mode change 100755 => 100644 testautomation/writer/optional/w_loadsave.bas mode change 100755 => 100644 testautomation/writer/optional/w_navigator.bas mode change 100755 => 100644 testautomation/writer/optional/w_redlining.bas mode change 100755 => 100644 testautomation/writer/optional/w_section.bas mode change 100755 => 100644 testautomation/writer/optional/w_sorting.bas mode change 100755 => 100644 testautomation/writer/optional/w_spellcheck.bas mode change 100755 => 100644 testautomation/writer/optional/w_stylist.bas mode change 100755 => 100644 testautomation/writer/optional/w_textframes.bas mode change 100755 => 100644 testautomation/writer/optional/w_undo.bas mode change 100644 => 100755 testautomation/writer/required/includes/w_001a_.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_001b_.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_003_.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_006_.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_008_.inc mode change 100644 => 100755 testautomation/writer/required/includes/w_010_1.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_get_locale_strings.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_tool5.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_tool7.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_tools_autocorrection.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_tools_drawing.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_tools_hyphenation.inc mode change 100644 => 100755 testautomation/writer/tools/includes/w_tools_undo.inc mode change 100755 => 100644 testautomation/xml/optional/docbook_losa.bas mode change 100644 => 100755 testautomation/xml/optional/includes/c_datapilot_pagefields.inc mode change 100644 => 100755 testautomation/xml/optional/includes/c_xml_print_scale.inc mode change 100644 => 100755 testautomation/xml/optional/includes/c_xml_scenario.inc mode change 100644 => 100755 testautomation/xml/optional/includes/ch_xml_japanese_candlestick.inc mode change 100644 => 100755 testautomation/xml/optional/includes/docbook_001.inc mode change 100644 => 100755 testautomation/xml/optional/includes/f_xml_save_ms_ole.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxc7_01.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxc7_02.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxc7_03.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxd7_01.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxd7_02.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxd7_03.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxd7_04.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxd7_05.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxi7_01.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxm7_01.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxw7_01.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxw7_01a.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxw7_02.inc mode change 100644 => 100755 testautomation/xml/optional/includes/sxw7_03.inc mode change 100644 => 100755 testautomation/xml/optional/includes/w_xml_vertical_alignment.inc mode change 100644 => 100755 testautomation/xml/required/includes/oasis_graphics_01.inc mode change 100644 => 100755 testautomation/xml/tools/includes/itools1.inc (limited to 'testautomation') diff --git a/testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas b/testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas old mode 100755 new mode 100644 index 267c3c1e4303..83ac7f78c3c9 --- a/testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas +++ b/testautomation/chart2/optional/ch2_chart_data_dlg_impress.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test for the Chart Data Dialogue in Impress. '* diff --git a/testautomation/chart2/optional/ch2_flexible_source_range_selection.bas b/testautomation/chart2/optional/ch2_flexible_source_range_selection.bas old mode 100755 new mode 100644 index 9fa1b3e5f051..6feedeb8004e --- a/testautomation/chart2/optional/ch2_flexible_source_range_selection.bas +++ b/testautomation/chart2/optional/ch2_flexible_source_range_selection.bas @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Updatetest for Flexible Source Range Selection '* diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_ods.bas b/testautomation/chart2/optional/ch2_losa_ods_to_ods.bas index b6bf42f77b8d..ed1dce13adb5 100755 --- a/testautomation/chart2/optional/ch2_losa_ods_to_ods.bas +++ b/testautomation/chart2/optional/ch2_losa_ods_to_ods.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Load/Save test for chart files - Input: ODS, Output:ODS '* diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_ots.bas b/testautomation/chart2/optional/ch2_losa_ods_to_ots.bas index 0e58413390c5..8cc8ffe9835c 100755 --- a/testautomation/chart2/optional/ch2_losa_ods_to_ots.bas +++ b/testautomation/chart2/optional/ch2_losa_ods_to_ots.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Load/Save test for chart files - Input: ODS, Output: OTS '* diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_sdc.bas b/testautomation/chart2/optional/ch2_losa_ods_to_sdc.bas index 83884e36da66..d61c6183086a 100755 --- a/testautomation/chart2/optional/ch2_losa_ods_to_sdc.bas +++ b/testautomation/chart2/optional/ch2_losa_ods_to_sdc.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Load/Save test for chart files - Input: ODS, Output: SDC '* diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_sxc.bas b/testautomation/chart2/optional/ch2_losa_ods_to_sxc.bas index f711beb925b7..00940a2ca37f 100755 --- a/testautomation/chart2/optional/ch2_losa_ods_to_sxc.bas +++ b/testautomation/chart2/optional/ch2_losa_ods_to_sxc.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Load/Save test for chart files - Input: ODS, Output: SXC '* diff --git a/testautomation/chart2/optional/ch2_losa_ods_to_xls.bas b/testautomation/chart2/optional/ch2_losa_ods_to_xls.bas index 4248e5e395f0..3a8ca2916eec 100755 --- a/testautomation/chart2/optional/ch2_losa_ods_to_xls.bas +++ b/testautomation/chart2/optional/ch2_losa_ods_to_xls.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Load/Save test for chart files - Input: ODS, Output: XLS '* diff --git a/testautomation/chart2/optional/ch2_losa_sxc_to_ods.bas b/testautomation/chart2/optional/ch2_losa_sxc_to_ods.bas index 405bb6a421a1..c662dfc52b3a 100755 --- a/testautomation/chart2/optional/ch2_losa_sxc_to_ods.bas +++ b/testautomation/chart2/optional/ch2_losa_sxc_to_ods.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Load/Save test for chart files - Input: SXC, Output:ODS '* diff --git a/testautomation/chart2/optional/ch2_losa_sxc_to_sdc.bas b/testautomation/chart2/optional/ch2_losa_sxc_to_sdc.bas index f2498ddf99bd..7c8e8726f580 100755 --- a/testautomation/chart2/optional/ch2_losa_sxc_to_sdc.bas +++ b/testautomation/chart2/optional/ch2_losa_sxc_to_sdc.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Load/Save test for chart files - Input: SXC, Output: SDC '* diff --git a/testautomation/chart2/optional/ch2_lvl1.bas b/testautomation/chart2/optional/ch2_lvl1.bas index 7d13d601ec18..9ae9f40ce301 100755 --- a/testautomation/chart2/optional/ch2_lvl1.bas +++ b/testautomation/chart2/optional/ch2_lvl1.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart2 functional tests '* diff --git a/testautomation/chart2/optional/ch2_lvl1_wizard.bas b/testautomation/chart2/optional/ch2_lvl1_wizard.bas index abe38f970a89..41811109e473 100755 --- a/testautomation/chart2/optional/ch2_lvl1_wizard.bas +++ b/testautomation/chart2/optional/ch2_lvl1_wizard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Level 1 functional test for Chart2 Wizard '* diff --git a/testautomation/chart2/optional/ch2_xml_format.bas b/testautomation/chart2/optional/ch2_xml_format.bas old mode 100755 new mode 100644 index 75f3c10c9cb9..25f5d751b58f --- a/testautomation/chart2/optional/ch2_xml_format.bas +++ b/testautomation/chart2/optional/ch2_xml_format.bas @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : General XML file format check '* diff --git a/testautomation/chart2/optional/includes/ch2_datadialogue.inc b/testautomation/chart2/optional/includes/ch2_datadialogue.inc index f7e4078ad911..1b723c1479b7 100644 --- a/testautomation/chart2/optional/includes/ch2_datadialogue.inc +++ b/testautomation/chart2/optional/includes/ch2_datadialogue.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : oliver.craemer@sun.com +'* Owner : oliver.craemer@oracle.com '* '* short description : Resource-test for the Chart Data Dialogue. '* diff --git a/testautomation/chart2/optional/includes/ch2_flexible_source_range_selection.inc b/testautomation/chart2/optional/includes/ch2_flexible_source_range_selection.inc old mode 100644 new mode 100755 index 8cb7e0851809..0151f5021b3e --- a/testautomation/chart2/optional/includes/ch2_flexible_source_range_selection.inc +++ b/testautomation/chart2/optional/includes/ch2_flexible_source_range_selection.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Updatetest for Flexible Source Range Selection in spreadsheets '* diff --git a/testautomation/chart2/optional/includes/ch2_flexible_source_range_selection01.inc b/testautomation/chart2/optional/includes/ch2_flexible_source_range_selection01.inc old mode 100644 new mode 100755 index 819b7da04c9a..ec2496ecb1f3 --- a/testautomation/chart2/optional/includes/ch2_flexible_source_range_selection01.inc +++ b/testautomation/chart2/optional/includes/ch2_flexible_source_range_selection01.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Updatetest for Flexible Source Range Selection in Writer '* diff --git a/testautomation/chart2/optional/includes/ch2_lvl1a.inc b/testautomation/chart2/optional/includes/ch2_lvl1a.inc index 99ca5a985bc4..6da6e29ac72d 100644 --- a/testautomation/chart2/optional/includes/ch2_lvl1a.inc +++ b/testautomation/chart2/optional/includes/ch2_lvl1a.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart2 functional tests '* diff --git a/testautomation/chart2/optional/includes/loadsave/ch2_losa.inc b/testautomation/chart2/optional/includes/loadsave/ch2_losa.inc index 34b84e85250e..b530b0c2a364 100755 --- a/testautomation/chart2/optional/includes/loadsave/ch2_losa.inc +++ b/testautomation/chart2/optional/includes/loadsave/ch2_losa.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Load file of one Spreadsheet format and save to another '* diff --git a/testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc b/testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc old mode 100644 new mode 100755 index 0cf868bacaaf..fee95afb3f8e --- a/testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc +++ b/testautomation/chart2/optional/includes/loadsave/ch2_xml_format.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Verify the Chart2 XML file format '* diff --git a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc index 6bcf3399796d..357fa89c4393 100755 --- a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc +++ b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart wizard general functionality '* diff --git a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard2.inc b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard2.inc old mode 100644 new mode 100755 index e260d274e7ea..a89e8fad80d8 --- a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard2.inc +++ b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : New chart types '* diff --git a/testautomation/chart2/required/ch2_updt_calc.bas b/testautomation/chart2/required/ch2_updt_calc.bas old mode 100644 new mode 100755 index 7dba15ead84f..02cc2c883269 --- a/testautomation/chart2/required/ch2_updt_calc.bas +++ b/testautomation/chart2/required/ch2_updt_calc.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test for all chart specific menues '* diff --git a/testautomation/chart2/required/includes/ch2_file.inc b/testautomation/chart2/required/includes/ch2_file.inc old mode 100644 new mode 100755 index 049ed6b7c9fb..f7166df9c82e --- a/testautomation/chart2/required/includes/ch2_file.inc +++ b/testautomation/chart2/required/includes/ch2_file.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart resource test - Menu FILE '* diff --git a/testautomation/chart2/required/includes/ch2_format.inc b/testautomation/chart2/required/includes/ch2_format.inc old mode 100644 new mode 100755 index 1eb92e42a480..42048cbbb7de --- a/testautomation/chart2/required/includes/ch2_format.inc +++ b/testautomation/chart2/required/includes/ch2_format.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart resource test - Menu FORMAT '* diff --git a/testautomation/chart2/required/includes/ch2_format1.inc b/testautomation/chart2/required/includes/ch2_format1.inc old mode 100644 new mode 100755 index afae7e99e272..dbe1de149c9c --- a/testautomation/chart2/required/includes/ch2_format1.inc +++ b/testautomation/chart2/required/includes/ch2_format1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Continue Chart resource test - Menu FORMAT '* diff --git a/testautomation/chart2/required/includes/ch2_insert.inc b/testautomation/chart2/required/includes/ch2_insert.inc old mode 100644 new mode 100755 index 7d65aa3460e2..79923a8198c6 --- a/testautomation/chart2/required/includes/ch2_insert.inc +++ b/testautomation/chart2/required/includes/ch2_insert.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart resource test - Menu INSERT '* diff --git a/testautomation/chart2/required/includes/ch2_insert_ctl.inc b/testautomation/chart2/required/includes/ch2_insert_ctl.inc old mode 100644 new mode 100755 index 03a91db6acb1..d01f9f8eee5f --- a/testautomation/chart2/required/includes/ch2_insert_ctl.inc +++ b/testautomation/chart2/required/includes/ch2_insert_ctl.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart resource test - CTL features '* diff --git a/testautomation/chart2/required/includes/ch2_menu.inc b/testautomation/chart2/required/includes/ch2_menu.inc old mode 100644 new mode 100755 index 7461fbc1461c..d7f5efbee3a5 --- a/testautomation/chart2/required/includes/ch2_menu.inc +++ b/testautomation/chart2/required/includes/ch2_menu.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test for chart2 main menus '* diff --git a/testautomation/chart2/required/includes/ch2_ole.inc b/testautomation/chart2/required/includes/ch2_ole.inc old mode 100644 new mode 100755 index 51b5db4a1d5f..6daf6545de41 --- a/testautomation/chart2/required/includes/ch2_ole.inc +++ b/testautomation/chart2/required/includes/ch2_ole.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart resource test - section FILE '* diff --git a/testautomation/chart2/required/includes/ch2_toolbars.inc b/testautomation/chart2/required/includes/ch2_toolbars.inc old mode 100644 new mode 100755 index c447078131fc..32eed54ee370 --- a/testautomation/chart2/required/includes/ch2_toolbars.inc +++ b/testautomation/chart2/required/includes/ch2_toolbars.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart resource test - section toolbars '* diff --git a/testautomation/chart2/required/includes/ch2_view.inc b/testautomation/chart2/required/includes/ch2_view.inc old mode 100644 new mode 100755 index 32664c0f0b16..39beac14839c --- a/testautomation/chart2/required/includes/ch2_view.inc +++ b/testautomation/chart2/required/includes/ch2_view.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart resource test - Menu VIEW '* diff --git a/testautomation/chart2/required/includes/ch2_window.inc b/testautomation/chart2/required/includes/ch2_window.inc old mode 100644 new mode 100755 index a9769c10a278..407898e228d1 --- a/testautomation/chart2/required/includes/ch2_window.inc +++ b/testautomation/chart2/required/includes/ch2_window.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart resource test - Menu WINDOW '* diff --git a/testautomation/chart2/required/includes/ch2_wizard.inc b/testautomation/chart2/required/includes/ch2_wizard.inc old mode 100644 new mode 100755 index 5939c9b7e682..df97ba6bda43 --- a/testautomation/chart2/required/includes/ch2_wizard.inc +++ b/testautomation/chart2/required/includes/ch2_wizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Create new Chart using the Wizard '* diff --git a/testautomation/chart2/tools/ch_tools_axes.inc b/testautomation/chart2/tools/ch_tools_axes.inc old mode 100644 new mode 100755 index 9ac6788e409d..ef897fbc345f --- a/testautomation/chart2/tools/ch_tools_axes.inc +++ b/testautomation/chart2/tools/ch_tools_axes.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Library for automation of the 'Insert::Axes...' dialog '* diff --git a/testautomation/chart2/tools/ch_tools_chart_type.inc b/testautomation/chart2/tools/ch_tools_chart_type.inc old mode 100644 new mode 100755 index 4cadbb748a11..7cf0a1e7d61b --- a/testautomation/chart2/tools/ch_tools_chart_type.inc +++ b/testautomation/chart2/tools/ch_tools_chart_type.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tool library for chart type dialog '* diff --git a/testautomation/chart2/tools/ch_tools_common.inc b/testautomation/chart2/tools/ch_tools_common.inc old mode 100644 new mode 100755 index 2a8664109e19..f6d722fa2a25 --- a/testautomation/chart2/tools/ch_tools_common.inc +++ b/testautomation/chart2/tools/ch_tools_common.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Chart2 Tool library '* diff --git a/testautomation/chart2/tools/ch_tools_data_labels.inc b/testautomation/chart2/tools/ch_tools_data_labels.inc old mode 100644 new mode 100755 index d1cf05360e2c..879ddae59361 --- a/testautomation/chart2/tools/ch_tools_data_labels.inc +++ b/testautomation/chart2/tools/ch_tools_data_labels.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tool library for Data Labels dialog '* diff --git a/testautomation/chart2/tools/ch_tools_grids.inc b/testautomation/chart2/tools/ch_tools_grids.inc old mode 100644 new mode 100755 index 0a0bc8226387..d909ef7426e1 --- a/testautomation/chart2/tools/ch_tools_grids.inc +++ b/testautomation/chart2/tools/ch_tools_grids.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tool library for Grids dialog '* diff --git a/testautomation/chart2/tools/ch_tools_legend.inc b/testautomation/chart2/tools/ch_tools_legend.inc old mode 100644 new mode 100755 index 9c96ff79eb83..9c16c71d1af7 --- a/testautomation/chart2/tools/ch_tools_legend.inc +++ b/testautomation/chart2/tools/ch_tools_legend.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tool library for Legend dialog '* diff --git a/testautomation/chart2/tools/ch_tools_select.inc b/testautomation/chart2/tools/ch_tools_select.inc index beeda0d3dcdd..8df51c8d9279 100755 --- a/testautomation/chart2/tools/ch_tools_select.inc +++ b/testautomation/chart2/tools/ch_tools_select.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : selecting charts '* diff --git a/testautomation/chart2/tools/ch_tools_statistics.inc b/testautomation/chart2/tools/ch_tools_statistics.inc old mode 100644 new mode 100755 index d1c3cf6d0bc9..59bd74496113 --- a/testautomation/chart2/tools/ch_tools_statistics.inc +++ b/testautomation/chart2/tools/ch_tools_statistics.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tool library for Statistics dialog '* diff --git a/testautomation/chart2/tools/ch_tools_tab_borders_lines.inc b/testautomation/chart2/tools/ch_tools_tab_borders_lines.inc old mode 100644 new mode 100755 index 1d5f3e227f6b..4d9847615782 --- a/testautomation/chart2/tools/ch_tools_tab_borders_lines.inc +++ b/testautomation/chart2/tools/ch_tools_tab_borders_lines.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tool library for Borders and Lines tab-page '* diff --git a/testautomation/chart2/tools/ch_tools_tab_pages.inc b/testautomation/chart2/tools/ch_tools_tab_pages.inc old mode 100644 new mode 100755 index 8d1954d4578c..63d88d35c3ff --- a/testautomation/chart2/tools/ch_tools_tab_pages.inc +++ b/testautomation/chart2/tools/ch_tools_tab_pages.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tool library for Borders and Lines tab-page '* diff --git a/testautomation/chart2/tools/ch_tools_titles.inc b/testautomation/chart2/tools/ch_tools_titles.inc old mode 100644 new mode 100755 index 0f250a50be70..c3b64a6fa8f7 --- a/testautomation/chart2/tools/ch_tools_titles.inc +++ b/testautomation/chart2/tools/ch_tools_titles.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tool library for Titles dialog '* diff --git a/testautomation/dbaccess/optional/dba_ctrl_Clipboard.bas b/testautomation/dbaccess/optional/dba_ctrl_Clipboard.bas index 3cbce6ec5da3..be3fe9ad0896 100755 --- a/testautomation/dbaccess/optional/dba_ctrl_Clipboard.bas +++ b/testautomation/dbaccess/optional/dba_ctrl_Clipboard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Control Clipboard '* diff --git a/testautomation/dbaccess/optional/dba_ctrl_General.bas b/testautomation/dbaccess/optional/dba_ctrl_General.bas index a942539a3abc..4e66c5633d3b 100755 --- a/testautomation/dbaccess/optional/dba_ctrl_General.bas +++ b/testautomation/dbaccess/optional/dba_ctrl_General.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Controls General '* diff --git a/testautomation/dbaccess/optional/dba_ctrl_Grid.bas b/testautomation/dbaccess/optional/dba_ctrl_Grid.bas index 8ca71f992fd6..a143f43bf380 100755 --- a/testautomation/dbaccess/optional/dba_ctrl_Grid.bas +++ b/testautomation/dbaccess/optional/dba_ctrl_Grid.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Grid Control Test '* diff --git a/testautomation/dbaccess/optional/dba_ctrl_PropertyBrowser.bas b/testautomation/dbaccess/optional/dba_ctrl_PropertyBrowser.bas index bd2f6202bccc..e8822bc6f7be 100755 --- a/testautomation/dbaccess/optional/dba_ctrl_PropertyBrowser.bas +++ b/testautomation/dbaccess/optional/dba_ctrl_PropertyBrowser.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Property Browser '* diff --git a/testautomation/dbaccess/optional/dba_ctrl_Several.bas b/testautomation/dbaccess/optional/dba_ctrl_Several.bas index 77053a220d76..9b831063ff5c 100755 --- a/testautomation/dbaccess/optional/dba_ctrl_Several.bas +++ b/testautomation/dbaccess/optional/dba_ctrl_Several.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Controls Several '* diff --git a/testautomation/dbaccess/optional/dba_ctrl_Spreadsheet.bas b/testautomation/dbaccess/optional/dba_ctrl_Spreadsheet.bas index 3f32a23d75ca..fb1e601d26fb 100755 --- a/testautomation/dbaccess/optional/dba_ctrl_Spreadsheet.bas +++ b/testautomation/dbaccess/optional/dba_ctrl_Spreadsheet.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Spreadsheets Controls '* diff --git a/testautomation/dbaccess/optional/dba_ctrl_TextControl.bas b/testautomation/dbaccess/optional/dba_ctrl_TextControl.bas index 36f8c76da19f..6fc6ea2cb40f 100755 --- a/testautomation/dbaccess/optional/dba_ctrl_TextControl.bas +++ b/testautomation/dbaccess/optional/dba_ctrl_TextControl.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Controls Several '* diff --git a/testautomation/dbaccess/optional/dba_ctrl_Wizards.bas b/testautomation/dbaccess/optional/dba_ctrl_Wizards.bas index b037258828a8..05b728090d81 100755 --- a/testautomation/dbaccess/optional/dba_ctrl_Wizards.bas +++ b/testautomation/dbaccess/optional/dba_ctrl_Wizards.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Control Wizard Test '* diff --git a/testautomation/dbaccess/optional/dba_db_ADOAccess.bas b/testautomation/dbaccess/optional/dba_db_ADOAccess.bas index fa2ef9742f4b..78d33762e8dc 100755 --- a/testautomation/dbaccess/optional/dba_db_ADOAccess.bas +++ b/testautomation/dbaccess/optional/dba_db_ADOAccess.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create ADO Access DS & Table & fill in Test '* diff --git a/testautomation/dbaccess/optional/dba_db_AdabasD.bas b/testautomation/dbaccess/optional/dba_db_AdabasD.bas index 9d767dfc09d3..d4adc067d343 100755 --- a/testautomation/dbaccess/optional/dba_db_AdabasD.bas +++ b/testautomation/dbaccess/optional/dba_db_AdabasD.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create Adabas DS & Table & fill in Test '* diff --git a/testautomation/dbaccess/optional/dba_db_Addressbook.bas b/testautomation/dbaccess/optional/dba_db_Addressbook.bas index 868d2babfa6b..3a5a8fe218f9 100755 --- a/testautomation/dbaccess/optional/dba_db_Addressbook.bas +++ b/testautomation/dbaccess/optional/dba_db_Addressbook.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Address Book '* diff --git a/testautomation/dbaccess/optional/dba_db_Dbase.bas b/testautomation/dbaccess/optional/dba_db_Dbase.bas index ababbc0bf74d..a5f6712c6b6e 100755 --- a/testautomation/dbaccess/optional/dba_db_Dbase.bas +++ b/testautomation/dbaccess/optional/dba_db_Dbase.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create dBase DS & Table & fill in Test '* diff --git a/testautomation/dbaccess/optional/dba_db_JDBCMySQL.bas b/testautomation/dbaccess/optional/dba_db_JDBCMySQL.bas index 5d80f4ec56b7..7f0843575e2e 100755 --- a/testautomation/dbaccess/optional/dba_db_JDBCMySQL.bas +++ b/testautomation/dbaccess/optional/dba_db_JDBCMySQL.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create JDBC MySQL DS & Table & fill in Test '* diff --git a/testautomation/dbaccess/optional/dba_db_Spreadsheet.bas b/testautomation/dbaccess/optional/dba_db_Spreadsheet.bas index 91e93015ec8f..e61dff1a44f1 100755 --- a/testautomation/dbaccess/optional/dba_db_Spreadsheet.bas +++ b/testautomation/dbaccess/optional/dba_db_Spreadsheet.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create Spreadsheet DS & standard ds tests '* diff --git a/testautomation/dbaccess/optional/dba_db_Text.bas b/testautomation/dbaccess/optional/dba_db_Text.bas index 5e01a89693d6..1193a3342569 100755 --- a/testautomation/dbaccess/optional/dba_db_Text.bas +++ b/testautomation/dbaccess/optional/dba_db_Text.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create Text DS & further standard db tests '* diff --git a/testautomation/dbaccess/optional/dba_db_dBase_functions.bas b/testautomation/dbaccess/optional/dba_db_dBase_functions.bas index 1646c48df088..58f5ff23914f 100755 --- a/testautomation/dbaccess/optional/dba_db_dBase_functions.bas +++ b/testautomation/dbaccess/optional/dba_db_dBase_functions.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Optional test for dBase functions '* diff --git a/testautomation/dbaccess/optional/dba_db_hsqldb.bas b/testautomation/dbaccess/optional/dba_db_hsqldb.bas index 925d73f9385f..3aa06329a03a 100755 --- a/testautomation/dbaccess/optional/dba_db_hsqldb.bas +++ b/testautomation/dbaccess/optional/dba_db_hsqldb.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : hsqldb test '* diff --git a/testautomation/dbaccess/optional/dba_frm_FormFilter.bas b/testautomation/dbaccess/optional/dba_frm_FormFilter.bas index e91882002242..a820e1d36e58 100755 --- a/testautomation/dbaccess/optional/dba_frm_FormFilter.bas +++ b/testautomation/dbaccess/optional/dba_frm_FormFilter.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Form Filter Test '* diff --git a/testautomation/dbaccess/optional/dba_frm_Forms.bas b/testautomation/dbaccess/optional/dba_frm_Forms.bas index 18efcfbe164f..65d0a7280466 100755 --- a/testautomation/dbaccess/optional/dba_frm_Forms.bas +++ b/testautomation/dbaccess/optional/dba_frm_Forms.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Forms Test '* diff --git a/testautomation/dbaccess/optional/dba_misc_Macros.bas b/testautomation/dbaccess/optional/dba_misc_Macros.bas old mode 100755 new mode 100644 index e0d2e44a1dbe..659396bb98aa --- a/testautomation/dbaccess/optional/dba_misc_Macros.bas +++ b/testautomation/dbaccess/optional/dba_misc_Macros.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Macros in Databases '* diff --git a/testautomation/dbaccess/optional/dba_misc_RegisterDatabase.bas b/testautomation/dbaccess/optional/dba_misc_RegisterDatabase.bas index 411a50bc4543..125010d42120 100755 --- a/testautomation/dbaccess/optional/dba_misc_RegisterDatabase.bas +++ b/testautomation/dbaccess/optional/dba_misc_RegisterDatabase.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Register Databases '* diff --git a/testautomation/dbaccess/optional/dba_rpt_DateTime.bas b/testautomation/dbaccess/optional/dba_rpt_DateTime.bas index 5b9267c3e1b1..e53a92b97f1d 100755 --- a/testautomation/dbaccess/optional/dba_rpt_DateTime.bas +++ b/testautomation/dbaccess/optional/dba_rpt_DateTime.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Builder Date Time '* diff --git a/testautomation/dbaccess/optional/dba_rpt_ExecuteReport.bas b/testautomation/dbaccess/optional/dba_rpt_ExecuteReport.bas index c64207b76b0d..e2e290daed42 100755 --- a/testautomation/dbaccess/optional/dba_rpt_ExecuteReport.bas +++ b/testautomation/dbaccess/optional/dba_rpt_ExecuteReport.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Builder Execute Report '* diff --git a/testautomation/dbaccess/optional/dba_rpt_Formating.bas b/testautomation/dbaccess/optional/dba_rpt_Formating.bas index dcb9d99f4038..bcbb67a1e10e 100755 --- a/testautomation/dbaccess/optional/dba_rpt_Formating.bas +++ b/testautomation/dbaccess/optional/dba_rpt_Formating.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Base Optional Test for Conditional Formating '* diff --git a/testautomation/dbaccess/optional/dba_rpt_FunctionWizard.bas b/testautomation/dbaccess/optional/dba_rpt_FunctionWizard.bas index 4fa2fa64dca9..b0c868d7651a 100755 --- a/testautomation/dbaccess/optional/dba_rpt_FunctionWizard.bas +++ b/testautomation/dbaccess/optional/dba_rpt_FunctionWizard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Builder Function Wizard '* diff --git a/testautomation/dbaccess/optional/dba_rpt_Grouping.bas b/testautomation/dbaccess/optional/dba_rpt_Grouping.bas index 3cc7a4c7c260..3702ba49a370 100755 --- a/testautomation/dbaccess/optional/dba_rpt_Grouping.bas +++ b/testautomation/dbaccess/optional/dba_rpt_Grouping.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Builder Grouping Report '* diff --git a/testautomation/dbaccess/optional/dba_rpt_PageNumber.bas b/testautomation/dbaccess/optional/dba_rpt_PageNumber.bas index 0c390a01dbc3..483b0522199e 100755 --- a/testautomation/dbaccess/optional/dba_rpt_PageNumber.bas +++ b/testautomation/dbaccess/optional/dba_rpt_PageNumber.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Builder Page Number '* diff --git a/testautomation/dbaccess/optional/dba_rpt_PropertyBrowser.bas b/testautomation/dbaccess/optional/dba_rpt_PropertyBrowser.bas index 21938422eb21..e605369bed24 100755 --- a/testautomation/dbaccess/optional/dba_rpt_PropertyBrowser.bas +++ b/testautomation/dbaccess/optional/dba_rpt_PropertyBrowser.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Test for the property browser '* diff --git a/testautomation/dbaccess/optional/dba_wiz_CopyTableWizard.bas b/testautomation/dbaccess/optional/dba_wiz_CopyTableWizard.bas index 5a223a7f600a..4a65067152e8 100755 --- a/testautomation/dbaccess/optional/dba_wiz_CopyTableWizard.bas +++ b/testautomation/dbaccess/optional/dba_wiz_CopyTableWizard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Copy Table Wizard '* diff --git a/testautomation/dbaccess/optional/dba_wiz_DatabaseWizards.bas b/testautomation/dbaccess/optional/dba_wiz_DatabaseWizards.bas index dfad77310e46..5e97e0dd1f76 100755 --- a/testautomation/dbaccess/optional/dba_wiz_DatabaseWizards.bas +++ b/testautomation/dbaccess/optional/dba_wiz_DatabaseWizards.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Database Wizard Test '* diff --git a/testautomation/dbaccess/optional/dba_wiz_FormWizard.bas b/testautomation/dbaccess/optional/dba_wiz_FormWizard.bas index cf3b26c59293..75377cd71fcd 100755 --- a/testautomation/dbaccess/optional/dba_wiz_FormWizard.bas +++ b/testautomation/dbaccess/optional/dba_wiz_FormWizard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Form Wizard Test '* diff --git a/testautomation/dbaccess/optional/dba_wiz_QueryWizard.bas b/testautomation/dbaccess/optional/dba_wiz_QueryWizard.bas index 306c684d03e8..79b05f86de9a 100755 --- a/testautomation/dbaccess/optional/dba_wiz_QueryWizard.bas +++ b/testautomation/dbaccess/optional/dba_wiz_QueryWizard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Query Autopilot Test '* diff --git a/testautomation/dbaccess/optional/dba_wiz_ReportWizard.bas b/testautomation/dbaccess/optional/dba_wiz_ReportWizard.bas index e20fd7c6fc1f..984e1c2fd644 100755 --- a/testautomation/dbaccess/optional/dba_wiz_ReportWizard.bas +++ b/testautomation/dbaccess/optional/dba_wiz_ReportWizard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Wizard '* diff --git a/testautomation/dbaccess/optional/dba_wiz_TableWizard.bas b/testautomation/dbaccess/optional/dba_wiz_TableWizard.bas index 4a5e28051b9e..458976b3a419 100755 --- a/testautomation/dbaccess/optional/dba_wiz_TableWizard.bas +++ b/testautomation/dbaccess/optional/dba_wiz_TableWizard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Table Wizard Test '* diff --git a/testautomation/dbaccess/optional/dba_xf_Submission.bas b/testautomation/dbaccess/optional/dba_xf_Submission.bas index 590869a40a1e..460cd8a13554 100755 --- a/testautomation/dbaccess/optional/dba_xf_Submission.bas +++ b/testautomation/dbaccess/optional/dba_xf_Submission.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : XForm Submission Test '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_Clipboard.inc b/testautomation/dbaccess/optional/includes/ctrl_Clipboard.inc old mode 100644 new mode 100755 index 005d5d3f0ec7..020f0bb8435b --- a/testautomation/dbaccess/optional/includes/ctrl_Clipboard.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_Clipboard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Clipboard test with controls between all application '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_General.inc b/testautomation/dbaccess/optional/includes/ctrl_General.inc index 00c1b17e4c4b..9e137f4c7a70 100755 --- a/testautomation/dbaccess/optional/includes/ctrl_General.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_General.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Data Source Administrator '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_Grid.inc b/testautomation/dbaccess/optional/includes/ctrl_Grid.inc old mode 100644 new mode 100755 index cda004644496..4b41014a2257 --- a/testautomation/dbaccess/optional/includes/ctrl_Grid.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_Grid.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Grid Control Test '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc b/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc old mode 100644 new mode 100755 index feee460b9e5d..f51b14ea191b --- a/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_PropertyBrowser.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Property Browser '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_Several1.inc b/testautomation/dbaccess/optional/includes/ctrl_Several1.inc index 0d7b24cbc0f2..4e0cd9334800 100755 --- a/testautomation/dbaccess/optional/includes/ctrl_Several1.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_Several1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Control Serveral Part 1 - check each control and each property '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_Several2.inc b/testautomation/dbaccess/optional/includes/ctrl_Several2.inc index 4d49e459b231..82fa9229b1f8 100755 --- a/testautomation/dbaccess/optional/includes/ctrl_Several2.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_Several2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Control Serveral Part 2 (more controls) - check each control and each property '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_Spreadsheet.inc b/testautomation/dbaccess/optional/includes/ctrl_Spreadsheet.inc old mode 100644 new mode 100755 index 600a0173a772..57a7973a8f89 --- a/testautomation/dbaccess/optional/includes/ctrl_Spreadsheet.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_Spreadsheet.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Controls linked to spreadsheet cells '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_TextControl.inc b/testautomation/dbaccess/optional/includes/ctrl_TextControl.inc old mode 100644 new mode 100755 index 00563d2a2bf8..4abf5a19b73d --- a/testautomation/dbaccess/optional/includes/ctrl_TextControl.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_TextControl.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Text Control '* diff --git a/testautomation/dbaccess/optional/includes/ctrl_Wizards.inc b/testautomation/dbaccess/optional/includes/ctrl_Wizards.inc index 7c48e78e149d..49bcaceb6ac7 100755 --- a/testautomation/dbaccess/optional/includes/ctrl_Wizards.inc +++ b/testautomation/dbaccess/optional/includes/ctrl_Wizards.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Control Wizards Test '* diff --git a/testautomation/dbaccess/optional/includes/db_ADOAccess.inc b/testautomation/dbaccess/optional/includes/db_ADOAccess.inc old mode 100644 new mode 100755 index bd149f79d312..aeb14d7616ac --- a/testautomation/dbaccess/optional/includes/db_ADOAccess.inc +++ b/testautomation/dbaccess/optional/includes/db_ADOAccess.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create ADO Access DS & Table & fill in Test '* diff --git a/testautomation/dbaccess/optional/includes/db_AdabasD.inc b/testautomation/dbaccess/optional/includes/db_AdabasD.inc old mode 100644 new mode 100755 index 0d72c0ab40b5..d5498582fa0a --- a/testautomation/dbaccess/optional/includes/db_AdabasD.inc +++ b/testautomation/dbaccess/optional/includes/db_AdabasD.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create Adabas DS & Table & fill in Test '* diff --git a/testautomation/dbaccess/optional/includes/db_Dbase.inc b/testautomation/dbaccess/optional/includes/db_Dbase.inc old mode 100644 new mode 100755 index 0caf8935ee74..7b5a67e7496d --- a/testautomation/dbaccess/optional/includes/db_Dbase.inc +++ b/testautomation/dbaccess/optional/includes/db_Dbase.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create dBase DS & Table & fill in Test '* diff --git a/testautomation/dbaccess/optional/includes/db_DbaseFunction.inc b/testautomation/dbaccess/optional/includes/db_DbaseFunction.inc old mode 100644 new mode 100755 index 74e26f16e33a..6d690a29225a --- a/testautomation/dbaccess/optional/includes/db_DbaseFunction.inc +++ b/testautomation/dbaccess/optional/includes/db_DbaseFunction.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Dbase function test '* diff --git a/testautomation/dbaccess/optional/includes/db_IndexDesign.inc b/testautomation/dbaccess/optional/includes/db_IndexDesign.inc old mode 100644 new mode 100755 index eb5a400c19c1..a41f2b396042 --- a/testautomation/dbaccess/optional/includes/db_IndexDesign.inc +++ b/testautomation/dbaccess/optional/includes/db_IndexDesign.inc @@ -26,7 +26,7 @@ '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : tests for indexes '* diff --git a/testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc b/testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc index bf2b9892d118..93f864d7e0d4 100755 --- a/testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc +++ b/testautomation/dbaccess/optional/includes/db_JDBCMySQL.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create JDBC MySQL DS & Table & fill in Test '* diff --git a/testautomation/dbaccess/optional/includes/db_Mozilla.inc b/testautomation/dbaccess/optional/includes/db_Mozilla.inc old mode 100644 new mode 100755 index aefc2a51679f..45cf9456d290 --- a/testautomation/dbaccess/optional/includes/db_Mozilla.inc +++ b/testautomation/dbaccess/optional/includes/db_Mozilla.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Address book mozilla '* diff --git a/testautomation/dbaccess/optional/includes/db_ODBCMySQL.inc b/testautomation/dbaccess/optional/includes/db_ODBCMySQL.inc old mode 100644 new mode 100755 index 0dab9fe9551e..0fd0a8bcfb5f --- a/testautomation/dbaccess/optional/includes/db_ODBCMySQL.inc +++ b/testautomation/dbaccess/optional/includes/db_ODBCMySQL.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : ODBC MySQL Test '* diff --git a/testautomation/dbaccess/optional/includes/db_Query.inc b/testautomation/dbaccess/optional/includes/db_Query.inc old mode 100644 new mode 100755 index bb93fd4d94cf..46dce6e903c6 --- a/testautomation/dbaccess/optional/includes/db_Query.inc +++ b/testautomation/dbaccess/optional/includes/db_Query.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Query Test Library '* diff --git a/testautomation/dbaccess/optional/includes/db_Relations.inc b/testautomation/dbaccess/optional/includes/db_Relations.inc index e04a1be4c6d6..98a94562c743 100755 --- a/testautomation/dbaccess/optional/includes/db_Relations.inc +++ b/testautomation/dbaccess/optional/includes/db_Relations.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Base Level 1 Create Relations between Test Tables '* diff --git a/testautomation/dbaccess/optional/includes/db_Spreadsheet.inc b/testautomation/dbaccess/optional/includes/db_Spreadsheet.inc old mode 100644 new mode 100755 index 37f1ddc8e1af..87eb5e1ce240 --- a/testautomation/dbaccess/optional/includes/db_Spreadsheet.inc +++ b/testautomation/dbaccess/optional/includes/db_Spreadsheet.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Create Spreadsheet DS & standard ds tests '* diff --git a/testautomation/dbaccess/optional/includes/db_Text.inc b/testautomation/dbaccess/optional/includes/db_Text.inc old mode 100644 new mode 100755 index b6dcd729d351..6130aee378b8 --- a/testautomation/dbaccess/optional/includes/db_Text.inc +++ b/testautomation/dbaccess/optional/includes/db_Text.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : test for a text database '* diff --git a/testautomation/dbaccess/optional/includes/db_Windows.inc b/testautomation/dbaccess/optional/includes/db_Windows.inc old mode 100644 new mode 100755 index 60382a91ed3c..6d675f2dd07f --- a/testautomation/dbaccess/optional/includes/db_Windows.inc +++ b/testautomation/dbaccess/optional/includes/db_Windows.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Addressbook Windows '* diff --git a/testautomation/dbaccess/optional/includes/db_hsqldb.inc b/testautomation/dbaccess/optional/includes/db_hsqldb.inc index 3ad3016a9eb3..061f786017ba 100755 --- a/testautomation/dbaccess/optional/includes/db_hsqldb.inc +++ b/testautomation/dbaccess/optional/includes/db_hsqldb.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : hsqldb test '* diff --git a/testautomation/dbaccess/optional/includes/frm_FormFilter.inc b/testautomation/dbaccess/optional/includes/frm_FormFilter.inc index 52579da2e15b..bdcf1c4bc63b 100755 --- a/testautomation/dbaccess/optional/includes/frm_FormFilter.inc +++ b/testautomation/dbaccess/optional/includes/frm_FormFilter.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Form Filter Test Library '* diff --git a/testautomation/dbaccess/optional/includes/frm_Forms.inc b/testautomation/dbaccess/optional/includes/frm_Forms.inc old mode 100644 new mode 100755 index 6b63754314e4..b31a064e60ee --- a/testautomation/dbaccess/optional/includes/frm_Forms.inc +++ b/testautomation/dbaccess/optional/includes/frm_Forms.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Form Test '* diff --git a/testautomation/dbaccess/optional/includes/misc_Macros.inc b/testautomation/dbaccess/optional/includes/misc_Macros.inc index dc14c715c305..e707682e3218 100755 --- a/testautomation/dbaccess/optional/includes/misc_Macros.inc +++ b/testautomation/dbaccess/optional/includes/misc_Macros.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : macros in databases '* diff --git a/testautomation/dbaccess/optional/includes/misc_RegisterDatabase.inc b/testautomation/dbaccess/optional/includes/misc_RegisterDatabase.inc old mode 100644 new mode 100755 index d072fbab0139..7e9eabf664d9 --- a/testautomation/dbaccess/optional/includes/misc_RegisterDatabase.inc +++ b/testautomation/dbaccess/optional/includes/misc_RegisterDatabase.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Register database '* diff --git a/testautomation/dbaccess/optional/includes/rpt_DateTime.inc b/testautomation/dbaccess/optional/includes/rpt_DateTime.inc old mode 100644 new mode 100755 index 648fc64c72bc..53c9570a5d75 --- a/testautomation/dbaccess/optional/includes/rpt_DateTime.inc +++ b/testautomation/dbaccess/optional/includes/rpt_DateTime.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Date Time Dialog '* diff --git a/testautomation/dbaccess/optional/includes/rpt_ExecuteReport.inc b/testautomation/dbaccess/optional/includes/rpt_ExecuteReport.inc old mode 100644 new mode 100755 index 084cdea51787..91270481ca7b --- a/testautomation/dbaccess/optional/includes/rpt_ExecuteReport.inc +++ b/testautomation/dbaccess/optional/includes/rpt_ExecuteReport.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Execute Report '* diff --git a/testautomation/dbaccess/optional/includes/rpt_Formating.inc b/testautomation/dbaccess/optional/includes/rpt_Formating.inc old mode 100644 new mode 100755 index b4d022afd126..e2671728b168 --- a/testautomation/dbaccess/optional/includes/rpt_Formating.inc +++ b/testautomation/dbaccess/optional/includes/rpt_Formating.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Formating '* diff --git a/testautomation/dbaccess/optional/includes/rpt_FunctionWizard.inc b/testautomation/dbaccess/optional/includes/rpt_FunctionWizard.inc old mode 100644 new mode 100755 index 4435136e1a85..810b2168c3ce --- a/testautomation/dbaccess/optional/includes/rpt_FunctionWizard.inc +++ b/testautomation/dbaccess/optional/includes/rpt_FunctionWizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Function Wizard '* diff --git a/testautomation/dbaccess/optional/includes/rpt_Grouping.inc b/testautomation/dbaccess/optional/includes/rpt_Grouping.inc old mode 100644 new mode 100755 index 3497dc446aef..229aebb7f599 --- a/testautomation/dbaccess/optional/includes/rpt_Grouping.inc +++ b/testautomation/dbaccess/optional/includes/rpt_Grouping.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Grouping Report '* diff --git a/testautomation/dbaccess/optional/includes/rpt_PageNumber.inc b/testautomation/dbaccess/optional/includes/rpt_PageNumber.inc old mode 100644 new mode 100755 index 7a3881a56dc7..a7fae4c7ffd4 --- a/testautomation/dbaccess/optional/includes/rpt_PageNumber.inc +++ b/testautomation/dbaccess/optional/includes/rpt_PageNumber.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Page Number '* diff --git a/testautomation/dbaccess/optional/includes/rpt_PropertyBrowser.inc b/testautomation/dbaccess/optional/includes/rpt_PropertyBrowser.inc old mode 100644 new mode 100755 index 9f14245b7b48..b3ee038a2f81 --- a/testautomation/dbaccess/optional/includes/rpt_PropertyBrowser.inc +++ b/testautomation/dbaccess/optional/includes/rpt_PropertyBrowser.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Property Browser '* diff --git a/testautomation/dbaccess/optional/includes/wiz_CopyTableWizard.inc b/testautomation/dbaccess/optional/includes/wiz_CopyTableWizard.inc old mode 100644 new mode 100755 index 0cc614af0d87..34f6cb3e3ecf --- a/testautomation/dbaccess/optional/includes/wiz_CopyTableWizard.inc +++ b/testautomation/dbaccess/optional/includes/wiz_CopyTableWizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Copy Table Autopilot '* diff --git a/testautomation/dbaccess/optional/includes/wiz_DatabaseWizard.inc b/testautomation/dbaccess/optional/includes/wiz_DatabaseWizard.inc index bd25224ba429..df9026ba2dd9 100755 --- a/testautomation/dbaccess/optional/includes/wiz_DatabaseWizard.inc +++ b/testautomation/dbaccess/optional/includes/wiz_DatabaseWizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Database Wizard '* diff --git a/testautomation/dbaccess/optional/includes/wiz_FormWizard.inc b/testautomation/dbaccess/optional/includes/wiz_FormWizard.inc old mode 100644 new mode 100755 index 55350854f0af..b3949b40ed49 --- a/testautomation/dbaccess/optional/includes/wiz_FormWizard.inc +++ b/testautomation/dbaccess/optional/includes/wiz_FormWizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Form Wizard Test '* diff --git a/testautomation/dbaccess/optional/includes/wiz_QueryWizard.inc b/testautomation/dbaccess/optional/includes/wiz_QueryWizard.inc old mode 100644 new mode 100755 index fad77d94f9de..19411fd4f105 --- a/testautomation/dbaccess/optional/includes/wiz_QueryWizard.inc +++ b/testautomation/dbaccess/optional/includes/wiz_QueryWizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Query Autopilot Test '* preconditions : Adabas has to be installed on the test machine diff --git a/testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc b/testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc old mode 100644 new mode 100755 index f089ecb191ff..67010e64fbfb --- a/testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc +++ b/testautomation/dbaccess/optional/includes/wiz_ReportWizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Wizard Test '* diff --git a/testautomation/dbaccess/optional/includes/wiz_TableWizard.inc b/testautomation/dbaccess/optional/includes/wiz_TableWizard.inc old mode 100644 new mode 100755 index 791a31344ae7..cce02149942f --- a/testautomation/dbaccess/optional/includes/wiz_TableWizard.inc +++ b/testautomation/dbaccess/optional/includes/wiz_TableWizard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Table Wizard '* diff --git a/testautomation/dbaccess/optional/includes/xf_Submission.inc b/testautomation/dbaccess/optional/includes/xf_Submission.inc old mode 100644 new mode 100755 index adfd53e5fe23..ad24c621b867 --- a/testautomation/dbaccess/optional/includes/xf_Submission.inc +++ b/testautomation/dbaccess/optional/includes/xf_Submission.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : XForms submission Test '* diff --git a/testautomation/dbaccess/required/dba_Main.bas b/testautomation/dbaccess/required/dba_Main.bas index 93a026489767..0d07dde2f3fb 100755 --- a/testautomation/dbaccess/required/dba_Main.bas +++ b/testautomation/dbaccess/required/dba_Main.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : DBAccess Main Test '* diff --git a/testautomation/dbaccess/required/dba_ReportBuilder.bas b/testautomation/dbaccess/required/dba_ReportBuilder.bas index 38be95f378fe..c57e31d2e45b 100755 --- a/testautomation/dbaccess/required/dba_ReportBuilder.bas +++ b/testautomation/dbaccess/required/dba_ReportBuilder.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Builder Main Test '* diff --git a/testautomation/dbaccess/required/dba_xforms_Main.bas b/testautomation/dbaccess/required/dba_xforms_Main.bas index 9e0dc16593b9..52efa7af582f 100755 --- a/testautomation/dbaccess/required/dba_xforms_Main.bas +++ b/testautomation/dbaccess/required/dba_xforms_Main.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : XForms Update Test '* diff --git a/testautomation/dbaccess/required/includes/DatabaseTypes.inc b/testautomation/dbaccess/required/includes/DatabaseTypes.inc index 02c8d29b63c7..ae5688374c75 100755 --- a/testautomation/dbaccess/required/includes/DatabaseTypes.inc +++ b/testautomation/dbaccess/required/includes/DatabaseTypes.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : test the database types '* diff --git a/testautomation/dbaccess/required/includes/Forms.inc b/testautomation/dbaccess/required/includes/Forms.inc old mode 100644 new mode 100755 index 288d4d250b0f..45c308f2b1f7 --- a/testautomation/dbaccess/required/includes/Forms.inc +++ b/testautomation/dbaccess/required/includes/Forms.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : test forms '* diff --git a/testautomation/dbaccess/required/includes/MainApp.inc b/testautomation/dbaccess/required/includes/MainApp.inc index eab441cbb228..fddb8d34667f 100755 --- a/testautomation/dbaccess/required/includes/MainApp.inc +++ b/testautomation/dbaccess/required/includes/MainApp.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : test the Main Application Window '* diff --git a/testautomation/dbaccess/required/includes/Query.inc b/testautomation/dbaccess/required/includes/Query.inc index f6fa45acbdd7..0fa9d6addb24 100755 --- a/testautomation/dbaccess/required/includes/Query.inc +++ b/testautomation/dbaccess/required/includes/Query.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : test the Main Query Application Window '* diff --git a/testautomation/dbaccess/required/includes/ReportBuilder01.inc b/testautomation/dbaccess/required/includes/ReportBuilder01.inc old mode 100644 new mode 100755 index c6ecfb9520e5..d1cce59d4d3f --- a/testautomation/dbaccess/required/includes/ReportBuilder01.inc +++ b/testautomation/dbaccess/required/includes/ReportBuilder01.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : report builder include file '* diff --git a/testautomation/dbaccess/required/includes/Table.inc b/testautomation/dbaccess/required/includes/Table.inc index f7a00c22fcd5..6d478bd35540 100755 --- a/testautomation/dbaccess/required/includes/Table.inc +++ b/testautomation/dbaccess/required/includes/Table.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : test the Main Table Application Window '* diff --git a/testautomation/dbaccess/required/includes/TableDesign.inc b/testautomation/dbaccess/required/includes/TableDesign.inc index 9204d34de1b9..9da4d602a6d9 100755 --- a/testautomation/dbaccess/required/includes/TableDesign.inc +++ b/testautomation/dbaccess/required/includes/TableDesign.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : test the Main Table Design Application Window '* diff --git a/testautomation/dbaccess/required/includes/Wizards.inc b/testautomation/dbaccess/required/includes/Wizards.inc old mode 100644 new mode 100755 index 84e6c45a0e18..4cde075d0e35 --- a/testautomation/dbaccess/required/includes/Wizards.inc +++ b/testautomation/dbaccess/required/includes/Wizards.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : test the Main Wizard Application Window '* diff --git a/testautomation/dbaccess/required/includes/Xforms01.inc b/testautomation/dbaccess/required/includes/Xforms01.inc old mode 100644 new mode 100755 index 458a3df26cfe..fcf3e03a98ea --- a/testautomation/dbaccess/required/includes/Xforms01.inc +++ b/testautomation/dbaccess/required/includes/Xforms01.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : XForms Main Test include file '* diff --git a/testautomation/dbaccess/tools/controltools.inc b/testautomation/dbaccess/tools/controltools.inc old mode 100644 new mode 100755 index 5d3e3bfbc03a..28b0583c0b42 --- a/testautomation/dbaccess/tools/controltools.inc +++ b/testautomation/dbaccess/tools/controltools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Helper Routines for Form and Control Tests '* diff --git a/testautomation/dbaccess/tools/dbcreatetools.inc b/testautomation/dbaccess/tools/dbcreatetools.inc index 964c2be5e64d..2658281f65be 100755 --- a/testautomation/dbaccess/tools/dbcreatetools.inc +++ b/testautomation/dbaccess/tools/dbcreatetools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Library with function for creating all possible databases '* diff --git a/testautomation/dbaccess/tools/dbinit.inc b/testautomation/dbaccess/tools/dbinit.inc old mode 100644 new mode 100755 index e6d3692499d1..53f192747926 --- a/testautomation/dbaccess/tools/dbinit.inc +++ b/testautomation/dbaccess/tools/dbinit.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Helper Routines for Base tests. '* diff --git a/testautomation/dbaccess/tools/dbtools.inc b/testautomation/dbaccess/tools/dbtools.inc index dd884d2cab1c..2e40a3f25726 100755 --- a/testautomation/dbaccess/tools/dbtools.inc +++ b/testautomation/dbaccess/tools/dbtools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Helper Routines for Base tests. '* diff --git a/testautomation/dbaccess/tools/formtools.inc b/testautomation/dbaccess/tools/formtools.inc index 90d29b647384..ef7105ccef22 100755 --- a/testautomation/dbaccess/tools/formtools.inc +++ b/testautomation/dbaccess/tools/formtools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Helper Routines for Base tests. '* diff --git a/testautomation/dbaccess/tools/querytools.inc b/testautomation/dbaccess/tools/querytools.inc old mode 100644 new mode 100755 index f4fc4aeb4847..29416dac7bf3 --- a/testautomation/dbaccess/tools/querytools.inc +++ b/testautomation/dbaccess/tools/querytools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Helper Routines for Base tests. '* diff --git a/testautomation/dbaccess/tools/reporttools.inc b/testautomation/dbaccess/tools/reporttools.inc index 89dd00b504c6..4f7a6eb6d44c 100755 --- a/testautomation/dbaccess/tools/reporttools.inc +++ b/testautomation/dbaccess/tools/reporttools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Report Helper Routines for Base tests. '* diff --git a/testautomation/dbaccess/tools/tabletools.inc b/testautomation/dbaccess/tools/tabletools.inc index fb354dcd4a75..99c4abf723b3 100755 --- a/testautomation/dbaccess/tools/tabletools.inc +++ b/testautomation/dbaccess/tools/tabletools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : marc.neumann@sun.com +'* owner : marc.neumann@oracle.com '* '* short description : Tools for Tables '* diff --git a/testautomation/extensions/optional/e_display_name.bas b/testautomation/extensions/optional/e_display_name.bas index 61c57458b374..c05ce235cb25 100755 --- a/testautomation/extensions/optional/e_display_name.bas +++ b/testautomation/extensions/optional/e_display_name.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extension display names '* diff --git a/testautomation/extensions/optional/e_extensions.bas b/testautomation/extensions/optional/e_extensions.bas index 2ea2a68a0ef5..fb7decd9eed6 100755 --- a/testautomation/extensions/optional/e_extensions.bas +++ b/testautomation/extensions/optional/e_extensions.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Function test of extension manager '* diff --git a/testautomation/extensions/optional/e_fileopen.bas b/testautomation/extensions/optional/e_fileopen.bas index 3cc2ea374869..63afebe693ba 100755 --- a/testautomation/extensions/optional/e_fileopen.bas +++ b/testautomation/extensions/optional/e_fileopen.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : CWS oxtsysint01 enables installing extensions via file open dialog '* diff --git a/testautomation/extensions/optional/e_help.bas b/testautomation/extensions/optional/e_help.bas index 3f18db86689d..79420ad9d4de 100755 --- a/testautomation/extensions/optional/e_help.bas +++ b/testautomation/extensions/optional/e_help.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extensible help '* diff --git a/testautomation/extensions/optional/e_identifiers.bas b/testautomation/extensions/optional/e_identifiers.bas index 526447987d2e..3eea26b9d46f 100755 --- a/testautomation/extensions/optional/e_identifiers.bas +++ b/testautomation/extensions/optional/e_identifiers.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Use unique identifiers instead of filenames for extensions '* diff --git a/testautomation/extensions/optional/e_issues.bas b/testautomation/extensions/optional/e_issues.bas old mode 100755 new mode 100644 index 549ad69b1a2e..cd3a4fe2f2ad --- a/testautomation/extensions/optional/e_issues.bas +++ b/testautomation/extensions/optional/e_issues.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extension publisher string '* diff --git a/testautomation/extensions/optional/e_location.bas b/testautomation/extensions/optional/e_location.bas index bec66a615c99..cfe2f0c0fb19 100755 --- a/testautomation/extensions/optional/e_location.bas +++ b/testautomation/extensions/optional/e_location.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test the extension locator service '* diff --git a/testautomation/extensions/optional/e_meta-inf.bas b/testautomation/extensions/optional/e_meta-inf.bas index 7eb96001aed0..1e4e80dc1f0b 100755 --- a/testautomation/extensions/optional/e_meta-inf.bas +++ b/testautomation/extensions/optional/e_meta-inf.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Case sensitive META-INF file '* diff --git a/testautomation/extensions/optional/e_online_update.bas b/testautomation/extensions/optional/e_online_update.bas index f0f63c3514ed..0a23d2ad4aa7 100755 --- a/testautomation/extensions/optional/e_online_update.bas +++ b/testautomation/extensions/optional/e_online_update.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Hit update button for an extension '* diff --git a/testautomation/extensions/optional/e_options.bas b/testautomation/extensions/optional/e_options.bas index 97126a333bb8..bfa0a14e16a5 100755 --- a/testautomation/extensions/optional/e_options.bas +++ b/testautomation/extensions/optional/e_options.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Options for extensions '* diff --git a/testautomation/extensions/optional/e_platforms.bas b/testautomation/extensions/optional/e_platforms.bas index fa8a348733b7..3884e374317f 100755 --- a/testautomation/extensions/optional/e_platforms.bas +++ b/testautomation/extensions/optional/e_platforms.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Supported extension platforms '* diff --git a/testautomation/extensions/optional/e_publisher.bas b/testautomation/extensions/optional/e_publisher.bas index c1dde48729dc..e87d84d05f49 100755 --- a/testautomation/extensions/optional/e_publisher.bas +++ b/testautomation/extensions/optional/e_publisher.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extension publisher string '* diff --git a/testautomation/extensions/optional/includes/display_name.inc b/testautomation/extensions/optional/includes/display_name.inc old mode 100644 new mode 100755 index c77fb413e016..080c22fa3a98 --- a/testautomation/extensions/optional/includes/display_name.inc +++ b/testautomation/extensions/optional/includes/display_name.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extension display names '* diff --git a/testautomation/extensions/optional/includes/extensions.inc b/testautomation/extensions/optional/includes/extensions.inc old mode 100644 new mode 100755 index 8d1c63ea7bab..90a7e17e16cc --- a/testautomation/extensions/optional/includes/extensions.inc +++ b/testautomation/extensions/optional/includes/extensions.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Function test of extension manager '* diff --git a/testautomation/extensions/optional/includes/fileopen.inc b/testautomation/extensions/optional/includes/fileopen.inc old mode 100644 new mode 100755 index 481cce7d4e14..922e5ece9adc --- a/testautomation/extensions/optional/includes/fileopen.inc +++ b/testautomation/extensions/optional/includes/fileopen.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : CWS oxtsysint01 enables installing extensions via file open dialog '* diff --git a/testautomation/extensions/optional/includes/help.inc b/testautomation/extensions/optional/includes/help.inc old mode 100644 new mode 100755 index ee313b8d0cc7..004fd70ac429 --- a/testautomation/extensions/optional/includes/help.inc +++ b/testautomation/extensions/optional/includes/help.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extensible help '* diff --git a/testautomation/extensions/optional/includes/identifiers.inc b/testautomation/extensions/optional/includes/identifiers.inc old mode 100644 new mode 100755 index 377db6e2d89e..1a183f6c8025 --- a/testautomation/extensions/optional/includes/identifiers.inc +++ b/testautomation/extensions/optional/includes/identifiers.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Use unique identifiers instead of filenames for extensions '* diff --git a/testautomation/extensions/optional/includes/issue110083.inc b/testautomation/extensions/optional/includes/issue110083.inc old mode 100755 new mode 100644 index 8940f7f8274c..73f7ad108322 --- a/testautomation/extensions/optional/includes/issue110083.inc +++ b/testautomation/extensions/optional/includes/issue110083.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : CWS sb112 fixes a problem with configuration schemas '* diff --git a/testautomation/extensions/optional/includes/location.inc b/testautomation/extensions/optional/includes/location.inc old mode 100644 new mode 100755 index 4730f8a7bfec..c23fdfdf922b --- a/testautomation/extensions/optional/includes/location.inc +++ b/testautomation/extensions/optional/includes/location.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test the extension locator service '* diff --git a/testautomation/extensions/optional/includes/meta-inf.inc b/testautomation/extensions/optional/includes/meta-inf.inc old mode 100644 new mode 100755 index 0187e6302c2b..4d36586dd908 --- a/testautomation/extensions/optional/includes/meta-inf.inc +++ b/testautomation/extensions/optional/includes/meta-inf.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Case sensitive META-INF in packages '* diff --git a/testautomation/extensions/optional/includes/online_update.inc b/testautomation/extensions/optional/includes/online_update.inc old mode 100644 new mode 100755 index c107c1df0f3d..24739132beaa --- a/testautomation/extensions/optional/includes/online_update.inc +++ b/testautomation/extensions/optional/includes/online_update.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Hit update button for an extension '* diff --git a/testautomation/extensions/optional/includes/options.inc b/testautomation/extensions/optional/includes/options.inc old mode 100644 new mode 100755 index 43588b748ea0..ff30ba00847b --- a/testautomation/extensions/optional/includes/options.inc +++ b/testautomation/extensions/optional/includes/options.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Options for extensions '* diff --git a/testautomation/extensions/optional/includes/platforms.inc b/testautomation/extensions/optional/includes/platforms.inc index 4f96701afd20..db5d791498c6 100755 --- a/testautomation/extensions/optional/includes/platforms.inc +++ b/testautomation/extensions/optional/includes/platforms.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Supported extension platforms '* diff --git a/testautomation/extensions/optional/includes/publisher.inc b/testautomation/extensions/optional/includes/publisher.inc index ca8e31bb07b6..739b28edaef8 100755 --- a/testautomation/extensions/optional/includes/publisher.inc +++ b/testautomation/extensions/optional/includes/publisher.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extension publisher and release notes '* diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/src/com/example/ToolPanel.java b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/src/com/example/ToolPanel.java index a28e07d5847b..fcebd804ec1f 100755 --- a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/src/com/example/ToolPanel.java +++ b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/src/com/example/ToolPanel.java @@ -33,7 +33,7 @@ import com.sun.star.uno.UnoRuntime; /** * - * @author frank.schoenheit@sun.com + * @author frank.schoenheit@oracle.com */ public class ToolPanel implements XToolPanel { diff --git a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/src/com/example/ToolPanelUIElement.java b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/src/com/example/ToolPanelUIElement.java index 6fb17d17f3d6..599850e00ef1 100755 --- a/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/src/com/example/ToolPanelUIElement.java +++ b/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/src/com/example/ToolPanelUIElement.java @@ -44,7 +44,7 @@ import java.util.logging.Logger; /** * - * @author frank.schoenheit@sun.com + * @author frank.schoenheit@oracle.com */ public class ToolPanelUIElement extends ComponentBase implements XUIElement { diff --git a/testautomation/extensions/required/e_update.bas b/testautomation/extensions/required/e_update.bas old mode 100755 new mode 100644 index b5bc2775a646..89c85cb139fc --- a/testautomation/extensions/required/e_update.bas +++ b/testautomation/extensions/required/e_update.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extension Update Test '* diff --git a/testautomation/extensions/required/includes/e_update.inc b/testautomation/extensions/required/includes/e_update.inc old mode 100644 new mode 100755 index 769259aeaa7c..e563b5ae3a45 --- a/testautomation/extensions/required/includes/e_update.inc +++ b/testautomation/extensions/required/includes/e_update.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extension Update Test '* diff --git a/testautomation/framework/optional/f_CJK_CollationDialogue.bas b/testautomation/framework/optional/f_CJK_CollationDialogue.bas index beb81e4db256..84ae67f474c7 100755 --- a/testautomation/framework/optional/f_CJK_CollationDialogue.bas +++ b/testautomation/framework/optional/f_CJK_CollationDialogue.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner: thorsten.bosbach@sun.com +'* owner: thorsten.bosbach@oracle.com '* '* short description: CJK Collation Dialogue test '* diff --git a/testautomation/framework/optional/f_CJK_FeatureSwitch.bas b/testautomation/framework/optional/f_CJK_FeatureSwitch.bas index cb4a8703136d..0543a64ad4c7 100755 --- a/testautomation/framework/optional/f_CJK_FeatureSwitch.bas +++ b/testautomation/framework/optional/f_CJK_FeatureSwitch.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner: thorsten.bosbach@sun.com +'* owner: thorsten.bosbach@oracle.com '* '* short description: CJK feature switch test '* diff --git a/testautomation/framework/optional/f_CJK_GridLayout.bas b/testautomation/framework/optional/f_CJK_GridLayout.bas index 1569816cd3a5..12954fae1170 100755 --- a/testautomation/framework/optional/f_CJK_GridLayout.bas +++ b/testautomation/framework/optional/f_CJK_GridLayout.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner: thorsten.bosbach@sun.com +'* owner: thorsten.bosbach@oracle.com '* '* short description: Grid Layout for CJK feature test '* diff --git a/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas b/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas index 2bf56608181b..cd1c7322b884 100755 --- a/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas +++ b/testautomation/framework/optional/f_CJK_RubyDialogueProposal.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner: thorsten.bosbach@sun.com +'* owner: thorsten.bosbach@oracle.com '* '* short description: CJK Ruby DialogueProposal test '* diff --git a/testautomation/framework/optional/f_NewSortingAlgorithmForJapanese.bas b/testautomation/framework/optional/f_NewSortingAlgorithmForJapanese.bas index 36f2016aafc5..44b157fe8d86 100755 --- a/testautomation/framework/optional/f_NewSortingAlgorithmForJapanese.bas +++ b/testautomation/framework/optional/f_NewSortingAlgorithmForJapanese.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner: thorsten.bosbach@sun.com +'* owner: thorsten.bosbach@oracle.com '* '* short description: New Sorting Algorithm For Japanese '* diff --git a/testautomation/framework/optional/f_basic_dialog_i18n.bas b/testautomation/framework/optional/f_basic_dialog_i18n.bas index 291894eb6296..0c65064803c1 100755 --- a/testautomation/framework/optional/f_basic_dialog_i18n.bas +++ b/testautomation/framework/optional/f_basic_dialog_i18n.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Testing the dialog i18n feature of the BASIC IDE '* diff --git a/testautomation/framework/optional/f_basic_documents.bas b/testautomation/framework/optional/f_basic_documents.bas index a9887adda4fc..48e78dc2c0c6 100755 --- a/testautomation/framework/optional/f_basic_documents.bas +++ b/testautomation/framework/optional/f_basic_documents.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : BASIC organizers and documents '* diff --git a/testautomation/framework/optional/f_basic_eventbinding.bas b/testautomation/framework/optional/f_basic_eventbinding.bas index d645648b64bc..658fbe2963a4 100755 --- a/testautomation/framework/optional/f_basic_eventbinding.bas +++ b/testautomation/framework/optional/f_basic_eventbinding.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Function test of Basic IDE Assign Component '* diff --git a/testautomation/framework/optional/f_basic_first.bas b/testautomation/framework/optional/f_basic_first.bas index d948fb54c1db..d8f749380625 100755 --- a/testautomation/framework/optional/f_basic_first.bas +++ b/testautomation/framework/optional/f_basic_first.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : BASIC IDE / Macro dialogs '* diff --git a/testautomation/framework/optional/f_basic_formcontrols.bas b/testautomation/framework/optional/f_basic_formcontrols.bas index 33d01eef9e12..c0f6931d0a19 100755 --- a/testautomation/framework/optional/f_basic_formcontrols.bas +++ b/testautomation/framework/optional/f_basic_formcontrols.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Form controls in BASIC-IDE dialogs '* diff --git a/testautomation/framework/optional/f_basic_gridcontrol.bas b/testautomation/framework/optional/f_basic_gridcontrol.bas index 74ee57c52c5d..963482253438 100755 --- a/testautomation/framework/optional/f_basic_gridcontrol.bas +++ b/testautomation/framework/optional/f_basic_gridcontrol.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : test availablity of gridcontrol '* diff --git a/testautomation/framework/optional/f_basic_library_export_import.bas b/testautomation/framework/optional/f_basic_library_export_import.bas index a03e4bfe4804..f3fc06196a03 100755 --- a/testautomation/framework/optional/f_basic_library_export_import.bas +++ b/testautomation/framework/optional/f_basic_library_export_import.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Export BASIC libraries '* diff --git a/testautomation/framework/optional/f_basic_modules.bas b/testautomation/framework/optional/f_basic_modules.bas index fa7aa18f9ef5..ec92e75da4e9 100755 --- a/testautomation/framework/optional/f_basic_modules.bas +++ b/testautomation/framework/optional/f_basic_modules.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Modules in BASIC-IDE '* diff --git a/testautomation/framework/optional/f_basic_package_export_import.bas b/testautomation/framework/optional/f_basic_package_export_import.bas index db1b43c9f76d..dd299bda71bb 100755 --- a/testautomation/framework/optional/f_basic_package_export_import.bas +++ b/testautomation/framework/optional/f_basic_package_export_import.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Export BASIC libraries '* diff --git a/testautomation/framework/optional/f_basic_protected_libraries.bas b/testautomation/framework/optional/f_basic_protected_libraries.bas index 47167e237202..db372cc4a232 100755 --- a/testautomation/framework/optional/f_basic_protected_libraries.bas +++ b/testautomation/framework/optional/f_basic_protected_libraries.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test protected libraries '* diff --git a/testautomation/framework/optional/f_basic_shared_modules.bas b/testautomation/framework/optional/f_basic_shared_modules.bas index aef11a739c8a..d62d56f4e24c 100755 --- a/testautomation/framework/optional/f_basic_shared_modules.bas +++ b/testautomation/framework/optional/f_basic_shared_modules.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Access modules below OpenOffice.org macros '* diff --git a/testautomation/framework/optional/f_basic_templatedocuments.bas b/testautomation/framework/optional/f_basic_templatedocuments.bas index 064502e96e33..f701417c8648 100755 --- a/testautomation/framework/optional/f_basic_templatedocuments.bas +++ b/testautomation/framework/optional/f_basic_templatedocuments.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : My Macros/standard execution with user defined template '* diff --git a/testautomation/framework/optional/f_basic_vba-compat.bas b/testautomation/framework/optional/f_basic_vba-compat.bas index 7b96728c1580..1d867b61edee 100755 --- a/testautomation/framework/optional/f_basic_vba-compat.bas +++ b/testautomation/framework/optional/f_basic_vba-compat.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA import options and compatibility switches '* diff --git a/testautomation/framework/optional/f_configuration.bas b/testautomation/framework/optional/f_configuration.bas index af945169e01e..889cd634cee5 100755 --- a/testautomation/framework/optional/f_configuration.bas +++ b/testautomation/framework/optional/f_configuration.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Function Test for known global Issues '* diff --git a/testautomation/framework/optional/f_extras_labels.bas b/testautomation/framework/optional/f_extras_labels.bas index c83307bd472d..51722ac38a32 100755 --- a/testautomation/framework/optional/f_extras_labels.bas +++ b/testautomation/framework/optional/f_extras_labels.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the names of all labels '* diff --git a/testautomation/framework/optional/f_extras_samplefileopen.bas b/testautomation/framework/optional/f_extras_samplefileopen.bas index a07609135c62..f8484c3f5310 100755 --- a/testautomation/framework/optional/f_extras_samplefileopen.bas +++ b/testautomation/framework/optional/f_extras_samplefileopen.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : open all samples via file-open dialog '* diff --git a/testautomation/framework/optional/f_extras_sampleopen.bas b/testautomation/framework/optional/f_extras_sampleopen.bas index ac11a9f330d1..aa96bb6ab4fa 100755 --- a/testautomation/framework/optional/f_extras_sampleopen.bas +++ b/testautomation/framework/optional/f_extras_sampleopen.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : open/save/load samples via template dialog '* diff --git a/testautomation/framework/optional/f_extras_samplepreview.bas b/testautomation/framework/optional/f_extras_samplepreview.bas index 7c5ecc8c1bea..070d7eaf0c39 100755 --- a/testautomation/framework/optional/f_extras_samplepreview.bas +++ b/testautomation/framework/optional/f_extras_samplepreview.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : display all samples as preview in template dialog '* diff --git a/testautomation/framework/optional/f_extras_tableautoformat.bas b/testautomation/framework/optional/f_extras_tableautoformat.bas index a7b21f88666a..2081369b40c0 100755 --- a/testautomation/framework/optional/f_extras_tableautoformat.bas +++ b/testautomation/framework/optional/f_extras_tableautoformat.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check all names of table autoformats '* diff --git a/testautomation/framework/optional/f_extras_templatefileopen.bas b/testautomation/framework/optional/f_extras_templatefileopen.bas index 037dcaa6c166..5907f2cb00e5 100755 --- a/testautomation/framework/optional/f_extras_templatefileopen.bas +++ b/testautomation/framework/optional/f_extras_templatefileopen.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : open all templates via file-open dialog '* diff --git a/testautomation/framework/optional/f_extras_templateopen.bas b/testautomation/framework/optional/f_extras_templateopen.bas index e4fc9a1abe96..0b184af060eb 100755 --- a/testautomation/framework/optional/f_extras_templateopen.bas +++ b/testautomation/framework/optional/f_extras_templateopen.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : open all templates via template dialog '* diff --git a/testautomation/framework/optional/f_extras_templatepreview.bas b/testautomation/framework/optional/f_extras_templatepreview.bas index f0c4179282ef..1d50569b42b3 100755 --- a/testautomation/framework/optional/f_extras_templatepreview.bas +++ b/testautomation/framework/optional/f_extras_templatepreview.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : show all templates as preview in template dialog '* diff --git a/testautomation/framework/optional/f_filedlg_allowed_names.bas b/testautomation/framework/optional/f_filedlg_allowed_names.bas index 4f0c0533bc15..c3d44ee82754 100755 --- a/testautomation/framework/optional/f_filedlg_allowed_names.bas +++ b/testautomation/framework/optional/f_filedlg_allowed_names.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : check special filenames and destinations ' ** diff --git a/testautomation/framework/optional/f_filedlg_autocompletion.bas b/testautomation/framework/optional/f_filedlg_autocompletion.bas index 4208ed16b0c4..21f3addd2af4 100755 --- a/testautomation/framework/optional/f_filedlg_autocompletion.bas +++ b/testautomation/framework/optional/f_filedlg_autocompletion.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : Filedialog - check autocompletion and wildcards ' ** diff --git a/testautomation/framework/optional/f_filedlg_cjk_files.bas b/testautomation/framework/optional/f_filedlg_cjk_files.bas index 48d0af59851b..a3e807edad9a 100755 --- a/testautomation/framework/optional/f_filedlg_cjk_files.bas +++ b/testautomation/framework/optional/f_filedlg_cjk_files.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : check special filenames and destinations ' ** diff --git a/testautomation/framework/optional/f_filedlg_dialogtest.bas b/testautomation/framework/optional/f_filedlg_dialogtest.bas index 6ef9dd84dd84..8a14571ffe14 100755 --- a/testautomation/framework/optional/f_filedlg_dialogtest.bas +++ b/testautomation/framework/optional/f_filedlg_dialogtest.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : check the internal file dialog (Dialog) ' ** diff --git a/testautomation/framework/optional/f_filedlg_folder_navigation.bas b/testautomation/framework/optional/f_filedlg_folder_navigation.bas index 8951e4ac942a..feacdd291253 100755 --- a/testautomation/framework/optional/f_filedlg_folder_navigation.bas +++ b/testautomation/framework/optional/f_filedlg_folder_navigation.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : check the internal file dialog (Folders/Navigation) ' ** diff --git a/testautomation/framework/optional/f_filedlg_forbidden_names_windows.bas b/testautomation/framework/optional/f_filedlg_forbidden_names_windows.bas index 25f65df99180..f2a05d765b05 100755 --- a/testautomation/framework/optional/f_filedlg_forbidden_names_windows.bas +++ b/testautomation/framework/optional/f_filedlg_forbidden_names_windows.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : check special filenames and destinations ' ** diff --git a/testautomation/framework/optional/f_filedlg_multiselection.bas b/testautomation/framework/optional/f_filedlg_multiselection.bas index f94769185430..f25fe68fce74 100755 --- a/testautomation/framework/optional/f_filedlg_multiselection.bas +++ b/testautomation/framework/optional/f_filedlg_multiselection.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Select a huge number of documents and load '* diff --git a/testautomation/framework/optional/f_filedlg_passwords.bas b/testautomation/framework/optional/f_filedlg_passwords.bas index d3106c24f774..dac9a5258ac4 100755 --- a/testautomation/framework/optional/f_filedlg_passwords.bas +++ b/testautomation/framework/optional/f_filedlg_passwords.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : save and load passworded files '* diff --git a/testautomation/framework/optional/f_filedlg_reserved_names_unix.bas b/testautomation/framework/optional/f_filedlg_reserved_names_unix.bas index 76e4b70e3944..81359724a57c 100755 --- a/testautomation/framework/optional/f_filedlg_reserved_names_unix.bas +++ b/testautomation/framework/optional/f_filedlg_reserved_names_unix.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : check special filenames and destinations ' ** diff --git a/testautomation/framework/optional/f_filedlg_reserved_names_windows.bas b/testautomation/framework/optional/f_filedlg_reserved_names_windows.bas index 45c79d188837..1ca74f352f67 100755 --- a/testautomation/framework/optional/f_filedlg_reserved_names_windows.bas +++ b/testautomation/framework/optional/f_filedlg_reserved_names_windows.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : check special filenames and destinations ' ** diff --git a/testautomation/framework/optional/f_fontworkgallery.bas b/testautomation/framework/optional/f_fontworkgallery.bas index f1f47357f135..075d08536ef2 100755 --- a/testautomation/framework/optional/f_fontworkgallery.bas +++ b/testautomation/framework/optional/f_fontworkgallery.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Resource test of font work gallery '* diff --git a/testautomation/framework/optional/f_help_bookmarks.bas b/testautomation/framework/optional/f_help_bookmarks.bas index b394bf2cca74..c61241437303 100755 --- a/testautomation/framework/optional/f_help_bookmarks.bas +++ b/testautomation/framework/optional/f_help_bookmarks.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Bookmarks in the help browser '* diff --git a/testautomation/framework/optional/f_help_compare_applications.bas b/testautomation/framework/optional/f_help_compare_applications.bas index 3c96f1baed22..2f1d9418477c 100755 --- a/testautomation/framework/optional/f_help_compare_applications.bas +++ b/testautomation/framework/optional/f_help_compare_applications.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Compare lists from the Help Viewer against references '* diff --git a/testautomation/framework/optional/f_help_compare_content.bas b/testautomation/framework/optional/f_help_compare_content.bas index 5401d17fe5db..2df5ddc8eb00 100755 --- a/testautomation/framework/optional/f_help_compare_content.bas +++ b/testautomation/framework/optional/f_help_compare_content.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Compare lists from the Help Viewer against references '* diff --git a/testautomation/framework/optional/f_help_compare_topics.bas b/testautomation/framework/optional/f_help_compare_topics.bas index bb36f47fcf03..6ac22c441bbe 100755 --- a/testautomation/framework/optional/f_help_compare_topics.bas +++ b/testautomation/framework/optional/f_help_compare_topics.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Compare lists from the Help Viewer against references '* diff --git a/testautomation/framework/optional/f_help_search.bas b/testautomation/framework/optional/f_help_search.bas index b9694931da0a..7479644d0daf 100755 --- a/testautomation/framework/optional/f_help_search.bas +++ b/testautomation/framework/optional/f_help_search.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Search for a string, apply limitations '* diff --git a/testautomation/framework/optional/f_help_view_topics.bas b/testautomation/framework/optional/f_help_view_topics.bas index 1b84670bd0f5..1cfa9fd5ab30 100755 --- a/testautomation/framework/optional/f_help_view_topics.bas +++ b/testautomation/framework/optional/f_help_view_topics.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : load all index pages in help '* diff --git a/testautomation/framework/optional/f_loadsave_general.bas b/testautomation/framework/optional/f_loadsave_general.bas index 29fb17ec124c..c62c282ce10a 100755 --- a/testautomation/framework/optional/f_loadsave_general.bas +++ b/testautomation/framework/optional/f_loadsave_general.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : tborsten.bosbach@sun.com +'* owner : tborsten.bosbach@oracle.com '* '* short description : global functionality - load/save documents '* diff --git a/testautomation/framework/optional/f_menuentries.bas b/testautomation/framework/optional/f_menuentries.bas index 4334b7b8e1e1..99ff3ba18c97 100755 --- a/testautomation/framework/optional/f_menuentries.bas +++ b/testautomation/framework/optional/f_menuentries.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Read menubar and first level drop down lists and compare to reference '* diff --git a/testautomation/framework/optional/f_ole.bas b/testautomation/framework/optional/f_ole.bas index fffc3fe08e72..c1724e80d92e 100755 --- a/testautomation/framework/optional/f_ole.bas +++ b/testautomation/framework/optional/f_ole.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : OLE '* diff --git a/testautomation/framework/optional/f_options_loadsave.bas b/testautomation/framework/optional/f_options_loadsave.bas index abfc7d15f3a4..ff04293b3353 100755 --- a/testautomation/framework/optional/f_options_loadsave.bas +++ b/testautomation/framework/optional/f_options_loadsave.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Function: Tools->Options: Load/Save '* diff --git a/testautomation/framework/optional/f_options_ooo.bas b/testautomation/framework/optional/f_options_ooo.bas index 6f18669466f1..d2432a19c261 100755 --- a/testautomation/framework/optional/f_options_ooo.bas +++ b/testautomation/framework/optional/f_options_ooo.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : General Tools/Options test '* diff --git a/testautomation/framework/optional/f_scripting_organizers.bas b/testautomation/framework/optional/f_scripting_organizers.bas index eb558a29686a..999b40e15a8c 100755 --- a/testautomation/framework/optional/f_scripting_organizers.bas +++ b/testautomation/framework/optional/f_scripting_organizers.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test scripting-organizers / document-stored scripts '* diff --git a/testautomation/framework/optional/f_security_broken_signature.bas b/testautomation/framework/optional/f_security_broken_signature.bas index 0d142a10a70d..465465d5f39a 100755 --- a/testautomation/framework/optional/f_security_broken_signature.bas +++ b/testautomation/framework/optional/f_security_broken_signature.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Document with macro and broken signature '* diff --git a/testautomation/framework/optional/f_security_certification_dialogs.bas b/testautomation/framework/optional/f_security_certification_dialogs.bas index 8bf07f3d961f..da7c4a576249 100755 --- a/testautomation/framework/optional/f_security_certification_dialogs.bas +++ b/testautomation/framework/optional/f_security_certification_dialogs.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Walk through a number of dialogs related to digital signatures '* diff --git a/testautomation/framework/optional/f_security_certified_docs.bas b/testautomation/framework/optional/f_security_certified_docs.bas index 26d76b74ee7d..cbedea197802 100755 --- a/testautomation/framework/optional/f_security_certified_docs.bas +++ b/testautomation/framework/optional/f_security_certified_docs.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Load certified documents and verify the certificate '* diff --git a/testautomation/framework/optional/f_security_evilmacro.bas b/testautomation/framework/optional/f_security_evilmacro.bas index 89b7a4302eb3..b34174b70412 100755 --- a/testautomation/framework/optional/f_security_evilmacro.bas +++ b/testautomation/framework/optional/f_security_evilmacro.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Load documents containing hidden BASIC scripts '* diff --git a/testautomation/framework/optional/f_security_incorrect_password.bas b/testautomation/framework/optional/f_security_incorrect_password.bas index 1ce5abe7e3f4..f10835af3e72 100755 --- a/testautomation/framework/optional/f_security_incorrect_password.bas +++ b/testautomation/framework/optional/f_security_incorrect_password.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Verify that documents really get password protected '* diff --git a/testautomation/framework/optional/f_security_macrosecurity.bas b/testautomation/framework/optional/f_security_macrosecurity.bas index 857bbba208b9..27bf1de7da4e 100755 --- a/testautomation/framework/optional/f_security_macrosecurity.bas +++ b/testautomation/framework/optional/f_security_macrosecurity.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Macros with all security-levels '* diff --git a/testautomation/framework/optional/f_security_recommend_password.bas b/testautomation/framework/optional/f_security_recommend_password.bas index 49d6189d91b7..2807b6f7cd0d 100755 --- a/testautomation/framework/optional/f_security_recommend_password.bas +++ b/testautomation/framework/optional/f_security_recommend_password.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : checkbox to recommend password protection '* diff --git a/testautomation/framework/optional/f_security_trusted_path.bas b/testautomation/framework/optional/f_security_trusted_path.bas index 4c5cfa90fbdd..1d1b21a0eefb 100755 --- a/testautomation/framework/optional/f_security_trusted_path.bas +++ b/testautomation/framework/optional/f_security_trusted_path.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Execute macros from trusted path '* diff --git a/testautomation/framework/optional/f_toolbar_behavior.bas b/testautomation/framework/optional/f_toolbar_behavior.bas index 2dc186742318..559385d61030 100755 --- a/testautomation/framework/optional/f_toolbar_behavior.bas +++ b/testautomation/framework/optional/f_toolbar_behavior.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Resource test of toolbar behavior '* diff --git a/testautomation/framework/optional/f_toolbar_items.bas b/testautomation/framework/optional/f_toolbar_items.bas index 4277ce17d7aa..3bacf71ac7af 100755 --- a/testautomation/framework/optional/f_toolbar_items.bas +++ b/testautomation/framework/optional/f_toolbar_items.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update/resource-test for toolbars '* diff --git a/testautomation/framework/optional/f_usage_tracking.bas b/testautomation/framework/optional/f_usage_tracking.bas index be7af57509af..c056aa239624 100755 --- a/testautomation/framework/optional/f_usage_tracking.bas +++ b/testautomation/framework/optional/f_usage_tracking.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Usage tracking '* diff --git a/testautomation/framework/optional/includes/CJK_CollationDialogue_1.inc b/testautomation/framework/optional/includes/CJK_CollationDialogue_1.inc index 0cab687d2f50..aaefdcd5bafb 100755 --- a/testautomation/framework/optional/includes/CJK_CollationDialogue_1.inc +++ b/testautomation/framework/optional/includes/CJK_CollationDialogue_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : CJK Collation Dialogue Design Draft '* diff --git a/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc b/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc index b8ddc55e012a..081b35f322ec 100644 --- a/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc +++ b/testautomation/framework/optional/includes/CJK_FeatureSwitchTest_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : hercule.li@sun.com +'* owner : hercule.li@oracle.com '* '* short description : CJK Feature Switch test '* diff --git a/testautomation/framework/optional/includes/CJK_RubyDialogueProposal_1.inc b/testautomation/framework/optional/includes/CJK_RubyDialogueProposal_1.inc index 5b03be6151cb..ab6e04c33e3a 100755 --- a/testautomation/framework/optional/includes/CJK_RubyDialogueProposal_1.inc +++ b/testautomation/framework/optional/includes/CJK_RubyDialogueProposal_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : CJK Ruby Dialogue Proposal Test '* diff --git a/testautomation/framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc b/testautomation/framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc old mode 100644 new mode 100755 index e20124b78b93..13411aeb849f --- a/testautomation/framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc +++ b/testautomation/framework/optional/includes/NewSortingAlgorithmForJapanese_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : hercule.li@sun.com +'* owner : hercule.li@oracle.com '* '* short description : New Sorting Algorithm For Japanese Test '* diff --git a/testautomation/framework/optional/includes/basic_delete_modules.inc b/testautomation/framework/optional/includes/basic_delete_modules.inc index 5418c322ce96..c35900b012e4 100755 --- a/testautomation/framework/optional/includes/basic_delete_modules.inc +++ b/testautomation/framework/optional/includes/basic_delete_modules.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Delete modules while BASIC is running '* diff --git a/testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc b/testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc old mode 100644 new mode 100755 index 79b4e039fa14..89d5614c5b11 --- a/testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc +++ b/testautomation/framework/optional/includes/basic_dialog_i18n_defaults.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test correct handling of the default language '* diff --git a/testautomation/framework/optional/includes/basic_documents.inc b/testautomation/framework/optional/includes/basic_documents.inc index 13dd3567716a..7e6613cdfcbc 100755 --- a/testautomation/framework/optional/includes/basic_documents.inc +++ b/testautomation/framework/optional/includes/basic_documents.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : BASIC organizers and documents '* diff --git a/testautomation/framework/optional/includes/basic_eventbinding.inc b/testautomation/framework/optional/includes/basic_eventbinding.inc old mode 100644 new mode 100755 index 85601c312667..4d5ee502df66 --- a/testautomation/framework/optional/includes/basic_eventbinding.inc +++ b/testautomation/framework/optional/includes/basic_eventbinding.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Function test of Basic IDE Assign Componenet '* diff --git a/testautomation/framework/optional/includes/basic_formcontrols.inc b/testautomation/framework/optional/includes/basic_formcontrols.inc index f755d645b888..cc8f999ff9ad 100755 --- a/testautomation/framework/optional/includes/basic_formcontrols.inc +++ b/testautomation/framework/optional/includes/basic_formcontrols.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Basic form-controls '* diff --git a/testautomation/framework/optional/includes/basic_gridcontrol.inc b/testautomation/framework/optional/includes/basic_gridcontrol.inc index 7f914ba9dafc..181bd2aa9b1f 100755 --- a/testautomation/framework/optional/includes/basic_gridcontrol.inc +++ b/testautomation/framework/optional/includes/basic_gridcontrol.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : gridcontrol '* diff --git a/testautomation/framework/optional/includes/basic_ide.inc b/testautomation/framework/optional/includes/basic_ide.inc index c8db670e8cc3..eabaadf3176a 100755 --- a/testautomation/framework/optional/includes/basic_ide.inc +++ b/testautomation/framework/optional/includes/basic_ide.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Macro Dialogs opened from Basic-IDE '* diff --git a/testautomation/framework/optional/includes/basic_library_export.inc b/testautomation/framework/optional/includes/basic_library_export.inc index 6f5acacbdb24..9d539e2a82a0 100755 --- a/testautomation/framework/optional/includes/basic_library_export.inc +++ b/testautomation/framework/optional/includes/basic_library_export.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Export BASIC library (flat) '* diff --git a/testautomation/framework/optional/includes/basic_library_import.inc b/testautomation/framework/optional/includes/basic_library_import.inc index 9d5dae88ff40..f6b62e99c7ea 100755 --- a/testautomation/framework/optional/includes/basic_library_import.inc +++ b/testautomation/framework/optional/includes/basic_library_import.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Import BASIC library (flat) '* diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc index 17e1b83d5e18..dc58e21f1dea 100755 --- a/testautomation/framework/optional/includes/basic_macros.inc +++ b/testautomation/framework/optional/includes/basic_macros.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : check macro-dialogs / BASIC-IDE ( 1. part ) ' ** diff --git a/testautomation/framework/optional/includes/basic_modulehide.inc b/testautomation/framework/optional/includes/basic_modulehide.inc index 8423c67e6b67..fe492590c41b 100755 --- a/testautomation/framework/optional/includes/basic_modulehide.inc +++ b/testautomation/framework/optional/includes/basic_modulehide.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Verify that hiding modules works '* diff --git a/testautomation/framework/optional/includes/basic_modulenames.inc b/testautomation/framework/optional/includes/basic_modulenames.inc index f874fd93976a..6b166c54680a 100755 --- a/testautomation/framework/optional/includes/basic_modulenames.inc +++ b/testautomation/framework/optional/includes/basic_modulenames.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test modulenames on the tabbar '* diff --git a/testautomation/framework/optional/includes/basic_modules.inc b/testautomation/framework/optional/includes/basic_modules.inc old mode 100644 new mode 100755 index 203ebf7bc219..14e3aedca6db --- a/testautomation/framework/optional/includes/basic_modules.inc +++ b/testautomation/framework/optional/includes/basic_modules.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Edit several modules and dialogs in basic ide '* diff --git a/testautomation/framework/optional/includes/basic_package_export.inc b/testautomation/framework/optional/includes/basic_package_export.inc index 28e214102dbb..b389c750e51d 100755 --- a/testautomation/framework/optional/includes/basic_package_export.inc +++ b/testautomation/framework/optional/includes/basic_package_export.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Export BASIC libraries as package '* diff --git a/testautomation/framework/optional/includes/basic_package_import.inc b/testautomation/framework/optional/includes/basic_package_import.inc index a16b9e4e50e2..31596ed21001 100755 --- a/testautomation/framework/optional/includes/basic_package_import.inc +++ b/testautomation/framework/optional/includes/basic_package_import.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Import BASIC library via Package Manager GUI as UNO Package '* diff --git a/testautomation/framework/optional/includes/basic_protected_libraries.inc b/testautomation/framework/optional/includes/basic_protected_libraries.inc index 03a9aea72834..6162352d710f 100755 --- a/testautomation/framework/optional/includes/basic_protected_libraries.inc +++ b/testautomation/framework/optional/includes/basic_protected_libraries.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test protected libraries '* diff --git a/testautomation/framework/optional/includes/basic_shared_modules.inc b/testautomation/framework/optional/includes/basic_shared_modules.inc index 7e9beec7af98..63241fec9d7d 100755 --- a/testautomation/framework/optional/includes/basic_shared_modules.inc +++ b/testautomation/framework/optional/includes/basic_shared_modules.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Access modules below OpenOffice.org macros '* diff --git a/testautomation/framework/optional/includes/basic_spectemplate.inc b/testautomation/framework/optional/includes/basic_spectemplate.inc index 35e541a642a2..eeed6b047141 100755 --- a/testautomation/framework/optional/includes/basic_spectemplate.inc +++ b/testautomation/framework/optional/includes/basic_spectemplate.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Load the spec template via http and enable macros '* diff --git a/testautomation/framework/optional/includes/basic_usertemplate.inc b/testautomation/framework/optional/includes/basic_usertemplate.inc index 03f1602a94b5..97ec55c91505 100755 --- a/testautomation/framework/optional/includes/basic_usertemplate.inc +++ b/testautomation/framework/optional/includes/basic_usertemplate.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : My Macros/standard execution with user defined template '* diff --git a/testautomation/framework/optional/includes/basic_vba-compat_application-union.inc b/testautomation/framework/optional/includes/basic_vba-compat_application-union.inc index d9f421278514..9acd9d1b032e 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_application-union.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_application-union.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA compatibility switches '* diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc index 1e361b6de0b2..81b2764a28f1 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_disabled.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA compatibility switches '* diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc index 660561322db6..970b8249a412 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_enabled.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA compatibility switches '* diff --git a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc index 66cc7a77eae5..dfade69eaafb 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_import_nothing.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA compatibility switches '* diff --git a/testautomation/framework/optional/includes/basic_vba-compat_security_check.inc b/testautomation/framework/optional/includes/basic_vba-compat_security_check.inc index ae26d996db6e..2dd9f6228455 100644 --- a/testautomation/framework/optional/includes/basic_vba-compat_security_check.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_security_check.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA compatibility switches '* diff --git a/testautomation/framework/optional/includes/basic_vba-compat_thisworkbook.inc b/testautomation/framework/optional/includes/basic_vba-compat_thisworkbook.inc index 03c52146a8fb..201dd8eb9862 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_thisworkbook.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_thisworkbook.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA compatibility switches '* diff --git a/testautomation/framework/optional/includes/basic_vba-compat_xlsm-xlsb.inc b/testautomation/framework/optional/includes/basic_vba-compat_xlsm-xlsb.inc index cfc8f06072e3..4c6f7c20a076 100755 --- a/testautomation/framework/optional/includes/basic_vba-compat_xlsm-xlsb.inc +++ b/testautomation/framework/optional/includes/basic_vba-compat_xlsm-xlsb.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA compatibility switches '* diff --git a/testautomation/framework/optional/includes/basic_vba_compat_tools.inc b/testautomation/framework/optional/includes/basic_vba_compat_tools.inc old mode 100644 new mode 100755 index 77437770891a..8fc37badb55f --- a/testautomation/framework/optional/includes/basic_vba_compat_tools.inc +++ b/testautomation/framework/optional/includes/basic_vba_compat_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Small helpers for Excel BASIC import modes '* diff --git a/testautomation/framework/optional/includes/configuration.inc b/testautomation/framework/optional/includes/configuration.inc index fba0a6fe6bae..0fce11bddd1b 100755 --- a/testautomation/framework/optional/includes/configuration.inc +++ b/testautomation/framework/optional/includes/configuration.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Function Test for known global Issues '* diff --git a/testautomation/framework/optional/includes/extras_file_open.inc b/testautomation/framework/optional/includes/extras_file_open.inc index 874012f6bad1..b4de32acd917 100755 --- a/testautomation/framework/optional/includes/extras_file_open.inc +++ b/testautomation/framework/optional/includes/extras_file_open.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Perform standard operations on all samples/templates etc. '* diff --git a/testautomation/framework/optional/includes/extras_modify_objects.inc b/testautomation/framework/optional/includes/extras_modify_objects.inc index 1eb34f786e5f..f2e4717d2e96 100755 --- a/testautomation/framework/optional/includes/extras_modify_objects.inc +++ b/testautomation/framework/optional/includes/extras_modify_objects.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Perform standard operations on all samples/templates etc. '* diff --git a/testautomation/framework/optional/includes/extras_preview.inc b/testautomation/framework/optional/includes/extras_preview.inc old mode 100644 new mode 100755 index 8e1129bd5bf4..ca3a24ec9995 --- a/testautomation/framework/optional/includes/extras_preview.inc +++ b/testautomation/framework/optional/includes/extras_preview.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Perform standard operations on all samples/templates etc. '* diff --git a/testautomation/framework/optional/includes/extras_table_autoformat.inc b/testautomation/framework/optional/includes/extras_table_autoformat.inc index 892b33ca27fb..7ecb2ce9bf30 100755 --- a/testautomation/framework/optional/includes/extras_table_autoformat.inc +++ b/testautomation/framework/optional/includes/extras_table_autoformat.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test the autoformat-feature for tables '* diff --git a/testautomation/framework/optional/includes/f_usage_tracking.inc b/testautomation/framework/optional/includes/f_usage_tracking.inc old mode 100644 new mode 100755 index 7ea54855eb5d..ef20c2a2f1e5 --- a/testautomation/framework/optional/includes/f_usage_tracking.inc +++ b/testautomation/framework/optional/includes/f_usage_tracking.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Usage tracking '* diff --git a/testautomation/framework/optional/includes/filedlg_allowed_names.inc b/testautomation/framework/optional/includes/filedlg_allowed_names.inc old mode 100644 new mode 100755 index ce386758c255..a6d54077f4b5 --- a/testautomation/framework/optional/includes/filedlg_allowed_names.inc +++ b/testautomation/framework/optional/includes/filedlg_allowed_names.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( extended tests ) '* diff --git a/testautomation/framework/optional/includes/filedlg_autocomplete.inc b/testautomation/framework/optional/includes/filedlg_autocomplete.inc old mode 100644 new mode 100755 index a289e0c6116e..bfa424378ef4 --- a/testautomation/framework/optional/includes/filedlg_autocomplete.inc +++ b/testautomation/framework/optional/includes/filedlg_autocomplete.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Autocompletion feature '* diff --git a/testautomation/framework/optional/includes/filedlg_cjk_files.inc b/testautomation/framework/optional/includes/filedlg_cjk_files.inc index a2bcc2230ec0..f9a049c6dbc9 100755 --- a/testautomation/framework/optional/includes/filedlg_cjk_files.inc +++ b/testautomation/framework/optional/includes/filedlg_cjk_files.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( extended tests ) '* diff --git a/testautomation/framework/optional/includes/filedlg_cjk_folders.inc b/testautomation/framework/optional/includes/filedlg_cjk_folders.inc old mode 100644 new mode 100755 index cc6555b715a1..cdeb2f922c98 --- a/testautomation/framework/optional/includes/filedlg_cjk_folders.inc +++ b/testautomation/framework/optional/includes/filedlg_cjk_folders.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( extended tests ) '* diff --git a/testautomation/framework/optional/includes/filedlg_document_properties.inc b/testautomation/framework/optional/includes/filedlg_document_properties.inc index 0fd8a0a79f55..53917531e275 100755 --- a/testautomation/framework/optional/includes/filedlg_document_properties.inc +++ b/testautomation/framework/optional/includes/filedlg_document_properties.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Access document properties '* diff --git a/testautomation/framework/optional/includes/filedlg_filternames.inc b/testautomation/framework/optional/includes/filedlg_filternames.inc index 083fdac2793e..1d0b91e2710d 100755 --- a/testautomation/framework/optional/includes/filedlg_filternames.inc +++ b/testautomation/framework/optional/includes/filedlg_filternames.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Verify that all filters are listed in the filter listbox '* diff --git a/testautomation/framework/optional/includes/filedlg_folders1.inc b/testautomation/framework/optional/includes/filedlg_folders1.inc old mode 100644 new mode 100755 index 52d905876df3..99cf0831f12c --- a/testautomation/framework/optional/includes/filedlg_folders1.inc +++ b/testautomation/framework/optional/includes/filedlg_folders1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( 1. part ) '* diff --git a/testautomation/framework/optional/includes/filedlg_folders2.inc b/testautomation/framework/optional/includes/filedlg_folders2.inc old mode 100644 new mode 100755 index 4e1a8684ba03..e7b6f6e0dcbf --- a/testautomation/framework/optional/includes/filedlg_folders2.inc +++ b/testautomation/framework/optional/includes/filedlg_folders2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( 1. part ) '* diff --git a/testautomation/framework/optional/includes/filedlg_folders3.inc b/testautomation/framework/optional/includes/filedlg_folders3.inc old mode 100644 new mode 100755 index 9219c3a76be6..354c95fbc23c --- a/testautomation/framework/optional/includes/filedlg_folders3.inc +++ b/testautomation/framework/optional/includes/filedlg_folders3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( 1. part ) '* diff --git a/testautomation/framework/optional/includes/filedlg_folders4.inc b/testautomation/framework/optional/includes/filedlg_folders4.inc old mode 100644 new mode 100755 index 0e90c3b70d9d..6c0bbb881730 --- a/testautomation/framework/optional/includes/filedlg_folders4.inc +++ b/testautomation/framework/optional/includes/filedlg_folders4.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( 1. part ) '* diff --git a/testautomation/framework/optional/includes/filedlg_folders5.inc b/testautomation/framework/optional/includes/filedlg_folders5.inc old mode 100644 new mode 100755 index 03ea63a34a35..ed3959a6e7e4 --- a/testautomation/framework/optional/includes/filedlg_folders5.inc +++ b/testautomation/framework/optional/includes/filedlg_folders5.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( 1. part ) '* diff --git a/testautomation/framework/optional/includes/filedlg_folders6.inc b/testautomation/framework/optional/includes/filedlg_folders6.inc old mode 100644 new mode 100755 index dae5106793f9..e82589bbe1d0 --- a/testautomation/framework/optional/includes/filedlg_folders6.inc +++ b/testautomation/framework/optional/includes/filedlg_folders6.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog '* diff --git a/testautomation/framework/optional/includes/filedlg_folders7.inc b/testautomation/framework/optional/includes/filedlg_folders7.inc old mode 100644 new mode 100755 index 1a971d1bdada..df9c399c7253 --- a/testautomation/framework/optional/includes/filedlg_folders7.inc +++ b/testautomation/framework/optional/includes/filedlg_folders7.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( 1. part ) '* diff --git a/testautomation/framework/optional/includes/filedlg_forbidden_names_windows.inc b/testautomation/framework/optional/includes/filedlg_forbidden_names_windows.inc old mode 100644 new mode 100755 index 96cff87d3d04..b4b538b85cf6 --- a/testautomation/framework/optional/includes/filedlg_forbidden_names_windows.inc +++ b/testautomation/framework/optional/includes/filedlg_forbidden_names_windows.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( extended tests ) '* diff --git a/testautomation/framework/optional/includes/filedlg_multiselection.inc b/testautomation/framework/optional/includes/filedlg_multiselection.inc old mode 100644 new mode 100755 index ed6fc3670db8..32754ec00553 --- a/testautomation/framework/optional/includes/filedlg_multiselection.inc +++ b/testautomation/framework/optional/includes/filedlg_multiselection.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Select a huge number of documents and load '* diff --git a/testautomation/framework/optional/includes/filedlg_passwords.inc b/testautomation/framework/optional/includes/filedlg_passwords.inc index b921b1a831e0..b9442cd2bfbd 100755 --- a/testautomation/framework/optional/includes/filedlg_passwords.inc +++ b/testautomation/framework/optional/includes/filedlg_passwords.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : save and load passworded files '* diff --git a/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc b/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc old mode 100644 new mode 100755 index 885dc6a92f2d..7758fbe55783 --- a/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc +++ b/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( extended tests ) '* diff --git a/testautomation/framework/optional/includes/filedlg_reserved_names_windows.inc b/testautomation/framework/optional/includes/filedlg_reserved_names_windows.inc old mode 100644 new mode 100755 index 4fba22fb9c8f..48ed1a59e4a3 --- a/testautomation/framework/optional/includes/filedlg_reserved_names_windows.inc +++ b/testautomation/framework/optional/includes/filedlg_reserved_names_windows.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( extended tests ) '* diff --git a/testautomation/framework/optional/includes/filedlg_tools.inc b/testautomation/framework/optional/includes/filedlg_tools.inc old mode 100644 new mode 100755 index b4781813c89e..b04fdc3f92ec --- a/testautomation/framework/optional/includes/filedlg_tools.inc +++ b/testautomation/framework/optional/includes/filedlg_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( 1. part ) '* diff --git a/testautomation/framework/optional/includes/filedlg_triggers.inc b/testautomation/framework/optional/includes/filedlg_triggers.inc old mode 100644 new mode 100755 index 47913a327091..1e39d2900895 --- a/testautomation/framework/optional/includes/filedlg_triggers.inc +++ b/testautomation/framework/optional/includes/filedlg_triggers.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Alternative ways to open file-dialogs / slot availablilty '* diff --git a/testautomation/framework/optional/includes/fontworkgallery.inc b/testautomation/framework/optional/includes/fontworkgallery.inc old mode 100644 new mode 100755 index 08fea775ba4e..c83ce1fb5740 --- a/testautomation/framework/optional/includes/fontworkgallery.inc +++ b/testautomation/framework/optional/includes/fontworkgallery.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Resource test of font work gallery '* diff --git a/testautomation/framework/optional/includes/help_bookmarks.inc b/testautomation/framework/optional/includes/help_bookmarks.inc old mode 100644 new mode 100755 index c4aebad1af9d..04a16951c0a9 --- a/testautomation/framework/optional/includes/help_bookmarks.inc +++ b/testautomation/framework/optional/includes/help_bookmarks.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Bookmarks in the help browser '* diff --git a/testautomation/framework/optional/includes/help_compare_applications.inc b/testautomation/framework/optional/includes/help_compare_applications.inc index b7edb50dbc8b..3028c41ecedf 100755 --- a/testautomation/framework/optional/includes/help_compare_applications.inc +++ b/testautomation/framework/optional/includes/help_compare_applications.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : '* diff --git a/testautomation/framework/optional/includes/help_compare_content.inc b/testautomation/framework/optional/includes/help_compare_content.inc index fc9f9a7de4d9..73c11940e0dc 100755 --- a/testautomation/framework/optional/includes/help_compare_content.inc +++ b/testautomation/framework/optional/includes/help_compare_content.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : '* diff --git a/testautomation/framework/optional/includes/help_compare_topics.inc b/testautomation/framework/optional/includes/help_compare_topics.inc index feef650c64e9..ef060eb18275 100755 --- a/testautomation/framework/optional/includes/help_compare_topics.inc +++ b/testautomation/framework/optional/includes/help_compare_topics.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : '* diff --git a/testautomation/framework/optional/includes/help_search.inc b/testautomation/framework/optional/includes/help_search.inc index dddf9cbda60d..92243b538c4f 100755 --- a/testautomation/framework/optional/includes/help_search.inc +++ b/testautomation/framework/optional/includes/help_search.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Search for a string, apply restrictions, verify '* diff --git a/testautomation/framework/optional/includes/help_view_topics.inc b/testautomation/framework/optional/includes/help_view_topics.inc old mode 100644 new mode 100755 index 6a729fe27679..b14c5d5a8511 --- a/testautomation/framework/optional/includes/help_view_topics.inc +++ b/testautomation/framework/optional/includes/help_view_topics.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Display each help topic '* diff --git a/testautomation/framework/optional/includes/loadsave_files.inc b/testautomation/framework/optional/includes/loadsave_files.inc old mode 100644 new mode 100755 index c7fd948b5df3..a9eac8164c22 --- a/testautomation/framework/optional/includes/loadsave_files.inc +++ b/testautomation/framework/optional/includes/loadsave_files.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : File / New-Saving-Loading-Saving-Loading '* diff --git a/testautomation/framework/optional/includes/loadsave_new.inc b/testautomation/framework/optional/includes/loadsave_new.inc old mode 100644 new mode 100755 index 924646423031..02e734382fa2 --- a/testautomation/framework/optional/includes/loadsave_new.inc +++ b/testautomation/framework/optional/includes/loadsave_new.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : tborsten.bosbach@sun.com +'* owner : tborsten.bosbach@oracle.com '* '* short description : global functionality - load/save documents '* diff --git a/testautomation/framework/optional/includes/menuentries.inc b/testautomation/framework/optional/includes/menuentries.inc old mode 100644 new mode 100755 index 5c00a7cf34f1..f2006915c8b1 --- a/testautomation/framework/optional/includes/menuentries.inc +++ b/testautomation/framework/optional/includes/menuentries.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Read menubar and first level drop down lists and compare to reference '* diff --git a/testautomation/framework/optional/includes/ole_1.inc b/testautomation/framework/optional/includes/ole_1.inc old mode 100644 new mode 100755 index a90d517620a1..de7efa3bae8d --- a/testautomation/framework/optional/includes/ole_1.inc +++ b/testautomation/framework/optional/includes/ole_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : global-level-1-test -> insert all OLE-Objects out of OLE-dialog into all doc-types '* diff --git a/testautomation/framework/optional/includes/ole_2.inc b/testautomation/framework/optional/includes/ole_2.inc old mode 100644 new mode 100755 index f2c679e84b6d..a45c885428fb --- a/testautomation/framework/optional/includes/ole_2.inc +++ b/testautomation/framework/optional/includes/ole_2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : global-level-1-test -> insert all OLE-Objects out of OLE-dialog into all doc-types '* diff --git a/testautomation/framework/optional/includes/ole_3.inc b/testautomation/framework/optional/includes/ole_3.inc index 9f1d0ac28d6b..0636bfacb576 100755 --- a/testautomation/framework/optional/includes/ole_3.inc +++ b/testautomation/framework/optional/includes/ole_3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/framework/optional/includes/ole_tools.inc b/testautomation/framework/optional/includes/ole_tools.inc index 03b921fc95d3..fdcfb6c62166 100755 --- a/testautomation/framework/optional/includes/ole_tools.inc +++ b/testautomation/framework/optional/includes/ole_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : global-level-1-test -> insert all OLE-Objects out of OLE-dialog into all doc-types '* diff --git a/testautomation/framework/optional/includes/options_asia.inc b/testautomation/framework/optional/includes/options_asia.inc old mode 100644 new mode 100755 index 730d5a0e666f..76e990ca69fa --- a/testautomation/framework/optional/includes/options_asia.inc +++ b/testautomation/framework/optional/includes/options_asia.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : functionality test for language/settings '* diff --git a/testautomation/framework/optional/includes/options_data.inc b/testautomation/framework/optional/includes/options_data.inc old mode 100644 new mode 100755 index ac4c3240c3f4..4b60f9c99942 --- a/testautomation/framework/optional/includes/options_data.inc +++ b/testautomation/framework/optional/includes/options_data.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : general option test ( datasource - group ) '* diff --git a/testautomation/framework/optional/includes/options_int1.inc b/testautomation/framework/optional/includes/options_int1.inc old mode 100644 new mode 100755 index 76b989679c15..9c79a79a7d97 --- a/testautomation/framework/optional/includes/options_int1.inc +++ b/testautomation/framework/optional/includes/options_int1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : general options test (test for internet-group) '* diff --git a/testautomation/framework/optional/includes/options_lan1.inc b/testautomation/framework/optional/includes/options_lan1.inc old mode 100644 new mode 100755 index c3659cb68f14..ac7f70d18de2 --- a/testautomation/framework/optional/includes/options_lan1.inc +++ b/testautomation/framework/optional/includes/options_lan1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : general option test (test for language-group) '* diff --git a/testautomation/framework/optional/includes/options_loadsave_general.inc b/testautomation/framework/optional/includes/options_loadsave_general.inc old mode 100644 new mode 100755 index 39885ffc2e3c..84c41e906df6 --- a/testautomation/framework/optional/includes/options_loadsave_general.inc +++ b/testautomation/framework/optional/includes/options_loadsave_general.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options Load/Save: General '* diff --git a/testautomation/framework/optional/includes/options_loadsave_html.inc b/testautomation/framework/optional/includes/options_loadsave_html.inc old mode 100644 new mode 100755 index 072f4f4dea24..d1b7790f539b --- a/testautomation/framework/optional/includes/options_loadsave_html.inc +++ b/testautomation/framework/optional/includes/options_loadsave_html.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test the Load/Save HTML compatibility page '* diff --git a/testautomation/framework/optional/includes/options_loadsave_msoffice.inc b/testautomation/framework/optional/includes/options_loadsave_msoffice.inc old mode 100644 new mode 100755 index b02f4778fd02..c04a110e7ce5 --- a/testautomation/framework/optional/includes/options_loadsave_msoffice.inc +++ b/testautomation/framework/optional/includes/options_loadsave_msoffice.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test Load/Save MS-Office settings page '* diff --git a/testautomation/framework/optional/includes/options_loadsave_vba.inc b/testautomation/framework/optional/includes/options_loadsave_vba.inc old mode 100644 new mode 100755 index 3238f4de37d6..be367449553b --- a/testautomation/framework/optional/includes/options_loadsave_vba.inc +++ b/testautomation/framework/optional/includes/options_loadsave_vba.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test VBA settings-page '* diff --git a/testautomation/framework/optional/includes/options_ooo_accessibility.inc b/testautomation/framework/optional/includes/options_ooo_accessibility.inc old mode 100644 new mode 100755 index 93e389a67d69..6e553bd336a3 --- a/testautomation/framework/optional/includes/options_ooo_accessibility.inc +++ b/testautomation/framework/optional/includes/options_ooo_accessibility.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org Accessibility '* diff --git a/testautomation/framework/optional/includes/options_ooo_appearance.inc b/testautomation/framework/optional/includes/options_ooo_appearance.inc old mode 100644 new mode 100755 index afe8efa26be7..72b016b72582 --- a/testautomation/framework/optional/includes/options_ooo_appearance.inc +++ b/testautomation/framework/optional/includes/options_ooo_appearance.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org Appearance '* diff --git a/testautomation/framework/optional/includes/options_ooo_colors.inc b/testautomation/framework/optional/includes/options_ooo_colors.inc old mode 100644 new mode 100755 index ccf4b4642173..6d1db18179c2 --- a/testautomation/framework/optional/includes/options_ooo_colors.inc +++ b/testautomation/framework/optional/includes/options_ooo_colors.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org Colors '* diff --git a/testautomation/framework/optional/includes/options_ooo_fontreplacement.inc b/testautomation/framework/optional/includes/options_ooo_fontreplacement.inc old mode 100644 new mode 100755 index d83be235b765..ccf22af0680e --- a/testautomation/framework/optional/includes/options_ooo_fontreplacement.inc +++ b/testautomation/framework/optional/includes/options_ooo_fontreplacement.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org Fonts '* diff --git a/testautomation/framework/optional/includes/options_ooo_general.inc b/testautomation/framework/optional/includes/options_ooo_general.inc index 0b218bff8493..c973feade8ae 100755 --- a/testautomation/framework/optional/includes/options_ooo_general.inc +++ b/testautomation/framework/optional/includes/options_ooo_general.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : 1. test for general group userdata '* diff --git a/testautomation/framework/optional/includes/options_ooo_java.inc b/testautomation/framework/optional/includes/options_ooo_java.inc old mode 100644 new mode 100755 index 4e8d39e124d9..4b3c1b9dd51d --- a/testautomation/framework/optional/includes/options_ooo_java.inc +++ b/testautomation/framework/optional/includes/options_ooo_java.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org Java '* diff --git a/testautomation/framework/optional/includes/options_ooo_memory.inc b/testautomation/framework/optional/includes/options_ooo_memory.inc old mode 100644 new mode 100755 index 3f50fb90076d..6c2038556af4 --- a/testautomation/framework/optional/includes/options_ooo_memory.inc +++ b/testautomation/framework/optional/includes/options_ooo_memory.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : 1. test for general group userdata ... view) '* diff --git a/testautomation/framework/optional/includes/options_ooo_paths.inc b/testautomation/framework/optional/includes/options_ooo_paths.inc old mode 100644 new mode 100755 index 692f538d6507..85c797665a1e --- a/testautomation/framework/optional/includes/options_ooo_paths.inc +++ b/testautomation/framework/optional/includes/options_ooo_paths.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Options - StarOffice - path settings '* diff --git a/testautomation/framework/optional/includes/options_ooo_print.inc b/testautomation/framework/optional/includes/options_ooo_print.inc old mode 100644 new mode 100755 index 23cced8c737d..35e83eb0d5f2 --- a/testautomation/framework/optional/includes/options_ooo_print.inc +++ b/testautomation/framework/optional/includes/options_ooo_print.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org Print '* diff --git a/testautomation/framework/optional/includes/options_ooo_security.inc b/testautomation/framework/optional/includes/options_ooo_security.inc index be542fc71689..5c839a249af5 100755 --- a/testautomation/framework/optional/includes/options_ooo_security.inc +++ b/testautomation/framework/optional/includes/options_ooo_security.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org Security '* diff --git a/testautomation/framework/optional/includes/options_ooo_userdata.inc b/testautomation/framework/optional/includes/options_ooo_userdata.inc old mode 100644 new mode 100755 index 9d5da5da6194..c1adc7709e70 --- a/testautomation/framework/optional/includes/options_ooo_userdata.inc +++ b/testautomation/framework/optional/includes/options_ooo_userdata.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org User Data '* diff --git a/testautomation/framework/optional/includes/options_ooo_view.inc b/testautomation/framework/optional/includes/options_ooo_view.inc old mode 100644 new mode 100755 index ff3ee7936751..52130dcd09d4 --- a/testautomation/framework/optional/includes/options_ooo_view.inc +++ b/testautomation/framework/optional/includes/options_ooo_view.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools->Options: OpenOffice.org View '* diff --git a/testautomation/framework/optional/includes/scripting_organizers.inc b/testautomation/framework/optional/includes/scripting_organizers.inc index d5159cd383ee..c3da1313da9c 100755 --- a/testautomation/framework/optional/includes/scripting_organizers.inc +++ b/testautomation/framework/optional/includes/scripting_organizers.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test scripting-organizers / document-attached scripts '* diff --git a/testautomation/framework/optional/includes/security_broken_signature.inc b/testautomation/framework/optional/includes/security_broken_signature.inc old mode 100644 new mode 100755 index 3d7d822a9693..1cce0f33af3d --- a/testautomation/framework/optional/includes/security_broken_signature.inc +++ b/testautomation/framework/optional/includes/security_broken_signature.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Load documents containing hidden BASIC scripts '* diff --git a/testautomation/framework/optional/includes/security_certification_dialogs.inc b/testautomation/framework/optional/includes/security_certification_dialogs.inc index 18c47c36d5fa..ee7605ad1cce 100755 --- a/testautomation/framework/optional/includes/security_certification_dialogs.inc +++ b/testautomation/framework/optional/includes/security_certification_dialogs.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Walk through a number of dialogs related to digital signatures '* diff --git a/testautomation/framework/optional/includes/security_evilmacro1.inc b/testautomation/framework/optional/includes/security_evilmacro1.inc old mode 100644 new mode 100755 index 7fb6ad1de02a..9927f1652cb3 --- a/testautomation/framework/optional/includes/security_evilmacro1.inc +++ b/testautomation/framework/optional/includes/security_evilmacro1.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Load documents containing hidden BASIC scripts '* diff --git a/testautomation/framework/optional/includes/security_evilmacro2.inc b/testautomation/framework/optional/includes/security_evilmacro2.inc old mode 100644 new mode 100755 index 00ae5ee0a938..0c687976fba7 --- a/testautomation/framework/optional/includes/security_evilmacro2.inc +++ b/testautomation/framework/optional/includes/security_evilmacro2.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Load documents containing hidden BASIC scripts '* diff --git a/testautomation/framework/optional/includes/security_evilmacro3.inc b/testautomation/framework/optional/includes/security_evilmacro3.inc old mode 100644 new mode 100755 index 1fb86e329088..c891163ef3e2 --- a/testautomation/framework/optional/includes/security_evilmacro3.inc +++ b/testautomation/framework/optional/includes/security_evilmacro3.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Load documents containing hidden BASIC scripts '* diff --git a/testautomation/framework/optional/includes/security_incorrect_password.inc b/testautomation/framework/optional/includes/security_incorrect_password.inc index 2478a59d6294..8e6eb2deffee 100755 --- a/testautomation/framework/optional/includes/security_incorrect_password.inc +++ b/testautomation/framework/optional/includes/security_incorrect_password.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Password protect files '* diff --git a/testautomation/framework/optional/includes/security_macrosecurity.inc b/testautomation/framework/optional/includes/security_macrosecurity.inc index 1c9d360da9e6..93b4811de44f 100755 --- a/testautomation/framework/optional/includes/security_macrosecurity.inc +++ b/testautomation/framework/optional/includes/security_macrosecurity.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Macros with all security-levels '* diff --git a/testautomation/framework/optional/includes/security_recommend_password.inc b/testautomation/framework/optional/includes/security_recommend_password.inc index 628fdecd7ae5..ab914fe5125b 100755 --- a/testautomation/framework/optional/includes/security_recommend_password.inc +++ b/testautomation/framework/optional/includes/security_recommend_password.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Password settings in Tools/Options '* diff --git a/testautomation/framework/optional/includes/security_trusted_path.inc b/testautomation/framework/optional/includes/security_trusted_path.inc old mode 100644 new mode 100755 index 679abdcc9be4..9115ba2e9f5a --- a/testautomation/framework/optional/includes/security_trusted_path.inc +++ b/testautomation/framework/optional/includes/security_trusted_path.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Execute macros from trusted path '* diff --git a/testautomation/framework/optional/includes/standardbar2.inc b/testautomation/framework/optional/includes/standardbar2.inc index 3d2b87f33b7b..2b9f8a95d129 100755 --- a/testautomation/framework/optional/includes/standardbar2.inc +++ b/testautomation/framework/optional/includes/standardbar2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : global update test (Standardbar) '* diff --git a/testautomation/framework/optional/includes/toolbar_behavior.inc b/testautomation/framework/optional/includes/toolbar_behavior.inc old mode 100644 new mode 100755 index 5f7357df7e31..e9e96f6bb72e --- a/testautomation/framework/optional/includes/toolbar_behavior.inc +++ b/testautomation/framework/optional/includes/toolbar_behavior.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Resource test of toolbar behavior '* diff --git a/testautomation/framework/optional/includes/w_grid_layout1.inc b/testautomation/framework/optional/includes/w_grid_layout1.inc index 772ebc6d9d00..16ca31b09fa4 100644 --- a/testautomation/framework/optional/includes/w_grid_layout1.inc +++ b/testautomation/framework/optional/includes/w_grid_layout1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Grid Layout for CJK test in Writer '* diff --git a/testautomation/framework/required/f_help_browser.bas b/testautomation/framework/required/f_help_browser.bas index edc70c63f9ca..753b1d8cae99 100755 --- a/testautomation/framework/required/f_help_browser.bas +++ b/testautomation/framework/required/f_help_browser.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update/resource-test for the help-browser '* diff --git a/testautomation/framework/required/f_printer_administration.bas b/testautomation/framework/required/f_printer_administration.bas index 60e32941c261..93ad542126ae 100755 --- a/testautomation/framework/required/f_printer_administration.bas +++ b/testautomation/framework/required/f_printer_administration.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : A brief look at the spadmin-tool '* diff --git a/testautomation/framework/required/f_programmability_dialogs.bas b/testautomation/framework/required/f_programmability_dialogs.bas index 537a4693770f..925334027592 100755 --- a/testautomation/framework/required/f_programmability_dialogs.bas +++ b/testautomation/framework/required/f_programmability_dialogs.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update-Test for some dialogs in Basic-IDE '* diff --git a/testautomation/framework/required/f_security_dialogs.bas b/testautomation/framework/required/f_security_dialogs.bas index 1362dc6d43d6..76bd6cc57373 100755 --- a/testautomation/framework/required/f_security_dialogs.bas +++ b/testautomation/framework/required/f_security_dialogs.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Security dialogs in Tools/Options '* diff --git a/testautomation/framework/required/f_standard_toolbar.bas b/testautomation/framework/required/f_standard_toolbar.bas index 3fdcc8fde55f..83a860f6674a 100755 --- a/testautomation/framework/required/f_standard_toolbar.bas +++ b/testautomation/framework/required/f_standard_toolbar.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update/resource-test for toolbars '* diff --git a/testautomation/framework/required/f_tools_options.bas b/testautomation/framework/required/f_tools_options.bas index 9b64e7e1cd26..b4cac6c8f4b3 100755 --- a/testautomation/framework/required/f_tools_options.bas +++ b/testautomation/framework/required/f_tools_options.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Verify that the applications appear in tools/options '* diff --git a/testautomation/framework/required/f_topten.bas b/testautomation/framework/required/f_topten.bas index 3b7068ece70b..4d9b741aa071 100755 --- a/testautomation/framework/required/f_topten.bas +++ b/testautomation/framework/required/f_topten.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : smoke test for each application '* diff --git a/testautomation/framework/required/f_window_functions.bas b/testautomation/framework/required/f_window_functions.bas index dabbd7647649..5f848835e7a6 100755 --- a/testautomation/framework/required/f_window_functions.bas +++ b/testautomation/framework/required/f_window_functions.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Basic Window/Titlebar functionality '* diff --git a/testautomation/framework/required/f_wizards.bas b/testautomation/framework/required/f_wizards.bas index d1f7c3e4797b..9ad1be7a05ed 100755 --- a/testautomation/framework/required/f_wizards.bas +++ b/testautomation/framework/required/f_wizards.bas @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Category 0 tests for all included wizards '* diff --git a/testautomation/framework/required/includes/basic_dialog_export.inc b/testautomation/framework/required/includes/basic_dialog_export.inc old mode 100644 new mode 100755 index 489a727545fe..ecdb26cc6ac0 --- a/testautomation/framework/required/includes/basic_dialog_export.inc +++ b/testautomation/framework/required/includes/basic_dialog_export.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update test for the dialog export feature '* diff --git a/testautomation/framework/required/includes/basic_dialog_i18n.inc b/testautomation/framework/required/includes/basic_dialog_i18n.inc index 590c45a5f58a..3c95be08a9d6 100755 --- a/testautomation/framework/required/includes/basic_dialog_i18n.inc +++ b/testautomation/framework/required/includes/basic_dialog_i18n.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update test for Basic IDE / Dialog i18n-feature '* diff --git a/testautomation/framework/required/includes/basic_dialog_i18n_import.inc b/testautomation/framework/required/includes/basic_dialog_i18n_import.inc old mode 100644 new mode 100755 index db72863173b8..e6e62995716c --- a/testautomation/framework/required/includes/basic_dialog_i18n_import.inc +++ b/testautomation/framework/required/includes/basic_dialog_i18n_import.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : '* diff --git a/testautomation/framework/required/includes/basic_macroassignment.inc b/testautomation/framework/required/includes/basic_macroassignment.inc index 05967fcfd008..6dda14b07698 100755 --- a/testautomation/framework/required/includes/basic_macroassignment.inc +++ b/testautomation/framework/required/includes/basic_macroassignment.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update-Test for some dialogs in Basic-IDE '* diff --git a/testautomation/framework/required/includes/basic_organizer.inc b/testautomation/framework/required/includes/basic_organizer.inc index 789d870cb9a6..7df67c82cd62 100755 --- a/testautomation/framework/required/includes/basic_organizer.inc +++ b/testautomation/framework/required/includes/basic_organizer.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update test for the Basic Organizer dialog '* diff --git a/testautomation/framework/required/includes/first.inc b/testautomation/framework/required/includes/first.inc index 700cee374104..478ba7cd6b90 100755 --- a/testautomation/framework/required/includes/first.inc +++ b/testautomation/framework/required/includes/first.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : First test of basic functionality '* diff --git a/testautomation/framework/required/includes/help_browser.inc b/testautomation/framework/required/includes/help_browser.inc index 62438373dc37..858dc46c2779 100755 --- a/testautomation/framework/required/includes/help_browser.inc +++ b/testautomation/framework/required/includes/help_browser.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : global update/resource test '* diff --git a/testautomation/framework/required/includes/printer_administration.inc b/testautomation/framework/required/includes/printer_administration.inc index a05ecc6b02a1..6349f381d194 100755 --- a/testautomation/framework/required/includes/printer_administration.inc +++ b/testautomation/framework/required/includes/printer_administration.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : updatetest for the printer configuration '* diff --git a/testautomation/framework/required/includes/scripting_basics.inc b/testautomation/framework/required/includes/scripting_basics.inc index d5377c4873bd..d1939546b89d 100755 --- a/testautomation/framework/required/includes/scripting_basics.inc +++ b/testautomation/framework/required/includes/scripting_basics.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Quick short test for the scripting framework '* diff --git a/testautomation/framework/required/includes/security_dialogs.inc b/testautomation/framework/required/includes/security_dialogs.inc old mode 100644 new mode 100755 index fec9900a28b8..d8f5a096595a --- a/testautomation/framework/required/includes/security_dialogs.inc +++ b/testautomation/framework/required/includes/security_dialogs.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Security dialogs in Tools/Options '* diff --git a/testautomation/framework/required/includes/smoketest.inc b/testautomation/framework/required/includes/smoketest.inc old mode 100644 new mode 100755 index dcff255d6c6c..24ef362a1bf1 --- a/testautomation/framework/required/includes/smoketest.inc +++ b/testautomation/framework/required/includes/smoketest.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : "10ner/Smoke Test" from release engineering '* diff --git a/testautomation/framework/required/includes/standard_toolbar_1.inc b/testautomation/framework/required/includes/standard_toolbar_1.inc old mode 100644 new mode 100755 index 4494d6a26cad..b7d54bb89180 --- a/testautomation/framework/required/includes/standard_toolbar_1.inc +++ b/testautomation/framework/required/includes/standard_toolbar_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : global update test (Standardbar) '* diff --git a/testautomation/framework/required/includes/standard_toolbar_3.inc b/testautomation/framework/required/includes/standard_toolbar_3.inc old mode 100644 new mode 100755 index cbc08096b8a6..46c71bd93409 --- a/testautomation/framework/required/includes/standard_toolbar_3.inc +++ b/testautomation/framework/required/includes/standard_toolbar_3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Items on the standardbar '* diff --git a/testautomation/framework/required/includes/standard_toolbar_4.inc b/testautomation/framework/required/includes/standard_toolbar_4.inc index 3f393ff3291a..fbd21e46d032 100755 --- a/testautomation/framework/required/includes/standard_toolbar_4.inc +++ b/testautomation/framework/required/includes/standard_toolbar_4.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Invisible items on the standardbar '* diff --git a/testautomation/framework/required/includes/standard_toolbar_5.inc b/testautomation/framework/required/includes/standard_toolbar_5.inc old mode 100644 new mode 100755 index 76fa20d5dffa..8e03d1253f84 --- a/testautomation/framework/required/includes/standard_toolbar_5.inc +++ b/testautomation/framework/required/includes/standard_toolbar_5.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Customize toolbar '* diff --git a/testautomation/framework/required/includes/standard_toolbar_6.inc b/testautomation/framework/required/includes/standard_toolbar_6.inc index c3ff6be6e849..ab357cd81013 100755 --- a/testautomation/framework/required/includes/standard_toolbar_6.inc +++ b/testautomation/framework/required/includes/standard_toolbar_6.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Open applications from New button on standardbar '* diff --git a/testautomation/framework/required/includes/tools_customize.inc b/testautomation/framework/required/includes/tools_customize.inc index 2f7064055883..36089018a589 100755 --- a/testautomation/framework/required/includes/tools_customize.inc +++ b/testautomation/framework/required/includes/tools_customize.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update Test for the Tools Customize Dialog '* diff --git a/testautomation/framework/required/includes/tools_options.inc b/testautomation/framework/required/includes/tools_options.inc index 82d5ef6ae861..928d533cbe3a 100755 --- a/testautomation/framework/required/includes/tools_options.inc +++ b/testautomation/framework/required/includes/tools_options.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Verify that the applications appear in tools/options '* diff --git a/testautomation/framework/required/includes/topten.inc b/testautomation/framework/required/includes/topten.inc old mode 100644 new mode 100755 index 9aea2b0ab8b6..a08d59c8064e --- a/testautomation/framework/required/includes/topten.inc +++ b/testautomation/framework/required/includes/topten.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Smoke test (load/save/clipboard) '* diff --git a/testautomation/framework/required/includes/window_functions.inc b/testautomation/framework/required/includes/window_functions.inc index 2adb42638d02..acc5e7a5219d 100644 --- a/testautomation/framework/required/includes/window_functions.inc +++ b/testautomation/framework/required/includes/window_functions.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Window/Titlebar functionality '* diff --git a/testautomation/framework/required/includes/wizard_agenda.inc b/testautomation/framework/required/includes/wizard_agenda.inc index d320234fd40b..a192be35015e 100755 --- a/testautomation/framework/required/includes/wizard_agenda.inc +++ b/testautomation/framework/required/includes/wizard_agenda.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update test for agenda wizard '* diff --git a/testautomation/framework/required/includes/wizard_documentconverter.inc b/testautomation/framework/required/includes/wizard_documentconverter.inc old mode 100644 new mode 100755 index 7ba81116728b..cca037b16680 --- a/testautomation/framework/required/includes/wizard_documentconverter.inc +++ b/testautomation/framework/required/includes/wizard_documentconverter.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update test for documentconverter '* diff --git a/testautomation/framework/required/includes/wizard_euroconverter.inc b/testautomation/framework/required/includes/wizard_euroconverter.inc old mode 100644 new mode 100755 index dd439ea4a3bd..87b32b5abf08 --- a/testautomation/framework/required/includes/wizard_euroconverter.inc +++ b/testautomation/framework/required/includes/wizard_euroconverter.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update test for the Euroconverter '* diff --git a/testautomation/framework/required/includes/wizard_fax.inc b/testautomation/framework/required/includes/wizard_fax.inc index b970d8754c5d..bbd75f66a327 100755 --- a/testautomation/framework/required/includes/wizard_fax.inc +++ b/testautomation/framework/required/includes/wizard_fax.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update Test for Fax Wizard '* diff --git a/testautomation/framework/required/includes/wizard_firsttime.inc b/testautomation/framework/required/includes/wizard_firsttime.inc index e057ba09d2e8..63c79966b41e 100755 --- a/testautomation/framework/required/includes/wizard_firsttime.inc +++ b/testautomation/framework/required/includes/wizard_firsttime.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Updatetest for the first time wizard '* diff --git a/testautomation/framework/required/includes/wizard_letter.inc b/testautomation/framework/required/includes/wizard_letter.inc index 267efcefd18a..1c0cb05031f0 100755 --- a/testautomation/framework/required/includes/wizard_letter.inc +++ b/testautomation/framework/required/includes/wizard_letter.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update Test for Letter Wizard '* diff --git a/testautomation/framework/required/includes/wizard_mailmerge.inc b/testautomation/framework/required/includes/wizard_mailmerge.inc index 45b8947eec38..95f8d6d19a54 100755 --- a/testautomation/framework/required/includes/wizard_mailmerge.inc +++ b/testautomation/framework/required/includes/wizard_mailmerge.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update test for the mailmerge wizard '* diff --git a/testautomation/framework/required/includes/wizard_presentation.inc b/testautomation/framework/required/includes/wizard_presentation.inc index 59544e0fb48e..68143b3cdc3c 100755 --- a/testautomation/framework/required/includes/wizard_presentation.inc +++ b/testautomation/framework/required/includes/wizard_presentation.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Update test for the presentation wizard '* diff --git a/testautomation/framework/required/includes/wizard_webpage.inc b/testautomation/framework/required/includes/wizard_webpage.inc old mode 100644 new mode 100755 index 6200079c8025..465fae368db1 --- a/testautomation/framework/required/includes/wizard_webpage.inc +++ b/testautomation/framework/required/includes/wizard_webpage.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Resource test of Web Page Wizard '* diff --git a/testautomation/framework/tools/includes/CJK_tools.inc b/testautomation/framework/tools/includes/CJK_tools.inc index e905b55bbebc..38664ef78501 100755 --- a/testautomation/framework/tools/includes/CJK_tools.inc +++ b/testautomation/framework/tools/includes/CJK_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : hercule.li@sun.com +'* owner : hercule.li@oracle.com '* '* short description : Tools for CJK feature test in Writer '* diff --git a/testautomation/framework/tools/includes/customize_tools.inc b/testautomation/framework/tools/includes/customize_tools.inc index 386c5423ee3a..9fbdb6928b08 100755 --- a/testautomation/framework/tools/includes/customize_tools.inc +++ b/testautomation/framework/tools/includes/customize_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools to ease the use of the ToolsCustomize-Dialog '* diff --git a/testautomation/framework/tools/includes/fileoperations.inc b/testautomation/framework/tools/includes/fileoperations.inc index dd91cc08f498..061f9f606f48 100755 --- a/testautomation/framework/tools/includes/fileoperations.inc +++ b/testautomation/framework/tools/includes/fileoperations.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : check the internal file dialog ( extended tests ) '* diff --git a/testautomation/framework/tools/includes/formcontrols.inc b/testautomation/framework/tools/includes/formcontrols.inc index 03ebb004ee3a..6755ed2a2cdd 100755 --- a/testautomation/framework/tools/includes/formcontrols.inc +++ b/testautomation/framework/tools/includes/formcontrols.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : Tools to draw and select form controls in basic-ide ' ** diff --git a/testautomation/framework/tools/includes/help_tools.inc b/testautomation/framework/tools/includes/help_tools.inc index 8552954f4f34..9c81084952df 100755 --- a/testautomation/framework/tools/includes/help_tools.inc +++ b/testautomation/framework/tools/includes/help_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Replacements for routines in t_lists.inc adds some '* diff --git a/testautomation/framework/tools/includes/i18n_tools.inc b/testautomation/framework/tools/includes/i18n_tools.inc index 131f162c8436..f918b1fe5076 100755 --- a/testautomation/framework/tools/includes/i18n_tools.inc +++ b/testautomation/framework/tools/includes/i18n_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools to ease working with language dependent strings/values '* diff --git a/testautomation/framework/tools/includes/options_tools.inc b/testautomation/framework/tools/includes/options_tools.inc index 27969686dea6..4f7a05154795 100755 --- a/testautomation/framework/tools/includes/options_tools.inc +++ b/testautomation/framework/tools/includes/options_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : tools for options tests '* diff --git a/testautomation/framework/tools/includes/pbrowser_tools.inc b/testautomation/framework/tools/includes/pbrowser_tools.inc index 912b3f85aec2..a6a089150a96 100755 --- a/testautomation/framework/tools/includes/pbrowser_tools.inc +++ b/testautomation/framework/tools/includes/pbrowser_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools for working with the property browser for formcontrols '* diff --git a/testautomation/framework/tools/includes/private_environment.inc b/testautomation/framework/tools/includes/private_environment.inc old mode 100644 new mode 100755 index 87cfab146f15..af81110b3f18 --- a/testautomation/framework/tools/includes/private_environment.inc +++ b/testautomation/framework/tools/includes/private_environment.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools to ease working with private environment '* diff --git a/testautomation/framework/tools/includes/scriptorganizer_tools.inc b/testautomation/framework/tools/includes/scriptorganizer_tools.inc index 0b09ed6270ac..8cf067913d64 100755 --- a/testautomation/framework/tools/includes/scriptorganizer_tools.inc +++ b/testautomation/framework/tools/includes/scriptorganizer_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Test scripting-organizers / document-attached scripts '* diff --git a/testautomation/framework/tools/includes/spadmin_tools.inc b/testautomation/framework/tools/includes/spadmin_tools.inc index b31e5dbe5a58..77cbdf61a44b 100755 --- a/testautomation/framework/tools/includes/spadmin_tools.inc +++ b/testautomation/framework/tools/includes/spadmin_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : helper functions for SPAdmin '* diff --git a/testautomation/framework/tools/includes/template_tools.inc b/testautomation/framework/tools/includes/template_tools.inc index 5a1370b77262..c9d1e94fa16f 100755 --- a/testautomation/framework/tools/includes/template_tools.inc +++ b/testautomation/framework/tools/includes/template_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Helper functions to ease usage of templates '* diff --git a/testautomation/framework/tools/includes/toolbar_tools.inc b/testautomation/framework/tools/includes/toolbar_tools.inc index 8d0b198b0441..63117227becc 100755 --- a/testautomation/framework/tools/includes/toolbar_tools.inc +++ b/testautomation/framework/tools/includes/toolbar_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : global update test (Standardbar) '* diff --git a/testautomation/framework/tools/includes/webtools.inc b/testautomation/framework/tools/includes/webtools.inc old mode 100644 new mode 100755 index a56639a269e3..424ace8c959e --- a/testautomation/framework/tools/includes/webtools.inc +++ b/testautomation/framework/tools/includes/webtools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools to ease working with web functionality '* diff --git a/testautomation/framework/tools/includes/window_tools.inc b/testautomation/framework/tools/includes/window_tools.inc old mode 100644 new mode 100755 index bb8579edfba7..93a09ccf533d --- a/testautomation/framework/tools/includes/window_tools.inc +++ b/testautomation/framework/tools/includes/window_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools to handle windows/frames '* diff --git a/testautomation/framework/tools/includes/wizards.inc b/testautomation/framework/tools/includes/wizards.inc index a140401c1202..274d862a8520 100755 --- a/testautomation/framework/tools/includes/wizards.inc +++ b/testautomation/framework/tools/includes/wizards.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : helper functions for the wizards '* diff --git a/testautomation/global/input/empty/please_do_not_delete_this_file b/testautomation/global/input/empty/please_do_not_delete_this_file index c6103b698301..0b366e10364f 100644 --- a/testautomation/global/input/empty/please_do_not_delete_this_file +++ b/testautomation/global/input/empty/please_do_not_delete_this_file @@ -1,3 +1,3 @@ Please do not delete this file. -thorsten.ziehm@sun.com \ No newline at end of file +thorsten.ziehm@oracle.com \ No newline at end of file diff --git a/testautomation/global/required/includes/g_001.inc b/testautomation/global/required/includes/g_001.inc index 07c294f44e2f..8cbc1bb24526 100755 --- a/testautomation/global/required/includes/g_001.inc +++ b/testautomation/global/required/includes/g_001.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Global resource tests for the menu: File '* diff --git a/testautomation/global/required/includes/g_009.inc b/testautomation/global/required/includes/g_009.inc index 17b31cf3fd08..61ef7dd95c37 100755 --- a/testautomation/global/required/includes/g_009.inc +++ b/testautomation/global/required/includes/g_009.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Global resource tests for the menu: Help '* diff --git a/testautomation/global/required/includes/g_customize.inc b/testautomation/global/required/includes/g_customize.inc old mode 100644 new mode 100755 index f2df48f3c552..07c2dde3927d --- a/testautomation/global/required/includes/g_customize.inc +++ b/testautomation/global/required/includes/g_customize.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : update and resouce test for tools/customize '* diff --git a/testautomation/global/required/includes/g_numberformatter1.inc b/testautomation/global/required/includes/g_numberformatter1.inc index 2271bc333142..2539e12455e5 100755 --- a/testautomation/global/required/includes/g_numberformatter1.inc +++ b/testautomation/global/required/includes/g_numberformatter1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : update and resouce test for numberformatter '* diff --git a/testautomation/global/required/includes/g_option.inc b/testautomation/global/required/includes/g_option.inc index fe462038899f..2f7b6aa33ac2 100755 --- a/testautomation/global/required/includes/g_option.inc +++ b/testautomation/global/required/includes/g_option.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : update and resouce test for all option pages (at tools/options) '* diff --git a/testautomation/global/required/includes/g_option_application.inc b/testautomation/global/required/includes/g_option_application.inc old mode 100644 new mode 100755 index 4fe4a6cb2cad..233b6cb9d9cc --- a/testautomation/global/required/includes/g_option_application.inc +++ b/testautomation/global/required/includes/g_option_application.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : update and resouce test for all option pages (at tools/options) '* diff --git a/testautomation/global/required/includes/g_printing.inc b/testautomation/global/required/includes/g_printing.inc old mode 100644 new mode 100755 index e05c1ba1d7e6..15ee12c4308d --- a/testautomation/global/required/includes/g_printing.inc +++ b/testautomation/global/required/includes/g_printing.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Resource test for the printing dialog '* diff --git a/testautomation/global/system/includes/declare.inc b/testautomation/global/system/includes/declare.inc old mode 100644 new mode 100755 index 97ef228a8118..5fed58be6cfd --- a/testautomation/global/system/includes/declare.inc +++ b/testautomation/global/system/includes/declare.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : starting routines for declare.bas '* diff --git a/testautomation/global/system/includes/gvariabl.inc b/testautomation/global/system/includes/gvariabl.inc index eff969fbee2c..ca3764a1a51b 100755 --- a/testautomation/global/system/includes/gvariabl.inc +++ b/testautomation/global/system/includes/gvariabl.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : all global variables '* diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index aa305b9a1a21..0b83af421eeb 100755 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : get information for startup a test out of important ini-files '* diff --git a/testautomation/global/system/includes/inivalue.inc b/testautomation/global/system/includes/inivalue.inc index cf70fa365f7e..2cc13be957cb 100755 --- a/testautomation/global/system/includes/inivalue.inc +++ b/testautomation/global/system/includes/inivalue.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : routines to handle ini-files ( read/write items ) '* diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc index fafb5f758a85..880496e3dc42 100755 --- a/testautomation/global/system/includes/master.inc +++ b/testautomation/global/system/includes/master.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : very important routines to start a testscript '* diff --git a/testautomation/global/system/includes/status.inc b/testautomation/global/system/includes/status.inc index bf1ba6a74416..83430bfaa332 100755 --- a/testautomation/global/system/includes/status.inc +++ b/testautomation/global/system/includes/status.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Routines for the status page feature '* diff --git a/testautomation/global/system/includes/sysinfo.inc b/testautomation/global/system/includes/sysinfo.inc old mode 100644 new mode 100755 index f6b7ba369b1f..30e00585d517 --- a/testautomation/global/system/includes/sysinfo.inc +++ b/testautomation/global/system/includes/sysinfo.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Establish facts of the operating system '* diff --git a/testautomation/global/tools/closeoffice.bas b/testautomation/global/tools/closeoffice.bas old mode 100755 new mode 100644 index a2a9200d10c3..da402ecd40f7 --- a/testautomation/global/tools/closeoffice.bas +++ b/testautomation/global/tools/closeoffice.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Exit the [Star|Open][Office|Suite][.org] nicely '* diff --git a/testautomation/global/tools/compressstatus.bas b/testautomation/global/tools/compressstatus.bas index b8ed46d3b3f5..679b322096b0 100755 --- a/testautomation/global/tools/compressstatus.bas +++ b/testautomation/global/tools/compressstatus.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Compress local written status files for submission '* diff --git a/testautomation/global/tools/declare.bas b/testautomation/global/tools/declare.bas index a874bb674a8c..7d00ef69f824 100755 --- a/testautomation/global/tools/declare.bas +++ b/testautomation/global/tools/declare.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : To get Help ID's from the office '* diff --git a/testautomation/global/tools/includes/optional/t_accels.inc b/testautomation/global/tools/includes/optional/t_accels.inc old mode 100644 new mode 100755 index 4d04afaf3554..04718449b13b --- a/testautomation/global/tools/includes/optional/t_accels.inc +++ b/testautomation/global/tools/includes/optional/t_accels.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : handle accelerators '* diff --git a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc index fcf8d301db58..f7537d52700c 100755 --- a/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_ide_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : tools for the property-browser test ' ** diff --git a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc index b813ee2bf706..f63d610dbdb8 100755 --- a/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc +++ b/testautomation/global/tools/includes/optional/t_basic_organizer_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : tools for tools/macro test ' ** diff --git a/testautomation/global/tools/includes/optional/t_control_objects.inc b/testautomation/global/tools/includes/optional/t_control_objects.inc old mode 100644 new mode 100755 index 00bafbf04ed5..b1da7d7e8d95 --- a/testautomation/global/tools/includes/optional/t_control_objects.inc +++ b/testautomation/global/tools/includes/optional/t_control_objects.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Functions to manipulate controls by accessing them as objects '* diff --git a/testautomation/global/tools/includes/optional/t_docfuncs.inc b/testautomation/global/tools/includes/optional/t_docfuncs.inc index c544db3111fa..7f43b7211630 100755 --- a/testautomation/global/tools/includes/optional/t_docfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_docfuncs.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : misc functions to handle documents '* diff --git a/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc b/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc index 0b530af4a274..654b1b76c515 100755 --- a/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc +++ b/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools to ease working with the extension manager '* diff --git a/testautomation/global/tools/includes/optional/t_filetools.inc b/testautomation/global/tools/includes/optional/t_filetools.inc index 420b14ae9676..070427ef3c5b 100755 --- a/testautomation/global/tools/includes/optional/t_filetools.inc +++ b/testautomation/global/tools/includes/optional/t_filetools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Functions that work with files like deleting, loading... '* diff --git a/testautomation/global/tools/includes/optional/t_key_tools.inc b/testautomation/global/tools/includes/optional/t_key_tools.inc old mode 100644 new mode 100755 index 9bf994824cc9..14906c127c68 --- a/testautomation/global/tools/includes/optional/t_key_tools.inc +++ b/testautomation/global/tools/includes/optional/t_key_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : tools for evaluation of key=value datalists '* diff --git a/testautomation/global/tools/includes/optional/t_listfuncs.inc b/testautomation/global/tools/includes/optional/t_listfuncs.inc index ea8a5d5bec68..8aefe8720939 100755 --- a/testautomation/global/tools/includes/optional/t_listfuncs.inc +++ b/testautomation/global/tools/includes/optional/t_listfuncs.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Replacements for routines in t_lists.inc adds some '* diff --git a/testautomation/global/tools/includes/optional/t_locale_strings1.inc b/testautomation/global/tools/includes/optional/t_locale_strings1.inc index d3e7708dbd30..29c4bcf3cb6b 100755 --- a/testautomation/global/tools/includes/optional/t_locale_strings1.inc +++ b/testautomation/global/tools/includes/optional/t_locale_strings1.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : defining locale dependant strings '* diff --git a/testautomation/global/tools/includes/optional/t_locale_tools.inc b/testautomation/global/tools/includes/optional/t_locale_tools.inc old mode 100644 new mode 100755 index 83a80ad0d107..75d18e2c5856 --- a/testautomation/global/tools/includes/optional/t_locale_tools.inc +++ b/testautomation/global/tools/includes/optional/t_locale_tools.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : place it here '* diff --git a/testautomation/global/tools/includes/optional/t_macro_tools.inc b/testautomation/global/tools/includes/optional/t_macro_tools.inc index 18d5245e13f7..6c1fcc478e5a 100755 --- a/testautomation/global/tools/includes/optional/t_macro_tools.inc +++ b/testautomation/global/tools/includes/optional/t_macro_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ ' ** -' ** owner : joerg.skottke@sun.com +' ** owner : joerg.skottke@oracle.com ' ** ' ** short description : Helper functions for Macro tests ' ** diff --git a/testautomation/global/tools/includes/optional/t_ole.inc b/testautomation/global/tools/includes/optional/t_ole.inc index 63c55705add9..13138dfc52ab 100755 --- a/testautomation/global/tools/includes/optional/t_ole.inc +++ b/testautomation/global/tools/includes/optional/t_ole.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools for OLE objects '* diff --git a/testautomation/global/tools/includes/optional/t_security_tools.inc b/testautomation/global/tools/includes/optional/t_security_tools.inc index 24a718fd7a48..28625be35880 100755 --- a/testautomation/global/tools/includes/optional/t_security_tools.inc +++ b/testautomation/global/tools/includes/optional/t_security_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools to ease testing of security related funtionality '* diff --git a/testautomation/global/tools/includes/optional/t_set_standard_controls.inc b/testautomation/global/tools/includes/optional/t_set_standard_controls.inc old mode 100644 new mode 100755 index bcc8cda10e5b..8384edcc27d1 --- a/testautomation/global/tools/includes/optional/t_set_standard_controls.inc +++ b/testautomation/global/tools/includes/optional/t_set_standard_controls.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tool library for setting controls and verifying the functionality '* diff --git a/testautomation/global/tools/includes/optional/t_spreadsheet_tools1.inc b/testautomation/global/tools/includes/optional/t_spreadsheet_tools1.inc old mode 100644 new mode 100755 index cdc0eae38540..55da2fc1c9aa --- a/testautomation/global/tools/includes/optional/t_spreadsheet_tools1.inc +++ b/testautomation/global/tools/includes/optional/t_spreadsheet_tools1.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Global tools for spreadsheet '* diff --git a/testautomation/global/tools/includes/optional/t_stringtools.inc b/testautomation/global/tools/includes/optional/t_stringtools.inc index 914d8b7c6ab4..7f946fd3b046 100755 --- a/testautomation/global/tools/includes/optional/t_stringtools.inc +++ b/testautomation/global/tools/includes/optional/t_stringtools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Functions for manipulation of strings '* diff --git a/testautomation/global/tools/includes/optional/t_toolbar_tools1.inc b/testautomation/global/tools/includes/optional/t_toolbar_tools1.inc index 0bd7ae50525f..77c72a9ec2dc 100755 --- a/testautomation/global/tools/includes/optional/t_toolbar_tools1.inc +++ b/testautomation/global/tools/includes/optional/t_toolbar_tools1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Toolbar tools 1 '* @@ -36,7 +36,7 @@ '\************************************************************************************* '****************************************************************** -'* Created by hercule.li@sun.com +'* Created by hercule.li@oracle.com '* This function will active or inactive image button in toolbar '* sToolbar : Toolbar name '* sObject : image button name diff --git a/testautomation/global/tools/includes/optional/t_toolbar_writer.inc b/testautomation/global/tools/includes/optional/t_toolbar_writer.inc old mode 100644 new mode 100755 index dea5fe027a63..892dbd09bb36 --- a/testautomation/global/tools/includes/optional/t_toolbar_writer.inc +++ b/testautomation/global/tools/includes/optional/t_toolbar_writer.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Toolbar tools - Writer '* diff --git a/testautomation/global/tools/includes/optional/t_treelist_tools.inc b/testautomation/global/tools/includes/optional/t_treelist_tools.inc index 0c1d17e62c91..5477022dc160 100755 --- a/testautomation/global/tools/includes/optional/t_treelist_tools.inc +++ b/testautomation/global/tools/includes/optional/t_treelist_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Helpers for accessing treelists '* diff --git a/testautomation/global/tools/includes/optional/t_ui_filters.inc b/testautomation/global/tools/includes/optional/t_ui_filters.inc old mode 100644 new mode 100755 index b76765e05069..7b9dd66e1a40 --- a/testautomation/global/tools/includes/optional/t_ui_filters.inc +++ b/testautomation/global/tools/includes/optional/t_ui_filters.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Get the UI names for default filters '* diff --git a/testautomation/global/tools/includes/optional/t_user_info.inc b/testautomation/global/tools/includes/optional/t_user_info.inc old mode 100644 new mode 100755 index 7ad00b9e539e..d4771be2e3c9 --- a/testautomation/global/tools/includes/optional/t_user_info.inc +++ b/testautomation/global/tools/includes/optional/t_user_info.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Extension Update Test '* diff --git a/testautomation/global/tools/includes/optional/t_xml1.inc b/testautomation/global/tools/includes/optional/t_xml1.inc old mode 100644 new mode 100755 index e84dad7ddf47..5afd05cbb22f --- a/testautomation/global/tools/includes/optional/t_xml1.inc +++ b/testautomation/global/tools/includes/optional/t_xml1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : helge.delfs@sun.com +'* Owner : helge.delfs@oracle.com '* '* short description : simple XML-Parser for XML-Files from Registration-Database and Routines to work with SAX-Parser in Testtool '* diff --git a/testautomation/global/tools/includes/optional/t_xml2.inc b/testautomation/global/tools/includes/optional/t_xml2.inc old mode 100644 new mode 100755 index 93bd725dbc38..46dc9b350393 --- a/testautomation/global/tools/includes/optional/t_xml2.inc +++ b/testautomation/global/tools/includes/optional/t_xml2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : XML search routines II '* diff --git a/testautomation/global/tools/includes/optional/t_xml_filter1.inc b/testautomation/global/tools/includes/optional/t_xml_filter1.inc old mode 100644 new mode 100755 index e82b7f17553f..7ccab1c0db88 --- a/testautomation/global/tools/includes/optional/t_xml_filter1.inc +++ b/testautomation/global/tools/includes/optional/t_xml_filter1.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tools / XML Filter Settings Resource Test '* diff --git a/testautomation/global/tools/includes/required/t_dir.inc b/testautomation/global/tools/includes/required/t_dir.inc index 04c4bd8956f9..ee673e6b1c47 100755 --- a/testautomation/global/tools/includes/required/t_dir.inc +++ b/testautomation/global/tools/includes/required/t_dir.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : functions for directories and files; execution happens in the office '* diff --git a/testautomation/global/tools/includes/required/t_doc1.inc b/testautomation/global/tools/includes/required/t_doc1.inc index 61c6afadab03..ff07554bca35 100644 --- a/testautomation/global/tools/includes/required/t_doc1.inc +++ b/testautomation/global/tools/includes/required/t_doc1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Global Routines for Document Handling '* diff --git a/testautomation/global/tools/includes/required/t_doc2.inc b/testautomation/global/tools/includes/required/t_doc2.inc index 4941d0fcf7ad..4192563b0eba 100755 --- a/testautomation/global/tools/includes/required/t_doc2.inc +++ b/testautomation/global/tools/includes/required/t_doc2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Global Routines for Document Handling; Part two '* diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc index d9da7ce5191a..4b0ddd09318b 100755 --- a/testautomation/global/tools/includes/required/t_files.inc +++ b/testautomation/global/tools/includes/required/t_files.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Global routines for loading, saving, printing, export '* diff --git a/testautomation/global/tools/includes/required/t_filters.inc b/testautomation/global/tools/includes/required/t_filters.inc index f6a2beca6eb0..afb1bf999c52 100755 --- a/testautomation/global/tools/includes/required/t_filters.inc +++ b/testautomation/global/tools/includes/required/t_filters.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Retrieve and set filternames and suffixes '* diff --git a/testautomation/global/tools/includes/required/t_lists.inc b/testautomation/global/tools/includes/required/t_lists.inc index f32db2f29277..9fa2172fbccf 100755 --- a/testautomation/global/tools/includes/required/t_lists.inc +++ b/testautomation/global/tools/includes/required/t_lists.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : general routines to work with lists (arrays) '* diff --git a/testautomation/global/tools/includes/required/t_menu.inc b/testautomation/global/tools/includes/required/t_menu.inc index a7c64b37865d..830012cc7dae 100755 --- a/testautomation/global/tools/includes/required/t_menu.inc +++ b/testautomation/global/tools/includes/required/t_menu.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : wrappers for accessing menues (context-, bar-, button- menues) '* diff --git a/testautomation/global/tools/includes/required/t_option.inc b/testautomation/global/tools/includes/required/t_option.inc old mode 100644 new mode 100755 index b94d4a028833..4f4467263072 --- a/testautomation/global/tools/includes/required/t_option.inc +++ b/testautomation/global/tools/includes/required/t_option.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : General option test (sub-routines for options tests) '* diff --git a/testautomation/global/tools/includes/required/t_option2.inc b/testautomation/global/tools/includes/required/t_option2.inc old mode 100644 new mode 100755 index 2b10f50ce00a..7e97c58d2848 --- a/testautomation/global/tools/includes/required/t_option2.inc +++ b/testautomation/global/tools/includes/required/t_option2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Tools library for options testcases '* diff --git a/testautomation/global/tools/includes/required/t_tools1.inc b/testautomation/global/tools/includes/required/t_tools1.inc index 7242d1c3653d..051afec0ad24 100755 --- a/testautomation/global/tools/includes/required/t_tools1.inc +++ b/testautomation/global/tools/includes/required/t_tools1.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : joerg.skottke@sun.com +'* owner : joerg.skottke@oracle.com '* '* short description : Tools (1) '* diff --git a/testautomation/global/tools/includes/required/t_tools2.inc b/testautomation/global/tools/includes/required/t_tools2.inc index 449977d9329d..76422a5e8108 100755 --- a/testautomation/global/tools/includes/required/t_tools2.inc +++ b/testautomation/global/tools/includes/required/t_tools2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Global Tools II '* diff --git a/testautomation/global/tools/includes/required/t_tools3.inc b/testautomation/global/tools/includes/required/t_tools3.inc index 987a6ded6bb6..4b29928a1b93 100755 --- a/testautomation/global/tools/includes/required/t_tools3.inc +++ b/testautomation/global/tools/includes/required/t_tools3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Global Tools III '* @@ -34,7 +34,7 @@ sub hToolbarSelect( sType as string, sOpen as boolean, optional SetToDefault as boolean ) Dim sDefault as integer, sKontext as string, sPosition as integer Dim SteppedThrough as boolean - '/// Created by helge.delfs@sun.com + '/// Created by helge.delfs@oracle.com '/// This function opens/closes a toolbar through View/Toolbar menu '/// Required parameters: '/// sType as string -> Name of the toolbar to be opened / closed @@ -840,7 +840,7 @@ sub hToolbarSelect( sType as string, sOpen as boolean, optional SetToDefault as end sub sub hCloseAllToolbars - '/// Created by thorsten.bosbach@sun.com + '/// Created by thorsten.bosbach@oracle.com '/// This function closes all known toolbars which are not docked '/// only if Build ID is below 8892 if (gBuild < 8892) AND (gBuild > 8888) then diff --git a/testautomation/global/tools/resetoffice.bas b/testautomation/global/tools/resetoffice.bas index e6566c15de0c..ca7590ad753f 100755 --- a/testautomation/global/tools/resetoffice.bas +++ b/testautomation/global/tools/resetoffice.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Exit the [Star|Open][Office|Suite][.org] and delete user directory '* diff --git a/testautomation/global/tools/wintree.bas b/testautomation/global/tools/wintree.bas index 944091e37f48..0d4c376316a0 100755 --- a/testautomation/global/tools/wintree.bas +++ b/testautomation/global/tools/wintree.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Show the complete window hierarchy '* diff --git a/testautomation/global/win/bars.win b/testautomation/global/win/bars.win index f2c40134d964..964027cbc7b2 100755 --- a/testautomation/global/win/bars.win +++ b/testautomation/global/win/bars.win @@ -26,7 +26,7 @@ '* '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* Description : Declaration of bars and buttons '* Note: To be in kmost cases compatible with old regresson diff --git a/testautomation/global/win/sys_dial.win b/testautomation/global/win/sys_dial.win index 4cacc4dda5cc..d25c83ba8997 100755 --- a/testautomation/global/win/sys_dial.win +++ b/testautomation/global/win/sys_dial.win @@ -127,7 +127,7 @@ OrdnerName fpicker:Edit:DLG_SVT_QUERYFOLDERNAME:ED_SVT_QUERYFOLDERNAME_DLG_NAME *TranslationWindow svtools:WorkWindow:TT_INLINE_TRANSLATION svtools:FloatingWindow:TT_INLINE_TRANSLATION ' **** specal longnames for bas test -' **** author marc.schwanz@sun.com +' **** author marc.neumann@oracle.com *MSC_Special_Dialog MSC_Super_ID *MSC_Special_Dialog2 MSC_Super_ID2 *MSC_Special_Dialog3 MSC_Super_ID3 diff --git a/testautomation/graphics/optional/d_export_graphic_a.bas b/testautomation/graphics/optional/d_export_graphic_a.bas old mode 100755 new mode 100644 index 406571f06a96..b5968240e024 --- a/testautomation/graphics/optional/d_export_graphic_a.bas +++ b/testautomation/graphics/optional/d_export_graphic_a.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Export Test - A-tests. (More durable ones) '* diff --git a/testautomation/graphics/optional/d_export_graphic_b.bas b/testautomation/graphics/optional/d_export_graphic_b.bas old mode 100755 new mode 100644 index a239feedf95c..97560705afc4 --- a/testautomation/graphics/optional/d_export_graphic_b.bas +++ b/testautomation/graphics/optional/d_export_graphic_b.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Export Test - B-tests. (the usual suspects) '* diff --git a/testautomation/graphics/optional/export_graphic_a.bas b/testautomation/graphics/optional/export_graphic_a.bas old mode 100755 new mode 100644 index 2460058af521..9dee4114b37f --- a/testautomation/graphics/optional/export_graphic_a.bas +++ b/testautomation/graphics/optional/export_graphic_a.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Export Test - A-tests. (More durable ones) '* diff --git a/testautomation/graphics/optional/export_graphic_b.bas b/testautomation/graphics/optional/export_graphic_b.bas old mode 100755 new mode 100644 index 65dd8ae13621..9502b5005625 --- a/testautomation/graphics/optional/export_graphic_b.bas +++ b/testautomation/graphics/optional/export_graphic_b.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Export Test - B-tests. (the usual suspects) '* diff --git a/testautomation/graphics/optional/g_accessability.bas b/testautomation/graphics/optional/g_accessability.bas index fc03755763b5..1113dcb4324f 100644 --- a/testautomation/graphics/optional/g_accessability.bas +++ b/testautomation/graphics/optional/g_accessability.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Accessability '* diff --git a/testautomation/graphics/optional/g_area.bas b/testautomation/graphics/optional/g_area.bas old mode 100755 new mode 100644 index 069066050810..3ad024ced1f6 --- a/testautomation/graphics/optional/g_area.bas +++ b/testautomation/graphics/optional/g_area.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Format Area '* diff --git a/testautomation/graphics/optional/g_arrangealign.bas b/testautomation/graphics/optional/g_arrangealign.bas old mode 100755 new mode 100644 index cfe68eb49a67..3d9f2e2ab4ab --- a/testautomation/graphics/optional/g_arrangealign.bas +++ b/testautomation/graphics/optional/g_arrangealign.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Arrange and Align '* diff --git a/testautomation/graphics/optional/g_autocorrection.bas b/testautomation/graphics/optional/g_autocorrection.bas old mode 100755 new mode 100644 index f00e0eb136f3..b4fb2af0b472 --- a/testautomation/graphics/optional/g_autocorrection.bas +++ b/testautomation/graphics/optional/g_autocorrection.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphic Function: Tools - Autocorrect '* diff --git a/testautomation/graphics/optional/g_character.bas b/testautomation/graphics/optional/g_character.bas old mode 100755 new mode 100644 index fcd4dff6907e..e13eccb813c3 --- a/testautomation/graphics/optional/g_character.bas +++ b/testautomation/graphics/optional/g_character.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Format - Character '* diff --git a/testautomation/graphics/optional/g_clipboard.bas b/testautomation/graphics/optional/g_clipboard.bas old mode 100755 new mode 100644 index 3f542e9964ea..47b48949a162 --- a/testautomation/graphics/optional/g_clipboard.bas +++ b/testautomation/graphics/optional/g_clipboard.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Clipboard '* diff --git a/testautomation/graphics/optional/g_clipexport.bas b/testautomation/graphics/optional/g_clipexport.bas old mode 100755 new mode 100644 index b1d25469e758..d75eef694394 --- a/testautomation/graphics/optional/g_clipexport.bas +++ b/testautomation/graphics/optional/g_clipexport.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Clipboard export Test '* diff --git a/testautomation/graphics/optional/g_convertto.bas b/testautomation/graphics/optional/g_convertto.bas index 4a1e76cfe04d..8283981462ee 100644 --- a/testautomation/graphics/optional/g_convertto.bas +++ b/testautomation/graphics/optional/g_convertto.bas @@ -1,73 +1,73 @@ -'encoding UTF-8 Do not remove or change this line! -'************************************************************************** -' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -' -' Copyright 2000, 2010 Oracle and/or its affiliates. -' -' OpenOffice.org - a multi-platform office productivity suite -' -' This file is part of OpenOffice.org. -' -' OpenOffice.org is free software: you can redistribute it and/or modify -' it under the terms of the GNU Lesser General Public License version 3 -' only, as published by the Free Software Foundation. -' -' OpenOffice.org is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU Lesser General Public License version 3 for more details -' (a copy is included in the LICENSE file that accompanied this code). -' -' You should have received a copy of the GNU Lesser General Public License -' version 3 along with OpenOffice.org. If not, see -' -' for a copy of the LGPLv3 License. -' -'/************************************************************************ -'* -'* Owner : wolfram.garten@sun.com -'* -'* short description : Graphics Function: Convert to ... -'* -'\****************************************************************** - -global Ueber_Text_1 as string -global Ueber_Text_2 as string -global Ueber_Text_3 as string - -sub main - PrintLog "------------------------- g_convertto test -------------------------" - Call hStatusIn ( "Graphics","g_convertto.bas") - - use "graphics\tools\id_tools.inc" - use "graphics\tools\id_tools_2.inc" - use "graphics\optional\includes\global\g_convertto.inc" - - PrintLog "-------------------------" + gApplication + "-------------------" - Call tiModifyConvertToPolygon - ' Call tdContextConvertIntoBitmap - Call tiAendernUmwandelnInKurve - Call tiAendernUmwandelnInPolygonGrafik - 'Call tiAendernUmwandelnIn3D - 'Call tiAendernUmwandelnIn3DRotationsKoerper - 'Call tiAendernUmwandelnInMetaFile - - gApplication = "DRAW" - PrintLog "-------------------------" + gApplication + "-------------------" - 'Call tiModifyConvertToPolygon - 'Call tdContextConvertIntoBitmap - 'Call tiAendernUmwandelnInKurve - 'Call tiAendernUmwandelnInPolygonGrafik - 'Call tiAendernUmwandelnIn3D - 'Call tiAendernUmwandelnIn3DRotationsKoerper - 'Call tiAendernUmwandelnInMetaFile - - Call hStatusOut -end sub - -sub LoadIncludeFiles - use "global\system\includes\master.inc" - use "global\system\includes\gvariabl.inc" - gApplication = "IMPRESS" - Call GetUseFiles -end sub +'encoding UTF-8 Do not remove or change this line! +'************************************************************************** +' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +' +' Copyright 2000, 2010 Oracle and/or its affiliates. +' +' OpenOffice.org - a multi-platform office productivity suite +' +' This file is part of OpenOffice.org. +' +' OpenOffice.org is free software: you can redistribute it and/or modify +' it under the terms of the GNU Lesser General Public License version 3 +' only, as published by the Free Software Foundation. +' +' OpenOffice.org is distributed in the hope that it will be useful, +' but WITHOUT ANY WARRANTY; without even the implied warranty of +' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +' GNU Lesser General Public License version 3 for more details +' (a copy is included in the LICENSE file that accompanied this code). +' +' You should have received a copy of the GNU Lesser General Public License +' version 3 along with OpenOffice.org. If not, see +' +' for a copy of the LGPLv3 License. +' +'/************************************************************************ +'* +'* Owner : wolfram.garten@oracle.com +'* +'* short description : Graphics Function: Convert to ... +'* +'\****************************************************************** + +global Ueber_Text_1 as string +global Ueber_Text_2 as string +global Ueber_Text_3 as string + +sub main + PrintLog "------------------------- g_convertto test -------------------------" + Call hStatusIn ( "Graphics","g_convertto.bas") + + use "graphics\tools\id_tools.inc" + use "graphics\tools\id_tools_2.inc" + use "graphics\optional\includes\global\g_convertto.inc" + + PrintLog "-------------------------" + gApplication + "-------------------" + Call tiModifyConvertToPolygon + Call tdContextConvertIntoBitmap + Call tiAendernUmwandelnInKurve + Call tiAendernUmwandelnInPolygonGrafik + Call tiAendernUmwandelnIn3D + Call tiAendernUmwandelnIn3DRotationsKoerper + Call tiAendernUmwandelnInMetaFile + + gApplication = "DRAW" + PrintLog "-------------------------" + gApplication + "-------------------" + Call tiModifyConvertToPolygon + Call tdContextConvertIntoBitmap + Call tiAendernUmwandelnInKurve + Call tiAendernUmwandelnInPolygonGrafik + Call tiAendernUmwandelnIn3D + Call tiAendernUmwandelnIn3DRotationsKoerper + Call tiAendernUmwandelnInMetaFile + + Call hStatusOut +end sub + +sub LoadIncludeFiles + use "global\system\includes\master.inc" + use "global\system\includes\gvariabl.inc" + gApplication = "IMPRESS" + Call GetUseFiles +end sub diff --git a/testautomation/graphics/optional/g_crossfading.bas b/testautomation/graphics/optional/g_crossfading.bas index 1520f995e8ab..0c8102e70bde 100644 --- a/testautomation/graphics/optional/g_crossfading.bas +++ b/testautomation/graphics/optional/g_crossfading.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphic Optional Test for Edit/Crossfading '* diff --git a/testautomation/graphics/optional/g_customshapes.bas b/testautomation/graphics/optional/g_customshapes.bas index f759be72f680..960fb7a2e19b 100644 --- a/testautomation/graphics/optional/g_customshapes.bas +++ b/testautomation/graphics/optional/g_customshapes.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Customshapes '* diff --git a/testautomation/graphics/optional/g_demoguide.bas b/testautomation/graphics/optional/g_demoguide.bas old mode 100755 new mode 100644 index 62e0e487ca89..c3a8fe861724 --- a/testautomation/graphics/optional/g_demoguide.bas +++ b/testautomation/graphics/optional/g_demoguide.bas @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : testcase to check the demo guide '* diff --git a/testautomation/graphics/optional/g_dimensions.bas b/testautomation/graphics/optional/g_dimensions.bas old mode 100755 new mode 100644 index 1ebbb15e3c31..3644dfd3b0d8 --- a/testautomation/graphics/optional/g_dimensions.bas +++ b/testautomation/graphics/optional/g_dimensions.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Dimensioning Line '* diff --git a/testautomation/graphics/optional/g_edit.bas b/testautomation/graphics/optional/g_edit.bas old mode 100755 new mode 100644 index f99f9e34e0fc..305967f73112 --- a/testautomation/graphics/optional/g_edit.bas +++ b/testautomation/graphics/optional/g_edit.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Edit '* diff --git a/testautomation/graphics/optional/g_export_html.bas b/testautomation/graphics/optional/g_export_html.bas old mode 100755 new mode 100644 index c561f244c214..faa2783b6d2f --- a/testautomation/graphics/optional/g_export_html.bas +++ b/testautomation/graphics/optional/g_export_html.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Export to HTML '* diff --git a/testautomation/graphics/optional/g_findreplace.bas b/testautomation/graphics/optional/g_findreplace.bas old mode 100755 new mode 100644 index 55cd9ee405d1..9de7acfa2bc5 --- a/testautomation/graphics/optional/g_findreplace.bas +++ b/testautomation/graphics/optional/g_findreplace.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Optional Find and Replace Test '* diff --git a/testautomation/graphics/optional/g_format.bas b/testautomation/graphics/optional/g_format.bas old mode 100755 new mode 100644 index 1ee537573a5f..1c03f7bf8801 --- a/testautomation/graphics/optional/g_format.bas +++ b/testautomation/graphics/optional/g_format.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Format '* diff --git a/testautomation/graphics/optional/g_group.bas b/testautomation/graphics/optional/g_group.bas index f8d16e653c9c..93f542bcc027 100644 --- a/testautomation/graphics/optional/g_group.bas +++ b/testautomation/graphics/optional/g_group.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Group '* diff --git a/testautomation/graphics/optional/g_imagemap.bas b/testautomation/graphics/optional/g_imagemap.bas old mode 100755 new mode 100644 index 20a785548c7c..b2dd4a62c182 --- a/testautomation/graphics/optional/g_imagemap.bas +++ b/testautomation/graphics/optional/g_imagemap.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: ImageMap '* diff --git a/testautomation/graphics/optional/g_insert.bas b/testautomation/graphics/optional/g_insert.bas old mode 100755 new mode 100644 index bae6d277c98f..a006e2f04c3e --- a/testautomation/graphics/optional/g_insert.bas +++ b/testautomation/graphics/optional/g_insert.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Insert '* diff --git a/testautomation/graphics/optional/g_line.bas b/testautomation/graphics/optional/g_line.bas index 867621aa88b0..c1327e21bc96 100644 --- a/testautomation/graphics/optional/g_line.bas +++ b/testautomation/graphics/optional/g_line.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Format - Line '* diff --git a/testautomation/graphics/optional/g_load_save.bas b/testautomation/graphics/optional/g_load_save.bas old mode 100755 new mode 100644 index 5ee50f636ea7..b68da93657fc --- a/testautomation/graphics/optional/g_load_save.bas +++ b/testautomation/graphics/optional/g_load_save.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Load and Save '* diff --git a/testautomation/graphics/optional/g_mediaplayer.bas b/testautomation/graphics/optional/g_mediaplayer.bas old mode 100755 new mode 100644 index 3e25c88b3e1f..e237ce752a2d --- a/testautomation/graphics/optional/g_mediaplayer.bas +++ b/testautomation/graphics/optional/g_mediaplayer.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Mediaplayer-functionallity '* diff --git a/testautomation/graphics/optional/g_navigator.bas b/testautomation/graphics/optional/g_navigator.bas old mode 100755 new mode 100644 index 41b1babec1ed..cc165c76b37e --- a/testautomation/graphics/optional/g_navigator.bas +++ b/testautomation/graphics/optional/g_navigator.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Navigator '* diff --git a/testautomation/graphics/optional/g_ole.bas b/testautomation/graphics/optional/g_ole.bas index 6409388ef2f6..98f99e4ab931 100644 --- a/testautomation/graphics/optional/g_ole.bas +++ b/testautomation/graphics/optional/g_ole.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Ole-behaviour '* diff --git a/testautomation/graphics/optional/g_paneview.bas b/testautomation/graphics/optional/g_paneview.bas old mode 100755 new mode 100644 index da1043ba6e63..021a95cfbfad --- a/testautomation/graphics/optional/g_paneview.bas +++ b/testautomation/graphics/optional/g_paneview.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Paneview-behaviour '* diff --git a/testautomation/graphics/optional/g_paragraph.bas b/testautomation/graphics/optional/g_paragraph.bas old mode 100755 new mode 100644 index e45fa68c7ce4..502728773a6e --- a/testautomation/graphics/optional/g_paragraph.bas +++ b/testautomation/graphics/optional/g_paragraph.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Format - Paragraph '* diff --git a/testautomation/graphics/optional/g_savepictureas.bas b/testautomation/graphics/optional/g_savepictureas.bas index e3c5f3fc5b8d..332632dcdac6 100644 --- a/testautomation/graphics/optional/g_savepictureas.bas +++ b/testautomation/graphics/optional/g_savepictureas.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Contextmenu-SaveAs Picture -Test '* diff --git a/testautomation/graphics/optional/g_shaddow.bas b/testautomation/graphics/optional/g_shaddow.bas old mode 100755 new mode 100644 index cdfc24c2ea90..c6e963ae1658 --- a/testautomation/graphics/optional/g_shaddow.bas +++ b/testautomation/graphics/optional/g_shaddow.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ ' * -' * Owner : wolfram.garten@sun.com +' * Owner : wolfram.garten@oracle.com ' * ' * short description : Shaddow Optional Test ' * diff --git a/testautomation/graphics/optional/g_slidelayer.bas b/testautomation/graphics/optional/g_slidelayer.bas old mode 100755 new mode 100644 index ba444adbd71c..3ffd9a4ab37a --- a/testautomation/graphics/optional/g_slidelayer.bas +++ b/testautomation/graphics/optional/g_slidelayer.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Slide and Layer '* diff --git a/testautomation/graphics/optional/g_spellcheck.bas b/testautomation/graphics/optional/g_spellcheck.bas old mode 100755 new mode 100644 index bc975337b1d9..7dad1b0d9e40 --- a/testautomation/graphics/optional/g_spellcheck.bas +++ b/testautomation/graphics/optional/g_spellcheck.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Tools - Spellcheck '* diff --git a/testautomation/graphics/optional/g_stylist.bas b/testautomation/graphics/optional/g_stylist.bas old mode 100755 new mode 100644 index 0e3b66922af2..50da6610c41a --- a/testautomation/graphics/optional/g_stylist.bas +++ b/testautomation/graphics/optional/g_stylist.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Stylist '* diff --git a/testautomation/graphics/optional/g_tables.bas b/testautomation/graphics/optional/g_tables.bas old mode 100755 new mode 100644 index 4d4979631839..dee2e14c67a5 --- a/testautomation/graphics/optional/g_tables.bas +++ b/testautomation/graphics/optional/g_tables.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Testing of impress tables '* diff --git a/testautomation/graphics/optional/g_toolbars.bas b/testautomation/graphics/optional/g_toolbars.bas old mode 100755 new mode 100644 index 12ff49f97cc9..b643e02c9e9b --- a/testautomation/graphics/optional/g_toolbars.bas +++ b/testautomation/graphics/optional/g_toolbars.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Toolbars '* diff --git a/testautomation/graphics/optional/g_tools.bas b/testautomation/graphics/optional/g_tools.bas index 272840602ac4..4e79a89ca469 100644 --- a/testautomation/graphics/optional/g_tools.bas +++ b/testautomation/graphics/optional/g_tools.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Tools '* diff --git a/testautomation/graphics/optional/g_zoom.bas b/testautomation/graphics/optional/g_zoom.bas old mode 100755 new mode 100644 index 204338131c63..1b494950ce44 --- a/testautomation/graphics/optional/g_zoom.bas +++ b/testautomation/graphics/optional/g_zoom.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Zoom '* diff --git a/testautomation/graphics/optional/gallery.bas b/testautomation/graphics/optional/gallery.bas old mode 100755 new mode 100644 index c26526ee7791..9b81954f8902 --- a/testautomation/graphics/optional/gallery.bas +++ b/testautomation/graphics/optional/gallery.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : (quick test) Checking functionality and all Gallery themes '* diff --git a/testautomation/graphics/optional/gallery2.bas b/testautomation/graphics/optional/gallery2.bas old mode 100755 new mode 100644 index ca0ef0ad3bcb..d467b0a74876 --- a/testautomation/graphics/optional/gallery2.bas +++ b/testautomation/graphics/optional/gallery2.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : (long duration! > 6h) Testing all Gallery items '* diff --git a/testautomation/graphics/optional/i_animation.bas b/testautomation/graphics/optional/i_animation.bas index 6b2c4851a28a..85503fc790c1 100644 --- a/testautomation/graphics/optional/i_animation.bas +++ b/testautomation/graphics/optional/i_animation.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Function: Animation '* diff --git a/testautomation/graphics/optional/i_headerfooter.bas b/testautomation/graphics/optional/i_headerfooter.bas old mode 100755 new mode 100644 index 2ed85c89553c..e050b914ca9e --- a/testautomation/graphics/optional/i_headerfooter.bas +++ b/testautomation/graphics/optional/i_headerfooter.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Header and Footer '* diff --git a/testautomation/graphics/optional/i_only_updt_1.bas b/testautomation/graphics/optional/i_only_updt_1.bas old mode 100755 new mode 100644 index cd14cca268dc..fd1e4ae68215 --- a/testautomation/graphics/optional/i_only_updt_1.bas +++ b/testautomation/graphics/optional/i_only_updt_1.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Only Required Test (Part 1) '* diff --git a/testautomation/graphics/optional/i_only_updt_2.bas b/testautomation/graphics/optional/i_only_updt_2.bas old mode 100755 new mode 100644 index 13faba0d6f2f..7b35dbab5740 --- a/testautomation/graphics/optional/i_only_updt_2.bas +++ b/testautomation/graphics/optional/i_only_updt_2.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Only Required (Test Part 2) '* diff --git a/testautomation/graphics/optional/i_pengine.bas b/testautomation/graphics/optional/i_pengine.bas old mode 100755 new mode 100644 index 994d3486736e..5ddefe26ca94 --- a/testautomation/graphics/optional/i_pengine.bas +++ b/testautomation/graphics/optional/i_pengine.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ ' * -' * Owner : wolfram.garten@sun.com +' * Owner : wolfram.garten@oracle.com ' * ' * short description : Presentation-Engine Optional Test ' * diff --git a/testautomation/graphics/optional/i_saveloadlayout.bas b/testautomation/graphics/optional/i_saveloadlayout.bas index 08fc52a44270..137007da7c8f 100644 --- a/testautomation/graphics/optional/i_saveloadlayout.bas +++ b/testautomation/graphics/optional/i_saveloadlayout.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Save & Load testing of Layout -templates. '* diff --git a/testautomation/graphics/optional/i_shape.bas b/testautomation/graphics/optional/i_shape.bas old mode 100755 new mode 100644 index e92e97898448..0ebb3c1e4864 --- a/testautomation/graphics/optional/i_shape.bas +++ b/testautomation/graphics/optional/i_shape.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Import presentations with shapes in .ppt format '* diff --git a/testautomation/graphics/optional/i_slidecopy.bas b/testautomation/graphics/optional/i_slidecopy.bas index cc1ac3f9d7bd..c780904e542d 100644 --- a/testautomation/graphics/optional/i_slidecopy.bas +++ b/testautomation/graphics/optional/i_slidecopy.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Slidecopy-behaviour '* diff --git a/testautomation/graphics/optional/i_slideshow.bas b/testautomation/graphics/optional/i_slideshow.bas old mode 100755 new mode 100644 index 30d309dc41f9..8a9062c87c05 --- a/testautomation/graphics/optional/i_slideshow.bas +++ b/testautomation/graphics/optional/i_slideshow.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Function: Slideshow '* diff --git a/testautomation/graphics/optional/i_us_presentation.bas b/testautomation/graphics/optional/i_us_presentation.bas old mode 100755 new mode 100644 index a9f95f97d23c..fc1196fdb182 --- a/testautomation/graphics/optional/i_us_presentation.bas +++ b/testautomation/graphics/optional/i_us_presentation.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics User-scenario-test: 2 Users creates Presentations. '* diff --git a/testautomation/graphics/optional/i_view.bas b/testautomation/graphics/optional/i_view.bas old mode 100755 new mode 100644 index eab1e9fdfc06..7dacea82d1b2 --- a/testautomation/graphics/optional/i_view.bas +++ b/testautomation/graphics/optional/i_view.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Function: View '* diff --git a/testautomation/graphics/optional/includes/draw/d_002_.inc b/testautomation/graphics/optional/includes/draw/d_002_.inc index d3d0ee81a9c3..9b2f267a0729 100644 --- a/testautomation/graphics/optional/includes/draw/d_002_.inc +++ b/testautomation/graphics/optional/includes/draw/d_002_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/draw/d_003_.inc b/testautomation/graphics/optional/includes/draw/d_003_.inc index 3a7c7da12c38..744461061559 100644 --- a/testautomation/graphics/optional/includes/draw/d_003_.inc +++ b/testautomation/graphics/optional/includes/draw/d_003_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/draw/d_005_.inc b/testautomation/graphics/optional/includes/draw/d_005_.inc index 046e0bd76a30..6c3e7b2484df 100644 --- a/testautomation/graphics/optional/includes/draw/d_005_.inc +++ b/testautomation/graphics/optional/includes/draw/d_005_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/draw/d_007.inc b/testautomation/graphics/optional/includes/draw/d_007.inc index 6582ff2c34c1..89fef373f161 100644 --- a/testautomation/graphics/optional/includes/draw/d_007.inc +++ b/testautomation/graphics/optional/includes/draw/d_007.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/export_graphic.inc b/testautomation/graphics/optional/includes/global/export_graphic.inc index e1d1479f5ee1..fd2cf45f9800 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Export A-tests '* diff --git a/testautomation/graphics/optional/includes/global/export_graphic_2.inc b/testautomation/graphics/optional/includes/global/export_graphic_2.inc index 2a2cbac2020a..5e0a2f3ec811 100644 --- a/testautomation/graphics/optional/includes/global/export_graphic_2.inc +++ b/testautomation/graphics/optional/includes/global/export_graphic_2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics Export B-tests. (the usual suspects) '* diff --git a/testautomation/graphics/optional/includes/global/g_accessability.inc b/testautomation/graphics/optional/includes/global/g_accessability.inc index 8d59b0c6b387..6fa992308c44 100644 --- a/testautomation/graphics/optional/includes/global/g_accessability.inc +++ b/testautomation/graphics/optional/includes/global/g_accessability.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Accessability '* diff --git a/testautomation/graphics/optional/includes/global/g_area.inc b/testautomation/graphics/optional/includes/global/g_area.inc index caab5801a075..758044290d45 100644 --- a/testautomation/graphics/optional/includes/global/g_area.inc +++ b/testautomation/graphics/optional/includes/global/g_area.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_arrangealign.inc b/testautomation/graphics/optional/includes/global/g_arrangealign.inc index 16f0ca213d26..48c6599efa72 100644 --- a/testautomation/graphics/optional/includes/global/g_arrangealign.inc +++ b/testautomation/graphics/optional/includes/global/g_arrangealign.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_autocorrection.inc b/testautomation/graphics/optional/includes/global/g_autocorrection.inc index 447808b4bc8e..731c9e0ed21f 100644 --- a/testautomation/graphics/optional/includes/global/g_autocorrection.inc +++ b/testautomation/graphics/optional/includes/global/g_autocorrection.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_character.inc b/testautomation/graphics/optional/includes/global/g_character.inc index 31b4f364c50c..a9d578665c5a 100644 --- a/testautomation/graphics/optional/includes/global/g_character.inc +++ b/testautomation/graphics/optional/includes/global/g_character.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_clipboard.inc b/testautomation/graphics/optional/includes/global/g_clipboard.inc index 9bc85a4bbad1..4c1900876565 100644 --- a/testautomation/graphics/optional/includes/global/g_clipboard.inc +++ b/testautomation/graphics/optional/includes/global/g_clipboard.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_clipexport.inc b/testautomation/graphics/optional/includes/global/g_clipexport.inc index 91357e867937..64385ffd78c3 100644 --- a/testautomation/graphics/optional/includes/global/g_clipexport.inc +++ b/testautomation/graphics/optional/includes/global/g_clipexport.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Tests the clipboard-function with a rectangle '* diff --git a/testautomation/graphics/optional/includes/global/g_clipexport2.inc b/testautomation/graphics/optional/includes/global/g_clipexport2.inc index c8dfe7f52d91..fae2cdcc7820 100644 --- a/testautomation/graphics/optional/includes/global/g_clipexport2.inc +++ b/testautomation/graphics/optional/includes/global/g_clipexport2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_clipexport3.inc b/testautomation/graphics/optional/includes/global/g_clipexport3.inc index c51d92eb3fed..5a6e86ac2a9c 100644 --- a/testautomation/graphics/optional/includes/global/g_clipexport3.inc +++ b/testautomation/graphics/optional/includes/global/g_clipexport3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Procedures for the Clipboard-Export-Test '* diff --git a/testautomation/graphics/optional/includes/global/g_convertto.inc b/testautomation/graphics/optional/includes/global/g_convertto.inc index 8acac43a45fc..33eb157bc465 100644 --- a/testautomation/graphics/optional/includes/global/g_convertto.inc +++ b/testautomation/graphics/optional/includes/global/g_convertto.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_crossfading.inc b/testautomation/graphics/optional/includes/global/g_crossfading.inc index 275f1ee49839..0d7142b9ae46 100644 --- a/testautomation/graphics/optional/includes/global/g_crossfading.inc +++ b/testautomation/graphics/optional/includes/global/g_crossfading.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_customshapes.inc b/testautomation/graphics/optional/includes/global/g_customshapes.inc index 850356821d2f..28c2e22ed301 100644 --- a/testautomation/graphics/optional/includes/global/g_customshapes.inc +++ b/testautomation/graphics/optional/includes/global/g_customshapes.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Customshapes-test '* diff --git a/testautomation/graphics/optional/includes/global/g_demoguide.inc b/testautomation/graphics/optional/includes/global/g_demoguide.inc index 8da45a872259..54a3a67c58d0 100644 --- a/testautomation/graphics/optional/includes/global/g_demoguide.inc +++ b/testautomation/graphics/optional/includes/global/g_demoguide.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : testcase to check the demo guide '* diff --git a/testautomation/graphics/optional/includes/global/g_dimensions.inc b/testautomation/graphics/optional/includes/global/g_dimensions.inc index 3d48ad7327ab..5980903828e0 100644 --- a/testautomation/graphics/optional/includes/global/g_dimensions.inc +++ b/testautomation/graphics/optional/includes/global/g_dimensions.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_edit.inc b/testautomation/graphics/optional/includes/global/g_edit.inc index 6313865b8912..869e6730cf0d 100644 --- a/testautomation/graphics/optional/includes/global/g_edit.inc +++ b/testautomation/graphics/optional/includes/global/g_edit.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_export_html.inc b/testautomation/graphics/optional/includes/global/g_export_html.inc index 5f6e9fa6040a..6b91cdef26fd 100644 --- a/testautomation/graphics/optional/includes/global/g_export_html.inc +++ b/testautomation/graphics/optional/includes/global/g_export_html.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* @@ -49,7 +49,7 @@ testcase tHtmlExport hToolsOptions ("STAROFFICE","USERDATA") VorName.SetText "Garfield" ZuName.SetText "Peanuts" - EMail.SetText "recumbent@sun.com" + EMail.SetText "recumbent@oracle.com" Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.OK @@ -197,8 +197,8 @@ testcase tHtmlExport end if sTemp = EMail.GetText Adresse1=EMail.GetText - if (sTemp <> "recumbent@sun.com") then - warnlog "Value for 'Email' is other than expected, should be 'recumbent@sun.com', is: '"+sTemp+"'" + if (sTemp <> "recumbent@oracle.com") then + warnlog "Value for 'Email' is other than expected, should be 'recumbent@oracle.com', is: '"+sTemp+"'" end if printlog "set text in field 'your homepage' " Homepage.SetText "mahler" diff --git a/testautomation/graphics/optional/includes/global/g_find_replace.inc b/testautomation/graphics/optional/includes/global/g_find_replace.inc old mode 100755 new mode 100644 index f49de3b03d35..4f6a045578e0 --- a/testautomation/graphics/optional/includes/global/g_find_replace.inc +++ b/testautomation/graphics/optional/includes/global/g_find_replace.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Edit -> Find & Replace '* diff --git a/testautomation/graphics/optional/includes/global/g_format.inc b/testautomation/graphics/optional/includes/global/g_format.inc index 2e2f1b0368ff..8cf37d5432a3 100644 --- a/testautomation/graphics/optional/includes/global/g_format.inc +++ b/testautomation/graphics/optional/includes/global/g_format.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_group.inc b/testautomation/graphics/optional/includes/global/g_group.inc index 3023e673a526..a11b809355ce 100644 --- a/testautomation/graphics/optional/includes/global/g_group.inc +++ b/testautomation/graphics/optional/includes/global/g_group.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_imagemap.inc b/testautomation/graphics/optional/includes/global/g_imagemap.inc index c8bee2af8537..de53fdb6f647 100644 --- a/testautomation/graphics/optional/includes/global/g_imagemap.inc +++ b/testautomation/graphics/optional/includes/global/g_imagemap.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_insert.inc b/testautomation/graphics/optional/includes/global/g_insert.inc index fbc787eac29a..44d9030413ea 100644 --- a/testautomation/graphics/optional/includes/global/g_insert.inc +++ b/testautomation/graphics/optional/includes/global/g_insert.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* @@ -167,7 +167,7 @@ testcase tInsertFields hToolsOptions ("STAROFFICE","USERDATA") VorName.SetText "Garfield" ZuName.SetText "Peanuts" - EMail.SetText "recumbent@sun.com" + EMail.SetText "recumbent@oracle.com" Kontext "ExtrasOptionenDlg" ExtrasOptionenDlg.OK diff --git a/testautomation/graphics/optional/includes/global/g_line.inc b/testautomation/graphics/optional/includes/global/g_line.inc index 55869c258f43..adc573a16e48 100644 --- a/testautomation/graphics/optional/includes/global/g_line.inc +++ b/testautomation/graphics/optional/includes/global/g_line.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_load_save.inc b/testautomation/graphics/optional/includes/global/g_load_save.inc index 6622c9c7a452..8d64e158eb2a 100644 --- a/testautomation/graphics/optional/includes/global/g_load_save.inc +++ b/testautomation/graphics/optional/includes/global/g_load_save.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_mediaplayer.inc b/testautomation/graphics/optional/includes/global/g_mediaplayer.inc index 01fe8137ef64..5961a2132467 100644 --- a/testautomation/graphics/optional/includes/global/g_mediaplayer.inc +++ b/testautomation/graphics/optional/includes/global/g_mediaplayer.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : g_mediaplayer.inc '* diff --git a/testautomation/graphics/optional/includes/global/g_navigator.inc b/testautomation/graphics/optional/includes/global/g_navigator.inc index 7f4c06d6d979..4b9ef8948ab8 100644 --- a/testautomation/graphics/optional/includes/global/g_navigator.inc +++ b/testautomation/graphics/optional/includes/global/g_navigator.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_ole.inc b/testautomation/graphics/optional/includes/global/g_ole.inc index 84ff10294e6d..56a23c5fb021 100644 --- a/testautomation/graphics/optional/includes/global/g_ole.inc +++ b/testautomation/graphics/optional/includes/global/g_ole.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description: includefile for Ole-testing '* diff --git a/testautomation/graphics/optional/includes/global/g_paneview.inc b/testautomation/graphics/optional/includes/global/g_paneview.inc index 28e679367f08..a2e7bdb87266 100644 --- a/testautomation/graphics/optional/includes/global/g_paneview.inc +++ b/testautomation/graphics/optional/includes/global/g_paneview.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description: includefile for Paneview-testing '* diff --git a/testautomation/graphics/optional/includes/global/g_paragraph.inc b/testautomation/graphics/optional/includes/global/g_paragraph.inc index 5ba028ca5244..69f145230d2a 100644 --- a/testautomation/graphics/optional/includes/global/g_paragraph.inc +++ b/testautomation/graphics/optional/includes/global/g_paragraph.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_savepictureas.inc b/testautomation/graphics/optional/includes/global/g_savepictureas.inc index 3888cf31d39e..bbf9776b7ece 100644 --- a/testautomation/graphics/optional/includes/global/g_savepictureas.inc +++ b/testautomation/graphics/optional/includes/global/g_savepictureas.inc @@ -25,7 +25,7 @@ ' '/******************************************************************** '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics ContextMenu -SavePictureAs -Test '* diff --git a/testautomation/graphics/optional/includes/global/g_shaddow.inc b/testautomation/graphics/optional/includes/global/g_shaddow.inc index 0a7708086371..1dfd01f305aa 100644 --- a/testautomation/graphics/optional/includes/global/g_shaddow.inc +++ b/testautomation/graphics/optional/includes/global/g_shaddow.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Tests the shaddow-function on a picture '* diff --git a/testautomation/graphics/optional/includes/global/g_slidelayer.inc b/testautomation/graphics/optional/includes/global/g_slidelayer.inc index 4064ca5e9f45..a28526305d75 100644 --- a/testautomation/graphics/optional/includes/global/g_slidelayer.inc +++ b/testautomation/graphics/optional/includes/global/g_slidelayer.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_spellcheck.inc b/testautomation/graphics/optional/includes/global/g_spellcheck.inc index 9780cb9933dc..74f6177287ef 100644 --- a/testautomation/graphics/optional/includes/global/g_spellcheck.inc +++ b/testautomation/graphics/optional/includes/global/g_spellcheck.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_stylist.inc b/testautomation/graphics/optional/includes/global/g_stylist.inc index fe9a1e28dabb..fab547eb5d3b 100644 --- a/testautomation/graphics/optional/includes/global/g_stylist.inc +++ b/testautomation/graphics/optional/includes/global/g_stylist.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_tables.inc b/testautomation/graphics/optional/includes/global/g_tables.inc index ca5fc625c4ab..94a76349e948 100644 --- a/testautomation/graphics/optional/includes/global/g_tables.inc +++ b/testautomation/graphics/optional/includes/global/g_tables.inc @@ -25,7 +25,7 @@ ' '/****************************************************************** '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Testing of impress tables '* diff --git a/testautomation/graphics/optional/includes/global/g_toolbars.inc b/testautomation/graphics/optional/includes/global/g_toolbars.inc index 10ea5cdba195..9f8d8a6b2fb4 100644 --- a/testautomation/graphics/optional/includes/global/g_toolbars.inc +++ b/testautomation/graphics/optional/includes/global/g_toolbars.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/g_tools.inc b/testautomation/graphics/optional/includes/global/g_tools.inc index 2d802af5b40c..b760ad7b1b0f 100644 --- a/testautomation/graphics/optional/includes/global/g_tools.inc +++ b/testautomation/graphics/optional/includes/global/g_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : will be moved to autocorrection.bas/inc '* diff --git a/testautomation/graphics/optional/includes/global/g_zoom.inc b/testautomation/graphics/optional/includes/global/g_zoom.inc index 30a6798d9082..c82b6743966a 100644 --- a/testautomation/graphics/optional/includes/global/g_zoom.inc +++ b/testautomation/graphics/optional/includes/global/g_zoom.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/gallery.inc b/testautomation/graphics/optional/includes/global/gallery.inc old mode 100755 new mode 100644 index 8398395c3653..6eca0a5276e3 --- a/testautomation/graphics/optional/includes/global/gallery.inc +++ b/testautomation/graphics/optional/includes/global/gallery.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Global Required/resource test: Checking the gallery '* diff --git a/testautomation/graphics/optional/includes/global/gallery2.inc b/testautomation/graphics/optional/includes/global/gallery2.inc index b86cedcf8154..d46d0ae4a99c 100644 --- a/testautomation/graphics/optional/includes/global/gallery2.inc +++ b/testautomation/graphics/optional/includes/global/gallery2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Checking all gallery themes '* diff --git a/testautomation/graphics/optional/includes/global/id_001.inc b/testautomation/graphics/optional/includes/global/id_001.inc index 2bbca902b249..15a99c0d3f23 100644 --- a/testautomation/graphics/optional/includes/global/id_001.inc +++ b/testautomation/graphics/optional/includes/global/id_001.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/id_002.inc b/testautomation/graphics/optional/includes/global/id_002.inc index feca54dac85e..c199ab998524 100644 --- a/testautomation/graphics/optional/includes/global/id_002.inc +++ b/testautomation/graphics/optional/includes/global/id_002.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/id_003.inc b/testautomation/graphics/optional/includes/global/id_003.inc index 371b0699fc8f..4ada1beaaea4 100644 --- a/testautomation/graphics/optional/includes/global/id_003.inc +++ b/testautomation/graphics/optional/includes/global/id_003.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/id_004.inc b/testautomation/graphics/optional/includes/global/id_004.inc index ff1317ce5d01..2e1aa6db3cd1 100644 --- a/testautomation/graphics/optional/includes/global/id_004.inc +++ b/testautomation/graphics/optional/includes/global/id_004.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/id_005.inc b/testautomation/graphics/optional/includes/global/id_005.inc old mode 100755 new mode 100644 index 0741bc82c8a9..4aefb701a861 --- a/testautomation/graphics/optional/includes/global/id_005.inc +++ b/testautomation/graphics/optional/includes/global/id_005.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/id_006.inc b/testautomation/graphics/optional/includes/global/id_006.inc index d41b0c08e688..bcbfa3d7c24b 100644 --- a/testautomation/graphics/optional/includes/global/id_006.inc +++ b/testautomation/graphics/optional/includes/global/id_006.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/id_007.inc b/testautomation/graphics/optional/includes/global/id_007.inc index 214b468e04d5..bbc870953f3a 100644 --- a/testautomation/graphics/optional/includes/global/id_007.inc +++ b/testautomation/graphics/optional/includes/global/id_007.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/id_008.inc b/testautomation/graphics/optional/includes/global/id_008.inc index 0efbf5add49d..654cae0f00df 100644 --- a/testautomation/graphics/optional/includes/global/id_008.inc +++ b/testautomation/graphics/optional/includes/global/id_008.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/global/id_009.inc b/testautomation/graphics/optional/includes/global/id_009.inc index ff8f41a10917..7096a1a860a9 100644 --- a/testautomation/graphics/optional/includes/global/id_009.inc +++ b/testautomation/graphics/optional/includes/global/id_009.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Testcases to test the Help-Menu. '* diff --git a/testautomation/graphics/optional/includes/global/id_011.inc b/testautomation/graphics/optional/includes/global/id_011.inc index 6c2ecd7ff08c..b1880d0982e8 100644 --- a/testautomation/graphics/optional/includes/global/id_011.inc +++ b/testautomation/graphics/optional/includes/global/id_011.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/impress/i_animation.inc b/testautomation/graphics/optional/includes/impress/i_animation.inc index 471ef1fada85..8ee7777e5994 100644 --- a/testautomation/graphics/optional/includes/impress/i_animation.inc +++ b/testautomation/graphics/optional/includes/impress/i_animation.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/impress/i_headerfooter.inc b/testautomation/graphics/optional/includes/impress/i_headerfooter.inc index 4237e7a070ca..3e4c54551525 100644 --- a/testautomation/graphics/optional/includes/impress/i_headerfooter.inc +++ b/testautomation/graphics/optional/includes/impress/i_headerfooter.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Tests the header-footer-function in Impress '* diff --git a/testautomation/graphics/optional/includes/impress/i_pengine.inc b/testautomation/graphics/optional/includes/impress/i_pengine.inc index 2d90d038b5d7..4f19f254b055 100644 --- a/testautomation/graphics/optional/includes/impress/i_pengine.inc +++ b/testautomation/graphics/optional/includes/impress/i_pengine.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Tests the shaddow-function on a picture '* diff --git a/testautomation/graphics/optional/includes/impress/i_pengine1.inc b/testautomation/graphics/optional/includes/impress/i_pengine1.inc index 5307cd665abd..44f531c47fcd 100644 --- a/testautomation/graphics/optional/includes/impress/i_pengine1.inc +++ b/testautomation/graphics/optional/includes/impress/i_pengine1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Tests the Engine for Presentation '* diff --git a/testautomation/graphics/optional/includes/impress/i_pengine2.inc b/testautomation/graphics/optional/includes/impress/i_pengine2.inc index f10b77f30db3..f1fa908cf7b7 100644 --- a/testautomation/graphics/optional/includes/impress/i_pengine2.inc +++ b/testautomation/graphics/optional/includes/impress/i_pengine2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Tests the Presentation-Engines effects '* diff --git a/testautomation/graphics/optional/includes/impress/i_saveloadlayout.inc b/testautomation/graphics/optional/includes/impress/i_saveloadlayout.inc index e5dbf1f53cc2..06a7ac89cf9d 100644 --- a/testautomation/graphics/optional/includes/impress/i_saveloadlayout.inc +++ b/testautomation/graphics/optional/includes/impress/i_saveloadlayout.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description: Save & Load testing of Layout -templates. '* diff --git a/testautomation/graphics/optional/includes/impress/i_shape.inc b/testautomation/graphics/optional/includes/impress/i_shape.inc index cd29dbb62e31..c33c92f2ec0f 100644 --- a/testautomation/graphics/optional/includes/impress/i_shape.inc +++ b/testautomation/graphics/optional/includes/impress/i_shape.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : owner : wolfram.garten@sun.com +'* owner : owner : wolfram.garten@oracle.com '* '* short description : import presentations with shapes in .ppt format '* diff --git a/testautomation/graphics/optional/includes/impress/i_slidecopy.inc b/testautomation/graphics/optional/includes/impress/i_slidecopy.inc index 1a9590b9856f..92283b35a369 100644 --- a/testautomation/graphics/optional/includes/impress/i_slidecopy.inc +++ b/testautomation/graphics/optional/includes/impress/i_slidecopy.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description: includefile for Slidecopy-testing '* diff --git a/testautomation/graphics/optional/includes/impress/i_slidelayer.inc b/testautomation/graphics/optional/includes/impress/i_slidelayer.inc index 597762e8cf7e..441e0a323099 100644 --- a/testautomation/graphics/optional/includes/impress/i_slidelayer.inc +++ b/testautomation/graphics/optional/includes/impress/i_slidelayer.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/impress/i_slideshow.inc b/testautomation/graphics/optional/includes/impress/i_slideshow.inc old mode 100755 new mode 100644 index 3a2b56fa5511..d313f444994b --- a/testautomation/graphics/optional/includes/impress/i_slideshow.inc +++ b/testautomation/graphics/optional/includes/impress/i_slideshow.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/impress/i_slideshow2.inc b/testautomation/graphics/optional/includes/impress/i_slideshow2.inc index 1b88116f1b5a..b15beb28932d 100644 --- a/testautomation/graphics/optional/includes/impress/i_slideshow2.inc +++ b/testautomation/graphics/optional/includes/impress/i_slideshow2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/impress/i_slideshow3.inc b/testautomation/graphics/optional/includes/impress/i_slideshow3.inc index 0cf806cd74cd..63a04aa6f8d5 100644 --- a/testautomation/graphics/optional/includes/impress/i_slideshow3.inc +++ b/testautomation/graphics/optional/includes/impress/i_slideshow3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/impress/i_stylist.inc b/testautomation/graphics/optional/includes/impress/i_stylist.inc index 97ddb39999df..7efe28089365 100644 --- a/testautomation/graphics/optional/includes/impress/i_stylist.inc +++ b/testautomation/graphics/optional/includes/impress/i_stylist.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/impress/i_us2_present.inc b/testautomation/graphics/optional/includes/impress/i_us2_present.inc index 6b2b64881987..1a844f299c2d 100644 --- a/testautomation/graphics/optional/includes/impress/i_us2_present.inc +++ b/testautomation/graphics/optional/includes/impress/i_us2_present.inc @@ -25,7 +25,7 @@ ' '/************************************************************************** '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress User-Scenario: Beginner makes presentation. '* diff --git a/testautomation/graphics/optional/includes/impress/i_us_present.inc b/testautomation/graphics/optional/includes/impress/i_us_present.inc index da63e3cf0966..4a711cf0a902 100644 --- a/testautomation/graphics/optional/includes/impress/i_us_present.inc +++ b/testautomation/graphics/optional/includes/impress/i_us_present.inc @@ -25,7 +25,7 @@ ' '/************************************************************************** '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Include-file for impress User-Scenario: Presentation. '* diff --git a/testautomation/graphics/optional/includes/impress/i_view.inc b/testautomation/graphics/optional/includes/impress/i_view.inc index 56c5654315bf..54ba5132d16e 100644 --- a/testautomation/graphics/optional/includes/impress/i_view.inc +++ b/testautomation/graphics/optional/includes/impress/i_view.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/optional/includes/impress/im_002_.inc b/testautomation/graphics/optional/includes/impress/im_002_.inc index 2a7dd1dffa2e..d1fa457ae8b2 100644 --- a/testautomation/graphics/optional/includes/impress/im_002_.inc +++ b/testautomation/graphics/optional/includes/impress/im_002_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (2) '* diff --git a/testautomation/graphics/optional/includes/impress/im_003_.inc b/testautomation/graphics/optional/includes/impress/im_003_.inc index 6197e75c0fb4..1db0627e4a4e 100644 --- a/testautomation/graphics/optional/includes/impress/im_003_.inc +++ b/testautomation/graphics/optional/includes/impress/im_003_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Resource Test: View Menu '* diff --git a/testautomation/graphics/optional/includes/impress/im_004_.inc b/testautomation/graphics/optional/includes/impress/im_004_.inc index 230da47a4e87..17d00addc847 100644 --- a/testautomation/graphics/optional/includes/impress/im_004_.inc +++ b/testautomation/graphics/optional/includes/impress/im_004_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (4) '* diff --git a/testautomation/graphics/optional/includes/impress/im_005_.inc b/testautomation/graphics/optional/includes/impress/im_005_.inc index b743f32fb695..1aa218f3ecba 100644 --- a/testautomation/graphics/optional/includes/impress/im_005_.inc +++ b/testautomation/graphics/optional/includes/impress/im_005_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (5) '* diff --git a/testautomation/graphics/optional/includes/impress/im_007_.inc b/testautomation/graphics/optional/includes/impress/im_007_.inc index 15c9e8609b5d..fc9ba2800e0c 100644 --- a/testautomation/graphics/optional/includes/impress/im_007_.inc +++ b/testautomation/graphics/optional/includes/impress/im_007_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (7) '* diff --git a/testautomation/graphics/optional/includes/impress/im_011_.inc b/testautomation/graphics/optional/includes/impress/im_011_.inc index d31586b9079c..30ab1bebb74e 100644 --- a/testautomation/graphics/optional/includes/impress/im_011_.inc +++ b/testautomation/graphics/optional/includes/impress/im_011_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (11) '* diff --git a/testautomation/graphics/optional/includes/impress/options.inc b/testautomation/graphics/optional/includes/impress/options.inc index 3443ecf91198..cfce04e68805 100644 --- a/testautomation/graphics/optional/includes/impress/options.inc +++ b/testautomation/graphics/optional/includes/impress/options.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Tests the Presentation-Engines effects '* diff --git a/testautomation/graphics/required/d_opt.bas b/testautomation/graphics/required/d_opt.bas old mode 100755 new mode 100644 index 686291869943..1447b1f4e276 --- a/testautomation/graphics/required/d_opt.bas +++ b/testautomation/graphics/required/d_opt.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Draw Options Test '* diff --git a/testautomation/graphics/required/d_updt.bas b/testautomation/graphics/required/d_updt.bas index 6c5fdbe74472..40dd64e3b50c 100644 --- a/testautomation/graphics/required/d_updt.bas +++ b/testautomation/graphics/required/d_updt.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Draw Required Test '* diff --git a/testautomation/graphics/required/i_opt.bas b/testautomation/graphics/required/i_opt.bas old mode 100755 new mode 100644 index 16debcc9ede0..eb159ac83a55 --- a/testautomation/graphics/required/i_opt.bas +++ b/testautomation/graphics/required/i_opt.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Options Test '* diff --git a/testautomation/graphics/required/i_updt_1.bas b/testautomation/graphics/required/i_updt_1.bas index 141b261e3ee9..f829cc9b8713 100644 --- a/testautomation/graphics/required/i_updt_1.bas +++ b/testautomation/graphics/required/i_updt_1.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test (Part 1) '* diff --git a/testautomation/graphics/required/i_updt_2.bas b/testautomation/graphics/required/i_updt_2.bas old mode 100755 new mode 100644 index 2c60d0da96ea..3d61eea42a4b --- a/testautomation/graphics/required/i_updt_2.bas +++ b/testautomation/graphics/required/i_updt_2.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required (Test Part 2) '* diff --git a/testautomation/graphics/required/includes/draw/d_002_.inc b/testautomation/graphics/required/includes/draw/d_002_.inc index cf37b87ffee4..1716ea47dfa7 100644 --- a/testautomation/graphics/required/includes/draw/d_002_.inc +++ b/testautomation/graphics/required/includes/draw/d_002_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/draw/d_003_.inc b/testautomation/graphics/required/includes/draw/d_003_.inc index 246e0db05fc9..a94ee55cc352 100644 --- a/testautomation/graphics/required/includes/draw/d_003_.inc +++ b/testautomation/graphics/required/includes/draw/d_003_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/draw/d_005_.inc b/testautomation/graphics/required/includes/draw/d_005_.inc index 998a42cdc093..0b0505bd92f7 100644 --- a/testautomation/graphics/required/includes/draw/d_005_.inc +++ b/testautomation/graphics/required/includes/draw/d_005_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/draw/d_007.inc b/testautomation/graphics/required/includes/draw/d_007.inc index ce36abf03b59..b1a3941a07ff 100644 --- a/testautomation/graphics/required/includes/draw/d_007.inc +++ b/testautomation/graphics/required/includes/draw/d_007.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/gallery.inc b/testautomation/graphics/required/includes/global/gallery.inc index c6f3e2daae7d..cfdac0029ec1 100644 --- a/testautomation/graphics/required/includes/global/gallery.inc +++ b/testautomation/graphics/required/includes/global/gallery.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Global Required/resource test: Checking the gallery '* diff --git a/testautomation/graphics/required/includes/global/gallery2.inc b/testautomation/graphics/required/includes/global/gallery2.inc index 1028503a0830..0662b3412ba7 100644 --- a/testautomation/graphics/required/includes/global/gallery2.inc +++ b/testautomation/graphics/required/includes/global/gallery2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Checking all gallery themes '* diff --git a/testautomation/graphics/required/includes/global/id_001.inc b/testautomation/graphics/required/includes/global/id_001.inc index 96d2b276eeaf..18555fcfcb4d 100644 --- a/testautomation/graphics/required/includes/global/id_001.inc +++ b/testautomation/graphics/required/includes/global/id_001.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_002.inc b/testautomation/graphics/required/includes/global/id_002.inc index 5880fc968806..2aac13baadf1 100644 --- a/testautomation/graphics/required/includes/global/id_002.inc +++ b/testautomation/graphics/required/includes/global/id_002.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_003.inc b/testautomation/graphics/required/includes/global/id_003.inc index 16aa9f27bcd6..65e11b8a4e31 100644 --- a/testautomation/graphics/required/includes/global/id_003.inc +++ b/testautomation/graphics/required/includes/global/id_003.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_004.inc b/testautomation/graphics/required/includes/global/id_004.inc index e6f154f169c8..3e4d3d86c07a 100644 --- a/testautomation/graphics/required/includes/global/id_004.inc +++ b/testautomation/graphics/required/includes/global/id_004.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_005.inc b/testautomation/graphics/required/includes/global/id_005.inc index 97fea2b33dae..07783761b452 100644 --- a/testautomation/graphics/required/includes/global/id_005.inc +++ b/testautomation/graphics/required/includes/global/id_005.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_006.inc b/testautomation/graphics/required/includes/global/id_006.inc index 57990c2a16b0..0b210157e333 100644 --- a/testautomation/graphics/required/includes/global/id_006.inc +++ b/testautomation/graphics/required/includes/global/id_006.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_007.inc b/testautomation/graphics/required/includes/global/id_007.inc index 7fd278bc702c..17a4456ccb5f 100644 --- a/testautomation/graphics/required/includes/global/id_007.inc +++ b/testautomation/graphics/required/includes/global/id_007.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_008.inc b/testautomation/graphics/required/includes/global/id_008.inc index 0697e82260b7..4add85a48463 100644 --- a/testautomation/graphics/required/includes/global/id_008.inc +++ b/testautomation/graphics/required/includes/global/id_008.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_009.inc b/testautomation/graphics/required/includes/global/id_009.inc index bbd9481430ab..57ff31138cb8 100644 --- a/testautomation/graphics/required/includes/global/id_009.inc +++ b/testautomation/graphics/required/includes/global/id_009.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Testcases to test the Help-Menu. '* diff --git a/testautomation/graphics/required/includes/global/id_011.inc b/testautomation/graphics/required/includes/global/id_011.inc index a0e3e680709d..0bc68567839d 100644 --- a/testautomation/graphics/required/includes/global/id_011.inc +++ b/testautomation/graphics/required/includes/global/id_011.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_opt_1.inc b/testautomation/graphics/required/includes/global/id_opt_1.inc index 6df5ccdfdddf..7ca61a8774b5 100644 --- a/testautomation/graphics/required/includes/global/id_opt_1.inc +++ b/testautomation/graphics/required/includes/global/id_opt_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/global/id_opt_2.inc b/testautomation/graphics/required/includes/global/id_opt_2.inc index 6fa722e09dd9..b959b718582c 100644 --- a/testautomation/graphics/required/includes/global/id_opt_2.inc +++ b/testautomation/graphics/required/includes/global/id_opt_2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/impress/i_opt_1_.inc b/testautomation/graphics/required/includes/impress/i_opt_1_.inc index 148bbe980424..f7f726d94d0e 100644 --- a/testautomation/graphics/required/includes/impress/i_opt_1_.inc +++ b/testautomation/graphics/required/includes/impress/i_opt_1_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : '* diff --git a/testautomation/graphics/required/includes/impress/im_002_.inc b/testautomation/graphics/required/includes/impress/im_002_.inc index bd101e4413f4..935175ca010c 100644 --- a/testautomation/graphics/required/includes/impress/im_002_.inc +++ b/testautomation/graphics/required/includes/impress/im_002_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (2) '* diff --git a/testautomation/graphics/required/includes/impress/im_003_.inc b/testautomation/graphics/required/includes/impress/im_003_.inc index a160699d74ca..685a9d7e69cd 100644 --- a/testautomation/graphics/required/includes/impress/im_003_.inc +++ b/testautomation/graphics/required/includes/impress/im_003_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Resource Test: View Menu '* diff --git a/testautomation/graphics/required/includes/impress/im_004_.inc b/testautomation/graphics/required/includes/impress/im_004_.inc index 28f11a778864..02587ea83df9 100644 --- a/testautomation/graphics/required/includes/impress/im_004_.inc +++ b/testautomation/graphics/required/includes/impress/im_004_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (4) '* diff --git a/testautomation/graphics/required/includes/impress/im_005_.inc b/testautomation/graphics/required/includes/impress/im_005_.inc index 5a8b9fb9a518..146d37c0f669 100644 --- a/testautomation/graphics/required/includes/impress/im_005_.inc +++ b/testautomation/graphics/required/includes/impress/im_005_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (5) '* diff --git a/testautomation/graphics/required/includes/impress/im_007_.inc b/testautomation/graphics/required/includes/impress/im_007_.inc index 0a598f59c520..68d271e30d7f 100644 --- a/testautomation/graphics/required/includes/impress/im_007_.inc +++ b/testautomation/graphics/required/includes/impress/im_007_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (7) '* diff --git a/testautomation/graphics/required/includes/impress/im_011_.inc b/testautomation/graphics/required/includes/impress/im_011_.inc index 084be5223b10..2c505f5facc2 100644 --- a/testautomation/graphics/required/includes/impress/im_011_.inc +++ b/testautomation/graphics/required/includes/impress/im_011_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Impress Required Test Library (11) '* diff --git a/testautomation/graphics/tools/id_tools.inc b/testautomation/graphics/tools/id_tools.inc index 2940c0f35e3e..c774710c89fa 100644 --- a/testautomation/graphics/tools/id_tools.inc +++ b/testautomation/graphics/tools/id_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : some tools (Functions) '* diff --git a/testautomation/graphics/tools/id_tools_2.inc b/testautomation/graphics/tools/id_tools_2.inc index e2d1a1497e9a..6c5ca705f8c4 100644 --- a/testautomation/graphics/tools/id_tools_2.inc +++ b/testautomation/graphics/tools/id_tools_2.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : some tools (Subs) '* diff --git a/testautomation/graphics/tools/makeLokaleTxt.bas b/testautomation/graphics/tools/makeLokaleTxt.bas old mode 100755 new mode 100644 index 6a2cc3c60f92..687822938dd7 --- a/testautomation/graphics/tools/makeLokaleTxt.bas +++ b/testautomation/graphics/tools/makeLokaleTxt.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : wolfram.garten@sun.com +'* Owner : wolfram.garten@oracle.com '* '* short description : Graphics: get language dependant strings '* diff --git a/testautomation/math/optional/includes/m_101_.inc b/testautomation/math/optional/includes/m_101_.inc index 254dfc3b2eed..989857403546 100755 --- a/testautomation/math/optional/includes/m_101_.inc +++ b/testautomation/math/optional/includes/m_101_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/optional/includes/m_105.inc b/testautomation/math/optional/includes/m_105.inc index 8c0bdf773050..9d35f36ffdea 100755 --- a/testautomation/math/optional/includes/m_105.inc +++ b/testautomation/math/optional/includes/m_105.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/optional/includes/m_106_.inc b/testautomation/math/optional/includes/m_106_.inc old mode 100644 new mode 100755 index 87f6b3969f2b..6136ebfdeb9f --- a/testautomation/math/optional/includes/m_106_.inc +++ b/testautomation/math/optional/includes/m_106_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/optional/m_lvl1.bas b/testautomation/math/optional/m_lvl1.bas index 64cee873575d..95815c34f89e 100755 --- a/testautomation/math/optional/m_lvl1.bas +++ b/testautomation/math/optional/m_lvl1.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Math Function Test '* diff --git a/testautomation/math/required/includes/m_001_.inc b/testautomation/math/required/includes/m_001_.inc index 7696cb852d29..7ddffee84d29 100644 --- a/testautomation/math/required/includes/m_001_.inc +++ b/testautomation/math/required/includes/m_001_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/required/includes/m_002_.inc b/testautomation/math/required/includes/m_002_.inc index d65d49cb188b..eff8ba5b82a8 100755 --- a/testautomation/math/required/includes/m_002_.inc +++ b/testautomation/math/required/includes/m_002_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/required/includes/m_003_.inc b/testautomation/math/required/includes/m_003_.inc old mode 100644 new mode 100755 index 056bf21be9b2..152fd1429849 --- a/testautomation/math/required/includes/m_003_.inc +++ b/testautomation/math/required/includes/m_003_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/required/includes/m_004_.inc b/testautomation/math/required/includes/m_004_.inc old mode 100644 new mode 100755 index ce016f4dd825..8f49d5633c4f --- a/testautomation/math/required/includes/m_004_.inc +++ b/testautomation/math/required/includes/m_004_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/required/includes/m_005_.inc b/testautomation/math/required/includes/m_005_.inc index bb580b9bd9c3..d9c773ef7372 100755 --- a/testautomation/math/required/includes/m_005_.inc +++ b/testautomation/math/required/includes/m_005_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/required/includes/m_006_.inc b/testautomation/math/required/includes/m_006_.inc old mode 100644 new mode 100755 index e94a7acc3676..cea7bb704512 --- a/testautomation/math/required/includes/m_006_.inc +++ b/testautomation/math/required/includes/m_006_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/required/includes/m_007_.inc b/testautomation/math/required/includes/m_007_.inc index 99cc9e729412..fc8269c05c21 100755 --- a/testautomation/math/required/includes/m_007_.inc +++ b/testautomation/math/required/includes/m_007_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Test the Help Menu '* diff --git a/testautomation/math/required/includes/m_010_.inc b/testautomation/math/required/includes/m_010_.inc old mode 100644 new mode 100755 index 940acc188243..7f3cd8944a50 --- a/testautomation/math/required/includes/m_010_.inc +++ b/testautomation/math/required/includes/m_010_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/required/includes/m_020_.inc b/testautomation/math/required/includes/m_020_.inc index b1e423d62f2e..ae79e24300b2 100755 --- a/testautomation/math/required/includes/m_020_.inc +++ b/testautomation/math/required/includes/m_020_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : '* diff --git a/testautomation/math/required/m_updt.bas b/testautomation/math/required/m_updt.bas index 4f812b0ddb5f..13d7f5ef9215 100755 --- a/testautomation/math/required/m_updt.bas +++ b/testautomation/math/required/m_updt.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : thorsten.bosbach@sun.com +'* Owner : thorsten.bosbach@oracle.com '* '* short description : Math Update Test '* diff --git a/testautomation/spreadsheet/optional/c_arrayconstants.bas b/testautomation/spreadsheet/optional/c_arrayconstants.bas index fd8b67123457..114293db4281 100755 --- a/testautomation/spreadsheet/optional/c_arrayconstants.bas +++ b/testautomation/spreadsheet/optional/c_arrayconstants.bas @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Functiontest for matrix/array constants in calc '* diff --git a/testautomation/spreadsheet/optional/c_getpivotdata.bas b/testautomation/spreadsheet/optional/c_getpivotdata.bas index f497b1bd7127..f55990107538 100755 --- a/testautomation/spreadsheet/optional/c_getpivotdata.bas +++ b/testautomation/spreadsheet/optional/c_getpivotdata.bas @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Test for function GETPIVOTDATA in calc '* diff --git a/testautomation/spreadsheet/optional/c_import_general.bas b/testautomation/spreadsheet/optional/c_import_general.bas index 71c1e28927d2..9c77346f2ca7 100755 --- a/testautomation/spreadsheet/optional/c_import_general.bas +++ b/testautomation/spreadsheet/optional/c_import_general.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Simply load max. 1000 files in .../spreadsheet/required/input/loadsave/ '* diff --git a/testautomation/spreadsheet/optional/c_solver.bas b/testautomation/spreadsheet/optional/c_solver.bas index 0af76f8cfba2..60744c0ef319 100755 --- a/testautomation/spreadsheet/optional/c_solver.bas +++ b/testautomation/spreadsheet/optional/c_solver.bas @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Functionality Test - Solver in Spreadsheet '* diff --git a/testautomation/spreadsheet/optional/includes/arrayconstants/c_arrayconstants.inc b/testautomation/spreadsheet/optional/includes/arrayconstants/c_arrayconstants.inc index 55c97473902c..ce5652c0ff1e 100755 --- a/testautomation/spreadsheet/optional/includes/arrayconstants/c_arrayconstants.inc +++ b/testautomation/spreadsheet/optional/includes/arrayconstants/c_arrayconstants.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : calc arrayconstants level2 test '* diff --git a/testautomation/spreadsheet/optional/includes/getpivotdata/c_getpivotdata.inc b/testautomation/spreadsheet/optional/includes/getpivotdata/c_getpivotdata.inc old mode 100644 new mode 100755 index 86a0555a8ae0..216551959ded --- a/testautomation/spreadsheet/optional/includes/getpivotdata/c_getpivotdata.inc +++ b/testautomation/spreadsheet/optional/includes/getpivotdata/c_getpivotdata.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : level 2 test for the getpivotdata function '* diff --git a/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc b/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc index 6f8392adf93d..d53c23fbbe3d 100755 --- a/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc +++ b/testautomation/spreadsheet/optional/includes/import_general/c_import_general.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '** -'** owner : oliver.craemer@sun.com +'** owner : oliver.craemer@oracle.com '** '** short description : Imports every Document from a given path (gsSourcePath variable) '** diff --git a/testautomation/spreadsheet/optional/includes/namedrange/c_namedrange.inc b/testautomation/spreadsheet/optional/includes/namedrange/c_namedrange.inc old mode 100644 new mode 100755 index 35d10648adeb..25926d626bd4 --- a/testautomation/spreadsheet/optional/includes/namedrange/c_namedrange.inc +++ b/testautomation/spreadsheet/optional/includes/namedrange/c_namedrange.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : calc named range level 2 test '* diff --git a/testautomation/spreadsheet/optional/includes/printrange/c_printrange.inc b/testautomation/spreadsheet/optional/includes/printrange/c_printrange.inc old mode 100644 new mode 100755 index c8e83d2662b9..6bfa955a483a --- a/testautomation/spreadsheet/optional/includes/printrange/c_printrange.inc +++ b/testautomation/spreadsheet/optional/includes/printrange/c_printrange.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : spreadsheet printrange test '* diff --git a/testautomation/spreadsheet/optional/includes/printscale/c_print_scale.inc b/testautomation/spreadsheet/optional/includes/printscale/c_print_scale.inc old mode 100644 new mode 100755 index e4429e015494..301bac08a49c --- a/testautomation/spreadsheet/optional/includes/printscale/c_print_scale.inc +++ b/testautomation/spreadsheet/optional/includes/printscale/c_print_scale.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Check correct print scaling settings '* diff --git a/testautomation/spreadsheet/optional/includes/solver/c_solver.inc b/testautomation/spreadsheet/optional/includes/solver/c_solver.inc index 623b43e98217..ba0e77d155be 100755 --- a/testautomation/spreadsheet/optional/includes/solver/c_solver.inc +++ b/testautomation/spreadsheet/optional/includes/solver/c_solver.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Functionality Test - Solver '* diff --git a/testautomation/spreadsheet/required/c_updt1.bas b/testautomation/spreadsheet/required/c_updt1.bas index f5a523f79622..c6e785fb7ff5 100755 --- a/testautomation/spreadsheet/required/c_updt1.bas +++ b/testautomation/spreadsheet/required/c_updt1.bas @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource-Test Spreadsheet Application Part I '* diff --git a/testautomation/spreadsheet/required/c_updt2.bas b/testautomation/spreadsheet/required/c_updt2.bas index ecb5148538b8..a1bab7f128f4 100755 --- a/testautomation/spreadsheet/required/c_updt2.bas +++ b/testautomation/spreadsheet/required/c_updt2.bas @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource-Test Spreadsheet Application Part II '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_datamenu.inc b/testautomation/spreadsheet/required/includes/c_upd_datamenu.inc old mode 100644 new mode 100755 index a74ada3d6397..2975a7b1c9e2 --- a/testautomation/spreadsheet/required/includes/c_upd_datamenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_datamenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Data Menu '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc index 9af880af0e18..c90e44d30f01 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_editmenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Edit Menu '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc b/testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc index ee96ffadb6fd..fed4fd764f17 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_editmenu2.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Edit Menu Part II '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc b/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc index ad543b5c97f7..296387d64f93 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - File Menu '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc old mode 100644 new mode 100755 index ba92cb53a0c6..f61db3626809 --- a/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Format Menu Part I '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc b/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc index f85969784c39..6ec04a89c260 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_formatmenu2.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Format Menu Part II '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_formatmenu3.inc b/testautomation/spreadsheet/required/includes/c_upd_formatmenu3.inc old mode 100644 new mode 100755 index 7cc051cbc1b7..08ea0cd1a3af --- a/testautomation/spreadsheet/required/includes/c_upd_formatmenu3.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_formatmenu3.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Format Menu Part III '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_helpmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_helpmenu.inc old mode 100644 new mode 100755 index 87282429cbb1..89495d36907e --- a/testautomation/spreadsheet/required/includes/c_upd_helpmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_helpmenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Help Menu '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc index be27490e3b18..b8c749c27cd9 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_insertmenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Insert Menu '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc index 434aae88f786..9efc84907b78 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Tools Menu Part I '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc index 78dbcb0ae18b..f11857cf44ad 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu2.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Tools Menu Part II '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc index 293418b76c2b..e7568390c38a 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_viewmenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - View Menu '* diff --git a/testautomation/spreadsheet/required/includes/c_upd_windowmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_windowmenu.inc old mode 100644 new mode 100755 index d183e8c72e3f..56adf3af682a --- a/testautomation/spreadsheet/required/includes/c_upd_windowmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_windowmenu.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Resource Test - Window Menu '* diff --git a/testautomation/spreadsheet/tools/includes/c_cell_tools.inc b/testautomation/spreadsheet/tools/includes/c_cell_tools.inc old mode 100644 new mode 100755 index 9331b690f57f..0693f1daf19c --- a/testautomation/spreadsheet/tools/includes/c_cell_tools.inc +++ b/testautomation/spreadsheet/tools/includes/c_cell_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : tools for working with cells in calc '* diff --git a/testautomation/spreadsheet/tools/includes/c_l10n_tools.inc b/testautomation/spreadsheet/tools/includes/c_l10n_tools.inc old mode 100644 new mode 100755 index 9766f6464621..382e48f94f86 --- a/testautomation/spreadsheet/tools/includes/c_l10n_tools.inc +++ b/testautomation/spreadsheet/tools/includes/c_l10n_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : tools for localisation in calc '* diff --git a/testautomation/spreadsheet/tools/includes/c_select_tools.inc b/testautomation/spreadsheet/tools/includes/c_select_tools.inc old mode 100644 new mode 100755 index 23147568aef9..f1087ca3fe8b --- a/testautomation/spreadsheet/tools/includes/c_select_tools.inc +++ b/testautomation/spreadsheet/tools/includes/c_select_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : selecting objects in calc '* diff --git a/testautomation/spreadsheet/tools/includes/c_tool_l10n_mnomics.inc b/testautomation/spreadsheet/tools/includes/c_tool_l10n_mnomics.inc old mode 100644 new mode 100755 index c4b74b9e0f12..43dd2945c22a --- a/testautomation/spreadsheet/tools/includes/c_tool_l10n_mnomics.inc +++ b/testautomation/spreadsheet/tools/includes/c_tool_l10n_mnomics.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tools for Keyboard Accessibility '* diff --git a/testautomation/spreadsheet/tools/includes/c_tool_options.inc b/testautomation/spreadsheet/tools/includes/c_tool_options.inc old mode 100644 new mode 100755 index d75b6f8e74dd..89bc7a4e0ad3 --- a/testautomation/spreadsheet/tools/includes/c_tool_options.inc +++ b/testautomation/spreadsheet/tools/includes/c_tool_options.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Tools for Tools::Options dialog '* diff --git a/testautomation/tools/hid/hid.pl b/testautomation/tools/hid/hid.pl index f6e636167786..3a36b02cb31e 100755 --- a/testautomation/tools/hid/hid.pl +++ b/testautomation/tools/hid/hid.pl @@ -24,7 +24,7 @@ # #****************************************************************** #* -#* Owner : thorsten.bosbach@sun.com +#* Owner : thorsten.bosbach@oracle.com #* #* short description : Generate a cleaned hid.lst #* diff --git a/testautomation/writer/optional/includes/CJKCTLDependency/CJKCTLDependency1.inc b/testautomation/writer/optional/includes/CJKCTLDependency/CJKCTLDependency1.inc old mode 100644 new mode 100755 index 6099a5a784b6..90e1c423a51f --- a/testautomation/writer/optional/includes/CJKCTLDependency/CJKCTLDependency1.inc +++ b/testautomation/writer/optional/includes/CJKCTLDependency/CJKCTLDependency1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test CJK and CTL support dependency '* diff --git a/testautomation/writer/optional/includes/alternative_text/w_alternative_text.inc b/testautomation/writer/optional/includes/alternative_text/w_alternative_text.inc old mode 100644 new mode 100755 index 8b2abe0c7d0b..74f65eaa1704 --- a/testautomation/writer/optional/includes/alternative_text/w_alternative_text.inc +++ b/testautomation/writer/optional/includes/alternative_text/w_alternative_text.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test Alternative Text for objects in writer '* diff --git a/testautomation/writer/optional/includes/autocorrection/w_autocorrect1.inc b/testautomation/writer/optional/includes/autocorrection/w_autocorrect1.inc old mode 100644 new mode 100755 index 6d47479a4597..f360034d7433 --- a/testautomation/writer/optional/includes/autocorrection/w_autocorrect1.inc +++ b/testautomation/writer/optional/includes/autocorrection/w_autocorrect1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the AutoCorrect/AutoFormat/Options '* diff --git a/testautomation/writer/optional/includes/autocorrection/w_autocorrect2.inc b/testautomation/writer/optional/includes/autocorrection/w_autocorrect2.inc old mode 100644 new mode 100755 index 57e8f5ad073b..b15edc69479a --- a/testautomation/writer/optional/includes/autocorrection/w_autocorrect2.inc +++ b/testautomation/writer/optional/includes/autocorrection/w_autocorrect2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test AutoCorrect/AutoFormat/Word Completion '* diff --git a/testautomation/writer/optional/includes/autotext/w_autotext.inc b/testautomation/writer/optional/includes/autotext/w_autotext.inc index 2921a66e5d7b..19e2955f27ab 100755 --- a/testautomation/writer/optional/includes/autotext/w_autotext.inc +++ b/testautomation/writer/optional/includes/autotext/w_autotext.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of autotext in writer '* diff --git a/testautomation/writer/optional/includes/calculate/w_calculate.inc b/testautomation/writer/optional/includes/calculate/w_calculate.inc old mode 100644 new mode 100755 index 3b8df0e6cf2e..ccbc196d46aa --- a/testautomation/writer/optional/includes/calculate/w_calculate.inc +++ b/testautomation/writer/optional/includes/calculate/w_calculate.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Put description here '* diff --git a/testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate1.inc b/testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate1.inc old mode 100644 new mode 100755 index 58b97f0bfd4a..9c432380228a --- a/testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate1.inc +++ b/testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Chinese Translation test '* diff --git a/testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate2.inc b/testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate2.inc old mode 100644 new mode 100755 index 8a24e3dbd617..85e2ae9aa1f0 --- a/testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate2.inc +++ b/testautomation/writer/optional/includes/chinesetranslate/w_chinesetranslate2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Chinese Dictionary test '* diff --git a/testautomation/writer/optional/includes/clipboard/clipbrd_func.inc b/testautomation/writer/optional/includes/clipboard/clipbrd_func.inc index 278ecd229eda..de6a4d0b4fef 100755 --- a/testautomation/writer/optional/includes/clipboard/clipbrd_func.inc +++ b/testautomation/writer/optional/includes/clipboard/clipbrd_func.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Functions for HTML-Test '* diff --git a/testautomation/writer/optional/includes/clipboard/w_210_.inc b/testautomation/writer/optional/includes/clipboard/w_210_.inc old mode 100644 new mode 100755 index 296772b937fc..12926c8a486b --- a/testautomation/writer/optional/includes/clipboard/w_210_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_210_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_211_.inc b/testautomation/writer/optional/includes/clipboard/w_211_.inc old mode 100644 new mode 100755 index 2507bdb422e3..b385e745cf16 --- a/testautomation/writer/optional/includes/clipboard/w_211_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_211_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_212_.inc b/testautomation/writer/optional/includes/clipboard/w_212_.inc old mode 100644 new mode 100755 index 667627689d6e..6c2a6e9c175e --- a/testautomation/writer/optional/includes/clipboard/w_212_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_212_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_213_.inc b/testautomation/writer/optional/includes/clipboard/w_213_.inc old mode 100644 new mode 100755 index f0cb56aa6dc3..1cf8e50fa2de --- a/testautomation/writer/optional/includes/clipboard/w_213_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_213_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_214_.inc b/testautomation/writer/optional/includes/clipboard/w_214_.inc old mode 100644 new mode 100755 index 1567818d63e1..5f6521b4ae67 --- a/testautomation/writer/optional/includes/clipboard/w_214_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_214_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_215_.inc b/testautomation/writer/optional/includes/clipboard/w_215_.inc old mode 100644 new mode 100755 index 76aa31a2e108..95883f35ae1b --- a/testautomation/writer/optional/includes/clipboard/w_215_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_215_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_216_.inc b/testautomation/writer/optional/includes/clipboard/w_216_.inc old mode 100644 new mode 100755 index b36f8490a90e..3952ece03e4c --- a/testautomation/writer/optional/includes/clipboard/w_216_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_216_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_217_.inc b/testautomation/writer/optional/includes/clipboard/w_217_.inc old mode 100644 new mode 100755 index 0e9bc109e6e6..fcb6b450803a --- a/testautomation/writer/optional/includes/clipboard/w_217_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_217_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_218_.inc b/testautomation/writer/optional/includes/clipboard/w_218_.inc old mode 100644 new mode 100755 index fe06d5bf9541..6788407f6c05 --- a/testautomation/writer/optional/includes/clipboard/w_218_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_218_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_219_.inc b/testautomation/writer/optional/includes/clipboard/w_219_.inc old mode 100644 new mode 100755 index 8e547d4bf448..74ca4d7c5f71 --- a/testautomation/writer/optional/includes/clipboard/w_219_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_219_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_220_.inc b/testautomation/writer/optional/includes/clipboard/w_220_.inc old mode 100644 new mode 100755 index c28b2c541cb8..e938ba027fd1 --- a/testautomation/writer/optional/includes/clipboard/w_220_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_220_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_221_.inc b/testautomation/writer/optional/includes/clipboard/w_221_.inc old mode 100644 new mode 100755 index b699258c302f..4b5818065244 --- a/testautomation/writer/optional/includes/clipboard/w_221_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_221_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/clipboard/w_222_.inc b/testautomation/writer/optional/includes/clipboard/w_222_.inc old mode 100644 new mode 100755 index 7850fe13f7bb..1efb0e67fda4 --- a/testautomation/writer/optional/includes/clipboard/w_222_.inc +++ b/testautomation/writer/optional/includes/clipboard/w_222_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Writer) '* diff --git a/testautomation/writer/optional/includes/contextmenu/w_contextmenu1.inc b/testautomation/writer/optional/includes/contextmenu/w_contextmenu1.inc old mode 100644 new mode 100755 index 69e1b245a89c..c4d79cece29a --- a/testautomation/writer/optional/includes/contextmenu/w_contextmenu1.inc +++ b/testautomation/writer/optional/includes/contextmenu/w_contextmenu1.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Pick context for context menus '* diff --git a/testautomation/writer/optional/includes/drawing/w_drawing_tools1.inc b/testautomation/writer/optional/includes/drawing/w_drawing_tools1.inc index 1b2579ee0aaf..659bb2a4ddb7 100755 --- a/testautomation/writer/optional/includes/drawing/w_drawing_tools1.inc +++ b/testautomation/writer/optional/includes/drawing/w_drawing_tools1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the drawing tools '* diff --git a/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc b/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc index 0207a177c706..8b6b8e8329e8 100755 --- a/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc +++ b/testautomation/writer/optional/includes/drawing/w_drawing_tools2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the drawing tools - group '* diff --git a/testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc b/testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc old mode 100644 new mode 100755 index ec93d15cdcb2..6c4b39d0263f --- a/testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc +++ b/testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test Drop Down List Box '* diff --git a/testautomation/writer/optional/includes/fields/w_fields1.inc b/testautomation/writer/optional/includes/fields/w_fields1.inc index 0287fd2f1da1..2f727260b6c2 100755 --- a/testautomation/writer/optional/includes/fields/w_fields1.inc +++ b/testautomation/writer/optional/includes/fields/w_fields1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Fields general test '* diff --git a/testautomation/writer/optional/includes/fields/w_fields2.inc b/testautomation/writer/optional/includes/fields/w_fields2.inc index 422be7088a14..4f2c5c39388c 100755 --- a/testautomation/writer/optional/includes/fields/w_fields2.inc +++ b/testautomation/writer/optional/includes/fields/w_fields2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Fields general test '* diff --git a/testautomation/writer/optional/includes/fields/w_fields3.inc b/testautomation/writer/optional/includes/fields/w_fields3.inc old mode 100644 new mode 100755 index db40fbc54f22..7b4e7f50722b --- a/testautomation/writer/optional/includes/fields/w_fields3.inc +++ b/testautomation/writer/optional/includes/fields/w_fields3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Fields - References Test '* diff --git a/testautomation/writer/optional/includes/fields/w_fields4.inc b/testautomation/writer/optional/includes/fields/w_fields4.inc index f498051225db..d1e16a1a36be 100755 --- a/testautomation/writer/optional/includes/fields/w_fields4.inc +++ b/testautomation/writer/optional/includes/fields/w_fields4.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Doc Information Test '* diff --git a/testautomation/writer/optional/includes/fields/w_fields5.inc b/testautomation/writer/optional/includes/fields/w_fields5.inc index d0ef15f71fb3..067366ddbe0e 100755 --- a/testautomation/writer/optional/includes/fields/w_fields5.inc +++ b/testautomation/writer/optional/includes/fields/w_fields5.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Fields - Variables '* diff --git a/testautomation/writer/optional/includes/fields/w_fields6.inc b/testautomation/writer/optional/includes/fields/w_fields6.inc old mode 100644 new mode 100755 index dce94f12c305..e310b67740af --- a/testautomation/writer/optional/includes/fields/w_fields6.inc +++ b/testautomation/writer/optional/includes/fields/w_fields6.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Fields - Functions '* diff --git a/testautomation/writer/optional/includes/fields/w_fields7.inc b/testautomation/writer/optional/includes/fields/w_fields7.inc index 70dfedc62085..5893e324366b 100755 --- a/testautomation/writer/optional/includes/fields/w_fields7.inc +++ b/testautomation/writer/optional/includes/fields/w_fields7.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Fields - L10N test '* diff --git a/testautomation/writer/optional/includes/filter/w_filter.inc b/testautomation/writer/optional/includes/filter/w_filter.inc old mode 100644 new mode 100755 index 6cb6db7e9488..43a47baf0d2a --- a/testautomation/writer/optional/includes/filter/w_filter.inc +++ b/testautomation/writer/optional/includes/filter/w_filter.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* Owner : helge.delfs@sun.com +'* Owner : helge.delfs@oracle.com '* '* short description : '* diff --git a/testautomation/writer/optional/includes/fontwork/w_fontwork1.inc b/testautomation/writer/optional/includes/fontwork/w_fontwork1.inc old mode 100644 new mode 100755 index 79d42b49dac3..6fff78a962fe --- a/testautomation/writer/optional/includes/fontwork/w_fontwork1.inc +++ b/testautomation/writer/optional/includes/fontwork/w_fontwork1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test Format/Fontwork '* diff --git a/testautomation/writer/optional/includes/formatcharacter/w_format_character1.inc b/testautomation/writer/optional/includes/formatcharacter/w_format_character1.inc old mode 100644 new mode 100755 index 9a454b54b07b..eb2de884a8cc --- a/testautomation/writer/optional/includes/formatcharacter/w_format_character1.inc +++ b/testautomation/writer/optional/includes/formatcharacter/w_format_character1.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Standard character formatting. Setting Styles. '* diff --git a/testautomation/writer/optional/includes/formatpage/w_formatpage1.inc b/testautomation/writer/optional/includes/formatpage/w_formatpage1.inc old mode 100644 new mode 100755 index a8867d1f171a..0bd255e472b3 --- a/testautomation/writer/optional/includes/formatpage/w_formatpage1.inc +++ b/testautomation/writer/optional/includes/formatpage/w_formatpage1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Page Formatting / Page Styles - 1 '* diff --git a/testautomation/writer/optional/includes/formatpage/w_formatpage2.inc b/testautomation/writer/optional/includes/formatpage/w_formatpage2.inc old mode 100644 new mode 100755 index dc53ca05257b..290b1a395b94 --- a/testautomation/writer/optional/includes/formatpage/w_formatpage2.inc +++ b/testautomation/writer/optional/includes/formatpage/w_formatpage2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Page Formatting / Page Styles - 2 '* diff --git a/testautomation/writer/optional/includes/formatpage/w_formatpage3.inc b/testautomation/writer/optional/includes/formatpage/w_formatpage3.inc old mode 100644 new mode 100755 index e713beda7af7..2d34c23d82fb --- a/testautomation/writer/optional/includes/formatpage/w_formatpage3.inc +++ b/testautomation/writer/optional/includes/formatpage/w_formatpage3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Page Formatting / Page Styles - 3 '* diff --git a/testautomation/writer/optional/includes/formatpage/w_formatpage4.inc b/testautomation/writer/optional/includes/formatpage/w_formatpage4.inc old mode 100644 new mode 100755 index b4dddd07910c..60b8182fd15d --- a/testautomation/writer/optional/includes/formatpage/w_formatpage4.inc +++ b/testautomation/writer/optional/includes/formatpage/w_formatpage4.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Page Formatting / Page Styles - 4 '* diff --git a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc old mode 100644 new mode 100755 index aef22db5a479..4fa007cfc4b0 --- a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc +++ b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Paragraph Formatting - 1 '* diff --git a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc old mode 100644 new mode 100755 index 9da8c4706316..dccebdcf930e --- a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc +++ b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Paragraph Formatting - 2 '* diff --git a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc old mode 100644 new mode 100755 index ca8d8d564690..77af9b0a0301 --- a/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc +++ b/testautomation/writer/optional/includes/formatparagraph/w_formatparagraph3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Paragraph Formatting - 3 '* diff --git a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion1.inc b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion1.inc index 33b20cf3c910..bacd2dd1d8af 100755 --- a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion1.inc +++ b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of Hangul/Hanja Conversion - 1 '* diff --git a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion2.inc b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion2.inc index 5b9fc83f58de..26437f17f920 100755 --- a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion2.inc +++ b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of Hangul/Hanja Conversion - 2 '* diff --git a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc index 3ade639fd26d..0808ccacb3bb 100755 --- a/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc +++ b/testautomation/writer/optional/includes/hangulhanjaonversion/hhConversion3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of Hangul/Hanja Conversion - 3 '* diff --git a/testautomation/writer/optional/includes/hyphenation/w_hyphenation.inc b/testautomation/writer/optional/includes/hyphenation/w_hyphenation.inc index 01c1bc91a7c4..62132356360c 100755 --- a/testautomation/writer/optional/includes/hyphenation/w_hyphenation.inc +++ b/testautomation/writer/optional/includes/hyphenation/w_hyphenation.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : hyphenation functionality test '* diff --git a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic1.inc b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic1.inc old mode 100644 new mode 100755 index 2041abb03124..4b0a23775f33 --- a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic1.inc +++ b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the insert graphic function - 1 '* diff --git a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic2.inc b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic2.inc old mode 100644 new mode 100755 index f1991ab84d45..c6c38ddfe934 --- a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic2.inc +++ b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the insert graphic function - 2 '* diff --git a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc old mode 100644 new mode 100755 index 45223c7505a5..1a3624487ffb --- a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc +++ b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the insert graphic function - 3 '* diff --git a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc old mode 100644 new mode 100755 index 4903586002b1..561768ee8320 --- a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc +++ b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic4.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the insert graphic function - 4 '* diff --git a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic5.inc b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic5.inc old mode 100644 new mode 100755 index 3c0918fbe501..23ec4e96ff06 --- a/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic5.inc +++ b/testautomation/writer/optional/includes/insertgraphic/w_insertgraphic5.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the insert graphic function - 4 '* diff --git a/testautomation/writer/optional/includes/loadsave/w_loadsave.inc b/testautomation/writer/optional/includes/loadsave/w_loadsave.inc old mode 100644 new mode 100755 index 57d1be96d871..7454f733665d --- a/testautomation/writer/optional/includes/loadsave/w_loadsave.inc +++ b/testautomation/writer/optional/includes/loadsave/w_loadsave.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Checks the export to all available Filters from '* diff --git a/testautomation/writer/optional/includes/navigator/w_navigator.inc b/testautomation/writer/optional/includes/navigator/w_navigator.inc index ede650feb713..ec3b6cfd4627 100755 --- a/testautomation/writer/optional/includes/navigator/w_navigator.inc +++ b/testautomation/writer/optional/includes/navigator/w_navigator.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Navigator test '* diff --git a/testautomation/writer/optional/includes/number/w_205_.inc b/testautomation/writer/optional/includes/number/w_205_.inc old mode 100644 new mode 100755 index b8b421719111..57a56ab80b8c --- a/testautomation/writer/optional/includes/number/w_205_.inc +++ b/testautomation/writer/optional/includes/number/w_205_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testing Number and Bullets '* diff --git a/testautomation/writer/optional/includes/number/w_205a_.inc b/testautomation/writer/optional/includes/number/w_205a_.inc old mode 100644 new mode 100755 index daa72c5ca4ac..0e157368d433 --- a/testautomation/writer/optional/includes/number/w_205a_.inc +++ b/testautomation/writer/optional/includes/number/w_205a_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : '* diff --git a/testautomation/writer/optional/includes/number/w_206_.inc b/testautomation/writer/optional/includes/number/w_206_.inc index c007e674d329..70d47bd12bf4 100755 --- a/testautomation/writer/optional/includes/number/w_206_.inc +++ b/testautomation/writer/optional/includes/number/w_206_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testing Number and Bullets '* diff --git a/testautomation/writer/optional/includes/number/w_207_.inc b/testautomation/writer/optional/includes/number/w_207_.inc old mode 100644 new mode 100755 index 7c2c9511c969..634e7c5773a7 --- a/testautomation/writer/optional/includes/number/w_207_.inc +++ b/testautomation/writer/optional/includes/number/w_207_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testing Number and Bullets '* diff --git a/testautomation/writer/optional/includes/option/wh_o_1.inc b/testautomation/writer/optional/includes/option/wh_o_1.inc old mode 100644 new mode 100755 index 2fe845f97232..cbc35f599a4b --- a/testautomation/writer/optional/includes/option/wh_o_1.inc +++ b/testautomation/writer/optional/includes/option/wh_o_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : HTML-Options '* diff --git a/testautomation/writer/optional/includes/option/wh_o_2.inc b/testautomation/writer/optional/includes/option/wh_o_2.inc old mode 100644 new mode 100755 index acc92379f206..bdee49ed7460 --- a/testautomation/writer/optional/includes/option/wh_o_2.inc +++ b/testautomation/writer/optional/includes/option/wh_o_2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Functional-Tests for Tools - Options - Html - Print & Table '* diff --git a/testautomation/writer/optional/includes/option/wh_o_3.inc b/testautomation/writer/optional/includes/option/wh_o_3.inc old mode 100644 new mode 100755 index fa0cf41317bf..58b87a72ea08 --- a/testautomation/writer/optional/includes/option/wh_o_3.inc +++ b/testautomation/writer/optional/includes/option/wh_o_3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Funcitonal-Test for Tools -Options - HTML - Cursor. '* diff --git a/testautomation/writer/optional/includes/option/wr_o_1.inc b/testautomation/writer/optional/includes/option/wr_o_1.inc old mode 100644 new mode 100755 index c53f132d7d8a..26edd589af84 --- a/testautomation/writer/optional/includes/option/wr_o_1.inc +++ b/testautomation/writer/optional/includes/option/wr_o_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Functional-Tests for Tools-Options-Writer -View & Grid '* diff --git a/testautomation/writer/optional/includes/option/wr_o_2.inc b/testautomation/writer/optional/includes/option/wr_o_2.inc old mode 100644 new mode 100755 index cb94f661de26..cdc8dc00de4c --- a/testautomation/writer/optional/includes/option/wr_o_2.inc +++ b/testautomation/writer/optional/includes/option/wr_o_2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Functional-Tests for Tools-Options-Writer-DefaultFont, Print, Table '* diff --git a/testautomation/writer/optional/includes/option/wr_o_3.inc b/testautomation/writer/optional/includes/option/wr_o_3.inc old mode 100644 new mode 100755 index cd93474b6093..39fd97994e1a --- a/testautomation/writer/optional/includes/option/wr_o_3.inc +++ b/testautomation/writer/optional/includes/option/wr_o_3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer options tests '* diff --git a/testautomation/writer/optional/includes/option/wr_o_4.inc b/testautomation/writer/optional/includes/option/wr_o_4.inc index d5a692fc5a24..83f09e5c7e89 100755 --- a/testautomation/writer/optional/includes/option/wr_o_4.inc +++ b/testautomation/writer/optional/includes/option/wr_o_4.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : '* @@ -872,7 +872,7 @@ testcase tToolsOptionsWriterMailMerge printlog " - fill out Mail Settings" Kontext "TabMailMergeEmail" YourName.Settext "Fredrik Haegg" - EmailAddress.Settext "helge.delfs@sun.com" + EmailAddress.Settext "helge.delfs@oracle.com" SendReplies.Check ReplyAddress.Settext "fredrikh@openoffice.org" ServerName.Settext "MySMTP-Server" @@ -926,7 +926,7 @@ testcase tToolsOptionsWriterMailMerge Kontext "TabMailMergeEmail" if YourName.Gettext <> "Fredrik Haegg" then Warnlog "'Your Name' has been changed after a restart" - if EmailAddress.Gettext <> "helge.delfs@sun.com" then Warnlog "'Email Address' has been changed after a restart" + if EmailAddress.Gettext <> "helge.delfs@oracle.com" then Warnlog "'Email Address' has been changed after a restart" if Not SendReplies.IsChecked then Warnlog "'Send replies' has been changed after a restart" if ReplyAddress.Gettext <> "fredrikh@openoffice.org" then Warnlog "'Reply adresses' has been changed after a restart" if ServerName.Gettext <> "MySMTP-Server" then Warnlog "'Server name' has been changed after a restart" diff --git a/testautomation/writer/optional/includes/option/wr_o_5.inc b/testautomation/writer/optional/includes/option/wr_o_5.inc old mode 100644 new mode 100755 index 8f475bb4325b..c8676fb164f2 --- a/testautomation/writer/optional/includes/option/wr_o_5.inc +++ b/testautomation/writer/optional/includes/option/wr_o_5.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : This testcase is for thai issues only '* diff --git a/testautomation/writer/optional/includes/option/wr_o_a.inc b/testautomation/writer/optional/includes/option/wr_o_a.inc old mode 100644 new mode 100755 index b5390f46a92d..ac6084157867 --- a/testautomation/writer/optional/includes/option/wr_o_a.inc +++ b/testautomation/writer/optional/includes/option/wr_o_a.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer options test '* diff --git a/testautomation/writer/optional/includes/redlining/w_redlining1.inc b/testautomation/writer/optional/includes/redlining/w_redlining1.inc old mode 100644 new mode 100755 index 782d921cc1a1..d6983e200a4c --- a/testautomation/writer/optional/includes/redlining/w_redlining1.inc +++ b/testautomation/writer/optional/includes/redlining/w_redlining1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the Redlinig function - 1 '* diff --git a/testautomation/writer/optional/includes/redlining/w_redlining2.inc b/testautomation/writer/optional/includes/redlining/w_redlining2.inc old mode 100644 new mode 100755 index 6fa735ca75b6..4b442a8b3464 --- a/testautomation/writer/optional/includes/redlining/w_redlining2.inc +++ b/testautomation/writer/optional/includes/redlining/w_redlining2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the Redlinig function - 2 '* diff --git a/testautomation/writer/optional/includes/regexp/regular.inc b/testautomation/writer/optional/includes/regexp/regular.inc old mode 100644 new mode 100755 index b091f2e7bf65..3a323bce2a49 --- a/testautomation/writer/optional/includes/regexp/regular.inc +++ b/testautomation/writer/optional/includes/regexp/regular.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Search for regular expressions '* diff --git a/testautomation/writer/optional/includes/regexp/search.inc b/testautomation/writer/optional/includes/regexp/search.inc index e3b2969632e3..8121859870ad 100755 --- a/testautomation/writer/optional/includes/regexp/search.inc +++ b/testautomation/writer/optional/includes/regexp/search.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Search & Replace '* diff --git a/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc b/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc old mode 100644 new mode 100755 index 34ea89160239..8412302d6c35 --- a/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc +++ b/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Avoid regression (issuezilla tasks) '* diff --git a/testautomation/writer/optional/includes/section/w_section_1.inc b/testautomation/writer/optional/includes/section/w_section_1.inc old mode 100644 new mode 100755 index df3e9956670b..da7417779401 --- a/testautomation/writer/optional/includes/section/w_section_1.inc +++ b/testautomation/writer/optional/includes/section/w_section_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Section test(Insert/Section Format/Section) '* diff --git a/testautomation/writer/optional/includes/section/w_section_2.inc b/testautomation/writer/optional/includes/section/w_section_2.inc old mode 100644 new mode 100755 index b9e6de90ea92..1d79405dfd82 --- a/testautomation/writer/optional/includes/section/w_section_2.inc +++ b/testautomation/writer/optional/includes/section/w_section_2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Hide section / Protect section / Display of dialogues '* diff --git a/testautomation/writer/optional/includes/section/w_section_3.inc b/testautomation/writer/optional/includes/section/w_section_3.inc old mode 100644 new mode 100755 index dda8ebda7212..6dc00cd5c0f3 --- a/testautomation/writer/optional/includes/section/w_section_3.inc +++ b/testautomation/writer/optional/includes/section/w_section_3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Hide section /Protect section / Display of dialogues '* diff --git a/testautomation/writer/optional/includes/section/w_section_4.inc b/testautomation/writer/optional/includes/section/w_section_4.inc index 03a59b567f18..2c811268f93b 100755 --- a/testautomation/writer/optional/includes/section/w_section_4.inc +++ b/testautomation/writer/optional/includes/section/w_section_4.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Functional-Test for Section. '* diff --git a/testautomation/writer/optional/includes/section/w_section_tools.inc b/testautomation/writer/optional/includes/section/w_section_tools.inc old mode 100644 new mode 100755 index d7e1d28e6d5f..2d441cad8450 --- a/testautomation/writer/optional/includes/section/w_section_tools.inc +++ b/testautomation/writer/optional/includes/section/w_section_tools.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : tools/functions for the Section-testing '* diff --git a/testautomation/writer/optional/includes/shortcut/w_shortcuts.inc b/testautomation/writer/optional/includes/shortcut/w_shortcuts.inc old mode 100644 new mode 100755 index ff3945b0e5a4..0bd84118edc5 --- a/testautomation/writer/optional/includes/shortcut/w_shortcuts.inc +++ b/testautomation/writer/optional/includes/shortcut/w_shortcuts.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Shortcut-test in writer '* diff --git a/testautomation/writer/optional/includes/sorting/w_sorting1.inc b/testautomation/writer/optional/includes/sorting/w_sorting1.inc old mode 100644 new mode 100755 index e3a65f787ee6..d4cb27449cba --- a/testautomation/writer/optional/includes/sorting/w_sorting1.inc +++ b/testautomation/writer/optional/includes/sorting/w_sorting1.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Sorting functions in Writer '* diff --git a/testautomation/writer/optional/includes/sorting/w_sorting2.inc b/testautomation/writer/optional/includes/sorting/w_sorting2.inc old mode 100644 new mode 100755 index d8838d1cf581..d5d3b49ea61f --- a/testautomation/writer/optional/includes/sorting/w_sorting2.inc +++ b/testautomation/writer/optional/includes/sorting/w_sorting2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Sort functionality test '* diff --git a/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc b/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc index a8e5565e5eba..b1576b494469 100755 --- a/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc +++ b/testautomation/writer/optional/includes/spellcheck/w_spellcheck.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Spellcheck-Testing. Functional-Test. '* diff --git a/testautomation/writer/optional/includes/spellcheck/w_spellcheck1.inc b/testautomation/writer/optional/includes/spellcheck/w_spellcheck1.inc old mode 100644 new mode 100755 index 3ae44983fc4b..069b133700bd --- a/testautomation/writer/optional/includes/spellcheck/w_spellcheck1.inc +++ b/testautomation/writer/optional/includes/spellcheck/w_spellcheck1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Spellcheck-Testing. Functional-Test. '* diff --git a/testautomation/writer/optional/includes/stylist/w_stylist.inc b/testautomation/writer/optional/includes/stylist/w_stylist.inc index b2e582045f27..65f156412f83 100755 --- a/testautomation/writer/optional/includes/stylist/w_stylist.inc +++ b/testautomation/writer/optional/includes/stylist/w_stylist.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test common stylist functions and assigning styles '* diff --git a/testautomation/writer/optional/includes/table/w_204_.inc b/testautomation/writer/optional/includes/table/w_204_.inc old mode 100644 new mode 100755 index 31a2b0d26199..a5a94662c350 --- a/testautomation/writer/optional/includes/table/w_204_.inc +++ b/testautomation/writer/optional/includes/table/w_204_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Table Test '* diff --git a/testautomation/writer/optional/includes/table/w_204a_.inc b/testautomation/writer/optional/includes/table/w_204a_.inc old mode 100644 new mode 100755 index 5d11c3d2b762..0132f14ebe5d --- a/testautomation/writer/optional/includes/table/w_204a_.inc +++ b/testautomation/writer/optional/includes/table/w_204a_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the table functionality in Writer '* diff --git a/testautomation/writer/optional/includes/table/w_204b_.inc b/testautomation/writer/optional/includes/table/w_204b_.inc old mode 100644 new mode 100755 index 1b5b1282f9cc..56b6e8781b2b --- a/testautomation/writer/optional/includes/table/w_204b_.inc +++ b/testautomation/writer/optional/includes/table/w_204b_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Table test '* diff --git a/testautomation/writer/optional/includes/textframes/w_textframes1.inc b/testautomation/writer/optional/includes/textframes/w_textframes1.inc index d61d2560d010..17eeff80ad95 100755 --- a/testautomation/writer/optional/includes/textframes/w_textframes1.inc +++ b/testautomation/writer/optional/includes/textframes/w_textframes1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of textframe - 1 '* diff --git a/testautomation/writer/optional/includes/textframes/w_textframes2.inc b/testautomation/writer/optional/includes/textframes/w_textframes2.inc old mode 100644 new mode 100755 index eca6e10c97eb..a316cd19b49c --- a/testautomation/writer/optional/includes/textframes/w_textframes2.inc +++ b/testautomation/writer/optional/includes/textframes/w_textframes2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of textframe - 2 '* diff --git a/testautomation/writer/optional/includes/textframes/w_textframes3.inc b/testautomation/writer/optional/includes/textframes/w_textframes3.inc old mode 100644 new mode 100755 index 0abe031290a9..28e6f9b7f404 --- a/testautomation/writer/optional/includes/textframes/w_textframes3.inc +++ b/testautomation/writer/optional/includes/textframes/w_textframes3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of textframe - 3 '* diff --git a/testautomation/writer/optional/includes/textframes/w_textframes4.inc b/testautomation/writer/optional/includes/textframes/w_textframes4.inc old mode 100644 new mode 100755 index c326f30eb435..43af4c5bd532 --- a/testautomation/writer/optional/includes/textframes/w_textframes4.inc +++ b/testautomation/writer/optional/includes/textframes/w_textframes4.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of textframe - 4 '* diff --git a/testautomation/writer/optional/includes/textframes/w_textframes5.inc b/testautomation/writer/optional/includes/textframes/w_textframes5.inc old mode 100644 new mode 100755 index d5a7e9537878..f9a9944b4333 --- a/testautomation/writer/optional/includes/textframes/w_textframes5.inc +++ b/testautomation/writer/optional/includes/textframes/w_textframes5.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of textframe - 5 '* diff --git a/testautomation/writer/optional/includes/tools/tools1.inc b/testautomation/writer/optional/includes/tools/tools1.inc index c187d34b39ac..f5d8362b2a84 100644 --- a/testautomation/writer/optional/includes/tools/tools1.inc +++ b/testautomation/writer/optional/includes/tools/tools1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tools for writer/Optional - 1 '* diff --git a/testautomation/writer/optional/includes/tools/tools2.inc b/testautomation/writer/optional/includes/tools/tools2.inc index 8ee87a5b037a..899d30b62775 100644 --- a/testautomation/writer/optional/includes/tools/tools2.inc +++ b/testautomation/writer/optional/includes/tools/tools2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tools for writer/Optional - 2 '* diff --git a/testautomation/writer/optional/includes/undo/w_undo1.inc b/testautomation/writer/optional/includes/undo/w_undo1.inc index 9fe34e5880a7..4134d1a8fa9f 100644 --- a/testautomation/writer/optional/includes/undo/w_undo1.inc +++ b/testautomation/writer/optional/includes/undo/w_undo1.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Undo/Redo - Test '* diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_1.inc b/testautomation/writer/optional/includes/undo/w_undo_history_1.inc index 72fe352b2319..2446435320f9 100644 --- a/testautomation/writer/optional/includes/undo/w_undo_history_1.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Undo-History - Test ( Typing, Overwrite, Replace, Delete, Sort, Convert To table) '* diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_2.inc b/testautomation/writer/optional/includes/undo/w_undo_history_2.inc index 5104b29af85b..00ab93506eee 100644 --- a/testautomation/writer/optional/includes/undo/w_undo_history_2.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_2.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Undo-History - Test '* diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_3.inc b/testautomation/writer/optional/includes/undo/w_undo_history_3.inc index 64b69a512a42..ded462ff63c1 100644 --- a/testautomation/writer/optional/includes/undo/w_undo_history_3.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_3.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Undo-History - Test '* diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_4.inc b/testautomation/writer/optional/includes/undo/w_undo_history_4.inc index 4b80936ffbaa..e1370f29e541 100644 --- a/testautomation/writer/optional/includes/undo/w_undo_history_4.inc +++ b/testautomation/writer/optional/includes/undo/w_undo_history_4.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Undo-History - Test '* diff --git a/testautomation/writer/optional/w_CJKCTLDependency.bas b/testautomation/writer/optional/w_CJKCTLDependency.bas old mode 100755 new mode 100644 index 0b488aa0ffa9..f19d922cab47 --- a/testautomation/writer/optional/w_CJKCTLDependency.bas +++ b/testautomation/writer/optional/w_CJKCTLDependency.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test CJK and CTL support dependency '* diff --git a/testautomation/writer/optional/w_alternative_text.bas b/testautomation/writer/optional/w_alternative_text.bas old mode 100755 new mode 100644 index 1fd3ade0df1c..0096aed4ad3c --- a/testautomation/writer/optional/w_alternative_text.bas +++ b/testautomation/writer/optional/w_alternative_text.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Alternative Texts For Writer Objects '* diff --git a/testautomation/writer/optional/w_autocorrection.bas b/testautomation/writer/optional/w_autocorrection.bas index a8549293f681..8bb2ae109b81 100644 --- a/testautomation/writer/optional/w_autocorrection.bas +++ b/testautomation/writer/optional/w_autocorrection.bas @@ -31,7 +31,7 @@ '* '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tools / Autocorrection test '* diff --git a/testautomation/writer/optional/w_autotext.bas b/testautomation/writer/optional/w_autotext.bas old mode 100755 new mode 100644 index 71ebab149aa9..e30eb667cc7f --- a/testautomation/writer/optional/w_autotext.bas +++ b/testautomation/writer/optional/w_autotext.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of autotext in writer '* diff --git a/testautomation/writer/optional/w_calculate.bas b/testautomation/writer/optional/w_calculate.bas old mode 100755 new mode 100644 index 71b7a7ef3043..cb38acdb02ca --- a/testautomation/writer/optional/w_calculate.bas +++ b/testautomation/writer/optional/w_calculate.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Basic calculation functionality check '* diff --git a/testautomation/writer/optional/w_chinesetranslate.bas b/testautomation/writer/optional/w_chinesetranslate.bas old mode 100755 new mode 100644 index 4e35abbd7a19..07c14cf06f5a --- a/testautomation/writer/optional/w_chinesetranslate.bas +++ b/testautomation/writer/optional/w_chinesetranslate.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test Chinese Translation '* diff --git a/testautomation/writer/optional/w_clipbrd.bas b/testautomation/writer/optional/w_clipbrd.bas old mode 100755 new mode 100644 index 22a3f0147cd8..5fa732706afc --- a/testautomation/writer/optional/w_clipbrd.bas +++ b/testautomation/writer/optional/w_clipbrd.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : CROSS-APPLICATIONS CLIPBOARD TEST (Text only) '* diff --git a/testautomation/writer/optional/w_contextmenu.bas b/testautomation/writer/optional/w_contextmenu.bas index 1e9d47485283..c4646dc7c359 100755 --- a/testautomation/writer/optional/w_contextmenu.bas +++ b/testautomation/writer/optional/w_contextmenu.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of contextmenus in writer '* diff --git a/testautomation/writer/optional/w_drawing_tools.bas b/testautomation/writer/optional/w_drawing_tools.bas old mode 100755 new mode 100644 index 4c826ca46c40..888e94d4ec4f --- a/testautomation/writer/optional/w_drawing_tools.bas +++ b/testautomation/writer/optional/w_drawing_tools.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tools / Autocorrection test '* diff --git a/testautomation/writer/optional/w_dropdownLB.bas b/testautomation/writer/optional/w_dropdownLB.bas old mode 100755 new mode 100644 index f22b88745463..c3978bd8e0cc --- a/testautomation/writer/optional/w_dropdownLB.bas +++ b/testautomation/writer/optional/w_dropdownLB.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test Drop Down List Box '* diff --git a/testautomation/writer/optional/w_fields.bas b/testautomation/writer/optional/w_fields.bas old mode 100755 new mode 100644 index 8c51c5f5ee94..6a9d363dae3c --- a/testautomation/writer/optional/w_fields.bas +++ b/testautomation/writer/optional/w_fields.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of content and update reliability of the fields '* diff --git a/testautomation/writer/optional/w_filter.bas b/testautomation/writer/optional/w_filter.bas index 446c7d8242c9..f4d223b27301 100755 --- a/testautomation/writer/optional/w_filter.bas +++ b/testautomation/writer/optional/w_filter.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Filter Availability Test (Import/Export/Group names) '* diff --git a/testautomation/writer/optional/w_fontwork.bas b/testautomation/writer/optional/w_fontwork.bas old mode 100755 new mode 100644 index 10b2ee98d172..99c2574cc175 --- a/testautomation/writer/optional/w_fontwork.bas +++ b/testautomation/writer/optional/w_fontwork.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Fontwork test '* diff --git a/testautomation/writer/optional/w_formatcharacter.bas b/testautomation/writer/optional/w_formatcharacter.bas index 2a0eae6ee542..31a895fa3f27 100755 --- a/testautomation/writer/optional/w_formatcharacter.bas +++ b/testautomation/writer/optional/w_formatcharacter.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Formatting of characters, setting styles etc. '* diff --git a/testautomation/writer/optional/w_formatpage.bas b/testautomation/writer/optional/w_formatpage.bas old mode 100755 new mode 100644 index 1910ac7c95e2..5354809b1696 --- a/testautomation/writer/optional/w_formatpage.bas +++ b/testautomation/writer/optional/w_formatpage.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Page Formatting / Page Styles '* diff --git a/testautomation/writer/optional/w_formatparagraph.bas b/testautomation/writer/optional/w_formatparagraph.bas old mode 100755 new mode 100644 index 728feb6c07db..785e177a9d15 --- a/testautomation/writer/optional/w_formatparagraph.bas +++ b/testautomation/writer/optional/w_formatparagraph.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of Paragraph '* diff --git a/testautomation/writer/optional/w_hhConversion.bas b/testautomation/writer/optional/w_hhConversion.bas old mode 100755 new mode 100644 index 8f062e8f57e9..594623540f25 --- a/testautomation/writer/optional/w_hhConversion.bas +++ b/testautomation/writer/optional/w_hhConversion.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test Hangul/Hanja Conversion '* diff --git a/testautomation/writer/optional/w_hyphenation.bas b/testautomation/writer/optional/w_hyphenation.bas old mode 100755 new mode 100644 index 126b904b6aad..666ec36b75fd --- a/testautomation/writer/optional/w_hyphenation.bas +++ b/testautomation/writer/optional/w_hyphenation.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tools / Hyphenation test '* diff --git a/testautomation/writer/optional/w_insertgraphic.bas b/testautomation/writer/optional/w_insertgraphic.bas old mode 100755 new mode 100644 index f6707185b895..381dcd9d3f89 --- a/testautomation/writer/optional/w_insertgraphic.bas +++ b/testautomation/writer/optional/w_insertgraphic.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of Graphic function '* diff --git a/testautomation/writer/optional/w_issuezilla_regression.bas b/testautomation/writer/optional/w_issuezilla_regression.bas index f515ef94359e..c4a92a3ce3ad 100755 --- a/testautomation/writer/optional/w_issuezilla_regression.bas +++ b/testautomation/writer/optional/w_issuezilla_regression.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Avoid regression (Issuezilla tasks) '* diff --git a/testautomation/writer/optional/w_loadsave.bas b/testautomation/writer/optional/w_loadsave.bas old mode 100755 new mode 100644 index bef58505d3c0..b0fd90f259b9 --- a/testautomation/writer/optional/w_loadsave.bas +++ b/testautomation/writer/optional/w_loadsave.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Checks the file-export/import through API-Filters '* diff --git a/testautomation/writer/optional/w_navigator.bas b/testautomation/writer/optional/w_navigator.bas old mode 100755 new mode 100644 index 82bbc7d34fcd..97a188ea5ff9 --- a/testautomation/writer/optional/w_navigator.bas +++ b/testautomation/writer/optional/w_navigator.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer-Navigator test '* diff --git a/testautomation/writer/optional/w_numbering.bas b/testautomation/writer/optional/w_numbering.bas index 1711122d74e1..7844baec136f 100755 --- a/testautomation/writer/optional/w_numbering.bas +++ b/testautomation/writer/optional/w_numbering.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer numbering test '* diff --git a/testautomation/writer/optional/w_opt.bas b/testautomation/writer/optional/w_opt.bas index b776c84c0cea..541f19c41194 100755 --- a/testautomation/writer/optional/w_opt.bas +++ b/testautomation/writer/optional/w_opt.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : WRITER-Options Test '* diff --git a/testautomation/writer/optional/w_redlining.bas b/testautomation/writer/optional/w_redlining.bas old mode 100755 new mode 100644 index 7dddecc9ef36..13babf613ebf --- a/testautomation/writer/optional/w_redlining.bas +++ b/testautomation/writer/optional/w_redlining.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the Redlining function '* diff --git a/testautomation/writer/optional/w_search.bas b/testautomation/writer/optional/w_search.bas index 0e8f4ebc7097..b78b332f2c8c 100755 --- a/testautomation/writer/optional/w_search.bas +++ b/testautomation/writer/optional/w_search.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Search & Replace and testing of regular expressions '* diff --git a/testautomation/writer/optional/w_section.bas b/testautomation/writer/optional/w_section.bas old mode 100755 new mode 100644 index 2643435285c8..e0cabbb27c01 --- a/testautomation/writer/optional/w_section.bas +++ b/testautomation/writer/optional/w_section.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Section test '* diff --git a/testautomation/writer/optional/w_shortcuts.bas b/testautomation/writer/optional/w_shortcuts.bas index 7fa6596d276e..707cf901896a 100755 --- a/testautomation/writer/optional/w_shortcuts.bas +++ b/testautomation/writer/optional/w_shortcuts.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of shortcuts in writer '* diff --git a/testautomation/writer/optional/w_sorting.bas b/testautomation/writer/optional/w_sorting.bas old mode 100755 new mode 100644 index 5667adce63b9..18fa47675597 --- a/testautomation/writer/optional/w_sorting.bas +++ b/testautomation/writer/optional/w_sorting.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Sorting functions in Writer '* diff --git a/testautomation/writer/optional/w_spellcheck.bas b/testautomation/writer/optional/w_spellcheck.bas old mode 100755 new mode 100644 index 87288fbb5e8b..13d20ffb860f --- a/testautomation/writer/optional/w_spellcheck.bas +++ b/testautomation/writer/optional/w_spellcheck.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer-Spellcheck-Test '* diff --git a/testautomation/writer/optional/w_stylist.bas b/testautomation/writer/optional/w_stylist.bas old mode 100755 new mode 100644 index c8368308766a..f91a4ca9ea22 --- a/testautomation/writer/optional/w_stylist.bas +++ b/testautomation/writer/optional/w_stylist.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test of the writer stylist '* diff --git a/testautomation/writer/optional/w_table.bas b/testautomation/writer/optional/w_table.bas index 3e800cec8d10..e82ad4a25ea5 100755 --- a/testautomation/writer/optional/w_table.bas +++ b/testautomation/writer/optional/w_table.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer Table test '* diff --git a/testautomation/writer/optional/w_textframes.bas b/testautomation/writer/optional/w_textframes.bas old mode 100755 new mode 100644 index 9e9072348b40..80f2f2bfaec3 --- a/testautomation/writer/optional/w_textframes.bas +++ b/testautomation/writer/optional/w_textframes.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the functionality of textframes '* diff --git a/testautomation/writer/optional/w_undo.bas b/testautomation/writer/optional/w_undo.bas old mode 100755 new mode 100644 index a852f44739b9..52c5f73b3045 --- a/testautomation/writer/optional/w_undo.bas +++ b/testautomation/writer/optional/w_undo.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testing verbosity and functionality of the undo history '* diff --git a/testautomation/writer/optional/ww_opt.bas b/testautomation/writer/optional/ww_opt.bas index 511759bccbc3..994e2bb45ec3 100755 --- a/testautomation/writer/optional/ww_opt.bas +++ b/testautomation/writer/optional/ww_opt.bas @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.coms +'* owner : helge.delfs@oracle.coms '* '* short description : HTML-Options-Test '* diff --git a/testautomation/writer/required/includes/w_001_.inc b/testautomation/writer/required/includes/w_001_.inc index 902aae05377d..8cd43ccbcbae 100755 --- a/testautomation/writer/required/includes/w_001_.inc +++ b/testautomation/writer/required/includes/w_001_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Required-Testcases for the File-menu. '* diff --git a/testautomation/writer/required/includes/w_001a_.inc b/testautomation/writer/required/includes/w_001a_.inc old mode 100644 new mode 100755 index 2bdbede570ed..b33751752512 --- a/testautomation/writer/required/includes/w_001a_.inc +++ b/testautomation/writer/required/includes/w_001a_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description: Testcases for the Writer Required-test. '* diff --git a/testautomation/writer/required/includes/w_001b_.inc b/testautomation/writer/required/includes/w_001b_.inc old mode 100644 new mode 100755 index b0a6d96b1900..e20d497482f0 --- a/testautomation/writer/required/includes/w_001b_.inc +++ b/testautomation/writer/required/includes/w_001b_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Required-Testcases for the File-menu. '* diff --git a/testautomation/writer/required/includes/w_002_.inc b/testautomation/writer/required/includes/w_002_.inc index d4b6952840b2..20ddaf92a6b9 100755 --- a/testautomation/writer/required/includes/w_002_.inc +++ b/testautomation/writer/required/includes/w_002_.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* ** -'* owner : helge.delfs@sun.com ** +'* owner : helge.delfs@oracle.com ** '* ** '* short description : ** '* ** diff --git a/testautomation/writer/required/includes/w_003_.inc b/testautomation/writer/required/includes/w_003_.inc old mode 100644 new mode 100755 index 858cdd2ba6c5..1e9f5a7b65ce --- a/testautomation/writer/required/includes/w_003_.inc +++ b/testautomation/writer/required/includes/w_003_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testscripts connected to the View-Menu. '* diff --git a/testautomation/writer/required/includes/w_004_.inc b/testautomation/writer/required/includes/w_004_.inc index 89e64f23f875..b157722ee145 100755 --- a/testautomation/writer/required/includes/w_004_.inc +++ b/testautomation/writer/required/includes/w_004_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testcases with connection to the Insert-menu. '* diff --git a/testautomation/writer/required/includes/w_005_.inc b/testautomation/writer/required/includes/w_005_.inc index 1f82170102ac..a1f4d1d4f8f3 100755 --- a/testautomation/writer/required/includes/w_005_.inc +++ b/testautomation/writer/required/includes/w_005_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testcases for the Format-Menu '* diff --git a/testautomation/writer/required/includes/w_005b_.inc b/testautomation/writer/required/includes/w_005b_.inc index 46ad8e610587..707af57a1b6a 100755 --- a/testautomation/writer/required/includes/w_005b_.inc +++ b/testautomation/writer/required/includes/w_005b_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testcases for the Format-Menu. '* diff --git a/testautomation/writer/required/includes/w_006_.inc b/testautomation/writer/required/includes/w_006_.inc old mode 100644 new mode 100755 index 626171707480..ba671b26d1ff --- a/testautomation/writer/required/includes/w_006_.inc +++ b/testautomation/writer/required/includes/w_006_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Call all functions in table menu '* diff --git a/testautomation/writer/required/includes/w_007_.inc b/testautomation/writer/required/includes/w_007_.inc index 33b0ef4f2ff9..94fa0d70f9f9 100755 --- a/testautomation/writer/required/includes/w_007_.inc +++ b/testautomation/writer/required/includes/w_007_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testcases for the Tools-Menu '* diff --git a/testautomation/writer/required/includes/w_008_.inc b/testautomation/writer/required/includes/w_008_.inc old mode 100644 new mode 100755 index f3b20e978a1d..1cd171219a65 --- a/testautomation/writer/required/includes/w_008_.inc +++ b/testautomation/writer/required/includes/w_008_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Diverse Testcases for the office. '* diff --git a/testautomation/writer/required/includes/w_009_.inc b/testautomation/writer/required/includes/w_009_.inc index e018917ebe4b..fcc0b0e64cf8 100755 --- a/testautomation/writer/required/includes/w_009_.inc +++ b/testautomation/writer/required/includes/w_009_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* ** -'* owner : helge.delfs@sun.com ** +'* owner : helge.delfs@oracle.com ** '* ** '* short description : Testcases for the Help-Menu '* diff --git a/testautomation/writer/required/includes/w_010_.inc b/testautomation/writer/required/includes/w_010_.inc index f2d0a4ba0945..5e2a596fbfd9 100755 --- a/testautomation/writer/required/includes/w_010_.inc +++ b/testautomation/writer/required/includes/w_010_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testcases for the Objectbars. '* diff --git a/testautomation/writer/required/includes/w_010_1.inc b/testautomation/writer/required/includes/w_010_1.inc old mode 100644 new mode 100755 index b0cf33b43892..5b746eaf4ad2 --- a/testautomation/writer/required/includes/w_010_1.inc +++ b/testautomation/writer/required/includes/w_010_1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testcases for the Objectbars. '* diff --git a/testautomation/writer/required/includes/w_011_.inc b/testautomation/writer/required/includes/w_011_.inc index 61a20821349f..bc2fc42cf6b7 100755 --- a/testautomation/writer/required/includes/w_011_.inc +++ b/testautomation/writer/required/includes/w_011_.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description: Testcases for the Toolbar. '* diff --git a/testautomation/writer/required/includes/w_020_.inc b/testautomation/writer/required/includes/w_020_.inc index 9e8fef8ea010..d5f4709d9c21 100755 --- a/testautomation/writer/required/includes/w_020_.inc +++ b/testautomation/writer/required/includes/w_020_.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description: Testcases for Toolbars. '* diff --git a/testautomation/writer/required/w_updt.bas b/testautomation/writer/required/w_updt.bas index 62c77beea473..e9fc5aab6458 100755 --- a/testautomation/writer/required/w_updt.bas +++ b/testautomation/writer/required/w_updt.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Ressource-Test Writer Document '* diff --git a/testautomation/writer/tools/includes/w_get_locale_strings.inc b/testautomation/writer/tools/includes/w_get_locale_strings.inc old mode 100644 new mode 100755 index 3e10bdb3d6ce..23cd09eedadb --- a/testautomation/writer/tools/includes/w_get_locale_strings.inc +++ b/testautomation/writer/tools/includes/w_get_locale_strings.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : testcase to get Locale Strings used in Writer Optional-Test '* diff --git a/testautomation/writer/tools/includes/w_locale_strings2.inc b/testautomation/writer/tools/includes/w_locale_strings2.inc index 73b987fb2c7e..354bcc44b936 100755 --- a/testautomation/writer/tools/includes/w_locale_strings2.inc +++ b/testautomation/writer/tools/includes/w_locale_strings2.inc @@ -25,7 +25,7 @@ ' '/*********************************************************************** '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : defining locale dependant strings for language guessing '* diff --git a/testautomation/writer/tools/includes/w_tool1.inc b/testautomation/writer/tools/includes/w_tool1.inc index 6150cb8e1fbc..a39fa5773102 100755 --- a/testautomation/writer/tools/includes/w_tool1.inc +++ b/testautomation/writer/tools/includes/w_tool1.inc @@ -24,7 +24,7 @@ ' '/****************************************************************************** '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Put description here '* diff --git a/testautomation/writer/tools/includes/w_tool2.inc b/testautomation/writer/tools/includes/w_tool2.inc index 0aa4238520a1..1378e751fd78 100644 --- a/testautomation/writer/tools/includes/w_tool2.inc +++ b/testautomation/writer/tools/includes/w_tool2.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* ** -'* owner : helge.delfs@sun.com ** +'* owner : helge.delfs@oracle.com ** '* ** '* short description : Description of file ** '* ** diff --git a/testautomation/writer/tools/includes/w_tool3.inc b/testautomation/writer/tools/includes/w_tool3.inc index 235d66c86f07..16fd825f6447 100755 --- a/testautomation/writer/tools/includes/w_tool3.inc +++ b/testautomation/writer/tools/includes/w_tool3.inc @@ -24,7 +24,7 @@ ' '/****************************************************************************** '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Description of file '* diff --git a/testautomation/writer/tools/includes/w_tool4.inc b/testautomation/writer/tools/includes/w_tool4.inc index 8b8c52e12627..c2133c1ff4bc 100755 --- a/testautomation/writer/tools/includes/w_tool4.inc +++ b/testautomation/writer/tools/includes/w_tool4.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* ** -'* owner : helge.delfs@sun.com ** +'* owner : helge.delfs@oracle.com ** '* ** '* short description : Misc tools for writer tests ** '* ** diff --git a/testautomation/writer/tools/includes/w_tool5.inc b/testautomation/writer/tools/includes/w_tool5.inc old mode 100644 new mode 100755 index 383aefb2cdf5..6ac59f3f8365 --- a/testautomation/writer/tools/includes/w_tool5.inc +++ b/testautomation/writer/tools/includes/w_tool5.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Description of file '* diff --git a/testautomation/writer/tools/includes/w_tool6.inc b/testautomation/writer/tools/includes/w_tool6.inc index 0da02a8373a7..33ddca87709e 100755 --- a/testautomation/writer/tools/includes/w_tool6.inc +++ b/testautomation/writer/tools/includes/w_tool6.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tools for writer tests. '* diff --git a/testautomation/writer/tools/includes/w_tool7.inc b/testautomation/writer/tools/includes/w_tool7.inc old mode 100644 new mode 100755 index 3823efc65586..1079a4c3dbcc --- a/testautomation/writer/tools/includes/w_tool7.inc +++ b/testautomation/writer/tools/includes/w_tool7.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Functions mostly used for fields '* diff --git a/testautomation/writer/tools/includes/w_tools.inc b/testautomation/writer/tools/includes/w_tools.inc index e2edcc69f640..27b9526bb0de 100644 --- a/testautomation/writer/tools/includes/w_tools.inc +++ b/testautomation/writer/tools/includes/w_tools.inc @@ -25,7 +25,7 @@ ' '/****************************************************************************** '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Writer-Tools '* diff --git a/testautomation/writer/tools/includes/w_tools_autocorrection.inc b/testautomation/writer/tools/includes/w_tools_autocorrection.inc old mode 100644 new mode 100755 index 71a183527ed6..0b745c207696 --- a/testautomation/writer/tools/includes/w_tools_autocorrection.inc +++ b/testautomation/writer/tools/includes/w_tools_autocorrection.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the AutoCorrect/AutoFormat/Word tools '* diff --git a/testautomation/writer/tools/includes/w_tools_drawing.inc b/testautomation/writer/tools/includes/w_tools_drawing.inc old mode 100644 new mode 100755 index 1a1a8ed7975d..6fd3064f4d88 --- a/testautomation/writer/tools/includes/w_tools_drawing.inc +++ b/testautomation/writer/tools/includes/w_tools_drawing.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Test the AutoCorrect/AutoFormat/Word tools '* diff --git a/testautomation/writer/tools/includes/w_tools_hyphenation.inc b/testautomation/writer/tools/includes/w_tools_hyphenation.inc old mode 100644 new mode 100755 index 067aeec3cfca..8511197269db --- a/testautomation/writer/tools/includes/w_tools_hyphenation.inc +++ b/testautomation/writer/tools/includes/w_tools_hyphenation.inc @@ -24,7 +24,7 @@ ' '/****************************************************************** '* ** -'* owner : helge.delfs@sun.com ** +'* owner : helge.delfs@oracle.com ** '* ** '* short description : Misc tools for writer hyphenation tests ** '* ** diff --git a/testautomation/writer/tools/includes/w_tools_undo.inc b/testautomation/writer/tools/includes/w_tools_undo.inc old mode 100644 new mode 100755 index 4548fe455a1d..8040b34dc841 --- a/testautomation/writer/tools/includes/w_tools_undo.inc +++ b/testautomation/writer/tools/includes/w_tools_undo.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Tools for w_undo.bas '* diff --git a/testautomation/writer/tools/w_get_locale_strings.bas b/testautomation/writer/tools/w_get_locale_strings.bas index f0dbe5c4ae25..ba1010027388 100755 --- a/testautomation/writer/tools/w_get_locale_strings.bas +++ b/testautomation/writer/tools/w_get_locale_strings.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Get Locale Strings for Writer Level1-Test '* diff --git a/testautomation/xml/optional/calc_xml_7_export.bas b/testautomation/xml/optional/calc_xml_7_export.bas index 8287e9637829..2c85dd62a3d3 100755 --- a/testautomation/xml/optional/calc_xml_7_export.bas +++ b/testautomation/xml/optional/calc_xml_7_export.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.creamer@sun.com +'* owner : oliver.creamer@oracle.com '* '* short description : Export test for the Calc XML 6.0/7/OOo 1.x format '* diff --git a/testautomation/xml/optional/docbook_losa.bas b/testautomation/xml/optional/docbook_losa.bas old mode 100755 new mode 100644 index 31e5371caf9a..e622c279d185 --- a/testautomation/xml/optional/docbook_losa.bas +++ b/testautomation/xml/optional/docbook_losa.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : DocBook XML Import-/Export Test '* diff --git a/testautomation/xml/optional/draw_xml_7_export.bas b/testautomation/xml/optional/draw_xml_7_export.bas index 95930c6ff1b3..d6bf8c905410 100755 --- a/testautomation/xml/optional/draw_xml_7_export.bas +++ b/testautomation/xml/optional/draw_xml_7_export.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Export test for the Draw XML 6.0/7/OOo 1.x format '* diff --git a/testautomation/xml/optional/impress_xml_7_export.bas b/testautomation/xml/optional/impress_xml_7_export.bas index 9af0765c8b30..a6329086e0ec 100755 --- a/testautomation/xml/optional/impress_xml_7_export.bas +++ b/testautomation/xml/optional/impress_xml_7_export.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Export test for the Impress XML 6.0/7/OOo 1.x format '* diff --git a/testautomation/xml/optional/includes/c_datapilot_pagefields.inc b/testautomation/xml/optional/includes/c_datapilot_pagefields.inc old mode 100644 new mode 100755 index 90b522d4f0bc..c35cf7785f0b --- a/testautomation/xml/optional/includes/c_datapilot_pagefields.inc +++ b/testautomation/xml/optional/includes/c_datapilot_pagefields.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Check content.xml for attribute 'table:selected-page' '* diff --git a/testautomation/xml/optional/includes/c_xml_print_scale.inc b/testautomation/xml/optional/includes/c_xml_print_scale.inc old mode 100644 new mode 100755 index ee3be5bff1ef..b9e924a31f79 --- a/testautomation/xml/optional/includes/c_xml_print_scale.inc +++ b/testautomation/xml/optional/includes/c_xml_print_scale.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.creamer@sun.com +'* owner : oliver.creamer@oracle.com '* '* short description : Check content.xml and styles.xml for correct print scaling settings '* diff --git a/testautomation/xml/optional/includes/c_xml_scenario.inc b/testautomation/xml/optional/includes/c_xml_scenario.inc old mode 100644 new mode 100755 index 7d7384bb9683..f98b8db41df9 --- a/testautomation/xml/optional/includes/c_xml_scenario.inc +++ b/testautomation/xml/optional/includes/c_xml_scenario.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.creamer@sun.com +'* owner : oliver.creamer@oracle.com '* '* short description : Check content.xml for correct scenario attributes '* diff --git a/testautomation/xml/optional/includes/ch_xml_japanese_candlestick.inc b/testautomation/xml/optional/includes/ch_xml_japanese_candlestick.inc old mode 100644 new mode 100755 index f9a60503b3d4..f6a50d831649 --- a/testautomation/xml/optional/includes/ch_xml_japanese_candlestick.inc +++ b/testautomation/xml/optional/includes/ch_xml_japanese_candlestick.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : testing japanese candle strick feature in chart '* diff --git a/testautomation/xml/optional/includes/docbook_001.inc b/testautomation/xml/optional/includes/docbook_001.inc old mode 100644 new mode 100755 index d26a60025de6..aa2a2322f791 --- a/testautomation/xml/optional/includes/docbook_001.inc +++ b/testautomation/xml/optional/includes/docbook_001.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Library for DocBook XML Im-/Export Test '* diff --git a/testautomation/xml/optional/includes/f_xml_save_ms_ole.inc b/testautomation/xml/optional/includes/f_xml_save_ms_ole.inc old mode 100644 new mode 100755 index cdf3ba6718ef..0cbf8244512e --- a/testautomation/xml/optional/includes/f_xml_save_ms_ole.inc +++ b/testautomation/xml/optional/includes/f_xml_save_ms_ole.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.craemer@sun.com +'* owner : oliver.craemer@oracle.com '* '* short description : Conversion of Microsoft OLE objects in dependency of settings in Tools::Options::Load/Save::MS_Office '* diff --git a/testautomation/xml/optional/includes/sxc7_01.inc b/testautomation/xml/optional/includes/sxc7_01.inc old mode 100644 new mode 100755 index ada6b021ff19..d32b7b357a5d --- a/testautomation/xml/optional/includes/sxc7_01.inc +++ b/testautomation/xml/optional/includes/sxc7_01.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.creamer@sun.com +'* owner : oliver.creamer@oracle.com '* '* short description : XML Calc Include File '* diff --git a/testautomation/xml/optional/includes/sxc7_02.inc b/testautomation/xml/optional/includes/sxc7_02.inc old mode 100644 new mode 100755 index a28cd1249f05..304a15b2ab60 --- a/testautomation/xml/optional/includes/sxc7_02.inc +++ b/testautomation/xml/optional/includes/sxc7_02.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.creamer@sun.com +'* owner : oliver.creamer@oracle.com '* '* short description : XML Calc Include File '* diff --git a/testautomation/xml/optional/includes/sxc7_03.inc b/testautomation/xml/optional/includes/sxc7_03.inc old mode 100644 new mode 100755 index 5a9074c0fcbb..e6c4d9945bd8 --- a/testautomation/xml/optional/includes/sxc7_03.inc +++ b/testautomation/xml/optional/includes/sxc7_03.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : oliver.creamer@sun.com +'* owner : oliver.creamer@oracle.com '* '* short description : XML Calc Include File '* diff --git a/testautomation/xml/optional/includes/sxd7_01.inc b/testautomation/xml/optional/includes/sxd7_01.inc old mode 100644 new mode 100755 index b3e3fd626a5f..0c1069ff930f --- a/testautomation/xml/optional/includes/sxd7_01.inc +++ b/testautomation/xml/optional/includes/sxd7_01.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : XML Draw Include File '* diff --git a/testautomation/xml/optional/includes/sxd7_02.inc b/testautomation/xml/optional/includes/sxd7_02.inc old mode 100644 new mode 100755 index b11787b3689e..74212989c26b --- a/testautomation/xml/optional/includes/sxd7_02.inc +++ b/testautomation/xml/optional/includes/sxd7_02.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : XML Draw Include File '* diff --git a/testautomation/xml/optional/includes/sxd7_03.inc b/testautomation/xml/optional/includes/sxd7_03.inc old mode 100644 new mode 100755 index 547d46eb9c0f..22d812bc93f2 --- a/testautomation/xml/optional/includes/sxd7_03.inc +++ b/testautomation/xml/optional/includes/sxd7_03.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : XML Draw Include File '* diff --git a/testautomation/xml/optional/includes/sxd7_04.inc b/testautomation/xml/optional/includes/sxd7_04.inc old mode 100644 new mode 100755 index e878b111aeea..5c32c2a48d05 --- a/testautomation/xml/optional/includes/sxd7_04.inc +++ b/testautomation/xml/optional/includes/sxd7_04.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : XML Draw Include File '* diff --git a/testautomation/xml/optional/includes/sxd7_05.inc b/testautomation/xml/optional/includes/sxd7_05.inc old mode 100644 new mode 100755 index 331b3e2f0199..a958ebe1841f --- a/testautomation/xml/optional/includes/sxd7_05.inc +++ b/testautomation/xml/optional/includes/sxd7_05.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : XML Draw Include File '* diff --git a/testautomation/xml/optional/includes/sxi7_01.inc b/testautomation/xml/optional/includes/sxi7_01.inc old mode 100644 new mode 100755 index fce06a8519e6..43ebe8a8c99c --- a/testautomation/xml/optional/includes/sxi7_01.inc +++ b/testautomation/xml/optional/includes/sxi7_01.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : XML Impress Include File '* diff --git a/testautomation/xml/optional/includes/sxm7_01.inc b/testautomation/xml/optional/includes/sxm7_01.inc old mode 100644 new mode 100755 index 68104eaadc72..e8f7fd94260e --- a/testautomation/xml/optional/includes/sxm7_01.inc +++ b/testautomation/xml/optional/includes/sxm7_01.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : XML Math Include File '* diff --git a/testautomation/xml/optional/includes/sxw7_01.inc b/testautomation/xml/optional/includes/sxw7_01.inc old mode 100644 new mode 100755 index 3361f86af47c..7f1452ad687b --- a/testautomation/xml/optional/includes/sxw7_01.inc +++ b/testautomation/xml/optional/includes/sxw7_01.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : XML Writer Include File '* diff --git a/testautomation/xml/optional/includes/sxw7_01a.inc b/testautomation/xml/optional/includes/sxw7_01a.inc old mode 100644 new mode 100755 index 2c3dcdedde1a..f0121277b1e0 --- a/testautomation/xml/optional/includes/sxw7_01a.inc +++ b/testautomation/xml/optional/includes/sxw7_01a.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : XML Writer Include File '* diff --git a/testautomation/xml/optional/includes/sxw7_02.inc b/testautomation/xml/optional/includes/sxw7_02.inc old mode 100644 new mode 100755 index c433b5cdcd36..659e574ed720 --- a/testautomation/xml/optional/includes/sxw7_02.inc +++ b/testautomation/xml/optional/includes/sxw7_02.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : XML Writer Include File '* diff --git a/testautomation/xml/optional/includes/sxw7_03.inc b/testautomation/xml/optional/includes/sxw7_03.inc old mode 100644 new mode 100755 index cfdb3cf3ce3a..6dc71c8e663a --- a/testautomation/xml/optional/includes/sxw7_03.inc +++ b/testautomation/xml/optional/includes/sxw7_03.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : XML Writer Include File '* diff --git a/testautomation/xml/optional/includes/w_xml_vertical_alignment.inc b/testautomation/xml/optional/includes/w_xml_vertical_alignment.inc old mode 100644 new mode 100755 index 9838694951ad..f38ed4158049 --- a/testautomation/xml/optional/includes/w_xml_vertical_alignment.inc +++ b/testautomation/xml/optional/includes/w_xml_vertical_alignment.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : testing vertical alignment in writer '* diff --git a/testautomation/xml/optional/math_xml_7_export.bas b/testautomation/xml/optional/math_xml_7_export.bas index 8531c6146a37..b50f82c2bbe8 100755 --- a/testautomation/xml/optional/math_xml_7_export.bas +++ b/testautomation/xml/optional/math_xml_7_export.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : thorsten.bosbach@sun.com +'* owner : thorsten.bosbach@oracle.com '* '* short description : Export test for the Math XML 6.0/7/OOo 1.x format '* diff --git a/testautomation/xml/optional/w_xml_vertical_alignment.bas b/testautomation/xml/optional/w_xml_vertical_alignment.bas index 956406630b53..26caf637d134 100755 --- a/testautomation/xml/optional/w_xml_vertical_alignment.bas +++ b/testautomation/xml/optional/w_xml_vertical_alignment.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Testing for vertical alignment in writer '* diff --git a/testautomation/xml/optional/writer_xml_7_export.bas b/testautomation/xml/optional/writer_xml_7_export.bas index 22d4a30f4381..6e87564ca3df 100755 --- a/testautomation/xml/optional/writer_xml_7_export.bas +++ b/testautomation/xml/optional/writer_xml_7_export.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : helge.delfs@sun.com +'* owner : helge.delfs@oracle.com '* '* short description : Export test for the Writer XML 6.0/7/OOo 1.x format '* diff --git a/testautomation/xml/required/includes/oasis_graphics_01.inc b/testautomation/xml/required/includes/oasis_graphics_01.inc old mode 100644 new mode 100755 index 7982f1040b65..9c323d46386b --- a/testautomation/xml/required/includes/oasis_graphics_01.inc +++ b/testautomation/xml/required/includes/oasis_graphics_01.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Library 01 for OASIS OpenDocument File Format (Presentation and Drawing) test '* diff --git a/testautomation/xml/required/oasis_graphics_update.bas b/testautomation/xml/required/oasis_graphics_update.bas index 540afffc4edc..bc5745161294 100755 --- a/testautomation/xml/required/oasis_graphics_update.bas +++ b/testautomation/xml/required/oasis_graphics_update.bas @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : OASIS OpenDocument Fileformat Test (Presentation and Drawing) '* diff --git a/testautomation/xml/tools/includes/itools1.inc b/testautomation/xml/tools/includes/itools1.inc old mode 100644 new mode 100755 index 37d840bd8e1e..762856de69cf --- a/testautomation/xml/tools/includes/itools1.inc +++ b/testautomation/xml/tools/includes/itools1.inc @@ -24,7 +24,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : Internet- and XML Tools '* diff --git a/testautomation/xml/tools/includes/xmltool1.inc b/testautomation/xml/tools/includes/xmltool1.inc index 67a52c48714e..134fc59490b9 100644 --- a/testautomation/xml/tools/includes/xmltool1.inc +++ b/testautomation/xml/tools/includes/xmltool1.inc @@ -25,7 +25,7 @@ ' '/************************************************************************ '* -'* owner : wolfram.garten@sun.com +'* owner : wolfram.garten@oracle.com '* '* short description : XML Tools '* -- cgit